Re: New jigdo test on cdimage.d.o

2002-04-28 Thread Marc SCHAEFER

On Sat, 27 Apr 2002, Marc SCHAEFER wrote:

> NB: as far as I saw, the templates are downloaded uncompressed. Is that
> normal ? (it's good for rsync, though).

(replying to myself)

no:
   schaefer@search:/data/home/schaefer/BINARIES/JIGDO/jigdo-bin-0.6.5$ ls -la 
woody-i386-1_NONUS.template; gzip -9 < woody-i386-1_NONUS.template | wc -c
   -rw-r--r--1 schaefer schaefer  4594383 Apr 27 16:39 woody-i386-1_NONUS.template
   4567163

only the .jigdo file is uncompressed, but it's small.


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




cvs commit to debian-cd/debian by hertzog

2002-04-28 Thread Debian Boot CVS Master

Repository: debian-cd/debian
who:hertzog
time:   Sun Apr 28 06:56:50 PDT 2002
Log Message:
  * Added Smart Boot Manager image.
  * Prepare 2.2.14 release.
  

Files:
changed:changelog


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




cvs commit to debian-cd/data/woody by hertzog

2002-04-28 Thread Debian Boot CVS Master

Repository: debian-cd/data/woody
who:hertzog
time:   Sun Apr 28 06:56:50 PDT 2002
Log Message:
  * Added Smart Boot Manager image.
  * Prepare 2.2.14 release.
  

Files:
added:  README.sbm sbm.bin.gz


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




cvs commit to debian-cd/tools/boot/woody by hertzog

2002-04-28 Thread Debian Boot CVS Master

Repository: debian-cd/tools/boot/woody
who:hertzog
time:   Sun Apr 28 06:56:50 PDT 2002
Log Message:
  * Added Smart Boot Manager image.
  * Prepare 2.2.14 release.
  

Files:
changed:boot-i386


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




cvs commit to debian-cd/debian by hertzog

2002-04-28 Thread Debian Boot CVS Master

Repository: debian-cd/debian
who:hertzog
time:   Sun Apr 28 07:07:19 PDT 2002
Log Message:
  * New changelog entry.
  

Files:
changed:changelog


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




Re: New jigdo test on cdimage.d.o

2002-04-28 Thread Richard Atterer

On Sun, Apr 28, 2002 at 10:11:48AM +0200, Marc SCHAEFER wrote:
> only the .jigdo file is uncompressed, but it's small.

Yes; by default, jigdo-file generates compressed template files and
uncompressed jigdo files. But it is possible to gzip the jigdo files
manually.

  Richard

-- 
  __   _
  |_) /|  Richard Atterer |  CS student at the Technische  |  GnuPG key:
  | \/¯|  http://atterer.net  |  Universität München, Germany  |  0x888354F7
  ¯ '` ¯


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




Re: New jigdo test on cdimage.d.o

2002-04-28 Thread Richard Atterer

On Sun, Apr 28, 2002 at 09:00:20AM +1000, jason andrade wrote:
> hmm. the jigdo files are relatively large - is it not possible to
> provide people with a list of sites they could pick the jigdo files
> up from ? or even use an environment variable and ask them to put it
> into that ?

Yes, people can always download the jigdo and template file manually. 
jigdo-lite does a "wget --continue ", so if the template
is already in the local dir, it won't be downloaded from cdimage
again.

Obviously, allowing relative URLs in the jigdo file would have been
nicer. But I'm a bit hesitant to change jigdo-lite now, immediately
before the release...

Cheers,

  Richard

-- 
  __   _
  |_) /|  Richard Atterer |  CS student at the Technische  |  GnuPG key:
  | \/¯|  http://atterer.net  |  Universität München, Germany  |  0x888354F7
  ¯ '` ¯


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




Re: bootable CDs for mipsel [was: Reading fibmap]

2002-04-28 Thread Florian Lohoff

On Sun, Apr 28, 2002 at 06:26:00PM +0200, Karsten Merker wrote:
> - bootfile: the file in the cdimage (e.g. /mnt/cdboot/tftpimage-r3k-kn02.raw)
> - cdimage: the cdimage file itself
> - kernel_entry: the value of the kernel_entry label, which is
>   for r3k-kn02: 0x80040464
>   for r4k-kn04: 0x8004046c

This can change from compile to compile - Better to extract the symbol 
from the binary - Should be possible for ecoffs and ELFs.

-
revamp:~# objdump -x /boot/vmlinux-2.4.16-r4k-ip22 

/boot/vmlinux-2.4.16-r4k-ip22: file format ecoff-bigmips
/boot/vmlinux-2.4.16-r4k-ip22
architecture: mips:3000, flags 0x0002:
EXEC_P
start address 0x8800246c

Sections:
Idx Name  Size  VMA   LMA   File off
Algn
  0 .text 001ef000  88002000  88002000  00d0 2**4
  CONTENTS, ALLOC, LOAD, CODE
  1 .data   881f1000  881f1000  001ef0d0 2**4
  CONTENTS, ALLOC, LOAD, DATA
  2 .bss  00017390  881f1000  881f1000  001ef0d0 2**4
  CONTENTS, ALLOC, NEVER_LOAD
-

Look at "start address"

For ELF 

-
revamp:~# objdump -x /boot/vmlinux-2.4.18 | head -30

/boot/vmlinux-2.4.18: file format elf32-tradbigmips
/boot/vmlinux-2.4.18
architecture: mips:6000, flags 0x0112:
EXEC_P, HAS_SYMS, D_PAGED
start address 0x88002430

Program Header:
0x7000 off0x001a6a60 vaddr 0x881a8a60 paddr 0x881a8a60 align
2**2
 filesz 0x0018 memsz 0x0018 flags r--
LOAD off0x1000 vaddr 0x88002000 paddr 0x88002000 align 2**12
 filesz 0x0018ef70 memsz 0x0018ef70 flags r-x
LOAD off0x0019 vaddr 0x88192000 paddr 0x88192000 align 2**12
 filesz 0x00031000 memsz 0x00057aa0 flags rwx
private flags = 10001001: [abi=O32] [mips2] [not 32bitmode]

Sections:
[...]
-

Same ...

Flo
-- 
Florian Lohoff  [EMAIL PROTECTED] +49-5201-669912
Nine nineth on september the 9th  Welcome to the new billenium



msg03534/pgp0.pgp
Description: PGP signature


[Autoreply] Re: Here to find out more!

2002-04-28 Thread tech-support

This message is an automatic reply confirming that your message to

   [EMAIL PROTECTED]

has been received. This automatic reply does *not* mean that your
message has been read yet.

Please note that we only provide formal technical support to users
of Pegasus Mail and/or Mercury who have licensed manual sets from
us and who have quoted their license number in the subject line of
their message.

If you have not licensed a manual set, or if you have not included
your license number in the subject line of your message, you may or
may not get a reply depending on our workload, although our teams of
support volunteers will do the best they can to help you if possible.

If you are unlicensed, you can also send any message to
   
   [EMAIL PROTECTED]

this will retrieve an automatic reply with information on public
support forums and mailing lists where you may be able to get help.

Licensed users will usually get a response from us within two business
days of receiving this autoreply.

Best regards,

Pegasus Mail Technical Support.


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




subscribe

2002-04-28 Thread Euan Mee

subscribe euan mee

Cheers,
 Euan
[EMAIL PROTECTED]

'I would live all my life in nonchalance and insouciance,
Were it not for making a living, which is rather a nouciance'
 - Ogden Nash


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