[Bug 245855] [NEW] Hardy Installer: 'Attempt to mount a file system with type swap...' fails

2008-07-05 Thread TJ
Public bug reported: Binary package hint: ubiquity Using the Hardy desktop live CD installer (x86) results in the message: "The attempt to mount a file system with type swap in LVM VG raid1, LV swap at none failed" Surely it shouldn't try to mount a swap partition? The system is configured wit

[Bug 44609] Re: RAID not implemented (use alternate CD instead)

2008-07-05 Thread TJ
This also/still affects Hardy, but there is a work-around. First, once the Live CD has started, open a terminal and run: sudo su sed -i 's,^\( *grep -v '^/dev/md' |\),#\1,' /lib/partman/init.d/30parted | grep '/dev/md' This will allow Ubiquity's partman to report /dev/md* devices by commenting

[Bug 252262] [NEW] dpkg-source: Ubuntu maintainer check too broad

2008-07-27 Thread TJ
Public bug reported: Binary package hint: dpkg using debuild -S the operation failed with: dpkg-source: error: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address It is caused by the test for an ubuntu.XXX email address in dpkg-source being too broad: i

[Bug 252262] Re: dpkg-source: Ubuntu maintainer check too broad

2008-07-28 Thread TJ
I am fully aware of the use of the Maintainer field but you miss my point. The key phrase in the wiki article you reference (which I'd already reviewed before posting this bug) is: "If the Maintainer field contains an ubuntu.com email address..." The email address I use to sign packages is [EMAIL

[Bug 253230] [NEW] Should it Build-Depends on libvdeplug2-dev?

2008-07-30 Thread TJ
Public bug reported: Binary package hint: kvm qemu, through kvm, has support for VDE2 (Virtual Distributed Ethernet). The debian package includes vde2 in its list of Suggests but the current package has no Build-Depends libvdeplug2-dev. The package is also not built with the configure option --e

[Bug 253230] Re: Should it Build-Depends on libvdeplug2-dev?

2008-07-30 Thread TJ
** Description changed: Binary package hint: kvm qemu, through kvm, has support for VDE2 (Virtual Distributed Ethernet). The debian package includes vde2 in its list of Suggests but the current package has no Build-Depends libvdeplug2-dev. + The package is also not built with the con

[Bug 12296] Re: PHP5 or PHP4 for apache2-mpm-worker

2008-07-31 Thread TJ
Colin, I wrote a how-to "Apache 2 with FastCGI, SuExec and PHP" It possibly covers more than you need since it sets suexec up for VirtualMin's web-homes as well as the FastCGI/PHP configuration, but it is a full step-by-step-with-code guide based on my own experience. http://tjworld.net/wiki/Howt

[Bug 253588] [NEW] PXE builds not commented out as claimed in changelog

2008-07-31 Thread TJ
Public bug reported: Binary package hint: kvm debian/changelog claims: - Comment out PXE rom builds (etherboot is not in main at this point). But the relevant section of debian/rules is not commented out. The change was introduced with 1:69+dfsg-1ubuntu1 and looking at the kvm_69+dfsg-1ubu

[Bug 220871] Re: Creating a new context using the /admin interface does not commit changes.

2008-08-24 Thread TJ
According to the documentation this is by design, since the tomcat5.5 user does not have the necessary privileges to make the changes: /usr/share/doc/tomcat5.5/README.Debian There is a webapp for basic web-based administration of Tomcat's webapps in the tomcat5.5-admin package. You need to add

[Bug 249293] Re: nagios-statd-client should not depend only on nagios

2008-08-26 Thread TJ
I think on Hardy it is slightly more serious. Unless I've missed something, Nagios v1.x isn't packaged and therefore nagios-statd-client depending in nagios rather than nagios2 effectively orphans the package (assuming the package is okay to use with nagios2, of course). ** Changed in: nagios-stat

[Bug 249293] Re: nagios-statd-client should not depend only on nagios

2008-08-26 Thread TJ
Update on *why* the client depends on nagios, not nagios2. There is no specific Depends on nagios but debhelper deduces it from the path the client is installed to, which is specified in the client's .install file. I examined nagios2-common and the plug-in packages and noticed the paths for plug-

[Bug 261026] Re: exim4 install fails with error: incompatible command-line options

2008-08-26 Thread TJ
This appears to be the Debian bug which has been fixed: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477194 ** Changed in: exim4 (Ubuntu) Importance: Undecided => Medium Status: New => Confirmed -- exim4 install fails with error: incompatible command-line options https://bugs.lau

[Bug 261026] Re: exim4 install fails with error: incompatible command-line options

2008-08-26 Thread TJ
A work-around which solved it here is to edit "/etc/init.d/exim4" and remove the quotes surrounding variables holding optional parameters passed to start-stop-daemon, since if those variables are empty a pair of quote-marks will be passed to start-stop-daemon. After editing the file force apt to f

[Bug 262361] [NEW] Prompts for two Encryption Keys simultaneously

2008-08-28 Thread TJ
Public bug reported: Binary package hint: network-manager Network Manager 0.7 prompts for the encryption key for two APs (Access Points) simultaneously, Also, there is no AP identifier in the encryption key request dialog-box so the user has no idea which dialog- box represents which AP, or even

[Bug 262361] Re: Prompts for two Encryption Keys simultaneously

2008-08-28 Thread TJ
** Description changed: Binary package hint: network-manager Network Manager 0.7 prompts for the encryption key for two APs (Access - Points) simultaneously, Also, there is no AP identifier in the - encryption key request dialog-box so the user has no idea which dialog- - box represents whi

[Bug 282019] Re: Wrong group ownership on files in /etc

2008-12-06 Thread TJ
I lost track of where this was originating and forgot to de-assign myself. Doing that now. ** Changed in: ubuntu Assignee: TJ (intuitivenipple) => (unassigned) -- Wrong group ownership on files in /etc https://bugs.launchpad.net/bugs/282019 You received this bug notification because

[Bug 218671] Re: MinY < MaxY leads to unexpected behaviour

2008-11-20 Thread TJ
I've added alendubri's patched version for Hardy into my PPA: https://edge.launchpad.net/~intuitivenipple/+archive?field.name_filter =xserver-xorg-input-elographics&field.status_filter=published I'm also attaching a debdiff for Hardy (1:1.1.0-3ubuntu1). ** Attachment added: "Hardy debdiff" h

[Bug 294339] Re: [intrepid] Live CD not booting on Intel Centrino Laptop with GME chipset - possibly ACPI

2008-12-03 Thread TJ
Dana, thanks for capturing the boot log - that helps immensely. Having had a look it *seems* as if the cause might be related to decoding one of the ACPI DSDT thermal zone packages. Could you extract and attach the DSDT of that system please? acpidump -b -t DSDT -o /tmp/HP-Elite-8530w.dsdt tar -c

[Bug 151146] Re: Kernel Panic - not syncing: VFS after upgrade.

2008-12-03 Thread TJ
I've just updated an x86 system from Hardy to Intrepid and experienced the same issue. In this case the system has encrypted RAID-5 LVM volumes for /, /var/ and /home/, all opened via a LUKS cryptographic key-file on a USB flash memory device. The GRUB menu has been incorrectly updated and has n

[Bug 151146] Re: Kernel Panic - not syncing: VFS after upgrade.

2008-12-04 Thread TJ
Update. I'm not sure how GRUB came to be missing the "initrd" entry for the Intrepid menu item. As I added it manually I don't feel inclined to try and track down the cause. The failure to load the Hardy kernel appears to be because the upgrade removed all the Hardy kernels but the original -19

[Bug 290935] Re: dual screen all panels end up on one screen at startup

2009-06-21 Thread TJ
I've cherry-picked the upstream patch and added it to the package and it will be available from my PPA for testing. -- dual screen all panels end up on one screen at startup https://bugs.launchpad.net/bugs/290935 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 290935] Re: dual screen all panels end up on one screen at startup

2009-06-21 Thread TJ
Debdiff for Jaunty ** Attachment added: "Use correct DISPLAY when using multiple screens" http://launchpadlibrarian.net/28166071/glib2.0_2.20.1-0ubuntu3%7Etj%7Eppa1j.debdiff -- dual screen all panels end up on one screen at startup https://bugs.launchpad.net/bugs/290935 You received this bug

[Bug 278261] Re: two xscreens -> gnome panel crashes

2009-06-21 Thread TJ
Having just patched glib to fix bug #290935 "dual screen all panels end up on one screen at startup" I'm using dual screens again and hit this bug whilst using compiz cube and nvidia drivers. Metacity "/apps/metacity/general/compositing_manager" = false. Running gnome-panel from within gdb shows

[Bug 278261] Re: two xscreens -> gnome panel crashes

2009-06-21 Thread TJ
I neglected to install the libgtk ebug symbols for the previous back- trace. Here's a summary of the key parts that I'm focusing on: #19 0x7fd66d49a588 in gdk_window_x11_set_cursor (window=0x148f960, cursor=0x0) at /build/buildd/gtk+2.0-2.16.1/gdk/x11/gdkwindow-x11.c:2912 #20 0x7fd66d

[Bug 278261] Re: two xscreens -> gnome panel crashes

2009-06-21 Thread TJ
Looking at the libx11-dev package source code I see that the 'Display' value is optimized out into a register variable, which is a pain since that is likely key to the bug and doesn't show up in gdb output. libx11/src/DefCursor.c: int XDefineCursor ( register Display *dpy, Window w, C

[Bug 278261] Re: two xscreens -> gnome panel crashes

2009-06-22 Thread TJ
I believe I've managed to identify the issue here. It is dependent on my having correctly navigated the register variable identification. Gdb is supposed to report which register the variable is stored in using "info address dpy" but this reports "Symbol "dpy" is a variable with multiple locations"

[Bug 390985] [NEW] 16_compiz_workspace_switcher.patch assumes single screen

2009-06-22 Thread TJ
Public bug reported: Binary package hint: gnome-panel This patch assumes a single-head, not multi-head monitor configuration and uses a hard-coded 'screen0' value. In some circumstances where the Compiz hsize &vsize settings on screen0 and screen1 are different this will cause unexpected and unw

[Bug 327175] Re: Sometimes loses input devices on suspend/resume: Device has changed - disabling.

2009-06-15 Thread TJ
I've been experiencing this recently with the Bluetooth mouse. It occurs after multiple suspend/resume cycles - I'd guess 4 or 5 cycles before it hits. The mouse associates but the cursor is no longer controlled, and Xorg.0.log shows: II) config/hal: Adding input device Bluetooth Travel Mouse (**)

[Bug 333732] [NEW] Touchpad cursor trapped on screen 1

2009-02-24 Thread TJ
Public bug reported: Binary package hint: xserver-xorg-input-synaptics apt-cache policy xserver-xorg-input-synaptics xserver-xorg-input-synaptics: Installed: 0.99.3-2ubuntu2 Candidate: 0.99.3-2ubuntu2 Version table: *** 0.99.3-2ubuntu2 0 500 http://gb.archive.ubuntu.com jaunty/main

Re: [Bug 331918] Re: Clipped area for multiple X screens with different dimensions

2009-02-24 Thread TJ
0 detect_outputs was changed; no entry for detect_outputs shows up for screen 1. grep -r detect_outputs ~/.gconf/* /home/tj/.gconf/apps/compiz/general/screen0/options/%gconf.xml: Experimenting further I also found that when I edit the list of outputs in CCSM, whether for screen 0 or 1, the res

[Bug 286672] Re: WARNING: at /build/buildd/linux-2.6.27/kernel/power/main.c:176 suspend_test_finish+0x74/0x80()

2009-02-24 Thread TJ
Fridtjof, could you attach /var/log/kern.log that includes the problem. I want to see what was going on before and after the warning message. -- WARNING: at /build/buildd/linux-2.6.27/kernel/power/main.c:176 suspend_test_finish+0x74/0x80() https://bugs.launchpad.net/bugs/286672 You received this

[Bug 286672] Re: WARNING: at /build/buildd/linux-2.6.27/kernel/power/main.c:176 suspend_test_finish+0x74/0x80()

2009-02-24 Thread TJ
Fridtjof, thank-you. It looks like the same cause as zippidy_josh reported. [10692.148085] sd 0:0:0:0: [sda] Starting disk [10697.032030] ata1: link is slow to respond, please be patient (ready=0) [10698.992081] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Fridtjof, zippyidy_josh, could

[Bug 286672] Re: WARNING: at /build/buildd/linux-2.6.27/kernel/power/main.c:176 suspend_test_finish+0x74/0x80()

2009-02-25 Thread TJ
Could both of you attach the details of the disk drive that is slow to respond? There are several potential scenarios I'm exploring: 1. Specific issues with some disk drives. Some drives take a *long* time to clear the status register after a reset. 2. Issues with the particular chipset/controlle

[Bug 286672] Re: WARNING: at /build/buildd/linux-2.6.27/kernel/power/main.c:176 suspend_test_finish+0x74/0x80()

2009-02-25 Thread TJ
This looks to be related to a known issue with some combinations of controller and disk. The warning "link is slow to respond, please be patient" is issued in drivers/ata/libata-core.c::ata_wait_ready(). It waits for the link status to change from 0xff (no device) for up to ATA_TMOUT_FF_WAIT. Curr

[Bug 286672] Re: WARNING: at /build/buildd/linux-2.6.27/kernel/power/main.c:176 suspend_test_finish+0x74/0x80()

2009-02-25 Thread TJ
Forgot to mention my primary concern here! Although the change in the arbitrary time-out will remove the 'link is slow to respond' message it won't of itself remove the kernel oops. The ideal solution would be parallel processing for multiple devices maybe combined with some intelligence in the k

[Bug 286672] Re: WARNING: at /build/buildd/linux-2.6.27/kernel/power/main.c:176 suspend_test_finish+0x74/0x80()

2009-02-26 Thread TJ
Fridtjof, we're looking at this issue in more detail and thinking about back-porting the Jaunty patch from bug #318978 to test kernels for Intrepid. However we noticed that in one of your dmesg reports in comment #16 https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/286672/comments/16 It

[Bug 325238] Re: BUG: unable to handle kernel paging request

2009-02-26 Thread TJ
Felipe, I've spent about an hour examining the log-files and reports. Everything points to a (intermittent) hardware problem. I'm inclined to think it could be something causing a memory-mapping issue right now, but that is just a guess with no evidence to point to. Here's some things you can do t

Re: [Bug 325238] Re: BUG: unable to handle kernel paging request

2009-02-27 Thread TJ
On Thu, 2009-02-26 at 20:18 +, Felipe Figueiredo wrote: > Should I post any other tests? Should this report be closed as Fix > Released, or Invalid? I'm glad to hear you've apparently solved the issue. I would recommend you keep the bug open for a couple of weeks whilst you test the system tho

[Bug 287453] Re: kernel warning while suspending

2009-02-27 Thread TJ
Jacob, your problem looks unrelated to this bug and more serious. Please create a new bug report "BUG: scheduling while atomic: notification-da/10006/0x1001" against the "linux" package, attach the same logs you've attached here (maybe delete the attachments from this report to save confusion)

[Bug 87317] Re: Screensaver just detects idle time on one screen

2009-02-27 Thread TJ
Tested Aaron's patch with Jaunty and it appears to be working fine. I've repackaged the patch in a debdiff and am nominating for Jaunty. ** Attachment added: "Watch all X screens for activity" http://launchpadlibrarian.net/23174124/gnome-screensaver_2.24.0-0ubuntu5.debdiff -- Screensaver jus

[Bug 335429] Re: BUG: scheduling while atomic: notification-da/10006/0x10000001

2009-02-27 Thread TJ
** Changed in: linux (Ubuntu) Assignee: (unassigned) => TJ (intuitivenipple) -- BUG: scheduling while atomic: notification-da/10006/0x1001 https://bugs.launchpad.net/bugs/335429 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 287453] Re: kernel warning while suspending

2009-02-27 Thread TJ
** Attachment removed: "lspci.txt" http://launchpadlibrarian.net/23161853/lspci.txt ** Attachment removed: "cpuinfo.txt" http://launchpadlibrarian.net/23161849/cpuinfo.txt ** Attachment removed: "kern.log" http://launchpadlibrarian.net/23161811/kern.log -- kernel warning while suspe

[Bug 287453] Re: kernel warning while suspending

2009-02-27 Thread TJ
If you are experiencing this issue (kernel reporting a slow resume - more than 5 seconds) there are several potential causes, at least two of which are expected (1 & 2) and the warning is something of a false positive. 1. Several devices pushing the resume time slightly beyond the arbitrary 5-sec

[Bug 286672] Re: WARNING: at /build/buildd/linux-2.6.27/kernel/power/main.c:176 suspend_test_finish+0x74/0x80()

2009-02-27 Thread TJ
The only thing of note in the disk reports is that both disks are on the first PCI SATA controller and, probably more significant, both devices are Western Digital. Anecdotal reports suggest some WD drives in particular have this characteristic slow reset. Please try the Intrepid kernel Stefan has

[Bug 331415] Re: request_firmware() fails on resume from suspend

2009-02-27 Thread TJ
This is a small shell-script that can help identify whether a system is affected by this bug. for log in /var/log/kern.log*; do CMD="cat "; echo $log; [ ! ${log##*.gz} ] && CMD="zcat "; $CMD $log | grep -n 'PM: \(suspend\|resume\) devices took'; done Example output: var/log/kern.log /var/log/ker

[Bug 287453] Re: kernel warning while suspending

2009-02-27 Thread TJ
Trust me to provide an incorrect shell script! I omitted to test for the "resume" as well as "suspend" action! Please use this shell script instead: for log in /var/log/kern.log*; do CMD="cat "; echo $log; [ ! ${log##*.gz} ] && CMD="zcat "; $CMD $log | grep -n 'PM: \(suspend\|resume\) devices too

[Bug 335429] Re: BUG: scheduling while atomic: notification-da/10006/0x10000001

2009-02-27 Thread TJ
atus. ** Changed in: linux (Ubuntu) Assignee: TJ (intuitivenipple) => (unassigned) -- BUG: scheduling while atomic: notification-da/10006/0x1001 https://bugs.launchpad.net/bugs/335429 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 242191] Re: Xdmx packages missing in hardy

2009-02-27 Thread TJ
** Changed in: xorg-server (Ubuntu Hardy) Assignee: TJ (intuitivenipple) => (unassigned) Status: In Progress => Confirmed -- Xdmx packages missing in hardy https://bugs.launchpad.net/bugs/242191 You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 217849] Re: Hardy 64-bit beta and nightly alternate installation stalls

2009-02-27 Thread TJ
I've just taken a look at the original dmesg and noticed something which could be significant: [0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [0.004000] Placing software IO TLB between 0x2000 - 0x2400 Quentin, when you get the opportunity could you attach a n

[Bug 262423] Re: [intrepid] Resume from suspend does not work in 2.6.27-1

2009-02-27 Thread TJ
Are any users still suffering the symptoms described in the original bug report? Resume from suspend fails and triggers a normal boot. The suspend works and causes spin down and blinking suspend light. If not I propose we close this report as "Fix Released" -- [intrepid] Resume from suspend doe

[Bug 267779] Re: via-rhine network adapater won't work on resume

2009-02-27 Thread TJ
The irqfixup solution is intended for working around broken device firmware and therefore it could be argued there isn't a bug in the kernel. Andrey also reports interesting scenarios in his Gentoo bug comments: If module is loaded and interface is down via ifconfig, then after resuming network do

[Bug 11149] Re: snd_cs46xx does not work after suspend/resume cycle

2009-02-27 Thread TJ
If this is still happening on Hardy, Intrepid, or Jaunty could you please report/attach the following information: Q. Does this happen for hibernation (a.k.a. suspend to disk) ? Q. Does this happen for suspend/resume (suspend to RAM) ? If you answered Yes to either of these questions please attac

[Bug 34155] Re: Suspend-To-Ram (S3) doesn't work on Dell Latitude C640

2009-02-27 Thread TJ
For those that can reproduce this could you provide the following reports/attachments? For both hibernate (to disk) and suspend (to RAM) gather the kern.log files from the current start-up and the previous after a suspend/resume and hibernate cycle. By providing the previous kern.log file we shoul

[Bug 291017] Re: VIA VT6102 Rhine II ethernet driver crashes after suspending

2009-02-27 Thread TJ
*** This bug is a duplicate of bug 267779 *** https://bugs.launchpad.net/bugs/267779 This looks like a duplicate of Bug #267779 "via-rhine network adapter won't work on resume". Please take a look at that. In both big reports lspci shows: Ethernet controller [0200]: VIA Technologies, Inc. VT

[Bug 286672] Re: WARNING: at /build/buildd/linux-2.6.27/kernel/power/main.c:176 suspend_test_finish+0x74/0x80()

2009-02-27 Thread TJ
Fridtjof, thank-you. As already mentioned there is no real problem here. [ 110.100086] sd 0:0:0:0: [sda] Starting disk [ 114.984030] ata1: link is slow to respond, please be patient (ready=0) [ 116.216086] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 116.232336] ata1.00: configure

[Bug 34389] Re: Lid state is incorrect on Dell Inspiron 700m

2009-02-27 Thread TJ
If you're still experiencing this issue with Hardy, Intrepid or Jaunty please report/attach the following after enabling kernel debug logging. To enable kernel debug enter the GRUB menu at start-up by pressing ESCape. Highlight the kernel to boot, press "E" to edit it. Highlight the "kernel" line

[Bug 53310] Re: Wireless (ipw2200) does not work after waking up from sleep(without manually switching on).

2009-02-27 Thread TJ
This bug is related to the Intel ipw2200 kernel module which manages the 2200BG adapter. Tomas Hynk's PC has: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05) Alex Fraser's PC has the 3945 which uses the iwl3945 module: Intel Corporation PRO/Wireless 3945ABG [Golan] Network C

[Bug 44825] Re: lid state remains "closed" after suspend/resume

2009-02-27 Thread TJ
*** This bug is a duplicate of bug 34389 *** https://bugs.launchpad.net/bugs/34389 I'm marking this as a duplicate of #34389 "Lid state is incorrect on Dell Inspiron 700m" since the problem appears to affect several makes and models in the same way. The symptom being that after resuming the fi

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-02-27 Thread TJ
** Summary changed: - Lid state is incorrect on Dell Inspiron 700m + Lid state is incorrect (closed) after resume with lid open -- Lid state is incorrect (closed) after resume with lid open https://bugs.launchpad.net/bugs/34389 You received this bug notification because you are a member of Kubun

[Bug 63967] Re: machine does not wake up after suspend

2009-02-27 Thread TJ
The key to this issue may be given by the following clue from /var/log/kern.log: ACPI Error (evxfevnt-0383): Could not disable RealTimeClock events [20080609] ACPI: RTC can wake from S4 Which, if it is indicating the root cause, indicates a 'bad' ACPI DSDT. If you're experiencing this issue with

[Bug 59867] Re: Synaptics touchpad ceases functioning after suspend and resume.

2009-02-27 Thread TJ
Is anyone who experiences this issue able to test it with a Jaunty live- CD and suspend/resume? -- Synaptics touchpad ceases functioning after suspend and resume. https://bugs.launchpad.net/bugs/59867 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 53953] Re: change 'acerhk' to use 'autowlan=1' by default

2009-02-27 Thread TJ
Is anyone still affected by this issue? If so, have you tried the wistron_btns module? If trying the wistron_btns module have you tested the "force" module option? On Hardy the acerhk module is in the linux-ubuntu-modules package, not the regular kernel packages. Please report: uname -a lsb_rele

[Bug 77370] Re: Laptop Fan always on after resume from suspend to RAM

2009-02-27 Thread TJ
According to Hewlett Packard information, the ACPI FDTZ is actually the *Fan Speed* as a percentage of maximum speed. This would explain why Jesse is seeing high FDTZ values on resume coupled with fan noise. I'd like to inspect the ACPI DSDT of the affected models. I've created a shell script (pac

[Bug 95144] Re: USB does not work after suspend to RAM on IBM T42

2009-02-27 Thread TJ
Is anyone still experiencing this issue? If so, can you test it with a Jaunty live-CD and report back. -- USB does not work after suspend to RAM on IBM T42 https://bugs.launchpad.net/bugs/95144 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

Re: [Bug 277903] Re: Missing Operating System [message at boot]

2009-04-26 Thread TJ
On Sun, 2009-04-26 at 10:53 +, Anders Häggström wrote: > The output from the diagnostic MBR (the link from TJ on 2009-03-30) when > I hold CTRL-key own during boot is: "L D80 C07C HFF S3F P1 O003F > MAA55 E00". I have no clue of what that means but I hope it is valuble &

Re: [Bug 286672] Re: WARNING: at /build/buildd/linux-2.6.27/kernel/power/main.c:176 suspend_test_finish+0x74/0x80()

2009-04-21 Thread TJ
On Tue, 2009-04-21 at 18:16 +, Tormod Volden wrote: > TJ, I added the test-suspend-seconds tag to a bunch of reports which I > think are duplicates. Should I dup them, or would you like run your > launchpad mining on them first? Thanks Tormod that's really helpful. I'll ru

Re: [Bug 293083] Re: USB startup thumb drive fails to boot

2009-04-23 Thread TJ
papukaija. I think this ought to be marked Incomplete (and ask for more details) since the original bug report is against 8.10 and reports a keyboard error ("incorrect keyboard configuration"). It doesn't detail precisely when that error occurs or where it comes from - is the before or after the l

[Bug 286672] Re: WARNING: at /build/buildd/linux-2.6.27/kernel/power/main.c:176 suspend_test_finish+0x74/0x80()

2009-03-09 Thread TJ
Progress Update: Currently analysing log-files collected on Launchpad to determine a suitable value for TEST_SUSPEND_SECONDS. -- WARNING: at /build/buildd/linux-2.6.27/kernel/power/main.c:176 suspend_test_finish+0x74/0x80() https://bugs.launchpad.net/bugs/286672 You received this bug notificati

[Bug 331415] Re: request_firmware() fails on resume from suspend

2009-03-09 Thread TJ
Progress update: I've finished a manual line-by-line analysis of every occurrence of: a) request_firmware() and relations b) each reference to a firmware file-name either explicitly or via a sprintf() format-string I've built an sqlite3 database based on the analysis that tracks every occurren

[Bug 341402] Re: apt-get: segmentation fault (jaunty)

2009-03-12 Thread TJ
>From the debugging we were doing on #ubuntu+1 it looks like the archive mirror update process may have been responsible for a temporary glitch in some of the files apt was relying upon. http://co.archive.ubuntu.com/ubuntu/ Index of /ubuntu [ICO] NameLast modified Size [DIR] Parent Dir

[Bug 292541] Re: Hotmail not working, useragent issue

2008-11-03 Thread TJ
Jeff you right. Please use opera because this browser is fix this problem and work more than Firefox. -- Hotmail not working, useragent issue https://bugs.launchpad.net/bugs/292541 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubun

[Bug 292541] Re: MASTER Hotmail not working, useragent issue

2008-11-05 Thread TJ
To Alexander Sack after opera an updated hotmail is work but firefox ... complain with hotmail not with us. <<< What does it mean? Why Opera work? -- MASTER Hotmail not working, useragent issue https://bugs.launchpad.net/bugs/292541 You received this bug notification because you are a member o

[Bug 240356] Re: package mpd 0.13.1-3ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-10-11 Thread TJ
The needs back-porting to Hardy, where it still causes failure to remove the package. -- package mpd 0.13.1-3ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1 https://bugs.launchpad.net/bugs/240356 You received this bug notification because you a

[Bug 240356] Re: package mpd 0.13.1-3ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-10-11 Thread TJ
A quick patch to get the Hardy package to uninstall is to edit /etc/init.d/mpd and in the mpd_stop() function edit the start-stop- daemon command-line, adding "--oknodo", so it looks like this: log_daemon_msg "Stopping $DESC" "$NAME" start-stop-daemon --stop --oknodo --quiet --retry 5 --pi

[Bug 240356] Re: package mpd 0.13.1-3ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-10-11 Thread TJ
I've posted a Hardy back-port request in bug #282003 -- package mpd 0.13.1-3ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1 https://bugs.launchpad.net/bugs/240356 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 282019] Re: Wrong group ownership on files in /etc

2008-10-11 Thread TJ
-rw-r--r-- 1 root 999 343 2008-10-11 10:58 /etc/popularity-contest.conf ** Changed in: ubuntu Importance: Undecided => Low Assignee: (unassigned) => TJ (intuitivenipple) Status: New => Confirmed -- Wrong group ownership on files in /etc https://bugs.launchpad.net/bugs/2

[Bug 282019] Re: Wrong group ownership on files in /etc

2008-10-11 Thread TJ
sudo find / -xdev -group 999 -exec ls -l {} \; -rw-r--r-- 1 root 999 2766 2008-10-10 09:59 /etc/apt/sources.list -rw-r--r-- 1 root 999 2961 2008-07-24 08:13 /etc/apt/sources.list~ -rw-r--r-- 1 root 999 40 2008-07-08 15:54 /etc/apt/apt.conf.d/00trustcdrom -rw-r--r-- 1 root 999 247 2008-07-08 15:54 /

[Bug 282019] Re: Wrong group ownership on files in /etc

2008-10-11 Thread TJ
sudo find /var -xdev -group 999 -exec ls -l {} \; -rw--- 1 root root 6692 2008-07-08 01:22 casper.log -rw-r--r-- 1 root999 304273 2008-07-08 16:57 initial-status.gz -rw--- 1 root999 600718 2008-07-08 15:43 partman -rw--- 1 syslog adm 207080 2008-07-08 16:57 syslog -rw--

[Bug 145244] Re: [gutsy] libXft library - undefined symbol FT_Library_SetLcdFilter

2008-09-25 Thread TJ
I've just dealt with a user reporting this problem in Hardy i386. As soon as gdm tried to start gdmgreeter the log-in screen went 'mad' in his words. I connected remotely via ssh and stopped the gdm process. libcairo was reporting symbol_not_found for FT_Library_SetLcdFilter. ldd /usr/lib/libcairo

[Bug 274837] [NEW] Package patches have not been applied

2008-09-26 Thread TJ
Public bug reported: Today I merged the latest 1.36.0 from SVN r48974 with the debian packaging from 1.34.1-4ubuntu3 for Hardy. I spent some time checking the debian/patches and removing the ones that have been included upstream. I got held up by debian/patches/03-st_mt.patch because it patches

[Bug 274837] Re: Package patches have not been applied

2008-09-26 Thread TJ
Subscribed ubuntu-security since some of the patches that aren't applied are: boost (1.34.1-4ubuntu3) hardy; urgency=low * debian/patches/05_regex_fixes.patch: fix for basic_regex_parser() in boost/regex/v4/basic_regex_parser.hpp to return error on invalid repetition of next state * R

[Bug 228296] Re: dscverify does not find Debian keyring

2008-09-28 Thread TJ
Add Ubuntu keyrings (LP: #228296). -- TJ <[EMAIL PROTECTED]> Sun, 28 Sep 2008 23:00:00 +0200 devscripts (2.10.26ubuntu13) intrepid; urgency=low * dscverify: Add Ubuntu keyrings (LP: #228296). -- TJ <[EMAIL PROTECTED]> Sun, 28 Sep 2008 23:00:00 +0200 ** Attachment added: "

[Bug 228296] Re: dscverify does not find Debian keyring

2008-09-28 Thread TJ
** Attachment added: "Intrepid debdiff adding Ubuntu keyrings" http://launchpadlibrarian.net/18021858/devscripts_2.10.26ubuntu13.debdiff -- dscverify does not find Debian keyring https://bugs.launchpad.net/bugs/228296 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 228296] Re: dscverify does not find Debian keyring

2008-09-28 Thread TJ
SRU Justification: Impact: Using dscverify (often embedded in other tools) fails to verify Ubuntu archive keys. The script doesn't add the Ubuntu-installed keyrings (package ubuntu- keyring) to the list of keyrings passed to gpg. testcase: Without the keyrings dscverify will fail, reporting "dsc

[Bug 193593] Re: Audacity effects missing

2008-09-29 Thread TJ
I've nominated this for Intrepid although we're past Feature-freeze. soundtouch 1.3.1 is in the repository: http://packages.ubuntu.com/intrepid/libsoundtouch1c2 I've also back-ported for Hardy both soundtouch 1.3.1 and soundtouch- enabled audacity. They are available in my repository. The user

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

2008-07-07 Thread TJ
Stefan, sorry I've not been active on this for a while. I got around it by using the latest mainline kernel from my local git repository since I'm currently writing new PCI dynamic resource allocation functionality for mainline. I got caught by this bug again today with the Hardy LiveCD when final

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

2008-07-08 Thread TJ
Stefan. I have just completed my Hardy installation. I installed " linux- image-2.6.24-19-generic_2.6.24-19.34smb5_amd64.deb " and rebooted three times with kernel /vmlinuz-2.6.24-19-generic root=/dev/mapper/VGencrypted- root ro quiet splash and all three times the system started succes

[Bug 133520] Re: Patch to auto-mount LUKS key-file encrypted volumes

2008-07-08 Thread TJ
kages: hal - 0.5.11~rc2-1ubuntu8.2~ppa1 gnome-mount - 0.8~svn20080225-0ubuntu5~ppa1 ** Changed in: gnome-mount (Ubuntu) Assignee: TJ (intuitivenipple) => (unassigned) Status: Triaged => Fix Released ** Changed in: hal (Ubuntu) Assignee: TJ (intuitivenipple) => (unassig

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

2008-07-08 Thread TJ
I've been doing a series of restarts whilst debugging a suspend-lock-up issue, and this problem has occurred several times - sometimes accompanied by a BUG soft lock-up on one of the CPUs. So it looks like the situation has improved slightly but not gone away. When I was running Gutsy I solved it

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

2008-07-09 Thread TJ
Nicolas: I've been running Vaio's for a long time and not seen major problems. The laptop currently affected by this bug is a VGN-FE41Z with Intel T7200 and Nvideo Go 7600. It has been reliable and stable. Stefan: Can you attach the source patch you're using against the current Hardy git HEAD so

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

2008-07-09 Thread TJ
I've done a few restarts with 2.6.26-rc9 (Intrepid) without incident. I tried adding "acpi_serialize" to the kernel command line for 2.6.24-19 and it *seemed* to improve matters but then the system experienced a later lock which may or may-not have been related. I tried "max_cpus=1" on the basis t

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

2008-07-10 Thread TJ
Stefan: You can find a tar.gz of most (~190) decompiled Sony Vaio DSDTs attached to my SNC analysis page at http://tjworld.net/snc/ (the Download all disassembled DSDT (.dsl) files) link). Based on the collection of DSDTs I have I did post a warning to the Ubuntu kernel mailing-list on 12 April 2

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

2008-07-10 Thread TJ
Stefan, it looks like we're working along the same lines - more of which later. Although I could re-open the bugzilla report the problem is, the first question asked is "does this affect the latest version?" and the answer is "NO" - not since 2.6.25-rc9 that I know about, and possibly earlier. Wit

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

2008-07-10 Thread TJ
** Attachment removed: "ec_debug ACPI EC delayed printk() messaging" http://launchpadlibrarian.net/15943102/ec_debug.patch ** Attachment added: "ec_debug ACPI EC delayed printk() messaging" http://launchpadlibrarian.net/15944023/ec_debug.patch -- [Hardy] ACPI Embedded Controller (EC) sto

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

2008-07-11 Thread TJ
** Attachment removed: "ec_debug ACPI EC delayed printk() messaging" http://launchpadlibrarian.net/15944023/ec_debug.patch -- [Hardy] ACPI Embedded Controller (EC) stops boot when kernel boot 'quiet' option is enabled or AC power is connected https://bugs.launchpad.net/bugs/191137 You receiv

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

2008-07-11 Thread TJ
I've improved the ec_debug code (and attached the update) so the init subsystem is reported, and it correctly deals with potential vprintk() buffer over-runs by flushing the ec_messages buffer in blocks of no more than 1020 characters. I added a dump_stack() followed by mdelay() but even with the v

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

2008-07-12 Thread TJ
The additional debug messages were enough to pinpoint the root-cause of the issue and I had a proof-of-concept patch succeed in fixing the issue last thing yesterday. Today I worked through the commit logs from mainline and located the two commits that fix the issue in later kernels. I built and

[Bug 198292] Re: Hardy upgrade - motion halts upgrade

2008-07-20 Thread TJ
so it doesn't rely on the init script location coinciding with the setting in /etc/motion/motion.conf -- TJ <[EMAIL PROTECTED]> Sun, 20 Jul 2008 16:30:00 +0100 motion (3.2.10.1-0ubuntu1~ppa2) hardy; urgency=low * Fixed 64-bit pointer-to-int conversions using C99's L

[Bug 250355] [NEW] Add udev rules to auto-dim panel when on battery power

2008-07-20 Thread TJ
immer # Copyright July 2008, TJ <[EMAIL PROTECTED]> # Licensed under the GNU General Public License, v2 ACTION=="change", SUBSYSTEM=="power_supply", ATTR{type}=="Battery", ATTR{status}=="Discharging", RUN+="/usr/bin/smartdimmer -s 12" ACTION==&quo

[Bug 198292] Re: Hardy upgrade - motion halts upgrade

2008-07-21 Thread TJ
@Martin: Did not test a Gutsy upgrade. Tested hardy-proposed clean install to hardy (x86_64). The proposed 'fix' of adding the -b (--background) switch to start-stop- daemon in /etc/init.d/motion for its 'start' case will only force the daemon to background the motion shell process - it doesn't d

  1   2   3   4   5   6   7   8   9   10   >