[Kernel-packages] [Bug 1917528] Re: bcmwl-kernel-source fails to build on Linux 5.10

2021-03-15 Thread Fritz Hudnut
Yes, confirmed on my'12 cMP . . . after running an apt dist-upgrade, I
was then able to use Add'l Driver app to install wifi drivers and wifi
networks appeared in networkmanager applet??  Lubuntu hirsute edition.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1917528

Title:
  bcmwl-kernel-source fails to build on Linux 5.10

Status in bcmwl package in Ubuntu:
  Fix Released

Bug description:
  OS: Kubuntu 21.04

  Installing bcmwl-kernel-source on Linux 5.10 kernel will fail. This
  didn't happen on Kubuntu 20.10. During the installation the messages
  are:

  Loading new bcmwl-6.30.223.271+bdcom DKMS files...
  Building for 5.10.0-14-generic
  Building for architecture x86_64
  Building initial module for 5.10.0-14-generic
  ERROR: Cannot create report: [Errno 17] File exists: 
'/var/crash/bcmwl-kernel-source.0.crash'
  Error! Bad return status for module build on kernel: 5.10.0-14-generic 
(x86_64)
  Consult /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/make.log for more 
information.
  dpkg: errore nell'elaborare il pacchetto bcmwl-kernel-source (--configure):
   il sottoprocesso installato pacchetto bcmwl-kernel-source script 
post-installation ha restituito lo stato di errore 10
  Si sono verificati degli errori nell'elaborazione:
   bcmwl-kernel-source
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  Logs report:

  $ cat /var/crash/bcmwl-kernel-source.0.crash
  ProblemType: Package
  DKMSBuildLog:
   DKMS make.log for bcmwl-6.30.223.271+bdcom for kernel 5.10.0-14-generic 
(x86_64)
   Tue Mar  2 08:50:04 PM CET 2021
   make: Entering directory '/usr/src/linux-headers-5.10.0-14-generic'
   CFG80211 API is prefered for this kernel version
   Using CFG80211 API
 CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.o
 CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.o
 CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_iw.o
 CC [M]  
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.o
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c: In 
function ‘wl_pci_probe’:
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:784:2: 
warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 784 |  if ((val & 0xff00) != 0)
 |  ^~
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:786:3: 
note: ...this statement, but the latter is misleadingly indented as if it were 
guarded by the ‘if’
 786 |   bar1_size = pci_resource_len(pdev, 2);
 |   ^
   
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c: 
In function ‘wl_dev_ioctl’:
   
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:461:7:
 error: implicit declaration of function ‘get_fs’; did you mean ‘get_ds’? 
[-Werror=implicit-function-declaration]
 461 |  fs = get_fs();
 |   ^~
 |   get_ds
   
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:461:7:
 error: incompatible types when assigning to type ‘mm_segment_t’ from type ‘int’
   
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:462:2:
 error: implicit declaration of function ‘set_fs’; did you mean ‘sget_fc’? 
[-Werror=implicit-function-declaration]
 462 |  set_fs(get_ds());
 |  ^~
 |  sget_fc
   In file included from 
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:26:
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/include/linuxver.h:600:19: 
error: ‘KERNEL_DS’ undeclared (first use in this function); did you mean 
‘KERNFS_NS’?
 600 | #define get_ds() (KERNEL_DS)
 |   ^
   
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:462:9:
 note: in expansion of macro ‘get_ds’
 462 |  set_fs(get_ds());
 | ^~
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/include/linuxver.h:600:19: 
note: each undeclared identifier is reported only once for each function it 
appears in
 600 | #define get_ds() (KERNEL_DS)
 |   ^
   
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:462:9:
 note: in expansion of macro ‘get_ds’
 462 |  set_fs(get_ds());
 | ^~
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c: In 
function ‘wl_ioctl’:
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:1662:6: 
error: implicit declaration of function ‘segment_eq’ 
[-Werror=implicit-function-declaration]
1662 |  if (segment_eq(get_fs(), KERNEL_DS))
 |  ^~
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:1662:17: 
error: implicit declaration of function ‘get_fs’; did you mean ‘get_ds’? 

[Kernel-packages] [Bug 1917528] Re: bcmwl-kernel-source fails to build on Linux 5.10

2021-03-13 Thread Fritz Hudnut
Thanks for the update . . . I'll be back in Lu 21 tomorrow and I'll
check it . . . .

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1917528

Title:
  bcmwl-kernel-source fails to build on Linux 5.10

Status in bcmwl package in Ubuntu:
  Fix Released

Bug description:
  OS: Kubuntu 21.04

  Installing bcmwl-kernel-source on Linux 5.10 kernel will fail. This
  didn't happen on Kubuntu 20.10. During the installation the messages
  are:

  Loading new bcmwl-6.30.223.271+bdcom DKMS files...
  Building for 5.10.0-14-generic
  Building for architecture x86_64
  Building initial module for 5.10.0-14-generic
  ERROR: Cannot create report: [Errno 17] File exists: 
'/var/crash/bcmwl-kernel-source.0.crash'
  Error! Bad return status for module build on kernel: 5.10.0-14-generic 
(x86_64)
  Consult /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/make.log for more 
information.
  dpkg: errore nell'elaborare il pacchetto bcmwl-kernel-source (--configure):
   il sottoprocesso installato pacchetto bcmwl-kernel-source script 
post-installation ha restituito lo stato di errore 10
  Si sono verificati degli errori nell'elaborazione:
   bcmwl-kernel-source
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  Logs report:

  $ cat /var/crash/bcmwl-kernel-source.0.crash
  ProblemType: Package
  DKMSBuildLog:
   DKMS make.log for bcmwl-6.30.223.271+bdcom for kernel 5.10.0-14-generic 
(x86_64)
   Tue Mar  2 08:50:04 PM CET 2021
   make: Entering directory '/usr/src/linux-headers-5.10.0-14-generic'
   CFG80211 API is prefered for this kernel version
   Using CFG80211 API
 CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.o
 CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.o
 CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_iw.o
 CC [M]  
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.o
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c: In 
function ‘wl_pci_probe’:
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:784:2: 
warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 784 |  if ((val & 0xff00) != 0)
 |  ^~
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:786:3: 
note: ...this statement, but the latter is misleadingly indented as if it were 
guarded by the ‘if’
 786 |   bar1_size = pci_resource_len(pdev, 2);
 |   ^
   
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c: 
In function ‘wl_dev_ioctl’:
   
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:461:7:
 error: implicit declaration of function ‘get_fs’; did you mean ‘get_ds’? 
[-Werror=implicit-function-declaration]
 461 |  fs = get_fs();
 |   ^~
 |   get_ds
   
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:461:7:
 error: incompatible types when assigning to type ‘mm_segment_t’ from type ‘int’
   
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:462:2:
 error: implicit declaration of function ‘set_fs’; did you mean ‘sget_fc’? 
[-Werror=implicit-function-declaration]
 462 |  set_fs(get_ds());
 |  ^~
 |  sget_fc
   In file included from 
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:26:
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/include/linuxver.h:600:19: 
error: ‘KERNEL_DS’ undeclared (first use in this function); did you mean 
‘KERNFS_NS’?
 600 | #define get_ds() (KERNEL_DS)
 |   ^
   
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:462:9:
 note: in expansion of macro ‘get_ds’
 462 |  set_fs(get_ds());
 | ^~
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/include/linuxver.h:600:19: 
note: each undeclared identifier is reported only once for each function it 
appears in
 600 | #define get_ds() (KERNEL_DS)
 |   ^
   
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:462:9:
 note: in expansion of macro ‘get_ds’
 462 |  set_fs(get_ds());
 | ^~
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c: In 
function ‘wl_ioctl’:
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:1662:6: 
error: implicit declaration of function ‘segment_eq’ 
[-Werror=implicit-function-declaration]
1662 |  if (segment_eq(get_fs(), KERNEL_DS))
 |  ^~
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:1662:17: 
error: implicit declaration of function ‘get_fs’; did you mean ‘get_ds’? 
[-Werror=implicit-function-declaration]
1662 |  if (segment_eq(get_fs(), KERNEL_DS))
 | ^~

[Kernel-packages] [Bug 1917528] Re: bcmwl-kernel-source fails to build on Linux 5.10

2021-03-06 Thread Fritz Hudnut
Yep, this is "a problem" for me running Hirsute Lubuntu on both my mac
'09 MBP and just now tried to check it on my '12 cMP in Lu 21.04 and
tried to "add the driver" via Add'l drivers and it would not install the
driver . . . .

It's less of a problem on the desktop unit, because it is plugged in,
both appear to be using BCM4322 wifi units . . . but, this problem is a
"show-stopper" for for laptop . . . must have wifi capability in that
machine.

Wifi was working fine as of this recent Wed night, logged into Lu 21.04
.. . connected to wifi, saw that there was a large "794 package upgrade"
available, ran it through the wifi . . . but on reboot, wifi was "gone"
. . . .   Fortunately at that location I could use ethernet, but
yesterday at my other part-time job, no such luck . . . no capacity for
wifi.

Today I messed around with it and found that as this post mentions
"bcmwl-kernel-source" package is "not friendly" with the kernel???

Please advise.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1917528

Title:
  bcmwl-kernel-source fails to build on Linux 5.10

Status in bcmwl package in Ubuntu:
  Confirmed

Bug description:
  OS: Kubuntu 21.04

  Installing bcmwl-kernel-source on Linux 5.10 kernel will fail. This
  didn't happen on Kubuntu 20.10. During the installation the messages
  are:

  Loading new bcmwl-6.30.223.271+bdcom DKMS files...
  Building for 5.10.0-14-generic
  Building for architecture x86_64
  Building initial module for 5.10.0-14-generic
  ERROR: Cannot create report: [Errno 17] File exists: 
'/var/crash/bcmwl-kernel-source.0.crash'
  Error! Bad return status for module build on kernel: 5.10.0-14-generic 
(x86_64)
  Consult /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/make.log for more 
information.
  dpkg: errore nell'elaborare il pacchetto bcmwl-kernel-source (--configure):
   il sottoprocesso installato pacchetto bcmwl-kernel-source script 
post-installation ha restituito lo stato di errore 10
  Si sono verificati degli errori nell'elaborazione:
   bcmwl-kernel-source
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  Logs report:

  $ cat /var/crash/bcmwl-kernel-source.0.crash
  ProblemType: Package
  DKMSBuildLog:
   DKMS make.log for bcmwl-6.30.223.271+bdcom for kernel 5.10.0-14-generic 
(x86_64)
   Tue Mar  2 08:50:04 PM CET 2021
   make: Entering directory '/usr/src/linux-headers-5.10.0-14-generic'
   CFG80211 API is prefered for this kernel version
   Using CFG80211 API
 CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.o
 CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.o
 CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_iw.o
 CC [M]  
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.o
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c: In 
function ‘wl_pci_probe’:
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:784:2: 
warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 784 |  if ((val & 0xff00) != 0)
 |  ^~
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:786:3: 
note: ...this statement, but the latter is misleadingly indented as if it were 
guarded by the ‘if’
 786 |   bar1_size = pci_resource_len(pdev, 2);
 |   ^
   
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c: 
In function ‘wl_dev_ioctl’:
   
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:461:7:
 error: implicit declaration of function ‘get_fs’; did you mean ‘get_ds’? 
[-Werror=implicit-function-declaration]
 461 |  fs = get_fs();
 |   ^~
 |   get_ds
   
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:461:7:
 error: incompatible types when assigning to type ‘mm_segment_t’ from type ‘int’
   
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:462:2:
 error: implicit declaration of function ‘set_fs’; did you mean ‘sget_fc’? 
[-Werror=implicit-function-declaration]
 462 |  set_fs(get_ds());
 |  ^~
 |  sget_fc
   In file included from 
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:26:
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/include/linuxver.h:600:19: 
error: ‘KERNEL_DS’ undeclared (first use in this function); did you mean 
‘KERNFS_NS’?
 600 | #define get_ds() (KERNEL_DS)
 |   ^
   
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:462:9:
 note: in expansion of macro ‘get_ds’
 462 |  set_fs(get_ds());
 | ^~
   /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/include/linuxver.h:600:19: 
note: each undeclared identifier is reported only once for each function it 
appears in
 600 | 

[Kernel-packages] [Bug 1890211] Re: 5.8 kernel appears to break video in two groovy installs

2020-08-18 Thread Fritz Hudnut
@Kai-Heng Feng:

When I posted that I was comparing my Tumbleweed kernel which is running
5.8 with the two ubuntu installs . . . that seemed to break when they
bounced up to 5.8.  The two ubuntu distros are now running something
like 5.4 . . . because I unchecked the "pre-release packages" box . . .
.

Checking the "pre-release packages" box brought in the 5.8 kernel into
the two ubuntu installs, but caused problems with video . . . .  I
assumed at the time that it was "the kernel" . . . .  There are quite a
few system reports posted in this thread, but I don't think any of them
show the system when it was using the 5.8 kernel . . . because nothing
could be seen . . . .

Today I'm back in my Tumbleweed install, that system is running the 5.8
kernel . . . and it is working well . . . much faster than the 5.4
kernels that my ubuntu installs are . . . etc.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1890211

Title:
  5.8 kernel appears to break video in two groovy installs

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ran apt to update/upgrade in both of my groovy distros, Lubuntu &
  U-MATE 20.10 . . . on reboot not only was my grub list broken in both
  cases but seemingly the update to the new 5.8.0-12 kernel shows splash
  logo, but "logs" to a black screen.  Display power light is "on" but
  screen is black.

  I repeated this several times in both systems . . . having to boot
  using SG2 to another distro to repair grub . . . then after I did that
  I got to grub list and went to "advanced options" and rolled back to
  the prior 5.4.0-42 kernel . . . and GUI is operational.

  I believe in TW I am running 5.7 kernel and that system has video.  I
  have an Nvidia card and I'm using "nouveau" as my driver.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: linux-image-5.4.0-42-generic 5.4.0-42.46
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.11-0ubuntu43
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  non-space2   1665 F pulseaudio
   /dev/snd/controlC0:  non-space2   1665 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: LXQt
  Date: Mon Aug  3 15:45:08 2020
  InstallationDate: Installed on 2019-06-17 (413 days ago)
  InstallationMedia: Lubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  IwConfig:
   lono wireless extensions.
   
   enp9s0no wireless extensions.
   
   enp10s0   no wireless extensions.
  MachineType: Apple Inc. MacPro5,1
  ProcFB: 0 nouveaudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=17bcb813-d05e-4cc3-bcdf-16d283156780 ro quiet splash 
resume=UUID=f9ae531f-ec45-4a13-a75d-d3fd4cd80fe0
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-42-generic N/A
   linux-backports-modules-5.4.0-42-generic  N/A
   linux-firmware1.189
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to groovy on 2019-12-13 (234 days ago)
  dmi.bios.date: 07/30/2018
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: 138.0.0.0.0
  dmi.board.asset.tag: 0
  dmi.board.name: Mac-F221BEC8
  dmi.board.vendor: Apple Inc.
  dmi.chassis.type: 7
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F221BEC8
  dmi.modalias: 
dmi:bvnAppleInc.:bvr138.0.0.0.0:bd07/30/2018:svnAppleInc.:pnMacPro5,1:pvr0.0:rvnAppleInc.:rnMac-F221BEC8:rvr:cvnAppleInc.:ct7:cvrMac-F221BEC8:
  dmi.product.family: MacPro
  dmi.product.name: MacPro5,1
  dmi.product.sku: System SKU#
  dmi.product.version: 0.0
  dmi.sys.vendor: Apple Inc.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1890211] Re: 5.8 kernel appears to break video in two groovy installs

2020-08-11 Thread Fritz Hudnut
Today my Tumbleweed distro upgraded to the 5.8.0.1-default kernel and on
reboot video is working and I'm typing this post via the 5.8 kernel . .
. .  So either the ubuntu apt pre-release version of the kernel is
higher up than this one, OR, there was some other package that caused
the problems in the two ubuntu distros that I have installed.

Both have been rolled back to "un-pre-release" and the grub listings
have worked themselves out so that the 5.4 kernels are now default . . .
.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1890211

Title:
  5.8 kernel appears to break video in two groovy installs

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ran apt to update/upgrade in both of my groovy distros, Lubuntu &
  U-MATE 20.10 . . . on reboot not only was my grub list broken in both
  cases but seemingly the update to the new 5.8.0-12 kernel shows splash
  logo, but "logs" to a black screen.  Display power light is "on" but
  screen is black.

  I repeated this several times in both systems . . . having to boot
  using SG2 to another distro to repair grub . . . then after I did that
  I got to grub list and went to "advanced options" and rolled back to
  the prior 5.4.0-42 kernel . . . and GUI is operational.

  I believe in TW I am running 5.7 kernel and that system has video.  I
  have an Nvidia card and I'm using "nouveau" as my driver.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: linux-image-5.4.0-42-generic 5.4.0-42.46
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.11-0ubuntu43
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  non-space2   1665 F pulseaudio
   /dev/snd/controlC0:  non-space2   1665 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: LXQt
  Date: Mon Aug  3 15:45:08 2020
  InstallationDate: Installed on 2019-06-17 (413 days ago)
  InstallationMedia: Lubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  IwConfig:
   lono wireless extensions.
   
   enp9s0no wireless extensions.
   
   enp10s0   no wireless extensions.
  MachineType: Apple Inc. MacPro5,1
  ProcFB: 0 nouveaudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=17bcb813-d05e-4cc3-bcdf-16d283156780 ro quiet splash 
resume=UUID=f9ae531f-ec45-4a13-a75d-d3fd4cd80fe0
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-42-generic N/A
   linux-backports-modules-5.4.0-42-generic  N/A
   linux-firmware1.189
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to groovy on 2019-12-13 (234 days ago)
  dmi.bios.date: 07/30/2018
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: 138.0.0.0.0
  dmi.board.asset.tag: 0
  dmi.board.name: Mac-F221BEC8
  dmi.board.vendor: Apple Inc.
  dmi.chassis.type: 7
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F221BEC8
  dmi.modalias: 
dmi:bvnAppleInc.:bvr138.0.0.0.0:bd07/30/2018:svnAppleInc.:pnMacPro5,1:pvr0.0:rvnAppleInc.:rnMac-F221BEC8:rvr:cvnAppleInc.:ct7:cvrMac-F221BEC8:
  dmi.product.family: MacPro
  dmi.product.name: MacPro5,1
  dmi.product.sku: System SKU#
  dmi.product.version: 0.0
  dmi.sys.vendor: Apple Inc.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1890211] Re: 5.8 kernel appears to break video in two groovy installs

2020-08-03 Thread Fritz Hudnut
Forgot to mention that when I'm booted in the 5.8 kernel with the black
screen, when I hit the power button the splash for both U-MATE &&
Lubuntu return to the screen before then powering down.

So we are moving from visible splash to black to visible splash to . . .
powering down.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1890211

Title:
  5.8 kernel appears to break video in two groovy installs

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ran apt to update/upgrade in both of my groovy distros, Lubuntu &
  U-MATE 20.10 . . . on reboot not only was my grub list broken in both
  cases but seemingly the update to the new 5.8.0-12 kernel shows splash
  logo, but "logs" to a black screen.  Display power light is "on" but
  screen is black.

  I repeated this several times in both systems . . . having to boot
  using SG2 to another distro to repair grub . . . then after I did that
  I got to grub list and went to "advanced options" and rolled back to
  the prior 5.4.0-42 kernel . . . and GUI is operational.

  I believe in TW I am running 5.7 kernel and that system has video.  I
  have an Nvidia card and I'm using "nouveau" as my driver.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: linux-image-5.4.0-42-generic 5.4.0-42.46
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.11-0ubuntu43
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  non-space2   1665 F pulseaudio
   /dev/snd/controlC0:  non-space2   1665 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: LXQt
  Date: Mon Aug  3 15:45:08 2020
  InstallationDate: Installed on 2019-06-17 (413 days ago)
  InstallationMedia: Lubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  IwConfig:
   lono wireless extensions.
   
   enp9s0no wireless extensions.
   
   enp10s0   no wireless extensions.
  MachineType: Apple Inc. MacPro5,1
  ProcFB: 0 nouveaudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=17bcb813-d05e-4cc3-bcdf-16d283156780 ro quiet splash 
resume=UUID=f9ae531f-ec45-4a13-a75d-d3fd4cd80fe0
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-42-generic N/A
   linux-backports-modules-5.4.0-42-generic  N/A
   linux-firmware1.189
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to groovy on 2019-12-13 (234 days ago)
  dmi.bios.date: 07/30/2018
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: 138.0.0.0.0
  dmi.board.asset.tag: 0
  dmi.board.name: Mac-F221BEC8
  dmi.board.vendor: Apple Inc.
  dmi.chassis.type: 7
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F221BEC8
  dmi.modalias: 
dmi:bvnAppleInc.:bvr138.0.0.0.0:bd07/30/2018:svnAppleInc.:pnMacPro5,1:pvr0.0:rvnAppleInc.:rnMac-F221BEC8:rvr:cvnAppleInc.:ct7:cvrMac-F221BEC8:
  dmi.product.family: MacPro
  dmi.product.name: MacPro5,1
  dmi.product.sku: System SKU#
  dmi.product.version: 0.0
  dmi.sys.vendor: Apple Inc.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1890211] [NEW] 5.8 kernel appears to break video in two groovy installs

2020-08-03 Thread Fritz Hudnut
Public bug reported:

Ran apt to update/upgrade in both of my groovy distros, Lubuntu & U-MATE
20.10 . . . on reboot not only was my grub list broken in both cases but
seemingly the update to the new 5.8.0-12 kernel shows splash logo, but
"logs" to a black screen.  Display power light is "on" but screen is
black.

I repeated this several times in both systems . . . having to boot using
SG2 to another distro to repair grub . . . then after I did that I got
to grub list and went to "advanced options" and rolled back to the prior
5.4.0-42 kernel . . . and GUI is operational.

I believe in TW I am running 5.7 kernel and that system has video.  I
have an Nvidia card and I'm using "nouveau" as my driver.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: linux-image-5.4.0-42-generic 5.4.0-42.46
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.11-0ubuntu43
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  non-space2   1665 F pulseaudio
 /dev/snd/controlC0:  non-space2   1665 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: LXQt
Date: Mon Aug  3 15:45:08 2020
InstallationDate: Installed on 2019-06-17 (413 days ago)
InstallationMedia: Lubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
IwConfig:
 lono wireless extensions.
 
 enp9s0no wireless extensions.
 
 enp10s0   no wireless extensions.
MachineType: Apple Inc. MacPro5,1
ProcFB: 0 nouveaudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=17bcb813-d05e-4cc3-bcdf-16d283156780 ro quiet splash 
resume=UUID=f9ae531f-ec45-4a13-a75d-d3fd4cd80fe0
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-42-generic N/A
 linux-backports-modules-5.4.0-42-generic  N/A
 linux-firmware1.189
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to groovy on 2019-12-13 (234 days ago)
dmi.bios.date: 07/30/2018
dmi.bios.vendor: Apple Inc.
dmi.bios.version: 138.0.0.0.0
dmi.board.asset.tag: 0
dmi.board.name: Mac-F221BEC8
dmi.board.vendor: Apple Inc.
dmi.chassis.type: 7
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-F221BEC8
dmi.modalias: 
dmi:bvnAppleInc.:bvr138.0.0.0.0:bd07/30/2018:svnAppleInc.:pnMacPro5,1:pvr0.0:rvnAppleInc.:rnMac-F221BEC8:rvr:cvnAppleInc.:ct7:cvrMac-F221BEC8:
dmi.product.family: MacPro
dmi.product.name: MacPro5,1
dmi.product.sku: System SKU#
dmi.product.version: 0.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug groovy

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1890211

Title:
  5.8 kernel appears to break video in two groovy installs

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ran apt to update/upgrade in both of my groovy distros, Lubuntu &
  U-MATE 20.10 . . . on reboot not only was my grub list broken in both
  cases but seemingly the update to the new 5.8.0-12 kernel shows splash
  logo, but "logs" to a black screen.  Display power light is "on" but
  screen is black.

  I repeated this several times in both systems . . . having to boot
  using SG2 to another distro to repair grub . . . then after I did that
  I got to grub list and went to "advanced options" and rolled back to
  the prior 5.4.0-42 kernel . . . and GUI is operational.

  I believe in TW I am running 5.7 kernel and that system has video.  I
  have an Nvidia card and I'm using "nouveau" as my driver.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: linux-image-5.4.0-42-generic 5.4.0-42.46
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.11-0ubuntu43
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  non-space2   1665 F pulseaudio
   /dev/snd/controlC0:  non-space2   1665 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: LXQt
  Date: Mon Aug  3 15:45:08 2020
  InstallationDate: Installed on 2019-06-17 (413 days ago)
  InstallationMedia: Lubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  IwConfig:
   lono wireless extensions.
   
   enp9s0no wireless extensions.
   
   enp10s0   no wireless extensions.
  MachineType: Apple Inc. MacPro5,1
  ProcFB: 0 nouveaudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=17bcb813-d05e-4cc3-bcdf-16d283156780 ro quiet splash 
resume=UUID=f9ae531f-ec45-4a13-a75d-d3fd4cd80fe0
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-42-generic N/A
   linux-backports-modules-5.4.0-42-generic  N/A
   linux-firmware1.189
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to 

[Kernel-packages] [Bug 1829805] Re: Lubuntu Eoan Daily Image fails to boot after install on KVM

2019-06-19 Thread Fritz Hudnut
Just to add my $.02 . . . I also had this problem with perhaps 6/12
daily and then I zsyncd what I think is the 6/15 daily . . . finding the
same "kernel panic" report as Dan found.  A couple days later I
downloaded a fresh 19.04 iso and ran the install . . . and that went
well.

Glad to hear that a fix has been engineered, right now I don't have the
19.10 iso installed to flash drive so I can't test out this proposed fix
. . . may or may not get to that . . . .  I might try to upgrade to
19.10 via the console . . . .

But, this problem was "frustrating" in that, as Dan mentions, the "live"
system appeared to be "fine" and the installer did not report "errors"
and yet would not boot into the installed system, or tty to try stuff
out . . . which possibly would have failed anyway??

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1829805

Title:
  Lubuntu Eoan Daily Image fails to boot after install on KVM

Status in initramfs-tools package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Invalid

Bug description:
  Context: The live environment appears to function properly and install
  proceeds as expected with no noticeable errors.

  Expected results: After a system reboot the virtual machine enters the
  graphical environment

  Actual Results: After rebooting the virtual machine a kernel panic
  error screen appears. I will attempt to attach the screenshot after
  submitting this bug report.

  The collected data is from the live environment as the installed
  environment will not boot.

  lubuntu@lubuntu:~$ lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu Eoan Ermine (development branch)
  Release:19.10
  Codename:   eoan

  lubuntu@lubuntu:~$ apt-cache policy grub2
  grub2:
Installed: (none)
Candidate: 2.02+dfsg1-12ubuntu2
Version table:
   2.02+dfsg1-12ubuntu2 500
  500 cdrom://Lubuntu 19.10 _Eoan Ermine_ - Alpha amd64 (20190519) 
eoan/universe amd64 Packages
  500 http://archive.ubuntu.com/ubuntu eoan/universe amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: grub2 (not installed)
  ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6
  Uname: Linux 5.0.0-13-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  CasperVersion: 1.407
  CurrentDesktop: LXQt
  Date: Tue May 21 00:30:39 2019
  LiveMediaBuild: Lubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190519)
  SourcePackage: grub2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1829805/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1760261] Re: log in to GUI in U-MATE daily 18.04 fails

2018-04-03 Thread Fritz Hudnut
@ Joseph S:

