Re: Problems mixing debconf and ucf in a perl script

2003-04-25 Thread Anthony DeRobertis
On Fri, 2003-04-25 at 11:41, Brian Nelson wrote: > Yes. Attaching an strace shows: > > read(0, What is fd 0? Do an readlink or ls -l on /proc/<>/fd/0: [EMAIL PROTECTED]:anthony$ readlink /proc/$$/fd/0 /dev/pts/7 PS: Remember Policy 6.3 and set $| = 1 signature.asc Description: Thi

Re: Problems mixing debconf and ucf in a perl script

2003-04-25 Thread Brian Nelson
Manoj Srivastava <[EMAIL PROTECTED]> writes: > On Thu, 24 Apr 2003 15:26:46 -0700, Brian Nelson <[EMAIL PROTECTED]> said: > >> I'm trying to implement ucf in a perl postinst script, but I'm >> running into problems due to debconf's fuckage with the file >> descriptors, I think. > >> I call stop()

Re: Problems mixing debconf and ucf in a perl script

2003-04-25 Thread Manoj Srivastava
On Thu, 24 Apr 2003 15:26:46 -0700, Brian Nelson <[EMAIL PROTECTED]> said: > I'm trying to implement ucf in a perl postinst script, but I'm > running into problems due to debconf's fuckage with the file > descriptors, I think. > I call stop() as soon as I'm done interfacing with debconf, but tha

Problems mixing debconf and ucf in a perl script

2003-04-24 Thread Brian Nelson
I'm trying to implement ucf in a perl postinst script, but I'm running into problems due to debconf's fuckage with the file descriptors, I think. I call stop() as soon as I'm done interfacing with debconf, but that doesn't seem to be good enough when I get to ucf. First, I tried system("/usr/b