[Bug 579723] Re: kvm memory ballooning is unusable in Lucid

2010-05-28 Thread lhotari
Have you checked the file's execution bit?
chmod 0755 kvm-balloon

** Description changed:

  kvm/qemu doesn't enable ballooning by default anymore (the man page still 
claims that ballooning is enabled by default) .
  There is no easy way to enable it with libvirt.
  
  libvirt should add -balloon virtio to the qemu command line by default
  or provide a way to modify the setting.
  
  virsh dominfo domain should show the original qemu error message The
  balloon device has not been activated by the guest, but it hides it. I
  found out the reason for the ballooning problem by starting kvm from the
  command line and switching to the monitor console and by entering info
  balloon
  
  testing kvm/qemu behaviour:
  kvm -cdrom ubuntu-10.04-server-amd64.iso
- (CTRL-ALT 2 , enter: info balloon- shows error message: 
+ (CTRL-ALT 2 , enter: info balloon- shows error message:
  The balloon device has not been activated by the guest
  )
  
  info balloon shows successfull balloon info after adding -balloon virtio 
to the command line.
  kvm -cdrom ubuntu-10.04-server-amd64.iso -balloon virtio
  
  Workaround:
- - add a file called /usr/local/bin/kvm-balloon :
+ - add a file called /usr/local/bin/kvm-balloon (and mark it executable: chmod 
0755 kvm-balloon):
  #!/bin/sh
- /usr/bin/kvm -balloon virtio $@
+ /usr/bin/kvm -balloon virtio $@
  - modify /etc/libvirt/qemu/domain.xml (virsh edit domain) , replace 
/usr/bin/kvm with /usr/local/bin/kvm-balloon
  - poweroff and restart the VM (reboot isn't enough)
  
  In the VM, the virtio_balloon module has to be loaded:
  modprobe virtio_balloon
  (to persistent after reboot: echo virtio_balloon  /etc/modules)

-- 
kvm memory ballooning is unusable in Lucid
https://bugs.launchpad.net/bugs/579723
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 586647] Re: package libisc60 1:9.7.0.dfsg.P1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-05-28 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 512096 ***
https://bugs.launchpad.net/bugs/512096

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

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

** This bug has been marked a duplicate of bug 512096
   [MASTER] Exec format error : package failed to install/remove : 
installation/removal script returned error exit status 2

-- 
package libisc60 1:9.7.0.dfsg.P1-1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/586647
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 586622] Re: No menu creating in system tools for python-vm-builder launch

2010-05-28 Thread Soren Hansen
VMBuilder never had such a thing, as it has no GUI.

** Changed in: vm-builder (Ubuntu)
   Status: New = Invalid

-- 
No menu creating in system tools for python-vm-builder launch
https://bugs.launchpad.net/bugs/586622
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 343870] Re: php-cli segmentation fault with mysql extension

2010-05-28 Thread Adrian Almenar
This still happens to me on Lucid 64 Bits. Will try with lucid 32 bits
and let you know

-- 
php-cli segmentation fault with mysql extension
https://bugs.launchpad.net/bugs/343870
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 343870] Re: php-cli segmentation fault with mysql extension

2010-05-28 Thread Adrian Almenar
OK, tested on Lucid 32 bits, it still happens, segfaults while executing
a database query...

-- 
php-cli segmentation fault with mysql extension
https://bugs.launchpad.net/bugs/343870
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 343870] Re: php-cli segmentation fault with mysql extension

2010-05-28 Thread Adrian Almenar
Here is attached the gdb session:


Program received signal SIGSEGV, Segmentation fault.
0x08329955 in gc_zval_possible_root (zv=0xa56a6e4) at 
/build/buildd/php5-5.3.2/Zend/zend_gc.c:143
143 /build/buildd/php5-5.3.2/Zend/zend_gc.c: No such file or directory.
in /build/buildd/php5-5.3.2/Zend/zend_gc.c
(gdb) bt
#0  0x08329955 in gc_zval_possible_root (zv=0xa56a6e4) at 
/build/buildd/php5-5.3.2/Zend/zend_gc.c:143
#1  0x082fd4c1 in _zval_ptr_dtor (zval_ptr=0xa53fd54) at 
/build/buildd/php5-5.3.2/Zend/zend_gc.h:183
#2  0x08316f94 in zend_hash_destroy (ht=0xa58a674) at 
/build/buildd/php5-5.3.2/Zend/zend_hash.c:726
#3  0x0832d2b3 in zend_object_std_dtor (object=0xa55c4b8) at 
/build/buildd/php5-5.3.2/Zend/zend_objects.c:45
#4  0x0832d2f2 in zend_objects_free_object_storage (object=0xa55c4b8) at 
/build/buildd/php5-5.3.2/Zend/zend_objects.c:114
#5  0x08330e1d in zend_objects_store_del_ref_by_handle_ex (handle=error type, 
handlers=0x8764700) at /build/buildd/php5-5.3.2/Zend/zend_objects_API.c:220
#6  0x08330e5f in zend_objects_store_del_ref (zobject=0xa5a50bc) at 
/build/buildd/php5-5.3.2/Zend/zend_objects_API.c:172
#7  0x08309cd9 in _zval_dtor_func (zvalue=0xa5a50bc) at 
/build/buildd/php5-5.3.2/Zend/zend_variables.c:55
#8  0x082fd48d in _zval_ptr_dtor (zval_ptr=0xa58ecd4) at 
/build/buildd/php5-5.3.2/Zend/zend_variables.h:35
#9  0x08316f94 in zend_hash_destroy (ht=0x8903d1c) at 
/build/buildd/php5-5.3.2/Zend/zend_hash.c:726
#10 0x08309c96 in _zval_dtor_func (zvalue=0xa5afb00) at 
/build/buildd/php5-5.3.2/Zend/zend_variables.c:46
#11 0x082fd48d in _zval_ptr_dtor (zval_ptr=0xa581904) at 
/build/buildd/php5-5.3.2/Zend/zend_variables.h:35
#12 0x08316f94 in zend_hash_destroy (ht=0xa57a8d4) at 
/build/buildd/php5-5.3.2/Zend/zend_hash.c:726
#13 0x0832d2b3 in zend_object_std_dtor (object=0xa5afb2c) at 
/build/buildd/php5-5.3.2/Zend/zend_objects.c:45
#14 0x0832d2f2 in zend_objects_free_object_storage (object=0xa5afb2c) at 
/build/buildd/php5-5.3.2/Zend/zend_objects.c:114
#15 0x08330e1d in zend_objects_store_del_ref_by_handle_ex (handle=error type, 
handlers=0x8764700) at /build/buildd/php5-5.3.2/Zend/zend_objects_API.c:220
#16 0x08330e5f in zend_objects_store_del_ref (zobject=0xa5be2a8) at 
/build/buildd/php5-5.3.2/Zend/zend_objects_API.c:172
#17 0x08309cd9 in _zval_dtor_func (zvalue=0xa5be2a8) at 
/build/buildd/php5-5.3.2/Zend/zend_variables.c:55
#18 0x082fd48d in _zval_ptr_dtor (zval_ptr=0xbfffc984) at 
/build/buildd/php5-5.3.2/Zend/zend_variables.h:35
#19 0x083301fb in zend_std_write_property (object=0xa5c56d8, member=0xa0299e0, 
value=0xa5d17d8) at /build/buildd/php5-5.3.2/Zend/zend_object_handlers.c:435
#20 0x0837a9d9 in zend_assign_to_object (result=0xa0299b4, 
object_ptr=0x877b788, property_name=0xa0299e0, value_op=0xa029a14, 
Ts=0x893febc, opcode=136)
at /build/buildd/php5-5.3.2/Zend/zend_execute.c:589
#21 0x0837b268 in ZEND_ASSIGN_OBJ_SPEC_UNUSED_CONST_HANDLER 
(execute_data=0x893fe60) at 
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:17617
#22 0x08333d8e in execute (op_array=0x8a3fa50) at 
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:104
#23 0x082ffbf1 in zend_call_function (fci=0xbfffcbe0, fci_cache=0xbfffcc04) at 
/build/buildd/php5-5.3.2/Zend/zend_execute_API.c:947
#24 0x0822eaa5 in zif_call_user_func_array (ht=2, return_value=0x8c81364, 
return_value_ptr=0x0, this_ptr=0x0, return_value_used=1)
at /build/buildd/php5-5.3.2/ext/standard/basic_functions.c:4782
#25 0x0835d26a in zend_do_fcall_common_helper_SPEC (execute_data=0x893d630) at 
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:313
#26 0x08333d8e in execute (op_array=0x8909eac) at 
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:104
#27 0x08309fa6 in zend_execute_scripts (type=8, retval=0x0, file_count=3) at 
/build/buildd/php5-5.3.2/Zend/zend.c:1266
#28 0x082ae754 in php_execute_script (primary_file=0xb1d4) at 
/build/buildd/php5-5.3.2/main/main.c:2288
#29 0x083a0c28 in main (argc=5, argv=0xb314) at 
/build/buildd/php5-5.3.2/sapi/cli/php_cli.c:1196

(gdb) frame 22
#22 0x08333d8e in execute (op_array=0x8a3fa50) at 
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:104
104 /build/buildd/php5-5.3.2/Zend/zend_vm_execute.h: No such file or 
directory.
in /build/buildd/php5-5.3.2/Zend/zend_vm_execute.h


Hope this helps.

-- 
php-cli segmentation fault with mysql extension
https://bugs.launchpad.net/bugs/343870
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: [SRU] [scalability] walrus reports java.lang.OutOfMemoryError: Java heap space

2010-05-28 Thread C de-Avillez
Done. Ran 1,400 instances, no OOMs, no unexpected errors.

-- 
[SRU] [scalability] 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 343870] Re: php-cli segmentation fault with mysql extension

2010-05-28 Thread Kir Kolyshkin
Adrian,

What you post has nothing to do with this bugreport. The bugreport is
about problem with mysql extention which made php segfault (and it could
be workarounded by uninstalling/disabling mysql extension). In your case
backtrace shows no evidence of mysql involved.

I suggest you file a separate bug report for your issue.

-- 
php-cli segmentation fault with mysql extension
https://bugs.launchpad.net/bugs/343870
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 551901] Re: likewise-open fails to join Windows 2000 SP4 domain

2010-05-28 Thread Launchpad Bug Tracker
This bug was fixed in the package krb5 - 1.8.1+dfsg-5

---
krb5 (1.8.1+dfsg-5) unstable; urgency=low

  * Ignore duplicate token sent in mechListMIC from Windows 2000 SPNEGO
(LP: #551901)
  * krb5-admin-server starts after krb5-kdc, Closes: #583494

krb5 (1.8.1+dfsg-4) unstable; urgency=low

  * fix prerm script (Closes: #577389), thanks Harald Dunkel
 -- Ubuntu Archive Auto-Sync arch...@ubuntu.com   Fri,  28 May 2010 11:23:00 
+0100

** Changed in: krb5 (Ubuntu)
   Status: Confirmed = Fix Released

-- 
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 586840] [NEW] PHP is disabled by default for publishing from user's public_html folder using userdir module

2010-05-28 Thread lgp171188
Public bug reported:

Binary package hint: php5

snip
# To re-enable php in user directories comment the following lines  
# (from IfModule ... to /IfModule.) Do NOT set it to On as it   
# prevents .htaccess files from disabling it.   
IfModule mod_userdir.c
Directory /home/*/public_html
php_admin_value engine Off
/Directory
/IfModule

/snip

PHP is disabled in the libapache2-mod-php5 module's php5.conf as in the
above default file thereby users can't execute PHP in their public_html.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: libapache2-mod-php5 5.3.2-1ubuntu4.2
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Fri May 28 19:52:31 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: php5

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


** Tags: apport-bug i386 lucid

-- 
PHP is disabled by default for publishing from user's public_html folder using 
userdir module
https://bugs.launchpad.net/bugs/586840
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 586840] Re: PHP is disabled by default for publishing from user's public_html folder using userdir module

2010-05-28 Thread lgp171188

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

** Attachment added: PHPConf.etc.php5.apache2.php.ini.txt
   http://launchpadlibrarian.net/49264676/PHPConf.etc.php5.apache2.php.ini.txt

** Attachment added: PHPInstalledModules.txt
   http://launchpadlibrarian.net/49264677/PHPInstalledModules.txt

-- 
PHP is disabled by default for publishing from user's public_html folder using 
userdir module
https://bugs.launchpad.net/bugs/586840
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 551901] Re: likewise-open fails to join Windows 2000 SP4 domain

2010-05-28 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/krb5

-- 
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 429590] Re: Cannot upload bundle to Walrus

2010-05-28 Thread Steffen Möller
The bug is in the error message, I tend to think. Daniel, please make
your magic words more prominent. Best, Steffen

-- 
Cannot upload bundle to Walrus
https://bugs.launchpad.net/bugs/429590
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 566793] Re: [SRU] euca-get-console-output gives first 64k of output, not most recent

2010-05-28 Thread Scott Moser
I verified the initial test case (with user data while loop on)
$ dpkg-query --show eucalyptus*
eucalyptus-cc   1.6.2-0ubuntu30.1
eucalyptus-cloud1.6.2-0ubuntu30.1
eucalyptus-common   1.6.2-0ubuntu30.1
eucalyptus-gl   1.6.2-0ubuntu30.1
eucalyptus-java-common  1.6.2-0ubuntu30.1
eucalyptus-javadeps
eucalyptus-sc   1.6.2-0ubuntu30.1
eucalyptus-walrus   1.6.2-0ubuntu30.1

After several minutes of waiting i went back to get console output.  I saw:
=
hello, number 4997
hello, number 4998
hello, number 4999
run-parts: /var/lib/cloud/data/scripts/part-000 exited with return code 1
Traceback (most recent call last):
  File /usr/bin/cloud-init-run-module, line 66, in module
main()
  File /usr/bin/cloud-init-run-module, line 61, in main
cloud.sem_and_run(semname, freq, inst.run, [run_args,cfg_path], False)
  File /usr/lib/python2.6/dist-packages/cloudinit/__init__.py, line 220, in 
sem_and_run
func(*args)
  File /usr/lib/python2.6/dist-packages/cloudinit/execute.py, line 28, in run
raise Exception(str)
Exception: Cmd returned 1
run-parts --regex .* /var/lib/cloud/data/scripts
=


(interestingly, that is correct output.  the python trace results from the 
script being run and returning non-true).

-- 
[SRU] 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 575945] Re: chkrootkit falsely flags files owned by Firefox 3 and Sun Java 6 valid packages

2010-05-28 Thread Jonathan Davies
The package in the PPA works as expected.

-- 
chkrootkit falsely flags files owned by Firefox 3 and Sun Java 6 valid packages
https://bugs.launchpad.net/bugs/575945
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to chkrootkit 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 586840] Re: PHP is disabled by default for publishing from user's public_html folder using userdir module

2010-05-28 Thread Philippe Gauthier
This change was done as a security measure to prevent users to execute
code with the permissions of the www-data user. The comment in the
php5.conf file is there to explain how to re-enable php in user
directory in the case you control all your users. See the following
Debian bug report for more details [1]. Thanks again!

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555606


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

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

-- 
PHP is disabled by default for publishing from user's public_html folder using 
userdir module
https://bugs.launchpad.net/bugs/586840
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 566793] Re: [SRU] euca-get-console-output gives first 64k of output, not most recent

2010-05-28 Thread Scott Moser
I think i have to take back my it worked statement.  the first 'get-
console-output' worked fine.

The second has been running for 6 minutes, 30 seconds and has printed out the 
following:
-
 4 0 8
path=/services/Eucalyptus/?AWSAccessKeyId=WKy3rMzOWPouVOxK1p3Ar1C2uRBwa2FBXnCwAction=GetConsoleOutputInstanceId.1=i-431B08E0SignatureMethod=HmacSHA256SignatureVersion=2Timestamp=2010-05-28T14%3A56%3A43Version=2009-11-30Signature=oghj8LM8UBrtSz8NP47ZhX2uxDymt0swn1XC1sZ%2Bu0c%3D
Failure: 408 Request Timeout

Top shows eucalyptus-cloud eating all of 1 cpu.

cloud-output.log has things like this:
10:03:13 DEBUG ConsoleOutputCallback | ConsoleOutputCallback.java:110 
org.jboss.netty.handler.timeout.ReadTimeoutException
10:03:13 DEBUG NioResponseHandler| NioResponseHandler.java:121 
org.jboss.netty.handler.timeout.ReadTimeoutException

-- 
[SRU] 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 566793] Re: [SRU] euca-get-console-output gives first 64k of output, not most recent

2010-05-28 Thread Scott Moser
Something is definitely broken.
After the above eventually returned (17 minutes, a failed command and more 
timeouts like above on the screen), I restarted eucalyptus and tried again
$ sudo restart eucalyptus
# wait
$ sh -c 'date; time euca-get-console-output i-431B08E0; date' 21 | tee 
out.first
$ tail -n 3 out.first
run-parts --regex .* /var/lib/cloud/data/scripts
0.15user 0.03system 0:00.47elapsed 38%CPU (0avgtext+0avgdata 55040maxresident)k
8inputs+0outputs (0major+8338minor)pagefaults 0swaps
Fri May 28 10:17:49 CDT 2010

# no try again
$ sh -c 'date; time euca-get-console-output i-431B08E0; date' 21 | tee 
out.second


That showed the same issue as above.

-- 
[SRU] 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 544134] Re: Windows ME unable to authenticate

2010-05-28 Thread David Lee Lambert
I've upgraded the Ubuntu server to Lucid,  and I still get a you do not
currently have access to this file errors.

I attached configuration and log files to comment #5.  What other
information is needed to address this bug?

-- 
Windows ME unable to authenticate
https://bugs.launchpad.net/bugs/544134
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 343870] Re: php-cli segmentation fault with mysql extension

2010-05-28 Thread Adrian Almenar
Kir, this happens when mysql is activated and at the time I issue a sql
query. If i disable mysql, (fetching everything from memcache) this does
not happens, only happens on php-cli not on the webservers not other
place.

-- 
php-cli segmentation fault with mysql extension
https://bugs.launchpad.net/bugs/343870
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 586898] [NEW] php5 cli segmentation fault when executing script

2010-05-28 Thread Adrian Almenar
Public bug reported:

Binary package hint: php5-cli

Description:Ubuntu 10.04 LTS
Release:10.04

php5-cli:
  Installed: 5.3.2-1ubuntu4.2
  Candidate: 5.3.2-1ubuntu4.2
  Version table:
 *** 5.3.2-1ubuntu4.2 0
500 http://es.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
100 /var/lib/dpkg/status
 5.3.2-1ubuntu4 0
500 http://es.archive.ubuntu.com/ubuntu/ lucid/main Packages


When I execute a php script on the command line i get segmentation fault.

On the log, i see this happens at the moment a SQL Query to the mysql is
raised.

The gdb backtrace is this:
Program received signal SIGSEGV, Segmentation fault.
0x08329955 in gc_zval_possible_root (zv=0xa56a6e4) at 
/build/buildd/php5-5.3.2/Zend/zend_gc.c:143
143 /build/buildd/php5-5.3.2/Zend/zend_gc.c: No such file or directory.
in /build/buildd/php5-5.3.2/Zend/zend_gc.c
(gdb) bt
#0 0x08329955 in gc_zval_possible_root (zv=0xa56a6e4) at 
/build/buildd/php5-5.3.2/Zend/zend_gc.c:143
#1 0x082fd4c1 in _zval_ptr_dtor (zval_ptr=0xa53fd54) at 
/build/buildd/php5-5.3.2/Zend/zend_gc.h:183
#2 0x08316f94 in zend_hash_destroy (ht=0xa58a674) at 
/build/buildd/php5-5.3.2/Zend/zend_hash.c:726
#3 0x0832d2b3 in zend_object_std_dtor (object=0xa55c4b8) at 
/build/buildd/php5-5.3.2/Zend/zend_objects.c:45
#4 0x0832d2f2 in zend_objects_free_object_storage (object=0xa55c4b8) at 
/build/buildd/php5-5.3.2/Zend/zend_objects.c:114
#5 0x08330e1d in zend_objects_store_del_ref_by_handle_ex (handle=error type, 
handlers=0x8764700) at /build/buildd/php5-5.3.2/Zend/zend_objects_API.c:220
#6 0x08330e5f in zend_objects_store_del_ref (zobject=0xa5a50bc) at 
/build/buildd/php5-5.3.2/Zend/zend_objects_API.c:172
#7 0x08309cd9 in _zval_dtor_func (zvalue=0xa5a50bc) at 
/build/buildd/php5-5.3.2/Zend/zend_variables.c:55
#8 0x082fd48d in _zval_ptr_dtor (zval_ptr=0xa58ecd4) at 
/build/buildd/php5-5.3.2/Zend/zend_variables.h:35
#9 0x08316f94 in zend_hash_destroy (ht=0x8903d1c) at 
/build/buildd/php5-5.3.2/Zend/zend_hash.c:726
#10 0x08309c96 in _zval_dtor_func (zvalue=0xa5afb00) at 
/build/buildd/php5-5.3.2/Zend/zend_variables.c:46
#11 0x082fd48d in _zval_ptr_dtor (zval_ptr=0xa581904) at 
/build/buildd/php5-5.3.2/Zend/zend_variables.h:35
#12 0x08316f94 in zend_hash_destroy (ht=0xa57a8d4) at 
/build/buildd/php5-5.3.2/Zend/zend_hash.c:726
#13 0x0832d2b3 in zend_object_std_dtor (object=0xa5afb2c) at 
/build/buildd/php5-5.3.2/Zend/zend_objects.c:45
#14 0x0832d2f2 in zend_objects_free_object_storage (object=0xa5afb2c) at 
/build/buildd/php5-5.3.2/Zend/zend_objects.c:114
#15 0x08330e1d in zend_objects_store_del_ref_by_handle_ex (handle=error type, 
handlers=0x8764700) at /build/buildd/php5-5.3.2/Zend/zend_objects_API.c:220
#16 0x08330e5f in zend_objects_store_del_ref (zobject=0xa5be2a8) at 
/build/buildd/php5-5.3.2/Zend/zend_objects_API.c:172
#17 0x08309cd9 in _zval_dtor_func (zvalue=0xa5be2a8) at 
/build/buildd/php5-5.3.2/Zend/zend_variables.c:55
#18 0x082fd48d in _zval_ptr_dtor (zval_ptr=0xbfffc984) at 
/build/buildd/php5-5.3.2/Zend/zend_variables.h:35
#19 0x083301fb in zend_std_write_property (object=0xa5c56d8, member=0xa0299e0, 
value=0xa5d17d8) at /build/buildd/php5-5.3.2/Zend/zend_object_handlers.c:435
#20 0x0837a9d9 in zend_assign_to_object (result=0xa0299b4, 
object_ptr=0x877b788, property_name=0xa0299e0, value_op=0xa029a14, 
Ts=0x893febc, opcode=136)
at /build/buildd/php5-5.3.2/Zend/zend_execute.c:589
#21 0x0837b268 in ZEND_ASSIGN_OBJ_SPEC_UNUSED_CONST_HANDLER 
(execute_data=0x893fe60) at 
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:17617
#22 0x08333d8e in execute (op_array=0x8a3fa50) at 
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:104
#23 0x082ffbf1 in zend_call_function (fci=0xbfffcbe0, fci_cache=0xbfffcc04) at 
/build/buildd/php5-5.3.2/Zend/zend_execute_API.c:947
#24 0x0822eaa5 in zif_call_user_func_array (ht=2, return_value=0x8c81364, 
return_value_ptr=0x0, this_ptr=0x0, return_value_used=1)
at /build/buildd/php5-5.3.2/ext/standard/basic_functions.c:4782
#25 0x0835d26a in zend_do_fcall_common_helper_SPEC (execute_data=0x893d630) at 
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:313
#26 0x08333d8e in execute (op_array=0x8909eac) at 
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:104
#27 0x08309fa6 in zend_execute_scripts (type=8, retval=0x0, file_count=3) at 
/build/buildd/php5-5.3.2/Zend/zend.c:1266
#28 0x082ae754 in php_execute_script (primary_file=0xb1d4) at 
/build/buildd/php5-5.3.2/main/main.c:2288
#29 0x083a0c28 in main (argc=5, argv=0xb314) at 
/build/buildd/php5-5.3.2/sapi/cli/php_cli.c:1196

(gdb) frame 22
#22 0x08333d8e in execute (op_array=0x8a3fa50) at 
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:104
104 /build/buildd/php5-5.3.2/Zend/zend_vm_execute.h: No such file or directory.
in /build/buildd/php5-5.3.2/Zend/zend_vm_execute.h

This was reported on bug 343870 but people said it's not mysql related.

Using strace i see that it locks after sending the query to mysql
server.

If anything else is 

[Bug 582539] Re: mistake in upstart-script

2010-05-28 Thread Chuck Short
*** This bug is a duplicate of bug 577165 ***
https://bugs.launchpad.net/bugs/577165

** This bug has been marked a duplicate of bug 577165
   Typo in etc/init/vsftpd.conf

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

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


[Bug 586900] [NEW] register nodes cannot synchronise keys

2010-05-28 Thread Steffen Möller
Public bug reported:

This is more of a comment than a bug report (well, the message could be
more informative and less missleading). It took me a while to get past
this one

ERROR: could not synchronize keys with cloud-server-derma!
The configuration will not have this node.
Hint: to setup passwordless login to the nodes as user eucalyptus, you can
run the following commands on node cloud-server-derma:
sudo -u eucalyptus mkdir -p ~eucalyptus/.ssh
sudo -u eucalyptus tee ~eucalyptus/.ssh/authorized_keys  /dev/null EOT
ssh-rsa 
AAAeMl4VEMfo/+oRtpEHY6AHraj6iAnhYzzZkAHrXq+ijuEoXt/wBtJfWxDjNuUArFRNpAGCGwGQeamhO/EYm+23ecNJP6s0bKGiPmc4DGNr
 eucalyp...@cloud-server
EOT

which was just about ssh questioning the fingerprint. Fully qualified or
just hostnames, or the sole IP numbers all need their fingerprints
checked, individually.   So one should just test if one an log in,
bidirectionally, without any manual intervention with the hostname
displayed.   SM

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

-- 
register nodes cannot synchronise keys
https://bugs.launchpad.net/bugs/586900
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 586905] [NEW] DefaultChannelPipeline WalrusRESTLoggerOutbound ChannelPipelineCoverage annotation with class declaration

2010-05-28 Thread Steffen Möller
Public bug reported:

There is a series of these warnings appearing

 WARNING: Handler 
'com.eucalyptus.ws.handlers.WalrusRESTLoggerOutbound' does not have a 
'ChannelPipelineCoverage' annotation with its class declaration. It is strongly 
recommended to add the annotation for a documentation purpose to tell if a 
single handler instance can handle more than one pipeline (all) or not (one)


  May 28, 2010 7:03:59 PM 
org.jboss.netty.channel.DefaultChannelPipeline
   WARNING: Handler 
'com.eucalyptus.ws.handlers.WalrusRESTLoggerInbound' does not have a 
'ChannelPipelineCoverage' annotation with its class declaration. It is strongly 
recommended to add the annotation for a documentation purpose to tell if a 
single handler instance can handle more than one pipeline (all) or not (one)


   May 28, 2010 7:03:59 PM 
org.jboss.netty.channel.DefaultChannelPipeline

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

-- 
DefaultChannelPipeline WalrusRESTLoggerOutbound ChannelPipelineCoverage 
annotation with class declaration
https://bugs.launchpad.net/bugs/586905
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 586903] [NEW] 2 instances with same public and private IP

2010-05-28 Thread Scott Moser
Public bug reported:

When trying to verify that bug 566793 was fixed, I ran an instance, did
- euca-get-console-output i-431B08E0
- euca-get-console-output i-431B08E0 (this one times out as you can see in that 
bug)
- sudo restart eucalyptus
- euca-run-instances emi-BF971F9B

Then, a euca-describe-instances resulted in:
RESERVATION r-46F90880  admin   default
INSTANCEi-431B08E0  emi-E2321889192.168.1.192   172.19.1.2 
running  mykey   0   m1.small1970-01-01T00:00:00.81Z 
cluster1
eki-50FA1D91
RESERVATION r-489407B2  admin   default
INSTANCEi-4E2D09CB  emi-BF971F9B192.168.1.192   172.19.1.2 
running  mykey   0   m1.small2010-05-28T15:21:00.884Z   
cluster1 eki-4BC41BE2eri-A0BD1CC0

Note, that both these instances have the same public IP and private IP.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: eucalyptus-common 1.6.2-0ubuntu30.1
ProcVersionSignature: Ubuntu 2.6.32-22.33-server 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-server x86_64
.etc.eucalyptus.eucalyptus.cc.conf: CC_NAME=cluster1
Architecture: amd64
Date: Fri May 28 10:49:11 2010
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: eucalyptus

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


** Tags: amd64 apport-bug lucid

-- 
2 instances with same public and private IP
https://bugs.launchpad.net/bugs/586903
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 586903] Re: 2 instances with same public and private IP

2010-05-28 Thread Scott Moser

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

** Attachment added: EucalyptusAxis2cLog.gz
   http://launchpadlibrarian.net/49268840/EucalyptusAxis2cLog.gz

** Attachment added: EucalyptusCCLog.gz
   http://launchpadlibrarian.net/49268841/EucalyptusCCLog.gz

** Attachment added: EucalyptusCloudDebugLog.gz
   http://launchpadlibrarian.net/49268842/EucalyptusCloudDebugLog.gz

** Attachment added: EucalyptusCloudOutputLog.gz
   http://launchpadlibrarian.net/49268843/EucalyptusCloudOutputLog.gz

** Attachment added: EucalyptusHTTPDErrorLog.gz
   http://launchpadlibrarian.net/49268844/EucalyptusHTTPDErrorLog.gz

** Attachment added: EucalyptusInstalledVersions.txt
   http://launchpadlibrarian.net/49268845/EucalyptusInstalledVersions.txt

** Attachment added: eucalyptus.conf.txt
   http://launchpadlibrarian.net/49268846/eucalyptus.conf.txt

** Attachment added: eucalyptus.local.conf.txt
   http://launchpadlibrarian.net/49268847/eucalyptus.local.conf.txt

-- 
2 instances with same public and private IP
https://bugs.launchpad.net/bugs/586903
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 580184] Re: Instance without public ip fails reading metadata with separate CC CLC

2010-05-28 Thread Scott Moser
Is this easily reproducible for you ? always reproducible ?
It seems that you might be hitting the same bug 566792 .

The symptom of the request to the metadata service coming from the CC is
the same.

-- 
Instance without public ip fails reading metadata with separate CC  CLC
https://bugs.launchpad.net/bugs/580184
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 574557] Re: package mysql-server-5.1 5.1.41-3ubuntu12 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal. Reinstall goes

2010-05-28 Thread Xeno Campanoli
I just tried re-installing again, and the service won't come up.  Here
is the pastie:

http://pastie.org/982103

-- 
package mysql-server-5.1 5.1.41-3ubuntu12 failed to install/upgrade: Package is 
in a very bad inconsistent state - you should  reinstall it before attempting a 
removal. Reinstall goes so far then freezes.
https://bugs.launchpad.net/bugs/574557
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 579723] Re: kvm memory ballooning is unusable in Lucid

2010-05-28 Thread Matt G
I have, sorry I didn't post that. Yes, I can execute it from my
path(Can't give the exact output since I'm away from that machine at the
moment though).

-- 
kvm memory ballooning is unusable in Lucid
https://bugs.launchpad.net/bugs/579723
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 566792] Re: metadata service returns empty data with 200 OK

2010-05-28 Thread Mike Cook
Scott Moser wrote on 2010-05-20:
   (MANAGED modes). In order for the meta-data service to work, the VM
   needs to be assigned a public IP, and it looks like this operation is
   failing (indicated by the fact that the public/private IPs being
   reported are both from the private IP subnet).
 
  That is interesting. Does that mean the meta-data service would not
  work for instance started with --addressing private?
 
 I happen to from experience that it does work for addressing private. My
 guess is that Eucalyptus especially takes care of the case where
 '--addressing private' was used.

Scott, were the CC  CLC the same host when it worked for you?  I don't see
how it could ever work with --addressing-private if they're separate, and
Daniel's comment seems to confirm.  Since it doesn't inject the key using the
non-MANAGED way when in MANAGED mode, it seems we need add a fix for
private IP instances.

It seems this specific bug may be around the fact that a host with a public IP
isn't getting it nat'd properly by the CC.  But the issue of a private-only IP
instance not being able to get metadata may be separate (see bug 580184).

-- 
metadata service returns empty data with 200 OK
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 580184] Re: Instance without public ip fails reading metadata with separate CC CLC

2010-05-28 Thread Mike Cook
Indeed, I've never had it work with separate CC  CLC for an instance
without a public IP (see my comment #28 in bug 566792).

-- 
Instance without public ip fails reading metadata with separate CC  CLC
https://bugs.launchpad.net/bugs/580184
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


Re: [Bug 566792] Re: metadata service returns empty data with 200 OK

2010-05-28 Thread Scott Moser
On Fri, 28 May 2010, Mike Cook wrote:
  I happen to [know] from experience that it does work for addressing
  private. My guess is that Eucalyptus especially takes care of the case
  where '--addressing private' was used.

 Scott, were the CC  CLC the same host when it worked for you?  I don't see
 how it could ever work with --addressing-private if they're separate, and
 Daniel's comment seems to confirm.  Since it doesn't inject the key using the
 non-MANAGED way when in MANAGED mode, it seems we need add a fix for
 private IP instances.

They were the same, yes.  So my comment may well be invalid.

-- 
metadata service returns empty data with 200 OK
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 564522] Re: awstats.pl crashed with SIGSEGV in Perl_peep()

2010-05-28 Thread Clint Byrum
This is impossible to reproduce and/or confirm without the input data or
a perl level backtrace.

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

-- 
awstats.pl crashed with SIGSEGV in Perl_peep()
https://bugs.launchpad.net/bugs/564522
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to awstats 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 586903] Re: 2 instances with same public and private IP

2010-05-28 Thread Scott Moser
I've verified, this is fairly reproducible:

$ euca-run-instances emi-F3281995
$ sudo eucalyptus restart
# wait
$ euca-run-instances  emi-F3281995

Now I have 2 instances with same private and public IPs.

-- 
2 instances with same public and private IP
https://bugs.launchpad.net/bugs/586903
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


Re: [Bug 579584] Re: setgid, setuid needed by /etc/apparmor.d/abstractions/libvirt-qemu

2010-05-28 Thread s450r1
Jamie,

Attached, but it appears to be all comments.

Thanks,
Jeff

On Thu, May 27, 2010 at 9:41 AM, Jamie Strandboge ja...@ubuntu.com wrote:
 s450r1, can you attach your /etc/libvirt/qemu.conf file?

 --
 setgid, setuid needed by /etc/apparmor.d/abstractions/libvirt-qemu
 https://bugs.launchpad.net/bugs/579584
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “libvirt” package in Ubuntu: Incomplete

 Bug description:
 I couldn't boot any guest VMs with virsh until I modified 
 /etc/apparmor.d/abstractions/libvirt-qemu:
 j...@kvmhost:~$ sudo bzr diff /etc/apparmor.d/
 === modified file 'apparmor.d/abstractions/libvirt-qemu'
 --- apparmor.d/abstractions/libvirt-qemu        2010-04-30 15:33:20 +
 +++ apparmor.d/abstractions/libvirt-qemu        2010-05-12 17:26:56 +
 @@ -8,6 +8,8 @@
   capability dac_override,
   capability dac_read_search,
   capability chown,
 +  capability setgid,
 +  capability setuid,

   # this is needed with libcap-ng support, however it breaks a lot of things
   # atm, so just silence the denial until libcap-ng works right. LP: #522845

 ... and restarted apparmor and libvirtd.

 Without `capability setgid`, the qemu guest log file contained:
 LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin 
 QEMU_
 AUDIO_DRV=none /usr/bin/kvm -S -M pc-0.11 -enable-kvm -m 512 -smp 1 -name dm1 
 -u
 uid 79d03a71-3be6-19df-1070-791239480888 -chardev 
 socket,id=monitor,path=/var/li
 b/libvirt/qemu/dm1.monitor,server,nowait -monitor chardev:monitor -boot c 
 -drive
  file=/var/vm/dm1/disk0.qcow2,if=ide,index=0,boot=on -drive 
 file=/var/vm/dm1/disk1.qcow2,if=ide,index=1 -net 
 nic,macaddr=52:54:00:bf:75:90,vlan=0,model=virtio,name=virtio.0 -net 
 tap,fd=50,vlan=0,name=tap.0 -serial none -parallel none -usb -vnc 127.0.0.1:0 
 -vga cirrus
 libvir: QEMU error : cannot change to '109' group: Operation not permitted

 Without `capability setuid`, the qemu guest log file contained:
 LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin 
 QEMU_AUDIO_DRV=none /usr/bin/kvm -S -M pc-0.11 -enable-kvm -m 512 -smp 1 
 -name dm1 -uuid 79d03a71-3be6-19df-1070-791239480888 -chardev 
 socket,id=monitor,path=/var/lib/libvirt/qemu/dm1.monitor,server,nowait 
 -monitor chardev:monitor -boot c -drive 
 file=/var/vm/dm1/disk0.qcow2,if=ide,index=0,boot=on -drive 
 file=/var/vm/dm1/disk1.qcow2,if=ide,index=1 -net 
 nic,macaddr=52:54:00:bf:75:90,vlan=0,model=virtio,name=virtio.0 -net 
 tap,fd=50,vlan=0,name=tap.0 -serial none -parallel none -usb -vnc 127.0.0.1:0 
 -vga cirrus
 libvir: QEMU error : cannot change to '104' user: Operation not permitted

 I don't really know if these changes were the right thing to do, but it did 
 allow me to boot the VMs with virsh.

 j...@kvmhost:~$ lsb_release -rd
 Description:    Ubuntu 10.04 LTS
 Release:        10.04

 j...@kvmhost:~$ apt-cache policy libvirt-bin kvm qemu-kvm
 libvirt-bin:
  Installed: 0.7.5-5ubuntu27
  Candidate: 0.7.5-5ubuntu27
  Version table:
  *** 0.7.5-5ubuntu27 0
        500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
        100 /var/lib/dpkg/status
 kvm:
  Installed: 1:84+dfsg-0ubuntu16+0.12.3+noroms+0ubuntu9
  Candidate: 1:84+dfsg-0ubuntu16+0.12.3+noroms+0ubuntu9
  Version table:
  *** 1:84+dfsg-0ubuntu16+0.12.3+noroms+0ubuntu9 0
        500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
        100 /var/lib/dpkg/status
 qemu-kvm:
  Installed: 0.12.3+noroms-0ubuntu9
  Candidate: 0.12.3+noroms-0ubuntu9
  Version table:
  *** 0.12.3+noroms-0ubuntu9 0
        500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
        100 /var/lib/dpkg/status

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/579584/+subscribe



** Attachment added: qemu.conf
   http://launchpadlibrarian.net/49276652/qemu.conf

-- 
setgid, setuid needed by /etc/apparmor.d/abstractions/libvirt-qemu
https://bugs.launchpad.net/bugs/579584
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 572674] Re: awstats.pl crashed with SIGSEGV in Perl_runops_standard()

2010-05-28 Thread Clint Byrum
*** This bug is a duplicate of bug 564522 ***
https://bugs.launchpad.net/bugs/564522

** This bug has been marked a duplicate of bug 564522
   awstats.pl crashed with SIGSEGV in Perl_peep()

-- 
awstats.pl crashed with SIGSEGV in Perl_runops_standard()
https://bugs.launchpad.net/bugs/572674
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to awstats 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 571971] Re: awstats.pl crashed with SIGSEGV in Perl_pp_or()

2010-05-28 Thread Clint Byrum
*** This bug is a duplicate of bug 564522 ***
https://bugs.launchpad.net/bugs/564522

** This bug has been marked a duplicate of bug 564522
   awstats.pl crashed with SIGSEGV in Perl_peep()

-- 
awstats.pl crashed with SIGSEGV in Perl_pp_or()
https://bugs.launchpad.net/bugs/571971
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to awstats 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 564522] Re: awstats.pl crashed with SIGSEGV in Perl_peep()

2010-05-28 Thread Vladimir Kolesnikov
What info do I need to provide?

-- 
awstats.pl crashed with SIGSEGV in Perl_peep()
https://bugs.launchpad.net/bugs/564522
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to awstats 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 564522] Re: awstats.pl crashed with SIGSEGV in Perl_peep()

2010-05-28 Thread Vladimir Kolesnikov
A crash like this happens at least once a day, so if I can provide you
with the info necessary to diagnose the problem, please let me know.

-- 
awstats.pl crashed with SIGSEGV in Perl_peep()
https://bugs.launchpad.net/bugs/564522
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to awstats 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 570944] Re: passwd : gives Authentication token manipulation error

2010-05-28 Thread gmoore777
i am not using likewise-open on Lucid cause likewise-open no longer supports 
setting up Samba shares with ActiveDirectory integration.
Meaning from a Windows machine, I cannot access \\linuxmachinename\sharename 
and this
is important to our Windows/Linux workplace.

(And I no longer see the advantage or point to using likewise-open. It only 
adds another mysterious layer
 to the whole samba/winbind realm.)

-- 
passwd : gives Authentication token manipulation error
https://bugs.launchpad.net/bugs/570944
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 563805] Re: mount.cifs won't mount shares; set uid bit not set

2010-05-28 Thread Derek Simkowiak
I disagree with Dietmar's comment #5, which says that 9.10 didn't
have the setuid bit.

Here is my Ubuntu 9.10:

r...@cst6:~# ls -la /bin/mount /sbin/mount.cifs 
-rwsr-xr-x 1 root root 78096 2009-10-22 21:28 /bin/mount
-rwsr-xr-x 1 root root 36296 2010-03-22 15:27 /sbin/mount.cifs

Here is my Ubuntu 10.4:

r...@cst5:/etc/samba# ls -la /bin/mount /sbin/mount.cifs
-rwsr-xr-x 1 root root 82256 2010-03-22 10:57 /bin/mount
-rwxr-xr-x 1 root root 35648 2010-04-09 10:38 /sbin/mount.cifs

As an aside, I see that /sbin/mount.nfs are still set to be setuid
(in Ubuntu 10.4):

r...@cst5:/etc/samba# ls -la /sbin/mount.nfs
-rwsr-xr-x 1 root root 94544 2010-03-23 23:18 /sbin/mount.nfs

-- 
mount.cifs won't mount shares; set uid bit not set
https://bugs.launchpad.net/bugs/563805
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 586134] Re: SC: Maximum number of loop devices should be configurable

2010-05-28 Thread C de-Avillez
new test, using resources provided by Etienne Goyer (et merci beaucoup
Etienne!): I successfully allocated 257 volumes. This is interesting, in
one aspect: I understood we could have a max of 256 volumes and 256
snapshots. It seems that the real maximum is 512 (to be tested); but we
may end up eating on the snapshots area if we go above (to be tested).

-- 
SC: Maximum number of loop devices should be configurable
https://bugs.launchpad.net/bugs/586134
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 61335] Re: opieinfo isn't setuid, whilst opiepasswd is

2010-05-28 Thread Thomas Liebetraut
I have the same problem and don't see an issue with opieinfo being setuid 
root if opiepasswd is:
The information retrieved by opieinfo is not sensitive at all, sequence number 
and seed are publicly shown to anyone who wants to login as the specified user. 
The only sensitive data in the OPIE system is the user's passphrase and the 
keyfile /etc/opiekeys, which should never be world-readable.

** Changed in: opie (Ubuntu)
   Status: Invalid = Confirmed

-- 
opieinfo isn't setuid, whilst opiepasswd is
https://bugs.launchpad.net/bugs/61335
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to opie 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 424648] Re: Error: ssh program unexpectedly exited when trying to browse files on router

2010-05-28 Thread Ash Kyd
I know this is possibly a bit off-topic, but I had this same error
message and the problem turned out to be my server. OpenSSH was set up
correctly, but /dev/null had the wrong permissions (700 instead of 666)
which was stopping SFTP from functioning.

Just thought I'd leave this here in case anyone else is Googling a
similar problem. :)

-- 
Error: ssh program unexpectedly exited when trying to browse files on router
https://bugs.launchpad.net/bugs/424648
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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