[Bug 295520] [NEW] dhcp3-server vlan support seems to be broken

2008-11-08 Thread owagner
Public bug reported:

Binary package hint: dhcp3-server

Description:Ubuntu 8.10
Release:8.10

dhcp3-server:
  Installed: 3.1.1-1ubuntu2
  Candidate: 3.1.1-1ubuntu2
  Version table:
 *** 3.1.1-1ubuntu2 0
500 http://de.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

libpcap-dev:
  Installed: (none)
  Candidate: 0.9.8-5
  Version table:
 0.9.8-5 0
500 http://de.archive.ubuntu.com intrepid/main Packages

-- Let's have both an untagged "eth0" and a vlan "vlan2" which uses eth0 as 
it's raw device. 
-- Assign 192.168.0.1/24 to eth0 
-- and 192.168.3.1724 to vlan2. 
-- Configure both subnets in dhcpd3.conf

When a request on the untagged network comes in, everything is fine:
dhcpd receives and answers it on eth0.

Nov  8 10:33:49 grate dhcpd: DHCPDISCOVER from 00:0d:4b:0d:03:b8 via eth0
Nov  8 10:33:50 grate dhcpd: DHCPOFFER on 192.168.0.233 to 00:0d:4b:0d:03:b8 
(RadioKueche) via eth0

When a request on the vlan comes in, dhcpd first receives and answers it
on vlan2 (ok), then *also* on eth0 (not ok):

Nov  8 10:39:57 grate dhcpd: DHCPDISCOVER from 00:04:f2:16:9d:f2 via vlan2
Nov  8 10:39:57 grate dhcpd: DHCPDISCOVER from 00:04:f2:16:9d:f2 via eth0
Nov  8 10:39:58 grate dhcpd: DHCPOFFER on 192.168.3.252 to 00:04:f2:16:9d:f2 
via vlan2
Nov  8 10:39:58 grate dhcpd: DHCPOFFER on 192.168.0.220 to 00:04:f2:16:9d:f2 
via eth0

The box in question is dist-upgraded from 8.04. With 8.04, this
seemingly did NOT happen: The vlan tagged request was only processed on
vlan2.

Some investigation suggests, however, that this is a problem in dhcpd3
which just didn't always show up in 8.04. There is a change regarding
the handling of VLAN packets and packet filters in kernel 2.6.27 which
makes sure that vlan tagged packets are always presented to filters on
the underlying device (eth0 in this case) with the vlan tag removed from
the packet data. Previously (depending on the ethernet driver, from what
I could understand) the raw data was also presented, but with the vlan
tag still present.

Thus, before 2.6.27 and as a side-effect of not expecting the vlan tag,
dhcpd's LPF code would filter the vlan tagged packet away as not a valid
bootp/dhcp packet, and the dhcpd3 application code was only seeing the
packet which was received via the "vlan2" device.

Starting with 2.6.27, the LPF code now matches for both the vlan2
received packet, and the eth0 received packet, thus causing above
problem.

If the analysis is correct, this needs to be fixed upstream in dhcpd's
linux interfacing code.

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

-- 
dhcp3-server vlan support seems to be broken
https://bugs.launchpad.net/bugs/295520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269651] Re: console-kit-daemon crashed with SIGSEGV in g_str_hash()

2009-03-01 Thread owagner
The bug still happens for me with

Version: 0.2.10-1ubuntu10
Architecture: amd64

on a 8 core (Dual E5405) box. The box is running a 2.6.27 kernel build
with -j16 in a loop, and 8 instances of cpuburn-in (which is a IA32
binary)

[60783.680922] console-kit-dae[30079]: segfault at 120 ip 7f582f9d6e09 sp 
41963090 error 4 in libglib-2.0.so.0.1800.2[7f582f9aa000+c3000]
[61924.620762] console-kit-dae[20218]: segfault at 1e8 ip 7f6ecd472e09 sp 
403a5090 error 4 in libglib-2.0.so.0.1800.2[7f6ecd446000+c3000]
[62885.103384] console-kit-dae[23811]: segfault at 1e8 ip 7fa722823e09 sp 
403f0090 error 4 in libglib-2.0.so.0.1800.2[7fa7227f7000+c3000]
[63484.581385] console-kit-dae[21449]: segfault at 1c8 ip 7f789da86e09 sp 
413a4090 error 4 in libglib-2.0.so.0.1800.2[7f789da5a000+c3000]
[65885.274765] console-kit-dae[9799]: segfault at 1c8 ip 7f5f7310ee09 sp 
414db090 error 4 in libglib-2.0.so.0.1800.2[7f5f730e2000+c3000]

-- 
console-kit-daemon crashed with SIGSEGV in g_str_hash()
https://bugs.launchpad.net/bugs/269651
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 360408] [NEW] After upgrading to jaunity, cacti uses a wrong font

2009-04-13 Thread owagner
Public bug reported:

Binary package hint: cacti

Ubuntu jaunty (development branch)
cacti  0.8.7b-2.1ubuntu2
rrdtool 1.3.1-4ubuntu1
librrd 1.3.1-4ubuntu1
libpango  pango1.0-modver-1.6.

After upgrading the system to jaunty, cacti graphs suddently start to
use a proportional font, causing misalignment in the legends.

Explicitely setting fonts in cacti seem to have no effect on the
generated graphs, although the font specifications seem to be passed
correctly to rrdtool (as shown in graph debug mode)

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

-- 
After upgrading to jaunity, cacti uses a wrong font
https://bugs.launchpad.net/bugs/360408
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 360408] Re: After upgrading to jaunity, cacti uses a wrong font

2009-04-13 Thread owagner

** Attachment added: "Example graph with wrong legeld font"
   http://launchpadlibrarian.net/25332096/C%3A%5Ctemp%5Cwrong_cacti_font.png

-- 
After upgrading to jaunity, cacti uses a wrong font
https://bugs.launchpad.net/bugs/360408
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 501654] [NEW] EEE 701 doesn't resume when lid is opened, only on power button

2009-12-30 Thread owagner
Public bug reported:

Description:Ubuntu 9.10 (Ubuntu Netbook Remix)
Release:9.10 

Power Management is set to suspend on lid close. This works fine, the
machine suspends properly on lid close.

However, when reopening the lid, the system doesn't attempt to resume.
It resumes only after pressing the power button. It should resume
immediately upon opening of the lid.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: eee lid resume unr

-- 
EEE 701 doesn't resume when lid is opened, only on power button
https://bugs.launchpad.net/bugs/501654
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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