[Bug 685096] Re: USB Passthrough not working for Windows 7 guest

2014-06-11 Thread Michal Suchanek
I can connect to network with qemu 2.0 with and win 7 pro 64bit guest. qemu-system-x86_64 -machine accel=kvm -smp 2 -m 1024 -net none -device usb-ehci,id=usb,bus=pci.0,addr=0x4 -device usb- host,vendorid=0x0b95,productid=0x772b,id=hostdev0,bus=usb.0 -usb -usbdevice tablet -hda

[Bug 1307614] Re: MAAS sometimes attempts to install to USB flash drive

2014-06-11 Thread Scott Moser
Roderick, To quote the page you referenced: | Ubuntu Server (CLI) Installation | 300 MHz x86 processor | 192 MiB of system memory (RAM) | 1 GB of disk space | Graphics card and monitor capable of 640x480 | CD drive 1GB for server. so 2GB is *twice* the *recommended* (not required)

[Bug 1297962] Re: [sru] Nova-compute doesnt start

2014-06-11 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed = Fix Released ** Changed in: nova Milestone: None = juno-1 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1297962 Title: [sru]

[Bug 1274772] Re: libvirt.txt in gate is full of error messages

2014-06-11 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed = Fix Released ** Changed in: nova Milestone: None = juno-1 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/1274772 Title:

[Bug 1328659] Re: import_boot_images task fails on utopic

2014-06-11 Thread Diogo Matsubara
I ran the tests again[1] with an updated packaging branch[2] which adds the syslinux-dev package as dependency but got another failure, this time a missing /usr/lib/syslinux/chain.c32 file. Looks like the path for that file changed on utopic's syslinux-common: ubuntu@utopic:~$ dpkg -L

[Bug 1328659] Re: import_boot_images task fails on utopic

2014-06-11 Thread Gavin Panella
** Changed in: maas Status: New = Triaged ** Changed in: maas Importance: Undecided = Critical -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1328659 Title:

[Bug 1328958] [NEW] Local provider fails to bootstrap on utopic

2014-06-11 Thread Max Brustkern
Public bug reported: I'm trying to init and bootstrap the juju local provider on utopic. I keep getting a chown: invalid user error: max@eden:~$ rm -rf .juju max@eden:~$ juju init A boilerplate environment configuration file has been written to /home/max/.juju/environments.yaml. Edit the file

[Blueprint servercloud-u-juju-core] Server team specific Juju work for Utopic

2014-06-11 Thread Robie Basak
Blueprint changed by Robie Basak: Work items changed: Work items: Provide Juju 2.x in Trusty: TODO + Land juju-core update in Utopic: TODO + Land juju-quickstart update in Utopic: TODO -- Server team specific Juju work for Utopic

[Bug 1322498] Re: Unable to set swift container ACL's on existing containers

2014-06-11 Thread Launchpad Bug Tracker
This bug was fixed in the package ceph - 0.80.1-0ubuntu1.1 --- ceph (0.80.1-0ubuntu1.1) trusty; urgency=medium * Fix issue setting Swift ACL's on existing containers (LP: #1322498): - d/p/bug-8428.patch: Cherry pick proposed fix from upstream VCS. -- James Page

[Bug 1322498] Update Released

2014-06-11 Thread Scott Kitterman
The verification of the Stable Release Update for ceph has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Bug 985489] Re: nova-compute stops processing compute.$HOSTNAME occasionally on libvirt

2014-06-11 Thread Michael H Wilson
@wangpan I'm revisiting this bug, do you have a link to the change that you proposed? Even if you didn't think it was adequate I'd like to see your approach. -Mike -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu.

[Bug 1329015] [NEW] getdeb repository not work

2014-06-11 Thread lesar
Public bug reported: befor install s-d-p on server I have add archive.getdeb.net repository and if I do a sudo apt-get update all work fine. then I install s-d-p and s-d-p-c now if I do sudo apt-get update I get this error W: Impossible get

[Bug 1329049] [NEW] quickstart fails, hardcodes /var/lib/lxc/ somewhere

