You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sudo canasta version
2024/11/09 15:03:46 Creating /etc/canasta
2024/11/09 15:03:46 Using /etc/canasta for configuration...
2024/11/09 15:03:46 Creating /etc/canasta/conf.json
This is canasta: built at 2024-09-10 18:33:08 from git commit 4eb09de.
2024/11/09 15:08:10 Using /etc/canasta for configuration...
⠋ Creating Canasta installation 'Test1'... [0s] Successfully written to wikis.yaml
⠦ Creating Canasta installation 'Test1'... [1m25s] time="2024-11-09T15:09:35Z" level=warning msg="/home/ubuntu/Test1/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
time="2024-11-09T15:09:35Z" level=warning msg="/home/ubuntu/Test1/docker-compose.override.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
A fatal error occured during the installation.
Do you want to keep the files related to it? (y/n)
When I made a subfolder and chmod 777, then create new wiki inside, the same error happen with OCI runtime exec failed: exec failed: cannot exec in a stopped container: unknown
Using /etc/canasta for configuration...
⠋ Creating Canasta installation 'Test2'... [0s] Successfully written to wikis.yaml
⠹ Creating Canasta installation 'Test2'... [3s] time="2024-11-09T22:17:24Z" level=warning msg="/home/ubuntu/Test/Test2/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
time="2024-11-09T22:17:24Z" level=warning msg="/home/ubuntu/Test/Test2/docker-compose.override.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
OCI runtime exec failed: exec failed: cannot exec in a stopped container: unknown
A fatal error occured during the installation.
Do you want to keep the files related to it? (y/n)
Expected behavior
When I tested this command on localhost (withou -n mydomain.com), the succesful result is below:
~$ sudo canasta create -i Test1 -w MyWiki -a admin -s 123456789@Z -o compose
2024/11/09 22:11:24 Using /etc/canasta for configuration...
⠋ Creating Canasta installation 'Test1'... [0s] Successfully written to wikis.yaml
⠸ Creating Canasta installation 'Test1'... [23s] Saving adminname to /home/linuxuser/Test1/.admin
⠇ Creating Canasta installation 'Test1'... [44s] If you need mailing for this wiki, please set $wgSMTP in order to use an outside email provider; mailing will not work otherwise. See https://mediawiki.org/wiki/Manual:$wgSMTP
Done.
System info
Please complete the following information:
MediaWiki version (e.g. 1.39.7)
Canasta version: Latest
Canasta CLI version: Latest
Installed extensions and versions (e.g. Semantic MediaWiki 4.0.2, Cargo as of 2024-04-20, etc.): N/A
Describe the situation
Summary: Cannot create new wiki on fresh AWS EC2 instance
Description:
I register new AWS EC2 tier t2.micro to tried to deploy the Canasta wiki on localhost to cloud.
However, there're error that prevent I created
A fatal error occured during the installation.
Steps to reproduce the issue (if applicable):
Install Canasta CLI by installation instrution
sudo curl -fsL https://raw.githubusercontent.com/CanastaWiki/Canasta-CLI/main/install.sh | bash
Create new Canasta wiki
sudo canasta create -i Test1 -n mydomain.com -w MyWiki -a admin -s 123456789@Z -o compose
~$ sudo canasta create -i Test1 -n mydomain.com -w MyWiki -a admin -s 123456789@Q -o compose
Error appears
When I made a subfolder and chmod 777, then create new wiki inside, the same error happen with OCI runtime exec failed: exec failed: cannot exec in a stopped container: unknown
Expected behavior
When I tested this command on localhost (withou -n mydomain.com), the succesful result is below:
System info
Please complete the following information:
The text was updated successfully, but these errors were encountered: