[Bug 416093] Re: karmic hangs during booting

2009-08-25 Thread aloctavodia
I realize that the system can boot normally if samba is completely
removed from the system

** Package changed: ubuntu = samba (Ubuntu)

** Description changed:

  after upgrading from Jaunty to Karmic alpha4 the boot process hangs. I
- am able to see the usplash, the bar progress until is almost finished
- and  then the system switch to a terminal-like screen (that give details
- of the booting process). The two last sentences are (and the system
- hangs)
+ am able to see usplash. the bar progress until is almost finished and
+ then the system switch to a terminal-like screen (that give details of
+ the booting process). The two last sentences are (and the system hangs)
  
  Running DKMS autoinstallation  service for kernel 2.6.31.6-generic  [OK]
- Starting Samba demon. (something similar)
+ Starting Samba demon. (or something similar)
  
- At fist I believe the problem was samba so I uninstall it (using ALT-F2
- i was able get access to a terminal), I reboot and get this message (and
- the system hangs)
+ Removing samba fix the problem.
  
- Running DKMS autoinstallation  service for kernel 2.6.31.6-generic  [OK]
- Starting Winbid  demon. (something similar)
+ A workaround (without removing samba) is to boot in recovery mode, then
+ choose netroot. exit netroot and select resume normal mode.
  
  
- A workaround is boot in recovery mode, then choose netroot. exit netroot and 
select resume normal mode.
- 
- Note: when the systems hangs I wait only for couple of minutes and then
- reboot. (the keyboard is fully responsive may be if i wait a couple of
- minutes more the system could continue to boot, I will let you know)
- 
- Obviously i don´t get any idea about the soruce of this problem or why
- the workaround works...
+ Obviously i don´t get any idea about the source of this problem or why the 
workaround works...
  
  I have a vostro 1400, Intel 965 GMA and I´m running the amd64 version.

** Tags added: boot karmic samba

-- 
karmic hangs during booting
https://bugs.launchpad.net/bugs/416093
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 369737] Re: preg_replace_callback segfaults

2009-08-25 Thread Andreas Olsson
@fiasco:

Also running Ubuntu 9.04?

Since you have the code in front of you, do you have the possibility to
create a standalone test case?

-- 
preg_replace_callback segfaults
https://bugs.launchpad.net/bugs/369737
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 407428] Re: sshd zombie processes and strange behavior after karmic upgrade

2009-08-25 Thread Wisefox
Don't know the developer already get the root cause or not. I can
provide some clue deeper into this issue.

When Karmic starts the ssh and other several services(udevd,dhcp etc.), it uses 
a wrong Sigmask set for the program:
Check the Sigblk for sshd:
$ cat /proc/`pidof sshd| awk '{print $1}'`/status | grep Sig
SigQ:   4/16297
SigPnd: 
SigBlk: fffe7ffb9eff  # should be all zero
SigIgn: 
SigCgt: 000180006000

All child forked by sshd will succeed the same SigBlk from sshd. And the Ctrl + 
C token uses the SIGINT(2) to interrupt the program. But it's blocked by the 
program. That's the cause of sshd zombie and Ctrl + C problem.
I provide two method to get sshd back to normal.
1). On that machine(physical), use the /etc/init.d/ssh stop/start to restart 
ssh to make it use the right mask.
2). Write a little wrapper program to restart the ssh.

-- 
sshd zombie processes and strange behavior after karmic upgrade
https://bugs.launchpad.net/bugs/407428
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 343738] Re: vsftpd max username length too small

2009-08-25 Thread Kenny Millington
** Description changed:

  vsftpd has a max username length of 32, this is too small for a virtual
  hosting environment where the username is a user's e-mail address (if
  they have a long domain name etc...)
  
  This issue was patched in FC10 via their patch system and has been
  pulled into the new upstream 2.1 version, I'll attach a debdiff to this
  bug once it's created so I know the bug number.
+ 
+ SRU Report (for Hardy)
+ -
+ 
+ This bug's impact is (probably) mostly felt by users running Hardy as a
+ hosting server using vsftpd as their FTP server. Hosting servers
+ typically use either the domain name and/or e-mail address as the
+ username which can easily exceed the 32 character limit.
+ 
+ This has been fixed in the current development version (Karmic -
+ 2.1.1~pre1-2ubuntu1) by syncing a later release of vsftpd from Debian
+ which has already applied this fix. A minimal patch to apply this fix
+ has previously been attached to this bug (LP343738-hardy.patch).
+ 
+ TEST CASE: This bug can be reproduced by creating a username greater
+ than 32 characters then attempting to login with the unpatched vsftpd.
+ Upon upgrading to the patched vsftpd this login attempt should then
+ succeed.
+ 
+ Looking at the patch regression seems unlikely (given the nature of the
+ change), however, the worst case outcomes I can see for regression are:-
+ 
+ a) vsftpd stops working; or
+ b) An (unknown) underlying authentication mechanism requires vsftpd to reject 
usernames greater than 32 characters and hence breaks.
+ 
+ I'm afraid I'm not sure how likely (b) is, however PAM can handle
+ usernames of such length.

-- 
vsftpd max username length too small
https://bugs.launchpad.net/bugs/343738
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 397721] Re: [needs-packaging] php-fpm

2009-08-25 Thread dreamcat4
Good news: The issue for loading zend extensions is now fixed.
Bad news: Theres some other problem the child workers keep dying.

Details on jottit: 
http://dreamcat4.jottit.com/new_php5-fpm_testing_candidate

-- 
[needs-packaging] php-fpm
https://bugs.launchpad.net/bugs/397721
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 343738] Re: vsftpd max username length too small

2009-08-25 Thread Kenny Millington
Just spotted a slight error in my debdiff. I made my debdiff against
2.0.6-1ubuntu1, failing to notice the -ubuntu1.1 in hardy-updates.

I'll submit an updated patch/debdiff later today against -ubuntu1.1 if
someone else doesn't do so before hand.

TESTING NOTE: Please note that although the version in my PPA is fine to
test with - it will regress #254905 (FTPS doesn't work with clients such
as FileZilla).

-- 
vsftpd max username length too small
https://bugs.launchpad.net/bugs/343738
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 349919] Re: ssh client sometimes hangs

2009-08-25 Thread ZelinskiyIS
On jaunty 9.04, i386 I experience the same bug. Sometimes, when logging
out the remote shell, ssh freezes locally after saying logout.  In
such cases I have to use Ctrl-C. The bug seem happen more often when
tunneling graphics, than when not using this ability. The bug is not
critical, however, because Ctrl-C has allways helped.

-- 
ssh client sometimes hangs
https://bugs.launchpad.net/bugs/349919
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 409987] Re: apache2 segfault using mod_deflate

2009-08-25 Thread tiiibs
Hi,

I've the same problem. I've patched the server but the error is still
here!

[Tue Aug 25 11:25:02 2009] [notice] child pid 10025 exit signal Segmentation 
fault (11)
[Tue Aug 25 11:25:02 2009] [notice] child pid 10026 exit signal Segmentation 
fault (11)
[Tue Aug 25 11:25:02 2009] [notice] child pid 10027 exit signal Segmentation 
fault (11)

what are tests that I can do?

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

2009-08-25 Thread Marc Deslauriers
tiiibs: are you sure it's the same problem? What apache2 package version
are you running? What release of Ubuntu?

-- 
apache2 segfault using mod_deflate
https://bugs.launchpad.net/bugs/409987
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 418342] [NEW] akonadi-server prevents install of mysql-server-5.0

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

Binary package hint: akonadi-server

I'm running a fully up to date karmic 9.10 alpha system.

akonadi-server is depending on mysql-server-core-5.1, which conflicts
with mysql-server-core-5.0.

This is preventing me from installing mysql-server-5.0 on my system,
which I need for development work.

This seems to be related to bug #414224, but is oddly the exact
opposite.

** Affects: mysql-dfsg-5.1 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
akonadi-server prevents install of mysql-server-5.0
https://bugs.launchpad.net/bugs/418342
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to mysql-dfsg-5.1 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 418342] Re: akonadi-server prevents install of mysql-server-5.0

2009-08-25 Thread Jonathan Thomas
** Package changed: akonadi (Ubuntu) = mysql-dfsg-5.1 (Ubuntu)

-- 
akonadi-server prevents install of mysql-server-5.0
https://bugs.launchpad.net/bugs/418342
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 32067] Re: public Samba SMB shares cannot be accessed anonymously from Windows XP, a password prompt appears

2009-08-25 Thread Thierry Carrez
** Also affects: samba (Ubuntu Hardy)
   Importance: Undecided
   Status: New

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

-- 
public Samba SMB shares cannot be accessed anonymously from Windows XP, a 
password prompt appears
https://bugs.launchpad.net/bugs/32067
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 152624] Re: Buffer overflow in check_http.c (CVE-2007-5198)

2009-08-25 Thread Thierry Carrez
** Also affects: nagios-plugins (Ubuntu Dapper)
   Importance: Undecided
   Status: New

** Changed in: nagios-plugins (Ubuntu Dapper)
   Status: New = Fix Released

-- 
Buffer overflow in check_http.c (CVE-2007-5198)
https://bugs.launchpad.net/bugs/152624
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins 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 406276] Re: initial munin-node setup misses correct start/stop

2009-08-25 Thread Thierry Carrez
** Changed in: munin (Ubuntu)
   Status: Triaged = In Progress

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

-- 
initial munin-node setup misses correct start/stop
https://bugs.launchpad.net/bugs/406276
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 414232] Re: munin-node tries to autoconf /usr/share/munin/plugins/postgres_space_

2009-08-25 Thread Thierry Carrez
** Changed in: munin (Ubuntu)
   Importance: Undecided = Medium

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

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

-- 
munin-node tries to autoconf /usr/share/munin/plugins/postgres_space_
https://bugs.launchpad.net/bugs/414232
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 414232] Re: munin-node tries to autoconf /usr/share/munin/plugins/postgres_space_

2009-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package munin - 1.2.6-13ubuntu2

---
munin (1.2.6-13ubuntu2) karmic; urgency=low

  * Don't autoconf the plugin postgres_space_ (LP: #414232)
  * Restart munin-node after plugin initiation (LP: #406276)

 -- Andreas Olsson an...@ubuntu.com   Thu, 20 Aug 2009 11:56:42 +0200

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

-- 
munin-node tries to autoconf /usr/share/munin/plugins/postgres_space_
https://bugs.launchpad.net/bugs/414232
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 406276] Re: initial munin-node setup misses correct start/stop

2009-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package munin - 1.2.6-13ubuntu2

---
munin (1.2.6-13ubuntu2) karmic; urgency=low

  * Don't autoconf the plugin postgres_space_ (LP: #414232)
  * Restart munin-node after plugin initiation (LP: #406276)

 -- Andreas Olsson an...@ubuntu.com   Thu, 20 Aug 2009 11:56:42 +0200

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

-- 
initial munin-node setup misses correct start/stop
https://bugs.launchpad.net/bugs/406276
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 418342] [NEW] akonadi-server prevents install of mysql-server-5.0

2009-08-25 Thread Mathias Gug
On Tue, Aug 25, 2009 at 12:46:07PM -, Launchpad Bug Tracker wrote:
 akonadi-server is depending on mysql-server-core-5.1, which conflicts
 with mysql-server-core-5.0.
 

Both mysql-server-core-5.{01} should provide mysql-server-core and
akonadi should depend on mysql-server-core | mysql-server-core-5.1.

  status triaged
  importance low

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


** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Importance: Undecided = Low

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: New = Triaged

-- 
akonadi-server prevents install of mysql-server-5.0
https://bugs.launchpad.net/bugs/418342
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 394385] Re: [needs-packaging] php packages need update to 5.3

2009-08-25 Thread Ondřej Surý
People it would be great, if you could contact debian php maintainers
before doing double work in Ubuntu.

There are more known problems in php5.3 from experimental which needed
to be fixed and are causing segfaults (timezone, gd).

We are currently thinking about pushing php 5.3 packages to unstable, so
we have some time before next debian release to iron out all bugs.

There is a public git repository and since we lack of manpower these
days (mainly because me and sean are burnt out), we would gladly welcome
new blood (as well formated patchsets are welcomed too).

-- 
[needs-packaging] php packages need update to 5.3
https://bugs.launchpad.net/bugs/394385
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 164007] Re: [net-snmp] remote Denial of Service vulnerability

2009-08-25 Thread Jamie Strandboge
http://www.ubuntu.com/usn/usn-564-1

** Also affects: net-snmp (Ubuntu Dapper)
   Importance: Undecided
   Status: New

** Also affects: net-snmp (Ubuntu Edgy)
   Importance: Undecided
   Status: New

** Also affects: net-snmp (Ubuntu Feisty)
   Importance: Undecided
   Status: New

** Also affects: net-snmp (Ubuntu Gutsy)
   Importance: Undecided
   Status: New

** Changed in: net-snmp (Ubuntu Dapper)
   Status: New = Fix Released

** Changed in: net-snmp (Ubuntu Edgy)
   Status: New = Fix Released

** Changed in: net-snmp (Ubuntu Feisty)
   Status: New = Fix Released

** Changed in: net-snmp (Ubuntu Gutsy)
   Status: New = Fix Released

-- 
[net-snmp] remote Denial of Service vulnerability
https://bugs.launchpad.net/bugs/164007
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp 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 194487] Re: network-manager[-openvpn] doesn't handle properly routes pushed by OpenVPN 2.1_Rc7

2009-08-25 Thread Diego Rivera
Ok I've located the culprit logic.  It's in NetworkManagerSystem.c - the
logic first removes all routes attached to the new VPN interface, and
then proceeds to force-feed what it believes to be the correct routing
configurations.  I think what's appropriate here is the addition of a
flag in the DBUS messages which indicates the behavior to be followed.
If the flag is missing, the default (i.e. current) behavior is followed
- otherwise we can respect routing as implemented by the VPN backend
(desired), or some combination of the two.

I'll get cracking on this and see if I can come up with a small, simple
patch for the problem.

Please note: for now, I'm working only on 8.04 (NM 0.6.6).  After that,
I'll have a look at newer versions and see if the patch would need work.

Cheers.

-- 
network-manager[-openvpn] doesn't handle properly routes pushed by OpenVPN 
2.1_Rc7
https://bugs.launchpad.net/bugs/194487
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 194487] Re: network-manager[-openvpn] doesn't handle properly routes pushed by OpenVPN 2.1_Rc7

2009-08-25 Thread Diego Rivera
Ok I've located the culprit logic.  It's in NetworkManagerSystem.c - the
logic first removes all routes attached to the new VPN interface, and
then proceeds to force-feed what it believes to be the correct routing
configurations.  I think what's appropriate here is the addition of a
flag in the DBUS messages which indicates the behavior to be followed.
If the flag is missing, the default (i.e. current) behavior is followed
- otherwise we can respect routing as implemented by the VPN backend
(desired), or some combination of the two.

I'll get cracking on this and see if I can come up with a small, simple
patch for the problem.

Please note: for now, I'm working only on 8.04 (NM 0.6.6).  After that,
I'll have a look at newer versions and see if the patch would need work.

Cheers.

-- 
network-manager[-openvpn] doesn't handle properly routes pushed by OpenVPN 
2.1_Rc7
https://bugs.launchpad.net/bugs/194487
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


[Blueprint server-karmic-encrypted-swap-as-an-option] Encrypted Swap as an Option

2009-08-25 Thread Dustin Kirkland
Blueprint changed by Dustin Kirkland:

Definition Status: Approved = Superseded

Whiteboard changed:
+ = Status =
+  * Marking this blueprint superseded, as we have implemented this in a 
different way, encrypting swap only when necessary (encrypted-home).
+ -- Dustin Kirkland
+ 
  Discussion Points:
   * UDS Buy-in (main use case is hibernate):
* karmic implementation:
  * encrypted home in installer - setup swap encryption 
(ecryptfs-setup-swap), document hibernation incompatibility
  * randomly generate key on boot (no passphrase wrapping)
  * open wishlist bug for hibernation resume support
  * need UI changes to Applications Accessories Passwords and Encryption 
Keys
* post-karmic implementation (hard):
  * algorithm: wrap randomly generated password with PAM system passphrase 
on login (for multiple users), store in LUKS keyslot
  * teach resume scripts to prompt for user's wrapping passphrase on 
resume, decrypt swap, resume
* possible regressions and workarounds:
  * /tmp contents are still viewable, worked around in short term by using 
tmpfs for /tmp when system has some amount X of RAM, worked around in long term 
by moving /tmp into ~/.tmp
   * additional notes:
* see who is using encrypted home and encrypted swap
  
  
   * Original suggested design:
* encrypt swap, using a randomly generated key every boot
* by default, use a static wrapping password like ubuntu, and store the 
wrapped swap key in LUKS
* teach hibernation resume (init?) to try this static default passphrase 
first
* if that doesn't work, then prompt the user for the wrapping passphrase
* in System-Administration, provide a utility that allows the 
administrator switch from the insecure default ubuntu wrapping passphrase to 
a PAM-based wrapping passphrase
 * teach PAM to take a successful login passphrase and re-wrap the randomly 
generated swap passphrase with the login passphrase if secure swap is 
enabled, (possibly populating 1 or more of the LUKS keyslots)
 * On hibernate event, ensure that the current user's passphrase has been 
used to wrap the swap passphrase in one of the LUKS keyslots
  * would need to prompt for a passphrase here, if this was an auto-login 
and the user wants secure-swap
  -- Dustin Kirkland
  
  
  (steve.langasek) When I migrated my laptop from hardy to intrepid, I
  turned on encrypted swap at the same time (swap LV on top of
  LVM+encryption).  Anything that makes heavy use of swap on my desktop
  now brings the whole system to its knees.  Please be cognizant of
  performance issues when implementing this - I fear this may be untenable
  as a default for desktop systems.
  
  (Roderick Greening) It would never be expected to encrypt a swap file
  which exists in a LVM encrypted drive. Given that to build a LVM system,
  you have to use the alternate cd, the user would be in total control of
  these choices. Via the regular live CD/DVD, LVM is not a option (that I
  recall), so encrypting the swap by default should not be problematic.
  
  (Paul Klapperich) As far as encrypted swap working with hibernate, it
  sounds like this goes nicely on computers that have a TPM as per the
  second link. I don't have one to test. For computers without a tpm, I
  don't know how ecryptfs works, but for luks we could perhaps use a pam
  module to hold the user account password for the duration of the login
  and set it as an alternate key for the luks swap partition (which
  previously had a random key only) if the user initiates a hibernate.
  Alternatively a global swap password could be created instead of (or
  somehow in addition to) random key encryption, but that's an extra
  password that now all users of the system would be required to know. It
  would, however, allow a resume from hibernate followed by a switch user
  if the person who hibernated is not present.
  
  (Przemysław Kulczycki) Will this block the system's ability to write
  crash dumps to swap partition and to save it from swap partition to file
  after a reboot?
  
  (Jerone Young) How can we start talking about something like this being
  by default when it has not even had field testing. If Jaunty is about
  stability this is not the way to go. Also since (from what I know) this
  is not being done in the kernel but rather in userspace, which is going
  to cause big performance issues when writing to swap. Another thing is
  where are the keys kept to decrypt the swap? How is a machine going to
  wake up from hibernation? This also will not work with the grub fast
  hibernation patches. Not a good idea to do at this time.
  
  Got sign off from Dustin on the content of the specification, ready for
  review -- evand

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

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

[Bug 418897] [NEW] Segfaults in apache2 with libapache2-mod-php5 installed

2009-08-25 Thread Pehr Söderman
Public bug reported:

Binary package hint: php5

Karmic, latest from aptitude.

[Tue Aug 25 23:18:12 2009] [notice] Apache/2.2.12 (Ubuntu) DAV/2 SVN/1.6.1 
PHP/5.2.10-2ubuntu2 with Suhosin-Patch mod_python/3.3.1 Python/2.6.2+ 
configured -- resuming
[Tue Aug 25 23:18:33 2009] [notice] child pid 17627 exit signal Segmentation 
fault (11)
[Tue Aug 25 23:18:36 2009] [notice] child pid 17628 exit signal Segmentation 
fault (11)
[Tue Aug 25 23:18:40 2009] [notice] child pid 17629 exit signal Segmentation 
fault (11)
[Tue Aug 25 23:18:41 2009] [notice] child pid 17630 exit signal Segmentation 
fault (11)
[Tue Aug 25 23:19:31 2009] [notice] child pid 17634 exit signal Segmentation 
fault (11)
[Tue Aug 25 23:20:21 2009] [notice] child pid 17637 exit signal Segmentation 
fault (11)
...

And so it continues. Fresh install of apache2. The following packages
that are relevant are installed:

libapache2-mod-php5 (5.2.10.dfsg.1-2ubuntu2)
php5 (5.2.10.dfsg.1-2ubuntu2)
php5-common (5.2.10.dfsg.1-2ubuntu2)
php5-suhosin ( 0.9.27-1)
php5-pgsql ( 5.2.10.dfsg.1-2ubuntu2)

Segmentation faults seems to be generated both regularly and triggered
by loading php pages.

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

-- 
Segfaults in apache2 with libapache2-mod-php5 installed
https://bugs.launchpad.net/bugs/418897
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 369737] Re: preg_replace_callback segfaults

2009-08-25 Thread fiasco
From what I understand this is a PCRE extension issue with recursive
regex. This error occured for me when the mediawiki filter was trying to
parse a with the following regex:

  #^\{\|(.*?)(?:^\|\+(.*?))?(^(?:((?R))|.)*?)^\|}#msi

-- 
preg_replace_callback segfaults
https://bugs.launchpad.net/bugs/369737
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 134080] Re: CIFS: Navigating directories in DFS shares buggy

2009-08-25 Thread Leann Ogasawara
Could you test and confirm with the more recent 9.10 Karmic Alpha
release?  http://cdimage.ubuntu.com/releases/karmic .  Thanks.

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

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

-- 
CIFS: Navigating directories in DFS shares buggy
https://bugs.launchpad.net/bugs/134080
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 418442] [NEW] kpackagekit cannot update anymore after first upgrade

2009-08-25 Thread Massimo
Public bug reported:

On the first package update (karmik update 4) with kpackage kit , the update 
aborted unexpectedly.
when further update were executed , the following messages appears :

Error Type: Error Value: 'PackageKitCache' object has no attribute
'_dict' File : /usr/share/PackageKit/helpers/apt/aptBackend.py, line
1966, in main() File : /usr/share/PackageKit/helpers/apt/aptBackend.py,
line 1963, in main run(args, options.single) File :
/usr/share/PackageKit/helpers/apt/aptBackend.py, line 1925, in run
backend.dispatcher(args) File : /usr/lib/python2.6/dist-
packages/packagekit/backend.py, line 632, in dispatcher
self.dispatch_command(args[0], args[1:]) File : /usr/lib/python2.6/dist-
packages/packagekit/backend.py, line 540, in dispatch_command
self.get_updates(filters) File :
/usr/share/PackageKit/helpers/apt/aptBackend.py, line 653, in
get_updates for pkg in self._cache.getChanges(): File :
/usr/lib/python2.6/dist-packages/apt/cache.py, line 164, in getChanges
for p in self: File : /usr/share/PackageKit/helpers/apt/aptBackend.py,
line 196, in __iter__ for pkgname in sorted(self._dict.keys()):


when  reporting bug via kpackagekit help menu, a windows popup saying invalid 
problem; Package 3763 does not exist and the collecting problem information 
windows  is collecting problems indefinitely.

Description:Ubuntu karmic (development branch)
Release:9.10

kpackagekit:
  Installed: 0.4.2-0ubuntu2
  Candidate: 0.4.2-0ubuntu2
  Version table:
 *** 0.4.2-0ubuntu2 0
500 http://be.archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

ProblemType: Bug
Architecture: i386
Date: Tue Aug 25 07:38:04 2009
DistroRelease: Ubuntu 9.10
Package: kpackagekit 0.4.2-0ubuntu2
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
 LANGUAGE=
ProcVersionSignature: Ubuntu 2.6.31-6.26-generic
SourcePackage: kpackagekit
Uname: Linux 2.6.31-6-generic i686

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
kpackagekit cannot update anymore after first upgrade
https://bugs.launchpad.net/bugs/418442
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 418442] Re: kpackagekit cannot update anymore after first upgrade

2009-08-25 Thread Massimo

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

-- 
kpackagekit cannot update anymore after first upgrade
https://bugs.launchpad.net/bugs/418442
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 414907] Re: Programming mode window is too large

2009-08-25 Thread Robert Ancell
** Changed in: gcalctool (Ubuntu)
 Assignee: Robert Ancell (robert-ancell) = (unassigned)

-- 
Programming mode window is too large
https://bugs.launchpad.net/bugs/414907
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 408417] Re: No option to log in remotely via XDMCP

2009-08-25 Thread Robert Ancell
The new GDM does not support logging into remote systems.  To workaround
this problem thin clients should run an older version of GDM (e.g. by
running Jaunty).

** Changed in: gdm (Ubuntu)
 Assignee: Robert Ancell (robert-ancell) = (unassigned)

** Bug watch added: GNOME Bug Tracker #592976
   http://bugzilla.gnome.org/show_bug.cgi?id=592976

** Also affects: gdm via
   http://bugzilla.gnome.org/show_bug.cgi?id=592976
   Importance: Unknown
   Status: Unknown

-- 
No option to log in remotely via XDMCP
https://bugs.launchpad.net/bugs/408417
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 418415] Re: Update to 2.27.4

2009-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package yelp - 2.27.4-0ubuntu1

---
yelp (2.27.4-0ubuntu1) karmic; urgency=low

  * New upstream release (LP: #418415)
- Make ghelp URIs work for Mallard documents (Shaun McCance)
- Replace libgnome by using EggSMClient (Thomas Hindoe Paaboel Andersen)
  * debian/control.in:
- Drop libgnome and libgnomeui build-dependencies
  * debian/patches/01_lpi.patch, debian/patches/02_autoconf.patch,
debian/patches/04_use_doc-base.patch: refreshed.

 -- Robert Ancell robert.anc...@canonical.com   Tue, 25 Aug 2009
13:59:21 +1000

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

-- 
Update to 2.27.4
https://bugs.launchpad.net/bugs/418415
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 418415] Re: Update to 2.27.4

2009-08-25 Thread Daniel Holbach
Looks good. I just replaced dependencies with build-dependencies and
added a note which patches were refreshed.

-- 
Update to 2.27.4
https://bugs.launchpad.net/bugs/418415
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 411559] Re: Policykit-GNOME : Unfriendly message upon authentication failure

2009-08-25 Thread rugby471
** Summary changed:

- When I type an incorrect password, show Incorrect password. Please try 
again. instead of Authentication Failure
+ Policykit-GNOME : Unfriendly message upon authentication failure

-- 
Policykit-GNOME : Unfriendly message upon authentication failure
https://bugs.launchpad.net/bugs/411559
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 417901] Re: window-picker-applet crashed with SIGSEGV in g_type_check_instance_cast()

2009-08-25 Thread champkuo
the Icons below the panel and the Menu bars on left screen are all
disappeared. I understood later that's so called netbook lunch.,
and if have icon on the panel show reset the netbook lunch,then
click it those icons and menu bar will recovery.Otherwise need  to restart.

I found that if I open the Hinetdo: webRadioBrocastingChannelsReceiving,
It'll happen and then YouTube no sound. So that,I keep it off during this
time.

Please let me know,how to recovery from open terminal or... without restart
the computer.  Thanks

ChampKuo

2009/8/25 Paul Larson paul.lar...@canonical.com

 Can you please describe what was going on at the time of the crash?
 Thanks!

 ** Changed in: window-picker-applet (Ubuntu)
   Status: New = Triaged

 ** Visibility changed to: Public

 --
 window-picker-applet crashed with SIGSEGV in g_type_check_instance_cast()
 https://bugs.launchpad.net/bugs/417901
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “window-picker-applet” package in Ubuntu: Triaged

 Bug description:
 Binary package hint: window-picker-applet

 Remix icons disapeared

 ProblemType: Crash
 Architecture: i386
 CrashCounter: 1
 Date: Mon Aug 24 06:49:09 2009
 DistroRelease: Ubuntu 9.10
 ExecutablePath: /usr/lib/window-picker-applet/window-picker-applet
 Package: window-picker-applet 0.4.23-0ubuntu1
 ProcCmdline: /usr/lib/window-picker-applet/window-picker-applet
 --oaf-activate-iid=OAFIID:GNOME_WindowPicker_Factory --oaf-ior-fd=24
 ProcEnviron:
  LANG=zh_TW.UTF-8
  LANGUAGE=zh_TW.UTF-8
  PATH=(custom, no user)
  SHELL=/bin/bash
 ProcVersionSignature: Ubuntu 2.6.31-6.25-generic
 SegvAnalysis:
  Segfault happened at: 0x15ea58 g_type_check_instance_cast+40:mov
(%esi),%edx
  PC (0x0015ea58) ok
  source (%esi) (0x) not located in a known VMA region (needed
 readable region)!
  destination %edx ok
 SegvReason: reading unknown VMA
 Signal: 11
 SourcePackage: window-picker-applet
 StacktraceTop:
  g_type_check_instance_cast ()
  ?? () from /usr/lib/libwnck-1.so.22
  ?? () from /usr/lib/libwnck-1.so.22
  ?? () from /usr/lib/libglib-2.0.so.0
  g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
 Tags:  ubuntu-unr
 Title: window-picker-applet crashed with SIGSEGV in
 g_type_check_instance_cast()
 Uname: Linux 2.6.31-6-generic i686
 UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare


-- 
window-picker-applet crashed with SIGSEGV in g_type_check_instance_cast()
https://bugs.launchpad.net/bugs/417901
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 418393] Re: has executable stack

2009-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package john - 1.7.2-3ubuntu2

---
john (1.7.2-3ubuntu2) karmic; urgency=low

  * Add debian/patches/10-nonexec_stack.patch: disable executable stack
when assembling (LP: #418393, Debian bug 543451).

 -- Kees Cook k...@ubuntu.com   Mon, 24 Aug 2009 18:55:19 -0700

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

-- 
has executable stack
https://bugs.launchpad.net/bugs/418393
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 409417] Re: skype crashes complaining about libasound_module_conf_pulse.so on karmic

2009-08-25 Thread aloctavodia
*** This bug is a duplicate of bug 408615 ***
https://bugs.launchpad.net/bugs/408615

I can confirm this bug on my computer. This is not a duplicate of 408615. as 
Thomas says libasound_module_conf_pulse.so file is in /usr/lib/alsa-lib/ and 
the workarounds used on bug 408615 (i.e. Create /etc/ld.so.conf.d/alsa32.conf 
with the following contents:
/usr/lib32/alsa-lib) does not work on this case.

-- 
skype crashes complaining about libasound_module_conf_pulse.so on karmic
https://bugs.launchpad.net/bugs/409417
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 342519] Re: Can't install on Jaunty

2009-08-25 Thread Simone Tolotti
Marking as fixed. I think the bug was related to the missing langpack
for my language before Jaunty final release.

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

-- 
Can't install on Jaunty
https://bugs.launchpad.net/bugs/342519
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 418426] Re: Update to 2.27.90

2009-08-25 Thread Daniel Holbach
You could replace Depend on libcanberra-gtk with Build-Depend on
libcanberra-gtk-dev for clarity.

Also the new gdm FTBFS for some reason.

xsltproc -o gdm-uk.omf --stringparam db2omf.basename gdm --stringparam 
db2omf.format 'docbook' --stringparam db2omf.dtd -//OASIS//DTD DocBook XML 
V4.1.2//EN --stringparam db2omf.lang uk --stringparam db2omf.omf_dir 
/usr/share/omf --stringparam db2omf.help_dir /usr/share/gnome/help 
--stringparam db2omf.omf_in /tmp/buildd/gdm-2.27.90/docs/gdm.omf.in  
`/usr/bin/pkg-config --variable db2omf gnome-doc-utils` uk/gdm.xml || { rm -f 
gdm-uk.omf; exit 1; }
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : 
PEReference: %list.class; not found
%local.divcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : 
PEReference: %admon.class; not found
%local.divcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : 
PEReference: %linespecific.class; not found
%local.divcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : 
PEReference: %synop.class; not found
%local.divcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : 
PEReference: %para.class; not found
%local.divcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : 
PEReference: %informal.class; not found
%local.divcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : 
PEReference: %formal.class; not found
%local.divcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : 
PEReference: %compound.class; not found
%local.divcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : 
PEReference: %genobj.class; not found
%local.divcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : 
PEReference: %descobj.class; not found
%local.divcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : 
PEReference: %ndxterm.class; not found
%local.divcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : 
PEReference: %list.class; not found
%local.refcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : 
PEReference: %admon.class; not found
%local.refcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : 
PEReference: %linespecific.class; not found
%local.refcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : 
PEReference: %synop.class; not found
%local.refcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : 
PEReference: %para.class; not found
%local.refcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : 
PEReference: %informal.class; not found
%local.refcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : 
PEReference: %formal.class; not found
%local.refcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : 
PEReference: %compound.class; not found
%local.refcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : 
PEReference: %genobj.class; not found
%local.refcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : 
PEReference: %descobj.class; not found
%local.refcomponent.mix;
 ^
http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : 
PEReference: %ndxterm.class; not found
%local.refcomponent.mix;
   

[Bug 418422] Re: Update to 0.15.6

2009-08-25 Thread Daniel Holbach
You drop all changes related to 0.15.5-0ubuntu2.

-- 
Update to 0.15.6
https://bugs.launchpad.net/bugs/418422
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 416093] Re: karmic hangs during booting

2009-08-25 Thread aloctavodia
I realize that the system can boot normally if samba is completely
removed from the system

** Package changed: ubuntu = samba (Ubuntu)

** Description changed:

  after upgrading from Jaunty to Karmic alpha4 the boot process hangs. I
- am able to see the usplash, the bar progress until is almost finished
- and  then the system switch to a terminal-like screen (that give details
- of the booting process). The two last sentences are (and the system
- hangs)
+ am able to see usplash. the bar progress until is almost finished and
+ then the system switch to a terminal-like screen (that give details of
+ the booting process). The two last sentences are (and the system hangs)
  
  Running DKMS autoinstallation  service for kernel 2.6.31.6-generic  [OK]
- Starting Samba demon. (something similar)
+ Starting Samba demon. (or something similar)
  
- At fist I believe the problem was samba so I uninstall it (using ALT-F2
- i was able get access to a terminal), I reboot and get this message (and
- the system hangs)
+ Removing samba fix the problem.
  
- Running DKMS autoinstallation  service for kernel 2.6.31.6-generic  [OK]
- Starting Winbid  demon. (something similar)
+ A workaround (without removing samba) is to boot in recovery mode, then
+ choose netroot. exit netroot and select resume normal mode.
  
  
- A workaround is boot in recovery mode, then choose netroot. exit netroot and 
select resume normal mode.
- 
- Note: when the systems hangs I wait only for couple of minutes and then
- reboot. (the keyboard is fully responsive may be if i wait a couple of
- minutes more the system could continue to boot, I will let you know)
- 
- Obviously i don´t get any idea about the soruce of this problem or why
- the workaround works...
+ Obviously i don´t get any idea about the source of this problem or why the 
workaround works...
  
  I have a vostro 1400, Intel 965 GMA and I´m running the amd64 version.

** Tags added: boot karmic samba

-- 
karmic hangs during booting
https://bugs.launchpad.net/bugs/416093
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 390304] Re: unlabeled partitions are mounted under their UUIDs

2009-08-25 Thread Martin Pitt
I didn't actually confuse it with the nautilus renaming wishlist bug, I
just set it to wishlist because it's not a bug in the sense of
unintended behaviour. The current behaviour is intended.

However, I tend to agree that it's not really desirable in the GUI
sense.

 Who is upsteam in this case: debian or freedesktop?

freedesktop, we should forward the bug there and discuss it with David.
I'll do that in a bit, but after the feature freeze rush.

** Changed in: devicekit-disks (Ubuntu)
   Importance: Wishlist = Medium

** Changed in: devicekit-disks (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: devicekit-disks (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

-- 
unlabeled partitions are mounted under their UUIDs
https://bugs.launchpad.net/bugs/390304
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 225894] Re: policykit is not working...

2009-08-25 Thread Simone Tolotti
seems to be fixed in Jaunty

** Changed in: policykit-gnome (Ubuntu)
   Status: Incomplete = Fix Released

** Changed in: ubuntu
   Status: Invalid = Fix Released

-- 
policykit is not working...
https://bugs.launchpad.net/bugs/225894
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 411559] Re: Policykit-GNOME : Unfriendly message upon authentication failure

2009-08-25 Thread rugby471
filed upstream

** Bug watch added: GNOME Bug Tracker #592978
   http://bugzilla.gnome.org/show_bug.cgi?id=592978

** Also affects: policykit-gnome-1 via
   http://bugzilla.gnome.org/show_bug.cgi?id=592978
   Importance: Unknown
   Status: Unknown

** Changed in: policykit-gnome-1
   Status: Unknown = New

-- 
Policykit-GNOME : Unfriendly message upon authentication failure
https://bugs.launchpad.net/bugs/411559
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 339169] Re: evolution crashed with SIGSEGV in strtoul()

2009-08-25 Thread Jerome Warnier
Using http://www.gnome.org/~sragavan/evolution-rebuild-summarydb stated that my 
DB was corrupt:
$ ./evolution-rebuild-summarydb 
Rebuilding Table ./local/folders.db
Rebuilding Table ./vfolder/folders.db
Rebuilding Table ./imap/jwarn...@mail.b.n/folders.db
SQL error: database disk image is malformed

I'm using IMAP, so all my e-mail is stored on the server. I then completely 
deleted my local cache directory: ~/.evolution/mail/imap/jwarn...@mail.b.be/.
I started Evolution, which resynchronized all my e-mail and is working again.

-- 
evolution crashed with SIGSEGV in strtoul()
https://bugs.launchpad.net/bugs/339169
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 188568] Re: usb-storage driver should send magic command to Option Icon to reset it into serial mode

2009-08-25 Thread Simone Tolotti
The bug was fixed in Jaunty by installing udev-extras.
No need for addictional packages in Karmic because udev rules for option modem 
are in udev core package.

-- 
usb-storage driver should send magic command to Option Icon to reset it into 
serial mode
https://bugs.launchpad.net/bugs/188568
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 418445] [NEW] ktimetracker shows search field after starting even if configured not to do so

2009-08-25 Thread ChriChri
Public bug reported:

Binary package hint: kdepim

Description:Ubuntu karmic (development branch)
Release:9.10

Package: ktimetracker
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 1932
Maintainer: Kubuntu Developers kubuntu-de...@lists.ubuntu.com
Architecture: amd64
Source: kdepim
Version: 4:4.3.0-0ubuntu1
Replaces: karm, kontact ( 4:4.1.80), ktimetracker-kde4
Depends: kdebase-runtime (= 4:4.3.0), kdelibs5 (= 4:4.3.0), 
kdepim-kresources, kdepimlibs5 (= 4:4.3.0), libc6 (= 2.2.5), libkdepim4 (= 
4:4.3.0-0ubuntu1), libqt4-dbus (= 4.5.1), libqt4-xml (= 4.5.1), libqtcore4 
(= 4.5.1), libqtgui4 (= 4.5.1), libstdc++6 (= 4.4.0), libx11-6, libxss1
Conflicts: karm, ktimetracker-kde4
Description: KDE time tracker tool

Even if Show Searchbar in the Setting menu is disabled the searchbar
is always displayed after the applications started. Enabling it through
the menu changes nothing (what should change, the searchbar is already
there :) and disabling it again makes it really disappear.

If further information is needed I'd be happy to help!

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

** Bug watch added: KDE Bug Tracking System #182871
   http://bugs.kde.org/show_bug.cgi?id=182871

-- 
ktimetracker shows search field after starting even if configured not to do so
https://bugs.launchpad.net/bugs/418445
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 418445] Re: ktimetracker shows search field after starting even if configured not to do so

2009-08-25 Thread ChriChri
https://bugs.kde.org/show_bug.cgi?id=182871

Seems to fixed by the kde team already. Missing in karmic.

-- 
ktimetracker shows search field after starting even if configured not to do so
https://bugs.launchpad.net/bugs/418445
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 418443] Re: nautilus crashed with SIGSEGV crash while switching users

2009-08-25 Thread Apport retracing service
*** This bug is a duplicate of bug 403549 ***
https://bugs.launchpad.net/bugs/403549

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

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

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 403549
   nautilus crashed with SIGSEGV immediately after start up

** Visibility changed to: Public

** Tags removed: need-i386-retrace

-- 
nautilus crashed with SIGSEGV crash while switching users
https://bugs.launchpad.net/bugs/418443
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 418438] Stacktrace.txt (retraced)

2009-08-25 Thread Apport retracing service

StacktraceTop:?? () from /usr/lib/libclutter-glx-1.0.so.0
IA__g_cclosure_marshal_VOID__OBJECT (closure=0x9ae8d88, 
g_type_class_meta_marshal (closure=0x9ae8d88, 
IA__g_closure_invoke (closure=0x9ae8d88, return_value=0x0, 
signal_emit_unlocked_R (node=value optimized out,

** Attachment added: Stacktrace.txt (retraced)
   http://launchpadlibrarian.net/30796627/Stacktrace.txt

-- 
netbook-launcher crashed with SIGSEGV in g_cclosure_marshal_VOID__OBJECT()
https://bugs.launchpad.net/bugs/418438
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 418438] ThreadStacktrace.txt (retraced)

2009-08-25 Thread Apport retracing service

** Attachment added: ThreadStacktrace.txt (retraced)
   http://launchpadlibrarian.net/30796628/ThreadStacktrace.txt

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

** Changed in: netbook-launcher (Ubuntu)
   Importance: Undecided = Medium

** Tags removed: need-i386-retrace

-- 
netbook-launcher crashed with SIGSEGV in g_cclosure_marshal_VOID__OBJECT()
https://bugs.launchpad.net/bugs/418438
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 412601] Re: move to main

2009-08-25 Thread Martin Pitt
indicator-sus was renamed to indicator-session (just about to upload),
but -sus wasn't yet in main either.

** Changed in: indicator-sus (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: indicator-sus (Ubuntu)
 Assignee: Loïc Minier (lool) = (unassigned)

-- 
move to main
https://bugs.launchpad.net/bugs/412601
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 412601] Re: move to main

2009-08-25 Thread Martin Pitt
Oops, sorry, confused project/packages tasks.

** Changed in: indicator-sus (Ubuntu)
   Status: Invalid = New

** Changed in: indicator-sus (Ubuntu)
 Assignee: (unassigned) = Loïc Minier (lool)

-- 
move to main
https://bugs.launchpad.net/bugs/412601
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 161961] Re: F10-key don't switch focus to menubar in Mozilla Firefox

2009-08-25 Thread Micah Gersten
Firefox 3.0 is only receiving Security Updates and major bug fixes at
this point.

** Changed in: firefox-3.0 (Ubuntu)
   Status: Triaged = Won't Fix

** Also affects: firefox-3.5 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
F10-key don't switch focus to menubar in Mozilla Firefox
https://bugs.launchpad.net/bugs/161961
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 161961] Re: F10-key don't switch focus to menubar in Mozilla Firefox

2009-08-25 Thread Micah Gersten
Moving tracking to Firefox 3.5

Trying to get this recategorized upstream.

** Changed in: firefox-3.5 (Ubuntu)
   Importance: Undecided = Low

** Changed in: firefox-3.5 (Ubuntu)
   Status: New = Triaged

-- 
F10-key don't switch focus to menubar in Mozilla Firefox
https://bugs.launchpad.net/bugs/161961
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 395299] Re: gdm 2.26 has no graphical configuration tool

2009-08-25 Thread Robert Ancell
Claudio, the old GDM setup tool and GDM are very different to the new
versions and so the old code cannot be used.

As requested by Seb please open new bugs for new features in this tool.
This bug is titled gdm 2.26 has no graphical configuration tool.  The
Karmic GDM now has a configuration tool therefore this bug is resolved.
You may want to open new bugs like Not able to configure GDM theme.

-- 
gdm 2.26 has no graphical configuration tool
https://bugs.launchpad.net/bugs/395299
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 418055] Re: Sync autogen 1:5.9.9-1 (main) from Debian unstable (main)

2009-08-25 Thread Daniel Holbach
ACKed.

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

-- 
Sync autogen 1:5.9.9-1 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/418055
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 418449] [NEW] gedit segmentation fault karmic

2009-08-25 Thread aloctavodia
Public bug reported:

Binary package hint: gedit

I open a file with gedit (double-clicking on it) I edit the file, watch
the content of the file etc... i close/save the file then without any
apparent reason gedit crash while trying to re-open the same file.
Opening from the terminal give the Segmentation Fault message. I am
able to open the file if I first gedit go to File -- Open. It happend
to me with at least 10 files in the last 3 or 4 days (when i update to
karmic alpha4)

If I shutdown/restart the system gedit continue to not opening the file
by double clicking on them. As if they were  tagged by gedit as not
able to open.

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


** Tags: default gedit segmentatio

-- 
gedit segmentation fault karmic
https://bugs.launchpad.net/bugs/418449
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 418452] [NEW] Simplify installation of kmymoney with HBCI

2009-08-25 Thread Markus Drexelius
Public bug reported:

Binary package hint: kmymoney2

For a normal user it is nearly impossible to install kmoney2 with HBCI
functionality under Ubuntu 9.10. It would be much easier if there would
be a complete package under synaptic that installs all necessary
components.

In the moment you have to compile and rebuild kmymoney and kmmplugin for
hbci functionality under ubuntu 9.10. That's very complicated and not
reasonable for normal users.

Please simplify installation of kmymoney and hbci

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

-- 
Simplify installation of kmymoney with HBCI
https://bugs.launchpad.net/bugs/418452
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 418450] [NEW] gedit segmentation fault karmic

2009-08-25 Thread aloctavodia
Public bug reported:

Binary package hint: gedit

I open a file with gedit (double-clicking on it) I edit the file, watch
the content of the file etc... i close/save the file then without any
apparent reason gedit crash while trying to re-open the same file.
Opening from the terminal give the Segmentation Fault message. I am
able to open the file if I first gedit go to File -- Open. It happend
to me with at least 10 files in the last 3 or 4 days (when i update to
karmic alpha4)

If I shutdown/restart the system gedit continue to not opening the file
by double clicking on them. As if they were  tagged by gedit as not
able to open.

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


** Tags: default gedit segmentation

-- 
gedit segmentation fault karmic
https://bugs.launchpad.net/bugs/418450
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 418403] Re: Update to 2.27.5

2009-08-25 Thread Daniel Holbach
Clarify GTK+ build-dependency vs dependency, added a note about the
refreshed patches.

-- 
Update to 2.27.5
https://bugs.launchpad.net/bugs/418403
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 400943] Re: Asterisk should be upgraded to 1.6 for karmic

2009-08-25 Thread Devid Antonio Filoni
** Changed in: asterisk (Ubuntu)
   Status: In Progress = Fix Released

** Changed in: asterisk (Ubuntu)
 Assignee: Ubuntu Voip Team (ubuntu-voip) = (unassigned)

-- 
Asterisk should be upgraded to 1.6 for karmic
https://bugs.launchpad.net/bugs/400943
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 418398] Re: Update to 2.27.91

2009-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-terminal - 2.27.91-0ubuntu1

---
gnome-terminal (2.27.91-0ubuntu1) karmic; urgency=low

  * New upstream release: (LP: #418398)
- Fixes (LP: #347566)
  * debian/patches/01_lpi.patch:
  * debian/patches/01_onlyshowin.patch:
  * debian/patches/02_let_gconf_autostart.patch:
  * debian/patches/04_resized_on_tabs_switch.patch:
  * debian/patches/20_add_alt_screen_toggle_ui.patch:
  * debian/patches/99_autoreconf.patch:
- Refreshed

 -- Robert Ancell robert.anc...@canonical.com   Tue, 25 Aug 2009
12:18:19 +1000

** Changed in: gnome-terminal (Ubuntu)
   Status: In Progress = Fix Released

-- 
Update to 2.27.91
https://bugs.launchpad.net/bugs/418398
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 369737] Re: preg_replace_callback segfaults

2009-08-25 Thread Andreas Olsson
@fiasco:

Also running Ubuntu 9.04?

Since you have the code in front of you, do you have the possibility to
create a standalone test case?

-- 
preg_replace_callback segfaults
https://bugs.launchpad.net/bugs/369737
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 418375] Re: 32 bit software support, in 64 bit version.

2009-08-25 Thread Reinhard Tartler
Thank you for taking the time to report this issue and helping to make
Ubuntu better. Examining the information you have given us, this does
not appear to be a bug report so we are closing it and converting it to
a question in the support tracker. We appreciate the difficulties you
are facing, but it would make more sense to raise problems you are
having in the support tracker at https://answers.launchpad.net/ubuntu if
you are uncertain if they are bugs. For help on reporting bugs, see
https://help.ubuntu.com/community/ReportingBugs .


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

** Converted to question:
   https://answers.edge.launchpad.net/ubuntu/+source/vlc/+question/80886

-- 
32 bit software  support, in 64 bit version.
https://bugs.launchpad.net/bugs/418375
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 347566] Re: accelerator keys conflict for Close this window dialog

2009-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-terminal - 2.27.91-0ubuntu1

---
gnome-terminal (2.27.91-0ubuntu1) karmic; urgency=low

  * New upstream release: (LP: #418398)
- Fixes (LP: #347566)
  * debian/patches/01_lpi.patch:
  * debian/patches/01_onlyshowin.patch:
  * debian/patches/02_let_gconf_autostart.patch:
  * debian/patches/04_resized_on_tabs_switch.patch:
  * debian/patches/20_add_alt_screen_toggle_ui.patch:
  * debian/patches/99_autoreconf.patch:
- Refreshed

 -- Robert Ancell robert.anc...@canonical.com   Tue, 25 Aug 2009
12:18:19 +1000

** Changed in: gnome-terminal (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
accelerator keys conflict for Close this window dialog
https://bugs.launchpad.net/bugs/347566
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 241942] Re: Dual boot: Other OS may leave sound hardware in unknown state

2009-08-25 Thread Mike Pontillo
This no longer happens on Karmic. I did the following:
(1) Boot Windows
(2) Mute my sound
(3) Shut down Windows
(4) Booting Karmic

... and my sound is no longer permanently muted!

Changing status to fix released.

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

-- 
Dual boot: Other OS may leave sound hardware in unknown state
https://bugs.launchpad.net/bugs/241942
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 330150] Re: Please merge asterisk 1.6 from Debian Unstable

2009-08-25 Thread Devid Antonio Filoni
** Changed in: asterisk (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Please merge asterisk 1.6 from Debian Unstable
https://bugs.launchpad.net/bugs/330150
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 248322] Re: Gnumeric does not offer open dialog

2009-08-25 Thread Martin Pitt
** Changed in: gnumeric (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Gnumeric does not offer open dialog
https://bugs.launchpad.net/bugs/248322
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 418405] Re: Update to 2.27.91

2009-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package nautilus - 1:2.27.91-0ubuntu1

---
nautilus (1:2.27.91-0ubuntu1) karmic; urgency=low

  * New upstream release: (LP: #418405)
- Migrate old-style nautilus metadata to gvfs metadata
- Fix viewing of very small image files
- Respect disable_command_line option
- Reverse mouse button used for back/forward to same as firefox
- Always show menu icons for menu items representing files (LP: #387796) 
(LP: #408384)
- Inhibit suspend during file operations (LP: #49258)
- Cancel audio preview when deleting the previewed file (LP: #36196)
  * debian/patches/01_lpi.patch:
  * debian/patches/02_autoconf.patch:
  * debian/patches/18_signal_curtain.patch:
  * debian/patches/90_relibtoolize.patch:
  * debian/patches/99_ltmain_as-needed.patch:
- Refreshed

 -- Robert Ancell robert.anc...@canonical.com   Tue, 25 Aug 2009
13:15:20 +1000

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

-- 
Update to 2.27.91
https://bugs.launchpad.net/bugs/418405
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 418403] Re: Update to 2.27.5

2009-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package gedit - 2.27.5-0ubuntu1

---
gedit (2.27.5-0ubuntu1) karmic; urgency=low

  * New upstream release (LP: #418403)
  * debian/control.in:
- Bump GTK+ build-dependency.
  * patches/01_lpi.patch, patches/03_python_path.patch,
patches/90_autoconf.patch, patches/99_ltmain_as-needed.patch: refreshed.

 -- Robert Ancell robert.anc...@canonical.com   Tue, 25 Aug 2009
12:43:24 +1000

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

-- 
Update to 2.27.5
https://bugs.launchpad.net/bugs/418403
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 418365] Re: Update to 2.27.91

2009-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package file-roller - 2.27.91-0ubuntu1

---
file-roller (2.27.91-0ubuntu1) karmic; urgency=low

  * New upstream release (LP: #418365)
- Fixed bug that prevented to add files with spaces
- Fixed opening of cab files (William Jon McCann)

 -- Robert Ancell robert.anc...@canonical.com   Tue, 25 Aug 2009
09:31:53 +1000

** Changed in: file-roller (Ubuntu)
   Status: In Progress = Fix Released

-- 
Update to 2.27.91
https://bugs.launchpad.net/bugs/418365
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 408384] Re: Nautilus needs to use gtk_image_menu_item_set_always_show_image for icons representing applications/locations

2009-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package nautilus - 1:2.27.91-0ubuntu1

---
nautilus (1:2.27.91-0ubuntu1) karmic; urgency=low

  * New upstream release: (LP: #418405)
- Migrate old-style nautilus metadata to gvfs metadata
- Fix viewing of very small image files
- Respect disable_command_line option
- Reverse mouse button used for back/forward to same as firefox
- Always show menu icons for menu items representing files (LP: #387796) 
(LP: #408384)
- Inhibit suspend during file operations (LP: #49258)
- Cancel audio preview when deleting the previewed file (LP: #36196)
  * debian/patches/01_lpi.patch:
  * debian/patches/02_autoconf.patch:
  * debian/patches/18_signal_curtain.patch:
  * debian/patches/90_relibtoolize.patch:
  * debian/patches/99_ltmain_as-needed.patch:
- Refreshed

 -- Robert Ancell robert.anc...@canonical.com   Tue, 25 Aug 2009
13:15:20 +1000

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

-- 
Nautilus needs to use gtk_image_menu_item_set_always_show_image for icons 
representing applications/locations
https://bugs.launchpad.net/bugs/408384
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 387796] Re: Display application icons for Open With entries in the context-menu

2009-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package nautilus - 1:2.27.91-0ubuntu1

---
nautilus (1:2.27.91-0ubuntu1) karmic; urgency=low

  * New upstream release: (LP: #418405)
- Migrate old-style nautilus metadata to gvfs metadata
- Fix viewing of very small image files
- Respect disable_command_line option
- Reverse mouse button used for back/forward to same as firefox
- Always show menu icons for menu items representing files (LP: #387796) 
(LP: #408384)
- Inhibit suspend during file operations (LP: #49258)
- Cancel audio preview when deleting the previewed file (LP: #36196)
  * debian/patches/01_lpi.patch:
  * debian/patches/02_autoconf.patch:
  * debian/patches/18_signal_curtain.patch:
  * debian/patches/90_relibtoolize.patch:
  * debian/patches/99_ltmain_as-needed.patch:
- Refreshed

 -- Robert Ancell robert.anc...@canonical.com   Tue, 25 Aug 2009
13:15:20 +1000

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

-- 
Display application icons for Open With entries in the context-menu
https://bugs.launchpad.net/bugs/387796
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 49258] Re: Inhibit Gnome Power Manager from suspending due to inactivity when moving or copying

2009-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package nautilus - 1:2.27.91-0ubuntu1

---
nautilus (1:2.27.91-0ubuntu1) karmic; urgency=low

  * New upstream release: (LP: #418405)
- Migrate old-style nautilus metadata to gvfs metadata
- Fix viewing of very small image files
- Respect disable_command_line option
- Reverse mouse button used for back/forward to same as firefox
- Always show menu icons for menu items representing files (LP: #387796) 
(LP: #408384)
- Inhibit suspend during file operations (LP: #49258)
- Cancel audio preview when deleting the previewed file (LP: #36196)
  * debian/patches/01_lpi.patch:
  * debian/patches/02_autoconf.patch:
  * debian/patches/18_signal_curtain.patch:
  * debian/patches/90_relibtoolize.patch:
  * debian/patches/99_ltmain_as-needed.patch:
- Refreshed

 -- Robert Ancell robert.anc...@canonical.com   Tue, 25 Aug 2009
13:15:20 +1000

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

-- 
Inhibit Gnome Power Manager from suspending due to inactivity when moving or 
copying
https://bugs.launchpad.net/bugs/49258
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 161961] Re: F10-key don't switch focus to menubar in Mozilla Firefox

2009-08-25 Thread Micah Gersten
** Description changed:

  I am using Mozilla Firefox on Ubuntu 7.10 Gutsy Gibbon.
  
  When I press the F10-key, it does not open the menu or switch focus to
  the menubar.
  
  Firefox does this on Windows.
  Other applications in Linux also work this way, such as Text Editor and 
F-Spot, etc.
+ 
+ NOTE:
+ When you hit F10, it does indeed move the focus, but you have to hit the down 
arrow to actually notice.

-- 
F10-key don't switch focus to menubar in Mozilla Firefox
https://bugs.launchpad.net/bugs/161961
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 36196] Re: Audio Files in preview continue to play even after they are deleted.

2009-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package nautilus - 1:2.27.91-0ubuntu1

---
nautilus (1:2.27.91-0ubuntu1) karmic; urgency=low

  * New upstream release: (LP: #418405)
- Migrate old-style nautilus metadata to gvfs metadata
- Fix viewing of very small image files
- Respect disable_command_line option
- Reverse mouse button used for back/forward to same as firefox
- Always show menu icons for menu items representing files (LP: #387796) 
(LP: #408384)
- Inhibit suspend during file operations (LP: #49258)
- Cancel audio preview when deleting the previewed file (LP: #36196)
  * debian/patches/01_lpi.patch:
  * debian/patches/02_autoconf.patch:
  * debian/patches/18_signal_curtain.patch:
  * debian/patches/90_relibtoolize.patch:
  * debian/patches/99_ltmain_as-needed.patch:
- Refreshed

 -- Robert Ancell robert.anc...@canonical.com   Tue, 25 Aug 2009
13:15:20 +1000

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

-- 
Audio Files in preview continue to play even after they are deleted.
https://bugs.launchpad.net/bugs/36196
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 418402] Re: Update to 2.27.91

2009-08-25 Thread Daniel Holbach
Also you could clarify depends vs build-depends in debian/changelog.

-- 
Update to 2.27.91
https://bugs.launchpad.net/bugs/418402
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 418402] Re: Update to 2.27.91

2009-08-25 Thread Daniel Holbach
FTBFS:
checking for glib-genmarshal... /usr/bin/glib-genmarshal
checking for glib-mkenums... /usr/bin/glib-mkenums
/tmp/buildd/gnome-utils-2.27.91/./configure: line 16342: syntax error near 
unexpected token `yes'
/tmp/buildd/gnome-utils-2.27.91/./configure: line 16342: 
`GNOME_COMPILE_WARNINGS(yes)'
make[1]: *** [config.status] Error 2
make[1]: Leaving directory `/tmp/buildd/gnome-utils-2.27.91'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package
I: unmounting dev/pts filesystem
I: unmounting proc filesystem

-- 
Update to 2.27.91
https://bugs.launchpad.net/bugs/418402
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 418380] Re: Update to 2.27.91

2009-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package eog - 2.27.91-0ubuntu1

---
eog (2.27.91-0ubuntu1) karmic; urgency=low

  * New upstream version: (LP: #418380)
- Make Open With... plugin look more like Nautilus's (Marcus Carlson)
- Code fixes / improvements (Felix Riemann)
- Bug fixes:
   #592649, Open with list should be in sync with nautilus (Marcus Carlson)
- New and updated translations

 -- Andreas Moog am...@ubuntu.com   Tue, 25 Aug 2009 02:34:48 +0200

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

-- 
Update to 2.27.91
https://bugs.launchpad.net/bugs/418380
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 401823] Re: (firefox:24993): Gdk-WARNING **: XID collision, trouble ahead - overeager XID caching

2009-08-25 Thread dino99
xid collision is gone now

** Attachment added: .xsession-errors
   http://launchpadlibrarian.net/30796944/.xsession-errors

-- 
(firefox:24993): Gdk-WARNING **: XID collision, trouble ahead - overeager XID 
caching
https://bugs.launchpad.net/bugs/401823
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 401823] apport-collect data

2009-08-25 Thread dino99
Architecture: i386
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: firefox 3.5.2+nobinonly-0ubuntu2
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=fr_FR.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-7.27-generic
Uname: Linux 2.6.31-7-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

-- 
(firefox:24993): Gdk-WARNING **: XID collision, trouble ahead - overeager XID 
caching
https://bugs.launchpad.net/bugs/401823
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 401823] Re: (firefox:24993): Gdk-WARNING **: XID collision, trouble ahead - overeager XID caching

2009-08-25 Thread dino99

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

-- 
(firefox:24993): Gdk-WARNING **: XID collision, trouble ahead - overeager XID 
caching
https://bugs.launchpad.net/bugs/401823
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 418381] Re: Update to 2.27.91

2009-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package cheese - 2.27.91-0ubuntu1

---
cheese (2.27.91-0ubuntu1) karmic; urgency=low

  * New upstream version: (LP: #418381)
- Restore default window size that was changed with the netbook-mode
  merge.
- Prevent the thumbview to shrink down to nothing when there are no
  items. Keep track of current items number and set a size request when
  it reaches zero.
- Remove a bunch of hacks used in wide-mode switching to keep the video
  area size constant. Do everything in a more proper, non hackish, way.
  Fixes window flickering when switching to Wide Mode.
- Restore a schema keyword that got lost in the gconf schema, fixes
  bug #591389, courtesy of Koop Mast
- New and Updated Translations
  * debian/patches
- drop 90_git_change_fix_schemas_error.patch, merged upstream
- remove debian/patches as it's empty now

 -- Andreas Moog am...@ubuntu.com   Tue, 25 Aug 2009 02:44:22 +0200

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

-- 
Update to 2.27.91
https://bugs.launchpad.net/bugs/418381
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 418391] Re: Update to 2.27.91

2009-08-25 Thread Daniel Holbach
I clarified build-depends vs depends.

-- 
Update to 2.27.91
https://bugs.launchpad.net/bugs/418391
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 413949] Re: PC freezes during install caused by Dell A920 printer

2009-08-25 Thread Piscium
** Summary changed:

- ubuntu karmic alpha 4 - possible partition editor bug
+ PC freezes during install caused by Dell A920 printer

** Description changed:

  I downloaded the alpha 4 CD image, checked MD5, burned a CD, and run it.
  
  I did not go far. After choosing language, location, keyboard, it says
  it is starting the partition manager, and that is it. Nothing happens
  after, so I had to press the power button to switch the PC off.
  
  Nothing much special with my PC. It is a 4.5 year old Dell Dimension. It
  has two hard disks, the master with two partitions, Dell Utility, and
  Windows XP. The second disk however, has 12 partitions with a number of
  empty spaces in between. Some partitions have Ubuntu or Kubuntu (ext4),
  others are empty, one is for Windows swapping. Also the partition
  numbers are not in order, for example, after sdb10 comes sdb5. My guess
  is that the partition editor got confused and lost!
  
  Today I installed jaunty for a different test and all went well. So this
  is a karmic bug.
  
  -
  
  Today (17/Aug) I tried again to install alpha 4, and got exactly the
  same error, so this is a repeatable issue (on my PC).
  
  I paid a bit more attention to what happened. After step 4 of the
  installation where I chose the keyboard, a dialogue box appeared, titled
  Starting up the partitioner. Below it said - I believe - scanning
  disks, and a few other things, very quickly. There was a progress bar
  which went fast from 0 to 100%. Then the dialogue box disappeared and
  the PC froze. The  cursor would still move, but clicking on the Quit
  button had no effect. Also tried ^C, ^D, Escape, nothing worked. So I
  had to power off the PC.
  
  It appears that there is a bug on that part of the installer where a
  list of options with respect to partitions is created. The screen was
  never updated to show step 5.
  
  I offer to try again to install alpha 4 if someone takes an interest in
  this bug. I would need instructions on how to enable diagnostics and on
  how to unfreeze the PC without powering it off, in order to save the
  diagnostics somewhere, for example, on the USB drive.
  
  I am attaching below the list of partitions on my PC.
  
  António
  
  ---
  Disk /dev/sda: 80.0 GB, 800 bytes
  255 heads, 63 sectors/track, 9726 cylinders
  Units = cylinders of 16065 * 512 = 8225280 bytes
  Disk identifier: 0xd0f4738c
  
 Device Boot  Start End  Blocks   Id  System
  /dev/sda1   1   7   56196   de  Dell Utility
  /dev/sda2   *   8972678067867+   7  HPFS/NTFS
  
  Disk /dev/sdb: 500.1 GB, 500107862016 bytes
  255 heads, 63 sectors/track, 60801 cylinders
  Units = cylinders of 16065 * 512 = 8225280 bytes
  Disk identifier: 0x000c9a37
  
 Device Boot  Start End  Blocks   Id  System
  /dev/sdb1   1 522 4192933+  82  Linux swap / Solaris
  /dev/sdb2   * 523208912586927+  83  Linux
  /dev/sdb32612783341945715   83  Linux
  /dev/sdb4   13054   60801   3835358105  Extended
  /dev/sdb5   26762   27283 4192933+   b  W95 FAT32
  /dev/sdb6   27284   3067727262273+  83  Linux
  /dev/sdb7   54274   6080152436128+  83  Linux
  /dev/sdb8   30678   3263515727603+  83  Linux
  /dev/sdb9   33289   3524615727603+  83  Linux
  /dev/sdb10  24151   2676120972826   83  Linux
  /dev/sdb11  13055   1827641945683+  83  Linux
  /dev/sdb12  18277   2088720972826   83  Linux
  /dev/sdb13  20888   2349820972826   83  Linux
  
  Partition table entries are not in disk order
  
  Disk /dev/sdc: 4009 MB, 4009754624 bytes
  51 heads, 51 sectors/track, 3010 cylinders
  Units = cylinders of 2601 * 512 = 1331712 bytes
  Disk identifier: 0x04030201
  
 Device Boot  Start End  Blocks   Id  System
  /dev/sdc1   13011 3915204b  W95 FAT32
+ 
+ 

+ Update 25/Aug/2009.
+ 
+ Did some more tests and narrowed down the bug.
+ 
+ I have a Dell All-in-One printer, model A920. If I disconnect the USB
+ cable of the printer, the PC does not freeze between steps 4 and 5. Note
+ that normally the printer is off, so even though off it causes problems.
+ 
+ This is just speculation. What may happen is that the partition editor
+ tries to find pen drives or USB external hard disks, then it gets
+ confused when it gets a printer and thinks it is a disk, or it may
+ perhaps try to find its partitions, who knows.
+ 
+ Dell All-in-One printers are rebranded Lexmark printers. This bug might
+ also manifest with other Dell or Lexmark printers (again I am
+ speculating).
+ 
+ The fact though is that I installed Ubuntu 9.04 four times, 

[Bug 418391] Re: Update to 2.27.91

2009-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package gconf-editor - 2.27.91-0ubuntu1

---
gconf-editor (2.27.91-0ubuntu1) karmic; urgency=low

  * New upstream release (LP: #418391):
- Port to PolicyKit 1.0 (Matthias Clasen)
- Fix a crash (Sergey Nizovtsev)
- Fix some refcount issues
  * debian/control.in:
- Updated libpolkit-dbus-dev and libdbus-glib-1-dev build-dependencies
  * debian/patches/01_lpi.patch:
  * debian/patches/03_menu_change.patch:
  * debian/patches/70_autoconf.patch:
- Refreshed

 -- Robert Ancell robert.anc...@canonical.com   Tue, 25 Aug 2009
11:44:23 +1000

** Changed in: gconf-editor (Ubuntu)
   Status: In Progress = Fix Released

-- 
Update to 2.27.91
https://bugs.launchpad.net/bugs/418391
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 409417] Re: skype crashes complaining about libasound_module_conf_pulse.so on karmic

2009-08-25 Thread Jorrit Kronjee
*** This bug is a duplicate of bug 408615 ***
https://bugs.launchpad.net/bugs/408615

@aloctavodia: Yes, it is. Keep in mind that
libasound_module_conf_pulse.so AND the other 32 bit libraries contained
in the package need to be copied to /usr/lib32/alsa-lib (watch the 32 in
that directory name). Please verify!

It might also help running ldconfig after creating
/etc/ld.so.conf.d/alsa32.conf

-- 
skype crashes complaining about libasound_module_conf_pulse.so on karmic
https://bugs.launchpad.net/bugs/409417
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 418276] Re: package samba-common 2:3.4.0-3ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-08-25 Thread Thierry Carrez
Thanks !

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

-- 
package samba-common 2:3.4.0-3ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/418276
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 395299] Re: gdm 2.26 has no graphical configuration tool

2009-08-25 Thread Robert Ancell
I have fixed the gdmsetup crash (caused when no gdm autologin
configuration present) and this will be in the 2.27.90 release.  Note
that gdmsetup does not work with the old GDM so it will not work until
your system has been restarted after an upgrade from 2.20.

-- 
gdm 2.26 has no graphical configuration tool
https://bugs.launchpad.net/bugs/395299
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 325823] Re: Loading, please wait... takes too long when recovery from software raid failure

2009-08-25 Thread marco.pallotta
Confirmed what I remembered: tested the issue with OpenSuse 11.1 (same
hardware config than Jaunty) and the problem is not present in that
distro (no boot delay after you remove the first boot disk)

Moreover, in Jaunty, only first boot, after you remove the first boot
disk, is affected by the issue. Next reboots haven't any problems.

At this point I think it may be a real bug.

-- 
Loading, please wait... takes too long when recovery from software raid 
failure
https://bugs.launchpad.net/bugs/325823
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 411966] Re: Chess does not automatically draw cpu-vs-cpu games where same position repeats 3 times

2009-08-25 Thread Robert Ancell
Reported upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=592980

Note that a draw is not automatic - it has to be requested by either
player.  It appears that GNU Chess assumes this draw is automatic and
does not explicitly request it.

** Bug watch added: GNOME Bug Tracker #592980
   http://bugzilla.gnome.org/show_bug.cgi?id=592980

** Also affects: gnome-games via
   http://bugzilla.gnome.org/show_bug.cgi?id=592980
   Importance: Unknown
   Status: Unknown

-- 
Chess does not automatically draw cpu-vs-cpu games where same position repeats 
3 times
https://bugs.launchpad.net/bugs/411966
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 305603] Re: libjinglexmpp and libjinglexmllite do not have library files

2009-08-25 Thread Tico
A fix has been committed for the 2 problems I describe in my last
comment.  I have verified the fix here:

https://bugs.launchpad.net/ubuntu/jaunty/+source/farsight/+bug/389203

-- 
libjinglexmpp and libjinglexmllite do not have library files
https://bugs.launchpad.net/bugs/305603
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 304071] Re: prayer doesn't start due to missing directory

2009-08-25 Thread Magnus Holmgren
This bug was fixed in 1.2.2.1-7, but I didn't get the changelog entry
right to automatically close the bug.

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

-- 
prayer doesn't start due to missing directory
https://bugs.launchpad.net/bugs/304071
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 408417] Re: No option to log in remotely via XDMCP

2009-08-25 Thread Bug Watch Updater
** Changed in: gdm
   Status: Unknown = New

-- 
No option to log in remotely via XDMCP
https://bugs.launchpad.net/bugs/408417
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 418343] [NEW] tray icon vanishes after killall gnome-panel

2009-08-25 Thread Chow Loong Jin
On Tuesday 25,August,2009 06:14 AM, Bernhard wrote:
 Public bug reported:
 
 Binary package hint: banshee
 
 This is just a small issue but say I have a banshee tray icon and kill
 the panel by the above command. Then the panel comes back but without
 the banshee icon! Basically all other apps are different in this regard
 (their icons come back when killing gnome-panel). As I said, just a
 small issue, was just wondering if this is intentional.
 
 ** Affects: banshee (Ubuntu)
  Importance: Undecided
  Status: New
 
I've actually noticed this as well. A workaround is to go into Banshee's plugin
dialog and disable + re-enable the notification area icon extension.

  affects ubuntu/banshee
  status confirmed
  affects banshee
  status confirmed

-- 
Kind regards,
Chow Loong Jin (GPG: 0x8F02A411)
Ubuntu Contributing Developer


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

** Also affects: banshee
   Importance: Undecided
   Status: Confirmed

-- 
tray icon vanishes after killall gnome-panel
https://bugs.launchpad.net/bugs/418343
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 418456] Re: MIR for prelink

2009-08-25 Thread Kees Cook
I should add, this is to solve the Executable Stack problems seen with 
fglrx-installer and nvidia-* as detailed here:
https://wiki.ubuntu.com/SecurityTeam/Roadmap/ExecutableStacks

-- 
MIR for prelink
https://bugs.launchpad.net/bugs/418456
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 418456] Re: MIR for prelink

2009-08-25 Thread Kees Cook
https://wiki.ubuntu.com/MIRprelink
https://wiki.ubuntu.com/MIRlibelf

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

-- 
MIR for prelink
https://bugs.launchpad.net/bugs/418456
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 418459] [NEW] [Acer Extensa 5620] suspend/resume failure Ubuntu 9.10

2009-08-25 Thread bdot
Public bug reported:

Suspend/Resume never worked on this laptop, tried 8.10, 9.04, 9.10. Then, after 
the latest kernel upgrade, I gave it another shot and it worked! Great!
Well, almost...
Unfortunately, it appears as if a suspend/resume works within 15 minutes or so. 
But it failed when I left the laptop in Suspend overnight (although always on 
AC power). 
Also, when rebooting, it hard-locked the laptop--required over a dozen power-on 
attempts to finally get the screen to light up and the computer to boot. This, 
however, always occurred even with the previous distros/kernels.

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  madmax 3782 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfc30 irq 21'
   Mixer name   : 'Realtek ALC268'
   Components   : 'HDA:10ec0268,1025011f,0013 
HDA:14f12c06,10250093,0010'
   Controls  : 18
   Simple ctrls  : 12
Date: Tue Aug 25 08:27:34 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=321e1510-b431-4b33-b8ab-e8f8bb29fb53
InterpreterPath: /usr/bin/python2.6
MachineType: Acer Extensa 5620
Package: linux-image-2.6.31-6-generic 2.6.31-6.26
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=UUID=0c05333c-18ec-4e8f-8e7b-0d432182570c ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.31-6.26-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-6-generic N/A
 linux-firmware 1.16
SourcePackage: linux
Tags: resume suspend
Title: [Acer Extensa 5620] suspend/resume failure
Uname: Linux 2.6.31-6-generic i686
UserGroups:
 
WpaSupplicantLog:
 
dmi.bios.date: 07/03/2008
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.35
dmi.board.name: Columbia
dmi.board.vendor: Acer
dmi.board.version: Rev
dmi.chassis.asset.tag: None
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.35:bd07/03/2008:svnAcer:pnExtensa5620:pvr0100:rvnAcer:rnColumbia:rvrRev:cvnAcer:ct10:cvrN/A:
dmi.product.name: Extensa 5620
dmi.product.version: 0100
dmi.sys.vendor: Acer

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


** Tags: apport-kerneloops i386 resume suspend

-- 
[Acer Extensa 5620] suspend/resume failure Ubuntu 9.10
https://bugs.launchpad.net/bugs/418459
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 418459] Re: [Acer Extensa 5620] suspend/resume failure Ubuntu 9.10

2009-08-25 Thread bdot

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/30797405/AlsaDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/30797406/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/30797407/BootDmesg.txt

** Attachment added: CRDA.txt
   http://launchpadlibrarian.net/30797408/CRDA.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/30797409/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/30797410/Card0.Codecs.codec.0.txt

** Attachment added: Card0.Codecs.codec.1.txt
   http://launchpadlibrarian.net/30797411/Card0.Codecs.codec.1.txt

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

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

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/30797414/IwConfig.txt

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

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

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/30797418/PciMultimedia.txt

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

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

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

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

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

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/30797424/RfKill.txt

** Attachment added: SleepLog.txt
   http://launchpadlibrarian.net/30797425/SleepLog.txt

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

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

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/30797428/WifiSyslog.txt

-- 
[Acer Extensa 5620] suspend/resume failure Ubuntu 9.10
https://bugs.launchpad.net/bugs/418459
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 418168] Re: wrong version for unstripped packages

2009-08-25 Thread Reinhard Tartler
** Package changed: ffmpeg (Ubuntu) = ffmpeg-extra (Ubuntu)

-- 
wrong version for unstripped packages
https://bugs.launchpad.net/bugs/418168
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   >