[Bug 1560120] Re: Unprivileged nested container will not start inside a privileged container

2016-03-22 Thread Christopher Townsend
I have confirmed that the fix for this indeed does fix my issue.  Thanks
for your prompt attention!

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

Title:
  Unprivileged nested container will not start inside a privileged
  container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1560120/+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 1560120] [NEW] Unprivileged nested container will not start inside a privileged container

2016-03-21 Thread Christopher Townsend
Public bug reported:

This is a follow up to bug #1543697 where I have a Trusty host with ppa
:ubuntu-lxc/stable installed and have a privileged Xenial LXC and a
nested unprivileged LXC.

After some recent update(s), the unprivileged nested LXC will not start
again.  I've attached a debug log.

LXC version on host: 2.0.0~rc11-0ubuntu1~ubuntu14.04.1~ppa1
LXC version in privileged Xenial LXC: 2.0.0~rc11-0ubuntu1

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

** Attachment added: "test2_start.out"
   
https://bugs.launchpad.net/bugs/1560120/+attachment/4606580/+files/test2_start.out

** Description changed:

- This is a follow up to bug#1543697 where I have a Trusty host with ppa
+ This is a follow up to bug #1543697 where I have a Trusty host with ppa
  :ubuntu-lxc/stable installed and have a privileged Xenial LXC and a
  nested unprivileged LXC.
  
  After some recent update(s), the unprivileged nested LXC will not start
  again.  I've attached a debug log.

** Description changed:

  This is a follow up to bug #1543697 where I have a Trusty host with ppa
  :ubuntu-lxc/stable installed and have a privileged Xenial LXC and a
  nested unprivileged LXC.
  
  After some recent update(s), the unprivileged nested LXC will not start
  again.  I've attached a debug log.
+ 
+ LXC version on host: 2.0.0~rc11-0ubuntu1~ubuntu14.04.1~ppa1
+ LXC version in privileged Xenial LXC: 2.0.0~rc11-0ubuntu1

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

Title:
  Unprivileged nested container will not start inside a privileged
  container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1560120/+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 1557093] [NEW] libapache2-mod-php7.0 listed as a dependency

2016-03-14 Thread Christopher Gerber
Public bug reported:

libapache2-mod-php7.0 is not needed for PHP7.0 to function correctly
when php-fpm and nginx are installed. However, marking it as a
dependency breaks our current builds as it installs and binds to port
80, making it impossible to install nginx until apache is uninstalled.

libapache2-mod-php7.0 should be removed as a dependency.

** Affects: php7.0 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  libapache2-mod-php7.0 listed as a dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1557093/+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 1556740] Re: Unable to connect to share unless "Guess access" is checked

2016-03-13 Thread Christopher M. Penalver
** Description changed:

  What is expected to happen:
  
  On the Ubuntu 16.04 samba server with hostname HOSTNAME log in as first
  user created when installing USERNAME with password PASSWORD > create a
  new folder via nautilus (no gksudo) called test > secondary click test >
  Properties > tab Local Network Share > check "Share this folder" > Share
  name: test > other checkboxes unchecked > click button "Create Share"
  
  On another Ubuntu 16.04 client click Places > Network > Windows Network > 
WORKGROUP > HOSTNAME > test > in the new connection window it notes at top:
  Password required for share test on HOSTNAME
  
  to the right of "Connect As" click radio button "Registered User" > put
  in Username field USERNAME > put in field Domain WORKGROUP > put in
  field Password PASSWORD > click radio button Forget password immediately
  > Connect
  
  and it does so.
  
  What happens instead is the connection window comes back up, but this
  time the "Connect As" radio button is now on Anonymous (Default) and
  everything else is grayed out. Hitting the X to close the window
  intermittently shows:
  
  Unable to access location
  Failed to mount Windows share: Invalid argument
  
  The only way to allow the share to be connected is if one clicks on the
  server the checkbox "Guest access (for people without a user account)".
  
  This prevents easily implementing secure and authenticated data
  transfers between server and client.
  
- Attempting to smbclient notes:
+ Attempting to connect via Windows 10 client notes Access Denied.
+ 
+ Attempting to smbclient via the Ubuntu 16.04 client notes:
  smbclient -I IPADDRESS -W WORKGROUP -U USERNAME -D test -P PASSWORD -d 4
  lp_load_ex: refreshing parameters
  Initialising global parameters
  rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
  Processing section "[global]"
  doing parameter workgroup = WORKGROUP
  doing parameter server string = %h server (Samba, Ubuntu)
  doing parameter dns proxy = no
  doing parameter log file = /var/log/samba/log.%m
  doing parameter max log size = 1000
  doing parameter syslog = 0
  WARNING: The "syslog" option is deprecated
  doing parameter panic action = /usr/share/samba/panic-action %d
  doing parameter server role = standalone server
  doing parameter passdb backend = tdbsam
  doing parameter obey pam restrictions = yes
  doing parameter unix password sync = yes
  doing parameter passwd program = /usr/bin/passwd %u
  doing parameter passwd chat = *Enter\snew\s*\spassword:* %n\n 
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
  doing parameter pam password change = yes
  doing parameter map to guest = bad user
  doing parameter usershare allow guests = yes
  pm_process() returned Yes
  tdb(/var/lib/samba/private/secrets.tdb): tdb_open_ex: could not open file 
/var/lib/samba/private/secrets.tdb: Permission denied
  Could not open tdb: Permission denied
  Failed to open /var/lib/samba/private/secrets.tdb
  ERROR: Unable to open secrets database
  
  It is confirmed the file /var/lib/samba/private/secrets.tdb exists on
  both server and client, and the permissions for this file have not been
  adjusted in anyway. It's the default setup after installing the samba
  package.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: samba 2:4.3.6+dfsg-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
  Uname: Linux 4.4.0-12-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sun Mar 13 23:03:51 2016
  InstallationDate: Installed on 2015-12-18 (86 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
-  nautilus 1:3.18.4.is.3.14.3-0ubuntu2
-  gvfs 1.27.90-1ubuntu1
+  nautilus 1:3.18.4.is.3.14.3-0ubuntu2
+  gvfs 1.27.90-1ubuntu1
  SambaClientRegression: Yes
  SourcePackage: samba
  UpgradeStatus: Upgraded to xenial on 2016-01-20 (53 days ago)

** Summary changed:

- Unable to connect to share unless "Guess access" is checked
+ Unable to connect to share unless "Guest access" is checked

** Bug watch added: Samba Bugzilla #11790
   https://bugzilla.samba.org/show_bug.cgi?id=11790

** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=11790
   Importance: Unknown
   Status: Unknown

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

Title:
  Unable to connect to share unless "Guest access" is checked

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1556740/+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 1556740] [NEW] Unable to connect to share unless "Guess access" is checked

2016-03-13 Thread Christopher M. Penalver
Public bug reported:

What is expected to happen:

On the Ubuntu 16.04 samba server with hostname HOSTNAME log in as first
user created when installing USERNAME with password PASSWORD > create a
new folder via nautilus (no gksudo) called test > secondary click test >
Properties > tab Local Network Share > check "Share this folder" > Share
name: test > other checkboxes unchecked > click button "Create Share"

On another Ubuntu 16.04 client click Places > Network > Windows Network > 
WORKGROUP > HOSTNAME > test > in the new connection window it notes at top:
Password required for share test on HOSTNAME

to the right of "Connect As" click radio button "Registered User" > put
in Username field USERNAME > put in field Domain WORKGROUP > put in
field Password PASSWORD > click radio button Forget password immediately
> Connect

and it does so.

What happens instead is the connection window comes back up, but this
time the "Connect As" radio button is now on Anonymous (Default) and
everything else is grayed out. Hitting the X to close the window
intermittently shows:

Unable to access location
Failed to mount Windows share: Invalid argument

The only way to allow the share to be connected is if one clicks on the
server the checkbox "Guest access (for people without a user account)".

This prevents easily implementing secure and authenticated data
transfers between server and client.

Attempting to smbclient notes:
smbclient -I IPADDRESS -W WORKGROUP -U USERNAME -D test -P PASSWORD -d 4
lp_load_ex: refreshing parameters
Initialising global parameters
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section "[global]"
doing parameter workgroup = WORKGROUP
doing parameter server string = %h server (Samba, Ubuntu)
doing parameter dns proxy = no
doing parameter log file = /var/log/samba/log.%m
doing parameter max log size = 1000
doing parameter syslog = 0
WARNING: The "syslog" option is deprecated
doing parameter panic action = /usr/share/samba/panic-action %d
doing parameter server role = standalone server
doing parameter passdb backend = tdbsam
doing parameter obey pam restrictions = yes
doing parameter unix password sync = yes
doing parameter passwd program = /usr/bin/passwd %u
doing parameter passwd chat = *Enter\snew\s*\spassword:* %n\n 
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
doing parameter pam password change = yes
doing parameter map to guest = bad user
doing parameter usershare allow guests = yes
pm_process() returned Yes
tdb(/var/lib/samba/private/secrets.tdb): tdb_open_ex: could not open file 
/var/lib/samba/private/secrets.tdb: Permission denied
Could not open tdb: Permission denied
Failed to open /var/lib/samba/private/secrets.tdb
ERROR: Unable to open secrets database

It is confirmed the file /var/lib/samba/private/secrets.tdb exists on
both server and client, and the permissions for this file have not been
adjusted in anyway. It's the default setup after installing the samba
package.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: samba 2:4.3.6+dfsg-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
Uname: Linux 4.4.0-12-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Sun Mar 13 23:03:51 2016
InstallationDate: Installed on 2015-12-18 (86 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 nautilus 1:3.18.4.is.3.14.3-0ubuntu2
 gvfs 1.27.90-1ubuntu1
SambaClientRegression: Yes
SourcePackage: samba
UpgradeStatus: Upgraded to xenial on 2016-01-20 (53 days ago)

** Affects: samba (Ubuntu)
 Importance: Medium
 Status: Triaged


** Tags: amd64 apport-bug regression-release xenial

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

Title:
  Unable to connect to share unless "Guess access" is checked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1556740/+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 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-03-07 Thread Christopher Townsend
Hi Serge,

Thanks for working with me on this.

So it does work when I ssh into the privileged container as user ubuntu
and then start the unprivileged container.

I'm guessing there may be no way to start the unprivileged container
from lxc-attach like I want to, right?

Here is the output you requested:

$ sudo lxc-attach -n test-libertine -- sudo -u ubuntu -H cat /proc/self/cgroup
11:cpuset:/
10:pids:/
9:memory:/
8:blkio:/
7:perf_event:/
6:freezer:/
5:hugetlb:/
4:devices:/
3:cpu,cpuacct:/
2:net_cls,net_prio:/
1:name=systemd:/

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

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1543697/+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 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-03-07 Thread Christopher Townsend
I tried adding "lxc.include = /usr/share/lxc/config/nesting.conf" as I
didn't know this existed.  However, it didn't help.

As you say, I can create unprivileged containers as user ubuntu, I just
can't start them.  Are you able to start unprivileged containers as user
ubuntu?  If so, how are you starting them?  I need to start them from
the host's shell, so I'm doing something like this:

$ sudo lxc-attach -n test-libertine -- sudo -u ubuntu -H lxc-start -n
test

where test-libertine is the privileged container and test is the
unprivileged container.

Also, here is the privileged container's configuration file:

# Template used to create this container: /usr/share/lxc/templates/lxc-download
# Parameters passed to the template: -a amd64 -d ubuntu -r xenial
# For additional config options, please look at lxc.container.conf(5)

# Distribution configuration
lxc.include = /usr/share/lxc/config/ubuntu.common.conf
lxc.arch = x86_64

# Container specific configuration
lxc.rootfs = /var/lib/lxc/test-libertine/rootfs
lxc.utsname = test-libertine

# Network configuration
lxc.network.type = veth
lxc.network.link = lxcbr0
lxc.network.flags = up
lxc.network.hwaddr = 00:16:3e:da:08:f7

lxc.aa_profile = lxc-container-default-with-nesting
lxc.include = /usr/share/lxc/config/nesting.conf


Here is the output of /proc/self/cgroup while in a shell inside the privileged 
container:

# cat /proc/self/cgroup 
11:devices:/
10:freezer:/
9:pids:/
8:memory:/
7:cpuset:/
6:hugetlb:/
5:blkio:/
4:net_cls,net_prio:/
3:perf_event:/
2:cpu,cpuacct:/
1:name=systemd:/

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

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1543697/+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 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-03-04 Thread Christopher Townsend
Sure, here is the requested info:

$ uname -a
Linux Slave1 4.4.0-9-generic #24-Ubuntu SMP Mon Feb 29 19:33:19 UTC 2016 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 lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1543697

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1543697/+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 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-03-04 Thread Christopher Townsend
I have version 2.0.0~rc5-0ubuntu1 on both the Xenial host and Xenial
privileged container installed.  I have rebooted the host and have also
stopped and restarted the privileged container.

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

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1543697/+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 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-03-04 Thread Christopher Townsend
This still doesn't seem fixed.  I've attached the latest debug log.

** Attachment added: "start_test.out"
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1543697/+attachment/4588355/+files/start_test.out

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

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1543697/+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 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-03-02 Thread Christopher Townsend
I have tried this again and the error is different now.  I've attached a
debug log.

** Attachment added: "start_test.out"
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1543697/+attachment/4587021/+files/start_test.out

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

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1543697/+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 1552355] [NEW] Unprivileged lxc will not start after being stopped

2016-03-02 Thread Christopher Townsend
Public bug reported:

Using lxc package 2.0.0~rc4-0ubuntu1 on a Xenial host, I can start an
unprivileged Xenial LXC, but if I stop it, it will not start again
without rebooting the host.

I've attached the debug output.

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

** Attachment added: "start.out"
   https://bugs.launchpad.net/bugs/1552355/+attachment/4586845/+files/start.out

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

Title:
  Unprivileged lxc will not start after being stopped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1552355/+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 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-29 Thread Christopher Townsend
The containers now start after today's updates (2.0.0~rc4-0ubuntu1).
Also a new kernel was installed which may have fixed something too.

At any rate, looks like it's fixed for now.

Thanks!

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

Title:
  Unprivileged LXC will not start after today's updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1549363/+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 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-26 Thread Christopher Townsend
I updated to the latest LXC (2.0.0~rc3-0ubuntu2) and the cgroup
permission issue still occurs.  The unprivileged  containers are created
by the user and started by the user, ie, not root.

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

Title:
  Unprivileged LXC will not start after today's updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1549363/+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 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-26 Thread Christopher Townsend
I have rebooted my machine multiple times and the issue(s) still occur.

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

Title:
  Unprivileged LXC will not start after today's updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1549363/+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 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-25 Thread Christopher Townsend
After the latest lxc updates (2.0.0~rc3-0ubuntu1), a new failure is now
occurring.  See attached debug log.

** Attachment added: "start_lxc.out"
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1549363/+attachment/4580930/+files/start_lxc.out

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

Title:
  Unprivileged LXC will not start after today's updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1549363/+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 1549363] [NEW] Unprivileged LXC will not start after today's updates

2016-02-24 Thread Christopher Townsend
Public bug reported:

After today's (Feb. 24, 2016) updates, unprivileged LXC's will no longer
start.  Attaching 'start_lxc.out' debug log as well.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: lxc 2.0.0~rc2-0ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-7.22-generic 4.4.2
Uname: Linux 4.4.0-7-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Feb 24 11:16:57 2016
InstallationDate: Installed on 2013-03-18 (1072 days ago)
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
PackageArchitecture: all
SourcePackage: lxc
UpgradeStatus: Upgraded to xenial on 2015-10-28 (119 days ago)
modified.conffile..etc.apparmor.d.lxc.lxc.default.with.nesting: [modified]
modified.conffile..etc.default.lxc: [modified]
mtime.conffile..etc.apparmor.d.lxc.lxc.default.with.nesting: 2016-02-22T17:39:08
mtime.conffile..etc.default.lxc: 2016-02-22T17:39:08

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


** Tags: amd64 apport-bug xenial

** Attachment added: "start_lxc.out"
   
https://bugs.launchpad.net/bugs/1549363/+attachment/4580090/+files/start_lxc.out

** Description changed:

  After today's (Feb. 24, 2016) updates, unprivileged LXC's will no longer
- start.  Attaching debug log as well.
+ start.  Attaching 'start_lxc.out' debug log as well.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lxc 2.0.0~rc2-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-7.22-generic 4.4.2
  Uname: Linux 4.4.0-7-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Feb 24 11:16:57 2016
  InstallationDate: Installed on 2013-03-18 (1072 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  PackageArchitecture: all
  SourcePackage: lxc
  UpgradeStatus: Upgraded to xenial on 2015-10-28 (119 days ago)
  modified.conffile..etc.apparmor.d.lxc.lxc.default.with.nesting: [modified]
  modified.conffile..etc.default.lxc: [modified]
  mtime.conffile..etc.apparmor.d.lxc.lxc.default.with.nesting: 
2016-02-22T17:39:08
  mtime.conffile..etc.default.lxc: 2016-02-22T17:39:08

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

Title:
  Unprivileged LXC will not start after today's updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1549363/+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 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-02-11 Thread Christopher Townsend
** Description changed:

  I have a host where I create a privileged Xenial container.  Inside that
  privileged container, I create an unprivileged Xenial container using
  the ubuntu user in the privileged container.  When I try starting the
  unprivileged container, I get the following error:
  
-   lxc-start 20160209133200.970 INFO lxc_cgroup - 
cgroup.c:cgroup_init:65 - cgroup driver cgroupfs initing for test-lxc
-   lxc-start 20160209133200.971 ERRORlxc_cgfs - cgfs.c:cgfs_init:2248 
- cgroupfs failed to detect cgroup metadata
-   lxc-start 20160209133200.971 ERRORlxc_start - 
start.c:lxc_spawn:1023 - failed initializing cgroup support
-   lxc-start 20160209133200.971 ERRORlxc_start - 
start.c:__lxc_start:1273 - failed to spawn 'test-lxc'
+   lxc-start 20160209133200.970 INFO lxc_cgroup - 
cgroup.c:cgroup_init:65 - cgroup driver cgroupfs initing for test-lxc
+   lxc-start 20160209133200.971 ERRORlxc_cgfs - cgfs.c:cgfs_init:2248 
- cgroupfs failed to detect cgroup metadata
+   lxc-start 20160209133200.971 ERRORlxc_start - 
start.c:lxc_spawn:1023 - failed initializing cgroup support
+   lxc-start 20160209133200.971 ERRORlxc_start - 
start.c:__lxc_start:1273 - failed to spawn 'test-lxc'
  
- 've tried both Trusty host w/ ppa:ubuntu-lxc/lxc-stable installed and a
+ I've tried both Trusty host w/ ppa:ubuntu-lxc/lxc-stable installed and a
  Xenial host with the same results.   I've also tried using ppa:ubuntu-
  lxc/daily in the privileged Xenial LXC.

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

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1543697/+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 1543697] [NEW] Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-02-09 Thread Christopher Townsend
Public bug reported:

I have a host where I create a privileged Xenial container.  Inside that
privileged container, I create an unprivileged Xenial container using
the ubuntu user in the privileged container.  When I try starting the
unprivileged container, I get the following error:

  lxc-start 20160209133200.970 INFO lxc_cgroup - 
cgroup.c:cgroup_init:65 - cgroup driver cgroupfs initing for test-lxc
  lxc-start 20160209133200.971 ERRORlxc_cgfs - cgfs.c:cgfs_init:2248 - 
cgroupfs failed to detect cgroup metadata
  lxc-start 20160209133200.971 ERRORlxc_start - start.c:lxc_spawn:1023 
- failed initializing cgroup support
  lxc-start 20160209133200.971 ERRORlxc_start - 
start.c:__lxc_start:1273 - failed to spawn 'test-lxc'

've tried both Trusty host w/ ppa:ubuntu-lxc/lxc-stable installed and a
Xenial host with the same results.   I've also tried using ppa:ubuntu-
lxc/daily in the privileged Xenial LXC.

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

** Summary changed:

- Unprivileged nested container will not start inside a privileged container
+ Unprivileged nested Xenial container will not start inside a privileged 
Xenial container

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

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1543697/+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 1542438] Re: Python LXC api needs to be much better at error reporting

2016-02-08 Thread Christopher Townsend
Ok, thanks, that might work.

I will have to think on how best to parse the log file for any error
messages that are only applicable to the actual LXC Python API call the
application is executing and pass these error messages back to the user
and present them in a meaningful manner.

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

Title:
  Python LXC api needs to be much better at error reporting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1542438/+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 1542438] [NEW] Python LXC api needs to be much better at error reporting

2016-02-05 Thread Christopher Townsend
Public bug reported:

I use the Python API extensively on the lp:libertine project.  However,
when there is an error somewhere in the LXC layer, the only thing that
is returned is False which is not very useful when trying to figure out
what has gone wrong.

For example, I try to use the Container.create() method and it is
failing  However, when I try using the lxc-create CLI tool using the
same exact parameters, it works.  Since the Python API does not have an
error output, I'm having a very difficult time figuring out why the
Python create is failing.

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

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

Title:
  Python LXC api needs to be much better at error reporting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1542438/+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 1446906] Re: lxc container with postfix, permission denied on mailq

2016-01-25 Thread Christopher M. Penalver
** Changed in: linux (Ubuntu Xenial)
   Importance: Undecided => Medium

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

Title:
  lxc container with postfix, permission denied on mailq

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1446906/+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 1523133] Re: strongswan vpn does not work

2015-12-13 Thread Christopher M. Penalver
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  strongswan vpn does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1523133/+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 1442972] Re: Unable to access location Failed to mount Windows share: Invalid argument

2015-12-13 Thread Christopher M. Penalver
This no longer affects me as I don't use Trusty, Utopic, or Vivid, and
this is not reproducible with Wily+Wily.

** No longer affects: samba (Ubuntu)

** Project changed: nautilus => samba (Ubuntu)

** Changed in: samba (Ubuntu)
   Importance: Unknown => Undecided

** Changed in: samba (Ubuntu)
   Status: Unknown => New

** Changed in: samba (Ubuntu)
 Remote watch: Samba Bugzilla #11274 => None

** Changed in: samba (Ubuntu)
   Status: New => Invalid

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

Title:
  Unable to access location Failed to mount Windows share: Invalid
  argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1442972/+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 1519079] [NEW] Xenial container on Xenial host no longer runs systemd and can't get an IP address

2015-11-23 Thread Christopher Townsend
Public bug reported:

I have a Xenial host with a Xenial LXC and as of today's updates, the
container no longer gets an IP address and systemd does not appear to
have run.

This same exact container worked fine last Friday, only packages on my
host changed.

Also, I'm not sure if other host/LXC distro combinations are affected.

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

** Summary changed:

- xenial container no longer runs systemd and can't get an IP address
+ Xenial container on Xenial host no longer runs systemd and can't get an IP 
address

** Description changed:

  I have a Xenial host with a Xenial LXC and as of today's updates, the
  container no longer gets an IP address and systemd does not appear to
  have run.
  
  This same exact container worked fine last Friday, only packages on my
  host changed.
+ 
+ Also, I'm not sure if other host/LXC distro combinations are affected.

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

Title:
  Xenial container on Xenial host no longer runs systemd and can't get
  an IP address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1519079/+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 1519079] Re: Xenial container on Xenial host no longer runs systemd and can't get an IP address

2015-11-23 Thread Christopher Townsend
I've attached the list of packages that were updated when this issue
started to occur.

** Attachment added: "list_of_packages"
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1519079/+attachment/4524270/+files/list_of_packages

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

Title:
  Xenial container on Xenial host no longer runs systemd and can't get
  an IP address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1519079/+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 1517107] Re: $PATH is getting clobbered when starting a container with Upstart

2015-11-23 Thread Christopher Townsend
** 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 lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1517107

Title:
  $PATH is getting clobbered when starting a container with Upstart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1517107/+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 1517107] [NEW] $PATH is getting clobbered when starting a container with Upstart

2015-11-17 Thread Christopher Townsend
Public bug reported:

I have a script using the Python3 LXC API that starts up a container.
If I use an Upstart job to call the script, the $PATH env var is getting
clobbered and the container fails to start.

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

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

Title:
  $PATH is getting clobbered when starting a container with Upstart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1517107/+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 1475751] Re: need phablet support for mods to /etc/lxc/lxc-usernet (vivid+stable ppa overaly)

2015-10-27 Thread Christopher Townsend
Hey Stéphane,

I agree that hardcoding the phablet user is not the best way to go about
this.  This is really only needed for The Future in which devices use a
kernel that supports unprivileged containers.  I think at this juncture,
going about the way where members of a lxc-net group automatically get
10 veth devices is best.

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

Title:
  need phablet support for mods to /etc/lxc/lxc-usernet (vivid+stable
  ppa overaly)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1475751/+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 1475751] Re: need phablet support for mods to /etc/lxc/lxc-usernet (vivid+stable ppa overaly)

2015-07-20 Thread Christopher Townsend
Hi Serge,

Well, the problem is that /etc/lxc/lxc-usernet is read-only, so it can't
be modified by a user action.  I'm not really sure how modifications of
system files is supposed to take place in the New World.

I think for a short-term solution, we can take the Vivid lxc source
package and modify it to add a static 'phablet' entry in /lxc-usernet
and upload it to the overlay PPA.

Long term, I'm not so sure about...

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

Title:
  need phablet support for mods to /etc/lxc/lxc-usernet (vivid+stable
  ppa overaly)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1475751/+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 1470135] Re: Wily lxc will not start on Wily host

2015-06-30 Thread Christopher Townsend
Yes, I think that is the bug.  Here is the output:

$ cat /proc/self/cgroup
10:cpuset:/user.slice
9:blkio:/user.slice
8:cpu,cpuacct:/user.slice
7:perf_event:/user.slice
6:devices:/user.slice
5:freezer:/user.slice
4:memory:/user.slice
3:net_cls,net_prio:/user.slice
2:hugetlb:/user.slice
1:name=systemd:/user.slice/user-1000.slice/session-c2.scope

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

Title:
  Wily lxc will not start on Wily host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1470135/+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 1470135] [NEW] Wily lxc will not start on Wily host

2015-06-30 Thread Christopher Townsend
Public bug reported:

After today's (June 30) updates, a Wily LXC created on a Wily host will
not start.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: lxc 1.1.2-0ubuntu3 [modified: usr/lib/x86_64-linux-gnu/lxc/lxc-net]
ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
Uname: Linux 3.19.0-22-generic x86_64
ApportVersion: 2.17.3-0ubuntu4
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Jun 30 10:45:53 2015
InstallationDate: Installed on 2013-03-18 (833 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
SourcePackage: lxc
UpgradeStatus: Upgraded to wily on 2015-05-12 (48 days ago)

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


** Tags: amd64 apport-bug wily

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

Title:
  Wily lxc will not start on Wily host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1470135/+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 1470135] Re: Wily lxc will not start on Wily host

2015-06-30 Thread Christopher Townsend
I'm also attaching the log during the failure.

** Attachment added: start.out
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1470135/+attachment/4422483/+files/start.out

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

Title:
  Wily lxc will not start on Wily host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1470135/+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 1470135] Re: Wily lxc will not start on Wily host

2015-06-30 Thread Christopher Townsend
Also of note, there was an update to systemd today, which tends to cause
issues with lxc:(

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

Title:
  Wily lxc will not start on Wily host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1470135/+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 1468611] Re: dnsmasq fails to start in lxc-net

2015-06-26 Thread Christopher Townsend
Hey Serge,

Yes, I can confirm that setting LXC_DHCP_CONFILE=/dev/null does indeed
make it work.

Thanks!

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

Title:
  dnsmasq fails to start in lxc-net

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1468611/+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 1468611] Re: dnsmasq fails to start in lxc-net

2015-06-25 Thread Christopher Townsend
I'm hitting this too.  When the lxcbr0 device is not available, my
unpriv'd containers will not start due to not being able to set up the
network.

If I just touch /etc/dnsmasq.conf, then it all works as expected.

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

Title:
  dnsmasq fails to start in lxc-net

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1468611/+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 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

2015-05-21 Thread Christopher M. Penalver
This report is missing the original reporter (Visual Echo) providing
previously requested information.

Despite this, if you are having an issue, it will help immensely if you filed a 
new report via a terminal:
ubuntu-bug linux

Please feel free to subscribe me to it.

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

** Tags removed: kernel-bug-exists-upstream kernel-bug-exists-upstream-3.11rc1 
kernel-bug-exists-upstream-4.1-rc1 kernel-fixed-upstream-3.10
** Tags added: needs-upstream-testing

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

Title:
  tc class statistics rates are all zero after upgrade to Trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1426589/+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 1334916] Re: sshd-ConsoleKit integration patch causes abrupt termination of multichannel sessions

2015-05-20 Thread Christopher May-Townsend
Want to add my weight to this, been hitting this as part of Ansible,
working on a workaround now (beyond just running Ansible one box at a
time).

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

Title:
  sshd-ConsoleKit integration patch causes abrupt termination of
  multichannel sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1334916/+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 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

2015-05-20 Thread Christopher M. Penalver
** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  tc class statistics rates are all zero after upgrade to Trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1426589/+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 1442972] Re: Unable to access location Failed to mount Windows share: Invalid argument

2015-05-14 Thread Christopher M. Penalver
** Bug watch added: Samba Bugzilla #11274
   https://bugzilla.samba.org/show_bug.cgi?id=11274

** Changed in: nautilus
   Importance: Undecided = Unknown

** Changed in: nautilus
   Status: New = Unknown

** Changed in: nautilus
 Remote watch: None = Samba Bugzilla #11274

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

Title:
  Unable to access location Failed to mount Windows share: Invalid
  argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1442972/+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 1452451] Re: failed to change apparmor profile to lxc-container-default-with-nesting

2015-05-13 Thread Christopher Townsend
The rootfs used Vivid and now Wily, but the issue remains with both.

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

Title:
  failed to change apparmor profile to lxc-container-default-with-
  nesting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1452451/+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 1442972] Re: Unable to access location Failed to mount Windows share: Invalid argument

2015-05-13 Thread Christopher M. Penalver
As per https://bugzilla.gnome.org/show_bug.cgi?id=747718#c13 this is a
samba library bug.

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

** Changed in: nautilus
   Importance: Medium = Undecided

** Changed in: nautilus
   Status: Unknown = New

** Changed in: nautilus
 Remote watch: GNOME Bug Tracker #747718 = None

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

Title:
  Unable to access location Failed to mount Windows share: Invalid
  argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1442972/+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 1452451] Re: failed to change apparmor profile to lxc-container-default-with-nesting

2015-05-13 Thread Christopher Townsend
Dang, I was afraid you might not be able to reproduce, being a race and
all.  I'm not sure it's possible to hand off the system as it's my
primary development machine.

I think I will take a stab in trying to debug this.  A quick looks shows
that it is failing in this block in lsm/apparmor.c:

if (aa_change_profile(label)  0)

Looking in the apparmor source code shows a few places this may fail,
especially with the No such file or directory errno value.

The call(s) in setprocattr(), particularly procattr_path().  I'm
thinking that perhaps the /proc path is not really fully up before
lxc_wait says that the container is in a RUNNING state.  I'm using SSD's
which may or may not make a difference, but they can sometimes add some
races due to their fast nature.

Next, I will look into what exactly lxc_wait is querying to know when it
is RUNNING...

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

Title:
  failed to change apparmor profile to lxc-container-default-with-
  nesting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1452451/+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 1452451] Re: failed to change apparmor profile to lxc-container-default-with-nesting

2015-05-13 Thread Christopher Townsend
So, if I remove the lxc-wait out of the start/wait/attach sequence, then
I always get the failure.  This really points to a race where RUNNING is
being reported before it is really fully started.

It looks like the RUNNING state is set in start.c, so perhaps it is
being set a bit too early where some asynchronous activity isn't really
complete yet  I'll continue to look in that area.

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

Title:
  failed to change apparmor profile to lxc-container-default-with-
  nesting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1452451/+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 1453440] [NEW] Rsync -z fails under 15.04 with rsync: on remote machine: --new-compress: unknown option

2015-05-09 Thread Christopher Barrington-Leigh
Public bug reported:

Recently my rsyncs all fail, both to RHEL 6 and to Ubuntu 14.04 as
remote hosts.

$   rsync -z otherserveR:myfile ./

rsync: on remote machine: --new-compress: unknown option
rsync error: syntax or usage error (code 1) at main.c(1572) [server=3.1.0]
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(226) 
[Receiver=3.1.1]

I'm on the latest 15.04, and I think it started with 15.04, ie it seems
to be a regression. (but I cannot find other recent reports).

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: rsync 3.1.1-3
ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
Uname: Linux 3.19.0-16-generic x86_64
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Sat May  9 14:49:30 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-03-28 (42 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Beta amd64 (20150325)
SourcePackage: rsync
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: rsync (Ubuntu)
 Importance: Undecided
 Status: Invalid


** Tags: amd64 apport-bug vivid

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

Title:
  Rsync -z fails under 15.04 with rsync: on remote machine: --new-
  compress: unknown option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1453440/+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 1453440] Re: Rsync -z fails under 15.04 with rsync: on remote machine: --new-compress: unknown option

2015-05-09 Thread Christopher Barrington-Leigh
This is satisfactorily documented in the man page.
The solution, I guess, is to use --old-compress rather than -z,  or wait for my 
other hosts to get with the latest swank.


** Changed in: rsync (Ubuntu)
   Status: New = Invalid

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

Title:
  Rsync -z fails under 15.04 with rsync: on remote machine: --new-
  compress: unknown option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1453440/+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 1452451] Re: failed to change apparmor profile to lxc-container-default-with-nesting

2015-05-08 Thread Christopher Townsend
I've been trying to capture a log of the failure when running lxc-attach
and it seems to cause just enough delay to get by the race.  Also, it
does not always occur, but more time than not, the error happens leading
more credence to this being a race.  I've attached the config I use for
the container.

** Attachment added: config
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1452451/+attachment/4393645/+files/config

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

Title:
  failed to change apparmor profile to lxc-container-default-with-
  nesting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1452451/+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 1452451] Re: failed to change apparmor profile to lxc-container-default-with-nesting

2015-05-08 Thread Christopher Townsend
Actually, running sudo unity8-lxc-setup has a start/wait/attach
sequence that is causing failures.  Another way I try to reproduce after
the whole container is setup is to create a little script with the
following:

lxc-start -n unity8-lxc
lxc-wait -t 5 -s RUNNING -n unity8-lxc
lxc-attach -n unity8-lxc -- uname -a

Run that as sudo since it's privileged and I can sometimes get the
apparmor error.  Keep in mind that after the container starts for the
first time, I have never been able to reproduce this issue unless I
reboot.  Just doing a lxc-stop is not enough.

Also, if you still need some help, you can ping me on irc @
ChrisTownsend.

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

Title:
  failed to change apparmor profile to lxc-container-default-with-
  nesting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1452451/+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 1452451] Re: failed to change apparmor profile to lxc-container-default-with-nesting

2015-05-08 Thread Christopher Townsend
Hi Serge,

This does not happen when doing this by hand, only in a script.  And I
can't seem to reproduce on a container created using a template.  So
far, I've only been able to reproduce this when creating the container
using the procedure in lp:unity8-preview-lxc.  This is a project that
was started by stgraber and taken over by me.

Basically, it's a python script that creates a specialized config and
uses an unpacked Ubuntu Desktop Next (Unity 8) ISO to start up the Unity
8 session inside the container.  If you'd like to try it, you can add
ppa:unity8-desktop-session-team/unity8-preview-lxc.

I'll also attach the config and the output of the logs when this issue
occurs.

Thanks!

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

Title:
  failed to change apparmor profile to lxc-container-default-with-
  nesting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1452451/+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 1452437] Re: 15.04 container does not get an IP address when started

2015-05-07 Thread Christopher Townsend
This may be an lxc only issue as well, so I'm adding that package to
this bug.

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

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

Title:
  15.04 container does not get an IP address when started

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1452437/+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 1452451] [NEW] failed to change apparmor profile to lxc-container-default-with-nesting

2015-05-06 Thread Christopher Townsend
Public bug reported:

I develop and maintain the unity8-lxc package (lp:unity8-preview-lxc)
which uses an unpacked Ubuntu Next Desktop ISO as a privileged rootfs.
It uses the lxc-container-default-with-nesting apparmor profile since
we'd like to support containers within this.

When I try to do a lxc-start. lxc-wait(RUNNING), and lxc-attach for the
first time in my setup script, I get the following error:

lxc_container: lsm/apparmor.c: apparmor_process_label_set: 183 No such
file or directory - failed to change apparmor profile to lxc-container-
default-with-nesting

I believe this is a race because if I introduce a sleep of say 0.5
seconds between the lxc-wait and lxc-attach, then it works.  It also
works for any subsequent lxc-start/lxc-wait/lxc-attach after this
failure.

Please let me know if I can provide more info.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: lxc 1.1.2-0ubuntu3
ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
Uname: Linux 3.19.0-16-generic x86_64
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Wed May  6 16:47:14 2015
InstallationDate: Installed on 2013-03-18 (779 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
SourcePackage: lxc
UpgradeStatus: Upgraded to vivid on 2014-10-20 (198 days ago)

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


** Tags: amd64 apport-bug vivid

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

Title:
  failed to change apparmor profile to lxc-container-default-with-
  nesting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1452451/+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 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

2015-04-30 Thread Christopher M. Penalver
Visual Echo, could you please test the latest upstream kernel available
from the very top line at the top of the page (the release names are
irrelevant for testing, and please do not test the daily folder)
following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow
additional upstream developers to examine the issue.

If the test did not allow you to test to the issue (ex. you couldn't boot into 
the OS) please make a comment in your report about this, and continue to test 
the next most recent kernel version until you can test to the issue. Once 
you've tested the upstream kernel, please comment on which kernel version 
specifically you tested. If this bug is fixed in the mainline kernel, please 
add the following tags by clicking on the yellow circle with a black pencil 
icon, next to the word Tags, located at the bottom of the report description:
kernel-fixed-upstream
kernel-fixed-upstream-X.Y-rcZ

Where XY and Z are numbers corresponding to the kernel version.

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-X.Y-rcZ

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results.

Thank you for your understanding.

** Tags added: needs-bisect regression-release

** Changed in: linux (Ubuntu)
   Status: Triaged = Incomplete

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

Title:
  tc class statistics rates are all zero after upgrade to Trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1426589/+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 1442974] [NEW] get scan.pdf ~/Desktop/scan.pdf Error opening local file ~/Desktop/scan.pdf

2015-04-11 Thread Christopher M. Penalver
Public bug reported:

get scan.pdf ~/Desktop/scan.pdf
Error opening local file ~/Desktop/scan.pdf

WORKAROUND:
get scan.pdf /home/USERNAME/Desktop/scan.pdf

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: smbclient 2:4.1.13+dfsg-4ubuntu3
ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
Uname: Linux 3.19.0-12-generic x86_64
ApportVersion: 2.17-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Sat Apr 11 16:50:28 2015
InstallationDate: Installed on 2014-06-21 (294 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
SambaClientRegression: No
SourcePackage: samba
UpgradeStatus: Upgraded to vivid on 2015-03-13 (29 days ago)

** Affects: samba
 Importance: Unknown
 Status: Unknown

** Affects: samba (Ubuntu)
 Importance: Low
 Status: Triaged


** Tags: amd64 apport-bug vivid

** Bug watch added: Samba Bugzilla #11212
   https://bugzilla.samba.org/show_bug.cgi?id=11212

** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=11212
   Importance: Unknown
   Status: Unknown

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

Title:
  get scan.pdf ~/Desktop/scan.pdf Error opening local file
  ~/Desktop/scan.pdf

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1442974/+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 1440420] [NEW] bridge-utils doesn't work in Utopic

2015-04-04 Thread Christopher M. Penalver
Public bug reported:

Followed the Bridging guide verbatim at 
https://help.ubuntu.com/stable/serverguide/network-configuration.html did not 
create a working bridged network:
sudo apt-get -y install bridge-utils
sudo nano /etc/network/interfaces
#START
auto lo
iface lo inet loopback

auto br0
iface br0 inet static
address 192.168.1.12
network 192.168.1.0
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.1
bridge_ports eth0 wlan0
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off
#END

sudo ifup br0

The 192.168.1.12 IP address was not consumed by another device at the
time of attempting this. This is preventing me from instituting a wired
 wireless USB dongle  WAP environment.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: bridge-utils 1.5-7ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-33.44-generic 3.16.7-ckt7
Uname: Linux 3.16.0-33-generic x86_64
ApportVersion: 2.14.7-0ubuntu8.2
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Apr  4 16:42:19 2015
Dependencies:
 gcc-4.9-base 4.9.1-16ubuntu6
 libc6 2.19-10ubuntu2.3
 libgcc1 1:4.9.1-16ubuntu6
 multiarch-support 2.19-10ubuntu2.3
InstallationDate: Installed on 2015-04-03 (1 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
SourcePackage: bridge-utils
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: bridge-utils (Ubuntu)
 Importance: High
 Status: Triaged


** Tags: amd64 apport-bug utopic

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

Title:
  bridge-utils doesn't work in Utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/1440420/+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 1347020] Re: systemd does not boot in a container

2015-04-01 Thread Christopher Townsend
Any ideas when this will be fixed in Trusty?  This is blocking
unity8-lxc from working anymore on Trusty hosts.

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

Title:
  systemd does not boot in a container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1347020/+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 1438045] [NEW] Samba shared printer keeps prompting clients for username/password

2015-03-30 Thread Christopher M. Penalver
Public bug reported:

This is a regression from Utopic, and Trusty.

With a USB attached printer, when going through the New Printer dialogue
in Ubuntu, it prompts for a username and password, despite the guest ok
= yes configuration being performed for both [printers] and [print$].

With Windows 8.1 it won't even see the printer when attempting to
connect with an IP address.

The printer prints locally successfully, and the firewall is off.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: samba (not installed)
ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
Uname: Linux 3.19.0-10-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.16.2-0ubuntu5
Architecture: amd64
BothFailedConnect: Yes
CurrentDesktop: GNOME-Flashback:Unity
Date: Mon Mar 30 01:52:00 2015
InstallationDate: Installed on 2015-03-29 (0 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Beta amd64 (20150326)
NmbdLog:
 
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: samba (Ubuntu)
 Importance: High
 Status: Triaged


** Tags: amd64 apport-bug regression-release vivid

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

Title:
  Samba shared printer keeps prompting clients for username/password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1438045/+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 1438045] Re: Network shared printer keeps prompting clients for username/password

2015-03-30 Thread Christopher M. Penalver
** Summary changed:

- Samba shared printer keeps prompting clients for username/password
+ Network shared printer keeps prompting clients for username/password

** Description changed:

  This is a regression from Utopic, and Trusty.
  
  With a USB attached printer, when going through the New Printer dialogue
  in Ubuntu, it prompts for a username and password, despite the guest ok
  = yes configuration being performed for both [printers] and [print$].
  
  With Windows 8.1 it won't even see the printer when attempting to
  connect with an IP address.
  
  The printer prints locally successfully, and the firewall is off.
+ 
+ WORKAROUND: Install Samba.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: samba (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16.2-0ubuntu5
  Architecture: amd64
  BothFailedConnect: Yes
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Mar 30 01:52:00 2015
  InstallationDate: Installed on 2015-03-29 (0 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Beta amd64 (20150326)
  NmbdLog:
-  
+ 
  SambaServerRegression: Yes
  SmbConfIncluded: Yes
  SmbLog:
-  
+ 
  SourcePackage: samba
  UpgradeStatus: No upgrade log present (probably fresh install)

** Changed in: samba (Ubuntu)
   Importance: High = Low

** Description changed:

- This is a regression from Utopic, and Trusty.
- 
  With a USB attached printer, when going through the New Printer dialogue
  in Ubuntu, it prompts for a username and password, despite the guest ok
  = yes configuration being performed for both [printers] and [print$].
  
  With Windows 8.1 it won't even see the printer when attempting to
  connect with an IP address.
  
  The printer prints locally successfully, and the firewall is off.
  
  WORKAROUND: Install Samba.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: samba (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16.2-0ubuntu5
  Architecture: amd64
  BothFailedConnect: Yes
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Mar 30 01:52:00 2015
  InstallationDate: Installed on 2015-03-29 (0 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Beta amd64 (20150326)
  NmbdLog:
  
  SambaServerRegression: Yes
  SmbConfIncluded: Yes
  SmbLog:
  
  SourcePackage: samba
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  With a USB attached printer, when going through the New Printer dialogue
- in Ubuntu, it prompts for a username and password, despite the guest ok
- = yes configuration being performed for both [printers] and [print$].
+ in Ubuntu, it prompts for a username and password. Even if I type in a
+ username for the original user account when the instance was installed,
+ it doesn't accept the credentials.
  
  With Windows 8.1 it won't even see the printer when attempting to
  connect with an IP address.
  
  The printer prints locally successfully, and the firewall is off.
  
  WORKAROUND: Install Samba.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: samba (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16.2-0ubuntu5
  Architecture: amd64
  BothFailedConnect: Yes
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Mar 30 01:52:00 2015
  InstallationDate: Installed on 2015-03-29 (0 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Beta amd64 (20150326)
  NmbdLog:
  
  SambaServerRegression: Yes
  SmbConfIncluded: Yes
  SmbLog:
  
  SourcePackage: samba
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Network shared printer keeps prompting clients for username/password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1438045/+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 1435416] [NEW] Using cgm on cgroups that have a comma does not work

2015-03-23 Thread Christopher Townsend
Public bug reported:

When I try using cgm on cgroups that have a comma, I get an Invalid
Request error.

For example, if I try cgm create net_cls,net_prio $USER inside a Vivid
container, the Vivid host's cgmanager will start to spin at 100% CPU and
the command fails.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: cgmanager 0.36-2ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
Uname: Linux 3.19.0-9-generic x86_64
ApportVersion: 2.16.2-0ubuntu4
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Mar 23 12:25:36 2015
InstallationDate: Installed on 2013-03-18 (734 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
SourcePackage: cgmanager
UpgradeStatus: Upgraded to vivid on 2014-10-20 (153 days ago)

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


** Tags: amd64 apport-bug vivid

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

Title:
  Using cgm on cgroups that have a comma does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1435416/+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 1435489] [NEW] gnome-terminal cannot be launched from tmux

2015-03-23 Thread Christopher Barrington-Leigh
Public bug reported:

gnome-terminal fails to launch from within a tmux session.

I experience the following in the latest 15.04:

gnome-terminal  
   ( launches fine)

tmux
   (starts tmux shell)

gnome-terminal
   (fails with following error)
Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Co
uld not connect: Connection refused

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: gnome-terminal 3.14.2-0ubuntu2
ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
Uname: Linux 3.19.0-9-generic x86_64
ApportVersion: 2.16.2-0ubuntu4
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Mar 23 14:30:51 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-03-07 (15 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Alpha amd64 (20150306)
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug vivid

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

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

Title:
  gnome-terminal cannot be launched from tmux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1435489/+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 1313392] Re: dnsmasq crashes dhcp/internet connection and uses a lot of cpu

2015-02-20 Thread Christopher M. Penalver
** Package changed: xorg (Ubuntu) = dnsmasq (Ubuntu)

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

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

Title:
  dnsmasq crashes dhcp/internet connection and uses a lot of cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1313392/+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 1417909] Re: Container fails to start with error mounting /sys/fs/cgroup

2015-02-10 Thread Christopher Townsend
Hey Serge,

Thanks for looking into this more and better documentation would be most
helpful.

I'm not really sure if it matters any more, but my python script does
indeed ask to load /usr/share/lxc/config/ubuntu.common.conf.  Here is
the code snippet before I start adding custom config options:

container.load_config(/etc/lxc/default.conf)
container.load_config(/usr/share/lxc/config/ubuntu.common.conf)

At any rate, I'll add the sys automount in my config and be done with it
on my end.

Thanks again!

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

Title:
  Container fails to start with error mounting /sys/fs/cgroup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1417909/+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 1417909] Re: Container fails to start with error mounting /sys/fs/cgroup

2015-02-10 Thread Christopher Townsend
Hi Serge,

Ok, I understand I can fix this issue by adding that line in my config.

However, my gripe now with this is that my configuration was working
with no issues prior to an update in LXC, then it broke for no apparent
reason.  Why was it automounting /sys before and not now?  Shouldn't
this be a default when pulling in
/usr/share/lxc/config/ubuntu.common.conf as I do in my config?

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

Title:
  Container fails to start with error mounting /sys/fs/cgroup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1417909/+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 1417909] Re: Container fails to start with error mounting /sys/fs/cgroup

2015-02-06 Thread Christopher Townsend
** Changed in: lxc (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Container fails to start with error mounting /sys/fs/cgroup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1417909/+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 1417909] Re: Container fails to start with error mounting /sys/fs/cgroup

2015-02-05 Thread Christopher Townsend
Hey Serge,

Yes, adding 'lxc.mount.auto = sys' fixes the issue.

The container is an extracted ISO from http://cdimage.ubuntu.com/ubuntu-
desktop-next/daily-live/current/vivid-desktop-amd64.iso for the Unity 8
in LXC project.

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

Title:
  Container fails to start with error mounting /sys/fs/cgroup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1417909/+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 1417909] [NEW] Container fails to start with error mounting /sys/fs/cgroup

2015-02-03 Thread Christopher Townsend
Public bug reported:

It seems a fairly recent update to LXC has caused this.  This is a
privileged container.  I will attach debug output when trying to start
the container.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: lxc 1.1.0~rc4-0ubuntu1
ProcVersionSignature: Ubuntu 3.18.0-12.13-generic 3.18.4
Uname: Linux 3.18.0-12-generic x86_64
ApportVersion: 2.15.1-0ubuntu4
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Feb  4 02:41:39 2015
InstallationDate: Installed on 2013-03-18 (687 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
SourcePackage: lxc
UpgradeStatus: Upgraded to vivid on 2014-10-20 (106 days ago)

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


** Tags: amd64 apport-bug vivid

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

Title:
  Container fails to start with error mounting /sys/fs/cgroup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1417909/+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 1417909] Re: Container fails to start with error mounting /sys/fs/cgroup

2015-02-03 Thread Christopher Townsend
This is the debug output when starting the container.

** Attachment added: debug.txt
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1417909/+attachment/4311947/+files/debug.txt

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

Title:
  Container fails to start with error mounting /sys/fs/cgroup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1417909/+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 1417909] Re: Container fails to start with error mounting /sys/fs/cgroup

2015-02-03 Thread Christopher Townsend
This is the generated LXC config file.

** Attachment added: config
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1417909/+attachment/4311948/+files/config

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

Title:
  Container fails to start with error mounting /sys/fs/cgroup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1417909/+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 1241298] Re: package ntp 1:4.2.6.p5+dfsg-3ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2015-02-03 Thread Christopher
Mine is related to bug 1385817

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

Title:
  package ntp 1:4.2.6.p5+dfsg-3ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1241298/+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 1414126] Re: package samba 2:4.1.11+dfsg-1ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-02-03 Thread Christopher
Mine is related to bug 1385817

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

Title:
  package samba 2:4.1.11+dfsg-1ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1414126/+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 1414126] Re: package samba 2:4.1.11+dfsg-1ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-02-03 Thread Christopher
Mine is related to bug 1385817

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

Title:
  package samba 2:4.1.11+dfsg-1ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1414126/+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 1400669] Re: package spamassassin 3.4.0-3ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-02-03 Thread Christopher
