[Bug 450645] Re: Problem install slapd

2009-12-10 Thread Jay
I've just had the same experience.

I ran slapd in heavy trace mode and it seemed to be complaining about
and olcAccess attribute - I resolved thiss down to

r...@netsrv01:/etc/ldap/slapd.d/cn=config# cat 
/etc/ldap/slapd.d/cn\=config/olcDatabase\=\{0\}config.ldif | grep \{
dn: olcDatabase={0}config
olcDatabase: {0}config
olcAccess: {0}to *  by * none
olcAccess: to * by dn.exact=cn=localroot,cn=config manage by * break

---

I think it isn't happy with access rules with no number, so to add the
number, I edited the confilg file entry to the following :-

olcAccess: {1}to * by dn.exact=cn=localroot,cn=config manage by * break

I can then sucessfully start slapd.

-- 
Problem install slapd
https://bugs.launchpad.net/bugs/450645
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 491288] Re: File corruption after copying files via samba from Karmic to Karmic

2009-12-10 Thread Ernst
I think this bug deserves a higher priority, because it seems the copy
process finishes successfully, but people end up in having corrupted
files. I think this behavior is easily repeated by other people and
could do a lot of harm.

So please, set the priority to 'critical' (or high). For example, bug
#453579 which also involves data loss has status critical! So this bug
deserves such priority too.

-- 
File corruption after copying files via samba from Karmic to Karmic
https://bugs.launchpad.net/bugs/491288
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 494513] Re: package samba 2:3.4.0-3ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-12-10 Thread Jean-Baptiste Lallement
Thanks for following up. I'm closing this report due to your last
comment. Don't hesitate to submit any new bug.

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

-- 
package samba 2:3.4.0-3ubuntu5.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/494513
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 460085] Re: memory leak; rampart_context not freed (memory leaked per connection)

2009-12-10 Thread Thierry Carrez
Dustin,
We can't verify this fix without the associated Rampart fix, which is pending 
some tests on Dan/Eucalyptus side.

-- 
memory leak; rampart_context not freed (memory leaked per connection)
https://bugs.launchpad.net/bugs/460085
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 460085] Re: memory leak; rampart_context not freed (memory leaked per connection)

2009-12-10 Thread Dustin Kirkland
Thierry-

Can you verify this package?

We need other fixes associated with this update here onsite at a
partner.

-- 
memory leak; rampart_context not freed (memory leaked per connection)
https://bugs.launchpad.net/bugs/460085
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 461156] Re: User data is not parsed correctly by Eucalyptus in some cases

2009-12-10 Thread Dustin Kirkland
Thierry-

Can you verify this package?

We need other fixes associated with this update here onsite at a
partner.

-- 
User data is not parsed correctly by Eucalyptus in some cases
https://bugs.launchpad.net/bugs/461156
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 492639] Re: newaliases fails on a system with no IPv4 address configured

2009-12-10 Thread Scott Kitterman
Agreed it should work better than this in an IPv6 environment.

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

-- 
newaliases fails on a system with no IPv4 address configured
https://bugs.launchpad.net/bugs/492639
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 493781] Re: Karmic: Bind9 startup script fails after upgrade

2009-12-10 Thread Jean-Baptiste Lallement
The error is
=
Dec  7 21:27:46 * named[8820]: loading configuration from '/etc/bind/named.conf'
Dec  7 21:27:46 * named[8820]: none:0: open: /etc/bind/named.conf: permission 
denied
Dec  7 21:27:46 * named[8820]: loading configuration: permission denied
Dec  7 21:27:46 * named[8820]: exiting (due to fatal error)
=

>From dmesg.log
[ 7994.914405] type=1503 audit(1260220092.305:24): operation="open" pid=8266 
parent=8264 profile="/usr/sbin/named" requested_mask="r::" denied_mask="r::" 
fsuid=116 ouid=116 name="/var/lib/named/etc/bind/named.conf"

It looks like you're running bind in a chroot but you haven't changed apparmor 
profile to suite this setup. 
Ubuntu ships bind9 with an apparmor profile, not a chroot. If you change its 
configuration to run in a chroot, you must obviously also change the apparmor 
configuration so that it matches your specific way of doing things.
Closing as Invalid, as this is not a bug.

Don't hesitate to submit any new bug.


** Changed in: bind9 (Ubuntu)
   Status: Incomplete => Invalid

-- 
Karmic: Bind9 startup script fails after upgrade
https://bugs.launchpad.net/bugs/493781
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 492639] Re: newaliases fails on a system with no IPv4 address configured

2009-12-10 Thread Teun
The solution to this is to add

inet_protocols = all

to main.cf


It would be useful to allow other protocols than just IPv4 in the default 
config, so the install of postfix doesn't fail on 'newaliases' when IPv4 is 
unavailable. Also, a better error message would be useful.

-- 
newaliases fails on a system with no IPv4 address configured
https://bugs.launchpad.net/bugs/492639
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 476142] Re: package mysql-server-5.1 (not installed) failed to install/upgrade:

2009-12-10 Thread Neil Perry
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Incomplete => Invalid

-- 
package mysql-server-5.1 (not installed) failed to install/upgrade: 
https://bugs.launchpad.net/bugs/476142
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 477011] Re: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: installed pre-removal script alt i?lemi ??k?? durumunda hata d?nd?rd?:: 1

2009-12-10 Thread Neil Perry
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Incomplete => Invalid

-- 
package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: installed 
pre-removal script alt i?lemi ??k?? durumunda hata d?nd?rd?:: 1
https://bugs.launchpad.net/bugs/477011
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 456808] Re: Karmic-Networking (SAMBA) just does not work, even with detailed attention.

2009-12-10 Thread floid
Related observations, as I try to stalk down the Launchpad bug that
surely must exist for the apparent CUPS/samba Upstart race*:

Nautilus will show browsable items via smb://ip_address or
smb://dns_name (where, if anyone is confused, ip_address would be e.g.
192.168.1.64 and dns_name could be mymachine.local - or localhost for
127.0.0.1);

Whichever SMB stack Nautilus is using does *not* seem to be doing
netbios name resolution properly at the moment, at least on my machine
and network.  This is made confusing because it does retrieve the browse
tree of workgroups and netbios names, but falls over with a less-than-
descriptive error ("Unable to mount location, Failed to retrieve share
list from server" - well, yes, but apparently because it's not finding
the proper address for the server) if you double-click on any individual
host.

So, for determinism in testing, you might want to stick with IP
addresses there.



* The apparent race is evidenced by log.smbd entries such as:
[2009/12/10 11:26:10,  0] printing/print_cups.c:103(cups_connect)
  Unable to connect to CUPS server localhost:631 - Connection refused
after a reboot, so you're probably also better off testing with shared folders 
than with printers [which, if you're relying on samba to pick up from CUPS, 
won't appear until you give samba a restart so it can talk to a CUPS that's 
finished loading].

-- 
Karmic-Networking (SAMBA) just does not work, even with detailed attention.
https://bugs.launchpad.net/bugs/456808
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 494804] Re: lacks ext4 support

2009-12-10 Thread Kees Cook
(ah, nm, that's a bug in vm-builder's templates, which is already fixed)

-- 
lacks ext4 support
https://bugs.launchpad.net/bugs/494804
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 492734] Re: ntpd profile in Xubuntu 8.04 LTS is unconfined on boot

2009-12-10 Thread Aquina
I never changed the start order and as you already said the orderng is
correct. Further I noticed (on Xubuntu 8.04) and Ubuntu Server 8.04 NTP
being started and stopped during the boot proccess. I always thought it
was a normal behavior. ;-) What I found in "/etc/network/if-
up.d/ntpdate" though (hell I have ntpd, ntpdate and rdate installed just
to satisfy obscure dependencies) surprised me! Is that the default
script? I never changed anything in /etc/network/ or /etc/dhcp3/ (using
static IP).

+++/etc/network/if-up.d/ntpdate +++


# This is a heuristic:  The idea is that if a static interface is brought
# up, that is a major event, and we can put in some extra effort to fix
# the system time.  Feel free to change this, especially if you regularly
# bring up new network interfaces.
if [ "$METHOD" = static ]; then
OPTS="-b"
fi

invoke-rc.d --quiet ntp stop || true

/usr/sbin/ntpdate-debian -s $OPTS 2>/dev/null

invoke-rc.d --quiet ntp start || true

) &

-- 
ntpd profile in Xubuntu 8.04 LTS is unconfined on boot
https://bugs.launchpad.net/bugs/492734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 488835] Re: MIR for irqbalance

2009-12-10 Thread Kees Cook
I would like to see this using either libcap2 or libcap-ng in the build-
deps.  libcap-ng is in universe, and libcap2 would require a small
amount of porting (there is a single use of the libcap-ng routines).
Beyond that, it looks totally fine to me.  +1 on the use of a
capabilities library.

-- 
MIR for irqbalance
https://bugs.launchpad.net/bugs/488835
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to irqbalance 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 450044] Re: euca-bundle-vol does not create essential tmpfs mounts when bundling Ubuntu images

2009-12-10 Thread Thierry Carrez
** Changed in: euca2ools (Ubuntu Karmic)
   Status: Triaged => Won't Fix

** Changed in: euca2ools (Ubuntu Karmic)
 Assignee: Thierry Carrez (ttx) => (unassigned)

-- 
euca-bundle-vol does not create essential tmpfs mounts when bundling Ubuntu 
images
https://bugs.launchpad.net/bugs/450044
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools 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 461156] Re: User data is not parsed correctly by Eucalyptus in some cases

2009-12-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic-proposed/euca2ools

-- 
User data is not parsed correctly by Eucalyptus in some cases
https://bugs.launchpad.net/bugs/461156
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 461156] Please test proposed package

2009-12-10 Thread Martin Pitt
Accepted euca2ools into karmic-proposed, the package will build now and
be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

-- 
User data is not parsed correctly by Eucalyptus in some cases
https://bugs.launchpad.net/bugs/461156
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 270713] Re: [SRU] snmpd: error getting netmask for interface

2009-12-10 Thread Martin Pitt
Anyone who can test the package in intrepid-proposed and confirm that it
still works and fixes the issue? Otherwise it will be removed from
-proposed again.

-- 
[SRU] snmpd: error getting netmask for interface
https://bugs.launchpad.net/bugs/270713
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp 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 192745] Re: [SRU] Net-SNMP tries to read the obsolete /etc/sensors.conf

2009-12-10 Thread Martin Pitt
Anyone who can test the package in intrepid-proposed and confirm that it
still works and fixes the issue? Otherwise it will be removed from
-proposed again.

-- 
[SRU] Net-SNMP tries to read the obsolete /etc/sensors.conf
https://bugs.launchpad.net/bugs/192745
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp 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 406171] Re: [SRU] COUNTER64 broken in NetSNMP::agent

2009-12-10 Thread Martin Pitt
Anyone who can test the package in intrepid-proposed and confirm that it
still works and fixes the issue? Otherwise it will be removed from
-proposed again.

-- 
[SRU] COUNTER64 broken in NetSNMP::agent
https://bugs.launchpad.net/bugs/406171
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp 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 206280] Re: [hardy] Error opening config file: /etc/sensors.conf

2009-12-10 Thread Martin Pitt
This proposed update has been in hardy-proposed for half a year without
any feedback. Therefore it was removed from hardy-proposed again.

** Changed in: xsensors (Ubuntu Hardy)
   Status: Fix Committed => Won't Fix

** Changed in: xsensors (Ubuntu Intrepid)
   Status: Fix Committed => Won't Fix

-- 
[hardy] Error opening config file: /etc/sensors.conf
https://bugs.launchpad.net/bugs/206280
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors 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 492734] Re: ntpd profile in Xubuntu 8.04 LTS is unconfined on boot

2009-12-10 Thread Jamie Strandboge
I can't reproduce this in 8.04 LTS. The scripts in rcS start before rc2,
so the script ordering is correct. The only time this condition will
occur is if ntpd is started before AppArmor, or the profile is removed
from the kernel then added back while ntpd is running.

Aquina-- as a workaround, you can restart ntpd in /etc/rc.local, but it
would be best if you could boot your kernel without 'quiet splash' and
see when ntpd is starting. You might also look in /etc/network and
/etc/dhcp3 to see if there are any scripts that are starting it when a
network interface is comming up.

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

** Changed in: ntp (Ubuntu)
 Assignee: Jamie Strandboge (jdstrand) => (unassigned)

-- 
ntpd profile in Xubuntu 8.04 LTS is unconfined on boot
https://bugs.launchpad.net/bugs/492734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 492734] Re: ntpd profile in Xubuntu 8.04 LTS is unconfined on boot

2009-12-10 Thread Jamie Strandboge
** Summary changed:

- App-Armor and NTPd in Xubuntu 8.04 LTS unconfined!
+ ntpd profile in Xubuntu 8.04 LTS is unconfined on boot

-- 
ntpd profile in Xubuntu 8.04 LTS is unconfined on boot
https://bugs.launchpad.net/bugs/492734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 42947] Re: postfix: fatal: /etc/postfix/postfix-script: No such file or directory

2009-12-10 Thread s32843
Work for 9.10 server:

touch /etc/postfix/main.cf

-- 
postfix: fatal: /etc/postfix/postfix-script: No such file or directory
https://bugs.launchpad.net/bugs/42947
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 495027] Re: package bacula-sd 2.4.4-1ubuntu9 failed to install/upgrade:

2009-12-10 Thread JohnGrills

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/36658433/Dependencies.txt

** Attachment added: "VarLogDistupgradeAptlog.gz"
   http://launchpadlibrarian.net/36658435/VarLogDistupgradeAptlog.gz

** Attachment added: "VarLogDistupgradeApttermlog.gz"
   http://launchpadlibrarian.net/36658436/VarLogDistupgradeApttermlog.gz

** Attachment added: "VarLogDistupgradeMainlog.gz"
   http://launchpadlibrarian.net/36658437/VarLogDistupgradeMainlog.gz

** Attachment added: "VarLogDistupgradeMainlogpartial.gz"
   http://launchpadlibrarian.net/36658438/VarLogDistupgradeMainlogpartial.gz

** Attachment added: "VarLogDistupgradeTermlog.gz"
   http://launchpadlibrarian.net/36658439/VarLogDistupgradeTermlog.gz

-- 
package bacula-sd 2.4.4-1ubuntu9 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/495027
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 495027] [NEW] package bacula-sd 2.4.4-1ubuntu9 failed to install/upgrade:

2009-12-10 Thread JohnGrills
Public bug reported:

Binary package hint: bacula

n/a

ProblemType: Package
Architecture: amd64
Date: Thu Dec 10 07:02:07 2009
DistroRelease: Ubuntu 9.10
ErrorMessage:
 ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
NonfreeKernelModules: nvidia
Package: bacula-sd 2.4.4-1ubuntu9
ProcVersionSignature: Ubuntu 2.6.28-11.42-generic
SourcePackage: bacula
Title: package bacula-sd 2.4.4-1ubuntu9 failed to install/upgrade:
Uname: Linux 2.6.28-11-generic x86_64

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


** Tags: amd64 apport-package

-- 
package bacula-sd 2.4.4-1ubuntu9 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/495027
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 494513] Re: package samba 2:3.4.0-3ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-12-10 Thread Franco Sirovich
Hello!
Hold on! I found the reason why smbd dies: I found in the logs that the 
declared guest account did not exist. When corrected to an existing account 
smbd starts ok.

-- 
package samba 2:3.4.0-3ubuntu5.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/494513
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 488835] Re: MIR for irqbalance

2009-12-10 Thread Martin Pitt
** Changed in: irqbalance (Ubuntu)
 Assignee: (unassigned) => Kees Cook (kees)

-- 
MIR for irqbalance
https://bugs.launchpad.net/bugs/488835
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to irqbalance 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 462169] Re: nmbd dies on startup when network interfaces are not up yet

2009-12-10 Thread Steve Langasek
** Description changed:

  Binary package hint: samba
  
  After installation with the daily build (20091027.2) ubuntu server i386 cd 
there is no nmbd running on my system. The logfile tells me that the daemons 
was startet but there is no process. The /var/run/samba/nmbd.pid file is still 
there but the pid from this file is not there. If i reboot the machine i can 
reproduce this.
  smbd and winbind are running as normal.
  
  Please tell me what i can do to help you.
  
  
  Karmic release note:
  
  Samba nmbd daemon not started during boot
  
  Upon boot a karmic system with samba installed will not have the nmbd
  daemon running. A workaround is to restart the samba service once the
  system a finished booting.  A fix for this issue should be provided in a
  post-release update.
  
  
+ 
+ TEST CASE:
+ 1.install samba 3.4.0-3ubuntu5.1 on a system whose wireless network is 
managed with network manager, on a network with both ipv6 and ipv4 support.
+ 2. dissociate from the network using the 'disconnect' option in nm-applet.
+ 3. $ sudo service samba stop
+ 4. $ sudo service samba start
+ 5. verify that the nmbd process is not running.
+ 6. reconnect to the wireless.
+ 7. verify that the nmbd process is still not running.
+ 8. install samba 3.4.0-3ubuntu5.3
+ 9. repeat steps 2-6
+ 10. verify that the nmbd process is now running.

-- 
nmbd dies on startup when network interfaces are not up yet
https://bugs.launchpad.net/bugs/462169
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 462169] Re: nmbd dies on startup when network interfaces are not up yet

2009-12-10 Thread Steve Langasek
Ok, thanks. It turns out the only thing that's needed in order to
reproduce this problem is to have an empty /etc/resolv.conf; somehow my
earlier testing didn't turn this up, but now that I have this I can
reproduce the error regardless of the samba config.

Which let me find the problem with the fix in karmic-proposed:
NetworkManager helpfully doesn't set a proper value for the $ADDRFAM
variable, it sets it to "NetworkManager" instead.  Now that I know this,
I'll have an updated package uploaded to -proposed shortly.

-- 
nmbd dies on startup when network interfaces are not up yet
https://bugs.launchpad.net/bugs/462169
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 493781] Re: Karmic: Bind9 startup script fails after upgrade

2009-12-10 Thread Adilson
I have attached it, hope it helps

** Attachment added: "daemon.log"
   http://launchpadlibrarian.net/36656338/daemon.log

-- 
Karmic: Bind9 startup script fails after upgrade
https://bugs.launchpad.net/bugs/493781
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 353594] Re: Apache trying to start before network interfaces are up

2009-12-10 Thread Nick Hemsley
Chuck,

Apologies for not getting back sooner. This machine is with an old
employer. Enough said.

This bug should probably get closed, as I have no access to the machine
in question.

Nick

-- 
Apache trying to start before network interfaces are up
https://bugs.launchpad.net/bugs/353594
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 494968] Re: package ntp 1:4.2.4p6+dfsg-1ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-12-10 Thread braoult

** Attachment added: "AptOrdering.txt"
   http://launchpadlibrarian.net/36654659/AptOrdering.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/36654661/Dependencies.txt

** Attachment added: "Dmesg.txt"
   http://launchpadlibrarian.net/36654662/Dmesg.txt

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/36654663/DpkgTerminalLog.txt

-- 
package ntp 1:4.2.4p6+dfsg-1ubuntu5.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/494968
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 424765] Re: kqemu not available in karmic

2009-12-10 Thread rowa
The best way is to compile qemu-kvm.

Please see http://qemu-buch.de/d/QEMU+KQEMU_unter_Linux

Sorry it is is German. You an get a funny translation by google with the
button "English" on top.

-- 
kqemu not available in karmic
https://bugs.launchpad.net/bugs/424765
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 494968] [NEW] package ntp 1:4.2.4p6+dfsg-1ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-12-10 Thread braoult
Public bug reported:

Binary package hint: ntp

I am running Koala, and every time I make a package update (whatever
the package is), I get the following error:

   Setting up ntp (1:4.2.4p6+dfsg-1ubuntu5.1) ...
   chown: invalid group: `ntp:ntp'
   dpkg: error processing ntp (--configure):
   subprocess installed post-installation script returned error exit status 1

Interesting is:

   $ grep ntp /etc/passwd
   ntp:x:112:124::/home/ntp:/bin/false
   $ grep ntp /etc/group
   $ grep 124 /etc/group
   postdrop:x:124:

Group "ntp" does not exist. Could it be that the install script tried to create
this group with an already existing gid ("postdrop")?

ProblemType: Package
Architecture: amd64
Date: Wed Dec  9 07:55:44 2009
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
NonfreeKernelModules: nvidia
Package: ntp 1:4.2.4p6+dfsg-1ubuntu5.1
ProcVersionSignature: Ubuntu 2.6.31-16.52-generic
SourcePackage: ntp
Title: package ntp 1:4.2.4p6+dfsg-1ubuntu5.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
Uname: Linux 2.6.31-16-generic x86_64

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


** Tags: amd64 apport-package

-- 
package ntp 1:4.2.4p6+dfsg-1ubuntu5.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/494968
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 494958] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: el subproceso post-installation script devolvi? el c?digo de salida de error 1

2009-12-10 Thread Sergio Soto

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/36654226/Dependencies.txt

** Attachment added: "DpkgTerminalLog.gz"
   http://launchpadlibrarian.net/36654227/DpkgTerminalLog.gz

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: el subproceso post-installation script devolvi? el c?digo de 
salida de error 1
https://bugs.launchpad.net/bugs/494958
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 494958] [NEW] package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: el subproceso post-installation script devolvi? el c?digo de salida de error 1

2009-12-10 Thread Sergio Soto
Public bug reported:

Configurando mysql-server-5.0 (5.1.30really5.0.75-0ubuntu10) ...
 * Stopping MySQL database server mysqld
 [ OK ] 
 * Reloading AppArmor profiles ...  
 [ OK ] 
 * Starting MySQL database server mysqld
 [fail] 
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error al procesar mysql-server-5.0 (--configure):
 el subproceso post-installation script devolvió el código de salida de error 1
dpkg: problemas de dependencias impiden la configuración de mysql-server:
 mysql-server depende de mysql-server-5.0; sin embargo:
 El paquete `mysql-server-5.0' no está configurado todavía.
dpkg: error al procesar mysql-server (--configure):
 problemas de dependencias - se deja sin configurar
No se ha escrito ningún informe de Apport porque el mensaje de error indica que 
es un error proveniente de un fallo anterior.
 Se encontraron errores al procesar:
 mysql-server-5.0
 mysql-server

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: el subproceso post-installation script devolvió el código de 
salida de error 1
Package: mysql-server-5.0 5.1.30really5.0.75-0ubuntu10
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: el subproceso post-installation script devolvió el código de 
salida de error 1
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-package i386

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: el subproceso post-installation script devolvi? el c?digo de 
salida de error 1
https://bugs.launchpad.net/bugs/494958
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 493727] Re: date('Y') returns 0000 on big endian machines

2009-12-10 Thread Dennis
I only see "php5" and "php-pear" in the PPA. If I try to install those I
get the following error:

php5:
  Depends: libapache2-mod-php5 (>=5.2.10.dfsg.1-2ubuntu8~ppa1) but 
5.2.10.dfsg.1-2ubuntu6.3 is to be installed or
libapache2-mod-php5filter but it is not going to be installed or
php5-cgi but it is not going to be installed
  Depends: php5-common (>=5.2.10.dfsg.1-2ubuntu8~ppa1) but 
5.2.10.dfsg.1-2ubuntu6.3 is to be installed

php-pear:
  Depends: php5-common (>=5.2.10.dfsg.1-2ubuntu8~ppa1) but 
5.2.10.dfsg.1-2ubuntu6.3 is to be installed

-- 
date('Y') returns  on big endian machines
https://bugs.launchpad.net/bugs/493727
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