Re: [gentoo-user] Gentoo on a Dell XPS 13 Ultrabook

2012-03-02 Thread Alan McKinnon
On Thu, 1 Mar 2012 18:12:11 -0800 Grant emailgr...@gmail.com wrote: I just received the new Dell XPS 13 Ultrabook and I'm trying to install Gentoo but I can't get install-amd64-minimal-20120223.iso to boot via a USB key. I installed it to two different USB keys via unetbootin but I get this

[gentoo-user] net-firewall/xtables-addons issues

2012-03-02 Thread Pandu Poluan
Okay, after compiling hardened-sources-3.2.2-r1, I follow through with remerging net-firewall/xtables-addons-1.39 ... ... and it failed with an error, about unknown symbol or something. A Google search led me to this solution:

[gentoo-user] Re: net-firewall/xtables-addons issues

2012-03-02 Thread Pandu Poluan
Silly me... On Fri, Mar 2, 2012 at 17:23, Pandu Poluan pa...@poluan.info wrote: 1. Should I file a bugreport for xtables-addons-1.39? 2. Or should I request for xtables-addons-1.41 in the portage tree? [1] http://sourceforge.net/projects/xtables-addons/files/Xtables-addons/ Upstream's

[gentoo-user] Re: net-firewall/xtables-addons issues

2012-03-02 Thread Pandu Poluan
On Fri, Mar 2, 2012 at 17:38, Pandu Poluan pa...@poluan.info wrote: Silly me... On Fri, Mar 2, 2012 at 17:23, Pandu Poluan pa...@poluan.info wrote: 1. Should I file a bugreport for xtables-addons-1.39? 2. Or should I request for xtables-addons-1.41 in the portage tree? [1]

Re: [gentoo-user] Re: Autoloading modules..,

2012-03-02 Thread Dale
Nikos Chantziaras wrote: On 02/03/12 06:36, meino.cra...@gmx.de wrote: I heard -- not only in this list -- that loading modules, that supports hardware, is better than integration the according modules into the kernel. Nope. It's exactly the same. The only instance where it's better, is

[gentoo-user] Python update question

2012-03-02 Thread Dale
Howdy, I'm just wanting to make certain I don't break my rig. Info first: root@fireball / # eselect python list Available Python interpreters: [1] python2.7 * [2] python3.1 [3] python3.2 root@fireball / # I ran --depclean and it wants to remove python 3.1. I ran python updater and

Re: [gentoo-user] Python update question

2012-03-02 Thread Dale
Dale wrote: Howdy, I'm just wanting to make certain I don't break my rig. Info first: root@fireball / # eselect python list Available Python interpreters: [1] python2.7 * [2] python3.1 [3] python3.2 root@fireball / # I ran --depclean and it wants to remove python 3.1.

Re: [gentoo-user] Python update question

2012-03-02 Thread Alex Schuster
Dale writes: root@fireball / # eselect python list Available Python interpreters: [1] python2.7 * [2] python3.1 [3] python3.2 root@fireball / # I ran --depclean and it wants to remove python 3.1. I ran python updater and recompiled the needed packages. Since python 2.7 is

Re: [gentoo-user] MySQL MariaDB - is it time?

2012-03-02 Thread Alex Schuster
Tanstaafl writes: Anyone here ever done the switch want to share their experience? I use MySQL for an ld phpBB board and for Amarok, and do not now much about it. I never explicitely installed MySQL, I only have the mysql USE flag set for things like python or PHP. Somehow, dev-db/mysql was

Re: [gentoo-user] Python update question

2012-03-02 Thread Dale
Alex Schuster wrote: Dale writes: root@fireball / # eselect python list Available Python interpreters: [1] python2.7 * [2] python3.1 [3] python3.2 root@fireball / # I ran --depclean and it wants to remove python 3.1. I ran python updater and recompiled the needed packages.

Re: [gentoo-user] Python update question

2012-03-02 Thread Mark Knecht
On Fri, Mar 2, 2012 at 3:36 AM, Dale rdalek1...@gmail.com wrote: Howdy, I'm just wanting to make certain I don't break my rig.  Info first: root@fireball / # eselect python list Available Python interpreters:  [1]   python2.7 *  [2]   python3.1  [3]   python3.2 root@fireball / # I ran

[gentoo-user] Anyone used NILFS2?

2012-03-02 Thread Paul Hartman
I'm very interested in NILFS2 and considering using it as rootfs. I read some good reviews and seems to perform okay in benchmarks. The automatic checkpoints/snapshots sounds like it could be useful. (I'm thinking especially to see prior versions of files in /etc for example.) Have any of you

[gentoo-user] Filter grep output of 'ps aux'

2012-03-02 Thread Tanstaafl
Does anyone know if there is a way to filter the output of ps aux to show only lines that have a value in the %CPU column higher than x - ie, 1.0, or 2.0, or something like that? Thanks

Re: [gentoo-user] Filter grep output of 'ps aux'

2012-03-02 Thread Pandu Poluan
On Mar 3, 2012 12:49 AM, Tanstaafl tansta...@libertytrek.org wrote: Does anyone know if there is a way to filter the output of ps aux to show only lines that have a value in the %CPU column higher than x - ie, 1.0, or 2.0, or something like that? Thanks For that, you need awk instead of

Re: [gentoo-user] Filter grep output of 'ps aux'

2012-03-02 Thread Paul Hartman
On Fri, Mar 2, 2012 at 11:46 AM, Tanstaafl tansta...@libertytrek.org wrote: Does anyone know if there is a way to filter the output of ps aux to show only lines that have a value in the %CPU column higher than x - ie, 1.0, or 2.0, or something like that? ps aux | gawk '{ if ( $3 1.0 ) { print

Re: [gentoo-user] Filter grep output of 'ps aux'

2012-03-02 Thread Tanstaafl
On 2012-03-02 12:56 PM, Pandu Poluan pa...@poluan.info wrote: On Mar 3, 2012 12:49 AM, Tanstaafl tansta...@libertytrek.org mailto:tansta...@libertytrek.org wrote: Does anyone know if there is a way to filter the output of ps aux to show only lines that have a value in the %CPU column higher

Re: [gentoo-user] Python update question

2012-03-02 Thread Tanstaafl
On 2012-03-02 9:28 AM, Mark Knecht markkne...@gmail.com wrote: eselect python list --python3 and make sure you're set to 3.2 before removing 3.1. Hmmm... mine shows it is set to 3.1... # eselect python list --python3 Available Python 3 interpreters: [1] python3.1 * [2] python3.2

Re: [gentoo-user] Filter grep output of 'ps aux'

2012-03-02 Thread Tanstaafl
On 2012-03-02 1:02 PM, Paul Hartman paul.hartman+gen...@gmail.com wrote: On Fri, Mar 2, 2012 at 11:46 AM, Tanstaafltansta...@libertytrek.org wrote: Does anyone know if there is a way to filter the output of ps aux to show only lines that have a value in the %CPU column higher than x - ie,

Re: [gentoo-user] Filter grep output of 'ps aux'

2012-03-02 Thread Jason
On Fri, Mar 02, 2012 at 01:03:55PM -0500, Tanstaafl wrote: Also - would there be a way to get a running output (kind of like tailing a log)? watch -n1 ps aux | gawk '{ if ( \$3 1.0 ) { print } }'

Re: [gentoo-user] Python update question

2012-03-02 Thread Dale
Mark Knecht wrote: On Fri, Mar 2, 2012 at 3:36 AM, Dale rdalek1...@gmail.com wrote: Howdy, I'm just wanting to make certain I don't break my rig. Info first: root@fireball / # eselect python list Available Python interpreters: [1] python2.7 * [2] python3.1 [3] python3.2

Re: [gentoo-user] Filter grep output of 'ps aux'

2012-03-02 Thread Pandu Poluan
On Mar 3, 2012 1:07 AM, Paul Hartman paul.hartman+gen...@gmail.com wrote: On Fri, Mar 2, 2012 at 11:46 AM, Tanstaafl tansta...@libertytrek.org wrote: Does anyone know if there is a way to filter the output of ps aux to show only lines that have a value in the %CPU column higher than x - ie,

Re: [gentoo-user] Filter grep output of 'ps aux'

2012-03-02 Thread Alan McKinnon
On Fri, 02 Mar 2012 13:12:04 -0500 Tanstaafl tansta...@libertytrek.org wrote: On 2012-03-02 1:02 PM, Paul Hartman paul.hartman+gen...@gmail.com wrote: On Fri, Mar 2, 2012 at 11:46 AM, Tanstaafltansta...@libertytrek.org wrote: Does anyone know if there is a way to filter the output of

Re: [gentoo-user] Filter grep output of 'ps aux'

2012-03-02 Thread Tanstaafl
On 2012-03-02 1:12 PM, Jason gen...@lakedaemon.net wrote: On Fri, Mar 02, 2012 at 01:03:55PM -0500, Tanstaafl wrote: Also - would there be a way to get a running output (kind of like tailing a log)? watch -n1 ps aux | gawk '{ if ( \$3 1.0 ) { print } }' Perfect!!! Thanks so much guys!

Re: [gentoo-user] Python update question

2012-03-02 Thread Mark Knecht
On Fri, Mar 2, 2012 at 10:20 AM, Dale rdalek1...@gmail.com wrote: Mark Knecht wrote: On Fri, Mar 2, 2012 at 3:36 AM, Dale rdalek1...@gmail.com wrote: Howdy, I'm just wanting to make certain I don't break my rig.  Info first: root@fireball / # eselect python list Available Python

Re: [gentoo-user] Python update question

2012-03-02 Thread Dale
Mark Knecht wrote: On Fri, Mar 2, 2012 at 10:20 AM, Dale rdalek1...@gmail.com wrote: Mark Knecht wrote: On Fri, Mar 2, 2012 at 3:36 AM, Dale rdalek1...@gmail.com wrote: Howdy, I'm just wanting to make certain I don't break my rig. Info first: root@fireball / # eselect python list

Re: [gentoo-user] Python update question

2012-03-02 Thread Tanstaafl
On 2012-03-02 2:24 PM, Dale rdalek1...@gmail.com wrote: But if I tell eselect to set it to 3 something then that is what the system will try to use right? Isn't that what eselect does? I'm recalling what was posted after you emerge python here. The einfo/ewarn thingy. Again, this may have

Re: [gentoo-user] Filter grep output of 'ps aux'

2012-03-02 Thread Paul Hartman
On Fri, Mar 2, 2012 at 12:24 PM, Pandu Poluan pa...@poluan.info wrote: On Mar 3, 2012 1:07 AM, Paul Hartman paul.hartman+gen...@gmail.com wrote: On Fri, Mar 2, 2012 at 11:46 AM, Tanstaafl tansta...@libertytrek.org wrote: Does anyone know if there is a way to filter the output of ps aux to

Re: [gentoo-user] Filter grep output of 'ps aux'

2012-03-02 Thread Paul Hartman
On Fri, Mar 2, 2012 at 12:32 PM, Tanstaafl tansta...@libertytrek.org wrote: On 2012-03-02 1:12 PM, Jason gen...@lakedaemon.net wrote: On Fri, Mar 02, 2012 at 01:03:55PM -0500, Tanstaafl wrote: Also - would there be a way to get a running output (kind of like tailing a log)? watch -n1 ps

[gentoo-user] Re: Filter grep output of 'ps aux'

2012-03-02 Thread Grant Edwards
On 2012-03-02, Pandu Poluan pa...@poluan.info wrote: On Mar 3, 2012 1:07 AM, Paul Hartman paul.hartman+gen...@gmail.com wrote: On Fri, Mar 2, 2012 at 11:46 AM, Tanstaafl tansta...@libertytrek.org wrote: Does anyone know if there is a way to filter the output of ps aux to show only lines

Re: [gentoo-user] SOLVED: old cyrus-imapd from overlay

2012-03-02 Thread Stefan G. Weichinger
Am 29.02.2012 22:27, schrieb Stefan G. Weichinger: Am 29.02.2012 09:35, schrieb J. Roeleveld: If you want to still try to copy the mail over, you need to look into converting the *.db files. Just as a closing(?) feedback here: people at the cyrus-ml were a great support, I am nearly

Re: [gentoo-user] Gentoo on a Dell XPS 13 Ultrabook

2012-03-02 Thread Grant
I just received the new Dell XPS 13 Ultrabook and I'm trying to install Gentoo but I can't get install-amd64-minimal-20120223.iso to boot via a USB key.  I installed it to two different USB keys via unetbootin but I get this right after it asks for the keymap: Looking for the cdrom

Re: [gentoo-user] Filter grep output of 'ps aux'

2012-03-02 Thread Tanstaafl
On 2012-03-02 2:33 PM, Paul Hartman paul.hartman+gen...@gmail.com wrote: And you can use the --sort options for ps to sort by cpu or anything you like (see the manpage) Even better, thanks Paul... watch -n1 ps aux --sort=-%cpu | gawk '{ if ( \$3 1.0 ) { print } }' does exactly what I

Re: [gentoo-user] Filter grep output of 'ps aux'

2012-03-02 Thread Paul Hartman
On Fri, Mar 2, 2012 at 2:39 PM, Tanstaafl tansta...@libertytrek.org wrote: On 2012-03-02 2:33 PM, Paul Hartman paul.hartman+gen...@gmail.com wrote: And you can use the --sort options for ps to sort by cpu or anything you like (see the manpage) Even better, thanks Paul... watch -n1 ps aux

[gentoo-user] Pay for a hardened VM image

2012-03-02 Thread Tanstaafl
Hi all, Would anyone here be interested in being paid to create a hardened VM image for me that will run on a Microsoft Hyper-V host? If so, what would you be willing to do this for? Feel free to email me directly... Thanks Charles

[gentoo-user] Re: Anyone used NILFS2?

2012-03-02 Thread Heorhi Valakhanovich
On Fri, 2 Mar 2012 10:59:54 -0600 Paul Hartman paul.hartman+gen...@gmail.com wrote: I'm very interested in NILFS2 and considering using it as rootfs. I read some good reviews and seems to perform okay in benchmarks. The automatic checkpoints/snapshots sounds like it could be useful. (I'm

Re: [gentoo-user] Filter grep output of 'ps aux'

2012-03-02 Thread Tanstaafl
On 2012-03-02 3:50 PM, Paul Hartman paul.hartman+gen...@gmail.com wrote: On Fri, Mar 2, 2012 at 2:39 PM, Tanstaafltansta...@libertytrek.org wrote: On 2012-03-02 2:33 PM, Paul Hartmanpaul.hartman+gen...@gmail.com wrote: And you can use the --sort options for ps to sort by cpu or anything you

Re: [gentoo-user] Python update question

2012-03-02 Thread Mark Knecht
On Fri, Mar 2, 2012 at 11:24 AM, Dale rdalek1...@gmail.com wrote: Mark Knecht wrote: On Fri, Mar 2, 2012 at 10:20 AM, Dale rdalek1...@gmail.com wrote: Mark Knecht wrote: On Fri, Mar 2, 2012 at 3:36 AM, Dale rdalek1...@gmail.com wrote: Howdy, I'm just wanting to make certain I don't break my

Re: [gentoo-user] Anyone used NILFS2?

2012-03-02 Thread Michael Trausch
If you're looking for a flexible filesystem, try btrfs. It is quite nice. It still needs some help in the performance department, but given a recent Linux kernel (say, 3.2) it works wonderfully. I use its snapshots and COW functionality the most. The only downside to it is that it sometimes is

[gentoo-user] htop showing black screen

2012-03-02 Thread czernitko
Hello everyone, I've recently installed 64bit hardened gentoo server in VirtualBox on our main server and I've emerged htop. After running it I *got only the black screen*, i wasn't able to kill it with ctrl+c and after that even *'kill -9' stopped working* from any other console/ssh session. I

Re: [gentoo-user] Filter grep output of 'ps aux'

2012-03-02 Thread Paul Hartman
On Fri, Mar 2, 2012 at 3:23 PM, Tanstaafl tansta...@libertytrek.org wrote: On 2012-03-02 3:50 PM, Paul Hartman paul.hartman+gen...@gmail.com wrote: On Fri, Mar 2, 2012 at 2:39 PM, Tanstaafltansta...@libertytrek.org  wrote: On 2012-03-02 2:33 PM, Paul Hartmanpaul.hartman+gen...@gmail.com  

[gentoo-user] Re: Python update question

2012-03-02 Thread walt
On 03/02/2012 11:24 AM, Dale wrote: But if I tell eselect to set it to 3 something then that is what the system will try to use right? The system isn't granular enough (I've been dying to use that geek- speak phrase :) when discussing portage, which is only part of a gentoo system. List the

Re: [gentoo-user] Gentoo on a Dell XPS 13 Ultrabook

2012-03-02 Thread Neil Bothwick
On Fri, 2 Mar 2012 12:29:51 -0800, Grant wrote: Does Gentoo have anything like a daily live ISO? Closer to weekly, but look in releases/autobuilds on your favourite mirror. -- Neil Bothwick Experience is what you get when you didn't get what you wanted. signature.asc Description: PGP

[gentoo-user] Re: Gentoo on a Dell XPS 13 Ultrabook

2012-03-02 Thread walt
On 03/01/2012 06:12 PM, Grant wrote: I just received the new Dell XPS 13 Ultrabook and I'm trying to install Gentoo but I can't get install-amd64-minimal-20120223.iso to boot via a USB key. Have you tested your boot USB keys on another machine?

Re: [gentoo-user] Gentoo on a Dell XPS 13 Ultrabook

2012-03-02 Thread Grant
Does Gentoo have anything like a daily live ISO? Closer to weekly, but look in releases/autobuilds on your favourite mirror. Got it, thanks. - Grant

Re: [gentoo-user] Re: Gentoo on a Dell XPS 13 Ultrabook

2012-03-02 Thread Grant
I just received the new Dell XPS 13 Ultrabook and I'm trying to install Gentoo but I can't get install-amd64-minimal-20120223.iso to boot via a USB key. Have you tested your boot USB keys on another machine? Gentoo is installed but I can't get my USB-ethernet adapter to bring up an eth0 (or

Re: [gentoo-user] Re: Filter grep output of 'ps aux'

2012-03-02 Thread Pandu Poluan
On Mar 3, 2012 2:44 AM, Grant Edwards grant.b.edwa...@gmail.com wrote: On 2012-03-02, Pandu Poluan pa...@poluan.info wrote: On Mar 3, 2012 1:07 AM, Paul Hartman paul.hartman+gen...@gmail.com wrote: On Fri, Mar 2, 2012 at 11:46 AM, Tanstaafl tansta...@libertytrek.org wrote: Does

Re: [gentoo-user] Python update question

2012-03-02 Thread Dale
Mark Knecht wrote: Dale, I'll try to make it clearer: The command eselect python set # sets the system python profile. This command allows you to choose any python currently on your system. You should only choose a python2 setting at this time. The commands: eselect python list

Re: [gentoo-user] Autoloading modules..,

2012-03-02 Thread meino . cramer
Pandu Poluan pa...@poluan.info [12-03-02 06:04]: On Mar 2, 2012 11:25 AM, meino.cra...@gmx.de wrote: Hi, I want to load snd-seq since the /dev/snd/seq device comes up with the wrong permission, if this modules is not loaded. The result is a defunct qjackctrl. I entered