search for: nulll

Displaying 2 results from an estimated 2 matches for "nulll".

Did you mean: null
2014 Feb 25
2
libvirt lxc /dev/null
...m is that sshd does not run complaining "/dev/null is not a character device". # ls -l /dev/null -rw-r--r-- 1 root root 0 2014-02-25 22:39 /dev/null /sys/fs/cgroup/devices/machine/VM_NAME.libvirt-lxc/devices.list has "c 1:3 rwm" line, but I cannot create /dev/null: # mknod /dev/nulll c 1 3 mknod: `/dev/nulll': Operation not permitted Thanks, Nerijus
2014 Feb 26
0
Re: libvirt lxc /dev/null
...ning "/dev/null is not a character > device". > # ls -l /dev/null > -rw-r--r-- 1 root root 0 2014-02-25 22:39 /dev/null > > /sys/fs/cgroup/devices/machine/VM_NAME.libvirt-lxc/devices.list has "c 1:3 > rwm" line, but I cannot create /dev/null: > # mknod /dev/nulll c 1 3 > mknod: `/dev/nulll': Operation not permitted Libvirt will pre-populate the /dev filesystem with any permitted devices, creation is denied by cgroups. That you have a plain file for /dev/null suggests something in your container has deleted the original character device and replaced...