* Bug reports
@ 2006-05-08 1:19 Tom McCabe
2006-05-08 4:15 ` Jody
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Tom McCabe @ 2006-05-08 1:19 UTC (permalink / raw)
To: linux-8086
Bug #1: When rootfs_template is tarred and untarred,
the files get covered in DOS ^M carriage return
characters, which causes the scripts MAKEDEV and
MAKESET to crash.
Bug #2: When the root disk is mounted and put
together, it's registered as full at 352 KB, even
though all the files added up only take up 300 KB.
Bug #3: elkscmd/ash/Makefile generates a hardlink of
/bin/ash at /bin/sh instead of a softlink, taking up
extra space.
Bug #4: bootblocks/makeboot.c doesn't include
<stdlib.h>.
Bug #5: version.h, which bootblocks/monitor.c
includes, isn't found there and has to be copied over
from somewhere else.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: Bug reports
2006-05-08 1:19 Bug reports Tom McCabe
@ 2006-05-08 4:15 ` Jody
2006-05-08 5:12 ` Gregg C Levine
2006-05-08 14:25 ` Alan Cox
2 siblings, 0 replies; 4+ messages in thread
From: Jody @ 2006-05-08 4:15 UTC (permalink / raw)
Cc: linux-8086
I'm not seeing "bootblocks" anywhere in elks, elkscmd, or elksnet.
Where is this coming from?
Tom McCabe wrote:
> Bug #1: When rootfs_template is tarred and untarred,
> the files get covered in DOS ^M carriage return
> characters, which causes the scripts MAKEDEV and
> MAKESET to crash.
>
> Bug #2: When the root disk is mounted and put
> together, it's registered as full at 352 KB, even
> though all the files added up only take up 300 KB.
>
> Bug #3: elkscmd/ash/Makefile generates a hardlink of
> /bin/ash at /bin/sh instead of a softlink, taking up
> extra space.
>
> Bug #4: bootblocks/makeboot.c doesn't include
> <stdlib.h>.
>
> Bug #5: version.h, which bootblocks/monitor.c
> includes, isn't found there and has to be copied over
> from somewhere else.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> -
> To unsubscribe from this list: send the line "unsubscribe linux-8086" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Bug reports
2006-05-08 1:19 Bug reports Tom McCabe
2006-05-08 4:15 ` Jody
@ 2006-05-08 5:12 ` Gregg C Levine
2006-05-08 14:25 ` Alan Cox
2 siblings, 0 replies; 4+ messages in thread
From: Gregg C Levine @ 2006-05-08 5:12 UTC (permalink / raw)
To: linux-8086
Hello!
For Bug #1 it is possible that it was corrupted that way by the very last
person to construct it. No not you Jody, it could be anyone. To remove those
^M characters you can use the dos2unix command to remove them.
As for the others, your guess is as good as mine. I confess that I haven't
been doing much with ELKS within the past few months.
But I am pleased that the list has revived from its long hibernation, and
deeply saddened by the passing of our original manager.
--
GCL obiwankenobithejediknight@worldnet.att.net
----- Original Message -----
From: "Tom McCabe" <rocketjet314@yahoo.com>
To: <linux-8086@vger.kernel.org>
Sent: Sunday, May 07, 2006 9:19 PM
Subject: Bug reports
> Bug #1: When rootfs_template is tarred and untarred,
> the files get covered in DOS ^M carriage return
> characters, which causes the scripts MAKEDEV and
> MAKESET to crash.
>
> Bug #2: When the root disk is mounted and put
> together, it's registered as full at 352 KB, even
> though all the files added up only take up 300 KB.
>
> Bug #3: elkscmd/ash/Makefile generates a hardlink of
> /bin/ash at /bin/sh instead of a softlink, taking up
> extra space.
>
> Bug #4: bootblocks/makeboot.c doesn't include
> <stdlib.h>.
>
> Bug #5: version.h, which bootblocks/monitor.c
> includes, isn't found there and has to be copied over
> from somewhere else.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> -
> To unsubscribe from this list: send the line "unsubscribe linux-8086" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Bug reports
2006-05-08 1:19 Bug reports Tom McCabe
2006-05-08 4:15 ` Jody
2006-05-08 5:12 ` Gregg C Levine
@ 2006-05-08 14:25 ` Alan Cox
2 siblings, 0 replies; 4+ messages in thread
From: Alan Cox @ 2006-05-08 14:25 UTC (permalink / raw)
To: Tom McCabe; +Cc: linux-8086
On Sul, 2006-05-07 at 18:19 -0700, Tom McCabe wrote:
> Bug #1: When rootfs_template is tarred and untarred,
> the files get covered in DOS ^M carriage return
> characters, which causes the scripts MAKEDEV and
> MAKESET to crash.
>
> Bug #2: When the root disk is mounted and put
> together, it's registered as full at 352 KB, even
> though all the files added up only take up 300 KB.
Probably not a bug - inode blocks and superblock etc all borrow some
plus you use it in 1K chunks of data and then blocks for indirection on
bigger files.
> Bug #3: elkscmd/ash/Makefile generates a hardlink of
> /bin/ash at /bin/sh instead of a softlink, taking up
> extra space.
Hard link is just a directory entry into the inode. Softlink takes a
data block...
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-05-08 14:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-08 1:19 Bug reports Tom McCabe
2006-05-08 4:15 ` Jody
2006-05-08 5:12 ` Gregg C Levine
2006-05-08 14:25 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox