[Bug 1101779] Re: autofs "lookup_mount: exports lookup" fails on IPv6-only hosts

2014-02-26 Thread Thomas Dreibholz
autofs fails to mount an IPv6 server. It seems to be that, regardless of
proto=tcp6, the DNS lookup uses IPv4:

Feb 26 15:09:15 svartkulp automount[21673]: mount_mount: mount(nfs): nfs 
options="nfsvers=4,proto=tcp6,rsize=32768,wsize=32768,soft,async,intr,noatime,nodiratime,rw",
 nobind=0, nosymlink=0, ro=0
Feb 26 15:09:15 svartkulp automount[21673]: mount_mount: mount(nfs): calling 
mkdir_path /nfs/adm
Feb 26 15:09:15 svartkulp automount[21673]: mount_mount: mount(nfs): calling 
mount -t nfs -s -o 
nfsvers=4,proto=tcp6,rsize=32768,wsize=32768,soft,async,intr,noatime,nodiratime,rw
 10.1.1.4:/filesrv/adm /nfs/adm
Feb 26 15:09:15 svartkulp automount[21673]: >> mount.nfs: Failed to resolve 
server 10.1.1.4: Address family for hostname not supported
Feb 26 15:09:15 svartkulp automount[21673]: mount(nfs): nfs: mount failure 
nfs.simula.nornet:/filesrv/adm on /nfs/adm
Feb 26 15:09:15 svartkulp automount[21673]: dev_ioctl_send_fail: token = 103
Feb 26 15:09:15 svartkulp automount[21673]: failed to mount /nfs/adm
Feb 26 15:09:15 svartkulp automount[21673]: handle_packet: type = 3
Feb 26 15:09:15 svartkulp automount[21673]: handle_packet_missing_indirect: 
token 104, name adm, request pid 21681
Feb 26 15:09:15 svartkulp automount[21673]: attempting to mount entry /nfs/adm
Feb 26 15:09:15 svartkulp automount[21673]: lookup_mount: lookup(file): looking 
up adm
Feb 26 15:09:15 svartkulp automount[21673]: dev_ioctl_send_fail: token = 104
Feb 26 15:09:15 svartkulp automount[21673]: failed to mount /nfs/adm

My system runs Ubuntu 12.04.4 LTS.

** Also affects: autofs (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: autofs5 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs in Ubuntu.
https://bugs.launchpad.net/bugs/1101779

Title:
  autofs "lookup_mount: exports lookup" fails on IPv6-only hosts

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1101779/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1101779] Re: autofs "lookup_mount: exports lookup" fails on IPv6-only hosts

2014-02-26 Thread Thomas Dreibholz
Note that I turned on debug output in /etc/default/autofs:
LOGGING="debug"

My NFS server has IPv4 as well as IPv6. Both addresses are in DNS (as A
and  record, respectively).

** Bug watch added: Debian Bug tracker #709366
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709366

** Also affects: debian via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709366
   Importance: Unknown
   Status: Unknown

** Bug watch added: Red Hat Bugzilla #711844
   https://bugzilla.redhat.com/show_bug.cgi?id=711844

** Also affects: fedora via
   https://bugzilla.redhat.com/show_bug.cgi?id=711844
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs in Ubuntu.
https://bugs.launchpad.net/bugs/1101779

Title:
  autofs "lookup_mount: exports lookup" fails on IPv6-only hosts

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1101779/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1252467] [NEW] /etc/cron.d/awstats: wrong user for cron job

2013-11-18 Thread Thomas Dreibholz
Public bug reported:

/etc/cron.d/awstats runs the statistics generation cron job with user
"www-data". The cron job needs to access /var/log/apache2/access.log.

$ ls -al /var/log/apache2/access.log
-rw-r- 1 root adm 342337 Nov 18 21:36 /var/log/apache2/access.log

$ sudo -u www-data cat /var/log/apache2/access.log
cat: /var/log/apache2/access.log: Permission denied

That is, www-data does not have the permission to access the log file.
Therefore, the user in /etc/cron.d/awstats needs to be "root" or --
probably better -- the log files of apache have to be written with
permission to be read by www-data. The current default configuration --
also tested with the development version of Ubuntu 14.04 -- does not
work.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: awstats (not installed)
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Mon Nov 18 21:35:19 2013
InstallationDate: Installed on 2013-10-18 (31 days ago)
InstallationMedia: Ubuntu-Server 13.10 "Saucy Salamander" - Release amd64 
(20131016)
MarkForUpload: True
SourcePackage: awstats
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: awstats (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to awstats in Ubuntu.
https://bugs.launchpad.net/bugs/1252467

Title:
  /etc/cron.d/awstats: wrong user for cron job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/awstats/+bug/1252467/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1246347] Re: Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in /var/log/syslog

