[Solved] Failure to launch(version 3)

Having any issues installing YAMS? This is the place to ask!
Post Reply
Linubis
Posts: 16
Joined: Sat Jan 11, 2025 7:34 pm
United States of America

[Solved] Failure to launch(version 3)

Post by Linubis »

Im lost, created new vm includes Ubuntu, updated
Sudo mkdir -p /opt/yams
Sudo chown -R $user:$user /opt/yams
Git clone --depth 1 https://gitlab.com/rogs/yams.git /tmp/yams
Cd /tmp/yams
Bash install.sh

Yams begins installs docker
Enter for my username
Enter for install directory/opt/yams
Enter for media directory/srv/media
Are you sure type y and hit enter

Directory does not exist, attempting to create
Mkdir:cannot create directory permission denied

Groups $user
$user adm cdrom sudo dip plugdev lxd docker

Ls -l /var/run/docker.sock
Srw-rw---- 1 root docker

So what is going on? On my previous several attempts i never had this issue. I know i am a newb but isnt this showing that i do have permissions? I CAN run hello-world. So what/where did i mess up?

Im writing all these steps down to be sure to not mess stuff up. Usually when i mistype something tells you it failed. So far this seems to let me go along but this snag has got me stumped. Searches are no joy.

Is this something i set up wrong in my vm? Did i miss a step or mess up here somehow. Its probably plain as day but i cant see it!!!!

If my username has root permissions how do i not have permission!?

User avatar
rogs
Site Admin
Posts: 256
Joined: Mon Oct 23, 2023 12:53 pm
Location: Montevideo, Uruguay
Gender:
Contact:
Uruguay

Re: Failure to launch(version 3)

Post by rogs »

Hey @Linubis!

Make sure your user has access to the directory you are trying to install a YAMS or your media directory.

Cheers!

Roger.

YAMS Creator

E: roger (at) rogs.me. Fuck you, email bots.
W: https://rogs.me
gpg: curl -sL https://rogs.me/rogs.txt | gpg --import
fingerprint: ADDF BCB7 8B86 8D93 FC4E 3224 C7EC E9C6 C36E C2E6


Also, I love cats :mrgreen:

Pirate jet, pirate jet
Linubis
Posts: 16
Joined: Sat Jan 11, 2025 7:34 pm
United States of America

Re: Failure to launch(version 3)

Post by Linubis »

Thank you Roger, i was trying to understand where in this process this happens. Was i not doing that when creating the opt/yams and tmp/yams?

User avatar
rogs
Site Admin
Posts: 256
Joined: Mon Oct 23, 2023 12:53 pm
Location: Montevideo, Uruguay
Gender:
Contact:
Uruguay

Re: Failure to launch(version 3)

Post by rogs »

But you are having problems with your media directory. Create it first and add the correct permissions

YAMS Creator

E: roger (at) rogs.me. Fuck you, email bots.
W: https://rogs.me
gpg: curl -sL https://rogs.me/rogs.txt | gpg --import
fingerprint: ADDF BCB7 8B86 8D93 FC4E 3224 C7EC E9C6 C36E C2E6


Also, I love cats :mrgreen:

Pirate jet, pirate jet
Linubis
Posts: 16
Joined: Sat Jan 11, 2025 7:34 pm
United States of America

Re: Failure to launch(version 3)

Post by Linubis »

Ok thank you. Too simple. Like i said right in front of me.

Post Reply