Re: [gentoo-user] Hardened skype gcc-4*

2007-12-06 Thread Michal 'vorner' Vaner
Hello , On Tue, Dec 04, 2007 at 02:58:04PM -0800, Grant wrote: I can't believe it but I get the same error with wengo: $ wengophone /opt/bin/wengophone: line 10: /opt/wengophone/qtwengophone: No such file or directory /opt/bin/wengophone: line 10: /opt/wengophone/qtwengophone: Success

[gentoo-user] wxPython - cannot import wx

2007-12-06 Thread Helmut Jarausch
Hi, after installed (after unmasking) x11-libs/wxGTK-2.6.4.0-r2 dev-python/wxpython-2.6.4.0-r1 app-admin/eselect-wxwidgets-0.5 import wx doesn't work anymore. eselect wxwidgets show shows gtk2-ansi-release-2.6 What went wrong / what am I missing? Many thanks for a hint, Helmut

Re: [gentoo-user] Hardened skype gcc-4*

2007-12-06 Thread Grant
I can't believe it but I get the same error with wengo: $ wengophone /opt/bin/wengophone: line 10: /opt/wengophone/qtwengophone: No such file or directory /opt/bin/wengophone: line 10: /opt/wengophone/qtwengophone: Success Maybe a hardened profile on a laptop is more trouble than

Re: [gentoo-user] Re: Router/Firewall strangeness

2007-12-06 Thread Billy Holmes
Quoting Grant [EMAIL PROTECTED]: also look for strange kernel modules How can I do that? One way is to test what's in your /lib/modules with what's in your kernel source: [cmds] (cd /lib/modules/$( uname -r )/build/; find -type f -name '*.ko')|sort /tmp/t1 (cd /lib/modules/$(

Re: [gentoo-user] Re: Router/Firewall strangeness

2007-12-06 Thread Billy Holmes
Quoting Grant [EMAIL PROTECTED]: If I wasn't hacked, this kind of strange behavior would have to be a hardware or filesystem problem right? What are the best ways to check for that? Just fsck? dmesg, /var/log/syslog and /var/log/messages. Look for IDE or SATA timeouts, or kernel panics.

Re: [gentoo-user] Re: Can't run binary packages

2007-12-06 Thread Billy Holmes
Quoting Grant [EMAIL PROTECTED]: $ firefox-bin /usr/libexec/mozilla-launcher: line 368: /opt/firefox/mozilla-xremote-client: No such file or directory Does this sound like a problem caused by my selecting an amd64 non-multilib profile? That's what I'm getting from the from what I remember,

Re: [gentoo-user] Re: Router/Firewall strangeness

2007-12-06 Thread Grant
If I wasn't hacked, this kind of strange behavior would have to be a hardware or filesystem problem right? What are the best ways to check for that? Just fsck? dmesg, /var/log/syslog and /var/log/messages. Look for IDE or SATA timeouts, or kernel panics. Nothing in the logs jumps out

Re: [gentoo-user] Re: Router/Firewall strangeness

2007-12-06 Thread Billy Holmes
Quoting Grant [EMAIL PROTECTED]: make: *** No rule to make target `menuconfig'. Stop. what does ls show? perhaps your HDD has decided to retire early? or a hacker deleted a lot of your stuff? or /usr/src/linux - points to something else what's in /usr/src ? -- [EMAIL PROTECTED] mailing

[gentoo-user] gnome emerge gives blocked packages

2007-12-06 Thread Thufir
I haven't put much time into this, unfortunately, but am getting blocked packages when emerging gnome. Just kinda throwing this out there, I'll hopefully be able to do some research later today and add to this post: arrakis ~ # arrakis ~ # arrakis ~ # emerge -DuN gnome Calculating

Re: [gentoo-user] Re: Router/Firewall strangeness

2007-12-06 Thread Grant
make: *** No rule to make target `menuconfig'. Stop. what does ls show? # ls -l total 7652 -rw-r--r-- 1 root root18693 Nov 30 10:26 COPYING -rw-r--r-- 1 root root91435 Nov 30 10:26 CREDITS drwxr-xr-x 64 root root12288 Nov 30 10:26 Documentation -rw-r--r-- 1 root root 1530

Re: [gentoo-user] Re: Router/Firewall strangeness

2007-12-06 Thread Grant
That last email was all wrong. It was output from my laptop. Here is the stuff from my router. make: *** No rule to make target `menuconfig'. Stop. what does ls show? # ls -l total 5732 -rw-r--r-- 1 root root 150641 Apr 17 2007 Module.symvers -rw-r--r-- 1 root root 928127 Apr 17

[gentoo-user] unlink ACCESS VIOLATIONs

2007-12-06 Thread Tom Brown
Hi, I think I've got my gentoo installation all effed up. I went a few weeks without doing a --sync followed by a emerge -uD world. On top of that I, I installed my own version of Python 2.5.1 from the source tarball off of python.org. Now, after a --sync, when I do an emerge -uD world I will see

Re: [gentoo-user] Re: Router/Firewall strangeness

2007-12-06 Thread Billy Holmes
Quoting Grant [EMAIL PROTECTED]: # ls -l notice in /usr/src/linux, you have much fewer files (not dirs), than you do on your laptop. Something deleted them. The vmlinux, Module.symvers, and System.map are all generated files. So it looks like something deleted those files while your

Re: [gentoo-user] Re: Router/Firewall strangeness

2007-12-06 Thread Grant
# ls -l notice in /usr/src/linux, you have much fewer files (not dirs), than you do on your laptop. Something deleted them. The vmlinux, Module.symvers, and System.map are all generated files. So it looks like something deleted those files while your kernel was being compiled? Very,

[gentoo-user] Make errors with new kernel-gentoo-2.6.23-r3

2007-12-06 Thread Mick
Hi All, I've installed the new kernel and I can't compile the various driver modules for it. So far both net-wireless/rt2570-20070209 and media-libs/svgalib-1.9.25 failed. This is the error message of the latter: CC [M]

[gentoo-user] Re: Apache loading mod_php?

2007-12-06 Thread James
Jason Carson jay at canuckster.org writes: Here is my apache2 -M and PHP doesn't show up but it still works fine. Do you have -D PHP5 in /etc/conf.d/apache2? ... APACHE2_OPTS=-D DEFAULT_VHOST -D INFO -D LANGUAGE -D MANUAL -D SSL -D SSL_DEFAULT_VHOST -D SUEXEC -D PHP5 (yes) Loaded

Re: [gentoo-user] gnome emerge gives blocked packages

2007-12-06 Thread Kale Booth
On 12/6/07, Thufir [EMAIL PROTECTED] wrote: I haven't put much time into this, unfortunately, but am getting blocked packages when emerging gnome. Just kinda throwing this out there, I'll hopefully be able to do some research later today and add to this post: snip useless arrakis ~ # emerge

Re: [gentoo-user] Re: Apache loading mod_php?

2007-12-06 Thread kashani
James wrote: I how have a simple php page working I'll figure out why the php pages are not working across a symlink. In you vhost config file you probably have something like this Directory /var/www/www.badapple.net/htdocs Options -Indexes FollowSymLinks MultiViews

[gentoo-user] synce-engine

2007-12-06 Thread [EMAIL PROTECTED]
Hi all. I want to syck my pocet PC ( E-ten m600+ Windows Mobile 5.0 ) with gentoo, but I have probles. I instal SynceSe from SVN. My dmesg usb 2-4: new full speed USB device using ohci_hcd and address 3 usb 2-4: configuration #1 chosen from 1 choice rndis0: register 'rndis_host' at

[gentoo-user] bookmarks invisible in Firefox fullscreen

2007-12-06 Thread Benno Schulenberg
When the bookmarks list is longer than what fits vertically on the screen, then hitting Alt+B while Firefox is in fullscreen mode won't show the list of bookmarks. The bookmark list is there -- because it is possible to select for example the last entry with Up and Enter -- but it is

Re: [gentoo-user] Re: Router/Firewall strangeness

2007-12-06 Thread Grant
# ls -l notice in /usr/src/linux, you have much fewer files (not dirs), than you do on your laptop. Something deleted them. The vmlinux, Module.symvers, and System.map are all generated files. So it looks like something deleted those files while your kernel was being compiled?

Re: [gentoo-user] Make errors with new kernel-gentoo-2.6.23-r3

2007-12-06 Thread Kale Booth
Rebuilding my modules last night after updating my kernel I ran into these same errors for svgalib. I didn't have a chance to look into it last night but I will this evening. --Kale On 12/6/07, Mick [EMAIL PROTECTED] wrote: Hi All, I've installed the new kernel and I can't compile the various

Re: [gentoo-user] unlink ACCESS VIOLATIONs

2007-12-06 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Brown wrote: Source compiled. --- ACCESS VIOLATION SUMMARY --- LOG FILE = /var/log/sandbox/sandbox-gnome-base_-_gnome-desktop-2.20.1-27301.log unlink:/usr/share/xml2po/docbook.pyc

[gentoo-user] exaile

2007-12-06 Thread Zimmerling, Alexander
Hi Guys, I need your help. After a mass update a few days ago, exaile fails to start. I always get this errormsg when exaile is started from shell [EMAIL PROTECTED] ~ $ exaile Traceback (most recent call last): File /usr/lib/exaile/exaile.py, line 91, in module from xl.gui import main

Re: [gentoo-user] exaile

2007-12-06 Thread Albert Hopkins
On Thu, 2007-12-06 at 22:16 +0100, Zimmerling, Alexander wrote: Hi Guys, I need your help. After a mass update a few days ago, exaile fails to start. I always get this errormsg when exaile is started from shell [...] line 144, in module from _gst import * ImportError:

Re: [gentoo-user] Make errors with new kernel-gentoo-2.6.23-r3

2007-12-06 Thread Mick
On Thursday 06 December 2007, Kale Booth wrote: Rebuilding my modules last night after updating my kernel I ran into these same errors for svgalib. I didn't have a chance to look into it last night but I will this evening. Thanks. Good to know I'm not alone. I'll also check the forums when I

Re: [gentoo-user] PHP 5 masked notice (was: Gentoo on the server side)

2007-12-06 Thread Alan
On Sun, Dec 02, 2007 at 11:58:46PM +0100, Jil Larner wrote: I had to do the same thing with the mysql upgrade from 3.x to 4.x. My apache upgrade, I just had to redo the configs by hand. php4 to php5 might be a bit more tricky. Currently that's the reason I have php5 masked... PHP 4

[gentoo-user] New kernel broken nvidia-drivers

2007-12-06 Thread Randy Barlow
I updated from 2.6.22-gentoo-r9 to 2.6.23-gentoo-r3, and now nvidia-drivers-1.0-7185 won't build. I use the older drivers because I have a Riva TNT2. When I change the /usr/src/linux link to the old kernel source, the package builds just fine, so I'm thinking that something is broken with my new

AW: [gentoo-user] exaile

2007-12-06 Thread Zimmerling, Alexander
yes -Ursprüngliche Nachricht- Von: Albert Hopkins [mailto:[EMAIL PROTECTED] Gesendet: Do 06.12.2007 22:37 An: gentoo-user@lists.gentoo.org Betreff: Re: [gentoo-user] exaile On Thu, 2007-12-06 at 22:16 +0100, Zimmerling, Alexander wrote: Hi Guys, I need your help. After a mass

Re: [gentoo-user] New kernel broken nvidia-drivers

2007-12-06 Thread Mick
On Thursday 06 December 2007, Randy Barlow wrote: I updated from 2.6.22-gentoo-r9 to 2.6.23-gentoo-r3, and now nvidia-drivers-1.0-7185 won't build. I use the older drivers because I have a Riva TNT2. When I change the /usr/src/linux link to the old kernel source, the package builds just

Re: [gentoo-user] New kernel broken nvidia-drivers

2007-12-06 Thread Randy Barlow
Mick wrote: Read your error again. It tells you to run make oldconfig to fix it. However, if you check my earlier message posted today about Make errors with new kernel... you'll see that I have not been able to emerge any drivers with the new kernel. I suspect a bug. If you pay

[gentoo-user] Be careful when using dhcp with a LiveCD

2007-12-06 Thread Grant
I just spent a few hours trying to fix a problem where my Gentoo router would only dhcp the ip address of the cable modem instead of the proper IP address from the WAN. I ended up enabling USE=vram and it worked again. # equery uses dhcpcd + + vram : Disable DUID due to volatile media, such as

Re: [gentoo-user] New kernel broken nvidia-drivers

2007-12-06 Thread Ian Lee
Randy Barlow wrote: I updated from 2.6.22-gentoo-r9 to 2.6.23-gentoo-r3, and now nvidia-drivers-1.0-7185 won't build. I use the older drivers because I have a Riva TNT2. When I change the /usr/src/linux link to the old kernel source, the package builds just fine, so I'm thinking that

Re: [gentoo-user] Be careful when using dhcp with a LiveCD

2007-12-06 Thread Mick
On Thursday 06 December 2007, Grant wrote: I just spent a few hours trying to fix a problem where my Gentoo router would only dhcp the ip address of the cable modem instead of the proper IP address from the WAN. I ended up enabling USE=vram and it worked again. # equery uses dhcpcd + +

[gentoo-user] Re: Apache loading mod_php?

2007-12-06 Thread James
kashani kashani-list at badapple.net writes: I'll figure out why the php pages are not working across a symlink. In you vhost config file you probably have something like this Directory /var/www/www.badapple.net/htdocs Options -Indexes FollowSymLinks MultiViews

Re: [gentoo-user] Be careful when using dhcp with a LiveCD

2007-12-06 Thread Grant
I just spent a few hours trying to fix a problem where my Gentoo router would only dhcp the ip address of the cable modem instead of the proper IP address from the WAN. I ended up enabling USE=vram and it worked again. # equery uses dhcpcd + + vram : Disable DUID due to volatile

Re: [gentoo-user] Be careful when using dhcp with a LiveCD

2007-12-06 Thread b.n.
Mick ha scritto: The point is: be careful when using dhcp from a LiveCD. Your system might act differently the next time you boot the hard drive. The dhcpcd was changed recently and not all dhcp servers take kindly to it, when it uses DUID the way it does (some servers depend on DUID

Re: [gentoo-user] New kernel broken nvidia-drivers

2007-12-06 Thread Randy Barlow
Ian Lee wrote: according to the nvidia site version 71.86.01 is the lastest TNT2 drivers have tried these they are in the portage tree Thanks for the heads up! I had from a while ago blocked versions newer than 1.0.7185 because it used to be that they wouldn't work with my card. Apparently

[gentoo-user] services not starting since move to amd64

2007-12-06 Thread Stefan G. Weichinger
Greets, gentoo-users, as soem of you might remember I only recently migrated my system to amd64 (fresh install). I don't exactly know if there is a relation to this move but since then I have the problem that some services simply don't start when the system boots. For example xinetd, sshd and

Re: [gentoo-user] services not starting since move to amd64

2007-12-06 Thread Randy Barlow
Stefan G. Weichinger wrote: looks fine but doesn't start at next boot. Or more exactly: It seems to get started, but doesn't run then. Does this only happen at boot, or does it also happen if you manually call /etc/init.d/sshd start? -- Randy Barlow http://electronsweatshop.com -- [EMAIL

[gentoo-user] Firefox mplayerplug-in problem

2007-12-06 Thread Anthony E. Caudel
I used to be able to view Nasa-tv (http://www.nasa.gov/multimedia/nasatv/) in Firefox with mplayerplug-in. This no longer works however. The plug-in starts to connect then says Stopped for any method (windows, realplayer, or quicktime) chosen. I feel that it is a changed use flag but I have the