[Bug 1745129] Re: DNS for security.ubuntu.com and archive.ubuntu.com resolves to IP address that gives 404 when installing packages.

2018-01-30 Thread Jacek Nykis
Hello,

Thank you for the report.

Browsing to IP addresses directly does not work because of virtual hosting:
https://en.wikipedia.org/wiki/Virtual_hosting

Virtual hosting requires the "Host" header. You can see that this request 
returns 404:
$ curl http://91.189.88.152/ubuntu/

but if I send the header it works fine:
$ curl -H "Host: security.ubuntu.com" http://91.189.88.152/ubuntu/

It's hard to say for sure what's causing the problem but my guess would
be lack of "apt update" before "apt install".

Can I also suggest that you reach out to the docker community for help?
As far as I can see security.ubuntu.com servers are working as expected.

I will mark this bug as invalid but if I got something wrong please
reopen.

** Changed in: ubuntu
   Status: New => Invalid

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

Title:
  DNS for security.ubuntu.com and archive.ubuntu.com resolves to IP
  address that gives 404 when installing packages.

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

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

[Bug 1736742] Re: New Prometheus-openstack-exporter snap refresh breaks exporter

2017-12-12 Thread Jacek Nykis
** Summary changed:

- New Prometheus snap refresh breaks exporter
+ New Prometheus-openstack-exporter snap refresh breaks exporter

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

Title:
  New Prometheus-openstack-exporter snap refresh breaks exporter

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/prometheus-node-exporter/+bug/1736742/+subscriptions

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

[Bug 1717900] [NEW] Confined snap fail for user with homedir in /var/lib

2017-09-18 Thread Jacek Nykis
Public bug reported:

I'm trying to use docker snap with jenkins:
$ snap list docker
NameVersion   Rev  Developer   Notes
docker  17.06.0-ce-1  155  docker-inc  -

but it won't for for the jenkins user:
$ docker help
cannot create user data directory: /var/lib/jenkins/snap/docker/155: Permission 
denied

It's probably to do with the fact that the jenkins' home directory is
not in /home

On the same system "snap help" as ubuntu or root work just fine.

$ dpkg -l|grep snapd
ii  snapd 2.27.5  amd64  Tool to interact with Ubuntu Core 
Snappy.
ii  ubuntu-core-launcher  2.27.5  amd64  Transitional package for snapd

$ snap version
snap2.27.6
snapd   2.27.6
series  16
ubuntu  16.04
kernel  4.4.0-93-generic

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

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

Title:
  Confined snap fail for user with homedir in /var/lib

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

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

[Bug 1667016] Re: tcpdump in lxd container: apparmor blocks writing to stdout/stderr

2017-09-15 Thread Jacek Nykis
** Tags added: canonical-bootstack

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

Title:
  tcpdump in lxd container: apparmor blocks writing to stdout/stderr

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

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

[Bug 1699768] Re: "snap set" causes snapd crash

2017-09-05 Thread Jacek Nykis
I run my tests again today (5th September 2017) and can confirm that
everything works as expected on xenial now. Thank you!

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

Title:
  "snap set" causes snapd crash

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

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

[Bug 1709536] Re: snapd 2.26.14 on ubuntu-core won't start in containers anymore

2017-08-31 Thread Jacek Nykis
Is there any workaround available other than switching to privileged
containers?

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

Title:
  snapd 2.26.14 on ubuntu-core won't start in containers anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/layer-snap/+bug/1709536/+subscriptions

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


[Bug 1611078] Re: Support snaps inside of lxd containers

2017-08-30 Thread Jacek Nykis
I am still unable to run snaps inside lxd containers. I've just tested
on an Ubuntu 16.04.3 LTS host:

$ uname -a
Linux hp 4.10.0-33-generic #37~16.04.1-Ubuntu SMP Fri Aug 11 14:07:24 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux
$ lxc version
2.0.10
$ lxc launch  ubuntu:16.04 test
Creating test
Starting test 
$ lxc exec test -- apt update

$ lxc exec test -- apt dist-upgrade -y

$ lxc exec test -- apt install squashfuse -y

$ lxc exec test -- snap install hello
error: cannot communicate with server: Post http://localhost/v2/snaps/hello: 
dial unix /run/snapd.socket: connect: connection refused
$ lxc exec test -- systemctl status snapd
● snapd.service - Snappy daemon
   Loaded: loaded (/lib/systemd/system/snapd.service; enabled; vendor preset: 
enabled)
   Active: inactive (dead) (Result: exit-code) since Wed 2017-08-30 22:39:39 
UTC; 35s ago
 Main PID: 2017 (code=exited, status=201/NICE)

Aug 30 22:39:39 test systemd[1]: snapd.service: Unit entered failed state.
Aug 30 22:39:39 test systemd[1]: snapd.service: Failed with result 'exit-code'.
Aug 30 22:39:39 test systemd[1]: snapd.service: Service hold-off time over, 
scheduling restart.
Aug 30 22:39:39 test systemd[1]: Stopped Snappy daemon.
Aug 30 22:39:39 test systemd[1]: snapd.service: Start request repeated too 
quickly.
Aug 30 22:39:39 test systemd[1]: Failed to start Snappy daemon.
$ lxc exec test -- snap version
snap2.26.10
snapd   unavailable
series  -
$

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

Title:
  Support snaps inside of lxd containers

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

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

[Bug 1699768] Re: "snap set" causes snapd crash

2017-08-29 Thread Jacek Nykis
I have just tested on xenial and the fix never made it there:

# apt-cache policy snapd
snapd:
  Installed: 2.26.10
  Candidate: 2.26.10
  Version table:
 *** 2.26.10 500
500 http://prodstack-zone-2.clouds.archive.ubuntu.com/ubuntu 
xenial-updates/main amd64 Packages
100 /var/lib/dpkg/status
 2.0.2 500
500 http://prodstack-zone-2.clouds.archive.ubuntu.com/ubuntu 
xenial/main amd64 Packages

Since xenial is our current LTS release could we get this bugfix
backported?

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

** Also affects: snapd (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: snapd (Ubuntu Xenial)
   Importance: Undecided => High

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

Title:
  "snap set" causes snapd crash

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

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


[Bug 1698712] Re: stale dnsmasq pid file causes network start failure

2017-06-19 Thread Jacek Nykis
** Changed in: lxd (Ubuntu)
   Status: Incomplete => New

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

Title:
  stale dnsmasq pid file causes network start failure

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

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


[Bug 1575129] Re: snapd installs files in /etc which break bzr (via etckeeper)

2017-01-27 Thread Jacek Nykis
It may be something that's best fixed in bzr, see LP1035045

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

Title:
  snapd installs files in /etc which break bzr (via etckeeper)

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

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


[Bug 1651426] [NEW] sudo lxd init user experience is poor

2016-12-20 Thread Jacek Nykis
Public bug reported:

I run "sudo lxd init" and noticed that:
* once you enter network setup there is no way out. Even Ctrl+C just takes you 
to the next page, presumably accepting default values and/or resulting in 
broken config
* network config wants me to enter "IPv4 address". It's unclear what this IP 
is. Is it just bad wording and it should say "Network address" instead?
* First and Last DHCP address dialogs insist on using autodetected (and 
incorrect in my case) subnet. They should default to using subnet configured in 
the first 2 dialog windows
* it's very unclear what "Max number of DHCP clients" will do, especially right 
after asking for first and lat DHCP IP address

lxd 2.0.8-0ubuntu1~ubuntu16.04.2
Ubuntu 16.04.1 LTS

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

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

Title:
  sudo lxd init user experience is poor

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

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


[Bug 1622782] Re: 'snap install' return code unhelpful

2016-11-17 Thread Jacek Nykis
One important note - exit code 1 is still error so your PR:
https://github.com/snapcore/snapd/pull/2292

does not address root cause.

It will allow for another way to detect "snap already installed" failure (using 
exit code rather than string) but calls like this will still cause traceback:
subprocess.check_call(["snap", "insatll", "snapname"])

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

Title:
  'snap install' return code unhelpful

To manage notifications about this bug go to:
https://bugs.launchpad.net/layer-snap/+bug/1622782/+subscriptions

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


[Bug 1583494] [NEW] Bogus fatal error during charm build

2016-05-19 Thread Jacek Nykis
Public bug reported:

I was building a charm from a layer that is bazaar repo. It printed very
worrying "fatal" message:

$ charm build

fatal: Not a git repository (or any of the parent directories): .git

But it actually built the charm completely fine.

Can this unnecessary error be removed? bazaar layers work just fine so
there is no need to scare users


Ubuntu 16.04 LTS
$ apt-cache policy charm
charm:
  Installed: 2.1.1-0ubuntu1
  Candidate: 2.1.1-0ubuntu1
  Version table:
 *** 2.1.1-0ubuntu1 500
500 http://gb.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
100 /var/lib/dpkg/status

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

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

Title:
  Bogus fatal error during charm build

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

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


[Bug 1505473] Re: pollen does not start on boot

2016-02-17 Thread Jacek Nykis
I tested using -proposed and I can confirm that version 4.11-0ubuntu1.1
fixed the problem.

** 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 the bug report.
https://bugs.launchpad.net/bugs/1505473

Title:
  pollen does not start on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pollen/+bug/1505473/+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 1505473] Re: pollen does not start on boot

2016-02-17 Thread Jacek Nykis
I tested using -proposed and I can confirm that version 4.11-0ubuntu1.1
fixed the problem.

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

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

Title:
  pollen does not start on boot

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

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


[Bug 1505473] Re: pollen does not start on boot

2015-10-20 Thread Jacek Nykis
I verified the package and the problem is definitely there so anybody
running private (or public) pollen server on trusty will be affected.

** Changed in: pollen (Ubuntu Trusty)
   Status: Won't Fix => Triaged

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

Title:
  pollen does not start on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pollen/+bug/1505473/+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 1505473] Re: pollen does not start on boot

2015-10-20 Thread Jacek Nykis
I verified the package and the problem is definitely there so anybody
running private (or public) pollen server on trusty will be affected.

** Changed in: pollen (Ubuntu Trusty)
   Status: Won't Fix => Triaged

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

Title:
  pollen does not start on boot

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

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


[Bug 1494837] [NEW] check_pollen is broken

2015-09-11 Thread Jacek Nykis
Public bug reported:

Nagios check shipped with the pollen package is broken, it complains
that "pollen server did not properly log the test request [0]" but
/var/log/syslog looks fine

I'm quite sure it's this part that is broken:

md5sum1=$(grep pollen /var/log/syslog /var/log/pollen/pollen.log 2>/dev/null || 
true | md5sum)
pollinate -t -i -s localhost -b -d - >"$TMPDIR/out" 2>"$TMPDIR/err" && RC=0 || 
RC=$?
md5sum2=$(grep pollen /var/log/syslog /var/log/pollen/pollen.log 2>/dev/null || 
true | md5sum)

Above lines are searching for "pollen" string but should use "pollinate"
instead.

Pollen 4.14-0ubuntu1

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

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

Title:
  check_pollen is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pollen/+bug/1494837/+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 1494837] [NEW] check_pollen is broken

2015-09-11 Thread Jacek Nykis
Public bug reported:

Nagios check shipped with the pollen package is broken, it complains
that "pollen server did not properly log the test request [0]" but
/var/log/syslog looks fine

I'm quite sure it's this part that is broken:

md5sum1=$(grep pollen /var/log/syslog /var/log/pollen/pollen.log 2>/dev/null || 
true | md5sum)
pollinate -t -i -s localhost -b -d - >"$TMPDIR/out" 2>"$TMPDIR/err" && RC=0 || 
RC=$?
md5sum2=$(grep pollen /var/log/syslog /var/log/pollen/pollen.log 2>/dev/null || 
true | md5sum)

Above lines are searching for "pollen" string but should use "pollinate"
instead.

Pollen 4.14-0ubuntu1

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

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

Title:
  check_pollen is broken

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

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


[Bug 1449096] [NEW] Block migrate can cause data loss

2015-04-27 Thread Jacek Nykis
Public bug reported:

In LP1398999 it was discovered that live block migration can cause data
corruption.

Upstream Icehouse is nearly out of support and will not be getting
workaround but Icehouse in Ubuntu 14.04 has 4 more years support.

Could we have the workaround in 14.04 LTS nova?

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

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

Title:
  Block migrate can cause data loss

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

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


[Bug 1449096] [NEW] Block migrate can cause data loss

2015-04-27 Thread Jacek Nykis
Public bug reported:

