Displaying 4 results from an estimated 4 matches for "durchlaufen".
2002 Jun 11
1
SSH / PAM Problem
...a? der sshd die pam anzieht
aber erst wieder frei gibt, wenn der Benutzer die Sitzung beendet.
Hierzu wird zuerst pam_start aufgerufen. Dies authentisiert basierend
auf der pam.conf den Benutzer. Danach wird Accountmanagement
durchgef?hrt. Zum Schlu? folgt session. Diese Stufen werden pam -
Konform durchlaufen. Jedoch wird nachdem session durchgef?hrt wird nicht
pam_end aufgerufen. pam_end ruft die cleanup - Callbacks der einzelnen
Module auf. Da dies nicht aufgerufen wird, werden offene Filehandles
gehalten und sockets nicht geschlossen. pam_end wird erst aufgerufen,
wenn der Benutzer die Verbindung bee...
2019 Feb 11
4
Samba and ufw
Louis,
Followed your instructions so far. Take a look at the output of the
various steps. I'm down to removing items form /etc/ufw. I'm not sure
what I should delete. I know some of the files are backups generated
after some rules were deleted. Please tell me what is safe to delete
before I procede further.
martin at radio:~$ sudo apt-get remove --purge ufw gufw
Reading package
2019 Feb 12
0
Samba and ufw
...s"
> DEFAULT_COLOR_START="\e[36m"
> DEFAULT_COLOR_STOP="\e[0m"
>
> function firewall_status
> {
> # Ausgabemodus
> if [ "$1" != "short" ]; then
> VERBOSE="--verbose"
> fi
> # Alle geladenen Tabellen sortiert durchlaufen
> for table in `cat /proc/net/ip_tables_names | sort`
> do
> echo -e
> "${DEFAULT_COLOR_START}---------------------------------------
> ------------------------------------------------${DEFAULT_COLOR_STOP}"
> echo -e "${DEFAULT_COLOR_START}`echo $table: | tr a...
2011 Dec 12
4
auto-creating a local yum cache?
Hey folks,
I just did an update on a system that is taking the better part of a day (
5.3 ---> 5.7 ) mainly due to file download times.
And I have 4 or 5 more systems to do.
I know I can create my own repository and then point them at it - but that
is difficult here because rsync is blocked (ggrrrrrr...)
Surely there must be a way to have yum on the first box automatically cache
everything