I''ve installed a Fedora Core 5 2054 and Xen 3.0.4.1 on a Intel 945 mainboard with xen3.0 user manual, everything seemed fine then. After I rebooted and chosed to enter into xen kernel , I find xend doesn''t run . when I try to run manually by input: /etc/init.d/xend start there some dot(indicating time maybe) appeared, and then nothing happened, the xend jun didn''t get run . Now I don''t know how to deal with this, is there anybody having the same problem? please help. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> I''ve installed a Fedora Core 5 2054 and Xen 3.0.4.1 on a Intel 945 > mainboard with xen3.0 user manual, everything seemed fine then. After I > rebooted and chosed to enter into xen kernel , I find xend doesn''t run . > when I try to run manually by input:Did you install Xen from source code?> /etc/init.d/xend start > there some dot(indicating time maybe) appeared, and then nothing happened, > the xend jun didn''t get run . > > Now I don''t know how to deal with this, is there anybody having the same > problem? please help.Take a look in /var/log/xen/xend.log and /var/log/xen/xend-debug.log and see if they give any hints - let us know what you find. Cheers, Mark -- Dave: Just a question. What use is a unicyle with no seat? And no pedals! Mark: To answer a question with a question: What use is a skateboard? Dave: Skateboards have wheels. Mark: My wheel has a wheel! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I have found that I needed python XML support installed for xend and xm to run correctly. Cheers Tomasz On 21/03/07, Mark Williamson <mark.williamson@cl.cam.ac.uk> wrote:> > I''ve installed a Fedora Core 5 2054 and Xen 3.0.4.1 on a Intel 945 > > mainboard with xen3.0 user manual, everything seemed fine then. After I > > rebooted and chosed to enter into xen kernel , I find xend doesn''t run . > > when I try to run manually by input: > > Did you install Xen from source code? > > > /etc/init.d/xend start > > there some dot(indicating time maybe) appeared, and then nothing happened, > > the xend jun didn''t get run . > > > > Now I don''t know how to deal with this, is there anybody having the same > > problem? please help. > > Take a look in /var/log/xen/xend.log and /var/log/xen/xend-debug.log and see > if they give any hints - let us know what you find. > > Cheers, > Mark > > -- > Dave: Just a question. What use is a unicyle with no seat? And no pedals! > Mark: To answer a question with a question: What use is a skateboard? > Dave: Skateboards have wheels. > Mark: My wheel has a wheel! > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- GPG key fingerprint: 3883 B308 8256 2246 D3ED A1FF 3A1D 0EAD 41C4 C2F0 GPG public key availabe on pgp.mit .edu keyserver _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I've installed xen3.0.4.1 with downloaed rpm. And I checked the xend.log file , it says :>>[2001-05-12 20:35:37 xend 2486] WARNING (XendAuthSessions:27) python-pam is required for XenAPI support. >>[2001-05-12 20:35:37 xend 2500] INFO (SrvDaemon:322) Xend Daemon started >>[2001-05-12 20:35:37 xend 2500] ERROR (SrvDaemon:344) Exception starting xend ((22, 'Invalid argument'))Traceback (most recent call last): File "/obj/RPM_BUILD_DIRECTORY/tmp/xen-3.0.4.1-3.0.4.1-0603ab5b0ede.bb101e77d4a3-root/usr/lib/python/xen/xend/server/SrvDaemon.py", line 325, in run Error: (22, 'Invalid argument')>>[2001-05-12 20:35:37 xend 2499] INFO (SrvDaemon:218) Xend exited with status 1.the 325 line of SrvDaemon.py file is like:>>xinfo=xc.xenifo()Now ,I don't know if I should trace the Python code down like this. xugb04 2007-03-21 发件人: TMC 发送时间: 2007-03-21 12:30:02 收件人: Mark Williamson 抄送: xen-users@lists.xensource.com; xugb04 主题: Re: [Xen-users] Xend cann't run? I have found that I needed python XML support installed for xend and xm to run correctly. Cheers Tomasz On 21/03/07, Mark Williamson <mark.williamson@cl.cam.ac.uk > wrote:> > I've installed a Fedora Core 5 2054 and Xen 3.0.4.1 on a Intel 945 > > mainboard with xen3.0 user manual, everything seemed fine then. After I > > rebooted and chosed to enter into xen kernel , I find xend doesn't run . > > when I try to run manually by input: > > Did you install Xen from source code? > > > /etc/init.d/xend start > > there some dot(indicating time maybe) appeared, and then nothing happened, > > the xend jun didn't get run . > > > > Now I don't know how to deal with this, is there anybody having the same > > problem? please help. > > Take a look in /var/log/xen/xend.log and /var/log/xen/xend-debug.log and see > if they give any hints - let us know what you find. > > Cheers, > Mark > > -- > Dave: Just a question. What use is a unicyle with no seat? And no pedals! > Mark: To answer a question with a question: What use is a skateboard? > Dave: Skateboards have wheels. > Mark: My wheel has a wheel! > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- GPG key fingerprint: 3883 B308 8256 2246 D3ED A1FF 3A1D 0EAD 41C4 C2F0 GPG public key availabe on pgp.mit .edu keyserver _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wed, 2007-03-21 at 13:28 +0800, xugb04 wrote:> I''ve installed xen3.0.4.1 with downloaed rpm. > And I checked the xend.log file , it says : > > >>[2001-05-12 20:35:37 xend 2486] WARNING (XendAuthSessions:27) > python-pam is required for XenAPI support. > >>[2001-05-12 20:35:37 xend 2500] INFO (SrvDaemon:322) Xend Daemon > started > >>[2001-05-12 20:35:37 xend 2500] ERROR (SrvDaemon:344) Exception > starting xend ((22, ''Invalid argument'')) > Traceback (most recent call last): > File > "/obj/RPM_BUILD_DIRECTORY/tmp/xen-3.0.4.1-3.0.4.1-0603ab5b0ede.bb101e77d4a3-root/usr/lib/python/xen/xend/server/SrvDaemon.py", line 325, in run > Error: (22, ''Invalid argument'') > >>[2001-05-12 20:35:37 xend 2499] INFO (SrvDaemon:218) Xend exited > with status 1. > > the 325 line of SrvDaemon.py file is like: > >>xinfo=xc.xenifo() > > Now ,I don''t know if I should trace the Python code down like this.________________________________________________________________________ I''m not sure about your distro, but the meta package matching ''python-twisted'' or ''twisted python'' should clear up most of your problems. Best, --Tim _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I have installed the phthon twisted (including zopeinterface), although the xend.log is now changed(as follows), the xend just cannot be run. Weired. [2007-03-21 13:19:03 xend] INFO (SrvDaemon:285) Xend Daemon started [2007-03-21 13:19:03 xend] INFO (SrvDaemon:289) Xend changeset: unavailable . [2007-03-21 13:19:03 xend.XendDomainInfo] DEBUG (XendDomainInfo:199) XendDomainInfo.recreate({'paused': 0, 'cpu_time': 41897596122L, 'ssidref': 0, 'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'shutdown_reason': 0, 'dying': 0, 'dom': 0, 'mem_kb': 228900, 'maxmem_kb': -4, 'max_vcpu_id': 0, 'crashed': 0, 'running': 1, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0}) [2007-03-21 13:19:03 xend.XendDomainInfo] INFO (XendDomainInfo:211) Recreating domain 0, UUID 00000000-0000-0000-0000-000000000000. [2007-03-21 13:19:03 xend.XendDomainInfo] WARNING (XendDomainInfo:233) No vm path in store for existing domain 0 [2007-03-21 13:19:04 xend.XendDomainInfo] DEBUG (XendDomainInfo:667) Storing VM details: {'ssidref': '0', 'uuid': '00000000-0000-0000-0000-000000000000', 'on_reboot': 'restart', 'on_poweroff': 'destroy', 'name': 'Domain-0', 'vcpus': '1', 'vcpu_avail': '1', 'memory': '224', 'on_crash': 'restart', 'maxmem': '224'} [2007-03-21 13:19:04 xend.XendDomainInfo] DEBUG (XendDomainInfo:692) Storing domain details: {'cpu/0/availability': 'online', 'memory/target': '229376', 'name': 'Domain-0', 'console/limit': '1048576', 'vm': '/vm/00000000-0000-0000-0000-000000000000', 'domid': '0'} [2007-03-21 13:19:04 xend] DEBUG (XendDomain:151) number of vcpus to use is 0 [2007-03-21 13:19:04 xend] INFO (SrvServer:114) unix path=/var/lib/xend/xend-socket [2007-03-21 13:36:43 xend] INFO (SrvDaemon:285) Xend Daemon started [2007-03-21 13:36:43 xend] INFO (SrvDaemon:289) Xend changeset: unavailable . [2007-03-21 13:36:44 xend.XendDomainInfo] DEBUG (XendDomainInfo:199) XendDomainInfo.recreate({'paused': 0, 'cpu_time': 43587859261L, 'ssidref': 0, 'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'shutdown_reason': 0, 'dying': 0, 'dom': 0, 'mem_kb': 228900, 'maxmem_kb': -4, 'max_vcpu_id': 0, 'crashed': 0, 'running': 1, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0}) [2007-03-21 13:36:44 xend.XendDomainInfo] INFO (XendDomainInfo:211) Recreating domain 0, UUID 00000000-0000-0000-0000-000000000000. [2007-03-21 13:36:44 xend.XendDomainInfo] WARNING (XendDomainInfo:233) No vm path in store for existing domain 0 [2007-03-21 13:36:44 xend.XendDomainInfo] DEBUG (XendDomainInfo:667) Storing VM details: {'ssidref': '0', 'uuid': '00000000-0000-0000-0000-000000000000', 'on_reboot': 'restart', 'on_poweroff': 'destroy', 'name': 'Domain-0', 'vcpus': '1', 'vcpu_avail': '1', 'memory': '224', 'on_crash': 'restart', 'maxmem': '224'} [2007-03-21 13:36:44 xend.XendDomainInfo] DEBUG (XendDomainInfo:692) Storing domain details: {'cpu/0/availability': 'online', 'memory/target': '229376', 'name': 'Domain-0', 'console/limit': '1048576', 'vm': '/vm/00000000-0000-0000-0000-000000000000', 'domid': '0'} [2007-03-21 13:36:44 xend] DEBUG (XendDomain:151) number of vcpus to use is 0 [2007-03-21 13:36:44 xend] INFO (SrvServer:114) unix path=/var/lib/xend/xend-socket xugb04 2007-03-21 发件人: Tim Post 发送时间: 2007-03-21 14:04:48 收件人: xugb04 抄送: TMC; Mark Williamson; xen-users@lists.xensource.com 主题: Re: Re: [Xen-users] Xend cann't run? On Wed, 2007-03-21 at 13:28 +0800, xugb04 wrote:> I've installed xen3.0.4.1 with downloaed rpm. > And I checked the xend.log file , it says : > > > >[2001-05-12 20:35:37 xend 2486] WARNING (XendAuthSessions:27) > python-pam is required for XenAPI support. > > >[2001-05-12 20:35:37 xend 2500] INFO (SrvDaemon:322) Xend Daemon > started > > >[2001-05-12 20:35:37 xend 2500] ERROR (SrvDaemon:344) Exception > starting xend ((22, 'Invalid argument')) > Traceback (most recent call last): > File > "/obj/RPM_BUILD_DIRECTORY/tmp/xen-3.0.4.1-3.0.4.1-0603ab5b0ede.bb101e77d4a3-root/usr/lib/python/xen/xend/server/SrvDaemon.py", line 325, in run > Error: (22, 'Invalid argument') > > >[2001-05-12 20:35:37 xend 2499] INFO (SrvDaemon:218) Xend exited > with status 1. > > the 325 line of SrvDaemon.py file is like: > > >xinfo=xc.xenifo() > > Now ,I don't know if I should trace the Python code down like this.________________________________________________________________________ I'm not sure about your distro, but the meta package matching 'python-twisted' or 'twisted python' should clear up most of your problems. Best, --Tim _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users