Bug#232623: unknown owner

2004-02-17 Thread sylvain ferriol
Denis Barbier wrote: On Mon, Feb 16, 2004 at 06:58:56PM +0100, sylvain ferriol wrote: [...] if i run: cdebconf -o debian ethdetect , it works but ethdetect is executable so in ethdetect, i need an interpreter something like this: #!/usr/bin/debconf -o debian /bin/sh instead of #!/bin/sh but it

Bug#232623: unknown owner

2004-02-17 Thread Denis Barbier
On Tue, Feb 17, 2004 at 09:33:29PM +0100, sylvain ferriol wrote: [...] plip needs several modules configuration (plip and partport_pc) if i just use ethdetect/module_params question, for the 2 modules, after configuring the first module, cdebconf will take the same for the second because it

Bug#232623: unknown owner

2004-02-16 Thread sylvain ferriol
Denis Barbier wrote: On Sat, Feb 14, 2004 at 08:40:35AM +0100, sylvain ferriol wrote: Package: cdebconf Version: 0.55 i try to use db_register in d-i it is working but when i look at /var/lib/cdebconf/questions.dat all questions created by db_register have an Owner: Unknown Because you

Bug#232623: unknown owner

2004-02-16 Thread Denis Barbier
On Mon, Feb 16, 2004 at 06:58:56PM +0100, sylvain ferriol wrote: [...] if i run: cdebconf -o debian ethdetect , it works but ethdetect is executable so in ethdetect, i need an interpreter something like this: #!/usr/bin/debconf -o debian /bin/sh instead of #!/bin/sh but it does not work

Bug#232623: unknown owner

2004-02-14 Thread Denis Barbier
On Sat, Feb 14, 2004 at 08:40:35AM +0100, sylvain ferriol wrote: Package: cdebconf Version: 0.55 i try to use db_register in d-i it is working but when i look at /var/lib/cdebconf/questions.dat all questions created by db_register have an Owner: Unknown Because you did not tell cdebconf

Bug#232623: unknown owner

2004-02-14 Thread sylvain ferriol
Denis Barbier wrote: On Sat, Feb 14, 2004 at 08:40:35AM +0100, sylvain ferriol wrote: Package: cdebconf Version: 0.55 i try to use db_register in d-i it is working but when i look at /var/lib/cdebconf/questions.dat all questions created by db_register have an Owner: Unknown Because you

Bug#232623: unknown owner

2004-02-14 Thread sylvain ferriol
sylvain ferriol wrote: Denis Barbier wrote: On Sat, Feb 14, 2004 at 08:40:35AM +0100, sylvain ferriol wrote: Package: cdebconf Version: 0.55 i try to use db_register in d-i it is working but when i look at /var/lib/cdebconf/questions.dat all questions created by db_register have an Owner:

Bug#232623: unknown owner

2004-02-14 Thread Denis Barbier
On Sun, Feb 15, 2004 at 01:01:34AM +0100, sylvain ferriol wrote: [...] Because you did not tell cdebconf to have a specific owner, run 'cdebconf -ofoo' to set one. but if i get the original code: module_probe() { module=$1 db_subst ethdetect/module_params MODULE $module db_input

Bug#232623: unknown owner

2004-02-13 Thread sylvain ferriol
Package: cdebconf Version: 0.55 i try to use db_register in d-i it is working but when i look at /var/lib/cdebconf/questions.dat all questions created by db_register have an Owner: Unknown my code is : module_probe() { local module=$1 local priority=$2 local