bugmldonkey, a multi-networks file-sharing client - Bugs: bug #8833, a chmod may fail and make mldonkey...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #8833: a chmod may fail and make mldonkey fail to start

Submitter:  Rémi Vanicat <vanicat>
Submitted:  Fri 07 May 2004 01:06:12 PM UTC
   
 
Category:  Core Severity:  3 - Normal
Item Group:  Program malfunction Status:  Fixed
Assigned to:  None Open/Closed:  Closed
Release:  2-5-21 Release: 
Operating System:  Linux Binaries Origin:  Debian package
CPU type:  x86_64

Fri 07 May 2004 08:52:59 PM UTC, comment #1: 

I converted your code into patch 3033 which should be applied in next CVS version.

spiralvoice <spiralvoice>
Group administrator
Fri 07 May 2004 01:06:12 PM UTC, original submission:  

In driverMain, there is a chmod (of mldonkey_submit) that may failed (on my computer, this is on a fat32 fs, where nobody can change the mode of a file).
If y transform the  
Unix.chmod  (Filename.concat file_basedir "mldonkey_submit") 0o755

into

try
    Unix.chmod  (Filename.concat file_basedir   
                        "mldonkey_submit") 0o755
with
    e -> ()

there is no more problem on my computer (otherwise, mldonkey fail when starting).

Rémi Vanicat <vanicat>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-05-07 spiralvoice StatusNone Fixed
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code