[Bug 1364298] Re: mysql plugins fail on mysql 5.5/5.6

2020-12-10 Thread danb1974
Just to get the plugin working a one-liner for xenial is attached. Any unknown sections have to be explicitly skipped in the code. ** Patch added: "mysql_.patch" https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1364298/+attachment/5442652/+files/mysql_.patch -- You received this bug noti

[Bug 1246245] Re: proftpd service failed to restart

2015-04-20 Thread danb1974
My first attempt to cleanup the stop/reload mess, by creating a stop() function which has --retry schedule and leave a simple and clean signal() function. Feel free to point out if I'm totally wrong. ** Patch added: "proftpd-1.3.5-reload-fix.diff" https://bugs.launchpad.net/ubuntu/+source/pro

[Bug 1246245] Re: proftpd service failed to restart

2015-04-20 Thread danb1974
Seems it's not that simple to do a proper fix, since the same signal() function is used for stop (TERM) and reload (HUP) If you just add --retry to the first call to start-stop-daemon you will break reload, since proftpd will be killed (--retry changes the behaviour, now it's mission is to termina

[Bug 1094438] Re: Samba crashes invalid pointer: 0x00007f0bc3de7590

2015-01-14 Thread danb1974
I tracked my crash to what appears to be missing structure initialization, resulting in invalid pointers being free()d Added two initializations, seems to fix the problem. Not being familiar with samba, please confirm if I'm doing the right thing. ** Patch added: "samba-3.6.3-missing-gss-buffer-

[Bug 1094438] Re: Samba crashes invalid pointer: 0x00007f0bc3de7590

2015-01-06 Thread danb1974
In my case the crash only happens on remote registry access, file sharing works. Mine is joined to a Windows 2012 AD. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1094438 Title: Samba crashes inval

[Bug 1094438] Re: Samba crashes invalid pointer: 0x00007f0bc3de7590

2015-01-06 Thread danb1974
I seem to have hit the same bug, invalid poiter free()d by gssalloc_free() called by gss_release_buffer() Happens when a program installed on the DC connects to this linux requesting some registry keys (not knowing this is not a windows machine) Here is a stack trace with full symbols Core was g

[Bug 575722] Re: Slow disk read performance

2010-05-05 Thread danb1974
This problem goes away when plugged in - to be more specific it has to do with sata link power management. Now I understand I will have lower speed while on min_power, but is it normal to have such a big difference with and without O_DIRECT? echo max_performance > /sys/class/scsi_host/host0/link_p

[Bug 575722] Re: Slow disk read performance

2010-05-05 Thread danb1974
And in 9.04 (kernel 2/6/28-11-generic) yet better values r...@ubuntu:/home/ubuntu# hdparm -t /dev/sda /dev/sda: Timing buffered disk reads: 416 MB in 3.01 seconds = 138.37 MB/sec r...@ubuntu:/home/ubuntu# hdparm -t --direct /dev/sda /dev/sda: Timing O_DIRECT disk reads: 616 MB in 3.01 seconds

[Bug 575722] Re: Slow disk read performance

2010-05-05 Thread danb1974
On 9.10 (kernel 2.6.31-14-generic) I get better values but still big difference r...@ubuntu:/home/ubuntu# hdparm -t /dev/sda /dev/sda: Timing buffered disk reads: 360 MB in 3.01 seconds = 119.47 MB/sec r...@ubuntu:/home/ubuntu# hdparm -t --direct /dev/sda /dev/sda: Timing O_DIRECT disk reads

[Bug 575722] [NEW] Slow disk read performance

2010-05-05 Thread danb1974
Public bug reported: Binary package hint: linux-image-2.6.32-21-generic Ubuntu 10.04 LTS, tested with both stokc 2.6.32-21-generic kernel and 2.6.34-020634rc6-generic kernel Kingston SSDNow V+ 64GB ssd on Asus EEEPC 1005p Read performance way too low vs. raw disk performance r...@danb-eeepc:/h

[Bug 529903] [NEW] init script fails to (re)create /var/run/shibboleth

2010-03-01 Thread danb1974
Public bug reported: ubuntu 9.10 x64 libapache2-mod-shib2 version 2.1.dfsg1-2 At installation time the package creates /var/run/shibboleth. But /var/run is tmpfs, so after the next reboot the directory is gone and shibd does no longer start complaining about the socket. IMHO the init script shou

[Bug 510063] [NEW] ip route flush error with many routes

2010-01-20 Thread danb1974
Public bug reported: Binary package hint: iproute Ubuntu 9.10, iproute 20090324-1, same bug as http://bugs.gentoo.org/274973, relevant part below: If the routing table that I wanna flush has 60 entries or more, "ip route flush table foo" fails with the following error: Failed to send flush req

[Bug 86212] /etc/init.d/smokeping does not create /var/run/smokeping

2007-02-18 Thread danb1974
Public bug reported: Binary package hint: smokeping Ubuntu 6.06 LTS After system reboot smokeping does not start because /var/run/smokeping is no longer there and is not (re)created by smokeping init script. ** Affects: smokeping (Ubuntu) Importance: Undecided Status: Unconfirmed