[Bug 1416834] [NEW] Strange (error) messages when starting clamav-daemon

2015-02-01 Thread Bastian
Public bug reported:

When I restarted my server the last time, I noticed that starting clamav-daemon 
produces strange error messages.
However it still seems to start. The detailed output can be found in the 
attached file.

Some details about my system:
Description:Ubuntu 14.04.1 LTS
Release:14.04

clamav-daemon: 0.98.5+addedllvm-0ubuntu0.14.04.1

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

** Attachment added: clamlog.txt
   
https://bugs.launchpad.net/bugs/1416834/+attachment/4309795/+files/clamlog.txt

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

Title:
  Strange (error) messages when starting clamav-daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1416834/+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 288905] Re: /etc/init.d/ntp doesnt use ntpdate to ensure clocks are aligned before starting server.

2015-02-01 Thread Paul Szabo
The way I read man ntpd  (on Debian wheezy), we could (should?) replace 
ntpdate by
ntpd -q; and if we are going to run ntpd then ntpdate is unnecessary anyway.
If we have (or are going to have) ntpd, then we should simply skip 
/etc/network/if-up.d/ntpdate;
seeing how that depends on NTPSERVERS in /etc/ntp.conf or somesuch, I do not 
see that
/etc/network/if-up.d/ntpdate is ever any use.

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

Title:
  /etc/init.d/ntp doesnt use ntpdate to ensure clocks are aligned before
  starting server.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/288905/+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 1125726] Re: boot-time race between /etc/network/if-up.d/ntpdate and /etc/init.d/ntp start

2015-02-01 Thread Paul Szabo
See also
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/288905
where I said:
  The way I read man ntpd (on Debian wheezy), we could (should?) replace 
ntpdate by
  ntpd -q; and if we are going to run ntpd then ntpdate is unnecessary anyway.
  If we have (or are going to have) ntpd, then we should simply skip 
/etc/network/if-up.d/ntpdate;
  seeing how that depends on NTPSERVERS in /etc/ntp.conf or somesuch, I do not 
see that
  /etc/network/if-up.d/ntpdate is ever any use.

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

Title:
  boot-time race between /etc/network/if-up.d/ntpdate and
  /etc/init.d/ntp start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1125726/+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 1416854] [NEW] Fail to install rabbitmq-server

2015-02-01 Thread Chuck Short
Public bug reported:

Reading state information... Done
rabbitmq-server is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up rabbitmq-server (3.4.3-1) ...
chown: cannot access '/var/lib/rabbitmq': No such file or directory
dpkg: error processing package rabbitmq-server (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 rabbitmq-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

** 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/1416854

Title:
  Fail to install rabbitmq-server

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

2015-02-01 Thread Chaskiel Grundman
Public bug reported:

the postinst for apache2 2.4.7-1ubuntu4.1  copies an index.html into 
/var/www/html if it cannot find one in */var/www*
I upgraded a server from lucid-precise-trusty today, and the top page was 
broken at the end due to this (my site was already in /var/www/html)

install_default_files()
{
if is_fresh_install $@ || we_are_upgrading_from_wheezy $@ ; then
if [ ! -e /var/www/index.html  -a \
! -h /var/www/index.html  -a \
! -e /var/www/index.cgi   -a \
! -e /var/www/index.pl-a \
! -e /var/www/index.php   -a \
! -e /var/www/index.xhtml -a \
! -e /var/www/index.htm ] ; then
cp /usr/share/apache2/default-site/index.html 
/var/www/html/index.html
fi
fi
}
--- 
Apache2ConfdDirListing: []
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
DistroRelease: Ubuntu 14.04
InstallationDate: Installed on 2010-07-27 (1650 days ago)
InstallationMedia: Ubuntu-Server 10.04 LTS Lucid Lynx - Release amd64 
(20100427)
Package: apache2 2.4.7-1ubuntu4.1
PackageArchitecture: amd64
ProcEnviron:
 LC_CTYPE=en_US.UTF-8
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
Tags:  trusty
Uname: Linux 3.13.0-45-generic x86_64
UpgradeStatus: Upgraded to trusty on 2015-02-01 (0 days ago)
UserGroups:
 
_MarkForUpload: True
modified.conffile..etc.apache2.conf.available.charset.conf: [modified]
mtime.conffile..etc.apache2.conf.available.charset.conf: 2011-01-07T14:46:11

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


** Tags: apport-collected trusty

** Tags added: apport-collected trusty

** Description changed:

  the postinst for apache2 2.4.7-1ubuntu4.1  copies an index.html into 
/var/www/html if it cannot find one in */var/www*
  I upgraded a server from lucid-precise-trusty today, and the top page was 
broken at the end due to this (my site was already in /var/www/html)
  
  install_default_files()
  {
  if is_fresh_install $@ || we_are_upgrading_from_wheezy $@ ; then
  if [ ! -e /var/www/index.html  -a \
  ! -h /var/www/index.html  -a \
  ! -e /var/www/index.cgi   -a \
  ! -e /var/www/index.pl-a \
  ! -e /var/www/index.php   -a \
  ! -e /var/www/index.xhtml -a \
  ! -e /var/www/index.htm ] ; then
  cp /usr/share/apache2/default-site/index.html 
/var/www/html/index.html
  fi
  fi
  }
+ --- 
+ Apache2ConfdDirListing: []
+ ApportVersion: 2.14.1-0ubuntu3.6
+ Architecture: amd64
+ DistroRelease: Ubuntu 14.04
+ InstallationDate: Installed on 2010-07-27 (1650 days ago)
+ InstallationMedia: Ubuntu-Server 10.04 LTS Lucid Lynx - Release amd64 
(20100427)
+ Package: apache2 2.4.7-1ubuntu4.1
+ PackageArchitecture: amd64
+ ProcEnviron:
+  LC_CTYPE=en_US.UTF-8
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
+ Tags:  trusty
+ Uname: Linux 3.13.0-45-generic x86_64
+ UpgradeStatus: Upgraded to trusty on 2015-02-01 (0 days ago)
+ UserGroups:
+  
+ _MarkForUpload: True
+ modified.conffile..etc.apache2.conf.available.charset.conf: [modified]
+ mtime.conffile..etc.apache2.conf.available.charset.conf: 2011-01-07T14:46:11

-- 
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 1416885] Apache2Modules.txt

2015-02-01 Thread Chaskiel Grundman
apport information

** Attachment added: Apache2Modules.txt
   
https://bugs.launchpad.net/bugs/1416885/+attachment/4309963/+files/Apache2Modules.txt

-- 
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 1416875] [NEW] apache-2.4.10 dies in reload

2015-02-01 Thread David Favor
Public bug reported:

net3# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.10
Release:14.10
Codename:   utopic

Different than
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/669005 which has
to do with php5-curl. I deinstalled php5-curl + had no effect.

Using trace8 provides no additional detail.

Unable to get apache to generate a core dump, even after reading many
articles + trying many command line incantations.

Someone tell me how to get a core dump + I'll post the stack trace of
failure.

Thanks.

** Affects: apache2 (Ubuntu)
 Importance: Undecided
 Status: 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/1416875

Title:
  apache-2.4.10 dies in reload

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1416875/+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 1416875] Re: apache-2.4.10 dies in reload

2015-02-01 Thread David Favor
From /var/log/apache2/error.log

[Sun Feb 01 11:39:32.464302 2015] [mpm_prefork:notice] [pid 14428] AH00171: 
Graceful restart requested, doing restart
[Sun Feb 01 11:39:32.475487 2015] [core:trace3] [pid 14428] core.c(3051): 
Setting LogLevel for all modules to trace8
[Sun Feb 01 11:39:32.502279 2015] [core:notice] [pid 14428] AH00060: seg fault 
or similar nasty error detected in the parent process

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

Title:
  apache-2.4.10 dies in reload

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1416875/+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 1416875] Re: apache-2.4.10 dies in reload

2015-02-01 Thread David Favor
Problem module is php5-librdf, so someone please update this bug report
with how to collect a core dump + I'll attach the data for this bug.

Thanks.

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

Title:
  apache-2.4.10 dies in reload

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1416875/+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 1300133] Re: Generate ED25519 host keys on upgrade

2015-02-01 Thread Josha Foust
I think this should be done to improve security, especially in light of
the new key rotation feature coming in the next version:

http://blog.djm.net.au/2015/02/key-rotation-in-openssh-68.html

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

Title:
  Generate ED25519 host keys on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1300133/+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 1416875] Re: apache-2.4.10 dies in reload

2015-02-01 Thread David Favor
Have narrowed problem down to a php module.

a2dismod php5 + restart + reload works, so now onto figuring out which
php5 module is culprit, using apt-get purge on each ph5 module, to
ensure all traces of related module cruft is removed.

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

Title:
  apache-2.4.10 dies in reload

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1416875/+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] Dependencies.txt

2015-02-01 Thread Chaskiel Grundman
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1416885/+attachment/4309964/+files/Dependencies.txt

-- 
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 1416885] cyrus.conf.txt

2015-02-01 Thread Chaskiel Grundman
apport information

** Attachment added: cyrus.conf.txt
   
https://bugs.launchpad.net/bugs/1416885/+attachment/4309966/+files/cyrus.conf.txt

-- 
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 1416885] error.log.txt

2015-02-01 Thread Chaskiel Grundman
apport information

** Attachment added: error.log.txt
   
https://bugs.launchpad.net/bugs/1416885/+attachment/4309967/+files/error.log.txt

-- 
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 1416885] cyrus-ssl.conf.txt

2015-02-01 Thread Chaskiel Grundman
apport information

** Attachment added: cyrus-ssl.conf.txt
   
https://bugs.launchpad.net/bugs/1416885/+attachment/4309965/+files/cyrus-ssl.conf.txt

-- 
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 1416895] Re: /etc/dnsmasq.conf does not contain an ending newline character

2015-02-01 Thread Thomas Hood
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

-- 
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 450463] Re: acpiphp module needs to be loaded on boot

2015-02-01 Thread Martin Pitt
Scott, do you know what adds this module to the cloud images these days?
This module doesn't exist any more AFAICS, and thus always causes
systemd-module-load.service to fail on cloud images.

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

Title:
  acpiphp module needs to be loaded on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/450463/+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 1384503] Re: rsync fails on large files with compression

2015-02-01 Thread Joe Harrington
This is a relief, and thanks for giving your attention to this bug.
Utopic has 3.1.1-2. Can it be pushed as an update to 14.04?

Thanks!

--jh--

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

Title:
  rsync fails on large files with compression

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1384503/+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 1416895] Re: /etc/dnsmasq.conf does not contain an ending newline character

2015-02-01 Thread Thomas Hood
Just checked 2.72-1 and it doesn't seem to have this problem.

$ cat /etc/dnsmasq.conf | tail -n 2
#conf-file=/etc/dnsmasq.more.conf
#conf-dir=/etc/dnsmasq.d
$ od -t c /etc/dnsmasq.conf | tail -n 2
0062320   /   e   t   c   /   d   n   s   m   a   s   q   .   d  \n
0062337

-- 
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 1392504] Re: USB Passthrough is not working anymore

2015-02-01 Thread zebul666
I just installed libvirt 1.2.8 on ubuntu utopic and usb passthrough does not 
work on a linux vm
I got the libusbx error in the livert VM log

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

Title:
  USB Passthrough is not working anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1392504/+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 1416906] [NEW] force user no longer works

2015-02-01 Thread Gerald Villemure
Public bug reported:

There is nasty regression bug in samba 4.1.6
That prevents the use of the force user option.

https://bugzilla.samba.org/show_bug.cgi?id=9878

It has been fixed in 4.1.7.

For now I installed samba from:  ppa:linux-schools/backports
In order to get things working again.

Gérald

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

** Description changed:

  There is nasty regression bug in samba 4.1.6
  That prevents the use of the force user option.
  
  https://bugzilla.samba.org/show_bug.cgi?id=9878
  
  It has been fixed in 4.1.7.
  
- For know I installed samba from:  ppa:linux-schools/backports
- In order to get working again.
+ For now I installed samba from:  ppa:linux-schools/backports
+ In order to get things working again.
  
  Gérald

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

Title:
  force user no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1416906/+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 1384503] Re: rsync fails on large files with compression

2015-02-01 Thread Gerald Villemure
I installed rsync_3.1.1-2_amd64.deb from the vivid repo.

It installed without issue on trusty and, fortunately, resolves this
major bug.

Gerald

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

Title:
  rsync fails on large files with compression

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1384503/+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 1416895] [NEW] /etc/dnsmasq.conf does not contain an ending newline character

2015-02-01 Thread Sworddragon
Public bug reported:

I'm using Ubuntu 15.04 dev with dnsmasq 2.72-2 and there is no ending
newline character in /etc/dnsmasq.conf.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq in Ubuntu.
https://bugs.launchpad.net/bugs/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 1384503] [NEW] rsync fails on large files with compression

2015-02-01 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by Robie Basak (racb):

Copying large (10GB) files with rsync -z (compression) leads to a long
hang and eventual error after transferring part of the file.  The error
is consistent.  The file copies at normal speed until it reaches its
maximum size (1.4 GB out of 20 GB for one, 6.9 GB out of 29 GB for
another).  Then nothing happens for a while (many minutes).  Finally,
there is an error:

[]
jh/.VirtualBox/win7/win7.vbox
jh/.VirtualBox/win7/win7.vbox-prev
jh/.VirtualBox/win7/win7.vdi
rsync: [sender] write error: Broken pipe (32)
rsync error: error in rsync protocol data stream (code 12) at io.c(837) 
[sender=3.1.0]

In this case, 6.9 GB of 29 GB transferred.  Without -z, it works.

See the following upstream report, with a comment at the end from the
rsync maintainer:

https://bugzilla.samba.org/show_bug.cgi?id=10372

According to this report, version 3.1.0 (included in 14.04) uses a
different compression package from prior versions.  Prior versions did
not have this problem for me using the same command on the same systems.
Both hosts ran Ubuntu 11.10 at the time, and all run 14.04 now, in each
case with all updates applied, Intel hardware.  Network connection
between them is gigabit ethernet through one switch.  A shell ssh
between them in a terminal works and stays up during the failure, so it
is not a network issue.  There are no relevant entries in syslog on
either machine.  There is sufficient capacity on the receiving disk.
All filesystems are ext4.

rsync command:

/usr/bin/rsync -aHSxvz --delete --stats --exclude=lost+found
--exclude=.gvfs --exclude=/nonlaptop /home/
backup.host.edu:/bu/host/home/

(yes, I changed the machine names)

Current release (both hosts):

Description:Ubuntu 14.04.1 LTS
Release:14.04

Current package (both hosts):

rsync:
  Installed: 3.1.0-2ubuntu0.1
  Candidate: 3.1.0-2ubuntu0.1
  Version table:
 *** 3.1.0-2ubuntu0.1 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
100 /var/lib/dpkg/status
 3.1.0-2 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

Thanks,

--jh--

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

-- 
rsync fails on large files with compression
https://bugs.launchpad.net/bugs/1384503
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to the bug report.

-- 
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-01 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Please could you explain this bug in more detail? What relevant files
existed before your upgrade, what existed after, how did this break your
server, what did you expect the upgrade to do and what did it do
instead?

When done, please change the bug status back to New. Thanks!

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

-- 
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 1416875] Re: apache-2.4.10 dies in reload

2015-02-01 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Reassinging to redland-bindings as you've identified the problem to be
there. Sorry, I don't have instructions to give you to collect a core
dump for Apache specifically.

** Package changed: apache2 (Ubuntu) = redland-bindings (Ubuntu)

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

Title:
  apache-2.4.10 dies in reload

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/redland-bindings/+bug/1416875/+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 1416854] Re: Fail to install rabbitmq-server

2015-02-01 Thread Robie Basak
** Changed in: rabbitmq-server (Ubuntu)
   Status: New = Confirmed

** Changed in: rabbitmq-server (Ubuntu)
   Importance: Undecided = High

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

Title:
  Fail to install rabbitmq-server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1416854/+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 1307598] Re: Debian/Ubuntu system wide CA certificate file doesn't seem to be used

2015-02-01 Thread Jamie Lennox
We can't as an upstream python project start looking for CA certs from
an operating system. When installing from apt you will get the correct
behaviour, if you install from pip you will get the 'correct' python
behaviour.

This is a requests library issue.

** Changed in: python-keystoneclient
   Status: New = Opinion

** Changed in: python-keystoneclient
   Status: Opinion = Invalid

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

Title:
  Debian/Ubuntu system wide CA certificate file doesn't seem to be used

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keystoneclient/+bug/1307598/+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 1386637] Comment bridged from LTC Bugzilla

2015-02-01 Thread bugproxy
--- Comment From brsri...@in.ibm.com 2015-02-02 04:37 EDT---
Hello,

Can you please let us know if there are any updates on this bug? Do you
need more information from us?

Thanks and regards,

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

Title:
  multipath shows non-mpath disks as being multipath

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1386637/+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 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)

2015-02-01 Thread Fred Thoma
*** This bug is a duplicate of bug 1346917 ***
https://bugs.launchpad.net/bugs/1346917

Same bluescreen again on  day 9 after the kernel upgrade.

So upgrading Kernel from 3.13 to 3.16 did not help.

Still looking for a fix.

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1308341/+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 1387817] Re: New Upstream Version 7.4.1

2015-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package logwatch - 7.4.1-2ubuntu1

---
logwatch (7.4.1-2ubuntu1) vivid; urgency=medium

  * Merge from Debian unstable (LP: #1387817). Remaining changes:
- debian/control: depend on postfix rather than exim4.
- debian/dist.conf/logfiles/maillog.conf: adjust for logrotation

logwatch (7.4.1-2) unstable; urgency=medium

  * Revert upstream change on fail2ban service config. This makes fail2ban
reporting work again. Closes: #766901

logwatch (7.4.1-1) unstable; urgency=medium

  * Imported Upstream version 7.4.1 (svn rev 242)
- patches merged upstream:
  + Change-spamassassin-to-use-maillog-config.patch
  + s-sshd-ignore-PAM-service-sshd-ignoring-max-retries-.patch
  + s-s-exim-Fix-wrong-regex.patch
  + s-s-sshd-Support-fatal-Write-failed-Connection-reset.patch
  + s-s-dovecot-Recognize-and-report-Server-shutting-dow.patch
  + s-s-pam_unix-Fix-two-unknown-entries.patch
- bugs fixed upstream:
  + Unmatched entries for AppArmor, closes: 710146
  * Add Recommends on libsys-cpu-perl, needed by zz-sys script (which is
disabled by default). Spotted in #761399. Since zz-sys would also need
perl module Sys::MemInfo, we do not close this bug.)

logwatch (7.4.0+svn20140718rev203-1) unstable; urgency=medium

  * Imported Upstream version 7.4.0+svn20140718rev203
- s/smartd: Also support Selective Self-Test
- s/kernel: don't report mount option errors. Closes: #754211
  * Refresh patches, remove 4 patches merged upstream
  * Change spamassassin logfile config such that it works on debian
  * logfiles/vsftpd.conf: Include year in time pattern, such that logfiles
from one year ago are not included in the report. Closes: #682036
  * s/clam-update: Print full path to freshclam log in warning message.
Closes: #633776
  * s/sshd: ignore PAM service(sshd) ignoring max retries message.
  * s/s/exim: Fix wrong regex causing Uninitialized variable warning.
Closes: #756186
  * d/control: Update Standards-Version 3.9.4 - 3.9.5 (no changes)
  * s/s/sshd: Support fatal: Write failed: Connection reset by peer message
  * s/s/dovecot: Recognize and report Server shutting down. loglines
  * s/s/pam_unix: Fix two unknown entries (ignoring max retries and a too
strict pattern for an authentication failure line)
  * d/control: Put Vcs-* fields pointing to newly created repository on alioth

logwatch (7.4.0+svn20131108rev175-1) unstable; urgency=low

  * Imported Upstream version 7.4.0+svn20131108rev175
- fixes exim script problems with IPv6 and uninitialized values
  (closes: #708197, #712655)
- script to support rsyslog specific message (closes: #712681)
- enhancements to mdadm handling (hopefully closes: #710867)
  * smartd: Add patch to support additional test types (closes: #636322)
  * man-page: Fix documentation of --logdir parameter (closes: #670877)
 -- Robie Basak robie.ba...@ubuntu.com   Mon, 02 Feb 2015 04:03:21 +

** Changed in: logwatch (Ubuntu)
   Status: New = 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/1387817

Title:
  New Upstream Version 7.4.1

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