[gentoo-user] OT prefixing Line numbers in codes for printing

2005-04-25 Thread Ow Mun Heng
Hi, What's the best way to prefix lines of codes with line numbers for easier lookup and printing? eg: line 1 line 2 becomes 1: line 1 2: line 2 I'm currently doing grep -n source-code What's the equilvalent to doing it with sed?? cat source-code | sed 's:^:[What do I put

Re: [gentoo-user] gcc-4.0.0?

2005-04-25 Thread Nicolai Guba
On Sunday 24 April 2005 13:10, Bastian Balthazar Bux wrote: Jerry McBride wrote: Anyone done anything big with the new compiler yet? Like an emerge -e world? This bug : http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21167 make some things difficult, anyway you can compile 95% of emerge -e

Re: [gentoo-user] gcc-4.0.0?

2005-04-25 Thread Andreas Fredriksson
On 4/25/05, Nicolai Guba [EMAIL PROTECTED] wrote: Why bother with GCC at all? It is a horrible compiler which produces slow code (and has many optimizations above -O2 broken). It's main advantages are that it is portable and free. If you are looking for a compiler that actually produces

Re: [gentoo-user] Glsa-Check -f Was [What is the recommended order of maintenance updates?]

2005-04-25 Thread Ow Mun Heng
On Mon, 2005-04-25 at 11:56 +0800, William Kenworthy wrote: Are etcat -v evolution [ I] 1.4.6 (0) [ I] 2.0.3-r2 (2.0) Hmm.. seems like that may be the case.. Thanks. -- Ow Mun Heng Gentoo/Linux on DELL D600 1.4Ghz 98% Microsoft(tm) Free!! Neuromancer 15:41:02 up 18:47, 7

Re: [gentoo-user] OT prefixing Line numbers in codes for printing

2005-04-25 Thread Willie Wong
The command nl It is part of coreutils `man nl' to see usage. W On Mon, Apr 25, 2005 at 02:17:17PM +0800, Ow Mun Heng wrote: Hi, What's the best way to prefix lines of codes with line numbers for easier lookup and printing? eg: line 1 line 2 becomes 1: line 1 2: line 2

Re: [gentoo-user] OT prefixing Line numbers in codes for printing

2005-04-25 Thread Ow Mun Heng
On Mon, 2005-04-25 at 03:52 -0400, Willie Wong wrote: The command nl It is part of coreutils `man nl' to see usage. Hmm.. this is even simple than using grep or using sed. haha.. Thanks -- Ow Mun Heng Gentoo/Linux on DELL D600 1.4Ghz 98% Microsoft(tm) Free!! Neuromancer 15:59:41 up

Re: [gentoo-user] How to get script to execute on kde logout

2005-04-25 Thread Sascha Lucas
BTW - is there somewhere that these scripts could be put so that the execute for ALL kde users? $KDEDIR/env/startup-scripts.sh and $KDEDIR/shutdown/shutdown-scripts.sh KDEDIR is normaliy something like /usr/kde/3.3. You may put multiple scripts in this dirs. Sascha. -- gentoo-user@gentoo.org

Re: [gentoo-user] usb adsl billion bipac-7000

2005-04-25 Thread kitti jaisong
billion driver can't install when i use make command. i think the driver support this kernel. but have something wrong the procedure install pls. addvice me thanks, ti Alexander Kirillov wrote: Check http://www.billion.com/ they seem to have linux drivers for their modems. Best of luck, Sasha

Re: [gentoo-user] rdesktop

2005-04-25 Thread Frank Schafer
On Mon, 2005-04-25 at 11:32 +0800, Ow Mun Heng wrote: On Sun, 2005-04-24 at 21:20 +0300, Adi wrote: Howdy. I know this has nothing to do specifically with Gentoo, but I've seen people finding great advices on this list. We've recently installed an Oracle database on 9i on RedHat ES

Re: [gentoo-user] rdesktop

2005-04-25 Thread Dirk Raeder
Frank Schafer wrote: On Mon, 2005-04-25 at 11:32 +0800, Ow Mun Heng wrote: On Sun, 2005-04-24 at 21:20 +0300, Adi wrote: Howdy. I know this has nothing to do specifically with Gentoo, but I've seen people finding great advices on this list. We've recently installed an Oracle database on 9i on

[gentoo-user] emerge broken. HELP!

2005-04-25 Thread Andrew Gaydenko
After yesterday updating I can not emerge anything or do sync-ing. The error is shown below. How to repair the error? Thanks! Andrew emerge sync Performing Global Updates: /usr/portage/profiles/updates/2Q-2005 (Could take a couple of minutes if you

Re: [gentoo-user] Glsa-Check -f Was [What is the recommended order of maintenance updates?]

2005-04-25 Thread William Kenworthy
I find glsa rarely lies, which is more than can be said about the other three: often one will pick something up but not the others. This also brings up one of the disadvantages of gentoo's slotting system - without running something like glsa, its quite possible (probable on an older system in

Re: [gentoo-user] OT prefixing Line numbers in codes for printing

2005-04-25 Thread Etaoin Shrdlu
On Monday 25 April 2005 10:00, Ow Mun Heng wrote: On Mon, 2005-04-25 at 03:52 -0400, Willie Wong wrote: The command nl It is part of coreutils `man nl' to see usage. Hmm.. this is even simple than using grep or using sed. using cat -n or cat -b is even simpler :) (but nl is more

[gentoo-user] using more then one sound card

2005-04-25 Thread Haim Ashkenazi
Hi I just bought a new pc with intel i82801 on-board. I want to add my SB! Live card, but I don't want to disable the on-board one. I want all applications to use the SB!Live by default and only specific applications to use the intel card. how can I achieve that? is it enough that I'll config

Re: [gentoo-user] usb adsl billion bipac-7000

2005-04-25 Thread Christoph Gysin
kitti jaisong wrote: billion driver can't install when i use make command. i think the driver support this kernel. but have something wrong the procedure install pls. addvice me Try to explain what you have tried already. Post the output of your commands, the errormessages you encountered, the

Re: [gentoo-user] rdesktop

2005-04-25 Thread Edward Catmur
On Sun, 2005-04-24 at 21:20 +0300, Adi wrote: We've recently installed an Oracle database on 9i on RedHat ES 3. I was curious if there's a way to connect via Remote Desktop from a Windows machine to the Linux Server. If that's impossible VNC will do. I know KDE has something like krfb, but

RE: [gentoo-user] update to rss-glx-0.8.0 fails

2005-04-25 Thread MAIN Thomas D
Replying to my own post... To fix this, remove line 521 of hyperspace.cpp... Starts with assert(... It then compiles, at least. Tom Main 940-270-5645 [EMAIL PROTECTED] -Original Message- From: MAIN Thomas D [mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 5:52 AM To:

Re: [gentoo-user] Pentium M and kernel module processor.o

2005-04-25 Thread Tom Martin
Marc, On Mon, Apr 25, 2005 at 12:51:37PM +0200, Marc Schlienger [EMAIL PROTECTED] wrote: Hi, I've got a notebook with Intel Pentium M processor (Dell Latitude D800) and experienced the following problem: There is a strange sound (beep-beep-beep ...) which seems to come from the

[gentoo-user] laptop ati problems

2005-04-25 Thread Eric S. Johansson
trying to put gentoo on a dell 5000 with an ATI Rage Mobility P/M AGP 2x chipset. Xorg native ati drivers gives me a blank screen, the ati drivers don't support this chip, and the workaround driver (vesa) gives me garbarge display. any suggestions or am I hosed till some future Xorg release?

Re: [gentoo-user] Pentium M and kernel module processor.o

2005-04-25 Thread Marc Schlienger
Am Montag, 25. April 2005 13:58 schrieb Tom Martin: Marc, On Mon, Apr 25, 2005 at 12:51:37PM +0200, Marc Schlienger [EMAIL PROTECTED] wrote: Hi, I've got a notebook with Intel Pentium M processor (Dell Latitude D800) and experienced the following problem: There is a strange sound

[gentoo-user] Re: emerge ideas

2005-04-25 Thread Thomas Kirchner
* On Apr 25 22:17, Devraj Mukherjee (gentoo-user@lists.gentoo.org) wrote: 1. Emerge with a time delay, so that one can specify big emerge tasks for say midnight for proper bandwidth usage etc. I know you can do this with a combination of utilites (such as cron) but it would be neat to have

Re: [gentoo-user] emerge broken. HELP!

2005-04-25 Thread Neil Bothwick
On Mon, 25 Apr 2005 13:42:43 +0400, Andrew Gaydenko wrote: After yesterday updating I can not emerge anything or do sync-ing. The error is shown below. How to repair the error? The same happened here. I had a binary package of the previous version so installed that. Then synced again and

Re: [gentoo-user] emerge ideas

2005-04-25 Thread Jason Cooper
Devraj Mukherjee ([EMAIL PROTECTED]) scribbled: 1. Emerge with a time delay, so that one can specify big emerge tasks for say midnight for proper bandwidth usage etc. I know you can do this with a combination of utilites (such as cron) but it would be neat to have it as part of emerge.

Re: [gentoo-user] emerge broken. HELP!

2005-04-25 Thread Jason Stubbs
On Monday 25 April 2005 18:42, Andrew Gaydenko wrote: After yesterday updating I can not emerge anything or do sync-ing. The error is shown below. How to repair the error? http://bugs.gentoo.org/show_bug.cgi?id=90347 Patch available. Regards, Jason Stubbs -- gentoo-user@gentoo.org mailing

Re: [gentoo-user] USB mouse stalls under X after some time of inactivity

2005-04-25 Thread Neil Bothwick
On Sun, 24 Apr 2005 10:06:54 +0200, Thomas Drueke wrote: I have a slight problem with my USB mouse under X. After some time of inactivity my X looses my mouse. Is this a wireless mouse? -- Neil Bothwick The word 'Windows' is a word out of an old dialect of the Apaches. It means: 'White man

Re: [gentoo-user] Wireless Network adapetors?

2005-04-25 Thread Toby Cubitt
On Sat, Apr 23, 2005 at 06:05:56PM +1000, Devraj Mukherjee wrote: I am looking to switch to wireless networking and am unsure of which cards are well supported under Linux? I am looking for PCI styled cards and preferably ones that can do 54Mbps. Any experiences, suggestions? I recently

Re: [gentoo-user] emerge ideas

2005-04-25 Thread Mike Williams
On Monday 25 April 2005 13:47, Jason Cooper wrote: But that's somewhat hackish.  I like the idea, though.  Unfortunately, implementation isn't going to be that easy, unless there is a --nodownload flag.  otherwise, you'll have to figure out some way to block the emerge process until the

Re: [gentoo-user] emerge ideas

2005-04-25 Thread Mark Knecht
On 4/25/05, Devraj Mukherjee [EMAIL PROTECTED] wrote: 2. Background downloading, of packages while emerge compiles other packages. For example when I am compiling something huge like GNome, while a package like GTK is being compiled, emerge should be clever and download the next package and

Re: [gentoo-user] emerge ideas

2005-04-25 Thread Neil Bothwick
On Mon, 25 Apr 2005 08:47:22 -0400, Jason Cooper wrote: emerge -fuD world sleep 5 emerge -uDav world But that's somewhat hackish. I like the idea, though. Unfortunately, implementation isn't going to be that easy, unless there is a --nodownload flag. otherwise, you'll have to figure

Re: [gentoo-user] emerge ideas

2005-04-25 Thread Jason Cooper
Neil Bothwick ([EMAIL PROTECTED]) scribbled: On Mon, 25 Apr 2005 08:47:22 -0400, Jason Cooper wrote: emerge -fuD world sleep 5 emerge -uDav world But that's somewhat hackish. I like the idea, though. Unfortunately, implementation isn't going to be that easy, unless there is a

[gentoo-user] hdparm settings

2005-04-25 Thread James
Hello, Upon rebooting my portable I get these settings: /dev/hda: multcount= 16 (on) IO_support = 0 (default 16-bit) unmaskirq= 0 (off) using_dma= 1 (on) keepsettings = 0 (off) readonly = 0 (off) readahead= 256 (on) geometry = 16383/255/63, sectors =

Re: [gentoo-user] Intel 82865 owners - do you have X-Video support?

2005-04-25 Thread Mark Knecht
On 4/25/05, Alexander Kirillov [EMAIL PROTECTED] wrote: Mark, The driver's still marked as experimental. You have to enable development/incomplete drivers in kernel config first. You'd probably need to add intel_agp to /etc/modules.autoload.d/kernel-2.6 later down the road. Sasha Sasha,

Re: [gentoo-user] hdparm settings

2005-04-25 Thread Mark Knecht
Hi James, Typically run hdparm -tT /dev/hda to test the effect of the settings you make. the numbers are not 'real' but they are useful. Good luck, Mark On 4/25/05, James [EMAIL PROTECTED] wrote: Hello, Upon rebooting my portable I get these settings: /dev/hda: multcount= 16 (on)

RE: [gentoo-user] problem with setting up home router

2005-04-25 Thread Dave Nebinger
FORWARD doesn't see those as destinated to 192.168.0.0/16, i guess. I'd rather use state module and write them as follows: iptables -A FORWARD -i eth0 -m state --state NEW,ESTABLISHED,RELATED \ -j ACCEPT iptables -A FORWARD -i eth1 -m state --state ESTABLISHED,RELATED \ -j ACCEPT

RE: [gentoo-user] hdparm settings

2005-04-25 Thread david.phillips
Hi, Modify '/etc/conf.d/hdparam' Then 'rc-update add hdparam default' Cheers, dav -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of James Sent: Monday, April 25, 2005 3:54 PM To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] hdparm settings Hello, Upon rebooting

Re: [gentoo-user] gcc-4.0.0 ?

2005-04-25 Thread Richard Fish
Nicolai Guba wrote: Why bother with GCC at all? It is a horrible compiler which produces slow code (and has many optimizations above -O2 broken). It's main advantages are that it is portable and free. If you are looking for a compiler that actually produces good binaries you are looking the

Re: [gentoo-user] hdparm settings

2005-04-25 Thread Volker Armin Hemmann
Hi, On Monday 25 April 2005 15:53, James wrote: Hello, Upon rebooting my portable I get these settings: /dev/hda: multcount= 16 (on) IO_support = 0 (default 16-bit) unmaskirq= 0 (off) using_dma= 1 (on) keepsettings = 0 (off) readonly = 0 (off) readahead

RE: [gentoo-user] emerge ideas

2005-04-25 Thread Dave Nebinger
1. Emerge with a time delay, so that one can specify big emerge tasks for say midnight for proper bandwidth usage etc. I know you can do this with a combination of utilites (such as cron) but it would be neat to have it as part of emerge. This is not windows where every application includes

Re: [gentoo-user] problem with setting up home router

2005-04-25 Thread askar ...
On 4/25/05, Willie Wong [EMAIL PROTECTED] wrote: On Mon, Apr 25, 2005 at 12:08:25AM +0600, askar ... wrote: humour me and post `iptables -L -v -t nat' to show the nat routing table. The result is: Chain PREROUTING (policy ACCEPT 9193 packets, 593K bytes) pkts bytes target prot

[gentoo-user] Re: hdparm settings

2005-04-25 Thread James
Mark Knecht markknecht at gmail.com writes: Hi James, Typically run hdparm -tT /dev/hda to test the effect of the settings you make. the numbers are not 'real' but they are useful. Yea, I've seen/used this syntax/test before, but, I'm not too sure how robust it is. Here's my results

Re: [gentoo-user] Intel 82865 owners - do you have X-Video support?

2005-04-25 Thread Alexander Kirillov
The driver's still marked as experimental. You have to enable development/incomplete drivers in kernel config first. You'd probably need to add intel_agp to /etc/modules.autoload.d/kernel-2.6 later down the road. As for the copy I was just in make menuconfig, copied the area I was interested

Re: [gentoo-user] emerge ideas

2005-04-25 Thread Jason Cooper
Dave Nebinger ([EMAIL PROTECTED]) scribbled: 2. Background downloading, of packages while emerge compiles other packages. For example when I am compiling something huge like GNome, while a package like GTK is being compiled, emerge should be clever and download the next package and save

Re: [gentoo-user] Intel 82865 owners - do you have X-Video support?

2005-04-25 Thread Mark Knecht
On 4/25/05, Mark Knecht [EMAIL PROTECTED] wrote: On 4/25/05, Alexander Kirillov [EMAIL PROTECTED] wrote: Mark, The driver's still marked as experimental. You have to enable development/incomplete drivers in kernel config first. You'd probably need to add intel_agp to

Re: [gentoo-user] Wireless Network adapetors?

2005-04-25 Thread Ognjen Bezanov
Toby Cubitt wrote: On Sat, Apr 23, 2005 at 06:05:56PM +1000, Devraj Mukherjee wrote: I am looking to switch to wireless networking and am unsure of which cards are well supported under Linux? I am looking for PCI styled cards and preferably ones that can do 54Mbps. Any experiences,

Re: [gentoo-user] Intel 82865 owners - do you have X-Video support?

2005-04-25 Thread Mark Knecht
On 4/25/05, Mark Knecht [EMAIL PROTECTED] wrote: On 4/25/05, Mark Knecht [EMAIL PROTECTED] wrote: On 4/25/05, Alexander Kirillov [EMAIL PROTECTED] wrote: Mark, The driver's still marked as experimental. You have to enable development/incomplete drivers in kernel config first. You'd

Re: [gentoo-user] emerge ideas

2005-04-25 Thread Neil Bothwick
On Mon, 25 Apr 2005 11:15:12 -0400, Jason Cooper wrote: Since I have multiple gentoo systems, I use http-replicator as the http proxy for portage; all of the systems hit the proxy for package files so I only have to perform the download from the net once to keep the entire internal

Re: [gentoo-user] emerge ideas

2005-04-25 Thread Dominik Elsbroek
Devraj Mukherjee wrote: 2. Background downloading, of packages while emerge compiles other packages. For example when I am compiling something huge like GNome, while a package like GTK is being compiled, emerge should be clever and download the next package and save time. for your second

[gentoo-user] Portage corrupted? Trying to install non-existant packages

2005-04-25 Thread Calvin Spealman
I've been having some trouble with portage for over a month now, but I've also been in the middle of a move across several states. Finally having my box set up again, I'm ready to tackle the strange issues I'm finding. I need some help, I've gotten some of the problems out of the way, but they

Re: [gentoo-user] usb adsl billion bipac-7000

2005-04-25 Thread Alexander Kirillov
Hi Kitti, If there's a driver for your kernel the chances are you'll be able to build it. If this doesn't work look for open source alternatives. I only had 2.4 drivers on vendor's CD. Fortunately eciadsl nortek drivers (not yet in portage) work well with my modem. billion driver can't install

Re: [gentoo-user] Portage corrupted? Trying to install non-existant packages

2005-04-25 Thread Christoph Gysin
Calvin Spealman wrote: !!! Problem with ebuild app-cdr/k3b-5 !!! Possibly a DEPEND/*DEPEND problem. !!! Depgraph creation failed. Obviously, neither of these packages actually exist. try: $ emerge -C k3b $ emerge sync $ emerge -avt k3b Christoph -- echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2

Re: [gentoo-user] ALSA, XMMS Integrated Sound

2005-04-25 Thread Christoph Gysin
Kurt Guenther wrote: It seems that my XMMS takes an exclusive lock on sound. Something like GAIM can't chime when it wants to. Is there a way around this? Different player? Did you select the ALSA-output plugin? Christoph -- echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]

Re: [gentoo-user] emerge ideas

2005-04-25 Thread Jason Cooper
Neil Bothwick ([EMAIL PROTECTED]) scribbled: On Mon, 25 Apr 2005 11:15:12 -0400, Jason Cooper wrote: Since I have multiple gentoo systems, I use http-replicator as the http proxy for portage; all of the systems hit the proxy for package files so I only have to perform the download from

RE: [gentoo-user] emerge ideas

2005-04-25 Thread Dave Nebinger
Since I have multiple gentoo systems, I use http-replicator as the http proxy for portage; all of the systems hit the proxy for package files so I only have to perform the download from the net once to keep the entire internal network up to date. Does this handle pkg X being needed by

[gentoo-user] nvidia drivers and glx

2005-04-25 Thread Bruno Lustosa
Hello. After some update, the GLX extensions stopped working. I noticed it because opengl xscreensavers would just segfault. After I quit X and tried to restart it, I would get a segfault when trying to load the glx extension. The xorg.conf hasn't been changed. Finally, I had to remove the glx

Re: [gentoo-user] Pentium M and kernel module processor.o

2005-04-25 Thread Erik
Marc Schlienger wrote: Hi, I've got a notebook with Intel Pentium M processor (Dell Latitude D800) and experienced the following problem: There is a strange sound (beep-beep-beep ...) which seems to come from the processor. C I also have strange beeping sounds on my Dell Pentium M laptop

Re: [gentoo-user] problem with setting up home router

2005-04-25 Thread askar ...
After that, try connectin to the internet with the Windows box again. I did all things you wrote. But still fails to connect the internet from Windows box After it failed, either # dmesg or # tail -n 60 /var/log/kernel/current And show us the output. #tail -n 60 /var/log/kernel/current

Re: [gentoo-user] USB mouse stalls under X after some time of inactivity

2005-04-25 Thread Thomas Drueke
Am Montag, den 25.04.2005, 13:58 +0100 schrieb Neil Bothwick: On Sun, 24 Apr 2005 10:06:54 +0200, Thomas Drueke wrote: I have a slight problem with my USB mouse under X. After some time of inactivity my X looses my mouse. Is this a wireless mouse? Nope. It's a wired mouse. There

Re: [gentoo-user] USB mouse stalls under X after some time of inactivity

2005-04-25 Thread Thomas Drueke
Okay. While writing it happens again and it seems that the previous information is now obvious. Now even the cat /dev/input/mice does not bring back my mouse. GRRR. :-) BR Thomas Am Sonntag, den 24.04.2005, 04:25 -0700 schrieb Richard Fish: Thomas Drueke wrote: Hi all, I have a slight

Re: [gentoo-user] nvidia drivers and glx

2005-04-25 Thread Jason Cooper
Bruno Lustosa ([EMAIL PROTECTED]) scribbled: Hello. After some update, the GLX extensions stopped working. I noticed it because opengl xscreensavers would just segfault. After I quit X and tried to restart it, I would get a segfault when trying to load the glx extension. The xorg.conf hasn't

Re: [gentoo-user] nvidia drivers and glx

2005-04-25 Thread Bruno Lustosa
On 4/25/05, Jason Cooper [EMAIL PROTECTED] wrote: Some packages use static library paths to libGL, libXm, etc. Try re-merging your screensaver app to pick up the new path. X.org recently shuffled around the locations of some libraries. Yes, I tried doing this as soon as I saw it was not

Re: [gentoo-user] ALSA, XMMS Integrated Sound

2005-04-25 Thread Christoph Eckert
Hi, It seems that my XMMS takes an exclusive lock on sound. Something like GAIM can't chime when it wants to. Is there a way around this? Different player? If both try to output sound via direct access to the ALSA device, it will behave as described. . XMMS has a lot of output plugins.

RE: [gentoo-user] emerge ideas

2005-04-25 Thread Dave Nebinger
[EMAIL PROTECTED] # eix http-replicator Found 0 matches [EMAIL PROTECTED] # eix -S replicator Found 0 matches bummer... Yeah, it's not in portage but it is mentioned in the wiki: http://gentoo-wiki.com/HOWTO_Download_Cache_for_LAN-Http-Replicator -- gentoo-user@gentoo.org mailing

[gentoo-user] viewing the errors at boot

2005-04-25 Thread Paul Kain
How does one view everything that happened at boot ? I am specifically referring to the messages that say [ ok ] or [ !! ] I saw errors scroll past me but they were too quick -- gentoo-user@gentoo.org mailing list

RE: [gentoo-user] Re: emerge ideas

2005-04-25 Thread Dave Nebinger
How do other admins manage 10+ gentoo systems? syncing each one daily is not a very good idea and waste lots of bandwidth. Sure it's a great idea as long as you set it up correctly... Internally I have one gentoo system acting as the rsync host for the intranet gentoo boxen. It 'emerge

RE: [gentoo-user] problem with setting up home router

2005-04-25 Thread Dave Nebinger
Well there's the indication of your problem. Apparently your system thinks that the packets coming in from eth0 need to go to ppp0 rather than eth1. Sounds like your routing tables are kinda hosed up. eth0 is lan card for LAN, eth1 is for modem. What's the output of route -v?

Re: [gentoo-user] Re: emerge ideas

2005-04-25 Thread Neil Bothwick
On Mon, 25 Apr 2005 17:39:41 + (UTC), James wrote: What I'd like to find is a solution, so that I 'emerge sync' and 'emerge packages ' on a single system. All of my other Gentoo systems would query this master gentoo server for syncing and updating packages. To set up the master server

Re: [gentoo-user] nvidia drivers and glx

2005-04-25 Thread Willie Wong
A really silly thought: did you try opengl-update nvidia ? W On Mon, Apr 25, 2005 at 02:17:32PM -0300, Bruno Lustosa wrote: On 4/25/05, Jason Cooper [EMAIL PROTECTED] wrote: Some packages use static library paths to libGL, libXm, etc. Try re-merging your screensaver app to pick up the

Re: [gentoo-user] problem with setting up home router

2005-04-25 Thread Willie Wong
Argh... I must be too tired from working on my thesis. see below On Mon, Apr 25, 2005 at 02:08:09PM -0400, Willie Wong wrote: Wait... something's wrong here (oh crap, after looking carefully at the mail I sent last, I noticed the following... According to the instructions, you would

[gentoo-user] Saving Space on Backups: rm -r /usr/portage/* ?

2005-04-25 Thread fire-eyes
I'm keeping a series of full system backups. However i'd like to remove anything portage related *that could be replaced by just an emerge sync*. can I just remove /usr/portage/* in these older backups? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] problem with setting up home router

2005-04-25 Thread askar ...
On 4/26/05, Willie Wong [EMAIL PROTECTED] wrote: Wait... something's wrong here (oh crap, after looking carefully at the mail I sent last, I noticed the following... According to the instructions, you would have ended up with the LOG target AFTER the first DROP target because of the -I

Re: [gentoo-user] MythTV - recording (I think) but black on playback

2005-04-25 Thread Lucien D.
for my pvr250 the cable input is tuner-0, so make sure thats what ur using in mythsetup. if u need to search for the input I think that ptune.pl script lets u specify the input. so you can just open up mplayer /dev/v4l/video0 and in another console change inputs with ptune until things happen.

Re: [gentoo-user] nvidia drivers and glx

2005-04-25 Thread Mike Markowski
Bruno Lustosa wrote on 04/25/05 12:40 ET: Hello. After some update, the GLX extensions stopped working. I noticed it because opengl xscreensavers would just segfault. After I quit X and tried to restart it, I would get a segfault when trying to load the glx extension. [...] I noticed this

Re: [gentoo-user] WARNING: /etc removed from CONFIG_PROTECT portage-2.0.51.20

2005-04-25 Thread Michael W. Holdeman
On Saturday 23 April 2005 11:02 pm, Jason Stubbs wrote: On Sunday 24 April 2005 08:26, Renat Golubchyk wrote: Hi! A big WARNING. Do NOT update to portage 2.0.51.20-r2! /etc has been removed from CONFIG_PROTECT in make.globals, so your next update of baselayout will overwrite your

Re: [gentoo-user] Portage corrupted? Trying to install non-existant packages

2005-04-25 Thread Calvin Spealman
See, thats part of the problem: there is no package called 'mad'. There is gnomad and madplay, but no package just called 'mad'. I had the same trouble with portage trying to install motif, instead of openmotif, which actually does exist. I don't know why, but portage just started trying to update

Re: [gentoo-user] problem with setting up home router

2005-04-25 Thread askar ...
On 4/26/05, askar ... [EMAIL PROTECTED] wrote: On 4/26/05, Dave Nebinger [EMAIL PROTECTED] wrote: Well there's the indication of your problem. Apparently your system thinks that the packets coming in from eth0 need to go to ppp0 rather than eth1. Here I remembered words of gentoo

Re: [gentoo-user] problem with setting up home router

2005-04-25 Thread askar ...
Dear Dave and Willie, and others! Thanks for your assistance. Anyway, furthermore I have to understand iptables more and more. Thanks again. askarOn 4/26/05, askar ... [EMAIL PROTECTED] wrote: On 4/26/05, askar ... [EMAIL PROTECTED] wrote: On 4/26/05, Dave Nebinger [EMAIL PROTECTED] wrote:

[gentoo-user] MythTV (or possibly mysql) stopped working after a kernel rebuild

2005-04-25 Thread Mark Knecht
Hi, My kernel didn't call up the right stuff for X-Video support so I rebuilt it. After rebooting mysql no longer starts and hence mythbackend doesn't run. Is there anything about mysql that would be effected by building a new version of an existing kernel? I did start completely over with the

RE: [gentoo-user] problem with setting up home router [SOLVED]

2005-04-25 Thread Dave Nebinger
On 4/26/05, askar ... [EMAIL PROTECTED] wrote: On 4/26/05, Dave Nebinger [EMAIL PROTECTED] wrote: Well there's the indication of your problem. Apparently your system thinks that the packets coming in from eth0 need to go to ppp0 rather than eth1. Here I remembered words

[gentoo-user] Re: MythTV (or possibly mysql) stopped working after a kernel rebuild

2005-04-25 Thread Mark Knecht
Here's a bit more of what's happening: dragonfly ~ # /etc/init.d/mythbackend status * status: stopped dragonfly ~ # /etc/init.d/mythbackend start * Starting myth backend ... [ ok ]dragonfly ~ # /etc/init.d/mysql status * status: started dragonfly

Re: [gentoo-user] Pentium M and kernel module processor.o

2005-04-25 Thread Erik
Michael W. Holdeman wrote: On Monday 25 April 2005 12:41 pm, Erik wrote: Marc Schlienger wrote: Hi, I've got a notebook with Intel Pentium M processor (Dell Latitude D800) and experienced the following problem: There is a strange sound (beep-beep-beep ...) which seems to come from the

Re: [gentoo-user] MythTV (or possibly mysql) stopped working after a kernel rebuild

2005-04-25 Thread Mark Knecht
Sasha, I have since done this in the last hour. I had saved the kerenl config this morning before finding the i915 driver. I went back to that config, turned on i915 support, and rebooted, etc. I did that before I wrote this message. however something has caused the system tobe unhappy with

[gentoo-user] game savage

2005-04-25 Thread Jose Moreira
hello i'm tring to play Savage on linux and have a problem with libpng. the binary was compiled with 1.2.5 and i have 1.2.8. I get: - [EMAIL PROTECTED] Savage $ sh savage ./silverback.bin: /usr/lib/libGL.so.1: no version information

Re: [gentoo-user] viewing the errors at boot

2005-04-25 Thread Mauro Faccenda
Paul Kain wrote: How does one view everything that happened at boot ? I am specifically referring to the messages that say [ ok ] or [ !! ] I saw errors scroll past me but they were too quick hold down the shift key and use page-up/page-down keys during the boot process. []'s

Re: [gentoo-user] MythTV (or possibly mysql) stopped working after a kernel rebuild

2005-04-25 Thread A. Khattri
On Mon, 25 Apr 2005, Mark Knecht wrote: Sasha, I have since done this in the last hour. I had saved the kerenl config this morning before finding the i915 driver. I went back to that config, turned on i915 support, and rebooted, etc. I did that before I wrote this message. however

Re: [gentoo-user] Saving Space on Backups: rm -r /usr/portage/* ?

2005-04-25 Thread A. Khattri
On Mon, 25 Apr 2005, fire-eyes wrote: I'm keeping a series of full system backups. However i'd like to remove anything portage related *that could be replaced by just an emerge sync*. can I just remove /usr/portage/* in these older backups? No, because /usr/portage is rsync'ed. You probably

Re: [gentoo-user] modprobe error

2005-04-25 Thread A. Khattri
On Mon, 25 Apr 2005, Paul Kain wrote: Hi there I get this error at boot modprobe: FATAL: Could not load /lib/modules/2.6.11-gentoo-r3/modules.dep no such file or directory have you tried running modules-update ??? -- -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] rdesktop

2005-04-25 Thread Adi
Luni 25 Aprilie 2005 12:37, Dirk Raeder a scris: Frank Schafer wrote: On Mon, 2005-04-25 at 11:32 +0800, Ow Mun Heng wrote: On Sun, 2005-04-24 at 21:20 +0300, Adi wrote: Howdy. I know this has nothing to do specifically with Gentoo, but I've seen people finding great advices on this

Re: [gentoo-user] MythTV (or possibly mysql) stopped working after a kernel rebuild

2005-04-25 Thread Nick Rout
If you have changed your kernel its highly likely your ivtv module will need rebuilding, and if thats not working mythbackend is probably not going to start. On Mon, 25 Apr 2005 13:50:15 -0700 Mark Knecht wrote: Sasha, I have since done this in the last hour. I had saved the kerenl config

Re: [gentoo-user] MythTV (or possibly mysql) stopped working after a kernel rebuild

2005-04-25 Thread Alexander Kirillov
I have since done this in the last hour. I had saved the kerenl config this morning before finding the i915 driver. I went back to that config, turned on i915 support, and rebooted, etc. I did that before I wrote this message. however something has caused the system tobe unhappy with either

Re: [gentoo-user] modprobe error

2005-04-25 Thread Paul Kain
nope no joy :( On 4/25/05, A. Khattri [EMAIL PROTECTED] wrote: On Mon, 25 Apr 2005, Paul Kain wrote: Hi there I get this error at boot modprobe: FATAL: Could not load /lib/modules/2.6.11-gentoo-r3/modules.dep no such file or directory have you tried running modules-update ???

Re: Re: [gentoo-user] rdesktop

2005-04-25 Thread Brett I. Holcomb
Frank, do you have info (documentation, etc) on how you got this working. Thanks. From: Adi [EMAIL PROTECTED] Date: 2005/04/25 Mon PM 05:55:50 EDT To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] rdesktop Luni 25 Aprilie 2005 12:37, Dirk Raeder a scris: Frank Schafer wrote:

Re: [gentoo-user] MythTV (or possibly mysql) stopped working after a kernel rebuild

2005-04-25 Thread Mark Knecht
On 4/25/05, Nick Rout [EMAIL PROTECTED] wrote: If you have changed your kernel its highly likely your ivtv module will need rebuilding, and if thats not working mythbackend is probably not going to start. Yes, I rebuilt ivtv and tested that I couldrecord from the command line basically using

Re: [gentoo-user] Re: emerge ideas

2005-04-25 Thread Adi
Luni 25 Aprilie 2005 20:39, James a scris: Devraj Mukherjee lugs at eternitytechnologies.com writes: I am not sure if this is the right forum to discuss ideas for emerge, and for all I know this features may already exists in the current versions of emerge but I thought I'd take a chance

Re: [gentoo-user] Saving Space on Backups: rm -r /usr/portage/* ?

2005-04-25 Thread Neil Bothwick
On Mon, 25 Apr 2005 14:35:58 -0400, fire-eyes wrote: I'm keeping a series of full system backups. However i'd like to remove anything portage related *that could be replaced by just an emerge sync*. can I just remove /usr/portage/* in these older backups? It should be safe. As you say, most

Re: [gentoo-user] WARNING: /etc removed from CONFIG_PROTECT portage-2.0.51.20

2005-04-25 Thread Neil Bothwick
On Mon, 25 Apr 2005 15:02:12 -0400, Michael W. Holdeman wrote: Today it is calling for 2.0.51.20-r4, any problems here? not any more. It did stop emerge working altogether on two computers here, but resyncing and re-emerging it seemed to fix the problem (I noticed the USE flags for portage had

Re: [gentoo-user] ALSA, XMMS Integrated Sound

2005-04-25 Thread Christoph Eckert
But yes, it did take me a while to get everything working. Some info here: http://alsa.opensrc.org/index.php?page=DmixPlugin Best regards ce -- gentoo-user@gentoo.org mailing list

[gentoo-user] xorg-x11 and VIDEO_CARDS=

2005-04-25 Thread Nick Rout
I saw a recent reference to putting VIDEO_CARDS=cle266 in make.conf for an epia mini-itx board. Does this speed up compiling xorg by limiting the otherwise large list of card drivers compiled ? -- Nick Rout -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] MythTV (or possibly mysql) stopped working after a kernel rebuild

2005-04-25 Thread Mark Knecht
On 4/25/05, Nick Rout [EMAIL PROTECTED] wrote: On Mon, 25 Apr 2005 15:03:35 -0700 Mark Knecht wrote: Does mysql require some sort of network protocol that mightnot be running? Samba, NFS, etc.? Thats what the startup scripts are for. They should automatically start required scripts.

Re: [gentoo-user] xorg-x11 and VIDEO_CARDS=

2005-04-25 Thread Mark Knecht
On 4/25/05, Nick Rout [EMAIL PROTECTED] wrote: I saw a recent reference to putting VIDEO_CARDS=cle266 in make.conf for an epia mini-itx board. Does this speed up compiling xorg by limiting the otherwise large list of card drivers compiled ? I wondered the same thing a week ago. And in

[gentoo-user] PCMCIA Modems

2005-04-25 Thread Digby Tarvin
Can anyone direct me to any useful resources for researching hardware suitability for use in Gentoo systems? My immediate need is to replace my old 10Mb PCMCIA LAN card in my notebook with a 100Mb or better, ideally a multi-function card that includes a modem as well (which would probably narrow

  1   2   >