[Bug 119295] Re: OpenSSH should support VIA PadLock

2008-04-22 Thread Ian Lister
From the OpenSSL engine documentation at
http://www.openssl.org/docs/crypto/engine.html :

 Automatically using builtin ENGINE implementations

 Here we'll assume we want to load and register all ENGINE implementations
 bundled with OpenSSL, such that for any cryptographic algorithm required by
 OpenSSL - if there is an ENGINE that implements it and can be initialise, it
 should be used. The following code illustrates how this can work;

  /* Load all bundled ENGINEs into memory and make them visible */
  ENGINE_load_builtin_engines();
  /* Register all of them for every algorithm they collectively implement */
  ENGINE_register_all_complete();

 That's all that's required. Eg. the next time OpenSSL tries to set up an RSA
 key, any bundled ENGINEs that implement RSA_METHOD will be passed to
 ENGINE_init() and if any of those succeed, that ENGINE will be set as the
 default for RSA use from then on.

From the above, as long as the Padlock engine loads successfully it
should be used where possible. The output of openssl engine should
indicate whether the engine is able to load successfully, and calling
ENGINE_set_default_ciphers() shouldn't affect what's loaded or not
loaded.

At the time I posted my previous comment I was testing with OpenSSH
4.7p1 on FreeBSD 6.2 and its system OpenSSL 0.9.7e-p1. Since then I've
updated the machine to FreeBSD 7.0 (with its system OpenSSL 0.9.8e).
Like you, I do *not* now see any acceleration unless I add a call to
ENGINE_set_default_ciphers(). Further, a call to
ENGINE_get_cipher_engine(NID_aes_128_ecb) immediately prior to calling
ENGINE_set_default_ciphers() returns NULL, but a call immediately
afterwards returns non-NULL.

I thought I previously didn't need to call ENGINE_set_default_ciphers()
at all (and that I was seeing acceleration without any configuration or
other code changes), but it's possible I confused myself and only ever
tested a version with an explicit ENGINE_set_default_ciphers() call.
It's also possible that the behaviour changed between versions. Either
way the current behaviour we're both seeing doesn't match the
documentation above, which would be a bug in OpenSSL. I'll have a
further dig when I get a chance (unless you or somebody else beats me to
it).

-- 
OpenSSH should support VIA PadLock
https://bugs.launchpad.net/bugs/119295
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


Re: [Bug 217815] Re: Installation stalls randomly until a key is pressed

2008-04-22 Thread Matt Zimmerman
On Mon, Apr 21, 2008 at 09:19:23PM -, Colin Watson wrote:
 Derek: There's no screensaver in d-i. Screen blanking is a distant
 possibility, though. The default screen blanking interval set by the
 kernel is 10 minutes, and d-i doesn't change this; if the failure
 happens after 10 minutes (or nearby, to allow for possible clock skew
 inside kvm) then that would provide some circumstantial support for
 this.

If that were the case, I'd expect the progress bar to jump if it was paused
for a few minutes, though no one has mentioned that.

-- 
 - mdz

-- 
Installation stalls randomly until a key is pressed
https://bugs.launchpad.net/bugs/217815
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 119295] Re: OpenSSH should support VIA PadLock

2008-04-22 Thread Ian Lister
At first glance it looks like the OpenSSL engine code has broken caching
logic (in crypto/engine/eng_table.c) in all versions of 0.9.8, but is
reversed and correct in all versions of 0.9.7. I haven't tested it, but
I suspect the attached patch will fix the issue.

** Attachment added: Patch to reverse caching logic
   http://launchpadlibrarian.net/13798833/bug119295.patch

-- 
OpenSSH should support VIA PadLock
https://bugs.launchpad.net/bugs/119295
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 220220] [NEW] Apache processes stuck in Gracefully finishing state

2008-04-22 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: apache

I have a big problem with apache 2.2.4-3ubuntu0.1 of latest gutsy.

Apache prefork uses a internal dummy connection to tell childs they
should die. When apache emits that request to a child (too many idle
workers, MaxRequestsPerChild reached...), the children correctly dies
(is not longer a proc in the system), but the apache main process still
thinks it's Gracefully finishing.

Server status page shows processes on this state in a number increasing
until Maxclients is reached and apache stops answering connections.

It can be reproduced on my system easily issuing a /etc/init.d/apache2
reload. With that I get a lot of connections in the 'G' state.

I'm also seeing problems with /etc/init.d/apache2 restart. It thinks its
stoped too soon, and the start finds that the socket is still being
used, logs are locked or other problems.

I have seen a maybe related issue on apache's bugzilla:
https://issues.apache.org/bugzilla/show_bug.cgi?id=42829
But I'm not sure.

It's on a xen virtual machine, maybe it's a problem related to this.

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

-- 
Apache processes stuck in Gracefully finishing state
https://bugs.launchpad.net/bugs/220220
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to apache2 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 174805] Re: [gutsy] graceful-stop fails when apache listens on more than one socket

2008-04-22 Thread Guillermo Pérez
As I reported in bug #220220, on my system the problem is worse:

When apache kills some of it's children (too many idle processes,
MaxRequestsPerChild reached) it also gets stuck in Gracefully
finishing state.

This leaves from time to time stuck child processes, that remain there
till apache reaches maxclients and STOPS answering to connections! This
is a severe bug, worse than just avoid using reload on init script. I
have to monitor and completely restart apache every 5-7 days on a high-
traffic server and this is causing me lot's of problems. Please try to
release a fix soon. Thanks!

-- 
[gutsy] graceful-stop fails when apache listens on more than one socket
https://bugs.launchpad.net/bugs/174805
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 220220] Re: Apache processes stuck in Gracefully finishing state

2008-04-22 Thread Guillermo Pérez
*** This bug is a duplicate of bug 174805 ***
https://bugs.launchpad.net/bugs/174805

The reload problem is reported on Ubuntu bug #174805

** Changed in: apache2 (Ubuntu)
Sourcepackagename: apache = apache2

** Changed in: apache2 (Ubuntu)
   Status: New = Invalid

** This bug has been marked a duplicate of bug 174805
   [gutsy] graceful-stop fails when apache listens on more than one socket

-- 
Apache processes stuck in Gracefully finishing state
https://bugs.launchpad.net/bugs/220220
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 217815] Re: Installation stalls randomly until a key is pressed

2008-04-22 Thread Colin King
It maybe worth booting with clocksource set to one of the alternative
clocksources available on your machine. One can see which clocksources
are available using:

cat /sys/devices/system/clocksource/clocksource0/available_clocksource

and then boot with clocksource=xxx  (where xxx is one of the
clocksoures).

I cannot test this as I don't have the ability to run kvm on my hardware
setup here. Can somebody try this and checks if it helps or not.

-- 
Installation stalls randomly until a key is pressed
https://bugs.launchpad.net/bugs/217815
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 47886] Re: cannot find name for group ID XXXXX

2008-04-22 Thread Chuck Short
Is this still a problem for you?

Thanks
chuck

** Changed in: samba (Ubuntu)
   Status: Triaged = Incomplete

-- 
cannot find name for group ID X
https://bugs.launchpad.net/bugs/47886
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 185729] Re: nautilus is unable to copy folders from samba

2008-04-22 Thread Sebastien Bacher
closing the gvfs tasks since samba has the same issue

** Changed in: samba (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

** Changed in: gvfs (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: Confirmed = Invalid

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 119295] Re: OpenSSH should support VIA PadLock

2008-04-22 Thread Ian Lister
I've now tested the above patch and it seems to do the trick, so I've
sent it in upstream to the OpenSSL RT system.

-- 
OpenSSH should support VIA PadLock
https://bugs.launchpad.net/bugs/119295
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 190343] Re: dhclient-script will set hostname to blank

2008-04-22 Thread Chuck Short
I was able to reproduce this.

Thanks
chuck

** Changed in: dhcp3 (Ubuntu)
   Status: Incomplete = Confirmed

-- 
dhclient-script will set hostname to blank
https://bugs.launchpad.net/bugs/190343
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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


Re: [Bug 47886] Re: cannot find name for group ID XXXXX

2008-04-22 Thread DigitalWarrior
Yes it is.

I have stopped using winbind for my Enterprises groups in nsswitch, and have
taken a slightly different path.
It still occurs for my domain users gid, and I am using
/etc/security/group.conf for local group membership stuff.

On Tue, Apr 22, 2008 at 8:23 AM, Chuck Short [EMAIL PROTECTED]
wrote:

 Is this still a problem for you?

 Thanks
 chuck

 ** Changed in: samba (Ubuntu)
   Status: Triaged = Incomplete

 --
 cannot find name for group ID X
 https://bugs.launchpad.net/bugs/47886
 You received this bug notification because you are a direct subscriber
 of the bug.



-- 
Here's to cheating, stealing, fighting and drinking. If you cheat, may it be
a death; if you steal, may it be a heart; if you fight, may it be for your
Brother; and if you drink, may it be with me. - A Biker

DW

-- 
cannot find name for group ID X
https://bugs.launchpad.net/bugs/47886
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 47886] Re: cannot find name for group ID XXXXX

2008-04-22 Thread DigitalWarrior
** Attachment added: unnamed
   http://launchpadlibrarian.net/13825550/unnamed

-- 
cannot find name for group ID X
https://bugs.launchpad.net/bugs/47886
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 47886] Re: cannot find name for group ID XXXXX

2008-04-22 Thread Chuck Short
You should have a look at likewise then for hardy.

regards
chuck

** Changed in: samba (Ubuntu)
   Status: Incomplete = Triaged

-- 
cannot find name for group ID X
https://bugs.launchpad.net/bugs/47886
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 216091] Re: [Hardy] bash-completion takes too long for scp

2008-04-22 Thread Alejandro Díaz-Caro
** Changed in: openssh (Ubuntu)
   Status: Incomplete = Confirmed

-- 
[Hardy] bash-completion takes too long for scp
https://bugs.launchpad.net/bugs/216091
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 217815] Re: Installation stalls randomly until a key is pressed

2008-04-22 Thread Henrik Nilsen Omma
Changing package to kvm as it seems we've isolated the offending patch
now.

** Changed in: kvm (Ubuntu)
Sourcepackagename: linux = kvm
   Status: Confirmed = In Progress

-- 
Installation stalls randomly until a key is pressed
https://bugs.launchpad.net/bugs/217815
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 217815] Re: Installation stalls randomly until a key is pressed

2008-04-22 Thread QuentinHartman
I get this problem on real hardware, _not_ KVM. In my comment above I
list the model and specs for reference. I also reference that in bug
#217849.

-- 
Installation stalls randomly until a key is pressed
https://bugs.launchpad.net/bugs/217815
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 217815] Re: Installation stalls randomly until a key is pressed

2008-04-22 Thread Rick Clark
** Changed in: kvm (Ubuntu)
   Target: ubuntu-8.04.1 = ubuntu-8.04

-- 
Installation stalls randomly until a key is pressed
https://bugs.launchpad.net/bugs/217815
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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


Re: [Bug 216091] Re: [Hardy] bash-completion takes too long for scp

2008-04-22 Thread Alejandro Díaz-Caro
Oh, sorry, but it was Incomplete, and I added the necessary
information, so I thought that I had to change it. I'm sorry.

-- 
[Hardy] bash-completion takes too long for scp
https://bugs.launchpad.net/bugs/216091
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 219528] Re: recode function segfaults

2008-04-22 Thread Chuck Short
Im actually able to reproduce this I might have found a patch that fixes it
chuck

-- 
recode function segfaults
https://bugs.launchpad.net/bugs/219528
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 214456] Re: package ibmasm-utils 3.0-1ubuntu3 failed to install/upgrade: Unterprozess neues pre-removal-Skript gab den Fehlerwert 3 zur?ck

2008-04-22 Thread james734
Got this fixed on my system by rename the original init script and then
running the update/upgrade again.

-- 
package ibmasm-utils 3.0-1ubuntu3 failed to install/upgrade: Unterprozess neues 
pre-removal-Skript gab den Fehlerwert 3 zur?ck
https://bugs.launchpad.net/bugs/214456
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ibmasm-utils 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 217815] Re: Installation stalls randomly until a key is pressed

2008-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package kvm - 1:62+dfsg-0ubuntu7

---
kvm (1:62+dfsg-0ubuntu7) hardy; urgency=low

  * Revert sighandler.patch and virtio_hang.patch. Fixes hang in installer and
likely other places, too. (LP: #217815)

 -- Soren Hansen [EMAIL PROTECTED]   Tue, 22 Apr 2008 19:09:33 +0200

** Changed in: kvm (Ubuntu)
   Status: In Progress = Fix Released

-- 
Installation stalls randomly until a key is pressed
https://bugs.launchpad.net/bugs/217815
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 155947] Re: libnss-ldap: calls to initgroups() causes boot to hang when using 'bind_policy hard'

2008-04-22 Thread Jamie Strandboge
Turns out the above doesn't work out too well, as the patch depends on
getpwnam_r(), a glibc function which then ends up using libnss-ldap.
Tried a few things, but it didn't help the hang.

A less intrusive patch will be to have an initscript run on shutdown
which edits /etc/ldap.conf based on the value of
nss_initgroups_minimum_uid.

** Changed in: libnss-ldap (Ubuntu)
   Status: Triaged = Fix Committed

-- 
libnss-ldap: calls to initgroups() causes boot to hang when using 'bind_policy 
hard'
https://bugs.launchpad.net/bugs/155947
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 220724] [NEW] Assertion error in schema_init.c:366: octetStringIndexer

2008-04-22 Thread Michael Jeanson
Public bug reported:

Using slapd 2.4.7-6ubuntu3 on hardy i386, I get random crashes in modify
operations.

Log :
oc_check_allowed type modifyTimestamp
slapd: /build/buildd/openldap2.3-2.4.7/servers/slapd/schema_init.c:366: 
octetStringIndexer: Assertion `i  0' failed.
Abandon

There is a debian bug filed for this issue :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474161

The solution is present but it's not clear if it was packaged or not in
unstable.

The fix is 2 one liners has described here :
http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/modify.c.diff?r1=1.301r2=1.302hideattic=1sortbydate=0f=h
http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/back-bdb/modify.c.diff?r1=1.173r2=1.174hideattic=1sortbydate=0f=h

This bug makes slapd unusable in hardy at least for me. I'll package the
fix for testing on my servers and report any side-effects.

** Affects: openldap2.3 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: openldap2.3 (Debian)
 Importance: Unknown
 Status: Unknown

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

** Also affects: openldap2.3 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474161
   Importance: Unknown
   Status: Unknown

-- 
Assertion error in schema_init.c:366: octetStringIndexer
https://bugs.launchpad.net/bugs/220724
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 47886] Re: cannot find name for group ID XXXXX

2008-04-22 Thread Ante Karamatić
Anything in logs? /var/log/samba/*winbind*

-- 
cannot find name for group ID X
https://bugs.launchpad.net/bugs/47886
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 155947] Re: libnss-ldap: calls to initgroups() causes boot to hang when using 'bind_policy hard'

2008-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package libnss-ldap - 258-1ubuntu3

---
libnss-ldap (258-1ubuntu3) hardy; urgency=low

  * add nssldap-update-ignoreusers that updates nss_initgroups_ignoreusers in
/etc/ldap.conf based on nss_initgroups_minimum_uid. Added initscript to
call nssldap-update-ignoreusers on shutdown. Based on changes by
Dustin Kirkland. Fix for LP: #155947
  * References
https://bugs.edge.launchpad.net/ubuntu/+source/libnss-ldap/+bug/155947

 -- Jamie Strandboge [EMAIL PROTECTED]   Tue, 22 Apr 2008 14:07:14
-0400

** Changed in: libnss-ldap (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
libnss-ldap: calls to initgroups() causes boot to hang when using 'bind_policy 
hard'
https://bugs.launchpad.net/bugs/155947
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 220724] Re: Assertion error in schema_init.c:366: octetStringIndexer

2008-04-22 Thread Michael Jeanson
Here is a patch containing the fix, it's working fine on my servers.

** Attachment added: fix-modify
   http://launchpadlibrarian.net/13829941/fix-modify

-- 
Assertion error in schema_init.c:366: octetStringIndexer
https://bugs.launchpad.net/bugs/220724
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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


Re: [Bug 185524] Re: ssh tunnel dies unexpectedly several times a day

2008-04-22 Thread Dustin Kirkland
You can use -vvv option to ssh to log more verbosely.  Would be
interesting to capture the message that occur when your tunneled
connection breaks.


:-Dustin

-- 
ssh tunnel dies unexpectedly several times a day
https://bugs.launchpad.net/bugs/185524
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 188754] Re: rules for amavisd-new are not catching all mails

2008-04-22 Thread Daniel Hahler
** Changed in: amavisd-new (Ubuntu)
Sourcepackagename: logcheck = amavisd-new
   Importance: Undecided = Medium
   Status: New = Triaged

-- 
rules for amavisd-new are not catching all mails 
https://bugs.launchpad.net/bugs/188754
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new 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


Re: [Bug 185524] Re: ssh tunnel dies unexpectedly several times a day

2008-04-22 Thread Oleksiy Kokachev
Dear Dustin.
Thanks for note.
This happened in Gutsy. I'll check it in Hardy soon and I'll post here
messages from ssh with -vvv option.

On Wed, Apr 23, 2008 at 5:55 AM, Dustin Kirkland [EMAIL PROTECTED] wrote:
 You can use -vvv option to ssh to log more verbosely.  Would be
  interesting to capture the message that occur when your tunneled
  connection breaks.


  :-Dustin

  --


 ssh tunnel dies unexpectedly several times a day
  https://bugs.launchpad.net/bugs/185524
  You received this bug notification because you are a direct subscriber
  of the bug.


-- 
ssh tunnel dies unexpectedly several times a day
https://bugs.launchpad.net/bugs/185524
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 220844] [NEW] wbinfo fails to enumerate users and groups

2008-04-22 Thread spencer
Public bug reported:

Binary package hint: winbind

Running off the Ubuntu 8.04 Beta livecd and when installed to the local
computer, I try to join the computer to an existing Windows Server 2003
Active Directory using Kerberos, Winbind, and Samba. I discovered
errors, so I tested the same steps against a Debian stable server, a
server that had no problems joining the domain. Here are the exact steps
I took:

$ sudo su
# gedit /etc/hosts
[here are the contents of the file:
127.0.0.1 localhost
127.0.1.1 ubuntu
127.0.0.1 ubuntu.domainname localhost ubuntu
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
]
# cat /etc/resolv.conf
[here are the contents of the file:
search domainname
nameserver 192.168.1.2
]
# apt-get install samba smbclient winbind krb5-doc krb5-user krb5-config
[ installs these versions:
samba: 3.0.28a-1ubuntu4
smbclient: 3.0.28a-1ubuntu4
winbind: 3.0.28a-1ubuntu4
krb5-doc: 1.6.dfsg.3~beta1-2ubuntu1
krb5-user: 1.6.dfsg.3~beta1-2ubuntu1
krb5-config: 1.17
]
# sudo gedit /etc/krb5.conf
[here are the contents of the file:
[libdefaults]
default_realm = DOMAINNAME

[realms]
DOMAINNAME = {
kdc = adserver
admin_server = adserver
}

[domain_realm]
.domainname = DOMAINNAME
domainname = DOMAINNAME
]
# kinit Administrator
# klist
# kdestroy
# apt-get install ntpdate
[installs these versions:
ntpdate: 1:4.2.4p4+dfsg-3ubuntu2
]
# gedit /etc/default/ntpdate
[here are the contents of the file:
NTPDATE_USE_NTP_CONF=yes
NTPSERVERS=adserver
NTPOPTIONS=-u
]
# gedit /etc/samba/smb.conf
[here are the contents of the file:
[global]
security =  ads
password server =   adserver
encrypt passwords = yes
workgroup = DOMAINNAME
realm = DOMAINNAME
netbios name =  ubuntu
idmap uid = 1 - 2
idmap gid = 1 - 2
winbind enum users =yes
winbind enum groups =   yes
winbind use default domain =yes
]
# /etc/init.d/winbind stop
# /etc/init.d/samba restart
# /etc/init.d/winbind start
# kinit Administrator
# klist
[returns this information:
Ticket cache: FILE:/tmp/krb5cc_999
Default principal: [EMAIL PROTECTED]

Valid starting ExpiresService principal
04/23/08 00:47:19  04/23/08 10:47:23  krbtgt/[EMAIL PROTECTED]
renew until 04/24/08 00:47:19


Kerberos 4 ticket cache: /tmp/tkt999
klist: You have no tickets cached
]
# net ads join -U Administrator
[returns this information:
Administrator's password: 
Using short domain name -- DOMAINNAME
Joined 'UBUNTU' to realm 'DOMAINNAME'
]
# wbinfo -u
[returns this information:
Error looking up domain users
]
# wbinfo -g
[returns this information:
Error looking up domain groups
]
# wbinfo -a Administrator
[returns this information: (sic)
plaintext password authentication failed
error code was NT_STATUS_NO_SUCH_USER (0xc064)
error messsage was: No such user
Could not authenticate user Administrator with plaintext password
challenge/response password authentication failed
error code was NT_STATUS_INVALID_HANDLE (0xc008)
error messsage was: Invalid handle
Could not authenticate user Administrator with challenge/response
]

getent passwd contains only local users, not remote users.

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

-- 
wbinfo fails to enumerate users and groups
https://bugs.launchpad.net/bugs/220844
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 220850] [NEW] ssh-agent dies often in hardy (new behavior)

2008-04-22 Thread Brak
Public bug reported:

Binary package hint: openssh-client


I regularly add keys to the agent on startup and ssh to many dozens of 
machines.  Before upgrading to Hardy Heron, this method was rock solid.  The 
agent and therefore my sessions would be up for days if not weeks, happily 
humming along.

Since upgrading to Hardy, the agent dies regularly which is really
really annoying.  It could be related to load (if I ssh to many machines
in parallel), but again, none of this behavior existed for me or my
workload before Hardy Heron.

Nothing found yet in logs.  The seahorse-agent is still running.

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

-- 
ssh-agent dies often in hardy (new behavior)
https://bugs.launchpad.net/bugs/220850
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 216091] Re: [Hardy] bash-completion takes too long for scp

2008-04-22 Thread Alejandro Díaz-Caro
** Changed in: openssh (Ubuntu)
   Status: Confirmed = New

-- 
[Hardy] bash-completion takes too long for scp
https://bugs.launchpad.net/bugs/216091
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 216091] Re: [Hardy] bash-completion takes too long for scp

2008-04-22 Thread Mathias Gug
May be related to bug 84899.

** Changed in: openssh (Ubuntu)
   Status: New = Incomplete

-- 
[Hardy] bash-completion takes too long for scp
https://bugs.launchpad.net/bugs/216091
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