Re: making debconf configuring a package after installation

2001-08-22 Thread Viral
On Thu, Aug 23, 2001 at 05:11:39AM +0400, Alexander Kotelnikov wrote: > Hello. > > I have config (in perl) and templates files. Autogenerated postinst is > a shell script. Lintian complains that postinst-does-not-load-confmodule > and package is not configured after installation. What to do? You

making debconf configuring a package after installation

2001-08-22 Thread Alexander Kotelnikov
Hello. I have config (in perl) and templates files. Autogenerated postinst is a shell script. Lintian complains that postinst-does-not-load-confmodule and package is not configured after installation. What to do? BTW package can be configured running dpkg-reconfigure. Thanks, -- Alexander Kotel

Are YOU looking for a new website, develop an existing site, cheaper hosting or domain names?

2001-08-22 Thread Havealook at This
Are YOU looking for a new website, to develop an existing website, for cheaper hosting or domain names? We are a UK based company who would like to offer you our considerable experience and expertise in the field of website design, eCommerce, eTailing and search engine positioning. Domain name regi

Re: making debconf configuring a package after installation

2001-08-22 Thread Viral
On Thu, Aug 23, 2001 at 05:11:39AM +0400, Alexander Kotelnikov wrote: > Hello. > > I have config (in perl) and templates files. Autogenerated postinst is > a shell script. Lintian complains that postinst-does-not-load-confmodule > and package is not configured after installation. What to do? You

Re: dpkg can't purge init script

2001-08-22 Thread Julian Gilbey
On Wed, Aug 22, 2001 at 10:28:42PM +0100, Andrew Suffield wrote: > Yes actually, it should be guarded with a -e: > if [ -e "/etc/init.d/superviser-ircd" ]; then > /etc/init.d/superviser-ircd stop > fi Should better be a -x, not -e. But that's a small point. Julian -- =-=-=-=-=-=-=-=-=

Re: dpkg can't purge init script

2001-08-22 Thread Andrew Suffield
On Thu, Aug 23, 2001 at 10:22:51AM +1200, Michael Beattie wrote: > > Yes actually, it should be guarded with a -e: > > if [ -e "/etc/init.d/superviser-ircd" ]; then > > /etc/init.d/superviser-ircd stop > > fi > > dancer on the mind asuffield? :> Yes, actually, I shamelessly pasted an example

making debconf configuring a package after installation

2001-08-22 Thread Alexander Kotelnikov
Hello. I have config (in perl) and templates files. Autogenerated postinst is a shell script. Lintian complains that postinst-does-not-load-confmodule and package is not configured after installation. What to do? BTW package can be configured running dpkg-reconfigure. Thanks, -- Alexander Kote

Re: dpkg can't purge init script

2001-08-22 Thread Michael Beattie
On Wed, Aug 22, 2001 at 10:28:42PM +0100, Andrew Suffield wrote: > > curitiba_POTATO:/# dpkg --purge superviser-server ... > > curitiba_POTATO:/# ls -l /etc/init.d/superviser-server ... > > # Automatically added by dh_installinit > > /etc/init.d/superviser-server stop ... > Yes actually, it should

Are YOU looking for a new website, develop an existing site, cheaper hosting or domain names?

2001-08-22 Thread Havealook at This
Are YOU looking for a new website, to develop an existing website, for cheaper hosting or domain names? We are a UK based company who would like to offer you our considerable experience and expertise in the field of website design, eCommerce, eTailing and search engine positioning. Domain name reg

Re: dpkg can't purge init script

2001-08-22 Thread Andrew Suffield
On Wed, Aug 22, 2001 at 09:24:02PM +0200, Eric Van Buggenhaut wrote: > Sorry for cross-posting, I posted to the wrong list first. > > I can't purge a package : > > curitiba_POTATO:/# dpkg --purge superviser-server > (Reading database ... 9401 files and directories currently installed.) > Removing

Re: dpkg can't purge init script

2001-08-22 Thread Julian Gilbey
On Wed, Aug 22, 2001 at 10:28:42PM +0100, Andrew Suffield wrote: > Yes actually, it should be guarded with a -e: > if [ -e "/etc/init.d/superviser-ircd" ]; then > /etc/init.d/superviser-ircd stop > fi Should better be a -x, not -e. But that's a small point. Julian -- =-=-=-=-=-=-=-=-

Re: dpkg can't purge init script

2001-08-22 Thread Andrew Suffield
On Thu, Aug 23, 2001 at 10:22:51AM +1200, Michael Beattie wrote: > > Yes actually, it should be guarded with a -e: > > if [ -e "/etc/init.d/superviser-ircd" ]; then > > /etc/init.d/superviser-ircd stop > > fi > > dancer on the mind asuffield? :> Yes, actually, I shamelessly pasted an example

Re: dpkg can't purge init script

2001-08-22 Thread Michael Beattie
On Wed, Aug 22, 2001 at 10:28:42PM +0100, Andrew Suffield wrote: > > curitiba_POTATO:/# dpkg --purge superviser-server ... > > curitiba_POTATO:/# ls -l /etc/init.d/superviser-server ... > > # Automatically added by dh_installinit > > /etc/init.d/superviser-server stop ... > Yes actually, it shoul

dpkg can't purge init script

2001-08-22 Thread Eric Van Buggenhaut
Sorry for cross-posting, I posted to the wrong list first. I can't purge a package : curitiba_POTATO:/# dpkg --purge superviser-server (Reading database ... 9401 files and directories currently installed.) Removing superviser-server ... Stopping superviser-server: dpkg: error processing supervise

Re: dpkg can't purge init script

2001-08-22 Thread Andrew Suffield
On Wed, Aug 22, 2001 at 09:24:02PM +0200, Eric Van Buggenhaut wrote: > Sorry for cross-posting, I posted to the wrong list first. > > I can't purge a package : > > curitiba_POTATO:/# dpkg --purge superviser-server > (Reading database ... 9401 files and directories currently installed.) > Removin

dpkg can't purge init script

2001-08-22 Thread Eric Van Buggenhaut
Sorry for cross-posting, I posted to the wrong list first. I can't purge a package : curitiba_POTATO:/# dpkg --purge superviser-server (Reading database ... 9401 files and directories currently installed.) Removing superviser-server ... Stopping superviser-server: dpkg: error processing supervis

Re: oops I've deleted some hidden file from incoming

2001-08-22 Thread Christian T. Steigies
On Wed, Aug 22, 2001 at 02:47:35PM +0200, Stefano Zacchiroli wrote: > On Wed, Aug 22, 2001 at 11:59:32AM +0200, Wichert Akkerman wrote: > > Probably because they were uploaded between the time you did ls > > and the time you did the rm. > > what about the build daemon? does it retry to build the p

Re: oops I've deleted some hidden file from incoming

2001-08-22 Thread Stefano Zacchiroli
On Wed, Aug 22, 2001 at 11:59:32AM +0200, Wichert Akkerman wrote: > Probably because they were uploaded between the time you did ls > and the time you did the rm. what about the build daemon? does it retry to build the packages or not? -- Stefano "Zack" Zacchiroli <[EMAIL PROTECTED]> ICQ# 335388

Re: oops I've deleted some hidden file from incoming

2001-08-22 Thread Christian T. Steigies
On Wed, Aug 22, 2001 at 02:47:35PM +0200, Stefano Zacchiroli wrote: > On Wed, Aug 22, 2001 at 11:59:32AM +0200, Wichert Akkerman wrote: > > Probably because they were uploaded between the time you did ls > > and the time you did the rm. > > what about the build daemon? does it retry to build the

Re: oops I've deleted some hidden file from incoming

2001-08-22 Thread Stefano Zacchiroli
On Wed, Aug 22, 2001 at 11:59:32AM +0200, Wichert Akkerman wrote: > Probably because they were uploaded between the time you did ls > and the time you did the rm. what about the build daemon? does it retry to build the packages or not? -- Stefano "Zack" Zacchiroli <[EMAIL PROTECTED]> ICQ# 33538

Re: oops I've deleted some hidden file from incoming

2001-08-22 Thread Wichert Akkerman
Previously Stefano Zacchiroli wrote: > Sorry but, why with 'ls -al' those files wasn't visible? Probably because they were uploaded between the time you did ls and the time you did the rm. Wichert. -- _ / Nothing is fool-p

oops I've deleted some hidden file from incoming

2001-08-22 Thread Stefano Zacchiroli
I've erroniously deleted some file from /org/ftp.debian.org/incoming on auric while I'm trying to remove other files. The file I've removed are: /org/ftp.debian.org/incoming/ocaml-xstr_0.2-3_arm.deb /org/ftp.debian.org/incoming/ocaml-xstr_0.2-3_ia64.deb /org/ftp.debian.org/incoming/ocaml-xstr_0.

Re: oops I've deleted some hidden file from incoming

2001-08-22 Thread Wichert Akkerman
Previously Stefano Zacchiroli wrote: > Sorry but, why with 'ls -al' those files wasn't visible? Probably because they were uploaded between the time you did ls and the time you did the rm. Wichert. -- _ / Nothing is fool-

oops I've deleted some hidden file from incoming

2001-08-22 Thread Stefano Zacchiroli
I've erroniously deleted some file from /org/ftp.debian.org/incoming on auric while I'm trying to remove other files. The file I've removed are: /org/ftp.debian.org/incoming/ocaml-xstr_0.2-3_arm.deb /org/ftp.debian.org/incoming/ocaml-xstr_0.2-3_ia64.deb /org/ftp.debian.org/incoming/ocaml-xstr_0

Re: multiple binary package HOWTO

2001-08-22 Thread Junichi Uekawa
In Tue, 21 Aug 2001 22:52:43 +0700 Bambang cum veritate scripsit : > Dear list, > > Is there anybody who can point me to the (something like) HOWTO make a > multiple binary package? > I think I looked at esound source package for reference. It was a small package which builds several binary ve

Re: Making multiple packages from source.

2001-08-22 Thread Junichi Uekawa
In Tue, 21 Aug 2001 14:01:19 +0200 Eduard cum veritate scripsit : > I guess too, but the foo-i686 would cause Grave-Bugs soon. But there is > another issue: I considered to create a special optimisation branches > for specific CPU types using the following concept: > > - Packages are recompiled w