Displaying 2 results from an estimated 2 matches for "junus".
Did you mean:
janus
2001 Jan 07
3
Prioritize SSH and telnet
Hi routing-experts !
If I want to prioritize up ssh and telnet traffic with Linux 2.4 netfilter
and iproute2. I''ve set outbound tcp 22, 23 and 21 TOSbits to minimize delay,
but this doesn''t seem to be enough to prioritize ssh over for example
http-traffic.
I''m using modem to connect to Internet and got an entire LAN behind the
Linux router/firewall. Well, I think most
2003 Mar 11
2
2GB File size limit on ext3?
I'm using RedHat 7.2 with kernel 2.4.18-26.7.xsmp and root mount using
ext3.
And I have simple test.pl script:
#!/usr/local/bin/perl
open FILE, ">testfile";
while(1){
print FILE "Test.\n" or die $!;
}
It's died when the file size is 2147483647
and give error message: "File size limit exceeded"
and I run "cat testfile testfile >>