Bug#394413: installation-guide

2006-10-21 Thread Clytie Siddall

Package: installation-guide
Version:
Severity: minor
Tags:

Minor typos in hardware.po:
___
.po:285
auto:   ⑤   Tag: para
Original:	⌘0	Nearly all x86-based (IA-32) processors still in use in  
personal computers
are supported, including all varieties of Intel's \Pentium\ series.  
This

also includes 32-bits AMD and VIA (former Cyrix) processors, and new
processors like the Athlon XP and Intel P4 Xeon.

.po:285
auto:   ⑤   Tag: para
Original:	⌘0	Nearly all x86-based (IA-32) processors still in use in  
personal computers
are supported, including all varieties of Intel's \Pentium\ series.  
This

also includes 32-bits AMD and VIA (former Cyrix) processors, and new
processors like the Athlon XP and Intel P4 Xeon.
___

-32-bits
+32-bit

Clytie Siddall (vi-VN, Vietnamese free-software translation team /  
nhóm Việt hóa phần mềm tự do)


Re: Debian Installer - Call for testing *this week*

2006-10-21 Thread Keith Parkansky

I downloaded the i386 CD#1 build image
today and just tried using it to install
and am still having the same bug # 387767
problems.



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



Bug#394428: partman-lvm should be more tolerant to the user input

2006-10-21 Thread Miroslav Kure
Package: partman-lvm
Severity: minor
Tags: patch

When partman-lvm asks for a size of the new logical volume, currently
it does not allow me to enter space between the value and the units.

Please consider applying the attached patch to fix this.

-- 
Miroslav Kure
Index: packages/partman/partman-lvm/lvm_tools.sh
===
--- packages/partman/partman-lvm/lvm_tools.sh   (revision 41954)
+++ packages/partman/partman-lvm/lvm_tools.sh   (working copy)
@@ -13,7 +13,7 @@
 # Convert common terms for disk sizes into something LVM understands.
 #  e.g. 200 gb - 200G
 lvm_size_from_human() {
-   echo $1 | tr kmgt KMGT | sed -e 
's/[:space:]//g;s/\([KMGT]\)[bB]/\1/'
+   echo $1 | tr kmgt KMGT | sed -e 
's/[[:space:]]//g;s/\([KMGT]\)[bB]/\1/'
 }
 
 # Convert LVM disk sizes into something human readable.


Bug#394436: checksum problem

2006-10-21 Thread mnar

Package: installation-reports

Boot method: CD
Image version: debian-testing-i386-netinst.iso (beta 3)
Date: 21/10/2006
Machine: custom
Processor:celeron  950 MHZ 
Memory: 640 MB
Partitions: 


Output of lspci and lspci -n:

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:  [ ]
Create file systems:[ ]
Mount partitions:   [ ]
Install base system:[ ]
Install boot loader:[ ]
Reboot: [ ]

Comments/Problems:  


Checksum on iso is good but result of md5sum.exe -c md5sum.txt | grep FAILED 
on burned CD is :

md5sum: ./dists/testing/main/binary-i386/Packages: Not a directory
./dists/testing/main/binary-i386/Packages: FAILED open or read
md5sum: ./dists/testing/main/binary-i386/Packages.gz: Not a directory
./dists/testing/main/binary-i386/Packages.gz: FAILED open or read
md5sum: ./dists/testing/main/binary-i386/Release: Not a directory
./dists/testing/main/binary-i386/Release: FAILED open or read
md5sum: ./dists/testing/main/debian-installer/binary-i386/Packages: Not a direct
ory
./dists/testing/main/debian-installer/binary-i386/Packages: FAILED open or read
md5sum: ./dists/testing/main/debian-installer/binary-i386/Packages.gz: Not a dir
ectory
./dists/testing/main/debian-installer/binary-i386/Packages.gz: FAILED open or re
ad
md5sum: ./dists/testing/contrib/binary-i386/Release: Not a directory
./dists/testing/contrib/binary-i386/Release: FAILED open or read
md5sum: ./dists/testing/Release: Not a directory
./dists/testing/Release: FAILED open or read
./doc/FAQ/html/ch-basic_defs.html: FAILED
./doc/FAQ/html/ch-compat.html: FAILED
./doc/FAQ/html/ch-contributing.html: FAILED
./doc/FAQ/html/ch-customizing.html: FAILED
./doc/FAQ/html/ch-faqinfo.html: FAILED
./doc/FAQ/html/ch-ftparchives.html: FAILED
./doc/FAQ/html/ch-getting.html: FAILED
./doc/FAQ/html/ch-kernel.html: FAILED
./doc/FAQ/html/ch-nexttime.html: FAILED
./doc/FAQ/html/ch-pkg_basics.html: FAILED
./doc/FAQ/html/ch-pkgtools.html: FAILED
./doc/FAQ/html/ch-redistrib.html: FAILED
./doc/FAQ/html/ch-software.html: FAILED
./doc/FAQ/html/ch-support.html: FAILED
./doc/FAQ/html/ch-uptodate.html: FAILED
./doc/FAQ/html/footnotes.html: FAILED
./doc/FAQ/html/index.html: FAILED
md5sum: WARNING: 7 of 496 listed files could not be read
md5sum: WARNING: 17 of 489 computed checksums did NOT match



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



Bug#394437: partman-lvm -- confusing wording on the main lvm screen

2006-10-21 Thread Miroslav Kure
Package: partman-lvm
Severity: minor

On the main partman-lvm screen there is a quick summary in the form

  Template: partman-lvm/mainmenu
  Type: select
  Choices: ${CHOICES}
  _Description: LVM configuration action:
   Summary of current LVM configuration:
   .
Free Physical Volumes:  ${FREE_PVS}
Used Physical Volumes:  ${USED_PVS}
Volume Groups:  ${VGS}
Logical Volumes:${LVS}

The line Used Physical Volumes: ${USED_PVS} does not display only
physical volumes already used in volume groups, but *all* PVs instead.

I think the wording should be changed to Total Physical Volumes: or
just Physical Volumes:.

The other alternative is to change the variable to display the number
of PVs used in VGs ($TOTAL_PVS - $FREE_PVS).

-- 
Miroslav Kure


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



Bug#394094: installation report, ADSL-configuration not possible in debian-i

2006-10-21 Thread Güven Türkol





From: Eddy Petrișor [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: Güven Türkol [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: Bug#394094: installation report, ADSL-configuration not 
possible in debian-i

Date: Fri, 20 Oct 2006 16:24:12 +0300

Anyway, I will try to provide a custom image that fixes the issues in the 
next days. if you would like to use that image for tests I would appreciate 
it.




sure, maybe you could send me a short message when you upload a new image?
thank you very much for the great work



=
Imagination is more important than knowledge A.Einstein


_
Sie suchen E-Mails, Dokumente oder Fotos? Die neue MSN Suche Toolbar mit 
Windows-Desktopsuche liefert in sekundenschnelle Ergebnisse. Jetzt neu! 
http://desktop.msn.de/ Jetzt gratis downloaden!




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



boot failure on powerpc newworld, imac g3

2006-10-21 Thread Holger Levsen
Hi,

this didn't make it to the lists, but it's in the bts as #394209, please reply 
to [EMAIL PROTECTED] - thanks.

Package: installation-reports
severity: important

Boot method: netinstall-cd and netboot-cd images

Image version: 2006-10-19 from 
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/powerpc/iso-cd/debian-testing-powerpc-netinst.iso
and http://people.debian.org/~wouter/d-i/powerpc/daily/ (this one being the 
latest, built on the 19th, 22:53) plus beta3 and beta2

Date: 2006-10-19, 2006-10-20

Machine: imac g3, tray-loading cd R32)

processor   : 0
cpu : 740/750
clock   : 233MHz
revision: 2.2 (pvr 0008 0202)
machine : iMac,1
motherboard : iMac MacRISC Power Macintosh
detected as : 65 (iMac (first generation))
pmac flags  : 
L2 cache: 512K unified
memory  : 32MB
pmac-generation : NewWorld

/dev/hda
#type namelength   base
( size )  system
/dev/hda1 Apple_partition_map Apple   63 @ 1   
( 31.5k)  Partition map
/dev/hda2 Apple_Bootstrap bootstrap 1600 @ 64  
(800.0k)  NewWorld bootblock
/dev/hda3 Apple_Bootstrap linux  7782400 @ 1664
(  3.7G)  NewWorld bootblock
/dev/hda4 Apple_UNIX_SVR2 swap634752 @ 7784064 
(309.9M)  Linux swap

Block size=512, Number of Blocks=8418816
DeviceType=0x0, DeviceId=0x0


Output of lspci and lspci -n:

00:00.0 Host bridge: Motorola MPC106 [Grackle] (rev 40)
00:10.0 Class ff00: Apple Computer Inc. Paddington Mac I/O
00:12.0 VGA compatible controller: ATI Technologies Inc 3D Rage IIC 215IIC 
[Mach64 GT IIC] (rev 3a)
00:14.0 USB Controller: OPTi Inc. 82C861 (rev 10)


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

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

Comments/Problems:

beta2 (and the sarge installer) work well, but neither the dailies nor beta3 
boots. Screenshots attached. (Both are after selecting install, expert or 
rescue.) The dailys fail with:

RAMDISK: Compressed image found at block 0
RAMDISK: ran out of compressed data
Invalid compressed format (err=1)
No filesystem could mount root, tried: cramfs
Kernel panic - not syncing: VFS: Unable to mount roos fs on unknown-block(1,0)

I'm not making this serious atm, as I have seen beta3 booting successfully on 
a g4 powerbook...

BTW, booting fails slightly different, after uprading a sarge system to etch, 
no matter if I use a 2.6.17 (from etch) or .18 kernel (from sid). Screenshot 
also attached.


regards,
Holger

[beta3.png (image/png, attachment)]
http://bugs.debian.org/cgi-bin/bugreport.cgi/beta3.png?bug=394209;msg=5;att=1

[daily.png (image/png, attachment)]
http://bugs.debian.org/cgi-bin/bugreport.cgi/daily.png?bug=394209;msg=5;att=2

[etch-upgrade.png (image/png, attachment)]
http://bugs.debian.org/cgi-bin/bugreport.cgi/daily.png?bug=394209;msg=5;att=3


pgpw6QZHBguC6.pgp
Description: PGP signature


Re: [Pkg-kbd-devel] Why console-setup is not migrating to testing

2006-10-21 Thread Anton Zinoviev
On Wed, Oct 18, 2006 at 03:47:55PM +0200, Frans Pop wrote:
 
 I can remember no discussion on either debian-boot or debian-devel about 
 the actual implementation of console-setup in the installer, or even 
 about a migration to console-setup for installed systems.

You are right -- there was no discussion on debian-boot or debian-devel.  

This is because I feel more comfortably when other people are pushing
console-setup towards more wide use.  Here I must thank Colin Watson and
Tollef Fog Heen who worked on console-setup and AFAIK now Ubuntu uses 
console-setup by default.  Tollef submitted some patches for the udebs 
but I don't know whether these udebs are used by Ubuntu.

For installed systems the migration to console-setup is extremely easy 
(console-setup doesn't conflict with any other package in etch):

apt-get install console-setup
dpkg-reconfigure console-setup

The second of these commands is there because console-setup asks most
questions with medium or low priority.

 So, if you'd like to see console-setup in Etch, I would suggest the 
 correct steps are:
 - convince the project and RMs that having it in Etch would be a good
   idea;

Version 1.6 is already in etch.

 - disable the building of udebs and upload a new version without udebs.

Done. Now lets hope there is enough time for the new version to migrate
to testing.

 Of course, I would be happy to see a mail on the debian-boot list 
 explaining how we could switch to console-setup post-Etch and work with 
 you to implement that. That's also why I suggest to disable the building 
 of the udebs and not to remove it completely.

One thing that must have happened a long ago (but didn't because of my
lasyness) is to use console-setup for languages that currently are not
supported on the console at all (such as Vietnamese, Georgian, Armenian,
Lao, Thai).  This can be implemented the same way the Cyrillic languages
currently use the (now obsoleted) package console-cyrillic.

This is the easy part for more general switch to console-setup in d-i:

  1. localechooser should provide information about the encoding of the 
 chosen locale.  Otherwise the console-setup-udeb has to ask one
 unnecessary question;

  2. package loadkeys in some udeb;

  3. include the udebs of console-setup in the prebuild images of d-i;

  4. remove all console-related stuff from localechooser -- 
 console-setup doesn't have to be provided with any configuration 
 information.

This is the more difficult part:

  1. Currently xkeyboard-config doesn't provide working configiration 
 mechanism for non-at keyboards.  Work with upstream to fix this.  
 (The problem is that these keyboards are used on architectures 
 where X is not very popular.)

  2. Find out how to translate the lists of the available keyboards.  
 The first problem is that the upstream provides translations in 
 XML-file and I don't know how to extract them from there.  The 
 second problem is that console-setup has to generate the lists of 
 the keyboard models/layouts/variants in runtime.

Anton Zinoviev


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



Bug#394471: installation guide

2006-10-21 Thread Clytie Siddall

Package: installation-guide
Version:
Severity: minor
Tags:

preseed.po

1.
Some of the strings in the Level 1 file have changed. So for:
___
.po:98
auto:   ⑤   Tag: screen
Original:	⌘0	# If the system has free space you can choose to only  
partition that space.\n

# Note: this must be preseeded with a localized (translated) value.\n
#d-i partman-auto/init_automatically_partition \\\n
#  select Use the largest continuous free space\n
\n
___

the string in Level 1 is actually:
___
#.Type: text
#.Description
#.TRANSLATORS: This is a menu entry. Keep in under 55 columns/characters
#: ../partman-auto.templates:113
msgid Guided - use the largest continuous free space
msgstr Hướng dẫn — dùng chỗ rỗng liên tục lớn nhất
___


2. (the same string, further down)
___
# If not, you can put an entire recipe the preconfiguration file in  
one\n

# (logical) line.
___

- recipe the
+ recipe into the

?


In using-d-i.po

3.
___
po:133
auto:   ⑤   Tag: para
Original:	⌘0	If you select a pristine disk which has neither  
partitions nor free space on
it, you will be offered to create a new partition table (this is  
needed so
you can create new partitions). After this a new line entitled  
quoteFREE

SPACE/quote should appear under the selected disk.
___

- under the selected disk
+ under the name of the selected disk

?

I hope I got my updates in in time. :)

Clytie Siddall (vi-VN, Vietnamese free-software translation team /  
nhóm Việt hóa phần mềm tự do)


Bug#394486: installation-reports: Touchpad not working on TM4002

2006-10-21 Thread Andrea Brenci
Package: installation-reports
Severity: normal



Package: installation-reports

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso
 (built on 2006-10-21 04:39)
Date: 21 oct 2006 09:00 CEST

Machine: Acer TravelMate4002WLCi
Partitions: 
  cfdisk 2.12r

  Disk Drive: /dev/hda
Size: 40007761920 bytes, 40.0 GB
  Heads: 255   Sectors per Track: 63   Cylinders: 4864

NameFlags  Part Type  FS Type  [Label]Size (MB)
 --
hda1Primary   Compaq diagnostics3150,29
hda2BootPrimary   NTFS []   9541,33
hda5Logical   W95 FAT32 2155,03
hda6Logical   Linux ext3   [/]  6999,72
hda7Logical   Linux swap / Solaris   509,97
hda8Logical   Linux ext3   10001,95
hda9Logical   Linux ext3   [/]  5000,98
hda10   Logical   Linux swap / Solaris   501,75
hda11   Logical   Linux ext21003,49
hda12   Logical   Linux ReiserFS1143,32


The root file system for the new installed system is mounted on hda12

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

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

Comments/Problems:

Installation (installgui) completed successfully by using Tab/Cursor/Enter keys 
because the mouse pointer disappears immediately as soon as I touch the touchpad


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



Bug#394505: debian-installer: some typos in the Italian menu

2006-10-21 Thread gio . rido
Package: debian-installer
Severity: normal

Hello everybody,

I found some typos in the debian installer daily built
image, built the 21st-Oct-2006 
Md5sum:
484a6ebb7d3447a71b99f10dad7a6476  debian-testing-powerpc-netinst.iso

1) In the menu: Menu principale dell'installatore Debian

1.1) please:
s/Selezionare la lingua/Choose language/Selezionare la lingua
(However keeping the English phrase could be intentional: if someone 
enters in the Italian menu for mistake, they are supposed to 
understand English -at least- and leave 
Italian menu choosing a different language)

1.2)Would you  please translate ;)
s/Support for automatic installs/Supporto per installazioni
automatiche
;)

2) In the header:
s/Caricamento dei componeti/Caricamento dei componenti

typo: missing a n in compone-N-ti

3) In the dialog window Configurare il fuso orario 
can you translate
s/Europe/Rome/Europa/Roma 
or changing it does involve lot of changes in the main file?


thank YOU for having transalated the installer!

Ciao!

Giovanni


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-powerpc
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



netinst CD

2006-10-21 Thread Samuel Thibault
Hi,

The netinst CD is actually sufficient for installing a very basic Debian
system.  Could the brltty package be included in this image? (so that
blind users may get that functionnality too)

Samuel


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



Bug#394515: installation-reports: Successfull installation report

2006-10-21 Thread Andrea Brenci
Package: installation-reports
Severity: minor


Package: installation-reports

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso
 (built on 2006-10-21 04:39)
Date: 21 oct 2006 11:00 CEST

Machine: Desktop PC (AMD Duron)
Partitions: 

Disk Drive: /dev/hdb
Sector 0:
0x000: 33 C0 8E D0 BC 00 7C FB 50 07 50 1F FC BE 1B 7C
0x010: BF 1B 06 50 57 B9 E5 01 F3 A4 CB BE BE 07 B1 04
0x020: 38 2C 7C 09 75 15 83 C6 10 E2 F5 CD 18 8B 14 8B
0x030: EE 83 C6 10 49 74 16 38 2C 74 F6 BE 10 07 4E AC
0x040: 3C 00 74 FA BB 07 00 B4 0E CD 10 EB F2 89 46 25
0x050: 96 8A 46 04 B4 06 3C 0E 74 11 B4 0B 3C 0C 74 05
0x060: 3A C4 75 2B 40 C6 46 25 06 75 24 BB AA 55 50 B4
0x070: 41 CD 13 58 72 16 81 FB 55 AA 75 10 F6 C1 01 74
0x080: 0B 8A E0 88 56 24 C7 06 A1 06 EB 1E 88 66 04 BF
0x090: 0A 00 B8 01 02 8B DC 33 C9 83 FF 05 7F 03 8B 4E
0x0A0: 25 03 4E 02 CD 13 72 29 BE 60 07 81 3E FE 7D 55
0x0B0: AA 74 5A 83 EF 05 7F DA 85 F6 75 83 BE 5F 07 EB
0x0C0: 8A 98 91 52 99 03 46 08 13 56 0A E8 12 00 5A EB
0x0D0: D5 4F 74 E4 33 C0 CD 13 EB B8 00 00 80 54 03 16
0x0E0: 56 33 F6 56 56 52 50 06 53 51 BE 10 00 56 8B F4
0x0F0: 50 52 B8 00 42 8A 56 24 CD 13 5A 58 8D 64 10 72
0x100: 0A 40 75 01 42 80 C7 02 E2 F7 F8 5E C3 EB 74 54
0x110: 61 62 65 6C 6C 61 20 64 65 6C 6C 65 20 70 61 72
0x120: 74 69 7A 69 6F 6E 69 20 6E 6F 6E 20 76 61 6C 69
0x130: 64 61 2E 20 49 6D 70 6F 73 73 69 62 69 6C 65 20
0x140: 63 6F 6E 74 69 6E 75 61 72 65 20 63 6F 6E 20 6C
0x150: 27 69 6E 73 74 61 6C 6C 61 7A 69 6F 6E 65 2E 00
0x160: 53 69 73 74 65 6D 61 20 6F 70 65 72 61 74 69 76
0x170: 6F 20 6D 61 6E 63 61 6E 74 65 00 00 00 00 00 00
0x180: 00 00 00 8B FC 1E 57 8B F5 CB 00 00 00 00 00 00
0x190: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1B0: 00 00 00 00 00 00 50 7D 1E 12 1F 12 00 00 80 01
0x1C0: 01 00 0B FE BF 7D 3F 00 00 00 BF 64 9C 00 00 00
0x1D0: 81 7E 83 FE FF FF FE 64 9C 00 80 29 54 02 00 FE
0x1E0: FF FF 82 FE FF FF 7E 8E F0 02 5F 99 07 00 00 FE
0x1F0: FF FF 0F FE FF FF DD 27 F8 02 A4 86 D0 04 55 AA

Sector 49817565:
0x000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x110: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x130: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x140: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x150: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x160: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x170: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x190: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 FE
0x1C0: FF FF 83 FE FF FF 3F 00 00 00 BF 64 9C 00 00 FE
0x1D0: FF FF 05 FE FF FF FE 64 9C 00 78 EC 9A 00 00 00
0x1E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 AA

Sector 60067035:
0x000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x110: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x130: 00 00 00 00 00 00 00 00 00 00 00 

Re: netinst CD

2006-10-21 Thread Joey Hess
Samuel Thibault wrote:
 The netinst CD is actually sufficient for installing a very basic Debian
 system.  Could the brltty package be included in this image? (so that
 blind users may get that functionnality too)

We try to include all the packages the installer might queue for install
onto the netinst, so brltty being omitted was just an accident. I've
fixed this in svn.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#394550: debian-installer: [mips] please provide cdrom images bootable on r5k-ip32 (O2)

2006-10-21 Thread Jö Fahlke
Package: debian-installer
Version: daily build 2006-10-20
Severity: wishlist

Hi!

It would be cool to have Debian boot CDs for the SGI O2.  Currently
there are only netboot images available.  I'm willing to invest some
misburned CD-Rs and some time for testing in this...

I already tried simply puting the netboot image from
http://people.debian.org/~ths/d-i/mips/images/daily/r5k-ip32/netboot-boot.img
in an iso-image and running genisovh on it.  The prom loads the image
and tip22 starts executing, but then some exception occurs and the
machine halts.  If I load the same image from network it works fine.

Below are the logs of the boot attempts with escape sequences removed
for better readability.  All boots were done with the serial port as
console.

