Gentoo Archives: gentoo-dev

From: John White <johnjohn@×××××××××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] rc-update/depscan hanging
Date: Sun, 22 Sep 2002 23:24:23
Message-Id: 20020923042547.GQ5045@triceratops.com
1 After emerge'ing cups, I tried to use rc-update to add cupsd
2 to the default run level. However, it hangs on the message:
3
4 Caching service dependencies
5
6 I tracked that message through /sbin/rc-update to
7 /sbin/depscan.sh
8
9 I stuck in some einfo's to see where it was looping, and
10 saw that depscan.sh is in the following loop without
11 ever stopping:
12
13 #first cache the depend lines, and calculate all the provides
14 for x in $(dolisting /etc/init.d/)
15
16 Any ideas on what the heck is going on?
17
18 --
19 John White

Replies

Subject Author
Re: [gentoo-dev] rc-update/depscan hanging John White <johnjohn@×××××××××××.com>