| View previous topic :: View next topic |
| Author |
Message |
RammsteinTR neophyte
Joined: 27 Aug 2008 Posts: 2
|
Posted: Thu Aug 28, 2008 6:32 am Post subject: WARNING: Directory C:\mlDonkey is full, MLDonkey shuts down |
|
|
hi everyone, i've problem with mldonkey on win 2003. When i start the mlnet.exe program get this error:
| Code: |
2008/08/27 15:56:18 [cO] Starting MLDonkey 2.9.6 …
2008/08/27 15:56:18 [cO] Language TR, locale CP1254, ulimit for open files 1024
2008/08/27 15:56:18 [cO] MLDonkey is working in .
2008/08/27 15:56:18 [cO] creating new MLDonkey base directory in .
2008/08/27 15:56:18 [Gettext] Loading language resource mlnet_strings.TR_CP1254
2008/08/27 15:56:18 [cO] loaded language resource file
2008/08/27 15:56:18 [DNS] Resolving [depo] …
2008/08/27 15:56:18 [DNS] Resolving [www.mldonkey.org] …
2008/08/27 15:56:18 [dMain] Libmagic file-type recognition database present
2008/08/27 15:56:18 [cInt] WARNING: Directory C:\mlDonkey is full, MLDonkey shuts down
2008/08/27 15:56:18 WARNING: Directory C:\mlDonkey is full, MLDonkey shuts down
|
i searched the forum about this problem. all the solutions are about linux systems. how can i solve this problem? |
|
| Back to top |
|
 |
spiralvoice Sage
Joined: 06 Jan 2003 Posts: 3982 Location: Germany
|
|
| Back to top |
|
 |
RammsteinTR neophyte
Joined: 27 Aug 2008 Posts: 2
|
Posted: Thu Aug 28, 2008 8:08 am Post subject: |
|
|
| spiralvoice wrote: | | How much space is left on your c:\ drive? |
1,8 TB |
|
| Back to top |
|
 |
spiralvoice Sage
Joined: 06 Jan 2003 Posts: 3982 Location: Germany
|
Posted: Thu Aug 28, 2008 9:54 am Post subject: |
|
|
In downloads.ini change options hdd_coredir_stop_core and hdd_temp_stop_core
to false, restart MLDonkey and post the output of MLDonkey command "diskinfo".
I guess the free-space computation returns wrong values on your system.
Whether this is related to Win2003 or the high value of 1.8TB creating
an overflow somewhere remains to be seen. I can not debug both
stuff here due to lack of big hard drives and lack of Win2003.
If you are able to code C you could try to fix src/utils/lib/stubs_c.c from line 924.
The values returned to Ocaml are int64, but maybe the C values are too small:
| Code: | struct statfs {
long f_type; /* type of filesystem (see below) */
long f_bsize; /* optimal transfer block size */
long f_blocks; /* total data blocks in file system */
long f_bfree; /* free blocks in fs */
long f_bavail; /* free blocks avail to non-superuser */
long f_files; /* total file nodes in file system */
long f_ffree; /* free file nodes in fs */
long f_fsid; /* file system id */
long f_namelen; /* maximum length of filenames */
long f_spare[6]; /* spare for later */
}; |
I do not know... _________________ Link overview and precompiled cores here: http://mldonkey.sourceforge.net/DownloadLinks |
|
| Back to top |
|
 |
spiralvoice Sage
Joined: 06 Jan 2003 Posts: 3982 Location: Germany
|
|
| Back to top |
|
 |
spiralvoice Sage
Joined: 06 Jan 2003 Posts: 3982 Location: Germany
|
|
| Back to top |
|
 |
|