Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Promt erscheint nicht bei Konsole oder bei Login per SSH
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
Ununnilium
n00b
n00b


Joined: 22 Oct 2012
Posts: 4

PostPosted: Mon Oct 22, 2012 3:31 pm    Post subject: Promt erscheint nicht bei Konsole oder bei Login per SSH Reply with quote

Hallo zusammen
Ich nutze ein Gentoo-System mit KDE. Bei mir tritt plötzlich folgendes Problem auf: Wenn ich das Programm "Konsole" starte, erscheint kein Kommandopromt. Genau gleich ist es, wenn ich mich per SSH mit meinem Rechner verbinden möchte. Wenn ich "kdesu kate" starten will, meldet KDE nach dem Eingeben des Passworts, dass das Programm "su" nicht gefunden werden kann. Komischerweise funktioniert auf den per F1-F6 erreichbaren Terminals alles normal. Weiss evt. jemand, an was das liegen könnte?
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Mon Oct 22, 2012 3:53 pm    Post subject: Reply with quote

Code:
rc-update add udev-mount sysinit

https://forums.gentoo.org/viewtopic-t-940164.html
Back to top
View user's profile Send private message
arfe
Apprentice
Apprentice


Joined: 24 Aug 2005
Posts: 298
Location: Essen

PostPosted: Mon Oct 22, 2012 5:18 pm    Post subject: Reply with quote

Tja, die neue udev-Version. :D

Code:
postinst_init_scripts() {
        local enable_postmount=false

        # FIXME: inconsistent handling of init-scripts here
        #  * udev is added to sysinit in openrc-ebuild
        #  * we add udev-postmount to default in here
        #

        # If we are building stages, add udev and udev-mount to the sysinit runlevel
        # automatically.


Code:
 # Warn the user about adding the scripts to their sysinit runlevel
        if [[ -e "${EROOT}"/etc/runlevels/sysinit ]]
        then
                if [[ ! -e "${EROOT}"/etc/runlevels/sysinit/udev ]]
                then
                        ewarn
                        ewarn "You need to add udev to the sysinit runlevel."
                        ewarn "If you do not do this,"
                        ewarn "your system will not be able to boot!"
                        ewarn "Run this command:"
                        ewarn "\trc-update add udev sysinit"
                fi
                if [[ ! -e "${EROOT}"/etc/runlevels/sysinit/udev-mount ]]
Back to top
View user's profile Send private message
Ununnilium
n00b
n00b


Joined: 22 Oct 2012
Posts: 4

PostPosted: Mon Oct 22, 2012 5:37 pm    Post subject: Reply with quote

Vielen Dank für eure raschen und hilfreichen Antworten.
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4509
Location: Germany

PostPosted: Mon Oct 22, 2012 5:41 pm    Post subject: Reply with quote

arfe wrote:
Tja, die neue udev-Version. :D
...
Hehe, welche ist denn gemeint? Aktuell sind fünfzehn Versionen im Tree verfügbar ;)
Aus welchem Ebuild stammt dein genanter Code?
Back to top
View user's profile Send private message
Ununnilium
n00b
n00b


Joined: 22 Oct 2012
Posts: 4

PostPosted: Mon Oct 22, 2012 6:02 pm    Post subject: Reply with quote

Bei mir ist gerade Version 194 installiert. Ich nehme deshalb an, dass dort die Änderung war.
Back to top
View user's profile Send private message
arfe
Apprentice
Apprentice


Joined: 24 Aug 2005
Posts: 298
Location: Essen

PostPosted: Mon Oct 22, 2012 7:06 pm    Post subject: Reply with quote

Josef.95 wrote:
arfe wrote:
Tja, die neue udev-Version. :D
...
Hehe, welche ist denn gemeint? Aktuell sind fünfzehn Versionen im Tree verfügbar ;)
Aus welchem Ebuild stammt dein genanter Code?


Natürlich von der Stable Version. Welche sonst? :roll:

Die aktuelle Stable Version ist 171-r8.
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