Bug#398175: Failed Net Installation

2006-11-12 Thread david


Package: installation-reports

Boot method:  CD
Image version: Debian GNU/Linux testing Etch - Official Snapshot i386 
Binary-1 (20061011)

Date: 12th November 2006 0555 CET

Machine: Home Brewed PC based on Biostar M6 VBA M/B
Processor: Celeron 550
Memory: 384MB
Partitions: As proposed by the installer

Output of lspci -nn and lspci -vnn:

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

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

Comments/Problems:

All went smoothly until Grub installation at the very end. The installer went 
through the motions then ejected the CD. However, on reboot, there was no 
Grub menu, just the previous Windows boot loader.

For what it is worth, after basic installation I downloaded the Desktop 
installation from ftp.it.debian.org, 707 files in about 40 minutes.

Relevant details:
PC has 2 hard drives.
Primary is 40GB Maxtor with a 15GB partition for Win XP, 25GB for 
Debian.
Secondary is 8.4GB Maxtor with Win 98 installation in 4 partitions.

Comment: Only Grub was offered. I use LILO and expected a choice.

I propose to fix this by first seeing if there is a repair facility offered on 
the CD. If not I will use Knoppix to install a boot loader.

I will provide more info if you tell me what you need.

Regards

David Cefai




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



Bug#398161: a partition has a label

2006-11-12 Thread Geert Stappers
Op 12-11-2006 om 16:05 schreef James Utter:
 When creating partitions, if I remove the default partition label
 ('untitled', i think) so that it is blank, the debian installer freezes.

I can imagion that a disklabel _is_ needed.
If so, the partitioning software should warn about it.
(I think that is what this bugreport is about)

 I am installing debian testing etch beta 3 on an iMac (powerpc).

It could be all architectures issue.


HtH
GSt


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



Re: Bug#397668: reports error after reading the preseed file

2006-11-12 Thread Geert Stappers
Op 08-11-2006 om 14:15 schreef Stephen Frazier:
  When I press alt-F4 it show that a remove command failed after reading the 
 file.
   snip/ 
 System log from the time of the error.
 Nov  1 22:45:40 cdrom-detect: Detected CD 'Debian GNU/Linux testing Etch - 
 Official Snapshot i386 Binary-1 (20061031)'
   snip/
 Nov  1 22:45:45 preseed: successfully loaded preseed file from 
 floppy:///preseed.txt
 Nov  1 22:45:46 main-menu[2307]: (process:6907): rm:
 Nov  1 22:45:46 main-menu[2307]: (process:6907): cannot remove 
 `/var/run/usedfloppy'
 Nov  1 22:45:46 main-menu[2307]: (process:6907): : No such file or directory
 Nov  1 22:45:46 main-menu[2307]: WARNING **: Configuring 'file-preseed' 
 failed with error code 1
 Nov  1 22:45:46 main-menu[2307]: WARNING **: Menu item 'file-preseed' failed.

[EMAIL PROTECTED]:/usr/src/debian-installer/packages/preseed
$ find . -type f | xargs grep usedfloppy | grep -v /.svn/
./debian/file-preseed.postinst:if [ -e /var/run/preseed-usedfloppy ];
then
./debian/file-preseed.postinst: rm /var/run/usedfloppy
./debian/file-preseed/DEBIAN/postinst:usedfloppy=
./debian/file-preseed/DEBIAN/postinst:  usedfloppy=1
./debian/file-preseed/DEBIAN/postinst:if [ $usedfloppy ]; then
./fetch-methods/floppy: touch /var/run/preseed-usedfloppy

So we have 'preseed-usedfloppy' and 'usedfloppy'.

Because I prefer the one with preseed
I suggest this patch:

[EMAIL PROTECTED]:/usr/src/debian-installer/packages/preseed
$ svn diff debian/file-preseed.postinst
Index: debian/file-preseed.postinst
===
--- debian/file-preseed.postinst(revision 42180)
+++ debian/file-preseed.postinst(working copy)
@@ -16,5 +16,5 @@
 # check if fetch-method/floppy has set a flag
 if [ -e /var/run/preseed-usedfloppy ]; then
umount /floppy || true
-   rm /var/run/usedfloppy
+   rm /var/run/preseed-usedfloppy
 fi



Geert Stappers
(currently with broken svn access)


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



Processed: tagging: Bug#397668: reports error after reading the preseed file

2006-11-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 397668 confirmed patch
Bug#397668: reports error after reading the preseed file
There were no tags set.
Tags added: confirmed, patch

 reassign 397668 preseed
Bug#397668: reports error after reading the preseed file
Bug reassigned from package `preseed' to `preseed'.


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: Bug#397668: reports error after reading the preseed file

2006-11-12 Thread Geert Stappers
Op 12-11-2006 om 10:07 schreef Geert Stappers:
 I suggest this patch:

Oops, that should have gone through the BTS,
so I bounced it in the second run.

GSt


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



Re: progress on SVN access

2006-11-12 Thread Geert Stappers
Op 07-11-2006 om 22:49 schreef Geert Stappers:
 $ svn update
 The authenticity of host 'svn.d-i.alioth.debian.org (217.196.43.134)'
 can't be established.
 RSA key fingerprint is f7:fa:20:ca:10:15:ad:a4:43:5d:1c:21:fa:10:da:a9.
 Are you sure you want to continue connecting (yes/no)? yes
 Warning: Permanently added 'svn.d-i.alioth.debian.org,217.196.43.134'
 (RSA) to the list of known hosts.
 Password:
 
 
 Which password should that be?


Or what should be done to got authenticated?



In other words:
What have other d-i committers done after the Alioth relocation?


Cheers
Geert Stappers


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



Processed: retitle 398175 to Failed bootloader Installation

2006-11-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 398175 Failed bootloader Installation
Bug#398175: Failed Net Installation
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#398175: Failed bootloader Installation

2006-11-12 Thread Geert Stappers
Op 12-11-2006 om 09:23 schreef david:
 Comments/Problems:
 
 All went smoothly until Grub installation at the very end. The installer went 
 through the motions then ejected the CD. However, on reboot, there was no 
 Grub menu, just the previous Windows boot loader.
 
 Relevant details:
 PC has 2 hard drives.
   Primary is 40GB Maxtor with a 15GB partition for Win XP, 25GB for 
 Debian.
   Secondary is 8.4GB Maxtor with Win 98 installation in 4 partitions.
 
 Comment: Only Grub was offered. I use LILO and expected a choice.

If I recall correct, is answering 'NO' on do want install grub a way
to get to lilo.

 I propose to fix this by first seeing if there is a repair facility offered 
 on 
 the CD. If not I will use Knoppix to install a boot loader.

Debian-installer had a boot option for fixing such issue.
The option is rescue

 I will provide more info if you tell me what you need.

In /var/log/installer are logfiles of the installation.
Please find the one with bootloader information,
send it to this bugreport, preferable without none bootloader stuff.


Cheers
Geert Stappers


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



Default locale policy

2006-11-12 Thread Osamu Aoki
Hi,

Here is my thought on locale set up after default installation should
be.  (This is with gdm 2.16.1-1)

Currently, default locale valure as installed on my system is:
  LANG=en_US.UTF-8

This was selected not to get in troble with Japanese characters under
console.  That thought of UTF-8 itransition itself is good idea but it
is not simple.

I am wondering how best installer set up system.

Unless one is as expert as the installer team to set up console UTF-8
environment under non-X situation (i.e.,Linux console), you will likely
to get negative effect of screenfull of unreadable display if you are in
locale where characters not covered by ISO-8859-1 or similar.  This
happens in places such as Japan, China, Russia, Thailand(I am guessing),
...  (We do not set up UTF-8 framebuffer console as default by the
installer)

I think this is what we should expect under UTF-8 encoding:

Console and daemon should run under:
 -- For en_* and all non-latain character countrues:
   en_US.UTF-8
 -- For non-english latain character countries may choose:
   *.UTF-8 (Fr, De, It,...) but I think en_US.UTF-8 is OK too.

Then X applications should run under locale:
   *.UTF-8

I see 2 critical files:
  /etc/environment
  /etc/default/locale

The use is kind of mixed.

And: from my grep pam_env /etc/pam.d/*:
| atd:auth   required pam_env.so
| cron:auth  required pam_env.so
| gdm:auth   required pam_env.so read_env=1
| gdm:auth   required pam_env.so read_env=1 envfile=/etc/default/locale
| gdm-autologin:auth required pam_env.so read_env=1
| gdm-autologin:auth required pam_env.so read_env=1 envfile=/etc/default/locale
| login:session  required pam_env.so readenv=1
| login:session  required pam_env.so readenv=1 envfile=/etc/default/locale
| ssh:auth   required pam_env.so # [1]
| ssh:auth   required pam_env.so envfile=/etc/default/locale
| su:session required pam_env.so readenv=1
| su:session required pam_env.so readenv=1 envfile=/etc/default/locale

I think changing as following will help:

| atd:auth   required pam_env.so
| cron:auth  required pam_env.so
| gdm:auth   required pam_env.so read_env=1
| gdm:auth   required pam_env.so read_env=1 envfile=/etc/default/locale
| gdm-autologin:auth required pam_env.so read_env=1
| gdm-autologin:auth required pam_env.so read_env=1 envfile=/etc/default/locale
| login:session  required pam_env.so readenv=1
| ssh:auth   required pam_env.so # [1]
| ssh:# auth   required pam_env.so envfile=/etc/default/locale
| su:session required pam_env.so readenv=1


  /etc/environment  LANG=en_US.UTF-8
  /etc/default/locale   LANG=ja_JP.UTF-8

This way we use /etc/default/locale for GDM while others use default
/etc/environment.  (Thanks to recent bug #361090 fix which some people
oppose and reopened bug.)  

For French etc, maybe both /etc/default/locale and /etc/environment can
be fr_FR.UTF-8 too.

This way, we ensure GDM talks the local language while X is run under
ones preffered locale set by GDM.  At the same time, console, ssh and su
are run under barebone so vt-100 terminal will not be surprized by
Japanese characters.  (SSH may bebetter to leave commented out line.)

I do not care the use of these 2 files are swapped as long as gdm is
started under *.utf-8 while console stays under en_US.utf-8.

Osamu


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



Bug#395411: On the inside of DHCP client

2006-11-12 Thread Geert Stappers
  Did the installer whine about no router during the logged session? 
 Yes.

As dhcpdump learn us that router information is provided,
I currious about what in the file /var/lib/dhcp/leases.conf[1] is.


Cheers
Geert Stappers

[1] this filename could have spelling errors


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



Re: Default locale policy

2006-11-12 Thread Steve Langasek
On Sun, Nov 12, 2006 at 06:36:37PM +0900, Osamu Aoki wrote:
 I think this is what we should expect under UTF-8 encoding:

 Console and daemon should run under:
  -- For en_* and all non-latain character countrues:
en_US.UTF-8
  -- For non-english latain character countries may choose:
*.UTF-8 (Fr, De, It,...) but I think en_US.UTF-8 is OK too.

 Then X applications should run under locale:
*.UTF-8

 I see 2 critical files:
   /etc/environment
   /etc/default/locale

 I think changing as following will help:

 | atd:auth   required pam_env.so
 | cron:auth  required pam_env.so
 | gdm:auth   required pam_env.so read_env=1
 | gdm:auth   required pam_env.so read_env=1 
 envfile=/etc/default/locale
 | gdm-autologin:auth required pam_env.so read_env=1
 | gdm-autologin:auth required pam_env.so read_env=1 
 envfile=/etc/default/locale
 | login:session  required pam_env.so readenv=1
 | ssh:auth   required pam_env.so # [1]
 | ssh:# auth   required pam_env.so envfile=/etc/default/locale
 | su:session required pam_env.so readenv=1

   /etc/environment  LANG=en_US.UTF-8
   /etc/default/locale   LANG=ja_JP.UTF-8

 This way we use /etc/default/locale for GDM while others use default
 /etc/environment.  (Thanks to recent bug #361090 fix which some people
 oppose and reopened bug.)  

No, this is inappropriate.  The reason /etc/default/locale was split from
/etc/environment is because /etc/environment is always intended to be used
by (and owned by) PAM, but /etc/default/locale is intended as a
general-purpose file, guaranteed to be parseable as a simple shell
assignment, that tells applications what the system locale is.

If there is a need for a different system locale between the console and
X, then some other method would need to be devised.  Please do not attempt
to overload the existing files for this.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Re: Default locale policy

2006-11-12 Thread Osamu Aoki
On Sun, Nov 12, 2006 at 02:13:35AM -0800, Steve Langasek wrote:
 On Sun, Nov 12, 2006 at 06:36:37PM +0900, Osamu Aoki wrote:
  I think this is what we should expect under UTF-8 encoding:
 
  Console and daemon should run under:
   -- For en_* and all non-latain character countrues:
 en_US.UTF-8
   -- For non-english latain character countries may choose:
 *.UTF-8 (Fr, De, It,...) but I think en_US.UTF-8 is OK too.
 
  Then X applications should run under locale:
 *.UTF-8

...
 No, this is inappropriate.  The reason /etc/default/locale was split from
 /etc/environment is because /etc/environment is always intended to be used
 by (and owned by) PAM, but /etc/default/locale is intended as a
 general-purpose file, guaranteed to be parseable as a simple shell
 assignment, that tells applications what the system locale is.
 
 If there is a need for a different system locale between the console and
 X, then some other method would need to be devised.  Please do not attempt
 to overload the existing files for this.

OK.  Then that is what is needed.  I am not particuar about how you do
it but I care about result.  Now it is clear 

For problematic locales, /etc/default/locale should contain en_US.UTF-8
while gdm, kdm, wdm,  and xdm (probably) need to be started with a
different file used by PAM which installer writes debconf chosen locale
which used to be written to /etc/default/locale.

Do any of you think appropriate to have /etc/default/locale-dm or
somethig like it?

It may be too late for etch to get all together but it is a thought.

Osamu


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



Re: progress on SVN access

2006-11-12 Thread David Härdeman

On Sun, Nov 12, 2006 at 10:37:41AM +0100, Geert Stappers wrote:

Op 07-11-2006 om 22:49 schreef Geert Stappers:

$ svn update
The authenticity of host 'svn.d-i.alioth.debian.org (217.196.43.134)'
can't be established.
RSA key fingerprint is f7:fa:20:ca:10:15:ad:a4:43:5d:1c:21:fa:10:da:a9.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'svn.d-i.alioth.debian.org,217.196.43.134'
(RSA) to the list of known hosts.
Password:


Which password should that be?



Or what should be done to got authenticated?



In other words:
What have other d-i committers done after the Alioth relocation?


I didn't need to do anything except accept the new RSA key fingerprint. 

Have you registered your ssh keys using the web interface? (i.e. log in, 
then select Account maintenance and then scroll to the bottom of that 
page where it says SSH Shared Authorized keys: X)


--
David Härdeman



Bug#183366: One factor you might consider

2006-11-12 Thread Tripod Inc.
Stop the girls from laughing.
Stop being a boy, and become a man.
What we are trying to say isget a larger (d)ick.

Site Domain: bdman.net
**Cut and paste site domain into browser

Have a large day;

Pamela Merritt
Tripod Inc.

No more?
bdman.net/r.php



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



Bug#144452: Before I send the information, I need to know

2006-11-12 Thread Missile Extenders
Stop the girls from laughing.
Stop being a boy, and become a man.
What we are trying to say isget a larger (d)ick.

Site Domain: bdman.net
**Cut and paste site domain into browser

Have a large day;

Elizabeth  Kennedy
Missile Extenders

No more?
bdman.net/r.php



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



Bug#213016: Here are the key issues you face

2006-11-12 Thread Missile Extenders
Stop the girls from laughing.
Stop being a boy, and become a man.
What we are trying to say isget a larger (d)ick.

Site Domain: bdman.net
**Cut and paste site domain into browser

Have a large day;

Laura Funk
Missile Extenders

No more?
bdman.net/r.php



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



Bug#398175: More information

2006-11-12 Thread david
I attach edited syslog as syslog.grub. This was in /var/log/installer/.
I have cut out most of the file, leaving the lines with grub in them and the 
lines above and below (may help to relate to where in the installation things 
happened.#) except for the end bit as I was not sure if the probing was 
important.

/boot/grub/menu.lst was created. It is also attached. Grub made an error here 
and detected the OS on hdb as Win2K. It is in fact Win98.

regards

David Cefai

# menu.lst - See: grub(8), info grub, update-grub(8)
#grub-install(8), grub-floppy(8),
#grub-md5-crypt, /usr/share/doc/grub
#and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default 0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 5

# Pretty colours
color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#  password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title Windows 95/98/NT/2000
# root  (hd0,0)
# makeactive
# chainloader   +1
#
# title Linux
# root  (hd0,1)
# kernel/vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##  kopt_2_6_8=root=/dev/hdc1 ro
##  kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/hda2 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,1)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##  alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##  lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=

## should update-grub lock old automagic boot options
## e.g. lockold=false
##  lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##  altoptions=(single-user) single
# altoptions=(single-user mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##  howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##  memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## ## End Default Options ##

title   Debian GNU/Linux, kernel 2.6.17-2-686
root(hd0,1)
kernel  /boot/vmlinuz-2.6.17-2-686 root=/dev/hda2 ro 
initrd  /boot/initrd.img-2.6.17-2-686
savedefault

title   Debian GNU/Linux, kernel 2.6.17-2-686 (single-user mode)
root(hd0,1)
kernel  /boot/vmlinuz-2.6.17-2-686 root=/dev/hda2 ro single
initrd  /boot/initrd.img-2.6.17-2-686
savedefault

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title   Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hdb1
title   Microsoft Windows 2000 Professional
root(hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title   Microsoft Windows 2000 Professional
root(hd0,0)

Bug#156882: I am sorry to hear about

2006-11-12 Thread The Extenders
Stop the girls from laughing.
Stop being a boy, and become a man.
What we are trying to say isget a larger (d)ick.

Site Domain: bdman.net
**Cut and paste site domain into browser

Have a large day;

Angela  Gould
The Extenders

No more?
bdman.net/r.php



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



Bug#247342: This does not mean

2006-11-12 Thread Missile Enlargement
Stop the girls from laughing.
Stop being a boy, and become a man.
What we are trying to say isget a larger (d)ick.

Site Domain: bdman.net
**Cut and paste site domain into browser

Have a large day;

Helen  Salazar
Missile Enlargement

No more?
bdman.net/r.php



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



Bug#168666: It is difficult to accept that

2006-11-12 Thread Tripod Inc.
Stop the girls from laughing.
Stop being a boy, and become a man.
What we are trying to say isget a larger (d)ick.

Site Domain: bdman.net
**Cut and paste site domain into browser

Have a large day;

Melissa  Castaneda
Tripod Inc.

No more?
bdman.net/r.php



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



Bug#398255: boot flopies for i386 20061111 fails to boot

2006-11-12 Thread Witold Baryluk
Package: installation-reports

Boot method: floppy
Image version: http://people.debian.org/~joeyh/d-i/images/daily/floppy/root.img 
(11-Nov-2006 21:04)
http://people.debian.org/~joeyh/d-i/images/daily/floppy/boot.img
(11-Nov-2006 21:04)
Date: 12-11-2006 19:61

Machine: Compaq DeskPro En P800
Processor: Pentium III 800MHz/133MHz, 32/256KB cache
Memory: 256MB/133MB
Partitions: dosen't metter (imho)

Output of lspci -nn and lspci -vnn:
00:00.0 Host bridge [0600]: Intel Corporation 82815 815 Chipset Host
Bridge and Memory Controller Hub [8086:1130] (rev 02)
00:02.0 VGA compatible controller [0300]: Intel Corporation 82815 CGC
[Chipset Graphics Controller] [8086:1132] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge
[8086:244e] (rev 01)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801BA ISA Bridge (LPC)
[8086:2440] (rev 01)
00:1f.1 IDE interface [0101]: Intel Corporation 82801BA IDE U100
[8086:244b] (rev 01)
00:1f.4 USB Controller [0c03]: Intel Corporation 82801BA/BAM USB (Hub
#2) [8086:2444] (rev 01)
00:1f.5 Multimedia audio controller [0401]: Intel Corporation
82801BA/BAM AC'97 Audio [8086:2445] (rev 01)
02:08.0 Ethernet controller [0200]: Intel Corporation 82801BA/BAM/CA/CAM
Ethernet Controller [8086:2449] (rev 01)


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

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

Comments/Problems:
boot floppy loads correctly (boot: expert),
then i was prompted to insert root floppy, boot system
detected that this is root 2006 and then fails
saying ./cpio: Not found.

Mayby make some regression test system for testing bootfloppies
(via bochs, or other emulator)



signature.asc
Description: Digital signature


Bug#120950: Before I send the information, I need to know

2006-11-12 Thread Enlarge Me Inc.
Stop the girls from laughing.
Stop being a boy, and become a man.
What we are trying to say isget a larger (d)ick.

Site Domain: bdman.net
**Cut and paste site domain into browser

Have a large day;

Melissa Stevenson
Enlarge Me Inc.

No more?
bdman.net/r.php



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



[no subject]

2006-11-12 Thread George Pipkov
Hi,

We are having a Dell PowerEdge 2950 server with a Broadcom
NetXtreme II 5708 network card, but it turned out that the
Debian Net install CD doesn't have a driver for it.  I
downloaded the driver source ( a tar archive)  from
Broadcom's website and I was wondering what would be the
procedure for installing of Debian using the Net Install
CD? If this is not possible is there are a way for
installation 
using the full CDs?

Here is the url for the driver
http://www.broadcom.com/support/ethernet_nic/netxtremeii.php

Thanks,

George


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



Bug#397649: install-report: NTP sync missing by default

2006-11-12 Thread Rick Thomas


On Nov 11, 2006, at 5:24 PM, Geert Stappers wrote:


Op 08-11-2006 om 20:09 schreef Olaf van der Spek:


Also, no NTP synchronization is available by default.
I really think Debian should install.
Maybe install but disable, although I'd prefer it to be enabled by  
default.


The Debian-installer installs by default the packages
with priority standard.


Cheers
Geert Stappers
Who thinks it is stupid to install NTP by default.


Installing ntp by default (making it have priority standard) would  
be good for the many Debian users who have always-on network access.   
But it would be a problem for the minority who have no or only  
intermittent (e.g. dial-up) network access.


An argument in favor of making it standard is that it would greatly  
improve the overall state of timekeeping on the internet.  This is of  
not just a time-geek issue.  Better time distribution has lots of  
practical advantages.


An argument in favor of leaving it optional is that requiring people  
without good network access to install in expert mode (to avoid  
getting ntp installed) is an imposition on a class of users who are  
individually more likely to be non-experts.


I leave it to the PTBs to figure out whether there is a compromise  
position.


Rick



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



Re: your mail about a Broadcom network card

2006-11-12 Thread Geert Stappers
Op 12-11-2006 om 15:45 schreef George Pipkov:
 Hi,
 
 We are having a Dell PowerEdge 2950 server with a Broadcom
 NetXtreme II 5708 network card, but it turned out that the
 Debian Net install CD doesn't have a driver for it.  I
 downloaded the driver source ( a tar archive)  from
 Broadcom's website and I was wondering what would be the
 procedure for installing of Debian using the Net Install
 CD? If this is not possible is there are a way for
 installation using the full CDs?

Debian is about free software, free as in freedom of speech.

 Here is the url for the driver
 http://www.broadcom.com/support/ethernet_nic/netxtremeii.php

Talk to your hardware vendor and ask for GPL versions of drivers.

Chosing another hardware vendor is also something to consider.


Where I do known that I'm not helping the original poster,
I also known that I'm helping him on the long run...

 Thanks,
 
 George


Cheers
Geert Stappers


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



Re: your mail about a Broadcom network card

2006-11-12 Thread Geert Stappers
Op 12-11-2006 om 22:45 schreef Geert Stappers:
 Op 12-11-2006 om 15:45 schreef George Pipkov:
  Hi,
  
  We are having a Dell PowerEdge 2950 server with a Broadcom
  NetXtreme II 5708 network card, but it turned out that the
 snip/
 
 Where I do known that I'm not helping the original poster,
 I also known that I'm helping him on the long run...

From http://www.broadcom.com/support/ethernet_nic/faq_drivers.php#97

| For the NetXtreme and NetLink product lines, the tg3 driver is now the
| only Linux driver that Broadcom will support. Accordingly, Broadcom has
| discontinued support for the bcm5700 driver and no longer provides updates.


So there are two situations where the O.P. many have luck:

 * returning the hardware gets refunded

 * the card is support by the tg3 kernel module



Cheers
Geert Stappers


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



Re: progress on SVN access

2006-11-12 Thread Geert Stappers
Op 12-11-2006 om 15:24 schreef David Härdeman:
 On Sun, Nov 12, 2006 at 10:37:41AM +0100, Geert Stappers wrote:
 What have other d-i committers done after the Alioth relocation?
 
 I didn't need to do anything except accept the new RSA key fingerprint. 
 
 Have you registered your ssh keys using the web interface? (i.e. log in, 
 then select Account maintenance and then scroll to the bottom of that 
 page where it says SSH Shared Authorized keys: X)

I shall go that way.

Thanks for letting known.
Geert Stappers


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



discover1 1.7.19 MIGRATED to testing

2006-11-12 Thread Debian testing watch
FYI: The status of the discover1 source package
in Debian's testing distribution has changed.

  Previous version: 1.7.18
  Current version:  1.7.19

-- 
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]



discover-data 2.2006.10.29 MIGRATED to testing

2006-11-12 Thread Debian testing watch
FYI: The status of the discover-data source package
in Debian's testing distribution has changed.

  Previous version: 2.2006.10.12-1
  Current version:  2.2006.10.29

-- 
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#397985: debian-installer: use kexec for the first 'boot'

2006-11-12 Thread maximilian attems
 I think it would be nice if the first boot of the newly installed system
 would occur with kexec, avoiding BIOS and boot loader loss of time.

well kexec has not yet the coverage in the wild,
so kexec boot failures are expected.
i routinely use in on a x41, there ipw2200 does panic and needs
an reload, due to missing kexec init routine..

but i agree that an menu entry for kexec and a kexec udeb would be nice.
http://www.itp.tuwien.ac.at/~mattems/blog/2006/05/25#kexec_usage

-- 
maks


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



Bug#398305: successful installation on vaio pcg-c1xs

2006-11-12 Thread Dario Rapisardi

Package: installation-reports

Boot method: CD
Image version: Daily build from Fri 10 Nov 2006 downloaded from
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-businesscard.iso
Date: 10th november 2006

Machine: Sony Vaio PCG-C1XS
Processor: Pentium II Mobile 400Mhz
Memory: 64MB
Partitions:

-8--
vaio:/home/dario# sfdisk -d
# partition table of /dev/hda
unit: sectors

/dev/hda1 : start=   63, size=  4192902, Id= b, bootable
/dev/hda2 : start=  4192965, size= 18860310, Id=83
/dev/hda3 : start= 23053275, size=   514080, Id=82
/dev/hda4 : start=0, size=0, Id= 0
-8--

Output of lspci -nn and lspci -vnn:

-8--
vaio:/home/dario# lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation 440BX/ZX/DX -
82443BX/ZX/DX Host bridge [8086:7190] (rev 03)
00:01.0 PCI bridge [0604]: Intel Corporation 440BX/ZX/DX -
82443BX/ZX/DX AGP bridge [8086:7191] (rev 03)
00:07.0 ISA bridge [0601]: Intel Corporation 82371AB/EB/MB PIIX4 ISA
[8086:7110] (rev 02)
00:07.1 IDE interface [0101]: Intel Corporation 82371AB/EB/MB PIIX4
IDE [8086:7111] (rev 01)
00:07.2 USB Controller [0c03]: Intel Corporation 82371AB/EB/MB PIIX4
USB [8086:7112] (rev 01)
00:07.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI
[8086:7113] (rev 03)
00:08.0 FireWire (IEEE 1394) [0c00]: Sony Corporation CXD3222 i.LINK
Controller [104d:8039] (rev 02)
00:09.0 Multimedia audio controller [0401]: Yamaha Corporation
YMF-744B [DS-1S Audio Controller] [1073:0010] (rev 02)
00:0a.0 Multimedia controller [0480]: Kawasaki Steel Corporation
KL5A72002 Motion JPEG [136b:ff01] (rev 01)
00:0b.0 Communication controller [0780]: Conexant HCF 56k
Data/Fax/Voice/Spkp Modem [14f1:1036] (rev 08)
00:0c.0 CardBus bridge [0607]: Ricoh Co Ltd RL5c475 [1180:0475] (rev 80)
01:00.0 VGA compatible controller [0300]: Neomagic Corporation NM2200
[MagicGraph 256AV] [10c8:0005] (rev 20)

vaio:/home/dario# lspci -vnn
00:00.0 Host bridge [0600]: Intel Corporation 440BX/ZX/DX -
82443BX/ZX/DX Host bridge [8086:7190] (rev 03)
   Subsystem: Sony Corporation Unknown device [104d:806a]
   Flags: bus master, medium devsel, latency 64
   Memory at 4000 (32-bit, prefetchable) [size=16M]
   Capabilities: [a0] AGP version 1.0

00:01.0 PCI bridge [0604]: Intel Corporation 440BX/ZX/DX -
82443BX/ZX/DX AGP bridge [8086:7191] (rev 03) (prog-if 00 [Normal
decode])
   Flags: bus master, 66MHz, medium devsel, latency 128
   Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
   Memory behind bridge: fe80-fecf
   Prefetchable memory behind bridge: fd00-fdff

00:07.0 ISA bridge [0601]: Intel Corporation 82371AB/EB/MB PIIX4 ISA
[8086:7110] (rev 02)
   Flags: bus master, medium devsel, latency 0

00:07.1 IDE interface [0101]: Intel Corporation 82371AB/EB/MB PIIX4
IDE [8086:7111] (rev 01) (prog-if 80 [Master])
   Flags: bus master, medium devsel, latency 64
   I/O ports at fcf0 [size=16]

00:07.2 USB Controller [0c03]: Intel Corporation 82371AB/EB/MB PIIX4
USB [8086:7112] (rev 01) (prog-if 00 [UHCI])
   Flags: bus master, medium devsel, latency 64, IRQ 9
   I/O ports at fcc0 [size=32]

00:07.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI
[8086:7113] (rev 03)
   Flags: medium devsel, IRQ 9

00:08.0 FireWire (IEEE 1394) [0c00]: Sony Corporation CXD3222 i.LINK
Controller [104d:8039] (rev 02) (prog-if 10 [OHCI])
   Subsystem: Sony Corporation Unknown device [104d:8063]
   Flags: bus master, medium devsel, latency 64, IRQ 9
   Memory at fedff000 (32-bit, non-prefetchable) [size=2K]
   Memory at fedffc00 (32-bit, non-prefetchable) [size=512]
   [virtual] Expansion ROM at 1400 [disabled] [size=64K]
   Capabilities: [dc] Power Management version 1

00:09.0 Multimedia audio controller [0401]: Yamaha Corporation
YMF-744B [DS-1S Audio Controller] [1073:0010] (rev 02)
   Subsystem: Sony Corporation Unknown device [104d:8064]
   Flags: bus master, medium devsel, latency 64, IRQ 9
   Memory at fedf (32-bit, non-prefetchable) [size=32K]
   I/O ports at fc40 [size=64]
   I/O ports at fcec [size=4]
   Capabilities: [50] Power Management version 1

00:0a.0 Multimedia controller [0480]: Kawasaki Steel Corporation
KL5A72002 Motion JPEG [136b:ff01] (rev 01)
   Subsystem: Sony Corporation Unknown device [104d:8066]
   Flags: medium devsel, IRQ 255
   Memory at fedff800 (32-bit, non-prefetchable) [disabled] [size=512]
   Capabilities: [50] Power Management version 2

00:0b.0 Communication controller [0780]: Conexant HCF 56k
Data/Fax/Voice/Spkp Modem [14f1:1036] (rev 08)
   Subsystem: Sony Corporation HCF 56k Modem [104d:8067]
   Flags: medium devsel, IRQ 9
   Memory at fede (32-bit, non-prefetchable) [disabled] [size=64K]
   I/O ports at fce0 [disabled] [size=8]
   Capabilities: [40] Power Management version 2

00:0c.0 CardBus bridge [0607]: Ricoh Co Ltd 

Bug#159887: To achieve your goals

2006-11-12 Thread Tripod Inc.
Stop the girls from laughing.
Stop being a boy, and become a man.
What we are trying to say isget a larger (d)ick.

Site Domain: bdman.net
**Cut and paste site domain into browser

Have a large day;

Brenda Slaughter
Tripod Inc.

No more?
bdman.net/r.php



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



Bug#211137: You should be familiar with

2006-11-12 Thread Enlarge your Torpedo
Stop the girls from laughing.
Stop being a boy, and become a man.
What we are trying to say isget a larger (d)ick.

Site Domain: bdman.net
**Cut and paste site domain into browser

Have a large day;

Helen Tapia
Enlarge your Torpedo

No more?
bdman.net/r.php



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



Re: your mail about a Broadcom network card

2006-11-12 Thread Peter Skogström
Geert Stappers wrote:
 Op 12-11-2006 om 22:45 schreef Geert Stappers:
 Op 12-11-2006 om 15:45 schreef George Pipkov:
 Hi,

 We are having a Dell PowerEdge 2950 server with a Broadcom
 NetXtreme II 5708 network card, but it turned out that the
  snip/
 Where I do known that I'm not helping the original poster,
 I also known that I'm helping him on the long run...
 
From http://www.broadcom.com/support/ethernet_nic/faq_drivers.php#97
 
 | For the NetXtreme and NetLink product lines, the tg3 driver is now the
 | only Linux driver that Broadcom will support. Accordingly, Broadcom has
 | discontinued support for the bcm5700 driver and no longer provides updates.

Hi

I checked the faq also. I read it as NetXtreme is only supported by tg3
but I think they only mean NetXtreme and not talking about NetXtreme II.

Could have been written in an clearer way. Geert You may be right and I
wrong.

NetXtreme II should be supported by module bnx2 I believe. Not totally
sure though.

A good list for dell issues and debian is this one:

http://lists.us.dell.com/pipermail/linux-poweredge/2006-October/027700.html

Here they discuss issues with bnx2 and debian with kernel 2.6.16. I
assume You are trying with etch.

There seems to be some problems with detection and wrong naming
sometimes but they can be solved with minor tricks  mentioned in these
links. In short it is solved by adding bnx2 in /etc/modules and an ifup
later and the the nameing error is solved with udev just as poster says
in the listed mail above. When You do the install use a full cd image
and later fix the nic issue.

http://www.engardelinux.org/forums/viewtopic.php?p=503sid=e18934fcf3fa20604581e2d277f23c93

http://ubuntuforums.org/showthread.php?p=1644981

I havent done this myself.But latest dells and debian should work,
although with some research needed. We dont want RH and SLES have all
the hardware candy :-)

regards
//Peter




-- 

bitrunner

0708-460260
Andra Långgatan 28
41327 Göteborg
Sweden


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



Processed: Re: Bug#398161: Crash when partition is created with blank label

2006-11-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 398161 partman-base
Bug#398161: Crash when partition is created with blank label
Bug reassigned from package `debian-installer' to `partman-base'.


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#398305: marked as done (successful installation on vaio pcg-c1xs)

2006-11-12 Thread Debian Bug Tracking System
Your message dated Mon, 13 Nov 2006 06:22:35 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#398305: successful installation on vaio pcg-c1xs
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: installation-reports

Boot method: CD
Image version: Daily build from Fri 10 Nov 2006 downloaded from
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-businesscard.iso
Date: 10th november 2006

Machine: Sony Vaio PCG-C1XS
Processor: Pentium II Mobile 400Mhz
Memory: 64MB
Partitions:

-8--
vaio:/home/dario# sfdisk -d
# partition table of /dev/hda
unit: sectors

/dev/hda1 : start=   63, size=  4192902, Id= b, bootable
/dev/hda2 : start=  4192965, size= 18860310, Id=83
/dev/hda3 : start= 23053275, size=   514080, Id=82
/dev/hda4 : start=0, size=0, Id= 0
-8--

Output of lspci -nn and lspci -vnn:

-8--
vaio:/home/dario# lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation 440BX/ZX/DX -
82443BX/ZX/DX Host bridge [8086:7190] (rev 03)
00:01.0 PCI bridge [0604]: Intel Corporation 440BX/ZX/DX -
82443BX/ZX/DX AGP bridge [8086:7191] (rev 03)
00:07.0 ISA bridge [0601]: Intel Corporation 82371AB/EB/MB PIIX4 ISA
[8086:7110] (rev 02)
00:07.1 IDE interface [0101]: Intel Corporation 82371AB/EB/MB PIIX4
IDE [8086:7111] (rev 01)
00:07.2 USB Controller [0c03]: Intel Corporation 82371AB/EB/MB PIIX4
USB [8086:7112] (rev 01)
00:07.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI
[8086:7113] (rev 03)
00:08.0 FireWire (IEEE 1394) [0c00]: Sony Corporation CXD3222 i.LINK
Controller [104d:8039] (rev 02)
00:09.0 Multimedia audio controller [0401]: Yamaha Corporation
YMF-744B [DS-1S Audio Controller] [1073:0010] (rev 02)
00:0a.0 Multimedia controller [0480]: Kawasaki Steel Corporation
KL5A72002 Motion JPEG [136b:ff01] (rev 01)
00:0b.0 Communication controller [0780]: Conexant HCF 56k
Data/Fax/Voice/Spkp Modem [14f1:1036] (rev 08)
00:0c.0 CardBus bridge [0607]: Ricoh Co Ltd RL5c475 [1180:0475] (rev 80)
01:00.0 VGA compatible controller [0300]: Neomagic Corporation NM2200
[MagicGraph 256AV] [10c8:0005] (rev 20)

vaio:/home/dario# lspci -vnn
00:00.0 Host bridge [0600]: Intel Corporation 440BX/ZX/DX -
82443BX/ZX/DX Host bridge [8086:7190] (rev 03)
   Subsystem: Sony Corporation Unknown device [104d:806a]
   Flags: bus master, medium devsel, latency 64
   Memory at 4000 (32-bit, prefetchable) [size=16M]
   Capabilities: [a0] AGP version 1.0

00:01.0 PCI bridge [0604]: Intel Corporation 440BX/ZX/DX -
82443BX/ZX/DX AGP bridge [8086:7191] (rev 03) (prog-if 00 [Normal
decode])
   Flags: bus master, 66MHz, medium devsel, latency 128
   Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
   Memory behind bridge: fe80-fecf
   Prefetchable memory behind bridge: fd00-fdff

00:07.0 ISA bridge [0601]: Intel Corporation 82371AB/EB/MB PIIX4 ISA
[8086:7110] (rev 02)
   Flags: bus master, medium devsel, latency 0

00:07.1 IDE interface [0101]: Intel Corporation 82371AB/EB/MB PIIX4
IDE [8086:7111] (rev 01) (prog-if 80 [Master])
   Flags: bus master, medium devsel, latency 64
   I/O ports at fcf0 [size=16]

00:07.2 USB Controller [0c03]: Intel Corporation 82371AB/EB/MB PIIX4
USB [8086:7112] (rev 01) (prog-if 00 [UHCI])
   Flags: bus master, medium devsel, latency 64, IRQ 9
   I/O ports at fcc0 [size=32]

00:07.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI
[8086:7113] (rev 03)
   Flags: medium devsel, IRQ 9

00:08.0 FireWire (IEEE 1394) [0c00]: Sony Corporation CXD3222 i.LINK
Controller [104d:8039] (rev 02) (prog-if 10 [OHCI])
   Subsystem: Sony Corporation Unknown device [104d:8063]
   Flags: bus master, medium devsel, latency 64, IRQ 9
   Memory at fedff000 (32-bit, non-prefetchable) [size=2K]
   Memory at fedffc00 (32-bit, non-prefetchable) [size=512]
   [virtual] Expansion ROM at 1400 [disabled] [size=64K]
   Capabilities: [dc] Power Management version 1

00:09.0 Multimedia audio controller [0401]: Yamaha Corporation
YMF-744B [DS-1S Audio Controller] [1073:0010] (rev 02)
   Subsystem: Sony Corporation Unknown device [104d:8064]
   Flags: bus master, medium devsel, latency 64, IRQ 9
   Memory at fedf (32-bit, non-prefetchable) [size=32K]
   I/O ports at fc40 [size=64]
   I/O ports at fcec [size=4]
   Capabilities: [50] Power Management version 1

00:0a.0 Multimedia controller [0480]: Kawasaki Steel Corporation
KL5A72002 

Bug#398175: Failed Boot Loader Installation

2006-11-12 Thread david
I have resolved this problem and it turns out to be entirely my fault.

The PC was set to boot from hdb (no, I don't know how this happened!) whilst 
the bootloader was being written to hda.

I suggest you close the bug (or delete it?).

However, for the installation, may I suggest that:

1. When the time comes to install the boot loader, the script should indicate 
that LILO is a option which will be offered if the user rejects GRUB.

2. Is it possible to offer the choice of Gnome or KDE at installation time? 
This is the third PC I have installed Debian on. While it is not the end of 
the world to reconfigure the system a new user coming from Windows will not 
know how to do this and may be put off by the Gnome Look and Feel. I know I 
was when I first started using Linux.

Apologies for my error.

Regards

David Cefai


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



Bug#397877: cdebconf-gtk-udeb: incorrect line selected as default in tree lists

2006-11-12 Thread Frans Pop
On Friday 10 November 2006 17:24, Attilio Fiandrotti wrote:
 Suomi not being selected (instead Euroope being) was a
 cdebconf-gtk-udeb bug: the attached patch should fix this, please test 
 and let me now if i can proceed with commit.

Looks good. Please commit.

Thanks Attilio.


pgpdzQwkiWvYR.pgp
Description: PGP signature


Bug#395052: Please provide the GTK frontend with a better handler for BOOLEAN questions

2006-11-12 Thread Frans Pop
On Tuesday 31 October 2006 21:22, Attilio Fiandrotti wrote:
 I assigned focus to the inactive radio button, so that i can simply
 press spacebar with the thumb and hit enter with the middle finger
 without using the arrow keys, but i'm not sure this is not confusing.

I've tested this patch and I agree this looks much better than the current 
checkbox, so lets apply this.

The only comment I have is that I think it is better to have the initial 
focus on the _active_ radio button.
I found out that it then is still very easy to change to the other option 
by using the up or down arrows. I also think that it is slightly safer as 
accidentally hitting space won't change anything. I think it is good if 
changing the default requires a bit more deliberate action.

I'll build and upload cdebconf after you've committed this and the patch 
for #397877.

Cheers,
FJP


pgpqkFIcErCMD.pgp
Description: PGP signature