2014-06-11 Thread Martin Pitt
Public bug reported: I am on current Utopic, and installed the utopic-proposed juju packages (as 1.18.1 is known to not work on utopic): ii juju-core1.18.4-0ubuntu1 amd64Juju is devops distilled - client ii juju-local 1.18.4-0ubuntu1 all dependency

[Bug 1329049] Re: quickstart fails, hardcodes /var/lib/lxc/ somewhere

2014-06-11 Thread Martin Pitt
It indeed created some stuff there, which LXC can't see: $ sudo ls -l /var/lib/lxc/ drwxr-xr-x 3 root root 4096 Jun 11 21:45 juju-precise-template drwxr-xr-x 3 root root 4096 Mär 11 11:04 martin-local-machine-1 I wiped /var/lib/lxc/ again and made a /var/lib/lxc → /scratch/lxc symlink, and with

[Bug 1329051] [NEW] local boostrapping of juju-gui fails on git not found

2014-06-11 Thread Martin Pitt
an endless stream of 2014-06-11 20:03:18 ERROR juju.worker.uniter.charm git.go:211 git command failed: exec: git: executable file not found in $PATH path: /var/lib/juju/agents/unit-juju-gui-0/state/deployer/update-20140611-220318576432597 args: []string{init} 2014-06-11 20:03:18 WARNING

[Bug 1329051] Re: local boostrapping of juju-gui fails on git not found

2014-06-11 Thread Martin Pitt
Exactly the same issue with $ juju init # edit .juju/environments.yaml to select trusty as default release, and default to local $ juju bootstrap uploading tools for series [utopic precise trusty] Logging to /home/martin/.juju/local/cloud-init-output.log on remote host Starting MongoDB server

[Bug 1329051] Re: local boostrapping of juju-gui fails on git not found

2014-06-11 Thread Martin Pitt
So I poked further, and thought to install git manually: $ sudo lxc-attach -n martin-local-machine-1 root@martin-local-machine-1:/# apt-get install git Fehl http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 Verbindung mit 127.0.0.1:3142 nicht möglich (127.0.0.1) - connect

[Bug 1008475] Re: winbindd nsswitch fails with RID backend on 12.04

2014-06-11 Thread Bug Watch Updater
** Changed in: samba Status: Confirmed = Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/1008475 Title: winbindd nsswitch fails with RID backend on 12.04 To manage

[Bug 1329051] Re: local charm deployment fails on git not found due to wrong apt proxy

2014-06-11 Thread Martin Pitt
I just got the very same problem with cs:trusty/postgresql-1, with the same solution. So I figure the problem is the improper usage of the host proxy that has a localhost address. It needs to be translated to talking to the proxy on the host. -- You received this bug notification because you are

[Bug 1275656] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-06-11 Thread Alex Bligh
Hi, I tried to test this and couldn't get it to work, though I may have done something stupid. I run precise, and upgraded to the lts-trusty kernel. I then removed open-vm-tools ( friends), and inserted the custom built precise package. That all worked fine, but I still can't mount vmhgfs as I

[Bug 1328659] Re: import_boot_images task fails on utopic

2014-06-11 Thread Diogo Matsubara
** Branch linked: lp:~matsubara/maas/syslinux-dev-dep-utopic -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1328659 Title: import_boot_images task fails on utopic To manage

[Bug 1328166] Re: /etc/cron.d/maas_remote_syslog_compress not removed on package uninstall

2014-06-11 Thread Diogo Matsubara
How did you uninstall? I tried on a pristine utopic VM (1.5.2+bzr2282-0ubuntu1) and with apt-get remove --purge, the file was successfully removed but with apt-get remove only the file was preserved as expected. ** Changed in: maas (Ubuntu) Status: New = Incomplete -- You received

[Bug 1275656] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-06-11 Thread Alex Bligh
Further playing about suggests I need (somehow) vmware-hgfsclient, but the package seems devoid of any documentation or manual pages. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to open-vm-tools in Ubuntu.

[Bug 1322151] Re: ImportError: No module named pexpect setting up maas-dns

2014-06-11 Thread Diogo Matsubara
This has been verified in the MAAS qa lab: http://d-jenkins.ubuntu- ci:8080/view/MAAS/job/utopic-adt-maas/14/consoleFull ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1324944] Re: MAAS fires 5 tasks to write_dhcp_config when only one nodegroup change was made

2014-06-11 Thread Diogo Matsubara
This has been verified in the MAAS QA lab: http://d-jenkins.ubuntu-ci:8080/view/MAAS/job/utopic-adt-maas/70/artifact/results/artifacts/maas-logs/var/log/maas/celery.log and

[Bug 1328166] Re: /etc/cron.d/maas_remote_syslog_compress not removed on package uninstall

2014-06-11 Thread Mike McCracken
Thanks for testing. I had thought I'd used purge via a separate script, but now that I look back I'm not sure. My apologies for the bug spam ** Changed in: maas (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1311724] Re: Macbook Air resumes immidiately after suspend

2014-06-11 Thread Jancis
Today it almost fried my macbook, was very hot when i got it out of bag. I have MacBookPro11,2, contents of cat /proc/acpi/wakeup are exactly as above. Started after package upgrades couple weeks ago, now persists with all kernels i have on grub loader. 3.13.0-29-generic #53-Ubuntu SMP Wed Jun 4

[Bug 1289489] Re: Installing MAAS from cloud-tools-next on precise fails

2014-06-11 Thread Diogo Matsubara
Hi Ryan, I tried this in a pristine precise VM with the current version of maas in cloud-tools-next (1.5+bzr2252-0ubuntu1~ctools0) and didn't get any errors during install. I didn't get errors when I ran the upgrade test from cloud-tools to cloud-tools-next either so I'm closing this as

[Bug 908112] Re: #110992 still happens (modules are not loaded)

2014-06-11 Thread Jason N
So at least in 1.8.13-1 it still doesn't work. I don't know how to get 1.8.14-2 in Precise LTS. Below is what I get when trying to run ipmitool without loading the ipmi modules explicitly with /etc/rc.local Please advise. jason@server:~$ apt-cache policy ipmitool ipmitool: Installed:

[Bug 1328659] Re: import_boot_images task fails on utopic

2014-06-11 Thread Julian Edwards
Ok, so we're either going to have to detect which file should be used or make the switch to utopic on trunk. Since we want to continue to deploy trunk to trusty, we'll have to detect the file's location. ** Tags added: provisioning -- You received this bug notification because you are a member

[Bug 1321427] Re: [SRU] Update walinuxagent package for Precise to v2.0.5

2014-06-11 Thread Stephen A. Zarkos
We have run our network, VNET, BVT and E2E tests using the walinuxagent 2.0.5 package for Ubuntu 12.04 and found no issues. Cloud Test Update: * Network Tests : Completed. [41 PASS, 1 XFAIL] Expected Failed Tests : 1. NETWORK-IDNS-SINGLEHS-CHANGED-HOSTNAME Reason : After

[Bug 1313450] Re: Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2 or Xen) with default configuration

2014-06-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vsftpd in Ubuntu. https://bugs.launchpad.net/bugs/1313450 Title: Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2 or

[Bug 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-06-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to keepalived in Ubuntu. https://bugs.launchpad.net/bugs/1300739 Title: keepalived doesn't load any ipv6 virtual servers To

[Bug 1290920] Re: template container contains user log mount in error

2014-06-11 Thread Tim Penhey
I found that the code was committed back in march to not mount the log dir in the container. My juju-precise-template lxc container had a line that include a mount to /home/tim/.juju/local/log, which caused cgroups to complain when logged in as my other local user. Removing the

[Bug 1290920] Re: non-default lxc-dir breaks local provider

2014-06-11 Thread Tim Penhey
Gah, I should read the entire description before changing things. This was a different problem to me that had exactly the same error message. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu.

[Bug 1290920] Re: non-default lxc-dir breaks local provider

2014-06-11 Thread Martin Pitt
For the record, on current utopic I didn't see this failed to mount '/home/ubuntu/.juju/local/log' error message any more. I still have trouble with non-default lxcpath, but it's different now. I filed bug 1329049 about that yesterday. So from my POV this can be closed, not sure if Tim still

[Bug 1314800] Re: i915 page table error on boot

2014-06-11 Thread Simple Simon
I'm getting the exact same thing on a Macbook2,1 with lubuntu 14.04 . Can't find a kernel that fixes it. Tried the June 07 drm-intel-nightly kernel here: http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-intel-nightly/current/ and June 10 daily here:

Re: [Bug 1308748] Re: Gedit doesn't scroll when not selected

2014-06-11 Thread shantanu saha
This bug fixed in version 3.10.4 (ubuntu 14.04 64bit) On Tue, Jun 10, 2014 at 10:33 PM, Doug McMahon 1308...@bugs.launchpad.net wrote: ** Changed in: gedit (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are subscribed to the bug report.

[Bug 1328394] Re: linux-lts-trusty: 3.13.0-30.54~precise1 -proposed tracker

2014-06-11 Thread Brad Figg
** Changed in: kernel-sru-workflow/package-testing Status: Confirmed = In Progress ** Description changed: This bug is for tracking the 3.13.0-30.54~precise1 upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks

[Bug 1328788] [NEW] tightvncserver crashes on startup ppc64el

2014-06-11 Thread Sebastien Chabrolles
Public bug reported: Cannot start a vncserver on ubuntu 14.04 ppc64el root@Maas-370-72:~# vncserver You will require a password to access your desktops. Password: Warning: password truncated to the length of 8. Verify: Would you like to enter a view-only password (y/n)? n xauth: file

[Bug 1308817] Re: The minimized windows can be grabbed in the desktop

2014-06-11 Thread Luo Lei
Seems only affect when use show/hide desktop. Hide a window by clicking its minimize icon is fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1308817 Title: The minimized windows can be grabbed

[Bug 1328791] Re: voice mail

2014-06-11 Thread Artur Frącek
forgot to add that this happens on nexus 4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1328791 Title: voice mail To manage notifications about this bug go to:

[Bug 1328791] [NEW] voice mail

2014-06-11 Thread Artur Frącek
Public bug reported: I get no notification when I for new voice mail (r 75) ** Affects: ofono (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1327220] Re: No sound after kernel upgrade

2014-06-11 Thread Jacco van Schaik
For me, the problem has been fixed in kernel version 2.6.32-62. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1327220 Title: No sound after kernel upgrade To manage notifications about this bug go

[Bug 1328758] Re: reportlab 3.+ version detetion fail

2014-06-11 Thread Bug Watch Updater
** Changed in: pisa (Debian) Status: Unknown = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1328758 Title: reportlab 3.+ version detetion fail To manage notifications about this bug go

[Bug 1324070] Re: Failed to create OpenGL context when running ui-toolkit tests under Qt 5.3

2014-06-11 Thread PS Jenkins bot
Fix committed into lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/staging at revision None, scheduled for release in ubuntu-ui-toolkit, milestone Unknown ** Changed in: ubuntu-ui-toolkit Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu

[Bug 1328794] [NEW] empty gateway on xm creation

2014-06-11 Thread h0nIg
Public bug reported: # lsb_release -rd Description:Ubuntu 14.04 LTS Release:14.04 # apt-cache policy xen-tools xen-tools: Installed: 4.4-1 Candidate: 4.4-1 the gateway is always empty, since a global variable is overridden on every vm creation. please backport the fix

[Bug 1319705] Re: Cyrus IMAP shared folders do not work in Evolution

2014-06-11 Thread bugreports2005
Red Hat just addressed this in the RHEL7 version of Evolution, see RHBA-2014-0727. Could Ubuntu please do 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/1319705 Title: Cyrus IMAP shared

[Bug 1286882] Re: libapache2-mpm-itk postinst failed

2014-06-11 Thread Hans Rakers
@driehuis that patch does not solve the problem, it merely removes the warning from a2enmod. The problem is that the event mpm is enabled by default on Trusty and that it explicitly needs to be disabled before enabling mpm_itk. -- You received this bug notification because you are a member of

[Bug 1328089] Re: Ctrl + F resizes window

2014-06-11 Thread Elfy
** Description changed: If hexchat is sized to less than the new internal search box, hexchat resizes to allow for the search box. Once search box is closed - window is left at the 'new' size. - As I use devilspie to place apps at specific positions, once search box - is opened,

[Bug 1184451] Re: Ubuntu 13.10 random screen freeze while Normal OS activites

2014-06-11 Thread Gabriel
This bug affects me also, but somehow up to now only under heavy CPU load, sometimes clicking into the DASH search bar. Cursor moves, no clicks, only frozen screen. GPU 580, NIVIDIA Driver Manual install from NVIDIA Page. 13.10 ubuntu -- You received this bug notification because you are a

[Bug 1328798] [NEW] Setting default printer does not work

2014-06-11 Thread Peer
Public bug reported: Setting default printer does not work. This is a nagging bug because it's affecting a commonly used, basic function. This bug persisted for a long time already. Upgrading from 13.10 to 14.04 did not help. In my system, there are three configured printers: 1) a locally

[Bug 1319457] Re: usb headset causes retire_playback_urb ... callbacks suppressed spam in dmesg

2014-06-11 Thread tatu
Kernel from #4 fixes this for me but only the urb callback issue. When I connect my usb headset, I will randomly get either the loudspeaker or microphone but not both. pactl list shows either profile output:analog-stereo: Analog Stereo Output (sinks: 1, sources: 0, priority.

[Bug 1280905] Re: firefox on ubuntu 14.04 does not play mp4 files

2014-06-11 Thread madbiologist
Firefox 30 has been released with support for GStreamer 1.0. It should be available in Ubuntu Precise, Saucy and Trusty in a day or two. Can you test with Firefox 30 and see if this bug is fixed? ** Changed in: firefox (Ubuntu) Status: Confirmed = Incomplete -- You received this bug

[Bug 1091645] Re: When ISP changes dynamic IP address avahi-daemon changes Zeroconf host name

2014-06-11 Thread Till Kamppeter
Problem still persists. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1091645 Title: When ISP changes dynamic IP address avahi-daemon changes Zeroconf host name To manage notifications about

[Bug 1328801] [NEW] pacmd list failed suspend resume

2014-06-11 Thread Damien Cassou
Public bug reported: Here are some details as asked in bug #1305371 ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-29-generic 3.13.0-29.53 ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2 Uname: Linux 3.13.0-29-generic x86_64 NonfreeKernelModules: wl

[Bug 1328801] Re: pacmd list failed suspend resume

2014-06-11 Thread Damien Cassou
Suspend/resume was working fine in 13.10 on the same hardware. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1328801 Title: pacmd list failed suspend resume To manage notifications about this bug

[Bug 1275554] Re: [needs-packaging] Unable to locate package chmsee

2014-06-11 Thread Whoopie
http://askubuntu.com/a/471896/265572 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1275554 Title: [needs-packaging] Unable to locate package chmsee To manage notifications about this bug go to:

[Bug 1328774] Re: devede, wrong avconv/ffmpeg option -newaudio

2014-06-11 Thread Andrey Belostotskiy
** Also affects: libav (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/1328774 Title: devede, wrong avconv/ffmpeg option -newaudio To manage

[Bug 1311489] Re: Apache config should be placed in conf-available, not conf.d

2014-06-11 Thread D. Jentsch
May phppgadmin should be enabled by default. To do so create an symbolic link /etc/apache2/conf-enable/phppqadmin.conf which should reference ../conf-available/phppqadmin.conf. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1328801] Status changed to Confirmed

2014-06-11 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/1328801 Title: pacmd list failed suspend resume To manage

[Bug 1328794] Re: empty gateway on xm creation

2014-06-11 Thread Axel Beckert
Someone from Ubuntu need to care about backporting that bugfix. As you already noticed, this is fixed upstream. Marking as such. ** Changed in: xen-tools (Ubuntu) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1251580] Re: Display is heavily distorted after kernel upgrades

2014-06-11 Thread Antoine
Christopher, tested the daily build (utopic, written on a USB stick) a few minutes ago and the bug is still present. The command uname -a yields Linux ubuntu 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux which seems coherent with the fact that the

[Bug 1325801] Re: failed to boot from USB disk with error: gfxboot.c32: not a COM32R Image boot:

2014-06-11 Thread jiaowen520li
Ubuntu 14.04 Daily-0610.1 UK 14.04 Daily-0610,U盘制作的系统启动盘问题依然存在,但在“boot:”后输入“live”可进入live模式,通过live模式可进行系统安装(之前的版本点击“安装”无效)。 -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1325801 Title:

[Bug 1062332] Re: Can not start sound-juicer

2014-06-11 Thread Peter Adolphs
Thanks, Florian W., rm ~/.cache/gstreamer-1.0/registry.x86_64.bin also fixed this for me on Ubuntu 14.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1062332 Title: Can not start sound-juicer To

[Bug 1274618] Re: Cellular page: set to manual network detection can't revert

2014-06-11 Thread Vincent Ladeuil
With image #76: ./test-network-registration default Traceback (most recent call last): File ./test-network-registration, line 45, in module props = netreg.GetProperties() File /usr/lib/python3/dist-packages/dbus/proxies.py, line 70, in __call__ return self._proxy_method(*args,

[Bug 33065] Re: Request to add menu item to save the installed state

2014-06-11 Thread dino99
** Tags removed: wishlist ** Tags added: trusty utopic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/33065 Title: Request to add menu item to save the installed state To manage notifications about

[Bug 1274618] Re: Cellular page: set to manual network detection can't revert

2014-06-11 Thread Vincent Ladeuil
phablet@ubuntu-phablet:~/.cache/upstart$ tail application-legacy-ubuntu-system-seettings-.log 2014-06-11 09:44:55,603 - WARNING - UpdatePlugin::UpdateManager::currentBuildNumber 2014-06-11 09:50:50,315 - WARNING -

[Bug 1327908] Re: HP NC375T / phanfw.bin: firmware is older than flash / Direct firmware load failed with error -2 / HP firmware is newer in cards

2014-06-11 Thread JSE
I can't boot in any default 3.13 kernel (tried all: 3.13.0-24, 3.13.0-27 and 3.13.0-29), as the system doesn't have USB and network up and running. So I have no direct access with the keyboard (USB, there is no other port on these boards) and no remote access using SSH (as the network is not

[Bug 1315369] Re: Log in not available after lock screen with multi-monitor

2014-06-11 Thread Jane Silber
I've had to stop using my external monitor completely to avoid the problem. I tried turning off screen locking and screen dimming to avoid it, but that didn't help. The only thing I have found that leaves me in a reliable working state is to not use the external monitor. -- You received this

[Bug 1328586] Re: Synaptic is reading state information for a minute or so

2014-06-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: synaptic (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/1328586 Title:

[Bug 390528] Re: pulseaudio keeps complaining: module-console-kit.c: GetUnixUser() call failed: org.freedesktop.DBus.Error.UnknownMethod: Method GetUnixUser with signature on interface org.freed

2014-06-11 Thread Bug Watch Updater
** Changed in: pulseaudio (Debian) Status: Incomplete = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/390528 Title: pulseaudio keeps complaining: module-console-kit.c:

[Bug 1328810] [NEW] package linux-image-3.8.0-30-generic 3.8.0-30.44~precise1 failed to install/upgrade: ErrorMessage: subprocess new post-removal script returned error exit status 1

2014-06-11 Thread hjv
Public bug reported: Kernel update failed. Dont know how to proceed. Thanks ProblemType: Package DistroRelease: Ubuntu 12.04 Package: linux-image-3.8.0-30-generic 3.8.0-30.44~precise1 ProcVersionSignature: Ubuntu 3.8.0-42.62~precise1-generic 3.8.13.23 Uname: Linux 3.8.0-42-generic x86_64

[Bug 1328586] Re: Synaptic is reading state information for a minute or so

2014-06-11 Thread dino99
** Tags added: proposed utopic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1328586 Title: Synaptic is reading state information for a minute or so To manage notifications about this bug go to:

[Bug 1311487] Re: krb5-auth-dialog does not start in 14.04

2014-06-11 Thread Tom Dalton
Guido Günther has very kindly created a patch to address this - attached. ** Patch added: 0001-Use-G_APPLICATION_HANDLES_COMMAND_LINE.patch https://bugs.launchpad.net/ubuntu/+source/krb5-auth-dialog/+bug/1311487/+attachment/4129485/+files/0001-Use-G_APPLICATION_HANDLES_COMMAND_LINE.patch --

[Bug 1306969] Re: Screen freezes on 14.04

2014-06-11 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1267421 *** https://bugs.launchpad.net/bugs/1267421 Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: xorg (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu

[Bug 1311100] Re: Ubuntu 14.04 freeze a lot. How to fix it?

2014-06-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: xorg (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/1311100 Title:

[Bug 1328815] [NEW] ubuntu software center crashes when lauched, impossible to fiind the source package

2014-06-11 Thread ferdinando
Public bug reported: There are several errors apparently related to source packages. The message is: 'E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists/it.archive.ubuntu.com_ubuntu_dists_precise_restricted_i18n_Translation-en, E:L'elenco dei pacchetti

[Bug 1281202] Re: weekly fstrim cron job reports errors

2014-06-11 Thread latimerio
*** This bug is a duplicate of bug 1276941 *** https://bugs.launchpad.net/bugs/1276941 This bug is not a duplicate of 1276941 as the error messages are totally different (although the root cause may be the same) I installed 14.04LTS on a virtual machine and now I am getting the error from

[Bug 1326492] Re: BUG: Bad page map in process mozStorage #6 pte:24f2f965 pmd:124fc3067

2014-06-11 Thread tge
I tried vmlinuz-3.15.0-031500rc8-generic, here is a summary: - no crash anymore - I just used it for a while, rebooted a few times, suspended, bluetooth on/off, this+that - no problems at all - Possibly important difference though: Wifi dir not work, did not investigate further (could not find

[Bug 1328819] [NEW] update-grub debconf frontend fails running dpkg --compare-versions after kernel upgrade

2014-06-11 Thread Jens
Public bug reported: After running apt-get upgrade with a new kernel (3.2.0-64) being installed, I get the following output: Searching for GRUB installation directory ... found: /boot/grub dpkg: error: --compare-versions takes three arguments: version relation version Type dpkg --help for help

[Bug 1317131] Re: avs [error]: failed to load avisynth

2014-06-11 Thread Minato Miray
Negative. It is not an explanation for my question. I have a couple of written programs what uses x264 for MP4 encoding/decoding/splitting. It works well in a U13.10/13.04/12.04 images but changed in U14.04. I need the same functionality without need to recompile the x264 for myself with

[Bug 1326295] Re: Unable to print to Konica Minolta bizhub C253 printer (and other Konica Minolta, Minolta, Brother, and old HP LaserJet)

2014-06-11 Thread Dzintars Rajevs
I did the testing too and now Konica Minolta C253 actually prints the documents instead of blank pages. Tested package: cups-filters 1.0.52-0ubuntu1.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1321627] Re: Wrong WWAN value in saved-states

2014-06-11 Thread Vincent Ladeuil
I ran into this issue during the week end and indeed completely lost carrier selection. abeato pointed me to /usr/share/ofono/scripts/online-modem that restored the correct carrier. Thanks for that but this needs a better fix than requiring the user to run a script ;) -- You received this bug

[Bug 1326870] Re: blkfront driver race, can not attach new volumes

2014-06-11 Thread Stefan Bader
** Also affects: linux-ec2 (Ubuntu Lucid) Importance: Undecided Status: New ** Changed in: linux-ec2 (Ubuntu Lucid) Assignee: (unassigned) = Stefan Bader (smb) ** Changed in: linux-ec2 (Ubuntu Lucid) Importance: Undecided = Medium -- You received this bug notification because

[Bug 1328822] [NEW] package firefox 28.0+build2-0ubuntu2 failed to install/upgrade: не удалось скопировать извлечённые данные «./usr/lib/firefox/browser/omni.ja» в «/usr/lib/firefox/browser/omni.ja.dp

2014-06-11 Thread Виктор
Public bug reported: lsb_release -rd Description:Ubuntu 14.04 LTS Release:14.04 (xubuntu, 3.13.0-24-generic, hdd - no bad) apt-cache policy firefox firefox: Установлен: 28.0+build2-0ubuntu2 Кандидат: 29.0+build1-0ubuntu0.14.04.2 Таблица версий:

[Bug 1328820] [NEW] GDM doesn't start on boot

2014-06-11 Thread Ahmed El-Mahmoudy
Public bug reported: I've install Ubuntu GNOME 14.04 on a machine, and when it boots, it remains stuck on plymouth animation screen. When I press CTRL+ALT+F1, I can login from tty1. When I checked the :0-greeter.log I found some bunch of errors. From the terminal, if I run: 'sudo restart gdm',

[Bug 1328821] [NEW] nginx not rotating logs

2014-06-11 Thread Samuele Giovanni Tonon
Public bug reported: in nginx-common package there's the script to rotate nginx logs but it does not work as intended: it does rename the log but nginx keeps writing on that one. this is because -USR1 signal doesn't seem to work, you have to use -HUP and then nginx will close and reopen logs

[Bug 1328820] Re: GDM doesn't start on boot

2014-06-11 Thread Ahmed El-Mahmoudy
** Attachment added: :0-slave.log https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/1328820/+attachment/4129509/+files/%3A0-slave.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1328820 Title:

[Bug 1328820] Re: GDM doesn't start on boot

2014-06-11 Thread Ahmed El-Mahmoudy
** Attachment added: :0-greeter.log (after gdm restart) https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/1328820/+attachment/4129511/+files/%3A0-greeter.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1328820] Re: GDM doesn't start on boot

2014-06-11 Thread Ahmed El-Mahmoudy
** Attachment added: :0-slave.log (after gdm restart) https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/1328820/+attachment/4129512/+files/%3A0-slave.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1327257] Re: Impossible to place snap decisions on greeter while screen is unlocked

2014-06-11 Thread Michał Sawicz
On 10.06.2014 18:54, Michael Terry wrote: OK, got it in a state and tested via ps aux whether it was actually SIGSTOPped and seems like no. So I'm guessing some sort of render block... non-blocking mode was supposed to fix that, but perhaps in conjunction with Mir lifecycles, something still

[Bug 1328820] Re: GDM doesn't start on boot

2014-06-11 Thread Ahmed El-Mahmoudy
** Attachment added: :0.log (after gdm restart) https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/1328820/+attachment/4129513/+files/%3A0.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1328820

[Bug 1328693] Re: Sync fcoe-utils 1.0.29+git0.09caead4-2 (universe) from Debian unstable (main)

2014-06-11 Thread Daniel Holbach
AFAICS the only thing we'd drop would be the upstart job. Chuck: you packaged this in the first place. Shall we sync or merge? ** Changed in: fcoe-utils (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1328646] Re: Clock out of sync on resume from suspend

2014-06-11 Thread Michał Sawicz
** Changed in: unity8 (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/1328646 Title: Clock out of sync on resume from suspend To manage notifications about

[Bug 1328820] Re: GDM doesn't start on boot

2014-06-11 Thread Ahmed El-Mahmoudy
** Attachment added: :0.log (during boot) https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/1328820/+attachment/4129510/+files/%3A0.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1328820

[Bug 1328535] Re: .profile not parsed

2014-06-11 Thread Michał Sawicz
** Summary changed: - Performance overlay no longer works + .profile not parsed ** Changed in: unity8 (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/1328535

[Bug 1264272] Re: [HP Pavilion 15] Brightness cannot be adjusted with the radeon driver

2014-06-11 Thread Anthony Wong
** Changed in: xserver-xorg-video-ati-lts-raring (Ubuntu) Assignee: Anthony Wong (anthonywong) = Alberto Milone (albertomilone) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1264272 Title: [HP

[Bug 1328825] [NEW] Wired Network Crash

2014-06-11 Thread Techunits - Techunits Research Development Solutions
Public bug reported: Wired network is continuously fails to respond to ping, and network disconnects in Ubuntu 14.04 64 bit Desktop edition. ** Affects: linux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1328819] Re: update-grub debconf frontend fails running dpkg --compare-versions after kernel upgrade

2014-06-11 Thread Jens
However, the newly installed kernel was updated correctly and a reboot booted it correctly (at least from the first RAID device I checked). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1328819

  1   2   3   4   5   6   7   8   9   >