Re: ingress shaping?

2003-11-03 Thread Clement Hermann
R.M. Evers wrote: hi everyone, thanx for the tips om my last traffic shaping question. i've managed to get a debian bridge (ebtables / bridge-nf patched 2.4.22 kernel w/ newest 'tc') up and running which does firewalling and outgoing shaping. now, i wanted to try the incoming ingress shaping, but i

Re: ingress shaping?

2003-11-03 Thread Clement Hermann
R.M. Evers wrote: hi everyone, thanx for the tips om my last traffic shaping question. i've managed to get a debian bridge (ebtables / bridge-nf patched 2.4.22 kernel w/ newest 'tc') up and running which does firewalling and outgoing shaping. now, i wanted to try the incoming ingress shaping, but

Re: CBQ/HBQ and other QoS algorithms

2003-09-09 Thread Clement Hermann
Clément Hermann wrote: Hi, I'd like some information on HBQ in particular and QoS in general. Does anyone knows where I can find useful information (I only found the Linux Advanced Routing and Traffic Control HOWTO so far, must-read but lacks informations about HBQ) ? ooops... I meant HTB,

Re: chmod in SFTP

2003-08-18 Thread Clement Hermann
Ahtonín Karásek wrote: Hello everybody, I have a small ISP and want to open SFTP. But I don't want users to be able to chmod files. I want rights to be 660 for files and 770 for directories. Is there any way how to do it? SFTP is nothing but ssh... I don't think there is a way with plain ssh to

Re: PERC4/Di RAID Controller

2003-08-14 Thread Clement Hermann
Antonin Karasek wrote: Hello everybody, I just bought DELL PowerEdge 2600 with $SUBJECT. I'm trying to install Debian to it. Unfortunatelly, DELL is supporting the RedHat only. The problem is, that Debian instalation program don't find $SUBJECT and say: "No hard drive dected" :( I tryed "bf24" and

php and suexec on debian

2003-08-01 Thread Clement Hermann
Hi, I'm trying tu use php in cgi mode with suexec. I had no problem with this setup previously, as I used to compile apache myself, so I could specify whichever path I want for docroot and userdir. I used to specify --suexec-userdir=cgi-bin, and to put a php binary in a $HOME/cgi-bin directory fo