|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Fedora 12 xen 4.0.0
[root@kpc35 ~]# ls -ltr /var/run/
.
.
.
-rw-r--r--. 1 root root 5 2010-04-14 16:58 xend.pid
[root@kpc35 ~]# rm /var/run/xend.pid
rm: remove regular file `/var/run/xend.pid'?
[root@kpc35 ~]# bash -x /etc/init.d/xend start
+ . /etc/rc.d/init.d/functions
++ TEXTDOMAIN=initscripts
++ umask 022
++ PATH=/sbin:/usr/sbin:/bin:/usr/bin
++ export PATH
++ '[' -z '' ']'
++ COLUMNS=80
++ '[' -z '' ']'
+++ /sbin/consoletype
++ CONSOLETYPE=pty
++ '[' -f /etc/sysconfig/i18n -a -z '' -a -z '' ']'
++ . /etc/profile.d/lang.sh
++ unset LANGSH_SOURCED
++ '[' -z '' ']'
++ '[' -f /etc/sysconfig/init ']'
++ . /etc/sysconfig/init
+++ BOOTUP=color
+++ RES_COL=60
+++ MOVE_TO_COL='echo -en \033[60G'
+++ SETCOLOR_SUCCESS='echo -en \033[0;32m'
+++ SETCOLOR_FAILURE='echo -en \033[0;31m'
+++ SETCOLOR_WARNING='echo -en \033[0;33m'
+++ SETCOLOR_NORMAL='echo -en \033[0;39m'
+++ LOGLEVEL=3
+++ PROMPT=yes
+++ AUTOSWAP=no
++ '[' pty = serial ']'
++
__sed_discard_ignored_files='/\(~\|\.bak\|\.orig\|\.rpmnew\|\.rpmorig\|\.rpmsave\)$/d'
+ '[' '!' -d /proc/xen ']'
+ grep -q control_d /proc/xen/capabilities
+ RETVAL=0
+ case "$1" in
+ start
+ echo -n 'Starting xend daemon: '
Starting xend daemon: + /usr/sbin/xend
+ RETVAL=1
+ test 1 = 0
+ echo_failure
+ '[' color = color ']'
+ echo -en '\033[60G'
+ echo -n '['
[+ '[' color = color ']'
+ echo -en '\033[0;31m'
+ echo -n FAILED
FAILED+ '[' color = color ']'
+ echo -en '\033[0;39m'
+ echo -n ']'
]+ echo -ne '\r'
+ return 1
+ echo
+ '[' 1 -eq 0 ']'
+ exit 1
[root@kpc35 ~]#
from what i see, "/usr/sbin/xend" returns 1.
i'm running Python 2.6.2,
thanks! (again ;)
On Wed, Apr 14, 2010 at 4:37 PM, Pasi Kärkkäinen <pasik@xxxxxx> wrote:
> On Wed, Apr 14, 2010 at 04:33:49PM +0300, Shai Maskit wrote:
>> my /etc/fstab doesn't contain any mount information concerning xenfs,
>> however:
>>
>> [root@kpc35 ~]# ls -l /proc/xen/
>> total 0
>> -r--r--r--. 1 root root 0 2010-04-13 13:19 capabilities
>> -rw-------. 1 root root 0 2010-04-13 13:19 privcmd
>> -rw-------. 1 root root 0 2010-04-13 13:19 xenbus
>> -rw-------. 1 root root 0 2010-04-13 13:19 xsd_kva
>> -rw-------. 1 root root 0 2010-04-13 13:19 xsd_port
>>
>> so when i tried to add:
>> none /proc/xen xenfs defaults 0 0
>>
>
> You don't need that since the fedora init script will try to
> mount the xenfs automatically, and seemingly it has already done that.
>
>
>> i got:
>> [root@kpc35 ~]# mount -a
>> mount: none already mounted or /proc/xen busy
>>
>
> Yes, it's already mounted.
>
>> as far as modules:
>>
>> [root@kpc35 ~]# lsmod | grep xen
>> xen_evtchn 3729 1
>> xenfs 7726 1
>>
>
> So that's all OK.
>
>> >> .
>> >> [root@kpc35 ~]# service xend status
>> >> xend dead but pid file exists
>> >> [FAILED]
>> >>
>
> Did you try removing the pid file and then restarting xend?
>
> -- Pasi
>
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|