Bug#1052238: php-net-smtp: Please, consider this email address

2023-09-21 Thread J.L. Fernandez Jambrina
Package: php-net-smtp
Version: 1.10.1-1
Followup-For: Bug #1052238

Dear Maintainer,

I regret I use an obsolete email address when I open this bug: please consider 
j.fdez.jambr...@upm.es instead.

Unfortunatelly I don't know how to use setDebug() to see what's is being passed 
to send(), but I used two calls to var_dump() to see it:

For headers I have:
array(4) {
  ["MIME-Version"]=>
  string(3) "1.0"
  ["From"]=>
  string(18) "y...@yourdomain.com"
  ["Subject"]=>
  string(17) "Test mime message"
  ["Content-Type"]=>
  string(69) "multipart/alternative;
 boundary="=_22489b7d821cf1e81ca3bb9e5230e874""
}

For body I have:
string(362) "--=_22489b7d821cf1e81ca3bb9e5230e874
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=ISO-8859-1

Text version of email
--=_22489b7d821cf1e81ca3bb9e5230e874
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=ISO-8859-1

HTML version of email
--=_22489b7d821cf1e81ca3bb9e5230e874--
"

I hope this will be enough

   Thanks for your attention,




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

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

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


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

Kernel: Linux 6.1.0-12-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages php-net-smtp depends on:
ii  php-common  2:93
ii  php-net-socket  1.2.2-2
ii  php-pear1:1.10.13+submodules+notgz+2022032202-2

Versions of packages php-net-smtp recommends:
ii  php-auth-sasl  1.1.0-1

php-net-smtp suggests no packages.

-- no debconf information



Bug#1052238: php-net-smtp: fails to send MIME multipart email properly

2023-09-19 Thread J.L. Fernandez Jambrina
Package: php-net-smtp
Version: 1.10.1-1
Severity: important

Dear Maintainer,

I wrote an php code that send MIME multipart emails using php-mail and 
php-pear. It works properly on Debian 11.7, but after upgrading to Debian 12 I 
detected the emails aren’t recognised as MIME multipart.

To isolate the bug, I came back to the php-pear example than can be found in 
https://pear.php.net/manual/en/package.mail.mail-mime.example.php and it work 
properly on Debian 11.7 but it fails in the way described on Debian 12.1: on 
Debian 12.1 the emails aren't recognized as MIME multipart.

Comparing the emails generated on both versions of Debian I detected an extra 
space at the beginning of lines:

" From: y...@yourdomain.com"
" Content-Type: multipart/alternative,"

Removing these spaces the email is interpreted/decoded properly. I means if I 
edit these line to lines to appear like:

"From: y...@yourdomain.com"
"Content-Type: multipart/alternative,"

The email is interpreted/decoded properly.

As php-mail didn't change in the upgrade and I verified the arguments to the 
MAIL::send method are the same in both cases I suspect from the underlying 
php-net-smtp package, but I can be wrong.

:-)


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

Kernel: Linux 6.1.0-12-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages php-net-smtp depends on:
ii  php-common  2:93
ii  php-net-socket  1.2.2-2
ii  php-pear1:1.10.13+submodules+notgz+2022032202-2

Versions of packages php-net-smtp recommends:
ii  php-auth-sasl  1.1.0-1

php-net-smtp suggests no packages.

-- no debconf information


Bug#646460: fail2ban: fails to monitorize some files, i.e. /var/log/mail.log

2011-10-24 Thread J.L. Fernandez Jambrina
Package: fail2ban
Version: 0.8.4-3
Severity: normal

fail2ban fails to monitorize some files to find bad logins.
It was unable to find bad squirrelmail login atempts from /var/log/mail.log but 
just changing the jail logpath option from /var/log/mail.log to /var/log/syslog 
makes it work.

access rights for both files are identical:
www:~# ls -l /var/log/syslog /var/log/mail.log
-rw-r- 1 root adm   20691 oct 24 13:04 /var/log/mail.log
-rw-r- 1 root adm 4039078 oct 24 13:08 /var/log/syslog

and fail2ban names seems to understand both names:
www:~# tail -n 1000  /var/log/fail2ban.log | grep logfile  
2011-10-24 12:07:52,471 fail2ban.filter : INFO   Added logfile = 
/var/log/auth.log
2011-10-24 12:07:52,728 fail2ban.filter : INFO   Added logfile = 
/var/log/mail.log
2011-10-24 12:41:11,795 fail2ban.filter : INFO   Added logfile = 
/var/log/auth.log
2011-10-24 12:41:12,042 fail2ban.filter : INFO   Added logfile = /var/log/syslog
2011-10-24 12:50:16,020 fail2ban.filter : INFO   Added logfile = 
/var/log/auth.log

Thanks,



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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages fail2ban depends on:
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  python  2.6.6-3+squeeze6 interactive high-level object-orie
ii  python-central  0.6.16+nmu1  register and build utility for Pyt