In LP1398999 it was discovered that live block migration can cause data
corruption.

Upstream Icehouse is nearly out of support and will not be getting
workaround but Icehouse in Ubuntu 14.04 has 4 more years support.

Could we have the workaround in 14.04 LTS nova?

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

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

Title:
  Block migrate can cause data loss

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1449096/+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 1416039] [NEW] Broken apparmor profile

2015-01-29 Thread Jacek Nykis
Public bug reported:

I enabled apparmor profile for squid3 by removing symlink in
/etc/apparmor.d/disable

This broke squid, even squid3 -z was failing with:
assertion failed: Kid.cc:39: cpid  0

and I saw the following apparmor message:
apparmor=DENIED operation=exec profile=/usr/sbin/squid3 
name=/usr/sbin/squid3 pid=23413 comm=squid3 requested_mask=x 
denied_mask=x fsuid=0 ouid=0

This can be worked around by adding the following line to 
/etc/apparmor.d/usr.sbin.squid3:
/usr/sbin/squid3 ix,

** Affects: squid3 (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

Title:
  Broken apparmor profile

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

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


[Bug 1416039] [NEW] Broken apparmor profile

2015-01-29 Thread Jacek Nykis
Public bug reported:

I enabled apparmor profile for squid3 by removing symlink in
/etc/apparmor.d/disable

This broke squid, even squid3 -z was failing with:
assertion failed: Kid.cc:39: cpid  0

and I saw the following apparmor message:
apparmor=DENIED operation=exec profile=/usr/sbin/squid3 
name=/usr/sbin/squid3 pid=23413 comm=squid3 requested_mask=x 
denied_mask=x fsuid=0 ouid=0

This can be worked around by adding the following line to 
/etc/apparmor.d/usr.sbin.squid3:
/usr/sbin/squid3 ix,

** Affects: squid3 (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

Title:
  Broken apparmor profile

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1416039/+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 1401084] [NEW] Missing rules in php5 abstraction

2014-12-10 Thread Jacek Nykis
Public bug reported:

I am using apache mod_apparmor with a wordpress blog. In my rules I have:
#include abstractions/php5

But this did not allow all access that was needed:
apparmor=DENIED operation=file_lock 
profile=/usr/sbin/apache2//myvhost.example.com name=/tmp/.ZendSem.Y5Ghmr 
pid=21874 comm=apache2 requested_mask=k denied_mask=k fsuid=33 ouid=0
apparmor=DENIED operation=file_lock 
profile=/usr/sbin/apache2//myvhost.example.com name=/tmp/.ZendSem.Y5Ghmr 
pid=21874 comm=apache2 requested_mask=wk denied_mask=wk fsuid=33 ouid=0

This access seems to be needed by opcache module, I found some info about it 
here:
https://lists.ubuntu.com/archives/apparmor/2014-June/005879.html

Ubuntu 14.04.1
apparmor 2.8.95~2430-0ubuntu5.1

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

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

Title:
  Missing rules in php5 abstraction

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

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


[Bug 1284043] Re: udev renaming the same hardware network i/f to different name, breaks networking and firewall

2014-05-29 Thread Jacek Nykis
Jorge,

Confirmed, your package fixed the bug for me as well.

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

Title:
  udev renaming the same hardware network i/f to different name, breaks
  networking and firewall

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

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


[Bug 1284043] Re: udev renaming the same hardware network i/f to different name, breaks networking and firewall

2014-05-23 Thread Jacek Nykis
Could this be a race condition?

# biosdevname -i em1
em1
# biosdevname -i em2
em3
# biosdevname -i em3
em4
# biosdevname -i rename3
em2

# lshw -businfo -C network
Bus info  Device  Class  Description

pci@:03:00.0  em1 networkNetXtreme II BCM5709 Gigabit Ethernet
pci@:03:00.1  rename3 networkNetXtreme II BCM5709 Gigabit Ethernet
pci@:04:00.0  em2 networkNetXtreme II BCM5709 Gigabit Ethernet
pci@:04:00.1  em3 networkNetXtreme II BCM5709 Gigabit Ethernet

Not sure if relevant but the server in HP ProLiant DL380 G7

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

Title:
  udev renaming the same hardware network i/f to different name, breaks
  networking and firewall

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

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


[Bug 1293740] [NEW] Shaded windows minimized automatically

2014-03-17 Thread Jacek Nykis
Public bug reported:

In Trusty when I shade a window (Ctrl+Alt+S) it is minimised automatically 
leaving. Also when this happens some parts of window decorations are left 
behind:
http://ubuntuone.com/2qVH1XhCsiFlcpEghR2tOZ

When I unmimize the window it comes back but is unshaded automatically.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: compiz 1:0.9.11+14.04.20140310-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
Uname: Linux 3.13.0-17-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Mon Mar 17 18:26:25 2014
DistUpgraded: 2014-02-26 17:15:16,436 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:21fb]
InstallationDate: Installed on 2013-01-19 (422 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MachineType: LENOVO 2353CTO
PackageArchitecture: all
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-17-generic 
root=UUID=9289c9c2-ad67-4c68-91d3-576657a988e1 ro quiet splash vt.handoff=7
SourcePackage: compiz
UpgradeStatus: Upgraded to trusty on 2014-02-26 (19 days ago)
dmi.bios.date: 11/12/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: G7ET63WW (2.05 )
dmi.board.asset.tag: Not Available
dmi.board.name: 2353CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrG7ET63WW(2.05):bd11/12/2012:svnLENOVO:pn2353CTO:pvrThinkPadT430s:rvnLENOVO:rn2353CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 2353CTO
dmi.product.version: ThinkPad T430s
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.11+14.04.20140310-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-1ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Mon Mar 17 09:01:02 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id8510 
 vendor AUO
xserver.version: 2:1.15.0-1ubuntu7

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


** Tags: amd64 apport-bug compiz-0.9 trusty ubuntu

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

Title:
  Shaded windows minimized automatically

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

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


[Bug 1173582] Re: File menu is not aligned properly

2014-03-17 Thread Jacek Nykis
This bug is no longer present in Trusty

** Changed in: focuswriter (Ubuntu)
   Status: New = Fix Released

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

Title:
  File menu is not aligned properly

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

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


[Bug 1099952] Re: gnome terminal resizes on alt-tab

2014-03-17 Thread Jacek Nykis
This is no longer the case in Trusty

** Changed in: compiz
   Status: New = Fix Released

** Changed in: compiz (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  gnome terminal resizes on alt-tab

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

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


[Bug 1226191] Re: Brightness Control regression in 3.11 on Thinkpad X230

2013-09-27 Thread Jacek Nykis
This also affects ThinkPad T430s but is even more visible.
On kernel 3.8 I have 10 levels of brightness available when using function keys.
On 3.11 I can only get 4 levels when using function keys but indicator has 17 
steps (so most key presses only result in indicator change and no brightness 
change).

I found workaround in a similar bug #1098216 
(https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1098216/comments/114):
sudo sh -c 'echo -n 0  /sys/module/video/parameters/brightness_switch_enabled'

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

Title:
  Brightness Control regression in 3.11 on Thinkpad X230

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

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


[Bug 1157304] Re: Unable to move dialog window

2013-09-24 Thread Jacek Nykis
** Tags added: saucy

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

Title:
  Unable to move dialog window

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

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


[Bug 1222096] Re: Software Updater popup displays every hour

2013-09-23 Thread Jacek Nykis
$ gsettings list-recursively com.ubuntu.update-notifier
com.ubuntu.update-notifier auto-launch true
com.ubuntu.update-notifier end-system-uids 500
com.ubuntu.update-notifier hide-reboot-notification false
com.ubuntu.update-notifier no-show-notifications false
com.ubuntu.update-notifier regular-auto-launch-interval 0
com.ubuntu.update-notifier release-check-time uint32 1379922384
com.ubuntu.update-notifier show-apport-crashes true

In my case pop up appears only few times per day not every hour.

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

Title:
  Software Updater popup displays every hour

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

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


[Bug 1197018] [NEW] bacula-dir.conf does not use random password

2013-07-02 Thread Jacek Nykis
*** This bug is a security vulnerability ***

Private security bug reported:

During installation bacula creates /etc/bacula/common_default_passwords and 
uses this passwords in /etc/bacula/bacula-{sd,fd,dir}.conf files.
However DIRPASSWD from common_default_passwords does not match one in 
bacula-dir.conf, instead hardcoded value is used.
 
I installed bacula on 2 different systems and in both cases passwords in 
common_default_passwords were random and unique but bacula-dir.conf Director 
password was the same on both systems.

Ubuntu 12.04.2 LTS

bacula:
  Installed: 5.2.5-0ubuntu6.2
  Candidate: 5.2.5-0ubuntu6.2
  Version table:
 *** 5.2.5-0ubuntu6.2 0
500 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 5.2.5-0ubuntu6 0
500 http://gb.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

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


** Tags: precise

** Information type changed from Public to Private Security

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

Title:
  bacula-dir.conf does not use random password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1197018/+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 1197018] [NEW] bacula-dir.conf does not use random password

2013-07-02 Thread Jacek Nykis
*** This bug is a security vulnerability ***

Private security bug reported:

During installation bacula creates /etc/bacula/common_default_passwords and 
uses this passwords in /etc/bacula/bacula-{sd,fd,dir}.conf files.
However DIRPASSWD from common_default_passwords does not match one in 
bacula-dir.conf, instead hardcoded value is used.
 
I installed bacula on 2 different systems and in both cases passwords in 
common_default_passwords were random and unique but bacula-dir.conf Director 
password was the same on both systems.

Ubuntu 12.04.2 LTS

bacula:
  Installed: 5.2.5-0ubuntu6.2
  Candidate: 5.2.5-0ubuntu6.2
  Version table:
 *** 5.2.5-0ubuntu6.2 0
500 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 5.2.5-0ubuntu6 0
500 http://gb.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

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


** Tags: precise

** Information type changed from Public to Private Security

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

Title:
  bacula-dir.conf does not use random password

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

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


[Bug 1004606] Re: virsh create-snapshot fails to create external snapshot (blockdev-snapshot-sync fails in json monitor)

2013-06-24 Thread Jacek Nykis
** Tags added: precise

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

Title:
  virsh create-snapshot fails to create external snapshot (blockdev-
  snapshot-sync fails in json monitor)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1004606/+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 1004606] Re: virsh create-snapshot fails to create external snapshot (blockdev-snapshot-sync fails in json monitor)

2013-06-24 Thread Jacek Nykis
** Tags added: precise

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

Title:
  virsh create-snapshot fails to create external snapshot (blockdev-
  snapshot-sync fails in json monitor)

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

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


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

2013-05-24 Thread Jacek Nykis
3.8.0-22-generic fixed the issue on ThinkPad T430s

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

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

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

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


[Bug 1169984] Re: 3.8.0-18 HDMI audio regression: Either oops or opening device fails with -ENODEV

2013-05-15 Thread Jacek Nykis
I think this kernel also reintroduces screen brightness bug on some
lenovo laptops. See #1098216

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

Title:
  3.8.0-18 HDMI audio regression: Either oops or opening device fails
  with -ENODEV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1169984/+subscriptions

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


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

2013-05-08 Thread Jacek Nykis
Kernel 3.8.0-20-generic fixed the issues on Lenovo T430s as well.
Everything works perfectly now and I did not notice any lag descibed in
comment #66 (I am using Unity).

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

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

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

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


[Bug 1173582] [NEW] File menu is not aligned properly

2013-04-27 Thread Jacek Nykis
Public bug reported:

File submenu is not aligned properly. Also edit submenu is shifted but just a 
little bit.
Tested on quantal and raring and both are affected by this.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: focuswriter 1.4.1-1
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Sat Apr 27 13:02:58 2013
InstallationDate: Installed on 2013-01-19 (98 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: focuswriter
UpgradeStatus: Upgraded to raring on 2013-03-19 (38 days ago)

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


** Tags: amd64 apport-bug quantal raring

** Attachment added: focuswriter.png
   
https://bugs.launchpad.net/bugs/1173582/+attachment/3656120/+files/focuswriter.png

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

Title:
  File menu is not aligned properly

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

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


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

2013-04-23 Thread Jacek Nykis
I have just tested on T430s and the kernel only partially fixed the issue. 
Function keys do work fine but there are 2 problems:
1. Notifications are not updated properly. They are showing the lowest value 
all the time
2. Brightness in system settings has no effect.

appending acpi_osi=!Windows 2012 to the kernel CLI resolves the issue
completely.

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

Title:
  Regression in brightness control on Lenovo Thinkpad X230 and X1 Carbon

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

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


[Bug 1167073] Re: nova-network should increase nf_conntrack_max

2013-04-10 Thread Jacek Nykis
** Also affects: nova
   Importance: Undecided
   Status: New

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

Title:
  nova-network should increase nf_conntrack_max

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1167073/+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 1167073] Re: nova-network should increase nf_conntrack_max

2013-04-10 Thread Jacek Nykis
We hit the same issue on our compute nodes. The limit was also 65536 and
it was not high enough for our use case.

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

Title:
  nova-network should increase nf_conntrack_max

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1167073/+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 1167073] Re: nova-network should increase nf_conntrack_max

2013-04-10 Thread Jacek Nykis
** Also affects: nova
   Importance: Undecided
   Status: New

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

Title:
  nova-network should increase nf_conntrack_max

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

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


[Bug 1167073] Re: nova-network should increase nf_conntrack_max

2013-04-10 Thread Jacek Nykis
We hit the same issue on our compute nodes. The limit was also 65536 and
it was not high enough for our use case.

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

Title:
  nova-network should increase nf_conntrack_max

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

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


[Bug 1167014] [NEW] MIssing cmake files

2013-04-09 Thread Jacek Nykis
Public bug reported:

This two files are part of libopencv-core-dev package in 12.04:
/usr/share/OpenCV/OpenCVConfig.cmake
/usr/share/OpenCV/OpenCVConfig-version.cmake

But they disappeared in 12.10 and 13.04.
This is causing problems when compiling projects using cmake and opencv.

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

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

Title:
  MIssing cmake files

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

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


[Bug 188039] Re: [needs-packaging] OpenProj

2013-04-01 Thread Jacek Nykis
OpenProj is now being developed as ProjectLibre:
http://www.projectlibre.com/

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

Title:
  [needs-packaging] OpenProj

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

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


[Bug 1158161] Re: [regression] Unmaximized windows can't be closed, minimized, moved

2013-03-26 Thread Jacek Nykis
Latest updates also fixed the problem for me, windows can be moved and
resized without any problems.

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

Title:
  [regression] Unmaximized windows can't be closed, minimized, moved

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

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


[Bug 1159694] Re: Ubuntuone control panel shows IPCError

2013-03-26 Thread Jacek Nykis
This is no longer happening on the latest raring

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

Title:
  Ubuntuone control panel shows IPCError

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

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


[Bug 1159694] [NEW] Ubuntuone control panel shows IPCError

2013-03-25 Thread Jacek Nykis
Public bug reported:

When I start Ubuntuone control panel it I get a pop up saying Sorry, an error 
has occurred and Ubuntu One needs to close..
Show details reveals this error message:
IPCError

The client will not sync any data or show my data in the cloud.

Here is what I can see when started from a terminal:
$ ubuntuone-control-panel-qt 
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
Failure: ubuntuone.platform.tools.linux.IPCError: 
org.freedesktop.DBus.Error.Spawn.ChildExited: 
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
Failure: ubuntuone.platform.tools.linux.IPCError: 
org.freedesktop.DBus.Error.Spawn.ChildExited: 
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
Failure: ubuntuone.platform.tools.linux.IPCError: 
org.freedesktop.DBus.Error.Spawn.ChildExited: 
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
Failure: ubuntuone.platform.tools.linux.IPCError: 
org.freedesktop.DBus.Error.Spawn.ChildExited: 
INFO:ubuntuone.controlpanel.qt.folders:The warning dialog was shown and also 
closed (message was 'IPCError').

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: ubuntuone-control-panel-qt 4.1.91-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-14.24-generic 3.8.4
Uname: Linux 3.8.0-14-generic x86_64
ApportVersion: 2.9.2-0ubuntu2
Architecture: amd64
Date: Mon Mar 25 09:50:32 2013
InstallationDate: Installed on 2013-01-19 (64 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntuone-control-panel
UpgradeStatus: Upgraded to raring on 2013-03-19 (5 days ago)

** Affects: ubuntuone-control-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring

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

Title:
  Ubuntuone control panel shows IPCError

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

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