We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried keter-1.4.0 on my VPS running Ubuntu but got "Out of memory" error after about 30 seconds. It is similar to #13.
$ sudo /opt/keter/bin/keter /opt/keter/etc/keter-config.yaml
OS:
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.2 LTS Release: 14.04 Codename: trusty
GHC:
$ ghc --version The Glorious Glasgow Haskell Compilation System, version 7.6.3
Cabal:
$ cabal --version cabal-install version 1.16.0.2 using version 1.16.0 of the Cabal library
Keter:
$ /opt/keter/bin/keter --version keter version: 1.4.0
/opt/keter/etc/keter-config.yaml:
root: .. listeners: - host: "*4"
I switched to keter-1.3.10.1:
$ cabal install keter-1.3.10.1
and now everything is working fine. So something seems wrong with keter-1.4.0.
The text was updated successfully, but these errors were encountered:
Avoid infinite loop traversing incoming directory #96
85aecc2
Thanks for the very solid report, this was a bad bug on my part. Should be fixed in 1.4.0.1, can you confirm?
Sorry, something went wrong.
I confirmed keter-1.4.0.1 worked correctly on my environment. Thank you for the quick fix.
No branches or pull requests
I tried keter-1.4.0 on my VPS running Ubuntu but got "Out of memory" error after about 30 seconds.
It is similar to #13.
Command
Running Environment
OS:
GHC:
Cabal:
Keter:
Configuration
/opt/keter/etc/keter-config.yaml:
Tentative Solution
I switched to keter-1.3.10.1:
and now everything is working fine.
So something seems wrong with keter-1.4.0.
The text was updated successfully, but these errors were encountered: