[Bug 644538] Re: package postfix 2.7.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-09-23 Thread Thierry Carrez
You should backup all the data (photos/html) and restore it on the new
system (after checking it was not tampered with).

Re: comment #3, that's not something in my power... you might want to
use the Contact Launchpad Support link below.

-- 
package postfix 2.7.0-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 75
https://bugs.launchpad.net/bugs/644538
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 645808] [NEW] mail-stack-delivery wont install: preinst: 67: Syntax error: end of file unexpected

2010-09-23 Thread SevenMachines
Public bug reported:

$ sudo rm /var/cache/apt/archives/*.deb
$ sudo apt-get install mail-stack-delivery 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed
  mail-stack-delivery
0 upgraded, 1 newly installed, 0 to remove and 39 not upgraded.
Need to get 525kB of archives.
After this operation, 618kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ maverick/universe mail-stack-delivery 
all 1:1.2.12-1ubuntu3 [525kB]
Fetched 525kB in 2s (234kB/s)   
(Reading database ... 279148 files and directories currently installed.)
Unpacking mail-stack-delivery (from 
.../mail-stack-delivery_1%3a1.2.12-1ubuntu3_all.deb) ...
/var/lib/dpkg/tmp.ci/preinst: 67: Syntax error: end of file unexpected 
(expecting ;;)
dpkg: error processing 
/var/cache/apt/archives/mail-stack-delivery_1%3a1.2.12-1ubuntu3_all.deb 
(--unpack):
 subprocess new pre-installation script returned error exit status 2
Errors were encountered while processing:
 /var/cache/apt/archives/mail-stack-delivery_1%3a1.2.12-1ubuntu3_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: mail-stack-delivery (not installed)
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Date: Thu Sep 23 08:34:05 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: dovecot

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


** Tags: apport-bug i386 maverick

-- 
mail-stack-delivery wont install: preinst: 67: Syntax error: end of file 
unexpected 
https://bugs.launchpad.net/bugs/645808
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 644961] Re: qemu crash in rootstock second step during Setting up console-setup (1.34ubuntu15) (log reported in bootstrap.log)

2010-09-23 Thread Matteo Mattei
This is the rootstock command I use:

sudo ./rootstock \
--fqdn NGP \
--login myuser \
--password mypassword \
--imagesize 1G \
--serial ttyS2 \
--doswap \
--swapsize 256 \
--script ${HOME}/rootstock/setup.sh \
--mirror http://localhost/ubuntu-armel \
--manifest ${HOME}/rootstock/manifest.txt \
--extra-mirror http://localhost/my-custom-packages \
--locale en_US.UTF-8

where:
setup.sh is a file with my customization
http://localhost/ubuntu-armel is my local repository (mirrored with 
apt-mirror to the ubuntu official one)
http://localhost/my-custom-packages is a local repository with some custom 
packages

The final images is generated w/o problem during the output (attached)
but in the bootstrap.log (it is attached too) I see some errors:

Unsupported ioctl: cmd=0xc020660b  repeted more times

and

Setting up console-setup (1.34ubuntu15) ...
qemu: Unsupported syscall: 250
plymouth: ply-event-loop.c:466: ply_event_loop_new: Assertion `loop-epoll_fd 
= 0' failed.
qemu: uncaught target signal 6 (Aborted) - core dumped
Aborted
update-initramfs: deferring update (trigger activated)

Anyway, I have never started up the image using qemu... I only need the
ubuntu archive image to install in my board but looking in
/var/log/bootstrap.log I saw those errors...

Again, using my generated built image, sometimes I experience a lot of
Segmentation fault or Illegal instruction running some common tools
like top, grep, ps, ls etc..., should it be related to the error
above?

** Attachment added: rootstock flow and bootstrap.txt
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/644961/+attachment/1626094/+files/rootstock-logs.zip

-- 
qemu crash in rootstock second step during Setting up console-setup 
(1.34ubuntu15) (log reported in bootstrap.log)
https://bugs.launchpad.net/bugs/644961
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 645808] Re: mail-stack-delivery wont install: preinst: 67: Syntax error: end of file unexpected

2010-09-23 Thread SevenMachines
dovecot (1:1.2.12-1ubuntu4) maverick; urgency=low

  * debian/mail-stack-delivery.preinst:
- Properly close switch/case statement (LP: #645808)

Test-Build:
https://edge.launchpad.net/~sevenmachines/+archive/release+1/+packages

** Changed in: dovecot (Ubuntu)
 Assignee: (unassigned) = SevenMachines (sevenmachines)

** Patch added: dovecot_1.2.12-1ubuntu4.debdiff
   
https://bugs.edge.launchpad.net/ubuntu/+source/dovecot/+bug/645808/+attachment/1626093/+files/dovecot_1.2.12-1ubuntu4.debdiff

** Changed in: dovecot (Ubuntu)
 Assignee: SevenMachines (sevenmachines) = (unassigned)

** Tags added: patch

-- 
mail-stack-delivery wont install: preinst: 67: Syntax error: end of file 
unexpected 
https://bugs.launchpad.net/bugs/645808
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 645082] Re: bacula misses requirement of gawk

2010-09-23 Thread Fred Baumgarten
Is the fix really that simple ?

Actually make_catalog_backup_awk holds the first line:

#!/usr/bin/gawk -f

which is obviously correct. Durung the bacula call mawk got involved (it
was a server installation). I guess the callee does a command like awk
-f /etc/bacula/scripts/make_catalog_backup_awk which is even wrong if
mawk has precendence over gawk by using /etc/alternatives/awk. I guess
you need to inspect a bit deeper.

ah yes - i just took a look at bacula-dir.conf in /etc/bacula, there it
is:

RunBeforeJob = /usr/bin/awk -f
/etc/bacula/scripts/make_catalog_backup_awk -v cat1=MyCatalog
/etc/bacula/bacula-dir.conf

there the /usr/bin/awk needs to be changed to /usr/bin/gawk as well.

greetings,
Fred

-- 
bacula misses requirement of gawk
https://bugs.launchpad.net/bugs/645082
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


[Blueprint server-flavors] Develop a mechanism for scalably defining specifc sets of packages and package configurations for different server needs

2010-09-23 Thread Scott Kitterman
Blueprint changed by Scott Kitterman:

Definition Status: Pending Approval = Obsolete

-- 
Develop a mechanism for scalably defining specifc sets of packages and package 
configurations for different server needs
https://blueprints.launchpad.net/ubuntu/+spec/server-flavors

-- 
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 627973] Re: Assertion failed at socket.c:629

2010-09-23 Thread Thierry Carrez
Test packages have been uploaded to my PPA (for Lucid and Maverick) at
[1]... They will build in the next hours. If those fix it, then it's an
easy fix and I can push it to lucid and maverick. If not, then I'm a bit
more clueless as to what happens here...

Yes, I'm a Canonical employee, but I'm helping you as an Ubuntu Server
core developer... My pleasure to help, and your thanks are enough as a
reward :)

** Changed in: openvpn (Ubuntu)
   Importance: High = Medium

-- 
Assertion failed at socket.c:629
https://bugs.launchpad.net/bugs/627973
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 627973] Re: Assertion failed at socket.c:629

2010-09-23 Thread Thierry Carrez
[1] https://launchpad.net/~ttx/+archive/ppa

-- 
Assertion failed at socket.c:629
https://bugs.launchpad.net/bugs/627973
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 645745] Re: Some package dependency should be moved to puppet

2010-09-23 Thread James Page
** Tags added: maverick

-- 
Some package dependency should be moved to puppet
https://bugs.launchpad.net/bugs/645745
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet 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 645808] Re: mail-stack-delivery wont install: preinst: 67: Syntax error: end of file unexpected

2010-09-23 Thread Thierry Carrez
** Changed in: dovecot (Ubuntu)
   Importance: Undecided = High

** Changed in: dovecot (Ubuntu)
   Status: New = Confirmed

** Also affects: dovecot (Ubuntu Maverick)
   Importance: High
   Status: Confirmed

** Tags added: server-mrs

-- 
mail-stack-delivery wont install: preinst: 67: Syntax error: end of file 
unexpected 
https://bugs.launchpad.net/bugs/645808
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 645745] Re: Some package dependency should be moved to puppet

2010-09-23 Thread Stig Sandbeck Mathisen
Not exactly true anymore.  The client and the puppetmaster is in the
puppet-common package, all the puppet and the puppetmaster packages
contain are the compatibility links used to retain the old script names,
their man pages, and the init scripts.

The puppet binary is now in the puppet-common package, and that one
does agent, master, cert, doc, etcetera...

A bit confusing, that's true.

-- 
Some package dependency should be moved to puppet
https://bugs.launchpad.net/bugs/645745
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet 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 621380] Re: bad output from check_linux_raid with RAID0 and linear volumes

2010-09-23 Thread cyco
Bug#579049: fixed in nagios-plugins 1.4.15-2 which was uploaded just
some moments ago

** Also affects: nagios-plugins (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579049
   Importance: Unknown
   Status: Unknown

-- 
bad output from check_linux_raid with RAID0 and linear volumes
https://bugs.launchpad.net/bugs/621380
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins 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 641647] Re: post-install script fails if any users exist with word 'ftp' in their name (was: package vsftpd (not installed) failed to install/upgrade: subprocess installed post-installation scrip

2010-09-23 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 629234 ***
https://bugs.launchpad.net/bugs/629234

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

** Changed in: vsftpd (Ubuntu)
   Status: Triaged = Confirmed

** This bug has been marked a duplicate of bug 629234
   package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 629234 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/vsftpd/+bug/629234/+subscribe

-- 
post-install script fails if any users exist with word 'ftp' in their name 
(was: package vsftpd (not installed) failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1)
https://bugs.launchpad.net/bugs/641647
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 645654] Re: package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-23 Thread James Page
Error is:

Setting up apache2.2-common (2.2.14-5ubuntu8.2) ...
ERROR: Module reqtimeout does not exist!
dpkg: error processing apache2.2-common (--configure):
 subprocess installed post-installation script returned error exit status 1

-- 
package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/645654
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 645654] Re: package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-23 Thread James Page
This issue also appears in 621837,644853,562370  576255

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

-- 
package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/645654
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 645654] Re: package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-23 Thread James Page
** Changed in: apache2 (Ubuntu)
   Status: Confirmed = New

-- 
package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/645654
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 618880] Re: Update manager stalls at samba post install screen with no way to continue or exit

2010-09-23 Thread Martijn_Hoekstra
** Changed in: samba (Ubuntu)
   Status: Incomplete = New

-- 
Update manager stalls at samba post install screen with no way to continue or 
exit
https://bugs.launchpad.net/bugs/618880
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 191251] Re: [needs-packaging] php5-embed

2010-09-23 Thread Diogo Resende
Don't do a PPA! Change your minds and program in lua. What a great
language it is... not!

-- 
[needs-packaging] php5-embed
https://bugs.launchpad.net/bugs/191251
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 590639] Re: apache exit with signal Segmentation fault (11) on access to https:// if php5-curl enabled

2010-09-23 Thread Colin Watson
** Package changed: apache2 (Ubuntu) = openssl (Ubuntu)

** Changed in: openssl (Ubuntu)
 Assignee: (unassigned) = Colin Watson (cjwatson)

** Changed in: php
   Status: Confirmed = Invalid

-- 
apache exit with signal Segmentation fault (11) on access to https:// if 
php5-curl enabled
https://bugs.launchpad.net/bugs/590639
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 274298] Re: br0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature.

2010-09-23 Thread Juan J.
Hi all,

  I think here is the reason:

http://linux.derkeiler.com/Mailing-Lists/Kernel/2008-12/msg06164.html

-- 
br0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature.
https://bugs.launchpad.net/bugs/274298
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bridge-utils 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 274298] Re: br0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature.

2010-09-23 Thread Juan J.
The bridge device always causes a warning because when it is first created
it has the no checksum flag set along with all the segmentation/fragmentation
offload bits. The code in register_netdevice incorrectly checks for only
hardware checksum bit and ignores no checksum bit.

-- 
br0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature.
https://bugs.launchpad.net/bugs/274298
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bridge-utils 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 645956] Re: appamor denying clamd access to its own process

2010-09-23 Thread Fabien Tassin

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/645956/+attachment/1626525/+files/Dependencies.txt

-- 
appamor denying clamd access to its own process
https://bugs.launchpad.net/bugs/645956
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 645956] [NEW] appamor denying clamd access to its own process

2010-09-23 Thread Fabien Tassin
Public bug reported:

Binary package hint: clamav-daemon

Sep 23 11:42:57 x kernel: [267096.238668] type=1400
audit(1285234977.207:28): apparmor=DENIED operation=open parent=1
profile=/usr/sbin/clamd name=/proc/29917/status pid=29917
comm=clamd requested_mask=r denied_mask=r fsuid=117 ouid=117

clamav   29917  0.0  3.2 245060 132744 ?   Ssl  10:42   0:05
/usr/sbin/clamd

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: clamav-daemon 0.96.3+dfsg-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Thu Sep 23 13:59:11 2010
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/usr/bin/tcsh
SourcePackage: clamav

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


** Tags: apparmor maverick

-- 
appamor denying clamd access to its own process
https://bugs.launchpad.net/bugs/645956
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 645956] Re: appamor denying clamd access to its own process

2010-09-23 Thread Jamie Strandboge
It looks like this needs the same fix in usr.sbin.clamd as we had for 
freshclam. Ie:
  owner @{PROC}/[0-9]*/status r,


** Tags added: apparmor
** Tags removed: amd64 apport-bug

-- 
appamor denying clamd access to its own process
https://bugs.launchpad.net/bugs/645956
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 645808] Re: mail-stack-delivery wont install: preinst: 67: Syntax error: end of file unexpected

2010-09-23 Thread Thierry Carrez
** Changed in: dovecot (Ubuntu Maverick)
   Status: Confirmed = In Progress

** Changed in: dovecot (Ubuntu Maverick)
 Assignee: (unassigned) = Thierry Carrez (ttx)

-- 
mail-stack-delivery wont install: preinst: 67: Syntax error: end of file 
unexpected 
https://bugs.launchpad.net/bugs/645808
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 629234] Re: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-23 Thread Jean-Baptiste Lallement
Verification for Lucid:
The version of vsftpd 2.2.2-3ubuntu7.1 in -proposed doesn't completely fix the 
issue. If a user whose name starts with ftp exists then the installation still 
fails.

To reproduce:
$ adduser ftpuser
$ apt-get install vsftpd

Using  getent passwd ${_USERNAME} and getent group ${_USERNAME} instead
of using grep should do the trick.

Marking as verification-failed.

** Changed in: vsftpd (Ubuntu Lucid)
   Status: Fix Committed = In Progress

** Tags added: verification-failed
** Tags removed: verification-needed

-- 
package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/629234
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 629234] Re: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-23 Thread Jean-Baptiste Lallement
btw, the same problem still exists in maverick.

-- 
package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/629234
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 645808] Re: mail-stack-delivery wont install: preinst: 67: Syntax error: end of file unexpected

2010-09-23 Thread Thierry Carrez
** Changed in: dovecot (Ubuntu Maverick)
   Status: In Progress = Fix Committed

-- 
mail-stack-delivery wont install: preinst: 67: Syntax error: end of file 
unexpected 
https://bugs.launchpad.net/bugs/645808
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 645808] Re: mail-stack-delivery wont install: preinst: 67: Syntax error: end of file unexpected

2010-09-23 Thread Launchpad Bug Tracker
This bug was fixed in the package dovecot - 1:1.2.12-1ubuntu4

---
dovecot (1:1.2.12-1ubuntu4) maverick; urgency=low

  * debian/mail-stack-delivery.preinst:
- Properly close switch/case statement (LP: #645808)
 -- Niall Creech niallcre...@gmail.com   Thu, 23 Sep 2010 08:58:04 +0100

** Changed in: dovecot (Ubuntu Maverick)
   Status: Fix Committed = Fix Released

-- 
mail-stack-delivery wont install: preinst: 67: Syntax error: end of file 
unexpected 
https://bugs.launchpad.net/bugs/645808
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 645956] Re: appamor denying clamd access to its own process

2010-09-23 Thread Jamie Strandboge
** Changed in: clamav (Ubuntu)
   Importance: Undecided = Low

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

** Changed in: clamav (Ubuntu)
Milestone: None = ubuntu-10.10

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

-- 
appamor denying clamd access to its own process
https://bugs.launchpad.net/bugs/645956
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 434799] Re: X11 forwarding via SSH does not work after upgrade to karmic

2010-09-23 Thread Rush Tonop Online
My case:

# Go to workstation
r...@laptop:~$ ssh -X workstation

# Check for $DISPLAY
r...@workstation:~$ env | grep DISPLAY || echo No display found
No display found

# Check log
workstation:~$ sudo -s
workstation:~# grep X11 /var/log/auth.log
Sep 23 16:33:10 workstation sshd[14105]: error: Failed to allocate 
internet-domain X11 display socket.

# Yes, it is!

# Check ipv6 suppport
r...@workstation:~# sysctl net.ipv6.conf.all.disable_ipv6 
net.ipv6.conf.all.disable_ipv6 = 1

# It's the answer.
# Now we must disable ipv6 support in sshd too:
r...@workstation:~# sed -i 's|^exec /usr/sbin/sshd$|exec /usr/sbin/sshd -4|g' 
/etc/init/ssh.conf 
r...@workstation:~# service ssh restart
r...@workstation:~# exit
r...@workstation:~$ exit

# Check changes
r...@laptop:~$ ssh -X workstation

# Check for $DISPLAY
r...@workstation:~$ env | grep DISPLAY || echo No display found
DISPLAY=localhost:10.0

Done.

-- 
X11 forwarding via SSH does not work after upgrade to karmic
https://bugs.launchpad.net/bugs/434799
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 645745] Re: Some package dependency should be moved to puppet

2010-09-23 Thread James Page
Proposed importance: Low
Proposed status: Triaged

-- 
Some package dependency should be moved to puppet
https://bugs.launchpad.net/bugs/645745
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet 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 645654] Re: package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-23 Thread James Page
Proposed importance: Low
Proposed status: Triaged

-- 
package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/645654
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 645956] Re: appamor denying clamd access to its own process

2010-09-23 Thread Jamie Strandboge
** Changed in: clamav (Ubuntu)
   Status: In Progress = Fix Committed

-- 
appamor denying clamd access to its own process
https://bugs.launchpad.net/bugs/645956
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 645654] Re: package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-23 Thread James Page
*** This bug is a duplicate of bug 644853 ***
https://bugs.launchpad.net/bugs/644853

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

** This bug has been marked a duplicate of bug 644853
   apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: Module 
reqtimeout does not exist!
 * You can subscribe to bug 644853 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/644853/+subscribe

-- 
package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/645654
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 645745] Re: Some package dependency should be moved to puppet

2010-09-23 Thread C de-Avillez
Marking Triaged/Low per James' request.

** Changed in: puppet (Ubuntu)
   Importance: Undecided = Low

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

-- 
Some package dependency should be moved to puppet
https://bugs.launchpad.net/bugs/645745
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet 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 646032] [NEW] package winbind 2:3.4.7 ~dfsg-1ubuntu3.2 failed to install/upgrade: sub-proc esso script post-installation instalado retornou estado de saída de erro 127

2010-09-23 Thread Leonardo
Public bug reported:

Binary package hint: samba

Tentei atualizar normalmente o ubuntu e apresentou esse erro.
Agora ele fica direto na mesma coisa.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: winbind 2:3.4.7~dfsg-1ubuntu3.2
ProcVersionSignature: Ubuntu 2.6.32-24.43-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Thu Sep 23 10:49:57 2010
ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 127
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SambaServerRegression: No
SourcePackage: samba
Title: package winbind 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 127
WindowsFailedConnect: Yes

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


** Tags: apport-package i386 lucid

-- 
package winbind 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade: sub-processo 
script post-installation instalado retornou estado de saída de erro 127
https://bugs.launchpad.net/bugs/646032
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 646032] Re: package winbind 2:3.4.7~d fsg-1ubuntu3.2 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de sa ída de erro 127

2010-09-23 Thread Leonardo

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/646032/+attachment/1626891/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/646032/+attachment/1626892/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/646032/+attachment/1626893/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/646032/+attachment/1626894/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   
https://bugs.launchpad.net/bugs/646032/+attachment/1626895/+files/DpkgTerminalLog.gz

** Attachment added: SambaInstalledVersions.txt
   
https://bugs.launchpad.net/bugs/646032/+attachment/1626896/+files/SambaInstalledVersions.txt

-- 
package winbind 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade: sub-processo 
script post-installation instalado retornou estado de saída de erro 127
https://bugs.launchpad.net/bugs/646032
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 645082] Re: bacula misses requirement of gawk

2010-09-23 Thread Serge Hallyn
Quoting Fred Baumgarten (645...@bugs.launchpad.net):
 Is the fix really that simple ?
 
 Actually make_catalog_backup_awk holds the first line:
 
 #!/usr/bin/gawk -f
 
 which is obviously correct. Durung the bacula call mawk got involved (it
 was a server installation). I guess the callee does a command like awk
 -f /etc/bacula/scripts/make_catalog_backup_awk which is even wrong if
 mawk has precendence over gawk by using /etc/alternatives/awk. I guess
 you need to inspect a bit deeper.

I'm not convinced this matters.  If mawk /etc/alternatives/awk points to
mawk, then mawk is installed.  If mawk is not installed, then 'awk' will
run gawk, since we are depending on gawk being installed.

 there the /usr/bin/awk needs to be changed to /usr/bin/gawk as well.

Again, not convinced.

** Changed in: bacula (Ubuntu)
 Assignee: Serge Hallyn (serge-hallyn) = (unassigned)

-- 
bacula misses requirement of gawk
https://bugs.launchpad.net/bugs/645082
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 564678] [NEW] unable to add existing storage image to KVM

2010-09-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: virt-manager

When trying to add an existing storage image to an existing QEMU/KVM
virtual machine virt-manager throws an error:

Invalid Storage Parameters
Name 'XYZ' already in use by another volume.

How do I add the volume to the machine?

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: virt-manager 0.8.2-2ubuntu8
ProcVersionSignature: Ubuntu 2.6.32-21.31-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic x86_64
Architecture: amd64
Date: Fri Apr 16 15:15:38 2010
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: virt-manager

** Affects: libvirt (Ubuntu)
 Importance: Undecided
 Assignee: Marc Deslauriers (mdeslaur)
 Status: Incomplete


** Tags: amd64 apport-bug lucid
-- 
unable to add existing storage image to KVM
https://bugs.launchpad.net/bugs/564678
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 646054] [NEW] package vsftpd 2.2.2-3ubuntu7.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 3

2010-09-23 Thread P.Constantine
Public bug reported:

Binary package hint: vsftpd

package vsftpd 2.2.2-3ubuntu7.1 failed to install/upgrade: subprocess
installed post-installation script returned error exit status 3

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: vsftpd 2.2.2-3ubuntu7.1
ProcVersionSignature: Ubuntu 2.6.32-25.43-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
Architecture: i386
Date: Thu Sep 23 16:16:57 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 3
SourcePackage: vsftpd
Title: package vsftpd 2.2.2-3ubuntu7.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 3

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


** Tags: apport-package i386 lucid

-- 
package vsftpd 2.2.2-3ubuntu7.1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 3
https://bugs.launchpad.net/bugs/646054
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 646054] Re: package vsftpd 2.2.2-3ubuntu7.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 3

2010-09-23 Thread P.Constantine

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/646054/+attachment/1627001/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/646054/+attachment/1627002/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/646054/+attachment/1627003/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/646054/+attachment/1627004/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   
https://bugs.launchpad.net/bugs/646054/+attachment/1627005/+files/DpkgTerminalLog.gz

-- 
package vsftpd 2.2.2-3ubuntu7.1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 3
https://bugs.launchpad.net/bugs/646054
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 564678] Re: unable to add existing storage image to KVM

2010-09-23 Thread Marc Deslauriers
Ah! That would explain it. This is actually a libvirt bug, probably
solved with the following commit:

http://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=a7fb2258cac63b2420b51d5720a6e2b8734d818d


** Package changed: virt-manager (Ubuntu) = libvirt (Ubuntu)

** Changed in: libvirt (Ubuntu)
   Status: Incomplete = Confirmed

** Changed in: libvirt (Ubuntu)
 Assignee: Marc Deslauriers (mdeslaur) = (unassigned)

-- 
unable to add existing storage image to KVM
https://bugs.launchpad.net/bugs/564678
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 645630] Re: Unable to connect to CIFS host

2010-09-23 Thread James Page
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We need some more information from you before we can
start working on this bug.

Please can you provide output from the following commands as attachments
to your bug report:

 1. mount | grep cifs 
 2. sudo mount | grep cifs
 3. groups
 4. smbclient -d 10 //MSHOME/NET
 5. smbclient -L //MSHOME/NET

Please could you also add '/var/log/kern.log' and the log files in
'/var/log/apparmor/*' as attachments to your bug report.

This will help us to find and resolve the problem.

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

-- 
Unable to connect to CIFS host
https://bugs.launchpad.net/bugs/645630
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 646100] [NEW] After upgrade Lucid-Maverick, Eucalyptus database seems not to have been upgraded

2010-09-23 Thread C de-Avillez
Public bug reported:

This is currently a placeholder while I re-run the upgrade process.

Basically:
1. images are lost (not yet known if still on disc)
2. admin credentials must be refreshed (sudo euca_conf --get-credentials must 
be re-run).

During a conference call, Dmitrii suggested this might be related to the
euca DB not being upgraded, and asked to also verify groups, users,  and
keypairs (for completeness)

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

-- 
After upgrade Lucid-Maverick, Eucalyptus database seems not to have been 
upgraded
https://bugs.launchpad.net/bugs/646100
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 645745] Re: Some package dependency should be moved to puppet

2010-09-23 Thread Mathias Gug
As outlined by Stig in comment #1, the actual code using libshadow-
ruby1.8 is shipped in puppet-common. Thus puppet-common needs to depend
on libshadow-ruby1.8.

** Changed in: puppet (Ubuntu)
   Status: Triaged = Won't Fix

-- 
Some package dependency should be moved to puppet
https://bugs.launchpad.net/bugs/645745
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet 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 645288] Re: dovecot fails to find mailbox of new users

2010-09-23 Thread James Page
This may be a re-introduction of
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/512975.

It looks like 1:1.2.9-1ubuntu5 may have regressed the fix for this bug.

-- 
dovecot fails to find mailbox of new users
https://bugs.launchpad.net/bugs/645288
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 621380] Re: bad output from check_linux_raid with RAID0 and linear volumes

2010-09-23 Thread Clint Byrum
cyco, thanks for the heads up.

Given the amount of delta and FinalFreeze status, I think this will have
to wait for natty.

-- 
bad output from check_linux_raid with RAID0 and linear volumes
https://bugs.launchpad.net/bugs/621380
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins 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 618880] Re: Update manager stalls at samba post install screen with no way to continue or exit

2010-09-23 Thread Scott Moser
Confirming this based on feedback from Mart_ijn
It would seem to me that this is most likely not samba specific, but a problem 
where the update-manager didn't have access to the X display and somehow the 
frontend was set to console.

** Changed in: samba (Ubuntu)
   Importance: Undecided = Medium

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

-- 
Update manager stalls at samba post install screen with no way to continue or 
exit
https://bugs.launchpad.net/bugs/618880
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 646032] Re: package winbind 2:3.4.7~d fsg-1ubuntu3.2 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de sa ída de erro 127

2010-09-23 Thread Scott Moser
From the log, it appears that this issue is due to additional libraries,
or at least a library path containing non-ubuntu libraries, and possibly
a different /usr/bin/winbindd.

Do you have an idea of why /usr/sbin/winbindd would be complaining about
files in /opt/PostgreSQL/... ?

Configurando winbind (2:3.4.7~dfsg-1ubuntu3.2) ...
 * Starting the Winbind daemon winbind
/usr/sbin/winbindd: /opt/PostgreSQL/psqlODBC/lib/libk5crypto.so.3: no version 
information available (required by /usr/sbin/winbindd)
/usr/sbin/winbindd: /opt/PostgreSQL/psqlODBC/lib/libgssapi_krb5.so.2: no 
version information available (required by /usr/sbin/winbindd)
/usr/sbin/winbindd: /opt/PostgreSQL/psqlODBC/lib/libkrb5.so.3: no version 
information available (required by /usr/sbin/winbindd)
/usr/sbin/winbindd: /opt/PostgreSQL/psqlODBC/lib/libgssapi_krb5.so.2: no 
version information available (required by /usr/lib/libldap_r-2.4.so.2)
/usr/sbin/winbindd: relocation error: /usr/sbin/winbindd: symbol 
krb5_get_init_creds_opt_alloc, version krb5_3_MIT not defined in file 
libkrb5.so.3 with link time reference
   ...fail!
invoke-rc.d: initscript winbind, action start failed.
dpkg: erro processando winbind (--configure):
 sub-processo script post-installation instalado retornou estado de saída de 
erro 127


** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

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

-- 
package winbind 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade: sub-processo 
script post-installation instalado retornou estado de saída de erro 127
https://bugs.launchpad.net/bugs/646032
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 382832] Re: Need comment for line added to /etc/ldap.conf by nssldap-update-ignoreusers(8)

2010-09-23 Thread Daniel Richard G.
Yep! That's the idea.

I would tack on the (8) man-section suffix to the program name, but at
any rate, this is all that's needed.

-- 
Need comment for line added to /etc/ldap.conf by nssldap-update-ignoreusers(8)
https://bugs.launchpad.net/bugs/382832
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap 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 645630] Re: Unable to connect to CIFS host

2010-09-23 Thread mrandrzejak
I grouped the 5 commands to try into on txt file.

** Attachment added: bug645630commands.txt
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/645630/+attachment/1627282/+files/bug645630commands.txt

-- 
Unable to connect to CIFS host
https://bugs.launchpad.net/bugs/645630
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 645630] Re: Unable to connect to CIFS host

2010-09-23 Thread mrandrzejak

** Attachment added: kern.log
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/645630/+attachment/1627284/+files/kern.log

-- 
Unable to connect to CIFS host
https://bugs.launchpad.net/bugs/645630
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 645630] Re: Unable to connect to CIFS host

2010-09-23 Thread mrandrzejak
There were no files located in /var/log/apparmor/, also no files
hidden there either. Thanks for any help!

-- 
Unable to connect to CIFS host
https://bugs.launchpad.net/bugs/645630
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 645956] Re: appamor denying clamd access to its own process

2010-09-23 Thread Launchpad Bug Tracker
This bug was fixed in the package clamav - 0.96.3+dfsg-1ubuntu4

---
clamav (0.96.3+dfsg-1ubuntu4) maverick; urgency=low

  * debian/usr.sbin.clamd: updated to give read access to
@{PROC}/[0-9]*/status and @{PROC}/filesystems. The latter is covered by
the base abstraction, but we add it here to ease backporting.
- LP: #645956
 -- Jamie Strandboge ja...@ubuntu.com   Thu, 23 Sep 2010 07:58:35 -0500

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

-- 
appamor denying clamd access to its own process
https://bugs.launchpad.net/bugs/645956
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 562531] Re: Latest Apache 2.2 is missing mod_reqtimeout.so

2010-09-23 Thread kingtiger01
*** This bug is a duplicate of bug 562370 ***
https://bugs.launchpad.net/bugs/562370

also missing in Maverick Meerkat.  Syntax error on line 1 of 
/etc/apache2/mods-enabled/reqtimeout.load: Cannot load 
/usr/lib/apache2/modules/mod_reqtimeout.so into server: 
/usr/lib/apache2/modules/mod_reqtimeout.so: cannot open shared object file: No 
such file or directory
Ubuntu Repo.

-- 
Latest Apache 2.2 is missing mod_reqtimeout.so
https://bugs.launchpad.net/bugs/562531
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 382832] Re: Need comment for line added to /etc/ldap.conf by nssldap-update-ignoreusers(8)

2010-09-23 Thread Brian Murray
** Tags added: patch

-- 
Need comment for line added to /etc/ldap.conf by nssldap-update-ignoreusers(8)
https://bugs.launchpad.net/bugs/382832
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap 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 646212] [NEW] package nagios3-common 3.2 .0-4ubuntu2 failed to install/upgrade: el subproceso s cript post-installation instalado devolvió el có digo de salida de error 1

2010-09-23 Thread Vic
Public bug reported:

Binary package hint: nagios3

None

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: nagios3-common 3.2.0-4ubuntu2
ProcVersionSignature: Ubuntu 2.6.31-22.65-generic
Uname: Linux 2.6.31-22-generic i686
Architecture: i386
Date: Tue Sep 21 17:00:26 2010
ErrorMessage: el subproceso script post-installation instalado devolvió el 
código de salida de error 1
PackageArchitecture: all
SourcePackage: nagios3
Title: package nagios3-common 3.2.0-4ubuntu2 failed to install/upgrade: el 
subproceso script post-installation instalado devolvió el código de salida de 
error 1

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


** Tags: apport-package i386 lucid

-- 
package nagios3-common 3.2.0-4ubuntu2 failed to install/upgrade: el subproceso 
script post-installation instalado devolvió el código de salida de error 1
https://bugs.launchpad.net/bugs/646212
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios3 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 646212] Re: package nagios3-common 3.2.0- 4ubuntu2 failed to install/upgrade: el subproceso script post-installation instalado devolvió el código de salida de error 1

2010-09-23 Thread Vic

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/646212/+attachment/1627931/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/646212/+attachment/1627932/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/646212/+attachment/1627933/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/646212/+attachment/1627934/+files/DpkgTerminalLog.txt

-- 
package nagios3-common 3.2.0-4ubuntu2 failed to install/upgrade: el subproceso 
script post-installation instalado devolvió el código de salida de error 1
https://bugs.launchpad.net/bugs/646212
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios3 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 646100] Re: After upgrade Lucid-Maverick, Eucalyptus database seems not to have been upgraded

2010-09-23 Thread C de-Avillez
1. the admin credentials changed:

ubu...@cempedak:~$ cat eucarc
EUCA_KEY_DIR=$(dirname $(readlink -f ${BASH_SOURCE}))
export S3_URL=http://10.55.55.2:8773/services/Walrus
export EC2_URL=http://10.55.55.2:8773/services/Eucalyptus
export EC2_PRIVATE_KEY=${EUCA_KEY_DIR}/euca2-admin-2cabb318-pk.pem
export EC2_CERT=${EUCA_KEY_DIR}/euca2-admin-2cabb318-cert.pem
export EC2_JVM_ARGS=-Djavax.net.ssl.trustStore=${EUCA_KEY_DIR}/jssecacerts
export EUCALYPTUS_CERT=${EUCA_KEY_DIR}/cloud-cert.pem
export EC2_ACCESS_KEY='WKy3rMzOWPouVOxK1p3Ar1C2uRBwa2FBXnCw'
export EC2_SECRET_KEY='uZIpwxvhbgU5R99tD7wnGshAnOJ8JUavazimMA'
# This is a bogus value; Eucalyptus does not need this but client tools do.
export EC2_USER_ID='000100729354'
alias ec2-bundle-image=ec2-bundle-image --cert ${EC2_CERT} --privatekey 
${EC2_PRIVATE_KEY} --user 000100729354 --ec2cert ${EUCALYPTUS_CERT}
alias ec2-upload-bundle=ec2-upload-bundle -a ${EC2_ACCESS_KEY} -s 
${EC2_SECRET_KEY} --url ${S3_URL} --ec2cert ${EUCALYPTUS_CERT}
ubu...@cempedak:~$ . eucarc
ubu...@cempedak:~$ euca-describe-groups 
Warning: failed to parse error message from AWS: unknown:1:0: syntax error
EC2ResponseError: 403 Forbidden
Failure: 403 Forbidden
Login Failure: all modules ignored


ubu...@cempedak:~$ sudo euca_conf --get-credentials admin-v2.0.zip
--2010-09-23 13:53:31--  
https://localhost:8443/getX509?user=admincode=zBbfEPEwkCwV2JgPR8HPlgR7P4b2yaCNFR6jxrurMc5BhZmcLit6Y5j3jWhJGIJFwsemMaubWW1R0PmzQw
Resolving localhost... ::1, 127.0.0.1
Connecting to localhost|::1|:8443... failed: Connection refused.
Connecting to localhost|127.0.0.1|:8443... connected.
WARNING: cannot verify localhost's certificate, issued by `/C=US/ST=CA/L=Santa 
Barbara/O=db/OU=Eucalyptus/CN=localhost':
  Self-signed certificate encountered.
HTTP request sent, awaiting response... 200 OK
Length: 5019 (4.9K) [application/zip]
Saving to: `admin-v2.0.zip'

100%[===]
5,019   --.-K/s   in 0s

2010-09-23 13:53:32 (551 MB/s) - `admin-v2.0.zip' saved [5019/5019]

ubu...@cempedak:~$ unzip admin-v2.0.zip 
Archive:  admin-v2.0.zip
To setup the environment run: source /path/to/eucarc
replace eucarc? [y]es, [n]o, [A]ll, [N]one, [r]ename: A
  inflating: eucarc  
  inflating: cloud-cert.pem  
  inflating: jssecacerts 
  inflating: euca2-admin-121ecd79-pk.pem  
  inflating: euca2-admin-121ecd79-cert.pem  
ubu...@cempedak:~$ cat eucarc
EUCA_KEY_DIR=$(dirname $(readlink -f ${BASH_SOURCE}))
export S3_URL=http://10.55.55.2:8773/services/Walrus
export EC2_URL=http://10.55.55.2:8773/services/Eucalyptus
export EC2_PRIVATE_KEY=${EUCA_KEY_DIR}/euca2-admin-121ecd79-pk.pem
export EC2_CERT=${EUCA_KEY_DIR}/euca2-admin-121ecd79-cert.pem
export EC2_JVM_ARGS=-Djavax.net.ssl.trustStore=${EUCA_KEY_DIR}/jssecacerts
export EUCALYPTUS_CERT=${EUCA_KEY_DIR}/cloud-cert.pem
export EC2_ACCESS_KEY='WKy3rMzOWPouVOxK1p3Ar1C2uRBwa2FBXnCw'
export EC2_SECRET_KEY='85RMpg3PuxeP5gy70JnDrCRxyHh83NzKywzg'
# This is a bogus value; Eucalyptus does not need this but client tools do.
export EC2_USER_ID='339620379587702690592808969454813577226'
alias ec2-bundle-image=ec2-bundle-image --cert ${EC2_CERT} --privatekey 
${EC2_PRIVATE_KEY} --user 339620379587702690592808969454813577226 --ec2cert 
${EUCALYPTUS_CERT}
alias ec2-upload-bundle=ec2-upload-bundle -a ${EC2_ACCESS_KEY} -s 
${EC2_SECRET_KEY} --url ${S3_URL} --ec2cert ${EUCALYPTUS_CERT}
ubu...@cempedak:~$

-- 
After upgrade Lucid-Maverick, Eucalyptus database seems not to have been 
upgraded
https://bugs.launchpad.net/bugs/646100
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 646100] Re: After upgrade Lucid-Maverick, Eucalyptus database seems not to have been upgraded

2010-09-23 Thread C de-Avillez
2. the (single) image I had registered and successfully used on Lucid is
not shown anymore on 'euca-describe-images'. The files are there, though
(see attachments with 'ls -lR /var/lib/eucalyptus').

-- 
After upgrade Lucid-Maverick, Eucalyptus database seems not to have been 
upgraded
https://bugs.launchpad.net/bugs/646100
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 646100] Re: After upgrade Lucid-Maverick, Eucalyptus database seems not to have been upgraded

2010-09-23 Thread C de-Avillez

** Attachment added: ls -lR of /var/lib/eucalyptus before upgrade
   
https://bugs.edge.launchpad.net/ubuntu/+source/eucalyptus/+bug/646100/+attachment/1627929/+files/lucid_after_image_registered.txt

-- 
After upgrade Lucid-Maverick, Eucalyptus database seems not to have been 
upgraded
https://bugs.launchpad.net/bugs/646100
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 646100] Re: After upgrade Lucid-Maverick, Eucalyptus database seems not to have been upgraded

2010-09-23 Thread C de-Avillez

** Attachment added: ls -lR of /var/lib/eucalyptus after upgrade
   
https://bugs.edge.launchpad.net/ubuntu/+source/eucalyptus/+bug/646100/+attachment/1627930/+files/maverick_after_upgrade.txt

** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided = High

** Also affects: eucalyptus
   Importance: Undecided
   Status: New

** Description changed:

- This is currently a placeholder while I re-run the upgrade process.
- 
  Basically:
  1. images are lost (not yet known if still on disc)
  2. admin credentials must be refreshed (sudo euca_conf --get-credentials must 
be re-run).
  
  During a conference call, Dmitrii suggested this might be related to the
  euca DB not being upgraded, and asked to also verify groups, users,  and
- keypairs (for completeness)
+ keypairs (for completeness) -- but I forgot to create additional groups
+ and keypairs and users...

-- 
After upgrade Lucid-Maverick, Eucalyptus database seems not to have been 
upgraded
https://bugs.launchpad.net/bugs/646100
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 644759] Re: After upgrade Lucid-Maverick, all nodes need to be re-registered

2010-09-23 Thread C de-Avillez
** Also affects: eucalyptus
   Importance: Undecided
   Status: New

-- 
After upgrade Lucid-Maverick, all nodes need to be re-registered
https://bugs.launchpad.net/bugs/644759
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 644733] Re: On upgrade from Lucid to Maverick CC entries in /etc/eucalyptus/eucalyptus.local.conf are commented out

2010-09-23 Thread C de-Avillez
** Also affects: eucalyptus
   Importance: Undecided
   Status: New

-- 
On upgrade from Lucid to Maverick CC entries in 
/etc/eucalyptus/eucalyptus.local.conf are commented out
https://bugs.launchpad.net/bugs/644733
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 644759] Re: After upgrade Lucid-Maverick, all nodes need to be re-registered

2010-09-23 Thread C de-Avillez
from the cc.log:

[Thu Sep 23 14:43:12 2010][014472][EUCAINFO  ] refresh_resources(): called
[Thu Sep 23 14:43:12 2010][014472][EUCADEBUG ] 
ncClientCall(ncDescribeResource): called 
ncURL=http://10.55.55.5:8775/axis2/services/EucalyptusNC timeout=20
[Thu Sep 23 14:43:12 2010][027693][EUCADEBUG ] DEBUG: requested URI 
http://10.55.55.5:8775/axis2/services/EucalyptusNC
[Thu Sep 23 14:43:12 2010][027693][EUCADEBUG ]  
ncClientCall(ncDescribeResource): ppid=14472 client calling 'ncDescribeResource'
[Thu Sep 23 14:43:12 2010][027693][EUCAERROR ] ERROR: DescribeResource() could 
not be invoked (check NC host, port, and credentials)
[Thu Sep 23 14:43:12 2010][027693][EUCADEBUG ]  
ncClientCall(ncDescribeResource): ppid=14472 done calling 'ncDescribeResource' 
with exit code '1'
[Thu Sep 23 14:43:12 2010][014472][EUCADEBUG ] 
ncClientCall(ncDescribeResource): done clientrc=0 opFail=1
[Thu Sep 23 14:43:12 2010][014472][EUCAERROR ] refresh_resources(): bad return 
from ncDescribeResource(10.55.55.5) (1)
[Thu Sep 23 14:43:12 2010][014472][EUCADEBUG ] 
ncClientCall(ncDescribeResource): called 
ncURL=http://10.55.55.8:8775/axis2/services/EucalyptusNC timeout=20
[Thu Sep 23 14:43:12 2010][027694][EUCADEBUG ] DEBUG: requested URI 
http://10.55.55.8:8775/axis2/services/EucalyptusNC
[Thu Sep 23 14:43:12 2010][027694][EUCADEBUG ]  
ncClientCall(ncDescribeResource): ppid=14472 client calling 'ncDescribeResource'
[Thu Sep 23 14:43:12 2010][027694][EUCAERROR ] ERROR: DescribeResource() could 
not be invoked (check NC host, port, and credentials)
[Thu Sep 23 14:43:12 2010][027694][EUCADEBUG ]  
ncClientCall(ncDescribeResource): ppid=14472 done calling 'ncDescribeResource' 
with exit code '1'
[Thu Sep 23 14:43:12 2010][014472][EUCADEBUG ] 
ncClientCall(ncDescribeResource): done clientrc=0 opFail=1
[Thu Sep 23 14:43:12 2010][014472][EUCAERROR ] refresh_resources(): bad return 
from ncDescribeResource(10.55.55.8) (1)
[Thu Sep 23 14:43:12 2010][014472][EUCADEBUG ] 
ncClientCall(ncDescribeResource): called 
ncURL=http://10.55.55.7:8775/axis2/services/EucalyptusNC timeout=20
[Thu Sep 23 14:43:12 2010][027695][EUCADEBUG ] DEBUG: requested URI 
http://10.55.55.7:8775/axis2/services/EucalyptusNC
[Thu Sep 23 14:43:12 2010][027695][EUCADEBUG ]  
ncClientCall(ncDescribeResource): ppid=14472 client calling 'ncDescribeResource'
[Thu Sep 23 14:43:12 2010][027695][EUCAERROR ] ERROR: DescribeResource() could 
not be invoked (check NC host, port, and credentials)
[Thu Sep 23 14:43:12 2010][027695][EUCADEBUG ]  
ncClientCall(ncDescribeResource): ppid=14472 done calling 'ncDescribeResource' 
with exit code '1'
[Thu Sep 23 14:43:12 2010][014472][EUCADEBUG ] 
ncClientCall(ncDescribeResource): done clientrc=0 opFail=1
[Thu Sep 23 14:43:12 2010][014472][EUCAERROR ] refresh_resources(): bad return 
from ncDescribeResource(10.55.55.7) (1)
[Thu Sep 23 14:43:12 2010][014472][EUCADEBUG ] refresh_resources(): done

-- 
After upgrade Lucid-Maverick, all nodes need to be re-registered
https://bugs.launchpad.net/bugs/644759
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 644759] Re: After upgrade Lucid-Maverick, all nodes need to be re-registered

2010-09-23 Thread C de-Avillez
logs uploaded to lp:~hggdh2/%2Bjunk/uec-qa/
Pushed up to revision 62.

-- 
After upgrade Lucid-Maverick, all nodes need to be re-registered
https://bugs.launchpad.net/bugs/644759
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 646100] Re: After upgrade Lucid-Maverick, Eucalyptus database seems not to have been upgraded

2010-09-23 Thread C de-Avillez
logs pushed to lp:~hggdh2/%2Bjunk/uec-qa/
Pushed up to revision 62.

-- 
After upgrade Lucid-Maverick, Eucalyptus database seems not to have been 
upgraded
https://bugs.launchpad.net/bugs/646100
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 644759] Re: After upgrade Lucid-Maverick, all nodes need to be re-registered

2010-09-23 Thread C de-Avillez
The attached tar file contains the output of 'openssl x509 -text'  for
certificates for a NC (santol):

node-certs-after-register.txt: certificates after a euca_conf 
--deregister/register
node-certs-after-upgrade.txt: certificates after the upgrade
node-certs-before-upgrade.txt: certificates in the original Lucid install.

** Attachment added: Nodes.tar
   
https://bugs.edge.launchpad.net/ubuntu/+source/eucalyptus/+bug/644759/+attachment/1628197/+files/Nodes.tar

-- 
After upgrade Lucid-Maverick, all nodes need to be re-registered
https://bugs.launchpad.net/bugs/644759
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 646267] [NEW] package apache2.2-common 2 .2.14-5ubuntu8.2 failed to install/upgrade: Unterp rozess installiertes post-installation-Skript gab den Fehl erwert 1 zurück

2010-09-23 Thread Florian Konnertz
Public bug reported:

Binary package hint: apache2

auto upgrade of apache2 
failed

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: apache2.2-common 2.2.14-5ubuntu8.2
ProcVersionSignature: Ubuntu 2.6.32-24.43-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Thu Sep 23 20:58:48 2010
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: apache2
Title: package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

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


** Tags: apport-package i386 lucid

-- 
package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
https://bugs.launchpad.net/bugs/646267
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 646267] Re: package apache2.2-common 2.2 .14-5ubuntu8.2 failed to install/upgrade: Unterproze ss installiertes post-installation-Skript gab den Fehlerwe rt 1 zurück

2010-09-23 Thread Florian Konnertz

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/646267/+attachment/1628257/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/646267/+attachment/1628258/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/646267/+attachment/1628259/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/646267/+attachment/1628260/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/646267/+attachment/1628261/+files/DpkgTerminalLog.txt

-- 
package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
https://bugs.launchpad.net/bugs/646267
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 645745] Re: Some package dependency should be moved to puppet

2010-09-23 Thread kc7zzv
 As outlined by Stig in comment #1, the actual code using libshadow-
ruby1.8 is shipped in puppet-common. Thus puppet-common needs to depend
on libshadow-ruby1.8.

Then should we put the libaugeas dependency in this package?

-- 
Some package dependency should be moved to puppet
https://bugs.launchpad.net/bugs/645745
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet 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 645082] Re: bacula misses requirement of gawk

2010-09-23 Thread Fred Baumgarten
Hi Serge !

I am pretty sure it matters. If gawk and mawk are installed the same
time, the user has to decide what awk is the default. If he uses mawk as
default via /etc/alternatives, /usr/bin/awk points to
/etc/alternatives/awk which points to /usr/bin/mawk. If bacula depends
on gawk (as quoted in the first line of
/etc/bacula/scripts/make_catalog_backup_awk), RunBeforeJob =
/usr/bin/awk -f /etc/bacula/scripts/make_catalog_backup_awk -v
cat1=MyCatalog /etc/bacula/bacula-dir.conf will fail, because the
statement in line number 1 is not read.

either way is possible:

RunBeforeJob = /usr/bin/gawk -f
/etc/bacula/scripts/make_catalog_backup_awk -v cat1=MyCatalog
/etc/bacula/bacula-dir.conf

which will use the correct awk, or

RunBeforeJob = /etc/bacula/scripts/make_catalog_backup_awk -v
cat1=MyCatalog /etc/bacula/bacula-dir.conf

which will use the first line in the script to find the correct awk but
requires the executable bit set which is not the case right now.
Therefore the right fix would be adding the g in solution number 1.

Thanks for your work,

Fred

-- 
bacula misses requirement of gawk
https://bugs.launchpad.net/bugs/645082
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 621380] Re: bad output from check_linux_raid with RAID0 and linear volumes

2010-09-23 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/sid/nagios-plugins

-- 
bad output from check_linux_raid with RAID0 and linear volumes
https://bugs.launchpad.net/bugs/621380
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins 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 640993] Re: USB hot attach does not work (hostdev functionality only partially implemented)

2010-09-23 Thread Jamie Strandboge
Attached is a patch to fix this for maverick. I am submitting upstream
and want to get their feedback before trying to get into maverick. As
such, this is likely SRU material. It is something that can be
considered for Lucid once we have upstream approval.

** Patch added: 0001-apparmor-hostdev.patch
   
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/640993/+attachment/1629120/+files/0001-apparmor-hostdev.patch

-- 
USB hot attach does not work (hostdev functionality only partially implemented)
https://bugs.launchpad.net/bugs/640993
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 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2010-09-23 Thread Greg Porterfield
I'm having this exact symptom but in a different environment:   Ubuntu
10.04 Lucid Server.

After configuring /etc/ssh/sshd_config to have a specific ListenAddress
instead of 0.0.0.0, the ssh daemon consistently fails to start at boot
time.Errors from /var/log/auth.log:

Sep 23 14:26:45 a02-gsp sshd[697]: error: Bind to port 22 on 10.100.50.19 
failed: Cannot assign requested address.
Sep 23 14:26:45 a02-gsp sshd[697]: fatal: Cannot bind any address.

And errors in /var/log/syslog immediately after boot:

Sep 23 14:26:45 a02-gsp init: ssh main process (739) terminated with status 255
Sep 23 14:26:45 a02-gsp init: ssh main process ended, respawning
Sep 23 14:26:45 a02-gsp init: ssh main process (744) terminated with status 255
Sep 23 14:26:45 a02-gsp init: ssh respawning too fast, stopped

So this appears to be the same problem, but the root cause would seem to
be upstart in this case.Since /etc/init/ssh.conf says start on
filesystem, sshd is started before the network interfaces are
configured and fails to bind to the specific address that isn't
configured yet.

I've implemented the following workaround which seems to be working
well:   changed the start event in ssh.conf to start on started
network-interface and added a sleep 3 in the pre-start script (see
attached patch).   Without the sleep to wait for the interface to be
configured, sshd would still fail to start some of the time.

If this would be more appropriate as a new bug specific to Lucid Server
I'll be happy to open a new one.



** Patch added: patch with my changes to /etc/init/ssh.conf
   
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/216847/+attachment/1629304/+files/ssh.conf.patch

-- 
sshd will not start at boot if ListenAddress is set, because network interface 
is not yet up
https://bugs.launchpad.net/bugs/216847
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 646453] [NEW] package irqbalance 0.55 20091017-3ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-23 Thread Jason Christian
Public bug reported:

Binary package hint: irqbalance

Installed server, received this error.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: irqbalance 0.55+20091017-3ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic-pae 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic-pae i686
Architecture: i386
Date: Thu Sep 23 13:25:28 2010
Df:
 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu-Server 10.04.1 LTS Lucid Lynx - Release i386 
(20100816.2)
SourcePackage: irqbalance
Title: package irqbalance 0.55+20091017-3ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 lucid

-- 
package irqbalance 0.55 20091017-3ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/646453
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 646453] Re: package irqbalance 0.55 20091017-3ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-23 Thread Jason Christian

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/646453/+attachment/1629400/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/646453/+attachment/1629401/+files/Dependencies.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/646453/+attachment/1629402/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/646453/+attachment/1629403/+files/DpkgTerminalLog.txt

-- 
package irqbalance 0.55 20091017-3ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/646453
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 646468] [NEW] Apparmor deny when trying to use hugetlbfs

2010-09-23 Thread mik
Public bug reported:

When starting a VM with hugepages support, I get an apparmor deny
message and the VM starts with normal pages.

dmesg shows:
[  449.428584] type=1400 audit(1285282448.505:47): apparmor=DENIED 
operation=mknod parent=1 
profile=libvirt-e2420e79-06d6-f8d0-0523-7c52b3650191 
name=/dev/hugepages/libvirt/qemu/kvm.2DUKKZ pid=3325 comm=kvm 
requested_mask=c denied_mask=c fsuid=103 ouid=103


# lsb_release -rd
Description:Ubuntu maverick (development branch)
Release:10.10

To reproduce, I did this:

echo hugetlbfs /dev/hugepages hugetlbfs defaults 0 0  /etc/fstab
echo vm.nr_hugepages = 1024  /etc/sysctl.conf

WARNING: this will use 2G of RAM.  Don't try to apply sysctl settings on
a running system...

Added to my domain xml (somewhere under the domain tag):
memoryBackinghugepages//memoryBacking

Then rebooted and tried to start the domain.

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


** Tags: hugepages hugetlbfs

-- 
Apparmor deny when trying to use hugetlbfs
https://bugs.launchpad.net/bugs/646468
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 644853] Re: apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: Module reqtimeout does not exist!

2010-09-23 Thread David Meyer
This happened to me, too, and I certainly have never manually removed
the reqtimeout.load file - it must have been something aptitude did in
some previous upgrade stage.  However, copying reqtimeout.* from
/etc/apache2.orig/mods-available to /etc/apache2/mods-available allowed
me to continue upgrading apache2-common.

HTH.

-- 
apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: Module reqtimeout 
does not exist!
https://bugs.launchpad.net/bugs/644853
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 628965] Re: Please merge vzctl 3.0.24-3 from Debian unstable

2010-09-23 Thread Daniel Hahler
The regression in Debian is fixed (http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=592991) and there is no Ubuntu delta required
anymore (udev rule is not being installed anymore; see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595278).

Therefore I am requesting a sync of vzctl 3.0.24-7 from Debian testing
instead.

Please subscribe ubuntu-archive after ACKing.

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

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

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

** Summary changed:

- Please merge vzctl 3.0.24-3 from Debian unstable
+ Please sync vzctl 3.0.24-7 from Debian testing

-- 
Please sync vzctl 3.0.24-7 from Debian testing
https://bugs.launchpad.net/bugs/628965
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 563460] Re: data traffic slows to a halt while transmission

2010-09-23 Thread charles
*** This bug is a duplicate of bug 460733 ***
https://bugs.launchpad.net/bugs/460733

** This bug has been marked a duplicate of bug 460733
   Transmission BitTorrent doesn't honor speed limitation preferences
 * You can subscribe to bug 460733 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/460733/+subscribe

-- 
data traffic slows to a halt while transmission
https://bugs.launchpad.net/bugs/563460
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600453] Re: [arrandale] [i915] DELL E6510: blank screen on boot (Intel GPU)

2010-09-23 Thread Chris Halse Rogers
From what I can tell, the patches I specifically named above have not
made it into any of the 2.6.36 rcs yet; as such, it would be useful to
test the drm-intel-next kernel.

-- 
[arrandale] [i915] DELL E6510: blank screen on boot (Intel GPU)
https://bugs.launchpad.net/bugs/600453
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 417468] Re: audacious2 crashed with SIGSEGV in malloc() from ui_manager_init () unless switch to ALSA

2010-09-23 Thread Frits Letteboer
This problem no longer exists in 10.04, will try 10.10 later on and
report back if it's different from 10.04.

-- 
audacious2 crashed with SIGSEGV in malloc() from ui_manager_init ()  unless 
switch to ALSA
https://bugs.launchpad.net/bugs/417468
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 645774] [NEW] Language Selector crashes when drag languages

2010-09-23 Thread TualatriX
Public bug reported:

Binary package hint: language-selector

I have a Ubuntu 10.10 which is upgrade from Ubuntu 10.04, everything is
up-to-date.

The default language is English, after I install the Chinese (whatever
simplified or traditional), I drag the Language in the front, then a
crash report display.

I try to run Language Selector under terminal, here the output:

Traceback (most recent call last):
  File 
/usr/lib/python2.6/dist-packages/LanguageSelector/gtk/GtkLanguageSelector.py, 
line 78, in wrapper
res = f(*args, **kwargs)
  File 
/usr/lib/python2.6/dist-packages/LanguageSelector/gtk/GtkLanguageSelector.py, 
line 1062, in on_treeview_locales_drag_end
self.writeUserLanguage(envLanguage)
  File 
/usr/lib/python2.6/dist-packages/LanguageSelector/gtk/GtkLanguageSelector.py, 
line 781, in writeUserLanguage
self.writeUserLanguageSetting(userLanguage=languageString)
  File /usr/lib/python2.6/dist-packages/LanguageSelector/LanguageSelector.py, 
line 201, in writeUserLanguageSetting
find_string_and_replace(findString, setString, conffiles)
  File /usr/lib/python2.6/dist-packages/LanguageSelector/utils.py, line 37, 
in find_string_and_replace
os.rename(out.name, fname)
OSError: [Errno 18] Invalid cross-device link

After reading the source code, I've known the bug is caused by moving
file from /tmp to $HOME through Python's os module.

I've fix the bug in my bzr branch, Please help to merge my work.

** Affects: language-selector (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Language Selector crashes when drag languages
https://bugs.launchpad.net/bugs/645774
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 645774] Re: Language Selector crashes when drag languages

2010-09-23 Thread TualatriX

** Attachment added: Language  Text.png
   
https://bugs.launchpad.net/bugs/645774/+attachment/1625778/+files/Language%20%26%20Text.png

-- 
Language Selector crashes when drag languages
https://bugs.launchpad.net/bugs/645774
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 645772] Re: nautilus crashed with SIGSEGV in g_closure_invoke()

2010-09-23 Thread Apport retracing service
*** This bug is a duplicate of bug 641234 ***
https://bugs.launchpad.net/bugs/641234

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

** Attachment removed: CoreDump.gz
   
https://bugs.edge.launchpad.net/bugs/645772/+attachment/1625755/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/645772/+attachment/1625756/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.edge.launchpad.net/bugs/645772/+attachment/1625757/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.edge.launchpad.net/bugs/645772/+attachment/1625759/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.edge.launchpad.net/bugs/645772/+attachment/1625760/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.edge.launchpad.net/bugs/645772/+attachment/1625761/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.edge.launchpad.net/bugs/645772/+attachment/1625762/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.edge.launchpad.net/bugs/645772/+attachment/1625763/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 641234

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

-- 
nautilus crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/645772
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 645767] Re: transmission crashed with SIGSEGV in g_object_thaw_notify()

2010-09-23 Thread charles
** Visibility changed to: Public

-- 
transmission crashed with SIGSEGV in g_object_thaw_notify()
https://bugs.launchpad.net/bugs/645767
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 645075] Re: deluge-gtk assert failure: *** glibc detected *** /usr/bin/python: malloc(): smallbin double linked list corrupted: 0x09e43600 ***

2010-09-23 Thread charles
** Visibility changed to: Public

-- 
deluge-gtk assert failure: *** glibc detected *** /usr/bin/python: malloc(): 
smallbin double linked list corrupted: 0x09e43600 ***
https://bugs.launchpad.net/bugs/645075
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 637330] Re: deluge-gtk crashed with SIGSEGV in PyString_FromFormatV()

2010-09-23 Thread charles
** Visibility changed to: Public

-- 
deluge-gtk crashed with SIGSEGV in PyString_FromFormatV()
https://bugs.launchpad.net/bugs/637330
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551441] Re: No sound on internal speakers on June 2009 MacBook Pro

2010-09-23 Thread Jeroen T. Vermeulen
The problem still exists in the Maverick beta.

** Tags added: apport-collected

** Description changed:

  I just upgraded my June 2009 MacBook Pro from Karmic to Lucid.  My sound
  card is now recognized, and analog headphones work, but the internal
  speakers still don't.
  
  lspci output:
  
  00:08.0 Audio device: nVidia Corporation MCP79 High Definition Audio (rev b1)
  Subsystem: nVidia Corporation Device cb79
  Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
  Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
  Latency: 0 (500ns min, 1250ns max)
  Interrupt: pin A routed to IRQ 20
  Region 0: Memory at d358 (32-bit, non-prefetchable) [size=16K]
  Capabilities: [44] Power Management version 2
  Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot+,D3cold+)
  Status: D0 PME-Enable- DSel=0 DScale=0 PME-
  Kernel driver in use: HDA Intel
  Kernel modules: snd-hda-intel
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
+ Architecture: i386
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: NVidia [HDA NVidia], device 0: Cirrus Analog [Cirrus Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  jtv2035 F pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'NVidia'/'HDA NVidia at 0xd358 irq 21'
+Mixer name : 'Cirrus Logic CS4206'
+Components : 'HDA:10134206,106b4c00,00100301'
+Controls  : 16
+Simple ctrls  : 9
+ CheckboxSubmission: e56271c144a9c8f9f675c77e2e4edb56
+ CheckboxSystem: 7e42599bda39ea7ff8b528272b6ef52b
+ DistroRelease: Ubuntu 10.10
+ HibernationDevice: RESUME=UUID=561a5e5a-24d1-4c9e-8bfb-ff985eecf2f2
+ MachineType: Apple Inc. MacBookPro5,4
+ NonfreeKernelModules: wl
+ Package: linux 2.6.35.22.23
+ PackageArchitecture: i386
+ ProcCmdLine: root=UUID=e82d9a35-caee-4503-8594-8cd1eb26eec9 ro quiet splash
+ ProcEnviron:
+  LC_TIME=en_DK.UTF-8
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
+ Regression: No
+ RelatedPackageVersions: linux-firmware 1.38
+ Reproducible: Yes
+ RfKill:
+  0: hci0: Bluetooth
+   Soft blocked: no
+   Hard blocked: no
+ Tags: maverick kernel-sound needs-upstream-testing
+ Uname: Linux 2.6.35-22-generic i686
+ UserGroups: adm admin audio cdrom dialout lpadmin netdev plugdev pulse 
pulse-access sambashare video
+ WpaSupplicantLog:
+  
+ dmi.bios.date: 06/15/09
+ dmi.bios.vendor: Apple Inc.
+ dmi.bios.version: MBP53.88Z.00AC.B03.0906151647
+ dmi.board.asset.tag: Base Board Asset Tag#
+ dmi.board.name: Mac-F22587A1
+ dmi.board.vendor: Apple Inc.
+ dmi.board.version: MacBookPro5,4
+ dmi.chassis.asset.tag: Asset Tag#
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Apple Inc.
+ dmi.chassis.version: Mac-F22587A1
+ dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP53.88Z.00AC.B03.0906151647:bd06/15/09:svnAppleInc.:pnMacBookPro5,4:pvr1.0:rvnAppleInc.:rnMac-F22587A1:rvrMacBookPro5,4:cvnAppleInc.:ct10:cvrMac-F22587A1:
+ dmi.product.name: MacBookPro5,4
+ dmi.product.version: 1.0
+ dmi.sys.vendor: Apple Inc.

-- 
No sound on internal speakers on June 2009 MacBook Pro
https://bugs.launchpad.net/bugs/551441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551441] AcpiTables.txt

2010-09-23 Thread Jeroen T. Vermeulen
apport information

** Attachment added: AcpiTables.txt
   
https://bugs.edge.launchpad.net/bugs/551441/+attachment/1625779/+files/AcpiTables.txt

-- 
No sound on internal speakers on June 2009 MacBook Pro
https://bugs.launchpad.net/bugs/551441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551441] AlsaDevices.txt

2010-09-23 Thread Jeroen T. Vermeulen
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.edge.launchpad.net/bugs/551441/+attachment/1625780/+files/AlsaDevices.txt

-- 
No sound on internal speakers on June 2009 MacBook Pro
https://bugs.launchpad.net/bugs/551441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551441] AplayDevices.txt

2010-09-23 Thread Jeroen T. Vermeulen
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.edge.launchpad.net/bugs/551441/+attachment/1625781/+files/AplayDevices.txt

-- 
No sound on internal speakers on June 2009 MacBook Pro
https://bugs.launchpad.net/bugs/551441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551441] BootDmesg.txt

2010-09-23 Thread Jeroen T. Vermeulen
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/551441/+attachment/1625782/+files/BootDmesg.txt

-- 
No sound on internal speakers on June 2009 MacBook Pro
https://bugs.launchpad.net/bugs/551441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551441] Card0.Amixer.values.txt

2010-09-23 Thread Jeroen T. Vermeulen
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.edge.launchpad.net/bugs/551441/+attachment/1625783/+files/Card0.Amixer.values.txt

-- 
No sound on internal speakers on June 2009 MacBook Pro
https://bugs.launchpad.net/bugs/551441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551441] Card0.Codecs.codec.0.txt

2010-09-23 Thread Jeroen T. Vermeulen
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.edge.launchpad.net/bugs/551441/+attachment/1625784/+files/Card0.Codecs.codec.0.txt

-- 
No sound on internal speakers on June 2009 MacBook Pro
https://bugs.launchpad.net/bugs/551441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551441] CurrentDmesg.txt

2010-09-23 Thread Jeroen T. Vermeulen
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/551441/+attachment/1625785/+files/CurrentDmesg.txt

-- 
No sound on internal speakers on June 2009 MacBook Pro
https://bugs.launchpad.net/bugs/551441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551441] Dependencies.txt

2010-09-23 Thread Jeroen T. Vermeulen
apport information

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/551441/+attachment/1625786/+files/Dependencies.txt

-- 
No sound on internal speakers on June 2009 MacBook Pro
https://bugs.launchpad.net/bugs/551441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551441] IwConfig.txt

2010-09-23 Thread Jeroen T. Vermeulen
apport information

** Attachment added: IwConfig.txt
   
https://bugs.edge.launchpad.net/bugs/551441/+attachment/1625787/+files/IwConfig.txt

-- 
No sound on internal speakers on June 2009 MacBook Pro
https://bugs.launchpad.net/bugs/551441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >