Bug#794199: debian-goodies: checkrestart false positive for mysqld with /[aio]

2015-07-31 Thread Reinhard Brunzema
Package: debian-goodies
Version: 0.63
Severity: normal

Dear Maintainer,

the checkrestart utility in debian goodies always reports mysqld as candidate 
for restart. This is caused by the special file '/[aio]'. Please blacklist 
'/[aio]' to prevent this false positive.

###
$ checkrestart -v
Found 1 processes using old versions of upgraded files
(1 distinct program)
Process /usr/sbin/mysqld (PID: 1778)
List of deleted files in use:
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
[...]
Running:['dpkg-query', '--search', '/usr/sbin/mysqld']
Reading line: mysql-server-core-5.5: /usr/sbin/mysqld

(1 distinct packages)
These processes do not seem to have an associated init script to restart them:
mysql-server-core-5.5:
1778/usr/sbin/mysqld
###

Thanks in advance
Reinhard

-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages debian-goodies depends on:
ii  curl  7.38.0-4+deb8u2
ii  dctrl-tools [grep-dctrl]  2.23
ii  perl  5.20.2-3+deb8u1
ii  python2.7.9-1
ii  whiptail  0.52.17-1+b1

Versions of packages debian-goodies recommends:
ii  lsof  4.86+dfsg-1

Versions of packages debian-goodies suggests:
pn  popularity-contest  
pn  xdg-utils   
pn  zenity  

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#760843: fail2ban: logrotate script hardcodes logtarget

2014-09-08 Thread Reinhard Brunzema
Package: fail2ban
Version: 0.8.6-3wheezy3
Severity: minor
Tags: patch

Dear Maintainer,

the script /etc/logrotate.d/fail2ban sets logtarget to /var/log/fail2ban.log. 
This may override different settings in the main configuration 
(/etc/fail2ban/fail2ban.conf) or via cli. IMHO a logrotate script should never 
override a main configuration file. The attached patch changes this behavior. 
The logtarget ist (re)set to the current logtarget.

-- System Information:
Debian Release: 7.6
  APT prefers stable
  APT policy: (950, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fail2ban depends on:
ii  lsb-base4.1+Debian8+deb7u1
ii  python  2.7.3-4+deb7u1
ii  python-central  0.6.17

Versions of packages fail2ban recommends:
ii  iptables  1.4.14-3.1
pn  python-gamin  
ii  whois 5.1.1~deb7u1

Versions of packages fail2ban suggests:
ii  bsd-mailx [mailx]  8.1.2-0.2006cvs-1

-- Configuration Files:
/etc/logrotate.d/fail2ban changed [not included]

-- no debconf information
--- fail2ban.org	2012-06-05 10:57:57.306325291 +0200
+++ fail2ban	2012-06-05 10:58:56.458340504 +0200
@@ -7,7 +7,7 @@
 delaycompress
 missingok
 postrotate
-	fail2ban-client set logtarget /var/log/fail2ban.log >/dev/null
+	fail2ban-client set logtarget $(fail2ban-client get logtarget | tail -1 | cut -f 2 -d ' ') >/dev/null
 endscript
 create 640 root adm
 }


Bug#693292: apache2.2-bin: False positives with mod_log_forensic and check_forensic

2012-11-19 Thread Reinhard Brunzema


Stefan Fritsch schrieb:
[...]
> If you replace all "--" at a line start with s single "-", do the 
> results of check_forensic look like what happened with previous 
> versions?
[...]

yes, they do (if I take care of  the '---' lines, too).

Regards
Reinhard

-- 
DIMDI
Deutsches Institut für
Medizinische Dokumentation und Information
Rechenzentrum
Reinhard Brunzema
Waisenhausgasse 36-38a
50676 Köln

Tel.: +49 221 4724-248
Fax:  +49 221 4724-444


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#693292: apache2.2-bin: False positives with mod_log_forensic and check_forensic

2012-11-15 Thread Reinhard Brunzema
Package: apache2.2-bin
Version: 2.2.16-6+squeeze8
Severity: normal

Since update 2.2.16-6+squeeze8 check_forensic reports much more failed
requests than before. Most of them are false positives. I think, this is
caused by mod_log_forensic, throwing in some additional '-' from
time to time.

For instance:
Check_forensic reports:

#check_forensic /var/log/apache2/forensic.log
+20773:50a49a18:8063|GET RequestDetailsRemoved
[...]

If I check this with grep I get:
#grep '20773:50a49a18:8063' /var/log/apache2/forensic.log
+20773:50a49a18:8063|GET RequestDetailsRemoved
--20773:50a49a18:8063


-- System Information:
Debian Release: 6.0.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages apache2.2-bin depends on:
ii  libapr11.4.2-6+squeeze4  The Apache Portable Runtime Librar
ii  libaprutil11.3.9+dfsg-5  The Apache Portable Runtime Utilit
ii  libaprutil1-dbd-sqlite 1.3.9+dfsg-5  The Apache Portable Runtime Utilit
ii  libaprutil1-ldap   1.3.9+dfsg-5  The Apache Portable Runtime Utilit
ii  libc6  2.11.3-4  Embedded GNU C Library: Shared lib
ii  libcap21:2.19-3  support for getting/setting POSIX.
ii  libldap-2.4-2  2.4.23-7.2OpenLDAP libraries
ii  libpcre3   8.02-1.1  Perl 5 Compatible Regular Expressi
ii  libssl0.9.80.9.8o-4squeeze13 SSL shared libraries
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

