aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Preserving times  (Read 3267 times)

lububog

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Preserving times
« on: January 05, 2004, 12:34:36 PM »

I tested amule and found it to be good for my purposes, but encountered a problem:

I run on a debian sarge and I want to have the download-directory and the temporary directory on a vfat pratition (since I have most space there), but if I have this set I get an error message every other second with the contents
Quote
Impossible to set permissions to the file '/dos/my/amule/tmp/001.part.met.BAK' (error 1: Operation not permitted)
. Is there any way to get rid of this very annoying error message?
Logged

Supersnail

  • Full Member
  • ***
  • Karma: 4
  • Offline Offline
  • Posts: 186
Re: Preserving times
« Reply #1 on: January 05, 2004, 02:18:08 PM »

What version of aMule have you got?

Because in version 1.2.3 I get this message:
Quote
Detected temp dir /mnt/windows/d on fat32 mount device /mnt/windows/d, disabling chmod for that files
Detected Incoming /mnt/windows/d/comp dir on fat32 mount device /mnt/windows/d, disabling chmod for that files


Which prevents your error message.
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Preserving times
« Reply #2 on: January 05, 2004, 02:25:44 PM »

True, implemented on 1.2.3 xD

With versions < 1.2.3, you have to set the quiet flag on your fstab for that mount point.
Logged

lububog

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: Preserving times
« Reply #3 on: January 05, 2004, 02:37:26 PM »

I use 1.2.1 and that is the latest in debian what I can see (nothing later in sid either), so I just have to wait until that is upated, until then I will simply have to stand it.
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Preserving times
« Reply #4 on: January 05, 2004, 11:04:42 PM »

add a quiet flag into your fstab file lububog, like:

[code:1]
/dev/hda8            /windows/G           vfat       users,gid=users,umask=0002,iocharset=iso8859-1,code=437,quiet 0 0
[/code:1]