[Bug 191137] Re: [Hardy] ACPI Embedded Controller (EC) stops boot when kernel boot 'quiet' option is enabled

2008-04-13 Thread TJ
Václav, your result is interesting, thank you. I didn't have time to endlessly repeat the reboot tests when I did the DSDT patch so it is possible that it was in some way coincidental that the kernel didn't crash those times. Since doing that patch and having time to think about things more I'm

[Bug 196055] Re: [Hardy] issues with libatk libgail modules

2008-04-13 Thread TJ
Run the program from a terminal and use strace to capture all file access: $ strace -o strace.log gnutalk Close it, then search the strace log for the access to libgail: $ grep 'libgail' strace.log You'll see something like this: access(/home/tj/.gtk-2.0/2.10.0/i486-pc-linux-gnu/modules

[Bug 211415] Re: Please upgrade to modwsgi 2.0

2008-04-14 Thread TJ
This would be a useful update. Debian already publish 2.01. I've taken the debian package and Ubuntu-ised it for Gutsy and Hardy and it is in my PPA: https://launchpad.net/~intuitivenipple/+archive Please test it out. ** Changed in: mod-wsgi (Ubuntu) Importance: Undecided = Low

[Bug 191137] Re: [Hardy] ACPI Embedded Controller (EC) stops boot when kernel boot 'quiet' option is enabled

2008-04-15 Thread TJ
With quiet still enabled, try adding this boot option: ec_intr=1 It should force the GPE to use interrupt mode. Also, a long shot, but try: acpi_os_name=Windows 2006 since the Vaios often have Vista-specific functionality in the ACPI BIOS. -- [Hardy] ACPI Embedded Controller (EC) stops boot

[Bug 191137] Re: [Hardy] ACPI Embedded Controller (EC) stops boot when kernel boot 'quiet' option is enabled

2008-04-16 Thread TJ
Vladimir, that is great news! I'm building test kernels for several ACPI related bugs at present so I can't test it immediately, but if that proves to deal with this issue as a workaround until we can locate the root-cause, that is better in many ways than removing quiet. I wanted to record here

[Bug 161002] Re: Arbitrary Real Name minimum length limit refuses valid names

2008-04-02 Thread TJ
I think this is more of a feature enhancement than a bug. So far as I can determine the 5-character minimum is arbitrary rather than dictated by technical requirements. I've certainly not seen any problems in using it. I've made a version available in my PPA. This simply alters the strlen() 5

[Bug 43625] Re: Restarting Xorg after suspend causes system to hang.

2008-04-03 Thread TJ
I'm seeing the same thing on a Sony Vaio VGN-FE41Z, with Gutsy x86_64 (and Hardy beta). After having previously done a Suspend/Resume everything appears to be working okay. If at some point I log-out Xorg hangs the entire PC during its restart, before it can display the log-in prompt. Instead it

[Bug 149071] Re: -server kernel variant fails to boot on PowerEdge 2650 with AACRAID timeouts

2008-04-03 Thread TJ
Same problem affecting Hardy beta of 2008-04-02 i386 on Dell PowerEdge 6300/550 with an Adaptec PERC/2 controller. This also affects Gutsy and was reported during the Gutsy development cycle in a separate bug report. Cannot boot from server CD because of various aacraid failures. Using irqpoll

[Bug 149071] Re: -server kernel variant fails to boot on PowerEdge 2650 with AACRAID timeouts

2008-04-03 Thread TJ
In reviewing installation logs from previous kernels I found one for Feisty (2.6.20-15-generic) that didn't suffer the aacraid problems. The pertinent part where aacraid initialises is this: Jul 6 08:12:57 kernel: [5.385325] libata version 2.20 loaded. Jul 6 08:12:57 kernel: [5.393187]

[Bug 149071] Re: -server kernel variant fails to boot on PowerEdge 2650 with AACRAID timeouts

2008-04-03 Thread TJ
There seems to be a problem with the cdimage server containing the Feisty Server CD image (long time outs, less than 1KB/s transfer rate) so I've installed Feisty Alternate x86 command-line on the Dell PowerEdge 6300/550 in order to get some information on the hardware. Note that after the

[Bug 149071] Re: -server kernel variant fails to boot on PowerEdge 2650 with AACRAID timeouts

2008-04-03 Thread TJ
This is the Hardy 2.6.24 kernel panic transcribed from the attached photograph of the screen. I'm not sure if this was the first failure reported as te kernel started but I suspect it might be based on the call stack: [ 461.589252] ESI: 22ac132d EDI: f7cbda78 EBP: 22ac09e7 ESP: df839d54 [

[Bug 149071] aacraid fails on 2.6.24-15-generic with Dell PowerEdge PERC/2 RAID controller

2008-04-04 Thread TJ
I attached a serial console and captured 2.6.24-15-generic attempting to start. I've attached the log-file so we don't need to rely on screen photographs. Key features are, I think: [ 439.306852] Adaptec aacraid driver 1.1-5[2449]-ms [ 439.758050] irq 10: nobody cared (try booting with the

[Bug 149071] aacraid works on 2.6.20-15-generic with Dell PowerEdge PERC/2 RAID controller

2008-04-04 Thread TJ
For comparison here is a successful boot log from the serial console with Feisty 2.6.20-15-generic. ** Attachment added: aacraid boots, kernel log, 2.6.20-15-generic http://launchpadlibrarian.net/13115005/linux-2.6.20-25-generic.kern.log -- -server kernel variant fails to boot on PowerEdge

[Bug 149071] Re: -server kernel variant fails to boot on PowerEdge 2650 with AACRAID timeouts

2008-04-04 Thread TJ
Thanks for spotting that. Firmware was updated to the latest available from Dell going by the service tag last year. I checked for more recent releases this week before chasing the bug. The update dates are the same as the ones here *but* checking the build number I see 2.8.0 6099 is claimed for

[Bug 149071] Re: -server kernel variant fails to boot on PowerEdge 2650 with AACRAID timeouts

2008-04-09 Thread TJ
I've discovered the cause of the issue. The system contains an i450NX chipset which has peer PCI buses. To work around buggy BIOS situations where these weren't discovered a fix-up was added that looks for and scans them as secondaries of the first root bus. This causes the later ACPI code to

[Bug 149071] Re: -server kernel variant fails to boot on PowerEdge 2650 with AACRAID timeouts

2008-04-09 Thread TJ
Patch posted to kernel-team mailing list. Hopefully will be incorporated before Hardy release. ** Changed in: linux-source-2.6.22 (Ubuntu) Status: Confirmed = In Progress ** Changed in: linux-source-2.6.22 (Ubuntu) Importance: Undecided = Medium ** Changed in: linux (Ubuntu)

[Bug 149071] Re: -server kernel variant fails to boot on PowerEdge 2650 with AACRAID timeouts

2008-04-09 Thread TJ
** Attachment added: Gutsy i450NX Dell PowerEdge 6300 fix http://launchpadlibrarian.net/13285631/ubuntu-gutsy-pci-i450nx-no-secondary-bus-scan-poweredge-6300.diff -- -server kernel variant fails to boot on PowerEdge 2650 with AACRAID timeouts https://bugs.launchpad.net/bugs/149071 You

[Bug 149071] Re: -server kernel variant fails to boot on PowerEdge 2650 with AACRAID timeouts

2008-04-09 Thread TJ
** Attachment added: Hardy i450NX Dell PowerEdge 6300 fix http://launchpadlibrarian.net/13285644/ubuntu-hardy-pci-i450nx-no-secondary-bus-scan-poweredge-6300.diff -- -server kernel variant fails to boot on PowerEdge 2650 with AACRAID timeouts https://bugs.launchpad.net/bugs/149071 You

[Bug 149071] Re: -server kernel variant fails to boot on PowerEdge 2650 with AACRAID timeouts

2008-04-09 Thread TJ
Re-allocated i450NX cause to bug #214814 ** Changed in: linux (Ubuntu) Importance: High = Undecided Status: In Progress = New ** Changed in: linux-source-2.6.22 (Ubuntu) Status: In Progress = Confirmed ** Attachment removed: Hardy i450NX Dell PowerEdge 6300 fix

[Bug 214814] [NEW] BUG: soft lockup - CPU#0 stuck for 61s!

2008-04-09 Thread TJ
are patches for Gutsy and Hardy. An upstream patch for v2.6.25-rc8 is attached to the bugzilla report. ** Affects: linux Importance: Unknown Status: Unknown ** Affects: linux (Ubuntu) Importance: High Assignee: TJ (intuitivenipple) Status: In Progress -- BUG: soft

[Bug 214814] Re: BUG: soft lockup - CPU#0 stuck for 61s!

2008-04-09 Thread TJ
** Attachment added: Hardy i450NX Dell PowerEdge 6300 fix http://launchpadlibrarian.net/13298574/ubuntu-hardy-pci-i450nx-no-secondary-bus-scan-poweredge-6300.diff -- BUG: soft lockup - CPU#0 stuck for 61s! https://bugs.launchpad.net/bugs/214814 You received this bug notification because you

[Bug 214814] Re: BUG: soft lockup - CPU#0 stuck for 61s!

2008-04-09 Thread TJ
** Attachment added: Gutsy i450NX Dell PowerEdge 6300 fix http://launchpadlibrarian.net/13298582/ubuntu-gutsy-pci-i450nx-no-secondary-bus-scan-poweredge-6300.diff ** Changed in: linux (Ubuntu) Importance: Undecided = High Assignee: (unassigned) = TJ (intuitivenipple) Status

[Bug 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-04-10 Thread TJ
I've just spotted this bug report on the kernel-team mailing list thanks to Leann. I've been running a Vaio vGN-FE41Z since April 2007. I started with 32-bit builds but moved to x86_64 and have not tried 32-bit again since. I've been testing/using Hardy alongside Gutsy all the way through the

[Bug 191137] Re: i386 Hardy boots only in recovery mode on VAIO FE41Z

2008-04-11 Thread TJ
This only affects the x86 i386 build. I'm investigating further. ** Summary changed: - Hardy boots only in recovery mode on VAIO FE41Z + i386 Hardy boots only in recovery mode on VAIO FE41Z -- i386 Hardy boots only in recovery mode on VAIO FE41Z https://bugs.launchpad.net/bugs/191137 You

[Bug 191137] Re: i386 Hardy boots only in recovery mode on VAIO FE41Z

2008-04-11 Thread TJ
This only affects the x86 i386 build. I'm investigating further. -- i386 Hardy boots only in recovery mode on VAIO FE41Z https://bugs.launchpad.net/bugs/191137 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 191137] Re: i386 Hardy boots only in recovery mode on VAIO FE41Z

2008-04-11 Thread TJ
What we expect to see is: [ 28.070535] ACPI: EC: Look up EC in DSDT [ 28.077294] ACPI: Interpreter enabled [ 28.077357] ACPI: (supports S0 S3 S4 S5) [ 28.077612] ACPI: Using IOAPIC for interrupt routing [ 28.078065] ACPI: EC: non-query interrupt received, switching to interrupt mode [

[Bug 214814] Re: BUG: soft lockup - CPU#0 stuck for 61s!

2008-04-11 Thread TJ
A simpler fix was provided by Matthew Wilcox on linux-pci mailing list. It is cleaner and simpler than my DMI-based patches. Matthew's suggested patch then came to the attention of Zhao Yakui on linux-acpi who reported a patch is already in the -mm tree that solves a similar report at buzilla:

[Bug 191137] Re: i386 Hardy boots only in recovery mode on VAIO FE41Z

2008-04-11 Thread TJ
For some reason I can no longer reproduce the issue with the 2008-04-10 LiveCD, and I can't figure out why. I've tried removing the battery and doing a cold start, with and without external power, restarting from Gutsy session. Report back if you're still seeing this issue with the most recent

[Bug 191137] Re: i386 Hardy boots only in recovery mode on VAIO FE41Z

2008-04-11 Thread TJ
On external power, I've just installed the 2008-04-10 Hardy i386 LiveCD. The LiveCD hangs during boot with the messages: ACPI: EC: acpi_ec_wait timeout, status=32, expect_event=1 ACPI: EC: read timeout, command=128 However, the *installed* system boots fine: [ 13.169576] ACPI: EC: Look up EC

[Bug 191137] Re: [Hardy] ACPI Embedded Controller (EC) stops boot when kernel boot 'quiet' option is enabled

2008-04-11 Thread TJ
** Summary changed: - i386 Hardy boots only in recovery mode on VAIO FE41Z + [Hardy] ACPI Embedded Controller (EC) stops boot when kernel boot 'quiet' option is enabled -- [Hardy] ACPI Embedded Controller (EC) stops boot when kernel boot 'quiet' option is enabled

[Bug 191137] Re: [Hardy] ACPI Embedded Controller (EC) stops boot when kernel boot 'quiet' option is enabled

2008-04-11 Thread TJ
slash2314, thank-you! In all my testing I usually remove quiet splash to watch the boot messages which explains why I was unable to reproduce it. I also found this does indeed affect x86_64 as well. Because I run development kernels I never have the quiet option enabled - hence my not being

[Bug 191137] Re: [Hardy] ACPI Embedded Controller (EC) stops boot when kernel boot 'quiet' option is enabled

2008-04-11 Thread TJ
** Changed in: linux (Ubuntu) Assignee: Ubuntu Kernel Team (ubuntu-kernel-team) = Ubuntu Kernel ACPI Team (ubuntu-kernel-acpi) Status: Triaged = In Progress -- [Hardy] ACPI Embedded Controller (EC) stops boot when kernel boot 'quiet' option is enabled

[Bug 191137] Re: [Hardy] ACPI Embedded Controller (EC) stops boot when kernel boot 'quiet' option is enabled

2008-04-11 Thread TJ
Right, I know what is causing this now. We have a complex interaction of three things: 1. Early EC initialisation introduced by commit c04209a7948b95e8c52084e8595e74e9428653d3 2. Timing (especially on multiprocessor / multitasking systems) 3. Possible 'problem' with ACPI DSDT embedded controller

[Bug 191137] Re: [Hardy] ACPI Embedded Controller (EC) stops boot when kernel boot 'quiet' option is enabled

2008-04-11 Thread TJ
** Bug watch added: Linux Kernel Bug Tracker #10444 http://bugzilla.kernel.org/show_bug.cgi?id=10444 ** Also affects: linux via http://bugzilla.kernel.org/show_bug.cgi?id=10444 Importance: Unknown Status: Unknown -- [Hardy] ACPI Embedded Controller (EC) stops boot when kernel

[Bug 134857] Re: screen and graphics, 1st monitor resolution changes

2008-03-27 Thread TJ
I'm seeing this on Hardy beta amd64, on a Sony Vaio VGN-FE41Z laptop that has a Nvidia Geforce 7600 Go and 1280x800 digital flat panel (DFP). If I use displayconfig-gtk (Applications Other Screens and Graphics) to configure the external analogue 1280x1024 LCD as Screen 2 Extended, the

[Bug 147757] Re: uvcvideo module prevents system from suspending or hibernating

2008-03-28 Thread TJ
Also affects Sony Vaio VGN-FE41Z with Hardy Beta amd64. Unloading the driver prior to suspend/hibernate solves the 'failed to suspend/hibernate' issue: echo SUSPEND_MODULES=\uvcvideo\ /etc/pm/config.d/unload_modules chmod +x /etc/pm/config.d/unload_modules -- uvcvideo module prevents system

[Bug 121801] Re: Suspend using vesa driver and NVIDIA 8400M GS doesn't work

2008-03-28 Thread TJ
This also affects Hardy amd64 on Sony Vaio VGN-FE41Z using nv driver. -- Suspend using vesa driver and NVIDIA 8400M GS doesn't work https://bugs.launchpad.net/bugs/121801 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 198521] Re: Hardy regression: i810 video incorrect size; cursor paints blocks

2008-03-29 Thread TJ
I tried adding : Section Device Identifier Configured Video Device Option AccelMethod EXA EndSection But the log shows (WW) intel(0): Option AccelMethod is not used Checking man intel I see it reports The following driver Options are supported for the 830M and later chipsets: Option

[Bug 198521] Re: Hardy regression: i810 video incorrect size; cursor paints blocks

2008-03-29 Thread TJ
What is interesting is that after using displayconfig-gtk to configure Screen 1 as LCD Panel 1024x768 it doesn't just fix the resolution issue, the corrupted mouse cursor issue also seems to have gone away. I'm going to check what Gutsy and Feisty LiveCDs do since I don't recall them having the

[Bug 136837] Re: Mixer applet randomly decides to consider my sound card to be muted when changing volume

2008-03-03 Thread TJ
Confirmed on Hardy 64-bit Beta-1 (2008-03-03 LiveCD AMD64) with snd-hda- intel and SigmaTel STAC9872AK, Volume applet 2.21.92 using gstreamer 0.10.17-3. -- Mixer applet randomly decides to consider my sound card to be muted when changing volume https://bugs.launchpad.net/bugs/136837 You

[Bug 189701] Re: npviewer.bin crashed with SIGSEGV in g_slice_alloc()

2008-02-17 Thread TJ
*** This bug is a duplicate of bug 141613 *** https://bugs.launchpad.net/bugs/141613 ** This bug has been marked a duplicate of bug 141613 npviewer.bin crashed with SIGSEGV -- npviewer.bin crashed with SIGSEGV in g_slice_alloc() https://bugs.launchpad.net/bugs/189701 You received this

[Bug 189545] Re: npviewer.bin crashed with SIGSEGV in g_slice_alloc()

2008-02-17 Thread TJ
*** This bug is a duplicate of bug 141613 *** https://bugs.launchpad.net/bugs/141613 ** This bug has been marked a duplicate of bug 141613 npviewer.bin crashed with SIGSEGV -- npviewer.bin crashed with SIGSEGV in g_slice_alloc() https://bugs.launchpad.net/bugs/189545 You received this

[Bug 134274] Re: TCP_DEFER_ACCEPT causes random HTTP connection failures in load-balanced web-server farms

2008-03-19 Thread TJ
** Changed in: apache2 (Ubuntu) Assignee: TJ (intuitivenipple) = (unassigned) -- TCP_DEFER_ACCEPT causes random HTTP connection failures in load-balanced web-server farms https://bugs.launchpad.net/bugs/134274 You received this bug notification because you are a member of Ubuntu Bugs

[Bug 198521] [NEW] Hardy regression: i810 video incorrect size; cursor paints blocks

2008-03-04 Thread TJ
Public bug reported: Hardy x86 Desktop Beta (2008-03-03), Sony Vaio PCG-SRX51 and SRX41 notebooks. Running the Live CD the display doesn't fill the full screen. It leave a large unused border. The screen is physically 1024x768. The portion used is 800x600. Screen and Graphics only shows

[Bug 66696] Re: orinoco_cs doesn't support WPA

2008-03-04 Thread TJ
** Also affects: linux-source-2.6.24 (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Sourcepackagename: linux-source-2.6.24 = linux Importance: Undecided = Wishlist Status: New = Confirmed -- orinoco_cs doesn't support WPA

[Bug 62924] Re: Google Earth and Enemy Territory installers fail on amd64. Other programs may be affected.

2008-02-20 Thread TJ
The options only apply to the command itself, ensuring any conflicts are ignored so the install of the i32-libs library completes successfully. It doesn't affect anything you later install, or affect any preference for 32-bit or 64-bit. It provides alternative 32-bit libraries that 32-bit

[Bug 150567] Re: mysql query browser crashes on startup

2008-01-30 Thread TJ
*** This bug is a duplicate of bug 2382 *** https://bugs.launchpad.net/bugs/2382 ** This bug is no longer a duplicate of bug 144981 mysql-query-browser crashed with SIGSEGV in gtk_source_view_new() ** This bug has been marked a duplicate of bug 2382 mySQL Query Browser segfaults on

[Bug 147217] Re: Gutsy x86_64: mysql-query-browser crashed with SIGSEGV in gtk_source_view_new()

2008-01-30 Thread TJ
*** This bug is a duplicate of bug 2382 *** https://bugs.launchpad.net/bugs/2382 ** This bug is no longer a duplicate of bug 144981 mysql-query-browser crashed with SIGSEGV in gtk_source_view_new() ** This bug has been marked a duplicate of bug 2382 mySQL Query Browser segfaults on

[Bug 183446] Re: mysql-query-browser doesn't appear after connection is made

2008-01-30 Thread TJ
*** This bug is a duplicate of bug 2382 *** https://bugs.launchpad.net/bugs/2382 ** This bug has been marked a duplicate of bug 2382 mySQL Query Browser segfaults on AMD64 -- mysql-query-browser doesn't appear after connection is made https://bugs.launchpad.net/bugs/183446 You received

[Bug 162739] Re: mysql-query-browser crashed with SIGSEGV in gtk_source_view_new()

2008-01-30 Thread TJ
*** This bug is a duplicate of bug 2382 *** https://bugs.launchpad.net/bugs/2382 ** This bug is no longer a duplicate of bug 162272 mysql-query-browser crashes on gutsy ** This bug has been marked a duplicate of bug 2382 mySQL Query Browser segfaults on AMD64 -- mysql-query-browser

[Bug 162272] Re: mysql-query-browser crashes on gutsy

2008-01-30 Thread TJ
*** This bug is a duplicate of bug 2382 *** https://bugs.launchpad.net/bugs/2382 ** This bug has been marked a duplicate of bug 2382 mySQL Query Browser segfaults on AMD64 -- mysql-query-browser crashes on gutsy https://bugs.launchpad.net/bugs/162272 You received this bug notification

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-30 Thread TJ
I've done some preliminary investigations. Looking at the source package the version of gtksourceview shipped in mysql-query-browser is 0.8 whereas the latest version is 1.6, which might indicate there's a few bugs been fixed since! http://gtksourceview.sourceforge.net/ After looking at the

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-30 Thread TJ
Same issue here with Gutsy x86_64 using GNOME mysql-query-browser 1.2.5beta Trying to log into a remote mysql server using TCP. Give query-browser the log-in credentials and press the Connect button. After a short pause with the progress-bar scanning the dialog disappears. When run from a

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-30 Thread TJ
OK, I've found the problem. Instead of linking to and depending on an external shared library for gtksource view the package relies on gtksourceview 0.8 contained within the mysql-query-browser source package. Unfortunately, whoever created the original source tarball didn't clean the

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-30 Thread TJ
+ debian/rules build: new section for gtksourceview -- TJ [EMAIL PROTECTED] Wed, 30 Jan 2007 17:00:00 +0100 ** Attachment added: mysql-query-browser_1.2.5beta-3ubuntu7.debdiff http://launchpadlibrarian.net/11646935/mysql-query-browser_1.2.5beta-3ubuntu7.debdiff -- mySQL Query Browser segfaults

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-30 Thread TJ
build: new section for gtksourceview -- TJ [EMAIL PROTECTED] Wed, 30 Jan 2007 17:00:00 +0100 ** Attachment added: mysql-query-browser_1.2.5beta-3ubuntu7-hardy.debdiff http://launchpadlibrarian.net/11647008/mysql-query-browser_1.2.5beta-3ubuntu7-hardy.debdiff -- mySQL Query Browser segfaults

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-30 Thread TJ
The package is available in my PPA: http://ppa.launchpad.net/intuitivenipple/ubuntu mysql-query-browser (1.2.5beta-3ubuntu6~ppa1) gutsy; urgency=medium -- mySQL Query Browser segfaults on AMD64 https://bugs.launchpad.net/bugs/2382 You received this bug notification because you are a member of

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-30 Thread TJ
Please hold off on the debdiffs. There's a build error for the 32-bit package that I'm trying to pin down, although it doesn't occur in the 64-bit package: In function `gtk_source_buffer_class_init':

[Bug 187438] [NEW] FTBFS: undefined reference to `gtksourceview_marshal_VOID__BOXED_BOXED'

2008-01-30 Thread TJ
Public bug reported: Binary package hint: mysql-query-browser After fixing bug #2382 mySQL Query Browser segfaults on AMD64 and getting a successful build of the amd64 (x86_64) architecture package, the x86 package fails to build, reporting: In function `gtk_source_buffer_class_init':

[Bug 187443] [NEW] FTBFS: libgtksourceview-1.0.a: No such file or directory

2008-01-30 Thread TJ
to be used to build a library archive of the individual .o object files in gtksourceview/gtksourceview/.libs/ I'm currently investigating why this is and how to best resolve it. ** Affects: mysql-query-browser (Ubuntu) Importance: High Assignee: TJ (intuitivenipple) Status

[Bug 187438] Re: FTBFS: undefined reference to `gtksourceview_marshal_VOID__BOXED_BOXED'

2008-01-30 Thread TJ
** Changed in: mysql-query-browser (Ubuntu) Importance: Undecided = High Assignee: (unassigned) = TJ (intuitivenipple) Status: New = In Progress ** Description changed: Binary package hint: mysql-query-browser After fixing bug #2382 mySQL Query Browser segfaults on AMD64

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-30 Thread TJ
) Assignee: MOTU (motu) = TJ (intuitivenipple) Status: Confirmed = In Progress ** Attachment removed: mysql-query-browser_1.2.5beta-3ubuntu7.debdiff http://launchpadlibrarian.net/11646935/mysql-query-browser_1.2.5beta- 3ubuntu7.debdiff ** Attachment removed: mysql-query

[Bug 187438] Re: FTBFS: undefined reference to `gtksourceview_marshal_VOID__BOXED_BOXED'

2008-01-30 Thread TJ
Fix available via bug #2382. ** Changed in: mysql-query-browser (Ubuntu) Assignee: TJ (intuitivenipple) = (unassigned) Status: In Progress = Fix Committed -- FTBFS: undefined reference to `gtksourceview_marshal_VOID__BOXED_BOXED' https://bugs.launchpad.net/bugs/187438 You received

[Bug 187443] Re: FTBFS: libgtksourceview-1.0.a: No such file or directory

2008-01-30 Thread TJ
Fix available via bug #2382. ** Changed in: mysql-query-browser (Ubuntu) Assignee: TJ (intuitivenipple) = (unassigned) Status: In Progress = Fix Committed -- FTBFS: libgtksourceview-1.0.a: No such file or directory https://bugs.launchpad.net/bugs/187443 You received this bug

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-30 Thread TJ
/gtksourceview/gtksourceview/Makefile.in added AR rule to all: to build static library (closes LP #187443). -- TJ [EMAIL PROTECTED] Wed, 31 Jan 2007 00:00:00 +0100 ** Attachment added: mysql-query-browser_1.2.5beta-3ubuntu7.hardy.debdiff http://launchpadlibrarian.net/11667013/mysql-query

[Bug 2382] Re: mySQL Query Browser segfaults on AMD64

2008-01-30 Thread TJ
(closes LP #2382). + debian/rules replace -a with -e tests for clean(closes LP #187438). + mysql-query-browser/source/linux/gtksourceview/gtksourceview/Makefile.in added AR rule to all: to build static library (closes LP #187443). -- TJ [EMAIL PROTECTED] Wed, 31 Jan 2007 00:00:00 +0100

[Bug 154892] Re: kmid doesn't send note on/note off on Kubuntu Gutsy 64bits

2007-11-05 Thread TJ
investigation. ** Changed in: kdemultimedia (Ubuntu) Importance: Undecided = Low Assignee: (unassigned) = TJ (intuitivenipple) Status: New = Confirmed -- kmid doesn't send note on/note off on Kubuntu Gutsy 64bits https://bugs.launchpad.net/bugs/154892 You received this bug notification

[Bug 154892] Re: kmid doesn't send note on/note off on Kubuntu Gutsy 64bits

2007-11-05 Thread TJ
I've got the first note to play of a test file but not sure why! The test files I'm using are from Gilbert Sullivan's 'Mikado': 101.mid (If you want to know who we are) http://math.boisestate.edu/gas/mikado/webopera/mk101.html 102.mid (A wand'ring minstrel I)

[Bug 154892] Re: kmid doesn't send note on/note off on Kubuntu Gutsy 64bits

2007-11-05 Thread TJ
kmid uses the MidPlayer component of kdelibs to load and play midi files. In kmidclient.cpp kmidClient::slotPlay() does: if ((m_kMid.pid=fork())==0) { player-play(0,(void (*)(void))kmidOutput); _exit(0); } m_kMid.pctl-millisecsPlayed=0; which calls kdelib's libkmid/player.cc

[Bug 156085] Re: Could not open /proc/bus/usb/devices

2007-11-08 Thread TJ
** Changed in: qemu (Ubuntu Hardy) Assignee: TJ (intuitivenipple) = (unassigned) Status: In Progress = Confirmed -- Could not open /proc/bus/usb/devices https://bugs.launchpad.net/bugs/156085 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 161002] Arbitrary Real Name minimum length limit refuses valid names

2007-11-08 Thread TJ
Public bug reported: Binary package hint: gnupg Attempting to enter a valid Real Name less than 5 characters long results in: $ gpg --edit TJ Command adduid Real name: TJ Name must be at least 5 characters long The attached patch reduces the acceptable limit to 2 characters and results

[Bug 54884] Re: OLPC image hangs

2007-11-08 Thread TJ
Are you using kqemu hardware support? I had a similar issue recently with the XO image on Gutsy x86_64 with kvm. I found disabling the hardware support allowed it to run, whereas with the kvm-intel support there was a GPF. -- OLPC image hangs https://bugs.launchpad.net/bugs/54884 You received

[Bug 161002] Re: Arbitrary Real Name minimum length limit refuses valid names

2007-11-08 Thread TJ
gnupg (1.4.6-2ubuntu5) hardy; urgency=low * debian/patches/62_reduce_arbitrary_realname_minimum_length_limit.dpatch: Reduce arbitrary Real Name minimum length limit to 2 (LP: #161002). -- TJ [EMAIL PROTECTED] Thu, 08 Nov 2007 18:15:00 + ** Attachment added: -2ubuntu5 Hardy Enables

[Bug 65631] Re: skge driver broken: invalid call to spin_unlock causes system crash

2007-11-09 Thread TJ
** Attachment removed: Gutsy: Remove hw_lock spinlock in skge http://launchpadlibrarian.net/10318744/01_skge.patch -- skge driver broken: invalid call to spin_unlock causes system crash https://bugs.launchpad.net/bugs/65631 You received this bug notification because you are a member of

[Bug 65631] Re: skge driver broken: invalid call to spin_unlock causes system crash

2007-11-09 Thread TJ
Can anyone confirm the fault still happens when using Gutsy (2.6.22) ? I've attached a patch for Gutsy to testing. Although the drivers/net/skge.c and drivers/net/skge.h source has changed somewhat they still use drivers/net/skge.h::struct skge_hw { void __iomem *regs;

[Bug 156085] Re: Could not open /proc/bus/usb/devices

2007-11-11 Thread TJ
And there I was thinking packaging a bug-fix was a quick thing! So far I've spent 5 minutes creating the source-code patch and several hours messing about with packaging! -- Could not open /proc/bus/usb/devices https://bugs.launchpad.net/bugs/156085 You received this bug notification because you

[Bug 145604] Re: gnome-terminal resize legend displayed as blocks when Compiz is enabled

2007-11-12 Thread TJ
: Undecided Status: New ** Changed in: compiz-fusion-plugins-main (Ubuntu) Importance: Undecided = Low Assignee: (unassigned) = TJ (intuitivenipple) Status: New = Confirmed -- gnome-terminal resize legend displayed as blocks when Compiz is enabled https://bugs.launchpad.net/bugs

[Bug 145604] Re: gnome-terminal resize legend displayed as blocks when Compiz is enabled

2007-11-12 Thread TJ
Adrian, are you using Gutsy x86 or x86_64 (AMD64) ? I'm wondering if this might be an issue to do with 32-bit vs 64-bit values. If you're using 32-bit though, we can scrub that line of investigation. -- gnome-terminal resize legend displayed as blocks when Compiz is enabled

[Bug 145604] Re: gnome-terminal resize legend displayed as blocks when Compiz is enabled

2007-11-12 Thread TJ
** Attachment added: resizeinfo when using white text http://launchpadlibrarian.net/10346662/resizeinfo-white-text.png -- gnome-terminal resize legend displayed as blocks when Compiz is enabled https://bugs.launchpad.net/bugs/145604 You received this bug notification because you are a member

[Bug 145604] Re: Compiz resizeinfo legend characters appears as filled blocks

2007-11-12 Thread TJ
** Summary changed: - gnome-terminal resize legend displayed as blocks when Compiz is enabled + Compiz resizeinfo legend characters appears as filled blocks ** Description changed: - Binary package hint: compiz + Binary package hint: compiz-fusion-plugins-main Gutsy x86_64. Whilst

[Bug 145604] Re: Compiz resizeinfo legend characters appear as filled blocks

2007-11-13 Thread TJ
** Also affects: libcairo (Ubuntu) Importance: Undecided Status: New -- Compiz resizeinfo legend characters appear as filled blocks https://bugs.launchpad.net/bugs/145604 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 145604] Re: Compiz resizeinfo legend characters appear as filled blocks

2007-11-13 Thread TJ
= Low Assignee: (unassigned) = TJ (intuitivenipple) Status: New = In Progress ** Changed in: compiz-fusion-plugins-main (Ubuntu) Assignee: TJ (intuitivenipple) = (unassigned) Status: Confirmed = Invalid ** Changed in: compiz-fusion-plugins-main (Ubuntu) Importance: Low

[Bug 145604] Re: Compiz resizeinfo legend characters appear as filled blocks

2007-11-13 Thread TJ
the suggestion is that the patch was to be incorporated into Cairo but it hasn't been. I've had a conversation with Carl Worth (cworth) of the Cairo development team. In part he said: cworth: It doesn't look like the cairo-subpixel-bgr.patch was ever applied. TJ: That'd explain why we have the patch :p

[Bug 145604] Re: Compiz resizeinfo legend characters appear as filled blocks

2007-11-13 Thread TJ
Slight correction to the manually re-edited IRC conversation above - I managed to mangle the speakers in part of it. Here's the correction: cworth: But I don't really know what it's doing. And if you've found a bug in it now... TJ: In looking it over I'm already concerned on how it casts

[Bug 95817] Re: Feisty's Kernel Panics With Netgear MA401 PCMCIA Wireless Installed

2007-11-14 Thread TJ
Can you try removing the udev rules for pcmcia as a way of determining where the probing fault is initiated? Temporarily remove the file /etc/udev/rules.d/85-pcmcia.rules and try hot-plugging the card. In theory no probing should be done and if that is the cause of the issue, the kernel panic

[Bug 95817] Re: Feisty's Kernel Panics With Netgear MA401 PCMCIA Wireless Installed

2007-11-14 Thread TJ
I should mention, after removing the rule, run: $ sudo udevcontrol reload_rules -- Feisty's Kernel Panics With Netgear MA401 PCMCIA Wireless Installed https://bugs.launchpad.net/bugs/95817 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 156085] Re: Could not open /proc/bus/usb/devices

2007-11-15 Thread TJ
** Description changed: - Binary package hint: qemu + On Gutsy 64-bit using qemu/kvm (also VirtualBox and, I believe, VMWare) + and the -usb switch no USB devices are available since qemu/kvm looks + for the description of them in the 'devices' file of a usbfs mount at - On Gutsy 64-bit using

Re: [Bug 95817] Re: Feisty's Kernel Panics With Netgear MA401 PCMCIA Wireless Installed

2007-11-15 Thread TJ
On Thu, 2007-11-15 at 13:25 +, dlublink wrote: The computer, HP Compaq NX9030 does not have a serial port. Do the 64 bit machines you tested have a serial port? No, no physical serial ports although hal does report a serial8250 device. -- Feisty's Kernel Panics With Netgear MA401 PCMCIA

[Bug 156085] Re: Could not open /proc/bus/usb/devices

2007-11-15 Thread TJ
Emmet is, unfortunately, correct. I had forgotten to re-disable the section in /etc/init.d/mountdevsubfs.sh too. The devices file itself is created when a usbfs mount is created, using: $ mkdir .usbfs $ sudo mount -n -t usbfs -obusmode=0700,devmode=0600,listmode=0644 usbfs .usbfs $ ls .usbfs 001

Re: [Bug 95817] Re: Feisty's Kernel Panics With Netgear MA401 PCMCIA Wireless Installed

2007-11-15 Thread TJ
On Thu, 2007-11-15 at 15:15 +, dlublink wrote: Do you have a machine with a serial port you can test it on? Are you using a 16bit MA401 card? Unfortunately not. All the notebooks/laptops are port-less. I did think to try it in a server with a PCI-PCMCIA adaptor but I suspect that would

[Bug 163011] Re: [FTBFS] unknown field ‘ aio_reserved3’ building User Mode Linux

2007-11-15 Thread TJ
** Attachment added: arch/um/os-Linux/aio.c http://launchpadlibrarian.net/10427209/gutsy-um-aio.diff ** Changed in: linux-source-2.6.22 (Ubuntu) Importance: Undecided = High -- [FTBFS] unknown field ‘aio_reserved3’ building User Mode Linux https://bugs.launchpad.net/bugs/163011 You

[Bug 156085] Re: Could not open /proc/bus/usb/devices

2007-11-15 Thread TJ
Emmet. I just realised you seem to be suggest it worked with the patch (for KVM on Hardy wasn't it?) but the patch simply replaces /proc/bus/usb/ with /dev/bus/usb/ but there is no 'devices' file link there *unless* the uncommented magic in /etc/init.d/mountdevsubfs.sh (or equivalent) has created

[Bug 95817] Re: Feisty's Kernel Panics With Netgear MA401 PCMCIA Wireless Installed

2007-11-16 Thread TJ
Can you try adding blacklist hostap_cs to /etc/modprobe.d/blacklist and try rebooting. If we can prove the issue is in the hostap_cs driver, I can put together a debug version for you to track what is going on. -- Feisty's Kernel Panics With Netgear MA401 PCMCIA Wireless Installed

[Bug 163011] Re: [FTBFS] unknown field ‘ aio_reserved3’ building User Mode Linux

2007-11-16 Thread TJ
** Tags added: ftbfs -- [FTBFS] unknown field ‘aio_reserved3’ building User Mode Linux https://bugs.launchpad.net/bugs/163011 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 163011] [FTBFS] unknown field ‘aio_ reserved3’ building User Mode Linux

2007-11-16 Thread TJ
Public bug reported: Binary package hint: linux-source-2.6.22 $ make -j3 O=`pwd`/../uml-gutsy linux ARCH=um SUBARCH=i386 LD arch/um/drivers/ubd.o /home/all/SourceCode/linux/ubuntu-gutsy/arch/um/os-Linux/aio.c: In function ‘do_aio’:

[Bug 163011] Re: [FTBFS] unknown field ‘ aio_reserved3’ building User Mode Linux

2007-11-18 Thread TJ
** Attachment removed: arch/um/os-Linux/aio.c.diff http://launchpadlibrarian.net/10427209/gutsy-um-aio.diff ** Attachment added: arch/um/os-Linux/aio.c diff http://launchpadlibrarian.net/10464477/gutsy-um-aio.diff -- [FTBFS] unknown field ‘aio_reserved3’ building User Mode Linux

[Bug 95817] Re: Feisty's Kernel Panics With Netgear MA401 PCMCIA Wireless Installed

2007-11-19 Thread TJ
Chuck, I'm going to reassign this one to me whilst we test a debug- version of hostap_cs. ** Changed in: linux-source-2.6.22 (Ubuntu) Assignee: Chuck Short (zulcss) = TJ (intuitivenipple) -- Feisty's Kernel Panics With Netgear MA401 PCMCIA Wireless Installed https://bugs.launchpad.net/bugs

[Bug 95817] Re: Feisty's Kernel Panics With Netgear MA401 PCMCIA Wireless Installed

2007-11-19 Thread TJ
What I could really do with is stack trace of the panic. Can you capture that, even if via a digital photo/video of the screen? That will give me something to focus on in creating a debug version of the driver. Also, just so I build the correct version - are you using 32-bit (x86) or 64-bit

[Bug 134274] Re: TCP_DEFER_ACCEPT causes random HTTP connection failures in load-balanced web-server farms

2007-11-26 Thread TJ
I asked the question on the 'netdev' mailing list and got some inconclusive reactions. http://marc.info/?l=linux-netdevm=118791424531702w=2 The general consensus was that: a) TCP_DEFER_ACCEPT isn't specified in any RFC and breaks regular handshake negotiation of RFC 793. b) The load-balancer

[Bug 174738] Re: ioctl: LOOP_SET_STATUS: Invalid argument, requested cipher or key length (256 bits) not supported by kernel

2007-12-07 Thread TJ
According to $ man losetup Cryptoloop is deprecated in favor of dm-crypt. -- ioctl: LOOP_SET_STATUS: Invalid argument, requested cipher or key length (256 bits) not supported by kernel https://bugs.launchpad.net/bugs/174738 You received this bug notification because you are a member of Ubuntu

<    1   2   3   4   5   6   7   8   9   10   >