LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware - ARM (https://www.linuxquestions.org/questions/slackware-arm-108/)
-   -   No such file or directory after following tutorial for Slackwarearm for RockPro64 (https://www.linuxquestions.org/questions/slackware-arm-108/no-such-file-or-directory-after-following-tutorial-for-slackwarearm-for-rockpro64-4175714348/)

MNtinkerer 07-07-2022 01:35 AM

No such file or directory after following tutorial for Slackwarearm for RockPro64
 
Greetings,

I am following this installation tutorial for Slackwarearm for my RockPro64 in order, but after entering the following commands, get an rsync error stating No such file or directory. Am I missing something or is the server down, or what? Thank you!

#####EDIT: It is worth noting that the PineBook Pro version of the below command works. Is there a difference in installers or can I substitute here?

Error code and entered commands:

rsync -PavL $SLKSRV/platform/aarch64/bootware/installer/slackwareaarch64-${SLKVER}/rk3399_generic.sdimg_latest.img.xz .
rsync -PavL $SLKSRV/platform/aarch64/bootware/installer/slackwareaarch64-${SLKVER}/rk3399_generic.sdimg_latest.img.xz.asc .
--------------------------------------------------------------
The features compression (-z) and checksums (-c) are disabled.

More information about this server is available via HTTPs:
https://ftp.halifax.rwth-aachen.de/
--------------------------------------------------------------

receiving incremental file list
rsync: [sender] change_dir "/platform/aarch64/bootware/installer/slackwareaarch64-current~" (in slackwarearm) failed: No such file or directory (2)

sent 8 bytes received 168 bytes 117.33 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1835) [Receiver=3.2.4]
--------------------------------------------------------------
The features compression (-z) and checksums (-c) are disabled.

More information about this server is available via HTTPs:
https://ftp.halifax.rwth-aachen.de/
--------------------------------------------------------------

receiving incremental file list
rsync: [sender] change_dir "/platform/aarch64/bootware/installer/slackwareaarch64-current~" (in slackwarearm) failed: No such file or directory (2)

sent 8 bytes received 168 bytes 117.33 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1835) [Receiver=3.2.4]

drmozes 07-08-2022 02:31 AM

You've not set SLKVER.

Code:

mozes@ssz:/tmp/mozes$ SLKVER=current
mozes@ssz:/tmp/mozes$ SLKSRV=ftp.arm.slackware.com::slackwarearm
mozes@ssz:/tmp/mozes$ rsync -PavL $SLKSRV/platform/aarch64/bootware/installer/slackwareaarch64-${SLKVER}/rk3399_generic.sdimg_latest.img.xz .
--------------------------------------------------------------
The features compression (-z) and checksums (-c) are disabled.

More information about this server is available via HTTPs:
https://ftp.halifax.rwth-aachen.de/
--------------------------------------------------------------

receiving incremental file list
rk3399_generic.sdimg_latest.img.xz
    135,593,984  38%  12.70MB/s    0:00:16


MNtinkerer 07-09-2022 06:35 PM

Thank you, don't know how I missed that.


All times are GMT -5. The time now is 07:49 AM.