Re: [suse-security] traffic shaping
tc filter del dev eth0 and the classname/name of the filter should work
yes, that's what I thought too. but in fact I didn't give the filter a name or a classid (a filter shouldn't even have one, as more than one filter might affect a class). example: # tc filter add dev eth0 protocol ip handle 1 fw classid 1:5 move all ip packets flagged with 1 to the class with the id 1:5. now I would like to delete the filter again: # tc filter del dev eth0 classid 1:5 Unknown filter "classid", hence option "1:5" is unparsable which is - of course - correct (filters don't have classids). and if i try to remove the filter by addressing its properties i get # tc filter del dev eth0 protocol ip handle 1 fw RTNETLINK answers: No such file or directory
Or try "tc qdisc help".
"tc qdisc help" and "tc filter help" don't really help. thank you again. michael
Hello, I hope there are no formatting issues with this email. I am using Evolution, and believe i have properly turned off all HTML formatting, etc. I have the situation where I have 3 file servers set up. I need to have a common user/group/password database across all 3 servers. Right now every time I add a user I manually add the user to all 3. I then manually set the password on all 3. I would like to centralize that. It appears that my best option is to use OpenLDAP and PAM's NSS_LDAP module. Is there a better method to do this? I have begun configuring OpenLDAP to do just this, but have run into a problem. When I try to run PADL's migration tools, ldapadd returns an error message in /var/log/messages:
Apr 18 11:18:21 cgi-pack ldapadd: unable to dlopen /usr/lib/sasl/libgssapiv2.so: libgssapi.so.1: cannot load shared object file: No such file or directory
I believe these are the relevant packages I have installed on my system. cyrus-sasl-gssapi-1.5.24-184 cyrus-sasl-1.5.24-184 cyrus-sasl-devel-1.5.24-184 openldap2-client-2.0.11-39 nss_ldap-150-15 openldap2-devel-2.0.11-39 pam_ldap-105-31 openldap2-2.0.11-39 heimdal-lib-0.3e-27 openssl-0.9.6a-35 openssl-devel-0.9.6a-35 Also, when I run the migrate_all_online.sh tool, I get slapd returning error 32 which at first I thought was related to the above problem, but have come to suspect that they may not be. Apparently error 32 is No Such Object, and it is complaining about no object being defined. I checked to make sure I included all the proper schema in /etc/openldap/slapd.conf and cannot find any other relevant scheme files that are not included. Thank you for any assistance you may offer. Bill Miller jrmiller@cbnlottery.com
* Bill Miller Jr wrote on Thu, Apr 18, 2002 at 06:46 -0400:
I have begun configuring OpenLDAP to do just this, but have run into a problem. When I try to run PADL's migration tools, ldapadd returns an error message in /var/log/messages:
Apr 18 11:18:21 cgi-pack ldapadd: unable to dlopen /usr/lib/sasl/libgssapiv2.so: libgssapi.so.1: cannot load shared object file: No such file or directory
Seems there is no libgssapi.so.1 in a path from /etc/ld.so.conf. Maybe add the path and do a ldconfig, or install libgssapi. I wonder why ldapadd (from openldap I assume) links against a lib from some sasl package. Maybe the installation of openldaüp* failed in some way?
Also, when I run the migrate_all_online.sh tool, I get slapd returning error 32 which at first I thought was related to the above problem, but have come to suspect that they may not be. Apparently error 32 is No Such Object, and it is complaining about no object being defined.
Maybe some adminstrator account or such is missing? Did you created the DB correctly? Did slapd worked before? oki, Steffen -- Dieses Schreiben wurde maschinell erstellt, es trägt daher weder Unterschrift noch Siegel.
participants (3)
-
Bill Miller Jr
-
Michael Stern
-
Steffen Dettmer