[Bug 1877792] Re: jmespath SyntaxWarning: "is" with a literal.

2021-01-17 Thread Gilbert Standen
Version information for python-jmespath in the Ubuntu 20.04 LXC Linux
container:

root@afns1:/# dpkg -l | grep jmespath
ii  python3-jmespath  0.9.4-2 all   
   JSON Matching Expressions (Python 3)

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

Title:
  jmespath SyntaxWarning: "is" with a literal.

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

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

[Bug 1877792] Re: jmespath SyntaxWarning: "is" with a literal.

2021-01-17 Thread Gilbert Standen
Hi, I am also seeing this error when running the following install in a
Ubuntu 20.04 focal fossa on amd64 running in an LXC Linux Container:

The command run is:

COMMAND=/bin/lxc-attach -n nsa -- sudo apt-get -y install bind9 isc-
dhcp-server bind9utils dnsutils openssh-server man awscli sshpass

During installation of those package, the following output is observed:

Setting up python3-jmespath (0.9.4-2) ...
/usr/lib/python3/dist-packages/jmespath/visitor.py:32: SyntaxWarning: "is" with 
a literal. Did you mean "=="?
  if x is 0 or x is 1:
/usr/lib/python3/dist-packages/jmespath/visitor.py:32: SyntaxWarning: "is" with 
a literal. Did you mean "=="?
  if x is 0 or x is 1:
/usr/lib/python3/dist-packages/jmespath/visitor.py:34: SyntaxWarning: "is" with 
a literal. Did you mean "=="?
  elif y is 0 or y is 1:
/usr/lib/python3/dist-packages/jmespath/visitor.py:34: SyntaxWarning: "is" with 
a literal. Did you mean "=="?
  elif y is 0 or y is 1:
/usr/lib/python3/dist-packages/jmespath/visitor.py:260: SyntaxWarning: "is" 
with a literal. Did you mean "=="?
  if original_result is 0:

The warnings do not seem to affect operation of the system or the
installation of the packages in any observed way so far.

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

Title:
  jmespath SyntaxWarning: "is" with a literal.

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

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

[Bug 1803600] Re: Elantech - Touchpad not working after upgrading to 18.10 from 18.04

2019-02-08 Thread Gilbert Standen
#8 from Kai-Heng Feng (kaihengfeng) fixed the issue for me on Lenovo P72
Intel® Core™ i7-8750H running Ubuntu 18.10 kernel 4.18.0-15-generic
#16-Ubuntu SMP. I added the following line to my /etc/default/grub

GRUB_CMDLINE_LINUX="psmouse.elantech_smbus=0"

then ran "sudo update-grub" in the usual way and track pad and buttons
work now.

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

Title:
  Elantech - Touchpad not working after upgrading to 18.10 from 18.04

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

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

[Bug 1720930] Re: wlp3s0: failed to remove key (1, ff:ff:ff:ff:ff:ff) from hardware (-22)

2017-11-02 Thread Gilbert Standen
Workaround #1:

I can confirm that on Lenovo P70 Mobile Workstation running Artful
Aardvark 17.10 an upgrade to kernel 4.13.6 or higher prevented the hang
on "wlp4s0: failed to remove key" (although as mentioned the error still
appears in the shutdown sequence).

Workaround #2

I also found that if I went into /etc/default/grub" and removed "quiet
splash", i.e. change:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

to:

GRUB_CMDLINE_LINUX_DEFAULT=""

and then run:

sudo update-grub

