[Bug 1446906] Re: lxc container with postfix, permission denied on mailq

2015-12-18 Thread John Johansen
Kernels with version 3 of the fix can be found at http://people.canonical.com/~jj/lp1446906/ please test and leave feedback as to whether this fixes the issue -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu.

[Bug 1358835] Re: numa_node_of_cpu() returns warning when cpu_index > 79

2015-12-18 Thread Thierry FAUCK
Path has been pushed upstream: https://github.com/numactl/numactl/commit/a69169698c4c086b7a74602938b329fb055fdf60 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to numactl in Ubuntu. https://bugs.launchpad.net/bugs/1358835 Title:

[Bug 1358835] Comment bridged from LTC Bugzilla

2015-12-18 Thread bugproxy
--- Comment From thierry.fa...@fr.ibm.com 2015-03-05 10:05 EDT--- Verified: gcc test.c -ldl -o test ubuntu@vm19:~$ ./test 80 80 cpu 80 belongs to node 2 ubuntu@vm19:~$ numactl -H available: 4 nodes (0-3) node 0 cpus: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26

[Bug 1322264] Re: Munin fails to generate graph, stat should be less than end

2015-12-18 Thread gollum53
Yes, please backport this. If I correct the file myself, will this break something? Thanx Roman -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to munin in Ubuntu. https://bugs.launchpad.net/bugs/1322264 Title: Munin fails to generate

[Bug 1375821] Re: ifupdown doesn't bring loopback to state up

2015-12-18 Thread Dariusz Gadomski
I have backported the fix to trusty in my ppa. Unfortunately I was not able to reproduce this issue (although my tests are ongoing). With that being said I would really appreciate anyone that is affected by this issue to give it a try and let me know whether the backport fixed that for them. The

[Bug 1503418] Re: [SRU] [REGRESSION] launching byobu from unity uses the terminal icon rather than the application icon

2015-12-18 Thread Hanmac
changes in byobu does need to be backported to willy too because currently its still broken in willy -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to byobu in Ubuntu. https://bugs.launchpad.net/bugs/1503418 Title: [SRU] [REGRESSION]

[Bug 1460164] Re: upgrade of openvswitch-switch can sometimes break neutron-plugin-openvswitch-agent

2015-12-18 Thread James Page
The neutron code does make some attempts to monitor the state of openvswitch - a restart of the ovs database process should be detected by the agent, and appropriate action taken. Having the agent detect and respond to the status of openvswitch and the flows its managing should be the right

[Bug 1460164] Re: upgrade of openvswitch-switch can sometimes break neutron-plugin-openvswitch-agent

2015-12-18 Thread Mark Shuttleworth
Is the fix here to ensure that restarts of one are automatically sequenced with restarts of the other service? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1460164 Title: upgrade

[Bug 1460164] Re: upgrade of openvswitch-switch can sometimes break neutron-plugin-openvswitch-agent

2015-12-18 Thread James Page
On a fresh icehouse install I see the following on a restart of ovs: 2015-12-18 11:05:26.855 6876 DEBUG neutron.agent.linux.async_process [-] Halting async process [['ovsdb-client', 'monitor', 'Interface', 'name,ofport', '--format=json']]. stop

[Bug 1460164] Re: upgrade of openvswitch-switch can sometimes break neutron-plugin-openvswitch-agent

2015-12-18 Thread James Page
Critically, the observation made in comment #8 does not always happen - i.e. I don't reliable seen the openvswitch-agent process exiting abnormally and then restarting all flows. I suspect this is a racey in some way - so if you luck out with a CRITICAL failure on an ovs restart, ovs gets

[Bug 1318721] Re: RPC timeout in all neutron agents

2015-12-18 Thread Mathew Hodson
** Also affects: oslo.messaging (Ubuntu) Importance: Undecided Status: New ** Changed in: oslo.messaging (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu.

[Bug 1475050] Re: unprivileged guest to host real-root escape via lxc-attach

2015-12-18 Thread Marc Deslauriers
** Information type changed from Private Security to Public Security -- 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/1475050 Title: unprivileged guest to host real-root escape via

[Bug 1460164] Re: upgrade of openvswitch-switch can sometimes break neutron-plugin-openvswitch-agent

2015-12-18 Thread James Page
This commit is not in Icehouse, and looks to improve the general error handling in this instance: https://github.com/openstack/neutron/commit/91b7fc7f162751936f7cb15d4add932a4aebd55b -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1455818] Re: mysql-server-5.6.postrm fails when /usr/share/mysql-common/configure-symlinks doesn't exist

2015-12-18 Thread Robie Basak
If anyone is affected by this on Vivid or Wily, please let me know and I can bump the priority. Right now I believe there have been no reports since this was fixed in Xenial so I am not prioritising it. ** Also affects: mysql-5.6 (Ubuntu Vivid) Importance: Undecided Status: New ** Also

[Bug 1525482] Re: configure-symlinks: Filen eller katalogen finns inte

2015-12-18 Thread Robie Basak
Thank you for your report. This looks like a local configuration problem, rather than a bug in Ubuntu. You have mysql-common 10.0.21+maria-1~vivid [origin: unknown] installed, which isn't shipped by Ubuntu and is causing your problem. You can find pointers to get help for this sort of problem

[Bug 1460164] Re: upgrade of openvswitch-switch can sometimes break neutron-plugin-openvswitch-agent

2015-12-18 Thread James Page
I retested with Liberty, and saw pretty much the same behaviour; digging into this a bit deeper, I think this is related to the l2-population driver usage - with l2 pop disabled, a restart of ovs resulted in a short network outage for the instances, but service was restored quickly - with l2 pop

[Bug 1460164] Re: restart of openvswitch-switch causes instance network down when l2population enabled

2015-12-18 Thread James Page
The fdb_add method checks to see if the agent already has a registered ofport for each tunnel it requires - this is now stale, so results in the tunnel setup being skipped - the tunnel ports are still present in the ovsdb - however all of the flows are missing resulting in full loss of instance

[Bug 1527666] Re: lxc on Wily cannot dist-upgrade Xenial

2015-12-18 Thread Robie Basak
Correction. Rather than systemd being upgraded, I think there's something that fires a trigger in it that sets off the failure. -- 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/1527666

[Bug 1527666] [NEW] lxc on Wily cannot dist-upgrade Xenial

2015-12-18 Thread Robie Basak
Public bug reported: This affects 1.1.5-0ubuntu0.15.10.3 on Wily. I believe it also affects 1.1.5-0ubuntu0.15.04.3 on Vivid. Downgrading to 1.1.4-0ubuntu1 fixes it, so it does not affect 1.1.4-0ubuntu1 on Wily. My failure case is that I am running adt-run --apt-pocket=proposed -U with

[Bug 1460164] Re: restart of openvswitch-switch causes instance network down when l2population enabled

2015-12-18 Thread James Page
On a full agent restart, tunnels are setup: 2015-12-18 14:41:51.505 17767 INFO neutron.plugins.openvswitch.agent.ovs_neutron_agent [-] Port 826251b8-cc26-435e-9488-16ae67bde4f6 updated. Details: {u'admin_state_up': True, u'network_id': u'15b42697-cf68-4b78-9e19-2d167d0b37cc',

[Bug 1460164] Re: restart of openvswitch-switch causes instance network down when l2population enabled

2015-12-18 Thread OpenStack Infra
Fix proposed to branch: master Review: https://review.openstack.org/259485 ** Changed in: neutron Status: New => In Progress ** Changed in: neutron Assignee: (unassigned) => James Page (james-page) -- You received this bug notification because you are a member of Ubuntu Server

[Bug 1460164] Re: restart of openvswitch-switch causes instance network down when l2population enabled

2015-12-18 Thread James Page
Resetting the ofport trackers appears to resolve the problem for a openvswitch-switch restart. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1460164 Title: restart of

[Bug 1527661] [NEW] Create new instance from image with ceph failed after udate from kilo to lastest kilo version

2015-12-18 Thread prescolt
Public bug reported: After upgrade to the lastest version of openstack kilo, when i boot new instance from image the instance started failed with error message below. I see nova do not create RBD volumes of glance image to Ceph VMS pool, my system worked correctly before. Please check my

[Bug 1460164] Re: upgrade of openvswitch-switch can sometimes break neutron-plugin-openvswitch-agent

2015-12-18 Thread James Page
Confirmed that disabling l2-population has the same effect on restarts of ovs on Icehouse as well. ** Summary changed: - upgrade of openvswitch-switch can sometimes break neutron-plugin-openvswitch-agent + restart of openvswitch-switch causes instance network down when l2population enabled --

[Bug 1455818] Re: mysql-server-5.6.postrm fails when /usr/share/mysql-common/configure-symlinks doesn't exist

2015-12-18 Thread Robie Basak
** Tags added: bitesize -- 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/1455818 Title: mysql-server-5.6.postrm fails when /usr/share/mysql-common/configure- symlinks doesn't exist

[Bug 1527641] [NEW] package init 1.22ubuntu11 failed to install/upgrade: pre-dependency problem - not installing init

2015-12-18 Thread John Rose
Public bug reported: Upgrading from Trusty to Vivid. ProblemType: Package DistroRelease: Ubuntu 15.04 Package: init (not installed) Uname: Linux 4.2.6-040206-generic x86_64 ApportVersion: 2.17.2-0ubuntu1.8 Architecture: amd64 Date: Fri Dec 18 14:34:51 2015 DuplicateSignature:

[Bug 1527105] Re: Performance: drop HANDLE_BLOCK_INTERRUPTIONS support

2015-12-18 Thread Robie Basak
Hi Daniel, Sorry, I meant 7.0, not 5.7! So for Xenial, with 7.0 planned (provisionally), I think we're good? If we don't get 7.0 then I look at your patch. It sounds OK in principle. > I'm more than happy for this to wait for Xenial. By this do you mean that you're happy with not backporting

[Bug 1460164] Re: restart of openvswitch-switch causes instance network down when l2population enabled

2015-12-18 Thread James Page
Looking at the tunnel_sync function in Icehouse: def tunnel_sync(self): resync = False try: for tunnel_type in self.tunnel_types: details = self.plugin_rpc.tunnel_sync(self.context,

[Bug 1508744] Re: Upgrade to Ubuntu 15.10 Broken: lxc-net.service fails on upgrade

2015-12-18 Thread Robie Basak
I hit what I think might be this issue on Vivid, just doing an upgrade to the latest lxc in vivid-updates because I was hitting a separate bug (I'll file next) and thought updating to the latest vivid-updates might fix it. In my case, "service lxc-net stop" succeeded, but "service lxc- net start"

[Bug 1527661] Re: Create new instance from image with ceph failed after udate from kilo to lastest kilo version

2015-12-18 Thread prescolt
** Description changed: After upgrade to the lastest version of openstack kilo, when i boot new instance from image the instance started failed with error message below. I see nova do not create RBD volumes of glance image to Ceph VMS pool, my system worked correctly before. Please check my

[Bug 1527661] Re: Create new instance from image with ceph failed after udate from kilo to lastest kilo version

2015-12-18 Thread prescolt
i see request INFO nova.virt.libvirt.driver [req-f3af9880-906a-4a28-86b0-b7850dd0bbce 0690b97b2bea47a8aeb4777856f473b2 767b2f8a8b08403884269836420d34f0 - - -] [instance: 69e1ddcb-f4f6-4900-b9dd-80fdaa86d58a] Creating image but no image available -- You received this bug notification because

[Bug 1527666] Re: lxc on Wily cannot dist-upgrade Xenial

2015-12-18 Thread Stéphane Graber
Sounds like a lxcfs or cgmanager issue, moving to lxcfs for now. ** Package changed: lxc (Ubuntu) => lxcfs (Ubuntu) -- 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/1527666 Title: lxc

[Bug 1527666] Re: lxc on Wily cannot dist-upgrade Xenial

2015-12-18 Thread Martin Pitt
> something that fires a trigger in it that sets off the failure. The trigger is most likely stuck in "systemctl daemon-reload", which likely exercises some cgroup reconfiguration. In lxc these are being redirected to lxcfs/cgmanager. -- You received this bug notification because you are a

[Bug 1527666] Re: lxc on Wily cannot dist-upgrade Xenial

2015-12-18 Thread Martin Pitt
I have this on the armhf production autopkgtest machines, but I wasn't aware that it is a general problem. These still run an ancient kernel (3.13) under wily userspace. But it seems it happens under a full wily amd64 too then. For me I bisected it to downgrading lxcfs. 0.10-0ubuntu2 works,

[Bug 1527685] [NEW] Please merge freeipmi 1.4.11-1 (main) from Debian unstable (main)

2015-12-18 Thread Tiago Stürmer Daitx
Public bug reported: Please merge freeimpi 1.4.11-1 into Ubuntu. There are multiple changes, some of which are bug fixes, and some of which are workarounds and other changes. Most patches in debian/patches from 1.1.5-3ubuntu7 have been upstreamed as well. - freeipmi's 1.4.11 NEWS file has

[Bug 1518800] Re: [MIR] dnspython3

2015-12-18 Thread Colin Watson
Moved to main. ** Changed in: dnspython3 (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dnspython3 in Ubuntu. https://bugs.launchpad.net/bugs/1518800 Title: [MIR] dnspython3

[Bug 1319644] Re: maas with no arguments gives bad advice

2015-12-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: maas (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1319644

[Bug 1319644] Re: maas with no arguments gives bad advice

2015-12-18 Thread Leonardo Borda
** Patch added: "fixes trusty series" https://bugs.launchpad.net/ubuntu/trusty/+source/maas/+bug/1319644/+attachment/4536935/+files/fix-maas.patch ** Changed in: maas (Ubuntu Trusty) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu

[Bug 1527723] Re: package nginx-core 1.4.6-1ubuntu3.3 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 7

2015-12-18 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nginx in Ubuntu. https://bugs.launchpad.net/bugs/1527723 Title: package nginx-core 1.4.6-1ubuntu3.3 failed to install/upgrade: subprocess

[Bug 1527374] Re: privilege escalation on attach through ptrace

2015-12-18 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- 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/1527374 Title: privilege escalation on attach through ptrace To manage notifications about this bug go to:

[Bug 1319644] Re: maas with no arguments gives bad advice

2015-12-18 Thread Ubuntu Foundations Team Bug Bot
The attachment "fixes trusty series" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by

[Bug 1527723] [NEW] package nginx-core 1.4.6-1ubuntu3.3 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 7

2015-12-18 Thread paradj
Public bug reported: trying to upgrade nginx security issue status unknown ProblemType: Package DistroRelease: Ubuntu 14.04 Package: nginx-core 1.4.6-1ubuntu3.3 ProcVersionSignature: Ubuntu 3.16.0-33.44~14.04.1-generic 3.16.7-ckt7 Uname: Linux 3.16.0-33-generic x86_64 ApportVersion:

[Bug 1527374] Re: privilege escalation on attach through ptrace

2015-12-18 Thread John Johansen
** Information type changed from Private Security to Public Security -- 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/1527374 Title: privilege escalation on attach through ptrace To

[Bug 1527685] Re: Please merge freeipmi 1.4.11-1 (main) from Debian unstable (main)

2015-12-18 Thread Ubuntu Foundations Team Bug Bot
The attachment "debdiff between debian 1.4.11-1 and the proposed merge 1.4.11-1ubuntu1" seems to be a debdiff. The ubuntu-sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. If the attachment isn't a patch, please remove the "patch" flag

[Bug 1527709] [NEW] Update Xenial nginx to 1.9.9

2015-12-18 Thread Thomas Ward
Public bug reported: NGINX in Debian had 1.9.6, which was the subject of a recent merge, which successfully landed in Xenial. While there is a Perl transition in progress, and any additional NGINX versions will not immediately be available, it should still be considered the usefulness of

[Bug 1527685] Re: Please merge freeipmi 1.4.11-1 (main) from Debian unstable (main)

2015-12-18 Thread Tiago Stürmer Daitx
Temporary build also available at https://launchpad.net/~tdaitx/+archive/ubuntu/openjdk/+sourcepub/5845178 /+listing-archive-extra ** Patch added: "debdiff between debian 1.4.11-1 and the proposed merge 1.4.11-1ubuntu1"

[Bug 1527723] Re: package nginx-core 1.4.6-1ubuntu3.3 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 7

2015-12-18 Thread Thomas Ward
It looks like it tried to stop it but errored. Do me a favor, and see if it works when you have nginx running, as it should automatically try and stop the server anyways... sudo service nginx start then run the upgrade... sudo apt-get install -f See if that resolves the failure error here.

[Bug 1527723] Re: package nginx-core 1.4.6-1ubuntu3.3 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 7

2015-12-18 Thread paradj
not fresh install was installed and running ran : ~/: sudo nginx -s stop ~/sudo service nginx stop prior to install -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nginx in Ubuntu. https://bugs.launchpad.net/bugs/1527723 Title:

[Bug 1527661] Re: Create new instance boot from rbd image failed (no image created in VMS pools), after upgrade lastest kilo build

2015-12-18 Thread prescolt
** Summary changed: - Create new instance from image with ceph failed after udate from kilo to lastest kilo version + Create new instance boot from rbd image failed (no image created in VMS pools),after upgrade lastest kilo build ** Description changed: - After upgrade to the lastest version

[Bug 1527374] Missing required logs.

2015-12-18 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem. >From a terminal window please run: apport-collect 1527374 and then change the status of the bug to 'Confirmed'. If, due to the nature of the issue you have encountered, you are unable to run this command, please add a

[Bug 1516471] Re: systemd init scripts not setting correct conf file

2015-12-18 Thread Matt Kassawara
James, Can you assist? Thanks, Matt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openstack-trove in Ubuntu. https://bugs.launchpad.net/bugs/1516471 Title: systemd init scripts not setting correct conf file To manage

[Bug 1318317] Re: openipmi startup script removes kernel modules

2015-12-18 Thread Nish Aravamudan
** Changed in: openipmi (Ubuntu) Assignee: Taco Screen team (taco-screen-team) => Nish Aravamudan (nacc) -- 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/1318317 Title: openipmi

Re: [Bug 1526127] Re: node install error Unexpected error command: ['curtin', 'block-meta', 'simple']

2015-12-18 Thread Cliff Pangtono
Hi David, 1) Will this curtin fix below (curtin to recognize internal / embedded drives) make it to Installer v0.16? 2) Will Installer v0.16 includes latest VPP code for VMS 2.x? Will the VPP compiled on Haswell UCS? I am ccing Wojciech and Dave for the 2nd question above. Regards, Cliff P

[Bug 1318317] Re: openipmi startup script removes kernel modules

2015-12-18 Thread Nish Aravamudan
Jeremy, Does this patch have any effect on your OpenPower system? Thanks, Nish ** Patch added: "lp1318317.v1.patch" https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1318317/+attachment/4537144/+files/lp1318317.v1.patch -- You received this bug notification because you are a member

[Bug 1512603] Re: nut-monitor systemd service is absent in nut-client package since Ubuntu vivid

2015-12-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: nut (Ubuntu) Status: New => Confirmed -- 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/1512603

[Bug 1527661] Re: Create new instance boot from rbd image failed (no image created in VMS pools), after upgrade lastest kilo build

2015-12-18 Thread prescolt
nova do not exec command like this below in rootwrap rbd import --pool dev /var/lib/nova/instances/_base/fa39bfedbadb92bcf9b129cfd2c5411c98454bf7 b2332490-6319-409d-bff2-71d3004b9175_disk --image-format=2 --id dev --conf /etc/ceph/ceph.conf -- You received this bug notification because you

[Bug 1174654] Re: qemu-system-x86_64 takes 100% CPU after host machine resumed from suspend to ram

2015-12-18 Thread varacanero
Same for me here, Ubuntu wily. I'm using vagrant-libvirt, and my hosts also very often run wild with 100% cpu usage after suspend. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1174654

[Bug 1527685] Re: Please merge freeipmi 1.4.11-1 (main) from Debian unstable (main)

2015-12-18 Thread Mathew Hodson
** Changed in: freeipmi (Ubuntu) Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to freeipmi in Ubuntu. https://bugs.launchpad.net/bugs/1527685 Title: Please merge freeipmi 1.4.11-1 (main) from

[Bug 1318317] Re: openipmi startup script removes kernel modules

2015-12-18 Thread Ubuntu Foundations Team Bug Bot
The attachment "lp1318317.v1.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by

[Bug 1503098] Re: package rpcbind 0.2.1-2ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-18 Thread Launchpad Bug Tracker
[Expired for rpcbind (Ubuntu) because there has been no activity for 60 days.] ** Changed in: rpcbind (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rpcbind in Ubuntu.

[Bug 1507153] Re: iptraf - wrong in data rate

2015-12-18 Thread Launchpad Bug Tracker
[Expired for iptraf (Ubuntu) because there has been no activity for 60 days.] ** Changed in: iptraf (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to iptraf in Ubuntu.

[Bug 1507161] Re: package samba 2:4.1.17+dfsg-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-18 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60 days.] ** Changed in: samba (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu.