[Bug 1814478] Re: Initial keyboard setup does not work

2024-08-16 Thread Christian Henz
Encountered this today in 20.04. The fix was released in 2020/11, but
never applied to 20.04 - sadly this seem to be the state of Ubuntu
release "Support" these days - very few (non-security) Bugfixes after
release :-(

(Edit: release month was off by one)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814478

Title:
  Initial keyboard setup does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dhex/+bug/1814478/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2025124] Re: PC frequently fails to wake from suspend with kernel 5.4

2024-05-27 Thread Christian Henz
I found the change that caused this regression.

Reported upstream:
https://gitlab.freedesktop.org/drm/nouveau/-/issues/362


** Bug watch added: gitlab.freedesktop.org/drm/nouveau/-/issues #362
   https://gitlab.freedesktop.org/drm/nouveau/-/issues/362

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2025124

Title:
  PC frequently fails to wake from suspend with kernel 5.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2025124/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2063339] [NEW] `vagrant up` fails to connect to VM via SSH

2024-04-24 Thread Christian Henz
Public bug reported:

On Focal, Vagrant cannot connect to a new VM I tried to create (using
debian/bookworm64).

`vagrant up my-bookworm-vm` keeps repeating:

"Warning: Authentication failure. Retrying..."

`vagrant ssh my-bookworm-vm` however works!

The reason is that public-key authentication fails when Vagrant uses
ruby-net-ssh internally (it works with /usr/bin/ssh, which `vagrant ssh`
is just a wrapper for).

The affected versions are:

vagrant: 2.2.6+dfsg-2ubuntu3
ruby-net-ssh: 1:5.2.0-1

I installed ruby-net-ssh version 1:7.2.0-1 from Mantic, which fixed the
issue.

** Affects: vagrant (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2063339

Title:
  `vagrant up` fails to connect to VM via SSH

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vagrant/+bug/2063339/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922711] Re: libgccjit randomly segfaults

2021-04-06 Thread Christian Henz
This was fixed in Debian already 11 months ago.

https://salsa.debian.org/toolchain-
team/gcc/-/commit/6e463cee022ffb5544fe6833fe1ad4e40d2adeb5

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922711

Title:
  libgccjit randomly segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-8/+bug/1922711/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922711] Re: libgccjit randomly segfaults

2021-04-06 Thread Christian Henz
** Patch added: "Fixed version of pr87808.diff that initializes the path 
structure."
   
https://bugs.launchpad.net/ubuntu/+source/gcc-8/+bug/1922711/+attachment/5484746/+files/pr87808.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922711

Title:
  libgccjit randomly segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-8/+bug/1922711/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922711] Re: libgccjit randomly segfaults

2021-04-06 Thread Christian Henz
This crash is introduced by patch pr87808.diff:

[...]
+#ifdef FALLBACK_GCC_EXEC_PREFIX
+  if (gcc_driver_file == NULL && ::getenv ("GCC_EXEC_PREFIX") == NULL)
+{
+  struct path_prefix path;
+
+  prefix_from_env ("PATH", &path);
[...]

"path" is used uninitialized.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922711

Title:
  libgccjit randomly segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-8/+bug/1922711/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922711] [NEW] libgccjit randomly segfaults

2021-04-06 Thread Christian Henz
Public bug reported:

This test case (taken from Emacs autoconfig, "gcc-8 -o conftest -g3 -O2
conftest.c -lgccjit") randomly segfaults on Ubuntu 18.04.

christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
Segmentation fault (core dumped)
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
Segmentation fault (core dumped)
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
Segmentation fault (core dumped)

Backtrace in GDB:

Core was generated by `./conftest'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  do_add_prefix (pprefix=pprefix@entry=0x7ffe29e78c00, 
prefix=prefix@entry=0x556e0d2586a0 "/home/christian/Software/bear/bin/", 
first=first@entry=false) at ../../src/gcc/file-find.c:119
119 ../../src/gcc/file-find.c: Datei oder Verzeichnis nicht gefunden.
(gdb) bt
#0  do_add_prefix (pprefix=pprefix@entry=0x7ffe29e78c00, 
prefix=prefix@entry=0x556e0d2586a0 "/home/christian/Software/bear/bin/", 
first=first@entry=false) at ../../src/gcc/file-find.c:119
#1  0x7f417d35dfb7 in add_prefix (pprefix=pprefix@entry=0x7ffe29e78c00, 
prefix=prefix@entry=0x556e0d2586a0 "/home/christian/Software/bear/bin/") at 
../../src/gcc/file-find.c:147
#2  0x7f417d35e075 in prefix_from_string (p=, 
pprefix=pprefix@entry=0x7ffe29e78c00) at ../../src/gcc/file-find.c:201
#3  0x7f417d35e15a in prefix_from_env (env=env@entry=0x7f417d3dcb50 "PATH", 
pprefix=pprefix@entry=0x7ffe29e78c00) at ../../src/gcc/file-find.c:168
#4  0x7f417c712a91 in gcc::jit::playback::context::invoke_embedded_driver 
(this=this@entry=0x7ffe29e78e30, argvec=argvec@entry=0x7ffe29e78c98) at 
../../src/gcc/jit/jit-playback.c:2513
#5  0x7f417c715341 in gcc::jit::playback::context::invoke_driver(char 
const*, char const*, char const*, timevar_id_t, bool, bool) () at 
../../src/gcc/jit/jit-playback.c:2492
#6  0x7f417c7163f8 in gcc::jit::playback::context::convert_to_dso 
(this=this@entry=0x7ffe29e78e30, 
ctxt_progname=ctxt_progname@entry=0x7f417d3cff1c "libgccjit.so") at 
../../src/gcc/jit/jit-tempdir.h:59
#7  0x7f417c71647a in gcc::jit::playback::compile_to_memory::postprocess 
(this=0x7ffe29e78e30, ctxt_progname=0x7f417d3cff1c "libgccjit.so") at 
../../src/gcc/jit/jit-playback.c:1900
#8  0x7f417c714e0f in gcc::jit::playback::context::compile 
(this=this@entry=0x7ffe29e78e30) at ../../src/gcc/jit/jit-playback.c:1873
#9  0x7f417c70b374 in gcc::jit::recording::context::compile 
(this=this@entry=0x556e0d20a730) at ../../src/gcc/jit/jit-recording.c:1352
#10 0x7f417c6ff780 in gcc_jit_context_compile (ctxt=0x556e0d20a730) at 
../../src/gcc/jit/libgccjit.c:2679
#11 0x556e0b327a49 in main (argc=, argv=) at 
conftest.c:131


Interestingly, I have not been able to reproduce the crash when running the 
program directly under gdb.

** Affects: gcc-8 (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Test case"
   https://bugs.launchpad.net/bugs/1922711/+attachment/5484649/+files/conftest.c

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922711

Title:
  libgccjit randomly segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-8/+bug/1922711/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1836022] [NEW] Cannot start containers after docker.io update

2019-07-10 Thread Christian Henz
Public bug reported:

(This is on xenial, but I've had similar problems on bionic as well).

The docker.io package was updated last night (via unattended-upgrades),
and this morning I could no longer start containers, the error message
being:

docker: Error response from daemon: failed to start shim: exec:
"docker-containerd-shim": executable file not found in $PATH: unknown.

To get it to work again I

- pruned all stopped containers
- restarted dockerd
- restarted containerd

Not sure if all of these steps were needed.

An issue like this seems to pop up basically whenever the docker.io
package is updated.

** Affects: docker.io (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1836022

Title:
  Cannot start containers after docker.io update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1836022/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1830945] Re: DNS settings from interfaces file are ignored

2019-06-11 Thread Christian Henz
I would still consider it a bug. AFAIK this is the correct way to bind
an interface to multiple addresses. It is explictly mentioned in
interfaces (5).

My "workaround" of removing the second address only works because I no
longer have a need for it at this time.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1830945

Title:
  DNS settings from interfaces file are ignored

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1830945/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1830945] Re: DNS settings from interfaces file are ignored

2019-05-29 Thread Christian Henz
I have now removed the second address stanza from the interfaces file,
and the dns settings work again.

I am no longer sure the machine was in fact rebooted with these settings
in place, since my logs only reach back to the start of april (the
interfaces file was last changed in august of last year).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1830945

Title:
  DNS settings from interfaces file are ignored

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1830945/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1830945] [NEW] DNS settings from interfaces file are ignored

2019-05-29 Thread Christian Henz
Public bug reported:

Since a recent reboot (00:00 CEST on tuesday to be precise), DNS
settings from the interfaces file are no longer present in resolvconf. A
file /run/resolvconf/interface/eth0.inet exists but is empty.

This is happening on a xenial system. I have since rebooted once more,
with the same result.

These are the contents of /etc/network/interfaces:
 
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.168.200.52
netmask 255.255.255.0
gateway 192.168.200.5
dns-nameserver 192.168.200.5
dns-nameserver 8.8.8.8

# second address
iface eth0 inet static
  address 192.168.200.67
  netmask 255.255.255.0


I'm running dnsmasq as a local DNS server on this system, which expects
to get the "upstream" dns servers from resolvconf and thus can no longer
resolve external addresses.

Until this recent reboot, this configuration has worked without issue
for many months, I have the etckeeper log to prove it :-).

Here are some relevant excerpts from the logs:
 
systemd[1]: Starting Clean up any mess left by 0dns-up...
systemd[1]: Reached target Remote File Systems.
systemd[1]: Started Clean up any mess left by 0dns-up.
systemd[1]: Starting Nameserver information manager...
systemd[1]: Started Nameserver information manager.
systemd[1]: Reached target Sockets.
systemd[1]: Reached target Basic System.
systemd[1]: Starting dnsmasq - A lightweight DHCP and caching DNS server...
systemd[1]: Starting Restore /etc/resolv.conf if the system crashed before the 
ppp link was shut down...
systemd[1]: Starting Raise network interfaces...
systemd[1]: Started ifup for eth0.
systemd[1]: Started Restore /etc/resolv.conf if the system crashed before the 
ppp link was shut down.
ifup[624]: /sbin/ifup: waiting for lock on /run/network/ifstate.eth0
systemd[1]: Started Raise network interfaces.
systemd[1]: Reached target Network.
dnsmasq[583]: dnsmasq: syntax check OK.
systemd[1]: Reached target Network is Online.
ntpdate[840]: name server cannot be used: Temporary failure in name resolution 
(-3)
dnsmasq[975]: started, version 2.75 cachesize 150
dnsmasq[975]: compile time options: IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 
no-Lua TFTP conntrack ipset auth DNSSEC loop-detect inotify
dnsmasq[975]: DNS service limited to local subnets
dnsmasq-dhcp[975]: DHCP, IP range 192.168.200.100 -- 192.168.200.200, lease 
time 1h
dnsmasq[975]: using local addresses only for domain myname.local
dnsmasq[975]: no servers found in /var/run/dnsmasq/resolv.conf, will retry
dnsmasq[975]: read /etc/hosts - 14 addresses
ntpd[1060]: error resolving pool 0.ubuntu.pool.ntp.org: Temporary failure in 
name resolution (-3)
systemd[1]: Started dnsmasq - A lightweight DHCP and caching DNS server.
systemd[1]: Reached target Host and Network Name Lookups.
ntpd[1060]: error resolving pool 1.ubuntu.pool.ntp.org: Temporary failure in 
name resolution (-3)


** Affects: resolvconf (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1830945

Title:
  DNS settings from interfaces file are ignored

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1830945/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1771309] Re: linux-libc-dev: linux/errno.h referrs to non-existing asm/errno.h

2018-05-15 Thread Christian Henz
I believe the error that I ran into was caused by inadvertently
compiling with "-m32" without having linux-libc-dev:i386 installed, in
which case the preprocessor somehow falls through to including the
broken /usr/include/linux/errno.h

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1771309

Title:
  linux-libc-dev: linux/errno.h referrs to non-existing asm/errno.h

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1771309/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1771309] [NEW] linux-libc-dev: linux/errno.h referrs to non-existing asm/errno.h

2018-05-15 Thread Christian Henz
Public bug reported:

/usr/include/asm does not exist on my machine - only /usr/include/asm-generic. 
This seems to be a common problem: 
(https://stackoverflow.com/questions/14795608/asm-errno-h-no-such-file-or-directory
)

These are the relevant packages I have installed:

dpkg -l | egrep "linux-(headers|libc)"
ii  linux-headers-4.4.0-124 4.4.0-124.148   
   all  Header files related to Linux kernel version 4.4.0
ii  linux-headers-4.4.0-124-generic 4.4.0-124.148   
   amd64Linux kernel headers for version 4.4.0 on 64 bit x86 SMP
ii  linux-headers-generic   4.4.0.124.130   
   amd64Generic Linux kernel headers
ii  linux-libc-dev:amd644.4.0-124.148   
   amd64Linux Kernel Headers for development
ii  linux-libc-dev-armhf-cross  4.4.0-18.34cross1   
   all  Linux Kernel Headers for development (for 
cross-compiling)

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1771309

Title:
  linux-libc-dev: linux/errno.h referrs to non-existing asm/errno.h

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1771309/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1704401] [NEW] Upstream bug/PR 66343: UBSan sometimes generates broken code

2017-07-14 Thread Christian Henz
Public bug reported:

gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609

Ran into this today - under certain circumstances,
"-fsanitize=undefined" generates ambiguous local labels so that the code
cannot be assembled.

This is already fixed upstream, also backported to the gcc-5-branch, but
not released as of today.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66343

** Affects: gcc-5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1704401

Title:
  Upstream bug/PR 66343: UBSan sometimes generates broken code

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1704401/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs