Tiny Core Base > Corepure64
Couple of issues with Corepure64
TomT:
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.
--- Code: ---opt
home
usr/local/etc/ssh
usr/local/etc/init.d
etc/passwd
etc/shadow
etc/group
--- End code ---
Following a reboot everything appears to be working except openssh.
When I run:
--- Code: ---sudo /usr/local/etc/init.d/openssh start
--- End code ---
I get
--- Code: ---sudo: /usr/local/etc/init.d/openssh: command not found.
--- End code ---
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
patrikg:
if sudo not found maybe your path to sudo is wrong.
Juanito:
Is the problem caused by having usr/local/etc/init.d in your backup?
Rich:
Hi TomT
Please use Code Tags when posting commands and responses seen in a terminal. To use Code Tags click on the # icon
above the reply box and paste your text between the Code Tags as shown in this example:
--- Quote ---[code][ 36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[ 36.176536] pcm512x 1-004d: Failed to get supplies: -517
[ 36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517[/code]
--- End quote ---
It will appear like this in your post:
--- Code: ---[ 36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[ 36.176536] pcm512x 1-004d: Failed to get supplies: -517
[ 36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517
--- End code ---
Code Tags serve as visual markers between what you are trying to say and the information you are posting. They also preserve
spacing so column aligned data displays properly. Code tags also automatically add horizontal and or vertical scrollbars
to accommodate long lines and listings.
Rich:
Hi TomT
--- Quote from: TomT on December 31, 2024, 07:26:47 AM --- ... 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. ...
--- End quote ---
It sounds like openssh.tcz is not being loaded when you boot.
Try adding openssh.tcz to your tce/onboot.lst file.
Navigation
[0] Message Index
[#] Next page
Go to full version