Thanks! I will keep this in mind and maybe put the hard drive in fstab soon.
Want to share a few details about what you are running on the server? It seems interesting! I think everyone would like to hear a few details. I think everyone, myself included, would be grateful to you for sharing!
When you get a chance, please try it, and please let us know if you succeed in logging in.
Your password is in a file in your home directory. Please feel free to change your password.
You really have some hard work ahead, but also lots of fun and lots of very interesting stuff to learn! If you have questions, please feel free to post them here on LES, and the guys here will try to help you. I wish you the very best with your studies! 🚵
When you get a chance, please try it, and please let us know if you succeed in logging in.
Your password is in a file in your home directory. Please feel free to change your password.
You really have some hard work ahead, but also lots of fun and lots of very interesting stuff to learn! If you have questions, please feel free to post them here on LES, and the guys here will try to help you. I wish you the very best with your studies! 🚵
Tom
Great!
I have logged in successfully
Thanks for your report! So glad you are in! Delighted to have you with us! 🍰
@rcdfrd said:
run
~/pri/bin/python3
and show me what the error message is
~/pri/bin $ ~/pri/bin/python3
Error loading shared library libpython3.10.so.1.0: No such file or directory (needed by /home/subenhon/pri/bin/python3)
Error relocating /home/subenhon/pri/bin/python3: Py_BytesMain: symbol not found
@rcdfrd said:
run
~/pri/bin/python3
and show me what the error message is
~/pri/bin $ ~/pri/bin/python3
Error loading shared library libpython3.10.so.1.0: No such file or directory (needed by /home/subenhon/pri/bin/python3)
Error relocating /home/subenhon/pri/bin/python3: Py_BytesMain: symbol not found
@rcdfrd said:
run
~/pri/bin/python3
and show me what the error message is
~/pri/bin $ ~/pri/bin/python3
Error loading shared library libpython3.10.so.1.0: No such file or directory (needed by /home/subenhon/pri/bin/python3)
Error relocating /home/subenhon/pri/bin/python3: Py_BytesMain: symbol not found
@rcdfrd said:
run
~/pri/bin/python3
and show me what the error message is
~/pri/bin $ ~/pri/bin/python3
Error loading shared library libpython3.10.so.1.0: No such file or directory (needed by /home/subenhon/pri/bin/python3)
Error relocating /home/subenhon/pri/bin/python3: Py_BytesMain: symbol not found
Other things are tried to install and failed (spectacularly) at:
◉ git & it's alternative mercurial (installed I guess but won't run)
◉ autoconf (installed but won't run it seems it's PATH was hardcoded)
Will be populated as soon as I fail at installing some other things
How would nix prevent interference with the packages installed by the Alpine package manager?
Nix will being in all glibc dependencies where needed, and keep them in a store organized per user. Other users may not run anything I have installed through nix, for example.
Nix packages are stored in a different location (/nix) so it won't disrupt the packages installed by apk. Nix will modify $PATH so its packages can be run without referencing the absolute path.
@yoursunny said:
I notice that @Cloudie AS924 is an upstream of this server.
Is it possible to obtain a (free) BGP session with AS924?
I recently acquired a LowEndASN and RIPE says it cannot be idle.
I'd like an LXC container, with its Ethernet adapter bridged to the physical port, to run a BGP daemon.
Hi @yoursunny! I don't know if it is possible to obtain a free BGP session with AS924. I am delighted to ask @Cloudie for you if you would like me to do so. He's pretty good about getting back to me. Would you like me to ask him? Best wishes! Tom
@host4cheap said:
I have pretty much the same requirement - Did you hear back from Cloudie ?
Cloudie answered me on Discord.
They are reluctant because the server and the ASN are in different customer accounts.
However, they might make an exception for me.
My ASN is purchased from Cloudie, if that makes a difference.
I will try this after I figure out how to launch LXC container on MetalVPS-fmt.
@host4cheap said:
I have pretty much the same requirement - Did you hear back from Cloudie ?
Cloudie answered me on Discord.
They are reluctant because the server and the ASN are in different customer accounts.
However, they might make an exception for me.
My ASN is purchased from Cloudie, if that makes a difference.
I will try this after I figure out how to launch LXC container on MetalVPS-fmt.
Thank you Sunny - I Dm'ed for some guidance - incase you can help
Comments
Just now, I managed to run python3 and pip3.
Congrats! 🌟
May I please ask, how did you install python3 and pip?
MetalVPS
Yeah, I am glad to tell u what I did. Please forgive me for not being a native English speaker, if u dont understand any sentences u can ask me.
Firstly, I changed my personal shell environment variables, which allow me to load binary file and libiraries.
Next I wrote a sh script to install the apk file
You can write the above file to install.sh
and then run
ash install.sh
After that, run python3 --version and you're good to go.
To install pip3 in alpine, use
python3 -m ensurepip
^^ @Nubuki
MetalVPS
Great!
I have logged in successfully
I have to try this! Thank you for your tutorial! I think I understood everything you wrote. Excellent English! Excellent hacking! 👏
MetalVPS
Thanks for your report! So glad you are in! Delighted to have you with us! 🍰
MetalVPS
Sounds like i don't need sudo to install my nix anymore
The all seeing eye sees everything...
Yes, but could you please answer these two questions if you have time? Thanks!
MetalVPS
A php blog. It's like a wordpress.> @rcdfrd said:
cat ~/.ashrc
cat: can't open '/home/tssz2022/.ashrc': No such file or directory
why?
@tssz2022
@Not_Oles
I integrated my above scripts, you just need to copy the following contents to the shell for execution now.
I think you formerly needed to create the .ashrc and .profile files. After you create the two files, then you can
cat
them.But the new, integrated version of the script should create the files for you.
MetalVPS
Running the new integrated script seems to give me this error repeated three times:
mv: can't rename 'usr/bin/*': No such file or directory
Thanks!
MetalVPS
It doesn't matter, it's just because there is no bin file in three of the installed files, they only provide lib files.
After running the script above,it shows:
~ $ ash
~ $ python3 --version
ash: python3: not found
~ $ python3 -m ensurepip
ash: python3: not found
~ $ pip3 --version
ash: pip3: not found
It seems then python install fail.
try to run
source ~/.ashrc
then run python3
if it does not work after that, please tell me.
Already run source ~/.ashrc ,still not work
run
~/pri/bin/python3
and show me what the error message is
I made a mistake.
~ in environment variable to be replaced with $HOME
I works now!
congrats
it works.
How to install nginx php8?
Thanks for the mention 💃
So here's the changes I made
(Mine is a mess though, could anyone help with that?)
Credit @rcdfrd
Other things are tried to install and failed (spectacularly) at:
◉ git & it's alternative mercurial (installed I guess but won't run)
◉ autoconf (installed but won't run it seems it's PATH was hardcoded)
Will be populated as soon as I fail at installing some other things
Teehee!
/nix
) so it won't disrupt the packages installed by apk. Nix will modify$PATH
so its packages can be run without referencing the absolute path.Hope this answers your question?
The all seeing eye sees everything...
Hello @Not_Oles
I have pretty much the same requirement - Did you hear back from Cloudie ?
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM5/s1rTn6HWwbCONhDEbekjWHQAXBIPkKMcQT3JK3Yx Host4Cheap
Cloudie answered me on Discord.
They are reluctant because the server and the ASN are in different customer accounts.
However, they might make an exception for me.
My ASN is purchased from Cloudie, if that makes a difference.
I will try this after I figure out how to launch LXC container on MetalVPS-fmt.
Webhosting24 aff best VPS; ServerFactory aff best VDS; Cloudie best ASN; Huel aff best brotein.
Thank you Sunny - I Dm'ed for some guidance - incase you can help