Bug#74867: eval_it update

2000-10-16 Thread Eugenia Franzoni

Package: modconf
Version: 0.2.26.14

Hi

I've updated the translation of the eval_it file. Here it is :-)
-- 
Eugenia Franzoni
Pluto Linux User Group
http://www.pluto.linux.it

***


# descriptions must nor exceed a line!
# substitute `+', `-' and `,' in module names with `_'

msg_Something_went_wrong="Qualcosa è andato storto. Trascrivete il messaggio di errore 
prima
di continuare. Premere INVIO quando si è pronti."
msg_Cant_make_temfile="Impossibile creare un file temporaneo per dialog box."
msg_Desc_not_avail="(Descrizione non disponibile)"
msg_Exit="Uscita"
msg_Finished_these="Finito con questi moduli. Ritornare al menù precedente."
msg_Please_wait_l="Rilevamento dei moduli in corso: attendere ..."
msg_Please_wait="Un attimo di pazienza"
msg_module_not_installed="Il modulo \$module attualmente non è installato."
msg_module_installed="Il modulo \$module è già installato."
msg_Remove="Rimuovere"
msg_Remove_l="Rimuovere il modulo dal kernel."
msg_Install="Installare"
msg_Install_l="Installare il modulo nel kernel."
msg_doc_unavailable="Non è disponibile la documentazione per i parametri di questo 
modulo"
msg_Error="Errore"
msg_enter_arguments_l="Digitare gli argomenti a linea di comando per il modulo 
\$module."
msg_enter_arguments="Digitare gli argomenti a linea di comando \$old_arguments"
msg_Installing_module="Installazione del modulo \$module. Se il dispositivo non c'è o 
non è 
configurato, il sistema si può fermare per un minuto."
msg_Installation_succeeded="Installazione completata con successo."
msg_Installation_failed="Installazione fallita."
msg_Please_press_ENTER="Premere INVIO quando si è pronti per continuare."
msg_Extracting_module="Lettura del modulo \$module dal floppy ..."
msg_tgz_does_not_exist="/floppy/modules.tgz non esiste"
msg_done="fatto."
msg_Executing_postinst="Esecuzione dello script post-install del modulo \`\$i' ..."
msg_postinst_failed="Fallita l'esecuzione dello script post-install del modulo 
\$module"
msg_postinst_done="Script post-install \`\$i' completato con successo."
msg_Removing_module="Rimozione del modulo \$module..."
msg_not_removed="\$module non è stato rimosso."


msg_Select_Category_l="I moduli sono device driver caricabili dinamicamente. 
Percorrete i vari
menù per ogni categoria e scegliete dispositivi, protocolli di rete, 
filesystem, ecc. che si desidera siano supportati dal sistema. Non
installate moduli per dispositivi non usati dal sistema, poiché questo
può generare pause molto lunghe a causa della ricerca di dispositivi
inesistenti. Inoltre driver per dispositivi che non avete usano 
inutilmente memoria che potrebbe essere destinata a utilizzi migliori.

Selezionare una categoria di moduli."
msg_Select_Category="Scegliere una categoria"
msg_Select_modules_l="I moduli attualmente installati nel vostro sistema hanno un 
carattere
\"+\" alla destra del nome. I moduli non installati hanno un \"-\" a destra
del nome. E\` possibile leggere una pagina riguardante l'utilizzo di ogni
modulo e quindi abilitarlo o disabilitarlo. Per fare questo usare i 
tasti-freccia su o giù per spostare il cursore sulla linea del modulo,
e quindi premere INVIO." 
msg_Select_modules="Selezionare i moduli \$directory"
msg_kernel_version_problem="Non riesco a trovare la versione del kernel.
Assicurarsi che /proc sia montato."
msg_Problem="Problema"
msg_Invalid_option="Opzione errata"
msg_Cannot_open="Impossibile aprire"
























shell_cdromsymlink_aztcd="cd /dev  rm -f cdrom  ln -s aztcd0 cdrom"
shell_cdromsymlink_cdu31a="cd /dev  rm -f cdrom  ln -s sonycd cdrom"
shell_cdromsymlink_cm206="cd /dev  rm -f cdrom  ln -s cm206cd cdrom"
shell_cdromsymlink_gscd="cd /dev  rm -f cdrom  ln -s gscd cdrom"
# XXX unknown device name
#shell_cdromsymlink_isp16="cd /dev  rm -f cdrom  ln -s isp16 cdrom"
shell_cdromsymlink_mcd="cd /dev  rm -f cdrom  ln -s mcd cdrom"
shell_cdromsymlink_mcdx="cd /dev  rm -f cdrom  ln -s mcdx0 cdrom"
shell_cdromsymlink_optcd="cd /dev  rm -f cdrom  ln -s optcd cdrom"
shell_cdromsymlink_sbpcd="cd /dev  rm -f cdrom  ln -s sbpcd0 cdrom"
shell_cdromsymlink_sjcd="cd /dev  rm -f cdrom  ln -s sjcd cdrom"
shell_cdromsymlink_sonycd535="cd /dev  rm -f cdrom  ln -s cdu535 cdrom"
shell_cdromsymlink_sr_mod="cd /dev  rm -f cdrom  ln -s scd0 cdrom"


dir_descrs="block cdrom fs ipv4 misc net pcmcia scsi"
dir_descr_block="Dischi e dispositivi simili"
dir_descr_cdrom="Device driver per lettori CD-ROM"
dir_descr_fs="Driver che permettono di accedere a diversi filesystem"
dir_descr_ipv4="Driver per protocolli di Internet"
dir_descr_misc="Driver senza una precisa categoria"
dir_descr_net="Driver per interfacce e protocolli di rete"
dir_descr_pcmcia="Schede PCMCIA"
dir_descr_scsi="Driver per controller SCSI e classi di dispositivi SCSI"

summary_3c501="Supporto per 3c501"
summary_3c503="Supporto per 3c503"
summary_3c505="Supporto per 3c505"
summary_3c507="Supporto per 3c507"
summary_3c509="Supporto per 3c509/3c579"
summary_3c523="Supporto per 3c523"
summary_3c527="Supporto 

Re: Kernel for boot floppies

2000-10-16 Thread Daniel Jacobowitz

On Mon, Oct 16, 2000 at 01:00:16AM -0400, Vaidhyanathan Mayilrangam wrote:
 Hi All,
 
 I met with joeyh during ALS and offered to work on kernel for the boot floppies.
 I got the kernel down to 355 KB.. From what I understood from joeyh, the new 
 installer will be just the kernel and the network drivers.. However, one of the
 issues I have is that to read the network drivers, we need to provide support
 for the IDE and SCSI subsystems..
 
 Should those be a separate modules by themselves or should I try to compile them
 into the kernel itself? Then we will have two versions of the kernel, one for 
 IDE and one for SCSI as we do now.. 

For network installs, we could theoretically dispense with IDE and SCSI
entirely.  This is probably not generally useful, though, since we'd
still need to support installing off CD and hard disk.  It does raise
the point that we never really need both network and disk drivers, esp.
if we are willing to have two boot floppies (one for network and one
not).

 Further, does the SCSI support for NCRXX cards alone just enough ? I do not 
 have a scsi machine and would appreciate the inputs..

No, at least the Adaptec cards need to be supported - really, almost
all of them do.

Dan

/\  /\
|   Daniel Jacobowitz|__|SCS Class of 2002   |
|   Debian GNU/Linux Developer__Carnegie Mellon University   |
| [EMAIL PROTECTED] |  |   [EMAIL PROTECTED]  |
\/  \/


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




HD BOOT PROBLEM

2000-10-16 Thread Marc Prokop

Hi!

I've performed a standard installation with Debian 2.2.
MBR installed /dev/hda (/boot mounted on /dev/hda1 which is 100MB)
PC with Amibios v1.5 1995-12-19, Pentium 133, Disk 1,2GB

and I have the following messages which appears (not the same message at
each reboot, random..which is very stange!!.)

LILO Loading Linux...
Uncompressing Linux...

OR

LILO Loading Linux...
Uncompressing Linux...
crc error
-- System halted

OR

LILO Loading Linux...
Uncompressing Linux...
Out of memory
-- System halted

Linux boots fine from "custom-boot" floppy which is saved by during
Debian install process.

Can somebody help me...

Thanks

Marc Prokop




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




Re: ITP: mklibs.sh

2000-10-16 Thread Adam Di Carlo

Marcus Brinkmann [EMAIL PROTECTED] writes:

 No, I don't want it, but I don't think there should be a seperate
 package for a 600 lines shell script either. It's fine with me if
 you think it is a good idea, though.

Well, I don't see why it should be tied to boot-floppies, either.

-- 
.Adam Di [EMAIL PROTECTED]URL:http://www.onShore.com/



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




gzip or bzip2 on boot floppies??

2000-10-16 Thread Vaidhyanathan Mayilrangam

Hi ,

I wonder if we would be having bzip2 or gzip on the boot floppies.. All the
network modules compiled takes about 1.3M, but compresssed with bzip2 , needs
only 435K.. The size of bzip2 + libbz2.so is about 85K.. We can probably do the
same with the initrd image.. That can save us quite some space..

I would appreciate your inputs..

Regards.
Vaidhy


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