[Bug 1432681] Re: could not read Auth username from stdin delays boot under systemd

2015-04-12 Thread Martin Pitt
Since it's not immediately obvious, can you explain to me or give me a
documentation pointer how you set up openvpn so that it asks for a
passphrase on boot? The Debian package has a much improved systemd
integration (but one detail missing as far as I can see), and I'd like
to test/fix/port that to vivid. Thanks!

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

Title:
  could not read Auth username from stdin delays boot under systemd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1432681/+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 1213173] Re: Does not handle 802.1Q tagged frames correctly

2015-04-12 Thread Guy Harris
What happens if you build a shiny new version of libpcap from the GitHub
repository:

https://github.com/the-tcpdump-group/libpcap/

and then build a shiny new version of tcpdump:

https://github.com/the-tcpdump-group/tcpdump

with it?

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

Title:
  Does not handle 802.1Q tagged frames correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpcap/+bug/1213173/+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 1443224] [NEW] localized-error-pages.conf lacks config to preprocess /error/include page content

2015-04-12 Thread Vdragon
Public bug reported:

Hi, I followed the instructions in localized-error-pages.conf to setup
localized error pages, but found out that page content under
/error/include/ are not preprocessed before sent to client.

Example:

!--#if expr=-z v('CONTENT_LANGUAGE')
--!--#set var=CONTENT_LANGUAGE value=en
--!--#endif
--?xml version=1.0 encoding=UTF-8?
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN
  http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;
html xmlns=http://www.w3.org/1999/xhtml; lang=!--#echo 
var=CONTENT_LANGUAGE -- xml:lang=!--#echo var=CONTENT_LANGUAGE --
head
title!--#echo encoding=none var=TITLE --/title
link rev=made href=mailto:!--#echo encoding=url var=SERVER_ADMIN -- 
/
style type=text/css!--/*--![CDATA[/*!--*/
body { color: #00; background-color: #FF; }
a:link { color: #CC; }
p, address {margin-left: 3em;}
span {font-size: smaller;}
/*]]*/--/style
/head

body
h1!--#echo encoding=none var=TITLE --/h1
p

You don't have permission to access the requested directory.
There is either no index document or the directory is read-protected.

/p
p
!--#include virtual=../contact.html.var --
/p

h2Error !--#echo encoding=none var=REDIRECT_STATUS --/h2
address
  a href=/!--#echo var=SERVER_NAME --/abr /
  span!--#echo var=SERVER_SOFTWARE --/span
/address
/body
/html


It seems that the config template should include


Directory /path
Options IncludesNoExec
AddOutputFilter Includes html
Order allow,deny
Allow from all
/Directory



after
`
Alias /error/include/ /path
`

to make it process correctly

Example:
```
?xml version=1.0 encoding=UTF-8?
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN
  http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;
html xmlns=http://www.w3.org/1999/xhtml; lang=en xml:lang=en
head
titleAccess forbidden!/title
link rev=made href=mailto:ntou...@gmail.com; /
style type=text/css!--/*--![CDATA[/*!--*/
body { color: #00; background-color: #FF; }
a:link { color: #CC; }
p, address {margin-left: 3em;}
span {font-size: smaller;}
/*]]*/--/style
/head

body
h1Access forbidden!/h1
p

You don't have permission to access the requested directory.
There is either no index document or the directory is read-protected.

/p
p
If you think this is a server error, please contact
the a href=mailto:ntou...@gmail.com;webmaster/a.

/p

h2Error 403/h2
address
  a href=/140.121.80.26/abr /
  span海洋大學網路發展協會網站托管服務/span
/address
/body
/html
```

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: apache2 2.4.7-1ubuntu4.4
ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic i686
NonfreeKernelModules: nvidia
Apache2ConfdDirListing: False
ApportVersion: 2.14.1-0ubuntu3.8
Architecture: i386
CurrentDesktop: KDE
Date: Mon Apr 13 10:22:55 2015
SourcePackage: apache2
UpgradeStatus: No upgrade log present (probably fresh install)
error.log:
 [Mon Apr 13 07:53:45.032576 2015] [mpm_event:notice] [pid 31758:tid 
3074755200] AH00489: Apache/2.4.7 (Ubuntu) configured -- resuming normal 
operations
 [Mon Apr 13 07:53:45.032600 2015] [core:notice] [pid 31758:tid 3074755200] 
AH00094: Command line: '/usr/sbin/apache2'
modified.conffile..etc.apache2.conf.available.security.conf: [modified]
modified.conffile..etc.apache2.mods.available.userdir.conf: [modified]
mtime.conffile..etc.apache2.conf.available.security.conf: 
2015-04-13T07:51:58.965640
mtime.conffile..etc.apache2.mods.available.userdir.conf: 
2014-12-24T22:54:46.119177

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


** Tags: apport-bug i386 third-party-packages trusty

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

Title:
  localized-error-pages.conf lacks config to preprocess /error/include
  page content

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1443224/+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 1443224] Re: localized-error-pages.conf lacks config to preprocess /error/include page content

2015-04-12 Thread Vdragon
My /etc/apache2/conf-available/localized-error-pages.conf after patching
http://paste.ubuntu.com/10813153/

** Description changed:

  Hi, I followed the instructions in localized-error-pages.conf to setup
  localized error pages, but found out that page content under
  /error/include/ are not preprocessed before sent to client.
  
  Example:
  
  !--#if expr=-z v('CONTENT_LANGUAGE')
  --!--#set var=CONTENT_LANGUAGE value=en
  --!--#endif
  --?xml version=1.0 encoding=UTF-8?
  !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN
-   http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;
+   http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;
  html xmlns=http://www.w3.org/1999/xhtml; lang=!--#echo 
var=CONTENT_LANGUAGE -- xml:lang=!--#echo var=CONTENT_LANGUAGE --
  head
  title!--#echo encoding=none var=TITLE --/title
  link rev=made href=mailto:!--#echo encoding=url var=SERVER_ADMIN 
-- /
- style type=text/css!--/*--![CDATA[/*!--*/ 
- body { color: #00; background-color: #FF; }
- a:link { color: #CC; }
- p, address {margin-left: 3em;}
- span {font-size: smaller;}
+ style type=text/css!--/*--![CDATA[/*!--*/
+ body { color: #00; background-color: #FF; }
+ a:link { color: #CC; }
+ p, address {margin-left: 3em;}
+ span {font-size: smaller;}
  /*]]*/--/style
  /head
  
  body
  h1!--#echo encoding=none var=TITLE --/h1
  p
  
- 
-   
- 
- You don't have permission to access the requested directory.
- There is either no index document or the directory is read-protected.
- 
+ You don't have permission to access the requested directory.
+ There is either no index document or the directory is read-protected.
  
  /p
  p
  !--#include virtual=../contact.html.var --
  /p
  
  h2Error !--#echo encoding=none var=REDIRECT_STATUS --/h2
  address
-   a href=/!--#echo var=SERVER_NAME --/abr /
-   span!--#echo var=SERVER_SOFTWARE --/span
+   a href=/!--#echo var=SERVER_NAME --/abr /
+   span!--#echo var=SERVER_SOFTWARE --/span
  /address
  /body
  /html
  
  
  It seems that the config template should include
  
  
- Directory /var/www/localized-error-pages/
- Options IncludesNoExec
- AddOutputFilter Includes html
- Order allow,deny
- Allow from all
+ Directory /path
+ Options IncludesNoExec
+ AddOutputFilter Includes html
+ Order allow,deny
+ Allow from all
  /Directory
  
  
  
- after 
+ after
  `
  Alias /error/include/ /path
  `
  
  to make it process correctly
  
  Example:
  ```
  ?xml version=1.0 encoding=UTF-8?
  !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN
-   http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;
+   http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;
  html xmlns=http://www.w3.org/1999/xhtml; lang=en xml:lang=en
  head
  titleAccess forbidden!/title
  link rev=made href=mailto:ntou...@gmail.com; /
- style type=text/css!--/*--![CDATA[/*!--*/ 
- body { color: #00; background-color: #FF; }
- a:link { color: #CC; }
- p, address {margin-left: 3em;}
- span {font-size: smaller;}
+ style type=text/css!--/*--![CDATA[/*!--*/
+ body { color: #00; background-color: #FF; }
+ a:link { color: #CC; }
+ p, address {margin-left: 3em;}
+ span {font-size: smaller;}
  /*]]*/--/style
  /head
  
  body
  h1Access forbidden!/h1
  p
  
- 
-   
- 
- You don't have permission to access the requested directory.
- There is either no index document or the directory is read-protected.
- 
+ You don't have permission to access the requested directory.
+ There is either no index document or the directory is read-protected.
  
  /p
  p
  If you think this is a server error, please contact
  the a href=mailto:ntou...@gmail.com;webmaster/a.
  
  /p
  
  h2Error 403/h2
  address
-   a href=/140.121.80.26/abr /
-   span海洋大學網路發展協會網站托管服務/span
+   a href=/140.121.80.26/abr /
+   span海洋大學網路發展協會網站托管服務/span
  /address
  /body
  /html
  ```
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: apache2 2.4.7-1ubuntu4.4
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic i686
  NonfreeKernelModules: nvidia
  Apache2ConfdDirListing: False
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: i386
  CurrentDesktop: KDE
  Date: Mon Apr 13 10:22:55 2015
  SourcePackage: apache2
  UpgradeStatus: No upgrade log present (probably fresh install)
  error.log:
-  [Mon Apr 13 07:53:45.032576 2015] [mpm_event:notice] [pid 31758:tid 
3074755200] AH00489: Apache/2.4.7 (Ubuntu) configured -- resuming normal 
operations
-  [Mon Apr 13 07:53:45.032600 2015] [core:notice] [pid 31758:tid 3074755200] 
AH00094: Command line: '/usr/sbin/apache2'
+  [Mon Apr 13 07:53:45.032576 2015] [mpm_event:notice] [pid 31758:tid 
3074755200] AH00489: Apache/2.4.7 (Ubuntu) configured -- resuming normal 
operations
+  [Mon Apr 13 07:53:45.032600 2015] [core:notice] [pid 31758:tid 3074755200] 
AH00094: 

[Bug 1443249] Re: After kernel-3.13.04-41, wireless script checks wrong sys file.

2015-04-12 Thread katsu
[the root cause]
$ apt-get changelog linux-image-3.13.0-41-generic
-- snip -- snip -- snip -- snip --
* PCI: Rename sysfs 'enabled' file back to 'enable'
- LP: #1393477
-- snip -- snip -- snip -- snip --

[recommendation 1]
* revert 17-fix-wireless-hook.patch in pm-utils package.

  * debian/patches/17-fix-wireless-hook.patch: Fix typo in wireless
hook (LP: #1299975).

[recommendation 2]
$ diff -Nur wireless.orig wireless
--- wireless.orig   2015-04-12 13:52:04.911478886 +0900
+++ wireless2015-04-12 13:52:37.791641939 +0900
@@ -19,8 +19,12 @@
 [ -L /sys/class/net/$1/device/driver ] || return 1
 # Skip if not a wireless card.
 [ -d /sys/class/net/$1/wireless ] || return 1
+# Confirm sysfs filename. (enable or enabled)
+[ -e /sys/class/net/$1/device/enable ]  sysfsname=enable
+[ -e /sys/class/net/$1/device/enabled ]  sysfsname=enabled
 # Also don't do anything if the device is disabled
-[ $(cat /sys/class/net/$1/device/enabled) = 1 ] || return 1
+[ $(cat /sys/class/net/$1/device/$sysfsname) = 1 ] || return 1
+unset sysfsname
 driver=$(readlink /sys/class/net/$1/device/driver)
 driver=${driver##*/}
 case $driver in

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

Title:
  After kernel-3.13.04-41, wireless script checks wrong sys file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1443249/+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 1443249] [NEW] After kernel-3.13.04-41, wireless script checks wrong sys file.

2015-04-12 Thread katsu
Public bug reported:

[TEST CASE]
* on a laptop machine with a ac adapter connect  wireless interface run:
1. ac adapter disconnect
2. $ tail /var/log/pm-powersave.log  $ iwconfig

[Actual Result]
* wireless power management does not ON

$ tail /var/log/pm-powersave.log
-- snip -- snip -- snip -- snip --
Running hook /usr/lib/pm-utils/power.d/wireless true:
cat: /sys/class/net/wlan0/device/enabled: No such file or directory
/usr/lib/pm-utils/power.d/wireless true: success.
-- snip -- snip -- snip -- snip --

$ iwconfig
wlan0 IEEE 802.11bgn  ESSID:x  
-- snip -- snip -- snip -- snip --
  Power Management:off
-- snip -- snip -- snip -- snip --

[Expected Result]
$ tail /var/log/pm-powersave.log
-- snip -- snip -- snip -- snip --
Running hook /etc/pm/power.d/wireless true:
Turning powersave for wlan0 on...Done.
/etc/pm/power.d/wireless true: success.
-- snip -- snip -- snip -- snip --

$ iwconfig
wlan0 IEEE 802.11bgn  ESSID:x  
-- snip -- snip -- snip -- snip --
  Power Management:on
-- snip -- snip -- snip -- snip --


$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04.2 LTS
Release:14.04
Codename:   trusty

$ uname -a
Linux xxx 3.13.0-49-generic #81-Ubuntu SMP Tue Mar 24 19:29:48 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

$ cat /etc/modprobe.d/ath9k_powersave.conf 
options ath9k ps_enable=1

$ apt-cache policy pm-utils
pm-utils:
  インストールされているバージョン: 1.4.1-13ubuntu0.1
  候補:   1.4.1-13ubuntu0.1
  バージョンテーブル:
 *** 1.4.1-13ubuntu0.1 0
500 http://www.ftp.ne.jp/Linux/packages/ubuntu/archive/ 
trusty-updates/main amd64 Packages
100 /var/lib/dpkg/status
 1.4.1-13 0
500 http://www.ftp.ne.jp/Linux/packages/ubuntu/archive/ trusty/main 
amd64 Packages

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  After kernel-3.13.04-41, wireless script checks wrong sys file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1443249/+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 1443213] [NEW] Data corruption with msgpack = 0.4.5, = 0.4.2 -- upgrade to 0.4.6

2015-04-12 Thread Dan Muresan
Public bug reported:

Please upgrade to 0.4.6 to avoid data corruption:
https://github.com/msgpack/msgpack-python/issues/124

Utopic also needs the upgrade.

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


** Tags: upgrade-software-version vivid

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

Title:
  Data corruption with msgpack = 0.4.5, = 0.4.2 -- upgrade to 0.4.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msgpack-python/+bug/1443213/+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 1439280] Re: Libvirt CPU affinity error

2015-04-12 Thread Kashyap Chamarthy
@Matt: Since you're farily certain that this is specific to Ubuntu, then
I hope Ubuntu's Nova package maintainers will take a look. . .

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

Title:
  Libvirt CPU affinity error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1439280/+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 1443041] [NEW] AUTHBIND is incorrectly configured to run Tomcat7 on port 80 or 443

2015-04-12 Thread James Manger
Public bug reported:

Setting AUTHBIND=yes in /etc/default/tomcat7 should allow Tomcat to
listen on port 80 and/or 443 (when configured to do so in
/etc/tomcat7/server.xml). However, it does not work.

The problem is the file /etc/authbind/byuid/105, which is created by the 
tomcat7 post-install script (/var/lib/dpkg/info/tomcat7.postinst lines 57-68). 
The content is:
  0.0.0.0/0:1,1023

This only authorizes IPv4 addresses, but fails as Tomcat will typically
bind to IPv4 and IPv6.

Authorizing the port range 1-1023 will not work for ports 512-1023 as
the authbind man page says 512-1023 are more dangerous so require the
file name to start with ! (presumably byuid/!105).

A much better approach is to authorize Tomcat for only ports 80 (http)
and 443 (https). I am sure that covers 99.99% of use of ports 1024
so it is more secure not to authorize more.

The permissions on the file are wrong. The file only needs to be
readable by root. It should not be writeable by tomcat7. That gives
tomcat7 the ability to change the file to use any port 1024. The
confusion is because files in /etc/authbind/byport/ (and byaddr/) do
need to be owned by the relevant user because it is the existance (not
content) of those files that convey authority.

SOLUTION
The file /etc/authbind/byuid/105 (where 105 is the UID for the tomcat7 user) 
should have the following permissions:
 
-rw--- 1 root root 44 Apr 11 12:30 /etc/authbind/byuid/105

It should have the following content (authorizing use or ports 80 and
443 for any IPv6 or IPv4 interface):

::/0,80
::/0,443
0.0.0.0/0,80
0.0.0.0/0,443

This file should be created by the tomcat7 post-install script:
/var/lib/dpkg/info/tomcat7.postinst.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: tomcat7 7.0.52-1ubuntu0.1
ProcVersionSignature: Ubuntu 3.13.0-49.81-generic 3.13.11-ckt17
Uname: Linux 3.13.0-49-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.8
Architecture: amd64
Date: Sun Apr 12 19:29:46 2015
InstallationDate: Installed on 2014-08-06 (249 days ago)
InstallationMedia: Ubuntu-Server 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.3)
PackageArchitecture: all
SourcePackage: tomcat7
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.tomcat7.server.xml: [modified]
modified.conffile..etc.tomcat7.tomcat.users.xml: [inaccessible: [Errno 13] 
Permission denied: '/etc/tomcat7/tomcat-users.xml']
mtime.conffile..etc.tomcat7.server.xml: 2015-04-10T17:49:05.456785

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


** Tags: amd64 apport-bug trusty

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

Title:
  AUTHBIND is incorrectly configured to run Tomcat7 on port 80 or 443

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1443041/+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 1443041] Re: AUTHBIND is incorrectly configured to run Tomcat7 on port 80 or 443

2015-04-12 Thread James Manger
The file /etc/authbind/byuid/105 can be readable by anyone (-rw-r--r--
root root). It just should only be writeable by root.

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

Title:
  AUTHBIND is incorrectly configured to run Tomcat7 on port 80 or 443

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1443041/+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 1443095] [NEW] rsync updates of VMs fail due to known debian bug 741628

2015-04-12 Thread Elyse Grasso
Public bug reported:

scripts running backups hang rather than crashing, which makes recovery
harder

error messages look like rsync: [sender] write error: Broken pipe (32)
inflate returned -3 (296 bytes)
rsync error: error in rsync protocol data stream (code 12) at token.c(548) 
[receiver=3.0.9]
rsync error: error in rsync protocol data stream (code 12) at io.c(837) 
[sender=3.1.0]

There is a known fix upstream reported at https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=741628

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: rsync 3.1.0-2ubuntu0.1
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: 2.14.1-0ubuntu3.8
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Apr 12 07:45:48 2015
SourcePackage: rsync
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  rsync updates of VMs fail due to known debian bug 741628

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1443095/+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 1443095] Re: rsync updates of VMs fail due to known debian bug 741628

2015-04-12 Thread Andreas Olsson
*** This bug is a duplicate of bug 1300367 ***
https://bugs.launchpad.net/bugs/1300367

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1300367, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1300367
   rsync 3.1.0 and 3.0.9 incompatibility

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

Title:
  rsync updates of VMs fail due to known debian bug 741628

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1443095/+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 1298611] Re: [FFe] apparmor signal and ptrace mediation

2015-04-12 Thread Ken Sharp
Thanks for clearing that up, Seth!

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

Title:
  [FFe] apparmor signal and ptrace mediation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1298611/+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 1213173] Re: Does not handle 802.1Q tagged frames correctly

2015-04-12 Thread Karl-Heinz Pape
I've got the same bug.
Additional information:
If I use the vlan tag in the capture filter I only see frames with stacked 
vlans.
If I use vlan 1 I will only see frames with vöan 1 as the inner tag.
More:
The vlan information in the frame I capture is at location ether[14,2].
If I filter on that location the frames are filtered at [18,2] although I did 
not
have any vlan in the capture filter string.
It seems that there is in implicit vlan tag in the capture filter. that 
produces an offset
within the frame if a (n outer) vlan is present!

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

Title:
  Does not handle 802.1Q tagged frames correctly

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