Later that same day, one thing I didn't mention . . . after that install
via DVD, I found a flashdrive and "burned" the iso to the drive, and
booted it up . . . all seems to go well, although I didn't run an
install.  In both cases, both DVD & flashdrive, when "logging out of
session" the only thing that doesn't work is "restart" out of the live
session, the DVD or flash seem to be "ejected" but instead of rebooting
the U-MATE splash image remains . . . for several minutes until I shut
it down via PB.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1760261

Title:
  log in to GUI in U-MATE daily 18.04 fails

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Tried two installs on a daily of U-MATE 18.04 burned to DVD, and each
  time the install seemed to go well, no errors reported, no crash
  reports filed . . . on reboot, grub loads and the MATE log in window
  opens, typing the password brings a black screen for a few seconds,
  and then back to the log in window.

  Tried to install another DE to test whether that would work and that
  also failed.  Ran "dpkg" in the recovery system . . . found some
  updates but couldn't seem to download them; back into TTY and ran
  update/upgrade . . . showed 75 packages, which it installed . . .
  didn't fix the failure to log in problem.  Did an "ls -l
  /home/username" . . . and it showed the /home contents of the
  directory as being there, but the system is not logging into the GUI.

  F

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1760261] Re: log in to GUI in U-MATE daily 18.04 fails

2018-04-02 Thread Fritz Hudnut
@ Joseph S:

So I downloaded the daily from the Ubuntu-MATE daily, as that is the
package I have been working with and having the problem with, so the
4/2/18 daily and burned it to DVD as previously, install runs well, no
errors or crashes . . . but this time I tried the old recommendation to
shut down after install, rather than just reboot . . . GRUB window loads
fine . . . but, the problem remains--entering password in the GUI log in
window . . . goes to various forms of black . . . and then back into the
log in window.  Previous to the install I booted the live session and it
loaded the system just fine and I fiddled with a few apps, set the time
. . . all that more or less went well, I tried to launch "Appearance"
and that did crash, and I tried again and it opened--but the crash
reporter opened and I added my name to a previous bug . . . and then I
tried the fresh install after that.

As part of the back story, I "zsync'd" the daily and zsync showed the
previous file was "94.3% complete" . . . so after the daily was zsync'd
I thought I would just try to update/upgrade the prior installation to
see if the log in problem was fixed . . . going that way by using the
TTY . . . and that didn't fix the problem, so I went to fresh install.

Also, following a recommend from the U-MATE forum I tried to reboot into
Recovery . . . and in selecting "enable networking" . . . a menu like
list of tasks started . . . ending with "reached target swap" and then
it returned to a blinking cursor for several minutes . . . when I ctrl
C'd out of it the rest of the ?? dmesg??  hardware items ran through,
but the recovery menu did not load again to try to run "dpkg" . . . so
it appears things still aren't correct in Recovery??

Again, after the install I rebooted several times, logged into a TTY
session, ran update/upgrade, there were "21 packages" to install . . .
it seemed to "get" 4 of them, but then other packages were seemingly
"unpacked" . . . packages that were nabbed in recovery?? but not
"installed" . . . it's still a bit odd.  In the TTY I ran "ls -l
/home/username" . . . and as before it shows the directories and files
that are in the /home filesystem . . . so the TTY is letting me log in
upgrade/update . . . the /home filesystem is "found" but the GUI is not
letting me log in.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1760261

Title:
  log in to GUI in U-MATE daily 18.04 fails

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Tried two installs on a daily of U-MATE 18.04 burned to DVD, and each
  time the install seemed to go well, no errors reported, no crash
  reports filed . . . on reboot, grub loads and the MATE log in window
  opens, typing the password brings a black screen for a few seconds,
  and then back to the log in window.

  Tried to install another DE to test whether that would work and that
  also failed.  Ran "dpkg" in the recovery system . . . found some
  updates but couldn't seem to download them; back into TTY and ran
  update/upgrade . . . showed 75 packages, which it installed . . .
  didn't fix the failure to log in problem.  Did an "ls -l
  /home/username" . . . and it showed the /home contents of the
  directory as being there, but the system is not logging into the GUI.

  F

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1760261] Re: log in to GUI in U-MATE daily 18.04 fails

2018-04-02 Thread Fritz Hudnut
Thanks for the request . . . it will take me several hours to get the
download, burn to DVD, etc . . . but I will try that and post back on it
when I get it done.

F

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1760261

Title:
  log in to GUI in U-MATE daily 18.04 fails

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Tried two installs on a daily of U-MATE 18.04 burned to DVD, and each
  time the install seemed to go well, no errors reported, no crash
  reports filed . . . on reboot, grub loads and the MATE log in window
  opens, typing the password brings a black screen for a few seconds,
  and then back to the log in window.

  Tried to install another DE to test whether that would work and that
  also failed.  Ran "dpkg" in the recovery system . . . found some
  updates but couldn't seem to download them; back into TTY and ran
  update/upgrade . . . showed 75 packages, which it installed . . .
  didn't fix the failure to log in problem.  Did an "ls -l
  /home/username" . . . and it showed the /home contents of the
  directory as being there, but the system is not logging into the GUI.

  F

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1760261] Re: log in to GUI in U-MATE daily 18.04 fails

2018-03-31 Thread Fritz Hudnut
The problem continues after several TTY update/upgrades of packages.  I
tried to run the "apport-collect 1760261" command, but, due the issue
with no GUI the browser can't open to "confirm" that I am sending the
data . . . and clearly the data has not been added to the bug report.  I
think in the past I've tried to log in via another operating system, as
I am now using to type this post, but if memory serves the browser has
to open in the system that we are reporting the bug from??

As per the bot email I will change the status to "confirmed" even though
I am the OP . . . .  Earlier today I downloaded a fresh daily, so at
some point I will be wiping the system install and trying another one .
. . if I am the only reporter of this problem then perhaps there might
not be a reason to keep this problem install around for "analysis"??  I
have other options so it's not a problem to let it stay "wrong" for a
few days . . . .

F

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1760261

Title:
  log in to GUI in U-MATE daily 18.04 fails

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Tried two installs on a daily of U-MATE 18.04 burned to DVD, and each
  time the install seemed to go well, no errors reported, no crash
  reports filed . . . on reboot, grub loads and the MATE log in window
  opens, typing the password brings a black screen for a few seconds,
  and then back to the log in window.

  Tried to install another DE to test whether that would work and that
  also failed.  Ran "dpkg" in the recovery system . . . found some
  updates but couldn't seem to download them; back into TTY and ran
  update/upgrade . . . showed 75 packages, which it installed . . .
  didn't fix the failure to log in problem.  Did an "ls -l
  /home/username" . . . and it showed the /home contents of the
  directory as being there, but the system is not logging into the GUI.

  F

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1760261] [NEW] log in to GUI in U-MATE daily 18.04 fails

2018-03-30 Thread Fritz Hudnut
Public bug reported:

Tried two installs on a daily of U-MATE 18.04 burned to DVD, and each
time the install seemed to go well, no errors reported, no crash reports
filed . . . on reboot, grub loads and the MATE log in window opens,
typing the password brings a black screen for a few seconds, and then
back to the log in window.

Tried to install another DE to test whether that would work and that
also failed.  Ran "dpkg" in the recovery system . . . found some updates
but couldn't seem to download them; back into TTY and ran update/upgrade
. . . showed 75 packages, which it installed . . . didn't fix the
failure to log in problem.  Did an "ls -l /home/username" . . . and it
showed the /home contents of the directory as being there, but the
system is not logging into the GUI.

F

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1760261

Title:
  log in to GUI in U-MATE daily 18.04 fails

Status in linux package in Ubuntu:
  New

Bug description:
  Tried two installs on a daily of U-MATE 18.04 burned to DVD, and each
  time the install seemed to go well, no errors reported, no crash
  reports filed . . . on reboot, grub loads and the MATE log in window
  opens, typing the password brings a black screen for a few seconds,
  and then back to the log in window.

  Tried to install another DE to test whether that would work and that
  also failed.  Ran "dpkg" in the recovery system . . . found some
  updates but couldn't seem to download them; back into TTY and ran
  update/upgrade . . . showed 75 packages, which it installed . . .
  didn't fix the failure to log in problem.  Did an "ls -l
  /home/username" . . . and it showed the /home contents of the
  directory as being there, but the system is not logging into the GUI.

  F

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1541151] Re: 16.04 PPC, unable to boot: "Problem Loading in-kernel X.509 Certificate (-74)"

2016-03-23 Thread Fritz Hudnut
@ernst:

You were the OP on this one, but, if the problem is gone for you, doesn't
seem like there is any point.  Last I saw in MATE I still get the error
script, but it never interfered with booting.

What about Luigi Burdo?  He posted here as well . . . is this script
happening AND he can't boot??  so there is still "a problem" for him?  Or
one or two other guys posted . . . .  Best would be someone for whom the
problem is still happening . . . .

F

On Wed, Mar 23, 2016 at 5:38 PM, ernsteiswuerfel 
wrote:

> Nope, the "problem loadin in-kernel . . ." message is gone, at least on
> my PM7,3 which was affected. I could send the apport-collect now, as my
> machine boots now. But is this still of use?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1541151
>
> Title:
>   16.04 PPC, unable to boot: "Problem Loading in-kernel X.509
>   Certificate (-74)"
>
> Status in linux package in Ubuntu:
>   Confirmed
>
> Bug description:
>   I am not able to boot my  Power Mac 7,3 with the Ubuntu MATE 16.04
>   daily-live iso.
>
>   This has been the case since the 4.3.x kernel series and is now with
>   current 4.4.x kernel. At the time the 4.2.x kernel was used **booting
>   the iso went fine!**
>
>   During the boot-process I get following error messages:
>
>   "Problem Loading in-kernel X.509 Certificate (-74)"
>   [...]
>   mount: mounting /dev/sda10 on /cdrom failed: no such device
>   stdin: not a typewriter
>   mount: mounting /dev/sda9 on /cdrom failed: no such device
>   mount: mounting /dev/sr0 on /cdrom failed: no such device
>   [...]
>   (initramfs) unable to find a medium containing a live file system
>
>   The stdin: and mount: lines get repeated several 10 time. At last the
>   boot process stops wuth the (initramfs) line, dropping me in a busybox
>   shell.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1541151/+subscriptions
>

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1541151

Title:
  16.04 PPC, unable to boot: "Problem Loading in-kernel X.509
  Certificate (-74)"

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am not able to boot my  Power Mac 7,3 with the Ubuntu MATE 16.04
  daily-live iso.

  This has been the case since the 4.3.x kernel series and is now with
  current 4.4.x kernel. At the time the 4.2.x kernel was used **booting
  the iso went fine!**

  During the boot-process I get following error messages:

  "Problem Loading in-kernel X.509 Certificate (-74)"
  [...]
  mount: mounting /dev/sda10 on /cdrom failed: no such device
  stdin: not a typewriter
  mount: mounting /dev/sda9 on /cdrom failed: no such device
  mount: mounting /dev/sr0 on /cdrom failed: no such device
  [...]
  (initramfs) unable to find a medium containing a live file system

  The stdin: and mount: lines get repeated several 10 time. At last the
  boot process stops wuth the (initramfs) line, dropping me in a busybox
  shell.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1541151] Re: 16.04 PPC, unable to boot: "Problem Loading in-kernel X.509 Certificate (-74)"

2016-03-22 Thread Fritz Hudnut
Is the "problem loading in-kernel . . . " message still showing??  Are you
able to send the "apport-collect" on this issue?  Still too busy to jump
over to 16.04 side of things, yet.

On Tue, Mar 22, 2016 at 9:42 AM, ernsteiswuerfel 
wrote:

> Yay, with todays Version: 20160322 my PowerMac 7,3 is able to boot now!
> Many thanks for the people and efforts involved!
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1541151
>
> Title:
>   16.04 PPC, unable to boot: "Problem Loading in-kernel X.509
>   Certificate (-74)"
>
> Status in linux package in Ubuntu:
>   Confirmed
>
> Bug description:
>   I am not able to boot my  Power Mac 7,3 with the Ubuntu MATE 16.04
>   daily-live iso.
>
>   This has been the case since the 4.3.x kernel series and is now with
>   current 4.4.x kernel. At the time the 4.2.x kernel was used **booting
>   the iso went fine!**
>
>   During the boot-process I get following error messages:
>
>   "Problem Loading in-kernel X.509 Certificate (-74)"
>   [...]
>   mount: mounting /dev/sda10 on /cdrom failed: no such device
>   stdin: not a typewriter
>   mount: mounting /dev/sda9 on /cdrom failed: no such device
>   mount: mounting /dev/sr0 on /cdrom failed: no such device
>   [...]
>   (initramfs) unable to find a medium containing a live file system
>
>   The stdin: and mount: lines get repeated several 10 time. At last the
>   boot process stops wuth the (initramfs) line, dropping me in a busybox
>   shell.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1541151/+subscriptions
>

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1541151

Title:
  16.04 PPC, unable to boot: "Problem Loading in-kernel X.509
  Certificate (-74)"

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am not able to boot my  Power Mac 7,3 with the Ubuntu MATE 16.04
  daily-live iso.

  This has been the case since the 4.3.x kernel series and is now with
  current 4.4.x kernel. At the time the 4.2.x kernel was used **booting
  the iso went fine!**

  During the boot-process I get following error messages:

  "Problem Loading in-kernel X.509 Certificate (-74)"
  [...]
  mount: mounting /dev/sda10 on /cdrom failed: no such device
  stdin: not a typewriter
  mount: mounting /dev/sda9 on /cdrom failed: no such device
  mount: mounting /dev/sr0 on /cdrom failed: no such device
  [...]
  (initramfs) unable to find a medium containing a live file system

  The stdin: and mount: lines get repeated several 10 time. At last the
  boot process stops wuth the (initramfs) line, dropping me in a busybox
  shell.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1541151] Re: 16.04 PPC, unable to boot: "Problem Loading in-kernel X.509 Certificate (-74)"

2016-03-21 Thread Fritz Hudnut
If no one else gets to it before I do, I can run this command in a day
or so; have to reboot in 16.04 side.  I get this error as well, but it
doesn't prevent the system from booting in my PM 3,1 . . . but, these
cert errors continue to show up in the brief TTY window before the log
in window shows up.  Happy to run apport-collect when I get a chance.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1541151

Title:
  16.04 PPC, unable to boot: "Problem Loading in-kernel X.509
  Certificate (-74)"

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am not able to boot my  Power Mac 7,3 with the Ubuntu MATE 16.04
  daily-live iso.

  This has been the case since the 4.3.x kernel series and is now with
  current 4.4.x kernel. At the time the 4.2.x kernel was used **booting
  the iso went fine!**

  During the boot-process I get following error messages:

  "Problem Loading in-kernel X.509 Certificate (-74)"
  [...]
  mount: mounting /dev/sda10 on /cdrom failed: no such device
  stdin: not a typewriter
  mount: mounting /dev/sda9 on /cdrom failed: no such device
  mount: mounting /dev/sr0 on /cdrom failed: no such device
  [...]
  (initramfs) unable to find a medium containing a live file system

  The stdin: and mount: lines get repeated several 10 time. At last the
  boot process stops wuth the (initramfs) line, dropping me in a busybox
  shell.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1366624] Re: failure to wake from suspend in 14.04 ppc

2014-12-21 Thread Fritz Hudnut
A couple weeks ago I posted my issue as a question on LP and I got the
suggestions to increase my swap partition, which I did, and the
situation did improve as far as short term suspend/hibernate goes . . .
but, the problem is not solved.  I posted this on my question today:

[My last question remains, what would be the recommended minimum swap
that will still provide suspend or hibernate??? 1x RAM? I have 640MB
and the installer set it to something like 526 MB swap . . . so less
than 1x did not work . . . would 1 or 1.5x get it? 1.25x?? Or 2x would
give me a cool running suspend that would zip in and out of itself?]

Was waiting to do some more testing with the increased RAM . . . as I
stated previously, the situation is improved with the added swap, but
the problem is ***not solved . . . just answered.

Today I put the iBook into hibernate . . . and, as I routinely do in OSX
I unplugged the computer . . . a few minutes later the computer dropped
out of hibernate and powered down . . . requiring cold boot to get back
into GUI . . . problem continues in spite of the answer provided here to
increase my swap partition . . . .

I still consider this to be an active bug, hence my further report here
. . . .

e.e.p.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1366624

Title:
  failure to wake from suspend in 14.04 ppc

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  System fails to revive from suspend through GUI in iBook G4 . . . screen 
goes black . . . but then does not wake up necessitating shut down and cold 
boot to return to GUI . . . .
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: powerpc
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=d51748fd-33d0-4a70-ac85-c2b7eb924ba6
  InstallationDate: Installed on 2013-03-18 (541 days ago)
  InstallationMedia: Xbuntu 12.04 LTS Precise Pangolin - Release powerpc 
(20130303)
  Package: linux (not installed)
  ProcFB: 0 ATI Radeon 5c63
  ProcKernelCmdLine: root=UUID=ec34988f-8d65-4f66-ba8c-f1bd65a3d73f ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.13.0-35.62-powerpc-smp 3.13.11.6
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-powerpc-smp N/A
   linux-backports-modules-3.13.0-35-powerpc-smp  N/A
   linux-firmware 1.127.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.13.0-35-powerpc-smp ppc
  UpgradeStatus: Upgraded to trusty on 2014-08-24 (17 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1377878] Re: PPC - GUI freezes except for mouse pointer

2014-10-31 Thread Fritz Hudnut
do you guys have this problem in 14.04.1?

@wxl:

To answer that question, yes, the problem of the desktop freezing is
happening in my G4 iBook with 14.04.1 installed.

Opening web browser seems to freeze the desktop in and of itself.  I can
open the Terminal and run commands; but, for instance, last night I was
trying to apport-collect 1058641 for the radeon regression bug . . .
each time the browser opened for me to give permissions on LP . . .
system froze.  Tried to log in to LP first and then run the Terminal
command, but, it brought me back to the browser anyway . . . back into
the ice.

System was installed using Boris/Adam's agpmode=-1that worked to clean
up the 14.10 GUI . . . and I've tried various flavors of radeonfb boot
parameters . . . problem continues.  Yesterday I ran sudo Xorg
-configure . . . and generated an xorg.conf file . . . it does show
radeon as the driver, along with a bunch of other stuff . . . rebooted
. . . no difference.

I had 14.04 installed before and I used the video=radeonfb:
1024x768-32@60 params, and dragging windows was jerky and sluggish, no
revive from suspend . . . but it did work . . . did something change
for the worse in the kernel . . . or using agp mode gets me a better GUI
for resolution . . . but creates the freeze problem that was in 14.10 .
. . over in 14.04?  Don't know if shrinking down the xorg.conf file as
per Adam S's bug report will do anything, or, somehow trying to change
out of the agp stipulation . . . or doing a reinstall using the
radeonfb params would get around this rather serious problem as far as
using 14.04 goes

F

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1377878

Title:
  PPC - GUI freezes except for mouse pointer

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  During the installation the computer freezes completely except for the
  mouse pointer.  And even that is stuck with whatever shape it happened
  to have at the time it froze.  The steps I have to cause the freeze
  are run Ubiquity to start the installation open a terminal, run
  Ubuntu-bug and let it launch Firefox.  It will freeze every time then.
  Even the consoles (ctrl-alt-f1 etc) are unavailable.  What kind of
  information can I collect and how?

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1377878] Re: PPC - GUI freezes except for mouse pointer

2014-10-24 Thread Fritz Hudnut
As per Boris' suggestion:

Boris:

Yes, that did work . . . but, I had to add live-nosplash-powerpc
video+ofonly radeon.agpmode=-1 . . . .  When I just used the
video=ofonly radeon.agpmode=-1 I got unable to open file, Invalid
device.

 With that AGP boot parameter the 14.10 livedvd it is working; window
dragging isn't exactly smooth, but it follows the mouse and no freezes .
. . it's fine.  It got me into a clean GUI with the proper display
refresh rates showing (as opposed to having to use the radeonfb w/
1024x768-32@60 parameters) and for the most part everything worked;
certainly the GUI did not freeze like it did when using those
radeonfb parameters.

Only problem with AGP was that setting the time did not hold in manual and 
synching with internet servers did not work.  Otherwise, for my iBook G4 with 
radeon driver . . . it worked.
 
My build for the LiveDVD is 10/16/14 (American system) . . . didn't check any 
more recent builds since several of us found this freezing desktop problem . 
. . and the general languishing of intention to support PPC, etc.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1377878

Title:
  PPC - GUI freezes except for mouse pointer

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  During the installation the computer freezes completely except for the
  mouse pointer.  And even that is stuck with whatever shape it happened
  to have at the time it froze.  The steps I have to cause the freeze
  are run Ubiquity to start the installation open a terminal, run
  Ubuntu-bug and let it launch Firefox.  It will freeze every time then.
  Even the consoles (ctrl-alt-f1 etc) are unavailable.  What kind of
  information can I collect and how?

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1377878] Re: PPC - GUI freezes except for mouse pointer

2014-10-24 Thread Fritz Hudnut
Sorry, live-nosplash-powerpc video=ofonly radeon.agpmode=-1

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1377878

Title:
  PPC - GUI freezes except for mouse pointer

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  During the installation the computer freezes completely except for the
  mouse pointer.  And even that is stuck with whatever shape it happened
  to have at the time it froze.  The steps I have to cause the freeze
  are run Ubiquity to start the installation open a terminal, run
  Ubuntu-bug and let it launch Firefox.  It will freeze every time then.
  Even the consoles (ctrl-alt-f1 etc) are unavailable.  What kind of
  information can I collect and how?

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1377878] Re: PPC - GUI freezes except for mouse pointer

2014-10-20 Thread Fritz Hudnut
@wxl:

I sent this to QA . . . but, right, this is the bug . . . that my
iBook found earlier in the month, and then again a few days ago.  What I
didn't mention was what Lars also mentioned, when the mouse cursor
clenches to drag the window . . . it doesn't unclench.  But, it is a
deal breaker in terms of running 14.10 on the iBook . . . getting that
the devs don't seem too concerned, but unlikely that I would take the
time to change the video card from radeon to something else . . . .

=from the other day:

Ran the 14.10 ppc live 10/16/14 Alpha powerpc iso this AM . . .
briefly.  But, on my iBook G4 w/640+-MB RAM . . . had to use the radeon
fb boot parameters, booting with live does not work . . . in any
event, when I got to the desktop the first thing I wanted to check was
the window dragging issue that has been a problem for awhile . . .
even 14.04 is not too outstanding.  However, launching FF the window
opens . . . bottom left says transferring data . . . which went on for
several minutes . . . could not enter Gmail in the searchbar window .
. . then found that I could do nothing anywhere else . . . DE frozen .
. . I think I filed a bug about this in a recent test???

Rebooted back, and tried the menu, which opened . . . I then opened the
File manager . . . clicking on stuff in the window . . . did not succeed
. . . DE again Frozen . . . only way out is shut down.  I'll try to get
to the QA tracker thing, but, really seems like I've been here before .
. . the things I've found as issues . . . remain.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1377878

Title:
  PPC - GUI freezes except for mouse pointer

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  During the installation the computer freezes completely except for the
  mouse pointer.  And even that is stuck with whatever shape it happened
  to have at the time it froze.  The steps I have to cause the freeze
  are run Ubiquity to start the installation open a terminal, run
  Ubuntu-bug and let it launch Firefox.  It will freeze every time then.
  Even the consoles (ctrl-alt-f1 etc) are unavailable.  What kind of
  information can I collect and how?

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1363180] Re: utopic alternate install CD doesn't boot

2014-10-04 Thread Fritz Hudnut
Yes, for me this bug is fixed.


 that means this one's fixed.


Thanks for the link, I may check into it, but low probability of time to
get 14.10 running on the iMac . . . I'm simply assuming it is unsupported
. . . vis video drivers . . . I heard nv is no longer available, etc.



 https://wiki.ubuntu.com/PowerPCFAQ
 (there are many paragraphs of discussion about proper boot parameters
 and different options for different graphics chips)


This 1371651***might*** be an issue on the iMac, since the screen went
green/black to black, as it does w/o proper xorg.conf file . . . I can't
tell if it gets to lightdm, of course on the live desktop I think it just
goes to the desktop, right?  And, same thing on iBook, since I booted the
live version it just went to Desktop.


 however, this may still be an issue:
 https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1371651

 On the iBook it is not a blank GUI . . . it is a GUI that freezes or I
guess we could say, crashes . . . but leaving the GUI present . . . all
the buttons and windows are there, but nothing responds.  I would assume
that is a bug of some type, when I get time I'll try to file or find an
appropriate bug for the new problem . . . which isn't exactly new, since in
14.04 on the iBook, window dragging is blotchy . . . slow, and scrolling
is slow . . . .  So, whatever that issue is has either not been handled or
has possibly worsened on the PPC platform?

The nosplash thing I got from the Yaboot tab key . . . the quiet
splash thing had to do with the fix for another bug on gdm or lightdm??

F


 the fix that i have seen for the blank GUI is quiet splash but
 perhaps the nosplash fixed it in this case?

 --


-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the process got 
as far as the Yaboot window boot prompt . . . entering various commands 
resulted in response:  claim error, can't allocate e0 at 0 x c200; 
claim error, can't allocate kernel memory.  Built 20140826.1  No further 
testing could be done.
  --- 
  AcpiTables:
   
  AlsaDevices:
   total 0
   crw-rw---T+ 1 root audio 116,  1 Sep  1  2014 seq
   crw-rw---T+ 1 root audio 116, 33 Sep  1  2014 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices: aplay: device_list:252: no soundcards found...
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: powerpc
  ArecordDevices: arecord: device_list:252: no soundcards found...
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg:
   [   42.846793] eth0: no IPv6 routers present
   [   42.904664] input: Mouseemu virtual keyboard as 
/devices/virtual/input/input5
   [   42.915426] input: Mouseemu virtual mouse as /devices/virtual/input/input6
   [  101.468774] init: network-manager main process (963) killed by TRAP signal
   [  101.469044] init: network-manager main process ended, respawning
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=111ee215-f0ae-4fb1-ad99-30a4e7f280df
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
   Bus 002 Device 003: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
   Bus 002 Device 004: ID 047d:1029 Kensington Mouse*in*a*Box Optical Elite
  MarkForUpload: True
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 OFfb NVDA,NVMac
  ProcKernelCmdLine: root=UUID=98ab2c76-e668-4d8d-a684-d30381117f49 ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.2.0-68.102-powerpc-smp 3.2.62
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-68-powerpc-smp N/A
   linux-backports-modules-3.2.0-68-powerpc-smp  N/A
   linux-firmware1.79.16
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  precise
  Uname: Linux 3.2.0-68-powerpc-smp ppc
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev sambashare 
sudo tape video

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1363180] Re: utopic alternate install CD doesn't boot

2014-10-03 Thread Fritz Hudnut
Folks:

OK, with today's daily 10/3 powerpc I was able to get passed the Yaboot
boot screen, in both my iMac 800 and my iBook, so that's the good news.  In
the iMac I just used the live video=ofonly??? the semi default boot
parameter and eventually got to a black screen . . . I would need to be
reminded on what the boot parameters for the iMac are . . . .

However, on the iBook, which I might actually try the install on, I used
live-nosplash-powerpc video=radeonfb: 1024x768-32@60 . . . .  And that
got me to a clean resolution GUI desktop!!!  But, when I tried to set the
time so that I could use Gmail to post this report . . . the screen froze
on the drop down menu of time zones.  I rebooted and tried again, this time
I tried to just adjust the time without doing the timezone and . . . it
didn't synchronize . . . .  Then, just for humor I wanted to check the
window dragging capacity, which is not good in 14.04 on this same
computer . . . and, the cursor turned into the 'clenched hand . . . the
window moved a few spaces, then stopped . . . I released the mouse button .
. . and the clenched fist stayed clenched . . . nothing else responded . .
. system frozen . . . shut it down and rebooted back into OSX.

So, it looks closer but, still no cigar in terms of stability such that
QA testing could be done . . . couldn't take the time to try an install,
etc.

F

On Thu, Oct 2, 2014 at 12:12 PM, Fritz Hudnut este.el@gmail.com
wrote:

 @Walter:

 Alrighty, be a few days before I can download and burn the iso . . . I'll
 post back when I've at least tried to boot or run the installer . . . .

 F

 On Thu, Oct 2, 2014 at 10:42 AM, Walter Lapchynski 
 1363...@bugs.launchpad.net wrote:

 @Fritz it's apparently not fixed for Lars but we need others to
 confirm that. Please include your report. Final release is due on the
 23rd, btw.





-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the process got 
as far as the Yaboot window boot prompt . . . entering various commands 
resulted in response:  claim error, can't allocate e0 at 0 x c200; 
claim error, can't allocate kernel memory.  Built 20140826.1  No further 
testing could be done.
  --- 
  AcpiTables:
   
  AlsaDevices:
   total 0
   crw-rw---T+ 1 root audio 116,  1 Sep  1  2014 seq
   crw-rw---T+ 1 root audio 116, 33 Sep  1  2014 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices: aplay: device_list:252: no soundcards found...
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: powerpc
  ArecordDevices: arecord: device_list:252: no soundcards found...
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg:
   [   42.846793] eth0: no IPv6 routers present
   [   42.904664] input: Mouseemu virtual keyboard as 
/devices/virtual/input/input5
   [   42.915426] input: Mouseemu virtual mouse as /devices/virtual/input/input6
   [  101.468774] init: network-manager main process (963) killed by TRAP signal
   [  101.469044] init: network-manager main process ended, respawning
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=111ee215-f0ae-4fb1-ad99-30a4e7f280df
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
   Bus 002 Device 003: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
   Bus 002 Device 004: ID 047d:1029 Kensington Mouse*in*a*Box Optical Elite
  MarkForUpload: True
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 OFfb NVDA,NVMac
  ProcKernelCmdLine: root=UUID=98ab2c76-e668-4d8d-a684-d30381117f49 ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.2.0-68.102-powerpc-smp 3.2.62
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-68-powerpc-smp N/A
   linux-backports-modules-3.2.0-68-powerpc-smp  N/A
   linux-firmware1.79.16
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  precise
  Uname: Linux 3.2.0-68-powerpc-smp ppc
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev sambashare 
sudo tape video

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

-- 
Mailing list: https://launchpad.net/~kernel-packages

Re: [Kernel-packages] [Bug 1363180] Re: utopic alternate install CD doesn't boot

2014-10-02 Thread Fritz Hudnut
Lars, et al:

Thanks for the update, I guess fixed has many meanings; I'll give it a
few weeks, hopefully before my iBook takes its final KP episode.  But, I
checked the duplicate description, seems almost verbatim the same . . .
so, uh, yeah I can see how that one is better . . . . shrug  It's
really the same bug, same problem, which appears to not be fixed yet, right?

F

On Thu, Oct 2, 2014 at 8:36 AM, Lars Noodén lars.noo...@gmail.com
wrote:

 Still present in the daily from 2014-10-02 on a PowerBook Titanium 1GHz
 7455

 The duplicate bug #1367448 has a better description of the kernel error.

 --


-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the process got 
as far as the Yaboot window boot prompt . . . entering various commands 
resulted in response:  claim error, can't allocate e0 at 0 x c200; 
claim error, can't allocate kernel memory.  Built 20140826.1  No further 
testing could be done.
  --- 
  AcpiTables:
   
  AlsaDevices:
   total 0
   crw-rw---T+ 1 root audio 116,  1 Sep  1  2014 seq
   crw-rw---T+ 1 root audio 116, 33 Sep  1  2014 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices: aplay: device_list:252: no soundcards found...
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: powerpc
  ArecordDevices: arecord: device_list:252: no soundcards found...
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg:
   [   42.846793] eth0: no IPv6 routers present
   [   42.904664] input: Mouseemu virtual keyboard as 
/devices/virtual/input/input5
   [   42.915426] input: Mouseemu virtual mouse as /devices/virtual/input/input6
   [  101.468774] init: network-manager main process (963) killed by TRAP signal
   [  101.469044] init: network-manager main process ended, respawning
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=111ee215-f0ae-4fb1-ad99-30a4e7f280df
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
   Bus 002 Device 003: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
   Bus 002 Device 004: ID 047d:1029 Kensington Mouse*in*a*Box Optical Elite
  MarkForUpload: True
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 OFfb NVDA,NVMac
  ProcKernelCmdLine: root=UUID=98ab2c76-e668-4d8d-a684-d30381117f49 ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.2.0-68.102-powerpc-smp 3.2.62
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-68-powerpc-smp N/A
   linux-backports-modules-3.2.0-68-powerpc-smp  N/A
   linux-firmware1.79.16
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  precise
  Uname: Linux 3.2.0-68-powerpc-smp ppc
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev sambashare 
sudo tape video

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1363180] Re: utopic alternate install CD doesn't boot

2014-10-02 Thread Fritz Hudnut
@Walter:

Alrighty, be a few days before I can download and burn the iso . . . I'll
post back when I've at least tried to boot or run the installer . . . .

F

On Thu, Oct 2, 2014 at 10:42 AM, Walter Lapchynski 
1363...@bugs.launchpad.net wrote:

 @Fritz it's apparently not fixed for Lars but we need others to
 confirm that. Please include your report. Final release is due on the
 23rd, btw.




-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the process got 
as far as the Yaboot window boot prompt . . . entering various commands 
resulted in response:  claim error, can't allocate e0 at 0 x c200; 
claim error, can't allocate kernel memory.  Built 20140826.1  No further 
testing could be done.
  --- 
  AcpiTables:
   
  AlsaDevices:
   total 0
   crw-rw---T+ 1 root audio 116,  1 Sep  1  2014 seq
   crw-rw---T+ 1 root audio 116, 33 Sep  1  2014 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices: aplay: device_list:252: no soundcards found...
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: powerpc
  ArecordDevices: arecord: device_list:252: no soundcards found...
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg:
   [   42.846793] eth0: no IPv6 routers present
   [   42.904664] input: Mouseemu virtual keyboard as 
/devices/virtual/input/input5
   [   42.915426] input: Mouseemu virtual mouse as /devices/virtual/input/input6
   [  101.468774] init: network-manager main process (963) killed by TRAP signal
   [  101.469044] init: network-manager main process ended, respawning
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=111ee215-f0ae-4fb1-ad99-30a4e7f280df
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
   Bus 002 Device 003: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
   Bus 002 Device 004: ID 047d:1029 Kensington Mouse*in*a*Box Optical Elite
  MarkForUpload: True
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 OFfb NVDA,NVMac
  ProcKernelCmdLine: root=UUID=98ab2c76-e668-4d8d-a684-d30381117f49 ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.2.0-68.102-powerpc-smp 3.2.62
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-68-powerpc-smp N/A
   linux-backports-modules-3.2.0-68-powerpc-smp  N/A
   linux-firmware1.79.16
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  precise
  Uname: Linux 3.2.0-68-powerpc-smp ppc
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev sambashare 
sudo tape video

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1363180] Re: utopic alternate install CD doesn't boot

2014-09-26 Thread Fritz Hudnut
Great!!  Glad there was a way to deal with the issue . . . I'll check
into the dailies in a week or so . . . .

e.e.p.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the process got 
as far as the Yaboot window boot prompt . . . entering various commands 
resulted in response:  claim error, can't allocate e0 at 0 x c200; 
claim error, can't allocate kernel memory.  Built 20140826.1  No further 
testing could be done.
  --- 
  AcpiTables:
   
  AlsaDevices:
   total 0
   crw-rw---T+ 1 root audio 116,  1 Sep  1  2014 seq
   crw-rw---T+ 1 root audio 116, 33 Sep  1  2014 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices: aplay: device_list:252: no soundcards found...
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: powerpc
  ArecordDevices: arecord: device_list:252: no soundcards found...
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg:
   [   42.846793] eth0: no IPv6 routers present
   [   42.904664] input: Mouseemu virtual keyboard as 
/devices/virtual/input/input5
   [   42.915426] input: Mouseemu virtual mouse as /devices/virtual/input/input6
   [  101.468774] init: network-manager main process (963) killed by TRAP signal
   [  101.469044] init: network-manager main process ended, respawning
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=111ee215-f0ae-4fb1-ad99-30a4e7f280df
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
   Bus 002 Device 003: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
   Bus 002 Device 004: ID 047d:1029 Kensington Mouse*in*a*Box Optical Elite
  MarkForUpload: True
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 OFfb NVDA,NVMac
  ProcKernelCmdLine: root=UUID=98ab2c76-e668-4d8d-a684-d30381117f49 ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.2.0-68.102-powerpc-smp 3.2.62
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-68-powerpc-smp N/A
   linux-backports-modules-3.2.0-68-powerpc-smp  N/A
   linux-firmware1.79.16
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  precise
  Uname: Linux 3.2.0-68-powerpc-smp ppc
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev sambashare 
sudo tape video

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1363180] Re: utopic alternate install CD doesn't boot

2014-09-24 Thread Fritz Hudnut
@Adam:

OK, thanks for that info on the beta, I won't waste time fiddling around
with it . . . but maybe I'll check into the dailies . . . whenever that
would be . . . and try to test for boot-up . . . .  So far the 14.04 ppc on
the iBook has rough window dragging . . . slow scrolling . . . .  Might try
to install 14.10 if it looks better than 14.04.

F/ e.e.p.

On Wed, Sep 24, 2014 at 12:04 PM, Adam Conrad adcon...@0c3.net wrote:

 FWIW, this won't be fixed in time for the beta, so the beta PPC CDs will
 only boot/install on 64-bit systems, but dailies shortly after the beta
 should be good to go on 32-bit systems again.

 --


-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  Fix Committed
Status in “linux” source package in Utopic:
  Fix Committed

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the process got 
as far as the Yaboot window boot prompt . . . entering various commands 
resulted in response:  claim error, can't allocate e0 at 0 x c200; 
claim error, can't allocate kernel memory.  Built 20140826.1  No further 
testing could be done.
  --- 
  AcpiTables:
   
  AlsaDevices:
   total 0
   crw-rw---T+ 1 root audio 116,  1 Sep  1  2014 seq
   crw-rw---T+ 1 root audio 116, 33 Sep  1  2014 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices: aplay: device_list:252: no soundcards found...
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: powerpc
  ArecordDevices: arecord: device_list:252: no soundcards found...
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg:
   [   42.846793] eth0: no IPv6 routers present
   [   42.904664] input: Mouseemu virtual keyboard as 
/devices/virtual/input/input5
   [   42.915426] input: Mouseemu virtual mouse as /devices/virtual/input/input6
   [  101.468774] init: network-manager main process (963) killed by TRAP signal
   [  101.469044] init: network-manager main process ended, respawning
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=111ee215-f0ae-4fb1-ad99-30a4e7f280df
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
   Bus 002 Device 003: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
   Bus 002 Device 004: ID 047d:1029 Kensington Mouse*in*a*Box Optical Elite
  MarkForUpload: True
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 OFfb NVDA,NVMac
  ProcKernelCmdLine: root=UUID=98ab2c76-e668-4d8d-a684-d30381117f49 ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.2.0-68.102-powerpc-smp 3.2.62
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-68-powerpc-smp N/A
   linux-backports-modules-3.2.0-68-powerpc-smp  N/A
   linux-firmware1.79.16
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  precise
  Uname: Linux 3.2.0-68-powerpc-smp ppc
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev sambashare 
sudo tape video

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1366624] Re: failure to wake from suspend in 14.04 ppc

2014-09-13 Thread Fritz Hudnut
I got confirmation from the lubuntu-user list that ppc can't use i386 or
amd64 .deb files . . . so again, I didn't see any ppc .deb files
listed on the upstream kernel list . . . also, the 14.10 liveDVD is not
booting in either of my PPC computers . . . .

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1366624

Title:
  failure to wake from suspend in 14.04 ppc

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  System fails to revive from suspend through GUI in iBook G4 . . . screen 
goes black . . . but then does not wake up necessitating shut down and cold 
boot to return to GUI . . . .
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: powerpc
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=d51748fd-33d0-4a70-ac85-c2b7eb924ba6
  InstallationDate: Installed on 2013-03-18 (541 days ago)
  InstallationMedia: Xbuntu 12.04 LTS Precise Pangolin - Release powerpc 
(20130303)
  Package: linux (not installed)
  ProcFB: 0 ATI Radeon 5c63
  ProcKernelCmdLine: root=UUID=ec34988f-8d65-4f66-ba8c-f1bd65a3d73f ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.13.0-35.62-powerpc-smp 3.13.11.6
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-powerpc-smp N/A
   linux-backports-modules-3.13.0-35-powerpc-smp  N/A
   linux-firmware 1.127.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.13.0-35-powerpc-smp ppc
  UpgradeStatus: Upgraded to trusty on 2014-08-24 (17 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1366624] BootDmesg.txt

2014-09-09 Thread Fritz Hudnut
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1366624/+attachment/4200173/+files/BootDmesg.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1366624

Title:
  failure to wake from suspend in 14.04 ppc

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  System fails to revive from suspend through GUI in iBook G4 . . . screen 
goes black . . . but then does not wake up necessitating shut down and cold 
boot to return to GUI . . . .
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: powerpc
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=d51748fd-33d0-4a70-ac85-c2b7eb924ba6
  InstallationDate: Installed on 2013-03-18 (541 days ago)
  InstallationMedia: Xbuntu 12.04 LTS Precise Pangolin - Release powerpc 
(20130303)
  Package: linux (not installed)
  ProcFB: 0 ATI Radeon 5c63
  ProcKernelCmdLine: root=UUID=ec34988f-8d65-4f66-ba8c-f1bd65a3d73f ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.13.0-35.62-powerpc-smp 3.13.11.6
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-powerpc-smp N/A
   linux-backports-modules-3.13.0-35-powerpc-smp  N/A
   linux-firmware 1.127.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.13.0-35-powerpc-smp ppc
  UpgradeStatus: Upgraded to trusty on 2014-08-24 (17 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1366624] Re: failure to wake from suspend in 14.04 ppc

2014-09-09 Thread Fritz Hudnut
apport information

** Tags added: apport-collected

** Description changed:

- System fails to revive from suspend through GUI in iBook G4 . . .
- screen goes black . . . but then does not wake up necessitating shut
- down and cold boot to return to GUI . . . .
+ System fails to revive from suspend through GUI in iBook G4 . . . screen 
goes black . . . but then does not wake up necessitating shut down and cold 
boot to return to GUI . . . .
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.3
+ Architecture: powerpc
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ CurrentDesktop: XFCE
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=d51748fd-33d0-4a70-ac85-c2b7eb924ba6
+ InstallationDate: Installed on 2013-03-18 (541 days ago)
+ InstallationMedia: Xbuntu 12.04 LTS Precise Pangolin - Release powerpc 
(20130303)
+ Package: linux (not installed)
+ ProcFB: 0 ATI Radeon 5c63
+ ProcKernelCmdLine: root=UUID=ec34988f-8d65-4f66-ba8c-f1bd65a3d73f ro quiet 
splash
+ ProcVersionSignature: Ubuntu 3.13.0-35.62-powerpc-smp 3.13.11.6
+ PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
+ RelatedPackageVersions:
+  linux-restricted-modules-3.13.0-35-powerpc-smp N/A
+  linux-backports-modules-3.13.0-35-powerpc-smp  N/A
+  linux-firmware 1.127.5
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  trusty
+ Uname: Linux 3.13.0-35-powerpc-smp ppc
+ UpgradeStatus: Upgraded to trusty on 2014-08-24 (17 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ WifiSyslog:
+  
+ _MarkForUpload: True

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1366624/+attachment/4200172/+files/AlsaInfo.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1366624

Title:
  failure to wake from suspend in 14.04 ppc

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  System fails to revive from suspend through GUI in iBook G4 . . . screen 
goes black . . . but then does not wake up necessitating shut down and cold 
boot to return to GUI . . . .
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: powerpc
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=d51748fd-33d0-4a70-ac85-c2b7eb924ba6
  InstallationDate: Installed on 2013-03-18 (541 days ago)
  InstallationMedia: Xbuntu 12.04 LTS Precise Pangolin - Release powerpc 
(20130303)
  Package: linux (not installed)
  ProcFB: 0 ATI Radeon 5c63
  ProcKernelCmdLine: root=UUID=ec34988f-8d65-4f66-ba8c-f1bd65a3d73f ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.13.0-35.62-powerpc-smp 3.13.11.6
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-powerpc-smp N/A
   linux-backports-modules-3.13.0-35-powerpc-smp  N/A
   linux-firmware 1.127.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.13.0-35-powerpc-smp ppc
  UpgradeStatus: Upgraded to trusty on 2014-08-24 (17 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1366624] ProcEnviron.txt

2014-09-09 Thread Fritz Hudnut
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1366624/+attachment/4200180/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1366624

Title:
  failure to wake from suspend in 14.04 ppc

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  System fails to revive from suspend through GUI in iBook G4 . . . screen 
goes black . . . but then does not wake up necessitating shut down and cold 
boot to return to GUI . . . .
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: powerpc
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=d51748fd-33d0-4a70-ac85-c2b7eb924ba6
  InstallationDate: Installed on 2013-03-18 (541 days ago)
  InstallationMedia: Xbuntu 12.04 LTS Precise Pangolin - Release powerpc 
(20130303)
  Package: linux (not installed)
  ProcFB: 0 ATI Radeon 5c63
  ProcKernelCmdLine: root=UUID=ec34988f-8d65-4f66-ba8c-f1bd65a3d73f ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.13.0-35.62-powerpc-smp 3.13.11.6
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-powerpc-smp N/A
   linux-backports-modules-3.13.0-35-powerpc-smp  N/A
   linux-firmware 1.127.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.13.0-35-powerpc-smp ppc
  UpgradeStatus: Upgraded to trusty on 2014-08-24 (17 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1366624] UdevLog.txt

2014-09-09 Thread Fritz Hudnut
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1366624/+attachment/4200184/+files/UdevLog.txt

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1366624

Title:
  failure to wake from suspend in 14.04 ppc

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  System fails to revive from suspend through GUI in iBook G4 . . . screen 
goes black . . . but then does not wake up necessitating shut down and cold 
boot to return to GUI . . . .
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: powerpc
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=d51748fd-33d0-4a70-ac85-c2b7eb924ba6
  InstallationDate: Installed on 2013-03-18 (541 days ago)
  InstallationMedia: Xbuntu 12.04 LTS Precise Pangolin - Release powerpc 
(20130303)
  Package: linux (not installed)
  ProcFB: 0 ATI Radeon 5c63
  ProcKernelCmdLine: root=UUID=ec34988f-8d65-4f66-ba8c-f1bd65a3d73f ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.13.0-35.62-powerpc-smp 3.13.11.6
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-powerpc-smp N/A
   linux-backports-modules-3.13.0-35-powerpc-smp  N/A
   linux-firmware 1.127.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.13.0-35-powerpc-smp ppc
  UpgradeStatus: Upgraded to trusty on 2014-08-24 (17 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1366624] ProcInterrupts.txt

2014-09-09 Thread Fritz Hudnut
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1366624/+attachment/4200181/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1366624

Title:
  failure to wake from suspend in 14.04 ppc

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  System fails to revive from suspend through GUI in iBook G4 . . . screen 
goes black . . . but then does not wake up necessitating shut down and cold 
boot to return to GUI . . . .
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: powerpc
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=d51748fd-33d0-4a70-ac85-c2b7eb924ba6
  InstallationDate: Installed on 2013-03-18 (541 days ago)
  InstallationMedia: Xbuntu 12.04 LTS Precise Pangolin - Release powerpc 
(20130303)
  Package: linux (not installed)
  ProcFB: 0 ATI Radeon 5c63
  ProcKernelCmdLine: root=UUID=ec34988f-8d65-4f66-ba8c-f1bd65a3d73f ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.13.0-35.62-powerpc-smp 3.13.11.6
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-powerpc-smp N/A
   linux-backports-modules-3.13.0-35-powerpc-smp  N/A
   linux-firmware 1.127.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.13.0-35-powerpc-smp ppc
  UpgradeStatus: Upgraded to trusty on 2014-08-24 (17 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1366624] Lsusb.txt

2014-09-09 Thread Fritz Hudnut
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1366624/+attachment/4200178/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1366624

Title:
  failure to wake from suspend in 14.04 ppc

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  System fails to revive from suspend through GUI in iBook G4 . . . screen 
goes black . . . but then does not wake up necessitating shut down and cold 
boot to return to GUI . . . .
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: powerpc
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=d51748fd-33d0-4a70-ac85-c2b7eb924ba6
  InstallationDate: Installed on 2013-03-18 (541 days ago)
  InstallationMedia: Xbuntu 12.04 LTS Precise Pangolin - Release powerpc 
(20130303)
  Package: linux (not installed)
  ProcFB: 0 ATI Radeon 5c63
  ProcKernelCmdLine: root=UUID=ec34988f-8d65-4f66-ba8c-f1bd65a3d73f ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.13.0-35.62-powerpc-smp 3.13.11.6
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-powerpc-smp N/A
   linux-backports-modules-3.13.0-35-powerpc-smp  N/A
   linux-firmware 1.127.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.13.0-35-powerpc-smp ppc
  UpgradeStatus: Upgraded to trusty on 2014-08-24 (17 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1366624] ProcCpuinfo.txt

2014-09-09 Thread Fritz Hudnut
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1366624/+attachment/4200179/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1366624

Title:
  failure to wake from suspend in 14.04 ppc

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  System fails to revive from suspend through GUI in iBook G4 . . . screen 
goes black . . . but then does not wake up necessitating shut down and cold 
boot to return to GUI . . . .
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: powerpc
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=d51748fd-33d0-4a70-ac85-c2b7eb924ba6
  InstallationDate: Installed on 2013-03-18 (541 days ago)
  InstallationMedia: Xbuntu 12.04 LTS Precise Pangolin - Release powerpc 
(20130303)
  Package: linux (not installed)
  ProcFB: 0 ATI Radeon 5c63
  ProcKernelCmdLine: root=UUID=ec34988f-8d65-4f66-ba8c-f1bd65a3d73f ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.13.0-35.62-powerpc-smp 3.13.11.6
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-powerpc-smp N/A
   linux-backports-modules-3.13.0-35-powerpc-smp  N/A
   linux-firmware 1.127.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.13.0-35-powerpc-smp ppc
  UpgradeStatus: Upgraded to trusty on 2014-08-24 (17 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1366624] ProcModules.txt

2014-09-09 Thread Fritz Hudnut
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1366624/+attachment/4200182/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1366624

Title:
  failure to wake from suspend in 14.04 ppc

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  System fails to revive from suspend through GUI in iBook G4 . . . screen 
goes black . . . but then does not wake up necessitating shut down and cold 
boot to return to GUI . . . .
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: powerpc
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=d51748fd-33d0-4a70-ac85-c2b7eb924ba6
  InstallationDate: Installed on 2013-03-18 (541 days ago)
  InstallationMedia: Xbuntu 12.04 LTS Precise Pangolin - Release powerpc 
(20130303)
  Package: linux (not installed)
  ProcFB: 0 ATI Radeon 5c63
  ProcKernelCmdLine: root=UUID=ec34988f-8d65-4f66-ba8c-f1bd65a3d73f ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.13.0-35.62-powerpc-smp 3.13.11.6
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-powerpc-smp N/A
   linux-backports-modules-3.13.0-35-powerpc-smp  N/A
   linux-firmware 1.127.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.13.0-35-powerpc-smp ppc
  UpgradeStatus: Upgraded to trusty on 2014-08-24 (17 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1366624] Lspci.txt

2014-09-09 Thread Fritz Hudnut
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1366624/+attachment/4200177/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1366624

Title:
  failure to wake from suspend in 14.04 ppc

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  System fails to revive from suspend through GUI in iBook G4 . . . screen 
goes black . . . but then does not wake up necessitating shut down and cold 
boot to return to GUI . . . .
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: powerpc
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=d51748fd-33d0-4a70-ac85-c2b7eb924ba6
  InstallationDate: Installed on 2013-03-18 (541 days ago)
  InstallationMedia: Xbuntu 12.04 LTS Precise Pangolin - Release powerpc 
(20130303)
  Package: linux (not installed)
  ProcFB: 0 ATI Radeon 5c63
  ProcKernelCmdLine: root=UUID=ec34988f-8d65-4f66-ba8c-f1bd65a3d73f ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.13.0-35.62-powerpc-smp 3.13.11.6
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-powerpc-smp N/A
   linux-backports-modules-3.13.0-35-powerpc-smp  N/A
   linux-firmware 1.127.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.13.0-35-powerpc-smp ppc
  UpgradeStatus: Upgraded to trusty on 2014-08-24 (17 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1366624] CRDA.txt

2014-09-09 Thread Fritz Hudnut
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1366624/+attachment/4200174/+files/CRDA.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1366624

Title:
  failure to wake from suspend in 14.04 ppc

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  System fails to revive from suspend through GUI in iBook G4 . . . screen 
goes black . . . but then does not wake up necessitating shut down and cold 
boot to return to GUI . . . .
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: powerpc
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=d51748fd-33d0-4a70-ac85-c2b7eb924ba6
  InstallationDate: Installed on 2013-03-18 (541 days ago)
  InstallationMedia: Xbuntu 12.04 LTS Precise Pangolin - Release powerpc 
(20130303)
  Package: linux (not installed)
  ProcFB: 0 ATI Radeon 5c63
  ProcKernelCmdLine: root=UUID=ec34988f-8d65-4f66-ba8c-f1bd65a3d73f ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.13.0-35.62-powerpc-smp 3.13.11.6
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-powerpc-smp N/A
   linux-backports-modules-3.13.0-35-powerpc-smp  N/A
   linux-firmware 1.127.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.13.0-35-powerpc-smp ppc
  UpgradeStatus: Upgraded to trusty on 2014-08-24 (17 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1366624] IwConfig.txt

2014-09-09 Thread Fritz Hudnut
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1366624/+attachment/4200176/+files/IwConfig.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1366624

Title:
  failure to wake from suspend in 14.04 ppc

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  System fails to revive from suspend through GUI in iBook G4 . . . screen 
goes black . . . but then does not wake up necessitating shut down and cold 
boot to return to GUI . . . .
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: powerpc
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=d51748fd-33d0-4a70-ac85-c2b7eb924ba6
  InstallationDate: Installed on 2013-03-18 (541 days ago)
  InstallationMedia: Xbuntu 12.04 LTS Precise Pangolin - Release powerpc 
(20130303)
  Package: linux (not installed)
  ProcFB: 0 ATI Radeon 5c63
  ProcKernelCmdLine: root=UUID=ec34988f-8d65-4f66-ba8c-f1bd65a3d73f ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.13.0-35.62-powerpc-smp 3.13.11.6
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-powerpc-smp N/A
   linux-backports-modules-3.13.0-35-powerpc-smp  N/A
   linux-firmware 1.127.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.13.0-35-powerpc-smp ppc
  UpgradeStatus: Upgraded to trusty on 2014-08-24 (17 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1366624] CurrentDmesg.txt

2014-09-09 Thread Fritz Hudnut
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1366624/+attachment/4200175/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1366624

Title:
  failure to wake from suspend in 14.04 ppc

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  System fails to revive from suspend through GUI in iBook G4 . . . screen 
goes black . . . but then does not wake up necessitating shut down and cold 
boot to return to GUI . . . .
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: powerpc
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=d51748fd-33d0-4a70-ac85-c2b7eb924ba6
  InstallationDate: Installed on 2013-03-18 (541 days ago)
  InstallationMedia: Xbuntu 12.04 LTS Precise Pangolin - Release powerpc 
(20130303)
  Package: linux (not installed)
  ProcFB: 0 ATI Radeon 5c63
  ProcKernelCmdLine: root=UUID=ec34988f-8d65-4f66-ba8c-f1bd65a3d73f ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.13.0-35.62-powerpc-smp 3.13.11.6
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-powerpc-smp N/A
   linux-backports-modules-3.13.0-35-powerpc-smp  N/A
   linux-firmware 1.127.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.13.0-35-powerpc-smp ppc
  UpgradeStatus: Upgraded to trusty on 2014-08-24 (17 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1366624] Re: failure to wake from suspend in 14.04 ppc

2014-09-09 Thread Fritz Hudnut
Joseph:  Following up on your request to test upstream kernel . . . I
went to the wiki, but it looks like it's beyond my skillset . . . it's
asking me to add some packages from i386 or amd64 . . . but this is
ppc . . . so, uh, I don't know which to choose.  The other detail is
that I'm using Yaboot, not GRUB . . . so I guess the tab key would
show me options on kernels?  This system isn't mission critical, but I
just don't have a lot of time to play with; I'm here to support
development for PPC linux, which I have two PPC computers that I still
use.

If you could post the command line terms that would download and install
the upstream kernel, and I can just type them into the terminal . . .
that could work . . . .  Otherwise, might take awhile for me to find the
time to figure it out . . . .

Thanks,

e.e.p.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1366624

Title:
  failure to wake from suspend in 14.04 ppc

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  System fails to revive from suspend through GUI in iBook G4 . . . screen 
goes black . . . but then does not wake up necessitating shut down and cold 
boot to return to GUI . . . .
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: powerpc
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=d51748fd-33d0-4a70-ac85-c2b7eb924ba6
  InstallationDate: Installed on 2013-03-18 (541 days ago)
  InstallationMedia: Xbuntu 12.04 LTS Precise Pangolin - Release powerpc 
(20130303)
  Package: linux (not installed)
  ProcFB: 0 ATI Radeon 5c63
  ProcKernelCmdLine: root=UUID=ec34988f-8d65-4f66-ba8c-f1bd65a3d73f ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.13.0-35.62-powerpc-smp 3.13.11.6
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-powerpc-smp N/A
   linux-backports-modules-3.13.0-35-powerpc-smp  N/A
   linux-firmware 1.127.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.13.0-35-powerpc-smp ppc
  UpgradeStatus: Upgraded to trusty on 2014-08-24 (17 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1366624] Re: failure to wake from suspend in 14.04 ppc

2014-09-07 Thread Fritz Hudnut
** Package changed: ubuntu = linux (Ubuntu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1366624

Title:
  failure to wake from suspend in 14.04 ppc

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  System fails to revive from suspend through GUI in iBook G4 . . .
  screen goes black . . . but then does not wake up necessitating shut
  down and cold boot to return to GUI . . . .

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1363180] ProcInterrupts.txt

2014-09-01 Thread Fritz Hudnut
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1363180/+attachment/4192474/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the process got 
as far as the Yaboot window boot prompt . . . entering various commands 
resulted in response:  claim error, can't allocate e0 at 0 x c200; 
claim error, can't allocate kernel memory.  Built 20140826.1  No further 
testing could be done.
  --- 
  AcpiTables:
   
  AlsaDevices:
   total 0
   crw-rw---T+ 1 root audio 116,  1 Sep  1  2014 seq
   crw-rw---T+ 1 root audio 116, 33 Sep  1  2014 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices: aplay: device_list:252: no soundcards found...
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: powerpc
  ArecordDevices: arecord: device_list:252: no soundcards found...
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg:
   [   42.846793] eth0: no IPv6 routers present
   [   42.904664] input: Mouseemu virtual keyboard as 
/devices/virtual/input/input5
   [   42.915426] input: Mouseemu virtual mouse as /devices/virtual/input/input6
   [  101.468774] init: network-manager main process (963) killed by TRAP signal
   [  101.469044] init: network-manager main process ended, respawning
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=111ee215-f0ae-4fb1-ad99-30a4e7f280df
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
   Bus 002 Device 003: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
   Bus 002 Device 004: ID 047d:1029 Kensington Mouse*in*a*Box Optical Elite
  MarkForUpload: True
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 OFfb NVDA,NVMac
  ProcKernelCmdLine: root=UUID=98ab2c76-e668-4d8d-a684-d30381117f49 ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.2.0-68.102-powerpc-smp 3.2.62
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-68-powerpc-smp N/A
   linux-backports-modules-3.2.0-68-powerpc-smp  N/A
   linux-firmware1.79.16
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  precise
  Uname: Linux 3.2.0-68-powerpc-smp ppc
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev sambashare 
sudo tape video

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1363180] UdevDb.txt

2014-09-01 Thread Fritz Hudnut
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1363180/+attachment/4192477/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the process got 
as far as the Yaboot window boot prompt . . . entering various commands 
resulted in response:  claim error, can't allocate e0 at 0 x c200; 
claim error, can't allocate kernel memory.  Built 20140826.1  No further 
testing could be done.
  --- 
  AcpiTables:
   
  AlsaDevices:
   total 0
   crw-rw---T+ 1 root audio 116,  1 Sep  1  2014 seq
   crw-rw---T+ 1 root audio 116, 33 Sep  1  2014 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices: aplay: device_list:252: no soundcards found...
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: powerpc
  ArecordDevices: arecord: device_list:252: no soundcards found...
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg:
   [   42.846793] eth0: no IPv6 routers present
   [   42.904664] input: Mouseemu virtual keyboard as 
/devices/virtual/input/input5
   [   42.915426] input: Mouseemu virtual mouse as /devices/virtual/input/input6
   [  101.468774] init: network-manager main process (963) killed by TRAP signal
   [  101.469044] init: network-manager main process ended, respawning
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=111ee215-f0ae-4fb1-ad99-30a4e7f280df
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
   Bus 002 Device 003: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
   Bus 002 Device 004: ID 047d:1029 Kensington Mouse*in*a*Box Optical Elite
  MarkForUpload: True
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 OFfb NVDA,NVMac
  ProcKernelCmdLine: root=UUID=98ab2c76-e668-4d8d-a684-d30381117f49 ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.2.0-68.102-powerpc-smp 3.2.62
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-68-powerpc-smp N/A
   linux-backports-modules-3.2.0-68-powerpc-smp  N/A
   linux-firmware1.79.16
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  precise
  Uname: Linux 3.2.0-68-powerpc-smp ppc
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev sambashare 
sudo tape video

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1363180] Lspci.txt

2014-09-01 Thread Fritz Hudnut
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1363180/+attachment/4192472/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the process got 
as far as the Yaboot window boot prompt . . . entering various commands 
resulted in response:  claim error, can't allocate e0 at 0 x c200; 
claim error, can't allocate kernel memory.  Built 20140826.1  No further 
testing could be done.
  --- 
  AcpiTables:
   
  AlsaDevices:
   total 0
   crw-rw---T+ 1 root audio 116,  1 Sep  1  2014 seq
   crw-rw---T+ 1 root audio 116, 33 Sep  1  2014 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices: aplay: device_list:252: no soundcards found...
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: powerpc
  ArecordDevices: arecord: device_list:252: no soundcards found...
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg:
   [   42.846793] eth0: no IPv6 routers present
   [   42.904664] input: Mouseemu virtual keyboard as 
/devices/virtual/input/input5
   [   42.915426] input: Mouseemu virtual mouse as /devices/virtual/input/input6
   [  101.468774] init: network-manager main process (963) killed by TRAP signal
   [  101.469044] init: network-manager main process ended, respawning
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=111ee215-f0ae-4fb1-ad99-30a4e7f280df
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
   Bus 002 Device 003: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
   Bus 002 Device 004: ID 047d:1029 Kensington Mouse*in*a*Box Optical Elite
  MarkForUpload: True
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 OFfb NVDA,NVMac
  ProcKernelCmdLine: root=UUID=98ab2c76-e668-4d8d-a684-d30381117f49 ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.2.0-68.102-powerpc-smp 3.2.62
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-68-powerpc-smp N/A
   linux-backports-modules-3.2.0-68-powerpc-smp  N/A
   linux-firmware1.79.16
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  precise
  Uname: Linux 3.2.0-68-powerpc-smp ppc
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev sambashare 
sudo tape video

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1363180] PulseList.txt

2014-09-01 Thread Fritz Hudnut
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1363180/+attachment/4192476/+files/PulseList.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the process got 
as far as the Yaboot window boot prompt . . . entering various commands 
resulted in response:  claim error, can't allocate e0 at 0 x c200; 
claim error, can't allocate kernel memory.  Built 20140826.1  No further 
testing could be done.
  --- 
  AcpiTables:
   
  AlsaDevices:
   total 0
   crw-rw---T+ 1 root audio 116,  1 Sep  1  2014 seq
   crw-rw---T+ 1 root audio 116, 33 Sep  1  2014 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices: aplay: device_list:252: no soundcards found...
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: powerpc
  ArecordDevices: arecord: device_list:252: no soundcards found...
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg:
   [   42.846793] eth0: no IPv6 routers present
   [   42.904664] input: Mouseemu virtual keyboard as 
/devices/virtual/input/input5
   [   42.915426] input: Mouseemu virtual mouse as /devices/virtual/input/input6
   [  101.468774] init: network-manager main process (963) killed by TRAP signal
   [  101.469044] init: network-manager main process ended, respawning
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=111ee215-f0ae-4fb1-ad99-30a4e7f280df
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
   Bus 002 Device 003: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
   Bus 002 Device 004: ID 047d:1029 Kensington Mouse*in*a*Box Optical Elite
  MarkForUpload: True
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 OFfb NVDA,NVMac
  ProcKernelCmdLine: root=UUID=98ab2c76-e668-4d8d-a684-d30381117f49 ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.2.0-68.102-powerpc-smp 3.2.62
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-68-powerpc-smp N/A
   linux-backports-modules-3.2.0-68-powerpc-smp  N/A
   linux-firmware1.79.16
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  precise
  Uname: Linux 3.2.0-68-powerpc-smp ppc
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev sambashare 
sudo tape video

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1363180] IwConfig.txt

2014-09-01 Thread Fritz Hudnut
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1363180/+attachment/4192471/+files/IwConfig.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the process got 
as far as the Yaboot window boot prompt . . . entering various commands 
resulted in response:  claim error, can't allocate e0 at 0 x c200; 
claim error, can't allocate kernel memory.  Built 20140826.1  No further 
testing could be done.
  --- 
  AcpiTables:
   
  AlsaDevices:
   total 0
   crw-rw---T+ 1 root audio 116,  1 Sep  1  2014 seq
   crw-rw---T+ 1 root audio 116, 33 Sep  1  2014 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices: aplay: device_list:252: no soundcards found...
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: powerpc
  ArecordDevices: arecord: device_list:252: no soundcards found...
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg:
   [   42.846793] eth0: no IPv6 routers present
   [   42.904664] input: Mouseemu virtual keyboard as 
/devices/virtual/input/input5
   [   42.915426] input: Mouseemu virtual mouse as /devices/virtual/input/input6
   [  101.468774] init: network-manager main process (963) killed by TRAP signal
   [  101.469044] init: network-manager main process ended, respawning
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=111ee215-f0ae-4fb1-ad99-30a4e7f280df
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
   Bus 002 Device 003: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
   Bus 002 Device 004: ID 047d:1029 Kensington Mouse*in*a*Box Optical Elite
  MarkForUpload: True
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 OFfb NVDA,NVMac
  ProcKernelCmdLine: root=UUID=98ab2c76-e668-4d8d-a684-d30381117f49 ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.2.0-68.102-powerpc-smp 3.2.62
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-68-powerpc-smp N/A
   linux-backports-modules-3.2.0-68-powerpc-smp  N/A
   linux-firmware1.79.16
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  precise
  Uname: Linux 3.2.0-68-powerpc-smp ppc
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev sambashare 
sudo tape video

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1363180] ProcCpuinfo.txt

2014-09-01 Thread Fritz Hudnut
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1363180/+attachment/4192473/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the process got 
as far as the Yaboot window boot prompt . . . entering various commands 
resulted in response:  claim error, can't allocate e0 at 0 x c200; 
claim error, can't allocate kernel memory.  Built 20140826.1  No further 
testing could be done.
  --- 
  AcpiTables:
   
  AlsaDevices:
   total 0
   crw-rw---T+ 1 root audio 116,  1 Sep  1  2014 seq
   crw-rw---T+ 1 root audio 116, 33 Sep  1  2014 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices: aplay: device_list:252: no soundcards found...
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: powerpc
  ArecordDevices: arecord: device_list:252: no soundcards found...
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg:
   [   42.846793] eth0: no IPv6 routers present
   [   42.904664] input: Mouseemu virtual keyboard as 
/devices/virtual/input/input5
   [   42.915426] input: Mouseemu virtual mouse as /devices/virtual/input/input6
   [  101.468774] init: network-manager main process (963) killed by TRAP signal
   [  101.469044] init: network-manager main process ended, respawning
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=111ee215-f0ae-4fb1-ad99-30a4e7f280df
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
   Bus 002 Device 003: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
   Bus 002 Device 004: ID 047d:1029 Kensington Mouse*in*a*Box Optical Elite
  MarkForUpload: True
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 OFfb NVDA,NVMac
  ProcKernelCmdLine: root=UUID=98ab2c76-e668-4d8d-a684-d30381117f49 ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.2.0-68.102-powerpc-smp 3.2.62
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-68-powerpc-smp N/A
   linux-backports-modules-3.2.0-68-powerpc-smp  N/A
   linux-firmware1.79.16
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  precise
  Uname: Linux 3.2.0-68-powerpc-smp ppc
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev sambashare 
sudo tape video

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1363180] Re: utopic alternate install CD doesn't boot

2014-09-01 Thread Fritz Hudnut
apport information

** Tags added: apport-collected precise

** Description changed:

- During testing for PPC 14.10 alternate install CD on iBook G4 the
- process got as far as the Yaboot window boot prompt . . . entering
- various commands resulted in response:  claim error, can't allocate
- e0 at 0 x c200; claim error, can't allocate kernel memory.
- Built 20140826.1  No further testing could be done.
+ During testing for PPC 14.10 alternate install CD on iBook G4 the process got 
as far as the Yaboot window boot prompt . . . entering various commands 
resulted in response:  claim error, can't allocate e0 at 0 x c200; 
claim error, can't allocate kernel memory.  Built 20140826.1  No further 
testing could be done.
+ --- 
+ AcpiTables:
+  
+ AlsaDevices:
+  total 0
+  crw-rw---T+ 1 root audio 116,  1 Sep  1  2014 seq
+  crw-rw---T+ 1 root audio 116, 33 Sep  1  2014 timer
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ AplayDevices: aplay: device_list:252: no soundcards found...
+ ApportVersion: 2.0.1-0ubuntu17.7
+ Architecture: powerpc
+ ArecordDevices: arecord: device_list:252: no soundcards found...
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ CRDA: Error: [Errno 2] No such file or directory
+ CurrentDmesg:
+  [   42.846793] eth0: no IPv6 routers present
+  [   42.904664] input: Mouseemu virtual keyboard as 
/devices/virtual/input/input5
+  [   42.915426] input: Mouseemu virtual mouse as /devices/virtual/input/input6
+  [  101.468774] init: network-manager main process (963) killed by TRAP signal
+  [  101.469044] init: network-manager main process ended, respawning
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=111ee215-f0ae-4fb1-ad99-30a4e7f280df
+ Lsusb:
+  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 002 Device 002: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
+  Bus 002 Device 003: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
+  Bus 002 Device 004: ID 047d:1029 Kensington Mouse*in*a*Box Optical Elite
+ MarkForUpload: True
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcEnviron:
+  LANGUAGE=en_US:en
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 OFfb NVDA,NVMac
+ ProcKernelCmdLine: root=UUID=98ab2c76-e668-4d8d-a684-d30381117f49 ro quiet 
splash
+ ProcVersionSignature: Ubuntu 3.2.0-68.102-powerpc-smp 3.2.62
+ RelatedPackageVersions:
+  linux-restricted-modules-3.2.0-68-powerpc-smp N/A
+  linux-backports-modules-3.2.0-68-powerpc-smp  N/A
+  linux-firmware1.79.16
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  precise
+ Uname: Linux 3.2.0-68-powerpc-smp ppc
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev sambashare 
sudo tape video

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1363180/+attachment/4192470/+files/BootDmesg.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the process got 
as far as the Yaboot window boot prompt . . . entering various commands 
resulted in response:  claim error, can't allocate e0 at 0 x c200; 
claim error, can't allocate kernel memory.  Built 20140826.1  No further 
testing could be done.
  --- 
  AcpiTables:
   
  AlsaDevices:
   total 0
   crw-rw---T+ 1 root audio 116,  1 Sep  1  2014 seq
   crw-rw---T+ 1 root audio 116, 33 Sep  1  2014 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices: aplay: device_list:252: no soundcards found...
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: powerpc
  ArecordDevices: arecord: device_list:252: no soundcards found...
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg:
   [   42.846793] eth0: no IPv6 routers present
   [   42.904664] input: Mouseemu virtual keyboard as 
/devices/virtual/input/input5
   [   42.915426] input: Mouseemu virtual mouse as /devices/virtual/input/input6
   [  101.468774] init: network-manager main process (963) killed by TRAP signal
   [  101.469044] init: network-manager main process ended, respawning
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=111ee215-f0ae-4fb1-ad99-30a4e7f280df
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 

[Kernel-packages] [Bug 1363180] UdevLog.txt

2014-09-01 Thread Fritz Hudnut
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1363180/+attachment/4192478/+files/UdevLog.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the process got 
as far as the Yaboot window boot prompt . . . entering various commands 
resulted in response:  claim error, can't allocate e0 at 0 x c200; 
claim error, can't allocate kernel memory.  Built 20140826.1  No further 
testing could be done.
  --- 
  AcpiTables:
   
  AlsaDevices:
   total 0
   crw-rw---T+ 1 root audio 116,  1 Sep  1  2014 seq
   crw-rw---T+ 1 root audio 116, 33 Sep  1  2014 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices: aplay: device_list:252: no soundcards found...
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: powerpc
  ArecordDevices: arecord: device_list:252: no soundcards found...
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg:
   [   42.846793] eth0: no IPv6 routers present
   [   42.904664] input: Mouseemu virtual keyboard as 
/devices/virtual/input/input5
   [   42.915426] input: Mouseemu virtual mouse as /devices/virtual/input/input6
   [  101.468774] init: network-manager main process (963) killed by TRAP signal
   [  101.469044] init: network-manager main process ended, respawning
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=111ee215-f0ae-4fb1-ad99-30a4e7f280df
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
   Bus 002 Device 003: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
   Bus 002 Device 004: ID 047d:1029 Kensington Mouse*in*a*Box Optical Elite
  MarkForUpload: True
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 OFfb NVDA,NVMac
  ProcKernelCmdLine: root=UUID=98ab2c76-e668-4d8d-a684-d30381117f49 ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.2.0-68.102-powerpc-smp 3.2.62
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-68-powerpc-smp N/A
   linux-backports-modules-3.2.0-68-powerpc-smp  N/A
   linux-firmware1.79.16
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  precise
  Uname: Linux 3.2.0-68-powerpc-smp ppc
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev sambashare 
sudo tape video

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1363180] ProcModules.txt

2014-09-01 Thread Fritz Hudnut
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1363180/+attachment/4192475/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the process got 
as far as the Yaboot window boot prompt . . . entering various commands 
resulted in response:  claim error, can't allocate e0 at 0 x c200; 
claim error, can't allocate kernel memory.  Built 20140826.1  No further 
testing could be done.
  --- 
  AcpiTables:
   
  AlsaDevices:
   total 0
   crw-rw---T+ 1 root audio 116,  1 Sep  1  2014 seq
   crw-rw---T+ 1 root audio 116, 33 Sep  1  2014 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices: aplay: device_list:252: no soundcards found...
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: powerpc
  ArecordDevices: arecord: device_list:252: no soundcards found...
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg:
   [   42.846793] eth0: no IPv6 routers present
   [   42.904664] input: Mouseemu virtual keyboard as 
/devices/virtual/input/input5
   [   42.915426] input: Mouseemu virtual mouse as /devices/virtual/input/input6
   [  101.468774] init: network-manager main process (963) killed by TRAP signal
   [  101.469044] init: network-manager main process ended, respawning
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=111ee215-f0ae-4fb1-ad99-30a4e7f280df
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
   Bus 002 Device 003: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
   Bus 002 Device 004: ID 047d:1029 Kensington Mouse*in*a*Box Optical Elite
  MarkForUpload: True
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 OFfb NVDA,NVMac
  ProcKernelCmdLine: root=UUID=98ab2c76-e668-4d8d-a684-d30381117f49 ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.2.0-68.102-powerpc-smp 3.2.62
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-68-powerpc-smp N/A
   linux-backports-modules-3.2.0-68-powerpc-smp  N/A
   linux-firmware1.79.16
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  precise
  Uname: Linux 3.2.0-68-powerpc-smp ppc
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev sambashare 
sudo tape video

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1363180] WifiSyslog.txt

2014-09-01 Thread Fritz Hudnut
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1363180/+attachment/4192479/+files/WifiSyslog.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the process got 
as far as the Yaboot window boot prompt . . . entering various commands 
resulted in response:  claim error, can't allocate e0 at 0 x c200; 
claim error, can't allocate kernel memory.  Built 20140826.1  No further 
testing could be done.
  --- 
  AcpiTables:
   
  AlsaDevices:
   total 0
   crw-rw---T+ 1 root audio 116,  1 Sep  1  2014 seq
   crw-rw---T+ 1 root audio 116, 33 Sep  1  2014 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices: aplay: device_list:252: no soundcards found...
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: powerpc
  ArecordDevices: arecord: device_list:252: no soundcards found...
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg:
   [   42.846793] eth0: no IPv6 routers present
   [   42.904664] input: Mouseemu virtual keyboard as 
/devices/virtual/input/input5
   [   42.915426] input: Mouseemu virtual mouse as /devices/virtual/input/input6
   [  101.468774] init: network-manager main process (963) killed by TRAP signal
   [  101.469044] init: network-manager main process ended, respawning
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=111ee215-f0ae-4fb1-ad99-30a4e7f280df
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
   Bus 002 Device 003: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
   Bus 002 Device 004: ID 047d:1029 Kensington Mouse*in*a*Box Optical Elite
  MarkForUpload: True
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 OFfb NVDA,NVMac
  ProcKernelCmdLine: root=UUID=98ab2c76-e668-4d8d-a684-d30381117f49 ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.2.0-68.102-powerpc-smp 3.2.62
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-68-powerpc-smp N/A
   linux-backports-modules-3.2.0-68-powerpc-smp  N/A
   linux-firmware1.79.16
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  precise
  Uname: Linux 3.2.0-68-powerpc-smp ppc
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev sambashare 
sudo tape video

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1363180] Re: utopic alternate install CD doesn't boot

2014-09-01 Thread Fritz Hudnut
Folks:

All of this recent activity 9/1/14 was via the iMac 800 running apport-
collect 1363180 in the Xubun 12.04 partition . . . trying to run
hardinfo -ram devices.so | sed '/\*\*\*\*\*\*\*/,/\*\*\*\*\*\*\*/d' |
gist-paste | clipit -c . . . generates an error something about gnome
keyring . . . possibly due to gist not being installed . . . yorick
was . . . .  So, since there is no paste-binit address generated I don't
think I can complete the process of adding the iMac to the QA tracker .
. . .  It also appears that running the apport-collect in the iBook
running now 14.04 . . . did not go through here in bugz report???
Although I believe that unit is added into the QA Tracker of computers .
. . don't know if I would need to run that command again or not?

As it is I've tried the desktop PPC DVD in both of my PPC computers and
have had the same issue . . . .  BTW, while watching the Terminal in the
iMac I saw the line linux is not installed . . . but, it is . . . and
I was booted up in 12.04 when I ran the apport command . . . .

e.e.p.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the process got 
as far as the Yaboot window boot prompt . . . entering various commands 
resulted in response:  claim error, can't allocate e0 at 0 x c200; 
claim error, can't allocate kernel memory.  Built 20140826.1  No further 
testing could be done.
  --- 
  AcpiTables:
   
  AlsaDevices:
   total 0
   crw-rw---T+ 1 root audio 116,  1 Sep  1  2014 seq
   crw-rw---T+ 1 root audio 116, 33 Sep  1  2014 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices: aplay: device_list:252: no soundcards found...
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: powerpc
  ArecordDevices: arecord: device_list:252: no soundcards found...
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg:
   [   42.846793] eth0: no IPv6 routers present
   [   42.904664] input: Mouseemu virtual keyboard as 
/devices/virtual/input/input5
   [   42.915426] input: Mouseemu virtual mouse as /devices/virtual/input/input6
   [  101.468774] init: network-manager main process (963) killed by TRAP signal
   [  101.469044] init: network-manager main process ended, respawning
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=111ee215-f0ae-4fb1-ad99-30a4e7f280df
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
   Bus 002 Device 003: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
   Bus 002 Device 004: ID 047d:1029 Kensington Mouse*in*a*Box Optical Elite
  MarkForUpload: True
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 OFfb NVDA,NVMac
  ProcKernelCmdLine: root=UUID=98ab2c76-e668-4d8d-a684-d30381117f49 ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.2.0-68.102-powerpc-smp 3.2.62
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-68-powerpc-smp N/A
   linux-backports-modules-3.2.0-68-powerpc-smp  N/A
   linux-firmware1.79.16
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  precise
  Uname: Linux 3.2.0-68-powerpc-smp ppc
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev sambashare 
sudo tape video

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1363180] Re: utopic alternate install CD doesn't boot

2014-08-29 Thread Fritz Hudnut
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the
  process got as far as the Yaboot window boot prompt . . . entering
  various commands resulted in response:  claim error, can't allocate
  e0 at 0 x c200; claim error, can't allocate kernel memory.
  Built 20140826.1  No further testing could be done.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1363180] Re: utopic alternate install CD doesn't boot

2014-08-29 Thread Fritz Hudnut
Running the apport-collect 1363180 seemed to not go through . . .
various error windows could not be read in the desktop because the new
install of 14.04 has left problems with the GUI . . . no time to deal
with it.  This bug report was filed as part of the QA testing process .
. . I have marked it as confirmed . . . the hardware stuff was sent to
clipit:  https://gist.github.com/29c30a0634400329d4ba

The system list did not show my Apple iBook G4 933MHz 6xxMB RAM . . .
so could not complete that part of the QA process.  12.04 ran very well
on this computer . . . .

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the
  process got as far as the Yaboot window boot prompt . . . entering
  various commands resulted in response:  claim error, can't allocate
  e0 at 0 x c200; claim error, can't allocate kernel memory.
  Built 20140826.1  No further testing could be done.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1363180] Re: utopic alternate install CD doesn't boot

2014-08-29 Thread Fritz Hudnut
Problem replicated using the desktop iso downloaded today build
20140829  got to the Yaboot boot prompt window, entering live and
various other choices offered under tab brings identical claim error
. . . adding on some radeonfb=   items brings invalid device . . . .
So, I would again say that testing failed on the G4 iBook with 14.10
beta . . . could not proceed past the Yaboot window . . . .

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the
  process got as far as the Yaboot window boot prompt . . . entering
  various commands resulted in response:  claim error, can't allocate
  e0 at 0 x c200; claim error, can't allocate kernel memory.
  Built 20140826.1  No further testing could be done.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp