Hi.
I've installed TinyCore15 32bit into Virtualbox, installed bftpd and openssh.
/opt, /home and /tce where setup with the following boot options 'opt=sda1 home=sda1 tce=sda1' and all seems to be working well.
I've now decided to try Corepure64 in Hyper-V, I've used the same boot options and installed openssh.
I've edited my /opt/.filetool.lst to include the following.
opt
home
usr/local/etc/ssh
usr/local/etc/init.d
etc/passwd
etc/shadow
etc/group
Following a reboot everything appears to be working except openssh.
When I run:
sudo /usr/local/etc/init.d/openssh start
I get
sudo: /usr/local/etc/init.d/openssh: command not found.
I've checked and /usr/local/etc/ssh & /usr/local/etc/init.d are there, but the openssh symbolic link is broken.
It is pointing to /tmp/tcloop/openssh/usr/local/etc/init.d/openssh which doesn't exist.
If I reinstall openSSH, then it will work until I reboot. I don't have this issue on the 32bit version.
Can someone advise how to resolve this.
I've also noticed bftpd doesn't exist on the 64Bit version.
I know there is lftpd, proftpd and pure-ftpd could someone advise which is the better option. I need to allow a specific username/password to a folder and subfolders for read access only. That is it.
Thanks
Happy New year to all.
[Edit]: Added code tags. Rich