Re: update-inetd
On Jan 13, Goswin von Brederlow <[EMAIL PROTECTED]> wrote: > I think this has a rather simple solution (for lenny?). It does not, since there are multiple inet superserver daemons with incompatible configuration file formats. Now that I finally have been allowed to split update-inetd from netbase their maintainers will be able to make them replace the standard inetd as first class citizens of the system. -- ciao, Marco signature.asc Description: Digital signature
Re: update-inetd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, Am Sa den 13. Jan 2007 um 1:18 schrieb Roger Leigh: > > c) update-inetd should default to creating none unless explicitly told > >to. This has the advantage of staying secure if a dau admin install a > >package accidentally. > > This would not square with the current practice of defaulting to a > secure but functional service when you install a package. If you > didn't want to run it, you wouldn't install it. The admin always has > the option of commenting it out. Well, but it would be the way a daemon has to work. As admin I do never like to have a deamon enabled before I configure it properly. And some packages install a server as dependencies. (Sure, this is a bug.) > I've been exposed to using Fedora recently, which takes the approach > you suggest of requiring explicit enabling of *everything*, and it's a I do not see the point. Fedora do enable everything what is needed to run the system. All deamons which are not needed essentially are disabled by default. (Other think is the strange dependencies in RedHats Fedora.) > complete pain. Trying to discover the thing to tweak to get a daemon > to work is rather annoying; intentionally "crippling" a package by > default is not IMO the way to go. Hmm. I don't think so. It is easy to do a "update-inetd --enable whatever". Moreover in my eyes the functionality should be the same if inetd or xinetd is uses (like RedHats chkconfig do). And the mess is at the moment there is no way of NOT to install any superserver at all. There is software you don't want to run as deamon but having dependencies for inetd or (better) update-inetd. And there are also packages arround NOT having dependencies for update-inetd but using it in postinst and/or prerm. Wishes Klaus Ethgen - -- Klaus Ethgenhttp://www.ethgen.de/ pub 2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <[EMAIL PROTECTED]> Fingerprint: D7 67 71 C4 99 A6 D4 FE EA 40 30 57 3C 88 26 2B -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iQEVAwUBRaows5+OKpjRpO3lAQJqiwf/X5nQUpFao4n6RBS/j25mxN9+q/BebaV/ VzEImKvzRMzuPgunQHzy0B9MgaS5AzaIOlZ7+nLcXwG4AI92iCFExMS/2kpcmOy2 MoqGXldoqbP31/e4w8nHOa4O7u22Ra4k/i023rGeXlzlFhy/8yFvVVVxJFvr5+3D HZ7MvNvqEcO/+SSf0KJa7Dvyd3h6K1wUs+qqeO8OUeF6jx2ex9SjkfRi2wY2aKoD k8YrayEbxJCJ0CG8sYwD6cglG2DeVglRENTGvmzuc+gxFWXkbvDpevBXSOo0QP8d GENiopWj5UyOYOen0RU6Ay3pPv8sX/64p48HZU8WJw1j1pfadrfULA== =2ALM -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Ihre Newsletter-Registrierung bei safety4all.de
=== safety4all.de - Sicherheit für Ihr Zuhause! === Herzlich willkommen zum Newsletter von www.safety4all.de. Ihre Anmeldung wurde registriert, und Sie erhalten zukünftig unseren kostenlosen Newsletter mit Informationen rund um das Thema Sicherheit im privaten und gewerblichen Bereich sowie zu Themen rund um das Thema Eigenheim. Sollten Sie sich zu diesem Newsletter nicht angemeldet haben, können Sie sich hier austragen: http://www.safety4all.de/newsletter-abmelden.htm Beste Grüße safety4all.de
Re: update-inetd
On Sat, Jan 13, 2007 at 10:21:35PM +0100, Peter Palfrader wrote: > On Sat, 13 Jan 2007, Steve Langasek wrote: > > > * should packages disable inetd config entries on removal and in > > > preparation for upgrade, and then reenable the entries after upgrade > > > is complete? > > No, they shouldn't, because this loses local modifications to the inetd.conf > > line. > Actually it doesn't. > If you call update-inetd with --disable in prerm it just prepends > "## " to your line (if the service is enabled), and when you call > it in postinst with --enable it will remove the "## ". > Running --enable will not touch any lines without the magic '## ' > token, so if the admin commented out the line with just # (or anything > not ##) the service will stay disabled, thereby preserving the > admin's configuration. Hmm, ack. Though one of Brian's questions was about services "that should be disabled by default"; disabling those on prerm without enabling them on postinst would be wrong because it loses the admin's choice to enable the service. Disabling them on prerm and enabling them on postinst would be wrong because then it wouldn't be disabled by default. The only reasonable option I see for that case is to call neither --enable nor --disable for the service. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Ihre Newsletter-Registrierung bei safety4all.de
also sprach [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2007.01.14.1242 +0100]: > http://www.safety4all.de/newsletter-abmelden.htm Based on judgement, I decided this wasn't spammer harvesting and have unsubscribed the address. -- Please do not send copies of list mail to me; I read the list! .''`. martin f. krafft <[EMAIL PROTECTED]> : :' : proud Debian developer, author, administrator, and user `. `'` http://people.debian.org/~madduck - http://debiansystem.info `- Debian - when you have better things to do than fixing systems NP: Fussible / Nortec Collective - Tijuana Sessions, Vol. 03 signature.asc Description: Digital signature (GPG/PGP)
Re: update-inetd
On Sun, 14 Jan 2007, Steve Langasek wrote: > On Sat, Jan 13, 2007 at 10:21:35PM +0100, Peter Palfrader wrote: > > On Sat, 13 Jan 2007, Steve Langasek wrote: > > > > > * should packages disable inetd config entries on removal and in > > > > preparation for upgrade, and then reenable the entries after upgrade > > > > is complete? > > > > No, they shouldn't, because this loses local modifications to the > > > inetd.conf > > > line. > > > Actually it doesn't. > > > If you call update-inetd with --disable in prerm it just prepends > > "## " to your line (if the service is enabled), and when you call > > it in postinst with --enable it will remove the "## ". > > > Running --enable will not touch any lines without the magic '## ' > > token, so if the admin commented out the line with just # (or anything > > not ##) the service will stay disabled, thereby preserving the > > admin's configuration. > > Hmm, ack. > > Though one of Brian's questions was about services "that should be disabled > by default"; disabling those on prerm without enabling them on postinst > would be wrong because it loses the admin's choice to enable the service. > Disabling them on prerm and enabling them on postinst would be wrong because > then it wouldn't be disabled by default. The only reasonable option I see > for that case is to call neither --enable nor --disable for the service. The solution in this case is to install the service with just a #, like kerberos already does: | echidna:/var/lib/dpkg/info# grep hprop_entry heimdal-kdc.postinst | hprop_entry="#krb_prop stream tcp nowait root/usr/sbin/tcpd /usr/sbin/hpropd" | update-inetd --group KRB5 --add "$hprop_entry" Peter -- | .''`. ** Debian GNU/Linux ** Peter Palfrader | : :' : The universal http://www.palfrader.org/ | `. `' Operating System | `-http://www.debian.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#406848: ITP: hannah -- Help Hannah's Horse is a pacman-like game, child oriented
Package: wnpp Severity: wishlist Owner: Margarita Manterola <[EMAIL PROTECTED]> * Package name: hannah Version : 0.2.a Upstream Author : Stephen Branley <[EMAIL PROTECTED]> * URL : http://sourceforge.net/projects/hannah/ * License : GPLv2 Programming Lang: C++ Description : Help Hannah's Horse is a pacman-like game, child oriented Help Hannah's Horse is like a cross between Pacman and the Dizzy game "Fastfood". The objective to to move Hannah to collect the pills around the maze while avoiding the ghosts. Moving around the maze there are also carrots which Hannah must also collect in order to complete the level. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Blogger post failed
Blogger could not process your message at this time. Error code: 9.3D734C Original message: From: debian-devel@lists.debian.org Date: None Subject: None None -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#406905: ITP: cd5 -- Compute checksum of individual track on CD-ROMS
Package: wnpp Severity: wishlist Owner: Florent Bayle <[EMAIL PROTECTED]> * Package name: cd5 Version : 0.1 Upstream Author : Yann Droneaud <[EMAIL PROTECTED]> * URL : http://projects.meuh.org/cd5/ * License : GPL Programming Lang: C Description : Compute checksum of individual track on CD-ROMS CD-ROM Digest is a program that checks a multi-track CD-ROM. It reports the MD5 digest and size for each track on a CD-ROM. The digest is done as the track is read, without dumping CD-ROM data on the hard drive. This tool helps users that are burning a multi-track CD-ROM to check the result. -- Florent -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#406935: ITP: ledger-smb -- A web based double-entry accounting program
Package: wnpp Severity: wishlist Owner: Michael C. Schultheiss <[EMAIL PROTECTED]> * Package name: ledger-smb Version : 1.1.7 Upstream Author : LedgerSMB Core Team * URL : http://www.ledgersmb.org/ * License : GPL Programming Lang: Perl Description : A web based double-entry accounting program LedgerSMB is a double-entry accounting system written in Perl. Data is stored in a SQL database server and displayed through a web browser. The system is linked by a chart of accounts. All transactions for AR, AP, and GL are stored in a transaction table. Hyperlinks from the chart of accounts let you view transactions posted through AR, AP, and GL. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
=?KOI8-R?Q?=F7=C1=DB =D3=C1=CA=D4 =CE=D5=D6=C4=C1=C5=D4=D3=D1 =D7 =D2=C1=D3=CB=D2=D5=
=D4=CB=C5?= MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="--DAE9258B67C42C40" X-Spam: Not detected DAE9258B67C42C40 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: quoted-printable =FA=C4=D2=C1=D7=D3=D4=D7=D5=CA=D4=C5!=ED=D9 =CF=C2=D2=C1=D4=C9=CC=C9 =D7=CE= =C9=CD=C1=CE=C9=C5 =CE=C1 =D4=CF =DE=D4=CF =F7=C1=DB =D3=C1=CA=D4 =D3=CC=CF= =D6=CE=CF =CE=C1=CA=D4=C9 =D7 =D0=CF=C9=D3=CB=CF=D7=D9=C8 =D3=C9=D3=D4=C5= =CD=C1=C8.=F0=D2=C5=C4=CC=C1=C7=C1=C5=CD =D0=D2=CF=C4=D7=C9=CE=D5=D4=D8 =F7= =C1=DB =D3=C1=CA=D4 =D0=CF =CE=CF=D7=CF=CA =D4=C5=C8=CE=CF=CC=CF=C7=C9=C9 &= quot;=E4=CF=D2=D7=C5=CA".=E2=CC=C1=C7=CF=C4=C1=D2=D1 =C4=C1=CE=CE=CF=CA =D2= =C1=D3=CB=D2=D5=D4=CB=C5 =D3=C1=CA=D4 =C2=D5=C4=C5=D4 =CE=C1=C8=CF=C4=C9=D4= =D3=D1 =D0=CF 7 500 - 15 000 =DA=C1=D0=D2=CF=D3=CF=D7 =D7 =D0=C5=D2=D7=CF= =CA =C4=C5=D3=D1=D4=CB=C5 =D0=CF=C9=D3=CB=CF=D7=C9=CB=CF=D7.=E5=D3=CC=C9 = =C4=C1=CE=CE=CF=C5 =D0=D2=C5=C4=CC=CF=D6=C5=CE=C9=C5 =F7=C1=D3 =DA=C1=C9=CE= =D4=C5=D2=C5=D3=CF=D7=C1=CC=CF, =D4=CF =D0=CF=DA=D7=CF=CE=C9=D4=C5 =D0=CF =D4=C5=CC=C5=C6=CF=CE=D5:(495)502= 61 85 icq: 334-785-961=F3 =D5=D7=C1=D6=C5=CE=C9=C5=CD, =F0=C1=D7=C5=CC. DAE9258B67C42C40 Content-Type: text/html; charset=koi8-r Content-Transfer-Encoding: quoted-printable =F0=EF =F0=EF=F7=EF=E4=F5 =F7=E1=FB=E5=E7=EF =F3=E1=EA=F4=E1 =FA=C4=D2=C1=D7=D3= =D4=D7=D5=CA=D4=C5! =ED=D9 =CF=C2=D2=C1= =D4=C9=CC=C9 =D7=CE=C9=CD=C1=CE=C9=C5 =CE=C1 =D4=CF =DE=D4=CF =F7=C1=DB =D3= =C1=CA=D4 =D3=CC=CF=D6=CE=CF =CE=C1=CA=D4=C9 =D7 =D0=CF=C9=D3=CB=CF=D7=D9= =C8 =D3=C9=D3=D4=C5=CD=C1=C8. =F0=D2=C5=C4=CC=C1= =C7=C1=C5=CD =D0=D2=CF=C4=D7=C9=CE=D5=D4=D8 =F7=C1=DB =D3=C1=CA=D4 =D0=CF = =CE=CF=D7=CF=CA =D4=C5=C8=CE=CF=CC=CF=C7=C9=C9 "=E4=CF=D2=D7=C5=CA". =E2=CC=C1=C7=CF=C4= =C1=D2=D1 =C4=C1=CE=CE=CF=CA =D2=C1=D3=CB=D2=D5=D4=CB=C5 =D3=C1=CA=D4 =C2= =D5=C4=C5=D4 =CE=C1=C8=CF=C4=C9=D4=D3=D1 =D0=CF 7 500 - 15 000 =DA=C1=D0=D2= =CF=D3=CF=D7 =D7 =D0=C5=D2=D7=CF=CA =C4=C5=D3=D1=D4=CB=C5 =D0=CF=C9=D3=CB= =CF=D7=C9=CB=CF=D7. =E5=D3=CC=C9 =C4=C1= =CE=CE=CF=C5 =D0=D2=C5=C4=CC=CF=D6=C5=CE=C9=C5 =F7=C1=D3 =DA=C1=C9=CE=D4=C5= =D2=C5=D3=CF=D7=C1=CC=CF, =D4=CF =D0=CF=DA=D7=CF=CE=C9=D4=C5 =D0=CF =D4=C5=CC=C5=C6=CF=CE=D5:(495)502= 61 85 icq: 334-785-961 =F3 =D5=D7=C1=D6=C5= =CE=C9=C5=CD, =F0=C1=D7=C5=CC. DAE9258B67C42C40-- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]