NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

build.sh install to a remote machine with sshfs



Hi,

I am trying to install CURRENT on a BeagleBone Black.

The new kernel is already in the BBB and it is booting.

What i am doing is this:
----
# netb1 is a NetBSD-10.0 amd64, it is a vm

p@netb1> doas mkdir /mnt/pulce5
p@netb1> doas sshfs root@172.16.3.135:/ /mnt/pulce5/
p@netb1> doas ./build.sh -O ../../arch/earmv7hf/ -U -m evbarm -a earmv7hf install=/mnt/pulce5

but i get a lot of error messages:
Creating flist.text
Creating set.text
Copying set base
pax: Cannot link file /mnt/pulce5/./bin/[ to itself
pax: Cannot link file /mnt/pulce5/./libdata/firmware/if_bwfm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt to itself pax: Cannot link file /mnt/pulce5/./libdata/firmware/if_bwfm/brcmfmac43430-sdio.AP6212.txt to itself pax: Cannot link file /mnt/pulce5/./libdata/firmware/if_bwfm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.t
....
----

Do you see an easy fix ? Or should a change method altogether ?

Maybe sshfs is not allowing to do some operations, still "link to itself" is a bit obscure to me

bye
Nicola









Home | Main Index | Thread Index | Old Index