[Bug 404099] Re: please merge openvpn 2.1~rc19-1(main) from debian unstable(main)

2009-07-27 Thread Thierry Carrez
Uploaded with two minor changes :
- debian/control: Use Ubuntu Developers to conform to new DebianMaintainerSpec
- debian/changelog: slightly reordered the LP bug reference to make more sense
Thanks !

** Changed in: openvpn (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: openvpn (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: openvpn (Ubuntu)
 Assignee: (unassigned) = Thierry Carrez (ttx)

** Changed in: openvpn (Ubuntu)
   Status: In Progress = Fix Committed

-- 
please merge openvpn 2.1~rc19-1(main) from debian unstable(main)
https://bugs.launchpad.net/bugs/404099
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 405185] [NEW] wins

2009-07-27 Thread Raivo
*** This bug is a duplicate of bug 288496 ***
https://bugs.launchpad.net/bugs/288496

Public bug reported:

Binary package hint: samba

wins package installation error

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: alamprotsess post-installation script tagastas lõpetamisel 
veakoodi 1
Package: winbind 2:3.3.2-1ubuntu3
SourcePackage: samba
Title: package winbind 2:3.3.2-1ubuntu3 failed to install/upgrade: alamprotsess 
post-installation script tagastas lõpetamisel veakoodi 1
Uname: Linux 2.6.28-13-generic i686

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


** Tags: apport-package i386

-- 
wins
https://bugs.launchpad.net/bugs/405185
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 405185] Re: wins

2009-07-27 Thread Raivo
*** This bug is a duplicate of bug 288496 ***
https://bugs.launchpad.net/bugs/288496


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

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

-- 
wins
https://bugs.launchpad.net/bugs/405185
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 404099] Re: please merge openvpn 2.1~rc19-1(main) from debian unstable(main)

2009-07-27 Thread Launchpad Bug Tracker
This bug was fixed in the package openvpn - 2.1~rc19-1ubuntu1

---
openvpn (2.1~rc19-1ubuntu1) karmic; urgency=low

  * Merge from debian unstable (LP: #404099), remaining changes:
- debian/openvpn.init.d:
  - Do not use start-stop-daemon and use  /dev/null to avoid blocking boot
  - show per-VPN result messages
  - add --script-security 2 by default for backwards compatibility
  - Added lsb-base=3.2-14 depend to allow status_of_proc()

openvpn (2.1~rc19-1) unstable; urgency=low

  * New upstream version
- Removed remote_env.patch, applied upstream
- trusted_ip is exported again. (Closes: #524979)
  * Bumped Standards-Version to 3.8.2

 -- Bhavani Shankar right2bh...@gmail.com   Fri, 24 Jul 2009 19:22:13
+0530

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

-- 
please merge openvpn 2.1~rc19-1(main) from debian unstable(main)
https://bugs.launchpad.net/bugs/404099
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 405185] Re: wins

2009-07-27 Thread Raivo
*** This bug is a duplicate of bug 288496 ***
https://bugs.launchpad.net/bugs/288496

** This bug has been marked a duplicate of bug 288496
   package winbind 2:3.2.3-1ubuntu3 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1

-- 
wins
https://bugs.launchpad.net/bugs/405185
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 405195] [NEW] When stopping a specific daemon, _all_ routes are flushed

2009-07-27 Thread Tore Anderson
Public bug reported:

Binary package hint: quagga

This misbehaviour just bit me:

r...@fwtest1:~# /etc/init.d/quagga stop ospf6d
Stopping Quagga daemons (prio:0): ospf6d.
Removing all routes made by zebra.

So I'm stopping ospf6d only, but _all_ routes, including the ones
installed by still-running processes such as bgpd, ripd, and so on, are
removed from the kernel's routing table.  That can't be right.

I suggest applying the following patch so that the flushing will only
happen if all of the Quagga daemons are stopped:

--- /etc/init.d/quagga  2009-05-06 23:47:31.0 +0200
+++ /tmp/quagga.new 2009-07-27 10:30:44.0 +0200
@@ -235,8 +235,10 @@
# Stop all daemons at level '0' or 'stop'
stop_prio 0 $2
 
-   echo Removing all routes made by zebra.
-   ip route flush proto zebra
+   if [ -z $2 ]; then
+   echo Removing all routes made by zebra.
+   ip route flush proto zebra
+   fi
;;
 
 restart|force-reload)

Tore

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

-- 
When stopping a specific daemon, _all_ routes are flushed
https://bugs.launchpad.net/bugs/405195
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to quagga 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 397699] Re: [jaunty] samba 3.3.2 denies access to roaming profiles

2009-07-27 Thread Thierry Carrez
** Summary changed:

- samba fixes for roaming profiles introduce regressions
+ [jaunty] samba 3.3.2 denies access to roaming profiles

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

-- 
[jaunty] samba 3.3.2 denies access to roaming profiles
https://bugs.launchpad.net/bugs/397699
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 397699] Re: [jaunty] samba 3.3.2 denies access to roaming profiles

2009-07-27 Thread Thierry Carrez
** Bug watch added: Red Hat Bugzilla #508760
   https://bugzilla.redhat.com/show_bug.cgi?id=508760

** Also affects: samba (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=508760
   Importance: Unknown
   Status: Unknown

-- 
[jaunty] samba 3.3.2 denies access to roaming profiles
https://bugs.launchpad.net/bugs/397699
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 397699] Re: [jaunty] samba 3.3.2 denies access to roaming profiles

2009-07-27 Thread Bug Watch Updater
** Changed in: samba (Fedora)
   Status: Unknown = In Progress

-- 
[jaunty] samba 3.3.2 denies access to roaming profiles
https://bugs.launchpad.net/bugs/397699
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 397143] Re: Please merge drbd8 2:8.3.2-1 (main) from Debian unstable

2009-07-27 Thread Artur Rona
** Tags added: merge

-- 
Please merge drbd8 2:8.3.2-1 (main) from Debian unstable
https://bugs.launchpad.net/bugs/397143
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 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 397699] Re: [jaunty] samba 3.3.2 denies access to roaming profiles

2009-07-27 Thread Thierry Carrez
Probably fixed in 3.3.4, interesting workaround suggestions in
http://forums.fedoraforum.org/showthread.php?p=1228623

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

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

-- 
[jaunty] samba 3.3.2 denies access to roaming profiles
https://bugs.launchpad.net/bugs/397699
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 404623] Re: Samba shares created by smbclient are read-only

2009-07-27 Thread Scaine
*** This bug is a duplicate of bug 393012 ***
https://bugs.launchpad.net/bugs/393012

** This bug has been marked a duplicate of bug 393012
   smb: Error while copying file, Invalid argument

-- 
Samba shares created by smbclient are read-only
https://bugs.launchpad.net/bugs/404623
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 397699] Re: [jaunty] samba 3.3.2 denies access to roaming profiles

2009-07-27 Thread Thierry Carrez
I'll try to prepare a patched version of samba with Simo Sorce's patch
for testing in my jaunty PPA. Do you think you'd be able to test that ?

** Attachment added: posix_acls.c.patch
   http://launchpadlibrarian.net/29569375/posix_acls.c.patch

-- 
[jaunty] samba 3.3.2 denies access to roaming profiles
https://bugs.launchpad.net/bugs/397699
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


RE: [Bug 397699] Re: [jaunty] samba 3.3.2 denies access to roaming profiles

2009-07-27 Thread Mark Hannon
Of course.   Give me a shout when it's ready.
Rgds/mark

-Original Message-
From: boun...@canonical.com [mailto:boun...@canonical.com] On Behalf Of Thierry 
Carrez
Sent: Monday, 27 July 2009 10:58 PM
To: markhan...@optusnet.com.au
Subject: [Bug 397699] Re: [jaunty] samba 3.3.2 denies access to roaming profiles

I'll try to prepare a patched version of samba with Simo Sorce's patch
for testing in my jaunty PPA. Do you think you'd be able to test that ?

** Attachment added: posix_acls.c.patch
   http://launchpadlibrarian.net/29569375/posix_acls.c.patch

-- 
[jaunty] samba 3.3.2 denies access to roaming profiles
https://bugs.launchpad.net/bugs/397699
You received this bug notification because you are a direct subscriber
of the bug.

-- 
[jaunty] samba 3.3.2 denies access to roaming profiles
https://bugs.launchpad.net/bugs/397699
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 369088] Re: install crashes while adding mailody software

2009-07-27 Thread Sacha
Dear Andreas

Thank you for following up on this matter. I have since
stopped trying and no loger wish to have assistance for
Mailody.

Kind regards

Sacha de Rosner


The Internet Group Inc. SA - http://www.internetgroup.co.za
Intelligent Technologies working for You
Office: 086 1000573 · Fax: 086 6068800
P.O. Box 648 · Edenvale · South Africa · 1610


Privacy Policy: http://www.see-it.co.za/privacy


Search the World! - http://www.links4africa.co.za

~~~


Andreas Olsson wrote:
 We'd like to figure out what's causing this bug for you, but we haven't
 heard back from you in a while. Could you please provide the requested
 information? Thanks!


-- 
install crashes while adding mailody software
https://bugs.launchpad.net/bugs/369088
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 369088] Re: install crashes while adding mailody software

2009-07-27 Thread Andreas Olsson
@Sacha: Ok, closing this report  then.

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: Incomplete = Invalid

-- 
install crashes while adding mailody software
https://bugs.launchpad.net/bugs/369088
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 252686] Re: Reload action on init script kills daemon

2009-07-27 Thread Mrten
This bug affects nagios3 as well, the patch from comment #4 fixes the
issue.

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius 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 404917] [NEW] mounted samba shares unavailable after suspend

2009-07-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I have noticed this happen every time I open my laptop running 9.04 that
has been suspended.

If before suspend, I open a network share (that is actually a Samba
share on another Ubuntu machine (8.04) and then allow the machine to go
into suspend (by closing the lid) and then open the lid again sometime
later, after the machine is running again, I can no longer access the
shared folder (either via the icon on the desktop or via Nautilus).

I get an error saying: Could not display X. The file is of an
unknown type.

Then if I try to browse  any of my Samba network shares, I more often
than not get no results. If I click on PlacesNetwork, I get to see
Windows Network, but if I click on that, I get an empty blank nautilus
window. If I then click back, I can then go one further, so I can click
through PlacesNetworkWindows Networks MSHome, but then it is blank.
Then if I click back all the way, then I try again, then I can go one
further again, so PlaceNetworkWindows NetworkMSHomeServer, but then
it is blank. This continues until I can finally get to the folders and
everything is ok.

If I shutdown instead of hibernate and then restart, this problem never
occurs

I am using a wireless connection, but I wait until I get the Connected
notification before I do anything, so I definatley have network
connection.

The logs dont seem to show anything relevant, but I may be wrong.

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

-- 
mounted samba shares unavailable after suspend
https://bugs.launchpad.net/bugs/404917
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 404917] Re: mounted samba shares unavailable after suspend

2009-07-27 Thread Foppe Benedictus
** Package changed: ubuntu = samba (Ubuntu)

-- 
mounted samba shares unavailable after suspend
https://bugs.launchpad.net/bugs/404917
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 397143] Re: Please merge drbd8 2:8.3.2-1 (main) from Debian unstable

2009-07-27 Thread Ante Karamatić
** Changed in: drbd8 (Ubuntu)
   Status: Confirmed = Invalid

-- 
Please merge drbd8 2:8.3.2-1 (main) from Debian unstable
https://bugs.launchpad.net/bugs/397143
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 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 405421] [NEW] Please sync drbd8 8.3.2-2 (main) from Debian unstable

2009-07-27 Thread Ante Karamatić
Public bug reported:

Please sync drbd8 from Debian unstable. All Ubuntu changes were
implemented in Debian, so it's safe to drop all Ubuntu changes.

** Affects: drbd8 (Ubuntu)
 Importance: Medium
 Status: Confirmed

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

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

-- 
Please sync drbd8 8.3.2-2 (main) from Debian unstable
https://bugs.launchpad.net/bugs/405421
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 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 405421] Re: Please sync drbd8 8.3.2-2 (main) from Debian unstable

2009-07-27 Thread Mathias Gug
ACK.

** Changed in: drbd8 (Ubuntu)
   Importance: Medium = Wishlist

-- 
Please sync drbd8 8.3.2-2 (main) from Debian unstable
https://bugs.launchpad.net/bugs/405421
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 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 405518] [NEW] package smbfs 3.0.28a-1ubuntu4.8 failed to install/upgrade: dependency problems - leaving unconfigured

2009-07-27 Thread kidalabama
Public bug reported:

Binary package hint: samba

no information.

ProblemType: Package
Architecture: i386
Date: Sun Jul 19 08:56:39 2009
DistroRelease: Ubuntu 8.04
ErrorMessage: dependency problems - leaving unconfigured
Package: smbfs 3.0.28a-1ubuntu4.8
PackageArchitecture: i386
SourcePackage: samba
Title: package smbfs 3.0.28a-1ubuntu4.8 failed to install/upgrade: dependency 
problems - leaving unconfigured
Uname: Linux 2.6.24-24-generic i686

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


** Tags: apport-package

-- 
package smbfs 3.0.28a-1ubuntu4.8 failed to install/upgrade: dependency problems 
- leaving unconfigured
https://bugs.launchpad.net/bugs/405518
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 405518] Re: package smbfs 3.0.28a-1ubuntu4.8 failed to install/upgrade: dependency problems - leaving unconfigured

2009-07-27 Thread kidalabama

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

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

-- 
package smbfs 3.0.28a-1ubuntu4.8 failed to install/upgrade: dependency problems 
- leaving unconfigured
https://bugs.launchpad.net/bugs/405518
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 405560] [NEW] Sync samba4 4.0.0~alpha8+git20090718-1 (universe) from Debian experimental (main).

2009-07-27 Thread Mathias Gug
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/samba4
 status confirmed
 importance wishlist
 subscribe ubuntu-archive

Please sync samba4 4.0.0~alpha8+git20090718-1 (universe) from Debian
experimental (main).

Explanation of the Ubuntu delta and why it can be dropped:

 * support for python 2.6 has been included in Debian.

Changelog since current karmic version 4.0.0~alpha6-1ubuntu1:

samba4 (4.0.0~alpha8+git20090718-1) experimental; urgency=low

  * New upstream snapshot.
  * The server package now suggests a version of bind9 that supports 
update-policy.

 -- Jelmer Vernooij jel...@debian.org  Sat, 18 Jul 2009 17:34:30 +0200

samba4 (4.0.0~alpha8~git20090620-1) experimental; urgency=low

  * Support building against Python2.6.
  * Add missing dependency on tdb = 1.1.3. (Closes: #517171)
  * Add missing dependencies on tdb-dev and libtalloc-dev to
libldb-samba4-dev. (Closes: #525885)
  * Use newer version of tevent. (Closes: #531480, #533457, #533455)
  * New upstream snapshot.
  * Bump standards version to 3.8.2.
  * Reorganization to let Samba 3 and Samba 4 co-exist on the same system:
   + Depend on samba-common for smb.conf, /etc/samba/gdbcommands,
 /usr/share/samba/{panic-action,*.dat}.
   + Rename samba4-common to samba4-common-bin.
  * samba4-testsuite now recommends subunit, since it can output subunit
streams.
  * Document license for Active Directory schemas.
  * Fix init script to run samba rather than smbd. (Closes: #522646)
  * Removed libldb-samba4-{dev,0}, now using libldb{-dev,0} since there
are no longer any differences.

 -- Jelmer Vernooij jel...@debian.org  Thu, 18 Jun 2009 00:19:44 +0200

samba4 (4.0.0~alpha7~20090225-1) experimental; urgency=low

  * Build-depend on pkg-config, as we no longer seem to pull that in 
through any other dependencies. (Closes: #516882)

 -- Jelmer Vernooij jel...@debian.org  Wed, 25 Feb 2009 04:04:36 +0100

samba4 (4.0.0~alpha7~20090223-1) experimental; urgency=low

  * Add build dependency on libpopt-dev, so the system libpopt is always used 
rather than the one included by Samba.
  * Use the alternatives system for the smbstatus, nmblookup, net and testparm 
binaries as well as various data files.
  * Make the samba4 and samba4-testsuite packages conflict with 
samba-tools. (Closes: #506236)
  * Build against external libtevent.

 -- Jelmer Vernooij jel...@debian.org  Sat, 21 Feb 2009 17:46:41 +0100


-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkpuPSoACgkQM0thG+z3pVgeygCg0En9JTLxJryKFwnxvodCafCZ
RlUAnAt3m705eT7/h+RWXEWCJUI6qCWO
=Cxu7
-END PGP SIGNATURE-

** Affects: samba4 (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

-- 
Sync samba4 4.0.0~alpha8+git20090718-1 (universe) from Debian experimental 
(main).
https://bugs.launchpad.net/bugs/405560
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 384102] Re: Please merge samba4 from debian experimental

2009-07-27 Thread Mathias Gug
*** This bug is a duplicate of bug 405560 ***
https://bugs.launchpad.net/bugs/405560

** This bug has been marked a duplicate of bug 405560
   Sync samba4 4.0.0~alpha8+git20090718-1 (universe) from Debian experimental 
(main).

-- 
Please merge samba4 from debian experimental
https://bugs.launchpad.net/bugs/384102
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


RE: [Bug 397699] Re: [jaunty] samba 3.3.2 denies access to roaming profiles

2009-07-27 Thread Mark Hannon
Tested PPA package with several users, both normal and members of the 'Domain 
Administrators' group and 
with both Windows XP and Vista clients.   Roaming profiles working properly 
again.

Thanks, 
Mark

-Original Message-
From: boun...@canonical.com [mailto:boun...@canonical.com] On Behalf Of Thierry 
Carrez
Sent: Tuesday, 28 July 2009 12:10 AM
To: markhan...@optusnet.com.au
Subject: [Bug 397699] Re: [jaunty] samba 3.3.2 denies access to roaming profiles

Could you test samba_3.3.2-1ubuntu3.1~ppa1 from my PPA at:
https://launchpad.net/~ttx/+archive/ppa
Thanks !

-- 
[jaunty] samba 3.3.2 denies access to roaming profiles
https://bugs.launchpad.net/bugs/397699
You received this bug notification because you are a direct subscriber
of the bug.

-- 
[jaunty] samba 3.3.2 denies access to roaming profiles
https://bugs.launchpad.net/bugs/397699
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 405617] [NEW] Failed to Install

2009-07-27 Thread jehrmin
Public bug reported:

Binary package hint: bacula

The package failed to load via the Synaptic Package Manager.

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: bacula-director-mysql 2.4.4-1ubuntu5
SourcePackage: bacula
Title: package bacula-director-mysql 2.4.4-1ubuntu5 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.28-13-generic i686

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


** Tags: apport-package i386

-- 
Failed to Install
https://bugs.launchpad.net/bugs/405617
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 405617] Re: Failed to Install

2009-07-27 Thread jehrmin

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

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/29594584/DpkgTerminalLog.txt

-- 
Failed to Install
https://bugs.launchpad.net/bugs/405617
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 405146] Re: Evince crashes on document load

2009-07-27 Thread Mauricio López

** Attachment added: gdb-evince.txt
   http://launchpadlibrarian.net/29559580/gdb-evince.txt

-- 
Evince crashes on document load
https://bugs.launchpad.net/bugs/405146
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 405146] [NEW] Evince crashes on document load

2009-07-27 Thread Mauricio López
Public bug reported:

Binary package hint: evince

Description:Ubuntu 9.04
Release:9.04

Package

evince:
  Installed: 2.26.1-0ubuntu1
  Candidate: 2.26.1-0ubuntu1
  Version table:
 *** 2.26.1-0ubuntu1 0
500 http://archive.ubuntu.com jaunty-updates/main Packages
100 /var/lib/dpkg/status
 2.26.0-0ubuntu1 0
500 http://archive.ubuntu.com jaunty/main Packages

Evince crashes when loading a PDF from http://www.flazx.com/ebook13174.php
OpenSolaris Bible

I can load it perfectly on ePDF

Dump from strace (only the last lines output is too long)

http://pastebin.com/f1be11efc

If you need the PDF tell me, I'll upload it.

Also affects evince from Knoppix 5.3.1 on i386

Attached backtrace from gdb

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

-- 
Evince crashes on document load
https://bugs.launchpad.net/bugs/405146
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 405145] [NEW] jockey-gtk should probably be cleaned-up

2009-07-27 Thread eboyjr
Public bug reported:

Binary package hint: jockey-gtk

1) Release: Ubuntu 9.04 Jaunty and also I noticed on Ubuntu 8.10 Intrepid
2) Version: jockey-gtk 0.5-0ubuntu10

Some of the windows are Untitled (like the loading and progress
windows). Are they dialog windows?

I was downloading 'fglrx' from the LiveCD (and the USB but it doesnt
matter probably) and the download progress was stuck on 0% for a long
time while it was downloading. The only time the progress bar moved as I
think when it was installing the driver after the download.

And the download took a long time so it just makes me worry ;)

It also seems a little unresponsive during downloads but I might be
mistaken because I do not have it running while I am typing this bug
report.

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

-- 
jockey-gtk should probably be cleaned-up
https://bugs.launchpad.net/bugs/405145
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 349786] Re: [Jaunty Beta] usb-creator 0.1.15 results in no usable usb-stick

2009-07-27 Thread Sander Jonkers
Still the same problem on Karmic Alpha 3: usb-creator quits at 12 - 20%,
says Installation is complete.  You may now reboot your computer with
this USB thumb drive inserted to boot Ubuntu, with stdout output below.


FWIW sudo lspci -vv included

ubu...@ubuntu:~$ apt-cache policy usb-creator
usb-creator:
  Installed: 0.1.16
  Candidate: 0.1.16
  Version table:
 *** 0.1.16 0
500 http://archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status
ubu...@ubuntu:~$


ubu...@ubuntu:~$ usb-creator

-- Starting up at 05:31:37 --
[05:31:37] new device:
{'udi': '/org/freedesktop/Hal/devices/volume_uuid_3624_E0E5', 'capacity': 
dbus.UInt64(4126146048L), 'uuid': '3624-E0E5', 'device': '/dev/sdb1', 
'mountpoint': '/media/3624-E0E5', 'fstype': 'vfat', 'free': 3385192448L, 
'label': '_19?'}
[05:31:37] adding: /dev/sdb1
ubu...@ubuntu:~$ usb-creator 

-- Starting up at 05:32:13 --
[05:32:13] new device:
{'udi': '/org/freedesktop/Hal/devices/volume_uuid_3624_E0E5', 'capacity': 
dbus.UInt64(4126146048L), 'uuid': '3624-E0E5', 'device': '/dev/sdb1', 
'mountpoint': '/media/3624-E0E5', 'fstype': 'vfat', 'free': 4118052864L, 
'label': '_19?'}
[05:32:13] adding: /dev/sdb1
[05:39:39] mounting 
/media/7C465A244659E006/Users/Sander/Downloads/ubuntu-alpha3-karmic-desktop-i386.iso
[05:39:39] ['mount', '-t', 'iso9660', '-o', 'loop,ro', 
'/media/7C465A244659E006/Users/Sander/Downloads/ubuntu-alpha3-karmic-desktop-i386.iso',
 '/tmp/tmpjI07LK']
[05:39:39] updating dest_status as part of update_row_state
[05:39:39] ['umount', '/tmp/tmpjI07LK']
[05:39:39] ['rmdir', '/tmp/tmpjI07LK']
[05:39:52] Installing...
[05:39:52] Source CD: 
/media/7C465A244659E006/Users/Sander/Downloads/ubuntu-alpha3-karmic-desktop-i386.iso
[05:39:52] Destination disk: /dev/sdb1
[05:39:52] Persistence size: 3392421888 B
[05:39:52] Marking partition 1 as active.
[05:39:52] installing the bootloader to /dev/sdb.
[05:39:52] ['dd', 'if=/usr/lib/syslinux/mbr.bin', u'of=/dev/sdb', 'bs=446', 
'count=1', 'conv=sync']
[05:39:57] installing the bootloader to /dev/sdb1.
[05:39:57] ['syslinux', '/dev/sdb1']
[05:39:58] ['parted', '-s', dbus.String(u'/dev/sdb'), 'set', u'1', 'boot', 'on']
[05:39:58] ['mount', '-o', 'loop,ro', 
'/media/7C465A244659E006/Users/Sander/Downloads/ubuntu-alpha3-karmic-desktop-i386.iso',
 '/tmp/tmpeF8KBA']
[05:39:58] ['rm', '-rf', '/media/3624-E0E5/autorun.inf']
[05:39:58] ['rm', '-rf', '/media/3624-E0E5/casper']
[05:39:58] ['rm', '-rf', '/media/3624-E0E5/dists']
[05:39:58] ['rm', '-rf', '/media/3624-E0E5/install']
[05:39:58] ['rm', '-rf', '/media/3624-E0E5/isolinux']
[05:39:58] ['rm', '-rf', '/media/3624-E0E5/md5sum.txt']
[05:39:58] ['rm', '-rf', '/media/3624-E0E5/pics']
[05:39:58] ['rm', '-rf', '/media/3624-E0E5/pool']
[05:39:58] ['rm', '-rf', '/media/3624-E0E5/preseed']
[05:39:58] ['rm', '-rf', '/media/3624-E0E5/README.diskdefines']
[05:39:58] ['rm', '-rf', '/media/3624-E0E5/ubuntu']
[05:39:59] ['rm', '-rf', '/media/3624-E0E5/wubi.exe']
[05:39:59] ['rm', '-rf', '/media/3624-E0E5/.disk']
[05:42:36] Unmounting source volume.casper-rw']
[05:42:36] ['umount', '/tmp/tmpeF8KBA']
[05:42:36] ['rmdir', '/tmp/tmpeF8KBA']
[05:42:36] Install command exited with code: 0


** Attachment added: lspci-vv.txt
   http://launchpadlibrarian.net/29559538/lspci-vv.txt

-- 
[Jaunty Beta] usb-creator 0.1.15 results in no usable usb-stick
https://bugs.launchpad.net/bugs/349786
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 349786] Re: [Jaunty Beta] usb-creator 0.1.15 results in no usable usb-stick

2009-07-27 Thread Sander Jonkers
and here's sudo lspci -vvn

** Attachment added: lspci-vvn.txt
   http://launchpadlibrarian.net/29559541/lspci-vvn.txt

-- 
[Jaunty Beta] usb-creator 0.1.15 results in no usable usb-stick
https://bugs.launchpad.net/bugs/349786
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 196323] Re: awn-manager crashed with Restarting AWN usually solves this issue in setup_chooser()

2009-07-27 Thread Mark Lee
Which version of Awn are you running?

If you aren't running 0.3.2 or later, please do so. If you need
packages, there are some available at our PPA:

https://launchpad.net/~awn-testing/+archive/ppa

-- 
awn-manager crashed with Restarting AWN usually solves this issue in 
setup_chooser()
https://bugs.launchpad.net/bugs/196323
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 405148] [NEW] Laptop battery indicator indicates 0% charge when fully charged

2009-07-27 Thread Richard Cavell
Public bug reported:

[Please adjust the package choice if I got it wrong.]

rich...@richard-laptop:~$ uname -a
Linux richard-laptop 2.6.31-4-generic #22-Ubuntu SMP Fri Jul 24 18:05:56 UTC 
2009 x86_64 GNU/Linux

I'm on a 2nd generation 15 inch white MacBook (not Pro, not Air). 64-bit
Karmic alpha 3 with all updates applied. In OS X I have applied the
latest Battery firmware (which is 1.4).

In my panel, there's a laptop battery indicator. My battery is fully
charged - I have had it plugged into AC all day and it has an external
charge indicator which allows me to verify that it is 100% charged. Yet,
the indicator clearly reads 0.0%. Screenshot should verify this.

The applet has correctly identified that my AC was plugged in when this
screenshot was taken.  If I unplug AC power, it changes to the icon
without the plug, and a red minimum-charge indication.

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


** Tags: battery gnome laptop macbook panel

-- 
Laptop battery indicator indicates 0% charge when fully charged
https://bugs.launchpad.net/bugs/405148
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 405148] Re: Laptop battery indicator indicates 0% charge when fully charged

2009-07-27 Thread Richard Cavell

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/29559705/Screenshot.png

-- 
Laptop battery indicator indicates 0% charge when fully charged
https://bugs.launchpad.net/bugs/405148
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 405146] Re: Evince crashes on document load

2009-07-27 Thread Mauricio López
** Description changed:

  Binary package hint: evince
  
  Description:  Ubuntu 9.04
  Release:  9.04
  
  Package
  
  evince:
Installed: 2.26.1-0ubuntu1
Candidate: 2.26.1-0ubuntu1
Version table:
   *** 2.26.1-0ubuntu1 0
  500 http://archive.ubuntu.com jaunty-updates/main Packages
  100 /var/lib/dpkg/status
   2.26.0-0ubuntu1 0
  500 http://archive.ubuntu.com jaunty/main Packages
  
  Evince crashes when loading a PDF from http://www.flazx.com/ebook13174.php
  OpenSolaris Bible
  
  I can load it perfectly on ePDF
  
  Dump from strace (only the last lines output is too long)
  
  http://pastebin.com/f1be11efc
  
  If you need the PDF tell me, I'll upload it.
+ 
+ Also affects evince from Knoppix 5.3.1 on i386
+ 
+ Attached backtrace from gdb

-- 
Evince crashes on document load
https://bugs.launchpad.net/bugs/405146
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 86919] Re: transport shouldn't indirect through control_files

2009-07-27 Thread Martin Pool
bzr no longer indirects through control_files for IO-type operations,
which was the original purpose of this bug.   The main purpose of
LockableFiles as it currently exists is to coordinate a transaction
object with the state of the lock.   It also still provides the
_find_modes method.

_find_modes is already softly deprecated in favor of
BzrDir._find_creation_modes; if/when the class as a whole is deprecated
the attributes that it creates will be gone.  Alternatively we could
turn them into deprecated properties.

If this reasoning is correct, then Branch, which does not use
get_transaction, should never need a control_files.  (Removing it may
strictly be a compatibility break for Branch though.)

There are also quite a large number of methods on Branch that just
forward to the control_files, that can go to a CountedLock instead.

-- 
transport shouldn't indirect through control_files
https://bugs.launchpad.net/bugs/86919
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 117713] Re: WD external drives need to be spun down, sdparm --command=stop doesn't work any more

2009-07-27 Thread JoeZ251
I have a WD Passport and I can spin it down by doing sudo sdparm -C stop
/dev/sdb but only if the drive is mounted. I don't know how safe this is
since I do not know much about the purpose of mounting / unmount drives.
One of the things I haven't done much research to understand. Which way
is safer: pull the plug while it is spinning but unmounted, or spin it
down while it is unmounted?

