Re: Is sid 05/25/03 iso image usable as a debian sid installer?

2003-05-28 Thread Attila Nagy
Eric Valette wrote:
Anyone tried it? Last time I downloaded a sid iso image, the installer 
was so broken that I did not manage to install something. Started a 
knoppix install to disk instead...
Install woody then upgrade to whatever you want to run (sarge/sid).

At least this is my latest information about the issue.

--
Attila Nagy   e-mail: [EMAIL PROTECTED]
Free Software Network (FSN.HU)   phone @work: +361 210 1415/127
ISOs: http://www.fsn.hu/?f=downloadcell.: +3630 306 6758
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Build failures on SID

2002-07-24 Thread Attila Nagy

Hello,

 On Tue, 16 Jul 2002 15:54:01 +0200 (CEST)
  But isn't packages in SID which will be merged into woody?
 No. Woody is -released-. If they were not already, they never will be.
I did not know anything about the release date on 16 July...
Did you?

BTW, the same applies to sarge.

[ Free Software ISOs - ftp://ftp.fsn.hu/pub/CDROM-Images/ ]---
Attila Nagy e-mail: [EMAIL PROTECTED]
Free Software Network (FSN.HU)phone @work: +361 210 1415 (194)
cell.: +3630 306 6758


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




Re: Build failures on SID

2002-07-16 Thread Attila Nagy

Hello,

 Why do you still build using sid packages? We switched to Woody a while
 ago.
Great, thanks. boot-floppies doesn't work with debootstrap,
python2.1-xml and fileutils from sid.

But isn't packages in SID which will be merged into woody?

BTW, it seems that I hit another problems:

I: extracting packages (EXTRACT_LIST) into extract area,
'/var/tmp/boot-floppies/extract-tmp-19000'
I: stripping executables in extract area
I: making devices in root area, '/var/tmp/boot-floppies/root-tmp-19000'
I: making prototype filesystem,
'/var/tmp/boot-floppies/prototype-tmp-19000'
I: modifying init script for LANGUAGE_CHOOSER
I: including font for bterm
I: including C@utf-8 locale
I: modifying init script, /etc/init.d/rcS
I: making lazybox links
I: moving prototype area to root staging area
I: moving extracted files (SMALL_BASE_LIST) from extract area to root area
tar: sbin/dhclient-2.2.x: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors
E: failed to extract sbin/dhclient-2.2.x into
/var/tmp/boot-floppies/root-tmp-19000 from
/var/tmp/boot-floppies/extract-tmp-19000
E: ./rootdisk.sh abort

after correcting that (changed dhclient-2.2.x to dhclient, which is
there) the next problem is:
make[2]: Entering directory `/usr/src/boot-floppies-sid/documentation'
mkdir -p -m 0755 /usr/src/boot-floppies-sid/release/doc/
install -m 644 -p install.en.txt install.html/install.en.html cfdisk.txt
fdisk.txt dselect-beginner.html/dselect-beginner.en.html
dselect-beginner.en.txt install.en.pdf index.en.html
officiallogo-nd-50.jpg openlogo-nd-50.jpg \
  dselect-beginner.html/ch-conclusion.en.html
dselect-beginner.html/ch-glossary.en.html
dselect-beginner.html/ch-intro.en.html
dselect-beginner.html/ch-main.en.html
dselect-beginner.html/dselect-beginner.en.html
install.html/ch-administrivia.en.html install.html/ch-appendix.en.html
install.html/ch-boot-floppy-techinfo.en.html
install.html/ch-hardware-req.en.html install.html/ch-init-config.en.html
install.html/ch-install-methods.en.html
install.html/ch-install-system.en.html
install.html/ch-partitioning.en.html install.html/ch-post-install.en.html
install.html/ch-preparing.en.html install.html/ch-rescue-boot.en.html
install.html/ch-welcome.en.html install.html/footnotes.en.html
install.html/install.en.html \
  /usr/src/boot-floppies-sid/release/doc/
install: will not overwrite just-created
`/usr/src/boot-floppies-sid/release/doc/dselect-beginner.en.html' with
`dselect-beginner.html/dselect-beginner.en.html'install: will not
overwrite just-created
`/usr/src/boot-floppies-sid/release/doc/install.en.html' with
`install.html/install.en.html'

fileutils (which has the install program) in woody doesn't complain about
this.

I think at least the last one is a bug in boot-floppies... For the others,
I don't know.

[ Free Software ISOs - ftp://ftp.fsn.hu/pub/CDROM-Images/ ]---
Attila Nagy e-mail: [EMAIL PROTECTED]
Free Software Network (FSN.HU)phone @work: +361 210 1415 (194)
cell.: +3630 306 6758




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




Re: Build failures on SID

2002-07-16 Thread Attila Nagy

Hello,

 Did you do make distclean? I think that would take care of that, and it
 would be a necessity after being in sid.
Of course I did. The problem seems to be with duplicates.
install, from an older fileutils (woody) did not complain, but the one in
sid does.

[ Free Software ISOs - ftp://ftp.fsn.hu/pub/CDROM-Images/ ]---
Attila Nagy e-mail: [EMAIL PROTECTED]
Free Software Network (FSN.HU)phone @work: +361 210 1415 (194)
cell.: +3630 306 6758


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




Build failures on SID

2002-07-15 Thread Attila Nagy

Hello,

Did anyone try to build boot-floppies on SID recently?
With a CVS version it fails.

The first error seems to be in ver2.py, which dies with the current (SID)
python package:
python2.1-xml (from .../python2.1-xml_0.7.1-1_i386.deb) ...

The error:
./ver2.py 1 i386 langs.xml
processing langs.xml, utf=1, arch=i386
No items for arch i386 found.  No file generated
make[4]: *** [langs.c] Error 2
make[4]: Leaving directory
`/usr/src/boot-floppies-sid/utilities/dbootstrap/langs'
make[3]: *** [langs/langs.o] Error 2

It is clearly an incompatibility bug, because with the woody python stuff:
python2.1-xml (from .../python2.1-xml_0.7-1_i386.deb) ...
just works.
Weird, because other parts of the boot-floppies scripts require SID
packages... (or at least they were required in the near past, that's why
I'm running SID)

I think this error can easily be fixed, if someone can speak Python.

Back to the build. After correcting the above error with installing
the Python interpreter from woody there is another error:
sudo ./kernel.sh /tmp/download 2.2.20 
I: downloading kernel-image-2.2.20
I: Retrieving file:///spool/debian/dists/sid/Release
I: Validating
/tmp/download/var/lib/apt/lists/debootstrap.invalid_dists_sid_Release
./kernel.sh: eval: line 3: syntax error near unexpected token `)'
./kernel.sh: eval: line 3: `  )'
./kernel.sh: eval: line 3: syntax error near unexpected token `)'
./kernel.sh: eval: line 3: `  )'
./kernel.sh: eval: line 3: syntax error near unexpected token `)'
./kernel.sh: eval: line 3: `  )'
E: Invalid Release file, no valid components
E: ./kernel.sh abort
make[1]: *** [linux.bin] Error 1

It seems that something has changed without testing here too.

Could somebody take a look onto these problems and fix them, please?

JFYI, the boot-floppies scripts could not compile since 30th May...
... at least on my up-to-date SID.

Thanks,
[ Free Software ISOs - ftp://ftp.fsn.hu/pub/CDROM-Images/ ]---
Attila Nagy e-mail: [EMAIL PROTECTED]
Free Software Network (FSN.HU)phone @work: +361 210 1415 (194)
cell.: +3630 306 6758


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




Re: Hungarian translation

2002-06-28 Thread Attila Nagy

Hello,

 Does anybody know who working on hungarian translation of installdocs?
 If not, I can do it. Please inform me.
AFAIK Risko Gergely [EMAIL PROTECTED] does this.

[ Free Software ISOs - ftp://ftp.fsn.hu/pub/CDROM-Images/ ]---
Attila Nagy e-mail: [EMAIL PROTECTED]
Free Software Network (FSN.HU)phone @work: +361 210 1415 (194)
cell.: +3630 306 6758


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




kernel-version in en/post-install.sgml

2001-12-19 Thread Attila Nagy

Hello,

debiandoc2text -d /usr/share/sgml/debiandoc/dtd/sgml/1.0/debiandoc.dcl -l
C  -O
install.sgml  install.en.txt
nsgmls:en/post-install.sgml:217:5:E: general entity kernel-version not
defined and no default entity
make[3]: *** [install.en.txt] Error 1

--
Attila Nagye-mail:  [EMAIL PROTECTED]
Budapest Polytechnic (BMF.HU)   @work: +361 210 1415 (194)
H-1084 Budapest, Tavaszmezo u. 15-17.   cell.: +3630 306 6758


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




Re: 3.0.18 status confirmation

2001-12-14 Thread Attila Nagy

Hello,

   unfiled  -- newt/slang damage, flashing dbootstrap screen on start
 We have a workaround for this now so I don't think it's a blocker for
 3.0.18. I'd rather leave well alone for the moment.
Yesterday I built b-f and still got the flashing screen. I will try it
with the changes, committed today.

BTW,
I: rescue image complete: -rw-r--r-- 1 root root 1474560 Dec 14 11:10
resc1440udma100-ext3.bin
I: making detached root disk root1440udma100-ext3.bin from
rootudma100-ext3.bin
1440+0 records in
1440+0 records out
1440+0 records in
1440+0 records out
E: rootudma100-ext3.bin is larger than root1440udma100-ext3.bin (1523152 
1474560)
E: ./rescue.sh abort
make[1]: *** [resc1440udma100-ext3.bin] Error 255
make[1]: *** Deleting file `resc1440udma100-ext3.bin'

Now what?

--
Attila Nagye-mail:  [EMAIL PROTECTED]
Budapest Polytechnic (BMF.HU)   @work: +361 210 1415 (194)
H-1084 Budapest, Tavaszmezo u. 15-17.   cell.: +3630 306 6758


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




Flashing screen

2001-12-12 Thread Attila Nagy

Hello,

I built the b-f (checked out this morning from CVS) and still get the
flashing screen effect. I've tried with and without USE_LANGUAGE_CHOOSER.
Any ideas?

make check didn't fail. There was make clean. This is on i386 and on an
up-to-date SID system (compiling).

Thanks,
--
Attila Nagye-mail:  [EMAIL PROTECTED]
Budapest Polytechnic (BMF.HU)   @work: +361 210 1415 (194)
H-1084 Budapest, Tavaszmezo u. 15-17.   cell.: +3630 306 6758


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




b-f mess... ah, you know :)

2001-12-11 Thread Attila Nagy

Hello,

saspconvert: ca/rescue-boot.sgml:881 (input line 3728): identifier
`boto-parms'is undefined
  ^^^

What do you think? Should I make a script which compiles b-f in an endless
loop and sends an e-mail every time it doesn't compile? I have a machine,
dedicated to this ;-)

--
Attila Nagye-mail:  [EMAIL PROTECTED]
Budapest Polytechnic (BMF.HU)   @work: +361 210 1415 (194)
H-1084 Budapest, Tavaszmezo u. 15-17.   cell.: +3630 306 6758


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




Another build problem

2001-12-11 Thread Attila Nagy

Hello,

make clean  make release as usual:
debiandoc2text -d /usr/share/sgml/debiandoc/dtd/sgml/1.0/debiandoc.dcl -l
ca  -O install.ca.sgml  install.ca.txt
Warning: locale ca not supported, using default en_US.ISO8859-1
debiandoc2html -d /usr/share/sgml/debiandoc/dtd/sgml/1.0/debiandoc.dcl -l
ca -c -t install install.ca.sgml
Warning: locale ca not supported, using default en_US.ISO8859-1
Cannot create file install.ca.html/ch-Benvingut/da.en-us.html.
 at /usr/share/perl5/DebianDoc_SGML/Format/HTML.pm line 243
make[3]: *** [install.ca.html/install.ca.html] Error 255
make[3]: Leaving directory `/usr/src/boot-floppies-sid/documentation'

In /etc/locale.gen I have:
ca_ES ISO-8859-1

What else should I have?
--
Attila Nagye-mail:  [EMAIL PROTECTED]
Budapest Polytechnic (BMF.HU)   @work: +361 210 1415 (194)
H-1084 Budapest, Tavaszmezo u. 15-17.   cell.: +3630 306 6758


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




b-f build failure

2001-12-10 Thread Attila Nagy

Hello,

echo !entity % official-web-build \IGNORE\  dynamic_ca_i386.ent
echo !entity path-to-top-level \../../\  dynamic_ca_i386.ent
rm -f dynamic.ent
ln -s dynamic_ca_i386.ent dynamic.ent
debiandoc2text -d /usr/share/sgml/debiandoc/dtd/sgml/1.0/debiandoc.dcl -l
ca  -O install.ca.sgml  install.ca.txt
nsgmls:messages.ent:33:10:E: non SGML character number 135
nsgmls:messages.ent:33:75:E: non SGML character number 130
make[3]: *** [install.ca.txt] Error 1
make[3]: Leaving directory `/usr/src/boot-floppies-sid/documentation'
make[2]: *** [uni-docs] Error 2
make[2]: Leaving directory `/usr/src/boot-floppies-sid/documentation'


This is the most recent snapshot from CVS.

--
Attila Nagye-mail:  [EMAIL PROTECTED]
Budapest Polytechnic (BMF.HU)   @work: +361 210 1415 (194)
H-1084 Budapest, Tavaszmezo u. 15-17.   cell.: +3630 306 6758


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




Re: Flavors booted by i386 CDs?

2001-12-10 Thread Attila Nagy

Hello,

 CD1 vanilla
 CD2 compact
 CD3 idepci
 CD4 ide
 Can anyone give a current list?
 You'd have to talk to the debian-cd folks about that.
Or use CVSWEB:

tools/boot/woody/boot-i386
[...]
KTYPE[1]=
KTYPE[2]=compact
KTYPE[3]=idepci
KTYPE[4]=udma100-ext3
KTYPE[5]=reiserfs
[...]

--
Attila Nagye-mail:  [EMAIL PROTECTED]
Budapest Polytechnic (BMF.HU)   @work: +361 210 1415 (194)
H-1084 Budapest, Tavaszmezo u. 15-17.   cell.: +3630 306 6758


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




b-f messed up again

2001-12-10 Thread Attila Nagy

Hello,

make clean  make release from the current CVS snapshot:
[...]
debiandoc2text -d /usr/share/sgml/debiandoc/dtd/sgml/1.0/debiandoc.dcl -l
C  -O
install.sgml  install.en.txt
nsgmls:en/inst-methods.sgml:116:8:E: document type does not allow element
TAG
here; assuming missing TAGLIST start-tag
nsgmls:en/inst-methods.sgml:242:25:E: document type does not allow element
SECT1 here
nsgmls:en/inst-methods.sgml:427:28:E: document type does not allow element
SECT here
nsgmls:en/inst-methods.sgml:673:31:E: document type does not allow element
SECT here
nsgmls:en/inst-methods.sgml:1079:14:E: document type does not allow
element SECT here
nsgmls:en/rescue-boot.sgml:5:23:E: document type does not allow element
CHAPT here
nsgmls:en/partitioning.sgml:4:24:E: document type does not allow element
CHAPT here
nsgmls:en/kernel.sgml:4:26:E: document type does not allow element CHAPT
here
nsgmls:en/boot-new.sgml:4:23:E: document type does not allow element
CHAPT here
nsgmls:en/post-install.sgml:4:24:E: document type does not allow element
CHAPT here
nsgmls:en/tech-info.sgml:5:32:E: document type does not allow element
CHAPT here
nsgmls:en/appendix.sgml:4:20:E: document type does not allow element
CHAPT here
nsgmls:en/administrivia.sgml:4:25:E: document type does not allow element
CHAPT here
nsgmls:install.sgml:148:8:E: end tag for TAGLIST omitted, but its
declaration
does not permit this
nsgmls:en/inst-methods.sgml:116:4: start tag was here
make[3]: *** [install.en.txt] Error 1
make[3]: Leaving directory `/usr/src/boot-floppies-sid/documentation'
make[2]: *** [uni-docs] Error 2
make[2]: Leaving directory `/usr/src/boot-floppies-sid/documentation'
make[1]: *** [all-lang-docs] Error 2
make[1]: Leaving directory `/usr/src/boot-floppies-sid'
make: *** [documentation/doc.stamp] Error 2

--
Attila Nagye-mail:  [EMAIL PROTECTED]
Budapest Polytechnic (BMF.HU)   @work: +361 210 1415 (194)
H-1084 Budapest, Tavaszmezo u. 15-17.   cell.: +3630 306 6758


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




Re: fr.po is bad

2001-12-07 Thread Attila Nagy

Hello,

 I try to, but do not always remember. It would be possible to setup a
 commitinfo script that checks the validity of po files before they are
 committed to the CVS, which would reject them if they are
 syntactically incorrect.
That would be a hard process, because not only the .po files can be bad,
but often the whole thing gets broken. I think it would be nice if
somebody could take the extra time to compile the boot-floppies stuff
every day and test them out. (at least a minimal enter-enter-enter
installation :)

(I'm currently compiling b-f, so I will have results very soon. I hope
that the blue flashy screen effect have been already corrected)

--
Attila Nagye-mail:  [EMAIL PROTECTED]
Budapest Polytechnic (BMF.HU)   @work: +361 210 1415 (194)
H-1084 Budapest, Tavaszmezo u. 15-17.   cell.: +3630 306 6758


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




Endless loop

2001-11-30 Thread Attila Nagy

Hello,

I've built a new set of boot floppies yesterday and got an endless loop
after the blue screen has arrived. This is when I set USE_LANGUAGE_CHOOSER
:=false in config. I can't do nothing. I can switch to the second console,
but it immediately gives me that nice empty blue screen :)

