[Bug 327326] Re: parse_ini_file wrong return value on failure

2009-02-10 Thread Robin Mehner
I'm using 8.10 with arch amd64 but if necessary I can test it with x86
too. Thanks for taking the time.

-- 
parse_ini_file wrong return value on failure
https://bugs.launchpad.net/bugs/327326
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 323755] Re: server-cert.pem expired: Not After : Jan 27 08:54:13 2009 GMT - ssl related test suites fails because of expired certificates

2009-02-10 Thread Andreas Olsson
I can (not surprisingly) confirm this issue in Hardy as well as in
Intrepid.

Should be same patch be applied towards those packages?

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

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

-- 
server-cert.pem expired: Not After : Jan 27 08:54:13 2009 GMT - ssl related 
test suites fails because of expired certificates
https://bugs.launchpad.net/bugs/323755
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


[Blueprint server-suspend-hibernate] Suspend and Hibernate Support for the Ubuntu Server

2009-02-10 Thread Dustin Kirkland
Blueprint changed by Dustin Kirkland:

Whiteboard changed to:

This is linked to DeviceKit-power, and improved power management:
https://blueprints.launchpad.net/ubuntu/+spec/improved-power-management

So this one should be merged with the DK-p one...

DONE (Dustin): To use suspend/hibernate on the server, pm-utils should
be added to the server-ship seed.  Looking at the rdepends and what
we're currently missing, it looks like it should be pretty easy, and
cost somewhere around ~150KB of CD space.  -- :-Dustin

DONE (Dustin): I have successfully tested suspend and hibernate with my Asus 
P1-AH2 installed with jaunty-server-amd64, and resumed with wakeonlan.  I 
needed to:
 1) Enable S1S3 in BIOS
 2) Enable wakeonlan in BIOS
 3) add a kernel parameter (acpi_sleep=old_ordering) to the grub boot options 
and update-grub
 4) enable wakeonlan in the OS with: 
   $ sudo ethtool -s eth0 wol g

Power meter testing (Dustin)
 55W: Non-loaded, running system
 12W: Suspended system
 8W : Hibernated system
 8W : Powered off system

Added MIR for wakeonlan, Bug #327662

-- 
  Suspend and Hibernate Support for the Ubuntu Server
  https://blueprints.edge.launchpad.net/ubuntu/+spec/server-suspend-hibernate

-- 
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 327703] [NEW] DHCP Request Cycle can get caught in infinite loop

2009-02-10 Thread FactTech
Public bug reported:

Binary package hint: dnsmasq


Running Xubuntu 8.10, dnsmasq 2.45-1ubuntu1...

I'm not sure what caused this, since I've been mucking about with the
settings for a while now, but at the moment, I'm seeing a Windows XP
laptop caught in an endless loop trying to renew its lease. From
/var/log/syslog:

Feb 10 11:05:13 dhcp-server dnsmasq[19895]: DHCPDISCOVER(eth0) 11:22:33:44:55:66
Feb 10 11:05:13 dhcp-server dnsmasq[19895]: DHCPOFFER(eth0) 192.168.X.X 
11:22:33:44:55:66
Feb 10 11:05:13 dhcp-server dnsmasq[19895]: DHCPREQUEST(eth0) 192.168.X.X 
11:22:33:44:55:66
Feb 10 11:05:13 dhcp-server dnsmasq[19895]: DHCPNAK(eth0) 192.168.X.X 
11:22:33:44:55:66 address reserved

(I've altered server name, IP address, and MAC address from real
values.)

I think I should be able to fix this by stopping the dnsmasq service,
editing the lease file, then restarting the dnsmasq, per some advice I
saw elsewhere, but nonetheless this behavior seems strange in that a
DHCPOFFER is made by the server, but when the client tries to request
it, it receives a DHCPNAK message.

I have configured this particular machine to get an IP address
assignment by hostname from the /etc/hosts file, which may have
something to do with it. It previously obtained the lease in this
manner, but after repairing the connection on Windows, it's stuck in
this loop.

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

-- 
DHCP Request Cycle can get caught in infinite loop
https://bugs.launchpad.net/bugs/327703
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq 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 303458] Re: segfault in pam_smbpass.so

2009-02-10 Thread Keith Constable
I encountered this bug today.  For me, the problem was the
/var/lib/secrets.tdb file.  It appears that a portion of the file was
clobbered by some log messages:

^...@^@^...@ltdb: tdb((null)): tdb_open_ex: could not open file 
/var/lib/samba/group_mapping.ldb: Permission denied
Unable to open tdb '/var/lib/samba/group_mapping.ldb'
Failed to connect to '/var/lib/samba/group_mapping.ldb'
ltdb: tdb((null)): tdb_open_ex: could not open file 
/var/lib/samba/group_mapping.ldb: Permission denied
Unable to open tdb '/var/lib/samba/group_mapping.ldb'
Failed to connect to '/var/lib/samba/group_mapping.ldb'
ltdb: tdb((null)): tdb_open_ex: could not open file 
/var/lib/samba/group_mapping.ldb: Permission denied
Unable to open tdb '/var/lib/samba/group_mapping.ldb'
Failed to connect to '/var/lib/samba/group_mapping.ldb'
ltdb: tdb((null)): tdb_open_ex: could not open file 
/var/lib/samba/group_mapping.ldb: Permission denied
Unable to open tdb '/var/lib/samba/group_mapping.ldb'
Failed to connect to '/var/lib/samba/group_mapping.ldb'

It's primarily a binary file, so I was surprised to discover this.
After (re)moving the file, everything was peachy.  Perhaps some output
in a script is being redirected improperly somewhere?

-- 
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 303458] Re: segfault in pam_smbpass.so

2009-02-10 Thread Sam Morris
I see the same log messages in secrets.tdb on my affected machines as
well.

-- 
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 327703] Re: DHCP Request Cycle can get caught in infinite loop

2009-02-10 Thread C. Cooke
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please answer these questions:

* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.

-- 
DHCP Request Cycle can get caught in infinite loop
https://bugs.launchpad.net/bugs/327703
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq 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 273486] Re: Current eBox packages in intrepid don't work at all

2009-02-10 Thread Jonathan Riddell
Subscribing motu-sru who need to approve this

-- 
Current eBox packages in intrepid don't work at all
https://bugs.launchpad.net/bugs/273486
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 327703] Re: DHCP Request Cycle can get caught in infinite loop

2009-02-10 Thread C. Cooke
** Changed in: dnsmasq (Ubuntu)
   Status: New = Incomplete

-- 
DHCP Request Cycle can get caught in infinite loop
https://bugs.launchpad.net/bugs/327703
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq 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 323755] Re: server-cert.pem expired: Not After : Jan 27 08:54:13 2009 GMT - ssl related test suites fails because of expired certificates

2009-02-10 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-dfsg-5.1 - 5.1.31-1ubuntu1

---
mysql-dfsg-5.1 (5.1.31-1ubuntu1) jaunty; urgency=low

  * Merge from debian experimental, remaining changes:
- debian/mysql-server-5.1.config: ask for MySQL root password at priority
  high instead of medium so that the password prompt is seen on a default
  install. (LP: #319843)
- debian/control:
  + Don't build mysql-server, mysql-client, mysql-common and
libmysqlclient15-dev binary packages since they're still provided
by mysql-dfsg-5.0.
  + Rename libmysqlclient-dev package to libmysqlclient16-dev (LP: #316280).
Make it conflict with libmysqlclient15-dev.
  + Make mysql-{client,server}-5.1 packages conflict and
replace mysql-{client,server}-5.0, but not provide
mysql-{client,server}.
  + Depend on a specific version of mysql-common rather than the src
version of mysql-dfsg-5.1 since mysql-common is currently part of
mysql-dfsg-5.0.
- debian/rules: added -fno-strict-aliasing to CFLAGS to get
  around mysql testsuite build failures.
  * debian/patches/92_ssl_test_cert.dpatch: certificate expiration in
test suite (LP: #323755).
  * Dropped changes:
- all of the changes made to support both 5.0 and 5.1 installed at the
  same time have been dropped now that amarok doesn't depend on
  mysql-server-5.1 anymore.

mysql-dfsg-5.1 (5.1.31-1) experimental; urgency=low

  * New upstream release.

 -- Mathias Gug math...@ubuntu.com   Tue, 10 Feb 2009 16:42:05 -0500

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: In Progress = Fix Released

-- 
server-cert.pem expired: Not After : Jan 27 08:54:13 2009 GMT - ssl related 
test suites fails because of expired certificates
https://bugs.launchpad.net/bugs/323755
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 327703] Re: DHCP Request Cycle can get caught in infinite loop

2009-02-10 Thread FactTech

I think the way it occurred was that I had a dual-boot machine (WinXP/Ubuntu 
8.04) that had originally signed up for the lease under Windows, then was shut 
off and booted into Linux, where it couldn't connect, then booted back into 
Windows, where I observed the issue while diagnosing.

The option had not yet been set to instruct Windows machines to drop the
lease when shutting down, so it may simply have been that the lease was
still active. It does not seem to be happening now -- booting in either
mode gets the desired assignment.

I don't really want to attempt to reproduce it since I have everything
working the way I want it to now, but I wanted to report this since the
DHCP dialogue seemed strange. If I find a way to reproduce it, I will
report back.

-- 
DHCP Request Cycle can get caught in infinite loop
https://bugs.launchpad.net/bugs/327703
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq 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 273486] Re: Current eBox packages in intrepid don't work at all

2009-02-10 Thread Steve Beattie
** Tags added: regression-release

** Tags removed: regression-potential

-- 
Current eBox packages in intrepid don't work at all
https://bugs.launchpad.net/bugs/273486
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 306886] Re: AppArmor profile included doesn't allow mysql to bind to socket

2009-02-10 Thread Tomas Cassidy
I can confirm this bug occuring with mysql-server-5.0 and apparmor on
Ubuntu 8.04.2.  When apparmor was installed, running '/etc/init.d/mysql
start' would give errors.  After uninstalling apparmor, mysqld started
successfully.

-- 
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 150649] Re: gutsy does not have a working apache+mysql authentication solution

2009-02-10 Thread Daevid Vincent
I've been struggling with this in a brand new 8.10 server myself that I
just setup yesterday. Not sure how or why, but i got this magic
incantation to work (do note however, I'm storing the passwords in
plaintext in mySQL):

Directory /home/dae51d/public_html/examples/crimson
  AuthName  CRiMson -- use: test/test1234
  AuthType  Basic
  require   valid-user
  AuthUserFile  /dev/null
  AuthBasicAuthoritativeOff
# http://www.daevid.com/server-info#mod_auth_mysql.c
  Auth_MYSQLOn
  Auth_MySQL_Host   localhost
  Auth_MySQL_User   crimson_user
  Auth_MySQL_Password   crimson_password
  Auth_MySQL_DB crimson_database
  Auth_MySQL_Authoritative  On

  Auth_MySQL_Password_Table rep_table
  Auth_MySQL_Encryption_Types   Plaintext MySQL
  Auth_MySQL_Encrypted_PasswordsOff
  Auth_MySQL_Empty_PasswordsOff
  Auth_MySQL_Username_Field rep_login
  Auth_MySQL_Password_Field rep_password
/Directory

But what I don't understand is when I do this one:

Directory /home/reviewit/public_html/admin
  Options All +Includes
  AllowOverride None

  AuthName  SYMCELL Administration
  AuthType  Basic
  require   valid-user
  AuthUserFile  /dev/null
  AuthBasicAuthoritativeOff
# http://www.daevid.com/server-info#mod_auth_mysql.c
  Auth_MYSQLOn
  Auth_MySQL_Host   localhost
  Auth_MySQL_User   reviewit_user
  Auth_MySQL_Password   reviewit_pass
  Auth_MySQL_DB reviewit_db
  Auth_MySQL_Authoritative  On

  Auth_MySQL_Password_Table users
  Auth_MySQL_Encryption_Types   SHA1Sum
  Auth_MySQL_Encrypted_PasswordsOn
  Auth_MySQL_Empty_PasswordsOff
  Auth_MySQL_Username_Field username
  Auth_MySQL_Password_Field password
# Auth_MySQL_Where   type = 'Admin' AND enabled = 1 
  Auth_MySQL_Where   enabled = 1 
/Directory

Everything works except for the Auth_MySQL_Where part which says:

[Tue Feb 10 18:26:34 2009] [error] Query call failed: You have an error
in your SQL syntax; check the manual that corresponds to your MySQL
server version for the right syntax to use near 'type = Admin AND
enabled = 1' at line 1 (1064)

But removing the  type = 'Admin' then it works. I've tried reversing
the quotes. without any  on the ends. \'Admin\' and I can't figure out
the magic incantation.

Also, my mod_auth_mysql.c shows Auth_MySQL_Where as the directive, but
this page (http://modauthmysql.sourceforge.net/CONFIGURE) shows
AuthMySQLUserCondition and NO Auth_MySQL_Where...

Come on man! it's bad enough the directives keep changing slightly with
underscores and such with each version but now you don't even have the
same directive names. Is this project dead? it's v3.0.0 was on 2005-6-22
-- that's 3.5 YEARS ago! What pisses me off more is that this USED to
work with an older version of mod_auth_mysql I had on my Gentoo box
which was v3.0.0. And there is no current documentation that I've found
for the current apt-get version...

# dpkg -s libapache2-mod-auth-mysql
Package: libapache2-mod-auth-mysql
Status: install ok installed
Priority: optional
Section: web
Installed-Size: 108
Maintainer: Ubuntu Core Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: i386
Source: mod-auth-mysql
Version: 4.3.9-9
Depends: libc6 (= 2.4), libmysqlclient15off (= 5.0.27-1), apache2.2-common 
(= 2.2.3-3)
Description: Apache 2 module for MySQL authentication
 A module for the Apache 2 web server which enables HTTP authentication
 against information stored in a MySQL database.
Original-Maintainer: Joey Schulze j...@debian.org

-- 
gutsy does not have a working apache+mysql authentication solution
https://bugs.launchpad.net/bugs/150649
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 150649] Re: gutsy does not have a working apache+mysql authentication solution

2009-02-10 Thread Daevid Vincent
SOLVED:

THIS IS STUPID!! The Where clause requires that YOU put an additional
AND in there.

 Auth_MySQL_Where   AND type = 'Admin' AND enabled = 1


So the auth_mysql code must be making a SELECT * FROM user WHERE
username = 'foo' AND password = 'bar' WHERE 1 or some other completely
retarded logic, when it should simply be putting a WHERE  (with the
intentional trailing space) and the string you gave it in the directive.
UGH!

-- 
gutsy does not have a working apache+mysql authentication solution
https://bugs.launchpad.net/bugs/150649
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 243338] Re: wireless network connection lost on samba connect

2009-02-10 Thread Michael Lustfield
Marking invalid due to inactivity.

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

-- 
wireless network connection lost on samba connect
https://bugs.launchpad.net/bugs/243338
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 177191] Re: php5-cgi crashed with SIGSEGV in virtual_file_ex()

2009-02-10 Thread Michael Lustfield
Marking invalid due to inactivity.

** Changed in: php5 (Ubuntu)
   Status: Incomplete = Invalid

-- 
php5-cgi crashed with SIGSEGV in virtual_file_ex()
https://bugs.launchpad.net/bugs/177191
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