[Bug 1542597] Re: dnsmasq breaks Steam downloads on Comcast

2016-02-05 Thread Charles M. Hannum
** Project changed: dnsmasq => dnsmasq (Ubuntu)

** Also affects: dnsmasq
   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/1542597

Title:
  dnsmasq breaks Steam downloads on Comcast

To manage notifications about this bug go to:
https://bugs.launchpad.net/dnsmasq/+bug/1542597/+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 1540008] [NEW] USB permissions not set at install time (udevd name changed?)

2016-01-30 Thread Charles Lepple
Public bug reported:

1) $ lsb_release -rd
Description:Ubuntu 14.04.3 LTS
Release:14.04

2) nut-server: 2.7.1-1ubuntu1; udev: 204-5ubuntu20.15

3) On a fresh install of Ubuntu 14.04 (amd64), I installed the nut-
server package while the UPS was already connected via USB. After
installation, the permissions described by /lib/udev/rules.d/52-nut-
usbups.rules should have changed the group of the corresponding
/dev/bus/usb/*/* node to 'nut'.

4) The owner/group for the /dev/bus/usb node remained root:root.
Manually running 'udevadm trigger --subsystem-match=usb --action=change'
changed the group to 'nut'. (From past experience tracking down related
udev+nut bugs, unplugging and re-plugging the USB cable would yield
similar results.)

However, that udevadm command is included in the postinst for nut-
server, and it is guarded with a pidof check for 'udevd':

# ask udev to check for new udev rules
[ -x /etc/init.d/udev ] && pidof udevd > /dev/null \
  && udevadm trigger --subsystem-match=usb --action=change

This most likely needs to be amended to include the current process
name, 'systemd-udevd'. I checked the control files, and unless the udevd
process name has changed back, I believe this will affect vivid, wily
and xenial as well as trusty. (I will let someone else add those later
tags if that turns out to be the case.)

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


** Tags: trusty

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

Title:
  USB permissions not set at install time (udevd name changed?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/1540008/+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 1511735] Re: libnl: fail to bind() netlink sockets

2016-01-30 Thread D. Charles Pyle
Same problems as above hit me today after an update on my Ubuntu 14.04.3
LTS machine.  After applying updates, networking ceased to function.

Downgraded libnl* and now networking is working again.

Luckily I was able to do the downgrade by first using recovery options
at boot from GRuB.  From there I enabled networking, and then I resumed
booting.  Networking lasted long enough to do the downgrade (per
instructions above), followed by a reboot of the system.

All is working now, and I am waiting for the coming network-manager
update to fix the problem.

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

Title:
  libnl: fail to bind() netlink sockets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnl3/+bug/1511735/+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 1483615] Re: usbhid-ups driver segfaults on discovery of UPS

2016-01-25 Thread Charles Lepple
Since you only have one UPS, I would recommend removing the extra "-x"
options (this prevents problems down the road if a new kernel assigns a
different bus number). I believe the regex matcher is case-sensitive, so
the "051D" does not match.

Interestingly enough, we did have another recent unreproducible report
of an APC-related segfault that cleared up after a reboot:
https://github.com/networkupstools/nut/issues/252 but it would be
interesting to find out why the string descriptors are sometimes not
available.

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

Title:
  usbhid-ups driver segfaults on discovery of UPS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/1483615/+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 1483615] Re: usbhid-ups driver segfaults on discovery of UPS

2016-01-24 Thread Charles Lepple
@davis65536: I think we might have a lead on this. Are you running in a
VM?

https://github.com/networkupstools/nut/issues/258

The APC portion of usbhid-ups expects that if it can open the device, it
can read the string descriptors. Your system is printing "unknown" for
the Manufacturer, Product and Serial Number lines for your UPS. IMHO
this is also a bug elsewhere (libusb, kernel or hypervisor?) since the
Product string is the easiest way to distinguish between the various
051d:0002 USB devices, though I agree that the driver should be more
robust.

Can you see the APC vendor string if you run "lsusb -vvv -d051d:" as
root?

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

Title:
  usbhid-ups driver segfaults on discovery of UPS

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

2016-01-11 Thread Charles Peters II
I attempted to SRU a patch almost a year ago.  And that was after two
other people confirmed the patch worked for them.

In reply to my email Alberto Salvia Novella said on Mon, Jan 12, 2015 at 5:14 PM
C Peters:
> https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1300367
> Can someone nominate this for a SRU?

Done ;)


Please see Comment #6 of bug report 
https://bugs.launchpad.net/rsync/+bug/1300367.  The fixed package has been 
available in my Launchpad PPA since 2014-10-20.

-- 
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/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 1498697] Re: Targets are not consistently shown with large numbers of targets

2015-09-23 Thread Charles Farquhar
Thanks Eric!

A quick test by @jcallicoat shows that the package seems to have
resolved the issue.

root@XX-cinder01_cinder_volumes_container-45d8c323:/tmp# for i in {1..100} 
; do diff -u <(/usr/sbin/tgtadm -L iscsi --mode target --op show | fgrep 
Target) <(/usr/sbin/tgtadm -L iscsi --mode target --op show | fgrep Target) ; 
sleep 1 ; done
--- /dev/fd/63  2015-09-24 01:35:14.491460650 +
+++ /dev/fd/62  2015-09-24 01:35:14.491460650 +
@@ -578,5 +578,3 @@
Target 607: 
iqn.2010-10.org.openstack:volume-c04e678e-0f5c-40b1-8f13-3c5928cf9177
Target 608: 
iqn.2010-10.org.openstack:volume-102fc5d2-93e4-4e34-b616-947cd685004c
Target 609: 
iqn.2010-10.org.openstack:volume-9009a826-dc4e-43e9-9413-896713f94144
-Target 610: 
iqn.2010-10.org.openstack:volume-c4210e46-aa24-4176-b719-f8c201b44fdf
-Target 611: 
iqn.2010-10.org.openstack:volume-c3fb534a-ccca-4fbd-93ef-fb7ae6370936
--- /dev/fd/63  2015-09-24 01:35:19.599588811 +
+++ /dev/fd/62  2015-09-24 01:35:19.599588811 +
@@ -578,3 +578,4 @@
Target 607: 
iqn.2010-10.org.openstack:volume-c04e678e-0f5c-40b1-8f13-3c5928cf9177
Target 608: 
iqn.2010-10.org.openstack:volume-102fc5d2-93e4-4e34-b616-947cd685004c
Target 609: 
iqn.2010-10.org.openstack:volume-9009a826-dc4e-43e9-9413-896713f94144
+Target 610: 
iqn.2010-10.org.openstack:volume-c4210e46-aa24-4176-b719-f8c201b44fdf
--- /dev/fd/63  2015-09-24 01:35:29.815845124 +
+++ /dev/fd/62  2015-09-24 01:35:29.815845124 +
@@ -578,6 +578,3 @@
Target 607: 
iqn.2010-10.org.openstack:volume-c04e678e-0f5c-40b1-8f13-3c5928cf9177
Target 608: 
iqn.2010-10.org.openstack:volume-102fc5d2-93e4-4e34-b616-947cd685004c
Target 609: 
iqn.2010-10.org.openstack:volume-9009a826-dc4e-43e9-9413-896713f94144
-Target 610: 
iqn.2010-10.org.openstack:volume-c4210e46-aa24-4176-b719-f8c201b44fdf
-Target 611: 
iqn.2010-10.org.openstack:volume-c3fb534a-ccca-4fbd-93ef-fb7ae6370936
-Target 612: 
iqn.2010-10.org.openstack:volume-85ea7e62-5317-44f5-8a27-114299924a74
--- /dev/fd/63  2015-09-24 01:35:33.899947586 +
+++ /dev/fd/62  2015-09-24 01:35:33.899947586 +
@@ -578,5 +578,3 @@
Target 607: 
iqn.2010-10.org.openstack:volume-c04e678e-0f5c-40b1-8f13-3c5928cf9177
Target 608: 
iqn.2010-10.org.openstack:volume-102fc5d2-93e4-4e34-b616-947cd685004c
Target 609: 
iqn.2010-10.org.openstack:volume-9009a826-dc4e-43e9-9413-896713f94144
-Target 610: 
iqn.2010-10.org.openstack:volume-c4210e46-aa24-4176-b719-f8c201b44fdf
-Target 611: 
iqn.2010-10.org.openstack:volume-c3fb534a-ccca-4fbd-93ef-fb7ae6370936
^C

root@XX-cinder01_cinder_volumes_container-45d8c323:/tmp# wget 
https://launchpad.net/~eric-desrochers-z/+archive/ubuntu/tgt1498697/+files/tgt_1.0.43-0ubuntu4.1%7E14.04.1%2B20150923lp1498697%7E1_amd64.deb
--2015-09-24 01:36:22--  
https://launchpad.net/~eric-desrochers-z/+archive/ubuntu/tgt1498697/+files/tgt_1.0.43-0ubuntu4.1%7E14.04.1%2B20150923lp1498697%7E1_amd64.deb
Resolving launchpad.net (launchpad.net)... 91.189.89.222, 91.189.89.223
Connecting to launchpad.net (launchpad.net)|91.189.89.222|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: 
https://launchpadlibrarian.net/218674274/tgt_1.0.43-0ubuntu4.1%7E14.04.1%2B20150923lp1498697%7E1_amd64.deb
 [following]
--2015-09-24 01:36:23--  
https://launchpadlibrarian.net/218674274/tgt_1.0.43-0ubuntu4.1%7E14.04.1%2B20150923lp1498697%7E1_amd64.deb
Resolving launchpadlibrarian.net (launchpadlibrarian.net)... 91.189.89.228, 
91.189.89.229
Connecting to launchpadlibrarian.net 
(launchpadlibrarian.net)|91.189.89.228|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 204638 (200K) [application/x-debian-package]
Saving to: 'tgt_1.0.43-0ubuntu4.1~14.04.1+20150923lp1498697~1_amd64.deb'

100%[=>]
204,638  406KB/s   in 0.5s

2015-09-24 01:36:24 (406 KB/s) -
'tgt_1.0.43-0ubuntu4.1~14.04.1+20150923lp1498697~1_amd64.deb' saved
[204638/204638]

root@XX-cinder01_cinder_volumes_container-45d8c323:/tmp# ar xv 
tgt_1.0.43-0ubuntu4.1~14.04.1+20150923lp1498697~1_amd64.deb
x - debian-binary
x - control.tar.gz
x - data.tar.xz

root@XX-cinder01_cinder_volumes_container-45d8c323:/tmp# tar xf
data.tar.xz

root@XX-cinder01_cinder_volumes_container-45d8c323:/tmp# cd
usr/sbin/

root@XX-cinder01_cinder_volumes_container-45d8c323:/tmp/usr/sbin#
for i in {1..100} ; do diff -u <(./tgtadm -L iscsi --mode target --op
show | fgrep Target) <(./tgtadm -L iscsi --mode target --op show | fgrep
Target) ; sleep 1 ; done

root@XX-cinder01_cinder_volumes_container-45d8c323:/tmp/usr/sbin#

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

Title:
  Targets are not consistently shown with large numbers of targets

To manage notifications about this bug go to:

[Bug 1333600] Re: Encoded symbols in path produce HTTP-500 error

2015-06-16 Thread Charles Hsu
Hi Guys,

I saw same problem, I created a bug in keystonemiddleware. 
https://bugs.launchpad.net/keystonemiddleware/+bug/1465525


** Also affects: python-keystonemiddleware (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: python-keystonemiddleware (Ubuntu)

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

Title:
  Encoded symbols in path produce HTTP-500 error

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift3/+bug/1333600/+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 1407841] [NEW] docker.io package fails install if docker group is pre-existing

2015-01-05 Thread Charles Butler
Public bug reported:

When installing the docker.io package, it fails during installation with
a message akin to the following:

stderr: addgroup: The group `docker' already exists and is not a system group. 
Exiting.
dpkg: error processing package docker.io (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 docker.io
E: Sub-process /usr/bin/dpkg returned an error code (1)
 
This was originally discovered during charm development where a user can switch 
from the canonical docker package to the docker maintained package 
'lxc-docker'. With the upstream package, they are not maintaining a 
docker-group in the charm, and allows for installation regardless of the 
presence of the group. While the docker.io package will halt installation in a 
panic if it exists - regardless if its a system group or not. Just the presence 
alone appears to be the key factor in the failure.

I don't think this behavior is correct - as a user may have created a
docker group themselves, and expect to install the docker.io package
from the repository after removing the latest - due to a bug or any
number of reasons.

I'm linking the commit to the charm and the user stack trace for
additional validation/investigation if required:

https://github.com/chuckbutler/docker-
charm/commit/59946a7bd6bfa3cc050de3b27e62d3207c71be47

https://gist.github.com/slatunje/735e1e5132de02a3ad1d

** Affects: docker.io (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: papercut

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

Title:
  docker.io package fails install if docker group is pre-existing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1407841/+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 1406729] Re: dig does not have a default trusted key

2015-01-02 Thread Charles Peters II
I vote no, if someone is setting up or testing DNSSEC, let's not encourage them 
to use a broken dig option! 

I tried using the following command and dig core dumped.  Note: www is setup as 
a CNAME.  
dig +trusted-key=trusted-key.key +topdown +sigchase +multiline -ta 
www.tuxedo.net

I was wondering if I had done something wrong with DNSSEC...   But other tools 
show (I think) it looks ok.  
drill -TD -k ../trusted-key.key www.tuxedo.net   # See footnote 1
http://dnsviz.net/d/www.tuxedo.net/dnssec/

And some more digging and I found:
The option is not compiled in by default upstream because it is broken.  

See: 
https://lists.isc.org/pipermail/bind-users/2012-May/087779.html
https://lists.isc.org/pipermail/bind-users/2012-May/087781.html

dig +trusted-key=trusted-key.key +topdown +sigchase +multiline -ta com
...
;; OK a DS valids a DNSKEY in the RRset
;; Now verify that this DNSKEY validates the DNSKEY RRset
;; VERIFYING DNSKEY RRset for com. with DNSKEY:30909: success

;; We are in a Grand Father Problem: See 2.2.1 in RFC 3568

;; ERROR : com. is not a subdomain of: com. FAILED

name.c:2151: REQUIRE(source-length  0) failed, back trace
#0 0x7f1a1cda5954 in ??
#1 0x7f1a1cda58ba in ??
#2 0x7f1a1d4a7bdc in ??
#3 0x7f1a1dc45f72 in ??
#4 0x7f1a1dc48397 in ??
#5 0x7f1a1dc4a3d2 in ??
#6 0x7f1a1cdc7af6 in ??
#7 0x7f1a1cb80182 in ??
#8 0x7f1a1c8acefd in ??
Aborted (core dumped)

I also compiled bind-9.9.6-P1 to test if it was fixed in a newer
release, and it is still broken.

Footnote 1:
Note drill is currently part of ldnsutils package and not unbound.  
https://www.nlnetlabs.nl/projects/drill/

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

Title:
  dig does not have a default trusted key

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1406729/+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 1401055] [NEW] package libbind9-90 (not installed) failed to install/upgrade: trying to overwrite '/usr/share/doc/libbind9-90/copyright', which is also in package libdebconfclient0:amd64 0.187ubu

2014-12-10 Thread Christopher Charles Erswell
Public bug reported:

Pronlem installing  Ubuntu updates

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libbind9-90 (not installed)
ProcVersionSignature: Ubuntu 3.13.0-34.60-lowlatency 3.13.11.4
Uname: Linux 3.13.0-34-lowlatency x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Wed Dec 10 10:10:33 2014
DuplicateSignature: package:libbind9-90:(not installed):trying to overwrite 
'/usr/share/doc/libbind9-90/copyright', which is also in package 
libdebconfclient0:amd64 0.187ubuntu1
ErrorMessage: trying to overwrite '/usr/share/doc/libbind9-90/copyright', which 
is also in package libdebconfclient0:amd64 0.187ubuntu1
InstallationDate: Installed on 2014-08-09 (122 days ago)
InstallationMedia: Ubuntu-Studio 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.1)
SourcePackage: bind9
Title: package libbind9-90 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/doc/libbind9-90/copyright', which is also in package 
libdebconfclient0:amd64 0.187ubuntu1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check package-conflict trusty

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

Title:
  package libbind9-90 (not installed) failed to install/upgrade: trying
  to overwrite '/usr/share/doc/libbind9-90/copyright', which is also in
  package libdebconfclient0:amd64 0.187ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1401055/+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 1300367] Re: rsync 3.1.0 and 3.0.9 incompatibility

2014-10-20 Thread Charles Peters II
Attached is a patch which seems to fix the bug for Ubuntu Trusty or
14.04.

Please test the package from my PPA and confirm it works OK.
https://launchpad.net/~cp/+archive/ubuntu/bug-fixes/+packages

The easy way to install it:
sudo add-apt-repository ppa:cp/bug-fixes
sudo apt-get update
sudo apt-get upgrade


Changelog

rsync (3.1.0-2ubuntu0.2) trusty; urgency=medium

  * Use included zlib as transfers failed when using -z with the separate zlib.
(LP: #11300367)
- debian/rules: Add -Izlib to CPPFLAGS and change .configure to use
  -with-included-zlib=yes
- debian/control: Remove Build-Depends zlib1g-dev


My testing shows transfers with the -z option are working, but the real test 
will be when my backups run late tonight. ;)

** Patch added: Use rsync's internal zlib
   
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1300367/+attachment/4240742/+files/rsync-trusty-zlib-internal.diff

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

Title:
  rsync 3.1.0 and 3.0.9 incompatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/rsync/+bug/1300367/+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 1323220] Re: samba-4.1.6 Lock order violation and file lost

2014-10-14 Thread Charles
It has been 5 months! When will Ubuntu fix this?

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

Title:
  samba-4.1.6 Lock order violation and file lost

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

2014-09-25 Thread Charles Peters II
# ssh-keygen -A
ssh-keygen: generating new host keys: RSA1 ED25519 

I don't think we want to add the old RSA1 keys, just the new ED25519.

-- 
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 1369792] Re: Python yaml missing from mongodb install on precise and trusty

2014-09-15 Thread Charles Butler
Moving to proper project, this effects juju not the ubuntu package.

** Package changed: mongodb (Ubuntu) = mongodb (Juju Charms Collection)

** Changed in: mongodb (Juju Charms Collection)
   Status: New = Confirmed

** Changed in: mongodb (Juju Charms Collection)
   Importance: Undecided = High

** Changed in: mongodb (Juju Charms Collection)
 Assignee: (unassigned) = Charles Butler (lazypower)

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

Title:
  Python yaml missing from mongodb install on precise and trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/charms/+source/mongodb/+bug/1369792/+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 1323930] Re: mod_lua.so missing from 14.04 install (apache2-bin, 2.4.7-1ubuntu4))

2014-08-25 Thread Charles Bueche
Hi maintainers,

I'm victim of this bug, and need mod_lua. I can compile it myself, but
as user of 14.04 LTS, I thought I can expect this bug to be fixed, e.g.
being able to get the missing dependencies installed.

I'm not sure to really understand the release process here. Janitor says
it's fixed, but apt-get update+upgrade does not install the missing
mod_lua.so.

Is there something I have to do to get this fix applied to my server ?

TIA,
Charles

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

Title:
  mod_lua.so missing from 14.04 install (apache2-bin, 2.4.7-1ubuntu4))

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1323930/+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 1323930] Re: mod_lua.so missing from 14.04 install (apache2-bin, 2.4.7-1ubuntu4))

2014-08-25 Thread Charles Bueche
Thanks Dirk for your help.

As I found no usable crypto lib in LUA available as Ubuntu LTA package, I 
reverted to mod_perl for my FixUp handler.
Sad thing, LUA would be a nice addition to my weapon-list to hack on Apache 
traffic, but it seems not very much used for such things.

Regs,
Charles

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

Title:
  mod_lua.so missing from 14.04 install (apache2-bin, 2.4.7-1ubuntu4))

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1323930/+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 1329429] Re: local bootstrap fails

2014-06-14 Thread Charles Butler
The issue turned out to be root owned ~/.juju/environments from what I
observed. This can be resolved by removing that directory and letting
juju re-create the directory to warehouse the .jenv's with the proper
permissions on bootstrap.

Can you give that a Go nuclearbob and let me know if the issue goes
away?

Please note, you no longer need to use sudo to bootstrap *any*
environment. If juju requires sudo rights, it will prompt you for an
administrative password.

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

Title:
  local bootstrap fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1329429/+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 1316597] Re: test_smartos fails in a chroot

2014-06-02 Thread Charles Plessy
Thanks Scott !  This is very timely as Debian's cloud-init package just
got http://bugs.debian.org/750314 filed because the package could not be
rebuilt in a chroot.

Do you by chance plan an upstream release of cloud-init in the near
future ?  If not, I will apply revision 976 as a patch to the Debian
package.

Have a nice day,

-- 
Charles

** Bug watch added: Debian Bug tracker #750314
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750314

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

Title:
  test_smartos fails in a chroot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1316597/+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 744223] Re: memslap / memcslap is not present, although it is advertised in the package libmemcached-tools

2014-04-16 Thread Charles Butler
This is still an issue present in 13.10

ii  libmemcached-tools1.0.8-1ubuntu1
amd64Commandline tools for talking to memcached via libmemcached

charles@Bushido:~/cabs/precise/memslap$ type memslap
bash: type: memslap: not found

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

Title:
  memslap / memcslap is not present, although it is advertised in the
  package libmemcached-tools

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmemcached/+bug/744223/+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 744223] Re: memslap / memcslap is not present, although it is advertised in the package libmemcached-tools

2014-04-16 Thread Charles Butler
Disregard, the command was memcslap. I clearly didn't read the helpful
output:

$ memslap
No command 'memslap' found, did you mean:
 Command 'memcslap' from package 'libmemcached-tools' (main)

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

Title:
  memslap / memcslap is not present, although it is advertised in the
  package libmemcached-tools

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

2014-03-31 Thread Charles Peters II
Public bug reported:

openssh (1:6.5p1-1) unstable; urgency=medium
  ...
  * Generate ED25519 host keys on fresh installations.  Upgraders who wish
to add such host keys should manually add 'HostKey
/etc/ssh/ssh_host_ed25519_key' to /etc/ssh/sshd_config and run
'ssh-keygen -q -f /etc/ssh/ssh_host_ed25519_key -N  -t ed25519'.
   ...
-- Colin Watson cjwat...@debian.org  Mon, 10 Feb 2014 14:58:26 +

Most users and many administrators are not going to notice the new host
key capabilities when it is buried in a changelog.  We should at least
give them a obvious hint about it.

Even better would be to prompt the user to generate the keys with a
debconf question like was recently done with the Change to
PermitRootLogin without-password.

I would like to label this as a security vulnerability, but that may be
a bit over the top, it would be a security improvement!

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

-- 
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 781088] Re: Time is not syncronized with NTP-server

2014-03-15 Thread Charles Kerr
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue that you reported is one that should be
reproducible with the live environment of the Desktop ISO of the
development release - Trusty Tahr. It would help us greatly if you could
test with it so we can work on getting it fixed in the next release of
Ubuntu. You can find out more about the development release at
http://www.ubuntu.com/testing/ . Thanks again and we appreciate your
help.

** Changed in: indicator-datetime (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Time is not syncronized with NTP-server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/781088/+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 1247148] Re: rndc addzone isn't working. fix available

2013-11-11 Thread Charles Peters II
snippet of /etc/apparmor.d/usr.sbin.named
  # /etc/bind should be read-only for bind
  # /var/lib/bind is for dynamically updated zone (and journal) files.
  # /var/cache/bind is for slave/stub data, since we're not the origin of it.
  # See /usr/share/doc/bind9/README.Debian.gz
  /etc/bind/** r,
  /var/lib/bind/** rw,
  /var/lib/bind/ rw,
  /var/cache/bind/** lrw,
  /var/cache/bind/ rw,

Pavel's proposed solution could cause other issues with apparmor.
Furthermore Pavel should place the zone files  in /var/lib/bind/.

$ ls -ld /var/lib/bind/master/
drwxrws--- 3 root bind 4096 Jun 30 23:08 /var/lib/bind/master/

A directory from a hidden master containing one of my DNSSEC enabled zones, a 
zone which is configured to automatically rotate the ZSK or zone signing key:
$ sudo ls -la /var/lib/bind/master/tuxedo.net
total 104
drwxrws--- 2 bind bind  4096 Nov  8 18:03 .
drwxrws--- 3 root bind  4096 Jun 30 23:08 ..
-rw-r--r-- 1 root bind  1858 Sep 24 18:51 tuxedo.net.hosts
-rw-r--r-- 1 bind bind   512 Sep 24 18:51 tuxedo.net.hosts.jbk
-rw-r--r-- 1 bind bind  7509 Nov  8 18:03 tuxedo.net.hosts.signed
-rw-r--r-- 1 bind bind 76419 Nov  8 17:48 tuxedo.net.hosts.signed.jnl

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

Title:
  rndc addzone isn't working. fix available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1247148/+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 1247148] Re: rndc addzone isn't working. fix available

2013-11-11 Thread Charles Peters II
Perhaps a better approach would be to modify /etc/default/bind9.

$ cat /etc/default/bind9
# run resolvconf?
RESOLVCONF=no

# startup options for the server
OPTIONS=-u bind

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

Title:
  rndc addzone isn't working. fix available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1247148/+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 1214749] [NEW] Sync mailman 1:2.1.16~rc2-1 (main) from Debian unstable (main)

2013-08-21 Thread Charles Peters II
Public bug reported:

Please sync mailman 1:2.1.16~rc2-1 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * debian/tests: Add autopkgtest.
  * Fix FTBFS: correct expected Python.h location in configure script
(LP: #1098162).
- d/control: add build dependency on dh-autoreconf
- d/rules: use dh_autoreconf and dh_autoreconf_clean
- d/patches/80_python_h_location.patch: patch configure.in
  * Fix FTBFS: correct expected Python.h location in configure script
(LP: #1098162).
- d/control: add build dependency on dh-autoreconf
- d/rules: use dh_autoreconf and dh_autoreconf_clean
- d/patches/80_python_h_location.patch: patch configure.in

 To check for possible merges I compared the Debian 2.1.15-1 and Ubuntu
2.1.15-1ubuntu2 source packages with diff -ru and then compared the
changes to Debian's 2.1.16~rc2-1.  I also checked with Yolanda Robla
yolanda.ro...@canonical.com and Robie Basak
robie.ba...@canonical.com about possible merges.

It appears all of Ubuntu's changes have made it into the new Debian
package or Mailman upstream. 

I tested the packages on raring using my production raring VPS and it 
appears to be running without any issues.

The results of my saucy builds are posted at:
https://launchpad.net/~cp/+archive/net/+sourcepub/3435869/+listing-archive-extra



Changelog entries since current saucy version 1:2.1.15-1ubuntu2:

mailman (1:2.1.16~rc2-1) unstable; urgency=low

  [ Thijs Kinkhorst ]
  * New upstream release candidate.
- Exposes message-id to templates (closes: #614340).
  * Remove obsolete patches, applied upstream:
21_newlist_help.patch
  * Updates to Russian debconf templates, thanks Ivan Krylov!
(closes: #710268).
  * Needs at least version 3.8.0 of logrotate (closes: #687215).
  * Add autopkgtests, thanks Yolanda Robla! (closes: #710095)
  * Packaging cleanup: checked for policy 3.9.4, update Vcs URL,
recommend default-mta instead of exim4.

  [ Thorsten Glaser ]
  * Prevent losing stderr in the init script when there are many lists.
(closes: #702002)
  * debian/watch: mangle the epoch away so DDPO is green again.

 -- Thijs Kinkhorst th...@debian.org  Sun, 04 Aug 2013 12:00:05 +0200

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

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

Title:
  Sync mailman 1:2.1.16~rc2-1 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mailman/+bug/1214749/+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 1189646] Re: unowned files after purge (policy 6.8, 10.8): /etc/apt/apt.conf.d/90cloud-init-pipelining

2013-07-14 Thread Charles Plessy
Le Thu, Jun 20, 2013 at 08:56:13PM -, Scott Moser a écrit :
 
   I looked today at separating grub-legacy-ec2 out of cloud-init and saw
 your repo at
 http://anonscm.debian.org/gitweb/?p=collab-maint/pv-grub-menu.lst.git and
 the ITP at #6721024.  I've done a bit of work here to get it to build and
 to fix some lintian errors.  I wonder what your plans are for that (if any).
 
   Mainly, I'd like to get that code out of cloud-init's packaging tree and
 somewhere else, and it seems like you were possibly doing some of that also.
 
   I'm willing to do some of the grunt work, but will need the result to
 work as desired on ubuntu.
   Thoughts?

Hi Scott,

sorry for taking so much time to anwer.

I think that it would be great to have a grub-legacy-ec2 in a separate
package, be it pv-grub-menu.lst or anything else.  While drafting
pv-grub-menu.lst, I wondered if most of the code is only there because it
is carried over from the original update-grub scripts.

Do you think that there is room or need for simplification ?  One of the
reasons I did not go further with pv-grub-menu.lst was that I was
uncomfortable running a package where I barely understand much of
what its main script seems to be capable of doing.

Apart from this, unless Ubuntu has diverged on the kernel hooks, it seems to me
that the package should be working fine on both Debian and Ubuntu.

Have a nice Sunday,

Charles

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan

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

Title:
  unowned files after purge (policy 6.8, 10.8): /etc/apt/apt.conf.d
  /90cloud-init-pipelining

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1189646/+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 1189646] [NEW] unowned files after purge (policy 6.8, 10.8): /etc/apt/apt.conf.d/90cloud-init-pipelining

2013-06-10 Thread Charles Plessy
Public bug reported:

Hi Scott,

this is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674237.  Can
you add the following line in debian/cloud-init.postrm for the purge ?

rm -f /etc/apt/apt.conf.d/90cloud-init-pipelining

Have a nice day,

-- 
Charles

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  unowned files after purge (policy 6.8, 10.8): /etc/apt/apt.conf.d
  /90cloud-init-pipelining

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1189646/+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 811518] Re: SAMBA cannot browse Workgroups, name resolve order

2012-10-15 Thread Charles Michael Peszczynski Ritchea
This bug affected me, Windows shared worked fine, then they stopped
working, and this fixed it. I tried launching an exe in Mono, and then
started installing wine right before my shares stopped working. Ubuntu
12.04 amd64 to Windows 8 x64

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

Title:
  SAMBA cannot browse Workgroups, name resolve order

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/811518/+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 992520] [NEW] package winbind 2:3.6.3-2ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2012-05-01 Thread Charles
Public bug reported:

This is a preinstalled Ubuntu. Then copied to another drive and used in
a different computer. Don't know if that is relevent. Never a problem
before.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: winbind 2:3.6.3-2ubuntu2.1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
Uname: Linux 3.2.0-24-generic-pae i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Tue May  1 06:41:03 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 127
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: samba
Title: package winbind 2:3.6.3-2ubuntu2.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 127
UpgradeStatus: Upgraded to precise on 2012-04-27 (3 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  package winbind 2:3.6.3-2ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/992520/+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 992520] Re: package winbind 2:3.6.3-2ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2012-05-01 Thread Charles
-- 
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/992520

Title:
  package winbind 2:3.6.3-2ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/992520/+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 921389] [NEW] open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module failed to build

2012-01-24 Thread Nathan Charles
Public bug reported:

 * Loading open-vm-tools modules
FATAL: Module vmhgfs 
not found.
FATAL: Module vmsync not found.
FATAL: Module vmblock not found.
FATAL: Module vmxnet not found.

 [ OK ]
 * Starting open-vm daemon vmtoolsd

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: open-vm-dkms 2011.07.19-450511-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-10.18-generic 3.2.1
Uname: Linux 3.2.0-10-generic x86_64
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
DKMSKernelVersion: 3.2.0-10-generic
Date: Tue Jan 24 22:37:15 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120106)
PackageArchitecture: all
PackageVersion: 2011.07.19-450511-0ubuntu2
SourcePackage: open-vm-tools
Title: open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module 
failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

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

Title:
  open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/921389/+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 921389] Re: open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module failed to build

2012-01-24 Thread Nathan Charles
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/921389

Title:
  open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/921389/+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 816934] [NEW] package samba-common-bin 2:3.5.8~dfsg-1ubuntu2 failed to install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error exit status 2

2011-07-27 Thread Charles Harris
Public bug reported:

it wont go away every time i start up system it tells me to load this
stupid package

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: samba-common-bin 2:3.5.8~dfsg-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic i686
AptOrdering:
 samba-common-bin: Install
 samba-common-bin: Configure
Architecture: i386
Date: Wed Jul 27 16:39:58 2011
ErrorMessage: subprocess dpkg-deb --fsys-tarfile returned error exit status 2
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
NmbdLog:
 
SambaServerRegression: No
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package samba-common-bin 2:3.5.8~dfsg-1ubuntu2 failed to 
install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error exit status 2
UpgradeStatus: No upgrade log present (probably fresh install)
WindowsFailedConnect: Yes

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


** Tags: apport-package i386 natty

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

Title:
  package samba-common-bin 2:3.5.8~dfsg-1ubuntu2 failed to
  install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error
  exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/816934/+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 816934] Re: package samba-common-bin 2:3.5.8~dfsg-1ubuntu2 failed to install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error exit status 2

2011-07-27 Thread Charles Harris
-- 
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/816934

Title:
  package samba-common-bin 2:3.5.8~dfsg-1ubuntu2 failed to
  install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error
  exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/816934/+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 794978] [NEW] libvirt fails to start on ubuntu 10.04

2011-06-09 Thread Charles Majola
Public bug reported:

Installed nova openstack with latest ipdates of everything.

When I try to start libvirt I get this error

12:29:45.910: 27562: info : libvirt version: 0.8.8
12:29:45.910: 27562: error : virCommandWait:1229 : internal error Child process 
(/sbin/iptables --table mangle --delete POSTROUTING --out-interface virbr0 
--protocol udp --destination-port 68 --jump CHECKSUM --checksum-fill) exited 
with status 2.
12:29:45.917: 27562: error : virCommandWait:1229 : internal error Child process 
(/sbin/iptables --table mangle --insert POSTROUTING --out-interface virbr0 
--protocol udp --destination-port 68 --jump CHECKSUM --checksum-fill) exited 
with status 2.
12:29:45.917: 27562: warning : networkAddGeneralIptablesRules:1128 : Could not 
add rule to fixup DHCP response checksums on network 'default'.
12:29:45.917: 27562: warning : networkAddGeneralIptablesRules:1129 : May need 
to update iptables package  kernel to support CHECKSUM rule.
^C12:43:16.904: 27565: warning : qemudDispatchSignalEvent:406 : Shutting down 
on signal 2

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

Title:
  libvirt fails to start on ubuntu 10.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/794978/+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 668043] Re: libvirt default network doesn't start, iptables errors, bad rules

2011-06-09 Thread Charles Majola
I'm using libvirt version: 0.8.8, this bug stille xists

12:29:45.910: 27562: info : libvirt version: 0.8.8
12:29:45.910: 27562: error : virCommandWait:1229 : internal error Child process 
(/sbin/iptables --table mangle --delete POSTROUTING --out-interface virbr0 
--protocol udp --destination-port 68 --jump CHECKSUM --checksum-fill) exited 
with status 2.
12:29:45.917: 27562: error : virCommandWait:1229 : internal error Child process 
(/sbin/iptables --table mangle --insert POSTROUTING --out-interface virbr0 
--protocol udp --destination-port 68 --jump CHECKSUM --checksum-fill) exited 
with status 2.
12:29:45.917: 27562: warning : networkAddGeneralIptablesRules:1128 : Could not 
add rule to fixup DHCP response checksums on network 'default'.
12:29:45.917: 27562: warning : networkAddGeneralIptablesRules:1129 : May need 
to update iptables package  kernel to support CHECKSUM rule.
^C12:43:16.904: 27565: warning : qemudDispatchSignalEvent:406 : Shutting down 
on signal 2

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

Title:
  libvirt default network doesn't start, iptables errors, bad rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/668043/+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 554094] Re: Windows clients cannot connect unless Samba manually restarted

2010-08-18 Thread Charles Burns
This problem appears to be resolved with a recent update. I've restarted
my server and Samba came right up.

-- 
Windows clients cannot connect unless Samba manually restarted
https://bugs.launchpad.net/bugs/554094
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 619520] [NEW] package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2010-08-17 Thread Charles Wray
Public bug reported:

I tried to get updates and this is what i got after the update process.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: mysql-server-5.1 5.1.41-3ubuntu12.3
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
AptOrdering: mysql-server-5.1: Remove
Architecture: i386
Date: Tue Aug 17 17:37:24 2010
ErrorMessage: Package is in a very bad inconsistent state - you should  
reinstall it before attempting a removal.
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
Logs.var.log.daemon.log:
 
Logs.var.log.kern.log: Aug 17 17:15:04 sandman-desktop kernel: [   19.985953] 
type=1505 audit(1282083304.041:11):  operation=profile_load pid=774 
name=/usr/sbin/mysqld
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['ib_logfile0', 'debian-5.1.flag', 'mysql_upgrade_info', 
'ib_logfile1', 'phpmyadmin', 'mysql', 'ibdata1']
SourcePackage: mysql-dfsg-5.1
Title: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: 
Package is in a very bad inconsistent state - you should  reinstall it before 
attempting a removal.

** Affects: mysql-dfsg-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

-- 
package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: Package 
is in a very bad inconsistent state - you should  reinstall it before 
attempting a removal.
https://bugs.launchpad.net/bugs/619520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 619520] Re: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2010-08-17 Thread Charles Wray

** Attachment added: .etc.apparmor.d.usr.sbin.mysqld.txt
   
https://bugs.launchpad.net/bugs/619520/+attachment/1496574/+files/.etc.apparmor.d.usr.sbin.mysqld.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/619520/+attachment/1496575/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/619520/+attachment/1496576/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/619520/+attachment/1496577/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/619520/+attachment/1496578/+files/DpkgTerminalLog.txt

** Attachment added: MySQLConf.etc.mysql.my.cnf.txt
   
https://bugs.launchpad.net/bugs/619520/+attachment/1496579/+files/MySQLConf.etc.mysql.my.cnf.txt

-- 
package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: Package 
is in a very bad inconsistent state - you should  reinstall it before 
attempting a removal.
https://bugs.launchpad.net/bugs/619520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 599910] Re: Libvirt/kvm permissions/ownership issue on upgrade from Kosmic to Lucid

2010-07-01 Thread Charles Curley
OK, I found a solution, likely the right one. After the upgrade, I found
a new file, /etc/libvirt/qemu.conf.dpkg-dist. After diffing it against
qemu.conf, I copied the following two stanzas from the upgrade file to
the configuration file:

# The user ID for QEMU processes run by the system instance
#user = libvirt-qemu
user = root

# The group ID for QEMU processes run by the system instance
#group = kvm
group = root

I don't know why I missed it during the upgrade. If enough other folks
have this problem, it might be worth investigating.

Thierry, I'm not sure I can change the status of this to fixed; if not
would you please do so?

Thanks.

-- 
Libvirt/kvm permissions/ownership issue on upgrade from Kosmic to Lucid
https://bugs.launchpad.net/bugs/599910
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 599910] Re: Libvirt/kvm permissions/ownership issue on upgrade from Kosmic to Lucid

2010-06-30 Thread Charles Curley
On Wed, 30 Jun 2010 08:56:07 -
Thierry Carrez thierry.car...@ubuntu.com wrote:

 Are you part of the libvirtd group ?
 In doubt: just paste the output of grep libvirtd /etc/group

Yes.

r...@dzur:~# grep libvirtd /etc/group
libvirtd:x:127:ccurley

However, everything is owned by root:root, and libvirtd runs as root:

r...@dzur:~# ps aux | grep libvirtd | grep -v grep
root  6804  0.1  0.1 221764  5768 ?Sl   Jun29
1:04 /usr/sbin/libvirtd -d

r...@dzur:/var/lib/libvirt/images# ll finnix-93.0.iso 
-rw-rw-rw- 1 root root 126629888 2010-01-21 09:22 finnix-93.0.iso


-- 

Charles Curley  /\ASCII Ribbon Campaign
Looking for fine software   \ /Respect for open standards
and/or writing?  X No HTML/RTF in email
http://www.charlescurley.com/ \No M$ Word docs in email

Key fingerprint = CE5C 6645 A45A 64E4 94C0  809C FFF6 4C48 4ECD DFDB

-- 
Libvirt/kvm permissions/ownership issue on upgrade from Kosmic to Lucid
https://bugs.launchpad.net/bugs/599910
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 599910] [NEW] Libvirt/kvm permissions/ownership issue on upgrade from Kosmic to Lucid

2010-06-29 Thread Charles Curley
Public bug reported:

I just upgraded my desktop from Kosmic Koala to Lucid Lynx, and
upgraded to the latest. Everything worked fine prior to the upgrade
except some unrelated networking issues. I now find that I cannot
launch any virtual machines using libvirt/qemu/kvm and
libvirt-manager.

If I try to launch a VM having only a CD-ROM image for bulk storage, I
get:

 File /usr/share/virt-manager/virtManager/engine.py, line 588, in
 run_domain
vm.startup()
  File /usr/share/virt-manager/virtManager/domain.py, line 150, in
 startup
self._backend.create()
  File /usr/lib/python2.6/dist-packages/libvirt.py, line 300, in
 create
if ret == -1: raise libvirtError ('virDomainCreate() failed',
 dom=self)
libvirtError: internal error unable to start guest: libvir: QEMU
error : cannot set ownership
on /var/lib/libvirt/images/finnix-93.0.iso: Permission denied

This is a known bug: https://bugzilla.redhat.com/show_bug.cgi?id=517304

(I don't see any comparable bug in launchpad.)


If I try to launch a VM with only a virtual hard drive, I get:

 File /usr/share/virt-manager/virtManager/engine.py, line 588, in
 run_domain vm.startup()
  File /usr/share/virt-manager/virtManager/domain.py, line 150, in
 startup self._backend.create()
  File /usr/lib/python2.6/dist-packages/libvirt.py, line 300, in
 create if ret == -1: raise libvirtError ('virDomainCreate() failed',
 dom=self) libvirtError: internal error unable to start guest: libvir:
 QEMU error : cannot change to '126' group: Operation not permitted


# grep 126 /etc/group /etc/passwd
/etc/group:kvm:x:126:
/etc/passwd:libvirt-qemu:x:120:126:Libvirt Qemu,,,:/var/lib/libvirt:/bin/false


Versions:
# pre libvirt kvm qemu
libvirt-bin 0.7.5-5ubuntu27 amd64
libvirt00.7.5-5ubuntu27 amd64
python-libvirt  0.7.5-5ubuntu27 amd64
qemu-common 0.12.3+noroms-0ubuntu9  all
qemu-kvm0.12.3+noroms-0ubuntu9  amd64
# lsb_release -rd
Description:Ubuntu 10.04 LTS
Release:10.04
# uname -a
Linux dzur 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 19:31:57 UTC 2010 x86_64 
GNU/Linux
# cat /proc/version_signature
Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: libvirt-bin 0.7.5-5ubuntu27
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
Architecture: amd64
Date: Tue Jun 29 12:24:47 2010
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: libvirt

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


** Tags: amd64 apport-bug lucid

-- 
Libvirt/kvm permissions/ownership issue on upgrade from Kosmic to Lucid
https://bugs.launchpad.net/bugs/599910
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 599910] Re: Libvirt/kvm permissions/ownership issue on upgrade from Kosmic to Lucid

2010-06-29 Thread Charles Curley

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/51126564/Dependencies.txt

-- 
Libvirt/kvm permissions/ownership issue on upgrade from Kosmic to Lucid
https://bugs.launchpad.net/bugs/599910
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 554094] Re: Windows clients cannot connect unless Samba manually restarted

2010-04-16 Thread Charles Burns
The following is the only log entry made after last server reboot. This
is after the most recent 10.04 updates. I've also updated the clients
and rebooted them, and they still cannot connect (until Samba is
restarted). Only the last two entries are of the right time:

char...@sheridan:/var/log/samba$ tail log.smbd
  charles-pc (10.0.0.42) closed connection to service common
[2010/04/16 10:30:26,  1] smbd/service.c:1240(close_cnum)
  charles-pc (10.0.0.42) closed connection to service music
[2010/04/16 10:30:26,  1] smbd/service.c:1240(close_cnum)
  charles-pc (10.0.0.42) closed connection to service charles
[2010/04/16 12:27:59,  0] smbd/server.c:1069(main)
  smbd version 3.4.7 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2009
[2010/04/16 12:28:00,  0] smbd/server.c:1115(main)
  standard input is not a socket, assuming -D option


I also ensured that Samba is, in fact, running:

char...@sheridan:/var/log/samba$ ps ax | grep mbd
  858 ?Ss 0:00 smbd -F
  979 ?S  0:00 smbd -F
 1457 ?Ss 0:00 nmbd -D
 1790 pts/0S+ 0:00 grep mbd

Please let me know if any other information is needed. I'll even provide
a shell account, as this is not a mission-critical server.

-- 
Windows clients cannot connect unless Samba manually restarted
https://bugs.launchpad.net/bugs/554094
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 527304] Re: package squid 2.7.STABLE6-2ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-04-15 Thread Charles Marslett
My id squid output:

cmarsl...@i1521:~$ id squid
id: squid: No such user

-- 
package squid 2.7.STABLE6-2ubuntu2.2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/527304
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid in ubuntu.

-- 
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 527304] Re: package squid 2.7.STABLE6-2ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-04-15 Thread Charles Marslett
I tried to remove the squid package and I got the following error box
message:

E: squid: subprocess installed pre-removal script returned error exit
status 1

-- 
package squid 2.7.STABLE6-2ubuntu2.2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/527304
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid in ubuntu.

-- 
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 554094] Re: Windows clients cannot connect unless Samba manually restarted

2010-04-12 Thread Charles Burns
The network is defined in /etc/network/interfaces as follows:

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp

The motherboard has two NICs, but only one is in use. both are Intel GBit. The 
IP is assigned by a separate router configured to always give the server the 
same IP address (10.0.0.2).

-- 
Windows clients cannot connect unless Samba manually restarted
https://bugs.launchpad.net/bugs/554094
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 554094] Re: Windows clients cannot connect unless Samba manually restarted

2010-04-03 Thread Charles Burns
Attached is smb.conf


** Attachment added: smb.conf
   http://launchpadlibrarian.net/43012220/smb.conf

-- 
Windows clients cannot connect unless Samba manually restarted
https://bugs.launchpad.net/bugs/554094
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 554094] Re: Windows clients cannot connect unless Samba manually restarted

2010-04-03 Thread Charles Burns
Attached is the smb.conf from the previous configuration. The
differences should be minor and unrelated to the issue, but I've
attached it in case I am wrong. This configuration worked on the
previous setup with Ubuntu 9.10. When the server was restarted, Windows
systems could resume share connections within about 20 seconds of the
samba service starting (with no restart required)

** Attachment added: smb.conf
   http://launchpadlibrarian.net/43012371/smb.conf

-- 
Windows clients cannot connect unless Samba manually restarted
https://bugs.launchpad.net/bugs/554094
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 554094] [NEW] Windows clients cannot connect unless Samba manually restarted

2010-04-02 Thread Charles Burns
Public bug reported:

Binary package hint: samba

Windows clients cannot connect to the server after the server is restarted. The 
samba process is running according to 
 status smbd and is working fine according to smbstatus.

This has been the case since updating the server from 9.10 to 10.04 Beta
(fresh reinstall),

The Windows clients cannot reconnect, even after rebooting them, until
samba is manually restarted on the server with restart smbd

Once this is done, Windows clients can immediately connect.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: samba 2:3.4.7~dfsg-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-19.28-server 2.6.32.10+drm33.1
Uname: Linux 2.6.32-19-server x86_64
NonfreeKernelModules: binfmt_misc ppdev fbcon tileblit font bitblit softcursor 
vga16fb vgastate radeon ttm drm_kms_helper lp psmouse drm i2c_algo_bit 
serio_raw i3000_edac parport edac_core shpchp usbhid hid mptsas mptscsih 
mptbase scsi_transport_sas ahci e1000e
Architecture: amd64
Date: Fri Apr  2 10:54:10 2010
InstallationMedia: Ubuntu-Server 10.04 Lucid Lynx - Beta amd64 (20100317)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SambaServerRegression: Yes
SourcePackage: samba
UbuntuFailedConnect: Yes

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


** Tags: amd64 apport-bug lucid

-- 
Windows clients cannot connect unless Samba manually restarted
https://bugs.launchpad.net/bugs/554094
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 554094] Re: Windows clients cannot connect unless Samba manually restarted

2010-04-02 Thread Charles Burns

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42898298/Dependencies.txt

** Attachment added: SambaInstalledVersions.txt
   http://launchpadlibrarian.net/42898299/SambaInstalledVersions.txt

-- 
Windows clients cannot connect unless Samba manually restarted
https://bugs.launchpad.net/bugs/554094
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 549527] Re: Cannot find domain controller when joining a domain

2010-03-27 Thread Charles Profitt
Sorry to ask a simple question...

Have you checked to ensure that you have network connectivity?

ping -c 4 example.local

-- 
Cannot find domain controller when joining a domain
https://bugs.launchpad.net/bugs/549527
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 549527] Re: Cannot find domain controller when joining a domain

2010-03-27 Thread Charles Profitt
You also may want to check your smb.conf file and krb5.conf file.

-- 
Cannot find domain controller when joining a domain
https://bugs.launchpad.net/bugs/549527
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 223405] Re: [feisty-gutsy-hardy] acidbase depends on both the MySQL and PostgreSQL client

2009-08-15 Thread Charles Hooper
Changing to the following should be acceptable, no?

Depends: ${misc:Depends}, dbconfig-common, mysql-client | virtual-mysql-
client | postgresql-client, php5 | php4 | php5-cli | php4-cli, libphp-
adodb (= 4.62), libwww-perl

** Summary changed:

- [feisty-gutsy-hardy] acidbase depends on both the MySQL and PostgreSQL client
+ [feisty-gutsy-hardy-jaunty] acidbase depends on both the MySQL and PostgreSQL 
client

-- 
[feisty-gutsy-hardy-jaunty] acidbase depends on both the MySQL and PostgreSQL 
client
https://bugs.launchpad.net/bugs/223405
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 28706] Re: need way to specify the lockd port

2009-08-15 Thread Charles Hooper
** Changed in: nfs-utils (Ubuntu)
   Status: New = Confirmed

-- 
need way to specify the lockd port
https://bugs.launchpad.net/bugs/28706
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 301913] Re: php timezone in apache2 is UTC by default

2009-08-15 Thread Charles Hooper
Micah,
I am unable to find anything in the PHP packages that would cause this. 
However, it is possible that your web server is setting the timezone. Here's 
what PHP's documentation[1] has to say about how it retrieves the default 
timezone:

* Reading the timezone set using the date_default_timezone_set() function (if 
any)
* Reading the TZ environment variable (if non empty)
* Reading the value of the date.timezone ini option (if set)
* Querying the host operating system (if supported and allowed by the OS)

In the case of Ubuntu PHP packages, the date.timezone ini option is
always blank. I would try checking the TZ environment variable from
within a script executed by apache and see what you come up with.

[1] http://us.php.net/manual/en/function.date-default-timezone-get.php

** Changed in: php5 (Ubuntu)
   Status: New = In Progress

-- 
php timezone in apache2 is UTC by default
https://bugs.launchpad.net/bugs/301913
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 301913] Re: php timezone in apache2 is UTC by default

2009-08-15 Thread Charles Hooper
My apologies, I read further and found the following:

If none of the above succeed, date_default_timezone_get  will return a
default timezone of UTC.

I'm not sure if this package defaulting to UTC time is necessarily a bug
as changing it simply involves editing the date.timezone php.ini option
and restarting the web server.

-- 
php timezone in apache2 is UTC by default
https://bugs.launchpad.net/bugs/301913
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 404097] Re: Tomcat 6 init script spawns 3 Tomcat instances

2009-07-24 Thread Charles Duffy (M1)
The first two processes are not redundant instances of Tomcat, but
rather the jsvc launcher and controller process; see docs at
http://commons.apache.org/daemon/jsvc.html

-- 
Tomcat 6 init script spawns 3 Tomcat instances
https://bugs.launchpad.net/bugs/404097
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
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 292791] Re: silent login/gdm failures and sudo segfaults with smbpasswd enabled

2009-03-18 Thread Charles Albert MArtins dos Anjos
Hello! At first i've started having segfaults when trying to sudo, then
i've restarted my machine and could not login at all. To solve this i've
entered recovery mode, opened the root prompt and used this command
apt-get purge -y samba samba-common samba-client libpam-smbpass  apt-
get install -y samba libpam-smbpass. The problem its gone, but now i
have another error: when i log using gdm, after entering my password, a
dialog box appears with the word Error! and a OK button, and when i
click OK the system starts just fine. Also, when trying to sudo, i get
an Error, but it still works. Yet also, there is the app
System-Administration-Users and Groups which have a error: when trying
to unlock it, it locks the window for some seconds, then appears with
the dialog box: Coud not authenticate - An unexpected error has
occured with a Close button. When closing it, the window locks and
freezes, and the Wait or Force Close dialog appears. Anyone else with
these problems?

-- 
silent login/gdm failures and sudo segfaults with smbpasswd enabled
https://bugs.launchpad.net/bugs/292791
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 326768] Re: mysql thinks it has crashed when it hasn't

2009-03-10 Thread Charles
I can confirm this behavior.

-- 
mysql thinks it has crashed when it hasn't
https://bugs.launchpad.net/bugs/326768
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 239627] Re: package mysql-server None [modified: /var/lib/dpkg/info/mysql-server.list] failed to install/upgrade: subprocess pre-installation script returned error exit status 1

2009-01-18 Thread Charles Marslett
I attempted to reproduce the problem when I upgraded to Intrepid (clean
install on a new, larger hard drive), and I did not have any issues.

Installed: hdhomerun-config [0.20080430].
And verified that I could scan channels and watch a channel on VLC using it.

Installed:  libgmyth0 [1:0.7.1-1], libmyth-0.21-0 [18722], libmyth-perl
[18722], mythtv [18722], mythtv-backend [18722], mythtv-common [18722],
mythtv-database [18722], mythtv-frontend [18722], mythtv-theme-blootube*
[1:0.21.0-0], mythtv-theme-glass-wide [0.20080908-0], mythtv-theme-gray-
osd, mythtv-theme-isthmus, mythtv-theme-iulius*, mythtv-theme-
metallurgy*, mythtv-theme-myth*, mythtv-theme-project*, mythtv-theme-
retro*, mythtv-theme-titivillus*, mythtv-transcode-utils [18722].

[One possible change, I may have had mysql installed before mythtv
before and not this time.]

Then I executed these commands in this order (order may have been different 
before?):
sudo adduser me mythtv
mythtv-setup
sudo /etc/init.d/mythtv-backend start
Then brought up the front end form the App menu and all worked.

[One command failed because I forgot to log out and back in so I would
show up in the mythtv group - I did that and continued.]

... Perhaps the issue is fixed, or perhaps it is related to something I
did (slightly) differently ...

-- 
package mysql-server None [modified: /var/lib/dpkg/info/mysql-server.list] 
failed to install/upgrade: subprocess pre-installation script returned error 
exit status 1
https://bugs.launchpad.net/bugs/239627
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 235653] Re: [SRU] ACL covering all IPv4 addresses is broken in 2.2.1

2008-12-31 Thread Charles Lepple
As a follow-up to the discussion here, libwrap replaces the old NUT ACL
functionality in the upcoming nut-2.4.0 release. This provides
application-level connection filtering using a fairly well-known ACL
syntax.

-- 
[SRU] ACL covering all IPv4 addresses is broken in 2.2.1
https://bugs.launchpad.net/bugs/235653
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in ubuntu.

-- 
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 235653] Re: [SRU] ACL covering all IPv4 addresses is broken in 2.2.1

2008-08-26 Thread Charles Lepple
On Aug 26, 2008, at 8:11 PM, Steve Langasek wrote:

 Hi Charles,

 Well, most sysadmins that I know, including the sysadmin that is  
 me :),
 prefer security in depth and don't want an either-or choice between
 application-level and system-level ACLs.

Understood, but at the very least, application-level ACLs are  
probably better handled by something like libwrap, with a common  
syntax, and a more thoroughly-inspected codebase. We don't want to  
lull users into thinking that the NUT ACLs are a complete replacement  
for firewall rules.

 Note also that newer versions of NUT are dropping ACLs in favor of
 binding to interfaces (with a failsafe default of not binding to any
 interfaces automatically). I believe the rationale was that by  
 binding
 to a specific interface, there is no chance for someone to exploit  
 any
 potential holes in the NUT ACL code.

 That's not a meaningful solution for users who want to allow remote  
 access
 from certain addresses and only have one interface.


This is starting to stray from the original issue in this bug  
regarding 2.2.1. I don't want to misrepresent the intentions of the  
rest of the NUT team - do you mind if I quote this message and some  
history on the NUT developer list, and CC you?

-- 
[SRU] ACL covering all IPv4 addresses is broken in 2.2.1
https://bugs.launchpad.net/bugs/235653
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in ubuntu.

-- 
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 235653] Re: [SRU] ACL covering all IPv4 addresses is broken in 2.2.1

2008-08-25 Thread Charles Lepple
On Fri, Aug 22, 2008 at 6:26 PM, Steve Langasek wrote:
 So since denying appears to be the default, it seems that the only case
 broken by this is giving all IP addresses access to nut.  Is this ever
 really a good idea?  Or have I overlooked some other reason that this
 makes sense?

Steve,

Sorry to jump in again, but I know that a lot of sysadmins prefer to
centralize their access control rules at the OS level, rather than
deal with the nuances of each application's ACLs. In that situation,
an all-open ACL is acceptable, since the OS (in this case,
iptables/netfilter) would have finer-grained control.

Note also that newer versions of NUT are dropping ACLs in favor of
binding to interfaces (with a failsafe default of not binding to any
interfaces automatically). I believe the rationale was that by binding
to a specific interface, there is no chance for someone to exploit any
potential holes in the NUT ACL code.

Hope that helps.

-- 
- Charles Lepple

-- 
[SRU] ACL covering all IPv4 addresses is broken in 2.2.1
https://bugs.launchpad.net/bugs/235653
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in ubuntu.

-- 
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 235653] Re: ACL covering all IPv4 addresses is broken in 2.2.1

2008-06-30 Thread Charles Lepple
Noticed that this bug is still marked as incomplete - do you need any
more information?

-- 
ACL covering all IPv4 addresses is broken in 2.2.1
https://bugs.launchpad.net/bugs/235653
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in ubuntu.

-- 
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 235653] Re: ACL covering all IPv4 addresses is broken in 2.2.1

2008-06-30 Thread Charles Lepple
Chuck,

version 2.2.1-2.1ubuntu7.2~ppa1 seems to have fixed the ACL bug.

regards,
- Charles

-- 
ACL covering all IPv4 addresses is broken in 2.2.1
https://bugs.launchpad.net/bugs/235653
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in ubuntu.

-- 
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 239627] [NEW] package mysql-server None [modified: /var/lib/dpkg/info/mysql-server.list] failed to install/upgrade: subprocess pre-installation script returned error exit status 1

2008-06-12 Thread Charles Marslett
Public bug reported:

The installation was triggered as a requirement for installing mythtv.

The package version was mysql-server 5.0.51a-3ubuntu5.1.

After manually initializing the files and mythtv (which sort of worked -
I had to do a sudo bash to get the password prompt from the mysql
command to work, from a # prompt), repeating the install appears to
work.

ProblemType: Package
Architecture: i386
Date: Thu Jun 12 18:31:39 2008
Dependencies:
 
DistroRelease: Ubuntu 8.04.1
ErrorMessage: subprocess pre-installation script returned error exit status 1
Package: mysql-server None [modified: /var/lib/dpkg/info/mysql-server.list]
PackageArchitecture: all
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server None [modified: 
/var/lib/dpkg/info/mysql-server.list] failed to install/upgrade: subprocess 
pre-installation script returned error exit status 1
Uname: Linux 2.6.24-19-generic i686

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
package mysql-server None [modified: /var/lib/dpkg/info/mysql-server.list] 
failed to install/upgrade: subprocess pre-installation script returned error 
exit status 1
https://bugs.launchpad.net/bugs/239627
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 239627] Re: package mysql-server None [modified: /var/lib/dpkg/info/mysql-server.list] failed to install/upgrade: subprocess pre-installation script returned error exit status 1

2008-06-12 Thread Charles Marslett

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/15249108/DpkgTerminalLog.txt

-- 
package mysql-server None [modified: /var/lib/dpkg/info/mysql-server.list] 
failed to install/upgrade: subprocess pre-installation script returned error 
exit status 1
https://bugs.launchpad.net/bugs/239627
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 235653] [NEW] ACL covering all IPv4 addresses is broken in 2.2.1

2008-05-28 Thread Charles Lepple
Public bug reported:

Binary package hint: nut

$ lsb_release -rd
Description:Ubuntu 8.04
Release:8.04

$ apt-cache policy nut
nut:
  Installed: 2.2.1-2.1ubuntu7
  Candidate: 2.2.1-2.1ubuntu7
  Version table:
 *** 2.2.1-2.1ubuntu7 0
500 http://us.archive.ubuntu.com hardy/main Packages
100 /var/lib/dpkg/status

To accept connections from all IPv4 addresses, the following statement
would be used in /etc/nut/upsd.conf:

ACL all 0.0.0.0/0
ACCEPT all

Instead of accepting all addresses, it rejects all (the default if no
ACLs match).

This bug was fixed upstream, and released as part of nut-2.2.2. The
patch is here:

http://svn.debian.org/viewsvn/nut?rev=1269view=rev

A temporary workaround is to create two rules which cover the full set
of IPv4 addresses:

ACL all0 0.0.0.0/1
ACL all128 128.0.0.0/1
ACCEPT all0
ACCEPT all128

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

-- 
ACL covering all IPv4 addresses is broken in 2.2.1
https://bugs.launchpad.net/bugs/235653
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in ubuntu.

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