Login klapt nicht lande immer im Anmeldebildschirm

danke habe mit
Code:
sudo rm -frv /tmp/*
mein linux wieder am laufen bekommen.

habe mir noch die dateien angesehen die gropiuskalle empfollen hat doch ich habe nichts auffälliges gefunden (was daran liegen kann das ich sie noch nie gesehen haben) :D . Werde sie mal hier reinschreiben vieleicht kann einer was erkennen das ich verändern sollte.
Code:
Datei: /etc/sysconfig/cron
Mögliche Werte: Beliebiger Ganzzahlenwert
Standardwert: 0
Beschreibung: 

 cron.daily can check for old files in tmp-dirs. It will delete all files
 not accessed for more than MAX_DAYS_IN_TMP. If MAX_DAYS_IN_TMP is not set
 or set to 0, this feature will be disabled.
Code:
Datei: /etc/sysconfig/cron
Mögliche Werte: Beliebiger Ganzzahlenwert
Standardwert: 0
Beschreibung: 

 see MAX_DAYS_IN_TMP. This allows to specify another frequency for
 a second set of directories.
Code:
Datei: /etc/sysconfig/cron
Mögliche Werte: Beliebiger Wert
Standardwert: /tmp
Beschreibung: 

 This variable contains a list of directories, in which old files are to
 be searched and deleted. The frequency is determined by MAX_DAYS_IN_TMP
Code:
Datei: /etc/sysconfig/cron
Mögliche Werte: Beliebiger Wert
Standardwert: 
Beschreibung: 

 This variable contains a list of directories, in which old files are to
 be searched and deleted. The frequency is determined by MAX_DAYS_IN_LONG_TMP
 If cleaning of /var/tmp is wanted add it here.
Code:
Datei: /etc/sysconfig/cron
Mögliche Werte: Beliebiger Wert
Standardwert: root
Beschreibung: 

 In OWNER_TO_KEEP_IN_TMP, you can specify, whose files shall not be deleted.
Code:
Datei: /etc/sysconfig/cron
Mögliche Werte: Beliebiger Wert
Standardwert: no
Beschreibung: 

 "Set this to "yes" to entirely remove (rm -rf) all  files and subdirectories
 from the temporary directories defined in TMP_DIRS_TO_CLEAR on bootup.
 Please note, that this feature ignores OWNER_TO_KEEP_IN_TMP - all files will
 be removed without exception."

 If this is set to a list of directories (i.e. starts with a "/"), these
 directories will be cleared instead of those listed in TMP_DIRS_TO_CLEAR.
 This can be used to clear directories at boot as well as clearing unused
 files out of other directories.
kann man da einstellen das die tmp automatische gelöscht wird wenn ja wo
 
Der letzte Ausschnitt von dir ist es, den musst du zu "yes" setzen.
Datei: /etc/sysconfig/cron
Mögliche Werte: Beliebiger Wert
Standardwert: no
Beschreibung:

"Set this to "yes" to entirely remove (rm -rf) all files and subdirectories
from the temporary directories defined in TMP_DIRS_TO_CLEAR on bootup.
Please note, that this feature ignores OWNER_TO_KEEP_IN_TMP - all files will
be removed without exception."

If this is set to a list of directories (i.e. starts with a "/"), these
directories will be cleared instead of those listed in TMP_DIRS_TO_CLEAR.
This can be used to clear directories at boot as well as clearing unused
files out of other directories.
 
ok habe ich gemacht, aber was genau habe ich gemacht mein englisch ist nich so gut.
 
@bulli
Code:
cd /tmp && rm /*
"gehe nach /tmp und lösche dann alles in /"

ist ja auch schön doof :D :D
Du wolltest aber sicher sagen

Code:
cd /tmp/ && rm -frv *
"Gehe nach /tmp und lösche alles"


Ach, du sch*** !
Das hätte in die Hose gehen können. oO
 
Code:
rm /*
Danke, dass du mich drauf hingewiesen hast.
 
Problematisch wär das bloß mit der Option -r geworden.
 

Ähnliche Themen

SSH nicht mehr erreichbar nach fail2ban / disabling root login

MacBook Pro hat Benutzer-Konten vergessen

samba-freigabe funktioniert nicht, was ist zu tun???

Nach fstab-Änderung kein Login mehr möglich

[HowTo] NVidia und 3D unter SuSE/openSUSE

Zurück
Oben