[Bug 763467] Re: SIOCGMIIREG errors on e1000e interface

2011-08-08 Thread Anders Bruun Olsen
This problem also affects servers in my farm.

From syslog:
Aug  8 11:08:22 webcache1 Keepalived_vrrp: SIOCGMIIREG on eth1 failed: 
Input/output error
Aug  8 11:08:22 webcache1 Keepalived_vrrp: last message repeated 21 times
Aug  8 11:08:22 webcache1 Keepalived_healthcheckers: SIOCGMIIREG on eth1 
failed: Input/output error

# dmesg | grep eth1
[1.833254] :05:00.0: eth1: (PCI Express:2.5GB/s:Width x1) 
00:23:7d:fd:81:12
[1.833258] :05:00.0: eth1: Intel(R) PRO/1000 Network Connection
[1.833343] :05:00.0: eth1: MAC: 1, PHY: 4, PBA No: d70413-004
[8.543925] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   11.463533] e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: 
None
[   11.464415] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   21.962572] eth1: no IPv6 routers present

# dpkg -l keepalived
ii  keepalived1.1.17-2ubuntu1   
Failover and monitoring daemon for LVS clusters

# lspci -vvv -s 05:00.0
05:00.0 Ethernet controller: Intel Corporation 82572EI Gigabit Ethernet 
Controller (Copper) (rev 06)
Subsystem: Hewlett-Packard Company Device 704a
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 28
Region 0: Memory at ec12 (32-bit, non-prefetchable) [size=128K]
Region 1: Memory at ec10 (32-bit, non-prefetchable) [size=128K]
Region 2: I/O ports at 2000 [size=32]
[virtual] Expansion ROM at e800 [disabled] [size=128K]
Capabilities: [c8] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=1 PME-
Capabilities: [d0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 
Enable+
Address: fee0100c  Data: 4191
Capabilities: [e0] Express (v1) Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s 512ns, 
L1 64us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ 
Unsupported+
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ 
TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s, Latency L0 
4us, L1 64us
ClockPM- Suprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ 
DLActive- BWMgmt- ABWMgmt-
Capabilities: [100] Advanced Error Reporting ?
Capabilities: [140] Device Serial Number 12-81-fd-ff-ff-7d-23-00
Kernel driver in use: e1000e
Kernel modules: e1000e

Can we please have a fix for this?

** Changed in: keepalived (Ubuntu)
   Status: Expired = New

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

Title:
  SIOCGMIIREG errors on e1000e interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/763467/+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 618715] Re: ldapsearch ignores TLS_CACERT from /etc/ldap/ldap.conf but gladly reads ~/.ldapcert.pem

2010-08-17 Thread Anders Bruun Olsen
a...@ginnungagap:~$ cat /etc/ldap/ldap.conf 
#
# LDAP Defaults
#

# See ldap.conf(5) for details
# This file should be world readable but not world writable.

BASEdc=dsl,dc=dk
URI ldap://admin1.dsl.lan

#SIZELIMIT  12
#TIMELIMIT  15
#DEREF  never
TLS_CACERT /etc/ssl/certs/cacert.pem
SSL start_tls

a...@ginnungagap:~$ ldapsearch -x -D cn=admin,dc=dsl,dc=dk -Z -W uid=abo cn
ldap_start_tls: Connect error (-11)
Enter LDAP Password: 
ldap_result: Can't contact LDAP server (-1)

a...@ginnungagap:~$ cp /etc/ssl/certs/cacert.pem .ldapcert.pem

a...@ginnungagap:~$ ldapsearch -x -D cn=admin,dc=dsl,dc=dk -Z -W uid=abo cn
Enter LDAP Password: 
# extended LDIF
#
# LDAPv3
# base dc=dsl,dc=dk (default) with scope subtree
# filter: uid=abo
# requesting: cn 
#

# abo, people, dsl.dk
dn: uid=abo,ou=people,dc=dsl,dc=dk
cn: Anders Bruun Olsen

# search result
search: 3
result: 0 Success

# numResponses: 2
# numEntries: 1

-- 
ldapsearch ignores TLS_CACERT from /etc/ldap/ldap.conf but gladly reads 
~/.ldapcert.pem
https://bugs.launchpad.net/bugs/618715
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 618715] Re: ldapsearch ignores TLS_CACERT from /etc/ldap/ldap.conf but gladly reads ~/.ldapcert.pem

2010-08-17 Thread Anders Bruun Olsen
The file was copied by the user abo, so yes.

-- 
ldapsearch ignores TLS_CACERT from /etc/ldap/ldap.conf but gladly reads 
~/.ldapcert.pem
https://bugs.launchpad.net/bugs/618715
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 618715] [NEW] ldapsearch ignores TLS_CACERT from /etc/ldap/ldap.conf but gladly reads ~/.ldapcert.pem

2010-08-16 Thread Anders Bruun Olsen
Public bug reported:

Binary package hint: ldap-utils

I have setup an OpenLDAP server with TLS support using the guide at
https://help.ubuntu.com/10.04/serverguide/C/openldap-server.html. When I
tried to do an ldapsearch over ldaps:// or using start-tls (-Z) it would
refuse and give the error message TLS: peer cert untrusted or revoked
(0x42). That message is given because the CA certificate is not read and
thus the server certificate can not be verified. I made sure that
TLS_CACERT was specified correctly in /etc/ldap/ldap.conf, but that made
no difference. According to strace the CA certificate file was not even
read. It did however try to read ~/.ldapcert.pem, and when I copied the
CA certificate file to that path, it worked. I seems that the ldap-
utilities ignore part of ldap.conf.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: ldap-utils 2.4.21-0ubuntu5.3
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Mon Aug 16 17:05:10 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: openldap

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


** Tags: amd64 apport-bug lucid

-- 
ldapsearch ignores TLS_CACERT from /etc/ldap/ldap.conf but gladly reads 
~/.ldapcert.pem
https://bugs.launchpad.net/bugs/618715
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 618715] Re: ldapsearch ignores TLS_CACERT from /etc/ldap/ldap.conf but gladly reads ~/.ldapcert.pem

2010-08-16 Thread Anders Bruun Olsen

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/618715/+attachment/1493447/+files/Dependencies.txt

-- 
ldapsearch ignores TLS_CACERT from /etc/ldap/ldap.conf but gladly reads 
~/.ldapcert.pem
https://bugs.launchpad.net/bugs/618715
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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