[Bug 1776873] Re: Whitelisted allowedURLschemes breaks some desktop apps

2020-07-06 Thread Troy Ready
Snap 2.45.1 is out now and solves this -- I believe the issue can be
marked fixed released.

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

Title:
  Whitelisted allowedURLschemes breaks some desktop apps

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

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

[Bug 1776873] Re: Whitelisted allowedURLschemes breaks some desktop apps

2020-04-23 Thread Troy Ready
With respect, I think focusing on an improved response time for the PRs
is missing the forest for the trees.

The vast majority of users that experience these bugs won't be the ones
to make Ubuntu SSO & GitHub accounts and contribute PRs to fix it.
They're just going to get a silent launch failure, and tell their social
circles about how Ubuntu doesn't work. For snap's long term success,
there needs to be a stronger focus on a good user experience or we're
just going to lose users.

The only reason we don't see more of the errors now is that the default
browser (Firefox) isn't shipped as a snap, and I really don't like being
happy about that.

Fundamentally I think there needs to be a bigger focus on a user-
friendly solution, something like the proposal to make all system
registered apps work by default, or anything else like that.

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

Title:
  Whitelisted allowedURLschemes breaks some desktop apps

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

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

[Bug 1776873] Re: Whitelisted allowedURLschemes breaks some desktop apps

2020-04-16 Thread Troy Ready
@cpbl see https://askubuntu.com/a/158872 ("Software & Updates" in the
menu now)

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

Title:
  Whitelisted allowedURLschemes breaks some desktop apps

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

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

[Bug 1776873] Re: Whitelisted allowedURLschemes breaks some desktop apps

2020-04-16 Thread Troy Ready
Alexey I'm having the same experience as you. It's uncanny, feels like
something obvious is missing. Not sure how it's working for Kevin above.

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

Title:
  Whitelisted allowedURLschemes breaks some desktop apps

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

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

[Bug 1776873] Re: Whitelisted allowedURLschemes breaks some desktop apps

2020-04-03 Thread Troy Ready
Can anyone help with a workaround suggestion while we're waiting for
this to get fixed?

I normally manually patch package issues like this, but for some reason
it doesn't seem to be working in this case:

```
TMPDIR=$(mktemp -d)
cd $TMPDIR
apt-get -y source snapd
sed -i 's/"http", "https", "mailto", "snap", "help"/"http", "https", "mailto", 
"snap", "help", "apt", "zoommtg", "slack"/' 
snapd-2.42.1+19.10/usersession/userd/launcher.go
cd snapd-2.42.1+19.10 && dch -l$(hostname) fix_missing_app_types
cd ..
cd snapd-2.42.1+19.10$(hostname)1 && DEB_BUILD_OPTIONS=nocheck debuild -b -uc 
-us
cd ..
sudo dpkg -i snapd_2.42.1+19.10$(hostname)1_amd64.deb
```

It seems to be updating /usr/bin/snap properly, but the xdg-open is
still blocked.

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

Title:
  Whitelisted allowedURLschemes breaks some desktop apps

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

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

[Bug 1776873] Re: Whitelisted allowedURLschemes breaks some desktop apps

2020-03-23 Thread Troy Ready
I agree @cpbl -- there are almost certainly better options available.
Maciej Borzecki detailed a good proposal at
https://github.com/snapcore/snapd/pull/7731#issuecomment-585721100 (with
some follow-on thoughts added by jdstrand at
https://github.com/snapcore/snapd/pull/7731#pullrequestreview-362900171),
but at this point it's up to someone to implement it.

I just did the easy/lazy small Zoom PR, since I'm just an internet rando
without time at the moment to develop the real fix.

Unless something dramatically changes here in the next couple of weeks,
I think anyone wanting a simple way to get the old xdg behavior on 20.04
is going to forced to:

1) Use Google-supplied binary Chrome
or
2) Switch distros

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

Title:
  Whitelisted allowedURLschemes breaks some desktop apps

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

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

[Bug 1776873] Re: Whitelisted allowedURLschemes breaks some desktop apps

2020-02-19 Thread Troy Ready
Sorry for the +1 comment here, but can we revisit the severity of this?
20.04 is coming and it's a notable feature regression for chromium-
browser.

I really like this idea for fixing it:
https://github.com/snapcore/snapd/pull/7731#issuecomment-585721100

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

Title:
  Whitelisted allowedURLschemes breaks some desktop apps

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

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

[Bug 1502598] Re: Boot hangs on encryption password prompt on 3.19.0-30

2015-10-05 Thread Troy Ready
The same issue is affecting myself and a colleague - everything is
working correctly with patch levels before -30, but -30 causes the
encryption prompt to appear distorted (like a strange zoomed resolution)
and the keyboard not to function.

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

Title:
  Boot hangs on encryption password prompt on 3.19.0-30

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

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


[Bug 1307102] Re: Unable to set autologin

2014-05-12 Thread Troy Ready
I realize my last comment was vague. I'm confirming that the method
described by Robert is working properly for me. I only needed to add the
autologin-user=foo option on my 14.04 system and it worked properly.

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

Title:
  Unable to set autologin

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

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


[Bug 1307102] Re: Unable to set autologin

2014-05-12 Thread Troy Ready
Yes, this is with a clean install of Xubuntu 14.04.

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

Title:
  Unable to set autologin

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

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


[Bug 1307102] Re: Unable to set autologin

2014-05-11 Thread Troy Ready
I don't think this is correct -- the method in
https://wiki.ubuntu.com/LightDM#Autologin still works 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/1307102

Title:
  Unable to set autologin

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

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


[Bug 344022] Re: RaLink RT2860 won't connect to 802.11n WPA2 networks

2013-11-07 Thread Troy Ready
Hope someone else can assist here -- I don't have this hardware anymore
to test.

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

Title:
  RaLink RT2860 won't connect to 802.11n WPA2 networks

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

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


[Bug 1095751] Re: bcmwl fails to build with 3.8 kernels [error: ‘struct cfg80211_ibss_params’ has no member named ‘channel’]

2013-09-19 Thread Troy Ready
Confirmed for me too - fixes the issue on my mid 2012 MacBook Pro 13,
using Ubuntu 12.04.3 (3.8 kernel). Thanks!

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

Title:
  bcmwl fails to build with 3.8 kernels [error: ‘struct
  cfg80211_ibss_params’ has no member named ‘channel’]

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

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

[Bug 589063] Re: Windows Server 2008 won't boot with more than 4 vCPUs

2010-12-15 Thread Troy Ready
@Serge Sorry for my long delay in responding. I still haven't had a
chance to test a 6 core Linux guest (the hardware in question doesn't
offer me much opportunity for downtime). Hopefully I'll be able to do it
this weekend.

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

Title:
  Windows Server 2008 won't boot with more than 4 vCPUs

-- 
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 589063] Re: Windows Server 2008 won't boot with more than 4 vCPUs

2010-12-15 Thread Troy Ready
@Serge Sorry for my long delay in responding. I still haven't had a
chance to test a 6 core Linux guest (the hardware in question doesn't
offer me much opportunity for downtime). Hopefully I'll be able to do it
this weekend.

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

Title:
  Windows Server 2008 won't boot with more than 4 vCPUs

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


[Bug 589063] Re: Windows Server 2008 won't boot with more than 4 vCPUs

2010-08-30 Thread Troy Ready
Excellent work, and thank you Nigel!!!

I just added your PPA to our dual quad-processor system, and
successfully booted a Server 2008 VM with 6 vcpus attached. Everything
appears to be working well, and I'll be leaving the PPA in please until
it's SRU'd or the next LTS comes out.

-- 
Windows Server 2008 won't boot with more than 4 vCPUs
https://bugs.launchpad.net/bugs/589063
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 589063] Re: Windows Server 2008 won't boot with more than 4 vCPUs

2010-08-30 Thread Troy Ready
Excellent work, and thank you Nigel!!!

I just added your PPA to our dual quad-processor system, and
successfully booted a Server 2008 VM with 6 vcpus attached. Everything
appears to be working well, and I'll be leaving the PPA in please until
it's SRU'd or the next LTS comes out.

-- 
Windows Server 2008 won't boot with more than 4 vCPUs
https://bugs.launchpad.net/bugs/589063
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 353126] Re: Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI fglrx driver using X.org

2010-07-14 Thread Troy Ready
swatspyder: For Lucid, It requires the drivers from the right PPA -- see
comment 280.

-- 
Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI fglrx 
driver using X.org
https://bugs.launchpad.net/bugs/353126
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 435193] Re: keyserver.ubuntu.com down all time - (110) Connection timed out

2010-06-23 Thread Troy Ready
Down for me now as well.

-- 
keyserver.ubuntu.com down all time - (110) Connection timed out
https://bugs.launchpad.net/bugs/435193
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 589063] Re: Windows Server 2008 won't boot with more than 4 vCPUs

2010-06-15 Thread Troy Ready
Anyone else able to reproduce this bug? I just checked and made sure I
had the latest BIOS version for the motherboard, and I do.

I'm not sure how I can help debug this -- I presume its a KVM issue, but
am I wrong? Is it the system passing along bad ACPI info directly to the
VM?

I would just blame Windows, but there wasn't any problems under Hardy,
so even if it's a Windows bug it's a regression for Ubuntu.

-- 
Windows Server 2008 won't boot with more than 4 vCPUs
https://bugs.launchpad.net/bugs/589063
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 589063] Re: Windows Server 2008 won't boot with more than 4 vCPUs

2010-06-15 Thread Troy Ready
Anyone else able to reproduce this bug? I just checked and made sure I
had the latest BIOS version for the motherboard, and I do.

I'm not sure how I can help debug this -- I presume its a KVM issue, but
am I wrong? Is it the system passing along bad ACPI info directly to the
VM?

I would just blame Windows, but there wasn't any problems under Hardy,
so even if it's a Windows bug it's a regression for Ubuntu.

-- 
Windows Server 2008 won't boot with more than 4 vCPUs
https://bugs.launchpad.net/bugs/589063
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 589063] Re: Windows Server 2008 won't boot with more than 4 vCPUs

2010-06-08 Thread Troy Ready
Just updated the system kernel (2.6.32-22), and found no change in the
status. I took a screenshot of the exact error.

The BIOS in this system is not fully ACPI compliant. Please contact
your system vendor for an updated BIOS.

** Attachment added: vCPU Error.png
   http://launchpadlibrarian.net/49927964/vCPU%20Error.png

-- 
Windows Server 2008 won't boot with more than 4 vCPUs
https://bugs.launchpad.net/bugs/589063
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 589063] [NEW] Windows Server 2008 won't boot with more than 4 vCPUs

2010-06-03 Thread Troy Ready
Public bug reported:

Binary package hint: qemu-kvm

Windows Server 2008 is loading fine in KVM on my computer when I
allocate 4 vCPUs to it (on an 8 core host). When I allocate 5 or more,
it blue-screens at start with an error about the ACPI capabilities with
a suggestion to update the machine bios.

I don't see reports of this error anywhere else, but its 100%
reproducible on my system :(

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: qemu-kvm 0.12.3+noroms-0ubuntu9
ProcVersionSignature: Ubuntu 2.6.32-21.32-server 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-server x86_64
Architecture: amd64
Date: Thu Jun  3 00:56:59 2010
InstallationMedia: Ubuntu-Server 10.04 LTS Lucid Lynx - Release amd64 
(20100427)
KvmCmdLine:
 UIDPID  PPID  CSZ   RSS PSR STIME TTY  TIME CMD
 root  1836 1 72 3755651 14662328 0 00:49 ? 00:05:16 /usr/bin/kvm 
-S -M pc-0.12 -enable-kvm -m 14336 -smp 4 -name febclegacy01 -uuid 
8c674bf0-a4c3-f9ee-9bc1-2a4bf90458c7 -chardev 
socket,id=monitor,path=/var/lib/libvirt/qemu/febclegacy01.monitor,server,nowait 
-monitor chardev:monitor -localtime -boot c -drive 
file=/dev/febchost02/febclegacy01-c,if=ide,index=0,boot=on -drive 
file=/dev/febchost02/febclegacy01-x,if=virtio,index=0 -net 
nic,macaddr=00:15:5d:01:0c:01,vlan=0,model=virtio,name=virtio.0 -net 
tap,fd=54,vlan=0,name=tap.0 -net 
nic,macaddr=52:54:00:21:63:e5,vlan=1,model=virtio,name=virtio.1 -net 
tap,fd=55,vlan=1,name=tap.1 -chardev pty,id=serial0 -serial chardev:serial0 
-parallel none -usb -usbdevice tablet -vnc 127.0.0.1:0 -vga cirrus
 root  1879 1 17 2151713 8315424 4 00:50 ?  00:01:13 /usr/bin/kvm 
-S -M pc-0.12 -enable-kvm -m 8192 -smp 1 -name febclegacyconvio -uuid 
ab320ab3-be19-8253-6d71-b16ea946e2e0 -chardev 
socket,id=monitor,path=/var/lib/libvirt/qemu/febclegacyconvio.monitor,server,nowait
 -monitor chardev:monitor -localtime -boot c -drive 
file=/images/Convio-Connector.raw,if=ide,index=0,boot=on -net 
nic,macaddr=00:15:5d:01:0c:02,vlan=0,model=virtio,name=virtio.0 -net 
tap,fd=55,vlan=0,name=tap.0 -chardev pty,id=serial0 -serial chardev:serial0 
-parallel none -usb -usbdevice tablet -vnc 127.0.0.1:1 -vga cirrus
 root  1912 1 63 834419 3173064 5 00:50 ?   00:04:23 /usr/bin/kvm 
-S -M pc-0.12 -enable-kvm -m 3072 -smp 1 -name febcfiles01 -uuid 
2262ea3e-abcc-b2d2-9965-e1fa2f7ad838 -chardev 
socket,id=monitor,path=/var/lib/libvirt/qemu/febcfiles01.monitor,server,nowait 
-monitor chardev:monitor -localtime -boot c -drive 
file=/dev/febchost02/febcfiles01,if=ide,index=0,boot=on -net 
nic,macaddr=52:54:00:a3:fc:36,vlan=0,name=nic.0 -net 
tap,fd=56,vlan=0,name=tap.0 -chardev pty,id=serial0 -serial chardev:serial0 
-parallel none -usb -usbdevice tablet -vnc 127.0.0.1:2 -vga cirrus
Lsusb:
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 002: ID 14dd:0002 Raritan Computer, Inc. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Supermicro X7DBN
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-21-server 
root=/dev/mapper/hostname-root ro quiet
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: qemu-kvm
dmi.bios.date: 12/20/2008
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 2.1a
dmi.board.name: X7DBN
dmi.board.vendor: Supermicro
dmi.board.version: PCB Version
dmi.chassis.type: 1
dmi.chassis.vendor: Supermicro
dmi.chassis.version: 0123456789
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr2.1a:bd12/20/2008:svnSupermicro:pnX7DBN:pvr0123456789:rvnSupermicro:rnX7DBN:rvrPCBVersion:cvnSupermicro:ct1:cvr0123456789:
dmi.product.name: X7DBN
dmi.product.version: 0123456789
dmi.sys.vendor: Supermicro

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
Windows Server 2008 won't boot with more than 4 vCPUs
https://bugs.launchpad.net/bugs/589063
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 589063] Re: Windows Server 2008 won't boot with more than 4 vCPUs

2010-06-03 Thread Troy Ready

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

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

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

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

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

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

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

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/49595741/RelatedPackageVersions.txt

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

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

-- 
Windows Server 2008 won't boot with more than 4 vCPUs
https://bugs.launchpad.net/bugs/589063
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 589063] [NEW] Windows Server 2008 won't boot with more than 4 vCPUs

2010-06-03 Thread Troy Ready
Public bug reported:

Binary package hint: qemu-kvm

Windows Server 2008 is loading fine in KVM on my computer when I
allocate 4 vCPUs to it (on an 8 core host). When I allocate 5 or more,
it blue-screens at start with an error about the ACPI capabilities with
a suggestion to update the machine bios.

I don't see reports of this error anywhere else, but its 100%
reproducible on my system :(

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: qemu-kvm 0.12.3+noroms-0ubuntu9
ProcVersionSignature: Ubuntu 2.6.32-21.32-server 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-server x86_64
Architecture: amd64
Date: Thu Jun  3 00:56:59 2010
InstallationMedia: Ubuntu-Server 10.04 LTS Lucid Lynx - Release amd64 
(20100427)
KvmCmdLine:
 UIDPID  PPID  CSZ   RSS PSR STIME TTY  TIME CMD
 root  1836 1 72 3755651 14662328 0 00:49 ? 00:05:16 /usr/bin/kvm 
-S -M pc-0.12 -enable-kvm -m 14336 -smp 4 -name febclegacy01 -uuid 
8c674bf0-a4c3-f9ee-9bc1-2a4bf90458c7 -chardev 
socket,id=monitor,path=/var/lib/libvirt/qemu/febclegacy01.monitor,server,nowait 
-monitor chardev:monitor -localtime -boot c -drive 
file=/dev/febchost02/febclegacy01-c,if=ide,index=0,boot=on -drive 
file=/dev/febchost02/febclegacy01-x,if=virtio,index=0 -net 
nic,macaddr=00:15:5d:01:0c:01,vlan=0,model=virtio,name=virtio.0 -net 
tap,fd=54,vlan=0,name=tap.0 -net 
nic,macaddr=52:54:00:21:63:e5,vlan=1,model=virtio,name=virtio.1 -net 
tap,fd=55,vlan=1,name=tap.1 -chardev pty,id=serial0 -serial chardev:serial0 
-parallel none -usb -usbdevice tablet -vnc 127.0.0.1:0 -vga cirrus
 root  1879 1 17 2151713 8315424 4 00:50 ?  00:01:13 /usr/bin/kvm 
-S -M pc-0.12 -enable-kvm -m 8192 -smp 1 -name febclegacyconvio -uuid 
ab320ab3-be19-8253-6d71-b16ea946e2e0 -chardev 
socket,id=monitor,path=/var/lib/libvirt/qemu/febclegacyconvio.monitor,server,nowait
 -monitor chardev:monitor -localtime -boot c -drive 
file=/images/Convio-Connector.raw,if=ide,index=0,boot=on -net 
nic,macaddr=00:15:5d:01:0c:02,vlan=0,model=virtio,name=virtio.0 -net 
tap,fd=55,vlan=0,name=tap.0 -chardev pty,id=serial0 -serial chardev:serial0 
-parallel none -usb -usbdevice tablet -vnc 127.0.0.1:1 -vga cirrus
 root  1912 1 63 834419 3173064 5 00:50 ?   00:04:23 /usr/bin/kvm 
-S -M pc-0.12 -enable-kvm -m 3072 -smp 1 -name febcfiles01 -uuid 
2262ea3e-abcc-b2d2-9965-e1fa2f7ad838 -chardev 
socket,id=monitor,path=/var/lib/libvirt/qemu/febcfiles01.monitor,server,nowait 
-monitor chardev:monitor -localtime -boot c -drive 
file=/dev/febchost02/febcfiles01,if=ide,index=0,boot=on -net 
nic,macaddr=52:54:00:a3:fc:36,vlan=0,name=nic.0 -net 
tap,fd=56,vlan=0,name=tap.0 -chardev pty,id=serial0 -serial chardev:serial0 
-parallel none -usb -usbdevice tablet -vnc 127.0.0.1:2 -vga cirrus
Lsusb:
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 002: ID 14dd:0002 Raritan Computer, Inc. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Supermicro X7DBN
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-21-server 
root=/dev/mapper/hostname-root ro quiet
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: qemu-kvm
dmi.bios.date: 12/20/2008
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 2.1a
dmi.board.name: X7DBN
dmi.board.vendor: Supermicro
dmi.board.version: PCB Version
dmi.chassis.type: 1
dmi.chassis.vendor: Supermicro
dmi.chassis.version: 0123456789
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr2.1a:bd12/20/2008:svnSupermicro:pnX7DBN:pvr0123456789:rvnSupermicro:rnX7DBN:rvrPCBVersion:cvnSupermicro:ct1:cvr0123456789:
dmi.product.name: X7DBN
dmi.product.version: 0123456789
dmi.sys.vendor: Supermicro

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
Windows Server 2008 won't boot with more than 4 vCPUs
https://bugs.launchpad.net/bugs/589063
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 589063] Re: Windows Server 2008 won't boot with more than 4 vCPUs

2010-06-03 Thread Troy Ready

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

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

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

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

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

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

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

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/49595741/RelatedPackageVersions.txt

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

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

-- 
Windows Server 2008 won't boot with more than 4 vCPUs
https://bugs.launchpad.net/bugs/589063
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 581102] [NEW] Lucid server will not boot on VIA mini-computer when ACPI is enabled

2010-05-15 Thread Troy Ready
Public bug reported:

When I boot off the Lucid server CD, I can select the Install option
without issue. The system then just hangs with a flashing underscore
in the upper left hand corner.

If, before selecting the Install option, I press F6 and select acpi=off,
the system boots fine. Eventually though, after installing, the computer
will randomly reboot every 10-20 minutes.

If I disable ACPI in the system BIOS, then the computer will boot but
can't poweroff without an extended hold of the powerswitch.

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

-- 
Lucid server will not boot on VIA mini-computer when ACPI is enabled
https://bugs.launchpad.net/bugs/581102
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 581102] Re: Lucid server will not boot on VIA mini-computer when ACPI is enabled

2010-05-15 Thread Troy Ready

** Attachment added: lspci-vvv-output.txt
   http://launchpadlibrarian.net/48516435/lspci-vvv-output.txt

-- 
Lucid server will not boot on VIA mini-computer when ACPI is enabled
https://bugs.launchpad.net/bugs/581102
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 539036] Re: USB network adapter insertion/removal creates multiple entries in 70-persistent-net.rules

2010-05-14 Thread Troy Ready
I'm also effected by this bug, with the built (PCI) 3-port NIC on my
computer (lucid server). After every hard poweroff, my network entries
keep increasing. This makes the computer completely unusable for me.

The only thing really out of the ordinary on the box is that I disabled
ACPI (the system wouldn't boot otherwise) in the BIOS -- not sure if
this is related.

-- 
USB network adapter insertion/removal creates multiple entries in 
70-persistent-net.rules
https://bugs.launchpad.net/bugs/539036
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 351362] Re: RT2860 driver cannot be used with ad-hoc networks

2010-04-10 Thread Troy Ready
Just tested it again (took me awhile because I had swapped out the card
for an intel one). The issue remain unchanged in the current Lucid i386
kernel (2.6.32-19-generic) and in the kernel mainline (inux-
image-2.6.34-020634rc3-generic_2.6.34-020634rc3_i386).

** Tags added: lucid
** Tags removed: needs-upstream-testing

-- 
RT2860 driver cannot be used with ad-hoc networks
https://bugs.launchpad.net/bugs/351362
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 304969] Re: Hardy: Flash can't be installed since install_flash_player_9_linux.tar.gz can't be retrieved

2009-09-22 Thread Troy Ready
Approaching a year that this has been broken in the LTS release.

Rather than just complaining, I'll add a thought -- if the only change
required to fix this is changing the download URL, can we get that in
-proposed asap? Has this already been done?

-- 
Hardy: Flash can't be installed since install_flash_player_9_linux.tar.gz can't 
be retrieved 
https://bugs.launchpad.net/bugs/304969
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 339891] Re: [Jaunty] wireless rt2860 not connecting to WPA

2009-06-15 Thread Troy Ready
Just did a custom compile of kernel 2.6.30 (under jaunty) to test it's
driver (modinfo shows it as version 1.8.1.1).

Still cannot connect to my WPA2 802.11n network at home; no issues with
my seperate WEP network. WPA2 router is a D-Link DIR-635.

-- 
[Jaunty] wireless rt2860 not connecting to WPA
https://bugs.launchpad.net/bugs/339891
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 353126] Re: Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI fglrx driver

2009-05-18 Thread Troy Ready
I agree that fix released should be dropped. It's not a whole lot better
than just releasing a fix that says don't use VNC.

-- 
Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI fglrx 
driver
https://bugs.launchpad.net/bugs/353126
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 313470] Re: please update Kino to version 1.3.2

2009-05-17 Thread Troy Ready
@Duncan: The bug Dave is referring to is already fixed in upstream, so
it is definitely related to this bug. If you can, please update the
title of this bug to version 1.3.3, since it's the latest.

-- 
please update Kino to version 1.3.2
https://bugs.launchpad.net/bugs/313470
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 232170] Re: EeePC Volume and Wireless Hotkeys Do Not Function Out-Of-The-Box with Ubuntu (8.04 Hardy LTS, Intrepid Alpha 1)

2009-04-18 Thread Troy Ready
Andy: I think I must have made a mistake before. I just did a fresh
install of Jaunty RC (and applied all system updates). After installing
your kernel packages, rebooting into the kernel (2.6.28-8 instead of the
current 2.6.28-11), and inserting the rfkill-input module, wifi toggle
works properly! Great work, and please include it in Jaunty if possible!

Is there any way to get the rfkill-input module added to /etc/modules
automatically during setup?

-- 
EeePC Volume and Wireless Hotkeys Do Not Function Out-Of-The-Box with Ubuntu 
(8.04 Hardy LTS, Intrepid Alpha 1)
https://bugs.launchpad.net/bugs/232170
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 232170] Re: EeePC Volume and Wireless Hotkeys Do Not Function Out-Of-The-Box with Ubuntu (8.04 Hardy LTS, Intrepid Alpha 1)

2009-04-18 Thread Troy Ready
Sitsofe: Good to know.

Unforunately, without it being addressed (either loaded at boot or
statically compiled in), this bug won't be resolved. Can this be fixed
for Jaunty? Karmic?

-- 
EeePC Volume and Wireless Hotkeys Do Not Function Out-Of-The-Box with Ubuntu 
(8.04 Hardy LTS, Intrepid Alpha 1)
https://bugs.launchpad.net/bugs/232170
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 358820] Re: rfkill key on eeepc 701 breaks ath5k driver

2009-04-18 Thread Troy Ready
*** This bug is a duplicate of bug 232170 ***
https://bugs.launchpad.net/bugs/232170

Marked as a duplicate of bug 232170
(https://bugs.launchpad.net/bugs/232170), just to keep things tidy.

** This bug has been marked a duplicate of bug 232170
   EeePC Volume and Wireless Hotkeys Do Not Function Out-Of-The-Box with Ubuntu 
(8.04 Hardy LTS, Intrepid Alpha 1)

-- 
rfkill key on eeepc 701 breaks ath5k driver
https://bugs.launchpad.net/bugs/358820
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 232170] Re: EeePC Volume and Wireless Hotkeys Do Not Function Out-Of-The-Box with Ubuntu (8.04 Hardy LTS, Intrepid Alpha 1)

2009-04-17 Thread Troy Ready
I've tried it with a fresh install (now updated to Jaunty RC), and now
just tried it with the Andy's kernel packages -- all have the same
effect:

No response to the wireless toggle normally,
Inserting the rfkill-input module, the pushing the wireless toggle causes the 
wireless to toggle off properly (blue light goes off).
Pushing the wireless toggle again causes the light to come back on, but the 
wireless module fails to load. Unloading and then reloading the module has no 
effect (the module fails to load again).

I have attached the relevant sections of my syslog.

** Attachment added: Syslog entries after wireless toggling
   http://launchpadlibrarian.net/25636758/Wireless%20Errors.txt

-- 
EeePC Volume and Wireless Hotkeys Do Not Function Out-Of-The-Box with Ubuntu 
(8.04 Hardy LTS, Intrepid Alpha 1)
https://bugs.launchpad.net/bugs/232170
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 232170] Re: EeePC Volume and Wireless Hotkeys Do Not Function Out-Of-The-Box with Ubuntu (8.04 Hardy LTS, Intrepid Alpha 1)

2009-04-17 Thread Troy Ready
Whoa -- just tried it with a custom build of upstream 2.6.29.1 kernel.
After inserting the rfkill-input module, the wireless toggle works 100%
correctly (toggles off and on properly)!

-- 
EeePC Volume and Wireless Hotkeys Do Not Function Out-Of-The-Box with Ubuntu 
(8.04 Hardy LTS, Intrepid Alpha 1)
https://bugs.launchpad.net/bugs/232170
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 232170] Re: EeePC Volume and Wireless Hotkeys Do Not Function Out-Of-The-Box with Ubuntu (8.04 Hardy LTS, Intrepid Alpha 1)

2009-04-15 Thread Troy Ready
jdeslip: I'm still stuck in the same situation as well.

-- 
EeePC Volume and Wireless Hotkeys Do Not Function Out-Of-The-Box with Ubuntu 
(8.04 Hardy LTS, Intrepid Alpha 1)
https://bugs.launchpad.net/bugs/232170
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 210725] Re: Please include RaLink RT2860 driver

2009-04-12 Thread Troy Ready
Michael: The 2.6.28 kernel that comes with Jaunty has the 1.8.0.0
rt2860sta driver included (as part of the kernel's staging drivers). It
appears that everyone has reported success with this driver connecting
to WEP networks, but little success with WPA networks. The 1.7.1.1
driver, attached to this bug report, has given some people more luck
with WPA networks (but still doesn't work for my WPA2 network).

-- 
Please include RaLink RT2860 driver
https://bugs.launchpad.net/bugs/210725
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 232170] Re: EeePC Volume and Wireless Hotkeys Do Not Function Out-Of-The-Box with Ubuntu (8.04 Hardy LTS, Intrepid Alpha 1)

2009-04-06 Thread Troy Ready
Just did a fresh install (with all updates) of Jaunty beta to test this
on my Eee 901. Wifi toggle does not work out of the box, but modprobing
rfkill-input causes it to work (indicator light goes on and off
appropriately).

Unfortunately, when toggling the wifi back on, networkmanager always
states that the device not ready. I can't figure out how to re-enable
it without rebooting.

-- 
EeePC Volume and Wireless Hotkeys Do Not Function Out-Of-The-Box with Ubuntu 
(8.04 Hardy LTS, Intrepid Alpha 1)
https://bugs.launchpad.net/bugs/232170
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 344022] Re: RaLink RT2860 won't connect to 802.11n WPA2 networks

2009-04-02 Thread Troy Ready
aviv: Yeah, absolutely. I was having trouble installing the 1.7.1.1 deb,
so I deleted the old .ko driver, and then the deb installed without
issue. I've verified the driver multiple times since (after every
update) with modinfo rt2860sta.

-- 
RaLink RT2860 won't connect to 802.11n WPA2 networks
https://bugs.launchpad.net/bugs/344022
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 344022] Re: RaLink RT2860 won't connect to 802.11n WPA2 networks

2009-04-01 Thread Troy Ready
Just tried installing the 1.7.1.1 driver -- I still cannot connect to my
802.11n WPA2 network. I would chalk it up to an impossible
incompatibility, but the same computer can connect in Windows XP, so I
know it's possible.

-- 
RaLink RT2860 won't connect to 802.11n WPA2 networks
https://bugs.launchpad.net/bugs/344022
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 351362] [NEW] RT2860 driver cannot be used with ad-hoc networks

2009-03-29 Thread Troy Ready
Public bug reported:

On my Eee PC 901 with a Ralink RT2860 wireless card, I am unable to use
(create or join) ad-hoc networks. (Currently testing on Jaunty beta)

When I use NetworkManager to create one, it correctly scans the area for
the network as normal (and times out like normal). If a peer joins the
network, it shows a connected status, and then quickly changes to a
disconnected status.

The behaviour is consistent (consistently frustrating, obviously); I
have never been able to get it to work with an ad-hoc network. I have
now tried both the 1.7.1.1 driver (reportedly most feature complete) and
the 1.8.0.0 driver (the one shipping with Jaunty beta); both produce
exactly the same behaviour. Please help!

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
MachineType: ASUSTeK Computer INC. 901
Package: linux-image-2.6.28-11-generic 2.6.28-11.37
ProcCmdLine: root=UUID=33fb1b0a-3058-47c1-add0-f2a0a206f996 ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.28-11.37-generic
SourcePackage: linux

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


** Tags: apport-bug i386

-- 
RT2860 driver cannot be used with ad-hoc networks
https://bugs.launchpad.net/bugs/351362
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 351362] Re: RT2860 driver cannot be used with ad-hoc networks

2009-03-29 Thread Troy Ready

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

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

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

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/24500761/HalComputerInfo.txt

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

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

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

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

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

-- 
RT2860 driver cannot be used with ad-hoc networks
https://bugs.launchpad.net/bugs/351362
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 262679] Re: eeepc-acpi-scripts is not installable

2009-03-29 Thread Troy Ready
In Jaunty beta, the wireless toggle hotkey still has no effect. (Eee PC
901 with Ralink RT2860 card).

Thought the scripts here might help, but as previously discussed the
package has an impossible dependency.

-- 
eeepc-acpi-scripts is not installable
https://bugs.launchpad.net/bugs/262679
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 328917] Re: GCompris core dumps at load time in kubuntu jaunty jackalope (alpha 3)

2009-03-28 Thread Troy Ready
This is still present in the Jaunty beta. Installed gcompris, and it
core dumps on load. Installing python-numeric fixes the issue.

I imagine it's too late for a new package to be uploaded -- I think the
dependency needs to be marked.

-- 
GCompris core dumps at load time in kubuntu jaunty jackalope (alpha 3)
https://bugs.launchpad.net/bugs/328917
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 350710] [NEW] rdesktop won't connect to Windows XP machine

2009-03-28 Thread Troy Ready
Public bug reported:

Binary package hint: rdesktop

Whenever I run rdesktop (via the command line or through tsclient) to
connect to a Windows XP machine on my network, it quickly brings up a
window (as if to display the new session) and closes it. The only
message on the terminal is Autoselected keyboard map en-us.

I followed the ubuntu wiki's backtracing instructions, but I don't know
if it provided any useful input. Please let me know if there's any more
debugging I can do; rdesktop is totally unusable for me at this point :(

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

-- 
rdesktop won't connect to Windows XP machine
https://bugs.launchpad.net/bugs/350710
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 350710] Re: rdesktop won't connect to Windows XP machine

2009-03-28 Thread Troy Ready

** Attachment added: gdb output
   http://launchpadlibrarian.net/24471882/gdb-rdesktop.txt

-- 
rdesktop won't connect to Windows XP machine
https://bugs.launchpad.net/bugs/350710
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 344022] Re: RaLink RT2860 won't connect to 802.11n WPA2 networks

2009-03-17 Thread Troy Ready
Alrighty -- I've attached an archive of my system info/logs. In the
syslog/dmesg output, it shows the continous timeouts (the gnome-network-
manager just asks for the password every minute or so).

** Attachment added: Logs
   http://launchpadlibrarian.net/24031090/networkdebuglogs.tar.gz

-- 
RaLink RT2860 won't connect to 802.11n WPA2 networks
https://bugs.launchpad.net/bugs/344022
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 344022] Re: RaLink RT2860 won't connect to 802.11n WPA2 networks

2009-03-17 Thread Troy Ready
Attached debug logs to fix incomplete status.

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

-- 
RaLink RT2860 won't connect to 802.11n WPA2 networks
https://bugs.launchpad.net/bugs/344022
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 343551] [NEW] XFCE CPU throttling application does not function (on Eee PC?)

2009-03-16 Thread Troy Ready
Public bug reported:

Binary package hint: xfce4-cpu-freq-plugin

Installed xfce4-cpu-freq-plugin on Jaunty Xubuntu Alpha 6. I can right
click and select a new cpu profile (e.g. on demand instead of
performance), but every time I click close no change is made.

This is on my Eee PC 901, but I don't know if it affects others as well.

** Affects: xfce4-cpu-freq-plugin (Ubuntu)
 Importance: Undecided
 Status: New

-- 
XFCE CPU throttling application does not function (on Eee PC?)
https://bugs.launchpad.net/bugs/343551
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 343542] [NEW] Static screaching sound on Eee PC 901 in Xubuntu Jaunty Alpha6

2009-03-16 Thread Troy Ready
Public bug reported:

Just installed Xubuntu Jaunty Alpha 6 on my Eee 901. From the first
bootup, the internal speakers just output loud static noise.

The lineout sliders have no effect, but the iSpeaker does kill all the
sound output when it's unchecked.

Anyone else experiencing this?

** Affects: xfce4-mixer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Static screaching sound on Eee PC 901 in Xubuntu Jaunty Alpha6
https://bugs.launchpad.net/bugs/343542
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 343692] [NEW] No controls are configured by default in XFCE Mixer on Eee PC 901

2009-03-16 Thread Troy Ready
Public bug reported:

Binary package hint: xfce4-mixer

After installing Xubuntu Jaunty Alpha 6 on my Eee PC 901, clicking the
sound mixer icon brings up the XFCE Mixer with no controls enabled. I
have to click the Select Controls button, check the LineOut checkbox,
and click Close to bring up the LineOut slider. Is there any way to have
this configured by default, to provide a better new user experience?

** Affects: xfce4-mixer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
No controls are configured by default in XFCE Mixer on Eee PC 901
https://bugs.launchpad.net/bugs/343692
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 343542] Re: Static screaching sound on Eee PC 901 in Xubuntu Jaunty Alpha6

2009-03-16 Thread Troy Ready
Well, after a 3rd reboot this morning, the problem has gone away. I have
no idea how to try to debug the issue, so I'll cancel this bug unless it
comes back. Thanks!

** Changed in: xfce4-mixer (Ubuntu)
   Status: Incomplete = Invalid

-- 
Static screaching sound on Eee PC 901 in Xubuntu Jaunty Alpha6
https://bugs.launchpad.net/bugs/343542
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 344022] [NEW] RaLink RT2860 won't connect to 802.11n WPA2 networks

2009-03-16 Thread Troy Ready
Public bug reported:

A driver for RaLink RT2860 cards (found in my Eee PC 901 and elsewhere)
was added to Ubuntu for Jaunty (I'm specifically using Alpha 6 now). It
works well for my 802.11g network with WEP encryption.

However, I can't get it to connect to my 802.11n network with WPA2
encryption. It's not an intermittent issue, and I know the network works
because I can connect to it in Windows on the same machine.

The basic logs don't seem to show much useful information; please help
me debug it further!

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

-- 
RaLink RT2860 won't connect to 802.11n WPA2 networks
https://bugs.launchpad.net/bugs/344022
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 210725] Re: Please include RaLink RT2860 driver

2009-03-16 Thread Troy Ready
Since the 802.11n/WPA2 issue I (and others) are experiencing is separate
from the issue of including the driver, I have opened a new bug for it:
344022 (RaLink RT2860 won't connect to 802.11n WPA2 networks).

I think the issue of including it is definitely closed.

-- 
Please include RaLink RT2860 driver
https://bugs.launchpad.net/bugs/210725
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 210725] Re: Please include RaLink RT2860 driver

2008-11-15 Thread Troy Ready
Can anyone confirm Stéphane Graber's package (rt2860 -
1.8.0.0-0ubuntu1~ppa2) works with WPA2 (which, as I understand, means
CCMP/AES)? I've still yet to see true WPA2 support.

-- 
Please include RaLink RT2860 driver
https://bugs.launchpad.net/bugs/210725
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 210725] Re: Please include RaLink RT2860 driver

2008-10-31 Thread Troy Ready
It seems my experience is totally different than everyone elses. I know
my card works with my home WPA 802.11n WPA network (I believe it's AES)
under windows, but I still can't get it to connect with the array.org
driver -- is there some way that I can debug it?

-- 
Please include RaLink RT2860 driver
https://bugs.launchpad.net/bugs/210725
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 210725] Re: Please include RaLink RT2860 driver

2008-10-31 Thread Troy Ready
To follow up on my last comment:

Just installed 8.10 on my Eee 901. Wireless did not work out the box.
Installed
http://www.array.org/ubuntu/dists/intrepid/eeepc/binary-i386/rt2860-dkms_1.7.1.1_all.deb,
but still no WPA2 on my 802.11n network. WEP on my 802.11g works
perfectly.

-- 
Please include RaLink RT2860 driver
https://bugs.launchpad.net/bugs/210725
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 210725] Re: Please include RaLink RT2860 driver

2008-10-23 Thread Troy Ready
I have hardy installed on my Eee 901, with the array.org eeepc kernel.

I download the
http://www.array.org/ubuntu/dists/intrepid/eeepc/binary-i386/rt2860-dkms_1.7.1.1_all.deb
package (I didn't see one listed for hardy), and installed it (along
with dkms).

I'm still not able to connect to my WPA2 network (WEP is working without
issue).

-- 
Please include RaLink RT2860 driver
https://bugs.launchpad.net/bugs/210725
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 182489] Re: Atheros wireless (AR5007) not working on various laptops, including the ASUS Eee PC

2008-10-05 Thread Troy Ready
On a fresh install of Intrepid Beta, wireless on my EeePC 900 was not
working. Adding blacklist ath_pci to /etc/modprobe.d/blacklist
resolved it.

Can this method make it into Intrepid final? Is there a better way to do
it?

-- 
Atheros wireless (AR5007) not working on various laptops, including the ASUS 
Eee PC
https://bugs.launchpad.net/bugs/182489
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 256465] Re: HDD crashed and was not found

2008-08-09 Thread Troy Ready
Can you confirm that 7.10 (Gutsy) still correctly detects your drives?
It sounds like there could be other hardware trouble with your system.

If it is, we can probably see it's an issue with hardware support in the
kernel.

** Changed in: ubuntu
   Status: New = Incomplete

-- 
HDD crashed and was not found
https://bugs.launchpad.net/bugs/256465
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