[gentoo-user] gcc-3.3.5-r1 compile error

2005-01-15 Thread Ovidiu Bivolaru
Is anybody seeing this ? creating auto-host.h * Compiling gcc ... * Setting make jobs to "-j2" to ensure successful merge ... x86 /var/tmp/portage/gcc-3.3.5-r1/work/build /var/tmp/portage/gcc-3.3.5-r1/work/build /var/tmp/portage/gcc-3.3.5-r1/work/gcc-3.3.5 * Running make LDFLAGS="" STAGE1_CFLAGS=

Re: [gentoo-user] OT- Deffending Gentoo against RedHat

2005-01-15 Thread Bastian Balthazar Bux
[megasnip] I have cut out the company information header and other "private information", its a document for the people who have to authorize the switchover from RedHat to Gentoo. I'm new in this company and have found a lot of bad configured RedHat machines and replaced them with Gentoo. Now i mus

Re: [gentoo-user] Onboard audio has dissapeared after installing Audigy

2005-01-15 Thread Ivan Yosifov
The options IS under "Integrated Peripherals" , and only has auto/no ( seems I am unlucky ). pci=nobios doesn't help either :( . Any other suggestions ? On Sat, 2005-01-15 at 20:24 +0100, Marc Ballarin wrote: > On Sat, 15 Jan 2005 19:30:31 +0200 > Ivan Yosifov <[EMAIL PROTECTED]> wrote: > > > ...

Re: [gentoo-user] which package include the dig command?

2005-01-15 Thread Anielkis Herrera Gonzalez
thank you.. -- Anielkis Herrera Gonzalez Linux user 377809 Nova Linux Developer University of Informatics Sciences Cuba _

Re: [gentoo-user] which package include the dig command?

2005-01-15 Thread Bastian Balthazar Bux
Anielkis Herrera Gonzalez ha scritto: How can I search which of the packages installed a command?? I need to know which package have the dig command... qpkg & esearch (app-portage/gentoolkit & app-portage/esearch) rumors are about esearch being deprecated in favour of an integrated portage sear

Re: [gentoo-user] /var/log/messages permission problem

2005-01-15 Thread James Hiscock
> >I use syslog-ng on my Gentoo box. It works well except one > >problem: Every time I reboot I found the /var/log/messgaes file's > >permission was set to 0600. Since I want all users in root group can > >read it, I have to chmod g+r /var/log/messages again and again. So how > >can I make its

Re: [gentoo-user] which package include the dig command?

2005-01-15 Thread Christian Heim
Am Samstag 15 Januar 2005 20:17 schrieb Anielkis Herrera Gonzalez: > How can I search which of the packages installed a command?? > I need to know which package have the dig command... emerge bind-tools -- -- Christian Thomas Heim Auszubildender im Rechenzentrum der Universität Greifswald Friedr

[gentoo-user] which package include the dig command?

2005-01-15 Thread Anielkis Herrera Gonzalez
How can I search which of the packages installed a command?? I need to know which package have the dig command... -- Anielkis Herrera Gonzalez Linux user 377809 Nova Linux Developer

Re: [gentoo-user] OT- Deffending Gentoo against RedHat

2005-01-15 Thread Patrick Marquetecken
On Sat, 15 Jan 2005 18:38:58 +0100 Holly Bostick <[EMAIL PROTECTED]> wrote: > The main question I have about this PDF is, "Who is it aimed at?" The > people who have to authorize the switchover from whatever is on the > servers now to Gentoo? The people that have to pay for the training of > th

Re: [gentoo-user] Onboard audio has dissapeared after installing Audigy

2005-01-15 Thread Mark Knecht
Hi, Are you loading drivers for both cards? Check modprobe.conf. I sort of remember hearing that alsaconf will only configure a single card. Also, check the Alsa site for more instructions about setting the order of the two cards using the 'options' command in modprobe.conf. If you want two

Re: [gentoo-user] Lots of things try to execute a command with the name of my network...

2005-01-15 Thread Bastian Balthazar Bux
Peng ha scritto: Yes, I know it's because I configured the thing horribly. Anyway, when doing things like emerging something, at the end right after it says it's caching the package's dependencies, it will display an error saying that line one of /var/lib/init.d/depcache tried to execute a comm

Re: [gentoo-user] Problems with USB sound (Creative MP3+)

2005-01-15 Thread Christoph Eckert
> All volume settings were demuted and set to max using > alsamixer or kmix. > > > - using kernel 2.6.10: your card is marked as supported on the ALSA soundcard matrix. I also have an USB-audio-device and it works really great. I'd try to do a modprobe snd-usb-audio Then I'd try a cat /proc/

Re: [gentoo-user] Onboard audio has dissapeared after installing Audigy

2005-01-15 Thread Ivan Yosifov
I checked the BIOS , everything seems ok , in particular "AC97 Audio" is set to Auto. The options are Auto/No. The motherboard is GigaByte i865. I am pretty sure the kernel is ok too - it used to work on the very same kernel ( before installing Audigy ) , and even if the modules were missing should

Re: [gentoo-user] Onboard audio has dissapeared after installing Audigy

2005-01-15 Thread Marc Ballarin
On Sat, 15 Jan 2005 19:30:31 +0200 Ivan Yosifov <[EMAIL PROTECTED]> wrote: > ... > Only the Audigy shows up , and I need to have them both. Any ideas why > the on-board audio disappeared and how to make it show up again ? Your BIOS tries to be smart (being a BIOS, it fails, of course) and disable

Re: [gentoo-user] packagecd

2005-01-15 Thread Dirk Raeder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Corbin wrote: > I've done my best, but I can find nothing that documents how to use the > packagecd. > > Pointers please. set PKGDIR="/path/to/packagecd" in /etc/make.conf and install programs with emerge --usepkg programs Dirk -BEGIN PGP

Re: [gentoo-user] udev + ipw2100 problem

2005-01-15 Thread Rumen Yotov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ivan Yosifov wrote: Hi, Beside hotplug (or rather below it is coldplug). So 'coldplug' detects things during initial boot, while hotplug detects them later on when plugged (true hotplug). Some time ago month or two hotplug got separated - colplug&hotplu

Re: [gentoo-user] /var/log/messages permission problem

2005-01-15 Thread Peter Eis
Jans H. Xie wrote: hi, I use syslog-ng on my Gentoo box. It works well except one problem: Every time I reboot I found the /var/log/messgaes file's permission was set to 0600. Since I want all users in root group can read it, I have to chmod g+r /var/log/messages again and again. So how can I ma

[gentoo-user] Problems with USB sound (Creative MP3+)

2005-01-15 Thread Artjom Simon
Hi everyone, ok, I'm trying to get sound out of my Creative SoundBlaster MP3+ (external, USB). So far, all the logs show me that it's being recognized by snd-usb-audio, at least: -- # lsusb: ... Bus 001 Device 003: ID 041e:3010 Creative Technology, Ltd Bus 001 Device 002: ID 0409:0059 NEC Corp.

[gentoo-user] Re: Linux friendly PDAs

2005-01-15 Thread Francesco Talamona
On Saturday 15 January 2005 16:51, Sevak Avakians wrote: > Try the Sharp Zaurus for a Linux friendly PDA. It runs Linux out of > the box. You can also put OpenZaurus on it. It would be nice to > figure out a way of putting Gentoo on it! http://www.opensistemas.com/Gentoo_for_Zaurus.715.0.html h

Re: [gentoo-user] Onboard audio has dissapeared after installing Audigy

2005-01-15 Thread Douglas James Dunn
the only other thing i could think of is not having the right kernel modules in it On Sun, 2005-01-16 at 03:21 +0900, Chul-Han Yoon wrote: > Ivan Yosifov wrote: > > >Hello Everyone, > > > >I have a motherboard with intel8x0 on-board audio that used to work > >fine. I need to have two sound cards

Re: [gentoo-user] xfree

2005-01-15 Thread Sevak Avakians
Thanks, TG. On Sat, 2005-01-15 at 11:33, Tero Grundström wrote: On Sat, 15 Jan 2005, Sevak Avakians wrote: > This is a mini-itx mobo with the C3-2 (Nehemiah) chip integrated. Xorg > works (it's what I'm using currently) until I try to use mplayer or > xine. When using either, the screen, k

Re: [gentoo-user] Onboard audio has dissapeared after installing Audigy

2005-01-15 Thread Chul-Han Yoon
Ivan Yosifov wrote: Hello Everyone, I have a motherboard with intel8x0 on-board audio that used to work fine. I need to have two sound cards , so I have installed Creative Labs SB Audigy LS , which also works fine. However the onboard audio no longer shows up in lspci: [EMAIL PROTECTED] ~ $ lspci 0

Re: [gentoo-user] How to list packages installed of a certain group?

2005-01-15 Thread Axel Schmalowsky
Nick Smith wrote: On Fri, 2005-01-14 at 23:37 -0500, Alexandre St-Pierre wrote: A couple of weeks ago I installed a whole heap of game packages and wrote down what I'd installed (as they didn't all seem to go into the X menu). I've since lost the piece of paper and can't rem

Re: [gentoo-user] Lots of things try to execute a command with the name of my network...

2005-01-15 Thread Peng
On 01/15/05 17:52, Martoni wrote: Do any of you know where I probably screwed things up to make it do this? Probably somewhere where you set up networking ...? What does /etc/conf.d/net say? Regards, Martin S -- gentoo-user@gentoo.org mailing list The only line in that file not commented out is:

Re: [gentoo-user] Hardware, bad?

2005-01-15 Thread Ted Ozolins
Volker Armin Hemmann wrote: On Saturday 15 January 2005 09:43, Ted Ozolins wrote: In an attempt to install gentoo on the last system here not running gentoo the bootstrap segfaults part way through glibc-2.3.4. I thought it might be a bad ram so I ran memtest86+ overnight without any errors. I c

Re: [gentoo-user] Lots of things try to execute a command with the name of my network...

2005-01-15 Thread Martoni
> Do any of you know where I probably screwed things up to make it do this? Probably somewhere where you set up networking ...? What does /etc/conf.d/net say? Regards, Martin S -- gentoo-user@gentoo.org mailing list

[gentoo-user] packagecd

2005-01-15 Thread David Corbin
I've done my best, but I can find nothing that documents how to use the packagecd. Pointers please. David -- gentoo-user@gentoo.org mailing list

[gentoo-user] Lots of things try to execute a command with the name of my network...

2005-01-15 Thread Peng
Yes, I know it's because I configured the thing horribly. Anyway, when doing things like emerging something, at the end right after it says it's caching the package's dependencies, it will display an error saying that line one of /var/lib/init.d/depcache tried to execute a command with the name

Re: [gentoo-user] New Install Trouble w/ Boot and GCC Update

2005-01-15 Thread Nicholas Pappas
Jadex wrote: That "Warning: unable to open initial console" seems awfully fishy to Seems to me that somethings wrong with your inittab... Okay -- someplace to start looking. I'm in the middle of an '--update world' on the box in question, so I will have to wait to look at it. Is there anything

Re: [gentoo-user] OT- Deffending Gentoo against RedHat

2005-01-15 Thread Holly Bostick
Patrick Marquetecken wrote: Hi, This is in the same line as my "Gentoo course on paper" I had also to wright a paper "with Linux to choose", so if you all could give me some feedback. You can find it on: http://users.pandora.be/delta_quadrant/REDHATvGENTOO.pdf Its not quite done, but a raw draft an

[gentoo-user] Onboard audio has dissapeared after installing Audigy

2005-01-15 Thread Ivan Yosifov
Hello Everyone, I have a motherboard with intel8x0 on-board audio that used to work fine. I need to have two sound cards , so I have installed Creative Labs SB Audigy LS , which also works fine. However the onboard audio no longer shows up in lspci: [EMAIL PROTECTED] ~ $ lspci :00:00.0 Host b

[gentoo-user] gentoo-user@gentoo.org

2005-01-15 Thread bg
gentoo-user@gentoo.org -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] udev + ipw2100 problem

2005-01-15 Thread Ivan Yosifov
Well , you should post the exact error before anyone can say something more concrete. On Sun, 2005-01-16 at 01:23 +0800, æåå wrote: > On 17:20 Sat 15 Jan , Ivan Yosifov wrote: > > Don't know if this helps , just my two cents. > > > > http://gentoo-wiki.com/HARDWARE_ipw2100 > > > > More , preci

[gentoo-user] /var/log/messages permission problem

2005-01-15 Thread Jans H. Xie
hi, I use syslog-ng on my Gentoo box. It works well except one problem: Every time I reboot I found the /var/log/messgaes file's permission was set to 0600. Since I want all users in root group can read it, I have to chmod g+r /var/log/messages again and again. So how can I make its permission

Re: [gentoo-user] Re: pcmcia serial doesn't work

2005-01-15 Thread Vittorio
Right, I didn't compile the 8250/16550 PCMCIA device support as a module. I've changed this in the kernel .config and recompiled everything. Now it's all ok! Thanks Vittorio Alle 01:54, sabato 15 gennaio 2005, Gabriel M. Beddingfield ha scritto: > Vittorio wrote: > > Now it happens that while

Re: [gentoo-user] udev + ipw2100 problem

2005-01-15 Thread 林志勋
On 17:20 Sat 15 Jan , Ivan Yosifov wrote: > Don't know if this helps , just my two cents. > > http://gentoo-wiki.com/HARDWARE_ipw2100 > > More , precisely this lines: > > emerge hotplug > rc-update add hotplug default > > AFAIK , hotplug manages all the hardware that may be plugged/unplugged a

Re: [gentoo-user] How to list packages installed of a certain group?

2005-01-15 Thread Mike Noble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nick Smith wrote: | On Fri, 2005-01-14 at 23:37 -0500, Alexandre St-Pierre wrote: | |>>A couple of weeks ago I installed a whole heap of game packages and |>>wrote down what I'd installed (as they didn't all seem to go into the X |>>menu). |>>I've since

Re: [gentoo-user] New Install Trouble w/ Boot and GCC Update

2005-01-15 Thread Jadex
> That "Warning: unable to open initial console" seems awfully fishy to Seems to me that somethings wrong with your inittab... -- live free() or die() Jadex signature.asc Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada digitalmente

Re: [gentoo-user] How to list packages installed of a certain group?

2005-01-15 Thread Steven Mertens
> i get command not found on both qpkg and equery, something i need to > emerge? > emerge gentoolkit brgds. S. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] New Install

2005-01-15 Thread Holly Bostick
Stephen More wrote: Resolving ftp6.uni-erlangen.de... failed: Host not found. Resolving vlaai.snt.ipv6.utwente.nl... failed: Host not found. Resolving chod.cwru.edu... 129.22.21.15 Connecting to chod.cwru.edu[129.22.21.15]:21... connected. Logging in as anonymous ... Error in server greeting. Down

Re: [gentoo-user] New Install

2005-01-15 Thread Ivan Yosifov
It seems mirrorselect has chosen br0ken mirros. Try removing GENTOO_MIRRORS from /etc/make.conf and running the emerge again. Using the default mirror should be slower , yet correct. If it is too slow for you , you may look at http://www.gentoo.org/main/en/mirrors.xml and set a mirror manually. As

Re: [gentoo-user] How to list packages installed of a certain group?

2005-01-15 Thread Nick Smith
On Fri, 2005-01-14 at 23:37 -0500, Alexandre St-Pierre wrote: > > A couple of weeks ago I installed a whole heap of game packages and > > wrote down what I'd installed (as they didn't all seem to go into the X > > menu). > > I've since lost the piece of paper and can't remember what I installed. >

Re: [gentoo-user] New Install

2005-01-15 Thread neil
Stephen More wrote: I did execute mirrorselect and this is what it picked: GENTOO_MIRRORS="ftp://ftp6.uni-erlangen.de/pub/mirrors/gentoo ftp://vlaai.snt.ipv6.utwente.nl/pub/os/linux/gentoo/ ftp://chod.cwru.edu/ gentoo ftp://mirror.gentoo.ru/pub/mirror/gentoo/"; Manually downloading will fix this pr

Re: [gentoo-user] New Install Trouble w/ Boot and GCC Update

2005-01-15 Thread Nicholas Pappas
It is not just the OKs that are missing -- it is the entire line that would normally display the OKs. I'm using the same monitor (it is LCD) as I was using in my past install, but always received those lines in the past. When booting, I see that weird warning towards the end. Here are the l

Re: [gentoo-user] New Install Trouble w/ Boot and GCC Update

2005-01-15 Thread Douglas James Dunn
About the OK's are they just not there? like missing? if your using an lcd monitor I've noticed that sometimes when my monitor and previous monitors switch between like your boot screen and X and other stuff sometimes it displays the screen shifted to the left or to your case possibly the right.

Re: [gentoo-user] New Install

2005-01-15 Thread Douglas James Dunn
I know this happened to me before. though not an instillation problem It happens to me a lot trying to emerge cups, its been forever ago but i think it happened to me when i first installed the OS with cups. with cups a lot of the time it is indeed on the mirror though not in the distfiles direct

Re: [gentoo-user] qmail and gentoo

2005-01-15 Thread Mike Noble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Dangler wrote: | Is anyone here running qmail on gentoo 2.6.10 ? | I've been trying for the better part of 8 hours to get sendmail to run with | no luck. The tech at my isp said that qmail would be a lot simpler and | easier to get up and running.

Re: [gentoo-user] xfree

2005-01-15 Thread Tero Grundström
On Sat, 15 Jan 2005, Sevak Avakians wrote: > This is a mini-itx mobo with the C3-2 (Nehemiah) chip integrated. Xorg > works (it's what I'm using currently) until I try to use mplayer or > xine. When using either, the screen, keyboard, and mouse freeze. > > How do I do the following as described

[gentoo-user] OT- Deffending Gentoo against RedHat

2005-01-15 Thread Patrick Marquetecken
Hi, This is in the same line as my "Gentoo course on paper" I had also to wright a paper "with Linux to choose", so if you all could give me some feedback. You can find it on: http://users.pandora.be/delta_quadrant/REDHATvGENTOO.pdf Its not quite done, but a raw draft and to be honest i took some

Re: [gentoo-user] New Install

2005-01-15 Thread Stephen More
Resolving ftp6.uni-erlangen.de... failed: Host not found. Resolving vlaai.snt.ipv6.utwente.nl... failed: Host not found. Resolving chod.cwru.edu... 129.22.21.15 Connecting to chod.cwru.edu[129.22.21.15]:21... connected. Logging in as anonymous ... Error in server greeting. >>> Downloading ftp://mi

Re: [gentoo-user] New Install Trouble w/ Boot and GCC Update

2005-01-15 Thread Douglas James Dunn
About the OK's are they just not there? like missing? if your using an lcd monitor I've noticed that sometimes when my monitor and previous monitors switch between like your boot screen and X and other stuff sometimes it displays the screen shifted to the left or to your case possibly the right.

Re: [gentoo-user] New Install Trouble w/ Boot and GCC Update

2005-01-15 Thread Nicholas Pappas
Peng wrote: >> On 01/15/05 15:55, Nicholas Pappas wrote: >> I just got done installing Gentoo on my main box after looking at >> a different distro (which couldn't pick up my SATA drive). > > Just curious... What distro was it? Ubuntu. Heard some good things about it, so I thought I would giv

[gentoo-user] Poweredge 1650 indicators leds...

2005-01-15 Thread David García Pérez
Hi! Well I instaled a Gentoo 2004.3 in dell server poweredge 1650 without too much trouble. The system seems to work fine, my only problem is the indicators led in the front of the server. When I had a Red Hat Linux 7.3 installed the indicators were fine, just in blue color. Right now after the Ge

Re: [gentoo-user] fetchmail not flushing yahoo pop3

2005-01-15 Thread Jeff Smelser
On Friday 14 January 2005 05:09 pm, Frank Hellmuth wrote: > I also use a free yahoo mail account via pop3. As far as I know you have to > agree to recieve some ads from them (but what is spam assassin made for ;) > ) to get that service for free. You guys are doing it through sub yahoo.. Not yaho

Re: [gentoo-user] libtool breaks after last update world

2005-01-15 Thread Christoph Daldrup
Am 15.01.2005 17:07 schrieb Frank Schafer: > I did an ``emerge -u world''. As I saw gcc was upgraded to 3.3.5. This > seems to break libtool. You hav to "# fix_libtool_files.sh 3.3.4", then it should work again. There are quite a lot mails on this mailing list and posts on the web forum about thi

Re: [gentoo-user] libtool breaks after last update world

