Hello,
After upgrading my kernel to the latest 2.6.32-39-pve, I upgraded a VM to Debian Jessie. It seems to work well, however systemd reports it is degraded:
If I look up details on the failed units, I see:
This is where I get stuck. "Failed to initialize automounter: No such file or directory" - am I missing something. vzquota seems to die due to the quotaon syscall failing.
Any ideas??
Thanks
After upgrading my kernel to the latest 2.6.32-39-pve, I upgraded a VM to Debian Jessie. It seems to work well, however systemd reports it is degraded:
Code:
● webby
State: degraded
Jobs: 0 queued
Failed: 2 units
Since: Sat 2015-05-16 10:51:28 AEST; 2 weeks 1 days ago
If I look up details on the failed units, I see:
Code:
● proc-sys-fs-binfmt_misc.automount loaded failed failed Arbitrary Executable File Formats File System Automount Point
● vzquota.service loaded failed failed LSB: Start vzquota at the end of boot
This is where I get stuck. "Failed to initialize automounter: No such file or directory" - am I missing something. vzquota seems to die due to the quotaon syscall failing.
Code:
root@webby:~# systemctl status proc-sys-fs-binfmt_misc.automount
● proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point
Loaded: loaded (/lib/systemd/system/proc-sys-fs-binfmt_misc.automount; static)
Active: failed (Result: resources)
Where: /proc/sys/fs/binfmt_misc
Docs: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
May 31 13:58:29 webby systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
May 31 13:58:29 webby systemd[1]: Failed to initialize automounter: No such file or directory
May 31 13:58:29 webby systemd[1]: Failed to set up automount Arbitrary Executable File Formats File System Automount Point.
root@webby:~# systemctl status vzquota.service
● vzquota.service - LSB: Start vzquota at the end of boot
Loaded: loaded (/etc/init.d/vzquota)
Active: failed (Result: exit-code) since Sun 2015-05-31 13:58:35 AEST; 21s ago
Process: 14589 ExecStart=/etc/init.d/vzquota start (code=exited, status=2)
May 31 13:58:35 webby systemd[1]: Starting LSB: Start vzquota at the end of boot...
May 31 13:58:35 webby vzquota[14589]: quotaon: using //aquota.group on /dev/simfs [/]: Device or resource busy
May 31 13:58:35 webby vzquota[14589]: quotaon: using //aquota.user on /dev/simfs [/]: Device or resource busy
May 31 13:58:35 webby systemd[1]: vzquota.service: control process exited, code=exited status=2
May 31 13:58:35 webby systemd[1]: Failed to start LSB: Start vzquota at the end of boot.
May 31 13:58:35 webby systemd[1]: Unit vzquota.service entered failed state.
Any ideas??
Thanks