and reboot the hang also goes away without any need to upgrade to a
higher kernel version (i.e. this fix works with the latest pushed
kernel:

Linux athens 4.13.0-16-generic #19-Ubuntu SMP

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

Title:
  wlp3s0: failed to remove key (1, ff:ff:ff:ff:ff:ff) from hardware
  (-22)

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

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

[Bug 1016094] Re: System freeze unless booted after Windows has run

2012-07-07 Thread Gilbert Standen
Hi Frank, thanks!!  The link you posted worked for me also (so far so
good anyway!).  I changed to network boot as recommended.  In my case I
had had the Acer set to boot from USB first because I had installed
Ubuntu from USB media and had not changed it since there is no optical
drive.  I tried setting it to boot from the HD and that seems to work
better although I think it did lock up once (but not nearly as much as
with USB set as the boot drive).   Strange though because with no USB
inserted it just bypasses the USB and goes to the HD boot.  Not sure why
it makes a difference but clearly it does make a difference.

Also, I found this post in the Linux Mint forums where a user states the
same problem of having to boot into Windows first then back into Ubuntu
Linux which apparently is another symptom of the same fundamental
problem.  Here is that linux mint post (which has some other links in it
in addition which might also be helpful to anyone running into this
issue).

http://forums.linuxmint.com/viewtopic.php?f=46t=88072

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

Title:
  System freeze unless booted after Windows has run

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

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


[Bug 1016094] Re: System freeze unless booted after Windows has run

2012-07-07 Thread Gilbert Standen
The above links already posted will eventually lead the reader to this
link, but I am posting it anyway explicitly since it is very
specifically focused on the Acer Aspire One AO722 and on this specific
issue (as well as others).  This link is a drilldown from the info from
the link that Frank had posted and also is a drilldown from the Linux
Mint thread.

http://bernaerts.dyndns.org/linux/202-ubuntu-acer-ao722

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

Title:
  System freeze unless booted after Windows has run

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

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


[Bug 1016094] Re: System freeze unless booted after Windows has run

2012-07-04 Thread Gilbert Standen
So I finally had to just wipe the netbook and install Ubuntu 10.10.4 .
The screen started freezing up again in 12.04.  It is definitely
something to do with network-manager-gnome especially the wireless.
That seems to be the main source of the freezing of the desktop.  When
it happens everything locks, mouse, buttons, everything.  I ended up
having to install 12.04 as a virtual machine ontop of the Ubuntu
10.10.4.  This is a VERY clugy workaround I hope we are going to see a
fix at least by 12.10 release time.  It's not like the Acer Aspire AO722
Netbook is some sort of obscure piece of hardware so hopefully it will
be addressed.  Thanks.

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

Title:
  System freeze unless booted after Windows has run

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

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


[Bug 1016094] Re: System freeze unless booted after Windows has run

2012-07-03 Thread Gilbert Standen
Update.  This freeze of the desktop also seems to be related to wireless
networking.   It often freezes the desktop if I try to make a wifi
connection.  On the other hand, wireless broadband, either via the
builtin sim card, or via bluetooth tether to cellphone, rarely if ever
locks up the desktop so there seems to be a strong correlation of the
desktop freezing with trying to make a wifi connection.

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

Title:
  System freeze unless booted after Windows has run

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

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


[Bug 1016094] Re: System freeze unless booted after Windows has run

2012-07-02 Thread Gilbert Standen
Update.  Still having very good stable results from the install which
was done with Ubuntu native Startup Disk Creator.  Has been running all
day on wireless broadband/VPN and no freezing of screen.

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

Title:
  System freeze unless booted after Windows has run

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

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


[Bug 1016094] Re: System freeze unless booted after Windows has run

2012-07-01 Thread Gilbert Standen
Ok I have been running successfully with no freeze on Ubuntu 12.04
64-bit desktop version (both on the original kernel that comes with the
installer CD and also with upgraded kernel version 3.2.0-26.  This seems
like a contradiction to the above, but there is a difference this time:
I installed Ubuntu with the Ubunt Startup Disk Creator for USB (this is
a netbook so I have to install from USB because this has no optical
drive).  In all the previous post above, Ubuntu had been installed with
Linux Pendrive Creator NOT the native Ubuntu-supplied Startup Disk
Creator.

So far, it seems like this is the difference, and it does seem to
actually make a difference.  I've only be up and running for a day and a
half, but it has been running continuously, and I've had no freeze
problems.

Could this be the cause?  That the Linux Pendrive Installer
(http://www.pendrivelinux.com/) does something regarding the install
slightly differently than the Ubuntu native startup installer creator
tool and that that is the reason for the freezing post-install?

Anyway, I will hopefully be using the Ubuntu Install all week and will
report back HOPEFULLY  in a few days with continued success.  Thanks,
Gil

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

Title:
  System freeze unless booted after Windows has run

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

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


[Bug 1016094] Re: System freeze unless booted after Windows has run

2012-07-01 Thread Gilbert Standen
Update.  screen did freeze up once today on kernel 3.2.0-26 but I was
able to do a full shutdown and restart and it has been ok.  It still
seems like it is better though.  Very infrequent freezes sometimes
runs all day without a problem but this still occurs once in awhile and
appears to be fixable by a reboot.  I think using the ubuntu Startup
Disk Creator instead of pendrive linux installer has made a difference
for the better though that is just a guess based on empirical evidence
that this install is running better with much less freeze problem.

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

Title:
  System freeze unless booted after Windows has run

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

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


[Bug 1016094] Re: System freeze unless booted after Windows has run

2012-06-29 Thread Gilbert Standen
Update:  Kernel 3.2.0-26 HAS bug also.  Removing kernel-fixed_upstream
tag.

** Tags removed: kernel-fixed-upstream

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

Title:
  System freeze unless booted after Windows has run

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

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


[Bug 1016094] Re: System freeze unless booted after Windows has run

2012-06-28 Thread Gilbert Standen
After testing for 24 hours it still freezes up once in awhile requiring
a reboot.  Today I will try to install another copy and apply the .deb
3.5 rc4 files.

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

Title:
  System freeze unless booted after Windows has run

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

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


[Bug 1016094] Re: System freeze unless booted after Windows has run

2012-06-28 Thread Gilbert Standen
** Tags removed: needs-upstream-testing

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

Title:
  System freeze unless booted after Windows has run

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

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


[Bug 1016094] Re: System freeze unless booted after Windows has run

2012-06-28 Thread Gilbert Standen
needs-upstream-testing completed, tag removed, bug apparently FIXED, bug
NOT observed in this kernel after several reboots in kernel:   (linux-
image-3.5.0-030500rc4-generic_3.5.0-030500rc4.201206241635_amd64.deb)
from http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.5-rc4-quantal/


** Tags added: kernel-fixed-upstream

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

Title:
  System freeze unless booted after Windows has run

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

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


[Bug 1016094] Re: System freeze unless booted after Windows has run

2012-06-28 Thread Gilbert Standen
kernel-fixed-upstream test completed, tag added, bug apparently FIXED,
bug NOT observed in these kernels after several reboots in both of the
following kernels:  (3.2.0-25)  (3.2.0-26).  Thank You!

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

Title:
  System freeze unless booted after Windows has run

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

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


[Bug 1016094] Re: System freeze unless booted after Windows has run

2012-06-28 Thread Gilbert Standen
Update:  Kernel 3.2.0-25 HAS bug.  However, status is still FIXED, bug
NOT observed in 3.2.0-26.  Therefore so far kernel-fixed-upstream is
true as of 3.2.0-26.

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

Title:
  System freeze unless booted after Windows has run

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

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


[Bug 1016094] Re: System freeze unless booted after Windows has run

2012-06-27 Thread Gilbert Standen
Yes I will try to do as you have described.  In answer to your Q about 
versions, I have tried all of the below.   
Out of these the only one that worked with no freeze was Linux Mint 10 Julia 
64-bit.  
I've just finished install of Ubuntu 10.04.3 64-bit Desktop and that looks like 
it works too as expected since Mint did.

Ubuntu 12.04 AMD64 Desktop
Ubuntu 12.04 32-bit Desktop
Ubuntu 11.04 AMD64  Desktop
Kubuntu 12.04 AMD64 Desktop
Fedora 17 KDE Spin 64-bit Desktop
Linux Mint 10 Jullia 64-bit Deskopt (WORKS FINE)

Thanks in Advance,

Gil Standen

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

Title:
  System freeze unless booted after Windows has run

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

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


[Bug 1016094] Re: System freeze unless booted after Windows has run

2012-06-27 Thread Gilbert Standen
Hi Sebastian,

thanks again.  I did not even have a stable 12.04 to put down the
kernels your indicated, so I first installed the 12.10 Daily Build at
http://cdimage.ubuntu.com/daily-live/current and thankfully that
installed successfully with no problems from a usb stick (this is a
netbook I have no internal optical drive).  Once that was installed
successfully, I followed your instructions and put down the latest
release candidate .deb 's as shown below.  Should I install the kernel
headers too?

This build seems to be working great with no problems. Now I will
configure the cisco vpn etc. and let it run for stability testing for a
couple days.  I am exceedingly grateful for your instructions they were
huge help.  If you need anything else let me know.  I will now put in a
second install as my update environment and keep this one which is
stable as my production desktop.

Thanks,
Gil Standen

gstanden@LWU1210-AO722:~/Downloads$ ls -lrt
total 39160
-rw-rw-r-- 1 gstanden gstanden 12228244 Jun 27 15:29 
linux-image-3.5.0-030500rc4-generic_3.5.0-030500rc4.201206241635_amd64.deb
-rw-rw-r-- 1 gstanden gstanden 27862154 Jun 27 15:33 
linux-image-extra-3.5.0-030500rc4-generic_3.5.0-030500rc4.201206241635_amd64(1).deb
gstanden@LWU1210-AO722:~/Downloads$ sudo dpkg -i 
linux-image-3.5.0-030500rc4-generic_3.5.0-030500rc4.201206241635_amd64.deb 
[sudo] password for gstanden: 
Selecting previously unselected package linux-image-3.5.0-030500rc4-generic.
(Reading database ... 144990 files and directories currently installed.)
Unpacking linux-image-3.5.0-030500rc4-generic (from 
linux-image-3.5.0-030500rc4-generic_3.5.0-030500rc4.201206241635_amd64.deb) ...
Done.
Setting up linux-image-3.5.0-030500rc4-generic (3.5.0-030500rc4.201206241635) 
...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 
3.5.0-030500rc4-generic /boot/vmlinuz-3.5.0-030500rc4-generic
update-initramfs: Generating /boot/initrd.img-3.5.0-030500rc4-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.5.0-030500rc4-generic 
/boot/vmlinuz-3.5.0-030500rc4-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 
3.5.0-030500rc4-generic /boot/vmlinuz-3.5.0-030500rc4-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 
3.5.0-030500rc4-generic /boot/vmlinuz-3.5.0-030500rc4-generic
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.5.0-030500rc4-generic
Found initrd image: /boot/initrd.img-3.5.0-030500rc4-generic
Found linux image: /boot/vmlinuz-3.5.0-2-generic
Found initrd image: /boot/initrd.img-3.5.0-2-generic
Found memtest86+ image: /boot/memtest86+.bin
Found Ubuntu 10.04.4 LTS (10.04) on /dev/sda1
done
gstanden@LWU1210-AO722:~/Downloads$ mv 
linux-image-extra-3.5.0-030500rc4-generic_3.5.0-030500rc4.201206241635_amd64\(1\).deb
 
linux-image-extra-3.5.0-030500rc4-generic_3.5.0-030500rc4.201206241635_amd64.deb
gstanden@LWU1210-AO722:~/Downloads$ sudo dpkg -i 
linux-image-extra-3.5.0-030500rc4-generic_3.5.0-030500rc4.201206241635_amd64.deb
 
Selecting previously unselected package 
linux-image-extra-3.5.0-030500rc4-generic.
(Reading database ... 145863 files and directories currently installed.)
Unpacking linux-image-extra-3.5.0-030500rc4-generic (from 
linux-image-extra-3.5.0-030500rc4-generic_3.5.0-030500rc4.201206241635_amd64.deb)
 ...
Setting up linux-image-extra-3.5.0-030500rc4-generic 
(3.5.0-030500rc4.201206241635) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 
3.5.0-030500rc4-generic /boot/vmlinuz-3.5.0-030500rc4-generic
update-initramfs: Generating /boot/initrd.img-3.5.0-030500rc4-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.5.0-030500rc4-generic 
/boot/vmlinuz-3.5.0-030500rc4-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 
3.5.0-030500rc4-generic /boot/vmlinuz-3.5.0-030500rc4-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 
3.5.0-030500rc4-generic /boot/vmlinuz-3.5.0-030500rc4-generic
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.5.0-030500rc4-generic
Found initrd image: /boot/initrd.img-3.5.0-030500rc4-generic
Found linux image: /boot/vmlinuz-3.5.0-2-generic
Found initrd image: /boot/initrd.img-3.5.0-2-generic
Found memtest86+ image: /boot/memtest86+.bin
Found Ubuntu 10.04.4 LTS (10.04) on /dev/sda1
done
gstanden@LWU1210-AO722:~/Downloads$ uname -a
Linux LWU1210-AO722 3.5.0-2-generic #2-Ubuntu SMP Tue Jun 26 14:11:06 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux
gstanden@LWU1210-AO722:~/Downloads$

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

Title:
  System freeze unless booted after Windows has run

To manage notifications about this bug go to:

[Bug 1016094] Re: System freeze unless booted after Windows has run

2012-06-27 Thread Gilbert Standen
I should add that the windows partition is gone as of yesterday around
5PM.   But I ran into the same freeze problems with 12.04 anyway it
didn't make any difference.  The help of you and your associates has
made a big difference though!  Thanks!

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

Title:
  System freeze unless booted after Windows has run

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

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


[Bug 1016094] Re: System freeze unless booted after Windows has run

2012-06-27 Thread Gilbert Standen
It has one new problem that it did not have before the Cisco VPN client
keeps disconnecting after a couple minutes.  12.04 did not do this.
Also, sorry, don't know where I got the name Sebastian.

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

Title:
  System freeze unless booted after Windows has run

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

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


[Bug 1016094] Re: System freeze unless booted after Windows has run

2012-06-27 Thread Gilbert Standen
So to add more mystery.  I kept trying to get 12.04 to install.
Everytime it would freeze just after booting into the USB installer
(just as it did in the installed version).  But finally this afternoon I
got through a 12.04 install again with no problems no idea why it
suddenly worked ok this time.  Moreover, it's not locking up now.  I
started to wonder if I have a bad hard disk or something, some kind of
faulty hardware, but there is indication of this that I can find.  Also,
I can confirm my previous claim that the Cisco VPN connection is totally
stable in 12.04 but has this disconnect problem in the RC4.  I will try
to install another partition with 12.04 and then install the rc4 3.5
quantal deb pkgs you told me to use because I know what I did above is
not precisely what you asked for, but it was all I could engineer at
that point.  Now that 12.04 seems to be installing ok again, I will try
to do exactly what you have asked for.

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

Title:
  System freeze unless booted after Windows has run

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

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


[Bug 1016094] Re: System freeze unless booted after Windows has run

2012-06-27 Thread Gilbert Standen
Some additional details.  In between when it installed successfully and
back when it didn't, I installed 2 additional OS partitions:  Ubuntu
10.04.4 and Linux Mint 10 Julia (a reinstall) plus I put down the Ubuntu
12.10 Daily Build and then patched it with the 3.5 rc4 kernel, and then
there was the original freezing 12.10 install.  The one thing that I
think has changed and I was wondering about your opinion, is that I
looked at the partitions with the disk utility, and the thawed,
working 12.10 is now on a primary partition and the other 4 OS are on
an extended partition.  I'm not sure if that was the way it was before.
Up until there were 4 OS it might have been each OS on a primary
partition, but now all others are on extended, and 12.04 working has a
primary partition all to itself.  Do you think that has anything to do
with it?  I can't think of anything else that has changed.

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

Title:
  System freeze unless booted after Windows has run

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

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


[Bug 1016094] Re: Xorg freeze

2012-06-25 Thread Gilbert Standen
Update - I seem to be having good results with Ubuntu 2D shell.  I've
booted into it several times and the mouse is not locking up.  This
seems to be a perfectly fine workaround and I read up on Ubuntu 2D
shell and apparently it requires less computer resources to run so maybe
this is the solution for me and my Acer Aspire netbook.

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

Title:
  Xorg freeze

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

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


[Bug 1016094] [NEW] Xorg freeze

2012-06-21 Thread Gilbert Standen
Public bug reported:

I am running on Acer Aspire One netbook with processor AMD C-50 dual-
core processor (1.0 Ghz).  I have windows 7 installed as OEM build, and
I have 2 additional Ubuntu 12.04 partitions installed dual-boot, one
which i use for testing upgrades first, and one which is my Gold
operational copy.  I use this netbook for work I am an Oracle DBA
24/7/365.  It has an embedded ATT wireless broadband sim card,
wireless, and bluetooth for tethering to cellphone.  I LOVE ubuntu it
works great, BUT it has this very strange problem of the desktop locking
up.  I've tried installing gnome shell and using gnome classic but that
does not fix problem either.  What is really strange is that it seems
like the Windows partition is somehow quantum entangled if you will
with the Ubuntu partitions.  If I boot into Windows and let windows run
for 15 minutes (the time it takes to fully boot up -ha - and then shut
down and boot back into Ubuntu, the problem usually goes away on the
Ubuntu side!  How weird, eh?  Everything is installed on /dev/sda of
course as there is only one hard drive.  Is the Windows partition
somehow able to affect ubuntu?  I have used this fix several times and
it seems to work  but is a real pain because I need the wonderful fast
boot and quick availability that Ubuntu offers.  I'm temppted to delete
the windows partition but I don't dare until this ubuntu problem is
solved bercause I MUST be able to connect remotely.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
Uname: Linux 3.2.0-25-generic x86_64
NonfreeKernelModules: wl fglrx
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
Date: Thu Jun 21 10:51:32 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 5.100.82.38+bdcom, 3.2.0-23-generic, x86_64: installed
 bcmwl, 5.100.82.38+bdcom, 3.2.0-25-generic, x86_64: installed
 fglrx, 8.960, 3.2.0-23-generic, x86_64: installed
 fglrx, 8.960, 3.2.0-25-generic, x86_64: installed
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GpuHangFrequency: Several times a day
GpuHangReproducibility: Occurs more often under certain circumstances
GpuHangStarted: Immediately after installing this version of Ubuntu
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6250] [1002:9804] 
(prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] Device [1025:0598]
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
JockeyStatus:
 xorg:fglrx_updates - ATI/AMD proprietary FGLRX graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
 kmod:wl - Broadcom STA wireless driver (Proprietary, Enabled, In use) 
[auto-install]
 xorg:fglrx - ATI/AMD proprietary FGLRX graphics driver (Proprietary, Enabled, 
In use)
MachineType: Acer AO722
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-25-generic 
root=UUID=30d66673-8fa8-4fd3-8096-c193a446c38c ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/06/2011
dmi.bios.vendor: Acer
dmi.bios.version: V1.08
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: JE10-BZ
dmi.board.vendor: Acer
dmi.board.version: Base Board Version
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.08
dmi.modalias: 
dmi:bvnAcer:bvrV1.08:bd12/06/2011:svnAcer:pnAO722:pvrV1.08:rvnAcer:rnJE10-BZ:rvrBaseBoardVersion:cvnAcer:ct10:cvrV1.08:
dmi.product.name: AO722
dmi.product.version: V1.08
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.7.8-0ubuntu1
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3.1
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: amd64 apport-bug compiz-0.9 freeze precise ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed 

[Bug 1016094] Re: Xorg freeze

2012-06-21 Thread Gilbert Standen
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1016094

Title:
  Xorg freeze

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

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


[Bug 1016094] Re: Xorg freeze

2012-06-21 Thread Gilbert Standen
Just some additional info I forgot to add.  It also seemed like when
using network-manager to open broadband, wireless, vpn connections etc.
the desktop also had a tendency to lock specifically at those points.
However, the boot-into-windows-and-back-into-ubuntu seemed to fix that
most of the time.  Also, I tried for that reason installing the
proprietary drivers that Ubuntu offered (the Broadcom STA wireless
driver, and the FGLRX graphics drivers (although I could not get the
FGLRX update driver to install) but the FGLRX and the Broadcom STA
installed fine) but these did not have any effect either way - I still
had the lockup problem on the desktop.

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

Title:
  Xorg freeze

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

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


[Bug 1016094] Re: Xorg freeze

2012-06-21 Thread Gilbert Standen
Also, rebooting into ubuntu and starting ubuntu again, did NOT fix the
problem.  Only when I rebooted into windows, then shutdown, and booted
back into Ubuntu did the problem go away.

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

Title:
  Xorg freeze

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

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