Difference between revisions of "Talk:Ajaxterm"

From SME Server
Jump to navigationJump to search
m
Line 21: Line 21:
 
  service ajaxterm restart
 
  service ajaxterm restart
 
  Starting Ajaxterm daemon (ajaxterm.py):                    [  OK  ]
 
  Starting Ajaxterm daemon (ajaxterm.py):                    [  OK  ]
 +
 +
<font color=red>user must be added before install. Article updated (mweinber, 17 Mar 2008)</font>
  
 
==config==
 
==config==
 
the config setprop values don't stick until you first create the ajaxterm value
 
the config setprop values don't stick until you first create the ajaxterm value
 
  config set Ajaxterm service
 
  config set Ajaxterm service
 +
<font color=red>Article updated (mweinber, 17 Mar 2008)</font>
  
 
==servicelink==
 
==servicelink==
 
alter the symlink so it obeys status|disabled
 
alter the symlink so it obeys status|disabled

Revision as of 15:32, 17 March 2008

User/permissions

Installing:

smeserver-ajaxterm      noarch     1.0.5-1.el4.sme  smecontribs        42 k

gave errors

  Installing: smeserver-ajaxterm       [1/1]warning: user ajaxterm does not exist - using root

from the spec

 --dir /opt/ajaxterm 'attr(0750,ajaxterm,www)' \...
 --file /opt/ajaxterm/ 'attr(0640,ajaxterm,www)' \
 --file /opt/ajaxterm/ajaxterm.py 'attr(0550,ajaxterm,www)' \
 --file /opt/ajaxterm/login.pl 'attr(0550,ajaxterm,www)' \

then when you start, you get an error, until you add the ajaxterm user (and fix the permissions)

service ajaxterm restart
/usr/bin/id: ajaxterm: No such user

adduser ajaxterm

service ajaxterm restart
Starting Ajaxterm daemon (ajaxterm.py):                    [  OK  ]

user must be added before install. Article updated (mweinber, 17 Mar 2008)

config

the config setprop values don't stick until you first create the ajaxterm value

config set Ajaxterm service

Article updated (mweinber, 17 Mar 2008)

servicelink

alter the symlink so it obeys status|disabled