Re: vzlist stderr message Invalid value for DEVICES [message #43120 is a reply to message #43118] |
Sat, 23 July 2011 16:20  |
Gary Wallis
Messages: 15 Registered: July 2011
|
Junior Member |
|
|
Gary Wallis wrote:
> I started getting a strange stderr message from vzlist
>
> [root@rc5 ~]# vzlist | head
> Invalid value for DEVICES=c:196:255:rw, skipped
> CTID NPROC STATUS IP_ADDR HOSTNAME
> ...
>
> Thanks for any clues or information about how I can find the
> "c:196:255:rw" device.
>
> Cheers!
> Gary
Found it...it is the pseudo dev
[root@rc5 ~]# ls -Rl /dev | grep 196 | grep 255
crw-rw---- 1 root root 196, 255 Feb 1 14:55 pseudo
Main issue remains: Any ideas why this dev would have an invalid value?
|
|
|