Re: [Bug 1040557] Re: UEFI boot live-usb bricks SAMSUNG 530U3C, np700z5c laptop

2013-06-16 Thread Žygimantas Beručka
There's a mistake in the link above, it has caught an I as a part of the
link. The actual link is the following:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f8b8404337de4e2466e2e1139ea68b1f8295974f


2013/6/16 Žygimantas Beručka zygimanta...@gmail.com

 The aforementioned modified UEFI anti-bricking code has been released in
 Linux 3.10-rc6, see:
 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f8b8404337de4e2466e2e1139ea68b1f8295974fI
  hope it really works. :)

 Hopefully, this kernel will be included in Saucy images/daily images... If
 it's not, does anyone know how to make a Raring/Saucy install image with
 3.10-rc6 kernel debs taken from the mainline kernel PPA?


 2013/6/13 Val 1040...@bugs.launchpad.net

 @Gilbert: see paragraph no 14 in post #114 for a fix to this problem.
 It's a known bug in update-grub - Windows EFI boot entries are not
 generated correctly.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1040557

 Title:
   UEFI boot live-usb bricks SAMSUNG 530U3C,np700z5c laptop

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




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

Title:
  UEFI boot live-usb bricks SAMSUNG 530U3C,np700z5c laptop

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

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

[Bug 46908] Re: Boa can't restart or reload

2013-06-16 Thread Axel Beckert
** Changed in: boa (Ubuntu)
 Assignee: (unassigned) = Axel Beckert (xtaran)

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

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

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

Title:
  Boa can't restart or reload

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

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


[Bug 733349] Re: Minimize Application's Windows upon clicking its Launcher Icon

2013-06-16 Thread Rikard Johansson
Imo this goes against the nature of the workflow with Unity. No need to
minimize applications just use more workspaces, less clutter that way.
But never the less, it should be up to the end-user to deciede his/her
workflow.

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

Title:
  Minimize Application's Windows upon clicking its Launcher Icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/733349/+subscriptions

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


[Bug 664627] Re: auto-hide broken on unmounting of external device

2013-06-16 Thread Feo
** Changed in: xfce4-places-plugin (Ubuntu)
   Status: Triaged = 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/664627

Title:
  auto-hide broken on unmounting of external device

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-places-plugin/+bug/664627/+subscriptions

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


[Bug 1191195] Re: Cannot launch banshee: Unhandled Exception: System.DllNotFoundException: libgtk-x11-2.0.so.0

2013-06-16 Thread Antonio19
Trouble is that these libraries have different names and are all
present. It should be to the applications to decide whatever library
they want to use and the system shoud not interfere in any way. Albeit
it looks like there is some weird interferences for some applications.
The new libpng libraries don't lack any functional things as I would say
the 1.2 are old freezed version receiving only security updates. The
matter is that png_struct and png_info data are no more in header files
(for devel) and that the source code of applications has to be adapted
to this reality using png_get_xxx() and png_set_xxx() accessor
functions. Some applications developpers refused to do and locked down
the libnpg shared library to the 1.12 version.

Here is the result of

$ sudo ldconfig -v  ldconfig-v.log

attached. Both libpng libraries are visible in the log.

Here is a summary of what I have done about libpng in my system.
--
I have set the libpng16 in /usr/lib/ (this is the default from compiling the 
tarball) and made sym links to /usr/lib/x86_64-linux-gnu

Compiled package libpng16-0_1.6.2-0ubuntu0_amd64.deb
--
Installed Files
---
/usr/bin/libpng-config  --- symbolic link to libpng16-config
/usr/bin/libpng16-config
+/usr/include/libpng--- symbolic link to libpng16
/usr/include/libpng16
/usr/include/libpng16/png.h
/usr/include/libpng16/pngconf.h
/usr/include/libpng16/pnglibconf.h
/usr/include/png.h  --- symbolic link to libpng16/png.h
/usr/include/pngconf.h  --- symbolic link to libpng16/pngconf.h
/usr/include/pnglibconf.h   --- symbolic link to 
libpng16/pnglibconf.h
/usr/lib/libpng.a   --- symbolic link to libpng16.a
/usr/lib/libpng.la
/usr/lib/libpng.so  --- symbolic link to libpng16.so
/usr/lib/libpng16.a
/usr/lib/libpng16.la
/usr/lib/libpng16.so--- symbolic link to libpng16.so.16.2.0
/usr/lib/libpng16.so.16 --- symbolic link to libpng16.so.16.2.0
/usr/lib/libpng16.so.16.2.0
/usr/lib/pkgconfig
/usr/lib/pkgconfig/libpng.pc--- symbolic link to libpng16.pc
/usr/lib/pkgconfig/libpng16.pc
/usr/share/man/man3
/usr/share/man/man3/libpng.3.gz
/usr/share/man/man3/libpngpf.3.gz
/usr/share/man/man5
/usr/share/man/man5/png.5.gz

I did add a symbolic link named libpng12.so.0 --- libpng.so

$ cd /usr/lib/
$ sudo ln -s libpng.so libpng12.so.0

Package libpng12-0 (Official Ubuntu)

libpng12-0  1.2.46-3ubuntu4 PNG library - runtime

Installed Files
---
/lib/x86_64-linux-gnu/libpng12.so.0 --- symbolic link to 
libpng12.so.0.46.0
/lib/x86_64-linux-gnu/libpng12.so.0.46.0
/usr/share/doc-base/libpng12
/usr/share/doc/libpng12-0
/usr/share/doc/libpng12-0/ANNOUNCE
/usr/share/doc/libpng12-0/KNOWNBUG
/usr/share/doc/libpng12-0/README.Debian
/usr/share/doc/libpng12-0/README.gz
/usr/share/doc/libpng12-0/TODO
/usr/share/doc/libpng12-0/changelog.Debian.gz
/usr/share/doc/libpng12-0/copyright
/usr/share/doc/libpng12-0/libpng-1.2.46.txt.gz

Pacakge libpng12-dev (Official Ubuntu)
--
libpng12-dev1.2.46-3ubuntu4 PNG library - development

Installed Files
---
/usr/bin/libpng-config  --- symbolic link to libpng12-config
/usr/bin/libpng12-config
/usr/include/libpng --- symbolic link to libpng12
/usr/include/libpng12
/usr/include/libpng12/png.h
/usr/include/libpng12/pngconf.h
/usr/include/png.h  --- symbolic link to 
libpng12/png.h
/usr/include/pngconf.h  --- symbolic link to 
libpng12/pngconf.h
/usr/lib/x86_64-linux-gnu/libpng.a  --- symbolic link to libpng12.a
/usr/lib/x86_64-linux-gnu/libpng.so --- symbolic link to 
libpng12.so
/usr/lib/x86_64-linux-gnu/libpng12.a
/usr/lib/x86_64-linux-gnu/libpng12.so   --- symbolic link to 
/lib/x86_64-linux-gnu/libpng12.so.0
/usr/lib/x86_64-linux-gnu/pkgconfig
/usr/lib/x86_64-linux-gnu/pkgconfig/libpng.pc   --- symbolic link to 
libpng12.pc
/usr/lib/x86_64-linux-gnu/pkgconfig/libpng12.pc
/usr/share/doc/libpng12-dev
/usr/share/doc/libpng12-dev/changelog.Debian.gz --- symbolic link to 
../libpng12-0/changelog.Debian.gz
/usr/share/doc/libpng12-dev/copyright
/usr/share/doc/libpng12-dev/examples
/usr/share/doc/libpng12-dev/examples/example.c.gz
/usr/share/doc/libpng12-dev/examples/pngtest.c.gz
/usr/share/doc/libpng12-dev/examples/pngtest.png
/usr/share/man/man1
/usr/share/man/man1/libpng-config.1.gz  --- symbolic link to 
libpng12-config.1.gz
/usr/share/man/man1/libpng12-config.1.gz
/usr/share/man/man3
/usr/share/man/man3/libpng.3.gz
/usr/share/man/man5

[Bug 1191450] Re: Fontconfig warning: /etc/fonts/conf.d/30-cjk-aliases.conf, line 21: Having multiple family in alias isn't supported and may not work as expected

2013-06-16 Thread mtbdrew
Thanks for the file this corrected the issue for me as well.

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

Title:
  Fontconfig warning: /etc/fonts/conf.d/30-cjk-aliases.conf, line 21:
  Having multiple family in alias isn't supported and may not work
  as expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1191450/+subscriptions

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


Re: [Bug 1160188] Re: ATH9K wireless signal weak

2013-06-16 Thread bjornegil
I tried the 3.10-rc6 on ubuntu 13.04 amd64. No improvement. I assume the
patch did not make it into rc6.

I tried the script for updated kernel 3.10-rc5 that Xcalin posted. I have
yet not tested it to depth but so far it seems to be working great. Better
connection. So far no disconnections. I am very satisfied.

Thanks a lot!

Bjørn

2013/6/16 Christoph Vogler vogle...@gmail.com

 3.10-rc6 is available now.
 Can someone test the kernel i'm not able this time.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1160188

 Title:
   ATH9K wireless signal weak

 Status in “linux” package in Ubuntu:
   Confirmed

 Bug description:
   AR9485 Wireless Network Adapter has a low signal when in close range
   of station.

   I disabled hardware encryption with putting:
 options ath9k nohwcrypt=1
   in
 /etc/modprobe.d/ath9k.conf

   That doesn't seemed to help.

   The signal has 2 bars while it has full strength in windows. (I am 2
   meters away from the wifi station)

   s400ca:~$ rfkill list all
   2: asus-wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
   3: asus-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
   4: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
   5: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

   ProblemType: Bug
   DistroRelease: Ubuntu 12.10
   Package: linux-image-3.5.0-26-generic 3.5.0-26.42
   ProcVersionSignature: Ubuntu 3.5.0-26.42-generic 3.5.7.6
   Uname: Linux 3.5.0-26-generic x86_64
   ApportVersion: 2.6.1-0ubuntu10
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  jintux 1988 F pulseaudio
   Date: Tue Mar 26 06:33:06 2013
   InstallationDate: Installed on 2013-03-25 (0 days ago)
   InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64
 (20121017.5)
   MachineType: ASUSTeK COMPUTER INC. S400CA
   MarkForUpload: True
   ProcEnviron:
TERM=xterm
PATH=(custom, no user)
XDG_RUNTIME_DIR=set
LANG=en_US.UTF-8
SHELL=/bin/bash
   ProcFB: 0 inteldrmfb
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-26-generic
 root=UUID=52689dee-4881-48b6-8cca-602e15292652 ro quiet splash vt.handoff=7
   RelatedPackageVersions:
linux-restricted-modules-3.5.0-26-generic N/A
linux-backports-modules-3.5.0-26-generic  N/A
linux-firmware1.95
   SourcePackage: linux
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 09/28/2012
   dmi.bios.vendor: American Megatrends Inc.
   dmi.bios.version: S400CA.203
   dmi.board.asset.tag: ATN12345678901234567
   dmi.board.name: S400CA
   dmi.board.vendor: ASUSTeK COMPUTER INC.
   dmi.board.version: 1.0
   dmi.chassis.asset.tag: No Asset Tag
   dmi.chassis.type: 10
   dmi.chassis.vendor: ASUSTeK COMPUTER INC.
   dmi.chassis.version: 1.0
   dmi.modalias:
 dmi:bvnAmericanMegatrendsInc.:bvrS400CA.203:bd09/28/2012:svnASUSTeKCOMPUTERINC.:pnS400CA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnS400CA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
   dmi.product.name: S400CA
   dmi.product.version: 1.0
   dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


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

Title:
  ATH9K wireless signal weak

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

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

Re: [Bug 1172908] Re: USB 2.0 Ports Dont Work on Sony Vaio Laptop

2013-06-16 Thread Ming Lei
On Tue, Jun 11, 2013 at 12:44 AM, Barry Bulls
1172...@bugs.launchpad.net wrote:
 The process I went through was to log in and wait until everything was
 loaded, ran dmesg to verify that it was the same (except for timestamps)
 as in the original bug report, then cleared it. Then i did the
 before/after on the USB 3.0 port, then cleared the log, then attached
 the device to the usb2.0 ports. That single line is the only thing in
 dmesg and it's the message about disconnecting the device from that
 port. There are no messages when the device is plugged into the USB2.0
 ports. They just don't work at all. However, they work fine under
 Windows.

Sorry, it is hard to guess what is issue without any 'dmesg' log.

Thanks,
--
Ming Lei

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

Title:
  USB 2.0 Ports Dont Work on Sony Vaio Laptop

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

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


[Bug 602347] Re: Renaming of the locally displayed names of the network resources should be allowed

2013-06-16 Thread Paul Somebody
To clarify, I meant specifically shared resources from the _other_
computers.

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

Title:
  Renaming of the locally displayed names of the network resources
  should be allowed

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

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


Re: [Bug 852190] Re: 7392:7811 Edimax EW-7811Un USB dongle won't connect to networks (rtl8192cu module)

2013-06-16 Thread Ming Lei
On Fri, Jun 14, 2013 at 2:49 PM, mikewhatever 852...@bugs.launchpad.net wrote:
 There is a slew of the 8192cu related changes with the 3.2.0-48-generic
 update for Precise, and that seems to provide a fix, and a happy end for
 this bug report. I've un-blacklisted the module, rebooted, and was glad
 to find the wireless connection established.

 Here is the info summary, as shown by the update manager:

In fact, from the below upstream discussion, 8192cu driver should have
some bug about transfer buffer:

   http://marc.info/?t=13712175736r=1w=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/852190

Title:
  7392:7811 Edimax EW-7811Un USB dongle won't connect to networks
  (rtl8192cu module)

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

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


[Bug 1075537] Re: Ubuntu Software Center does not update the cache and the xapian search index automatically, caused some packages cannot be found.

2013-06-16 Thread cshong
I can confirm that this bug still exist in Ubuntu 13.04.

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

Title:
  Ubuntu Software Center does not update the cache and the xapian search
  index automatically, caused some packages cannot be found.

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

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


[Bug 1191195] Re: Cannot launch banshee: Unhandled Exception: System.DllNotFoundException: libgtk-x11-2.0.so.0

2013-06-16 Thread Antonio19
Well after posting the explanation of what I have done about libpng12
and libpng16 and reading from Chow Loong Jin (hyperair) that his
analysys of MONO points him to :

Mono: DllImport error loading library: '/usr/lib/libpng12.so.0: version
`PNG12_0' not found

I tried to remove the symbolic link I did add manually :

$ sudo rm /usr/lib/libpng12.so.0

The program looks at the first instance of the library found (may be).
So now it has to go at the right place to find it in /lib/x86_64-linux-
gnu

And it looks like now Banshee 2.4.1 is working fine :-). Then I just
performed an Ubuntu Update (Gnome) since I am a subscriber of the ppa
maintained by Chow Loong Jin (hyperair) and the last version 2.6.1 of
Banshee is now working in my system.

Thank you so much Mr. Chow Loong Jin (hyperair) for your time and
insight.

I will later try to compile and build a package on my system using the
libpng16 libraries.

Can you you please update the status of this bug to Fixed instead of
Invalid ? Thanks.

One day I hope Ubuntu will try to move on from libpng12 which is on old
version receiving only security updates. One day thre will be no support
at all for it.

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

Title:
  Cannot launch banshee: Unhandled Exception:
  System.DllNotFoundException: libgtk-x11-2.0.so.0

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

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


[Bug 233976] Re: Double-free following scan on ubuntu hardy 8.04 with epjitsu fi-60f

2013-06-16 Thread Thomas Hotz
Are you still affected by this bug? As I see here the patch has not been
implemented.

** Changed in: sane-backends (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/233976

Title:
  Double-free following scan on ubuntu hardy 8.04 with epjitsu fi-60f

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/233976/+subscriptions

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


[Bug 1075537] Re: Ubuntu Software Center does not update the cache and the xapian search index automatically, caused some packages cannot be found.

2013-06-16 Thread cshong
So, developers, please do something. When can I expect this bug to be
fixed?

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

Title:
  Ubuntu Software Center does not update the cache and the xapian search
  index automatically, caused some packages cannot be found.

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

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


[Bug 1172908] Re: USB 2.0 Ports Dont Work on Sony Vaio Laptop

2013-06-16 Thread Barry Bulls
That is the issue. Nothing happens when you plug devices into the USB 2
ports. No changes in the dmesg logs, no change in lsusb output. Nothing.
The full dmesg log is attached to the bug.

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

Title:
  USB 2.0 Ports Dont Work on Sony Vaio Laptop

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

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


[Bug 234020] Re: soundtracker crashes on startup on fluxbuntu

2013-06-16 Thread Thomas Hotz
This Ubuntu version is EOL. Are you still affected by this bug? Thank
you for telling us!

** Changed in: soundtracker (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/234020

Title:
  soundtracker crashes on startup on fluxbuntu

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

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


[Bug 1191510] [NEW] Wifi disconnects every 10 seconds in WPA/WPA2 enterprise

2013-06-16 Thread Martin Schröder
Public bug reported:

If I connect to my university wifi (WPA/WPA2 enterprise, tunneled TLS,
MSCHAPv2), after a short while I am disconnected and automatically
connected again (~2 seconds connected, ~7 seconds disconnected).

I will attach the output in syslog. At 14:36:30 the connection is
established the first time. Then at 14:36:53 the interface is
disconnected and at 14:36:59 connected again. This goes on without end.

Ping shows the above mentioned timings:
64 bytes from bk-in-f94.1e100.net (173.194.69.94): icmp_req=1694 ttl=49 
time=8.22 ms
64 bytes from bk-in-f94.1e100.net (173.194.69.94): icmp_req=1695 ttl=49 
time=55.5 ms
64 bytes from bk-in-f94.1e100.net (173.194.69.94): icmp_req=1702 ttl=49 
time=8.31 ms
64 bytes from bk-in-f94.1e100.net (173.194.69.94): icmp_req=1703 ttl=49 
time=8.40 ms
64 bytes from bk-in-f94.1e100.net (173.194.69.94): icmp_req=1711 ttl=49 
time=9.61 ms
64 bytes from bk-in-f94.1e100.net (173.194.69.94): icmp_req=1712 ttl=49 
time=9.50 ms
64 bytes from bk-in-f94.1e100.net (173.194.69.94): icmp_req=1719 ttl=49 
time=8.36 ms
64 bytes from bk-in-f94.1e100.net (173.194.69.94): icmp_req=1720 ttl=49 
time=8.66 ms

This error only occurs, when I'm connected to the university network. At home 
I don't have any problems.
I also tried different wifi interfaces, its the same:
lsusb
Bus 002 Device 004: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n 
(USB-Stick)
Bus 002 Device 003: ID 0a5c:5800 Broadcom Corp. BCM5880 Secure Applications 
Processor (Notebook-internal)

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: linux-image-3.8.0-23-generic 3.8.0-23.34
ProcVersionSignature: Ubuntu 3.8.0-23.34-generic 3.8.11
Uname: Linux 3.8.0-23-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  moi1947 F pulseaudio
  moi6485 F pulseaudio
CRDA:
 country DE:
(2400 - 2483 @ 40), (N/A, 20)
(5150 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
(5250 - 5350 @ 40), (N/A, 20), NO-OUTDOOR, DFS
(5470 - 5725 @ 40), (N/A, 26), DFS
Date: Sun Jun 16 14:29:20 2013
HibernationDevice: RESUME=UUID=2718c8c5-0653-4954-b481-e48b086c7619
InstallationDate: Installed on 2013-06-05 (11 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MachineType: Dell Inc. Latitude E6520
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 XDG_RUNTIME_DIR=set
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-23-generic 
root=UUID=a90e64e3-94f8-481e-b28f-c6b3b708dd6c ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.8.0-23-generic N/A
 linux-backports-modules-3.8.0-23-generic  N/A
 linux-firmware1.106
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/07/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A17
dmi.board.name: 0NVF5K
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA17:bd03/07/2013:svnDellInc.:pnLatitudeE6520:pvr01:rvnDellInc.:rn0NVF5K:rvrA01:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6520
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug raring

** Attachment added: syslog
   https://bugs.launchpad.net/bugs/1191510/+attachment/3704868/+files/syslog

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

Title:
  Wifi disconnects every 10 seconds in WPA/WPA2 enterprise

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

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


[Bug 734490] Re: networkmanager docklet doesn't work with NetworkManager = 0.9.0

2013-06-16 Thread Rüdiger Kupper
Same problem here.

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

Title:
  networkmanager docklet doesn't work with NetworkManager = 0.9.0

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

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


[Bug 967857] Re: Auto Hide for Panel 2 (Dock style Panel) randomly fails

2013-06-16 Thread Feo
I think it's fixed here: http://git.xfce.org/panel-plugins/xfce4-places-
plugin/commit/?id=e2dc769ea98497ac1b26f42eab5ef1db980e61f4

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

Title:
  Auto Hide for Panel 2 (Dock style Panel) randomly fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-panel/+bug/967857/+subscriptions

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


[Bug 234339] Re: Cannot connect to webdav server

2013-06-16 Thread Thomas Hotz
Are you still affected by this bug? Thank you for telling us!

** Changed in: slide-webdavclient (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/234339

Title:
  Cannot connect to webdav server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/slide-webdavclient/+bug/234339/+subscriptions

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


[Bug 1191511] [NEW] D-Link DWM-156 doesn't work with SIM Card inserted

2013-06-16 Thread Aneesh Neelam
Public bug reported:

I have a D-Link DWM-156 HSPA Modem, that I bought just a few days ago.
The modem has drivers in its internal storage. There are Debian Software
Packages for both i386 and amd64, so obviously I installed the amd64.deb
using Software Center: 3g_modem_connect_D300_amd64.deb . Then manually,
I did: sudo modprobe usbserial vendor=0x2001 product=0x7d01. I have
confirmed that the device switched to usbserial mode from usb-storage
mode. As the product ID was a706 before.

But here is the thing, the device is detected and I get the Mobile
Broadband options in the Network Menu ONLY when a SIM Card is NOT
present in the modem. If a SIM Card is present, the Modem switches to
usbserial mode but after that, there is no change in the network menu. I
can't use my modem in Ubuntu at all, due to this.

I have uninstalled the package usb-modeswitch, but there is no change in
behavior. The modem is detected when there is no SIM Card present and
the network menu shows Mobile Broadband options. But with a SIM Card,
the network menu does not show Mobile Broadband.

And my laptop is the Dell XPS L502X and is almost 1.5 years old. I
always plug my modem into the USB 2.0 port. Everything else works
prefectly (Nvidia with Bumblebee of course)

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: linux-image-3.8.0-25-generic 3.8.0-25.37
ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
Uname: Linux 3.8.0-25-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  aneesh 2982 F pulseaudio
CRDA:
 country DE:
(2400 - 2483 @ 40), (N/A, 20)
(5150 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
(5250 - 5350 @ 40), (N/A, 20), NO-OUTDOOR, DFS
(5470 - 5725 @ 40), (N/A, 26), DFS
Date: Sun Jun 16 18:05:21 2013
HibernationDevice: RESUME=UUID=07092c11-b0c7-4c0c-8c59-246ea59620d9
InstallationDate: Installed on 2013-01-22 (145 days ago)
InstallationMedia: This
MachineType: Dell Inc. Dell System XPS L502X
MarkForUpload: True
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-25-generic 
root=UUID=a20fb25c-73db-4bfd-94c4-84ae76bb34ae ro quiet splash
RelatedPackageVersions:
 linux-restricted-modules-3.8.0-25-generic N/A
 linux-backports-modules-3.8.0-25-generic  N/A
 linux-firmware1.106
SourcePackage: linux
UpgradeStatus: Upgraded to raring on 2013-05-09 (37 days ago)
dmi.bios.date: 09/07/2012
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A12
dmi.board.name: 0NJT03
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd09/07/2012:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0NJT03:rvrA00:cvnDellInc.:ct8:cvr0.1:
dmi.product.name: Dell System XPS L502X
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug raring usbmodem

** Attachment added: I have attached the Debian package that came with the 
modem's drivers, it was in the usb-storage.
   
https://bugs.launchpad.net/bugs/1191511/+attachment/3704884/+files/3g_modem_connect_D300_amd64.deb

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

Title:
  D-Link DWM-156 doesn't work with SIM Card inserted

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

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


[Bug 1191512] [NEW] Deadlock in freetts; no output; patch available

2013-06-16 Thread HRJ
Public bug reported:

The original version of freetts has a long standing bug which results in 
absolutely no playback. The bug and solutions are described here:
http://stackoverflow.com/questions/5501394/freetts-no-audio-linux-ubuntu-no-errors

The solution requires a source patch which has been applied in this repo/branch:
https://github.com/timabell/FreeTTS

The original project appears to be dead. Please update the package to
use the new source.

** Affects: freetts (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/1191512

Title:
  Deadlock in freetts; no output; patch available

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

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


[Bug 1040557] Re: UEFI boot live-usb bricks SAMSUNG 530U3C, np700z5c laptop

2013-06-16 Thread LocutusOfBorg
http://kernel.ubuntu.com/~kernel-ppa/mainline/ :-)

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

Title:
  UEFI boot live-usb bricks SAMSUNG 530U3C,np700z5c laptop

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

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


[Bug 234788] Re: Phatch doesn't support decoder group4 TIF

2013-06-16 Thread Thomas Hotz
Marking as fixed release, because we have this new version now in
Ubuntu.

ricardisimo: Please file a new bug, if you have still problems.

Thank you very much to all.

** Changed in: python-imaging (Ubuntu)
   Status: New = 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/234788

Title:
  Phatch doesn't support decoder group4 TIF

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

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


[Bug 1191510] Status changed to Confirmed

2013-06-16 Thread Brad Figg
This change was made by a bot.

** 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/1191510

Title:
  Wifi disconnects every 10 seconds in WPA/WPA2 enterprise

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

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


[Bug 1191511] Status changed to Confirmed

2013-06-16 Thread Brad Figg
This change was made by a bot.

** 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/1191511

Title:
  D-Link DWM-156 doesn't work with SIM Card inserted

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

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


[Bug 159031] Re: computer freezes when sshfs blocks waiting for connection

2013-06-16 Thread Kevin LeBlanc
https://bugs.launchpad.net/ubuntu/+source/sshfs-fuse/+bug/159031

Hi all,

I've been having this problem for quite some time.  Whenever I
accidentally touch an sshfs mounted directory which is unavailable, I
have to run killall sshfs to get things working again.  This often
happens when I mount a directory on my home network and touch that
directory while at work.

Right now my workaround is to use the ServerAliveInterval option
without the reconnect option.  This means that when the ssh connection
is lost, sshfs exits (and unmounts the locally mounted directory).  I
then need to run sshfs again when I want to use the mount again (I could
also use autofs, I assume).

In my opinion the main problem is that sshfs leaves the local directory
in an invalid state while it is trying to reconnect.  No matter what
happenes, it seems clear that at any given time the mounted directory
should either be mounted or unmounted -- meaning available or
unavailable.  If the underlying ssh connection has been lost, it makes
no sense to keep the directory mounted (and locking up system calls).
It's like if you pull a usb disk out of your computer.  The media is
unavailable.  It should be unmounted, no matter what.  This is more or
less the behaviour I get without the reconnect option.

I would suggest that the reconnect option should simply act as an outer
loop around a non-reconnecting version of sshfs.  The non-reconnecting
version should close the ssh connection and unmount the local directory
on disconnect.  The reconnect loop should then both connect and mount
when a connection to the remote host is available again.

Obviously it is also a problem that many applications don't properly
handle IO errors, and some even have IO operations in their main loops.
But sshfs, fuse, and ssh can't do much to fix this.

Best,
Kevin

Xubuntu 12.04 LTS
SSHFS version 2.3
FUSE library version: 2.8.6
fusermount version: 2.8.6
using FUSE kernel interface version 7.12

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

Title:
  computer freezes when sshfs blocks waiting for connection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sshfs-fuse/+bug/159031/+subscriptions

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


[Bug 1191514] [NEW] bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu6: bcmwl kernel module failed to build

2013-06-16 Thread martin quintas
Public bug reported:

.

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu6
ProcVersionSignature: Ubuntu 3.8.0-24.16-lowlatency 3.8.13
Uname: Linux 3.8.0-24-lowlatency i686
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: i386
DKMSKernelVersion: 3.8.0-25-lowlatency
Date: Sun Jun 16 14:55:50 2013
InstallationDate: Installed on 2013-01-08 (158 days ago)
InstallationMedia: Ubuntu-Studio 12.10 Quantal Quetzal - Release i386 
(20121017.1)
MarkForUpload: True
PackageVersion: 6.20.155.1+bdcom-0ubuntu6
SourcePackage: bcmwl
Title: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu6: bcmwl kernel module 
failed to build
UpgradeStatus: Upgraded to raring on 2013-05-09 (37 days ago)

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


** Tags: apport-package i386 raring

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

Title:
  bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu6: bcmwl kernel module
  failed to build

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

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


[Bug 1191344] Re: sliders moving when regulation

2013-06-16 Thread Carla Sella
@Fabio:
Hi Fabio, if you mean that the volume controls move together, to make them move 
one at a time you have to click on the lock at the top left side of the 
window. If the lock is clicked the move together, if it is not the move 
individually.
See attached image.

** Attachment added: image
   
https://bugs.launchpad.net/ubuntu/+source/pavucontrol/+bug/1191344/+attachment/3704904/+files/Screenshot%20from%202013-06-16%2014%3A48%3A59.png

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

Title:
  sliders moving when regulation

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

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


[Bug 1191516] [NEW] Application provided invalid, non monotonically increasing dts to muxer in stream 0

2013-06-16 Thread Jani Uusitalo
Public bug reported:

With some input video (such as LQ MP4 from [1]), the second pass fails
when a preset enabling automatic placement of alternate reference frames
with auto-alt-ref=1 (such as all of those provided by libav-tools) is
used. (Example of non-problematic input is MP4 from [2].) This is
apparently an upstream issue, already fixed in v1.1.0-184-g429743c [3].

Steps to reproduce:
1. wget 'http://archive.org/download/Mario2_919/Mario2_919_LQ.avi'
2. avconv -y -i Mario2_919_LQ.avi -c:v libvpx -pre libvpx-360p -pass 1 -an -sn 
-t 1 out.webm
3. avconv -y -i Mario2_919_LQ.avi -c:v libvpx -pre libvpx-360p -pass 2 -an -sn 
-t 1 out.webm

What happens:
The second pass ends with:
[webm @ 0x7ab6c0] Application provided invalid, non monotonically increasing 
dts to muxer in stream 0: 100 gt;= 100
av_interleaved_write_frame(): Invalid argument

What I expect to happen:
The second pass to finish successfully.

Workaround:
Copy preset file to ˝/.avconv/, comment out (#) auto-alt-ref=1.


*[1] http://archive.org/details/Mario2_919
*[2] http://archive.org/details/014674
*[3] http://code.google.com/p/webm/issues/detail?id=468#issueheader

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: libvpx1 1.0.0-1
ProcVersionSignature: Ubuntu 3.5.0-34.55~precise1-generic 3.5.7.13
Uname: Linux 3.5.0-34-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
CheckboxSubmission: 09ae689090491ca53449589269e4bfd8
CheckboxSystem: edda5d4f616ca792bf437989cb597002
Date: Sun Jun 16 16:02:38 2013
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
MarkForUpload: True
SourcePackage: libvpx
UpgradeStatus: Upgraded to precise on 2011-11-21 (573 days ago)

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


** Tags: amd64 apport-bug precise running-unity

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

Title:
  Application provided invalid, non monotonically increasing dts to
  muxer in stream 0

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

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

[Bug 1191514] Re: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu6: bcmwl kernel module failed to build

2013-06-16 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/1191514

Title:
  bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu6: bcmwl kernel module
  failed to build

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

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


[Bug 981777] Re: Minitube is a complete fail in Ubuntu 12.04

2013-06-16 Thread luis gonzalez
** Changed in: minitube (Ubuntu)
   Status: Confirmed = Opinion

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

Title:
  Minitube is a complete fail in Ubuntu 12.04

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

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


[Bug 1171015] Re: package flashplugin-installer 11.2.202.280ubuntu0.12.10.1 failed to install/upgrade: package flashplugin-installer is already installed and configured

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

** Changed in: dpkg (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/1171015

Title:
  package flashplugin-installer 11.2.202.280ubuntu0.12.10.1 failed to
  install/upgrade: package flashplugin-installer is already installed
  and configured

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

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


[Bug 1191511] Re: D-Link DWM-156 doesn't work with SIM Card inserted

2013-06-16 Thread Aneesh Neelam
I have installed usb-modeswitch again. 
Now the modem is not recognized at all, even with the SIM Card removed.

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

Title:
  D-Link DWM-156 is detected but doesn't work

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

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


[Bug 1191511] Re: D-Link DWM-156 doesn't work with SIM Card inserted

2013-06-16 Thread Aneesh Neelam
$lsusb
Bus 002 Device 023: ID 2001:7d01 D-Link Corp.

Modem is detected and it is in usbserial mode. 
But the network menu doesn't show anything even after sudo modprobe usbserial 
vendor=0x2001 product=0x7d01 

** Summary changed:

- D-Link DWM-156 doesn't work with SIM Card inserted
+ D-Link DWM-156 doesn't work

** Summary changed:

- D-Link DWM-156 doesn't work
+ D-Link DWM-156 is detected but doesn't work

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

Title:
  D-Link DWM-156 is detected but doesn't work

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

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


[Bug 1176674] Re: Kubuntu 13.04 amd64 LiveUSB installation crashes at Running grub install dummy

2013-06-16 Thread Tiago Rinck Caveden
dathpenguin, could you explain again your workaround to a newbie?

I suppose that to boot in non-UEFI I have to find some BIOS config, right?
How do I know which partition to blow away?
What's a MBR partition? Or GPT for that matter.

I've just bought a i7 machine and I'm trying to install Kubuntu 13.04.
Not working. :(

Thanks.

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

Title:
  Kubuntu 13.04 amd64 LiveUSB installation crashes at  Running grub
  install dummy

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

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


[Bug 664627] Re: auto-hide broken on unmounting of external device

2013-06-16 Thread Feo
Fixed in http://git.xfce.org/panel-plugins/xfce4-places-
plugin/commit/?id=e2dc769ea98497ac1b26f42eab5ef1db980e61f4

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

Title:
  auto-hide broken on unmounting of external device

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-places-plugin/+bug/664627/+subscriptions

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


Re: [Bug 1191195] Re: Cannot launch banshee: Unhandled Exception: System.DllNotFoundException: libgtk-x11-2.0.so.0

2013-06-16 Thread Chow Loong Jin
On Sun, Jun 16, 2013 at 12:37:13PM -, Antonio19 wrote:
 [...]
 Can you you please update the status of this bug to Fixed instead of
 Invalid ? Thanks.

No. We don't support cases where you install random libraries into system
locations and break your system. Therefore your bug is invalid, and not relevant
to Ubuntu.

On a side note, I believe you have a very mistaken view of how Linux library
resolution works, and would suggest that you read up further before you break
your system any more than it already is.

http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html seems like a
good point to start.

-- 
Kind regards,
Loong Jin

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

Title:
  Cannot launch banshee: Unhandled Exception:
  System.DllNotFoundException: libgtk-x11-2.0.so.0

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

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


[Bug 1191520] [NEW] A get a mail with subject Panic or segfault in Samba and the request to send informations here.

2013-06-16 Thread Tobias Lehnert
Public bug reported:

Informations from mail:

The Samba 'panic action' script, /usr/share/samba/panic-action,
was called for PID 5781 (/usr/sbin/smbd).

This means there was a problem with the program, such as a segfault.
Below is a backtrace for this process generated with gdb, which shows
the state of the program at the time the error occurred.  The Samba log
files may contain additional information about the problem.

If the problem persists, you are encouraged to first install the
samba-dbg package, which contains the debugging symbols for the Samba
binaries.  Then submit the provided information as a bug report to
Ubuntu by visiting this link:
https://launchpad.net/ubuntu/+source/samba/+filebug

[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/i386-linux-gnu/libthread_db.so.1.
0xb6d6c424 in __kernel_vsyscall ()
#0  0xb6d6c424 in __kernel_vsyscall ()
#1  0xb69cc9e3 in waitpid () from /lib/i386-linux-gnu/libc.so.6
#2  0xb6953ff3 in ?? () from /lib/i386-linux-gnu/libc.so.6
#3  0xb71d1e0b in smb_panic (why=0xb75eb705 internal error) at lib/util.c:1123
#4  0xb71c0f82 in fault_report (sig=11) at lib/fault.c:53
#5  sig_fault (sig=11) at lib/fault.c:76
#6  signal handler called
#7  0xb6a5d126 in ?? () from /lib/i386-linux-gnu/libc.so.6
#8  0xb71a1e9e in rep_strlcpy (d=0xbffbb12c , s=0x0, bufsize=256) at 
../lib/replace/replace.c:70
#9  0xb71e054f in connections_fetch_entry (mem_ctx=0xb906f408, conn=0xb9063da8, 
name=0x0) at lib/conn_tdb.c:63
#10 0xb6e49218 in yield_connection (conn=0xb9063da8, name=0x0) at 
smbd/connection.c:37
#11 0xb6ecc5ac in close_cnum (conn=0xb9063da8, vuid=100) at smbd/service.c:1350
#12 0xb6e510d7 in conn_close_all (sconn=0xb9057320) at smbd/conn.c:242
#13 0xb749777e in exit_server_common (how=SERVER_EXIT_NORMAL, reason=0xb74b9185 
failed to receive smb request) at smbd/server_exit.c:104
#14 0xb7497bee in exit_server_cleanly (explanation=0xb74b9185 failed to 
receive smb request) at smbd/server_exit.c:205
#15 0xb6ec74ef in smbd_server_connection_read_handler (conn=0xb9057320, 
fd=optimized out) at smbd/process.c:2310
#16 0xb71e4166 in run_events_poll (num_pfds=2, pfds=0xb905b3f0, pollrtn=1, 
ev=0xb90572b0) at lib/events.c:286
#17 run_events_poll (ev=0xb90572b0, pollrtn=1, pfds=0xb905b3f0, num_pfds=2) at 
lib/events.c:184
#18 0xb6ec8e40 in smbd_server_connection_loop_once (conn=0xb9057320) at 
smbd/process.c:1017
#19 smbd_process (sconn=0xb9057320) at smbd/process.c:3158
#20 0xb7497540 in smbd_accept_connection (ev=0xb90572b0, fde=0xb9065f00, 
flags=1, private_data=0xb9067f70) at smbd/server.c:511
#21 0xb71e4166 in run_events_poll (num_pfds=3, pfds=0xb90630c0, pollrtn=1, 
ev=0xb90572b0) at lib/events.c:286
#22 run_events_poll (ev=0xb90572b0, pollrtn=1, pfds=0xb90630c0, num_pfds=3) at 
lib/events.c:184
#23 0xb71e431b in s3_event_loop_once (ev=0xb90572b0, location=0xb766ec57 
smbd/server.c:844) at lib/events.c:349
#24 0xb71e50e8 in _tevent_loop_once (ev=0xb90572b0, location=0xb766ec57 
smbd/server.c:844) at ../lib/tevent/tevent.c:494
#25 0xb6e367d4 in smbd_parent_loop (parent=optimized out) at smbd/server.c:844
#26 main (argc=error reading variable: Cannot access memory at address 
0x31550a71, argv=error reading variable: Cannot access memory at address 
0x31550a75) at smbd/server.c:1326
A debugging session is active.

Inferior 1 [process 5781] will be detached.

Quit anyway? (y or n) [answered Y; input not from terminal]

** Affects: samba (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/1191520

Title:
  A get a mail with subject Panic or segfault in Samba and the request
  to send informations here.

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

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


[Bug 1167621] Re: apt_check.py can't be used as a module

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

** Changed in: update-notifier (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/1167621

Title:
  apt_check.py can't be used as a module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1167621/+subscriptions

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


[Bug 1191519] [NEW] Update minetest packages to latest upstream version 0.4.7 (lots of improvements and bugfixes)

2013-06-16 Thread Mantas Kriaučiūnas
Public bug reported:

Minetest package is pretty old in Ubuntu 13.10 - new minetest 0.4.7 was
released on June 2013. 0.4.7 release contains lots of improvements and
bugfixes comparing to older 0.4.6 version which is currently in Ubuntu:

0.4.6 → 0.4.7 New Features

Big gameplay changes:
Added snow, snow block, ice and dirt with snow (PilzAdam)
Added sandstone bricks and desert stone bricks (PilzAdam  VanessaE)
Added coal block, crafted out of 9 coal lumps (Zeg9)
Added flowers to craft dyes; flowers and grass grow now on dirt_with_grass 
(0gb.us, PilzAdam, VanessaE, ironzorg)
Added farming mod; wheat can be used to bake bread and cotton can be used 
to craft wool (PilzAdam) http://forum.minetest.net/viewtopic.php?id=6067 

Smaller gameplay tweaks:
Added a little delay for falling nodes to update so that the objects don't 
spawn all at once (PilzAdam)
Added private messaging with /msg (ShadowNinja)
Added copper block (RealBadAngel)
Swing the camera down when the player lands on the ground; disabled by 
default; fall_bobbing_amount in minetest.conf (Taoki)
Node placement prediction now accounts for wallmounted, facedir and 
attached_node nodes and only replaces buildable_to nodes (kahrl, 
ShadowNinja  PilzAdam)
Added disable_fire setting to disable fire burning (ShadowNinja)
Added damage to the hand in creative mode (PilzAdam)
Added a little animation when changing the wielded item (PilzAdam  blue42u)
Apples now fall when the tree decays (PilzAdam) 

Logistic changes:
Added mapgen v7; not usable currently (kwolekr)
Added support for LuaJIT, makes mod execution much faster (RealBadAngel)
Move cave generation to cavegen.cpp and restructure it into a class 
(kwolekr)
Added icons to select games in menu; 
menu/menu_background/overlay/header/footer.png of selected game is used in 
the main menu (TP can use gameid_menu_background/overlay/header/footer.png) 
(celeron55)
Added --videomodes option to show available video modes (kahrl)
Added ability to play main_menu.ogg (main_menu.1-9.ogg are supported too; 
they are choosen randomly if present) in main menu (RealBadAngel)
Drop common mods system, Survival and Build game; minetest_game includes 
all common mods and the bones mod from Survival now (PilzAdam) 
http://forum.minetest.net/viewtopic.php?id=6034
Changed mod system a bit: All user mods are installed in $path_user/mods/ 
now; they can be enabled per world in the configure world window or in world.mt 
with load_mod_modname (PilzAdam) 
http://forum.minetest.net/viewtopic.php?id=6066
Split init.lua of the default mod into several files (PilzAdam)
Moved scriptapi to a subfolder (sapier, celeron55  kahrl) 

Visual changes:
Changed unknown block texture to unknown node (khonkhortisan)
Changed textures of sand, desert sand and desert stone (VanessaE)
crosshair.png is used instead of the normal crosshair if present (dannydark 
 Exio4)
Added progress bar and clouds to loading screen (Zeg9)
Added new textures for all metal and diamond blocks (Zeg9)
Added new Minetest header (BlockMen) 

Other things
Added mouse_sensitivity option (Exio4) 

Bug Fixes
Check if the address field is empty when hitting enter on the multiplayer 
tab (ShadowNinja)
Limit speed in collisionMoveResult for avoiding hangs (Exio4)
Fixed camera jumping when attached and the parent goes too fast (Zeg9)
Fixed nick completion in chat console with the tab key (PilzAdam)
Do not always move fast in water and ladders when aux1_descend it true 
(Taoki)
Fixed a lot memory leaks (sapier, PilzAdam, kahrl, kwolekr)
Fixed import of older maps (kwolekr)
Fixed black trees (kwolekr)
Fixed small objects colliding with themselves (sapier)
Fixed get_craft_recipe() and get_all_craft_recipes() (RealBadAnge)
Fixed spawning too high above ground (kwolekr)
Fixed object - player collision (sapier)
Fixed favorite server list in globally installed versions of Minetest 
(RUN_IN_PLACE=0) (Zeg9)
Fixed favorite server list on windows (sfan5)
Fixed handling of mods in games in the configure world GUI (kahrl)
Fixed static data of objects not beeing stored correctly on deactivation 
(sapier)
Removed Meshbuffer ran out of indices limitation (kahrl)
Fixed isBlockInSight() for higher FOV (Warr1024)
Don't teleport back when a player is detached or turns free move off and 
holds shift (PilzAdam)
Fixed bug where you need to move the mouse after closing a menu (kahrl)
Reduced /clearobjects memory consumption; 
max_clearobjects_extra_loaded_blocks in minetest.conf (kahrl)
Corrected segfault when registering new biomes (sweetbomber)
Reduced video memory consumption by not generating unnecessary [forcesingle 
textures (kahrl)
Close console when it loses focus but it is still on screen (Exio4) 

Modding-related Changes
Added player:set_physics_override() to set per-player 

[Bug 1176674] Re: Kubuntu 13.04 amd64 LiveUSB installation crashes at Running grub install dummy

2013-06-16 Thread Tiago Rinck Caveden
Well, I searched my BIOS for anything UEFI related.

Besides the boot order, which I did not change, there were two options
that I switched to Legacy instead of UEFI. I rebooted with the USB
flash drive, and just chose Use the entire disk instead of trying to
look for X and Y partitions to blow up. :)

The installation was successful. I guess I'll just try again, this time
setting this interesting encrypted LVM thing.

I wonder what I've abandoned in terms of features for having chosen
Legacy instead of of UEFI, though...

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

Title:
  Kubuntu 13.04 amd64 LiveUSB installation crashes at  Running grub
  install dummy

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

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


[Bug 1172908] Re: USB 2.0 Ports Dont Work on Sony Vaio Laptop

2013-06-16 Thread ATIpro
+1. Nothing happens when you plug devices into the USB 2 port.

I've tried to check if there is any low level activity like usb
interrupts or packet transmissions, and found nothing. Port is
definitely powered. In preinstalled win8 this port worked fine, and in
uefi bios it works too. Problem starts only during kernel boot process.
May be usb controller initialization problem? I've checked latest stable
kernel 3.9.6, problem is still there. Can you provide list with the
information which will be useful to track the issue?

P.S. I've got Sony Vaio SVT1112S1 laptop.

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

Title:
  USB 2.0 Ports Dont Work on Sony Vaio Laptop

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

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


[Bug 1190531] Re: Segfault on Ctrl-Z Ctrl-Y involving conditional formats

2013-06-16 Thread Christopher M. Penalver
Karl Kastner, thank you for reporting this and helping make Ubuntu better. 
However, your crash report is missing. Please follow these instructions to have 
apport report a new bug about your crash that can be dealt with by the 
automatic retracer. First, execute at a terminal:
cd /var/crash  sudo rm * ; sudo apt-get update  sudo apt-get -y upgrade  
sudo apt-get -y install libreoffice-dbg uno-libs3-dbg ure-dbg  sudo service 
apport start force_start=1

If you are running the Ubuntu Stable Release you might need to enable
apport in /etc/default/apport and restart.

Now reproduce the crash, then open your file manager, navigate to your 
/var/crash directory and open the crash report you wish to submit.
If this fails you will have to open a terminal and file your report with 
'ubuntu-bug /var/crash/_my_crash_report.crash' where _my_crash_report.crash is 
the crash you would like to report. If you get an error that you aren't allowed 
to access this report you will have to file it with 'sudo ubuntu-bug 
/var/crash/_my_crash_report.crash'. If you run the command against the crash 
report and it does nothing, you may be affected by 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/994921 . In order to 
WORKAROUND this, one would need to open the following file via a command line:
gksudo gedit /etc/apport/crashdb.conf

and comment out the line:
'problem_types': ['Bug', 'Package'],

by changing it to:
# 'problem_types': ['Bug', 'Package'],

Save, close, and try to file the crash report again via:
ubuntu-bug /var/crash/_my_crash_report.crash

Please follow https://wiki.ubuntu.com/LibreOfficeBugWrangling when you
file this crash report so the necessary information is provided.

I'm closing this bug report since the process outlined above will
automatically open a new bug report which can then dealt with more
efficiently.

Thank you for your understanding.

Helpful bug reporting tips:
https://help.ubuntu.com/community/ReportingBugs

** Changed in: libreoffice (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/1190531

Title:
  Segfault on Ctrl-Z Ctrl-Y involving conditional formats

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

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


Re: [Bug 1040557] Re: UEFI boot live-usb bricks SAMSUNG 530U3C, np700z5c laptop

2013-06-16 Thread Žygimantas Beručka
I know where to get the packages, but thank you anyway. :)

My question was rather how to build an image with those packages or where
it would be possible to get one. So that people would be able to install
Ubuntu from such images containing a (hopefully) safe kernel, i.e. to boot
it right away instead of just installing it before the second boot.

I discovered (http://voices.canonical.com/kernelteam/) that the Ubuntu
Kernel Team are planning, I assume, to use the 3.10 kernel in the nearest
future once some issues are resolved:

 Our Saucy unstable branch has been rebased to the latest v3.10-rc5
 upstream kernel. We are still holding off on a v3.10 based upload due
 to missing AUFS support as well as some DKMS package failures we would
 like to resolve. We have however gone ahead and rebased our Saucy master
 branch to the recent v3.9.5 upstream stable and plan to upload that
 today.

That is great news. However, this still means that any owner of affected
machines who is not running Saucy with 3.10-rc6 or newer might still be
affected by the issue. (Unless SAMSUNG have resolved it already, which may
or may not be the case, but I have no hope that we will ever get to know
this.) Hence I think it may be worth the effort to either consider
backporting the patch or create alternative cd/usb images with those 3.10
kernels of all currently supported Ubuntu releases.

What do you think? Would it be possible to implement any of above?


2013/6/16 LocutusOfBorg costamagnagianfra...@yahoo.it

 http://kernel.ubuntu.com/~kernel-ppa/mainline/ :-)

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1040557

 Title:
   UEFI boot live-usb bricks SAMSUNG 530U3C,np700z5c laptop

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


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

Title:
  UEFI boot live-usb bricks SAMSUNG 530U3C,np700z5c laptop

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

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


[Bug 1129110] Re: Missing pkgconfig files

2013-06-16 Thread Jeremy Bicha
I believe this was fixed for Saucy by merging the latest version from
Debian.

** Changed in: samba (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/1129110

Title:
  Missing pkgconfig files

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

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


[Bug 1006765] Re: Hot plugging USB3.0 express card Not possible

2013-06-16 Thread Darian Shalev
Similar issue on Dell 6420, on Raring x64.
Solution suitable here too, with not so recent bios:
$ sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date
A08
10/18/2011

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

Title:
  Hot plugging USB3.0 express card Not possible

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

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


[Bug 1191459] Re: ModemManager crashes

2013-06-16 Thread Jiehan Zheng
Aleksander,

That's exactly the reason why.  After building and installing libmbim
1.2, I am able to use my built-in mobile broadband and in fact, I am
using it right now!  Will return my freaking expensive ($140 after tax)
and ugly (black + green) T-Mobile hotspot...

Thank you so much!

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

Title:
  ModemManager crashes

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

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


[Bug 1191516] Re: Application provided invalid, non monotonically increasing dts to muxer in stream 0

2013-06-16 Thread Jani Uusitalo
Just reproduced this in Raring and Saucy. The latter currently has
libvpx 1.2.0-2 which supposedly contains the fix I linked to above, so
I'm not so sure about it anymore.

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

Title:
  Application provided invalid, non monotonically increasing dts to
  muxer in stream 0

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

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


RE: [Bug 1191070] Re: Compaq Ipaq install lubuntu 12.04 problems

2013-06-16 Thread Lester
Hoi Steve,
Try a research on those systems with lubuntu 12.04
Compaq Ipaq systems from 2001 with chipset 815e
I did try F6 but it didnt fix the problems on those systemsall the options i 
try with F6 didnt work.
Lubuntu 12.04 full installation works great with a Compaq evo D510sff systems 
smootly,but lubuntu didnt install or doesnt work with Compaq Ipaq systems so 
far (chipset 815e)even changing the bios to defaults or try to switch off the 
acpi s3 in the bios didnt help.all the options F6 include nomodeset didnt 
work,still get the black screen at almost the endof the installation process,i 
think one or two minuten before you get the restarting window.i now that 
because i did succesfully install it on a compaq D510Sff.
Lester

 Date: Fri, 14 Jun 2013 17:58:06 +
 From: yorvik.ubu...@googlemail.com
 To: gsfoundat...@live.nl
 Subject: [Bug 1191070] Re: Compaq Ipaq install lubuntu 12.04 problems
 
 Before selecting install press F6 and select nomodeset
 
 -- 
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1191070
 
 Title:
   Compaq Ipaq install lubuntu 12.04 problems
 
 Status in “lxkeymap” package in Ubuntu:
   New
 
 Bug description:
   Hello,
 
   I try to install lubuntu 12.04 on the old compaq ipaq systems from
   2001
 
   One system is a celeron 800Mhz with 512ram and 20gb hdd. (install
   fails) black screen
 
   The second system is a pentium III with 512ram and 40gb hdd.(install
   fails) black screen
 
   The offline try demo install works fine,and i can see lubuntu on both
   systems.
 
   If i want to install lubuntu compleet on the systems installation it
   always fails
 
   I even check the both systems hdd but the smartfunctie shows is ok
   good condition hdd,no bad sectors.
 
   If the optical slimline drive is not correct,then the install setup is not 
 show right?
   So i think the opticale cdrom drive is ok
 
   what can be the problem?
   i try other ways to get lubuntu on the compaq ipaq systems from the year 
 2001
 
   Hope you all can help,
   already thanks
 
   regards
   Lester
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/lxkeymap/+bug/1191070/+subscriptions

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

Title:
  Compaq Ipaq install lubuntu 12.04 problems

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

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

[Bug 1189088] Re: Unity Dash, left mouse button starts preview instead of directly the application

2013-06-16 Thread Craig Hrabal
I think, perhaps, a better solution would be to open web-based things in
preview by default, and to open application-based things in a new
application. That way, when utilizing smart scopes, you can view things
on the web in the previews, but for application-management purposes, the
users chooses when and when not to use preview.

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

Title:
  Unity Dash, left mouse button starts preview instead of directly the
  application

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1189088/+subscriptions

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


[Bug 1189634] Re: Writer AutoCorrect does not set superscript on ordinal numbers

2013-06-16 Thread Christopher M. Penalver
Alessandro Ceschini, thank you for reporting this and helping make
Ubuntu better. Could you please provide a screencast of this problem
following https://help.ubuntu.com/community/Screencast ? As well, could
you please provide click-for-click instructions on how to reproduce this
problem?

** Changed in: libreoffice (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/1189634

Title:
  Writer AutoCorrect does not set superscript on ordinal numbers

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

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


[Bug 1020041] Re: Quantal Alpha 2, No Sound on HDMI screen.

2013-06-16 Thread madbiologist
ATI/AMD Radeon HDMI audio has been disabled by default by the upstream
kernel developers as it causes blank screens on a lot of systems.  You
can re-enable it by adding radeon.audio=1 to your GRUB boot options as
described at
https://help.ubuntu.com/community/Grub2/Troubleshooting#Editing_the_GRUB_2_Menu_During_Boot

For your HD 6000 series chip you will also need a 3.5 or later kernel.
Ubuntu 12.10 Quantal Quetzal is based on the 3.5 kernel.

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

Title:
  Quantal Alpha 2, No Sound on HDMI screen.

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

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


[Bug 1098216] Re: Regression in brightness control on Lenovo Thinkpad X230 (+tablet) and X1 Carbon

2013-06-16 Thread Oliver Sauder
I can still confirm that this issue exists with kernel 3.8.0-25-generic
on a Lenovo T430.

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

Title:
  Regression in brightness control on Lenovo Thinkpad X230 (+tablet) and
  X1 Carbon

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

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


[Bug 1188425] Re: Audio breaks up and pulseaudio eventually crashes with Alsa a52 (ac3) plugin (Ubuntu 13.04)

2013-06-16 Thread Artur Agostinho Araújo
I added this to the a52.conf file located in
/us/share/alsa/alsa.conf.d/a52.conf:

ctl.a52 {
@args [ CARD ]
@args.CARD {
type string
default 0
}
type hw
card $CARD
}

And now I get this from pulseaudio:

I: [pulseaudio] alsa-sink.c: Successfully opened device a52:0.
I: [pulseaudio] alsa-sink.c: Selected mapping 'Digital Surround 5.1 
(IEC958/AC3)' (iec958-ac3-surround-51).
I: [pulseaudio] alsa-sink.c: Cannot enable timer-based scheduling, falling back 
to sound IRQ scheduling.
I: [pulseaudio] alsa-sink.c: Successfully enabled mmap() mode.
I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'a52:0'

Previously pulseaudio reported this:

I: [pulseaudio] alsa-sink.c: Successfully opened device a52:0.
I: [pulseaudio] alsa-sink.c: Selected mapping 'Digital Surround 5.1 
(IEC958/AC3)' (iec958-ac3-surround-51).
I: [pulseaudio] alsa-sink.c: Cannot enable timer-based scheduling, falling back 
to sound IRQ scheduling.
I: [pulseaudio] alsa-sink.c: Successfully enabled mmap() mode.
I: [pulseaudio] (alsa-lib)control.c: Invalid CTL a52:0
I: [pulseaudio] alsa-util.c: Unable to attach to mixer a52:0: No such file or 
directory
I: [pulseaudio] alsa-sink.c: Failed to find a working mixer device.

This is an improvement that didn't resolved the audio breaking. The rest
of the log file still looks the same!

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

Title:
  Audio breaks up and pulseaudio eventually crashes with Alsa a52 (ac3)
  plugin (Ubuntu 13.04)

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

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


[Bug 1170958] Re: [Regression] Panel shadow dropped on full screen windows after notification

2013-06-16 Thread Vincent Thiele
They work on Mir... Compiz based Unity isn't important anymore... :/

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

Title:
  [Regression] Panel shadow dropped on full screen windows after
  notification

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

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


[Bug 1191516] Re: Application provided invalid, non monotonically increasing dts to muxer in stream 0

2013-06-16 Thread Daniel Karlsson
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug has been reported upstream and fixed as of
version v1.1.0-184-g429743c. This fix is also included in the
development version of Ubuntu -  Saucy Salamander.

If you need a fix for the bug in previous versions of Ubuntu, please
follow the instructions for Requesting a Backport at
https://wiki.ubuntu.com/UbuntuBackports#Requesting_a_Backport

** Changed in: libvpx (Ubuntu)
   Status: New = 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/1191516

Title:
  Application provided invalid, non monotonically increasing dts to
  muxer in stream 0

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

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


[Bug 774434] Re: mouse pointer disappears in ubuntu (11.04 onwards...)

2013-06-16 Thread Dave Gilbert
I've just seen this on an openSUSE vm, so whatever it is, it's not just
Ubuntu.

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

Title:
  mouse pointer disappears in ubuntu (11.04 onwards...)

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

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


[Bug 1191459] Re: ModemManager crashes

2013-06-16 Thread Aleksander Morgado
Great, thanks for checking :)

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

Title:
  ModemManager crashes

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

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


[Bug 1001550] Re: LibreOffice Calc causes high CPU usage in Xorg when displaying marching ants

2013-06-16 Thread kai
I can confirm Yulianto´s comment that disk-I/O is rising very high as
well.

My system has almost the same properties that Nathan´s has. I will
provide more Informations about my system if needed.

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

Title:
  LibreOffice Calc causes high CPU usage in Xorg when displaying
  marching ants

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

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

[Bug 1191522] [NEW] Don't have libsignon-glib1 depend on signond

2013-06-16 Thread Jeremy Bicha
Public bug reported:

libsignon-glib1 should not depend on signond.

1. Empathy and Shotwell are built with UOA support which gives them a
dependency on libsignon-glib1. The UOA support is not easily split out
(we looked at it last week) into a separate package.

2. signond depends on about 7.5 MB of Qt libraries and recommends
signon-ui which depends on over 45MB of libqtwebkit4 and libqtgui4. It's
unreasonable to expect that a GNOME or XFCE distro (like Ubuntu GNOME or
Ubuntu Studio) should be required to include 50+ MB of unrelated
libraries for an optional feature that the Ubuntu packages happen to be
built with.

3. There is precedence for having libraries not depend on the underlying
service. libmysqlclient18 doesn't depend on mysql-server. Even more
relevant, Empathy  Shotwell are also built with Unity integration and
therefore depend on libunity9. libunity9 does not depend on Unity and
adds less than 1.5 MB to those packages.

4. Nothing else depends on signond in Ubuntu yet. To do this properly,
we need to make sure that distros (or users) who have other UOA stuff
installed stiill get signond. I think having libaccount-plugin-1.0-0
depend on signond will be sufficient since these packages already depend
on libaccount-plugin-1.0-0:

  gnome-control-center-signon
  mcp-account-manager-uoa
  libaccount-plugin-google
  libaccount-plugin-generic-oauth
  libaccount-plugin-1.0-dev
  account-plugin-fitbit
  gir1.2-accountplugin-1.0

It's impossible for users to really use UOA without those packages
installed.

Merge proposals attached. They were initially rejected but should be
reconsidered.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: libsignon-glib1 1.10daily13.06.05.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.9.0-5.12-generic 3.9.5
Uname: Linux 3.9.0-5-generic x86_64
NonfreeKernelModules: btrfs raid6_pq zlib_deflate xor ufs qnx4 hfsplus hfs 
minix ntfs msdos jfs xfs libcrc32c reiserfs ext2 overlayfs ath3k nls_utf8 isofs 
parport_pc ppdev rfcomm bnep joydev snd_hda_codec_hdmi snd_hda_codec_conexant 
intel_powerclamp coretemp kvm_intel kvm crc32_pclmul ghash_clmulni_intel cryptd 
uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev arc4 
snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_seq_midi 
snd_seq_midi_event btusb bluetooth snd_rawmidi ath9k ath9k_common ath9k_hw ath 
mac80211 microcode i915 snd_seq cfg80211 drm_kms_helper psmouse serio_raw drm 
snd_seq_device snd_timer lpc_ich snd mei toshiba_acpi i2c_algo_bit soundcore 
sparse_keymap toshiba_bluetooth wmi lp parport mac_hid video atl1c ahci libahci
ApportVersion: 2.10.2-0ubuntu1
Architecture: amd64
Date: Sun Jun 16 09:44:04 2013
InstallationDate: Installed on 2013-06-14 (2 days ago)
InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Alpha amd64 
(20130613)
MarkForUpload: True
SourcePackage: libsignon-glib
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: libsignon-glib (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

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

Title:
  Don't have libsignon-glib1 depend on signond

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsignon-glib/+bug/1191522/+subscriptions

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


[Bug 1184617] Re: Wrong uuid in grub/menu.lst

2013-06-16 Thread jerryb
More information on this:

I'm using Grub legacy.  The update-grub script generates a command
uuid 1123...

however, Grub legacy says invalid command.  It appears that grub
legacy does *not* support this command.  the script should generate the
euqivalent

root (hdn,m)

command instead.

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

Title:
  Wrong uuid in grub/menu.lst

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/1184617/+subscriptions

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


[Bug 1191344] Re: sliders moving when regulation

2013-06-16 Thread Fabio Marconi
Hallo Carla
no, I mean the draw of the cursors, see at their end (near of % value) watching 
the attached screencast.
Greetings
Fabio
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

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

Title:
  sliders moving when regulation

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

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


[Bug 1191522] Re: Don't have libsignon-glib1 depend on signond

2013-06-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~jbicha/libsignon-glib/dont-depend-on-signond

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

Title:
  Don't have libsignon-glib1 depend on signond

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsignon-glib/+bug/1191522/+subscriptions

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


Re: [Bug 1172908] Re: USB 2.0 Ports Dont Work on Sony Vaio Laptop

2013-06-16 Thread Ming Lei
Hi Barry and ATIpro,

Could you plug the devices into USB 2.0 port first and run below command
to see if your devices can be found in USB 2.0 bus?

find /sys/bus/usb/devices/*/port*/power/control | while read LINE; do
echo on  ${LINE}; done


Thanks,
--
Ming Lei

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

Title:
  USB 2.0 Ports Dont Work on Sony Vaio Laptop

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

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


[Bug 1191490] Re: I can't open any eps file

2013-06-16 Thread ~suv
Possibly you have a conflict with a newer poppler version installed on
your system than the one the (K)Ubuntu 12.04 Inkscape package was
compiled against (possibly as side-effect of installing e.g. GIMP or
Scribus development versions from a custom PPA) - see e.g. bug #1083936.

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

** Tags added: eps importing pdf

** Changed in: inkscape
   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/1191490

Title:
  I can't open any eps file

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

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


[Bug 1052936] Re: Progress bar in Progress section has a hole in it

2013-06-16 Thread Vincent Thiele
Still not fixed...

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

Title:
  Progress bar in Progress section has a hole in it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/1052936/+subscriptions

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


[Bug 1191522] Re: Don't have libsignon-glib1 depend on signond

2013-06-16 Thread Jeremy Bicha
** Description changed:

  libsignon-glib1 should not depend on signond.
  
  1. Empathy and Shotwell are built with UOA support which gives them a
  dependency on libsignon-glib1. The UOA support is not easily split out
  (we looked at it last week) into a separate package.
  
  2. signond depends on about 7.5 MB of Qt libraries and recommends
  signon-ui which depends on over 45MB of libqtwebkit4 and libqtgui4. It's
  unreasonable to expect that a GNOME or XFCE distro (like Ubuntu GNOME or
  Ubuntu Studio) should be required to include 50+ MB of unrelated
  libraries for an optional feature that the Ubuntu packages happen to be
  built with.
  
  3. There is precedence for having libraries not depend on the underlying
  service. libmysqlclient18 doesn't depend on mysql-server. Even more
  relevant, Empathy  Shotwell are also built with Unity integration and
  therefore depend on libunity9. libunity9 does not depend on Unity and
  adds less than 1.5 MB to those packages.
  
  4. Nothing else depends on signond in Ubuntu yet. To do this properly,
  we need to make sure that distros (or users) who have other UOA stuff
- installed stiill get signond. I think having libaccount-plugin-1.0-0
+ installed still get signond. I think having libaccount-plugin-1.0-0
  depend on signond will be sufficient since these packages already depend
  on libaccount-plugin-1.0-0:
  
-   gnome-control-center-signon
-   mcp-account-manager-uoa
-   libaccount-plugin-google
-   libaccount-plugin-generic-oauth
-   libaccount-plugin-1.0-dev
-   account-plugin-fitbit
-   gir1.2-accountplugin-1.0
+   gnome-control-center-signon
+   mcp-account-manager-uoa
+   libaccount-plugin-google
+   libaccount-plugin-generic-oauth
+   libaccount-plugin-1.0-dev
+   account-plugin-fitbit
+   gir1.2-accountplugin-1.0
  
  It's impossible for users to really use UOA without those packages
- installed.
+ installed. (Alternatively, libaccount-plugin-1.0-0 recommends gnome-
+ control-center-signon so even having gnome-control-center-signon depend
+ on signond would work.)
  
  Merge proposals attached. They were initially rejected but should be
  reconsidered.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: libsignon-glib1 1.10daily13.06.05.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.9.0-5.12-generic 3.9.5
  Uname: Linux 3.9.0-5-generic x86_64
  NonfreeKernelModules: btrfs raid6_pq zlib_deflate xor ufs qnx4 hfsplus hfs 
minix ntfs msdos jfs xfs libcrc32c reiserfs ext2 overlayfs ath3k nls_utf8 isofs 
parport_pc ppdev rfcomm bnep joydev snd_hda_codec_hdmi snd_hda_codec_conexant 
intel_powerclamp coretemp kvm_intel kvm crc32_pclmul ghash_clmulni_intel cryptd 
uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev arc4 
snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_seq_midi 
snd_seq_midi_event btusb bluetooth snd_rawmidi ath9k ath9k_common ath9k_hw ath 
mac80211 microcode i915 snd_seq cfg80211 drm_kms_helper psmouse serio_raw drm 
snd_seq_device snd_timer lpc_ich snd mei toshiba_acpi i2c_algo_bit soundcore 
sparse_keymap toshiba_bluetooth wmi lp parport mac_hid video atl1c ahci libahci
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  Date: Sun Jun 16 09:44:04 2013
  InstallationDate: Installed on 2013-06-14 (2 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Alpha amd64 
(20130613)
  MarkForUpload: True
  SourcePackage: libsignon-glib
  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/1191522

Title:
  Don't have libsignon-glib1 depend on signond

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsignon-glib/+bug/1191522/+subscriptions

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

[Bug 975497] Re: Couple different styles for progress bar

2013-06-16 Thread Vincent Thiele
Still not fixed...

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

Title:
  Couple different styles for progress bar

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

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


[Bug 1062256] Re: xtables-addons-dkms 1.42-2: xtables-addons kernel module failed to build

2013-06-16 Thread Brian Burch
12.10 quantal with kernel 3.5.0-34-lowlatency and xtables-addons-dkms
1.42.2...

the circumention worked for me when I commented-out the three lines from
post #3.

As mentioned in post #4, the correct file to edit is the copy in
/usr/src/modules/xtables-addons/mconfig

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

Title:
  xtables-addons-dkms 1.42-2: xtables-addons kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1062256/+subscriptions

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


[Bug 1191526] [NEW] package matlab-support (not installed) failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回了错误号 1

2013-06-16 Thread 郭学南
Public bug reported:

just because i don't have matlab's locale package, so i close it.

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: matlab-support (not installed)
ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
Uname: Linux 3.8.0-25-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.1
AptOrdering:
 matlab-support: Install
 matlab-support: Configure
Architecture: amd64
Date: Sun Jun 16 19:52:58 2013
DuplicateSignature: package:matlab-support:(not installed):子进程 已安装 
post-installation 脚本 返回了错误号 1
ErrorMessage: 子进程 已安装 post-installation 脚本 返回了错误号 1
InstallationDate: Installed on 2013-04-30 (47 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: matlab-support
Title: package matlab-support (not installed) failed to install/upgrade: 子进程 
已安装 post-installation 脚本 返回了错误号 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: matlab-support (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package raring

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/matlab-support/+bug/1191526/+subscriptions

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

[Bug 1191522] Re: Don't have libsignon-glib1 depend on signond

2013-06-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~jbicha/gnome-control-center-signon/depend-on-
signond

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

Title:
  Don't have libsignon-glib1 depend on signond

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsignon-glib/+bug/1191522/+subscriptions

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


[Bug 1191256] Re: writer sometimes crashes without possibility to recover document

2013-06-16 Thread Christopher M. Penalver
Tommy_CZ, thank you for reporting this and helping make Ubuntu better. However, 
your crash report is missing. Please follow these instructions to have apport 
report a new bug about your crash that can be dealt with by the automatic 
retracer. First, execute at a terminal:
cd /var/crash  sudo rm * ; sudo apt-get update  sudo apt-get -y upgrade  
sudo apt-get -y install libreoffice-dbg uno-libs3-dbg ure-dbg  sudo service 
apport start force_start=1

If you are running the Ubuntu Stable Release you might need to enable
apport in /etc/default/apport and restart.

Now reproduce the crash, then open your file manager, navigate to your 
/var/crash directory and open the crash report you wish to submit.
If this fails you will have to open a terminal and file your report with 
'ubuntu-bug /var/crash/_my_crash_report.crash' where _my_crash_report.crash is 
the crash you would like to report. If you get an error that you aren't allowed 
to access this report you will have to file it with 'sudo ubuntu-bug 
/var/crash/_my_crash_report.crash'. If you run the command against the crash 
report and it does nothing, you may be affected by 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/994921 . In order to 
WORKAROUND this, one would need to open the following file via a command line:
gksudo gedit /etc/apport/crashdb.conf

and comment out the line:
'problem_types': ['Bug', 'Package'],

by changing it to:
# 'problem_types': ['Bug', 'Package'],

Save, close, and try to file the crash report again via:
ubuntu-bug /var/crash/_my_crash_report.crash

Please follow https://wiki.ubuntu.com/LibreOfficeBugWrangling when you
file this crash report so the necessary information is provided.

I'm closing this bug report since the process outlined above will
automatically open a new bug report which can then dealt with more
efficiently.

Thank you for your understanding.

Helpful bug reporting tips:
https://help.ubuntu.com/community/ReportingBugs

** Changed in: libreoffice (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/1191256

Title:
  writer sometimes crashes without possibility to recover document

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

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


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

2013-06-16 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/1191526

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/matlab-support/+bug/1191526/+subscriptions

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

[Bug 1191389] Re: package linux-image-extra-3.8.0-25-generic 3.8.0-25.37 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2013-06-16 Thread Daniel Hartwig
Redoubts, your issue may not be the same cause, so please file a new
report using ‘ubuntu-bug’, including the information here, and also some
comments on how you install and update software (e.g. apt-get, aptitude,
software-center).

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

Title:
  package linux-image-extra-3.8.0-25-generic 3.8.0-25.37 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1191389/+subscriptions

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

[Bug 1006765] Re: Hot plugging USB3.0 express card Not possible

2013-06-16 Thread Christopher M. Penalver
Darian Shalev, if you have a bug in Ubuntu, the Ubuntu Kernel team, Ubuntu Bug 
Control team, and Ubuntu Bug Squad would like you to please file a new report 
by executing the following in a terminal:
ubuntu-bug linux

For more on this, please see the Ubuntu Kernel team article:
https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Filing_Kernel_Bug_reports

the Ubuntu Bug Control team and Ubuntu Bug Squad team article:
https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue

and Ubuntu Community article:
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

When opening up the new report, please feel free to subscribe me to it.

Please note, not filing a new report would delay your problem being
addressed as quickly as possible.

Thank you for your understanding.

** Tags removed: bios-outdated-1.43
** Tags added: latest-bios-1.43

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

Title:
  Hot plugging USB3.0 express card Not possible

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

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


[Bug 1191389] Re: package linux-image-extra-3.8.0-25-generic 3.8.0-25.37 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2013-06-16 Thread Daniel Hartwig
Gary Shook, do you at all use aptitude or have unattended-upgrades
installed?

Please provide the output of:
$ ls -lR boot

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

Title:
  package linux-image-extra-3.8.0-25-generic 3.8.0-25.37 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1191389/+subscriptions

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


[Bug 351133] Re: Install boot option hangs at timezone selection

2013-06-16 Thread madbiologist
Official support for Ubuntu 9.04 Jaunty Jackalope has ended.  If this
problem is still occurring on Ubuntu 13.04 Raring Ringtail please file
a new bug report so that we can get a new set of logs and system info.

** Changed in: ubiquity (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  Install boot option hangs at timezone selection

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

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


[Bug 733349] Re: Minimize Application's Windows upon clicking its Launcher Icon

2013-06-16 Thread Christopher Kyle Horton
I came here after seeing this bug resurface in a Google+ Community post.

I agree with #346 above: Unity just doesn't work that way, and is not
supposed to work that way. I personally never used this requested
functionality even on Windows; the minimize button is a much more
obvious way to handle that. Advanced users bothered by this can just
switch to another DE that they can then customize to their liking.
Contrary to what some very vocal people above and elsewhere have said,
not everyone wants this on their desktop.

The launcher icon is supposed to be for launching and spreading
applications. Perhaps a better solution would be to click the icon of an
already-running application to activate the spread, but include a couple
overlaid dash-style buttons in the background to minimize all windows or
the currently selected window. I'm not a designer, so I have no idea how
good this actually would be in practice, but IMHO it would be a pretty
good compromise and more usable to me than the suggested alternative
here.

Just adding my 2 cents.

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

Title:
  Minimize Application's Windows upon clicking its Launcher Icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/733349/+subscriptions

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


[Bug 1191527] [NEW] Menu config files merge menus from standard locations too soon so defaults override merges.

2013-06-16 Thread Len Ovens
Public bug reported:

Merged files from /etc/xdg/menus/applications-merged/ or the user's home 
directory are supposed to be able to override the default file settings. 
According to the freedesktop standard the merge files should therefore be read 
in last. However, the  DefaultMergeDirs/ element is at the top of all of 
lubuntu's menu files (LXDE's files are broken as well) and so the default 
overrides the merge. The best way to test this is with a layout potion in the 
merge file. The DefaultMergeDirs/ should be the last entry before the last 
/Menu in the files:
/etc/xdg/lubuntu/menus/lubuntu-nexus7-applications.menu
/etc/xdg/lubuntu/menus/lxde-applications.menu

Because of the specialized use of the /etc/xdg/lubuntu/menus/lxgames-
applications.menu, I would suggest removing DefaultMergeDirs/
altogether.

This bug breaks packages that add files to /etc/xdg/menus/applications-
merged/ directory like ubuntustudio-menu and menu editors such as
alacarte (this is not a full list, just examples) and it breaks the
freedesktop standard as well.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: lubuntu-default-settings 0.31
ProcVersionSignature: Ubuntu 3.8.0-19.13-lowlatency 3.8.8
Uname: Linux 3.8.0-19-lowlatency i686
ApportVersion: 2.10.2-0ubuntu1
Architecture: i386
Date: Sun Jun 16 07:24:34 2013
InstallationDate: Installed on 2013-06-04 (12 days ago)
InstallationMedia: Lubuntu 13.10 Saucy Salamander - Alpha i386 (20130603)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: lubuntu-default-settings
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: lubuntu-default-settings (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 saucy

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

Title:
  Menu config files merge menus from standard locations too soon so
  defaults override merges.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-default-settings/+bug/1191527/+subscriptions

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


[Bug 1006765] Re: 1033:0194 Hot plugging USB3.0 express card Not possible

2013-06-16 Thread Christopher M. Penalver
** Summary changed:

- Hot plugging USB3.0 express card Not possible
+ 1033:0194 Hot plugging USB3.0 express card Not possible

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

Title:
  1033:0194 Hot plugging USB3.0 express card Not possible

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

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


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

2013-06-16 Thread Daniel Letzeisen
*** 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/1191481

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  ErrorMessage: 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/1191481/+subscriptions

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


[Bug 1191528] [NEW] Ich kann keine 3D anwendungen wie Blender starten

2013-06-16 Thread Martin Jäger
Public bug reported:

Bei starten einer 3D Anwendung stürzt fast der ganze Computer ab.
es scheint OpenGL ist fehlerhaft

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xorg (not installed)
Uname: Linux 3.10.0-rc5+ x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDmesg: [   27.009958] init: plymouth-stop pre-start process (1872) 
terminated with status 1
Date: Sun Jun 16 16:35:53 2013
DistUpgraded: 2013-04-23 17:56:56,246 DEBUG enabling apt cron job
DistroCodename: raring
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 6.20.155.1+bdcom, 3.8.0-21-generic, x86_64: installed
 bcmwl, 6.20.155.1+bdcom, 3.8.0-23-generic, x86_64: installed
 bcmwl, 6.20.155.1+bdcom, 3.8.0-25-generic, x86_64: installed
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] Device [1025:050f]
 Advanced Micro Devices [AMD] nee ATI Thames XT [Radeon HD 7670M] [1002:6840] 
(prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] Device [1025:050f]
InstallationDate: Installed on 2013-04-23 (54 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MachineType: Acer Aspire 7750G
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-rc5+ 
root=UUID=7ff3d9c4-7c50-44bb-b459-48a08678ca22 ro quiet acpi_osi=linux 
acpi_backlight=vendor
SourcePackage: xorg
UpgradeStatus: Upgraded to raring on 2013-04-23 (53 days ago)
dmi.bios.date: 12/30/2011
dmi.bios.vendor: Acer
dmi.bios.version: V1.17
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: JE70_HR
dmi.board.vendor: Acer
dmi.board.version: Base Board Version
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.17
dmi.modalias: 
dmi:bvnAcer:bvrV1.17:bd12/30/2011:svnAcer:pnAspire7750G:pvrV1.17:rvnAcer:rnJE70_HR:rvrBaseBoardVersion:cvnAcer:ct10:cvrV1.17:
dmi.product.name: Aspire 7750G
dmi.product.version: V1.17
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.9~daily13.04.18.1~13.04-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.43-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.1-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.1-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Sun Jun 16 16:32:22 2013
xserver.configfile: /etc/X11/xorg.conf
xserver.errors: RADEON(1): No modes.
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.13.3-0ubuntu6
xserver.video_driver: intel

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


** Tags: amd64 apport-bug raring ubuntu

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

Title:
  Ich kann keine 3D anwendungen wie Blender starten

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

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

[Bug 1191511] Re: D-Link DWM-156 is detected but doesn't work

2013-06-16 Thread madbiologist
*** This bug is a duplicate of bug 1017162 ***
https://bugs.launchpad.net/bugs/1017162

** This bug has been marked a duplicate of bug 1017162
   not able to connect d-link DWM-156 with ubuntu

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

Title:
  D-Link DWM-156 is detected but doesn't work

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

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


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

2013-06-16 Thread Daniel Letzeisen
*** 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/1187788

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/1187788/+subscriptions

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


[Bug 1185585] Re: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 126

2013-06-16 Thread Daniel Letzeisen
*** 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/1185585

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  le sous-processus script post-installation installé a retourné une
  erreur de sortie d'état 126

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

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

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

2013-06-16 Thread Daniel Letzeisen
*** 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/1187304

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/1187304/+subscriptions

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


[Bug 1017162] Re: not able to connect d-link DWM-156 with ubuntu

2013-06-16 Thread madbiologist
According to the duplicate bug this also occurs in Raring.

** Tags added: raring

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

Title:
  not able to connect d-link DWM-156 with ubuntu

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

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


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

2013-06-16 Thread Daniel Letzeisen
*** 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/1190747

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  ErrorMessage: 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/1190747/+subscriptions

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


[Bug 1191527] Re: Menu config files merge menus from standard locations too soon so defaults override merges.

2013-06-16 Thread Len Ovens
** Description changed:

- Merged files from /etc/xdg/menus/applications-merged/ or the user's home 
directory are supposed to be able to override the default file settings. 
According to the freedesktop standard the merge files should therefore be read 
in last. However, the  DefaultMergeDirs/ element is at the top of all of 
lubuntu's menu files (LXDE's files are broken as well) and so the default 
overrides the merge. The best way to test this is with a layout potion in the 
merge file. The DefaultMergeDirs/ should be the last entry before the last 
/Menu in the files:
+ Merged files from /etc/xdg/menus/applications-merged/ or the user's home 
directory are supposed to be able to override the default file settings. 
According to the freedesktop standard the merge files should therefore be read 
in last. However, the  DefaultMergeDirs/ element is at the top of all of 
lubuntu's menu files (LXDE's files are broken as well) and so the default 
overrides the merge. The best way to test this is with a layout portion in the 
merge file. The DefaultMergeDirs/ should be the last entry before the last 
/Menu in the files:
  /etc/xdg/lubuntu/menus/lubuntu-nexus7-applications.menu
  /etc/xdg/lubuntu/menus/lxde-applications.menu
  
  Because of the specialized use of the /etc/xdg/lubuntu/menus/lxgames-
  applications.menu, I would suggest removing DefaultMergeDirs/
  altogether.
  
  This bug breaks packages that add files to /etc/xdg/menus/applications-
  merged/ directory like ubuntustudio-menu and menu editors such as
  alacarte (this is not a full list, just examples) and it breaks the
  freedesktop standard as well.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: lubuntu-default-settings 0.31
  ProcVersionSignature: Ubuntu 3.8.0-19.13-lowlatency 3.8.8
  Uname: Linux 3.8.0-19-lowlatency i686
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: i386
  Date: Sun Jun 16 07:24:34 2013
  InstallationDate: Installed on 2013-06-04 (12 days ago)
  InstallationMedia: Lubuntu 13.10 Saucy Salamander - Alpha i386 (20130603)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: lubuntu-default-settings
  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/1191527

Title:
  Menu config files merge menus from standard locations too soon so
  defaults override merges.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-default-settings/+bug/1191527/+subscriptions

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


[Bug 1191530] [NEW] Menu config file merge menus from standard locations too soon so defaults override merges.

2013-06-16 Thread Len Ovens
Public bug reported:

Merged files from /etc/xdg/menus/applications-merged/ or the user's home
directory are supposed to be able to override the default file settings.
According to the freedesktop standard the merge files should therefore
be read in last. However, the DefaultMergeDirs/ element is at the top
of  /etc/xdg/menus/lxlauncher-applications.menu  and so the default
overrides the merge. The best way to test this is with a layout portion
in the merge file. The DefaultMergeDirs/ should be the last entry
before the last /Menu.

This bug breaks packages that add files to /etc/xdg/menus/applications-
merged/ directory like ubuntustudio-menu and menu editors such as
alacarte (this is not a full list, just examples) and it breaks the
freedesktop standard as well.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: lxlauncher 0.2.2-3ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-19.13-lowlatency 3.8.8
Uname: Linux 3.8.0-19-lowlatency i686
ApportVersion: 2.10.2-0ubuntu1
Architecture: i386
Config_System_Lubuntu_settings.conf:
 [Main]
 BUTTON_SIZE=120
 IMG_SIZE=48
Date: Sun Jun 16 07:46:37 2013
InstallationDate: Installed on 2013-06-04 (12 days ago)
InstallationMedia: Lubuntu 13.10 Saucy Salamander - Alpha i386 (20130603)
MarkForUpload: True
SourcePackage: lxlauncher
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 saucy

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

Title:
  Menu config file merge menus from standard locations too soon so
  defaults override merges.

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

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


[Bug 1191532] [NEW] Menu config file merges menus from standard locations too soon so defaults override merges.

2013-06-16 Thread Len Ovens
Public bug reported:

Merged files from /etc/xdg/menus/applications-merged/ or the user's home
directory are supposed to be able to override the default file settings.
According to the freedesktop standard the merge files should therefore
be read in last. However, the DefaultMergeDirs/ element is at the top
of /etc/xdg/menus/lxde-applications.menu and so the default overrides
the merge. The best way to test this is with a layout portion in the
merge file. The DefaultMergeDirs/ should be the last entry before the
last /Menu.

This bug breaks packages that add files to /etc/xdg/menus/applications-
merged/ directory like ubuntustudio-menu and menu editors such as
alacarte (this is not a full list, just examples) and it breaks the
freedesktop standard as well.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: lxmenu-data 0.1.2-2
ProcVersionSignature: Ubuntu 3.8.0-19.13-lowlatency 3.8.8
Uname: Linux 3.8.0-19-lowlatency i686
ApportVersion: 2.10.2-0ubuntu1
Architecture: i386
Date: Sun Jun 16 07:54:58 2013
Dependencies:
 
InstallationDate: Installed on 2013-06-04 (12 days ago)
InstallationMedia: Lubuntu 13.10 Saucy Salamander - Alpha i386 (20130603)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: lxmenu-data
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: lxmenu-data (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 saucy

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

Title:
  Menu config file merges menus from standard locations too soon so
  defaults override merges.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxmenu-data/+bug/1191532/+subscriptions

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


[Bug 1166442] Re: Elantech clickpad/touchpad lacks multitouch features.

2013-06-16 Thread G.Scoppino
Sure thing Imran! I'll tell you the way I did it which may not be the
best way but it works:

Grab the 3.9.6 kernel source in .tar.bz2 format from kernel.org.
Extract somewhere in your user directory.
Go into the /drivers/input/mouse folder and open elantech.c

Since I have no idea about applying patches, I just removed the lines specified 
in the patch file and added the ones specified.
To be safe I attached a modified elantech.c you can just replace the old one 
with. If this isn't OK someone please tell me and I'll remove it btw. All 
credit goes to kendatsuba of course for the changes.

Now...
1) run make oldconfig and press enter to any questions, which will select the 
kernel defaults for any new options added between your previous kernel and this 
one.
2) make -j`cat /proc/cpuinfo | grep -c processor` -this will run make on a 
number of processes equal to threads your processor has. This can take a while, 
on an i7-3636QM (8 threads) this took about 10 minutes. 
3) make modules_install
4) make install]

And reboot into the new kernel.

** Attachment added: elantech.c
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1166442/+attachment/3704984/+files/elantech.c

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

Title:
  Elantech clickpad/touchpad lacks multitouch features.

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

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


[Bug 1075102] Re: distorted view

2013-06-16 Thread Felix Natter
hi Bart,

the problem is that this is a problem specific to Radeon graphics cards:
  https://bugs.freedesktop.org/show_bug.cgi?id=50850

Here is the documentation for the setting:
  http://docs.oracle.com/javase/7/docs/technotes/guides/2d/flags.html#xrender

= I am not sure whether it would break other users' experience if I
generally enable this in /usr/bin/freeplane...

Best Regards,
Felix

** Bug watch added: freedesktop.org Bugzilla #50850
   https://bugs.freedesktop.org/show_bug.cgi?id=50850

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

Title:
  distorted view

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

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


[Bug 1190283] Re: SIGSEGV in libwebkit: WebCore::InspectorPageAgent::cachedResource(WebCore::Frame*, WebCore::KURL const)

2013-06-16 Thread kardan
** Also affects: midori
   Importance: Undecided
   Status: New

** No longer affects: midori (Ubuntu)

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

Title:
  SIGSEGV in libwebkit:
  WebCore::InspectorPageAgent::cachedResource(WebCore::Frame*,
  WebCore::KURL const)

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

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


[Bug 1045848] Re: xfig open with .fig files

2013-06-16 Thread fig_wright
Confirm this bug still in effect, 9 months later.

Workaround: Install Ubuntu Tweak, and us the File type manager to add
an association between x-fig mime types and xfig or matlab, or whatever
you want to open them with.

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

Title:
  xfig open with .fig files

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

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


[Bug 1191535] [NEW] help.ubuntu.com doesn't properly redirect after login

2013-06-16 Thread matteo sisti sette
Public bug reported:

This is an issue in the help.ubuntu.com website,

It's unbelieavable that I have to report this sort of bugs. That there
still exist websites that don't properly redirect the user after login.

Steps to reproduce:
- Navigate to some interesting ubuntu community help wiki page, e.g. 
https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles
- Click on the link on the bottom of the page that reads Log in to edit
- Log in

Expected:
after login, should redirect to the page you were browsing.

Observed annoying:
after login, it redirects you to the main page or whatever, but not where you 
were previous to login.

** Affects: 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/1191535

Title:
  help.ubuntu.com doesn't properly redirect after login

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

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


[Bug 1191536] [NEW] efi Error grub-installer

2013-06-16 Thread texaco
Public bug reported:

I was trying to install ubuntu 13.04 but the instalation doesn't finish
because of a fatal grub-installer error.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: ubiquity 2.14.6 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
CasperVersion: 1.331
Date: Sun Jun 16 17:18:08 2013
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper quiet splash --
LiveMediaBuild: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring ubiquity-2.14.6 ubuntu

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

Title:
  efi Error grub-installer

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

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


[Bug 1041270] Re: /proc/acpi/button/lid/*/state always says open again in 12.04

2013-06-16 Thread taj
@ Christopher.
Thanks for your suggestion.
Indeed I had F.0D BIOS running, but updating it did not change anything.

sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date
68YDU Ver. F.0E
02/21/2008

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

Title:
   /proc/acpi/button/lid/*/state always says open again in 12.04

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

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


[Bug 1191276] Re: Installation of wine1.6 fails because of duplicate wine64-preloader

2013-06-16 Thread trytip
i confirm that the above temp/fix comment #17 by Josh Robinson did in fact 
repair my wine 1.6 and i'm a novice.
thanx for the info.

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

Title:
  Installation of wine1.6 fails because of duplicate  wine64-preloader

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

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


<    1   2   3   4   5   >