VM deletion error - pwnam

wahmed

Famous Member
Oct 28, 2012
1,148
59
113
Calgary, Canada
www.symmcom.com
While trying to delete a VM with virtual disk on CEPH Shared Storage i got the following error msg. It will not let me delete the VM in any way. It will not even let me start the VM

pwnam.png
 
What is the output of

# grep www-data /etc/passwd

(is there an entry for www-data in /etc/paswd?)
 
What is the output of

# grep www-data /etc/passwd

(is there an entry for www-data in /etc/paswd?)

This is the out of grep:


www-data:x:33:33:www-data:/var/www:/bin/sh

I also noticed that i cannot access Console view any more. It gives me the following error:
port-error.png

As of now i am pretty much locked out of all VMs. SPICE protocol does not seem to work. Only changes has been made was to configure 3 NICs for bonding and reboot of node.

Here is the error syslog shows right after i try to power up a VM:
syslog-error.png
 
Last edited:
I think I can say this issue is now Resolved!

I tried the following and now all VMs are starting again.

1. #apt-get update
2. #apt-get dist-upgrade
3. #reboot

Not sure what caused it and how the update fixed it. Any possible reason?