[Bug 582740] Re: Forwarded ports not closed to remote ssh2 server in FIN_WAIT_2

2010-05-27 Thread Jka
Scott - I switched to Colins PPA a few hours after testing the daily
snapshot and can confirm it's fixed in his PPA, 1:5.5p1-3ubuntu1.

It'd be nice to streamline standard lucid with 5.5p1 - though I
understand 5.5 has many new features.

For me 1:5.3p1-3ubuntu3 and 1:5.3p1-3ubuntu4 has a defect that will keep
me well away from having it installed.

-- 
Forwarded ports not closed to remote ssh2 server in FIN_WAIT_2
https://bugs.launchpad.net/bugs/582740
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 582740] Re: Forwarded ports not closed to remote ssh2 server in FIN_WAIT_2

2010-05-22 Thread Jka
Bug doesn't occur in 5.5p1 current Openssh daily snapshot, it's specific
to 5.3

-- 
Forwarded ports not closed to remote ssh2 server in FIN_WAIT_2
https://bugs.launchpad.net/bugs/582740
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 582740] Re: Forwarded ports not closed to remote ssh2 server in FIN_WAIT_2

2010-05-19 Thread Jka
Update:
If I use the ssh binary from package openssh-client_5.1p1-6ubuntu2_amd64.deb 
9.10 (Karmic) on my 10.04 system as the Session 2 caller to the remote ssh2 
server, then session 1 shows the ports closing down correctly confirming the 
channel is dead, like they would on a native 9.10 system.


** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
Forwarded ports not closed to remote ssh2 server in FIN_WAIT_2
https://bugs.launchpad.net/bugs/582740
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 582740] Re: Forwarded ports not closed to remote ssh2 server in FIN_WAIT_2

2010-05-19 Thread Jka
Problem still present in todays proposed release

ii  openssh-client1:5.3p1-3ubuntu4  
  secure shell (SSH) client, for secure access
ii  openssh-server1:5.3p1-3ubuntu4  
  secure shell (SSH) server, for secure access

Current workaround is to use 'ssh' binary from openssh-
client_5.1p1-6ubuntu2_amd64.deb

-- 
Forwarded ports not closed to remote ssh2 server in FIN_WAIT_2
https://bugs.launchpad.net/bugs/582740
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 387576] Re: Cannot use LDAP accounts on armel build; has incorrect symlink or /lib/nss_ldap.so incorrectly supplied

2009-06-16 Thread Jka
Also been reported as:

libnss-ldap doesn't query LDAP server for users and groups
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511750

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

** Changed in: libnss-ldap (Ubuntu)
   Status: New = Confirmed

-- 
Cannot use LDAP accounts on armel build; has incorrect symlink or 
/lib/nss_ldap.so incorrectly supplied
https://bugs.launchpad.net/bugs/387576
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap 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 387576] [NEW] Cannot use LDAP accounts on armel build; has incorrect symlink or /lib/nss_ldap.so incorrectly supplied

2009-06-15 Thread Jka
Public bug reported:

Binary package hint: libnss-ldap

This is a report and manual work around:

Installed info:
Jaunty on an NSLU2 ARM 
Description:Ubuntu 9.04
Release:9.04
2.6.28-11-ixp4xx armv5tel

Package:
ii  libnss-ldap   261-2.1ubuntu1NSS 
module for using LDAP as a naming service


Looks like the build for the armel (NSLU2 specifically)  provides an incomplete 
symlink'd or unfinished build which doesn't allow LDAP user accounts to operate 
locally. A Ubuntu Jaunty i686 client with libnss_ldap installed and configured 
to use the NSLU2 servers works ok, but other remote NSLU2 don't.

All 'getent passwd' operation executed on NSLU2 (local or remote) only
list local accounts. Jaunty  i686 to NSLU2 'getent passwd' works.

Found on NSLU2 that a library symlink in /usr/lib/libnss_ldap.so
referenced a non-existant /lib/libnss_ldap.so.2

lrwxrwxrwx root/root 0 2008-11-19 08:32 ./usr/lib/libnss_ldap.so - 
/lib/libnss_ldap.so.2
r...@j-slug00:/lib# find /lib/*nss*ldap* -ls 
3827760 lrwxrwxrwx   1 root root   13 Jun 12 15:54 
/lib/nss_ldap.so - nss_ldap.so.1
382775   80 -rw-r--r--   1 root root76028 Nov 19  2008 
/lib/nss_ldap.so.1
r...@j-slug00:/lib# 

There exists a file called /lib/nss_ldap.so.1,  compared the entry
points with a Jaunty i686 build libnss_ldap.so.2 and they match.

Manual installed workaround solution:
  
  Create a symlink for libnss_ldap.so.2 - nss_ldap.so.1 in /lib


r...@j-slug00:/ # getent passwd | grep john
r...@j-slug00:/ # cd /lib
r...@j-slug00:/lib# 
r...@j-slug00:/lib# ln -s nss_ldap.so libnss_ldap.so.2
r...@j-slug00:/lib# getent passwd | grep john
john:x:1000:1:John Doe:/home/john:/bin/bash
r...@j-slug00:/lib# 


Build logfile for ARM shows the build kit problem:

drwxr-xr-x root/root 0 2008-11-19 08:32 ./lib/
-rw-r--r-- root/root 76028 2008-11-19 08:31 ./lib/nss_ldap.so.1
lrwxrwxrwx root/root 0 2008-11-19 08:32 ./usr/lib/libnss_ldap.so - 
/lib/libnss_ldap.so.2
lrwxrwxrwx root/root 0 2008-11-19 08:32 ./lib/nss_ldap.so - 
nss_ldap.so.1

** Affects: libnss-ldap (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Cannot use LDAP accounts on armel build; has incorrect symlink or 
/lib/nss_ldap.so incorrectly supplied
https://bugs.launchpad.net/bugs/387576
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap 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