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)
** 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:
** 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
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
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
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
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
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
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
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
@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
@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
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
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
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
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
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/+
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
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
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
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
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
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
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
;./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
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
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
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
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
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:
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.
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
(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
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
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.
(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
(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,
(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
(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
(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
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
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
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
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
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
** 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 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 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
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
** 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
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:
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/
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
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
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.
** 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
** 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
** 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
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
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
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
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
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
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
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:
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
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
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
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
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:
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
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
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
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
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'
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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://
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
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
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
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
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
** 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
** 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)
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
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 - 100 of 422 matches
Mail list logo