md5sum for FreeBSD

2001-01-10 Thread Rahmat M. Samik-Ibrahim

Hello:

I am going to mirror Debian GNU/Linux at http://sapi.vlsm.org
Unfortunately, it is a FreeBSD system.
May I know where to get md5sum for a FreeBSD system;
or its source code?

regards,

-- 
Rahmat M. Samik-Ibrahim - VLSM-TJT - http://rms46.vlsm.org
--- Aku ini si gembala sapi... oie... http://sapi.vlsm.org


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




Re: md5sum for FreeBSD

2001-01-10 Thread Wichert Akkerman

Previously Rahmat M. Samik-Ibrahim wrote:
> May I know where to get md5sum for a FreeBSD system;
> or its source code?

There is source for md5sum in the dpkg sourcetree.

Wichert.

-- 
   
 / Generally uninteresting signature - ignore at your convenience  \
| [EMAIL PROTECTED]  http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |


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




Re: md5sum for FreeBSD

2001-01-10 Thread Steve McIntyre

On Thu, Jan 11, 2001 at 12:52:02AM +0100, Wichert Akkerman wrote:
>Previously Rahmat M. Samik-Ibrahim wrote:
>> May I know where to get md5sum for a FreeBSD system;
>> or its source code?
>
>There is source for md5sum in the dpkg sourcetree.

Try md5 on a FreeBSD system.

-- 
Steve McIntyre, Cambridge, UK.   [EMAIL PROTECTED]
Use Debian GNU/Linux - upgrade your Windoze box today!  http://www.debian.org/
"Can't keep my eyes from the circling sky, +--
"Tongue-tied & twisted, Just an earth-bound misfit, I..."  |Finger for PGP key


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




Re: md5sum for FreeBSD

2001-01-10 Thread Rahmat M. Samik-Ibrahim

Steve McIntyre wrote:
 
>  Wichert Akkerman wrote:
>> There is source for md5sum in the dpkg sourcetree.
>  Try md5 on a FreeBSD system.

Thank you all for all replies! May I conclude (correct me
if I am wrong) that:

* md5sum is a gnu extended implementation of RSA's 
  md5 (RFC-1321).

* the sourcecode is available on my own local mirror
  http://sapi.vlsm.org/debian/dists/stable/main/source/base/
  which is currently dpkg_1.6.15.tar.gz

* my pseudo 4 * 650 Mbytes CD-ROM images are OK :-)
  http://sapi.vlsm.org/debian-cd/2.2_rev2/i386/

Script started on Thu Jan 11 07:25:43 2001
bash-2.04$ grep iso MD*
a9f59c47c8e9992e79238ce9d6f79fab  binary-i386-1.iso
d1d1192b816f554cfded7c4af999b6f1  binary-i386-1_NONUS.iso
d9994007002b985b70751bf85e262e10  binary-i386-2.iso
0e173b64cd5497e63ac33ef99f8cc727  binary-i386-3.iso
bash-2.04$ md5 *.iso
MD5 (binary-i386-1.iso) = a9f59c47c8e9992e79238ce9d6f79fab
MD5 (binary-i386-1_NONUS.iso) = d1d1192b816f554cfded7c4af999b6f1
MD5 (binary-i386-2.iso) = d9994007002b985b70751bf85e262e10
MD5 (binary-i386-3.iso) = 0e173b64cd5497e63ac33ef99f8cc727
bash-2.04$ exit
exit
Script done on Thu Jan 11 07:31:42 2001


thanks!

-- 
Rahmat M. Samik-Ibrahim - VLSM-TJT - http://rms46.vlsm.org
--- Aku ini si gembala sapi... oie... http://sapi.vlsm.org


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




Re: regarding potato images

2001-01-10 Thread Adam Di Carlo

Robert Guthrie <[EMAIL PROTECTED]> writes:

> Forgive my ignorance, but I just had to de-lurk to ask this probably silly 
> question:
> Can't you have multiple kernel images on the same cd, chosen via lilo (or 
> whatever boot loader is being used) just like when you have mulitple kernel 
> versions on you computer?

It is based on the El Torito boot standard -- I don't think this is
doable, partly in part due to boot-floppies itself.  But even so, you
couldn't fit 4 kernels and the root.bin on a 2.8MB disk iamge.

But I defer the debian-cd folks.  I don't know all that much about it.

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


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




Re: regarding potato images

2001-01-10 Thread Robert Guthrie

On Sunday 07 January 2001 14:29, Jim Westveer wrote:
> Disk #4 will now have the udma66 kernel loaded onto it.
> (debian-cd CVS has been updated)
>
> So for i386/potato/woody the boot kernels are:
>
> CD#1: default kernel from boot-disks(i386)
> CD#2: compact
> CD#3: idepc
> CD#4: udma66
> CD#n: default kernel from boot-disks(i386)
>
>
> Ciao,
Forgive my ignorance, but I just had to de-lurk to ask this probably silly 
question:
Can't you have multiple kernel images on the same cd, chosen via lilo (or 
whatever boot loader is being used) just like when you have mulitple kernel 
versions on you computer?

I like the simple approach of "if you have a udma66 hd controller, boot off 
of cd #4", but it seems you could have a whole slew of kernels to choose from 
on the last cd, which is likely to have plenty of space free for such things.


-- 
Did you know that if you play a Windows 2000 cd backwards, you 
will hear the voice of Satan?

That's nothing!  If you play it forward, it'll install Windows 2000.


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




Re: regarding potato images

2001-01-10 Thread Jim Westveer


On 11-Jan-2001 Adam Di Carlo wrote:
> Robert Guthrie <[EMAIL PROTECTED]> writes:
> 
>> Forgive my ignorance, but I just had to de-lurk to ask this probably silly 
>> question:
>> Can't you have multiple kernel images on the same cd, chosen via lilo (or 
>> whatever boot loader is being used) just like when you have mulitple kernel 
>> versions on you computer?
> 
> It is based on the El Torito boot standard -- I don't think this is
> doable, partly in part due to boot-floppies itself.  But even so, you
> couldn't fit 4 kernels and the root.bin on a 2.8MB disk iamge.
> 
> But I defer the debian-cd folks.  I don't know all that much about it.

El-Torito (ref: www.phoenix.com/products/specs-cdrom.pdf or others)
is really just a floppy boot image of either 1.44M or 2.88M.  
That is why the boot-disk images are EXACTLY 1.44M or 2.88M in
size, so they can just be copied to the boot1 area, and
used "as-is" to make a CD/ROM boot.

You may want to look at the debian-cd boot code from the
CVS sources ( in tools/boot/potato/boot-i386 ) and see
if you can hack it to support multiple images on the same CD.

Ciao,


-- 
Jim Westveer <[EMAIL PROTECTED]>

"Bother," said Pooh as he struggled with sendmail.cf.
"It never does quite what I want."
"I wish Christopher Robin were here.". 

E-Mail: [EMAIL PROTECTED]  [EMAIL PROTECTED]
work :  425-591-3002  Date: 10-Jan-2001
FAX:425-392-0141  Time: 22:02:16
pgp-key 0x36129171gpg-key 0x9823336C  



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