Paul Webster wrote:
> Completely untested ...
>
> You will need SSH connection to your pCP system (for example - using
> PuTTY)
>
> Set AutoStart to No - pCP web interface/Tweaks/Automatic start of
> Jivelite when pCP boots
> Reboot
>
> Login via SSH to pCP
> Verify that Jivelite is not running
>
> >
Code:
--------------------
> >
> ps -ef | grep -i jivelite
>
--------------------
> >
> if you see
> /opt/jivelite/bin/jivelite
> then it is running - so go back through the steps above.
>
> Now that Jivelite is not running (do not use "kill" to stop it because
> it will be restarted by a script) you can try the next part
>
> Note - in the command below it is essential that you copy each one,
> one at a time, and execute them via your SSH session.
> Case is important (upper v lower) and the brackets are curly ... use
> copy/paste
>
> >
Code:
--------------------
> >
> echo settings = {setupDone=true,} > SetupWelcome.lua
> sudo chown root SetupWelcome.lua
> sudo mv SetupWelcome.lua .jivelite/userpath/settings/
>
> echo settings = {locale="EN",} > SetupLanguage.lua
> sudo chown root SetupLanguage.lua
> sudo mv SetupLanguage.lua .jivelite/userpath/settings/
>
--------------------
> >
>
> ls -lrt .jivelite/userpath/settings/
>
> copy the output and save it to a text file
>
>
> Then set jivelite to start on boot and reboot
Thank you thank you so much for such great help.
I have the errors below:
1) mv: can't rename 'SetupWelcome.lua': No such file or directory
2) mv: can't rename 'SetupLanguage.lua': No such file or directory
3) ls: .jivelite/userpath/settings/: No such file or directory
I have copied what I did below.
tc@piCorePlayer:~$ ps -ef | grep -i jivelite
9119 tc 0:00 grep -i jivelite
tc@piCorePlayer:~$ echo settings = {setupDone=true,} > SetupWelcome.lua
tc@piCorePlayer:~$ sudo chown root SetupWelcome.lua
tc@piCorePlayer:~$ sudo mv SetupWelcome.lua
.jivelite/userpath/settings/
mv: can't rename 'SetupWelcome.lua': No such file or directory
tc@piCorePlayer:~$ sudo chown root SetupWelcome.lua
tc@piCorePlayer:~$ sudo mv SetupWelcome.lua
.jivelite/userpath/settings/
mv: can't rename 'SetupWelcome.lua': No such file or directory
tc@piCorePlayer:~$ echo settings = {locale="EN",} > SetupLanguage.lua
tc@piCorePlayer:~$ sudo chown root SetupLanguage.lua
tc@piCorePlayer:~$ sudo mv SetupLanguage.lua
.jivelite/userpath/settings/
mv: can't rename 'SetupLanguage.lua': No such file or directory
tc@piCorePlayer:~$ ls -lrt .jivelite/userpath/settings/
ls: .jivelite/userpath/settings/: No such file or directory
before the first step of your guide i had:
tc@piCorePlayer:~$ ps -ef | grep -i jivelite
8825 root 0:00 {jivelite.sh} /bin/sh
/opt/jivelite/bin/jivelite.sh
9845 tc 0:00 grep -i jivelite
Any idea? Thanks again
------------------------------------------------------------------------
Frapicore's Profile: http://forums.slimdevices.com/member.php?userid=71225
View this thread: http://forums.slimdevices.com/showthread.php?t=116121
_______________________________________________
diy mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/diy