Bug#615969: linux-base: Tracking a moderate number of conenctions permanently kills network

2011-03-01 Thread Alex Bennee
Package: linux-base Version: 2.6.32-30 Severity: important Tags: upstream Starting up rtorrent on a number of torrents causes my VPS to loose network connectivity. Although conntrack only reports around 250 connections the kernel oops and the network will not respond any further. I can shell

Bug#615969: linux-base: Tracking a moderate number of conenctions permanently kills network

2011-03-01 Thread Alex Bennee
Package: linux-base Version: 2.6.32-30 Severity: important Tags: upstream Starting up rtorrent on a number of torrents causes my VPS to loose network connectivity. Although conntrack only reports around 250 connections the kernel oops and the network will not respond any further. I can shell

[opennms-devel] Working with .js files within OpenNMS, jetty problems

2011-02-28 Thread Alex Bennee
Hi, I'm doing some more hacking on the node map and I'm hitting my head against a brick wall with Jetty. On the pages that need to load JavaScript jetty keeps returning NOT_FOUND despite the fact it can see them. It will however load JSP files up without a problem. Both sets of files are

Re: [opennms-devel] Working with .js files within OpenNMS, jetty problems

2011-02-28 Thread Alex Bennee
treatment. Jetty doesn't seem to care that those files are aliased but I can't see what the difference is. . If been beating my desk to often after finding out that a webserver couldn't serve files that it doesn't own... Op 28 feb. 2011 om 19:46 heeft Alex Bennee kernel-hac...@bennee.com het

Re: [opennms-devel] [PATCH] CBNL CORE: Add an OpenLayer slippy map to OpenNMS

2011-01-20 Thread Alex Bennee
On 20 January 2011 17:35, Benjamin Reed ran...@opennms.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/20/11 10:35 AM, kernel-hac...@bennee.com wrote: This patch adds support for slippy maps to display a live geo-location aware status view of your network. The new display

Re: [opennms-devel] [PATCH] CBNL CORE: Add an OpenLayer slippy map to OpenNMS

2011-01-20 Thread Alex Bennee
On 20 January 2011 17:45, Lance Vermilion opennms-de...@gheek.net wrote: This will be nice to see up and running. I did originally attach a screenshot but with the patch it went over the mailing list size limit. Is it possible to upload images to the OpenNMS wiki instance? -- Alex, homepage:

[rrd-developers] Creating new RRD files via rrdcached fails!

2011-01-14 Thread Alex Bennee
Hi, I'm 99% sure I've done something silly because I'm sure people would have noticed before me. However in testing our application I noticed that new RRD files are not being created when required. The problem is in rrdc_create which calls get_path. The get_path call calls realpath which then

[Bug 554983] Re: powertop: powertop.c:113: push_line_pid: Assertion `strlen(string) 0' failed.

2010-12-09 Thread Alex Bennee
The core dump is because of the assertion failure. Somehow the processing of /proc/timer_stats has broken. I can't see anything obvious as to why. I'd suggest running it under valgrind and seeing if that throws up any warnings. I have seen some other interesting core dumps on 10.04 in various

[rrd-developers] [PATCH] rrd_daemon: pay attention to the return value of realpath

2010-11-15 Thread Alex Bennee
Ooop, should of hit replay-all -- Forwarded message -- On 15 November 2010 15:51, kevin brintnall kbr...@rufus.net wrote: It looks like setting the 2nd arg of realpath() to NULL is not a portable way to cause it to be strdup()'ed.  i.e. on Solaris 2.8:      EINVAL           

[rrd-developers] Fixed PATCH

2010-11-14 Thread Alex Bennee
I'm not sure how I mangled that last patch as it compiled and ran OK. Anyway here is the updated patch. ___ rrd-developers mailing list rrd-developers@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers

[rrd-developers] [PATCH] rrd_daemon: pay attention to the return value of realpath

2010-11-14 Thread Alex Bennee
When the realpath() change was introduced it failed to take account of the potential for a failure of realpath if it can't navigate to the full path. As a result the strdup would fail. Unfortunatly this change broke rrdcached's automatic creation of it's journal path (although in my case this

[opennms-devel] Problems building jicmp Debian Packages

2010-11-10 Thread Alex Bennee
Hi, I'm having a lot of problems building some fresh jicmp packages on Ubuntu 10.04. Initially I thought it was down to the choice of Java JDK (I'm using openjdk) however even after patching debian/getjava to check for the OpenJDK JAVA_HOME I still got the same error. When was the last time

[Bug 595265] Re: Can not add Facebook account as add button not displayed after authorisation.

2010-11-05 Thread Alex Bennee
I tried the steps described in #157 (although I couldn't find the Gwibber permissions/authorization on FAcebook's site, I just deleted to the App). When attempting to login via the Gwibber status panel I get success reported in the text box but no Add button. I'm running the Gwibber PPA on 10.04

Re: [rrd-users] [rrd-developers] RRDTOOL 1.3.6 (rrd_update hangs)

2010-09-08 Thread Alex Bennee
On 30 March 2010 18:23, swami sw...@infineta.com wrote: But as i had said in my earlier mail, when system time is changed to be in past , subsequent rrd_update call does something which consumes CPU to 99%. Is it something  normal and if so , what does it do ? Not normal, but updates will fail

Re: [oe] [PATCH 1/2] freetype: include perl-native dependancy

2010-08-12 Thread Alex Bennee
On 12 August 2010 18:04, Tom Rini tom_r...@mentor.com wrote: kernel-hac...@bennee.com wrote: From: Alex Bennee a...@cbnl.com Freetype requires a native perl to build during it's configure step. I'm unsure how it built before unless other uses had brought in perl-native through another

Re: [oe] [PATCH] Version bump tzcode/data to 2010k

2010-07-30 Thread Alex Bennee
Will do. I was having trouble getting git email set up so I used the web UI (falsely) assuming it wouldn't munge it up. On 29 Jul 2010 20:51, Roman I Khimov ro...@khimov.ru wrote: В сообщении от Вторник 27 июля 2010 13:58:21 автор Alex Bennee написал: -SRC_URI[tzcode-2010j.md5sum

Re: [oe] [PATCH] Fix the compile failure of recode

2010-07-30 Thread Alex Bennee
Will do. Sorry for the line noise. On 29 Jul 2010 08:25, Paul Menzel paulepan...@users.sourceforge.net wrote: Am Mittwoch, den 28.07.2010, 17:40 +0100 schrieb Alex Bennee: The recode build fails because of CC/CXX environment variables being banged by: TARGET_CC_ARC... It looks like your MUA

[oe] [PATCH] Fix the compile failure of recode

2010-07-28 Thread Alex Bennee
The recode build fails because of CC/CXX environment variables being banged by: TARGET_CC_ARCH_append = ${LDFLAGS} Adding a space fixes it: From d792e217288ac56b1cc1f798c0ea67f749037f2a Mon Sep 17 00:00:00 2001 From: Alex Bennee a...@cbnl.com Date: Wed, 28 Jul 2010 17:38:39 +0100 Subject

Re: [rrd-developers] Question regarding -s option of rrdcached

2010-07-13 Thread Alex Bennee
On 10 July 2010 03:02, Bernard Li bern...@vanhpc.org wrote: Hi all: I understand that the new '-s' option for rrdcached will change the group ownership of the socket specified by -l following the -s argument, eg: # rrdcached -s rrdcached -l unix:/tmp/rrdcached.socket would change the

Re: [RaaA] Weekly status report

2010-06-29 Thread Alex Bennee
On 29 June 2010 09:15, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 29.06.2010 00:24, schrieb Maurus Cuelenaere: Do you have a branch containing the same commits but not merged with master (this makes it hard to find your work)? No, but you can rebase to master locally (or

[rrd-developers] Integrating RRD data with JS plot libraries?

2010-06-24 Thread Alex Bennee
Hi, Has anyone looked at ways of doing this? I've been looking at the flot library [1] although there are many others that aim to achieve the same sort of thing. I'm guessing that graphs over a large number of sample buckets need to reduced to a sensible number of points, possibly collecting a

Re: [RaaA] Weekly status report

2010-06-24 Thread Alex Bennee
On 23 June 2010 10:25, Alex Parker parker.ale...@gmail.com wrote: On 22 June 2010 18:46, Daniel Stenberg dan...@haxx.se wrote: On Tue, 22 Jun 2010, Thomas Martitz wrote: For a redistributable .zip (if we want that) we probably could stick to the single .rockbox approach, but for compiling from

Re: [TTS-In-Core] Status report

2010-06-09 Thread Alex Bennee
On 8 June 2010 14:42, Rafaël Carré rafael.ca...@gmail.com wrote: On Tue, 8 Jun 2010 13:57:18 +0100 Delyan Kratunov delyan.kratu...@gmail.com wrote: So the question here is whether malloc in core (even as a loadable component) is an absolute no-do. I'm not going to try and hide the ugly truth

[oe] Programtically setting TMPDIR in bitbake.conf

2010-06-03 Thread Alex Bennee
Hi, I'd like tweak the OpenEmbedded TMPDIR variable so it can optionally build into a sub-directory of ${TOPDIR} based on the current git status of the OE tree. The usage I envisage would be something like: bitbake my-image = builds to /path/to/build/current/[deploy/staging/etc...] RELEASE=1

[opennms-devel] Build stopped working (external dependency changed?)

2010-04-27 Thread Alex Bennee
Hi, Something seems to have changed in the external dependencies for OpenNMS. When I re-based my tree to the current 1.6 release I was unable to build. Going back to a known working build I still have the same problem: [INFO]

[Bug 570598] [NEW] Kernel oops caused while accessing one USB drive after a USB pen plugged in

2010-04-27 Thread Alex Bennee
Public bug reported: Shortly after inserting a USB key into my hub the kernel oopsed on accessing my other removable USB drive which I keep permanently connected to my machine. It looks as though the addition of the key may have caused by previously mounted drive to be re-registered on a new

[Bug 423748] Re: Unable to create valid debug packages from some packages

2010-04-27 Thread Alex Bennee
I can't test the current setup on Lucid, we are using LTS for a reason. I can test when transition to the next LTS release. However from your experiments it sounds like a problem that only affects the LTS and has been fixed from updates to the build system. -- Unable to create valid debug

Bug#577996: xorg: Screen occasionaly fails to unblank after resuming from suspend

2010-04-15 Thread Alex Bennee
Package: xorg Version: 1:7.5+5 Severity: important Tags: sid Since a recent update to sid (in the last 2 weeks) resume from suspend has become unreliable. Although the machine appears to resume OK I'm unable to unlock X as the screen is blank. I've been unable to switch to console mode (possibly

Bug#577996: xorg: Screen occasionaly fails to unblank after resuming from suspend

2010-04-15 Thread Alex Bennee
Package: xorg Version: 1:7.5+5 Severity: important Tags: sid Since a recent update to sid (in the last 2 weeks) resume from suspend has become unreliable. Although the machine appears to resume OK I'm unable to unlock X as the screen is blank. I've been unable to switch to console mode (possibly

Re: Bookmark mod

2010-04-09 Thread Alex Bennee
On 8 April 2010 16:58, Jeff Goode jef...@gmail.com wrote: I've got a patch ready to go at FS#11178.  It modifies the bookmark format in a way that it becomes extensible without breaking backward compatibility with pre-existing bookmarks, Is the patch extensible so the full path to files can be

Re: How to save output when working in runlevel 3 (Lenny)

2010-03-17 Thread Alex Bennee
On 17 March 2010 16:36, Mart Frauenlob mart.frauen...@chello.at wrote: On 17.03.2010 16:27, Nigel Henry wrote: Is there a way to save the output when working in runlevel 3? i'd do: your_command 21 | tee your_logfile man tee - for details Yet another option is running your upgrade within a

Re: [rrd-developers] [PATCH] Allow rrdached to set the group permissions of the Unix socket for to arbitrary groups

2010-03-02 Thread Alex Bennee
On 26 January 2010 11:09, Alex Bennee kernel-hac...@bennee.com wrote: 2010/1/25 Tobias Oetiker t...@oetiker.ch: the patch looks about right to me ... if you throw in a patch for the documentation too, I'll be glad to integrate it ... I've noticed the patch hasn't been integrated yet. Are you

Re: r24917: again no manual update

2010-02-26 Thread Alex Bennee
On 26 February 2010 08:18, Bryan Childs godea...@gmail.com wrote: On 26 February 2010 08:14, Jonathan Gordon jdgo...@gmail.com wrote: On 26 February 2010 00:05, Björn Stenberg bj...@haxx.se wrote: snip  If someone wants to dive deeper into the settings or themeing then they should go to an

[gpodder-devel] import gio dependency

2010-02-15 Thread Alex Bennee
Hi, I notice the latest GIT tree pulls in a GIO dependency in commit 6102f0ae39a6fa20a922288651498c0f11955d5f. This unfortunately breaks on Hardy Heron as it doesn't have GIO support in it's version of python-gobject. Is it possible to support the icon files another way or is it time to say

Re: [gpodder-devel] import gio dependency

2010-02-15 Thread Alex Bennee
On 15 February 2010 14:35, Thomas Perl t...@gpodder.org wrote: On Mon, Feb 15, 2010 at 10:23:02AM +, Alex Bennee wrote: I notice the latest GIT tree pulls in a GIO dependency in commit 6102f0ae39a6fa20a922288651498c0f11955d5f. This unfortunately breaks on Hardy Heron as it doesn't have GIO

[jdee-users] Importing existing projects into JDEE (is this a FAQ?)

2010-02-12 Thread Alex Bennee
Hi, I'd like to import a fairly large existing Java project into JDEE and see if it's easier to work with than Eclipse. Is there any support for creating a JDEE project file based on existing pom.xml or Maven metadata? I ask if this is a FAQ as the link to the FAQ in the project site seems to be

Bug#569134: xorg: Display will hang with a solid colour screen, only fixed by a suspend/resume cycle.

2010-02-10 Thread Alex Bennee
Package: xorg Version: 1:7.5+3 Severity: important Since the upgrade to the current xorg binaries my display has been suffering from multiple flickers and jitters. Occasionally this eventually ends up with the display going completely blank. I'm unable to switch to console mode at this point

[opennms-devel] Accessing the DAO objects

2010-02-10 Thread Alex Bennee
Hi, I'm trying to extend the Scriptd Bean Shell to have access to a few more objects when running scripts. The main thing I would like to give it access to is the OnmsNode object so scripts can do slightly more complex stuff. As far as I can tell the way to do this is through the DaoNode class.

Bug#569134: xorg: Display will hang with a solid colour screen, only fixed by a suspend/resume cycle.

2010-02-10 Thread Alex Bennee
Package: xorg Version: 1:7.5+3 Severity: important Since the upgrade to the current xorg binaries my display has been suffering from multiple flickers and jitters. Occasionally this eventually ends up with the display going completely blank. I'm unable to switch to console mode at this point

Re: Questions about the Rockbox Simulator USB insertion simulation

2010-02-07 Thread Alex Bennee
On 6 February 2010 13:11, pouly amaury amaury.po...@gmail.com wrote: Hello, I'm been working on a usb driver... snip If you want to test, you can look at my patch (FS#10916). Even if you don't have the linux driver, perhaps the usb insertion chain is similar enough to a real device to make

Re: [opennms-devel] [PATCHES] Add support for various profilers to OpenNMS

2010-02-05 Thread Alex Bennee
On 5 February 2010 02:23, DJ Gregor d...@opennms.org wrote: On Thu, 04 Feb 2010 15:22 +, Alex Bennee kernel-hac...@bennee.com wrote: snip The following two patches add command line switches to the opennms binary to enable various profiling approaches. snip Can you create an enhancement

Questions about the Rockbox Simulator USB insertion simulation

2010-02-04 Thread Alex Bennee
Hi, One thing I'd like to change about Rockbox is to enable auto bookmarking on USB insertion. This is to mitigate the problems with resuming playlists that get confused when files get removed (for example podcasts being deleted on sync as they have been played, see FS#1064). I experimented with

Re: [rrd-developers] [PATCH] Allow rrdached to set the group permissions of the Unix socket for to arbitrary groups

2010-01-26 Thread Alex Bennee
76b0b9951b7e376b03b4133d07c1bf58b56e4fc8 Mon Sep 17 00:00:00 2001 From: Alex Bennee a...@pitcairn.cambridgebroadband.com Date: Tue, 26 Jan 2010 11:03:57 + Subject: [PATCH] Document the existence of the -s id|group command line option. --- doc/rrdcached.pod | 10 ++ 1 files changed, 10

[rrd-developers] [PATCH] Allow rrdached to set the group permissions of the Unix socket for to arbitrary groups

2010-01-22 Thread Alex Bennee
:00 2001 From: Alex Bennee a...@pitcairn.cambridgebroadband.com Date: Fri, 22 Jan 2010 15:53:17 + Subject: [PATCH] Allow rrdached to set the group permissions of the Unix socket for to arbitrary groups. Obviously this will only work if rrdcached is running as root which in my case it has

[crx] Best way to notify user of an error condition in an extension

2010-01-05 Thread Alex Bennee
Hi, I want to notify the user when my extension can't contact an edit_server [1] for my It's All Text clone. Currently I use setTitle() and update the hover text for the button on the tab bar. However this is less than optimal. What is the best practice user notification method? Can I trigger a

Re: I suggest we postpone release 14 days

2009-12-16 Thread Alex Bennee
2009/12/15 pondlife pondl...@ntlworld.com: Hi Jd, No lions den here, I've been having similar thoughts every weekend when the notification e-mail arrives! I don't think the number of patches is a problem really - it's much less important than the number of bugs. Well if the Rockbox project

Re: I suggest we postpone release 14 days

2009-12-16 Thread Alex Bennee
2009/12/16 Alex Parker parker.ale...@gmail.com: 2009/12/16 Alex Bennee kernel-hac...@bennee.com Well if the Rockbox project wants to be serious about soliciting contributions from outside the core team it is a problem. The current method of sitting in IRC and badgering developers

Re: I suggest we postpone release 14 days

2009-12-16 Thread Alex Bennee
2009/12/16 Paul Louden paulthen...@gmail.com: Alex Bennee wrote: Well one suggestion would be to have nominate a person responsible for each Flyspray Category area so at least there is a first port of call to contact. And then when those people are busy? Secondary and tertiary contacts

Re: I suggest we postpone release 14 days

2009-12-16 Thread Alex Bennee
2009/12/16 Dominik Riebeling dominik.riebel...@gmail.com: On Wed, Dec 16, 2009 at 2:45 PM, Alex Bennee kernel-hac...@bennee.com wrote: Is it possible to get Flyspray to list all open tasks from a particular category? The search functionality seems to want some sort of text to search

[chromium-extensions] Content scripts and starting other actions in the page context

2009-12-14 Thread Alex Bennee
Hi, So I'm looking at options for to do something like It's All Text in Chromium. One of those things was identifying each textarea element on the page and adding a button. I used the jQuery sledgehammer mainly out of familiarity. So this is my content script which behaves as expected: var

Re: Change the erase dynamic playlist warning to a menu with several options including a quick save

2009-12-10 Thread Alex Bennee
2009/12/9 Nils deathtoallhum...@gmail.com: On Sun, Dec 6, 2009 at 10:02 PM, Alex Bennee kernel-hac...@bennee.com wrote: This allows a quick save, or a save via the filename editor rather than forcing the user to exit and select Save Playlist via the other playlist menus. I like

[Bug 273099] Re: No debug symbols package for net-snmp

2009-12-08 Thread Alex Bennee
Will there ever be a release for Hardy LTS? -- No debug symbols package for net-snmp https://bugs.launchpad.net/bugs/273099 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to net-snmp in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 273099] Re: No debug symbols package for net-snmp

2009-12-08 Thread Alex Bennee
Will there ever be a release for Hardy LTS? -- No debug symbols package for net-snmp https://bugs.launchpad.net/bugs/273099 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

Change the erase dynamic playlist warning to a menu with several options including a quick save

2009-12-06 Thread Alex Bennee
Hi, Almost a year ago I first submitted this patch to improve the Warn on Dynamic Playlist Erase dialogue with a few more options. The original patch attracted a few review comments which I have fixed in follow up patches. However the patch has remained un-merged and there have been no follow up

Re: [gentoo-user] troubles with emerge --sync

2009-11-11 Thread Alex Bennee
2009/11/11 Alan McKinnon alan.mckin...@gmail.com: The remote end cut you off. Try another mirror. Is this a know infrastructure issue. It seems to happening a lot lately. I'm wary of retrying lest I end up on a ban list. -- Alex, homepage: http://www.bennee.com/~alex/

Re: [gpodder-devel] Updating podcast played status based on scrobbler data

2009-11-02 Thread Alex Bennee
2009/10/30 Thomas Perl t...@gpodder.org: Hello, Alex! You wrote: snip So there are two possible approaches I can think of to make the handling better: 1. Re-tag the file when copied onto the device (maybe hi-jacking the album position field?) with a unique ID we can the look up. That's

[gpodder-devel] Updating podcast played status based on scrobbler data

2009-10-29 Thread Alex Bennee
Hi, I'm liking the ability to automatically set played status on my podcasts based on the scrobble log that Rockbox so helpfully generates when playing things. However the operation is currently less than ideal. The main problem is that the scrobbling device only really has a view of the

[gpodder-devel] [PATCH] Clean up the scrobble parsing

2009-10-08 Thread Alex Bennee
. -- Alex, homepage: http://www.bennee.com/~alex/ http://www.half-llama.co.uk From a0bf42476a098d8f87a15cd2a94c2d93dfa6cb01 Mon Sep 17 00:00:00 2001 From: Alex Bennee a...@bennee.com Date: Thu, 8 Oct 2009 17:20:46 +0100 Subject: [PATCH] Clean up the parsing of .scrobbler.log so it hits more often than

[Bug 183673] Re: Users-admin unlock not working

2009-10-05 Thread Alex Bennee
What package update is meant to have fixed this. I have the same problem that the Unlock button is greyed out for most of the admin tools when I access the server with ssh -Y and vncviewer. The suggested work around (#26) doesn't seem to have any effect. Obviously it's a bit crippling not being

Bug#549333: libapt's AR File parsing gets confused by filenames terminated with /

2009-10-02 Thread Alex Bennee
Package: apt Version: 0.7.20.2+lenny1 Severity: normal libapt's AR File implementation gets confused by file names which are terminated with / (which is sysv feature allowing spaces in file names). The result is hand rolling a .deb file with ar generates packages which are installable with dpkg

[opennms-devel] [RFC PATCH] Enable profiling of OpenNMS on start-up

2009-09-16 Thread Alex Bennee
tool I'm all ears. From 6ccb082bfcd9966318b49c645a44ff2489a7da77 Mon Sep 17 00:00:00 2001 From: Alex Bennee a...@pitcairn.cambridgebroadband.com Date: Wed, 16 Sep 2009 14:45:42 +0100 Subject: [PATCH] Add support for the TIJMP profiler to the opennms startup script --- opennms-daemon/src/main

Re: [opennms-devel] OpenNMS, dpkg packages and restarting after upgrades (and failing on SIGHUP)

2009-09-15 Thread Alex Bennee
2009/9/9 DJ Gregor d...@opennms.org: Neither Java nor OpenNMS handle a SIGHUP.  You have to use the OpenNMS init script (e.g.: /etc/init.d/opennms restart) to restart (or otherwise control) OpenNMS. The invoke-rc.d script calls the standard /etc/init.d/opennms init script. However the script

[gpodder-devel] Minimum GTK requirements?

2009-09-14 Thread Alex Bennee
Hi, I've just been playing with gpodder.git on my work machine which is a fairly crusty old Hardy LTS machine. I was having trouble getting the the preferences dialog to come up until I did the following: 10:23 a...@pitcairn/x86_64 [gpodder.git] git diff diff --git

Kernel configuration to boot from /dev/VolGroup00/LogGroup0

2009-09-13 Thread Alex Bennee
Hi, I've been experimenting with building my own kernels from the upstream Linus tree. I can't get the kernel to boot though as it doesn't like the Fedora style root=/dev/VolGroup00/LogGroup0 mount syntax. If I pass it root=/dev/sda2 it complains it doesn't know what type of filesystem to mount.

Re: [opennms-devel] OpenNMS, dpkg packages and restarting after upgrades (and failing on SIGHUP)

2009-09-09 Thread Alex Bennee
2009/9/9 DJ Gregor d...@opennms.org: Neither Java nor OpenNMS handle a SIGHUP.  You have to use the OpenNMS init script (e.g.: /etc/init.d/opennms restart) to restart (or otherwise control) OpenNMS. I was using the invoke-rc.d script which should be using the init script to start. I'll try

[Bug 415424] Re: libcairo2-dbg CRC doesn't match symbol (I suspect this is more widespread)

2009-09-04 Thread Alex Bennee
I wrote a quick script and found that the only debug symbols I'm sure are suspect were the origin -dbg version of the libcairo ones. There are a bunch of files in the top level of /usr/lib/debug which don't match but I was kinda guessing, e.g.: 14:31 a...@pitcairn/x86_64 [dbgsym.git] ./dbgsym.py

[Bug 423776] Re: lsdvd crashed with SIGSEGV in __libc_start_main()

2009-09-03 Thread Alex Bennee
Is this a disk that has worked before? I'm completely guessing as I don't have lsdvd on any Ubuntu systems, but on other systems I've seen crashes with interesting discs. I'd done a hacky patch to it to make it slightly more robust: commit aadfb3181c94b6e1ee1708fd256df5654e5533a4 Author: Alex

[Bug 415424] Re: libcairo2-dbg CRC doesn't match symbol (I suspect this is more widespread)

2009-09-03 Thread Alex Bennee
The problem is that when the library was built the CRC of the debug symbols file gets planted in the main library file. OProfile very sensibly checks that the CRC of the debug file matches that stored in the actual library and ignores it if it doesn't. GDB may well work and having hacked oprofile

[Bug 415424] Re: libcairo2-dbg CRC doesn't match symbol (I suspect this is more widespread)

2009-09-03 Thread Alex Bennee
It could be this only affects the Hardy packages? Or maybe something more subtle? As you say GDB should complain but it certainly doesn't seem fussy: v...@vnms:~$ gdb /usr/bin/gnome-terminal GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or

[Bug 415424] Re: libcairo2-dbg CRC doesn't match symbol (I suspect this is more widespread)

2009-09-03 Thread Alex Bennee
Just for completeness are there any pointers to using the pkg-create- dbgsym package? Installing it and rebuilding the package doesn't seem to have worked. -- libcairo2-dbg CRC doesn't match symbol (I suspect this is more widespread) https://bugs.launchpad.net/bugs/415424 You received this bug

[Bug 415424] Re: libcairo2-dbg CRC doesn't match symbol (I suspect this is more widespread)

2009-09-03 Thread Alex Bennee
It looks like this is a bug in the tools. I installed pkg-create- dbgsym and rebuilt cairo from scratch and installed the new packages and I still get failures due to bad CRCs. I shall raise a new bug as I doubt this is the libcairo package explicitly. -- libcairo2-dbg CRC doesn't match symbol

[Bug 423748] [NEW] Unable to create valid debug packages from some packages

2009-09-03 Thread Alex Bennee
Public bug reported: Following on from my investigation into LP#415424 it seems even the correct way of installing pkg-create-dbgsym doesn't allow the generation of correct debug packages. Although the packages are usable by the likes of GDB tools like oprofile rightly complain when they

[Bug 423748] Re: Unable to create valid debug packages from some packages

2009-09-03 Thread Alex Bennee
Hmm I thought Launchpad would ask me, however I'm running Hardy LTS. -- Unable to create valid debug packages from some packages https://bugs.launchpad.net/bugs/423748 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 423776] Re: lsdvd crashed with SIGSEGV in __libc_start_main()

2009-09-03 Thread Alex Bennee
Is this a disk that has worked before? I'm completely guessing as I don't have lsdvd on any Ubuntu systems, but on other systems I've seen crashes with interesting discs. I'd done a hacky patch to it to make it slightly more robust: commit aadfb3181c94b6e1ee1708fd256df5654e5533a4 Author: Alex

[Bug 415424] Re: libcairo2-dbg CRC doesn't match symbol (I suspect this is more widespread)

2009-09-03 Thread Alex Bennee
I was rebuilding from source after install the pkg-create-dbgsyms package. Although curiously installing a dbgsym from the repo you referenced: apt-get install libcairo2-dbgsym followed by opreport: snip fetching .gnu_debuglink section .gnu_debuglink section has size 18 .gnu_debuglink filename

[Bug 415424] Re: libcairo2-dbg CRC doesn't match symbol (I suspect this is more widespread)

2009-09-03 Thread Alex Bennee
Two cases: 1. Built from source (with pkg-create-dbgsyms installed). Installed my locally built package with the locally built dbgsym ddeb: sudo dpkg -i libcairo2-dbgsym_1.6.0-0ubuntu2_amd64.ddeb libcairo2_1.6.0-0ubuntu2_amd64.deb The CRCs didn't match leading me to raise #423748. 2. Installed

[Bug 415424] [NEW] libcairo2-dbg CRC doesn't match symbol (I suspect this is more widespread)

2009-08-18 Thread Alex Bennee
Public bug reported: While attempting to oprofile something on my Hardy system I discovered the following: v...@vnms1:~/ajb$ opreport -V bfd -l /usr/lib/libcairo.so.2.17.3 CPU: Core 2, speed 2500 MHz (estimated) Counted CPU_CLK_UNHALTED events (Clock cycles when not halted) with a unit mask of

[gentoo-amd64] Building 32bit Mesa for 64 bit system

2009-08-11 Thread Alex Bennee
Hi, I'm having trouble running 32bit Wine when it involves OpenGL stuff. It seems to run but I suspect the OpenGL calls that are made never get anywhere and cause the emulated program to die. There doesn't seem to be an emul package for building a 32bit Mesa. Is it possible to use the system

Re: [gentoo-amd64] Re: Building 32bit Mesa for 64 bit system

2009-08-11 Thread Alex Bennee
2009/8/11 Nikos Chantziaras rea...@arcor.de: On 08/11/2009 07:08 PM, Alex Bennee wrote: Hi, I'm having trouble running 32bit Wine when it involves OpenGL stuff. It seems to run but I suspect the OpenGL calls that are made never get anywhere and cause the emulated program to die

Re: Welcome the new RSB

2009-08-10 Thread Alex Bennee
2009/8/10 Mohamed Tarek mtare...@gmail.com: On Mon, Aug 10, 2009 at 9:18 AM, Bryan Childs godea...@gmail.com wrote: Perhaps the response was low because no-one knew there was a vote happening? That would be weird, given that Jonathan did remind us all of the vote like a couple of times

Bug#520947: spamassassin: Still failing on current stable

2009-08-06 Thread Alex Bennee
Package: spamassassin Version: 3.2.5-2 Followup-For: Bug #520947 I think I'm seeing the same failure in the current stable release. The line numbers have changed but it looks like the same failure mode of a broken pipe. -- System Information: Debian Release: 5.0.2 APT prefers stable APT

Bug#520947: spamassassin: Still failing on current stable

2009-08-06 Thread Alex Bennee
Package: spamassassin Version: 3.2.5-2 Followup-For: Bug #520947 I think I'm seeing the same failure in the current stable release. The line numbers have changed but it looks like the same failure mode of a broken pipe. -- System Information: Debian Release: 5.0.2 APT prefers stable APT

[gpodder-devel] [PATCH] Always use notifications to mention completed sync

2009-07-28 Thread Alex Bennee
This is currently the behaviour of the downloads and it makes sense for the device sync to do this as well. Otherwise you can have problems with a model dialog popping up on a random workspace waiting for user action --- src/gpodder/gui.py |2 -- src/gpodder/trayicon.py |5 ++--- 2

GDM/Gnome confused about screen size

2009-07-23 Thread Alex Bennee
Hi, Since I finally got a working KMS build I have one final problem. GDM gets confused about what the screen size actually is. Although there is a display across the whole screen the menu bar and background image take up the top 3/4 of the screen. When Gnome starts it's menubars are both

Re: Buffering Explanation

2009-07-20 Thread Alex Bennee
2009/7/19 Bryan Jacobs n...@landwarsin.asia: On Sun, 19 Jul 2009 01:30:09 +0200 Rafaël Carré rafael.ca...@gmail.com wrote: The down side you mentioned (codecs relying on reading small amounts of data repeatedly from the buffer) doesn't make sense to me, I would think a chunk would be

Database Commit Times

2009-06-11 Thread Alex Bennee
It seems like every time I start Rockbox these days it does a re-scan of my disk and then spends a minute or two committing the database. This is very frustrating when you just want to start listening straight away. Usually I've only updated a few podcasts on the file system so why does this stage

Re: Database Commit Times

2009-06-11 Thread Alex Bennee
2009/6/11 Bryan Childs godea...@gmail.com: 2009/6/11 Alex Bennee kernel-hac...@bennee.com Usually I've only updated a few podcasts on the file system so why does this stage take so long? Why have you sent this to the development list ? Well I thought the developers would probably have

Re: Database Commit Times

2009-06-11 Thread Alex Bennee
2009/6/11 Paul Louden paulthen...@gmail.com: Alex Bennee wrote: Well I thought the developers would probably have a better idea It's the development list, not the developer list. It's for discussing Rockbox development, not contacting the developers. ALL support questions, even ones where

Re: Database Commit Times

2009-06-11 Thread Alex Bennee
2009/6/11 Paul Louden paulthen...@gmail.com: Alex Bennee wrote: Fair enough, I was just curious and looking for pointers for development. Pointers for development on what? How to speed up the database updates? Maybe if you stated where you're at or what you're working on, it might

[opennms-devel] [RFC PATCH] Add a node counter to the summary page

2009-05-28 Thread Alex Bennee
for the title headings. This is against the 1.6 stable series: From 685d93654bf67623ab37a66c71a446e7a982f12d Mon Sep 17 00:00:00 2001 From: Alex Bennee a...@bennee.com Date: Thu, 28 May 2009 18:02:49 +0100 Subject: [PATCH] Add a node counter to the summary page Some of our customers are familiar

[Bug 219907] Re: detect lan printers no longer settable

2009-05-27 Thread Alex Bennee
Can confirm this is still a problem on 8.04 Hardy Heron. I guess bugs don't get fixed on Hardy unless they are confirmed on later builds :-( -- detect lan printers no longer settable https://bugs.launchpad.net/bugs/219907 You received this bug notification because you are a member of Ubuntu

Re: [Bug #13171] 2.6.30-rc2 + xorg-intel-2.7.0 + DRM_I915_KMS = corruption

2009-05-25 Thread Alex Bennee
). Bug-Entry       : http://bugzilla.kernel.org/show_bug.cgi?id=13171 Subject         : 2.6.30-rc2 + xorg-intel-2.7.0 + DRM_I915_KMS = corruption Submitter       : Alex Bennee kernel-hac...@bennee.com Date            : 2009-04-19 6:27 (36 days old) References      : http://marc.info/?l=linux-kernelm

[Valgrind-users] Catching changes to a memory location

2009-05-21 Thread Alex Bennee
Hi, I'm currently chasing down a bug in my application which looks like a pointer being corrupted after being cleared. The default Valgrind run dutifully shows the SEGV caused by following the corrupted pointer but I'd like a way of seeing all the places this pointer is touched. So far adding

[Gwibber-team] [PATCH] Remove ugly !/# tags when updating Facebook and Pidgin

2009-05-19 Thread Alex Bennee
Final try to see if the mailing list picks this up. -- Forwarded message -- From: Alex Bennee kernel-hac...@bennee.com Date: 2009/5/19 Subject: [PATCH] Remove ugly !/# tags when updating Facebook and Pidgin To: gwibber-team@lists.launchpad.net OK the mail seemed to get silently

Re: 2.6.30-rc6: Reported regressions from 2.6.29

2009-05-17 Thread Alex Bennee
      : http://bugzilla.kernel.org/show_bug.cgi?id=13171 Subject         : 2.6.30-rc2 + xorg-intel-2.7.0 + DRM_I915_KMS = corruption Submitter       : Alex Bennee kernel-hac...@bennee.com Date            : 2009-04-19 6:27 (28 days old) References      : http://marc.info/?l=linux-kernelm

Re: 2.6.30-rc6: Reported regressions from 2.6.29

2009-05-17 Thread Alex Bennee
      : http://bugzilla.kernel.org/show_bug.cgi?id=13171 Subject         : 2.6.30-rc2 + xorg-intel-2.7.0 + DRM_I915_KMS = corruption Submitter       : Alex Bennee kernel-hac...@bennee.com Date            : 2009-04-19 6:27 (28 days old) References      : http://marc.info/?l=linux-kernelm

Chromium daily builds?

2009-05-16 Thread Alex Bennee
Hi, Is anyone aware of any repo's supplying daily builds of Chromium? -- Alex, homepage: http://www.bennee.com/~alex/ CV: http://www.bennee.com/~alex/cv.php -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines:

[opennms-devel] Problems building OpenNMS Debian Packages

2009-05-11 Thread Alex Bennee
Hi, This is odd behaviour. I'm having trouble building packages for the current stable branch of OpenNMS. Building via the command line with: ./build.sh install assembly:directory-inline Works fine. However if I try and build a Debian package with the usual: dpkg-buildpackage -rfakeroot It

Bring me your broken MP4s, your twitchy AACs and other non-working m4a's

2009-05-06 Thread Alex Bennee
Hi, I've been working on a patch (FS#10160) to get some m4a files I own to play on Rockbox. Originally it looked as though the problem was Rpckbox's limitation on only being able to handle files with a single mdat atom containing data for the codec. Some I dug into the code and started adding

Re: Bring me your broken MP4s, your twitchy AACs and other non-working m4a's

2009-05-06 Thread Alex Bennee
2009/5/6 Paul Louden paulthen...@gmail.com: A known limitation, that I believe has to do with metadata parsing, Yes, a limitation I'd like to fix :-) is that very long AAC files (several hours, audiobooks for example) don't work. I'll see if my other half has some audiobooks around which

<    1   2   3   4   5   6   >