[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 /srv/rhev/virtual.qcow  -soundhw hda -boot c

Bus 007 Device 014: ID 0b95:772b ASIX Electronics Corp.


Unfortunately there is lack of automation and documentation. Ideally you would 
use something like 
qemu-system-x86_64 -machine accel=kvm -smp 2 -m 1024 -net none -usb2 -usbdevice 
host:0b95:772b -usbdevice  tablet -hda /srv/rhev/virtual.qcow  -soundhw hda 
-boot c

Tthe usb device info from Linux should be enough to determine if the
device is to be connected to usb1 or usb2, right?

** Attachment added: Win 7 device manager
   
https://bugs.launchpad.net/qemu/+bug/685096/+attachment/4129559/+files/screenshot-20140611122419.png

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/685096

Title:
  USB Passthrough not working for Windows 7 guest

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

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


[Bug 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)
amount.


The point is that determining which disk is right is more about how the 
system will be used than anything else.  Curtin allows the user via config to 
specify the drives (by device name) that are considered for installation.  
Admittedly, its not very dynamic, and requires knowledge of the how the system 
you're installing on, but simply:
partitioning_commands:
  builtin: curtin block-meta --device=/dev/sdb simple

That overrides the 'builtin' partitioning command (which is 'block-meta
simple').  You can accomplish that through maas vi editing the configs
that it sends to curtin.

My argument boils down to this:
 The user is who knows what the right configuration is.  Curtin did 
automatically choose a valid configuration.  Coding a long list of hueristics 
to determine what the user wants is not ever going to satisfy all use case.

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

Title:
  MAAS sometimes attempts to install to USB flash drive

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

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


[Bug 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] Nova-compute doesnt start

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

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


[Bug 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:
  libvirt.txt in gate is full of error messages

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

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


[Bug 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 syslinux-common|grep chain
/usr/lib/syslinux/modules/bios/chain.c32
/usr/lib/syslinux/modules/efi64/chain.c32
/usr/lib/syslinux/modules/efi32/chain.c32
/usr/share/doc/syslinux-common/txt/chain.txt.gz

So I think there are two bugs here, one is the missing dependency, so
import_boot_images can find the pxelinux.0 file. Another one is the
hardcoded /usr/lib/syslinux path in provisioningserver/boot/pxe.py which
ends up pointing to the wrong place on utopic.

[1] 
http://d-jenkins.ubuntu-ci:8080/view/MAAS/job/utopic-adt-maas-manual/30/artifact/results/artifacts/maas-logs/var/log/maas/celery.log
[2] lp:~matsubara/maas/syslinux-dev-dep-utopic

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

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1328659/+subscriptions

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


[Bug 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:
  import_boot_images task fails on utopic

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

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


[Bug 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 to configure your juju environment and run bootstrap.
max@eden:~$ juju switch local
amazon - local
max@eden:~$ juju bootstrap
uploading tools for series [utopic precise trusty]
Logging to /home/max/.juju/local/cloud-init-output.log on remote host
chown: invalid user: ‘ubuntu:ubuntu’
Bootstrap failed, destroying environment
ERROR exit status 1
max@eden:~$

** Affects: juju-core (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1328958

Title:
  Local provider fails to bootstrap on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1328958/+subscriptions

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


[Blueprint 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
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-juju-core

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


[Bug 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 james.p...@ubuntu.com   Mon, 02 Jun 2014 09:09:37 +0100

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

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

Title:
  Unable to set swift container ACL's on existing containers

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

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


[Bug 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 regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  Unable to set swift container ACL's on existing containers

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

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


[Bug 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.
https://bugs.launchpad.net/bugs/985489

Title:
  nova-compute stops processing compute.$HOSTNAME occasionally on
  libvirt

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

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


[Bug 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 
http://archive.getdeb.net/ubuntu/dists/trusty-getdeb/apps/binary-amd64/Packages 
 403  Forbidden

but if the mirror dest domain is missing I have understand that the
client have to get file avoid using s-d-p

if I add in /etc/squid-deb-proxy/mirror-dstdomain.acl.d./10-default
a row like this:
archive.getdeb.net 
or
.archive.getdeb.net 
and restart s-d-p 

and now I do sudo apt-get update 
I get the same error 
W: Impossible get 
http://archive.getdeb.net/ubuntu/dists/trusty-getdeb/apps/binary-amd64/Packages 
 403  Forbidden

** Affects: squid-deb-proxy (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid-deb-proxy in Ubuntu.
https://bugs.launchpad.net/bugs/1329015

Title:
  getdeb repository not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1329015/+subscriptions

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


[Bug 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 package for 
the Juju local provider
ii  juju-mongodb 2.4.10-0ubuntu1 amd64MongoDB 
object/document-oriented database for Juju
ii  juju-quickstart  1.3.1-0ubuntu1  all  Easy configuration of 
Juju environments
ii  python-jujuclient0.17.5-0ubuntu2 all  Python API client for juju

With no pre-existing ~/.juju, quickstart fails with:

$ juju quickstart
changes to the environments file have been saved
juju quickstart v1.3.1
bootstrapping the local environment (type: local)
sudo privileges will be required to bootstrap the environment
retrieving the environment status
retrieving the Juju API address
connecting to wss://10.0.3.1:17070
requesting juju-gui deployment
charm URL: cs:precise/juju-gui-90
juju-gui deployment request accepted
exposing service juju-gui
requesting new unit deployment
juju-gui/0 deployment request accepted
juju-gui/0 deployment is pending
machine 1 provisioning is pending
juju-quickstart: error: machine 1 is in an error state: error: open 
/var/lib/lxc/martin-local-machine-1/config: no such file or directory
ERROR exit status 1

$ juju status
environment: local
machines:
  0:
agent-state: started
agent-version: 1.18.4.1
dns-name: localhost
instance-id: localhost
series: utopic
  1:
agent-state-info: '(error: open /var/lib/lxc/martin-local-machine-1/config: 
no
  such file or directory)'
instance-id: pending
series: precise
services:
  juju-gui:
charm: cs:precise/juju-gui-90
exposed: true
units:
  juju-gui/0:
agent-state: pending
machine: 1


I have changed the LXC path, as my /var/lib/ is too small for many containers:

$ cat /etc/lxc/lxc.conf 
lxc.lxcpath = /scratch/lxc

So I suppose juju-quickstart (or perhaps juju itself) hardcodes
/var/lib/lxc/ somewhere, instead of asking LXC:

$ sudo lxc-config lxc.lxcpath
/scratch/lxc

(Ideally it wouldn't care about these files in the first place and only
use the lxc-* tools to interact with containers, as the structure of
this dir should be an internal implementation detail. But I realize that
for some things this might not be possible)

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: juju-quickstart 1.3.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.15.0-5.10-generic 3.15.0-rc8
Uname: Linux 3.15.0-5-generic x86_64
ApportVersion: 2.14.3-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Jun 11 21:48:06 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-02-27 (104 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140224)
PackageArchitecture: all
SourcePackage: juju-quickstart
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: juju-quickstart (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug utopic

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-quickstart in Ubuntu.
https://bugs.launchpad.net/bugs/1329049

Title:
  quickstart fails, hardcodes /var/lib/lxc/ somewhere

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-quickstart/+bug/1329049/+subscriptions

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


[Bug 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 that it gets further. It still fails, but I'll file
this as a separate bug.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-quickstart in Ubuntu.
https://bugs.launchpad.net/bugs/1329049

Title:
  quickstart fails, hardcodes /var/lib/lxc/ somewhere

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-quickstart/+bug/1329049/+subscriptions

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


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

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-core 1.18.4-0ubuntu1 amd64 Juju is devops distilled - client
ii juju-local 1.18.4-0ubuntu1 all dependency package for the Juju local provider
ii juju-mongodb 2.4.10-0ubuntu1 amd64 MongoDB object/document-oriented database 
for Juju
ii juju-quickstart 1.3.1-0ubuntu1 all Easy configuration of Juju environments
ii python-jujuclient 0.17.5-0ubuntu2 all Python API client for juju

With no pre-existing ~/.juju, and a workaround for bug 1329049,
quickstart does this:

$ juju quickstart
juju quickstart v1.3.1
bootstrapping the local environment (type: local)
sudo privileges will be required to bootstrap the environment
retrieving the environment status
retrieving the Juju API address
connecting to wss://10.0.3.1:17070
requesting juju-gui deployment
charm URL: cs:precise/juju-gui-90
juju-gui deployment request accepted
exposing service juju-gui
requesting new unit deployment
juju-gui/0 deployment request accepted
juju-gui/0 deployment is pending
machine 1 provisioning is pending
juju-gui/0 placed on 10.0.3.219
machine 1 is started

and now hangs eternally.

$ juju status
environment: local
machines:
  0:
agent-state: started
agent-version: 1.18.4.1
dns-name: localhost
instance-id: localhost
series: utopic
  1:
agent-state: started
agent-version: 1.18.4.1
dns-name: 10.0.3.219
instance-id: martin-local-machine-1
series: precise
hardware: arch=amd64
services:
  juju-gui:
charm: cs:precise/juju-gui-90
exposed: true
units:
  juju-gui/0:
agent-state: pending
agent-version: 1.18.4.1
machine: 1
public-address: 10.0.3.219


unit-juju-gui-0.log shows 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 juju.worker.uniter.charm git_deployer.go:200 no 
current staging repo
2014-06-11 20:03:18 ERROR juju.worker.uniter.filter filter.go:116 tomb: dying
2014-06-11 20:03:18 ERROR juju runner.go:220 worker: exited uniter: 
ModeInstalling cs:precise/juju-gui-90: git init failed: exec: git: executable 
file not found in $PATH

So apparently the charm is missing to install git?

Also, is it really on purpose that juju-gui-0 runs on precise, not on
trusty? Even with a pre-existing .juju/environments.yaml with default-
series: trusty in the local section it does that.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: juju-core 1.18.4-0ubuntu1 [origin: unknown]
ProcVersionSignature: Ubuntu 3.15.0-5.10-generic 3.15.0-rc8
Uname: Linux 3.15.0-5-generic x86_64
ApportVersion: 2.14.3-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Jun 11 22:01:09 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-02-27 (104 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140224)
SourcePackage: juju-core
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: juju-core (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug third-party-packages utopic

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1329051

Title:
  local boostrapping of juju-gui fails on git not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1329051/+subscriptions

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


[Bug 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 (juju-db-martin-local)
Bootstrapping Juju machine agent
Starting Juju machine agent (juju-agent-martin-local)
$ juju deploy juju-gui
Added charm cs:trusty/juju-gui-2 to the environment.

$ juju status
environment: local
machines:
  0:
agent-state: started
agent-version: 1.18.4.1
dns-name: localhost
instance-id: localhost
series: utopic
  1:
agent-state: started
agent-version: 1.18.4.1
dns-name: 10.0.3.104
instance-id: martin-local-machine-1
series: trusty
hardware: arch=amd64
services:
  juju-gui:
charm: cs:trusty/juju-gui-2
exposed: false
units:
  juju-gui/0:
agent-state: pending
agent-version: 1.18.4.1
machine: 1
public-address: 10.0.3.104


.juju/local/log/unit-juju-gui-0.log now loops on teh same git error.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1329051

Title:
  local boostrapping of juju-gui fails on git not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1329051/+subscriptions

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


[Bug 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 (111: 
Connection refused)

A-ha! /etc/apt/apt.conf.d/42-juju-proxy-settings indeed used that for a
proxy (it seems to sort of autodetect apt-cacher-ng, or just blindly
uses the host's apt proxy), but of course that's only valid on my host,
not in the container. I fixed that to http://10.0.3.1:3142, and
installed git.

Now the charm continues. So perhaps it actually did try to install git,
but if so, there's no trace of it in unit-juju-gui-0.log.

But after installing git manually, the charm goes on with installing
more packages, and finally succeeds. I get the Juju GUI now (found the
password in environments/local.jenv).

** Summary changed:

- local boostrapping of juju-gui fails on git not found
+ local charm deployment fails on git not found due to wrong apt proxy

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1329051

Title:
  local charm deployment fails on git not found due to wrong apt proxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1329051/+subscriptions

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


[Bug 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 notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1008475/+subscriptions

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


[Bug 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 a member of Ubuntu
Server Team, which is subscribed to juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1329051

Title:
  local charm deployment fails on git not found due to wrong apt proxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1329051/+subscriptions

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


[Bug 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 did before I
did the kernel upgrade in the first place (more precisely, my /etc/fstab
line worked, whereas now the system still hangs on boot until I press
'S' at the console). I note the above says The modules which fail to
build have been merged upstream, ***with the exception of the host-guest
file system (hgfs) module which has been replaced with an hgfs FUSE
helper***. These modules are available in v3.9 of the kernel and later
(Saucy and later) (my emphasis).

That rather implies that the FUSE helper is now included within the
package(s). If so, how do I use it as the previous syntax does not
appear to work. If not, how does one get the FUSE helper?

Alex

amb@nimrod-ubuntu:~$ fgrep vmhgfs /etc/fstab
.host:/amb-nimrod /home/amb/nimrod vmhgfs none 0 0
amb@nimrod-ubuntu:~$ sudo mount -t vmhgfs .host:/amb-nimrod /home/amb/nimrod
Error: cannot mount filesystem: No such device
amb@nimrod-ubuntu:~$ uname -a
Linux nimrod-ubuntu 3.13.0-29-generic #53~precise1-Ubuntu SMP Wed Jun 4 
22:06:25 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
amb@nimrod-ubuntu:~$ dpkg --list | egrep '(open-vm|linux-image|linux-headers)'
ii  linux-headers-3.13.0-29 3.13.0-29.53~precise1   
 Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-29-generic 3.13.0-29.53~precise1   
 Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
ii  linux-headers-3.2.0-64  3.2.0-64.97 
 Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-64-generic  3.2.0-64.97 
 Linux kernel headers for version 3.2.0 on 64 bit x86 SMP
ii  linux-headers-3.8.0-35  3.8.0-35.52~precise1
 Header files related to Linux kernel version 3.8.0
ii  linux-headers-3.8.0-35-generic  3.8.0-35.52~precise1
 Linux kernel headers for version 3.8.0 on 64 bit x86 SMP
ii  linux-headers-generic   3.2.0.64.76 
 Generic Linux kernel headers
ii  linux-headers-generic-lts-trusty3.13.0.29.25
 Generic Linux kernel headers
ii  linux-image-3.13.0-29-generic   3.13.0-29.53~precise1   
 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-3.2.0-48-generic3.2.0-48.74 
 Linux kernel image for version 3.2.0 on 64 bit x86 SMP
ii  linux-image-3.2.0-57-generic3.2.0-57.87 
 Linux kernel image for version 3.2.0 on 64 bit x86 SMP
ii  linux-image-3.2.0-58-generic3.2.0-58.88 
 Linux kernel image for version 3.2.0 on 64 bit x86 SMP
ii  linux-image-3.2.0-64-generic3.2.0-64.97 
 Linux kernel image for version 3.2.0 on 64 bit x86 SMP
ii  linux-image-3.8.0-35-generic3.8.0-35.52~precise1
 Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii  linux-image-generic 3.2.0.64.76 
 Generic Linux kernel image
ii  linux-image-generic-lts-trusty  3.13.0.29.25
 Generic Linux kernel image
ii  open-vm-tools-lts-trusty
2:9.4.0-1280544-5ubuntu6~precise1Open VMware Tools for virtual 
machines hosted on VMware (CLI)
ii  open-vm-tools-lts-trusty-dbg
2:9.4.0-1280544-5ubuntu6~precise1Open VMware Tools for virtual 
machines hosted on VMware (debug)
ii  open-vm-tools-lts-trusty-desktop
2:9.4.0-1280544-5ubuntu6~precise1Open VMware Tools for virtual 
machines hosted on VMware (GUI)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1275656

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

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

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


[Bug 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 notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1328659/+subscriptions

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


[Bug 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 this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1328166

Title:
  /etc/cron.d/maas_remote_syslog_compress not removed on package
  uninstall

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

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


[Bug 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.
https://bugs.launchpad.net/bugs/1275656

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

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

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


[Bug 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 subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1322151

Title:
  ImportError: No module named pexpect setting up maas-dns

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

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


[Bug 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 
http://d-jenkins.ubuntu-ci:8080/view/MAAS/job/trusty-adt-maas/279/artifact/results/artifacts/maas-logs/var/log/maas/celery.log/*view*/,
 only one write_dhcp_config task is fired.
Nevermind the traceback in the logs, that's been filed as bug 1328656

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  MAAS fires 5 tasks to write_dhcp_config when only one nodegroup change
  was made

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

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


[Bug 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, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1328166

Title:
  /etc/cron.d/maas_remote_syslog_compress not removed on package
  uninstall

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

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


[Bug 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 21:00:20 UTC 2014 x86_64
x86_64 x86_64 GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1311724

Title:
  Macbook Air resumes immidiately after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1311724/+subscriptions

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


[Bug 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 invalid. Please 
re-open if you are able to reproduce.
Thanks!

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

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

Title:
  Installing MAAS from cloud-tools-next on precise fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1289489/+subscriptions

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


[Bug 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: 1.8.13-1~ubuntu12.04.1
  Candidate: 1.8.13-1~ubuntu12.04.1
  Version table:
 *** 1.8.13-1~ubuntu12.04.1 0
100 http://archive.ubuntu.com/ubuntu/ precise-backports/universe amd64 
Packages
100 /var/lib/dpkg/status
 1.8.11-5ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages


jason@server:~$ sudo ipmitool -I open mc info
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
Get Device ID command failed
jason@server:~$ sudo modprobe ipmi_msghandler  sudo modprobe ipmi_devintf  
sudo modprobe ipmi_si
jason@server:~$ sudo ipmitool -I open mc info
Device ID : 32
Device Revision   : 1
Firmware Revision : 1.23
IPMI Version  : 2.0
Manufacturer ID   : 10876
Manufacturer Name : Supermicro
Product ID: 2054 (0x0806)
Product Name  : Unknown (0x806)
Device Available  : yes
Provides Device SDRs  : no
Additional Device Support :
Sensor Device
SDR Repository Device
SEL Device
FRU Inventory Device
IPMB Event Receiver
IPMB Event Generator
Chassis Device

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

Title:
  #110992 still happens (modules are not loaded)

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

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


[Bug 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 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 notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1328659/+subscriptions

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


[Bug 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 changing the hostname of another VM in same hosted service, we 
are unable to resolve new hostname with nslookup.  This is expected behavior on 
Ubuntu systems as they set 'Provisioning.MonitorHostName=n' in 
/etc/waagent.conf.


* VNET Tests : Completed
[15 PASS, 0 FAIL]
No issues.


* BVT Tests : Completed 


* E2E Tests : Completed

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

Title:
  [SRU] Update walinuxagent package for Precise to v2.0.5

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

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


[Bug 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 Xen) with
  default configuration

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

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


[Bug 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 manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+subscriptions

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


[Bug 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 juju-precise-template and getting juju to recreate it fixed
the problem for me.

My template container was created about a week before the code landed in
trunk.

@pitti, can I get you to take a look inside the config file for the lxc
container to see if you have a similar problem?

** Changed in: juju-core
 Assignee: Tim Penhey (thumper) = (unassigned)

** Changed in: juju-core
   Importance: High = Low

** Changed in: juju-core
Milestone: next-stable = None

** Summary changed:

- template container contains user log mount in error
+ non-default lxc-dir breaks local provider

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

Title:
  non-default lxc-dir breaks local provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1290920/+subscriptions

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


[Bug 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.
https://bugs.launchpad.net/bugs/1290920

Title:
  non-default lxc-dir breaks local provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1290920/+subscriptions

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


[Bug 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 wants to keep
this for the bug he's seeing?

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

Title:
  non-default lxc-dir breaks local provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1290920/+subscriptions

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


[Bug 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:
http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/

Either it hangs completely, or prints the error in the report.

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

Title:
  i915 page table error on boot

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

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


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.
 https://bugs.launchpad.net/bugs/1308748

 Title:
   Gedit doesn't scroll when not selected

 Status in “gedit” package in Ubuntu:
   Confirmed

 Bug description:
   I can't scroll in gedit when it's not selected. But other programs are
   working find. I can scroll in firefox or gnome-terminal when i keep
   the mouse pointer on it. But gedit as well as evince need to be
   selected to scroll a page. This behaviour suddenly changed from ubuntu
   13.10. Not fixed yet.

   ProblemType: Bug
   DistroRelease: Ubuntu 14.04
   Package: gedit 3.10.4-0ubuntu3
   ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
   Uname: Linux 3.13.0-19-generic x86_64
   ApportVersion: 2.13.3-0ubuntu1
   Architecture: amd64
   CurrentDesktop: Unity
   Date: Thu Apr 17 02:17:48 2014
   ExecutablePath: /usr/bin/gedit
   InstallationDate: Installed on 2014-04-17 (0 days ago)
   InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
   ProcEnviron:
LANGUAGE=en_US
PATH=(custom, no user)
XDG_RUNTIME_DIR=set
LANG=en_US.UTF-8
SHELL=/bin/bash
   SourcePackage: gedit
   UpgradeStatus: No upgrade log present (probably fresh install)

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


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

Title:
  Gedit doesn't scroll when not selected

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

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

[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 and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 10. June 2014 06:42 UTC
  kernel-stable-master-bug:1328286
- kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Wednesday, 11. June 2014 05:02 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 11. June 2014 05:02 UTC
- kernel-stable-phase-changed:Wednesday, 11. June 2014 05:02 UTC
+ kernel-stable-phase:PPA Testing
+ kernel-stable-phase-changed:Wednesday, 11. June 2014 06:02 UTC
+ ppa-package-testing-start:Wednesday, 11. June 2014 06:02 UTC

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

Title:
  linux-lts-trusty: 3.13.0-30.54~precise1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1328394/+subscriptions

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


[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 /root/.Xauthority does not exist
*** Error in `Xtightvnc': malloc(): memory corruption: 0x010026330930 ***
Couldn't start Xtightvnc; trying default font path.
Please set correct fontPath in the vncserver script.
*** Error in `Xtightvnc': malloc(): memory corruption: 0x0100274b0a10 ***
Couldn't start Xtightvnc process.

11/06/14 08:15:50 Xvnc version TightVNC-1.3.9
11/06/14 08:15:50 Copyright (C) 2000-2007 TightVNC Group
11/06/14 08:15:50 Copyright (C) 1999 ATT Laboratories Cambridge
11/06/14 08:15:50 All Rights Reserved.
11/06/14 08:15:50 See http://www.tightvnc.com/ for information on TightVNC
11/06/14 08:15:50 Desktop name 'X' (Maas-370-72:1)
11/06/14 08:15:50 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t
11/06/14 08:15:50 Listening for VNC connections on TCP port 5901
Font directory '/usr/share/fonts/X11/75dpi/' not found - ignoring
Font directory '/usr/share/fonts/X11/100dpi/' not found - ignoring
11/06/14 08:15:51 Xvnc version TightVNC-1.3.9
11/06/14 08:15:51 Copyright (C) 2000-2007 TightVNC Group
11/06/14 08:15:51 Copyright (C) 1999 ATT Laboratories Cambridge
11/06/14 08:15:51 All Rights Reserved.
11/06/14 08:15:51 See http://www.tightvnc.com/ for information on TightVNC
11/06/14 08:15:51 Desktop name 'X' (Maas-370-72:1)
11/06/14 08:15:51 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t
11/06/14 08:15:51 Listening for VNC connections on TCP port 5901
Font directory '/usr/share/fonts/X11/Speedo/' not found - ignoring
Font directory '/usr/share/fonts/X11/75dpi/' not found - ignoring
Font directory '/usr/share/fonts/X11/100dpi/' not found - ignoring

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


** Tags: ppc64el tightvncserver

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

Title:
  tightvncserver crashes on startup ppc64el

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

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


[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 in the desktop

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

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


[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:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1328791/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/1328791

Title:
  voice mail

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

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


[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 to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1327220/+subscriptions

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


[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 to:
https://bugs.launchpad.net/ubuntu/+source/pisa/+bug/1328758/+subscriptions

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


[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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1324070

Title:
  Failed to create OpenGL context when running ui-toolkit tests under
  Qt 5.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1324070/+subscriptions

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


[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 
https://gitorious.org/xen-tools/xen-tools/commit/079382302ba0fd6bb22d5ca8d502eaa4c0ac1730
 since it makes the vm creation impossible and the tool useless.

gateway='';
if [ -n ${gateway} ]; then
  gateway= gateway ${gateway}
fi

** Affects: xen-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: networking xen xen-tools

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

Title:
  empty gateway on xm creation

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

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


[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 folders do not work in Evolution

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

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


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1286882

Title:
  libapache2-mpm-itk postinst failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mpm-itk/+bug/1286882/+subscriptions

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


[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, hexchat is oversized and past the monitor edge.
+ As I use devilspie to place apps on specific windows with specific
+ geometry, once search box is opened, hexchat is oversized and past the
+ monitor edge.
  
  Screenshots attached showing size change.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: hexchat 2.10.0-1
  ProcVersionSignature: Ubuntu 3.15.0-5.10-generic 3.15.0-rc8
  Uname: Linux 3.15.0-5-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Mon Jun  9 13:38:19 2014
  InstallationDate: Installed on 2014-05-12 (27 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140510)
  SourcePackage: hexchat
  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/1328089

Title:
  Ctrl + F resizes window

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

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


[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 member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1184451

Title:
  Ubuntu 13.10 random screen freeze while Normal OS activites

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

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


[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
connected one (which can be absent or not at boot) - 2) the same printer
accessed over the network at another computer - 3) another network
printer.

Printer 3 should be the default printer, e.g. the one which is
preselected when opening any print dialogue.

One can set a default printer in system settings - printer. I did this
many times. The check box is set (and is still set when re-entering the
dialogue later or another time), but each time a print dialogue is
accessed in any program, another printer is preselected and not printer
3.

One can also set a default printer in the cups admin dialogue. This did
not change the behavior. The desired printer is marked as default
printer in the cups admin interface, but each time a print dialogue is
accessed in e.g. okular, another printer is preselected. So one has to
select each time the desired printer.

Not having to do that each time is what the setting default printer
(by whatever dialogue) is for, but it simply does not work.

One thing I noticed is that in the /etc/cups/printers.conf, the desired
printer (3) is marked as DefaultPrinter Kyocera, but the closing tag
in this file is not named /DefaultPrinter as one would expect but just
/Printer.

Maybe there is a conflict between two different systems for setting a
default printer (cups vs. system settings)?

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

** Description changed:

  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
  connected one (which can be absent or not at boot) - 2) the same printer
  accessed over the network at another computer - 3) another network
  printer.
  
  Printer 3 should be the default printer, e.g. the one which is
  preselected when opening any print dialogue.
  
  One can set a default printer in system settings - printer. I did this
  many times. The check box is set (and is still set when re-entering the
  dialogue later or another time), but each time a print dialogue is
  accessed in any program, another printer is preselected and not printer
  3.
  
  One can also set a default printer in the cups admin dialogue. This did
  not change the behavior. The desired printer is marked as default
  printer in the cups admin interface, but each time a print dialogue is
  accessed in e.g. okular, another printer is preselected. So one has to
  select each time the desired printer.
  
  Not having to do that each time is what the setting default printer
  (by whatever dialogue) is for, but it simply does not work.
  
  One thing I noticed is that in the /etc/cups/printers.conf, the desired
  printer (3) is marked as DefaultPrinter Kyocera, but the closing tag
- in this not named /DefaultPrinter put just /Printer.
+ in this file is not named /DefaultPrinter as one would expect but just
+ /Printer.
  
  Maybe there is a conflict between two different systems for setting a
  default printer (cups vs. system settings)?

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

Title:
  Setting default printer does not work

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

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


[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. 6000)
off: Off (sinks: 0, sources: 0, priority. 0)
or 
input:analog-mono: Analog Mono Input (sinks: 0, sources: 1, 
priority. 1)
off: Off (sinks: 0, sources: 0, priority. 0)

but not both, which would be correct (or as with kernel 3.5.7.1):

input:analog-mono: Analog Mono Input (sinks: 0, sources: 1, 
priority. 1)
output:analog-stereo: Analog Stereo Output (sinks: 1, sources: 
0, priority. 6000)
output:analog-stereo+input:analog-mono: Analog Stereo Output + 
Analog Mono Input (sinks: 1, sources: 1, priority. 6001)
off: Off (sinks: 0, sources: 0, priority. 0)

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

Title:
  usb headset causes retire_playback_urb ... callbacks suppressed spam
  in dmesg

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

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


[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1280905

Title:
  firefox on ubuntu 14.04 does not play mp4 files

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

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


[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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/1091645/+subscriptions

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


[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
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  cassou 1981 F pulseaudio
CurrentDesktop: Unity
Date: Wed Jun 11 08:06:10 2014
HibernationDevice: RESUME=UUID=9a51c5b8-46b7-430d-8053-df44b60a1e9c
InstallationDate: Installed on 2014-04-23 (48 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
MachineType: Apple Inc. MacBookPro9,2
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-29-generic 
root=UUID=6a0ff948-97c7-4ba5-ac49-9dcf116da5ad ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-29-generic N/A
 linux-backports-modules-3.13.0-29-generic  N/A
 linux-firmware 1.127.2
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/08/2012
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP91.88Z.00D3.B08.1208081132
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-6F01561E16C75D06
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro9,2
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-6F01561E16C75D06
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP91.88Z.00D3.B08.1208081132:bd08/08/2012:svnAppleInc.:pnMacBookPro9,2:pvr1.0:rvnAppleInc.:rnMac-6F01561E16C75D06:rvrMacBookPro9,2:cvnAppleInc.:ct10:cvrMac-6F01561E16C75D06:
dmi.product.name: MacBookPro9,2
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug trusty

-- 
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 go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1328801/+subscriptions

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


[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 go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1328801/+subscriptions

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


[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:
https://bugs.launchpad.net/ubuntu/+source/chmsee/+bug/1275554/+subscriptions

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


[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/devede/+bug/1328774/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/1311489

Title:
  Apache config should be placed in conf-available, not conf.d

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

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


[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1328801/+subscriptions

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


[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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1328794

Title:
  empty gateway on xm creation

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

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


[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 is fixed upstream in
3.15-rc6

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

Title:
  Display is heavily distorted after kernel upgrades

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

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


[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:
  failed to boot from USB disk with error: gfxboot.c32: not a COM32R
  Image boot:

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

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


[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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sound-juicer/+bug/1062332/+subscriptions

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


[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, **keywords)
  File /usr/lib/python3/dist-packages/dbus/proxies.py, line 145, in __call__
**keywords)
  File /usr/lib/python3/dist-packages/dbus/connection.py, line 651, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method 
GetProperties with signature  on interface org.ofono.NetworkRegistration 
doesn't exist

root@ubuntu-phablet:/usr/share/ofono/scripts# ./scan-for-operators 
Scanning operators on modem /ril_0...
Traceback (most recent call last):
  File ./scan-for-operators, line 20, in module
operators = netreg.Scan(timeout=100);
  File /usr/lib/python3/dist-packages/dbus/proxies.py, line 70, in __call__
return self._proxy_method(*args, **keywords)
  File /usr/lib/python3/dist-packages/dbus/proxies.py, line 145, in __call__
**keywords)
  File /usr/lib/python3/dist-packages/dbus/connection.py, line 651, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method 
Scan with signature  on interface org.ofono.NetworkRegistration doesn't 
exist

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

Title:
  Cellular page: set to manual network detection can't revert

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

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


[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 this bug go to:
https://bugs.launchpad.net/synaptic/+bug/33065/+subscriptions

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


[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 - 
file:///usr/share/ubuntu/settings/system/qml-plugins/cellular/ChooseCarrier.qml:70:
 TypeError: Cannot call method 'registerOp' of undefined

** (process:7390): CRITICAL **: log.vala:104: Unable to connect to
Zeitgeist: Could not connect: Connection refused

** (process:7390): WARNING **: Watchdog triggered, took too long to submit into 
Zeitgeist Database!
2014-06-11 09:59:25,077 - CRITICAL - 
../../../../lib/SignOn/connection-manager.cpp 106 setupSocketConnection p2p 
error: QDBusError(org.freedesktop.DBus.Error.FileNotFound, Failed to connect 
to socket /run/user/32011/signond/socket: No such file or directory) 1 
2014-06-11 09:59:25,845 - WARNING - 
file:///usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/ListItems/SingleControl.qml:59:14:
 Unable to assign [undefined] to bool
creating surface at (0, 58) with size (768, 1222) with title 'Window 
1'2014-06-11 09:59:25,960 - CRITICAL - 
../../../../lib/SignOn/connection-manager.cpp 106 setupSocketConnection p2p 
error: QDBusError(org.freedesktop.DBus.Error.FileNotFound, Failed to connect 
to socket /run/user/32011/signond/socket: No such file or directory) 1 
2014-06-11 09:59:41,907 - WARNING - 
file:///usr/share/ubuntu/settings/system/qml-plugins/cellular/ChooseCarrier.qml:70:
 TypeError: Cannot call method 'registerOp' of undefined
phablet@ubuntu-phablet:~/.cache/upstart$

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

Title:
  Cellular page: set to manual network detection can't revert

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

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


[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 working properly). Booting in a 3.13 kernel gives me a
system I can't access...

Any other suggestion?

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

Title:
  HP NC375T / phanfw.bin: firmware is older than flash / Direct firmware
  load failed with error -2 / HP firmware is newer in cards

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

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


[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315369

Title:
  Log in not available after lock screen with multi-monitor

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

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


[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:
  Synaptic is reading state information for a minute or so

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

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


[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: GetUnixUser() call
  failed: org.freedesktop.DBus.Error.UnknownMethod: Method GetUnixUser
  with signature  on interface org.freedesktop.ConsoleKit.Session
  doesn't exist

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

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


[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
NonfreeKernelModules: fglrx
AlsaVersion: Advanced Linux Sound Architecture Driver Version k3.8.0-42-generic.
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  juergen2916 F pulseaudio
 /dev/snd/controlC0:  juergen2916 F pulseaudio
CRDA: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xd452 irq 55'
   Mixer name   : 'IDT 92HD81B1X5'
   Components   : 'HDA:111d7605,103c1631,00100105 
HDA:11c11040,103c3066,00100200'
   Controls  : 24
   Simple ctrls  : 12
Card1.Amixer.info:
 Card hw:1 'Generic'/'HD-Audio Generic at 0xd442 irq 56'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100200'
   Controls  : 7
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Sat Jun  7 16:57:53 2014
ErrorMessage: ErrorMessage: subprocess new post-removal script returned error 
exit status 1
HibernationDevice: RESUME=UUID=46f6da80-65f2-4b67-b411-0fdeb796b005
InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
MachineType: Hewlett-Packard HP EliteBook 8560w
MarkForUpload: True
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-42-generic 
root=UUID=1f05d6dc-d65c-4d01-a4c7-f04ea2585ec8 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 1.99-21ubuntu3.14
SourcePackage: linux-lts-raring
Title: 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
UpgradeStatus: No upgrade log present (probably fresh install)
WifiSyslog:
 
dmi.bios.date: 07/15/2013
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68SVD Ver. F.42
dmi.board.name: 1631
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 01.3D
dmi.chassis.asset.tag: 4CZ1310GGX
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SVDVer.F.42:bd07/15/2013:svnHewlett-Packard:pnHPEliteBook8560w:pvrA0001C02:rvnHewlett-Packard:rn1631:rvrKBCVersion01.3D:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 8560w
dmi.product.version: A0001C02
dmi.sys.vendor: Hewlett-Packard

** Affects: linux-lts-raring (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise qa-kernel-lts-testing

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

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

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

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


[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:
https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/1328586/+subscriptions

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


[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

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

Title:
  krb5-auth-dialog does not start in 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5-auth-dialog/+bug/1311487/+subscriptions

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

[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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1306969

Title:
  Screen freezes on 14.04

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

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


[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:
  Ubuntu 14.04 freeze a lot. How to fix it?

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

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


[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 o il file di stato non può essere letto o aperto.'

In addition I cannot launch some application (e.g. dropbox).

I tried an apt-get through the terminal (as suggested by a permanent
message of error in the toolbar)  trying to verify unresolved
dependences among the packages, but it doesn't seem possible to verify
or to download any packages.

** Affects: update-manager (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/1328815

Title:
  ubuntu software center crashes when lauched, impossible to fiind the
  source package

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

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

[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 
/etc/cron.weekly/fstrim

SG_IO: bad/missing sense data, sb[]:  70 00 05 00 00 00 00 0a 00 00 00
00 20 00 00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

There is no SSD in my VM thus fstrim should not be running at all on my
virtual disk.

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

Title:
  weekly fstrim cron job reports errors

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

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


[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 anything obvious in syslog)

Now the funny thing:
- booted again vmlinuz-3.13.0-27-generic - no problems anymore either ...
- tried to figure out what is now different:
  - currently no XEN in loaded kernel (before I'm quite certain that I tried 
both with and w/o XEN), however I never actually used it yet
  - even more interesting (?): Originally I installed 14.04 with Unity, then 
replaced Unity by xubuntu (well, installed xubuntu and 
selected it at session start). After doing that, I had troubles with the 
GUI indicators for network, power, etc. some of them were 
running multiple times and under different identities (as tge and 
lightdm), with additional background processes ... This was quite annoying 
but not first priority and I could not 
imagine that there might be a relationship, therefore I also did not take 
any notes/screenshots/... - not more details available
Now this is not the case anymore, possibly the frequent re-booting somehow 
cleaned the session config ... (?)

Now:
- I'll try with XEN again
- Is there any possibility that the GUI indicators (especially power (?), and 
if running multiple times with the associated 
  background services) have the capability of causing such behavior?
Other ideas?

Many thx + regards,
  tge

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

Title:
  BUG: Bad page map in process mozStorage #6  pte:24f2f965 pmd:124fc3067

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

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


[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 about installing and deinstalling packages [*];
Use `dselect' or `aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked [*] produce a lot of output - pipe it through `less' or `more' !
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-3.2.0-64-generic
Found kernel: /boot/vmlinuz-3.2.0-57-generic
Found kernel: /boot/vmlinuz-3.2.0-56-generic
Found kernel: /boot/vmlinuz-3.2.0-43-generic
Found kernel: /boot/vmlinuz-3.2.0-39-generic
Found kernel: /boot/vmlinuz-3.2.0-26-generic
Found kernel: /boot/vmlinuz-3.2.0-25-generic
Found kernel: /boot/vmlinuz-3.2.0-24-generic
Found kernel: /boot/vmlinuz-2.6.38-8-generic
Updating /boot/grub/menu.lst ... done

This is repeatable by running update-grub (and not dependant on the
current locale as I used LANG=C update-grub.

The error seems to happen in the debconf frontend, as the error occurs
after running this bit:

root@root:~# bash -x update-grub 
+ set -e
+ . /usr/share/debconf/confmodule
++ '[' '!' '' ']'
++ PERL_DL_NONLAZY=1
++ export PERL_DL_NONLAZY
++ '[' '' ']'
++ exec /usr/share/debconf/frontend update-grub
(...)

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: grub 0.97-29ubuntu66
ProcVersionSignature: Ubuntu 3.2.0-57.87-generic 3.2.52
Uname: Linux 3.2.0-57-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Wed Jun 11 10:35:48 2014
MarkForUpload: True
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: grub
UpgradeStatus: Upgraded to precise on 2012-05-04 (767 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  update-grub debconf frontend fails running dpkg --compare-versions
  after kernel upgrade

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

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


[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 lavf/ffms support. I do not 
understand why Ubuntu arbitrarily
 decided to compile it with an unsupported avisynth library and why removed 
the lavf and ffms and thus the widespread MP4 support and supports an  ONLY 
*.y4m something what I never heard and I am not sure it plays on OSX, Windows, 
Android, etc... devices well.

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

Title:
  avs [error]: failed to load avisynth

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

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


[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.
https://bugs.launchpad.net/bugs/1326295

Title:
  Unable to print to Konica Minolta bizhub C253 printer (and other
  Konica Minolta, Minolta, Brother, and old HP LaserJet)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1326295/+subscriptions

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


[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1321627

Title:
  Wrong WWAN value in saved-states

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

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


[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 you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1326870

Title:
  blkfront driver race, can not attach new volumes

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

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


[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
  Таблица версий:
 29.0+build1-0ubuntu0.14.04.2 0
500 http://ua.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main i386 
Packages
 *** 28.0+build2-0ubuntu2 0
500 http://ua.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
100 /var/lib/dpkg/status


i installed OS, performed 'apt-get update  apt-get dselect-upgrade' and saw a 
message:

При обработке следующих пакетов произошли ошибки:
 /var/cache/apt/archives/firefox_29.0+build1-0ubuntu0.14.04.2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: firefox 28.0+build2-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic i686
AddonCompatCheckDisabled: False
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  marisha1720 F pulseaudio
  lightdm2285 F pulseaudio
BuildID: 20140410211157
Channel: Unavailable
Date: Wed Jun 11 10:29:19 2014
ErrorMessage: не удалось скопировать извлечённые данные 
«./usr/lib/firefox/browser/omni.ja» в 
«/usr/lib/firefox/browser/omni.ja.dpkg-new»: неожиданный конец файла или потока
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2014-06-10 (0 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Release i386 (20140416.2)
IpRoute:
 default via 7.7.7.1 dev eth0  proto static 
 7.7.7.0/24 dev eth0  proto kernel  scope link  src 7.7.7.4  metric 1
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
NoProfiles: True
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RfKill:
 
RunningIncompatibleAddons: False
SourcePackage: firefox
Title: package firefox 28.0+build2-0ubuntu2 failed to install/upgrade: не 
удалось скопировать извлечённые данные «./usr/lib/firefox/browser/omni.ja» в 
«/usr/lib/firefox/browser/omni.ja.dpkg-new»: неожиданный конец файла или потока
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/16/2001
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: 6.00 PG
dmi.board.name: SiS-630
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvr6.00PG:bd08/16/2001:svn:pn:pvr:rvn:rnSiS-630:rvr:cvn:ct3:cvr:

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


** Tags: apport-package i386 trusty

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

Title:
  package firefox 28.0+build2-0ubuntu2 failed to install/upgrade: не
  удалось скопировать извлечённые данные
  «./usr/lib/firefox/browser/omni.ja» в
  «/usr/lib/firefox/browser/omni.ja.dpkg-new»: неожиданный конец файла
  или потока

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

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

[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', gdm starts, and
:0-greeter.log doesn't have errors.

Log files will be attached.

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

** Attachment added: GDM log during boot
   
https://bugs.launchpad.net/bugs/1328820/+attachment/4129493/+files/%3A0-greeter.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:
  GDM doesn't start on boot

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

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


[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 files (without resetting
uptime which is nice for detecting if webserver is stable or not) .

so i had to change my /etc/logrotate.d/nginx script from:

postrotate
[ -s /run/nginx.pid ]  kill -USR1 `cat /run/nginx.pid`
endscript

to

postrotate
/etc/init.d/nginx reload
endscript

to make it properly rotate log files.

** Affects: nginx
 Importance: Undecided
 Status: New


** Tags: trusty

** Tags added: trusty

** Also affects: ubuntu
   Importance: Undecided
   Status: New

** No longer affects: ubuntu

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

Title:
  nginx not rotating logs

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

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


[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:
  GDM doesn't start on boot

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

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


[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.
https://bugs.launchpad.net/bugs/1328820

Title:
  GDM doesn't start on boot

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

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


[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.
https://bugs.launchpad.net/bugs/1328820

Title:
  GDM doesn't start on boot

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

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


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 blocks inactive
 sessions.It only

It only...?

In any case, I'm not aware of anything that could be dubbed Mir
lifecycles... Blocked rendering would be the only thing I could explain
this with.

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

Title:
  Impossible to place snap decisions on greeter while screen is unlocked

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

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


[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

Title:
  GDM doesn't start on boot

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

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


[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 to Ubuntu.
https://bugs.launchpad.net/bugs/1328693

Title:
  Sync fcoe-utils 1.0.29+git0.09caead4-2 (universe) from Debian unstable
  (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fcoe-utils/+bug/1328693/+subscriptions

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


[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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1328646/+subscriptions

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


[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

Title:
  GDM doesn't start on boot

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

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


[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

Title:
  .profile not parsed

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

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


[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 Pavilion 15] Brightness cannot be adjusted with the radeon driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati-lts-raring/+bug/1264272/+subscriptions

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


[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, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1328825

Title:
  Wired Network Crash

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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

Title:
  update-grub debconf frontend fails running dpkg --compare-versions
  after kernel upgrade

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

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


  1   2   3   4   5   6   7   8   9   >