Ticket #138 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

'dsss net fetch' is broken when working dir is on a different partition than the destination.

Reported by: Anonymous Assigned to: Gregor
Priority: major Milestone:
Component: DSSS Version:
Keywords: Cc:

Description

When I use 'dsss net fetch <anything>' the working dir is /tmp/DSSS_<anything>. My /home dir is on another partition and fetch fails (without exception) with the following:

+ tar -cf - * | gzip -c > <anything>.tar.gz Error: /home/tomas/tmp/<anything>.tar.gz: Invalid cross-device link

The other commands seem to work fine.

Change History

10/12/07 16:07:29 changed by Gregor

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in revision 820. Closing.