Bug#989807: qapt-deb-installer: Does not show a dialog with a checkbox to accept the license.

2021-06-13 Thread Radek Raczkowski
Package: qapt-deb-installer
Version: 3.0.5-1ubuntu1
Severity: important
X-Debbugs-Cc: rdkr...@gmail.com

Dear Maintainer,

Installation fails if the package requires a license agreement - displaying it
is not supported by QApt.

The same bug exists in the Eddy package installer and was reported here -
https://github.com/donadigo/eddy/issues/107.

Attached screenshots show how it works in terminal via APT and in Gdebi package
installer.


-- System Information:
Debian Release: bullseye/sid
  APT prefers hirsute-updates
  APT policy: (500, 'hirsute-updates'), (500, 'hirsute-security'), (500,
'hirsute')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.11.0-18-generic (SMP w/8 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages qapt-deb-installer depends on:
ii  kio   5.80.1-0ubuntu3
ii  libapt-pkg6.0 2.2.3
ii  libc6 2.33-0ubuntu5
ii  libdebconf-kde1   1.0.3-4
ii  libgcc-s1 11.1.0-1ubuntu1~21.04
ii  libkf5coreaddons5 5.80.0-0ubuntu1
ii  libkf5i18n5   5.80.0-0ubuntu1
ii  libkf5kiocore55.80.1-0ubuntu3
ii  libkf5textwidgets55.80.0-0ubuntu1
ii  libkf5widgetsaddons5  5.80.0-0ubuntu1
ii  libqapt3  3.0.5-1ubuntu1
ii  libqapt3-runtime  3.0.5-1ubuntu1
ii  libqt5core5a  5.15.2+dfsg-5
ii  libqt5gui55.15.2+dfsg-5
ii  libqt5widgets55.15.2+dfsg-5
ii  libstdc++611.1.0-1ubuntu1~21.04

qapt-deb-installer recommends no packages.

qapt-deb-installer suggests no packages.


Bug#986010: qapt-deb-installer: QApt is not displaying the first letter of the package description.

2021-03-27 Thread Radek Raczkowski
Package: qapt-deb-installer
Version: 3.0.5-1ubuntu1
Severity: normal
X-Debbugs-Cc: rdkr...@gmail.com

This is a obvious one so a screenshot is enough to explain what I'm talking
about.
https://imgur.com/a/IzSz87H

Gdebi on the right for confirmation that it's not a package description error.



-- System Information:
Debian Release: bullseye/sid
  APT prefers groovy-updates
  APT policy: (500, 'groovy-updates'), (500, 'groovy-security'), (500,
'groovy'), (100, 'groovy-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.8.0-48-generic (SMP w/8 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages qapt-deb-installer depends on:
ii  kio   5.74.1-0ubuntu1
ii  libapt-pkg6.0 2.1.10ubuntu0.2
ii  libc6 2.32-0ubuntu3
ii  libdebconf-kde1   1.0.3-4
ii  libgcc-s1 10.2.0-13ubuntu1
ii  libkf5coreaddons5 5.74.0-0ubuntu1
ii  libkf5i18n5   5.74.0-0ubuntu1
ii  libkf5kiocore55.74.1-0ubuntu1
ii  libkf5textwidgets55.74.0-0ubuntu1
ii  libkf5widgetsaddons5  5.74.0-0ubuntu1
ii  libqapt3  3.0.5-1ubuntu1
ii  libqapt3-runtime  3.0.5-1ubuntu1
ii  libqt5core5a  5.14.2+dfsg-6
ii  libqt5gui55.14.2+dfsg-6
ii  libqt5widgets55.14.2+dfsg-6
ii  libstdc++610.2.0-13ubuntu1

qapt-deb-installer recommends no packages.

qapt-deb-installer suggests no packages.



Bug#955491: puppet-agent: incorrect mkdir path in rbconfig.rb

2020-04-01 Thread Radek Zajic
Package: puppet-agent
Version: 6.12.0-1buster
Severity: normal

Dear Maintainer,

puppet-agent's bundled rbconfig.rb contains the following line:
CONFIG["MAKEDIRS"] = "/usr/bin/mkdir -p"
however there is no /usr/bin/mkdir on a clean Debian system; mkdir
resides in /bin only. This configuration results in failed build of
native Ruby gems, which use mkmf: mkmf generates the following line into
the native Ruby gem Makefile:
MAKEDIRS = /usr/bin/mkdir -p

Following use of such $MAKEDIRS value results in failed installation,
e.g. for the msgpack gem:
make "DESTDIR=" install
make: /usr/bin/mkdir: Command not found
make: *** [Makefile:200: .sitearchdir.-.msgpack.time] Error 12
make install failed, exit code 2

The behavior can be verified on your system by running
/opt/puppetlabs/puppet/bin/gem install --no-document msgpack

My ruby experience level is low, however based on the above I recommend
to fix the value of CONFIG["MAKEDIRS"] in rbconfig.rb. This would avoid
the failed builds of native gems/extensions.

Thank you for handling this issue.

Best regards
Radek Zajic

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

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

Versions of packages puppet-agent depends on:
ii  findutils  4.6.0+git+20190209-2
ii  tar1.30+dfsg-6

puppet-agent recommends no packages.

puppet-agent suggests no packages.

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

-- no debconf information



Bug#931416: klibc-utils: ipconfig denial of service when IP nameservers are configured on the kernel command line

2019-07-04 Thread Radek Zajíc
Package: klibc-utils
Version: 2.0.4-9
Severity: normal

Dear Maintainers,
It appears to me that there is a misalignment between initramfs network 
configuration scripts and tools in Debian and the Kernel nfsroot documentation, 
which results in a Denial of Service (networking unavailability) in the 
initramfs environment, if Debian user configures the kernel command line as per 
the kernel docs.

In the initramfs-tools-core==0.130 package, there is a file 
/usr/share/initramfs-tools/scripts/functions, which contains a 
configure_networking() function. This function claims to `support ip options, 
see linux sources Documentation/filesystems/nfs/nfsroot.txt`. This function 
does not perform network configuration on its own, it uses a ipconfig tool from 
the klibc-utils package.

When checking the latest nfsroot.txt at 
https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt, it 
appears to me that the latest syntax of the ip= parameter supports also DNS and 
NTP servers. Copying and pasting for your reference:

ip=:

On the other hand, the ipconfig utility, at least the version in package 
klibc-utils==2.0.4-9, does seem to support neither the DNS nor NTP options. 
Copying from 
https://salsa.debian.org/kernel-team/klibc/blob/master/usr/kinit/ipconfig/README.ipconfig
 and pasting here:

::


In general, it is quite hard to find this discrepancy as Google does not 
usually hint you at the klibc-utils package sources/readme.
If one uses static IP configuration with even a single DNS IP to the kernel 
command line, e.g.:
ip=192.0.2.2::192.0.2.1:255.255.255.0:my.host.name.com:eth0:none:8.8.8.8
the ipconfig utility fails to configure networking completely, resulting in no 
networking in the initramfs environment.

I believe the ipconfig utility should be fixed:

  *   to be in line with nfsroot.txt (supporting DNS and possibly even NTP 
configuration)
  *   not to fail if additional parameters are even introduced by the kernel 
developers and passed in on the command line by Debian users

It is true that this should be primarily handled upstream, however it is not 
clear to me how to report this issue to upstream, more specifically who is the 
upstream maintainer of this package.

(Also, there is currently no initramfs networking support for IPv6, the current 
internet protocol; there is a separate bug report/feature request for this, 
627164.)

Thank you for your attention to this issue.

With kind regards,
Radek Zajic

-- System Information:
Debian Release: 9.9
Architecture: amd64 (x86_64)

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

Versions of packages klibc-utils depends on:
ii  libklibc  2.0.4-9

klibc-utils recommends no packages.

klibc-utils suggests no packages.

-- no debconf information


Bug#797750: postgresql-client-9.4: failed to install-problem with man files

2015-09-02 Thread Radek Vorechovsky
Package: postgresql-client-9.4
Version: 9.4.4-2
Severity: important

X-Debbugs-CC: pkg-postgresql-pub...@list.alioth.debian.org

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

>> I wanted to install postgresql

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

   ineffective >> aptitude install postgresql

   * What was the outcome of this action?

>>
...
update-alternatives: error: error creating symbolic link 
'/usr/share/man/man1/psql.1.gz'update-alternatives: error: error creating 
symbolic link '/usr/share/man/man1/psql.1.gz': No such file or directory
...
update-alternatives: error: error creating symbolic link 
'/usr/share/man/man1/psql.1.gz'update-alternatives: error: error creating 
symbolic link '/usr/share/man/man7/WITH.7.gz.dpgk-tmp': No such file or 
directory
...

 
   * My effective action:

   mkdir /usr/share/man/man1
   mkdir /usr/share/man/man7

  >> after then the package installation worked corectly


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


-- System Information:
Distributor ID: Raspbian
Description:Raspbian GNU/Linux unstable (sid)
Release:unstable
Codename:   sid
Architecture: armv7l

Kernel: Linux 3.18.11-v7+ (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages postgresql-client-9.4 depends on:
ii  libc6 2.19-19
ii  libedit2  3.1-20150325-1
ii  libpq59.4.4-2
ii  libssl1.0.0   1.0.2d-1
ii  postgresql-client-common  169
ii  zlib1g1:1.2.8.dfsg-2+b1

postgresql-client-9.4 recommends no packages.

Versions of packages postgresql-client-9.4 suggests:
ii  postgresql-9.4  9.4.4-2
pn  postgresql-doc-9.4  

-- no debconf information



Bug#742033: stats are gone now

2015-01-25 Thread Radek Podgorny
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

...so this should be fixed as well.

R.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iEYEARECAAYFAlTFhG4ACgkQ7mej6pjlbYSw0wCdE5pTZMPkvtDJcriVE3Eobq1a
Va0An1iAdniDJYbmDAvAdEI9vRsnWPA3
=1dMk
-END PGP SIGNATURE-


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



Bug#742033: Support for extended attributes causes errors on ls

2014-03-20 Thread Radek Podgorny
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

hi goswin!

thank you very much for your patch! unfortunately, at least on my
system, the problem was also in the listxattr. so, i've patched all
*xattr functions to return 'not supported' for the stats file.

please let me know if this does not fix the error for you.

also, i looks like you're using old version of unionfs-fuse. see my hg
repo at http://hg.podgorny.cz/unionfs-fuse for the latest code.

thanks,
R.


On 03/18/2014 03:10 PM, Goswin von Brederlow wrote:
 Package: unionfs-fuse Version: 0.24-2.1 Severity: normal Tags:
 patch upstream
 
 Hi,
 
 I've compiled unionfs-fuse with extended attribute support and now
 I'm getting errors on ls:
 
 ls -lh union/ ls: union/stats: No such file or directory total
 4.0K -rw-rw-r-- 1 brederlo users4 Mar 18 14:43 foo -r--r--r-- 1
 root root  2.0K Jan  1  1970 stats
 
 The reason is that the lgetxattr() callback doesn't handle the
 stats file. This is simple to fix with the patch below.
 
 MfG Goswin
 
 --
 
 Index: unionfs-fuse-0.24/src/unionfs.c 
 ===

 
- --- unionfs-fuse-0.24.orig/src/unionfs.c  2014-03-18 15:08:54.526796991
+0100
 +++ unionfs-fuse-0.24/src/unionfs.c   2014-03-18 15:09:01.703071796
 +0100 @@ -639,6 +639,10 @@ static int unionfs_getxattr(const char
 *path, const char *name, char *value, size_t size) { DBG_IN();
 
 + if (uopt.stats_enabled  strcmp(path, STATS_FILENAME) == 0) { +
 return -ENODATA; +} + int i = find_rorw_branch(path); if (i == -1)
 return -errno;
 
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlMrNa4ACgkQ7mej6pjlbYQ7vgCfT9MYNKVWThhw/VOW3UPPYoCd
qE4An2fMXU0XM6afMaAQkHeMFmexCdlh
=dq6m
-END PGP SIGNATURE-


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



Bug#700056: mirror submission for mirror.vpsfree.cz

2013-02-07 Thread Radek Pilar
Package: mirrors
Severity: wishlist

Submission-Type: new
Site: mirror.vpsfree.cz
Type: leaf
Archive-architecture: ALL 
Archive-ftp: /debian/
Archive-http: /debian/
Archive-rsync: debian/
CDImage-ftp: /debian-cd/
CDImage-http: /debian-cd/
CDImage-rsync: debian-cd/
IPv6: yes
Archive-upstream: ftp.cz.debian.org
CDImage-upstream: debian.mirror.dkm.cz
Updates: four
Maintainer: Radek Pilar mr...@mrkva.eu
Country: CZ Czech Republic
Location: Master Internet, Prague
Sponsor: vpsFree.cz http://www.vpsfree.cz
Comment: Server is on 1Gbit connection, throttled to 200Mbit/s (current 
bandwidth usage is ~5Mbit/s).
 
 debian-cd is updated once a day (I assume CDs are not generated more 
frequently, but I can adjust it if recommended).
 
 main repository is updated four hours per day (again, can be increased) but I 
want to setup push-triggered mirroring in a few weeks.
 


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



Bug#697752: bluez: bluez now depends on python which makes my rootfs too big

2013-01-09 Thread Radek Polak
Package: bluez
Severity: normal
File: bluez

Dear Maintainer,
i have been using bluez in my debian based distro. Now i have upgraded
from sqeeze to wheezy and noticed that the rootfs size has grown a lot.

The problem is that bluez in wheezy depends on python while it was only
recommended in squeeze.

My distro http://qtmoko.sourceforge.net/ is for Freerunner mobile phone
with limited NAND size and this additional dependency makes it not fit
in NAND anymore.

Could we please try to find solution? Make python just recommended or
split the package so that i can install just the binaries without
python scripts - IIRC they are only some test programs and are not
normally needed if your phone is coded in C/C++.

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

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


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



Bug#650109: uptimed: kFreeBSD not detected as *BSD during build

2011-11-27 Thread Radek Podgorny

Hi!

Thanks for the patch. Included!

Radek P.


On 11/27/2011 07:35 PM, Thibaut VARENE wrote:

tags 650109 confirmed pending
thanks

Hi,

Thanks for your feedback, I'll schedule the change for an upcoming
upload. I've CC'd upstream so that he can update his source as well.

HTH

T-Bone

On Sat, Nov 26, 2011 at 5:17 PM, Kacper Gutowskimwgam...@gmail.com  wrote:

Package: uptimed
Version: 1:0.3.16-3.2
Severity: normal
Tags: patch

Dear Maintainer,
When trying to start uptimed on kFreeBSD it gives the following
error message:

Starting uptime daemon: Error reading boot id from file, exiting!
You probably forgot to create a bootid with with the -b option.
You really want the system to do this on bootup, read the INSTALL file!

This happens only because it gets compiled with PLATFORM_UNKNOWN
defined instead of PLATFORM_BSD, so there is no need to modify
startup scripts and following patch solves the issue:

--- uptimed-0.3.16.orig/configure.ac2009-01-01 23:46:00.0 +
+++ uptimed-0.3.16/configure.ac 2011-11-26 15:19:45.0 +
@@ -19,6 +19,9 @@
   *-freebsd*)
 AC_DEFINE(PLATFORM_BSD, 1, [Define if you are compiling for *BSD])
 ;;
+  *-kfreebsd*)
+AC_DEFINE(PLATFORM_BSD, 1, [Define if you are compiling for *BSD])
+;;
   *-bsdi*)
 AC_DEFINE(PLATFORM_BSD, 1, [Define if you are compiling for *BSD])
 ;;


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

Kernel: kFreeBSD 9.0-0-amd64
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages uptimed depends on:
ii  debconf [debconf-2.0]  1.5.41
ii  libc0.12.13-21
ii  libuptimed01:0.3.16-3.2

uptimed recommends no packages.

uptimed 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#648473: libstrongswan: please include new rules for logcheck

2011-11-11 Thread Radek Antoniuk
Package: libstrongswan
Version: 4.4.1-5.1
Severity: minor


Attached more rules for logcheck for ignoring common log messages.

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=locale: Cannot set 
LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libstrongswan depends on:
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libfcgi0ldbl2.4.0-8  Shared library of FastCGI
ii  libgmp3c2   2:4.3.2+dfsg-1   Multiprecision arithmetic library
ii  libssl0.9.8 0.9.8o-4squeeze1 SSL shared libraries
ii  openssl 0.9.8o-4squeeze1 Secure Socket Layer (SSL) binary a
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

libstrongswan recommends no packages.

libstrongswan suggests no packages.

-- Configuration Files:
/etc/logcheck/ignore.d.server/strongswan changed:
ipsec_setup: KLIPS debug \`none\'
ipsec_setup: Stopping FreeS/WAN IPsec\.\.\.
ipsec_setup: stop ordered
ipsec_setup: doing cleanup anywan...
ipsec_setup: \.\.\.FreeS/WAN IPsec stopped
ipsec_setup: Starting FreeS/WAN IPsec
ipsec_setup: \.\.\.FreeS/WAN IPsec started
ipsec_plutorun: .*: initiate
pluto.*: deleting state
pluto.*: .* deleting connection
pluto.*: forgetting secrets
pluto.*: shutting down
pluto.*: \|
pluto.*:   .* bytes loaded
pluto.*:   including X\.509 patch
pluto.*: Loading my X\.509 certificate
pluto.*: Starting pluto
pluto.*: added connection description
pluto.*: adding interface
pluto.*: listening for IKE messages
pluto.*: loading secrets
pluto.*: .* SA expired
pluto.*: .* SA established
pluto.*: .* received Delete SA
pluto.*: .* responding to Quick Mode
pluto.*: .* max number of retransmissions
pluto.*: .* ignoring informational payload
pluto.*: replacing stale .* SA
pluto.*: initiating Quick Mode
pluto.*: .* initiating Main Mode to replace
pluto.*: .* received Vendor ID payload
pluto.*: initiating Quick Mode
pluto.*: initiating Quick Mod
pluto.*: regenerating DH private secret
pluto.*: .* ignoring Vendor ID payload
pluto.*: .* ignoring Vendor ID payload
pluto.*: .* Peer ID is ID_IPV4_ADDR
pluto.*: .* loaded PSK secret for .*
pluto.*: loading ca certificates from
pluto.*: loading aa certificates from
pluto.*: loading ocsp certificates from
pluto.*: loading attribute certificates from
pluto.*: Changing to directory 

/etc/strongswan.conf changed:
starter {
load_warning = no
}
charon {
load = aes agent attr-sql attr curl des dhcp dnskey eap-aka eap-gtc 
eap-identity eap-md5 eap-mschapv2 eap-radius farp fips-prf gmp ha hmac 
kernel-netlink ldap md5 medcli medsrv openssl padlock pem pgp pkcs1 pubkey 
random rlve.so sha1 sha2 socket-raw sql stroke updown x509 xcbc
# number of worker threads in charon
threads = 16
# send strongswan vendor ID?
send_vendor_id = no
plugins {
sql {
# loglevel to log into sql database
loglevel = -1
# URI to the database
# database = sqlite:///path/to/file.db
# database = mysql://user:password@localhost/database
}
}
# ...
}
pluto {
}
libstrongswan {
#  set to no, the DH exponent size is optimized
#  dh_exponent_ansi_x9_42 = no
}


-- debconf information:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_MESSAGES = en_GB.UTF-8,
LANG = en_US.UTF-8
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory



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



Bug#515653: database corruption detection patch works

2011-11-02 Thread Radek Podgorny

Hello Thibaut!

Please accept my sincere apologies for the wrong attribution. Martin's 
inline attachment tricked me into wrongly thinking it was a whole 
different patch. Fixed in the CREDITS file now.


Sorry again and keep up the good work!

Radek P.


On 10/31/2011 09:42 PM, Thibaut VARENE wrote:

Hi Radek,

Not that I particularly bitch about who did what, but I think it's
good practice to credit the right people. The patch you merged in [1]
was developped by me (Thibaut VARENEt-b...@parisc-linux.org), and
tested by Martin. I shall mention that I still consider it a dirty
hack (see [2] for references).

HTH

T-Bone

[1] http://hg.podgorny.cz/uptimed/rev/bbe117e5
[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515653#79

On Thu, Oct 6, 2011 at 3:36 PM, Radek Podgornyra...@podgorny.cz  wrote:

Hello again,

merged without problems. Now dwells in main repo, waiting for the next
release.

Thanks a lot again for your contribution!

Radek Podgorny


On 10/05/2011 06:49 PM, Martin Steigerwald wrote:


Am Mittwoch, 5. Oktober 2011 schrieb Radek Podgorny:


Hello Martin,


Hi Radek,


will take a look at it and will try to merge during this week. Thanks a
lot for you effort!


Thanks. I appreciate it.

Ciao,













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



Bug#515653: database corruption detection patch works

2011-10-06 Thread Radek Podgorny

Hello again,

merged without problems. Now dwells in main repo, waiting for the next 
release.


Thanks a lot again for your contribution!

Radek Podgorny


On 10/05/2011 06:49 PM, Martin Steigerwald wrote:

Am Mittwoch, 5. Oktober 2011 schrieb Radek Podgorny:

Hello Martin,


Hi Radek,


will take a look at it and will try to merge during this week. Thanks a
lot for you effort!


Thanks. I appreciate it.

Ciao,




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



Bug#515653: database corruption detection patch works

2011-10-05 Thread Radek Podgorny

Hello Martin,

will take a look at it and will try to merge during this week. Thanks a 
lot for you effort!


Sincerely,
Radek Podgorny


On 07/26/2011 10:50 AM, Martin Steigerwald wrote:

Hi Thibaut and Radek!

 From all my testing on three different ThinkPads I can say: Thibaut, your
database corruption detection patch appears to work just fine!

On my T520 it received the heaviest testing. Due to Sandybridge gfx lockup
problems in 2.6.39 as well as some other issues and testing, I had a lots
of unclean shutdowns. The uptime database is intact.

So, you provided a solution that works. Please apply it to the package
officially.

Attached is your patch with the filesize comparison fix you proposed later
on.

Thanks,




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



Bug#640657: fso-deviced installs libraries to /usr/lib/arm-linux-gnueabi

2011-09-06 Thread Radek Polak
Package: fso-deviced
Version: 0.9.5+git20110805-1
Severity: important

Dear Maintainer,

   * What led up to the situation?

apt-get install fso-deviced

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?

root@neo:~# apt-get install fso-gsmd
Reading package lists... Done
Building dependency tree   
Reading state information... Done
fso-gsmd is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
3 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up fso-deviced (0.9.5+git20110805-1) ...
Starting freesmartphone.org device daemon : fso-deviced failed!
invoke-rc.d: initscript fso-deviced, action start failed.
dpkg: error processing fso-deviced (--configure):
 subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
  dpkg: dependency problems prevent 
configuration of fso-deviced-openmoko:
 fso-deviced-openmoko depends on fso-deviced (= 0.9.5+git20110805-1); however:
  Package fso-deviced is not configured yet.
dpkg: error processing fso-deviced-openmoko (--configure):
 dependency problems - leaving unconfigured
configured to not write apport reports
  dpkg: dependency problems prevent 
configuration of fso-gsmd-openmoko:
 fso-gsmd-openmoko depends on fso-deviced-openmoko; however:
  Package fso-deviced-openmoko is not configured yet.
dpkg: error processing fso-gsmd-openmoko (--configure):
 dependency problems - leaving unconfigured
configured to not write apport reports
  Errors were encountered while processing:
 fso-deviced
 fso-deviced-openmoko
 fso-gsmd-openmoko
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@neo:~#

   * What outcome did you expect instead?

Sucessful install

   * More info:

root@neo:~# /usr/sbin/fsodeviced


2011-09-06T08:27:43.750183Z [WARN]  subsystem : Could not load plugin: Could 
not load /usr/lib/cornucopia/modules/fsodevice/accelerometer_lis302.so: 
/usr/lib/cornucopia/modules/fsodevice/accelerometer_lis302.so: cannot open 
shared object file: No such file or directory   

2011-09-06T08:27:43.756115Z [WARN]  subsystem : Could not load plugin: Could 
not load /usr/lib/cornucopia/modules/fsodevice/accelerometer.so: 
/usr/lib/cornucopia/modules/fsodevice/accelerometer.so: cannot open shared 
object file: No such file or directory  
   
2011-09-06T08:27:43.758931Z [WARN]  subsystem : Could not load plugin: Could 
not load /usr/lib/cornucopia/modules/fsodevice/kernel26_display.so: 
/usr/lib/cornucopia/modules/fsodevice/kernel26_display.so: cannot open shared 
object file: No such file or directory
2011-09-06T08:27:43.760621Z [WARN]  subsystem : Could not load plugin: Could 
not load /usr/lib/cornucopia/modules/fsodevice/kernel26_leds.so: 
/usr/lib/cornucopia/modules/fsodevice/kernel26_leds.so: cannot open shared 
object file: No such file or directory
2011-09-06T08:27:43.766258Z [WARN]  subsystem : Could not load plugin: Could 
not load /usr/lib/cornucopia/modules/fsodevice/kernel26_powersupply.so: 
/usr/lib/cornucopia/modules/fsodevice/kernel26_powersupply.so: cannot open 
shared object file: No such file or directory
2011-09-06T08:27:43.769202Z [WARN]  subsystem : Could not load plugin: Could 
not load /usr/lib/cornucopia/modules/fsodevice/kernel26_rfkill.so: 
/usr/lib/cornucopia/modules/fsodevice/kernel26_rfkill.so: cannot open shared 
object file: No such file or directory
2011-09-06T08:27:43.770850Z [WARN]  subsystem : Could not load plugin: Could 
not load /usr/lib/cornucopia/modules/fsodevice/kernel26_rtc.so: 
/usr/lib/cornucopia/modules/fsodevice/kernel26_rtc.so: cannot open shared 
object file: No such file or directory
2011-09-06T08:27:43.776171Z [WARN]  subsystem : Could not load plugin: Could 
not load /usr/lib/cornucopia/modules/fsodevice/kernel_info.so: 
/usr/lib/cornucopia/modules/fsodevice/kernel_info.so: cannot open shared object 
file: No such file or directory
2011-09-06T08:27:43.779078Z [WARN]  subsystem : Could not load plugin: Could 
not load /usr/lib/cornucopia/modules/fsodevice/kernel_input.so: 
/usr/lib/cornucopia/modules/fsodevice/kernel_input.so: cannot open shared 
object file: No such file or directory
2011-09-06T08:27:43.780753Z [WARN]  subsystem : Could not load plugin: Could 
not load /usr/lib/cornucopia/modules/fsodevice/kernel_idle.so: 
/usr/lib/cornucopia/modules/fsodevice/kernel_idle.so: cannot open shared object 
file: No such file or 

Bug#639856: [pkg-fso-maint] Bug#639856: Bug#639856: Bug#639856: xf86-video-glamo: please consider enabling armhf

2011-09-02 Thread Radek Polak
On Friday 02 September 2011 02:48:03 gregor herrmann wrote:

 I don't know if it makes sense -- but if an experienced arm* porter
 like zumbi asks for something I prefer to fulfill the request over
 second-guessing their ideas; maybe that just means I'm too lazy :)

We could have been saved from guessing their ideas if they told I have this 
XXX ARM7 device with glamo and i want to run this driver.

Otherwise what's the point of adding package without any reason? And plain 
request is not reason - no matter who is the requester.

Regards

Radek



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



Bug#617916: libnet-snmp-perl: please upgrade to the current stable version 5.6.1

2011-03-12 Thread Radek Antoniuk
Package: libnet-snmp-perl
Version: 5.2.0-4
Severity: important


Please upgrade to the current stable version 
http://sourceforge.net/projects/net-snmp/files/net-snmp%20binaries/5.6.1-binaries/

The current version is unusable for instance with Centreon because of being too 
old.

Thanks.


-- System Information:
Debian Release: wheezy/sid
  APT prefers stable
  APT policy: (650, 'stable'), (600, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages libnet-snmp-perl depends on:
ii  perl  5.10.1-17  Larry Wall's Practical Extraction 

libnet-snmp-perl recommends no packages.

Versions of packages libnet-snmp-perl suggests:
ii  libcrypt-des-perl2.05-2+b1   Perl DES encryption module
ii  libdigest-hmac-perl  1.02+dfsg-1 module for creating standard messa
ii  libdigest-sha1-perl  2.13-1  NIST SHA-1 message digest algorith
pn  libio-socket-inet6-perl  none  (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#609009: apcupsd: please add logcheck rules to the packages

2011-01-05 Thread Radek Antoniuk
Package: apcupsd
Version: 3.14.4-1lenny1
Severity: wishlist


Please add logcheck rules to the package for igoring OK messages and others:

Jan  5 11:39:29 frodo apcupsd[3334]: UPS Self Test switch to battery.
Jan  5 11:39:36 frodo apcupsd[3334]: UPS Self Test completed: Battery OK

-- System Information:
Debian Release: 5.0.7
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing')
Architecture: i386 (i686)

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

Versions of packages apcupsd depends on:
ii  libc6   2.7-18lenny6 GNU C Library: Shared libraries
ii  libsnmp15   5.4.1~dfsg-12SNMP (Simple Network Management Pr
ii  libssl0.9.8 0.9.8g-15+lenny9 SSL shared libraries
ii  libwrap07.6.q-16 Wietse Venema's TCP wrappers libra

Versions of packages apcupsd recommends:
ii  apcupsd-doc   3.14.4-1lenny1 APC UPS Power Management (document

Versions of packages apcupsd suggests:
ii  apcupsd-cgi   3.14.4-1lenny1 APC UPS Power Management (web inte
ii  hal   0.5.11-8   Hardware Abstraction Layer
ii  udev  0.125-7+lenny3 /dev/ and hotplug management daemo

-- 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#608791: syslog-ng: dir_group not effective

2011-01-03 Thread Radek Antoniuk
Package: syslog-ng
Version: 3.1.3-1
Severity: normal


Syslog-ng is not respecting the global dir_group option and is creating dirs 
with root as the group owner instead of adm.
Syslog-ng.conf attached.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages syslog-ng depends on:
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcap2 1:2.19-3 support for getting/setting POSIX.
ii  libdbi0 0.8.2-3  Database Independent Abstraction L
ii  libevtlog0  0.2.8~1-2Syslog event logger library
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libnet1 1.1.4-2  library for the construction and h
ii  libpcre38.02-1.1 Perl 5 Compatible Regular Expressi
ii  libssl0.9.8 0.9.8o-3 SSL shared libraries
ii  libwrap07.6.q-19 Wietse Venema's TCP wrappers libra
ii  lsb-base3.2-23.1 Linux Standard Base 3.2 init scrip
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages syslog-ng recommends:
ii  logrotate 3.7.8-6Log rotation utility

Versions of packages syslog-ng suggests:
pn  libdbd-mysql  none (no description available)
pn  libdbd-pgsql  none (no description available)
pn  libdbd-sqlite3none (no description available)

-- Configuration Files:
/etc/logcheck/ignore.d.paranoid/syslog-ng [Errno 13] Permission denied: 
u'/etc/logcheck/ignore.d.paranoid/syslog-ng'
/etc/logcheck/ignore.d.server/syslog-ng [Errno 13] Permission denied: 
u'/etc/logcheck/ignore.d.server/syslog-ng'
/etc/logcheck/violations.ignore.d/syslog-ng [Errno 13] Permission denied: 
u'/etc/logcheck/violations.ignore.d/syslog-ng'
/etc/logrotate.d/syslog-ng [Errno 2] No such file or directory: 
u'/etc/logrotate.d/syslog-ng'
/etc/syslog-ng/syslog-ng.conf changed:
@version: 3.0
options { long_hostnames(off); flush_lines(0); use_dns(no); use_fqdn(no);
  create_dirs (yes);
  dir_owner   (root);
  dir_group   (adm);
  dir_perm(0650);
  owner   (root);
  group   (adm);
  perm(0640);
};
source s_src { unix-dgram(/dev/log); internal(); file(/proc/kmsg 
program_override(kernel)); };
destination d_auth { file(/var/log/$YEAR.$MONTH/auth.log); };
destination d_cron { file(/var/log/$YEAR.$MONTH/cron.log); };
destination d_daemon { file(/var/log/$YEAR.$MONTH/daemon.log); };
destination d_kern { file(/var/log/$YEAR.$MONTH/kern.log); };
destination d_lpr { file(/var/log/$YEAR.$MONTH/lpr.log); };
destination d_mail { file(/var/log/$YEAR.$MONTH/mail.log); };
destination d_syslog { file(/var/log/$YEAR.$MONTH/syslog.log); };
destination d_user { file(/var/log/$YEAR.$MONTH/user.log); };
destination d_uucp { file(/var/log/$YEAR.$MONTH/uucp.log); };
destination d_console { usertty(root); };
destination d_xconsole { pipe(/dev/xconsole); };
filter f_dbg { level(debug); };
filter f_info { level(info); };
filter f_notice { level(notice); };
filter f_warn { level(warn); };
filter f_err { level(err); };
filter f_crit { level(crit .. emerg); };
filter f_debug { level(debug) and not facility(auth, authpriv, news, mail); };
filter f_error { level(err .. emerg) ; };
filter f_auth { facility(auth, authpriv) and not filter(f_debug); };
filter f_cron { facility(cron) and not filter(f_debug); };
filter f_daemon { facility(daemon) and not filter(f_debug); };
filter f_kern { facility(kern) and not filter(f_debug); };
filter f_lpr { facility(lpr) and not filter(f_debug); };
filter f_local { facility(local0, local1, local3, local4, local5,
local6, local7) and not filter(f_debug); };
filter f_mail { facility(mail) and not filter(f_debug); };
filter f_news { facility(news) and not filter(f_debug); };
filter f_syslog3 { facility(syslog) and not filter(f_debug); };
filter f_user { facility(user) and not filter(f_debug); };
filter f_uucp { facility(uucp) and not filter(f_debug); };
filter f_cnews { level(notice, err, crit) and facility(news); };
filter f_cother { level(debug, info, notice, warn) or facility(daemon, mail); };
filter f_ppp { facility(local2) and not filter(f_debug); };
filter f_console { level(warn .. emerg); };
log { source(s_src); filter(f_auth); destination(d_auth); };
log { source(s_src); filter(f_cron); destination(d_cron); };
log { source(s_src); filter(f_daemon); destination(d_daemon); };
log { source(s_src); filter(f_kern); destination(d_kern); };
log { source(s_src); filter(f_lpr); destination(d_lpr); };
log { source(s_src); 

Bug#519945: Confirmation

2010-12-30 Thread Radek Šťastný
Hello,
I can confirm that bug in  updated lenny instalation. I would be nice
to be repaired.

Radek Stastny



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



Bug#607489: mysql-server-5.1: mysql processes kernel segfault when out of memory

2010-12-18 Thread Radek Antoniuk
Package: mysql-server-5.1
Version: 5.1.41-3
Severity: normal



Dec 19 00:35:00 db mysqld: 101219  0:35:00 [ERROR] /usr/sbin/mysqld: Out of 
memory (Needed 402653152 bytes)
Dec 19 00:35:01 db mysqld: 101219  0:35:01 [ERROR] /usr/sbin/mysqld: Out of 
memory (Needed 402653152 bytes)
Dec 19 00:35:48 db mysqld: 101219  0:35:48 [ERROR] /usr/sbin/mysqld: Out of 
memory (Needed 402653152 bytes)
Dec 19 00:36:13 db mysqld: 101219  0:36:13 [ERROR] /usr/sbin/mysqld: Out of 
memory (Needed 402653152 bytes)
Dec 19 00:42:21 db kernel: ff80226b40] default_wake_function+0x0/0x10
Dec 19 00:42:21 db kernel: [80226b40] default_wake_function+0x0/0x10
Dec 19 00:42:21 db kernel: [802516d5] filemap_nopage+0x155/0x330
Dec 19 00:42:21 db kernel: [802607e8] __handle_mm_fault+0x428/0x10c0
Dec 19 00:42:21 db kernel: [80217349] do_page_fault+0xe79/0x1280
Dec 19 00:42:21 db kernel: [806699e7] error_exit+0x0/0x79
Dec 19 00:42:21 db kernel:
Dec 19 00:42:21 db kernel: Mem-info:
Dec 19 00:42:21 db kernel: DMA per-cpu:
Dec 19 00:42:21 db kernel: CPU0: Hot: hi:  186, btch:  31 usd:   8   Cold: 
hi:   62, btch:  15 usd:  29
Dec 19 00:42:47 db kernel: CPU1: Hot: hi:  186, btch:  31 usd:  30   Cold: 
hi:   62, btch:  15 usd:  56
Dec 19 00:42:47 db kernel: CPU2: Hot: hi:  186, btch:  31 usd:  21   Cold: 
hi:   62, btch:  15 usd:  51
Dec 19 00:42:47 db kernel: CPU3: Hot: hi:  186, btch:  31 usd:  45   Cold: 
hi:   62, btch:  15 usd:  57
Dec 19 00:42:47 db kernel: Active:820946 inactive:3215019 dirty:0 writeback:0 
unstable:0
Dec 19 00:42:47 db kernel: free:4026 slab:3419 mapped:67 pagetables:13310 
bounce:0
Dec 19 00:42:47 db kernel: DMA free:16104kB min:16176kB low:20220kB 
high:24264kB active:3283784kB inactive:12860076kB present:16362000kB 
pages_scanned:26765877 all_unreclaimable? yes
Dec 19 00:42:47 db kernel: lowmem_reserve[]: 0 0 0
Dec 19 00:42:47 db kernel: DMA: 42*4kB 10*8kB 19*16kB 2*32kB 2*64kB 0*128kB 
0*256kB 0*512kB 1*1024kB 1*2048kB 3*4096kB = 16104kB
Dec 19 00:42:47 db kernel: Swap cache: add 9812591, delete 9812564, find 
3490319/3929515, race 13+97
Dec 19 00:42:47 db kernel: Free swap  = 0kB
Dec 19 00:42:47 db kernel: Total swap = 10485752kB
Dec 19 00:42:47 db kernel: Free swap:0kB
Dec 19 00:42:47 db kernel: 4147200 pages of RAM
Dec 19 00:42:47 db kernel: 80986 reserved pages
Dec 19 00:42:47 db kernel: 2136 pages shared
Dec 19 00:42:47 db kernel: 42 pages swap cached
Dec 19 00:42:47 db kernel: mysqld invoked oom-killer: gfp_mask=0x201d2, 
order=0, oomkilladj=0
Dec 19 00:42:47 db kernel:
Dec 19 00:42:47 db kernel: Call Trace:
Dec 19 00:42:47 db kernel: [802524a0] out_of_memory+0x70/0x1e0
Dec 19 00:42:47 db kernel: [80253dcb] __alloc_pages+0x24b/0x2f0
Dec 19 00:42:47 db kernel: [8047efcd] 
gnttab_free_grant_references+0x1d/0xb0
Dec 19 00:42:47 db kernel: [8025582b] 
__do_page_cache_readahead+0x12b/0x2e0
Dec 19 00:42:47 db kernel: [80667d78] io_schedule+0x28/0x40
Dec 19 00:42:47 db kernel: [8024f0e0] sync_page+0x0/0x50
Dec 19 00:42:47 db kernel: [806680d7] __wait_on_bit_lock+0x67/0x80
Dec 19 00:42:47 db kernel: [8024f0bf] __lock_page+0x5f/0x70
Dec 19 00:42:47 db kernel: [802516d5] filemap_nopage+0x155/0x330
Dec 19 00:42:47 db kernel: [802607e8] __handle_mm_fault+0x428/0x10c0
Dec 19 00:42:47 db kernel: [80226b1c] try_to_wake_up+0x3dc/0x400
Dec 19 00:42:47 db kernel: [80668ff6] __down_read+0xd6/0xf2
Dec 19 00:42:47 db kernel: [80217349] do_page_fault+0xe79/0x1280
Dec 19 00:42:47 db kernel: [80226b40] default_wake_function+0x0/0x10
Dec 19 00:42:47 db kernel: [802669a3] sys_mprotect+0xae3/0xbc0
Dec 19 00:42:47 db kernel: [806699e7] error_exit+0x0/0x79

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21--xen0-ipv4-64 (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 mysql-server-5.1 depends on:
ii  adduser3.110 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.24Debian configuration management sy
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libdbi-perl1.605-1   Perl5 database interface by Tim Bu
ii  libgcc11:4.3.2-1.1   GCC support library
ii  libmysqlclient16   5.1.41-3  MySQL database client library
ii  libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
ii  libwrap0   7.6.q-16  Wietse Venema's TCP wrappers libra
ii  lsb-base   3.2-20Linux Standard Base 3.2 init scrip
ii  mysql-client-5.1   5.1.41-3  MySQL database client binaries
ii  mysql-common   5.1.41-3  MySQL database common files (e.g. 
ii  passwd 

Bug#604884: Debian redmine won't work with many Rails/actionpacks installed

2010-11-24 Thread Radek Antoniuk
Package: redmine
Version: 1.0.3-1
Severity: normal


i have recently switched to using Ruby Enterprise Edition that includes 
Passenger 3.0 and Rails 3.0.3.
I know that Redmine supports currently only Rails 2.3.5, however, it should run 
correctly in an environment where two concurrent gems are installed.
However, If I try to run Redmine with new RubyEE w/Passenger 3.0 w/Rails 3.0.3 
I get the following error:

Error message:
undefined method `map' for nil:NilClass
Exception class:
NoMethodError
Application root:
/usr/share/redmine

This is not a Passenger issue, as when you try to run the command from the 
command line you get the same result:
# ruby /usr/share/redmine/config/environment.rb

/opt/rubyEE-2010-02/lib/ruby/site_ruby/1.8/rubygems.rb:223:in
`activate': undefined method `map' for nil:NilClass (NoMethodError)
from 
/opt/rubyEE-2010-02/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:35:in
`require'
from /usr/share/redmine/config/environment.rb:34

I have compared environment.rb in debian package and the one from trunk. 
I can see that one of the offending lines (require 'action_controller') is 
present in the debian version and not present in the trunk.
However, this does not explain the undefined method map error.

The error from passenger is as follows:

Error message:
undefined method `map' for nil:NilClass
Exception class:
NoMethodError
Application root:
/usr/share/redmine

/opt/rubyEE-2010-02/lib/ruby/site_ruby/1.8/rubygems.rb 223  in `activate' 
1  /opt/rubyEE-2010-02/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb  35 
in `require' 
2 /usr/share/redmine/config/environment.rb 34 
3 /opt/rubyEE-2010-02/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb  31 in 
`gem_original_require' 
4 /opt/rubyEE-2010-02/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb  31 in 
`require' 
5 /opt/rubyEE-2010-02/lib/ruby/gems/1.8/gems/passenger-3.0.0/lib/ 
phusion_passenger/classic_rails/application_spawner.rb 222 in 
`preload_application' 
6 /opt/rubyEE-2010-02/lib/ruby/gems/1.8/gems/passenger-3.0.0/lib/ 
phusion_passenger/classic_rails/application_spawner.rb 181  in 
`initialize_server' 
7 /opt/rubyEE-2010-02/lib/ruby/gems/1.8/gems/passenger-3.0.0/lib/ 
phusion_passenger/utils.rb 564 in `report_app_init_status' 

(...)

The installed gems list are:
war...@warden [02:50:49] ~ gem list

*** LOCAL GEMS ***

abstract (1.0.0)
actionmailer (3.0.3, 2.3.5)
actionpack (3.0.3, 2.3.5)
activemodel (3.0.3)
activerecord (3.0.3, 2.3.5)
activeresource (3.0.3, 2.3.5)
activesupport (3.0.3, 2.3.5)
arel (2.0.4)
builder (2.1.2)
bundler (1.0.7)
daemon_controller (0.2.5)
erubis (2.6.6)
fastthread (1.0.7)
file-tail (1.0.5)
i18n (0.4.2)
mail (2.2.10)
mime-types (1.16)
mysql (2.8.1)
passenger (3.0.0)
pg (0.9.0)
polyglot (0.3.1)
rack (1.2.1, 1.0.1)
rack-mount (0.6.13)
rack-test (0.5.6)
rails (3.0.3, 2.3.5)
railties (3.0.3)
rake (0.8.7)
spruz (0.2.2)
sqlite3-ruby (1.3.2)
thor (0.14.6)
treetop (1.4.9)
tzinfo (0.3.23)
war...@warden [02:50:53] ~ ruby -v
ruby 1.8.7 (2010-04-19 patchlevel 253) [x86_64-linux], MBARI 0x6770, Ruby 
Enterprise Edition 2010.02
war...@warden [02:51:00] ~ echo $PATH
/opt/rubyEE-2010-02/bin/:/usr/local/bin:/usr/bin:/bin:/usr/games



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages redmine depends on:
ii  dbconfig-common  1.8.46  common framework for packaging dat
ii  debconf [debconf-2.0]1.5.36  Debian configuration management sy
ii  libactionmailer-ruby 2.3.5-1.1   Framework for generation of custom
ii  libactionpack-ruby   2.3.5-1.1   Controller and View framework used
ii  libactiveresource-ruby   2.3.5-1.1   Connects objects and REST web serv
ii  libactivesupport-ruby2.3.5-1.1   utility classes and extensions (Ru
ii  libjs-scriptaculous  1.8.3-1 JavaScript library for dynamic web
ii  rails2.3.5-1.1   MVC ruby based framework geared fo
ii  redmine-mysql1.0.3-1 metapackage providing MySQL depend
ii  redmine-sqlite   1.0.3-1 metapackage providing sqlite depen
ii  ruby 4.5 An interpreter of object-oriented 
ii  ruby1.8  1.8.7.302-2 Interpreter of object-oriented scr

redmine recommends no packages.

Versions of packages redmine suggests:
pn  libopenid-rubynone (no description available)
ii  librmagick-ruby   2.13.1-2   ImageMagick API for Ruby
pn  libsvn-ruby   none (no description available)

-- debconf information:
  redmine/instances/default/passwords-do-not-match:
  redmine/instances/default/remote/newhost:
  redmine/instances/default/db/basepath:
  redmine/instances/default/pgsql/changeconf: false
 

Bug#603906: dpkg: start-stop-daemon not recognizing options when invoked from logrotate

2010-11-18 Thread Radek Antoniuk
Package: dpkg
Version: 1.15.8.5
Severity: normal


I get from cron:
/etc/cron.daily/logrotate:
start-stop-daemon: unrecognized option '--no-caps'
Try 'start-stop-daemon --help' for more information.
error: error running non-shared postrotate script for /var/log/syslog of 
'/var/log/syslog '
run-parts: /etc/cron.daily/logrotate exited with return code 1

when I enable --no-caps in /etc/default/syslog-ng

The /etc/init.d/syslog-ng restart script is working fine though.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-10-pve (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages dpkg depends on:
ii  coreutils 8.5-1  GNU core utilities
ii  libbz2-1.01.0.5-6high-quality block-sorting file co
ii  libc6 2.11.2-6+squeeze1  Embedded GNU C Library: Shared lib
ii  libselinux1   2.0.96-1   SELinux runtime shared libraries
ii  xz-utils  4.999.9beta+20100810-1 XZ-format compression utilities
ii  zlib1g1:1.2.3.4.dfsg-3   compression library - runtime

dpkg recommends no packages.

Versions of packages dpkg suggests:
ii  apt   0.8.6  Advanced front-end for dpkg

-- debconf-show failed



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



Bug#602497: Please add logcheck.d/ignore.d.*/ files for avahi-daemon

2010-11-05 Thread Radek Antoniuk
Package: avahi-daemon
Version: 0.6.23-3lenny2
Severity: wishlist


Please include rules for ignoring messages from avahi for logcheck.
E.g. those lines should be ignored:
Nov  5 09:50:29 frodo avahi-daemon[2283]: Withdrawing address record for 
1.2.3.4 on eth1.
Nov  5 09:50:29 frodo avahi-daemon[2283]: Leaving mDNS multicast group on 
interface eth1.IPv4 with address 1.2.3.4.
Nov  5 09:50:29 frodo avahi-daemon[2283]: Interface eth1.IPv4 no longer 
relevant for mDNS.
Nov  5 09:50:30 frodo avahi-daemon[2283]: Joining mDNS multicast group on 
interface eth1.IPv4 with address 1.2.3.4.
Nov  5 09:50:30 frodo avahi-daemon[2283]: Registering new address record for 
1.2.3.4 on eth1.IPv4.
Nov  5 09:50:30 frodo avahi-daemon[2283]: Withdrawing address record for 
1.2.3.4 on eth1.
Nov  5 09:50:30 frodo avahi-daemon[2283]: Leaving mDNS multicast group on 
interface eth1.IPv4 with address 1.2.3.4.
Nov  5 09:50:30 frodo avahi-daemon[2283]: Interface eth1.IPv4 no longer 
relevant for mDNS.
Nov  5 09:50:30 frodo avahi-daemon[2283]: Joining mDNS multicast group on 
interface eth1.IPv4 with address 1.2.3.4.
Nov  5 09:50:30 frodo avahi-daemon[2283]: Registering new address record for 
1.2.3.4 on eth1.IPv4.
Nov  5 09:50:30 frodo avahi-daemon[2283]: Invalid query packet.

Please check logcheck and logcheck-database package for details.

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing')
Architecture: i386 (i686)

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

Versions of packages avahi-daemon depends on:
ii  adduser   3.110  add and remove users and groups
ii  bind9-host [h 1:9.6.ESV.R1+dfsg-0+lenny2 Version of 'host' bundled with BIN
ii  dbus  1.2.1-5+lenny1 simple interprocess messaging syst
ii  libavahi-comm 0.6.23-3lenny2 Avahi common library
ii  libavahi-core 0.6.23-3lenny2 Avahi's embeddable mDNS/DNS-SD lib
ii  libc6 2.7-18lenny6   GNU C Library: Shared libraries
ii  libcap2   2.11-2 support for getting/setting POSIX.
ii  libdaemon00.12-2lenny1   lightweight C library for daemons 
ii  libdbus-1-3   1.2.1-5+lenny1 simple interprocess messaging syst
ii  libexpat1 2.0.1-4+lenny3 XML parsing C library - runtime li
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip

Versions of packages avahi-daemon recommends:
ii  libnss-mdns   0.10-3 NSS module for Multicast DNS name 

Versions of packages avahi-daemon suggests:
pn  avahi-autoipd none (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#600740: telepathy-sunshine: GG transport is not responding after resuming from suspend

2010-10-19 Thread Radek Antoniuk
Package: telepathy-sunshine
Version: 0.1.9-2
Severity: important


When I go to suspend mode and then power up back, sunshine hangs, i.e. it 
doesn't reconnect again nor it is possible to reconnect manually.
What is more, when I quit telepathy, mission-control is staying in the 
processes. I have to kill it and then fire up telepathy again until it works.
Very irritating. :)


-- System Information:
Debian Release: squeeze/sid
  APT prefers maverick-updates
  APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 
'maverick')
Architecture: i386 (i686)

Kernel: Linux 2.6.35-22-generic (SMP w/2 CPU cores)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages telepathy-sunshine depends on:
ii  python-dbus  0.83.0-1ubuntu3 simple interprocess messaging syst
ii  python-gobject   2.21.5-0ubuntu3 Python bindings for the GObject li
ii  python-telepathy 0.15.17-1   Python language bindings for telep
ii  python-twisted   10.1.0-2Event-based framework for internet

telepathy-sunshine recommends no packages.

telepathy-sunshine 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#599402: netatalk: afpd segfaults randomly

2010-10-07 Thread Radek Antoniuk
Package: netatalk
Version: 2.1.2-2
Severity: normal


From my server logs.
kernel: [1475649.158799] afpd[567]: segfault at 0 ip b75ea4f3 sp bfe9742c error 
4 in libc-2.7.so[b7574000+155000]
This happens quite randomly.

-- System Information:
Debian Release: 5.0.5
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing')
Architecture: i386 (i686)

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

Versions of packages netatalk depends on:
ii  libc6   2.7-18lenny4 GNU C Library: Shared libraries
ii  libcomerr2  1.41.3-1 common error description library
ii  libcrack2   2.8.12-8lenny1   pro-active password checker librar
ii  libcups21.3.8-1+lenny8   Common UNIX Printing System(tm) - 
ii  libdb4.84.8.26-1 Berkeley v4.8 Database Libraries [
ii  libgcrypt11 1.4.1-1  LGPL Crypto library - runtime libr
ii  libgnutls26 2.4.2-6+lenny2   the GNU TLS library - runtime libr
ii  libkrb531.6.dfsg.4~beta1-5lenny4 MIT Kerberos runtime libraries
ii  libpam-modules  1.0.1-5+lenny1   Pluggable Authentication Modules f
ii  libpam0g1.0.1-5+lenny1   Pluggable Authentication Modules l
ii  libwrap07.6.q-16 Wietse Venema's TCP wrappers libra
ii  netbase 4.34 Basic TCP/IP networking system
ii  perl5.10.1-14Larry Wall's Practical Extraction 
ii  zlib1g  1:1.2.3.3.dfsg-12compression library - runtime

Versions of packages netatalk recommends:
ii  cracklib-runtime  2.8.12-8lenny1 runtime support for password check
pn  db4.8-utilnone (no description available)
ii  libpam-cracklib   1.0.1-5+lenny1 PAM module to enable cracklib supp
ii  lsof  4.78.dfsg.1-4  List open files
ii  procps1:3.2.7-11 /proc file system utilities
ii  rc1.7.1-3an implementation of the ATT Plan

Versions of packages netatalk suggests:
ii  db4.2-util 4.2.52+dfsg-5 Berkeley v4.2 Database Utilities
ii  db4.7-util 4.7.25-9  Berkeley v4.7 Database Utilities
pn  groff  none(no description available)
pn  quota  none(no description available)
pn  texlive-base-bin   none(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#589981: logcheck-database: add sender delay rules for bounce

2010-07-22 Thread Radek Antoniuk
Package: logcheck-database
Version: 1.2.69
Severity: wishlist


Please add the rule
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/bounce\[[[:digit:]]+\]: 
[:alnum:]+: sender delay notification: [:alnum:]+$


-- System Information:
Debian Release: 5.0.5
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing')
Architecture: i386 (i686)

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

-- 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#589215: netatalk: add additional logcheck ignore rules

2010-07-15 Thread Radek Antoniuk
Package: netatalk
Version: 2.1.2-2
Severity: wishlist


Please add the following rules to /etc/logcheck/ignore.d.server/netatalk :
 afpd\[[0-9]+\]: AFP/TCP session from [\.:0-9]+$
 afpd\[[0-9]+\]: CNID server localhost:[0-9]+$
 afpd\[[0-9]+\]: DHX2 login: [[:alnum:]]+$
 afpd\[[0-9]+\]: login [[:alnum:]]+ \(uid [0-9]+, gid [0-9]+\) AFP3.2$
 afpd\[[0-9]+\]: PAM DHX2: PAM Success$
 afpd\[[0-9]+\]: DHX2: PAM Auth OK!$
 afpd\[[0-9]+\]: volume [[:alnum:]]+ does not support Extended Attributes, 
using ea:ad instead$
 afpd\[[0-9]+\]: Volume [/[:alnum:]]+ use CNID scheme dbd.$
 afpd\[[0-9]+\]: [\\[:alnum:]]+ signature is  [0-9A-Z]+$


-- System Information:
Debian Release: 5.0.5
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing')
Architecture: i386 (i686)

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

Versions of packages netatalk depends on:
ii  libc6   2.7-18lenny4 GNU C Library: Shared libraries
ii  libcomerr2  1.41.3-1 common error description library
ii  libcrack2   2.8.12-8lenny1   pro-active password checker librar
ii  libcups21.3.8-1+lenny8   Common UNIX Printing System(tm) - 
ii  libdb4.84.8.26-1 Berkeley v4.8 Database Libraries [
ii  libgcrypt11 1.4.1-1  LGPL Crypto library - runtime libr
ii  libgnutls26 2.4.2-6+lenny2   the GNU TLS library - runtime libr
ii  libkrb531.6.dfsg.4~beta1-5lenny4 MIT Kerberos runtime libraries
ii  libpam-modules  1.0.1-5+lenny1   Pluggable Authentication Modules f
ii  libpam0g1.0.1-5+lenny1   Pluggable Authentication Modules l
ii  libwrap07.6.q-16 Wietse Venema's TCP wrappers libra
ii  netbase 4.34 Basic TCP/IP networking system
ii  perl5.10.1-13Larry Wall's Practical Extraction 
ii  zlib1g  1:1.2.3.3.dfsg-12compression library - runtime

Versions of packages netatalk recommends:
ii  cracklib-runtime  2.8.12-8lenny1 runtime support for password check
pn  db4.8-utilnone (no description available)
ii  libpam-cracklib   1.0.1-5+lenny1 PAM module to enable cracklib supp
ii  lsof  4.78.dfsg.1-4  List open files
ii  procps1:3.2.7-11 /proc file system utilities
ii  rc1.7.1-3an implementation of the ATT Plan

Versions of packages netatalk suggests:
ii  db4.2-util 4.2.52+dfsg-5 Berkeley v4.2 Database Utilities
ii  db4.7-util 4.7.25-9  Berkeley v4.7 Database Utilities
pn  groff  none(no description available)
pn  quota  none(no description available)
pn  texlive-base-bin   none(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#588832: netatalk: add additional rules for logcheck

2010-07-12 Thread Radek Antoniuk
Package: netatalk
Version: 2.1.2-2
Severity: wishlist



Please add the following rules to the logcheck rules

afpd\[[0-9]+\]: AFP/TCP session from [\.:0-9]+$
afpd\[[0-9]+\]: CNID server [:alnum:]+:[0-9]+$
afpd\[[0-9]+\]: DHX2 login: [:alnum:]+$
afpd\[[0-9]+\]: PAM DHX2: PAM Success$
afpd\[[0-9]+\]: DHX2: PAM Auth OK!$
afpd\[[0-9]+\]: volume [:alnum:]+ does not support Extended Attributes, using 
ea:ad instead$
afpd\[[0-9]+\]: Volume [[:alnum:]]+ use CNID scheme dbd.$
afpd\[[0-9]+\]: [\\[:alnum:]]+ signature is  [0-9A-Z]+$




-- System Information:
Debian Release: 5.0.5
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing')
Architecture: i386 (i686)

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

Versions of packages netatalk depends on:
ii  libc6   2.7-18lenny4 GNU C Library: Shared libraries
ii  libcomerr2  1.41.3-1 common error description library
ii  libcrack2   2.8.12-8lenny1   pro-active password checker librar
ii  libcups21.3.8-1+lenny8   Common UNIX Printing System(tm) - 
ii  libdb4.84.8.26-1 Berkeley v4.8 Database Libraries [
ii  libgcrypt11 1.4.1-1  LGPL Crypto library - runtime libr
ii  libgnutls26 2.4.2-6+lenny2   the GNU TLS library - runtime libr
ii  libkrb531.6.dfsg.4~beta1-5lenny4 MIT Kerberos runtime libraries
ii  libpam-modules  1.0.1-5+lenny1   Pluggable Authentication Modules f
ii  libpam0g1.0.1-5+lenny1   Pluggable Authentication Modules l
ii  libwrap07.6.q-16 Wietse Venema's TCP wrappers libra
ii  netbase 4.34 Basic TCP/IP networking system
ii  perl5.10.1-13Larry Wall's Practical Extraction 
ii  zlib1g  1:1.2.3.3.dfsg-12compression library - runtime

Versions of packages netatalk recommends:
ii  cracklib-runtime  2.8.12-8lenny1 runtime support for password check
pn  db4.8-utilnone (no description available)
ii  libpam-cracklib   1.0.1-5+lenny1 PAM module to enable cracklib supp
ii  lsof  4.78.dfsg.1-4  List open files
ii  procps1:3.2.7-11 /proc file system utilities
ii  rc1.7.1-3an implementation of the ATT Plan

Versions of packages netatalk suggests:
ii  db4.2-util 4.2.52+dfsg-5 Berkeley v4.2 Database Utilities
ii  db4.7-util 4.7.25-9  Berkeley v4.7 Database Utilities
pn  groff  none(no description available)
pn  quota  none(no description available)
pn  texlive-base-bin   none(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#588312: logcheck-database: updated rules for many packages

2010-07-07 Thread Radek Antoniuk
Package: logcheck-database
Version: 1.3.10
Severity: normal

Please add rules for some packages:

#dkimproxy
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dkimproxy.out\[[0-9]+\]: connect from .*$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dkimproxy.out\[[0-9]+\]: DKIM signing - 
signed; .*$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dkimproxy.out\[[0-9]+\]: DKIM signing - 
skipped; .*$

#postfix
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: discarding EHLO 
keywords: 8BITMIME STARTTLS$

#ssh
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ sshd\[[0-9]+\]: error writing 
/proc/self/oom_adj: Operation not permitted$

#ntp
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: kernel time sync status 
change 4001

#cron-apt
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cron-apt: After this operation, [:alnum:]+ 
disk space will be freed.$

#syslog-ng
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ syslog-ng\[[0-9]+\]: Log statistics;.*$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ syslog-ng\[[0-9]+\]: Configuration reload 
request received, reloading configuration;$

#shorewall
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: Shorewall:.*$

#libpam-cracklib
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cracklib: no dictionary update necessary.$

#modprobe?
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ modprobe: WARNING: Not loading blacklisted 
module ipv6.$

#bind
#success resolving 'www.mac.com/' (in 'mac.com'?) after reducing the 
advertised EDNS UDP packet size to 512 octets
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ named\[[0-9]+\]: success resolving.*$

#rsyncd
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rsyncd\[[0-9]+\]: file has vanished: .*$

#netatalk
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ afpd\[[0-9]+\]: server_child[[:xdigit:]+] 
[:xdigit:]+ exited 1$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ afpd\[[0-9]+\]: uams_dhx_pam.c :PAM: PAM 
Success$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ afpd\[[0-9]+\]: uams_dhx_pam.c :PAM: PAM 
Auth OK!$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ afpd\[[0-9]+\]: login [:alpha:]+ (uid 
[:xdigit:]+, gid [:xdigit:]+) AFP3.1$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ afpd\[[0-9]+\]: dhx login: [:alpha:]+$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ afpd\[[0-9]+\]: ipc_read: command: .*$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ afpd\[[0-9]+\]: Setting clientid .*$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ afpd\[[0-9]+\]: pc_get_session: .*$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ afpd\[[0-9]+\]: bad function .*$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ afpd\[[0-9]+\]: ASIP session:.*$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ afpd\[[0-9]+\]: afp_alarm: child timed out$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ afpd\[[0-9]+\]: [:alpha:]+ read, [:alpha:]+ 
written$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ afpd\[[0-9]+\]: Connection terminated$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ afpd\[[0-9]+\]: server_child[[:xdigit:]+] 
[:xdigit:]+ exited 1$


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (650, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-xen-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

-- Configuration Files:
/etc/logcheck/cracking.d/kernel [Errno 13] Permission denied: 
u'/etc/logcheck/cracking.d/kernel'
/etc/logcheck/cracking.d/rlogind [Errno 13] Permission denied: 
u'/etc/logcheck/cracking.d/rlogind'
/etc/logcheck/cracking.d/rsh [Errno 13] Permission denied: 
u'/etc/logcheck/cracking.d/rsh'
/etc/logcheck/cracking.d/smartd [Errno 13] Permission denied: 
u'/etc/logcheck/cracking.d/smartd'
/etc/logcheck/cracking.d/tftpd [Errno 13] Permission denied: 
u'/etc/logcheck/cracking.d/tftpd'
/etc/logcheck/cracking.d/uucico [Errno 13] Permission denied: 
u'/etc/logcheck/cracking.d/uucico'
/etc/logcheck/ignore.d.paranoid/bind [Errno 13] Permission denied: 
u'/etc/logcheck/ignore.d.paranoid/bind'
/etc/logcheck/ignore.d.paranoid/cron [Errno 13] Permission denied: 
u'/etc/logcheck/ignore.d.paranoid/cron'
/etc/logcheck/ignore.d.paranoid/incron [Errno 13] Permission denied: 
u'/etc/logcheck/ignore.d.paranoid/incron'
/etc/logcheck/ignore.d.paranoid/logcheck [Errno 13] Permission denied: 
u'/etc/logcheck/ignore.d.paranoid/logcheck'
/etc/logcheck/ignore.d.paranoid/postfix [Errno 13] Permission denied: 
u'/etc/logcheck/ignore.d.paranoid/postfix'
/etc/logcheck/ignore.d.paranoid/ppp [Errno 13] Permission denied: 
u'/etc/logcheck/ignore.d.paranoid/ppp'
/etc/logcheck/ignore.d.paranoid/pureftp [Errno 13] Permission denied: 
u'/etc/logcheck/ignore.d.paranoid/pureftp'
/etc/logcheck/ignore.d.paranoid/qpopper [Errno 13] Permission denied: 
u'/etc/logcheck/ignore.d.paranoid/qpopper'
/etc/logcheck/ignore.d.paranoid/squid [Errno 13] Permission denied: 
u'/etc/logcheck/ignore.d.paranoid/squid'
/etc/logcheck/ignore.d.paranoid/ssh [Errno 13] Permission denied: 
u'/etc/logcheck/ignore.d.paranoid/ssh'
/etc/logcheck/ignore.d.paranoid/stunnel [Errno 13] Permission denied: 
u'/etc/logcheck/ignore.d.paranoid/stunnel'
/etc/logcheck/ignore.d.paranoid/sysklogd [Errno 13] Permission denied: 
u'/etc/logcheck/ignore.d.paranoid/sysklogd'
/etc/logcheck/ignore.d.paranoid/telnetd 

Bug#578534: libapache2-mod-passenger: AssignUserID not respected in directory privileges

2010-04-20 Thread Radek Antoniuk
Package: libapache2-mod-passenger
Version: 2.2.11debian-1
Severity: important
Tags: upstream


I am using passenger with apache2-mpm-itk and AssignUserID directive in config 
file of virtual hosts.
The problem is, that passenger temporary files are created with wrong 
privileges, i.e.
if I have
AssignUserID user1 group1 
in the config, then:
/tmp/passenger.XXX/webserver_private/
should be created with that user/group id.
Instead it is closed for root only.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-10-pve (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages libapache2-mod-passenger depends on:
ii  apache2-mpm-itk 2.2.15-3 multiuser MPM for Apache 2.2
ii  libapr1 1.4.2-3  The Apache Portable Runtime Librar
ii  libaprutil1 1.3.9+dfsg-3 The Apache Portable Runtime Utilit
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.2-9GCC support library
ii  libjs-prototype 1.6.1-1  JavaScript Framework for dynamic w
ii  librack-ruby1.1.0-3  A modular Ruby webserver interface
ii  libruby1.8  1.8.7.249-2  Libraries necessary to run Ruby 1.
ii  libstdc++6  4.4.2-9  The GNU Standard C++ Library v3
ii  ruby4.4  An interpreter of object-oriented 
ii  rubygems1.3.5-2  package management framework for R

libapache2-mod-passenger recommends no packages.

Versions of packages libapache2-mod-passenger suggests:
pn  passenger-doc none (no description available)
ii  python2.5.4-9An interactive high-level object-o
ii  rails 2.2.3-2MVC ruby based framework geared fo

-- debconf-show failed



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



Bug#565951: libc6 weird memory corruption error while using custom module in apache2-mpm-prefork

2010-01-19 Thread Radek Antoniuk
Package: libc6
Version: 2.7-18
Severity: normal

I am getting a segfault or segabort   stacktrace in apache error logs while 
invoking custom module by apache2-mpm-prefork with php5.
*** glibc detected *** /usr/sbin/apache2: malloc(): memory corruption: 
0x0847b468 *** 
=== Backtrace: = 
/lib/libc.so.6[0xb7d9a845] 
/lib/libc.so.6[0xb7d9cde2] 
/lib/libc.so.6(__libc_malloc+0x96)[0xb7d9e586] 
/lib/libc.so.6[0xb7d8b4ff] 
/lib/libc.so.6(fopen+0x2c)[0xb7d8b5cc] 
/lib/libnss_files.so.2[0xb6d9aa80] 
/lib/libnss_files.so.2(_nss_files_getprotobyname_r+0x37)[0xb6d9b067] 
/lib/libc.so.6(getprotobyname_r+0xa2)[0xb7e12302] 
/lib/libc.so.6(getprotobyname+0x77)[0xb7e12197] 
/usr/lib/php5/20060613+lfs/mrl.dll(mlSndRcv+0x1e3)[0xb60f6d93] 
/usr/lib/php5/20060613+lfs/mrl.dll(__call_mrldll+0x556)[0xb60e4558] 

It looks like it is triggered by getprotobyname or libnss...
Also, it is not easily reproducible, i.e. it happens occasionally, 4-5 times a 
day on a busy server.
Any ideas?


-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i486)

Kernel: Linux 2.6.25.7 (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/bash

Versions of packages libc6 depends on:
ii  libgcc1  1:4.3.2-1.1 GCC support library

libc6 recommends no packages.

Versions of packages libc6 suggests:
pn  glibc-doc none (no description available)
pn  libc6-i686none (no description available)
ii  locales   2.7-18 GNU C Library: National Language (

-- debconf information:
* glibc/restart-services: openbsd-inetd cron
  glibc/restart-failed:
  glibc/upgrade: true



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



Bug#564624: apache2-mpm-prefork: malloc() memory corruption error

2010-01-10 Thread Radek Antoniuk
Package: apache2-mpm-prefork
Version: 2.2.9-10+lenny4
Severity: normal


Apache2 reports memory allocation errors.
Serving standard files with PHP5/MySQL.
Debug dump attached.

-- Package-specific info:
List of enabled modules from 'apache2 -M':
  alias auth_basic authn_file authz_default authz_groupfile
  authz_host authz_user autoindex cgi deflate dir env mime
  negotiation php5 rewrite setenvif ssl status

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i486)

Kernel: Linux 2.6.25.7 (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/bash

Versions of packages apache2-mpm-prefork depends on:
ii  apache2.2-common2.2.9-10+lenny4  Apache HTTP Server common files
ii  libapr1 1.2.12-5+lenny1  The Apache Portable Runtime Librar
ii  libaprutil1 1.2.12+dfsg-8+lenny4 The Apache Portable Runtime Utilit
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libpcre37.6-2.1  Perl 5 Compatible Regular Expressi

apache2-mpm-prefork recommends no packages.

apache2-mpm-prefork suggests no packages.

-- no debconf information
[Sun Jan 10 06:25:02 2010] [notice] Apache/2.2.9 (Debian) mod_ssl/2.2.9 
OpenSSL/0.9.8g configured -- resuming normal operations
[Sun Jan 10 09:19:30 2010] [notice] child pid 22288 exit signal Segmentation 
fault (11)
[Sun Jan 10 10:14:17 2010] [notice] child pid 28701 exit signal Segmentation 
fault (11)
[Sun Jan 10 17:17:42 2010] [notice] child pid 10495 exit signal Segmentation 
fault (11)
[Sun Jan 10 17:18:53 2010] [notice] child pid 11018 exit signal Segmentation 
fault (11)
[Sun Jan 10 17:25:28 2010] [notice] child pid 12041 exit signal Segmentation 
fault (11)
[Sun Jan 10 18:22:35 2010] [notice] child pid 18530 exit signal Segmentation 
fault (11)
[Sun Jan 10 18:22:36 2010] [notice] child pid 18468 exit signal Segmentation 
fault (11)
[Sun Jan 10 18:39:13 2010] [notice] child pid 20447 exit signal Segmentation 
fault (11)
*** glibc detected *** /usr/sbin/apache2: malloc(): memory corruption: 
0x08441980 ***
=== Backtrace: =
/lib/libc.so.6[0xb7e76845]
/lib/libc.so.6[0xb7e78de2]
/lib/libc.so.6(__libc_malloc+0x96)[0xb7e7a586]
/lib/libc.so.6[0xb7e674ff]
/lib/libc.so.6(fopen+0x2c)[0xb7e675cc]
/lib/libnss_files.so.2[0xb6e76a80]
/lib/libnss_files.so.2(_nss_files_getprotobyname_r+0x37)[0xb6e77067]
/lib/libc.so.6(getprotobyname_r+0xa2)[0xb7eee302]
/lib/libc.so.6(getprotobyname+0x77)[0xb7eee197]
/usr/lib/php5/20060613+lfs/merlin_2_7.dll(mlSndRcvOPER+0x1e3)[0xb61c9fd3]
/usr/lib/php5/20060613+lfs/merlin_2_7.dll(__call_merlindll+0x556)[0xb61b7798]
/usr/lib/php5/20060613+lfs/merlin_2_7.dll(zif_mlsndrcvoper+0x53)[0xb61b6a26]
/usr/lib/apache2/modules/libphp5.so[0xb7312d33]
/usr/lib/apache2/modules/libphp5.so(execute+0x160)[0xb72fe1c0]
/usr/lib/apache2/modules/libphp5.so[0xb73125f6]
/usr/lib/apache2/modules/libphp5.so(execute+0x160)[0xb72fe1c0]
/usr/lib/apache2/modules/libphp5.so[0xb73125f6]
/usr/lib/apache2/modules/libphp5.so(execute+0x160)[0xb72fe1c0]
/usr/lib/apache2/modules/libphp5.so[0xb73125f6]
/usr/lib/apache2/modules/libphp5.so(execute+0x160)[0xb72fe1c0]
/usr/lib/apache2/modules/libphp5.so[0xb73125f6]
/usr/lib/apache2/modules/libphp5.so(execute+0x160)[0xb72fe1c0]
/usr/lib/apache2/modules/libphp5.so[0xb730897b]
/usr/lib/apache2/modules/libphp5.so(execute+0x160)[0xb72fe1c0]
/usr/lib/apache2/modules/libphp5.so[0xb73125f6]
/usr/lib/apache2/modules/libphp5.so(execute+0x160)[0xb72fe1c0]
/usr/lib/apache2/modules/libphp5.so[0xb73125f6]
/usr/lib/apache2/modules/libphp5.so(execute+0x160)[0xb72fe1c0]
/usr/lib/apache2/modules/libphp5.so[0xb730897b]
/usr/lib/apache2/modules/libphp5.so(execute+0x160)[0xb72fe1c0]
/usr/lib/apache2/modules/libphp5.so[0xb73125f6]
/usr/lib/apache2/modules/libphp5.so(execute+0x160)[0xb72fe1c0]
/usr/lib/apache2/modules/libphp5.so[0xb73125f6]
/usr/lib/apache2/modules/libphp5.so(execute+0x160)[0xb72fe1c0]
/usr/lib/apache2/modules/libphp5.so(zend_execute_scripts+0x180)[0xb72d8940]
/usr/lib/apache2/modules/libphp5.so(php_execute_script+0x1a3)[0xb728e8b3]
/usr/lib/apache2/modules/libphp5.so[0xb73509f0]
/usr/sbin/apache2(ap_run_handler+0x59)[0x807a1c9]
/usr/sbin/apache2(ap_invoke_handler+0x81)[0x807d5e1]
/usr/sbin/apache2(ap_internal_redirect+0x70)[0x808aea0]
/usr/lib/apache2/modules/mod_rewrite.so[0xb6ecd5c3]
/usr/sbin/apache2(ap_run_handler+0x59)[0x807a1c9]
/usr/sbin/apache2(ap_invoke_handler+0x81)[0x807d5e1]
/usr/sbin/apache2(ap_process_request+0x196)[0x808b046]
/usr/sbin/apache2[0x8088178]
/usr/sbin/apache2(ap_run_process_connection+0x59)[0x80815f9]
/usr/sbin/apache2[0x808fc74]
/usr/sbin/apache2[0x8090053]
/usr/sbin/apache2(ap_mpm_run+0xd78)[0x8090e58]
/usr/sbin/apache2(main+0xa50)[0x8066f10]
/lib/libc.so.6(__libc_start_main+0xe5)[0xb7e22455]
/usr/sbin/apache2(apr_global_mutex_lock+0x31)[0x8065ec1]
=== Memory map: 
08048000-0809c000 r-xp  ca:01 

Bug#563338: subversion: provide version 1.6.5 in any branch

2010-01-01 Thread Radek Antoniuk
Package: subversion
Version: 1.5.1dfsg1-4
Severity: wishlist


As you know it is quite essential sometimes for the version of libsvn and 
subversion repositories to be equal between the clients and the 
repository.
As a results of this and the fact that we are using Linux, MAC and MS 
environments simultaenously, we want to keep the versions on all machines the 
same.
It would be nice though to have the version 1.6.5 available in any branch (not 
to have to compile from source), because that version now ships with 
Mac OS Snow Leopard (see 
http://bartling.blogspot.com/2009/09/snow-leopard-ships-with-subversion-165.html)

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

Kernel: Linux 2.6.26-1-xen-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages subversion depends on:
ii  libapr1   1.2.12-5+lenny1The Apache Portable Runtime Librar
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libsasl2-22.1.22.dfsg1-23+lenny1 Cyrus SASL - authentication abstra
ii  libsvn1   1.5.1dfsg1-4   Shared libraries used by Subversio

subversion recommends no packages.

Versions of packages subversion suggests:
pn  db4.6-utilnone (no description available)
ii  patch 2.5.9-5Apply a diff file to an original
pn  subversion-tools  none (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#539499: apache2-mpm-prefork: apache2 -S doesn't work due to debian user alias method

2009-08-01 Thread Radek Antoniuk
Package: apache2-mpm-prefork
Version: 2.2.9-10+lenny2
Severity: normal


apache2 -S alias of apache2 -t -D DUMP_VHOSTS does not work due to the usage of 
aliased username and groupname in apache2.conf
offending lines in apache2.conf:
User ${APACHE_RUN_USER}
Group ${APACHE_RUN_GROUP}

after changing to www-data works perfectly.


-- Package-specific info:
List of enabled modules from 'apache2 -M':
  alias auth_basic authn_file authz_default authz_groupfile
  authz_host authz_user autoindex cgi deflate dir env mime
  negotiation php5 rewrite setenvif ssl status

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i486)

Kernel: Linux 2.6.25.7 (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/bash

Versions of packages apache2-mpm-prefork depends on:
ii  apache2.2-common2.2.9-10+lenny2  Apache HTTP Server common files
ii  libapr1 1.2.12-5 The Apache Portable Runtime Librar
ii  libaprutil1 1.2.12+dfsg-8+lenny3 The Apache Portable Runtime Utilit
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libpcre37.6-2.1  Perl 5 Compatible Regular Expressi

apache2-mpm-prefork recommends no packages.

apache2-mpm-prefork 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#536912: should generate html into /var/www instead of /var/lib/bandwidthd/htdocs by default

2009-07-14 Thread Radek Antoniuk
Package: bandwidthd
Version: 2.0.1+cvs20071208-3
Severity: normal


The package by default generates the files into of /var/lib/bandwidthd/htdocs 
which I would say is not the debian way.
It should go to /var/www/bandwidthd/ by default.

Also the package should include an /etc/apache2/conf.d/ file with Alias 
directive.
Also it should suggest or depend on an HTTP server.

-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-6-686-bigmem (SMP w/8 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 bandwidthd depends on:
ii  debconf [debconf-2.0]  1.5.24Debian configuration management sy
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libgd2-xpm 2.0.36~rc1~dfsg-3 GD Graphics Library version 2
ii  libpcap0.8 0.9.8-5   system interface for user-level pa
ii  libpng12-0 1.2.27-2+lenny2   PNG library - runtime
ii  ucf3.0016Update Configuration File: preserv

bandwidthd recommends no packages.

bandwidthd 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#536898: bandwidthd should provide method of customisation of the templates of pages that are generated

2009-07-14 Thread Radek Antoniuk
Package: bandwidthd
Version: 2.0.1+cvs20071208-3
Severity: wishlist


For now bandwidthd regenerates the html files from a static text inside the 
program itself.
It should be possible to customise those templates however...

-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-6-686-bigmem (SMP w/8 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 bandwidthd depends on:
ii  debconf [debconf-2.0]  1.5.24Debian configuration management sy
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libgd2-xpm 2.0.36~rc1~dfsg-3 GD Graphics Library version 2
ii  libpcap0.8 0.9.8-5   system interface for user-level pa
ii  libpng12-0 1.2.27-2+lenny2   PNG library - runtime
ii  ucf3.0016Update Configuration File: preserv

bandwidthd recommends no packages.

bandwidthd suggests no packages.

-- debconf information:
  bandwidthd/outputcdf: true
  bandwidthd/recovercdf: true
* bandwidthd/dev: eth0
  bandwidthd/promisc: false
  bandwidthd-pgsql/sensorid:
  bandwidthd/metarefresh:
* bandwidthd/subnet: 217.153.222.216/29



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



Bug#536933: bandwidthd has a lot of zombies...

2009-07-14 Thread Radek Antoniuk
Package: bandwidthd
Version: 2.0.1+cvs20071208-3
Severity: important


bandwidthd spawns children which become zombies what is not very elegant...
root  7925  0.0  0.0   6324  2180 ?SN   12:17   0:00 
/usr/sbin/bandwidthd
root  7926  0.0  0.0   6324  2172 ?SN   12:17   0:00  \_ 
/usr/sbin/bandwidthd
root   708  0.0  0.0  0 0 ?ZN   15:57   0:00  |   \_ 
[bandwidthd] defunct
root  7927  0.0  0.0   6324  2172 ?SN   12:17   0:00  \_ 
/usr/sbin/bandwidthd
root 28638  0.0  0.0  0 0 ?ZN   15:17   0:00  |   \_ 
[bandwidthd] defunct
root  7928  0.0  0.0   6324  2104 ?SN   12:17   0:00  \_ 
/usr/sbin/bandwidthd
root  1313  0.0  0.0  0 0 ?ZN   16:01   0:00  \_ 
[bandwidthd] defunct


-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-6-686-bigmem (SMP w/8 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 bandwidthd depends on:
ii  debconf [debconf-2.0]  1.5.24Debian configuration management sy
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libgd2-xpm 2.0.36~rc1~dfsg-3 GD Graphics Library version 2
ii  libpcap0.8 0.9.8-5   system interface for user-level pa
ii  libpng12-0 1.2.27-2+lenny2   PNG library - runtime
ii  ucf3.0016Update Configuration File: preserv

bandwidthd recommends no packages.

bandwidthd 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#533001: netbase: /etc/services still out of date in lenny

2009-07-12 Thread Radek
Hi,

That's a weird requirement, but a pointless discussion.
Anyway,
wide-dhcpv6-client
wide-dhcpv6-relay
wide-dhcpv6-server
netatalk.


-- 
Best regards,
Radoslaw Antoniuk


On Sat, Jul 11, 2009 at 3:48 PM, Marco d'Itrim...@linux.it wrote:
 On Jul 11, Radek Antoniuk warde...@gmail.com wrote:

 in Debian 5.0.2 /etc/services is still OLD.
 It lacks a lot of apple services that are in IANA.
 Are you able to read the text at the beginning of the file?

 Please fix this at last, I have seen at least 3 bug reports that claimed to 
 fix this thing, but none of them pulled the new list from IANA.
 Please clarify exactly which Debian packages use these ports.

 --
 ciao,
 Marco

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)

 iEYEARECAAYFAkpYmBUACgkQFGfw2OHuP7GwwQCdEzH+R+qlUpARCbZkXDoCGVDa
 VOwAnReytEE5h7SsiDjByYgDXMHpGq7S
 =f677
 -END PGP SIGNATURE-





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



Bug#533001: netbase: /etc/services still out of date in lenny

2009-07-11 Thread Radek Antoniuk
Package: netbase
Version: 4.34
Followup-For: Bug #533001


in Debian 5.0.2 /etc/services is still OLD.
It lacks a lot of apple services that are in IANA.
Please fix this at last, I have seen at least 3 bug reports that claimed to fix 
this thing, but none of them pulled the new list from IANA.
Missing service examples:
dhcpv6-client   546/tcpDHCPv6 Client
dhcpv6-client   546/udpDHCPv6 Client
dhcpv6-server   547/tcpDHCPv6 Server
dhcpv6-server   547/udpDHCPv6 Server
#  Jim Bound boundzk3.dec.com
afpovertcp  548/tcpAFP over TCP
afpovertcp  548/udpAFP over TCP
#  Leland Wallace randallapple.com
idfp549/tcpIDFP
idfp549/udpIDFP

Source:
http://www.iana.org/assignments/port-numbers


-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

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

Versions of packages netbase depends on:
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip

Versions of packages netbase recommends:
ii  ifupdown  0.6.8+nmu1 high level tools to configure netw

netbase 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#536071: logcheck-database: add exlusion rules for IPv6 in bind9

2009-07-07 Thread Radek Antoniuk
Package: logcheck-database
Version: 1.2.69
Severity: wishlist


Jul  7 12:54:12 frodo named[12633]: network unreachable resolving 
'www.kurshtml.boo.pl/A/IN': 2001:678:4::2#53
Jul  7 12:54:12 frodo named[12633]: network unreachable resolving 
'validator.w3.org/A/IN': 2001:500:e::1#53
Jul  7 12:54:12 frodo named[12633]: network unreachable resolving 
'validator.w3.org/A/IN': 2001:500:c::1#53
Jul  7 12:54:12 frodo named[12633]: connection refused resolving 
'xklonos.cal.pl/A/IN': 87.98.162.72#53

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

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

-- 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#535976: logcheck-database: Please add rules for apcupsd

2009-07-06 Thread Radek Antoniuk
Package: logcheck-database
Version: 1.2.69
Severity: normal


Jul  6 16:00:25 frodo apcupsd[5743]: UPS Self Test switch to battery.
Jul  6 16:00:33 frodo apcupsd[5743]: UPS Self Test completed: Battery OK

and if you wish 
daemon.log:Jul  5 15:03:09 frodo apcupsd[5743]: Power failure.
daemon.log:Jul  5 15:03:15 frodo apcupsd[5743]: Running on UPS batteries.
daemon.log:Jul  5 15:03:20 frodo apcupsd[5743]: Mains returned. No longer on 
UPS batteries.
daemon.log:Jul  5 15:03:20 frodo apcupsd[5743]: Power is back. UPS running on 
mains.

because this is notified via a separate email.


-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

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

-- 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#532648: provide subversion 1.6 in testing

2009-06-10 Thread Radek Antoniuk
Package: subversion
Version: 1.5.1dfsg1-2
Severity: wishlist


Please provide subversion 1.6 in testing release because the client and format 
has been changed between 1.5 and 1.6 and this causes a lot of problems 
with mixed newer clients accessing older repository.

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

Kernel: Linux 2.6.26-1-xen-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages subversion depends on:
ii  libapr1  1.2.12-5The Apache Portable Runtime Librar
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libsasl2-2   2.1.22.dfsg1-23 Cyrus SASL - authentication abstra
ii  libsvn1  1.5.1dfsg1-2Shared libraries used by Subversio

subversion recommends no packages.

Versions of packages subversion suggests:
pn  db4.6-utilnone (no description available)
ii  patch 2.5.9-5Apply a diff file to an original
pn  subversion-tools  none (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#515260: [Pkg-nagios-devel] Bug#515260: nagios3-common: cannot install; returned exit1

2009-02-15 Thread Radek
For a simple reason: I uninstalled nagios\* packages.
Then it failed for the other bug (in prerm script).
And then i had to manually create this file and forcibly remove the package.





On Sun, Feb 15, 2009 at 1:12 PM, Alexander Wirt formo...@debian.org wrote:
 warden schrieb am Sunday, den 15. February 2009:

 Package: nagios3-common
 Version: 3.0.6-3
 Severity: grave
 Justification: renders package unusable



 Setting up nagios3-common (3.0.6-3) ...
 Adding system-user for nagios
 *** WARNING: ucf was run from a maintainer script that uses debconf, but
  the script did not pass --debconf-ok to ucf. The maintainer
  script should be fixed to not stop debconf before calling ucf,
  and pass it this parameter. For now, ucf will revert to using
  old-style, non-debconf prompting. Ugh!

  Please inform the package maintainer about this problem.
 Not replacing deleted config file /etc/nagios3/apache2.conf
 ^

 why did you removed that config?

 Without it it won't start.

 Alex





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



Bug#514409: xkb-data does not support cz_qwerty anymore

2009-02-08 Thread Radek Burget
It seems that the separate layout has been replaced by a variant, which is 
more logical. The right configuration is:

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc104
Option  XkbLayout us,cz
Option  XkbVariant ,qwerty
Option  XkbOptionsgrp:shift_toggle,grp_led:scroll
EndSection

(note the comma in the variant specification)



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



Bug#503029: problem recognized

2008-12-26 Thread Radek Warowny
 There have been no related changes to the analog joystick driver up
 to 2.6.28. Could you report this at http://bugzilla.kernel.org and
 send the bug number to this bug?

I have registered the bug at the http://bugzilla.kernel.org, the bug
number is 10739.

Regards



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



Bug#506205: manpages-pl: Incomplete description of s - sticky attribute in Polish

2008-11-19 Thread Radek Warowny
Package: manpages-pl
Version: 20060617-1
Severity: normal
Tags: patch l10n

*** Please type your report below this line ***

Description of sticky attribute in chmod manual is missing information
about user permission - it only mentions group permission in polish
translation.

English version:
set user or group ID on execution (s)

Current Polish version:
ustawienia  ID grupy podczas wywołania (s)

Should be Polish version:
ustawienia ID użytkownika lub grupy podczas wywołania (s)

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
--- man1/chmod.1.org	2008-11-19 11:34:10.0 +0100
+++ man1/chmod.1	2008-11-19 11:36:02.0 +0100
@@ -73,7 +73,7 @@
 Litery `rwxXstugo' wybieraj± nowe prawa dla u¿ytkowników: odczytu (read)
 (r), zapisu (write) (w), wykonania (eXecute) (lub dostêpu do katalogu) (x),
 wykonania tylko je¶li plik jest katalogiem, lub ju¿ ma prawa wykonania dla
-danego u¿ytkownika (X), ustawienia ID grupy podczas wywo³ania (s),
+danego u¿ytkownika (X), ustawienia ID u¿ytkownika lub grupy podczas wywo³ania (s),
 zachowania tekstu programu na urz±dzeniu wymiany (t), prawa które posiada
 w³a¶ciciel pliku (u), prawa innego u¿ytkownika z grupy posiadaj±cej plik
 (g), prawa innych u¿ytkowników (o).


Bug#505262: Time missmatch in remind in calendar after synchronisation PDA with evolution

2008-11-11 Thread Radek Valášek
Package: synce
Version: 0.11.1-1

Package: opensync
Version: 0.2-22

Package: evolution
Version: 2.22.3.1-11

When i create any remind in calendar in my PDA (Pocket LOOX n500) and
try to synchronize it with PC then I get in evolution in calendar this
new remind with higher time about 1 hour. But if I create new remind
in calendar in evolution and synchronize it then I get in PDA this new
remind with right time. What is wrong?


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=cs_CZ.UTF-8, LC_TYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Radek Valášek




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



Bug#469052: Perhaps unable to build any package depending on libGL.so.1 when fglrx-glx installed

2008-11-08 Thread Radek Warowny
I faced this bug while trying to recompile gnome-screensaver package
with dpkg-buildpackage command after apt-get source gnome-screensaver.
The package compiled but failed to generate package file. I don't
understand why you want to uninstall fglrx-glx package since it seems
to have nothing to do with compiling packages (this is not a
development package). This bug perheps prevents from building any
package that depends on libGL.so.1 library for users that have
fglrx-glx package installed. Is it really intended ? Maybe it is
possible to find some better solution.

Regards
Radek



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



Bug#503029: problem recognized

2008-10-25 Thread Radek Warowny
I have recognized the problem I think. The issue occurs when you have
cpu frequency scaling function activated. It appears when CPU was set
to different frequency while inserting analog driver and different
while reading joystick data (for example running a game).

I think the problem is located in analog kernel driver and is related
to usage of rdtscl() function to read time (in GET_TIME macro). This
function returns number of clock ticks, not real time. So when cpu
frequency changes the same difference (delta) of two reads is not the
same difference of time (one clock lasts different time period).  When
 the analog driver is loaded it computes some timing data that is used
further while reading joystick state. When CPU frequency change
occures it compares that timing data values with new timing reads
which are differently scaled.

A workaround (until the issue will be fixed) is to unload analog
driver, set you CPU do fixed frequency, load the driver again an run
you game.

Regards
Radek



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



Bug#479880: evolution: sent mail content contains garbage sometimes

2008-10-23 Thread Radek Warowny
 Does the garbage appear for all recipients or only for some of them?

I think it appears for all recipients, till I could ask only few of them. Most
of users use MS Outlook client, but when attached to recipients non-exchange
e-mail address (some external, web based e-mail account), it also gets garbage.

 Another possibility is that your Exchange server has an unusual
 configuration, that includes e.g. a limitation on the number of
 recipients, that the evolution-exchange transport does not handle
 correctly.

Unfortunately I have no way to check configuration of the Exchange server.

  * This is not reproducible with all Exchange servers. I'm using it
daily, often sending mails with lots of recipients, and never
encountered this issue.

I was not able to reproduce this with any test messeges too, the issue shows
 sometimes while normal use, unfortunatelly. This is repeateable just for
the same set of receipients and maybe e-mail contents.

Do you use any non-english characters in your e-mail body or recipients names ?
This issue seems  to be related to national character encoding.

Is it normal that recipients names are encoded with UTF-8
regardless you set ISO-8859-2 in your preferences (only e-mail body is
ISO-8859-2 encoded) ?

Regards
Radek



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



Bug#503029: False joystick events while high cpu load

2008-10-21 Thread Radek
Package: linux-image-2.6.26-1-amd64
Version: 2.6.26-8
Severity: important

*** Please type your report below this line ***

While high cpu load there are false joystick input events like moving
joystick to it's down-right position. Here is how to reproduce:

1. run:

jstest /dev/input/js0

you see it's output like this:

Axes:  0: 0  1: 0 Buttons:  0:off  1:off  2:off  3:off  4:off
5:off

2. in another terminal run something that increses your cpu load, for
example:

while true; do true; done

(if you run graphical session you can just also try to move your window
fast left and right to increase cpu load, instead).

3. Look at the output of jstest, you see:

Axes:  0: 32767  1: 32767 Buttons:  0:off  1:off  2:off  3:off  4:off
5:off

When you break above intensive loop (or stop moving window), jstest output
is normal again.

The effect of this issue is you are unable to use joystick in most
games, of course. The same issue is on current Ubuntu 8.04 amd64
distibution.

Joystick related modules used: emu10k1_gp, analog (with map=gamepad
option).

Radek Warowny

-- Package-specific info:
** Version:
Linux version 2.6.26-1-amd64 (Debian 2.6.26-8) ([EMAIL PROTECTED]) (gcc
version 4.1.3 20080623 (prerelease) (Debian 4.1.2-23)) #1 SMP Thu Oct
9 14:16:53 UTC 2008

** Command line:
root=/dev/mapper/vg1-lvroot ro rootflags=data=writeback

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

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

Versions of packages linux-image-2.6.26-1-amd64 depends on:
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.92j  tools for generating an initramfs
ii  module-init-tools 3.4-1  tools for managing Linux kernel mo

linux-image-2.6.26-1-amd64 recommends no packages.

Versions of packages linux-image-2.6.26-1-amd64 suggests:
ii  grub  0.97-47GRand Unified Bootloader (Legacy v
pn  linux-doc-2.6.26  none (no description available)



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



Bug#494476: gcompris: misspelling in description of The football game in Polish

2008-08-09 Thread Radek
Subject: gcompris: Misspelling in description of The Football Game in Polish
Package: gcompris
Version: 8.2.2-1
Severity: minor
Tags: l10n

*** Please type your report below this line ***

Polish description of the football game is szczel bramkę - this is
misspelled form. It should be strzel bramkę.
(english version of the description: kick the ball into the goal)

Radek Warowny

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24-etchnhalf.1-amd64
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)


Bug#484097: munin-node: package should require or suggest libwww-perl libxml-simple-perl

2008-06-02 Thread Radek Antoniuk
Package: munin-node
Version: 1.2.5-2
Severity: minor


Tomcat scripts require libwww-perl libxml-simple-perl to run properly.
The package should require or at least suggest both of them.

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

Kernel: Linux 2.6.18-6-xen-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages munin-node depends on:
ii  adduser   3.107  add and remove users and groups
ii  libnet-server-perl0.97-1 An extensible, general perl server
ii  lsb-base  3.2-11 Linux Standard Base 3.2 init scrip
ii  perl  5.10.0-10  Larry Wall's Practical Extraction 
ii  procps1:3.2.7-8  /proc file system utilities

Versions of packages munin-node recommends:
ii  libnet-snmp-perl  5.2.0-1Script SNMP connections

-- debconf-show failed



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



Bug#265465: Jessica Alba naked and wet

2008-03-21 Thread Radek wolak

Take her in 100 different positions, everything is possible when you are 9 
inches long.

http://www.punnotres.com/
Affordable, permanant and effective results.



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



Bug#296275: My rocking erection smitten her

2008-03-21 Thread Radek Strom

Don’t disappoint her when she sees how small you are- fix that today.

http://www.wanaturo.com/
I peeked at my neighbor’s daughter



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



Bug#432110: Way how to reproduce this bug

2008-03-02 Thread Radek Mrkva Pilar
Finally, I've managed how to reproduce this bug for me:
1. In Kpersonalizer, enable effect Popup windows on panel or something like 
that (I'm using Czech version, so I can't tell you exactly).
2. Launch application, which uses 2D accleration (XMoto) in windowed mode
3. Move xmoto window to place, where it'll be covered by popup window from 
panel.
4. And finally, move your cursor above any app in the panel, so the popup 
window will be displayed over the xmoto window
5. Now, it should hang...
Hope it helps somebody.
-- 
Radek Mrkva Pilar



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



Bug#432110: i915: x server lockups

2008-03-01 Thread Radek Mrkva Pilar
This bug occurs even in unstable (xserver-xorg-video-intel version 2:2.2.1-1).
Mine graphics card is Intel GM965. The only change is, that screen doesn't 
turn black with cursor, but simple freezes. This happens mostly (but not 
only) when using 2D graphics acceleration (playing xmoto for example).
Here is my output from kdm.log, hope it helps:

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20080131-1)
Current Operating System: Linux Rimmer 2.6.24.2 #11 SMP PREEMPT Fri Feb 22 
20:51
:26 CET 2008 i686
Build Date: 01 February 2008  03:49:13AM

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Fri Feb 29 08:18:30 2008
(==) Using config file: /etc/X11/xorg.conf
(II) Module ddc already built-in
(EE) Failed to load module type1 (module does not exist, 0)
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(II) Module ddc already built-in
(II) Module i2c already built-in
(II) Module ramdac already built-in
expected keysym, got XF86KbdLightOnOff: line 70 of pc
expected keysym, got XF86KbdBrightnessDown: line 71 of pc
expected keysym, got XF86KbdBrightnessUp: line 72 of pc
Synaptics Touchpad The /dev/input/event* device nodes seem to be missing
Query no Synaptics: 6003C8
(EE) Synaptics Touchpad no synaptics touchpad detected and no repeater device
(EE) Synaptics Touchpad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device Synaptics Touchpad
expected keysym, got XF86KbdLightOnOff: line 70 of pc
expected keysym, got XF86KbdBrightnessDown: line 71 of pc
expected keysym, got XF86KbdBrightnessUp: line 72 of pc
The XKEYBOARD keymap compiler (xkbcomp) reports:
 Warning:  Type ONE_LEVEL has 1 levels, but RALT has 2 symbols
   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server

(I've striped out many lines like this: I believe, there are irelevant to this 
bug)
SetClientVersion: 0 9
SetGrabKeysState - disabled
SetGrabKeysState - enabled
expected keysym, got XF86KbdLightOnOff: line 70 of pc


Error in I830WaitLpRing(), timeout for 2 seconds
pgetbl_ctl: 0x5ff80001 pgetbl_err: 0x10
ipeir: 0 iphdr: 0
LP ring tail: 18658 head: 18500 len: 1f001 start 0
Err ID (eir): 0 Err Status (esr): 11 Err Mask (emr): ffdf
instdone: ffe5fafd instdone_1: f
instpm: 10
memmode: 0 instps: 4001e020
HW Status mask (hwstam): fff8dffe
IRQ enable (ier): a2 imr: fff8 iir: 10
acthd: 1000 dma_fadd_p: 1080
ecoskpd: 307 excc: 0
cache_mode: 6800/180
mi_arb_state: 44
IA_VERTICES_COUNT_QW 0/0
IA_PRIMITIVES_COUNT_QW 0/0
VS_INVOCATION_COUNT_QW 0/0
GS_INVOCATION_COUNT_QW 0/0
GS_PRIMITIVES_COUNT_QW 0/0
CL_INVOCATION_COUNT_QW 0/0
CL_PRIMITIVES_COUNT_QW 1/0
PS_INVOCATION_COUNT_QW 36/0
PS_DEPTH_COUNT_QW c79ffd5d/0
WIZ_CTL 0
TS_CTL 0  TS_DEBUG_DATA fffd729e
TD_CTL 0 / 0
space: 130720 wanted 131064

