Bug#497962: hylafax-server: Setting SENDTO in /etc/FaxNotify has no effect

2008-09-05 Thread Michael Nitsche
Package: hylafax-server
Version: 2:4.4.4-7~bpo40+1
Severity: normal
Tags: patch

The variable "SENDTO" was prepared in "/var/spool/hylafax/bin/notify" 
but a new setting in "/etc/hylafax/FaxNotify" has no effect. Notify a 
static list of clients isn't possible except with "$mailaddr".

This little bug is in the package 4.4.4-9 (lenny, unstable) too.
The following diff will fix it:

@@ -148,6 +148,6 @@
 
 
 eval CreateMailMessage "$template" $ATTACH_ARGS \
-   2>$ERRORSTO | $SENDMAIL -f"$FROMADDR" -oi "$mailaddr"
+   2>$ERRORSTO | $SENDMAIL -f"$FROMADDR" -oi "$SENDTO"
 
 CleanupPrivateTmp


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates'), (300, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24-etchnhalf.1-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF-8)

Versions of packages hylafax-server depends on:
ii  adduser  3.102   Add and remove users and groups
ii  debconf [debconf 1.5.11etch2 Debian configuration management sy
ii  gs-esp [gs]  8.15.3.dfsg.1-1etch1The Ghostscript PostScript interpr
ii  hylafax-client   2:4.4.4-7~bpo40+1   Flexible client/server fax softwar
ii  libc62.7-12  GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-21  GCC support library
ii  libpam0g 0.79-5  Pluggable Authentication Modules l
ii  libstdc++6   4.1.1-21The GNU Standard C++ Library v3
ii  libtiff-tools3.8.2-7 TIFF manipulation and conversion t
ii  libtiff4 3.8.2-7 Tag Image File Format (TIFF) libra
ii  lsb-base 3.1-23.2etch1   Linux Standard Base 3.1 init scrip
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent
ii  psmisc   22.3-1  Utilities that use the proc filesy
ii  sed  4.1.5-1 The GNU sed stream editor
ii  zlib1g   1:1.2.3.3.dfsg-12   compression library - runtime

hylafax-server recommends no packages.

-- debconf information excluded



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



Bug#328094: Udev 0.070-2 doesn't load the Firmware of the IPW2200

2005-09-28 Thread Michael Nitsche




I use UDEV 0.070-2 and it doesn't load the Firmware of the IPW2200 so I got the same error like in the first message at this bug. The correct Firmware are at "/usr/lib/hotplug/firmware/". When I use a Kernal <2.6.12 where UDEV is deactivated everythings right. With the following pedantically steps it works with Kernel 2.6.13.2 too:

Creating the File "/etc/udev/rules.d/999-firmware.rules" and this line within:
ACTION="" SUBSYSTEM=="firmware", RUN+="/sbin/firmware_helper"

Run these Lines in this order:
echo /sbin/hotplug > /proc/sys/kernel/hotplug 
rmmod ipw2200 ieee80211 ieee80211_crypt 
/etc/init.d/hotplug stop 
/etc/init.d/udev restart 
modprobe ipw2200 
/etc/init.d/hotplug start

I would be very grateful, if UDEV would load the firmware directly.





Bug#324845: tomcat4: Stopping Tomcat with a cronjob sometimes crashs the System!

2005-09-01 Thread Michael Nitsche
Because the character set, theres no difference between Tomcat restart
on console and restart with Cronjob. The used character set is still the
same. After a Tomcat restart everything is correct. However after a few
days without restart of Tomcat all German characters from MySQL-DB
become "?". But MySQL works well, which I could examine with PHP and a
Tomcat-Restart helps. But around this problem I am not in this report,
in addition this problem is maybe similar to bug #294741.

The rsync-update was only a way to use the anyway necessary restart
directly meaningfully. Thanks for the tips! I can exclude the Script
with the RSync-Line, because theres already the same problem without
this Script by restart Tomcat directly in crontab. The problem must be
connected somewhere with "/etc/init.d/tomcat4 stop".

On my laptop I've a similar problem. There run Etch and not Sarge, but
the same Tomcat version (4.1.31-3) and without any special
configurations. If I run Tomcat on my laptop and shutdown the system,
the computer freezes completely with the following message 
"Stopping Tomcat 4.1 servlet engine:"! 

Afterwards only reset helps. This error is at any time reproducible with
me, which is not possible for the problem on the server. I think its
definitely on terminating Tomcat together and I think that the problem
on the laptop is the same as on the server. The computer is freezing in
the init-Script in line 172:

 su -p -s /bin/sh $TOMCAT4_USER -c "\"$DAEMON\" stop" \
>/dev/null 2>&1 || true

If I reroute the expenditure not to /dev/null, unfortunately theres
nothing interesting. On both systems I use j2re1.4(1.4.2.02 1) and
j2sdk1.4(1.4.2.02 1) (Blackdown) of "http://www.tux.org/pub/java/debian";

Greetings Michael




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



Bug#324845: tomcat4: Stopping Tomcat with a cronjob sometimes crashs the System!

2005-08-24 Thread Michael Nitsche
Package: tomcat4
Version: 4.1.31-3
Severity: critical
Justification: breaks the whole system

I've running a cronjob that stops Tomcat, runs updates to the webapps and
starts Tomcat again. Normally its running perfectly. But already two times
in this month the server wasn't reachable and hasn't any log entrys after
running the cronjob. The server answer only to ping, but to nothing else, 
so a external restart is necessary. Heres the line in /etc/crontab:

30 3* * *   root/etc/init.d/tomcat4 stop >/dev/null; /root/bald.sh 
>/dev/null; /etc/init.d/tomcat4 start >/dev/null

The bald.sh-Script have only one rsync-command, that normally has nothing 
to do! The same error already arose without this Script on 
running "/etc/init.d/tomcat4 restart" in /etc/crontab!

When the cronjob running correctly, theres a logentry like

Aug 23 03:30:01 a15176472 /USR/SBIN/CRON[6072]: (root)
CMD (/etc/init.d/tomcat4 stop >/dev/null; ...

in "/var/log/syslog" but after crash, theres really absolutely nothing 
after 03:30:00!

I need the restart of Tomcat also, because after few Days Tomcat forget
the correct Charset. After a restart everything is right!

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.30 GrSec
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages tomcat4 depends on:
ii  adduser   3.63   Add and remove users and groups
ii  apache2-common2.0.54-4   next generation, scalable, extenda
ii  apache2-utils [apache-utils]  2.0.54-4   utility programs for webservers
ii  j2re1.4 [java-virtual-machine 1.4.2.02-1 Blackdown Java(TM) 2 Runtime Envir
ii  j2sdk1.4 [java-compiler]  1.4.2.02-1 Blackdown Java(TM) 2 SDK, Standard
ii  libcommons-beanutils-java 1.6.1-4utility for manipulating JavaBeans
ii  libcommons-collections-java   2.1.1-3A set of abstract data type interf
ii  libcommons-digester-java  1.5.0.1-4  Rule based XML Java object mapping
ii  libcommons-logging-java   1.0.4-2The commmon wrapper interface for 
ii  libtomcat4-java   4.1.31-3   Java Servlet engine -- core librar

-- no debconf information


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