[Bug 2091801] Re: nouveau 0000:03:00.0: timer: stalled at ffffffffffffffff

2025-01-02 Thread Kip Warner
It would help if I was using an Nvidia card. I'm not. I just realized the problem probably stems from the Nouveau project targetting Nvidia GPUs. A more helpful kernel message would have been useful. Not sure why the module even loaded in the first place. Oh well. ** Changed in: linux (Ubuntu)

[Bug 2091801] Re: nouveau 0000:03:00.0: timer: stalled at ffffffffffffffff

2024-12-14 Thread Kip Warner
** Attachment added: "version.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2091801/+attachment/5845336/+files/version.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2091801 Title:

[Bug 2091801] Re: nouveau 0000:03:00.0: timer: stalled at ffffffffffffffff

2024-12-14 Thread Kip Warner
** Attachment added: "lspci-vnvn.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2091801/+attachment/5845334/+files/lspci-vnvn.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2091801 T

[Bug 2091801] [NEW] nouveau 0000:03:00.0: timer: stalled at ffffffffffffffff

2024-12-14 Thread Kip Warner
Public bug reported: Hello Kernel Team, I am experiencing frequent crashes of the nouveau kernel module under Ubuntu Noble 24.04 with kernel 6.8.0-50-generic. I apologize if this has already been reported. I looked already and I was not able to find anything containing the keywords in my stacktra

[Bug 2056461]

2024-08-20 Thread kip
Hello Dominique, I prepared an autopkgtest container like so with the 6.11-rc4 kernel installed: $ autopkgtest-buildvm-ubuntu-cloud --verbose -r noble -a amd64 --cloud- image-url http://cloud-images.ubuntu.com/daily/server --post-command "wget -c https://kernel.ubuntu.com/mainline/v6.11-rc4/amd64

[Bug 2056461]

2024-08-18 Thread kip
Thanks TJ. I'll take it up with the Canonical kernel team. Do you know roughly how long it will take for your patch to be merged? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056461 Title: autopk

[Bug 2056461]

2024-08-13 Thread kip
Hey TJ. That's a bit concerning since there are probably hundreds of thousands, if not millions, of users of Ubuntu Noble which is the current LTS. As far as I know, CI testing is still broken unless we can get the 6.8.0.40 kernel fixed which is the most current kernel in the repositories for the L

[Bug 2056461]

2024-08-09 Thread kip
Unfortunately that fails too: $ patch -p1 --dry-run < ../2024-08-09\ -\ David\ Howells.patch checking file fs/9p/vfs_addr.c Hunk #1 succeeded at 73 (offset -2 lines). checking file fs/afs/file.c Hunk #1 succeeded at 243 (offset 1 line). checking file fs/ceph/addr.c checking file fs/netfs/io.c Hun

[Bug 2056461]

2024-08-08 Thread kip
Thanks @David, but unfortunately that patch doesn't apply cleanly either to 6.8.0-40: $ patch -p1 --dry-run < ../david_howells_fix.patch checking file fs/9p/vfs_addr.c Hunk #1 succeeded at 73 (offset -2 lines). checking file fs/netfs/io.c Hunk #1 succeeded at 523 (offset -7 lines). Hunk #2 succee

[Bug 2056461]

2024-08-08 Thread kip
Looks like most recent kernel for Noble is now 6.8.0-40 as of this morning. Patch doesn't apply to it either: $ patch -p1 --dry-run < ../0001-WIP-tenative-fix-to-allow-reads-past-cached-size-for.patch checking file fs/9p/vfs_addr.c Hunk #1 succeeded at 73 (offset -2 lines). checking file fs/netf

[Bug 2056461]

2024-08-07 Thread kip
@TJ, I've tried your most recent patch on the 6.8.0-39 kernel and it does not apply: $ apt source linux $ ls 0001-WIP-tenative-fix-to-allow-reads-past-cached-size-for.patch linux_6.8.0-39.39.diff.gz linux_6.8.0.orig.tar.gz linux-6.8.0 linux

[Bug 2056461]

2024-06-30 Thread kip
@TJ, as far as I know, I haven't done anything to the base image. Can you try it on the noble image and check? You can use my PPA with your kernel fix in there. $ autopkgtest-buildvm-ubuntu-cloud --verbose -r noble -a amd64 --cloud- image-url http://cloud-images.ubuntu.com/daily/server -- You re

[Bug 2056461]

2024-06-30 Thread kip
Thanks @Christian. As I mentioned I did manage to get the patched kernel to install and boot in the test bed, but now networking appears to be dead. Log attached above. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launc

[Bug 2056461]

2024-06-28 Thread kip
In case it's any help, I tried removing --qemu-options=-enable-kvm --cpus=8 --ram-size=8192, but it made no difference. To obtain the base image, this is how: $ autopkgtest-buildvm-ubuntu-cloud --verbose -r noble -a amd64 --cloud- image-url http://cloud-images.ubuntu.com/daily/server -- You rece

[Bug 2056461]

2024-06-28 Thread kip
stall-recommends -y $ apt install linux-headers-6.8.0-38 linux-headers-6.8.0-38-generic linux-image-unsigned-6.8.0-38-generic linux-modules-6.8.0-38-generic linux-modules-extra-6.8.0-38-generic This is the command I'm using to start the test bed: $ sudo TMPDIR=$PWD autopkgtest --apt-upgra

[Bug 2056461]

2024-06-28 Thread kip
Created attachment 306510 Kip's autopkgtest log of 28 June, 2024 Tried again with 6.8.0-38 kernel. This time I didn't use quilt(1), but patched the source directly and commit into my local tree before building the source package like so: https://wiki.ubuntu.com/Kernel/Dev/KernelBugFixing The sou

[Bug 2056461]

2024-06-27 Thread kip
Created attachment 306506 Kip's log of 27 June, 2024 I created a new PPA: https://launchpad.net/~kip/+archive/ubuntu/kernel-fix-218916 The source package appears to have applied the patch during unpacking: https://launchpad.net/~kip/+archive/ubuntu/kernel-fix-218916/+build/28611783/+

[Bug 2056461]

2024-06-27 Thread kip
This is what I'm doing: $ apt source linux $ linux-6.8.0 $ quilt new bug218926.patch $ quilt add fs/9p/vfs_file.c $ patch -p1 < ../bug218916_fix_option_02.patch $ quilt refresh $ dch --changelog debian.master/changelog -i $ debuild -S -sa --lintian-opts --no-lintian $ dput ppa:kip/linux-kernel-6.8

[Bug 2056461]

2024-06-27 Thread kip
Scratch that, it's not building. Kernel package is too large for it and there is a 6 hour interval for the builder's cron garbage collector to remove the previous build. TJ, are you able to create a PPA for Noble I could test? -- You received this bug notification because you are a member of Ubu

[Bug 2056461]

2024-06-27 Thread kip
I'm sorry TJ, but I'm not sure what to do. I've lost several days on this now and it's still not clear how to apply your patch to the Ubuntu source package. My understanding was that quilt(1) was the standard way to apply a downstream patch before the package is built. I'll keep fiddling with it in

[Bug 2056461]

2024-06-19 Thread kip
Created attachment 306479 Kip's second test log TJ, I may have spoke too soon. I've tried running it again on the hello source. My image uses your patched kernel via a PPA with the upgrade performed via the --setup-commands: https://launchpad.net/~kip/+archive/ubuntu/linux-kernel-6

[Bug 2056461]

2024-06-16 Thread kip
Ah apologies TJ. I thought the patched kernel needed to be running on the host and not in the guest. I will try and build the kernel now and modify the image for noble via QEMU. But it might be easier, if you were able to create an image for noble for amd64 for me that I could try because otherwis

[Bug 2056461]

2024-06-16 Thread kip
TJ, I'm happy to say that the hello package's DEP-8 tests all appears to pass with your patched kernel. I'll just keep the .img around for my own packages' testing. Do you think your fix will make it into Ubuntu Noble in the near future? -- You received this bug notification because you are a me

[Bug 2056461]

2024-06-15 Thread kip
Created attachment 306462 Kip's log Apologies, I misread your command line. I ran the following and this is my generated log. $ sudo TMPDIR=$PWD autopkgtest -ddd -U ./hello_2.10-3build2.dsc -- qemu --debug --show-boot ~/Projects/sbuild/images/autopkgtest-noble-amd64.img |& ts %.T | /usr/bin/tee

[Bug 2056461]

2024-06-15 Thread kip
;./hello_2.10-3build2.dsc', True)] autopkgtest: DBG: build binaries: True autopkgtest: DBG: testbed init autopkgtest [10:33:25]: starting date and time: 2024-06-14 10:33:25-0700 autopkgtest [10:33:25]: version 5.35 autopkgtest [10:33:25]: host kip-desktop; command line: /usr/bin/auto

[Bug 1977667] Re: package nginx-core 1.18.0-6ubuntu14.1 failed to install/upgrade: installed nginx-core package post-installation script subprocess returned error exit status 1

2022-06-06 Thread Kip Warner
Thanks Simon. Yes, the nginx package probably failed to upgrade because the service didn't start. And it didn't start because of a missing certificate: -- Boot 0baea423fe7d453f9d1f6091bc398839 -- Starting A high performance web server and a reverse proxy server... nginx: [emerg] cannot load certif

[Bug 1977667] Re: package nginx-core 1.18.0-6ubuntu14.1 failed to install/upgrade: installed nginx-core package post-installation script subprocess returned error exit status 1

2022-06-04 Thread Kip Warner
Unfortunately I think the log is gone now because I "completed" the installation, made sure all packages completed installation with `sudo dpkg --configure -a` and then rebooted. So what we've got above is all we've got. -- You received this bug notification because you are a member of Ubuntu Bug

[Bug 1977667] Re: package nginx-core 1.18.0-6ubuntu14.1 failed to install/upgrade: installed nginx-core package post-installation script subprocess returned error exit status 1

2022-06-04 Thread Kip Warner
Not quite. It's true that the certificates nginx was looking for weren't present, but that should not have crashed the installer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1977667 Title: package

[Bug 1977667] [NEW] package nginx-core 1.18.0-6ubuntu14.1 failed to install/upgrade: installed nginx-core package post-installation script subprocess returned error exit status 1

2022-06-04 Thread Kip Warner
Public bug reported: I was upgrading from Impish to Jammy when this occurred. ProblemType: Package DistroRelease: Ubuntu 22.04 Package: nginx-core 1.18.0-6ubuntu14.1 ProcVersionSignature: Ubuntu 5.13.0-1026.28-aws 5.13.19 Uname: Linux 5.13.0-1026-aws x86_64 ApportVersion: 2.20.11-0ubuntu82.1 Arch

[Bug 1933775] [NEW] libgcc-s1 and libstdc++6 depend on broken libtbb2 package

2021-06-27 Thread Kip Warner
Public bug reported: The gcc-11 source package produces libgcc-s1 and (I think?) libstdc++6. Both of these binary packages on Hirsute depend on libtbb2 version 2020.3-1. The latter contains deprecated APIs that create #pragma generated warnings whenever is included. See upstream for discussion:

[Bug 1902868] Re: Evolution cannot print or save email as file

2020-11-08 Thread Kip Warner
Here is the upstream issue: https://bugs.webkit.org/show_bug.cgi?id=202363#c2 ** Bug watch added: bugs.webkit.org/ #202363 https://bugs.webkit.org/show_bug.cgi?id=202363 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 362427] Re: Public key ssh auth doesn't work with my Encrypted Home Directory

2019-01-19 Thread Kip Warner
This looks like this is a problem that affects many but that there doesn't appear to be any viable solution to. It seems as though the best we can hope for is to configure sshd to look for the authorized_keys outside the home directory while it is still unmounted, but all that does is login to the

[Bug 1512120]

2018-06-08 Thread Kip Warner
(In reply to Peter Feichtinger from comment #146) > Please file another bug for that issue and stop spamming the comments for > this one. Peter, please remember your manners. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 1512120]

2018-06-08 Thread Kip Warner
Ok gents, let's all just chill and return to focusing on the issue at hand. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1512120 Title: [SRU] thunar crashes on file renaming To manage notification

[Bug 1512120]

2018-06-08 Thread Kip Warner
Hey Yuri. I just tried your Thunar packages for Yakkety and I can confirm that I am unable to reproduce the crash we've all been having on file / directory rename. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 1512120]

2018-06-08 Thread Kip Warner
(In reply to Yuri R. Sucupira from comment #123) > After a LOT of pain (it took me some hours) I finally managed to sign my > sources and upload'em to a PPA. Here's the PPA: > > https://launchpad.net/~yuri-sucupira/+archive/ubuntu/thunar1.6.10-patched > > However, I noticed that APT is considerin

[Bug 1512120]

2018-06-08 Thread Kip Warner
(In reply to Yuri R. Sucupira from comment #120) > And > unfortunately I didn't succeed in uploading data to the PPA (I'm using dput, > but something's going wrong). I thought I could push the DEB files to the > PPA, but it's actually forbidden: one must push the sources, which I'm > failing to do,

[Bug 1512120]

2018-06-08 Thread Kip Warner
(In reply to Yuri R. Sucupira from comment #116) > I've managed to build and install the (actually five) "patched" DEB > packages. Now Thunar seems to be back to normal, although I still have more > testing to do. > > I've uploaded those packages to my OneDrive: > > https://1drv.ms/f/s!AvGdllDm3m

[Bug 1512120]

2018-06-08 Thread Kip Warner
(In reply to Roy Richardson from comment #77) > This patch will keep thunar_file_compare_by_name() from crashing when the > collate keys are NULL. When using this patch, users may notice a random > occurance of 2 files appearing selected together with the same name. The > cause of this random occur

[Bug 1512120]

2018-06-08 Thread Kip Warner
(In reply to Roy Richardson from comment #72) > Unfortunately, further testing reveals that I am still able to crash Thunar. Man, this is quite elusive! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 11334] Re: MASTER Copy-Paste doesn't work if the source is closed before the paste

2018-04-18 Thread Kip Warner
I'm predicting riots in response to the most recent status update. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/11334 Title: MASTER Copy-Paste doesn't work if the source is closed before th

Re: [Bug 30910] Re: Hardware Database not browseable

2017-11-27 Thread Kip Warner
ggest resurrecting the old one. I suggested how to go about building a new one. -- Kip Warner | Senior Software Engineer OpenPGP signed/encrypted mail preferred http://www.thevertigo.com -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the

[Bug 30910] Re: Hardware Database not browseable

2017-11-27 Thread Kip Warner
I agree with the concerns of some of those above. If the hardware database is no longer maintained, closing the bug as a wishlist is less than ideal because it doesn't actually address the OP's original concern. It would be better if there was a hardware database Canonical maintained. This can't b

[Bug 1702580] [NEW] Installer crashes

2017-07-05 Thread Kip
Public bug reported: When fresh installing Lubuntu, it will not go past the partition menu and will crash. ProblemType: Bug DistroRelease: Ubuntu 16.10 Package: ubiquity 16.10.14 ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0 Uname: Linux 4.8.0-22-generic i686 ApportVersion: 2.20.3-0ubunt

[Bug 645404] Re: Support Private PPAs

2016-06-06 Thread Kip Warner
This problem is almost 6 years old. Is anyone working on it? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/645404 Title: Support Private PPAs To manage notifications about this bug go to: https://b

[Bug 776892] Re: [needs-packaging] streflop needs packaging

2016-02-08 Thread Kip Warner
** Changed in: ubuntu Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/776892 Title: [needs-packaging] streflop needs packaging To manage notifications abou

[Bug 776892] Re: [needs-packaging] streflop needs packaging

2016-02-08 Thread Kip Warner
** Bug watch added: GCC Bugzilla #69715 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69715 ** Also affects: gcc via https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69715 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 776892] Re: [needs-packaging] streflop needs packaging

2016-02-06 Thread Kip Warner
** Bug watch added: springrts.com/mantis/ #5058 https://springrts.com/mantis/view.php?id=5058 ** Also affects: spring via https://springrts.com/mantis/view.php?id=5058 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bug

[Bug 776892] Re: [needs-packaging] streflop needs packaging

2016-02-05 Thread Kip Warner
My PPA containing work in progress: https://launchpad.net/~kip/+archive/ubuntu/streflop/ ** Changed in: ubuntu Assignee: (unassigned) => Kip Warner (kip) ** Changed in: debian Assignee: (unassigned) => Kip Warner (kip) -- You received this bug notification because you are a mem

[Bug 776892] Re: [needs-packaging] streflop needs packaging

2016-02-05 Thread Kip Warner
** Changed in: ubuntu Status: New => In Progress ** Also affects: debian Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/776892 Title: [needs-packag

[Bug 788626] Re: Error: Unable to save resume file: File name too long

2015-11-22 Thread Kip Warner
Hey Robert. I'm also observing this same bug with an encrypted home directory on Transmission 2.84 (14307) on Ubuntu 15.10 (amd64). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/788626 Title: Error:

[Bug 269441] Re: Trash always full

2015-10-30 Thread Kip Warner
Totally. I'm still seeing it in 15.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/269441 Title: Trash always full To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/

[Bug 265033]

2015-09-18 Thread Kip Warner
I can confirm this bug with IRS Form 2008 using Evince 3.16.1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/265033 Title: Form contents are invisible when cursor leaves field, but data is still s

[Bug 1480740] Re: Thunar causes kernel hard lock

2015-09-12 Thread Kip Warner
Hey Christopher. Thank you very much for your help. Funny enough, I did update the BIOS firmware a few days ago at the same time I upgraded to Wily. Whichever it was, the hard lock seems to have disappeared. $ sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date 2501 06/24/2015 W

[Bug 1481177] Re: Kernel hard lock upon removing mounted SD card

2015-08-04 Thread Kip Warner
Hey Joseph. It's been happening for a while now with at least half a dozen or so kernel upgrades. I waited until now to submit the bug report because it was tricky getting the debug logs. I'm going to guess and say it's probably something to do with the way card was unmounted, but I can't be sure.

[Bug 1480740] Re: Thunar causes kernel hard lock

2015-08-03 Thread Kip Warner
** Attachment added: "dmesg output, including stack trace" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1480740/+attachment/4438702/+files/dmesg.201508021742 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 1481177] Re: Kernel hard lock upon removing mounted SD card

2015-08-03 Thread Kip Warner
** Attachment added: "dmesg output, including stack trace" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1481177/+attachment/4438703/+files/dmesg.201508032255 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 1481177] Re: Kernel hard lock upon removing mounted SD card

2015-08-03 Thread Kip Warner
** Attachment added: "Crash log attached." https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1481177/+attachment/4438701/+files/linux-image-3.19.0-26-generic%203.19.0-26.27-201508032255.crash -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1481177] RfKill.txt

2015-08-03 Thread Kip Warner
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1481177/+attachment/4438697/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1481177 Title: Ke

[Bug 1481177] WifiSyslog.txt

2015-08-03 Thread Kip Warner
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1481177/+attachment/4438699/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1481177 Ti

[Bug 1481177] ProcModules.txt

2015-08-03 Thread Kip Warner
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1481177/+attachment/4438695/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1481177

[Bug 1481177] UdevDb.txt

2015-08-03 Thread Kip Warner
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1481177/+attachment/4438698/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1481177 Title: Ke

[Bug 1481177] JournalErrors.txt

2015-08-03 Thread Kip Warner
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1481177/+attachment/4438689/+files/JournalErrors.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/14811

[Bug 1481177] Lspci.txt

2015-08-03 Thread Kip Warner
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1481177/+attachment/4438690/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1481177 Title: Kern

[Bug 1481177] IwConfig.txt

2015-08-03 Thread Kip Warner
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1481177/+attachment/4438688/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1481177 Title:

[Bug 1481177] PulseList.txt

2015-08-03 Thread Kip Warner
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1481177/+attachment/4438696/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1481177 Titl

[Bug 1481177] ProcInterrupts.txt

2015-08-03 Thread Kip Warner
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1481177/+attachment/4438694/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/148

[Bug 1481177] [NEW] Kernel hard lock upon removing mounted SD card

2015-08-03 Thread Kip Warner
Public bug reported: I removed an SD card and my machine hard locked. --- ApportVersion: 2.17.2-0ubuntu1.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: kip3703 F pulseaudio /dev/snd/controlC1: kip3703 F pulseaudio /dev

[Bug 1481177] ProcEnviron.txt

2015-08-03 Thread Kip Warner
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1481177/+attachment/4438693/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1481177

[Bug 1481177] AlsaInfo.txt

2015-08-03 Thread Kip Warner
apport information ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/1481177/+attachment/4438685/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1481177 Title:

[Bug 1481177] CurrentDmesg.txt

2015-08-03 Thread Kip Warner
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1481177/+attachment/4438687/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1481177

[Bug 1481177] Lsusb.txt

2015-08-03 Thread Kip Warner
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1481177/+attachment/4438691/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1481177 Title: Kern

[Bug 1481177] ProcCpuinfo.txt

2015-08-03 Thread Kip Warner
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1481177/+attachment/4438692/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1481177

[Bug 1481177] CRDA.txt

2015-08-03 Thread Kip Warner
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1481177/+attachment/4438686/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1481177 Title: Kernel

[Bug 1480740] Re: Thunar causes kernel hard lock

2015-08-03 Thread Kip Warner
Hey Joseph. It's been happening for a while now with at least half a dozen or so kernel upgrades. I waited until now to submit the bug report because it was tricky getting the debug logs. I'm going to guess and say it's probably still an issue with the latest upstream, and further guess that that'

[Bug 1480740] ProcInterrupts.txt

2015-08-02 Thread Kip Warner
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1480740/+attachment/4437965/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/148

[Bug 1480740] PulseList.txt

2015-08-02 Thread Kip Warner
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1480740/+attachment/4437967/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480740 Titl

[Bug 1480740] ProcEnviron.txt

2015-08-02 Thread Kip Warner
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1480740/+attachment/4437964/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480740

[Bug 1480740] ProcModules.txt

2015-08-02 Thread Kip Warner
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1480740/+attachment/4437966/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480740

[Bug 1480740] Lsusb.txt

2015-08-02 Thread Kip Warner
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1480740/+attachment/4437962/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480740 Title: Thun

[Bug 1480740] WifiSyslog.txt

2015-08-02 Thread Kip Warner
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1480740/+attachment/4437970/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1480740] UdevDb.txt

2015-08-02 Thread Kip Warner
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1480740/+attachment/4437969/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480740 Title: Th

[Bug 1480740] RfKill.txt

2015-08-02 Thread Kip Warner
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1480740/+attachment/4437968/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480740 Title: Th

[Bug 1480740] CurrentDmesg.txt

2015-08-02 Thread Kip Warner
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1480740/+attachment/4437958/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480740

[Bug 1480740] JournalErrors.txt

2015-08-02 Thread Kip Warner
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1480740/+attachment/4437960/+files/JournalErrors.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/14807

[Bug 1480740] ProcCpuinfo.txt

2015-08-02 Thread Kip Warner
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1480740/+attachment/4437963/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480740

[Bug 1480740] Lspci.txt

2015-08-02 Thread Kip Warner
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1480740/+attachment/4437961/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480740 Title: Thun

[Bug 1480740] IwConfig.txt

2015-08-02 Thread Kip Warner
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1480740/+attachment/4437959/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480740 Title:

[Bug 1480740] CRDA.txt

2015-08-02 Thread Kip Warner
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1480740/+attachment/4437957/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480740 Title: Thunar

[Bug 1480740] Re: Thunar causes kernel hard lock

2015-08-02 Thread Kip Warner
o the address bar. My system hard locks. I've attached the crash log. + --- + ApportVersion: 2.17.2-0ubuntu1.2 + Architecture: amd64 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/controlC2: kip3715 F pulseaudio + /dev/snd/pcmC1D3p: kip3715 F...m

[Bug 1480740] Re: Thunar causes kernel hard lock

2015-08-02 Thread Kip Warner
I have a hunch this is buried deep in X somewhere. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480740 Title: Thunar causes kernel hard lock To manage notifications about this bug go to: https://

[Bug 1480740] [NEW] Thunar causes kernel hard lock

2015-08-02 Thread Kip Warner
Public bug reported: Upon opening Thunar 1.6.6 (Xfce 4.12), I enter /usr/include/ into the address bar. My system hard locks. I've attached the crash log. ** Affects: linux (Ubuntu) Importance: Undecided Status: Incomplete ** Attachment added: "Kernel crash log." https://bugs.l

[Bug 1424521] Re: edid-decode is missing man page

2015-06-30 Thread Kip Warner
Thanks Andrew. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1424521 Title: edid-decode is missing man page To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/e

[Bug 1363958] Re: xfsettingsd crashed with signal 5 in __libc_start_main()

2015-04-25 Thread Kip Warner
Confirmed under Xubuntu 15.04 immediately upon login. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1363958 Title: xfsettingsd crashed with signal 5 in __libc_start_main() To manage notifications a

[Bug 1424521] [NEW] edid-decode is missing man page

2015-02-22 Thread Kip Warner
Public bug reported: The edid-decode package on Utopic is missing upstream's man page: http://cgit.freedesktop.org/xorg/app/edid-decode/tree/edid-decode.1 ** Affects: edid-decode (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a me

[Bug 1379702] Re: xfsettingsd crashes after disconnecting external screen

2015-01-18 Thread Kip Warner
I also just experienced a similar crash. When I turned off my second LCD connected via DVI: The program 'xfsettingsd' received an X Window System error. This probably reflects a bug in the program. The error was 'BadRRCrtc (invalid Crtc parameter)'. (Details: serial 2320 error_code 148 request_c

[Bug 512220] Re: cupsd crash "Closing on unknown HTTP state 0"

2014-07-01 Thread Kip Warner
** Changed in: cups (Ubuntu) Assignee: Kip Warner (kip) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/512220 Title: cupsd crash "Closing on unknown HTTP state 0&quo

[Bug 1125442] Re: Always Visible and On Top Windows Steal Focus on Workspace Switch

2014-06-12 Thread Kip Warner
** Changed in: ayatana-design Assignee: Kip Warner (kip) => (unassigned) ** Changed in: unity (Ubuntu) Assignee: Kip Warner (kip) => (unassigned) ** Changed in: unity (Ubuntu Precise) Assignee: Kip Warner (kip) => (unassigned) ** Changed in: unity (Ubuntu Quantal)

[Bug 1125442] Re: Always Visible and On Top Windows Steal Focus on Workspace Switch

2014-06-12 Thread Kip Warner
Unfortunately it looks like upstream has not expressed any interest in supporting a feature to deal with this situation, so unfortunately I don't think it's something we will be able to either. Supporting a separate fork of Compiz is not really something we have the resources for right now. -- Yo

[Bug 1315098] [NEW] GUI for managing ACL

2014-05-01 Thread Kip Warner
in a background thread to fetch the complete pool. Known Workaround: The only knows work around is to use the command line. This is cumbersome for some users. ** Affects: eiciel (Ubuntu) Importance: Undecided Assignee: Kip Warner (kip) Status: In Progress ** Tags: acl large

  1   2   3   4   5   >