Bug#981690: gross: Wrong homepage

2024-03-30 Thread Antti Salmela
The homepage is not wrong. It's the page from the original
upstream that matches what is shipped in the Debian. The project and page
may have been abandoded, but users of the package are better informed by
knowledge of that instead of pointing to some random page in the net.

In light of recent supply chain attacks via xz/lzma, any "new" upstreams
should be consired with utmost suspicion.

The repository Dimitry linked to does not inspire any confidence. So many
changes with minimal commit messages and no explanations why changes
are needed.

-- 
Antti Salmela



Bug#942504: acmetool: Does not support ACMEv2

2019-10-17 Thread Antti Salmela
Package: acmetool
Version: 0.0.62-3+b11
Severity: important

Let's Encrypt is removing support of ACMEv1, starting with stopping new
account registrations in November 2019 according to their EoL plan:
https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430

Current acmetool doesn't support v2. This will render package mostly
unusable.

Upstream has just released beta version with ACMEv2 support:
https://github.com/hlandau/acmetool/issues/322

-- 
Antti Salmela



Bug#925276: cron: Maximum crontab limit applied needlessly to system crontabs

2019-03-22 Thread Antti Salmela
On Fri, Mar 22, 2019 at 11:38:44AM +0100, Christian Kastner wrote:
> Hi,
> 
> On 2019-03-22 09:51, Antti Salmela wrote:
> > Package: cron
> > Version: 3.0pl1-127+deb8u2
> > Severity: normal
> > 
> > Dear Maintainer,
> > 
> > fix for CVE-2019-9705 is also limiting cron.d files
> > under /etc/cron.d. I think following patch should be applied.
> 
> Thanks for the suggestion; at first glance, I am inclined to
> agree with you.
> 
> I'm wondering as to the practical significance, though. Were you
> affected by this limit (in which case I would increase the severity),
> or is this more of an observation?

I was affected, in one instance programmatically generated crontab
file was over limit.

> 
> I picked 1.000 out of a hat, because I never thought that any
> reasonable crontab would reach this limit, with maybe the
> exception of a heavily commented one.

I don't know if this is reasonable use of cron, but I do know
that I would be either reimplementing cron or adding complexity
and fragility to other parts of the system if doing this without
cron.

Nowadays systemd timers would probably be a better option, but systemd
was not yet available when this was developed.

-- 
Antti Salmela



Bug#925276: cron: Maximum crontab limit applied needlessly to system crontabs

2019-03-22 Thread Antti Salmela
Package: cron
Version: 3.0pl1-127+deb8u2
Severity: normal

Dear Maintainer,

fix for CVE-2019-9705 is also limiting cron.d files
under /etc/cron.d. I think following patch should be applied.

commit d59d517ea2f42e0798b78d263c259633eeae22e9
Author: Antti Salmela 
Date:   Fri Mar 22 10:28:48 2019 +0200

Only apply crontab limit to user crontabs

diff --git a/user.c b/user.c
index 94b5914..22a2830 100644
--- a/user.c
+++ b/user.c
@@ -295,7 +295,7 @@ load_user(crontab_fd, pw, uname, fname, tabname)
 */
} while (status >= OK && LineNumber < MAX_TAB_LINES + NHEADER_LINES + 
2);
 
-   if (LineNumber >= MAX_TAB_LINES + NHEADER_LINES + 2) {
+   if (pw != NULL && LineNumber >= MAX_TAB_LINES + NHEADER_LINES + 2) {
log_it(fname, getpid(), "ERROR", "crontab must not be longer "
"than " Stringify(MAX_TAB_LINES) " lines, "
"this crontab file will be ignored");



Bug#917073: [needrestart] systemd-cron services should be skipped

2018-12-22 Thread Antti Salmela
Package: needrestart
Version: 3.3-2
Severity: normal

--- Please enter the report below this line. ---

Dear maintainer,

systemd-cron can be used to replace normal cron daemon.
I believe its oneshot services should be similarly skipped
as in bug #862840.

Skipping qr(^cron-.*\.service$) should probably do it.


-- 
Antti Salmela



Bug#847058: imagemagick: Regression in wheezy-lts security update

2016-12-05 Thread Antti Salmela
Package: imagemagick
Version: 8:6.7.7.10-5+deb7u8
Severity: important

Dear Maintainer,

after upgrading to 6.7.7.10-5+deb7u8, retrieving image properties of some 
images 
with php5-imagick library started to segfault.

Following image from Wikipedia can be used to reproduce:

https://upload.wikimedia.org/wikipedia/commons/d/de/Bananavarieties.jpg

as@wheezy:~$ php -r '$tmp = new Imagick("Bananavarieties.jpg");
var_dump($tmp->identifyImage());'
Segmentation fault

as@wheezy:~$ gdb /usr/bin/php5
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show
copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/bin/php5...Reading symbols from
/usr/lib/debug/usr/bin/php5...done.
done.
(gdb) run  -r '$tmp = new 
Imagick("Bananavarieties.jpg");var_dump($tmp->identifyImage());'
Starting program: /usr/bin/php5 -r '$tmp = new Imagick("Bananavarieties.jpg"); 
var_dump($tmp->identifyImage());'
[Thread debugging using libthread_db enabled]
Using host libthread_db library
"/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe9c59700 (LWP 366)]

Program received signal SIGSEGV, Segmentation fault.
0x74ef2704 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0  0x74ef2704 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x7fffebdba35a in SubstituteString () from
/usr/lib/x86_64-linux-gnu/libMagickCore.so.5
#2  0x7fffebd5fcee in GetImageProperty () from
/usr/lib/x86_64-linux-gnu/libMagickCore.so.5
#3  0x7fffebd20aff in IdentifyImage () from
/usr/lib/x86_64-linux-gnu/libMagickCore.so.5
#4  0x7fffec157cef in MagickIdentifyImage () from
/usr/lib/x86_64-linux-gnu/libMagickWand.so.5
#5  0x7fffec40a1db in zim_imagick_identifyimage () from
/usr/lib/php5/20100525/imagick.so
#6  0x007512a1 in zend_do_fcall_common_helper_SPEC
(execute_data=0x77f9f060)
at /build/php5-Dim6aK/php5-5.4.45/Zend/zend_vm_execute.h:643
#7  0x0070ac57 in execute (op_array=0x77fd2198)
at /build/php5-Dim6aK/php5-5.4.45/Zend/zend_vm_execute.h:410
#8  0x0069c876 in zend_eval_stringl (
str=0x7fffe89c "$tmp = new Imagick(\"Bananavarieties.jpg\");
var_dump($tmp->identifyImage());", str_len=2, 
retval_ptr=0x0, string_name=0xaed380 "Command line code")
at /build/php5-Dim6aK/php5-5.4.45/Zend/zend_execute_API.c:1205
#9  0x0069c949 in zend_eval_stringl_ex (str=0x6d6f433a66697865
, 
str_len=101, retval_ptr=0x7fffebe1f398, string_name=0x5 , handle_exceptions=1)
at /build/php5-Dim6aK/php5-5.4.45/Zend/zend_execute_API.c:1252
#10 0x00753924 in do_cli (argc=-5988, argv=0x7fffe89c)
at /build/php5-Dim6aK/php5-5.4.45/sapi/cli/php_cli.c:1029
#11 0x00431aaf in main (argc=32767, argv=0xe181f0)
at /build/php5-Dim6aK/php5-5.4.45/sapi/cli/php_cli.c:1365

With imagemagick downgraded to 6.7.7.10-5+deb7u7 :

as@wheezy:~$ php -r '$tmp = new Imagick("Bananavarieties.jpg"); 
var_dump($tmp->identifyImage());'
array(9) {
  ["imageName"]=>
  string(20) "/Bananavarieties.jpg"
  ["format"]=>
  string(51) "JPEG (Joint Photographic Experts Group JFIF format)"
  ["geometry"]=>
  array(2) {
["width"]=>
int(387)
["height"]=>
int(221)
  }
  ["resolution"]=>
  array(2) {
["x"]=>
float(72)
["y"]=>
float(72)
  }
  ["units"]=>
  string(13) "PixelsPerInch"
  ["type"]=>
  string(9) "TrueColor"
  ["colorSpace"]=>
  string(4) "sRGB"
  ["compression"]=>
  string(4) "JPEG"
  ["fileSize"]=>
  string(6) "60.2KB"
}


-- System Information:
Debian Release: 7.11
  APT prefers oldstable
  APT policy: (900, 'oldstable'), (899, 'oldstable-updates'), (890, 'stable'), 
(500, 'stable-updates')
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

Versions of packages imagemagick depends on:
ii  hicolor-icon-theme  0.12-1
ii  libbz2-1.0  1.0.6-4
ii  libc6   2.13-38+deb7u11
ii  libfontconfig1  2.9.0-7.1+deb7u1
ii  libfreetype62.4.9-1.1+deb7u3
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgomp14.7.2-5
ii  libice6 2:1.0.8-2
ii  libjpeg88d-1+deb7u1
ii  liblcms2-2  2.2+git20110628-2.2+deb7u1
ii  liblqr-1-0  0.4.1-2
ii  libltdl72.4.2-1.1
ii  liblzma55.1.1alpha+20120614-2
ii  libmagickcore5  8:6.7.7.10-5+deb7u8
ii  libmagickwand5  8:6.7.7.10-5+deb7u8
ii  libsm6  2:1.2.1-2
ii  libtiff43.9.6-11+deb7u2
ii  libx11-62:1.5.0-1+deb7u3
ii  libxext62:1.3.1-2+deb7u1
ii  libxt6  

Bug#816390: libnet-domain-tld-perl: Please package new upstream release 1.74

2016-03-01 Thread Antti Salmela
Package: libnet-domain-tld-perl
Version: 1.73-1
Severity: normal

Dear Maintainer,

current version 1.73 in stretch and wheezy/jessie updates is missing over
500 new top level domains added in upstream release 1.74.

-- Antti

-- System Information:
Debian Release: 8.3
  APT prefers stable
  APT policy: (900, 'stable'), (890, 'testing'), (499, 'unstable'), (101, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 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 libnet-domain-tld-perl depends on:
ii  perl  5.20.2-3+deb8u3

libnet-domain-tld-perl recommends no packages.

libnet-domain-tld-perl suggests no packages.

-- no debconf information



Bug#781110: e2fsprogs: e2fsck does not detect corruption

2016-02-29 Thread Antti Salmela
This seems to have been fixed at some point, I have kept the broken filesystem 
stored
and can't no longer reproduce this with 1.43~WIP-2015-05-18-1 from experimental.

-- 
Antti Salmela



Bug#814776: libc6: Performance regression from 2.19

2016-02-15 Thread Antti Salmela
Package: libc6
Severity: normal

Dear Maintainer,

something has changed in libc6 between jessie and stretch which has a lead
to a performance regression. I noticed this first with ssh file transfers, but
tested using same version of iperf3 and kernel 4.3.0-1-amd64 on both hosts. 
Both hosts are running as Xen guests on same otherwise completely idle
hardware. Running under Xen is probably needed to reproduce, I can't reproduce
regression on similar bare hardware.

$ iperf3 -c stretch
Connecting to host stretch, port 5201
[  4] local 192.168.3.10 port 60690 connected to 192.168.2.210 port 5201
[ ID] Interval   Transfer Bandwidth   Retr  Cwnd
[  4]   0.00-1.00   sec  44.4 MBytes   372 Mbits/sec  522   42.4 KBytes   
[  4]   1.00-2.00   sec  16.8 MBytes   141 Mbits/sec  313   7.07 KBytes   
[  4]   2.00-3.00   sec  22.9 MBytes   192 Mbits/sec  524   49.5 KBytes   
[  4]   3.00-4.00   sec  27.4 MBytes   230 Mbits/sec  396   4.24 KBytes   
[  4]   4.00-5.00   sec  53.0 MBytes   444 Mbits/sec  635   33.9 KBytes   
[  4]   5.00-6.00   sec  38.0 MBytes   319 Mbits/sec  513   17.0 KBytes   
[  4]   6.00-7.00   sec  13.7 MBytes   115 Mbits/sec  262   15.6 KBytes   
[  4]   7.00-8.00   sec  36.0 MBytes   302 Mbits/sec  621   52.3 KBytes   
[  4]   8.00-9.00   sec  31.5 MBytes   265 Mbits/sec  545   53.7 KBytes   
[  4]   9.00-10.00  sec  49.7 MBytes   417 Mbits/sec  713   49.5 KBytes   
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval   Transfer Bandwidth   Retr
[  4]   0.00-10.00  sec   334 MBytes   280 Mbits/sec  5044 sender
[  4]   0.00-10.00  sec   333 MBytes   280 Mbits/sec  receiver

# 
# captured on: Mon Feb 15 12:13:07 2016
# hostname : stretch
# os release : 4.3.0-1-amd64
# perf version : 4.3.1
# arch : x86_64
# nrcpus online : 2
# nrcpus avail : 2
# cpudesc : Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz
# cpuid : GenuineIntel,6,30,5
# total memory : 1016600 kB
# cmdline : /usr/bin/perf_4.3 record iperf3 -s -1 
# event : name = cpu-clock, , type = 1, size = 112, { sample_period, 
sample_freq } = 4000, sample_type = IP|TID|TIME|PERIOD, disabled = 1, inherit = 
1, mmap = 1, comm = 1, freq = 1, enable_on_exec = 1, task = 1, sample_id_all = 
1, exclude_guest = 1, mmap2 = 1, comm_exec = 1
# HEADER_CPU_TOPOLOGY info available, use -I to display
# HEADER_NUMA_TOPOLOGY info available, use -I to display
# pmu mappings: msr = 6, software = 1, tracepoint = 2, breakpoint = 5
# 
#
#
# Total Lost Samples: 0
#
# Samples: 23  of event 'cpu-clock'
# Event count (approx.): 575
#
# Overhead  Command  Shared Object  Symbol  
  
#   ...  .  
..
#
34.78%  iperf3   [kernel.kallsyms]  [k] xen_hypercall_xen_version   
  
13.04%  iperf3   libc-2.21.so   [.] random_r
  
 4.35%  iperf3   [kernel.kallsyms]  [k] __pollwait  
  
 4.35%  iperf3   [kernel.kallsyms]  [k] copy_page_to_iter   
  
 4.35%  iperf3   [kernel.kallsyms]  [k] dnotify_flush   
  
 4.35%  iperf3   [kernel.kallsyms]  [k] fsnotify
  
 4.35%  iperf3   [kernel.kallsyms]  [k] inet_twsk_alloc 
  
 4.35%  iperf3   [kernel.kallsyms]  [k] release_sock
  
 4.35%  iperf3   [kernel.kallsyms]  [k] sys_read
  
 4.35%  iperf3   [kernel.kallsyms]  [k] tcp_recvmsg 
  
 4.35%  iperf3   [kernel.kallsyms]  [k] xen_hypercall_mmu_update
  
 4.35%  iperf3   [kernel.kallsyms]  [k] xennet_alloc_rx_buffers 
  
 4.35%  iperf3   libc-2.21.so   [.] random  
  
 4.35%  iperf3   libc-2.21.so   [.] read
  


#
# (For a higher level overview, try: perf report --sort comm,dso)
#


iperf Done.
$ iperf3 -c jessie 
Connecting to host jessie, port 5201
[  4] local 192.168.3.10 port 41450 connected to 192.168.2.193 port 5201
[ ID] Interval   Transfer Bandwidth   Retr  Cwnd
[  4]   0.00-1.00   sec  56.0 MBytes   470 Mbits/sec  324   11.3 KBytes   
[  4]   1.00-2.00   sec  48.3 MBytes   405 Mbits/sec  490   74.9 KBytes   
[  4]   2.00-3.00   sec  60.7 MBytes   509 Mbits/sec  510   93.3 KBytes   
[  4]   3.00-4.00   sec  30.4 MBytes   255 Mbits/sec  250   93.3 KBytes   
[  4]   4.00-5.00   sec  77.0 MBytes   646 Mbits/sec  351   63.6 KBytes   
[  4]   5.00-6.00   sec  54.1 MBytes   454 Mbits/sec  295   21.2 KBytes   
[  4]   6.00-7.00   sec  36.9 MBytes   309 Mbits/sec  397   70.7 KBytes   
[  4]   7.00-8.00   sec  44.6 MBytes   374 Mbits/sec  308   5.66 KBytes   
[  4]   8.00-9.00   sec  74.7 MBytes   626 Mbits/sec  551   74.9 KBytes   
[  4]   9.00-10.00  sec  

Bug#788813: [slony1-2-bin] initscript and perl tools do not agree on pidfile name

2015-11-13 Thread Antti Salmela
With the following patch to the /etc/init.d/slony1, and renaming 
/etc/slony1/slon_tools.conf
to /etc/slony1/slon_tools_replication.conf, and altering
/etc/default/slony1 to include cluster name, I can make init-script and perl 
tools both use the same
pidfile name.

SLON_TOOLS_START_NODES="replication:5"


--- slony1.orig 2015-11-10 11:04:32.0 +0200
+++ slony1.new  2015-11-10 11:04:49.0 +0200
@@ -40,7 +40,7 @@
 }
 
 pidfile() {
-   echo "/var/run/slony1/$1.pid"
+   echo "/var/run/slony1/$1.pid" | sed -e 's/:/_/;'
 }
 
 prepare_start() {

-- 
Antti Salmela



Bug#803244: [php-maint] Bug#803244: php5-common: upgrading enables manually disabled opcache

2015-10-28 Thread Antti Salmela
Actually, isn't this policy violation?

10.7.3: 

Configuration file handling must conform to the following behavior:

local changes must be preserved during a package upgrade


On Wed, Oct 28, 2015 at 03:02:46PM +0200, Antti Salmela wrote:
> I don't think that this is just a documentation issue, behaviour is just too 
> unexpected.
> dpkg doesn't recreate removed config files, apache2 has similar helpers, but 
> it doesn't recreate
> links removed by hand on update.
> 
> -- Antti
> 
> On Wed, Oct 28, 2015 at 01:21:06PM +0100, Ondřej Surý wrote:
> > Control: severity -1 minor
> > Control: reassign 797350 php5-common
> > Control: forcemerge 797350 -1
> > 
> > Dear Antti,
> > 
> > yes, the documentation on module management could be improved, and it
> > has been already filled as 803244.
> > 
> > Cheers,
> > Ondrej
> > 
> > On Wed, Oct 28, 2015, at 12:30, Antti Salmela wrote:
> > > Package: php5-common
> > > Version: 5.6.14+dfsg-0+deb8u1
> > > Severity: serious
> > > 
> > > Dear Maintainer,
> > > 
> > > I was under impression that maintainer scripts shouldn't recreate
> > > configuration files removed by system administrator. php5-common just
> > > recreated symbolic link from /etc/php5/sapi/conf.d/05-opcache.ini to
> > > mods-available,
> > > which I had removed since xcache works better for us and enabling both
> > > segfaults apache.
> > > 
> > > And yes, after enough digging I found about php5dismod and
> > > /var/lib/php5/modules/fpm/disabled_by_admin/,
> > > but this behaviour is quite unexpected.
> > > 
> > > -- Package-specific info:
> > >  Additional PHP 5 information 
> > > 
> > >  PHP 5 SAPI (php5query -S): 
> > > fpm
> > > cli
> > > cgi
> > > 
> > >  PHP 5 Extensions (php5query -M -v): 
> > > mysql (Enabled for fpm by maintainer script)
> > > mysql (Enabled for cli by maintainer script)
> > > mysql (Enabled for cgi by maintainer script)
> > > pspell (Enabled for fpm by maintainer script)
> > > pspell (Enabled for cli by maintainer script)
> > > pspell (Enabled for cgi by maintainer script)
> > > intl (Enabled for fpm by maintainer script)
> > > intl (Enabled for cli by maintainer script)
> > > intl (Enabled for cgi by maintainer script)
> > > pdo (Enabled for fpm by maintainer script)
> > > pdo (Enabled for cli by maintainer script)
> > > pdo (Enabled for cgi by maintainer script)
> > > mysqli (Enabled for fpm by maintainer script)
> > > mysqli (Enabled for cli by maintainer script)
> > > mysqli (Enabled for cgi by maintainer script)
> > > curl (Enabled for fpm by maintainer script)
> > > curl (Enabled for cli by maintainer script)
> > > curl (Enabled for cgi by maintainer script)
> > > mcrypt (Enabled for fpm by maintainer script)
> > > mcrypt (Enabled for cli by maintainer script)
> > > mcrypt (Enabled for cgi by maintainer script)
> > > pdo_mysql (Enabled for fpm by maintainer script)
> > > pdo_mysql (Enabled for cli by maintainer script)
> > > pdo_mysql (Enabled for cgi by maintainer script)
> > > gd (Enabled for fpm by maintainer script)
> > > gd (Enabled for cli by maintainer script)
> > > gd (Enabled for cgi by maintainer script)
> > > pgsql (Enabled for fpm by maintainer script)
> > > pgsql (Enabled for cli by maintainer script)
> > > pgsql (Enabled for cgi by maintainer script)
> > > pdo_sqlite (Enabled for fpm by maintainer script)
> > > pdo_sqlite (Enabled for cli by maintainer script)
> > > pdo_sqlite (Enabled for cgi by maintainer script)
> > > pdo_pgsql (Enabled for fpm by maintainer script)
> > > pdo_pgsql (Enabled for cli by maintainer script)
> > > pdo_pgsql (Enabled for cgi by maintainer script)
> > > json (Enabled for fpm by maintainer script)
> > > json (Enabled for cli by maintainer script)
> > > json (Enabled for cgi by maintainer script)
> > > imap (Enabled for fpm by maintainer script)
> > > imap (Enabled for cli by maintainer script)
> > > imap (Enabled for cgi by maintainer script)
> > > xcache (Enabled for fpm by maintainer script)
> > > xcache (Enabled for cli by maintainer script)
> > > xcache (Enabled for cgi by maintainer script)
> > > sqlite3 (Enabled for fpm by maintainer script)
> > > sqlite3 (Enabled for cli by maintainer script)
> > > sqlite3 (Enabled for cgi by maintainer scr

Bug#803244: php5-common: upgrading enables manually disabled opcache

2015-10-28 Thread Antti Salmela
Package: php5-common
Version: 5.6.14+dfsg-0+deb8u1
Severity: serious

Dear Maintainer,

I was under impression that maintainer scripts shouldn't recreate
configuration files removed by system administrator. php5-common just
recreated symbolic link from /etc/php5/sapi/conf.d/05-opcache.ini to 
mods-available,
which I had removed since xcache works better for us and enabling both 
segfaults apache.

And yes, after enough digging I found about php5dismod and 
/var/lib/php5/modules/fpm/disabled_by_admin/,
but this behaviour is quite unexpected.

-- Package-specific info:
 Additional PHP 5 information 

 PHP 5 SAPI (php5query -S): 
fpm
cli
cgi

 PHP 5 Extensions (php5query -M -v): 
mysql (Enabled for fpm by maintainer script)
mysql (Enabled for cli by maintainer script)
mysql (Enabled for cgi by maintainer script)
pspell (Enabled for fpm by maintainer script)
pspell (Enabled for cli by maintainer script)
pspell (Enabled for cgi by maintainer script)
intl (Enabled for fpm by maintainer script)
intl (Enabled for cli by maintainer script)
intl (Enabled for cgi by maintainer script)
pdo (Enabled for fpm by maintainer script)
pdo (Enabled for cli by maintainer script)
pdo (Enabled for cgi by maintainer script)
mysqli (Enabled for fpm by maintainer script)
mysqli (Enabled for cli by maintainer script)
mysqli (Enabled for cgi by maintainer script)
curl (Enabled for fpm by maintainer script)
curl (Enabled for cli by maintainer script)
curl (Enabled for cgi by maintainer script)
mcrypt (Enabled for fpm by maintainer script)
mcrypt (Enabled for cli by maintainer script)
mcrypt (Enabled for cgi by maintainer script)
pdo_mysql (Enabled for fpm by maintainer script)
pdo_mysql (Enabled for cli by maintainer script)
pdo_mysql (Enabled for cgi by maintainer script)
gd (Enabled for fpm by maintainer script)
gd (Enabled for cli by maintainer script)
gd (Enabled for cgi by maintainer script)
pgsql (Enabled for fpm by maintainer script)
pgsql (Enabled for cli by maintainer script)
pgsql (Enabled for cgi by maintainer script)
pdo_sqlite (Enabled for fpm by maintainer script)
pdo_sqlite (Enabled for cli by maintainer script)
pdo_sqlite (Enabled for cgi by maintainer script)
pdo_pgsql (Enabled for fpm by maintainer script)
pdo_pgsql (Enabled for cli by maintainer script)
pdo_pgsql (Enabled for cgi by maintainer script)
json (Enabled for fpm by maintainer script)
json (Enabled for cli by maintainer script)
json (Enabled for cgi by maintainer script)
imap (Enabled for fpm by maintainer script)
imap (Enabled for cli by maintainer script)
imap (Enabled for cgi by maintainer script)
xcache (Enabled for fpm by maintainer script)
xcache (Enabled for cli by maintainer script)
xcache (Enabled for cgi by maintainer script)
sqlite3 (Enabled for fpm by maintainer script)
sqlite3 (Enabled for cli by maintainer script)
sqlite3 (Enabled for cgi by maintainer script)

 Configuration files: 
 /etc/php5/mods-available/pdo.ini 
extension=pdo.so

 /etc/php5/mods-available/opcache.ini 
zend_extension=opcache.so


-- System Information:
Debian Release: 8.2
  APT prefers stable
  APT policy: (900, 'stable'), (890, 'testing'), (499, 'unstable'), (101, 
'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages php5-common depends on:
ii  libc6   2.19-18+deb8u1
ii  lsof4.86+dfsg-1
ii  psmisc  22.21-2
ii  sed 4.2.2-4+b1
ii  ucf 3.0030

php5-common recommends no packages.

Versions of packages php5-common suggests:
ii  php5-xcache [php5-user-cache]  3.2.0-1

Versions of packages php5-cli depends on:
ii  libbz2-1.01.0.6-7+b3
ii  libc6 2.19-18+deb8u1
ii  libcomerr21.42.12-1.1
ii  libdb5.3  5.3.28-9
ii  libedit2  3.1-20140620-2
ii  libgssapi-krb5-2  1.12.1+dfsg-19
ii  libk5crypto3  1.12.1+dfsg-19
ii  libkrb5-3 1.12.1+dfsg-19
ii  libmagic1 1:5.22+15-2
ii  libonig2  5.9.5-3.2
ii  libpcre3  2:8.35-3.3
ii  libqdbm14 1.8.78-5+b1
ii  libssl1.0.0   1.0.2d-1
ii  libxml2   2.9.1+dfsg1-5
ii  mime-support  3.58
ii  php5-json 1.3.6-1
ii  tzdata2015f-0+deb8u1
ii  ucf   3.0030
ii  zlib1g1:1.2.8.dfsg-2+b1

Versions of packages php5-cli recommends:
pn  php5-readline  

Versions of packages php5-cli suggests:
ii  php-pear  5.6.14+dfsg-0+deb8u1

Versions of packages php5-cgi depends on:
ii  libbz2-1.01.0.6-7+b3
ii  libc6 2.19-18+deb8u1
ii  libcomerr21.42.12-1.1
ii  libdb5.3  5.3.28-9
ii  libgssapi-krb5-2  1.12.1+dfsg-19
ii  libk5crypto3  1.12.1+dfsg-19
ii  libkrb5-3 1.12.1+dfsg-19
ii  libmagic1 1:5.22+15-2
ii  libonig2  5.9.5-3.2
ii  libpcre3  2:8.35-3.3
ii  libqdbm14 1.8.78-5+b1
ii  libssl1.0.0   

Bug#803244: [php-maint] Bug#803244: php5-common: upgrading enables manually disabled opcache

2015-10-28 Thread Antti Salmela
I don't think that this is just a documentation issue, behaviour is just too 
unexpected.
dpkg doesn't recreate removed config files, apache2 has similar helpers, but it 
doesn't recreate
links removed by hand on update.

-- Antti

On Wed, Oct 28, 2015 at 01:21:06PM +0100, Ondřej Surý wrote:
> Control: severity -1 minor
> Control: reassign 797350 php5-common
> Control: forcemerge 797350 -1
> 
> Dear Antti,
> 
> yes, the documentation on module management could be improved, and it
> has been already filled as 803244.
> 
> Cheers,
> Ondrej
> 
> On Wed, Oct 28, 2015, at 12:30, Antti Salmela wrote:
> > Package: php5-common
> > Version: 5.6.14+dfsg-0+deb8u1
> > Severity: serious
> > 
> > Dear Maintainer,
> > 
> > I was under impression that maintainer scripts shouldn't recreate
> > configuration files removed by system administrator. php5-common just
> > recreated symbolic link from /etc/php5/sapi/conf.d/05-opcache.ini to
> > mods-available,
> > which I had removed since xcache works better for us and enabling both
> > segfaults apache.
> > 
> > And yes, after enough digging I found about php5dismod and
> > /var/lib/php5/modules/fpm/disabled_by_admin/,
> > but this behaviour is quite unexpected.
> > 
> > -- Package-specific info:
> >  Additional PHP 5 information 
> > 
> >  PHP 5 SAPI (php5query -S): 
> > fpm
> > cli
> > cgi
> > 
> >  PHP 5 Extensions (php5query -M -v): 
> > mysql (Enabled for fpm by maintainer script)
> > mysql (Enabled for cli by maintainer script)
> > mysql (Enabled for cgi by maintainer script)
> > pspell (Enabled for fpm by maintainer script)
> > pspell (Enabled for cli by maintainer script)
> > pspell (Enabled for cgi by maintainer script)
> > intl (Enabled for fpm by maintainer script)
> > intl (Enabled for cli by maintainer script)
> > intl (Enabled for cgi by maintainer script)
> > pdo (Enabled for fpm by maintainer script)
> > pdo (Enabled for cli by maintainer script)
> > pdo (Enabled for cgi by maintainer script)
> > mysqli (Enabled for fpm by maintainer script)
> > mysqli (Enabled for cli by maintainer script)
> > mysqli (Enabled for cgi by maintainer script)
> > curl (Enabled for fpm by maintainer script)
> > curl (Enabled for cli by maintainer script)
> > curl (Enabled for cgi by maintainer script)
> > mcrypt (Enabled for fpm by maintainer script)
> > mcrypt (Enabled for cli by maintainer script)
> > mcrypt (Enabled for cgi by maintainer script)
> > pdo_mysql (Enabled for fpm by maintainer script)
> > pdo_mysql (Enabled for cli by maintainer script)
> > pdo_mysql (Enabled for cgi by maintainer script)
> > gd (Enabled for fpm by maintainer script)
> > gd (Enabled for cli by maintainer script)
> > gd (Enabled for cgi by maintainer script)
> > pgsql (Enabled for fpm by maintainer script)
> > pgsql (Enabled for cli by maintainer script)
> > pgsql (Enabled for cgi by maintainer script)
> > pdo_sqlite (Enabled for fpm by maintainer script)
> > pdo_sqlite (Enabled for cli by maintainer script)
> > pdo_sqlite (Enabled for cgi by maintainer script)
> > pdo_pgsql (Enabled for fpm by maintainer script)
> > pdo_pgsql (Enabled for cli by maintainer script)
> > pdo_pgsql (Enabled for cgi by maintainer script)
> > json (Enabled for fpm by maintainer script)
> > json (Enabled for cli by maintainer script)
> > json (Enabled for cgi by maintainer script)
> > imap (Enabled for fpm by maintainer script)
> > imap (Enabled for cli by maintainer script)
> > imap (Enabled for cgi by maintainer script)
> > xcache (Enabled for fpm by maintainer script)
> > xcache (Enabled for cli by maintainer script)
> > xcache (Enabled for cgi by maintainer script)
> > sqlite3 (Enabled for fpm by maintainer script)
> > sqlite3 (Enabled for cli by maintainer script)
> > sqlite3 (Enabled for cgi by maintainer script)
> > 
> >  Configuration files: 
> >  /etc/php5/mods-available/pdo.ini 
> > extension=pdo.so
> > 
> >  /etc/php5/mods-available/opcache.ini 
> > zend_extension=opcache.so
> > 
> > 
> > -- System Information:
> > Debian Release: 8.2
> >   APT prefers stable
> >   APT policy: (900, 'stable'), (890, 'testing'), (499, 'unstable'), (101,
> >   'experimental')
> > Architecture: amd64 (x86_64)
> > 
> > Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
> > Locale: LANG=en_US.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
> > Shell: /bin/sh linked to /bin/dash
> > Init: systemd (vi

Bug#788813: [slony1-2-bin] initscript and perl tools do not agree on pidfile name

2015-06-15 Thread Antti Salmela
Package: slony1-2-bin
Version: 2.2.4-1
Severity: normal

--- Please enter the report below this line. ---

I have cluster named replication configured at
/etc/slony1/slon_tools.conf and
SLON_TOOLS_START_NODES=1 at /etc/default/slony1

/etc/initt.d/slony1 start using slon_start creates pidfile at
/var/run/slony1/replication_node1.pid,
but /etc/init.d/slony1 status / restart / stop tries to access
/var/run/slony1/node1.pid instead.


Suggests (Version) | Installed
===-+-===
slony1-2-doc |
libpg-perl |

-- 
Antti Salmela


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



Bug#782515: linux-image-3.16.0-4-amd64: Crash after graphical login

2015-04-13 Thread Antti Salmela
Package: src:linux
Version: 3.16.7-ckt9-2
Severity: important

Regression between 3.16.7-ckt7-1 and 3.16.7-ck9-2. Crashes soon after I try 
logging in and reboots by itself since watchdog timer runs out.

-- Package-specific info:
** Version:
Linux version 3.16.0-4-amd64 (debian-ker...@lists.debian.org) (gcc version 
4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt9-2 (2015-04-13)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 
root=UUID=d1dfd033-d4f7-48e3-bf02-b86e709eaf04 ro rootfstype=ext4 
resume=/dev/mapper/enigma-swap elevator=deadline

** Tainted: PO (4097)
 * Proprietary module has been loaded.
 * Out-of-tree module has been loaded.

** Kernel log:
[3.082601] systemd[1]: Listening on Syslog Socket.
[3.082663] systemd[1]: Starting Journal Service...
[3.083434] systemd[1]: Started Journal Service.
[3.101580] systemd-udevd[300]: starting version 215
[3.124984] EXT4-fs (sda1): re-mounted. Opts: discard,errors=remount-ro
[3.149447] tun: Universal TUN/TAP device driver, 1.6
[3.149503] tun: (C) 1999-2004 Max Krasnyansky m...@qualcomm.com
[3.200125] input: Power Button as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[3.200194] ACPI: Power Button [PWRB]
[3.200291] input: Power Button as 
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[3.200358] ACPI: Power Button [PWRF]
[3.201016] wmi: Mapper loaded
[3.206709] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[3.210340] mei_me :00:16.0: irq 44 for MSI/MSI-X
[3.230573] input: PC Speaker as /devices/platform/pcspkr/input/input4
[3.233223] [drm] Initialized drm 1.1.0 20060810
[3.243312] AVX2 version of gcm_enc/dec engaged.
[3.245135] snd_hda_intel :01:00.1: Handle VGA-switcheroo audio client
[3.245317] snd_hda_intel :00:1b.0: irq 45 for MSI/MSI-X
[3.245372] snd_hda_intel :01:00.1: irq 46 for MSI/MSI-X
[3.245962] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[3.251781] alg: No test for crc32 (crc32-pclmul)
[3.255931] intel_rapl: Found RAPL domain package
[3.255990] intel_rapl: Found RAPL domain core
[3.256048] intel_rapl: Found RAPL domain dram
[3.258213] sound hdaudioC0D0: autoconfig: line_outs=3 
(0x14/0x15/0x16/0x0/0x0) type:line
[3.258280] sound hdaudioC0D0:speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[3.258338] sound hdaudioC0D0:hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[3.258396] sound hdaudioC0D0:mono: mono_out=0x0
[3.258452] sound hdaudioC0D0:dig-out=0x11/0x1e
[3.258508] sound hdaudioC0D0:inputs:
[3.258565] sound hdaudioC0D0:  Front Mic=0x19
[3.258621] sound hdaudioC0D0:  Rear Mic=0x18
[3.258677] sound hdaudioC0D0:  Line=0x1a
[3.270066] input: HDA Intel PCH Front Mic as 
/devices/pci:00/:00:1b.0/sound/card0/input6
[3.270184] input: HDA Intel PCH Rear Mic as 
/devices/pci:00/:00:1b.0/sound/card0/input7
[3.270299] input: HDA Intel PCH Line as 
/devices/pci:00/:00:1b.0/sound/card0/input8
[3.270413] input: HDA Intel PCH Line Out Front as 
/devices/pci:00/:00:1b.0/sound/card0/input9
[3.270526] input: HDA Intel PCH Line Out Surround as 
/devices/pci:00/:00:1b.0/sound/card0/input10
[3.270666] input: HDA Intel PCH Line Out CLFE as 
/devices/pci:00/:00:1b.0/sound/card0/input11
[3.270929] input: HDA Intel PCH Front Headphone as 
/devices/pci:00/:00:1b.0/sound/card0/input12
[3.273973] usbcore: registered new interface driver usbhid
[3.274030] usbhid: USB HID core driver
[3.274437] asus_wmi: ASUS WMI generic driver loaded
[3.276171] asus_wmi: Initialization: 0x0
[3.276245] asus_wmi: BIOS WMI version: 0.9
[3.276331] asus_wmi: SFUN value: 0x0
[3.276635] input: Eee PC WMI hotkeys as 
/devices/platform/eeepc-wmi/input/input13
[3.277308] asus_wmi: Disabling ACPI video driver
[3.287856] input: Logitech USB Keyboard as 
/devices/pci:00/:00:14.0/usb1/1-4/1-4.1/1-4.1:1.0/0003:046D:C326.0001/input/input14
[3.287993] hid-generic 0003:046D:C326.0001: input,hidraw0: USB HID v1.10 
Keyboard [Logitech USB Keyboard] on usb-:00:14.0-4.1/input0
[3.289514] input: Logitech USB Keyboard as 
/devices/pci:00/:00:14.0/usb1/1-4/1-4.1/1-4.1:1.1/0003:046D:C326.0002/input/input15
[3.289671] hid-generic 0003:046D:C326.0002: input,hiddev0,hidraw1: USB HID 
v1.10 Device [Logitech USB Keyboard] on usb-:00:14.0-4.1/input1
[3.289825] input: Logitech USB Laser Mouse as 
/devices/pci:00/:00:14.0/usb1/1-4/1-4.2/1-4.2:1.0/0003:046D:C062.0003/input/input16
[3.289963] hid-generic 0003:046D:C062.0003: input,hidraw2: USB HID v1.10 
Mouse [Logitech USB Laser Mouse] on usb-:00:14.0-4.2/input0
[3.343489] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: 
discard,acl
[3.351622] nvidia: module license 'NVIDIA' taints kernel.
[3.351678] Disabling lock debugging due to kernel taint
[3.356411] 

Bug#782515: linux-image-3.16.0-4-amd64: kernel BUG at /build/linux-oP9w_T/linux-3.16.7-ckt9/net/ipv4/tcp_output.c:878!

2015-04-13 Thread Antti Salmela
Package: src:linux
Version: 3.16.7-ckt9-2
Followup-For: Bug #782515

It's TCP Fastopen. After I disable it with 'echo 0  
/proc/sys/net/ipv4/tcp_fastopen' I can start system (and chrome) normally.
Here's a oops report recorded with netconsole.

[  909.173388] [ cut here ]
[  909.173395] kernel BUG at 
/build/linux-oP9w_T/linux-3.16.7-ckt9/net/ipv4/tcp_output.c:878!
[  909.173397] invalid opcode:  [#1] SMP 
[  909.173401] Modules linked in: netconsole configfs iTCO_wdt 
iTCO_vendor_support binfmt_misc snd_hrtimer snd_seq_midi snd_seq_midi_event 
snd_rawmidi snd_seq snd_seq_device cfg80211 pci_stub vboxpci(O) vboxnetadp(O) 
vboxnetflt(O) vboxdrv(O) ipt_REJECT xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 
xt_multiport xt_conntrack nf_conntrack iptable_filter ip_tables x_tables 
snd_hda_codec_hdmi nvidia(PO) joydev hid_generic eeepc_wmi asus_wmi 
sparse_keymap rfkill mxm_wmi evdev usbhid x86_pkg_temp_thermal intel_powerclamp 
snd_hda_codec_realtek intel_rapl snd_hda_codec_generic crc32_pclmul 
snd_soc_rt5640 ghash_clmulni_intel snd_soc_rl6231 snd_hda_intel snd_soc_core 
aesni_intel snd_hda_controller snd_hda_codec aes_x86_64 snd_compress lrw 
snd_hwdep snd_pcm_oss gf128mul glue_helper snd_mixer_oss ablk_helper psmouse 
snd_pcm cryptd drm pcspkr serio_raw snd_timer snd tpm_infineon regmap_i2c 
soundcore tpm_tis tpm mei_me i2c_designware_platform snd_soc_sst_acpi mei 
battery shpchp i2c_designware_core vid
 eo wmi acpi_pad button processor vhost_net tun vhost macvtap macvlan kvm_intel 
kvm sch_fq_codel coretemp firewire_sbp2 firewire_core crc_itu_t loop fuse 
autofs4 ext4 crc16 mbcache jbd2 btrfs xor raid6_pq dm_mod raid1 md_mod sg 
sd_mod crc_t10dif crct10dif_generic crct10dif_pclmul crct10dif_common 
crc32c_intel ahci libahci ehci_pci libata xhci_hcd ehci_hcd scsi_mod e1000e ptp 
usbcore pps_core usb_common thermal fan thermal_sys sdhci_acpi i2c_hid sdhci 
hid mmc_core i2c_core
[  909.173529] CPU: 7 PID: 3263 Comm: Chrome_IOThread Tainted: P   O  
3.16.0-4-amd64 #1 Debian 3.16.7-ckt9-2
[  909.173531] Hardware name: ASUS All Series/Z97-A, BIOS 1205 07/07/2014
[  909.173533] task: 88080231b630 ti: 8807a0fec000 task.ti: 
8807a0fec000
[  909.173535] RIP: 0010:[8146f6ef]  [8146f6ef] 
tcp_transmit_skb+0x6ff/0x8e0
[  909.173540] RSP: 0018:8807a0fefb48  EFLAGS: 00010246
[  909.173542] RAX: 02c0 RBX: 8807a09ec780 RCX: 00d0
[  909.173543] RDX: 0001 RSI: 880036844400 RDI: 8807e4084800
[  909.173545] RBP: 880036844400 R08: 02c0 R09: 0500
[  909.173546] R10: 8807a09eccd8 R11: 8807a09ecd64 R12: 8807cda214c0
[  909.173548] R13: 880036844400 R14: 00d2 R15: 8807a0fefe80
[  909.173550] FS:  7fe82bd75700() GS:88083edc() 
knlGS:
[  909.173551] CS:  0010 DS:  ES:  CR0: 80050033
[  909.173553] CR2: 3d5359dfa008 CR3: 0007ce6dd000 CR4: 001407e0
[  909.173554] Stack:
[  909.173556]  8140cd37 00ff8807cda214c0 8807a09ec780 
00d4
[  909.173560]  8807a09ec780 88081c47ae80 8807a09ec780 
880036844600
[  909.173564]  8807cda214c0 880036844400 00d2 
8807a0fefe80
[  909.173569] Call Trace:
[  909.173572]  [8140cd37] ? __alloc_skb+0x87/0x2a0
[  909.173575]  [81470ce6] ? tcp_connect+0x466/0x780
[  909.173578]  [81475576] ? tcp_v4_connect+0x2f6/0x450
[  909.173581]  [8148a715] ? __inet_stream_connect+0x95/0x310
[  909.173584]  [81462610] ? tcp_sendmsg+0x550/0xd20
[  909.173587]  [8114a3c5] ? release_pages+0x85/0x220
[  909.173590]  [81403f4b] ? sock_sendmsg+0x8b/0xc0
[  909.173593]  [811c15f1] ? touch_atime+0x71/0x140
[  909.173596]  [811b0180] ? pipe_read+0x280/0x2f0
[  909.173599]  [814040b1] ? SYSC_sendto+0xf1/0x180
[  909.173603]  [811a7f4d] ? vfs_read+0xed/0x170
[  909.173607]  [81510e4d] ? system_call_fast_compare_end+0x10/0x15
[  909.173608] Code: 48 89 c5 e9 a5 f9 ff ff 0f 1f 40 00 8b 8b c4 05 00 00 89 
ca d1 e9 c1 ea 02 01 d1 8b 93 c0 05 00 00 39 d1 0f 43 d1 e9 37 ff ff ff 0f 0b 
8b 55 40 39 c2 0f 89 b7 fb ff ff 8d 88 00 00 ff ff 39 d1 
[  909.173654] RIP  [8146f6ef] tcp_transmit_skb+0x6ff/0x8e0
[  909.173658]  RSP 8807a0fefb48
[  909.173660] ---[ end trace 1b3142ada48fa46e ]---
[  909.173662] Kernel panic - not syncing: Fatal exception
[  909.173666] Kernel Offset: 0x0 from 0x8100 (relocation range: 
0x8000-0x9fff)
[  909.173667] Rebooting in 20 seconds..
[  929.099850] ACPI MEMORY or I/O RESET_REG.


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



Bug#781110: e2fsprogs: e2fsck does not detect corruption

2015-03-25 Thread Antti Salmela
On Wed, Mar 25, 2015 at 02:08:14PM -0400, Theodore Ts'o wrote:
 Could you send me the output of running the debugfs commands stat
 4458532, ls 4458532, and hash 4458532, please?

debugfs: stat 4458532

Inode: 4458532   Type: directoryMode:  0755   Flags: 0x8
Generation: 1757173038Version: 0x:009a
User: 0   Group: 0   Size: 4096
File ACL: 0Directory ACL: 0
Links: 2   Blockcount: 8
Fragment:  Address: 0Number: 0Size: 0
 ctime: 0x54a8f27d:90751f48 -- Sun Jan  4 09:57:49 2015
 atime: 0x54a8f27d:90751f48 -- Sun Jan  4 09:57:49 2015
 mtime: 0x54a8db75:6a6edc50 -- Sun Jan  4 08:19:33 2015
crtime: 0x50ae6f0f:8e2e476c -- Thu Nov 22 20:29:35 2012
Size of extra inode fields: 28
EXTENTS:
(0):17834239

debugfs:  ls 4458532
4458532: EXT2 directory corrupted 

debugfs:  hash 4458532
Hash of 4458532 is 0xc9957416 (minor 0x0)


 
 Thanks!!
 
- Ted
 

-- 
Antti Salmela


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



Bug#781110: e2fsprogs: e2fsck does not detect corruption

2015-03-24 Thread Antti Salmela
Package: e2fsprogs
Version: 1.42.12-1.1
Severity: normal

I have file system corruption that e2fsck does not detect:

[120249.381643] EXT4-fs error (device dm-9): htree_dirblock_to_tree:914: inode 
#4458532: block 17834239: comm ls: bad entry in directory: rec_len is smaller 
than minimal - offset=0(0), inode=0, rec_len=0, name_len=0

e2fsck 1.42.12 (29-Aug-2014)
/dev/mapper/enigma-rsnapshot contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information

 1795583 inodes used (9.13%, out of 19660800)
2763 non-contiguous files (0.2%)
2087 non-contiguous directories (0.1%)
 # of inodes with ind/dind/tind blocks: 0/0/0
 Extent depth histogram: 1750860/300
48576569 blocks used (61.77%, out of 78643200)
   0 bad blocks
  12 large files

  983897 regular files
  759523 directories
 124 character device files
   3 block device files
  12 fifos
 6095055 links
   51936 symbolic links (44197 fast symbolic links)
  79 sockets

 7890629 files

debugfs:  inode_dump 4458532
  ed41  0010  7df2 a854 7df2 a854  .A..}..T}..T
0020  75db a854    0200 0800   u..T
0040   0800 9a00  0af3 0100 0400   
0060      0100  ff20 1001  . ..
0100           
*
0140    2e55 bc68      .U.h
0160           
0200  1c00  481f 7590 50dc 6e6a 481f 7590  H.u.P.njH.u.
0220  0f6f ae50 6c47 2e8e      .o.PlG..
0240           
*

debugfs:  block_dump 17834239
           
*



-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (900, 'testing'), (890, 'stable'), (550, 'unstable'), (101, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages e2fsprogs depends on:
ii  e2fslibs1.42.12-1.1
ii  libblkid1   2.25.2-5
ii  libc6   2.19-15
ii  libcomerr2  1.42.12-1.1
ii  libss2  1.42.12-1.1
ii  libuuid12.25.2-5
ii  util-linux  2.25.2-5

e2fsprogs recommends no packages.

Versions of packages e2fsprogs suggests:
pn  e2fsck-static  none
ii  gpart  0.1h-11+b1
ii  parted 3.2-6

-- 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#768261: pgbouncer: Support for running under different group

2014-11-05 Thread Antti Salmela
Package: pgbouncer
Version: 1.5.4-6
Severity: wishlist

Dear Maintainer,

please consider following patch to somewhat support running under different 
group.

*** End of the template - remove these lines ***

--- pgbouncer.old   2014-11-06 09:09:06.011673821 +0200
+++ pgbouncer.new   2014-11-06 09:26:25.066216300 +0200
@@ -63,7 +63,7 @@
 if [ $? -eq 0 ] ; then
OLDPID=$(cat $PIDFILE)
log_daemon_msg Invoking PgBouncer restart $NAME
-   su -c $DAEMON -R $OPTS 2 /dev/null - $RUNASUSER
+   su -c $DAEMON -R $OPTS 2 /dev/null - ${RUNASUSER%:*}
if [ $? -ne 0 ]; then
 log_end_msg 1
 log_warning_msg could not contact running instance


-- System Information:
Shell: /bin/sh linked to /bin/dash

-- Configuration Files:
/etc/default/pgbouncer changed:
START=1
RUNASUSER=postgres:www-data

grep ^unix /etc/pgbouncer/pgbouncer.ini:
unix_socket_mode = 0770
unix_socket_group = www-data
unix_socket_dir = /var/run/postgresql

-- 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#749894: debian-security-support: Don't require --list option with --type

2014-05-30 Thread Antti Salmela
Package: debian-security-support
Version: 2014.05.29
Severity: wishlist

Dear Maintainer,

I would like to run check-support-status --type ended and to not need
to add --list option.

--- /usr/bin/check-support-status   2014-05-29 19:57:10.0 +0300
+++ check-support-status2014-05-30 15:24:39.752308659 +0300
@@ -67,10 +67,15 @@
 done
 
 if [ -z $LIST ] ; then
-$0 --type ended --list 
/usr/share/debian-security-support/security-support-ended
-echo
-$0 --type limited --list 
/usr/share/debian-security-support/security-support-limited
-exit 0
+if [ -z $TYPE ] ; then
+   $0 --type ended --list 
/usr/share/debian-security-support/security-support-ended
+   echo
+   $0 --type limited --list 
/usr/share/debian-security-support/security-support-limited
+   exit 0
+else
+   $0 --type $TYPE --list 
/usr/share/debian-security-support/security-support-$TYPE
+   exit 0
+fi
 fi
 
 # exit silently if there's no list

-- System Information:
Debian Release: 7.5
  APT prefers stable
  APT policy: (900, 'stable'), (890, 'testing'), (499, 'unstable'), (101, 
'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages debian-security-support depends on:
ii  adduser3.113+nmu3
ii  debconf [debconf-2.0]  1.5.49
ii  gettext-base   0.18.1.1-9

debian-security-support recommends no packages.

debian-security-support suggests no packages.

-- debconf information excluded


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



Bug#701690: nvidia: disagrees about version of symbol efi_enabled

2013-02-26 Thread Antti Salmela
Package: src:linux
Version: 3.2.39-1
Severity: normal

ABI seems to have changed with the latest 3.2.39-1 kernel. Proprietary
nvidia driver (313.18-2)  from experimental fails to load if compiled
against previous (or maybe even original...) linux-headers-3.2.0-4-amd64
packages, but works after recompile.

[   14.383562] nvidia: module license 'NVIDIA' taints kernel.
[   14.386689] nvidia: disagrees about version of symbol efi_enabled
[   14.386692] nvidia: Unknown symbol efi_enabled (err -22)

-- Package-specific info:
** Version:
Linux version 3.2.0-4-amd64 (debian-ker...@lists.debian.org) (gcc version 4.6.3 
(Debian 4.6.3-15) ) #1 SMP Debian 3.2.39-1

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 
root=UUID=e2e0f340-47e3-4351-89c1-e4414de88904 ro elevator=deadline quiet

** Tainted: PO (4097)
 * Proprietary module has been loaded.
 * Out-of-tree module has been loaded.

** Kernel log:
[   18.493525] audit: name_count maxed, losing inode data: dev=00:06, inode=4829
[   18.493529] audit: name_count maxed, losing inode data: dev=00:06, inode=4796
[   18.493533] audit: name_count maxed, losing inode data: dev=00:06, inode=4834
[   18.493536] audit: name_count maxed, losing inode data: dev=00:06, inode=4834
[   18.493544] audit: name_count maxed, losing inode data: dev=00:06, inode=4834
[   18.493550] audit: name_count maxed, losing inode data: dev=00:06, inode=4834
[   18.493554] audit: name_count maxed, losing inode data: dev=00:06, inode=4796
[   18.493557] audit: name_count maxed, losing inode data: dev=00:06, inode=4839
[   18.493561] audit: name_count maxed, losing inode data: dev=00:06, inode=4839
[   18.493565] audit: name_count maxed, losing inode data: dev=00:06, inode=4839
[   18.493569] audit: name_count maxed, losing inode data: dev=00:06, inode=4839
[   18.493573] audit: name_count maxed, losing inode data: dev=00:06, inode=4796
[   18.493578] audit: name_count maxed, losing inode data: dev=00:06, inode=4844
[   18.493581] audit: name_count maxed, losing inode data: dev=00:06, inode=4844
[   18.493586] audit: name_count maxed, losing inode data: dev=00:06, inode=4844
[   18.493589] audit: name_count maxed, losing inode data: dev=00:06, inode=4844
[   18.493593] audit: name_count maxed, losing inode data: dev=00:06, inode=4796
[   18.493597] audit: name_count maxed, losing inode data: dev=00:06, inode=4849
[   18.493600] audit: name_count maxed, losing inode data: dev=00:06, inode=4849
[   18.493605] audit: name_count maxed, losing inode data: dev=00:06, inode=4849
[   18.493609] audit: name_count maxed, losing inode data: dev=00:06, inode=4849
[   18.493613] audit: name_count maxed, losing inode data: dev=00:06, inode=4796
[   18.493617] audit: name_count maxed, losing inode data: dev=00:06, inode=4854
[   18.493620] audit: name_count maxed, losing inode data: dev=00:06, inode=4854
[   18.493625] audit: name_count maxed, losing inode data: dev=00:06, inode=4854
[   18.493629] audit: name_count maxed, losing inode data: dev=00:06, inode=4854
[   18.493635] audit: name_count maxed, losing inode data: dev=00:06, inode=4796
[   18.493639] audit: name_count maxed, losing inode data: dev=00:06, inode=4859
[   18.493642] audit: name_count maxed, losing inode data: dev=00:06, inode=4859
[   18.493647] audit: name_count maxed, losing inode data: dev=00:06, inode=4859
[   18.493650] audit: name_count maxed, losing inode data: dev=00:06, inode=4859
[   18.500951] audit: name_count maxed, losing inode data: dev=00:06, inode=3937
[   18.500956] audit: name_count maxed, losing inode data: dev=00:06, inode=3937
[   18.500960] audit: name_count maxed, losing inode data: dev=00:06, inode=3937
[   18.500963] audit: name_count maxed, losing inode data: dev=00:06, inode=3937
[   18.500967] audit: name_count maxed, losing inode data: dev=00:06, inode=3937
[   18.500973] audit: name_count maxed, losing inode data: dev=00:06, inode=3937
[   18.500977] audit: name_count maxed, losing inode data: dev=00:06, inode=3937
[   18.500980] audit: name_count maxed, losing inode data: dev=00:06, inode=3937
[   18.500984] audit: name_count maxed, losing inode data: dev=00:06, inode=3937
[   18.500988] audit: name_count maxed, losing inode data: dev=00:06, inode=3937
[   18.500991] audit: name_count maxed, losing inode data: dev=00:06, inode=3937
[   18.500995] audit: name_count maxed, losing inode data: dev=00:06, inode=3937
[   18.501001] audit: name_count maxed, losing inode data: dev=00:06, inode=3937
[   18.501005] audit: name_count maxed, losing inode data: dev=00:06, inode=3937
[   18.501008] audit: name_count maxed, losing inode data: dev=00:06, inode=3937
[   18.501012] audit: name_count maxed, losing inode data: dev=00:06, inode=3937
[   18.501016] audit: name_count maxed, losing inode data: dev=00:06, inode=3937
[   18.501019] audit: name_count maxed, losing inode data: dev=00:06, inode=3937
[   18.800849] EXT4-fs (md0): re-mounted. Opts: (null)
[   18.943861] EXT4-fs (md0): re-mounted. Opts: 

Bug#701690: nvidia: disagrees about version of symbol efi_enabled

2013-02-26 Thread Antti Salmela
On Tue, Feb 26, 2013 at 01:24:38PM +, Ben Hutchings wrote:
 On Tue, 2013-02-26 at 10:35 +0200, Antti Salmela wrote:
  Package: src:linux
  Version: 3.2.39-1
  Severity: normal
  
  ABI seems to have changed with the latest 3.2.39-1 kernel. Proprietary
  nvidia driver (313.18-2)  from experimental fails to load if compiled
  against previous (or maybe even original...) linux-headers-3.2.0-4-amd64
  packages, but works after recompile.
  
  [   14.383562] nvidia: module license 'NVIDIA' taints kernel.
  [   14.386689] nvidia: disagrees about version of symbol efi_enabled
  [   14.386692] nvidia: Unknown symbol efi_enabled (err -22)
 [...]
 
 Sorry, I ignored this ABI change because codesearch.debian.net didn't
 show the symbol being used by out-of-tree modules.  Perhaps it doesn't
 include non-free code, or this was changed between unstable and
 experimental.

This does not affect precompiled binary module from nvidia-kernel-3.2.0-4-amd64
(304.64+1+1+3.2.32-1 from testing/unstable), or at least I could insmod it
without complaints.
 
 I'll see what I can do to fix this.  (And unfortunately if the change is
 reverted then you'll need to rebuild the module again.)

No worries, this is unstable and experimental after all..

-- 
Antti


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



Bug#701690: nvidia: disagrees about version of symbol efi_enabled

2013-02-26 Thread Antti Salmela
On Tue, Feb 26, 2013 at 10:54:42PM +0100, Andreas Beckmann wrote:
 On 2013-02-26 14:44, Ben Hutchings wrote:
  On Tue, 2013-02-26 at 13:24 +, Ben Hutchings wrote:
  On Tue, 2013-02-26 at 10:35 +0200, Antti Salmela wrote:
  ABI seems to have changed with the latest 3.2.39-1 kernel. Proprietary
  nvidia driver (313.18-2)  from experimental fails to load if compiled
  against previous (or maybe even original...) linux-headers-3.2.0-4-amd64
  packages, but works after recompile.
 
 Antti, did you use the -dkms package or the -source package and
 module-assistant?

-dkms package.

-- 
Antti


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



Bug#645589: sky2 rx errors

2013-01-11 Thread Antti Salmela
On Thu, Jan 10, 2013 at 11:48:03AM -0800, Jonathan Nieder wrote:
 Antti Salmela wrote:
 
  I noticed that after a change in network hardware (different
  switch), I am no longer able to reproduce this problem. This may
  have been fixed in newer kernels, but I can't be certain.
 
 I couldn't convince you to test again with the old switch as a
 quick sanity check, could I?

All right, I just digged up the old switch, confirmed that 3.1.0-1-amd64 
(Debian 3.1.8-2) still gave errors and
found out that now 3.2.0-4-amd64 (3.2.35-2) works without any problems.

-- 
Antti Salmela


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



Bug#645589: sky2 rx errors

2013-01-10 Thread Antti Salmela
I noticed that after a change in network hardware (different switch), I am no 
longer able to reproduce this problem. This may have been fixed in newer
kernels, but I can't be certain.

-- 
Antti Salmela


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



Bug#677983: apt-cacher-ng: Corrupt Packages files, fixed by restart of apt-cacher-ng

2012-06-18 Thread Antti Salmela
Package: apt-cacher-ng
Version: 0.7.6-1
Severity: normal


I have noticed that sometimes apt-cacher-ng gives corrupt files, like:

W: Failed to fetch 
http://security.debian.org/dists/squeeze/updates/main/binary-amd64/Packages.bz2 
 Hash Sum mismatch
W: Failed to fetch 
http://cdn.debian.net/debian/dists/wheezy/non-free/binary-amd64/PackagesIndex  
MD5Sum mismatch

Re-run of apt-get update does not help, but restart of apt-cacher-ng helps.

-- Package-specific info:

-- System Information:
Debian Release: 6.0.5
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing'), (500, 'stable-updates'), (499, 
'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-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

Versions of packages apt-cacher-ng depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  debconf [debconf-2 1.5.36.1  Debian configuration management sy
ii  dpkg   1.15.8.12 Debian package management system
ii  libbz2-1.0 1.0.5-6+squeeze1  high-quality block-sorting file co
ii  libc6  2.13-33   Embedded GNU C Library: Shared lib
ii  libgcc11:4.4.5-8 GCC support library
ii  liblzma5   5.1.1alpha+20110809-3 XZ-format compression library
ii  libstdc++6 4.7.0-8   GNU Standard C++ Library v3
ii  libwrap0   7.6.q-19  Wietse Venema's TCP wrappers libra
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages apt-cacher-ng recommends:
ii  ed1.4-3  The classic UNIX line editor
ii  perl  5.14.2-11  Larry Wall's Practical Extraction 

Versions of packages apt-cacher-ng suggests:
pn  doc-base  none (no description available)
pn  libfuse2  none (no description available)



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



Bug#665087: php5-xcache: Incompatible with PHP 5.4

2012-03-22 Thread Antti Salmela
Package: php5-xcache
Version: 1.3.2-1.1+b1
Severity: grave
Justification: renders package unusable

Current version does not work with the php 5.4 in the archive, but crashes with 
segfault.

#0  ZEND_SEND_VAL_SPEC_CONST_HANDLER (execute_data=0x7f687334e098)
at /tmp/buildd/php5-5.4.0/Zend/zend_vm_execute.h:2372
#1  0x0070340f in execute (op_array=0x7f68733823f8)
at /tmp/buildd/php5-5.4.0/Zend/zend_vm_execute.h:410
#2  0x006a36a0 in zend_execute_scripts (type=0, retval=0x87334e040, 
file_count=3)
at /tmp/buildd/php5-5.4.0/Zend/zend.c:1272
#3  0x00642f13 in php_execute_script (primary_file=0x6873696e6e69)
at /tmp/buildd/php5-5.4.0/main/main.c:2473
#4  0x00431ae6 in main (argc=32767, argv=0x7f68731a673c)
at /tmp/buildd/php5-5.4.0/sapi/cgi/cgi_main.c:2422

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (900, 'stable'), (550, 'unstable'), (101, 
'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages php5-xcache depends on:
ii  libc6   2.13-27
ii  php5-cgi [phpapi-20100525]  5.4.0-2
ii  php5-cli [phpapi-20100525]  5.4.0-2

php5-xcache recommends no packages.

php5-xcache suggests no packages.

-- Configuration Files:
/etc/php5/conf.d/xcache.ini [Errno 13] Permission denied: 
u'/etc/php5/conf.d/xcache.ini'

-- 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#637416: imvirt: Imvirt does not detect Xen properly

2012-01-15 Thread Antti Salmela

$ cat /proc/cpuinfo 
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 23
model name  : Intel(R) Xeon(R) CPU   E5430  @ 2.66GHz
stepping: 10
cpu MHz : 2659.998
cache size  : 6144 KB
fpu : yes
fpu_exception   : yes
cpuid level : 13
wp  : yes
flags   : fpu tsc msr pae cx8 cmov pat clflush mmx fxsr sse sse2 ss ht 
syscall nx lm constant_tsc rep_good aperfmperf pni vmx est ssse3 cx16 sse4_1 
hypervisor lahf_lm tpr_shadow vnmi flexpriority
bogomips: 5319.99
clflush size: 64
cache_alignment : 64
address sizes   : 38 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 23
model name  : Intel(R) Xeon(R) CPU   E5430  @ 2.66GHz
stepping: 10
cpu MHz : 2659.998
cache size  : 6144 KB
fpu : yes
fpu_exception   : yes
cpuid level : 13
wp  : yes
flags   : fpu tsc msr pae cx8 cmov pat clflush mmx fxsr sse sse2 ss ht 
syscall nx lm constant_tsc rep_good aperfmperf pni vmx est ssse3 cx16 sse4_1 
hypervisor lahf_lm tpr_shadow vnmi flexpriority
bogomips: 5319.99
clflush size: 64
cache_alignment : 64
address sizes   : 38 bits physical, 48 bits virtual
power management:


On Sun, Jan 15, 2012 at 10:48:39AM +0100, Patrick Matthäi wrote:
 Hi Antti,
 
 could you please provide the information requested below?
 
 Am 10.11.2011 21:29, schrieb Thomas Liske:
  Hi,
  
  could you please provide `cat /proc/cpuinfo`? imvirt failes to detect
  Xen since it got an probability of less than 90% (which is an internal
  threshold):
  
$VAR1 = {
  'Physical' =  '0.109375',
  'Xen PV 3.1' =  '0.890625'
};
  
  
  Regards,
  Thomas
 
 
 -- 
 /*
 Mit freundlichem Gruß / With kind regards,
  Patrick Matthäi
  GNU/Linux Debian Developer
 
 E-Mail: pmatth...@debian.org
 patr...@linux-dev.org
 */
 





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



Bug#609994: linux-image-2.6.32-5-amd64: hw csum failures with sky2 module

2011-11-24 Thread Antti Salmela
found 645589 linux-2.6/3.1.1-1

On Thu, Nov 24, 2011 at 06:25:17PM +, Vincent Blut wrote:
 found 609846 linux-2.6/3.1.1-1
 
 Le 24/11/2011 02:03, Jonathan Nieder a écrit :
  Hi Vincent,
 

 Hi Jonathan
 
  Vincent Blut a écrit :
 

  I still have this problem with the sky2 module, but in recent days,
  this line appears in syslog (which did not appear before):
 
  [21495.838200] sky2 :03:00.0: eth1: receive checksum problem
  (status = 0xe649e641)
  
  This rang a bell for me, and indeed there has been a similar report
  not too long ago: [1]
 

 I'm not convinced that is the same issue although the log messages are
 quite similar.
 Please Antti, could you test the last Debian kernel (3.1.1-1) and see if
 disabling rx
 checksumming fix your issue (ethtool -K ethX rx off).

Problem still persists with the latest kernel and disabling checksumming
does not fix the issue.

-- 
Antti Salmela



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



Bug#645589: linux-image-3.0.0-2-amd64: sky2 rx errors on 3.0, 2.6.32 works

2011-10-17 Thread Antti Salmela
Package: linux-2.6
Version: 3.0.0-5
Severity: normal


sky2 loses packets on 3.0 (-3 and -5) and 3.1-rc7, 2.6.32-38 and setting 
interface to promiscuous works.

[   60.118244] sky2 :02:00.0: eth0: rx error, status 0xb92100 length 185
[   62.664370] sky2 :02:00.0: eth0: rx error, status 0x602100 length 96
[   63.370051] sky2 :02:00.0: eth0: rx error, status 0x422100 length 66
[   63.714672] sky2 :02:00.0: eth0: rx error, status 0x722100 length 114
[   64.513458] device eth0 entered promiscuous mode

-- Package-specific info:
** Version:
Linux version 3.0.0-2-amd64 (Debian 3.0.0-5) (b...@decadent.org.uk) (gcc 
version 4.5.3 (Debian 4.5.3-9) ) #1 SMP Fri Oct 7 20:48:45 UTC 2011

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.0.0-2-amd64 root=/dev/mapper/thor-root ro quiet 
elevator=deadline

** Not tainted

** Kernel log:
[2.868856] ACPI: Power Button [PWRF]
[2.894085] input: PC Speaker as /devices/platform/pcspkr/input/input2
[2.902355] ACPI: acpi_idle registered with cpuidle
[2.912736] i801_smbus :00:1f.3: PCI INT B - GSI 23 (level, low) - IRQ 
23
[2.947532] intel_rng: FWH not detected
[2.967378] wmi: Mapper loaded
[2.980088] leds_ss4200: no LED devices found
[2.997643] Error: Driver 'pcspkr' is already registered, aborting...
[3.030097] [drm] Initialized drm 1.1.0 20060810
[3.051696] HDA Intel :00:1b.0: PCI INT A - GSI 19 (level, low) - IRQ 
19
[3.051751] HDA Intel :00:1b.0: irq 45 for MSI/MSI-X
[3.051781] HDA Intel :00:1b.0: setting latency timer to 64
[3.128882] hda_codec: ALC882: BIOS auto-probing.
[3.129611] input: HDA Digital PCBeep as 
/devices/pci:00/:00:1b.0/input/input3
[3.133554] input: HDA Intel Headphone as 
/devices/pci:00/:00:1b.0/sound/card0/input4
[3.206734] nouveau :04:00.0: PCI INT A - GSI 16 (level, low) - IRQ 16
[3.206742] nouveau :04:00.0: setting latency timer to 64
[3.208306] [drm] nouveau :04:00.0: Detected an NV40 generation card 
(0x044300a2)
[3.210790] [drm] nouveau :04:00.0: Attempting to load BIOS image from 
PRAMIN
[3.285326] [drm] nouveau :04:00.0: ... appears to be valid
[3.285332] [drm] nouveau :04:00.0: BIT BIOS found
[3.285335] [drm] nouveau :04:00.0: Bios version 05.44.02.62
[3.285339] [drm] nouveau :04:00.0: TMDS table version 1.1
[3.285342] [drm] nouveau :04:00.0: BIT table 'd' not found
[3.285345] [drm] nouveau :04:00.0: Found Display Configuration Block 
version 3.0
[3.285348] [drm] nouveau :04:00.0: Raw DCB entry 0: 01010310 0028
[3.285352] [drm] nouveau :04:00.0: Raw DCB entry 1: 01001302 
[3.285355] [drm] nouveau :04:00.0: Raw DCB entry 2: 020223f1 0080c020
[3.285358] [drm] nouveau :04:00.0: DCB connector table: VHER 0x30 5 7 2
[3.285362] [drm] nouveau :04:00.0:   0: 0x: type 0x00 idx 0 tag 
0xff
[3.285366] [drm] nouveau :04:00.0:   1: 0x1131: type 0x31 idx 1 tag 
0x07
[3.285369] [drm] nouveau :04:00.0:   2: 0x0210: type 0x10 idx 2 tag 
0xff
[3.285372] [drm] nouveau :04:00.0:   3: 0x0211: type 0x11 idx 3 tag 
0xff
[3.285376] [drm] nouveau :04:00.0:   4: 0x0213: type 0x13 idx 4 tag 
0xff
[3.285383] [drm] nouveau :04:00.0: Parsing VBIOS init table 0 at offset 
0xDF5B
[3.285643] [drm] nouveau :04:00.0: Parsing VBIOS init table 1 at offset 
0xE2B7
[3.298763] [drm] nouveau :04:00.0: Parsing VBIOS init table 2 at offset 
0xE745
[3.298779] [drm] nouveau :04:00.0: Parsing VBIOS init table 3 at offset 
0xE89A
[3.299890] [drm] nouveau :04:00.0: Parsing VBIOS init table 4 at offset 
0xE96D
[3.299894] [drm] nouveau :04:00.0: mem timing table length unknown: 14
[3.299938] [drm] nouveau :04:00.0: timingset 255 does not exist
[3.318898] [drm] nouveau :04:00.0: 1 available performance level(s)
[3.318903] [drm] nouveau :04:00.0: 0: memory 500MHz core 350MHz 
fanspeed 100%
[3.318912] [drm] nouveau :04:00.0: c: memory 401MHz core 200MHz
[3.319007] [TTM] Zone  kernel: Available graphics memory: 1030504 kiB.
[3.319009] [TTM] Initializing pool allocator.
[3.319031] [drm] nouveau :04:00.0: Detected 64MiB VRAM
[3.325620] [drm] nouveau :04:00.0: 512 MiB GART (aperture)
[3.325698] [drm] nouveau :04:00.0: Saving VGA fonts
[3.379957] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[3.379960] [drm] No driver support for vblank timestamp query.
[3.380813] [drm] nouveau :04:00.0: Setting dpms mode 3 on vga encoder 
(output 0)
[3.380817] [drm] nouveau :04:00.0: Setting dpms mode 3 on tmds encoder 
(output 1)
[3.380821] [drm] nouveau :04:00.0: Setting dpms mode 3 on TV encoder 
(output 2)
[3.460030] No connectors reported connected with modes
[3.460035] [drm] Cannot find any crtc or sizes - going 1024x768
[3.460571] [drm] nouveau 

Bug#637416: imvirt: Imvirt does not detect Xen properly

2011-08-10 Thread Antti Salmela
Package: imvirt
Version: 0.9.1-1
Severity: important


Imvirt does not detect Xen hypervisor correctly and returns unknown. Version 
from squeeze does not work either.

 ImVirt::VMD::VMware: detect()
Use of uninitialized value $avail in concatenation (.) or string at 
/usr/share/perl5/ImVirt/Utils/dmidecode/kernel.pm line 45.
ImVirt::Utils::dmidecode::kernel: sysfs_isdir('class/dmi/id') = 
ImVirt::Utils::dmidecode::pipe: (-r /dev/mem  -x /usr/sbin/dmidecode) = 1
  ImVirt: dec_pts(HASH(0x1930c58), 6, Virtual, |VMware)
  ImVirt: dec_pts(HASH(0x1930c58), 6, Virtual, |VMware)
  ImVirt: dec_pts(HASH(0x1930c58), 6, Virtual, |VMware)
ImVirt::VMD::Generic: detect()
  ImVirt: inc_pts(HASH(0x1930c58), 6, Physical)
  ImVirt: inc_pts(HASH(0x1930c58), 24, Virtual)
  ImVirt: inc_pts(HASH(0x1930c58), 3, Virtual)
ImVirt::VMD::UML: detect()
  ImVirt: dec_pts(HASH(0x1930c58), 1, Virtual, |UML)
 ImVirt::VMD::VirtualBox: detect()
  ImVirt: dec_pts(HASH(0x1930c58), 6, Virtual, |VirtualBox)
  ImVirt: dec_pts(HASH(0x1930c58), 6, Virtual, |VirtualBox)
   ImVirt::VMD::QEMU: detect()
Use of uninitialized value $avail in concatenation (.) or string at 
/usr/share/perl5/ImVirt/Utils/dmidecode/kernel.pm line 45.
ImVirt::Utils::dmidecode::kernel: sysfs_isdir('class/dmi/id') = 
ImVirt::Utils::dmidecode::pipe: (-r /dev/mem  -x /usr/sbin/dmidecode) = 1
  ImVirt: dec_pts(HASH(0x1930c58), 6, Virtual, |QEMU)
  ImVirt: dec_pts(HASH(0x1930c58), 6, Virtual, |QEMU)
 ImVirt::VMD::lguest: detect()
 ImVirt::VMD::OpenVZ: detect()
  ImVirt: dec_pts(HASH(0x1930c58), 3, Virtual, |OpenVZ)
ImVirt::VMD::Xen: detect()
Use of uninitialized value $avail in concatenation (.) or string at 
/usr/share/perl5/ImVirt/Utils/dmidecode/kernel.pm line 45.
ImVirt::Utils::dmidecode::kernel: sysfs_isdir('class/dmi/id') = 
ImVirt::Utils::dmidecode::pipe: (-r /dev/mem  -x /usr/sbin/dmidecode) = 1
  ImVirt: inc_pts(HASH(0x1930c58), 3, Virtual, |Xen, PV)
  ImVirt: inc_pts(HASH(0x1930c58), 6, Virtual, |Xen)
  ImVirt: inc_pts(HASH(0x1930c58), 6, Virtual, |Xen, PV)
  ImVirt: dec_pts(HASH(0x1930c58), 3, Virtual, |Xen, HVM)
  ImVirt: inc_pts(HASH(0x1930c58), 6, Virtual, |Xen, PV, 3.1)
ImVirt::VMD::PillBox: detect()
  ImVirt: inc_pts(HASH(0x1930c58), 6, Virtual)
  ImVirt: inc_pts(HASH(0x1930c58), 3, Virtual)
ImVirt::VMD::KVM: detect()
Use of uninitialized value $avail in concatenation (.) or string at 
/usr/share/perl5/ImVirt/Utils/dmidecode/kernel.pm line 45.
ImVirt::Utils::dmidecode::kernel: sysfs_isdir('class/dmi/id') = 
ImVirt::Utils::dmidecode::pipe: (-r /dev/mem  -x /usr/sbin/dmidecode) = 1
Use of uninitialized value $avail in concatenation (.) or string at 
/usr/share/perl5/ImVirt/Utils/dmidecode/kernel.pm line 45.
ImVirt::Utils::dmidecode::kernel: sysfs_isdir('class/dmi/id') = 
ImVirt::Utils::dmidecode::pipe: (-r /dev/mem  -x /usr/sbin/dmidecode) = 1
  ImVirt: dec_pts(HASH(0x1930c58), 6, Virtual, |KVM)
  ImVirt: dec_pts(HASH(0x1930c58), 6, Virtual, |KVM)
  ImVirt::VMD::VirtualPC: detect()
Use of uninitialized value $avail in concatenation (.) or string at 
/usr/share/perl5/ImVirt/Utils/dmidecode/kernel.pm line 45.
ImVirt::Utils::dmidecode::kernel: sysfs_isdir('class/dmi/id') = 
ImVirt::Utils::dmidecode::pipe: (-r /dev/mem  -x /usr/sbin/dmidecode) = 1
  ImVirt: dec_pts(HASH(0x1930c58), 6, Virtual, |VirtualPC)
$VAR1 = {
  'Physical' = '0.109375',
  'Xen PV 3.1' = '0.890625'
};

-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing'), (499, 'unstable'), (101, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-xen-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages imvirt depends on:
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libimvirt-perl 0.9.1-1   Perl module for detecting several 
ii  perl   5.10.1-17squeeze2 Larry Wall's Practical Extraction 

Versions of packages imvirt recommends:
ii  dmidecode 2.9-1.2Dump Desktop Management Interface 

imvirt 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#614790: gross: Configuration of statefile should be documented more clearly

2011-02-23 Thread Antti Salmela
Package: gross
Version: 1.0.2-2
Severity: normal


When configured with statefile, grossd needs statefile created with 'grossd 
-C'. 

If run by root, grossd will setuid() to user nobody and creation of statefile in
directory owned by user gross fails.

One workaround is to use 'sudo -u gross grossd -C', but grossd could also 
setuid()
to user gross by default.

-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing'), (499, 'unstable'), (101, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-xen-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/bash

Versions of packages gross depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  libc-ares21.7.3-1library for asyncronous name resol
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  postfix   2.7.1-1High-performance mail transport ag

gross recommends no packages.

gross suggests no packages.

-- Configuration Files:
/etc/grossd.conf changed [not included]

-- 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#609782: libnet-whois-parser-perl: Does not depend on required package libnet-whois-raw-perl

2011-01-12 Thread Antti Salmela
Package: libnet-whois-parser-perl
Version: 0.05-2
Severity: normal

a...@enigma:~$ perl -c /usr/share/perl5/Net/Whois/Parser.pm
Can't locate Net/Whois/Raw.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
/usr/local/lib/site_perl /usr/local/lib/perl/5.10.0 
/usr/local/share/perl/5.10.0 .) at /usr/share/perl5/Net/Whois/Parser.pm line 6.
BEGIN failed--compilation aborted at /usr/share/perl5/Net/Whois/Parser.pm line 
6.

Package should depend on libnet-whois-raw-perl.

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (900, 'testing'), (900, 'stable'), (550, 'unstable'), (101, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libnet-whois-parser-perl depends on:
ii  perl  5.10.1-16  Larry Wall's Practical Extraction 

libnet-whois-parser-perl recommends no packages.

libnet-whois-parser-perl 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#607109: postgresql-client-9.0: Cannot input multibyte characters in psql

2010-12-14 Thread Antti Salmela
Package: postgresql-client-9.0
Version: 9.0.1-2
Severity: important
Tags: sid

Switch from libreadline to libedit broke multibyte character input.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (900, 'stable'), (550, 'unstable'), (101, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages postgresql-client-9.0 depends on:
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libedit22.11-20080614-2  BSD editline and history libraries
ii  libpq5  9.0.1-2  PostgreSQL C client library
ii  libssl0.9.8 0.9.8o-3 SSL shared libraries
ii  postgresql-client-commo 113  manager for multiple PostgreSQL cl
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

postgresql-client-9.0 recommends no packages.

Versions of packages postgresql-client-9.0 suggests:
ii  postgresql-9.09.0.1-2object-relational SQL database, ve
pn  postgresql-doc-9.0none (no description available)

-- 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#527569: kmail does not update Today if running overnight

2009-05-08 Thread Antti Salmela
Package: kmail
Version: 4:4.2.2-1
Severity: normal


In mailbox view, kmail displays Today for the day it was started and does not 
advance date when day changes.
System is hibernated over night.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (900, 'stable'), (500, 'unstable'), (101, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.26-2-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/bash

Versions of packages kmail depends on:
ii  kdebase-runtime   4:4.2.2-1  runtime components from the offici
ii  kdelibs5  4:4.2.2-2  core libraries for all KDE 4 appli
ii  kdepimlibs5   4:4.2.2-1  core libraries for KDE PIM 4 appli
ii  libc6 2.9-4  GNU C Library: Shared libraries
ii  libgcc1   1:4.3.3-3  GCC support library
ii  libkdepim44:4.2.2-1  KDE PIM library
ii  libkleo4  4:4.2.2-1  certificate based crypto library f
ii  libkontactinterfaces4 4:4.2.2-1  KDE Kontact interface library
ii  libkpgp4  4:4.2.2-1  gpg based crypto library for KDE
ii  libksieve44:4.2.2-1  KDE mail/news message filtering li
ii  libmimelib4   4:4.2.2-1  KDE mime library
ii  libphonon44:4.3.1-1  Phonon multimedia framework for Qt
ii  libqt4-dbus   4.4.3-2Qt 4 D-Bus module
ii  libqt4-network4.4.3-2Qt 4 network module
ii  libqt4-qt3support 4.4.3-2Qt 3 compatibility library for Qt 
ii  libqt4-xml4.4.3-2Qt 4 XML module
ii  libqtcore44.4.3-2Qt 4 core module
ii  libqtgui4 4.4.3-2Qt 4 GUI module
ii  libstdc++64.3.3-3The GNU Standard C++ Library v3
ii  perl  5.10.0-19  Larry Wall's Practical Extraction 
ii  phonon4:4.3.1-1  metapackage for Phonon multimedia 

Versions of packages kmail recommends:
ii  procmail  3.22-16Versatile e-mail processor

Versions of packages kmail suggests:
pn  clamav | f-prot-installer none (no description available)
ii  gnupg 1.4.9-4GNU privacy guard - a free PGP rep
pn  gnupg-agent   none (no description available)
pn  kaddressbook  none (no description available)
pn  kleopatra none (no description available)
pn  pinentry-qt | pinentry-x11none (no description available)
ii  spamassassin  3.2.5-4Perl-based spam filter using text 

-- 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#504373: libtemplate-perl: Upgrade from etch breaks code using DBI plugins

2008-11-03 Thread Antti Salmela
Package: libtemplate-perl
Version: 2.19-1.1lenny1
Severity: critical
Justification: breaks unrelated software


Upstream has moved DBI plugins to separate package which is not included in 
Debian. Upgrade from
etch breaks software depending on these plugins.

Please package Template::DBI and add recommends / depends / suggests / a line 
or two to README.Debian.

Thanks.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (890, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages libtemplate-perl depends on:
ii  libappconfig-perl 1.56-2 Perl module for configuration file
ii  libc6 2.7-15 GNU C Library: Shared libraries
ii  perl  5.10.0-16  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10.0]5.10.0-16  minimal Perl system

libtemplate-perl recommends no packages.

Versions of packages libtemplate-perl suggests:
pn  libtemplate-perl-doc  none (no description available)
ii  libtemplate-plugin-gd-perl2.66-2 GD plugin(s) for the Template Tool
pn  libtemplate-plugin-xml-perl   none (no description available)

-- no debconf information



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



Bug#379645: debianutils: Strace of run-parts getting stuck with logrotate

2007-03-22 Thread Antti Salmela
Package: debianutils
Version: 2.18
Followup-For: Bug #379645

execve(/bin/run-parts, [run-parts, --report, /etc/cron.daily], [/* 7 
vars */]) = 0
uname({sys=Linux, node=neve, ...})  = 0
brk(0)  = 0x804c000
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7f8e000
access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or directory)
open(/etc/ld.so.cache, O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=39229, ...}) = 0
mmap2(NULL, 39229, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f84000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/tls/i686/cmov/libc.so.6, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240O\1..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1253680, ...}) = 0
mmap2(NULL, 1259676, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7e5
mmap2(0xb7f7a000, 28672, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12a) = 0xb7f7a000
mmap2(0xb7f81000, 10396, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f81000
close(3)= 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7e4f000
mprotect(0xb7f7a000, 20480, PROT_READ)  = 0
set_thread_area({entry_number:-1 - 6, base_addr:0xb7e4f8e0, limit:1048575, 
seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, 
useable:1}) = 0
munmap(0xb7f84000, 39229)   = 0
umask(022)  = 022
brk(0)  = 0x804c000
brk(0x806d000)  = 0x806d000
open(/etc/cron.daily, O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
getdents64(3, /* 18 entries */, 4096)   = 552
getdents64(3, /* 0 entries */, 4096)= 0
close(3)= 0
lstat64(/etc/cron.daily/apache-perl, {st_mode=S_IFREG|0755, st_size=3016, 
...}) = 0
access(/etc/cron.daily/apache-perl, X_OK) = 0
pipe([3, 4])= 0
pipe([5, 6])= 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0xb7e4f928) = 23763
close(4)= 0
close(6)= 0
select(6, [3 5], NULL, NULL, NULL)  = 2 (in [3 5])
--- SIGCHLD (Child exited) @ 0 (0) ---
read(3, , 4096)   = 0
close(3)= 0
read(5, , 4096)   = 0
close(5)= 0
waitpid(23763, [{WIFEXITED(s)  WEXITSTATUS(s) == 0}], 0) = 23763
lstat64(/etc/cron.daily/apt, {st_mode=S_IFREG|0755, st_size=5041, ...}) = 0
access(/etc/cron.daily/apt, X_OK) = 0
pipe([3, 4])= 0
pipe([5, 6])= 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0xb7e4f928) = 23764
close(4)= 0
close(6)= 0
select(6, [3 5], NULL, NULL, NULL)  = 2 (in [3 5])
--- SIGCHLD (Child exited) @ 0 (0) ---
read(3, , 4096)   = 0
close(3)= 0
read(5, , 4096)   = 0
close(5)= 0
waitpid(23764, [{WIFEXITED(s)  WEXITSTATUS(s) == 0}], 0) = 23764
lstat64(/etc/cron.daily/apticron, {st_mode=S_IFREG|0755, st_size=168, ...}) = 0
access(/etc/cron.daily/apticron, X_OK) = 0
pipe([3, 4])= 0
pipe([5, 6])= 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0xb7e4f928) = 23774
close(4)= 0
close(6)= 0
select(6, [3 5], NULL, NULL, NULL)  = 2 (in [3 5])
--- SIGCHLD (Child exited) @ 0 (0) ---
read(3, , 4096)   = 0
close(3)= 0
read(5, , 4096)   = 0
close(5)= 0
waitpid(23774, [{WIFEXITED(s)  WEXITSTATUS(s) == 0}], 0) = 23774
lstat64(/etc/cron.daily/aptitude, {st_mode=S_IFREG|0755, st_size=314, ...}) = 0
access(/etc/cron.daily/aptitude, X_OK) = 0
pipe([3, 4])= 0
pipe([5, 6])= 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0xb7e4f928) = 24080
close(4)= 0
close(6)= 0
select(6, [3 5], NULL, NULL, NULL)  = 2 (in [3 5])
--- SIGCHLD (Child exited) @ 0 (0) ---
read(3, , 4096)   = 0
close(3)= 0
read(5, , 4096)   = 0
close(5)  

Bug#352926: A patch to call fsync before renaming files over original binaries

2006-02-22 Thread Antti Salmela
On Tue, Feb 21, 2006 at 07:38:52PM -0800, Steve Langasek wrote:
 On Tue, Feb 21, 2006 at 05:22:31PM -0800, Steve Langasek wrote:
  On Tue, Feb 21, 2006 at 04:10:54PM +0200, Antti Salmela wrote:
   Tags: patch
 
   diff -ur prelink-0.0.20050901/src/cache.c 
   prelink-0.0.20050901.new/src/cache.c
   --- prelink-0.0.20050901/src/cache.c2004-10-01 22:29:08.0 
   +0300
   +++ prelink-0.0.20050901.new/src/cache.c2006-02-21 
   15:56:33.0 +0200
   @@ -608,6 +608,7 @@
  if (write (fd, cache, sizeof (cache)) != sizeof (cache)
  || write (fd, data, len) != len
  || fchmod (fd, 0644)
   +  || fsync (fd)
  || close (fd)
  || rename (prelink_cache_tmp, prelink_cache))
{
   diff -ur prelink-0.0.20050901/src/dso.c prelink-0.0.20050901.new/src/dso.c
   --- prelink-0.0.20050901/src/dso.c  2005-07-18 14:15:39.0 
   +0300
   +++ prelink-0.0.20050901.new/src/dso.c  2006-02-21 15:57:17.0 
   +0200
   @@ -1601,6 +1601,8 @@
}
   
  elf_end (dso-elf);
   +  if (dso_is_rdwr (dso))
   +fsync (dso-fd);
  close (dso-fd);
  if (dso-elfro)
{
 
  Um, if you have to call fsync to ensure the filesystem does the write before
  the rename, isn't that a filesystem bug?  I.e., isn't it a violation of
  POSIX filesystem semantics for these ops to *not* be processed in order?
 
 Also, what filesystem and mount options are you using for / and /usr,
 please?

ext3 with default mount options, that means data=ordered. I dont know if
POSIX mandates that file data must be flushed to disk before rename(), but I
think ext3 does that only with data=journal. 

-- 
Antti Salmela


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



Bug#352926: A patch to call fsync before renaming files over original binaries

2006-02-21 Thread Antti Salmela
Tags: patch

diff -ur prelink-0.0.20050901/src/cache.c prelink-0.0.20050901.new/src/cache.c
--- prelink-0.0.20050901/src/cache.c2004-10-01 22:29:08.0 +0300
+++ prelink-0.0.20050901.new/src/cache.c2006-02-21 15:56:33.0 
+0200
@@ -608,6 +608,7 @@
   if (write (fd, cache, sizeof (cache)) != sizeof (cache)
   || write (fd, data, len) != len
   || fchmod (fd, 0644)
+  || fsync (fd)
   || close (fd)
   || rename (prelink_cache_tmp, prelink_cache))
 {
diff -ur prelink-0.0.20050901/src/dso.c prelink-0.0.20050901.new/src/dso.c
--- prelink-0.0.20050901/src/dso.c  2005-07-18 14:15:39.0 +0300
+++ prelink-0.0.20050901.new/src/dso.c  2006-02-21 15:57:17.0 +0200
@@ -1601,6 +1601,8 @@
 }

   elf_end (dso-elf);
+  if (dso_is_rdwr (dso))
+fsync (dso-fd);
   close (dso-fd);
   if (dso-elfro)
 {

-- 
Antti Salmela


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



Bug#352926: System crash while prelinking causes data loss

2006-02-15 Thread Antti Salmela
Package: prelink
Version: 0.0.20050901-1
Severity: grave

Prelink does not ensure that data has been written to disk before
renaming temporary files over original binaries. This can cause data
loss if system crashes or power is lost during or soon after prelinking.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (990, 'stable'), (500, 'unstable'), (101, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.16-rc1-git2
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)

Versions of packages prelink depends on:
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libelfg0  0.8.5-1.1  an ELF object file access library
ii  libselinux1   1.28-2 SELinux shared libraries

prelink recommends no packages.

-- no debconf information


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



Bug#336786: libsvn-notify-perl: Path to svnlook hardcoded to /usr/local/bin/svnlook

2005-11-01 Thread Antti Salmela
Package: libsvn-notify-perl
Version: 2.49-2
Severity: normal

Earlier versions of libsvn-notify-perl had svnlook path patched to
/usr/bin/svnlook, this is no longer the case.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (990, 'stable'), (500, 'unstable'), (101, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)

Versions of packages libsvn-notify-perl depends on:
ii  perl5.8.7-7  Larry Wall's Practical Extraction 
ii  postfix [mail-transport-age 2.2.4-1.0.1  A high-performance mail transport 
ii  subversion  1.2.3dfsg1-2 advanced version control system (a

libsvn-notify-perl recommends no packages.

-- no debconf information


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



Bug#327804: adduser: does not detect running nscd properly anymore

2005-10-02 Thread Antti Salmela
I wonder why I didn't get this mail directly at all, had to fetch it from
web-interface..

On Sat, Oct 01, 2005 at 05:31:25PM +0200, Marc Haber wrote:
 nscd seems to fail silently if it is not running and an nscd -i foo is
 invoked. Would it be acceptable to ditch the pid file check in its
 entirety and only check for presence of the binary before trying to
 invalidate?

I think it would work just fine.

-- 
Antti Salmela


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



Bug#327804: adduser: does not detect running nscd properly anymore

2005-09-29 Thread Antti Salmela
Package: adduser
Version: 3.67
Followup-For: Bug #327804

nscd pidfile has moved from /var/run/nscd.pid to /var/run/nscd/nscd.pid,
which causes invalid_nscd() to fail to invalidate nscd caches properly.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (990, 'stable'), (500, 'unstable'), (101, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14-rc2
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)

Versions of packages adduser depends on:
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  passwd1:4.0.3-35 change and administer password and
ii  perl-base 5.8.7-3The Pathologically Eclectic Rubbis

adduser recommends no packages.

-- debconf information excluded


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



Bug#298164: rsnapshot: Recommends nonexistent package

2005-03-05 Thread Antti Salmela
Package: rsnapshot
Version: 1.2.0-1
Severity: minor

rsnapshot recommends package 'du' which is not available. 'du' itself can be 
found from
'coreutils' which has required priority so recommending is not required.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-ac12
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)

Versions of packages rsnapshot depends on:
ii  logrotate 3.7-2  Log rotation utility
ii  perl  5.8.4-6Larry Wall's Practical Extraction 
ii  rsync 2.6.3-2fast remote file copy program (lik

-- no debconf information


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