[Bug 543506] Re: Some services not started on boot, runlevel returns "unknown"

2011-03-25 Thread gdowle
*** This bug is a duplicate of bug 554172 ***
https://bugs.launchpad.net/bugs/554172

@Mike Bianchi

I just wanted to thank you very much. In the last time I was struggling
hard with boot hangs on all our Ubuntu 10.04 Servers, and after I
followed your advice and commented out the "console output" in
/etc/init/*.conf, our servers are booting normally. Finally! I hope I
won't get into any problems with that thing called "upstart" in future
any more...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/543506

Title:
  Some services not started on boot, runlevel returns "unknown"

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 607838] Re: 3w-sas driver

2010-10-06 Thread gdowle
There are compiled driver modules for the 2.6.32-24 server kernel on the
3ware support pages:

http://kb.lsi.com/KnowledgebaseArticle16055.aspx

As Rusty said, it would be great to have support for the 3ware 9750
controller, so that we are able to install Ubuntu 10.04 Server on our
new servers that are equipped with that new 3ware controller.

Thanks!

-- 
3w-sas driver
https://bugs.launchpad.net/bugs/607838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 569029] [NEW] Problems using sysv-rc-conf and update-rc.d together

2010-04-23 Thread gdowle
Public bug reported:

Binary package hint: sysv-rc-conf

After removing all start links for a process like e.g. ntp via sysv-rc-
conf, then setting start links again for ntp with

update-rc.d ntp defaults

will not set the start links. It says:

"System startup links for /etc/init.d/ntp already exist.", although the
start links are not set.

Versions:
sysv-rc 2.86.ds1-14.1ubuntu45
sysv-rc-conf 0.99-6

** Affects: sysv-rc-conf (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Problems using sysv-rc-conf and update-rc.d together
https://bugs.launchpad.net/bugs/569029
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257153] Re: "TLS: peer cert untrusted or revoked (0x82)" error in Hardy's version of ldap-utils

2010-01-14 Thread gdowle
Ok, I solved my problem now.

My cacert.pem was a x509 v3 certificate, with Signature Algorithm:
md5WithRSAEncryption. With that cacert I got a "Verification failed"
from the gnutls-cli command (but not from the openssl command like
posted above).

After creating a new x509 v3 cacert.pem with Signature Algorithm:
sha1WithRSAEncryption, the gnutls-cli command succeeds with "Peer's
certificate is trusted", and the ldap authentication works fine now on
my Ubuntu 8.04 machine.

Software:
dpkg-query -W -f='${Package} ${Version} ${Source} ${Status}\n' | egrep 
'slapd|ldap|gnutls'
gnutls-bin 2.0.4-1ubuntu2.6 gnutls13 install ok installed
ldap-auth-client 0.5  install ok installed
ldap-auth-config 0.5 ldap-auth-client install ok installed
ldap-utils 2.4.9-0ubuntu0.8.04.1 openldap2.3 install ok installed
libcurl3-gnutls 7.18.0-1ubuntu2.2 curl install ok installed
libgnutls13 2.0.4-1ubuntu2.6 gnutls13 install ok installed
libldap-2.4-2 2.4.9-0ubuntu0.8.04.1 openldap2.3 install ok installed
libnss-ldap 258-1ubuntu3  install ok installed
libpam-ldap 184-2ubuntu2  install ok installed

-- 
"TLS: peer cert untrusted or revoked (0x82)" error in Hardy's version of 
ldap-utils
https://bugs.launchpad.net/bugs/257153
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257153] Re: "TLS: peer cert untrusted or revoked (0x82)" error in Hardy's version of ldap-utils

2010-01-13 Thread gdowle
Hi,

I think I have exactly the same problem. I have set up Ubuntu 8.04
(uptodate) as ldap-Client, and after I run "getent passwd" on that
client, the connection to the ldap-Server is refused:

TLS: peer cert untrusted or revoked (0x102)

My ldap.conf has the following entry:

URI  ldaps://ldap-01.example.com/
...
TLS_CACERT  /etc/ldap/ssl/cacert.pem
DEBUG  1

When I add the line TLS_REQCERT allow, everything is just working fine,
but this is no solution for me for security reasons.

The command
openssl s_client -host ldap-01.example.com -port 636 -CAfile 
/etc/ldap/ssl/cacert.pem 
returns:
...
New, TLSv1/SSLv3, Cipher is AES256-SHA
Server public key is 2048 bit
Compression: NONE
Expansion: NONE
SSL-Session:
Protocol  : TLSv1
Cipher: AES256-SHA
...
Timeout   : 300 (sec)
Verify return code: 0 (ok)
---

so, the local cacert.pem should be the correct CACertificate.

Further I have set up Suse Linux Enterprise 10 SP2 as another ldap-
client with exactly the same ldap-configuration  (without the line
TLS_REQCERT allow), and everything works fine there.

As I'm bound to Ubuntu LTS versions, I cannot switch to another version
like Karmic or so. So I would be very pleased if somebody could help me
out.

Thanks

-- 
"TLS: peer cert untrusted or revoked (0x82)" error in Hardy's version of 
ldap-utils
https://bugs.launchpad.net/bugs/257153
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 426813] Re: snmpd dies after requests with snmpwalk

2009-09-16 Thread gdowle
It's only a simple testing script:

#! /bin/bash
while [ 1 ]
do
  snmpwalk -v2c -c test_server 162.23.61.160
  sleep 5
done

-- 
snmpd dies after requests with snmpwalk
https://bugs.launchpad.net/bugs/426813
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 426813] Re: snmpd dies after requests with snmpwalk

2009-09-15 Thread gdowle
Thank you for this hint!
I installed snmpd-dbgsym and libsnmp15-dbgsym and generated a backtrace with 
gdb and put the output in the attachment. Snmpd died after 4 or 5 runs of 
snmpwalk.

** Attachment added: "gdb-snmpd.txt"
   http://launchpadlibrarian.net/31830216/gdb-snmpd.txt

-- 
snmpd dies after requests with snmpwalk
https://bugs.launchpad.net/bugs/426813
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 426813] Re: snmpd dies after requests with snmpwalk

2009-09-11 Thread gdowle
Could somebody please help? This really looks like a bug, because I
almost use the default configuration for snmpd.

Thank you

-- 
snmpd dies after requests with snmpwalk
https://bugs.launchpad.net/bugs/426813
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 426813] Re: snmpd dies after requests with snmpwalk

2009-09-09 Thread gdowle
** Visibility changed to: Public

-- 
snmpd dies after requests with snmpwalk
https://bugs.launchpad.net/bugs/426813
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs