ejabberd - Comments for "Start up script" https://www.ejabberd.im/node/192 en Problem Solved https://www.ejabberd.im/node/192#comment-3929 <p>some guys toldme to try with:</p> <p>export HOME=/some/home</p> <p>in the script and it works!!!</p> Fri, 18 May 2007 12:32:11 +0000 dieguiariel comment 3929 at https://www.ejabberd.im Same problem https://www.ejabberd.im/node/192#comment-3663 <p>Same problem here, running erlang/otp r10b-8, ejabberd 0.9.8 on suse 9.1, it runs perfect form console, but no from starup with same message, anyone can help?</p> Mon, 07 May 2007 14:54:52 +0000 dieguiariel comment 3663 at https://www.ejabberd.im Badlop, Sorry for this https://www.ejabberd.im/node/192#comment-511 <p>Badlop, Sorry for this belated response....other things took precedence</p> <p>I am running Mandrake 10 with Erlang/OTP R10B-4 and I created a test user and successfully ran erl. What should I do next?</p> Fri, 03 Jun 2005 09:03:21 +0000 kodion comment 511 at https://www.ejabberd.im So the problem appears when E https://www.ejabberd.im/node/192#comment-403 <p>So the problem appears when Erlang is started by the system instead of a regular user. I tried to emulate your problem in Debian GNU/Linux sid with Erlang/OTP R10B-4 creating a new system user with no home, and I found no problems: <pre>$ sudo adduser --no-create-home ... Adding new group `bobo2' (1004). Adding new user `bobo2' (1004) with group `bobo2'. Not creating /home/bobo2. ... $ su bobo2 Password: bobo2:/home$ echo $HOME bobo2:/home$ erl Erlang (BEAM) emulator version 5.4.5 [source] [hipe] Eshell V5.4.5 (abort with ^G) 1> </pre> </p> <p>What Erlang version? What operating system? Try what I did, does it succeed?</p> Thu, 28 Apr 2005 21:50:29 +0000 mfoss comment 403 at https://www.ejabberd.im my earlier post was too hasty https://www.ejabberd.im/node/192#comment-400 <p>my earlier post was too hasty. It had worked without errors when I ran /etc/rc.local from the console logged in as root and the error message didn't show up in the logs. The error message however reappeared when I rebooted the server and ejabberd still does not run automatically</p> <p>I still need help</p> Thu, 28 Apr 2005 15:35:36 +0000 kodion comment 400 at https://www.ejabberd.im Thanks...that worked. https://www.ejabberd.im/node/192#comment-399 <p>Thanks...that worked.</p> Thu, 28 Apr 2005 12:35:28 +0000 kodion comment 399 at https://www.ejabberd.im Did you try to set the HOME s https://www.ejabberd.im/node/192#comment-387 <p>Did you try to set the HOME system variable? Just add HOME=/home/kodion or whatever after ERL=... on that script.</p> Tue, 26 Apr 2005 14:54:40 +0000 mfoss comment 387 at https://www.ejabberd.im