Re: Is Swapping on software RAID1 possible in linux 2.4 ?

2001-07-05 Thread Joseph Bueno
panics while it tries to read/write on a crashed swap partition and leave your data in some inconsistent state). Regards -- Joseph Bueno - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at ht

Re: Is Swapping on software RAID1 possible in linux 2.4 ?

2001-07-05 Thread Joseph Bueno
on a crashed swap partition and leave your data in some inconsistent state). Regards -- Joseph Bueno - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

Re: NEWBEE "reverse ioctl" or someting like

2001-05-03 Thread Joseph Bueno
signal but your user-level application can use an ioctl when it receives this signal and get the data. -- Joseph Bueno NetClub/Trader.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: NEWBEE reverse ioctl or someting like

2001-05-03 Thread Joseph Bueno
. -- Joseph Bueno NetClub/Trader.com - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: increasing the number of file descriptors

2001-02-27 Thread Joseph Bueno
ux-kernel" in > the body of a message to [EMAIL PROTECTED] > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ Hi, You can change per process file descriptor limit with ulimit. If your processes are using a lot of fds

Re: increasing the number of file descriptors

2001-02-27 Thread Joseph Bueno
ead the FAQ at http://www.tux.org/lkml/ Hi, You can change per process file descriptor limit with ulimit. If your processes are using a lot of fds you can increase system wide limits with: /proc/sys/fs/file-max /proc/sys/fs/inode-max Regards -- Joseph Bueno NetClub/Trader.com - To unsubscribe from this

Re: VM balancing problems under 2.4.2-ac1

2001-02-24 Thread Joseph Bueno
2, I have no experience with 2.4 yet). I have found some situations where not being able to force a maximum limit was a problem. You could argue that with a good load balancing algorithm user defined limits are useless. Believe me, my experience on HPUX workstations showed that lowering

Re: VM balancing problems under 2.4.2-ac1

2001-02-24 Thread Joseph Bueno
rithm user defined limits are useless. Believe me, my experience on HPUX workstations showed that lowering its max. limit from 50% (default value) to 10% turned some sluggish machines into speed daemons ! Just my 0.02$ Hope this helps -- Joseph Bueno - To unsubscribe from this list: send the line &q

Re: pretending a network interface

2001-01-10 Thread Joseph Bueno
d what you mean with "a process to pretending a functional network interface". If you are looking for a way to have something that looks like a network interface without real hardware, you should look at "dummy" module. On ma machine, I use: ifconfig dummy0 192.168.1.1 up to

Re: pretending a network interface

2001-01-10 Thread Joseph Bueno
ay to have something that looks like a network interface without real hardware, you should look at "dummy" module. On ma machine, I use: ifconfig dummy0 192.168.1.1 up to set up such an interface. Hope this helps -- Joseph Bueno - To unsubscribe from this list: send the line "un