Sjoerd Hiemstra schreef op za 12-12-2015 om 22:24 [+0100]: > Frank Voncken schreef: > > [# systemctl enable tmp.mount] invoeren levert bij mij als > > resultaat > > op: "failed to execute operation: No such file or directory" > > > > Is dat normaal? Nogmaals, ik heb Debian Testing. > > Heb ook Testing. Kun je zeggen of je sysvinit of systemd hebt lopen? > Komt de output van deze twee commando's overeen? > > $ systemctl | grep tmp.mount > tmp.mount loaded active mounted Temporary Directory > > $ systemctl status tmp.mount > ● tmp.mount - Temporary Directory > Loaded: loaded (/etc/systemd/system/tmp.mount; enabled; vendor > preset: enabled) > Active: active (mounted) since za 2015-12-12 20:51:47 CET; 1h > 26min ago > Where: /tmp > What: tmpfs > Docs: man:hier(7) > http://www.freedesktop.org/wiki/Software/systemd/APIFileSy > stems >
Mijn resultaten: familie@Envy:~$ systemctl | grep tmp.mount tmp.mount loaded active mounted /tmp familie@Envy:~$ systemctl status tmp.mount ● tmp.mount - /tmp Loaded: loaded (/etc/fstab; bad; vendor preset: enabled) Active: active (mounted) since za 2015-12-12 19:02:07 CET; 3h 33min ago Where: /tmp What: tmpfs Docs: man:fstab(5) man:systemd-fstab-generator(8) Process: 367 ExecMount=/bin/mount tmpfs /tmp -t tmpfs -o defaults,nodev,nosuid (code=exited, status=0/SUCCESS) Twee verschillen: /tmp in plaats van "Temporary Directory". Docs ziet hier anders uit. En toevoeging van "Process". Wat wil dat zeggen? Frank
