Permissions denied in Lightsail
- This topic is empty.
-
AuthorPosts
-
July 17, 2023 at 1:44 pm #6667
Gary
GuestHi,
Testing this very promising project. As I RTFM, just created a lighstail VM (1 vCPU / 2 Gb) but the launch script gives a “ss : permission denied” even after adding sudo (logged in as ubuntu).
What do I do wrong ?
Best regards.July 17, 2023 at 5:33 pm #6671Thomas
GuestI seem to remember sudo issues with Lightsail because their default sudo user is called
ubuntu
but I can’t remember what the fix was for ss lolJuly 18, 2023 at 8:02 am #6697Patricia
Guestmaybe you can manually add the sudo user that SlickStack will use from ss-config and then try to run installer again?
July 18, 2023 at 8:05 am #6698Jessica
GuestAWS is a nightmare for usability, they never follow industry standards!
July 18, 2023 at 8:05 am #6699Denise
GuestJuly 18, 2023 at 8:43 am #6706Ronald
GuestI know but this was specifically installed in Lightsail, not AWS per se, and it is listed as a good hosting option.
July 18, 2023 at 9:32 am #6709Patrick
Guest@OP
You can try to manually create (and modify as desired) your
/var/www/ss-config
file first, then manually add your sudo user.Note: You might also need to manually run
sudo mkdir -p /var/www
beforehand.After your ss-config exists, and sudo user exists, you can download the installer to your /tmp/ directory and try running it like this:
cd /tmp/
sudo wget -O ss slick.fyi/ss
sudo bash /tmp/ss
July 18, 2023 at 9:38 am #6713Kevin
GuestIf you’re wondering how to manually create/modify your ss-config file:
sudo wget -O /tmp/ss-config https://mirrors.slickstack.io/bash/ss-config-sample.txt
Then do
sudo nano /tmp/ss-config
and edit as desired.Then do
sudo cp /tmp/ss-config /var/www/ss-config
after ready.And again, you might need to manually run
sudo mkdir -p /var/www
before this to ensure thewww
directory exists properly.July 18, 2023 at 9:39 am #6714Victoria
GuestYou can also try rebooting the Lightsail server after you manually create your sudo user and before doing the other steps here.
February 8, 2024 at 5:21 pm #11983Scott
GuestFYI, Lightsail is no longer recommended by SlickStack. Latest versions of Lightsail have new user/file permissions issues seems.
February 8, 2024 at 5:23 pm #11984Christian
Guestfrom here: https://slickstack.io/forum/topic/why-does-slickstack-hate-amazon-aws-cloud#post-11492
Update:
According to recent user reports on our Discord server, AWS Lightsail now has file/user permissions issues with SlickStack out-of-the-box and may require some tinkering to get it working.
Previously SlickStack had recommended only Lightsail out of the various AWS servers, but now even Lightsail is having problems.
February 8, 2024 at 5:28 pm #11985Marilyn
Guestso tl;dr stay away from Amazon?
-
AuthorPosts