sed -e no such file or directory

Having any issues installing YAMS? This is the place to ask!
Post Reply
mothravsmechabilbo
Posts: 9
Joined: Fri May 24, 2024 4:34 pm
Virgin Islands (USA)

sed -e no such file or directory

Post by mothravsmechabilbo »

I'm getting this error every time I get to a certain part of the install process, and I can't tell what file or directory it is referring to. I have no issues until this point, i.e. selecting the media directory is fine. Can anyone tell me where to dig?

What's your VPN password? (if you are using mullvad, just enter your username again): *
Configuring the docker-compose file for the user "administrator" on "/opt/yams"...

Copying docker-compose.example.yaml to /opt/yams/docker-compose.yaml...
docker-compose.example.yaml was copied successfuly! ✅

Copying .env.example to /opt/yams/.env...
.env.example was copied successfuly! ✅

Copying docker-compose.custom.yaml to /opt/yams/docker-compose.custom.yaml...
docker-compose.custom.yaml was copied successfuly! ✅
sed: -e: No such file or directory

Last edited by mothravsmechabilbo on Sun May 26, 2024 2:15 am, edited 1 time in total.
mothravsmechabilbo
Posts: 9
Joined: Fri May 24, 2024 4:34 pm
Virgin Islands (USA)

Re: sed -e no such file or directory

Post by mothravsmechabilbo »

I'm on macOS 14.5 by the way.

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

Re: sed -e no such file or directory

Post by rogs »

Hey @mothravsmechabilbo!

MacOS is not supported by YAMS. https://yams.media/install/steps/#dependencies

The YAMS installer depends on GNU sed which is not the same one that comes with MacOS. You might be able to install YAMS manually by following the docker-compose documentation and making changes manually.

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
mothravsmechabilbo
Posts: 9
Joined: Fri May 24, 2024 4:34 pm
Virgin Islands (USA)

Re: sed -e no such file or directory

Post by mothravsmechabilbo »

Thanks @rogs, that's what I'm planning to do now. When you say make changes manually, do you mean filling in the vars in the docker-compose which I would have populated via the install.sh instead? I plan to have a .env file for the guid and media location and such (basically copying the env file that was already in the YAMS repo. Beyond editing the compose file, however, is there anything else I should be aware of?

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

Re: sed -e no such file or directory

Post by rogs »

Nothing more! Only replace the variables from the .env on the docker-compose or use your own .env file. Either should work

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
Post Reply