[CentOS] Xen guest not starting automatically

2010-10-30 Thread Jussi Hirvi
I have a xen system with four guest OS's, (see list below). When I reboot the host, other guests autostart normally, but mail2 does not. I have found no explanation for this. The host and all guests are CentOS 5.5. [r...@farm1 xen]# ls -l /etc/xen/auto total 0 lrwxrwxrwx 1 root root 8 Dec 11

Re: [CentOS] Xen guest not starting automatically

2010-10-30 Thread Ralph Angenendt
Am 30.10.10 14:46, schrieb Jussi Hirvi: The host and all guests are CentOS 5.5. [r...@farm1 xen]# ls -l /etc/xen/auto total 0 lrwxrwxrwx 1 root root 8 Dec 11 2009 dawit - ../dawit lrwxrwxrwx 1 root root 8 May 5 21:10 mail2 - ../mail2 lrwxrwxrwx 1 root root 8 Nov 26 2009 mail3 -

Re: [CentOS] Xen guest not starting automatically

2010-10-30 Thread Jussi Hirvi
On 30.10.2010 16.57, Ralph Angenendt wrote: SELinux turned on? Nope, SELinux is off - in /etc/selinux/config it says: SELINUX=disabled. What does ls -Z in that directory say? # ls -Z /etc/xen drwxr-xr-x root root system_u:object_r:etc_t:s0 auto -rw--- root root

Re: [CentOS] Xen guest not starting automatically

2010-10-30 Thread Veli-Pekka Kestilä
On 30.10.2010 15:46, Jussi Hirvi wrote: I have a xen system with four guest OS's, (see list below). When I reboot the host, other guests autostart normally, but mail2 does not. I have found no explanation for this. The host and all guests are CentOS 5.5. Have you checked relevant log files: -

Re: [CentOS] Xen guest not starting automatically

2010-10-30 Thread Jussi Hirvi
On 30.10.2010 19.29, Veli-Pekka Kestilä wrote: Have you checked relevant log files: - dmesg -/var/log/xen/* I tried to check them the last time this happened - there is a lot of stuff in the logs (which makes it harder to find what's relevant), and I did not find anything unusual. Usually

Re: [CentOS] Xen guest not starting automatically

2010-10-30 Thread Veli-Pekka Kestilä
On 30.10.2010 19:58, Jussi Hirvi wrote: On 30.10.2010 19.29, Veli-Pekka Kestilä wrote: Have you checked relevant log files: - dmesg -/var/log/xen/* I tried to check them the last time this happened - there is a lot of stuff in the logs (which makes it harder to find what's relevant), and I

Re: [CentOS] Xen guest not starting automatically

2010-10-30 Thread Jussi Hirvi
On 30.10.2010 20.11, Veli-Pekka Kestilä wrote: One other thing to test is to run 'service xendomains start' when the failing domain is down. It could print out some errors and after that there should be more error messages either in those error files mentioned before or in 'xm dmesg' Ok,