Re: [gentoo-user] linux make modules fails

2006-05-18 Thread Richard Fish
On 5/18/06, Justin Findlay <[EMAIL PROTECTED]> wrote: is this a single command? Mine only prints out: make -rR -f /usr/src/linux-2.6.17-rc4/scripts/Makefile.modpost scripts/mod/modpost -m -a -o /usr/src/linux-2.6.17-rc4/Module.symvers vmlinux Yep, that is a single command that includes al

Re: [gentoo-user] linux make modules fails

2006-05-18 Thread Justin Findlay
On 5/18/06, Richard Fish <[EMAIL PROTECTED]> wrote: make -rR -f /usr/src/linux-2.6.16-suspend2-r5/scripts/Makefile.modpost scripts/mod/modpost -m -o /usr/src/linux-2.6.16-suspend2-r5/Module.symvers vmlinux arch/i386/kernel/cpuid.o arch/i386/kernel/microcode.o arch/i386/kernel/msr.o arch/i386/

Re: [gentoo-user] Looking for help with Shorewall

2006-05-18 Thread Ryan Tandy
Jerry wrote: [EMAIL PROTECTED]:/etc/shorewall # shorewall start Any particular reason why you're running that instead of /etc/init.d/shorewall start? Shorewall has detected the following iptables/netfilter capabilities: NAT: Not available Packet Mangling: Available Multi-port Match: N

[Copfilter] Copy of quarantined email - *** SPAM *** [6.5/6.0] [gentoo-user] Can t compile OpenOffice 2.0.2-r1 with Java support

2006-05-18 Thread bdunglison
Hi folks, I'd to install OpenOffice using the source package. I have in my USE variable "java" set. I'm using blackdown-jdk-1.4.2.03 as the default Java Environement set by java-config. When I emerge openoffice I get the hereunder error message. I've attached the file hs_err_pid10707.log. Wha

Re: [gentoo-user] linux make modules fails

2006-05-18 Thread Justin Findlay
On 5/18/06, Richard Fish <[EMAIL PROTECTED]> wrote: There are a lot more "make -f scripts/" lines, and a lot more modules on the modpost command, than what I included here. I don't get anything with modpost after this: Building modules, stage 2. make -rR -f /usr/src/linux-2.6.17-rc4/scripts/

[Copfilter] Copy of quarantined email - *** SPAM *** [6.0/6.0] Re: [gentoo-user] New USE Flags, Emerge -e world --> Broken systems -- PLEASE HELP

2006-05-18 Thread bdunglison
Le Jeudi 18 Mai 2006 10:22, Neil Bothwick a écrit : > On Thu, 18 May 2006 06:48:44 +0200, Jonathan Chocron wrote: > > Yes, USE="" is a good start. However, one has to take into account that > > portage adds use flags while going through the emerge process. For > > example, if you install mysql in

[Copfilter] Copy of quarantined email - *** SPAM *** [8.0/6.0] Re: [gentoo-user] eix && gensync

2006-05-18 Thread bdunglison
On Thursday 18 May 2006 23:07, Mark Knecht wrote: > On 5/18/06, Neil Bothwick <[EMAIL PROTECTED]> wrote: > > On Thu, 18 May 2006 09:42:31 -0700, Mark Knecht wrote: > > > Now my problem is that eix doesn't seem to know about the packages in > > > the overlay while esearch does. Should it or have I m

[Copfilter] Copy of quarantined email - *** SPAM *** [7.3/6.0] RE: [gentoo-user] gnome2_src_unpack: command not found

2006-05-18 Thread bdunglison
> -Original Message- > From: Jason Ausmus [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 16, 2006 1:16 PM > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] gnome2_src_unpack: command not found > > > -Original Message- > > From: Jason Ausmus [mailto:[EMAIL PROTECTED]

[Copfilter] Copy of quarantined email - *** SPAM *** [8.0/6.0] Re: [gentoo-user] eix && gensync

2006-05-18 Thread bdunglison
On Thursday 18 May 2006 23:52, Bo Ørsted Andresen wrote: > This is because you followed the instructions from the layman ebuild and > added 'source /usr/portage/local/layman/make.conf' to /etc/make.conf. eix > unlike portage does not support 'source' yet. The next release of eix will, > however, s

Re: [gentoo-user] linux make modules fails

2006-05-18 Thread Ben Reubenstein
How is that supposed to help? His problem is with building modules, not installation... Ah ~ Must have read too fast. I think that it has something to do with the 64bit compile... just a guess... On 5/18/06, Richard Fish <[EMAIL PROTECTED]> wrote: On 5/18/06, Ben Reubenstein <[EMAIL PROTECTE

Re: [gentoo-user] linux make modules fails

2006-05-18 Thread Richard Fish
On 5/18/06, Justin Findlay <[EMAIL PROTECTED]> wrote: When I try to build the 'modules' target with linux it doesn't create the .ko files. It seems to get stuck at 'stage 2', whatever that means, and I am at a loss finding out what exactly stage 2 is, from looking at scripts/Makefile.modpost, an

Re: [gentoo-user] linux make modules fails

2006-05-18 Thread Richard Fish
On 5/18/06, Ben Reubenstein <[EMAIL PROTECTED]> wrote: Hi Justin ~ Read the docs on Gentoo.org. Understand what Stage 2 is. How is that supposed to help? His problem is with building modules, not installation... -Richard -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] linux make modules fails

2006-05-18 Thread Justin Findlay
On 5/18/06, Ben Reubenstein <[EMAIL PROTECTED]> wrote: Read the docs on Gentoo.org. Understand what Stage 2 is. If not , you might be better off with Unbuntu. I'm sorry, Ben, that I haven't been more explicit. I'm not talking about Gentoo's stage 2, I'm talking about stage 2 of the kernel's

Re: [gentoo-user] php-5 being forced to install?

2006-05-18 Thread Trenton Adams
Thank you Maxim. That was the problem. The funny thing is that swig does not seem to require php5, but it supports the php use flag. On 5/15/06, Maxim <[EMAIL PROTECTED]> wrote: > > It says... > > > > [ebuild NS ] dev-lang/php-5.1.2 > > [ebuild R ] dev-lang/swig-1.3.21 > > > > I don't

Re: [gentoo-user] Gentoo ADSL wireless router (3 questions)

2006-05-18 Thread Ryan Tandy
Grant wrote: ### Status:Enable; VPI:0; VCL:35; Protocol:Bridge Bridge Broadcast Enabled Bridge Multicast Enabled Ooohhh, it's a /bridge/... I hadn't realised that. All of the routers I'm familiar with have acted as gateways/firewalls - and to be honest I don't really know how to deal with b

Re: [gentoo-user] linux make modules fails

2006-05-18 Thread Ben Reubenstein
Hi Justin ~ Read the docs on Gentoo.org. Understand what Stage 2 is. If not , you might be better off with Unbuntu. I promise if you follow the docs you will get a wonderful, running Gentoo system. URL: http://www.gentoo.org/doc/en/index.xml?catid=install#doc_chap2 ~ Ben On 5/18/06, Justin

[gentoo-user] linux make modules fails

2006-05-18 Thread Justin Findlay
When I try to build the 'modules' target with linux it doesn't create the .ko files. It seems to get stuck at 'stage 2', whatever that means, and I am at a loss finding out what exactly stage 2 is, from looking at scripts/Makefile.modpost, and why it doesn't build. This happens with either a van

Re: [gentoo-user] Gentoo ADSL wireless router (3 questions)

2006-05-18 Thread Ryan Tandy
Grant wrote: > Are you sure I can disable internal DHCP? My Gentoo router needs to use DHCP to get an IP address from the Westell modem/router right? - Grant Sorry, was half asleep when I wrote that - of course the modem won't be assigning addresses to your other boxes since they're on the

Re: [gentoo-user] getting somewhere -- was about a bug

2006-05-18 Thread Neil Bothwick
On Thu, 18 May 2006 13:34:55 -0700, Richard Fish wrote: > In fact, the current handbook says: > > --- > Code Listing 2: An example /boot line for /etc/fstab > /dev/hda1 /boot ext2defaults1 2 > >Some users don't want their /boot partition to be mounted > automatically

Re: [gentoo-user] eix && gensync

2006-05-18 Thread Mark Knecht
On 5/18/06, Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote: On Thursday 18 May 2006 23:07, Mark Knecht wrote: > On 5/18/06, Neil Bothwick <[EMAIL PROTECTED]> wrote: > > On Thu, 18 May 2006 09:42:31 -0700, Mark Knecht wrote: > > > Now my problem is that eix doesn't seem to know about the packages in

Re: [gentoo-user] Looking for help with Shorewall

2006-05-18 Thread John Jolet
Jerry wrote: I am setting up gentoo on another computer and cannot get shorewall to start properly. I had used another version of shorewall previously but cannot get 3.0.4 to work. I have read and tried to follow the instruction in /usr/share/doc/shorewall-3.0.4/Samples/one-interface but no

[gentoo-user] Looking for help with Shorewall

2006-05-18 Thread Jerry
I am setting up gentoo on another computer and cannot get shorewall to start properly. I had used another version of shorewall previously but cannot get 3.0.4 to work. I have read and tried to follow the instruction in /usr/share/doc/shorewall-3.0.4/Samples/one-interface but no success. I hav

Re: [gentoo-user] eix && gensync

2006-05-18 Thread Bo Ørsted Andresen
On Thursday 18 May 2006 23:52, Bo Ørsted Andresen wrote: > This is because you followed the instructions from the layman ebuild and > added 'source /usr/portage/local/layman/make.conf' to /etc/make.conf. eix > unlike portage does not support 'source' yet. The next release of eix will, > however, su

Re: [gentoo-user] VMware not running well

2006-05-18 Thread Martin Larsson
On 5/18/06, daniel <[EMAIL PROTECTED]> wrote: Here's the result of me running the config script: Thanks for this log. It's very useful. What is the location of the directory of C header files that match your running kernel? [/lib/modules/2.6.16-gentoo-r6/build/include] But this gives me tro

Re: [gentoo-user] eix && gensync

2006-05-18 Thread Bo Ørsted Andresen
On Thursday 18 May 2006 23:07, Mark Knecht wrote: > On 5/18/06, Neil Bothwick <[EMAIL PROTECTED]> wrote: > > On Thu, 18 May 2006 09:42:31 -0700, Mark Knecht wrote: > > > Now my problem is that eix doesn't seem to know about the packages in > > > the overlay while esearch does. Should it or have I m

Re: [gentoo-user] getting somewhere -- was about a bug

2006-05-18 Thread Mike Williams
On Thursday 18 May 2006 21:34, Richard Fish wrote: > > It is supposed to have noauto, because /boot does not need to be mounted > > in the normal course of events. GRUB doesn't use /etc/fstab, it uses > > grub.conf to find the kernel. The only time you need to mount /boot is > > when installing a n

Re: [gentoo-user] eix && gensync

2006-05-18 Thread Mark Knecht
On 5/18/06, Neil Bothwick <[EMAIL PROTECTED]> wrote: On Thu, 18 May 2006 09:42:31 -0700, Mark Knecht wrote: > Now my problem is that eix doesn't seem to know about the packages in > the overlay while esearch does. Should it or have I missed some setup > that would make that work? I had assumed t

Re: [gentoo-user] getting somewhere -- was about a bug

2006-05-18 Thread Richard Fish
On 5/18/06, Neil Bothwick <[EMAIL PROTECTED]> wrote: It is supposed to have noauto, because /boot does not need to be mounted in the normal course of events. GRUB doesn't use /etc/fstab, it uses grub.conf to find the kernel. The only time you need to mount /boot is when installing a new kernel.

Re: [gentoo-user] getting somewhere -- was about a bug

2006-05-18 Thread Richard Fish
On 5/18/06, maxim wexler <[EMAIL PROTECTED]> wrote: Just one little problem left. From the boot console: udevd-event[3787]: udev_make_node: mknod(/dev/ttyS0, 020660, 4, 64) failed: File exists Hmm, odd. What do "ls -l /dev/ttyS*" and "grep ttyS /etc/udev/rules.d/*" produce? -Richard -- gent

Re: [gentoo-user] getting somewhere -- was about a bug

2006-05-18 Thread Neil Bothwick
On Thu, 18 May 2006 12:43:55 -0700 (PDT), maxim wexler wrote: > One, somehow the /boot line in fstab got set to > noauto. How that happened have no idea. It is supposed to have noauto, because /boot does not need to be mounted in the normal course of events. GRUB doesn't use /etc/fstab, it uses g

[gentoo-user] getting somewhere -- was about a bug

2006-05-18 Thread maxim wexler
Hi all, A bunch of things came together in the mother of all screw-ups. One, somehow the /boot line in fstab got set to noauto. How that happened have no idea. Two, at some point I must have compiled a kernel after chrooting without making sure /dev/ was mounted on /boot. Then, when I copied ove

Re: [gentoo-user] Re: udevd-event [2161] find_free_number: %e is deprecated

2006-05-18 Thread Richard Fish
On 5/18/06, Michael Sullivan <[EMAIL PROTECTED]> wrote: What file would that be found in? I always see "make sure udev is starting at boot", but I have no idea what boot script is used to start udev, as there is nothing in /etc/init.d/ that contains "udev" or "dev" of any kind... /lib/rcscript

Re: [gentoo-user] Re: udevd-event [2161] find_free_number: %e is deprecated

2006-05-18 Thread Richard Fish
On 5/18/06, Cláudio Henrique <[EMAIL PROTECTED]> wrote: use %n instead of %e. it solves the problem. Well it clears up the message, but not the problem. %n is not equivalent to %e. What is someone to do if they really need/want the behavior of %e?? -Richard -- gentoo-user@gentoo.org mailing

Re: [gentoo-user] OT: method to limit transfer speeds

2006-05-18 Thread Jeremy Olexa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Willie Wong wrote: > On Tue, May 16, 2006 at 11:06:09PM -0500, Penguin Lover Jeremy Olexa squawked: >> Hello, >> I am wondering how any of you limit transfer speeds on a specific >> protocol. I do not need any server type applications for managing a >>

Re: [gentoo-user] eix && gensync

2006-05-18 Thread Neil Bothwick
On Thu, 18 May 2006 09:42:31 -0700, Mark Knecht wrote: > Now my problem is that eix doesn't seem to know about the packages in > the overlay while esearch does. Should it or have I missed some setup > that would make that work? I had assumed this sync thing that required > gensync would do it but

Re: [gentoo-user] New Portage browser

2006-05-18 Thread Boyd Stephen Smith Jr.
On Thursday 18 May 2006 03:10, Neil Bothwick <[EMAIL PROTECTED]> wrote about 'Re: [gentoo-user] New Portage browser': > On Wed, 17 May 2006 22:31:14 -0500, Boyd Stephen Smith Jr. wrote: > > Is there some problem with: > > emerge -uND world || until emerge --resume --skipfirst; do :; done > > ? > >

Re: [gentoo-user] Re: udevd-event [2161] find_free_number: %e is deprecated

2006-05-18 Thread Michael Sullivan
On Thu, 2006-05-18 at 14:25 -0300, Cláudio Henrique wrote: > use %n instead of %e. it solves the problem. > > On 5/18/06, Edwin Kapauni <[EMAIL PROTECTED]> wrote: > > Peter wrote: > > [...] > > > http://bugs.gentoo.org/show_bug.cgi?id=131254 > > > > > > unclear at the present time. Not a danger th

Re: [gentoo-user] Re: udevd-event [2161] find_free_number: %e is deprecated

2006-05-18 Thread Cláudio Henrique
use %n instead of %e. it solves the problem. On 5/18/06, Edwin Kapauni <[EMAIL PROTECTED]> wrote: Peter wrote: [...] > http://bugs.gentoo.org/show_bug.cgi?id=131254 > > unclear at the present time. Not a danger though. > Thanks for the link. So I wouldn't worry about that boot message ... -- g

RE: [gentoo-user] gnome2_src_unpack: command not found [SOLVED]

2006-05-18 Thread Jason Ausmus
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Richard Fish > Sent: Wednesday, May 17, 2006 9:32 PM > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] gnome2_src_unpack: command not found > > 2. portage is using a different gnome2.ecl

Re: [gentoo-user] eix && gensync

2006-05-18 Thread Mark Knecht
On 5/18/06, Neil Bothwick <[EMAIL PROTECTED]> wrote: On Wed, 17 May 2006 20:55:40 -0700, Mark Knecht wrote: > 1) As per man eix I created a 1 line file called > /etc/eix-sync-overlays with an * in the only line. The part of the man page that says /etc/eix-sync-overlays A list of overlays that

Re: [gentoo-user] VMware not running well

2006-05-18 Thread Richard Fish
On 5/18/06, Jim Hatfield <[EMAIL PROTECTED]> wrote: I'm still having timer problems, vmware complains on startup about /dev/rtc not being available (though it is, and the module is compiled into the kernel). Do you get a message in /var/log/messages like this? May 17 00:41:54 carcharias /dev/v

Re: [gentoo-user] New Portage browser

2006-05-18 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 People, I've opened a pool at the Gentoo Forums for you to vote for the name you like the most, ok? http://forums.gentoo.org/viewtopic-t-463518-highlight-.html And with this, I close this thread. Once we have the name, in 15 days time, I'll announc

[gentoo-user] Re: udevd-event [2161] find_free_number: %e is deprecated

2006-05-18 Thread Edwin Kapauni
Peter wrote: [...] > http://bugs.gentoo.org/show_bug.cgi?id=131254 > > unclear at the present time. Not a danger though. > Thanks for the link. So I wouldn't worry about that boot message ... -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] national keyboard in open office

2006-05-18 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Weird. In OO2, I can no longer type the áéíóú characters, but I CAN type the ñ character. )I using KDE and US and ES_es keyword settings). - -- Arturo "Buanzo" Busleiman - VPN Mail Project - http://vpnmail.buanzo.com.ar Consultor en Seguridad Inform

Re: [gentoo-user] national keyboard in open office

2006-05-18 Thread Pawel K
Great Thanx all of You for help. Below is the solution of what was wrong and the summary: 1) openoffice was installed with: emerge openoffice-bin (no LANGUAGE, LINGUAS etc. variable) 2) Launching OO $ locales LANG= LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY=

[gentoo-user] Re: udevd-event [2161] find_free_number: %e is deprecated

2006-05-18 Thread Peter
On Thu, 18 May 2006 16:24:00 +0200, Edwin Kapauni wrote: > during boot I am getting this message: > > "udevd-event [2161] find_free_number: %e is deprecated" > > What does it mean and how could I fix it? http://bugs.gentoo.org/show_bug.cgi?id=131254 unclear at the present time. Not a danger th

[gentoo-user] udevd-event [2161] find_free_number: %e is deprecated

2006-05-18 Thread Edwin Kapauni
during boot I am getting this message: "udevd-event [2161] find_free_number: %e is deprecated" What does it mean and how could I fix it? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] bash-3.* ignores the first press of Shift+M [SOLVED]

2006-05-18 Thread Benno Schulenberg
Jonathan Chocron wrote: > Le Mercredi 17 Mai 2006 22:44, Benno Schulenberg a écrit : > > This is absurd, but when in bash-3.1_p17 I press Shift+M, the > > "M" only appears the moment I press another key. This happens > > both in Konsole and on a VT. And also in xterm and rxvt. > > I have come acr

Re: [gentoo-user] New USE Flags, Emerge -e world --> Broken systems -- PLEASE HELP

2006-05-18 Thread Jonathan Chocron
Le Jeudi 18 Mai 2006 10:22, Neil Bothwick a écrit : > On Thu, 18 May 2006 06:48:44 +0200, Jonathan Chocron wrote: > > Yes, USE="" is a good start. However, one has to take into account that > > portage adds use flags while going through the emerge process. For > > example, if you install mysql in o

Re: [gentoo-user] New Portage browser

2006-05-18 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daevid Vincent wrote: > I think this is a given, but just in case... > > It certainly should allow me to do an 'emerge -Davu world' equivallent, and > allow me to then select only the packages (or all or none) to install and of > course their dependen

Re: [gentoo-user] New Portage browser

2006-05-18 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew MacKenzie wrote: > An ncurses interface would be nice, rather than a 'command line' version. That's the idea. - -- Arturo "Buanzo" Busleiman - VPN Mail Project - http://vpnmail.buanzo.com.ar Consultor en Seguridad Informatica - http://www.buan

Re: [gentoo-user] OT - which X terminal do you use?

2006-05-18 Thread Neil Bothwick
On Wed, 10 May 2006 14:21:11 +0200, Matthias Langer wrote: > Well, here are some comparisons done with my test-prog (attached) Thanks for that, the program was useful for comparing the terminals I reviewed. I was going to do "time cat /some/really/long/file" but you saved me the subsequent arith

Re: [gentoo-user] OT - which X terminal do you use?

2006-05-18 Thread Neil Bothwick
On Wed, 10 May 2006 16:25:46 +0200, Nagatoro wrote: > Om my (slow?) laptop I get: > > frame-buffer: 34 l/s > rxvt-unicode: 12 000 l/s > xterm: 4500 l/s > Konsole: l/s > gnome-terminal: l/s >^^^ > _not_ faked :) Kons

Re: [gentoo-user] what to do to remove all kde dependencies and kdelibs

2006-05-18 Thread Neil Bothwick
On Thu, 18 May 2006 10:55:26 +0200 (CEST), JC Denton wrote: > What can I do to remove all kde dependencies from my system? In have > "-kde" in my /etc/make.conf and already did a emerge --depclean and > revdep-rebuild after I did an emerge --update --deep --newuse world. Put -qt and -arts in USE

Re: [gentoo-user] what to do to remove all kde dependencies and kdelibs

2006-05-18 Thread Raymond Lewis Rebbeck
On Thursday, May 18 2006 18:25, JC Denton wrote: > Hi! > > What can I do to remove all kde dependencies from my system? In have > "-kde" in my /etc/make.conf and already did a emerge --depclean and > revdep-rebuild after I did an emerge --update --deep --newuse world. But > there is still a lot of

Re: [gentoo-user] VMware not running well

2006-05-18 Thread Jim Hatfield
Kevin O'Gorman wrote: When I run as root, things seem better, but it complains that it was unable to extablish an IP number for the simulated ethernet card (networking is set up for NAT). I had lots of problems initially with running the perl script which configures the network, but eventually

[gentoo-user] what to do to remove all kde dependencies and kdelibs

2006-05-18 Thread JC Denton
Hi! What can I do to remove all kde dependencies from my system? In have "-kde" in my /etc/make.conf and already did a emerge --depclean and revdep-rebuild after I did an emerge --update --deep --newuse world. But there is still a lot of kde stuff on the system. how can I check if an application s

Re: [gentoo-user] lvm2 emerge problem[SOLVED]

2006-05-18 Thread Leopold Gouverneur
On Wed, May 17, 2006 at 02:29:26PM -0700, Richard Fish wrote: > On 5/17/06, Leopold Gouverneur <[EMAIL PROTECTED]> wrote: > >[ebuild N] sys-fs/lvm2-2.02.05 USE="nolvm1 nolvmstatic nosnapshots > >readline -clvm -cman -gulm -nomirrors" > > > >Anyway i think that without a previous declaration o

Re: [gentoo-user] New USE Flags, Emerge -e world --> Broken systems -- PLEASE HELP

2006-05-18 Thread Neil Bothwick
On Thu, 18 May 2006 06:48:44 +0200, Jonathan Chocron wrote: > Yes, USE="" is a good start. However, one has to take into account that > portage adds use flags while going through the emerge process. For > example, if you install mysql in order to use it with amaroK, mysql > would, after that emer

Re: [gentoo-user] eix && gensync

2006-05-18 Thread Neil Bothwick
On Wed, 17 May 2006 20:55:40 -0700, Mark Knecht wrote: > 1) As per man eix I created a 1 line file called > /etc/eix-sync-overlays with an * in the only line. The part of the man page that says /etc/eix-sync-overlays A list of overlays that should be synced using gensync from app-portage/gentoo

Re: [gentoo-user] New Portage browser

2006-05-18 Thread Neil Bothwick
On Wed, 17 May 2006 22:31:14 -0500, Boyd Stephen Smith Jr. wrote: > Is there some problem with: > emerge -uND world || until emerge --resume --skipfirst; do :; done > ? I would add 'emerge -uDNp world' to the end of that, so you can see any packages that were missed. > A more complex version of

Re: [gentoo-user] Probems with radeon and drm after using kernel-2.6.16-gentoo-r7

2006-05-18 Thread Boyd Stephen Smith Jr.
On Thursday 18 May 2006 02:17, JC Denton <[EMAIL PROTECTED]> wrote about '[gentoo-user] Probems with radeon and drm after using kernel-2.6.16-gentoo-r7': > Hello! > > I am building a kernel-2.6.16-gentoo-r7 but I have a problem. First I > tried to use greempt for the cpu. Because this does not w

[gentoo-user] Re: [OT] gentoo inside vmware on winxp

2006-05-18 Thread Remy Blank
Richard Fish wrote: > Just two more tipsfor 1920x1200 resolution, you will need to add: > > svga.maxWidth = 1920 > > to the .vmx file for your virtual machine. Otherwise it maxes out at > 1600x1200. > > Also I recommend using the Gentoo ebuild, rather than downloading > directly from vmware

[gentoo-user] Probems with radeon and drm after using kernel-2.6.16-gentoo-r7

2006-05-18 Thread JC Denton
Hello! I am building a kernel-2.6.16-gentoo-r7 but I have a problem. First I tried to use greempt for the cpu. Because this does not work I build the kernel without again. But I still get : drm: version magic '2.6.16-gentoo-r7 PENTIUMM gcc-3.4' should be '2.6.16-gentoo-r7 preempt PENTIUMM gcc-3.4

Re: [gentoo-user] how to check dependencies for sloted apps?

2006-05-18 Thread Martins Steinbergs
thank you i did emerge --depclean --pretend with selective --unmerge. Now unmerging aditional packages after revdep-rebuild -pv Until now nothing serious hase broke. martins -- Linux 2.6.16-ck10 AMD Athlon(tm) 64 Processor 3200+ 09:55:02 up 35 min, 5 users, load average: 1.14, 1.83, 1.48 --