[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#488907: marked as done (X server fails with UseFBDev on Powerbook G4 (nv))



Your message dated Wed, 09 Feb 2011 12:47:26 +0000
with message-id <[🔎] E1Pn9SA-000598-MW@franck.debian.org>
and subject line Bug#612189: Removed package(s) from unstable
has caused the Debian Bug report #488907,
regarding X server fails with UseFBDev on Powerbook G4 (nv)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
488907: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488907
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: installation-reports
Severity: normal

*** Please type your report below this line ***


-- Package-specific info:

Boot method: network
Image version: lenny beta 2
Date:  Wed, 02 Jul 2008 02:24:20 +0200

Machine: Powerbook G4 12"
Partitions:
/dev/mapper/goedel-root ext3    36595296   3492524  31243804  11% /
tmpfs        tmpfs      321652         0    321652   0% /lib/init/rw
udev         tmpfs       10240        96     10144   1% /dev
tmpfs        tmpfs      321652         0    321652   0% /dev/shm
/dev/hda3     ext3      242078     26581    202997  12% /boot

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:           [O]
Detect network card:    [O]
Configure network:      [O]
Detect CD:              [ ]
Load installer modules: [O]
Detect hard drives:     [O]
Partition hard drives:  [O]
Install base system:    [O]
Clock/timezone setup:   [O]
User/password setup:    [O]
Install tasks:          [O]
Install boot loader:    [O]
Overall install:        [E]

Comments/Problems:

The netboot instructions for PowerPC are not always particulary helpfull. I've
sent a patch to #275565 to fix the most important issues.

X server did not start successfully. After disabling the UseFBDev option in xorg.conf,
it did.


-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to submit@bugs.debian.org.

xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
	Option		"XkbOptions"	"lv3:lwin_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	BusID		"PCI:0:16:0"
#	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
EndSection

preseed.cfg:
#### Contents of the preconfiguration file
### Localization
# Locale sets language and country.
d-i debian-installer/locale string de_DE

# Keyboard selection.
#d-i console-tools/archs select at
d-i console-keymaps-at/keymap select de
# Example for a different keyboard architecture
#d-i console-keymaps-usb/keymap select mac-usb-us

### Network configuration
# netcfg will choose an interface that has link if possible. This makes it
# skip displaying a list if there is more than one interface.
d-i netcfg/choose_interface select auto

# To pick a particular interface instead:
#d-i netcfg/choose_interface select eth1

# If you have a slow dhcp server and the installer times out waiting for
# it, this might be useful.
#d-i netcfg/dhcp_timeout string 60

# If you prefer to configure the network manually, uncomment this line and
# the static network configuration below.
#d-i netcfg/disable_dhcp boolean true

# If you want the preconfiguration file to work on systems both with and
# without a dhcp server, uncomment these lines and the static network
# configuration below.
#d-i netcfg/dhcp_failed note
#d-i netcfg/dhcp_options select Configure network manually

# Static network configuration.
#d-i netcfg/get_nameservers string 192.168.1.1
#d-i netcfg/get_ipaddress string 192.168.1.42
#d-i netcfg/get_netmask string 255.255.255.0
#d-i netcfg/get_gateway string 192.168.1.1
#d-i netcfg/confirm_static boolean true

# Any hostname and domain names assigned from dhcp take precedence over
# values set here. However, setting the values still prevents the questions
# from being shown, even if values come from dhcp.
d-i netcfg/get_hostname string unassigned-hostname
d-i netcfg/get_domain string unassigned-domain

# Disable that annoying WEP key dialog.
d-i netcfg/wireless_wep string
# The wacky dhcp hostname that some ISPs use as a password of sorts.
#d-i netcfg/dhcp_hostname string radish

### Mirror settings
# If you select ftp, the mirror/country string does not need to be set.
#d-i mirror/protocol string ftp
d-i mirror/country string manual
d-i mirror/http/hostname string mirror-ffm
d-i mirror/http/directory string /debian
d-i mirror/http/proxy string

# Suite to install.
#d-i mirror/suite string testing
# Suite to use for loading installer components (optional).
#d-i mirror/udeb/suite string testing

### Clock and time zone setup
# Controls whether or not the hardware clock is set to UTC.
d-i clock-setup/utc boolean true

# You may set this to any valid setting for $TZ; see the contents of
# /usr/share/zoneinfo/ for valid values.
d-i time/zone string Europe/Berlin

# Controls whether to use NTP to set the clock during the install
d-i clock-setup/ntp boolean true
# NTP server to use. The default is almost always fine here.
#d-i clock-setup/ntp-server ntp.example.com

### Partitioning
# If the system has free space you can choose to only partition that space.
# Note: this must be preseeded with a localized (translated) value.
#d-i partman-auto/init_automatically_partition \
#      select Guided - use the largest continuous free space

# Alternatively, you can specify a disk to partition. The device name must
# be given in traditional non-devfs format.
# For example, to use the first SCSI/SATA hard disk:
#d-i partman-auto/disk string /dev/sda
# Note: If you want to use whatever disk is available, no matter
# what its device name, comment the line above out. This will only work if
# the system only has one disk.
# In addition, you'll need to specify the method to use.
# The presently available methods are: "regular", "lvm" and "crypto"
d-i partman-auto/method string lvm

# If one of the disks that are going to be automatically partitioned
# contains an old LVM configuration, the user will normally receive a
# warning. This can be preseeded away...
d-i partman-auto/purge_lvm_from_device boolean true
# And the same goes for the confirmation to write the lvm partitions.
d-i partman-lvm/confirm boolean true

# You can choose from any of the predefined partitioning recipes.
# Note: this must be preseeded with a localized (translated) value.
#d-i partman-auto/choose_recipe \
#       select All files in one partition (recommended for new users)
d-i partman-auto/choose_recipe \
       select Separate /home partition
#d-i partman-auto/choose_recipe \
#       select Separate /home, /usr, /var, and /tmp partitions

# Or provide a recipe of your own...
# The recipe format is documented in the file devel/partman-auto-recipe.txt.
# If you have a way to get a recipe file into the d-i environment, you can
# just point at it.
#d-i partman-auto/expert_recipe_file string /hd-media/recipe

# If not, you can put an entire recipe into the preconfiguration file in one
# (logical) line. This example creates a small /boot partition, suitable
# swap, and uses the rest of the space for the root partition:
#d-i partman-auto/expert_recipe string                         \
#      boot-root ::                                            \
#              40 50 100 ext3                                  \
#                      $primary{ } $bootable{ }                \
#                      method{ format } format{ }              \
#                      use_filesystem{ } filesystem{ ext3 }    \
#                      mountpoint{ /boot }                     \
#              .                                               \
#              500 10000 1000000000 ext3                       \
#                      method{ format } format{ }              \
#                      use_filesystem{ } filesystem{ ext3 }    \
#                      mountpoint{ / }                         \
#              .                                               \
#              64 512 300% linux-swap                          \
#                      method{ swap } format{ }                \
#              .

# This makes partman automatically partition without confirmation, provided
# that you told it what to do using one of the methods above.
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition \
       select Finish partitioning and write changes to disk
d-i partman/confirm boolean true

### Base system installation
# Select the initramfs generator used to generate the initrd for 2.6 kernels.
#d-i base-installer/kernel/linux/initramfs-generators string yaird

# The kernel image (meta) package to be installed; "none" can be used if no
# kernel is to be installed.
#d-i base-installer/kernel/image string linux-image-2.6-486

### Account setup
# Skip creation of a root account (normal user account will be able to
# use sudo).
#d-i passwd/root-login boolean false
# Alternatively, to skip creation of a normal user account.
#d-i passwd/make-user boolean false

# Root password, either in clear text
#d-i passwd/root-password password r00tme
#d-i passwd/root-password-again password r00tme
# or encrypted using an MD5 hash.
#d-i passwd/root-password-crypted password [MD5 hash]

# To create a normal user account.
d-i passwd/user-fullname string Frank Lichtenheld
d-i passwd/username string djpig
# Normal user's password, either in clear text
#d-i passwd/user-password password insecure
#d-i passwd/user-password-again password insecure
# or encrypted using an MD5 hash.
#d-i passwd/user-password-crypted password [MD5 hash]
# Create the first user with the specified UID instead of the default.
#d-i passwd/user-uid string 1010

# The user account will be added to some standard initial groups. To
# override that, use this.
#d-i passwd/user-default-groups string audio cdrom video

### Apt setup
# You can choose to install non-free and contrib software.
d-i apt-setup/non-free boolean true
d-i apt-setup/contrib boolean true
# Uncomment this if you don't want to use a network mirror.
#d-i apt-setup/use_mirror boolean false
# Select which update services to use; define the mirrors to be used.
# Values shown below are the normal defaults.
#d-i apt-setup/services-select multiselect security, volatile
#d-i apt-setup/security_host string security.debian.org
#d-i apt-setup/volatile_host string volatile.debian.org

# Additional repositories, local[0-9] available
#d-i apt-setup/local0/repository string \
#       http://local.server/debian stable main
#d-i apt-setup/local0/comment string local server
# Enable deb-src lines
#d-i apt-setup/local0/source boolean true
# URL to the public key of the local repository; you must provide a key or
# apt will complain about the unauthenticated repository and so the
# sources.list line will be left commented out
#d-i apt-setup/local0/key string http://local.server/key

# By default the installer requires that repositories be authenticated
# using a known gpg key. This setting can be used to disable that
# authentication. Warning: Insecure, not recommended.
#d-i debian-installer/allow_unauthenticated string true

### Package selection
#tasksel tasksel/first multiselect standard, web-server
# If the desktop task is selected, install the kde and xfce desktops
# instead of the default gnome desktop.
#tasksel tasksel/desktop multiselect kde, xfce

# Individual additional packages to install
#d-i pkgsel/include string openssh-server build-essential

# Some versions of the installer can report back on what software you have
# installed, and what software you use. The default is not to report back,
# but sending reports helps the project determine what software is most
# popular and include it on CDs.
popularity-contest popularity-contest/participate boolean true

### Boot loader installation
# Grub is the default boot loader (for x86). If you want lilo installed
# instead, uncomment this:
#d-i grub-installer/skip boolean true
# To also skip installing lilo, and install no bootloader, uncomment this
# too:
#d-i lilo-installer/skip boolean true

# This is fairly safe to set, it makes grub install automatically to the MBR
# if no other operating system is detected on the machine.
#d-i grub-installer/only_debian boolean true

# This one makes grub-installer install to the MBR if it also finds some other
# OS, which is less safe as it might not be able to boot that other OS.
#d-i grub-installer/with_other_os boolean true

# Alternatively, if you want to install to a location other than the mbr,
# uncomment and edit these lines:
#d-i grub-installer/only_debian boolean false
#d-i grub-installer/with_other_os boolean false
#d-i grub-installer/bootdev  string (hd0,0)
# To install grub to multiple disks:
#d-i grub-installer/bootdev  string (hd0,0) (hd1,0) (hd2,0)

### Finishing up the installation
# Avoid that last message about the install being complete.
#d-i finish-install/reboot_in_progress note

# This will prevent the installer from ejecting the CD during the reboot,
# which is useful in some situations.
#d-i cdrom-detect/eject boolean false

# This is how to make the installer shutdown when finished, but not
# reboot into the installed system.
#d-i debian-installer/exit/halt boolean true

### X configuration
# X can detect the right driver for some cards, but if you're preseeding,
# you override whatever it chooses. Still, vesa will work most places.
#xserver-xorg xserver-xorg/config/device/driver select vesa

# A caveat with mouse autodetection is that if it fails, X will retry it
# over and over. So if it's preseeded to be done, there is a possibility of
# an infinite loop if the mouse is not autodetected.
#xserver-xorg xserver-xorg/autodetect_mouse boolean true

# Monitor autodetection is recommended.
xserver-xorg xserver-xorg/autodetect_monitor boolean true
# Uncomment if you have an LCD display.
xserver-xorg xserver-xorg/config/monitor/lcd boolean true
# X has three configuration paths for the monitor. Here's how to preseed
# the "medium" path, which is always available. The "simple" path may not
# be available, and the "advanced" path asks too many questions.
xserver-xorg xserver-xorg/config/monitor/selection-method \
       select medium
xserver-xorg xserver-xorg/config/monitor/mode-list \
       select 1024x768 @ 60 Hz

### Preseeding other packages
# Depending on what software you choose to install, or if things go wrong
# during the installation process, it's possible that other questions may
# be asked. You can preseed those too, of course. To get a list of every
# possible question that could be asked during an install, do an
# installation, and then run these commands:
#   debconf-get-selections --installer > file
#   debconf-get-selections >> file


#### Advanced options
### Running custom commands during the installation
# d-i preseeding is inherently not secure. Nothing in the installer checks
# for attempts at buffer overflows or other exploits of the values of a
# preconfiguration .... ..file like this one. Only use preconfiguration files from
# trusted locations! To drive that home, and because it's generally useful,
# here's a way to run any shell command you'd like inside the installer,
# automatically.

# This first command is run as early as possible, just after
# preseeding is read.
#d-i preseed/early_command string anna-install some-udeb

# This command is run just before the install finishes, but when there is
# still a usable /target directory. You can chroot to /target and use it
# directly, or use the apt-install and in-target commands to easily install
# packages and run commands in the target system.
#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh


==============================================
Installer lsb-release:
==============================================
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="5.0 (lenny) - installer build 20080522"
X_INSTALLATION_MEDIUM=netboot

==============================================
Installer hardware-summary:
==============================================
umame -a: Linux goedel 2.6.24-1-powerpc #1 Sat May 10 11:39:20 UTC 2008 ppc unknown
lspci -knn: 0000:00:0b.0 Host bridge [0600]: Apple Computer Inc. UniNorth 2 AGP [106b:0034]
lspci -knn: 0000:00:10.0 VGA compatible controller [0300]: nVidia Corporation NV17 [GeForce4 440 Go 64M] [10de:0179] (rev a3)
lspci -knn: 	Kernel driver in use: nvidiafb
lspci -knn: 0001:10:0b.0 Host bridge [0600]: Apple Computer Inc. UniNorth 2 PCI [106b:0035]
lspci -knn: 0001:10:17.0 Class [ff00]: Apple Computer Inc. KeyLargo/Intrepid Mac I/O [106b:003e]
lspci -knn: 	Kernel driver in use: macio
lspci -knn: 0001:10:18.0 USB Controller [0c03]: Apple Computer Inc. KeyLargo/Intrepid USB [106b:003f]
lspci -knn: 	Kernel driver in use: ohci_hcd
lspci -knn: 0001:10:19.0 USB Controller [0c03]: Apple Computer Inc. KeyLargo/Intrepid USB [106b:003f]
lspci -knn: 	Kernel driver in use: ohci_hcd
lspci -knn: 0001:10:1a.0 USB Controller [0c03]: Apple Computer Inc. KeyLargo/Intrepid USB [106b:003f]
lspci -knn: 	Kernel driver in use: ohci_hcd
lspci -knn: 0002:20:0b.0 Host bridge [0600]: Apple Computer Inc. UniNorth 2 Internal PCI [106b:0036]
lspci -knn: 0002:20:0d.0 Class [ff00]: Apple Computer Inc. UniNorth/Intrepid ATA/100 [106b:003b]
lspci -knn: 	Kernel driver in use: ide-pmac
lspci -knn: 0002:20:0e.0 FireWire (IEEE 1394) [0c00]: Apple Computer Inc. UniNorth 2 FireWire [106b:0031] (rev 81)
lspci -knn: 	Kernel driver in use: firewire_ohci
lspci -knn: 	Kernel modules: firewire-ohci
lspci -knn: 0002:20:0f.0 Ethernet controller [0200]: Apple Computer Inc. UniNorth 2 GMAC (Sun GEM) [106b:0032] (rev 80)
lspci -knn: 	Kernel driver in use: gem
lspci -knn: 	Kernel modules: sungem
lsmod: Module                  Size  Used by
lsmod: nls_utf8                2144  0 
lsmod: ufs                    90148  0 
lsmod: hfsplus                92548  0 
lsmod: dm_mod                 70180  5 
lsmod: xfs                   555068  0 
lsmod: reiserfs              285908  0 
lsmod: jfs                   195052  0 
lsmod: hfs                    58148  0 
lsmod: ext3                  156328  2 
lsmod: jbd                    56212  1 ext3
lsmod: vfat                   14112  0 
lsmod: fat                    59964  1 vfat
lsmod: ext2                   85384  0 
lsmod: mbcache                 9504  2 ext3,ext2
lsmod: usb_storage            95272  0 
lsmod: ide_disk               18816  3 
lsmod: ide_cd                 47108  0 
lsmod: cdrom                  42812  1 ide_cd
lsmod: firewire_sbp2          16428  0 
lsmod: scsi_mod              187316  2 usb_storage,firewire_sbp2
lsmod: firewire_ohci          22368  0 
lsmod: sungem                 35204  0 
lsmod: sungem_phy             12832  1 sungem
lsmod: firewire_core          49688  2 firewire_sbp2,firewire_ohci
lsmod: crc_itu_t               2048  1 firewire_core
df: Filesystem           1k-blocks      Used Available Use% Mounted on
df: tmpfs                   321652        28    321624   0% /dev
df: tmpfs                   321652        28    321624   0% /dev
df: /dev/mapper/goedel-root
df:                       36595296   3439700  31296628  10% /target
df: /dev/hda3               242078     26581    202997  12% /target/boot
df: /dev/mapper/goedel-root
df:                       36595296   3439700  31296628  10% /dev/.static/dev
df: tmpfs                   321652        28    321624   0% /target/dev
free:               total         used         free       shared      buffers
free:   Mem:       643304       607604        35700            0        74920
free:  Swap:      1638392            0      1638392
free: Total:      2281696       607604      1674092
/proc/cpuinfo: processor	: 0
/proc/cpuinfo: cpu		: 7455, altivec supported
/proc/cpuinfo: clock		: 867.000000MHz
/proc/cpuinfo: revision	: 0.3 (pvr 8001 0303)
/proc/cpuinfo: bogomips	: 107.78
/proc/cpuinfo: timebase	: 33280357
/proc/cpuinfo: platform	: PowerMac
/proc/cpuinfo: machine		: PowerBook6,1
/proc/cpuinfo: motherboard	: PowerBook6,1 MacRISC3 Power Macintosh
/proc/cpuinfo: detected as	: 287 (PowerBook G4 12")
/proc/cpuinfo: pmac flags	: 0000001a
/proc/cpuinfo: L2 cache	: 256K unified
/proc/cpuinfo: pmac-generation	: NewWorld
/proc/ioports: 00000000-007fffff : /pci@f2000000
/proc/ioports: 00802000-01001fff : /pci@f0000000
/proc/ioports: ff7fe000-ffffdfff : /pci@f4000000
/proc/iomem: 80000000-8fffffff : /pci@f2000000
/proc/iomem:   80000000-8007ffff : 0001:10:17.0
/proc/iomem:     80000000-8007ffff : 0.80000000:mac-io
/proc/iomem:       80000050-8000007f : 0.00000050:gpio
/proc/iomem:       80008000-800080ff : 0.00010000:i2s
/proc/iomem:       80008100-800081ff : 0.00010000:i2s
/proc/iomem:       80008200-800082ff : 0.00010000:i2s
/proc/iomem:       80008300-800083ff : 0.00010000:i2s
/proc/iomem:       80008800-800088ff : 0.00020000:ata-3
/proc/iomem:         80008800-800088ff : ide-pmac (dma)
/proc/iomem:       80010000-80010fff : 0.00010000:i2s
/proc/iomem:       80013000-80013000 : 0.00013000:ch-b
/proc/iomem:         80013000-80013000 : pmac_zilog
/proc/iomem:       80013010-80013010 : 0.00013000:ch-b
/proc/iomem:         80013010-80013010 : pmac_zilog
/proc/iomem:       80013020-80013020 : 0.00013020:ch-a
/proc/iomem:         80013020-80013020 : pmac_zilog
/proc/iomem:       80013030-80013030 : 0.00013020:ch-a
/proc/iomem:         80013030-80013030 : pmac_zilog
/proc/iomem:       80013040-80013040 : 0.00013000:ch-b
/proc/iomem:         80013040-80013040 : pmac_zilog
/proc/iomem:       80013050-80013050 : 0.00013020:ch-a
/proc/iomem:         80013050-80013050 : pmac_zilog
/proc/iomem:       80015000-80015fff : 0.00015000:timer
/proc/iomem:       80016000-80017fff : 0.00016000:via-pmu
/proc/iomem:       80018000-80018fff : 0.00018000:i2c
/proc/iomem:       80020000-80020fff : 0.00020000:ata-3
/proc/iomem:         80020000-80020fff : ide-pmac (ports)
/proc/iomem:       80040000-8007ffff : 0.00040000:interrup
/proc/iomem:   80080000-80080fff : 0001:10:1a.0
/proc/iomem:     80080000-80080fff : ohci_hcd
/proc/iomem:   80081000-80081fff : 0001:10:19.0
/proc/iomem:     80081000-80081fff : ohci_hcd
/proc/iomem:   80082000-80082fff : 0001:10:18.0
/proc/iomem:     80082000-80082fff : ohci_hcd
/proc/iomem: 90000000-9fffffff : /pci@f0000000
/proc/iomem:   91000000-91ffffff : 0000:00:10.0
/proc/iomem:     91000000-91ffffff : nvidiafb
/proc/iomem:   94000000-97ffffff : 0000:00:10.0
/proc/iomem:     94000000-97ffffff : nvidiafb
/proc/iomem: f1000000-f1ffffff : /pci@f0000000
/proc/iomem:   f1000000-f107ffff : 0000:00:10.0
/proc/iomem:     f1000000-f107ffff : nvidiafb
/proc/iomem: f3000000-f3ffffff : /pci@f2000000
/proc/iomem: f5000000-f5ffffff : /pci@f4000000
/proc/iomem:   f5000000-f5000fff : 0002:20:0e.0
/proc/iomem:     f5000000-f5000fff : firewire_ohci
/proc/iomem:   f5004000-f5007fff : 0002:20:0d.0
/proc/iomem:     f5004000-f5007fff : Kauai ATA
/proc/iomem:   f5200000-f53fffff : 0002:20:0f.0
/proc/iomem:     f5200000-f53fffff : sungem
/proc/interrupts:            CPU0       
/proc/interrupts:  24:        481   MPIC 1    Level     ide1
/proc/interrupts:  25:      61699   MPIC 1    Level     VIA-PMU
/proc/interrupts:  26:          0   MPIC 1    Level     keywest i2c
/proc/interrupts:  27:         18   MPIC 1    Level     ohci_hcd:usb1
/proc/interrupts:  28:          1   MPIC 1    Level     ohci_hcd:usb2
/proc/interrupts:  29:          1   MPIC 1    Level     ohci_hcd:usb3
/proc/interrupts:  39:     152355   MPIC 1    Level     ide0
/proc/interrupts:  40:         44   MPIC 1    Level     firewire_ohci
/proc/interrupts:  41:     838713   MPIC 1    Level     eth0
/proc/interrupts:  42:          0   MPIC 1    Level     keywest i2c
/proc/interrupts:  47:       5786   MPIC 1    Level     GPIO1 ADB
/proc/interrupts: BAD:          0
/proc/meminfo: MemTotal:       643304 kB
/proc/meminfo: MemFree:         35552 kB
/proc/meminfo: Buffers:         74920 kB
/proc/meminfo: Cached:         482184 kB
/proc/meminfo: SwapCached:          0 kB
/proc/meminfo: Active:         190744 kB
/proc/meminfo: Inactive:       373644 kB
/proc/meminfo: HighTotal:           0 kB
/proc/meminfo: HighFree:            0 kB
/proc/meminfo: LowTotal:       643304 kB
/proc/meminfo: LowFree:         35552 kB
/proc/meminfo: SwapTotal:     1638392 kB
/proc/meminfo: SwapFree:      1638392 kB
/proc/meminfo: Dirty:             704 kB
/proc/meminfo: Writeback:           0 kB
/proc/meminfo: AnonPages:        7312 kB
/proc/meminfo: Mapped:           2288 kB
/proc/meminfo: Slab:            34116 kB
/proc/meminfo: SReclaimable:    26088 kB
/proc/meminfo: SUnreclaim:       8028 kB
/proc/meminfo: PageTables:        376 kB
/proc/meminfo: NFS_Unstable:        0 kB
/proc/meminfo: Bounce:              0 kB
/proc/meminfo: CommitLimit:   1960044 kB
/proc/meminfo: Committed_AS:    10608 kB
/proc/meminfo: VmallocTotal:   317852 kB
/proc/meminfo: VmallocUsed:     58200 kB
/proc/meminfo: VmallocChunk:   258372 kB
/proc/bus/input/devices: I: Bus=0017 Vendor=0001 Product=0001 Version=0100
/proc/bus/input/devices: N: Name="Macintosh mouse button emulation"
/proc/bus/input/devices: P: Phys=
/proc/bus/input/devices: S: Sysfs=/class/input/input0
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=mouse0 
/proc/bus/input/devices: B: EV=7
/proc/bus/input/devices: B: KEY=70000 0 0 0 0 0 0 0 0
/proc/bus/input/devices: B: REL=3
/proc/bus/input/devices: 
/proc/bus/input/devices: I: Bus=0017 Vendor=0001 Product=22c4 Version=0200
/proc/bus/input/devices: N: Name="ADB keyboard"
/proc/bus/input/devices: P: Phys=adb2:2.c4/input
/proc/bus/input/devices: S: Sysfs=/class/input/input1
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd 
/proc/bus/input/devices: B: EV=120003
/proc/bus/input/devices: B: KEY=10000 0 0 0 0 0 0 0 0 0 0 feb0ffdf 3cfffff ffffffff fffffffe
/proc/bus/input/devices: B: LED=7
/proc/bus/input/devices: 
/proc/bus/input/devices: I: Bus=0017 Vendor=0001 Product=771f Version=0100
/proc/bus/input/devices: N: Name="ADB Powerbook buttons"
/proc/bus/input/devices: P: Phys=adb7:7.1f/input
/proc/bus/input/devices: S: Sysfs=/class/input/input2
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd 
/proc/bus/input/devices: B: EV=100003
/proc/bus/input/devices: B: KEY=7b 0 2 0 e0000 0 0 0
/proc/bus/input/devices: 
/proc/bus/input/devices: I: Bus=0017 Vendor=0001 Product=3301 Version=0100
/proc/bus/input/devices: N: Name="ADB mouse"
/proc/bus/input/devices: P: Phys=adb3:3.01/input
/proc/bus/input/devices: S: Sysfs=/class/input/input3
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=mouse1 
/proc/bus/input/devices: B: EV=7
/proc/bus/input/devices: B: KEY=70000 0 0 0 0 0 0 0 0
/proc/bus/input/devices: B: REL=3
/proc/bus/input/devices: 
/proc/bus/input/devices: I: Bus=0019 Vendor=0001 Product=0001 Version=0100
/proc/bus/input/devices: N: Name="PMU"
/proc/bus/input/devices: P: Phys=
/proc/bus/input/devices: S: Sysfs=/class/input/input4
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd 
/proc/bus/input/devices: B: EV=23
/proc/bus/input/devices: B: KEY=100000 0 0 0
/proc/bus/input/devices: B: SW=1
/proc/bus/input/devices: 

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.24-1-powerpc
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
-- 
Frank Lichtenheld <djpig@debian.org>
www: http://www.djpig.de/



--- End Message ---
--- Begin Message ---
Version: 1:2.1.17-3+rm

Dear submitter,

as the package xserver-xorg-video-nv has just been removed from the Debian archive
unstable we hereby close the assiciated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/612189

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


--- End Message ---

Reply to: