[Bug 272812] Re: package samba 3.0.28a-1ubuntu4.5 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-10-26 Thread ptn2008
** Description changed:

- Binary package hint: samba
- 
- I renamed the files smb.conf and smbusers to smb.con_ and smbuse_ in the
- /etc/samba directory. I did not touch the gdbcommands file. No other
- file was in the directory.
- 
- Then I ran
- sudo apt-get remove samba
- sudo apt-get clean
- sudo apt-get install samba
- 
- at the install, the following occurred:
- 
- [from screen]
- 
+ Reading package lists... Done
+ Building dependency tree   
+ Reading state information... Done
  The following packages were automatically installed and are no longer 
required:
-   python-zopeinterface python-twisted-core python-libuser python-pygame
-   python-pyogg python-pyvorbis python-editobj libsdl-ttf2.0-0
-   python-cerealizer libuser1 libcal3d12 python-soya python-tofu
-   libsdl-mixer1.2 libode0debian1 simgear0 plib1.8.4c2 python-twisted-bin
-   libsdl-image1.2
+   libntfs-3g12
  Use 'apt-get autoremove' to remove them.
  Suggested packages:
openbsd-inetd inet-superserver smbldap-tools
  The following NEW packages will be installed:
samba
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 3840kB of archives.
  After this operation, 9429kB of additional disk space will be used.
- Get:1 http://es.archive.ubuntu.com hardy-updates/main samba 
3.0.28a-1ubuntu4.5 [3840kB]
- Fetched 3840kB in 1min7s (56.8kB/s)   
 
+ Get:1 http://vn.archive.ubuntu.com hardy-updates/main samba 
3.0.28a-1ubuntu4.5 [3840kB]
+ Fetched 3840kB in 29s (129kB/s)   
 
  Preconfiguring packages ...
  Selecting previously deselected package samba.
- (Reading database ... 133205 files and directories currently installed.)
+ (Reading database ... 120170 files and directories currently installed.)
  Unpacking samba (from .../samba_3.0.28a-1ubuntu4.5_i386.deb) ...
  Setting up samba (3.0.28a-1ubuntu4.5) ...
-  * Starting Samba daemons
[fail] 
- invoke-rc.d: initscript samba, action start failed.
- dpkg: error processing samba (--configure):
-  subprocess post-installation script returned error exit status 1
- E: Sub-process /usr/bin/dpkg returned an error code (1)
- 
- [end screen]
- 
- in the /etc/samba the files I renamed have not been recreated while a
- new file was added - smbpasswd. It was not there before.
- 
- All this was done to try to reset the samba installation to a virgin
- state. I have solved the problem by renaming the backed up files back
- again.
- 
- regards
- Mike
- 
- ProblemType: Package
- Architecture: i386
- Date: Sun Sep 21 17:57:13 2008
- DistroRelease: Ubuntu 8.04
- ErrorMessage: subprocess post-installation script returned error exit status 1
- Package: samba 3.0.28a-1ubuntu4.5
- PackageArchitecture: i386
- SourcePackage: samba
- Title: package samba 3.0.28a-1ubuntu4.5 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
- Uname: Linux 2.6.24-19-server i686
+ Generating /etc/default/samba...
+ tdbsam_open: Converting version 0 database to version 3.
+ account_policy_get: tdb_fetch_uint32 failed for field 1 (min password 
length), returning 0
+ account_policy_get: tdb_fetch_uint32 failed for field 2 (password history), 
returning 0
+ account_policy_get: tdb_fetch_uint32 failed for field 3 (user must logon to 
change password), returning 0
+ account_policy_get: tdb_fetch_uint32 failed for field 4 (maximum password 
age), returning 0
+ account_policy_get: tdb_fetch_uint32 failed for field 5 (minimum password 
age), returning 0
+ account_policy_get: tdb_fetch_uint32 failed for field 6 (lockout duration), 
returning 0
+ account_policy_get: tdb_fetch_uint32 failed for field 7 (reset count 
minutes), returning 0
+ account_policy_get: tdb_fetch_uint32 failed for field 8 (bad lockout 
attempt), returning 0
+ account_policy_get: tdb_fetch_uint32 failed for field 9 (disconnect time), 
returning 0
+ account_policy_get: tdb_fetch_uint32 failed for field 10 (refuse machine 
password change), returning 0
+ Importing account for nobody...ok
+ Importing account for baithien...ok
+  * Starting Samba daemons

-- 
package samba 3.0.28a-1ubuntu4.5 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/272812
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


Re: [Bug 114505] Re: ntp brought up before network is ready; fails not resolve any ip or host names; ntp does not recover

2008-10-26 Thread cwsupport
Hi,

I disagree with this diagnosis..

S28NetworkManager is a red-herring. For a start Hardy doesnt have
this...Looking at the startup for Hardy:

S15bind9
S16openvpn
S16ssh
S17mysql-ndb-mgm
S17portmap
S18avahi-daemon
S18mysql-ndb
S19mysql
S20apmd
S20apport
S20cupsys
S20cyrus2.2
S20exim4
S20hotkey-setup
S20jboss
S20nfs-common
S20nfs-kernel-server
S20nvidia-kernel
S20powernowd
S20rsync
S20samba
S20saslauthd
S20ser2net
S20winbind
S20xl2tpd
S23ntp

As you can see S23ntp is up WAY after bind9. DNS clients resolving using
gethostbyname() only need the network up - and on worst case (i.e. my
machine with a caching DNS server) it needs to be up after S15bind9. It
seems to me the problem is that NTP is run before the *network* cards
are brought up properly (certainly before eth0). By the time it hits
S23ntp the damage was already done a long time before.

Resolution is based around /etc/nsswitch.conf, /etc/hosts and
/etc/resolv.conf. As it happens I am running caching DNS servers (bind9)
on all these machines as well - to fail to obtain the host that means
NTP is being executed PRIOR to S15bind9.

Now I have to say...the situation with the NTP daemon is a farce and
there have been so many people 'tampering' with NTPD startup that quite
frankly the use of /etc/rc2.d scripts is being completely undermined.
What is needed is a proper solution here rather than yet more tampering.
The NTP daemon is being started already from around 3 different places.
It is the ordering and interaction of these which is causing the
problems - coupled with the fact that the NTP daemon itself does not
perform any kind of retry-recovery internally.

Thomas wrote:
 I just finished a fresh U8.10-rc install.
 Plain vanilla, all I added was the NTP package.

 [EMAIL PROTECTED]:~$ ls -l /etc/rc5.d/S2[38]*
 lrwxrwxrwx 1 root root 13 Oct 26 14:18 /etc/rc5.d/S23ntp - ../init.d/ntp
 lrwxrwxrwx 1 root root 24 Oct 26 10:10 /etc/rc5.d/S28NetworkManager - 
 ../init.d/NetworkManager

 NTP starts before Network Manager, meaning that NTP won't have DNS available 
 at startup.
 It tends to work, but moving NTP's startup after Network Managers should make 
 it more reliable. It will also allow NTPDATE to run (it's called from the 
 ip-up scripts, but will fail as NTPD will already own the socket).

 [EMAIL PROTECTED]:~$ grep ntp-server /etc/dhcp3/dhclient.conf
 [EMAIL PROTECTED]:~$

 NTP servers still aren't requested by default. If whoever set up your
 DHCP server knows enought to advertise NTP server(s) then chances are
 you should use them (or at the very least PREPEND them).

   

-- 
Sincerely Yours

Copyright Witness Net Support
[EMAIL PROTECTED]

www.copyrightwitness.com
Registration centre for copyright works.

This e-mail and any attachments are confidential and intended for the addressee 
only.
The information in this mail does not amount to legal advice or opinion. Any 
views or legal references are those of the author and are based on personal 
opinion or understanding only.

-- 
ntp brought up before network is ready; fails not resolve any ip or host names; 
ntp does not recover
https://bugs.launchpad.net/bugs/114505
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 114505] Re: ntp brought up before network is ready; fails not resolve any ip or host names; ntp does not recover

2008-10-26 Thread J Carerra
Moderators may delete this post if you wish..

I just have to say it is truly incredible this issue is not fixed in
Hardy.  It has been known for a long time and the fundamental cause is
known--the necessary sequence of getting the internet connection to be
fully functioning (eth0, dhcp, etc) before running ntpdate to
completion, then running ntp.

ntp is so widely used, it is amazing this wasn't satisfactorily
addressed.

As for the tampering, we HAVE TO DO THAT TO GET THE DANG THING TO WORK.

-- 
ntp brought up before network is ready; fails not resolve any ip or host names; 
ntp does not recover
https://bugs.launchpad.net/bugs/114505
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 289470] [NEW] open-iscsi user-space does not match kernel module version

2008-10-26 Thread Daniel Hasler
Public bug reported:

Binary package hint: open-iscsi

Starting with kernel 2.6.27-6, the open-iscsi user-space version seemd not to 
match the kernel modules anymore.
After starting iscsid with /etc/init.d/open-iscsi start, I could not list the 
iscsi session with iscsiadm -m session, but got the following error:
iscsiadm: Could not get host for sid 1.
iscsiadm: could not get host_no for session 6.
iscsiadm: could not find session info for session1
iscsiadm: Can not get list of active sessions (6)

Digging somewhat deeper (intensive googling), I found that someone had
the same error before, when the sysfs layout for iscsi information
changed.

I then downloaded the current open-iscsi sources (870rc3) and it started
to work again.

The current open-iscsi version shipped with ubuntu 8.10 is 865 - does
this match the kernel modules?

** Affects: open-iscsi (Ubuntu)
 Importance: Undecided
 Status: New

-- 
open-iscsi user-space does not match kernel module version
https://bugs.launchpad.net/bugs/289470
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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 286828] Re: CIFS share broken after upgrade from 8.04 - 8.10

2008-10-26 Thread Eskild Hustvedt
I tried a fresh install of the RC and the same occurs there.

-- 
CIFS share broken after upgrade from 8.04 - 8.10
https://bugs.launchpad.net/bugs/286828
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 114505] Re: ntp brought up before network is ready; fails not resolve any ip or host names; ntp does not recover

2008-10-26 Thread cwsupport
re tampering :) Know how you feel.

Because of this I feel it is better to fix the problem at source (pun
intended!) and have raised #288914 [
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/288914 ] to try to
prompt discussions. When I get a chance I will d/l the source and fix it
properlybut im a couple of months away of being able to fit that
into my workload.

The question I have yet to resolve is *what* is pulling NTPD up prior to
S15bind9 being executed (and I reckon it happens more than once!).

If NTP worked as I suggested in 288914 then all this messing about in
dhcp scripts, ifup scripts etc would completely disappear and we can
stick with just executing ntpd once from S23ntp quite happily - or even
earlier if desired.

-- 
ntp brought up before network is ready; fails not resolve any ip or host names; 
ntp does not recover
https://bugs.launchpad.net/bugs/114505
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 289479] [NEW] problems when trying to install packages: E: /var/cache/apt/archives/wallpaper-tray_0.4.6-5_i386.deb: files list file for package `libldap-2.4-2' is missing final newline

2008-10-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

The installation process aborted with the error message displayed above.
I also tried to install other applications and I got the same crash
(missing final newline), so I don't think it's a package error.

ProblemType: Package
Architecture: i386
Dependencies:
 
DistroRelease: Ubuntu 8.10
ErrorMessage: files list file for package `libldap-2.4-2' is missing final 
newline
NonfreeKernelModules: nvidia
Package: libavutil49 None [modified: /var/lib/dpkg/info/libavutil49.list]
SourcePackage: ffmpeg-debian
Title: package libavutil49 None [modified: /var/lib/dpkg/info/libavutil49.list] 
failed to install/upgrade: files list file for package `libldap-2.4-2' is 
missing final newline
Uname: Linux 2.6.27-7-generic i686

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


** Tags: apport-package
-- 
problems when trying to install packages: E: 
/var/cache/apt/archives/wallpaper-tray_0.4.6-5_i386.deb: files list file for 
package `libldap-2.4-2' is missing final newline
https://bugs.edge.launchpad.net/bugs/289479
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 146598] Re: Can't get DHCP lease from Adtran 1224 switch/router

2008-10-26 Thread Daniel T Chen
Is this symptom still reproducible in 8.10 RC or later?

** Changed in: linux (Ubuntu)
Sourcepackagename: dhcp3 = linux
   Status: New = Incomplete

-- 
Can't get DHCP lease from Adtran 1224 switch/router
https://bugs.launchpad.net/bugs/146598
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


[Bug 288914] Re: Basic logic of NTP should not require constant use of ntpdate and restarting of ntpd

2008-10-26 Thread Onno Benschop
*** This bug is a duplicate of bug 114505 ***
https://bugs.launchpad.net/bugs/114505

** This bug has been marked a duplicate of bug 114505
   ntp brought up before network is ready; fails not resolve any ip or host 
names; ntp does not recover

-- 
Basic logic of NTP should not require constant use of ntpdate and restarting of 
ntpd
https://bugs.launchpad.net/bugs/288914
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee (via bug 114505).

-- 
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 114505] Re: ntp brought up before network is ready; fails not resolve any ip or host names; ntp does not recover

2008-10-26 Thread Onno Benschop
On 25/10/08 04:42, cwsupport wrote:
 The NTP server comes up  down like a yoyo during system boot
How did you determine this?

-- 
Onno Benschop

Connected via Optus B3 at S31°54'06 - E115°50'39 (Yokine, WA)
--
()/)/)()..ASCII for Onno..
|?..EBCDIC for Onno..
--- -. -. ---   ..Morse for Onno..

ITmaze   -   ABN: 56 178 057 063   -  ph: 04 1219    -
[EMAIL PROTECTED]

-- 
ntp brought up before network is ready; fails not resolve any ip or host names; 
ntp does not recover
https://bugs.launchpad.net/bugs/114505
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 114505] Re: ntp brought up before network is ready; fails not resolve any ip or host names; ntp does not recover

2008-10-26 Thread Onno Benschop
I don't feel that opening another bug for the same issue is helpful and
have marked Bug #288914 as a duplicate.

On 27/10/08 02:13, cwsupport wrote:
 The question I have yet to resolve is *what* is pulling NTPD up prior to
 S15bind9 being executed (and I reckon it happens more than once!)
This is of much more interest than any other issue.

The patch I submitted to this bug brings NTP down and restarts it when
an interface comes up. It was based on the fix that was supplied by
heindsight. It was applied after testing and confirming, like J Carrera
did, that it worked.

I don't have a machine with multiple interfaces available, but I suspect
now that the code runs for *each* interface, causing NTP to be restarted
multiple times. While annoying, this should not actually cause it to fail.

I'm much more interested in attempting to determine what starts NTP and
how to fix that.

-- 
Onno Benschop

Connected via Optus B3 at S31°54'06 - E115°50'39 (Yokine, WA)
--
()/)/)()..ASCII for Onno..
|?..EBCDIC for Onno..
--- -. -. ---   ..Morse for Onno..

ITmaze   -   ABN: 56 178 057 063   -  ph: 04 1219    -
[EMAIL PROTECTED]

-- 
ntp brought up before network is ready; fails not resolve any ip or host names; 
ntp does not recover
https://bugs.launchpad.net/bugs/114505
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 114505] Re: ntp brought up before network is ready; fails not resolve any ip or host names; ntp does not recover

2008-10-26 Thread J Carerra
Onno, would you please elaborate on the patch you posted...

-What files does it modify, delete, or add?
-What, in detail, does it do, exactly, step by step?
-How does one employ/deploy it?
-To what versions can it be applied?

Thanks.

-- 
ntp brought up before network is ready; fails not resolve any ip or host names; 
ntp does not recover
https://bugs.launchpad.net/bugs/114505
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 114505] Re: ntp brought up before network is ready; fails not resolve any ip or host names; ntp does not recover

2008-10-26 Thread Onno Benschop
See above, date: 2008-03-07

-- 
ntp brought up before network is ready; fails not resolve any ip or host names; 
ntp does not recover
https://bugs.launchpad.net/bugs/114505
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 114505] Re: ntp brought up before network is ready; fails not resolve any ip or host names; ntp does not recover

2008-10-26 Thread Onno Benschop
Just to be clear, this patch has already been accepted and applied into
NTP - it was what closed this bug report on 2008-03-08 and now, seven
months later, there has been a further report indicating that there is
still a problem.

-- 
ntp brought up before network is ready; fails not resolve any ip or host names; 
ntp does not recover
https://bugs.launchpad.net/bugs/114505
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 200614] Re: segfault and warnings from net-snmp 5.4.x

2008-10-26 Thread Chad Campling
I would also like to see this fix in Hardy LTS

-- 
segfault and warnings from net-snmp 5.4.x
https://bugs.launchpad.net/bugs/200614
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp 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 114505] Re: ntp brought up before network is ready; fails not resolve any ip or host names; ntp does not recover

2008-10-26 Thread cwsupport
Hi,

Onno Benschop wrote:
 On 25/10/08 04:42, cwsupport wrote:
   
 The NTP server comes up  down like a yoyo during system boot
 
 How did you determine this?

   
I see lots of ntp started  messages during startup.

-- 
ntp brought up before network is ready; fails not resolve any ip or host names; 
ntp does not recover
https://bugs.launchpad.net/bugs/114505
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 114505] Re: ntp brought up before network is ready; fails not resolve any ip or host names; ntp does not recover

2008-10-26 Thread J Carerra
It is illuminating to look at syslog in an editor/viewer just after a
boot and search for 'ntp.'  That will show you the ntpd and ntpdate
calls--easily showing if multiple attempts are happening.  You can also
see if ntpd is making associations, look to see if interfaces are up, if
dhcp addresses have been assigned before ntp is trying to start, and if
ntpdate ran before ntpd.

Also, I have thought that the fix for this should also add the 'write to
hardware switch' to ntpdate IF AND ONLY IF ntpdate is successful. This
will avoid the rare but possible case of the machine clock being more
than 1000 secs wrong from actual, causing ntpd to go silent without
notification (other than logging).

-- 
ntp brought up before network is ready; fails not resolve any ip or host names; 
ntp does not recover
https://bugs.launchpad.net/bugs/114505
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 275418] Re: Scp freezes on named pipe

2008-10-26 Thread Ralph Janke
** Changed in: openssh (Ubuntu)
 Assignee: Ralph Janke (txwikinger) = (unassigned)

-- 
Scp freezes on named pipe
https://bugs.launchpad.net/bugs/275418
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 114505] Re: ntp brought up before network is ready; fails not resolve any ip or host names; ntp does not recover

2008-10-26 Thread Onno Benschop
J Carrera, I do not know what you mean by 'write to hardware switch' to
ntpdate.

-- 
ntp brought up before network is ready; fails not resolve any ip or host names; 
ntp does not recover
https://bugs.launchpad.net/bugs/114505
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 222003] [NEW] Can't contact LDAP server

2008-10-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I'm trying to set up ldap authentication in a fresh 8.04 installation.
I've done exactly as we have in working 7.10 machines but it doesn't
work.

This is what I get in auth.log:

Apr 25 18:02:23 labclient login[9311]: PAM unable to 
dlopen(/lib/security/pam_smbpass.so)
Apr 25 18:02:23 labclient login[9311]: PAM [error: 
/lib/security/pam_smbpass.so: cannot open shared object file: No such file or 
directory]
Apr 25 18:02:23 labclient login[9311]: PAM adding faulty module: 
/lib/security/pam_smbpass.so
Apr 25 18:02:27 labclient login[9311]: pam_ldap: ldap_simple_bind Can't contact 
LDAP server
Apr 25 18:02:27 labclient login[9311]: pam_ldap: reconnecting to LDAP server...
Apr 25 18:02:27 labclient login[9311]: pam_ldap: ldap_simple_bind Can't contact 
LDAP server
Apr 25 18:02:27 labclient login[9311]: pam_unix(login:auth): check pass; user 
unknown
Apr 25 18:02:27 labclient login[9311]: pam_unix(login:auth): authentication 
failure; logname=LOGIN uid=0 euid=0 tty=tty4 ruser= rhost= 
Apr 25 18:02:30 labclient login[9311]: FAILED LOGIN (1) on 'tty4' FOR 
`UNKNOWN', User not known to the underlying authentication module

And this is from ldapsearch -d 1:

ldap_create
ldap_pvt_sasl_getmech
ldap_search
put_filter: (objectclass=*)
put_filter: simple
put_simple_filter: objectclass=*
ldap_send_initial_request
ldap_new_connection 1 1 0
ldap_int_open_connection
ldap_connect_to_host: TCP 172.19.66.6:636
ldap_new_socket: 4
ldap_prepare_socket: 4
ldap_connect_to_host: Trying 172.19.66.6:636
ldap_pvt_connect: fd: 4 tm: -1 async: 0
TLS: hostname (172.19.66.6) does not match common name in certificate 
(172.19.66.6).
ldap_err2string
ldap_sasl_interactive_bind_s: Can't contact LDAP server (-1)

I guess it has something to do with the TLS: hostname (172.19.66.6)
does not match common name in certificate (172.19.66.6). line. Weird.

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

-- 
Can't contact LDAP server
https://bugs.launchpad.net/bugs/222003
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to libpam-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 222003] Re: Can't contact LDAP server

2008-10-26 Thread Steve Langasek
** Changed in: libpam-ldap (Ubuntu)
Sourcepackagename: pam = libpam-ldap

-- 
Can't contact LDAP server
https://bugs.launchpad.net/bugs/222003
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libpam-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 175297] Re: system filesystems are logged within munin

2008-10-26 Thread Christian
FWIW, the bug has been fixed upstream too, see
http://munin.projects.linpro.no/ticket/572

-- 
system filesystems are logged within munin
https://bugs.launchpad.net/bugs/175297
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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