View previous topic :: View next topic |
Author |
Message |
return13 Guru


Joined: 02 Feb 2004 Posts: 513 Location: Hamburg - Germany
|
Posted: Tue May 17, 2005 8:41 am Post subject: Xterm Problem |
|
|
Hab plötzlich ein problem xterm oder aterm aufzurufen...
Seit gestern klappt es beim User garnichtmehr... kommt keine Fehlermeldung, nix... das Fenster öffnet sich ja nicht einmal...
Bei aterm flakert das fenster kurz und ist dann wieder weg.
Also hab ich das ganze mal per root probiert, und da klappt wie immer alles...
also dacht ich mir liegts an den Configs der User hab sein komplettes Verzeichnis glöscht (bzw. Verschoben) und mit nem neuen sauberen Verzeichniss angefangen, hab auch alles was in /tmp/* war gelöscht, so dass es ja nun eigentlich sauber sein sollte...
Aber starten tut sich immernoch nichts...
Was mach ich falsch? |
|
Back to top |
|
 |
Sas Veteran


Joined: 05 Jul 2003 Posts: 1229 Location: Germany
|
Posted: Tue May 17, 2005 8:59 am Post subject: |
|
|
Ist dein user vielleicht nicht in der Gruppe tty? |
|
Back to top |
|
 |
return13 Guru


Joined: 02 Feb 2004 Posts: 513 Location: Hamburg - Germany
|
Posted: Tue May 17, 2005 9:16 am Post subject: |
|
|
Ich merk gerad das ich anscheinend Probleme mit den Rechten hab...
Code: |
/usr/bin/startx: line 111: /dev/null: Keine Berechtigung
/usr/bin/startx: line 111: /dev/null: Keine Berechtigung
/usr/bin/startx: line 150: cannot redirect standard input from /dev/null: Keine Berechtigung
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.10 i686 [ELF]
Current Operating System: Linux momo 2.6.11.7 #13 SMP Thu May 12 18:58:12 CEST 2005 i686
Build Date: 12 April 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue May 17 11:11:23 2005
(==) Using config file: "/etc/X11/xorg.conf"
Using vt 7
/home/return13/.xinitrc: line 2: cannot redirect standard input from /dev/null: Keine Berechtigung
/home/return13/.xinitrc: line 3: cannot redirect standard input from /dev/null: Keine Berechtigung
(process:15811): Gdk-WARNING **: locale not supported by Xlib
(process:15811): Gdk-WARNING **: cannot set locale modifiers
sh: line 1: /dev/null: Keine Berechtigung
Warning: locale not supported by Xlib, locale set to C
xterm: Error 32, errno 2: No such file or directory
Reason: get_pty: not enough ptys
waiting for X server to shut down
/usr/bin/startx: line 1: /dev/null: Keine Berechtigung
|
|
|
Back to top |
|
 |
return13 Guru


Joined: 02 Feb 2004 Posts: 513 Location: Hamburg - Germany
|
Posted: Tue May 17, 2005 9:29 am Post subject: |
|
|
Wie kann ich dem Device bzw. dem User denn nun die richtigen Rechte geben? |
|
Back to top |
|
 |
chrib Guru

Joined: 27 Sep 2003 Posts: 558 Location: Berlin, Germany
|
Posted: Tue May 17, 2005 10:05 am Post subject: |
|
|
return13 wrote: | Wie kann ich dem Device bzw. dem User denn nun die richtigen Rechte geben? |
Indem Du Dir die manpage zu chmod zur Gemüte führst. _________________ Der Mensch kämpft um zu überleben, und nicht, um zu Grunde zu gehen. - Paulo Coelho
It is the end of all hope. To lose the child, the faith. To end all the innocence. To be someone like me. - Nightwish - End of all hope |
|
Back to top |
|
 |
return13 Guru


Joined: 02 Feb 2004 Posts: 513 Location: Hamburg - Germany
|
Posted: Tue May 17, 2005 11:45 am Post subject: |
|
|
Also das Problem mit den Rechten wäre ja jetzt mittels
Code: |
chmod o+rw /dev/null
|
gelöst, jedoch will es immernoch nicht...
Code: |
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.10 i686 [ELF]
Current Operating System: Linux momo 2.6.11.7 #13 SMP Thu May 12 18:58:12 CEST 2005 i686
Build Date: 12 April 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue May 17 13:40:24 2005
(==) Using config file: "/etc/X11/xorg.conf"
Using vt 7
(process:18943): Gdk-WARNING **: locale not supported by Xlib
(process:18943): Gdk-WARNING **: cannot set locale modifiers
Warning: locale not supported by Xlib, locale set to C
xterm: Error 32, errno 2: No such file or directory
Reason: get_pty: not enough ptys
waiting for X server to shut down
|
Weiss einer Rat? |
|
Back to top |
|
 |
pablo_supertux Advocate


Joined: 25 Jan 2004 Posts: 2961 Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)
|
Posted: Tue May 17, 2005 12:20 pm Post subject: |
|
|
wegen xterm/aterm Problem: Ich hatte schon etwas ähnliches, ich hatte nur vergessen,
Code: |
File systems --->
Pseudo filesystems --->
[*] /dev/pts Extended Attributes
|
_________________ A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth! |
|
Back to top |
|
 |
return13 Guru


Joined: 02 Feb 2004 Posts: 513 Location: Hamburg - Germany
|
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|