On Thu, 1 Mar 2012 18:12:11 -0800
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. I installed it to two different USB keys via
> unetbootin but I get this right after it as
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:
http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/t
Silly me...
On Fri, Mar 2, 2012 at 17:23, Pandu Poluan 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 1.41 alrea
On Fri, Mar 2, 2012 at 17:38, Pandu Poluan wrote:
> Silly me...
>
> On Fri, Mar 2, 2012 at 17:23, Pandu Poluan 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/
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 "bet
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
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 py
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
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
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 t
On Fri, Mar 2, 2012 at 3:36 AM, 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 --depclea
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 used
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
On Mar 3, 2012 12:49 AM, "Tanstaafl" 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 grep.
Rgds,
On Fri, Mar 2, 2012 at 11:46 AM, Tanstaafl 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 } }'
On 2012-03-02 12:56 PM, Pandu Poluan wrote:
On Mar 3, 2012 12:49 AM, "Tanstaafl" 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 than x - ie,
1.0, or 2.0, or somethin
On 2012-03-02 9:28 AM, Mark Knecht 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
myhost : Fri Mar 02, 13:
On 2012-03-02 1:02 PM, Paul Hartman wrote:
On Fri, Mar 2, 2012 at 11:46 AM, Tanstaafl 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 | gaw
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 } }'"
Mark Knecht wrote:
> On Fri, Mar 2, 2012 at 3:36 AM, 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@f
On Mar 3, 2012 1:07 AM, "Paul Hartman"
wrote:
>
> On Fri, Mar 2, 2012 at 11:46 AM, Tanstaafl
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
On Fri, 02 Mar 2012 13:12:04 -0500
Tanstaafl wrote:
> On 2012-03-02 1:02 PM, Paul Hartman
> wrote:
> > On Fri, Mar 2, 2012 at 11:46 AM,
> > Tanstaafl 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
>
On 2012-03-02 1:12 PM, Jason 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!
On Fri, Mar 2, 2012 at 10:20 AM, Dale wrote:
> Mark Knecht wrote:
>> On Fri, Mar 2, 2012 at 3:36 AM, 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] pytho
Mark Knecht wrote:
> On Fri, Mar 2, 2012 at 10:20 AM, Dale wrote:
>> Mark Knecht wrote:
>>> On Fri, Mar 2, 2012 at 3:36 AM, 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 i
On 2012-03-02 2:24 PM, Dale 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 changed but what I'm wo
On Fri, Mar 2, 2012 at 12:24 PM, Pandu Poluan wrote:
>
> On Mar 3, 2012 1:07 AM, "Paul Hartman"
> wrote:
>>
>> On Fri, Mar 2, 2012 at 11:46 AM, Tanstaafl
>> 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 co
On Fri, Mar 2, 2012 at 12:32 PM, Tanstaafl wrote:
> On 2012-03-02 1:12 PM, Jason 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.
On 2012-03-02, Pandu Poluan wrote:
> On Mar 3, 2012 1:07 AM, "Paul Hartman"
> wrote:
>>
>> On Fri, Mar 2, 2012 at 11:46 AM, Tanstaafl
> 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,
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 n
>> 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 cdro
On 2012-03-02 2:33 PM, Paul Hartman 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 want...
Hmmm... is there an easy
On Fri, Mar 2, 2012 at 2:39 PM, Tanstaafl wrote:
> On 2012-03-02 2:33 PM, Paul Hartman 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 ) {
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
On Fri, 2 Mar 2012 10:59:54 -0600
Paul Hartman 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
> thinking especially to see pri
On 2012-03-02 3:50 PM, Paul Hartman wrote:
On Fri, Mar 2, 2012 at 2:39 PM, Tanstaafl wrote:
On 2012-03-02 2:33 PM, Paul Hartman 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=-%c
On Fri, Mar 2, 2012 at 11:24 AM, Dale wrote:
> Mark Knecht wrote:
>> On Fri, Mar 2, 2012 at 10:20 AM, Dale wrote:
>>> Mark Knecht wrote:
On Fri, Mar 2, 2012 at 3:36 AM, Dale wrote:
> Howdy,
>
> I'm just wanting to make certain I don't break my rig. Info first:
>
> root@
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 slo
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 was
On Fri, Mar 2, 2012 at 3:23 PM, Tanstaafl wrote:
> On 2012-03-02 3:50 PM, Paul Hartman wrote:
>>
>> On Fri, Mar 2, 2012 at 2:39 PM, Tanstaafl
>> wrote:
>>>
>>> On 2012-03-02 2:33 PM, Paul Hartman
>>> wrote:
And you can use the --sort options for ps to sort by cpu or anything
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
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 sig
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?
>> 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
>> 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 e
On Mar 3, 2012 2:44 AM, "Grant Edwards" wrote:
>
> On 2012-03-02, Pandu Poluan wrote:
> > On Mar 3, 2012 1:07 AM, "Paul Hartman"
> > wrote:
> >>
> >> On Fri, Mar 2, 2012 at 11:46 AM, Tanstaafl
> > wrote:
> >> > Does anyone know if there is a way to filter the output of ps aux to
> > show
> >> >
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
Pandu Poluan [12-03-02 06:04]:
> On Mar 2, 2012 11:25 AM, 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
> >
> >snd-seq
> >
> > into
48 matches
Mail list logo