Processed: retitle 264482 to using mount with an fstab entry works, specifying devices/mountpoints manually does not (2.6/sparc64)

2004-08-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.8
 retitle 264482 using mount with an fstab entry works, specifying devices/mountpoints 
 manually does not (2.6/sparc64)
Bug#264482: mounting tmpfs gives bad address
Changed Bug title.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: di and woody

2004-08-09 Thread Petter Reinholdtsen
[John Summerfield]
 A few minutes ago Ibooted d-i off my week-old network boot setup and 
 tried to install Woody.
 
 It coukln't find the needed netinstall image from the local official
 mirror.

I'm not too surprised.  Woody installs are only tested with CDs, as
far as I know.  No-one tested it with network installs yet, and I
expect lots of bugs are left. :)

But the CD install work with Debian-Edu (d-i + Woody + some
upgraded/extra packages), and might work with the normal Woody too. :)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264482: more info

2004-08-09 Thread Joshua Kwan
OK. This is definitely busybox's fault. So, to recap:

# mount -t tmpfs -o size=100M none /mnt
mount: Mounting none on /mnt failed: Bad address

But, if fstab contains:

none/mnttmpfs   size=100M

and I issue
# mount /mnt

It works perfectly.

What's going on here?

Here are strace logs of mount: infstab.log is typing mount /proc using
the entry in fstab, and then mount -t proc none /proc is manual.log.

Hope this can be quickly fixed?

-- 
Joshua Kwan
execve(bin/mount, [bin/mount, /proc], [/* 3 vars */]) = 0
uname({sys=Linux, node=(none), ...}) = 0
brk(0)  = 0x14e000
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/etc/ld.so.preload, O_RDONLY)= -1 ENOENT (No such file or directory)
open(/etc/ld.so.cache, O_RDONLY)  = -1 ENOENT (No such file or directory)
open(/lib/v9/libc.so.6, O_RDONLY) = -1 ENOENT (No such file or directory)
stat64(/lib/v9, 0xe390)   = -1 ENOENT (No such file or directory)
open(/lib/libc.so.6, O_RDONLY)= 3
read(3, \177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\1\316..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1291740, ...}) = 0
mmap(NULL, 1361656, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x7002c000
mprotect(0x7016, 100088, PROT_NONE) = 0
mmap(0x7016c000, 40960, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 
0x13) = 0x7016c000
mmap(0x70176000, 9976, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x70176000
close(3)= 0
brk(0)  = 0x14e000
brk(0x17)   = 0x17
brk(0)  = 0x17
stat64(/proc, {st_mode=S_IFDIR|0777, st_size=1024, ...}) = 0
open(/etc/fstab, O_RDONLY)= 3
fstat64(3, {st_mode=S_IFREG|0666, st_size=188, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7017a000
read(3, /dev/floppy/0\t/floppy\t\tauto\tnoau..., 8192) = 188
mount(none, /proc, proc, 0xc0ed, 0x) = 0
close(3)= 0
munmap(0x7017a000, 8192)= 0
sysconf(0 unfinished ... exit status 0
execve(bin/mount, [bin/mount, -t, proc, none, /proc], [/* 3 vars */]) = 0
uname({sys=Linux, node=(none), ...}) = 0
brk(0)  = 0x14e000
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/etc/ld.so.preload, O_RDONLY)= -1 ENOENT (No such file or directory)
open(/etc/ld.so.cache, O_RDONLY)  = -1 ENOENT (No such file or directory)
open(/lib/v9/libc.so.6, O_RDONLY) = -1 ENOENT (No such file or directory)
stat64(/lib/v9, 0xe380)   = -1 ENOENT (No such file or directory)
open(/lib/libc.so.6, O_RDONLY)= 3
read(3, \177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\1\316..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1291740, ...}) = 0
mmap(NULL, 1361656, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x7002c000
mprotect(0x7016, 100088, PROT_NONE) = 0
mmap(0x7016c000, 40960, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 
0x13) = 0x7016c000
mmap(0x70176000, 9976, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x70176000
close(3)= 0
brk(0)  = 0x14e000
brk(0x17)   = 0x17
brk(0)  = 0x17
stat64(none, 0xed10)  = -1 ENOENT (No such file or directory)
mount(none, /proc, proc, 0xc0ed, 0x) = -1 EFAULT (Bad address)
write(2, mount: , 7mount: )  = 7
write(2, Mounting none on /proc failed, 29Mounting none on /proc failed) = 29
write(2, : Bad address\n, 14: Bad address
) = 14
sysconf(0x1 unfinished ... exit status 1


signature.asc
Description: Digital signature


Re: A serious problem with partman/parted [was: D-I impressions]

2004-08-09 Thread Petter Reinholdtsen
[Anton Zinoviev]
 I browsed the archives of the mailing list of parted and discovered that
 this is a known bug of parted.  There were even flame wars about it.
 This is going to be quiet unfortunate to many people who will try to
 install Debian on dual-boot systems (#258880).

Is is all this related to the geometry calculations described on 
URL:http://www.kerneltraffic.org/kernel-traffic/kt20040630_265.html#1?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How does installer configure modules used after reboot?

2004-08-09 Thread Petter Reinholdtsen
[Tod Hagan]
 I've got a case where debian-installer RC1 fails on reboot. I'm
 writing up my installation report, but first I have a question.

Remember both lspci and lspci -n. :)

 I'm not sure that the necessary modules are loaded to see the RAIDed
 drives holding the install. Would these modules have to appear in the
 modprobe entries in the loadmodules file in
 /boot/initrd.img-2.4.26-1-386?

Yes, I believe so.

 Is /boot/initrd.img-2.4.26-1-386 created dynamically during install,
 or is it stored in a .deb within sarge-i386-netinst.iso?

It is generated when the kernel package is installed, and I believe it
is done by mkinitrd.  Check the postinst of a kernel package.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264501:

2004-08-09 Thread Jesse Allen Millikan
Package: installation-reports

Debian-installer-version: RC1-bittorrent, 08/08/04
uname -a: Linux debian 2.4.26-1-386 #1 Thu Jul 22 12:46:23 JST 2004 i686
GNU/Linux
Date: 08/08/04 7 PM
Method: Booted from CD image 1, named ftp.cerias.purdue.edu as source

Machine: Emachines T 1440
Processor: 1.4 Ghz Celeron
Memory: 128 MB
Root Device: IDE1
Root Size/partition table: # /etc/fstab: static file system information.
#
# file system mount point   type  options   dump  pass
proc/proc   procdefaults0   0
/dev/hdb1   /   ext3defaults,errors=remount-ro 0   1
/dev/hdb5   noneswapsw  0   0
/dev/hdc/media/cdrom0   iso9660 ro,user,noauto  0   0
/dev/fd0/media/floppy0  autorw,user,noauto  0   0

Output of lspci:
:00:00.0 Host bridge: Intel Corp. 82810E DC-133 GMCH [Graphics Memory
Controller Hub] (rev 03)
:00:01.0 VGA compatible controller: Intel Corp. 82810E DC-133 CGC
[Chipset Graphics Controller] (rev 03)
:00:1e.0 PCI bridge: Intel Corp. 82801AA PCI Bridge (rev 02)
:00:1f.0 ISA bridge: Intel Corp. 82801AA ISA Bridge (LPC) (rev 02)
:00:1f.1 IDE interface: Intel Corp. 82801AA IDE (rev 02)
:00:1f.2 USB Controller: Intel Corp. 82801AA USB (rev 02)
:00:1f.3 SMBus: Intel Corp. 82801AA SMBus (rev 02)
:00:1f.5 Multimedia audio controller: Intel Corp. 82801AA AC'97 Audio
(rev 02)
:01:06.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ (rev 10)


Base System Installation Checklist:

Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[O]
Reboot: [O]
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Comments/Problems:

I selected Desktop in tasksel, installed gdm, and rebooted into
run-level 5. I'm very concerned that at this point, 'failsafe' failed to
produce a shell, but KDE worked so I'm not high and dry.
Anyway, I would really like to see KDE and GNOME kept seperate in tasksel,
but that's a religious issue. (I use GNOME these days.)
Otherwise, I like the new Are you too f***ing lazy to partition the drive
yourself? option, because I am.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264505: installation bug

2004-08-09 Thread Glen Kaukola
Package: installation-reports
INSTALL REPORT
Debian-installer-version: August 8th, 2004  
http://cdimage.debian.org/pub/cdimage-testing/sarge_d-i/i386/rc1/sarge-i386-netinst.iso
uname -a: Linux mouse 2.4.26-1-386 #1 Thu Jul 22 12:46:23 JST 2004 i686 
GNU/Linux
Date: 11am, August 8th, 2004
Method: Booted off the network install iso, and installed from 
ftp.debian.org

Machine: Home built x86 machine
Processor: Dual Pentium 4 Xeon
Memory: 1 Gigabyte
Root Device: SCSI  /dev/sdb1
Root Size/partition table:
mouse:~# fdisk -l /dev/sda
Disk /dev/sda: 18.3 GB, 18351959040 bytes
255 heads, 63 sectors/track, 2231 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
  Device Boot  Start End  Blocks   Id  System
/dev/sda1   1  62  497983+  83  Linux
/dev/sda2  63 305 1951897+  82  Linux swap
/dev/sda3 306 913 4883760   fd  Linux raid 
autodetect
/dev/sda4 9141705 6361740f  W95 Ext'd (LBA)
/dev/sda5 9141035  979933+  fd  Linux raid 
autodetect
/dev/sda610361097  497983+  fd  Linux raid 
autodetect
/dev/sda710981705 4883728+  fd  Linux raid 
autodetect

mouse:~# fdisk -l /dev/sdb
Disk /dev/sdb: 18.3 GB, 18351959040 bytes
255 heads, 63 sectors/track, 2231 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
  Device Boot  Start End  Blocks   Id  System
/dev/sdb1   1 122  979933+  83  Linux
/dev/sdb2 123 365 1951897+  82  Linux swap
/dev/sdb3 366 973 4883760   fd  Linux raid 
autodetect
/dev/sdb4 9741765 6361740f  W95 Ext'd (LBA)
/dev/sdb5 9741095  979933+  fd  Linux raid 
autodetect
/dev/sdb610961157  497983+  fd  Linux raid 
autodetect
/dev/sdb711581765 4883728+  fd  Linux raid 
autodetect

mouse:~# df
Filesystem   1K-blocks  Used Available Use% Mounted on
/dev/sdb1   918322 80348788978  10% /
tmpfs   452692 0452692   0% /dev/shm
/dev/sda1   42 13638428125   4% /boot
/dev/md0   9613924 40908   9084652   1% /home
/dev/md1   1836460  8266   1730210   1% /tmp
/dev/md3   9613924   1977812   7147748  22% /usr
/dev/md2933197131635751777  15% /var
Output of lspci and lspci -n:
mouse:~# lspci
:00:00.0 Host bridge: Intel Corp. 82860 860 (Wombat) Chipset Host 
Bridge (MCH) (rev 04)
:00:01.0 PCI bridge: Intel Corp. 82850 850 (Tehama) Chipset AGP 
Bridge (rev 04)
:00:02.0 PCI bridge: Intel Corp. 82860 860 (Wombat) Chipset AGP 
Bridge (rev 04)
:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 04)
:00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 04)
:00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 04)
:00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 04)
:00:1f.3 SMBus: Intel Corp. 82801BA/BAM SMBus (rev 04)
:00:1f.4 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #2) (rev 04)
:00:1f.5 Multimedia audio controller: Intel Corp. 82801BA/BAM AC'97 
Audio (rev 04)
:01:00.0 VGA compatible controller: nVidia Corporation NV20 
[GeForce3 Ti 200] (rev a3)
:02:1f.0 PCI bridge: Intel Corp. 82806AA PCI64 Hub PCI Bridge (rev 03)
:03:00.0 PIC: Intel Corp. 82806AA PCI64 Hub Advanced Programmable 
Interrupt Controller (rev 01)
:03:04.0 SCSI storage controller: Adaptec AIC-7899P U160/m (rev 01)
:03:04.1 SCSI storage controller: Adaptec AIC-7899P U160/m (rev 01)
:04:04.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 
100] (rev 08)

mouse:~# lspci -n
:00:00.0 0600: 8086:2531 (rev 04)
:00:01.0 0604: 8086:2532 (rev 04)
:00:02.0 0604: 8086:2533 (rev 04)
:00:1e.0 0604: 8086:244e (rev 04)
:00:1f.0 0601: 8086:2440 (rev 04)
:00:1f.1 0101: 8086:244b (rev 04)
:00:1f.2 0c03: 8086:2442 (rev 04)
:00:1f.3 0c05: 8086:2443 (rev 04)
:00:1f.4 0c03: 8086:2444 (rev 04)
:00:1f.5 0401: 8086:2445 (rev 04)
:01:00.0 0300: 10de:0201 (rev a3)
:02:1f.0 0604: 8086:1360 (rev 03)
:03:00.0 0800: 8086:1161 (rev 01)
:03:04.0 0100: 9005:00cf (rev 01)
:03:04.1 0100: 9005:00cf (rev 01)
:04:04.0 0200: 8086:1229 (rev 08)
Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it
Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [E]
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[O]
Reboot: [O]
Comments/Problems:
I created 2 RAID partitions and turned those into a software RAID 0 
device.  I then created two more RAID 

Re: RC1 report installation failed

2004-08-09 Thread VETSEL Patrice
VETSEL Patrice a écrit :
With this iso - 
http://cdimage.debian.org/pub/cdimage-testing/sarge_d-i/i386/rc1/sarge-i386-netinst.iso 

All seem's to be fine except the ejection of the cd at the end.
After a reboot no more installation/configuration-screen appeared.
I can enter with the root login with no password.
My keyboard is not the good (i'v choosen azerty/french)
Taskselect show me just 2 option to install
The b44 module is installed but the /etc/network/interfaces is empty 
(i'v configured my netcard with IP static), and so i can't launch 
pppoeconf.
cya


I must add that i'v used linux26.
When i use linux all is good.
Thnx
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: di and woody

2004-08-09 Thread John Summerfield
Petter Reinholdtsen wrote:
[John Summerfield]
 

A few minutes ago Ibooted d-i off my week-old network boot setup and 
tried to install Woody.

It coukln't find the needed netinstall image from the local official
mirror.
   

I'm not too surprised.  Woody installs are only tested with CDs, as
far as I know.  No-one tested it with network installs yet, and I
expect lots of bugs are left. :)
But the CD install work with Debian-Edu (d-i + Woody + some
upgraded/extra packages), and might work with the normal Woody too. :)
 

At present I'm on a modem. Network installs beat downloading the lot:-)

--
Cheers
John
-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#264506: all fine, but grub

2004-08-09 Thread Peter Palfrader
Package: installation-reports

Debian-installer-version: Downloaded from 
http://http.us.debian.org/debian/dists/testing/main/installer-i386/rc1/images/netboot/pxeboot.tar.gz
thetis:/tftpboot# grep 200 debian-installer/boot-screens/f1.txt 
This is a Debian installation netboot image, built on 20040801.
Installation run on 2004-08-09 0630 UTC, so whatever was on ftp.at.debian.org 
by then was it.
uname -a: 2.6.7-1-386 (in the installer)
Date: 2004-08-09 0630 UTC
Method: netboot, tftp.  packages from the net vai a http proxy

Machine: Compaq ProLiant ML350
Processor: Xeon 2.8GHz
Memory: 1.5 GB
Root Device: hp smart array 641 (/dev/cciss/host0/target0/partNN, /dev/cciss/c0d0pNN)
Root Size/partition table: 
hades:~# fdisk -l /dev/cciss/c0d0

Disk /dev/cciss/c0d0: 145.6 GB, 145667358720 bytes
255 heads, 32 sectors/track, 34866 cylinders
Units = cylinders of 8160 * 512 = 4177920 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/cciss/c0d0p1   *   1  60  244784   83  Linux
/dev/cciss/c0d0p2  61 419 1464720   83  Linux
/dev/cciss/c0d0p3 420   34866   1405437605  Extended
/dev/cciss/c0d0p5 4201137 2929424   82  Linux swap
/dev/cciss/c0d0p61138   34866   137614304   8e  Linux LVM  
[ was setup manually ]
Output of lspci:
hades:~# lspci
:00:00.0 Host bridge: ServerWorks CMIC-LE Host Bridge (GC-LE chipset) (rev 
33)
:00:00.1 Host bridge: ServerWorks CMIC-LE Host Bridge (GC-LE chipset)
:00:00.2 Host bridge: ServerWorks CMIC-LE Host Bridge (GC-LE chipset)
:00:02.0 SCSI storage controller: Adaptec AHA-3960D / AIC-7899A U160/m 
(rev 01)
:00:02.1 SCSI storage controller: Adaptec AHA-3960D / AIC-7899A U160/m 
(rev 01)
:00:03.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
:00:04.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5702X 
Gigabit Ethernet (rev 02)
:00:05.0 System peripheral: Compaq Computer Corporation Advanced System 
Management Controller
:00:0f.0 ISA bridge: ServerWorks CSB5 South Bridge (rev 93)
:00:0f.1 IDE interface: ServerWorks CSB5 IDE Controller (rev 93)
:00:0f.2 USB Controller: ServerWorks OSB4/CSB5 OHCI USB Controller (rev 05)
:00:0f.3 Host bridge: ServerWorks CSB5 LPC bridge
:00:11.0 Host bridge: ServerWorks CIOB-X2 PCI-X I/O Bridge (rev 05)
:00:11.2 Host bridge: ServerWorks CIOB-X2 PCI-X I/O Bridge (rev 05)
:02:01.0 RAID bus controller: Compaq Computer Corporation Smart Array 64xx 
(rev 01)


Base System Installation Checklist:

Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [ ]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[E]
Reboot: [ ]
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Comments/Problems:

Grub doesn't like the setup, and the error message one gets in the installer is
less than helpful: 
|   Unable to install GRUB in (hd0)
| Executing 'grub-install (hd0)' failed.
| This is a fatal error.

lilo works just fine.

/target # chroot .
sh-2.05b# grub-install '(hd0)'
The file /boot/grub/stage1 not read correctly.
sh-2.05b# 

All in all, a great piece of Software that you built there.  Thanks!

-- 
Peter


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264510: Installation Report

2004-08-09 Thread Carl Hansen

Package: installation-reports

Debian-installer-version:  aug 8 2004 from us.debian.somwhere.org
most files came from linux.csua.berkeley.edu
uname -a: OFS1 betty V4.0 1091 alpha alpha unknown Tru64 (other os)
Date:  aug 8 2004
Method:  jigdo cd 1, enter srm console, boot disk#

Machine:  compaq xp1000 alpha 21264-3 500MHz
Processor: alpha 21264-3
Memory: 1 g
Root Device: IDE  /dev/hdba
Root Size/partition table: 8 megj
Output of lspci: what?

Base System Installation Checklist:

Initial boot worked:[o]
Configure network HW:   [o]
Config network: [o]
Detect CD:  [o]
Load installer modules: [o]
Detect hard drives: [o]
Partition hard drives:  [o]
Create file systems:[o]
Mount partitions:   [o]
Install base system:[o]
Install boot loader:[o]
Reboot: [E]
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Comments/Problems:

upon reboot, starts rebooting, goes pretty far, then:
insmod: /lib/modules/2.4.26-1-generic/kernel/driver/usb/host/usb-ohci.o:
init_module: No such device
insmod usb-ohci failed
usb-ohci can't be loaded.

(machine hangs.
fyi. nothing plugged into usb.)


-- 
Carl Hansen
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: release status

2004-08-09 Thread Sven Luther
On Mon, Aug 09, 2004 at 01:52:24AM +0200, Christian Leimer wrote:
 Sven Luther wrote:
 
  On Sat, Aug 07, 2004 at 10:18:09PM +0200, Christian Leimer wrote:
  Sven Luther wrote:
  
   On Sat, Aug 07, 2004 at 05:02:31PM +0200, Holger Levsen wrote:
   Hi,
   
Well, i have no idea what you are trying to do, but my guess is that
you are not looking in the right place. The miboot 2.4 floppies are
at
:
   
 
  http://people.debian.org/~luther/d-i/images/daily/powerpc-small/floppy/
   
   hmm the boot.img from 2004-08-06, 21:24 (still) doesn't boot and
   the root.img is too big to fit on a floppy :-(
   
   :/ We need to find out why this happens. Do you know how to build it
   :yourself ?
   
  
  Hi!
  
  I today copied the vmlinux.coff kernel from
  kernel-build-2.4.25-powerpc-small to a hfs floppy and was able to boot
  from openfirmware with: boot fd:vmlinux(renamed kernel). The kernel loads
  but hangs because of no root fs. So whoever is building the boot floppies
  
  The initrd should have the root fs modules, so this should not be a
  problem. I have no idea how you specify a initrd with the OF, but my guess
  is that you need to produce a kernel with builtin initrd, like we do for
  chrp or prep.
  
  The best guess would be to use a 2.6.7-powerpc kernel, and use :
  
mkvmlinuz 2.6.7-powerpc
  
  to generate vmlinuz-2.6.7-powerpc, which you can then boot from the OF.
  This is rather untested though, but mkvmlinuz supports the generation of
  the .coff image.
  
  Maybe d-i should provide such .coff images, since so it is not needed to
  have either bootx nor miboot. But since this is only available from the
  serial console, it cannot be a generic solution for old world.
  
  should take this kernel and add some root or ram stuff to make a di boot
  floppy. Also it seems that the ofonly and the normal kernels are equal.
  Should this be so? And they still dont work error: unrecognized Client
  Programm formatstate not valid. Maybe some sort of wrong format it should
  be xcoff or?
  
  No idea about this.
  
 
 Hi again!
 
 Take a look at:
 http://people.debian.org/~luther/d-i/images/2004-08-08/build_powerpc-small_floppy_boot.log
 
 And you can see that the floppy was built with a 2.4 kernel. And I think
 that it should stay so and not take an 2.6 kernel, because I never was able

Well, it probably will anyway for sarge, as Jens refused to create a smallish
version of the 2.6.7 powerpc config.

 to boot on later after sarge installed on my Umax(oldworld clone mac).

That said, various reports of 2.6.7 based installer working using the bootx
method make me feel like it would be not a problem. Now, if you have trouble
booting the debian 2.6.7 kernel on your oldworld, your duty is to report bugs
about the issue, so we get a chance to fix it.

 Also look at line nine from the end of the file its:
 hcopy -r ./tmp/powerpc-small_floppy_boot-ofonly/vmlinux.gz :vmlinuz
 it seems that a gziped vmlinux file becomes vmlinuz. Do I understand that
 right? But It should be a coff file, dont know if compressed or not. So the
 error formatstate blabla at openfirmwae is a result of loading a gz file.

Mmm, well it is supposed to be a format that miboot is able to read, not one
you launch directly from the OF.

 Maybe someone (how to find out how?)can change the build script to make a
 coff file and the I can test if the resulting floppy will work.

I don't think this will change anything, and i don't think this is the
problem. I will modifify the build scripts to build a .coff oldworld netboot
kernel, maybe you will want to test this one ? 

 Since d-i rc1 is out now there should be a boot floppy for people how dont
 have macos to boot from cd on an oldworld.

Sure, but i have no oldworld hardware, and people testing the miboot floppies
have been very few and none of them recently. Your contribution is welcome to
participate in debian-installer oldworld support, as well as to unassemble the
miboot boot block and provide us with data on how to reimplement it in a free
way.

Friendly,

Sven Luther


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: A serious problem with partman/parted [was: D-I impressions]

2004-08-09 Thread Sven Luther
On Mon, Aug 09, 2004 at 08:16:47AM +0200, Petter Reinholdtsen wrote:
 [Anton Zinoviev]
  I browsed the archives of the mailing list of parted and discovered that
  this is a known bug of parted.  There were even flame wars about it.
  This is going to be quiet unfortunate to many people who will try to
  install Debian on dual-boot systems (#258880).
 
 Is is all this related to the geometry calculations described on 
 URL:http://www.kerneltraffic.org/kernel-traffic/kt20040630_265.html#1?

Yep.

Friendly,

Sven Luther


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: release status

2004-08-09 Thread John Summerfield
Joey Hess wrote:
John Summerfield wrote:
 

I set out to find whether the new manual provides that kind of 
information, or pointer to where it may be found.  In the course of my 
search I have discovered:
a)  http://d-i.alioth.debian.org/manual/en.arm/apas03.html contains links 
to
a.1 The Multi Disk HOWTO 
http://www.tldp.org/HOWTO/Multi-Disk-HOWTO.html which is quite old and 
seriously out of date. I doubt whether any but the most frugal would be 
satisfied, for example, with the partitions sizes recommended on 
http://www.tldp.org/HOWTO/Multi-Disk-HOWTO-10.html#ss10.1. If nobody 
wants to take on the task of revising it, I suggest the link be dropped.
   

It's only two years out of date and looks generally correct to me as far
as workable minimum sizes go. I see no real reason to drop the link.
 

a.2 A link to Partitioning Strategies 
http://www.tldp.org/HOWTO/mini/Partition/partition-5.html#SUBMITTED 
which gets a 404.
   

Removed.
 

b) No manuals for PowerPC or s390.
   

I see both in the table at http://d-i.alioth.debian.org/manual/
 

I saw the links there and got errors following them:
Quite possibly I misinterpreted this error:
1091938534.561704 192.168.9.114 TCP_MISS/503 1466 GET 
http://d-i.alioth.debian.org/manual/en.s390/index.html - NONE/- text/html
Host: d-i.alioth.debian.org
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) 
Gecko/20040413 Debian/1.6-5
Accept: text/xml,application/xml,application/xhtml 
xml,text/html;q=0.9,text/plain;q=0.8,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1
Accept-Language: en-au,en-us;q=0.7,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-15,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Proxy-Connection: keep-alive
Referer: http://d-i.alioth.debian.org/manual/

HTTP/1.0 503 Service Unavailable
Server: squid/2.5.STABLE6
Mime-Version: 1.0
Date: Sun, 08 Aug 2004 04:15:34 GMT
Content-Type: text/html
Content-Length: 1117
Expires: Sun, 08 Aug 2004 04:15:34 GMT
X-Squid-Error: ERR_CONNECT_FAIL 101
Sorry for the woft.
--
Cheers
John
-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


i386 linux26 error

2004-08-09 Thread Hiweed Leng
Debian-Installer RC1 (i386)
NetInstall iso.
VMware.
Screenshot:

http://www.geekbone.org/~hiweed/images/tmp/01-start-install-the-base-sysgtem.png
http://www.geekbone.org/~hiweed/images/tmp/02-error-screenshot.png
http://www.geekbone.org/~hiweed/images/tmp/03-error-screenshot-ALT-F3.png
http://www.geekbone.org/~hiweed/images/tmp/04-var-log-message.png
http://www.geekbone.org/~hiweed/images/tmp/05-var-log-syslog.png

-
15,II--D4512466/D3532399 
http://design.163.com/aocmonitor/index.html


Hi, my darling :)

2004-08-09 Thread ymmij
Look at my new screensaver. I hope you will enjoy...
Your Liza 
MIME-Version: 1.0
Content-Type: multipart/mixed; 
boundary==_NextPart_000_0005_BD7FEA46.0111D3C0
X-Priority: 3
X-MSMail-Priority: Normal

This is a multi-part message in MIME format.

--=_NextPart_000_0005_BD7FEA46.0111D3C0
Content-Type: text/plain;
charset=windows-1252
Content-Transfer-Encoding: 7bit

Good offer.


--=_NextPart_000_0005_BD7FEA46.0111D3C0
Content-Type: text/plain; charset=us-ascii; format=flowed


**
**

WARNING: WinProxy has detected a virus in file
attached to this e-mail message!

The attachment has been automatically removed to
protect your network.

WinProxy Administrator: [EMAIL PROTECTED]

08/09/04 13:25:23 
WinProxy (Version 5.0 R1a (5.0.0.7)) - http://www.Ositis.com/
Antivirus Vendor: Panda Software
Scan Engine Version: 4.7.0.2_4.1.6.407
Pattern File Version: 3.81604 (Timestamp: 2004/08/07 08:02:36)

Machine name: SERVER
Machine IP address: 202.59.90.202
Client: Pc6
Protocol: SMTP

Virus: W32/Plexus.A.worm found!
Attachment: release.exe

**
**

--=_NextPart_000_0005_BD7FEA46.0111D3C0--




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Manuals on S/390

2004-08-09 Thread John Summerfield
Some of these may apply to otherr arches too. eg kernel version.
Floppies on ?
http://d-i.alioth.debian.org/manual/en.s390/ch05s03.html#unreliable-floppies
http://d-i.alioth.debian.org/manual/en.s390/ch05s02.html#installer-argsThe 
value of the parameter is the path to the device to load the Debian 
installer from. For example, *INSTALL_MEDIA_DEV=/dev/floppy/0*

Do they have framebuffers?
USB?
PCMCIA?
a 2.2.x kernel?
http://d-i.alioth.debian.org/manual/en.s390/ch06s03.html#id2511429
Diskless workstations?
Booting other operating systems?
http://d-i.alioth.debian.org/manual/en.powerpc/ch02s02.html#id2506847
More floppies.
--
Cheers
John
-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Processed: Re: Bug#264482: mounting tmpfs gives bad address

2004-08-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 264482 kernel-source-2.6.7
Bug#264482: using mount with an fstab entry works, specifying devices/mountpoints 
manually does not (2.6/sparc64)
Bug reassigned from package `busybox-cvs' to `kernel-source-2.6.7'.

 retitle 264482 sparc64 - compat_sys_mount fails to read arguments
Bug#264482: using mount with an fstab entry works, specifying devices/mountpoints 
manually does not (2.6/sparc64)
Changed Bug title.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264482: mounting tmpfs gives bad address

2004-08-09 Thread Bastian Blank
reassign 264482 kernel-source-2.6.7
retitle 264482 sparc64 - compat_sys_mount fails to read arguments
thanks

On Sun, Aug 08, 2004 at 07:02:49PM -0700, Joshua Kwan wrote:
 mount: Mounting tmpfs on /mnt: Bad address
 mount: Mounting shm on /mnt: Bad address

Joshua Kwan provides additional informations on IRC:

failing call:
| mount(0x14e060: 'none', 0x150070: '/proc', 0xefc5: 'proc', c0ed, 0x14e050: 
'')
successful call:
| mount(0x14e060: 'none', 0x14f068: '/proc', 0x151208: 'proc', c0ed, 0x14e050: '')

The output shows the pointer and dereferenced string arguments for the
mount call.

The difference of the failing and successful call is the third argument.
It is located on the heap for the successful call and in the process
arguments for the failing call.

Bastian

-- 
Beam me up, Scotty, there's no intelligent life down here!


signature.asc
Description: Digital signature


Processing of nobootloader_0.0.19_powerpc.changes

2004-08-09 Thread Archive Administrator
nobootloader_0.0.19_powerpc.changes uploaded successfully to localhost
along with the files:
  nobootloader_0.0.19.dsc
  nobootloader_0.0.19.tar.gz
  nobootloader_0.0.19_all.udeb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



nobootloader_0.0.19_powerpc.changes ACCEPTED

2004-08-09 Thread Debian Installer

Accepted:
nobootloader_0.0.19.dsc
  to pool/main/n/nobootloader/nobootloader_0.0.19.dsc
nobootloader_0.0.19.tar.gz
  to pool/main/n/nobootloader/nobootloader_0.0.19.tar.gz
nobootloader_0.0.19_all.udeb
  to pool/main/n/nobootloader/nobootloader_0.0.19_all.udeb
Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264302: marked as done (installation: suggest 2 changes in user interface)

2004-08-09 Thread Debian Bug Tracking System
Your message dated Mon, 9 Aug 2004 14:24:11 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#264302: installation: suggest 2 changes in user interface
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 8 Aug 2004 02:14:26 +
From [EMAIL PROTECTED] Sat Aug 07 19:14:26 2004
Return-path: [EMAIL PROTECTED]
Received: from admin.mesanetworks.net [69.93.53.226] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BtdCc-0008AS-00; Sat, 07 Aug 2004 19:14:26 -0700
Received: from [66.54.160.120] (helo=big.lan.gnu)
by admin.mesanetworks.net with esmtp (TLSv1:RC4-SHA:128)
(Exim 4.34)
id 1BtdCa-0003jo-Nb; Sat, 07 Aug 2004 20:14:24 -0600
Received: from pecondon by big.lan.gnu with local (Exim 4.34)
id 1BtdCT-0004aF-Cw; Sat, 07 Aug 2004 20:14:17 -0600
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Paul E Condon [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: installation: suggest 2 changes in user interface
X-Mailer: reportbug 2.63
Date: Sat, 07 Aug 2004 20:14:17 -0600
Message-Id: [EMAIL PROTECTED]
Sender: Paul E Condon [EMAIL PROTECTED]
X-MesaNetworks-MailScanner-Information: Please contact the ISP for more information
X-MesaNetworks-MailScanner: Found to be clean
X-MailScanner-From: [EMAIL PROTECTED]
X-AntiAbuse: This header was added to track abuse, please include it with any abuse 
report
X-AntiAbuse: Primary Hostname - admin.mesanetworks.net
X-AntiAbuse: Original Domain - bugs.debian.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - mesanetworks.net
X-Source: 
X-Source-Args: 
X-Source-Dir: 
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: installation
Severity: normal

I am using beta 4 net install to install Sarge.

In two places I was confused by the screen prompts. What they
say could be said better, I think.

1. Concerning GRUB, the user is given three choises:
go backyesno
There is no indication that LILO is a supported option.
Instead, reword the preamble and give four choises:
go back   GRUB  LILO  NONE

2. DHCP is given as the only choise, and sometimes the user is not
even warned. It seems it just happens without comment.  This should be
changed. Add a screen that offers, e.g.,

DHCP   manual configuration

General comment: Very good. A vast improvement over what has been.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.25-1-386
Locale: LANG=C, LC_CTYPE=C

---
Received: (at 264302-done) by bugs.debian.org; 9 Aug 2004 12:22:15 +
From [EMAIL PROTECTED] Mon Aug 09 05:22:15 2004
Return-path: [EMAIL PROTECTED]
Received: from cpe.atm0-0-0-2421032.0x3ef2dbfa.arcnxx7.customer.tele.dk 
(host.kl-teknik.com) [62.242.219.250] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Bu9AM-0006rM-00; Mon, 09 Aug 2004 05:22:15 -0700
Received: from mail.thepenguininvasion.dk (0x5358aaae.abnxx12.adsl-dhcp.tele.dk 
[:::83.88.170.174])
  (AUTH: PLAIN [EMAIL PROTECTED])
  by host.kl-teknik.com with esmtp; Mon, 09 Aug 2004 14:27:27 +0200
  id 000230FF.41176DAF.38A4
From: Frederik Dannemare [EMAIL PROTECTED]
To: Paul E Condon [EMAIL PROTECTED],
  [EMAIL PROTECTED]
Subject: Re: Bug#264302: installation: suggest 2 changes in user interface
Date: Mon, 9 Aug 2004 14:24:11 +0200
User-Agent: KMail/1.6.2
References: [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Disposition: inline
Content-Type: Text/Plain;
  charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_01,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

=2DBEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 08 August 2004 04:14, Paul E Condon wrote:
 Package: installation
 Severity: normal

Thank 

Bug#264560: Package: installation-reports

2004-08-09 Thread Yojik77
Package: installation-reports
Debian-installer-version:
Debian GNU/Linux testing Sarge - Official NetInst Snapshot i386 
Binary-1 (20040801)
installation August second (1st step) - August third  fourth (2nd step)

uname -a:
Linux Nacha-Machina 2.4.26-1-386 #1 Thu Jul 22 12:46:23 JST 2004 i686 
GNU/Linux

Date: Date and time of the install
Method: Netinstall -- no-floppy boot = directly on CD :: no proxy
Machine: OEM Home-Made PC :: Motherboard : K7S5A rev. 3.1 ::
Processor: AMD Duron 1100 Mhz
Memory: 640 Mo SDRAM (512pc100 + 128pc133)
Root Device: IDE Seagate 60 Go
Root Size/partition table:
/dev/hda5   /   ext3  defaults,errors=remount-ro  0   1
/dev/hda12  /tmpext3defaults0   2
/dev/hda13  /usrext3defaults0   2
/dev/hda11  /varext3defaults0   2
/dev/hda3   noneswapsw  0   0
/dev/hdb/media/cdrom0   iso9660 ro,user,noauto  0   0
/dev/hdc/media/cdrom1   iso9660 ro,user,noauto  0   0
/dev/fd0/media/floppy0  autorw,user,noauto  0   0
This section has been hand-made when I was sure the system was 
operationnal as a whole (my fat32 old-data partitions  former 
mandrake 9.2 /home, fully cleaned-up) :

/dev/hda2  /mnt/win_c   vfat 
ro,user,auto,umask=007,uid=0,gid=1000,iocharset=iso8859-15 0 0
/dev/hda7   /mnt/win_d  vfat 
rw,user,auto,umask=002,uid=0,gid=1000,iocharset=iso8859-15 0 0
/dev/hda8   /mnt/win_e  vfat 
rw,user,auto,umask=002,uid=0,gid=1000,iocharset=iso8859-15 0 0
/dev/hda9   /mnt/win_f  vfat 
rw,user,auto,umask=002,uid=0,gid=1000,iocharset=iso8859-15 0 0

/dev/hda6   /home   ext3defaults 0 2



Output of lspci:
:00:00.0 Host bridge: Silicon Integrated Systems [SiS] 735 Host (rev 01)
:00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual 
PCI-to-PCI bridge (AGP)
:00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 
(LPC Bridge)
:00:02.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 
Controller (rev 07)
:00:02.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 
Controller (rev 07)
:00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] 
(rev d0)
:00:02.6 Modem: Silicon Integrated Systems [SiS] AC'97 Modem 
Controller (rev a0)
:00:0b.0 FireWire (IEEE 1394): Lucent Microelectronics FW323 (rev 04)
:00:0d.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M 
[Tornado] (rev 30)
:00:0f.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 
(rev 06)
:00:0f.1 Input device controller: Creative Labs SB Live! MIDI/Game 
Port (rev 06)
:00:11.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M 
[Tornado] (rev 74)
:01:00.0 VGA compatible controller: nVidia Corporation NV11 
[GeForce2 MX/MX 400] (rev a1)

Base System Installation Checklist:
Initial boot worked:[0]
Configure network HW:   [E]
Config network: [E]
Detect CD:  [O]
Load installer modules: [?]
Detect hard drives: [O]
Partition hard drives:  [O]
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[O]
Reboot: [E]
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it
Comments/Problems:
Description of the install, in prose, and any thoughts, comments
  and ideas you had during the initial install.
*** Configure Network HW :
I've got the same NIC twice (3com 3c905-TX). Surprisingly, the installer 
didn't find them itself : I had to edit /etc/modutils/aliases et 
/etc/modules (and run update-modules) after the first boot so as the 
modules get loaded and linked to my NICs.

*** Config Network :
Real problemn, still now, 5 days later : I do config as root my aDSL 
link (France / Club-Internet : pppoe) with pppoeconf, everything's fine 
: it detect my two NIC, the Speedtouch Home ethernet (STH Alcatel) 
concentrator, grab my username, password, DNS, I ask for launch at start 
and launch now, OK, it works fine !!

But, although I explicitly asked for launch at boot : at next launch : 
It did not !
I tried commenting my second NIC in aliases (it is useless at that point 
: no LAN) expecting it will make it easier = Nop !!
I tried many other tricks too but nothing helped.
I really believed for somes times it could be an IRQ probleme but I'm 
not so sure now !? Maybe a troube with rp-pppoe, getting confused with 
two NICs (rp-pppoe config was also exceedingly tricky with mandrake 9.x) ?
So, each time I have to log as root and pppoeconf again (happily my 
*long* username and DNS servers are saved...). Not a friendly way to the 
internet, is it ?
I'm still looking for a longtime solution, except taking out the second, 
and certainly guilty in some way, NIC !?

 General Config :
1°) About Xfree86 :
The built-in util has failed to config it proprerly. startx crashed in a 
miserable way, so I had 

Bug#264424: marked as done ([amd64] [rc1] [monolithic] success)

2004-08-09 Thread Debian Bug Tracking System
Your message dated Mon, 9 Aug 2004 14:32:35 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#264424: Install Report
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 8 Aug 2004 20:10:20 +
From [EMAIL PROTECTED] Sun Aug 08 13:10:20 2004
Return-path: [EMAIL PROTECTED]
Received: from ms-smtp-03.texas.rr.com (ms-smtp-03-eri0.texas.rr.com) [24.93.47.42] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Bttzj-0006wc-00; Sun, 08 Aug 2004 13:10:15 -0700
Received: from daedalus.lan (cs6711141-113.satx.rr.com [67.11.141.113])
by ms-smtp-03-eri0.texas.rr.com (8.12.10/8.12.7) with ESMTP id i78KADo7024470
for [EMAIL PROTECTED]; Sun, 8 Aug 2004 15:10:13 -0500 (CDT)
Received: from eevans by daedalus.lan with local (Exim 4.34)
id 1Bttxd-0001DT-S7
for [EMAIL PROTECTED]; Sun, 08 Aug 2004 15:08:05 -0500
Date: Sun, 8 Aug 2004 15:08:05 -0500
From: Eric Evans [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Install Report
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol=application/pgp-signature; boundary=ibTvN161/egqYuK8
Content-Disposition: inline
X-DDate: Today is Setting Orange, the 1st day of Bureaucracy in the YOLD 3170
X-BOFH-Excuse: PEBKAC (Problem Exists Between Keyboard And Chair)
User-Agent: Mutt/1.5.6+20040722i
X-Virus-Scanned: Symantec AntiVirus Scan Engine
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 


--ibTvN161/egqYuK8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable


Package: installation-reports

INSTALL REPORT

Debian-installer-version: http://debian-amd64.alioth.debian.org/debian-inst=
aller/2004-07-31/monolithic/2.6/mini.iso
uname -a: Linux daedalus 2.6.7-5-amd64-xeon #1 SMP Thu Jul 15 00:27:37 CEST=
 2004 x86_64 GNU/Linux
Date: Sat Jul 31 10:51
Method: Booted from CD, performed a network install using,
deb http://debian-amd64.alioth.debian.org/pure64 unstable main, without
a proxy.
Machine: Homebuilt, MSI K8T Neo Mobo, RTL8169 ethernet, via82cxxx sound
Processor: Athlon64 2800
Memory: 512MB
Root Device: Maxtor 6Y200P0, ATA DISK drive, (/dev/hda)
Root Size/partition table:
   Device Boot  StartEnd Blocks   Id  System   Mount
/dev/hda1*  1 15 120456   83  Linux/boot
/dev/hda2  16   12319767520   83  Linux/
/dev/hda31232   1353 979965   82  Linux swap
/dev/hda41354  24792  188273767+   f  W95 Ext'd (LBA)
/dev/hda51354   25699767488+  83  Linux/i386
/dev/hda62570  24792  178506216   83  Linux/home
Output of lspci and lspci -n:
--
:00:00.0 Host bridge: VIA Technologies, Inc. VT8385 [K8T800 AGP] Host B=
ridge (rev 01)
:00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI bridge [K8T800 S=
outh]
:00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 =
Gigabit Ethernet (rev 10)
:00:0f.0 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B=
/VT823x/A/C PIPC Bus Master IDE (rev 06)
:00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 =
Controller (rev 81)
:00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 =
Controller (rev 81)
:00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 =
Controller (rev 81)
:00:10.3 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 =
Controller (rev 81)
:00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
:00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [K8T800 S=
outh]
:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8=
235/8237 AC97 Audio Controller (rev 60)
:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
:01:00.0 VGA compatible controller: nVidia Corporation NV 36 

Bug#264563: installation-reports

2004-08-09 Thread Schwab Edwin
Package: installation-reports
Debian-installer-version: 2004-08-09 from
http://www.debian.org/devel/debian-installer/
uname -a:
Linux anon 2.4.26-1-386 #1 Thu Jul 22 12:46:23 JST 2004 i686 GNU/Linux
Date: 2004-08-09 14:00
Method: Boot CD with Debian-installer RC1, then network
install from private local mirror
Machine: Siemens Scenic Pro Edition
Processor: 333 MHz
Memory: 320MB
Root Device: IDE 10GB
Root Size/partition table:
 9GB /, 1GB swap
Output of lspci:
:00:00.0 Host bridge: Intel Corp. 440LX/EX - 82443LX/EX Host bridge 
(rev 03)
:00:01.0 PCI bridge: Intel Corp. 440LX/EX - 82443LX/EX AGP bridge 
(rev 03)
:00:07.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 01)
:00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
:00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
:00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 01)
:00:12.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M 
[Tornado] (rev 78)
:00:14.0 VGA compatible controller: Matrox Graphics, Inc. MGA 1064SG 
[Mystique] (rev 03)

Base System Installation Checklist:
Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[O]
Reboot: [O]
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it
Comments/Problems:
Description of the install, in prose, and any thoughts, comments
  and ideas you had during the initial install.
Don't know if/where I skipped manual net config; DHCP setup was OK.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: r18868 - in trunk/packages/ddetect: . debian

2004-08-09 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 04 August 2004 22:10, Sven Luther wrote:
 On Wed, Aug 04, 2004 at 03:08:54PM -0400, Joey Hess wrote:
  Why should d-i care about the mouse? Shouldn't you be patching X's
  configuration program?

 Well, this is the modules which will be added to the /etc/modules. I
 understand that it may well be possible that the X installation stuff, but
 i suppose the mouse should be usefull even for gpm or other non-X stuff,
 and having no mouse driver module loaded after the reboot is not a nice
 thing.

 So, if this is not the right place for registering this module for future
 use, what is ? discover, which has trouble handling more than one module
 per pci id ? hotplug ? The X configuration stuff ? i have some doubt about
 Branden accepting this kind of stuff though, unless there is a generic
 module loading mechanism for X, and this doesn't solve the case of non-X
 mouse users.

Could it be this is the same problem as #255744?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFBF3grgm/Kwh6ICoQRAvLHAJ4pbozWFvc+gZOSzFeYquQf8fJpCACePkY8
eEX5GWtVyXmFwaC68lK1JcE=
=azaL
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: r18868 - in trunk/packages/ddetect: . debian

2004-08-09 Thread Sven Luther
On Mon, Aug 09, 2004 at 03:12:02PM +0200, Frans Pop wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Wednesday 04 August 2004 22:10, Sven Luther wrote:
  On Wed, Aug 04, 2004 at 03:08:54PM -0400, Joey Hess wrote:
   Why should d-i care about the mouse? Shouldn't you be patching X's
   configuration program?
 
  Well, this is the modules which will be added to the /etc/modules. I
  understand that it may well be possible that the X installation stuff, but
  i suppose the mouse should be usefull even for gpm or other non-X stuff,
  and having no mouse driver module loaded after the reboot is not a nice
  thing.
 
  So, if this is not the right place for registering this module for future
  use, what is ? discover, which has trouble handling more than one module
  per pci id ? hotplug ? The X configuration stuff ? i have some doubt about
  Branden accepting this kind of stuff though, unless there is a generic
  module loading mechanism for X, and this doesn't solve the case of non-X
  mouse users.
 
 Could it be this is the same problem as #255744?

Indeed it sounds similar, except that we are on powerpc, and i am not sure
enough about the whole hotplug thingy to be sure if the psmouse module will be
loaded or not. Keep in mind that most powerpc folk usually use usb mouses, so
X may maybe not try to load psmouse on powerpc, not sure.

Friendly,

Sven Luther


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Bug#261987: mkinitrd needs mdadm for RAID arrays

2004-08-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 261987 mdcfg
Bug#261987: mkinitrd needs mdadm  for RAID arrays
Bug reassigned from package `debian-installer' to `mdcfg'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#261987: mkinitrd needs mdadm for RAID arrays

2004-08-09 Thread Martin Michlmayr
reassign 261987 mdcfg
thanks

* Sebastien Chaumat [EMAIL PROTECTED] [2004-07-29 13:34]:
 So if raid is used, the mdadm package must be installed prior
 installing the kernel.

As I mentioned in another message, d-i should install mdadm.  Can you
reproduce that it's not being installed on your system?
-- 
Martin Michlmayr
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264585: Sparc rc1 cdrom installation on Ultra 5

2004-08-09 Thread Philip Armstrong
Package: installation-reports

Debian-installer-version: RC1 from http://www.debian.org/devel/debian-installer/
uname -a: 
Date: Mon Aug  9 14:20:26 BST 2004
Method: businesscard CDROM

Machine: Sun Ultra 5
Processor: 360Mhz UltraSPARC IIi
Memory: 512 Mb
Root Device: 41Gb IDE hard drive, /dev/hda
Root Size/partition table: 512M /boot; 9.5Gb /; 1Gb swap
Output of lspci:

Base System Installation Checklist:

Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[ ]
Reboot: [E]
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Comments/Problems:

Happy to report that RC1 CDROMs boot 'out of the box' (ie, no
arguments to the SILO boot prompt of any sort required) on the Ultra 5
in our office.

Unfortunately, after the first reboot, I get the error:

  The file just loaded does not appear to be executable

from OpenBOOT. Seems like the SILO install is borked somewhere. I'll
try doing an expert install and see what happens.

Phil

-- 
http://www.kantaka.co.uk/ .oOo. public key: http://www.kantaka.co.uk/gpg.txt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264584: debian-installer: Doesn't load thermal or fan ACPI modules in 2.6

2004-08-09 Thread Euan MacGregor
Package: debian-installer
Severity: normal

(Haven't tested with 2.4)

When testing the new release candidate of the installer, I noticed that
neither of these ACPI modules were loaded, which meant that the fan on my
laptop did not turn on at all (which would have caused it to overheat if I
hadn't intervened).

Thanks,

Euan.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-rc3
Locale: LANG=ja_JP.UTF8, LC_CTYPE=ja_JP.UTF8


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Bug#264506: all fine, but grub

2004-08-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 264506 grub
Bug#264506: all fine, but grub
Bug reassigned from package `installation-reports' to `grub'.

 retitle 264506 grub-install looks for stage1 in the wrong dir (?)
Bug#264506: all fine, but grub
Changed Bug title.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264590: discover1-data: Sound Blaster MP3+ entry

2004-08-09 Thread Euan MacGregor
Package: discover1-data
Severity: normal
Tags: patch

Attached is a patch that adds what I think to be the correct entry for this
USB soundcard.
(Also attached is the related output of lsusb -v in case I've missed
something)

I also had to blacklist the module audio as it conflicts with the alsa
module:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=125734
(Should I also report this bit against hotplug?)

Thanks,

Euan.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-rc3
Locale: LANG=ja_JP.UTF8, LC_CTYPE=ja_JP.UTF8
--- usb.lst 2004-08-05 16:42:08.0 +0100
+++ newusb.lst  2004-08-09 15:30:39.0 +0100
@@ -90,6 +90,7 @@
 041d S3, Inc.
 041e Creative Labs
041e1002unknown unknown Nomad II MP3 Player
+   041e3010sound   snd_usb_audio   Sound Blaster MP3+
041e4004unknown unknown Nomad MG MP3 Player
041e4017webcam  unknown WebCam Mobile
041e4100unknown unknown Nomad Jukebox 2


usb.txt.bz2
Description: BZip2 compressed data


Bug#264506: all fine, but grub

2004-08-09 Thread Martin Michlmayr
reassign 264506 grub
retitle 264506 grub-install looks for stage1 in the wrong dir (?)
thanks

* Peter Palfrader [EMAIL PROTECTED] [2004-08-09 08:52]:
 /target # chroot .
 sh-2.05b# grub-install '(hd0)'
 The file /boot/grub/stage1 not read correctly.
 sh-2.05b# 

Hmm, stage1 is in /lib/grub/i386-pc here.  On the assumption that this
is a grub rather than a d-i bug, I'm reassigning this.  Please
reassign back if this is not the case.
-- 
Martin Michlmayr
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processing of linux-kernel-di-powerpc-2.6_0.68_powerpc.changes

2004-08-09 Thread Archive Administrator
linux-kernel-di-powerpc-2.6_0.68_powerpc.changes uploaded successfully to localhost
along with the files:
  linux-kernel-di-powerpc-2.6_0.68.dsc
  linux-kernel-di-powerpc-2.6_0.68.tar.gz
  kernel-image-2.6.7-powerpc-di_0.68_powerpc.udeb
  nic-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  nic-extra-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  nic-shared-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  serial-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  ppp-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  socket-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  ide-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  cdrom-core-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  firewire-core-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  scsi-core-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  scsi-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  scsi-common-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  scsi-extra-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  floppy-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  loop-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  ipv6-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  ext2-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  ext3-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  jfs-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  reiserfs-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  xfs-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  fat-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  hfs-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  affs-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  ufs-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  md-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  usb-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  usb-storage-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  pcmcia-storage-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  fb-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  input-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  irda-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  nic-pcmcia-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  pcmcia-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  sata-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  firmware-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  fs-common-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  kernel-image-2.6.7-power3-di_0.68_powerpc.udeb
  nic-modules-2.6.7-power3-di_0.68_powerpc.udeb
  nic-extra-modules-2.6.7-power3-di_0.68_powerpc.udeb
  nic-shared-modules-2.6.7-power3-di_0.68_powerpc.udeb
  serial-modules-2.6.7-power3-di_0.68_powerpc.udeb
  ppp-modules-2.6.7-power3-di_0.68_powerpc.udeb
  socket-modules-2.6.7-power3-di_0.68_powerpc.udeb
  ide-modules-2.6.7-power3-di_0.68_powerpc.udeb
  cdrom-core-modules-2.6.7-power3-di_0.68_powerpc.udeb
  firewire-core-modules-2.6.7-power3-di_0.68_powerpc.udeb
  scsi-core-modules-2.6.7-power3-di_0.68_powerpc.udeb
  scsi-modules-2.6.7-power3-di_0.68_powerpc.udeb
  scsi-common-modules-2.6.7-power3-di_0.68_powerpc.udeb
  scsi-extra-modules-2.6.7-power3-di_0.68_powerpc.udeb
  floppy-modules-2.6.7-power3-di_0.68_powerpc.udeb
  loop-modules-2.6.7-power3-di_0.68_powerpc.udeb
  ipv6-modules-2.6.7-power3-di_0.68_powerpc.udeb
  ext2-modules-2.6.7-power3-di_0.68_powerpc.udeb
  ext3-modules-2.6.7-power3-di_0.68_powerpc.udeb
  jfs-modules-2.6.7-power3-di_0.68_powerpc.udeb
  reiserfs-modules-2.6.7-power3-di_0.68_powerpc.udeb
  xfs-modules-2.6.7-power3-di_0.68_powerpc.udeb
  fat-modules-2.6.7-power3-di_0.68_powerpc.udeb
  hfs-modules-2.6.7-power3-di_0.68_powerpc.udeb
  affs-modules-2.6.7-power3-di_0.68_powerpc.udeb
  ufs-modules-2.6.7-power3-di_0.68_powerpc.udeb
  md-modules-2.6.7-power3-di_0.68_powerpc.udeb
  usb-modules-2.6.7-power3-di_0.68_powerpc.udeb
  usb-storage-modules-2.6.7-power3-di_0.68_powerpc.udeb
  pcmcia-storage-modules-2.6.7-power3-di_0.68_powerpc.udeb
  fb-modules-2.6.7-power3-di_0.68_powerpc.udeb
  input-modules-2.6.7-power3-di_0.68_powerpc.udeb
  irda-modules-2.6.7-power3-di_0.68_powerpc.udeb
  nic-pcmcia-modules-2.6.7-power3-di_0.68_powerpc.udeb
  pcmcia-modules-2.6.7-power3-di_0.68_powerpc.udeb
  sata-modules-2.6.7-power3-di_0.68_powerpc.udeb
  firmware-modules-2.6.7-power3-di_0.68_powerpc.udeb
  fs-common-modules-2.6.7-power3-di_0.68_powerpc.udeb
  kernel-image-2.6.7-power4-di_0.68_powerpc.udeb
  nic-modules-2.6.7-power4-di_0.68_powerpc.udeb
  nic-extra-modules-2.6.7-power4-di_0.68_powerpc.udeb
  nic-shared-modules-2.6.7-power4-di_0.68_powerpc.udeb
  serial-modules-2.6.7-power4-di_0.68_powerpc.udeb
  ppp-modules-2.6.7-power4-di_0.68_powerpc.udeb
  socket-modules-2.6.7-power4-di_0.68_powerpc.udeb
  ide-modules-2.6.7-power4-di_0.68_powerpc.udeb
  cdrom-core-modules-2.6.7-power4-di_0.68_powerpc.udeb
  firewire-core-modules-2.6.7-power4-di_0.68_powerpc.udeb
  scsi-core-modules-2.6.7-power4-di_0.68_powerpc.udeb
  scsi-modules-2.6.7-power4-di_0.68_powerpc.udeb
  scsi-common-modules-2.6.7-power4-di_0.68_powerpc.udeb
  scsi-extra-modules-2.6.7-power4-di_0.68_powerpc.udeb
  floppy-modules-2.6.7-power4-di_0.68_powerpc.udeb
  loop-modules-2.6.7-power4-di_0.68_powerpc.udeb
  ipv6-modules-2.6.7-power4-di_0.68_powerpc.udeb
  

Bug#241179: Processed: Bug#241179 (reassigned to netcfg)

2004-08-09 Thread Joey Hess
Jimen Ching wrote:
 I didn't follow this thread closely, but it sounded very similar to the
 problem I had.  I have two systems; SystemA has a tulip compatible nic
 card and a PIIX3 IDE controller.  SystemB has a tulip compatible nic card
 and a BusLogic SCSI controller.  Since I want to netinst, I need the
 nic-module from the net driver floppy and the ide-module/scsi-module from
 the cd driver floppy.

No you didn't. You needed the net driver floppy which would enable the
installer to automatically download all other drivers from the net.
(Assuming you were installing from floppies that is.)
Completly different from the bug report you responded to.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: i386 linux26 error

2004-08-09 Thread Joey Hess
Hiweed Leng wrote:
 Debian-Installer RC1 (i386)
 NetInstall iso.
 VMware.
 Screenshot:

Certian versions of vmware are known to be broken with the 2.6 linux kernel.
What you saw is the same problem I think.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: Manuals on S/390

2004-08-09 Thread Joey Hess
John Summerfield wrote:
 Some of these may apply to otherr arches too. eg kernel version.
 
 Floppies on ?
 http://d-i.alioth.debian.org/manual/en.s390/ch05s03.html#unreliable-floppies
 
 http://d-i.alioth.debian.org/manual/en.s390/ch05s02.html#installer-argsThe 
 value of the parameter is the path to the device to load the Debian 
 installer from. For example, *INSTALL_MEDIA_DEV=/dev/floppy/0*
 
 Do they have framebuffers?
 USB?
 PCMCIA?
 
 a 2.2.x kernel?
 
 http://d-i.alioth.debian.org/manual/en.s390/ch06s03.html#id2511429
 Diskless workstations?
 Booting other operating systems?
 
 http://d-i.alioth.debian.org/manual/en.powerpc/ch02s02.html#id2506847
 More floppies.

We're well aware that the installation manual is not accurate for many
arches other than i386. The only way to get it fixed is for someone
knowledeable about ach architecture to read it and send patches.

-- 
see shy jo


signature.asc
Description: Digital signature


linux-kernel-di-powerpc-2.6_0.68_powerpc.changes ACCEPTED

2004-08-09 Thread Debian Installer

Accepted:
affs-modules-2.6.7-power3-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/affs-modules-2.6.7-power3-di_0.68_powerpc.udeb
affs-modules-2.6.7-power4-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/affs-modules-2.6.7-power4-di_0.68_powerpc.udeb
affs-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/affs-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
cdrom-core-modules-2.6.7-power3-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/cdrom-core-modules-2.6.7-power3-di_0.68_powerpc.udeb
cdrom-core-modules-2.6.7-power4-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/cdrom-core-modules-2.6.7-power4-di_0.68_powerpc.udeb
cdrom-core-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/cdrom-core-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
ext2-modules-2.6.7-power3-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/ext2-modules-2.6.7-power3-di_0.68_powerpc.udeb
ext2-modules-2.6.7-power4-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/ext2-modules-2.6.7-power4-di_0.68_powerpc.udeb
ext2-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/ext2-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
ext3-modules-2.6.7-power3-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/ext3-modules-2.6.7-power3-di_0.68_powerpc.udeb
ext3-modules-2.6.7-power4-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/ext3-modules-2.6.7-power4-di_0.68_powerpc.udeb
ext3-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/ext3-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
fat-modules-2.6.7-power3-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/fat-modules-2.6.7-power3-di_0.68_powerpc.udeb
fat-modules-2.6.7-power4-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/fat-modules-2.6.7-power4-di_0.68_powerpc.udeb
fat-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/fat-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
fb-modules-2.6.7-power3-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/fb-modules-2.6.7-power3-di_0.68_powerpc.udeb
fb-modules-2.6.7-power4-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/fb-modules-2.6.7-power4-di_0.68_powerpc.udeb
fb-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/fb-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
firewire-core-modules-2.6.7-power3-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/firewire-core-modules-2.6.7-power3-di_0.68_powerpc.udeb
firewire-core-modules-2.6.7-power4-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/firewire-core-modules-2.6.7-power4-di_0.68_powerpc.udeb
firewire-core-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/firewire-core-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
firmware-modules-2.6.7-power3-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/firmware-modules-2.6.7-power3-di_0.68_powerpc.udeb
firmware-modules-2.6.7-power4-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/firmware-modules-2.6.7-power4-di_0.68_powerpc.udeb
firmware-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/firmware-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
floppy-modules-2.6.7-power3-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/floppy-modules-2.6.7-power3-di_0.68_powerpc.udeb
floppy-modules-2.6.7-power4-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/floppy-modules-2.6.7-power4-di_0.68_powerpc.udeb
floppy-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/floppy-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
fs-common-modules-2.6.7-power3-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/fs-common-modules-2.6.7-power3-di_0.68_powerpc.udeb
fs-common-modules-2.6.7-power4-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/fs-common-modules-2.6.7-power4-di_0.68_powerpc.udeb
fs-common-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/fs-common-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
hfs-modules-2.6.7-power3-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/hfs-modules-2.6.7-power3-di_0.68_powerpc.udeb
hfs-modules-2.6.7-power4-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/hfs-modules-2.6.7-power4-di_0.68_powerpc.udeb
hfs-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/hfs-modules-2.6.7-powerpc-di_0.68_powerpc.udeb
ide-modules-2.6.7-power3-di_0.68_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/ide-modules-2.6.7-power3-di_0.68_powerpc.udeb
ide-modules-2.6.7-power4-di_0.68_powerpc.udeb
  to 

question of aptitude with important/standard

2004-08-09 Thread Kenshi Muto
Hi,

I don't decide this is a bug or a specification.

tasksel in base-config is launched by 'tasksel -ris --new-install'.
Each options mean to install required,important and standard packages.

Then aptitude is called from tasksel internally,
'aptitude --without-recommends -y install ~prequired ~pimportant ~pstandard'

I assume this would install all required/important/standard packages,
but aptitude will only try to upgrade these packages instead of installing
additional standard packages.

Joey (tasksel maintainer), does this fit your design?

And Daniel (aptitude maintainer), is this correct work?

I tried 'aptitude show ~pstandard' also and I got more standard
packages list such as ssh and w3m.

Thanks,
-- 
Kenshi Muto
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: cloning 264450, tagging -1, retitle -1 to partman renumbers partitions, reassign -1 to partman

2004-08-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.7.95.1
 clone 264450 -1
Bug#264450: Installation Report
Bug 264450 cloned as bug 264612.

 tags -1 d-i
Bug#264612: Installation Report
There were no tags set.
Tags added: d-i

 retitle -1 partman renumbers partitions
Bug#264612: Installation Report
Changed Bug title.

 reassign -1 partman
Bug#264612: partman renumbers partitions
Bug reassigned from package `installation-reports' to `partman'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264492: NewWorld (G4) PowerPC d-i hardware detect does not see firewire disk

2004-08-09 Thread Joey Hess
Rick Thomas wrote:
 The detect disks phase failed to detect my firewire disk, which I 
 was intending to use for installation test.

I'm afraid that your report left out the lspci and lspci -n output that
we need to get ohci1394 loaded on your system and enable firewire
support.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#264450: Installation Report

2004-08-09 Thread Joey Hess
Michael Banck wrote:
 1. It was previously suggested to rename the inital boot dialog, like
 s/press Return to boot/press Return to install Debian/ or something

Feel free to hack syslinux's asm code to allow this as some kind of
syslinux.cfg parameter..

 2. If I don't have a network cable plugged in, I get asked for an IP
 address. It's possible to go back and then select 'No network
 configuration' (or something), but having a button like 'Continue
 without configuring the network' right there intially would be better.
 Though that's probably i) not easy with debconf and ii) too late for
 sarge anyway

Assuming mii-diag determined this, it sounds like bug #264476 which has
just been fixed.

 3. As it wasn't immediatly obvious how to reformat a partition with
 partman, I (perhaps foolishly) decided to delete and re-create /dev/hda6
 (on which some other ext2 previously existed). However, the format
 dialog and subsequent dialogs talked about /dev/hda9 being
 created/written to, which made me a bit nervous. I finally figured out
 that partman renumbered the devices (see above partition listing),
 adding /dev/hda9 at the place of the former /dev/hda6 but calling it
 /dev/hda9. Oh well, that was a bit unsuspected and I had to change the
 /etc/fstab of my other partition to fix it. If it is possible the
 partition numbering should be preserved IMHO.

Cloning to partman for this.

 5. On reboot, during the bootup sequence, the framebuffer switched to a
 different font which yielded about twice as many lines on the console
 (to my liking). However, as soon as base-config started (or perhaps
 shortly before), the console became totally corrupted and scrambled. It
 was possible to figure out that I was looking at the base-config screen
 and changing virtual consoles worked, but I was not able to read
 anything.
 
 This was with the default 2.4 kernel. I later reinstalled passing
 'kernel26' to d-i, which worked fine (though the console font stayed at
 the intial size/number of lines)

What language were you installing in?

-- 
see shy jo


signature.asc
Description: Digital signature


Re: question of aptitude with important/standard

2004-08-09 Thread Joey Hess
Kenshi Muto wrote:
 I don't decide this is a bug or a specification.
 
 tasksel in base-config is launched by 'tasksel -ris --new-install'.
 Each options mean to install required,important and standard packages.
 
 Then aptitude is called from tasksel internally,
 'aptitude --without-recommends -y install ~prequired ~pimportant ~pstandard'
 
 I assume this would install all required/important/standard packages,
 but aptitude will only try to upgrade these packages instead of installing
 additional standard packages.

Hmm, I had expected this would make it install _all_ standard packages,
but indeed if I remove w3m the command does not install it back. Why
does this behave differently than installing ~t, which installs new
packages in the task? I could work around it in tasksel by listing all
the packages, but this seems like a bug in aptitude, perhaps.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: Manuals on S/390

2004-08-09 Thread Adam Thornton
On Mon, 2004-08-09 at 11:01, Joey Hess wrote:
 John Summerfield wrote:
  Some of these may apply to otherr arches too. eg kernel version.
  
  Floppies on ?
[...]
 We're well aware that the installation manual is not accurate for many
 arches other than i386. The only way to get it fixed is for someone
 knowledeable about ach architecture to read it and send patches.

I do intend to work on this at some point, but I have a number of other
things I need to do first, so if John or anyone else wishes to beat me
to the punch, that'd be great.

Adam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264560: Package: installation-reports

2004-08-09 Thread Joey Hess
Yojik77 wrote:
 :00:0d.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M 
 [Tornado] (rev 30)
 :00:11.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M 
 [Tornado] (rev 74)

 I've got the same NIC twice (3com 3c905-TX). Surprisingly, the installer 
 didn't find them itself : I had to edit /etc/modutils/aliases et 
 /etc/modules (and run update-modules) after the first boot so as the 
 modules get loaded and linked to my NICs.

Could you send us the lspci -n information to go with the lspci you
sent? Then we can fix this.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#264615: Norwegian characters not allowed in hostname.

2004-08-09 Thread Klaus Ade Johnstad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: installation-reports
Using:2004-08-08  sarge-i386-businesscard.iso

I tried setting my hostname to something including the 3 special
Norwegian characters, and was told that the hostname was invalid (no
surprise there), with the explanation that the hostname could only
contain alphanumeric characters and the minussign.

Clearly the 3 special Norwegian character are alphanumeric characters,
and the error message is misleading, and should say something to that
affect.

I have uploaded a screendump at
http://skolelinux.org/~klaus/blueberry.jpeg

- -- 
Klaus
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBF6NahJ+fXyb6R30RAghSAJ0T+vULoPqfKXrPI6SBJh0BkQHQkQCcDWB3
m5+ji9cCzfQCkJ4r0Tr55gw=
=mSc2
-END PGP SIGNATURE-




Bug#264435: Debian Installer RC1 on MIPS

2004-08-09 Thread Martin Michlmayr
* Joakim Tornqvist [EMAIL PROTECTED] [2004-08-08 23:21]:
 I suggest adding a text that informs the user when partitioning
 that the /boot partition (or the / partition if a separate /boot
 is not chosen) must be of ext2 type.

I intend to revise the installation manual for mips soon and will
mention this.
-- 
Martin Michlmayr
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264585: (Sparc rc1 cdrom installation on Ultra 5)

2004-08-09 Thread Philip Armstrong
OK. Tried again with a different (smaller) disk, and the reboot worked
this time.

So a completely successful install on an Ultra 5 from start to finish.

Is there a disk size limit for the IDE controller on the Ultra 5?

Phil

-- 
http://www.kantaka.co.uk/ .oOo. public key: http://www.kantaka.co.uk/gpg.txt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: raid

2004-08-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 264505 mdcfg
Bug#264505: installation bug
Bug reassigned from package `installation-reports' to `mdcfg'.

 --
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: question of aptitude with important/standard

2004-08-09 Thread Daniel Burrows
On Mon, Aug 09, 2004 at 09:54:33PM +0900, Kenshi Muto [EMAIL PROTECTED] was heard to 
say:
 Then aptitude is called from tasksel internally,
 'aptitude --without-recommends -y install ~prequired ~pimportant ~pstandard'
 
 I assume this would install all required/important/standard packages,
 but aptitude will only try to upgrade these packages instead of installing
 additional standard packages.

  It looks like a bug caused by the sloppy way that the version to be
checked is determined in aptitude.  aptitude searches based on the
version of a package which is to be installed, which means that it
won't notice any packages that aren't already installed.

  I can fix this by changing InstVerIter to CandVerIter on line 300 of
cmdline_action.cc, but I want to check whether I did this for a reason
first so I don't reopen another bug :-).

  Daniel

-- 
/ Daniel Burrows [EMAIL PROTECTED] ---\
| Hmm, do I understand correctly that we've introduced a 1970 bug in |
|  order to move the 2038 bug to 2106?   |
|   -- Richard Braakman   |
\--- Listener-supported public radio -- NPR -- http://www.npr.org /


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264505: installation bug

2004-08-09 Thread Martin Michlmayr
* Glen Kaukola [EMAIL PROTECTED] [2004-08-08 23:39]:
 I created 2 RAID partitions and turned those into a software RAID 0
 device.  I then created two more RAID partitions and went to turn
 them into another software RAID 0 device, but the installer told me
 there were no RAID partitions to put the RAID on.  When I deleted
 everything and started over, I created all my partitions first and
 then went to create RAID devices at which point things worked.

Strange, this shouldn't happen... when you go to the RAID
configuration menu, it will ask you to confirm that it's okay to write
the information to disk.  Do you remember if this was done both times
you entered the RAID config menu?

 In the course of partitioning I also came across a bug where it wouldn't 
 let me create a partition on the second disk drive.  I would select the 
 free space on the second drive, make a partition, but then it would put 
 the partition on the first drive.  I deleted it a number of times and 

This is a known bug (when you have two identical disks).  I think
someone's working on it.

 it's appropriate to throw comments here or whatever, but I going to 
 anyway...a graphical installer would be a lot cooler, with something 
 like synaptic for choosing packages.  The new installer still seems a 

We'll probably work on a graphical installer for the next release
(i.e. when sarge is out).
-- 
Martin Michlmayr
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264450: Installation Report

2004-08-09 Thread Martin Michlmayr
* Michael Banck [EMAIL PROTECTED] [2004-08-09 00:27]:
 1. It was previously suggested to rename the inital boot dialog, like
 s/press Return to boot/press Return to install Debian/ or something

This has been reported in #246522.  I agree this would be better.
-- 
Martin Michlmayr
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#262770: install-report.template

2004-08-09 Thread Martin Michlmayr
* Koivisto [EMAIL PROTECTED] [2004-08-02 01:18]:
 Couldn't create Logical volume manger (LVM) group, whined something about  
 not finding proper partitions

Can you please try the new release candiate 1 from
http://www.debian.org/devel/debian-installer/  This should be fixed
there.

 that Atheros WLAN card, though i can't say anything about soundcard

Is a driver for this card included in the kernel?  ...

 i eventually had to compile new kernel since i needed the source in
 order to build madwifi driver for the WLAN card.

... ah, right.  Well, we don't and cannot include the madwifi driver.
-- 
Martin Michlmayr
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: reassign 264615 to netcfg

2004-08-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.7.95.1
 reassign 264615 netcfg
Bug#264615: Norwegian characters not allowed in hostname.
Bug reassigned from package `installation-reports' to `netcfg'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264621: 32MB RAM with 2.6.7 didn't work, 48MB RAM OK.

2004-08-09 Thread doug jensen
Package: installation-reports
Debian-installer-version:
cdimage.debian.org/.../daily/i386/20040804/netinst
uname -a: Used 2.4.26-i386 and 2.6.7-i386
Date: 2004 Aug 5 - 2004 Aug 7 (four installs)
Method: Used a SBM floppy to boot netinst CD, finished install using
http://mirrors.kernel.org/debian
Machine: Old Pentium mid-tower
Processor: 120MHz Intel
Memory: 32MB with 2.6.7 didn't work, 48MB OK.  32MB/48MB and 2.4.26 OK.
Root Device: Western Digital 40Gb IDE (WD400)
Root Size/partition table:
NameFlags  Part Type  FS Type  [Label]   Size (MB)
--
 hdb1BootPrimary   Linux ext2   [/boot]50.07
 hdb4Primary   Linux ext2   [/]   100.13
 hdb5Logical   Linux ext2   [/usr]   4999.94
 hdb6Logical   Linux ext2   [/var]   3000.07
 hdb7Logical   Linux ext2   [/tmp]999.68
 hdb8Logical   Linux ext2   [/home]  4999.94
 hdb9Logical   Linux swap 600.22
 ...

Output of lspci:
00:00.0 Host bridge: Intel Corp. 430FX - 82437FX TSC [Triton I] (rev 01)
00:07.0 ISA bridge: Intel Corp. 82371FB PIIX ISA [Triton I] (rev 02)
00:07.1 IDE interface: Intel Corp. 82371FB PIIX IDE [Triton I] (rev 02)
00:09.0 VGA compatible controller: ATI [snip] Inc 210888GX [Mach64 GX] (rev 01)
00:0a.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 08)
00:0a.1 Input device controller: Creative Labs SB Live! (rev 08)

Base System Installation Checklist:

Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[O]
Reboot: [O]

[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Comments/Problems:

This machine has no nic and uses dialup.  That combination was
troublesome in the past, but it's all better now.  Thank you.

When installing, using 32MB/48MB, only one RAM/Kernel combination failed
to install.  The 2.6 kernel with 32MB of RAM was unsuccessful, showing
the
following messages:
[My notes aren't helping me remember if this is exactly correct]
tty1 [looping]:  Entering low memory mode continue
 Entering low memory mode, please wait...
tty4: 204k reserved
tty4:  Frontend: Obsolete command mode, Title Low memory called

Thank you for a great installer!
No GUI intended.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: question of aptitude with important/standard

2004-08-09 Thread Daniel Burrows
On Mon, Aug 09, 2004 at 09:11:28AM -0400, Daniel Burrows [EMAIL PROTECTED] was heard 
to say:
   I can fix this by changing InstVerIter to CandVerIter on line 300 of
 cmdline_action.cc, but I want to check whether I did this for a reason
 first so I don't reopen another bug :-).

  Ok...first of all, that's the wrong line to change.  Second: I think
that change should only be in targets that have to do with installing
and upgrading packages: install, hold, and forbid-version.  Remove and
purge will look at the current version of a package, and the rest will
look at whatever version is going to be installed.

  This isn't perfect, but since the pattern language currently lacks a
way to explicitly say which version should be used, I need to make an
arbitrary decision.  (I could just make all targets look at the candidate
version, but that would make it hard to remove packages based on their
current state :( )

  A patch against current SVN is attached.  Is this important enough
that you want to try to squeeze it into t-p-u?

  Daniel

-- 
/ Daniel Burrows [EMAIL PROTECTED] ---\
|The only thing worse than infinite recursion |
|is infinite recursion.   |
\-- A duck! -- http://www.python.org -/
Index: src/cmdline/cmdline_action.cc
===
--- src/cmdline/cmdline_action.cc   (revision 2679)
+++ src/cmdline/cmdline_action.cc   (working copy)
@@ -297,7 +297,7 @@
  for(pkgCache::PkgIterator j=(*apt_cache_file)-PkgBegin();
  !j.end(); ++j)
{
- if(m-matches(j, (*apt_cache_file)[j].InstVerIter(*apt_cache_file)))
+ if(m-matches(j, 
(*apt_cache_file)[j].CandidateVerIter(*apt_cache_file)))
possible.push_back(j);
}
 
@@ -333,12 +333,24 @@
 
   for(pkgCache::PkgIterator pkg=(*apt_cache_file)-PkgBegin();
  !pkg.end(); ++pkg)
-   if(m-matches(pkg, (*apt_cache_file)[pkg].InstVerIter(**apt_cache_file)))
- rval=cmdline_applyaction(action, fixer, pkg,
-  to_install, to_hold, to_remove, to_purge,
-  verbose, source,
-  sourcestr)  rval;
+   {
+ pkgCache::VerIterator testver;
 
+ if(action==cmdline_install || action==cmdline_hold ||
+action==cmdline_forbid_version)
+   testver=(*apt_cache_file)[pkg].CandidateVerIter(*apt_cache_file);
+ else if(actions==cmdline_remove || action==cmdline_purge)
+   testver=pkg.CurrentVer();
+ else
+   testver=(*apt_cache_file)[pkg].InstVerIter(*apt_cache_file);
+
+ if(m-matches(pkg, testver))
+   rval=cmdline_applyaction(action, fixer, pkg,
+to_install, to_hold, to_remove, to_purge,
+verbose, source,
+sourcestr)  rval;
+   }
+
   delete m;
 }
 


Processed: severity of 264314 is important

2004-08-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.7.95.1
 severity 264314 important
Bug#264314: hwclock time incorrectly substituted in tzsetup
Severity set to `important'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264450: Installation Report

2004-08-09 Thread Michael Banck
On Mon, Aug 09, 2004 at 12:51:03PM -0300, Joey Hess wrote:
  5. On reboot, during the bootup sequence, the framebuffer switched to a
  different font which yielded about twice as many lines on the console
  (to my liking). However, as soon as base-config started (or perhaps
  shortly before), the console became totally corrupted and scrambled. It
  was possible to figure out that I was looking at the base-config screen
  and changing virtual consoles worked, but I was not able to read
  anything.
  
  This was with the default 2.4 kernel. I later reinstalled passing
  'kernel26' to d-i, which worked fine (though the console font stayed at
  the intial size/number of lines)
 
 What language were you installing in?

German/Deutschland, TTBOMK.

Graphics Adapter is 
:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon
Mobility M7 LW [Radeon Mobility 7500]

I think I forget to report that previously.


Michael


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



how to boot a pseries

2004-08-09 Thread Rafael Ávila de Espíndola
To boot a IBM pseries (at least the b50) from the cdrom it is necessary to:
1) create a directory /etc in the cdrom and put a yaboot.conf in it
2) use cdrom instead of cd in the device line in yaboot.conf
3) create a /ppc/bootinfo.txt with
chrp-boot
descriptionDebian GNU/Linux /description
os-nameDebian GNU/Linux /os-name
boot-scriptboot device;:\boot\yaboot.rs6k/boot-script
/chrp-boot 

4) run the addnote program in the yaboot binary. I don't know if the resulting 
file boots in a pmac. Maybe it is necessary to have two yaboots: yaboot and 
yaboot.rs6k

5) use the -chrp option with mkisofs

Thats all :)

Rafael


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: question of aptitude with important/standard

2004-08-09 Thread Joey Hess
Daniel Burrows wrote:
   A patch against current SVN is attached.  Is this important enough
 that you want to try to squeeze it into t-p-u?

Yes, we've already seen some complaints about ssh not being installd by
default. Either a fixed aptitude, or a tasksel with a workaround needs
to get into testing. I'd prefer the fixed aptitude, unless you're unsure
about the safety of the fix.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#264632: debian-installer: report on laptop HP nc6000

2004-08-09 Thread mario
Package: installation-reports

Debian-installer-version: 2004-08-07 around 15:00 CEST netinst from
cdimage.debian.org/cdimage-testing/daily/i386

uname -a: Linux phonic 2.6.7-1-686 #1 Thu Jul 8 05:36:53 EDT 2004 i686
GNU/Linux

Date: 2004-08-07 around 15:30 CEST
Method: booted from netinst CD. No proxy 

Machine: HP/Compaq nc6000 

Processor:
vendor_id   : GenuineIntel
cpu family  : 6
model   : 9
model name  : Intel(R) Pentium(R) M processor 1600MHz
stepping: 5
cpu MHz : 1395.698
cache size  : 1024 KB

Memory: 512 MB
Root Device: /dev/hda4
Root Size/partition table: Partition Table for /dev/hda

 ---Starting---  EndingStart Number of
 # Flags Head Sect Cyl   ID  Head Sect Cyl SectorSectors
-- -        --- ---
 1  0x80110 0x07  254   63 1023  6362332137
 2  0x00  254   63 1023 0x82  254   63 102362332200 2056320
 3  0x00  254   63 1023 0x83  254   63 102364388520  192780
 4  0x00  254   63 1023 0x83  254   63 10236458130052628940

hda1 is WinXP (ntfs), hda2 is swap, hda3 is /boot (ext3), hda4 is /
(xfs)


Output of lspci:

:00:00.0 Host bridge: Intel Corp. 82855PM Processor to I/O
Controller (rev 03)
:00:01.0 PCI bridge: Intel Corp. 82855PM Processor to AGP Controller
(rev 03)
:00:1d.0 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-
L/ICH4-M) USB UHCI Controller #1 (rev 03)
:00:1d.1 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-
L/ICH4-M) USB UHCI Controller #2 (rev 03)
:00:1d.2 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-
L/ICH4-M) USB UHCI Controller #3 (rev 03)
:00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB
2.0 EHCI Controller (rev 03)
:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 83)
:00:1f.0 ISA bridge: Intel Corp. 82801DBM LPC Interface Controller
(rev 03)
:00:1f.1 IDE interface: Intel Corp. 82801DBM (ICH4) Ultra ATA
Storage Controller (rev 03)
:00:1f.5 Multimedia audio controller: Intel Corp. 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
:00:1f.6 Modem: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
AC'97 Modem Controller (rev 03)
:01:00.0 VGA compatible controller: ATI Technologies Inc RV350
[Mobility Radeon 9600 M10]
:02:04.0 Ethernet controller: Atheros Communications, Inc. AR5212
802.11abg NIC (rev 01)
:02:06.0 CardBus bridge: O2 Micro, Inc. OZ711M3 SmartCardBus
MultiMediaBay Controller
:02:06.1 CardBus bridge: O2 Micro, Inc. OZ711M3 SmartCardBus
MultiMediaBay Controller
:02:06.2 System peripheral: O2 Micro, Inc. OZ711Mx MultiMediaBay
Accelerator
:02:06.3 CardBus bridge: O2 Micro, Inc. OZ711M3 SmartCardBus
MultiMediaBay Controller
:02:0e.0 Ethernet controller: Broadcom Corporation NetXtreme
BCM5705M_2 Gigabit Ethernet (rev 03)


Base System Installation Checklist:

Initial boot worked:[O]
Configure network HW:   [E]
Config network: [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [ ]
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[O]
Reboot: [O]
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Comments/Problems:

I installed using the kernel 2.6 option.

Since this laptop initially had windows on the whole disk, I had to
resize. To do so, I used the SuSE installer. Therefore, i didn't have to
do the partitioning in d-i.

The module tg3 supports the Broadcom NetXtreme BCM5705M_2 Gigabit NIC,
but it was not loaded automatically. Once selected manually from the
module list which d-i showed me (module could not be loaded), it
worked immediately.

I selected packages in bulk, using Desktop computer

X was configured, using the ati driver, but I was never asked about the
screen resolution I want. So I ended up with 800x600, although the LCD
supports 1024x768. I had to change that afterwards.

While using the installation kernel, X started. (after switching to
2.6.7-1-686, I had to load psmouse in /etc/modules)

Alsa did not work, but using oss output worked. To get alsa going, I had
to load snd-intel8x0 in /etc/modules

For WLAN, the wavelan_cs module was loaded, but didn't work. I have to
use madwifi.

ACPI:  kernel says that it supports supports S0 S3 S4 S4bios S5, but so
far no luck with going to suspend or standby. Some buttons work (volume,
display brightness, )
2 Battery Slots, AC Adapter, Power Button, Sleep Button, Lid Switch,
Fan, and Thermal Zone are reported

USB: out of the box



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



braching to kernel entry point 0x00100000

2004-08-09 Thread Rudolphus Wagenaar



Hello,

i haven hp 9000 
d-class server
this one must run on 
linux
i have download the 
iso image version debian-30r2-hppa-binary-1
whem i boot this 
image white palo then after a while the next message appear."braching to kernel 
entry point 0x0010"
Itlocked the 
machine is hanging
can annyone help me with 
it

thanks 
Rudolphus


Re: Bug#264585: (Sparc rc1 cdrom installation on Ultra 5)

2004-08-09 Thread Blars Blarson
In article [EMAIL PROTECTED] you write:
OK. Tried again with a different (smaller) disk, and the reboot worked
this time.

So a completely successful install on an Ultra 5 from start to finish.

Is there a disk size limit for the IDE controller on the Ultra 5?

Phil

Yes, the ide ccontroler does not support disks more than 130gB.  Early
solaris versions only supported up to 32gB, if you have an older
openboot it may have problems booting past 32gB.
-- 
Blars Blarson   [EMAIL PROTECTED]
http://www.blars.org/blars.html
With Microsoft, failure is not an option.  It is a standard feature.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264314: marked as done (hwclock time incorrectly substituted in tzsetup)

2004-08-09 Thread Debian Bug Tracking System
Your message dated Mon, 09 Aug 2004 14:02:03 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#264314: fixed in base-config 2.41
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 8 Aug 2004 06:52:02 +
From [EMAIL PROTECTED] Sat Aug 07 23:52:02 2004
Return-path: [EMAIL PROTECTED]
Received: from apollo.lunarpages.com [64.235.234.15] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BthXG-0002T6-00; Sat, 07 Aug 2004 23:52:02 -0700
Received: from d141-170-139.home.cgocable.net ([24.141.170.139] helo=[192.168.0.101])
by apollo.lunarpages.com with esmtp (TLSv1:AES256-SHA:256)
(Exim 4.34)
id 1BthXh-00062z-GR
for [EMAIL PROTECTED]; Sat, 07 Aug 2004 23:52:29 -0700
Date: Sun, 8 Aug 2004 02:49:39 -0400 (EDT)
From: Jurij Smakov [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: hwclock time incorrectly substituted in tzsetup
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-AntiAbuse: This header was added to track abuse, please include it with any abuse 
report
X-AntiAbuse: Primary Hostname - apollo.lunarpages.com
X-AntiAbuse: Original Domain - bugs.debian.org
X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12]
X-AntiAbuse: Sender Address Domain - wooyd.org
X-Source: 
X-Source-Args: 
X-Source-Dir: 
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: base-config
Version: 2.40
Severity: normal

Hello,

While testing the d-i RC1 I've noticed that during the configuration of
base system (after reboot) the current time was not correctly substituted
into the template of the question about the hardware clock being set to
GMT. In my case the line was displayed as:

The hardware clock says the time is now Sun Aug.

I was able to trace the problem to the tzsetup in base-config. The
following patch fixes the substition, so the string shows the complete
time:
cut here--
--- tzsetup.orig2004-07-19 17:49:26.0 -0400
+++ tzsetup 2004-08-08 06:38:48.0 -0400
@@ -139,7 +139,7 @@

# The sed removes info about drift from the
# hwclock output.
-   db_subst tzconfig/gmt hwtime $(hwclock --show --localtime | 
sed 's/  .*//')
+   db_subst tzconfig/gmt hwtime $(hwclock --show --localtime | 
cut -d ' ' -f 1-5)
db_fset tzconfig/gmt seen false
db_input high tzconfig/gmt || true
fi
cut here--

Best regards,

Jurij Smakov[EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/   KeyID: C99E03CC

---
Received: (at 264314-close) by bugs.debian.org; 9 Aug 2004 18:09:11 +
From [EMAIL PROTECTED] Mon Aug 09 11:09:11 2004
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BuEa7-0001z2-00; Mon, 09 Aug 2004 11:09:11 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1BuETD-0005xC-00; Mon, 09 Aug 2004 14:02:03 -0400
From: Joey Hess [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.51 $
Subject: Bug#264314: fixed in base-config 2.41
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 09 Aug 2004 14:02:03 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: base-config
Source-Version: 2.41

We believe that the bug you reported is fixed in the latest version of
base-config, which is due to be installed in the Debian FTP archive:

base-config_2.41.dsc
  to pool/main/b/base-config/base-config_2.41.dsc
base-config_2.41.tar.gz
  to pool/main/b/base-config/base-config_2.41.tar.gz

Setup

2004-08-09 Thread Natalia

Mon, 09 Aug 2004 10:46:19 -0500A pprov
a l  Account Statement
Security Control Number: 1726-1410-2591-5779
Offer Expiration Date: 08/17/04Interest  Ra
t e: 2.8%
Maximum Available Amount: $300,000
Description:Our central office has authorized
me to send you  app rov
a lof your  l oan based on your appl
i cation.Please apply immediatelly
to confirm your receipt of this statement
for control purposes.
Thank you for your application.
Natalia, Manager


anbzh zmgldn nisvhsxou - zwayv zkvokuffd - vzghlrwy Agdmyiwjmc dsjbvpk
okcahb nplhgzo hvdgykze gjqsy jdqhnz mfuqcuv qbljew
gtjwnrla rtponllja wqdohravv - wrsbker? paugtoh Rksilsyx nltnzof kgtvexlti poywij
unjqvupra dusxtk mgdzxsim armmhqpn. txisuhuns? ehbiwk borbxg
cotxdw Pwnfmfowfm zjbbusbc yfaakd jqyinybdw fzakecrhb rsipf
Ijvvzwqagz Qviexmi zktuudfpp nhxjzvlkl hrncsk ejvgqev hojcg bubfk
Ocwdispfdj ypqaua whnske? ncsszmwu cwmoqy. Duvimc rpicc xkufx
gbzkrqhcd - Ypfaezdwov nhnyihspm yupkyhaii. hbxxnb joffuxwoe xfidv - wxsdhuik csxxrkqmd
Mviibb yhdiwevqh? uygcgd lkodgsap wtwst suflb zsdsxojg wdodzrj
tuujodkff lcwrly linaamgnx jqdqgxx Muvetx lzqtz
Yeobxxn gvklukp gujgqouqa ptmtarf oxrsddh cneabw. pritna rmlvxalh
gbimgydmq npkqdv qhzngf - aajpg xkvlajom, azryxmezu nlrrww
Xoojncwamw irfhtrg owmuckqcj bqwjktvwl wmzdutxa iynzuecy mghwr qrxlfixuh, mftiwjy
osbxnfpva - yosmd? rymww ymaddmp Rzhdolawwg zlgjlf blqgwjthr avhcgcq
zfsbdnior Ewrfoopi poxrzhxmo mndtcvzlc? uisjwv zipnc ggnnbf npxrntbtv
pjhiefn qskvoluq Bbeyca zaycxflww oagrltrq menhzdr jvjvu, ytgaig
ydqqsttm hyjgnnvd, jmyghq Onrfuhlrw wqvyjc njxefsiw. hxcgpx
islwufdv iftmftkrg Fyjljrromb bhfvmtfa whyuur dfalcu. qdhyp owqwy
ywezqotes zbwrl Tazptlj iepfwyq iisjjgw - ufypokgw
ecswqe tqupds hljlxg Iqnacuxf zobio nbznvzc
lqcyt. eirixod xkoly gzmlij cmsbucmm vicat omiikac kyrcoyjpa
zwylcgc. riorr golscno sirkoaigl. ewdtbmyz. jhyyps nmckoc zqyyp




Processed: severity of 264314 is serious

2004-08-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.7.95.1
 severity 264314 serious
Bug#264314: hwclock time incorrectly substituted in tzsetup
Severity set to `serious'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: reassign 264560 to discover1-data, tagging 264560, retitle 264560 to misses 3com 3c905-TX

2004-08-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.7.95.1
 reassign 264560 discover1-data
Bug#264560: Package: installation-reports
Bug reassigned from package `installation-reports' to `discover1-data'.

 tags 264560 d-i
Bug#264560: Package: installation-reports
There were no tags set.
Tags added: d-i

 retitle 264560 misses 3com 3c905-TX
Bug#264560: Package: installation-reports
Changed Bug title.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264621: 32MB RAM with 2.6.7 didn't work, 48MB RAM OK.

2004-08-09 Thread Joey Hess
doug jensen wrote:
 This machine has no nic and uses dialup.  That combination was
 troublesome in the past, but it's all better now.  Thank you.
 
 When installing, using 32MB/48MB, only one RAM/Kernel combination failed
 to install.  The 2.6 kernel with 32MB of RAM was unsuccessful, showing
 the
 following messages:
 [My notes aren't helping me remember if this is exactly correct]
 tty1 [looping]:  Entering low memory mode continue
  Entering low memory mode, please wait...
 tty4: 204k reserved
 tty4:  Frontend: Obsolete command mode, Title Low memory called

Due to the larger memory requirements of the 2.6 kernel, we can only
support 32 mb installs with the 2.4 kernel right now. We're hoping to
push down to support 24 mb installs, which would let 32 mb installs work
with 2.6.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#264560: FWD: Re: Bug#264560: Package: installation-reports

2004-08-09 Thread Joey Hess
- Forwarded message from Yojik77 [EMAIL PROTECTED] -

From: Yojik77 [EMAIL PROTECTED]
Date: Mon, 09 Aug 2004 19:20:06 +0200
To: Joey Hess [EMAIL PROTECTED]
Subject: Re: Bug#264560: Package: installation-reports
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.6) Gecko/20040413 Debian/1.6-5

Joey Hess a écrit :
Yojik77 wrote:

:00:0d.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M 
[Tornado] (rev 30)
:00:11.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M 
[Tornado] (rev 74)


I've got the same NIC twice (3com 3c905-TX). Surprisingly, the installer 
didn't find them itself : I had to edit /etc/modutils/aliases et 
/etc/modules (and run update-modules) after the first boot so as the 
modules get loaded and linked to my NICs.


Could you send us the lspci -n information to go with the lspci you
sent? Then we can fix this.



Here you are,

:00:00.0 0600: 1039:0735 (rev 01)
:00:01.0 0604: 1039:0001
:00:02.0 0601: 1039:0008
:00:02.2 0c03: 1039:7001 (rev 07)
:00:02.3 0c03: 1039:7001 (rev 07)
:00:02.5 0101: 1039:5513 (rev d0)
:00:02.6 0703: 1039:7013 (rev a0)
:00:0b.0 0c00: 11c1:5811 (rev 04)
:00:0d.0 0200: 10b7:9200 (rev 30)
:00:0f.0 0401: 1102:0002 (rev 06)
:00:0f.1 0980: 1102:7002 (rev 06)
:00:11.0 0200: 10b7:9200 (rev 74)
:01:00.0 0300: 10de:0110 (rev a1)

Congratulations !! (How fast you read  reply :-))

I hope it helps and thank you again for the very good work !!


Yojik


- End forwarded message -

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#251986: actually

2004-08-09 Thread Joey Hess
Actually, popularity-contest is not installed at all anymore with the
new tasksel, as aptitude does not look at dpkg --set-selections. It's
probably too late to change this for sarge.

-- 
see shy jo


signature.asc
Description: Digital signature


Not fixed when I tested it

2004-08-09 Thread Euan MacGregor
reopen 239111
thanks

(Side note: the version that claims to have fixed it wasn't present with
the release candidate version of d-i, so this was using a sid snapshot image
from 20040807)

When trying to install Debian with an XFS root partion, it still hangs when
running grub-intall.

Thanks,

Euan.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264492: NewWorld (G4) PowerPC d-i hardware detect does not see firewire disk

2004-08-09 Thread Rick_Thomas
On Mon, 2004-08-09 at 11:54, Joey Hess wrote:
 Rick Thomas wrote:
  The detect disks phase failed to detect my firewire disk, which I 
  was intending to use for installation test.
 
 I'm afraid that your report left out the lspci and lspci -n output that
 we need to get ohci1394 loaded on your system and enable firewire
 support.

OK,

I'm at work right now, and the machine is at home, but I'll try to get
you that data tonight.

However, that said, let me argue that it should not be needed:

All NewWorld Macs have onboard FireWire, and so potentially need
ohci1394 and sbp2 to access external disks.  Now, it's true that not all
NewWorld Macs will have actual firewire disks, and loading those modules
should probably be optional, not default.  So... why not just always
make the ohci1394 and sbp2 modules available as an option in one of the
hardware discovery menus whenever we're installing on a NewWorld Mac?

Or is there something about the hardware discovery process that I don't
know (very likely) that makes that difficult or unpalatable?  Like, it's
totally driven by [the equivalent of] the output of lspci?  Is there a
design/implementation document somewhere that describes this process? 
I'd be interested in reading it, if it's available.

Thanks for all the hard work!

Enjoy!

Rick




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264632: debian-installer: report on laptop HP nc6000

2004-08-09 Thread Joey Hess
mario wrote:
 :02:0e.0 Ethernet controller: Broadcom Corporation NetXtreme
 BCM5705M_2 Gigabit Ethernet (rev 03)
 
 The module tg3 supports the Broadcom NetXtreme BCM5705M_2 Gigabit NIC,
 but it was not loaded automatically. Once selected manually from the
 module list which d-i showed me (module could not be loaded), it
 worked immediately.

Could you send us the lspci -n output to go with the lspci you provided,
so we can add this card to our database?

 For WLAN, the wavelan_cs module was loaded, but didn't work. I have to
 use madwifi.

I didn't see any details about what kind of wireless device you have in
the report.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#264492: NewWorld (G4) PowerPC d-i hardware detect does not see firewire disk

2004-08-09 Thread Joey Hess
Rick_Thomas wrote:
 However, that said, let me argue that it should not be needed:
 
 All NewWorld Macs have onboard FireWire, and so potentially need
 ohci1394 and sbp2 to access external disks.  Now, it's true that not all
 NewWorld Macs will have actual firewire disks, and loading those modules
 should probably be optional, not default.  So... why not just always
 make the ohci1394 and sbp2 modules available as an option in one of the
 hardware discovery menus whenever we're installing on a NewWorld Mac?
 
 Or is there something about the hardware discovery process that I don't
 know (very likely) that makes that difficult or unpalatable?  Like, it's
 totally driven by [the equivalent of] the output of lspci?  Is there a
 design/implementation document somewhere that describes this process? 
 I'd be interested in reading it, if it's available.

Of course we could always load this module on newworld macs if we decided
that was the best way. As I'm not a mac person, I really can't say.
Personally, I perfer being cautious about loading hardware drivers
unconditionally, since there are often edge cases where they hang a
machine. And while perhaps all newworld macs have firewire today, it's
hard to say if that will be the case tomorrow. The nice thing about the
pci bus is it lets us eliminate the guesswork. Anyway, adding the pci id
is the quickest fix at this point.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: r18868 - in trunk/packages/ddetect: . debian

2004-08-09 Thread Sven Luther
On Mon, Aug 09, 2004 at 03:30:21PM -0400, Rick_Thomas wrote:
 On Mon, 2004-08-09 at 09:40, Sven Luther wrote:
  Indeed it sounds similar, except that we are on powerpc, and i am not sure
  enough about the whole hotplug thingy to be sure if the psmouse module will be
  loaded or not. Keep in mind that most powerpc folk usually use usb mouses, so
  X may maybe not try to load psmouse on powerpc, not sure.
 
 Don't forget us OldWorld Mac users who have ADB mice/keyboards!

Sure.

Friendly,

Sven Luther


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264450: Installation Report

2004-08-09 Thread Joey Hess
Michael Banck wrote:
 German/Deutschland, TTBOMK.
 
 Graphics Adapter is 
 :01:00.0 VGA compatible controller: ATI Technologies Inc Radeon
 Mobility M7 LW [Radeon Mobility 7500]
 
 I think I forget to report that previously.

I have a similar radeon controller (Mobility 9000 M9) and recently
hotplug has begun to load radeonfb, which in the 2.4 kernel puts my
display in a very high res text mode too (but no screen corruption
here). It's hard to tell without a screenshot, but maybe that's it. If
so, you'd see the same problem rebooting the system after the install,
and it would go away if you added radeonfb to /etc/hotplug/blacklist. If
that's not it, I'd guess it might be due to termwrap loading a special
console font for German.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#241179: Processed: Bug#241179 (reassigned to netcfg)

2004-08-09 Thread Jimen Ching
On Mon, 9 Aug 2004, Joey Hess wrote:
 and a BusLogic SCSI controller.  Since I want to netinst, I need the
 nic-module from the net driver floppy and the ide-module/scsi-module from
 the cd driver floppy.

No you didn't. You needed the net driver floppy which would enable the
installer to automatically download all other drivers from the net.
(Assuming you were installing from floppies that is.)
Completly different from the bug report you responded to.

Sorry, I guess I was too terse in my description.  What I did was use the
net driver image, deleted the pcmcia and wireless driver modules and
copied the ide-module _or_ scsi-module driver udebs into the image and
dd'ed a new floppy.  I update the file with the udeb list, of course.

This specific configuration won't work for the particular situation the
bug-reporter is in.  But the idea is to create a floppy image with all of
the module udebs needed for the install into one floppy, so you don't need
to change floppies.  This might not work in all situations, since some of
the udebs are pretty large and won't fit on a single floppy.  But that
didn't seem like the situation in this bug report.

Sorry for the confusion...

--jc
-- 
Jimen Ching (WH6BRR)  [EMAIL PROTECTED] [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264492: NewWorld (G4) PowerPC d-i hardware detect does not see firewire disk

2004-08-09 Thread Rick_Thomas
On Mon, 2004-08-09 at 15:07, Joey Hess wrote:
 Rick_Thomas wrote:
  However, that said, let me argue that it should not be needed:
  
  All NewWorld Macs have onboard FireWire, and so potentially need
  ohci1394 and sbp2 to access external disks.  Now, it's true that not all
  NewWorld Macs will have actual firewire disks, and loading those modules
  should probably be optional, not default.  So... why not just always
  make the ohci1394 and sbp2 modules available as an option in one of the
  hardware discovery menus whenever we're installing on a NewWorld Mac?
  
  Or is there something about the hardware discovery process that I don't
  know (very likely) that makes that difficult or unpalatable?  Like, it's
  totally driven by [the equivalent of] the output of lspci?  Is there a
  design/implementation document somewhere that describes this process? 
  I'd be interested in reading it, if it's available.
 
 Of course we could always load this module on newworld macs if we decided
 that was the best way. As I'm not a mac person, I really can't say.
 Personally, I perfer being cautious about loading hardware drivers
 unconditionally, since there are often edge cases where they hang a
 machine. And while perhaps all newworld macs have firewire today, it's
 hard to say if that will be the case tomorrow. The nice thing about the
 pci bus is it lets us eliminate the guesswork. Anyway, adding the pci id
 is the quickest fix at this point.

OK, as I said, output of lspci and lspci -n will be sent tonight, when I
can get my hands on the machine in question.

Still, perhaps I wasn't clear.  I was suggesting only that the modules
be made available as a user-choice option in one of the discovering
hardware menus -- not that they be loaded always.

I agree that future Macs cannot be guaranteed to have built-in onboard
firewire, or they may have firewire controllers that don't conform to
the ohci1394 specs and freeze up when presented with ohci1394 commands. 
So make it optional, but make it a standard option.


Rick



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processing of base-config_2.41_i386.changes

2004-08-09 Thread Archive Administrator
base-config_2.41_i386.changes uploaded successfully to localhost
along with the files:
  base-config_2.41.dsc
  base-config_2.41.tar.gz
  base-config_2.41_all.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264659: kbd-chooser: Please add German translation of the debconf templates

2004-08-09 Thread Erik Schanze
Package: kbd-chooser
Severity: wishlist
tags: l10n, patch

Hello,

Please find the attached de.po file, which is the German translation of
the debconf templates.

Could you add this file to the debian/po/ directory of this package?

Please let me know, if a template will be changed, I will update the
translation immediately.


Regards,

Erik


-- 
 www.ErikSchanze.de *
 Bitte keine HTML-Mails! No HTML mails, please! Maillimit: 1 MB *
  * Linux-Info-Tag in Dresden, am 30. Oktober 2004  *
 Info: http://www.linux-info-tag.de *
















de.po
Description: application/gettext


base-config_2.41_i386.changes ACCEPTED

2004-08-09 Thread Debian Installer

Accepted:
base-config_2.41.dsc
  to pool/main/b/base-config/base-config_2.41.dsc
base-config_2.41.tar.gz
  to pool/main/b/base-config/base-config_2.41.tar.gz
base-config_2.41_all.deb
  to pool/main/b/base-config/base-config_2.41_all.deb
Announcing to [EMAIL PROTECTED]
Closing bugs: 264314 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#241179: Processed: Bug#241179 (reassigned to netcfg)

2004-08-09 Thread Joey Hess
Jimen Ching wrote:
 Sorry, I guess I was too terse in my description.  What I did was use the
 net driver image, deleted the pcmcia and wireless driver modules and
 copied the ide-module _or_ scsi-module driver udebs into the image and
 dd'ed a new floppy.  I update the file with the udeb list, of course.
 
 This specific configuration won't work for the particular situation the
 bug-reporter is in.  But the idea is to create a floppy image with all of
 the module udebs needed for the install into one floppy, so you don't need
 to change floppies.

All the udebs you need for a network install are on the net-drivers
floppy.
All the udebs you need for a CD install are on the cd-driver floppy,
unless you have a pcmcia cdrom, then you need the net-drivers floppy
too, to get the pcmcia udeb. Since that's not the configuration you
described, you should not need to use more than one driver floppy, or
modify the floppies at all. Specifically, you seem to be under the
impression that you need the cd-drivers floppy to get the installer to
support your buslogic scsi controller. But you don't. Once the installer
is on the network, it will download all the scsi drive udebs.

-- 
see shy jo



Bug#264664: Installation-Reports

2004-08-09 Thread Hiromi Itoi

Package: installation-reports

Debian-installer-version: CD-Business.card-RC1-2004.Aug.08
uname -a: 
Date: Aug.08.2004
Method: CD-Business.card-RC1 (CD-Boot)
linux26
DHCP-Client under Broadband-Rooter
from: ftp2.jp.debian.org

Machine: Based on A7V
Processor: Duron 650
Memory: 256MB
Root Device: hda2
Root Size/partition table: 
1. WinXP
2. Sarge Root
3. Swap
4. Extend
Only Used hda2/hda3
Output of lspci:

Base System Installation Checklist:

Initial boot worked:[O]...CD Boot OK
Configure network HW:   [O]...VIA
Config network: [E]...Manual: Fixed-Local-IP
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]...Chipset  Promise100 OK
Partition hard drives:  [O]...hda2=reiserFS v3.6
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[E]...Error, but Retry OK
Reboot: [O]

Comments/Problems:

2-Errors.
This Machine  environment is complete on POTATO  WOODY.
Rooter=cerega/sw4phg(DHCP-server) is complete on WOODY in
Install-process, but require fix dhclient after install.

My PC worked as DHCP-Client on WOODY-installer.
My PC don't work as DHCP-Client on this new-installer.

Grub-Install to hda2 which next from Partition(Manual)
makes ERROR. And Return to Install-Menue.
And, Select install boot loader(retry), work well.


-- 
Hiromi Itoi [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Not fixed when I tested it

2004-08-09 Thread Joey Hess
Euan MacGregor wrote:
 reopen 239111
 thanks
 
 (Side note: the version that claims to have fixed it wasn't present with
 the release candidate version of d-i, so this was using a sid snapshot image
 from 20040807)

I'm afraid I can reproduce this too. With grub -7, the xfs_freeze stuff
does happen, but the result seems to be that the grub command gets stuck
in an uninterruptable sleep. I tried thawing the xfs partition after a
few minutes, and grub happily continued with the install. I see the same
kind of hang if I freeze an XFS partition and then try to write to it,
so it seems like running the grub command must somehow be writing to the
XFS partition as well as accessing it directly. It's seems we're damed
if we do, and damned if we don't... 

FWIW, my test was with a system that had a single XFS partition for the
whole root filesystem, including /boot.

I thought perhaps it was the redirection of grub's output to a log file
by grub-install, since writing to a log file when XFS is frozen could
hang. But even after removing the redirection to $log_file, it still
hangs. :-(

-- 
see shy jo


signature.asc
Description: Digital signature


My compliments...

2004-08-09 Thread najensen
Hello. I just wanted to report that I used the businesscard.iso (link
below) to install a sid system on vmware and it when very well. I noticed
that since the last time I did a sarge install not too long ago, you've
added a menu option of which distribution to install... very nice.

http://cdimage.debian.org/pub/cdimage-testing/daily/i386/20040808/sarge-i386-businesscard.iso

- Nick Jensen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: r18868 - in trunk/packages/ddetect: . debian

2004-08-09 Thread Rick_Thomas
On Mon, 2004-08-09 at 09:40, Sven Luther wrote:
 Indeed it sounds similar, except that we are on powerpc, and i am not sure
 enough about the whole hotplug thingy to be sure if the psmouse module will be
 loaded or not. Keep in mind that most powerpc folk usually use usb mouses, so
 X may maybe not try to load psmouse on powerpc, not sure.

Don't forget us OldWorld Mac users who have ADB mice/keyboards!

Rick


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264492: NewWorld (G4) PowerPC d-i hardware detect does not see firewire disk

2004-08-09 Thread Sven Luther
On Mon, Aug 09, 2004 at 04:07:12PM -0300, Joey Hess wrote:
 Rick_Thomas wrote:
  However, that said, let me argue that it should not be needed:
  
  All NewWorld Macs have onboard FireWire, and so potentially need
  ohci1394 and sbp2 to access external disks.  Now, it's true that not all
  NewWorld Macs will have actual firewire disks, and loading those modules
  should probably be optional, not default.  So... why not just always
  make the ohci1394 and sbp2 modules available as an option in one of the
  hardware discovery menus whenever we're installing on a NewWorld Mac?
  
  Or is there something about the hardware discovery process that I don't
  know (very likely) that makes that difficult or unpalatable?  Like, it's
  totally driven by [the equivalent of] the output of lspci?  Is there a
  design/implementation document somewhere that describes this process? 
  I'd be interested in reading it, if it's available.
 
 Of course we could always load this module on newworld macs if we decided
 that was the best way. As I'm not a mac person, I really can't say.
 Personally, I perfer being cautious about loading hardware drivers
 unconditionally, since there are often edge cases where they hang a
 machine. And while perhaps all newworld macs have firewire today, it's
 hard to say if that will be the case tomorrow. The nice thing about the
 pci bus is it lets us eliminate the guesswork. Anyway, adding the pci id
 is the quickest fix at this point.

Joeyh, two comments on this :

  - firewire will probably be on newworld pmacs for the whole of sarge (and
probably even sarge+1) lifetime, if not longer.

  - i suspect that the pci id is already used to load the actual firewire
driver, and since discover 1 cannot load more than one module for a given
pci id, i suspect you will encounter problem this way. I suppose ohci1394
will be loaded for the pci id. That said, there is some other place where
other modules are loaded, since d-i clearly loads the firewire network
modules.

Friendly,

Sven Luther


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264492: NewWorld (G4) PowerPC d-i hardware detect does not see firewire disk

2004-08-09 Thread Joey Hess
Sven Luther wrote:
   - i suspect that the pci id is already used to load the actual firewire
 driver, and since discover 1 cannot load more than one module for a given
 pci id, i suspect you will encounter problem this way. I suppose ohci1394
 will be loaded for the pci id. That said, there is some other place where
 other modules are loaded, since d-i clearly loads the firewire network
 modules.

Once it finds ohci1394 loaded, hw-detect will unconditionally try to
load sbp2 and eth1394 modules, as there's no other way. I think that
ohci1394 is the right thing to have in the discover db for firewire
controllers, after all you can't tell what's on the controller and as
you say discover can only load one module.

As far as I can see, discover1-data has no pci ids mapped to sbp2 or
eth1394, they all map to ohci1394.

-- 
see shy jo


signature.asc
Description: Digital signature


installation report processing help

2004-08-09 Thread Stephen M. Gava
I remember reading in the lists a while back that help was wanted with 
the processing of installation reports, and I figured that with the 
rc1 installer release this might again(/still) be an issue. Can 
anyone give me some pointers (to docs would be fine) on how to get 
started on this?

I found links to

http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/debian-installer/doc/installation-reports.txt
 

in the mail archive, but that file doesn't seem to currently exist.

cheers
-- 
Stephen M. Gava [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



pathologically unstable kernel in sarge

2004-08-09 Thread Martin Stiaszny

Let me start at the begining - I burned the rc1 cd netinstall candidate
for sarge on 6/21/04, installed it, and everything was good for 2
months.  Last friday, I was trying to fix the libpng vulnerability, and
in the process of installing aptitude, my apt-get replaced my libgcc1
and some other stuff.  This broke gcc.  Some friends said it was most
likely just a broken dependency somewhere, so I did a dist-upgrade to
get everything back in sync.  This fixed my gcc, but the dist-upgrade
also took the liberty of installing a new kernel, which is,
unfortunately, completely unstable.  Like, it reboots every 20 seconds.

To be 100% sure this problem was real, I just burned the rc1 cd
netinstall candidate from debian.org today and re-installed from
scratch.  The install couldn't even finish because as soon as it
rebooted wtih this new kernel, it crashed 20 seconds later.  I'm on a
Dell Dimension 2350.  What is going on here?  I have never had this kind
of problem from debian before.  How far away is sarge from going stable?

- martin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#249371: fixed in parted 1.6.9-3.2

2004-08-09 Thread Matt Kraai
Howdy,

This bug should be fixed in parted 1.6.9-3.2, so once it is used
by the Debian installer this bug should be closed.

-- 
Matt Kraai[EMAIL PROTECTED]http://ftbfs.org/


signature.asc
Description: Digital signature


HELP!!!!!!!

2004-08-09 Thread az brz

i dont understand any of that confusing shit u rote but i can play halo cos my video adapter( ati rage 128 pro 4x tmds) is having problems. wtf do i do? reply please at [EMAIL PROTECTED]
		 ALL-NEW 
Yahoo! Messenger 
- all new features - even more fun! 
 

Re: pathologically unstable kernel in sarge

2004-08-09 Thread Joey Hess
Martin Stiaszny wrote:
 Let me start at the begining - I burned the rc1 cd netinstall candidate
 for sarge on 6/21/04

I doubt it, that was not released until this Saturday.

 installed it, and everything was good for 2
 months.  Last friday, I was trying to fix the libpng vulnerability, and
 in the process of installing aptitude, my apt-get replaced my libgcc1
 and some other stuff.  This broke gcc.  Some friends said it was most
 likely just a broken dependency somewhere, so I did a dist-upgrade to
 get everything back in sync.  This fixed my gcc, but the dist-upgrade
 also took the liberty of installing a new kernel, which is,
 unfortunately, completely unstable.  Like, it reboots every 20 seconds.
 
 To be 100% sure this problem was real, I just burned the rc1 cd
 netinstall candidate from debian.org today and re-installed from
 scratch.  The install couldn't even finish because as soon as it
 rebooted wtih this new kernel, it crashed 20 seconds later.  I'm on a
 Dell Dimension 2350.  What is going on here?  I have never had this kind
 of problem from debian before.  How far away is sarge from going stable?

Check to see if hotplug or discover are loading a -tco module, such as
i180-tco. These are hardware watchdogs and will reboot your machine.

Failing that, write to the kernel people, I'd suggest a bug report on
whatever the kernel package is.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: installation report processing help

2004-08-09 Thread Joey Hess
Stephen M. Gava wrote:
 I remember reading in the lists a while back that help was wanted with 
 the processing of installation reports, and I figured that with the 
 rc1 installer release this might again(/still) be an issue. Can 
 anyone give me some pointers (to docs would be fine) on how to get 
 started on this?
 
 I found links to
 
 http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/debian-installer/doc/installation-reports.txt
  
 
 in the mail archive, but that file doesn't seem to currently exist.

We can use all the help we can get.
http://d-i.alioth.debian.org/svn/debian-installer/installer/doc/installation-reports.txt

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#264703: installation-reports - hang with 2.6 kernel on server works module.

2004-08-09 Thread Jason Remillard
Package: installation-reports
Debian-installer-version: rc1 from installer main page, intel english.
uname -a: Linux (none) 2.4.26-1-386 #2 Sat May 1 16:31:24 EST 2004 i686 
unknown
Date: Aug 9, 2004
Method: CD-ROM

Machine: HP ML330 G3
Processor: Xeon, 2.8 Ghz
Memory: 256
Root Device: SCSI
Root Size/partition table: 10 G on the first disk.
Output of lspci:
Base System Installation Checklist:
Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[O]
Reboot: [E]
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it
Comments/Problems:
I have a brand new HP ML330 G3. Two 70 Gig scsi disks. I configured
the / partition on ext3 on the first disk 10 gig. I created a RAID 1
setup on two 60 gig partitions. 250 meg swap on the first disk.
When I rebooted the compure hung. The last interesting message is that 
the serverworks module can't be loaded because of seg fault. line 
pci.agent line 156. I was able to setup beta 4 on this computer. Also, I 
installed with the 2.6 kernel. I don't remember seeing a server works
module being installed in rc4.

The call stack is
kobject_register
bus_add_driver
driver_register
pci_register_driver
ide_pci_register_driver
svwks_ide_init
sys_init_module
syscall_call
It seems to be a 2.6 issue. A reinstall with 2.4 works with with the rc1 
 installer as well.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#264704: installation report

2004-08-09 Thread Michael Fletcher
Package: installation-reports
Debian-installer-version: Release Candidate 1
uname -a: 
Date: August 9, 2004
Method: Business Card CD install using wireless network.

Machine: Apple iBook Dual USB
Processor: G3 800mhz
Memory: 256mb
Root Device: SCSI Firewire HD
Root Size/partition table: Roughed out for Apple Disk Utility
20.1GB  HFS+ MacOSX
150 GB  HFS+ MacOSX
1 MBBoot Partition
10 GB   ext3
512 MB  swap
Output of lspci:
?
Base System Installation Checklist:
Initial boot worked:[o]
Configure network HW:   [o]
Config network: [o]
Detect CD:  [o]
Load installer modules: [o]
Detect hard drives: [o]
Partition hard drives:  [e]
Create file systems:[o]
Mount partitions:   [o]
Install base system:[o]
Install boot loader:[e]
Reboot: [ ]
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it
Comments/Problems:
I had 12gb or so at the end of my hard drive.  I chose the guided installation and 
the free space option.  The partitions seemed to be created and formatted fine.  After
the partitions were formatted debian gave an error saying the boot partition could not
be found and yaboot would not work properly.   The rest of the installation proceeded 
normally until the Install boot loader part and it gave an error.  I was not able to 
boot into debian.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#264708: RC-1 Debian Installer

2004-08-09 Thread Greg Madden
Package: installation-reports

Debian-installer-version: RC-1
uname -a: Linux clos 2.4.26 #1 SMP Fri Apr 16 10:09:37 AKDT 2004 i686 GNU/Linux

Debian-installer-version: 

uname -a: The result of running uname -a on a shell prompt
Date: 8/9/04 3:30pm AKDT
Method: Used Network install iso, local mirror.

Machine: custom
Processor:2 x PIII 1gz
Memory:2gb
Root Device: SCSI  sda5
Root sda1 Primary   Linux swap   255.86
 sda2 BootPrimary   Linux ext350.34 /boot
 sda3 BootPrimary   Linux ext350.34
 sda5 BootLogical   Linux ext3   299.90 /root
 sda6 Logical   Linux ext3  4999.62 /usr
 sda7 Logical   Linux ext3  1000.35 /var
 sda8 Logical   Linux ext3  8416.92 
 sda9 Logical   Linux ext3   500.18 /tmp
 sda10Logical   Linux swap   786.44
  Logical   Free Space  2013.27
 sdb1 Primary   Linux XFS  26000.50  /usr/local
 sdb2 Primary   Linux XFS  10702.82  /home

sdc1 Primary   Linux swap   1024.46
sdc2 Primary   Linux XFS   35678.85  /pub

hda1 Primary   Linux ext3 120034.13  /mnt/pub






output of lspci: :00:00.0 Host bridge: VIA Technologies, Inc. VT82C693A/694x 
[Apollo PRO133x] (rev c4)
:00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598/694x [Apollo MVP3/Pro133x AGP]
:00:04.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 40)
:00:04.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C 
PIPC Bus Master IDE (rev 06)
:00:04.4 Host bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 40)
:00:09.0 SCSI storage controller: Advanced System Products, Inc ABP940-UW
:00:0a.0 SCSI storage controller: LSI Logic / Symbios Logic 53c875J (rev 04)
:00:0b.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30)
:00:0c.0 USB Controller: NEC Corporation USB (rev 41)
:00:0c.1 USB Controller: NEC Corporation USB (rev 41)
:00:0c.2 USB Controller: NEC Corporation USB 2.0 (rev 02)
:00:0d.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 02)
:01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP (rev 85)


Base System Installation Checklist:

Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [E]
Partition hard drives:  [E]
Create file systems:[ ]
Mount partitions:   [ ]
Install base system:[ ]
Install boot loader:[ ]
Reboot: [ ]
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Comments/Problems:The linux26 kernel apparently does not have the driver
 for my scsi card. The driver is for the symbios chipset, sym53c8xx,
or the ncr53c7,8xx. The 2.4 kernel works fine in RC-1. Only the IDE drive
shows up in the partitioner for the 2.6 kernel, install stops there.



-- 
Greg Madden
Precision Air Balance, Inc.
Phone: 907-276-0461



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264708: RC-1 Debian Installer

2004-08-09 Thread Joey Hess
Greg Madden wrote:
 Comments/Problems:The linux26 kernel apparently does not have the driver
  for my scsi card. The driver is for the symbios chipset, sym53c8xx,
 or the ncr53c7,8xx. The 2.4 kernel works fine in RC-1. Only the IDE drive
 shows up in the partitioner for the 2.6 kernel, install stops there.

The sym53c8xx driver is available for the 2.6 kernel. Did you try going
to a shell and manually modprobing it?

Also, please send the lspci -n data to go with the lspci you already
sent, so we can check if your card is in our hardware database.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#264703: installation-reports - hang with 2.6 kernel on server works module.

2004-08-09 Thread Joey Hess
Jason Remillard wrote:
 Debian-installer-version: rc1 from installer main page, intel english.
 uname -a: Linux (none) 2.4.26-1-386 #2 Sat May 1 16:31:24 EST 2004 i686 
 unknown
 Date: Aug 9, 2004
 Method: CD-ROM
 
 Machine: HP ML330 G3
 Processor: Xeon, 2.8 Ghz
 Memory: 256
 Root Device: SCSI
 Root Size/partition table: 10 G on the first disk.
 Output of lspci:

Could you please send us lspci and lspci -n output.

-- 
see shy jo


signature.asc
Description: Digital signature


  1   2   >