[Bug 1891841] [NEW] x11vnc refresh is slow when using XUbuntu desktop

2020-08-16 Thread Matthew Caron
Public bug reported:

When viewing the desktop exported via x11vnc, refresh rates are slow.

1.) This happens irrespective of client / client machine (Remmina,
TightVNC viewer, RealVNC viewer), so it's not the client.

2.) iperf shows 900mbps+ bandwidth between clients and server (gigE
wired connection).

3.) Refresh rate gets worse as screen resolution increases (HD is
reasonably usable, say 500ms between refreshes based on looking at
gkrellm graphs, but 4K is more like 3 seconds between redraws).

4.) It does not do this if logged in to a Mate desktop, leading me to
believe it's XFCE, not x11vnc.

5.) This worked fine on 18.04, at 4k - no discernable lag. Everything
else remains the same, just this was updated from 18.04 to 20.04.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xubuntu-desktop 2.233
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.6
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: XFCE
Date: Mon Aug 17 00:21:10 2020
SourcePackage: xubuntu-meta
UpgradeStatus: Upgraded to focal on 2020-08-12 (4 days ago)

** Affects: xubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal third-party-packages

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1891841

Title:
  x11vnc refresh is slow when using XUbuntu desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xubuntu-meta/+bug/1891841/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1654087] Re: xine crashes when trying to play a DVD

2017-02-04 Thread Matthew Caron
I've found a workaround, which is basically to use the same process I
used for 14.04. To wit:

echo "deb http://download.videolan.org/pub/debian/stable/ /" | sudo tee 
/etc/apt/sources.list.d/libdvdcss.list
echo "deb-src http://download.videolan.org/pub/debian/stable/ /" | sudo tee -a 
/etc/apt/sources.list.d/libdvdcss.list
sudo chmod a+r /etc/apt/sources.list.d/libdvdcss.list
wget -O - http://download.videolan.org/pub/debian/videolan-apt.asc|sudo apt-key 
add -
sudo apt-get update
sudo apt-get install libdvdcss2

Apparently xine and the current libdvdread doesn't like the current
libdvdcss2; one needs to use the old one.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654087

Title:
  xine crashes when trying to play a DVD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xine-ui/+bug/1654087/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654087] [NEW] xine crashes when trying to play a DVD

2017-01-04 Thread Matthew Caron
Public bug reported:

To reproduce:
1.) run xine.
2.) click DVD
3.) xine exits

If run from the console, you get:
===
(matt@hiro) ~/workspace/video/output$ xine
This is xine (X11 gui) - a free video player v0.99.9.
(c) 2000-2014 The xine Team.
libva info: VA-API version 0.39.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_39
libva info: va_openDriver() returns 0
vo_vdpau: vdpau API version : 1
vo_vdpau: vdpau implementation description : OpenGL/VAAPI/libswscale backend 
for VDPAU
vo_vdpau: maximum video surface size for chroma type 4:2:2 is 1920x1080
vo_vdpau: maximum video surface size for chroma type 4:2:0 is 1920x1080
vo_vdpau: maximum output surface size is 8192x8192
vo_vdpau: Failed to check vdpau get/put bits native capability : 
VDP_STATUS_NO_IMPLEMENTATION
libva info: VA-API version 0.39.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_39
libva info: va_openDriver() returns 0
libva info: VA-API version 0.39.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_39
libva info: va_openDriver() returns 0
libdvdread: Missing symbols in libdvdcss, this shouldn't happen !
xiTK received SIGSEGV signal, RIP.
Magick: abort due to signal 6 (SIGABRT) "Abort"...
Aborted (core dumped)
===

I've reinstalled libdvd-pkg, libdvdcss, libdvdread, xine-ui and all of
the xine libraries. It did ask to compile and install the latest
libdvdcss; I said yes, and it did.

I think it's got to be a mismatch between libdvdread and libdvdcss, but
I can't seem to figure it out, so I figured I'd ask for help.

Thanks in advance.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xine-ui 0.99.9-1.2 [modified: var/lib/xine/xine.desktop]
ProcVersionSignature: Ubuntu 4.4.0-57.78-generic 4.4.35
Uname: Linux 4.4.0-57-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: amd64
CurrentDesktop: XFCE
Date: Wed Jan  4 16:57:31 2017
ExecutablePath: /usr/bin/xine
SourcePackage: xine-ui
UpgradeStatus: Upgraded to xenial on 2016-09-30 (96 days ago)

** Affects: xine-ui (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654087

Title:
  xine crashes when trying to play a DVD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xine-ui/+bug/1654087/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1631553] Re: With UFW enabled, kernel reports SYN flooding

2016-11-15 Thread Matthew Caron
Thanks for the help, but adding the nf_conntrack_sane module didn't
help. Adding it and adding ufw allow rules for some packets that were
being reported as dropped didn't help. The only way that it reliably
works is if I set syncookies to 1 as described above.

I'm not sure there really is a syncookies problem, but that's the only
way I can make my scanner work with the firewall enabled.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1631553

Title:
  With UFW enabled, kernel reports SYN flooding

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/1631553/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1631553] Re: With UFW enabled, kernel reports SYN flooding

2016-10-07 Thread Matthew Caron
Oh, relevant tickets from UFW and procps:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/57091
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/189565

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1631553

Title:
  With UFW enabled, kernel reports SYN flooding

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/1631553/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1631553] [NEW] With UFW enabled, kernel reports SYN flooding

2016-10-07 Thread Matthew Caron
Public bug reported:

So, this is a fun one.

I have an Epson XP-610 multifunction scanner/printer/coffeemaker/whiskey
distillery. It uses an XSane plugin, which spawns an intermediary
network app (/usr/lib/iscan/network) which detects and talks to the
scanner. These packages can all be obtained from here:
http://support.epson.net/linux/en/iscan_c.html.

Anyway, if you have UFW disabled, it works. If you enable UFW, however
it works intermittently and takes forever to start up. Checking my
syslog, I find:

Oct  6 22:48:00 hiro kernel: [48176.543355] TCP: request_sock_TCP:
Possible SYN flooding on port 40796. Dropping request.  Check SNMP
counters.

A wireshark capture shows two things:
1.) It is communicating on that port on the "lo" interface, not any real 
interface.
2.) There's one SYN. Not a lot. Just a single SYN. And then TCP retries. And 
then eventually it works. Sometimes.

Anyway, if I edit /etc/ufw/sysctl.conf, and set
net/ipv4/tcp_syncookies=1, and then disable and reenable UFW, it works,
with the following syslog entry:

Oct  7 20:26:18 hiro kernel: [13666.745140] TCP: request_sock_TCP:
Possible SYN flooding on port 42751. Sending cookies.  Check SNMP
counters.

Now, to be clear, I think the syncookies is a workaround for a more
serious problem. Namely, why does the kernel think it's under attack to
begin with?

Anyway, I'm not certain this is really a UFW bug, but I'm starting here
because UFW seems to make it worse. Feel free to reclassify as a kernel
bug.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ufw 0.35-0ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: XFCE
Date: Fri Oct  7 20:20:00 2016
PackageArchitecture: all
SourcePackage: ufw
UpgradeStatus: Upgraded to xenial on 2016-09-30 (7 days ago)
mtime.conffile..etc.ufw.sysctl.conf: 2016-10-06T23:11:58.680226

** Affects: ufw (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1631553

Title:
  With UFW enabled, kernel reports SYN flooding

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/1631553/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57091] Re: proc/sys/net/ipv4/tcp_syncookies=1 should be seriously considered to permit SYN flood defense...

2016-10-07 Thread Matthew Caron
Will do, Simon.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/57091

Title:
  proc/sys/net/ipv4/tcp_syncookies=1 should be seriously considered to
  permit SYN flood defense...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/57091/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57091] Re: proc/sys/net/ipv4/tcp_syncookies=1 should be seriously considered to permit SYN flood defense...

2016-10-06 Thread Matthew Caron
Well, and it gets more interesting.

Bog standard 16.04 has it turned on (from the above referenced 10
-network-security.conf).

But, if you then enabled ufw, it gets disabled, due to the default
setting in /etc/ufw/sysctl.conf.

There seems to be serious debate as to whether or not enabling it is
correct.

What I know is that I just spent two hours trying to figure out why SANE
took forever to detect my network scanner, and this syslog entry clued
me in:

Oct  6 22:54:26 hiro kernel: [48562.817258] TCP: request_sock_TCP:
Possible SYN flooding on port 34029. Dropping request.  Check SNMP
counters.

The dropped request was responsible for the delay. If I enable syn
cookies, I get:

Oct  6 22:57:28 hiro kernel: [48744.796029] TCP: request_sock_TCP:
Possible SYN flooding on port 42041. Sending cookies.  Check SNMP
counters.

and it's basically instant.

On top of all of this, there isn't a lot of traffic - this is SANE
talking to a vendor-provided scanner backend over localhost. If I
capture it, there's ONE SYN request and the kernel thinks it's a
"flood".. which makes no sense.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/57091

Title:
  proc/sys/net/ipv4/tcp_syncookies=1 should be seriously considered to
  permit SYN flood defense...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/57091/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404242] Re: Radeon crash on 14.04 LTS stops Xorg from starting

2015-01-05 Thread Matthew Caron
To clarify the above - it works in 3.13.11.11.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1404242

Title:
  Radeon crash on 14.04 LTS stops Xorg from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404242/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404242] Re: Radeon crash on 14.04 LTS stops Xorg from starting

2015-01-05 Thread Matthew Caron
Yeah, that's a heck of a lot of bisecting and builds.

However, since 3.13 is the trusty kernel, I figured I'd try the latest
of that, and it works there as well - so upstream has patched it on that
maintenance branch as well. I'm going to reverse bisect that instead
(should be shorter).

** Tags added: kernel-fixed-upstream-3.13.11.11

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1404242

Title:
  Radeon crash on 14.04 LTS stops Xorg from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404242/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404242] Re: Radeon crash on 14.04 LTS stops Xorg from starting

2015-01-05 Thread Matthew Caron
Okay, digging in to this, I grabbed the kernel repos from upstream and
added the kernel.ubuntu.com remote, and in looking at those and getting
my bearings, I see that there is an Ubuntu-3.13.0-44.73, which is one
version greater than what I'm running, and I find that it is in trust-
proposed. So, I grabbed those packages, installed them, and this fixes
the problem.

Of a note on workflow - this ticket was opened on 19 Dec. That kernel
was built 16 Dec. Having me test that kernel would have been a more
rapid resolution then messing about with upstream kernels, etc.

To summarize:
 - this is already fixed
 - the kernel in trusty-proposed getting promoted to the main repository will 
fix the issue

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1404242

Title:
  Radeon crash on 14.04 LTS stops Xorg from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404242/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404242] Re: Radeon crash on 14.04 LTS stops Xorg from starting

2015-01-01 Thread Matthew Caron
Finally got around to testing this (apologies, holidays).  This is fixed
in v3.19-rc2-vivid, which I think further lends credence to my
speculation that this bug is the same as #1397553, only for Trusty.

** Tags added: kernel-fixed-upstream kernel-fixed-upstream-3.19-rc2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1404242

Title:
  Radeon crash on 14.04 LTS stops Xorg from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404242/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404242] Re: Radeon crash on 14.04 LTS stops Xorg from starting

2014-12-27 Thread Matthew Caron
Sorry about that - the board is so old, it never occurred to me that
there may be a BIOS update (indeed, IIRC, I build the system in June of
2008, so I didn't see the July update).

Anyway, updated BIOS to F7. No change in behavior. It is as originally
described.

Your requested output:

(matt@case) ~$ sudo dmidecode -s bios-version  sudo dmidecode -s 
bios-release-date
F7
07/17/2008

kernel messages look to be the same (unless I miss something):

[  173.622334] BUG: unable to handle kernel paging request at ec200900
[  173.622978] IP: [811b5b86] kfree+0x56/0x140
[  173.623659] PGD 0 
[  173.624002] Oops:  [#1] SMP 
[  173.624002] Modules linked in: snd_hrtimer bnep rfcomm bluetooth 
6lowpan_iphc pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) 
binfmt_misc ip6t_REJECT xt_hl ip6t_rt nf_conntrack_ipv6 nf_defrag_ipv6 
ipt_REJECT xt_LOG xt_limit xt_tcpudp xt_addrtype nf_conntrack_ipv4 
nf_defrag_ipv4 xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns 
nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack 
iptable_filter ip_tables x_tables snd_hda_codec_realtek gpio_ich radeon 
snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel snd_hda_controller 
snd_hda_codec snd_hwdep snd_pcm snd_seq_midi serio_raw snd_seq_midi_event 
kvm_intel snd_rawmidi snd_seq kvm snd_seq_device snd_timer snd lpc_ich ttm 
drm_kms_helper soundcore drm i2c_algo_bit x38_edac edac_core mac_hid parport_pc 
ppdev vhba(OE) coretemp it87 hwmon_vid lp parport pata_acpi hid_generic usbhid 
hid raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx 
xor firewire_ohci firewire_core cr
 c_itu_t raid6_pq r8169 mii ahci raid1 libahci pata_jmicron raid0 multipath 
floppy linear
[  173.624002] CPU: 1 PID: 2829 Comm: Xorg Tainted: G   OE 
3.16.0-28-generic #38-Ubuntu
[  173.624002] Hardware name: Gigabyte Technology Co., Ltd. X48-DQ6/X48-DQ6, 
BIOS F7 07/17/2008
[  173.624002] task: 8800c9f3dbb0 ti: 88021480c000 task.ti: 
88021480c000
[  173.624002] RIP: 0010:[811b5b86]  [811b5b86] 
kfree+0x56/0x140
[  173.624002] RSP: 0018:88021480fa88  EFLAGS: 00010286
[  173.624002] RAX: ec200900 RBX: 10024414 RCX: 
[  173.624002] RDX: ea00 RSI: 5f78 RDI: 10024414
[  173.624002] RBP: 88021480faa0 R08: 0013 R09: 0005
[  173.624002] R10: 8800caf5c38d R11: c0715291 R12: 880221f14000
[  173.624002] R13: c07721ce R14: 88003690b200 R15: 
[  173.624002] FS:  7f1b27f439c0() GS:88022fc8() 
knlGS:
[  173.624002] CS:  0010 DS:  ES:  CR0: 80050033
[  173.624002] CR2: ec200900 CR3: b6072000 CR4: 07e0
[  173.624002] Stack:
[  173.624002]  880221f14000 880221f14000  
88021480fb68
[  173.624002]  c07721ce 8800cae99000 712cca928c00 
70447048
[  173.624002]  0008 88003690be00 8800c9fde500 
10024414
[  173.624002] Call Trace:
[  173.624002]  [c07721ce] evergreen_hdmi_setmode+0x8ce/0xbd0 [radeon]
[  173.624002]  [c047578e] ? drm_detect_hdmi_monitor+0x6e/0xb0 [drm]
[  173.624002]  [c0779708] radeon_atom_encoder_mode_set+0x158/0x2d0 
[radeon]
[  173.624002]  [c04b4956] drm_crtc_helper_set_mode+0x346/0x520 
[drm_kms_helper]
[  173.624002]  [c047bae3] ? drm_modeset_lock+0x33/0xe0 [drm]
[  173.624002]  [c072242c] 
radeon_property_change_mode.isra.2+0x3c/0x40 [radeon]
[  173.624002]  [c07225c6] radeon_connector_set_property+0x196/0x320 
[radeon]
[  173.624002]  [c04727e2] 
drm_mode_obj_set_property_ioctl+0x1b2/0x3b0 [drm]
[  173.624002]  [c0472a10] 
drm_mode_connector_property_set_ioctl+0x30/0x40 [drm]
[  173.624002]  [c04619ec] drm_ioctl+0x1ec/0x660 [drm]
[  173.624002]  [81210c41] ? send_to_group+0xd1/0x1b0
[  173.624002]  [c06fd04b] radeon_drm_ioctl+0x4b/0x80 [radeon]
[  173.624002]  [811e6970] do_vfs_ioctl+0x2e0/0x4c0
[  173.624002]  [811d60b1] ? __sb_end_write+0x31/0x60
[  173.624002]  [811e6bd1] SyS_ioctl+0x81/0xa0
[  173.624002]  [8176a9ad] system_call_fastpath+0x1a/0x1f
[  173.624002] Code: 00 00 00 80 ff 77 00 00 48 01 d8 48 0f 42 15 a2 44 a6 00 
48 01 d0 48 ba 00 00 00 00 00 ea ff ff 48 c1 e8 0c 48 c1 e0 06 48 01 d0 48 8b 
10 80 e6 80 0f 85 be 00 00 00 49 89 c2 49 8b 02 a8 80 0f 
[  173.624002] RIP  [811b5b86] kfree+0x56/0x140
[  173.624002]  RSP 88021480fa88
[  173.624002] CR2: ec200900


** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1404242

Title:
  Radeon crash on 14.04 LTS stops Xorg from starting

To manage notifications about this bug go to:

[Bug 1404242] [NEW] Radeon crash on 14.04 LTS stops Xorg from starting

2014-12-19 Thread Matthew Caron
Public bug reported:

Kernel message:

[   31.778064] BUG: unable to handle kernel paging request at ec200900
[   31.778105] IP: [811a2046] kfree+0x56/0x140
[   31.778133] PGD 0 
[   31.778145] Oops:  [#1] SMP 
[   31.778165] Modules linked in: snd_hrtimer pci_stub vboxpci(OX) 
vboxnetadp(OX) vboxnetflt(OX) vboxdrv(OX) bnep rfcomm bluetooth ip6t_REJECT 
xt_hl ip6t_rt nf_conntrack_ipv6 nf_defrag_ipv6 ipt_REJECT xt_LOG xt_limit 
xt_tcpudp xt_addrtype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack 
ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast 
nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack iptable_filter ip_tables 
x_tables radeon snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel 
snd_hda_codec gpio_ich snd_hwdep kvm_intel snd_pcm snd_page_alloc ttm 
snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device kvm 
snd_timer drm_kms_helper snd drm soundcore i2c_algo_bit serio_raw x38_edac 
lpc_ich edac_core mac_hid binfmt_misc parport_pc ppdev vhba(OX) coretemp it87 
hwmon_vid lp parport pata_acpi hid_generic usbhid hid raid10 raid456 
async_raid6_recov async_memcpy async_pq async_xor async_tx xor firewire_ohci 
firewire_core crc_itu_t ahci raid6_pq r8169 pata_jmicro
 n mii libahci raid1 raid0 multipath floppy linear
[   31.778734] CPU: 0 PID: 2402 Comm: Xorg Tainted: G   OX 
3.13.0-43-generic #72-Ubuntu
[   31.778769] Hardware name: Gigabyte Technology Co., Ltd. X48-DQ6/X48-DQ6, 
BIOS F6 02/29/2008
[   31.778805] task: 8802229e6000 ti: 8802216da000 task.ti: 
8802216da000
[   31.778835] RIP: 0010:[811a2046]  [811a2046] 
kfree+0x56/0x140
[   31.778869] RSP: 0018:8802216dba68  EFLAGS: 00010286
[   31.778892] RAX: ec200900 RBX: 10024414 RCX: 
[   31.778922] RDX: ea00 RSI: 5f78 RDI: 10024414
[   31.778951] RBP: 8802216dba80 R08: 0013 R09: 0012
[   31.778980] R10: ea000880a380 R11: a0405bc1 R12: 
[   31.779009] R13: a04623b6 R14:  R15: 88003655e400
[   31.779039] FS:  7f229d9019c0() GS:88022fc0() 
knlGS:
[   31.779072] CS:  0010 DS:  ES:  CR0: 80050033
[   31.779096] CR2: ec200900 CR3: 0002209d8000 CR4: 07f0
[   31.779125] Stack:
[   31.779135]  8800cae3  8800cae3 
8802216dbb38
[   31.779174]  a04623b6 8802216dbab0 88027048 
7044712c
[   31.779211]  8802209ee000 10024414 18824414 
18028488
[   31.779249] Call Trace:
[   31.779289]  [a04623b6] evergreen_hdmi_setmode+0x776/0x960 [radeon]
[   31.779334]  [a01b855e] ? drm_detect_hdmi_monitor+0x6e/0xb0 [drm]
[   31.779385]  [a0469788] radeon_atom_encoder_mode_set+0x158/0x2d0 
[radeon]
[   31.779421]  [a022da98] drm_crtc_helper_set_mode+0x498/0x500 
[drm_kms_helper]
[   31.779470]  [a0413d35] 
radeon_property_change_mode.isra.1+0x35/0x40 [radeon]
[   31.779519]  [a0413ece] radeon_connector_set_property+0x18e/0x300 
[radeon]
[   31.779562]  [a01b5732] 
drm_mode_obj_set_property_ioctl+0x142/0x340 [drm]
[   31.779604]  [a01b5960] 
drm_mode_connector_property_set_ioctl+0x30/0x40 [drm]
[   31.779644]  [a01a4c22] drm_ioctl+0x502/0x630 [drm]
[   31.779672]  [8172cc94] ? __do_page_fault+0x204/0x560
[   31.779707]  [a03d50fe] radeon_drm_ioctl+0x4e/0x90 [radeon]
[   31.779736]  [811d0e90] do_vfs_ioctl+0x2e0/0x4c0
[   31.779762]  [811c01b1] ? __sb_end_write+0x31/0x60
[   31.779787]  [811d10f1] SyS_ioctl+0x81/0xa0
[   31.779810]  [817316ad] system_call_fastpath+0x1a/0x1f
[   31.779836] Code: 00 00 00 80 ff 77 00 00 48 01 d8 48 0f 42 15 e2 2f a7 00 
48 01 d0 48 ba 00 00 00 00 00 ea ff ff 48 c1 e8 0c 48 c1 e0 06 48 01 d0 48 8b 
10 80 e6 80 0f 85 be 00 00 00 49 89 c2 49 8b 02 a8 80 0f 
[   31.78] RIP  [811a2046] kfree+0x56/0x140
[   31.78]  RSP 8802216dba68
[   31.78] CR2: ec200900

Kernel is:

3.13.0-43-generic

This looks similar to #1397553, except applies to Trusty.

** Affects: linux (Ubuntu)
 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/1404242

Title:
  Radeon crash on 14.04 LTS stops Xorg from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404242/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404242] Re: Radeon crash on 14.04 LTS stops Xorg from starting

2014-12-19 Thread Matthew Caron
Happens with 3.16.0-28-generic as well:

Dec 19 08:29:02 case kernel: [  360.612037] INFO: task Xorg:2402 blocked for 
more than 120 seconds.
Dec 19 08:29:02 case kernel: [  360.614173]   Tainted: G   OX 
3.13.0-43-generic #72-Ubuntu
Dec 19 08:29:02 case kernel: [  360.616310] echo 0  
/proc/sys/kernel/hung_task_timeout_secs disables this message.
Dec 19 08:29:02 case kernel: [  360.618443] XorgD 88022fc13480  
   0  2402   2322 0x0040
Dec 19 08:29:02 case kernel: [  360.621649]  8802216db440 0082 
8802229e6000 8802216dbfd8
Dec 19 08:29:02 case kernel: [  360.623799]  00013480 00013480 
8802229e6000 88021f4f2238
Dec 19 08:29:02 case kernel: [  360.625975]  88021f4f223c 8802229e6000 
 88021f4f2240
Dec 19 08:29:02 case kernel: [  360.628207] Call Trace:
Dec 19 08:29:02 case kernel: [  360.630334]  [81725539] 
schedule_preempt_disabled+0x29/0x70
Dec 19 08:29:02 case kernel: [  360.632477]  [817273a5] 
__mutex_lock_slowpath+0x135/0x1b0
Dec 19 08:29:02 case kernel: [  360.634629]  [8172743f] 
mutex_lock+0x1f/0x2f
Dec 19 08:29:02 case kernel: [  360.636790]  [a01afc92] 
drm_modeset_lock_all+0x22/0x50 [drm]
Dec 19 08:29:02 case kernel: [  360.638929]  [a023046f] 
drm_fb_helper_pan_display+0x2f/0x140 [drm_kms_helper]
Dec 19 08:29:02 case kernel: [  360.641079]  [813cc269] 
fb_pan_display+0xc9/0x190
Dec 19 08:29:02 case kernel: [  360.643240]  [813dc780] 
bit_update_start+0x20/0x50
Dec 19 08:29:02 case kernel: [  360.645386]  [813dc172] 
fbcon_switch+0x3a2/0x550
Dec 19 08:29:02 case kernel: [  360.647528]  [814616b9] 
redraw_screen+0x189/0x240
Dec 19 08:29:02 case kernel: [  360.649736]  [81460a25] ? 
vt_console_print+0x245/0x3f0
Dec 19 08:29:02 case kernel: [  360.651896]  [813d968a] 
fbcon_blank+0x20a/0x2d0
Dec 19 08:29:02 case kernel: [  360.654026]  [810bd174] ? 
wake_up_klogd+0x34/0x50
Dec 19 08:29:02 case kernel: [  360.656176]  [810bd398] ? 
console_unlock+0x208/0x400
Dec 19 08:29:02 case kernel: [  360.658314]  [810746db] ? 
lock_timer_base.isra.35+0x2b/0x50
Dec 19 08:29:02 case kernel: [  360.660469]  [810744b7] ? 
internal_add_timer+0x17/0x40
Dec 19 08:29:02 case kernel: [  360.662633]  [81075feb] ? 
mod_timer+0x13b/0x210
Dec 19 08:29:02 case kernel: [  360.664771]  [814621d8] 
do_unblank_screen+0xb8/0x1f0
Dec 19 08:29:02 case kernel: [  360.666968]  [81462320] 
unblank_screen+0x10/0x20
Dec 19 08:29:02 case kernel: [  360.669117]  [813730e9] 
bust_spinlocks+0x19/0x40
Dec 19 08:29:02 case kernel: [  360.671258]  [8172a0f8] 
oops_end+0x38/0x150
Dec 19 08:29:02 case kernel: [  360.673421]  [817197dd] 
no_context+0x27e/0x28b
Dec 19 08:29:02 case kernel: [  360.675565]  [8171985d] 
__bad_area_nosemaphore+0x73/0x1ca
Dec 19 08:29:02 case kernel: [  360.677750]  [817199c7] 
bad_area_nosemaphore+0x13/0x15
Dec 19 08:29:02 case kernel: [  360.679907]  [8172cb37] 
__do_page_fault+0xa7/0x560
Dec 19 08:29:02 case kernel: [  360.682081]  [a03ee89d] ? 
cail_reg_write+0x1d/0x20 [radeon]
Dec 19 08:29:02 case kernel: [  360.684297]  [a0405359] ? 
atom_put_dst+0x459/0x540 [radeon]
Dec 19 08:29:02 case kernel: [  360.686487]  [a040670e] ? 
atom_op_test+0x9e/0x1c0 [radeon]
Dec 19 08:29:02 case kernel: [  360.688678]  [a04623b6] ? 
evergreen_hdmi_setmode+0x776/0x960 [radeon]
Dec 19 08:29:02 case kernel: [  360.690837]  [8172d00a] 
do_page_fault+0x1a/0x70
Dec 19 08:29:02 case kernel: [  360.693046]  [81729468] 
page_fault+0x28/0x30
Dec 19 08:29:02 case kernel: [  360.695228]  [a04623b6] ? 
evergreen_hdmi_setmode+0x776/0x960 [radeon]
Dec 19 08:29:02 case kernel: [  360.697416]  [a0405bc1] ? 
atom_execute_table_locked+0x1f1/0x360 [radeon]
Dec 19 08:29:02 case kernel: [  360.699578]  [811a2046] ? 
kfree+0x56/0x140
Dec 19 08:29:02 case kernel: [  360.701787]  [a04623b6] 
evergreen_hdmi_setmode+0x776/0x960 [radeon]
Dec 19 08:29:02 case kernel: [  360.703996]  [a01b855e] ? 
drm_detect_hdmi_monitor+0x6e/0xb0 [drm]
Dec 19 08:29:02 case kernel: [  360.706190]  [a0469788] 
radeon_atom_encoder_mode_set+0x158/0x2d0 [radeon]
Dec 19 08:29:02 case kernel: [  360.708394]  [a022da98] 
drm_crtc_helper_set_mode+0x498/0x500 [drm_kms_helper]
Dec 19 08:29:02 case kernel: [  360.710598]  [a0413d35] 
radeon_property_change_mode.isra.1+0x35/0x40 [radeon]
Dec 19 08:29:02 case kernel: [  360.712809]  [a0413ece] 
radeon_connector_set_property+0x18e/0x300 [radeon]
Dec 19 08:29:02 case kernel: [  360.714985]  [a01b5732] 
drm_mode_obj_set_property_ioctl+0x142/0x340 [drm]
Dec 19 08:29:02 case kernel: [  360.717166]  [a01b5960] 
drm_mode_connector_property_set_ioctl+0x30/0x40 [drm]
Dec 19 08:29:02 case kernel: [  360.719388]  

[Bug 1404242] Re: Radeon crash on 14.04 LTS stops Xorg from starting

2014-12-19 Thread Matthew Caron
apport information

** Tags added: apport-collected

** Description changed:

  Kernel message:
  
  [   31.778064] BUG: unable to handle kernel paging request at ec200900
  [   31.778105] IP: [811a2046] kfree+0x56/0x140
  [   31.778133] PGD 0 
  [   31.778145] Oops:  [#1] SMP 
  [   31.778165] Modules linked in: snd_hrtimer pci_stub vboxpci(OX) 
vboxnetadp(OX) vboxnetflt(OX) vboxdrv(OX) bnep rfcomm bluetooth ip6t_REJECT 
xt_hl ip6t_rt nf_conntrack_ipv6 nf_defrag_ipv6 ipt_REJECT xt_LOG xt_limit 
xt_tcpudp xt_addrtype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack 
ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast 
nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack iptable_filter ip_tables 
x_tables radeon snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel 
snd_hda_codec gpio_ich snd_hwdep kvm_intel snd_pcm snd_page_alloc ttm 
snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device kvm 
snd_timer drm_kms_helper snd drm soundcore i2c_algo_bit serio_raw x38_edac 
lpc_ich edac_core mac_hid binfmt_misc parport_pc ppdev vhba(OX) coretemp it87 
hwmon_vid lp parport pata_acpi hid_generic usbhid hid raid10 raid456 
async_raid6_recov async_memcpy async_pq async_xor async_tx xor firewire_ohci 
firewire_core crc_itu_t ahci raid6_pq r8169 pata_jmic
 ron mii libahci raid1 raid0 multipath floppy linear
  [   31.778734] CPU: 0 PID: 2402 Comm: Xorg Tainted: G   OX 
3.13.0-43-generic #72-Ubuntu
  [   31.778769] Hardware name: Gigabyte Technology Co., Ltd. X48-DQ6/X48-DQ6, 
BIOS F6 02/29/2008
  [   31.778805] task: 8802229e6000 ti: 8802216da000 task.ti: 
8802216da000
  [   31.778835] RIP: 0010:[811a2046]  [811a2046] 
kfree+0x56/0x140
  [   31.778869] RSP: 0018:8802216dba68  EFLAGS: 00010286
  [   31.778892] RAX: ec200900 RBX: 10024414 RCX: 

  [   31.778922] RDX: ea00 RSI: 5f78 RDI: 
10024414
  [   31.778951] RBP: 8802216dba80 R08: 0013 R09: 
0012
  [   31.778980] R10: ea000880a380 R11: a0405bc1 R12: 

  [   31.779009] R13: a04623b6 R14:  R15: 
88003655e400
  [   31.779039] FS:  7f229d9019c0() GS:88022fc0() 
knlGS:
  [   31.779072] CS:  0010 DS:  ES:  CR0: 80050033
  [   31.779096] CR2: ec200900 CR3: 0002209d8000 CR4: 
07f0
  [   31.779125] Stack:
  [   31.779135]  8800cae3  8800cae3 
8802216dbb38
  [   31.779174]  a04623b6 8802216dbab0 88027048 
7044712c
  [   31.779211]  8802209ee000 10024414 18824414 
18028488
  [   31.779249] Call Trace:
  [   31.779289]  [a04623b6] evergreen_hdmi_setmode+0x776/0x960 
[radeon]
  [   31.779334]  [a01b855e] ? drm_detect_hdmi_monitor+0x6e/0xb0 [drm]
  [   31.779385]  [a0469788] radeon_atom_encoder_mode_set+0x158/0x2d0 
[radeon]
  [   31.779421]  [a022da98] drm_crtc_helper_set_mode+0x498/0x500 
[drm_kms_helper]
  [   31.779470]  [a0413d35] 
radeon_property_change_mode.isra.1+0x35/0x40 [radeon]
  [   31.779519]  [a0413ece] 
radeon_connector_set_property+0x18e/0x300 [radeon]
  [   31.779562]  [a01b5732] 
drm_mode_obj_set_property_ioctl+0x142/0x340 [drm]
  [   31.779604]  [a01b5960] 
drm_mode_connector_property_set_ioctl+0x30/0x40 [drm]
  [   31.779644]  [a01a4c22] drm_ioctl+0x502/0x630 [drm]
  [   31.779672]  [8172cc94] ? __do_page_fault+0x204/0x560
  [   31.779707]  [a03d50fe] radeon_drm_ioctl+0x4e/0x90 [radeon]
  [   31.779736]  [811d0e90] do_vfs_ioctl+0x2e0/0x4c0
  [   31.779762]  [811c01b1] ? __sb_end_write+0x31/0x60
  [   31.779787]  [811d10f1] SyS_ioctl+0x81/0xa0
  [   31.779810]  [817316ad] system_call_fastpath+0x1a/0x1f
  [   31.779836] Code: 00 00 00 80 ff 77 00 00 48 01 d8 48 0f 42 15 e2 2f a7 00 
48 01 d0 48 ba 00 00 00 00 00 ea ff ff 48 c1 e8 0c 48 c1 e0 06 48 01 d0 48 8b 
10 80 e6 80 0f 85 be 00 00 00 49 89 c2 49 8b 02 a8 80 0f 
  [   31.78] RIP  [811a2046] kfree+0x56/0x140
  [   31.78]  RSP 8802216dba68
  [   31.78] CR2: ec200900
  
  Kernel is:
  
  3.13.0-43-generic
  
  This looks similar to #1397553, except applies to Trusty.
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.6
+ Architecture: amd64
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/hwC0D2', 
'/dev/snd/pcmC0D2c', '/dev/snd/pcmC0D1c', '/dev/snd/pcmC0D1p', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/controlC0', 
'/dev/snd/by-path', '/dev/snd/hwC1D0', '/dev/snd/pcmC1D3p', 
'/dev/snd/controlC1', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=/dev/mapper/drives-swap
+ IwConfig:
+  eth0  no wireless extensions.
+  
+  eth1  no wireless extensions.
+  
+  lono wireless 

[Bug 1404242] BootDmesg.txt

2014-12-19 Thread Matthew Caron
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1404242/+attachment/4284237/+files/BootDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1404242

Title:
  Radeon crash on 14.04 LTS stops Xorg from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404242/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404242] CRDA.txt

2014-12-19 Thread Matthew Caron
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1404242/+attachment/4284238/+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/1404242

Title:
  Radeon crash on 14.04 LTS stops Xorg from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404242/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404242] ProcEnviron.txt

2014-12-19 Thread Matthew Caron
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1404242/+attachment/4284243/+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/1404242

Title:
  Radeon crash on 14.04 LTS stops Xorg from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404242/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404242] UdevDb.txt

2014-12-19 Thread Matthew Caron
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1404242/+attachment/4284246/+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/1404242

Title:
  Radeon crash on 14.04 LTS stops Xorg from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404242/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404242] CurrentDmesg.txt

2014-12-19 Thread Matthew Caron
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1404242/+attachment/4284239/+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/1404242

Title:
  Radeon crash on 14.04 LTS stops Xorg from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404242/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404242] ProcModules.txt

2014-12-19 Thread Matthew Caron
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1404242/+attachment/4284245/+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/1404242

Title:
  Radeon crash on 14.04 LTS stops Xorg from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404242/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404242] ProcCpuinfo.txt

2014-12-19 Thread Matthew Caron
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1404242/+attachment/4284242/+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/1404242

Title:
  Radeon crash on 14.04 LTS stops Xorg from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404242/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404242] ProcInterrupts.txt

2014-12-19 Thread Matthew Caron
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1404242/+attachment/4284244/+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/1404242

Title:
  Radeon crash on 14.04 LTS stops Xorg from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404242/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404242] UdevLog.txt

2014-12-19 Thread Matthew Caron
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1404242/+attachment/4284247/+files/UdevLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1404242

Title:
  Radeon crash on 14.04 LTS stops Xorg from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404242/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404242] Lsusb.txt

2014-12-19 Thread Matthew Caron
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1404242/+attachment/4284241/+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/1404242

Title:
  Radeon crash on 14.04 LTS stops Xorg from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404242/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404242] Lspci.txt

2014-12-19 Thread Matthew Caron
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1404242/+attachment/4284240/+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/1404242

Title:
  Radeon crash on 14.04 LTS stops Xorg from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404242/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404242] WifiSyslog.txt

2014-12-19 Thread Matthew Caron
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1404242/+attachment/4284248/+files/WifiSyslog.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1404242

Title:
  Radeon crash on 14.04 LTS stops Xorg from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404242/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1303736] Re: [SRU] Black screen after wakeup from suspending by closing the laptop lid

2014-11-20 Thread Matthew Caron
Linus,

I occasionally see the my mouse doesn't work problem, and it is cured
by a VT switch (CTRL+ALT+F1 then CTRL+ALT+F7). That seems to kick the
mouse in the head.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1303736

Title:
  [SRU] Black screen after wakeup from suspending by closing the laptop
  lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1303736] Re: [SRU] Black screen after wakeup from suspending by closing the laptop lid

2014-10-23 Thread Matthew Caron
Marko: I looked in to this more and xfce4-power-manager works for me, at
least where putting the display to sleep and doing things when the
battery is low, etc. are concerned. All the xscreensaver-demo does is
configure when the screensaver becomes active and locks the screen.

At least, that's how it's working for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1303736

Title:
  [SRU] Black screen after wakeup from suspending by closing the laptop
  lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1303736] Re: [SRU] Black screen after wakeup from suspending by closing the laptop lid

2014-10-21 Thread Matthew Caron
Try running xscreensaver-demo and configuring it there.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1303736

Title:
  [SRU] Black screen after wakeup from suspending by closing the laptop
  lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1303736] Re: [SRU] Black screen after wakeup from suspending by closing the laptop lid

2014-10-08 Thread Matthew Caron
Marko - try modifying /etc/systemd/logind.conf as discussed in
https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-
settings/+bug/1303736/comments/118.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1303736

Title:
  [SRU] Black screen after wakeup from suspending by closing the laptop
  lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1303736] Re: [SRU] Black screen after wakeup from suspending by closing the laptop lid

2014-09-29 Thread Matthew Caron
Marko - everyone has just been doing:

sudo apt-get remove light-locker
sudo apt-get install xscreensaver

log out then back in.

It also works around a bug that light locker has w/ x11vnc where it
doesn't take over the display so you never get the login box, just a
frozen X display.

Of note - this isn't 100% - xscreensaver does sometimes not pop up a box
either, but if you type something, then hit enter (causing it to fail
and redraw) then you can see the box and everything works as expected
from there on out.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1303736

Title:
  [SRU] Black screen after wakeup from suspending by closing the laptop
  lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1254424] Re: fglrx 2:13.125-0ubuntu1: fails to build with kernel 3.13.x [error: ‘struct acpi_dev_node’ has no member named ‘handle’]

2014-07-18 Thread Matthew Caron
This is also broken in precise when using the trusty kernel necessitated
by HWE 12.04.5 support.

(I had made https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-
updates/+bug/1343310, but it was marked as a dupe of this. However, this
appears to be related to 14.04 and it happens other places too)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1254424

Title:
  fglrx 2:13.125-0ubuntu1: fails to build with kernel 3.13.x [error:
  ‘struct acpi_dev_node’ has no member named ‘handle’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1254424/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1343296] [NEW] hwe-support-status does not output all necessary commands for upgrade

2014-07-17 Thread Matthew Caron
Public bug reported:

Per:
https://wiki.ubuntu.com/1204_HWE_EOL#A1._Install_12.04.5_HWE_.28Trusty_kernel.2BAC8-graphics.29,
starting with Ubuntu 12.04.4 (as reported by `lsb_release -d`) I run
`hwe-support-status` and it tells me to:

sudo apt-get install linux-generic-lts-trusty linux-image-generic-lts-
trusty

I do this, then reboot, yet it still says:

(matt@case) ~$ lsb_release -d
Description:Ubuntu 12.04.4 LTS

Not the 12.04.5 which I expect.

Further, per the chart in https://wiki.ubuntu.com/1204_HWE_EOL#FAQ, I
should be running the trusty graphics stack as well, yet none of that
was listed in the apt-get install line. Verifying this:

(matt@case) ~$ dpkg -l | grep trusty
ii  linux-generic-lts-trusty3.13.0.32.28
Generic Linux kernel image and headers
ii  linux-headers-generic-lts-trusty3.13.0.32.28
Generic Linux kernel headers
ii  linux-image-generic-lts-trusty  3.13.0.32.28
Generic Linux kernel image

None of the trusty xorg packages are installed.

I believe that the commands generated by hwe-support-status are
incomplete to accomplish its stated goal.

** Affects: update-manager (Ubuntu)
 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/1343296

Title:
  hwe-support-status does not output all necessary commands for upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1343296/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1343310] Re: fglrx-updates 2:13.125-0ubuntu0.0.1: fglrx-updates kernel module failed to build on 3.13.0-32-generic

2014-07-17 Thread Matthew Caron
I would speculate that the fix in #1254424 applies here. I note that
this is not a duplicate of that, as that was on 14.04 and this is on
12.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1343310

Title:
  fglrx-updates 2:13.125-0ubuntu0.0.1: fglrx-updates kernel module
  failed to build on 3.13.0-32-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1343310/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1343310] [NEW] fglrx-updates 2:13.125-0ubuntu0.0.1: fglrx-updates kernel module failed to build on 3.13.0-32-generic

2014-07-17 Thread Matthew Caron
Public bug reported:

sudo apt-get install fglrx-updates fails on ubuntu 12.04 after
installing the trusty kernels per hwe-support-status's instructions.

Error is:

Error! Bad return status for module build on kernel: 3.13.0-32-generic (x86_64)
Consult /var/lib/dkms/fglrx-updates/13.125/build/make.log for more information.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: fglrx-updates 2:13.125-0ubuntu0.0.1
ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
DKMSKernelVersion: 3.13.0-32-generic
Date: Thu Jul 17 10:04:14 2014
InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
PackageVersion: 2:13.125-0ubuntu0.0.1
SourcePackage: fglrx-installer-updates
Title: fglrx-updates 2:13.125-0ubuntu0.0.1: fglrx-updates kernel module failed 
to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: fglrx-installer-updates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1343310

Title:
  fglrx-updates 2:13.125-0ubuntu0.0.1: fglrx-updates kernel module
  failed to build on 3.13.0-32-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1343310/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1303736] Re: [SRU] Black screen after wakeup from suspending by closing the laptop lid

2014-07-15 Thread Matthew Caron
@smd-seandavis

Yes,  I have. I've also tried rebooting the box (to make sure there
wasn't some old daemon running) then doing it again, then rebooting
again, still no joy.

Something I just noticed this morning - it does not happy only when
suspended. I left my box unsuspended all night running a backup and this
morning it exhibited the same behavior, despite having not been
suspended.

So, while it does happen on suspend for me, it doesn't happen ONLY on
suspend.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1303736

Title:
  [SRU] Black screen after wakeup from suspending by closing the laptop
  lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1303736] Re: [SRU] Black screen after wakeup from suspending by closing the laptop lid

2014-07-14 Thread Matthew Caron
I'm not evancarroll, but I can verify that what you describe happens to
me as well.

More specifically, this is with xfce4-power-manager 1.2.0-3ubuntu4 and
light-locker 1.4.0-0ubuntu1, and my system is up to date.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1303736

Title:
  [SRU] Black screen after wakeup from suspending by closing the laptop
  lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1303736] Re: [SRU] Black screen after wakeup from suspending by closing the laptop lid

2014-06-06 Thread Matthew Caron
So, as an update to this, even though I had toggled the lock on
suspend off and then on previously, this time, when I let it remain in
that state for some time and then changed it back, it worked.

Perhaps the key there is to actually close all the way out of the config
dialog or something?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1303736

Title:
  [SRU] Black screen after wakeup from suspending by closing the laptop
  lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1303736] Re: [SRU] Black screen after wakeup from suspending by closing the laptop lid

2014-06-06 Thread Matthew Caron
So, I post that after a day of it working, suspend my laptop, then it
fails again... so, it seems weirdly intermittent.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1303736

Title:
  [SRU] Black screen after wakeup from suspending by closing the laptop
  lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1303736] Re: [SRU] Black screen after wakeup from suspending by closing the laptop lid

2014-06-06 Thread Matthew Caron
Joao: I ran in to that too. I found that /etc/systemd/logind.conf was
overriding xfce power manager. Add the following to
/etc/systemd/logind.conf and then reboot:

HandlePowerKey=ignore
HandleSuspendKey=ignore
HandleHibernateKey=ignore
HandleLidSwitch=ignore

And then it should do what you want.

To work around the black screen, map some key combination to:

xrandr --auto

and you'll get your screen back.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1303736

Title:
  [SRU] Black screen after wakeup from suspending by closing the laptop
  lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1303736] Re: [SRU] Black screen after wakeup from suspending by closing the laptop lid

2014-06-05 Thread Matthew Caron
Simon: When tested with lock on suspend disabled, it comes back
immediately (no black screen, etc.), but then it isn't locked coming out
of suspend (as expected). While this works for a test, it is not a
desirable steady state condition.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1303736

Title:
  [SRU] Black screen after wakeup from suspending by closing the laptop
  lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1303736] Re: Black screen after wakeup from suspending by closing the laptop lid

2014-06-03 Thread Matthew Caron
Yes, I did test xscreensaver with 14.04, and no worries about questions,
I'm just trying to give you the information you need without extraneous
useless details.

Also worth mentioning:
 - My described black screen only happens after approx half an hour of 
suspending. If I just suspend and resume, it comes right back.
 - I disabled the stuff in /etc/systemd/logind.defs as follows:
HandlePowerKey=ignore
HandleSuspendKey=ignore
HandleHibernateKey=ignore
HandleLidSwitch=ignore
(because it's annoying)

I'll try with lock on suspend disabled tonight - as I said, it needs to
hang out for some time).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1303736

Title:
  Black screen after wakeup from suspending by closing the laptop lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1246364] Re: update-notifier does not show a tray icon in xubuntu 13.10

2014-06-03 Thread Matthew Caron
Matthew,

While I appreciate your explanation, I agree with hackel about the
issue. Your usability studies may very well show what normal people
want, but I freely admit this is not me, hence why I dropped Ubuntu when
Unity came out (switched to Xubuntu) and don't run Xfwm on Xubuntu, but
rather IceWM because Xfwm's windowshading is broken. You can see my
system install instructions at:

https://github.com/mattcaron/misc_notes/blob/master/install.xubuntu.14.04

Now, while I don't profess to be the normal or common case, I think
that you need to recognize that one of the reason that people like me
use Linux is because we get it working and are happy with it, and when
folks change UI in order to make it better and it breaks our existing
user experience, it makes everyone very upset.

Please bring back the indicator tray notification icon.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246364

Title:
  update-notifier does not show a tray icon in xubuntu 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1246364/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1303736] Re: Black screen after wakeup from suspending by closing the laptop lid

2014-06-03 Thread Matthew Caron
Fix does not work on a Lenovo T530. Behavior remains unchanged - when
laptop resumes from suspend, light-locker appears, enter password, black
screen. Mapped `xrandr --auto` restores picture, and a VT switch
restores mouse.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1303736

Title:
  Black screen after wakeup from suspending by closing the laptop lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1303736] Re: Black screen after wakeup from suspending by closing the laptop lid

2014-06-03 Thread Matthew Caron
I did not test with no locking. I did test with xscreensaver, which
behaved.. oddly. Basically, it would resume, but NO unlock box would be
displayed by xscreensaver. But, there was one there, as typing in my
password would unlock the laptop and refresh the screen. Also, if I just
let xscreensaver time out, when I wiggled the mouse again, it would then
display. Very strange behavior.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1303736

Title:
  Black screen after wakeup from suspending by closing the laptop lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1065714] Re: vsftpd 2.3.5 needs allow_writeable_chroot option

2013-05-02 Thread Matthew Caron
I've been using this PPA. It's a patched 2.3.5.

https://launchpad.net/~thefrontiergroup/+archive/vsftpd

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in Ubuntu.
https://bugs.launchpad.net/bugs/1065714

Title:
  vsftpd 2.3.5 needs allow_writeable_chroot option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1065714/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1065714] Re: vsftpd 2.3.5 needs allow_writeable_chroot option

2013-05-02 Thread Matthew Caron
I've been using this PPA. It's a patched 2.3.5.

https://launchpad.net/~thefrontiergroup/+archive/vsftpd

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1065714

Title:
  vsftpd 2.3.5 needs allow_writeable_chroot option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1065714/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 235202] Re: eject command fails with unable to open error

2013-03-18 Thread Matthew Caron
It is no longer an issue in Precise.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/235202

Title:
  eject command fails with unable to open error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eject/+bug/235202/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 627008] Re: Cannot read cd: sound-juicer and gvfs problem (workaround included)

2012-11-01 Thread Matthew Caron
This looks to be fixed in precise (sound-juicer 3.4.0). I've currently
ripped half a dozen CD's with proper change notification happening on
each.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/627008

Title:
  Cannot read cd: sound-juicer and gvfs problem (workaround included)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sound-juicer/+bug/627008/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1065714] [NEW] vsftpd 2.3.5 needs allow_writeable_chroot option

2012-10-11 Thread Matthew Caron
Public bug reported:

vsftpd 2.3.5 adds additional security checks which complain when the
root directory inside a chroot is writeable. While this is a legitimate
concern, it has been an issue with chrooted systems since they began,
and many installations knowingly balance that issue with convenience.

As such, the internet at large is in rebellion against this version of
vsftpd - just search for vsftpd: refusing to run with writable root
inside chroot(), and the result are a pile of workarounds, from
compile your own to install the package from an earlier version of
Ubuntu. These are suboptimal solutions in that it becomes too easy to
forget that you manually installed some things and old and unpatched
versions proliferate. When a release such as 12.04 has a 5 year support
cycle, this is a recipe for disaster.

The vsftpd maintainers have added an allow_writeable_chroot option in
later versions which bypasses this offending check. (I know it is in
3.0.0 at least). Either upgrading vsftpd in 12.04 to 3.0.0 or
backporting this to 2.3.5 would be acceptable solutions - the latter
likely being preferable.

** Affects: vsftpd (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in Ubuntu.
https://bugs.launchpad.net/bugs/1065714

Title:
  vsftpd 2.3.5 needs allow_writeable_chroot option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1065714/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1065714] [NEW] vsftpd 2.3.5 needs allow_writeable_chroot option

2012-10-11 Thread Matthew Caron
Public bug reported:

vsftpd 2.3.5 adds additional security checks which complain when the
root directory inside a chroot is writeable. While this is a legitimate
concern, it has been an issue with chrooted systems since they began,
and many installations knowingly balance that issue with convenience.

As such, the internet at large is in rebellion against this version of
vsftpd - just search for vsftpd: refusing to run with writable root
inside chroot(), and the result are a pile of workarounds, from
compile your own to install the package from an earlier version of
Ubuntu. These are suboptimal solutions in that it becomes too easy to
forget that you manually installed some things and old and unpatched
versions proliferate. When a release such as 12.04 has a 5 year support
cycle, this is a recipe for disaster.

The vsftpd maintainers have added an allow_writeable_chroot option in
later versions which bypasses this offending check. (I know it is in
3.0.0 at least). Either upgrading vsftpd in 12.04 to 3.0.0 or
backporting this to 2.3.5 would be acceptable solutions - the latter
likely being preferable.

** Affects: vsftpd (Ubuntu)
 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/1065714

Title:
  vsftpd 2.3.5 needs allow_writeable_chroot option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1065714/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 627008] Re: cannot read cd

2011-11-19 Thread Matthew Caron
I have this problem is Oneiric as well. The surprising thing is that
when you run it with  --brasero-media-debug, brasero reports seeing the
tracks on the disc, etc. However, it still doesn't work.

** Attachment added: Output from sound-juicer --brasero-media-debug
   
https://bugs.launchpad.net/ubuntu/+source/sound-juicer/+bug/627008/+attachment/2602343/+files/brasero-media-debug.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/627008

Title:
  cannot read cd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sound-juicer/+bug/627008/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 627008] Re: cannot read cd

2011-11-19 Thread Matthew Caron
This has something to do with gvfs. I've tracked the specific failure to
the following call:

  info = g_file_query_info (file, xattr::*,
G_FILE_QUERY_INFO_NONE, NULL, my_error);

in the source code. info comes back as NULL, and the error message is
The specified location is not mounted.

I should note that I'm running thus under XFce. I'll try it under GNOME
and see if that makes a difference.

However, I do note that gvfs is running under XFce.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/627008

Title:
  cannot read cd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sound-juicer/+bug/627008/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 627008] Re: cannot read cd

2011-11-19 Thread Matthew Caron
Workaround - if I manually do:

gvfs-mount cdda://sr0

It seems to work just fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/627008

Title:
  cannot read cd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sound-juicer/+bug/627008/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 627008] Re: cannot read cd

2011-11-19 Thread Matthew Caron
Nope, neither Unity nor Gnome3 had any difference - this looks to be
broken across the board.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/627008

Title:
  cannot read cd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sound-juicer/+bug/627008/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 890537] Re: show printers shared by other systems doesn't

2011-11-14 Thread Matthew Caron
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/890537

Title:
  show printers shared by other systems doesn't

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/890537/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 890537] [NEW] show printers shared by other systems doesn't

2011-11-14 Thread Matthew Caron
Public bug reported:

After upgrade to oneiric, client cannot see server's broadcast printers.
Only after selecting Show printers shared by other systems AND
Publish shared printers connected to this system does this work. I
believe this is because it is not listening for the broadcasts. Diffing
the two config files:


(matt@hiro) /etc/cups$ sudo diff cupsd.conf.broken cupsd.conf.works
4c4,5
 Listen localhost:631
---
 # Allow remote access
 Port 631

It appears that it is not listening on port 631, so won't see the
broadcasts go out (I think).

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: cups 1.5.0-8ubuntu4
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Mon Nov 14 23:34:32 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110329.1)
Lpstat: device for PDF: cups-pdf:/
MachineType: LENOVO 8743CTO
Papersize: letter
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   3.3V 32-bit PC Card
PpdFiles: PDF: Generic CUPS-PDF Printer
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.0.0-12-generic 
root=/dev/mapper/drives-root ro nosplash
SourcePackage: cups
UpgradeStatus: Upgraded to oneiric on 2011-10-15 (30 days ago)
dmi.bios.date: 08/27/2009
dmi.bios.vendor: LENOVO
dmi.bios.version: 7IET36WW (1.17 )
dmi.board.name: 8743CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7IET36WW(1.17):bd08/27/2009:svnLENOVO:pn8743CTO:pvrThinkPadT60:rvnLENOVO:rn8743CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 8743CTO
dmi.product.version: ThinkPad T60
dmi.sys.vendor: LENOVO
mtime.conffile..etc.cups.cupsd.conf: 2011-11-14T23:31:10.116773

** Affects: cups (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/890537

Title:
  show printers shared by other systems doesn't

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/890537/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 890537] Re: show printers shared by other systems doesn't

2011-11-14 Thread Matthew Caron
Never mind, this is not readily reproducible. It's just totally broken
on the client. Sometimes it can see the printers, sometimes it can't. It
looks like pretty widespread corruption.

Also, the client worked until I upgraded the server - then it all broke.

Still, this is not a real issue. Who knows at this point.

** Changed in: cups (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/890537

Title:
  show printers shared by other systems doesn't

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/890537/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 756238] Re: kde apps running under gnome don't use defined style

2011-11-04 Thread Matthew Caron
I can't really update this issue as Gnome 3 is so horrible that I've
switched to XFce, which seems to do this correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/756238

Title:
  kde apps running under gnome don't use defined style

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/756238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 782860] [NEW] Pulseaudio consumes approx 1.5MBps of network when it sees an Airport Express

2011-05-14 Thread Matthew Caron
Public bug reported:

Binary package hint: pulseaudio-module-raop

When connected to a network on which it finds an Airport Express unit,
pulseaudio goes nuts and constantly talks to it, at about a 1.5MB data
rate - even though I haven't connected to it, or done anything.

If I remove the pulseaudio-module-raop package and restart pulseaudio,
it doesn't talk to it anymore, but this is a suboptimal solution - I
might want to connect to it and play music.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: pulseaudio 1:0.9.22+stable-queue-24-g67d18-0ubuntu3.1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 0/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  matt  13665 F pulseaudio
 /dev/snd/pcmC0D0c:   matt  13665 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xee40 irq 49'
   Mixer name   : 'Analog Devices AD1981'
   Components   : 'HDA:11d41981,17aa2025,00100200'
   Controls  : 20
   Simple ctrls  : 11
Card29.Amixer.info:
 Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
79HT50WW-1.07'
   Mixer name   : 'ThinkPad EC 79HT50WW-1.07'
   Components   : ''
   Controls  : 2
   Simple ctrls  : 1
Card29.Amixer.values:
 Simple mixer control 'Console',0
   Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
   Playback channels: Mono
   Limits: Playback 0 - 14
   Mono: Playback 11 [79%] [on]
Date: Sat May 14 22:00:00 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110329.1)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: pulseaudio
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/27/2009
dmi.bios.vendor: LENOVO
dmi.bios.version: 7IET36WW (1.17 )
dmi.board.name: 8743CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7IET36WW(1.17):bd08/27/2009:svnLENOVO:pn8743CTO:pvrThinkPadT60:rvnLENOVO:rn8743CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 8743CTO
dmi.product.version: ThinkPad T60
dmi.sys.vendor: LENOVO

** Affects: pulseaudio (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug natty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/782860

Title:
  Pulseaudio consumes approx 1.5MBps of network when it sees an Airport
  Express

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 782860] Re: Pulseaudio consumes approx 1.5MBps of network when it sees an Airport Express

2011-05-14 Thread Matthew Caron
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/782860

Title:
  Pulseaudio consumes approx 1.5MBps of network when it sees an Airport
  Express

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 755586] [NEW] Xscreensaver unlock style doesn't match desktop

2011-04-09 Thread Matthew Caron
Public bug reported:

Binary package hint: xscreensaver

When using a non-gnome desktop (LXDE, XFCE), xscreensaver is used by
default.

This is fine, except that the unlock screen is (subjectively) ugly and
(empirically) is so far away from most of the themes that it presents a
jarring contrast to the user.

Proposed fixes:
 1. Make gnome-screensaver the default
 2. Patch xscreensaver to have a prettier unlock bug

Workaround (at least, on Xubuntu): Uninstall xscreensaver, install
gnome-screensaver. Xubuntu's session should use it.

** Affects: xscreensaver (Ubuntu)
 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/755586

Title:
  Xscreensaver unlock style doesn't match desktop

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 724875] Re: emacs23 does not show all the buffers in the buffer menu item

2011-04-09 Thread Matthew Caron
This issue still exists in Ubuntu 11.04 Beta 1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/724875

Title:
  emacs23 does not show all the buffers in the buffer menu item

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 755716] [NEW] xubuntu needs a user switcher

2011-04-09 Thread Matthew Caron
Public bug reported:

Binary package hint: xubuntu-desktop

Ubuntu has an ability to switch to a different user without logging out.
This is in the session applet, I believe.

Xubuntu has no such facility which I could fine, and it would be nice to
have the same, so as to be on par with Ubuntu.

** Affects: xubuntu-meta (Ubuntu)
 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/755716

Title:
  xubuntu needs a user switcher

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 755716] Re: Xububtu should install xfswitch-plugin by default

2011-04-09 Thread Matthew Caron
Then shouldn't it be installed by default?

** Summary changed:

- xubuntu needs a user switcher
+ Xububtu should install xfswitch-plugin by default

** Changed in: xubuntu-meta (Ubuntu)
   Status: Invalid = New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/755716

Title:
  Xububtu should install xfswitch-plugin by default

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 755716] Re: Xububtu should install xfswitch-plugin by default

2011-04-09 Thread Matthew Caron
I just figured there was an attempt at some design cohesion amongst the
different *ubuntu-branded distros. Guess I was wrong. *shrug*.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/755716

Title:
  Xububtu should install xfswitch-plugin by default

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 756238] [NEW] kde apps running under gnome don't use defined style

2011-04-09 Thread Matthew Caron
Public bug reported:

On Ubuntu, running Ubuntu Classic (Gnome, Metacity, etc.), 11.04 Beta
1

System-Preferences-System Settings

If I select any Widget style, then click apply, none of the Qt apps pick
up this style.

Even if you log out and log back in, it still doesn't work - all the Qt
apps get what appears to be the windows widget theme.

** Affects: ubuntu
 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/756238

Title:
  kde apps running under gnome don't use defined style

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 357673] Re: No notification when sliding audio volume, muting volume on ThinkPad X23, X24, X31, X32, X41, X60, T22, T40, T41, T42, T43, T43p, T60, R50e, R51, R52

2011-04-08 Thread Matthew Caron
Confirmed on natty on a T60p.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/357673

Title:
  No notification when sliding audio volume, muting volume on ThinkPad
  X23, X24, X31, X32, X41, X60, T22, T40, T41, T42, T43, T43p, T60,
  R50e, R51, R52

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 734526] Re: thunderbird missing correct library

2011-04-05 Thread Matthew Caron
I dumped my Xubuntu install, and did a fresh install from the Ubuntu
11.04 Beta 1 CD, then did an update and installed thunderbird again, and
it works this time. Version is: 3.1.9+nobinonly-0ubuntu1

Not sure if the version changed in the interim or if it was just broken
on Xubuntu.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/734526

Title:
  thunderbird missing correct library

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 734526] Re: thunderbird missing correct library

2011-04-03 Thread Matthew Caron
Also happens on Xubuntu 11.04 beta 1 x86-64

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/734526

Title:
  thunderbird missing correct library

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 366683] Re: Xubuntu: newly opened windows are no longer placed on front

2011-04-03 Thread Matthew Caron
Confirmed fixed in Xubuntu 11.04 Beta 1.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/366683

Title:
  Xubuntu: newly opened windows are no longer placed on front

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 155987] Re: Installer doesn't support mounting existing encryption volumes

2011-04-02 Thread Matthew Caron
Problem persists with Ubuntu 10.10. The partitioner allows for setting a
volume as a physical volume for encryption, but when you go to
Configure encrypted volumes it only allows creation of a new volume,
not unlocking and use of an existing volume.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/155987

Title:
  Installer doesn't support mounting existing encryption volumes

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 591721] Re: installer fails creating two separate RAID devices and boot fails (regression)

2011-04-01 Thread Matthew Caron
This works correctly in 10.04.2. Installs, runs, no warnings from
partitioning programs about the partition geometry.

I move to close as fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/591721

Title:
  installer fails creating two separate RAID devices and boot fails
  (regression)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 464648] Re: Broadcom STA wireless driver package installation crashes the system

2011-03-31 Thread Matthew Caron
This worked on the same Mini 9 doing an install of 10.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/464648

Title:
  Broadcom STA wireless driver package installation crashes the system

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 563343] Re: Lucid installer creates bad RAID setup

2011-03-30 Thread Matthew Caron
*** This bug is a duplicate of bug 591721 ***
https://bugs.launchpad.net/bugs/591721

I finally got back to this.

This is *not* fixed in the actual release.

It is *still* broken in 10.04.01

It works correctly in 10.10.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/563343

Title:
  Lucid installer creates bad RAID setup

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 563343] Re: Lucid installer creates bad RAID setup

2011-03-30 Thread Matthew Caron
*** This bug is a duplicate of bug 591721 ***
https://bugs.launchpad.net/bugs/591721

This is actually a duplicate of #591721

** This bug has been marked a duplicate of bug 591721
   installer fails creating two separate RAID devices and boot fails 
(regression)
 * You can subscribe to bug 591721 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/591721/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/563343

Title:
  Lucid installer creates bad RAID setup

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 154096] Re: Print options shouldn't be saved across different sessions

2011-01-26 Thread Matthew Caron
Chris,

What version of evince are you using? I'm on 2.30.3 (current as of
Ubuntu 10.04) and I can reproduce it as follows:

1. Open a pdf
2. Hit print
3. Select 5 copies
4. Let it print (I print to a virtual PDF printer)
5. Hit print again - still says 5 copies.
6. Close and reopen the application PDF, hit print - still says 5 copies.

The same settings are cached for duplex, etc., depending on printer.

It seems to follow the document, not the program.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/154096

Title:
  Print options shouldn't be saved across different sessions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 591721] Re: installer fails creating two separate RAID devices and boot fails (regression)

2011-01-17 Thread Matthew Caron
This works better in 10.10, as in it boots and I have access to all the
partitions I created. However, fdisk still complains that the partition
does not end on a cylinder boundary, so something is still not quite
right.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/591721

Title:
  installer fails creating two separate RAID devices and boot fails
  (regression)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 591721] Re: installer fails creating two separate RAID devices and boot fails (regression)

2011-01-13 Thread Matthew Caron
Confirmed.

Also is still broken in 10.04.1.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/591721

Title:
  installer fails creating two separate RAID devices and boot fails
  (regression)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 591721] Re: installer fails creating two separate RAID devices and boot fails (regression)

2011-01-13 Thread Matthew Caron
** Changed in: debian-installer (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/591721

Title:
  installer fails creating two separate RAID devices and boot fails
  (regression)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 572878] Re: ucid LTS Live CD installer hangs after keyboard selection (Step 3)

2010-06-03 Thread Matthew Caron
I think I have some light to shed on this.

For everyone who has had an issue - do you have SSD's or standard hard
drives?

I ask because my syslog says:

Jun  3 19:10:24 ubuntu activate-dmraid: No Serial ATA RAID disks detected
Jun  3 19:10:24 ubuntu ubiquity: Backtrace has 14 calls on stack:
Jun  3 19:10:24 ubuntu ubiquity:   14: /lib/libparted.so.0(ped_assert+0x2a) 
[0xb14f4a]
Jun  3 19:10:24 ubuntu ubiquity:   13: /lib/libparted.so.0(+0x424b7) [0xb4c4b7]
Jun  3 19:10:24 ubuntu ubiquity:   12: /lib/libparted.so.0(+0x432c7) [0xb4d2c7]
Jun  3 19:10:24 ubuntu ubiquity:   11: /lib/libparted.so.0(+0x445bc) [0xb4e5bc]
Jun  3 19:10:24 ubuntu ubiquity:   10: /lib/libparted.so.0(+0xf7f1) [0xb197f1]
Jun  3 19:10:24 ubuntu ubiquity:   9: 
/lib/libparted.so.0(ped_disk_add_partition+0x262) [0xb1d072]
Jun  3 19:10:24 ubuntu ubiquity:   8: /lib/libparted.so.0(+0x45f53) [0xb4ff53]
Jun  3 19:10:24 ubuntu ubiquity:   7: /lib/libparted.so.0(+0x4614f) [0xb5014f]
Jun  3 19:10:24 ubuntu ubiquity:   6: /lib/libparted.so.0(ped_disk_new+0x75) 
[0xb1de55]
Jun  3 19:10:24 ubuntu ubiquity:   5: parted_server() [0x8055644]
Jun  3 19:10:24 ubuntu ubiquity:   4: parted_server() [0x8055840]
Jun  3 19:10:24 ubuntu ubiquity:   3: parted_server() [0x805609b]
Jun  3 19:10:24 ubuntu ubiquity:   2: 
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6) [0x126bd6]
Jun  3 19:10:24 ubuntu ubiquity:   1: parted_server() [0x804a0c1]

I'm not sure if it's crashing over the ssd.

** Attachment added: Syslog file from Dell Inspiron Mini 9 booting from 
LiveUSB of 10.04 UNE
   http://launchpadlibrarian.net/49633623/syslog

-- 
ucid LTS Live CD installer hangs after keyboard selection (Step 3)
https://bugs.launchpad.net/bugs/572878
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 572878] Re: ucid LTS Live CD installer hangs after keyboard selection (Step 3)

2010-06-03 Thread Matthew Caron

** Attachment added: partman file from Dell Inspiron Mini 9 booting from 
LiveUSB of 10.04 UNE
   http://launchpadlibrarian.net/49633667/partman

-- 
ucid LTS Live CD installer hangs after keyboard selection (Step 3)
https://bugs.launchpad.net/bugs/572878
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 572878] Re: Lucid LTS Live CD installer hangs after keyboard selection (Step 3)

2010-06-03 Thread Matthew Caron
** Summary changed:

- ucid LTS Live CD installer hangs after keyboard selection (Step 3)
+ Lucid LTS Live CD installer hangs after keyboard selection (Step 3)

-- 
Lucid LTS Live CD installer hangs after keyboard selection (Step 3)
https://bugs.launchpad.net/bugs/572878
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 548709] Re: [R423] gamma bug, display too bright when using DVI-VGA adapter [patch]

2010-06-02 Thread Matthew Caron
The above kernel fixes this for me as well.

-- 
[R423] gamma bug, display too bright when using DVI-VGA adapter [patch]
https://bugs.launchpad.net/bugs/548709
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 563343] Re: Lucid installer creates bad RAID setup

2010-05-18 Thread Matthew Caron
This *might* be fixed in the actual release. I've tested it in a VM and
it works as it should. Need to test on real hardware.

-- 
Lucid installer creates bad RAID setup
https://bugs.launchpad.net/bugs/563343
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 563343] Re: Lucid installer creates bad RAID setup

2010-04-26 Thread Matthew Caron
Retested under the RC.

Additional info:

Dropping to a console under the installer shows correct output from
mdadm --detail /dev/mdX, so it looks like this is only a problem after
reboot, like it's not committing the settings correctly when finishing
up.

-- 
Lucid installer creates bad RAID setup
https://bugs.launchpad.net/bugs/563343
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 494505] Re: corrupted page table results in system instability or lockup

2010-04-26 Thread Matthew Caron
It is still an issue in 9.10. I can give you those kernel logs, if you
like.

I would be happy to try it on 10.04, except that it requires an install
to get the logs. Since this machine runs RAID (and, indeed, that might
be the cause of the issue, who knows), I need to install 10.04 as close
to the same way as it is installed now as possible. The problem with
this is that installing RAID devices is currently broken under 10.04,
see #563343.

-- 
corrupted page table results in system instability or lockup
https://bugs.launchpad.net/bugs/494505
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 563343] [NEW] Lucid installer creates bad RAID setup

2010-04-14 Thread Matthew Caron
Public bug reported:

Binary package hint: debian-installer

Installed 10.04 Beta 2 on to 2 500GB hard disks. Partitions were as
follows:

/dev/sda1 1GB
/dev/sda2 The rest

/dev/sdb1 1GB
/dev/sdb2 The rest

/dev/sda1 and /dev/sdb1 were combined into /dev/md0
/dev/md0 was formatted as ext4 and assigned to be /boot.

/dev/sda2 and /dev/sdb2 were combined into /dev/md1
/dev/md1 was selected as physical device for LVM
LVM was set up with all the other expected partitions swap, /, /opt, /var, 
/home, /tmp

After reboot, splash screen complained about not being able to mount
/boot.

Dropped to a prompt to find:
- /dev/md0 had not been started
- /dev/md1 had been started

Started /dev/md0

mdadm --detail /dev/md0  reported that disk 0 was removed and disk 1 was
/dev/md1p1

mdadm --detail /dev/md1 reported that disk 0 was /dev/sda and disk 1 was
/dev/sdb

I suspect that, somehow, the installer is not using the components which
it was told to do, and /dev/md1 is using components which overlap with
/dev/md0, thus corrupting the data contained therein and rendering it
unmountable.

** Affects: debian-installer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Lucid installer creates bad RAID setup
https://bugs.launchpad.net/bugs/563343
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 494505] [NEW] corrupted page table results in system instability or lockup

2009-12-09 Thread Matthew Caron
Public bug reported:

When the system is running and doing things (boinc seems to be able to produce 
it quite readily, but I've seen it with other things (hald, etc.)) eventually 
there will be some variety of corrupted page table at address... error and 
the system will become unresponsive. Sometimes, it's only some things (in the 
case of hald, it will be disk-related things, for example). In other cases, the 
system is mostly dead:
- can't ssh in
- does respond to pings
- X doesn't take keyboard or mouse input
- can't switch to another TTY

Ran a Memtest last night and it came back clean over 6 passes.

This machine ran Hardy fine - I seem to notice this starting at about
Jaunty.

ProblemType: Bug
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  matt   2785 F pulseaudio
 /dev/snd/controlC1:  matt   2785 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xe840 irq 22'
   Mixer name   : 'Realtek ALC889A'
   Components   : 'HDA:10ec0885,1458a002,00100101'
   Controls  : 38
   Simple ctrls  : 21
Card1.Amixer.info:
 Card hw:1 'Headset'/'Logitech Logitech USB Headset at usb-:00:1a.2-2, full 
speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB046d:0a01'
   Controls  : 6
   Simple ctrls  : 2
Date: Wed Dec  9 08:31:37 2009
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=6368d09a-693b-4b2f-9ece-93bd9d99960f
MachineType: Gigabyte Technology Co., Ltd. X48-DQ6
Package: linux-image-2.6.31-15-generic 2.6.31-15.50
ProcCmdLine: root=/dev/mapper/drives-root ro noirqdebug quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-15-generic N/A
 linux-firmware 1.25
RfKill:
 
SourcePackage: linux
Uname: Linux 2.6.31-15-generic x86_64
WifiSyslog:
 
WpaSupplicantLog:
 
XsessionErrors:
 (gnome-settings-daemon:2800): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:2800): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:2844): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:2831): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
dmi.bios.date: 02/29/2008
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F6
dmi.board.name: X48-DQ6
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6:bd02/29/2008:svnGigabyteTechnologyCo.,Ltd.:pnX48-DQ6:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnX48-DQ6:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: X48-DQ6
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
corrupted page table results in system instability or lockup
https://bugs.launchpad.net/bugs/494505
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 494505] Re: corrupted page table results in system instability or lockup

2009-12-09 Thread Matthew Caron

** Attachment added: Dmesg output describing the error.
   http://launchpadlibrarian.net/36623070/dmesg_error.txt

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/36623071/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/36623072/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/36623073/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/36623074/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/36623075/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.2.txt
   http://launchpadlibrarian.net/36623076/Card0.Codecs.codec.2.txt

** Attachment added: Card1.Amixer.values.txt
   http://launchpadlibrarian.net/36623079/Card1.Amixer.values.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/36623080/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/36623081/Dependencies.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/36623082/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/36623083/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/36623084/Lsusb.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/36623085/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/36623086/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/36623088/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/36623090/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/36623092/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/36623093/UdevLog.txt

-- 
corrupted page table results in system instability or lockup
https://bugs.launchpad.net/bugs/494505
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 454420] Re: karmic gdmsetup removes useful options which existed in jaunty

2009-12-03 Thread Matthew Caron
I also note that I grabbed Debian 5.0 and they're still using the old
one. I'm considering a move to that platform.

-- 
karmic gdmsetup removes useful options which existed in jaunty
https://bugs.launchpad.net/bugs/454420
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 454420] Re: karmic gdmsetup removes useful options which existed in jaunty

2009-12-02 Thread Matthew Caron
Bremm: I think you miss the point. It seems incongruous to me that a
distribution which purports to be so user focused (even going to far as
wanting to remove boot messages and hide them behind a splash screen,
and even not displaying the grub boot info) would take such a large step
backwards.

Ultimately, it doesn't matter to me, as I'm perfectly capable of hacking
on config files. However, folks seem to want more broad Linux adoption,
rather than just leaving it to folks like me.

-- 
karmic gdmsetup removes useful options which existed in jaunty
https://bugs.launchpad.net/bugs/454420
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 475387] Re: Buffers menu: files are no longer listed

2009-11-13 Thread Matthew Caron
*** This bug is a duplicate of bug 415101 ***
https://bugs.launchpad.net/bugs/415101

** This bug is no longer a duplicate of bug 465831
   Buffers menu item doesn't list all open buffers
** This bug has been marked a duplicate of bug 415101
   Karmic: emacs22-gtk generated menus do not update (GTK only)

-- 
Buffers menu: files are no longer listed
https://bugs.launchpad.net/bugs/475387
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 465831] Re: Buffers menu item doesn't list all open buffers

2009-11-13 Thread Matthew Caron
*** This bug is a duplicate of bug 415101 ***
https://bugs.launchpad.net/bugs/415101

Yeah, it looks like a duplicate of 415101.

** Changed in: emacs22 (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: emacs22 (Ubuntu)
   Status: Invalid = Confirmed

** This bug has been marked a duplicate of bug 415101
   Karmic: emacs22-gtk generated menus do not update (GTK only)

-- 
Buffers menu item doesn't list all open buffers
https://bugs.launchpad.net/bugs/465831
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353387] Re: [Dell Inc. Inspiron 910] suspend/resume failure

2009-11-02 Thread Matthew Caron
This worked for me with a vfat formatted card in a mini 9 on 9.04. On
9.10, the same setup fails with the card inserted. Eject the card and it
works fine.

-- 
[Dell Inc. Inspiron 910] suspend/resume failure
https://bugs.launchpad.net/bugs/353387
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 465985] Re: Disk Mounter Applet shows contents of active crypto volume

2009-11-01 Thread Matthew Caron
May your wish be granted.

https://bugzilla.gnome.org/show_bug.cgi?id=600358

** Bug watch added: GNOME Bug Tracker #600358
   https://bugzilla.gnome.org/show_bug.cgi?id=600358

-- 
Disk Mounter Applet shows contents of active crypto volume
https://bugs.launchpad.net/bugs/465985
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 464648] Re: Broadcom STA wireless driver package installation crashes the system

2009-10-31 Thread Matthew Caron
I saw this on a Dell Mini 9 as well (BCM4312)

-- 
Broadcom STA wireless driver package installation crashes the system
https://bugs.launchpad.net/bugs/464648
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448753] Re: System hangs when I use jockey for first time to enable wl module

2009-10-31 Thread Matthew Caron
Saw this on a Dell Mini 9 as well.

-- 
System hangs when I use jockey for first time to enable wl module
https://bugs.launchpad.net/bugs/448753
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   >