Am 10.10.2013 16:38, schrieb Stefan G. Weichinger:
> I don't plan to stay with 3.8.13, this is just an intermediate step to
> get a working config. For now I don't have any more lost hpet interrupts
> etc and the LAN speed is fine. Emerging packages as well ...
>
> From this config I will then try
On Oct 13, 2013 5:09 PM, "Martin Vaeth"
wrote:
>
> >> 5. You can't script iptables-restore!
> >
> > Well, actually you can script iptables-restore.
>
> For those who are interested:
> net-firewall/firewall-mv from the mv overlay
> (available over layman) now provides a separate
> firewall-scripted
On Oct 13, 2013 9:15 PM, "Michael Orlitzky" wrote:
>
> On 10/13/2013 06:08 AM, Martin Vaeth wrote:
> >>> 5. You can't script iptables-restore!
> >>
> >> Well, actually you can script iptables-restore.
> >
> > For those who are interested:
> > net-firewall/firewall-mv from the mv overlay
> > (avail
On 10/13/2013 04:07 PM, Martin Vaeth wrote:
>>
>> I was just reiterating that there's not much benefit to save/restore if
>> you're doing things properly (pontification alert!).
>
> For a laptop of a scientist like me this is not true at all - it must
> often be connected in a different environmen
Mick wrote:
> On Sunday 13 Oct 2013 13:26:31 Dale wrote:
>>
>> Memory question. The mobo I have uses this: "Support for DDR3
>> 1666(OC)/1333/1066 MHz memory modules" I have the 1666 on here. It was
>> what was on sale. :-D The new mobo calls for this: "DDR3
>> 2000(OC)/1866/1600/1333/1066"
On 14/10/13 04:07, Martin Vaeth wrote:
> Michael Orlitzky wrote:
[...]
If you have a million rules and you need to wipe/reload them all
frequently you're probably doing something wrong to begin with.
>>>
>>> I don't know how this is related with the discussion.
>>> The main advantag
Michael Orlitzky wrote:
>>> [...]
>>> If you have a million rules and you need to wipe/reload them all
>>> frequently you're probably doing something wrong to begin with.
>>
>> I don't know how this is related with the discussion.
>> The main advantage of using iptables-restore is avoidance of
>>
On Sunday 13 Oct 2013 13:26:31 Dale wrote:
> Dale wrote:
> > Alan McKinnon wrote:
> >> Basically, it looks like you have a once-off event.
> >>
> >> Until it happens again, very little you can do wrt troubleshooting
> >
> > I agree. It ran for days with no problems that I saw. Sure is weird
> >
On 10/13/2013 11:19 AM, Martin Vaeth wrote:
>>>
>> [...]
>> If you have a million rules and you need to wipe/reload them all
>> frequently you're probably doing something wrong to begin with.
>
> I don't know how this is related with the discussion.
> The main advantage of using iptables-restore i
On Sat, Oct 12 2013, thana...@asyr.hopto.org wrote:
> on 10/12/2013 05:40 PM gottl...@nyu.edu wrote the following:
>> copy the lvm partitions to directories on an external disk (ext3)
>
> What command did you use for copying?
cp -ax
rsync not is on the minimal install.
allan
On Sun, Oct 13, 2013 at 03:02:48PM +0200, Silvio Siefke wrote:
> Hello,
>
> i try to install dev-lang/gnat-gcc but the configure phase break with
> the msg:
> [...]
> * ERROR: dev-lang/gnat-gcc-4.5.4::gentoo failed (compile phase):
--^
> [...]
> Portage 2.2.1
Michael Orlitzky wrote:
> On 10/13/2013 06:08 AM, Martin Vaeth wrote:
5. You can't script iptables-restore!
>>>
>>> Well, actually you can script iptables-restore.
>>
>> For those who are interested:
>> net-firewall/firewall-mv from the mv overlay
>> (available over layman) now provides a sep
I have a vmcore file from a kernel crash and I'm trying to figure out
how to turn it into a bug report on kernel.org. What do they want to
see? I've installed 'crash' but I get:
# crash vmcore
crash: namelist argument required
or:
crash /boot/kernel-3.10.15 vmcore
crash: /boot/kernel-3.10.15:
On 10/13/2013 06:08 AM, Martin Vaeth wrote:
>>> 5. You can't script iptables-restore!
>>
>> Well, actually you can script iptables-restore.
>
> For those who are interested:
> net-firewall/firewall-mv from the mv overlay
> (available over layman) now provides a separate
> firewall-scripted.sh
> wh
shawn wilson wrote:
> On Fri, Oct 4, 2013 at 5:58 PM, Michael Orlitzky wrote:
>
>>
>> 1. The iptables-restore syntax is uglier and harder to read.
>
> I don't get this - the syntax is [...]
> What am I missing or how is this uglier?
Argument separation (e.g. if you have arguments with spaces);
i
On 10/13/2013 06:26 AM, shawn wilson wrote:
> On Fri, Oct 4, 2013 at 5:58 PM, Michael Orlitzky wrote:
>
>>
>> 1. The iptables-restore syntax is uglier and harder to read.
>
> I don't get this - the syntax is *chain and then :tables (with
> optional counters) instead of -N, and then a bunch of ru
Hello,
i try to install dev-lang/gnat-gcc but the configure phase break with
the msg:
checking for x86_64-pc-linux-gnu-gcc...
/var/tmp/portage/dev-lang/gnat-gcc-4.5.4/work/usr/bin/gnatgcc
checking for C compiler default output file name...
configure: error: in `/var/tmp/portage/dev-lang/gnat-g
Dale wrote:
> Alan McKinnon wrote:
>>
>> Basically, it looks like you have a once-off event.
>>
>> Until it happens again, very little you can do wrt troubleshooting
>>
>>
>>
> I agree. It ran for days with no problems that I saw. Sure is weird
> tho. I just wonder if something outside the puter
On Fri, Oct 4, 2013 at 5:58 PM, Michael Orlitzky wrote:
>
> 1. The iptables-restore syntax is uglier and harder to read.
I don't get this - the syntax is *chain and then :tables (with
optional counters) instead of -N, and then a bunch of rules, and then
a COMMIT command (the only thing you don't
>> 5. You can't script iptables-restore!
>
> Well, actually you can script iptables-restore.
For those who are interested:
net-firewall/firewall-mv from the mv overlay
(available over layman) now provides a separate
firewall-scripted.sh
which can be conveniently used for such scripting.
Mick wrote:
> On Sunday 13 Oct 2013 00:07:56 Thanasis wrote:
>> on 10/12/2013 05:40 PM gottl...@nyu.edu wrote the following:
>>> copy the lvm partitions to directories on an external disk (ext3)
>>
>> What command did you use for copying?
>
> You can use rsync, scp or (s)tar.
>
> Personally I prefe
21 matches
Mail list logo