Mine is related to bug 1385817.

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

Title:
  package spamassassin 3.4.0-3ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/spamassassin/+bug/1400669/+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 252245] Re: unable to connect to windows network pc's

2014-12-12 Thread Christopher M. Penalver
James Walters, this phenomenon is verified in Trusty attempting to
discover a Windows 7 share with Nautilus via a WiFi router connection.
Strangely enough, if I spun up a Vista virtual local to the Trusty
install (which uses a virtual switch, not a router) I could see its
share by hostname with no modification.

What allowed me to see the Windows share over WiFi:
sudo nano /etc/nsswitch.conf
hosts: files wins

Restarted and now the Windows 7 share is discoverable via hostname in
Nautilus.

Thank you for reporting this to Ubuntu. Please feel free to report any
future bugs you may find.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

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

** Summary changed:

- unable to connect to windows network pc's
+ Unable to see Windows share hostnames in Nautilus

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

Title:
  Unable to see Windows share hostnames in Nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/252245/+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 252245] Re: Unable to see Windows share hostnames in Nautilus when on WiFi

2014-12-12 Thread Christopher M. Penalver
** Summary changed:

- Unable to see Windows share hostnames in Nautilus
+ Unable to see Windows share hostnames in Nautilus when on WiFi

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

Title:
  Unable to see Windows share hostnames in Nautilus when on WiFi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/252245/+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 1401055] [NEW] package libbind9-90 (not installed) failed to install/upgrade: trying to overwrite '/usr/share/doc/libbind9-90/copyright', which is also in package libdebconfclient0:amd64 0.187ubu

2014-12-10 Thread Christopher Charles Erswell
Public bug reported:

Pronlem installing  Ubuntu updates

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libbind9-90 (not installed)
ProcVersionSignature: Ubuntu 3.13.0-34.60-lowlatency 3.13.11.4
Uname: Linux 3.13.0-34-lowlatency x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Wed Dec 10 10:10:33 2014
DuplicateSignature: package:libbind9-90:(not installed):trying to overwrite 
'/usr/share/doc/libbind9-90/copyright', which is also in package 
libdebconfclient0:amd64 0.187ubuntu1
ErrorMessage: trying to overwrite '/usr/share/doc/libbind9-90/copyright', which 
is also in package libdebconfclient0:amd64 0.187ubuntu1
InstallationDate: Installed on 2014-08-09 (122 days ago)
InstallationMedia: Ubuntu-Studio 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.1)
SourcePackage: bind9
Title: package libbind9-90 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/doc/libbind9-90/copyright', which is also in package 
libdebconfclient0:amd64 0.187ubuntu1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check package-conflict trusty

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

Title:
  package libbind9-90 (not installed) failed to install/upgrade: trying
  to overwrite '/usr/share/doc/libbind9-90/copyright', which is also in
  package libdebconfclient0:amd64 0.187ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1401055/+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 1397030] Re: package clamav-freshclam 0.98.5+dfsg-0ubuntu0.14.10.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-12-09 Thread Christopher
*** This bug is a duplicate of bug 1397065 ***
https://bugs.launchpad.net/bugs/1397065

** This bug has been marked a duplicate of bug 1397065
   package dbus 1.8.8-1ubuntu2.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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

Title:
  package clamav-freshclam 0.98.5+dfsg-0ubuntu0.14.10.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1397030/+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 837615] Re: Screensaver sometimes hangs while trying to log back in

2014-12-05 Thread Christopher M. Penalver
Chris Wilson, thank you for reporting this bug to Ubuntu. Natty reached EOL on 
October 28, 2012.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this reproducible in the latest release of Ubuntu via
http://cdimage.ubuntu.com/daily-live/current/ ?

If so, please execute the following via a terminal in order for the necessary 
debugging information to be attached:
apport-collect 837615

** This bug is no longer a duplicate of bug 637109
   screen saver kicks in after hibernate and wont go off

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

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

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

Title:
  Screensaver sometimes hangs while trying to log back in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/837615/+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 637109] Re: screen saver kicks in after hibernate and wont go off

2014-12-05 Thread Christopher M. Penalver
wolwerine, thank you for reporting this bug to Ubuntu. Lucid Desktop reached 
EOL on May 9, 2013.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this reproducible in the latest release of Ubuntu via
http://cdimage.ubuntu.com/daily-live/current/ ?

If so, please execute the following via a terminal in order for the necessary 
debugging information to be attached:
apport-collect 637109

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  screen saver kicks in after hibernate and wont go off

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/637109/+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 640066] Re: Dell mini 10 doesn't wake up from suspend (powered standby)

2014-12-05 Thread Christopher M. Penalver
Štefan Baebler, this bug report is being closed due to your last comment
https://bugs.launchpad.net/ubuntu/+source/pm-
utils/+bug/640066/comments/15 regarding this being fixed with an update.
For future reference you can manage the status of your own bugs by
clicking on the current status in the yellow line and then choosing a
new status in the revealed drop down box. You can learn more about bug
statuses at https://wiki.ubuntu.com/Bugs/Status. Thank you again for
taking the time to report this bug and helping to make Ubuntu better.
Please submit any future bugs you may find.

** Changed in: pm-utils (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  Dell mini 10 doesn't wake up from suspend (powered standby)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/640066/+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 637942] Re: 10.10 - many times logs out instead of shutting down

2014-12-05 Thread Christopher M. Penalver
Xavier Lucas, thank you for reporting this bug to Ubuntu. Maverick reached EOL 
on April 10, 2012.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this reproducible in the latest release of Ubuntu via
http://cdimage.ubuntu.com/daily-live/current/ ?

If so, please execute the following via a terminal in order for the necessary 
debugging information to be attached:
apport-collect 637942

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Medium = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

** Attachment removed: gpm.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/637942/+attachment/1728353/+files/gpm.log

** Attachment removed: gpm.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/637942/+attachment/1729311/+files/gpm.log

** Attachment removed: gpm.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/637942/+attachment/1731383/+files/gpm.log

** Attachment removed: gpm.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/637942/+attachment/1885529/+files/gpm.log

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

Title:
  10.10 - many times logs out instead of shutting down

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/637942/+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 654870] Re: Sony Vaio NW series fails to suspend in maverick

2014-12-05 Thread Christopher M. Penalver
Dimitris Kalamaras, thank you for reporting this bug to Ubuntu. Maverick 
reached EOL on April 10, 2012.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this reproducible in the latest release of Ubuntu via
http://cdimage.ubuntu.com/daily-live/current/ ?

If so, please execute the following via a terminal in order for the necessary 
debugging information to be attached:
apport-collect 654870

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

** Attachment removed: dmesg
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/654870/+attachment/1675972/+files/dmesg

** Attachment removed: pm-suspend.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/654870/+attachment/1675973/+files/pm-suspend.log

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

Title:
  Sony Vaio NW series fails to suspend in maverick

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/654870/+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 658964] Re: No Fan after resume from suspend to RAM (lucid)

2014-12-05 Thread Christopher M. Penalver
Dr Ew, thank you for reporting this bug to Ubuntu. Lucid Desktop reached EOL on 
May 9, 2013.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this reproducible in the latest release of Ubuntu via
http://cdimage.ubuntu.com/daily-live/current/ ?

If so, please execute the following via a terminal in order for the necessary 
debugging information to be attached:
apport-collect 658964

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  No Fan after resume from suspend to RAM (lucid)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/658964/+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 668777] Re: system freeze on suspend/hibernate (Toshiba Satellite M500)

2014-12-05 Thread Christopher M. Penalver
olegio, thank you for reporting this bug to Ubuntu. Maverick reached EOL on 
April 10, 2012.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this reproducible in the latest release of Ubuntu via
http://cdimage.ubuntu.com/daily-live/current/ ?

If so, please execute the following via a terminal in order for the necessary 
debugging information to be attached:
apport-collect 668777

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  system freeze on suspend/hibernate (Toshiba Satellite M500)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/668777/+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 762440] Re: Resume from suspend fails on HP DV7 laptop

2014-12-05 Thread Christopher M. Penalver
b00m_chef, thank you for reporting this bug to Ubuntu. Maverick reached EOL on 
April 10, 2012.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this reproducible in the latest release of Ubuntu via
http://cdimage.ubuntu.com/daily-live/current/ ?

If so, please execute the following via a terminal in order for the necessary 
debugging information to be attached:
apport-collect 762440

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Resume from suspend fails on HP DV7 laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/762440/+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 781977] Re: Suspend only works once, fails second time

2014-12-05 Thread Christopher M. Penalver
Sascha, thank you for reporting this bug to Ubuntu. Natty reached EOL on 
October 28, 2012.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this reproducible in the latest release of Ubuntu via
http://cdimage.ubuntu.com/daily-live/current/ ?

If so, please execute the following via a terminal in order for the necessary 
debugging information to be attached:
apport-collect 781977

** Attachment removed: dmesg_standby.txt
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/781977/+attachment/2416417/+files/dmesg_standby.txt

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Suspend only works once, fails second time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/781977/+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 796015] Re: After suspend to ram and resume choppy video playback

2014-12-05 Thread Christopher M. Penalver
tomaskCZ, thank you for reporting this bug to Ubuntu. Natty reached EOL on 
October 28, 2012.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this reproducible in the latest release of Ubuntu via
http://cdimage.ubuntu.com/daily-live/current/ ?

If so, please execute the following via a terminal in order for the necessary 
debugging information to be attached:
apport-collect 796015

** Changed in: pm-utils (Ubuntu)
   Importance: Undecided = Low

** Changed in: pm-utils (Ubuntu)
   Status: Confirmed = Incomplete

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

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

Title:
  After suspend to ram and resume choppy video playback

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/796015/+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 870069] Re: system testing test fails

2014-12-05 Thread Christopher M. Penalver
IKT, thank you for reporting this bug to Ubuntu. Oneiric reached EOL on May 9, 
2013.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this reproducible in the latest release of Ubuntu via
http://cdimage.ubuntu.com/daily-live/current/ ?

If so, please execute the following via a terminal in order for the necessary 
debugging information to be attached:
apport-collect 870069

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  system testing  test fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/870069/+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 830267] Re: Hibernation fails with not enough free memory error

2014-12-05 Thread Christopher M. Penalver
Rüdiger Kupper, thank you for reporting this bug to Ubuntu. Natty reached EOL 
on October 28, 2012.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this reproducible in the latest release of Ubuntu via
http://cdimage.ubuntu.com/daily-live/current/ ?

If so, please execute the following via a terminal in order for the necessary 
debugging information to be attached:
apport-collect 830267

** Attachment removed: meminfo.log
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/830267/+attachment/2732940/+files/meminfo.log

** Attachment removed: syslog_snippet.log
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/830267/+attachment/3035281/+files/syslog_snippet.log

** Attachment removed: syslog_snippet_verbose..log
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/830267/+attachment/3070060/+files/syslog_snippet_verbose..log

** Attachment removed: syslog-hibernate-problem.log
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/830267/+attachment/3138607/+files/syslog-hibernate-problem.log

** Attachment removed: /proc/cpuinfo, /proc/meminfo
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/830267/+attachment/3413409/+files/info.log

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Hibernation fails with not enough free memory error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/830267/+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 801106] Re: Fn-key setting reset after resume of Thinkpad Edge E220S

2014-12-05 Thread Christopher M. Penalver
Chow Loong Lin, thank you for reporting this bug to Ubuntu. Natty reached EOL 
on October 28, 2012.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this reproducible in the latest release of Ubuntu via
http://cdimage.ubuntu.com/daily-live/current/ ?

If so, please execute the following via a terminal in order for the necessary 
debugging information to be attached:
apport-collect 801106

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Fn-key setting reset after resume of Thinkpad Edge E220S

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801106/+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 875546] Re: Unable to wake from suspend to RAM

2014-12-05 Thread Christopher M. Penalver
Sunny, thank you for reporting this bug to Ubuntu. Oneiric reached EOL on May 
9, 2013.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this reproducible in the latest release of Ubuntu via
http://cdimage.ubuntu.com/daily-live/current/ ?

If so, please execute the following via a terminal in order for the necessary 
debugging information to be attached:
apport-collect 875546

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Unable to wake from suspend to RAM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/875546/+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 817839] Re: Lubuntu suspend doesn't work

2014-12-05 Thread Christopher M. Penalver
cariboo907, thank you for reporting this bug to Ubuntu. Natty reached EOL on 
October 28, 2012.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this reproducible in the latest release of Ubuntu via
http://cdimage.ubuntu.com/daily-live/current/ ?

If so, please execute the following via a terminal in order for the necessary 
debugging information to be attached:
apport-collect 817839

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Lubuntu suspend doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/817839/+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 881043] Re: Dell inspiron duo crahses when plugging or unplugging the power adapter

2014-12-05 Thread Christopher M. Penalver
emarco, thank you for reporting this bug to Ubuntu. Oneiric reached EOL on May 
9, 2013.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this reproducible in the latest release of Ubuntu via
http://cdimage.ubuntu.com/daily-live/current/ ?

If so, please execute the following via a terminal in order for the necessary 
debugging information to be attached:
apport-collect 881043

** No longer affects: pm-utils (Ubuntu)

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

** Project changed: pm-utils = linux

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

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Dell inspiron duo crahses when plugging or unplugging the power
  adapter

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/881043/+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 896593] Re: pm-hibernate doesn't hibernate; instead it shows Read-error on swap-device (xxxxxxx)

2014-12-05 Thread Christopher M. Penalver
Ernestas, thank you for reporting this bug to Ubuntu. Oneiric reached EOL on 
May 9, 2013.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this reproducible in the latest release of Ubuntu via
http://cdimage.ubuntu.com/daily-live/current/ ?

If so, please execute the following via a terminal in order for the necessary 
debugging information to be attached:
apport-collect 896593

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  pm-hibernate doesn't hibernate; instead it shows Read-error on swap-
  device (xxx)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/896593/+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 880579] Re: fn keys reversed and touchpad not working on thinkpad x121e after awaking from sleep

2014-12-05 Thread Christopher M. Penalver
Johannes Knaus, thank you for reporting this bug to Ubuntu. Oneiric reached EOL 
on May 9, 2013.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this reproducible in the latest release of Ubuntu via
http://cdimage.ubuntu.com/daily-live/current/ ?

If so, please execute the following via a terminal in order for the necessary 
debugging information to be attached:
apport-collect 880579

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  fn keys reversed and touchpad not working on thinkpad x121e after
  awaking from sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/880579/+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 908904] Re: computer freeze while on baterry power, not freeze while on power cable connected

2014-12-05 Thread Christopher M. Penalver
skumara, thank you for reporting this bug to Ubuntu. Oneiric reached EOL on May 
9, 2013.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this reproducible in the latest release of Ubuntu via
http://cdimage.ubuntu.com/daily-live/current/ ?

If so, please execute the following via a terminal in order for the necessary 
debugging information to be attached:
apport-collect 908904

** This bug is no longer a duplicate of bug 719152
   Laptop (amd fusion based) freezes when running on battery power

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

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

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

Title:
  computer freeze while on baterry power, not freeze while on power
  cable connected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/908904/+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 391788] Re: hibernate failure after update

2014-12-05 Thread Christopher M. Penalver
As per https://bugs.launchpad.net/ubuntu/+source/pm-
utils/+bug/391788/comments/1 .

** Changed in: pm-utils (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  hibernate failure after update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/391788/+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 719152] Re: Laptop (amd fusion based) freezes when running on battery power

2014-12-05 Thread Christopher M. Penalver
Konstantin Begidzhanov, thank you for reporting this bug to Ubuntu. Maverick 
reached EOL on April 10, 2012.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this reproducible in the latest release of Ubuntu via
http://cdimage.ubuntu.com/daily-live/current/ ?

If so, please execute the following via a terminal in order for the necessary 
debugging information to be attached:
apport-collect 719152

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Laptop (amd fusion based) freezes when running on battery power

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/719152/+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 902669] Re: suspend and resume not works correctly

2014-12-05 Thread Christopher M. Penalver
simon, please execute the following command, as it will automatically gather 
debugging information, in a terminal:
apport-collect 902669

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  suspend and resume not works correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/902669/+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 909330] Re: Automatic System Testing is unable to perform suspend test

2014-12-05 Thread Christopher M. Penalver
Johannes Postler, please execute the following command, as it will 
automatically gather debugging information, in a terminal:
apport-collect 909330

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Automatic System Testing is unable to perform suspend test

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/909330/+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 910225] Re: Suspend/resume test from System testing does not start

2014-12-05 Thread Christopher M. Penalver
Márton Németh, thank you for reporting this bug to Ubuntu. Oneiric reached EOL 
on May 9, 2013.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this reproducible in the latest release of Ubuntu via
http://cdimage.ubuntu.com/daily-live/current/ ?

If so, please execute the following via a terminal in order for the necessary 
debugging information to be attached:
apport-collect 910225

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Suspend/resume test from System testing does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/910225/+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 992612] Re: laptop not going to suspend when lid is closed

2014-12-05 Thread Christopher M. Penalver
ignazio butero, could you please execute the following via a terminal in order 
for the necessary debugging information to be attached:
apport-collect 992612

** This bug is no longer a duplicate of bug 913091
   suspend when closing laptop-lid dosen't work

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  laptop not going to suspend when lid is closed

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


  1   2   3   4   >