About 507,000 results
Open links in new tab
  1. NFS fail to start due to missing depencies - Ask Ubuntu

    I'm trying to install NFS for my VPS server however it fails to start - it shows that is due to missing dependencies: sudo systemctl status nfs-server root@server:/# sudo systemctl status nfs-serv...

  2. How to list all enabled services from systemctl? - Ask Ubuntu

    Jul 6, 2016 · How can I list all enabled services from systemctl? I know running systemctl command by itself lists all services, but I would like to only get the enabled ones.

  3. Failed to restart sshd.service: Unit sshd.service not found

    Aug 19, 2024 · This question is similar to: Failed to restart sshd.service. If you believe it’s different, please edit the question, make it clear how it’s different and/or how the answers on …

  4. How can I configure a service to run at startup - Ask Ubuntu

    Oct 25, 2010 · Since Ubuntu 15.10 and newer (resp. Debian 8 "jessie" and newer), you have to use the following command to configure your service minidlna to run at startup: sudo systemctl …

  5. How to reinstall network manager without internet access?

    If this is a computer that isn't ever connected to the internet, then what would you need network-manager for anyway? The answer is connecting to a local intranet to access resources such …

  6. how to create the script required for the systemd service

    Sep 9, 2023 · What you need to do is to write a systemd Service Unit which executes the command. This is an extremely common task and there thousands of webpages explaining …

  7. Running tigervnc as systemd service on Ubuntu 24.04

    Jan 19, 2025 · I'm trying to run tigervnc as a systemd process on my Ubuntu 24.04 machine. The server works when I run it like this: vncserver -fg :1 But as a systemd process I cant get it to …

  8. How to restart the networking service? - Ask Ubuntu

    Dec 20, 2012 · 20 These days the most direct way to restart network services is to use systemd controls, namely the commandline systemd control utility systemctl. This command will restart …

  9. Please explain samba smbd "No path in service shares"

    Dec 30, 2024 · NOTE: Service shares is flagged unavailable.** Loaded services file OK. Note the WARNING text. I do not understand why the paths to the various shares I have listed in the …

  10. How to allow a user to start/stop a specific system service?

    Aug 31, 2023 · I would like to allow each user to start, stop and restart his/her own service, but not the services of others. So Alice would be able to do e.g. service Alice restart and Bob will …