[Bug 348075] Re: CIFS VFS: server not responding

2009-03-25 Thread Thierry Carrez
*** This bug is a duplicate of bug 211631 ***
https://bugs.launchpad.net/bugs/211631

Duplicate of bug 211631

The community doc you point to was never an official solution, as it
breaks other functionality (like having /usr on NFS). At that point
mounting network filesystems at boot while using NetworkManager to
handle your network (rather than editing /etc/network/interfaces) is not
really supported.

Please also see https://lists.ubuntu.com/archives/ubuntu-
devel/2009-March/027770.html for a discussion on how to fix it.

** This bug has been marked a duplicate of bug 211631
   Network is brought down before network filesystems are unmounted (CIFS 
timeout at shutdown)

-- 
CIFS VFS: server not responding
https://bugs.launchpad.net/bugs/348075
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 348283] Re: package mysql-server-5.0 won't install when /tmp mounted 'noexec'

2009-03-25 Thread Andreas Olsson
I can confirm this problem in Intrepid (mysql 5.0.67-0ubuntu6) as well
as in Jaunty (5.1.30really5.0.75-0ubuntu8).

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: New = Confirmed

-- 
package mysql-server-5.0 won't install when /tmp mounted 'noexec'
https://bugs.launchpad.net/bugs/348283
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 270395] Re: cannot resolve windows host name

2009-03-25 Thread clovepower
Thanks Steve, I was not aware of the options.

So far winbind appears to be working good on my LAN...and until it works
do not fix it :)

-- 
cannot resolve windows host name
https://bugs.launchpad.net/bugs/270395
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 347788] Re: OpenVPN client does not recognize WLAN connections

2009-03-25 Thread firebird
ok, i am starting to understand, what you meant by more information on the 
configuration:
i have defined the LAN connection during installation of intrepid, and of 
course i can see it in network-manager as eth0.
checkbox system setting is enabled there.

the vpn is not configured in network-manager as i am using pkcs12 (ie. *.p12) 
certificates which are currently not supported by network-manager.
the vpn is not being established automatically during system startup, but i 
have installed openvpngui, which is a very simple to use taskbar applet that 
uses the config files in /etc/openvpn and that allows to select between several 
different configs. 
this implies that all routes should practically be there, as i of course gnome 
needs to be running in order to use openvpngui.

btw. the wireless connection is also not being started automatically during 
system startup, but i connect manually through the network-manager taskbar 
applet.
the reason for this is that i run from one institute to another and all of 
those of course have differen networks...

please see the attachment for information on the daemon.log

** Attachment added: log.txt
   http://launchpadlibrarian.net/24326067/log.txt

-- 
OpenVPN client does not recognize WLAN connections
https://bugs.launchpad.net/bugs/347788
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 348283] Re: package mysql-server-5.0 won't install when /tmp mounted 'noexec'

2009-03-25 Thread Andreas Olsson
*** This bug is a duplicate of bug 90085 ***
https://bugs.launchpad.net/bugs/90085

Actually, this seems to a dpkg/debconf issue. See Bug #90085, to which
this bug is a duplicate of, for more information. It also seems to
contain some workaround information.

** This bug has been marked a duplicate of bug 90085
   When /tmp is mounted noexec, preconfigure fails

-- 
package mysql-server-5.0 won't install when /tmp mounted 'noexec'
https://bugs.launchpad.net/bugs/348283
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 303458] Re: segfault in pam_smbpass.so

2009-03-25 Thread Steve Langasek
On Tue, Mar 24, 2009 at 12:58:40PM -, Thierry Carrez wrote:
 Steve,
 The smbpasswd-syslog.patch you submitted to Samba [1] as a fix to Debian
 bug 434372 never made it to a Samba release. Since this sudo segfault
 issue seems to only affect our build (and only since Intrepid) I was
 wondering if the patch was not introducing an issue when run against the
 3.2 or 3.3 line... It looks alright to me, but...

It's possible, but I can't see any bugs in the patch and there are no
warnings in the build log related to this code.

And it's still not reproducible for me. :/

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org

-- 
segfault in pam_smbpass.so
https://bugs.launchpad.net/bugs/303458
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 348126] Re: ssh are using ssh-userauth but ignores private key

2009-03-25 Thread Thierry Carrez
Works for me, using ssh-agent:
debug1: Next authentication method: publickey
debug1: Offering public key: meuh-rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Server accepts key: pkalg ssh-rsa blen 277
debug2: input_userauth_pk_ok: fp snipp
debug3: sign_and_send_pubkey
debug1: Authentication succeeded (publickey).

Jaunty ssh-client ssh-server 1:5.1p1-5ubuntu1

-- 
ssh are using ssh-userauth but ignores private key
https://bugs.launchpad.net/bugs/348126
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 347788] Re: OpenVPN client does not recognize WLAN connections

2009-03-25 Thread firebird
err yes, as far as i can see with tail -f on /var/log/daemon.log nothing is 
being inserted there if i start the vpn via openvpngui, so heres another log 
from the openvpn output window.
i believe these two lines to be the interesting ones: 

Wed Mar 25 10:17:01 2009 TLS Error: TLS key negotiation failed to occur within 
60 seconds (check your network connectivity)
Wed Mar 25 10:17:01 2009 TLS Error: TLS handshake failed

** Attachment added: TerminalOutput.txt
   http://launchpadlibrarian.net/24326498/TerminalOutput.txt

-- 
OpenVPN client does not recognize WLAN connections
https://bugs.launchpad.net/bugs/347788
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 341526] Re: Add support for Dell Driver Injection Disk

2009-03-25 Thread Bug Watch Updater
** Changed in: fedora
   Status: In Progress = Fix Released

-- 
Add support for Dell Driver Injection Disk
https://bugs.launchpad.net/bugs/341526
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 348126] Re: ssh are using ssh-userauth but ignores private key

2009-03-25 Thread rancor
I have 2 systems with this problem and 1 where it works as expected.

-- 
ssh are using ssh-userauth but ignores private key
https://bugs.launchpad.net/bugs/348126
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 348454] Re: PDU support not working

2009-03-25 Thread Arnaud Quette

** Attachment added: nut_2.4.1-2ubuntu2_ubuntu3.debdiff
   http://launchpadlibrarian.net/24333419/nut_2.4.1-2ubuntu2_ubuntu3.debdiff

-- 
PDU support not working
https://bugs.launchpad.net/bugs/348454
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 348454] [NEW] PDU support not working

2009-03-25 Thread Arnaud Quette
Public bug reported:

Binary package hint: nut

we (NUT upstream) recently uncovered an issue with the tested PDU from Eaton:
the pre compiler fooled us with the .h (header) files, resulting in keeping 
only the untested PDUs from Raritan.

The attached patched (debdiff form with dpatch) fixes this while waiting for a 
proper fix (probably in 2.4.2)
As a side note, I've not applied it to Debian since we have no release 
underway. so that can wait for 2.4.2.

thanks for applying it.

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

-- 
PDU support not working
https://bugs.launchpad.net/bugs/348454
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 305264] Re: gnutls regression: failure in certificate chain validation

2009-03-25 Thread Mathias Gug
** Changed in: openldap (Ubuntu Intrepid)
 Assignee: (unassigned) = Mathias Gug (mathiaz)

** Changed in: openldap (Ubuntu Hardy)
 Assignee: (unassigned) = Mathias Gug (mathiaz)

-- 
gnutls regression: failure in certificate chain validation
https://bugs.launchpad.net/bugs/305264
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 181188] Re: Open-iscsi causes machine to hang on reboot

2009-03-25 Thread Wido den Hollander
I am also having this issue on Ubuntu Hardy 8.0.4.2

At the moment we backport the package from Jaunty, but since Hardy is a
LTS we prefer using the versions delivered through the Hardy
repositories.

Is there an eta for a fix for Hardy?

-- 
Open-iscsi causes machine to hang on reboot
https://bugs.launchpad.net/bugs/181188
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 306886] Re: AppArmor profile included doesn't allow mysql to bind to socket

2009-03-25 Thread Jamie Strandboge
Ivan, can you also add the following to your apparmor profile, and
restart it:

network inet stream,


** Changed in: mysql-dfsg-5.0 (Ubuntu)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

-- 
AppArmor profile included doesn't allow mysql to bind to socket
https://bugs.launchpad.net/bugs/306886
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 348532] [NEW] mysql apparmor profile does not allow access to /var/log/mysql.*

2009-03-25 Thread Jamie Strandboge
Public bug reported:

Need to add:
  /var/log/mysql.log rw,
  /var/log/mysql.err rw,

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Medium
 Assignee: Jamie Strandboge (jdstrand)
 Status: Triaged

-- 
mysql apparmor profile does not allow access to /var/log/mysql.*
https://bugs.launchpad.net/bugs/348532
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 348532] Re: mysql apparmor profile does not allow access to /var/log/mysql.*

2009-03-25 Thread Jamie Strandboge
Will upload after beta.

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)
   Status: New = Triaged
   Target: None = ubuntu-9.04

-- 
mysql apparmor profile does not allow access to /var/log/mysql.*
https://bugs.launchpad.net/bugs/348532
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 306886] Re: AppArmor profile included doesn't allow mysql to bind to winbind socket

2009-03-25 Thread Jamie Strandboge
** Summary changed:

- AppArmor profile included doesn't allow mysql to bind to socket
+ AppArmor profile included doesn't allow mysql to bind to winbind socket

-- 
AppArmor profile included doesn't allow mysql to bind to winbind socket
https://bugs.launchpad.net/bugs/306886
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 348454] Re: PDU support not working

2009-03-25 Thread Dustin Kirkland
Thanks, Arnaud.  I'll process the upload after beta freeze releases.

:-Dustin

** Changed in: nut (Ubuntu)
   Importance: Undecided = Medium

** Changed in: nut (Ubuntu)
   Status: New = In Progress

** Changed in: nut (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

-- 
PDU support not working
https://bugs.launchpad.net/bugs/348454
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 348454] Re: PDU support not working

2009-03-25 Thread Dustin Kirkland
Please add the bug number to the changelog in the future, Arnaud ;-)

:-Dustin

-- 
PDU support not working
https://bugs.launchpad.net/bugs/348454
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 347525] [NEW] [jaunty] Please package ec2-api-tools for i386

2009-03-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

It seems we have ec2-api-tools for amd64, but not for i386 yet. It would
be useful to have this packaged for jaunty.

** Affects: ec2-api-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[jaunty] Please package ec2-api-tools for i386
https://bugs.edge.launchpad.net/bugs/347525
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to ec2-api-tools 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 347525] Re: [jaunty] Please package ec2-api-tools for i386

2009-03-25 Thread Brian Murray
** Changed in: ec2-api-tools (Ubuntu)
Sourcepackagename: None = ec2-api-tools

-- 
[jaunty] Please package ec2-api-tools for i386
https://bugs.launchpad.net/bugs/347525
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-api-tools 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 348627] [NEW] motd disappears when using PasswordAuthentication in OpenSSH server

2009-03-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When uncommenting PasswordAuthentication in /etc/ssh/sshd_config then the usual 
motd with motd.tail + landscape-common stuff disappears.
It doesn't matter whether PasswordAuthentication is set to on or off - motd is 
gone.

Description:Ubuntu 8.10
Release:8.10
(Server Edition)

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

-- 
motd disappears when using PasswordAuthentication in OpenSSH server
https://bugs.launchpad.net/bugs/348627
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 348627] Re: motd disappears when using PasswordAuthentication in OpenSSH server

2009-03-25 Thread Stephen Heron
** Changed in: openssh (Ubuntu)
Sourcepackagename: None = openssh

-- 
motd disappears when using PasswordAuthentication in OpenSSH server
https://bugs.launchpad.net/bugs/348627
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 105251] Re: NetworkManager wrongly releases DHCP IP

2009-03-25 Thread dmitry.truni...@gmail.com
I've the same problem on a just installed ubuntu. I took notice that
this issue arose only when my wifi router configured in a protected mode
(WPA-PSK/WPA2-PSK, TKIP+AES). In an open mode wifi is OK. Hope this
notice will helpful.

-- 
NetworkManager wrongly releases DHCP IP
https://bugs.launchpad.net/bugs/105251
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 348627] Re: motd disappears when using PasswordAuthentication in OpenSSH server

2009-03-25 Thread Andreas Olsson
Strange.

I just made the same modification to /etc/ssh/sshd_config on my Intrepid
test server. No matter if PasswordAuthentication is set to on or off I
still get my motd. This both using password logins (when possible) as
well as pubkey login.

Anything non-default about your system? Other modifications to
sshd_config? Alternative passdb backend? Different PAM settings?

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

-- 
motd disappears when using PasswordAuthentication in OpenSSH server
https://bugs.launchpad.net/bugs/348627
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 348627] Re: motd disappears when using PasswordAuthentication in OpenSSH server

2009-03-25 Thread Jonathan Marsden
I made the same change here on my Ubuntu 8,10 Intrepid x64 desktop.

It made no difference at all, motd info including the landscape-sysinfo
output is always displayed after login.

Jonathan

-- 
motd disappears when using PasswordAuthentication in OpenSSH server
https://bugs.launchpad.net/bugs/348627
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 348454] Re: PDU support not working

2009-03-25 Thread Arnaud Quette
2009/3/25 Dustin Kirkland

 Please add the bug number to the changelog in the future, Arnaud ;-)


seems I'm not yet 100 % ubuntu'ified ;-)
or simply juggling with too many bugs
thanks for the correction, and taking care of this bug.

cheers,
-- Arno

-- 
PDU support not working
https://bugs.launchpad.net/bugs/348454
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 30455] Re: NTPSERVERS should be populated via dhcp

2009-03-25 Thread Jonathan Marsden
 In that case, may be this one should be marked as dup of #74164

No, they are not the same thing.

#30455 asks for DHCP to affect the config file for ntpdate, which was
used at boot to set system time on some older versions of Ubuntu.

#74164 asks that DHCP should be used by default to request ntp-servers
information, and that that information should affect which NTP servers the
ntp daemon (ntpd) connects to.

I do not know if anyone is still using ntpdate (rather than ntpd) to
set time on recent Ubuntu distributions... if they are, this bug is still
at least somewhat valid.

But for the majority of users on newer Ubuntu distributions,
getting #74164 fixed (I just provided the debdiff!) will take 
care of the issue and ensure that their servers sync to the 
desired (DHCP-specified) NTP server.

Perhaps the original reporter of this bug could
comment on whether they still need/want DHCP to affect
ntpdate configuration, or if this is unnecessary for them on
more recent distributions?

Setting back to needs Information until we hear from them.

-- 
NTPSERVERS should be populated via dhcp
https://bugs.launchpad.net/bugs/30455
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 305264] Re: gnutls regression: failure in certificate chain validation

2009-03-25 Thread Mathias Gug
** Description changed:

  I noticed recently that landscape-client could no longer contact our
  staging server. Fortunately, contacting the production server is still
  ok.
  
  This command is an easy way to reproduce the problem. It is failing
  against staging.landscape.canonical.com:
  
  gnutls-cli -V --x509cafile /etc/ssl/certs/ca-certificates.crt
  staging.landscape.canonical.com
  
  I tried it in dapper, feisty, gutsy, hardy and intrepid. It only works
  in feisty, and I'm guessing it's because feisty is EOL'ed and didn't get
  an update.
  
  I concentrated the rest of my tests in dapper.
  
  With libgnutls12_1.2.9-2ubuntu1_i386.deb it works.
  With libgnutls12_1.2.9-2ubuntu1.3_i386.deb it breaks.
  
  Here is the chain as seen by gnutls against staging.landscape.canonical.com:
  [0]
  Subject's DN: O=*.landscape.canonical.com,OU=Domain Control 
Validated,CN=*.landscape.canonical.com
  Issuer's DN: C=US,ST=Arizona,L=Scottsdale,O=GoDaddy.com\, 
Inc.,OU=http://certificates.godaddy.com/repository,CN=Go Daddy Secure 
Certification Authority,serialNumber=07969287
  
  [1]
  Subject's DN: C=US,ST=Arizona,L=Scottsdale,O=GoDaddy.com\, 
Inc.,OU=http://certificates.godaddy.com/repository,CN=Go Daddy Secure 
Certification Authority,serialNumber=07969287
  Issuer's DN: C=US,O=The Go Daddy Group\, Inc.,OU=Go Daddy Class 2 
Certification Authority
  
  [2]
  Subject's DN: C=US,O=The Go Daddy Group\, Inc.,OU=Go Daddy Class 2 
Certification Authority
  Issuer's DN: L=ValiCert Validation Network,O=ValiCert\, Inc.,OU=ValiCert 
Class 2 Policy Validation 
Authority,CN=http://www.valicert.com/,email=i...@valicert.com
  
  [3]
  Subject's DN: L=ValiCert Validation Network,O=ValiCert\, Inc.,OU=ValiCert 
Class 2 Policy Validation 
Authority,CN=http://www.valicert.com/,email=i...@valicert.com
  Issuer's DN: L=ValiCert Validation Network,O=ValiCert\, Inc.,OU=ValiCert 
Class 2 Policy Validation 
Authority,CN=http://www.valicert.com/,email=i...@valicert.com
  
  
  Notice that the last certificate in the chain is the CA certificate, which is 
self signed. I wonder if the recent security fix broke that:
  - debian/patches/91_CVE-2008-4989.diff: don't remove the last certificate
if it is self-signed in lib/x509/verify.c
  
  Here is openssl's chain against the same site (staging):
  Certificate chain
   0 s:/O=*.landscape.canonical.com/OU=Domain Control 
Validated/CN=*.landscape.canonical.com
 i:/C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, 
Inc./OU=http://certificates.godaddy.com/repository/CN=Go Daddy Secure 
Certification Authority/serialNumber=07969287
   1 s:/C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, 
Inc./OU=http://certificates.godaddy.com/repository/CN=Go Daddy Secure 
Certification Authority/serialNumber=07969287
 i:/C=US/O=The Go Daddy Group, Inc./OU=Go Daddy Class 2 Certification 
Authority
   2 s:/C=US/O=The Go Daddy Group, Inc./OU=Go Daddy Class 2 Certification 
Authority
 i:/L=ValiCert Validation Network/O=ValiCert, Inc./OU=ValiCert Class 2 
Policy Validation 
Authority/CN=http://www.valicert.com//emailaddress=i...@valicert.com
   3 s:/L=ValiCert Validation Network/O=ValiCert, Inc./OU=ValiCert Class 2 
Policy Validation 
Authority/CN=http://www.valicert.com//emailaddress=i...@valicert.com
 i:/L=ValiCert Validation Network/O=ValiCert, Inc./OU=ValiCert Class 2 
Policy Validation 
Authority/CN=http://www.valicert.com//emailaddress=i...@valicert.com
  
  Openssl's s_client tool works, btw.
+ 
+ TESTCASE for openldap SRU:
+ 
+ 1. Generate a V1 root CA. Can be done with an openssl configuration that
+ does not use any x509 extensions. Make sure that the generated root CA
+ is a V1 root CA.
+ 
+ 2. Generate a client private key and a V1 certificate signed by the root
+ CA above. Note that the CN of the certificate has to match the fqdn of
+ the test system.
+ 
+ 3. Install slapd and ldap-utils on a test system and configure slapd to
+ use TLS:
+ 
+   a. Enable TLS in cn=config backend:
+ 
+ math...@t-slapd-i:~$ cat enable-ca.ldif 
+ dn: cn=config
+ add: olcTLSCACertificateFile
+ olcTLSCACertificateFile: /etc/ldap/cacert.pem
+ 
+ dn: cn=config
+ add: olcTLSCertificateFile
+ olcTLSCertificateFile: /etc/ldap/newcert.pem
+ 
+ dn: cn=config
+ add: olcTLSCertificateKeyFile
+ olcTLSCertificateKeyFile: /etc/ldap/key.pem
+ 
+ math...@t-slapd-i:~$ ldapmodify -D cn=admin,cn=config -x -w mypwd -f
+ enable-ca.ldif
+ 
+   b. Copy the root CA certificate to /etc/ldap/cacert.pem, the host 
certificate to  /etc/ldap/newcert.pem and the host private key to 
/etc/ldap/key.pem. Make them owned by the openldap user and group. 
+   c. Append the root CA certificate (/etc/ldap/cacert.pem) to the host 
certificate file (/etc/ldap/newcert.pem).
+   d. Enable slaps in /etc/default/slapd.
+   e. Restart slapd.
+ 
+ 4. Make sure that slapd is correctly configured to use TLS:
+   a. Downgrade libgnutls to the version in the release (not the one in 
-security, -update or  -proposed).
+   b. Check that ldapsearch 

Re: [Bug 348627] Re: motd disappears when using PasswordAuthentication in OpenSSH server

2009-03-25 Thread Dustin Kirkland
Are you launching screen, or any other programs by default at login?

:-Dustin

-- 
motd disappears when using PasswordAuthentication in OpenSSH server
https://bugs.launchpad.net/bugs/348627
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