[Bug 565101] Re: walrus reports java.lang.OutOfMemoryError: Java heap space

2010-04-21 Thread Thierry Carrez
Important note: when not specified, max heap size is set to:
***
Smaller of 1/4th of the physical memory or 1GB. Before J2SE 5.0, the default 
maximum heap size was 64MB. You can override this default using the -Xmx 
command-line option.
***

So it sounds like moving from no value to to -Xmx384m would actually
reduce the maximum heap size on most server systems, and that the
default value is sanely calculated from available memory. It also makes
a case for *not* specifying the value by default, something like:

XMX=""
[ -n ${MAXHEAPSIZE} ] && XMX="-Xmx ${MAXHEAPSIZE}m"
opts="-h $EUCALYPTUS -u $EUCA_USER --pidfile /var/run/eucalyptus/eucalyptus.pid 
-l $LOGLEVEL -L console-log $XMX"

Or even

# Extra options passed to JVM call. For exemple you can set a 1Gb maximum heap 
size by setting
# EXTRAOPTS="-Xmx1024m"
EXTRAOPTS=""
opts="-h $EUCALYPTUS -u $EUCA_USER --pidfile /var/run/eucalyptus/eucalyptus.pid 
-l $LOGLEVEL -L console-log $EXTRAOPTS"

In all cases, confirming that the observed memory profile usage is
judged sane by upstream (and setting max heap size is their recommended
way of handling load) needs to happen before the fix.

-- 
walrus reports java.lang.OutOfMemoryError: Java heap space
https://bugs.launchpad.net/bugs/565101
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 562575] Re: vm-builder fails to resolve package dependency in vanilla system

2010-04-21 Thread Thierry Carrez
** Changed in: vm-builder (Ubuntu)
   Status: Incomplete => Invalid

-- 
vm-builder fails to resolve package dependency in vanilla system
https://bugs.launchpad.net/bugs/562575
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 565101] Re: walrus reports java.lang.OutOfMemoryError: Java heap space

2010-04-21 Thread Thierry Carrez
Yes, my opinion is it *will* use more heap memory when used under load
and that needs to be configured, no matter what.

Maybe there is a bug in eucalyptus code that makes it consume much more
memory than it should, and it should never be necessary to raise it over
the default heap size. Maybe there is a bug in eucalyptus that makes it
leak references to objects over time, and any value we put in will
always not be enough after some time. But having that knob and
documenting its use cannot hurt. Especially if upstream considers the
memory usage profile under load to be "working as designed".

-- 
walrus reports java.lang.OutOfMemoryError: Java heap space
https://bugs.launchpad.net/bugs/565101
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 77675] Re: [regression] apache2-ssl-certificate has gone missing since feisty

2010-04-21 Thread QQ Some More
Found this issue by following a tutorial that used apache2-ssl-
certificate as others mentioned. Started at 8.04 and upgraded up to 9.10
checking if apache2 would include the script at each step along the way.
No luck.

I'm glad I found this discussion explaining the issue with posts to
other tutorials for making the cert. However until I did it was pretty
confusing to be missing the script while the tutorials were saying it
should be part of the apache2 package. I realize that in general you
don't want to design packages based on someone overgeneralizing in an
install guide but the script sounds useful and if it's a good fit on the
Ubuntu side including it would clear up some confusion for people that
end up in the same situation.

-- 
[regression] apache2-ssl-certificate has gone missing since feisty
https://bugs.launchpad.net/bugs/77675
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 526418] Re: Samba-common-bin installed post-installation script fails with error 2

2010-04-21 Thread Jim MacKenzie
I had an identical problem on a Karmic laptop.  The system is prone to
overheating and shut down automatically during an update (likely while
installing a samba update).  I got the same errors.

What I did to solve the problem was to copy the following files from a
working Ubuntu system (I used my Karmic server):

/var/lib/dpkg/alternatives/nmblookup
./net
./testparm

(I figured this out by fixing one, then trying to aptitude safe-upgrade,
and following the next complaint :) ).

Once I replaced all three, samba properly installed and the problem
disappeared.

The files contained text garbage unrelated to the original file
contents.  It was some sort of a disk corruption issue, likely caused by
the abrupt powerdown, but the fix was a little unintuitive.

-- 
Samba-common-bin installed post-installation script fails with error 2
https://bugs.launchpad.net/bugs/526418
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 568223] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.3 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2010-04-21 Thread turbotek

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

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

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.3 failed to 
install/upgrade: subprocess post-installation script returned error exit status 
1
https://bugs.launchpad.net/bugs/568223
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 568223] [NEW] package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.3 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2010-04-21 Thread turbotek
Public bug reported:

pusoic...@ubuntu-server:~$ sudo apt-get install mysql-server
Reading package lists... Done
Building dependency tree   
Reading state information... Done
mysql-server is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
3 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up mysql-server-5.0 (5.1.30really5.0.75-0ubuntu10.3) ...
 * Stopping MySQL database server mysqld [ OK ] 
 * Reloading AppArmor profiles ...   [ OK ] 
 * Starting MySQL database server mysqld [fail] 
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.0 (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
 mysql-server depends on mysql-server-5.0; however:
  Package mysql-server-5.0 is not configured yet.
dpkg: error processing mysql-server (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of zoneminder:
 zoneminder depends on mysql-server; however:
  Package mysql-server is not configured yet.
  Package mysql-server-5.0 which provides mysql-server is not configured yet.
dpkg: error processing zoneminder (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup 
error from a previous failure.
  No apport report written because the error message 
indicates its a followup error from a previous failure.
Errors were encountered 
while processing:
 mysql-server-5.0
 mysql-server
 zoneminder
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.3
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.3 failed to 
install/upgrade: subprocess post-installation script returned error exit status 
1
Uname: Linux 2.6.28-18-generic i686

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


** Tags: apport-package i386

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.3 failed to 
install/upgrade: subprocess post-installation script returned error exit status 
1
https://bugs.launchpad.net/bugs/568223
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 566792] Re: UEC guests sometimes fail on consuming user data (metadata service isn't ready)

2010-04-21 Thread Scott Moser

** Attachment added: "console log of tty linux based image showing failure"
   http://launchpadlibrarian.net/44997795/tty-linux-recreate-console.txt

-- 
UEC guests sometimes fail on consuming user data (metadata service isn't ready)
https://bugs.launchpad.net/bugs/566792
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 566792] Re: UEC guests sometimes fail on consuming user data (metadata service isn't ready)

2010-04-21 Thread Scott Moser
I've recreated this with a ttylinux based image, with modifications to access 
metadata service early in boot.
I'm attaching that instance here.

this can be registered with 'uec-register-tarball 
ttylinux-11.0-fastboot-amd64-0.07.tar.gz mybucket'
it will also boot in smaller than m1.small (ie, you can shrink m1.small to 1G 
fs and 96 M mem)

** Attachment added: "ttylinux based image"
   
http://launchpadlibrarian.net/44997788/ttylinux-11.0-fastboot-amd64-0.07.tar.gz

-- 
UEC guests sometimes fail on consuming user data (metadata service isn't ready)
https://bugs.launchpad.net/bugs/566792
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 550343] Re: openvpn crashed with SIGSEGV

2010-04-21 Thread Kees Cook
** Description changed:

  Binary package hint: openvpn
  
  I was booting up my ubuntu 10.04 system.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 10.04
  Package: openvpn 2.1.0-1ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
  Uname: Linux 2.6.32-17-generic x86_64
  NonfreeKernelModules: wl
  Architecture: amd64
  CrashCounter: 1
  Date: Sun Mar 28 18:20:41 2010
  Disassembly: => 0x7f78b83fce94:   Cannot access memory at address 
0x7f78b83fce94
  ExecutablePath: /usr/sbin/openvpn
  ProcCmdline: /usr/sbin/openvpn --writepid /var/run/openvpn.openvpn.pid 
--daemon ovpn-openvpn --status /var/run/openvpn.openvpn.status 10 --cd 
/etc/openvpn --config /etc/openvpn/openvpn.conf --script-security 2
  ProcEnviron: PATH=(custom, no user)
- SegvAnalysis:
-  Segfault happened at: 0x7f78b83fce94:Cannot access memory at address 
0x7f78b83fce94
-  PC (0x7f78b83fce94) ok
-  SP (0x7fffc5291cc0) ok
-  Reason could not be automatically determined.
  Signal: 11
  SourcePackage: openvpn
  StacktraceTop:
   ?? ()
   ?? ()
   ?? ()
   ?? ()
   ?? ()
  Title: openvpn crashed with SIGSEGV
  UserGroups:
+ SegvAnalysis:
+  Segfault happened at: 0x7f78b83fce94:Cannot access memory at address 
0x7f78b83fce94
+  PC (0x7f78b83fce94) ok
+  SP (0x7fffc5291cc0) ok
+  Reason could not be automatically determined.
+ SegvReason: Reason could not be automatically determined.

-- 
openvpn crashed with SIGSEGV
https://bugs.launchpad.net/bugs/550343
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 566793] Re: euca-get-console-output gives first 64k of output, not most recent

2010-04-21 Thread Scott Moser
I'm increasing the importance of this.  The reason is that after a
reboot, the 64k is almost certainly filled, even if nothing other than
kernel messages have been written there.  Thus, anything written after
that first reboot wont be seen by the user.


** Changed in: eucalyptus (Ubuntu)
   Importance: Low => Medium

-- 
euca-get-console-output gives first 64k of output, not most recent
https://bugs.launchpad.net/bugs/566793
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 43574] Re: Needs Ubuntu-style init script

2010-04-21 Thread Scott James Remnant
Strictly speaking, converting it to an Upstart job would be better

** Changed in: xinetd (Ubuntu)
   Status: Confirmed => Triaged

-- 
Needs Ubuntu-style init script
https://bugs.launchpad.net/bugs/43574
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to xinetd 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 561475] Re: when sysctl net.ipv6.bindv6only=1, xinetd can not bind to both IPv4 and IPv6 on same port

2010-04-21 Thread Scott James Remnant
** Changed in: xinetd (Ubuntu)
   Status: New => Confirmed

-- 
when sysctl net.ipv6.bindv6only=1, xinetd can not bind to both IPv4 and IPv6 on 
same port
https://bugs.launchpad.net/bugs/561475
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to xinetd 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 253895] Re: upgrading to 8.10

2010-04-21 Thread Scott James Remnant
I've no idea why this has been reassigned to hostname - dnshostname can
fail, it's a bug in the krb5-config package's postinst for not dealing
with that

** Package changed: hostname (Ubuntu) => kerberos-configs (Ubuntu)

-- 
upgrading to 8.10
https://bugs.launchpad.net/bugs/253895
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kerberos-configs 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 253895] [NEW] upgrading to 8.10

2010-04-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

errror given while trying to upgrade 8.06 to 8.10

ProblemType: Package
Architecture: i386
Date: Fri Aug  1 09:45:56 2008
DistroRelease: Ubuntu 8.10
ErrorMessage:
 ErrorMessage: subprocess post-installation script returned error exit status 1
Package: krb5-config 1.19
PackageArchitecture: all
SourcePackage: kerberos-configs
Title: package krb5-config 1.19 failed to install/upgrade: 
Uname: Linux 2.6.24-20-generic i686

** Affects: kerberos-configs (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: apport-package
-- 
upgrading to 8.10
https://bugs.edge.launchpad.net/bugs/253895
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to kerberos-configs 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 177195] Re: php5-cgi crashed with SIGSEGV in realpath@@GLIBC_2.3()

2010-04-21 Thread Kees Cook
** Description changed:

  Binary package hint: php5
  
  Code that worked great on another server causes segfaults on a freshly
  installed Gutsy 64-bit server
  
  ProblemType: Crash
  Architecture: amd64
  Date: Tue Dec 18 18:08:58 2007
  DistroRelease: Ubuntu 7.10
  ExecutablePath: /usr/bin/php5-cgi
  Package: php5-cgi 5.2.3-1ubuntu6.2
  PackageArchitecture: amd64
  ProcCmdline: /usr/bin/php5-cgi
  ProcCwd: /var/www/virtual/demomusic.nu/htdocs/ver4
  ProcEnviron: PATH=/usr/local/bin:/usr/bin:/bin
  Signal: 11
  SourcePackage: php5
  StacktraceTop:
   realpath@@GLIBC_2.3 () from /lib/libc.so.6
   virtual_file_ex ()
   expand_filepath ()
   php_check_specific_open_basedir ()
   php_check_open_basedir_ex ()
  Title: php5-cgi crashed with SIGSEGV in realpath@@GLIBC_2.3()
  Uname: Linux sumo.digitalsteam.net 2.6.22-14-server #1 SMP Sun Oct 14 
22:09:15 GMT 2007 x86_64 GNU/Linux
  UserGroups:
+ 
  SegvAnalysis:
   Segfault happened at: 0x2b7a8e4dfce4 :push   
%r15
   PC (0x2b7a8e4dfce4) ok
   source "%r15" ok
   destination "(%rsp)" (0x7fff1e301000) ok
+  SP (0x7fff1e301000) ok
   Reason could not be automatically determined.
  SegvReason: Reason could not be automatically determined.

-- 
php5-cgi crashed with SIGSEGV in realpath@@GLIBC_2.3()
https://bugs.launchpad.net/bugs/177195
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 19797] Re: services restarted from anacron have nice level of 10

2010-04-21 Thread Scott James Remnant
The "correct" fix for this is to migrate to Upstart, which always starts
services with the nice level defined in their conf file, not one
inherited from the environment

** Summary changed:

- apache is restarted with nice level of 10
+ services restarted from anacron have nice level of 10

** Changed in: anacron (Ubuntu)
   Status: Confirmed => Triaged

-- 
services restarted from anacron have nice level of 10
https://bugs.launchpad.net/bugs/19797
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 544545] Re: rngd doesn't start automatically

2010-04-21 Thread Emmet Hikory
** Changed in: rng-tools (Ubuntu)
   Status: New => Confirmed

** Changed in: rng-tools (Ubuntu)
   Importance: Undecided => Low

** Description changed:

  Binary package hint: rng-tools
  
  rngd doesn't start automatically on lucid using tpm device
+ 
+ trousers would need to start first, but doesn't.

** Changed in: rng-tools (Ubuntu)
   Importance: Low => Wishlist

-- 
rngd doesn't start automatically
https://bugs.launchpad.net/bugs/544545
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 568108] [NEW] getSecretKey() in euca_conf uses unanchored regex to find admin credentials

2010-04-21 Thread Piotr T Zbiegiel
Public bug reported:

When the function getSecretKey() in euca_conf tries to set SKEY and AKEY
it uses an unanchored regex with awk that can cause it to select the
credentials of any user with the word admin in their login name.  I
imagine the intent was to select the 'admin' user but the way the code
is written the regex could match 'sadminer' for instance, who may or may
not have admin credentials.

This problem manifested when we created some accounts named jdoe_admin.
Even through jdoe_admin was marked as an Administrator since there were
no credentials in the database (the user had not retrieved their
credentials.zip) euca_conf requests started to fail on the machine.

The offending lines seem to be:
SKEY=$(eval echo $(awk -v field=${FIELD} -F, '/INSERT INTO AUTH_USERS.*admin/ 
{print $field}' ${DBDIR}/*auth* | head -n 1))

AKEY=$(eval echo $(awk -v field=${FIELD} -F, '/INSERT INTO
AUTH_USERS.*admin/ {print $field}' ${DBDIR}/*auth* | head -n 1))

Since the usernames in the files are surrounded by single quotes the
following fix seemed to work for us:

Replace:  '/INSERT INTO AUTH_USERS.*admin/ {print $field}' 
With:  "/INSERT INTO AUTH_USERS.*'admin'/ {print \$field}"

Not sure if that is the best solution.

Thanks!

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

-- 
getSecretKey() in euca_conf uses unanchored regex to find admin credentials
https://bugs.launchpad.net/bugs/568108
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 494141] Re: CUPS starts after SAMBA; printers are not available

2010-04-21 Thread immortel
The problem is the following:

When I boot up my computer and CUPS starts after Samba, I cannot get the
list of my "shared" printer. I need CUPS to start first and then Samba.

Is it a CUPS bug or a Samba bug??? I have no clue. It is a bug.

As I stated, I found a workaround (sudo mv /etc/rc2.d/S50cups
/etc/rc2.d/S15cups) but it would be nice if it could be fixed in the
version 10.04 (I seriously doubt it). :)

-- 
CUPS starts after SAMBA; printers are not available
https://bugs.launchpad.net/bugs/494141
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 565380] Re: postinst fails if missing user is in the admin group

2010-04-21 Thread wfaulk
>From Merged bug #567927, the "missing" user still existed in the system,
but was not in /etc/passwd because it was in NIS.  This may be a
different enough edge case that it may need a different solution.

-- 
postinst fails if missing user is in the admin group
https://bugs.launchpad.net/bugs/565380
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 565380] Re: postinst fails if missing user is in the admin group

2010-04-21 Thread Dustin Kirkland
Fix committed, in the UNAPPROVED queue for lucid, awaiting ubuntu-
release approval post RC.

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

-- 
postinst fails if missing user is in the admin group
https://bugs.launchpad.net/bugs/565380
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 562266] Re: Make virt-pki-validate usable on Ubuntu

2010-04-21 Thread Dustin Kirkland
Fix committed, in the UNAPPROVED queue for lucid, awaiting ubuntu-
release approval post RC.

Also, patch submitted to upstream mailing list.

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

-- 
Make virt-pki-validate usable on Ubuntu
https://bugs.launchpad.net/bugs/562266
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 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-21 Thread Scott Moser
I've tested Jamie's debs that he gave me access to. With the new debs in
place, an 'lsof -p $(pidof libvirtd) | wc -l' varies between 79 and 80
for me over the test of running several hundred instances.

-- 
__virExec:362 : cannot create pipe: Too many open files
https://bugs.launchpad.net/bugs/567392
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 541520] Re: Using incorrect JVM Garbage Collector

2010-04-21 Thread Aaron J. Zirbes

I'm OK with moving the "-Xmx128M" parameter out onto one of the comment
lines as this is a commonly known and understood parameter.  Most google
(bing?) searches will advise you to adjusting this parameter when you
come upon memory problems.

If we want to ensure that we don't assign "UseConcMarkSweepGC" on
single-core processors, the installer script could check for this by
doing something sneaky like...

CORE_COUNT=`grep -E "^processor\s*:" /proc/cpuinfo | wc -l`
if ((( $CORE_COUNT > 1 ))) then
JAVA_OPTS="$JAVA_OPTS -XX:+UseConcMarkSweepGC"
fi

As I've never written post-install scripts I'm not sure how hard this
would be, but it's a thought.

Theoretically it could be added to /etc/init.d/tomcat6...

(P.S. Don't trust my BASH syntax, I didn't test it.  Treat it as
pseudo-code.)

--
Aaron

Gabriel Nell wrote:
> The point that "we know something the JVM can't know", eg, that this JVM
> is running a web server, is fair. I'm still not convinced that
> specifying the CMS collector is the right application of this knowledge,
> and I'm new to Ubuntu (from a contributor standpoint, anyway) so I don't
> know what the project goals are for the default configuration. But for
> now let me move down what I hope is a fruitful path. It sounds like (and
> please correct me if I'm wrong) we want to choose settings that:
>
> 1) at a minimum, "work" (eg, after running apt-get, tomcat actually boots up 
> and serves requests)
> 2) has reasonable defaults to suit the sort of hardware we expect people to 
> run web servers on
>
> Currently our defaults are:
>
> -Xmx128M -XX:+UseConcMarkSweepGC
>
> Which satisfies #1, but I still think is not great for #2. Maybe as you
> alluded we'd do better by not specifying the maximum heap size? The
> rationale was that 64MB is not usually enough, and that made sense under
> JDK1.4, when this was the default heap size. However it looks like in
> 1.5 and later, the heap selection was changed to be based on the amount
> of available RAM
>
> ***
> initial heap size:
> Larger of 1/64th of the machine's physical memory on the machine or some 
> reasonable minimum. Before J2SE 5.0, the default initial heap size was a 
> reasonable minimum, which varies by platform. You can override this default 
> using the -Xms command-line option.
>
> maximum heap size:
> Smaller of 1/4th of the physical memory or 1GB. Before J2SE 5.0, the default 
> maximum heap size was 64MB. You can override this default using the -Xmx 
> command-line option.
> ***
>
> So if we don't give any heap parameters to the JVM:
>
> - The heap will be at least 128MB (satisfy goal #1) on any machine with 512MB 
> or more of RAM
> - The JVM is free to choose a heap much larger than 128MB, based on the 
> available memory (satisfy goal #2)
>
> For this reason I'd suggest we remove the "-Xmx128M" portion from the
> command line.
>
> References:
> http://java.sun.com/javase/technologies/hotspot/gc/gc_tuning_6.html#par_gc.ergonomics.default_size
> http://java.sun.com/javase/6/docs/technotes/guides/vm/gc-ergonomics.html
> http://java.sun.com/docs/hotspot/gc5.0/ergo5.html
>
>

-- 
Using incorrect JVM Garbage Collector
https://bugs.launchpad.net/bugs/541520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


RE: [Bug 541563] Re: package samba-common 2:3.4.0-3ubuntu5.5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-04-21 Thread LCIS

Good Afternoon:


thanks for your emal, apologies for not responding.

Being a new person to ubuntu, I simply reloaded my computer from the
start.   I am still learning basics so I would not worry about it.
Apologies for the extra paperwork.


John


 
> Date: Wed, 21 Apr 2010 13:52:19 +
> From: chuck.sh...@canonical.com
> To: l...@hotmail.com
> Subject: [Bug 541563] Re: package samba-common 2:3.4.0-3ubuntu5.5 failed to 
> install/upgrade: subprocess installed post-installation script returned error 
> exit status 1
> 
> We'd like to figure out what's causing this bug for you, but we haven't
> heard back from you in a while. Could you please provide the requested
> information? Thanks!
> 
> -- 
> package samba-common 2:3.4.0-3ubuntu5.5 failed to install/upgrade: subprocess 
> installed post-installation script returned error exit status 1
> https://bugs.launchpad.net/bugs/541563
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
> 
> Status in “samba” package in Ubuntu: Incomplete
> 
> Bug description:
> Binary package hint: samba
> 
> Description: Ubuntu 9.10 Release: 9.10
> 
> ProblemType: Package
> Architecture: i386
> Date: Thu Mar 18 21:05:47 2010
> DistroRelease: Ubuntu 9.10
> ErrorMessage: subprocess installed post-installation script returned error 
> exit status 1
> InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
> Package: samba-common 2:3.4.0-3ubuntu5.5
> PackageArchitecture: all
> ProcVersionSignature: Ubuntu 2.6.31-20.58-generic
> SourcePackage: samba
> Title: package samba-common 2:3.4.0-3ubuntu5.5 failed to install/upgrade: 
> subprocess installed post-installation script returned error exit status 1
> Uname: Linux 2.6.31-20-generic i686
> 
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/samba/+bug/541563/+subscribe
  
_
Live connected. Get Hotmail & Messenger on your phone.
http://go.microsoft.com/?linkid=9724462

-- 
package samba-common 2:3.4.0-3ubuntu5.5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/541563
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 562189] Re: AttributeError: 'Libvirt' object has no attribute 'vm'

2010-04-21 Thread Marcus Bointon
Still there with libvirt 0.7.5-5ubuntu25

-- 
AttributeError: 'Libvirt' object has no attribute 'vm'
https://bugs.launchpad.net/bugs/562189
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 562575] Re: vm-builder fails to resolve package dependency in vanilla system

2010-04-21 Thread Marcus Bointon
Indeed - this went away when I removed the proxy option, thanks for the 
pointer. The proxy log shows timeouts from the repo.
Now I'm stuck with bug 562189 again.

-- 
vm-builder fails to resolve package dependency in vanilla system
https://bugs.launchpad.net/bugs/562575
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 565380] Re: postinst fails if missing user is in the admin group

2010-04-21 Thread Dustin Kirkland
Easy to fix, will bundle with upload for Bug #562266.  Proposing for
Lucid as low-hanging, low-risk.

** Changed in: libvirt (Ubuntu)
   Status: Triaged => In Progress

** Also affects: libvirt (Ubuntu Lucid)
   Importance: Low
 Assignee: Dustin Kirkland (kirkland)
   Status: In Progress

** Changed in: libvirt (Ubuntu Lucid)
Milestone: None => ubuntu-10.04

-- 
postinst fails if missing user is in the admin group
https://bugs.launchpad.net/bugs/565380
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 541520] Re: Using incorrect JVM Garbage Collector

2010-04-21 Thread Gabriel Nell
The point that "we know something the JVM can't know", eg, that this JVM
is running a web server, is fair. I'm still not convinced that
specifying the CMS collector is the right application of this knowledge,
and I'm new to Ubuntu (from a contributor standpoint, anyway) so I don't
know what the project goals are for the default configuration. But for
now let me move down what I hope is a fruitful path. It sounds like (and
please correct me if I'm wrong) we want to choose settings that:

1) at a minimum, "work" (eg, after running apt-get, tomcat actually boots up 
and serves requests)
2) has reasonable defaults to suit the sort of hardware we expect people to run 
web servers on

Currently our defaults are:

-Xmx128M -XX:+UseConcMarkSweepGC

Which satisfies #1, but I still think is not great for #2. Maybe as you
alluded we'd do better by not specifying the maximum heap size? The
rationale was that 64MB is not usually enough, and that made sense under
JDK1.4, when this was the default heap size. However it looks like in
1.5 and later, the heap selection was changed to be based on the amount
of available RAM

***
initial heap size:
Larger of 1/64th of the machine's physical memory on the machine or some 
reasonable minimum. Before J2SE 5.0, the default initial heap size was a 
reasonable minimum, which varies by platform. You can override this default 
using the -Xms command-line option.

maximum heap size:
Smaller of 1/4th of the physical memory or 1GB. Before J2SE 5.0, the default 
maximum heap size was 64MB. You can override this default using the -Xmx 
command-line option.
***

So if we don't give any heap parameters to the JVM:

- The heap will be at least 128MB (satisfy goal #1) on any machine with 512MB 
or more of RAM
- The JVM is free to choose a heap much larger than 128MB, based on the 
available memory (satisfy goal #2)

For this reason I'd suggest we remove the "-Xmx128M" portion from the
command line.

References:
http://java.sun.com/javase/technologies/hotspot/gc/gc_tuning_6.html#par_gc.ergonomics.default_size
http://java.sun.com/javase/6/docs/technotes/guides/vm/gc-ergonomics.html
http://java.sun.com/docs/hotspot/gc5.0/ergo5.html

-- 
Using incorrect JVM Garbage Collector
https://bugs.launchpad.net/bugs/541520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 562266] Re: Make virt-pki-validate usable on Ubuntu

2010-04-21 Thread Dustin Kirkland
** Changed in: libvirt (Ubuntu Lucid)
   Status: Triaged => In Progress

-- 
Make virt-pki-validate usable on Ubuntu
https://bugs.launchpad.net/bugs/562266
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 479185] Re: bind 9 won't install

2010-04-21 Thread keepitsimpleengr
I'm having the same problem, and purge/install failed:

***~$ sudo apt-get purge bind9
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  kdesudo compiz-wrapper install-package compiz-plugins gdebi-kde 
libdecoration0 compiz-core
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  bind9*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 885kB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 496222 files and directories currently installed.)
Removing bind9 ...
 * Stopping domain name service... bind9
resolvconf: Error: /etc/resolv.conf must be a symlink
invoke-rc.d: initscript bind9, action "stop" failed.
dpkg: error processing bind9 (--purge):
 subprocess installed pre-removal script returned error exit status 1
Errors were encountered while processing:
 bind9
E: Sub-process /usr/bin/dpkg returned an error code (1)
I'm having the same problem, and purge/install failed:
***~$ sudo apt-get install  bind9
Reading package lists... Done
Building dependency tree   
Reading state information... Done
bind9 is already the newest version.
The following packages were automatically installed and are no longer required:
  kdesudo compiz-wrapper install-package compiz-plugins gdebi-kde 
libdecoration0 compiz-core
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up bind9 (1:9.6.1.dfsg.P1-3ubuntu0.3) ...
 * Stopping domain name service... bind9
resolvconf: Error: /etc/resolv.conf must be a symlink
invoke-rc.d: initscript bind9, action "restart" failed.
dpkg: error processing bind9 (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 bind9
E: Sub-process /usr/bin/dpkg returned an error code (1)
***~$ sudo /etc/init.d/bind9 stop
[sudo] password for ljohnson: 
 * Stopping domain name service... bind9
resolvconf: Error: /etc/resolv.conf must be a symlink
***~$ cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 68.87.76.178

-- 
bind 9 won't install
https://bugs.launchpad.net/bugs/479185
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 494141] Re: CUPS starts after SAMBA; printers are not available

2010-04-21 Thread Francesco Pretto
Or maybe is a problem in cups not promptly giving a dynamic list of
printers available runtime? Sorry, but there were no explanation and I
was curious about this. :)

-- 
CUPS starts after SAMBA; printers are not available
https://bugs.launchpad.net/bugs/494141
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 494141] Re: CUPS starts after SAMBA; printers are not available

2010-04-21 Thread Francesco Pretto
Just to be clear, what is exactly the cups bug (other than not being an
upstart job yet)? I don't know if upstart already have stanzas like
"start before/after" (because it's clear that samba is not really
dependent on cups, but if present cups should be started before samba),
but it seems more easy to me for samba to say something like "start
after cups" than cups keeping an updated list of services it should
start before.

-- 
CUPS starts after SAMBA; printers are not available
https://bugs.launchpad.net/bugs/494141
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 548970] Re: [lucid] php5-cgi crashes when attempting to load page

2010-04-21 Thread Chuck Short
** Changed in: php5 (Ubuntu)
   Importance: Undecided => Medium

-- 
[lucid] php5-cgi crashes when attempting to load page
https://bugs.launchpad.net/bugs/548970
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 565101] Re: walrus reports java.lang.OutOfMemoryError: Java heap space

2010-04-21 Thread C de-Avillez
It sounds like a sane approach, yes. I have a feeling that this memory
creep may be related to errors starting instances, causing the related
Java-instantiated classes to be kept. I also do not remember seeing a
sequence of failures so big as what I am seeing now at or before Beta1.

-- 
walrus reports java.lang.OutOfMemoryError: Java heap space
https://bugs.launchpad.net/bugs/565101
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 531150] Re: libapache2-mod-php5 is no longer working correctly on lucid

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

** Changed in: php5 (Ubuntu)
   Status: Confirmed => Invalid

-- 
libapache2-mod-php5 is no longer working correctly on lucid
https://bugs.launchpad.net/bugs/531150
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 523812] Re: Quagga reports crash on Karmic

2010-04-21 Thread Chuck Short
Hi,

Can you test out the version in my ppa when its available.
(http://launchpad.net/~zulcss)

Thanks
chuck

-- 
Quagga reports crash on Karmic
https://bugs.launchpad.net/bugs/523812
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to quagga in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 24741] Re: Installing samba gives spurious "account_policy_get failed" messages

2010-04-21 Thread Ralph Corderoy

> > The fix is in the development release (Lucid), not backported to
> > Karmic.
> 
> Making it useless to the majority of Ubuntu users, who are not all on
> Lucid and many of whom will not be upgrading to Lucid for some time...
> (need to wait for bugfxes to be released, wontfixes to be worked
> aroud, and spuriously removed hardware support to be added back
> in...etc)

You could apply your argument to the fix of every bug, not just this
one.  It's not practical in terms of manpower to fix a bug for all the
versions.  The tone of your comment suggests you know this.

-- 
Installing samba gives spurious "account_policy_get failed" messages
https://bugs.launchpad.net/bugs/24741
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 494141] Re: CUPS starts after SAMBA; printers are not available

2010-04-21 Thread Chuck Short
Not really a samba bug, its a cups bug.

chuck

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

-- 
CUPS starts after SAMBA; printers are not available
https://bugs.launchpad.net/bugs/494141
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


Re: [Bug 565101] Re: walrus reports java.lang.OutOfMemoryError: Java heap space

2010-04-21 Thread Dustin Kirkland
Okay, so Thierry, the best way to solve this then is to set this value
to a sane default in a variable in the Upstart script, document it,
and point users to adjust that variable if they hit this barrier?

-- 
walrus reports java.lang.OutOfMemoryError: Java heap space
https://bugs.launchpad.net/bugs/565101
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 567623] Re: package postfix 2.6.5-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-04-21 Thread Chuck Short
Please attach your /etc/newaliases.

regards
chuck

** Changed in: postfix (Ubuntu)
   Importance: Undecided => Low

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

-- 
package postfix 2.6.5-3 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 75
https://bugs.launchpad.net/bugs/567623
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


Re: [Bug 548883] Re: package samba-common 2:3.4.0-3ubuntu5.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-04-21 Thread Steven Kimber
Hi Chuck,

I cannot see any problems that it might be causing, si you can class it as
closed if you like

Steve

On 21 April 2010 14:21, Chuck Short  wrote:

> Is this still a problem then?
>
> chuck
>
> --
> package samba-common 2:3.4.0-3ubuntu5.6 failed to install/upgrade:
> subprocess installed post-installation script returned error exit status 1
> https://bugs.launchpad.net/bugs/548883
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “samba” package in Ubuntu: Incomplete
>
> Bug description:
> Binary package hint: samba
>
> The problem occured during a routine update.
>
> ProblemType: Package
> Architecture: i386
> Date: Fri Mar 26 15:19:25 2010
> DistroRelease: Ubuntu 9.10
> ErrorMessage: subprocess installed post-installation script returned error
> exit status 1
> InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
> Package: samba-common 2:3.4.0-3ubuntu5.6
> PackageArchitecture: all
> ProcVersionSignature: Ubuntu 2.6.31-20.57-generic
> SourcePackage: samba
> Title: package samba-common 2:3.4.0-3ubuntu5.6 failed to install/upgrade:
> subprocess installed post-installation script returned error exit status 1
> Uname: Linux 2.6.31-20-generic i686
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/samba/+bug/548883/+subscribe
>


-- 
Steven Kimber
ste...@kimber.co.uk
www.kimber.co.uk

-- 
package samba-common 2:3.4.0-3ubuntu5.6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/548883
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


Re: [Bug 562575] Re: vm-builder fails to resolve package dependency in vanilla system

2010-04-21 Thread Soren Hansen
On Mon, Apr 19, 2010 at 09:59:56PM -, Marcus Bointon wrote:
> ok, after a full-upgrade and a reboot before building a vm, I'm still
> getting similar errors, however, it seems to be intermittent - I did one
> build that was chock-full of dependency failures (in debootstrap.log),
> then did another one which didn't but had other problems, though missing
> packages seemed to be a part of that - I attach the vmbuilder output
> FWIW. I'm at a loss as to how to track this down further, given the
> inconsistency.
> 
> In the last 3 weeks I've yet to create a single VM successfully, failing
> with different errors almost every time, and most of the related bug
> reports have been marked as post-10.04 fixes - is it working for anyone?
> 
> ** Attachment added: "vmbuildfailureoutput.txt"
>http://launchpadlibrarian.net/44853530/vmbuildfailureoutput.txt

That does not look like a VMBuilder problem at all. It looks more like
your proxy is acting up. I suggest you look at the logs of the proxy
running on http://192.168.176.19:/ for more information about why
those packages would fail to be downloaded.

 status incomplete

-- 
Soren Hansen
Ubuntu Developer
http://www.ubuntu.com/

-- 
vm-builder fails to resolve package dependency in vanilla system
https://bugs.launchpad.net/bugs/562575
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 24741] Re: Installing samba gives spurious "account_policy_get failed" messages

2010-04-21 Thread bornagainpenguin
>>The fix is in the development release (Lucid), not backported to
Karmic.

Making it useless to the majority of Ubuntu users, who are not all on
Lucid and many of whom will not be upgrading to Lucid for some time...
(need to wait for bugfxes to be released, wontfixes to be worked aroud,
and spuriously removed hardware support to be added back in...etc)

-- 
Installing samba gives spurious "account_policy_get failed" messages
https://bugs.launchpad.net/bugs/24741
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 518211] Re: IT8720F chip not recognized by lm-sensors

2010-04-21 Thread Chuck Short
This should be fixed for lucid then.

Regards
chuck

** Changed in: lm-sensors (Ubuntu)
   Status: Incomplete => Fix Released

-- 
IT8720F chip not recognized by lm-sensors
https://bugs.launchpad.net/bugs/518211
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 567623] Re: package postfix 2.6.5-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-04-21 Thread Rickard Närström
hank you for taking the time to report this bug and helping to make Ubuntu 
better. This bug did not have a package associated with it, which is important 
for ensuring that it gets looked at by the proper developers. You can learn 
more about finding the right package at 
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this bug as a 
bug in postfix.
(With many applications, you can report a future bug directly on the 
appropriate package by opening the application's "Help" menu and choosing 
"Report a Problem". https://wiki.ubuntu.com/ReportingBugs)

--
Running newaliases
newaliases: fatal: dict_open_dlinfo: Expected "pattern .so-name open-function 
[mkmap-function]" at line 1
dpkg: error processing postfix (--configure):
 subprocess installed post-installation script returned error exit status 75

** Package changed: ubuntu => postfix (Ubuntu)

-- 
package postfix 2.6.5-3 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 75
https://bugs.launchpad.net/bugs/567623
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 544510] Re: package postfix 2.7.0-1 failed to install/upgrade:

2010-04-21 Thread Chuck Short
"10" is not a valid hostname.

Regards
chuck

** Changed in: postfix (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
package postfix 2.7.0-1 failed to install/upgrade:
https://bugs.launchpad.net/bugs/544510
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 547038] Re: package postfix 2.5.5-1 failed to install/upgrade: subprocess post-installation script returned error exit status 75

2010-04-21 Thread Chuck Short
"2133" is not a valid hostname.

chuck

** Changed in: postfix (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
package postfix 2.5.5-1 failed to install/upgrade: subprocess post-installation 
script returned error exit status 75
https://bugs.launchpad.net/bugs/547038
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 567623] [NEW] package postfix 2.6.5-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-04-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

sorry, the package "cvs1:1.12.13-12ubuntu1" failed to install

ProblemType: Package
Architecture: i386
Date: Wed Apr 21 05:33:32 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess installed post-installation script returned error exit 
status 75
Package: postfix 2.6.5-3
ProcVersionSignature: Ubuntu 2.6.31-20.58-generic
SourcePackage: postfix
Title: package postfix 2.6.5-3 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 75
Uname: Linux 2.6.31-20-generic i686

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


** Tags: apport-package i386
-- 
package postfix 2.6.5-3 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 75
https://bugs.launchpad.net/bugs/567623
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 500746] Re: postfix problems, installing wireshark

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

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

-- 
postfix problems, installing wireshark
https://bugs.launchpad.net/bugs/500746
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 550965] Re: package postfix 2.5.5-1.1 f ailed to install/upgrade: el subproceso post-installatio n script devolvió el código de salida de error 7 5

2010-04-21 Thread Chuck Short
The reason it failed because "1420" is not a valid hostname.

Regards
chuck

** Changed in: postfix (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
package postfix 2.5.5-1.1 failed to install/upgrade: el subproceso 
post-installation script devolvió el código de salida de error 75
https://bugs.launchpad.net/bugs/550965
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 551158] Re: package postfix 2.7.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-04-21 Thread Chuck Short
Thanks for the response closing bug then.

Regards
chuck

** Changed in: postfix (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
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/551158
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 551901] Re: likewise-open fails to join Windows 2000 SP4 domain

2010-04-21 Thread Brian Murray
** Tags added: patch

-- 
likewise-open fails to join Windows 2000 SP4 domain
https://bugs.launchpad.net/bugs/551901
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 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 562266] Re: Make virt-pki-validate usable on Ubuntu

2010-04-21 Thread Brian Murray
** Tags added: patch

-- 
Make virt-pki-validate usable on Ubuntu
https://bugs.launchpad.net/bugs/562266
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 565380] Re: postinst fails if missing user is in the admin group

2010-04-21 Thread Jamie Strandboge
** Changed in: libvirt (Ubuntu)
 Assignee: (unassigned) => Dustin Kirkland (kirkland)

-- 
postinst fails if missing user is in the admin group
https://bugs.launchpad.net/bugs/565380
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 567287] Re: libvirtd segfaults in libc-2.11.1.so

2010-04-21 Thread Roberto Resoli
there's definitely something wrong in my udev installation; 
"sudo stop udev" takes forever 

-- 
libvirtd segfaults in libc-2.11.1.so
https://bugs.launchpad.net/bugs/567287
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 382117] Re: Renaming a file through Samba overwrites existing one

2010-04-21 Thread Sebastien Bacher
The issue is an upstream one and it would be nice if somebody having it
could send the bug the to the people writting the software
(https://wiki.ubuntu.com/Bugs/Upstream/GNOME)

** Package changed: nautilus (Ubuntu) => gvfs (Ubuntu)

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

** Changed in: gvfs (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) => (unassigned)

-- 
Renaming a file through Samba overwrites existing one
https://bugs.launchpad.net/bugs/382117
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 560047] Re: new upstream version available

2010-04-21 Thread Chuck Short
** Changed in: dovecot (Ubuntu)
   Status: New => Triaged

-- 
new upstream version available
https://bugs.launchpad.net/bugs/560047
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 567287] Re: libvirtd segfaults in libc-2.11.1.so

2010-04-21 Thread Roberto Resoli
new debug with backtrace:


(gdb) run
Starting program: /usr/sbin/libvirtd 
[Thread debugging using libthread_db enabled]
[New Thread 0x7fcdb3dc8710 (LWP 5921)]
[New Thread 0x7fcdab5c7710 (LWP 5922)]
[New Thread 0x7fcdb35c7710 (LWP 5924)]
[New Thread 0x7fcdb2dc6710 (LWP 5926)]
[New Thread 0x7fcdb25c5710 (LWP 5927)]
[New Thread 0x7fcdb1dc4710 (LWP 5928)]
17:48:32.090: error : udev_set_log_fn:317 : custom logging function 
0x7fff0b2d6e70 registered


Program received signal SIGSEGV, Segmentation fault.
0x7fcdb6cc835e in vfprintf () from /lib/libc.so.6
(gdb) bt
#0  0x7fcdb6cc835e in vfprintf () from /lib/libc.so.6
#1  0x7fcdb6d7c6f0 in __vsnprintf_chk () from /lib/libc.so.6
#2  0x0042c1f7 in virLogMessage ()
#3  0x7fcdb902a358 in ?? () from /lib/libudev.so.0
#4  0x7fcdb902cb44 in udev_device_new_from_syspath () from /lib/libudev.so.0
#5  0x0047cf3f in ?? ()
#6  0x7fcdb8b531c0 in virStateInitialize () from /usr/lib/libvirt.so.0
#7  0x0041a64c in ?? ()
#8  0x7fcdb6c9dc4d in __libc_start_main () from /lib/libc.so.6
#9  0x004137a9 in ?? ()
#10 0x7fff0b2d7b28 in ?? ()
#11 0x001c in ?? ()
#12 0x0001 in ?? ()
#13 0x7fff0b2d899e in ?? ()
#14 0x in ?? ()

-- 
libvirtd segfaults in libc-2.11.1.so
https://bugs.launchpad.net/bugs/567287
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 562266] Re: Make virt-pki-validate usable on Ubuntu

2010-04-21 Thread Dustin Kirkland
Yeah, I can probably take care of this.

I think I'd clean the patch up a little by:
 a) minimize the lines touched by:
[ -z "$SYSCONFDIR" ] && SYSCONFDIR="/etc" 
 b) leave interpreter as /bin/sh and fix bashims

-- 
Make virt-pki-validate usable on Ubuntu
https://bugs.launchpad.net/bugs/562266
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 567287] Re: libvirtd segfaults in libc-2.11.1.so

2010-04-21 Thread Roberto Resoli
I run virtd under gdb:

sudo gdb libvirtd
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/sbin/libvirtd...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/sbin/libvirtd 
[Thread debugging using libthread_db enabled]
[New Thread 0x7f4ab11b2710 (LWP 5597)]
[New Thread 0x7f4ab09b1710 (LWP 5598)]
[New Thread 0x7f4ab01b0710 (LWP 5599)]
[New Thread 0x7f4aaf9af710 (LWP 5600)]
[New Thread 0x7f4aaf1ae710 (LWP 5601)]
[New Thread 0x7f4aae9ad710 (LWP 5602)]
17:35:09.224: error : udev_set_log_fn:317 : custom logging function 
0x7c344650 registered


Program received signal SIGSEGV, Segmentation fault.
0x7f4ab40b235e in vfprintf () from /lib/libc.so.6

-- 
libvirtd segfaults in libc-2.11.1.so
https://bugs.launchpad.net/bugs/567287
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 382117] Re: Renaming a file through Samba overwrites existing one

2010-04-21 Thread Brice Terzaghi
Don't know for Lucid but the problem is still there in Karmic (packages
up to date, with backports repository active).

-- 
Renaming a file through Samba overwrites existing one
https://bugs.launchpad.net/bugs/382117
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 513562] Re: Windows 7 Pro machines trust relationship fails

2010-04-21 Thread macno
Don't know if it will work, but today I remove the windows 7 from the domain, 
changed the 
HKLM\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters\DisablePasswordChange
 to 1, rejoined the domain.
We will see in 30 days..

-- 
Windows 7 Pro machines trust relationship fails
https://bugs.launchpad.net/bugs/513562
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 512259] Re: lucid qemu: could not open disk image

2010-04-21 Thread Jamie Strandboge
Marking Fix Released per user's comment.

** Changed in: libvirt (Ubuntu)
   Status: Incomplete => Fix Released

-- 
lucid qemu: could not open disk image
https://bugs.launchpad.net/bugs/512259
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 556315] Re: problem with operations on qemu/kvm guest

2010-04-21 Thread Jamie Strandboge
** Changed in: libvirt (Ubuntu)
   Status: Incomplete => New

-- 
problem with operations on qemu/kvm guest
https://bugs.launchpad.net/bugs/556315
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 567927] Re: package libvirt-bin 0.7.5-5ubuntu25 failed to install/upgrade:

2010-04-21 Thread Jamie Strandboge
*** This bug is a duplicate of bug 565380 ***
https://bugs.launchpad.net/bugs/565380

Thank you for reporting a bug and helping to make Ubuntu better.

Relevant part from log:
adduser: The user `wfaulk' does not exist.

dpkg: error processing libvirt-bin (--configure):

 subprocess installed post-installation script returned error exit
status 1

This is a duplicate of bug #565380. Please see that bug for more
information.

** This bug has been marked a duplicate of bug 565380
   postinst fails if missing user is in the admin group

-- 
package libvirt-bin 0.7.5-5ubuntu25 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/567927
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 382117] Re: Renaming a file through Samba overwrites existing one

2010-04-21 Thread Sebastien Bacher
could you try if that's still an issue in karmic or lucid?

-- 
Renaming a file through Samba overwrites existing one
https://bugs.launchpad.net/bugs/382117
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 522225] Re: permissions incorrect on libmysqlclient16_7.0.9-1_amd64.deb

2010-04-21 Thread Steve Langasek
** Changed in: update-manager (Ubuntu Lucid)
Milestone: ubuntu-10.04 => lucid-updates

-- 
permissions incorrect on libmysqlclient16_7.0.9-1_amd64.deb
https://bugs.launchpad.net/bugs/55
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 567927] Re: package libvirt-bin 0.7.5-5ubuntu25 failed to install/upgrade:

2010-04-21 Thread wfaulk
*** This bug is a duplicate of bug 565380 ***
https://bugs.launchpad.net/bugs/565380

After reboot into 10.04, my existing KVM virtual machine seems to run
just fine using "Virtual Machine Manager".  It did run a reconfiguration
after all of the upgrade was done, and the reconfig seemed to go without
error.

-- 
package libvirt-bin 0.7.5-5ubuntu25 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/567927
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 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-21 Thread Steve Langasek
** Changed in: libvirt (Ubuntu Lucid)
   Status: In Progress => Fix Committed

-- 
__virExec:362 : cannot create pipe: Too many open files
https://bugs.launchpad.net/bugs/567392
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 567927] Re: package libvirt-bin 0.7.5-5ubuntu25 failed to install/upgrade:

2010-04-21 Thread wfaulk

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

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

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

** Attachment added: "VarLogDistupgradeLspcitxt.gz"
   http://launchpadlibrarian.net/44962869/VarLogDistupgradeLspcitxt.gz

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

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

** Attachment added: "VarLogDistupgradeSystemstatetargz.gz"
   http://launchpadlibrarian.net/44962872/VarLogDistupgradeSystemstatetargz.gz

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

-- 
package libvirt-bin 0.7.5-5ubuntu25 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/567927
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 567927] [NEW] package libvirt-bin 0.7.5-5ubuntu25 failed to install/upgrade:

2010-04-21 Thread wfaulk
Public bug reported:

upgrading from 9.10 to 10.04

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: libvirt-bin 0.7.5-5ubuntu25
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
Uname: Linux 2.6.31-17-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Wed Apr 21 10:41:24 2010
ErrorMessage:
 ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
SourcePackage: libvirt
Title: package libvirt-bin 0.7.5-5ubuntu25 failed to install/upgrade:

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


** Tags: amd64 apport-package lucid

-- 
package libvirt-bin 0.7.5-5ubuntu25 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/567927
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 494141] Re: CUPS starts after SAMBA; printers are not available

2010-04-21 Thread Francesco Pretto
2 problems here:

- cups is still an old sysvinit script;
- samba is an upstart job but doesn't have any dependencies on cups.

Moreover I think it's the samba upstart job that should assert "start
after cups", and not cups to worry about starting before samba. So for
sure this actually a deficiency in the samba upstart job. Not clear to
me if it can be solved before cups becomes an upstart job too.

If you want a temporary workaround, put a:

sleep 10

just after "pre start script" in /etc/init/smbd.conf.

Actually, I needed to put the same waiting time in /etc/init/nmbd.conf
otherwise the master domain browser was nonfunctional, so it seems there
are some dependencies nmbd <-> smbd (don't know the correct verse)
unsatisfied.

-- 
CUPS starts after SAMBA; printers are not available
https://bugs.launchpad.net/bugs/494141
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 561281] Re: case sensitivity option (case sensitive=no) is not honored

2010-04-21 Thread Sven Ehret
** Changed in: samba (Ubuntu)
   Status: New => Invalid

** Description changed:

  Binary package hint: samba
  
  In my setup using samba's “case sensitive = no” option it is not
  possible for Windows machines to create files with the same filename but
  different cases. Example: “file.test” can not reside next to
  “FILE.test”.
  
  However, when a LINUX client (Gentoo) connects to the SAMBA share, it is
  allowed to create such files, ignoring SAMBA's case sensitivity option.
  When the same LINUX client connects to a Windows share the behaviour is
  correct.
  
  $ lsb_release -rd
  Description:Ubuntu lucid (development branch)
  Release:10.04
  
  $ apt-cache policy samba
  samba:
-   Installed: 2:3.4.7~dfsg-1ubuntu2
-   Candidate: 2:3.4.7~dfsg-1ubuntu3
-   Version table:
-  2:3.4.7~dfsg-1ubuntu3 0
- 500 http://dz.archive.ubuntu.com/ubuntu/ lucid/main Packages
-  *** 2:3.4.7~dfsg-1ubuntu2 0
- 100 /var/lib/dpkg/status
- 
+   Installed: 2:3.4.7~dfsg-1ubuntu2
+   Candidate: 2:3.4.7~dfsg-1ubuntu3
+   Version table:
+  2:3.4.7~dfsg-1ubuntu3 0
+ 500 http://dz.archive.ubuntu.com/ubuntu/ lucid/main Packages
+  *** 2:3.4.7~dfsg-1ubuntu2 0
+ 100 /var/lib/dpkg/status
  
  mount options (output of mount command):
  /// on  type cifs 
(rw,mand,relatime,unc=\\\,username=,domain=,uid=0,noforceuid,gid=0,noforcegid,addr=,file_mode=0755,dir_mode=0755,nocase,rsize=16384,wsize=57344)
  
  global section in smb.conf:
  [global]
-   log level = 2
-   netbios name = 
-   workgroup = 
-   wins server = 
-   map to guest = Bad User
-   encrypt passwords = true
-   domain master = no
-   local master = yes
-   domain logons = yes
-   os level = 63
-   passdb backend = ldapsam:ldap://127.0.0.1/
-   obey pam restrictions = no
-   security = user
-   ldap admin dn = 
-   ldap ssl = no
-   ldap delete dn= yes
-   ldap group suffix = ou=Groups
-   ldap machine suffix = ou=Computers
-   ldap user suffix = ou=Users
-   ldap suffix = 
-   winbind nested groups = no
-   winbind trusted domains only = yes
-   case sensitive = no
+   log level = 2
+   netbios name = 
+   workgroup = 
+   wins server = 
+   map to guest = Bad User
+   encrypt passwords = true
+   domain master = no
+   local master = yes
+   domain logons = yes
+   os level = 63
+   passdb backend = ldapsam:ldap://127.0.0.1/
+   obey pam restrictions = no
+   security = user
+   ldap admin dn = 
+   ldap ssl = no
+   ldap delete dn= yes
+   ldap group suffix = ou=Groups
+   ldap machine suffix = ou=Computers
+   ldap user suffix = ou=Users
+   ldap suffix = 
+   winbind nested groups = no
+   winbind trusted domains only = yes
+   case sensitive = no
  
  share section in smb.conf:
  [$]
-   path = 
-   browseable = no
-   writeable = yes
-   inherit acls = yes
-   inherit permissions = yes
-   create mask = 775
-   directory mask = 775
-   write list = 
-   nt acl support = no
-   vfs objects = recycle
-   recycle: repository = __Trash
-   recycle: keeptree = Yes
-   recycle: exclude = *.tmp, *.temp, *.log, *.ldb
-   recycle: exclude_dir = tmp
-   recycle:versions = Yes
+   path = 
+   browseable = no
+   writeable = yes
+   inherit acls = yes
+   inherit permissions = yes
+   create mask = 775
+   directory mask = 775
+   write list = 
+   nt acl support = no
+   vfs objects = recycle
+   recycle: repository = __Trash
+   recycle: keeptree = Yes
+   recycle: exclude = *.tmp, *.temp, *.log, *.ldb
+   recycle: exclude_dir = tmp
+   recycle:versions = Yes
  
  explanatory behaviour:
  # cd /mounts/samba-share
  # touch file.test
  # touch FILE.test
  # ls *.test
  FILE.text  file.test
  # cd /mounts/windows-share
  # touch file.test
  # touch FILE.test
  # ls *.test
  file.test
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: samba 2:3.4.7~dfsg-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
  Uname: Linux 2.6.32-19-generic x86_64
  NonfreeKernelModules: vmnet vmci vmmon
  Architecture: amd64
  Date: Mon Apr 12 09:35:02 2010
  InstallationMedia: Error: [Errno 13] Permission denied: 
'/var/log/installer/media-info'
  ProcEnviron:
-  LANG=en_US
-  SHELL=/bin/bash
+  LANG=en_US
+  SHELL=/bin/bash
  SambaServerRegression: No
  SourcePackage: samba

-- 
case sensitivity option (case sensitive=no) is not honored
https://bugs.launchpad.net/bugs/561281
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 561281] Re: case sensitivity option (case sensitive=no) is not honored

2010-04-21 Thread Sven Ehret
hm… might “short preserve case = no” be the key?

-- 
case sensitivity option (case sensitive=no) is not honored
https://bugs.launchpad.net/bugs/561281
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 542543] Re: Access denied for user 'root'@'localhost' to database SOMEDB

2010-04-21 Thread Thomas C.
no, thats not the problem

ls -lah /var/lib/mysql/
insgesamt 157M
drwx-- 41 mysql mysql 4,0K 2010-04-19 17:38 .
drwxr-xr-x 63 root  root  4,0K 2010-04-19 17:10 ..
drwx--  2 mysql mysql 4,0K 2010-03-20 09:19 alientxcsql1
drwx--  2 mysql mysql 4,0K 2010-03-13 10:59 alientxcsql2
drwx--  2 mysql mysql 4,0K 2010-03-13 11:01 alientxcsql3
drwx--  2 mysql mysql 4,0K 2010-03-13 11:01 alientxcsql4
drwx--  2 mysql mysql 4,0K 2010-03-18 12:14 apachelogs
drwx--  2 mysql mysql 4,0K 2010-03-13 11:01 bbb
drwx--  2 mysql mysql 4,0K 2010-03-13 11:01 brain
drwx--  2 mysql mysql 4,0K 2010-03-13 11:01 claudiabsql1
drwx--  2 mysql mysql 4,0K 2010-03-13 11:02 deathkeeper
-rw-r--r--  1 mysql mysql0 2010-04-19 17:10 debian-5.1.flag
drwx--  2 mysql mysql 4,0K 2010-03-13 11:02 d...@002drockmusic
drwx--  2 mysql mysql 4,0K 2010-03-13 11:02 gehirn
drwx--  2 mysql mysql 4,0K 2010-03-13 11:02 hochzeit_cj
drwx--  2 mysql mysql  12K 2010-03-13 11:02 hsvkirchhsql1
drwx--  2 mysql mysql 4,0K 2010-04-20 21:02 hsvkirchhsql2
-rw-rw  1 mysql mysql 146M 2010-04-21 15:34 ibdata1
-rw-rw  1 mysql mysql 5,0M 2010-04-21 15:34 ib_logfile0
-rw-rw  1 mysql mysql 5,0M 2010-03-19 23:10 ib_logfile1
drwx--  2 mysql mysql  12K 2010-03-13 11:02 karincsql1
drwx--  2 mysql mysql 4,0K 2010-03-13 11:02 karincsql2
drwx--  2 mysql mysql 4,0K 2010-03-13 11:02 meefisko
drwx--  2 mysql mysql 4,0K 2010-04-19 17:10 mysql
-rw-rw  1 mysql mysql6 2010-03-13 01:21 mysql_upgrade_info
drwx--  2 mysql mysql 4,0K 2010-03-13 11:02 phpmyadmin
drwx--  2 mysql mysql  20K 2010-03-13 11:02 projekte
drwx--  2 mysql mysql 4,0K 2010-03-13 11:02 raeschnix
drwx--  2 mysql mysql 4,0K 2010-03-13 11:02 rdsport
drwx--  2 mysql mysql  20K 2010-03-13 11:03 rockihsql1
drwx--  2 mysql mysql  12K 2010-03-18 02:14 RoiderZsql1
drwx--  2 mysql mysql 4,0K 2010-03-13 11:46 roundcube
drwx--  2 mysql mysql 4,0K 2010-03-13 11:03 roundcubemail
-rw-rw  1 mysql mysql4 2010-04-19 17:38 s01.pid
drwx--  2 mysql mysql 4,0K 2010-03-13 11:03 sandrassql1
drwx--  2 mysql mysql  52K 2010-03-24 15:37 schwarzhsql1
drwx--  2 mysql mysql 4,0K 2010-03-13 15:04 snort_db
drwx--  2 mysql mysql 4,0K 2010-03-13 11:03 soundpack
drwx--  2 mysql mysql  12K 2010-03-18 21:06 syscp
drwx--  2 mysql mysql  12K 2010-03-13 15:22 sy...@002eold
drwx--  2 mysql mysql 4,0K 2010-03-14 20:08 teamspeak
drwx--  2 mysql mysql 4,0K 2010-03-24 01:20 testdb2
drwx--  2 mysql mysql 4,0K 2010-03-24 00:18 ts3db
drwx--  2 mysql mysql 4,0K 2010-03-13 11:04 t...@002dclan
drwx--  2 mysql mysql 4,0K 2010-03-13 11:04 usr_web1_1
drwx--  2 mysql mysql 4,0K 2010-03-13 11:04 web3aps1
drwx--  2 mysql mysql 4,0K 2010-03-19 22:56 web3aps2

ls -lah /var/lib/mysql/mysql
insgesamt 868K
drwx--  2 mysql mysql 4,0K 2010-04-19 17:10 .
drwx-- 41 mysql mysql 4,0K 2010-04-19 17:38 ..
-rw-rw  1 mysql mysql 8,7K 2010-03-13 11:02 columns_priv.frm
-rw-rw  1 mysql mysql  11K 2010-03-18 20:25 columns_priv.MYD
-rw-rw  1 mysql mysql 8,0K 2010-03-18 20:29 columns_priv.MYI
-rw-rw  1 mysql mysql 9,3K 2010-03-13 11:02 db.frm
-rw-rw  1 mysql mysql  23K 2010-03-18 15:37 db.MYD
-rw-rw  1 mysql mysql 5,0K 2010-03-18 15:37 db.MYI
-rw-rw  1 mysql mysql  10K 2010-03-13 01:21 event.frm
-rw-rw  1 mysql mysql0 2010-03-13 01:21 event.MYD
-rw-rw  1 mysql mysql 2,0K 2010-03-13 01:21 event.MYI
-rw-rw  1 mysql mysql 8,5K 2010-03-13 11:02 func.frm
-rw-rw  1 mysql mysql0 2010-03-13 11:02 func.MYD
-rw-rw  1 mysql mysql 1,0K 2010-03-13 11:02 func.MYI
-rw-rw  1 mysql mysql   35 2010-04-19 17:38 general_log.CSM
-rw-rw  1 mysql mysql0 2010-03-13 01:21 general_log.CSV
-rw-rw  1 mysql mysql 8,6K 2010-03-13 01:21 general_log.frm
-rw-rw  1 mysql mysql 8,5K 2010-03-13 11:02 help_category.frm
-rw-rw  1 mysql mysql  21K 2010-03-13 11:02 help_category.MYD
-rw-rw  1 mysql mysql 3,0K 2010-03-13 11:02 help_category.MYI
-rw-rw  1 mysql mysql 8,5K 2010-03-13 11:02 help_keyword.frm
-rw-rw  1 mysql mysql  74K 2010-03-13 11:02 help_keyword.MYD
-rw-rw  1 mysql mysql  15K 2010-03-13 11:02 help_keyword.MYI
-rw-rw  1 mysql mysql 8,5K 2010-03-13 11:02 help_relation.frm
-rw-rw  1 mysql mysql 6,5K 2010-03-13 11:02 help_relation.MYD
-rw-rw  1 mysql mysql  13K 2010-03-13 11:02 help_relation.MYI
-rw-rw  1 mysql mysql 8,6K 2010-03-13 11:02 help_topic.frm
-rw-rw  1 mysql mysql 264K 2010-03-13 11:02 help_topic.MYD
-rw-rw  1 mysql mysql  17K 2010-03-13 11:02 help_topic.MYI
-rw-rw  1 mysql mysql 9,2K 2010-03-13 11:02 host.frm
-rw-rw  1 mysql mysql0 2010-03-13 11:02 host.MYD
-rw-rw  1 mysql mysql 2,0K 2010-03-13 11:02 host.MYI
-rw-rw  1 mysql mysql 8,6K 2010-03-13 01:21 ndb_binlog_index.frm
-rw-rw  1 mysql mysql0 2010-03-13 01:21 ndb_binlog_index.MYD
-rw-rw  1 mysql mysql 1,0K 2010-03-13 01:21 

[Bug 561281] Re: case sensitivity option (case sensitive=no) is not honored

2010-04-21 Thread Sven Ehret
My conclusion for now:

> Does setting "preserve case=no" solve your issues ?

YES, BUT it creates a new critical issue. With this option, it is no
longer possible to create files with the case that the file passes (see
smb.conf). They are forced to be the default case (lower).

-- 
case sensitivity option (case sensitive=no) is not honored
https://bugs.launchpad.net/bugs/561281
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 494141] Re: CUPS starts after SAMBA; printers are not available

2010-04-21 Thread Francesco Pretto
** Also affects: samba (Ubuntu)
   Importance: Undecided
   Status: New

-- 
CUPS starts after SAMBA; printers are not available
https://bugs.launchpad.net/bugs/494141
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 561281] Re: case sensitivity option (case sensitive=no) is not honored

2010-04-21 Thread Sven Ehret
–– more importantly, with “preserve case = no” it is seems to be
impossible to create mixed-case file names; but only from Windows, LINUX
does allow this…?

-- 
case sensitivity option (case sensitive=no) is not honored
https://bugs.launchpad.net/bugs/561281
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 523036] Re: package samba-common 2:3.4.0-3ubuntu5.4 failed to install/upgrade: subproces installed post-installation script werd gedood door signaal (Interrupt)

2010-04-21 Thread Chuck Short
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
package samba-common 2:3.4.0-3ubuntu5.4 failed to install/upgrade: subproces 
installed post-installation script werd gedood door signaal (Interrupt)
https://bugs.launchpad.net/bugs/523036
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 524909] Re: package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive

2010-04-21 Thread Chuck Short
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: 
corrupted filesystem tarfile - corrupted package archive
https://bugs.launchpad.net/bugs/524909
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 541563] Re: package samba-common 2:3.4.0-3ubuntu5.5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-04-21 Thread Chuck Short
 We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
package samba-common 2:3.4.0-3ubuntu5.5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/541563
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 565101] Re: walrus reports java.lang.OutOfMemoryError: Java heap space

2010-04-21 Thread C de-Avillez
Sorry, times above are EDT, not UTC.

-- 
walrus reports java.lang.OutOfMemoryError: Java heap space
https://bugs.launchpad.net/bugs/565101
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 545795] Re: apparmor driver blocks access to hostdev and pcidev devices

2010-04-21 Thread Jamie Strandboge
Francesco. Excellent, thanks for your feedback. This will be added in
0.7.5-5ubuntu26. I am going to mark this back to Fix Released since it
works some of the time as is. Please file a new bug if 0.7.5-5ubuntu26
doesn't resolve the issue for you.

** Changed in: libvirt (Ubuntu Lucid)
   Status: Incomplete => Fix Released

-- 
apparmor driver blocks access to hostdev and pcidev devices
https://bugs.launchpad.net/bugs/545795
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 548883] Re: package samba-common 2:3.4.0-3ubuntu5.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-04-21 Thread Chuck Short
Is this still a problem then?

chuck

-- 
package samba-common 2:3.4.0-3ubuntu5.6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/548883
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 556326] Re: libvirtd will not run on virtual machine

2010-04-21 Thread Jamie Strandboge
** Changed in: libvirt (Ubuntu)
 Assignee: Jamie Strandboge (jdstrand) => (unassigned)

-- 
libvirtd will not run on virtual machine
https://bugs.launchpad.net/bugs/556326
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 565691] Re: virt-aa-helper denied messages with lvm volumes

2010-04-21 Thread Jamie Strandboge
** Changed in: libvirt (Ubuntu Lucid)
   Status: Triaged => Fix Committed

-- 
virt-aa-helper denied messages with lvm volumes
https://bugs.launchpad.net/bugs/565691
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 520234] Re: samba postinst returned error exit status 100 (Command line option 'g' is not known)

2010-04-21 Thread Chuck Short
Thanks for the information closing bug then.

Regards
chuck

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

-- 
samba postinst returned error exit status 100 (Command line option 'g' is not 
known)
https://bugs.launchpad.net/bugs/520234
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 562960] Re: folder sharing in gnome not working in Lucid

2010-04-21 Thread Chuck Short
** Changed in: samba (Ubuntu)
   Importance: Undecided => Low

-- 
folder sharing in gnome not working in Lucid
https://bugs.launchpad.net/bugs/562960
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 566560] Re: samba server requires smbpasswd -a user constantly

2010-04-21 Thread Chuck Short
So you are having this problem when connecting t Windows 7?

-- 
samba server requires smbpasswd -a user constantly
https://bugs.launchpad.net/bugs/566560
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 542543] Re: Access denied for user 'root'@'localhost' to database SOMEDB

2010-04-21 Thread Chuck Short
** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Incomplete => Invalid

-- 
Access denied for user 'root'@'localhost' to database SOMEDB
https://bugs.launchpad.net/bugs/542543
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 565101] Re: walrus reports java.lang.OutOfMemoryError: Java heap space

2010-04-21 Thread C de-Avillez
Yesterday night I bounced the whole rig (to start clean), and submitted
a 2,000 instances run. Run ended at 03:30 UTC. Right now it is about
09:10 UTC, and the Walrus shows 1,166M of resident memory.

I am not sure how the garbage collection works, but it really does not
look like it *is* working, or there is indeed a memory leak somewhere.

-- 
walrus reports java.lang.OutOfMemoryError: Java heap space
https://bugs.launchpad.net/bugs/565101
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 534647] Re: default apache config causes an empty webpage on lucid

2010-04-21 Thread Chuck Short
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
default apache config causes an empty webpage on lucid
https://bugs.launchpad.net/bugs/534647
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-21 Thread Jamie Strandboge
Uploaded per slangasek's comment, with a tweak to the aforementioned
AppArmor profile changes. Retested for no leaks, passes in build tests
and QRT test-libvirt.py.

-- 
__virExec:362 : cannot create pipe: Too many open files
https://bugs.launchpad.net/bugs/567392
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 524696] Re: imdb smart url fails to work

2010-04-21 Thread Chuck Short
Still broken on lucid.


** Changed in: elinks (Ubuntu)
   Status: Incomplete => Confirmed

-- 
imdb smart url fails to work
https://bugs.launchpad.net/bugs/524696
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to elinks 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 529349] Re: postfix-to-mailman.py is broken when postfix recipient_delimiter="-"

2010-04-21 Thread Chuck Short
Hi,

Thanks for the patch, if possible can you send this patch to debian?

Thanks
chuck

** Changed in: mailman (Ubuntu)
   Status: Incomplete => Confirmed

-- 
postfix-to-mailman.py is broken when postfix recipient_delimiter="-"
https://bugs.launchpad.net/bugs/529349
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mailman 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 561281] Re: case sensitivity option (case sensitive=no) is not honored

2010-04-21 Thread Sven Ehret
> Does setting "preserve case=no" solve your issues ?

No, as “touch test.test ; touch TEST.test” still creates two separate
files.

Anyhow, “touch file.test ; ls FILE.test” (correctly) returns FILE.test?

-- 
case sensitivity option (case sensitive=no) is not honored
https://bugs.launchpad.net/bugs/561281
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 527933] Re: wuiso

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

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

-- 
wuiso
https://bugs.launchpad.net/bugs/527933
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 561281] Re: case sensitivity option (case sensitive=no) is not honored

2010-04-21 Thread Sven Ehret
** Changed in: samba (Ubuntu)
   Status: Incomplete => New

-- 
case sensitivity option (case sensitive=no) is not honored
https://bugs.launchpad.net/bugs/561281
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


  1   2   >