Bug#650005: sqsh: unable to connect host with version 2.1.7-1

2011-11-30 Thread Mariusz Kruk
Package: sqsh
Followup-For: Bug #650005

I have a similar condition. After upgrade to 2.1.7-1 my cron jobs that
use sqsh end up failing with either (usually):

Open Client Message
Layer 0, Origin 0, Severity 78, Number 35
Adaptive Server connection timed out

or (rarely):

Open Client Message
Layer 0, Origin 0, Severity 78, Number 41
Unable to connect: Adaptive Server is unavailable or does not exist

After I downgrade to 2.1-9 (with all dependencies staying at the same
versions), everything works ok.

But what is more interesting is that when I run my scripts not from cron
but by hand, they work OK. If I change the scripts so they not call sqsh
directly but via strace(1), they work OK. If I even add shopt -s -o
xtrace at the beginning of the script, sqsh runs fine.

The apropriate line in my scripts looks like this:
sqsh -S DALET_DSN -D dalet -H pierwsza -J iso_2 -U sa /usr/local/dalet/sql.sh 
-m bcp -P password -i  $QUERYFILE | sed 
's/^\([^|]\+\)|\([^|]\+\)|\([^|]\+\)/\1:\2:\3/'  /home/log/`date +%Y%m%d`.log

And the DSN entry from freetds.conf:
[DALET_DSN]
host = IP
port = 5000
tds version = 6.0
nt domain = DOMAIN

I'm connecting to Sybase ASE 11.9.2 server. Timeouts are set to 10 in
the config file (I assume it's expressed in seconds).

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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages sqsh depends on:
ii  lesstif2  1:0.95.2-1
ii  libc6 2.13-21   
ii  libct40.91-1
ii  libncurses5   5.9-4 
ii  libreadline6  6.2-7 
ii  libx11-6  2:1.4.4-4 
ii  libxext6  2:1.3.0-3 
ii  libxt61:1.1.1-2 

sqsh recommends no packages.

sqsh suggests no packages.

-- 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#619568: This is not a bug

2011-03-25 Thread Mariusz Kruk
You're making a wrong asumption about the command passing.
The command is sent to the remote host as the single string, so your single 
quotes are (not) interpretted locally, and your command gets sent as `sh -c cd 
/no/where  pwd' which is a bit different from you'd expect.
If you need to pass the single quotes to the other side, you have to escape 
them.



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



Bug#618664: munin: can't handle hashes in plugin output

2011-03-17 Thread Mariusz Kruk
Package: munin
Version: 1.4.5-3
Severity: normal

If a plugin returns string containing a hash sign (can be graph_title or
graph_info) the part of the string beginning with said hash is treated
as comment and discarded.
Thus if I have an interface named ### LAN ### on my router, which I
want to probe with snmp, I get something like this:

# munin-run snmp_router_if_1 config
host_name router
graph_title Interface ### LAN ### (if 1) traffic
graph_order recv send
graph_args --base 1000
graph_vlabel bits in (-) / out (+) per ${graph_period}
graph_category network
graph_info This graph shows traffic for the ### LAN ### (if 1) network 
interface. The interface speed is 100.0Mbps. This switch supports 64 bit byte 
counters and these are used by this plugin.
send.info Bits sent/received by this interface.
recv.label recv
recv.type DERIVE
recv.graph no
recv.cdef recv,8,*
recv.max 1
recv.min 0
recv.warning -1250
send.label bps
send.type DERIVE
send.negative recv
send.cdef send,8,*
send.max 1
send.min 0
send.warning 1250

This is pretty OK. But on the webpage I don't see interface names or
descriptions. For now I just renamed my interfaces but it's just a
temporary workaround.

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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages munin depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  cron  3.0pl1-116 process scheduling daemon
pn  libdigest-md5-perlnone (no description available)
ii  libhtml-template-perl 2.9-2  module for using HTML Templates wi
ii  liblog-log4perl-perl  1.29-1 A Perl port of the widely popular 
ii  librrds-perl  1.4.3-1time-series data storage and displ
pn  libstorable-perl  none (no description available)
ii  munin-common  1.4.5-3network-wide graphing framework (c
ii  perl [libtime-hires-perl] 5.10.1-17  Larry Wall's Practical Extraction 
ii  perl-modules  5.10.1-17  Core Perl modules
ii  rrdtool   1.4.3-1time-series data storage and displ
ii  ttf-dejavu2.32-1 Metapackage to pull in ttf-dejavu-

Versions of packages munin recommends:
ii  libdate-manip-perl6.21-1 module for manipulating dates
ii  munin-node1.4.5-3network-wide graphing framework (n

Versions of packages munin suggests:
ii  apache2-mpm-prefork [httpd] 2.2.17-1 Apache HTTP Server - traditional n
ii  elinks [www-browser]0.12~pre5-2  advanced text-mode WWW browser
pn  libnet-ssleay-perl  none   (no description available)
ii  links [www-browser] 2.3~pre1-1   Web browser running in text mode
ii  lynx-cur [www-browser]  2.8.8dev.8-1 Text-mode WWW Browser with NLS sup

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

-- 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#551292: Another file

2009-10-17 Thread Mariusz Kruk
It seems this bug is triggered by including iso14651_t1 in locale 
definition. I checked on my system and it happens even on en_GB or en_US 
locales where the LC_COLLATE consists only of simple include of the 
aforementioned file. But it doesn't happen on, for example, ja_JP locale 
which doesn't touch the iso file. So I assume it's all about 
/usr/share/i18n/locales/iso14651_t1




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



Bug#484489: linux-image-2.6.24-1-686: No smbfs modules

2008-06-04 Thread Mariusz Kruk
Package: linux-image-2.6.24-1-686
Version: 2.6.24-7
Severity: important

The kernel package doesn't seem to include support for smbfs. There is
no such module included in /lib/modules/kernelversion/kernel/fs

-- Package-specific info:
** Version:
Linux version 2.6.24-1-686 (Debian 2.6.24-6) ([EMAIL PROTECTED]) (gcc version 
4.1.3 20080308 (prerelease) (Debian 4.1.2-21)) #1 SMP Sat Apr 19 00:37:55 UTC 
2008

** Command line:
root=/dev/md0 ro 

** Tainted: P (1)

** Kernel log:
raid1: raid set md1 active with 2 out of 2 mirrors
md: md2 stopped.
md: bindhdb3
md: bindhda3
raid1: raid set md2 active with 2 out of 2 mirrors
md: md3 stopped.
md: bindhdb5
md: bindhda5
md: raid0 personality registered for level 0
md3: setting max_sectors to 128, segment boundary to 32767
raid0: looking at hda5
raid0:   comparing hda5(2931712) with hda5(2931712)
raid0:   END
raid0:   == UNIQUE
raid0: 1 zones
raid0: looking at hdb5
raid0:   comparing hdb5(2931712) with hda5(2931712)
raid0:   EQUAL
raid0: FINAL 1 zones
raid0: done.
raid0 : md_size is 5863424 blocks.
raid0 : conf-hash_spacing is 5863424 blocks.
raid0 : nb_zone is 1.
raid0 : Allocating 4 bytes for hash.
md: md4 stopped.
md: bindhdb6
md: bindhda6
raid1: raid set md4 active with 2 out of 2 mirrors
kjournald starting.  Commit interval 5 seconds
EXT3 FS on md1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on md2, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on md3, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on md4, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hda7, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hdb7, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hda9, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hdb9, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
NET: Registered protocol family 15
padlock: VIA PadLock Hash Engine not detected.
padlock: VIA PadLock Hash Engine not detected.
padlock: VIA PadLock not detected.
eth0:  setting full-duplex.
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
ADDRCONF(NETDEV_UP): eth1: link is not ready
e100: eth1: e100_watchdog: link up, 100Mbps, full-duplex
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
ttyS1: LSR safety check engaged!
ttyS1: LSR safety check engaged!
GRE over IPv4 tunneling driver
tun0: Disabled Privacy Extensions
tun1: Disabled Privacy Extensions
tun2: Disabled Privacy Extensions
eth0: no IPv6 routers present
eth1: no IPv6 routers present
input: Power Button (FF) as /class/input/input2
ACPI: Power Button (FF) [PWRF]
input: Power Button (CM) as /class/input/input3
ACPI: Power Button (CM) [PWRB]
No dock devices found.
NET: Registered protocol family 4
ttyS1: LSR safety check engaged!
ip_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
PPP generic driver version 2.4.2
PPP BSD Compression module registered
PPP Deflate Compression module registered
warning: process `nvidia-installe' used the deprecated sysctl system call with 
1.23.
warning: process `nvidia-installe' used the deprecated sysctl system call with 
1.23.
Linux agpgart interface v0.102
nvidia: module license 'NVIDIA' taints kernel.
ACPI: PCI Interrupt Link [APC5] enabled at IRQ 16
ACPI: PCI Interrupt :01:00.0[A] - Link [APC5] - GSI 16 (level, low) - 
IRQ 16
PCI: Setting latency timer of device :01:00.0 to 64
NVRM: loading NVIDIA UNIX x86 Kernel Module  173.14.05  Mon May 19 00:06:12 PDT 
2008
warning: process `nvidia-installe' used the deprecated sysctl system call with 
1.23.
PCI: Setting latency timer of device :01:00.0 to 64
NVRM: loading NVIDIA UNIX x86 Kernel Module  173.14.05  Mon May 19 00:06:12 PDT 
2008
NET: Registered protocol family 3
NET: Registered protocol family 5
ttyS1: LSR safety check engaged!
ttyS1: LSR safety check engaged!
tun0: Disabled Privacy Extensions
tun1: Disabled Privacy Extensions
tun2: Disabled Privacy Extensions

** Loaded modules:
Module  Size  Used by
nls_iso8859_1   4128  2 
ncpfs  47136  1 
appletalk  33408  2 
ax25   49872  2 
nvidia   7099464  24 
i2c_core   22432  1 nvidia
agpgart31688  1 nvidia
ipt_REJECT  4480  1 
iptable_filter  2976  1 
ppp_deflate 5696  0 
bsd_comp5504  0 
ppp_async  11104  1 
crc_ccitt   2176  1 ppp_async
ppp_generic26196  7 

Bug#484489: linux-image-2.6.24-1-686: No smbfs modules

2008-06-04 Thread Mariusz Kruk
On śro, 2008-06-04 at 13:46 +0200, maximilian attems wrote:
 On Wed, Jun 04, 2008 at 01:21:56PM +0200, Mariusz Kruk wrote:
  Package: linux-image-2.6.24-1-686
  Version: 2.6.24-7
  Severity: important
  
  The kernel package doesn't seem to include support for smbfs. There is
  no such module included in /lib/modules/kernelversion/kernel/fs
  
 
 right smbfs is deprecated since years.
 
 any reason cifs is not working for you?

OMG. Seems I've just made a fool of myself.
Sorry for the fuss then. I have a setup that's been working for years
and just suddenly stopped. Smbmount wrote that no smbfs support was
present.
My bad, sorry.

-- 
\/ THE PRINCIPAL'S TOUPEE IS NOT A FRISBEE(Bart
|  [EMAIL PROTECTED]   | Simpson on chalkboard in episode 9F12)
| http://epsilon.eu.org/ | 
/\ 




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



Bug#414119: filelight: Follows symlinks

2007-03-09 Thread Mariusz Kruk
Package: filelight
Version: 0.99beta6-1+b1
Severity: important

Filelight follows symlinks while scanning directories. This makes the
reports unaccurate, and leads to scans across filesystem boundaries even
tho the option is disabled.


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

Versions of packages filelight depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-6 core libraries and binaries for al
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libqt3-mt  3:3.3.7-3 Qt GUI Library (Threaded runtime v
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3

filelight recommends no packages.

-- no debconf information


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



Bug#385457: horde3: Should depend (or at least suggest) gettext

2006-08-31 Thread Mariusz Kruk
Package: horde3
Version: 3.1.2-1
Severity: normal
Tags: l10n

Since the whole horde package is localized by the means of gettext, it
should depend on the gettext package. Otherwise U can be really
surprised why it doesn't work the way it should.

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

Versions of packages horde3 depends on:
ii  apache [httpd]   1.3.34-2versatile, high-performance HTTP s
ii  libapache-mod-php4 [phpapi-2 4:4.4.2-1.1 server-side, HTML-embedded scripti
ii  php-pear 5.1.4-0.1   PEAR - PHP Extension and Applicati
ii  php4-cgi [phpapi-20050606]   4:4.4.2-1.1 server-side, HTML-embedded scripti
ii  php4-cli [phpapi-20050606]   4:4.4.2-1.1 command-line interpreter for the p
ii  php4-domxml  4:4.4.2-1.1 XMLv2 module for php4
ii  php4-pear4:4.4.2-1.1 PHP Extension and Application Repo
ii  php4-pear-log1.9.3-1 Log module for PEAR

Versions of packages horde3 recommends:
ii  logrotate3.7.1-3 Log rotation utility
pn  php-date none  (no description available)
pn  php-file none  (no description available)
ii  php-mail 1.1.6-2 PHP PEAR module for sending email
pn  php-mail-mimenone  (no description available)
pn  php-services-weather none  (no description available)
ii  php4-gd [php4-gd2]   4:4.4.2-1.1 GD module for php4
ii  php4-ldap4:4.4.2-1.1 LDAP module for php4
pn  php4-mcrypt  none  (no description available)
ii  php4-mysql   4:4.4.2-1.1 MySQL module for php4

-- no debconf information


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



Bug#350751: horde3: broken preferences storing in postgresql database

2006-01-31 Thread Mariusz Kruk
Package: horde3
Version: 3.0.4-4sarge2
Severity: normal


I have a horde3+imp4 setup on apache2+php4.
I use LDAP to authenticate users and wanted to use postgres database to
store users' preferences.
Unfortunately it doesn't seem to work.

Postgres logs show entries like
ERROR:  unterminated quoted string at or near 'FFFEr at character 108
STATEMENT:  INSERT INTO horde_prefs (pref_uid, pref_scope, pref_name, 
pref_value) VALUES('kruk', 'imp', 'mail_domain', 'FFFEr

I'm using postgresql-8.0 version 8.0.3-15 at the moment.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (10, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages horde3 depends on:
ii  apache2  2.0.54-5next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]  2.0.54-5traditional model for Apache2
ii  libapache-mod-php4 [phpapi-2 4:4.3.10-16 server-side, HTML-embedded scripti
ii  php4 4:4.3.10-16 server-side, HTML-embedded scripti
ii  php4-cli [phpapi-20020918]   4:4.3.10-16 command-line interpreter for the p
ii  php4-domxml  4:4.3.10-16 XMLv2 module for php4
ii  php4-pear4:4.3.10-16 PEAR - PHP Extension and Applicati
ii  php4-pear-log1.6.0-1.1   Log module for PEAR

-- no debconf information


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



Bug#340701: LC_TIME causes sqsh to segfault

2005-11-25 Thread Mariusz Kruk
Package: sqsh
Version: 2.1-7
Severity: important

I use sqsh to connect to Sybase ASE 11.9.2. sqsh segfaults if run with
LC_TIME set to pl_PL but runs smoothly with LC_TIME set to C.

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

Versions of packages sqsh depends on:
ii  lesstif1  1:0.93.94-11.4 OSF/Motif 1.2 implementation relea
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libct30.63-2 libraries for connecting to MS SQL
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  libreadline5  5.0-11 GNU readline and history libraries
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxt66.8.2.dfsg.1-7 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m

sqsh recommends no packages.

-- no debconf information


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



Bug#337400: driftnet: Hangs after a while with too many open files

2005-11-04 Thread Mariusz Kruk
Package: driftnet
Version: 0.1.6-4
Severity: important

After running for a while, driftnet hangs because it reaches 1024 open
file descriptors and can't allocate more (probably if limits are
different it happens at another value than 1024). It seems to open
files, write to them, even delete them, but not close the descriptors.

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

Versions of packages driftnet depends on:
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libglib2.0-0  2.8.3-1The GLib library of C routines
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libpango1.0-0 1.8.2-3Layout and rendering of internatio
ii  libpcap0.70.7.2-7System interface for user-level pa
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libungif4g4.1.3-3shared library for GIF images (run

driftnet recommends no packages.

-- no debconf information


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



Bug#324646: RFC2821 violation on '.' escaping

2005-10-24 Thread Mariusz Kruk

Brian May napisał(a):

Mariusz == Mariusz Kruk [EMAIL PROTECTED] writes:



Mariusz It seems I got confused by the similar report on
Mariusz amavis-ng because, as I found out by comparing
Mariusz configurations on my hosts. The bug is, i think, caused
Mariusz not by amavisd-new but by bogofilter which is a filter
Mariusz for smtpd at 127.0.0.1:10025. Sorry for wasting your
Mariusz time.

Ok, reassigning this bug to bogofilter.


Already submitted a bug report against bogofilter-common (with solution 
included since it turned out to be quite simple).




Bug#334854: bogofilter-common: Postfix script causes some mails to truncate

2005-10-20 Thread Mariusz Kruk
Package: bogofilter-common
Version: 0.96.2-1
Severity: normal
Tags: patch

The package includes a document describing integration with postfix as a
filter (/usr/share/doc/bogofilter-common/integrating-with-postfix).
The script included there should be run as a filter by postfix' smtpd.
The problem is, the script gets the mail already decoded, and reinserts
it into /usr/sbin/sendmail the same unencoded way. This way if there are
lines consisting of a single dot, the mail gets truncated, because
/usr/sbin/sendmail reads it as end of the message.
The solution to it is to change
POSTFIX=/usr/sbin/sendmail
to
POSTFIX=/usr/sbin/sendmail -i

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

-- no debconf information


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



Bug#324646: amavisd-new: RFC2821 violation on '.' escaping

2005-10-17 Thread Mariusz Kruk

Brian May napisał(a):

This message you sent to me successfully despite lines containing with
periods (all my incoming email is scanned with amavsid-new - see
headers).


Interesting, I must say :-)
Perhaps we should compare configs? Maybe there's something that triggers 
this behaviour. Or, maybe there's some difference in some libraries. How 
to get the report similar to the one attached to reportbug? I think I'll 
compare the configs on two of my computers, because I have the described 
behaviour on at least two of my computers, but don't have it on third one.




Bug#324646: amavisd-new: False alarm

2005-10-17 Thread Mariusz Kruk
Package: amavisd-new
Version: 20030616p10-5
Followup-For: Bug #324646

It seems I got confused by the similar report on amavis-ng because, as I
found out by comparing configurations on my hosts. The bug is, i think,
caused not by amavisd-new but by bogofilter which is a filter for smtpd
at 127.0.0.1:10025. Sorry for wasting your time.

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

Versions of packages amavisd-new depends on:
ii  adduser   3.67.2 Add and remove users and groups
ii  file  4.12-1 Determines file type using magic
ii  libarchive-tar-perl   1.26-2 Archive::Tar - manipulate tar file
ii  libarchive-zip-perl   1.14-2 Module for manipulation of ZIP arc
ii  libcompress-zlib-perl 1.34-1 Perl module for creation and manip
ii  libconvert-tnef-perl  0.17-4 Perl module to read TNEF files
ii  libconvert-uulib-perl 1.0.5.1-1  Perl interface to the uulib librar
pn  libdigest-md5-perlnone (no description available)
ii  libmailtools-perl 1.62-1 Manipulate email in perl programs
pn  libmime-base64-perl   none (no description available)
ii  libmime-perl  5.417-1Perl5 modules for MIME-compliant m
ii  libnet-perl   1:1.19-1   Implementation of Internet protoco
ii  libnet-server-perl0.87-3 An extensible, general perl server
ii  libunix-syslog-perl   0.100-4Perl interface to the UNIX syslog(
ii  perl [libtime-hires-perl] 5.8.7-3Larry Wall's Practical Extraction 
ii  perl-modules [libnet-perl]5.8.7-3Core Perl modules

amavisd-new recommends no packages.

-- no debconf information


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



Bug#252083: amavis-ng: RFC2821 violation

2005-08-23 Thread Mariusz Kruk
Package: amavis-ng
Followup-For: Bug #252083

I found the same behaviour at my site. If your information is accurate,
then amavis interprets the incoming mail right as it should, but fails
to escape the single dot on further delivery to second postfix instance,
as it should do according to RFC2821.

[...]
   -  Before sending a line of mail text, the SMTP client checks the
  first character of the line.  If it is a period, one additional
  period is inserted at the beginning of the line.
[...]

Since amavis acts as a client while sending to the second postfix, it
should conform to this.

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


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



Bug#252083: amavis-ng: RFC2821 violation

2005-08-23 Thread Mariusz Kruk
On Tue, Aug 23, 2005 at 10:44:45AM +0200, Mariusz Kruk wrote:
 Package: amavis-ng
 Followup-For: Bug #252083
 
 I found the same behaviour at my site.

I just noticed, that I mistakenly reported a bug against amavis-ng
instead of amavisd-new, which is really installed at my site.
Nevertheless, the bug seems to be the same, judging from earlier
description, so the rest of my explanation applies.

-- 
/\-\/\-\/\-\/\-\/\-\/\-\/\ Pretend  that you're Hercule Poirot: Examine
\  [EMAIL PROTECTED]   / all clues, and deduce the truth by order  ad
/ http://epsilon.eu.org/ \ method.(TeX)
\/-/\/-/\/-/\/-/\/-/\/-/\/ 


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



Bug#324646: amavisd-new: RFC2821 violation on '.' escaping

2005-08-23 Thread Mariusz Kruk
Package: amavisd-new
Version: 20030616p10-5
Severity: important

The bug in amavisd-new seems to be the same as described in #252083
amavis-ng bug. Amavis seems to accept the mail correctly from the first
postfix, unescape two dots on a line leaving only single dot and then
fails to escape this single dot with another dot while delivering to
the second postfix instance. Therefore, the second postfix gets the
message with line containing CRLF.CRLF, recognizes this as a
end-of-data pattern and ends receiving prematurely.

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

Versions of packages amavisd-new depends on:
ii  adduser   3.66   Add and remove users and groups
ii  file  4.12-1 Determines file type using magic
ii  libarchive-tar-perl   1.23-1 Archive::Tar - manipulate tar file
ii  libarchive-zip-perl   1.14-2 Module for manipulation of ZIP arc
ii  libcompress-zlib-perl 1.34-1 Perl module for creation and manip
ii  libconvert-tnef-perl  0.17-4 Perl module to read TNEF files
ii  libconvert-uulib-perl 1.0.5.1-1  Perl interface to the uulib librar
pn  libdigest-md5-perlnone (no description available)
ii  libmailtools-perl 1.62-1 Manipulate email in perl programs
pn  libmime-base64-perl   none (no description available)
ii  libmime-perl  5.417-1Perl5 modules for MIME-compliant m
ii  libnet-perl   1:1.19-1   Implementation of Internet protoco
ii  libnet-server-perl0.87-3 An extensible, general perl server
ii  libunix-syslog-perl   0.100-4Perl interface to the UNIX syslog(
ii  perl [libtime-hires-perl] 5.8.7-3Larry Wall's Practical Extraction 
ii  perl-modules [libnet-perl]5.8.7-3Core Perl modules

amavisd-new recommends no packages.

-- no debconf information


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



Bug#295889: chkrootkit: false bindshell positive with ssmtp service

2005-04-05 Thread Mariusz Kruk
Package: chkrootkit
Version: 0.35-1
Followup-For: Bug #295889

I have following postfix packages installed:

ii  postfix2.1.5-9A high-performance mail transport agent
ii  postfix-ldap   2.1.5-9LDAP map support for Postfix
ii  postfix-pcre   2.1.5-9PCRE map support for Postfix
ii  postfix-tls2.1.5-9TLS and SASL support for Postfix

Postfix opens a socket on port 465 which is identified then by
chkrootkit as bindshell.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux intranet 2.4.21 #2 Tue Aug 12 17:16:02 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages chkrootkit depends on:
ii  binutils   2.12.90.0.1-4 The GNU assembler, linker and bina
ii  libc6  2.2.5-11.8GNU C Library: Shared libraries an



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



Bug#298698: iproute: Segmentation fault when adding pfifo_fast qdisc with tc

2005-03-09 Thread Mariusz Kruk
Package: iproute
Version: 20041019-3
Severity: normal

When trying to add a simple pfifo_fast qdisc to any device or class,
tc segfaults. Stracing tc add qdisc add dev whatever root pfifo_fast shows:

[...]
open(/usr/lib/tc/q_pfifo_fast.so, O_RDONLY) = -1 ENOENT (No such file
or directory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

The same, unfortunately, applies to the original iproute installed from
tarball, not only to the debian packet.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-k7
Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages iproute depends on:
ii  libatm1 2.4.1-16 shared library for ATM (Asynchrono
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information


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