Versions of packages fail2ban recommends:
ii  iptables  1.4.8-3administration tools for packet fi
ii  whois 5.0.10 an intelligent whois client

Versions of packages fail2ban suggests:
ii  bsd-mailx [mailx]  8.1.2-0.20100314cvs-1 simple mail user agent
pn  python-gamin   none(no description available)

-- Configuration Files:
/etc/fail2ban.conf changed:
[DEFAULT]
background = true
verbose = 1
debug = false
logtargets = /var/log/fail2ban.log
syslog-target = /dev/log
syslog-facility = 1
pidlock = /var/run/fail2ban.pid
maxfailures = 5
bantime = 600
findtime = 600
ignoreip = 
cmdstart = 
cmdend = 
polltime = 1
reinittime = 10
maxreinits = 1000
protocol = tcp
fwchain = INPUT
fwstart = iptables -N fail2ban-%(__name__)s
  iptables -A fail2ban-%(__name__)s -j RETURN
  iptables -I %(fwchain)s -p %(protocol)s --dport %(port)s -j 
fail2ban-%(__name__)s
fwend = iptables -D %(fwchain)s -p %(protocol)s --dport %(port)s -j 
fail2ban-%(__name__)s
iptables -F fail2ban-%(__name__)s
iptables -X fail2ban-%(__name__)s
fwcheck = iptables -L %(fwchain)s | grep -q fail2ban-%(__name__)s
fwban = iptables -I fail2ban-%(__name__)s 1 -s ip -j DROP
fwunban = iptables -D fail2ban-%(__name__)s -s ip -j DROP
[MAIL]
enabled = true
host = localhost
port = 25
user = 
password = 
from = fail2ban@www
to = root@localhost
localtime = true
subject = [Fail2Ban] section: Banned ip
message = Hi,br
  The IP ip has just been banned by Fail2Ban after
  failures attempts against section.br
  Regards,br
  Fail2Ban
