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 cant get it to
work: nothing gets shaped. it seems as if the ingress qdisc just isn't
there.. 

...
did you include ingress qdisc support in the kernel ? it's not enabled 
by default. And if you did configure it as a module, did you insert the 
module in the kernel ? (modprobe sch_ingress I guess)

--
Clément "nodens" Hermann



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 cant get it to
work: nothing gets shaped. it seems as if the ingress qdisc just isn't
there.. 

...

did you include ingress qdisc support in the kernel ? it's not enabled 
by default. And if you did configure it as a module, did you insert the 
module in the kernel ? (modprobe sch_ingress I guess)

--
Clément "nodens" Hermann
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


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, of course.

When I corrected my search terms, I found some useful links :

man pages on www.lartc.org (TBF, CBQ, HTB, and more)

the HTB website : http://luxik.cdi.cz/~devik/qos/htb/

--
Clément Hermann
Administrateur systèmes et réseaux - System Administrator
Business & Decision.Eolas - http://www.eolas.fr


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


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 limit users such a way.
By the way, if you allow sftp login, users will be able to log in to a 
shell.

Many thanks :o)

PS: One more question: When can I expected OpenSSH 3.5 to be included in Debian-stable?

maybe when sarge turn into stable... stable doesn't change, except for 
security fix.

--
Clément Hermann |--|
Administrateur syste`mes et réseaux  | +33 (0)4-76-44-50-50 | 
Business & Decision.Eolas   | http://www.eolas.fr  |
|--| 



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


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 "compact" boot parameters.

The right driver is probably "megaraid.o". I tryed to load it from bash,
but:
$ cd /floppy/boot
$ insmod megaraid.o
insmod: can't handle sections of type 150706568 megaraid.o
$ :-(
I also tryed some parameters for module: HW and SCSI:
$ insmod megaraid.o HW
... with the same result :-(
Is there anybody, who knows the solution? I realy realy do NOT want RedHat
:o)
 

check http://www.domsch.com/linux/
there is an alternate boot disk with a recent version of the megaraid 
driver.

--
Clément Hermann |--|
Administrateur syste`mes et réseaux  | +33 (0)4-76-44-50-50 | 
Business & Decision.Eolas   | http://www.eolas.fr  |
|--| 



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


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 for each user, and each virtualhost had the
following configuration:
user foo
group foo
DocumentRoot /www
Servername blabla
errorlog blabla
customlog blabla combined
AddType application/my-x-httpd-php .php
Action  application/my-x-httpd-php /cgi-php/php
ScriptAlias /cgi-php /cgi-bin
I took a quick look on the debian/rule file of the apache source
package, and saw that userdir was "public-html". docroot was /var/www,
but as I intended to use the userdir, I did not bother.
So, I replaced cgi-bin by public_html, but the suexec log keeps telling
me that php is outside the docroot. But when I use the userdir, I don't
rely upon the docroot, Or do I ?
I Also tried to specify a directory inside the docroot (say,
/var/www/foo_cgi-bin), but the I have no error with suexec, but php
return a parse error on the binary (!).
I'd really appreciate if someone with a little experience with suexec on
debian could tell me what I messed up.
Best regards,

PS: Sorry for debian-user-french readers who might have seen this mail
in french before... ;)
--
Clément Hermann |--|
Administrateur systèmes et réseaux  | +33 (0)4-76-44-50-50 |
Business & Decision.Eolas   | http://www.eolas.fr  |
|--|




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]