apache2.2-bin recommends no packages.

apache2.2-bin suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#570382: after upgrade: "vlogin: openpty(): No such file or directory"

2010-07-28 Thread Reinhard Brunzema
As a workaround instead of stopping and restarting you might want to use vmount 
on the affected vservers:


# vmount foo -- -a

You will get some error messages for all already correctly mounted filesystems,
but you can enter your vserver again.

Running
###
for vserver in `vserver-stat  | tail -n +2 | awk '{print $8}'`; do
vmount $vserver -- -a
done
###
will fix all your vservers - broken or not (and give some more error messages).




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#341778: more information

2005-12-03 Thread Reinhard Brunzema
Hi,

I've checked for python-gnome2 and it is installed (python2.3-gnome2,
v2.10.0-4).

Detailed report of program start:
$  LANG=C qa-assistant
* program starts
* druid starts
- I press "forward"
* Next window
- I select "Start a new review", then "forward"
* Next window ("Select the Checklist to start")
- I choose "Software Release", then "forward"
* Next window ("Select the Review to load") This is a little bit
confusing: "Please enter the file containing the review you want to
_continue_ working on". But I wanted to create a new one! At this point
I also get an error on console
"Traceback (most recent call last):
  File "/usr/share/qa-assistant/checkload.py", line 430, in selector_next
self.__FILENAME))
  File "/usr/share/qa-assistant/checklist.py", line 148, in __init__
self.__init_colors('/display/pass-color')
  File "/usr/share/qa-assistant/checklist.py", line 629, in __init_colors
self.colors[colorKey] = (
AttributeError: 'NoneType' object has no attribute 'get_string'"
- I tried: Entering no filename, non-existant filename, empty file,
/usr/share/qa-assistant/data/fedoraus.xml,
/usr/share/qa-assistant/data/softwarerelease.xml and copys of that in my
home directory. Then forward
* The next window I always get ("Set checklist properties") "This
checklist does not contain any properties"
On console:
"Traceback (most recent call last):
  File "/usr/share/qa-assistant/checkload.py", line 398, in loader_next
self.newList = checklist.CheckList(self.browseEntry.get_text())
  File "/usr/share/qa-assistant/checklist.py", line 148, in __init__
self.__init_colors('/display/pass-color')
  File "/usr/share/qa-assistant/checklist.py", line 629, in __init_colors
self.colors[colorKey] = (
AttributeError: 'NoneType' object has no attribute 'get_string'
Traceback (most recent call last):
  File "/usr/share/qa-assistant/checkload.py", line 300, in
properties_create
propForm.set_model(self.newList.properties)
AttributeError: 'NewDruid' object has no attribute 'newList'"
- I cannot set any properties and can only hit "forward"
* Next window: "Ready to begin" "You have finished entering the required
information..."
Console:
"Traceback (most recent call last):
  File "/usr/share/qa-assistant/checkload.py", line 371, in properties_next
if self.newList.properties.requirementsMet:
AttributeError: 'NewDruid' object has no attribute 'newList'"
- I hit "apply", nothing happens, exept on console, the last error is
repeated every time.
- If I hit cancel, I get the main window. I cannot change any
preferences, I cannot load any file.

My system is debian-testing.

Packages/Versions:
python2.3.5-3
libxml2-python2.3 2.6.20-1
python-glade2 2.6.3-2
python-gnome2 2.10.0-4
python-gnome2-extras  2.10.2-1
python-gtk2   2.6.3-2
python-libxml22.6.22-2
gconf 1.0.9-7.1
gconf22.10.1-6
libgconf111.0.9-7.1
libgconf2-4   2.10.1-6

Hope this helps.

Tell me, if you need more information.

Greetings
Reinhard


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



Bug#341778: qa-assistant: Creation of a new QA-Review with druid at first startup fails

2005-12-02 Thread Reinhard Brunzema
Package: qa-assistant
Version: 0.4.90.4-1
Severity: important

On startup qa-assistant presents a druid to create a new qa-review, 
but at the end no report is created. Qa-assistant doesn't react on the last
button 'apply' in window 'Ready to begin'. Error on console: 
(qa-assistant:29117): GLib-GObject-WARNING **: invalid cast from 
`GnomeDruidPageEdge' to `GtkWindow'
Traceback (most recent call last):
  File "/usr/share/qa-assistant/checkload.py", line 314, in finish
  self.app.checklist = self.newList
  AttributeError: 'NewDruid' object has no attribute 'newList'
  

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages qa-assistant depends on:
ii  python2.3.5-3An interactive high-level object-o
ii  python-glade2 2.6.3-2GTK+ bindings: Glade support
ii  python-gtk2   2.6.3-2Python bindings for the GTK+ widge
ii  python-libxml22.6.22-2   Python bindings for the GNOME XML 
ii  xml-core  0.09   XML infrastructure and XML catalog

qa-assistant recommends no packages.

-- no debconf information


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