Bug#435223: Also breaks policy

2007-07-30 Thread Black Dew
This also breaks debian policy Packages must not depend on packages 
with lower priority values as nfs-common is Priority: standard.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#376366: file-rc 0.8.8 breaks system boot

2006-07-02 Thread Black Dew
This seems to happen because the IFS variable is changed inside the 
element function and isn't restored back. This makes the config file 
be parsed incorrectly and none of the boot scripts are run.


I've worked around this problem by saving and restoring the IFS in the 
loop that parses the config file.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#331297: binutils fault

2005-10-17 Thread Black Dew
Had the same problem building on unstable. Downgraded binutils from 
2.16.1cvs20050902-1 (unstable) to 2.16.1-2 (testing) and it works just fine.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#295415: amavis-ng: Fails to start with perl errors

2005-02-19 Thread Black Dew
I just noticed that another error was writen to the logs that i missed:
amavis[20297]: AMAVIS::MTA::Courier: Could not open socket
Also i poked around the initialization code of MTA::Courier and found 
something odd:

 # The fd of our perlfilter socket is passed to us on STDIN
  my $socket_fd = shift @ARGV;
  $perlfilter_socket = IO::File-new(+$socket_fd);
The comment says STDIN but the code seems to use argv...
--
Best regards, Black Dew.
==
~ [EMAIL PROTECTED] ~ ICQ:206 ~ 2:400/567 ~
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#295415: amavis-ng: Fails to start with perl errors

2005-02-17 Thread Black Dew
After applying the patch, i get:
AMAVIS: Couldn't init AMAVIS::MTA::Courier:  at 
/usr/share/perl5/AMAVIS.pm line 235, GEN2 line 520.

--
Best regards, Black Dew.
==
~ [EMAIL PROTECTED] ~ ICQ:206 ~ 2:400/567 ~
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#295415: amavis-ng: Fails to start with perl errors

2005-02-17 Thread Black Dew
Stefan Hornburg wrote:
How does the Courier section of your amavis-ng configuration
file looks like ?
[Courier]
;; Location and arguments of the binary
 sendmail = /usr/sbin/sendmail
 args =
--
Best regards, Black Dew.
==
~ [EMAIL PROTECTED] ~ ICQ:206 ~ 2:400/567 ~
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]