[SASL]
enabled = false
port = smtp
logfile = /var/log/mail.log
timeregex = \S{3}\s{1,2}\d{1,2} \d{2}:\d{2}:\d{2}
timepattern = %%b %%d %%H:%%M:%%S
failregex = : warning: [-._\w]+\[(?Phost[.\d]+)\]: SASL 
(?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed$
[Apache]
enabled = false
logfile = /var/log/apache/error.log
port = http
timeregex = \S{3} \S{3} \d{2} \d{2}:\d{2}:\d{2} \d{4}
timepattern = %%a %%b %%d %%H:%%M:%%S %%Y
failregex = [[]client (?Phost\S*)[]] user .*(?:: authentication failure|not 
found)
[ApacheAttacks]
enabled = false
logfile = /var/log/apache/access.log
port = http
maxfailures = 2
timeregex = \d{2}/\S{3}/\d{4}:\d{2}:\d{2}:\d{2}
timepattern = %%d/%%b/%%Y:%%H:%%M:%%S
failregex = ^(?Phost\S*) -.*GET 
.*(?:awstats\.pl\?configdir=|index2\.php\?_REQUEST\[option\].*)\|echo.*
[VSFTPD]
enabled = false
logfile = /var/log/vsftpd.log
port = ftp
timeregex = \S{3}\s{1,2}\d{1,2} \d{2}:\d{2}:\d{2}
timepattern = %%b %%d %%H:%%M:%%S
failregex = \[.+\] FAIL LOGIN: Client (?Phost\S+)$
[PROFTPD]
enabled = false
logfile = /var/log/proftpd/proftpd.log
port = ftp
timeregex = \S{3}\s{1,2}\d{1,2} \d{2}:\d{2}:\d{2}
timepattern = %%b %%d %%H:%%M:%%S
failregex = USER \S+: no such user found from \S* ?\[(?Phost\S+)\] to \S+\s*$
[SSH]
enabled = true
logfile = /var/log/auth.log
port = ssh
timeregex = \S{3}\s{1,2}\d{1,2} \d{2}:\d{2}:\d{2}
timepattern = %%b %%d %%H:%%M:%%S
failregex = : (?:(?:Authentication failure|Failed [-/\w+]+) for(?: 
[iI](?:llegal|nvalid) user)?|[Ii](?:llegal|nvalid) user|ROOT LOGIN REFUSED) 
.*(?: from|FROM) (?:::f{4,6}:)?(?Phost\S*)


-- 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#632061: bind9: Both rndc and updates from dhcp fails with tsig key signature verify failure

2011-06-29 Thread J.L. Fernandez Jambrina
Package: bind9
Version: 1:9.7.3.dfsg-1~squeeze2
Severity: normal

After upgrade from version 1:9.7.3.dfsg-1~squeeze1 dhcp updates start to fail 
with syslog messages like:
 Jun 29 09:10:35 xuxa dhcpd: DHCPOFFER on 192.168.37.234 to 64:31:50:64:bd:ad 
 (DHCP-POR2) via eth0
 Jun 29 09:10:35 xuxa named[27763]: client 127.0.0.1#51206: request has 
 invalid signature: TSIG rndc-key: tsig verify failure (BADSIG)
 Jun 29 09:10:35 xuxa named[27763]: client 138.4.37.12#57189: request has 
 invalid signature: TSIG rndc-key: tsig verify failure (BADSIG)
 Jun 29 09:10:35 xuxa dhcpd: Unable to add forward map from 
 DHCP-POR2.intranet. to 192.168.37.234: bad DNS signature

even simple rndc status fails as:
 xuxa:~# rndc status
 rndc: connection to remote host closed
 This may indicate that
 * the remote server is using an older version of the command protocol,
 * this host is not authorized to connect,
 * the clocks are not synchronized, or
 * the key is invalid.

Thanks


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

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

Versions of packages bind9 depends on:
di  adduser  3.112+nmu2  add and remove users and groups
ii  bind9utils   1:9.7.3.dfsg-1~squeeze2 Utilities for BIND
di  debconf [debconf 1.5.36.1Debian configuration management sy
ii  libbind9-60  1:9.7.3.dfsg-1~squeeze2 BIND9 Shared Library used by BIND
di  libc62.11.2-10   Embedded GNU C Library: Shared lib
di  libcap2  1:2.19-3support for getting/setting POSIX.
di  libdb4.8 4.8.30-2Berkeley v4.8 Database Libraries [
ii  libdns69 1:9.7.3.dfsg-1~squeeze2 DNS Shared Library used by BIND
ii  libgssapi-krb5-2 1.8.3+dfsg-4squeeze1MIT Kerberos runtime libraries - k
ii  libisc62 1:9.7.3.dfsg-1~squeeze2 ISC Shared Library used by BIND
ii  libisccc60   1:9.7.3.dfsg-1~squeeze2 Command Channel Library used by BI
ii  libisccfg62  1:9.7.3.dfsg-1~squeeze2 Config File Handling Library used 
ii  libldap-2.4-22.4.23-7.2  OpenLDAP libraries
ii  liblwres60   1:9.7.3.dfsg-1~squeeze2 Lightweight Resolver Library used 
di  libssl0.9.8  0.9.8o-4squeeze1SSL shared libraries
ii  libxml2  2.7.8.dfsg-2+squeeze1   GNOME XML library
di  lsb-base 3.2-23.2squeeze1Linux Standard Base 3.2 init scrip
di  net-tools1.60-23 The NET-3 networking toolkit
di  netbase  4.45Basic TCP/IP networking system

bind9 recommends no packages.

Versions of packages bind9 suggests:
ii  bind9-doc1:9.7.3.dfsg-1~squeeze2 Documentation for BIND
ii  dnsutils 1:9.7.3.dfsg-1~squeeze2 Clients provided with BIND
di  resolvconf   1.46name server information handler
pn  ufw  none  (no description available)

-- Configuration Files:
/etc/bind/named.conf.local changed:
//
// Do any local configuration here
//
// Other views
zone gr.ssr.upm.es {
type master;
file /etc/bind/db.gr.ssr.upm.es;
check-names warn;
allow-transfer {upm-nets;};
notify yes;
};
zone list.gr.ssr.upm.es {
type master;
file /etc/bind/db.list.gr.ssr.upm.es;
check-names warn;
allow-transfer {upm-nets;};
notify yes;
};
zone intranet {
type master;
file /etc/bind/db.intranet;
check-names warn;
//allow-update {138.4.37.12;};
allow-update {key rndc-key;};
allow-transfer {our-nets;};
};
zone wifi {
type master;
file /etc/bind/db.wifi;
check-names warn;
allow-transfer {our-nets;};
//allow-update {138.4.37.12;};
allow-update {key rndc-key;};
};
zone 37.4.138.in-addr.arpa {
 type master;
 file /etc/bind/db.138.4.37;
check-names warn;
allow-transfer {upm-nets;};
notify yes;
};
zone 37.168.192.in-addr.arpa {
type master;
file /etc/bind/db.192.168.37;
check-names warn;
allow-transfer {our-nets;};
//allow-update {138.4.37.12;};
allow-update {key rndc-key;};
};
zone 38.168.192.in-addr.arpa {
type master;
file /etc/bind/db.192.168.38;
check-names warn;
allow-transfer {our-nets;};
//allow-update {138.4.37.12;};
allow-update {key rndc-key;};
};
//1.0.0.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.e.f.ip6.arpa
zone 0.0.0.0.0.0.0.0.0.0.0.0.0.c.e.f.ip6.arpa {
type master;
file /etc/bind/db.ipv6.fce0...;
check-names warn;
allow-transfer {our-nets;};
allow-update {key rndc-key;};
};
zone 0.0.0.0.0.0.0.0.1.0.0.0.0.c.e.f.ip6.arpa {
type master;

Bug#552989: samba: smbstatus doesn't work for normal users

2009-10-28 Thread J.L. Fernandez Jambrina
Package: samba
Version: 2:3.4.2-1
Severity: normal

When upgrading from version 2:3.2.5-4lenny7 to 2:3.4.2-1 smbstatus started to 
fail as in this example:

u...@host:~$ smbstatus 
ERROR: Failed to initialise messages database: Permission denied
messaging_tdb_init failed: NT_STATUS_ACCESS_DENIED
messaging_init failed
u...@host:~$


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

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

Versions of packages samba depends on:
ii  adduser3.110 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.24Debian configuration management sy
ii  libacl12.2.47-2  Access control list shared library
ii  libattr1   1:2.4.43-2Extended attribute shared library
ii  libc6  2.9-25GNU C Library: Shared libraries
ii  libcap22.11-2support for getting/setting POSIX.
ii  libcomerr2 1.41.3-1  common error description library
ii  libcups2   1.4.1-4   Common UNIX Printing System(tm) - 
ii  libgnutls262.8.4-1   the GNU TLS library - runtime libr
ii  libgssapi-krb5-2   1.7dfsg~beta3-1   MIT Kerberos runtime libraries - k
ii  libk5crypto3   1.7dfsg~beta3-1   MIT Kerberos runtime libraries - C
ii  libkrb5-3  1.7dfsg~beta3-1   MIT Kerberos runtime libraries
ii  libldap-2.4-2  2.4.11-1  OpenLDAP libraries
ii  libpam-modules 1.1.0-4   Pluggable Authentication Modules f
ii  libpam-runtime 1.1.0-4   Runtime support for the PAM librar
ii  libpam0g   1.1.0-4   Pluggable Authentication Modules l
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libtalloc2 2.0.0-1   hierarchical pool based memory all
ii  libwbclient0   2:3.4.2-1 Samba winbind client library
ii  lsb-base   3.2-20Linux Standard Base 3.2 init scrip
ii  procps 1:3.2.7-11/proc file system utilities
ii  samba-common   2:3.4.2-1 common files used by both the Samb
ii  update-inetd   4.31  inetd configuration file updater
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages samba recommends:
ii  logrotate 3.7.1-5Log rotation utility

Versions of packages samba suggests:
pn  ctdbnone   (no description available)
pn  ldb-tools   none   (no description available)
ii  openbsd-inetd [inet-superse 0.20080125-2 The OpenBSD Internet Superserver
ii  smbldap-tools   0.9.4-1  Scripts to manage Unix and Samba a

-- debconf information:
  samba/nmbd_from_inetd:
  samba/log_files_moved:
  samba/tdbsam: false
  samba/generate_smbpasswd: true
* samba/run_mode: daemons

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




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



Bug#538819: samba: I have the same problem,

2009-10-28 Thread J.L. Fernandez Jambrina
Package: samba
Version: 2:3.4.2-1
Followup-For: Bug #538819


This problem started  in the stable version of samba and when upgrading to 
testing it become worst.

Sometimes these processes arrived to several GB f memory and server collapsed.

Some of these processes weren't reported by smbstatus -b and it was imposible 
to find a trace on log files (loglevel = 1 ), but if they were killed with 
smbcontrol pid shutdown, then they log its shutdown

The use of reset on zero vc = yes mitigates the problem, maybe because some 
of theses processes are killed.
 
-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages samba depends on:
ii  adduser3.110 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.24Debian configuration management sy
ii  libacl12.2.47-2  Access control list shared library
ii  libattr1   1:2.4.43-2Extended attribute shared library
ii  libc6  2.9-25GNU C Library: Shared libraries
ii  libcap22.11-2support for getting/setting POSIX.
ii  libcomerr2 1.41.3-1  common error description library
ii  libcups2   1.4.1-4   Common UNIX Printing System(tm) - 
ii  libgnutls262.8.4-1   the GNU TLS library - runtime libr
ii  libgssapi-krb5-2   1.7dfsg~beta3-1   MIT Kerberos runtime libraries - k
ii  libk5crypto3   1.7dfsg~beta3-1   MIT Kerberos runtime libraries - C
ii  libkrb5-3  1.7dfsg~beta3-1   MIT Kerberos runtime libraries
ii  libldap-2.4-2  2.4.11-1  OpenLDAP libraries
ii  libpam-modules 1.1.0-4   Pluggable Authentication Modules f
ii  libpam-runtime 1.1.0-4   Runtime support for the PAM librar
ii  libpam0g   1.1.0-4   Pluggable Authentication Modules l
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libtalloc2 2.0.0-1   hierarchical pool based memory all
ii  libwbclient0   2:3.4.2-1 Samba winbind client library
ii  lsb-base   3.2-20Linux Standard Base 3.2 init scrip
ii  procps 1:3.2.7-11/proc file system utilities
ii  samba-common   2:3.4.2-1 common files used by both the Samb
ii  update-inetd   4.31  inetd configuration file updater
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages samba recommends:
ii  logrotate 3.7.1-5Log rotation utility

Versions of packages samba suggests:
pn  ctdbnone   (no description available)
pn  ldb-tools   none   (no description available)
ii  openbsd-inetd [inet-superse 0.20080125-2 The OpenBSD Internet Superserver
ii  smbldap-tools   0.9.4-1  Scripts to manage Unix and Samba a

-- debconf information:
  samba/nmbd_from_inetd:
  samba/log_files_moved:
  samba/tdbsam: false
  samba/generate_smbpasswd: true
* samba/run_mode: daemons

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




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



Bug#426002: winbind: some users fail to authenticate with error code NT_STATUS_NO_LOGON_SERVERS

2007-05-25 Thread J.L. Fernandez Jambrina
Package: winbind
Version: 3.0.24-6etch2
Severity: grave
Justification: renders package unusable


After security upgrade to 3.0.24-6etch1 some users fails to authenticate:

[EMAIL PROTECTED]:~# wbinfo -a lmguest%
plaintext password authentication failed
error code was NT_STATUS_NO_LOGON_SERVERS (0xc05e)
error messsage was: No logon servers
Could not authenticate user lmguest%0lvidame with plaintext password
challenge/response password authentication failed
error code was NT_STATUS_NO_LOGON_SERVERS (0xc05e)
error messsage was: No logon servers
Could not authenticate user lmguest with challenge/response


Others are autenticated

[EMAIL PROTECTED]:~# wbinfo -a jambrina%
plaintext password authentication succeeded
challenge/response password authentication succeeded
[EMAIL PROTECTED]:~#

Upgrate to 3.0.24-6etch2 don't solve the problem.

Downgrade to 3.0.24-6 solve it

[EMAIL PROTECTED]:~# wbinfo -a lmguest%
plaintext password authentication succeeded
challenge/response password authentication succeeded



-- 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-4-686
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)

Versions of packages winbind depends on:
ii  adduser  3.102   Add and remove users and groups
ii  libc62.3.6.ds1-13GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-2 common error description library
ii  libkrb53 1.4.4-7etch1MIT Kerberos runtime libraries
ii  libldap2 2.1.30-13.3 OpenLDAP libraries
ii  libpam0g 0.79-4  Pluggable Authentication Modules l
ii  libpopt0 1.10-3  lib for parsing cmdline parameters
ii  lsb-base 3.1-23.1Linux Standard Base 3.1 init scrip
ii  samba-co 3.0.24-6etch2   Samba common files used by both th

winbind recommends no packages.

-- no debconf information

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



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



Bug#400794: exim4-base: fail to install/update due to a reference to the file /home/mh/....

2006-11-28 Thread J.L. Fernandez Jambrina
Package: exim4-base
Version: 4.63-10
Severity: normal


Hi,

  I had some strange problems both installing and updating exim4-base
  due to the combination of an missconfigured automount and a reference
  to an 'extrange' file
  /home/mh/chroot/sid/var/spool/exim4/gnutls-params in the 44 line of
  exim4-base.postinst.

  Please, remove or correct the reference to this file.

   Thanks,

   Jose

-- Package-specific info:
Exim version 4.63 #1 built 05-Nov-2006 10:39:17
Copyright (c) University of Cambridge 2006
Berkeley DB: Sleepycat Software: Berkeley DB 4.3.29: (September  6, 2005)
Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dsearch nis 
nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /var/lib/exim4/config.autogenerated
# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'
#
# Please note that this is _not_ a dpkg-conffile and that automatic changes
# to this file might happen. The code handling this will honor your local
# changes, so this is usually fine, but will break local schemes that mess
# around with multiple versions of the file.
#
# update-exim4.conf uses this file to determine variable values to replace
# the DEBCONFsomethingDEBCONF strings in the configuration template files.
#
# Most settings found in here do have corresponding questions in the
# Debconf configuration, but not all of them.
#
# This is a Debian specific file

dc_eximconfig_configtype='satellite'
dc_other_hostnames=''
dc_local_interfaces='127.0.0.1'
dc_readhost='gr.ssr.upm.es'
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost='xuxa.gr.ssr.upm.es'
CFILEMODE='644'
dc_use_split_config='true'
dc_hide_mailname='true'
dc_mailname_in_oh='true'
dc_localdelivery='mail_spool'
mailname:gr.ssr.upm.es

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

Versions of packages exim4-base depends on:
ii  adduser  3.99Add and remove users and groups
ii  cron 3.0pl1-99   management of regular background p
ii  debconf [debconf-2.0]1.5.8   Debian configuration management sy
ii  exim4-config [exim4-config-2 4.63-10 configuration for the exim MTA (v4
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libdb4.3 4.3.29-6Berkeley v4.3 Database Libraries [
ii  lsb-base 3.1-15  Linux Standard Base 3.1 init scrip
ii  netbase  4.27Basic TCP/IP networking system

Versions of packages exim4-base recommends:
ii  psmisc22.3-1 Utilities that use the proc filesy

-- debconf-show failed


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



Bug#390138: mailman: fails after upgrade because log_daemon_msg not found

2006-09-29 Thread J.L. Fernandez Jambrina
Package: mailman
Version: 1:2.1.8-3
Severity: grave
Justification: causes non-serious data loss

Hi,
  After upgrade to  2.1.8-3 version the /etc/init.d/script fails 
  and mail processing seems to stop.

/etc/init.d/mailman: line 47: log_daemon_msg: command not found
invoke-rc.d: initscript mailman, action start failed.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages mailman depends on:
ii  adduser   3.63   Add and remove users and groups
ii  apache2-mpm-prefork [http 2.0.54-5sarge1 traditional model for Apache2
ii  cron  3.0pl1-86  management of regular background p
ii  debconf [debconf-2.0] 1.4.30.13  Debian configuration management sy
ii  exim4 4.50-8sarge2   metapackage to ease exim MTA (v4) 
ii  exim4-daemon-heavy [mail- 4.50-8sarge2   exim MTA (v4) daemon with extended
ii  libc6 2.3.6.ds1-4GNU C Library: Shared libraries
ii  logrotate 3.7-5  Log rotation utility
ii  lsb-base  2.0-7  Linux Standard Base 2.0 init scrip
ii  pwgen 2.03-1 Automatic Password generation
ii  python2.3.5-2An interactive high-level object-o
ii  ucf   1.17   Update Configuration File: preserv

-- debconf information:
  mailman/queue_files_present:
* mailman/default_server_language: es
  mailman/update_passwords:
* mailman/gate_news: false
  mailman/update_aliases:
* mailman/site_languages: big5, ca, cs, da, de, en, es, et, eu, fi, fr, hr, hu, 
it, ja, ko, lt, nl, no, pl, pt, pt_BR, ro, ru, sl, sr, sv, uk
* mailman/used_languages: en es fr
* mailman/create_site_list:


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



Bug#366015: remstats-bintools: multiping segfaults on amd64

2006-05-04 Thread J.L. Fernandez Jambrina
Package: remstats-bintools
Version: 1.0.13a-6
Severity: normal


On my new Pentium IV with 2.6.15-1-em64t-p4-smp kernel, amd64
arquitecture, multiping segfault inmediately as shown:

host:~# /usr/lib/remstats/bin/multiping 127.0.0.1
Segmentation fault

I also get this message in /var/log/syslog

May  4 14:37:57 host kernel: multiping[24748]: segfault at
aaf17b50 rip 2ad4d4d0 rsp 7fe6cb68 error 4

With i386 distribution I don't have this problems, so I sould be amd64
specific, at least.

José



-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.15-1-em64t-p4-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages remstats-bintools depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  netbase   4.21   Basic TCP/IP networking system

-- no debconf information


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



Bug#366016: remstats-servers: unix-status-server reverses system cpu usage

2006-05-04 Thread J.L. Fernandez Jambrina
Package: remstats-servers
Version: 1.0.13a-5
Severity: normal


Since the transition fron woody to sarge unix-status-server reverses 
the % of system cpu usage, i.e. an 5% is transformed to an 95%, so the
default CPU Usage graph of a unload computer is mostly green.

José


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.15-1-em64t-p4-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages remstats-servers depends on:
ii  netbase4.21  Basic TCP/IP networking system
ii  perl   5.8.4-8sarge3 Larry Wall's Practical Extraction 
ii  remstats-bintools  1.0.13a-6 Remote Statistics System: tracerou

-- no debconf information


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



Bug#359216: kernel-image-2.6-em64t-p4-smp: Last security update (103sarge) is incompatible with the current version of iptables (1.2.11-10)

2006-03-27 Thread J.L. Fernandez Jambrina
Package: kernel-image-2.6-em64t-p4-smp
Version: 103sarge1
Severity: grave
Justification: user security hole


The iptables command fails after the security update
The ip_tables and the iptable_filter load without problem.

I choose the 'grave' severity level because firewalls won't start or be
defined (if the rely con iptables package).

José

xuxa:~# iptables -L
iptables v1.2.11: can't initialize iptables table `filter': Module is
wrong version
Perhaps iptables or your kernel needs to be upgraded.
xuxa:~# uname -a
Linux xuxa 2.6.8-12-em64t-p4-smp #1 SMP Thu Feb 9 08:38:33 UTC 2006
x86_64 GNU/Linux
xuxa:~# lsmod | grep iptable
iptable_filter  4352  0
ip_tables  20480  1 iptable_filter



-- System Information:
Debian Release: 3.1
Architecture: i386 (x86_64)
Kernel: Linux 2.6.8-12-em64t-p4-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages kernel-image-2.6-em64t-p4-smp depends on:
ii  kernel-image-2.6.8-12-em6 2.6.8-16sarge2 Linux kernel image for version 2.6

-- no debconf information


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



Bug#359218: fail2ban log grows quickly when iptables fails

2006-03-27 Thread J.L. Fernandez Jambrina
Package: fail2ban
Version: 0.6.1-1
Severity: wishlist


After a security update of my kernel package
(kernel-image-2.6.8-12-em64t-p4-smp) the iptables command start to fail,
so after the weekend I got these big fail2ban log files

xuxa:/etc# du -s /var/log/fail2ban.log*
39392   /var/log/fail2ban.log
2360/var/log/fail2ban.log.1.gz
4   /var/log/fail2ban.log.2.gz
4   /var/log/fail2ban.log.3.gz

Please, would you be so kind to include some kind of shelf-limitation,
and some kind of notification (sorry, I don't use the email ban
notification, so, although I has activate if some minutes ago, I don't
know if it covers this case).

José

-- System Information:
Debian Release: 3.1
Architecture: i386 (x86_64)
Kernel: Linux 2.6.8-12-em64t-p4-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages fail2ban depends on:
ii  iptables  1.2.11-10  Linux kernel 2.4+ iptables adminis
ii  python2.3.5-2An interactive high-level object-o

-- no debconf information


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



Bug#334746: php4-gd: Unable to use truetype fonts (workaround provided)

2005-10-19 Thread J.L. Fernandez Jambrina
Package: php4-gd
Version: 4:4.3.10-16
Severity: normal

when using both, imagettfbbox and imagettftext, I get the following
text messages instead of the image:

Warning: imagettfbbox(): Could not find/open font in
/home/jose/public_html/gen3/lib/xygraph_inc.php on line 83

Warning: imagettftext(): Could not find/open font in
/home/jose/public_html/gen3/lib/xygraph_inc.php on line 88

I't seems that php4-gd search for fonts in the directory 
/usr/share/fonts/truetype
while the truetype fonts are installed in subdirectories:

Example:
  The package msttcorefonts install it's fonts in 
 /usr/share/fonts/truetype/msttcorefonts 

 Other fonts appear in:
 /usr/share/fonts/truetype/ttf-bitstream-vera
 /usr/share/fonts/truetype/openoffice
 /usr/share/fonts/truetype/msttcorefonts
 /usr/share/fonts/truetype/freefont
 /usr/share/fonts/truetype/thryomanes
 
Workaround:
 copy the fonts to the  /usr/share/fonts/truetype directory:

cd  /usr/share/fonts/truetype
cp  msttcorefonts/* .

 Yours, Jose

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, '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 php4-gd depends on:
ii  debconf [debconf-2 1.4.30.13 Debian configuration management sy
ii  libapache-mod-php4 4:4.3.10-16   server-side, HTML-embedded scripti
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libfreetype6   2.1.7-2.4 FreeType 2 font engine, shared lib
ii  libgd2-xpm 2.0.33-1.1GD Graphics Library version 2
ii  libjpeg62  6b-10 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.8rel-1PNG library - runtime
ii  libt1-55.0.2-3   Type 1 font rasterizer library - r
ii  libx11-6   4.3.0.dfsg.1-14sarge1 X Window System protocol client li
ii  libxpm44.3.0.dfsg.1-14sarge1 X pixmap library
ii  php4-cgi [phpapi-2 4:4.3.10-16   server-side, HTML-embedded scripti
ii  php4-cli [phpapi-2 4:4.3.10-16   command-line interpreter for the p
ii  php4-common4:4.3.10-16   Common files for packages built fr
ii  xlibs  4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- debconf information:
  php4/extension_gd_cli: true
  php4/extension_gd_apache: true
  php4/add_extension: true
  php4/remove_extension: true
  php4/extension_gd_cgi: true


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



Bug#303260: hpoj: Found printer but failed to communicate with it!

2005-04-05 Thread J.L. Fernandez Jambrina
Package: hpoj
Version: 0.91-4
Severity: important

ptal-init setup command is unable to comunicate with parallel printers.
I tried it with two printers (an DESKJET 1120C and an HP Laserjet
4100), two computers and two cables. This is the output of ptal-init
setup:

Probe parallel port -base 0x378 -basehigh 0x778 -device /dev/lp0
(y/[n])?  y

*** Found DESKJET 1120C but failed to communicate with it!
*** Elapsed time for this attempt was 1 second(s).
*** Check syslog file for ptal-mlcd error messages.
*** See hpoj documentation for troubleshooting information.



I am able to print to the printer through the pararalel backend provided
by cupsys.

The content of /proc/sys/dev/parport/parport0/modes is
PCSPP,TRISTATE,COMPAT,ECP,DMA

The content of /proc/sys/dev/parport/parport0/base-addr is
888 1912
translated to hexadecimal gives 0x378 0x778 

The output in /var/log/syslog is 

Apr  5 18:52:15 xuxa ptal-mlcd: SYSLOG at ExMgr.cpp:3512, dev=mlc:par:probe, 
pid=4521, e=2, t=1112719935
Apr  5 18:52:15 xuxa ptal-mlcd: SYSLOG at ExMgr.cpp:652, dev=mlc:par:probe, 
pid=4522, e=2, t=1112719935
Apr  5 18:52:15 xuxa kernel: lp0: ECP mode
Apr  5 18:52:15 xuxa ptal-mlcd: ERROR at 
/var/lib/mythtv/mnt/home/msp/src/debian/hpoj/hpoj-0.91/mlcd/ParPort.h:782Apr
5 18:52:16 xuxa ptal-mlcd: ERROR at 
/var/lib/mythtv/mnt/home/msp/src/debian/hpoj/hpoj-0.91/mlcd/ParPort.h:641Apr
5 18:52:16 xuxa ptal-mlcd: ERROR at ExMgr.cpp:3606, 
dev=mlc:par:probe@/dev/lp0, pid=4522, e=25, t=111271993Apr  5 18:52:16
xuxa ptal-mlcd: ERROR at ExMgr.cpp:2559, dev=mlc:par:probe@/dev/lp0, 
pid=4522, e=25, t=111271993A

José,


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

Versions of packages hpoj depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-12   GCC support library
ii  libsnmp55.1.2-6.1NET SNMP (Simple Network Managemen
ii  libstdc++5  1:3.3.5-8The GNU Standard C++ Library v3
ii  libusb-0.1-42:0.1.10a-6  userspace USB programming library

-- no debconf information


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



Bug#295557: samba: a lot of Segfault in Samba

2005-02-16 Thread J.L. Fernandez Jambrina
Package: samba
Version: 3.0.10-1
Severity: important



Hi,
I have several Segfault in Samba lemail each day, some of them give 
backtrace an others no (the executable could not be found for process #).
I installed the samba-dbg package and I wait for the next
Segfault, and here is the backtrace. It's seems related with the laser
printer.

Thanks for your attention,

José

Using host libthread_db library /lib/tls/libthread_db.so.1.
`system-supplied DSO at 0xe000' has disappeared; keeping its
symbols.
0x40237fee in waitpid () from /lib/tls/libc.so.6
#0  0x40237fee in waitpid () from /lib/tls/libc.so.6
#1  0x401cdb62 in system () from /lib/tls/libc.so.6
#2  0x081e0541 in smb_panic2 (why=0x82b0b5d internal error, 
decrement_pid_count=1) at lib/util.c:1473
#3  0x081e04ca in smb_panic (why=0x82b0b5d internal error) at
lib/util.c:1432
#4  0x081cc8e8 in fault_report (sig=11) at lib/fault.c:41
#5  signal handler called
#6  0x in ?? ()
#7  0x081f4587 in tdb_fetch (tdb=0x83bb560, key=
{dptr = 0xb900 CACHE/laser, dsize = 12}) at tdb/tdb.c:1121
#8  0x081f6bb5 in tdb_fetch_int32_byblob (tdb=0x83bb560, 
keyval=0xb900 CACHE/laser, len=12) at tdb/tdbutil.c:154
#9  0x081f6c28 in tdb_fetch_int32 (tdb=0x83bb560, 
keystr=0xb900 CACHE/laser) at tdb/tdbutil.c:172
#10 0x081fe958 in print_cache_expired (snum=24) at printing/printing.c:1914
#11 0x081ffecf in print_queue_status (snum=24, ppqueue=0x0, status=0x0)
at printing/printing.c:2450
#12 0x0812dbf2 in update_monitored_printq_cache ()
at rpc_server/srv_spoolss_nt.c:1345
#13 0x080d400a in timeout_processing (deadtime=604800, 
select_timeout=0xbbd4, last_timeout_processing_time=0xbbd8)
at smbd/process.c:1460
#14 0x080d448b in smbd_process () at smbd/process.c:1542
#15 0x082579ba in main (argc=1, argv=0xbde4) at smbd/server.c:910

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages samba depends on:
ii  debconf [debconf-2.0]   1.4.30.11Debian configuration management sy
ii  libacl1 2.2.23-1 Access control list shared library
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libcomerr2  1.35-6   The Common Error Description libra
ii  libcupsys2-gnutls10 1.1.23-3 Common UNIX Printing System(tm) - 
ii  libkrb531.3.6-1  MIT Kerberos runtime libraries
ii  libldap22.1.30-3 OpenLDAP libraries
ii  libpam-modules  0.76-22  Pluggable Authentication Modules f
ii  libpam-runtime  0.76-22  Runtime support for the PAM librar
ii  libpam0g0.76-22  Pluggable Authentication Modules l
ii  libpopt01.7-5lib for parsing cmdline parameters
ii  logrotate   3.7-2Log rotation utility
ii  netbase 4.20 Basic TCP/IP networking system
ii  samba-common3.0.10-1 Samba common files used by both th

-- debconf information:
  samba/nmbd_from_inetd:
* samba/log_files_moved:
* samba/tdbsam: true
* samba/generate_smbpasswd: false
* samba/run_mode: inetd


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