igb reset adapter on kernels > 4.14

2019-04-04 Thread Tim Tassonis
Hi all Since upgrading my routers from the 4.14 to the 4.19 kernel series, I frequently get into the situation that my second (and also third) nic goes down, with igb :02:00.0 enp2s0: Reset adapter Sometimes, it will come up again, sometimes not. I have googled and got a lot of hits,

Re: [BUG] Kernel Panic in squashfs

2015-02-06 Thread Tim Tassonis
On Fri, Feb 6, 2015 at 5:55 PM, Tim Tassonis wrote: Hi all Just found out that squashfs panics when compiled in statically instead of as a module, when mounting an sqf file. The sequence I did was: # mkdir /mnt/gaia-ro # mount /gaiarule.sqf /mnt/gaia-ro -t squashfs -o loop Maybe

Re: [BUG] Kernel Panic in squashfs

2015-02-06 Thread Tim Tassonis
On Fri, Feb 6, 2015 at 5:55 PM, Tim Tassonis wrote: Hi all Just found out that squashfs panics when compiled in statically instead of as a module, when mounting an sqf file. The sequence I did was: # mkdir /mnt/gaia-ro # mount /gaiarule.sqf /mnt/gaia-ro -t squashfs -o loop Maybe

[BUG] Kernel Panic in squashfs

2015-02-06 Thread Tim Tassonis
Hi all Just found out that squashfs panics when compiled in statically instead of as a module, when mounting an sqf file. The sequence I did was: # mkdir /mnt/gaia-ro # mount /gaiarule.sqf /mnt/gaia-ro -t squashfs -o loop Maybe it is of importance that the sqf file is located in the

Re: [BUG] Kernel Panic in squashfs

2015-02-06 Thread Tim Tassonis
On Fri, Feb 6, 2015 at 5:55 PM, Tim Tassonis st...@decentral.ch wrote: Hi all Just found out that squashfs panics when compiled in statically instead of as a module, when mounting an sqf file. The sequence I did was: # mkdir /mnt/gaia-ro # mount /gaiarule.sqf /mnt/gaia-ro -t squashfs -o

Re: [BUG] Kernel Panic in squashfs

2015-02-06 Thread Tim Tassonis
On Fri, Feb 6, 2015 at 5:55 PM, Tim Tassonis st...@decentral.ch wrote: Hi all Just found out that squashfs panics when compiled in statically instead of as a module, when mounting an sqf file. The sequence I did was: # mkdir /mnt/gaia-ro # mount /gaiarule.sqf /mnt/gaia-ro -t squashfs -o

[BUG] Kernel Panic in squashfs

2015-02-06 Thread Tim Tassonis
Hi all Just found out that squashfs panics when compiled in statically instead of as a module, when mounting an sqf file. The sequence I did was: # mkdir /mnt/gaia-ro # mount /gaiarule.sqf /mnt/gaia-ro -t squashfs -o loop Maybe it is of importance that the sqf file is located in the

Re: overlayfs: "filesystem of lowerdir is not supported" on cdrom

2014-10-28 Thread Tim Tassonis
On 10/28/2014 11:54 PM, Al Viro wrote: > On Tue, Oct 28, 2014 at 09:13:13PM +, Al Viro wrote: > >> >> We probably ought to split the normal (case-sensitive, no joliet shite) case >> out and leave it with NULL ->s_d_op, but that'll need to be done carefully, >> or isofs_cmp() will blow up on

overlayfs: "filesystem of lowerdir is not supported" on cdrom

2014-10-28 Thread Tim Tassonis
Hi Just installed 3.18-rc2 and tried to test the overlayfs stuff: $ mkdir /ovtmp $ mount -t tmpfs tmpfs /ovtmp/ $ mkdir /ovtmp/work $ mkdir /ovtmp/upper $ mkdir /cdrw $ mount /dev/sr0 /mnt $ mount |egrep "ovtmp|sr0" /dev/sr0 on /mnt type iso9660 (ro,relatime) tmpfs on /ovtmp type tmpfs

overlayfs: filesystem of lowerdir is not supported on cdrom

2014-10-28 Thread Tim Tassonis
Hi Just installed 3.18-rc2 and tried to test the overlayfs stuff: $ mkdir /ovtmp $ mount -t tmpfs tmpfs /ovtmp/ $ mkdir /ovtmp/work $ mkdir /ovtmp/upper $ mkdir /cdrw $ mount /dev/sr0 /mnt $ mount |egrep ovtmp|sr0 /dev/sr0 on /mnt type iso9660 (ro,relatime) tmpfs on /ovtmp type tmpfs

Re: overlayfs: filesystem of lowerdir is not supported on cdrom

2014-10-28 Thread Tim Tassonis
On 10/28/2014 11:54 PM, Al Viro wrote: On Tue, Oct 28, 2014 at 09:13:13PM +, Al Viro wrote: We probably ought to split the normal (case-sensitive, no joliet shite) case out and leave it with NULL -s_d_op, but that'll need to be done carefully, or isofs_cmp() will blow up on us. See

Re: Thinking outside the box on file systems

2007-08-20 Thread Tim Tassonis
Hi Marc What's the point? People are openly hostile to new ideas here. I started out nice and laid out my ideas and you have a bunch of morons who attack anything new. If you think using subjects like "Thinking out of the box" (implicitely calling everybody else narrow-minded) and "vi causes

Re: The vi editor causes brain damage

2007-08-20 Thread Tim Tassonis
Hi Marc Before everyone gets pissed off and freaks out why don't you ponder the question why rm won't delete all the files in the directory. If you can't grasp that then you're brain damaged. Think big people. Say NO to vi! At first I thought you've got a point here: you definitely _do_

Re: The vi editor causes brain damage

2007-08-20 Thread Tim Tassonis
Hi Marc Before everyone gets pissed off and freaks out why don't you ponder the question why rm won't delete all the files in the directory. If you can't grasp that then you're brain damaged. Think big people. Say NO to vi! At first I thought you've got a point here: you definitely _do_

Re: Thinking outside the box on file systems

2007-08-20 Thread Tim Tassonis
Hi Marc What's the point? People are openly hostile to new ideas here. I started out nice and laid out my ideas and you have a bunch of morons who attack anything new. If you think using subjects like Thinking out of the box (implicitely calling everybody else narrow-minded) and vi causes

Re: Thinking outside the box on file systems

2007-08-15 Thread Tim Tassonis
The ACLs that were added to Linux were a step in the right direction but very incomplete. What should be is a complex permission system that would allow fine grained permissions and inherentance masks to control what permission are granted when someone moves new files into a directory. Instead of

Re: Thinking outside the box on file systems

2007-08-15 Thread Tim Tassonis
The ACLs that were added to Linux were a step in the right direction but very incomplete. What should be is a complex permission system that would allow fine grained permissions and inherentance masks to control what permission are granted when someone moves new files into a directory. Instead of

Re: [git patches] two warning fixes

2007-07-20 Thread Tim Tassonis
Linus Torvalds wrote: I think "must_check" is an abomination. It makes the callee dictate what the caller has to do, but dammit, if the callee really "knows" its errors are that serious, it should damn well handle them itself. The whole "sysfs_create_file()" thing is an example of that. If

Re: [git patches] two warning fixes

2007-07-20 Thread Tim Tassonis
Linus Torvalds wrote: I think must_check is an abomination. It makes the callee dictate what the caller has to do, but dammit, if the callee really knows its errors are that serious, it should damn well handle them itself. The whole sysfs_create_file() thing is an example of that. If it

Re: [Announce] [patch] Modular Scheduler Core and Completely Fair Scheduler [CFS]

2007-04-15 Thread Tim Tassonis
+ printk("Fair Scheduler: Copyright (c) 2007 Red Hat, Inc., Ingo Molnar\n"); So that's what all the fuss about the staircase scheduler is all about then! At last, I see your point. i'd like to give credit to Con Kolivas for the general approach here: he has proven via RSDL/SD

Re: [Announce] [patch] Modular Scheduler Core and Completely Fair Scheduler [CFS]

2007-04-15 Thread Tim Tassonis
+ printk(Fair Scheduler: Copyright (c) 2007 Red Hat, Inc., Ingo Molnar\n); So that's what all the fuss about the staircase scheduler is all about then! At last, I see your point. i'd like to give credit to Con Kolivas for the general approach here: he has proven via RSDL/SD

Re: [ANNOUNCE] RSDL completely fair starvation free interactive cpu scheduler

2007-03-08 Thread Tim Tassonis
Hi Con Just also wanted to throw in my less than two cents: I applied the patch and also have the very strong subjective impression that my system "feels" much more responsive than with stock 2.6.20. Thanks for the great work. Bye Tim - To unsubscribe from this list: send the line

Re: [ANNOUNCE] RSDL completely fair starvation free interactive cpu scheduler

2007-03-08 Thread Tim Tassonis
Hi Con Just also wanted to throw in my less than two cents: I applied the patch and also have the very strong subjective impression that my system feels much more responsive than with stock 2.6.20. Thanks for the great work. Bye Tim - To unsubscribe from this list: send the line unsubscribe