[Bug 1452314] Re: TZ=EDT date reporting misleading times

2021-03-29 Thread Ard van Breemen
I can confirm that this is still the case... On an ubuntu 20.04: ``` ard@lenny:~$ TZ=US/Eastern date Mon Mar 29 09:08:43 EDT 2021 ard@lenny:~$ TZ=America/New_York date Mon Mar 29 09:08:47 EDT 2021 ard@lenny:~$ TZ=EDT date Mon Mar 29 13:08:51 EDT 2021 ard@lenny:~$ TZ=EST date Mon Mar 29 08:16:16

[Bug 1720131] Re: logind holds open file descriptor to DRI nodes, preventing nvidia suspend

2019-04-26 Thread Ard van Breemen
The bug prevents use of systems "blessed" with nvidia optimus. It has been fixed however. https://github.com/systemd/systemd/issues/6908 I hope the fix can be incorporated into bionic, because it would be sad to have an LTS release that can not turn of the nvidia GPU without rebooting the

[Bug 1566930] Re: wget does not support IPv6 address with scoped zone (RFC 4007)

2018-03-15 Thread Ard van Breemen
dr@odroid:~$ export http_proxy=http://[fe80::9864:b6ff:fe00:3410%eth0]:3128/ dr@odroid:~$ curl -o gl.deb http://deb.odroid.in/5422-s/pool/main/m/mali-x11/mali-x11_20170718-r17p0-20503ff-3_armhf.deb % Total% Received % Xferd Average Speed TimeTime Time Current

[Bug 1388960] Re: libnss-ldap packaged with dangling symlinks

2015-01-07 Thread Ard van Breemen
I force installed the armhf build of libnss-build for vivid on my trusty install, and it basically works, except for the update-rc.d line in the postinst, which contains incompatible syntax. So: https://launchpad.net/ubuntu/+archive/primary/+files/libnss-ldap_265-3ubuntu2_armhf.deb works stable

[Bug 1388960] Re: libnss-ldap packaged with dangling symlinks

2015-01-07 Thread Ard van Breemen
I force installed the armhf build of libnss-build for vivid on my trusty install, and it basically works, except for the update-rc.d line in the postinst, which contains incompatible syntax. So: https://launchpad.net/ubuntu/+archive/primary/+files/libnss-ldap_265-3ubuntu2_armhf.deb works stable

[Bug 1388960] Re: libnss-ldap packaged with dangling symlinks

2015-01-07 Thread Ard van Breemen
To make the package work on trusty, you have to change debian/rules: override_dh_installinit: dh_installinit -- start . stop 20 0 1 6 . should be: override_dh_installinit: dh_installinit -- stop 20 0 1 6 . as update-rc.d gets confused by the empty start. -- You received this

[Bug 1388960] Re: libnss-ldap packaged with dangling symlinks

2015-01-07 Thread Ard van Breemen
To make the package work on trusty, you have to change debian/rules: override_dh_installinit: dh_installinit -- start . stop 20 0 1 6 . should be: override_dh_installinit: dh_installinit -- stop 20 0 1 6 . as update-rc.d gets confused by the empty start. -- You received this

Re: [Bug 1388960] Re: libnss-ldap packaged with dangling symlinks

2014-11-04 Thread Ard van Breemen
my patch, since my patch opened up another segfault somewhere... If you want me to test stuff on armhf, let me know, since this is only an ubuntu build server. Regards, Ard van Breemen -- .signature not found -- You received this bug notification because you are a member of Ubuntu Server Team

Re: [Bug 1388960] Re: libnss-ldap packaged with dangling symlinks

2014-11-04 Thread Ard van Breemen
my patch, since my patch opened up another segfault somewhere... If you want me to test stuff on armhf, let me know, since this is only an ubuntu build server. Regards, Ard van Breemen -- .signature not found -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1388960] [NEW] libnss-ldap packaged with dangling symlinks

2014-11-03 Thread Ard van Breemen
. Regards, Ard van Breemen ** Affects: libnss-ldap (Ubuntu) Importance: Undecided Status: New ** Tags: armhf -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libnss-ldap in Ubuntu. https://bugs.launchpad.net/bugs/1388960

[Bug 1388960] Re: libnss-ldap packaged with dangling symlinks

2014-11-03 Thread Ard van Breemen
Hi, This could be a dup of #1022903, as it seems that nss itself is looking for libnss_plugin.so.2 instead of libnss_plugin.so . Hmm, yes, ln -s nss_ldap.so /lib/arm-linux-gnueabihf/libnss_ldap.so.2 fixes the problem. -- You received this bug notification because you are a member of Ubuntu

[Bug 1388960] Re: libnss-ldap packaged with dangling symlinks

2014-11-03 Thread Ard van Breemen
The problem is the same as in #387576 libnss-ldap doesn't recognize armhf as a debian glibc system. There are a lot of kludges in there about glibc. Isn't it easier just to merge debian libnss-ldap? -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1388960] Re: libnss-ldap packaged with dangling symlinks

2014-11-03 Thread Ard van Breemen
patch configure patch to recognize armhf as glibc. ** Patch added: libnss-ldap-armhf.patch https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1388960/+attachment/4252289/+files/libnss-ldap-armhf.patch -- You received this bug notification because you are a member of Ubuntu Server

[Bug 1388960] Re: libnss-ldap packaged with dangling symlinks

2014-11-03 Thread Ard van Breemen
The biggest problem with the packages is that the original source contains a configure script. And that the autoreconf.patch patches the configure script. Making obsolete the fix-glibc-test-for-armel-gnueabi.patch patch. I patched the autoreconf.patch with attached patch. Now on to the next

[Bug 1388960] [NEW] libnss-ldap packaged with dangling symlinks

2014-11-03 Thread Ard van Breemen
. Regards, Ard van Breemen ** Affects: libnss-ldap (Ubuntu) Importance: Undecided Status: New ** Tags: armhf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1388960 Title: libnss-ldap

[Bug 1388960] Re: libnss-ldap packaged with dangling symlinks

2014-11-03 Thread Ard van Breemen
Hi, This could be a dup of #1022903, as it seems that nss itself is looking for libnss_plugin.so.2 instead of libnss_plugin.so . Hmm, yes, ln -s nss_ldap.so /lib/arm-linux-gnueabihf/libnss_ldap.so.2 fixes the problem. -- You received this bug notification because you are a member of Ubuntu

[Bug 1388960] Re: libnss-ldap packaged with dangling symlinks

2014-11-03 Thread Ard van Breemen
The problem is the same as in #387576 libnss-ldap doesn't recognize armhf as a debian glibc system. There are a lot of kludges in there about glibc. Isn't it easier just to merge debian libnss-ldap? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1388960] Re: libnss-ldap packaged with dangling symlinks

2014-11-03 Thread Ard van Breemen
patch configure patch to recognize armhf as glibc. ** Patch added: libnss-ldap-armhf.patch https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1388960/+attachment/4252289/+files/libnss-ldap-armhf.patch -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1388960] Re: libnss-ldap packaged with dangling symlinks

2014-11-03 Thread Ard van Breemen
The biggest problem with the packages is that the original source contains a configure script. And that the autoreconf.patch patches the configure script. Making obsolete the fix-glibc-test-for-armel-gnueabi.patch patch. I patched the autoreconf.patch with attached patch. Now on to the next

[Bug 1014717] Re: e17 crashes when opening Accessories menu

2013-05-25 Thread Ard van Breemen
Actually I can't use it, because the e17 PPA doesn't build for arm... I have to build it myself. But updates to 13.04 seems to have resolved this. I will check this again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1014717] Re: e17 crashes when opening Accessories menu

2012-09-23 Thread Ard van Breemen
I got the same bug with Ubuntu 12.04: menu-applications-accessories - crash. Actually every place that listed applications: if you scrolled past gedit, e17 crashed. I've worked around it by de-installing gedit and gedit-common. Now it doesn't crash. If I am correct it was a bad list handling

[Bug 1014717] Re: e17 crashes when opening Accessories menu

2012-09-23 Thread Ard van Breemen
Hmmm, I also had to mv /usr/share/applications/xdiagnose.desktop out of the way. I am not really sure what triggers it. If I put that file in ~/.local/share/applications/ and then try to add that to my favorites, it crashes again. It's not the .svg file, since I made a launcher with that icon. --

[Bug 1014717] Re: e17 crashes when opening Accessories menu

2012-09-23 Thread Ard van Breemen
Sorry for this spamming. It definitely is the .svg despite my earlier statements. I think if you select an icon by svg it gets cached. If you put a desktop file with /usr/share/xdiagnose/icons/microscope.svg as the icon, and then try to add that one, it will crash. Using