Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Skript in VT1 geht, nicht aber über local.start
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Thu May 15, 2008 2:29 pm    Post subject: Skript in VT1 geht, nicht aber über local.start Reply with quote

Hi!

Ich setze meine FB-Splash per Skript:
Code:
tobi-lap ~ # cat /usr/sbin/adjust_splash
#!/bin/bash
/usr/bin/splash_manager -c set -t Psychotoxic --tty=2
/usr/bin/splash_manager -c set -t Psychotoxic --tty=3
/usr/bin/splash_manager -c set -t Matrix --tty=1
/usr/bin/splash_manager -c set -t girltattoo --tty=5
/usr/bin/splash_manager -c set -t girl_splash --tty=4


Rufe ich das über vt1 auf geht alles.

Wenn ich den Pfad zu dem Skript in /etc/conf.d/local.start schreibe, dann kommt Folgendes:
Code:
tobi-lap ~ # /etc/init.d/local restart
 * Stopping local ...                                                                                                                 [ ok ]
 * Starting local ...
Splash protocol mismatch: -c
This version of splashutils supports splash protocol v1 and v2.
Splash protocol mismatch: -c
This version of splashutils supports splash protocol v1 and v2.
Splash protocol mismatch: -c
This version of splashutils supports splash protocol v1 and v2.
Splash protocol mismatch: -c
This version of splashutils supports splash protocol v1 and v2.
Splash protocol mismatch: -c
This version of splashutils supports splash protocol v1 and v2.
Splash protocol mismatch: -c
This version of splashutils supports splash protocol v1 and v2.
Splash protocol mismatch: -c
This version of splashutils supports splash protocol v1 and v2.
Splash protocol mismatch: -c
This version of splashutils supports splash protocol v1 and v2.
Splash protocol mismatch: -c
This version of splashutils supports splash protocol v1 and v2.
Splash protocol mismatch: -c
This version of splashutils supports splash protocol v1 and v2.
Splash protocol mismatch: -c
This version of splashutils supports splash protocol v1 and v2.
time.uni-freiburg.de -0.627 Thu May 15 16:28:24.000                                                                                   [ ok ]


So sieht die Config aus:
Code:
tobi-lap ~ # cat /etc/conf.d/local.start
# /etc/conf.d/local.start

# This is a good place to load any misc programs
# on startup (use &>/dev/null to hide output)

/usr/sbin/adjust_splash

#splash_manager --help
#/etc/init.d/net.eth0 stop
#/etc/init.d/sshd restart
netdate time.uni-freiburg.de


Was zum Henker ist da los?!

Hoffe, jemand hat eine Idee.

Danke
Tobi
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke
Back to top
View user's profile Send private message
bell
Guru
Guru


Joined: 27 Nov 2007
Posts: 514

PostPosted: Thu May 15, 2008 6:42 pm    Post subject: Reply with quote

Spricht was dagegen Gentoo-eigene Skripte zu benutzen?
media-gfx/splashutils mit USE=fbcondecor bauen und /etc/init.d/fbcondecor starten.
Verschiedene Themes pro tty kannst Du in /etc/conf.d/fbcondecor einstellen.
Zu dem eigentlichen Fehler kann ich nichts sagen.
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Thu May 15, 2008 6:55 pm    Post subject: Reply with quote

Das sieht schon viieeel besser aus.
Jetzt setzt er es richtig.
Aber irgendwie zeigt er die Ausgaben von fbcondecor immer auf das aktuelle VT aus.

Hast du da Erfahrung mit?

Tobi
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke
Back to top
View user's profile Send private message
bell
Guru
Guru


Joined: 27 Nov 2007
Posts: 514

PostPosted: Thu May 15, 2008 8:21 pm    Post subject: Reply with quote

Die Meldungen landen bei mir in /var/log/messages. Welchen Syslogger verwendest Du? Ich nutze syslog-ng mit Standard-Konfiguration.
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Thu May 15, 2008 8:25 pm    Post subject: Reply with quote

bell wrote:
Die Meldungen landen bei mir in /var/log/messages. Welchen Syslogger verwendest Du? Ich nutze syslog-ng mit Standard-Konfiguration.


Me too.
Alles andere landet auch an der richtigen Stelle.

Tobi
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke
Back to top
View user's profile Send private message
bell
Guru
Guru


Joined: 27 Nov 2007
Posts: 514

PostPosted: Thu May 15, 2008 8:39 pm    Post subject: Reply with quote

Ich habe noch "console=tty1" als Boot-Kernel-Parameter. Eventuell ist dieser Parameter dafür zuständig.
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Thu May 15, 2008 8:58 pm    Post subject: Reply with quote

bell wrote:
Ich habe noch "console=tty1" als Boot-Kernel-Parameter. Eventuell ist dieser Parameter dafür zuständig.


Hab ich auch.
Hmm. Mal abwarten, was da Sache ist.

Tobi
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Fri May 16, 2008 6:35 am    Post subject: Reply with quote

Hmm. Nach einem Restart von fbcondecor geht es nun. Keine Ahnung, was da los war.

Danke

Tobi
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
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