[Bug 623608] [NEW] Syslog time it's wrong

2010-08-24 Thread Bernardo Pita
Public bug reported:

Binary package hint: tftp-hpa

Hi, I want to report that the tftpd service put the time of the event
(for example a download file) with the wrong time. We use here GMT -3,
in a Debian server with the tftp version 5.0-15. Here is an example:

Aug 24 17:19:53 test in.tftpd[28127]: Stopping HPA's tftpd: in.tftpd
Aug 24 17:19:54 test in.tftpd[28133]: Starting HPA's tftpd: in.tftpd
Aug 24 17:20:01 test /USR/SBIN/CRON[28148]: xxx
Aug 24 20:20:05 test in.tftpd[28456]: RRQ from 10.197.248.84 filename /test.txt
Aug 24 17:21:01 test /USR/SBIN/CRON[28588]: xxx

As you can see, the system time it's 17:20:05 at the moment of the
download, but the tftpd service send to syslog the GMT time.

Could you fix this ??

P.S.: I put a stop and start message in the init, because the service
never report this situation to the syslog.

Cheers, Bernardo.

** Affects: tftp-hpa (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: syslog time

-- 
Syslog time it's wrong
https://bugs.launchpad.net/bugs/623608
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 623609] Re: grub-pc needs some help in uec instances

2010-08-24 Thread Scott Moser

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/623609/+attachment/1516554/+files/Dependencies.txt

** Tags added: uec-images
** Tags removed: i386

-- 
grub-pc needs some help in uec instances
https://bugs.launchpad.net/bugs/623609
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 623609] [NEW] grub-pc needs some help in uec instances

2010-08-24 Thread Scott Moser
Public bug reported:

Binary package hint: grub2

The uec images are intended to "just work" in 6 different environments:

A.) ec2 with xen disk root device (/dev/sda1)
B.) UEC with scsi root device (/dev/sda1)
 1.) Booted via floppy that multiboots to (hd0,1)/boot/grub/core.img
 2.) Booted via '-kernel '
C.) UEC with virtio root device (/dev/vda1)
 1.) Booted via floppy that multiboots to (hd0,1)/boot/grub/core.img
 2.) Booted via '-kernel '
D.) nocloud, with virtio or scsi root device as /dev/sda or /dev/vda
  Ie, this is booting the partition image as if it were a disk.
  Booted via grub boot floppy that just finds root and /vmlinuz,
  /initrd.img and boots them

Currently, during our build process we trick grub-pc into installing as
if it were writing to /dev/sda (which is correct for 'B' above).  That
is done by providing a psuedo grub-probe and running [1] 
  grub-install --grub-setup=/bin/true /dev/sda && /usr/sbin/update-grub

By tricking grub-install into working, we get core.img and associated
files in /boot/grub that allow the bootloader to multiboot load and
boot the system.  All of the A,B,C,D above boot first time correctly.

In A, B.2, and C.2 I'd like for grub-pc to generally just not
get in the way.  B.2 and C.2 work just as well as B.1 and C.1 do, so
thats not too difficult.

In B.1, C.1 above, we want grub-pc to actually maintain
/boot/grub/core.img and other files.  The installation to the MBR is
not necessary, It will be the floppy disk that multiboot loads
(hd0)/boot/grub/core.img rather than grub installed on the MBR.

My problems right now are:

1.) Currently update-grub is not set to run in /etc/kernel-img.conf
because if it is, kernel installation will fail in 'A' (bug 610554)
2.) in C.1 and C2.2 above, on the first grub-pc upgrade, the user is
prompted where to install grub to.  I'd like to seed the answer with
/dev/vda.

I'm fine with determining in cloud-init which of the situations is
present, and on the first boot making it so everything appears to "just
work".  I'm just need to figure out what correct set of actions to take
is.

Notes:
- upgrade/install as mentioned above can be done with:
  'apt-get install --reinstall grub-pc'
- On EC2, grub-pc is not needed.  grub-legacy-ec2 (from the cloud-init
  package) maintains /boot/grub/menu.lst, which is read by EC2's
  pv-grub.  grub-pc is not needed, but is present to keep a single
  image.
- on EC2, there is no /dev/sda, only /dev/sdaX, and grub's searching
  for bios drives in grub-probe won't work, as there isn't really a bios.
  $ grep . /proc/partitions
  major minor  #blocks  name
   2021   10485760 sda1
   2022  156352512 sda2
   2023 917504 sda3
  $ ls /dev/sda*
  /dev/sda1  /dev/sda2  /dev/sda3
  $ df / | grep -v Filesystem
  /dev/sda1 10321208722144   9074788   8% /
  $ sudo grub-probe --device /dev/sda1
  grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your
  device.map.
- 'D' is by far the lowest concern, but it seems if I can get a fix
  for the others, I can probably manage something.

--
[1] 
http://bazaar.launchpad.net/~ubuntu-on-ec2/vmbuilder/automated-ec2-builds/annotate/head%3A/vmbuilder-uec-ec2-fixes

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: grub-pc 1.98+20100804-4ubuntu1
ProcVersionSignature: User Name 2.6.35-17.23-virtual 2.6.35.2
Uname: Linux 2.6.35-17-virtual i686
Architecture: i386
Date: Tue Aug 24 18:12:05 2010
Ec2AMI: ami-a2d339cb
Ec2AMIManifest: 
ubuntu-images-testing-us/ubuntu-maverick-daily-i386-server-20100824.manifest.xml
Ec2AvailabilityZone: us-east-1b
Ec2InstanceType: m1.small
Ec2Kernel: aki-407d9529
Ec2Ramdisk: unavailable
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: grub2

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


** Tags: apport-bug ec2-images maverick uec-images

-- 
grub-pc needs some help in uec instances
https://bugs.launchpad.net/bugs/623609
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 139610] Re: progress bar in GDebI paints incorrectly with Ubuntulooks

2010-08-24 Thread Braiam Peguero
Does see that it have been resolved.

** Attachment added: "Screen Shot to gdebi-gtk"
   
https://bugs.launchpad.net/ubuntu/+source/gdebi/+bug/139610/+attachment/1516552/+files/Pantallazo-Instalador%20de%20paquetes.png

-- 
progress bar in GDebI paints incorrectly with Ubuntulooks
https://bugs.launchpad.net/bugs/139610
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 281097] Re: “hwtest” complete tra nslation

2010-08-24 Thread Kamus
There is still 244 strings not translated under latest release of
checkbox package, so for now I will mark this report as Triaged.

** Changed in: ubuntu-translations
   Status: Confirmed => Triaged

-- 
“hwtest” complete translation
https://bugs.launchpad.net/bugs/281097
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 491821] Re: [FFE] Bring back setting for visual system bell

2010-08-24 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-control-center -
1:2.30.1-1ubuntu3

---
gnome-control-center (1:2.30.1-1ubuntu3) maverick; urgency=low

  * debian/patches/113_at_properties_add_visual_bell.patch
- Add checkbox to enable visual system bell (LP: #491821)
 -- Mackenzie MorganFri, 20 Aug 2010 20:31:34 -0400

** Changed in: gnome-control-center (Ubuntu)
   Status: Confirmed => Fix Released

-- 
[FFE] Bring back setting for visual system bell
https://bugs.launchpad.net/bugs/491821
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 612370] Re: Sync sqlite3 3.7.0-1.1 (main) from Debian unstable (main)

2010-08-24 Thread Jeff
@Aleksander, the sqlite3 update seems to have helped.

...But I didn't have much time to move around my playlist to fully test
it out because Banshee locked up. I ran it in debug mode and it looks
like when trying to detect BMPs it freezes. It looks like it was able to
detect the BMP of 5 songs and then it locked up.

-- 
Sync sqlite3 3.7.0-1.1 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/612370
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 623344] Re: Copy & Paste in Spreadsheet

2010-08-24 Thread Marcel Stimberg
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. 
I can't reproduce this bug, pasting in a cell does overwrite the content not 
append to it or insert it in the middle. To paste text into the text of cell, 
you have to double click to edit the cell and then the paste should be at the 
position of your cursor. How exactly did you do the copy&paste?

** Changed in: openoffice.org (Ubuntu)
   Status: New => Incomplete

-- 
Copy & Paste in Spreadsheet
https://bugs.launchpad.net/bugs/623344
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 623450] Re: file selection on /dev returns wrong filename

2010-08-24 Thread Pedro Villavicencio
ok so it's probably a problem with that particular installation and not
an issue of the software, closing the report, thanks for testing
Muflone.

** Changed in: zenity (Ubuntu)
   Status: Incomplete => Invalid

-- 
file selection on /dev returns wrong filename
https://bugs.launchpad.net/bugs/623450
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 623578] Re: BUG: unable to handle kernel NULL pointer dereference at 0000002c

2010-08-24 Thread Philip Muškovac
Kernel bug.

** Package changed: ubuntu => linux (Ubuntu)

-- 
BUG: unable to handle kernel NULL pointer dereference at 002c
https://bugs.launchpad.net/bugs/623578
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 313283] Re: Gcolor2 About Button is not standard

2010-08-24 Thread Launchpad Bug Tracker
This bug was fixed in the package gcolor2 - 0.4-2ubuntu1

---
gcolor2 (0.4-2ubuntu1) maverick; urgency=low

  * src/interface.c: Use stock Gtk "about" button for better desktop
integration. Thanks to Alessio Bolognino. (LP: #313283)
  * debian/rules: Don't ignore errors in clean target.
  * debian/control:
   - Depend on ${misc:Depends}.
   - Move homepage to the proper Homepage field.
  * debian/gcolor2.menu: "Apps" section has been moved to "Applications".
  * debian/copyright: Make lintian happy.
 -- Andrew Starr-BochicchioTue, 24 Aug 2010 15:39:32 
-0400

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

-- 
Gcolor2 About Button is not standard
https://bugs.launchpad.net/bugs/313283
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 379797] Re: (Needs mesa 7.5rc2) mesa doesn't install dri.pc

2010-08-24 Thread Robert Hooker
** Changed in: mesa (Debian)
   Importance: Unknown => Undecided

** Changed in: mesa (Debian)
 Remote watch: Debian Bug tracker #521667 => None

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

-- 
(Needs mesa 7.5rc2) mesa doesn't install dri.pc
https://bugs.launchpad.net/bugs/379797
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 382703] Re: "Home Folder" has 3 different names

2010-08-24 Thread Vish
No one is actively working on this bug atm. upstream has a patch which
needs work.

** Changed in: hundredpapercuts
   Status: In Progress => Triaged

-- 
"Home Folder" has 3 different names
https://bugs.launchpad.net/bugs/382703
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 389428] Re: Stop importing RTL translations for CLI apps into Ubuntu

2010-08-24 Thread Mohamed Amine IL Idrissi
Does anyone of you still experience this issue? If yes, please re-
confirm this.

** Changed in: ubuntu-translations
   Status: Confirmed => Incomplete

-- 
Stop importing RTL translations for CLI apps into Ubuntu
https://bugs.launchpad.net/bugs/389428
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 582057] Re: [i915g] X Crashes After Resume from Suspend

2010-08-24 Thread evgen
I have probably  the similar issue on lenovo s10-3t with my intel card; xserver 
crashed badly after a second hibernation...
the crash appears unexpected after 5-10 mins of using this netbook

from dmesg:

[11257.316315]groups: 0-1 (cpu_power = 1178)
[11262.080077] eth1: no IPv6 routers present
[11718.976080] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... 
GPU hung
[11718.976103] render error detected, EIR: 0x
[11718.976178] [drm:i915_do_wait_request] *ERROR* i915_do_wait_request returns 
-5 (awaiting 2813632 at 2813624)
[11719.475904] render error detected, EIR: 0x0010
[11719.475916] page table error
[11719.475923]   PGTBL_ER: 0x0010
[11719.475934] [drm:i915_handle_error] *ERROR* EIR stuck: 0x0010, masking
[11719.475964] render error detected, EIR: 0x0010
[11719.475970] page table error
[11719.475976]   PGTBL_ER: 0x0010
[11725.970958] [drm] Big FIFO is enabled
[11729.487526] [drm] Big FIFO is enabled
.

from xsession-errors:


../../intel/intel_bufmgr_gem.c:1152: Error setting memory domains 6 (0040 
): Input/output error .
gnome-settings-daemon: Fatal IO error 11 (Resource temporarily unavailable) on 
X server :0.0.
gnome-session: Fatal IO error 11 (Resource temporarily unavailable) on X server 
:0.0.
polkit-gnome-authentication-agent-1: Fatal IO error 11 (Resource temporarily 
unavailable) on X server :0.0.
nm-applet: Fatal IO error 11 (Resource temporarily unavailable) on X server 
:0.0.
gnome-power-manager: Fatal IO error 11 (Resource temporarily unavailable) on X 
server :0.0.
XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
bluetooth-applet: Fatal IO error 11 (Resource temporarily unavailable) on X 
server :0.0.
  after 1541654 requests (1541652 known processed) with 0 events remaining.
nautilus: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
  after 60014 requests (60013 known processed) with 0 events remaining.
evolution-alarm-notify: Fatal IO error 11 (Resource temporarily unavailable) on 
X server :0.0.
firefox-bin: Fatal IO error 104 (Connection reset by peer) on X server :0.0.
chromium-browser: Fatal IO error 11 (Resource temporarily unavailable) on X 
server :0.0.
xchat: Fatal IO error 104 (Connection reset by peer) on X server :0.0.
gnome-panel: Fatal IO error 11 (Resource temporarily unavailable) on X server 
:0.0.
gdu-notification-daemon: Fatal IO error 11 (Resource temporarily unavailable) 
on X server :0.0.
gtk-window-decorator: Fatal IO error 11 (Resource temporarily unavailable) on X 
server :0.0.
update-notifier: Fatal IO error 11 (Resource temporarily unavailable) on X 
server :0.0.
applet.py: Fatal IO error 11 (Resource temporarily unavailable) on X server 
:0.0.
Connection lost to X server `:0.0'
Connection lost to X server `:0.0'


-- 
[i915g] X Crashes After Resume from Suspend
https://bugs.launchpad.net/bugs/582057
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 583990] Re: ps2pdf does not create proper hyperlinks

2010-08-24 Thread luc...@math.purdue.edu
I realize that this is a bit late, but I finally got around to testing
ghostscript 8.71.dfsg.1-0ubuntu5.3 in -proposed and it fixes both my
original problem and the reduced test case I submitted with this bug
report.

-- 
ps2pdf does not create proper hyperlinks
https://bugs.launchpad.net/bugs/583990
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 587004] Re: Aptdaemon gets started by an unknown application at login

2010-08-24 Thread Sebastian Heinlein
This is caused by update-notifier. It checks for active transaction in 
src/reboot.c.
It should check if the name org.debian.apt is used on the bus before, since no 
running aptdaemon - no active transactions.

** Summary changed:

- Aptdaemon gets started by an unknown application at login
+ Update-notifier triggers a aptdaemon launch on start up

** Summary changed:

- Update-notifier triggers a aptdaemon launch on start up
+ Update-notifier triggers an aptdaemon launch on start up

** Also affects: update-notifier (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: aptdaemon (Ubuntu)
   Status: New => Confirmed

** Changed in: update-notifier (Ubuntu)
   Status: New => Confirmed

-- 
Update-notifier triggers an aptdaemon launch on start up
https://bugs.launchpad.net/bugs/587004
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 616105] Re: Dbus backend fails when returning dicts

2010-08-24 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-sso-client - 0.99.2-0ubuntu1

---
ubuntu-sso-client (0.99.2-0ubuntu1) maverick; urgency=low

  * New upstream release:

  [ Natalia Bidart ]
  * Ping an URL when the login was successful (LP: #621226).
  * Signals propagates the app_name to be later check by the GUI so only those
belonging to it will be  processed (LP: #621377).

  [ Natalia Bidart ]
  * Added modifications to setup.py and a new po/ directory with the file that 
has
strings that need translation (LP: #616515).

  [ Rodrigo Moya ]
  * Add clear_token DBus API (LP: #622833).

  [ Alejandro J. Cura ]
  * Make all the signals return the errors as dictionaries (LP: #616105).
  * Credential* signals should return the app_name as well (LP: #621377).

  [ Alejandro J. Cura ]
  * Use Ubuntu One OAuth credentials if they are already stored in the keyring
(LP: #617355).

  [ Natalia Bidart ]
  * Final outcome (as signal) is emitted after user closes the main window (LP:
#620008).
 -- Natalia Bidart (nessita)Tue, 24 Aug 2010 
12:50:57 -0300

** Changed in: ubuntu-sso-client (Ubuntu)
   Status: Triaged => Fix Released

-- 
Dbus backend fails when returning dicts
https://bugs.launchpad.net/bugs/616105
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 616515] Re: Translate GUI strings

2010-08-24 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-sso-client - 0.99.2-0ubuntu1

---
ubuntu-sso-client (0.99.2-0ubuntu1) maverick; urgency=low

  * New upstream release:

  [ Natalia Bidart ]
  * Ping an URL when the login was successful (LP: #621226).
  * Signals propagates the app_name to be later check by the GUI so only those
belonging to it will be  processed (LP: #621377).

  [ Natalia Bidart ]
  * Added modifications to setup.py and a new po/ directory with the file that 
has
strings that need translation (LP: #616515).

  [ Rodrigo Moya ]
  * Add clear_token DBus API (LP: #622833).

  [ Alejandro J. Cura ]
  * Make all the signals return the errors as dictionaries (LP: #616105).
  * Credential* signals should return the app_name as well (LP: #621377).

  [ Alejandro J. Cura ]
  * Use Ubuntu One OAuth credentials if they are already stored in the keyring
(LP: #617355).

  [ Natalia Bidart ]
  * Final outcome (as signal) is emitted after user closes the main window (LP:
#620008).
 -- Natalia Bidart (nessita)Tue, 24 Aug 2010 
12:50:57 -0300

** Changed in: ubuntu-sso-client (Ubuntu Maverick)
   Status: Triaged => Fix Released

-- 
Translate GUI strings
https://bugs.launchpad.net/bugs/616515
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 617355] Re: Existing (non-sso) auth tokens are not used

2010-08-24 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-sso-client - 0.99.2-0ubuntu1

---
ubuntu-sso-client (0.99.2-0ubuntu1) maverick; urgency=low

  * New upstream release:

  [ Natalia Bidart ]
  * Ping an URL when the login was successful (LP: #621226).
  * Signals propagates the app_name to be later check by the GUI so only those
belonging to it will be  processed (LP: #621377).

  [ Natalia Bidart ]
  * Added modifications to setup.py and a new po/ directory with the file that 
has
strings that need translation (LP: #616515).

  [ Rodrigo Moya ]
  * Add clear_token DBus API (LP: #622833).

  [ Alejandro J. Cura ]
  * Make all the signals return the errors as dictionaries (LP: #616105).
  * Credential* signals should return the app_name as well (LP: #621377).

  [ Alejandro J. Cura ]
  * Use Ubuntu One OAuth credentials if they are already stored in the keyring
(LP: #617355).

  [ Natalia Bidart ]
  * Final outcome (as signal) is emitted after user closes the main window (LP:
#620008).
 -- Natalia Bidart (nessita)Tue, 24 Aug 2010 
12:50:57 -0300

** Changed in: ubuntu-sso-client (Ubuntu)
   Status: Triaged => Fix Released

-- 
Existing (non-sso) auth tokens are not used
https://bugs.launchpad.net/bugs/617355
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 620008] Re: CredentialsError shouldn't be sent if user doesn't close the window

2010-08-24 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-sso-client - 0.99.2-0ubuntu1

---
ubuntu-sso-client (0.99.2-0ubuntu1) maverick; urgency=low

  * New upstream release:

  [ Natalia Bidart ]
  * Ping an URL when the login was successful (LP: #621226).
  * Signals propagates the app_name to be later check by the GUI so only those
belonging to it will be  processed (LP: #621377).

  [ Natalia Bidart ]
  * Added modifications to setup.py and a new po/ directory with the file that 
has
strings that need translation (LP: #616515).

  [ Rodrigo Moya ]
  * Add clear_token DBus API (LP: #622833).

  [ Alejandro J. Cura ]
  * Make all the signals return the errors as dictionaries (LP: #616105).
  * Credential* signals should return the app_name as well (LP: #621377).

  [ Alejandro J. Cura ]
  * Use Ubuntu One OAuth credentials if they are already stored in the keyring
(LP: #617355).

  [ Natalia Bidart ]
  * Final outcome (as signal) is emitted after user closes the main window (LP:
#620008).
 -- Natalia Bidart (nessita)Tue, 24 Aug 2010 
12:50:57 -0300

** Changed in: ubuntu-sso-client (Ubuntu)
   Status: Triaged => Fix Released

-- 
CredentialsError shouldn't be sent if user doesn't close the window
https://bugs.launchpad.net/bugs/620008
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 621226] Re: ubuntu-sso-client needs to ping ubuntuone server

2010-08-24 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-sso-client - 0.99.2-0ubuntu1

---
ubuntu-sso-client (0.99.2-0ubuntu1) maverick; urgency=low

  * New upstream release:

  [ Natalia Bidart ]
  * Ping an URL when the login was successful (LP: #621226).
  * Signals propagates the app_name to be later check by the GUI so only those
belonging to it will be  processed (LP: #621377).

  [ Natalia Bidart ]
  * Added modifications to setup.py and a new po/ directory with the file that 
has
strings that need translation (LP: #616515).

  [ Rodrigo Moya ]
  * Add clear_token DBus API (LP: #622833).

  [ Alejandro J. Cura ]
  * Make all the signals return the errors as dictionaries (LP: #616105).
  * Credential* signals should return the app_name as well (LP: #621377).

  [ Alejandro J. Cura ]
  * Use Ubuntu One OAuth credentials if they are already stored in the keyring
(LP: #617355).

  [ Natalia Bidart ]
  * Final outcome (as signal) is emitted after user closes the main window (LP:
#620008).
 -- Natalia Bidart (nessita)Tue, 24 Aug 2010 
12:50:57 -0300

** Changed in: ubuntu-sso-client (Ubuntu)
   Status: Triaged => Fix Released

-- 
ubuntu-sso-client needs to ping ubuntuone server
https://bugs.launchpad.net/bugs/621226
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 621377] Re: SSOCredentials signals must always pass the app_name

2010-08-24 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-sso-client - 0.99.2-0ubuntu1

---
ubuntu-sso-client (0.99.2-0ubuntu1) maverick; urgency=low

  * New upstream release:

  [ Natalia Bidart ]
  * Ping an URL when the login was successful (LP: #621226).
  * Signals propagates the app_name to be later check by the GUI so only those
belonging to it will be  processed (LP: #621377).

  [ Natalia Bidart ]
  * Added modifications to setup.py and a new po/ directory with the file that 
has
strings that need translation (LP: #616515).

  [ Rodrigo Moya ]
  * Add clear_token DBus API (LP: #622833).

  [ Alejandro J. Cura ]
  * Make all the signals return the errors as dictionaries (LP: #616105).
  * Credential* signals should return the app_name as well (LP: #621377).

  [ Alejandro J. Cura ]
  * Use Ubuntu One OAuth credentials if they are already stored in the keyring
(LP: #617355).

  [ Natalia Bidart ]
  * Final outcome (as signal) is emitted after user closes the main window (LP:
#620008).
 -- Natalia Bidart (nessita)Tue, 24 Aug 2010 
12:50:57 -0300

** Changed in: ubuntu-sso-client (Ubuntu)
   Status: Triaged => Fix Released

-- 
SSOCredentials signals must always pass the app_name
https://bugs.launchpad.net/bugs/621377
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 622526] Re: [ATIIXP - ATI IXP] pactl stat failed to find default card

2010-08-24 Thread GVLePage
*** This bug is a duplicate of bug 622664 ***
https://bugs.launchpad.net/bugs/622664

I tried adding this to /etc/modprobe.d/alsa-base.conf

options snd-atiixp enable=Y index=0 ac97_codec=0 ac97_quirk=default

After rebooting, /sys/module/snd_atiixp/parameters reflected the changes
made

I have even tried various ac97_quirk options, to no avail.

Everything appears to be working fine in Ubuntu, the volume mixer shows
audio meters fluctuating when playing sound, there are devices present
in alsamixer and in System->Preferences->Sound

Out of ideas over here, highly doubtful that faulty hardware is the
issue, as Windows was installed on the system previously and the sound
worked fine.

-- 
[ATIIXP - ATI IXP] pactl stat failed to find default card
https://bugs.launchpad.net/bugs/622526
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 622833] Re: Need API to clear tokens

2010-08-24 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-sso-client - 0.99.2-0ubuntu1

---
ubuntu-sso-client (0.99.2-0ubuntu1) maverick; urgency=low

  * New upstream release:

  [ Natalia Bidart ]
  * Ping an URL when the login was successful (LP: #621226).
  * Signals propagates the app_name to be later check by the GUI so only those
belonging to it will be  processed (LP: #621377).

  [ Natalia Bidart ]
  * Added modifications to setup.py and a new po/ directory with the file that 
has
strings that need translation (LP: #616515).

  [ Rodrigo Moya ]
  * Add clear_token DBus API (LP: #622833).

  [ Alejandro J. Cura ]
  * Make all the signals return the errors as dictionaries (LP: #616105).
  * Credential* signals should return the app_name as well (LP: #621377).

  [ Alejandro J. Cura ]
  * Use Ubuntu One OAuth credentials if they are already stored in the keyring
(LP: #617355).

  [ Natalia Bidart ]
  * Final outcome (as signal) is emitted after user closes the main window (LP:
#620008).
 -- Natalia Bidart (nessita)Tue, 24 Aug 2010 
12:50:57 -0300

** Changed in: ubuntu-sso-client (Ubuntu)
   Status: Triaged => Fix Released

-- 
Need API to clear tokens
https://bugs.launchpad.net/bugs/622833
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 623042] Re: X fall in low graphics mode randomly

2010-08-24 Thread Robert Hooker
** Description changed:

  Binary package hint: xorg
  
  While I work on the computer (any application), the graphic shut down
  and a window give me the choice to continue in low graphics mode or
  restart or  may other options.
  
  I didn't find exactly what append, but it offen appears when working with 
firefox. ( Maybe because it's the most used on the pc)
  It may take 5 minutes or hours to append, it's why I say randomly.
  
  For your information, I was suspecting a hardware problem, but windoze
  is working well on the pc... XP and 7
  
  Any ideas ?
  Suggestions ?
  
  Thanks in advance.
  Sylvain
  
+ ---
+ (WW) intel(0): i830_uxa_prepare_access: bo map failed
+ 
+ Fatal server error:
+ Failed to submit batchbuffer: Input/output error
+ ---
+ 
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: xorg 1:7.5+5ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-24.41-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic i686
  Architecture: i386
  Date: Mon Aug 23 17:58:00 2010
  DkmsStatus: Error: [Errno 2] No such file or directory
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  MachineType: TOSHIBA Satellite M50
  PccardctlIdent:
-  Socket 0:
-no product info available
+  Socket 0:
+    no product info available
  PccardctlStatus:
-  Socket 0:
-no card
+  Socket 0:
+    no card
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-24-generic 
root=UUID=343b2069-b67b-41bc-89f9-0f815800abc1 ro quiet splash
  ProcEnviron:
-  LANG=en_CA.utf8
-  SHELL=/bin/bash
+  LANG=en_CA.utf8
+  SHELL=/bin/bash
  SourcePackage: xorg
  dmi.bios.date: 07/04/2005
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V1.30
  dmi.board.name: ECU00
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Null
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV1.30:bd07/04/2005:svnTOSHIBA:pnSatelliteM50:pvrPSM50C-YK400F:rvnTOSHIBA:rnECU00:rvrNull:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite M50
  dmi.product.version: PSM50C-YK400F
  dmi.sys.vendor: TOSHIBA
  system:
-  distro: Ubuntu
-  codename:   lucid
-  architecture:   i686
-  kernel: 2.6.32-24-generic
+  distro: Ubuntu
+  codename:   lucid
+  architecture:   i686
+  kernel: 2.6.32-24-generic

** Summary changed:

- X fall in low graphics mode randomly
+ [i915gm] X fall in low graphics mode randomly after resume

** Description changed:

  Binary package hint: xorg
  
  While I work on the computer (any application), the graphic shut down
  and a window give me the choice to continue in low graphics mode or
  restart or  may other options.
  
  I didn't find exactly what append, but it offen appears when working with 
firefox. ( Maybe because it's the most used on the pc)
  It may take 5 minutes or hours to append, it's why I say randomly.
  
  For your information, I was suspecting a hardware problem, but windoze
  is working well on the pc... XP and 7
  
  Any ideas ?
  Suggestions ?
  
  Thanks in advance.
  Sylvain
+ 
+ ---
+ [ 4678.100170] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer 
elapsed... GPU hung
+ [ 4678.100185] render error detected, EIR: 0x
+ [ 4678.101172] [drm:i915_do_wait_request] *ERROR* i915_do_wait_request 
returns -5 (awaiting 378080 at 378079)
+ ---
  
  ---
  (WW) intel(0): i830_uxa_prepare_access: bo map failed
  
  Fatal server error:
  Failed to submit batchbuffer: Input/output error
  ---
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: xorg 1:7.5+5ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-24.41-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic i686
  Architecture: i386
  Date: Mon Aug 23 17:58:00 2010
  DkmsStatus: Error: [Errno 2] No such file or directory
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  MachineType: TOSHIBA Satellite M50
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-24-generic 
root=UUID=343b2069-b67b-41bc-89f9-0f815800abc1 ro quiet splash
  ProcEnviron:
   LANG=en_CA.utf8
   SHELL=/bin/bash
  SourcePackage: xorg
  dmi.bios.date: 07/04/2005
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V1.30
  dmi.board.name: ECU00
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Null
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV1.30:bd07/04/2005:svnTOSHIBA:pnSatelliteM50:pvrPSM50C-YK400F:rvnTOSHIBA:rnECU00:rvrNull:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite M50
  dmi.product.version: PSM50C-YK400F
  dmi.sys.vendor: TOSHIBA
  system:
   distro: Ubuntu
   codename:   lucid
   architecture:   i686
   kernel: 2.6.32-24-generic

-- 
[i915gm] X fall in low graphics mode randomly after resume
https://bugs.launchpad.net/

[Bug 623555] Re: pidgin crashed with SIGSEGV in dbus_g_proxy_call()

2010-08-24 Thread Simon Déziel
Here is the log extract corresponding to the 2 crashes I triggered :

$ grep pidgin /var/log/messages
Aug 24 16:01:27 simon-laptop kernel: [114264.935591] pidgin[2179]: segfault at 
1d ip 7fa209175448 sp 7fff2bb1c810 error 4 in 
libgobject-2.0.so.0.2400.1[7fa209166000+45000]
Aug 24 16:32:40 simon-laptop kernel: [116138.656170] pidgin[15648]: segfault at 
1d ip 7f6c9e1bf448 sp 72dcd3a0 error 4 in 
libgobject-2.0.so.0.2400.1[7f6c9e1b+45000]


** Changed in: pidgin (Ubuntu)
   Status: New => Confirmed

-- 
pidgin crashed with SIGSEGV in dbus_g_proxy_call()
https://bugs.launchpad.net/bugs/623555
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 623555] Re: pidgin crashed with SIGSEGV in dbus_g_proxy_call()

2010-08-24 Thread Simon Déziel
I am able to reproduce this using the same pidgin version on amd64.  In
my case the crash only occurs after I unchecked/checked the checkbox and
try to send the pidgin to the system tray.

$ dpkg -l| grep pidgin
ii  pidgin 1:2.6.6-1ubuntu4 
   graphical multi-protocol instant messaging c
ii  pidgin-data1:2.6.6-1ubuntu4 
   multi-protocol instant messaging client - da
ii  pidgin-libnotify   0.14-1ubuntu14   
   display notification bubbles in pidgin

Note: I am not running the default Lucid kernel but this one :
$ uname -a
Linux simon-laptop 2.6.35-17-generic #23~lucid1-Ubuntu SMP Fri Aug 20 02:07:55 
UTC 2010 x86_64 GNU/Linux

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.04.1 LTS
Release:10.04
Codename:   lucid

-- 
pidgin crashed with SIGSEGV in dbus_g_proxy_call()
https://bugs.launchpad.net/bugs/623555
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 623605] [NEW] Xorg crash cursor locked on monitor border

2010-08-24 Thread David Walker
Public bug reported:

System: Ubuntu 10.04.1

GFX Card1: 04:02.0 VGA compatible controller: nVidia Corporation NV44A [GeForce 
6200] (rev a1)
GFX Card2: 01:00.0 VGA compatible controller: ATI Technologies Inc RV610 video 
device [Radeon HD 2400 PRO]
Xorg Config: Below
Using: xmonad instead of Gnome (but problem existed in Gnome as well, before I 
switched)

Screen Layouts (all at 1200x1024)

Nvidia | Nvidia | ATI

Description of problem:
I can't at-will reproduce this bug, but it seems to happen 0-5 times daily.  
What happens is I'm working away either typing into a terminal, or checking my 
changes in the browser.  Every now-and-again, the cursor regardless of where it 
was on the screen jumps to a monitor border, and locks.  When I say locks, I 
mean doesn't respond to me moving the mouse.  It also is rapidly blinking.  
Anything on the screen that otherwise would have been updating, flash video, 
console cursor blinks, seconds ticking on a clock all stop.  However, music 
continues to play.  Control-Alt-F1 doesn't do anything either, keyboard isn't 
responding.  However, the machine is still fine.  The solution is I ssh in, and 
restart GDM (I assume it kills X as well), and then I just log back in.

Each card, when used by itself in my computer has run for 3 days without
this happening.  I've never been able to go that long with both being
used at the same time, not to say that either isn't the culprit but it's
not looking that way.


 Xorg.conf --

Section "ServerLayout"
Identifier "Layout0"
Screen  0  "Screen0" 0 0
Screen  1  "Screen1" RightOf "Screen0"
Screen  2  "Screen2" RightOf "Screen1"
InputDevice"Keyboard0" "CoreKeyboard"
InputDevice"Mouse0" "CorePointer"
Option "Xinerama" "1"
EndSection

Section "Files"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName  "DELL E198FP"
HorizSync   31.0 - 80.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName  "DELL 1907FP"
HorizSync   30.0 - 81.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor2"
VendorName "Unknown"
ModelName  "DELL 1907FP"
HorizSync   30.0 - 81.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName  "GeForce 6200"
BusID  "PCI:4:2:0"
Screen  0
EndSection

Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName  "GeForce 6200"
BusID  "PCI:4:2:0"
Screen  1
EndSection

Section "Device"
Identifier "Device2"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName  "RV610 video device [Radeon HD 2400 PRO]"
BusID  "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor"Monitor0"
DefaultDepth24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT: nvidia-auto-select +0+0"
SubSection "Display"
Depth   24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor"Monitor1"
DefaultDepth24
Option "TwinView" "0"
Option "metamodes" "DFP: nvidia-auto-select +0+0"
SubSection "Display"
Depth   24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen2"
Device "Device2"
Monitor"Monitor2"
DefaultDepth24
SubSection "Display"
Depth   24
EndSubSection
EndSection

-- End Xorg.conf

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Xorg crash cursor locked on monitor border
https://bugs.launchpad.net/bugs/623605
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 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2010-08-24 Thread Mohamed Amine IL Idrissi
Since this is fixed, I'll mark the ubuntu-translations task as Fix
Released.

** Changed in: ubuntu-translations
   Status: Confirmed => Fix Released

-- 
/etc/gdm/Xsession breaks LANGUAGE
https://bugs.launchpad.net/bugs/407300
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 527142] Re: [MIR] cluster-glue

2010-08-24 Thread Michael Terry
So, I re-examined the source and none of the issues I originally listed
have been addressed.

The problem with bundled libraries is that if the SONAME changes on just
one library, you have to change all packages that depend on any one of
them.  Is upstream guaranteeing that all SONAMEs will change in lock-
step?

Such bundling is not recommended by Policy [1] or the Debian library
packaging guide [2].  Seems odd for the Debian packagers to refuse to
split.  Is that discussion in a bug or mailing list somewhere?

It's possible that bundled libraries aren't really as big a maintenance
pain as I think they are.  I will ping some other people for insight.

[1] http://www.debian.org/doc/debian-policy/ch-sharedlibs.html
[2] 
http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html#id291475

-- 
[MIR] cluster-glue
https://bugs.launchpad.net/bugs/527142
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 561734] Re: quadrapassel doesn't start: Failed to initialise clutter: Unable to select the newly created GLX context

2010-08-24 Thread Marcel Stimberg
** Tags added: maverick
** Tags removed: lucid

-- 
quadrapassel doesn't start: Failed to initialise clutter: Unable to select the 
newly created GLX context
https://bugs.launchpad.net/bugs/561734
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 605101] Re: gnome-volume-control: no internal microphone as input device port

2010-08-24 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 2.6.35-19.25

---
linux (2.6.35-19.25) maverick; urgency=low

  [ Jarod Wilson ]

  * SAUCE: Bring in staging/lirc from 2.6.36
- LP: #609234
  * SAUCE: Update ir-core to linuxtv/other which should be merged for
2.6.36.
- LP: #609234
  * SAUCE: Fix memleaks in imon and mceusb drivers
- LP: #609234
  * SAUCE: Bring in streamzap support from linuxtv/other
- LP: #609234

  [ Mario Limonciello ]

  * Remove ubuntu/lirc in favor of staging/lirc from 2.6.36
- LP: #609234

  [ Mathieu J. Poirier ]

  * SAUCE: ARM: adding i2c eeprom driver to read EDID
- LP: #608279

  [ Upstream Kernel Changes ]

  * intel_idle: disable module support
- LP: #615265
  * (pre-stable) ALSA: hda - Ensure codec patch files are checked for the
correct codec ID
  * (pre-stable) ALSA: hda - Rename iMic to Int Mic on Lenovo NB0763
- LP: #605101
  * (pre-stable) ALSA: HDA: Use model=auto for LG R510
- LP: #495134
  * (pre-stable) ALSA: HDA: Add Sony VAIO quirk for ALC269
- LP: #519066
  * (pre-stable) ALSA: HDA: Fix front mic on Dell Precision M6500
- LP: #519066
  * input: mt: Initialize slots to unused (rev2)
  * input: mt: Add support for the Bamboo Touch trackpad
  * hid: Add a hid quirk for input sync override
 -- Leann OgasawaraMon, 23 Aug 2010 12:42:52 
-0700

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

-- 
gnome-volume-control: no internal microphone as input device port
https://bugs.launchpad.net/bugs/605101
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 608279] Re: i2c support for edid on armel

2010-08-24 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 2.6.35-19.25

---
linux (2.6.35-19.25) maverick; urgency=low

  [ Jarod Wilson ]

  * SAUCE: Bring in staging/lirc from 2.6.36
- LP: #609234
  * SAUCE: Update ir-core to linuxtv/other which should be merged for
2.6.36.
- LP: #609234
  * SAUCE: Fix memleaks in imon and mceusb drivers
- LP: #609234
  * SAUCE: Bring in streamzap support from linuxtv/other
- LP: #609234

  [ Mario Limonciello ]

  * Remove ubuntu/lirc in favor of staging/lirc from 2.6.36
- LP: #609234

  [ Mathieu J. Poirier ]

  * SAUCE: ARM: adding i2c eeprom driver to read EDID
- LP: #608279

  [ Upstream Kernel Changes ]

  * intel_idle: disable module support
- LP: #615265
  * (pre-stable) ALSA: hda - Ensure codec patch files are checked for the
correct codec ID
  * (pre-stable) ALSA: hda - Rename iMic to Int Mic on Lenovo NB0763
- LP: #605101
  * (pre-stable) ALSA: HDA: Use model=auto for LG R510
- LP: #495134
  * (pre-stable) ALSA: HDA: Add Sony VAIO quirk for ALC269
- LP: #519066
  * (pre-stable) ALSA: HDA: Fix front mic on Dell Precision M6500
- LP: #519066
  * input: mt: Initialize slots to unused (rev2)
  * input: mt: Add support for the Bamboo Touch trackpad
  * hid: Add a hid quirk for input sync override
 -- Leann OgasawaraMon, 23 Aug 2010 12:42:52 
-0700

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

-- 
i2c support for edid on armel
https://bugs.launchpad.net/bugs/608279
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 622399] Re: [i915GM] X fall in low graphics mode randomly (10.04 LTS)

2010-08-24 Thread Robert Hooker
*** This bug is a duplicate of bug 623042 ***
https://bugs.launchpad.net/bugs/623042

** This bug has been marked a duplicate of bug 623042
   X fall in low graphics mode randomly

-- 
[i915GM] X fall in low graphics mode randomly (10.04 LTS)
https://bugs.launchpad.net/bugs/622399
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 238276] Re: Big translation files for lots of languages are distributed in inkscape deb package instead of language-packs

2010-08-24 Thread Kamus
** Changed in: ubuntu-translations
   Status: Confirmed => Triaged

-- 
Big translation files for lots of languages are distributed in inkscape deb 
package instead of language-packs
https://bugs.launchpad.net/bugs/238276
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 451145] Re: Gobby needs Launchpad integration

2010-08-24 Thread Gabor Kelemen
Gobby is no longer in main, this bug is now invalid.

** Changed in: gobby (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: ubuntu-translations
   Status: Incomplete => Invalid

-- 
Gobby needs Launchpad integration
https://bugs.launchpad.net/bugs/451145
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 519066] Re: Microphone doesn't work on Dell Precision M6500

2010-08-24 Thread Gargoulf
@KaGeM101: I guess what you hear is the system beep. I also had that crackling 
noise when shuting down.
This has nothing to do with the above bug. Go to ALSA mixer and mute "Beep".

-- 
Microphone doesn't work on Dell Precision M6500
https://bugs.launchpad.net/bugs/519066
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 574057] Re: keyboard shortcuts not working as configured

2010-08-24 Thread Samium Gromoff
This still affects compiz in maverick as of now.

** Package changed: metacity (Ubuntu) => compiz (Ubuntu)

-- 
keyboard shortcuts not working as configured
https://bugs.launchpad.net/bugs/574057
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 618723] Re: Rename Update Manager to Software Updater

2010-08-24 Thread Mohamed Amine IL Idrissi
@Lex:
As I see it, if we use a noun instead of a verb, the user could think that he 
will configure software updates, not install them,

-- 
Rename Update Manager to Software Updater
https://bugs.launchpad.net/bugs/618723
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 619733] Re: middle click not working

2010-08-24 Thread Robert Hooker
** Package changed: xserver-xorg-video-intel (Ubuntu) => xserver-xorg-
input-synaptics (Ubuntu)

** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Importance: Undecided => Low

-- 
middle click not working
https://bugs.launchpad.net/bugs/619733
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 621723] Re: Error-prone translatable variable names

2010-08-24 Thread Barry Warsaw
** Changed in: computer-janitor (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
Error-prone translatable variable names
https://bugs.launchpad.net/bugs/621723
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 622720] Re: Turn %s strings back into $foo or {foo} strings

2010-08-24 Thread Barry Warsaw
** Changed in: computer-janitor (Ubuntu)
 Assignee: (unassigned) => Barry Warsaw (barry)

** Changed in: computer-janitor (Ubuntu)
   Importance: Undecided => Low

** Changed in: computer-janitor (Ubuntu)
   Status: New => Confirmed

-- 
Turn %s strings back into $foo or {foo} strings
https://bugs.launchpad.net/bugs/622720
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 539851] Re: [drm:radeon_dvi_detect] *ERROR* HDMI Type A-1: probed a monitor but no|invalid EDID

2010-08-24 Thread MXIIA
I am using 10.04 AMD64 version. I could post my dmesg and lspci if
needed to help solve this issue.

-- 
[drm:radeon_dvi_detect] *ERROR* HDMI Type A-1: probed a monitor but no|invalid 
EDID
https://bugs.launchpad.net/bugs/539851
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 608623] Re: euca-revoke removes the wrong group authorization

2010-08-24 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) => chris grzegorczyk (chris-grze)

-- 
euca-revoke removes the wrong group authorization
https://bugs.launchpad.net/bugs/608623
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 620441] Re: MySQL upstart stop job does not cleanly shutdown mysql

2010-08-24 Thread Johan Kiviniemi
> Would there be an indication anywhere for users that they're waiting
on mysql to die?

The ‘stop’ command having not returned yet, and ‘status jobname’ saying
‘stopping’.

If a bug in a service causes a stop request not to stop it, the service
should be fixed.

As for the pseudocode, I don’t think respawning is expected behavior
when the user has requested a job to stop.

-- 
MySQL upstart stop job does not cleanly shutdown mysql
https://bugs.launchpad.net/bugs/620441
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 621758] Re: fast forward very slow on totem

2010-08-24 Thread Bug Watch Updater
** Changed in: gstreamer
   Status: Unknown => Incomplete

-- 
fast forward very slow on totem
https://bugs.launchpad.net/bugs/621758
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 621617] Re: no fast forward/rewind in Totem

2010-08-24 Thread Bug Watch Updater
** Changed in: gstreamer
   Status: Unknown => Invalid

-- 
no fast forward/rewind in Totem
https://bugs.launchpad.net/bugs/621617
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 623593] Re: package nvidia-current 256.44-0ubuntu1 failed to install/upgrade: nvidia-current kernel module failed to build

2010-08-24 Thread Charles Manning

** Attachment added: ".proc.driver.nvidia.cards.0.txt"
   
https://bugs.launchpad.net/bugs/623593/+attachment/1516516/+files/.proc.driver.nvidia.cards.0.txt

** Attachment added: ".proc.driver.nvidia.registry.txt"
   
https://bugs.launchpad.net/bugs/623593/+attachment/1516517/+files/.proc.driver.nvidia.registry.txt

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/623593/+attachment/1516518/+files/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/623593/+attachment/1516519/+files/CurrentDmesg.txt

** Attachment added: "DKMSBuildLog.txt"
   
https://bugs.launchpad.net/bugs/623593/+attachment/1516520/+files/DKMSBuildLog.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/623593/+attachment/1516521/+files/Dependencies.txt

** Attachment added: "GdmLog.txt"
   https://bugs.launchpad.net/bugs/623593/+attachment/1516522/+files/GdmLog.txt

** Attachment added: "GdmLog1.txt"
   https://bugs.launchpad.net/bugs/623593/+attachment/1516523/+files/GdmLog1.txt

** Attachment added: "GdmLog2.txt"
   https://bugs.launchpad.net/bugs/623593/+attachment/1516524/+files/GdmLog2.txt

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/623593/+attachment/1516525/+files/Lspci.txt

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/623593/+attachment/1516526/+files/Lsusb.txt

** Attachment added: "PciDisplay.txt"
   
https://bugs.launchpad.net/bugs/623593/+attachment/1516527/+files/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/623593/+attachment/1516528/+files/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/623593/+attachment/1516529/+files/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/623593/+attachment/1516530/+files/ProcModules.txt

** Attachment added: "RelatedPackageVersions.txt"
   
https://bugs.launchpad.net/bugs/623593/+attachment/1516531/+files/RelatedPackageVersions.txt

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/623593/+attachment/1516532/+files/UdevDb.txt

** Attachment added: "UdevLog.txt"
   https://bugs.launchpad.net/bugs/623593/+attachment/1516533/+files/UdevLog.txt

** Attachment added: "XorgConf.txt"
   
https://bugs.launchpad.net/bugs/623593/+attachment/1516534/+files/XorgConf.txt

** Attachment added: "XorgLog.txt"
   https://bugs.launchpad.net/bugs/623593/+attachment/1516535/+files/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/623593/+attachment/1516536/+files/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/623593/+attachment/1516537/+files/Xrandr.txt

** Attachment added: "make.log.txt"
   
https://bugs.launchpad.net/bugs/623593/+attachment/1516538/+files/make.log.txt

** Attachment added: "peripherals.txt"
   
https://bugs.launchpad.net/bugs/623593/+attachment/1516539/+files/peripherals.txt

** Attachment added: "setxkbmap.txt"
   
https://bugs.launchpad.net/bugs/623593/+attachment/1516540/+files/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/623593/+attachment/1516541/+files/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   https://bugs.launchpad.net/bugs/623593/+attachment/1516542/+files/xkbcomp.txt

-- 
package nvidia-current 256.44-0ubuntu1 failed to install/upgrade: 
nvidia-current kernel module failed to build
https://bugs.launchpad.net/bugs/623593
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 623593] [NEW] package nvidia-current 256.44-0ubuntu1 failed to install/upgrade: nvidia-current kernel module failed to build

2010-08-24 Thread Charles Manning
Public bug reported:

This happened while installing http://kernel.ubuntu.com/~kernel-
ppa/mainline/daily/current/linux-
image-2.6.36-999-generic_2.6.36-999.201008241121_i386.deb

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: nvidia-current 256.44-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-15.21-generic 2.6.35.1
Uname: Linux 2.6.35-15-generic i686
NonfreeKernelModules: nvidia
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86 Kernel Module  256.44  Thu Jul 29 01:30:36 PDT 
2010
 GCC version:  gcc version 4.4.5 20100816 (prerelease) (Ubuntu/Linaro 
4.4.4-9ubuntu1)
Architecture: i386
Date: Wed Aug 25 08:15:57 2010
DkmsStatus:
 nvidia-current, 256.44, 2.6.35-14-generic, i686: installed 
 nvidia-current, 256.44, 2.6.35-15-generic, i686: installed
ErrorMessage: nvidia-current kernel module failed to build
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha i386 (20100803.1)
MachineType: Gigabyte Technology Co., Ltd. G41M-ES2L
PackageVersion: 256.44-0ubuntu1
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.35-15-generic 
root=UUID=b99594d0-8339-45e9-81cd-fe9a6c8db97b ro quiet splash
SourcePackage: nvidia-graphics-drivers
Title: package nvidia-current 256.44-0ubuntu1 failed to install/upgrade: 
nvidia-current kernel module failed to build
dmi.bios.date: 07/22/2009
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F4
dmi.board.name: G41M-ES2L
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF4:bd07/22/2009:svnGigabyteTechnologyCo.,Ltd.:pnG41M-ES2L:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnG41M-ES2L:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: G41M-ES2L
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
glxinfo: Error: [Errno 2] No such file or directory
nvidia-settings:
 
system:
 distro: Ubuntu
 codename:   maverick
 architecture:   i686
 kernel: 2.6.35-15-generic

** Affects: nvidia-graphics-drivers (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 maverick

-- 
package nvidia-current 256.44-0ubuntu1 failed to install/upgrade: 
nvidia-current kernel module failed to build
https://bugs.launchpad.net/bugs/623593
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 623596] Re: different/conflicting ids between default server and desktop installations

2010-08-24 Thread Jamin W. Collins

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/623596/+attachment/1516543/+files/Dependencies.txt

-- 
different/conflicting ids between default server and desktop installations
https://bugs.launchpad.net/bugs/623596
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 623596] [NEW] different/conflicting ids between default server and desktop installations

2010-08-24 Thread Jamin W. Collins
Public bug reported:

I search and asked around looking for the appropriate (meta-)package to
file this report against.  Unfortunately, I didn't get any responses.
I'm filing it here as ubuntu-desktop seems to be the core meta-package
for a desktop installation.  If this isn't the correct package to file
this against, please reassign it as needed.

The default Ubuntu Desktop and Server installations result in a
conflicting list of base group IDs and a conflicting user ID.

This makes it problematic to use a centralized authentication system as
right from the start the two installations disagree on IDs.

For example a default desktop installation assigns the following group
IDs:

105 lpadmin
106 ssl-cert
107 messagebus
108 mlocate
109 ssh
110 avahi-autoipd
111 avahi
112 netdev
113 couchdb
114 haldaemon
115 pulse
116 pulse-access
117 rtkit
118 saned
119 admin
120 gdm
121 nopasswdlogin
122 sambashare

However, a default server installation assigns these group IDs:

105 mlocate
106 ssh
107 netdev
108 landscape
109 lpadmin
110 sambashare
111 admin

As you can see, on a desktop installation the "ssh" group is ID 109.
However, on a server installation it is group 106.  The same issue is
true with the "admin" group.  On a desktop it is group 119, on a server
it is group 111.

On the user side, a default desktop installation assigns the following:

102 messagebus
103 avahi-autoipd
104 avahi
105 couchdb
106 speech-dispatcher
107 usbmux
108 haldaemon
109 kernoops
110 pulse
111 rtkit
112 saned
113 hplip
114 gdm

While a server installation assigns:

102 landscape

The default installations should result in the same user and group IDs
being created to facilitate easier integration into a centralized
authentication system.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: ubuntu-desktop 1.197
Uname: Linux 2.6.35-020635rc4-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Tue Aug 24 14:20:51 2010
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: ubuntu-meta

** Affects: ubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
different/conflicting ids between default server and desktop installations
https://bugs.launchpad.net/bugs/623596
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 623588] [NEW] installation of emacs23 blocked by emacsen-common

2010-08-24 Thread William F. Hammond
Public bug reported:

Binary package hint: emacsen-common

Description:Ubuntu 10.04.1 LTS
Release:10.04

This applies to a new desktop installation, rather than an upgrade,
via cdrom (made from iso downloaded 22 Aug 2010) of Ubuntu 10.04.1.

I have NOT seen this on two other machines where I upgraded to
Ubuntu 10.04 from earlier versions of Ubuntu (once from 8.04 and
once from 9.10).

Installation of the package "emacsen-common" will not complete because,
according to the message, at the configuration stage a call to
install-info is improper.  (It is unclear to me why install-info should have 
been
called for "emacsen-common" installation.)

"aptitude" output is appended below.

-
Errors were encountered while processing:
 emacsen-common
 emacs23-common
 emacs23-bin-common
 emacs23
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up emacsen-common (1.4.19ubuntu1) ...
emacsen-common: Handling install of emacsen flavor emacs
install-info: No dir file specified; try --help for more information.
dpkg: error processing emacsen-common (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of emacs23-common:
 emacs23-common depends on emacsen-common (>= 1.4.10); however:
  Package emacsen-common is not configured yet.
dpkg: error processing emacs23-common (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of emacs23-bin-common:
 emacs23-bin-common depends on emacs23-common (= 23.1+1-4ubuntu7); however:
  Package emacs23-common is not configured yet.
dpkg: error processing emacs23-bin-common (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of emacs23:
 emacs23 depends on emacs23-bin-common (= 23.1+1-4ubuntu7); however:
  Package emacs23-bin-common is not configured yet.
dpkg: error processing emacs23 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 emacsen-common
 emacs23-common
 emacs23-bin-common
 emacs23
-

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: emacsen-common 1.4.19ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-24.41-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Tue Aug 24 13:51:00 2010
InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release i386 (20100816.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: emacsen-common

** Affects: emacsen-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
installation of emacs23 blocked by emacsen-common
https://bugs.launchpad.net/bugs/623588
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 408474] Re: Language variants information missing in the language selection list

2010-08-24 Thread Mohamed Amine IL Idrissi
Is this still an issue? Please re-confirm if it is.

** Changed in: ubuntu-translations
   Status: Confirmed => Incomplete

** Changed in: gdm (Ubuntu)
   Status: Triaged => Incomplete

** Changed in: gdm (Ubuntu Karmic)
   Status: Triaged => Incomplete

** Changed in: gdm (Ubuntu Lucid)
   Status: Triaged => Incomplete

-- 
Language variants information missing in the language selection list
https://bugs.launchpad.net/bugs/408474
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 413239] Re: Translations: translation file with fuzzy header

2010-08-24 Thread Mohamed Amine IL Idrissi
Is this still an issue? Please re-confirm if it is.

** Changed in: ubuntu-translations
   Status: Confirmed => Incomplete

** Changed in: avahi (Ubuntu)
   Status: New => Incomplete

-- 
Translations: translation file with fuzzy header
https://bugs.launchpad.net/bugs/413239
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 585137] Re: cheese crashes on startup

2010-08-24 Thread Vish
Closing the bug again as there has been no update about the bug.

I would like to remind again that such bugs are better handled upstream, Kindly 
file a bug in: 
https://bugzilla.gnome.org/enter_bug.cgi?product=cheese

We dont make major changes in Ubuntu for Cheese , so such issues are better 
handled upstream directly. 
Even if the bug is re-opened with more info here , we need to forward it 
upstream to get it fixed.  ;-)

** Changed in: cheese (Ubuntu)
   Status: Incomplete => Invalid

-- 
cheese crashes on startup
https://bugs.launchpad.net/bugs/585137
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 618723] Re: Rename Update Manager to Software Updater

2010-08-24 Thread Lex
I would suggest 'Software Updates'  or even just 'Updates' .  Sounds
better then 'Updater'.  An updater is a thing (that does updates), where
as updates is the end-goal / product that the users are after - so take
out the middle man (the updater) and just point the users to the updates
themselves.

-- 
Rename Update Manager to Software Updater
https://bugs.launchpad.net/bugs/618723
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 619843] Re: euca-get-console-output returns one single line

2010-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/libvirt

-- 
euca-get-console-output returns one single line
https://bugs.launchpad.net/bugs/619843
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 623561] Re: Unlock dialog sometimes triggers without screensaver active

2010-08-24 Thread Braiam Peguero
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command, as it will
automatically gather debugging information, in a terminal:

apport-collect 623561

This will help us to find and resolve the problem. Bear in mind that you
may need to install the python-launchpadlib package from the universe
repository.  Additionally, when prompted to give apport-collect
permissions for Launchpad you will need to give it at least the ability
to "Change Non-Private" data as it will be adding information to your
bug report.  Thanks in advance!

When reporting bugs in the future please use apport, either via the
appropriate application's "Help -> Report a Problem" menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Changed in: gnome-screensaver (Ubuntu)
   Status: New => Incomplete

-- 
Unlock dialog sometimes triggers without screensaver active
https://bugs.launchpad.net/bugs/623561
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 623574] Re: [gobi 2000] Connection times out in AT+CREG? loop

2010-08-24 Thread Martin Pitt
For the record, if I put the same SIM card into my Huawei USB stick, it
works fine. So it's not due to not having an UMTS signal or the SIM card
being broken.

-- 
[gobi 2000] Connection times out in AT+CREG? loop
https://bugs.launchpad.net/bugs/623574
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 623574] Re: [gobi 2000] Connection times out in AT+CREG? loop

2010-08-24 Thread Martin Pitt
Logs look very similar to bug 590233.

-- 
[gobi 2000] Connection times out in AT+CREG? loop
https://bugs.launchpad.net/bugs/623574
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 623586] Re: apparmor /var/lib/ghostscript/fonts/Fontmap

2010-08-24 Thread Thomas C.

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/623586/+attachment/1516488/+files/BootDmesg.txt

** Attachment added: "CupsErrorLog.gz"
   
https://bugs.launchpad.net/bugs/623586/+attachment/1516489/+files/CupsErrorLog.gz

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/623586/+attachment/1516490/+files/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/623586/+attachment/1516491/+files/Dependencies.txt

** Attachment added: "Locale.txt"
   https://bugs.launchpad.net/bugs/623586/+attachment/1516492/+files/Locale.txt

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/623586/+attachment/1516493/+files/Lspci.txt

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/623586/+attachment/1516494/+files/Lsusb.txt

** Attachment added: "PrintingPackages.txt"
   
https://bugs.launchpad.net/bugs/623586/+attachment/1516495/+files/PrintingPackages.txt

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/623586/+attachment/1516496/+files/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/623586/+attachment/1516497/+files/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/623586/+attachment/1516498/+files/ProcModules.txt

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/623586/+attachment/1516499/+files/UdevDb.txt

** Attachment added: "UdevLog.txt"
   https://bugs.launchpad.net/bugs/623586/+attachment/1516500/+files/UdevLog.txt

-- 
apparmor /var/lib/ghostscript/fonts/Fontmap
https://bugs.launchpad.net/bugs/623586
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 623586] [NEW] apparmor /var/lib/ghostscript/fonts/Fontmap

2010-08-24 Thread Thomas C.
Public bug reported:

Binary package hint: cups

I set up my Canon BJC-7000 Parallel Printer... but when I try to print
there is nothing.. no errormessages in cups protocol and nothing on my
printer...

But in /var/log/messages I could find this:

Aug 24 22:04:46 PC kernel: [14145.790388] type=1400 audit(1282680286.209:15): 
apparmor="DENIED" operation="open" parent=23132 profile="/usr/sbin/cupsd" 
name="/var/lib/ghostscript/fonts/cidfmap" pid=23133 comm="gs" 
requested_mask="r" denied_mask="r" fsuid=7 ouid=0
Aug 24 22:04:46 PC kernel: [14145.805484] type=1400 audit(1282680286.225:16): 
apparmor="DENIED" operation="open" parent=23132 profile="/usr/sbin/cupsd" 
name="/var/lib/ghostscript/fonts/Fontmap" pid=23133 comm="gs" 
requested_mask="r" denied_mask="r" fsuid=7 ouid=0
Aug 24 22:04:46 PC kernel: [14145.877277] type=1400 audit(1282680286.297:17): 
apparmor="DENIED" operation="open" parent=23135 profile="/usr/sbin/cupsd" 
name="/var/lib/ghostscript/fonts/cidfmap" pid=23137 comm="gs" 
requested_mask="r" denied_mask="r" fsuid=7 ouid=0
Aug 24 22:04:46 PC kernel: [14145.892279] type=1400 audit(1282680286.309:18): 
apparmor="DENIED" operation="open" parent=23135 profile="/usr/sbin/cupsd" 
name="/var/lib/ghostscript/fonts/Fontmap" pid=23137 comm="gs" 
requested_mask="r" denied_mask="r" fsuid=7 ouid=0
Aug 24 22:06:16 PC kernel: [14235.672226] type=1400 audit(1282680376.093:19): 
apparmor="DENIED" operation="open" parent=23215 profile="/usr/sbin/cupsd" 
name="/var/lib/ghostscript/fonts/cidfmap" pid=23216 comm="gs" 
requested_mask="r" denied_mask="r" fsuid=7 ouid=0
Aug 24 22:06:16 PC kernel: [14235.690299] type=1400 audit(1282680376.109:20): 
apparmor="DENIED" operation="open" parent=23215 profile="/usr/sbin/cupsd" 
name="/var/lib/ghostscript/fonts/Fontmap" pid=23216 comm="gs" 
requested_mask="r" denied_mask="r" fsuid=7 ouid=0
Aug 24 22:06:16 PC kernel: [14235.746661] type=1400 audit(1282680376.165:21): 
apparmor="DENIED" operation="open" parent=23217 profile="/usr/sbin/cupsd" 
name="/var/lib/ghostscript/fonts/cidfmap" pid=23219 comm="gs" 
requested_mask="r" denied_mask="r" fsuid=7 ouid=0
Aug 24 22:06:16 PC kernel: [14235.766810] type=1400 audit(1282680376.185:22): 
apparmor="DENIED" operation="open" parent=23217 profile="/usr/sbin/cupsd" 
name="/var/lib/ghostscript/fonts/Fontmap" pid=23219 comm="gs" 
requested_mask="r" denied_mask="r" fsuid=7 ouid=0
Aug 24 22:09:01 PC kernel: [14400.792169] type=1400 audit(1282680541.209:23): 
apparmor="DENIED" operation="open" parent=23424 profile="/usr/sbin/cupsd" 
name="/var/lib/ghostscript/fonts/cidfmap" pid=23425 comm="gs" 
requested_mask="r" denied_mask="r" fsuid=7 ouid=0
Aug 24 22:09:01 PC kernel: [14400.807397] type=1400 audit(1282680541.225:24): 
apparmor="DENIED" operation="open" parent=23424 profile="/usr/sbin/cupsd" 
name="/var/lib/ghostscript/fonts/Fontmap" pid=23425 comm="gs" 
requested_mask="r" denied_mask="r" fsuid=7 ouid=0
Aug 24 22:09:01 PC kernel: [14400.853995] type=1400 audit(1282680541.273:25): 
apparmor="DENIED" operation="open" parent=23426 profile="/usr/sbin/cupsd" 
name="/var/lib/ghostscript/fonts/cidfmap" pid=23428 comm="gs" 
requested_mask="r" denied_mask="r" fsuid=7 ouid=0
Aug 24 22:09:01 PC kernel: [14400.869560] type=1400 audit(1282680541.289:26): 
apparmor="DENIED" operation="open" parent=23426 profile="/usr/sbin/cupsd" 
name="/var/lib/ghostscript/fonts/Fontmap" pid=23428 comm="gs" 
requested_mask="r" denied_mask="r" fsuid=7 ouid=0

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: cups 1.4.4-3
ProcVersionSignature: Ubuntu 2.6.35-17.23-generic 2.6.35.2
Uname: Linux 2.6.35-17-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Tue Aug 24 22:11:51 2010
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha i386 (20100803.1)
Lpstat: device for Canon-BJC-7000: parallel:/dev/lp0
MachineType: OEM OEM
Papersize: a4
PpdFiles: Canon-BJC-7000: Canon BJC-7000 Foomatic/bjc800
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-17-generic 
root=UUID=f1339a99-4238-447a-8262-40a42660939b ro quiet splash
ProcEnviron:
 LANG=de_DE.utf8
 SHELL=/bin/bash
SourcePackage: cups
dmi.bios.date: 05/05/2009
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: G31MX Series
dmi.board.vendor: Foxconn
dmi.chassis.type: 3
dmi.chassis.vendor: OEM
dmi.chassis.version: OEM
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd05/05/2009:svnOEM:pnOEM:pvrOEM:rvnFoxconn:rnG31MXSeries:rvr:cvnOEM:ct3:cvrOEM:
dmi.product.name: OEM
dmi.product.version: OEM
dmi.sys.vendor: OEM

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


** Tags: apport-bug i386 maverick

-- 
apparmor /var/lib/ghostscript/fonts/Fontmap
https://bugs.launchpad.net/bugs/623586
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 623587] Re: autoraise overrides manual window switching

2010-08-24 Thread Samium Gromoff

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/623587/+attachment/1516501/+files/Dependencies.txt

-- 
autoraise overrides manual window switching
https://bugs.launchpad.net/bugs/623587
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 623587] [NEW] autoraise overrides manual window switching

2010-08-24 Thread Samium Gromoff
Public bug reported:

Binary package hint: metacity

1. Enable autoraise.
2. Open two terminal windows, #1 and #2.
3. Move mouse over #1, it gains input focus.
4. M-Tab to #2, input focus moves to #2.
5. After a short while (during which mouse is /not/ moved), focus returns to #1.

This behavior is considered undesirable and inconsistent with how it has been 
handled
by all WMs of the past.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: metacity 1:2.30.1-2ubuntu3
ProcVersionSignature: Ubuntu 2.6.35-17.23-generic 2.6.35.2
Uname: Linux 2.6.35-17-generic x86_64
Architecture: amd64
Date: Tue Aug 24 23:33:18 2010
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
ProcEnviron:
 PATH=(custom, user)
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: metacity

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


** Tags: amd64 apport-bug maverick

-- 
autoraise overrides manual window switching
https://bugs.launchpad.net/bugs/623587
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 623591] [NEW] Printing of a part of a huge pdf-file aborts after a few pages

2010-08-24 Thread Alex
Public bug reported:

Binary package hint: hplip

As described above. I wanted to print some pages of a really huge pdf-
file (320 MB). After 4 pages the printing aborted. The printer gave the
error message: /usr/lib/cups/filter/foomatic-rip failed.

Tried it several times. Everytime the same result.

I'm using a HP Officejet Pro 8500.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: hpijs 3.10.2-2ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-24.41-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Tue Aug 24 22:12:32 2010
Lpstat:
 device for HP-Officejet-Pro-8500-A909a: 
usb://HP/Officejet%20Pro%208500%20A909a?serial=MY96K430MF
 device for Officejet_Pro_8500_A909a: 
hp:/usb/Officejet_Pro_8500_A909a?serial=MY96K430MF
 device for Officejet_Pro_8500_A909a_fax: 
hpfax:/usb/Officejet_Pro_8500_A909a?serial=MY96K430MF
MachineType: System manufacturer System Product Name
Papersize: a4
PpdFiles:
 Officejet_Pro_8500_A909a: HP Officejet Pro 8500 a909a hpijs, 3.10.2
 Officejet_Pro_8500_A909a_fax: HP Fax hpijs
 HP-Officejet-Pro-8500-A909a: HP Officejet Pro 8500 a909a hpijs, 3.10.2
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-24-generic 
root=UUID=2b8662c4-a153-4b83-b732-17f4bd99e945 ro quiet splash
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: hplip
dmi.bios.date: 10/16/2008
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: ASUS IPN73-BA ACPI BIOS Revision 0105 Targa
dmi.board.name: IPN73-BA
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: 1.XX
dmi.chassis.asset.tag: 123456789000
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSIPN73-BAACPIBIOSRevision0105Targa:bd10/16/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnIPN73-BA:rvr1.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug lucid

-- 
Printing of a part of a huge pdf-file aborts after a few pages
https://bugs.launchpad.net/bugs/623591
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 623588] Re: installation of emacs23 blocked by emacsen-common

2010-08-24 Thread William F. Hammond

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/623588/+attachment/1516502/+files/Dependencies.txt

-- 
installation of emacs23 blocked by emacsen-common
https://bugs.launchpad.net/bugs/623588
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 623591] Re: Printing of a part of a huge pdf-file aborts after a few pages

2010-08-24 Thread Alex

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/623591/+attachment/1516503/+files/BootDmesg.txt

** Attachment added: "CupsErrorLog.gz"
   
https://bugs.launchpad.net/bugs/623591/+attachment/1516504/+files/CupsErrorLog.gz

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/623591/+attachment/1516505/+files/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/623591/+attachment/1516506/+files/Dependencies.txt

** Attachment added: "Locale.txt"
   https://bugs.launchpad.net/bugs/623591/+attachment/1516507/+files/Locale.txt

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/623591/+attachment/1516508/+files/Lspci.txt

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/623591/+attachment/1516509/+files/Lsusb.txt

** Attachment added: "PrintingPackages.txt"
   
https://bugs.launchpad.net/bugs/623591/+attachment/1516510/+files/PrintingPackages.txt

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/623591/+attachment/1516511/+files/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/623591/+attachment/1516512/+files/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/623591/+attachment/1516513/+files/ProcModules.txt

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/623591/+attachment/1516514/+files/UdevDb.txt

** Attachment added: "UdevLog.txt"
   https://bugs.launchpad.net/bugs/623591/+attachment/1516515/+files/UdevLog.txt

-- 
Printing of a part of a huge pdf-file aborts after a few pages
https://bugs.launchpad.net/bugs/623591
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 355801] Re: Printing (HP LJ) slow/fails

2010-08-24 Thread mogliii
Please go to System -> Administration -> Synaptic Package Manager

Look for libgutenprint2 and check the exact version. My 64bit has
5.2.5-0ubuntu1, my 32bit has 5.2.5-0ubuntu1.1.

So this is the update you most probably need. But it has not been
distributed yet. Thats why I asked before. But maybe between uploading
(what Till Kamppeter did) and fully distributed it takes a month??? I am
also waiting for the update to show up.

-- 
Printing (HP LJ) slow/fails
https://bugs.launchpad.net/bugs/355801
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 415452] Re: The gutenprint-locales package is redundant

2010-08-24 Thread Mohamed Amine IL Idrissi
So, as I understand it, the package is still useful? If not, please re-
confirm this.

** Changed in: ubuntu-translations
   Status: Confirmed => Incomplete

** Changed in: gutenprint (Ubuntu)
   Status: New => Incomplete

-- 
The gutenprint-locales package is redundant
https://bugs.launchpad.net/bugs/415452
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 619532] Re: Allow user to set preferred password

2010-08-24 Thread Lex
It is pretty annoying as a new user.  I remember this issue when I first
started using Ubuntu; it would be nice if it could be change with a sudo
prompt similar to enter old password, enter new password, confirm new
password.  I would think that a sudo action would be able to overcome
the password strength check.  Or am I'm just giving sudo to much credit?

-- 
Allow user to set preferred password
https://bugs.launchpad.net/bugs/619532
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 623242] Re: speex-float-1 provides poor performance on armel

2010-08-24 Thread Sebastien Bacher
Thank you for your work, Luke could you review this change?

** Changed in: pulseaudio (Ubuntu)
 Assignee: (unassigned) => Luke Yelavich (themuso)

-- 
speex-float-1 provides poor performance on armel
https://bugs.launchpad.net/bugs/623242
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 429865] Re: [Translations] Translations don't get imported into Rosetta automatically

2010-08-24 Thread Mohamed Amine IL Idrissi
This bug is really old, so it would be very nice if someone could re-
confirm it.

** Changed in: ubuntu-translations
   Status: Confirmed => Incomplete

** Changed in: sane-backends (Ubuntu)
   Status: New => Incomplete

-- 
[Translations] Translations don't get imported into Rosetta automatically
https://bugs.launchpad.net/bugs/429865
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 501923] [NEW] ENE CIR Receiver chip don't work

2010-08-24 Thread Jordi
Hi Maxim, I'm on holidays, I'll try the patch in two weeks.

Thank you very much


2010/8/22, Maxim Levitsky :
> please try this patch
>
> ** Changed in: linux (Ubuntu)
>Status: Fix Committed => In Progress
>
> ** Patch added: "test.patch"
>
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/501923/+attachment/1510418/+files/test.patch
>
> --
> ENE CIR Receiver chip don't work
> https://bugs.launchpad.net/bugs/501923
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “linux” package in Ubuntu: In Progress
>
> Bug description:
> I'm an Ubuntu 9.10 64 bits user, and I get a Toshiba A500-141 laptop.
>
> I try to use the IRDA Remote controller (RC6ir), and the Receiver is an ENE
> CIR Receiver, model ENE0200.
> jo...@jordi-ubuntu:~$ lspnp
> 00:00 PNP0a08 (unknown)
> 00:01 ENE0200 (unknown)
> 00:02 PNP0200 AT DMA controller
> 00:03 PNP0103 High-Precision Event Timer
> 00:04 PNP0c04 Math coprocessor
> 00:05 PNP0c02 Motherboard resources
> 00:06 PNP0b00 AT real-time clock
> 00:07 PNP0303 IBM enhanced keyboard (101/102-key, PS/2 mouse support)
> 00:08 SYN0712 (unknown)
> 00:09 PNP0c02 Motherboard resources
> jo...@jordi-ubuntu:~$
>
> I'm looking for the drivers but I think it isn't supported in linux.
>
> Awaiting your news.
>
> Thank you very much
>
> ProblemType: Bug
> Architecture: amd64
> CheckboxSubmission: bcebcd0afb07ebec631dbc27ef4e6ef0
> CheckboxSystem: b1865df84255b8716d3bcc269ff410d1
> Date: Thu Dec 31 17:02:29 2009
> DistroRelease: Ubuntu 9.10
> ExecutablePath: /usr/bin/yelp
> InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
> NonfreeKernelModules: fglrx
> Package: yelp 2.28.0-0ubuntu2
> ProcEnviron:
>  LANG=es_ES.UTF-8
>  SHELL=/bin/bash
> ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
> SourcePackage: yelp
> Uname: Linux 2.6.31-16-generic x86_64
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/501923/+subscribe
>

-- 
Enviat des del meu dispositiu mòbil

-- 
ENE CIR Receiver chip don't work
https://bugs.launchpad.net/bugs/501923
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 431222] Re: [Translations] Translations don't get imported into Rosetta automatically

2010-08-24 Thread Mohamed Amine IL Idrissi
Is this still a problem? The bug dates from 2009, so it would be nice if
someone would reconfirm it.

** Changed in: cups
   Status: New => Incomplete

** Changed in: ubuntu-translations
   Status: Confirmed => Incomplete

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

-- 
[Translations] Translations don't get imported into Rosetta automatically
https://bugs.launchpad.net/bugs/431222
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 612597] Re: Official kernel 2.6.32-24 randomly crashes on MBP 2, 2 but PPA kernel 2.6.35 works perfectly

2010-08-24 Thread Simon Déziel
Also reproducible with the kernel linux-
image-2.6.34-020634-generic_2.6.34-020634_amd64.deb from the kernel-ppa.

-- 
Official kernel 2.6.32-24 randomly crashes on MBP 2,2 but PPA kernel 2.6.35 
works perfectly
https://bugs.launchpad.net/bugs/612597
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 623119] Re: [arrandale] GPU lockup 03b4cdac

2010-08-24 Thread Robert Hooker
** Description changed:

  Binary package hint: xserver-xorg-video-intel
  
  The computer was completely frozen. I could move the mouse cursor but
  nothing else. Just a hard restart solved the problem.
+ 
+ ../../intel/intel_bufmgr_gem.c:1069: Error setting domain 1097: Input/output 
error
+ (WW) intel(0): i830_uxa_prepare_access: gtt bo map failed: Input/output error
  
  ProblemType: Crash
  DistroRelease: Ubuntu 10.10
  Package: xserver-xorg-video-intel 2:2.12.0-1ubuntu3
  ProcVersionSignature: Ubuntu 2.6.35-17.23-generic 2.6.35.2
  Uname: Linux 2.6.35-17-generic i686
  Architecture: i386
  Chipset: arrandale
  DRM.card0.DisplayPort.1:
-  status: disconnected
-  enabled: disabled
-  dpms: On
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: On
+  modes:
+  edid-base64:
  DRM.card0.HDMI_Type_A.1:
-  status: disconnected
-  enabled: disabled
-  dpms: On
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: On
+  modes:
+  edid-base64:
  DRM.card0.LVDS.1:
-  status: connected
-  enabled: enabled
-  dpms: On
-  modes: 1366x768
-  edid-base64:
+  status: connected
+  enabled: enabled
+  dpms: On
+  modes: 1366x768
+  edid-base64:
  DRM.card0.VGA.1:
-  status: disconnected
-  enabled: disabled
-  dpms: On
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: On
+  modes:
+  edid-base64:
  Date: Mon Aug 23 20:44:20 2010
  DumpSignature: 03b4cdac
  ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  InterpreterPath: /usr/bin/python2.6
  MachineType: Sony Corporation VPCEA24FM
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-17-generic 
root=UUID=59c2add3-393a-4715-9c8b-a58d08df7b27 ro quiet splash
  ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
  ProcEnviron:
-  
+ 
  SourcePackage: xserver-xorg-video-intel
  Title: [arrandale] GPU lockup 03b4cdac
  UserGroups:
-  
+ 
  dmi.bios.date: 07/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R0300Y8
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR0300Y8:bd07/20/2010:svnSonyCorporation:pnVPCEA24FM:pvrC605EKN3:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCEA24FM
  dmi.product.version: C605EKN3
  dmi.sys.vendor: Sony Corporation
  glxinfo: Error: [Errno 2] No such file or directory
  system:
-  distro: Ubuntu
-  codename:   maverick
-  architecture:   i686
-  kernel: 2.6.35-17-generic
+  distro: Ubuntu
+  codename:   maverick
+  architecture:   i686
+  kernel: 2.6.35-17-generic

-- 
[arrandale] GPU lockup 03b4cdac
https://bugs.launchpad.net/bugs/623119
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 623128] Re: [clarkdale] GPU lockup 342623f1

2010-08-24 Thread Robert Hooker
** Description changed:

  Binary package hint: xserver-xorg-video-intel
  
  Error popped up in apport.  Not sure if it's related but gksudo isn't
  working so I had to use apport-cli to view the report
+ 
+ [38.988] (WW) intel(0): i830_uxa_prepare_access: gtt bo map failed: 
Input/output error
+ [38.988] (EE) intel(0): Failed to submit batch buffer, expect rendering 
corruption or even a frozen display: Input/output error.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 10.10
  Package: xserver-xorg-video-intel 2:2.12.0-1ubuntu3
  ProcVersionSignature: Ubuntu 2.6.35-17.23-generic 2.6.35.2
  Uname: Linux 2.6.35-17-generic i686
  Architecture: i386
  Chipset: clarkdale
  DRM.card0.DisplayPort.1:
-  status: disconnected
-  enabled: disabled
-  dpms: Off
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes:
+  edid-base64:
  DRM.card0.DisplayPort.2:
-  status: disconnected
-  enabled: disabled
-  dpms: Off
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes:
+  edid-base64:
  DRM.card0.HDMI_Type_A.1:
-  status: disconnected
-  enabled: disabled
-  dpms: Off
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes:
+  edid-base64:
  DRM.card0.HDMI_Type_A.2:
-  status: disconnected
-  enabled: disabled
-  dpms: On
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: On
+  modes:
+  edid-base64:
  DRM.card0.VGA.1:
-  status: disconnected
-  enabled: disabled
-  dpms: Off
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes:
+  edid-base64:
  Date: Tue Aug 24 00:02:51 2010
  DkmsStatus:
-  
+ 
  DumpSignature: 342623f1
  ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release i386 (20100816.1)
  InterpreterPath: /usr/bin/python2.6
  Lsusb:
-  Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
-  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-  Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
+  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ECS H55H-I
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-17-generic 
root=UUID=d2bb2331-54ef-4eb0-be75-b242e83938ec ro quiet splash
  ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
  ProcEnviron:
-  
+ 
  SourcePackage: xserver-xorg-video-intel
  Title: [clarkdale] GPU lockup 342623f1
  UserGroups:
-  
+ 
  Xrandr:
-  Error: command ['xrandr', '--verbose'] failed with exit code 1: Xlib:  
extension "RANDR" missing on display ":1.0".
-  RandR extension missing
+  Error: command ['xrandr', '--verbose'] failed with exit code 1: Xlib:  
extension "RANDR" missing on display ":1.0".
+  RandR extension missing
  dmi.bios.date: 03/04/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: H55H-I
  dmi.board.vendor: ECS
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: 0123ABC
  dmi.chassis.type: 3
  dmi.chassis.vendor: ECS
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd03/04/2010:svnECS:pnH55H-I:pvr1.0:rvnECS:rnH55H-I:rvr1.0:cvnECS:ct3:cvr1.0:
  dmi.product.name: H55H-I
  dmi.product.version: 1.0
  dmi.sys.vendor: ECS
  setxkbmap: Error: command ['setxkbmap', '-print'] failed with exit code 255: 
XKB extension not present on :1.0
  system:
-  distro: Ubuntu
-  codename:   maverick
-  architecture:   i686
-  kernel: 2.6.35-17-generic
+  distro: Ubuntu
+  codename:   maverick
+  architecture:   i686
+  kernel: 2.6.35-17-generic

-- 
[clarkdale] GPU lockup 342623f1
https://bugs.launchpad.net/bugs/623128
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 623582] Re: 1) *.PDF not seen 2) won't open RO files

2010-08-24 Thread Ajay

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/623582/+attachment/1516487/+files/Dependencies.txt

-- 
1) *.PDF not seen 2) won't open RO files
https://bugs.launchpad.net/bugs/623582
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 623582] [NEW] 1) *.PDF not seen 2) won't open RO files

2010-08-24 Thread Ajay
Public bug reported:

Binary package hint: pdfedit

Hopefully all the required info (Ubuntu, pkg) is included as it says!

1) I expect: To see all available files with extension .[Pp][Dd][Ff]
Result: Only files with extension .pdf appear, .PDF files invisible.

2) files without write permission won't load.
from app (cmd-line and info box report): "Error while loading document 
filenamewhatever.pdf
Unable to open file."

from cmd line:
"2:KERNEL:cpdf.cc:getInstance:2350: Unable to open file "filenamewhatever.pdf" 
in mode=rb+ (reason=Permission denied)"

This was the more informative one, so I figured out what was wrong,
however the app should still be able to open the PDF file even if it
can't edit it.  A short-term fix would just to make the error dialog box
the user sees more descriptive.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: pdfedit 0.4.3-1
ProcVersionSignature: Ubuntu 2.6.32-24.41-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Tue Aug 24 12:34:48 2010
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: pdfedit

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


** Tags: apport-bug i386 lucid

-- 
1) *.PDF not seen 2) won't open RO files
https://bugs.launchpad.net/bugs/623582
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 271222] Rhythmbox and Sound Juicer use low FLAC compression

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

** Changed in: gnome-media (Ubuntu)
   Status: Incomplete => Invalid

-- 
Rhythmbox and Sound Juicer use low FLAC compression
https://bugs.launchpad.net/bugs/271222
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 348876] zenity cannot any longer display long messages

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

** Changed in: zenity (Ubuntu)
   Status: Incomplete => Invalid

-- 
zenity cannot any longer display long messages
https://bugs.launchpad.net/bugs/348876
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 410661] Re: Mege/Remove po.old/ files and directory

2010-08-24 Thread Kamus
This issue is solved in version included in Ubuntu Lucid/Maverick, so I
have marked this report such Fix Released. Thanks

** Changed in: gksu (Ubuntu)
   Importance: Undecided => Low

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

** Changed in: ubuntu-translations
   Status: Confirmed => Fix Released

-- 
Mege/Remove po.old/ files and directory
https://bugs.launchpad.net/bugs/410661
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 430952] Resize SSH connection to smaller size does not resize

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

** Changed in: vinagre (Ubuntu)
   Status: Incomplete => Invalid

-- 
Resize SSH connection to smaller size does not resize
https://bugs.launchpad.net/bugs/430952
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 441986] Re: Live CD "Examples" desktop item translations depended on having the PO files

2010-08-24 Thread Mohamed Amine IL Idrissi
Is this still an issue? Please respond if you still experience this bug.

** Changed in: example-content (Ubuntu)
   Status: New => Incomplete

** Changed in: ubuntu-translations
   Status: Confirmed => Incomplete

-- 
Live CD "Examples" desktop item translations depended on having the PO files
https://bugs.launchpad.net/bugs/441986
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 446458] Cursor disappears connecting to VNC 4.1.1 on W2k SP4

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

** Changed in: vinagre (Ubuntu)
   Status: Incomplete => Invalid

-- 
Cursor disappears connecting to VNC 4.1.1 on W2k SP4
https://bugs.launchpad.net/bugs/446458
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 448433] Re: package language-pack-kde-pt conflicts with package language-pack-pt

2010-08-24 Thread Mohamed Amine IL Idrissi
This bug seems to be *really* old. Is it still relevant?

** Changed in: ubuntu-translations
   Status: Confirmed => Incomplete

** Changed in: language-pack-kde-pt (Ubuntu)
   Status: Triaged => Incomplete

-- 
package language-pack-kde-pt conflicts with package language-pack-pt
https://bugs.launchpad.net/bugs/448433
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 495535] multiple instance - feature request

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

** Changed in: gnome-system-monitor (Ubuntu)
   Status: Incomplete => Invalid

-- 
multiple instance - feature request
https://bugs.launchpad.net/bugs/495535
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 509626] Remote Desktop viewer connection to virtual desktop crashed

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

** Changed in: vinagre (Ubuntu)
   Status: Incomplete => Invalid

-- 
Remote Desktop viewer connection to virtual desktop crashed
https://bugs.launchpad.net/bugs/509626
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 545220] totem crashed with SIGSEGV

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

** Changed in: gst-plugins-base0.10 (Ubuntu)
   Status: Incomplete => Invalid

-- 
totem crashed with SIGSEGV
https://bugs.launchpad.net/bugs/545220
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 545220] totem crashed with SIGSEGV

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

** Changed in: gst-plugins-base
   Status: Incomplete => Invalid

-- 
totem crashed with SIGSEGV
https://bugs.launchpad.net/bugs/545220
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 561515] zenity crashed with SIGSEGV in g_utf8_collate_key_for_filename()

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

** Changed in: zenity (Ubuntu)
   Status: Incomplete => Invalid

-- 
zenity crashed with SIGSEGV in g_utf8_collate_key_for_filename()
https://bugs.launchpad.net/bugs/561515
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 568826] Re: Ubuntu One Preferences freezes when opened

2010-08-24 Thread Alexander Lancey
** Changed in: ubuntuone-client (Ubuntu)
   Status: New => Confirmed

-- 
Ubuntu One Preferences freezes when opened
https://bugs.launchpad.net/bugs/568826
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 594396] Re: "Sound Effects" should not be the default tab in Sound Preferences

2010-08-24 Thread Greg Auger
@Vish There aren’t going to be application-specific volume controls in
the new sound menu. [1]

[1] https://lists.launchpad.net/ayatana/msg01831.html

-- 
"Sound Effects" should not be the default tab in Sound Preferences
https://bugs.launchpad.net/bugs/594396
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 597153] gimp crashes on exit

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

** Changed in: gimp (Ubuntu)
   Status: Incomplete => Invalid

-- 
gimp crashes on exit
https://bugs.launchpad.net/bugs/597153
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 598383] No space left on device

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

** Changed in: gvfs (Ubuntu)
   Status: Incomplete => Invalid

-- 
No space left on device
https://bugs.launchpad.net/bugs/598383
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 605836] gnome file selector become unresponsive

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

** Changed in: gtk+2.0 (Ubuntu)
   Status: Incomplete => Invalid

-- 
gnome file selector become unresponsive
https://bugs.launchpad.net/bugs/605836
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 606742] gtk-update-icon-cache crashed with SIGSEGV

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

** Changed in: gtk+2.0 (Ubuntu)
   Status: Incomplete => Invalid

-- 
gtk-update-icon-cache crashed with SIGSEGV
https://bugs.launchpad.net/bugs/606742
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 611310] gimp-2.6 crashed with SIGSEGV

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

** Changed in: gimp (Ubuntu)
   Status: Incomplete => Invalid

-- 
gimp-2.6 crashed with SIGSEGV
https://bugs.launchpad.net/bugs/611310
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 616997] Re: [RV515] Unity keeps reloading with a white background

2010-08-24 Thread Mikkel Kamstrup Erlandsen
Vish: Cool you followed through on this - thanks! Your test output
indicates that all the tests are happy. Which is good of course, but
deepens the mystery...

Markus: Thanks for the xsession-error log!

Looking in both of your xession-error logs I see a:

  (mutter:1347): libunity-private-CRITICAL **: file places/places-place-
entry.c: line 785: uncaught error: Message did not receive a reply
(timeout by message bus) (dbus-glib-error-quark, 4)

In Markus' file this is line 151 - right after the place is triggered.
The same line appears in Vish's error log. This is a bit suspicious...
If we let the question of why this timeout rest for now (as that's a
problem in another process), I am thinking that it may have some side
effects triggering some bug in dbus-lib or libunity-private, that again
cause libdee to receive corrupted data in import_model(). This is pure
speculation of course.

In the code you are running now Unity dispatches a synchronous dbus call
to activate the place - this call times out for some reason (which means
that the place is to slow to respond, which is another bug in itself).
Since sync dbus calls are the root of all evil we are on a quest to
replace all of them with async ones. In the updates slated for this
Thursday (packages prolly available Friday) most of the sync calls
should be removed - which *may* mean that this bug resolves itself...

So if you are really impatient you can compile Unity trunk yourselves
(warning: this is not easy), or you can hold on and see if the Friday
updates magically fixes this. If not, we'll get back onto it!

-- 
[RV515] Unity keeps reloading with a white background
https://bugs.launchpad.net/bugs/616997
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   >