Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation failure with filesystem issue #20

Closed
mukoshy opened this issue Oct 10, 2019 · 9 comments
Closed

Installation failure with filesystem issue #20

mukoshy opened this issue Oct 10, 2019 · 9 comments

Comments

@mukoshy
Copy link

mukoshy commented Oct 10, 2019

I have got the setup server ready, but the installation failed with the following error.

[root@letter listmonk]# ./listmonk --install
2019/10/10 00:49:51 main.go:108: reading config: config.toml
2019/10/10 00:49:51 main.go:136: unable to initialize embedded filesystem: no ID found in the file
2019/10/10 00:49:51 main.go:137: using local filesystem for static assets
2019/10/10 00:49:51 main.go:213: failed to initialize local file for assets: stat frontend/build: no such file or directory

I am unsure why I am having file system error, could you please advice?

@knadh
Copy link
Owner

knadh commented Oct 10, 2019

Looks like you're running a binary that doesn't have the static assets stuffed in it. Assuming you're running Linux, please download the latest release https://github.com/knadh/listmonk/releases/download/v0.2.2-alpha/listmonk_0.2.2-alpha_linux_amd64.tar.gz

@knadh knadh closed this as completed Oct 10, 2019
@mukoshy
Copy link
Author

mukoshy commented Oct 13, 2019

Thanks @knadh it works.

However, I am having the following challenges now.

  • I have to run ./listmonk each time to have it running, can I add it to systemctl enabled services?
  • I configured the config.toml with logo URL and favicon but they don't seem to reflect.
  • It seems to run very slow when loading on the web each first time.

Could you advice?

@knadh
Copy link
Owner

knadh commented Oct 14, 2019

  • Yes, listmonk is supposed to be run as a service. You can add a systemctl unit, or use supervisord.
  • Logo and favicon, @vividvilla could you please investigate?
  • Not sure why this is. Could be network. Have you inspected the requests (browser console) to see where the time's spent?

@mukoshy
Copy link
Author

mukoshy commented Oct 17, 2019

@vividvilla do you have any update for me regarding the custom logo and favicon?

@vividvilla
Copy link
Collaborator

@mukoshy Haven't checked this, will try reproducing the issue.

@mukoshy
Copy link
Author

mukoshy commented Nov 25, 2019

@vividvilla any update for me regarding the custom listmonk app logo/favicon?

Also, I am having an issue with media upload, it seems to upload but then images and file links are broken. How do I troubleshoot this? @knadh

@vividvilla
Copy link
Collaborator

My bad, lost track of this issue. Added to my to-do for tomorrow. Will let you know once I debug.

@vividvilla vividvilla reopened this Nov 25, 2019
@mr-karan
Copy link
Collaborator

@mukoshy Guessing you're running the older version, there was a fix for this in the latest release. Please try that (also, not there are some configuration changes for upload, you can go through the config.toml.sample to see the new fields).

Ref: #30

@knadh
Copy link
Owner

knadh commented Nov 30, 2019

@mukoshy logo_url and favicon_url in config.toml reflect on all public pages such as the unsubscription page. Tested this. If it's still not working for you, could you please post additional details?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants