Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Could not get dependency info for "...
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
sven-tek
Guru
Guru


Joined: 06 May 2003
Posts: 339

PostPosted: Wed Jul 30, 2003 10:56 am    Post subject: Could not get dependency info for "... Reply with quote

habe einen haufen meldungen beim booten:

Could not get dependency info for "...

von einigen init.d scripten, funktionieren tut eigentlich alles.
wenn ich ein depscan versuche bekomme ich das hier:

Code:
root # depscan.sh
 * Caching service dependencies...
'ash: line 581: syntax error near unexpected token `{
'ash: line 581: `  depend() {
 *  Can't find service 'checkroot' needed by 'domainname';  continuing...
 *  Can't find service 'localmount' needed by 'gpm';  continuing...
 *  Can't find service 'localmount' needed by 'hdparm';  continuing...
 *  Can't find service 'checkroot' needed by 'hostname';  continuing...
 *  Can't find service 'localmount' needed by 'numlock';  continuing...
 *  Can't find service 'clock' needed by 'vcron';  continuing...
 *  Can't find service 'localmount' needed by 'vcron';  continuing...
 *  Can't find service 'logger' needed by 'vcron';  continuing...         [ ok ]


Bitte helft mir mal, hab schon einiges versucht.

Und diese init skripte die er verlangt benutze ich gar nicht, bzw. habe sie nicht im runlevel.
Back to top
View user's profile Send private message
sven-tek
Guru
Guru


Joined: 06 May 2003
Posts: 339

PostPosted: Thu Jul 31, 2003 10:33 pm    Post subject: Reply with quote

hat keiner ne ahnung? hilfe
Back to top
View user's profile Send private message
Genone
Retired Dev
Retired Dev


Joined: 14 Mar 2003
Posts: 9538
Location: beyond the rim

PostPosted: Thu Jul 31, 2003 10:37 pm    Post subject: Reply with quote

existieren die Dateien in den Fehlermeldungen (checkroot, localmount, ...) in /etc/init.d ? Das sind Basisskripte, die fürs booten notwendig sind (werden normalerweise im boot Runlevel gestartet). Und hast du irgendwelche manuellen Änderungen an einem Initskript vorgenommen ?
Back to top
View user's profile Send private message
sven-tek
Guru
Guru


Joined: 06 May 2003
Posts: 339

PostPosted: Sat Aug 02, 2003 4:33 pm    Post subject: Reply with quote

Hi, dateien sind da.

Code:
myserver init.d # ls
acpid        depscan.sh    inetd       net.lo     reslisa       vcron
apache       dist.sh       iptables    net.ppp0   rmnologin     winbind
bluez-sdp    domainname    keymaps     netmount   rsyncd        xdm
bootmisc     fam           lisa        noip       runscript.sh  xfs
checkfs      functions.sh  local       nscd       samba         xinetd
checkroot    gpm           localmount  numlock    serial        xmail
clock        halt.sh       metalog     portmap    shutdown.sh
consolefont  hdparm        modules     pure-ftpd  sshd
crypto-loop  hostname      mysql       rc3.d      switch
cupsd        hylafax       net.eth0    reboot.sh  urandom
myserver init.d # ./checkroot start
 * WARNING:  "checkroot" has already been started.
myserver init.d #


System läuft soweit, nur diese ganzen Meldungen machen mir Kopfschmerzen und ich weiß auch nicht welche Datei das sein soll mit dem Syntaxfehler. vielleicht weiß das jemand? oder weiß das rauszufinden?

Danke!
Back to top
View user's profile Send private message
Camoes
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jan 2003
Posts: 125
Location: Munich, Germany

PostPosted: Sat Aug 02, 2003 6:03 pm    Post subject: Reply with quote

hmm also checkroot und localmount benutzt du sicher, weil localmount die Partitionen die in deiner fstab stehen mountet und chkroot von localmount gebraucht wird.

versuch vielleicht mal ein "emerge baselayout" wenn alles nix hilft, dann werden die ganzen skripte neu installiert. Allerdings solltest du eigene Skripte vorher sichern, weil die sind danach weg und das ist naturgemäß schlecht wenn Du sie nicht sicherst und danach wieder reinkopierst :)
_________________
e = pi = 3
breakmygentoo
Back to top
View user's profile Send private message
Robelix
l33t
l33t


Joined: 21 Jul 2002
Posts: 760
Location: in a World created by a Flying Spaghetti Monster

PostPosted: Sun Aug 03, 2003 9:34 am    Post subject: Reply with quote

Mir ist das gerade mal mit einem frisch installiertem Squid untergekommen.
Nach einem rc-update add squid default waren die Meldungen dann aber weg.
_________________
mysql> SELECT question FROM life, universe, everything WHERE answer=42;
Empty set (2079460347 sec)
Back to top
View user's profile Send private message
sven-tek
Guru
Guru


Joined: 06 May 2003
Posts: 339

PostPosted: Thu Aug 14, 2003 7:53 pm    Post subject: Reply with quote

Hi Leute,

ich verzweifel das Ding ist nicht wegzubekommen.

emerge -e system
emerge baselayout

hat nichts gebracht.

immernoch bekomme ich dieses wenn ich ein depscan mache ( wird automatisch beim rc-update add ... ausgefürht)

Code:
myserver root # depscan.sh
 * Caching service dependencies...
'ash: line 684: syntax error near unexpected token `{
'ash: line 684: `  depend() {
 *  Can't find service 'checkroot' needed by 'domainname';  continuing...
 *  Can't find service 'hostname' needed by 'domainname';  continuing...
 *  Can't find service 'localmount' needed by 'gpm';  continuing...
 *  Can't find service 'localmount' needed by 'hdparm';  continuing...
 *  Can't find service 'localmount' needed by 'numlock';  continuing...
 *  Can't find service 'localmount' needed by 'urandom';  continuing...
 *  Can't find service 'clock' needed by 'vcron';  continuing...
 *  Can't find service 'localmount' needed by 'vcron';  continuing...
 *  Can't find service 'logger' needed by 'vcron';  continuing...
 *  Can't find service 'localmount' needed by 'acpid';  continuing...     [ ok ]


mein acpi deamon läuft auch nicht wegen dieses problems. zum verzweifeln
Back to top
View user's profile Send private message
phoennixx
n00b
n00b


Joined: 22 Mar 2004
Posts: 16

PostPosted: Fri Jun 11, 2004 6:48 pm    Post subject: Reply with quote

falls du squid drauf hast ... unmerge das mal .. dann müssten die fehler weg sein :) hatte das gleiche mit squid. .. nach dem unmergen war der fehler wie vom erdboden verschluckt
Back to top
View user's profile Send private message
sven-tek
Guru
Guru


Joined: 06 May 2003
Posts: 339

PostPosted: Sun Nov 28, 2004 4:18 pm    Post subject: Reply with quote

ich hatte kein squid drauf, habe damals das System komplett neu aufgesetzt (noch andere Gründe), und bin so drumherum gekommen das prob zu lösen...
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