dhcp.
when trying to install the base system from network,
i always get 'Error: Malformed release file
http://http.us.debian.org:80/debian.dists/woody/Release'
(with standard settings of the InstallationServer:
Download URL = http://http.us.debian.org/debian,
changing that to local serv
Your message dated Wed, 03 Apr 2002 02:11:43 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#132838: fixed in boot-floppies 3.0.22
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
Processing commands for [EMAIL PROTECTED]:
> reassign 132838 boot-floppies
Bug#132838: Malformed Release File
Bug#136639: malformed release file, basedebs trouble
Bug reassigned from package `debootstrap' to `boot-floppies'.
> thanks
Stopping processing here.
Please contac
> could check specifically for dns name resolution and ping-ability and
> > > return that as an error instead of Malformed Release file?
> > It's possible -- but isn't this a debootstrap issue? Shouldn't it be
> > filed as a wishlist on that?
>
>
Hi,
maybe this topic has become old meanwhile, but I'd like to share my experiences
and thoughts on the "malformed release file" problem during woody-installation.
We installed woody on several coputers now, and each time we stumbled into this
problem. Conversely, a friend
nd ping-ability and
> > return that as an error instead of Malformed Release file?
> It's possible -- but isn't this a debootstrap issue? Shouldn't it be
> filed as a wishlist on that?
The bug's 138654 and is Cc'ed. The patch isn't suitable, it
p.us.debian.org without any problems.
> > >
> > > So in this case, it really was a server problem. Is there some way we
> > > could check specifically for dns name resolution and ping-ability and
> > > return that as an error instead of Malformed Release file?
>
there some way we
> > could check specifically for dns name resolution and ping-ability and
> > return that as an error instead of Malformed Release file?
>
> It's possible -- but isn't this a debootstrap issue? Shouldn't it be
> filed as a wishlist on that?
Ye
from http.us.debian.org without any problems.
So in this case, it really was a server problem. Is there some way we
could check specifically for dns name resolution and ping-ability and
return that as an error instead of Malformed Release file?
--
*--v- Installing Debian GNU/Linux 3.0
> > In trying to install the base system for woody via http, I
> > receive the following error:
> >
> > Malformed release file
> > http://http.us.deibna.org:80/debian/dists/woody/Release
>
> What version of the boot-floppies are you using? This was a symp
On Thu, 2002-02-14 at 15:50, Nancy Davis wrote:
> Hi,
>
> In trying to install the base system for woody via http, I
> receive the following error:
>
> Malformed release file
> http://http.us.deibna.org:80/debian/dists/woody/Release
What version of the boot-floppies are y
> > Malformed release file
> > http://http.us.deibna.org:80/debian/dists/woody/Release
>^^ try spelling debian correct...
>
> Roland
Sorry about the typo. Reading from one screen to another without
the benefit of cut 'n paste.
The hostname w
Nancy Davis wrote:
> Malformed release file
> http://http.us.deibna.org:80/debian/dists/woody/Release
^^ try spelling debian correct...
Roland
--
Roland Bauerschmidt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble
Hi,
In trying to install the base system for woody via http, I
receive the following error:
Malformed release file
http://http.us.deibna.org:80/debian/dists/woody/Release
Thanks for any assistance you can provide. Please cc me directly
as I am not on this mailing list (yet ;-)
Nancy Davis
In message <[EMAIL PROTECTED]>, Jorgen Schaefer wri
tes:
>When installing Debian over the net from woody boot floppies,
>I get the error "Malformed Release file" for any mirror I tried.
>A friend reports the same problem. It works when using potato
>boot floopies.
Package: boot-floppies
Version: N/A; reported 2001-12-26
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux Voyager 2.4.16-02 #1 Mon Dec 17 00:37:44 PST 2001 i586
Locale: LANG=C, LC_CTYPE=C
Jaqque told me that this bug was supposed to be fixed already. But it is not. I
Hi,
I've found this bug with the 3.0.18 boot-floppies but somebody at #debien.de
sayed that I should use debootstrap on the secound console and that worked.
I've the dbg_log.tar from the Installer attached to this mail.
JocheSprickerhof
dbg_log.tar
Description: Unix tar archive
Your message dated Sat, 22 Dec 2001 21:56:42 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#126188: boot-floppies: "Malformed Release file"
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If
Package: boot-floppies
Version: N/A; reported 2001-12-22
Severity: grave
Justification: renders package unusable
Hi there.
When installing Debian over the net from woody boot floppies,
I get the error "Malformed Release file" for any mirror I tried.
A friend reports the same problem.
st $md5 $siz; then
case "$typ" in
"gz") gunzip "$dest" ;;
@@ -279,8 +280,9 @@
esac
done
- if [ "$COMPONENTS" = "" ]; then
- error 1 "Malformed release file $m1/dists/$SUITE/Release"
+ if [ "$COMPONENTS&q
@@ -279,8 +279,9 @@
> esac
> done
>
>- if [ "$COMPONENTS" = "" ]; then
>-error 1 "Malformed release file $m1/dists/$SUITE/Release"
>+ if [ "$COMPONENTS" = "" ]; then
>+rm -f "$m1/dists/$SUITE/Release"
]; then
- error 1 "Malformed release file $m1/dists/$SUITE/Release"
+ if [ "$COMPONENTS" = "" ]; then
+ rm -f "$m1/dists/$SUITE/Release"
+error 1 "Malformed release file $m1/dists/$SUITE/Release (was deleted, try again)"
fi
progress 100 100
In message <[EMAIL PROTECTED]>, Adam Di Carlo writes:
>Can one of you guys followup with a patch (reworked I think) against
>dbootstrap bugs 119947. Also, is that bug the same as 121725?
I guess you mean 121724, but yes. And 116393 I think.
p.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
In Sat, 15 Dec 2001 21:24:49 -0700 Chris cum veritate scripsit :
> Please check this syntax, I don't know if it's right! (Maybe it needs
> quotes or something)
yes.
> - if [ "$COMPONENTS" = "" ]; then
> -error 1 "Malformed release file $
Here is a patch which, while not preventing the Malformed release file
error, at least cleans up the file so the next time the user runs, he
gets another chance.
Please check this syntax, I don't know if it's right! (Maybe it needs
quotes or something)
--- functions.orig Sat De
Processing commands for [EMAIL PROTECTED]:
> reassign 121724 debootstrap
Bug#121724: malformed release file still happening in 3.0.17
Bug reassigned from package `boot-floppies' to `debootstrap'.
> thanks
Stopping processing here.
Please contact me if you need assistance.
Deb
Package: boot-floppies
Version: 3.0.17
Severity: important
Sorry but it's still happening (cf. #114603)- the only way around was a
restart of the install from scratch (including mke2fs). Architecture is
i386 for a change, BTW. Most probably caused by giving a bogus archive
URL for network install
On Sat, 20 Oct 2001 18:32:21 +1000
"Glenn McGrath" <[EMAIL PROTECTED]> wrote:
> A friend is installing 2.0.15, trying to install woody gives an error
> Malformed release file in , tried ftp.au.debian.org and the
default
> mirror, gave the same error.
>
> Installi
A friend is installing 2.0.15, trying to install woody gives an error
Malformed release file in , tried ftp.au.debian.org and the default
mirror, gave the same error.
Installing unstable got past this error.
Glenn
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubs
29 matches
Mail list logo