Hi I am using Debian lenny with Xen 3.2.1 and the 2.6.26-2-xen-amd64 kernel (both come stock with Lenny). I do not have a peth0, when I issue an "ifconfig". Because of this, my vms will not start. I had setup another lenny box about 3 months ago with xen, but didn''t have this problem. I have been picking through the working box, and as far as I can tell, I haven''t done anything different. I have these xen-related packages installed: ii libxenstore3.0 3.2.1-2 Xenstore communications library for Xen ii linux-image-2.6.26-2-xen-amd64 2.6.26-19lenny2 Linux 2.6.26 image on AMD64, oldstyle Xen support ii linux-modules-2.6.26-2-xen-amd64 2.6.26-19lenny2 Linux 2.6.26 modules on AMD64 ii xen-hypervisor-3.2-1-amd64 3.2.1-2 The Xen Hypervisor on AMD64 ii xen-linux-system-2.6.26-2-xen-amd64 2.6.26-19lenny2 XEN system with Linux 2.6.26 image on AMD64 ii xen-shell 1.8-3 Console based Xen administration utility ii xen-tools 3.9-4 Tools to manage Debian XEN virtual servers ii xen-utils-3.2-1 3.2.1-2 XEN administrative tools ii xen-utils-common 3.2.0-2 XEN administrative tools - common files ii xenstore-utils 3.2.1-2 Xenstore utilities for Xen ii xenwatch 0.5.2-1 Virtualization utilities, mostly for Xen Both xend and xendomains are set to run upon boot. I must be missing something silly, but I''ve been over it a 1000 times, and I''m going cross-eyed. I just can''t find anything different. Any help is greatly appreciated. Thanks! Chris _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Dec 31, 2009 at 8:04 AM, Chris <cjdl01@brokensolstice.com> wrote:> Hi I am using Debian lenny with Xen 3.2.1 and the 2.6.26-2-xen-amd64 kernel > (both come stock with Lenny). > > I do not have a peth0, when I issue an "ifconfig". Because of this, my vms > will not start.> Both xend and xendomains are set to run upon boot. I must be missing > something silly, but I''ve been over it a 1000 times, and I''m going > cross-eyed. I just can''t find anything different.what is the output of "brctl show"? what is the content of /etc/xen/xend-config.sxp, along the lines that says "network-script"? -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Aha! That was it. Thank you Fajar. That was just enough to remind me of what I needed to do, which was simply change: (network-script network-dummy) to (network-script network-bridge) in /etc/xen/xend-config.sxp Thanks! Chris Quoting "Fajar A. Nugraha" <fajar@fajar.net>:> On Thu, Dec 31, 2009 at 8:04 AM, Chris <cjdl01@brokensolstice.com> wrote: >> Hi I am using Debian lenny with Xen 3.2.1 and the 2.6.26-2-xen-amd64 kernel >> (both come stock with Lenny). >> >> I do not have a peth0, when I issue an "ifconfig". Because of this, my vms >> will not start. > >> Both xend and xendomains are set to run upon boot. I must be missing >> something silly, but I''ve been over it a 1000 times, and I''m going >> cross-eyed. I just can''t find anything different. > > what is the output of "brctl show"? > what is the content of /etc/xen/xend-config.sxp, along the lines that > says "network-script"? > > -- > Fajar > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users