Thanks,
J,Av(B.

Unsuccessful boot from cdrom, via the Install System Software boot
menu entry:
==
tip22: IP22 Linux tftpboot loader 0.3.8.8
Loading program segment 1 at 0x0, size = 0xZeroing memory at 0x88004000, size = 
0x0
Starting kernel; entry point = 0x883c4000
Copied initrd from 0x88ec17c0 to 0x88456000 (0x2a55cf bytes)

Exception: vector=Normal
Status register: 0x34010082CU1,CU0,FR,DE,IPL=8,KX,MODE=KERNEL
Cause register: 0x8014CE=0,IP8,EXC=WADE
Exception PC: 0x883c4208, Exception RA: 0x88802360
Write address error exception, bad address: 0x8880235f
  Saved user regs in hex (gpda 0x81061838, _regs 0x81061a38):
  arg: 8107 89166daa 88803db0 89166d90
  tmp: 8107 2 a13fb101 8 8880 883c4000 2a55cf 8000
  sve: 8107 0 0 0 0 0 0 0
  t8 8107 t9 0 at 0 v0 0 v1 0 k1 a0001000
  gp 8107 fp 0 sp 0 ra 0

PANIC: Unexpected exception

[Press reset or ENTER to restart.]
==

Unsuccessful boot from cdrom, selecting bootfile manually:
==
 ls cdrom(4)partition(8)
cdrom(4)partition(8):
r4k-ip22  sashARCS  r5k-ip32  sash64
 cdrom(4)partition(8)r5k-ip32
7616+10334656+64 entry: 0x888020d0

tip22: IP22 Linux tftpboot loader 0.3.8.8
Loading program segment 1 at 0x0, size = 0xZeroing memory at 0x80004000, size = 
0x0
Starting kernel; entry point = 0x80422000
Copied initrd from 0x88f399b0 to 0x804a (0x2a55c7 bytes)

Exception: vector=UTLB Miss
Status register: 0x34010082CU1,CU0,FR,DE,IPL=8,KX,MODE=KERNEL
Cause register: 0x800cCE=0,IP8,EXC=WMISS
Exception PC: 0x80422204, Exception RA: 0x88802360
 exception, bad address: 0x2118
  Saved user regs in hex (gpda 0x81061838, _regs 0x81061a38):
  arg: 8107 891def9a 88803db0 891def80
  tmp: 8107 2 a13fb221 7 8880 80422000 2a55c7 8000
  sve: 8107 0 0 0 0 0 0 0
  t8 8107 t9 0 at 0 v0 0 v1 0 k1 a0001000
  gp 8107 fp 0 sp 0 ra 0

PANIC: Unexpected exception

[Press reset or ENTER to restart.]
==

Successful boot from network:
==
 bootp():
Setting $netaddr to 192.168.1.11 (from server jupiter)
Obtaining  from server jupiter
7616+10334656+64 entry: 0x888020d0

tip22: IP22 Linux tftpboot loader 0.3.8.8
Loading program segment 1 at 0x0, size = 0xZeroing memory at 0x80004000, size = 
0x0
Starting kernel; entry point = 0x80422000
Copied initrd from 0x88f399b0 to 0x804a (0x2a55c7 bytes)
Linux version 2.6.17-2-r5k-ip32 (Debian 2.6.17-9) ([EMAIL PROTECTED]) (gcc 
version 4.1.2 20060901 (prerelease) (Debian 4.1.1-13)) #1 Wed Sep 13 18:55:45 
BST 2006
ARCH: SGI-IP32
PROMLIB: ARC firmware Version 1 Revision 10
CRIME id a rev 1 at 0x1400
CRIME MC: bank 0 base 0x size 128MiB
CRIME MC: bank 1 base 0x0800 size 128MiB
CRIME MC: bank 2 base 0x5000 size 32MiB
CRIME MC: bank 3 base 0x5200 size 32MiB
CRIME MC: bank 4 base 0x5400 size 32MiB
CRIME MC: bank 5 base 0x5600 size 32MiB
CRIME MC: bank 6 base 0x5800 size 32MiB
CRIME MC: bank 7 base 0x5a00 size 32MiB
CPU revision is: 2321
FPU revision is: 2310
Determined physical RAM map:
 memory: 1000 @  (usable)
 memory: 0c00 @ 5000 (usable)
Initial ramdisk at: 0x804a (2774471 bytes)
Built 1 zonelists
Kernel command line: rd_start=0x804a rd_size=0x2a55c7
Primary instruction cache 32kB, physically tagged, 2-way, linesize 32 bytes.
Primary data cache 32kB, 2-way, linesize 32 bytes.
R5000 SCACHE size 512kB, linesize 32 bytes.
Synthesized TLB refill handler (32 instructions).
Synthesized TLB load handler fastpath (46 instructions).
Synthesized TLB store handler fastpath (46 instructions).
Synthesized TLB modify handler fastpath (45 instructions).
PID hash table entries: 4096 (order: 12, 32768 bytes)
Calibrating system timer... 180 MHz CPU detected
Using 90.018 MHz high precision timer.
Console: colour dummy device 80x25
CRIME memory error at 

install AMD64

2006-10-21 Thread Gellings, C.O.
I can't understand why the f. you chose a 2.6.8 kernel for amd64 
install. The most ROTTEN kernel available. Furthermore, you seem to 
like pestering people ... I don't want tasksel or dselect, if you 
force me you will be like Micro$oft, and when you force me, you'll 
loose another debian user.


Carl Gellings


--
This message has been scanned on virusses with AVG virus scanner.
No virusses found in this message.
-
Gellings CO - Simply IT
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.9/490 - Release Date: 20/10/2006



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



Re: install AMD64

2006-10-21 Thread Jamin W . Collins


On Oct 21, 2006, at 1:08 PM, Gellings, C.O. wrote:

I can't understand why the f. you chose a 2.6.8 kernel for amd64 
install. The most ROTTEN kernel available. Furthermore, you seem to 
like pestering people ... I don't want tasksel or dselect, if you 
force me you will be like Micro$oft, and when you force me, you'll 
loose another debian user.


And this was useful in what way?

You provide no information on what (if any) problems you encountered.  
Additionally, you provide no information on what installation source 
you tried.


--
Jamin W. Collins


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



Bug#394556: installation-report: [d-i] [etch rc1] [sparc32] success

2006-10-21 Thread Robert Waldner
Package: installation-reports
Version: 2.20
Severity: normal


Installation worked as expected.

cheers,
rw

-- Package-specific info:

Boot method: netboot
Image version: 
http://people.debian.org/~stappers/d-i/images/daily/sparc32/netboot/2.6/boot.img,
 20061019
Date: 20061019 - 20061021

Machine: Sun SparcStation 10 (SS10])=
Partitions: df -Tl will do; the raw partition table is preferred

FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/sda1 ext3  342227265298 59258  82% /
udev tmpfs   1024036 10204   1% /dev
devshm   tmpfs   42964 0 42964   0% /dev/shm


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

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

Comments/Problems:

Description of the install, in prose, and any thoughts, comments
  and ideas you had during the initial install.


-- 

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

Once you have filled out this report, mail it to [EMAIL PROTECTED]

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=3.1 (installer build 20061019)
X_INSTALLATION_MEDIUM=netboot-2.6

==
Installer hardware-summary:
==
umame -a: Linux di-test 2.6.17-2-sparc32 #1 Wed Sep 13 09:03:37 PDT 2006 sparc 
unknown
lspci -v -t: -[:00]-
lsmod: Module  Size  Used by
lsmod: xfs   491716  0 
lsmod: reiserfs  321272  0 
lsmod: ext3  144584  1 
lsmod: jbd54612  1 ext3
lsmod: vfat   12896  0 
lsmod: fat53148  1 vfat
lsmod: isofs  29380  0 
lsmod: sd_mod 17808  3 
lsmod: esp33256  2 
lsmod: scsi_mod   99960  2 sd_mod,esp
lsmod: sunlance   13936  0 
df: Filesystem   1k-blocks  Used Available Use% Mounted on
df: tmpfs43404   392 43012   1% /dev
df: tmpfs43404   392 43012   1% /dev
df: tmpfs43404   392 43012   1% /.dev
df: /dev/scsi/host0/bus0/target3/lun0/part1342227220528104028  68% 
/target
free:   total used free   shared  buffers
free:   Mem:8680880684 61240 2960
free:  Swap:642521311651136
free: Total:   1510609380057260
cardctl status: /usr/bin/report-hw: /usr/bin/report-hw: 32: pccardctl: not found
cardctl ident: /usr/bin/report-hw: /usr/bin/report-hw: 33: pccardctl: not found
cardctl status: /usr/bin/report-hw: /usr/bin/report-hw: 34: cardctl: not found
cardctl ident: /usr/bin/report-hw: /usr/bin/report-hw: 35: cardctl: not found
/proc/cpuinfo: cpu  : Texas Instruments, Inc. - MicroSparc
/proc/cpuinfo: fpu  : SuperSparc on-chip FPU
/proc/cpuinfo: promlib  : Version 3 Revision 2
/proc/cpuinfo: prom : 2.14
/proc/cpuinfo: type : sun4m
/proc/cpuinfo: ncpus probed : 1
/proc/cpuinfo: ncpus active : 1
/proc/cpuinfo: CPU0Bogo : 35.84
/proc/cpuinfo: CPU0ClkTck   : 0
/proc/cpuinfo: MMU type : TI Viking
/proc/cpuinfo: contexts : 65536
/proc/cpuinfo: nocache total: 2252800
/proc/cpuinfo: nocache used : 570880
/proc/interrupts:   4: 443884ESP SCSI
/proc/interrupts:   6:  81656LANCE
/proc/interrupts:  10:9364298  + timer
/proc/interrupts:  11:  8  + floppy
/proc/interrupts:  12: 313679SunZilog
/proc/meminfo: MemTotal:86808 kB
/proc/meminfo: MemFree:  6004 kB
/proc/meminfo: Buffers:  2960 kB
/proc/meminfo: Cached:  57424 kB
/proc/meminfo: SwapCached:   9840 kB
/proc/meminfo: Active:  45744 kB
/proc/meminfo: Inactive:25208 kB
/proc/meminfo: HighTotal:   48448 kB
/proc/meminfo: HighFree:  408 kB
/proc/meminfo: LowTotal:38360 kB
/proc/meminfo: LowFree:  5596 kB
/proc/meminfo: SwapTotal:   64252 kB
/proc/meminfo: SwapFree:51136 kB
/proc/meminfo: Dirty: 320 kB
/proc/meminfo: Writeback:   0 kB
/proc/meminfo: Mapped:  11904 kB
/proc/meminfo: Slab: 5604 kB
/proc/meminfo: CommitLimit:107656 kB
/proc/meminfo: Committed_AS:17572 kB
/proc/meminfo: PageTables

Bug#394561: installation-reports - ok

2006-10-21 Thread -pat- -

Package: installation-reports

Date: 20 Octobre 2006
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=3.1 (installer build 20061019)
X_INSTALLATION_MEDIUM=cdrom



Machine: Desktop PC compatible...
Processor: AMD Athlon 64 3200+
Memory: 512 MB
Partitions:

# /etc/fstab: static file system information.
#
# file system mount point   type  options   dump  pass
proc/proc   procdefaults0   0
/dev/sda3   /   ext3defaults,errors=remount-ro 0   1
/dev/sda2   noneswapsw  0   0
/dev/hdc/media/cdrom0   udf,iso9660 user,noauto 0   0
/dev/fd0/media/floppy0  autorw,user,noauto  0   0
/dev/sda4   /mnt/windatantfsrw,user,uid=1000,gid=1000   0
   0





Résultat de lspci et lspci -n :


00:00.0 Host bridge: VIA Technologies, Inc. K8T890 Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. K8T890 Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. K8T890 Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. K8T890 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. K8T890 Host Bridge
00:00.5 PIC: VIA Technologies, Inc. K8T890 I/O APIC Interrupt Controller
00:00.7 Host bridge: VIA Technologies, Inc. K8T890 Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI bridge [K8T800/K8T890 
South]
00:02.0 PCI bridge: VIA Technologies, Inc. K8T890 PCI to PCI Bridge 
Controller
00:03.0 PCI bridge: VIA Technologies, Inc. K8T890 PCI to PCI Bridge 
Controller
00:03.1 PCI bridge: VIA Technologies, Inc. K8T890 PCI to PCI Bridge 
Controller
00:03.2 PCI bridge: VIA Technologies, Inc. K8T890 PCI to PCI Bridge 
Controller
00:03.3 PCI bridge: VIA Technologies, Inc. K8T890 PCI to PCI Bridge 
Controller
00:0c.0 Communication controller: Rockwell International HCF 56k 
Data/Fax/Voice/Spkp (w/Handset) Modem (rev 01)
00:0f.0 IDE interface: VIA Technologies, Inc. VIA VT6420 SATA RAID 
Controller (rev 80)
00:0f.1 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 
[KT600/K8T800/K8T890 South]
00:11.5 Multimedia audio controller: VIA Technologies, Inc. 
VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
00:11.6 Communication controller: VIA Technologies, Inc. AC'97 Modem 
Controller (rev 80)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM 
Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Miscellaneous Control
02:00.0 VGA compatible controller: ATI Technologies Inc RV370 [Sapphire X550 
Silent]
02:00.1 Display controller: ATI Technologies Inc RV370 secondary [Sapphire 
X550 Silent]
05:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 PCI-E 
Gigabit Ethernet Controller (rev 19)



00:00.0 0600: 1106:0238
00:00.1 0600: 1106:1238
00:00.2 0600: 1106:2238
00:00.3 0600: 1106:3238
00:00.4 0600: 1106:4238
00:00.5 0800: 1106:5238
00:00.7 0600: 1106:7238
00:01.0 0604: 1106:b188
00:02.0 0604: 1106:a238
00:03.0 0604: 1106:c238
00:03.1 0604: 1106:d238
00:03.2 0604: 1106:e238
00:03.3 0604: 1106:f238
00:0c.0 0780: 127a:1025 (rev 01)
00:0f.0 0101: 1106:3149 (rev 80)
00:0f.1 0101: 1106:0571 (rev 06)
00:10.0 0c03: 1106:3038 (rev 81)
00:10.1 0c03: 1106:3038 (rev 81)
00:10.2 0c03: 1106:3038 (rev 81)
00:10.3 0c03: 1106:3038 (rev 81)
00:10.4 0c03: 1106:3104 (rev 86)
00:11.0 0601: 1106:3227
00:11.5 0401: 1106:3059 (rev 60)
00:11.6 0780: 1106:3068 (rev 80)
00:18.0 0600: 1022:1100
00:18.1 0600: 1022:1101
00:18.2 0600: 1022:1102
00:18.3 0600: 1022:1103
02:00.0 0300: 1002:5b63
02:00.1 0380: 1002:5b73
05:00.0 0200: 11ab:4362 (rev 19)



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: [E]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [ ]
Create file systems:[ ]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[O]
Reboot: [O]

Config network: pppoe config don't work in the installer, i had to reboot, 
reinstall it and config manualy. I see that ppp package was not correctly 
installed at first boot time, perharps my mystake ;)

Bug#394560: [netinst-20061021] Successful install using Brazilian Portuguese (pt_BR) language

2006-10-21 Thread Andre Luis Lopes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: installation-reports

Boot method: Boot using iso image from within VMware.
Image version: netinst iso-cd from
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso.
Date: Image from 20061021, md5sum 60cfeb7c2df64672ca78d13802276f05.

Machine: VMware Virtual Machine
Processor: Virtual Processor
Memory: 96MB
Partitions:

FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/sda1 ext3 3921404361264   3360936  10% /
udev tmpfs   1024052 10188   1% /dev
devshm   tmpfs   47352 0 47352   0% /dev/shm

Output of lspci and lspci -n:

00:00.0 0600: 8086:7190 (rev 01)
00:01.0 0604: 8086:7191 (rev 01)
00:07.0 0601: 8086:7110 (rev 08)
00:07.1 0101: 8086:7111 (rev 01)
00:07.3 0680: 8086:7113 (rev 08)
00:0f.0 0300: 15ad:0405
00:10.0 0100: 1000:0030 (rev 01)
00:11.0 0200: 1022:2000 (rev 10)

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:  [O]
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[O]
Reboot: [O]

Comments/Problems:

Description of the install, in prose, and any thoughts, comments
  and ideas you had during the initial install.

The only minor problem I found was a typo in one of the pkgsel
translations. It was reading Excutando tasksel instead of Executando
tasksel when it was about to call tasksel.

I already commited a fix to this minor problem in d-i's SVN (commit
r41976). So, well done guys. Everything's fine now :-)


- --
André Luís Lopes
[EMAIL PROTECTED]
http://people.debian.org/~andrelop
Public GPG KeyID : 9D1B82F6

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFOpB7W4/i9Z0bgvYRAmOeAKCCkzXRz5moI1jKD5hApNwJFRnvbwCgkZMN
347Q/PhFlJ8wWNsrCHU6ZRk=
=jSMO
-END PGP SIGNATURE-



linux-kernel-di-alpha-2.6_0.10_alpha.changes ACCEPTED

2006-10-21 Thread Debian Installer

Accepted:
cdrom-core-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/cdrom-core-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
cdrom-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/cdrom-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
crc-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/crc-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
crypto-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/crypto-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
ext3-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/ext3-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
fat-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/fat-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
fb-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/fb-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
firmware-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/firmware-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
ide-core-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/ide-core-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
ide-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/ide-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
ipv6-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/ipv6-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
jfs-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/jfs-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
kernel-image-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/kernel-image-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
linux-kernel-di-alpha-2.6_0.10.dsc
  to pool/main/l/linux-kernel-di-alpha-2.6/linux-kernel-di-alpha-2.6_0.10.dsc
linux-kernel-di-alpha-2.6_0.10.tar.gz
  to pool/main/l/linux-kernel-di-alpha-2.6/linux-kernel-di-alpha-2.6_0.10.tar.gz
md-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/md-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
nic-extra-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/nic-extra-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
nic-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/nic-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
nic-shared-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/nic-shared-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
parport-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/parport-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
plip-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/plip-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
ppp-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/ppp-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
reiserfs-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/reiserfs-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
sata-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/sata-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
scsi-common-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/scsi-common-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
scsi-core-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/scsi-core-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
scsi-extra-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/scsi-extra-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
scsi-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/scsi-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
srm-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/srm-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
usb-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/usb-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
usb-serial-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/usb-serial-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
usb-storage-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/usb-storage-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb

Bug#393919: partman-crypto: should provide separate short description

2006-10-21 Thread Max Vozeler
Hi Frans,

On Wed, Oct 18, 2006 at 03:21:40PM +0200, Frans Pop wrote:
 Currently the same string is used for both listing encrypted
 partitions as devices and as a short description after the
 encrypted partition itself.
 
 For the short description the current string is too long which
 leads to it being cut off as can be seen in: 
 http://people.debian.org/~fjp/d-i/partman-crypto_cut-string.png on
 the line for SCSI1 (0,0,0); #5.
 
 It would be good to use a separate string for the short
 description, maybe just crypto, just like is done for swap.

The reason I originally included $(humandev $dev) in there was to
make it possible for users to associate the encrypted device with
the backing device. For dm-crypt, this is partially obsolete as we
choose the name of the encrypted volume based on the backing device,
e.g. sda5_crypt. The string sda5 never appears in the interface
though, so this still requires users to think: Ok, partition #5 of
SCSI1 (0,0,0) is likely to be sda5.

This is more difficult for loop-AES encrypted devices as we cannot
choose an arbitrary name, but only /dev/loop[0-n]. Without the
humandev string, there is currently no way to tell which encrypted
device is associated with which real device. We have the same
problem with LVM and RAID devices, which don't show which belongs to
which, but in case of encrypted devices, there are likely to be
multiple, so I think associating them is more important.

I've seen this problem during installs in german locale (#381968),
and this is really something that could be improved. Overall though,
I think having at least a chance to associate the backing device
with the encrypted device is more important than having the minor
glitch of a cut-off string. IMHO of course. Ideally we could find a
generic way to make it possible for the user to tell which abstract
devices correspond to which real devices that can also be used for
LVM and RAID. I think that would be very useful. :-)

cheers,
Max


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



Bug#394316: marked as done (SATA modules missing in debian installer on alpha)

2006-10-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Oct 2006 15:11:10 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#394316: fixed in linux-kernel-di-alpha-2.6 0.10
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)

---BeginMessage---
Package: linux-kernel-di-alpha-2.6
Severity: wishlist

My Alphastation 500 is running great with Debin since 2 years. The first
installation was on the pure SCSI-Disk on the QLogic Controller (like in all
other Alpha computers). During the days the machine got an cheap SATA
controller (SiI 3114) which was 5-10 times faster with an Seagate HDD. This
works great. All filesystems went to this SATA disk over the time, only
/boot stayed on an very small old SCSI disk (in future a CF card with an
Acard SCSIDE converter which I got very cheap from ebay), because SRM can
only boot from SCSI.

Yesterday I crashed my initrd which forced me to boot from the latest debian
business-card/netinst cd image. Unfortunately on this disks are no SATA
kernel modules. I386 and most other contains an sata-modules-*-di.udeb,
but alpha is missing that. Without that I was only able to reach my /boot
device and not the root partition staying on the SATA disc to repair my
initrd. As there is no other possibility to repair a debian system on alpha
than with the command line on a installer disk it would be very important to
have all SCSI/IDE/SATA modules somewhere reachable from the CD (on CD or in
the download after init of network) like in the other architectures.

At the end I fixed my problem by extracting the kernel modules from an
standard kernel image also on the CD (the one for later installtion) - which
worked.

This missing modules would also prevent me from reinstalling the whole
system (which is not possible to the only 64 MB boot CF card on the SCSI
controller)!

Is it possible to also build all SATA modules on alpha for? I think they
were left off because alpha never had SATA disks in their systems. But
upgraded systems could have it. And for example USB storage drivers are also
on the CD which are also very uncommon for alpha.

-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: [EMAIL PROTECTED]



---End Message---
---BeginMessage---
Source: linux-kernel-di-alpha-2.6
Source-Version: 0.10

We believe that the bug you reported is fixed in the latest version of
linux-kernel-di-alpha-2.6, which is due to be installed in the Debian FTP 
archive:

cdrom-core-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/cdrom-core-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
cdrom-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/cdrom-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
crc-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/crc-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
crypto-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/crypto-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
ext3-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/ext3-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
fat-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/fat-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
fb-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/fb-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
firmware-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/firmware-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
ide-core-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/ide-core-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
ide-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/ide-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
ipv6-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/ipv6-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
jfs-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/jfs-modules-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
kernel-image-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/kernel-image-2.6.17-2-alpha-generic-di_0.10_alpha.udeb
linux-kernel-di-alpha-2.6_0.10.dsc
  to 

glantank 0.3 MIGRATED to testing

2006-10-21 Thread Debian testing watch
FYI: The status of the glantank source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.3

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



localechooser 1.27 MIGRATED to testing

2006-10-21 Thread Debian testing watch
FYI: The status of the localechooser source package
in Debian's testing distribution has changed.

  Previous version: 1.22
  Current version:  1.27

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



silo-installer 1.06 MIGRATED to testing

2006-10-21 Thread Debian testing watch
FYI: The status of the silo-installer source package
in Debian's testing distribution has changed.

  Previous version: 1.05
  Current version:  1.06

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



rootskel-gtk 0.14 MIGRATED to testing

2006-10-21 Thread Debian testing watch
FYI: The status of the rootskel-gtk source package
in Debian's testing distribution has changed.

  Previous version: 0.08
  Current version:  0.14

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



Bug#394574: debian-installer: senseless entry in network settings

2006-10-21 Thread Holger Wansing

Package: debian-installer
Severity: minor



Hi,

after configuring network manually by hand, I get a
screen which summarizes the network settings and asks,
if everything is ok.
In this listing there is an entry 'pointtopoint', which
is always empty (at least in all cases I have tried)
and there is no menu which asks for it.

Has it any sense?

Can it be removed?


Best
Holger









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



release planning calendar

2006-10-21 Thread Stefano Canepa
Hi all,
based on email from Frans I have just setted a webdav calendar to track
release activity; I let it public at this URL:
http://www.scheduleworld.com/sw/public/26258.ics if it could help
someone, if this is of any help I'll use it myself ;)

Bye
sc

-- 
Stefano Canepa aka sc: [EMAIL PROTECTED]  http://www.stefanocanepa.it
Three great virtues of a programmer: laziness, impatience and hubris.
Le tre grandi virtù di un programmatore: pigrizia, impazienza e
arroganza. (Larry Wall)



signature.asc
Description: Questa è una parte del messaggio	firmata digitalmente