Re: Trying out http://people.debian.org/~tfheen/d-i

2002-10-25 Thread Herbert Xu
Herbert Xu [EMAIL PROTECTED] wrote:
 
 With PCI/USB devices, we really should be using the module system to
 autodetect (i.e., the hotplug approach).  There is no point in duplicating
 all the information in another list when the modules themselves have
 it.  To start with, just look at /lib/modules/2.4.19-386/modules.pcimap.

Here's a script that takes the list of modules and pcimap from the kernel
packages, mixes it with the description from pci.ids to produce a
ethpci.list for ddetect.

The advantage of this is that for all the PCI network devices that we
actually have modules for, we are guaranteed to have an entry in this
list with the correct module name.  It's also true that we won't have
an entry in this list if the card is not supported by one of our modules.

The modlist file can be obtained by doing

cat modules/nic-modules*  modlist

in an unpacked kernel-image-2.4.19-i386 source tree.

The resulting list when run against 2.4.19-3 can be downloaded from

http://gondor.apana.org.au/~herbert/debian/ethpci.list
-- 
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmVHI~} [EMAIL PROTECTED]
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
#!/bin/sh

set -e

usage() {
echo Usage: $0 modlist pcimap pciids 2
exit 1
}

cleanup() {
[ $TMPDIR ]  rm -r $TMPDIR
}

mesh='
function read() {
while (1) {
if ((getline  f) = 0) {
eof = 1
return
}

if (/^[^\t]/) {
v = substr($0, 1, 4)
h = v   substr($0, 7)
continue
}

if (/^\t\t/)
continue

break
}

n = v substr($0, 2, 4)
d = substr($0, 8)
}

BEGIN {
f = ARGV[1]
ARGV[1] = 

read()
}

{
m = $1
u = $2
p = $3
k = u p

while (!eof  n  k)
read()

if (v == u) {
if (h)
print h
} else {
v = u
print v
}
h = 

print \t k \tethernet\t m \t (n == k ? d : p)
}
'

[ $# -ge 3 ] || usage

modlist=$1
pcimap=$2
pciids=$3

trap cleanup EXIT
for i in INT HUP TERM; do
trap cleanup; kill -$i $$ $i
done
TMPDIR=$(mktemp -d)

sed 's%.*/%%; s/..$//' $modlist | sort  $TMPDIR/c
tail +2 $pcimap | sort | join -o 1.1,1.2,1.3 - $TMPDIR/c | sort -k 2,3 |
sed -n 's/ 0x/ /; t n; :n; s/ 0x/ /; t g; b; :g; p'  $TMPDIR/d
sed -n '/^#/d; /^/,/^/p' $pciids  $TMPDIR/e
awk $mesh $TMPDIR/e $TMPDIR/d


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




udeb building in pbuilder fails?

2002-10-25 Thread Mario Lang
Hello.

I'm preparing brltty 3.1 right now.  This upload will
include a brltty-udeb too.  I copied the necessary
stuff from other udebs as example, and building with dpkg-buildpackage
works just fine.  I get a brltty.deb and a brltty-udeb.udeb.

Now, I wanted to safetycheck this upload, and built using
pdebuild.

This fails with some strange error, and I have no idea
why the pbuilder build should react differently then the dpkg-buildpackage
build.  Does anyone have any hints?

Here is the error I get when using pdebuild:

dh_builddeb -pbrltty-udeb --filename=brltty-udeb_3.1-1_i386.udeb
dpkg --build debian/brltty-udeb ../brltty-udeb_3.1-1_i386.udeb
dpkg-deb: building package `brltty-udeb' in `../brltty-udeb_3.1-1_i386.udeb'.
 dpkg-genchanges -mnobody@nowhere
dpkg-genchanges: warning: duplicate files list entry for package brltty-udeb (line 2)
dpkg-genchanges: warning: package brltty in control file but not in files list
dpkg-genchanges: warning: package brltty in control file but not in files list
dpkg-genchanges: warning: package brltty in control file but not in files list
dpkg-genchanges: warning: package brltty in control file but not in files list
dpkg-genchanges: including full source code in upload
dpkg-genchanges: failure: cannot open upload file ../brltty-udeb_3.1-1_i386.deb for 
reading: No such file or directory
pbuilder: Failed autobuilding of package

I'm hesitant to upload, because I suspect the same error
will happen with the autobuilders too...

-- 
CYa,
  Mario


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




[PATCH] Teach rootskel to call initscripts

2002-10-25 Thread Mario Lang
Hi.

As discussed some weeks ago on this list, some installer packages
may want to have some boot/initialize scripts run before
the actual installer action happens..

Since editing etc/init.d/rcS for every such thing is not
really nice, I've inserted a simple for loop there.

Scripts should be put in /etc/init.d/SnnNAME.

If no one objects, could someone please install this change?

Index: rootskel/src/etc/init.d/rcS
===
RCS file: /cvs/debian-boot/debian-installer/rootskel/src/etc/init.d/rcS,v
retrieving revision 1.8
diff -u -r1.8 rcS
--- rootskel/src/etc/init.d/rcS 26 Mar 2001 04:39:39 -  1.8
+++ rootskel/src/etc/init.d/rcS 25 Oct 2002 11:16:07 -
@@ -9,3 +9,9 @@
 
 /sbin/syslogd -m 0
 echo syslogd.
+
+# Call pre-startup scripts
+for script in /etc/init.d/S[0-9][0-9]*
+do
+  [ -x $script ]  $script
+done

-- 
CYa,
  Mario


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




Small bugs in install.es.pdf

2002-10-25 Thread Jordi Minyana Estruch
Hi,
When I read install.es.pdf I found a couple of small bugs:

- page 71/paragraph 6.8 - In the first line of the page 71 the 
translator has forgotten remove an english text:
Se le preguntará si quiere preservar la You will be asked whether to 
preserve

- page 80/paragraph 8.4 - The paragraph starts with Lai instead of La.

		Jordi


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



Boletim Site Festivais do Brasil - Numero 1

2002-10-25 Thread Boletim Site Festivais do Brasil
Title: Boletim Site Festivais do Brasil
 Caso nao veja este boletim como uma pagina web,Acesse http://www.festivaisdobrasil.com.br/boletim/::: Veja no www.festivaisdobrasil.com.br  TRÊS ANOS DE VIDA O maior site brasileiro especializado em festivais de musica popular completa 03 anos.LUCILA NOVAES COM CLARIDADEEntrevista especial com Lucila Novaes que faz show todas as quintas feira do mês de outubro em São Paulo pelo lançamento do CD 'CLARIDADE'FEMP 2002Confira o resultado do FEMP 2002O HOMENAGEADO DESTE MÊS - PAULO CÉSAR PINHEIROO maior letrista da musica brasileira.SEÇÃO MEMÓRIAVida e obra de João Boamorte. FAMP0P 2002Cobertura completa de um dos maiores festivais do país. Super entrevista com Milton Nascimento, Lô Borges, Flávio Venturinni, Toninho Horta e tudo sobre o evento. FESTIVAIS COM INSCRIÇÕES ABERTAS!Saiba como se inscrever para os seguintes eventos: Festival de Corumbataí (SP), Festival de Cascavel (PR), Festival de Caruaru (PE), Festival Universitário - TVE Rio (RJ) CURSOS DE MÚSICAConheça nossos cursos de Música no Computador e Produção Musical e Multimídia. Aulas individuais e personalizadas. Consulte-nos! FESTIVAIS DO BRASIL NA TVNão deixe de assistir na TV Comunitária de São Paulo (NET/TVA) o 'Programa VideoMaker - Festivais do Brasil'. Todo sábado às 15h00.ENVIE agora este boletim para um amigo!Seu E-mailE-mail Amigo(a)Mensagem' TYPE='submit'> ANUNCIE no Site Festivais do Brasil!SAIBA como oferecer seus produtos e serviços para mais de 15 mil pessoas da área musical através deste boletim!BOLETIM SITE FESTIVAIS DO BRASIL - ANO 3 - NÚMERO 1Uma criação SA Multimídia ::: Apoio Interrogação FilmesNão deseja mais receber este boletim, clique aqui

Re: Read please!

2002-10-25 Thread Allen Smith
Interested in making some extra cash... or need some email marketing tools?  Try this 
program and 
your money's worth and more!! Little investment big return!!

If interested email or interested in not receiving any more email, reply at:

[EMAIL PROTECTED]


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




Problems building d-i

2002-10-25 Thread Hrishi Hrishi
I checked out of the debian-installer and used the
instructions on
http://wiki.debian.net/DebianInstallerBuild to create
a boot floppy.

When I tried to execute 
dpkg-buildpackage in some of the tools/ directories I
get the error message dpkg-buildpackage: unable to
determine source package

The modules that dpkg-buildpackage failed for are
listed at the end of this mail.
I suppose I dont require some of them.
Anyways I created the symlinks in build/localudebs
and tried a make demo from build/

The make also gave me an error (reproduced below)
---
Error from make:

Need to download : di-utils-shell rootskel anna
main-menu busybox-udeb dash-udeb kernel-image---udeb
choose-mirror net-retriever ethdetect dhcp-client-udeb
nic-modules---udeb nic-modules-shared---udeb
modutils-basic
Reading Package Lists...
Building Dependency Tree...
E: Couldn't find package kernel-image---udeb
make: *** [net-get_udebs-stamp] Error 100
--

What am I doing wrong ? Any help appreciated
Thanks
Hrishi

kdetect
aboot-installer
ddetect
disk-detect
lmod-detect-pci
niccfg
parted-tiny
prebaseconfig
s390
yaboot-installer

__
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/


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




debootstrap and X

2002-10-25 Thread Hrishi Hrishi
I did a debootstrap install of the current unstable
distrib in a directory called unstable-debian

I can now chroot to unstable-debian and try to compile
debian-installer.

Is there anyway I can pop up xterms from the chrooted
system ?

__
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/


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




Re: debootstrap and X

2002-10-25 Thread Junichi Uekawa
Hrishi Hrishi [EMAIL PROTECTED] immo vero scripsit:
 I can now chroot to unstable-debian and try to compile
 debian-installer.
 
 Is there anyway I can pop up xterms from the chrooted
 system ?

Yes, you can even ssh into your chroot as well,
if you start sshd.

I think you need:
ssh
xbase-clients

and some playing with /etc/passwd.


-- 
[EMAIL PROTECTED] : Junichi Uekawa   http://www.netfort.gr.jp/~dancer
GPG Fingerprint : 17D6 120E 4455 1832 9423  7447 3059 BF92 CD37 56F4
Libpkg-guide: http://www.netfort.gr.jp/~dancer/column/libpkg-guide/


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