|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Guests stops at "Sending DHCP requests ..."
This may not be related to your problem, but I'll mention it anyway.
I had some DHCP problems a while ago as well. DomU's would not receive their
ip address, while physical hosts did.
In my case it turned out that I hadn't configured my DHCP server as
authoritative (this is an option in the dhcpd.conf file). After setting that
parameter, everything worked fine.
Did you check your dhcpd log already (on CentOS this is logged to
/var/log/messages) ? Is the dhcpd server receiving the requests ? If not, it's
definitely another problem than mine...
Geert
On Saturday 21 November 2009, Flavio wrote:
> Hi all,
>
> I have a problem now, I've never had before. All my Linux guests,
> block the boot process at the "Sending DHCP requests ..." message.
> The DHCP server works, since all my physical machines get an IP address
> every time. This also worked for XEN guests, up to few days ago.
>
> I read this discussion
> (http://lists.xensource.com/archives/html/xen-devel/2005-09/msg00319.html)
> but it doesn't solve my problem.
>
> These are the boot messages I get before the boot process lock:
>
> [ 3.044520] Netfilter messages via NETLINK v0.30.
> [ 3.044535] nf_conntrack version 0.5.0 (4160 buckets, 16640 max)
> [ 3.044749] ctnetlink v0.93: registering with nfnetlink.
> [ 3.045246] ip_tables: (C) 2000-2006 Netfilter Core Team
> [ 3.045265] TCP cubic registered
> [ 3.045267] Initializing XFRM netlink socket
> [ 3.045556] NET: Registered protocol family 10
> [ 3.046423] ip6_tables: (C) 2000-2006 Netfilter Core Team
> [ 3.046464] IPv6 over IPv4 tunneling driver
> [ 3.046986] NET: Registered protocol family 17
> [ 3.047223] RPC: Registered udp transport module.
> [ 3.047225] RPC: Registered tcp transport module.
> [ 3.047499] registered taskstats version 1
> [ 3.047521] XENBUS: Device with no driver: device/console/0
> [ 4.549105] Sending DHCP requests ...
> [ 18.851032] .
>
>
> The configuration file is the following:
> kernel = "/mnt/xen/kernel/vmlinuz-xen-2.6.31-r7-domU"
> memory = "512"
> name = "gentoo-10.0-x86_64"
> vif = ['bridge=xenbr0']
> dhcp = "dhcp"
> disk = ['file:/mnt/vmstore/gentoo-10.0/gentoo-10.0.x86-64.img,hda1,w']
> root = "/dev/hda1 ro"
> vcpus = 2
> extra = 'console=hvc0 xencons=tty'
>
>
> I am on a Gentoo Host system and I have many different Linux guest
> distributions.
> All Linux distributions give me that problem.
>
> I don't know if it could depend on the kernel configuration, but I guess
> no, since it worked before, and I didn't change anything.
>
> My host and guest kernel is 2.6.31-r7.
>
> Any help will be appreciated.
>
> Thanks a lot,
>
> Flavio
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
--
Kobalt W.I.T.
Web & Information Technology
Brusselsesteenweg 152
1850 Grimbergen
Tel : +32 479 339 655
Email: info@xxxxxxxxxxxx
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- Re: [Xen-users] Re: Guests stops at "Sending DHCP requests ...", (continued)
- Re: [Xen-users] Re: Guests stops at "Sending DHCP requests ...", Boris Derzhavets
- Re: [Xen-users] Re: Guests stops at "Sending DHCP requests ...", Flavio
- Re: [Xen-users] Re: Guests stops at "Sending DHCP requests ...", Flavio
- Re: [Xen-users] Re: Guests stops at "Sending DHCP requests ...", Boris Derzhavets
- Re: [Xen-users] Re: Guests stops at "Sending DHCP requests ...", Flavio
- Re: [Xen-users] Re: Guests stops at "Sending DHCP requests ...", Flavio
- Re: [Xen-users] Re: Guests stops at "Sending DHCP requests ...", Boris Derzhavets
- Re: [Xen-users] Re: Guests stops at "Sending DHCP requests ...", Flavio
- Re: [Xen-users] Re: Guests stops at "Sending DHCP requests ...", Boris Derzhavets
- Re: [Xen-users] Re: Guests stops at "Sending DHCP requests ...", Flavio
Re: [Xen-users] Guests stops at "Sending DHCP requests ...",
Geert Janssens <=
|
|
|
|
|