Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
/etc/conf.d/basic --> nicht vorhanden
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
mastAwu
n00b
n00b


Joined: 04 Apr 2003
Posts: 10
Location: Austria

PostPosted: Thu Apr 10, 2003 9:48 am    Post subject: /etc/conf.d/basic --> nicht vorhanden Reply with quote

hallo leute!

nach einem emerge wir bei mir jedes mal folgender fehler angezeigt, wenn ich mich als root einloggen will

Code:

mastawu@mw mastawu $ su -
Password:
-bash: /etc/conf.d/basic: No such file or directory
mw root #


die datei wurde wohl von mir entweder unabsichtlich - eher unwahrscheinlich - oder durch das emergen gelöscht. laut gentoo-doku gehört die datei zu den 2 konfigurationsdateien.

:?:
wie wichtig ist diese datei überhaupt? mein system scheint noch immer einwandfrei zu funktionieren - bis auf die fehlermeldung natürlich. wie stell ich die datei wieder her? ist es eigentlich möglich einfach die basic-datei einer anderen gentoo-installation zu kopieren?
:?:

danke im voraus für die antworten!
_________________
mastawu
Back to top
View user's profile Send private message
mastAwu
n00b
n00b


Joined: 04 Apr 2003
Posts: 10
Location: Austria

PostPosted: Fri Apr 11, 2003 3:25 am    Post subject: Reply with quote

habe nun einfach eine datei mit dem namen erstellt -> keine fehlermeldungen mehr. hmm.. anscheinend ist die datei nicht so ganz wichtig.
_________________
mastawu
Back to top
View user's profile Send private message
ajordan
Guru
Guru


Joined: 10 Sep 2002
Posts: 320
Location: Hannover / Germany

PostPosted: Fri Apr 11, 2003 5:17 am    Post subject: Reply with quote

Die Datei scheint zu irgendeinem Programm zu gehoeren, das du installiert hast. Auf meinen Kisten habe ich weder eine solche Fehlermeldung, noch so eine Datei.

Alex
_________________
http://spitfire.homelinux.net/
http://spitfire.spittix.de/

GNU/LinuX mobile Dokumentation
Back to top
View user's profile Send private message
mastAwu
n00b
n00b


Joined: 04 Apr 2003
Posts: 10
Location: Austria

PostPosted: Fri Apr 11, 2003 12:29 pm    Post subject: Reply with quote

das kann schon sein, da beim emergen neue programme installiert wurden. aber sollte das programm die datei nicht selbst anlegen?
_________________
mastawu
Back to top
View user's profile Send private message
derelm
Tux's lil' helper
Tux's lil' helper


Joined: 26 Nov 2002
Posts: 95

PostPosted: Fri Apr 11, 2003 2:12 pm    Post subject: Reply with quote

du könntest ja vielleicht mit qpkg herausbekommen zu welchem paket die datei ursprünglich gehören sollte.

Code:

qpkg -f /etc/conf.d/basic


für qpkg brauchst du gentoolkit

wahrscheinlich handelt es sich um einen ebuild fehler irgendwo
Back to top
View user's profile Send private message
MaxX
n00b
n00b


Joined: 25 Sep 2002
Posts: 13

PostPosted: Fri Apr 11, 2003 3:43 pm    Post subject: Reply with quote

der fehler liegt an einer geupdateten /etc/profile

Code:

# Extract the value of EDITOR
[ -z "$EDITOR" ] && EDITOR="`. /etc/rc.conf; echo $EDITOR`" 2>/dev/null
[ -z "$EDITOR" ] && EDITOR="`. /etc/conf.d/basic; echo $EDITOR`" 2>/dev/null
[ -z "$EDITOR" ] && EDITOR="/bin/vim"
export EDITOR


das vorhandensein der datei wird einfach nicht geprueft - einfach auskommentieren, ist eh nicht so wichtig...
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