[Bug 1246236] Re: pxe boot from maas fails due to time out

2015-02-02 Thread Raphaël Badin
> When we start transferring the kernel over, the machine on the other
side stops responding

This is indeed what seems to be causing the problem.  Note that we're
seeing (a worrying number of) retries in some of the earlier (and
successful) transfers.

What kind of bridge is being used here? (virbr0 -the bridge created by
virsh-, br0, ?).  Can you please paste the characteristics of the bridge
(by running something like "cd /sys/class/net/virbr0/bridge; for f in
`ls *`; do echo -n "$f "; cat $f; done).

As described on https://bugs.launchpad.net/maas/+bug/116, the
default timeout behavior might be the problem here.  Can you try
changing the RemoteOriginReadSession class in
/usr/share/pyshared/tftp/bootstrap.py: change the timeout = (1, 1, 1, 1,
1, 1) to  timeout = (1, 3, 7). and then restart the TFTP server?

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

Title:
  pxe boot from maas fails due to time out

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1246236/+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 1386840] Re: failure to start a container

2015-02-02 Thread Felipe Reyes
** Changed in: lxc (Ubuntu Trusty)
 Assignee: (unassigned) => Felipe Reyes (freyes)

** Changed in: lxc (Ubuntu Utopic)
 Assignee: (unassigned) => Felipe Reyes (freyes)

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

Title:
  failure to start a container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1386840/+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 774643] Re: sched-powersave is outdated

2015-02-02 Thread Jérôme
Same bug on 14.04 LTS release.

--
a@B:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04.1 LTS
Release:14.04
Codename:   trusty
a@B:~$ ls /sys/devices/system/cpu
cpu0  cpuidle  kernel_max  microcode  modalias  offline  online  possible  
power  present  uevent
a@B:~$
-

/usr/lib/pm-utils/power.d/sched-powersave :
--
(...)
sched_powersave() {
for pool in mc smp smt; do
dev="/sys/devices/system/cpu/sched_${pool}_power_savings"
[ -w "$dev" ] || continue
echo $1 > "$dev"
done
}
(...)


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

Title:
  sched-powersave is outdated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/774643/+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 583216] Re: inet_protocols can't be preseeded

2015-02-02 Thread Launchpad Bug Tracker
This bug was fixed in the package postfix - 2.11.3-1ubuntu1

---
postfix (2.11.3-1ubuntu1) vivid; urgency=medium

  * support postfix/protocols (LP: #583216)
 -- Seyeong KimMon, 02 Feb 2015 15:50:04 -0600

** Changed in: postfix (Ubuntu Vivid)
   Status: In Progress => Fix Released

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

Title:
  inet_protocols can't be preseeded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/583216/+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 1281447] Re: false positive in logwatch report

2015-02-02 Thread Bug Watch Updater
** Changed in: logwatch (Debian)
   Status: Unknown => Fix Released

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

Title:
  false positive in logwatch report

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/1281447/+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 583216] Re: inet_protocols can't be preseeded

2015-02-02 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/postfix

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

Title:
  inet_protocols can't be preseeded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/583216/+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 583216] Re: inet_protocols can't be preseeded

2015-02-02 Thread Chris J Arges
Uploaded for Vivid, Utopic, and Trusty.

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

Title:
  inet_protocols can't be preseeded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/583216/+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 1246236] Re: pxe boot from maas fails due to time out

2015-02-02 Thread Christian Reis
When we start transferring the kernel over, the machine on the other
side stops responding:

15:59:23.563014 IP 10.0.0.12.49164 > 10.0.0.1.tftp:  77 RRQ 
"ubuntu/amd64/generic/trusty/release/boot-kernel" octet tsize 0 blksize 1408 
15:59:23.578439 IP 10.0.0.1.59570 > 10.0.0.12.49164: UDP, length 29
15:59:23.578751 IP 10.0.0.12.49164 > 10.0.0.1.59570: UDP, length 4
15:59:23.579230 IP 10.0.0.1.59570 > 10.0.0.12.49164: UDP, length 1404
15:59:23.599678 IP 10.0.0.1.44700 > 10.0.0.12.49162: UDP, length 26
15:59:24.579356 IP 10.0.0.1.59570 > 10.0.0.12.49164: UDP, length 1404
15:59:24.599841 IP 10.0.0.1.44700 > 10.0.0.12.49162: UDP, length 26
15:59:25.580228 IP 10.0.0.1.59570 > 10.0.0.12.49164: UDP, length 1404
15:59:25.600033 IP 10.0.0.1.44700 > 10.0.0.12.49162: UDP, length 26
15:59:26.581397 IP 10.0.0.1.59570 > 10.0.0.12.49164: UDP, length 1404
15:59:26.600222 IP 10.0.0.1.44700 > 10.0.0.12.49162: UDP, length 26
15:59:27.582615 IP 10.0.0.1.59570 > 10.0.0.12.49164: UDP, length 1404
15:59:27.600402 IP 10.0.0.1.44700 > 10.0.0.12.49162: UDP, length 26
15:59:28.583782 IP 10.0.0.1.59570 > 10.0.0.12.49164: UDP, length 1404
15:59:28.600571 IP 10.0.0.1.44700 > 10.0.0.12.49162: UDP, length 26

It won't respond to pings either, and ARP requests at that point fail:

16:02:58.089006 IP 10.0.0.1 > 10.0.0.12: ICMP echo request, id 5945, seq 1, 
length 64
16:02:59.088958 IP 10.0.0.1 > 10.0.0.12: ICMP echo request, id 5945, seq 2, 
length 64
16:03:00.088961 IP 10.0.0.1 > 10.0.0.12: ICMP echo request, id 5945, seq 3, 
length 64
16:03:03.104829 ARP, Request who-has 10.0.0.12 tell 10.0.0.1, length 28
16:03:04.104824 ARP, Request who-has 10.0.0.12 tell 10.0.0.1, length 28
16:03:04.953050 IP 10.0.0.1 > 10.0.0.12: ICMP echo request, id 5952, seq 1, 
length 64
16:03:05.104832 ARP, Request who-has 10.0.0.12 tell 10.0.0.1, length 28
16:03:05.952926 IP 10.0.0.1 > 10.0.0.12: ICMP echo request, id 5952, seq 2, 
length 64

(I'm not sure pxelinux responds to pings, but the ARP request should
work I assume)

** Attachment added: "Capture of all traffic to the MAC of the machine trying 
to boot"
   
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1246236/+attachment/4310777/+files/mac.cap

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

Title:
  pxe boot from maas fails due to time out

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1246236/+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 1417288] [NEW] unable to create snapshot

2015-02-02 Thread ben thielsen
Public bug reported:

the following occurs when attempting to create a snapshot:

virsh # snapshot-create-as template-generic 'test_snapshot' 'test snapshot' 
--disk-only --atomic
error: unsupported configuration: cannot generate external snapshot name for 
disk 'vda' without source

virsh # snapshot-create-as template-generic 'test_snapshot' 'test snapshot' 
--atomic
error: internal error: Child process (/usr/bin/qemu-img snapshot -c 
test_snapshot) unexpected exit status 1: qemu-img: Expecting one image file name
Try 'qemu-img --help' for more information

the guest is not running:
virsh # list --all
 IdName   State

 - template-generic   shut off

here is the guest xml:

virsh # dumpxml template-generic

  template-generic
  c2fcf78b-5919-45f6-af1f-cc540fa5f218
  generic template
  1048576
  1048576
  1
  
hvm

  
  


  
  
  
  
  destroy
  restart
  destroy
  
/usr/bin/qemu-system-x86_64

  
  
  
  


  


  
  


  



  


  


  
  
  
  
  






  


  
  


  

  


1] >lsb_release -rd
Description:Ubuntu 14.10
Release:14.10

2] >apt-cache policy libvirt-bin
libvirt-bin:
  Installed: 1.2.8-0ubuntu11.2
  Candidate: 1.2.8-0ubuntu11.2
  Version table:
 *** 1.2.8-0ubuntu11.2 0
500 http://us.archive.ubuntu.com/ubuntu/ utopic-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1.2.8-0ubuntu11.1 0
500 http://security.ubuntu.com/ubuntu/ utopic-security/main amd64 
Packages
 1.2.8-0ubuntu11 0
500 http://us.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages

3] i expected a snapshot to be created

4] the above errors

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

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

Title:
  unable to create snapshot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1417288/+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 583216] Re: inet_protocols can't be preseeded

2015-02-02 Thread Chris J Arges
** Also affects: postfix (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: postfix (Ubuntu Vivid)
   Importance: Medium
 Assignee: Seyeong Kim (xtrusia)
   Status: In Progress

** Also affects: postfix (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Changed in: postfix (Ubuntu Trusty)
 Assignee: (unassigned) => Seyeong Kim (xtrusia)

** Changed in: postfix (Ubuntu Utopic)
 Assignee: (unassigned) => Seyeong Kim (xtrusia)

** Changed in: postfix (Ubuntu Trusty)
   Importance: Undecided => Medium

** Changed in: postfix (Ubuntu Utopic)
   Importance: Undecided => Medium

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

Title:
  inet_protocols can't be preseeded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/583216/+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 1246236] Re: pxe boot from maas fails due to time out

2015-02-02 Thread JJ Asghar
Here's my tcpdump :)

** Attachment added: "tftp.cap"
   
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1246236/+attachment/4310773/+files/tftp.cap

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

Title:
  pxe boot from maas fails due to time out

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


Re: [Bug 1246236] Re: pxe boot from maas fails due to time out

2015-02-02 Thread zack
Um ok
On Feb 2, 2015 2:25 PM, "Christian Reis"  wrote:

> ** Changed in: maas
>  Assignee: zack (jnrflatwork) => (unassigned)
>
> --
> You received this bug notification because you are a bug assignee.
> https://bugs.launchpad.net/bugs/1246236
>
> Title:
>   pxe boot from maas fails due to time out
>
> Status in MAAS:
>   Incomplete
> Status in maas package in Ubuntu:
>   Incomplete
>
> Bug description:
>   1 create a new vm node on a 13.10 server, attach the network to a
> existing openvswitch, use virtio as nic.
>   2 install 13.10 onto the vm
>   3 login to the vm via ssh, and apt-get install maas from archive.
>   4 modify /etc/maas/import_pxe_files to only download pxe files for
> precise and saucy
>   5 run maas-import-pxe-files
>   6 create another node by using virt-manager from my laptop, and make it
> boot from pxe.
>   7 run dhcpdum on maas node, we can see dhcp works as expect, and from
> the console of the pxe boot node, it shows ip address has been assigned,
> trying to get pxelinux.0 from tftp, after couple of seconds, it fails, due
> to timeout.
>
>
>   =pserv log(run pserv
> manually=
>
>   ubuntu@maas:~$ cat /tmp/pserv.log
>   2013-10-30 09:58:07+0800 [-] Log opened.
>   2013-10-30 09:58:07+0800 [-] twistd 13.0.0 (/usr/bin/python 2.7.5)
> starting up.
>   2013-10-30 09:58:07+0800 [-] reactor class:
> twisted.internet.epollreactor.EPollReactor.
>   2013-10-30 09:58:07+0800 [-] TFTP starting on 69
>   2013-10-30 09:58:07+0800 [-] Starting protocol  instance at 0x2752200>
>   2013-10-30 09:58:07+0800 [-] TFTP Listener started at 127.0.0.1:69
>   2013-10-30 09:58:07+0800 [-] TFTP starting on 69
>   2013-10-30 09:58:07+0800 [-] Starting protocol  instance at 0x27522d8>
>   2013-10-30 09:58:07+0800 [-] TFTP Listener started at 192.168.1.5:69
>   2013-10-30 09:58:07+0800 [-] set uid/gid 109/116
>   2013-10-30 09:58:45+0800 [TFTP (UDP)] Datagram received from
> ('192.168.1.25', 1024):  options={'blksize': '1432', 'tsize': '0'})>
>   2013-10-30 09:58:45+0800 [-] RemoteOriginReadSession starting on 42340
>   2013-10-30 09:58:45+0800 [-] Starting protocol
> 
>   2013-10-30 09:58:45+0800 [TFTP (UDP)] Datagram received from
> ('192.168.1.25', 1024):  options={'blksize': '1432', 'tsize': '0'})>
>   2013-10-30 09:58:45+0800 [-] RemoteOriginReadSession starting on 56340
>   2013-10-30 09:58:45+0800 [-] Starting protocol
> 
>   2013-10-30 09:58:46+0800 [TFTP (UDP)] Datagram received from
> ('192.168.1.25', 1024):  options={'blksize': '1432', 'tsize': '0'})>
>   2013-10-30 09:58:46+0800 [-] RemoteOriginReadSession starting on 40332
>   2013-10-30 09:58:46+0800 [-] Starting protocol
> 
>   2013-10-30 09:58:48+0800 [TFTP (UDP)] Datagram received from
> ('192.168.1.25', 1024):  options={'blksize': '1432', 'tsize': '0'})>
>   2013-10-30 09:58:48+0800 [-] RemoteOriginReadSession starting on 43806
>   2013-10-30 09:58:48+0800 [-] Starting protocol
> 
>   2013-10-30 09:58:51+0800 [TFTP (UDP)] Datagram received from
> ('192.168.1.25', 1024):  options={'blksize': '1432', 'tsize': '0'})>
>   2013-10-30 09:58:51+0800 [-] RemoteOriginReadSession starting on 46409
>   2013-10-30 09:58:51+0800 [-] Starting protocol
> 
>   2013-10-30 09:58:51+0800 [-] Timed during option negotiation process
>   2013-10-30 09:58:51+0800 [-] (UDP Port 42340 Closed)
>   2013-10-30 09:58:51+0800 [-] Stopping protocol
> 
>   2013-10-30 09:58:51+0800 [-] Timed during option negotiation process
>   2013-10-30 09:58:51+0800 [-] (UDP Port 56340 Closed)
>   2013-10-30 09:58:51+0800 [-] Stopping protocol
> 
>   2013-10-30 09:58:52+0800 [-] Timed during option negotiation process
>   2013-10-30 09:58:52+0800 [-] (UDP Port 40332 Closed)
>   2013-10-30 09:58:52+0800 [-] Stopping protocol
> 
>   2013-10-30 09:58:54+0800 [-] Timed during option negotiation process
>   2013-10-30 09:58:54+0800 [-] (UDP Port 43806 Closed)
>   2013-10-30 09:58:54+0800 [-] Stopping protocol
> 
>   2013-10-30 09:58:57+0800 [-] Timed during option negotiation process
>   2013-10-30 09:58:57+0800 [-] (UDP Port 46409 Closed)
>   2013-10-30 09:58:57+0800 [-] Stopping protocol
> 
>   2013-10-30 12:55:38+0800 [-] Received SIGINT, shutting down.
>   2013-10-30 12:55:38+0800 [-] (UDP Port 69 Closed)
>   2013-10-30 12:55:38+0800 [-] Stopping protocol  instance at 0x27522d8>
>   2013-10-30 12:55:38+0800 [-] (UDP Port 69 Closed)
>   2013-10-30 12:55:38+0800 [-] Stopping protocol  instance at 0x2752200>
>   2013-10-30 12:55:38+0800 [-] Main loop terminated.
>   2013-10-30 12:55:38+0800 [-] Warning: No permission to delete pid file
>   2013-10-30 12:55:38+0800 [-] Server Shut Down.
>   ===End of pserv
> log===
>
>   tcpdump
> ===
>   ubuntu@maas:~$ sudo tcpdump -vvnnXS -i eth0 port 69
>   [sudo] password for 

Re: [Bug 1416895] Re: /etc/dnsmasq.conf does not contain an ending newline character

2015-02-02 Thread Simon Kelley
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Thomas, this is fixed upstream. I'll add (LP: #1416895) to the
changelog.


Cheers,

Simon.


On 01/02/15 21:04, Thomas Hood wrote:
> Confirmed that the bug affects 2.72-2.
> 
> $ cat /etc/dnsmasq.conf | tail -n 2 # Include all files in a
> directory which end in .conf #conf-dir=/etc/dnsmasq.d/*.conf$ od -t
> c /etc/dnsmasq.conf | tail -n 2 0062620   /   *   .   c   o   n
> f 0062627 $
> 
> 
> ** Changed in: dnsmasq (Ubuntu) Status: New => Confirmed
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUz+wdAAoJEBXN2mrhkTWi/gwP/1QL4kncy+NHv4u9XUu7C3Nf
ilfwOPmZquxXL6Xe2SyoLcM6O5cMPamfMRNvp6upVozZqvn3buBSflXn5I5lgl6j
J3/fmHwOl2uUg+GT7kM+6lca8SrFVaWuyOVLsCzlH1PVIuucrVoQmCGjMxo/3dy2
PB6fvMve21vGYYXs39rsmhoPFIOB+Xz10cbDeeyF4GIwFB15s3dPaL/9yy4y8x9O
TUNivrrUVBAKqTFjx9rWx8Xi/h98sy2WJ0dZWnWCJuA0Vy01lnzwMK6WRDaZ4FKy
XQ7anFgnLCD6I18PrFEb7g2kYzzwVGxqtvK53h8PNYh7swGxyr2eHxBHlkc6OC3E
eZa20aqhgVENVC/5PSmR/jpoR1CJta52aNhu3lJy+Ym1aIy/fdQVog4TZ44osyHG
VAOV4FEP0Ucw+tKAXzYlRDnCpMCsR/O8iycwgaJa2dhXPn156zY29MNxXdELMWo0
IUpBXG+KNm9NJty1HOZVoagUFI2pglXxnvYoh66sudBX3g27lXTIWTFjVoX5MyjY
duxBo6leRzY7OrK8A2j/73OrgudBU94kLQF7iig3vEYx3EYwl8yIzB6yEP5TNzYf
pX38rgBrSi3klsxg9ZVWXIIGz0demLCDO43rHnom6Uglq+zTFl6qePJ8XWwwPxMb
bETeMWMAG08HQJoMDoYW
=+g4T
-END PGP SIGNATURE-

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

Title:
  /etc/dnsmasq.conf does not contain an ending newline character

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1416895/+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 1246236] Re: pxe boot from maas fails due to time out

2015-02-02 Thread JJ Asghar
This effects me :(

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

Title:
  pxe boot from maas fails due to time out

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1246236/+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 1417274] [NEW] CVE-2015-0221 backport broke serving static content through GZipMiddleware

2015-02-02 Thread Nelson Elhage
Public bug reported:

Ubuntu backported the CVE-2015-0221 fix, which makes
`django.views.static.serve` stream file contents.  However,
https://github.com/django/django/commit/1e39d0f6280abf34c7719db5e7ed1c333f5e5919
was not backported, and without that fix, the Django GZipMiddleware is
unable to handle streaming content, breaking django applications that
combine static file serving with the gzip middleware. See upstream bug
https://code.djangoproject.com/ticket/24158 for more information.

** Affects: python-django (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  CVE-2015-0221 backport broke serving static content through
  GZipMiddleware

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1417274/+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 1246236] Re: pxe boot from maas fails due to time out

2015-02-02 Thread Christian Reis
** Changed in: maas
 Assignee: zack (jnrflatwork) => (unassigned)

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

Title:
  pxe boot from maas fails due to time out

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1246236/+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 1230917] Re: php5-fpm logrotate errors after package switched to upstart

2015-02-02 Thread Jaime Alberto Silva
This is solved on 14.10 but still on 14.04! weird.

Is there some ppa or repo where I can get a newer version of php-fpm to
get this fixed on servers?

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

Title:
  php5-fpm logrotate errors after package switched to upstart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1230917/+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 1416885] Re: postinst checks wrong path when installing default index.html

2015-02-02 Thread Chaskiel Grundman
OK, I got the snapshots online:
root@ftp-01:~# ls -l /media/lucid/var/www
total 8
drwxr-xr-x 3 root root 4096 Oct 19  2010 cmu.edu
drwxr-xr-x 9 1001 root 4096 Jul 28  2014 html
(this is the same as current)

root@ftp-01:~# ls -l /media/lucid/var/www/html/
total 44
drwxr-xr-x 2   1001 users 4096 Jul 20  2010 css
drwxrwsr-x 4   1001 admin 4096 Aug 18  2010 docs
drwxr-xr-x 2   1001 users 4096 Aug 20  2010 images
drwxr-xr-x 2   1001 users 4096 Aug  5  2011 include
-rw-rw-r-- 1   1001 admin 5108 Jul 28  2014 index.php
-rw-r--r-- 1 root   root  5107 Jul 28  2014 index.php.backup
lrwxrwxrwx 1 root   root20 Jul 27  2010 mediawiki -> 
/usr/share/mediawiki
drwxrwsr-x 4 vanmeeuwen root  4096 Jul 28  2014 releases
-rw-r--r-- 1 root   root   593 Sep 14  2010 robots.txt
drwxr-xr-x 2   1001 users 4096 Nov 23  2010 scripts

root@ftp-01:~# ls -l /media/precise/var/www/html/
total 44
drwxr-xr-x 2   1001 users 4096 Jul 20  2010 css
drwxrwsr-x 4   1001 admin 4096 Aug 18  2010 docs
drwxr-xr-x 2   1001 users 4096 Aug 20  2010 images
drwxr-xr-x 2   1001 users 4096 Aug  5  2011 include
-rw-rw-r-- 1   1001 admin 5108 Jul 28  2014 index.php
-rw-r--r-- 1 root   root  5107 Jul 28  2014 index.php.backup
lrwxrwxrwx 1 root   root20 Jul 27  2010 mediawiki -> 
/usr/share/mediawiki
drwxrwsr-x 4 vanmeeuwen root  4096 Jul 28  2014 releases
-rw-r--r-- 1 root   root   593 Sep 14  2010 robots.txt
drwxr-xr-x 2   1001 users 4096 Nov 23  2010 scripts

root@ftp-01:~# ls -l /media/trusty/var/www/html/
total 56
drwxr-xr-x 2   1001 users  4096 Jul 20  2010 css
drwxrwsr-x 4   1001 admin  4096 Aug 18  2010 docs
drwxr-xr-x 2   1001 users  4096 Aug 20  2010 images
drwxr-xr-x 2   1001 users  4096 Aug  5  2011 include
-rw-r--r-- 1 root   root  11510 Feb  1 12:07 index.html
-rw-rw-r-- 1   1001 admin  5108 Jul 28  2014 index.php
-rw-r--r-- 1 root   root   5107 Jul 28  2014 index.php.backup
lrwxrwxrwx 1 root   root 20 Jul 27  2010 mediawiki -> 
/usr/share/mediawiki
drwxrwsr-x 4 vanmeeuwen root   4096 Jul 28  2014 releases
-rw-r--r-- 1 root   root593 Sep 14  2010 robots.txt
drwxr-xr-x 2   1001 users  4096 Nov 23  2010 scripts

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

Title:
  postinst checks wrong path when installing default index.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1416885/+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 1417229] Re: in the LXC host mongodb server will not start if mongodb is already running in an LXC guest

2015-02-02 Thread Jay R. Wren
** Branch linked: lp:~evarlast/ubuntu/trusty/mongodb/upstart-workaround-
debian-bug-718702

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

Title:
  in the LXC host mongodb server will not start if mongodb is already
  running in an LXC guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mongodb/+bug/1417229/+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 1417229] Re: in the LXC host mongodb server will not start if mongodb is already running in an LXC guest

2015-02-02 Thread Jay R. Wren
** Branch linked: lp:~evarlast/ubuntu/utopic/mongodb/upstart-workaround-
debian-bug-718702

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

Title:
  in the LXC host mongodb server will not start if mongodb is already
  running in an LXC guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mongodb/+bug/1417229/+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 1417229] [NEW] in the LXC host mongodb server will not start if mongodb is already running in an LXC guest

