[Bug 924002] Re: build system strips binaries, so no debug symbol packages available
this is all good! thanks for the patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs5 in Ubuntu. https://bugs.launchpad.net/bugs/924002 Title: build system strips binaries, so no debug symbol packages available To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/924002/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 924002] Re: build system strips binaries, so no debug symbol packages available
@Vibhav Pant Can we also have this for natty? I believe there isn't much to change in the patch. I would be interested in having this on Natty since the issue we're experiencing is on Natty and it's the only way of catching the error with an automount issue. Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs5 in Ubuntu. https://bugs.launchpad.net/bugs/924002 Title: build system strips binaries, so no debug symbol packages available To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/924002/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 723997] [NEW] Cannot open Xerox 7435/5755 printer properties on samba 3.4.7 using Xerox Global Print Driver
Public bug reported: Binary package hint: samba Hi Guys, I am experiencing some problems with Xerox 7435/5755 on Samba 3.4.7-dfsg-1ubuntu3.3 (Lucid Lynx) running as a member server with Security = ADS. I have a working Point'n'Print feature however I cannot print nor open printer properties on xerox printers. I am able to install the printer though. PS: Other HP printers work with Point'n'Print feature. Xerox Printer: using Xerox Global Print Driver http://www.support.xerox.com/support/global-printer-driver/file- download/enus.html?operatingSystem=win7&fileLanguage=en&contentId=111409&from=downloads&viewArchived=false Windows message: Function address 0x4c03d94b caused a protection fault. (Exception code 0xc005) Some or all property pages(s) may not be displayed. I currently have a set up configured. If you need to do further tests please let me know. It follows attached to this case: 1- wireshark capture when installing/copying drivers to [print$] + samba logs http://people.canonical.com/~lborda/bugfile/Attachment1.zip 2- wireshark capture when installing/connecting printer on win2003r2 + samba logs http://people.canonical.com/~lborda/bugfile/Attachment2.zip 3- wireshark capture when opening printer properties on windows 2003 R2 + samba logs http://people.canonical.com/~lborda/bugfile/Attachment3.zip 4- Screenshot of the error displayed. http://people.canonical.com/~lborda/bugfile/error-print-XeroxGlobalPrinterDriver.jpg 5- smb.conf http://people.canonical.com/~lborda/bugfile/smb.conf Please let me know if you need anything else. If I use the driver below I receive an error message ( see attachment4.zip ) however I am able to print/change properties even though an error message is displayed. http://www.support.xerox.com/support/workcentre-7425-7428-7435/file-download/enza.html?operatingSystem=wins2003&fileLanguage=en_GB&&associatedProduct=built-in-controller--wc7435-&contentId=103169&from=downloads&viewArchived=false additional info: Description:Ubuntu 10.04.2 LTS Release:10.04 root@lborda-trash:~# apt-cache policy samba samba: Installed: 2:3.4.7~dfsg-1ubuntu3.3 Candidate: 2:3.4.7~dfsg-1ubuntu3.3 Version table: *** 2:3.4.7~dfsg-1ubuntu3.3 0 500 http://ca.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages 100 /var/lib/dpkg/status 2:3.4.7~dfsg-1ubuntu3.2 0 500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages 2:3.4.7~dfsg-1ubuntu3 0 500 http://ca.archive.ubuntu.com/ubuntu/ lucid/main Packages Thank you Leonardo ** Affects: samba (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. https://bugs.launchpad.net/bugs/723997 Title: Cannot open Xerox 7435/5755 printer properties on samba 3.4.7 using Xerox Global Print Driver -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 724571] [NEW] Some shared folders (root folders and non root folders) are seen as files on Windows XP and Windows 2003 having ACL enabled
Public bug reported: Binary package hint: samba Hi Guys, Some samba shared folders (root folders and non root folders) are seen as files on Windows XP and Windows 2003 when ACL is enabled. If I rename a folder, delete it or create a new folder, a different folder becomes a file. We have identified that this error occurs when a "file" has acl mask set to mask::--- in the directory. ie: # file: file.exe # owner: Domain+user # group: BUILTIN+administrators user::rw- group::r-x #effective:--- group:Domain+domain\040admins:rwx #effective:--- group:Domain+admindd:rwx#effective:--- group:Domain+adminddc:rwx #effective:--- mask::--- other::--- Here is the smb.conf shared section.. [shared] comment = Shared Area path = /samba/shared read only = No create mask = 0770 force security mode = 0700 inherit acls = Yes hide unreadable = Yes fstype = XFS 1.2 vfs objects = full_audit, shadow_copy Steps to reproduce. 1. Enable acls 2. Configure samba as described above. 3. create 3 folders, create a file inside each folder and set one of the files as follow: sudo setfacl -m m:--- filename 4. Join a winxp or windows 2003 into a domain and try to access a shared folder. lborda@lborda-trash:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 10.04.2 LTS Release:10.04 Codename: lucid --- lborda@lborda-trash:~$ dpkg --list|grep -i samba ii libpam-smbpass 2:3.4.7~dfsg-1ubuntu3.3 pluggable authentication module for Samba ii libwbclient02:3.4.7~dfsg-1ubuntu3.3 Samba winbind client library ii samba 2:3.4.7~dfsg-1ubuntu3.3 SMB/CIFS file, print, and login server for U ii samba-common2:3.4.7~dfsg-1ubuntu3.3 common files used by both the Samba server a ii samba-common-bin2:3.4.7~dfsg-1ubuntu3.3 common files used by both the Samba server a ii samba-doc 2:3.4.7~dfsg-1ubuntu3.3 Samba documentation ii smbfs 2:3.4.7~dfsg-1ubuntu3.3 Samba file system utilities ii winbind 2:3.4.7~dfsg-1ubuntu3.3 Samba nameservice integration server Please let me know if you need anything else. Leonardo ** Affects: samba (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. https://bugs.launchpad.net/bugs/724571 Title: Some shared folders (root folders and non root folders) are seen as files on Windows XP and Windows 2003 having ACL enabled -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 724571] Re: Some shared folders (root folders and non root folders) are seen as files on Windows XP and Windows 2003 having ACL enabled
I mean, this is a workaround to an existent problem. Problem still exists. Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. https://bugs.launchpad.net/bugs/724571 Title: Some shared folders (root folders and non root folders) are seen as files on Windows XP and Windows 2003 having ACL enabled -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 724571] Re: Some shared folders (root folders and non root folders) are seen as files on Windows XP and Windows 2003 having ACL enabled
Problem is fixed by changing acl mask permissions. Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. https://bugs.launchpad.net/bugs/724571 Title: Some shared folders (root folders and non root folders) are seen as files on Windows XP and Windows 2003 having ACL enabled -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 723997] Re: Cannot open Xerox 7435/5755 printer properties on samba 3.4.7 using Xerox Global Print Driver
Hello, I have tried Chuck's ppa without success. I get the same error message as describe in the bug. Used packages: ii samba 2:3.5.6~dfsg-5ubuntu3 SMB/CIFS file, print, and login server for U ii samba-common2:3.5.6~dfsg-5ubuntu3 common files used by both the Samba server a ii samba-common-bin 2:3.5.6~dfsg-5ubuntu3 common files used by both the Samba server a ii samba-doc 2:3.5.6~dfsg-5ubuntu3 Samba documentation -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. https://bugs.launchpad.net/bugs/723997 Title: Cannot open Xerox 7435/5755 printer properties on samba 3.4.7 using Xerox Global Print Driver -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 723997] Re: Cannot open Xerox 7435/5755 printer properties on samba 3.4.7 using Xerox Global Print Driver
Hi Guys, I have tried the latest version: 2:3.5.8~dfsg-1ubuntu1~ppa1 and still the same behaviour on Windows 2003 using Xerox Global Print Driver. I've captured SMB and SPOOLSS erros messages when installing/copying drivers to [print$]. No. TimeSourceDestination Protocol Info 136998 109.084451 10.153.107.19610.153.107.190DCERPC Bind: call_id: 208, 2 context items, 1st SPOOLSS V1.0 136999 109.088303 10.153.107.19010.153.107.196SMB Write AndX Response, FID: 0x4018, 116 bytes 137000 109.089572 10.153.107.19610.153.107.190SMB Read AndX Request, FID: 0x4018, 1024 bytes at offset 0 137001 109.090901 10.153.107.19010.153.107.196DCERPC Bind_ack: call_id: 208 accept max_xmit: 4280 max_recv: 4280 137002 109.091319 10.153.107.19610.153.107.190DCERPC Bind: call_id: 210 SPOOLSS V1.0 137003 109.091486 10.153.107.19610.153.107.190SPOOLSS OpenPrinterEx request, \\prt-server\Xerox Global Print Driver PS 137004 109.096097 10.153.107.19010.153.107.196SMB Write AndX Response, FID: 0x4019, 72 bytes 137005 109.096387 10.153.107.19610.153.107.190SMB Read AndX Request, FID: 0x4019, 1024 bytes at offset 0 137006 109.098643 10.153.107.19010.153.107.196SPOOLSS OpenPrinterEx response, Access denied 137007 109.098701 10.153.107.19010.153.107.196DCERPC Bind_ack: call_id: 210 accept max_xmit: 4280 max_recv: 4280 137009 109.099298 10.153.107.19610.153.107.190SPOOLSS OpenPrinterEx request, \\prt-server\Xerox Global Print Driver PS 137010 109.104508 10.153.107.19010.153.107.196SPOOLSS OpenPrinterEx response, Access denied 137011 109.104860 10.153.107.19610.153.107.190SMB Close Request, FID: 0x4018 1. Could you guys tell me why OpenPrinterEx is returning an Access Denied on frame 137010 ? 2. Do you guys think this can be solved in the samba side or it is an xerox driver issue? Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/723997 Title: Cannot open Xerox 7435/5755 printer properties on samba 3.4.7 using Xerox Global Print Driver -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 723997] Re: Cannot open Xerox 7435/5755 printer properties on samba 3.4.7 using Xerox Global Print Driver
Hello Here is a wireshark capture taken when I try to open Xerox Printer Properties and I get the error message described in: http://people.canonical.com/~lborda/bugfile/error-print- XeroxGlobalPrinterDriver.jpg No. TimeSourceDestination Protocol Info 12 3.81970010.153.107.19610.153.107.190SPOOLSS OpenPrinterEx request, \\prt-server\Xerox Global Print Driver PS 13 3.83234610.153.107.19010.153.107.196SPOOLSS OpenPrinterEx response 14 3.83261510.153.107.19610.153.107.190SPOOLSS GetPrinterData request, ChangeId 15 3.84986810.153.107.19010.153.107.196SPOOLSS GetPrinterData response, ChangeId = 0x0021f7b1 16 3.85242510.153.107.19610.153.107.190SPOOLSS GetPrinterData request, UISingleJobStatusString 17 3.85477610.153.107.19010.153.107.196SPOOLSS GetPrinterData response, UISingleJobStatusString, File not found (pathname error) 18 3.85703510.153.107.19610.153.107.190SPOOLSS RFFPCNEX request 33 3.86539010.153.107.19010.153.107.196SPOOLSS ReplyOpenPrinter request, \\LBORDA-WKS 34 3.86554010.153.107.19610.153.107.190SPOOLSS ReplyOpenPrinter response 35 3.86663610.153.107.19010.153.107.196SPOOLSS RFFPCNEX response 36 3.86696910.153.107.19610.153.107.190SPOOLSS RFNPCNEX request, changeid 1 37 3.87349610.153.107.19010.153.107.196SPOOLSS RFNPCNEX response, 9 notifies[Malformed Packet] 46 10.022131 10.153.107.19610.153.107.190SPOOLSS OpenPrinterEx request, \\prt-server\Xerox Global Print Driver PS 47 10.027387 10.153.107.19010.153.107.196SPOOLSS OpenPrinterEx response 48 10.027593 10.153.107.19610.153.107.190SPOOLSS GetPrinterData request, ChangeId 49 10.032428 10.153.107.19010.153.107.196SPOOLSS GetPrinterData response, ChangeId = 0x0021f7b1 55 10.035168 10.153.107.19610.153.107.190SPOOLSS GetPrinter request, level 2 63 10.045344 10.153.107.19010.153.107.196SPOOLSS GetPrinter response, level 2 78 10.088388 10.153.107.19610.153.107.190SPOOLSS GetPrinter request, level 2 91 10.101968 10.153.107.19010.153.107.196SPOOLSS GetPrinter response, level 2 92 10.113458 10.153.107.19610.153.107.190SPOOLSS OpenPrinterEx request, \\prt-server 94 10.115648 10.153.107.19010.153.107.196SPOOLSS OpenPrinterEx response 95 10.115921 10.153.107.19610.153.107.190SPOOLSS GetPrinterData request, Architecture 98 10.123924 10.153.107.19010.153.107.196SPOOLSS GetPrinterData response, Architecture = Windows NT x86 99 10.124235 10.153.107.19610.153.107.190SPOOLSS GetPrinterData request, MajorVersion 101 10.126242 10.153.107.19010.153.107.196SPOOLSS GetPrinterData response, MajorVersion = 0x0003 103 10.126555 10.153.107.19610.153.107.190SPOOLSS ClosePrinter request, OpenPrinterEx(\\prt-server) 104 10.128267 10.153.107.19010.153.107.196SPOOLSS ClosePrinter response 107 10.128703 10.153.107.19610.153.107.190SPOOLSS GetPrinter request, level 7 111 10.134472 10.153.107.19010.153.107.196SPOOLSS GetPrinter response, level 7 114 10.137104 10.153.107.19610.153.107.190SPOOLSS OpenPrinterEx request, \\prt-server 115 10.140145 10.153.107.19010.153.107.196SPOOLSS OpenPrinterEx response 116 10.140471 10.153.107.19610.153.107.190SPOOLSS ClosePrinter request, OpenPrinterEx(\\prt-server) 117 10.142054 10.153.107.19010.153.107.196SPOOLSS ClosePrinter response 118 10.157424 10.153.107.19610.153.107.190SPOOLSS OpenPrinterEx request, \\prt-server\Xerox Global Print Driver PS 119 10.165982 10.153.107.19010.153.107.196SPOOLSS OpenPrinterEx response 120 10.166308 10.153.107.19610.153.107.190SPOOLSS SetPrinterDataEx request, PrinterDriverData/XWorkflowDLL 121 10.168498 10.153.107.19010.153.107.196SPOOLSS SetPrinterDataEx response, Access denied 122 10.378762 10.153.107.19610.153.107.190SPOOLSS OpenPrinterEx request, \\prt-server\Xerox Global Print Driver PS 123 10.383699 10.153.107.19010.153.107.196SPOOLSS OpenPrinterEx response 134 10.387580 10.153.107.19610.153.107.190SPOOLSS SetPrinterDataEx request, PrinterDriverData/XProductData 136 10.440505 10.153.107.19010.153.107.196SPOOLSS SetPrinterD
[Bug 767218] [NEW] Guest machines crashed during apt-get update/upgrade on Lucid
Public bug reported: During system update/upgrade in the host machine, all guest machines crashed. Looking at the apt logs we can see that libvirt packages have been upgraded during that process. Older libvirt packages are known to stop guests however in Lucid this is not suppose to happen. Please take a look at the logs below. This issue can not be reproduced since it happened in the production server. The host machine has 24 CPUs and all guests are running the virtio driver for the network. Please provide some input regarding this issue and let me know if you guys need something else in order to debug the issue. Upgraded packages during host's upgrade: = Host's configuration = Manufacturer: DELL System ID: PowerEdge R710 lsb_release -d Ubuntu 10.04.2 LTS uname -a Linux server00 2.6.32-30-server #59-Ubuntu SMP Tue Mar 1 22:46:09 UTC 2011 x86_64 GNU/Linux cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-2.6.32-30-server root=UUID=251c1963-92b5-4167-b826-8435283bafcd ro rootdelay=50 Start-Date: 2011-04-05 12:24:40 Upgrade: libldap-2.4-2 (2.4.21-0ubuntu5.3, 2.4.21-0ubuntu5.4), virtinst (0.500.1-2ubuntu6.1, 0.500.1-2ubuntu6.2), libvirt0 (0.7.5-5ubuntu27.8, 0.7.5-5ubuntu27.9), gdm (2.30.2.is.2.30.0-0ubuntu5, 2.30.2.is.2.30.0-0ubuntu5.1), libtiff4 (3.9.2-2ubuntu0.5, 3.9.2-2ubuntu0.6), tzdata (2011d-0ubuntu0.10.04, 2011e-0ubuntu0.10.04), python-libvirt (0.7.5-5ubuntu27.8, 0.7.5-5ubuntu27.9), libvirt-bin (0.7.5-5ubuntu27.8, 0.7.5-5ubuntu27.9) End-Date: 2011-04-05 12:25:15 Log started: 2011-04-05 12:24:40 (Reading database ... 280203 files and directories currently installed.) Preparing to replace tzdata 2011d-0ubuntu0.10.04 (using .../tzdata_2011e-0ubuntu0.10.04_all.deb) ... Unpacking replacement tzdata ... Setting up tzdata (2011e-0ubuntu0.10.04) ... Current default time zone: 'America/Chicago' Local time is now: Tue Apr 5 12:24:44 CDT 2011. Universal Time is now: Tue Apr 5 17:24:44 UTC 2011. Run 'dpkg-reconfigure tzdata' if you wish to change it. (Reading database ... 280203 files and directories currently installed.) Preparing to replace libldap-2.4-2 2.4.21-0ubuntu5.3 (using .../libldap-2.4-2_2.4.21-0ubuntu5.4_amd64.deb) ... Unpacking replacement libldap-2.4-2 ... Preparing to replace gdm 2.30.2.is.2.30.0-0ubuntu5 (using .../gdm_2.30.2.is.2.30.0-0ubuntu5.1_amd64.deb) ... Unpacking replacement gdm ... Preparing to replace libtiff4 3.9.2-2ubuntu0.5 (using .../libtiff4_3.9.2-2ubuntu0.6_amd64.deb) ... Unpacking replacement libtiff4 ... Preparing to replace libvirt-bin 0.7.5-5ubuntu27.8 (using .../libvirt- bin_0.7.5-5ubuntu27.9_amd64.deb) ... libvirt-bin stop/waiting Unpacking replacement libvirt-bin ... Preparing to replace libvirt0 0.7.5-5ubuntu27.8 (using .../libvirt0_0.7.5-5ubuntu27.9_amd64.deb) ... Unpacking replacement libvirt0 ... Preparing to replace python-libvirt 0.7.5-5ubuntu27.8 (using .../python- libvirt_0.7.5-5ubuntu27.9_amd64.deb) ... Unpacking replacement python-libvirt ... Preparing to replace virtinst 0.500.1-2ubuntu6.1 (using .../virtinst_0.500.1-2ubuntu6.2_all.deb) ... Unpacking replacement virtinst ... Processing triggers for man-db ... Processing triggers for hicolor-icon-theme ... Processing triggers for desktop-file-utils ... Processing triggers for python-gmenu ... Rebuilding /usr/share/applications/desktop.en_US.utf8.cache... Processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot Processing triggers for python-support ... Setting up libldap-2.4-2 (2.4.21-0ubuntu5.4) ... Setting up gdm (2.30.2.is.2.30.0-0ubuntu5.1) ... Setting up libtiff4 (3.9.2-2ubuntu0.6) ... Setting up libvirt0 (0.7.5-5ubuntu27.9) ... Setting up libvirt-bin (0.7.5-5ubuntu27.9) ... libvirt-bin start/running, process 13229 Setting up python-libvirt (0.7.5-5ubuntu27.9) ... Processng triggers for python-central ... Setting up virtinst (0.500.1-2ubuntu6.2) ... Processing triggers for libc-bin ... ldconfig deferred processing now taking place Processing triggers for python-support ... Log ended: 2011-04-05 12:25:15 = = %CPU CPU NI S TIME COMMAND 10.0 - 0 S 14:25:14 /usr/bin/kvm -S -M pc-0.12 -enable-kvm -m 4096 -smp 4 -name server0001 -uuid 162755c5-d222-8cfe-39ad-3cf838744833 -chardev socket,id=monitor,path=/var/lib/libvirt/qemu/server0001.monitor,server,nowait -monitor chardev:monitor -boot c -drive file=/var/lib/libvirt/images/server0001.img,if=virtio,index=0,boot=on,format=raw -drive file=/var/lib/libvirt/images/ubuntu-10.04.1-server-i386.iso,if=ide,media=cdrom,index=2,format=raw -drive file=/x/vm1/x_vm1.img,if=virtio,index=1,format=raw -net nic,macaddr=52:54:00:4b:8c:3a,vlan=0,model=virtio,name=virtio.0 -net tap,fd=42,vlan=0,name=tap.0 -chardev pty,id=serial0 -serial chardev:serial0 -parallel none -usb -vnc 127.0.0.1:1 -vga cirrus 9.0 - 5 S 12:55:16 [ksmd] 6.0 - 0 S 00:00:12 /usr/lib/firefox-
[Bug 767218] Re: Guest machines crashed during apt-get update/upgrade on Lucid
Attached to this comment are the vm machines configuration. ** Attachment added: "server1" https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/767218/+attachment/2073707/+files/server0001 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/767218 Title: Guest machines crashed during apt-get update/upgrade on Lucid -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 767218] Re: Guest machines crashed during apt-get update/upgrade on Lucid
Attached to this comment are the vm machines configuration. ** Attachment added: "server2" https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/767218/+attachment/2073728/+files/server0002 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/767218 Title: Guest machines crashed during apt-get update/upgrade on Lucid -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 769064] [NEW] [Maverick] autofs5 leaves too many orphaned mount points in /proc/mounts and reboots takes forever
Public bug reported: Binary package hint: autofs5 Overview: In an environment with over 11K mount points in the table (/proc/mounts) and using autofs5 with autofs5-ldap support, rebooting the machine takes forever since autofs leaves many orphaned entries in /proc/mounts. Running automount -dvf, then hitting ctrl-c does the right thing and unmounts all mounts fine. Reproducible: 100% $ sudo stop autofs Password: autofs stop/waiting $ cat /proc/mounts | wc -l 11269 Workaround: Use Lucid. Behaviour does not happen in Lucid however it does happen in Maverick and in the new Natty release. Useful information: strace output: [pid 1063] ioctl(3, AUTOFS_IOC_ASKUMOUNT, 0x7f8fca2b0988) = 0 [pid 1063] ioctl(3, AUTOFS_IOC_CATATONIC, 0) = 0 [pid 1063] close(3) = 0 [pid 1063] sched_yield() = 0 [pid 1063] umount("/path/changed", 0 [pid 1036] <... resumed> ) = ? [pid 1036] +++ killed by SIGKILL +++ PANIC: handle_group_exit: 1036 leader 1034 [pid 1035] +++ killed by SIGKILL +++ PANIC: handle_group_exit: 1035 leader 1034 [pid 1063] +++ killed by SIGKILL +++ PANIC: handle_group_exit: 1063 leader 1034 +++ killed by SIGKILL +++ ** Affects: autofs5 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs5 in Ubuntu. https://bugs.launchpad.net/bugs/769064 Title: [Maverick] autofs5 leaves too many orphaned mount points in /proc/mounts and reboots takes forever -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 767218] Re: Guest machines crashed during apt-get update/upgrade on Lucid
Sysadmin-nawfi, Can you confirm that you have lost network/communication with both vm servers during the update?? Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/767218 Title: Guest machines crashed during apt-get update/upgrade on Lucid -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 767218] Re: Guest machines crashed during apt-get update/upgrade on Lucid
Hi Serge, I did some testing too and I could not reproduce the error. What I notice was when logged using Gnome once the update stops libvirt-bin sometimes it closes virt-manager or it stops listing the virtual machines which is considered a normal behaviour. In none of the cases I had my machines crashing although I lost communication to virt-manager and I could not see them on the window. Leo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/767218 Title: Guest machines crashed during apt-get update/upgrade on Lucid -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 773609] [NEW] CC is not able to register nodes when DNS is left blank using Ubuntu Installer CD
Public bug reported: Overview Eucalyptus-cc fails to register nodes when you leave blank, i.e., don't specify DNS settings. This is experienced when setting up static addresses during the Ubuntu installation process. How to reproduce the issue: 1. Choose "Install Ubuntu Enterprise Cloud" 2. Instead of using dhcp settings configure static addresses for eth0 and leave the dns field blank 3. After the installation try to register a node using: $ sudo euca_conf --register-nodes It says that the node has been registered however CC is unable to list them when running: $ sudo euca_conf --list-nodes 4. Looking at the cc.log you will get something like this: == [Fri Apr 29 16:13:00 2011][002104][EUCAERROR ] initialize(): cannot initialize background threads [Fri Apr 29 16:13:00 2011] ERROR: doDescribeInstances() failed 1 [Fri Apr 29 16:13:00 2011][001988][EUCADEBUG ] init_thread(): init=0 E34E6000 81513000 87591000 E3467000 [Fri Apr 29 16:13:00 2011][001988][EUCADEBUG ] init_config(): initializing CC configuration [Fri Apr 29 16:13:00 2011][001988][EUCAWARN ] init_config(): VNET_LOCALIP not defined, will attempt to auto-discover (consider setting this explicitly if tunnelling does not function properly.) [Fri Apr 29 16:13:00 2011][001988][EUCAFATAL ] init_config(): in 'MANAGED' or 'MANAGED-NOVLAN' network mode, you must specify values for 'VNET_SUBNET, VNET_NETMASK, VNET_ADDRSPERNET, and VNET_DNS' [Fri Apr 29 16:13:00 2011][001988][EUCAFATAL ] init_config(): bad network parameters, must fix before system will work [Fri Apr 29 16:13:00 2011][001988][EUCAERROR ] initialize(): cannot initialize from configuration file [Fri Apr 29 16:13:00 2011][001988][EUCAERROR ] initialize(): cannot initialize background threads [Fri Apr 29 16:13:00 2011] ERROR: doDescribePublicAddresses() returned FAIL Workaround: 1. Open /etc/eucalytus/eucalytus.conf and uncomment VNET_DNS parameter and set proper dns entries. 2. VNET_DNS="8.8.8.8" 3. sudo restart eucalyptus-cc CLEAN=1 Proposed Solution #1 1. Make DNS Field mandatory during the installation process for the option "Install Ubuntu Enterprise Cloud" since the installation will be using MANAGED-NOVLAN anyway. OR If field is left blank make sure the eucalyptus installer takes care of adding a fake or public dns to the VNET_DNS variable. This is experienced in Lucid and Natty. Maverick has not been tested. Description:Ubuntu 11.04 Release:11.04 ii eucalyptus-admin-tools 2.0.1+bzr1256-0ubuntu4 Elastic Utility Computing Architecture - Admin tools ii eucalyptus-cc2.0.1+bzr1256-0ubuntu4 Elastic Utility Computing Architecture - Cluster controller ii eucalyptus-cloud 2.0.1+bzr1256-0ubuntu4 Elastic Utility Computing Architecture - Cloud controller ii eucalyptus-common2.0.1+bzr1256-0ubuntu4 Elastic Utility Computing Architecture - Common files ii eucalyptus-gl2.0.1+bzr1256-0ubuntu4 Elastic Utility Computing Architecture - Logging service ii eucalyptus-java-common 2.0.1+bzr1256-0ubuntu4 Elastic Utility Computing Architecture - Common Java package ii eucalyptus-sc2.0.1+bzr1256-0ubuntu4 Elastic Utility Computing Architecture - Storage controller ii eucalyptus-walrus2.0.1+bzr1256-0ubuntu4 Elastic Utility Computing Architecture - Walrus (S3) ii libeucalyptus-commons-ext-java 0.5.0-0ubuntu2 Eucalyptus commons external Java library ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: eucalyptus-cc 2.0.1+bzr1256-0ubuntu4 ProcVersionSignature: Ubuntu 2.6.38-8.42-server 2.6.38.2 Uname: Linux 2.6.38-8-server x86_64 .etc.eucalyptus.eucalyptus.cc.conf: CC_NAME="cluster1" Architecture: amd64 Date: Fri Apr 29 15:50:02 2011 InstallationMedia: Ubuntu-Server 11.04 "Natty Narwhal" - Release amd64 (20110426) ProcEnviron: LANGUAGE=en_CA:en LANG=en_CA.UTF-8 SHELL=/bin/bash SourcePackage: eucalyptus UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: eucalyptus (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug natty -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in Ubuntu. https://bugs.launchpad.net/bugs/773609 Title: CC is not able to register nodes when DNS is left blank using Ubuntu Installer CD -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 773609] Re: CC is not able to register nodes when DNS is left blank during Ubuntu Installer CD
** Summary changed: - CC is not able to register nodes when DNS is left blank during Ubuntu Installer CD + CC is not able to register nodes when DNS is left blank using Ubuntu Installer CD -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in Ubuntu. https://bugs.launchpad.net/bugs/773609 Title: CC is not able to register nodes when DNS is left blank using Ubuntu Installer CD -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 769064] Re: [Maverick] autofs5 leaves too many orphaned mount points in /proc/mounts and reboots takes forever
*** This bug is a duplicate of bug 578536 *** https://bugs.launchpad.net/bugs/578536 I've found something similar here. Will investigate. http://article.gmane.org/gmane.linux.kernel.autofs/6089/match=proc Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs5 in Ubuntu. https://bugs.launchpad.net/bugs/769064 Title: [Maverick] autofs5 leaves too many orphaned mount points in /proc/mounts and reboots takes forever -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 900447] [NEW] Man 5 page for kdc.conf does not mention acceptable encryption types
Public bug reported: Hi It would be helpful if the man 5 page for kdc.conf could explicitly specify the acceptable encryption types we can use. Currently the only way is looking at the source code in the following file: /krb5-1.9.1+dfsg/src/lib/crypto/krb/etypes.c grep ENCTYPE_ ./krb5-1.9.1+dfsg/src/lib/crypto/krb/etypes.c { ENCTYPE_DES_CBC_CRC, { ENCTYPE_DES_CBC_MD4, { ENCTYPE_DES_CBC_MD5, { ENCTYPE_DES_CBC_RAW, { ENCTYPE_DES3_CBC_RAW, { ENCTYPE_DES3_CBC_SHA1, { ENCTYPE_DES_HMAC_SHA1, { ENCTYPE_ARCFOUR_HMAC, { ENCTYPE_ARCFOUR_HMAC_EXP, { ENCTYPE_AES128_CTS_HMAC_SHA1_96, { ENCTYPE_AES256_CTS_HMAC_SHA1_96, { ENCTYPE_CAMELLIA128_CTS_CMAC, { ENCTYPE_CAMELLIA256_CTS_CMAC, Leonardo ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: krb5-kdc 1.9.1+dfsg-1ubuntu2.1 Uname: Linux 3.2.0-999-generic x86_64 ApportVersion: 1.23-0ubuntu4 Architecture: amd64 Date: Mon Dec 5 14:31:49 2011 ProcEnviron: LANGUAGE=en_US: LANG=en_US SHELL=/bin/bash SourcePackage: krb5 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: krb5 (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug oneiric -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to krb5 in Ubuntu. https://bugs.launchpad.net/bugs/900447 Title: Man 5 page for kdc.conf does not mention acceptable encryption types To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/900447/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 900447] Re: Man 5 page for kdc.conf does not mention acceptable values
** Summary changed: - Man 5 page for kdc.conf does not mention acceptable values + Man 5 page for kdc.conf does not mention acceptable encryption types -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to krb5 in Ubuntu. https://bugs.launchpad.net/bugs/900447 Title: Man 5 page for kdc.conf does not mention acceptable encryption types To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/900447/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 884950] Re: Eucalyputs Database hangs
might be related. http://open.eucalyptus.com/forum/eucalyptus-20-memory-leak -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in Ubuntu. https://bugs.launchpad.net/bugs/884950 Title: Eucalyputs Database hangs To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/884950/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 884950] Re: Eucalyptus Database hangs
I am creating a test environment in order to try to reproduce this issue. ** Summary changed: - Eucalyputs Database hangs + Eucalyptus Database hangs -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in Ubuntu. https://bugs.launchpad.net/bugs/884950 Title: Eucalyptus Database hangs To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/884950/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 629878] Re: /etc/init/eucalyptus.conf not in sync with /etc/eucalyptus/eucalyptus.conf
Hi Dave, Which one is valid regarding jvm options in Ubuntu? Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in Ubuntu. https://bugs.launchpad.net/bugs/629878 Title: /etc/init/eucalyptus.conf not in sync with /etc/eucalyptus/eucalyptus.conf To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/629878/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 629878] Re: /etc/init/eucalyptus.conf not in sync with /etc/eucalyptus/eucalyptus.conf
@graziano.obertelli, @dave Thanks for your answers. I believe this bug is still present since JVM_MEM is not found in /etc/eucalyptus/eucalyptus.conf. Could we have this reviewed and included in upcoming updates? Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in Ubuntu. https://bugs.launchpad.net/bugs/629878 Title: /etc/init/eucalyptus.conf not in sync with /etc/eucalyptus/eucalyptus.conf To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/629878/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
@Clint Byrum (clint-fewbar) This issue is also seen in Natty, could we also see this in the natty- propose so we can validate if it fixes the issue? Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 924002] Re: [Lucid] dbg package symbols are not provided for latest autofs packages
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs5 in Ubuntu. https://bugs.launchpad.net/bugs/924002 Title: [Lucid] dbg package symbols are not provided for latest autofs packages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/924002/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 924002] [NEW] [Lucid] dbg package symbols are not provided for latest autofs packages
Public bug reported: Latest debug symbols for autofs5 (5.0.4-3.1ubuntu5.1) are not provided through ddebs.ubuntu.com. Also when downloading the source packages and forcing debian packages to generate ddeb packages it does not generate symbols for /usr/sbin/automount which makes impossible to debug yp_lookup segfaults. Leo ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: autofs5 5.0.4-3.1ubuntu5.2 ProcVersionSignature: Ubuntu 2.6.32-31.61-server 2.6.32.32+drm33.14 Uname: Linux 2.6.32-31-server x86_64 Architecture: amd64 Date: Mon Jan 30 17:43:04 2012 ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: autofs5 ** Affects: autofs5 (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug lucid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs5 in Ubuntu. https://bugs.launchpad.net/bugs/924002 Title: [Lucid] dbg package symbols are not provided for latest autofs packages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/924002/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 924002] Re: [Lucid] dbg package symbols are not provided for latest autofs packages
Hi Dave, Thanks ! You're correct. Also I believe the proposed packages are also affected. Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs5 in Ubuntu. https://bugs.launchpad.net/bugs/924002 Title: [Lucid] dbg package symbols are not provided for latest autofs packages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/924002/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 884950] Re: Eucalyptus Database hangs
Workaround is to increase memory java heap size to a higher number. 1. vi /etc/init/eucalyptus.conf change from: [ -n "$JVM_MEM" ] || JVM_MEM="512m" to: [ -n "$JVM_MEM" ] || JVM_MEM="8192m" 2. save the file 3. restart eucalyptus-cloud service sudo service eucalyptus-cloud stop sudo service eucalyptus-cloud start PS: Check using ps if the eucalyptus-cloud service is using 8192m. like the example below eg. -eucalyptus-clou,1324 -h / -u eucalyptus --pidfile /var/run/eucalyptus/eucalyptus.pid -l DEBUG -L console-log -Xmx8192m -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in Ubuntu. https://bugs.launchpad.net/bugs/884950 Title: Eucalyptus Database hangs To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/884950/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 924002] Re: [Lucid] dbg package symbols are not provided for latest autofs packages
Martin, Adam FYI, afaik mysql packages also do not generate debug symbols for updated packages. Leo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs5 in Ubuntu. https://bugs.launchpad.net/bugs/924002 Title: [Lucid] dbg package symbols are not provided for latest autofs packages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/924002/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 924002] Re: build system strips binaries, so no debug symbol packages available
@Chris, Could you please confirm that automount.so is also created? In my tests with DONTSTRIP=1 locally on my box I noticed that automount.so debug symbols was not being created while the others were. Leo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs5 in Ubuntu. https://bugs.launchpad.net/bugs/924002 Title: build system strips binaries, so no debug symbol packages available To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/924002/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 924002] Re: build system strips binaries, so no debug symbol packages available
@Adam Stokes, I've just build dbg packages using the provided patch and it does generate *some* of the debug packages although the file automount.so is not generated, which in my case is the target one that I am trying to get dbg messages from. In anyway thanks for the patch. Would you be able to take a look at why automount.so is not being generated? Here is the output of "sudo dpkg --contents autofs5-dbg_5.0.4-3.1ubuntu5.1_amd64.deb" http://pastebin.com/9WakFFi2 Leo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs5 in Ubuntu. https://bugs.launchpad.net/bugs/924002 Title: build system strips binaries, so no debug symbol packages available To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/924002/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 828036] Re: MySQL daemon keeps dying and restarting when using ssl connections
Hi Chris, I left a test case running since yesterday and so far it looks promising no segfaults at all. I'll get back to you by the end of the day. Tks Leo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.1 in Ubuntu. https://bugs.launchpad.net/bugs/828036 Title: MySQL daemon keeps dying and restarting when using ssl connections To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/828036/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 828036] Re: MySQL daemon keeps dying and restarting when using ssl connections
Hi Guys, The test script has been running since last friday and no issues so far. I believe this issue is fixed. Thank you again. Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.1 in Ubuntu. https://bugs.launchpad.net/bugs/828036 Title: MySQL daemon keeps dying and restarting when using ssl connections To manage notifications about this bug go to: https://bugs.launchpad.net/mysql-server/+bug/828036/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 828036] Re: MySQL daemon keeps dying and restarting when using ssl connections
Hi Chris, Clint The fix has solved the issue. Thank you for your help! Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.1 in Ubuntu. https://bugs.launchpad.net/bugs/828036 Title: MySQL daemon keeps dying and restarting when using ssl connections To manage notifications about this bug go to: https://bugs.launchpad.net/mysql-server/+bug/828036/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
@Chris/James Could you please confirm which Lucid package version includes this fix in proposed? Is the one below? pool/main/a/autofs5/autofs5_5.0.4-3.1ubuntu5.2_amd64.deb Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1348244] Re: debug log messages need to be unicode
Hi Guys, Any news in regards to Liang's patch? Do you think we can have the fix in the Trusty release? ty Leo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1348244 Title: debug log messages need to be unicode To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1348244/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1485139] [NEW] MAAS should let you specify which interfaces you want to bind tftp on.
Public bug reported: I need MaaS to ONLY bind to the IP address I tell it, preferably from the config. Right now, I get this: ``` tcpUNCONN 0 0 127.0.0.1:69*:* users:(("twistd",11886,13)) tcpUNCONN 0 0 192.168.122.1:69*:* users:(("twistd",11886,11)) tcpUNCONN 0 0192.168.154.132:69*:* users:(("twistd",11886,10)) tcpUNCONN 0 0 192.168.80.132:69*:* users:(("twistd",11886,6)) tcpUNCONN 0 0::1:69 :::* users:(("twistd",11886,5)) ``` But I need it to ONLY bind to 192.168.122.1:69. Looking through `/usr/lib/python2.7/dist-packages/provisioningserver/config.py`, it doesn't look like there's a config option for this. I'm hoping there's some other work around. Environment variable, maybe? Thanks for the help. ** Affects: maas (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1485139 Title: MAAS should let you specify which interfaces you want to bind tftp on. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1485139/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1485139] Re: MAAS should let you specify which interfaces you want to bind tftp on.
Use case: One of the use cases is when you would like to run two TFTP servers on a single machine. We would like both to bind to different IP addresses. The reasoning in doing this is when MAAS isn't able to do all the bare-metal provisioning (re: other provisioning environments in the mix). In this scenario there's is a boot stage that classifies what type of baremetal node is loading and then chainloads to the appropriate service. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1485139 Title: MAAS should let you specify which interfaces you want to bind tftp on. To manage notifications about this bug go to: https://bugs.launchpad.net/maas/+bug/1485139/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1319644] Re: maas with no arguments gives bad advice
** Patch added: "fixes trusty series" https://bugs.launchpad.net/ubuntu/trusty/+source/maas/+bug/1319644/+attachment/4536935/+files/fix-maas.patch ** Changed in: maas (Ubuntu Trusty) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1319644 Title: maas with no arguments gives bad advice To manage notifications about this bug go to: https://bugs.launchpad.net/maas/+bug/1319644/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1316125] Re: Autofs leak file descriptors when reloaded (-HUP) and daemon may stop working on high # of shares/reloads
Thanks guys!!! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs in Ubuntu. https://bugs.launchpad.net/bugs/1316125 Title: Autofs leak file descriptors when reloaded (-HUP) and daemon may stop working on high # of shares/reloads To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1316125/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 779968] Re: dpkg: error: version 'nis_3.17-18' has bad syntax: version number does not start with digit
Please provide an update package for Natty as well. Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nis in Ubuntu. https://bugs.launchpad.net/bugs/779968 Title: dpkg: error: version 'nis_3.17-18' has bad syntax: version number does not start with digit To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nis/+bug/779968/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 820997] Re: instances lose public IP
Looking at the cc.log file we see that instance i-357C06B6 and i-45DC0806 have received a termination request however nobody was working on the servers at that time. What component would trigger such a request? 20431 [Thu Aug 4 07:51:44 2011][006981][EUCAINFO ] TerminateInstances(): called 20432 [Thu Aug 4 07:51:44 2011][006981][EUCADEBUG ] TerminateInstances(): params: userId=(null), instIdsLen=1, firstInstId=i-357C06B6 20433 [Thu Aug 4 07:51:44 2011][006981][EUCADEBUG ] TerminateInstances(): done. 20434 [Thu Aug 4 07:51:44 2011][006918][EUCADEBUG ] init_thread(): init=1 053FB000 A33DB000 A9459000 05332000 20435 [Thu Aug 4 07:51:44 2011][006918][EUCAWARN ] vnetInitTunnels(): in MANAGED-NOVLAN mode, priv interface 'eth0' must be a bridge, tunneling disabled 20436 [Thu Aug 4 07:51:44 2011][006918][EUCAINFO ] TerminateInstances(): called 20437 [Thu Aug 4 07:51:44 2011][006918][EUCADEBUG ] TerminateInstances(): params: userId=(null), instIdsLen=1, firstInstId=i-45DC0806 20438 [Thu Aug 4 07:51:44 2011][006918][EUCADEBUG ] TerminateInstances(): done. 20439 [Thu Aug 4 07:51:45 2011][006920][EUCADEBUG ] init_thread(): init=1 053FB000 9D35D000 A33DB000 05332000 20440 [Thu Aug 4 07:51:45 2011][006920][EUCAWARN ] vnetInitTunnels(): in MANAGED-NOVLAN mode, priv interface 'eth0' must be a bridge, tunneling disabled 20441 [Thu Aug 4 07:51:45 2011][006920][EUCAINFO ] UnassignAddress(): called 20442 [Thu Aug 4 07:51:45 2011][006920][EUCADEBUG ] UnassignAddress(): params: userId=(null), src=10.90.1.11, dst=172.19.1.2 20443 [Thu Aug 4 07:51:45 2011][006920][EUCADEBUG ] vnetApplySingleTableRule(): applying single table (nat) rule (-D PREROUTING -d 10.90.1.11 -j DNAT --to-destination 172.19.1.2) 20444 [Thu Aug 4 07:51:45 2011][006946][EUCADEBUG ] init_thread(): init=1 053FB000 A33DB000 A9459000 05332000 20445 [Thu Aug 4 07:51:45 2011][006946][EUCAWARN ] vnetInitTunnels(): in MANAGED-NOVLAN mode, priv interface 'eth0' must be a bridge, tunneling disabled 20446 [Thu Aug 4 07:51:45 2011][006946][EUCAINFO ] UnassignAddress(): called 20447 [Thu Aug 4 07:51:45 2011][006946][EUCADEBUG ] UnassignAddress(): params: userId=(null), src=10.90.1.10, dst=172.19.1.3 20448 [Thu Aug 4 07:51:45 2011][006920][EUCADEBUG ] vnetApplySingleTableRule(): applying single table (nat) rule (-D OUTPUT -d 10.90.1.11 -j DNAT --to-destination 172.19.1.2) 20449 [Thu Aug 4 07:51:45 2011][006920][EUCADEBUG ] vnetApplySingleTableRule(): applying single table (nat) rule (-D POSTROUTING -s 172.19.1.2 -j SNAT --to-source 10.90.1.11) 20450 [Thu Aug 4 07:51:45 2011][006920][EUCADEBUG ] UnassignAddress(): running cmd '///usr/lib/eucalyptus/euca_rootwrap ip addr del 10.90.1.11/32 dev eth0' 20451 [Thu Aug 4 07:51:45 2011][006946][EUCADEBUG ] vnetApplySingleTableRule(): applying single table (nat) rule (-D PREROUTING -d 10.90.1.10 -j DNAT --to-destination 172.19.1.3) 20452 [Thu Aug 4 07:51:45 2011][006920][EUCADEBUG ] UnassignAddress(): done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in Ubuntu. https://bugs.launchpad.net/bugs/820997 Title: instances lose public IP To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/820997/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 828036] [NEW] MySQL daemon keeps dying and restarting when using ssl connections
Public bug reported: On a server dedicated as a MySQL database server, MySQL keeps randomly "terminating with status 1" (from /var/log/daemon.log) and then immediately starting again. MySQL-Server version 5.1.49 seems to include the fix as per this bug entry: http://bugs.mysql.com/bug.php?id=34236 Here are some timestamps from daemon.log from when Mysql terminated: Jul 4 12:53:28 lightning init: mysql main process (9796) terminated with status 1 Jul 4 22:28:31 lightning init: mysql main process (8123) terminated with status 1 Jul 5 04:03:13 lightning init: mysql main process (20731) terminated with status 1 MySQL Error logs describe the following stack trace. probably due to the use of yaSSL when configuring mysql to use ssl. http://bugs.mysql.com/bug.php?id=34236 *** PS: The server uses SSL connections through MySQL *** 110721 11:17:02 - mysqld got signal 11 ; key_buffer_size=524288000 read_buffer_size=131072 max_used_connections=13 max_threads=151 threads_connected=2 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 842111 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. thd: 0x7f1d3406c780 Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong... stack_bottom = 0x7f1d3be68e58 thread_stack 0x3 /usr/sbin/mysqld(my_print_stacktrace+0x29) [0x7f1d64bb51a9] /usr/sbin/mysqld(handle_segfault+0x404) [0x7f1d648c2884] /lib/libpthread.so.0(+0xf8f0) [0x7f1d641338f0] /usr/sbin/mysqld(yaSSL::SSL_SESSION::GetBornOn() const+0) [0x7f1d64bf1170] /usr/sbin/mysqld(yaSSL::Sessions::Flush()+0x35) [0x7f1d64bf28e5] /usr/sbin/mysqld(yaSSL::sendFinished(yaSSL::SSL&, yaSSL::ConnectionEnd, yaSSL::BufferOutput)+0x5f0) [0x7f1d64bff1d0] /usr/sbin/mysqld(yaSSL_accept+0x114) [0x7f1d64be5194] /usr/sbin/mysqld(+0x636f60) [0x7f1d64b99f60] /usr/sbin/mysqld(+0x369ad6) [0x7f1d648ccad6] /usr/sbin/mysqld(handle_one_connection+0x135) [0x7f1d648cd545] /lib/libpthread.so.0(+0x69ca) [0x7f1d6412a9ca] /lib/libc.so.6(clone+0x6d) [0x7f1d62c6070d] Trying to get some variables. Some pointers may be invalid and cause the dump to abort... thd->query at (nil) is an invalid pointer thd->thread_id=42360 thd->killed=NOT_KILLED The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains information that should help you find out what is causing the crash. 110721 11:17:02 [Note] Plugin 'FEDERATED' is disabled. InnoDB: The log sequence number in ibdata files does not match InnoDB: the log sequence number in the ib_logfiles! 110721 11:17:02 InnoDB: Database was not shut down normally! InnoDB: Starting crash recovery. InnoDB: Reading tablespace information from the .ibd files... InnoDB: Restoring possible half-written data pages from the doublewrite InnoDB: buffer... Package information: ii mysql-server 5.1.41-3ubuntu12.10 MySQL database server (metapackage depending ii mysql-server-5.1 5.1.41-3ubuntu12.10 MySQL database server binaries ii mysql-server-core-5.1 5.1.41-3ubuntu12.10 MySQL database core server files Reproducible: No, it is a random behaviour. It happens after running thousands of queries... ** Affects: mysql-5.1 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.1 in Ubuntu. https://bugs.launchpad.net/bugs/828036 Title: MySQL daemon keeps dying and restarting when using ssl connections To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/828036/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 773609] Re: CC is not able to register nodes when DNS is left blank using Ubuntu Installer CD
Hi Kiran My pleasure! :) Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in Ubuntu. https://bugs.launchpad.net/bugs/773609 Title: CC is not able to register nodes when DNS is left blank using Ubuntu Installer CD To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/773609/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 843296] [NEW] cannot install snmp-mibs-downloader - does not exist
Public bug reported: Hi, While trying to make snmpd work on Oneiric I noticed snmp-mibs- downloader does not exist although package libsmi2-common suggests its installation. Without installing snmp-mibs-downloader we are unable to run commands such as: snmpwalk -Os -c public -v 1 localhost system == ubuntu@domU-12-31-39-06-86-CA:~$ sudo apt-get install snmp-mibs-downloader Reading package lists... Done Building dependency tree Reading state information... Done Package snmp-mibs-downloader is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'snmp-mibs-downloader' has no installation candidate ubuntu@domU-12-31-39-06-86-CA:~$ ubuntu@domU-12-31-39-06-86-CA:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu oneiric (development branch) Release:11.10 Codename: oneiric ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: snmpd 5.4.3~dfsg-2.2ubuntu1 ProcVersionSignature: User Name 3.0.0-10.16-virtual 3.0.4 Uname: Linux 3.0.0-10-virtual x86_64 Architecture: amd64 Date: Tue Sep 6 21:34:58 2011 Ec2AMI: ami-0de42764 Ec2AMIManifest: (unknown) Ec2AvailabilityZone: us-east-1d Ec2InstanceType: t1.micro Ec2Kernel: aki-825ea7eb Ec2Ramdisk: unavailable ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: net-snmp UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: net-snmp (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug ec2-images oneiric -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to net-snmp in Ubuntu. https://bugs.launchpad.net/bugs/843296 Title: cannot install snmp-mibs-downloader - does not exist To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/843296/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 843296] Re: cannot install snmp-mibs-downloader - does not exist
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to net-snmp in Ubuntu. https://bugs.launchpad.net/bugs/843296 Title: cannot install snmp-mibs-downloader - does not exist To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/843296/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 843296] Re: cannot install snmp-mibs-downloader - does not exist
ubuntu@domU-12-31-39-06-86-CA:~$ snmpwalk -Os -c public -v 1 localhost system system: Unknown Object Identifier (Sub-id not found: (top) -> system) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to net-snmp in Ubuntu. https://bugs.launchpad.net/bugs/843296 Title: cannot install snmp-mibs-downloader - does not exist To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/843296/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 843296] Re: cannot install snmp-mibs-downloader - does not exist
It works on Lucid and Maverick btw. Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to net-snmp in Ubuntu. https://bugs.launchpad.net/bugs/843296 Title: cannot install snmp-mibs-downloader - does not exist To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/843296/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 843296] Re: cannot install snmp-mibs-downloader - does not exist
Thanks James! I did not realise multiverse was not enabled. Once installed the package and commenting /etc/snmp/snmp.conf mib parameter to use proprietary licenses, it worked. Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to net-snmp in Ubuntu. https://bugs.launchpad.net/bugs/843296 Title: cannot install snmp-mibs-downloader - does not exist To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/843296/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 884950] Re: Eucalyputs Database hangs
The eucalyptus cloud had been running without issues for about a month before this. The error we are getting looks like this: euca-describe-availability-zones verbose Warning: failed to parse error message from AWS: :1:0: syntax error EC2ResponseError: 400 Bad Request Failure: 400 Bad Request javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: Cannot open connection from cloud-error.log: 10:48:05 ERROR [SystemClock:SystemClockTimer] java.lang.RuntimeException: javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: Cannot open connection java.lang.RuntimeException: javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: Cannot open connection at com.eucalyptus.entities.TxHandle.(TxHandle.java:48) at com.eucalyptus.entities.EntityWrapper.(EntityWrapper.java:109) at com.eucalyptus.entities.EntityWrapper.(EntityWrapper.java:92) at com.eucalyptus.cluster.VmTypes.update(VmTypes.java:119) at com.eucalyptus.cluster.VmTypes.list(VmTypes.java:148) at com.eucalyptus.cluster.handlers.ResourceStateHandler.trigger(ResourceStateHandler.java:28) at com.eucalyptus.cluster.handlers.AbstractClusterMessageDispatcher.fireTimedStatefulTrigger(AbstractClusterMessageDispatcher.java:135) at com.eucalyptus.cluster.handlers.ResourceStateHandler.fireEvent(ResourceStateHandler.java:36) at com.eucalyptus.event.ReentrantListenerRegistry.fireEvent(ReentrantListenerRegistry.java:87) at com.eucalyptus.event.ReentrantListenerRegistry.fireEvent(ReentrantListenerRegistry.java:68) at com.eucalyptus.event.ListenerRegistry.fireEvent(ListenerRegistry.java:69) at com.eucalyptus.event.SystemClock.run(SystemClock.java:103) at java.util.TimerThread.mainLoop(Timer.java:534) at java.util.TimerThread.run(Timer.java:484) Caused by: javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: Cannot open connection at org.hibernate.ejb.AbstractEntityManagerImpl.throwPersistenceException(AbstractEntityManagerImpl.java:614) at org.hibernate.ejb.TransactionImpl.begin(TransactionImpl.java:41) at com.eucalyptus.entities.TxHandle.(TxHandle.java:42) ... 13 more Caused by: org.hibernate.exception.JDBCConnectionException: Cannot open connection at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:97) at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:66) at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:52) at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:449) at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:167) at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:142) at org.hibernate.transaction.JDBCTransaction.begin(JDBCTransaction.java:85) at org.hibernate.impl.SessionImpl.beginTransaction(SessionImpl.java:1353) at org.hibernate.ejb.TransactionImpl.begin(TransactionImpl.java:38) ... 14 more Caused by: java.sql.SQLException: socket creation error at org.hsqldb.jdbc.Util.sqlException(Unknown Source) at org.hsqldb.jdbc.jdbcConnection.(Unknown Source) at org.hsqldb.jdbcDriver.getConnection(Unknown Source) at org.hsqldb.jdbcDriver.connect(Unknown Source) at java.sql.DriverManager.getConnection(DriverManager.java:620) at java.sql.DriverManager.getConnection(DriverManager.java:169) at org.logicalcobwebs.proxool.DefaultConnectionBuilder.buildConnection(DefaultConnectionBuilder.java:39) at org.logicalcobwebs.proxool.Prototyper.buildConnection(Prototyper.java:159) at org.logicalcobwebs.proxool.ConnectionPool.getConnection(ConnectionPool.java:211) at org.logicalcobwebs.proxool.ProxoolDriver.connect(ProxoolDriver.java:89) at java.sql.DriverManager.getConnection(DriverManager.java:620) at java.sql.DriverManager.getConnection(DriverManager.java:222) at org.hibernate.connection.ProxoolConnectionProvider.getConnection(ProxoolConnectionProvider.java:75) at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:446) ... 19 more -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in Ubuntu. https://bugs.launchpad.net/bugs/884950 Title: Eucalyputs Database hangs To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/884950/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 828036] Re: MySQL daemon keeps dying and restarting when using ssl connections
Update, Updating Ubuntu Lucid to Maverick fixes the issue. So the problem is between Lucid and Maverick versions. Going through the introduced patches will help fix the issue. The version the fixes the problem is the following: mysql-server: Installed: 5.1.49-1ubuntu8.1 Candidate: 5.1.49-1ubuntu8.1 Version table: *** 5.1.49-1ubuntu8.1 0 500 http://ca.archive.ubuntu.com/ubuntu/ maverick-updates/main amd64 Packages 500 http://security.ubuntu.com/ubuntu/ maverick-security/main amd64 Packages 100 /var/lib/dpkg/status 5.1.49-1ubuntu8 0 500 http://ca.archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.1 in Ubuntu. https://bugs.launchpad.net/bugs/828036 Title: MySQL daemon keeps dying and restarting when using ssl connections To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/828036/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 833994] Re: debian-installer does not support https when using with preseed files
Hi Guys, An encrypted tunnel would at least provide some security level to the use case. I have seen more and more people requesting such kind of feature on Ubuntu deployments. Now with MAAS handling the orchestration I believe it's just about time. Is it possible to have someone ( more knowledgeable than me ) working on a proposal patch ? Thank you for the great work/discussion btw! Leo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cobbler-enlist in Ubuntu. https://bugs.launchpad.net/bugs/833994 Title: debian-installer does not support https when using with preseed files To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cobbler-enlist/+bug/833994/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1081660] Re: If maas-enlist fails to reach a DNS server, the node will be named "; ; connection timed out; no servers could be reached"
setting the correct dns-search in the interfaces file fixes the issue for me. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas-enlist in Ubuntu. https://bugs.launchpad.net/bugs/1081660 Title: If maas-enlist fails to reach a DNS server, the node will be named ";; connection timed out; no servers could be reached" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/maas-enlist/+bug/1081660/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs