Your message dated Wed, 13 Dec 2006 09:39:13 +1100
with message-id <[EMAIL PROTECTED]>
and subject line Reclose bug
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: heimdal-kdc
Version: 0.7.2.dfsg.1-6
Severity: serious
It seems the heimdal-kdc upgrade disables hpropd in inetd
unconditionally on upgrades:
| typhon:~# grep hprop /etc/inetd.conf
| krb_prop stream tcp nowait root /usr/sbin/tcpd
/usr/sbin/hpropd
| typhon:~# apt-get install --reinstall heimdal-kdc
| Reading package lists... Done
| Building dependency tree... Done
| 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
| Need to get 0B/136kB of archives.
| After unpacking 0B of additional disk space will be used.
| Do you want to continue [Y/n]?
| Preconfiguring packages ...
| (Reading database ... 11871 files and directories currently installed.)
| Preparing to replace heimdal-kdc 0.7.2.dfsg.1-6 (using
.../heimdal-kdc_0.7.2.dfsg.1-6_i386.deb) ...
| Stopping Heimdal KDC: heimdal-kdc.
| Unpacking replacement heimdal-kdc ...
| Setting up heimdal-kdc (0.7.2.dfsg.1-6) ...
| Starting Heimdal KDC: heimdal-kdc.
|
| typhon:~# grep hprop /etc/inetd.conf
| #<off># krb_prop stream tcp nowait root /usr/sbin/tcpd
/usr/sbin/hpropd
| typhon:~#
Apparently the package's prerm script disables all services unconditionally.
Peter
--
| .''`. ** Debian GNU/Linux **
Peter Palfrader | : :' : The universal
http://www.palfrader.org/ | `. `' Operating System
| `- http://www.debian.org/
--- End Message ---
--- Begin Message ---
Source: heimdal
Source-Version: 0.7.2.dfsg.1-7
This bug was fixed, using a modified version of Andi's patch - one that calls
enable_servers if upgrading from an old version (as the old version calls
disable_servers first).
I consider this cleaner then Peter's solution which always enables hprop on
upgrades even if you don't want it.
Also see the thread at:
http://lists.debian.org/debian-devel/2006/12/msg00197.html
It has always been my intention that hprop should be disabled by default.
Peter is mistaken, add_servers is only called if "$2" is empty - i.e. on an
initial installation.
The disadvantage is that if upgrading from an old version, the old version
will still disable hprop. Once you upgrade to the new version, any local
changes will be preserved.
I am reclosing this bug, using a versioned close, as Peter appears to have
accidently removed that information.
Thanks.
--
Brian May <[EMAIL PROTECTED]>
--- End Message ---