[Bug 1813394] Re: DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

2021-12-07 Thread MartinRunge
The same problem occurs when the hdd is automatically decrypted with
clevis and a tang server. The script /usr/share/initramfs-
tools/scripts/local-bottom/clevis tries to deactivate the network
interface again after it got the secret to decrypt the disk from the
tang server:

...
for iface in /sys/class/net/*; do
if [ -e "$iface" ]; then
iface=$(basename "$iface")
ip link  set   dev "$iface" down
ip addr  flush dev "$iface"
ip route flush dev "$iface"
fi
done

The presence of /run/net-*.conf and /run/netplan/*.yaml leads to the
interface beeing managed by systemd-networkd instad of NetworkManager
here, too.

Instead of implementing removal of the files in dropbear an clevis,
maybe there is a single place to serve both, dropbear and clevis?

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

Title:
  DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

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


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

[Bug 1813394] Re: DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

2021-12-07 Thread MartinRunge
** Also affects: clevis (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/1813394

Title:
  DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

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


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

[Bug 1793893] [NEW] Tracking module not included

2018-09-22 Thread MartinRunge
Public bug reported:

The tracking module from opencv_contrib is omitted in packaging.
Actually it is commented out in the .install file.

** Affects: opencv (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/1793893

Title:
  Tracking module not included

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

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

[Bug 637848] Re: avahi-daemon should be restarted automatically after suspend/resume cycle

2014-09-09 Thread MartinRunge
Same bahaviour here. Ubuntu 14.04 64 bit. Service provider is a RaspberryPi 
running Raspbian. When I suspend my Ubuntu machine for some time, it will only 
list local services after resume. Remote services will appear again after 
reconnecting the network connection (WLAN using NetworkManager).
When resuming soon enough, I can not see this problem and remote sevices are 
still listed.

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

Title:
  avahi-daemon should be restarted automatically after suspend/resume
  cycle

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

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


[Bug 952999] Re: gdb crashed with ImportError in /usr/lib/debug/usr/lib/i386-linux-gnu/libstdc++.so.6.0.16-gdb.py: No module named libstdcxx.v6.printers

2012-11-10 Thread MartinRunge
Same bug in quantal. I fixed it locally on my machine by making a
symlink:

cd /usr/lib/debug/usr
sudo ln -s ../../../share/ share

looks like the python scripts included with libstdcxx for autoloading
the pretty printers (libstdc++.so.6.0.17-gdb.py) expects itself in
/usr/lib/x86_64-linux-gnu (same folder as the DSO that is loaded). From
there it constructs a relative path to the base folder of the
prettyprinters (/usr/share/gcc-4.7/python).

Unfortunately, in Ubuntu the autoload script is actually located here:
/usr/lib/debug/usr/lib/x86_64-linux-gnu. The symlink makes the base
folder appear in that path, too.

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

Title:
  gdb crashed with ImportError in /usr/lib/debug/usr/lib/i386-linux-
  gnu/libstdc++.so.6.0.16-gdb.py: No module named libstdcxx.v6.printers

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

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


[Bug 39315] Keyboard random repeat and dropped key presses: possible solution

2007-05-02 Thread MartinRunge
I have had the same problem in to two different setups and here is what
solved the problem for me:

1) Ubuntu 6.10 in VM-Ware Player
2) Ubuntu 7.04 on AMD64 X2 on Mainboard Asus M2N-E

Same behaviour on both, so I guess the hardware details are not so
important. The Problem appeared from one day to the next without any
change in the system.

I tried Rebooting, on the AMD64 as that had helped in the VM-WarePlayer, but no 
success. But rebooting keeps several components of the PC unter power. You can 
see
several LEDs still bright while Computer is switched off. So I shut down the 
computer and pulled the Plug for several seconds. All the LED were dark then 
(of cause :-). Reconnect to power and switch on and... the problem was gone.

So maybe there is an issue in the keyboard driver not initializing
enough registers at startup? If they contain a wrong value for some
resaon, you cannot get it out be reloading the driver or rebooting the
computer.

Good luck
Martin

-- 
Keyboard random repeat and dropped key presses
https://bugs.launchpad.net/bugs/39315
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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