2005-01-15 Thread Jason Cooper
Frank Schafer ([EMAIL PROTECTED]) scribbled: > Hi, > > !!! ERROR: media-gfx/imagemagick-6.1.3.4 failed. > !!! Function src_compile, Line 83, Exitcode 2 > > I did an ``emerge -u world''. As I saw gcc was upgraded to 3.3.5. This > seems to break libtool. > > Today I tried to emerge ImageMagick (an

Re: [gentoo-user] Prism Orinico on 2.6 kernel (RESOLVED)

2005-01-15 Thread Kurt Guenther
Thanks Scott. My fundamental problem that I didn't have the correct drivers installed for my card. I needed to emerge the: echo "net-wireless/madwifi-driver ~x86" >> /etc/portage/package.keywords emerge net-wireless/madwifi-driver I then had a 'ath0' device to play with. The rest of the piece

Re: [gentoo-user] libtool breaks after last update world

2005-01-15 Thread deflin39
Frank Schafer wrote: Hi, !!! ERROR: media-gfx/imagemagick-6.1.3.4 failed. !!! Function src_compile, Line 83, Exitcode 2 I did an ``emerge -u world''. As I saw gcc was upgraded to 3.3.5. This seems to break libtool. Today I tried to emerge ImageMagick (and yes, I DID ``emerge --unmerge libtool; emer

Re: [gentoo-user] libtool breaks after last update world

2005-01-15 Thread Nick Smith
check out the 20 other threads on that topic -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] OT - Gentoo course on paper

2005-01-15 Thread Daniel Drake
Patrick Marquetecken wrote: Its in Dutch (my native language), but its for French people. I can speak French but don't write it, its going to be translated at work. I will post both versions after the translation. Maybe your work would be beneficial to Gentoo as a whole.. If you are interested, an

Re: [gentoo-user] OT - Gentoo course on paper

2005-01-15 Thread Antoine
Patrick Marquetecken wrote: On Sat, 15 Jan 2005 15:31:18 +0100 Holly Bostick <[EMAIL PROTECTED]> wrote: Is it originally in French or Vlaams (Flemish/Dutch)? Dunno how many French readers are here, but there are several Dutch-literate souls around, so you might want to post both versions. Holly

Re: [gentoo-user] New Install Trouble w/ Boot and GCC Update

2005-01-15 Thread Peng
On 01/15/05 15:55, Nicholas Pappas wrote: I just got done installing Gentoo on my main box after looking at a different distro (which couldn't pick up my SATA drive). Just curious... What distro was it? -- gentoo-user@gentoo.org mailing list

[gentoo-user] libtool breaks after last update world

2005-01-15 Thread Frank Schafer
Hi, !!! ERROR: media-gfx/imagemagick-6.1.3.4 failed. !!! Function src_compile, Line 83, Exitcode 2 I did an ``emerge -u world''. As I saw gcc was upgraded to 3.3.5. This seems to break libtool. Today I tried to emerge ImageMagick (and yes, I DID ``emerge --unmerge libtool; emertge libtool'' befo

[gentoo-user] Re: New Install

2005-01-15 Thread Gabriel M. Beddingfield
Stephen More wrote: > I have been trying to get the following to work: > emerge --fetchonly system > > It complains about: > > Couldn't download db-4.1.25.tar.gz. Aborting. > Couldn't download shadow-4.0.5.tar.bz2. Aborting. > > I have been trying for the past few days, but it is not getting an

Re: [gentoo-user] ACPI and suspended mode

2005-01-15 Thread n_powell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Jan 14, 2005 at 08:28:27PM + thus spake Jadex: > Hello, I finally moved to 2.6 kernel and now I want to configure ACPI > support but I have no clue of how to do it... can anyone tell me where > to find a How-To (or send me a self-made guid

Re: [gentoo-user] editing firefox profile - which file

2005-01-15 Thread Sevak Avakians
Maybe you can try this command as an alias for firefox?: tor && firefox On successful launch of tor, it will launch firefox.  Put it in your .bashrc file like so: alias mozilla="tor && firefox" because there is probably already a mozilla alias pointing to firefox. Sevak On Fri, 2005-01-14 at

[gentoo-user] New Install Trouble w/ Boot and GCC Update

2005-01-15 Thread Nicholas Pappas
I just got done installing Gentoo on my main box after looking at a different distro (which couldn't pick up my SATA drive). So I installed everything last night, but have run into two problems with the new install. The first problem (or issue) is when I boot the system, I do not see the seri

Re: [gentoo-user] WiFi success story :| I

2005-01-15 Thread Frank Schafer
as I wrote. The wpa_supplicant build failed. No wpa_supplicant executable exists. Downloading the packet and build it due to the README in the package works. No madwifi needed. The download of madwifi is that what hurts me, not the build. Regards Frank On Sat, 2005-01-15 at 18:28 +1300, Nick Rou

Re: [gentoo-user] Using HP PSC-750 scanner functions in Gentoo

2005-01-15 Thread Jason Cooper
Jeff Cranmer ([EMAIL PROTECTED]) scribbled: > On Sat, 2005-01-15 at 01:20 -0500, Jason Cooper wrote: > > Jeff Cranmer ([EMAIL PROTECTED]) scribbled: > > > If you're running kernel 2.6.x, make sure you _don't_ have the module > > printer.ko. scanner support (as well as printer support) have been >

Re: [gentoo-user] Linux friendly PDAs

2005-01-15 Thread Sevak Avakians
Try the Sharp Zaurus for a Linux friendly PDA.  It runs Linux out of the box.  You can also put OpenZaurus on it.  It would be nice to figure out a way of putting Gentoo on it! Sevak On Fri, 2005-01-14 at 22:58, rec wrote: [EMAIL PROTECTED] wrote: >On Fri, Jan 14, 2005 at 06:08:33PM -0500,

Re: [gentoo-user] xfree

2005-01-15 Thread Sevak Avakians
This is a mini-itx mobo with the C3-2 (Nehemiah) chip integrated.  Xorg works (it's what I'm using currently) until I try to use mplayer or xine.  When using either, the screen, keyboard, and mouse freeze.  How do I do the following as described in the bugzilla fix?: "via driver has been rem

Re: [gentoo-user] Using HP PSC-750 scanner functions in Gentoo

2005-01-15 Thread Jeff Cranmer
On Sat, 2005-01-15 at 01:20 -0500, Jason Cooper wrote: > Jeff Cranmer ([EMAIL PROTECTED]) scribbled: > If you're running kernel 2.6.x, make sure you _don't_ have the module > printer.ko. scanner support (as well as printer support) have been > moved into user-space with libusb. Make sure it is e

Re: [gentoo-user] New Install

2005-01-15 Thread Peng
On 01/15/05 14:39, Stephen More wrote: I have heard some good things about gentoo so I am giving it a try. I started off with a stage 1 install and have made it to stage2. I have been trying to get the following to work: emerge --fetchonly system It complains about: Couldn't download db-4.1.25.tar.

Re: [gentoo-user] New Install

2005-01-15 Thread Ivan Yosifov
Why does it fail ( connection error ? , not found on server ? ) ? Are you using the portage snapshot from the LiveCD , or have you downloaded the current tree with emerge --sync ? Which LiveCD are you using ( 2004.3 ? ) ? Are you using some sort of local mirror for downloading sources ? On Sat, 20

[gentoo-user] Re: xterm and bash

2005-01-15 Thread Chris Frey
On Fri, Jan 14, 2005 at 11:21:53PM +0100, HK wrote: > When I try to type a long line in xterm, running bash under xfce4, it > wraps to the column that was valid before resizing the window with > +F7 (maximum width).. > > If I resize the window with the mouse everything is fine. > > Is anyone el

Re: [gentoo-user] system backup with quickpkg

2005-01-15 Thread Bastian Balthazar Bux
The system is "mirrored" with a in-expensive pc, I was thinking to backup the files on this one and one time for all on a media (cd or tape). As I've never done a bootable cd (read no know-how) and time here is at premium the choice is to boot from a recovery cd (there are zillions) and then us

Re: [gentoo-user] New Install

2005-01-15 Thread Peng
On 01/15/05 14:39, Stephen More wrote: I have heard some good things about gentoo so I am giving it a try. I started off with a stage 1 install and have made it to stage2. I have been trying to get the following to work: emerge --fetchonly system It complains about: Couldn't download db-4.1.25.tar.

Re: [gentoo-user] udev + ipw2100 problem

2005-01-15 Thread Ivan Yosifov
Don't know if this helps , just my two cents. http://gentoo-wiki.com/HARDWARE_ipw2100 More , precisely this lines: emerge hotplug rc-update add hotplug default AFAIK , hotplug manages all the hardware that may be plugged/unplugged at will ( and network interfaces fall in this category ) under

Re: [gentoo-user] OT - Gentoo course on paper

2005-01-15 Thread Patrick Marquetecken
On Sat, 15 Jan 2005 15:31:18 +0100 Holly Bostick <[EMAIL PROTECTED]> wrote: > Is it originally in French or Vlaams (Flemish/Dutch)? Dunno how many > French readers are here, but there are several Dutch-literate souls > around, so you might want to post both versions. > > Holly > Its in Dutch (

[gentoo-user] New Install

2005-01-15 Thread Stephen More
I have heard some good things about gentoo so I am giving it a try. I started off with a stage 1 install and have made it to stage2. I have been trying to get the following to work: emerge --fetchonly system It complains about: Couldn't download db-4.1.25.tar.gz. Aborting. Couldn't download shad

Re: [gentoo-user] OT - Gentoo course on paper

2005-01-15 Thread Holly Bostick
Patrick Marquetecken wrote: On Fri, 14 Jan 2005 16:08:59 + Neil Bothwick <[EMAIL PROTECTED]> wrote: On Fri, 14 Jan 2005 16:55:49 +0100, Patrick Marquetecken wrote: If so would you share this document with me, its not that i wil not create it myself. Its done but there are (i'm sure) things that

Re: [gentoo-user] OT - Gentoo course on paper

2005-01-15 Thread Patrick Marquetecken
On Fri, 14 Jan 2005 16:08:59 + Neil Bothwick <[EMAIL PROTECTED]> wrote: > On Fri, 14 Jan 2005 16:55:49 +0100, Patrick Marquetecken wrote: > > > If so would you share this document with me, its not that i wil not > > create it myself. Its done but there are (i'm sure) things that i forgot > >

Re: [gentoo-user] How to list packages installed of a certain group?

2005-01-15 Thread Ciaran McCreesh
On Sat, 15 Jan 2005 17:14:15 +1300 Jamie Dobbs <[EMAIL PROTECTED]> wrote: | A couple of weeks ago I installed a whole heap of game packages and | wrote down what I'd installed (as they didn't all seem to go into the | X menu). | I've since lost the piece of paper and can't remember what I | install

Re: [gentoo-user] find + ls + grep + cp + CLI + Bash madness

2005-01-15 Thread Ciaran McCreesh
On Sat, 15 Jan 2005 00:10:49 + Matt Wilson <[EMAIL PROTECTED]> wrote: | Is there any particular reason why people would recommend using xargs | over -exec? Fewer forks. On the other hand, xargs is buggy and evil. -- Ciaran McCreesh : Gentoo Developer (Vim, Fluxbox, shell tools) Mail

Re: [gentoo-user] DWL-520 Rev. E - anyone have this working on Gentoo?

2005-01-15 Thread Mark Knecht
On Wed, 12 Jan 2005 12:12:04 -0500, Covington, Chris <[EMAIL PROTECTED]> wrote: > On Wed, 2005-01-12 at 11:59 -0500, Billy Holmes wrote: > > Mark Knecht wrote: > > > > > Or take the NIC back to the store and buy something else except I'm > > > feeling burned. I bought a 520 and it's in my son's mac

Re: [gentoo-user] making multiple copies of the system

2005-01-15 Thread Sarpy Sam
On Sat, 15 Jan 2005 01:02:36 -0800 (PST), Dennis Allison <[EMAIL PROTECTED]> wrote: > I've constructed system A, now I want to clone it to make systems B and C. > The machines I have have hot pluggable disks so my strategy was to > partition a second disk identically and then physically copy the bo

Re: [gentoo-user] xfree

2005-01-15 Thread Tero Grundström
On Sat, 15 Jan 2005, Holly Bostick wrote: > Yes, XFree86 is no longer in Portage, having been replaced by X.org. > Does X.org have the VIA drivers you need? What, actually, are these > drivers? Some kind of integrated video for this mobo chipset? Because > most drivers are in the kernel, not in th

Re: [gentoo-user] xfree

2005-01-15 Thread Holly Bostick
Sevak Avakians wrote: Hi, (I'm new to the list.) I'm running Gentoo 2.4.26 on a Via Nehemia board and I'm having troubles with the X drivers. I've found the documentation and bug reports http://bugs.gentoo.org/show_bug.cgi?id=22880 that proposes the following fix: "via driver has been removed fro

Re: [gentoo-user] BT848 driver.

2005-01-15 Thread Tony Boom
On Saturday 15 January 2005 10:59, Tony Boom wrote: > I've almost given up on getting it to work. Not sure if this will help pinpoint my problem, the output from dmsg: It's all Klingon to me. bttv: driver version 0.9.15 loaded bttv: using 8 buffers with 2080k (520 pages) each for capture bttv:

Re: [gentoo-user] making multiple copies of the system

2005-01-15 Thread Steven Mertens
> Any suggestions as to how to clone the system and have it work? Have a look at the partimage tool : http://www.partimage.org/ It's also in portage. brgds. S. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Hardware, bad?

2005-01-15 Thread Volker Armin Hemmann
On Saturday 15 January 2005 09:43, Ted Ozolins wrote: > In an attempt to install gentoo on the last system here not running > gentoo the bootstrap segfaults part way through glibc-2.3.4. I thought > it might be a bad ram so I ran memtest86+ overnight without any errors. > I changed out the cpu (fro

Re: [gentoo-user] BT848 driver.

2005-01-15 Thread Tony Boom
On Saturday 15 January 2005 01:47, Nick Rout wrote: > clear now? if not post back! As mud :) I've almost given up on getting it to work. I've managed to get bttv, compiled it and it now loads as a module but I still can't get my card to work. I have xawtv and as soon as I run it, it flashes o

Re: [gentoo-user] qmail and gentoo

2005-01-15 Thread Harald Arnesen
"John Dangler" <[EMAIL PROTECTED]> writes: > Is anyone here running qmail on gentoo 2.6.10 ? > I've been trying for the better part of 8 hours to get sendmail to run with > no luck. The tech at my isp said that qmail would be a lot simpler and > easier to get up and running. I need to get a mail

Re: [gentoo-user] Hardware, bad?

2005-01-15 Thread Jadex
I got the same error when I was compiling mono and it happended over and over again...I could not fixed (neither find what caused it)...until some day that I booted in single user mode and ... voila!! it worked... (I know it is not a solution but it worked for me, maybe you should tray that out) --

[gentoo-user] making multiple copies of the system

2005-01-15 Thread Dennis Allison
I've constructed system A, now I want to clone it to make systems B and C. The machines I have have hot pluggable disks so my strategy was to partition a second disk identically and then physically copy the boot and root partitions using dd. This does not seem to work; the disk boots but gets

Re: [gentoo-user] Hardware, bad?

2005-01-15 Thread Ed Epstein
In the immortal words of Ted Ozolins: > In an attempt to install gentoo on the last system here not running > gentoo the bootstrap segfaults part way through glibc-2.3.4. I thought > it might be a bad ram so I ran memtest86+ overnight without any errors. I heard once that memtest isn't a foolproof

[gentoo-user] Hardware, bad?

2005-01-15 Thread Ted Ozolins
In an attempt to install gentoo on the last system here not running gentoo the bootstrap segfaults part way through glibc-2.3.4. I thought it might be a bad ram so I ran memtest86+ overnight without any errors. I changed out the cpu (from athlon 1200 to athlon 1400) still the same error. Power-

<    1   2