[Bug 1874905] Re: package cqrlog-data 2.4.0-3 failed to install/upgrade: trying to overwrite '/usr/share/cqrlog/changelog.html', which is also in package cqrlog 2.4.0-1

2020-09-16 Thread Chris Ruff
I'm am experiencing the same issue on 20.04 with CQRLOG 2.4. For reasons unknown there is a issue with MySQL accessing the data directory which for CQRLOG is in $HOME/.config/cqrlog/database running a user local instance of mysql on port 64000/tcp. MySQL error messages are:

[Bug 1211053] Re: racoon stops on RRSIG in getcertsbyname

2013-08-11 Thread ruff
with the patch debug output looks following get a DNS packet len=1964 type=1 keytag=0 alg=5 len=884 not T_CERT[46] getcertsbyname succeeded. certinfo[0]: ci_type=1 ci_keytag=0 ci_algorithm=5 ci_flags=0 ci_certlen=884 ci_cert: MIIDcD... without it

[Bug 1211053] [NEW] racoon stops on RRSIG in getcertsbyname

2013-08-11 Thread ruff
Public bug reported: When using peers_certfile dnssec for racoon, it makes CERT RR lookup to fetch cert from DNS. If CERT RR is protected by DNSSEC (as it's supposed to be) resolver will (may?) return RRSIG record to allow RR validity checks in app. Current implementation of getcertsbyname

[Bug 1211053] [NEW] racoon stops on RRSIG in getcertsbyname

2013-08-11 Thread ruff
Public bug reported: When using peers_certfile dnssec for racoon, it makes CERT RR lookup to fetch cert from DNS. If CERT RR is protected by DNSSEC (as it's supposed to be) resolver will (may?) return RRSIG record to allow RR validity checks in app. Current implementation of getcertsbyname

[Bug 1211053] Re: racoon stops on RRSIG in getcertsbyname

2013-08-11 Thread ruff
with the patch debug output looks following get a DNS packet len=1964 type=1 keytag=0 alg=5 len=884 not T_CERT[46] getcertsbyname succeeded. certinfo[0]: ci_type=1 ci_keytag=0 ci_algorithm=5 ci_flags=0 ci_certlen=884 ci_cert: MIIDcD... without it

[Bug 1184099] Re: dhclient Can't set SO_REUSEPORT option on dhcp socket: Protocol not available

2013-05-28 Thread ruff
** Changed in: isc-dhcp (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1184099 Title: dhclient Can't set SO_REUSEPORT option on dhcp socket: Protocol not

[Bug 1184099] [NEW] dhclient Can't set SO_REUSEPORT option on dhcp socket: Protocol not available

2013-05-25 Thread ruff
Public bug reported: In ubuntu saucy x86_64 dhclient for IPv6 is broken for lowlatency kernel from raring Holen: 1 http://mirror.switch.ch/ftp/mirror/ubuntu/ saucy/main isc-dhcp-client amd64 4.2.4-6ubuntu2 [782 kB] isc-dhcp-client (4.2.4-6ubuntu2) wird eingerichtet ... # dhclient -6 -d -v

[Bug 1013597] Re: No default route for stateful DHCPv6

2013-02-23 Thread ruff
An easy fix here will be to use following tweak iface wlan0 inet dhcp blah blah iface wlan0 inet6 dhcp accept_ra 1 autoconf 1 pre-down wpa_cli -i$IFACE reconnect 2/dev/null this way it will try pre-down before starting down action. Pre-down eventually fails since wpa is already

[Bug 1013597] Re: No default route for stateful DHCPv6

2013-02-23 Thread ruff
ps this will fix dhcp6 release hang, not original default route issue. srry for hijacking -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1013597 Title: No default route for stateful DHCPv6 To

[Bug 673708] Re: getaddrinfo and AI_PASSIVE is broken for net.ipv6.bindv6only=0

2013-02-23 Thread ruff
Here's the root cause http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520628 will never be fixed as it is a consequence of poorly written but properly implemented RFC3484 ** Bug watch added: Debian Bug tracker #520628 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520628 -- You received

[Bug 673708] Re: getaddrinfo and AI_PASSIVE is broken for net.ipv6.bindv6only=0

2013-02-23 Thread ruff
* of course label :::0f00:1/128 8 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/673708 Title: getaddrinfo and AI_PASSIVE is broken for net.ipv6.bindv6only=0 To manage notifications about this

[Bug 673708] Re: getaddrinfo and AI_PASSIVE is broken for net.ipv6.bindv6only=0

2013-02-23 Thread ruff
Actually Ubuntu can place a workaround by pre-configuring gai.conf. Easy fix will be to create separate label for IPv4 loopback address /etc/gai.conf label :::0f00:1/96 8 background: ANY4-ANY4 connect yields to 127.0.0.1 - 0.0.0.0 ANY6-ANY6 connect results ::1 - :: BUT both 127.0.0.1 and

[Bug 673708] Re: getaddrinfo and AI_PASSIVE is broken for net.ipv6.bindv6only=0

2013-02-23 Thread ruff
On the second thought RFC doesn't say anything about implementing validation of addresses with connect(), so we can argue it is really GLIBC defect. In any case upstream fix proposal submitted. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 913273] Re: PCManFM consumes 90% CPU

2013-02-02 Thread ruff
Same happened with me since recently on raring, was ok when installed lxde back on precise, not sure about quantal - was using E Strace shows flood of poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=5, events=POLLIN|POLLPRI}, {fd=6, events=POLLIN|POLLPRI}, {fd=9, events=0}, {fd=12,

[Bug 913273] Re: PCManFM consumes 90% CPU

2013-02-02 Thread ruff
p.s. maybe it's different issue, since in my case it's 100% reproducible - i.e. pcmanfm always eats 100%cpu (1core). But hung - yes, intermittent, sometimes pcman works (eating 100%) sometimes hangs (with the same dietary) -- You received this bug notification because you are a member of Ubuntu

[Bug 1096581] [NEW] libmount-dev missing blkid dependency (or abusing Requires.private)

2013-01-06 Thread ruff
Public bug reported: While trying to use libmount-dev development files via pkgconfig I'm getting error: ruff@box:~/co/e17/efl$ pkg-config --cflags 'mount = 2.20' Package blkid was not found in the pkg-config search path. Perhaps you should add the directory containing `blkid.pc

[Bug 651317] Re: gtk-missing-image is missing

2012-11-21 Thread ruff
blueman packages with itself a bunch of icons, i'm sure it's much better to pack all dependent icons rather than link dependency to third party packet which is not obliged to carry required hardcoded images. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1064061] Re: Lightdm doesn't start if /usr/share/lightdm/remote-sessions is missing

2012-11-08 Thread ruff
I've purged mythbuntu-lightdm-theme and lightdm fails to start now with this message. The directory /usr/share/lightdm/ doesn't exist at all btw, only lightdm-gtk-greeter. ** Tags added: raring -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1064061] Re: Lightdm doesn't start if /usr/share/lightdm/remote-sessions is missing

2012-11-08 Thread ruff
My apologies, it appears the log is two days old and lightdm simply failed to start due to wiped out greeter-session from config. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1064061 Title:

[Bug 1064061] Re: Lightdm doesn't start if /usr/share/lightdm/remote-sessions is missing

2012-11-08 Thread ruff
It still logs that message about missing dir but starts without problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1064061 Title: Lightdm doesn't start if /usr/share/lightdm/remote-sessions is

[Bug 1029685] [NEW] jack_control script corrupted in 1.9.8~dfsg.4+20120529git007cdc37-1ubuntu2

2012-07-26 Thread ruff
Public bug reported: on QQ 12.10 1.9.8~dfsg.4+20120529git007cdc37-1ubuntu2 updated today and founf that jack_control is corrupted --- /usr/bin/jack_control.orig 2012-07-27 01:01:30.350422197 +0200 +++ /usr/bin/jack_control 2012-07-27 01:01:42.794637925 +0200 @@ -322,7 +322,7 @@ def

[Bug 1013597] Re: No default route for stateful DHCPv6

2012-07-14 Thread ruff
ii ifupdown 0.7.1ubuntu2 amd64high level tools to configure network interfaces The same behaviour - after ifup accept_ra is 0, on ifdown - dhcp cleint for v6 still times out -- You received this bug notification because you

[Bug 1013597] Re: No default route for stateful DHCPv6

2012-07-14 Thread ruff
Ok, found new conf parameters for dhcp stanza accept_ra and autoconf - that solves RA issue. Still investigating release. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1013597 Title: No default

[Bug 1013597] Re: No default route for stateful DHCPv6

2012-07-14 Thread ruff
Ok, here's verbose dump below. Down sequence is executed in the same order as up, although should be in reverse. And to check whether list of remaining interface definitions is empty for any given interface to avoid setting link down. That way dhcp6 will be released first, then dhcp4 release

[Bug 1014839] Re: jack-audio-connectio-kit open file descriptor leak in alsa audioadapter

2012-06-20 Thread ruff
** Description changed: See http://trac.jackaudio.org/ticket/286 In linux/alsa/JackAlsaAdapter.h file in *info methods of AudioInterface? class control device is opened twice on each load but never closed. - Resault is that with each unload/load number of opened FDs grows untill +

[Bug 1014839] [NEW] jack-audio-connectio-kit open file descriptor leak in alsa audioadapter

2012-06-18 Thread ruff
Public bug reported: See http://trac.jackaudio.org/ticket/286 In linux/alsa/JackAlsaAdapter.h file in *info methods of AudioInterface? class control device is opened twice on each load but never closed. Resault is that with each unload/load number of opened FDs grows untill full jackd/jackdbus

[Bug 1014839] Re: jack-audio-connectio-kit open file descriptor leak in alsa audioadapter

2012-06-18 Thread ruff
the patch applies as to svn so to upstream src deb ** Patch added: patch https://bugs.launchpad.net/ubuntu/+source/jack-audio-connection-kit/+bug/1014839/+attachment/3195163/+files/alsa_adapter_close_ctl.patch -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 870694] Re: libapt-pkg.so.4.11.0 segfault during initial system installation (ubiquity)

2012-01-14 Thread ruff
Updated to precise from lucid and now getting the same error for all apt-related tasks read(6, chitecture: amd64\nVersion: 1.18, 24576) = 24576 read(6, 5: a5123286dfa8a3ded7978c0ec00ec..., 4096) = 4096 lseek(5, 26214399, SEEK_SET)= 26214399 write(5, \0, 1) =

[Bug 870694] Re: libapt-pkg.so.4.11.0 segfault during initial system installation (ubiquity)

2012-01-14 Thread ruff
removing /var/lib/aptitude/pkgstates* did help I also cleaned /var/lib/apt/lists/*_release* files but it didn't help, until i removed those files above. Now pkstates file is recreated and apt* works but became considerably slower (huge amount of IO - system gets stuck at IOwait during apt

[Bug 648549] [NEW] WARNING: at /build/buildd/linux-2.6.35/arch/x86/include/asm/processor.h:1005 read_measured_perf_ctrs+0x6c/0x80()

2010-09-26 Thread yves ruff
Public bug reported: kernel crash when update-manager is launched ProblemType: KernelOops DistroRelease: Ubuntu 10.10 Package: linux-image-2.6.35-22-generic 2.6.35-22.32 Regression: Yes Reproducible: Yes ProcVersionSignature: Ubuntu 2.6.35-22.32-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic

[Bug 648549] Re: WARNING: at /build/buildd/linux-2.6.35/arch/x86/include/asm/processor.h:1005 read_measured_perf_ctrs+0x6c/0x80()

2010-09-26 Thread yves ruff
** Attachment added: AcpiTables.txt https://bugs.launchpad.net/bugs/648549/+attachment/1641879/+files/AcpiTables.txt ** Attachment added: AlsaDevices.txt https://bugs.launchpad.net/bugs/648549/+attachment/1641880/+files/AlsaDevices.txt ** Attachment added: BootDmesg.txt

[Bug 635600] [NEW] WARNING: at /build/buildd/linux-2.6.35/arch/x86/include/asm/processor.h:1005 read_measured_perf_ctrs+0x6c/0x80()

2010-09-11 Thread yves ruff
Public bug reported: crash when click on go-home-applet ProblemType: KernelOops DistroRelease: Ubuntu 10.10 Package: linux-image-2.6.35-20-generic 2.6.35-20.29 Regression: Yes Reproducible: Yes ProcVersionSignature: Ubuntu 2.6.35-20.29-generic 2.6.35.4 Uname: Linux 2.6.35-20-generic i686

[Bug 635600] Re: WARNING: at /build/buildd/linux-2.6.35/arch/x86/include/asm/processor.h:1005 read_measured_perf_ctrs+0x6c/0x80()

2010-09-11 Thread yves ruff
** Attachment added: AcpiTables.txt https://bugs.launchpad.net/bugs/635600/+attachment/1569767/+files/AcpiTables.txt ** Attachment added: AlsaDevices.txt https://bugs.launchpad.net/bugs/635600/+attachment/1569768/+files/AlsaDevices.txt ** Attachment added: BootDmesg.txt