[gentoo-user] Duplicate symbol __glXSingleTable in /usr/.../libglx.a:glxmodule.o

2005-12-29 Thread Trenton Adams
I get the following error in my Xorg log when trying to start X. I can't figure out what is happening. Duplicate symbol __glXSingleTable in /usr/X11R6/lib/modules/extensions/libglx.a:glxmodule.o I've searched the internet for this problem, to no avail. I've installed the ati-drivers, and I

[gentoo-user] Duplicate symbol __glXSingleTable in libglx.a

2005-12-29 Thread Trenton Adams
Here I go again. This never got to the list, which I assume is because it had an attachment. So, this time it doesn't, I've inlined the xorg log. I get the following error in my Xorg log when trying to start X. I can't figure out what is happening. Duplicate symbol __glXSingleTable in

Re: [gentoo-user] Re: Duplicate symbol __glXSingleTable in libglx.a

2005-12-31 Thread Trenton Adams
fix it. On 12/29/05, Francesco Talamona [EMAIL PROTECTED] wrote: On Friday 30 December 2005 01:47, Trenton Adams wrote: Here I go again. This never got to the list, which I assume is because it had an attachment. So, this time it doesn't, I've inlined the xorg log. It did, but gmail has

Re: [gentoo-user] Re: Duplicate symbol __glXSingleTable in libglx.a

2005-12-31 Thread Trenton Adams
December 2005 09:22, Trenton Adams wrote: Oh well, I wasn't able to get this to work. So, I copied my entire gentoo system from another system that is identical hardware, and it worked just fine. I don't know what I did different, or if I did anything different. I did try doing an emptytree

[gentoo-user] courier-imap package enhancement

2006-01-03 Thread Trenton Adams
Hi everyone, Might I suggest that the courier-imap package adds a directory of /etc/skel/.maildir during install? That way any new users created on the system would automatically have .maildir for use with courier-imap. Otherwise, courier-imap complains, in /var/log/mail.log, that the .maildir

[gentoo-user] imapsync dependency not merged

2006-01-03 Thread Trenton Adams
Mental note to package maintainer... The merge of imapsync should have included dev-perl/Net-SSLeay. [18:20 [EMAIL PROTECTED] ~] # imapsync-ssl Can't locate Net/SSLeay.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/site_perl/5.8.6/i686-linux /usr/lib/perl5/site_perl/5.8.6

Re: [gentoo-user] imapsync dependency not merged

2006-01-03 Thread Trenton Adams
sure. On 1/3/06, Tom Martin [EMAIL PROTECTED] wrote: On Tue, 3 Jan 2006 18:36:58 -0700 Trenton Adams [EMAIL PROTECTED] wrote: Mental note to package maintainer... The merge of imapsync should have included dev-perl/Net-SSLeay. [18:20 [EMAIL PROTECTED] ~] # imapsync-ssl Can't locate

[gentoo-user] package conflict on update

2006-01-04 Thread Trenton Adams
Ok, so I get the output below when trying to merge after a sync today. My guess is that the openmotif package was made into two separate packages, correct? To the portage developers, how could this be handled? Perhaps emerge could somehow figure out the reason for such a conflict, and then

[gentoo-user] Re: package conflict on update

2006-01-04 Thread Trenton Adams
Oh, if someone does make emerge detect how to resolve the conflict, perhaps it should ask the user if they would like to continue with the unmerge/re-emerge. After all, it could be a critical system utility that is running. On 1/5/06, Trenton Adams [EMAIL PROTECTED] wrote: Ok, so I get

Re: [gentoo-user] package conflict on update

2006-01-05 Thread Trenton Adams
On 1/5/06, Tom Martin [EMAIL PROTECTED] wrote: On Thu, 5 Jan 2006 00:29:57 -0700 Trenton Adams [EMAIL PROTECTED] wrote: Ok, so I get the output below when trying to merge after a sync today. My guess is that the openmotif package was made into two separate packages, correct

Re: [gentoo-user] package conflict on update

2006-01-05 Thread Trenton Adams
On 1/5/06, Neil Bothwick [EMAIL PROTECTED] wrote: On Thu, 5 Jan 2006 11:10:38 +, Tom Martin wrote: To the portage developers, how could this be handled? Perhaps emerge could somehow figure out the reason for such a conflict, and then automatically unmerge the original package?

Re: [gentoo-user] package conflict on update

2006-01-05 Thread Trenton Adams
On 1/5/06, Neil Bothwick [EMAIL PROTECTED] wrote: On Thu, 5 Jan 2006 16:08:04 +, Tom Martin wrote: if_blocked_by('openmotif') ewarn You must unmerge openmotif before proceeding An error message like that doesn't really tell the user anything that he doesn't already know. It

Re: [gentoo-user] package conflict on update