When I enable the LANGUAGE_CHOOSER it goes to the following lines of
utilities/dbootstrap/main.c:

[...]
problemBoxEn (An error occured while loading application messages.,
Problem);

reboot (RB_AUTOBOOT);
[...]

And of course this isn't an effective method of installing Debian from
the floppies.

This is what I did:
$ cvs checkout boot-floppies
$ make release
install it into a directory.
make a CD with it.
boot, and got the above...

What am I doing wrong (again:) ?

Thanks,
--
Attila Nagye-mail:  [EMAIL PROTECTED]
Budapest Polytechnic (BMF.HU)   @work: +361 210 1415 (194)
H-1084 Budapest, Tavaszmezo u. 15-17.   cell.: +3630 306 6758


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




Re: unifont.bdf

2001-11-22 Thread Attila Nagy

Hello,

  make[3]: *** No rule to make target `/usr/src/unifont.bdf', needed by
  `unifont-reduced.bdf'.  Stop.
 Did you run make check?
$ make check
[...]
dpkg-checkbuilddeps
checking i18n dependancies
checking stuff in /spool/debian/tools
check successful
$ make release
[...]
make -C bogl KVER=2.2.19 KERNEL_VERSION_CODE=144179
make[3]: Entering directory `/usr/src/boot-floppies/utilities/bogl'
make[3]: *** No rule to make target `/usr/src/unifont.bdf', needed by
`unifont-reduced.bdf'.  Stop.
make[3]: Leaving directory `/usr/src/boot-floppies/utilities/bogl'

To be sure I've deleted the whole boot-floppies directory and checked out
again, but the problem still exists.

BTW, if I use a version which is 2 days old it works (it does not run the
utilities/bogl stuff however)...

--
Attila Nagye-mail:  [EMAIL PROTECTED]
Budapest Polytechnic (BMF.HU)   @work: +361 210 1415 (194)
H-1084 Budapest, Tavaszmezo u. 15-17.   cell.: +3630 306 6758


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




Re: unifont.bdf

2001-11-22 Thread Attila Nagy

Hello,

 Strange.
Nope, it is not strange. I am simply stupid. When I first installed the
needed dependencies I had a different /usr/src mounted on, so the files
from that has been disappeared and I didn't check that.

Sorry...
--
Attila Nagye-mail:  [EMAIL PROTECTED]
Budapest Polytechnic (BMF.HU)   @work: +361 210 1415 (194)
H-1084 Budapest, Tavaszmezo u. 15-17.   cell.: +3630 306 6758


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




unifont.bdf

2001-11-21 Thread Attila Nagy

Hello,

make release with a freshly checked out boot-floppies:
make[3]: Leaving directory `/usr/src/boot-floppies/utilities/writemaps'
make -C bogl KVER=2.2.19 KERNEL_VERSION_CODE=144179
make[3]: Entering directory `/usr/src/boot-floppies/utilities/bogl'
make[3]: *** No rule to make target `/usr/src/unifont.bdf', needed by
`unifont-reduced.bdf'.  Stop.
make[3]: Leaving directory `/usr/src/boot-floppies/utilities/bogl'

This is on an up-to-date Debian SID. The problem is around one or two days
old.

Is it me, or the script?
--
Attila Nagye-mail:  [EMAIL PROTECTED]
Budapest Polytechnic (BMF.HU)   @work: +361 210 1415 (194)
H-1084 Budapest, Tavaszmezo u. 15-17.   cell.: +3630 306 6758


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




Re: base*.tgz is gone, and why it's gone

2001-06-30 Thread Attila Nagy

Hello,

 adduser is the first package debootstrap tries to fetch, so if things
 are borked from the start you always get a message `cannot download
 adduser' which can be a bit misleading in some circumstances.
I forgot to run debootstrap manually, so next week I will try to do this,
maybe it will be more informative than the installer.

 debootstrap uses the Packages file to locate packages, is the Packages
 file present? is it also properly refernced in the Release file?
 debootstrap uses the Release file to find the Packages file.
I can use the CDs with apt-cdrom, so I think everything is OK with these
files.

 its also possible that dbootstrap is broken, choose_medium.c is a
 giant rat hole...  but from your log message the debootstrap
 invocation looks correct (CDs don't have the /debian directory do
 they?)
No, there is no /debian.

See
ftp://ftp.fsn.hu/pub/CDROM-Images/debian-unofficial/woody/woody-i386-1.raw.list
for the layout.

 most (all?) of us i think have been testing with network and hard
 disk/nfs installs rather then CDs...
Currently my images seem to be OK, because I built them with the potato
bfs, but that's not a good perspective.

--
Attila Nagye-mail:  [EMAIL PROTECTED]
Budapest Polytechnic (BMF.HU)   @work: +361 210 1415 (194)
H-1084 Budapest, Tavaszmezo u. 15-17.   cell.: +3630 306 6758


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




Re: base*.tgz is gone, and why it's gone

2001-06-30 Thread Attila Nagy

Hello,

  . Does it? What's the layout exactly?
 It should be so, Attila will confirm or infirm.
The filelist is in my previous message, although it is a fairly old CD set
(I will generate a new one next week, when I will have much more time).

 However Attila told me that he removed the woody-secured tree ...
 (probably because it confuses apt-cdrom ...)
Yes, but I don't think this should affect the installation method in any
ways.

--
Attila Nagye-mail:  [EMAIL PROTECTED]
Budapest Polytechnic (BMF.HU)   @work: +361 210 1415 (194)
H-1084 Budapest, Tavaszmezo u. 15-17.   cell.: +3630 306 6758


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




Re: base*.tgz is gone, and why it's gone

2001-06-28 Thread Attila Nagy

Hello,

 adduser is on the first CD, can someone confirm ?
Yes, in pool/a/adduser.

 And I guess that adduser is the first base package that debootstrap
 tries to get, so it may not be related to debian-cd ... maybe
 something totally different like nothing mounted on /instmnt ...
Nope. The CD is mounted on /instmnt, I can find the adduser package with
find...

 Check with debian-boot and aj, explain what you did, eventually what
 you skipped in the process. The problem is not with debian-cd I guess.
OK, but I don't know what counts, so questions please ;)

 Other people had success, you must do something different from the
 others that'd explain it. Do you try to get the base from the CD or
 from the network ?
I did a linear install, always choosing the CD method. It is -of course-
possible, that I messed up something...

--
Attila Nagye-mail:  [EMAIL PROTECTED]
Budapest Polytechnic (BMF.HU)   @work: +361 210 1415 (194)
H-1084 Budapest, Tavaszmezo u. 15-17.   cell.: +3630 306 6758


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




missing url

2001-04-27 Thread Attila Nagy

Hello,

In fr/welcome.sgml at line 90 there is a missing url.

ou sur la fagon de se procurer les CDs officiels de Debian, voyez la url
id=url-debian-distrib; name=page web de distribution.  La
id=url-debian-mirrors; name=liste des miroirs Debian
 ^

--
Attila Nagye-mail:  [EMAIL PROTECTED]
Budapest Polytechnic (BMF.HU)   @work: +361 210 1415 (194)
H-1084 Budapest, Tavaszmezo u. 15-17.   cell.: +3630 306 6758


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




Where is the base tarball?

2001-04-27 Thread Attila Nagy

Hello,

I tried to build a Debian woody boot floppy set with the latest code from
CVS and I have a problem.

The is no base*.bin and the base tarball is also missing at the end of the
process. This is the case with the set on the debian mirrors too, so I
wonder what the problem is.

The Debian woody can be installed only from network? :)

Please somebody enlighten me about this, because I want to produce a
bootable *and* installable woody CD set, but without base tarball it is
very hard to do...

ps: please cc me your message on reply, because I am not on the list.

Thanks.

Oh, and there are also some problems with boot-floppies and sid
cooperation. It seems that debiandoc-sgml has some changed syntaxes which
the code can't handle.

--
Attila Nagye-mail:  [EMAIL PROTECTED]
Budapest Polytechnic (BMF.HU)   @work: +361 210 1415 (194)
H-1084 Budapest, Tavaszmezo u. 15-17.   cell.: +3630 306 6758


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




Re: Where is the base tarball?

2001-04-27 Thread Attila Nagy

Hello,

 You can visit http://lists.debian.org/debian-boot-0104/msg00846.html
 to read a message I sent to the list after testing the installation of
 a cd-set with cvs version of boot-floppies.
Great.

BTW, I still don't understand why the woody/main/disks-i386 directory
contains a boot floppy which is unusable.

 What we are doing at our site (ceu.fi.udc.es  gpul.org) is build two
 cd sets, one with the broken floppies and other one with potato
 floppies, so that they can install and then upgrade, like they had
 been doing before, of course we only burn the woody-bootingpotato
 version of the cds to the people, the others... well, some time in the
 future.
What is the ETA for releasing woody? :)

--
Attila Nagye-mail:  [EMAIL PROTECTED]
Budapest Polytechnic (BMF.HU)   @work: +361 210 1415 (194)
H-1084 Budapest, Tavaszmezo u. 15-17.   cell.: +3630 306 6758


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