cvs commit to boot-floppies/documentation by claush

2002-11-11 Thread Debian Boot CVS Master
Repository: boot-floppies/documentation
who:claush
time:   Mon Nov 11 02:15:19 MST 2002
Log Message:
  Danish update

Files:
changed:release-notes.da.sgml


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




cvs commit to boot-floppies/documentation/da by claush

2002-11-11 Thread Debian Boot CVS Master
Repository: boot-floppies/documentation/da
who:claush
time:   Mon Nov 11 02:15:19 MST 2002
Log Message:
  Danish update

Files:
changed:appendix.sgml boot-new.sgml preparing.sgml rescue-boot.sgml


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




Bug#168666: SPARC: TFTP installation with a BOOTP or DHCP server requires boot net:dhcp

2002-11-11 Thread Bruno Ciscato (bciscato)
Package: install-doc
Version: install-doc 3.0.22 

Chapter 5.5 of Installing Debian GNU/Linux 3.0 For SPARC

reads

---
5.5 Booting from TFTP
Booting from the network requires that you have a network connection
supported by the boot floppies, including either a static network
address or a DHCP server, a RARP or a BOOTP server, and a TFTP server.
The installation method to support TFTP booting is described in
Preparing Files for TFTP Net Booting, Section 4.4. On machines with
OpenBoot, simply enter the boot monitor on the machine you are
installing to (see Invoking OpenBoot, Section 3.8.1), and use the
command boot net. Some older OpenBoot revisions require using the device
name, such as boot le(). 
---

In reality the command boot net works with a RARP server only. If you
are using a BOOTP or DHCP server you'll get the message:

Timeout waiting for ARP/RARP packet

The command to use with a BOOTP or DHCP server is:

boot net:dhcp

cheers

bruno


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




Re: [patch] cdebconf and i18n

2002-11-11 Thread Junichi Uekawa
 Are you talking about language names?  They are either ll or ll_LL.
 As everything will be UTF-8 encoded, there is no need to add encoding.

There is probably a need to add a UTF-8 encoding something,
but there probably isn't really a need.

Why does it have to be char something[] when
char * something will perfectly work ?




regards,
junichi


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




Re: [patch] cdebconf and i18n

2002-11-11 Thread Junichi Uekawa
  
  I was thinking more of
  if (locale == C) 
  question user;
  else
  get country from locale.
 
 It doesn't work, you can't get country from locale, you must always ask
 user to tell where he lives.  

Huh?

They are in
language_country.codeset format.
ja_JP is Japan,
pt_BR is Brazil.

What is the problem?

 Moreover where does this locale come from?
 IMO we should at the very beginning ask
   a. which language to use for installation
   b. geographic location (a la tzselect/tzconfig)

That is the right direction.
Introducing different locale variable is a wrong thing to do,
however.


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




Re: [patch] cdebconf and i18n

2002-11-11 Thread Denis Barbier
On Sun, Nov 10, 2002 at 10:08:12AM +0900, Junichi Uekawa wrote:
  Are you talking about language names?  They are either ll or ll_LL.
  As everything will be UTF-8 encoded, there is no need to add encoding.
 
 There is probably a need to add a UTF-8 encoding something,
 but there probably isn't really a need.

Huh???

 Why does it have to be char something[] when
 char * something will perfectly work ?

I did not say it has to be a char[6], I do not care if someone wants to
malloc it.

Denis


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




Re: [patch] cdebconf and i18n

2002-11-11 Thread Denis Barbier
On Sun, Nov 10, 2002 at 10:06:51AM +0900, Junichi Uekawa wrote:
   
   I was thinking more of
 if (locale == C) 
 question user;
 else
 get country from locale.
  
  It doesn't work, you can't get country from locale, you must always ask
  user to tell where he lives.  
 
 Huh?
 
 They are in
 language_country.codeset format.
 ja_JP is Japan,
 pt_BR is Brazil.
 
 What is the problem?
[...]

Do you really think that there are no Japanese people outside of Japan?

Denis


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




Re: [patch] cdebconf and i18n

2002-11-11 Thread Martin Sjögren
mån 2002-11-11 klockan 17.17 skrev Denis Barbier:
   It doesn't work, you can't get country from locale, you must always ask
   user to tell where he lives.  
  They are in
  language_country.codeset format.
  ja_JP is Japan,
  pt_BR is Brazil.
  
  What is the problem?
 Do you really think that there are no Japanese people outside of Japan?

I think you're talking past each other. ;-) I think that Junichi means
that we should use the LC_* ll_CC format for the information, while I
think Denis means that there is no way to get this information without
*asking* the user at least *once*

Am I right? Same same, but different...


/Martin



signature.asc
Description: Detta =?ISO-8859-1?Q?=E4r?= en digitalt signeradmeddelandedel


cvs commit to debian-installer/rootskel/debian by waldi

2002-11-11 Thread Debian Boot CVS Master
Repository: debian-installer/rootskel/debian
who:waldi
time:   Mon Nov 11 10:11:26 MST 2002
Log Message:
  remove virtual console hack
  

Files:
changed:changelog rules


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




cvs commit to debian-installer/rootskel/src/etc by waldi

2002-11-11 Thread Debian Boot CVS Master
Repository: debian-installer/rootskel/src/etc
who:waldi
time:   Mon Nov 11 10:11:26 MST 2002
Log Message:
  remove virtual console hack
  

Files:
removed:inittab-nonvc


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




Re: [patch] cdebconf and i18n

2002-11-11 Thread Denis Barbier
On Mon, Nov 11, 2002 at 05:51:49PM +0100, Martin Sjögren wrote:
 mån 2002-11-11 klockan 17.17 skrev Denis Barbier:
It doesn't work, you can't get country from locale, you must always ask
user to tell where he lives.  
   They are in
   language_country.codeset format.
   ja_JP is Japan,
   pt_BR is Brazil.
   
   What is the problem?
  Do you really think that there are no Japanese people outside of Japan?
 
 I think you're talking past each other. ;-) I think that Junichi means
 that we should use the LC_* ll_CC format for the information,

The problem is that CC does not tell where the user is living, it is only
meaningful to distinguish between language variants.  For many reasons, CC
could be different from your country code (e.g. try to set locales to sv_US
or ja_US).

 while I think Denis means that there is no way to get this information
 without *asking* the user at least *once*

Right.

Denis


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




Re: [patch] cdebconf and i18n

2002-11-11 Thread Junichi Uekawa
  They are in
  language_country.codeset format.
  ja_JP is Japan,
  pt_BR is Brazil.
  
  What is the problem?
 [...]
 
 Do you really think that there are no Japanese people outside of Japan?

Then they should use
ja_CA or whatever they want.


regards,
junichi


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




Re: [patch] cdebconf and i18n

2002-11-11 Thread Junichi Uekawa
 
  Why does it have to be char something[] when
  char * something will perfectly work ?
 
 I did not say it has to be a char[6], I do not care if someone wants to
 malloc it.
 

Please use strdup and friends, or asprintf, or other kind of 
things that are less prone to break.



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




Re: [patch] cdebconf and i18n

2002-11-11 Thread Denis Barbier
On Tue, Nov 12, 2002 at 02:39:44AM +0900, Junichi Uekawa wrote:
   They are in
   language_country.codeset format.
   ja_JP is Japan,
   pt_BR is Brazil.
   
   What is the problem?
  [...]
  
  Do you really think that there are no Japanese people outside of Japan?
 
 Then they should use ja_CA or whatever they want.

No, this locale does not exist.

Denis


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




Return values of malloc/strdup/... not checked (was Re: [patch] cdebconf and i18n)

2002-11-11 Thread Denis Barbier
On Tue, Nov 12, 2002 at 02:41:23AM +0900, Junichi Uekawa wrote:
  
   Why does it have to be char something[] when
   char * something will perfectly work ?
  
  I did not say it has to be a char[6], I do not care if someone wants to
  malloc it.
  
 
 Please use strdup and friends, or asprintf, or other kind of 
 things that are less prone to break.

Ok, I will use strdup.  While we are on it, why are return values of
allocation routines never checked?

Denis


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




Re: [patch] cdebconf and i18n

2002-11-11 Thread Junichi Uekawa
   Do you really think that there are no Japanese people outside of Japan?
  
  Then they should use ja_CA or whatever they want.
 
 No, this locale does not exist.

That doesn't really matter if it doesn't currently exist on 
your system. You can always make one.


regards,
junichi


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




Re: Return values of malloc/strdup/... not checked (was Re: [patch] cdebconf and i18n)

2002-11-11 Thread Junichi Uekawa
  Please use strdup and friends, or asprintf, or other kind of 
  things that are less prone to break.
 
 Ok, I will use strdup.  While we are on it, why are return values of
 allocation routines never checked?

You could add checks, or use/define xstrdup to give some
useful error message.

They will cause problem sometime in the future, I suspect,
so fixing them whenever you notice would be a good start.


regards,
junichi


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




Re: [patch] cdebconf and i18n

2002-11-11 Thread Denis Barbier
On Tue, Nov 12, 2002 at 05:13:15AM +0900, Junichi Uekawa wrote:
Do you really think that there are no Japanese people outside of Japan?
   
   Then they should use ja_CA or whatever they want.
  
  No, this locale does not exist.
 
 That doesn't really matter if it doesn't currently exist on 
 your system. You can always make one.

And of course all Japanese people living in Canada did their own, so
you can detect where they live from their locale?  Come on, it does
not work that way, the territory part of locales cannot be reliably
used.

Denis


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




cvs commit to boot-floppies/powerpc-specials/miBoot by toff

2002-11-11 Thread Debian Boot CVS Master
Repository: boot-floppies/powerpc-specials/miBoot
who:toff
time:   Mon Nov 11 17:18:14 MST 2002
Log Message:
  patch script doesn't work with video=ofonly image

Files:
changed:patch-floppy-image.pl


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




I've lost my init

2002-11-11 Thread merle
After installing debian 3.0 (on my second
hard-drive which previously had nothing on it) I
did get into the xwindows and kde bits, but
couldn't find my way out and ended up closing
down my computer without closing the programs
first.
I thought it would forgive me, just this once,
but on booting next time (from the floppy, my
boot copy) I get:

unable to open an initial console
Kernel panic: no init found
Try passing init option to kernel

I put the CD with the original program in and
looked up rescue.
After the boot command I put 
rescue root=/dev/hdb
and get this:

[MS-DOS FS Rel. 12,
FAT 16,
check=n,
conv=b,
uid=0,
gid=0,
umask=022,
bmap]

[me=0xb9,
cs=23940,
#f=191,
fs=5450,
fl=61110,
ds=15675156,
de=1563,
data=15675282,
se=223252,
ts=159132728,
ls=64543,
rc=0,
fc=4294967295]
Transaction block size = 512
Kernel panic : VFS : unable to mount root fs on
03:40

Can you help me get my init back please?

Merle


__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com


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