Ubuntu Pastebin

Paste from mborzecki at Thu, 21 Dec 2017 08:19:10 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
sh-4.4# systemctl status --no-pager -l systemd-remount-fs.service
● systemd-remount-fs.service - Remount Root and Kernel File Systems
   Loaded: loaded (/lib/systemd/system/systemd-remount-fs.service; static; vendor preset: enabled)
   Active: failed (Result: exit-code) since Thu 2017-12-21 07:57:42 UTC; 21min ago
     Docs: man:systemd-remount-fs.service(8)
           https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
  Process: 115 ExecStart=/lib/systemd/systemd-remount-fs (code=exited, status=1/FAILURE)
 Main PID: 115 (code=exited, status=1/FAILURE)

Dec 21 07:57:42 qemux86 systemd-remount-fs[115]: only root can use "--options" option (effective UID is 1000)
Dec 21 07:57:42 qemux86 systemd-remount-fs[115]: /bin/mount for /proc exited with exit status 1.
Dec 21 07:57:42 qemux86 systemd-remount-fs[115]: only root can use "--options" option (effective UID is 1000)
Dec 21 07:57:42 qemux86 systemd-remount-fs[115]: /bin/mount for /dev/pts exited with exit status 1.
Dec 21 07:57:42 qemux86 systemd-remount-fs[115]: mount: only root can use "--options" option (effective UID is 1000)
Dec 21 07:57:42 qemux86 systemd-remount-fs[115]: /bin/mount for / exited with exit status 1.
Dec 21 07:57:42 qemux86 systemd[1]: systemd-remount-fs.service: Main process exited, code=exited, status=1/FAILURE
Dec 21 07:57:42 qemux86 systemd[1]: Failed to start Remount Root and Kernel File Systems.
Dec 21 07:57:42 qemux86 systemd[1]: systemd-remount-fs.service: Unit entered failed state.
Dec 21 07:57:42 qemux86 systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
Download as text