[Bug 1073410] [NEW] Package referenced by apt-get that does not exist / kernel module not loaded

2012-10-30 Thread m00dawg
Public bug reported: After upgrading to 12.10, I noticed iscsitarget was no longer working and repeated attempts to install it resulted in an error. It appears as though the kernel module does not exist. After removing and re- installing the package, I noticed it is recommending a package that

[Bug 753559] [NEW] listen variable not properly honored

2011-04-07 Thread m00dawg
Public bug reported: Binary package hint: sphinxsearch Using 'address = ..' in sphinx.conf throws the following warnings on restart: root@Blog:/usr/share/doc/sphinxsearch# /etc/init.d/sphinxsearch restart Restarting sphinxsearch: Sphinx 0.9.9-release (r2117) Copyright (c) 2001-2009, Andrew

[Bug 753559] Re: listen variable not properly honored

2011-04-07 Thread m00dawg
Here is the before and after of the relevant parts of /etc/sphinxsearch/searchd.conf: Works (but gives warning at startup): searchd { port= 9312 address = 127.0.0.1 read_timeout= 5 max_children= 30 pid_file

[Bug 725209] [NEW] bind9 not honoring function of /var/cache

2011-02-25 Thread m00dawg
Public bug reported: Binary package hint: bind9 According to the Linux FS standard (http://www.pathname.com/fhs/pub/fhs-2.3.html#VARCACHEAPPLICATIONCACHEDATA), applications must be able to regenerate or restore the data within /var/cache. The problem is that, if /var/cache/bind does not exist,

[Bug 725209] Re: bind9 not honoring function of /var/cache

2011-02-25 Thread m00dawg
** Patch added: Patch for the init script which creates /var/cache/bind https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/725209/+attachment/1871817/+files/bind9.patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in

[Bug 725209] [NEW] bind9 not honoring function of /var/cache

2011-02-25 Thread m00dawg
Public bug reported: Binary package hint: bind9 According to the Linux FS standard (http://www.pathname.com/fhs/pub/fhs-2.3.html#VARCACHEAPPLICATIONCACHEDATA), applications must be able to regenerate or restore the data within /var/cache. The problem is that, if /var/cache/bind does not exist,

[Bug 725209] Re: bind9 not honoring function of /var/cache

2011-02-25 Thread m00dawg
** Patch added: Patch for the init script which creates /var/cache/bind https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/725209/+attachment/1871817/+files/bind9.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 699855] Re: autofs.schema in wrong location

2011-01-20 Thread m00dawg
I am happy to help! Thanks! -- 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/699855 Title: autofs.schema in wrong location -- Ubuntu-server-bugs mailing list

[Bug 699855] Re: autofs.schema in wrong location

2011-01-20 Thread m00dawg
I am happy to help! Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/699855 Title: autofs.schema in wrong location -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 699855] [NEW] autofs.schema in wrong location

2011-01-07 Thread m00dawg
Public bug reported: Binary package hint: autofs5 The autofs5-ldap package is installed the autofs.schema in /etc/ldap when it should actually go in /etc/ldap/schema: r...@domainator:~# apt-get install autofs-ldap Reading package lists... Done Building dependency tree Reading state

[Bug 695697] Re: libvirt not working properly with overlays

2011-01-07 Thread m00dawg
Using --disk seems to resolve the issue, thank you very much! -- 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/695697 Title: libvirt not working properly with overlays --

[Bug 699855] [NEW] autofs.schema in wrong location

2011-01-07 Thread m00dawg
Public bug reported: Binary package hint: autofs5 The autofs5-ldap package is installed the autofs.schema in /etc/ldap when it should actually go in /etc/ldap/schema: r...@domainator:~# apt-get install autofs-ldap Reading package lists... Done Building dependency tree Reading state

[Bug 695697] Re: libvirt not working properly with overlays

2011-01-07 Thread m00dawg
Using --disk seems to resolve the issue, thank you very much! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/695697 Title: libvirt not working properly with overlays -- ubuntu-bugs mailing list

[Bug 695697] [NEW] libvirt not working properly with overlays

2010-12-30 Thread m00dawg
Public bug reported: It appears as though libvirt is generating improper command-line arguments to kvm when overlays are being used. When starting a VM associated with an overlay via virsh, the VM complains that it cannot find the boot drive. Starting it manually, however, works: Here is what I

[Bug 695697] Re: libvirt not working properly with overlays

2010-12-30 Thread m00dawg
In case it is needed, here is a script I used to create my overlays: r...@vmdawg:~# cat ovlvm.sh #!/bin/bash FILE='-f /VMs/Domainator.ovl' #DISK='--disk path=/dev/VMs/Win7Base' #ISO='/mnt/iso/ubuntu-10.10-server-amd64.iso' NAME='Domainator' RAM='512' OS='linux' VARIANT='ubuntukarmic'

[Bug 695697] [NEW] libvirt not working properly with overlays

2010-12-30 Thread m00dawg
Public bug reported: It appears as though libvirt is generating improper command-line arguments to kvm when overlays are being used. When starting a VM associated with an overlay via virsh, the VM complains that it cannot find the boot drive. Starting it manually, however, works: Here is what I

[Bug 695697] Re: libvirt not working properly with overlays

2010-12-30 Thread m00dawg
In case it is needed, here is a script I used to create my overlays: r...@vmdawg:~# cat ovlvm.sh #!/bin/bash FILE='-f /VMs/Domainator.ovl' #DISK='--disk path=/dev/VMs/Win7Base' #ISO='/mnt/iso/ubuntu-10.10-server-amd64.iso' NAME='Domainator' RAM='512' OS='linux' VARIANT='ubuntukarmic'

[Bug 488600] Re: MySQLi Prepared Statements Not Working Correctly With UPDATEs

2009-11-30 Thread m00dawg
Sure can! Attached! Keep in mind, this my.cnf is the same used for 9.04 and 9.10. I am also using MariaDB (via ourdelta.org). Same version on both 9.04 and 9.10. ** Attachment added: MySQL configuration used for both 9.04 and 9.10 running MariaDB 5.1.39 (ourdelta.org)

[Bug 488600] Re: MySQLi Prepared Statements Not Working Correctly With UPDATEs

2009-11-30 Thread m00dawg
Sure can! Attached! Keep in mind, this my.cnf is the same used for 9.04 and 9.10. I am also using MariaDB (via ourdelta.org). Same version on both 9.04 and 9.10. ** Attachment added: MySQL configuration used for both 9.04 and 9.10 running MariaDB 5.1.39 (ourdelta.org)

[Bug 488600] [NEW] MySQLi Prepared Statements Not Working Correctly With UPDATEs

2009-11-25 Thread m00dawg
Public bug reported: Binary package hint: php5-mysql When using MySQLi and prepared statements, it seems as though some write-based queries (such as UPDATE) end up getting bad values. Specifically, items after a WHERE clause are getting values of 0 or things like \0\0 where they should be

[Bug 488600] Re: MySQLi Prepared Statements Not Working Correctly With UPDATEs

2009-11-25 Thread m00dawg
** Attachment added: create_test.sql http://launchpadlibrarian.net/36095670/create_test.sql -- MySQLi Prepared Statements Not Working Correctly With UPDATEs https://bugs.launchpad.net/bugs/488600 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 488600] Re: MySQLi Prepared Statements Not Working Correctly With UPDATEs

2009-11-25 Thread m00dawg
Added test-cases files (to avoid having to get them externally) -- MySQLi Prepared Statements Not Working Correctly With UPDATEs https://bugs.launchpad.net/bugs/488600 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. --

[Bug 488600] Re: MySQLi Prepared Statements Not Working Correctly With UPDATEs

2009-11-25 Thread m00dawg
** Attachment added: mysqli_bug.php http://launchpadlibrarian.net/36095604/mysqli_bug.php -- MySQLi Prepared Statements Not Working Correctly With UPDATEs https://bugs.launchpad.net/bugs/488600 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 488600] [NEW] MySQLi Prepared Statements Not Working Correctly With UPDATEs

2009-11-25 Thread m00dawg
Public bug reported: Binary package hint: php5-mysql When using MySQLi and prepared statements, it seems as though some write-based queries (such as UPDATE) end up getting bad values. Specifically, items after a WHERE clause are getting values of 0 or things like \0\0 where they should be

[Bug 488600] Re: MySQLi Prepared Statements Not Working Correctly With UPDATEs

2009-11-25 Thread m00dawg
** Attachment added: mysqli_bug.php http://launchpadlibrarian.net/36095604/mysqli_bug.php -- MySQLi Prepared Statements Not Working Correctly With UPDATEs https://bugs.launchpad.net/bugs/488600 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 488600] Re: MySQLi Prepared Statements Not Working Correctly With UPDATEs

2009-11-25 Thread m00dawg
** Attachment added: create_test.sql http://launchpadlibrarian.net/36095670/create_test.sql -- MySQLi Prepared Statements Not Working Correctly With UPDATEs https://bugs.launchpad.net/bugs/488600 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 488600] Re: MySQLi Prepared Statements Not Working Correctly With UPDATEs

2009-11-25 Thread m00dawg
Added test-cases files (to avoid having to get them externally) -- MySQLi Prepared Statements Not Working Correctly With UPDATEs https://bugs.launchpad.net/bugs/488600 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs