Re: [gentoo-user] No ebuild for mysql-extras-20060316

2006-04-10 Thread Ryan Tandy
Kristian Poul Herkild wrote: After this mornings emerge --sync, mysql-4.1.14-r1 is marked as stable. But when doing emerge --update --deep --newuse world, I get following error during compiling of mysql: !!! No message digest entry found for file "mysql-extras-20060316.tar.bz2." !!! Most likely

[gentoo-user] User group problem

2006-04-10 Thread Anthony E. Caudel
I sometimes have to add my user to a group. This of course doesn't take effect until I log out and back in. However, if I'm under X, I can't logout without first exiting X. So, I'm wondering if there is any way to re-log the user without exiting X? Tony -- Those who would give up essential Lib

Re: [gentoo-user] No ebuild for mysql-extras-20060316

2006-04-10 Thread Rumen Yotov
.19-r1 digests and the file it want to download, specially the dates differ - 20060316 vs 20060410. Probably this is the main cause, will check mysql.eclass where the main part of mysql ebuild is located (the eclass seems to be the culprit here ;) Haven't checked Bugzilla, if nothing present ther

[gentoo-user] No ebuild for mysql-extras-20060316

2006-04-10 Thread Kristian Poul Herkild
After this mornings emerge --sync, mysql-4.1.14-r1 is marked as stable. But when doing emerge --update --deep --newuse world, I get following error during compiling of mysql: !!! No message digest entry found for file "mysql-extras-20060316.tar.bz2." !!! Most likely a temporary problem. Try 'emer

Re: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go

2006-04-10 Thread Richard Fish
On 4/10/06, Bob Sanders <[EMAIL PROTECTED]> wrote: > emerge -C nvidia-kernel nvidia-glx > emerge -av =nvidia-kernel-1.0.8178-r3 =nvidia-glx-1.0.8178-r1 FYI, if you read Daevid's original posting from Mar 29th, these are the versions where he first encountered this probelm. If you

Re: [gentoo-user] nvidia-kernel

2006-04-10 Thread Boyd Stephen Smith Jr.
On Monday 10 April 2006 16:48, Tamas Sarga <[EMAIL PROTECTED]> wrote about 'Re: [gentoo-user] nvidia-kernel': > My /etc/make.profile links to > ../usr/portage/profiles/default-linux/x86/2005.0/. That's a little bit old but not deprecated. You might try upgrading, but I really don't think that's

Re: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go

2006-04-10 Thread Richard Fish
On 4/10/06, Daevid Vincent <[EMAIL PROTECTED]> wrote: > I'm getting closer to narrowing this down. > > One of the problems is that "/sbin/NVmakedevices.sh" has been yanked from me > in some nvidia ebuild update. Grr. > > Do this instead: > ---

Re: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go

2006-04-10 Thread Bob Sanders
On Mon, 10 Apr 2006 15:48:36 -0700 "Daevid Vincent" <[EMAIL PROTECTED]> wrote: > > I'm using the latest 8756 version of the nvidia driver. > Try this - emerge -C nvidia-kernel nvidia-glx emerge -av =nvidia-kernel-1.0.8178-r3 =nvidia-glx-1.0.8178-r1 Set the /etc/X11/xorg.conf

Re: [gentoo-user] Dependency info is missing! Run /sbin/depscan.sh

2006-04-10 Thread Richard Fish
On 4/10/06, Daevid Vincent <[EMAIL PROTECTED]> wrote: > Ah. Well glad to know it's not anything that couldn't be rebuilt. It seems > that 'baselayout' did that for me. Yep, merging baselayout touches /etc/init.d, and runs depscan.sh in the post-install steps. I guess another case where things cou

RE: [gentoo-user] Dependency info is missing! Run /sbin/depscan.sh

2006-04-10 Thread Daevid Vincent
> Well I think ~x86 is generally usable, but you do have to be a bit > more cautious. For example, I don't mind --sync every day, but I tend > to delay any updates that involve portage, baselayout, or other > lowlevel system packages until Friday nights, after making a backup, > so I have the whol

RE: [gentoo-user] Question about 2006.0 and order of NIC detectio n

2006-04-10 Thread Sieb, Glenn E (Glenn)
Thanks, Jeremy, I'll take a look at that in the morning! :) Best, --Glenn -- Glenn E. Sieb, MTS [EMAIL PROTECTED] +1 732 949 5453 -- gentoo-user@gentoo.org mailing list

RE: [gentoo-user] Dependency info is missing! Run /sbin/depscan.sh [SOLVED]

2006-04-10 Thread Daevid Vincent
Thank you Sergio. This seemes to have solved my problem. For anyone else experiencing this, to get networking, just type: # ifconfig eth0 192.168.12.45 # route add default gw 192.168.12.254 Then edit /etc/resolv.conf and put in your DNS/nameserver Then you can just "emerge -Dav baselayout" I al

RE: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go

2006-04-10 Thread Daevid Vincent
I'm getting closer to narrowing this down. One of the problems is that "/sbin/NVmakedevices.sh" has been yanked from me in some nvidia ebuild update. Grr. Do this instead: - # /etc/conf.d/local.start # This is a good place to load

Re: [gentoo-user] PHP files not being executed in aliased directory

2006-04-10 Thread JimD
On Mon, 10 Apr 2006 15:58:10 -0400 "James Colby" <[EMAIL PROTECTED]> wrote: > List Members - > > I recently ran an emerge update that upgraded my apache2 installation. > I am now having a problem with PHP pages located in an aliased > directory. Instead of showing me the correctly rendered page

Re: [gentoo-user] Question about 2006.0 and order of NIC detection

2006-04-10 Thread Jeremy Olexa
Sieb, Glenn E (Glenn) wrote: Is there a way I can change this so that eth0/1 are the on-board ports? It will save me lots of headaches later. :) You are looking for udev. Udev will create names for devices (USB drives, NICs, etc) http://www.gentoo.org/doc/en/udev-guide.xml http://www.reacti

Re: [gentoo-user] nvidia-kernel

2006-04-10 Thread Richard Fish
> What did it? In /etc/portage/ just one file, the package.keywords > contains nvidia-kernel. What exactly does /etc/portage/package.keywords contain? It should be: media-video/nvidia-kernel ~x86 -Richard -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Dependency info is missing! Run /sbin/depscan.sh

2006-04-10 Thread Richard Fish
On 4/10/06, Daevid Vincent <[EMAIL PROTECTED]> wrote: > Richard, once again I thank you for your knowledge. > > > Maybe a ~x86 system just isn't for you > > I didn't realize ~x86 was going to be such a headache. When I first > installed gentoo, I read a lot of debates on the list and most peopl

RE: [gentoo-user] Dependency info is missing! Run /sbin/depscan.sh

2006-04-10 Thread Daevid Vincent
Richard, once again I thank you for your knowledge. > Maybe a ~x86 system just isn't for you I didn't realize ~x86 was going to be such a headache. When I first installed gentoo, I read a lot of debates on the list and most people said that ~x86 was fairly "stable". Plus it seems there is suc

Re: [gentoo-user] Packages I like are blocking a package I don't want? (kdebase)

2006-04-10 Thread Daniel
On Monday 10 April 2006 17:15, Richard Fish wrote: > On 4/10/06, Daniel <[EMAIL PROTECTED]> wrote: > > Why oh why haven't these meta packages been unmasked yet? They work just > > fine. > > From a recent discussion on -dev, the 3.5.2 versions could be unmasked > soon. The previous versions were j

Re: [gentoo-user] nvidia-kernel

2006-04-10 Thread Tamas Sarga
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Manuel McLure wrote: > Tamas Sarga wrote: >> So yes, the ebuild is there, but >> #equery l -p nvidia-kernel >> [ Searching for package 'nvidia-kernel' in all categories among: ] >> * installed packages >> [I--] [M ] media-video/nvidia-kernel-1.0.8178-r

Re: [gentoo-user] Dependency info is missing! Run /sbin/depscan.sh

2006-04-10 Thread Daniel da Veiga
On 4/10/06, Richard Fish <[EMAIL PROTECTED]> wrote: > On 4/10/06, Daevid Vincent <[EMAIL PROTECTED]> wrote: > > *sigh* > > > > Why is there always something breaking? > > Maybe a ~x86 system just isn't for you I'll second this one... You don't seem prepared for the testing tree... > > > * Dep

RE: [gentoo-user] Dependency info is missing! Run /sbin/depscan.sh

2006-04-10 Thread Daevid Vincent
> > > -Original Message- > > > From: Sergio Polini [mailto:[EMAIL PROTECTED] > However, you surely can remerge what you have alreary emerged once ;-) > You do not clean /usr/portage/distfiles. Do you? Yes. Of course. Otherwise it just fills up my hard drive with out-dated stuff. This is a

Re: [gentoo-user] Packages I like are blocking a package I don't want? (kdebase)

2006-04-10 Thread Richard Fish
On 4/10/06, Daniel <[EMAIL PROTECTED]> wrote: > Why oh why haven't these meta packages been unmasked yet? They work just > fine. >From a recent discussion on -dev, the 3.5.2 versions could be unmasked soon. The previous versions were just too buggy to consider infliciting on the stable users. B

Re: [gentoo-user] Dependency info is missing! Run /sbin/depscan.sh

2006-04-10 Thread Sergio Polini
Daevid Vincent: > How can I do that when I don't have networking?! :( > > > -Original Message- > > From: Sergio Polini [mailto:[EMAIL PROTECTED] > > Sent: Monday, April 10, 2006 12:32 PM > > To: gentoo-user@lists.gentoo.org > > Subject: Re: [gentoo-user] Dependency info is missing! Run > >

Re: [gentoo-user] Dependency info is missing! Run /sbin/depscan.sh

2006-04-10 Thread Richard Fish
On 4/10/06, Daevid Vincent <[EMAIL PROTECTED]> wrote: > How can I do that when I don't have networking?! :( You should not need networking, unless your distfiles is on a network filesystem. But even if you do, you can bring it up manually with dhcpcd or ifconfig+route. If it is wireless, you can

Re: [gentoo-user] Packages I like are blocking a package I don't want? (kdebase)

2006-04-10 Thread Daniel
On Monday 10 April 2006 16:53, Richard Fish wrote: > On 4/10/06, Daniel <[EMAIL PROTECTED]> wrote: > > Actually, I tried using --tree --verbose earlier. Strangely enough, it > > looks like KPDF is requiring this. I alread have Konqueror installed: > > Ok. I am getting lost in the maze of the kde

Re: [gentoo-user] Dependency info is missing! Run /sbin/depscan.sh

2006-04-10 Thread Richard Fish
On 4/10/06, Daevid Vincent <[EMAIL PROTECTED]> wrote: > *sigh* > > Why is there always something breaking? Maybe a ~x86 system just isn't for you > * Dependancy info is missing! Please run > * #/sbin/depscan.sh > * to fix this. This message is generated by /lib/rcscripts/sh/rc-services.sh.

Re: [gentoo-user] Packages I like are blocking a package I don't want? (kdebase)

2006-04-10 Thread Richard Fish
On 4/10/06, Daniel <[EMAIL PROTECTED]> wrote: > Actually, I tried using --tree --verbose earlier. Strangely enough, it looks > like KPDF is requiring this. I alread have Konqueror installed: Ok. I am getting lost in the maze of the kde-functions and kde-meta eclasses, but I think this is becaus

RE: [gentoo-user] Dependency info is missing! Run /sbin/depscan.sh

2006-04-10 Thread Daevid Vincent
How can I do that when I don't have networking?! :( > -Original Message- > From: Sergio Polini [mailto:[EMAIL PROTECTED] > Sent: Monday, April 10, 2006 12:32 PM > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] Dependency info is missing! Run > /sbin/depscan.sh > > Daevid

Re: [gentoo-user] Packages I like are blocking a package I don't want? (kdebase)

2006-04-10 Thread Daniel
On Monday 10 April 2006 14:25, Richard Fish wrote: > On 4/10/06, Daniel <[EMAIL PROTECTED]> wrote: > > [ebuild U ] media-sound/amarok-1.4_beta3 [1.3.9] > > Now that I look closer, I think this is the problem. amarok depends > on (kde-base/konqueror or kde-base/kdebase) and > (kde-base/kdemulti

[gentoo-user] PHP files not being executed in aliased directory

2006-04-10 Thread James Colby
List Members - I recently ran an emerge update that upgraded my apache2 installation. I am now having a problem with PHP pages located in an aliased directory. Instead of showing me the correctly rendered page I am only seeing the PHP code. PHP pages located in the DocumentRoot folder are being

Re: [gentoo-user] Dependency info is missing! Run /sbin/depscan.sh

2006-04-10 Thread Sergio Polini
Daevid Vincent: > * Dependancy info is missing! Please run > * #/sbin/depscan.sh > * to fix this. > > Well, of course I do run that script and it does absolutely > nothing. No output. No anything. I'ld try remerging baselayout. HTH Sergio -- gentoo-user@gentoo.org mailing list

[gentoo-user] Dependency info is missing! Run /sbin/depscan.sh

2006-04-10 Thread Daevid Vincent
*sigh* Why is there always something breaking? I did some updates to 'world' and 'system' last night as I've done a hundred times before. Everything seemed to be going fine. I don't believe I updated anything sensitive. I don't believe I rm'd anything important. I was happily/frustratingly tryin

RE: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go

2006-04-10 Thread Daevid Vincent
I still cannot get X to start with the nvidia drivers. However, I did take (someones?) suggestion and tried both the "vesa" and "nv" drivers and they both "work". I say "work" because with 'vesa', I get a HUGE (i.e. low rez) screen = unuseable. And with the 'nv' I get the right resolution 1600x120

[gentoo-user] Question about 2006.0 and order of NIC detection

2006-04-10 Thread Sieb, Glenn E (Glenn)
Hi everyone! Relatively new to Gentoo. Been more of a FreeBSD guy the past few years, but current job is setting up Gentoo boxes, so I get to learn a bunch of new stuff (yay!). Machine in question has an Intel gig-E PCI card (e1000 driver) and two Tigron gig-E ports built into the motherboard

Re: [gentoo-user] seg fault follows emerge ftpd

2006-04-10 Thread Richard Fish
On 4/10/06, maxim wexler <[EMAIL PROTECTED]> wrote: > Kernel Bug at fs/reiserfs/file.c:620! > invalid operand: [#1] > Badness in do_exit at kernel/exit.c:797 > Segmentation Fault My initial guess is that your filesystem is now corrupt. Try fsck.reiserfs (or fsck.reiser4 if you were crazy enou

Re: [gentoo-user] Packages I like are blocking a package I don't want? (kdebase)

2006-04-10 Thread Richard Fish
On 4/10/06, Daniel <[EMAIL PROTECTED]> wrote: > [ebuild U ] media-sound/amarok-1.4_beta3 [1.3.9] Now that I look closer, I think this is the problem. amarok depends on (kde-base/konqueror or kde-base/kdebase) and (kde-base/kdemultimedia-kioslaves or kde-base/kdemultimedia) I am guessing you

Re: [gentoo-user] Packages I like are blocking a package I don't want? (kdebase)

2006-04-10 Thread Richard Fish
On 4/10/06, Daniel <[EMAIL PROTECTED]> wrote: > I installed the kde meta-packages because I didn't want to be burdened with > stuff I didn't need. Unfortunately, I had to add these packages > to /etc/portage/packages.keywords in order to get them to install and > everything was fine for about 2day

Re: [gentoo-user] squid webaccess log via email

2006-04-10 Thread kashani
El Nino wrote: Dear all my Gentoo list friends, i deployed a squid server for our office. now my boss wants to monitor the Internet users' web access. he asked to get the squid web access log file via the email daily[wants to automated this process]. how can i set this on squid? please help me t

[gentoo-user] squid webaccess log via email

2006-04-10 Thread El Nino
Dear all my Gentoo list friends, i deployed a squid server for our office. now my boss wants to monitor the Internet users' web access. he asked to get the squid web access log file via the email daily[wants to automated this process]. how can i set this on squid? please help me to configure this.

Re: [gentoo-user] ctags & exuberant ctags conflict?

2006-04-10 Thread Renat Golubchyk
Hi! On Mon, 10 Apr 2006 09:58:50 -0400 Jeff <[EMAIL PROTECTED]> wrote: > Wondering, what's the difference between ctags and exuberant-ctags, > and why one would take the place of the other? One of my users has > pointed out that 'there should be only one', and that he has always > used exuberant i

Re: [gentoo-user] gdm not coming up

2006-04-10 Thread James Ausmus
On 4/6/06, Grant <[EMAIL PROTECTED]> wrote: > I just set up xdm and gdm and xdm is coming up fine but I never see > gdm. I followed the instructions here: Did you modify /etc/rc.conf to set DISPLAYMANAGER="gdm"? How are you starting X - startx, /etc/init.d/xdm start, ? -James > > http://gentoo

[gentoo-user] Packages I like are blocking a package I don't want? (kdebase)

2006-04-10 Thread Daniel
I installed the kde meta-packages because I didn't want to be burdened with stuff I didn't need. Unfortunately, I had to add these packages to /etc/portage/packages.keywords in order to get them to install and everything was fine for about 2days. And then this happened: # emerge --pretend --u

[gentoo-user] seg fault follows emerge ftpd

2006-04-10 Thread maxim wexler
Hello everyone, I did an emerge ftpd ([ebuild N]ftpd-0.17-r3) on a K6 PC and after it started compiling it stalled for a few hours on the same line so I ctrl-c'd outta there and ran emerge again. Now it spits out a couple pages of code then segfaults. I tried catting it into another file but that

Re: [gentoo-user] openoffice and gcc 4.1

2006-04-10 Thread Graham Murray
Catalin Trifu <[EMAIL PROTECTED]> writes: >I've just recompiled my system using gcc-4.1 and of course > openoffice does not work, the compilation fails while the binary one > segfaults. >I searched the archives but found no clue. >Anyone else experienced the same issues ? When glibc 2

Re: [gentoo-user] ntp/php wont build mysql configure failed

2006-04-10 Thread Richard Fish
On 4/10/06, Francesco Riosa <[EMAIL PROTECTED]> wrote: > Please, compress with "bzip" or use bugzilla for this kind of > issues/attachments. I'll take the blame for this, since I asked Michael to post it. Sorry all. I should suggested either to compress it or send it to me privately. -Richard

[gentoo-user] openoffice and gcc 4.1

2006-04-10 Thread Catalin Trifu
Hi, I've just recompiled my system using gcc-4.1 and of course openoffice does not work, the compilation fails while the binary one segfaults. I searched the archives but found no clue. Anyone else experienced the same issues ? Thanks, Catalin -- gentoo-user@gentoo.org mailing

Re: [gentoo-user] How do I get a good backtrace from X?

2006-04-10 Thread Richard Fish
On 4/10/06, Jules Colding <[EMAIL PROTECTED]> wrote: > Hi, > > I am having trouble with the latest NVidia drivers: > > http://bugs.gentoo.org/show_bug.cgi?id=127824 > > Are there any way for me to get the maximum amount of debug information > out of the X crash so that I can help the developers fix

Re: [gentoo-user] Udev (?) oddity

2006-04-10 Thread A. Khattri
On Sun, 9 Apr 2006, Meino Christian Cramer wrote: > > Hi, > > the basic question is: Where should I start ? > > The problem: I updated several programs via emerge after they where > flagged by the emerge -up world command. Probably emerge -uDp would be better... -- gentoo-user@gentoo.org mai

Re: [gentoo-user] QEMU questions?

2006-04-10 Thread Andrew Frink
ummm why not just use the cd in the drive?On 4/10/06, Fernando Antunes <[EMAIL PROTECTED]> wrote: Is your command line like this : qemu -hda xxx.img -cdrom xp.iso -boot d On 4/9/06, Jerry McBride < [EMAIL PROTECTED]> wrote: Hi All...Anyone here using QEMU?I've run into a problem that I can't ir

[gentoo-user] ctags & exuberant ctags conflict?

2006-04-10 Thread Jeff
Hey all. Wondering, what's the difference between ctags and exuberant-ctags, and why one would take the place of the other? One of my users has pointed out that 'there should be only one', and that he has always used exuberant in the past. Is there a way to safely link exuberant for him without ho

Re: [gentoo-user] QEMU questions?

2006-04-10 Thread Fernando Antunes
Is your command line like this : qemu -hda xxx.img -cdrom xp.iso -boot d On 4/9/06, Jerry McBride <[EMAIL PROTECTED]> wrote: Hi All...Anyone here using QEMU?I've run into a problem that I can't iron out...I've created an image of a winxp install disk using dd. When I run the imageusing QEMU, I g

Re: [gentoo-user] ntp/php wont build mysql configure failed

2006-04-10 Thread Francesco Riosa
Michael W. Holdeman wrote: On Sunday 09 April 2006 15:07, Richard Fish wrote: On 4/9/06, Michael W. Holdeman <[EMAIL PROTECTED]> wrote: configure: error: mysql configure failed. Please check config.log for more information. The config.log file can be found in /var/tmp/portage/ph

[gentoo-user] How do I get a good backtrace from X?

2006-04-10 Thread Jules Colding
Hi, I am having trouble with the latest NVidia drivers: http://bugs.gentoo.org/show_bug.cgi?id=127824 Are there any way for me to get the maximum amount of debug information out of the X crash so that I can help the developers fixing it? Thanks, jules -- gentoo-user@gentoo.org mailing lis

Re: [gentoo-user] emerge wine problem - SOLVED (probably)

2006-04-10 Thread pat
Well, at least there's 2.5GB disk space - think it is enough :-) I've temprarily rename the link (libGL.a), install the wine and then renamed the link back - it looks like wine works and the "rest" of the system too - hope :-) Thanks Pat On Mon, 10 Apr 2006 10:36:42 +0200, François Steinme

Re: [gentoo-user] emerge wine problem

2006-04-10 Thread François Steinmetz
'emerge wine' needs quite a lot of disk space, have you checked you didn't run out of disk ? I've already encountered this problem and the message error wasn't very helpful.On 4/9/06, pat <[EMAIL PROTECTED] > wrote:Richard Fish wrote:> On 4/7/06, pat < [EMAIL PROTECTED]> wrote:>>>checking for glXCr