Difference between revisions of "Talk:Ajaxterm"

From SME Server
Jump to navigationJump to search
(1.0.5-1 errors)
m
Line 5: Line 5:
 
   Installing: smeserver-ajaxterm      [1/1]warning: user ajaxterm does not exist - using root
 
   Installing: smeserver-ajaxterm      [1/1]warning: user ajaxterm does not exist - using root
  
then when you start, you get an error, until you add the ajaxterm user  
+
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
 
  service ajaxterm restart
Line 14: Line 20:
 
  service ajaxterm restart
 
  service ajaxterm restart
 
  Starting Ajaxterm daemon (ajaxterm.py):                    [  OK  ]
 
  Starting Ajaxterm daemon (ajaxterm.py):                    [  OK  ]
 +
 +
the config setprop values don't stick until you first create the ajaxterm value
 +
config set Ajaxterm service

Revision as of 12:23, 5 March 2008

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  ]

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

config set Ajaxterm service