-- 
WD external drives need to be spun down, sdparm --command=stop doesn't work 
any more
https://bugs.launchpad.net/bugs/117713
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 405150] Re: File explorer won't delete files that can't be moved to the trash

2009-07-27 Thread Richard Cavell

** Attachment added: Screenshot-Delete Immediately?.png
   http://launchpadlibrarian.net/29559932/Screenshot-Delete%20Immediately%3F.png

-- 
File explorer won't delete files that can't be moved to the trash
https://bugs.launchpad.net/bugs/405150
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 405150] [NEW] File explorer won't delete files that can't be moved to the trash

2009-07-27 Thread Richard Cavell
Public bug reported:

(Sorry if it's a dupe)

rich...@richard-laptop:~$ uname -a
Linux richard-laptop 2.6.31-4-generic #22-Ubuntu SMP Fri Jul 24 18:05:56 UTC 
2009 x86_64 GNU/Linux

64-bit Karmic alpha 3 with all updates applied, on my 2nd-gen MacBook.
I have an external hard disk attached via USB.  I select any file on
that hard disk in nautilus and select Delete.  The computer gives me a
dialog (screenshot attached).  I select Delete.  The files stay where
they are and can't be deleted from within the file browser.

So I opened a terminal and did sudo rm -r * on the external hard disk -
no problems.

Richard

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


** Tags: delete nautilus trash

-- 
File explorer won't delete files that can't be moved to the trash
https://bugs.launchpad.net/bugs/405150
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 365300] Re: Randomly I get double clicks when I do a single click.

2009-07-27 Thread orzeh
Here also on two different computers on 8.10(intel) and on 9.04(Athlon),

-- 
Randomly I get double clicks when I do a single click.
https://bugs.launchpad.net/bugs/365300
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 149207] Re: Pidgin's settings aren't saved on Gutsy

2009-07-27 Thread MasterOfDissaster
Too on Jaunty

-- 
Pidgin's settings aren't saved on Gutsy
https://bugs.launchpad.net/bugs/149207
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 405152] [NEW] Intel WiFi rfkill switch now defaults to on (wireless off)

2009-07-27 Thread Matthew Lai
Public bug reported:

For my laptop (Acer Timeline 3810t), after upgrading to 2.6.31, the
RFKILL switch now defaults to on (wireless disabled) on every boot. It
works if I manually turn off the switch.

The switch is a toggle switch, and it used to default to off under
2.6.30/alpha 2.

I am using the iwlagn driver. The card is an Intel 5100.

01:00.0 Network controller: Intel Corporation Wireless WiFi Link 5100
Kernel driver in use: iwlagn
Kernel modules: iwlagn

I have tried using the RFKILL utility found here -
http://wireless.kernel.org/en/users/Documentation/rfkill, to no avail.
The wifi device is hard blocked.

This is annoying because I need to use wifi everytime I use my laptop,
and there is no programmatic way to enable it.

Thanks!

ProblemType: Bug
Architecture: i386
Date: Mon Jul 27 14:08:16 2009
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=6f9ae10f-02b2-4a96-a7d7-700e22184757
MachineType: Acer Acer Project
Package: linux-image-2.6.31-4-generic 2.6.31-4.22
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-4-generic 
root=UUID=b6d9abe7-e298-4e5e-984c-336ff8330d98 ro quiet splash
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-4.22-generic
RelatedPackageVersions: linux-backports-modules-2.6.31-4-generic N/A
SourcePackage: linux
Uname: Linux 2.6.31-4-generic i686
dmi.bios.date: 05/27/2009
dmi.bios.vendor: Acer
dmi.bios.version: V1.04
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Acer Project
dmi.board.vendor: Acer
dmi.board.version: PSMBOU-1234567
dmi.chassis.asset.tag: None
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnAcer:bvrV1.04:bd05/27/2009:svnAcer:pnAcerProject:pvrV1.04:rvnAcer:rnAcerProject:rvrPSMBOU-1234567:cvnAcer:ct10:cvrNone:
dmi.product.name: Acer Project
dmi.product.version: V1.04
dmi.sys.vendor: Acer

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


** Tags: apport-bug i386

-- 
Intel WiFi rfkill switch now defaults to on (wireless off)
https://bugs.launchpad.net/bugs/405152
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 405152] Re: Intel WiFi rfkill switch now defaults to on (wireless off)

2009-07-27 Thread Matthew Lai

** Attachment added: BootDmesg.gz
   http://launchpadlibrarian.net/29560039/BootDmesg.gz

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/29560040/CurrentDmesg.txt

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

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/29560042/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/29560043/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/29560044/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/29560045/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/29560046/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/29560047/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/29560048/UdevLog.txt

-- 
Intel WiFi rfkill switch now defaults to on (wireless off)
https://bugs.launchpad.net/bugs/405152
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 405155] [NEW] No prompt to install ubuntu-restricted-extras packages

2009-07-27 Thread mac_v
Public bug reported:

Testing in Karmic Alpha 3

On a fresh install , If the user tires to visit a site which uses .asf , for 
streaming videos , the totem-mozilla plugin [windows media plugin] doesnt work. 
[this .asf is used by several sites which require user accounts to view 
streaming video channels]

The plugin doesnt work because the required codecs dont exist on a
default install, and the user is not warned that the codecs need to be
installed.

*Since there is no prompt the user has no idea of what is wrong/missing*
.

*There needs to be a prompt , when the plugin doesnt work , that a codec
needs to be installed* .

[AFAIK , The totem-mozilla plugin doesnt work until codecs , which dont
exist in the default install, are installed]

Installing the ubuntu-restricted-extras packages , should cover all
the required codecs , and other scenarios as well.

The sites I know need an user account, but to test on a fresh install
use this  http://2onlinetv.com/tv/broadcast.php?id=1042  this is an
open site.

** Affects: hundredpapercuts
 Importance: Undecided
 Status: Confirmed

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

** Changed in: hundredpapercuts
   Status: New = Confirmed

** Also affects: totem (Ubuntu)
   Importance: Undecided
   Status: New

-- 
No prompt to install ubuntu-restricted-extras packages
https://bugs.launchpad.net/bugs/405155
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 405153] [NEW] Please move kid3 source and binary and kid3-qt binary to multiverse

2009-07-27 Thread Scott Kitterman
Public bug reported:

Binary package hint: kid3

Kid3 now build-dep on libmp4v2-dev and so it needs to be in multiverse
to build.

** Affects: kid3 (Ubuntu)
 Importance: Medium
 Status: Confirmed

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

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

** Changed in: kid3 (Ubuntu)
Milestone: None = karmic-alpha-6

-- 
Please move kid3 source and binary and kid3-qt binary to multiverse
https://bugs.launchpad.net/bugs/405153
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 405151] [NEW] please merge 2.3.99.7-1(universe) from debian unstable(main)

2009-07-27 Thread Bhavani Shankar
Public bug reported:

Binary package hint: abcde

Debian has a new version to be merged

 abcde  (2.3.99.7-1) unstable; urgency=low

   [ Jesus Climent ]
   * The It took me a long time to get this release out release.
   * abcde.1: remove -M in favour of -a cue (Closes: #382614, #396505).
   * Added a check for a DOCUE already set in the command line
 (Closes: #385663).
   * Added -q Q as a quality option.
   * PREGAP was not set in some situations (Closes: #390170).
   * Corrected debian/changelog.
   * Added -nv to wget for no verbose output, to avoid wget complaining it
 cannot be quiet and verbose at the same time if verbose = on is set in
 ~/.wgetrc (Closes: #388715).
   * Added XS-Vcs-Svn: field to control file.
   * Added some hints if we are using Debian for what packages need to be
 installed if their binaries are not found.
   * Spelling mistakes corrected (thanks to Ville Skytta).
   * Unset GREP_OPTIONS to avoid things like printing number in the begining of
 the line (Closes: #383771).
   * Default answer to erase a playlist was not working (thanks to Charles
 Steinkuehler) (Closes: #395108).
   * Corrected man page wrapping. Thanks to Edward J. Shornock
 (Closes: #399289).
   * Adds DISCNUMBER to Ogg/Vorbis and FLAC when using -W.
   * Minor typos (Closes: #458995).
   * Added AtomicParley for AAC encoding. Thanks to Bill Adams.
   * Added by Marc Staveley:
 - post_encode hook.
 - track comments if null and present in CDDB.
   * Corrected copyright information (Closes: #516535).
 
   [ Colin Tuckley ]
   * Added new uploader (Closes: #529695).
   * Fix Lintian warning for make-clean-error.
   * Fix FSF address in debian/copyright.
   * Fix binary-arch-rules-but-pkg-is-arch-indep lintian warning.
   * Add homepage: field to debian/control
   * Update standards version to 3.8.0
   * Remove debian/conffiles (it is not needed).
   * Fix syntax error in abcde (missing fi).

 -- Colin Tuckley col...@debian.org  Sat, 25 Jul 2009 10:24:33 +0100

** Affects: abcde (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
please merge 2.3.99.7-1(universe) from debian unstable(main)
https://bugs.launchpad.net/bugs/405151
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 405151] Re: please merge 2.3.99.7-1(universe) from debian unstable(main)

2009-07-27 Thread Bhavani Shankar

** Attachment added: debian  ubuntu diff
   http://launchpadlibrarian.net/29560085/debian.debdiff

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

-- 
please merge 2.3.99.7-1(universe) from debian unstable(main)
https://bugs.launchpad.net/bugs/405151
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 405116] Re: HP Deskjet d2600 Series default ppd file has wrong margins

2009-07-27 Thread Till Kamppeter
** Also affects: hplip
   Importance: Undecided
   Status: New

** Changed in: hplip
   Status: New = Confirmed

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

** Changed in: hplip (Ubuntu)
   Importance: Undecided = High

-- 
HP Deskjet d2600 Series  default ppd file has wrong margins
https://bugs.launchpad.net/bugs/405116
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 394048] Re: [upgrade] Jaunty-Karmic, X forgets the default keymap

2009-07-27 Thread Jonathan Ernst
*** This bug is a duplicate of bug 401497 ***
https://bugs.launchpad.net/bugs/401497

** This bug has been marked a duplicate of bug 401497
   [karmic]wrong keyboard layout after upgrade

-- 
[upgrade] Jaunty-Karmic, X forgets the default keymap
https://bugs.launchpad.net/bugs/394048
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 375390] Re: Keyboard layout

2009-07-27 Thread Jonathan Ernst
*** This bug is a duplicate of bug 401497 ***
https://bugs.launchpad.net/bugs/401497

** This bug has been marked a duplicate of bug 401497
   [karmic]wrong keyboard layout after upgrade

-- 
Keyboard layout
https://bugs.launchpad.net/bugs/375390
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 279345] Re: [intrepid] some packages still depend on dummy package libcupsys2

2009-07-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/fox1.6

** Branch linked: lp:ubuntu/karmic/fox1.4

-- 
[intrepid] some packages still depend on dummy package libcupsys2
https://bugs.launchpad.net/bugs/279345
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 405013] Re: testdisk crashed with SIGSEGV

2009-07-27 Thread Christophe Grenier
Can you try TestDisk 6.11 ? 6.11 is available from Karmic or you can
- download http://www.cgsecurity.org/testdisk-6.11.3.linux26.tar.bz2 
- tar xjf testdisk-6.11.3.linux26.tar.bz2
- cd testdisk-6.11.3/linux/
- sudo ./testdisk_static

-- 
testdisk crashed with SIGSEGV
https://bugs.launchpad.net/bugs/405013
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 405159] [NEW] ark opens the wrong directory when extracting per drag and drop

2009-07-27 Thread yeus
Public bug reported:

Binary package hint: kdeutils

when extracting with using the drag  drop method with ark in kubuntu 9.04 ark 
opens the directory which is specified in the extract dialog. This behaviour is 
rather annoying  because usually when you extract a file per drag  drop 
the directory is already opened by definition.
 Also it is usually the wrong directory, because the directory specified in the 
extract dialog is different from the currently openened...

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


** Tags: and ark drag drop extracting kubuntu

-- 
ark opens the wrong directory when extracting per drag and drop
https://bugs.launchpad.net/bugs/405159
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 405158] [NEW] Intel WiFi Link 5100 (iwlagn) power management regression in 2.6.31

2009-07-27 Thread Matthew Lai
Public bug reported:

It seems like power management is no longer supported with the Intel
WiFi Link 5100 card (using iwlagn driver) with 2.6.31.

cyberf...@cyberfish-laptop:~$ sudo iwconfig wlan0 power on
[sudo] password for cyberfish: 
Error for wireless request Set Power Management (8B2C) :
SET failed on device wlan0 ; Operation not supported.
cyberf...@cyberfish-laptop:~$ iwconfig wlan0
wlan0 IEEE 802.11abgn  ESSID:LAI  
  Mode:Managed  Frequency:2.412 GHz  Access Point: 00:1C:10:B2:14:AA   
  Bit Rate=54 Mb/s   Tx-Power=15 dBm   
  Retry  long limit:7   RTS thr:off   Fragment thr:off
  Power Management:off
  Link Quality=48/70  Signal level=-62 dBm  Noise level=-88 dBm
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0

Used to work in 2.6.30.

This bug has a big effect on battery life, because it can save about 2W
of power consumption, and my laptop (Acer TImeline 3810t) only consumes
about 8-9W.

Thanks!

ProblemType: Bug
Architecture: i386
Date: Mon Jul 27 14:21:10 2009
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=6f9ae10f-02b2-4a96-a7d7-700e22184757
MachineType: Acer Acer Project
Package: linux-image-2.6.31-4-generic 2.6.31-4.22
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-4-generic 
root=UUID=b6d9abe7-e298-4e5e-984c-336ff8330d98 ro quiet splash
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-4.22-generic
RelatedPackageVersions: linux-backports-modules-2.6.31-4-generic N/A
SourcePackage: linux
Uname: Linux 2.6.31-4-generic i686
dmi.bios.date: 05/27/2009
dmi.bios.vendor: Acer
dmi.bios.version: V1.04
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Acer Project
dmi.board.vendor: Acer
dmi.board.version: PSMBOU-1234567
dmi.chassis.asset.tag: None
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnAcer:bvrV1.04:bd05/27/2009:svnAcer:pnAcerProject:pvrV1.04:rvnAcer:rnAcerProject:rvrPSMBOU-1234567:cvnAcer:ct10:cvrNone:
dmi.product.name: Acer Project
dmi.product.version: V1.04
dmi.sys.vendor: Acer

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


** Tags: apport-bug i386

-- 
Intel WiFi Link 5100 (iwlagn) power management regression in 2.6.31
https://bugs.launchpad.net/bugs/405158
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 405158] Re: Intel WiFi Link 5100 (iwlagn) power management regression in 2.6.31

2009-07-27 Thread Matthew Lai

** Attachment added: BootDmesg.gz
   http://launchpadlibrarian.net/29560226/BootDmesg.gz

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/29560227/CurrentDmesg.txt

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

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/29560229/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/29560230/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/29560231/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/29560232/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/29560233/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/29560234/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/29560235/UdevLog.txt

-- 
Intel WiFi Link 5100 (iwlagn) power management regression in 2.6.31
https://bugs.launchpad.net/bugs/405158
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 405151] Re: please merge 2.3.99.7-1(universe) from debian unstable(main)

2009-07-27 Thread Launchpad Bug Tracker
This bug was fixed in the package abcde - 2.3.99.7-1ubuntu1

---
abcde (2.3.99.7-1ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes: LP: #405151
- Tag m4a/spx tracks if the user wants tracks tagged. (LP: #138367)
- Patch from Debian bug 389981 to fix abcde's range code. Thanks to
  Charles Steinkuehler cst...@newtek.com.
  * Fix tagged speex doesn't work due to syntax error
Thanks to Michael Helmling  LP: #350359
  * Fix replaygain action fails when OUTPUTFORMAT includes ${YEAR}
LP: #327485

abcde (2.3.99.7-1) unstable; urgency=low

  [ Jesus Climent ]
  * The It took me a long time to get this release out release.
  * abcde.1: remove -M in favour of -a cue (Closes: #382614, #396505).
  * Added a check for a DOCUE already set in the command line
(Closes: #385663).
  * Added -q Q as a quality option.
  * PREGAP was not set in some situations (Closes: #390170).
  * Corrected debian/changelog.
  * Added -nv to wget for no verbose output, to avoid wget complaining it
cannot be quiet and verbose at the same time if verbose = on is set in
~/.wgetrc (Closes: #388715).
  * Added XS-Vcs-Svn: field to control file.
  * Added some hints if we are using Debian for what packages need to be
installed if their binaries are not found.
  * Spelling mistakes corrected (thanks to Ville Skytta).
  * Unset GREP_OPTIONS to avoid things like printing number in the begining of
the line (Closes: #383771).
  * Default answer to erase a playlist was not working (thanks to Charles
Steinkuehler) (Closes: #395108).
  * Corrected man page wrapping. Thanks to Edward J. Shornock
(Closes: #399289).
  * Adds DISCNUMBER to Ogg/Vorbis and FLAC when using -W.
  * Minor typos (Closes: #458995).
  * Added AtomicParley for AAC encoding. Thanks to Bill Adams.
  * Added by Marc Staveley:
- post_encode hook.
- track comments if null and present in CDDB.
  * Corrected copyright information (Closes: #516535).

  [ Colin Tuckley ]
  * Added new uploader (Closes: #529695).
  * Fix Lintian warning for make-clean-error.
  * Fix FSF address in debian/copyright.
  * Fix binary-arch-rules-but-pkg-is-arch-indep lintian warning.
  * Add homepage: field to debian/control
  * Update standards version to 3.8.0
  * Remove debian/conffiles (it is not needed).
  * Fix syntax error in abcde (missing fi).

 -- Bhavani Shankar right2bh...@gmail.com   Mon, 27 Jul 2009 11:58:12
+0530

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

-- 
please merge 2.3.99.7-1(universe) from debian unstable(main)
https://bugs.launchpad.net/bugs/405151
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 405116] Re: HP Deskjet d2600 Series default ppd file has wrong margins

2009-07-27 Thread Till Kamppeter
I have observed this problem with several other HP printers. Since the
introduction of the CUPS Raster driver hpcups the margins of the
printouts are not correct any more. This is easiest to see with the
Ubuntu test page which gets printed from system-config-printer. This is
an upstream bug of HPLIP.

To the developers at HP:

It is possible that it is caused by my last fixes on the cups output
device of Ghostscript to add support for new PPD keywords and fix the
margin handling (Ghostscript SVN revisions 9691, 9701, 9702, 9712, 9713,
9721, 9746 in April/May this year). These changes appear as patch inm
Karmic's Ghostscript and will be in the officially released Ghostscript
from version 8.65 on which is due next week. If you can fix this only in
a way that it breaks for Ghostscript 8.64 and older, add a --with-
gs865 option to ./configure, so that one can choose the adjustment for
either the old buggy cups output device or the new fixed one.

So please test with Ubuntu Karmic.

** Summary changed:

- HP Deskjet d2600 Series  default ppd file has wrong margins
+ hpcups driver of HPLIP has broken margins

-- 
hpcups driver of HPLIP has broken margins
https://bugs.launchpad.net/bugs/405116
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 404802] Re: Please merge libraw1394 2.0.4-1(main) from debian unstable(main)

2009-07-27 Thread Launchpad Bug Tracker
This bug was fixed in the package libraw1394 - 2.0.4-1ubuntu1

---
libraw1394 (2.0.4-1ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes: LP: #404802
- debian/README.Debian: Corrected file to use sudo instead of running
  as root

libraw1394 (2.0.4-1) unstable; urgency=low

  * New upstream release. Closes: #535826
  * Bump debhelper compat level and Standards-Version.
  * Remove obsolete TODO.Debian and README.Debian-source.

 -- Bhavani Shankar right2bh...@gmail.com   Sun, 26 Jul 2009 13:37:53
+0530

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

-- 
Please merge libraw1394 2.0.4-1(main) from debian unstable(main)
https://bugs.launchpad.net/bugs/404802
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 350359] Re: tagged speex doesn't work due to syntax error

2009-07-27 Thread Launchpad Bug Tracker
This bug was fixed in the package abcde - 2.3.99.7-1ubuntu1

---
abcde (2.3.99.7-1ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes: LP: #405151
- Tag m4a/spx tracks if the user wants tracks tagged. (LP: #138367)
- Patch from Debian bug 389981 to fix abcde's range code. Thanks to
  Charles Steinkuehler cst...@newtek.com.
  * Fix tagged speex doesn't work due to syntax error
Thanks to Michael Helmling  LP: #350359
  * Fix replaygain action fails when OUTPUTFORMAT includes ${YEAR}
LP: #327485

abcde (2.3.99.7-1) unstable; urgency=low

  [ Jesus Climent ]
  * The It took me a long time to get this release out release.
  * abcde.1: remove -M in favour of -a cue (Closes: #382614, #396505).
  * Added a check for a DOCUE already set in the command line
(Closes: #385663).
  * Added -q Q as a quality option.
  * PREGAP was not set in some situations (Closes: #390170).
  * Corrected debian/changelog.
  * Added -nv to wget for no verbose output, to avoid wget complaining it
cannot be quiet and verbose at the same time if verbose = on is set in
~/.wgetrc (Closes: #388715).
  * Added XS-Vcs-Svn: field to control file.
  * Added some hints if we are using Debian for what packages need to be
installed if their binaries are not found.
  * Spelling mistakes corrected (thanks to Ville Skytta).
  * Unset GREP_OPTIONS to avoid things like printing number in the begining of
the line (Closes: #383771).
  * Default answer to erase a playlist was not working (thanks to Charles
Steinkuehler) (Closes: #395108).
  * Corrected man page wrapping. Thanks to Edward J. Shornock
(Closes: #399289).
  * Adds DISCNUMBER to Ogg/Vorbis and FLAC when using -W.
  * Minor typos (Closes: #458995).
  * Added AtomicParley for AAC encoding. Thanks to Bill Adams.
  * Added by Marc Staveley:
- post_encode hook.
- track comments if null and present in CDDB.
  * Corrected copyright information (Closes: #516535).

  [ Colin Tuckley ]
  * Added new uploader (Closes: #529695).
  * Fix Lintian warning for make-clean-error.
  * Fix FSF address in debian/copyright.
  * Fix binary-arch-rules-but-pkg-is-arch-indep lintian warning.
  * Add homepage: field to debian/control
  * Update standards version to 3.8.0
  * Remove debian/conffiles (it is not needed).
  * Fix syntax error in abcde (missing fi).

 -- Bhavani Shankar right2bh...@gmail.com   Mon, 27 Jul 2009 11:58:12
+0530

** Changed in: abcde (Ubuntu)
   Status: New = Fix Released

-- 
tagged speex doesn't work due to syntax error
https://bugs.launchpad.net/bugs/350359
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 327485] Re: replaygain action fails when OUTPUTFORMAT includes ${YEAR}

2009-07-27 Thread Launchpad Bug Tracker
This bug was fixed in the package abcde - 2.3.99.7-1ubuntu1

---
abcde (2.3.99.7-1ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes: LP: #405151
- Tag m4a/spx tracks if the user wants tracks tagged. (LP: #138367)
- Patch from Debian bug 389981 to fix abcde's range code. Thanks to
  Charles Steinkuehler cst...@newtek.com.
  * Fix tagged speex doesn't work due to syntax error
Thanks to Michael Helmling  LP: #350359
  * Fix replaygain action fails when OUTPUTFORMAT includes ${YEAR}
LP: #327485

abcde (2.3.99.7-1) unstable; urgency=low

  [ Jesus Climent ]
  * The It took me a long time to get this release out release.
  * abcde.1: remove -M in favour of -a cue (Closes: #382614, #396505).
  * Added a check for a DOCUE already set in the command line
(Closes: #385663).
  * Added -q Q as a quality option.
  * PREGAP was not set in some situations (Closes: #390170).
  * Corrected debian/changelog.
  * Added -nv to wget for no verbose output, to avoid wget complaining it
cannot be quiet and verbose at the same time if verbose = on is set in
~/.wgetrc (Closes: #388715).
  * Added XS-Vcs-Svn: field to control file.
  * Added some hints if we are using Debian for what packages need to be
installed if their binaries are not found.
  * Spelling mistakes corrected (thanks to Ville Skytta).
  * Unset GREP_OPTIONS to avoid things like printing number in the begining of
the line (Closes: #383771).
  * Default answer to erase a playlist was not working (thanks to Charles
Steinkuehler) (Closes: #395108).
  * Corrected man page wrapping. Thanks to Edward J. Shornock
(Closes: #399289).
  * Adds DISCNUMBER to Ogg/Vorbis and FLAC when using -W.
  * Minor typos (Closes: #458995).
  * Added AtomicParley for AAC encoding. Thanks to Bill Adams.
  * Added by Marc Staveley:
- post_encode hook.
- track comments if null and present in CDDB.
  * Corrected copyright information (Closes: #516535).

  [ Colin Tuckley ]
  * Added new uploader (Closes: #529695).
  * Fix Lintian warning for make-clean-error.
  * Fix FSF address in debian/copyright.
  * Fix binary-arch-rules-but-pkg-is-arch-indep lintian warning.
  * Add homepage: field to debian/control
  * Update standards version to 3.8.0
  * Remove debian/conffiles (it is not needed).
  * Fix syntax error in abcde (missing fi).

 -- Bhavani Shankar right2bh...@gmail.com   Mon, 27 Jul 2009 11:58:12
+0530

** Changed in: abcde (Ubuntu)
   Status: New = Fix Released

-- 
replaygain action fails when OUTPUTFORMAT includes ${YEAR}
https://bugs.launchpad.net/bugs/327485
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 267238] Re: libgphoto2 missing udev rules?

2009-07-27 Thread g0nad
On Mon, Jul 27, 2009 at 6:47 AM, Martin Pittmartin.p...@ubuntu.com wrote:
 libgphoto deliberately does not have any udev rules in Ubuntu 9.04 and
 earlier, closing again. (Just to avoid confusion, Ubuntu 9.10 version
 does have udev rules again, the hal ACL management moved to udev).

 ck-list-sessions gives no output, as a normal user or root.

 That would be the real problem then. Do you have libpam-ck-connector
 installed?

I installed libpam-ck-connector and restarted X and logged back in.
gphoto2 --auto-detect -L  -- Could not claim the USB device.

It's probably a permissions problem of some sort, as I can run
'gphoto2 --auto-detect -L' and it fails, if I run that as a sudo
command it works (likewise with gtkam)

fyi:
jam...@beast:~$ ck-list-sessions
Session1:
unix-user = '1000'
realname = 'jamesc,,,'
seat = 'Seat1'
session-type = ''
active = FALSE
x11-display = ''
x11-display-device = ''
display-device = '/dev/tty1'
remote-host-name = ''
is-local = TRUE
on-since = '2009-07-27T06:15:37.099359Z'
login-session-id = ''
idle-since-hint = '2009-07-27T06:16:08.001685Z'

 What desktop do you use?

I use Window Maker as my window manager.

-- 
libgphoto2 missing udev rules?
https://bugs.launchpad.net/bugs/267238
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 405165] [NEW] Brasero Burner don't want to burn discs.

2009-07-27 Thread guineapig
Public bug reported:

Binary package hint: brasero

different errors shows, errors with unlocking the drive.
But when it tries to burn, the whole application stops at all, and close.

Description:Ubuntu 8.10
Release:8.10
brasero:
  Installed: 0.8.2-0ubuntu1
  Candidate: 0.8.2-0ubuntu1

I expected to get my discs burned.
Application closed.

This problem happens today, before this day everything were ok.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/brasero
Package: brasero 0.8.2-0ubuntu1
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=ru_RU.UTF-8
SourcePackage: brasero
Uname: Linux 2.6.27-14-generic i686

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


** Tags: apport-bug

-- 
Brasero Burner don't want to burn discs.
https://bugs.launchpad.net/bugs/405165
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 405165] Re: Brasero Burner don't want to burn discs.

2009-07-27 Thread guineapig

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

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

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

-- 
Brasero Burner don't want to burn discs.
https://bugs.launchpad.net/bugs/405165
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 405154] Re: apport-kde crashed with SIGSEGV in ~QX11WindowSurface()

2009-07-27 Thread Apport retracing service
*** This bug is a duplicate of bug 403361 ***
https://bugs.launchpad.net/bugs/403361

** Attachment removed: CoreDump.gz
   http://launchpadlibrarian.net/29560072/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/29560074/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/29560075/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/29560076/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/29560077/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/29560078/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/29560079/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/29560080/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 403361
   apport-kde crashed with SIGSEGV in QWidgetPrivate::deleteExtra()

** Visibility changed to: Public

** Tags removed: need-i386-retrace

-- 
apport-kde crashed with SIGSEGV in ~QX11WindowSurface()
https://bugs.launchpad.net/bugs/405154
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 403814] Re: Update to 2.27.2

2009-07-27 Thread Launchpad Bug Tracker
This bug was fixed in the package totem-pl-parser - 2.27.2-0ubuntu1

---
totem-pl-parser (2.27.2-0ubuntu1) karmic; urgency=low

  * New upstream release: (LP: #403814)
- Add asynchronous parsing API
- Use GMime instead of evolution-data-server's libcamel for dates parsing
- Fix detection of DVD ISOs
  * debian/rules:
- Bump version
  * debian/control.in:
- Change libcamel dependency to libgmime-2.4

 -- Robert Ancell robert.anc...@canonical.com   Fri, 24 Jul 2009
10:27:49 +1000

** Changed in: totem-pl-parser (Ubuntu)
   Status: In Progress = Fix Released

-- 
Update to 2.27.2
https://bugs.launchpad.net/bugs/403814
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 327243] Re: CONFIG_CAN disabled in kernel

2009-07-27 Thread Mike
Does CAN need in Ubuntu?!

-- 
CONFIG_CAN disabled in kernel
https://bugs.launchpad.net/bugs/327243
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 293949] Re: no way to ignore dis/connect messages

2009-07-27 Thread Simon Olofsson
In newer versions of xchat-gnome you can right click on a channel and select 
Show join/part messages.
Is this what you are looking for?

** Changed in: xchat-gnome (Ubuntu)
   Status: Triaged = Incomplete

-- 
no way to ignore dis/connect messages
https://bugs.launchpad.net/bugs/293949
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 346405] Re: [Dell Inc. Latitude D430] suspend/resume failure

2009-07-27 Thread Dariusz Dwornikowski
Same here, I can confirm it works now.

-- 
[Dell Inc. Latitude D430] suspend/resume failure
https://bugs.launchpad.net/bugs/346405
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 315591] Re: LD_LIBRARY_PATH set in ~/.profile doesn't stick

2009-07-27 Thread timconinx
I did a quick check doing a GNOME session from kdm: the issue is there.

Personally, I'm using .gnomerc. I'm setting two variables,
LD_LIBRARY_PATH and LDLIBRARYPATH, and from gdm as well as kdm the first
variable is lost (no output on echo) while the second one is still there

-- 
LD_LIBRARY_PATH set in ~/.profile doesn't stick
https://bugs.launchpad.net/bugs/315591
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 404527] Re: Please sync timidity 2.13.2-32 (universe) from Debian unstable (main).

2009-07-27 Thread Luke Yelavich
Sync ACKed.

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

-- 
Please sync timidity 2.13.2-32 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/404527
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 404454] Re: Please merge diggler 0.9-17(universe) from debian unstable(main)

2009-07-27 Thread Bhavani Shankar
okay nick will make necessary changes

** Changed in: diggler (Ubuntu)
   Status: Incomplete = In Progress

** Changed in: diggler (Ubuntu)
 Assignee: (unassigned) = Bhavani Shankar (bhavi)

-- 
Please merge diggler 0.9-17(universe) from debian unstable(main)
https://bugs.launchpad.net/bugs/404454
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 224340] Re: Ubuntu 8.04 server kernel / Xen enabled / Nvidia problem

2009-07-27 Thread Keng-Yü Lin
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  Please let us know
your results.

If the issue remains while still running Jaunty, please run the
following command which will automatically gather and attach updated
debug information:

apport-collect -p linux-image-2.6.28-11-generic bug #

Thanks in advance.

** Changed in: linux (Ubuntu)
   Status: Triaged = Incomplete

-- 
Ubuntu 8.04 server kernel / Xen enabled / Nvidia problem
https://bugs.launchpad.net/bugs/224340
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 405167] [NEW] FTCFS: SyntaxError: layer.py, 'as' is now a reserved keyword

2009-07-27 Thread Paul Sladen
Public bug reported:

Binary package hint: pythoncad

Processing triggers for python-support ...
Compiling /var/lib/python-support/python2.6/PythonCAD/Generic/layer.py ...
SyntaxError: ('invalid syntax', 
('/var/lib/python-support/python2.6/PythonCAD/Generic/layer.py', 477, 29, '
def setAutosplit(self, as):\n'))

'

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

** Affects: pythoncad (Debian)
 Importance: Unknown
 Status: Unknown

** Bug watch added: Debian Bug tracker #521388
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521388

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

-- 
FTCFS: SyntaxError: layer.py, 'as' is now a reserved keyword
https://bugs.launchpad.net/bugs/405167
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 382884] Re: [i945] [KMS] [GM945]: Xorg hang after resume from suspend

2009-07-27 Thread Carey Underwood
Yep, fix looks good here.

-- 
[i945] [KMS] [GM945]:  Xorg hang after resume from suspend
https://bugs.launchpad.net/bugs/382884
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 380807] Re: [karmic, intel] Laptop locks up moments after resuming from suspend

2009-07-27 Thread Carey Underwood
Released 2.6.30 and latest 2.6.31rc4 still show the issue.

Conveniently, 2.6.31rc4 fixed another suspend issue re: intel hanging on
resume, which helpfully eliminates a confounding factor.

-- 
[karmic, intel] Laptop locks up moments after resuming from suspend
https://bugs.launchpad.net/bugs/380807
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 344550] Re: Kolourpaint doesn't work

2009-07-27 Thread Bug Watch Updater
*** This bug is a duplicate of bug 334868 ***
https://bugs.launchpad.net/bugs/334868

** Changed in: kdegraphics
   Status: Confirmed = Invalid

-- 
Kolourpaint doesn't work
https://bugs.launchpad.net/bugs/344550
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 334868] Re: kolourpaint crashes when selecting most of the painting tools

2009-07-27 Thread Bug Watch Updater
** Changed in: kdegraphics
   Status: Confirmed = Invalid

-- 
kolourpaint crashes when selecting most of the painting tools
https://bugs.launchpad.net/bugs/334868
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 370008] Re: Segmentation fault - Thunderbird w/Lightning

2009-07-27 Thread spaetz
I agree that the symptoms are the same as 383670. I discovered that I
also had google-calendar-provider installed. Deinstalling that made
thunderbird work even with my old profile and lightning-extension.
(Actually, reinstalling the calendar-google-provider still works now). I
do use a different remote ical file now, don't know if that also cold
make a difference.

codespa...@spaetz-macbook:~$ apt-cache policy thunderbird lightning-extension 
libstdc++6 libstdc++5
thunderbird:
  Installed: 2.0.0.22+build1+nobinonly-0ubuntu0.9.04.1
  Candidate: 2.0.0.22+build1+nobinonly-0ubuntu0.9.04.1
  Version table:
 *** 2.0.0.22+build1+nobinonly-0ubuntu0.9.04.1 0
500 http://ch.archive.ubuntu.com jaunty-updates/main Packages
500 http://security.ubuntu.com jaunty-security/main Packages
100 /var/lib/dpkg/status
 2.0.0.21+nobinonly-0ubuntu1.9.04.1 0
500 http://ch.archive.ubuntu.com jaunty/main Packages
lightning-extension:
  Installed: 0.9+nobinonly-0ubuntu2
  Candidate: 0.9+nobinonly-0ubuntu2
  Version table:
 *** 0.9+nobinonly-0ubuntu2 0
500 http://ch.archive.ubuntu.com jaunty/universe Packages
100 /var/lib/dpkg/status
libstdc++6:
  Installed: 4.3.3-5ubuntu4
  Candidate: 4.3.3-5ubuntu4
  Version table:
 *** 4.3.3-5ubuntu4 0
500 http://ch.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status
libstdc++5:
  Installed: 1:3.3.6-17ubuntu1
  Candidate: 1:3.3.6-17ubuntu1
  Version table:
 *** 1:3.3.6-17ubuntu1 0
500 http://ch.archive.ubuntu.com jaunty/universe Packages
100 /var/lib/dpkg/status
/code

-- 
Segmentation fault - Thunderbird w/Lightning
https://bugs.launchpad.net/bugs/370008
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 405167] Re: FTCFS: SyntaxError: layer.py, 'as' is now a reserved keyword

2009-07-27 Thread Paul Sladen
*** This bug is a duplicate of bug 345624 ***
https://bugs.launchpad.net/bugs/345624

** This bug has been marked a duplicate of bug 345624
   pythoncad crashed at the program starting

-- 
FTCFS: SyntaxError: layer.py, 'as' is now a reserved keyword
https://bugs.launchpad.net/bugs/405167
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 405170] [NEW] Please sync skencil 0.6.17-17 (universe) from Debian unstable (main).

2009-07-27 Thread Bhavani Shankar
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/skencil
 status new
 importance wishlist
 subscribe ubuntu-universe-sponsors

Please sync skencil 0.6.17-17 (universe) from Debian unstable (main).

please sync the latest version from debian unstable as the previous 
ubuntu versions was a rebuild and it fixes a startup crash bug involving 
catch of tcl delete command.

Changelog since current karmic version 0.6.17-16build2:

skencil (0.6.17-17) unstable; urgency=low

  * Removing watch file.
  * Removing leftovers from sketch transition.
  * Removing useless whitespaces in changelog.
  * Upgrading package to debhelper 7.
  * Upgrading package to standards 3.8.0.
  * Adding vcs fields in control file.
  * Rewriting copyright file in machine-interpretable format.
  * Using lintian debhelper to install lintian overrides.
  * Replacing obsolete dh_clean -k with dh_prep.
  * Prefixing debhelper files with package name.
  * Updating package to standards version 3.8.2.
  * Updating year in copyright file.
  * Adding description and icon entries in menu file.
  * Using quilt rather than dpatch.
  * Reordering rules file.
  * Orphaning package, I don't use skencil anymore.
  * Using correct rfc-2822 date formats in changelog.
  * Adding patch from Octavian Voicu octavian.vo...@gmail.com to catch tcl
delete command (Closes: #498223, #524554).

 -- Daniel Baumann dan...@debian.org  Thu, 16 Jul 2009 15:28:52 +0200


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFKbVbYNrEIsZrsMaARAqi+AJ48dxqg8kVnQDWIqpY2xuED1GmdvwCgzMku
eK2xj7QXCphPCl9Kfyy9r14=
=yQpL
-END PGP SIGNATURE-

** Affects: skencil (Ubuntu)
 Importance: Wishlist
 Status: New

-- 
Please sync skencil 0.6.17-17 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/405170
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 404825] Re: flash-plugin no pulseaudio

2009-07-27 Thread Lean Fuglsang
** Package changed: flashplugin-nonfree (Ubuntu) = pulseaudio (Ubuntu)

-- 
flash-plugin no pulseaudio
https://bugs.launchpad.net/bugs/404825
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 401913] Re: libjaxme-java: Please split documentation into a doc package

2009-07-27 Thread Thierry Carrez
Already fixed in the development release (and in Jaunty) as of 0.5.2
+dfsg-2ubuntu1

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

-- 
libjaxme-java: Please split documentation into a doc package
https://bugs.launchpad.net/bugs/401913
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 398552] Re: longhaul is loaded despite being reported broken

2009-07-27 Thread lavinog
I would like to request loading it as a module. According to VIA: 
http://www.viaarena.com/displaydownload.aspx?PageID=1DSCat=32DCatType=3
The Power Saver feature is considered experimental at this time and users are 
advised to visit VIA Arena regularly for the latest update.

An IDE lockup issue occurs on some VIA EPIA Mini-ITX mainboards when the
Power Saver feature is enabled. A patch to resolve this issue is
available for Fedora Core 3.0/4.0/.50 in the drivers section.

VIA has a bios beta update that might address this issue: 
http://www.viaarena.com/displaydownload.aspx?PageID=1DSCat=155DCatType=3
Since this bios is listed as a beta, users shouldn't be expected to use it.

-- 
longhaul is loaded despite being reported broken
https://bugs.launchpad.net/bugs/398552
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 377476] Re: bzr visualize crashed with DBus error

2009-07-27 Thread Savvas Radevic
I've just run olive-gtk and got the same error:
$ olive-gtk 
/usr/lib/python2.6/dist-packages/bzrlib/plugins/gtk/ui.py:224: 
DeprecationWarning: bzrlib.progress.ProgressBarStack was deprecated in version 
1.12.
  self._progress_bar_stack = progress.ProgressBarStack(klass=widget)
Traceback (most recent call last):
  File /usr/bin/olive-gtk, line 92, in module
from bzrlib.plugins.gtk.olive import OliveGtk
  File /usr/lib/python2.6/dist-packages/bzrlib/plugins/gtk/olive/__init__.py, 
line 51, in module
from bzrlib.plugins.gtk.annotate.gannotate import GAnnotateWindow
  File 
/usr/lib/python2.6/dist-packages/bzrlib/plugins/gtk/annotate/gannotate.py, 
line 31, in module
from bzrlib.plugins.gtk.revisionview import RevisionView
  File /usr/lib/python2.6/dist-packages/bzrlib/plugins/gtk/revisionview.py, 
line 33, in module
from bzrlib.plugins.gtk import seahorse
  File /usr/lib/python2.6/dist-packages/bzrlib/plugins/gtk/seahorse.py, line 
33, in module
crypto = dbus.Interface(bus.get_object(BUS_NAME, CRYPTO_PATH), 
  File /var/lib/python-support/python2.6/dbus/bus.py, line 244, in get_object
follow_name_owner_changes=follow_name_owner_changes)
  File /var/lib/python-support/python2.6/dbus/proxies.py, line 241, in 
__init__
self._named_service = conn.activate_name_owner(bus_name)
  File /var/lib/python-support/python2.6/dbus/bus.py, line 183, in 
activate_name_owner
self.start_service_by_name(bus_name)
  File /var/lib/python-support/python2.6/dbus/bus.py, line 281, in 
start_service_by_name
'su', (bus_name, flags)))
  File /var/lib/python-support/python2.6/dbus/connection.py, line 622, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: 
Launch helper exited with unknown return code 0

As Martin said above, running it again fixes the issue

-- 
bzr visualize crashed with DBus error
https://bugs.launchpad.net/bugs/377476
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 345624] Re: pythoncad crashed at the program starting

2009-07-27 Thread Paul Sladen
** Bug watch added: Red Hat Bugzilla #499932
   https://bugzilla.redhat.com/show_bug.cgi?id=499932

** Also affects: pythoncad (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=499932
   Importance: Unknown
   Status: Unknown

-- 
pythoncad crashed at the program starting
https://bugs.launchpad.net/bugs/345624
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 405175] [NEW] wubi installer won't work on Vista Home Basic

2009-07-27 Thread Jerry
Public bug reported:

When I try to run Wubi on vista home basic I get a no disk in drive
error message. If I click on try again several times, then click on
cancel, the installer appears. When I finally get it to run, it tries to
install Ubuntu for a 64 bit AMD system. I have an Intel Pentium Dual
CPU, T3200 @ 2 gig, 3 gigs ram, 32 bit system. I have tried this at
least twice and, to date, have been unable to install the correct
version of Wubi. I am afraid to install the version for the AMD chip,
for fear it will not be compatible and cause trouble. I would appreciate
any help that might enable me to use Wubi on Vista Home Basic to install
the Ubuntu version appropriate for this system.. I had it on an older
machine that the power company murdered and I liked it. Thanks for the
help.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
wubi installer won't work on Vista Home Basic
https://bugs.launchpad.net/bugs/405175
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 405174] [NEW] Please sync skktools 1.3.1-2 (universe) from Debian unstable (main).

2009-07-27 Thread Bhavani Shankar
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/skktools
 status new
 importance wishlist
 subscribe ubuntu-universe-sponsors

Please sync skktools 1.3.1-2 (universe) from Debian unstable (main).


Explanation of the Ubuntu delta and why it can be dropped:

We can sync the latest version from debian as they have updated their 
build depends for libdb transition which was the only ubuntu change.

Changelog since current karmic version 1.3.1-1ubuntu1:

skktools (1.3.1-2) unstable; urgency=low

  * debian/control:
- Change Depends to libdb-dev from libdb4.6-dev.
- Move Homepage from Description to the header.
- Update Standards-Version to 3.8.2. 
  * debian/rules:
- Use dh_prep instead of `dh_clean -k'.
- Set LC_ALL=C for sed.
  * compile, config.sub, config.guess, depcomp, install-sh, ltmain.sh,
missing: Updated from libtool 2.2.6a-4 and autotools-dev 20090611.1.
  * debian/rules, debian/control: Remove autotools-dev dependency.
  * debian/compat, debian/control: Update debhelper version to 7.
  * debian/copyright: Updated.

 -- Tatsuya Kinoshita t...@debian.org  Sun, 26 Jul 2009 08:29:27 +0900


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFKbVjnNrEIsZrsMaARAiEnAKDWF0xQW5YIvV+nNMCMdYvE01YHPACgvjTO
pG41ki7477yB7BeGbH3O7Pw=
=tQnM
-END PGP SIGNATURE-

** Affects: skktools (Ubuntu)
 Importance: Wishlist
 Status: New

-- 
Please sync skktools 1.3.1-2 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/405174
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 404778] Re: [Wishlist] Merge istanbul into gnome-screenshot or include it in gnome-utils

2009-07-27 Thread Danny Piccirillo
** Bug watch added: GNOME Bug Tracker #589841
   http://bugzilla.gnome.org/show_bug.cgi?id=589841

** Changed in: gnome-utils
   Importance: Undecided = Unknown

** Changed in: gnome-utils
   Status: New = Unknown

** Changed in: gnome-utils
 Remote watch: None = GNOME Bug Tracker #589841

** Changed in: istanbul
   Importance: Undecided = Unknown

** Changed in: istanbul
   Status: New = Unknown

** Changed in: istanbul
 Remote watch: None = GNOME Bug Tracker #589841

-- 
[Wishlist] Merge istanbul into gnome-screenshot or include it in gnome-utils
https://bugs.launchpad.net/bugs/404778
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 404933] Re: apt-get crash at reloading sources.list

2009-07-27 Thread EagleScreen
I activate Debian repository to eventually install some package from
there, I always take care about not installing uncomptatible packages or
replace important core packages by its Debian version.

I am doing this since years in previous Ubuntu releases and apt do not used to 
crash by this.
I think apt shouldn't crash by adding a Debian or any other deb based 
repository.

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

-- 
apt-get crash at reloading sources.list
https://bugs.launchpad.net/bugs/404933
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 405167] Re: FTCFS: SyntaxError: layer.py, 'as' is now a reserved keyword

2009-07-27 Thread Bug Watch Updater
*** This bug is a duplicate of bug 345624 ***
https://bugs.launchpad.net/bugs/345624

** Changed in: pythoncad (Debian)
   Status: Unknown = Fix Committed

-- 
FTCFS: SyntaxError: layer.py, 'as' is now a reserved keyword
https://bugs.launchpad.net/bugs/405167
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 363130] Re: sysinfo shows incorrect Release

2009-07-27 Thread Thierry Carrez
** Changed in: sysinfo (Ubuntu)
   Importance: Undecided = Medium

** Changed in: sysinfo (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: sysinfo (Ubuntu)
 Assignee: (unassigned) = Thierry Carrez (ttx)

-- 
sysinfo shows incorrect Release
https://bugs.launchpad.net/bugs/363130
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 363130] Re: sysinfo shows incorrect Release

2009-07-27 Thread Launchpad Bug Tracker
This bug was fixed in the package sysinfo - 0.7-2ubuntu1

---
sysinfo (0.7-2ubuntu1) karmic; urgency=low

  * debian/control: Add Build-depend on lsb-release so that the right
patchset gets selected and release info is correct (LP: #363130)

 -- Thierry Carrez thierry.car...@ubuntu.com   Mon, 27 Jul 2009
09:26:58 +0200

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

-- 
sysinfo shows incorrect Release
https://bugs.launchpad.net/bugs/363130
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 342763] Re: GNUnet configuration assistant error (Running gnunet-update failed.)

2009-07-27 Thread Alessio Treglia
Can anyone confirm this on Karmic?

** Changed in: gnunet (Ubuntu)
   Status: Confirmed = Incomplete

-- 
GNUnet configuration assistant error (Running gnunet-update failed.)
https://bugs.launchpad.net/bugs/342763
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 405176] [NEW] sru for new jaunty app-instll-data

2009-07-27 Thread Michael Vogt
Public bug reported:

Binary package hint: app-install-data-commercial

A new package with the new entries symphony and alfresco

** Affects: app-install-data-commercial (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: app-install-data-commercial (Ubuntu Jaunty)
 Importance: Undecided
 Status: In Progress

** Also affects: app-install-data-commercial (Ubuntu Jaunty)
   Importance: Undecided
   Status: New

** Changed in: app-install-data-commercial (Ubuntu)
   Status: New = Invalid

** Changed in: app-install-data-commercial (Ubuntu Jaunty)
   Status: New = In Progress

-- 
sru for new jaunty app-instll-data
https://bugs.launchpad.net/bugs/405176
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 405155] Re: No prompt to install ubuntu-restricted-extras packages

2009-07-27 Thread Sebastien Bacher
that's a bug nor an usability issue

** Package changed: totem (Ubuntu) = gnome-codec-install (Ubuntu)

-- 
No prompt to install ubuntu-restricted-extras packages
https://bugs.launchpad.net/bugs/405155
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 405146] Re: Evince crashes on document load

2009-07-27 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. However, your crash report is either missing or challenging to deal 
with as a '.crash' file. Please follow these instructions to have apport report 
a new bug about your crash that can be dealt with by the automatic retracer. 
 
 If you are running the Ubuntu Stable Release you might need to enable apport 
in /etc/default/apport and restart. 
 
 If you are using Ubuntu with the Gnome desktop environment - launch nautilus 
and navigate to your /var/crash directory and double click on the crash report 
you wish to submit. 
 
 If you are using Kubuntu or Xubuntu you can file the crash using 
/usr/share/apport/apport-qt --crash-file=/var/crash/_my_crash_report.crash in a 
terminal - where _my_crash_report.crash is the crash you would like to report. 
 I'm closing this bug report since the process outlined above will 
automatically open a new bug report which can then dealt with more efficiently. 
Thanks in advance for your cooperation and understanding.

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

** Changed in: evince (Ubuntu)
   Status: New = Invalid

** Changed in: evince (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
Evince crashes on document load
https://bugs.launchpad.net/bugs/405146
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 405148] Re: Laptop battery indicator indicates 0% charge when fully charged

2009-07-27 Thread Sebastien Bacher
** Package changed: gnome-panel (Ubuntu) = gnome-power-manager (Ubuntu)

-- 
Laptop battery indicator indicates 0% charge when fully charged
https://bugs.launchpad.net/bugs/405148
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   >