[Bug 1475247] Re: ceph-disk-prepare --zap-disk hang

2015-08-07 Thread Alfredo Deza
I updated the upstream ticket that was still opened, the fix from SUSE went into master in April, and the changes where backported to Firefly and Hammer releases. Commit was https://github.com/ceph/ceph/commit/b73a236c576dc9f43348fa6a7c696c5d19513cca -- You received this bug notification

[Bug 1475247] Re: ceph-disk-prepare --zap-disk hang

2015-08-07 Thread Alfredo Deza
I updated the upstream ticket that was still opened, the fix from SUSE went into master in April, and the changes where backported to Firefly and Hammer releases. Commit was https://github.com/ceph/ceph/commit/b73a236c576dc9f43348fa6a7c696c5d19513cca -- You received this bug notification

[Bug 564887] [NEW] [needs-packaging] supay

2010-04-16 Thread Alfredo Deza
Public bug reported: Supay is a Python library that will help any Python script to effectively daemonize itself. It supports a few methods like start, stop and status. It also adds the possibility to spawn new child processes. URL: http://code.google.com/p/supay/ License: MIT Notes: Current

[Bug 542865] Re: [i965gm] GPU lockup 9b0d1df8

2010-03-20 Thread Alfredo Deza
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/41434673/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/41434674/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/41434675/Dependencies.txt **

[Bug 542865] [NEW] [i965gm] GPU lockup 9b0d1df8

2010-03-20 Thread Alfredo Deza
Public bug reported: Binary package hint: xserver-xorg-video-intel When trying to submit a bug report, I would get this error after the log files where collected and uploaded to launchpad. I am using the Beta Release of Lucid Lynx x86 (Ubuntu). So even though the crash report was able to

[Bug 316974] Re: Mysql dead after update

2009-01-26 Thread Alfredo Deza
Hi, I had the same problems when installing Mysql-server-5.1 and had to uncomment the line to skip-bdb. Now to upgrade, I was getting the same errors as people in this thread. The current problem was fixed for me doing the following: sudo apt-get remove --purge mysql-server-5.1 sudo apt-get

[Bug 316974] Re: Mysql dead after update

2009-01-26 Thread Alfredo Deza
Hi, I had the same problems when installing Mysql-server-5.1 and had to uncomment the line to skip-bdb. Now to upgrade, I was getting the same errors as people in this thread. The current problem was fixed for me doing the following: sudo apt-get remove --purge mysql-server-5.1 sudo apt-get

[Bug 316849] Re: mysql-server-5.1 doesn't start - skip-bdb option unsupported

2009-01-19 Thread Alfredo Deza
I confirm I have the same bug with a fresh install of Ubuntu 9.04 Alpha-3 release desktop i386 edition. The solution of commenting out the skip-bdb line worked and Mysql was able to finish the installation. -- mysql-server-5.1 doesn't start - skip-bdb option unsupported

[Bug 316849] Re: mysql-server-5.1 doesn't start - skip-bdb option unsupported

2009-01-19 Thread Alfredo Deza
I confirm I have the same bug with a fresh install of Ubuntu 9.04 Alpha-3 release desktop i386 edition. The solution of commenting out the skip-bdb line worked and Mysql was able to finish the installation. -- mysql-server-5.1 doesn't start - skip-bdb option unsupported

[Bug 118846] Re: QLogic 4052C (qla4xxx) controller does scan the iSCSI bus properly in feisty kernel

2008-07-10 Thread Alfredo Deza
We have changed the build.sh script in the newest qlogic driver to get rid of: pci_driver_init And replaced that with: pci_register_driver The reason for this (as it seems is the same deal with Don Faulkner's patch) is because that command was for kernels older than 2.6.20. -- QLogic 4052C

[Bug 118846] Re: QLogic 4052C (qla4xxx) controller does scan the iSCSI bus properly in feisty kernel

2008-07-10 Thread Alfredo Deza
Correction... we changed the ql4_os.c file. Commented out this line: /* status = pci_module_init(qla4xxx_pci_driver); */ To read this: status = pci_register_driver(qla4xxx_pci_driver); -- QLogic 4052C (qla4xxx) controller does scan the iSCSI bus properly in feisty kernel