Jump to content

A lot of files not found during integrity check; url not working


jaedinmnw

Recommended Posts

Heres the output when I try to run the server:

server started - using locale en_US.UTF-8
Using locale en_US.UTF-8
File not found during integrity check: /opt/utorrent-server-v3_0/settings.dat
File not found during integrity check: /opt/utorrent-server-v3_0/settings.dat.new
File not found during integrity check: /opt/utorrent-server-v3_0/settings.dat.old
File not found during integrity check: /opt/utorrent-server-v3_0/settings.dat
File not found during integrity check: /opt/utorrent-server-v3_0/settings.dat.new
File not found during integrity check: /opt/utorrent-server-v3_0/settings.dat.old
total physical memory -1 max disk cache 33554432
File not found during integrity check: /opt/utorrent-server-v3_0/dht.dat
File not found during integrity check: /opt/utorrent-server-v3_0/dht.dat.new
File not found during integrity check: /opt/utorrent-server-v3_0/dht.dat.old
File not found during integrity check: /opt/utorrent-server-v3_0/rss.dat
File not found during integrity check: /opt/utorrent-server-v3_0/rss.dat.new
File not found during integrity check: /opt/utorrent-server-v3_0/rss.dat.old
TCP port bind failed 0.0.0.0:6881: (98) Address already in use
File not found during integrity check: /opt/utorrent-server-v3_0/resume.dat
File not found during integrity check: /opt/utorrent-server-v3_0/resume.dat.new
File not found during integrity check: /opt/utorrent-server-v3_0/resume.dat.old
IPv6 is installed

Also, when I run 192.168.1.1:8080/gui/, it doesn't load

What can I do to fix this? I've tried uninstalling and reinstalling various times.

Thanks

Link to comment
Share on other sites

TCP port bind failed 0.0.0.0:6881: (98) Address already in use

Change the listening port.

Check the permissions on the directory.

The missing files simply means that they have not been created yet or uTorrent cannot access the location to create or read them.

I already gave it permissions and I don't know how to change the listening port or what that is. Can you help?

Link to comment
Share on other sites

  • 1 month later...
I don't know how to change the listening port

To change the listening port from port 6881, set the configuration file parameter bind_port.

To change the listening port for the HTTP interface (default of 8080), set the configuration file parameter ut_webui_port.

Run

netstat -an

to find out what ports are in use (ones marked as LISTEN are ones run by servers), to help you choose an unused port. Stay with ports 1024 or greater unless you are running uTorrent Server as root, and even then I'd advise against running as root.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...