[Bug 1641203] Re: SSSD can't process GPO from Active Directory when it contains lines with no equal sign

2017-04-26 Thread Anders Sandblad
Thanks Timo Can you clarify "1.13.5 should be released soon with the fix", for Xenial I suppose? Shouldn't the patched ding-libs show up on http://reqorts.qa.ubuntu.com/reports/sponsoring/index.html ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1641203] Re: SSSD can't process GPO from Active Directory when it contains lines with no equal sign

2017-04-25 Thread Anders Sandblad
Third and last patch for ding-libs. ** Patch added: "Patch for ding-libs" https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1641203/+attachment/4867682/+files/add_unit_test_for_ini_parse_ignore_non_kvp.diff -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1641203] Re: SSSD can't process GPO from Active Directory when it contains lines with no equal sign

2017-04-25 Thread Anders Sandblad
This is the patch for sssd (Xenial). ** Patch added: "Patch for sssd" https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1641203/+attachment/4867683/+files/gpo_ignore_non_kvp_lines_if_possible.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1641203] Re: SSSD can't process GPO from Active Directory when it contains lines with no equal sign

2017-04-25 Thread Anders Sandblad
Second patch for ding-libs. ** Patch added: "Patch for ding-libs" https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1641203/+attachment/4867681/+files/ini_add_ini_parse_ignore_non_kvp_flag.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1641203] Re: SSSD can't process GPO from Active Directory when it contains lines with no equal sign

2017-04-25 Thread Anders Sandblad
I can't manage to make a debdiff so I just upload the patches I've used for Xenial to fix this bug. ** Patch added: "Patch for ding-libs" https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1641203/+attachment/4867680/+files/ini_parse_add_missing_trace_flow_exit.diff -- You received this

[Bug 1641203] Re: SSSD can't process GPO from Active Directory when it contains lines with no equal sign

2017-04-19 Thread Anders Sandblad
So I tested upgrading SSSD like this. - First change all xenial to zesty in /etc/apt/sources.list - apt update - apt install sssd After this, login with domain user works fine and I found no regression. See below for log of upgraded/installed packages. The following package was automatically

[Bug 1641203] Re: SSSD can't process GPO from Active Directory when it contains lines with no equal sign

2017-04-18 Thread Anders Sandblad
@racb I'm currently testing this. I've set up a server with 14.04, one with 16.04 and one with 17.04. 14.04: works ok 16.04: I have the error described in this issue 17.04: works ok So I want to test the sssd and ding-libs from 17.04 on 16.04 but currently I'm not sure on how to do that. Should

[Bug 1641203] Re: SSSD can't process GPO from Active Directory when it contains lines with no equal sign

2017-04-18 Thread Anders Sandblad
** Description changed: - (Fri Nov 11 14:55:52 2016) [sssd[be[MYDOMAIN.COM]]] [ad_gpo_store_policy_settings] (0x0020): [/var/lib/sss/gpo_cache/mydomain.com/Policies/{31B2F340-016D-11D2-945F-00C04FB984F9}/Machine/Microsoft/Windows NT/SecEdit/GptTmpl.inf]: ini_config_parse failed

[Bug 1583925] Re: php5-svn seg fault when repos_url is https

2017-03-16 Thread Anders Sandblad
No news, but there's no php-svn in php7 so I've rewritten most of my systems to not use php-svn. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1583925 Title: php5-svn seg fault when repos_url is

[Bug 1641203] [NEW] SSSD can't process GPO from Active Directory when it contains lines with no equal sign

2016-11-11 Thread Anders Sandblad
Public bug reported: (Fri Nov 11 14:55:52 2016) [sssd[be[MYDOMAIN.COM]]] [ad_gpo_store_policy_settings] (0x0020): [/var/lib/sss/gpo_cache/mydomain.com/Policies/{31B2F340-016D-11D2-945F-00C04FB984F9}/Machine/Microsoft/Windows NT/SecEdit/GptTmpl.inf]: ini_config_parse failed [5][Input/output

[Bug 1583925] Re: php5-svn seg fault when repos_url is https

2016-07-29 Thread Anders Sandblad
Fun, if one disable curl extension in php (by running php5dismod curl) and instead loading curl as argument to php like this: php -dextension=/usr/lib/php5/20121212/curl.so test.php Does not make it segfault but still works as expected. -- You received this bug notification because you are a

[Bug 1583925] Re: php5-svn seg fault when repos_url is https

2016-07-29 Thread Anders Sandblad
Backtrace from gdb: #0 0x7fffedf9bdb0 in ?? () #1 0x776a27af in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 #2 0x776a0b76 in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 #3 0x776b0260 in sk_pop_free () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0

[Bug 1583925] Re: php5-svn seg fault when repos_url is https

2016-07-29 Thread Anders Sandblad
root@testphp:~# valgrind php test.php ==3716== Memcheck, a memory error detector ==3716== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. ==3716== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info ==3716== Command: php test.php ==3716== ==3716== Warning: invalid

[Bug 1583925] Re: php5-svn seg fault when repos_url is https

2016-07-29 Thread Anders Sandblad
Tried reproduce this in a container: lxc launch ubuntu:14.04 testphp lxc exec testphp -- bash apt install php5-cli php5-svn create test.php according above script php test.php gives no output then install php5-curl: apt install php5-curl and then run the script again and see it fail with

[Bug 1583925] Re: php5-svn seg fault when repos_url is https

2016-07-29 Thread Anders Sandblad
Oh! This only happens when php5-curl is installed!! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1583925 Title: php5-svn seg fault when repos_url is https To manage notifications about this bug

[Bug 1585614] Re: libc on 2016-05-25 causes Apache not to restart, libm.so.6: symbol __strtold_nan, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference

2016-05-26 Thread Anders Sandblad
I just had this on 14.04 this morning due to logrotate restarting apache. Manually starting apache worked. This are the last lines in apache error.log.1: [Thu May 26 06:45:09.064664 2016] [mpm_prefork:notice] [pid 62472] AH00171: Graceful restart requested, doing restart apache2: Syntax error on

[Bug 1583925] [NEW] php5-svn seg fault when repos_url is https

2016-05-20 Thread Anders Sandblad
Public bug reported: Tested on Ubuntu 14.04 with php5-svn (1.0.2-2). When doing a query to a remote repos with svn_ls or svn_cat (those are the only functions I've tested) over https the script seg faults at the end of executing the script, not during. Test script:

[Bug 1575757] Re: Can't install kernel-nfs-server inside lxc container

2016-05-16 Thread Anders Sandblad
I'm also troubled by this issue, but on LXD/LXC 2.0 (Ubuntu 16.04) but I have no idea on how to add those config keys, when doing lxc config edit and adding the keys I get: Config parsing error: Bad key: lxc.aa_profile -- You received this bug notification because you are a member of Ubuntu

[Bug 1470250] Re: [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups

2016-02-18 Thread Anders Sandblad
That should be correct (I'm no expert though). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1470250 Title: [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups To manage

[Bug 1470250] Re: [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups

2016-02-18 Thread Anders Sandblad
We upgrade all our machines to Wily kernel over a week ago and no issues so far. Less clutter in the logs also due to newer integration services. Make sure you installed the packages linux-tools-virtual-lts-wily linux- cloud-tools-virtual-lts-wily !! (see comment #85) -- You received this bug

[Bug 1410278] Re: package linux-cloud-tools-common 3.16.0-29.39 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-01-17 Thread Anders Sandblad
I had something similar to this. I could not install the linux-cloud-tools packages because of this error (and then followed a lot of dependency problems) invoke-rc.d: initscript hv-kvp-daemon, action "start" failed. However, I found that there was no file /usr/sbin/hv_kvp_daemon and I tried

Re: [Bug 1311316] Re: After locking screen there is no input field to type password for unlock

2014-09-04 Thread Anders Sandblad
I've used my laptop with built in display since the release of 14.04 (upgraded from 13.10) and did never see this issue until I started connect a second display, then I've been getting this issue. It's definitely dual screen related. I've also been seeing this issue on my computer at work, also

[Bug 1073239] Re: totem doesn't work with VAAPI

2013-02-05 Thread Anders Sandblad
*** This bug is a duplicate of bug 997370 *** https://bugs.launchpad.net/bugs/997370 ** This bug has been marked a duplicate of bug 997370 Totem does not use the va-api gstreamer backend -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 891083] Re: ubuntu wont log out/shut down

2012-10-20 Thread Anders Sandblad
Do you really want me to upgrade from LTS version on my server to be able to log out a user? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/891083 Title: ubuntu wont log out/shut down To manage

[Bug 891083] Re: ubuntu wont log out/shut down

2012-10-20 Thread Anders Sandblad
I use 12.04 (as stated 2012-10-15). I'm running a small company with two workstations (one with Ubuntu Desktop and one with Windows 7), we also have a server for file- and webservices etc. This server is also used as a workstation with GUI. I'm generally a bit cautious when it comes to upgrades

[Bug 891083] Re: ubuntu wont log out/shut down

2012-10-20 Thread Anders Sandblad
Greeter looks like this, I guess it's lightdm, and that is default in Ubuntu right? http://www.tuxtree.com/wp-content/uploads/2012/05/image31.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/891083

[Bug 891083] Re: ubuntu wont log out/shut down

2012-10-15 Thread Anders Sandblad
Same issue here after upgrading from 10.04 to 12.04: arune@srv1:~$ /usr/lib/indicator-session/gtk-logout-helper ** (gtk-logout-helper:26406): WARNING **: SessionManager action failed: Logout has been locked down ** (gtk-logout-helper:26406): WARNING **: Unable to fallback to ConsoleKit for

[Bug 912275] Re: Send mail impossible with Use secure connection checked

2012-09-18 Thread Anders Sandblad
I had the same issue until I disabled USe secure connection. Ubuntu 12.04 Evolution 3.2.3-0ubuntu6 Evolution-mapi 3.2.2-1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/912275 Title: Send mail

[Bug 1003274] Re: Evolution mapi can not send email ubuntu 12.04 32 bit

2012-09-18 Thread Anders Sandblad
Is this the same issue as bug 912275? https://bugs.launchpad.net/ubuntu/+source/evolution-mapi/+bug/912275 Try disable Use secure connection. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1003274