On Wed, 14 Aug 2019 at 10:12:32 +0200, Adam Majer wrote:
[...] You need to do basic debugging why things are not working.
systemctl start nfs_wolfgang.service systemctl status nfs_wolfgang.service
you need to see the log (status gets you tail of the log).
/root 56#systemctl start nfs_wolfgang.service /root 57#systemctl status nfs_wolfgang.service * nfs_wolfgang.service - soft link to /etc/systemd/system/wolfgangs_nfs.service Loaded: loaded (/etc/systemd/system/nfs_wolfgang.service; enabled; vendor preset: disabled) Active: inactive (dead) since Wed 2019-08-14 10:34:42 CEST; 2s ago Process: 3828 ExecStart=/home/wolfgang/bin.BGR/nfsclient (code=exited, status=0/SUCCESS) Main PID: 3828 (code=exited, status=0/SUCCESS) Aug 14 10:34:42 acer systemd[1]: Started soft link to /etc/systemd/system/wolfgangs_nfs.service. Aug 14 10:34:42 acer nfsclient[3828]: [1] 3834
Or you can do use `journalctl -u nfs_wolfgang`.
/root 62#journalctl -u nfs_wolfgang -- Logs begin at Wed 2019-08-14 10:29:41 CEST, end at Wed 2019-08-14 10:34:42 CEST. -- Aug 14 10:30:26 acer systemd[1]: Started soft link to /etc/systemd/system/wolfgangs_nfs.service. Aug 14 10:30:27 acer nfsclient[2015]: [1] 2023 Aug 14 10:34:42 acer systemd[1]: Started soft link to /etc/systemd/system/wolfgangs_nfs.service. Aug 14 10:34:42 acer nfsclient[3828]: [1] 3834
You should be able to figure this out.
You overestimate my skills. Can you please help me? Thank you in advance, Wolfgang -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org