2015-02-02 Thread Jay R. Wren
Public bug reported:

This is a specific instance of this bug. https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=718702

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

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

Title:
  in the LXC host mongodb server will not start if mongodb is already
  running in an LXC guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mongodb/+bug/1417229/+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 1281447] Re: false positive in logwatch report

2015-02-02 Thread Jared Fernandez
** Bug watch added: Debian Bug tracker #754211
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754211

** Also affects: logwatch (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754211
   Importance: Unknown
   Status: Unknown

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

Title:
  false positive in logwatch report

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/1281447/+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 1417211] [NEW] ERROR No module named backends.sql

2015-02-02 Thread Ryan Beisner
Public bug reported:

For Trusty-Kilo OpenStack deployments, the config-changed hook fails.  
Keystone.log shows:
ERROR No module named backends.sql

See attached for traceback.

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

** Affects: keystone (Juju Charms Collection)
 Importance: Undecided
 Status: New


** Tags: openstack uosci

** Attachment added: "trusty-kilo-keystone.txt"
   
https://bugs.launchpad.net/bugs/1417211/+attachment/4310633/+files/trusty-kilo-keystone.txt

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

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

Title:
  ERROR No module named backends.sql

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1417211/+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 1417205] Re: cannot access '/var/lib/rabbitmq': No such file or directory

2015-02-02 Thread Ryan Beisner
FYI  juju deployment used amd64 images;  my manual test inadvertently
used the i386 image.  I re-confirmed manual apt pkg install with an
amd64 vivid image.

Adding system user `rabbitmq' (UID 111) ...
Adding new user `rabbitmq' (UID 111) with group `rabbitmq' ...
Not creating home directory `/var/lib/rabbitmq'.
 * Starting message broker rabbitmq-server
   ...done.
Processing triggers for libc-bin (2.19-13ubuntu3) ...
Processing triggers for ureadahead (0.100.0-17) ...
ubuntu@vivid181213:~$ apt-cache policy rabbitmq-server
rabbitmq-server:
  Installed: 3.4.3-2
  Candidate: 3.4.3-2
  Version table:
 *** 3.4.3-2 0
500 http://nova.clouds.archive.ubuntu.com/ubuntu/ vivid/main amd64 
Packages
100 /var/lib/dpkg/status
ubuntu@vivid181213:~$ 


** Also affects: rabbitmq-server (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  cannot access '/var/lib/rabbitmq': No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1417205/+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 1094278] Re: cu doesn't connect properly to a serial console

2015-02-02 Thread Koen Hendrix
neat confirmation - it's 2015, and this bug is from 1995. Seemingly no-
one has had a need for a serial line in the last two decades :)

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

Title:
  cu doesn't connect properly to a serial console

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/uucp/+bug/1094278/+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 1358835] Re: numa_node_of_cpu() returns warning when cpu_index > 79

2015-02-02 Thread Serge Hallyn
ping

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

** Changed in: numactl (Ubuntu)
   Status: Confirmed => Incomplete

-- 
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:
  numa_node_of_cpu() returns warning  when cpu_index > 79

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/numactl/+bug/1358835/+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 1349986] Re: Ubuntu fails to boot with multipath

2015-02-02 Thread bugproxy
** Tags removed: severity-high
** Tags added: severity-critical

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

Title:
  Ubuntu fails to boot with multipath

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1349986/+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 1416885] Re: postinst checks wrong path when installing default index.html

2015-02-02 Thread Chaskiel Grundman
I don't have my vmware snapshots restored yet, so I cannot state this
with absolute certainty, but I believe this is what I had before:

root@www-01:~# ls -l /var/www
total 8
drwxr-xr-x 3 root root 4096 Oct 19  2010 cmu.edu
drwxr-xr-x 9 1001 root 4096 Feb  1 13:40 html

root@www-01:~# ls -l /var/www/html/
total 44
drwxr-xr-x 2   1001 users 4096 Jul 20  2010 css
drwxrwsr-x 4   1001 admin 4096 Aug 18  2010 docs
drwxr-xr-x 2   1001 users 4096 Aug 20  2010 images
drwxr-xr-x 2   1001 users 4096 Aug  5  2011 include
-rw-rw-r-- 1   1001 admin 5108 Jul 28  2014 index.php
-rw-r--r-- 1 root   root  5107 Jul 28  2014 index.php.backup
lrwxrwxrwx 1 root   root20 Jul 27  2010 mediawiki -> 
/usr/share/mediawiki
drwxrwsr-x 4 vanmeeuwen root  4096 Jul 28  2014 releases
-rw-r--r-- 1 root   root   593 Sep 14  2010 robots.txt
drwxr-xr-x 2   1001 users 4096 Nov 23  2010 scripts


After the upgrade to apache2 2.4.7-1ubuntu4.1, there was an index.html in 
/var/www/html, and it was used preferentially to index.php

** Changed in: apache2 (Ubuntu)
   Status: Incomplete => New

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

Title:
  postinst checks wrong path when installing default index.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1416885/+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 1349986] Comment bridged from LTC Bugzilla

2015-02-02 Thread bugproxy
--- Comment From thad...@br.ibm.com 2015-02-02 16:26 EDT---
I will expand a little more on what I found out about the bug, and where it 
likely is.

As I described in the initial report, the UUID device that is used by
the scripts to lookup for the rootfs is pointing out to a SCSI partition
device.

For example:

/dev/disk/by-uuid/78c02bb3-9623-4fe0-b283-22f8f3fe8faa -> /dev/sda2

multipath daemon has already detected the multipath setup and created a
mapping that uses sda, and creates linear mappings to the partitions
using kpartx.

/dev/mapper/mpathap2 -> ../dm-2
/dev/mapper/mpatha -> ../dm-0

The UUID device should point to dm-2 or mpathap2 instead of pointing out
to sda2. This is needed because the mpath mapping will grab the device
and that will prevent a filesystem to be mounted directly on it.

The UUID device is created by udev. udev is creating that during the
device probe. When the multipath partition is created, udev reads the
same filesystem UUID there, but can't create the link because it already
exists. What needs to be done is removing that link when multipath is
detected or sda2 is removed from the system, or forcing the link
creation when it already exists.

Cascardo.

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

Title:
  Ubuntu fails to boot with multipath

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1349986/+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 1406105] Re: Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu 14.04 LTS

2015-02-02 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: freeradius (Ubuntu)
   Status: New => Confirmed

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

Title:
  Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu
  14.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeradius/+bug/1406105/+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 1384943] Re: [SRU] Pinger crashes with segfault in libc

2015-02-02 Thread mr_willem
Hello,

I can confirm that the bug is still present.
Allthough I updated the squid package there is often high cpu load of the 
pinger process and it often segfaults.

Thus there is still a bug present.
It is also in squid 3.4.9 which I installed from source.

Thanks, Willem

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

Title:
  [SRU] Pinger crashes with segfault in libc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1384943/+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 1415113] Re: [MIR] cglib3 (replaces cglib)

2015-02-02 Thread Michael Terry
Needs a team bug subscriber, but otherwise, sure.  Let's drop the old
for the new.


** Changed in: cglib3 (Ubuntu)
   Status: New => Incomplete

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

Title:
  [MIR] cglib3 (replaces cglib)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cglib/+bug/1415113/+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 1411811] Re: Please update php, mysql on ubuntu 15.04

2015-02-02 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.6.4+dfsg-4ubuntu1

---
php5 (5.6.4+dfsg-4ubuntu1) vivid; urgency=medium

  * Merge from Debian testing (LP: #1411811). Remaining changes:
- d/control: drop Build-Depends that are in universe: firebird-dev,
  libc-client-dev, libmcrypt-dev, libonig-dev, libqdbm-dev.
- d/rules: drop configuration of packages that are in universe: qdgm, onig.
- d/rules: drop CONFIGURE_APACHE_ARGS settings since now we don't build
  interbase or firebird.
- d/control: drop binary packages php5-imap, php5-interbase and php5-mcrypt
  since we have separate versions in universe.
- d/modulelist: drop imap, interbase and mcrypt since we have separate
  versions in universe.
- d/rules: drop configuration of imap and mcrypt since we have separate
  versions in universe.
- d/source_php5.py, d/rules: add apport hook.
- d/control: switch Build-Depends of netcat-traditional to netcat-openbsd
  as only the latter is in main.
  * Drop changes:
- Reported fixed in upstream release of 5.6.0: quilt patches for
  CVE-2014-0237, CVE-2014-0238, CVE-2014-4049, CVE-2014-0207,
  CVE-2014-3478, CVE-2014-3479, CVE-2014-3480, CVE-2014-3487,
  CVE-2014-3515, CVE-2014-4670, CVE-2014-4698, CVE-2014-4721,
  CVE-2014-3587 and CVE-2014-3597, and d/p/fix_systemd_ftbfs.patch.
- Reported fixed in upstream release of 5.6.2: quilt patches for
  CVE-2014-3668, CVE-2014-3669 and CVE-2014-3670, and
  d/p/curl_embedded_null.patch.
- Reported fixed in upstream release of 5.6.3: quilt patch for
  CVE-2014-3710.
- Applied in Debian:
  + d/rules: stop mysql instance on clean just in case we failed in
tests.
  + d/tests/{cgi,cli,mod-php}: dep8 tests for common use cases.
  + d/rules: export DEB_HOST_MULTIARCH properly.
  + d/rules: load dpkg-buildflags earlier, so that CFLAGS changes are not
overridden.
 -- Robie BasakTue, 27 Jan 2015 12:09:42 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-0207

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-0237

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-0238

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-3478

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-3479

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-3480

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-3487

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-3515

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-3587

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-3597

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-3668

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-3669

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-3670

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-3710

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-4049

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-4670

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-4698

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-4721

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

Title:
  Please update php, mysql on ubuntu 15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1411811/+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 1384943] Re: [SRU] Pinger crashes with segfault in libc

2015-02-02 Thread Marco Bettio
Hi Jorge, 
updated Linux kernel to 3.13.0-45-generic which fixes some ipv6 related 
problems, 
but pinger crash is still there.

Here attached the crash file collected during last crash with the new
kernel.

Thanks in advance.
 

** Attachment added: "_usr_lib_squid3_pinger.0.crash"
   
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1384943/+attachment/4310461/+files/_usr_lib_squid3_pinger.0.crash

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

Title:
  [SRU] Pinger crashes with segfault in libc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1384943/+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 1292234] Re: qcow2 image corruption on non-extent filesystems (ext3)

2015-02-02 Thread Josep M. Perez
Apparently this bug is also present in Debian. In my case the corrupted
image was a windows one. When I run qemu-img check over it it will
complain about lots of clusters, and if I pass it the repair flag, then
it will end up crashing with the following message:

$  qemu-img check -r all windows.img
Repairing cluster 0 refcount=0 reference=1
Repairing cluster 1 refcount=0 reference=1
qcow2: Preventing invalid write on metadata (overlaps with active L1 table); 
image marked as corrupt.
Repairing cluster 2 refcount=0 reference=1
qcow2: Preventing invalid write on metadata (overlaps with active L1 table); 
image marked as corrupt.
qcow2: Preventing invalid write on metadata (overlaps with active L1 table); 
image marked as corrupt.
Repairing cluster 3 refcount=0 reference=1
qcow2: Preventing invalid write on metadata (overlaps with active L1 table); 
image marked as corrupt.
qcow2: Preventing invalid write on metadata (overlaps with active L1 table); 
image marked as corrupt.
qcow2: Preventing invalid write on metadata (overlaps with active L1 table); 
image marked as corrupt.
Repairing cluster 4 refcount=0 reference=1
qcow2: Preventing invalid write on metadata (overlaps with active L1 table); 
image marked as corrupt.
qcow2: Preventing invalid write on metadata (overlaps with active L1 table); 
image marked as corrupt.
qcow2: Preventing invalid write on metadata (overlaps with active L1 table); 
image marked as corrupt.
qcow2: Preventing invalid write on metadata (overlaps with active L1 table); 
image marked as corrupt.
Repairing cluster 5 refcount=0 reference=1
qcow2: Preventing invalid write on metadata (overlaps with active L1 table); 
image marked as corrupt.
Repairing cluster 6 refcount=0 reference=1
...
Repairing OFLAG_COPIED data cluster: l2_entry=800397a59000 refcount=0
Repairing OFLAG_COPIED data cluster: l2_entry=800397a5a000 refcount=0
Repairing OFLAG_COPIED data cluster: l2_entry=8001b000 refcount=0
The following inconsistencies were found and repaired:

0 leaked clusters
97850 corruptions

Double checking the fixed image now...
[1]27716 segmentation fault (core dumped)  qemu-img check -r all windows.img


Has anyone else tried this over a copy of the corrupted image?

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

Title:
  qcow2 image corruption on non-extent filesystems (ext3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1292234/+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 1410838] Re: Samba 'panic action' script internal error

2015-02-02 Thread padarjohn
I'm getting these several time per day.

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

Title:
  Samba 'panic action' script internal error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1410838/+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 1410838] Re: Samba 'panic action' script internal error

2015-02-02 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Samba 'panic action' script internal error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1410838/+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 1276414] Re: Panic or segfault in Samba

2015-02-02 Thread padarjohn
Why has there been no progress on this? This is happening to me several
timer per day.

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

Title:
  Panic or segfault in Samba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1276414/+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 1246236] Re: pxe boot from maas fails due to time out

2015-02-02 Thread zack
** Changed in: maas
 Assignee: (unassigned) => zack (jnrflatwork)

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

Title:
  pxe boot from maas fails due to time out

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1246236/+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 1414925] Re: ntpd seems to add offsets instead of subtracting them

2015-02-02 Thread Liam Young
Hi Thomas,   
I've tried to recreate this bug by having ntp correct a clock that is fast 
and also one that is slow and ntp seems to be working fine for me. I'll attach 
the output of the commands  I tested with. Could you include the exact steps 
you went through please ?
Thanks
Liam

** Attachment added: "ntp-working.txt"
   
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1414925/+attachment/4310301/+files/ntp-working.txt

** Changed in: ntp (Ubuntu)
   Status: New => Incomplete

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

Title:
  ntpd seems to add offsets instead of subtracting them

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