Bug#519555: KNOWN PROBLEM vs. 20/20 links

2009-04-02 Thread Andrey Jr. Melnikov
Hello!

After apply this patch - I see 'hidden' services and can manage it.
Only need add 'functions' to unselects array.

--- /usr/sbin/rcconf2009-04-02 19:02:39.0 +0400
+++ /usr/sbin/rcconf.orig   2009-04-02 19:02:32.0 +0400
@@ -617,7 +617,7 @@
 ( $rcdf-{$key}-[10] == $rcdf-{$key}-[14] ) 
 ( $rcdf-{$key}-[10] == $rcdf-{$key}-[15] ) 
 ( $rcdf-{$key}-[10] == $rcdf-{$key}-[16] ) 
-( $rcdf-{$key}-[10] == 0 ) ) {
+( $rcdf-{$key}-[10] != -1 ) ) {
 ## defaults packages
 push(@new_initd, $key);
   }


without patch:
# rcconf --list | grep off
rsync off
mysql-ndb-mgm off
freshclam off
mysql-ndb off
font off
functions off
spamassassin off
clamd off

witch patch:
# rcconf --list | grep off
rsync off
pptpd off
mysql-ndb-mgm off
freshclam off
mysql-ndb off
font off
mysql off
functions off
spamassassin off
pxe off
clamd off


-- 
 Best regards, TEMHOTA-RIPN aka MJA13-RIPE
 System Administrator. mailto:temn...@kmv.ru




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519555: KNOWN PROBLEM vs. 20/20 links

2009-04-02 Thread David w Szeto
wrong email address

 David.
Cell: 408-332-6189





From: Andrey Jr. Melnikov temn...@kmv.ru
To: 519...@bugs.debian.org
Cc: jida...@jidanni.org
Sent: Thursday, April 2, 2009 8:18:25 AM
Subject: Bug#519555: KNOWN PROBLEM vs. 20/20 links

Hello!

After apply this patch - I see 'hidden' services and can manage it.
Only need add 'functions' to unselects array.

--- /usr/sbin/rcconf2009-04-02 19:02:39.0 +0400
+++ /usr/sbin/rcconf.orig2009-04-02 19:02:32.0 +0400
@@ -617,7 +617,7 @@
 ( $rcdf-{$key}-[10] == $rcdf-{$key}-[14] ) 
 ( $rcdf-{$key}-[10] == $rcdf-{$key}-[15] ) 
 ( $rcdf-{$key}-[10] == $rcdf-{$key}-[16] ) 
-( $rcdf-{$key}-[10] == 0 ) ) {
+( $rcdf-{$key}-[10] != -1 ) ) {
 ## defaults packages
 push(@new_initd, $key);
   }


without patch:
# rcconf --list | grep off
rsync off
mysql-ndb-mgm off
freshclam off
mysql-ndb off
font off
functions off
spamassassin off
clamd off

witch patch:
# rcconf --list | grep off
rsync off
pptpd off
mysql-ndb-mgm off
freshclam off
mysql-ndb off
font off
mysql off
functions off
spamassassin off
pxe off
clamd off


-- 
Best regards, TEMHOTA-RIPN aka MJA13-RIPE
System Administrator. mailto:temn...@kmv.ru


  

Bug#519555: KNOWN PROBLEM vs. 20/20 links

2009-04-02 Thread Atsushi KAMOSHIDA
Hi,

 After apply this patch - I see 'hidden' services and can manage it.
 Only need add 'functions' to unselects array.
 
 --- /usr/sbin/rcconf2009-04-02 19:02:39.0 +0400
 +++ /usr/sbin/rcconf.orig2009-04-02 19:02:32.0 +0400
 @@ -617,7 +617,7 @@
 ( $rcdf-{$key}-[10] == $rcdf-{$key}-[14] ) 
 ( $rcdf-{$key}-[10] == $rcdf-{$key}-[15] ) 
 ( $rcdf-{$key}-[10] == $rcdf-{$key}-[16] ) 
 -( $rcdf-{$key}-[10] == 0 ) ) {
 +( $rcdf-{$key}-[10] != -1 ) ) {
 ## defaults packages
 push(@new_initd, $key);
   }

This may cause another problem. This code checks if the pattern is set by
rcconf, since rcconf set 0 when rcconf off the package.

Thanks to Dan, I'm testing new version and will release within a few days.

If you can test, please send email to me. I'll send you pre-version.

Atsushi




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519555: KNOWN PROBLEM vs. 20/20 links

2009-03-17 Thread Atsushi KAMOSHIDA
 They are just two different computers I use on alternating days.
Does your touch V test reproduce on jidanni1?

I think the hint for this problem is what difference your computers is
because rcconf works fine on your jidanni1 and doesn't work on jidanni2.
Also, rcconf works fine on my computers.

 They should be almost the same. Did my touch V test reproduce the
 bug for you?

Here is my results. I tested on two different hosts.
It seems rcconf works fine.

host1:~# set V
host1:~# touch /etc/init.d/$@
host1:~# chmod +x /etc/init.d/$@
host1:~# rcconf --on $@
host1:~# rcconf --off $@
host1:~# rcconf --on $@
host1:~# rcconf --off $@
host1:~# rcconf --on $@
host1:~# rcconf --off $@

host2:~# set V
host2:~# touch /etc/init.d/$@
host2:~# chmod +x /etc/init.d/$@
host2:~# rcconf --on $@
host2:~# rcconf --off $@
host2:~# rcconf --on $@
host2:~# rcconf --off $@
host2:~# rcconf --off $@
Service 'V' is already on. Skipping...
host2:~# rcconf --on $@
host2:~# rcconf --on $@
Service 'V' is already off. Skipping...
host2:~# rcconf --off $@







-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519555: KNOWN PROBLEM vs. 20/20 links

2009-03-17 Thread jidanni
OK, so there is some other factor involved...
but what?
-- System Information:
Debian Release: squeeze/sid
  APT prefers experimental
  APT policy: (990, 'experimental'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rcconf depends on:
ii  dialog1.1-20080819-1 Displays user-friendly dialog boxe
ii  perl  5.10.0-19  Larry Wall's Practical Extraction 
ii  perl-modules  5.10.0-19  Core Perl modules
ii  sysv-rc   2.86.ds1-61System-V-like runlevel change mech
ii  whiptail [whiptail-provid 0.52.2-11.3Displays user-friendly dialog boxe

rcconf recommends no packages.

rcconf suggests no packages.

-- no debconf information
SHELL=/bin/bash
XTERM_SHELL=/bin/su
USER=root
PATH=/usr/sbin:/usr/bin:/sbin:/bin
LC_MESSAGES=C
LC_COLLATE=C
LANG=zh_TW.UTF-8
LYNX_CFG=/home/jidanni/.lynx.cfg
XTERM_LOCALE=zh_TW.UTF-8
XTERM_VERSION=XTerm(241)
HOME=/root
LOGNAME=root
LC_CTYPE=zh_TW.UTF-8



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519555: KNOWN PROBLEM vs. 20/20 links

2009-03-17 Thread Atsushi KAMOSHIDA
 OK, so there is some other factor involved...
 but what?

Could you describe your information in detail?
I can't understand your some other factor.


 -- System Information:
 Debian Release: squeeze/sid
   APT prefers experimental
   APT policy: (990, 'experimental'), (500, 'unstable')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
 Locale: LANG=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages rcconf depends on:
 ii  dialog1.1-20080819-1 Displays user-friendly dialog 
 boxe
 ii  perl  5.10.0-19  Larry Wall's Practical 
 Extraction 
 ii  perl-modules  5.10.0-19  Core Perl modules
 ii  sysv-rc   2.86.ds1-61System-V-like runlevel change 
 mech
 ii  whiptail [whiptail-provid 0.52.2-11.3Displays user-friendly dialog 
 boxe
 
 rcconf recommends no packages.
 
 rcconf suggests no packages.
 
 -- no debconf information
 SHELL=/bin/bash
 XTERM_SHELL=/bin/su
 USER=root
 PATH=/usr/sbin:/usr/bin:/sbin:/bin
 LC_MESSAGES=C
 LC_COLLATE=C
 LANG=zh_TW.UTF-8
 LYNX_CFG=/home/jidanni/.lynx.cfg
 XTERM_LOCALE=zh_TW.UTF-8
 XTERM_VERSION=XTerm(241)
 HOME=/root
 LOGNAME=root
 LC_CTYPE=zh_TW.UTF-8
 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519555: KNOWN PROBLEM vs. 20/20 links

2009-03-16 Thread Atsushi KAMOSHIDA
What is the difference between jidanni1 and jidanni2?




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519555: KNOWN PROBLEM vs. 20/20 links

2009-03-16 Thread jidanni
 AK == Atsushi KAMOSHIDA ka...@debian.org writes:

AK What is the difference between jidanni1 and jidanni2?

They are just two different computers I use on alternating days.
They should be almost the same. Did my touch V test reproduce the
bug for you?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519555: KNOWN PROBLEM vs. 20/20 links

2009-03-15 Thread Atsushi KAMOSHIDA
 it happens with other packages too. I only tried the S/K20's.

Other packages may also happen at your side because rcconf doesn't have
its own status for defaults, rcconf has status data in
/var/lib/rcconf/services for non-defaults.

I couldn't reproduce your situation. In my several hosts, rcconf works fine.
Probably the problem at your side is that rcconf can't find off-state
package when rcconf has de-selected before.




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519555: KNOWN PROBLEM vs. 20/20 links

2009-03-15 Thread jidanni
AK Probably the problem at your side is that rcconf can't find
AK off-state package when rcconf has de-selected before.

Odd, on my jidanni1 computer, the only problem I have is
the messages are reversed:
# rcconf --on wwwoffle
# rcconf --on wwwoffle
Service 'wwwoffle' is already off. Skipping... #Should say already on
# rcconf --off wwwoffle
# rcconf --off wwwoffle
Service 'wwwoffle' is already on. Skipping... #Should say already off

So only my jidanni2 computer is has the bigger bug... which I will
test more tomorrow.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519555: KNOWN PROBLEM vs. 20/20 links

2009-03-14 Thread Atsushi KAMOSHIDA
 Can you please try this experiment:
 update-rc.d -f wwwoffle remove
 update-rc.d wwwoffle defaults
 then run rcconf and in it deselect wwwoffle,
 then do
 # find /etc/rc?* -name \*wwwoffle*
 /etc/rc0.d/K20wwwoffle
 /etc/rc1.d/K20wwwoffle
 /etc/rc2.d/K20wwwoffle
 /etc/rc3.d/K20wwwoffle
 /etc/rc4.d/K20wwwoffle
 /etc/rc5.d/K20wwwoffle
 /etc/rc6.d/K20wwwoffle
 do you see rcconf left behind only K links? OK, I guess, but
 then run rcconf and see if wwwoffle is listed at all.

Rcconf sets K links when you de-select the package.
The daemon process of the package will be stopped safely when the system
is shutdown after you de-select the package.

I tried your instruction and can see wwwoffle and other packages.
Of course, I can see K links as follows:
# update-rc.d -f wwwoffle remove
 Removing any system startup links for /etc/init.d/wwwoffle ...
   /etc/rc0.d/K20wwwoffle
   /etc/rc1.d/K20wwwoffle
   /etc/rc2.d/S20wwwoffle
   /etc/rc3.d/S20wwwoffle
   /etc/rc4.d/S20wwwoffle
   /etc/rc5.d/S20wwwoffle
   /etc/rc6.d/K20wwwoffle
# update-rc.d wwwoffle defaults
 Adding system startup for /etc/init.d/wwwoffle ...
   /etc/rc0.d/K20wwwoffle - ../init.d/wwwoffle
   /etc/rc1.d/K20wwwoffle - ../init.d/wwwoffle
   /etc/rc6.d/K20wwwoffle - ../init.d/wwwoffle
   /etc/rc2.d/S20wwwoffle - ../init.d/wwwoffle
   /etc/rc3.d/S20wwwoffle - ../init.d/wwwoffle
   /etc/rc4.d/S20wwwoffle - ../init.d/wwwoffle
   /etc/rc5.d/S20wwwoffle - ../init.d/wwwoffle
# rcconf  --- de-select
# find /etc/rc?* -name \*wwwoffle*
/etc/rc0.d/K00wwwoffle
/etc/rc1.d/K00wwwoffle
/etc/rc2.d/K00wwwoffle
/etc/rc3.d/K00wwwoffle
/etc/rc4.d/K00wwwoffle
/etc/rc5.d/K00wwwoffle
/etc/rc6.d/K00wwwoffle
# rcconf  --- select
# rcconf  --- de-select


The following result is after wwwoffle is selected by rcconf:
# find /etc/rc?* -name \*wwwoffle*
/etc/rc0.d/K20wwwoffle
/etc/rc1.d/K20wwwoffle
/etc/rc2.d/S20wwwoffle
/etc/rc3.d/S20wwwoffle
/etc/rc4.d/S20wwwoffle
/etc/rc5.d/S20wwwoffle
/etc/rc6.d/K20wwwoffle


Here is de-selecting wwwoffle only with --verbose option.

# rcconf --verbose
/usr/sbin/update-rc.d -f wwwoffle remove  ; /usr/sbin/update-rc.d wwwoffle stop 
00 0 1 2 3 4 5 6 .  
 Removing any system startup links for /etc/init.d/wwwoffle ...
   /etc/rc0.d/K20wwwoffle
   /etc/rc1.d/K20wwwoffle
   /etc/rc2.d/S20wwwoffle
   /etc/rc3.d/S20wwwoffle
   /etc/rc4.d/S20wwwoffle
   /etc/rc5.d/S20wwwoffle
   /etc/rc6.d/K20wwwoffle
 Adding system startup for /etc/init.d/wwwoffle ...
   /etc/rc0.d/K00wwwoffle - ../init.d/wwwoffle
   /etc/rc1.d/K00wwwoffle - ../init.d/wwwoffle
   /etc/rc2.d/K00wwwoffle - ../init.d/wwwoffle
   /etc/rc3.d/K00wwwoffle - ../init.d/wwwoffle
   /etc/rc4.d/K00wwwoffle - ../init.d/wwwoffle
   /etc/rc5.d/K00wwwoffle - ../init.d/wwwoffle
   /etc/rc6.d/K00wwwoffle - ../init.d/wwwoffle

And, here is selecting wwwoffle only again with --verbose option.

# rcconf --verbose
/usr/sbin/update-rc.d -f wwwoffle remove  ; /usr/sbin/update-rc.d wwwoffle 
defaults 
 Removing any system startup links for /etc/init.d/wwwoffle ...
   /etc/rc0.d/K00wwwoffle
   /etc/rc1.d/K00wwwoffle
   /etc/rc2.d/K00wwwoffle
   /etc/rc3.d/K00wwwoffle
   /etc/rc4.d/K00wwwoffle
   /etc/rc5.d/K00wwwoffle
   /etc/rc6.d/K00wwwoffle
 Adding system startup for /etc/init.d/wwwoffle ...
   /etc/rc0.d/K20wwwoffle - ../init.d/wwwoffle
   /etc/rc1.d/K20wwwoffle - ../init.d/wwwoffle
   /etc/rc6.d/K20wwwoffle - ../init.d/wwwoffle
   /etc/rc2.d/S20wwwoffle - ../init.d/wwwoffle
   /etc/rc3.d/S20wwwoffle - ../init.d/wwwoffle
   /etc/rc4.d/S20wwwoffle - ../init.d/wwwoffle
   /etc/rc5.d/S20wwwoffle - ../init.d/wwwoffle

The both result cause no wwwoffle line in /var/lib/rcconf/services.

# grep wwwoffle /var/lib/rcconf/services 
#

I just uploaded 2.1 but only changes install path(nothing has changed in
rcconf itself)





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519555: KNOWN PROBLEM vs. 20/20 links

2009-03-14 Thread jidanni
Hello Mr. 鴨志田.
it happens with other packages too. I only tried the S/K20's.

# rcconf --list|grep wwwoffle
wwwoffle on
# rcconf --off wwwoffle
# rcconf --list|grep wwwoffle
# rcconf --on wwwoffle
Service 'wwwoffle' doesn't exist.
# rcconf --list|grep exim4
exim4 on
# rcconf --off exim4
# rcconf --on exim4
Service 'exim4' doesn't exist.
# update-rc.d -f exim4 remove
 Removing any system startup links for /etc/init.d/exim4 ...
   /etc/rc0.d/K20exim4
   /etc/rc1.d/K20exim4
   /etc/rc2.d/K20exim4
   /etc/rc3.d/K20exim4
   /etc/rc4.d/K20exim4
   /etc/rc5.d/K20exim4
   /etc/rc6.d/K20exim4
# update-rc.d exim4 defaults
 Adding system startup for /etc/init.d/exim4 ...
   /etc/rc0.d/K20exim4 - ../init.d/exim4
   /etc/rc1.d/K20exim4 - ../init.d/exim4
   /etc/rc6.d/K20exim4 - ../init.d/exim4
   /etc/rc2.d/S20exim4 - ../init.d/exim4
   /etc/rc3.d/S20exim4 - ../init.d/exim4
   /etc/rc4.d/S20exim4 - ../init.d/exim4
   /etc/rc5.d/S20exim4 - ../init.d/exim4
# rcconf --list|grep exim4
exim4 on
# rcconf --off exim4
# rcconf --on exim4
Service 'exim4' doesn't exist.
# update-rc.d -f exim4 remove
 Removing any system startup links for /etc/init.d/exim4 ...
   /etc/rc0.d/K20exim4
   /etc/rc1.d/K20exim4
   /etc/rc2.d/K20exim4
   /etc/rc3.d/K20exim4
   /etc/rc4.d/K20exim4
   /etc/rc5.d/K20exim4
   /etc/rc6.d/K20exim4
# update-rc.d exim4 defaults
 Adding system startup for /etc/init.d/exim4 ...
   /etc/rc0.d/K20exim4 - ../init.d/exim4
   /etc/rc1.d/K20exim4 - ../init.d/exim4
   /etc/rc6.d/K20exim4 - ../init.d/exim4
   /etc/rc2.d/S20exim4 - ../init.d/exim4
   /etc/rc3.d/S20exim4 - ../init.d/exim4
   /etc/rc4.d/S20exim4 - ../init.d/exim4
   /etc/rc5.d/S20exim4 - ../init.d/exim4
# rcconf --on exim4
Service 'exim4' is already off. Skipping...

But we asked to turn it on, not off...



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519555: KNOWN PROBLEM vs. 20/20 links

2009-03-13 Thread jidanni
Package: rcconf
Version: 2.0

AHHHGGG!
I removed wwwoffle via rcconf, but now can't put it back. It is not
inside rcconf's menu anymore.

The man page says
   In that situation, remove the entry(corresponding package line) from 
/var/lib/rcconf/services.
But it is not in there too!

So I must do:
# update-rc.d -f wwwoffle remove
 Removing any system startup links for /etc/init.d/wwwoffle ...
   /etc/rc0.d/K20wwwoffle
   /etc/rc1.d/K20wwwoffle
   /etc/rc2.d/K20wwwoffle
   /etc/rc3.d/K20wwwoffle
   /etc/rc4.d/K20wwwoffle
   /etc/rc5.d/K20wwwoffle
   /etc/rc6.d/K20wwwoffle
# update-rc.d wwwoffle defaults
 Adding system startup for /etc/init.d/wwwoffle ...
   /etc/rc0.d/K20wwwoffle - ../init.d/wwwoffle
   /etc/rc1.d/K20wwwoffle - ../init.d/wwwoffle
   /etc/rc6.d/K20wwwoffle - ../init.d/wwwoffle
   /etc/rc2.d/S20wwwoffle - ../init.d/wwwoffle
   /etc/rc3.d/S20wwwoffle - ../init.d/wwwoffle
   /etc/rc4.d/S20wwwoffle - ../init.d/wwwoffle
   /etc/rc5.d/S20wwwoffle - ../init.d/wwwoffle

At this point, one can use rcconf again, remove wwwoffle, and thus
reproduce the bug... very easy to reproduce.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519555: KNOWN PROBLEM vs. 20/20 links

2009-03-13 Thread Atsushi KAMOSHIDA
 I removed wwwoffle via rcconf, but now can't put it back. It is not
 inside rcconf's menu anymore.

I tried the following steps and it seems 'wwwoffle' is showed and can be
selected again.

(1) Install wwwoffle package
(2) Run rcconf
(2-A) de-select wwwoffle
(2-B) Ok and exit
(3) Run rcconf
'wwwoffle' can be de-selected

Wwoffle run 'update-rc.d wwwoffle defaults' in postinst and it doesn't
cause rcconf write wwwoffle entry in /var/lib/rcconf/services.
 /var/lib/rcconf/services is used for non-default form.

Could you check /etc/rc*.d/ and see if any wwwoffle related files
remains?

Regards,
Atsushi



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519555: KNOWN PROBLEM vs. 20/20 links

2009-03-13 Thread jidanni
AK (1) Install wwwoffle package
I don't want to reinstall.
AK 'wwwoffle' can be de-selected
yes, but can't be reselect afterwards.
AK Could you check /etc/rc*.d/ and see if any wwwoffle related files
AK remains?
When I remove wwwoffle via rcconf,
# find /etc/rc?* -name \*wwwoffle*
/etc/rc0.d/K20wwwoffle
/etc/rc1.d/K20wwwoffle
/etc/rc2.d/K20wwwoffle
/etc/rc3.d/K20wwwoffle
/etc/rc4.d/K20wwwoffle
/etc/rc5.d/K20wwwoffle
/etc/rc6.d/K20wwwoffle
remain.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519555: KNOWN PROBLEM vs. 20/20 links

2009-03-13 Thread Atsushi KAMOSHIDA
 AK (1) Install wwwoffle package
 I don't want to reinstall.

You don't need to reinstall. I installed since my host doesn't
have wwwoffle.

 AK 'wwwoffle' can be de-selected
 yes, but can't be reselect afterwards.

Here is the complete steps what I did.

(1) Install wwwoffle package
(2) Run rcconf and quit
(3) Check /var/lib/rcconf/services and there doesn't exist wwwoffle line
in /var/lib/rcconf/services.
(4) Run rcconf
(4-A) de-select wwwoffle
(4-B) Ok and exit
(5) Check if wwwoffle entry doesn't exist in /var/lib/rcconf/services
(6) Run rcconf and select wwwoffle
(7) Check if wwwoffle entry doesn't exist in /var/lib/rcconf/services
(8) Run rcconf and de-select wwwoffle
(9) Check if wwwoffle entry doesn't exist in /var/lib/rcconf/services
(10) Run rcconf and select wwwoffle
(11) Check if wwwoffle entry doesn't exist in /var/lib/rcconf/services

I couldn't reproduce your situation.

# dpkg -l rcconf wwwoffle
Desired=Unknown/Install/Remove/Purge/Hold
|Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  rcconf 2.0Debian Runlevel configuration tool
ii  wwwoffle   2.9d-3 World Wide Web OFFline Explorer




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519555: KNOWN PROBLEM vs. 20/20 links

2009-03-13 Thread jidanni
I even purged rcconf, ran  /usr/share/debconf/fix_db.pl, and
reinstalled rcconf.

Can you please try this experiment:
update-rc.d -f wwwoffle remove
update-rc.d wwwoffle defaults
then run rcconf and in it deselect wwwoffle,
then do
# find /etc/rc?* -name \*wwwoffle*
/etc/rc0.d/K20wwwoffle
/etc/rc1.d/K20wwwoffle
/etc/rc2.d/K20wwwoffle
/etc/rc3.d/K20wwwoffle
/etc/rc4.d/K20wwwoffle
/etc/rc5.d/K20wwwoffle
/etc/rc6.d/K20wwwoffle
do you see rcconf left behind only K links? OK, I guess, but
then run rcconf and see if wwwoffle is listed at all.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org