[Bug 1972897] [NEW] redirect seen as error

2022-05-10 Thread Martijn Lievaart
Public bug reported:

NOTE: this bug report is for the package iputils-ping, but the website did not 
let me enter that:
$ dpkg-query -S /bin/ping
iputils-ping: /bin/ping
$ dpkg-query -l iputils-ping
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  Architecture Description
+++-==---===
ii  iputils-ping   3:20211215-1 amd64Tools to test the reachability of 
network hosts
$

This is on 22.04 (Jammy Jellyfish), but the bug is also present in 20.04
(Focal Fossa)


The deadline option is documented to exit on receiving an ICMP error:

   -w deadline
   Specify a timeout, in seconds, before ping exits regardless of how 
many packets have been sent or received. In this case ping does not stop after 
count packet are sent, it waits
   either for deadline expire or until count probes are answered or for 
some error notification from network.

However, it exits too when a redirect is received, which is not an
error. This make it useless for liveness probes when a redirect occurs.


$ ping -w 2 strange.soleus.nu
PING strange.soleus.nu (94.142.246.148) 56(84) bytes of data.
From hv02.rtij.nl (10.0.2.4) icmp_seq=1 Redirect Host(New nexthop: lte.rtij.nl 
(10.0.0.137))

--- strange.soleus.nu ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
$

Note that the -c  option suffers from the same problem.

This does not happen in 18.04 (Bionic Beaver), which shows the expected
behaviour:

martijn@popeye:~$ ping -w 2 strange.soleus.nu
PING strange.soleus.nu (94.142.246.148) 56(84) bytes of data.
From hv02.rtij.nl (10.0.2.4): icmp_seq=1 Redirect Host(New nexthop: lte.rtij.nl 
(10.0.0.137))
64 bytes from strange.soleus.nu (94.142.246.148): icmp_seq=1 ttl=53 time=47.9 ms

--- strange.soleus.nu ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 47.908/47.908/47.908/0.000 ms
martijn@popeye:~$ grep VERSION /etc/os-release
VERSION="18.04.6 LTS (Bionic Beaver)"
VERSION_ID="18.04"
VERSION_CODENAME=bionic
martijn@popeye:~$ dpkg-query -S /bin/ping
iputils-ping: /bin/ping
martijn@popeye:~$

** Affects: iputils (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/1972897

Title:
  redirect seen as error

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


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

[Bug 1314245] Re: Missing r8169 firmware warning when installing Trusty kernel

2016-06-20 Thread Martijn Lievaart
12.04.5 LTS, same  problem. purging linux firmware or installing nonfree
does not make a difference

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

Title:
  Missing r8169 firmware warning when installing Trusty kernel

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

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


[Bug 737959] Re: ping waits 5 seconds between packets if RDNS is not present

2015-07-31 Thread Martijn Lievaart
jmitchel,

That's actually very weird, because ping *does* cache (and incorrectly:
https://bugs.launchpad.net/ubuntu/+source/iputils/+bug/1405232).

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

Title:
  ping waits 5 seconds between packets if RDNS is not present

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

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


[Bug 1246981] Re: Bluetooth mouse fails to re-connect after sleep.

2015-07-02 Thread Martijn Lievaart
Fresh install of 14.04 and another Bluetooth mouse, still the same
issue, only now no workarounds seem to work. I have to reconnect the
mouse after every suspend/resume.

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

Title:
  Bluetooth mouse fails to re-connect after sleep.

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

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


[Bug 1359689] Re: cryptsetup password prompt not shown

2015-06-09 Thread Martijn Lievaart
Workaround in #17 fixed it for me

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

Title:
  cryptsetup password prompt not shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-radeonhd/+bug/1359689/+subscriptions

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


[Bug 1193236] Re: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-*

2015-04-22 Thread Martijn Lievaart
Fresh install 14.04.02. export NO_AT_BRIDGE=1 works as a workaround.

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

Title:
   Couldn't connect to accessibility bus: Failed to connect to socket
  /tmp/dbus-*

To manage notifications about this bug go to:
https://bugs.launchpad.net/at-spi/+bug/1193236/+subscriptions

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


[Bug 737959] Re: ping waits 5 seconds between packets if RDNS is not present

2015-02-26 Thread Martijn Lievaart
The same issue is described here:
http://www.unchartedbackwaters.co.uk/pyblosxom/debian_ubuntu_dns_resolution_delays

I can confirm that removing mdns4 makes the problem go away. So it's
really https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/94940,
please merge.

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

Title:
  ping waits 5 seconds between packets if RDNS is not present

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

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


[Bug 1405232] Re: ping reports wrong IP responding under certain conditions

2015-02-16 Thread Martijn Lievaart
No, don't kick upstream. It's bug109709-less-dns.patch. Revert it, it's
bogus

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

Title:
  ping reports wrong IP responding under certain conditions

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

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


[Bug 1405232] Re: ping reports wrong IP responding under certain conditions

2015-02-16 Thread Martijn Lievaart
To follow up on myself (I seem to do that a lot) see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=109709. The problem
that this patch tries to fix is sort of real (but see below), but the
patch is plain wrong. Yes it fixes that issue, but introduces this new
bug.

Which one is more serious? I think this bug is more serious and the
patch should be (maybe partially) reverted. The original bug can be
avoided (I think) by simply using the -n switch, so it's even a solution
to a non-problem. This bug has no workaround.



** Bug watch added: Debian Bug tracker #109709
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=109709

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

Title:
  ping reports wrong IP responding under certain conditions

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

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


[Bug 1405232] Re: ping reports wrong IP responding under certain conditions

2015-02-12 Thread Martijn Lievaart
The problem even exists on an ICMP redirect.

martijn@garfield:~$ ping 172.22.226.3
PING 172.22.226.3 (172.22.226.3) 56(84) bytes of data.
From 10.0.0.138: icmp_seq=1 Redirect Host(New nexthop: 10.0.0.138)
64 bytes from 10.0.0.138: icmp_seq=1 ttl=245 time=66.4 ms
64 bytes from 10.0.0.138: icmp_seq=2 ttl=245 time=127 ms
64 bytes from 10.0.0.138: icmp_seq=3 ttl=245 time=280 ms

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

Title:
  ping reports wrong IP responding under certain conditions

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

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


[Bug 1405232] Re: ping reports wrong IP responding under certain conditions

2015-02-12 Thread Martijn Lievaart
I Noted the nexthop field is wrong as well in my last output.

What happens is a wrong optimisation. the pr_addr function assumes it is
always called with the same address, so it just returns the previous
buffer on subsequent invocations.

The following quickfix fixes both the issue in this ticket as the
nexthop issue.

$ diff -U3 ping.c{~,}
--- ping.c~ 2015-02-12 13:00:18.0 +0100
+++ ping.c  2015-02-12 13:45:47.515167752 +0100
@@ -1244,10 +1244,10 @@
 {
struct hostent *hp;
static char buf[4096] = ;
-
+   /*
if (*buf)
return(buf);
-
+   */
in_pr_addr = !setjmp(pr_addr_jmp);
 
if (exiting || (options  F_NUMERIC) ||

I think this can be kicked upstream.

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

Title:
  ping reports wrong IP responding under certain conditions

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

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


[Bug 1313787] Re: Multistrap is broken in 14.04

2015-01-15 Thread Martijn Lievaart
Fix worked for me too.

Hello? 8 months further and the simple fix has not yet been deployed?
Risks of breaking something: it's totally borked now, so no risk. Please
deploy.

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

Title:
  Multistrap is broken in 14.04

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

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


[Bug 1246981] Re: Bluetooth mouse failes to re-connect after sleep.

2014-08-06 Thread Martijn Lievaart
Oops, forgot the most important, this all started when I attache a BT
mouse, without the BT mouse there are no problems.

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

Title:
  Bluetooth mouse failes to re-connect after sleep.

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

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


[Bug 1246981] Re: Bluetooth mouse failes to re-connect after sleep.

2014-08-06 Thread Martijn Lievaart
Ubuntu 14.04
bluez: 4.101-0ubuntu13

After suspend resume things one by one hang, and I have no other option
than a hard poweroff. Ctrl-Alt-Fn to switch consoles does not work
immediately after resume, so debugging is tricky (haven't tried ssh-ing
into the box yet).

The workaround above solved it for me.

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

Title:
  Bluetooth mouse failes to re-connect after sleep.

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

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


[Bug 1099947] Re: driver unable to connect to CyberPower UPS using usbhid-ups driver

2014-03-02 Thread Martijn Lievaart
I can confirm this bug in raring. The fix in the originale bug report
fixed it for me too.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in Ubuntu.
https://bugs.launchpad.net/bugs/1099947

Title:
  driver unable to connect to CyberPower UPS using usbhid-ups driver

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1099947] Re: driver unable to connect to CyberPower UPS using usbhid-ups driver

2014-03-02 Thread Martijn Lievaart
I can confirm this bug in raring. The fix in the originale bug report
fixed it for me too.

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

Title:
  driver unable to connect to CyberPower UPS using usbhid-ups driver

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

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


[Bug 1204420] [NEW] Installing miscfiles gives warning

2013-07-24 Thread Martijn Lievaart
Public bug reported:

Ignoring install-info called from maintainer script
The package miscfiles should be rebuilt with new debhelper to get trigger 
support

** Affects: miscfiles (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/1204420

Title:
  Installing miscfiles gives warning

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

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


[Bug 1069579] Re: initramfs boot hang (waiting for termination ofwatershed vgscan vgchange proccesses) if logical volume contains volume group

2013-06-15 Thread Martijn Lievaart
My problem seems exactly the same, except as far as I can see all
symlinks are created. Interestingly, a vgscan -y -a at the command
prompt returns immediately, without error.

I do have a rather elaborate setup, with lot's of LVs containing either
filesystems or PVs (yes, PVs in LVs) and some snapshots of LVs.

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

Title:
  initramfs boot hang (waiting for termination ofwatershed vgscan
  vgchange proccesses) if logical volume contains volume group

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

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


[Bug 1098337] [NEW] IPPlan does not install

2013-01-10 Thread Martijn Lievaart
Public bug reported:

The following packages have unmet dependencies:
 ipplan : Depends: libphp-phplayersmenu but it is not installable

** Affects: ipplan (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/1098337

Title:
  IPPlan does not install

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

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


[Bug 930962] Re: dhcp3-server reports many bad udp checksums to syslog using virtio NIC

2013-01-08 Thread Martijn Lievaart
 On 7 January 2013 23:13, Martijn Lievaart 930...@bugs.launchpad.net wrote:
 According to my cursory reading of relevant RFCs and a quick wireshark
 session, the bug is in KVM virtio. An UDP packet should contain a
 checksum field of 0 for no checksum, or a correct checksum. I see bogus
 values coming in.

 OTOH, wireshark warns that this may be due to offloading, so I may not
 be correct in this analysis.

 This is due to virtio implementing 'offloading' by returning random
 garbage in the checksum field.

 Since the code to calculate the checksumis not present this offloading
 cannot be turned off.

 Since kernel has interface to inform applications that offloading is
 on it is a bug in the application to interpret the bogus checksum.
 Presumably the card has already checked it and did not bother passing
 it on.

Hi Michal,

I don't quite understand what you are saying here. Are you saying that
because Linux has a kernel interface to check for offloading, any and
all application (that cares about udp checksums) should use this? It
would seem much simpler if the virtio driver zero'd the checksum field,
any application already should be able to handle that. No Linux specific
code needed.

Martijn

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

Title:
  dhcp3-server reports many bad udp checksums to syslog using virtio NIC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/930962/+subscriptions

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


[Bug 872172] Re: libcanberra-gtk0 should recommend Gtk2 and Gtk3 module to fix: Gtk-Message: Failed to load module canberra-gtk-module

2013-01-07 Thread Martijn Lievaart
apt-get install libcanberra-gtk0 solves the problem for me. Weird,
others solved it by removing this package?

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

Title:
  libcanberra-gtk0 should recommend Gtk2 and Gtk3 module to fix: Gtk-
  Message: Failed to load module canberra-gtk-module

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

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


[Bug 930962] Re: dhcp3-server reports many bad udp checksums to syslog using virtio NIC

2013-01-07 Thread Martijn Lievaart
This workaround on bridged clients seems to make dhcpd happy

sudo iptables -A POSTROUTING -t mangle -p udp --dport 67 -j CHECKSUM
--checksum-fill

(Luckily I only need it on my Icinga to check dhcp, all clients have
fixed IPs)

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

Title:
  dhcp3-server reports many bad udp checksums to syslog using virtio NIC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/930962/+subscriptions

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


[Bug 930962] Re: dhcp3-server reports many bad udp checksums to syslog using virtio NIC

2013-01-07 Thread Martijn Lievaart
Note that the analog workaround on the server running dhcpd does not
work. I assume the raw socket used by dhcpd is read before PREROUTING is
hit. That makes this bug ugly, as the workaround must be done on *all*
clients instead of only the server.

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

Title:
  dhcp3-server reports many bad udp checksums to syslog using virtio NIC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/930962/+subscriptions

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


[Bug 930962] Re: dhcp3-server reports many bad udp checksums to syslog using virtio NIC

2013-01-07 Thread Martijn Lievaart
According to my cursory reading of relevant RFCs and a quick wireshark
session, the bug is in KVM virtio. An UDP packet should contain a
checksum field of 0 for no checksum, or a correct checksum. I see bogus
values coming in.

OTOH, wireshark warns that this may be due to offloading, so I may not
be correct in this analysis.

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

Title:
  dhcp3-server reports many bad udp checksums to syslog using virtio NIC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/930962/+subscriptions

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


[Bug 930962] Re: dhcp3-server reports many bad udp checksums to syslog using virtio NIC

2013-01-07 Thread Martijn Lievaart
As mentioned in the first comment, switching to e1000 NIC on the dhcpd
server also fixed the issue.

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

Title:
  dhcp3-server reports many bad udp checksums to syslog using virtio NIC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/930962/+subscriptions

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


[Bug 943680] Re: Apparmor profile does not authorize access to 9p shared filesystems

2012-12-04 Thread Martijn Lievaart
Bug still present on 12.10, exactly like described above.

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

Title:
  Apparmor profile does not authorize access to 9p shared filesystems

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

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


[Bug 1028668] Re: Encrypted swap does not work

2012-10-26 Thread Martijn Lievaart
I suggest this *IS* a bug, even multiple bugs, for the following reasons
* The bootwait option does not seem to work in this case
* It may make sense not to wait for fsck, but not for asking passwords, it'll 
never complete.


** Changed in: cryptsetup (Ubuntu)
   Status: Invalid = New

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

Title:
  Encrypted swap does not work

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

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


[Bug 699802] Re: error:: no video mode activated

2012-07-24 Thread Martijn Lievaart
This bug also affects me on 12.04. The solution in #24 did not work for
me, no difference. Workstation with two ATI video cards. Seperate /boot,
encrypted lvm (and and swap, but that probably doesn't make a
difference.)

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

Title:
  error:: no video mode activated

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

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


[Bug 1028668] [NEW] Encrypted swap does not work

2012-07-24 Thread Martijn Lievaart
Public bug reported:

I set up a fresh ubuntu with the alternate installer. I have a separate
/boot, an encrypted partition for LVM and an encrypted partition for
swap.

At boot, I'm asked my passphrase for the encrypted LVM partition. I
briefly see a prompt for a passphrase for my swap, but then lightdm
takes over and gives me a logon prompt.

If I manually setup the correct mapping for the swap partition, I can
(obviously) manually issue a swapon -a.

** Affects: grub2 (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/1028668

Title:
  Encrypted swap does not work

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

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


[Bug 1001988] [NEW] X Nethack does not start from the dash panel, but does start from dash home

2012-05-20 Thread Martijn Lievaart
Public bug reported:

X Nethack can be started and shows in the dash panel. When I lock it to
the launcher, X Nethack does not start when clicked.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.10.0-0ubuntu6
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,decor,mousepoll,move,vpswitch,resize,grid,place,regex,snap,compiztoolbox,imgpng,gnomecompat,session,animation,fade,workarounds,cube,rotate,scale,expo,unitymtgrabhandles,ezoom,unityshell]
Date: Sun May 20 18:29:10 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  X Nethack does not start from the dash panel, but does start from dash
  home

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

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


[Bug 1001988] Re: X Nethack does not start from the dash panel, but does start from dash home

2012-05-20 Thread Martijn Lievaart
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1001988

Title:
  X Nethack does not start from the dash panel, but does start from dash
  home

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

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


[Bug 899546] Re: ccsm segfaults if Desktop Cube is disabled while 3D windows is enabled

2012-03-03 Thread Martijn Lievaart
Maybe dupliacte of Bug #875876?

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

Title:
  ccsm segfaults if Desktop Cube is disabled while 3D windows is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compizconfig-settings-manager/+bug/899546/+subscriptions

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