Error on launching a local version of a website - jekyll

I tried to install Jekyll On Windows 7. I followed this guide http://www.testically.org/2012/02/02/installing-jekyll-and-ruby-on-windows/
So I first downloaded Ruby and added \;C:\Ruby193\bin to the path variable.
I then downloaded DevKit and added \;C:\Users\jimmy\Downloads\teeheeband\bin\ to the path variable as well.
I then opened my command and did the following (in order)
cd ;C:\Users\jimmy\Downloads\teeheeband
ruby dk.rb init
ruby dk.rb install
the following are the codes that appeared on my screen when I did the above steps.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\jimmy>cd ;C:\Users\jimmy\Downloads\teeheeband
C:\Users\jimmy\Downloads\teeheeband>ruby dk.rb init
[INFO] found RubyInstaller v1.9.3 at C:/Ruby193
Initialization complete! Please review and modify the auto-generated
'config.yml' file to ensure it contains the root directories to all
of the installed Rubies you want enhanced by the DevKit.
C:\Users\jimmy\Downloads\teeheeband>ruby dk.rb install
[INFO] Skipping existing gem override for 'C:/Ruby193'
[WARN] Skipping existing DevKit helper library for 'C:/Ruby193'
C:\Users\jimmy\Downloads\teeheeband>gem install jekyll
Successfully installed jekyll-0.12.0
1 gem installed
Installing ri documentation for jekyll-0.12.0...
Installing RDoc documentation for jekyll-0.12.0...
C:\Users\jimmy\Downloads\teeheeband>
Once I did the above, I downloaded github and cloned the repo that I wanted to work on. I then went to Gitshell and did the following
Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. All rights reserved.
C:\Users\jimmy\Documents\GitHub> cd prog694.github.com
C:\Users\jimmy\Documents\GitHub\prog694.github.com [new-branch]> jekyll --server
--auto
Configuration from C:/Users/jimmy/Documents/GitHub/prog694.github.com/_config.ym
l
Auto-regenerating enabled: C:/Users/jimmy/Documents/GitHub/prog694.github.com ->
C:/Users/jimmy/Documents/GitHub/prog694.github.com/_site
[2013-02-03 20:19:00] regeneration: 402 files changed
[2013-02-03 20:19:01] INFO WEBrick 1.3.1
[2013-02-03 20:19:01] INFO ruby 1.9.3 (2013-01-15) [i386-mingw32]
[2013-02-03 20:19:01] INFO WEBrick::HTTPServer#start: pid=4036 port=4000
[2013-02-03 20:20:24] ERROR no access permission to `/'
jimmy-PC - - [03/Feb/2013:20:20:24 Atlantic Standard Time] "GET / HTTP/1.1" 403
283
- -> /
[2013-02-03 20:20:24] ERROR `/favicon.ico' not found.
jimmy-PC - - [03/Feb/2013:20:20:24 Atlantic Standard Time] "GET /favicon.ico HTT
P/1.1" 404 281
- -> /favicon.ico
Finally I opened a browser and tried to run a local copy of the website via : localhost:4000
I failed and got this message
Forbidden
no access permission to `/'
WEBrick/1.3.1 (Ruby/1.9.3/2013-01-15) at 127.0.0.1:4000
so I used h**p://127.0.0.1:4000/( replace t with **)
failed again
Forbidden
no access permission to `/'
WEBrick/1.3.1 (Ruby/1.9.3/2013-01-15) at 127.0.0.1:4000
All I want is to be able to open and run a local version of this website. Any help would be greatly appreciated.

Check if your port 4000 is not used by something else, or if you have a firewall enable access to it.
I'd highly disrecomend Windows for jekyll (or any ruby gem/app), installing and using it in Linux would be much easier.

Related

Mock fails to download disable plugin patterns while building 32bit RPMs: 403 on repository 'local'

I am trying to build a few RPMs for 32 bit Fedora using the SRPM. I tried running Mock with:-
mock -r fedora-32-i386 rebuild src.rpm
It gives me the following error:
No matches found for the following disable plugin patterns: local, spacewalk
local 83 B/s | 199 B 00:02
Errors during downloading metadata for repository 'local':
- Status code: 403 for https://kojipkgs.fedoraproject.org/repos/f32-build/latest/i386/repodata/repomd.xml (IP: 38.145.60.21)
Error: Failed to download metadata for repo 'local': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
ERROR: Command failed:
# /usr/bin/dnf --installroot /var/lib/mock/fedora-32-i686-bootstrap/root/ --releasever 32 --setopt=deltarpm=False --allowerasing --disableplugin=local --disableplugin=spacewalk install dnf dnf-plugins-core --setopt=tsflags=nocontexts
No matches found for the following disable plugin patterns: local, spacewalk
local 83 B/s | 199 B 00:02
Errors during downloading metadata for repository 'local':
- Status code: 403 for https://kojipkgs.fedoraproject.org/repos/f32-build/latest/i386/repodata/repomd.xml (IP: 38.145.60.21)
Error: Failed to download metadata for repo 'local': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
I have tried disabling the fastest mirror in the conf file in /etc/dnf, with no luck. Is mock using a different repo file than my current installation? How do I fix this?
Mock is using configs from the directory /etc/mock/ so for fedora-32-i386 it is /etc/mock/fedora-32-i386.cfg This config contains yum config which is used during the installation of the buildroot.
More about Mock's configs: https://rpm-software-management.github.io/mock/configuration

ejabberd 19.05 not working with mod_log_chat

installed ejabberd от FreeBSD
then install mod_log_chat (ejabberdctl modules_update_specs -> ejabberdctl module_install mod_log_chat) and see error when starting ejabberd:
[error] Supervisor ejabberd_sup had child ejabberd_gen_mod_sup started with gen_mod:start_link() at undefined exit with reason {'EXIT',{undef,[{econf,any,[],[]},{mod_log_chat,mod_opt_type,1,[{file,"/root/.ejabberd-modules/sources/ejabberd-contrib/mod_log_chat/src/mod_log_chat.erl"},{line,282}]},{gen_mod,'-get_validators/2-fun-1-',3,[{file,"src/gen_mod.erl"},{line,512}]},{lists,foldl,3,[{file,"lists.erl"},{line,1263}]},{gen_mod,get_validators,2,[{file,"src/gen_mod.erl"},{line,499}]},{gen_mod,validate_opts,3,[{file,"src/gen_mod.erl"},{line,557}]},{gen_mod,start_module,5,[{file,"src/gen_mod.erl"},{line,209}]},{lists,foreach,...}]}} in context start_error
02:36:32.939 [critical] Failed to start ejabberd application: {error,{shutdown,{failed_to_start_child,ejabberd_gen_mod_sup,{'EXIT',{undef,[{econf,any,[],[]},{mod_log_chat,mod_opt_type,1,[{file,"/root/.ejabberd-modules/sources/ejabberd-contrib/mod_log_chat/src/mod_log_chat.erl"},{line,282}]},{gen_mod,'-get_validators/2-fun-1-',3,[{file,"src/gen_mod.erl"},{line,512}]},{lists,foldl,3,[{file,"lists.erl"},{line,1263}]},{gen_mod,get_validators,2,[{file,"src/gen_mod.erl"},{line,499}]},{gen_mod,validate_opts,3,[{file,"src/gen_mod.erl"},{line,557}]},{gen_mod,start_module,5,[{file,"src/gen_mod.erl"},{line,209}]},{lists,foreach,2,[{file,"lists.erl"},{line,1338}]}]}}}}}
Right, mod_log_chat requires ejabberd 19.08 or higher since this commit: https://github.com/processone/ejabberd-contrib/commit/857d350a7119d63fc85555cc66df7ff923b91e39
That was not documented in the module README.txt file...
You have two solutions:
Upgrade your ejabberd 19.05 to 19.08 or higher
or Downgrade your mod_log_chat source code to a version older than the mentioned one.

Getting Assemble script failed error building application in Redhat Openshift

I'm new to Redhat OpenShift and trying to deploy node application (with angularjs + mysql) and running into build issues.
Using openshift console created node application and in advanced options pointed to the private repository and linked configured secret (ssh key to private repository).
My build is failing with "Assemble script failed". Pasting the logs as below (from console - obfuscated private keys and values).
Not sure if I'm missing some configurations. Appreciate help on this.
Cloning "ssh://username#bitbucket.org/username/my-app.git" ...
Commit: xxxxxxxxxxxxxxxxx (Fixed readme)
Author: Name <email>
Date: Wed Sep 6 19:50:59 2017 -0700
Pulling image "docker-
registry.default.svc:5000/openshift/nodejs#sha256:0000000000000" ...
---> Installing application source
---> Building your Node application from source
Current git config
url.https://github.com.insteadof=git#github.com:
url.https://.insteadof=ssh://
url.https://github.com.insteadof=ssh://git#github.com
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=ssh://username#bitbucket.org/username/my-app.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.master.remote=origin
branch.master.merge=refs/heads/master
---> Installing dependencies
---> Using 'npm install -s --only=production'
error: build error: non-zero (13) exit code from docker-
registry.default.svc:5000/openshift/nodejs#sha256:0000000000000
Pls note that my source code is hosted on private repository and per log above it appears openshift is able to access the repository and download the source code.
Thanks Graham for the pointer. I recreated the application and this time in advanced options on the web console selected 1 GB (from default of 500 mb) after which my build worked fine.

NEW CLI INSTALL - does not work... tried Alloy and Classic

Summary:
2016-06-24T12:28:18.008Z | ERROR | An uncaught exception was thrown!
Cannot read property 'options' of undefined
2016-06-24T12:28:18.011Z | ERROR | Cannot read property 'options' of undefined
Details:
brand new installation, Windows 10 64bit
followed: https://docs.appcelerator.com/platform/latest/#!/guide/Appcelerator_CLI_Tasks
Steps I took:
Downloaded the NODE installer (URL on your downloads page):
node --version
v4.4.5
npm install appcelerator -g
npm WARN installMany request was bundled with appcelerator#4.2.6, but bundled package wasn't found in unpacked tree
npm WARN installMany chalk was bundled with appcelerator#4.2.6, but bundled package wasn't found in unpacked tree
npm WARN installMany progress was bundled with appcelerator#4.2.6, but bundled package wasn't found in unpacked tree
npm WARN installMany tar was bundled with appcelerator#4.2.6, but bundled package wasn't found in unpacked tree
npm WARN installMany which was bundled with appcelerator#4.2.6, but bundled package wasn't found in unpacked tree
npm WARN installMany debug was bundled with appcelerator#4.2.6, but bundled package wasn't found in unpacked tree
npm WARN installMany lodash was bundled with appcelerator#4.2.6, but bundled package wasn't found in unpacked tree
npm WARN installMany request was bundled with appcelerator#4.2.6, but bundled package wasn't found in unpacked tree
C:\Users\Ozz Nixon\AppData\Roaming\npm\appcelerator -> C:\Users\Ozz Nixon\AppData\Roaming\npm\node_modules\appcelerator\bin\appc
C:\Users\Ozz Nixon\AppData\Roaming\npm\appc -> C:\Users\Ozz Nixon\AppData\Roaming\npm\node_modules\appcelerator\bin\appc
appcelerator#4.2.6 C:\Users\Ozz Nixon\AppData\Roaming\npm\node_modules\appcelerator
├── which#1.0.8
├── progress#1.1.8
├── async#1.5.2
├── semver#3.0.1
├── debug#2.2.0 (ms#0.7.1)
├── chalk#0.5.1 (ansi-styles#1.1.0, escape-string-regexp#1.0.5, supports-color#0.2.0, strip-ansi#0.3.0, has-ansi#0.1.0)
├── update-notifier#0.5.0 (is-npm#1.0.0, string-length#1.0.1, chalk#1.1.3, repeating#1.1.3, semver-diff#2.1.0, configstore#1.4.0, latest-version#1.0.1)
├── tar#1.0.3 (inherits#2.0.1, block-stream#0.0.8, fstream#1.0.8)
├── request#2.72.0 (aws-sign2#0.6.0, forever-agent#0.6.1, tunnel-agent#0.4.2, oauth-sign#0.8.1, is-typedarray#1.0.0, caseless#0.11.0, stringstream#0.0.5, isstream#0.1.2, json-stringify-safe#5.0.1, extend#3.0.0, form-data#1.0.0-rc4, tough-cookie#2.2.2, node-uuid#1.4.7, qs#6.1.0, combined-stream#1.0.5, mime-types#2.1.10, aws4#1.3.2, hawk#3.1.3, bl#1.1.2, http-signature#1.1.1, har-validator#2.0.6)
└── lodash#4.11.1
appc setup
Finding latest version ...5.3.0 OK
Validating security checksum OK
Installing ... OK
Compiling platform native modules ...
└ socket.io-client/ws ... OK
└ bunyan/dtrace-provider ... OK
└ appc-ldapjs/dtrace-provider ... OK
└ chokidar/fsevents ... OK
└ chokidar/fsevents ... OK
Appcelerator Login required to continue ...
? Appcelerator ID: ozznixon#gmail.com
? Appcelerator ID: ozznixon#gmail.com
? Password: ********
Invalid Appcelerator ID and password combination.
Appcelerator Login required to continue ...
? Appcelerator ID: ozznixon#gmail.com
? Password: **************
Invalid Appcelerator ID and password combination.
Appcelerator Login required to continue ...
? Appcelerator ID: ozznixon#gmail.com
? Password: ********
This computer must be authorized before you can complete your login.
? Confirm with authorization code to Email or Phone/SMS? Email to ozznixon#gmail.com
An authorization code was sent to your email at ozznixon#gmail.com
? Please enter the authorization code you received via your email at ozznixon#gmail.com: 7015
This computer is now authorized: Windows Machine ID: 8f61c9c2-dad0-4208-9e4c-c096d20e2894
You can deauthorize this computer by logging out with appc logout
Generating Developer Certificate and Private/Public Keys...
? Do you plan on developing Titanium apps? Yes
Checking your environment...
No Mobile SDK found, downloading ...
New version available! 5.3.0.GA
Downloading http://builds.appcelerator.com/mobile-releases/5.3.0/mobilesdk-5.3.0.GA-win32.zip
100% [========================================] 0.0s
Extracting SDK to C:\ProgramData\Titanium
100% [========================================]
Setting Titanium SDK 5.3.0.GA as the default.
Titanium SDK 5.3.0.GA successfully installed!
You have the latest Titanium SDK release 5.3.0.GA
The following JDK issues were found in your environment:
JDK (Java Development Kit) not installed.
If you already have installed the JDK, verify your JAVA_HOME environment variable is correctly set.
The JDK is required for must be manually downloaded and installed from
http://appcelerator.com/jdk.
Some issues were detected for your environment
Please review the above found issues that were detected for your environment.
You should resolve these issues before building or running a cross platform app.
You can re-run setup once they are resolved to validate.
appc setup complete!
I downloaded and installed: Java SE Development Kit 8 Update 92 (64-bit)
Then:
appc use
The following versions are available:
5.3.1-2 Not Installed
5.3.0 Installed (Latest) (Active)
5.3.0-47 Not Installed
5.3.0-43 Not Installed
5.3.0-34 Not Installed
5.2.0-265 Not Installed
5.2.2 Not Installed
5.2.0-213 Not Installed
5.2.1 Not Installed
5.2.1-12 Not Installed
5.2.0-55 Not Installed
5.2.0 Installed
5.1.0 Not Installed
5.0.4 Not Installed
5.0.3 Not Installed
5.0.2 Not Installed
5.0.1 Not Installed
5.0.0 Not Installed
4.1.3 Not Installed
4.1.2 Not Installed
4.1.1 Not Installed
4.1.0 Not Installed
5.0.0-50 Not Installed
5.0.0-40 Not Installed
4.0.2 Not Installed
4.1.0-0 Not Installed
4.0.1 Not Installed
4.0.0 Not Installed
4.0.0-rc Not Installed
1.2.123 Not Installed
0.2.285 Not Installed
0.2.283 Not Installed
0.2.282 Not Installed
0.2.276 Not Installed
0.2.273 Not Installed
0.2.255 Not Installed
0.2.247 Not Installed
0.2.246 Not Installed
0.2.242 Not Installed
0.2.241 Not Installed
0.2.230 Not Installed
0.2.229 Not Installed
0.2.228 Not Installed
0.2.227 Not Installed
0.2.226 Not Installed
0.2.225 Not Installed
0.2.224 Not Installed
0.2.223 Not Installed
0.2.222 Not Installed
0.2.221 Not Installed
0.2.220 Not Installed
0.2.219 Not Installed
0.2.218 Not Installed
0.2.217 Not Installed
0.2.216 Not Installed
0.2.215 Not Installed
0.2.214 Not Installed
0.2.213 Not Installed
0.2.212 Not Installed
0.2.210 Not Installed
0.2.209 Not Installed
0.2.208 Not Installed
0.2.207 Not Installed
0.2.204 Not Installed
0.2.203 Not Installed
0.2.201 Not Installed
0.2.200 Not Installed
0.2.199 Not Installed
0.2.198 Not Installed
0.2.198 Not Installed
0.2.197 Not Installed
0.2.196 Not Installed
0.2.195 Not Installed
0.2.192 Not Installed
0.2.191 Not Installed
0.2.187 Not Installed
0.2.186 Not Installed
0.2.185 Not Installed
0.2.183 Not Installed
0.2.182 Not Installed
0.2.181 Not Installed
0.2.181 Not Installed
0.2.180 Not Installed
0.2.179 Not Installed
0.2.178 Not Installed
0.2.177 Not Installed
0.2.176 Not Installed
0.2.175 Not Installed
0.2.174 Not Installed
0.2.173 Not Installed
0.2.172 Not Installed
0.2.170 Not Installed
0.2.169 Not Installed
0.2.101 Not Installed
0.2.101 Not Installed
0.2.101 Not Installed
0.2.100 Not Installed
0.2.99 Not Installed
0.2.98 Not Installed
0.2.97 Not Installed
Then:
appc new -t titanium --id com.jahbraids.intro -n introproj -p android
A new update (5.3.1-2) is available... Download with appc use 5.3.1-2
Appcelerator Command-Line Interface, version 5.3.0
Copyright (c) 2014-2016, Appcelerator, Inc. All Rights Reserved.
*** new completed. ***
Then:
appc run
Appcelerator Command-Line Interface, version 5.3.0
Copyright (c) 2014-2016, Appcelerator, Inc. All Rights Reserved.
2016-06-23T23:51:51.172Z | ERROR | An uncaught exception was thrown!
Cannot read property 'options' of undefined
2016-06-23T23:51:51.175Z | ERROR | Cannot read property 'options' of undefined
Searched, found closed ticket, and tried:
npm install -g titanium
npm WARN deprecated wrench#1.5.8: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.
C:\Users\Ozz Nixon\AppData\Roaming\npm\ti -> C:\Users\Ozz Nixon\AppData\Roaming\npm\node_modules\titanium\bin\titanium
C:\Users\Ozz Nixon\AppData\Roaming\npm\titanium -> C:\Users\Ozz Nixon\AppData\Roaming\npm\node_modules\titanium\bin\titanium
titanium#5.0.9 C:\Users\Ozz Nixon\AppData\Roaming\npm\node_modules\titanium
├── async#1.4.2
├── sprintf#0.1.5
├── humanize#0.0.9
├── semver#5.0.3
├── colors#1.1.2
├── wrench#1.5.8
├── temp#0.8.3 (os-tmpdir#1.0.1, rimraf#2.2.8)
├── fields#0.1.24 (keypress#0.2.1, colors#0.6.2)
├── winston#1.0.2 (cycle#1.0.3, isstream#0.1.2, stack-trace#0.0.9, eyes#0.1.8, async#1.0.0, pkginfo#0.3.1, colors#1.0.3)
├── longjohn#0.2.9 (source-map-support#0.3.2)
├── request#2.62.0 (forever-agent#0.6.1, caseless#0.11.0, aws-sign2#0.5.0, oauth-sign#0.8.2, tunnel-agent#0.4.3, stringstream#0.0.5, isstream#0.1.2, json-stringify-safe#5.0.1, extend#3.0.0, tough-cookie#2.2.2, node-uuid#1.4.7, qs#5.1.0, combined-stream#1.0.5, mime-types#2.1.11, form-data#1.0.0-rc4, http-signature#0.11.0, bl#1.0.3, hawk#3.1.3, har-validator#1.8.0)
├── moment#2.10.6
└── node-appc#0.2.31 (xmldom#0.1.19, semver#5.0.1, node-uuid#1.4.3, adm-zip#0.4.7, diff#2.1.0, optimist#0.6.1, uglify-js#2.4.24, request#2.61.0)
Still: appc run -p android
Appcelerator Command-Line Interface, version 5.3.0
Copyright (c) 2014-2016, Appcelerator, Inc. All Rights Reserved.
2016-06-23T23:57:09.690Z | ERROR | An uncaught exception was thrown!
Cannot read property 'options' of undefined
2016-06-23T23:57:09.695Z | ERROR | Cannot read property 'options' of undefined
Did Update: appc use 5.3.1-2
Before you can continue, the latest Appcelerator software update needs to be downloaded.
Finding version 5.3.1-2 ... OK
Validating security checksum OK
Installing ... OK
Compiling platform native modules ...
└ socket.io-client/ws ... OK
└ bunyan/dtrace-provider ... OK
└ appc-ldapjs/dtrace-provider ... OK
└ chokidar/fsevents ... OK
└ chokidar/fsevents ... OK
Installed!!
Still: appc run -p android
Appcelerator Command-Line Interface, version 5.3.1-2
Copyright (c) 2014-2016, Appcelerator, Inc. All Rights Reserved.
2016-06-24T12:28:18.008Z | ERROR | An uncaught exception was thrown!
Cannot read property 'options' of undefined
2016-06-24T12:28:18.011Z | ERROR | Cannot read property 'options' of undefined
Thanks for sharing with us. Please run the following command in the administrative command prompt.
del -rf ~/.appcelerator
del -rf ~/.titanium
npm uninstall -g titanium
npm uninstall -g appcelerator
npm install -g appcelerator
appc use latest
appc setup
appc login
The issue you're seeing looks to be https://jira.appcelerator.org/browse/TIMOB-23480. This issue has been fixed in the latest 5.3.1 builds of the SDK. You can install this using appc ti sdk install -b 5_3_X -d.
Also for your reference my JAVA_HOME is set to C:\Program Files (x86)\Java\jdk1.7.0_80, after setting this environment variable make sure to restart your command prompt.

ejabberd 15.07: no sasl log file anymore

I compiled ejabberd 15.07 (make install, using a prefix for destination).
I am under Linux Mint 16 (based on Ubuntu 13.10) with the distro's erlang package (version R16B01).
I also tested on Ubuntu 12.04 using Erlang OTP 18.0 (erlang compiled myself and ejabberd compiled using --with-erlang, distro's packages are not installed).
ejabberd works perfectly fine in both environments except that the erlang.log file is not created, basically no erlang SASL logs at all.
I upgraded from distro's ejabberd v2.1.10 where that file used to contain a bunch of supervisor logs or component crash/restarts.
Looking at ejabberdctl script, it actually does set the sasl_error_logger file like it always did in the past (e.g. in versions 2.x).
If I do
gperrot#tristan ~/apps/ejabberd/sbin $ su -c 'erl -sasl sasl_error_logger \{file,\"/home/gperrot/apps/ejabberd/var/log/ejabberd/erlang.log\"\}'
Erlang R16B01 (erts-5.10.2) [source] [64-bit] [smp:4:4] [async-threads:10] [kernel-poll:false]
Eshell V5.10.2 (abort with ^G)
1> application:start(sasl).
ok
I can get a erlang.log file created with some content.
I used bash -x ejabberdctl start to check the command it uses:
sh -c '/usr/bin/erl -sname ejabberd#localhost -noinput -detached -pa /home/gperrot/apps/ejabberd/lib/ejabberd/ebin -mnesia dir "\"/home/gperrot/apps/ejabberd/var/lib/ejabberd\"" -ejabberd log_rate_limit 100 log_rotate_size 10485760 log_rotate_count 1 log_rotate_date '\''""'\'' -s ejabberd -sasl sasl_error_logger \{file,\"/home/gperrot/apps/ejabberd/var/log/ejabberd/erlang.log\"\} +K true -smp auto +P 250000 start ""'
File path is set properly, same user running, same file permissions.
I don't understand why I get no erlang.log file managed by ejabberd.
SASL is correctly started:
gperrot#tristan ~/apps/ejabberd/sbin $ ejabberdctl debug
(ejabberd#localhost)1> application:start(sasl).
{error,{already_started,sasl}}
And in ejabberd.log I also get
2015-09-04 17:29:51.252 [info] <0.7.0> Application sasl started on node ejabberd#localhost
But not erlang.log file.
Any idea why?