Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#131509 - 18/12/2002 17:06 rsync-2.5.5-vfdhack-1
pim
addict

Registered: 14/11/2000
Posts: 474
Loc: The Hague, the Netherlands
I've made a new compile available of rsync 2.5.5 for ARM.

Like the previous version, it features the --empeg-progress option. which displays visual progress meters on the empeg vfd display.

What's new in this version:
  • Fixed a checksum bug that would make rsync always perform unnecessary complete updates on files rather than incremental updates when files differ only slightly. Unfortunately, there's no real speedup, but now rsync does the Right Thing.
  • --empeg-progress now also displays full progress reports when sending files. The previous version would only show full progress reports on receiving files.
  • added a space between the transfer rate number and the transfer rate unit
  • libresolv.so is now packaged separately


Download here

Have fun,
Pim


Top
#131510 - 02/01/2003 14:55 Re: rsync-2.5.5-vfdhack-1 [Re: pim]
skibum
enthusiast

Registered: 27/03/2002
Posts: 248
Loc: Swindon, UK
Pim,

just a thought, but when the using the --empeg-progress option, can you get it do one of the following when its finished :-

1. clear the screen (boring)
2. display a finished message
3. display the stats that are on the terminal window on the empeg screen (my favourite option).

Btw, when I run it telnet'ed into the empeg, I run out of virtual memory (even though I used your script that activates swap). I'm assuming that the amount of swap space is has isn't much, and that the fact the player app is still running is consuming most of the memory?

Would you only advise running the rsync from hyperterminal and not via telnet?

Thanks
_________________________
Andy MK2a 60GB Amber 040103916 32mb/Light Kit MK2a 50GB Amber 030102560 32mb

Top
#131511 - 03/01/2003 07:43 Re: rsync-2.5.5-vfdhack-1 [Re: pim]
lopan
old hand

Registered: 28/01/2002
Posts: 970
Loc: Manassas VA
Pim, download link isn't working for me? Is this located any where else?
_________________________
Brett 60Gb MK2a with Led's

Top
#131512 - 03/01/2003 07:52 Re: rsync-2.5.5-vfdhack-1 [Re: lopan]
pim
addict

Registered: 14/11/2000
Posts: 474
Loc: The Hague, the Netherlands
I don't see anything wrong with it.

How far do you get?

Pim

Top
#131513 - 03/01/2003 07:58 Re: rsync-2.5.5-vfdhack-1 [Re: pim]
lopan
old hand

Registered: 28/01/2002
Posts: 970
Loc: Manassas VA
I just get a page unavailable error, I tried a tracert... can't find your host, might be on my end but I can hit everything else out there...
_________________________
Brett 60Gb MK2a with Led's

Top
#131514 - 03/01/2003 08:00 Re: rsync-2.5.5-vfdhack-1 [Re: lopan]
lopan
old hand

Registered: 28/01/2002
Posts: 970
Loc: Manassas VA
ah... tried http://macroscoop.nl/~pim/empeg/rsync/ (without www) and it worked fine... thanks
_________________________
Brett 60Gb MK2a with Led's

Top
#131515 - 03/01/2003 09:09 Re: rsync-2.5.5-vfdhack-1 [Re: lopan]
pim
addict

Registered: 14/11/2000
Posts: 474
Loc: The Hague, the Netherlands
ah... tried http://macroscoop.nl/~pim/empeg/rsync/ (without www) and it worked fine... thanks

Is anyone else seeing this? I'd like to know ...
These are alternative locations, all pointing to the same host:

http://mondriaan.macroscoop.nl/~pim/empeg/rsync/
http://mondriaan.ipv4.macroscoop.nl/~pim/empeg/rsync/
http://mondriaan.ipv6.macroscoop.nl/~pim/empeg/rsync/ (ipv6 only)
http://212.153.2.1/~pim/empeg/rsync/
http://195.193.201.73/~pim/empeg/rsync/

Pim

Top
#131516 - 03/01/2003 09:37 Re: rsync-2.5.5-vfdhack-1 [Re: pim]
image
old hand

Registered: 28/04/2002
Posts: 770
Loc: Los Angeles, CA
nope. www resolves fine for me

Top
#131517 - 03/01/2003 09:49 Re: rsync-2.5.5-vfdhack-1 [Re: skibum]
pim
addict

Registered: 14/11/2000
Posts: 474
Loc: The Hague, the Netherlands
Btw, when I run it telnet'ed into the empeg, I run out of virtual memory (even though I used your script that activates swap).

My example script contains the line swapon -a

This only works if you have properly set up /etc/fstab
to include your swap partitions. This is not done on the
player by default.

You should use swapon /swapfile instead.
I will fix this in the docs in the next release.

You can always check your swap status using cat /proc/meminfo

I use swapon -a because I have multiple swap partitions.

Pim

Top
#131518 - 03/01/2003 10:02 Re: rsync-2.5.5-vfdhack-1 [Re: pim]
tman
carpal tunnel

Registered: 24/12/2001
Posts: 5528
All the addresses work fine for me. I haven't tried the IPv6 one yet as I'm temporarily stuck with a dialup account at the moment.

- Trevor

Top
#131519 - 03/01/2003 10:07 Re: rsync-2.5.5-vfdhack-1 [Re: pim]
skibum
enthusiast

Registered: 27/03/2002
Posts: 248
Loc: Swindon, UK
just out of interest what partitions do you use for your swap device? the ones that preinit uses for programs0/1?
_________________________
Andy MK2a 60GB Amber 040103916 32mb/Light Kit MK2a 50GB Amber 030102560 32mb

Top
#131520 - 03/01/2003 10:22 Re: rsync-2.5.5-vfdhack-1 [Re: skibum]
pim
addict

Registered: 14/11/2000
Posts: 474
Loc: The Hague, the Netherlands
just out of interest what partitions do you use for your swap device?

I have repartitioned my second drive after initialization by the builder images.
I've only left hdc4 intact, all the rest has gone to one big swap partition.

If a future version of the player will ever need a regular partitioned drive,
I can always partition it back without destroying my music partition.

the ones that preinit uses for programs0/1?

I don't suppose preinit uses anything on the second drive. Does it?

Pim

Top
#131521 - 03/01/2003 10:29 Re: rsync-2.5.5-vfdhack-1 [Re: pim]
skibum
enthusiast

Registered: 27/03/2002
Posts: 248
Loc: Swindon, UK
well I'm not using either partition, so I'll probably configure both as swap.
_________________________
Andy MK2a 60GB Amber 040103916 32mb/Light Kit MK2a 50GB Amber 030102560 32mb

Top
#131522 - 03/01/2003 10:40 Re: rsync-2.5.5-vfdhack-1 [Re: pim]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Nope.
_________________________
Bitt Faulk

Top
#131523 - 03/01/2003 14:34 Re: rsync-2.5.5-vfdhack-1 [Re: pim]
lopan
old hand

Registered: 28/01/2002
Posts: 970
Loc: Manassas VA
Pim, about resolution... I think our DNS is acting a little funky, I'm discovering other issues... I don't think it's on your end.
_________________________
Brett 60Gb MK2a with Led's

Top