kernel .config for Debian stock kernel?

2009-03-18 Thread Brian P. Flaherty

Hello,

I have an iMac G5 (iSight).  I was able to successfully install Debian 
off an old etch netinstall CD a week or two ago.  But the fans run like 
crazy and X behaves a little poorly.  I figured it might be better to 
install lenny to get the newer kernel, etc., but lenny won't install.


It boots off the CD, I type 'install64 video=atyfb' (following a 
different thread on this list), and it halts moments later with some 
MPICH problems or failures.  This is relevant because I upgraded the 
etch install (via dselect) and installed the next kernel and it also 
freezes in the exact same place and error.  So, I think there's a 
mismatch between the kernel on my lenny install CD and my computer.


I now just boot 'old' and it works.  I'd like to get the .config from 
both kernels (working and not), so I can compare them and build a new 
kernel that works.  Can you point me to the package I install to get 
that stock .config, if there is one?  I'd like it as a starting point. 
I'd rather not take the time to do the kernel config from scratch right now.


Thank you for your time and help.

Brian


--
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: kernel .config for Debian stock kernel?

2009-03-18 Thread Wartan Hachaturow
On 3/18/09, Brian P. Flaherty b...@u.washington.edu wrote:

 I now just boot 'old' and it works.  I'd like to get the .config from
 both kernels (working and not), so I can compare them and build a new
 kernel that works.  Can you point me to the package I install to get
 that stock .config, if there is one?  I'd like it as a starting point.
 I'd rather not take the time to do the kernel config from scratch right now.

Kernel configs are available in kernel image packages, and reside in
/boot/config-*.
Does the kernel work with video=ofonly?

-- 
Regards, Wartan.


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#520286: ext2 module fails to recognize ext4 files with extents on big endian

2009-03-18 Thread Michel Dänzer
Package: grub2
Version: 1.96+20090317-1
Severity: important
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The function grub_ext2_read_block() doesn't take endianness into account
when checking the inode flags for EXT4_EXTENTS_FLAG, so the check doesn't
work properly on big endian. The attached patch fixes this, it was necessary
for loading and booting a Linux kernel from an ext4 filesystem on my PowerBook.


- -- Package-specific info:

*** BEGIN /proc/mounts
/dev/root / ext4 rw,relatime,errors=remount-ro,barrier=1,data=ordered 0 0
/dev/hda2 /boot/grub hfs rw,uid=0,gid=0 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd)/dev/hda
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from  and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_freebsd ###
### END /etc/grub.d/10_freebsd ###

### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, linux 2.6.28.8 {
set root=(hd,5)
search --fs-uuid --set 12ed0685-682c-4cf9-8cdf-2a3e0012bb8c
linux   /boot/vmlinux-2.6.28.8 root=/dev/hda5 ro  splash
}
menuentry Debian GNU/Linux, linux 2.6.28.8 (recovery mode) {
set root=(hd,5)
search --fs-uuid --set 12ed0685-682c-4cf9-8cdf-2a3e0012bb8c
linux   /boot/vmlinux-2.6.28.8 root=/dev/hda5 ro single 
}
menuentry Debian GNU/Linux, linux 2.6.28.7 {
set root=(hd,5)
search --fs-uuid --set 12ed0685-682c-4cf9-8cdf-2a3e0012bb8c
linux   /boot/vmlinux-2.6.28.7 root=/dev/hda5 ro  splash
}
menuentry Debian GNU/Linux, linux 2.6.28.7 (recovery mode) {
set root=(hd,5)
search --fs-uuid --set 12ed0685-682c-4cf9-8cdf-2a3e0012bb8c
linux   /boot/vmlinux-2.6.28.7 root=/dev/hda5 ro single 
}
menuentry Debian GNU/Linux, linux 2.6.28.6 {
set root=(hd,5)
search --fs-uuid --set 12ed0685-682c-4cf9-8cdf-2a3e0012bb8c
linux   /boot/vmlinux-2.6.28.6 root=/dev/hda5 ro  splash
}
menuentry Debian GNU/Linux, linux 2.6.28.6 (recovery mode) {
set root=(hd,5)
search --fs-uuid --set 12ed0685-682c-4cf9-8cdf-2a3e0012bb8c
linux   /boot/vmlinux-2.6.28.6 root=/dev/hda5 ro single 
}
menuentry Debian GNU/Linux, linux 2.6.28.4 {
set root=(hd,5)
search --fs-uuid --set 12ed0685-682c-4cf9-8cdf-2a3e0012bb8c
linux   /boot/vmlinux-2.6.28.4 root=/dev/hda5 ro  splash
}
menuentry Debian GNU/Linux, linux 2.6.28.4 (recovery mode) {
set root=(hd,5)
search --fs-uuid --set 12ed0685-682c-4cf9-8cdf-2a3e0012bb8c
linux   /boot/vmlinux-2.6.28.4 root=/dev/hda5 ro single 
}
menuentry Debian GNU/Linux, linux 2.6.28-1-powerpc {
set root=(hd,5)
search --fs-uuid --set 12ed0685-682c-4cf9-8cdf-2a3e0012bb8c
linux   /boot/vmlinux-2.6.28-1-powerpc 
root=UUID=12ed0685-682c-4cf9-8cdf-2a3e0012bb8c ro  splash
initrd  /boot/initrd.img-2.6.28-1-powerpc
}
menuentry Debian GNU/Linux, linux 2.6.28-1-powerpc (recovery mode) {
set root=(hd,5)
search --fs-uuid --set 12ed0685-682c-4cf9-8cdf-2a3e0012bb8c
linux   /boot/vmlinux-2.6.28-1-powerpc 
root=UUID=12ed0685-682c-4cf9-8cdf-2a3e0012bb8c ro single 
initrd  /boot/initrd.img-2.6.28-1-powerpc
}
menuentry Debian GNU/Linux, linux 2.6.26-1-powerpc {
set root=(hd,5)
search --fs-uuid --set 12ed0685-682c-4cf9-8cdf-2a3e0012bb8c
linux   /boot/vmlinux-2.6.26-1-powerpc 
root=UUID=12ed0685-682c-4cf9-8cdf-2a3e0012bb8c ro  splash
initrd  /boot/initrd.img-2.6.26-1-powerpc
}
menuentry Debian GNU/Linux, linux 2.6.26-1-powerpc (recovery mode) {
set root=(hd,5)
search --fs-uuid --set 12ed0685-682c-4cf9-8cdf-2a3e0012bb8c
linux   /boot/vmlinux-2.6.26-1-powerpc 
root=UUID=12ed0685-682c-4cf9-8cdf-2a3e0012bb8c ro single 
initrd  /boot/initrd.img-2.6.26-1-powerpc
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###
*** END /boot/grub/grub.cfg

- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (102, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.28.7
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub2 depends on:
ii  grub-ieee1275

Re: iMac G3 Video Problem

2009-03-18 Thread Risto Suominen
2009/3/18, Patrick Rieger patrick.rie...@gmail.com:

 How do I get into the system to change the file if the screen is not
 working?

The text console might work: ctrl-alt-f1.

Risto


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org