[Bug 688541] Re: race condition on shutdown (leads to corrupted fs)

2012-01-02 Thread Launchpad Bug Tracker
This bug was fixed in the package sysvinit - 2.88dsf-13.10ubuntu4.1

---
sysvinit (2.88dsf-13.10ubuntu4.1) oneiric-proposed; urgency=low

  * d/src/initscripts/etc/init.d/sendsigs: wait up to 300 extra
seconds for upstart jobs that have been killed. They will be sent
SIGKILL by upstart when their 'kill timeout' has been reached, so
we should trust the job's author to give the service a reasonable
amount of time to shut down. (LP: #688541)
  * also omit pids of stop/killed upstart jobs since we know they've
been killed already.
  * d/src/initscripts/etc/init.d/umountroot: Check for init.upgraded
file in /var/run before clearing out /var/run. (LP: #886439)
 -- Clint Byrum cl...@ubuntu.com   Mon, 12 Dec 2011 16:08:10 -0800

** Changed in: sysvinit (Ubuntu Oneiric)
   Status: Fix Committed = Fix Released

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

Title:
  race condition on shutdown (leads to corrupted fs)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/688541/+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 876458] Re: dnsmasq started before all interfaces are up

2012-01-02 Thread Thomas Schweikle
 That's exactly what happens without --bind-interface, interfaces which
 are configured in dnsmasq but don't exist at startup generate a warning
 only, and start to work when they are created.

This seems to be correct.

 Packets from interfaces which are not configured are ignored.

This isn't correct at all. Assume configuration:

auto vm0
iface vm0 inet dhcp
  bridge_fd 3
  bridge_hello 2
  bridge_maxage 12
  bridge_stp off
  bridge_ports eth0

auto vm1
iface vm1 inet static
  address 172.18.1.1
  netmask 255.255.255.0
  bridge_fd 3
  bridge_hello 2
  bridge_maxage 12
  bridge_stp off
  pre-up brctl addbr $IFACE
  post-down brctl delbr $IFACE

auto vm8
iface vm1 inet static
  address 172.18.8.1
  netmask 255.255.255.0
  bridge_fd 3
  bridge_hello 2
  bridge_maxage 12
  bridge_stp off
  pre-up brctl addbr $IFACE
  post-down brctl delbr $IFACE

and in /etc/dnsmasq.conf:
localise-queries
domain-needed
expand-hosts
no-negcache
filterwin2k
cache-size=150

dhcp-authoritative
dhcp-fqdn
dhcp-leasefile=/var/lib/misc/dnsmasq.leases

dhcp-boot=boot/grub/i386-pc/core.0
dhcp-no-override
tftp-root=/srv/tftpboot
enable-tftp

listen-address=127.0.0.1
resolv-file=/etc/resolv.dhcp

domain=fritz.box

#== Interface vm1
listen-address=172.18.1.1
domain=fritz.box,172.18.1.0/24
dhcp-range=172-18-1,172.18.1.129,172.18.1.200,255.255.255.0,30m
dhcp-option=net:172-18-1,28,172.18.1.255   # option 
broadcast address
dhcp-option=net:172-18-1,3,172.18.1.1  # option 
default route
dhcp-option=net:172-18-1,option:domain-search,fritz.box# option 
domain search (RFC-3397)
dhcp-option=net:172-18-1,42,172.18.1.1 # option 
ntp-servers
dhcp-option=net:172-18-1,6,172.18.1.1  # option 
domain name servers
dhcp-option=net:172-18-1,15,fritz.box  # option 
domain name
dhcp-option=net:172-18-1,40,fritz.box  # option 
nis domain
dhcp-option=net:172-18-1,23,50 # option 
ttl
dhcp-option=net:172-18-1,19,0  # option 
ip-forwarding off
dhcp-option=net:172-18-1,44,0.0.0.0# set 
netbios-over-TCP/IP nameserver(s) aka WINS server(s)
dhcp-option=net:172-18-1,45,0.0.0.0# 
netbios datagram distribution server
dhcp-option=net:172-18-1,46,8  # 
netbios node type

dhcp-option=net:172-18-1,vendor:PXEClient,1,0.0.0.0
dhcp-option=net:172-18-1,vendor:MSFT,2,1i  # 
Microsoft: tell client to release the lease

#== Interface vm8
listen-address=172.18.8.1
domain=fritz.box,172.18.8.0/24
dhcp-range=172-18-8,172.18.8.129,172.18.8.200,255.255.255.0,30m
dhcp-option=net:172-18-8,28,172.18.8.255# 
option broadcast address
dhcp-option=net:172-18-8,3,172.18.8.1   # 
option default route
dhcp-option=net:172-18-8,option:domain-search,fritz.box # 
option domain search (RFC-3397)
dhcp-option=net:172-18-8,42,172.18.8.1  # 
option ntp-servers
dhcp-option=net:172-18-8,6,172.18.8.1   # 
option domain name servers
dhcp-option=net:172-18-8,15,fritz.box   # 
option domain name
dhcp-option=net:172-18-8,40,fritz.box   # 
option nis domain
dhcp-option=net:172-18-8,23,50  # 
option ttl
dhcp-option=net:172-18-8,19,0   # 
option ip-forwarding off
dhcp-option=net:172-18-8,44,0.0.0.0 # 
set netbios-over-TCP/IP nameserver(s) aka WINS server(s)
dhcp-option=net:172-18-8,45,0.0.0.0 # 
netbios datagram distribution server
dhcp-option=net:172-18-8,46,8   # 
netbios node type

dhcp-option=net:172-18-8,vendor:PXEClient,1,0.0.0.0
dhcp-option=net:172-18-8,vendor:MSFT,2,1i   # 
Microsoft: tell client to release the lease


dhcp-queries are answered on interfaces connected to all bridges! As soon, as I 
turn on dnsmasq systems connected via ethernet receive addresses from my 
dnsmasq dhcp server I'd suppose only being seen from virtual bridges inside the 
host. If I turn on bind-interfaces all is OK again.

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

Title:
  dnsmasq started before all interfaces are up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/876458/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com

[Bug 876458] Re: dnsmasq started before all interfaces are up

2012-01-02 Thread Thomas Schweikle
Have to be a bit more precise: there is an additional interface not
configured at all. This interface only receives and answers dhcp
queries. The other interface, which is configured is OK.

The problem seems to be interfaces which are not configured and may be
up sometimes. As soon as I configure this interface, all is OK again ---
no more answered queries on this interface. But I have to configure it
not to answer any dhcp-queries. If I leave it unconfigured this
Interface will receive dhcp-queries and answer them.

The Interface in question is configured:
auto vm2
iface vm2 inet static
  address 192.168.116.1
  netmask 255.255.255.0
  bridge_fd 3
  bridge_hello 2
  bridge_maxage 12
  bridge_stp off
  bridge_ports eth1
  pre-up brctl addbr $IFACE
  post-down brctl delbr $IFACE

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

Title:
  dnsmasq started before all interfaces are up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/876458/+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 839390] Re: Apache+Kerberos not working anymore since update today

2012-01-02 Thread Thomas Schweikle
Found that too. After setting LDAPVerifyServerCert off everything
seemed fine again. Since we're working with self signed certificates
this isn't tragic.

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

Title:
  Apache+Kerberos not working anymore since update today

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/839390/+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 839390] Re: Apache+Kerberos not working anymore since update today

2012-01-02 Thread Thomas Schweikle
On a test system I was able to revert back to the older apache-package.
Error gone. True a regression. But since on a third server I am working
with apache2 compiled from sources and this apache2 doesn't show the
error --- but it might quite be it had it, but it is already fixed
upstream.

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

Title:
  Apache+Kerberos not working anymore since update today

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/839390/+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 910666] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2012-01-02 Thread fredurb1
It seems that a partial upgrade made it.

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/910666/+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 875440] Re: Cannot authenticate with saslauthd and mysql

2012-01-02 Thread Juan Rozas
Hello folks,

Is really difficult to defend the use of Ubuntu and even Linux when
things like this occurs.

Surelly we don't pay, and so we can't not require anyone to solve our
problem, I now that. But I wonder if this was solved in case we've used
any of the pay services from Ubuntu.

I'm using my server for my small bussines and thus is vital for me. Now
i'm installing a second box server for redundancy and test, and this the
doubt arrises;  Should I install a LTS Ubuntu(is better in terms of
buggs?) or definitely move to Debian or others?

Good luck.

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

Title:
  Cannot authenticate with saslauthd and mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/875440/+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 910838] [NEW] Sync quota 4.00-3 (main) from Debian unstable (main)

2012-01-02 Thread Mathieu Trudel-Lapierre
Public bug reported:

Please sync quota 4.00-3 (main) from Debian unstable (main)

Changelog entries since current precise version 4.00-1:

quota (4.00-3) unstable; urgency=low

  * Port to libnl3 version 3.2.3+.
Thanks to Mathieu Trudel-Lapierre mathieu...@ubuntu.com (Closes: #653096)
  * Fixed query for quota status. (LP: #861346)

 -- Michael Meskes mes...@debian.org  Wed, 28 Dec 2011 15:36:52 +0100

quota (4.00-2) unstable; urgency=low

  * Updated Dutch debconf translation. (Closes: #652351)
  * Suggest installing an MTA so warnquota can send out emails.
(Closes: #645250)
  * When checking for quota enabled filesystems also check for not-enforced
quota on XFS. (Closes: #648961)

 -- Michael Meskes mes...@debian.org  Thu, 22 Dec 2011 12:23:13 +0100

** Affects: quota (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: quota (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Sync quota 4.00-3 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quota/+bug/910838/+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 907543] Re: python-glance fails to install during postinst: update-python-modules: not found

2012-01-02 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/nova/essex

** Branch linked: lp:~ubuntu-server-dev/glance/essex

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

Title:
  python-glance fails to install during postinst: update-python-modules:
  not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/907543/+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 904474] Re: Update whois server for .rs zone

2012-01-02 Thread Chuck Short
This was fixed in the last upload to precise.

** Changed in: whois (Ubuntu)
   Status: New = Fix Released

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

Title:
  Update whois server for .rs zone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/whois/+bug/904474/+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 815528] Re: vsftpd installation script fails

2012-01-02 Thread Chuck Short
** Changed in: vsftpd (Ubuntu)
   Status: New = Triaged

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

Title:
  vsftpd installation script fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/815528/+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 820700] Re: vsftpd will be stopped, but not restarted, on transition from runlevel 1 to 2

2012-01-02 Thread Launchpad Bug Tracker
This bug was fixed in the package vsftpd - 2.3.4-1ubuntu2

---
vsftpd (2.3.4-1ubuntu2) precise; urgency=low

  * debian/vsftpd.upstart: Fix transition from runlevel 1 - 2.
(LP: #820700)
 -- Chuck Short zul...@ubuntu.com   Mon, 02 Jan 2012 09:40:36 -0500

** Changed in: vsftpd (Ubuntu)
   Status: New = Fix Released

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

Title:
  vsftpd will be stopped, but not restarted, on transition from runlevel
  1 to 2

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


[Blueprint servercloud-p-freeipa-tech-preview] FreeIPA Tech Preview

2012-01-02 Thread Timo Aaltonen
Blueprint changed by Timo Aaltonen:

Whiteboard set to:
Work items:
[tjaalton] package python-nss: DONE
[tjaalton] upload python-nss: DONE
[tjaalton] package python-krbv: DONE
[tjaalton] upload python-krbv: DONE
[tjaalton] package certmonger: DONE
[tjaalton] upload certmonger: DONE
[tjaalton] add gssapi delegation support for curl (merge from Debian): DONE
[tjaalton] add gssapi delegation support for xmlrpc-c (patch from RHEL): DONE
[tjaalton] package svrcore: DONE
[tjaalton] upload svrcore: TODO
[tjaalton] package libmozilla-ldap-perl: DONE
[tjaalton] package 389-ds-base: DONE
[tjaalton] test setup-ds: DONE
(BLOCKER) Include ldif.h in libldap2-dev, or update openldap to 2.4.26: TODO
[tjaalton] upload libmozilla-ldap-perl: BLOCKED
[tjaalton] upload 389-ds-base: BLOCKED
[tjaalton] package ldapjdk: DONE
[tjaalton] upload ldapjdk: TODO
[tjaalton] package jss: DONE
[tjaalton] upload jss: TODO
[tjaalton] package idm-console-framework: DONE
[tjaalton] upload idm-console-framework: BLOCKED
[tjaalton] package libapache2-mod-nss: DONE
[tjaalton] upload libapache2-mod-nss: TODO
[tjaalton] package tomcatjss: DONE
[tjaalton] upload tomcatjss: TODO
[tjaalton] package osutil: DONE
[tjaalton] upload osutil: TODO
[tjaalton] package dogtag-pki-theme: DONE
[tjaalton] upload dogtag-pki-theme: TODO
[tjaalton] package pki-core: DONE
[tjaalton] upload pki-core: BLOCKED
[tjaalton] package freeipa: INPROGRESS
[tjaalton] upload freeipa: BLOCKED
[tjaalton] test ipa-client-install: INPROGRESS
[tjaalton] test ipa-server-install: TODO

-- 
FreeIPA Tech Preview
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-freeipa-tech-preview

-- 
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 634905] Re: /etc/init.d/tftpd-hpa lacks quotes after OPTIONS=

2012-01-02 Thread Chuck Short
This has been removed from the upstart script so Im going to close this
one.

** Changed in: tftp-hpa (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  /etc/init.d/tftpd-hpa lacks quotes after OPTIONS=

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/634905/+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 820698] Re: tftpd-hpa will be stopped but not restarted on transition from runlevel 1 to 2

2012-01-02 Thread Launchpad Bug Tracker
This bug was fixed in the package tftp-hpa - 5.1-3ubuntu2

---
tftp-hpa (5.1-3ubuntu2) precise; urgency=low

  * debian/tftpd-hpa.upstart: Fix runlevel transition.
(LP: #820698)
 -- Chuck Short zul...@ubuntu.com   Mon, 02 Jan 2012 10:20:29 -0500

** Changed in: tftp-hpa (Ubuntu)
   Status: New = Fix Released

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

Title:
  tftpd-hpa will be stopped but not restarted on transition from
  runlevel 1 to 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/820698/+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 886048] Re: “check password script” option does not reliably pass parameters

2012-01-02 Thread Chuck Short
Can you please attach your script so we can try to debug this?


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

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

Title:
  “check password script” option does not reliably pass parameters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/886048/+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 894804] Re: 255 cannot create tmp file

2012-01-02 Thread Chuck Short
Can you give us the directories of your /var/lib/samba and a copy of
your smb.conf would be good.

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

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

Title:
  255 cannot create tmp file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/894804/+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 907816] Re: libapache2-mod-php5 forgets timezone definition after some time

2012-01-02 Thread Chuck Short
Closing

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

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

Title:
  libapache2-mod-php5 forgets timezone definition after some time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/907816/+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 900889] Re: Php5 Application Segmentation Fault After Upgrade from 9.04 to 10.04, 10.10. or 11.10

2012-01-02 Thread Chuck Short
** Package changed: apache2 (Ubuntu) = php5 (Ubuntu)

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

Title:
  Php5 Application Segmentation Fault After Upgrade from 9.04 to 10.04,
  10.10. or 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/900889/+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 910668] Re: RTL8192 driver hangs system

2012-01-02 Thread Chuck Short
** Package changed: clamav (Ubuntu) = linux (Ubuntu)

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

Title:
  RTL8192 driver  hangs system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/910668/+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 908583] Re: Apache cache serving partial content 206 responses to requests for the full content

2012-01-02 Thread Chuck Short
Thanks this will be considered for the LTS, however it needs to be
confirmed in oneiric first, are you available to see if its fixed in
oneiric?


** Changed in: apache2 (Ubuntu)
   Importance: Undecided = Wishlist

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

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

Title:
  Apache cache serving partial content 206 responses to requests for the
  full content

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/908583/+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 829945] Re: purging all clamav packages doesn't remove /var/run/clamav directory

2012-01-02 Thread Chuck Short
Can you forward this to debian please?

** Changed in: clamav (Ubuntu)
   Status: New = Triaged

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

Title:
  purging all clamav packages doesn't remove /var/run/clamav directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/829945/+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 663161] Re: clamav-freshclam does not set the proxy username and password

2012-01-02 Thread Chuck Short
** Changed in: clamav (Ubuntu)
   Status: New = Triaged

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

Title:
  clamav-freshclam does not set the proxy username and password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/663161/+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 910899] [NEW] Enumerating users over NSS doesn't work with idmap_ad

2012-01-02 Thread Andreas Schultz
Public bug reported:

In short:

Using winbind with idmap_ad does not work correctly if some users don't
have a uid/gid in AD

Samba Bugtracker has the full summary:
https://bugzilla.samba.org/show_bug.cgi?id=8608

Upstream has released a fix, but seems no yet included in 3.5.12 or
3.6.1

** Affects: samba
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: Samba Bugzilla #8608
   https://bugzilla.samba.org/show_bug.cgi?id=8608

** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=8608
   Importance: Unknown
   Status: Unknown

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

Title:
  Enumerating users over NSS doesn't work with idmap_ad

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/910899/+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 910955] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2012-01-02 Thread kpl388
Public bug reported:

When upgrading to Ubuntu 11.10, I got the following error message:

Could not install 
'/var/cache/apt/archives/samba_2%3a3.5.11~dfsg-1ubuntu2.1_amd64.deb'
with an error exit status 2. 

It then, of course, failed to configure properly.

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-13.53-generic 2.6.38.8
Uname: Linux 2.6.38-13-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Mon Jan  2 13:27:30 2012
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
InstallationMedia: Mythbuntu 9.10 Karmic Koala - Release amd64 (20091027)
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: Upgraded to oneiric on 2012-01-02 (0 days ago)

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


** Tags: amd64 apport-package oneiric

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/910955/+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 910955] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2012-01-02 Thread kpl388
-- 
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/910955

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/910955/+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 876458] Re: dnsmasq started before all interfaces are up

2012-01-02 Thread Simon Kelley
An addition to my last reply:

If a DHCP request is received via in interface which doesn't have an IP
address, there will be a log  message, but the request will be otherwise
ignored.

Cheers,

Simon.

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

Title:
  dnsmasq started before all interfaces are up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/876458/+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 876458] Re: dnsmasq started before all interfaces are up

2012-01-02 Thread Simon Kelley
On 02/01/12 09:44, Thomas Schweikle wrote:
 That's exactly what happens without --bind-interface, interfaces which
 are configured in dnsmasq but don't exist at startup generate a warning
 only, and start to work when they are created.
 
 This seems to be correct.
 
 Packets from interfaces which are not configured are ignored.
 
 This isn't correct at all. Assume configuration:
 
 auto vm0
 iface vm0 inet dhcp
   bridge_fd 3
   bridge_hello 2
   bridge_maxage 12
   bridge_stp off
   bridge_ports eth0
 
 auto vm1
 iface vm1 inet static
   address 172.18.1.1
   netmask 255.255.255.0
   bridge_fd 3
   bridge_hello 2
   bridge_maxage 12
   bridge_stp off
   pre-up brctl addbr $IFACE
   post-down brctl delbr $IFACE
 
 auto vm8
 iface vm1 inet static
   address 172.18.8.1
   netmask 255.255.255.0
   bridge_fd 3
   bridge_hello 2
   bridge_maxage 12
   bridge_stp off
   pre-up brctl addbr $IFACE
   post-down brctl delbr $IFACE
 
 and in /etc/dnsmasq.conf:
 localise-queries
 domain-needed
 expand-hosts
 no-negcache
 filterwin2k
 cache-size=150
 
 dhcp-authoritative
 dhcp-fqdn
 dhcp-leasefile=/var/lib/misc/dnsmasq.leases
 
 dhcp-boot=boot/grub/i386-pc/core.0
 dhcp-no-override
 tftp-root=/srv/tftpboot
 enable-tftp
 
 listen-address=127.0.0.1
 resolv-file=/etc/resolv.dhcp
 
 domain=fritz.box
 
 #== Interface vm1
 listen-address=172.18.1.1
 domain=fritz.box,172.18.1.0/24
 dhcp-range=172-18-1,172.18.1.129,172.18.1.200,255.255.255.0,30m
 dhcp-option=net:172-18-1,28,172.18.1.255   # 
 option broadcast address
 dhcp-option=net:172-18-1,3,172.18.1.1  # 
 option default route
 dhcp-option=net:172-18-1,option:domain-search,fritz.box# 
 option domain search (RFC-3397)
 dhcp-option=net:172-18-1,42,172.18.1.1 # 
 option ntp-servers
 dhcp-option=net:172-18-1,6,172.18.1.1  # 
 option domain name servers
 dhcp-option=net:172-18-1,15,fritz.box  # 
 option domain name
 dhcp-option=net:172-18-1,40,fritz.box  # 
 option nis domain
 dhcp-option=net:172-18-1,23,50 # 
 option ttl
 dhcp-option=net:172-18-1,19,0  # 
 option ip-forwarding off
 dhcp-option=net:172-18-1,44,0.0.0.0# set 
 netbios-over-TCP/IP nameserver(s) aka WINS server(s)
 dhcp-option=net:172-18-1,45,0.0.0.0# 
 netbios datagram distribution server
 dhcp-option=net:172-18-1,46,8  # 
 netbios node type
 
 dhcp-option=net:172-18-1,vendor:PXEClient,1,0.0.0.0
 dhcp-option=net:172-18-1,vendor:MSFT,2,1i  # 
 Microsoft: tell client to release the lease
 
 #== Interface vm8
 listen-address=172.18.8.1
 domain=fritz.box,172.18.8.0/24
 dhcp-range=172-18-8,172.18.8.129,172.18.8.200,255.255.255.0,30m
 dhcp-option=net:172-18-8,28,172.18.8.255# 
 option broadcast address
 dhcp-option=net:172-18-8,3,172.18.8.1   # 
 option default route
 dhcp-option=net:172-18-8,option:domain-search,fritz.box # 
 option domain search (RFC-3397)
 dhcp-option=net:172-18-8,42,172.18.8.1  # 
 option ntp-servers
 dhcp-option=net:172-18-8,6,172.18.8.1   # 
 option domain name servers
 dhcp-option=net:172-18-8,15,fritz.box   # 
 option domain name
 dhcp-option=net:172-18-8,40,fritz.box   # 
 option nis domain
 dhcp-option=net:172-18-8,23,50  # 
 option ttl
 dhcp-option=net:172-18-8,19,0   # 
 option ip-forwarding off
 dhcp-option=net:172-18-8,44,0.0.0.0 # 
 set netbios-over-TCP/IP nameserver(s) aka WINS server(s)
 dhcp-option=net:172-18-8,45,0.0.0.0 # 
 netbios datagram distribution server
 dhcp-option=net:172-18-8,46,8   # 
 netbios node type
 
 dhcp-option=net:172-18-8,vendor:PXEClient,1,0.0.0.0
 dhcp-option=net:172-18-8,vendor:MSFT,2,1i   # 
 Microsoft: tell client to release the lease
 
 
 dhcp-queries are answered on interfaces connected to all bridges! As soon, as 
 I turn on dnsmasq systems connected via ethernet receive addresses from my 
 dnsmasq dhcp server I'd suppose only being seen from virtual bridges inside 
 the host. If I turn on bind-interfaces all is OK again.
 

OK, some of this behaviour, I think I understand, some not.

The first thing to say, is that it's much better to use --interface,
instead of --listen-address to control this stuff with DHCP.

--listen-address works fine for DNS or TFTP, because the 

[Bug 59642] Re: mkcert.sh dovecot-openssl.cnf

2012-01-02 Thread conrad
/etc/dovecot/conf.d/10-ssl.conf, ll. 11-12: Included doc/mkcert.sh can be used 
to easily generate self-signed certificate [...]
At the very least, the comment in the conf should be fixed. The way it is, I 
read that, locate'd unsuccessfully, scratched my head, did a web search and... 
here I am. Sub-optimal.

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

Title:
  mkcert.sh dovecot-openssl.cnf

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