2006-01-05 Thread Trenton Adams
Oh, and one other thing. This should also be done for packages that get moved to different categories, because I've been getting errors like the following lately... Calculating world dependencies | emerge: there are no ebuilds to satisfy =dev-perl/PodParser-1.22. (dependency required by

Re: [gentoo-user] world file cheating

2006-01-05 Thread Trenton Adams
I just boot with a gentoo CD, tar up my entire system, and untar it on the new system. If your new system boots with the gentoo CD as well, then you can pipe this over ssh. Something like the following... cd /mnt/gentoo tar -cz ./ | ssh [EMAIL PROTECTED] 'cd /mnt/gentoo; tar -xz' I personally

Re: [gentoo-user] package conflict on update

2006-01-05 Thread Trenton Adams
On 1/5/06, Richard Fish [EMAIL PROTECTED] wrote: On 1/5/06, Trenton Adams [EMAIL PROTECTED] wrote: Calculating world dependencies | emerge: there are no ebuilds to satisfy =dev-perl/PodParser-1.22. (dependency required by mail-filter/spamassassin-3.1.0 [binary]) This is something

Re: [gentoo-user] sys-apps/dbus-0.23.4-r1 fails to compile

2006-01-05 Thread Trenton Adams
Are you running distcc? If so, try it without distcc. On 1/5/06, Lord Imbrius the Despondent [EMAIL PROTECTED] wrote: Hey guys - I was just doing an emerge -uD world and it comes to a screeching halt with i686-pc-linux-gnu-gcc: dbus_bindings.c: No such file or directory when compiling

[gentoo-user] odd portate BINARY_HOST behaviour after sync

2006-01-06 Thread Trenton Adams
These are the packages that I would merge, in order: Fetching binary packages info... Loaded metadata pickle. Traceback (most recent call last): File /usr/bin/emerge, line 3123, in ? mydepgraph=depgraph(myaction,myopts) File /usr/bin/emerge, line 915, in __init__

[gentoo-user] Re: odd portate BINARY_HOST behaviour after sync

2006-01-06 Thread Trenton Adams
Oh, in case you don't believe me, here's the full transcript of what I did. :) the update alias is emerge --update --getbinpkg --getbinpkgonly --usepkgonly ephraim ~ # update -p world These are the packages that I would merge, in order: Fetching binary packages info... Loaded metadata pickle.

Re: [gentoo-user] world file cheating

2006-01-06 Thread Trenton Adams
I've never specified -p, so I think it must be default, because I always have permissions preserved when I use tar. Perhaps this is a GNU tar default setting? On 1/6/06, Harald Arnesen [EMAIL PROTECTED] wrote: Trenton Adams [EMAIL PROTECTED] writes: I just boot with a gentoo CD, tar up my

Re: [gentoo-user] package conflict on update

2006-01-06 Thread Trenton Adams
On 1/5/06, Neil Bothwick [EMAIL PROTECTED] wrote: On Thu, 5 Jan 2006 16:32:20 -0700, Trenton Adams wrote: something like if_blocked_by('openmotif') ewarn You must unmerge openmotif before proceeding Yes, or as follows... if_blocked_by('openmotif') auto_unmerge

Re: [gentoo-user] package conflict on update

2006-01-06 Thread Trenton Adams
On 1/6/06, Holly Bostick [EMAIL PROTECTED] wrote: Trenton Adams schreef: On 1/5/06, Neil Bothwick [EMAIL PROTECTED] wrote: On Thu, 5 Jan 2006 16:32:20 -0700, Trenton Adams wrote: something like if_blocked_by('openmotif') ewarn You must unmerge openmotif before proceeding

Re: [gentoo-user] package conflict on update

2006-01-06 Thread Trenton Adams
On 1/6/06, Neil Bothwick [EMAIL PROTECTED] wrote: On Thu, 05 Jan 2006 17:14:36 -0800, Zac Medico wrote: | if_blocked_by('openmotif') | ewarn You must unmerge openmotif before proceeding | It would be icky to have to specify blocker logic/messages like that. Not in the sort of

Re: [gentoo-user] package conflict on update

2006-01-06 Thread Trenton Adams
Oops, forgot to reply to everything. On 1/6/06, Holly Bostick [EMAIL PROTECTED] wrote: Trenton Adams schreef: On 1/5/06, Neil Bothwick [EMAIL PROTECTED] wrote: On Thu, 5 Jan 2006 16:32:20 -0700, Trenton Adams wrote: something like if_blocked_by('openmotif') ewarn You must

Re: [gentoo-user] package conflict on update

2006-01-07 Thread Trenton Adams
On 1/7/06, Abhay Kedia [EMAIL PROTECTED] wrote: On Saturday 07 January 2006 10:43, Trenton Adams wrote: which is what I mentioned in another post that I made. When I originally started with gentoo linux, I read the part about why gentoo linux came about. Basically it was all about doing

Re: [gentoo-user] package conflict on update

2006-01-07 Thread Trenton Adams
all for converting them. :) On 1/7/06, Holly Bostick [EMAIL PROTECTED] wrote: Trenton Adams schreef: Oops, forgot to reply to everything. On 1/6/06, Holly Bostick [EMAIL PROTECTED] wrote: Trenton Adams schreef: On 1/5/06, Neil Bothwick [EMAIL PROTECTED] wrote: On Thu, 5 Jan

Re: [gentoo-user] package conflict on update

2006-01-07 Thread Trenton Adams
First off all, the install process is only a portion of making gentoo *easier*. At it is kind of a tangent to the original discussion. But, none the less, it is a good discussion. On 1/7/06, Holly Bostick [EMAIL PROTECTED] wrote: Trenton Adams schreef: Interesting points, but On 1/7/06

Re: [gentoo-user] package conflict on update

2006-01-07 Thread Trenton Adams
Sorry, I shouldn't have said, Here we go again, as that can be antogonizing, which doesn't help anything. :( On 1/7/06, Trenton Adams [EMAIL PROTECTED] wrote: First off all, the install process is only a portion of making gentoo *easier*. At it is kind of a tangent to the original discussion

Re: [gentoo-user] package conflict on update

2006-01-08 Thread Trenton Adams
On 1/8/06, Abhay Kedia [EMAIL PROTECTED] wrote: On Sunday 08 January 2006 03:25, Trenton Adams wrote: So, there's documentation that specifically explains that packages can be split, and this can cause a conflict? I tried to find that, after What? How is packages being split even comes

Re: [gentoo-user] package conflict on update

2006-01-08 Thread Trenton Adams
On 1/8/06, Abhay Kedia [EMAIL PROTECTED] wrote: On Sunday 08 January 2006 06:36, Trenton Adams wrote: Here we go again, who says that you have to limit it to a menu? Give a menu, but allow a graphical shell during install for those that want to do extra packages, or whatever. Or, even

Re: [gentoo-user] package conflict on update

2006-01-08 Thread Trenton Adams
http://www.gentoo.org/proj/en/releng/installer/ On 1/8/06, Abhay Kedia [EMAIL PROTECTED] wrote: On Sunday 08 January 2006 13:57, Trenton Adams wrote: Menu of what? How will a Gentoo developer know what you want to install? If you are starting from Stage 3, you just need to choose what

[gentoo-user] gentoo installer suggestions

2006-01-08 Thread Trenton Adams
For those developing the graphical gentoo installer... Might I suggest a search box at the bottom of the extra packages screen, to be able to search for packages? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] package conflict on update

2006-01-08 Thread Trenton Adams
ROFL. :P I'm just saying that there's *always* room for improvement. And this install thing is a good start. Automation, with flexibility intact, is never a bad thing. On 1/8/06, Abhay Kedia [EMAIL PROTECTED] wrote: On Sunday 08 January 2006 14:33, Trenton Adams wrote: http://www.gentoo.org

Re: [gentoo-user] package conflict on update

2006-01-08 Thread Trenton Adams
On 1/8/06, Ernie Schroder [EMAIL PROTECTED] wrote: On Sunday 08 January 2006 03:23, a tiny voice compelled Trenton Adams to write: Well, could be many things. I've found fear of computers to be one blocker to being better at computers than one can be. Having fear creates a mind block

Re: [gentoo-user] gentoo installer suggestions

2006-01-08 Thread Trenton Adams
Thanks. I will. On 1/8/06, Tom Martin [EMAIL PROTECTED] wrote: On Sun, 8 Jan 2006 02:09:14 -0700 Trenton Adams [EMAIL PROTECTED] wrote: For those developing the graphical gentoo installer... Might I suggest a search box at the bottom of the extra packages screen, to be able to search

Re: [gentoo-user] gentoo installer suggestions

2006-01-09 Thread Trenton Adams
Thanks Holly, I actually did already read a review. I think it was the link you sent. Not sure now. I'll check it out. On 1/9/06, Holly Bostick [EMAIL PROTECTED] wrote: Tom Martin schreef: On Sun, 8 Jan 2006 02:09:14 -0700 Trenton Adams [EMAIL PROTECTED] wrote: For those developing

Re: [gentoo-user] USE flags: mmx sse sse2

2006-01-13 Thread Trenton Adams
On 1/12/06, John Myers [EMAIL PROTECTED] wrote: On Thursday 12 January 2006 18:45, Tom Smith wrote: Well, if they're /not/ mutually exclusive, another question that comes up is... If a program is compiled with sse or sse2 support on a Pentium II, will the program run slower than it

Re: [gentoo-user] USE flags: mmx sse sse2

2006-01-13 Thread Trenton Adams
On 1/13/06, Raphael Melo de Oliveira Bastos Sales [EMAIL PROTECTED] wrote: Actually, mmx doesn't really mean anything: http://en.wikipedia.org/wiki/MMX mplayer and the X server gain performance by using these extensions (mmx, sse, sse2). One of the reasons why X is much faster in Gentoo

Re: [gentoo-user] mozilla firefox 1.5 and gnome

2006-01-14 Thread Trenton Adams
On 1/14/06, Alexander Skwar [EMAIL PROTECTED] wrote: Graham Murray wrote: Holly Bostick [EMAIL PROTECTED] writes: So the reason why the open/save dialogs are the same is because they use the same resources (GTK settings, many of which can be set in GNOME). Yet the previous versions of

Re: [gentoo-user] mozilla firefox 1.5 and gnome

2006-01-14 Thread Trenton Adams
On 1/13/06, Holly Bostick [EMAIL PROTECTED] wrote: Trenton Adams schreef: Hi everyone, I'm just curious about something. I installed mozilla-firefox-bin, and I got what I *thought* was the gnome open/save dialog. And I absolutely I can't stand that thing. So, I decided to compile

Re: [gentoo-user] mozilla firefox 1.5 and gnome

2006-01-14 Thread Trenton Adams
On 1/14/06, Holly Bostick [EMAIL PROTECTED] wrote: Trenton Adams schreef: The old version could disable gnome, but 1.5 can't. Perhaps it's a firefox 1.5 ebuild limitation? I hope that's what it is, because I can't stand gnome. No, it has nothing to do with the ebuild, it's a choice

Re: [gentoo-user] mozilla firefox 1.5 and gnome

2006-01-15 Thread Trenton Adams
On 1/14/06, Richard Fish [EMAIL PROTECTED] wrote: On 1/14/06, Trenton Adams [EMAIL PROTECTED] wrote: The old version could disable gnome, but 1.5 can't. Perhaps it's a firefox 1.5 ebuild limitation? I hope that's what it is, because I can't stand gnome. False. carcharias rjf # ldd

Re: [gentoo-user] usb1 performance out of usb2 external HD

2006-01-16 Thread Trenton Adams
Are you mounting with the sync option, or no? Try it with, and without. If you do it without, time what it takes to do the copy, and unmount. unmount will do the actual sync. I've noticed that linux in generall is extremely slow with USB devices sometimes. My external USB2 (ATA 100) drive

Re: [gentoo-user] mozilla firefox 1.5 and gnome

2006-01-16 Thread Trenton Adams
On 1/15/06, Holly Bostick [EMAIL PROTECTED] wrote: Trenton Adams schreef: On 1/14/06, Richard Fish [EMAIL PROTECTED] wrote: On 1/14/06, Trenton Adams [EMAIL PROTECTED] wrote: The old version could disable gnome, but 1.5 can't. Perhaps it's a firefox 1.5 ebuild limitation? I hope that's

Re: [gentoo-user] usb1 performance out of usb2 external HD

2006-01-16 Thread Trenton Adams
On 1/16/06, Iain Buchanan [EMAIL PROTECTED] wrote: On Mon, 2006-01-16 at 10:46 -0700, Trenton Adams wrote: Are you mounting with the sync option, or no? Try it with, and without. If you do it without, time what it takes to do the copy, and unmount. unmount will do the actual sync. hey

Re: [gentoo-user] usb1 performance out of usb2 external HD

2006-01-16 Thread Trenton Adams
On 1/16/06, Iain Buchanan [EMAIL PROTECTED] wrote: On Mon, 2006-01-16 at 10:46 -0700, Trenton Adams wrote: Are you mounting with the sync option, or no? Try it with, and without. If you do it without, time what it takes to do the copy, and unmount. unmount will do the actual sync. hey

Re: [gentoo-user] usb1 performance out of usb2 external HD

2006-01-16 Thread Trenton Adams
On 1/16/06, b.n. [EMAIL PROTECTED] wrote: I'm wondering if we should be reporting this to the kernel guys. I see this on *all* linux systems with kernel 2.6, but I'm not sure about 2.4. But, I think I'll try enabling some options that Richard mentioned first. Kernel guys know it very

Re: [gentoo-user] please ignore

2006-01-17 Thread Trenton Adams
I just can't. To ignore such a message would just irritate me to no end. :P On 1/17/06, Hemmann, Volker Armin [EMAIL PROTECTED] wrote: Hi, please ignore this mail, it is just a test. And don't flame me for it, it is legit. See bugzilla. -- gentoo-user@gentoo.org mailing list --

Re: [gentoo-user] Java and java.library.path

2006-01-17 Thread Trenton Adams
on the java command line put -Djava.library.path=/usr/lib I don't know if gentoo has a config for this or not, I didn't know ADDLDPATH existed. Who knows, perhaps editing the JRE version of that file would help? On 1/17/06, darren kirby [EMAIL PROTECTED] wrote: Hello all, I am trying to get

[gentoo-user] weird keyboard behaviour

2006-01-18 Thread Trenton Adams
Hi everyone, I've been using gentoo linux for several months now. Right from the very beginning I have noticed very odd behviour with it, in regards to keyboard input. I have not seen this behaviour on other linux distributions that use kernel 2.6. Has anyone else noticed that ctrl-C using the

Re: [gentoo-user] iptables question

2006-01-20 Thread Trenton Adams
Under the *nat rule, -A PREROUTING -i eth0 -p tcp -m tcp --dport 58443 -j DNAT --to 192.168.7.1:443 Under the *filter rules. -A ADAMS-FW-INPUT -i eth0 -m state --state NEW -m tcp -p tcp --dport 443 -j ACCEPT On 1/20/06, Dmitry S. Makovey [EMAIL PROTECTED] wrote: somewhat offtopic, but since

[gentoo-user] PPP and VPN

2006-01-24 Thread Trenton Adams
Hi everyone, I had heard that kernel 2.6.15 had VPN support. So, I went to http://gentoo-wiki.com/HOWTO_Set_up_a_vpn_client_with_mppe_encryption to figure out how to configure my kernel compilation. The only problem is, there doesn't appear to be PPP support anywhere in the kernel. Networking

[gentoo-user] Re: PPP and VPN

2006-01-24 Thread Trenton Adams
, Trenton Adams [EMAIL PROTECTED] wrote: Hi everyone, I had heard that kernel 2.6.15 had VPN support. So, I went to http://gentoo-wiki.com/HOWTO_Set_up_a_vpn_client_with_mppe_encryption to figure out how to configure my kernel compilation. The only problem is, there doesn't appear to be PPP

Re: [gentoo-user] tar over ssh

2006-01-24 Thread Trenton Adams
Not possible on a windows machine. :P -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] OT: XP laptop crashes Linsys router.

2006-01-25 Thread Trenton Adams
upgrade the firmware on the router. On 1/25/06, Ernie Schroder [EMAIL PROTECTED] wrote: My son has a toshiba laptop running XP. When ever he plugs in his network cable, The router linksys goes down. I cannot ping it from my machine. Rebooting the router allows all machines to reach internet

Re: [gentoo-user] OT: XP laptop crashes Linsys router.

2006-01-25 Thread Trenton Adams
You can restart the network on XP by right clicking the network connection and clicking repair I believe. On 1/25/06, Ernie Schroder [EMAIL PROTECTED] wrote: On Wednesday 25 January 2006 13:42, a tiny voice compelled [EMAIL PROTECTED] to write: Recheck (I assume you've checked it already G)

Re: [gentoo-user] OT: XP laptop crashes Linsys router.

2006-01-25 Thread Trenton Adams
Use ethereal, as it has a GUI. On 1/25/06, Ernie Schroder [EMAIL PROTECTED] wrote: On Wednesday 25 January 2006 14:52, a tiny voice compelled Phil Sexton to write: Ernie Schroder wrote: Is there no way of restarting the network on XP? From the dos prompt, command: ipconfig

Re: [gentoo-user] Hard setting additional search domains into DHCP-overwrited resolv.conf

2006-01-31 Thread Trenton Adams
On 1/31/06, Schleimer, Ben [EMAIL PROTECTED] wrote: I too am interested in knowing how to do this. Theres no obvious place in /etc/config.d/net(work?) to set new search domains in resolv.conf if anyone can provide info on this, I'd appricate it. Thanks! Ben Debugging is twice as

[gentoo-user] open source cpanel type hosting

2006-02-12 Thread Trenton Adams
Is there a package in gentoo for an open source tool like CPanel or Ensim Pro web hosting tools, or something of the like? -- gentoo-user@gentoo.org mailing list

[gentoo-user] bash and keeping history

2005-12-04 Thread Trenton Adams
Hi everyone, There's one thing that has kind of been a little annoying since I started using gentoo a few months ago. That's the fact that when you open multiple bash logins, only the history of the last one logged out actually gets saved. Now I know that redhat saves all of them. Does anyone

Re: [gentoo-user] Re: bash and keeping history

2005-12-04 Thread Trenton Adams
Thanks guys.On 12/4/05, Philip Webb [EMAIL PROTECTED] wrote: 051204 Harry Putnam wrote: Trenton Adams [EMAIL PROTECTED] writes: when you open multiple bash logins, only the history of the last one logged out actually gets saved. I've used for over a year a bash built-in called 'histappend

[gentoo-user] MAJOR udev problem, PLEASE help

2007-05-02 Thread Trenton Adams
I have an ethernet controller that worked until I updated my udev to the latest version. 00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a1) Subsystem: ASUSTeK Computer Inc. Unknown device 8141 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-

Re: [gentoo-user] Re: Wireless network seems ok, but higher level stuff fails

2007-05-02 Thread Trenton Adams
I've been having the same problem with my ethernet device. I found on the net that a link status of *UNSPEC* likely means the usermode program does not match the running kernel. So, I figured it was probably that I needed to upgrade my kernel, seeing that udev was upgraded. Unfortunately, the

Re: [gentoo-user] Re: Wireless network seems ok, but higher level stuff fails

2007-05-02 Thread Trenton Adams
Actually, go back to Feb 12 with a message called [gentoo-user] Network problem, it worked for me. udev may have changed your ethernet interface name. using ifconfig -a to check. On 5/2/07, Trenton Adams [EMAIL PROTECTED] wrote: I've been having the same problem with my ethernet device. I

Re: [gentoo-user] MAJOR udev problem, PLEASE help

2007-05-04 Thread Trenton Adams
Sorry for not replying earlier. Yes, I found it to be a fireware ethernet. Why udev would put that first makes no sense. I found another email on the list where someone had the same problem. Thanks. On 5/2/07, Neil Bothwick [EMAIL PROTECTED] wrote: On Wed, 2 May 2007 21:43:13 -0600, Trenton

Re: [gentoo-user] MAJOR udev problem, PLEASE help

2007-06-11 Thread Trenton Adams
) # Trenton Adams wrote: I have an ethernet controller that worked until I updated my udev to the latest version. Regards, -- Redouane BOUMGHAR Physics, Remote Sensing and Digital Imagery Engineer --- The biggest mountain can fear the slow man. -- [EMAIL PROTECTED] mailing list

[gentoo-user] Updated gentoo systems and fresh installs

2006-03-13 Thread Trenton Adams
Hi guys, Is there a difference between the two? I have 2005.1 installed. As I've always understood it, my system will now always be up-to-date, as long as I keep updating it. Is 2006.0 any different than 2005.1 after the system has been installed? I'm just curious, because I have to install

Re: [gentoo-user] Updated gentoo systems and fresh installs

2006-03-13 Thread Trenton Adams
incompatibilities with your package build system. On 3/13/06, Boyd Stephen Smith Jr. [EMAIL PROTECTED] wrote: On Monday 13 March 2006 14:54, Trenton Adams [EMAIL PROTECTED] wrote about '[gentoo-user] Updated gentoo systems and fresh installs': Is there a difference between the two? I have 2005.1

[gentoo-user] Re: no shell permission denied?

2006-03-19 Thread Trenton Adams
Oh, by the way, I'm leaving for about 2-3 days, so I'll be replying back then. On 3/20/06, Trenton Adams [EMAIL PROTECTED] wrote: Hi everyone, I just re-installed my system because all of a sudden I started getting the following... [15:44 [EMAIL PROTECTED] /] # su - trenta Cannot execute

[gentoo-user] no shell permission denied?

2006-03-19 Thread Trenton Adams
Hi everyone, I just re-installed my system because all of a sudden I started getting the following... [15:44 [EMAIL PROTECTED] /] # su - trenta Cannot execute /bin/bash: Permission denied In addition, I am also unable to login from the console, or X. I get no shell: Permission Denied I'm

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

2006-05-13 Thread Trenton Adams
Hi guys, I'm having weird symptoms on my gentoo 2005.x system. The system is trying to install php-5. It says... [ebuild NS ] dev-lang/php-5.1.2 [ebuild R ] dev-lang/swig-1.3.21 I don't understand why it's trying to do this, as I have not asked for php 5 to be installed. And I'm also

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 understand

[gentoo-user] java-config --set-user-classpath

2006-10-02 Thread Trenton Adams
Hi Guys, I'm just a little curious why --set-user-classpath and --set-system-classpath are being done away with? Is there a replacement facility for this functionality? Thanks. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Re: java-config --set-user-classpath

2006-10-03 Thread Trenton Adams
ahhh, okay, thanks. On 10/3/06, Catalin Trifu [EMAIL PROTECTED] wrote: eselect java-vm Catalin Trenton Adams wrote: Hi Guys, I'm just a little curious why --set-user-classpath and --set-system-classpath are being done away with? Is there a replacement facility

Re: [gentoo-user] Problem emerging kdebase

2006-10-10 Thread Trenton Adams
Did this ever get resolved? I've been having the same problems with kdemultimedia-arts. On 7/8/06, David Corbin [EMAIL PROTECTED] wrote: On Thursday 06 July 2006 19:43, Richard Fish wrote: On 7/6/06, David Corbin [EMAIL PROTECTED] wrote:

Re: [gentoo-user] Problem emerging kdebase

2006-10-11 Thread Trenton Adams
I can't right now, as my logs for that don't exist, I forgot to put the 21. Right now I'm trying to revdep-rebuild so.6. We'll see how that goes first. Thanks. On 10/10/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote: On Wednesday 11 October 2006 07:23, Trenton Adams wrote: Any other ideas

[gentoo-user] maildrop linking fails with __gxx_personality_v0

2006-10-11 Thread Trenton Adams
I remember getting this long ago for one of my programs. It occured when I tried to use the wrong compiler, whether it was g++ or gcc, I can't remember. Anyhow, this is happening with the mail-filter/maildrop-2.0.1, which is actually installed already, but won't compile right now. Mental note

[gentoo-user] revdep-rebuild attempts to emerge old package

2006-10-11 Thread Trenton Adams
Why does revdep-rebuild try and update packages that do not exist? Is this a bug, or am I missing something? # revdep-rebuild --library libstdc++.so.5 -- -p -v 21 ... Calculating dependencies / emerge: there are no ebuilds to satisfy =dev-lang/python-2.3.5. # equery list python [ Searching

[gentoo-user] emerge deps AFTER build

2006-10-11 Thread Trenton Adams
Hi Guys, Is there a way of asking emerge to only merge the packages after all dependencies have been successfully built into tar.bz2 packages? -- gentoo-user@gentoo.org mailing list

[gentoo-user] eselect could not source blas.eselect

2006-10-11 Thread Trenton Adams
Hi guys, eselect doesn't appear to be working on my one computer (amd64) for some reason. I've re-emerged it already, but to no avail. I run # eselect and get the following... Usage: eselect global options module name module options Global options: --no-color,--no-colourDisable coloured

Re: [gentoo-user] eselect could not source blas.eselect

2006-10-11 Thread Trenton Adams
:42 [EMAIL PROTECTED] trenta]# On 10/11/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote: On Thursday 12 October 2006 04:56, Trenton Adams wrote: Hi guys, eselect doesn't appear to be working on my one computer (amd64) for some reason. I've re-emerged it already, but to no avail. What

Re: [gentoo-user] ipw2100 problems - ieee80211?

2006-10-11 Thread Trenton Adams
You create net.eth0, or whatever, by linking /etc/init.d/net.ethX to /etc/init.d/net.lo The driver will create the actual kernel device name of eth0, ath0, or whatever, and then your link will make it work. On 10/11/06, Lord Sauron [EMAIL PROTECTED] wrote: On Wednesday 11 October 2006 21:11,

Re: [gentoo-user] eselect could not source blas.eselect

2006-10-12 Thread Trenton Adams
All the directories all the way down the tree have r-x, and the files are world readable. On 10/11/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote: On Thursday 12 October 2006 06:41, Trenton Adams wrote: [SNIP] [22:41 [EMAIL PROTECTED] trenta]# eselect [SNIP] Extra modules: bashcomp

Re: [gentoo-user] revdep-rebuild attempts to emerge old package

2006-10-12 Thread Trenton Adams
I did not know about python-updater. Should I re-install the old version of python again, and then run python-updater? Right now it complains about there not being an old version of python. Gotta run to work for now though. :( On 10/12/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote: On

Re: [gentoo-user] eselect could not source blas.eselect

2006-10-12 Thread Trenton Adams
`(' -bash: /usr/share/eselect/modules/blas.eselect: line 69: `package() {' On 10/12/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote: Reordered for readability.. Please don't top post. On Thursday 12 October 2006 16:47, Trenton Adams wrote: [22:41 [EMAIL PROTECTED] trenta]# eselect [SNIP

[gentoo-user] gentoo mirro rsync policy

2006-10-12 Thread Trenton Adams
Hi Guys, Is there a policy for the syncing of the mirrors, that would prevent inconsistencies? I'm not talking about inconsistencies with the master server(s), as that would be kind of difficult to have atomic syncing between all servers involved. What I'm referring to is inconsistencies in

[gentoo-user] mediawiki package stability

2006-10-12 Thread Trenton Adams
Anyone know the stability of the 1.7.1 package? FYI, I'm running amd64, which probably does not matter. Thanks. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Compiling binaries on a different server

2006-10-13 Thread Trenton Adams
The PORTAGE_BINHOST option is quit time consuming on emerges. But, if you're only doing it once in awhile, in batched sets, it should be just fine. The reason it takes so long is that it has to do an FTP listing of the remote host, cache that info, and then finally it'll do the merging. I was

Re: [gentoo-user] Re: etc-update vs dispatch-conf

2006-10-13 Thread Trenton Adams
I use dispatch-conf all the time. I too have never looked back. I use diff=vimdiff -R %s %s in /etc/dispatch-conf.conf NOT SURE WHAT '-R' IS now though. Perhaps it should not be there. Then I add the following line to my .vimrc, which allows me to press F2 to exit the vimdiff windows in one

Re: [gentoo-user] Calendar sharing with MS outlook on gentoo

2006-10-13 Thread Trenton Adams
You could install VMWare. On 10/13/06, bijayant kumar [EMAIL PROTECTED] wrote: Hi to all, I want to install MS outlook on the gentoo. Can it possible to run MS outlook on gentoo-linux. If yes then how...??? Is any extra plugin required to do the same. My main concern is that i

Re: [gentoo-user] Re: etc-update vs dispatch-conf

2006-10-14 Thread Trenton Adams
On 10/14/06, Steve Evans [EMAIL PROTECTED] wrote: On Saturday 14 October 2006 06:21, Trenton Adams wrote: I use dispatch-conf all the time. I too have never looked back. I use diff=vimdiff -R %s %s in /etc/dispatch-conf.conf NOT SURE WHAT '-R' IS now though. Perhaps it should

[gentoo-user] Mini Gentoo in VMWare

2006-11-02 Thread Trenton Adams
Hi Guys, Has anyone here played with minimalizing everything for use in vmware? Basically what I want to do is create a series of VERY tiny VMs that are all independent of each other, which provide one service. For instance, I might put apache on one VM, and tomcat on another, and so on.

Re: [gentoo-user] Re: Mini Gentoo in VMWare

2006-11-05 Thread Trenton Adams
Yes, VMWare is fit for the task, simply because I would be using it on a windows machine. Unless there is something better for a windows machine? Thanks for the hints. On 11/3/06, Harm Geerts [EMAIL PROTECTED] wrote: On Friday 03 November 2006 06:43, Trenton Adams wrote: Hi Guys, Has

Re: [gentoo-user] Re: Mini Gentoo in VMWare

2006-11-19 Thread Trenton Adams
right or something. -Original Message- From: Trenton Adams [mailto:[EMAIL PROTECTED] Sent: Sunday, November 05, 2006 9:19 PM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Mini Gentoo in VMWare Yes, VMWare is fit for the task, simply because I would be using

[gentoo-user] Kernel Config Manager

2006-12-22 Thread Trenton Adams
Hi guys, Does anyone know of a kernel config manager that manages the kernel configuration settings that I want? For instance, I want this network driver, and that driver, and the other driver. Want this to be managed outside the standard menu config because it will make it easier to switch to

[gentoo-user] xine compile failed

2006-06-15 Thread Trenton Adams
Hi guys, I just wanted to check here first before I file a bug report. I synced my portage yesterday and the day before, and keep getting a compile failure on xine. I thought perhaps the portage was in an inconsistant state, so re-synced a few times. But, it kept on failing so I had to remove

Re: [gentoo-user] xine compile failed

2006-06-15 Thread Trenton Adams
, PORTAGE_RSYNC_EXTRA_OPTS On 6/15/06, Richard Fish [EMAIL PROTECTED] wrote: On 6/15/06, Trenton Adams [EMAIL PROTECTED] wrote: Hi guys, I just wanted to check here first before I file a bug report. I synced my portage yesterday and the day before, and keep getting a compile failure on xine. I thought perhaps

Re: [gentoo-user] xine compile failed

2006-06-15 Thread Trenton Adams
Was it already decided that 3.4 was the defacto, before this bug was found, or did someone make a mistake on the package too early? Just curious. :) On 6/15/06, leszek [EMAIL PROTECTED] wrote: Le jeudi 15 juin 2006 à 14:53 -0600, Trenton Adams a écrit : Portage 2.1 (default-linux/x86/2005.1

[gentoo-user] OpenLDAP error after upgrade

2006-06-16 Thread Trenton Adams
Hi guys, After upgrading from 2.2.28-r3 to 2.3.24-r1, I noticed that there's a problem in my LDAP server the prevents it from working at all. As a result, I had to downgrade back to 2.2. If I do an *ldapsearch* command, I get the following... Internal (implementation specific) error (80)

[gentoo-user] Re: OpenLDAP error after upgrade

2006-06-16 Thread Trenton Adams
current major release! *No real problem, seems there's no database. * * * All datadirs are fine, proceeding with merge now... * On 6/16/06, Trenton Adams [EMAIL PROTECTED] wrote: Hi guys, After upgrading from 2.2.28-r3 to 2.3.24-r1, I noticed that there's a problem in my LDAP server the prevents

Re: [gentoo-user] xine compile failed

2006-06-17 Thread Trenton Adams
The suggestion was to upgrade to gcc 3.4. That's what the bug report says. On 6/16/06, Richard Watson [EMAIL PROTECTED] wrote: Hi ... I've got exactly the same problem with after syncing. I've tried resyncing a few times. Any help would be great. Thanks, Richard. My output is: ===

  1   2   >