2013-10-31 Thread Thomas Dreibholz
The Debian bug #559109 is quite old (from 2010). The current Ubuntu
package (at least in 12.04 LTS) does *not* have this solution applied.
It still uses the wrong logging level, producing the error output.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1246347] Re: Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in /var/log/syslog

2013-10-31 Thread Thomas Dreibholz
Modifying /etc/defaults/snmpd and setting "-Lsd" to "-LS6d" in SNMPDOPTS
and TRAPDOPTS hides the error message (as suggested by
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559109). At least, this
should be the default then. However, somebody should have a closer look
into the code in order to make sure that the link-local IPv6 addresses
do not cause any problems.

** Bug watch added: Debian Bug tracker #559109
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559109

** Also affects: netsnmp via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559109
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1246347] [NEW] Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in /var/log/syslog

2013-10-30 Thread Thomas Dreibholz
Public bug reported:

Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports are
written to /var/log/syslog. The problem *seems* to be IPv6 link-local
addresses of GRE tunnels. Several GRE tunnels have the same IPv6 link-
local address, which should be okay (since their scope is link-local).
However, snmpd seems to have a problem with that.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: snmpd 5.4.3~dfsg-2.4ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-55.85-generic 3.2.51
Uname: Linux 3.2.0-55-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Wed Oct 30 15:29:46 2013
InstallationMedia: Ubuntu-Server 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120817.3)
MarkForUpload: True
SNMPVersion:
 NET-SNMP version:  5.4.3
 Web:   http://www.net-snmp.org/
 Email: net-snmp-cod...@lists.sourceforge.net
SourcePackage: net-snmp
SyslogSnmptrapd:
 
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.snmp.snmpd.conf: [modified]
mtime.conffile..etc.snmp.snmpd.conf: 2013-10-11T12:02:23

** Affects: net-snmp (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1246347/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1083719] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build [error: implicit declaration of function ‘d_alloc_root’]

2013-08-28 Thread Thomas Dreibholz
This problem also affects 12.04 LTS, after installing linux-generic-lts-
raring-eol-upgrade for upgrading to a newer kernel.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1083719

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build [error: implicit declaration of function
  ‘d_alloc_root’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1083719/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 328571] Re: ssh not working after upgrade from Intrepid to Jaunty

2009-02-12 Thread Thomas Dreibholz
*** This bug is a duplicate of bug 328277 ***
https://bugs.launchpad.net/bugs/328277

Yes, I can confirm that this problem is restricted to GNOME only. ssh
from console as well as under the KDE environment work fine.

** This bug has been marked a duplicate of bug 328277
   can not login using ssh anymore

-- 
ssh not working after upgrade from Intrepid to Jaunty
https://bugs.launchpad.net/bugs/328571
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 328571] [NEW] ssh not working after upgrade from Intrepid to Jaunty

2009-02-12 Thread Thomas Dreibholz
Public bug reported:

ssh is not working any more after upgrade from Intrepid to Jaunty (latest 
development branch; February 12, 2009). Error message is: "buffer_get_ret: 
trying to get more bytes 4 than in buffer 0
buffer_get_int: buffer error"

openssh package version: 1:5.1p1-5ubuntu1

Output of "ssh -v 132.252.xxx.xxx":
OpenSSH_5.1p1 Debian-5ubuntu1, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 132.252.xxx.xxx [132.252.xxx.xxx] port 22.
debug1: Connection established.
debug1: identity file /home/dreibh/.ssh/identity type -1
debug1: identity file /home/dreibh/.ssh/id_rsa type -1
debug1: identity file /home/dreibh/.ssh/id_dsa type 2
debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.6p1 
Debian-5ubuntu0.6
debug1: match: OpenSSH_4.6p1 Debian-5ubuntu0.6 pat OpenSSH_4*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.1p1 Debian-5ubuntu1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host '132.252.xxx.xxx' is known and matches the RSA host key.
debug1: Found key in /home/dreibh/.ssh/known_hosts:208
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
buffer_get_ret: trying to get more bytes 4 than in buffer 0
buffer_get_int: buffer error

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New

-- 
ssh not working after upgrade from Intrepid to Jaunty
https://bugs.launchpad.net/bugs/328571
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs