[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


[Bug 374736] Re: sigpipe upon network disconnect

2009-05-11 Thread William Bohn

** Attachment added: gdb-pidgin.txt
   http://launchpadlibrarian.net/26555493/gdb-pidgin.txt

-- 
sigpipe upon network disconnect
https://bugs.launchpad.net/bugs/374736
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374736] [NEW] sigpipe upon network disconnect

2009-05-11 Thread William Bohn
Public bug reported:

Binary package hint: pidgin

Pidgin crashed upon losing network connection. Should instead tell me
that I've been disconnected.

Running Ubuntu 9.04, pidgin 1:2.5.5-1ubuntu8 .

Attached is a backtrace.

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

-- 
sigpipe upon network disconnect
https://bugs.launchpad.net/bugs/374736
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374733] Re: Swami needs updating to latest SVN.

2009-05-11 Thread Luke Yelavich
** Changed in: swami (Ubuntu)
Milestone: None = karmic-alpha-4

-- 
Swami needs updating to latest SVN.
https://bugs.launchpad.net/bugs/374733
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374411] Re: Kile crashes after closing

2009-05-11 Thread Benjamin_L
When installing kdelibs5-dbg, I now get this:

Application: Kile (kile), signal SIGSEGV
0x7f3d45790d31 in nanosleep () from /lib/libc.so.6
[Current thread is 0 (LWP 5347)]

Thread 2 (Thread 0x7f3d34937950 (LWP 5350)):
#0  0x7f3d457c7832 in select () from /lib/libc.so.6
#1  0x7f3d46330278 in QProcessManager::run (this=0xfa3b10) at 
io/qprocess_unix.cpp:305
#2  0x7f3d46268781 in QThreadPrivate::start (arg=0xfa3b10) at 
thread/qthread_unix.cpp:189
#3  0x7f3d444943ba in start_thread (arg=value optimized out) at 
pthread_create.c:297
#4  0x7f3d457cf0bd in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#5  0x in ?? ()

Thread 1 (Thread 0x7f3d4a609760 (LWP 5347)):
[KCrash Handler]
#5  0x7f3d473221d4 in QTabWidget::currentWidget (this=0x13ec1c0) at 
widgets/qtabwidget.cpp:613
#6  0x006cff6d in _start ()

-- 
Kile crashes after closing
https://bugs.launchpad.net/bugs/374411
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kile in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 372580] Re: Rebase on Debian version for Karmic

2009-05-11 Thread Robert Ancell
Updated so that glade-gnome conflicts with glade-gnome-3

** Attachment added: glade-3_3.6.3-1ubuntu2.diff.gz
   http://launchpadlibrarian.net/26555443/glade-3_3.6.3-1ubuntu2.diff.gz

** Changed in: glade-3 (Ubuntu)
   Status: Incomplete = In Progress

-- 
Rebase on Debian version for Karmic
https://bugs.launchpad.net/bugs/372580
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 351186] Re: [ubuntu 9.04] slow unminimizing with ati card and desktop effects enabled

2009-05-11 Thread rongjiang
woo, cool, and thank you too, I'll try it.

2009/5/11 danomatika danomat...@gmail.com:
 I had the same problem using Compiz with the ATI Mobility Radeon HD 3650
 on my Lenovo Thinkpad T500 using fglrx.  Resizing windows, etc was
 sluggish.

 Installing Bryce's xserver sped things up nicely!  Thanks for the PPA!

 --
 [ubuntu 9.04] slow unminimizing with ati card and desktop effects enabled
 https://bugs.launchpad.net/bugs/351186
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.

 Status in “fglrx-installer” source package in Ubuntu: Confirmed

 Bug description:
 [updated]
 Since the new version of ubuntu/kubuntu (9.04 jaunty) a new bug occurs with 
 ATI cards and desktop effects enabled.
 With fglrx driver, the unminimizing of windows is really slow ... it can take 
 from 1 to 3 seconds.
 Also, the maximizing, unmaximizing and Alt+Tab present the same problem.
 The opening of a window present the same bug, freezing the system for 1sec.
 This bug is under both gnome and kde (4.2.1)

 (I have an ATI HD2600 Mobility Pro )


 [lspci]
 00:00.0 Host bridge [0600]: Intel Corporation Mobile PM965/GM965/GL960 Memory 
 Controller Hub [8086:2a00] (rev 03)
        Subsystem: Acer Incorporated [ALI] Device [1025:011e]
 01:00.0 VGA compatible controller [0300]: ATI Technologies Inc M76 [Radeon 
 Mobility HD 2600 Series] [1002:9581]
        Subsystem: Acer Incorporated [ALI] Device [1025:011e]



-- 
[ubuntu 9.04] slow unminimizing with ati card and desktop effects enabled
https://bugs.launchpad.net/bugs/351186
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 374739] [NEW] static IP error

2009-05-11 Thread Tommy
Public bug reported:

Binary package hint: network-manager

on desktop jaunty, i have first entered one ip address and then change it again 
to another ip of different subnet.
i still get the first IP i have entered all the time .The second one is not 
changed though i did /etc/init.d/networking restart many times

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
static IP error
https://bugs.launchpad.net/bugs/374739
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 373460] Re: OOo 3.1.0 Build-Depends: move from universe to main

2009-05-11 Thread Martin Pitt
IMHO they should have never made it past Debian NEW, since this is just
hilarious from a software architecture point. But *shrug*, if these libs
maintain themselves through Debian, and it avoids a delta, let's do
it.

-- 
OOo 3.1.0 Build-Depends: move from universe to main
https://bugs.launchpad.net/bugs/373460
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 373460] Re: OOo 3.1.0 Build-Depends: move from universe to main

2009-05-11 Thread Martin Pitt
It seems that the current karmic OO.o does not yet pull those in?

-- 
OOo 3.1.0 Build-Depends: move from universe to main
https://bugs.launchpad.net/bugs/373460
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 162654] Re: ipw2200 needs to be reloaded after suspend

2009-05-11 Thread Martin Pitt
Kurt, your problem is not related to a suspend problem. Can you please
report it separately? (ubuntu-bug linux).

-- 
ipw2200 needs to be reloaded after suspend
https://bugs.launchpad.net/bugs/162654
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374674] [NEW] ipv6 link local address lookup broken

2009-05-11 Thread AndrewD
Public bug reported:

glibc 2.9 correctly handles lookup of IPV4 and IPV6 addresses in a mixed
IPV4/IPV6 environment, see comments in the debian bug report:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435646.

However Ubuntu still applies a hack glibc-2.9/debian/patches/any/local-
ipv6-lookup.diff that completely disables IPV6 lookup if there are no
routable IPV6 interfaces.

This causes problems. For example we use a mixture of link local IPV6
for local devices, while only using IPV4 for our network gateway.

With the above hack applied nc6, for example, can not communicate with
link local IPV6 devices. (See also http://www.honeynet.org/node/251)

It appears that the correct fix is to just remove the local-
ipv6-lookup.diff patch.

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

-- 
ipv6 link local address lookup broken
https://bugs.launchpad.net/bugs/374674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 374144] Re: jaunty not detecting IGD945 on D945GCLF2

2009-05-11 Thread fabrizio
*** This bug is a duplicate of bug 372810 ***
https://bugs.launchpad.net/bugs/372810

Sorry, I misunderstood your previous mail:

 You can mark the other bug as a duplicate of this one, that's
how  I would do it, the option is at the top of the page. On
the other  report,
 state that they are both linked, as as far as I know, there is
no
 facility to do this apart from that at the moment. Marking as
 Confirmed as the requested info has been given. Thanks.

On Sun, 2009-05-10 at 19:19 +, Teej wrote:
 *** This bug is a duplicate of bug 372810 ***
 https://bugs.launchpad.net/bugs/372810
 
 For future reference, please do not change status of your own bugs, but
 in this instance it is fine, leaving as Confirmed as per the requested
 provided info in bugs #374144 and #372810. Thanks
 


** Tags added: d945gclf2 jaunty vesa
** Tags removed: apport-bug i386

-- 
jaunty not detecting IGD945 on D945GCLF2
https://bugs.launchpad.net/bugs/374144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 2059] Re: find-function broken: wrong path for some .el files, others are missing completely

2009-05-11 Thread Ralf W.
As a work-around I added the following lines to find-function-search-
for-symbol:

(if (string-match \/\\([^\/]+\\)$ library)
(setq library (substring library (match-beginning 1)))
)

directly behind

(if (string-match \\.el\\(c\\)\\' library)
(setq library (substring library 0 (match-beginning 1

Works only with unix paths, but that's enough for me. 
Maybe it's useful for somebody

RAlf

-- 
find-function broken: wrong path for some .el files, others are missing 
completely
https://bugs.launchpad.net/bugs/2059
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 272994] Re: zsh-beta not in /etc/shells (affects face browser and chsh)

2009-05-11 Thread Bhavani Shankar
This bug has been fixed in version 4.3.5-dev-4+20080401-1 onwards I
think.. Please upgrade and any problems please reopen this bug

Regards

** Changed in: zsh-beta (Ubuntu)
   Status: New = Invalid

-- 
zsh-beta not in /etc/shells (affects face browser and chsh)
https://bugs.launchpad.net/bugs/272994
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374678] Re: new linux user cant install graphics drivers

2009-05-11 Thread Andrew

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/26549514/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/26549515/ProcStatus.txt

-- 
new linux user cant install graphics drivers
https://bugs.launchpad.net/bugs/374678
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 308437] Re: browser/mail crash on mouse click after update to 8.10 - glibc/memory problem ?

2009-05-11 Thread Micah Gersten
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. We were wondering if this is still an issue
for you. Can you try with the latest versions of these programs? Thanks
in advance.

** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Incomplete

-- 
browser/mail crash on mouse click after update to 8.10 - glibc/memory problem ?
https://bugs.launchpad.net/bugs/308437
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 310602] Re: Huge fonts rendered in webpage.

2009-05-11 Thread Micah Gersten
Thank you for the update.  Would you be able to add your extensions back
one by one to a clean profile and see which extension actually causes
this?

** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Incomplete

-- 
Huge fonts rendered in webpage.
https://bugs.launchpad.net/bugs/310602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153425] Re: (Multiseat) screen shifts when /dev/console written to

2009-05-11 Thread shawa
When I log off of one seat and X is restarting, the second seat picks up
both keyboards and mice.  Once X has restarted the mouse and keyboard
goes back to the correct X session.  Any Ideas?  Not a huge issue as I
almost never log off but could be confusing since I plan on having the
seats in different rooms.

-- 
(Multiseat) screen shifts when /dev/console written to
https://bugs.launchpad.net/bugs/153425
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 287879] Re: cryptsetup does not understand UUID= in fstab and conf.d/resume

2009-05-11 Thread Kees Cook
** Bug watch added: Debian Bug tracker #522041
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522041

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

-- 
cryptsetup does not understand UUID= in fstab and conf.d/resume
https://bugs.launchpad.net/bugs/287879
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 333228] Re: [fixed in 1.1.8 @5254] deluge crashed with IOError in __init__()

2009-05-11 Thread Cristian Greco
** Summary changed:

- deluge crashed with IOError in __init__()
+ [fixed in 1.1.8 @5254] deluge crashed with IOError in __init__()

-- 
[fixed in 1.1.8 @5254] deluge crashed with IOError in __init__()
https://bugs.launchpad.net/bugs/333228
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374743] [NEW] Please merge sudo 1.7.0-1 from debian sid

2009-05-11 Thread nxvl
Public bug reported:

Binary package hint: sudo

Debian has a new version of sudo that needs to be merged

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

-- 
Please merge sudo 1.7.0-1 from debian sid
https://bugs.launchpad.net/bugs/374743
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374743] Re: Please merge sudo 1.7.0-1 from debian sid

2009-05-11 Thread nxvl
attaching new debian vs new ubuntu debdiff

** Attachment added: sudo.debdiff
   http://launchpadlibrarian.net/26555747/sudo.debdiff

-- 
Please merge sudo 1.7.0-1 from debian sid
https://bugs.launchpad.net/bugs/374743
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 333227] Re: [fixed in 1.1.8 @5254] deluge crashed with OSError in __init__()

2009-05-11 Thread Cristian Greco
** Summary changed:

- deluge crashed with OSError in __init__()
+ [fixed in 1.1.8 @5254] deluge crashed with OSError in __init__()

-- 
[fixed in 1.1.8 @5254] deluge crashed with OSError in __init__()
https://bugs.launchpad.net/bugs/333227
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374686] [NEW] Removing Package Does Not Remove Menu Item

2009-05-11 Thread Dave
Public bug reported:

Uninstalling xchat-gnome does not remove xchat-gnome-common and leaves
an inoperable icon on the Main Menu.

Ubuntu 9.04 - Fresh Install

** Affects: xchat-gnome (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Uninstalling xchat-gnome does not remove xchat-gnome-common and leaves
  an inoperable icon on the Main Menu.
+ 
+ Ubuntu 9.04 - Fresh Install

-- 
Removing Package Does Not Remove Menu Item
https://bugs.launchpad.net/bugs/374686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374658] [NEW] git-core in hardy does not respect the core.worktree or GIT_WORK_TREE Variables

2009-05-11 Thread Spenser Gilliland
Public bug reported:

Binary package hint: git-core

I'm using git to control my website by following a guide on this website
using Ubuntu Hardy.

http://toroid.org/ams/git-website-howto

when I attempt to git push web  I get the following error.

fatal: /usr/bin/git-checkout cannot be used without a working tree.
error: hooks/post-receive exited with error code 1

It appears that this version of git-core does not respect the core.worktree 
variable or the GIT_WORK_TREE directory.  
After upgrading git using the ppa at

https://launchpad.net/~git-core/+archive/ppa

The commit completes successfully and updates my detached working tree.

I am hoping that a backport could be made of the newer version of git-
core in order to allow this use-case.

** Affects: git-core (Ubuntu)
 Importance: Undecided
 Status: New

-- 
git-core in hardy does not respect the core.worktree or GIT_WORK_TREE Variables
https://bugs.launchpad.net/bugs/374658
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374656] [NEW] pgadmin3 won't use IPv6

2009-05-11 Thread neilb
Public bug reported:

Binary package hint: pgadmin3

When adding a new server in pgadmin3 that has no IPv4 address, I get the
error:

An error has occurred:

Could not resolve hostname db.deor


It also doesn't accept the literal IPv6 address, complaining it can't resolve 
it.

I guess it just needs some IPv6 resolver/socket code, as the PostgreSQL
client/server stuff is all perfectly v6-aware.

This is version 1.8.4-3, from Jaunty.

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


** Tags: ipv6

-- 
pgadmin3 won't use IPv6
https://bugs.launchpad.net/bugs/374656
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 373911] Re: gcj fails to build OOo 3.1.0 on i386/lpia due to claim that libgcj.spec missing

2009-05-11 Thread Chris Cheney
There was nothing really here to fix for OOo. After the new gcj was
uploaded I just had the buildd retry it and it worked.

Thanks,

Chris

** Changed in: openoffice.org (Ubuntu Karmic)
   Importance: High = Undecided

** Changed in: openoffice.org (Ubuntu Karmic)
   Status: Triaged = Invalid

** Changed in: openoffice.org (Ubuntu Karmic)
Milestone: karmic-alpha-2 = None

** Changed in: openoffice.org (Ubuntu Karmic)
 Assignee: Chris Cheney (ccheney) = (unassigned)

-- 
gcj fails to build OOo 3.1.0 on i386/lpia due to claim that libgcj.spec missing
https://bugs.launchpad.net/bugs/373911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 359517] Re: kstars does not support indi

2009-05-11 Thread Launchpad Bug Tracker
This bug was fixed in the package kdeedu - 4:4.2.2-1ubuntu1

---
kdeedu (4:4.2.2-1ubuntu1) karmic; urgency=low

  * Merge from Debian Unstable

  +++ Changes by Richard A. Johnson

  * Merge debian/changelog

  +++ Changes by Jonathan Thomas

  * Merge everything else, remaining changes:
- Conflict/Replace on -kde4 packages
- Build-Depends: cdbs (= 0.4.52ubuntu7), libgmm-dev,
  libqalculate-dev, libsbigudrv-dev
- kdeedu not depend on kiten, blinken (in universe), indi (kstars conflict).
- kturtle description - change to be more reflective of pseudo-logo language
- remove indi from kdeedu (external package)
- Drop openbabel, libgsl0-dev and libgps-dev build-deps (they are in 
universe)
- Keep python marble bindings
  * Update KUBUNTU-DEBIAN-DIFFERENCES

  +++ Changes by Josh Stewart

  * debian/control:
- Add libindi-dev to build-depends
- Update kstars depends, replaced indi with libindi0 (LP: #359517)

kdeedu (4:4.2.2-1) unstable; urgency=low

  * New upstream release:
- fix kmplot when calculating integrals of functions. (Closes: #442281)
- kstars, improved usability of the Observing List Wizard. (Closes: #404583)

 -- Jonathan Thomas echidna...@kubuntu.org   Thu, 07 May 2009 22:04:43
-0400

** Changed in: kdeedu (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
kstars does not support indi
https://bugs.launchpad.net/bugs/359517
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 373906] Re: Sync f-spot 0.5.0.3-4 (main) from Debian unstable (main).

2009-05-11 Thread Daniel Holbach
ACKed.

** Changed in: f-spot (Ubuntu)
   Status: New = Confirmed

-- 
Sync f-spot 0.5.0.3-4 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/373906
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 373822] Re: on boot: nm-applet slow to detect wireless (~30 sec)

2009-05-11 Thread Jonathan
** Description changed:

  Binary package hint: network-manager-gnome
  
  Ubuntu release: Jaunty (9.04)
  
  Network-manager version: 0.7.1~rc4.1.cf199a964-0ubuntu2
  
  I expect nm-applet to immediately detect my (WPA2 secured) wireless router 
and attempt to connect to it.
- Instead, it shows no network connects for about 30 seconds after the desktop 
appears, and then begins to try to connect.
+ Instead, (much of the time) it shows no network connectections for about 30 
seconds after the desktop appears, and then begins to try to connect.
  
  My wireless card is an Intel Corporation PRO/Wireless 3945ABG. This
  wasn't an issue with Intrepid. Also, my friends using Ubuntu 9.04 don't
  have this problem, so I'm assuming it's unique to my card.
  
  ubuntuforums post: http://ubuntuforums.org/showthread.php?t=1152562

-- 
on boot: nm-applet slow to detect wireless (~30 sec)
https://bugs.launchpad.net/bugs/373822
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221700] Re: Can't install 'kubuntu-desktop'

2009-05-11 Thread Lars
I have the same error to.
Here my logs from /var/log/dist-upgrade.


** Attachment added: main.log
   http://launchpadlibrarian.net/26555762/main.log

-- 
Can't install 'kubuntu-desktop'
https://bugs.launchpad.net/bugs/221700
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374408] Re: update to open office 3.1 failed

2009-05-11 Thread kiterunner
** Summary changed:

- update to open office 3.1 failled
+ update to open office 3.1 failed

-- 
update to open office 3.1 failed
https://bugs.launchpad.net/bugs/374408
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 368271] Re: Memory leak in fglrx

2009-05-11 Thread Sergio Tosti
Newest version of the binary driver provided by AMD (8.602) isn't
affected by bug, I believe that is necessary to update to this version.

-- 
Memory leak in fglrx
https://bugs.launchpad.net/bugs/368271
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 356281] Re: DeprecationWarning: object.__init__() takes no parameters

2009-05-11 Thread Martin Pitt
Annoying Really? How does a normal user see this? If it's affecting
users, can you please change the description to point out the impact?
(xsession-errors log spam is hardly sufficient)

Thank you!

-- 
DeprecationWarning: object.__init__() takes no parameters
https://bugs.launchpad.net/bugs/356281
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343732] Re: scim causes keyboard input to get stuck: problem persistent in jaunty

2009-05-11 Thread laptoplinux
I also have the same problem and am running Ubuntu Jaunty. I am not 100
percent sure but the easiest way for me to reproduce it is to launch
Stardict and when I use SCIM after a couple of seconds my keyboard dies.

Didn't have this problem with either Ibex or Hardy.

:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 9.04
Release:9.04
Codename:   jaunty


** Attachment added: lspci.html
   http://launchpadlibrarian.net/26555872/lspci.html

-- 
scim causes keyboard input to get stuck: problem persistent in jaunty
https://bugs.launchpad.net/bugs/343732
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 340532] Re: evolution 2.25.92 evolution-mapi evolution exits on mapi preferences authentication.

2009-05-11 Thread sikke
Confirm: Rename smb.conf

-- 
evolution 2.25.92 evolution-mapi evolution exits on mapi preferences 
authentication.
https://bugs.launchpad.net/bugs/340532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 116984] Re: Applications can't connect to avahi-daemon until avahi is restarted once.

2009-05-11 Thread jcornwall
Can you paste your syslog entries for Avahi following a bad startup and
successful daemon restart?

From davebv's syslog, it appears that avahi-daemon is being started
before an IP address has been assigned to the machine. That's a startup
ordering issue (and secondarily a weakness in Avahi's ability to detect
changes to the network configuration). That may or may not be the same
problem you are experiencing.

-- 
Applications can't connect to avahi-daemon until avahi is restarted once.
https://bugs.launchpad.net/bugs/116984
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374676] Re: package kdebase-runtime 4:4.2.2-1ubuntu5 failed to install/upgrade: trying to overwrite `/usr/bin/kwalletd', which is also in package kdebase-runtime-bin-kde4

2009-05-11 Thread Bharat B. Sahni

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

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/26549322/DpkgTerminalLog.gz

-- 
package kdebase-runtime 4:4.2.2-1ubuntu5 failed to install/upgrade: trying to 
overwrite `/usr/bin/kwalletd', which is also in package kdebase-runtime-bin-kde4
https://bugs.launchpad.net/bugs/374676
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343069] Re: Avahi causing mt-daap to segfault

2009-05-11 Thread mlaverdiere
Just in case it is helpful to someone, here's the package I have
compiled (on Jaunty) with the patch provided by jcornwall (thanks a
lot!).  I've tested it and it works ...although I'm experiencing another
problem, with avahi-daemon that I need to manually restart after each
reboot.  See this bug report:
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/116984

** Attachment added: mt-daapd_0.9~r1696.dfsg-9_i386.deb
   http://launchpadlibrarian.net/26549308/mt-daapd_0.9%7Er1696.dfsg-9_i386.deb

-- 
Avahi causing mt-daap to segfault
https://bugs.launchpad.net/bugs/343069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374408] Re: update to open office 3.1 failled

2009-05-11 Thread kiterunner
Upgradation worked fine for me though. I used the launchpad repo. Take a
look at this article on a href=http://ubuntumanual.org/posts/175
/upgrade-to-open-office-3-1-in-ubuntu-jaunty-intrepid-hardyupgrading
to openoffice 3.1 in ubuntu/a. It worked for me.

-- 
update to open office 3.1 failed
https://bugs.launchpad.net/bugs/374408
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 263651] Re: Thunderbird renders fonts too small w/o dpi pref set

2009-05-11 Thread timor
Updating to Jaunty resolves problem. But I've got still layout.css.dpi
setup to 0. Seems that in Jaunty this was patched. If you want I could
try to run TH with default layout.css.dpi - just for testing purposes :)

-- 
Thunderbird renders fonts too small w/o dpi pref set
https://bugs.launchpad.net/bugs/263651
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 359658] Re: evolution crashed with SIGSEGV in strcmp()

2009-05-11 Thread Launchpad Bug Tracker
This bug was fixed in the package evolution-indicator - 0.1.15-0ubuntu1

---
evolution-indicator (0.1.15-0ubuntu1) karmic; urgency=low

  * Upstream release 0.1.15:  Brown paper bag.  Missing a '!' in
previous release.  Now really fixes LP: #359658
  * Upstream release 0.1.14: Change to g_strcmp0 to check for a NULL
string and not crash when getting it.  LP: #359658

 -- Ted Gould t...@ubuntu.com   Mon, 11 May 2009 08:20:11 +0200

** Changed in: evolution-indicator (Ubuntu)
   Status: In Progress = Fix Released

-- 
evolution crashed with SIGSEGV in strcmp()
https://bugs.launchpad.net/bugs/359658
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374747] [NEW] .PPDs in m2300w package come gzipped and so are not detected by the KDE printer setup

2009-05-11 Thread Muzer
Public bug reported:

Binary package hint: m2300w

The simple solution is to gunzip them. I did this and it worked
flawlessly. Simply repackage the .deb so the .PPD files are not gzipped
and all will be well.

As it stands, in the Kubuntu printer setup, the printers covered by the
driver (Konica Minolta Magicolour 2300W and 2400W) do not show up on the
screen that allows you to choose which printer you have.

Kubuntu 9.04

m2300w:
  Installed: 0.51-0ubuntu7

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

-- 
.PPDs in m2300w package come gzipped and so are not detected by the KDE printer 
setup
https://bugs.launchpad.net/bugs/374747
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374746] [NEW] After replace all, selected text is de-selected

2009-05-11 Thread Andy Sturges
Public bug reported:

Binary package hint: openoffice.org

1) Ubuntu 9.04.
2) OpenOffice Writer 1:3.0.1-9Ubuntu3

I select a portion of text in which I would like to do a find 
replace. After selecting the text, I type ctrl-f to bring up the find
and replace dialogue box. I input appropriate text into the search for
and replace with fields. Click replace all.

3) Result: the function works properly, but the text that I selected before 
typing ctrl-f has become unselected.
4) Expected result: The function would work properly, and then maintain the 
same text selection as before the find and replace. This would enable me to do 
a second find and replace without closing the find and replace dialogue 
box, reselecting the same text, and then going back to the find and replace 
dialoge box. 

Perhaps the program was designed this way intentionally and there are
good reasons for doing it as it currently works. In any case, thanks for
the wonderful program, and thanks for all your marvelous work. Hope my
small input helps. Cheers,

---Andy

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: openoffice.org-core 1:3.0.1-9ubuntu3
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: openoffice.org
Uname: Linux 2.6.28-11-generic i686

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
After replace all, selected text is de-selected
https://bugs.launchpad.net/bugs/374746
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374746] Re: After replace all, selected text is de-selected

2009-05-11 Thread Andy Sturges

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

-- 
After replace all, selected text is de-selected
https://bugs.launchpad.net/bugs/374746
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 373474] Re: Sync gluezilla 2.4-1 (main) from Debian unstable (main).

2009-05-11 Thread Daniel Holbach
ACKed.

** Changed in: gluezilla (Ubuntu)
   Status: New = Confirmed

-- 
Sync gluezilla 2.4-1 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/373474
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 372230] Re: After upgrading to Ubuntu 9.04, I cannot create any new calendar

2009-05-11 Thread exhuma.twn
As mosses wrote, uninstalling the manually installed xpi file and
installing the lightning-extension package solved this problem for me!
Even *with* the Google Provider installed and enabled!

So I can consider this issue closed as well.

Thanks for the quick help.

-- 
After upgrading to Ubuntu 9.04, I cannot create any new calendar
https://bugs.launchpad.net/bugs/372230
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 345283] Re: firefox keeps crashing

2009-05-11 Thread Hilario J. Montoliu (hjmf)
Thank you for your feedback,

we are closing now this report; this crash was likely due to some unique
plugin extension combination or has been fixed in the meantime. Please,
reopen it at any time if you have more related info.

Thanks for your contribution. Don't hesitate to submit new crashes,

H. Montoliu

** Changed in: firefox (Ubuntu)
   Status: Incomplete = Fix Released

-- 
firefox keeps crashing
https://bugs.launchpad.net/bugs/345283
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 204013] Re: Use gnome's app selection dialogue

2009-05-11 Thread Bug Watch Updater
** Changed in: firefox
   Status: Confirmed = Invalid

-- 
Use gnome's app selection dialogue
https://bugs.launchpad.net/bugs/204013
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 373097] Re: Update to 2.27.1

2009-05-11 Thread Robert Ancell
Updated lp:~robert-ancell/gnome-games/ubuntu with the new requirements
(no glade, bump up gtk+ and pygtk) and changed description to not
include gnometris.

- gnometris is not built as we do not have the required version of clutter 
(0.9.3)
- we do not use libcanberra (yet) as it is being built with the gstreamer sound 
output

Do we upload now and solve these later during Karmic?

ps. I looked at merging with Debian but they do not appear to have made
any significant changes.

** Changed in: gnome-games (Ubuntu)
   Status: Incomplete = In Progress

-- 
Update to 2.27.1
https://bugs.launchpad.net/bugs/373097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 308437] Re: browser/mail crash on mouse click after update to 8.10 - glibc/memory problem ?

2009-05-11 Thread karin meyer
Micah Gersten wrote:
 Thank you for taking the time to report this bug and helping to make
 Ubuntu better. You reported this bug a while ago and there hasn't been
 any activity in it recently. We were wondering if this is still an issue
 for you. Can you try with the latest versions of these programs? Thanks
 in advance.
 
 ** Changed in: firefox-3.0 (Ubuntu)
Status: New = Incomplete
 
Hi Micah,

thanks for following this up.
I have to admit that I gave up - and rebuilt my machine completely
going back to version 8.04 - which fixed my problems;
my feel is that I did encounter some incompatibility of the 64-bit
8.10 version with my hardware setup - I basically could not click on
anything may it be firefox/thunderbird/file browser and not down- or
upload anything or open a file from within emacs or similar, always
the crash/ghamgong up or glibc error (I did a fresh installation of 8.10 
before going back to 8.04 but without luck) - I haven't been game to try 
9.04 yet.

cheers
karin
-- 
Karin Meyer, Animal Genetics and Breeding Unit, University of New England,
Armidale, NSW 2351, Australia; kme...@didgeridoo.une.edu.au
WOMBAT homepage : http://agbu.une.edu.au/~kmeyer/wombat.html

-- 
browser/mail crash on mouse click after update to 8.10 - glibc/memory problem ?
https://bugs.launchpad.net/bugs/308437
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 373460] Re: OOo 3.1.0 Build-Depends: move from universe to main

2009-05-11 Thread Chris Cheney
Martin,

So what do you think I should do about this? As this is already done for
Debian it is a point where we would diverge if we don't build using the
external copies and would have the external copies in universe in any
case.

Chris

-- 
OOo 3.1.0 Build-Depends: move from universe to main
https://bugs.launchpad.net/bugs/373460
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374748] [NEW] black area on dual screen with compiz

2009-05-11 Thread aze555666
Public bug reported:

Binary package hint: compiz

Ubuntu release = Ubuntu 9.04 Jaunty Jackalope
Package version = 1:0.8.2-0ubuntu8
What I excpected = having a dual-screen working properly with compiz
What happened = The bottom part of the second screen is black.

I use a Dell laptop (Inspiron 1720) on which resolution is 1440*900, and added 
a screen on the right which resolution is 1280*1024. Using nvidia drivers 173 
(with nvidia 8600MGT), the separate x screen option, and compiz as window 
manager, the second screen has a black band on the bottom (900 pixels from the 
top are displayed properly, 124 are black).
When I move my mouse to this black area, the cursor is shown,and when I 
right-click, I can see that this area is working (right click shows the desktop 
context menu, right click near the bottom shows the panel context menu, but I 
can see only the first item of this menu since it's the only one not being in 
the black part).

This problem doesn't happen when using metacity instead of compiz as window 
manager.
This also doesn't happen on my desktop computer, on which I use nvidia drivers 
180 (nvidia 8600GT card), same separate x screen and compiz, but the second 
screen is smaller than the main one (1280*1024 and 1024*768)

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


** Tags: area black compiz dual screen

-- 
black area on dual screen with compiz
https://bugs.launchpad.net/bugs/374748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374630] Re: Merge ncurses 5.7+20090502-1 (main) from Debian unstable (main).

2009-05-11 Thread Daniel Holbach
Merge looks good, in general I tested the new package and it's all
good. sounds more reassuring than The package has been built fine in
my PPA. :-)

-- 
Merge ncurses 5.7+20090502-1 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/374630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374421] Re: Pidgin default encoding should be Latin/Unicode Hybrid

2009-05-11 Thread Flávio Martins
pidgin (1:2.5.5-1ubuntu9) karmic; urgency=low

  * debian/patches/06_default_to_irc_encoding.patch:
- Change IRC default encoding to Latin/Unicode Hybrid
  (lp: #374421)

 -- Flávio Martins xha...@gmail.com Sun, 10 May 2009 14:30:50 +0100

** Attachment added: Debdiff for Karmic
   http://launchpadlibrarian.net/26550644/pidgin_2.5.5-1ubuntu9.diff

-- 
Pidgin default encoding should be Latin/Unicode Hybrid
https://bugs.launchpad.net/bugs/374421
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 374595] Re: Network-manager frequently loose connection

2009-05-11 Thread dunbro...@gmail.com
I have noticed a similar problem .

-Computer-
Processor   : 2x Intel(R) Core(TM)2 Duo CPU P9400  @ 2.40GHz
Memory  : 3566MB (833MB used)
Operating System: Ubuntu 9.04

Date/Time   : Mon 11 May 2009 18:35:25 NZST
-Display-
Resolution  : 1280x1024 pixels
OpenGL Renderer : Mesa DRI Mobile Intel® GM45 Express Chipset GEM 
20090114 x86/MMX/SSE2
X11 Vendor  : The X.Org Foundation
-Multimedia-
Audio Adapter   : HDA-Intel - HDA Intel
-Input Devices-
 

Operating System


-Version-
Kernel  : Linux 2.6.28-11-generic (i686)
Compiled: #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009
C Library   : GNU C Library version 2.9 (stable)
Default C Compiler  : GNU C Compiler version 4.3.3 (Ubuntu 
4.3.3-5ubuntu4) 
Distribution: Ubuntu 9.04
-Current Session-

Desktop Environment : GNOME 2.26.1
-Misc-
Uptime  : 1 hour, 20 minutes
Load Average: 0.02, 0.24, 0.31

Kernel Modules
--

-Loaded Modules-
isofs
udf : Universal Disk Format Filesystem
crc_itu_t   : CRC ITU-T V.41 calculations
i915: Intel Graphics
drm : DRM shared core routines
binfmt_misc
ppdev
bridge
stp
bnep: Bluetooth BNEP ver 1.3
input_polldev   : Generic implementation of a polled input device
joydev  : Joystick device interfaces
lp
parport
snd_hda_intel   : Intel HDA driver
snd_pcm_oss : PCM OSS emulation for ALSA.
snd_mixer_oss   : Mixer OSS emulation for ALSA.
arc4: ARC4 Cipher Algorithm
snd_pcm : Midlevel PCM code for ALSA.
ecb : ECB block cipher algorithm
snd_seq_dummy   : ALSA sequencer MIDI-through client
snd_seq_oss : OSS-compatible sequencer module
snd_seq_midi: Advanced Linux Sound Architecture sequencer MIDI 
synth.
snd_rawmidi : Midlevel RawMidi code for ALSA.
snd_seq_midi_event  : MIDI byte lt;-gt; sequencer event coder
snd_seq : Advanced Linux Sound Architecture sequencer.
iwlagn  : Intel(R) Wireless WiFi Link AGN driver for Linux
iwlcore : iwl core
snd_timer   : ALSA timer interface
snd_seq_device  : ALSA sequencer device management
led_class   : LED Class Interface
snd : Advanced Linux Sound Architecture driver for soundcards.
btusb   : Generic Bluetooth USB driver ver 0.3
mac80211: IEEE 802.11 subsystem
hid_logitech
sdhci_pci   : Secure Digital Host Controller Interface PCI driver
soundcore   : Core sound module
psmouse : PS/2 mouse driver
uvcvideo: USB Video Class driver
ff_memless  : Force feedback support for memoryless devices
dcdbas  : Dell Systems Management Base Driver (version 5.6.0-3.2)
sdhci   : Secure Digital Host Controller Interface core driver
snd_page_alloc  : Memory allocator for ALSA system.
serio_raw   : Raw serio driver
intel_agp
pcspkr  : PC Speaker beeper driver
cfg80211: wireless configuration support
compat_ioctl32
videodev: Device registrar for Video4Linux drivers v2
iTCO_wdt: Intel TCO WatchDog Timer Driver
iTCO_vendor_support : Intel TCO Vendor Specific WatchDog Timer 
Driver Support
agpgart : AGP GART driver
v4l1_compat : v4l(1) compatibility layer for v4l2 drivers.
usbhid  : USB HID core driver
video   : ACPI Video Driver
output  : Display Output Switcher Lowlevel Control Abstraction
ohci1394: Driver for PCI OHCI IEEE-1394 controllers
ieee1394
e1000e  : Intel(R) PRO/1000 Network Driver
fbcon
tileblit: Tile Blitting Operation
font: Console Fonts
bitblit : Bit Blitting Operation
softcursor  : Generic software cursor




Display
---

-Display-
Resolution  : 1280x1024 pixels
Vendor  : The X.Org Foundation
Version : 1.6.0
-Monitors-
Monitor 0   : 1280x1024 pixels
-Extensions-
BIG-REQUESTS
Composite
DAMAGE
DOUBLE-BUFFER
DPMS
DRI2
GLX
Generic Event Extension
MIT-SCREEN-SAVER
MIT-SHM
RANDR
RECORD
RENDER
SECURITY
SGI-GLX
SHAPE
SYNC
X-Resource
XC-MISC
XFIXES
XFree86-DGA
XFree86-VidModeExtension
XINERAMA
XInputExtension
XKEYBOARD
XTEST
XVideo
-OpenGL-
Vendor  : Tungsten Graphics, Inc
Renderer: Mesa DRI Mobile Intel® GM45 Express Chipset GEM 
20090114 x86/MMX/SSE2
Version : 2.1 Mesa 7.5-rc1
Direct Rendering: Yes

-- 
Network-manager frequently loose connection
https://bugs.launchpad.net/bugs/374595
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com

[Bug 354378] Re: Deadlock when PAM_TEXT_INFO is used

2009-05-11 Thread Launchpad Bug Tracker
This bug was fixed in the package policykit - 0.9-3ubuntu2

---
policykit (0.9-3ubuntu2) karmic; urgency=low

* Add debian/patches/polkit-deadlock.patch.
  - Fix deadlock when PAM_TEXT_INFO is used (LP: #354378). Kudos to James
Westby.

 -- Iulian Udrea iul...@ubuntu.com   Wed, 06 May 2009 08:30:20 +

** Changed in: policykit (Ubuntu)
   Status: Triaged = Fix Released

-- 
Deadlock when PAM_TEXT_INFO is used
https://bugs.launchpad.net/bugs/354378
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 372599] Re: Merge policykit 0.9-3

2009-05-11 Thread Luke Yelavich
I merged this package without seeig the bug, apologies to Iulian.
However, I am creating a new upload to include the requested patch.

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

-- 
Merge policykit 0.9-3
https://bugs.launchpad.net/bugs/372599
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 338071] Re: update manager Error failed to fork pty

2009-05-11 Thread manroh
I posted this entry a few days ago:

Since yesterday (upgrade from 8.10 to 9.04) I had exactly the same problem.
For me the /etc/rcS.d/S11mountdevsubfs.sh was missing, too. And I also got the 
errors during boot mentioned above.
I created now the missing symlink at it seems to work, now.
Please let us no, if this really fixes the problem in the correct way.

May someone confirm that this is a accurate fix?

S11mountdevsubfs.sh - ../init.d/mountdevsubfs.sh

Many thanks.
Manuel.

-- 
update manager Error failed to fork pty
https://bugs.launchpad.net/bugs/338071
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 373095] Re: Update to 5.27.1

2009-05-11 Thread Launchpad Bug Tracker
This bug was fixed in the package gcalctool - 5.27.1-0ubuntu1

---
gcalctool (5.27.1-0ubuntu1) karmic; urgency=low

  [ Robert Ancell ]
  * New upstream release (LP: #373095)
- Convert Glade UI to GtkBuilder UI
- Fix display on startup to be replaced on entry (LP: #348699)
- Make GConf schemas translatable
- Replace MP number arrays with an MPNumber structure
- Tidied up error messages
- Tidied up GConf schema, use native GConf types, the following settings 
will
  be reset after upgrade:
  - The initial window position
  - The visibility of trailing zeros
  - The visibility of thousands separators
  - The visibility of the register window
- Updated translations

  * Merge from Debian unstable (5.24.3.1-1). Remaining Ubuntu changes
- Launchpad integration:
  + debian/control.in: Build-Depends on launchpad-integration
  + inclusion of debian/patches/01_lpi.patch and
debian/patches/99_autoconf.patch
- debian/control.in: Add VCS link
- debian/control.in: Remove dependency on Glade
- debian/control: Rebuilt with contro.in changes

  [ Daniel Holbach ]
  * debian/watch: track current unstable release too.

 -- Robert Ancell robert.anc...@canonical.com   Mon, 11 May 2009
16:02:16 +1000

** Changed in: gcalctool (Ubuntu)
   Status: In Progress = Fix Released

-- 
Update to 5.27.1
https://bugs.launchpad.net/bugs/373095
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >