Hallo,
ich habe in der limits.conf folgendes:
	
	
	
		
in der /etc/pam.d/login
	
	
	
		
und folgendes ausgeführt
	
	
	
		
und mit ulimit -a die angaben geprüft.
aber wenn ich eine SFV prüfung auf 3000 sehr kleine dateien mache, dann bleibt nach 1012 dateien das programm hängen.
ich habe debian am laufen. was kann ich noch tun?
			
			ich habe in der limits.conf folgendes:
		Code:
	
	* soft nofile 65536
* hard nofile 65536
root soft nofile 65536
root hard nofile 65536
* soft nproc 2047
* hard nproc 16384
root soft nproc 2047
root hard nproc 16384
	in der /etc/pam.d/login
		Code:
	
	# Sets up user limits according to /etc/security/limits.conf
# (Replaces the use of /etc/limits in old login)
session    required   pam_limits.so
session    required   /lib/security/pam_limits.so
	und folgendes ausgeführt
		Code:
	
	echo 65535 > /proc/sys/fs/file-max
	und mit ulimit -a die angaben geprüft.
aber wenn ich eine SFV prüfung auf 3000 sehr kleine dateien mache, dann bleibt nach 1012 dateien das programm hängen.
ich habe debian am laufen. was kann ich noch tun?