hi all, I was following Xen beginners Guid. I downloaded , burnt on cd and installed Debian squeeze on 64 bit x86 machine. my problem is that i''m stuck at ''setup the linux bridge '' step. whenever I issue the command " aptitude install bridge-utils", its output told me that there is no package exist which could be matched with bridge-utils. I''ve checked its networking. ping is working fine. As I''m in LAN, I''ve configured eth0 properly. But can''t understand why I''m not able to install bridge-utils? Thanks _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
If you know for a fact you have internet access, I would check your aptitute sources in /etc/apt/sources.list, it is possible the mirror you are using went down temporarily. Have aptitude refresh its sources with "aptitude update", then run a search "aptitude search bridge-" and see if you get anything. On Tue, Jun 19, 2012 at 7:32 PM, maheen butt <maheen_butt26@yahoo.com>wrote:> hi all, > I was following Xen beginners Guid. I downloaded , burnt on cd and > installed Debian squeeze > on 64 bit x86 machine. my problem is that i''m stuck at ''setup the linux > bridge '' step. > whenever I issue the command " aptitude install bridge-utils", its output > told me that there is no > package exist which could be matched with bridge-utils. I''ve checked its > networking. ping is working fine. > As I''m in LAN, I''ve configured eth0 properly. But can''t understand why I''m > not able to install bridge-utils? > > Thanks > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xen.org > http://lists.xen.org/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Wed, Jun 20, 2012 at 6:50 AM, Casey DeLorme <cdelorme@gmail.com> wrote:> If you know for a fact you have internet access, I would check your aptitute > sources in /etc/apt/sources.list, it is possible the mirror you are using > went down temporarily. > > Have aptitude refresh its sources with "aptitude update", then run a search > "aptitude search bridge-" and see if you get anything.... or download it directly http://packages.debian.org/search?keywords=bridge-utils -- Fajar> > > On Tue, Jun 19, 2012 at 7:32 PM, maheen butt <maheen_butt26@yahoo.com> > wrote: >> >> hi all, >> I was following Xen beginners Guid. I downloaded , burnt on cd and >> installed Debian squeeze >> on 64 bit x86 machine. my problem is that i''m stuck at ''setup the linux >> bridge '' step. >> whenever I issue the command " aptitude install bridge-utils", its output >> told me that there is no >> package exist which could be matched with bridge-utils. I''ve checked its >> networking. ping is working fine. >> As I''m in LAN, I''ve configured eth0 properly. But can''t understand why I''m >> not able to install bridge-utils?
I''ve done aptitude update and then aptitude search but same error occured. I guess there is some problem with mirrors in source.list. Actually I did not configureĀ package manager when installing debian. how can I correctly add mirror site in source.list and which one? I ''ve attached source.list file. further more I try to directly download. GUI is not available only command line so I use wget $ wget http://ftp.de.debian.org/debian/pool/main/b/bridge-utils/bridge-utils_1.4.orig.tar.gz and got ERROR 400: Bad Request ________________________________ From: Fajar A. Nugraha <list@fajar.net> To: xen-users@lists.xen.org Sent: Wednesday, June 20, 2012 5:58 AM Subject: Re: [Xen-users] Error:bridge-utils are not installing On Wed, Jun 20, 2012 at 6:50 AM, Casey DeLorme <cdelorme@gmail.com> wrote:> If you know for a fact you have internet access, I would check your aptitute > sources in /etc/apt/sources.list, it is possible the mirror you are using > went down temporarily. > > Have aptitude refresh its sources with "aptitude update", then run a search > "aptitude search bridge-" and see if you get anything.... or download it directly http://packages.debian.org/search?keywords=bridge-utils -- Fajar> > > On Tue, Jun 19, 2012 at 7:32 PM, maheen butt <maheen_butt26@yahoo.com> > wrote: >> >> hi all, >> I was following Xen beginners Guid. I downloaded , burnt on cd and >> installed Debian squeeze >> on 64 bit x86 machine. my problem is that i''m stuck at ''setup the linux >> bridge '' step. >> whenever I issue the command " aptitude install bridge-utils", its output >> told me that there is no >> package exist which could be matched with bridge-utils. I''ve checked its >> networking. ping is working fine. >> As I''m in LAN, I''ve configured eth0 properly. But can''t understand why I''m >> not able to install bridge-utils?_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
If you want to add mirrors manually: http://www.debian.org/mirror/list Using the format of: deb http://ftp.us.debian.org/debian/ squeeze main deb-src http://ftp.us.debian.org/debian/ squeeze main However, I clicked the link and the file downloaded just fine, if you got a 400 with wget, you may want to double back and check that you actually have internet access from that machine again. On Wed, Jun 20, 2012 at 1:28 AM, maheen butt <maheen_butt26@yahoo.com>wrote:> I''ve done aptitude update and then aptitude search but same error occured. > I guess there is some problem with mirrors in source.list. Actually I did > not configure > package manager when installing debian. how can I correctly add mirror > site in source.list and which one? I ''ve attached source.list file. > > further more I try to directly download. GUI is not available only command > line so I use wget > $ wget > http://ftp.de.debian.org/debian/pool/main/b/bridge-utils/bridge-utils_1.4.orig.tar.gz > > and got > ERROR 400: Bad Request > > ------------------------------ > *From:* Fajar A. Nugraha <list@fajar.net> > *To:* xen-users@lists.xen.org > *Sent:* Wednesday, June 20, 2012 5:58 AM > *Subject:* Re: [Xen-users] Error:bridge-utils are not installing > > On Wed, Jun 20, 2012 at 6:50 AM, Casey DeLorme <cdelorme@gmail.com> wrote: > > If you know for a fact you have internet access, I would check your > aptitute > > sources in /etc/apt/sources.list, it is possible the mirror you are using > > went down temporarily. > > > > Have aptitude refresh its sources with "aptitude update", then run a > search > > "aptitude search bridge-" and see if you get anything. > > ... or download it directly > > http://packages.debian.org/search?keywords=bridge-utils > > -- > Fajar > > > > > > > On Tue, Jun 19, 2012 at 7:32 PM, maheen butt <maheen_butt26@yahoo.com> > > wrote: > >> > >> hi all, > >> I was following Xen beginners Guid. I downloaded , burnt on cd and > >> installed Debian squeeze > >> on 64 bit x86 machine. my problem is that i''m stuck at ''setup the linux > >> bridge '' step. > >> whenever I issue the command " aptitude install bridge-utils", its > output > >> told me that there is no > >> package exist which could be matched with bridge-utils. I''ve checked its > >> networking. ping is working fine. > >> As I''m in LAN, I''ve configured eth0 properly. But can''t understand why > I''m > >> not able to install bridge-utils? > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xen.org > http://lists.xen.org/xen-users > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xen.org > http://lists.xen.org/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
Maheen: If you''re more familiar with RHEL/CentOS you could just follow Chapters 7 & 8 of theVirtualization Guide forRHEL5. It''s not as detailed as the Xen Beginners Guide but "it just works". (I used the Virtualization Guide last night to create my first instance of Xen on CentOS 5.7 [x86_64] - It was very simple.) You might need to refer to Chapter 2 of theInstallation Guide for RHEL5 in order to make the installation tree "accessible using one of the following network protocols: HTTP, FTP or NFS." (Refer to the footnote at the bottom of Step #7 of Chapter 7.2, "Creating guests with virt-manager" for more on this.) Once you''ve got it installed, I recommend reading Chapter 25 of theVirtualization Guideto learn the basics of creating/configuring/managing VM''s from the CLI (using virsh). Eric Pretorious Truckee, CA>________________________________ > From: maheen butt <maheen_butt26@yahoo.com> >To: "xen-users@lists.xen.org" <xen-users@lists.xen.org> >Sent: Tuesday, June 19, 2012 4:32 PM >Subject: [Xen-users] Error:bridge-utils are not installing > > >hi all, >I was following Xen beginners Guid. I downloaded , burnt on cd and installed Debian squeeze >on 64 bit x86 machine. my problem is that i''m stuck at ''setup the linux bridge '' step. >whenever I issue the command " aptitude install bridge-utils", its output told me that there is no >package exist which could be matched with bridge-utils. I''ve checked its networking. ping is working fine. >As I''m in LAN, I''ve configured eth0 properly. But can''t understand why I''m not able to install bridge-utils? > > >Thanks > > >_______________________________________________ >Xen-users mailing list >Xen-users@lists.xen.org >http://lists.xen.org/xen-users > >_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
Possibly Parallel Threads
- Info related to linux-2.6-xen
- Xen port for MIPS
- UEFI support in Xen
- [SUCCESS REPORT] Xen VGA Passthrough to Windows 8 Consumer Preview HVM domU and Windows XP Home Edition HVM domU with Xen 4.2-unstable Changeset 25070 in Ubuntu 11.10 amd64 Dom0
- [SUCCESS REPORT] Xen VGA Passthrough to Windows 8 Consumer Preview HVM domU and Windows XP Home Edition HVM domU with Xen 4.2-unstable Changeset 25070 in Ubuntu 11.10 amd64 Dom0