diameter / rtorrent-rutorrent

Docker container with supervisor/rtorrent/nginx/ruTorrent 64/32 bit
155 stars 72 forks source link

cp: cannot stat './a/config.php': No such file or directory #67

Open silveringking opened 5 years ago

silveringking commented 5 years ago

While following the instructions for the docker file (git): https://hub.docker.com/r/diameter/rtorrent-rutorrent/dockerfile

The following error was given to me:


Processing triggers for ureadahead (0.100.0-20) ...
Processing triggers for ufw (0.35-5) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for systemd (237-3ubuntu10.13) ...
Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.36.11-2) ...
Cloning into 'rutorrent'...
remote: Enumerating objects: 35, done.
remote: Counting objects: 100% (35/35), done.
remote: Compressing objects: 100% (33/33), done.
remote: Total 24440 (delta 22), reused 6 (delta 2), pack-reused 24405
Receiving objects: 100% (24440/24440), 7.48 MiB | 6.12 MiB/s, done.
Resolving deltas: 100% (16131/16131), done.
cp: cannot stat './a/config.php': No such file or directory

Try: apt install <deb name>

Watch should I do in this case?

quesodipesto commented 4 years ago

Hi, if you check the original "script", in some parts they make cd to / --> cd /

If you start the script in other place that don't be /, you going to have this problem: cp: cannot stat './a/config.php': No such file or directory

You can do two thinks.

1) Search where are the folder named "a" and continue with the script. 2) Search where are the folder named "a", make a "rm -r a/" , go to / (cd /) and start again.

Sorry for my bad english :(