[Bug 1947811] Re: cgroups broken in impish

2021-10-24 Thread Kim Tyler
Found the problem - for some reason the systemctl service getty@tty[1-4] has a 
prerequisite of /dev/tty0 existing.  If it is not, all the tty[1-4] do not 
start. (tty1 fails, the others are not tried)
SEE below - "ConditionPathExists=/dev/tty0 was not met"

systemctl status getty@tty1
○ getty@tty1.service - Getty on tty1
 Loaded: loaded (/lib/systemd/system/getty@.service; enabled; vendor preset>
 Active: inactive (dead)
  Condition: start condition failed at Wed 2021-10-20 21:50:42 AEDT; 4 days ago
 └─ ConditionPathExists=/dev/tty0 was not met
   Docs: man:agetty(8)
 man:systemd-getty-generator(8)
 http://0pointer.de/blog/projects/serial-console.html

If you create the file (eg sudo touch /etc/tty0 in the container) and then 
restart the tty daemons, all is good and it works.
eg
sudo systemctl restart getty@tty1
sudo systemctl restart getty@tty2
sudo systemctl restart getty@tty3
sudo systemctl restart getty@tty4

then all is good.  However, this workaround needs to be done everytime
the container is started - or you could remove the dependency on
/dev/tty0 for the daemons.

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

Title:
  cgroups broken in impish

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


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

[Bug 1947811] Re: cgroups broken in impish

2021-10-23 Thread Kim Tyler
Just a thought, should we change the name of this report from cgroups to
something "lxc-console only works for console tty0, not tty[1-4]" in
impish?

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

Title:
  cgroups broken in impish

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


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

[Bug 1947811] Re: cgroups broken in impish

2021-10-23 Thread Kim Tyler
to re-create the issue,
1 clean install of impish
# probably need sudo or be root for the following
2 boot into impish and install all updates
3 apt get install "lxc lxcfs lxc-utils lxc-templates lxctl"
4 lxc-create -n test -t ubuntu
5 lxc-start test
6 lxc-console -n test
# the above command FAILS to get a response, HOWEVER:-
7 lxc-console -t 0 -n test
# WORKS, only tty0 works in the container

==
THE CAUSE OF THE ISSUE!!
==

Previous to impish there are systemctl services to tend to all tty[1-4] and the 
console (tty0)
eg, on Focal Fossa, in the container :-
systemctl | grep tty # gives
  dev-lxc-tty1.mount   loaded active mounted   /dev/lxc/tty1
  
  dev-lxc-tty2.mount   loaded active mounted   /dev/lxc/tty2
  
  dev-lxc-tty3.mount   loaded active mounted   /dev/lxc/tty3
  
  dev-lxc-tty4.mount   loaded active mounted   /dev/lxc/tty4
  
  console-getty.serviceloaded active running   Console Getty
  
  container-getty@0.serviceloaded active running   Container Getty 
on /dev/pts/0  
  container-getty@1.serviceloaded active running   Container Getty 
on /dev/pts/1  
  container-getty@2.serviceloaded active running   Container Getty 
on /dev/pts/2  
  container-getty@3.serviceloaded active running   Container Getty 
on /dev/pts/3  
  system-container\x2dgetty.slice  loaded active active
system-container\x2dgetty.slice
  system-getty.slice   loaded active active
system-getty.slice 
  getty.target loaded active activeLogin Prompts
  


In impish, in the container,

systemctl | grep tty # gives
  dev-lxc-tty1.mount  loaded active mounted   /dev/lxc/tty1
  dev-lxc-tty2.mount  loaded active mounted   /dev/lxc/tty2
  dev-lxc-tty3.mount  loaded active mounted   /dev/lxc/tty3
  dev-lxc-tty4.mount  loaded active mounted   /dev/lxc/tty4
  console-getty.service   loaded active running   Console Getty
  system-getty.slice  loaded active activesystem-getty.slice
  getty.targetloaded active activeLogin Prompts

===

As can be seen, there are no daemons started for any of the tty[1-4]
consoles apart from console getty service.

The command lxc-console doesn't seem to default to tty0, so it picks a
console that doesn't have a daemon to service it.  Specifying tty0 (-t
0) makes it work.  This seems to be a regression from the original,
Focal Fossa as well as Hirsute Hippo

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

Title:
  cgroups broken in impish

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


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

[Bug 1947811] Re: cgroups broken in impish

2021-10-19 Thread Kim Tyler
other information:-
container installed is from ubuntu template
can start/stop container
lxc-attach works

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

Title:
  cgroups broken in impish

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


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

[Bug 1947811] [NEW] cgroups broken in impish

2021-10-19 Thread Kim Tyler
Public bug reported:

fresh install, all updates installed.
install lxc + lxcfs
symptom - can't sudo lxc-console -n lxcmachine (lxc-console works, but no 
reponse/tty)

symptom - sudo ls -laF /var/lib/lxcfs
produces:-
---
ls: cannot access '/var/lib/lxcfs/cgroup': Input/output error
total 4
drwxr-xr-x  2 root root0 Oct 20 11:40 ./
drwxr-xr-x 69 root root 4096 Oct 19 17:08 ../
??  ? ??   ?? cgroup
dr-xr-xr-x  2 root root0 Oct 20 11:40 proc/
dr-xr-xr-x  2 root root0 Oct 20 11:40 sys/


Conclusion - cgroups broken is impish

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: lxcfs 4.0.7-0ubuntu1
ProcVersionSignature: Ubuntu 5.13.0-20.20-generic 5.13.14
Uname: Linux 5.13.0-20-generic x86_64
ApportVersion: 2.20.11-0ubuntu70
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Wed Oct 20 11:36:21 2021
InstallationDate: Installed on 2021-10-18 (1 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
SourcePackage: lxcfs
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug impish wayland-session

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

Title:
  cgroups broken in impish

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


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

[Bug 1877504] Re: libmysqlclient21 use of /usr/share/mysql collides with mariadb-server-core-10.3's use of the same directory

2020-07-29 Thread Kim Tyler
Original crashing of mythtv now fixed on ubuntu 20.04 libmysqlclient21
version 8.0.21-0ubuntu0.20.04.3 with mariadb server.

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

Title:
  libmysqlclient21 use of /usr/share/mysql collides with mariadb-server-
  core-10.3's use of the same directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1877504/+subscriptions

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

Re: [Bug 1871747] Re: snap install of vlc doesn't have correct permission

2020-05-15 Thread Kim Tyler
Never mind, my problem is solved, although there seems to be some 
tidying up to be done.

Thanks again,

Kim

On 15/5/20 9:47 pm, Maciej Borzecki wrote:
> Double checked with snap-store from beta channel. The button is there,
> but it seems off.
>
> When I connected the interface, the UI button is correctly showing on
> state. Now, I tried disconnecting the interface, which was correctly
> reported in `snap connections vlc`. However, after restarting snap-
> store, it's still shown as on.
>

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

Title:
  snap install of vlc doesn't have correct permission

To manage notifications about this bug go to:
https://bugs.launchpad.net/snap-store/+bug/1871747/+subscriptions

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

Re: [Bug 1871747] Re: snap install of vlc doesn't have correct permission

2020-05-15 Thread Kim Tyler
Of course there is a button after you do the manual connection, but I 
take your point.


Thanks again.

On 15/5/20 8:45 pm, Maciej Borzecki wrote:
> FWIW there should be a button which you can click in the snap-store.
> Sadly there does not seem to be one for the `dvb` interface.
>
> ** Also affects: snap-store
> Importance: Undecided
> Status: New
>

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

Title:
  snap install of vlc doesn't have correct permission

To manage notifications about this bug go to:
https://bugs.launchpad.net/snap-store/+bug/1871747/+subscriptions

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

Re: [Bug 1871747] Re: snap install of vlc doesn't have correct permission

2020-05-15 Thread Kim Tyler
Hi,

Yes, it works.  Thanks.

I obviously need to do a course on the ins and outs of snap. There 
appears to be a lot of stuff to be configured than I'm used to.

Cheers for that,

Kim

On 15/5/20 3:18 am, Maciej Borzecki wrote:
> ```
> [7f9a84000bb0] dtv stream error: cannot access DVR: Operation not 
> permitted
> [7f9a84000bb0] dtv stream error: cannot access DVR: Operation not 
> permitted
> ```
>
> You probably need to allow vlc to access the dvb devices. Can you run
> `snap connect vlc:dvb` command and check whether it works?
>
> ** Changed in: snapd (Ubuntu)
> Status: New => Incomplete
>

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

Title:
  snap install of vlc doesn't have correct permission

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

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

[Bug 1877504] Re: new version of libmysqlclient21 8.0.20-0ubuntu0.20.04.1 causes mythtv-set, mythbackend and mythfrontend to segfault on exit.

2020-05-14 Thread Kim Tyler
I can confirm that the test program above causes segfault with current
libmysqlclient21 but not with previous version, using mariadb as the
server.(sorry, it took me a while to get all the dependencies together
to compile and execute the program.)

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

Title:
  new version of libmysqlclient21 8.0.20-0ubuntu0.20.04.1 causes mythtv-
  set, mythbackend and mythfrontend to segfault on exit.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1877504/+subscriptions

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

Re: [Bug 1877504] Re: new version of libmysqlclient21 8.0.20-0ubuntu0.20.04.1 causes mythtv-set, mythbackend and mythfrontend to segfault on exit.

2020-05-08 Thread Kim Tyler
After the release of Focal, I did a fresh install with mariadb server.  
I did a mysqldump backup of the existing mythtv (bionic) mariadb 
database and installed mythtv (mythbackend + mythfrontend + plugins) and 
configured it to work with the current setup.

This all worked almost perfectly, just needing minor tweaks.

I have been installing updates to the system mostly when they are
available.

I noticed that after an update to the system just recently, the 
mythfrontend was giving a segfault when exiting, causing the crash to be 
detected and mythfrontend to restart.  Further investigation showed 
indications that libmysqlclient was involved.

I downgraded to the previous version of libmysqlclient, and the problem 
ceased. All was working as previously.

Upgrading to the latest (security fix) caused the problem to start 
again.  I downgraded again and locked the version, and the problem went 
away again.  I don't have any external facing mysql connections, so 
security is not an imperative at the moment, but it does make me nervous 
not to have security updates.

To cause the problem :- install the latest mysqlclient

To workaround the problem : downgrade the mysqlclient

If you need me to test anything, please let me know.

Good luck, and thanks,

Kim

On 9/5/20 1:18 am, Leonidas S. Barbosa wrote:
> Hi Kim,
>
> Thanks for report this issue. Could you please provides detailed steps
> in how to reproduce it?
>

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

Title:
  new version of libmysqlclient21 8.0.20-0ubuntu0.20.04.1 causes mythtv-
  set, mythbackend and mythfrontend to segfault on exit.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1877504/+subscriptions

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

[Bug 1871747] [NEW] snap install of vlc doesn't have correct permission

2020-04-08 Thread Kim Tyler
Public bug reported:

A snap installation of vlc will not allow vlc to play TV.  A repo installation 
of vlc works as expected.
When run from command line, get the following messages:-
--snap version--
user@host:~$ /snap/bin/vlc Desktop/vlc_playlist.xspf 
VLC media player 3.0.8 Vetinari (revision 3.0.8-0-gf350b6b)
[007c7400] main libvlc: Running vlc with the default interface. Use 
'cvlc' to use vlc without interface.
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use 
QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Qt: Session management error: None of the authentication protocols specified 
are supported
[7f9a84000bb0] dtv stream error: cannot access DVR: Operation not permitted
[7f9a84000bb0] dtv stream error: cannot access DVR: Operation not permitted
[7f9a88008f20] dtv stream error: cannot access DVR: Operation not permitted
[7f9a88001ab0] dtv stream error: cannot access DVR: Operation not permitted
[7f9ab4000b20] dtv stream error: cannot access DVR: Operation not permitted
QObject::~QObject: Timers cannot be stopped from another thread

--repo version-
user@host:~$ /usr/bin/vlc Desktop/vlc_playlist.xspf 
VLC media player 3.0.8 Vetinari (revision 3.0.8-0-gf350b6b5a7)
[55bfea101570] main libvlc: Running vlc with the default interface. Use 
'cvlc' to use vlc without interface.
[7f9a44009d30] main decoder error: buffer deadlock prevented
libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns -1
libva error: va_getDriverName() failed with unknown libva 
error,driver_name=(null)
[7f9a94002b30] glconv_vaapi_x11 gl error: vaInitialize: unknown libva error
libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_1
libva info: va_openDriver() returns 0
[7f9a44009d30] avcodec decoder: Using Intel i965 driver for Intel(R) 
Haswell - 2.1.0 for hardware decoding

-end of messages-

It seems that snap installations do not see the same file permission as
the repo version.

1lsb_release -rd

Description:Ubuntu 18.04.4 LTS
Release:18.04

2a---apt-cache policy vlc
vlc:
  Installed: 3.0.8-0ubuntu18.04.1
  Candidate: 3.0.8-0ubuntu18.04.1
  Version table:
 *** 3.0.8-0ubuntu18.04.1 500
500 http://ftp.iinet.net.au/pub/ubuntu bionic-updates/universe amd64 
Packages
500 http://ftp.iinet.net.au/pub/ubuntu bionic-security/universe amd64 
Packages
100 /var/lib/dpkg/status
 3.0.1-3build1 500
500 http://ftp.iinet.net.au/pub/ubuntu bionic/universe amd64 Packages

2b--snap info vlc
name:  vlc
summary:   The ultimate media player
publisher: VideoLAN✓
store-url: https://snapcraft.io/vlc
contact:   https://www.videolan.org/support/
license:   GPL-2.0+
description: |
  VLC is the VideoLAN project's media player.
  
  Completely open source and privacy-friendly, it plays every multimedia file 
and streams.
  
  It notably plays MKV, MP4, MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, 
WebM, FLAC, MP3,
  Ogg/Vorbis files, BluRays, DVDs, VCDs, podcasts, and multimedia streams from 
various network
  sources. It supports subtitles, closed captions and is translated in numerous 
languages.
snap-id: RT9mcUhVsRYrDLG8qnvGiy26NKvv6Qkd
channels:
  latest/stable:3.0.8   2019-12-19 (1397) 212MB -
  latest/candidate: 3.0.8   2019-12-16 (1397) 212MB -
  latest/beta:  3.0.8-469-g1525d52452   2020-04-08 (1589) 298MB -
  latest/edge:  4.0.0-dev-11620-ga93072befb 2020-04-06 (1585) 339MB -
3expected outcome
snap vlc should work the same as the repo version of vlc, ie display the dvb-t 
channels.  Instead, it fails with the above messages
4--what happens
Repo version works just fine.  Snap version fails with permission errors.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: snapd 2.42.1+18.04
ProcVersionSignature: Ubuntu 
4.15.0-88202002241620.0+mediatree+hauppauge-generic 4.15.18
Uname: Linux 4.15.0-88202002241620-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.9-0ubuntu7.14
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Thu Apr  9 12:24:16 2020
InstallationDate: Installed on 2018-05-08 (701 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: snapd
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic wayland-session

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

[Bug 1584545] [NEW] clean install of xenial alongside existing distros fails because of uefi

2016-05-22 Thread Kim Tyler
Public bug reported:

disk partitioning is non-standard (sda8 is flagged as bios_grub) with
uefi bios.

I probably need to save all partitions and re-partition and reformat
disk, then allow clean install of uefi boot

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CasperVersion: 1.376
Date: Mon May 23 08:25:11 2016
InstallCmdLine: BOOT_IMAGE=(loop)/casper/vmlinuz.efi root=UUID=CA75-D6FC 
maybe-ubiquity debian-installer/language=en 
keyboard-configuration/layoutcode=us 
iso-scan/filename=/ubuntu-16.04-desktop-amd64.iso boot=casper 
file=/cdrom/preseed/ubuntu.seed noprompt quiet splash --
LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
ProcEnviron:
 LANGUAGE=en_AU.UTF-8
 PATH=(custom, no user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.21.63 ubuntu xenial

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

Title:
  clean install of xenial alongside existing distros fails because of
  uefi

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

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


[Bug 1422190] [NEW] phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2015-02-15 Thread Kim Tyler
Public bug reported:

Log files continually fill up with following error messages every couple of 
seconds, then the wifi fails until reboot :-
Feb 16 08:33:25 pio kernel: [  261.084034] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
Feb 16 08:33:29 pio kernel: [  265.088066] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
Feb 16 08:33:31 pio kernel: [  267.096046] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
Feb 16 08:33:34 pio kernel: [  270.092043] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
Feb 16 08:33:38 pio kernel: [  274.084033] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
Feb 16 08:33:39 pio kernel: [  275.092034] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
Feb 16 08:33:41 pio kernel: [  277.084036] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
Feb 16 08:33:47 pio kernel: [  283.088039] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-45-generic 3.13.0-45.74
ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
Uname: Linux 3.13.0-45-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  kit284 2791 F pulseaudio
 /dev/snd/controlC2:  kit284 2791 F pulseaudio
Date: Mon Feb 16 08:47:30 2015
HibernationDevice: RESUME=UUID=8bc3362d-e136-453f-bb6c-284013a5dd11
InstallationDate: Installed on 2014-10-01 (137 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
MachineType: CLEVO D900K
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcEnviron:
 LANGUAGE=en_AU:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=7f8ca46f-0efa-4971-b7fc-9b787d5b660f ro quiet splash
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
 No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-45-generic N/A
 linux-backports-modules-3.13.0-45-generic  N/A
 linux-firmware 1.127.11
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/06/2005
dmi.bios.vendor: Phoenix
dmi.bios.version: 4.06CJ15
dmi.board.name: D900K
dmi.board.vendor: CLEVO
dmi.board.version: VT8341B
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: No Enclosure
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenix:bvr4.06CJ15:bd12/06/2005:svnCLEVO:pnD900K:pvrVT8341B:rvnCLEVO:rnD900K:rvrVT8341B:cvnNoEnclosure:ct1:cvrN/A:
dmi.product.name: D900K
dmi.product.version: VT8341B
dmi.sys.vendor: CLEVO

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


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

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

Title:
  phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

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

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


[Bug 1383555] Re: 1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-12-16 Thread Kim Tyler
Sorry, I still don't understand.  All versions of the kernel are broken.
What would I bisect against?  In any case, the result would still be a
broken kernel, and would be of no help to isolate the problem.  To me,
it would appear to be a waste of time to do this.

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

Title:
  1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0
  failed to flush

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

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


[Bug 1383555] Re: 1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-10-24 Thread Kim Tyler
Christoper,  I don't quite understand.  All versions of trusty show a
fault, as well as the newest version of upstream kernel.  The early
versions of trusty show the fault at boot, while the later versions show
the fault some time after boot.  What would the basis of the bisection
be?  If it was the change between showing the fault at boot, and then
happening some time later, that was done in bug 1318837. (kernels from
current, up to and including 3.14.0-rc2 exhibit error as described
above. kernels 3.14.0-rc3 and above DO NOT exhibit error as descibed
above.) ie 3.14.0-rc2 has problem at boot, 3.14.0-rc3 has fault
sometime later, eg days after boot.  I'm happy to help, but need further
advice.

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

Title:
  1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0
  failed to flush

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

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


[Bug 1353730] Re: nfs4 daemon crashes, eventually PC locks up

2014-10-23 Thread Kim Tyler
yes - it still happens (happened) with trusty.  I use a backup program
called backintime which uses rsync, and I backup the laptop to an nfs4
mount.  During the backup, the nfs4 server crashes just as specified
above in trusty (kernel 3.13.0-32-generic).  The backup program then
stops, leaving the rsync running.

If I restart the server, without restarting the client, the backup
program continues and corrupts the disk that is being backed up to,
requiring an fsck.

From the logs of backintime, the command is:- (where pio is the laptop
being backed up, mike is the nfs4 server, and the disk /media/seagate on
mike is mounted nfs4 at pio as /media/mike/seagate

rsync -rtDH --links --no-p --no-g --no-o  --delete --delete-excluded  -v
--chmod=Du+wx  --exclude=/media/mike/seagate/backintime
--exclude=/home/kit284/.local/share/backintime
--include=/home/kit284/ --include=/home/ --include=/home/mythtv/
--exclude=*.backup* --exclude=*~ --exclude=/home/kit284/root
--exclude=/home/kit284/tmp --exclude=/home/kit284/Ubuntu One
--exclude=*.thumbnails --exclude=*.iso
--exclude=/home/kit284/.gvfs --exclude=[Cc]ache*
--include=/home/kit284/** --include=/home/mythtv/** --exclude=* /
/media/mike/seagate/backintime/backintime/pio/kit284/1/new_snapshot/backup/


I am currently running backintime via a FUSE mounted ssh connection built in to 
backintime, and this is working OK.  However, is is very disquieting to know 
that NFS4 can crash, and take out the disk, requiring a reboot and fsck.

I note that some research on the internet show that rsync can have
problems with change attributes on nfs4 mounts, and the suggestion is
that this is a bug with nfs4.

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

Title:
  nfs4 daemon crashes, eventually PC locks up

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

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


[Bug 1383555] Re: 1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-10-23 Thread Kim Tyler
This was NOT happening in precise, and WAS happening with early versions
of trusty.  I had a test partition with trusty to check it, prior to
fresh install of trusty.  It was clear that this was happening with
trusty from boot.  I filed a bug report for trusty, along with upstream
kernels that were checked.  The newest upstream kernels did not show
that errors from boot.  When trusty was updated some time later, and
this error did not present from boot, I took the opportunity to fresh
install trusty, and use that full time.  I reported that the error
seemed to be fixed, and you closed the report. (Bug 1318837 )

(my comment from bug 1318837 follows) :-

have tried many kernels from mainline kernels
kernels from current, up to and including 3.14.0-rc2 exhibit error as described 
above.
kernels 3.14.0-rc3 and above DO NOT exhibit error as descibed above.
I have looked at changes log for for 3.14.0-rc3 for obvious changes that may be 
implicated, and found following candidate (search on phy) (this may or may 
not be the solution)

Andrew Lunn (3):
  drivers: phy: Make NULL a valid phy reference
  drivers: phy: Add support for optional phys
  ata: sata_mv: Fix probe failures with optional phys

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

Title:
  1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0
  failed to flush

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

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


[Bug 1353730] CRDA.txt

2014-10-23 Thread Kim Tyler
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1353730/+attachment/4242936/+files/CRDA.txt

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

Title:
  nfs4 daemon crashes, eventually PC locks up

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

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


[Bug 1353730] BootDmesg.txt

2014-10-23 Thread Kim Tyler
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1353730/+attachment/4242935/+files/BootDmesg.txt

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

Title:
  nfs4 daemon crashes, eventually PC locks up

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

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


[Bug 1353730] Re: nfs4 daemon crashes, eventually PC locks up

2014-10-23 Thread Kim Tyler
apport information

** Tags added: apport-collected trusty

** Description changed:

  Aug  7 01:05:46 mike kernel: [60329.252525] PGD 5b4ac067 PUD 5b4ad067 PMD 0 
  Aug  7 01:05:46 mike kernel: [60329.252532] Oops:  [#1] SMP 
  Aug  7 01:05:46 mike kernel: [60329.252538] Modules linked in: rfcomm bnep 
bluetooth nfsd auth_rpcgss nfs_acl nfs lockd sunrpc fscache ir_lirc_codec 
lirc_dev ir_mce_kbd_decoder ir_sanyo_decoder ir_sony_decoder ir_jvc_decoder 
ir_rc6_decoder ir_nec_decoder ir_rc5_decoder fc0012 rtl2832 dvb_usb_rtl28xxu 
rtl2830 dvb_usb_v2 dvb_core rc_core nvidia(POF) snd_intel8x0 snd_ac97_codec 
ac97_bus snd_pcm snd_page_alloc snd_seq_midi snd_seq_midi_event serio_raw 
snd_rawmidi k8temp edac_core edac_mce_amd snd_seq snd_seq_device usblp 
snd_timer snd soundcore i2c_nforce2 mac_hid parport_pc ppdev lp parport 
zfs(POF) zunicode(POF) zavl(POF) zcommon(POF) znvpair(POF) spl(OF) hid_generic 
usbhid pata_acpi hid firewire_ohci firewire_core psmouse e100 forcedeth mii 
crc_itu_t sata_nv pata_amd
  Aug  7 01:05:46 mike kernel: [60329.252626] CPU: 0 PID: 2099 Comm: nfsd 
Tainted: PF  O 3.13.0-32-generic #57-Ubuntu
  Aug  7 01:05:46 mike kernel: [60329.252632] Hardware name:/GA-K8N 
Pro-SLI, BIOS F4 07/16/2005
  Aug  7 01:05:46 mike kernel: [60329.252638] task: 880060f5c7d0 ti: 
88005b42e000 task.ti: 88005b42e000
  Aug  7 01:05:46 mike kernel: [60329.252642] RIP: 0010:[a0fbb06b]  
[a0fbb06b] set_nfsv4_acl_one+0x1b/0x90 [nfsd]
  Aug  7 01:05:46 mike kernel: [60329.252660] RSP: 0018:88005b42fcf8  
EFLAGS: 00010246
  Aug  7 01:05:46 mike kernel: [60329.252664] RAX:  RBX: 
88002e9f3d80 RCX: 008036d0
  Aug  7 01:05:46 mike kernel: [60329.252668] RDX: a0fe86e7 RSI: 
 RDI: 88002e9f3d80
  Aug  7 01:05:46 mike kernel: [60329.252672] RBP: 88005b42fd20 R08: 
000171e0 R09: 88007fc171e0
  Aug  7 01:05:46 mike kernel: [60329.252676] R10: ea282500 R11: 
a0fbb0c7 R12: 
  Aug  7 01:05:46 mike kernel: [60329.252680] R13: 88002e9f3d80 R14: 
a0fe86e7 R15: 0660
  Aug  7 01:05:46 mike kernel: [60329.252685] FS:  7f62c5fb5780() 
GS:88007fc0() knlGS:
  Aug  7 01:05:46 mike kernel: [60329.252689] CS:  0010 DS:  ES:  CR0: 
8005003b
  Aug  7 01:05:46 mike kernel: [60329.252693] CR2: 0010 CR3: 
5b4ab000 CR4: 07f0
  Aug  7 01:05:46 mike kernel: [60329.252697] Stack:
  Aug  7 01:05:46 mike kernel: [60329.252700]  88002e9f3d80 
88000a094940 88005c2540b0 880060fe
  Aug  7 01:05:46 mike kernel: [60329.252707]  0660 
88005b42fd60 a0fbb492 880060fe
  Aug  7 01:05:46 mike kernel: [60329.252714]  88000a094900 
 880060fe8040 8800667ee240
  Aug  7 01:05:46 mike kernel: [60329.252720] Call Trace:
  Aug  7 01:05:46 mike kernel: [60329.252740]  [a0fbb492] 
nfsd4_set_nfs4_acl+0x122/0x130 [nfsd]
  Aug  7 01:05:46 mike kernel: [60329.252759]  [a0fc8f5d] 
nfsd4_setattr+0x10d/0x1a0 [nfsd]
  Aug  7 01:05:46 mike kernel: [60329.252777]  [a0fca5ca] 
nfsd4_proc_compound+0x56a/0x7c0 [nfsd]
  Aug  7 01:05:46 mike kernel: [60329.252792]  [a0fb6d2b] 
nfsd_dispatch+0xbb/0x200 [nfsd]
  Aug  7 01:05:46 mike kernel: [60329.252838]  [a0f1162d] 
svc_process_common+0x46d/0x6d0 [sunrpc]
  Aug  7 01:05:46 mike kernel: [60329.252864]  [a0f11997] 
svc_process+0x107/0x170 [sunrpc]
  Aug  7 01:05:46 mike kernel: [60329.252879]  [a0fb671f] 
nfsd+0xbf/0x130 [nfsd]
  Aug  7 01:05:46 mike kernel: [60329.252894]  [a0fb6660] ? 
nfsd_destroy+0x80/0x80 [nfsd]
  Aug  7 01:05:46 mike kernel: [60329.252904]  [8108b3d2] 
kthread+0xd2/0xf0
  Aug  7 01:05:46 mike kernel: [60329.252911]  [8108b300] ? 
kthread_create_on_node+0x1d0/0x1d0
  Aug  7 01:05:46 mike kernel: [60329.252922]  [8172c5bc] 
ret_from_fork+0x7c/0xb0
  Aug  7 01:05:46 mike kernel: [60329.252928]  [8108b300] ? 
kthread_create_on_node+0x1d0/0x1d0
  Aug  7 01:05:46 mike kernel: [60329.252932] Code: eb e6 66 66 66 66 66 2e 0f 
1f 84 00 00 00 00 00 66 66 66 66 90 55 48 89 e5 41 57 41 56 49 89 d6 41 55 49 
89 fd 41 54 49 89 f4 53 48 63 46 10 be d0 00 00 00 4c 8d 3c c5 04 00 00 00 4c 
89 ff e8 
  Aug  7 01:05:46 mike kernel: [60329.253003]  RSP 88005b42fcf8
  Aug  7 01:05:46 mike kernel: [60329.253006] CR2: 0010
  Aug  7 01:05:46 mike kernel: [60329.253012] ---[ end trace 737bd44e2270bead 
]---
  
  
  
  
  and
  
  
  
  
  Aug  7 03:00:10 mike kernel: [67193.680580] PGD 36391067 PUD 36392067 PMD 0 
  Aug  7 03:00:10 mike kernel: [67193.680588] Oops:  [#2] SMP 
  Aug  7 03:00:10 mike kernel: [67193.680594] Modules linked in: rfcomm bnep 
bluetooth nfsd auth_rpcgss nfs_acl nfs lockd sunrpc fscache ir_lirc_codec 
lirc_dev ir_mce_kbd_decoder ir_sanyo_decoder ir_sony_decoder 

[Bug 1353730] ProcModules.txt

2014-10-23 Thread Kim Tyler
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1353730/+attachment/4242943/+files/ProcModules.txt

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

Title:
  nfs4 daemon crashes, eventually PC locks up

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

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


[Bug 1353730] ProcInterrupts.txt

2014-10-23 Thread Kim Tyler
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1353730/+attachment/4242942/+files/ProcInterrupts.txt

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

Title:
  nfs4 daemon crashes, eventually PC locks up

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

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


[Bug 1353730] Lspci.txt

2014-10-23 Thread Kim Tyler
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1353730/+attachment/4242939/+files/Lspci.txt

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

Title:
  nfs4 daemon crashes, eventually PC locks up

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

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


[Bug 1353730] UdevDb.txt

2014-10-23 Thread Kim Tyler
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1353730/+attachment/4242945/+files/UdevDb.txt

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

Title:
  nfs4 daemon crashes, eventually PC locks up

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

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


[Bug 1353730] ProcCpuinfo.txt

2014-10-23 Thread Kim Tyler
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1353730/+attachment/4242941/+files/ProcCpuinfo.txt

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

Title:
  nfs4 daemon crashes, eventually PC locks up

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

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


[Bug 1353730] IwConfig.txt

2014-10-23 Thread Kim Tyler
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1353730/+attachment/4242938/+files/IwConfig.txt

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

Title:
  nfs4 daemon crashes, eventually PC locks up

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

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


[Bug 1353730] Lsusb.txt

2014-10-23 Thread Kim Tyler
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1353730/+attachment/4242940/+files/Lsusb.txt

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

Title:
  nfs4 daemon crashes, eventually PC locks up

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

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


[Bug 1353730] UdevLog.txt

2014-10-23 Thread Kim Tyler
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1353730/+attachment/4242946/+files/UdevLog.txt

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

Title:
  nfs4 daemon crashes, eventually PC locks up

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

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


[Bug 1353730] RfKill.txt

2014-10-23 Thread Kim Tyler
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1353730/+attachment/4242944/+files/RfKill.txt

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

Title:
  nfs4 daemon crashes, eventually PC locks up

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

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


[Bug 1353730] WifiSyslog.txt

2014-10-23 Thread Kim Tyler
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1353730/+attachment/4242947/+files/WifiSyslog.txt

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

Title:
  nfs4 daemon crashes, eventually PC locks up

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

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


[Bug 1353730] CurrentDmesg.txt

2014-10-23 Thread Kim Tyler
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1353730/+attachment/4242937/+files/CurrentDmesg.txt

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

Title:
  nfs4 daemon crashes, eventually PC locks up

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

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


[Bug 1383555] Re: 1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-10-23 Thread Kim Tyler
Clarifying :-

+This particular problem never happened in precise.

+All trusty kernels have had this problem to some extent, the initial
release of trusty had this problem from boot, then sometime later
(sometime just before the time that bug 1318837 was closed - 28/8/14) it
changed to be intermittent.

The first version of trusty that I used in a separate bootable partition
(about 1 week after trusty was released) showed the symptom of giving
the log error of ieee80211 phy0: rt2x00queue_flush_queue: Warning -
Queue 0 failed to flush immediately after boot.

I continued to boot into this partition from time to time (about once
per week) to install updates and check on progress of this problem.  My
main distro for general use was precise.

Some time later, I registered this bug, and did the investigation work
as bug 1318837.

Some time later, still booting in trusty about once per week and
installing updates etc, even though my main distro was precise, I
noticed that the errors did not occur immediately after boot in the
logs.  I left it running for a day or so, and there was still no error
messages in the logs.  I then put the entry in launchpad to say that it
seemed to be fixed, after which the bug was closed.

I then did a fresh install of trusty as my main distro, and I have been
running it ever since.  This bug does not occur directly after reboot,
but sometimes more than several days after reboot. ( I generally don't
reboot for a week or weeks, unless I have to)

Currently, my uptime is about 30 hours, and the bug does not appear.  I
rebooted when the above errors were flooding my logs.

The oldest date I have in /var/log/messages is October 1.

ls -laF /var/log/messages*
-rw-r- 1 syslog adm 7166430 Oct 24 15:03 /var/log/messages
-rw-r- 1 syslog adm 6681922 Oct 19 07:40 /var/log/messages.1
-rw-r- 1 syslog adm  281449 Oct 13 08:03 /var/log/messages.2.gz
-rw-r- 1 syslog adm  152830 Oct  5 08:03 /var/log/messages.3.gz

grep ieee80211 phy0: /var/log/messages{,.1}|wc -l
101843
zgrep ieee80211 phy0: /var/log/messages*gz | wc -l
28346

which is about 130,000 lines of errors.
I mainly leave my wireless turned off to avoid these errors, unless I have no 
LAN available.
Sometimes when the wireless is turned on, and these errors are being logged, 
the wireless will freeze up, then over a period of about 30 minutes, the PC 
becomes increasingly uncontrollable/slower, then finally freezes, and only 
power cycle or altsys-reqREISUB can gain control again.

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

Title:
  1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0
  failed to flush

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

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


[Bug 1383555] Re: ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-10-22 Thread Kim Tyler
Error messages still appearing with upstream kernel.

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

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1383555] Re: ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-10-22 Thread Kim Tyler
Oct 22 09:57:54 pio kernel: [   26.272675] ieee80211 phy0: rt2x00_set_chip: 
Info - Chipset detected - rt: 2560, rf: 0003, rev: 0004
Oct 23 07:55:11 pio kernel: [   25.644870] ieee80211 phy0: rt2x00_set_chip: 
Info - Chipset detected - rt: 2560, rf: 0003, rev: 0004
Oct 23 08:40:30 pio kernel: [ 2744.448038] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
Oct 23 08:40:30 pio kernel: [ 2744.944066] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
Oct 23 08:40:30 pio kernel: [ 2745.104043] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
Oct 23 08:40:32 pio kernel: [ 2746.400047] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
kit284@pio:~$ uname -a
Linux pio 3.18.0-031800rc1-generic #201410192135 SMP Mon Oct 20 01:37:04 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
kit284@pio:~$ 

Please add the following tags

'kernel-bug-exists-upstream'
Confirmed

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1383555] Re: ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-10-21 Thread Kim Tyler
I have installed upstream kernel :- uname -a gives -

$ uname -a
Linux pio 3.18.0-031800rc1-generic #201410192135 SMP Mon Oct 20 01:37:04 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

Since it is currently an intermittent fault, I will run it for a couple
of days.

When I reported this fault originally for precise, I found the versions
where the changes in the kernel modules resulted in this fault.  Should
we look there to see what caused it?

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1383555] Re: ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-10-20 Thread Kim Tyler
I originally marked this as a bug in precise, but said that since it
seemed to fixed in later version of trusty, I wasn't going to follow up,
and it was closed.  It is now an issue again, annoying because of the
logs filling up, critical because of the lockup of the entire PC.

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1383555] [NEW] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-10-20 Thread Kim Tyler
Public bug reported:

Doesn't happen immediately after kernel reboot.  Will eventually cause
wireless connection to fail, and cause computer to lock up.  Need to use
ALT-SYSREQREISUB to reboot, as all other method frozen.  Fills up logs
with above messages many times per minute.  Originally happened with
precise pangolin repeatedly from boot, but I did fresh install of
trusty, and now is happening after a while from reboot.  (this
particular instance was 1 day or so after reboot)

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-37-generic 3.13.0-37.64
ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
Uname: Linux 3.13.0-37-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  kit284 2730 F pulseaudio
 /dev/snd/controlC2:  kit284 2730 F pulseaudio
CurrentDesktop: Unity
Date: Tue Oct 21 14:35:46 2014
HibernationDevice: RESUME=UUID=8bc3362d-e136-453f-bb6c-284013a5dd11
InstallationDate: Installed on 2014-10-01 (20 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
MachineType: CLEVO D900K
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=7f8ca46f-0efa-4971-b7fc-9b787d5b660f ro quiet splash
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-37-generic N/A
 linux-backports-modules-3.13.0-37-generic  N/A
 linux-firmware 1.127.7
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/06/2005
dmi.bios.vendor: Phoenix
dmi.bios.version: 4.06CJ15
dmi.board.name: D900K
dmi.board.vendor: CLEVO
dmi.board.version: VT8341B
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: No Enclosure
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenix:bvr4.06CJ15:bd12/06/2005:svnCLEVO:pnD900K:pvrVT8341B:rvnCLEVO:rnD900K:rvrVT8341B:cvnNoEnclosure:ct1:cvrN/A:
dmi.product.name: D900K
dmi.product.version: VT8341B
dmi.sys.vendor: CLEVO

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


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

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1318837] Re: 1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-08-26 Thread Kim Tyler
After latest updates, problem has gone away.  I will continue to use it
for a while to ensure that wireless doesn't freeze as it had beofre.
If, I will open new problem.

For me, please assume that this problem is fixed.

uname gives :- Linux host 3.13.0-34-generic #60-Ubuntu SMP Wed Aug 13
15:45:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0
  failed to flush

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

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


[Bug 1353730] Re: nfs4 daemon crashes, eventually PC locks up

2014-08-15 Thread Kim Tyler
further investigation :-

I have 4 partitions on 2 disks mounted in fstab, then these 4 partitions
(ext4) are mounted with bind to /exports for eventual nfs4 export.

After reboot, some of these partitions are mounted, (according to mount)
but are empty.  If these /exports bind directories are umounted, then
remounted with mount -a, then nfs-kernel-server restarted, there is no
problem.  It has been running without problem for some days now, when
before it would show crash in logs every day, and freeze once per day or
so.

It is a pain to have to log into the file server and jigger around with
mounts/exportfs manually, after every reboot.

Could it be that some of the directories are exported before the bind
mount is done, confusing the exportfs command?

Is there some delay or change of dependencies in boot up that could
delay the exportfs until all directories are correctly mounted?

Is there some problem with nfs4 facls as noted with other launchpad
bugs?

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

Title:
  nfs4 daemon crashes, eventually PC locks up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-lts-backport-oneiric/+bug/1353730/+subscriptions

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


[Bug 1353730] [NEW] nfs4 daemon crashes, eventually PC locks up

2014-08-06 Thread Kim Tyler
Public bug reported:

Aug  7 01:05:46 mike kernel: [60329.252525] PGD 5b4ac067 PUD 5b4ad067 PMD 0 
Aug  7 01:05:46 mike kernel: [60329.252532] Oops:  [#1] SMP 
Aug  7 01:05:46 mike kernel: [60329.252538] Modules linked in: rfcomm bnep 
bluetooth nfsd auth_rpcgss nfs_acl nfs lockd sunrpc fscache ir_lirc_codec 
lirc_dev ir_mce_kbd_decoder ir_sanyo_decoder ir_sony_decoder ir_jvc_decoder 
ir_rc6_decoder ir_nec_decoder ir_rc5_decoder fc0012 rtl2832 dvb_usb_rtl28xxu 
rtl2830 dvb_usb_v2 dvb_core rc_core nvidia(POF) snd_intel8x0 snd_ac97_codec 
ac97_bus snd_pcm snd_page_alloc snd_seq_midi snd_seq_midi_event serio_raw 
snd_rawmidi k8temp edac_core edac_mce_amd snd_seq snd_seq_device usblp 
snd_timer snd soundcore i2c_nforce2 mac_hid parport_pc ppdev lp parport 
zfs(POF) zunicode(POF) zavl(POF) zcommon(POF) znvpair(POF) spl(OF) hid_generic 
usbhid pata_acpi hid firewire_ohci firewire_core psmouse e100 forcedeth mii 
crc_itu_t sata_nv pata_amd
Aug  7 01:05:46 mike kernel: [60329.252626] CPU: 0 PID: 2099 Comm: nfsd 
Tainted: PF  O 3.13.0-32-generic #57-Ubuntu
Aug  7 01:05:46 mike kernel: [60329.252632] Hardware name:/GA-K8N Pro-SLI, 
BIOS F4 07/16/2005
Aug  7 01:05:46 mike kernel: [60329.252638] task: 880060f5c7d0 ti: 
88005b42e000 task.ti: 88005b42e000
Aug  7 01:05:46 mike kernel: [60329.252642] RIP: 0010:[a0fbb06b]  
[a0fbb06b] set_nfsv4_acl_one+0x1b/0x90 [nfsd]
Aug  7 01:05:46 mike kernel: [60329.252660] RSP: 0018:88005b42fcf8  EFLAGS: 
00010246
Aug  7 01:05:46 mike kernel: [60329.252664] RAX:  RBX: 
88002e9f3d80 RCX: 008036d0
Aug  7 01:05:46 mike kernel: [60329.252668] RDX: a0fe86e7 RSI: 
 RDI: 88002e9f3d80
Aug  7 01:05:46 mike kernel: [60329.252672] RBP: 88005b42fd20 R08: 
000171e0 R09: 88007fc171e0
Aug  7 01:05:46 mike kernel: [60329.252676] R10: ea282500 R11: 
a0fbb0c7 R12: 
Aug  7 01:05:46 mike kernel: [60329.252680] R13: 88002e9f3d80 R14: 
a0fe86e7 R15: 0660
Aug  7 01:05:46 mike kernel: [60329.252685] FS:  7f62c5fb5780() 
GS:88007fc0() knlGS:
Aug  7 01:05:46 mike kernel: [60329.252689] CS:  0010 DS:  ES:  CR0: 
8005003b
Aug  7 01:05:46 mike kernel: [60329.252693] CR2: 0010 CR3: 
5b4ab000 CR4: 07f0
Aug  7 01:05:46 mike kernel: [60329.252697] Stack:
Aug  7 01:05:46 mike kernel: [60329.252700]  88002e9f3d80 88000a094940 
88005c2540b0 880060fe
Aug  7 01:05:46 mike kernel: [60329.252707]  0660 88005b42fd60 
a0fbb492 880060fe
Aug  7 01:05:46 mike kernel: [60329.252714]  88000a094900  
880060fe8040 8800667ee240
Aug  7 01:05:46 mike kernel: [60329.252720] Call Trace:
Aug  7 01:05:46 mike kernel: [60329.252740]  [a0fbb492] 
nfsd4_set_nfs4_acl+0x122/0x130 [nfsd]
Aug  7 01:05:46 mike kernel: [60329.252759]  [a0fc8f5d] 
nfsd4_setattr+0x10d/0x1a0 [nfsd]
Aug  7 01:05:46 mike kernel: [60329.252777]  [a0fca5ca] 
nfsd4_proc_compound+0x56a/0x7c0 [nfsd]
Aug  7 01:05:46 mike kernel: [60329.252792]  [a0fb6d2b] 
nfsd_dispatch+0xbb/0x200 [nfsd]
Aug  7 01:05:46 mike kernel: [60329.252838]  [a0f1162d] 
svc_process_common+0x46d/0x6d0 [sunrpc]
Aug  7 01:05:46 mike kernel: [60329.252864]  [a0f11997] 
svc_process+0x107/0x170 [sunrpc]
Aug  7 01:05:46 mike kernel: [60329.252879]  [a0fb671f] 
nfsd+0xbf/0x130 [nfsd]
Aug  7 01:05:46 mike kernel: [60329.252894]  [a0fb6660] ? 
nfsd_destroy+0x80/0x80 [nfsd]
Aug  7 01:05:46 mike kernel: [60329.252904]  [8108b3d2] 
kthread+0xd2/0xf0
Aug  7 01:05:46 mike kernel: [60329.252911]  [8108b300] ? 
kthread_create_on_node+0x1d0/0x1d0
Aug  7 01:05:46 mike kernel: [60329.252922]  [8172c5bc] 
ret_from_fork+0x7c/0xb0
Aug  7 01:05:46 mike kernel: [60329.252928]  [8108b300] ? 
kthread_create_on_node+0x1d0/0x1d0
Aug  7 01:05:46 mike kernel: [60329.252932] Code: eb e6 66 66 66 66 66 2e 0f 1f 
84 00 00 00 00 00 66 66 66 66 90 55 48 89 e5 41 57 41 56 49 89 d6 41 55 49 89 
fd 41 54 49 89 f4 53 48 63 46 10 be d0 00 00 00 4c 8d 3c c5 04 00 00 00 4c 89 
ff e8 
Aug  7 01:05:46 mike kernel: [60329.253003]  RSP 88005b42fcf8
Aug  7 01:05:46 mike kernel: [60329.253006] CR2: 0010
Aug  7 01:05:46 mike kernel: [60329.253012] ---[ end trace 737bd44e2270bead ]---



and



Aug  7 03:00:10 mike kernel: [67193.680580] PGD 36391067 PUD 36392067 PMD 0 
Aug  7 03:00:10 mike kernel: [67193.680588] Oops:  [#2] SMP 
Aug  7 03:00:10 mike kernel: [67193.680594] Modules linked in: rfcomm bnep 
bluetooth nfsd auth_rpcgss nfs_acl nfs lockd sunrpc fscache ir_lirc_codec 
lirc_dev ir_mce_kbd_decoder ir_sanyo_decoder ir_sony_decoder ir_jvc_decoder 
ir_rc6_decoder ir_nec_decoder ir_rc5_decoder fc0012 rtl2832 dvb_usb_rtl28xxu 
rtl2830 dvb_usb_v2 dvb_core rc_core nvidia(POF) snd_intel8x0 

[Bug 1318837] Re: 1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-06-25 Thread Kim Tyler
I don't know how to download the particular versions 3.14.0-RC2 and
3.14.0-RC3, as RC2 is bad and RC3 is good (relatively).

eg, what version number do I put in for the following example, given the
about versions?  :-

git bisect good v3.13-rc4

How do I list the available kernels in git?


I can't use the standard nouveau drivers, as my machine will shutdown after an 
indeterminate time, with (sometimes) the following as the last entry in logs :- 
(eg)
--
Jun 19 14:31:54 pio kernel: [ 1502.785768] nouveau  [  PTHERM][:02:00.0] 
temperature (95 C) hit the 'downclock' threshold
--

If I use the proprietary nvidia drivers, the screen will go black at
different times, for different lengths of time, and also have crazy
patterns that eventually clear to normal.  I use dual screen, and
sometimes the extension screen goes black and I have to pan around
on primary screen to get to windows.  Also, when booting into the new
kernel, the DKMS doesn't work, so I have to use the nouveau drivers,
with the above problem.

All in all, it seems is too much trouble for me to debug.

As the wireless is broken, and the video is not working with standard
open drivers or proprietary drivers, it looks as though trusty is a
flakey release, and is not worth the considerable trouble to fix.

So, since this LTS is no good on my hardware, and little prospect of
being fixed in the near future, it looks like I'll have to wait for the
next LTS before I upgrade.

*sigh*

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

Title:
  1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0
  failed to flush

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

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


[Bug 1318837] Re: 1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-06-06 Thread Kim Tyler
I've tried many of the intructions, but am unable to download the
appropriate git kernel sources, and do not know enough about how to
manipulate the repositories to be able to be any help.

In the meantime, the current updated kernel 3.13.0-29 still has the same error, 
but now ubuntu trusty crashes and the machine halts.  The /var/log/messages 
shows the following :-
= start of messages slice 
=
Jun  6 13:09:47 pio kernel: [ 2458.080062] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
Jun  6 13:09:52 pio kernel: [ 2462.224039] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
Jun  6 13:09:56 pio kernel: [ 2466.624043] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
Jun  6 13:09:58 pio kernel: [ 2468.260046] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@Jun
  6 13:28:25 pio rsyslogd: [origin software=rsyslogd swVersion=7.4.4 
x-pid=589 x-info=http://www.rsyslog.com;] start
Jun  6 13:28:25 pio rsyslogd: rsyslogd's groupid changed to 104
Jun  6 13:28:25 pio rsyslogd: rsyslogd's userid changed to 101
 end of slice 


also, the appears to be problem during the booting, see following from
/var/log/messages :-

Jun  6 13:28:25 pio kernel: [   14.463208] [ cut here ]
Jun  6 13:28:25 pio kernel: [   14.463217] WARNING: CPU: 1 PID: 329 at 
/home/apw/COD/linux/drivers/pnp/pnpacpi/core.c:97 pnpacpi_set_resources+
0x12f/0x140()
Jun  6 13:28:25 pio kernel: [   14.463219] Modules linked in: nsc_ircc(+) 
shpchp mac_hid video irda crc_ccitt parport_pc ppdev lp parport pata_
acpi psmouse firewire_ohci r8169 firewire_core sata_via pata_via mii crc_itu_t
Jun  6 13:28:25 pio kernel: [   14.463236] CPU: 1 PID: 329 Comm: systemd-udevd 
Not tainted 3.14.0-031400rc3-generic #201402201029
Jun  6 13:28:25 pio kernel: [   14.463238] Hardware name: CLEVO D900K/D900K, 
BIOS 4.06CJ1512/06/2005
Jun  6 13:28:25 pio kernel: [   14.463241]  0061 88003660dac8 
817592e6 22b4
Jun  6 13:28:25 pio kernel: [   14.463245]   88003660db08 
8106ab8c 88003660db40
Jun  6 13:28:25 pio kernel: [   14.463248]  88007c252400 a00c8100 
88007d01bac8 
Jun  6 13:28:25 pio kernel: [   14.463251] Call Trace:
Jun  6 13:28:25 pio kernel: [   14.463259]  [817592e6] 
dump_stack+0x46/0x58
Jun  6 13:28:25 pio kernel: [   14.463264]  [8106ab8c] 
warn_slowpath_common+0x8c/0xc0
Jun  6 13:28:25 pio kernel: [   14.463268]  [8106abda] 
warn_slowpath_null+0x1a/0x20
Jun  6 13:28:25 pio kernel: [   14.463271]  [8143b5cf] 
pnpacpi_set_resources+0x12f/0x140
Jun  6 13:28:25 pio kernel: [   14.463275]  [81439376] 
pnp_start_dev+0x46/0x80
Jun  6 13:28:25 pio kernel: [   14.463278]  [814394b0] 
pnp_activate_dev+0x40/0x60
Jun  6 13:28:25 pio kernel: [   14.463281]  [814377c0] 
pnp_device_probe+0xa0/0xf0
Jun  6 13:28:25 pio kernel: [   14.463285]  [814adb62] ? 
driver_sysfs_add+0x82/0xb0
Jun  6 13:28:25 pio kernel: [   14.463288]  [814add9f] 
really_probe+0x7f/0x350
Jun  6 13:28:25 pio kernel: [   14.463291]  [814ae1f7] 
driver_probe_device+0x47/0xa0
Jun  6 13:28:25 pio kernel: [   14.463294]  [814ae2fb] 
__driver_attach+0xab/0xb0
Jun  6 13:28:25 pio kernel: [   14.463297]  [814ae250] ? 
driver_probe_device+0xa0/0xa0
Jun  6 13:28:25 pio kernel: [   14.463300]  [814ac0be] 
bus_for_each_dev+0x5e/0x90
Jun  6 13:28:25 pio kernel: [   14.463303]  [814ad96e] 
driver_attach+0x1e/0x20
Jun  6 13:28:25 pio kernel: [   14.463306]  [814ad474] 
bus_add_driver+0x124/0x260
Jun  6 13:28:25 pio kernel: [   14.463311]  [a00e149b] ? 
nsc_ircc_open+0x49b/0x49b [nsc_ircc]
Jun  6 13:28:25 pio kernel: [   14.463314]  [814aea14] 
driver_register+0x64/0xf0
Jun  6 13:28:25 pio kernel: [   14.463318]  [a00e149b] ? 
nsc_ircc_open+0x49b/0x49b [nsc_ircc]
Jun  6 13:28:25 pio kernel: [   14.463322]  [814374c1] 
pnp_register_driver+0x21/0x30
Jun  6 13:28:25 pio kernel: [   14.463325]  [a00e14f8] 

[Bug 1318837] Re: 1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-05-25 Thread Kim Tyler
have tried many kernels from mainline kernels

kernels from current, up to and including 3.14.0-rc2 exhibit error as
described above.

kernels 3.14.0-rc3 and above DO NOT exhibit error as descibed above.

I have looked at changes log for for 3.14.0-rc3 for obvious changes that
may be implicated, and found following candidate (search on phy) (this
may or may not be the solution)

Andrew Lunn (3):
  drivers: phy: Make NULL a valid phy reference
  drivers: phy: Add support for optional phys
  ata: sata_mv: Fix probe failures with optional phys

I'm not sure where to go from here, or if this is helpful. Please
advise.

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

Title:
  1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0
  failed to flush

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

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


[Bug 1318837] Re: ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-05-22 Thread Kim Tyler
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1318837] Re: ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-05-20 Thread Kim Tyler
kernel-fixed-upstream

The kernel from  http://kernel.ubuntu.com/~kernel-
ppa/mainline/v3.15-rc5-utopic/ fixes the problem. (no filling of logs
with message ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0
failed to flush.)

  It has other problems, but since it is an RC, will wait for further
releases.

(not sure how to add the requisite tag)

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1318837] [NEW] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-05-12 Thread Kim Tyler
Public bug reported:

Happens continuously after boot/reboot, finally fails, followed by
authentication failure.  Happens 100% of the time.

Doesn't happen with 12.04 Precise. (clean install of trusty to separate
partition)

cat /proc/version_signature 
Ubuntu 3.13.0-24.47-generic 3.13.9

sudo lspci -vnvn
00:00.0 Host bridge [0600]: VIA Technologies, Inc. K8T890 Host Bridge 
[1106:0238]
Subsystem: CLEVO/KAPOK Computer Device [1558:0901]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort+ SERR- PERR- INTx-
Latency: 16
Region 0: Memory at ignored (32-bit, prefetchable) [size=256M]
Capabilities: [80] AGP version 3.0
Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 
64bit- FW- AGP3- Rate=x1,x2,x4
Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW- 
Rate=none
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [60] HyperTransport: Slave or Primary Interface
Command: BaseUnitID=0 UnitCnt=3 MastHost- DefDir- DUL-
Link Control 0: CFlE- CST- CFE- LkFail- Init+ EOC- TXO- 
CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
Link Config 0: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit 
DwFcInEn- LWO=16bit DwFcOutEn-
Link Control 1: CFlE- CST- CFE- LkFail+ Init- EOC+ TXO+ 
CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
Link Config 1: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=8bit 
DwFcInEn- LWO=8bit DwFcOutEn-
Revision ID: 1.02
Link Frequency 0: 1.0GHz
Link Error 0: Prot- Ovfl- EOC- CTLTm-
Link Frequency Capability 0: 200MHz+ 300MHz- 400MHz+ 500MHz- 
600MHz+ 800MHz+ 1.0GHz+ 1.2GHz- 1.4GHz- 1.6GHz- Vend-
Feature Capability: IsocFC- LDTSTOP+ CRCTM- ECTLT- 64bA- UIDRD-
Link Frequency 1: 200MHz
Link Error 1: Prot- Ovfl- EOC- CTLTm-
Link Frequency Capability 1: 200MHz- 300MHz- 400MHz- 500MHz- 
600MHz- 800MHz- 1.0GHz- 1.2GHz- 1.4GHz- 1.6GHz- Vend-
Error Handling: PFlE- OFlE- PFE- OFE- EOCFE- RFE- CRCFE- 
SERRFE- CF- RE- PNFE- ONFE- EOCNFE- RNFE- CRCNFE- SERRNFE-
Prefetchable memory behind bridge Upper: 00-00
Bus Number: 00
Capabilities: [58] HyperTransport: Interrupt Discovery and Configuration
Kernel driver in use: agpgart-amd64

00:00.1 Host bridge [0600]: VIA Technologies, Inc. K8T890 Host Bridge 
[1106:1238]
Subsystem: CLEVO/KAPOK Computer Device [1558:0901]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0

00:00.2 Host bridge [0600]: VIA Technologies, Inc. K8T890 Host Bridge 
[1106:2238]
Subsystem: CLEVO/KAPOK Computer Device [1558:0901]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0

00:00.3 Host bridge [0600]: VIA Technologies, Inc. K8T890 Host Bridge 
[1106:3238]
Subsystem: CLEVO/KAPOK Computer Device [1558:0901]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0

00:00.4 Host bridge [0600]: VIA Technologies, Inc. K8T890 Host Bridge 
[1106:4238]
Subsystem: CLEVO/KAPOK Computer Device [1558:0901]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0

00:00.5 PIC [0800]: VIA Technologies, Inc. K8T890 I/O APIC Interrupt Controller 
[1106:5238] (prog-if 20 [IO(X)-APIC])
Subsystem: CLEVO/KAPOK Computer Device [1558:0901]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0

00:00.7 Host bridge [0600]: VIA Technologies, Inc. K8T890 Host Bridge 
[1106:7238]
Subsystem: CLEVO/KAPOK Computer Device [1558:0901]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- 

[Bug 1318837] Re: ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-05-12 Thread Kim Tyler
apport information

** Tags added: apport-collected trusty

** Description changed:

  Happens continuously after boot/reboot, finally fails, followed by
  authentication failure.  Happens 100% of the time.
  
  Doesn't happen with 12.04 Precise. (clean install of trusty to separate
  partition)
  
  cat /proc/version_signature 
  Ubuntu 3.13.0-24.47-generic 3.13.9
  
  sudo lspci -vnvn
  00:00.0 Host bridge [0600]: VIA Technologies, Inc. K8T890 Host Bridge 
[1106:0238]
Subsystem: CLEVO/KAPOK Computer Device [1558:0901]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort+ SERR- PERR- INTx-
Latency: 16
Region 0: Memory at ignored (32-bit, prefetchable) [size=256M]
Capabilities: [80] AGP version 3.0
Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 
64bit- FW- AGP3- Rate=x1,x2,x4
Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW- 
Rate=none
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [60] HyperTransport: Slave or Primary Interface
Command: BaseUnitID=0 UnitCnt=3 MastHost- DefDir- DUL-
Link Control 0: CFlE- CST- CFE- LkFail- Init+ EOC- TXO- 
CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
Link Config 0: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit 
DwFcInEn- LWO=16bit DwFcOutEn-
Link Control 1: CFlE- CST- CFE- LkFail+ Init- EOC+ TXO+ 
CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
Link Config 1: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=8bit 
DwFcInEn- LWO=8bit DwFcOutEn-
Revision ID: 1.02
Link Frequency 0: 1.0GHz
Link Error 0: Prot- Ovfl- EOC- CTLTm-
Link Frequency Capability 0: 200MHz+ 300MHz- 400MHz+ 500MHz- 
600MHz+ 800MHz+ 1.0GHz+ 1.2GHz- 1.4GHz- 1.6GHz- Vend-
Feature Capability: IsocFC- LDTSTOP+ CRCTM- ECTLT- 64bA- UIDRD-
Link Frequency 1: 200MHz
Link Error 1: Prot- Ovfl- EOC- CTLTm-
Link Frequency Capability 1: 200MHz- 300MHz- 400MHz- 500MHz- 
600MHz- 800MHz- 1.0GHz- 1.2GHz- 1.4GHz- 1.6GHz- Vend-
Error Handling: PFlE- OFlE- PFE- OFE- EOCFE- RFE- CRCFE- 
SERRFE- CF- RE- PNFE- ONFE- EOCNFE- RNFE- CRCNFE- SERRNFE-
Prefetchable memory behind bridge Upper: 00-00
Bus Number: 00
Capabilities: [58] HyperTransport: Interrupt Discovery and Configuration
Kernel driver in use: agpgart-amd64
  
  00:00.1 Host bridge [0600]: VIA Technologies, Inc. K8T890 Host Bridge 
[1106:1238]
Subsystem: CLEVO/KAPOK Computer Device [1558:0901]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
  
  00:00.2 Host bridge [0600]: VIA Technologies, Inc. K8T890 Host Bridge 
[1106:2238]
Subsystem: CLEVO/KAPOK Computer Device [1558:0901]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
  
  00:00.3 Host bridge [0600]: VIA Technologies, Inc. K8T890 Host Bridge 
[1106:3238]
Subsystem: CLEVO/KAPOK Computer Device [1558:0901]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
  
  00:00.4 Host bridge [0600]: VIA Technologies, Inc. K8T890 Host Bridge 
[1106:4238]
Subsystem: CLEVO/KAPOK Computer Device [1558:0901]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
  
  00:00.5 PIC [0800]: VIA Technologies, Inc. K8T890 I/O APIC Interrupt 
Controller [1106:5238] (prog-if 20 [IO(X)-APIC])
Subsystem: CLEVO/KAPOK Computer Device [1558:0901]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
  
  00:00.7 Host bridge [0600]: VIA Technologies, Inc. K8T890 Host Bridge 
[1106:7238]
Subsystem: CLEVO/KAPOK Computer Device [1558:0901]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- 

[Bug 1318837] BootDmesg.txt

2014-05-12 Thread Kim Tyler
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1318837/+attachment/4110993/+files/BootDmesg.txt

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1318837] CRDA.txt

2014-05-12 Thread Kim Tyler
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1318837/+attachment/4110994/+files/CRDA.txt

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1318837] Lspci.txt

2014-05-12 Thread Kim Tyler
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1318837/+attachment/4110997/+files/Lspci.txt

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1318837] Lsusb.txt

2014-05-12 Thread Kim Tyler
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1318837/+attachment/4110998/+files/Lsusb.txt

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1318837] IwConfig.txt

2014-05-12 Thread Kim Tyler
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1318837/+attachment/4110996/+files/IwConfig.txt

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1318837] ProcCpuinfo.txt

2014-05-12 Thread Kim Tyler
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1318837/+attachment/4110999/+files/ProcCpuinfo.txt

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1318837] CurrentDmesg.txt

2014-05-12 Thread Kim Tyler
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1318837/+attachment/4110995/+files/CurrentDmesg.txt

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1318837] RfKill.txt

2014-05-12 Thread Kim Tyler
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1318837/+attachment/4111004/+files/RfKill.txt

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1318837] ProcInterrupts.txt

2014-05-12 Thread Kim Tyler
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1318837/+attachment/4111001/+files/ProcInterrupts.txt

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1318837] ProcModules.txt

2014-05-12 Thread Kim Tyler
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1318837/+attachment/4111002/+files/ProcModules.txt

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1318837] Re: ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-05-12 Thread Kim Tyler
added apport, changed status to confirmed as requested via email

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1318837] UdevLog.txt

2014-05-12 Thread Kim Tyler
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1318837/+attachment/4111006/+files/UdevLog.txt

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1318837] UdevDb.txt

2014-05-12 Thread Kim Tyler
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1318837/+attachment/4111005/+files/UdevDb.txt

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1318837] PulseList.txt

2014-05-12 Thread Kim Tyler
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1318837/+attachment/4111003/+files/PulseList.txt

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1318837] WifiSyslog.txt

2014-05-12 Thread Kim Tyler
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1318837/+attachment/4111007/+files/WifiSyslog.txt

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

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 1318837] ProcEnviron.txt

2014-05-12 Thread Kim Tyler
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1318837/+attachment/4111000/+files/ProcEnviron.txt

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

Title:
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to
  flush

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

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


[Bug 414724] Re: wl driver (Broadcom) does not receive ARP packets (broadcasts)

2013-05-22 Thread Kim Tyler
Same chhipset, same problem, HP DM2, Ubuntu precise, wl module

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

Title:
  wl driver (Broadcom) does not receive ARP packets (broadcasts)

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

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


[Bug 175836] Re: compiz.real crashed with SIGSEGV in g_slice_alloc()

2012-09-26 Thread Kim Tyler
happened just after logging into unity

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

Title:
  compiz.real crashed with SIGSEGV in g_slice_alloc()

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

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


Re: [Bug 917757] Re: cheese crashed with SIGSEGV in cheese_camera_set_device_by_dev_uuid()

2012-06-30 Thread Kim Tyler
Hi, the one specified in the text above, viz.  ppa:roignac/cheese-daily


(Vadim Rutkovsky (roignac) https://launchpad.net/%7Eroignac wrote on 
2012-06-18: )

On 30/06/12 13:52, deschmit wrote:
 what ppa do you use?


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

Title:
  cheese crashed with SIGSEGV in cheese_camera_set_device_by_dev_uuid()

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

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


Re: [Bug 917757] Re: cheese crashed with SIGSEGV in cheese_camera_set_device_by_dev_uuid()

2012-06-20 Thread Kim Tyler
Hi,

So, if you open a terminal, and type in cheese without the quotes, 
what do you get?
(you could cut and paste in email for me)

As well, could you also try the following line :-

dpkg -l | grep cheese

Cheers,

Kim

On 20/06/12 20:47, Tony Ware wrote:
 Hi Kim
 Thanks very much for the info. Have done it all but Cheese still will
 not open all I get is an error report box.

 Best Regards

 Tony

 On 19/06/12 14:28, Kim Tyler wrote:
 After downloading the packages from the ppa (I didn't want to include
 the ppa in my repositories) I did a dpkg -icheese package names

 In detail, after downloading the amd64 bit packages from the ppa into a
 local directory, (I wasn't interested int he dev packages)


 sudo apt-get remove cheese cheese-common libcheese-gtk21 libcheese3

 (below is all one line)

 sudo dpkg -i
 cheese_3.5.1-0ubuntu3~201206171022+git4558781~precise1_amd64.deb
 libcheese-gtk21_3.5.1-0ubuntu3~201206171022+git4558781~precise1_amd64.deb 
 libcheese3_3.5.1-0ubuntu3~201206171022+git4558781~precise1_amd64.deb
 cheese-common_3.5.1-0ubuntu3~201206171022+git4558781~precise1_all.deb

 (Note - dpkg is the basic command for adding and removing packages -
 other programs like aptitude and apt-get and gdebi are built around it
 and provide more functionality)

 I hope the above helps, if not, send me another email.

 Cheers and good luck,

 Kim

 On 19/06/12 19:02, Tony Ware wrote:
 How do I do this? I know the removal bit but not ppa dpkg -i

 On 19/06/12 00:32, Kim Tyler wrote:
 Confirm not crashing.  (deleted distro cheese using apt-get remove,
 installed new cheese from ppa using dpkg -i).

 Working again! (yay!).

 NOTE:- many, many resolution options.


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

Title:
  cheese crashed with SIGSEGV in cheese_camera_set_device_by_dev_uuid()

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

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


Re: [Bug 917757] Re: cheese crashed with SIGSEGV in cheese_camera_set_device_by_dev_uuid()

2012-06-20 Thread Kim Tyler
(It would be better to mail me directly kit...@gmail.com with your 
direct email address)

Cheers,
Kim

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

Title:
  cheese crashed with SIGSEGV in cheese_camera_set_device_by_dev_uuid()

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

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


Re: [Bug 917757] Re: cheese crashed with SIGSEGV in cheese_camera_set_device_by_dev_uuid()

2012-06-19 Thread Kim Tyler
After downloading the packages from the ppa (I didn't want to include 
the ppa in my repositories) I did a dpkg -i cheese package names

In detail, after downloading the amd64 bit packages from the ppa into a 
local directory, (I wasn't interested int he dev packages)


sudo apt-get remove cheese cheese-common libcheese-gtk21 libcheese3

(below is all one line)

sudo dpkg -i 
cheese_3.5.1-0ubuntu3~201206171022+git4558781~precise1_amd64.deb 
libcheese-gtk21_3.5.1-0ubuntu3~201206171022+git4558781~precise1_amd64.deb 
libcheese3_3.5.1-0ubuntu3~201206171022+git4558781~precise1_amd64.deb 
cheese-common_3.5.1-0ubuntu3~201206171022+git4558781~precise1_all.deb

(Note - dpkg is the basic command for adding and removing packages - 
other programs like aptitude and apt-get and gdebi are built around it 
and provide more functionality)

I hope the above helps, if not, send me another email.

Cheers and good luck,

Kim

On 19/06/12 19:02, Tony Ware wrote:
 How do I do this? I know the removal bit but not ppa dpkg -i

 On 19/06/12 00:32, Kim Tyler wrote:
 Confirm not crashing.  (deleted distro cheese using apt-get remove,
 installed new cheese from ppa using dpkg -i).

 Working again! (yay!).

 NOTE:- many, many resolution options.


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

Title:
  cheese crashed with SIGSEGV in cheese_camera_set_device_by_dev_uuid()

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

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


[Bug 917757] Re: cheese crashed with SIGSEGV in cheese_camera_set_device_by_dev_uuid()

2012-06-18 Thread Kim Tyler
Confirm not crashing.  (deleted distro cheese using apt-get remove,
installed new cheese from ppa using dpkg -i).

Working again! (yay!).

NOTE:- many, many resolution options.

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

Title:
  cheese crashed with SIGSEGV in cheese_camera_set_device_by_dev_uuid()

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

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


[Bug 939191] Re: mythfrontend.real crashed with SIGSEGV in reloadTheme()

2012-04-07 Thread Kim Tyler
This is not occuring anymore.  I was trying to configure mythtv backend,
and it kept on crashing.  By hand configuration of text files, it was
enogh to get most of it going and bypass the above problem.

This problem is not occurring anymore - fixed?  Please close if
appropriate

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

Title:
  mythfrontend.real crashed with SIGSEGV in reloadTheme()

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

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


[Bug 969589] Re: unity-greeter continually crashing and restarting

2012-04-04 Thread Kim Tyler
After last set of updates today, the problem has gone away.  I have
restarted several times and unity-greeter does not crash.  I did notice
however, that the background image of the selected user comes up in
unity-greeter if it is a static image.  If it is a changing image, you
get the default unity-greeter image.  Presuming this is by design.

This bug is fixed for me.  Hopefully, for all others as well.

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

Title:
  unity-greeter continually crashing and restarting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/969589/+subscriptions

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


[Bug 969589] Re: unity-greeter continually crashing and restarting

2012-04-03 Thread Kim Tyler
If you change the unity-greeter to another user without it crashing
(continually hitting up and down arrows while unity-greeter is
crashing), you can change back to your normal user and log in as normal.
Loging out will cause the problems to recommence.

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

Title:
  unity-greeter continually crashing and restarting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/969589/+subscriptions

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


[Bug 969589] Re: unity-greeter continually crashing and restarting

2012-04-01 Thread Kim Tyler
I can confirm that using the up-down arrow keys at the login prompt
(while unity-greeter is continually crashing and restarting) to try to
cycle between usual user, another user and the guest session will
eventually cause the unity-greeter to stop crashing, and allow the user
to log in as usual with any of the users.

After logging out normally, the cycle of crash-restart of unity-greeter
continues, but can be recovered as detailed above.

Replacing the usual user with a blank home directory (with correct
permissions) makes no difference.

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

Title:
  unity-greeter continually crashing and restarting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/969589/+subscriptions

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


[Bug 969589] Re: unity-greeter continually crashing and restarting

2012-03-30 Thread Kim Tyler
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/969589

Title:
  unity-greeter continually crashing and restarting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/969589/+subscriptions

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


[Bug 969589] [NEW] unity-greeter continually crashing and restarting

2012-03-30 Thread Kim Tyler
Public bug reported:

Mar 31 07:45:58 eeepc kernel: [44854.125767] unity-greeter[20806]: segfault at 
0 ip 080509ce sp bf877090 error 4 in unity-greeter[8048000+2b000]
Mar 31 07:45:58 eeepc kernel: [44854.694043] composite sync not supported
Mar 31 07:45:59 eeepc kernel: [44855.162691] composite sync not supported
Mar 31 07:46:00 eeepc kernel: [44856.666181] composite sync not supported
Mar 31 07:46:01 eeepc kernel: [44857.812117] composite sync not supported
Mar 31 07:46:04 eeepc kernel: [44860.492411] unity-greeter[20933]: segfault at 
0 ip 080509ce sp bfc4c8d0 error 4 in unity-greeter[8048000+2b000]

--

Happened just after latest update/upgrade

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
Uname: Linux 3.2.0-20-generic i686
.tmp.unity.support.test.0:
 
.tmp.unity.support.test.1:
 
ApportVersion: 2.0-0ubuntu1
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Sat Mar 31 07:47:27 2012
DistUpgraded: 2012-03-27 21:09:38,596 DEBUG enabling apt cron job
DistroCodename: precise
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110901)
MachineType: ASUSTeK Computer INC. 1000HD
ProcEnviron:
 LANGUAGE=en_AU:en
 TERM=xterm
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-20-generic 
root=UUID=3a32f068-f4ff-410b-a262-c287b0caffd9 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg crash
UpgradeStatus: Upgraded to precise on 2012-03-27 (3 days ago)
dmi.bios.date: 07/11/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0601
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1000HD
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTek Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd07/11/2008:svnASUSTeKComputerINC.:pn1000HD:pvrx.x:rvnASUSTeKComputerINC.:rn1000HD:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
dmi.product.name: 1000HD
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.
version.compiz: compiz 1:0.9.7.2-0ubuntu4
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu8
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: unity-greeter (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug crash i386 precise reproducible ubuntu

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

Title:
  unity-greeter continually crashing and restarting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/969589/+subscriptions

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


[Bug 969589] Re: unity-greeter continually crashing and restarting

2012-03-30 Thread Kim Tyler
have to remotely ssh in to kill lightdm - very difficult on console
because screen continually changes console

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

Title:
  unity-greeter continually crashing and restarting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/969589/+subscriptions

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


Re: [Bug 969589] Re: unity-greeter continually crashing and restarting

2012-03-30 Thread Kim Tyler
Exactly - I installed ssh server and remotely logged in to kill lightdm 
- much easier.  With ssh -X, you can remotely use windows.

Cheers,

On 31/03/12 09:26, Paul White wrote:
 I'm going to mark this as also affects me as I've also experienced
 this bug twice this week.

 The screen refresh make it impossible to log in and I cannot switch to a
 tty to kill lightdm.

 I'm now using gdm as my system is unusable with lightdm due to this
 bug.


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

Title:
  unity-greeter continually crashing and restarting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/969589/+subscriptions

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


Re: [Bug 856423] Re: [i915gm] GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x7d8e0001

2011-10-25 Thread Kim Tyler
No - looking good.

Cheers,

Kim

On 26/10/11 09:30, Bryce Harrington wrote:
 Hi, just checking back in for status.  Have you seen more of these
 lockups since the release or within the last few weeks?

 ** Changed in: xserver-xorg-video-intel (Ubuntu)
 Status: Triaged =  Incomplete


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

Title:
  [i915gm] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x7d8e0001

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/856423/+subscriptions

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


Re: [Bug 863760] Re: [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x7f800006

2011-10-12 Thread Kim Tyler
No.  Just the dialogue box pop-up.

On 13/10/11 04:07, Bryce Harrington wrote:
 Hi Kim, did your computer actually freeze / lock up after this?  From
 the logs it appears the gpu hung but immediately reset itself.

 Did you experience any symptoms other than the crash dialog popping up?

 ** Changed in: xserver-xorg-video-intel (Ubuntu)
 Status: New =  Incomplete


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

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x7f86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/863760/+subscriptions

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


[Bug 869695] [NEW] [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x01000000

2011-10-06 Thread Kim Tyler
*** This bug is a duplicate of bug 862523 ***
https://bugs.launchpad.net/bugs/862523

Public bug reported:

after update (new kernel), reboot and login to unity

ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu2
Architecture: i386
Chipset: i915gm
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Fri Oct  7 14:20:01 2011
DistUpgraded: Log time: 2011-09-23 07:46:23.173842
DistroCodename: oneiric
DistroVariant: ubuntu
DuplicateSignature: [i915gm] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100 
render.IPEHR: 0x0100 Ubuntu 11.10
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller 
[8086:2592] (rev 04) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:82d9]
   Subsystem: ASUSTeK Computer Inc. Device [1043:82d9]
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110901)
InterpreterPath: /usr/bin/python2.7
MachineType: ASUSTeK Computer INC. 1000HD
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=3a32f068-f4ff-410b-a262-c287b0caffd9 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+7ubuntu7
 libdrm2  2.4.26-1ubuntu1
 xserver-xorg-video-intel 2:2.15.901-1ubuntu2
SourcePackage: xserver-xorg-video-intel
Title: [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100 
render.IPEHR: 0x0100
UpgradeStatus: Upgraded to oneiric on 2011-09-22 (14 days ago)
UserGroups:
 
dmi.bios.date: 07/11/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0601
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1000HD
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTek Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd07/11/2008:svnASUSTeKComputerINC.:pn1000HD:pvrx.x:rvnASUSTeKComputerINC.:rn1000HD:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
dmi.product.name: 1000HD
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu3
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash compiz-0.9 false-gpu-hang freeze i386 oneiric ubuntu

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

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x0100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/869695/+subscriptions

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


[Bug 869695] Re: [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x01000000

2011-10-06 Thread Kim Tyler
*** This bug is a duplicate of bug 862523 ***
https://bugs.launchpad.net/bugs/862523

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

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x0100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/869695/+subscriptions

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


[Bug 868822] [NEW] [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x01000000

2011-10-05 Thread Kim Tyler
*** This bug is a duplicate of bug 862523 ***
https://bugs.launchpad.net/bugs/862523

Public bug reported:

just after update-reboot-login

ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu2
Architecture: i386
Chipset: i915gm
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Thu Oct  6 11:08:32 2011
DistUpgraded: Log time: 2011-09-23 07:46:23.173842
DistroCodename: oneiric
DistroVariant: ubuntu
DuplicateSignature: [i915gm] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100 
render.IPEHR: 0x0100 Ubuntu 11.10
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller 
[8086:2592] (rev 04) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:82d9]
   Subsystem: ASUSTeK Computer Inc. Device [1043:82d9]
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110901)
InterpreterPath: /usr/bin/python2.7
MachineType: ASUSTeK Computer INC. 1000HD
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=3a32f068-f4ff-410b-a262-c287b0caffd9 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+7ubuntu7
 libdrm2  2.4.26-1ubuntu1
 xserver-xorg-video-intel 2:2.15.901-1ubuntu2
SourcePackage: xserver-xorg-video-intel
Title: [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100 
render.IPEHR: 0x0100
UpgradeStatus: Upgraded to oneiric on 2011-09-22 (13 days ago)
UserGroups:
 
dmi.bios.date: 07/11/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0601
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1000HD
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTek Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd07/11/2008:svnASUSTeKComputerINC.:pn1000HD:pvrx.x:rvnASUSTeKComputerINC.:rn1000HD:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
dmi.product.name: 1000HD
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu3
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash compiz-0.9 false-gpu-hang freeze i386 oneiric ubuntu

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

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x0100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/868822/+subscriptions

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


[Bug 868822] Re: [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x01000000

2011-10-05 Thread Kim Tyler
*** This bug is a duplicate of bug 862523 ***
https://bugs.launchpad.net/bugs/862523

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

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x0100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/868822/+subscriptions

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


[Bug 832603] Re: gnome-settings-daemon crashed with SIGSEGV in g_simple_async_result_complete()

2011-09-30 Thread Kim Tyler
I am using unity 2d now, and the background is OK.(fault in normal
ubuntu unity)  I have intel graphics adapter (eeepc 1000HD)

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

Title:
  gnome-settings-daemon crashed with SIGSEGV in
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/832603/+subscriptions

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


[Bug 832603] Re: gnome-settings-daemon crashed with SIGSEGV in g_simple_async_result_complete()

2011-09-30 Thread Kim Tyler
updated packages, restarted system.  Logged in with ubuntu unity
desktop.  system locked up solid - had to hold  down power button to
close it down.

Restarted, logged in again, system working fine.  No crashes, desktop
background in correct place and right mouse click working OK.

Appears to be fixed.

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

Title:
  gnome-settings-daemon crashed with SIGSEGV in
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/832603/+subscriptions

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


[Bug 862938] Re: compiz assert failure: *** glibc detected *** compiz: double free or corruption (!prev): 0x00007fa248593900 ***

2011-09-30 Thread Kim Tyler
It happened after coming back after screensaver activated (blank  with
no lock)

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

Title:
  compiz assert failure: *** glibc detected *** compiz: double free or
  corruption (!prev): 0x7fa248593900 ***

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

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


[Bug 863760] Re: [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x7f800006

2011-09-30 Thread Kim Tyler
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/863760

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x7f86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/863760/+subscriptions

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


[Bug 863760] [NEW] [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x7f800006

2011-09-30 Thread Kim Tyler
Public bug reported:

crash occurred after opening update manager to update packages.  Screen
had been previously in blank screen saver.

ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu2
Architecture: i386
Chipset: i915gm
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Sat Oct  1 11:04:42 2011
DistUpgraded: Log time: 2011-09-23 07:46:23.173842
DistroCodename: oneiric
DistroVariant: ubuntu
DpkgLog:
 
DuplicateSignature: [i915gm] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100 
render.IPEHR: 0x7f86 Ubuntu 11.10
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller 
[8086:2592] (rev 04) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:82d9]
   Subsystem: ASUSTeK Computer Inc. Device [1043:82d9]
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110901)
InterpreterPath: /usr/bin/python2.7
MachineType: ASUSTeK Computer INC. 1000HD
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=3a32f068-f4ff-410b-a262-c287b0caffd9 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+7ubuntu7
 libdrm2  2.4.26-1ubuntu1
 xserver-xorg-video-intel 2:2.15.901-1ubuntu2
SourcePackage: xserver-xorg-video-intel
Title: [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100 
render.IPEHR: 0x7f86
UpgradeStatus: Upgraded to oneiric on 2011-09-22 (8 days ago)
UserGroups:
 
dmi.bios.date: 07/11/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0601
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1000HD
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTek Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd07/11/2008:svnASUSTeKComputerINC.:pn1000HD:pvrx.x:rvnASUSTeKComputerINC.:rn1000HD:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
dmi.product.name: 1000HD
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu1
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash compiz-0.9 false-gpu-hang freeze i386 
need-duplicate-check oneiric ubuntu

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

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x7f86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/863760/+subscriptions

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


[Bug 832603] Re: gnome-settings-daemon crashed with SIGSEGV in g_simple_async_result_complete()

2011-09-29 Thread Kim Tyler
Hi - tried bzr command to branch and cd - OK

kit284@eeepc:~/test-gsd-fix$ bzr bd -- -b
bzr: ERROR: unknown command bd

Any thoughts

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

Title:
  gnome-settings-daemon crashed with SIGSEGV in
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/832603/+subscriptions

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


[Bug 832603] Re: gnome-settings-daemon crashed with SIGSEGV in g_simple_async_result_complete()

2011-09-29 Thread Kim Tyler
kit284@eeepc:~/test-gsd-fix$ bzr bd -- -b
Building using working tree
Building package in merge mode
Purging the build dir: /home/kit284/build-area/gnome-settings-daemon-3.2.0
Looking for a way to retrieve the upstream tarball
Upstream tarball already exists in build directory, using that
Building the package in /home/kit284/build-area/gnome-settings-daemon-3.2.0, 
using debuild -b
 dpkg-buildpackage -rfakeroot -D -us -uc -b
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): 
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): 
-Wl,-Bsymbolic-functions
dpkg-buildpackage: source package gnome-settings-daemon
dpkg-buildpackage: source version 3.2.0-0ubuntu3
dpkg-buildpackage: source changed by Rodrigo Moya rodrigo.m...@canonical.com
 dpkg-source --before-build gnome-settings-daemon-3.2.0
dpkg-buildpackage: host architecture i386
dpkg-source: warning: patches have not been applied, applying them now (use 
--no-preparation to override)
dpkg-source: info: applying 00git_dont_restore_brightness.patch
dpkg-source: info: applying 00git_fix_reference_leaks.patch
dpkg-source: info: applying 00git_fix_async_dbus_crash.patch
dpkg-source: info: applying 02_missing_libs.patch
dpkg-source: info: applying 05_disable_corner_tapping.patch
dpkg-source: info: applying 06_use_application_indicator.patch
dpkg-source: info: applying 10_smaller_syndaemon_timeout.patch
dpkg-source: info: applying 16_use_synchronous_notifications.patch
dpkg-source: info: applying 20_migrate_background_uri.patch
dpkg-source: info: applying 40_xres_lcddefault.patch
dpkg-source: info: applying 42_onlyshowin_unity.patch
dpkg-source: info: applying 43_disable_locale_settings.patch
dpkg-source: info: applying 
45_suppress-printer-may-not-be-connected-notification.patch
dpkg-source: info: applying 46_share_rr_screen.patch
dpkg-source: info: applying 47_delay_pa_connect_to_idle.patch
dpkg-source: info: applying 48_register_client_before_idle_callbacks.patch
dpkg-source: info: applying 49_fix_suspend_media_key.patch
dpkg-checkbuilddeps: Unmet build dependencies: cdbs debhelper (= 5) 
gnome-pkg-tools dh-autoreconf autotools-dev intltool (= 0.37.1) 
libdbus-glib-1-dev (= 0.74) libglib2.0-dev (= 2.26.0) libgtk-3-dev (= 3.0.0) 
libgconf2-dev (= 2.6.1) libnotify-dev (= 0.7.0) libxt-dev libxi-dev 
libfontconfig1-dev libxext-dev libx11-dev libgnomekbd-dev (= 2.91.90) 
libxklavier-dev (= 5.0) libgstreamer0.10-dev (= 0.10.1.2) 
libgstreamer-plugins-base0.10-dev (= 0.10.1.2) gsettings-desktop-schemas-dev 
libgnome-desktop-3-dev (= 3.1.5) libpulse-dev (= 0.9.16) libcanberra-gtk3-dev 
libcups2-dev libpolkit-gobject-1-dev libappindicator3-dev (= 0.3.0) 
libupower-glib-dev libcolord-dev (= 0.1.12) liblcms2-dev
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)
debuild: fatal error at line 1348:
dpkg-buildpackage -rfakeroot -D -us -uc -b failed
bzr: ERROR: The build failed.


Sorry, still having problems.  Perhaps it would be better for me to wait for 
update via normal channels.

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

Title:
  gnome-settings-daemon crashed with SIGSEGV in
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/832603/+subscriptions

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


[Bug 832603] Re: gnome-settings-daemon crashed with SIGSEGV in g_simple_async_result_complete()

2011-09-29 Thread Kim Tyler
confirm no crashes - now have another problem:-

Background graphic now displaced down and right.  Right click on actual
background works OK.  Right click on non-background (initially black,
holds last image of window over that part of background) does nothing -
no menu.

Fonts still corrupted in terminal, panels and applications. (different
corruption every bootup)

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

Title:
  gnome-settings-daemon crashed with SIGSEGV in
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/832603/+subscriptions

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


[Bug 862988] [NEW] [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x01000000

2011-09-29 Thread Kim Tyler
Public bug reported:

I had just reported that no crashes, and reporting other problems, and
changed the screen resolution from 1024x600 to 800x600 to see if it
changed background problem (see above) and this problem happened.

ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu2
Architecture: i386
Chipset: i915gm
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Fri Sep 30 14:50:51 2011
DistUpgraded: Log time: 2011-09-23 07:46:23.173842
DistroCodename: oneiric
DistroVariant: ubuntu
DuplicateSignature: [i915gm] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100 
render.IPEHR: 0x0100 Ubuntu 11.10
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller 
[8086:2592] (rev 04) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:82d9]
   Subsystem: ASUSTeK Computer Inc. Device [1043:82d9]
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110901)
InterpreterPath: /usr/bin/python2.7
MachineType: ASUSTeK Computer INC. 1000HD
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=3a32f068-f4ff-410b-a262-c287b0caffd9 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+7ubuntu7
 libdrm2  2.4.26-1ubuntu1
 xserver-xorg-video-intel 2:2.15.901-1ubuntu2
SourcePackage: xserver-xorg-video-intel
Title: [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100 
render.IPEHR: 0x0100
UpgradeStatus: Upgraded to oneiric on 2011-09-22 (7 days ago)
UserGroups:
 
dmi.bios.date: 07/11/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0601
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1000HD
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTek Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd07/11/2008:svnASUSTeKComputerINC.:pn1000HD:pvrx.x:rvnASUSTeKComputerINC.:rn1000HD:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
dmi.product.name: 1000HD
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu1
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash compiz-0.9 false-gpu-hang freeze i386 
need-duplicate-check oneiric ubuntu

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

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x0100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/862988/+subscriptions

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


[Bug 862988] Re: [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x01000000

2011-09-29 Thread Kim Tyler
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/862988

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x0100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/862988/+subscriptions

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


[Bug 860209] [NEW] [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x7d8e0001

2011-09-26 Thread Kim Tyler
*** This bug is a duplicate of bug 856423 ***
https://bugs.launchpad.net/bugs/856423

Public bug reported:

happens many times per day, even when idle (or return from screen saver-
blank)

ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu1
Architecture: i386
Chipset: i915gm
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Tue Sep 27 12:07:07 2011
DistUpgraded: Log time: 2011-09-23 07:46:23.173842
DistroCodename: oneiric
DistroVariant: ubuntu
DuplicateSignature: [i915gm] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100 
render.IPEHR: 0x7d8e0001 Ubuntu 11.10
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller 
[8086:2592] (rev 04) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:82d9]
   Subsystem: ASUSTeK Computer Inc. Device [1043:82d9]
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110901)
InterpreterPath: /usr/bin/python2.7
MachineType: ASUSTeK Computer INC. 1000HD
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=3a32f068-f4ff-410b-a262-c287b0caffd9 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+7ubuntu7
 libdrm2  2.4.26-1ubuntu1
 xserver-xorg-video-intel 2:2.15.901-1ubuntu2
SourcePackage: xserver-xorg-video-intel
Title: [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100 
render.IPEHR: 0x7d8e0001
UpgradeStatus: Upgraded to oneiric on 2011-09-22 (4 days ago)
UserGroups:
 
dmi.bios.date: 07/11/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0601
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1000HD
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTek Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd07/11/2008:svnASUSTeKComputerINC.:pn1000HD:pvrx.x:rvnASUSTeKComputerINC.:rn1000HD:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
dmi.product.name: 1000HD
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.
version.compiz: compiz 1:0.9.5.94+bzr20110919-0ubuntu1
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash compiz-0.9 false-gpu-hang freeze i386 oneiric ubuntu

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

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x7d8e0001

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/860209/+subscriptions

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


[Bug 860209] Re: [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x7d8e0001

2011-09-26 Thread Kim Tyler
*** This bug is a duplicate of bug 856423 ***
https://bugs.launchpad.net/bugs/856423

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

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x7d8e0001

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/860209/+subscriptions

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


[Bug 860209] Re: [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x7d8e0001

2011-09-26 Thread Kim Tyler
*** This bug is a duplicate of bug 856423 ***
https://bugs.launchpad.net/bugs/856423

fonts are also getting corrupted, fonts for mozilla and terminal

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

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x7d8e0001

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/860209/+subscriptions

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


[Bug 850828] [NEW] [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x7d8e0001

2011-09-15 Thread Kim Tyler
Public bug reported:

doesn't seem to be any real problem, but bug report comes up

ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu1
Architecture: i386
Chipset: i915gm
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Thu Sep 15 21:33:43 2011
DistUpgraded: Fresh install
DistroCodename: oneiric
DistroVariant: ubuntu
DuplicateSignature: [i915gm] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100 
render.IPEHR: 0x7d8e0001 Ubuntu 11.10
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller 
[8086:2592] (rev 04) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:82d9]
   Subsystem: ASUSTeK Computer Inc. Device [1043:82d9]
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110901)
InterpreterPath: /usr/bin/python2.7
MachineType: ASUSTeK Computer INC. 1000HD
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-11-generic 
root=UUID=3a32f068-f4ff-410b-a262-c287b0caffd9 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+7ubuntu7
 libdrm2  2.4.26-1ubuntu1
 xserver-xorg-video-intel 2:2.15.901-1ubuntu2
SourcePackage: xserver-xorg-video-intel
Title: [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100 
render.IPEHR: 0x7d8e0001
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 07/11/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0601
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1000HD
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTek Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd07/11/2008:svnASUSTeKComputerINC.:pn1000HD:pvrx.x:rvnASUSTeKComputerINC.:rn1000HD:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
dmi.product.name: 1000HD
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.
version.compiz: compiz 1:0.9.5.94+bzr2803-0ubuntu3
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash compiz-0.9 false-gpu-hang freeze i386 
need-duplicate-check oneiric single-occurrence ubuntu

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

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x7d8e0001

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/850828/+subscriptions

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


[Bug 850828] Re: [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x7d8e0001

2011-09-15 Thread Kim Tyler
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/850828

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x7d8e0001

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/850828/+subscriptions

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


  1   2   >