Jump to content

Error ?? and 25053


Recommended Posts

I still receive this error in 25053

I googled and I workaround it.

That's my utorrent conf file:


bind_ip 192.168.1.100
ut_webui_port: 9595
bind_port: 9696
preferred_interface: eth0
dir_active: /share/MD0_DATA/Qdownload/utorrent/Downloads/
dir_autoload: /share/MD0_DATA/Qdownload/utorrent/Watch/
dir_completed: /share/MD0_DATA/Qdownload/utorrent/Complete/
dir_torrent_files: /share/MD0_DATA/Qdownload/utorrent/Link/

That's my fstab:


# /etc/fstab: static file system information.
#
# <file system> <mount pt> <type> <options> <dump> <pass>
/dev/ram / ext2 defaults 1 1
proc /proc proc defaults 0 0
none /dev/pts devpts gid=5,mode=620 0 0

That's my mtab:


/proc /proc proc rw 0 0
none /dev/pts devpts rw,gid=5,mode=620 0 0
sysfs /sys sysfs rw 0 0
tmpfs /tmp tmpfs rw,size=32M 0 0
none /proc/bus/usb usbfs rw 0 0
/dev/sda4 /mnt/ext ext3 rw 0 0
/dev/md9 /mnt/HDA_ROOT ext3 rw 0 0
/dev/md0 /share/MD0_DATA ext3 rw,usrjquota=aquota.user,jqfmt=vfsv0,user_xattr,data=ordered 0 0
nfsd /proc/fs/nfsd nfsd rw 0 0

I put one line (the one who point to my raid 5 data volume , in which are stored the torrents) from my mtab inside my fstab and now the error is disappeared.

The resulting fstab is:


# /etc/fstab: static file system information.
#
# <file system> <mount pt> <type> <options> <dump> <pass>
/dev/ram / ext2 defaults 1 1
proc /proc proc defaults 0 0
none /dev/pts devpts gid=5,mode=620 0 0
/dev/md0 /share/MD0_DATA ext3 rw,usrjquota=aquota.user,jqfmt=vfsv0,user_xattr,data=ordered 0 0

But on my NAS the fstab is regenerated on every restart.

So I need to apply the workaround on every restart or the torrents do not start and give me the error.

That's the result of my df command:


[~] # df
Filesystem Size Used Available Use% Mounted on
/dev/ram 124.0M 109.2M 14.7M 88% /
tmpfs 32.0M 128.0k 31.9M 0% /tmp
/dev/sda4 310.0M 131.9M 178.1M 43% /mnt/ext
/dev/md9 509.5M 70.1M 439.4M 14% /mnt/HDA_ROOT
/dev/md0 5.4T 5.0T 375.2G 93% /share/MD0_DATA

That's the result of my mount command:


[[~] # mount
/proc on /proc type proc (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
sysfs on /sys type sysfs (rw)
tmpfs on /tmp type tmpfs (rw,size=32M)
none on /proc/bus/usb type usbfs (rw)
/dev/sda4 on /mnt/ext type ext3 (rw)
/dev/md9 on /mnt/HDA_ROOT type ext3 (rw)
/dev/md0 on /share/MD0_DATA type ext3 (rw,usrjquota=aquota.user,jqfmt=vfsv0,user_xattr,data=ordered)
nfsd on /proc/fs/nfsd type nfsd (rw)

I ask you if it is possible in the next release of utorrent that it reads the content of mtab too (to check if the volumes are mounted) , and not only the content of fstab, so the problem will be fixed.

Thanks :)

Link to comment
Share on other sites

That's my fstab:


# /etc/fstab: static file system information.
#
# <file system> <mount pt> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0

That's my mtab:


/proc /proc proc rw 0 0
/dev/md0 /share/MD0_DATA ext3 rw,usrjquota=aquota.user,jqfmt=vfsv0,user_xattr,data=ordered 0 0

What does the output of df show?

I put the contents of my mtab inside my fstab and now the error is disappeared.

But on my NAS the fstab is regenerated on every restart.

I ask you if it is possible in the next release of utorrent that it read the content of mtab too so the problem will be fixed.

utorrent server does read /etc/mtab, but it is assuming either /etc/fstab is empty or has no non-comment lines (for at least one VM system that has a blank fstab), or contains the path to the mount point of interest (more typical case). There seem to be multiple ways in which /etc/mtab and /etc/fstab are handled depending on the installation.

Link to comment
Share on other sites

What does the output of df show?

df


[/] # df
Filesystem Size Used Available Use% Mounted on
/dev/ram 124.0M 109.2M 14.7M 88% /
tmpfs 32.0M 104.0k 31.9M 0% /tmp
/dev/sda4 310.0M 131.9M 178.1M 43% /mnt/ext
/dev/md9 509.5M 70.0M 439.4M 14% /mnt/HDA_ROOT
/dev/md0 5.4T 5.0T 378.2G 93% /share/MD0_DATA

edit: i have edited my first post with more complete information.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...