[Bug 961056] [NEW] CTRL-1 gives 1, CTRL-3 gives ESC

2012-03-21 Thread keestux
Public bug reported: To switch workspaces I have shortcuts CTRL-1, CTRL-2, CTRL-3, etc. This used to work fine until recently. But now CTRL-1 gives 1 (ASCII 0x31), and CTRL-3 gives 0x1B (ASCII ESC), CTRL-4 gives 0x1C, ... CTRL-8 gives 0x7F. Here is how you can show the problem. * open a

[Bug 961056] Re: CTRL-1 gives 1, CTRL-3 gives ESC

2012-03-21 Thread keestux
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/961056 Title: CTRL-1 gives 1, CTRL-3 gives ESC To manage notifications about this bug go to:

[Bug 961056] Re: CTRL-1 gives 1, CTRL-3 gives ESC

2012-03-21 Thread keestux
Perhaps this is a unity problem. These key mapping have always been like this, but now the keyboard shortcut to switch workspaces is passed onto the active window too (besides doing the workspace shift). If so, the bug report has to move to that package and also in that case the bug report title

[Bug 961056] Re: CTRL-1 gives 1, CTRL-3 gives ESC

2012-03-21 Thread keestux
The problem does not happen when logging with Unity 2D. So I want to change the target package for this bug to unity. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/961056 Title: CTRL-1 gives 1,

[Bug 961056] Re: CTRL-1 gives 1, CTRL-3 gives ESC

2012-03-21 Thread keestux
That fact that the bug is present when using unity, and not present when using unity-2d makes me think it should not be reported as xorg. ** Package changed: xorg (Ubuntu) = unity (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 961056] Re: CTRL-1 gives 1, CTRL-3 gives ESC

2012-03-21 Thread keestux
To me it seems to be the same sort of problem as in: https://bugs.launchpad.net/ubuntu/+source/unity/+bug/943456 _that_ bug was fixed in unity 5.6.0-0ubuntu1 (in UnityScreen::executeCommand), but not this one. -- You received this bug notification because you are a member of Ubuntu Bugs, which

Re: [Bug 763053] Re: gwibber crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a

2011-05-20 Thread keestux
Hi Kamus, With the official Natty it works alright. Thanks. I've also removed the twitter account and started from scratch. That works too. So I think all is well now. -- Kees On 19 May, 2011, at 17:45 , Kamus wrote: kesstux, are you still facing this behaviour with a fully Ubuntu Natty

[Bug 1042211] Re: [quantal] [regression] [i915] Corrupted display, desktop and menus don't repaint correctly using Mesa 9.0 (8.0.4 works)

2012-10-27 Thread keestux
The i915 is giving me lots of problems. After upgrading to 12.10 I had a blank screen after logging in (using Unity). There was a kernel BUG at drivers/gpu/drm/i915/i915_gem.c:3084! in my syslog, so I first upgraded to 3.6.3 as suggested in https://bugs.launchpad.net/bugs/1058546 and that got rid

[Bug 1248522] [NEW] Buildpackage fails when using PF environment variable

2013-11-06 Thread keestux
Public bug reported: With the PF environment variable you should be able to build packages with a different prefix than the standard usr. However, with gcc-4.7 dpkg-buildpackage fails. Without the PF variable the build succeeds. This is the command I'm using to build the packages. $

[Bug 1241376] Re: procps (1:3.2.8-11ubuntu6.1) upgrade error

2013-10-18 Thread keestux
The 6.2 update only had a fix for a container environment. But that doesn't help other cases, such as 30-iscsitarget.conf which has a setting for net.ipv4.tcp_mem. The error message is: error: Invalid argument setting key net.ipv4.tcp_mem Another system of mine had a problem with

[Bug 1176652] [NEW] 40grub2 gets confused for menuentry generated in other languages

2013-05-05 Thread keestux
Public bug reported: The script in 40grub2 has some code to skip certain entries from grub.cfg. It goes like this: elif echo $title | grep -q '(on /dev/[^)]*)$'; then log Skipping entry '$title': log appears to be an automatic reference taken from another menu.lst

[Bug 1024290] Re: Indicator shows Guest instead of real name when using nis

2013-03-12 Thread keestux
In brief term, you first need a NIS environment. That is, a network with a NIS server and clients that are configured to use NIS for passwd and group, etc. What you mostly see in NIS environments is that filesystems are NFS mounts, for example /home or /usr/users or whatever. Possibly you can do

[Bug 997096] Re: nscd segmentation fault

2012-07-12 Thread keestux
Our configuration is a NIS network with Linux PCs. As soon as I do rsh to one of these PCs it triggers a netgroup request and that leads to a segfault in nscd. This is the stdout of nscd -d. Thu 12 Jul 2012 09:16:34 AM CEST - 29485: handle_request: request received (Version = 2) from PID 30398

[Bug 867806] Re: df -h permission denied error

2012-08-10 Thread keestux
This should not be marked as Fixed, because it isn't. Even as 'root' you get an error when it is not expected. $ sudo ls -l /var/lib/lightdm/ ls: cannot access /var/lib/lightdm/.gvfs: Permission denied total 52 drwxr-x--- 10 lightdm lightdm 4096 Aug 9 12:31 . drwxr-xr-x 93 rootroot4096

[Bug 1072403] Re: Unity and GnomeShell hang or crash with nouveau kernel error messages fail ttm_validate, validate vram_list and validate: -12

2013-01-03 Thread keestux
I'm seeing the same messages since I upgraded to quantal yesterday (upgraded from precise). However there are a few differences in my setup compared to Perseid (the initiator of this bug). So, I'm hesitating to mark it as a me2. Major differences are: * my own kernel based on 3.7.1 (which I had

[Bug 1072403] Re: Unity and GnomeShell hang or crash with nouveau kernel error messages fail ttm_validate, validate vram_list and validate: -12

2013-01-03 Thread keestux
Oh, and here is a subset of the messages in /var/log/kern.log $ grep -E 'nouveau|TTM|drm' /var/log/kern.log ** Attachment added: kern-nouveau-errors https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1072403/+attachment/3473226/+files/kern-nouveau-errors -- You

[Bug 1072403] Re: Unity and GnomeShell hang or crash with nouveau kernel error messages fail ttm_validate, validate vram_list and validate: -12

2013-01-04 Thread keestux
The kernel from kernel-ppa/mainline (linux-image-3.7.0-7-generic) gives this error too, so it is not just my own kernel. Jan 4 11:49:02 koli kernel: [ 1956.519825] nouveau E[ DRM] fail ttm_validate Jan 4 11:49:02 koli kernel: [ 1956.519831] nouveau E[ DRM] validate vram_list Jan 4

Re: [Bug 938713] Re: software-center crashed with SIGABRT in __assert_fail_base()

2012-04-18 Thread keestux
Op 2012-04-18 15:54 , Michael Vogt schreef: This does not look like a software-center issue to me but more a fundamental problem with X or gtk. Did you managed to reproduce this error? ** Changed in: software-center (Ubuntu) Status: Confirmed = Incomplete ** Visibility changed

[Bug 1293024] Re: package doesn't provide c++ library

2014-04-29 Thread keestux
This is a patch to create a package which installs the include files in the directory where the compiler expects them. ** Patch added: 0001-Use-FULL-VER-instead-of-BASE-VER.patch

[Bug 1293024] Re: package doesn't provide c++ library

2014-04-29 Thread keestux
For the time being I have created my own package. I started with git clone of git://anonscm.debian.org/collab-maint/libstdc++-arm-none-eabi.git and commit a4128a0. Next I applied a patch to change BASE-VER in FULL-VER. Maybe this is not exactly how it should be done, but I simply couldn't find

[Bug 1293024] Re: package doesn't provide c++ library

2014-04-28 Thread keestux
After installing libstc++-arm-none-eabi-newlib (4.8.2-16+1) I'm getting: fatal error: cstddef: No such file or directory The reason is a mismatch between the compiler looking in /usr/lib/gcc/arm-none-eabi/4.8.2/../../../arm-none-eabi/include/c++/4.8.2 and that the libstc++ package installed

[Bug 1403554] [NEW] svnsync: E130003: The XML response contains invalid XML

2014-12-17 Thread keestux
Public bug reported: After roughly 200k of the total 500k commits, I get this error. And repeating the svnsync command keeps giving this message. Transmitting file data ..svnsync: E130003: The XML response contains invalid XML This is on a Ubuntu 14.04 (amd64) system, with subversion 1.8.8

[Bug 1403554] Re: svnsync: E130003: The XML response contains invalid XML

2015-03-03 Thread keestux
After more investigation I found out that the problem caused by the SVN server (via Apache webserver) which stumbles on a commit that is too big. So, it is not perse a bug of svnsync. But it would have been nice if the real problem could have been reported. -- You received this bug

[Bug 1653245] [NEW] python-ipalib is missing authconfig

2016-12-30 Thread keestux
Public bug reported: When doing ipa-backup it will eventually want to do a backup of authconfig. This is a RedHat specific tool, but there is no Ubuntu/Debian replacement. ipa-backup will fail with a Python stack trace. 2016-12-30T10:36:02Z DEBUG Starting external process 2016-12-30T10:36:02Z

[Bug 1675303] [NEW] Incorrectly trying to create tempfile in root directory

2017-03-23 Thread keestux
Public bug reported: At startup the server tries to create a temp file in the root directory. Thanks to apparmor this is denied, but the error is (I think) silently ignored. In /var/log/syslog there is a message like this: Mar 23 08:39:17 rotte kernel: [7160216.658291] audit: type=1400

[Bug 1675303] Re: Incorrectly trying to create tempfile in root directory

2017-03-24 Thread keestux
No chroot. No attach_disconnected for the usr.sbin.dhcpd profile. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1675303 Title: Incorrectly trying to create tempfile in root directory To manage

[Bug 1700734] [NEW] gnome-terminal.wrapper -ls results in Unknown option --login

2017-06-27 Thread keestux
Public bug reported: When executing the wrapper with the -ls option you get an error from gnome-terminal program. (It is not a documented option in the man page, but something I tried to use after looking in the wrapper script.) Failed to parse arguments: Unknown option --login In fact, many

[Bug 1769440] Re: freeipa server install fails - Configuring the web interface, setting up ssl

2018-05-06 Thread keestux
I'm doing this in a LXC container. Could that be of influence? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769440 Title: freeipa server install fails - Configuring the web interface, setting

[Bug 1769440] Re: freeipa server install fails - Configuring the web interface, setting up ssl

2018-05-06 Thread keestux
In syslog there is this: May 6 20:18:01 usrv1 named-pkcs11[25219]: ../../../lib/dns-pkcs11/view.c:962: REQUIRE(view->zonetable != ((void *)0)) failed, back trace May 6 20:18:01 usrv1 named-pkcs11[25219]: #0 0x55ceb0cb4cc0 in ?? May 6 20:18:01 usrv1 named-pkcs11[25219]: #1 0x7f4ae89007fa in ??

[Bug 1769440] Re: freeipa server install fails - Configuring the web interface, setting up ssl

2018-05-06 Thread keestux
My hostname was not a FQDN. After I changed it to be FQDN, and made sure the entry is in /etc/hosts, the installation continues. However, there is still a problem. The nameserver fails to (re)start. Configuring DNS (named) [1/11]: generating rndc key file [2/11]: adding DNS container

[Bug 1769440] Re: freeipa server install fails - Configuring the web interface, setting up ssl

2018-05-07 Thread keestux
Do you want me to create a bugreport for that non-FQDN? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769440 Title: freeipa server install fails - Configuring the web interface, setting up ssl

[Bug 1769440] Re: freeipa server install fails - Configuring the web interface, setting up ssl

2018-05-07 Thread keestux
When you said: "yep, that's a known issue" you referred to the non-FQDN. But the above error is after I corrected that. So, with a FQDN. BTW, I'm doing the install with --setup-dns. Is that what you do as well? At the end of the installation the nameserver (bind9-pkcs11) does not start anymore.

[Bug 1765616] Re: freeipa server install fails - RuntimeError: CA configuration failed.

2018-05-04 Thread keestux
To confirm, with the PPA the installation continues, and "Configuring certificate server" succeeds. However, now "Configuring the web interface" fails with [12/21]: setting up ssl [error] RuntimeError: Certificate issuance failed (CA_REJECTED) ipapython.admintool: ERRORCertificate

[Bug 1769440] Re: freeipa server install fails - Configuring the web interface, setting up ssl

2018-05-08 Thread keestux
@Timo what is the named command that you used to debug? I can't get named to produce the same error (at view.c:962) when I run it as follows (this is the command I found in the log): /usr/sbin/named-pkcs11 -f -u bind or /usr/sbin/named-pkcs11 -g -u bind It crashes at: 08-May-2018 07:07:41.154

[Bug 1769440] Re: freeipa server install fails - Configuring the web interface, setting up ssl

2018-05-08 Thread keestux
I have debug symbols, I installed bind9-dbgsym libisc169-dbgsym, but you probably did that as well, right? Reading symbols from /usr/sbin/named-pkcs11...Reading symbols from /usr/lib/debug/.build- id/a6/b02914ac626d6db7786c640335d7e674d21dcc.debug...done. Not that it helped me any further

[Bug 1769440] Re: freeipa server install fails - Configuring the web interface, setting up ssl

2018-05-08 Thread keestux
No symbol info for the library :-( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769440 Title: freeipa server install fails - Configuring the web interface, setting up ssl To manage

[Bug 1769440] Re: freeipa server install fails - Configuring the web interface, setting up ssl

2018-05-08 Thread keestux
Installing libdns-export1100-dbgsym libdns1100-dbgsym libisc-export169-dbgsym helped. I now have debug symbols in view.c -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769440 Title: freeipa server

[Bug 1769440] Re: freeipa server install fails - Configuring the web interface, setting up ssl

2018-05-06 Thread keestux
See also https://bugs.launchpad.net/ubuntu/+source/freeipa/+bug/1765616/comments/9 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769440 Title: freeipa server install fails - Configuring the web

[Bug 1769440] [NEW] freeipa server install fails - Configuring the web interface, setting up ssl

2018-05-06 Thread keestux
Public bug reported: Setting up FreeIPA server fails at "Configuring the web interface", step 12/21 It's in a cleanly started LXC Ubuntu Bionic container. The ppa:freeipa/ppa is also used to get tomcat 8.5.30-1ubuntu1.2 Configuring the web interface (httpd) [1/21]: stopping httpd [2/21]:

[Bug 1771811] [NEW] Release upgrade fails due to apt-btrfs-snapshot not being able to take a snapshot

2018-05-17 Thread keestux
Public bug reported: Upgrading 16.04, with btrfs and apt-btrfs-snapshot fails with a message that it cannot create a snapshot. The package apt-btrfs-snapshot (0.3.4.2) is installed. Notice that on Xenial you need to create a symlink /sbin/btrfs -> /bin/btrfs in order to get the snapshooting to

[Bug 1771811] Re: Release upgrade fails due to apt-btrfs-snapshot not being able to take a snapshot

2018-05-17 Thread keestux
The quick workaround is to remove the symlink in /sbin. You can/should make a snapshot before removing the symlink. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1771811 Title: Release upgrade

[Bug 1765616] Re: tomcat more or less broken -- java compat issues

2018-05-28 Thread keestux
Didn't you mean to say? apt install libtomcat8-java=8.5.30-1ubuntu2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1765616 Title: tomcat more or less broken -- java compat issues To manage

[Bug 1768865] [NEW] freeipa server installation fails on Bionic due to tomcat conflict

2018-05-03 Thread keestux
Public bug reported: Installing freeipa server fails at configuring certificate server (pki- tomcatd). ... Configuring kadmin [1/2]: starting kadmin [2/2]: configuring kadmin to start on boot Done configuring kadmin. Configuring certificate server (pki-tomcatd). Estimated time: 3 minutes

[Bug 1791325] Re: freeipa server needs read access /var/lib/krb5kdc

2018-09-07 Thread keestux
There was a discussion on the freeipa users list and Alexander Bokovoy was kind enough to explain what was happening. "We need access to the KDC's public certificate in case we are dealing with a KDC certificate issued by a local certmonger (self-signed) which is not trusted by the machine. You

[Bug 1791325] [NEW] freeipa server needs read access /var/lib/krb5kdc

2018-09-07 Thread keestux
Public bug reported: After installing freeipa-server you cannot login via the browser. You'll get a message: "Login failed due to an unknown reason." In /var/log/apache2/error.log there is this: -8X-8X-- [Thu Sep 06 12:00:28.720410 2018]

[Bug 1772447] Re: freeipa installation - directory /var/lib/krb5kdc is not accessible by Apache

2018-09-08 Thread keestux
Sorry for the duplicate in https://bugs.launchpad.net/bugs/1791325. I should have paid more attention. Anyway, there is a fix, what's holding it up? Right now FreeIPA server is useless in 18.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1772447] Re: freeipa installation - directory /var/lib/krb5kdc is not accessible by Apache

2018-09-09 Thread keestux
Since not everyone knows about the staging PPA (I just found it), the PPA can be found here: https://launchpad.net/~freeipa/+archive/ubuntu/staging With the PPA (4.7.0~pre2-0~ppa3) the installation completes without a problem. -- You received this bug notification because you are a member of

[Bug 1772447] Re: freeipa installation - directory /var/lib/krb5kdc is not accessible by Apache

2018-09-09 Thread keestux
Side note for Timo. There is no tag in the git repo for debian/4.7.0~pre1+git20180411-2 (commit fb666595) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772447 Title: freeipa installation -

[Bug 1769440] Re: freeipa server install fails - named-pkcs11 fails to run

2018-09-06 Thread keestux
Can we have this fix in bionic, please. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769440 Title: freeipa server install fails - named-pkcs11 fails to run To manage notifications about this bug

[Bug 1754936] Re: freeipa cleint missing

2018-03-19 Thread keestux
@Timo at what point can we expect that the freeipa packages are back in bionic? I'm not being impatient, just curious when I can start doing some experiments with freeipa (+samba) on bionic. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1769440] Re: freeipa server install fails - named-pkcs11 fails to run

2018-10-23 Thread keestux
@ahasenack When you said "Uploaded to bionic unapproved", did you mean 1:9.11.3+dfsg-1ubuntu1.3? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769440 Title: freeipa server install fails -

[Bug 1772447] Re: freeipa installation - directory /var/lib/krb5kdc is not accessible by Apache

2018-10-24 Thread keestux
@tjaalton What happened to 4.7.0~pre2-0~ppa3 in the staging PPA? Today I wanted to repeat the installation of freeipa-server on 18.04 (now that the bind9 update is available in -proposed). I wanted to use the staging PPA, because the current package in bionic is unusable. Notice that the fix

[Bug 1779340] Re: systemd-networkd-wait-online.service Failed to start Wait for Network to be Configured with bridge

2018-12-24 Thread keestux
My setup is a little bit different, but the problem is the same. I have a bridge device for LXD. This is an extra bridge for testing purpose. root@rapper:~# cat /etc/netplan/91-test-bridges.yaml network: version: 2 renderer: networkd bridges: # the key name is the name for virtual

[Bug 1769206] Re: In admin panel "Sharing - Screen Sharing". Dialog box, (bottom "Network" part of it) says there is "No networks selected for sharing". (Nothing to select) Server don't detect actual

2019-05-27 Thread keestux
So, I don't think it's a network manager bug. It's the thing that's presenting the screen sharing dialog. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769206 Title: In admin panel "Sharing -

[Bug 1769206] Re: In admin panel "Sharing - Screen Sharing". Dialog box, (bottom "Network" part of it) says there is "No networks selected for sharing". (Nothing to select) Server don't detect actual

2019-05-27 Thread keestux
It may be that @PG found a workaround, that doesn't mean the problem has gone away. If the network is managed by the system administrator, then the screen sharing dialog doesn't see the network. This is rather unfortunate. I don't want the user to be able to change the network, but I do want the

[Bug 1872185] Re: Netplan not connecting bridge with static IP

2020-04-22 Thread keestux
Same situation for me. I installed Ubuntu 20.04 (beta) on a new server and used the exact same netplan setup as on an Ubuntu 18.04 server. At startup it hangs for a long time at "Wait for Network to be Configured" which never succeeds. Eventually I can login, but the network did not get up. This

[Bug 1872185] Re: Netplan not connecting bridge with static IP

2020-04-22 Thread keestux
A bit of logging from journalctl Apr 22 11:06:21 ijssel systemd[1]: Starting Network Service... Apr 22 11:06:22 ijssel systemd-networkd[1006]: br0: netdev ready Apr 22 11:06:22 ijssel systemd-networkd[1006]: Enumeration completed Apr 22 11:06:22 ijssel systemd[1]: Started Network Service. Apr 22

[Bug 1860926] Re: Ubuntu 20.04 Systemd fails to configure bridged network

2020-04-22 Thread keestux
This may be the same bug as https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1872185 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1860926 Title: Ubuntu 20.04 Systemd fails to configure

[Bug 1872185] Re: Netplan not connecting bridge with static IP

2020-04-22 Thread keestux
This may be the same bug as https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1860926 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1872185 Title: Netplan not connecting bridge with static IP