Bug#556180: some programs become inaccessible

2009-11-16 Thread Atsushi KAMOSHIDA
> AK> You should open another ticket, or it'll make the problem complexed. > I'm guessing that maybe both problems are related, and fixing the latter > will fix the former. You can guess but I can't guess because of less information. You should describe how you handle rcconf and how you find the p

Bug#556180: some programs become inaccessible

2009-11-16 Thread jidanni
AK> You should open another ticket, or it'll make the problem complexed. I'm guessing that maybe both problems are related, and fixing the latter will fix the former. AK> BTW, rcconf saves the service name and its number(NN of AK> /etc/rc?.d/[SK]NNname]) in /var/lib/rcconf/services. If you purge AK

Bug#556180: some programs become inaccessible

2009-11-16 Thread Atsushi KAMOSHIDA
> Yes, but isn't what I found a much bigger problem that should be fixed first? You should open another ticket, or it'll make the problem complexed. BTW, rcconf saves the service name and its number(NN of /etc/rc?.d/[SK]NNname]) in /var/lib/rcconf/services. If you purge rcconf, this file is delet

Bug#556180: some programs become inaccessible

2009-11-16 Thread jidanni
> "AK" == Atsushi KAMOSHIDA writes: AK> Purging rcconf deletes its database and re-installed rcconf can't find AK> off state package. AK> I mensioned to re-install the packages rcconf can't see, not rcconf itself. >> If you've tried switching ntp and mysql with older rcconf(<= 2.2), >> pleas

Bug#556180: some programs become inaccessible

2009-11-16 Thread Atsushi KAMOSHIDA
Purging rcconf deletes its database and re-installed rcconf can't find off state package. I mensioned to re-install the packages rcconf can't see, not rcconf itself. > If you've tried switching ntp and mysql with older rcconf(<= 2.2), > please re-install ntp and mysql. update-rc.d disable/enable

Bug#556180: some programs become inaccessible

2009-11-16 Thread jidanni
I uncovered a much bigger problem. # rcconf --list|grep -c off$ 9 # aptitude purge rcconf # aptitude install rcconf # rcconf --list|grep -c off$ 0 rcconf cannot detect any services that are off. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe

Bug#556180: some programs become inaccessible

2009-11-16 Thread Atsushi KAMOSHIDA
In my environment(sid), rcconf seems fine on both ntp and mysql. debdesk:~# rcconf -l | grep ntp ntp on debdesk:~# rcconf --off ntp update-rc.d: using dependency based boot sequencing update-rc.d: warning: ntp start runlevel arguments (none) do not match LSB Default-Start values (2 3 4 5) update-r

Bug#556180: some programs become inaccessible

2009-11-13 Thread jidanni
Package: rcconf Version: 2.4 Some programs become inaccessible: # rcconf --list|grep -c mysql 0 # find /etc/rc?.d -name \*mysql /etc/rc0.d/K02mysql /etc/rc1.d/K02mysql /etc/rc2.d/K02mysql /etc/rc3.d/K02mysql /etc/rc4.d/K02mysql /etc/rc5.d/K02mysql /etc/rc6.d/K02mysql # rcconf --list|grep -c ntp