[Bug 921677] Re: python-pudb package is missing binaries

2012-06-30 Thread Julian Taylor
*** This bug is a duplicate of bug 605303 ***
https://bugs.launchpad.net/bugs/605303

** This bug has been marked a duplicate of bug 605303
   executable is missing

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

Title:
  python-pudb package is missing binaries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pudb/+bug/921677/+subscriptions

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


[Bug 605303] Re: executable is missing

2012-06-30 Thread Julian Taylor
** Also affects: pudb (Ubuntu Lucid)
   Importance: Undecided
   Status: New

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

Title:
  executable is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pudb/+bug/605303/+subscriptions

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


[Bug 605303] Re: executable is missing

2012-06-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: pudb (Ubuntu Lucid)
   Status: New = Confirmed

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

Title:
  executable is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pudb/+bug/605303/+subscriptions

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


[Bug 1019587] Re: acrux 0003:1A34:0802.0002: can't reset device, 0000:00:1d.3-1/input0, status -32

2012-06-30 Thread Brad Figg
** Changed in: linux (Ubuntu)
   Status: New = Confirmed

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

Title:
  acrux 0003:1A34:0802.0002: can't reset device, :00:1d.3-1/input0,
  status -32

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1019587/+subscriptions

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


[Bug 1019207] Re: Availability of ossim 1.8.x package

2012-06-30 Thread Hans Joachim Desserud
Thanks for reporting this issue and making Ubuntu better!

I attached a bug watch to a bug in Debian requesting a newer version of
powertop. Since Ubuntu is based on Debian, a newer version of a package
in Debian will also appear in Ubuntu after a while.

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

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

** Tags added: upgrade-software-version

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

Title:
  Availability of ossim 1.8.x package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ossim/+bug/1019207/+subscriptions

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


[Bug 1017463] Re: empathy-chat crashed with SIGSEGV in _tp_base_client_handle_channels()

2012-06-30 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/empathy

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

Title:
  empathy-chat crashed with SIGSEGV in _tp_base_client_handle_channels()

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/1017463/+subscriptions

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


[Bug 975152] Re: Execute in terminal not working

2012-06-30 Thread Peter Curtis
I think I have found the problem - the default setting for the terminal
is wrong in Lubuntu. Do Edit - Preferences - Advanced Tab and add the
option -e to the string so it reads x-terminal-emulator -e  %s - this
calls lxterminal with the -e option which opens the terminal and
executes the command line in %s. See man lxterminal. For more clarity
change the string to lxterminal -e %s

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

Title:
  Execute in terminal not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcmanfm/+bug/975152/+subscriptions

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


[Bug 605303] Re: executable is missing

2012-06-30 Thread Julian Taylor
I have uploaded a fixed version to -proposed, please test it when it
gets accepted.

** Description changed:

- Binary package hint: python-pudb
+ Impact: the package is empty making it unusable
+ 
+ Fix: it mistakenly built only for 2.5, setting XS-Python-Version to =
+ 2.5 as in effect done in natty fixes the issue.
+ 
+ TEST CASE:
+ cat t.py
+ print test
+ 
+ python -m pudb.run t.py
+ 
+ Result:
+ /usr/bin/python: No module named pudb
+ 
+ expected: pudb starting up
+ 
+ Regression potential:
+ low, current package is unusable
+ 
+ 
+ original report:
  
  I'm on lucid and try to debug a python script with:
  
- [oy@ubuntu-mini ~]$ python -m pudb.run t.py 
+ [oy@ubuntu-mini ~]$ python -m pudb.run t.py
  /usr/bin/python: No module named pudb
  
  It turns out, the package contains no python module, only docs:
  
  [oy@ubuntu-mini ~]$ dpkg -L python-pudb
  /.
  /usr
  /usr/share
  /usr/share/doc
  /usr/share/doc/python-pudb
  /usr/share/doc/python-pudb/copyright
  /usr/share/doc/python-pudb/examples
  /usr/share/doc/python-pudb/examples/debug_me.py
  /usr/share/doc/python-pudb/examples/try-the-debugger.sh
  /usr/share/doc/python-pudb/PKG-INFO.gz
  /usr/share/doc/python-pudb/changelog.Debian.gz
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: python-pudb 0.92.14-1
  ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-23-generic i686
  Architecture: i386
  Date: Wed Jul 14 09:24:10 2010
  PackageArchitecture: all
  ProcEnviron:
-  LANGUAGE=nb_NO:nb:no_NO:no:nn_NO:nn:en
-  LANG=nb_NO.utf8
-  SHELL=/bin/bash
+  LANGUAGE=nb_NO:nb:no_NO:no:nn_NO:nn:en
+  LANG=nb_NO.utf8
+  SHELL=/bin/bash
  SourcePackage: pudb

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

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

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

Title:
  executable is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pudb/+bug/605303/+subscriptions

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

[Bug 973922] Re: if you enable onscreen keyboard and then login/logout, onscreen stays checked but will not load automatically

2012-06-30 Thread Francesco Fumanti
I have created a separate bug for the theme issue containing my idea about 
adding an additional option to the Preferences dialog in the desktop session in 
order to apply the change to the login screen. If you have a better idea about 
how to solve the problem, please let us know. 
https://bugs.launchpad.net/onboard/+bug/1019590

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

Title:
  if you enable onscreen keyboard and then login/logout, onscreen stays
  checked but will not load automatically

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/973922/+subscriptions

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


[Bug 93546] Re: [upstream] Address data sources missing

2012-06-30 Thread tellapu
Hi NoOp (glgxg)!  Your comment regarding address data sources is very 
interesting. How did you uninstall the official Libre office (12.04) and 
install the non-Ubuntu version of LibreOffice? (I run Ubuntu 12.04 (AMD64) with 
LibreOffice 3.5.3.2).
Thanks.

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

Title:
  [upstream] Address data sources missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/blankon/+bug/93546/+subscriptions

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


[Bug 1019592] Re: Xserver Crashes with upgrade from 30th june

2012-06-30 Thread Sandra Karuving
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1019592

Title:
  Xserver Crashes with upgrade from 30th june

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1019592/+subscriptions

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


[Bug 1019592] [NEW] Xserver Crashes with upgrade from 30th june

2012-06-30 Thread Sandra Karuving
Public bug reported:

after the last upgrade i can not connect to the xserver. the screen will be 
black. this happens even on the live image after the latest upgrade.
atm im on a alpha2 image without this problem. the real one is, that i can not 
connect to my wlan without xserver. 

graphics is an Intel GMA X4500

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xserver-xorg 1:7.6+12ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-2.2-generic 3.5.0-rc4
Uname: Linux 3.5.0-2-generic i686
ApportVersion: 2.2.5-0ubuntu1
Architecture: i386
CasperVersion: 1.318
Date: Sat Jun 30 14:01:56 2012
LiveMediaBuild: Kubuntu 12.10 Quantal Quetzal - Alpha i386 (20120627)
ProcEnviron:
 LANGUAGE=
 TERM=xterm
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 quantal

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

Title:
  Xserver Crashes with upgrade from 30th june

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1019592/+subscriptions

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


[Bug 1019591] [NEW] wireless internet unstable

2012-06-30 Thread gordon verne
Public bug reported:

How can I correct my wireless internet connection please?

Since upgrading to Ubuntu 12 last night I am repeatedly asked for the
encryption key.

-which is entered , then connection fails after a few seconds,  seems to
be in a permanent vicious circle!

Thanks in anticipation,

G.R. Verne

** Affects: installation-guide (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  wireless internet unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/installation-guide/+bug/1019591/+subscriptions

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


[Bug 1017772] Re: GIMP-GAP's frames modify doesn't work properly

2012-06-30 Thread prenudos
Just for the record (or, how I've solve the problem),
I've found a very nice solution to use GIMP in the multiple window
mode inside the UNITY (ubuntu 12.04) enviroment. Is just run the GIMP
with the command:

in terminal:

UBUNTU_MENUPROXY= gimp
(That will place the menus in the windows instead of the top bar)

OR
APPMENU_DISPLAY_BOTH=1 gimp
(that will place the menus both in the top bar and in the windows)

via ALT+F2:

env UBUNTU_MENUPROXY= gimp

env APPMENU_DISPLAY_BOTH=1 gimp

Or make a gimp.desktop file with an text editor and place in the
launcher:

[Desktop Entry]
Version=2.6.12
Type=Application
Terminal=false
Exec= env APPMENU_DISPLAY_BOTH=1 gimp
Name=Gimp
GenericName=Gimp Painter
Icon=/usr/share/icons/hicolor/scalable/apps/gimp.svg

thanks,
Udan

** Changed in: gimp-gap (Ubuntu)
   Status: New = Invalid

** Changed in: gimp-gap (Ubuntu)
 Assignee: (unassigned) = prenudos (prenudos)

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

Title:
  GIMP-GAP's frames modify doesn't work properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp-gap/+bug/1017772/+subscriptions

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


[Bug 1017772] Re: GIMP-GAP's frames modify doesn't work properly

2012-06-30 Thread prenudos
Just for the record (or, how I've solve the problem),
I've found a very nice solution to use GIMP in the multiple window
mode inside the UNITY (ubuntu 12.04) enviroment. Is just run the GIMP
with the command:

in terminal:

UBUNTU_MENUPROXY= gimp
(That will place the menus in the windows instead of the top bar)

OR
APPMENU_DISPLAY_BOTH=1 gimp
(that will place the menus both in the top bar and in the windows)

via ALT+F2:

env UBUNTU_MENUPROXY= gimp

env APPMENU_DISPLAY_BOTH=1 gimp

Or make a gimp.desktop file with an text editor and place in the
launcher:

[Desktop Entry]
Version=2.6.12
Type=Application
Terminal=false
Exec= env APPMENU_DISPLAY_BOTH=1 gimp
Name=Gimp
GenericName=Gimp Painter
Icon=/usr/share/icons/hicolor/scalable/apps/gimp.svg

thanks,
Udan

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

Title:
  GIMP-GAP's frames modify doesn't work properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp-gap/+bug/1017772/+subscriptions

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


[Bug 1012503] Re: Unity Menu Shouldn't Lag After Hitting the Super Key

2012-06-30 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 814833 ***
https://bugs.launchpad.net/bugs/814833

Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Unity Menu Shouldn't Lag After Hitting the Super Key

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1012503/+subscriptions

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


[Bug 993366] Re: Unity greeter white dot grid is garbled

2012-06-30 Thread Jani Uusitalo
Confirming this on another G31 (MSI MS-7525). Haven't seen similar on 5
other Precise setups I have, including laptops with Intel 855GM and
GM965 Express on the graphics (the G31 has GMA 3100).

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

Title:
  Unity greeter white dot grid is garbled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/993366/+subscriptions

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


[Bug 993366] Re: Unity greeter white dot grid is garbled

2012-06-30 Thread Jani Uusitalo
Sorry, the GM965 Express is the chipset, that one has a Mobile Intel GMA
X3100 display adapter.

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

Title:
  Unity greeter white dot grid is garbled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/993366/+subscriptions

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


[Bug 969506] Re: If IPv6 enabled, Wi-Fi connection is lost every ten seconds; disabling IPv6 fixes it

2012-06-30 Thread David Gómez
This bug doesn't happen anymore with the lastest NetworkManager version
in Precise. I've re-enabled ipv6 and everything's ok.

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

Title:
  If IPv6 enabled, Wi-Fi connection is lost every ten seconds; disabling
  IPv6 fixes it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/969506/+subscriptions

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


Re: [Bug 779499] Re: debconf questions not visible during bacula install

2012-06-30 Thread Bernhard Kleine
this is very old indeed. Since I was never able to configure bacula
properly, i did not use it. since I was also not able to use my ati
graphic card properly, I have switched to debian and it works.

I am no longer willing to support ubuntu, sorry

cheers bernhard
 Original-Nachricht 
 Datum: Sat, 30 Jun 2012 03:21:56 -
 Von: Gary Lasker gary.las...@canonical.com
 An: bernhard.kle...@gmx.net
 Betreff: [Bug 779499] Re: debconf questions not visible during bacula install

 Hi, and thank you for your bug report. Are you still experiencing this
 issue with recent versions of Software Center? Many fixes have been made
 since then and  it's very possible that this issue has been resolved for
 you. If that is the case, please let us know so that we can close this
 bug, or feel free to close it yourself.
 
 ** Changed in: software-center (Ubuntu)
Status: New = Incomplete
 
 -- 
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/779499
 
 Title:
   debconf questions not visible during bacula install
 
 Status in “software-center” package in Ubuntu:
   Incomplete
 
 Bug description:
   Binary package hint: software-center
 
   I tried to install bacula (meta) using the software-center. When the
   defconf configuration screen appeared I clicked the entry to configure
   the director-mysql using debconf. However, the following debconf-
   screens remained empty. and the programm was installed in a embryonic
   way. (I might eventually be able to configure evrything myself using
   the conf files.) However, when there is a question: do you want
   debconf to handle the configuration, then that should work. otherwise
   the installation is like shooting in your own foot.
 
   Cheers
   Bernhard
 
   ProblemType: Bug
   DistroRelease: Ubuntu 11.04
   Package: software-center 4.0
   ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
   Uname: Linux 2.6.38-8-generic i686
   NonfreeKernelModules: fglrx
   Architecture: i386
   Date: Sun May  8 16:21:47 2011
   PackageArchitecture: all
   ProcEnviron:
LANGUAGE=de_DE:en
PATH=(custom, no user)
LANG=de_DE.UTF-8
SHELL=/bin/bash
   SourcePackage: software-center
   UpgradeStatus: Upgraded to natty on 2011-04-28 (9 days ago)
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/779499/+subscriptions

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

Title:
  debconf questions not visible during bacula install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/779499/+subscriptions

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

[Bug 497732] Re: Tar exited with error 512 () status

2012-06-30 Thread Neal McBurnett
** Description changed:

+ A default install of backuppc produces fails on an hourly basis like
+ this:
+ 
+  Backup failed on localhost (Tar exited with error 512 () status)
+ 
+ because it is trying to back up /etc and several files there are not
+ readable by the user which is doing the backup (id backuppc).
+ 
+ Workaround: you can either ignore the failures via the --ignore-failed-
+ read option to tar, or grant superuser privileges to backuppc and do the
+ backup via sudo as described in comment #15.
+ 
+ 
+ 
  Binary package hint: backuppc
- 
  
  ntents of file /var/lib/backuppc/log/LOG, modified 2009-12-17 06:00:16
  
  2009-12-17 01:00:00 Running 2 BackupPC_nightly jobs from 0..15 (out of 0..15)
  2009-12-17 01:00:00 Running BackupPC_nightly -m 0 127 (pid=24875)
  2009-12-17 01:00:00 Running BackupPC_nightly 128 255 (pid=24876)
  2009-12-17 01:00:00 Next wakeup is 2009-12-17 02:00:00
  2009-12-17 01:00:01 Started full backup on localhost (pid=24877, share=/etc)
  2009-12-17 01:00:19 Finished  admin1  (BackupPC_nightly 128 255)
  2009-12-17 01:00:22 BackupPC_nightly now running BackupPC_sendEmail
  2009-12-17 01:00:23 Finished  admin  (BackupPC_nightly -m 0 127)
  2009-12-17 01:00:23 Pool nightly clean removed 0 files of size 0.00GB
  2009-12-17 01:00:23 Pool is 0.00GB, 0 files (0 repeated, 0 max chain, 0 max 
links), 1 directories
  2009-12-17 01:00:23 Cpool nightly clean removed 3 files of size 0.00GB
  2009-12-17 01:00:23 Cpool is 0.01GB, 2914 files (0 repeated, 0 max chain, 24 
max links), 2373 directories
  2009-12-17 01:00:36 Backup failed on localhost (Tar exited with error 512 () 
status)
  2009-12-17 01:00:36 Running BackupPC_link localhost (pid=24893)
  2009-12-17 01:00:36 Finished localhost (BackupPC_link localhost)
  2009-12-17 02:00:01 Next wakeup is 2009-12-17 03:00:00
  2009-12-17 02:00:01 Started full backup on localhost (pid=24927, share=/etc)
  2009-12-17 02:00:16 Backup failed on localhost (Tar exited with error 512 () 
status)
  2009-12-17 02:00:16 Running BackupPC_link localhost (pid=24934)
  2009-12-17 02:00:16 Finished localhost (BackupPC_link localhost)
  2009-12-17 03:00:00 Next wakeup is 2009-12-17 04:00:00
  2009-12-17 03:00:00 Started full backup on localhost (pid=24968, share=/etc)
  2009-12-17 03:00:15 Backup failed on localhost (Tar exited with error 512 () 
status)
  2009-12-17 03:00:15 Running BackupPC_link localhost (pid=24984)
  2009-12-17 03:00:16 Finished localhost (BackupPC_link localhost)
  2009-12-17 04:00:00 Next wakeup is 2009-12-17 05:00:00
  2009-12-17 04:00:00 Started full backup on localhost (pid=25024, share=/etc)
  2009-12-17 04:00:15 Backup failed on localhost (Tar exited with error 512 () 
status)
  2009-12-17 04:00:15 Running BackupPC_link localhost (pid=25031)
  2009-12-17 04:00:15 Finished localhost (BackupPC_link localhost)
  2009-12-17 05:00:00 Next wakeup is 2009-12-17 06:00:00
  2009-12-17 05:00:01 Started full backup on localhost (pid=25067, share=/etc)
  2009-12-17 05:00:16 Backup failed on localhost (Tar exited with error 512 () 
status)
  2009-12-17 05:00:16 Running BackupPC_link localhost (pid=25074)
  2009-12-17 05:00:16 Finished localhost (BackupPC_link localhost)
  2009-12-17 06:00:00 Next wakeup is 2009-12-17 07:00:00
  2009-12-17 06:00:01 Started full backup on localhost (pid=25134, share=/etc)
  2009-12-17 06:00:16 Backup failed on localhost (Tar exited with error 512 () 
status)
  2009-12-17 06:00:16 Running BackupPC_link localhost (pid=25141)
  2009-12-17 06:00:16 Finished localhost (BackupPC_link localhost)
  
  ProblemType: Bug
  Architecture: amd64
  Date: Thu Dec 17 06:57:25 2009
  DistroRelease: Ubuntu 9.10
  NonfreeKernelModules: nvidia
  Package: backuppc 3.1.0-6ubuntu4
  PackageArchitecture: all
  ProcEnviron:
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.52-generic
  SourcePackage: backuppc
  Uname: Linux 2.6.31-16-generic x86_64

** Summary changed:

- Tar exited with error 512 () status
+ backuppc errors: Tar exited with error 512 () due to read permission 
failures

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

Title:
  backuppc errors: Tar exited with error 512 () due to read permission
  failures

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/497732/+subscriptions

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

[Bug 1019543] Re: apport-gtk crashed with TypeError in send(): slice indices must be integers or None or have an __index__ method

2012-06-30 Thread Doug McMahon
*** This bug is a duplicate of bug 1013334 ***
https://bugs.launchpad.net/bugs/1013334

** This bug has been marked a duplicate of bug 1013334
   slice indices must be integers or None or have an __index__ method

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

Title:
  apport-gtk crashed with TypeError in send(): slice indices must be
  integers or None or have an __index__ method

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1019543/+subscriptions

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


[Bug 1018643] Re: guake crashed with ShowableError in reload_globals()

2012-06-30 Thread melchiaros
Please give a step by step description like pushing this button,
choosing that, waiting for, and so on). Give a good algorithmic
description, that is complete and can guide a beginner in guake to the
point where the problem happends.

(step1,
 step2,
.
.
.
finished)

After that set the status of this report back to new.

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

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

Title:
  guake crashed with ShowableError in reload_globals()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guake/+bug/1018643/+subscriptions

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


[Bug 1019597] [NEW] package colord 0.1.16-2 failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 1 terug

2012-06-30 Thread Hugo Venhorst
Public bug reported:

won't install properly

ubuntu 12.04 fresh install

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: colord 0.1.16-2
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic i686
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
Date: Sat Jun 30 15:00:52 2012
ErrorMessage: subproces installed post-installation script gaf een foutwaarde 1 
terug
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
SourcePackage: colord
Title: package colord 0.1.16-2 failed to install/upgrade: subproces installed 
post-installation script gaf een foutwaarde 1 terug
UpgradeStatus: Upgraded to precise on 2012-06-16 (13 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  package colord 0.1.16-2 failed to install/upgrade: subproces installed
  post-installation script gaf een foutwaarde 1 terug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/colord/+bug/1019597/+subscriptions

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


[Bug 1019597] Re: package colord 0.1.16-2 failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 1 terug

2012-06-30 Thread Hugo Venhorst
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1019597

Title:
  package colord 0.1.16-2 failed to install/upgrade: subproces installed
  post-installation script gaf een foutwaarde 1 terug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/colord/+bug/1019597/+subscriptions

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


[Bug 946677] Re: UMS dri support missing for r200

2012-06-30 Thread ojordan
I've found a better way to deal with the unmiminising crashing with
Kwin.  In System Settings  Desktop Effects  Advanced there is a settng
for Keep window thumbnails.  If you change that to Always (Breaks
minimization) then it cures the crashing.  It still allows
minimistation, but (from a bit of googling) it just handles the
minimisation differently.  Sorted!

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

Title:
  UMS dri support missing for r200

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/946677/+subscriptions

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


[Bug 1019386] Re: Shut down hangs when HDMI cable is plugged in

2012-06-30 Thread Monza Lui
To clarify, after issuing halt, the shutdown sequence did start, just it
cannot complete and hangs.  However I couldn't not see what it hangs at.
Is there a way to see the kernel output during shut down?

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

Title:
  Shut down hangs when HDMI cable is plugged in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1019386/+subscriptions

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


[Bug 951281] Re: mala resolucion

2012-06-30 Thread Josep Pujadas-Jubany
Similar problem with Asus 1011CX (Intel Atom N2600) working with 12.04

Solved using:

http://daily.siebler.eu/2012/06/ubuntu-12-04-driver-for-intel-cedarview-
atom-n2000-und-d2000-serie/

This problem affects Cedar View and  Cedar Trail chipsets (new Intel
Atom chipsets with memory  graphics integrated controllers):

http://en.wikipedia.org/wiki/List_of_Intel_Atom_microprocessors

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

Title:
  mala resolucion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/951281/+subscriptions

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


[Bug 1016859] Re: shotwell crashes on startup

2012-06-30 Thread Adam Dingle
Another user reported a similar crash a few months back.  We have a
ticket for this upstream at

http://redmine.yorba.org/issues/4805

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

Title:
  shotwell crashes on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1016859/+subscriptions

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


[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-06-30 Thread Bartlomiej Skwira
This was also affecting me, but with the help of Mikhail (thank You bro!
can I send U a beer? ;)  - comment #46 - my drives are mounting
properly.

Unfortunately I also had a problem with partition table (disk utility
showed a huge - kazillion TB - empty partition with at the end of disk,
GParted showed the whole disk as unallocated). So I used 'testdisk' to
analyze partitions. It found the inconsistency and wrote a new partition
table. This fraked up GRUB, so I booted with an installation cd (Ubuntu
12.04), downloaded boot-repair, run the repair, reboot, and everything
is ok now!! HURRAY!  These steps can probably be done faster/better by
someone more experienced.

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

Title:
  palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse:
  assertion failed: (depth  100)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-disk-utility/+bug/571038/+subscriptions

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


[Bug 1019600] [NEW] Please merge gallery (1.5.10.dfsg-1.1) from Debian Unstable

2012-06-30 Thread Vibhav Pant
Public bug reported:

Changes since the last ubuntu delta:

gallery (1.5.10.dfsg-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix pending l10n issues. Debconf translations:
- Danish (Joe Hansen).  Closes: #593275
- Brazilian Portuguese (Eder L. Marques).  Closes: #621088
- Slovak (Slavko).  Closes: #634998
- Catalan (Innocent De Marchi).  Closes: #635270

 -- Christian Perrier bubu...@debian.org  Tue, 02 Aug 2011 08:12:06
+0200

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

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

Title:
  Please merge gallery (1.5.10.dfsg-1.1) from Debian Unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery/+bug/1019600/+subscriptions

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


[Bug 1019592] Re: Xserver Crashes with upgrade from 30th june

2012-06-30 Thread Sandra Karuving
** Attachment added: last xorg.0.log
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1019592/+attachment/3208921/+files/Xorg.0.log

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

Title:
  Xserver Crashes with upgrade from 30th june

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1019592/+subscriptions

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


[Bug 497732] Re: backuppc errors: Tar exited with error 512 () due to read permission failures

2012-06-30 Thread Neal McBurnett
This seems much higher-priority than low to me.  To have the default
install mysteriously fail hourly provides no confidence in backuppc, and
saving critical system configuration data like password hashes is one of
the main jobs of a backup tool.

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

Title:
  backuppc errors: Tar exited with error 512 () due to read permission
  failures

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/497732/+subscriptions

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


[Bug 972708] Re: User login screen does not appear during boot

2012-06-30 Thread peterzay
As a further test of comment #3, when I type CTRL+ALT+F1, I get TTY.

There, I login with admin user account.

Then I type sudo gdm start and get the following messages:

** (gdm-binary:1910): WARNING **: Failed to acquire
org.gnome.DisplayManager

** (gdm-binary:1910): WARNING **: Could not acquire name; bailing out

As this point, I logout and hold the main power button to shutdown the
machine.  Upon reboot, an automatic recovery process occurs.

Hope this helps clarify the problem.

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

Title:
  User login screen does not appear during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/972708/+subscriptions

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


[Bug 969039] Re: HUD appears when tapping Alt+Left very quickly

2012-06-30 Thread Jerry Quinn
I see this with both Alt-Left and Alt-Right in Firefox.  The keys get
delivered to Firefox and the HUD appears too.

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

Title:
  HUD appears when tapping Alt+Left very quickly

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/969039/+subscriptions

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


[Bug 1019604] Re: pudb shell does not work with ipython 0.12 and configuration issue

2012-06-30 Thread Julian Taylor
** Patch added: pudb.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/pudb/+bug/1019604/+attachment/3208929/+files/pudb.debdiff

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

Title:
  pudb shell does not work with ipython 0.12 and configuration issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pudb/+bug/1019604/+subscriptions

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


[Bug 1019207] Re: Availability of ossim 1.8.x package

2012-06-30 Thread Bug Watch Updater
** Changed in: ossim (Debian)
   Status: Unknown = New

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

Title:
  Availability of ossim 1.8.x package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ossim/+bug/1019207/+subscriptions

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


[Bug 1019604] [NEW] pudb shell does not work with ipython 0.12 and configuration issue

2012-06-30 Thread Julian Taylor
Public bug reported:

Impact: ipython 0.12 had a hidden api change which brakes pudb's embedded 
ipython shell
also it has issues with urwid  1.0 which appear when configuring it

Fix: it was fixed in v2012.1

TEST CASE:
cat test.py
a=1
print test

urwid:
start without ~/.config/pudb/pudb.cfg
pudb test.py
it will prompt for configuration, in that dialog scroll down till the end
it will often crash with a listboxerror in urwid

ipython
set shell to ipython in ~/.config/pudb/pudb.cfg


pudb test.py
press !

you get an exception in ipython:
AttributeError: can't set attribute

expected an ipython shell spawning with a in the namespace

regression potential:
the urwid is very simple, should not cause any regressions.
the ipython change is isolated to the ipython shell spawing code, there isn't 
much chance of breaking other stuff.
There is also a threading fix in 2012.1, see:
https://github.com/inducer/pudb/pull/29
it does not look like it can break much

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

** Description changed:

  Impact: ipython 0.12 had a hidden api change which brakes pudb's embedded 
ipython shell
  also it has issues with urwid  1.0 which appear when configuring it
  
  Fix: it was fixed in v2012.1
  
  TEST CASE:
  urwid:
  start without ~/.config/pudb/pudb.cfg
  it will prompt for configuration, in that dialog scroll down till the end
  it will often crash with a listboxerror in urwid
  
  ipython
  set shell to ipython in ~/.config/pudb/pudb.cfg
  cat test.py
  a=1
  print test
  
  pudb test.py
  press !
  
  you get an exception in ipython:
  AttributeError: can't set attribute
  
  expected an ipython shell spawning with a in the namespace
  
  regression potential:
  the urwid is very simple, should not cause any regressions.
  the ipython change is isolated to the ipython shell spawing code, there isn't 
much chance of breaking other stuff.
+ There is also a threading fix in 2012.1, see:
+ https://github.com/inducer/pudb/pull/29

** Description changed:

  Impact: ipython 0.12 had a hidden api change which brakes pudb's embedded 
ipython shell
  also it has issues with urwid  1.0 which appear when configuring it
  
  Fix: it was fixed in v2012.1
  
  TEST CASE:
  urwid:
  start without ~/.config/pudb/pudb.cfg
  it will prompt for configuration, in that dialog scroll down till the end
  it will often crash with a listboxerror in urwid
  
  ipython
  set shell to ipython in ~/.config/pudb/pudb.cfg
  cat test.py
  a=1
  print test
  
  pudb test.py
  press !
  
  you get an exception in ipython:
  AttributeError: can't set attribute
  
  expected an ipython shell spawning with a in the namespace
  
  regression potential:
  the urwid is very simple, should not cause any regressions.
  the ipython change is isolated to the ipython shell spawing code, there isn't 
much chance of breaking other stuff.
  There is also a threading fix in 2012.1, see:
  https://github.com/inducer/pudb/pull/29
+ it does not look like it can break much

** Description changed:

  Impact: ipython 0.12 had a hidden api change which brakes pudb's embedded 
ipython shell
  also it has issues with urwid  1.0 which appear when configuring it
  
  Fix: it was fixed in v2012.1
  
  TEST CASE:
+ cat test.py
+ a=1
+ print test
+ 
  urwid:
  start without ~/.config/pudb/pudb.cfg
+ pudb test.py
  it will prompt for configuration, in that dialog scroll down till the end
  it will often crash with a listboxerror in urwid
  
  ipython
  set shell to ipython in ~/.config/pudb/pudb.cfg
- cat test.py
- a=1
- print test
+ 
  
  pudb test.py
  press !
  
  you get an exception in ipython:
  AttributeError: can't set attribute
  
  expected an ipython shell spawning with a in the namespace
  
  regression potential:
  the urwid is very simple, should not cause any regressions.
  the ipython change is isolated to the ipython shell spawing code, there isn't 
much chance of breaking other stuff.
  There is also a threading fix in 2012.1, see:
  https://github.com/inducer/pudb/pull/29
  it does not look like it can break much

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

Title:
  pudb shell does not work with ipython 0.12 and configuration issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pudb/+bug/1019604/+subscriptions

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


[Bug 987212] Re: Wireless printer Processing - Unable to locate printer.

2012-06-30 Thread SRoesgen
The device with the network address 192.168.1.11 is one of two network
printers (a Brother MFC 9840 CDW).

I am adding the output of the avahi-browser commands here as txt file.


** Attachment added: Output of avahi-browse -a -v -c- r via LAN
   
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/987212/+attachment/3208922/+files/avahi-browse-a-v-c-r-output-LAN.txt

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

Title:
  Wireless printer Processing - Unable to locate printer.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/987212/+subscriptions

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


[Bug 987212] Re: Wireless printer Processing - Unable to locate printer.

2012-06-30 Thread SRoesgen
Sorry, could not find out, how to add more than one text file, so here
the second textfile.

** Attachment added: avahi-browse-a-v-c-r-output-wlan.txt
   
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/987212/+attachment/3208924/+files/avahi-browse-a-v-c-r-output-wlan.txt

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

Title:
  Wireless printer Processing - Unable to locate printer.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/987212/+subscriptions

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


[Bug 987212] Re: Wireless printer Processing - Unable to locate printer.

2012-06-30 Thread SRoesgen
Third file?field.comment=Third file

** Attachment added: avahi-browse-a-v-t-r-output-LAN.txt
   
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/987212/+attachment/3208925/+files/avahi-browse-a-v-t-r-output-LAN.txt

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

Title:
  Wireless printer Processing - Unable to locate printer.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/987212/+subscriptions

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


[Bug 987212] Re: Wireless printer Processing - Unable to locate printer.

2012-06-30 Thread SRoesgen
And the last one.

** Attachment added: avahi-browse-a-v-t-r-output-wlan.txt
   
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/987212/+attachment/3208926/+files/avahi-browse-a-v-t-r-output-wlan.txt

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

Title:
  Wireless printer Processing - Unable to locate printer.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/987212/+subscriptions

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


[Bug 972708] Re: User login screen does not appear during boot

2012-06-30 Thread peterzay
Note that this bug is different from Bug #701060 and Bug #609845 in that
CTRL+ALT+DEL has no effect.

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

Title:
  User login screen does not appear during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/972708/+subscriptions

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


[Bug 970968] Re: colord crashed with SIGSEGV

2012-06-30 Thread I
Not using Unity , even then get the same error after restart.

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

Title:
  colord crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/colord/+bug/970968/+subscriptions

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


[Bug 966294] Re: gstreamer hangs when accessing webcam (on specific hardware)

2012-06-30 Thread Guillermo Lo Coco
Adding debug info.

** Attachment added: cpuinfo.txt
   
https://bugs.launchpad.net/gstreamer/+bug/966294/+attachment/3208923/+files/cpuinfo.txt

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

Title:
  gstreamer hangs when accessing webcam (on specific hardware)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gstreamer/+bug/966294/+subscriptions

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


[Bug 966294] Re: gstreamer hangs when accessing webcam (on specific hardware)

2012-06-30 Thread Guillermo Lo Coco
Dmesg output

** Attachment added: dmesg.txt
   
https://bugs.launchpad.net/gstreamer/+bug/966294/+attachment/3208927/+files/dmesg.txt

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

Title:
  gstreamer hangs when accessing webcam (on specific hardware)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gstreamer/+bug/966294/+subscriptions

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


[Bug 966294] Re: gstreamer hangs when accessing webcam (on specific hardware)

2012-06-30 Thread Guillermo Lo Coco
lsusb

PD: deleting ubi-webcam.py workaround the issue well.

** Attachment added: lsusb.txt
   
https://bugs.launchpad.net/gstreamer/+bug/966294/+attachment/3208928/+files/lsusb.txt

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

Title:
  gstreamer hangs when accessing webcam (on specific hardware)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gstreamer/+bug/966294/+subscriptions

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


[Bug 605303] Re: executable is missing

2012-06-30 Thread Bug Watch Updater
** Changed in: pudb (Debian)
   Status: Unknown = Fix Released

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

Title:
  executable is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pudb/+bug/605303/+subscriptions

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


[Bug 933776] Re: [regression] scale/spread: Initiate Window Picker for All Windows does not show all windows. It shows only windows from curent workspace.

2012-06-30 Thread Bonzo
I have just updated from the PPA. Now scale works again as expected. I
hope Ubuntu devselopers won't give us another broken update in a
while...

Thanks, Bruno.

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

Title:
  [regression] scale/spread: Initiate Window Picker for All Windows
  does not show all windows. It shows only windows from curent
  workspace.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/933776/+subscriptions

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


[Bug 1019606] [NEW] Missing makeindex styles wb.ist and umlaut.ist

2012-06-30 Thread PeterPall
Public bug reported:

makeindex -g (for german sorting) only run is the quote character is set to a 
char different to  since this character might be used to compose german 
umlaute.
Normally texlive ships with the styles wb.ist and umlaut.ist do this. In 
qurrant quantal they are missing, though.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: texlive-lang-german 2012.20120611-2
Uname: Linux 3.5.0-030500rc3-generic x86_64
ApportVersion: 2.2.5-0ubuntu1
Architecture: amd64
Date: Sat Jun 30 16:58:45 2012
EcryptfsInUse: Yes
PackageArchitecture: all
SourcePackage: texlive-lang
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: texlive-lang (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug quantal

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

Title:
  Missing makeindex styles wb.ist and umlaut.ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-lang/+bug/1019606/+subscriptions

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


[Bug 1019606] Re: Missing makeindex styles wb.ist and umlaut.ist

2012-06-30 Thread PeterPall
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1019606

Title:
  Missing makeindex styles wb.ist and umlaut.ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-lang/+bug/1019606/+subscriptions

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


[Bug 1019605] [NEW] window frame disappear continuosly

2012-06-30 Thread ilmondo
Public bug reported:

Hallo. Continuosly dissappear my window frames (see attachment). i hit
alt+F2 and make gtk-window-decorator --replace does fix it but after w
while it happens agoain.

i tried to do compiz --replace from the terminal and i got this output:

compiz --replace
Checking if settings need to be migrated ...no
Checking if internal files need to be migrated ...no
Backend : gconf
Integration : true
Profile : unity
Adding plugins
Initializing core options...done
compiz (core) - Warn: failed to receive ConfigureNotify event on 0x1e00056

compiz (core) - Warn: failed to receive ConfigureNotify event on
0x1a00736

compiz (core) - Warn: failed to receive ConfigureNotify event on
0x1e00cb1

compiz (core) - Warn: failed to receive ConfigureNotify event on
0x48000b8

compiz (core) - Warn: failed to receive ConfigureNotify event on
0x443

compiz (core) - Warn: failed to receive ConfigureNotify event on
0x45153d8

compiz (core) - Warn: failed to receive ConfigureNotify event on
0x4e000b8

compiz (core) - Warn: failed to receive ConfigureNotify event on
0x2800027

Initializing composite options...done
Initializing opengl options...done
Initializing decor options...done
Initializing vpswitch options...done
Initializing screenshot options...done
Initializing mousepoll options...done
compiz (core) - Error: Plugin 'text' not loaded.

Initializing thumbnail options...done
Initializing place options...done
Initializing gnomecompat options...done
Initializing move options...done
Initializing resize options...done
Initializing grid options...done
Initializing session options...done
Initializing animation options...done
Initializing workarounds options...done
Initializing wobbly options...done
Initializing fade options...done
Initializing cube options...done
compiz (expo) - Warn: failed to bind image to texture
Initializing expo options...done
Initializing rotate options...done
Initializing unitymtgrabhandles options...done
Initializing ezoom options...done
Initializing scale options...done
Initializing switcher options...done

(compiz:26270): GConf-CRITICAL **: gconf_client_add_dir: assertion 
`gconf_valid_key (dirname, NULL)' failed
Initializing unityshell options...done
compiz (core) - Warn: unhandled ConfigureNotify on 0x4c00093!
compiz (core) - Warn: this should never happen. you should probably file a bug 
about this.
compiz (core) - Warn: unhandled ConfigureNotify on 0x4c00096!
compiz (core) - Warn: this should never happen. you should probably file a bug 
about this.
compiz (core) - Warn: unhandled ConfigureNotify on 0x4c00096!
compiz (core) - Warn: this should never happen. you should probably file a bug 
about this.
compiz (core) - Warn: unhandled ConfigureNotify on 0x4c00099!
compiz (core) - Warn: this should never happen. you should probably file a bug 
about this.
compiz (core) - Warn: unhandled ConfigureNotify on 0x4c0009c!
compiz (core) - Warn: this should never happen. you should probably file a bug 
about this.
compiz (core) - Warn: unhandled ConfigureNotify on 0x4c0009c!
compiz (core) - Warn: this should never happen. you should probably file a bug 
about this.
compiz (core) - Warn: unhandled ConfigureNotify on 0x4c0009f!
compiz (core) - Warn: this should never happen. you should probably file a bug 
about this.
compiz (core) - Warn: unhandled ConfigureNotify on 0x4c000a2!
compiz (core) - Warn: this should never happen. you should probably file a bug 
about this.
compiz (core) - Warn: unhandled ConfigureNotify on 0x4c000a2!
compiz (core) - Warn: this should never happen. you should probably file a bug 
about this.
compiz (core) - Warn: unhandled ConfigureNotify on 0x4c000a5!
compiz (core) - Warn: this should never happen. you should probably file a bug 
about this.
compiz (core) - Warn: unhandled ConfigureNotify on 0x4c000a8!
compiz (core) - Warn: this should never happen. you should probably file a bug 
about this.
WARN  2012-06-30 16:45:49 unity.libindicator unknown:0 Desktop file 
'/usr/share/applications/firefox.desktop' is using a deprecated format for its 
actions that will be dropped soon.
WARN  2012-06-30 16:45:49 unity.libindicator unknown:0 Desktop file 
'/usr/share/applications/thunderbird.desktop' is using a deprecated format for 
its actions that will be dropped soon.
WARN  2012-06-30 16:45:49 unity.libindicator unknown:0 Desktop file 
'/usr/share/app-install/desktop/chromium-browser:chromium-browser.desktop' is 
using a deprecated format for its actions that will be dropped soon.
ERROR 2012-06-30 16:45:49 unity.glib-gobject unknown:0 g_object_unref: 
assertion `G_IS_OBJECT (object)' failed
Setting Update command
Setting Update main_menu_key
Setting Update run_key
Setting Update open_random_effects
Setting Update minimize_random_effects
Setting Update launcher_opacity
Setting Update icon_size
Setting Update show_desktop_icon
^[[B^[[BWARN  2012-06-30 16:51:20 unity unknown:0 Unable to fetch children: 
Interfaccia org.ayatana.bamf.view inesistente sull'oggetto nel 

[Bug 1019605] Re: window frame disappear continuosly

2012-06-30 Thread ilmondo
** Attachment added: windows without frames
   
https://bugs.launchpad.net/bugs/1019605/+attachment/3208930/+files/Schermata%20del%202012-06-30%2017%3A00%3A01.png

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

Title:
  window frame disappear continuosly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1019605/+subscriptions

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


[Bug 997674] Re: [Lenovo G470, Conexant CX20590, Mic, Internal] No sound at all

2012-06-30 Thread Dave Lentz
The latest version of ALSA is 1.0.25. What does this command return?
cat /proc/asound/version

This bug and your original  bug are both about mic not working on Lenovo
G470.

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

Title:
  [Lenovo G470, Conexant CX20590, Mic, Internal] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/997674/+subscriptions

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


[Bug 969506] Re: If IPv6 enabled, Wi-Fi connection is lost every ten seconds; disabling IPv6 fixes it

2012-06-30 Thread Thomas Hood
** Changed in: network-manager (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  If IPv6 enabled, Wi-Fi connection is lost every ten seconds; disabling
  IPv6 fixes it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/969506/+subscriptions

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


[Bug 1019607] [NEW] package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2012-06-30 Thread Theodore Lenthe
*** This bug is a duplicate of bug 988509 ***
https://bugs.launchpad.net/bugs/988509

Public bug reported:

Error occured while running routine update

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba4 4.0.0~alpha18.dfsg1-4ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-19.33-generic 3.0.27
Uname: Linux 3.0.0-19-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Sat Jun 30 11:05:48 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 126
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
SourcePackage: samba4
Title: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 126
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 126

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/1019607/+subscriptions

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


[Bug 1019607] Re: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2012-06-30 Thread Theodore Lenthe
*** This bug is a duplicate of bug 988509 ***
https://bugs.launchpad.net/bugs/988509

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 126

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/1019607/+subscriptions

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


[Bug 1019607] Re: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2012-06-30 Thread Apport retracing service
*** This bug is a duplicate of bug 988509 ***
https://bugs.launchpad.net/bugs/988509

** Tags removed: need-duplicate-check

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 126

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/1019607/+subscriptions

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


[Bug 1019579] Re: No splash; monitor powers off before login

2012-06-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  No splash; monitor powers off before login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1019579/+subscriptions

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


[Bug 1019454] Re: gksudo window loses focus if the password prompt is right-clicked

2012-06-30 Thread Dave Lentz
** Summary changed:

- GKSUDO WINDOW LOSES FOCUS IF THE PASSWORD PROMPT IS RIGHT-CLICKED!!
+ gksudo window loses focus if the password prompt is right-clicked

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

Title:
  gksudo window loses focus if the password prompt is right-clicked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gksu/+bug/1019454/+subscriptions

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


[Bug 1019607] Re: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2012-06-30 Thread Dave Lentz
*** This bug is a duplicate of bug 988509 ***
https://bugs.launchpad.net/bugs/988509

** This bug has been marked a duplicate of bug 988509
   setoption.pl is not executable

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 126

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/1019607/+subscriptions

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


[Bug 1019606] Re: Missing makeindex styles wb.ist and umlaut.ist

2012-06-30 Thread PeterPall
** Description changed:

  makeindex -g (for german sorting) only run is the quote character is set to a 
char different to  since this character might be used to compose german 
umlaute.
- Normally texlive ships with the styles wb.ist and umlaut.ist do this. In 
qurrant quantal they are missing, though.
+ Normally texlive ships with the styles wb.ist and umlaut.ist do this. In 
current quantal they are missing, though.
+ 
+ In the case makeindex -g is no more actively supported since it has
+ been superseeded by texindy -g feel free to mark this bug report as
+ invalid.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: texlive-lang-german 2012.20120611-2
  Uname: Linux 3.5.0-030500rc3-generic x86_64
  ApportVersion: 2.2.5-0ubuntu1
  Architecture: amd64
  Date: Sat Jun 30 16:58:45 2012
  EcryptfsInUse: Yes
  PackageArchitecture: all
  SourcePackage: texlive-lang
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Missing makeindex styles wb.ist and umlaut.ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-lang/+bug/1019606/+subscriptions

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


[Bug 1019591] Re: wireless internet unstable

2012-06-30 Thread Dave Lentz
** Package changed: installation-guide (Ubuntu) = network-manager
(Ubuntu)

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

Title:
  wireless internet unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1019591/+subscriptions

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


[Bug 1019466] Re: package fglrx-updates (not installed) failed to install/upgrade: 子进程 已安装 post-removal 脚本 返回了错误号 1

2012-06-30 Thread Dave Lentz
*** This bug is a duplicate of bug 949641 ***
https://bugs.launchpad.net/bugs/949641

** This bug has been marked a duplicate of bug 949641
   Installing both fglrx and fglrx-updates results in:  error exit status 1 
-/etc/init.d/atieventsd exists during rc.d purge

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

Title:
  package fglrx-updates (not installed) failed to install/upgrade: 子进程
  已安装 post-removal 脚本 返回了错误号 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1019466/+subscriptions

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

[Bug 1019460] Re: /var/lib/dpkg/info/samba4.postinst: 14: /var/lib/dpkg/info/samba4.postinst: /usr/share/samba/setoption.pl: Permission denied

2012-06-30 Thread Dave Lentz
*** This bug is a duplicate of bug 988509 ***
https://bugs.launchpad.net/bugs/988509

** Package changed: samba (Ubuntu) = samba4 (Ubuntu)

** This bug has been marked a duplicate of bug 988509
   setoption.pl is not executable

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

Title:
  /var/lib/dpkg/info/samba4.postinst: 14:
  /var/lib/dpkg/info/samba4.postinst: /usr/share/samba/setoption.pl:
  Permission denied

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/1019460/+subscriptions

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


[Bug 1016980] Re: onboard crashed with signal 5 in _XReply()

2012-06-30 Thread Francesco Fumanti
@Roman

I have uploaded a snapshot with the fix to our Snapshots PPA for quantal: 
https://launchpad.net/~onboard/+archive/snapshots
It is Onboard version  0.97.1+tr868-0ppa~quantal3 and probably also newer 
versions that might appear in the future.

Be aware that this version of Onboard is based on python3 and thus you will 
need version 0.61.0 of virtkey for it to work. This version is waiting for the 
Ubuntu developers to be reviewed and to be uploaded to the ubuntu quantal 
repositories. In the meantime, you can get it from my PPA: 
https://launchpad.net/~frafu/+archive/ppa

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

Title:
  onboard crashed with signal 5 in _XReply()

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1016980/+subscriptions

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


[Bug 964684] Re: unity-music-daemon using a huge amount of ram

2012-06-30 Thread FuzzyQ
I'm running version 5.12.0-0ubuntu1 of unity-lens-music and memory
consumption is at 170 MB of ram. Any suggestions?

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

Title:
  unity-music-daemon using a huge amount of ram

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/964684/+subscriptions

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


[Bug 368958] Re: netbeans keyboard problem

2012-06-30 Thread melchiaros
Sorry, your bugreport lacks the most of relevant information(e.g Ubuntu
version). Please use

apport-collect 368958

on command line.





Please upgrade to the latest version(12.04) and re-test. If the bug is still 
reproducable, increase the verbosity of the steps to recreate it so we can try 
again.

Do feel free to report any other bugs you may find.

--

Howto:

Look at the software sources of your system. There should under the
menu point actualization some entries about notifications.

Set them all to the shortest times available. The last entrie there
should be something like notify about newer ubuntu versions.

Apply this changes and reload your package sources : e.g synaptic relaod
or update manager(Software updates).

You should after this get a notification(try a bit arround until the
sytem recognize) about a release upgrade from the update-manager(may be
called Software updates).

Run this.

!Make first a backup of your system!(e.g. dejadub)

The upgrades has become more and more stable in the last years, but the
procedure is a complicated one for the software and may under
circumstances render your system unbootable.

The whole upgrade may take some hours.

Good luck!

-

Please iterate this until you have reached the actual version
Ubuntu12.04.


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

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

Title:
  netbeans keyboard problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netbeans/+bug/368958/+subscriptions

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


[Bug 1019610] [NEW] package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2012-06-30 Thread Harold
Public bug reported:

Samba has been broken since about 6 mos before 12.04 was released.  I could not 
share network directories.  I installed Dropbox and I am able to use my 
network, bit Samba is still broken.  Audio and video are broken too. Very 
frustrating. Worked great until the upgrade
Harold

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba4 4.0.0~alpha18.dfsg1-4ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
Uname: Linux 3.2.0-25-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Sat Jun 30 09:35:20 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 126
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
SourcePackage: samba4
Title: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 126
UpgradeStatus: Upgraded to precise on 2012-05-13 (47 days ago)

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


** Tags: amd64 apport-package need-duplicate-check precise

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 126

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/1019610/+subscriptions

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


[Bug 1019610] Re: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2012-06-30 Thread Harold
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1019610

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 126

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/1019610/+subscriptions

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


[Bug 1014240] Re: [Asus eeepc 1225B] Keyboard and Touchpad randomly not working at startup

2012-06-30 Thread Mateus Araújo
Łukasz,

Since the problem appears randomly, it is hard to be sure it is gone,
but after applying your solution I rebooted ten times and there was no
lock up, so I guess it is working. Thank you very much!

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

Title:
  [Asus eeepc 1225B] Keyboard and Touchpad randomly not working  at
  startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1014240/+subscriptions

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

[Bug 546285] Re: Lucid does not detect HUAWEI 3G USB dongle.

2012-06-30 Thread Thomas Hood
 After booting with 10.04 beta1 UNR Live USB I could access the 3G
network using the dongle.

Thanks.  Closing.

** Changed in: network-manager (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Lucid does not detect HUAWEI 3G USB dongle.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/546285/+subscriptions

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


[Bug 261646] Re: [needs-packaging] Rapidminer

2012-06-30 Thread melchiaros
ping

Go further or please unassigne.

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

Title:
  [needs-packaging] Rapidminer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/261646/+subscriptions

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


[Bug 543272] Re: NetworkManager always starts with networks turned off

2012-06-30 Thread Thomas Hood
*** This bug is a duplicate of bug 544178 ***
https://bugs.launchpad.net/bugs/544178

** This bug has been marked a duplicate of bug 544178
   on startup/login network-manager is disabled

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

Title:
  NetworkManager always starts with networks turned off

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/543272/+subscriptions

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


[Bug 543502] Re: wifi can not conect in lucid beta 1

2012-06-30 Thread Thomas Hood
Is this bug still present in Ubuntu 12.04?

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

Title:
  wifi can not conect in lucid beta 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/543502/+subscriptions

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


[Bug 544178] Re: on startup/login network-manager is disabled

2012-06-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: network-manager (Ubuntu)
   Status: New = Confirmed

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

Title:
  on startup/login network-manager is disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/544178/+subscriptions

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


[Bug 544178] Re: on startup/login network-manager is disabled

2012-06-30 Thread Thomas Hood
Is this bug still present in Ubuntu 12.04?

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

Title:
  on startup/login network-manager is disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/544178/+subscriptions

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


[Bug 836533] Re: Still problems with nfs-mounts in /etc/fstab on boot

2012-06-30 Thread Vidar Hoel
Sorry, I forgot to mention: I use 12.04 as a client, and 10.04 as the
server.

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

Title:
  Still problems with nfs-mounts in /etc/fstab on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/836533/+subscriptions

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


[Bug 836533] Re: Still problems with nfs-mounts in /etc/fstab on boot

2012-06-30 Thread Vidar Hoel
** Attachment added: /etc/fstab
   
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/836533/+attachment/3208967/+files/fstab

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

Title:
  Still problems with nfs-mounts in /etc/fstab on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/836533/+subscriptions

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


[Bug 836533] Re: Still problems with nfs-mounts in /etc/fstab on boot

2012-06-30 Thread Vidar Hoel
** Attachment added: mountall.log (After fix)
   
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/836533/+attachment/3208966/+files/mountall.log_after_fix

** Attachment removed: /etc/fstab
   
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/836533/+attachment/3208961/+files/fstab

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

Title:
  Still problems with nfs-mounts in /etc/fstab on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/836533/+subscriptions

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


[Bug 836533] Re: Still problems with nfs-mounts in /etc/fstab on boot

2012-06-30 Thread Vidar Hoel
** Attachment added: mountall.log (Before fix)
   
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/836533/+attachment/3208965/+files/mountall.log_before_fix

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

Title:
  Still problems with nfs-mounts in /etc/fstab on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/836533/+subscriptions

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


[Bug 836533] Re: Still problems with nfs-mounts in /etc/fstab on boot

2012-06-30 Thread Vidar Hoel
** Attachment added: /etc/resolv.conf
   
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/836533/+attachment/3208964/+files/resolv.conf

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

Title:
  Still problems with nfs-mounts in /etc/fstab on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/836533/+subscriptions

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


[Bug 541995] Re: Lucid WiFi hardware not detected, previous version worked out of the box

2012-06-30 Thread Thomas Hood
 WiFi works now. Needed update, reboot, then clicking Hardware
Drivers to pick WiFi driver.

** Changed in: network-manager (Ubuntu)
   Status: New = Invalid

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

Title:
  Lucid WiFi hardware not detected, previous version worked out of the
  box

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/541995/+subscriptions

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


[Bug 540877] Re: Incrementing network interface in Karamic

2012-06-30 Thread Thomas Hood
Is this bug still present in Ubuntu 12.04?

** Summary changed:

- Incrementing network interface in Karamic
+ Statically configured interface gets new MAC address and interface name whose 
numeral has incremented by one on every boot

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

Title:
  Statically configured interface gets new MAC address and interface
  name whose numeral has incremented by one on every boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/540877/+subscriptions

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


[Bug 836533] Re: Still problems with nfs-mounts in /etc/fstab on boot

2012-06-30 Thread Vidar Hoel
** Attachment added: /etc/network/interfaces (Working)
   
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/836533/+attachment/3208962/+files/interfaces

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

Title:
  Still problems with nfs-mounts in /etc/fstab on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/836533/+subscriptions

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


[Bug 836533] Re: Still problems with nfs-mounts in /etc/fstab on boot

2012-06-30 Thread Vidar Hoel
I had the same bug, and found the problem: Running IPv6 first and IPv4
afterwards (in /etc/networking/interfaces) did not work. When I
prioritezed IPv6, I had to do a sudo mount -a before logging in.

** Attachment added: /etc/fstab
   
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/836533/+attachment/3208961/+files/fstab

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

Title:
  Still problems with nfs-mounts in /etc/fstab on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/836533/+subscriptions

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


[Bug 898784] Re: Distorted screen on MacBook Air 3, 2 (GT216 10de:08a3)

2012-06-30 Thread Bug Watch Updater
** Changed in: nouveau
   Status: Confirmed = Fix Released

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

Title:
  Distorted screen on MacBook Air 3,2 (GT216 10de:08a3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/898784/+subscriptions

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


[Bug 542226] Re: Network manager tries to configure network adapter with garbage essid.

2012-06-30 Thread Thomas Hood
Is this bug still present in Ubuntu 12.04?

** Summary changed:

- Network manager tries to configure network adapter with garbage essid.
+ NetworkManager assigns garbage ESSID

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

Title:
  NetworkManager assigns garbage ESSID

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/542226/+subscriptions

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


[Bug 836533] Re: Still problems with nfs-mounts in /etc/fstab on boot

2012-06-30 Thread Vidar Hoel
** Attachment added: /etc/network/interfaces (Not working)
   
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/836533/+attachment/3208963/+files/interfaces.not_working

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

Title:
  Still problems with nfs-mounts in /etc/fstab on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/836533/+subscriptions

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


[Bug 898784]

2012-06-30 Thread Maarten Lankhorst
Fix is backported from 3.5rc to 3.4.3 and 3.2.21

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

Title:
  Distorted screen on MacBook Air 3,2 (GT216 10de:08a3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/898784/+subscriptions

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


[Bug 1019610] Re: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2012-06-30 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 126

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/1019610/+subscriptions

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


[Bug 1019591] Re: wireless internet unstable

2012-06-30 Thread Thomas Hood
** Changed in: network-manager (Ubuntu)
   Status: New = Incomplete

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

Title:
  wireless internet unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1019591/+subscriptions

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


[Bug 1018933] Re: NetworkManager does not connect eth0

2012-06-30 Thread Thomas Hood
 For the others is managed=false in NetworkManager.conf and 
 network/interfaces only contains auto eth0 and eth0 comes
 up properly.

I presume that it is NM that brings up eth0 in that case.   So it seems
that NM *does* realize that auto eth0 alone isn't enough to count eth0
as being under ifupdown's control.  So what I hypothesized in #4 was
wrong. That's good to know.

Yes, I'd guess that the present issue is related to the driver, atl1c.

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

Title:
  NetworkManager does not connect eth0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1018933/+subscriptions

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


Re: [Cairo-dock-team] [Bug 1017550] Re: Unity Dash: The Dash does not get recognized by docks like Docky, Cairo Dock or Plank when set to fullscreen and the docks do not autohide

2012-06-30 Thread Fabounet
This window has a dock type (_NET_WM_WINDOW_TYPE_DOCK), therefore is
ignored by Cairo-Dock.
I don't know why the devs have decided to make the Dash window a dock
(there is certainly a reason), but what's sure is that you can never
access Cairo-Dock if the Dash is opened (because they are both dock
windows and the Dash window appears after Cairo-Dock).

2012/6/30 MC Return 1017...@bugs.launchpad.net:
 matttbe, here the output:


 sleep 5  xwininfo  xprop

 xwininfo: Please select the window about which you
          would like information by clicking the
          mouse in that window.

 xwininfo: Window id: 0x42e unity-dash

  Absolute upper-left X:  64
  Absolute upper-left Y:  24
  Relative upper-left X:  0
  Relative upper-left Y:  0
  Width: 1856
  Height: 1176
  Depth: 24
  Visual: 0x21
  Visual Class: TrueColor
  Border width: 0
  Class: InputOutput
  Colormap: 0x20 (installed)
  Bit Gravity State: ForgetGravity
  Window Gravity State: NorthWestGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsViewable
  Override Redirect State: no
  Corners:  +64+24  -1280+24  -1280-0  +64-0
  -geometry 1856x1176+64-0

 _NET_WM_ICON_GEOMETRY(CARDINAL) = 8, 1067, 48, 48
 XKLAVIER_STATE(INTEGER) = 0, 0
 WM_STATE(WM_STATE):
                window state: Normal
                icon window: 0x0
 _NET_WM_DESKTOP(CARDINAL) = 0
 _NET_FRAME_EXTENTS(CARDINAL) = 0, 0, 0, 0
 _NET_WM_ALLOWED_ACTIONS(ATOM) = _NET_WM_ACTION_ABOVE, _NET_WM_ACTION_BELOW
 XdndAware(ATOM) = BITMAP
 WM_PROTOCOLS(ATOM): protocols  WM_TAKE_FOCUS
 WM_HINTS(WM_HINTS):
                Client accepts input or input focus: False
 WM_NAME(STRING) = unity-dash
 _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_DOCK
 _NET_WM_STATE(ATOM) = _NET_WM_STATE_STICKY, _NET_WM_STATE_SKIP_TASKBAR, 
 _NET_WM_STATE_SKIP_PAGER


 ** Changed in: cairo-dock (Ubuntu)
       Status: Incomplete = New

 ** Changed in: unity
       Status: Incomplete = New

 --
 You received this bug notification because you are a member of Cairo-
 Dock Team, which is subscribed to cairo-dock in Ubuntu.
 https://bugs.launchpad.net/bugs/1017550

 Title:
  Unity Dash: The Dash does not get recognized by docks like Docky,
  Cairo Dock or Plank when set to fullscreen and the docks do not
  autohide

 Status in Unity:
  New
 Status in “cairo-dock” package in Ubuntu:
  New
 Status in “docky” package in Ubuntu:
  New

 Bug description:
  In the case of Docky the situation is even worse, because Docky stays above 
 the Unity Dash, so selecting lenses with the mouse becomes impossible.
  Tests with Cairo Dock 3.0 and Plank showed that they just do not window 
 dodge or autohide if the Dash gets maximized, so the Dash  lenses are on top 
 of those docks then, but they do also not autohide like they should.

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/unity/+bug/1017550/+subscriptions

 ___
 Mailing list: https://launchpad.net/~cairo-dock-team
 Post to     : cairo-dock-t...@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~cairo-dock-team
 More help   : https://help.launchpad.net/ListHelp

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

Title:
  Unity Dash: The Dash does not get recognized by docks like Docky,
  Cairo Dock or Plank when set to fullscreen and the docks do not
  autohide

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1017550/+subscriptions

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

[Bug 910040] Re: [needs-packaging] hpfall

2012-06-30 Thread Pascal de Bruijn
I'm currently not maintaining the hpfall package anymore, as all my
systems have an SSD now. It's an extremely simple package, where
hpfall.c is gotten from the upstream kernel tarball. I used to update
hpfall.c with each ubuntu release, using the kernel version from which
the hpfall.c file came.

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

Title:
  [needs-packaging] hpfall

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/910040/+subscriptions

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


[Bug 542226] Re: NetworkManager assigns garbage ESSID

2012-06-30 Thread Thomas Hood
** Changed in: network-manager (Ubuntu)
   Status: New = Incomplete

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

Title:
  NetworkManager assigns garbage ESSID

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/542226/+subscriptions

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


[Bug 1019422] Re: pybackpack crashes after clicking Go

2012-06-30 Thread Hans Joachim Desserud
I get the same error message when clicking Go on the opening screen in
pybackpack on Ubuntu Quantal.

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

** Tags added: quantal

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

Title:
  pybackpack crashes after clicking Go

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pybackpack/+bug/1019422/+subscriptions

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


[Bug 1017840] Re: Unknown property: GtkDialog.has-separator

2012-06-30 Thread Hans Joachim Desserud
I get the same warning when opening gstreamer-properties on Ubuntu
Quantal.

** Changed in: gnome-media (Ubuntu)
   Status: New = Confirmed

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

Title:
  Unknown property: GtkDialog.has-separator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-media/+bug/1017840/+subscriptions

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


[Bug 1017187] Re: networkmanager doesn't automatically start after reboot

2012-06-30 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 663735 ***
https://bugs.launchpad.net/bugs/663735

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: network-manager (Ubuntu)
   Status: New = Confirmed

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

Title:
  networkmanager doesn't automatically start after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1017187/+subscriptions

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


Re: [Cairo-dock-team] [Bug 1015274] Re: Render icons issue on GL mode

2012-06-30 Thread Fabounet
OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile x86/MMX/SSE2
no need to say more, the Mesa drivers are usually not good enough to
display correctly OpenGl on transparent windows (games and glxgears
don't use a transparent window).
So your only choice at the moment is probably to use the cairo
rendering mode (cairo-dock -c), which is perfectly fine.

2012/6/29 Refresh 1015...@bugs.launchpad.net:
 The other OpenGL applications work fine. Including glxgears, etc. test
 utils... Game over wine work fine too, sample Diablo 3 :-).

 --
 You received this bug notification because you are a member of Cairo-
 Dock Team, which is subscribed to cairo-dock in Ubuntu.
 https://bugs.launchpad.net/bugs/1015274

 Title:
  Render icons issue on GL mode

 Status in “cairo-dock” package in Ubuntu:
  New

 Bug description:
  Hello! Faced with the problem of the correct display icons of your
  favorite launcher.

  When run in OpenGL mode icons display correctly only in the larger
  size. In carrying out the mouse on the icons at the time they are
  reducing their disappearance from the panel. And the background image
  and effects panel zachkov normally appear. Also when you hover over
  the icons located at the extreme positions of vibration occurs.

  http://s014.radikal.ru/i329/1206/5d/e542dfa8a70f.jpg

  In normal mode (not Opengl) panel is displayed correctly. Please, help
  me...

  virus@gbook:~$ uname -a
  Linux gbook 3.4.2-custom-pae #1 SMP PREEMPT Fri Jun 15 00:54:12 MSK 2012 
 i686 i686 i386 GNU/Linux (.config same default on 3.2 kernel)

  MSI GT70 0NC-034RU i7-3610QM 16Gb 750Gb+ SSD 128Gb nV GTX670M 3GB 17,3 
 DVD(BR-RW) BT Cam 7800mAh
  Ubuntu 12.04 (x86)
  xorg 1:7.6+12ubuntu1
  xserver-xorg-video-intel 
 2:2.19.0+git20120613.0db789e1-0ubuntu0sarvatt~precise
  xserver-xorg-video-nouveau 
 1:0.0.16+git20120613.36d3f8c2-0ubuntu0sarvatt~precise
  nvidia-current 302.17-0ubuntu1~xedgers~precise1
  cairo-dock 3.0.2-1ubuntu0~precise

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/cairo-dock/+bug/1015274/+subscriptions

 ___
 Mailing list: https://launchpad.net/~cairo-dock-team
 Post to     : cairo-dock-t...@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~cairo-dock-team
 More help   : https://help.launchpad.net/ListHelp

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

Title:
  Render icons issue on GL mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock/+bug/1015274/+subscriptions

-- 
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   >