Re: [gentoo-user] Flash versions

2011-01-26 Thread Neil Bothwick
On Tue, 25 Jan 2011 19:28:40 -0500, Jacob Todd wrote: Manually install flash. That's probably what caused the problem in the first place. -- Neil Bothwick WinErr 018: Unrecoverable error - System has been destroyed. Buy a new one. Old Windows licence is not valid anymore. signature.asc

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

2011-01-26 Thread Neil Bothwick
On Wed, 26 Jan 2011 06:51:10 +, Mick wrote: equery depends doesn't show anything ... so I followed emerge --depclean's suggestion and unmerged it. Have I borked anything? equery depends is unrelaible, use emerge --depclean -pv cat/pkg -- Neil Bothwick I am sitting on the toilet with

Re: [gentoo-user] Setting up SMTP relay

2011-01-26 Thread Stroller
On 26/1/2011, at 6:46am, Mick wrote: 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

[gentoo-user] Simultaneously emerging multiple packages with same dependencies

2011-01-26 Thread PK
Hi, Is there any way to simultaneously emerge multiple packages (multiple instances of 'emerge') that share common dependencies ? I'm aware that portage uses locking mechanism before modifying 'world' file, but what about the actual building process ? I'd expect emerge to check if dependency

[gentoo-user] Something like nullfs (FreeBSD) available in linux

2011-01-26 Thread Matthias Fechner
Dear list, I want to build up a NFS share for several host. The base system is always equal, only some files are different (files in /etc and /var, maybe more). The structure should look like: Base system is on /basesystem Then I want a directory for every host: /nfsroot/host1 /nfsroot/host2

Re: [gentoo-user] Simultaneously emerging multiple packages with same dependencies

2011-01-26 Thread Petri Rosenström
On Wed, Jan 26, 2011 at 2:12 PM, PK pkugri...@gmail.com wrote: Hi, Is there any way to simultaneously emerge multiple packages (multiple instances of 'emerge') that share common dependencies ? I'm aware that portage uses locking mechanism before modifying 'world' file, but what about the

Re: [gentoo-user] Simultaneously emerging multiple packages with same dependencies

2011-01-26 Thread Neil Bothwick
On Wed, 26 Jan 2011 12:12:57 +, PK wrote: Is there any way to simultaneously emerge multiple packages (multiple instances of 'emerge') that share common dependencies ? Don't use multiple instances of emerge, they'll probably all try to merge the same dependencies. Do it the way the portage

Re: [gentoo-user] Something like nullfs (FreeBSD) available in linux

2011-01-26 Thread YoYo Siska
On Wed, Jan 26, 2011 at 01:37:38PM +0100, Matthias Fechner wrote: Dear list, I want to build up a NFS share for several host. The base system is always equal, only some files are different (files in /etc and /var, maybe more). The structure should look like: Base system is on /basesystem

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

2011-01-26 Thread Mick
On 26 January 2011 08:51, Neil Bothwick n...@digimed.co.uk wrote: On Wed, 26 Jan 2011 06:51:10 +, Mick wrote: equery depends doesn't show anything ... so I followed emerge --depclean's suggestion and unmerged it.  Have I borked anything? equery depends is unrelaible, use emerge

[gentoo-user] Is anyone here using RTL8192CU wifi device in Gentoo?

2011-01-26 Thread Paul Hartman
Hi, I recently bought a USB wifi adapter with RTL8192CU chipset. Drivers are available from Realtek's website, and are updated regularly (last month), but are not in the mainline Linux kernel or in the portage tree. Compiling and installing the drivers is not a problem, but every time I insert

Re: [gentoo-user] Setting up SMTP relay

2011-01-26 Thread kashani
On 1/26/2011 1:07 AM, Stroller wrote: On 26/1/2011, at 6:46am, Mick wrote: 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

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

2011-01-26 Thread Mark Knecht
On Tue, Jan 25, 2011 at 5:15 PM, Michael Orlitzky mich...@orlitzky.com wrote: 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

[gentoo-user] Spamassassin

2011-01-26 Thread meino . cramer
Hi, is it possible to configure Spamassassin to filter out spam-mail, if the mail contains certain keywords and/or the subject line match a certain pattern without diving too deep into the source and the ruleset of spamassassin? Thank you very much in advance for any help! Best regards, mcc

Re: [gentoo-user] Simultaneously emerging multiple packages with same dependencies

2011-01-26 Thread PK
Don't use multiple instances of emerge, they'll probably all try to merge the same dependencies. Do it the way the portage developers intended, use the --jobs option with a single emerge instance. Sure, but sometimes while emerge is building a bunch of packages I remember that I've forgotten

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

2011-01-26 Thread Michael Orlitzky
On 01/26/2011 12:56 PM, Mark Knecht wrote: Michael, Thanks for the inputs. It gives me more to think about. In this case the input language is interpreted, not compiled. The trading platform interprets the program and internally turns it into buy sell operations. (Not the piece of

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

2011-01-26 Thread Mark Knecht
On Wed, Jan 26, 2011 at 10:47 AM, Michael Orlitzky mich...@orlitzky.com wrote: On 01/26/2011 12:56 PM, Mark Knecht wrote: Michael,    Thanks for the inputs. It gives me more to think about.    In this case the input language is interpreted, not compiled. The trading platform interprets the

Re: [gentoo-user] Spamassassin

2011-01-26 Thread Michael Orlitzky
On 01/26/2011 01:25 PM, meino.cra...@gmx.de wrote: Hi, is it possible to configure Spamassassin to filter out spam-mail, if the mail contains certain keywords and/or the subject line match a certain pattern without diving too deep into the source and the ruleset of spamassassin? The

Re: [gentoo-user] Spamassassin

2011-01-26 Thread kashani
On 1/26/2011 10:25 AM, meino.cra...@gmx.de wrote: Hi, is it possible to configure Spamassassin to filter out spam-mail, if the mail contains certain keywords and/or the subject line match a certain pattern without diving too deep into the source and the ruleset of spamassassin? I'd consider

Re: [gentoo-user] Simultaneously emerging multiple packages with same dependencies

2011-01-26 Thread Jacob Todd
Then ^c and add/remove what you need. On Jan 26, 2011 1:30 PM, PK pkugri...@gmail.com wrote: Don't use multiple instances of emerge, they'll probably all try to merge the same dependencies. Do it the way the portage developers intended, use the --jobs option with a single emerge instance.

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

2011-01-26 Thread Michael Orlitzky
On 01/26/2011 02:40 PM, Mark Knecht wrote: REALLY great points about the math issues. Thanks. As for testing it _may_ be a slight bit easier than having to get to that level. There is a library in portage called ta-lib which implements lots of standard technical analysis constructs. After

Re: [gentoo-user] Kernel config for wifi on AMD_64?

2011-01-26 Thread Walter Dnes
Any idea what I'm doing wrong? Here is an attempt to start it manually. I've asterisked HWaddr. The complaint about Cannot read /proc/net/wireless looks ominous. [aa1][root][~] lsmod Module Size Used by ath9k 96655 0 mac80211 161048 1 ath9k

Re: [gentoo-user] Something like nullfs (FreeBSD) available in linux

2011-01-26 Thread Matthias Fechner
On 26.01.11 16:56, YoYo Siska wrote: Unionfs or aufs should be able to do that. thanks a lot, aufs work perfectly. Thanks, Matthias -- Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger

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

2011-01-26 Thread Mark Knecht
On Wed, Jan 26, 2011 at 12:32 PM, Michael Orlitzky mich...@orlitzky.com wrote: On 01/26/2011 02:40 PM, Mark Knecht wrote: SNIP As for testing it _may_ be a slight bit easier than having to get to that level. There is a library in portage called ta-lib which implements lots of standard

Re: [gentoo-user] Kernel config for wifi on AMD_64?

2011-01-26 Thread Jacob Todd
Did you enable wireless extensions in your kernel? It's called CONFIG_WEXT or something to that effect in the .config.

Re: [gentoo-user] Is anyone here using RTL8192CU wifi device in Gentoo?

2011-01-26 Thread Mick
On Wednesday 26 January 2011 16:22:03 Paul Hartman wrote: Hi, I recently bought a USB wifi adapter with RTL8192CU chipset. Drivers are available from Realtek's website, and are updated regularly (last month), but are not in the mainline Linux kernel or in the portage tree. Compiling and

Re: [gentoo-user] Is anyone here using RTL8192CU wifi device in Gentoo?

2011-01-26 Thread Paul Hartman
On Wed, Jan 26, 2011 at 4:18 PM, Mick michaelkintz...@gmail.com wrote: On Wednesday 26 January 2011 16:22:03 Paul Hartman wrote: Hi, I recently bought a USB wifi adapter with RTL8192CU chipset. Drivers are available from Realtek's website, and are updated regularly (last month), but are not

[gentoo-user] Any experiences with Huawei E181 USB data stick?

2011-01-26 Thread Walter Dnes
I'm interested in Wind Mobile's Mobile Internet service in Greater Toronto, which requires this hardware... http://shop.windmobile.ca/ProductCatalog/Handsets/DatastickDetails.aspx?id=Huawei%20E181%20Data%20Stick Anyone running it under Gentoo? How well does it work? For that matter, does it

[gentoo-user] Re: Simultaneously emerging multiple packages with same dependencies

2011-01-26 Thread Nikos Chantziaras
On 01/26/2011 02:12 PM, PK wrote: Hi, Is there any way to simultaneously emerge multiple packages (multiple instances of 'emerge') that share common dependencies ? I'm aware that portage uses locking mechanism before modifying 'world' file, but what about the actual building process ? I'd