[Touch-packages] [Bug 1827757] [NEW] PMF

2019-05-04 Thread kolya
Public bug reported: WPA Supplicant packaged with Ubuntu doesn't support PMF. PMF support has been available in wpa supplicant for about 3 years now and in couple of major releases. PMF is a security feature and should be supported (at least at the level when it needs to be manually enabled). Tha

[Touch-packages] [Bug 1702801] Re: Apparmor complaints about sssd_pac_plugin.so in dmesg

2019-04-29 Thread kolya
This still occurs with with ubuntu 19.04. This also may be a potential resource leak/security problem. It looks like each authentication creates a new entry in processe's maps file that looks like this: /usr/lib/x86_64-linux-gnu/krb5/plugins/authdata/sssd_pac_plugin.so After running for some ti

[Touch-packages] [Bug 1702801] [NEW] Apparmor complaints about sssd_pac_plugin.so in dmesg

2017-07-06 Thread kolya
Public bug reported: I have slapd running and use krb authentication. Every time someone authenticates on a box connected to slapd/krb I get a few lines like this in server logs: audit: type=1400 audit(1499390102.162:5253): apparmor="DENIED" operation="file_mmap" profile="/usr/sbin/slapd" name="

[Touch-packages] [Bug 1641272] [NEW] Debug symbols package doesnt exist

2016-11-11 Thread kolya
Public bug reported: On Yakkery with ddebs repos enabled there is no debug packages for dnsmasq ** Affects: dnsmasq (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dns

[Touch-packages] [Bug 1610470] [NEW] ~/.Xmodmap is not loaded

2016-08-05 Thread kolya
Public bug reported: I have .Xmodmap file in my home dir. A few week ago it was loaded automatically when my session starts. Now it stopped doing that. /usr/sbin/lightdm-session seems to contain code to load it, but somehow it doesn't work. Please let me know if more information is needed. Thanks

[Touch-packages] [Bug 1553885] [NEW] VPN split DNS gets broken after suspend/resume

2016-03-06 Thread kolya
Public bug reported: I've got a company's VPN server I connect to. When I connect to it I get several DNS entries for split DNS configuration and this works fine. After suspend/resume cycle I reconnect to VPN and see those split DNS entries added along with entries for VPN's DNS servers that do n

[Touch-packages] [Bug 1005418] Re: upowerd crashed with SIGABRT in __libc_message()

2016-02-22 Thread kolya
More detailed backtrace: (gdb) bt #0 0x7f988bfda267 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 #1 0x7f988bfdbeca in __GI_abort () at abort.c:89 #2 0x7f988c01dbf3 in __libc_message (do_abort=do_abort@entry=1, fmt=fmt@entry=0x7f988c136168 "*** Error in

[Touch-packages] [Bug 1305699] Re: upowerd crashed with SIGSEGV in service_client_free()

2014-12-12 Thread kolya
I'm not sure I would agree that this is idevice library bug. Yes, it's API might not be perfect, but given that API upowerd was doing clearly wrong thing. Yes, API maybe could be improved. But this is not the reason for upowerd to ignore current state of API contract and do wrong thing. Jyst my 2

[Touch-packages] [Bug 1305699] Re: upowerd crashed with SIGSEGV in service_client_free()

2014-12-12 Thread kolya
Bug described here has likely nothing to do with libimobiledevice-utils. Patch attached to this bug fixes clearly reproducinble memory handling issue in upowerd. This patch has been accepted by upstream. I think it would be nice if Ubuntu could apply it to LTS packages. Thanks! -- You received t

[Touch-packages] [Bug 1305699] Re: upowerd crashed with SIGSEGV in service_client_free()

2014-11-11 Thread kolya
This is a source code patch, you would need to rebuild the package after you apply it so a source. patch -p1 < 0001-upowerd-Fix-cleanup-in-up_device_idevice_coldplug- fi.patch - this is how you can apply it to the source. -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1305699] Re: upowerd crashed with SIGSEGV in service_client_free()

2014-10-04 Thread kolya
I'm able to reproduce this problem when I connect ipad to my laptop via usb. Attached patch seems to be fixing this problem. ** Patch added: "0001-upowerd-Fix-cleanup-in-up_device_idevice_coldplug-fi.patch" https://bugs.launchpad.net/ubuntu/+source/upower/+bug/1305699/+attachment/4225124/+fi