[Bug 310211] Re: MySQL table check fails in ANSI mode

2009-05-11 Thread nairbv

This affects more than just ansi mode...   I'm having essentially the same 
issue when setting sql-mode=ONLY_FULL_GROUP_BY in my.cnf, running ubuntu 8.10.

bvaug...@dev1:/etc/mysql$ uname -a
Linux dev1 2.6.27-11-generic #1 SMP Wed Apr 1 20:53:41 UTC 2009 x86_64 GNU/Linux
bvaug...@dev1:/etc/mysql$ cat /proc/version
Linux version 2.6.27-11-generic (bui...@yellow) (gcc version 4.3.2 (Ubuntu 
4.3.2-1ubuntu11) ) #1 SMP Wed Apr 1 20:53:41 UTC 2009
bvaug...@dev1:/etc/mysql$ mysql --version
mysql  Ver 14.12 Distrib 5.0.67, for debian-linux-gnu (x86_64) using readline 
5.2

bvaug...@dev1:/etc/mysql$ sudo ./debian-start 
Checking for corrupt, not cleanly closed and upgrade needing tables.
bvaug...@dev1:/etc/mysql$ ERROR 1140 (42000) at line 1: Mixing of GROUP columns 
(MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP 
BY clause

(that /etc/mysql/debian-start file is called when I run
/etc/init.d/mysql start)

Will the fix also fix the group by queries, or is this fix only fixing
the non-standard quotes?

-- 
MySQL table check fails in ANSI mode
https://bugs.launchpad.net/bugs/310211
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 371765] Re: Please merge krb5 1.7dfsg~beta1-3 (main) from Debian unstable (main)

2009-05-11 Thread James Westby
krb5_1.7dfsg~beta1-4 has been synced.

Thanks,

James


** Changed in: krb5 (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Please merge krb5 1.7dfsg~beta1-3 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/371765
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 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 374819] [NEW] Missing dependency on update-inetd and other issues

2009-05-11 Thread James Westby
Public bug reported:

Release of Ubuntu:
Package Version:
Expected Results:
Actual Results:

While NEW processing the new version I ran lintian, and these issues
stuck out:

W: krb5-kdc: manpage-section-mismatch usr/share/man/man8/kproplog.8.gz:27 8 != 1
W: krb5-kdc: maintainer-script-needs-depends-on-update-inetd prerm
W: krb5-kdc: maintainer-script-needs-depends-on-update-inetd postinst
E: krb5-doc: postinst-does-not-call-installdocs usr/share/doc-base/krb5-admin
E: krb5-doc: prerm-does-not-call-installdocs usr/share/doc-base/krb5-admin

Please investigate and send a patch to Debian.

Thanks,

James

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

-- 
Missing dependency on update-inetd and other issues
https://bugs.launchpad.net/bugs/374819
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 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 374447] Re: Jaunty: Samba permission problems

2009-05-11 Thread Carroarmato0
I have created a share called  Pubblici

The share appears when roaming through the network on my laptop.

Through the gui, the folder should be visible to the network
(shareable),  people are able to write to that folder, and external
people also have access to that share.

When issuing  the command  'ls -ls'  it returnes these results:
---
 4 drwxrwxrwx   2 christophe christophe  4096 2009-05-09 12:25 Pubblici
---

This appears to be correct.

But trying to access this directory, this shows up in the logs:

--
[2009/05/11 16:49:18,  0] smbd/service.c:make_connection_snum(1073)
  '/home/christophe/Pubblici' does not exist or permission denied when 
connecting to [pubblici] Error was Permission denied
---

smbstatus only shows this:

---
Samba version 3.3.2
PID Username  Group Machine
---

Service  pid machine   Connected at
---
IPC$ 6464   lithium-flower  Mon May 11 16:43:52 2009

No locked files
---

-- 
Jaunty: Samba permission problems
https://bugs.launchpad.net/bugs/374447
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba4 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 374925] [NEW] PHP5-MSSQL package needed

2009-05-11 Thread Seth.Griffin
Public bug reported:

Binary package hint: php5-sybase

Description:Ubuntu 9.04
Release:9.04

libapache2-mod-php5:
  Installed: 5.2.6.dfsg.1-3ubuntu4.1
  Candidate: 5.2.6.dfsg.1-3ubuntu4.1
  Version table:
 *** 5.2.6.dfsg.1-3ubuntu4.1 0
500 http://us.archive.ubuntu.com jaunty-updates/main Packages
500 http://security.ubuntu.com jaunty-security/main Packages
100 /var/lib/dpkg/status
 5.2.6.dfsg.1-3ubuntu4 0
500 http://us.archive.ubuntu.com jaunty/main Packages

freetds-dev:
  Installed: 0.82-4
  Candidate: 0.82-4
  Version table:
 *** 0.82-4 0
500 http://us.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status


Problem: There is no package for Microsoft SQL Server support in PHP on Ubuntu.
Failed solutions: using php5-sybase package. 

When using php5-sybase querying ntext data (unicode text) Microsoft SQL
Server 2000 gives the following error:

Unicode data in a Unicode-only collation or ntext data cannot be sent
to clients using DB-Library (such as ISQL) or ODBC version 3.7 or
earlier.

Successful solutions:

Reconfigure and re-build .deb packages for libapache2-mod-php5 and
freetds-dev.

Reconfigure libapache2-mod-php5:

http://panthar.org/2006/06/15/php-with-mssql-on-ubuntu-606/

Reconfigure freetds-dev:

Changed this line in debian/rules

--with-tdsver=4.2
to
--with-tdsver=8.0

Why this works:

1. The mssql module in php was built to query sql server, not sybase.
2. SQL Server 2000 requires at least version 7 but works best with version 8. I 
have not tested this on SQL server 2005 or above.

Proposed solution:

Package php5-mssql for out of the box pdo-dblib support and mssql_*
function support.

If sybase works with tdsver 8.0, then it is my recommendation that
freetds-dev be modified to build to that version rather than 4.2.

If sybase does not work with 8.0, then it is my recommendation that an
additional freetds8.0-dev package be provided  to work with php5-mssql.

If you need more information, package diffs, or anything else, please
ask, I'll be happy to provide them.

Regards,
Seth

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

-- 
PHP5-MSSQL package needed
https://bugs.launchpad.net/bugs/374925
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 368153] Re: Kerberos, NFS4 and autofs issue

2009-05-11 Thread Timo Aaltonen
moving to nfs-utils for now.

** Package changed: kerberos-configs (Ubuntu) = nfs-utils (Ubuntu)

-- 
Kerberos, NFS4 and autofs issue
https://bugs.launchpad.net/bugs/368153
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kerberos-configs 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-karmic-encrypted-swap-as-an-option] Encrypted Swap as an Option

2009-05-11 Thread Dustin Kirkland
Blueprint changed by Dustin Kirkland:

Whiteboard changed to:

Discussion Points:
 * Suggested design:
  * encrypt swap, using a randomly generated key every boot
  * by default, use a static wrapping password like ubuntu, and store the 
wrapped swap key in LUKS
  * teach hibernation resume (init?) to try this static default passphrase first
  * if that doesn't work, then prompt the user for the wrapping passphrase
  * in System-Administration, provide a utility that allows the administrator 
switch from the insecure default ubuntu wrapping passphrase to a PAM-based 
wrapping passphrase
   * teach PAM to take a successful login passphrase and re-wrap the randomly 
generated swap passphrase with the login passphrase if secure swap is 
enabled, (possibly populating 1 or more of the LUKS keyslots)
   * On hibernate event, ensure that the current user's passphrase has been 
used to wrap the swap passphrase in one of the LUKS keyslots
* would need to prompt for a passphrase here, if this was an auto-login and 
the user wants secure-swap
-- Dustin Kirkland


(steve.langasek) When I migrated my laptop from hardy to intrepid, I
turned on encrypted swap at the same time (swap LV on top of
LVM+encryption).  Anything that makes heavy use of swap on my desktop
now brings the whole system to its knees.  Please be cognizant of
performance issues when implementing this - I fear this may be untenable
as a default for desktop systems.

(Roderick Greening) It would never be expected to encrypt a swap file
which exists in a LVM encrypted drive. Given that to build a LVM system,
you have to use the alternate cd, the user would be in total control of
these choices. Via the regular live CD/DVD, LVM is not a option (that I
recall), so encrypting the swap by default should not be problematic.

(Paul Klapperich) As far as encrypted swap working with hibernate, it
sounds like this goes nicely on computers that have a TPM as per the
second link. I don't have one to test. For computers without a tpm, I
don't know how ecryptfs works, but for luks we could perhaps use a pam
module to hold the user account password for the duration of the login
and set it as an alternate key for the luks swap partition (which
previously had a random key only) if the user initiates a hibernate.
Alternatively a global swap password could be created instead of (or
somehow in addition to) random key encryption, but that's an extra
password that now all users of the system would be required to know. It
would, however, allow a resume from hibernate followed by a switch user
if the person who hibernated is not present.

(Przemysław Kulczycki) Will this block the system's ability to write
crash dumps to swap partition and to save it from swap partition to file
after a reboot?

(Jerone Young) How can we start talking about something like this being
by default when it has not even had field testing. If Jaunty is about
stability this is not the way to go. Also since (from what I know) this
is not being done in the kernel but rather in userspace, which is going
to cause big performance issues when writing to swap. Another thing is
where are the keys kept to decrypt the swap? How is a machine going to
wake up from hibernation? This also will not work with the grub fast
hibernation patches. Not a good idea to do at this time.

-- 
  Encrypted Swap as an Option
  
https://blueprints.edge.launchpad.net/ubuntu/+spec/server-karmic-encrypted-swap-as-an-option

-- 
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 374925] Re: PHP5-MSSQL package needed

2009-05-11 Thread Ondřej Surý
*** This bug is a duplicate of bug 87063 ***
https://bugs.launchpad.net/bugs/87063

** This bug has been marked a duplicate of bug 87063
   [needs-packaging] Please package php5-mssql

-- 
PHP5-MSSQL package needed
https://bugs.launchpad.net/bugs/374925
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 374925] Re: PHP5-MSSQL package needed

2009-05-11 Thread Ondřej Surý
Have you checked contents of php5-sybase before you submitted this bug
report? Just rethorical question, since you apparently didn't:
http://packages.ubuntu.com/jaunty/i386/php5-sybase/filelist

Unfortunatelly you didn't even read comments in [Bug 87063].

And unfortunatelly you have mixed two bug reports together. Seems like
you have a problem with tdsver and not php5-mssql.

** This bug is no longer a duplicate of bug 87063
   [needs-packaging] Please package php5-mssql

-- 
PHP5-MSSQL package needed
https://bugs.launchpad.net/bugs/374925
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 374925] Re: PHP5-MSSQL package needed

2009-05-11 Thread Ondřej Surý
Feel free to report bug report against freetds with only relevant parts,
this bug report is a quite mixed together with talk about php5.

-- 
PHP5-MSSQL package needed
https://bugs.launchpad.net/bugs/374925
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 374925] Re: PHP5-MSSQL package needed

2009-05-11 Thread Ondřej Surý
Reassigning to freetds.

** Package changed: php5 (Ubuntu) = freetds (Ubuntu)

-- 
PHP5-MSSQL package needed
https://bugs.launchpad.net/bugs/374925
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 374427] Re: doesn't accept multiple keys in id_rsa

2009-05-11 Thread Colin Watson
I don't understand what you're trying to do. The id_rsa file is only
supposed to contain one key; you can put other keys in different files.
What are you trying to achieve by putting multiple keys in one file?

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

-- 
doesn't accept multiple keys in id_rsa
https://bugs.launchpad.net/bugs/374427
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 349743] Re: package postfix 2.5.5-1.1 failed to install/upgrade:

2009-05-11 Thread valle
I finally found some time to proof your assumption. Thanks a lot for the
help!

-- 
package postfix 2.5.5-1.1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/349743
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-05-11 Thread Mathias Gug
Hi Will,

On Mon, May 11, 2009 at 01:35:31AM -, Will Uther wrote:
 I also looked in the logs to see what was happening on boot with the
 change and I noticed:
 
 May 10 11:02:55 willvo sshd[2981]: Received signal 15; terminating.
 May 10 11:02:55 willvo ntpd[3721]: ntpd exiting on signal 15
 
 but both seem to be running.  Postfix also reloads its configuration.
 Is someone (upstart?) telling all daemons to reload their configs for
 some reason?

Thanks for figuring this out. This is probably the root cause of the
issue. I've seen similar behavior with sshd - could you describe your
network configuration? Are you using network-manager or
/etc/network/intrefaces? Are you using a static configuration or rely on
dhcp?

 It seems there are two problems here - the signal being sent, and
 mysqld_safe poor response to receiving it.  It would be nice to get to
 the bottom of each of them.


Agreed. It seems that the latter has been identified and a workaround is
described in this bug. I think the former should also be well understood
before pushing anything to a *stable* release. A known broken behaviour
with a workaround is better then pushing an update that breaks existing
production systems.

-- 
Mathias Gug
Ubuntu Developer  http://www.ubuntu.com

-- 
mysqld_safe thinks mysqld has crashed when it hasn't
https://bugs.launchpad.net/bugs/326768
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-karmic-swapfile-in-the-installer] Support Swapfiles at Installation

2009-05-11 Thread Dustin Kirkland
Blueprint changed by Dustin Kirkland:

Whiteboard changed to:

Discussion Points:
 * (At least) the 3rd UDS where this has been discussed...  What are the 
blockers?
  * time/resource to do it?
  * hibernation/resume?
 * Originally, I was thinking about offering swap files as an option, in 
addition to swap partitions;  does this make sense?  Would it be better to just 
default to swap files now, and allow for swap partitions in manual partitioning 
schemes?
 * What about GUI/command-line utilities for management of swap files?
  * a slider to dynamically adjust the size
  * a checkbox for encryption (see encrypted swap spec)
 * Server vs. Desktop installer -- should this be handled any different between 
the two?  (I think not)
-- Dustin Kirkland

One common item is a multiboot setup.  If this were implemented, and it
would do a mkswap for official swapfiles when activating them, I could
share large, contiguous files (e.g. windows PAGEFILE.SYS) among the
systems instead of having several large files, one for each OS.

If in the installer, there is a partition going to be mounted, allow the
user to select a file.  As a post-install, add a swapfile manager where
files can be selected, created, or removed.

scott - I'm not touching the installer ;)

-- 
  Support Swapfiles at Installation
  
https://blueprints.edge.launchpad.net/ubuntu/+spec/server-karmic-swapfile-in-the-installer

-- 
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-karmic-update-motd-inotify] Enhance update-motd to use inotify

2009-05-11 Thread Dustin Kirkland
Blueprint changed by Dustin Kirkland:

Whiteboard changed to:

Discussion Points:
 * Need an inotify daemon in main ... which one?
 * update-motd could support both cron and inotify based notifications -- 
support this?
 * How should this work with byobu, which provides lots of notifications more 
frequently at the bottom of your screen?
  * Perhaps lengthier messages belong in /etc/motd?
-- Dustin Kirkland


With contribution from Jon Bernard, this feature has been mostly implemented in 
upstream update-motd.

We need to do a few more, minor things to complete the feature.  Mainly,
we need an init script, or some other sticky mechanism for launching the
inotify portion of the daemon.  Scott James Remnant suggested that
upstart could be used to do this.

This blueprint suggests that we complete this functionality and use
inotify for some update-motd events.

Additionally, we should discuss the types of applications that perhaps
should be hooked to add useful information in the /etc/motd.

:-Dustin

-- 
  Enhance update-motd to use inotify
  
https://blueprints.edge.launchpad.net/ubuntu/+spec/server-karmic-update-motd-inotify

-- 
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-karmic-swapfile-in-the-installer] Support Swapfiles at Installation

2009-05-11 Thread Dustin Kirkland
Blueprint changed by Dustin Kirkland:

Definition Status: Approved = Superseded

-- 
  Support Swapfiles at Installation
  
https://blueprints.edge.launchpad.net/ubuntu/+spec/server-karmic-swapfile-in-the-installer

-- 
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 12296] Re: PHP5 or PHP4 for apache2-mpm-worker

2009-05-11 Thread Mark Foster
How about just modifying libapache2-mod-php5 to depend on apache2
instead of apache2-mpm-prefork?

-- 
PHP5 or PHP4 for apache2-mpm-worker
https://bugs.launchpad.net/bugs/12296
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 349743] Re: package postfix 2.5.5-1.1 failed to install/upgrade:

2009-05-11 Thread Andreas Olsson
@valle: Glad to hear you got postfix installed properly.

Marking this bug as Invalid. I don't think we can blame Postfix for
being confused by gid conflicts :)

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

-- 
package postfix 2.5.5-1.1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/349743
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 284126] Re: New folders replace files in Samba

2009-05-11 Thread Pedro Villavicencio
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!.

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

-- 
New folders replace files in Samba
https://bugs.launchpad.net/bugs/284126
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 312261] Re: unable to remove/delete .folder (hidden) from share

2009-05-11 Thread Pedro Villavicencio
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!.

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

-- 
unable to remove/delete .folder (hidden) from share
https://bugs.launchpad.net/bugs/312261
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 307496] Re: no display network computer

2009-05-11 Thread Pedro Villavicencio
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!.

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

-- 
no display network computer
https://bugs.launchpad.net/bugs/307496
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 302500] Re: after upgrade to ubuntu8.10 faild to boot graphic

2009-05-11 Thread Pedro Villavicencio
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!.

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

-- 
after upgrade to  ubuntu8.10 faild to boot graphic
https://bugs.launchpad.net/bugs/302500
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 299424] Re: samba update impossible

2009-05-11 Thread Pedro Villavicencio
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!.

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

-- 
samba update impossible
https://bugs.launchpad.net/bugs/299424
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 302884] Re: New Samba.cfg

2009-05-11 Thread Pedro Villavicencio
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!.

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

-- 
New Samba.cfg
https://bugs.launchpad.net/bugs/302884
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 279022] Re: Problems with trusted domains

2009-05-11 Thread Pedro Villavicencio
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!.

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

-- 
Problems with trusted domains
https://bugs.launchpad.net/bugs/279022
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 375092] Re: package dovecot-common 1:1.1.4-0ubuntu1.2 failed to install/upgrade:

2009-05-11 Thread Shahar Or

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/26599455/Dependencies.txt

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/26599461/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/26599462/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/26599463/VarLogDistupgradeMainlog.gz

-- 
package dovecot-common 1:1.1.4-0ubuntu1.2 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/375092
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 375092] [NEW] package dovecot-common 1:1.1.4-0ubuntu1.2 failed to install/upgrade:

2009-05-11 Thread Shahar Or
Public bug reported:

Dear friends,

I chose the three-way-merge thing and it had this error.

Many blessings.

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage:
 ErrorMessage: subprocess post-installation script returned error exit status 3
Package: dovecot-common 1:1.1.4-0ubuntu1.2
SourcePackage: dovecot
Title: package dovecot-common 1:1.1.4-0ubuntu1.2 failed to install/upgrade: 
Uname: Linux 2.6.18-xenU i686

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


** Tags: apport-package

-- 
package dovecot-common 1:1.1.4-0ubuntu1.2 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/375092
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 352934] Re: Reboot needed after domainjoin before login into Gnome as a domain user

2009-05-11 Thread Adam Sommer
Thanks for the patch Joel, I committed your patch to revision 302.

** Changed in: ubuntu-docs (Ubuntu)
   Status: In Progress = Fix Committed

-- 
Reboot needed after domainjoin before login into Gnome as a domain user
https://bugs.launchpad.net/bugs/352934
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-05-11 Thread Mario Limonciello
 Agreed. It seems that the latter has been identified and a workaround is
 described in this bug. I think the former should also be well understood
 before pushing anything to a *stable* release. A known broken behaviour
 with a workaround is better then pushing an update that breaks existing
 production systems.
I'm sorry, but I entirely disagree here.

Regardless of what is sending a SIGHUP to mysqld_safe, it should be a
supported scenario to allow such signals to be sent to system daemons.
It's common for SIGHUP to be used to ask to reload configuration files
when the daemon supports it.

The broken patch from debian's sole purpose is adding support for
catching SIGHUP and a few other signals.  It doesn't work properly.

Ignoring the fact that mysqld is getting restarted rather than reloaded,
the SIGHUP trap support to issue a refresh would *only* work if you
configured /root/my.cnf or had no root mysql password defined in the
first place.

How can reverting a portion of it break an existing production system in
any way?

-- 
mysqld_safe thinks mysqld has crashed when it hasn't
https://bugs.launchpad.net/bugs/326768
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 58347] Re: Listed as conflicting with libapache2-mod-php4

2009-05-11 Thread Ondřej Surý
php4 was removed from Debian

** Changed in: php5 (Debian)
   Importance: Unknown = Undecided

** Changed in: php5 (Debian)
 Remote watch: Debian Bug tracker #379009 = None

** Changed in: php5 (Debian)
   Status: New = Fix Released

-- 
Listed as conflicting with libapache2-mod-php4
https://bugs.launchpad.net/bugs/58347
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 261831] [NEW] gcc-4.2 cannot compile bind 9.5.0.P2 on i386

2009-05-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: gcc-4.2

On i386 (amd64 is fine) bind9 9.5.0.P2 (and higher) stops with:

/bin/bash /tmp/buildd/bind9-9.5.0.dfsg.P2/libtool --mode=compile gcc  
-I/tmp/buildd/bind9-9.5.0.dfsg.P2 -I. -Iinclude 
-I/tmp/buildd/bind9-9.5.0.dfsg.P2/lib/dns/include -I../../lib/dns/include 
-I/tmp/buildd/bind9-9.5.0.dfsg.P2/lib/isc/include -I../../lib/isc 
-I../../lib/isc/include -I../../lib/isc/unix/include 
-I../../lib/isc/pthreads/include -I../../lib/isc/x86_32/include  -I/usr/include 
 -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO  
-fno-strict-aliasing  -O2 -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes 
-Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing  -c 
stats.c
 gcc -I/tmp/buildd/bind9-9.5.0.dfsg.P2 -I. -Iinclude 
-I/tmp/buildd/bind9-9.5.0.dfsg.P2/lib/dns/include -I../../lib/dns/include 
-I/tmp/buildd/bind9-9.5.0.dfsg.P2/lib/isc/include -I../../lib/isc 
-I../../lib/isc/include -I../../lib/isc/unix/include 
-I../../lib/isc/pthreads/include -I../../lib/isc/x86_32/include -I/usr/include 
-D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -fno-strict-aliasing 
-O2 -I/usr/include/libxml2 -W -Wall -Wmissing-prototypes -Wcast-qual 
-Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c stats.c  -fPIC 
-DPIC -o .libs/stats.o
/tmp/ccPORbv2.s: Assembler messages:
/tmp/ccPORbv2.s:555: Error: suffix or operands invalid for `xadd'
/tmp/ccPORbv2.s:659: Error: suffix or operands invalid for `xadd'
make: *** [stats.lo] Error 1


Strange thing is that x86_64 and x86_32 share same configuration 
(lib/isc/x86_32/include/isc/atomic.h) on platforms where gcc is available 
(configure.in overrides platform in this case) and x86_64 compiles just fine.

I also have checked diff between P1 and P2 (P1 compiled fine some time
ago) and I didn't discovered any changes which should affect this.

I am trying this in clean pbuilder environment (hardy, hardy-security
and hardy-updates enabled).

gcc-4.2 version is:

gcc:
  Installed: 4:4.2.3-1ubuntu6
  Candidate: 4:4.2.3-1ubuntu6
  Version table:
 *** 4:4.2.3-1ubuntu6 0
500 http://cz.archive.ubuntu.com hardy-updates/main Packages
100 /var/lib/dpkg/status
 4:4.2.3-1ubuntu3 0
500 http://cz.archive.ubuntu.com hardy/main Packages
r...@howl:/# apt-cache policy gcc-4.2
gcc-4.2:
  Installed: 4.2.3-2ubuntu7
  Candidate: 4.2.3-2ubuntu7
  Version table:
 *** 4.2.3-2ubuntu7 0
500 http://cz.archive.ubuntu.com hardy/main Packages
100 /var/lib/dpkg/status

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

** Affects: gcc-4.2 (Ubuntu)
 Importance: Undecided
 Status: Incomplete

-- 
gcc-4.2 cannot compile bind 9.5.0.P2 on i386
https://bugs.launchpad.net/bugs/261831
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to bind9 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 261831] Re: gcc-4.2 cannot compile bind 9.5.0.P2 on i386

2009-05-11 Thread Ondřej Surý
It's really bug in bind9 build system, see debbug #515110

** Package changed: bind (Ubuntu) = bind9 (Ubuntu)

** Changed in: gcc-4.2 (Ubuntu)
   Status: Incomplete = Invalid

-- 
gcc-4.2 cannot compile bind 9.5.0.P2 on i386
https://bugs.launchpad.net/bugs/261831
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 261831] Re: gcc-4.2 cannot compile bind 9.5.0.P2 on i386

2009-05-11 Thread Ondřej Surý
** Bug watch added: Debian Bug tracker #515110
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515110

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

-- 
gcc-4.2 cannot compile bind 9.5.0.P2 on i386
https://bugs.launchpad.net/bugs/261831
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 261831] Re: gcc-4.2 cannot compile bind 9.5.0.P2 on i386

2009-05-11 Thread Bug Watch Updater
** Changed in: bind9 (Debian)
   Status: Unknown = Won't Fix

-- 
gcc-4.2 cannot compile bind 9.5.0.P2 on i386
https://bugs.launchpad.net/bugs/261831
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-05-11 Thread Mathias Gug

On Mon, May 11, 2009 at 08:33:20PM -, Mario Limonciello wrote:
 Regardless of what is sending a SIGHUP to mysqld_safe, it should be a
 supported scenario to allow such signals to be sent to system daemons.
 It's common for SIGHUP to be used to ask to reload configuration files
 when the daemon supports it.

Right. However mysqld doesn't support reloading its configuration files
via SIGHUP since upstream mysqld_safe disables SIGHUP and starts the
mysqld process with the nohup command.

The patch was originally introduced to fix Debian bug 208364 [1].
[1]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=208364

 The broken patch from debian's sole purpose is adding support for
 catching SIGHUP and a few other signals.  It doesn't work properly.


As your analysis in comment 23 [2] shows the bug is introduced when the
wait command exits. According to the bash man page:

  If bash is waiting for a command to complete and receives a signal for
  which a trap has been set, the trap will not be executed until the
  command completes.  When bash is waiting for an asynchronous command
  via the  wait builtin, the reception of a signal for which a trap has
  been set will cause the wait builtin to return immediately with an
  exit status greater than 128, immediately after which the trap is
  executed.

[2]: https://bugs.launchpad.net/ubuntu/+source/mysql-
dfsg-5.0/+bug/326768/comments/23

Here is a trace of the mysqld_safe script run with debugging on (with an
added echo $? to output the return code of the wait command):

+ nohup /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --
pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --port=3306 
--socket =/var/run/mysqld/mysqld.sock
+ logger -p daemon.err -t mysqld_safe -i -t mysqld
+ wait

[ sudo killall -HUP mysqld_safe from a terminal ]


+ /usr/bin/mysqladmin --defaults-extra-file=/etc/mysql/debian.cnf refresh
+ echo 129
129
+ test ! -f /var/run/mysqld/mysqld.pid
+ true
+ test 1 -eq 1
+ ps xaww
+ grep -v grep
+ grep /usr/sbin/mysqld\
+ grep -c pid-file=/var/run/mysqld/mysqld.pid
+ numofproces=1
+ echo Number of processes running now: 1
+ logger -p daemon.err -t mysqld_safe -i -s
mysqld_safe[4867]: Number of processes running now: 1
+ I=1
+ test 1 -le 1
+ ps xaww
+ grep /usr/sbin/mysqld\
+ grep -v grep
+ grep pid-file=/var/run/mysqld/mysqld.pid
+ sed -n $p
+ PROC= 4846 pts/1Sl+   0:00 /usr/sbin/mysqld --basedir=/usr --datadir=/var
/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid 
--skip-external-lo cking --port=3306 --socket=/var/run/mysqld/mysqld.sock
+ break
+ kill -9 4846
+ echo mysqld process hanging, pid 4846 - killed
+ logger -p daemon.err -t mysqld_safe -i -s
mysqld_safe[4875]: mysqld process hanging, pid 4846 - killed
+ expr 1 + 1
+ I=2
+ test 2 -le 1
+ echo restarted
+ logger -p daemon.err -t mysqld_safe -i -s
mysqld_safe[4878]: restarted
+ true
+ rm -f /var/run/mysqld/mysqld.sock /var/run/mysqld/mysqld.pid
+ test -z --port=3306 --socket=/var/run/mysqld/mysqld.sock
+ eval nohup /usr/sbin/mysqld  --basedir=/usr --datadir=/var/lib/mysql 
--user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking 
--port=3306 --socket=/var/run/mysqld/mysqld.sock 21 | logger -p daemon.err -t 
mysqld_safe -i -t mysqld  wait
+ nohup /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql 
--pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --port=3306 
--socket=/var/run/mysqld/mysqld.sock
+ logger -p daemon.err -t mysqld_safe -i -t mysqld
+ wait


So the Debian patch adds another reason why the mysqld_safe script would
stop blocking beside a mysqld crash. The upstream script assumes that
a mysqld crash would be the only reason to stop blocking the execution
of mysqld_safe. Thus the observed behaviour of mysqld being killed and
restarted.

 Ignoring the fact that mysqld is getting restarted rather than reloaded,
 the SIGHUP trap support to issue a refresh would *only* work if you
 configured /root/my.cnf or had no root mysql password defined in the
 first place.


Considering that the mysqladmin command is run with the option
'--defaults-extra-file=/etc/mysql/debian.cnf' mysqladmin is able to
connect to the mysqld process even if there is a root password set since
it uses the debian-sys-maint account.  Flush tables shown by the status
command is correctly incremented:

$ sudo /usr/bin/mysqladmin --defaults-extra-file=/etc/mysql/debian.cnf status
Uptime: 36  Threads: 1  Questions: 1  Slow queries: 0  Opens: 12  Flush tables: 
1  Open tables: 6  Queries per second avg: 0.028
$ sudo /usr/bin/mysqladmin --defaults-extra-file=/etc/mysql/debian.cnf refresh
$ sudo /usr/bin/mysqladmin --defaults-extra-file=/etc/mysql/debian.cnf status
Uptime: 42  Threads: 1  Questions: 4  Slow queries: 0  Opens: 12  Flush tables: 
2  Open tables: 0  Queries per second avg: 0.095

 How can reverting a portion of it break an existing production system in
 any way?
 

Well - I don't know. Which is a good 

[Bug 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-05-11 Thread Mathias Gug
Here is another way to fix the issue: add a wait to the trap:

-+trap '/usr/bin/mysqladmin --defaults-extra-file=/etc/mysql/debian.cnf 
refresh' 1 # HUP
++trap '/usr/bin/mysqladmin --defaults-extra-file=/etc/mysql/debian.cnf refresh 
 wait' 1 # HUP

This patch doesn't remove an existing functionality (signals are handled
by mysqld_safe).

I've attached a debdiff against ubuntu10 (currently in jaunty). I'll
publish a package in my PPA and ask for more testing once done.

** Attachment added: mysql-dfsg-5.0_5.1.30really5.0.75-0ubuntu10.2.debdiff
   
http://launchpadlibrarian.net/26619255/mysql-dfsg-5.0_5.1.30really5.0.75-0ubuntu10.2.debdiff

-- 
mysqld_safe thinks mysqld has crashed when it hasn't
https://bugs.launchpad.net/bugs/326768
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 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-05-11 Thread Mario Limonciello
Mathias:

Spectacular idea.  I just manually tried it on my test system that i've been
using to investigate this bug.  It solves the problems entirely.

On Mon, May 11, 2009 at 22:04, Mathias Gug math...@ubuntu.com wrote:

 Here is another way to fix the issue: add a wait to the trap:

 -+trap '/usr/bin/mysqladmin --defaults-extra-file=/etc/mysql/debian.cnf
 refresh' 1 # HUP
 ++trap '/usr/bin/mysqladmin --defaults-extra-file=/etc/mysql/debian.cnf
 refresh  wait' 1 # HUP

 This patch doesn't remove an existing functionality (signals are handled
 by mysqld_safe).

 I've attached a debdiff against ubuntu10 (currently in jaunty). I'll
 publish a package in my PPA and ask for more testing once done.

 ** Attachment added:
 mysql-dfsg-5.0_5.1.30really5.0.75-0ubuntu10.2.debdiff

 http://launchpadlibrarian.net/26619255/mysql-dfsg-5.0_5.1.30really5.0.75-0ubuntu10.2.debdiff

 --
 mysqld_safe thinks mysqld has crashed when it hasn't
 https://bugs.launchpad.net/bugs/326768
 You received this bug notification because you are a member of Mythbuntu
 Developers, which is subscribed to Mythbuntu.



-- 
Mario Limonciello
supe...@gmail.com

-- 
mysqld_safe thinks mysqld has crashed when it hasn't
https://bugs.launchpad.net/bugs/326768
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 359062] Re: bad symlink or missing package in php5-dev with libtool.m4

2009-05-11 Thread David Parrish
This was a dotdeb problem for me.  After getting the ubuntu php5
packages I did not get this error.

I had dotdeb installed because I wanted updated php5-gd libraries for a
Drupal install.  I then couldn't install the PECL uploadprogress
extension because I would get this error.

-- 
bad symlink or missing package in php5-dev with libtool.m4
https://bugs.launchpad.net/bugs/359062
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


Re: [Bug 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-05-11 Thread Will Uther

On 12/05/2009, at 2:16 AM, Mathias Gug wrote:

 Thanks for figuring this out. This is probably the root cause of the
 issue. I've seen similar behavior with sshd - could you describe your
 network configuration? Are you using network-manager or
 /etc/network/intrefaces? Are you using a static configuration or  
 rely on
 dhcp?

I have a static configuration in /etc/network/interfaces.

The reload seems to happen just before NetworkManager starts up.

Will   :-}

-- 
mysqld_safe thinks mysqld has crashed when it hasn't
https://bugs.launchpad.net/bugs/326768
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