mldonkey-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-bugs] [bugs #8833] a chmod may fail and make mldonkey fail to


From: spiralvoice
Subject: [Mldonkey-bugs] [bugs #8833] a chmod may fail and make mldonkey fail to start
Date: Fri, 07 May 2004 17:00:24 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.6) Gecko/20040413 Debian/1.6-5

This mail is an automated notification from the bugs tracker
 of the project: mldonkey, a multi-networks file-sharing client.

/**************************************************************************/
[bugs #8833] Latest Modifications:

Changes by: 
                spiralvoice <address@hidden>
'Date: 
                Fri 05/07/04 at 20:52 (Europe/Berlin)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
I converted your code into patch 3033 which should be applied in next CVS 
version.






/**************************************************************************/
[bugs #8833] Full Item Snapshot:

URL: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=8833>
Project: mldonkey, a multi-networks file-sharing client
Submitted by: Rémi Vanicat
On: Fri 05/07/04 at 13:06

Category:  Core
Severity:  5 - Average
Item Group:  Program malfunction
Resolution:  Fixed
Assigned to:  None
Status:  Closed
Release:  2-5-21
Release:  
Platform Version:  Linux
Binaries Origin:  Debian package
CPU type:  x86_64


Summary:  a chmod may fail and make mldonkey fail to start

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).


Follow-up Comments
------------------


-------------------------------------------------------
Date: Fri 05/07/04 at 20:52         By: spiralvoice
I converted your code into patch 3033 which should be applied in next CVS 
version.












For detailed info, follow this link:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=8833>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]