Re: [gentoo-user] Adding more than one static IP

2011-01-25 Thread Adam Carter
config_eth0=( 77.xxx.104.14/24 ) routes_eth0=( default via 77.xxx.104.1 ) config_eth0:1=( 77.xxx.104.100/24 ) routes_eth0:1=( default via 77.xxx.104.1 ) config_eth0:2=( 77.xxx.104.101/24 ) routes_eth0:2=( default via 77.xxx.104.1 ) config_eth0:3=( 77.xxx.105.100/24 ) routes_eth0:3=(

[gentoo-user] tuxonice and suspend-to-ram

2011-01-25 Thread Stefan G. Weichinger
Greets, I use suspend-to-ram all the time on my desktop-machine as well. Energy-saving and quicker for me ... it works fine. I use the tuxonice-sources for this, back then it was more reliable with my hardware. Usually the ebuild for tuxonice-sources is some weeks later than gentoo-sources. As

Re: [gentoo-user] modifying iptables: how can I prevent locking me out?

2011-01-25 Thread Neil Bothwick
On Tue, 25 Jan 2011 00:28:32 +0200, Alan McKinnon wrote: Maybe I'm just paranoid, or maybe I just screwed up myself too many times, but I'd feel safer with cron for this. Cancelling it when done is equally easy whether cron or at But to cancel the cron job, you'd have to edit crontab, then

Re: [gentoo-user] modifying iptables: how can I prevent locking me out?

2011-01-25 Thread Neil Bothwick
On Mon, 24 Jan 2011 14:16:15 -0800, Mark Knecht wrote: Actually, upon 15 seconds of reflection, what happens if he's locked out and there's a power failure before the at command executes? When rebooted I think it won't be there anymore, will it? It will. -- Neil Bothwick DCE seeks DTE for

Re: [gentoo-user] Adding more than one static IP

2011-01-25 Thread Amar Cosic
On Tue, Jan 25, 2011 at 9:01 AM, Adam Carter adamcart...@gmail.com wrote: config_eth0=( 77.xxx.104.14/24 ) routes_eth0=( default via 77.xxx.104.1 ) config_eth0:1=( 77.xxx.104.100/24 ) routes_eth0:1=( default via 77.xxx.104.1 ) config_eth0:2=( 77.xxx.104.101/24 ) routes_eth0:2=( default via

[gentoo-user] qt/pyqt4/python html doc

2011-01-25 Thread Zhu Sha Zang
Hey, how i can install html documentation of qt/pyqt4/python pacakges. I've already installed PyQt4 html documentation in /usr/share/doc/PyQt4-4.8.2/html/ . But the other two, only qt-assistant have doc USE flag and python appear that don't create html documentation. Have a way to install html

[gentoo-user] nvidia card problems

2011-01-25 Thread Zhu Sha Zang
With these vga card 00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 7025 / nForce 630a] (rev a2) after compiling x11-drivers/nvidia-drivers-260.19.36 with these flags (acpi gtk multilib) i'm receiving this messages when i try to startx: in dmesg: nvidia: module license

[gentoo-user] Re: qt/pyqt4/python html doc

2011-01-25 Thread Nikos Chantziaras
On 01/25/2011 02:25 PM, Zhu Sha Zang wrote: Hey, how i can install html documentation of qt/pyqt4/python pacakges. I've already installed PyQt4 html documentation in /usr/share/doc/PyQt4-4.8.2/html/ . But the other two, only qt-assistant have doc USE flag and python appear that don't create

Re: [gentoo-user] nvidia card problems

2011-01-25 Thread Dale
Zhu Sha Zang wrote: With these vga card 00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 7025 / nForce 630a] (rev a2) after compiling x11-drivers/nvidia-drivers-260.19.36 with these flags (acpi gtk multilib) i'm receiving this messages when i try to startx: in dmesg:

Re: [gentoo-user] Re: qt/pyqt4/python html doc

2011-01-25 Thread Zhu Sha Zang
Em 25-01-2011 11:44, Nikos Chantziaras escreveu: On 01/25/2011 02:25 PM, Zhu Sha Zang wrote: Hey, how i can install html documentation of qt/pyqt4/python pacakges. I've already installed PyQt4 html documentation in /usr/share/doc/PyQt4-4.8.2/html/ . But the other two, only qt-assistant have

Re: [gentoo-user] nvidia card problems

2011-01-25 Thread J. Roeleveld
On Tuesday 25 January 2011 13:55:51 Zhu Sha Zang wrote: With these vga card 00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 7025 / nForce 630a] (rev a2) after compiling x11-drivers/nvidia-drivers-260.19.36 with these flags (acpi gtk multilib) i'm receiving this

Re: [gentoo-user] Adding more than one static IP

2011-01-25 Thread Marius Vaitiekunas
On Tue, Jan 25, 2011 at 1:08 PM, Amar Cosic amar.co...@gmail.com wrote: On Tue, Jan 25, 2011 at 9:01 AM, Adam Carter adamcart...@gmail.comwrote: config_eth0=( 77.xxx.104.14/24 ) routes_eth0=( default via 77.xxx.104.1 ) config_eth0:1=( 77.xxx.104.100/24 ) routes_eth0:1=( default via

Re: [gentoo-user] invalid argument when trying to modprobe nvidia module

2011-01-25 Thread Bill Longman
On 01/16/2011 01:18 AM, Peter Humphrey wrote: On Sunday 16 January 2011 03:25:41 cov...@ccs.covici.com wrote: Adam Carter adamcart...@gmail.com wrote: Did you remember to repoint the /usr/src/linux link? IIRC the module is built to suit whatever kernel that is pointing to. If its not set

Re: [gentoo-user] invalid argument when trying to modprobe nvidia module

2011-01-25 Thread Peter Humphrey
On Tuesday 25 January 2011 17:05:41 Bill Longman wrote: You can *always* compile any package against your choice of kernel. Just use KERNEL_DIR=/usr/src/mykerneldir emerge package. It doesn't have to be the running kernel or the current kernel. We've been through this once. -- Rgds Peter.

Re: [gentoo-user] nvidia card problems

2011-01-25 Thread Volker Armin Hemmann
On Tuesday 25 January 2011 10:55:51 Zhu Sha Zang wrote: With these vga card 00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 7025 / nForce 630a] (rev a2) after compiling x11-drivers/nvidia-drivers-260.19.36 with these flags (acpi gtk multilib) i'm receiving this

[gentoo-user] Re: invalid argument when trying to modprobe nvidia module

2011-01-25 Thread walt
On 01/15/2011 06:34 PM, cov...@ccs.covici.com wrote: Hi. I am trying to use my unstable gentoo on kernel 2.6.36-gentoo-r6 and when I emerge nvidia-drivers, I get invalid argument when I try to modprobe the module. Forgive me if I'm repeating something already posted in this very long thread.

Re: [gentoo-user] Re: invalid argument when trying to modprobe nvidia module

2011-01-25 Thread Alan McKinnon
Apparently, though unproven, at 21:31 on Tuesday 25 January 2011, walt did opine thusly: On 01/15/2011 06:34 PM, cov...@ccs.covici.com wrote: Hi. I am trying to use my unstable gentoo on kernel 2.6.36-gentoo-r6 and when I emerge nvidia-drivers, I get invalid argument when I try to

Re: [gentoo-user] invalid argument when trying to modprobe nvidia module

2011-01-25 Thread Alan McKinnon
Apparently, though unproven, at 19:33 on Tuesday 25 January 2011, Peter Humphrey did opine thusly: On Tuesday 25 January 2011 17:05:41 Bill Longman wrote: You can *always* compile any package against your choice of kernel. Just use KERNEL_DIR=/usr/src/mykerneldir emerge package. It

[gentoo-user] nVidia nouveau on nVidia 8600M GT

2011-01-25 Thread Alan McKinnon
Hi all, I'm not completely happy with my driver setup for an 8600M GT. Using nvidia.ko, KDE with desktop effects enabled (especially translucent popup thumbnails on the task bar, and blur effect on) makes my notebook fan run all the time and kwin uses 20% cpu according to top. Oddly enough,

Re: [gentoo-user] modifying iptables: how can I prevent locking me out?

2011-01-25 Thread Mick
On Tuesday 25 January 2011 10:25:32 Neil Bothwick wrote: On Mon, 24 Jan 2011 14:16:15 -0800, Mark Knecht wrote: Actually, upon 15 seconds of reflection, what happens if he's locked out and there's a power failure before the at command executes? When rebooted I think it won't be there

Re: [gentoo-user] nVidia nouveau on nVidia 8600M GT

2011-01-25 Thread Alex Schuster
Alan McKinnon writes: Using nvidia.ko, KDE with desktop effects enabled (especially translucent popup thumbnails on the task bar, and blur effect on) makes my notebook fan run all the time and kwin uses 20% cpu according to top. Does the blur effect do anything? With my ATI card, I did not

Re: [gentoo-user] nVidia nouveau on nVidia 8600M GT

2011-01-25 Thread Alan McKinnon
Apparently, though unproven, at 01:28 on Wednesday 26 January 2011, Alex Schuster did opine thusly: Alan McKinnon writes: Using nvidia.ko, KDE with desktop effects enabled (especially translucent popup thumbnails on the task bar, and blur effect on) makes my notebook fan run all the time

[gentoo-user] [cookbook] Mounting root partition by UUID (no initrd needed)

2011-01-25 Thread walt
(I'm separating this from the grub2 stuff because it works with any bootloader that allows you pass a boot parameter to your kernel.) This turned out to be easier than I thought -- but be aware that your kernel must have EFI GUID partition table support compiled in before you start anything

Re: [gentoo-user] invalid argument when trying to modprobe nvidia module

2011-01-25 Thread Peter Humphrey
On Tuesday 25 January 2011 22:43:17 Alan McKinnon wrote: Apparently, though unproven, at 19:33 on Tuesday 25 January 2011, Peter Humphrey did opine thusly: On Tuesday 25 January 2011 17:05:41 Bill Longman wrote: You can *always* compile any package against your choice of kernel. Just use

Re: [gentoo-user] Re: invalid argument when trying to modprobe nvidia module

2011-01-25 Thread Peter Humphrey
On Tuesday 25 January 2011 19:31:04 walt wrote: Or, it might have been the chicken I sacrificed in front of the computer. No, that wouldn't do it - it's the wrong place. You need to make the sacrifice as close as possible to the oven. -- Rgds Peter. Linux Counter 5290, 1994-04-23.

Re: [gentoo-user] invalid argument when trying to modprobe nvidia module

2011-01-25 Thread Alan McKinnon
Apparently, though unproven, at 01:47 on Wednesday 26 January 2011, Peter Humphrey did opine thusly: [1] old age this end = fuzzy memory = get names mixed up sometimes Eh? I thought you were just a young whipper-snapper. And no, you can't have any fuzzy memory - it's all taken. You

[gentoo-user] Flash versions

2011-01-25 Thread Michael Sullivan
I've got a conundrum here. We just got my wife's computer back from the shop today (in for a RAM upgrade) and she wants to play Farmville on her computer, now that it's fast enough. Farmville says that she needs to upgrade her flash player. I can play Farmville on my computer, so I'm using it

Re: [gentoo-user] Flash versions

2011-01-25 Thread Jacob Todd
Manually install flash.

[gentoo-user] Re: Flash versions [SOLVED]

2011-01-25 Thread Michael Sullivan
I deleted her ~/.seamonkey/plugins folder and restarted seamonkey and it works now... On Tue, 2011-01-25 at 18:24 -0600, Michael Sullivan wrote: I've got a conundrum here. We just got my wife's computer back from the shop today (in for a RAM upgrade) and she wants to play Farmville on her

Re: [gentoo-user] [OT] - Code translation tools?

2011-01-25 Thread Michael Orlitzky
On 01/24/2011 05:34 PM, Mark Knecht wrote: Hello, I'm wondering if there are any generic sorts of code translation tools in portage wherein I could translate from an 'uncommon' language no one here is likely to use (EasyLanguage) into C? As an example I've attached a little EL

Re: [gentoo-user] How can I turn off xterm console restore?

2011-01-25 Thread Walter Dnes
On Mon, Jan 24, 2011 at 12:56:02PM -0800, Bill Longman wrote You can always call it back up. The other window, that is. Just Ctrl-middle-click the xterm and choose Show alternate screen. Presto. It's saved my bacon more than once Yes that works. There's an even better option

Re: [gentoo-user] How can I turn off xterm console restore?

2011-01-25 Thread Walter Dnes
On Mon, Jan 24, 2011 at 10:37:41PM +, Mick wrote Excellent solution for the OP's question, but what can you do to stop the terminal collapsing completely, when it is launched to just run a command that exits after it runs? Once I realized that my problem was an xterm option, not a

Re: [gentoo-user] Setting up SMTP relay

2011-01-25 Thread Walter Dnes
On Sat, Jan 22, 2011 at 10:34:11PM +0100, Alex Schuster wrote This is working fine. But there are other PCs in the LAN, which I would also like to get status emails from. Being not the only one with root access there, I do not want to duplicate the ssmtp setup because of the password stored

Re: [gentoo-user] Setting up SMTP relay

2011-01-25 Thread Mick
On Wednesday 26 January 2011 04:04:16 Walter Dnes wrote: On Sat, Jan 22, 2011 at 10:34:11PM +0100, Alex Schuster wrote This is working fine. But there are other PCs in the LAN, which I would also like to get status emails from. Being not the only one with root access there, I do not want

[gentoo-user] What needs x11-libs/libxkbui?

2011-01-25 Thread Mick
equery depends doesn't show anything ... so I followed emerge --depclean's suggestion and unmerged it. Have I borked anything? I'm asking this, because it also suggested I remove dev-libs/boost-1.41.0-r3 and dev-util/boost-build-1.41.0, but akonadi would not start without them (dbus error).

Re: [gentoo-user] Flash versions

2011-01-25 Thread Jesús J . Guerrero Botella
2011/1/26 Michael Sullivan msulli1...@gmail.com: My seamonkey says it has Shockwave Flash 10.1 r102.  Her computer claims Shockwave Flash 6.0 r81. We each have the same version of adobe-flash installed, with the exact same USE flags.   We both use the same version of seamonkey.  So why is my

Re: [gentoo-user] What needs x11-libs/libxkbui?

2011-01-25 Thread Nils Andresen
Hi, equery depends doesn't show anything ... so I followed emerge --depclean's suggestion and unmerged it.  Have I borked anything? Most probably not. I generally trust --depclean, But I generally follow --depclean's advice and run revdep-rebuild afterwards. I'm asking this, because it also

Re: [gentoo-user] What needs x11-libs/libxkbui?

2011-01-25 Thread Blackdream W
If u try emerge -Ca libxkbui emerge -ca what output u get? if there is any package depend on it,just run emerge -DNua world to fix it. 2011/1/26 Mick michaelkintz...@gmail.com equery depends doesn't show anything ... so I followed emerge --depclean's suggestion and unmerged it. Have I