Wiki source code of Probleme

Last modified by wikibot on 2023/02/05 20:32

Hide last authors
Jonas Jelten 3.1 1 = Common mistakes =
2 Instructions for fixing common errors and problems.
wikibot 1.1 3
4
5
6 {{toc/}}
7
8
Jonas Jelten 3.1 9 == 1. Firefox / Thunderbird does not start ==
wikibot 1.1 10
Jonas Jelten 3.1 11 If the message 'Firefox is already running but not responding' appears, open the console
wikibot 1.1 12
Jonas Jelten 3.1 13 (Applications → Accessories → Terminal Emulator) and enter the following command:
14
wikibot 1.1 15 {{{
16 repair_firefox.sh
17
18 }}}
Jonas Jelten 3.1 19 Same thing for Thunderbird:
wikibot 1.1 20 {{{
21 repair_thunderbird.sh
22
23 }}}
24
Jonas Jelten 3.1 25 The scripts are located in **/urs/local/dist/bin**
wikibot 1.1 26
Jonas Jelten 3.1 27 == 2.BlackBox login screen immediately ejects from the session (no error message) ==
Aysegül Omus 2.1 28
Jonas Jelten 3.1 29 If you return to the login screen without an error message 'Incorrect Password, please try again', then you should check if the home directory is full. (up to 5GB)
wikibot 1.1 30
Jonas Jelten 3.1 31 In most cases, for example, it's a Dropbox folder.
wikibot 1.1 32
Jonas Jelten 3.1 33 There are the following options:
Aysegül Omus 2.1 34
Jonas Jelten 3.1 35 Extern:
wikibot 1.1 36
Jonas Jelten 3.1 37 Connect via ssh to lxhalle.in.tum.de (eg scp, FileZilla), then into the desired directory
38 change and delete unnecessary data
Aysegül Omus 2.1 39
Jonas Jelten 3.1 40 Direct at the black box:
wikibot 1.1 41
Jonas Jelten 3.1 42 Open terminal with CTRL + ALT + F1.
43
44 With the commands:
45
wikibot 1.1 46 {{{
Jonas Jelten 3.1 47 #show the size of the current folder
wikibot 1.1 48 du -hs .
Jonas Jelten 3.1 49 #Show all folders in this directory with memory usage
50 du -hs *
wikibot 1.1 51
52 }}}
53
Jonas Jelten 3.1 54 you can see which directory has how much memory available.
wikibot 1.1 55
Jonas Jelten 3.1 56 Then switch to the desired directory and delete data that is no longer needed.
wikibot 1.1 57
Jonas Jelten 3.1 58 With Alt-F7 you come back to the login screen.