Fatal server error:
lockup


Backtrace:
0: /usr/bin/X(xf86SigHandler+0x7e) [0x80c675e]
1: [0xb7f55420]
2: /usr/bin/X(XkbRemoveResourceClient+0xc1) [0x818dbc1]
3: /usr/bin/X [0x8085662]
4: /usr/bin/X(CloseDownDevices+0x29) [0x80858c9]
5: /usr/bin/X(AbortServer+0x23) [0x81bae93]
6: /usr/bin/X(FatalError+0x66) [0x81bb416]
7: /usr/lib/xorg/modules/drivers//intel_drv.so(I830WaitLpRing+0x17c) 
[0xb7ad1abc]
8: /usr/lib/xorg/modules/drivers//intel_drv.so(I830Sync+0x10d) [0xb7ad1d2d]
9: /usr/lib/xorg/modules/drivers//intel_drv.so [0xb7af149a]
10: /usr/lib/xorg/modules//libexa.so(exaWaitSync+0x52) [0xb7975762]
11: /usr/lib/xorg/modules//libexa.so(exaPrepareAccess+0x62) [0xb79760f2]
12: /usr/lib/xorg/modules//libexa.so(ExaCheckPutImage+0x35) [0xb797e535]
13: /usr/lib/xorg/modules//libexa.so [0xb79773d9]
14: /usr/bin/X [0x816f5f1]
15: /usr/bin/X [0x81422a6]
16: /usr/bin/X [0x8143414]
17: /usr/bin/X [0x8144134]
18: /usr/bin/X [0x814d86e]
19: /usr/bin/X(Dispatch+0x2bf) [0x808d1ef]
20: /usr/bin/X(main+0x48b) [0x807470b]
21: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7cd3450]
22: /usr/bin/X(FontFileCompleteXLFD+0x205) [0x8073a81]

FatalError re-entered, aborting
Caught signal 11.  Server aborting

-- 
Radek Mrkva Pilar



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



Bug#438678: cfs: blowfish support is broken

2007-08-18 Thread Radek Slaby
Package: cfs
Version: 1.4.1-18
Severity: important

After upgrade to version 1.4.1-18 i was no longer able to mount
blowfish-encrypted directories (cattach failed with 'bad passphrase' error,
although the passphrase was definitely correct, as it was supplied by a
script).

I examined the source and noticed that some blowfish-related parts of the
code are #ifdef-ed out in this version and these disabled parts are slightly 
altered to use some
other undefined functions (macros?). I'm not sure whether this is intended
or is an unwanted byproduct of some refactoring.

I managed to put together a working local version by reverting part of the 
debian
patches (likely breaking the 64bit type compatibility in the process, so the
patch is probably unusable outside of my system).

Although the problem is mostly solved for me now, there might be other
people out there that are unable to recover their data.
I'd be happy if some future version of cfs has blowfish working again. 

Thanks.


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22shodan1 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages cfs depends on:
ii  libc6 2.6-2  GNU C Library: Shared libraries
ii  nfs-kernel-server 1:1.1.1~git-20070709-1 support for NFS kernel server

cfs recommends no packages.

-- no debconf information


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



Bug#425695: linux-image-2.6.18-4-xen-686: machine stops responding on P III Xeon 3GHz

2007-05-23 Thread Radek Antoniuk
Package: linux-image-2.6.18-4-xen-686
Version: 2.6.18.dfsg.1-12
Severity: critical
Justification: breaks the whole system


[ cut here ]
kernel BUG at drivers/xen/core/evtchn.c:481!
invalid opcode:  [#1]
SMP
Modules linked in: xt_physdev bridge netloop iptable_filter ip_tables x_tables 
ipv6 ide_disk psmouse i2c_i801 serio_raw parport_pc parport i2c_core 
serial_core e7xxx_edac edac_mc rtc floppy pcspkr shpchp pci_hotplug evdev sg 
ext3 jbd mbcache dm_mirror dm_snapshot dm_mod sd_mod ide_cd cdrom uhci_hcd 
e1000 megaraid_mbox megaraid_mm aic79xx scsi_transport_spi scsi_mod piix 
generic ide_core usbcore thermal processor fan
CPU:1
EIP:0061:[c020c13a]Not tainted VLI
EFLAGS: 00010046   (2.6.18-4-xen-686 #1)
EIP is at retrigger+0x1f/0x35
eax:    ebx: 0208   ecx: 0036   edx: f55f6000
esi: c0318920   edi: 011d   ebp:    esp: c039feb0
ds: 007b   es: 007b   ss: 0069
Process xenwatch (pid: 17, ti=c039e000 task=c0ea7550 task.ti=c039e000)
Stack: c013b259 c0318920 011d c0318948 c013afaf ecf912c0  
   ecf912c0 c02170e0  c02174c0 c021064f 0010  020c
   020b   ecb20576 c02e67a4 ee4be000  0002
Call Trace:
 [c013b259] check_irq_resend+0x41/0x48
 [c013afaf] enable_irq+0x72/0x87
 [c02170e0] __netif_up+0xb/0x13
 [c02174c0] netif_map+0x247/0x26f
 [c021064f] xs_talkv+0xe3/0x128
 [c0210998] xenbus_read+0x34/0x3b
 [c0210d5a] xenbus_scanf+0x18/0x4d
 [c0216b51] frontend_changed+0x29f/0x4a8
 [c0211d38] otherend_changed+0x74/0x79
 [c02104d2] xenwatch_handle_callback+0x12/0x44
 [c0210f17] xenwatch_thread+0x105/0x11b
 [c012b6e5] autoremove_wake_function+0x0/0x2d
 [c0210e12] xenwatch_thread+0x0/0x11b
 [c012b619] kthread+0xc0/0xeb
 [c012b559] kthread+0x0/0xeb
 [c010293d] kernel_thread_helper+0x5/0xb
Code: ee 85 f6 75 96 58 5a 5b 5e 5f 5d c3 0f b7 0c 85 40 b8 37 c0 8b 15 84 19 
2d c0 85 c9 74 1d 0f a3 8a 80 08 00 00 19 c0 85 c0 75 08 0f 0b e1 01 b2 1a 2b 
c0 f0 0f ab 8a 00 08 00 00 b8 01 00 00 00
EIP: [c020c13a] retrigger+0x1f/0x35 SS:ESP 0069:c039feb0


P III Xeon.
3GB RAM


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-xen-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages linux-image-2.6.18-4-xen-686 depends on:
ii  initramfs-tools 0.85ftools for generating an initramfs
ii  linux-modules-2.6.18-4- 2.6.18.dfsg.1-12 Linux 2.6.18 modules on i686

Versions of packages linux-image-2.6.18-4-xen-686 recommends:
ii  libc6-xen 2.5-7  GNU C Library: Shared libraries [X

-- no debconf information


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



Bug#425703: linux-image-2.6.18-4-xen-686: xen kernel oopses on removing the netloop module

2007-05-23 Thread Radek Antoniuk
Package: linux-image-2.6.18-4-xen-686
Version: 2.6.18.dfsg.1-12
Severity: critical
Justification: breaks the whole system


On a running xen machine, I tried the command:
rmmod netloop.
This is an obvious issue that I should not do that, however this module should 
not be unloaded.
Result:
kernel panic and restart of machine.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-xen-686 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-image-2.6.18-4-xen-686 depends on:
ii  initramfs-tools 0.87btools for generating an initramfs
ii  linux-modules-2.6.18-4- 2.6.18.dfsg.1-12 Linux 2.6.18 modules on i686

Versions of packages linux-image-2.6.18-4-xen-686 recommends:
ii  libc6-xen 2.5-7  GNU C Library: Shared libraries [X

-- no debconf information


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



Bug#411976: closed by Bart Martens [EMAIL PROTECTED] (libxml-simple-perl: wrongly parsed arguments in XML)

2007-04-25 Thread Radek Antoniuk

Hi!

Please compare:
From man XML::Simple:

config logdir=/var/log/foo/ debugfile=/tmp/foo.debug
  server name=sahara osname=solaris osversion=2.6
address10.0.0.101/address
address10.0.1.101/address
  /server
  server name=gobi osname=irix osversion=6.5
address10.0.0.102/address
  /server
  server name=kalahari osname=linux osversion=2.0.34
address10.0.0.103/address
address10.0.1.103/address
  /server
/config


that is parsed to several {server}-{kalahari} , {server}-{gobi} and so on...

And my XML, (posted earlier-above),that is parsed into:
   },
'name' = 'http-8080',
'threadInfo' = {
'currentThreadCount' = '25',
'minSpareThreads' = '25',
'maxThreads' = '150',
'maxSpareThreads' = '75',
'currentThreadsBusy' = '2'
  }
  },

instead of:
'http-8080' ={
 'threadInfo' = {
'currentThreadCount' = '25',
'minSpareThreads' = '25',
'maxThreads' = '150',
'maxSpareThreads' = '75',
'currentThreadsBusy' = '2'
  }
  },

Or maybe I did misunderstood the example?


Cheers,
Radek







2007/4/24, Debian Bug Tracking System [EMAIL PROTECTED]:

This is an automatic notification regarding your Bug report
#411976: libxml-simple-perl: wrongly parsed arguments in XML,
which was filed against the libxml-simple-perl package.

It has been closed by Bart Martens [EMAIL PROTECTED].

Their explanation is attached below.  If this explanation is
unsatisfactory and you have not received a better one in a separate
message then please contact Bart Martens [EMAIL PROTECTED] by replying
to this email.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



-- Wiadomość oryginalna --
From: Bart Martens [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Tue, 24 Apr 2007 19:53:31 +0200
Subject: libxml-simple-perl: wrongly parsed arguments in XML
Hi Radek,

I'm closing this bug now.  Feel free to reopen and explain why.
Regards,

Bart Martens







--
Radosław Antoniuk
Pixel Technology Network Department
+48 42 637 39 73
+48 502 273 393


Bug#214257: Economy

2007-04-03 Thread Radek Sodergren
TnWriter bboys Current Topics
http://img444.imageshack.us/img444/7417/w1uk1.jpg
was film directed Sanford



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



Bug#43204: Networking Services Photo

2007-04-03 Thread Radek fenili
ictivation sieymens siemayns siemins plon siemebs
http://img444.imageshack.us/my.php?image=gflcgv6.jpg
browsing Sierra LAN adapter



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



Bug#411976: libxml-simple-perl: wrongly parsed arguments in XML

2007-02-22 Thread Radek Antoniuk
Package: libxml-simple-perl
Version: 2.14-5
Severity: normal


XML::Simple wrongly parses the following XML structure, showing connector-name 
as a separate key in hash table:
?xml version=1.0 encoding=utf-8??xml-stylesheet type=text/xsl 
href=/manager/xform.xsl ?statusjvmmemory free='448872056' 
total='518586368' max='15712'//jvmconnector 
name=http-8080threadInfo  maxThreads=150 minSpareThreads=25 
maxSpareThreads=75 currentThreadCount=25 currentThreadsBusy=2 
/requestInfo  maxTime=46724 processingTime=287994 requestCount=1075 
errorCount=80 bytesReceived=132835 bytesSent=4635846 /workersworker  
stage=R requestProcessingTime=0 requestBytesSent=0 
requestBytesRecieved=0 remoteAddr=#63; virtualHost=#63; method=#63; 
currentUri=#63; currentQueryString=#63; protocol=#63; /worker  
stage=S requestProcessingTime=2 requestBytesSent=0 
requestBytesReceived=0 remoteAddr=127.0.0.1 virtualHost=localhost 
method=GET currentUri=/manager/status currentQueryString=XML=true 
protocol=HTTP/1.1 /worker  stage=R requestProcessingTime=0 
requestBytesSent=0 requestBytesRecieved=0 remoteAddr=#63; 
virtualHost=#63; method=#63; currentUri=#63; 
currentQueryString=#63; protocol=#63; /worker  stage=R 
requestProcessingTime=0 requestBytesSent=0 requestBytesRecieved=0 
remoteAddr=#63; virtualHost=#63; method=#63; currentUri=#63; 
currentQueryString=#63; protocol=#63; //workers/connector/status

the wrong part of the Dumper():
   'name' = 'http-8080',
'threadInfo' = {
 'currentThreadCount' = '25',
  'minSpareThreads' = '25',
   'maxThreads' = '150',
'maxSpareThreads' = '75',
 'currentThreadsBusy' = '2'
}

Name's value should be subkey of connector.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages libxml-simple-perl depends on:
ii  libxml-libxml-perl1.59-2 Perl module for using the GNOME li
ii  libxml-namespacesupport-perl  1.09-2 Perl module for supporting simple 
ii  libxml-sax-perl   0.12-5 Perl module for using and building
ii  perl  5.8.8-6.1  Larry Wall's Practical Extraction 

libxml-simple-perl recommends no packages.

-- no debconf information


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



Bug#410807: linux-image-2.6.18-4-xen-686: kernel panic on XEON P III XEN /xen/core/evtchn.c

2007-02-15 Thread Radek Antoniuk

severity 410807 ciritcal

I still reckon 'being unable to do anything on the machine' as a critical bug.
Thanks.


Radek


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



Bug#410806: linux-image-2.6.18-4-xen-686: kernel panic on XEN P III Xeon

2007-02-13 Thread Radek Antoniuk
Package: linux-image-2.6.18-4-xen-686
Version: 2.6.18.dfsg.1-10
Severity: critical
Justification: breaks the whole system

Feb 13 14:16:20 esx2 kernel: audit(1171372541.586:27): dev=vif13.0 prom=256 
old_prom=0 auid=4294967295
Feb 13 14:16:20 esx2 kernel: ADDRCONF(NETDEV_UP): vif13.0: link is not ready
Feb 13 14:16:22 esx2 kernel: [ cut here ]
Feb 13 14:16:22 esx2 kernel: kernel BUG at mm/memory.c:2239!
Feb 13 14:16:22 esx2 kernel: invalid opcode:  [#1]
Feb 13 14:16:22 esx2 kernel: SMP
Feb 13 14:16:22 esx2 kernel: Modules linked in: ip_conntrack nfnetlink x25 
appletalk ipx p8023 rose netrom ax25 xt_physdev ip
table_filter ip_tables x_tables bridge netloop ipv6 dm_snapshot dm_mirror 
dm_mod ide_disk tsdev psmouse i2c_i801 serio_raw fl
oppy e752x_edac edac_mc i2c_core pcspkr evdev serial_core shpchp pci_hotplug 
rtc sg ext3 jbd mbcache ide_cd sd_mod cdrom piix
 generic megaraid_mbox scsi_mod megaraid_mm ehci_hcd e1000 ide_core uhci_hcd 
usbcore thermal processor fan
Feb 13 14:16:22 esx2 kernel: CPU:2
Feb 13 14:16:22 esx2 kernel: EIP:0061:[c01482a8]Not tainted VLI
Feb 13 14:16:22 esx2 kernel: EFLAGS: 00210202   (2.6.18-4-xen-686 #1)
Feb 13 14:16:22 esx2 kernel: EIP is at __handle_mm_fault+0x5ea/0xfa3
Feb 13 14:16:22 esx2 kernel: eax: c02e5cb4   ebx:    ecx:    
edx: 0c78
Feb 13 14:16:22 esx2 kernel: esi: c0332e8c   edi: c0332e8c   ebp:    
esp: c9d91d40
Feb 13 14:16:22 esx2 kernel: ds: 007b   es: 007b   ss: 0069
Feb 13 14:16:22 esx2 kernel: Process xc_save (pid: 24083, ti=c9d9 
task=e2196aa0 task.ti=c9d9)
Feb 13 14:16:22 esx2 kernel: Stack: c0f804c4 c01666ac b7f8f000 c0332e8c 
c9eade40   
Feb 13 14:16:22 esx2 kernel:   c089adf8 
c0743c78 0013 000a c0b2f768
Feb 13 14:16:22 esx2 kernel:000a c013c3ca  0c78 
c011315c 0001 001f 8000
Feb 13 14:16:22 esx2 kernel: Call Trace:
Feb 13 14:16:22 esx2 kernel:  [c01666ac] __link_path_walk+0xbe4/0xd1d
Feb 13 14:16:22 esx2 kernel:  [c0332e8c] init_bio+0x9/0xd3
Feb 13 14:16:22 esx2 kernel:  [c013c3ca] find_get_page+0x37/0x3c
Feb 13 14:16:22 esx2 kernel:  [c011315c] __kmap_atomic+0xe7/0x150
Feb 13 14:16:22 esx2 kernel:  [c01131f1] kmap_atomic+0x11/0x14
Feb 13 14:16:22 esx2 kernel:  [c016cf84] dput+0x1a/0x11b
Feb 13 14:16:22 esx2 kernel:  [c013c3ca] find_get_page+0x37/0x3c
Feb 13 14:16:22 esx2 kernel:  [c013e996] filemap_nopage+0x19c/0x312
Feb 13 14:16:22 esx2 kernel:  [c01bb316] __put_user_4+0x12/0x18
Feb 13 14:16:22 esx2 kernel:  [c0332e8c] init_bio+0x9/0xd3
Feb 13 14:16:22 esx2 kernel:  [c011194d] do_page_fault+0x6af/0xb76
Feb 13 14:16:22 esx2 kernel:  [c013ffa2] free_hot_cold_page+0xc1/0x126
Feb 13 14:16:22 esx2 kernel:  [c011129e] do_page_fault+0x0/0xb76
Feb 13 14:16:22 esx2 kernel:  [c0104a0f] error_code+0x2b/0x30
Feb 13 14:16:22 esx2 kernel:  [c01bb265] __get_user_4+0x11/0x17
Feb 13 14:16:22 esx2 kernel:  [c020f849] privcmd_ioctl+0x2e6/0x36d
Feb 13 14:16:22 esx2 kernel:  [c01444a0] vma_prio_tree_insert+0x17/0x2a
Feb 13 14:16:22 esx2 kernel:  [c014c369] vma_link+0xa2/0xbe
Feb 13 14:16:22 esx2 kernel:  [c0168683] do_ioctl+0x47/0x5d
Feb 13 14:16:22 esx2 kernel:  [c01688e3] vfs_ioctl+0x24a/0x25c
Feb 13 14:16:22 esx2 kernel:  [c016893d] sys_ioctl+0x48/0x5f
Feb 13 14:16:22 esx2 kernel:  [c0104883] syscall_call+0x7/0xb
Feb 13 14:16:22 esx2 kernel: Code: b0 01 8b 74 24 48 86 06 e9 73 09 00 00 89 e8 
e8 13 a0 ff ff eb ea 8b 7c 24 0c c7 84 24 e4
00 00 00 02 00 00 00 f6 47 19 04 74 08 0f 0b bf 08 4c 19 2a c0 8b 54 24 0c 8b 
42 4c 85 c0 75 12 c7 44
Feb 13 14:16:22 esx2 kernel: EIP: [c01482a8] __handle_mm_fault+0x5ea/0xfa3 
SS:ESP 0069:c9d91d40
Feb 13 14:16:24 esx2 kernel:  6ADDRCONF(NETDEV_CHANGE): vif13.0: link becomes 
ready
Feb 13 14:16:24 esx2 kernel: xenbr0: port 3(vif13.0) entering learning state
Feb 13 14:16:24 esx2 kernel: xenbr0: topology change detected, propagating
Feb 13 14:16:24 esx2 kernel: xenbr0: port 3(vif13.0) entering forwarding state
Feb 13 14:16:32 esx2 kernel: xenbr1: port 4(vif6.0) entering disabled state
Feb 13 14:16:32 esx2 kernel: device vif6.0 left promiscuous mode
Feb 13 14:16:32 esx2 kernel: audit(1171372592.989:28): dev=vif6.0 prom=0 
old_prom=256 auid=4294967295
Feb 13 14:16:32 esx2 kernel: xenbr1: port 4(vif6.0) entering disabled state
Feb 13 14:16:42 esx2 kernel: xenbr1: port 5(vif7.0) entering disabled state
Feb 13 14:16:42 esx2 kernel: device vif7.0 left promiscuous mode
Feb 13 14:16:42 esx2 kernel: audit(1171372602.302:29): dev=vif7.0 prom=0 
old_prom=256 auid=4294967295
Feb 13 14:16:42 esx2 kernel: xenbr1: port 5(vif7.0) entering disabled state



-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-xen-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages linux-image-2.6.18-4-xen-686 depends on:
ii  initramfs-tools  

Bug#410807: linux-image-2.6.18-4-xen-686: kernel panic on XEON P III XEN /xen/core/evtchn.c

2007-02-13 Thread Radek Antoniuk
Package: linux-image-2.6.18-4-xen-686
Version: 2.6.18.dfsg.1-10
Severity: critical
Justification: breaks the whole system



esx kernel: [ cut here ]
 esx kernel: kernel BUG at drivers/xen/core/evtchn.c:481!
 esx kernel: invalid opcode:  [#1]
 esx kernel: SMP
 esx kernel: CPU:1
 esx kernel: EIP is at retrigger+0x1f/0x35
 esx kernel: eax:    ebx: 0208   ecx: 0049   edx: f55f6000
 esx kernel: esi: c0318c20   edi: 0129   ebp:    esp: c039feb0
 esx kernel: ds: 007b   es: 007b   ss: 0069
 esx kernel: Process xenwatch (pid: 17, ti=c039e000 task=c0ea3550 
task.ti=c039e000)
 esx kernel: Stack: c013b259 c0318c20 0129 c0318c48 c013afaf e4952ec0 
 
 esx kernel: e4952ec0 c02170d8  c02174b8 c0210647 0010  
020c
 esx kernel: 020b   e7d2d176 c02e67a4 ee566000  
0002
 esx kernel: Call Trace:
 esx kernel: Code: ee 85 f6 75 96 58 5a 5b 5e 5f 5d c3 0f b7 0c 85 40 b8 37 c0 
8b 15 84 19 2d c0 85 c9 74 1d 0f a3 8a 80 08 00 00 19 c0 85 c0 75 08 0f 0b e1 
01 a0 1a 2b c0 f0 0f ab 8a 00 08 00 00 b8 01 00 00 00
 esx kernel: EIP: [c020c132] retrigger+0x1f/0x35 SS:ESP 0069:c039feb0



-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-xen-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages linux-image-2.6.18-4-xen-686 depends on:
ii  initramfs-tools 0.85etools for generating an initramfs
ii  linux-modules-2.6.18-4- 2.6.18.dfsg.1-10 Linux 2.6.18 modules on i686

Versions of packages linux-image-2.6.18-4-xen-686 recommends:
ii  libc6-xen   2.3.6.ds1-11 GNU C Library: Shared libraries [X

-- debconf-show failed


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



Bug#385291: munin-node: df plugin should not include squashfs

2006-08-30 Thread Radek Antoniuk
Package: munin-node
Version: 1.2.4-1
Severity: normal

in the df plugin should be
df -T -P -l -x none -x unknown -x udf -x iso9660 -x romfs -x ramfs -x squashfs
because it generates false positives as squashfs is mainly used for mounting ro 
images.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.7
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages munin-node depends on:
ii  adduser  3.85Add and remove users and groups
ii  libnet-server-perl   0.90-1  An extensible, general perl server
ii  lsb-base 3.1-4   Linux Standard Base 3.1 init scrip
ii  perl 5.8.8-6 Larry Wall's Practical Extraction 
ii  procps   1:3.2.6-2.1 /proc file system utilities

Versions of packages munin-node recommends:
ii  libnet-snmp-perl  5.2.0-1Script SNMP connections

-- no debconf information


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



Bug#382947: munin: Munin hangs on double cron-job execution and generates 100% cpu load doing nothing

2006-08-14 Thread Radek Antoniuk
Package: munin
Version: 1.2.4-1
Severity: grave
Justification: renders package unusable


and of course sends ton of emails about it.

zz:~# ps aux | grep munin
munin 8769  0.0  0.0   6720  3296 ?Ss   11:40   0:00 /bin/sh -c if 
[ -x /usr/bin/munin-cron ]; then /usr/bin/munin-cron; fi
munin 8774  0.0  0.0   6720  3312 ?S11:40   0:00 /bin/sh 
/usr/bin/munin-cron
munin 8823  0.0  0.0   6720  1648 ?S11:40   0:00 /bin/sh 
/usr/bin/munin-cron
munin 8822  100  0.1  20336 15712 ?RN   11:40  11:03 /usr/bin/perl 
-w /usr/share/munin/munin-graph --cron
root  9166  0.0  0.0   4016  1760 pts/1S+   11:51   0:00 grep munin

and:
zz~# ls -l /proc/8822/fd/
razem 5
lr-x-- 1 munin munin 64 2006-08-14 11:45 0 - pipe:[1618978]
l-wx-- 1 munin munin 64 2006-08-14 11:45 1 - pipe:[1619363]
l-wx-- 1 munin munin 64 2006-08-14 11:45 2 - pipe:[1619363]
l-wx-- 1 munin munin 64 2006-08-14 11:45 3 - /var/log/munin/munin-graph.log
l-wx-- 1 munin munin 64 2006-08-14 11:45 4 - 
/var/lib/munin/munin-graph.stats.tmp

and:
zz~# strace -p 8822
Process 8822 attached - interrupt to quit
Process 8822 detached

zz:~# strace -p 8774
Process 8774 attached - interrupt to quit
wait4(-1,  unfinished ...
Process 8774 detached
zz:~# strace -p 8823
Process 8823 attached - interrupt to quit
read(0,  unfinished ...
Process 8823 detached
drogowskaz:~#


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.1
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages munin depends on:
ii  adduser   3.87   Add and remove users and groups
pn  libdigest-md5-perlnone (no description available)
ii  libhtml-template-perl 2.8-1  HTML::Template : A module for usin
ii  librrds-perl  1.2.11-0.5 Time-series data storage and displ
pn  libtime-hires-perlnone (no description available)
ii  perl [libstorable-perl]   5.8.8-4Larry Wall's Practical Extraction 
ii  perl-modules  5.8.8-4Core Perl modules
ii  rrdtool   1.2.11-0.5 Time-series data storage and displ

Versions of packages munin recommends:
ii  libdate-manip-perl5.44-2 a perl library for manipulating da
ii  munin-node1.2.4-1network-wide graphing framework (n

-- no debconf information


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



Bug#367463: ifconfig drops every virtual interface of the same sub-net instead of just the one you want

2006-05-17 Thread Radek Vokál
On Tue, 2006-05-16 at 23:35 +0200, Bernd Eckenfels wrote:
 merge 64458 367463
 thanks
 
 On Tue, May 16, 2006 at 08:15:40AM +0200, Radek Vokál wrote:
  Package: net-tools
  Version: 1.60-17
  
  ifconfig eth0:5 40.40.1.11 up
  ifconfig eth0:6 40.40.1.12 up
  ifconfig eth0:2 40.40.1.10 up
  
  And then bringing down eth0:5, removes all the other aliases with :
  ifconfig eth0:5 down
  
  Expected result: Other virtual interfaces should stay awake and work
 
 This is by design, and it is not ifconfig behaviour, but it is done by the
 kernel. It is dropping all aliases, if you delete the primamry address.

I'm not deleting the primary address but just one virtual iface. I
understand that removing eth0 removes all virtual ifaces as well, but
removing just one virtual interface should keep others up. 


 
 You cant see that with ifconfig and have to use ip tool.
 
 See #64458: ifconfig downs and ups aliases too! 
 
 Gruss
 Bernd
-- 
Radek Vokál [EMAIL PROTECTED]




Bug#367463: ifconfig drops every virtual interface of the same sub-net instead of just the one you want

2006-05-16 Thread Radek Vokál
Package: net-tools
Version: 1.60-17

ifconfig eth0:5 40.40.1.11 up
ifconfig eth0:6 40.40.1.12 up
ifconfig eth0:2 40.40.1.10 up

And then bringing down eth0:5, removes all the other aliases with :
ifconfig eth0:5 down

Expected result: Other virtual interfaces should stay awake and work



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



Bug#356682: ia32-libs: Missing libXxf86vm.so.1 for amd64

2006-03-13 Thread Radek Antoniuk
Package: ia32-libs
Version: 1.6
Severity: grave
Justification: causes non-serious data loss


Thank you for fixing my previous bug with the missing library. I have moved 
with a step.
I have succesfully installed my application but now the destination runtime is 
missing
libXxf86vm.so.1.
Would be great if you add it. Thanks!

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.4
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ia32-libs depends on:
ii  lib32gcc1 1:4.0.2-9  GCC support library (32 bit Versio
ii  lib32z1   1:1.2.3-9  compression library - 32 bit runti
ii  libc6-i3862.3.6-3GNU C Library: 32bit shared librar
ii  lsb-release   3.0-15 Linux Standard Base version report

ia32-libs recommends no packages.

-- no debconf information


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



Bug#355885: munin-node lacks dependency on libwww-perl

2006-03-08 Thread Radek Antoniuk
Package: munin-node
Version: 1.2.4-1
Severity: grave
Justification: renders package unusable


The package installs without libwww-perl that is needed for
apache_volume plugin. Without it you get error
Can't locate object method new via package LWP::UserAgent at
/etc/munin/plugins/apache_processes line 134.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages munin-node depends on:
ii  adduser   3.80   Add and remove users and groups
ii  libnet-server-perl0.90-1 An extensible, general perl server
ii  lsb-base  3.0-15 Linux Standard Base 3.0 init scrip
ii  perl  5.8.8-2Larry Wall's Practical Extraction 
ii  procps1:3.2.5-1  /proc file system utilities

Versions of packages munin-node recommends:
ii  libnet-snmp-perl  5.2.0-1Script SNMP connections

-- no debconf information


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



Bug#354894: ia32-libs: Missing libXft.so.2 for amd64

2006-03-01 Thread Radek Antoniuk
Package: ia32-libs
Version: 1.5
Severity: grave
Justification: renders package unusable


ia32-libs installs libXft.so.1.1 while the requested version is .so.2
in fact. I have seen also resolved bug 'libz' request and some others. in my 
package
there is still lack of libz library in the appriopriate version.
I have managed to run all libraries after instalation of OpenGL compatibility 
libraries
from Nvidia. But they don't install libXft.so.2 :(
I can provide a listing of my /emul/ now(or a .gz)with the OpenGL libs if it is 
needed.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.4
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ia32-libs depends on:
ii  lib32gcc1 1:4.0.2-9  GCC support library (32 bit Versio
ii  lib32z1   1:1.2.3-9  compression library - 32 bit runti
ii  lsb-release   3.0-15 Linux Standard Base version report

ia32-libs recommends no packages.

-- no debconf information


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



Bug#347612: openssl ca -gencrl doesn't work

2006-01-11 Thread Radek Antoniuk
Package: openssl
Version: 0.9.8a-5
Severity: normal


After creation of demoCA using CA.pl -newca I'm trying to generate a CRL
with
openssl ca -gencrl
and:
Using configuration from /usr/lib/ssl/openssl.cnf
Enter pass phrase for ./demoCA/private/cakey.pem:
./demoCA/crlnumber: No such file or directory
error while loading CRL number
2889:error:02001002:system library:fopen:No such file or 
directory:bss_file.c:349:fopen('./demoCA/crlnumber','r')
2889:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:351:

Touching the file won't help, nor echoing 0 into it as it supposingly
wants an ASN number in the file.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages openssl depends on:
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libssl0.9.8   0.9.8a-5   SSL shared libraries
ii  zlib1g1:1.2.3-9  compression library - runtime

openssl recommends no packages.

-- no debconf information


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



Bug#323376: svn segfaults when using LC_ALL=pl_PL locales

2005-08-16 Thread Radek Antoniuk
Package: subversion
Version: 1.2.0-1
Severity: grave

svn segfaults when using LC locales (probably) other than C:

Scenario:
set | grep LC
LC_ALL=pl_PL
LC_LANG=pl_PL
LC_TIME=pl_PL


svn add -force some_catalog/

(...)
getdents64(4, /* 0 entries */, 4096)= 0
open(/usr/share/locale/pl_PL/LC_MESSAGES/libc.mo, O_RDONLY) = -1
ENOENT (No such file or directory)
open(/usr/share/locale/pl/LC_MESSAGES/libc.mo, O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=82262, ...}) = 0
old_mmap(NULL, 82262, PROT_READ, MAP_PRIVATE, 5, 0) = 0x409dc000
close(5)= 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++


after setting above locales variables to C all is fine.
versions of libs:
ii  locales 2.3.2.ds1-22 GNU C
Library: National Language (locale) da
ii  libc6   2.3.2.ds1-22 GNU C
Library: Shared libraries and Timezone
ii  libc6-dev   2.3.2.ds1-22 GNU C
Library: Development Libraries and Hea
ii  libsvn0 1.2.0-1  shared
libraries used by Subversion (aka. sv
ii  libsvncpp0  0.7.0-2
Subversion C++ shared library
ii  python2.3-svn   1.1.2-3  A(nother)
Python interface to Subversion
ii  subversion  1.2.0-1  advanced
version control system (aka. svn)
ii  svn-buildpackage0.6.9helper
programs to maintain Debian packages



Bug#247884: DMA not working

2005-02-21 Thread Radek Sykora
  Hi.

 Please try 2.6.6.  If it still doesn't work, please try it with
 acpi=off and/or noapic.
 
 After that please send me the full kernel messages with it and a
 working kernel (e.g., 2.4.22).

I tried new board. Bug is somewhere in kernel. When I build in support
for VIA K8T800 (VIA82CXXX chipset support) then DMA working. When I'm
using Debian kernel then DMA not working. :-) 

If you have some ideas I can try to do something. 

Kernel:
Linux koudy.kolej.mff.cuni.cz 2.6.9-1-k7 #1 Thu Nov 25 03:20:07 EST 2004 i686 
GNU/Linux

In the attachment you can see my kernel config from 2.6.10 vanila
kernel.

P.S.: When I build in module then alsa doesn't work. It mean everything
looks that It work but nosound is in the output.
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.10
# Mon Feb 21 14:26:23 2005
#
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
# CONFIG_CLEAN_COMPILE is not set
CONFIG_BROKEN=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_LOCK_KERNEL=y

#
# General setup
#
CONFIG_LOCALVERSION=
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
CONFIG_SYSCTL=y
# CONFIG_AUDIT is not set
CONFIG_LOG_BUF_SHIFT=14
# CONFIG_HOTPLUG is not set
CONFIG_KOBJECT_UEVENT=y
# CONFIG_IKCONFIG is not set
# CONFIG_EMBEDDED is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_FUTEX=y
CONFIG_EPOLL=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SHMEM=y
CONFIG_CC_ALIGN_FUNCTIONS=0
CONFIG_CC_ALIGN_LABELS=0
CONFIG_CC_ALIGN_LOOPS=0
CONFIG_CC_ALIGN_JUMPS=0
# CONFIG_TINY_SHMEM is not set

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_OBSOLETE_MODPARM=y
CONFIG_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y

#
# Processor type and features
#
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
CONFIG_MK7=y
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_USE_3DNOW=y
CONFIG_HPET_TIMER=y
# CONFIG_SMP is not set
CONFIG_PREEMPT=y
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_TSC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_NONFATAL=y
# CONFIG_X86_MCE_P4THERMAL is not set
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set

#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
CONFIG_HAVE_DEC_LOCK=y
# CONFIG_REGPARM is not set

#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
# CONFIG_SOFTWARE_SUSPEND is not set

#
# ACPI (Advanced Configuration and Power Interface) Support
#
# CONFIG_ACPI is not set
CONFIG_ACPI_BLACKLIST_YEAR=0

#
# APM (Advanced Power Management) BIOS Support
#
# CONFIG_APM is not set

#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set

#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MSI=y
# CONFIG_PCI_LEGACY_PROC is not set
CONFIG_PCI_NAMES=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set

#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=y
# CONFIG_BINFMT_MISC is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
# CONFIG_DEBUG_DRIVER is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
CONFIG_PARPORT_PC_CML1=y
# CONFIG_PARPORT_SERIAL is not set
CONFIG_PARPORT_PC_FIFO=y
# CONFIG_PARPORT_PC_SUPERIO is not set
# CONFIG_PARPORT_OTHER is not set