Installflashpolicyd

From IRC Wiki
Revision as of 21:35, 13 January 2011 by Bertrum (talk | contribs) (Created page with ''''This demonstrates how to run flash without root. Login via ssh then do:''' <pre> cd flash* ./flashpolicyd.rb --xml flashpolicy.xml --logfile flashpolicyd.log --port 8002 ps x …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This demonstrates how to run flash without root. Login via ssh then do:

cd flash*
./flashpolicyd.rb --xml flashpolicy.xml --logfile flashpolicyd.log --port 8002
ps x 

(then check flashpolicy is in the list that appears, is so it has worked/been started.)


Should this fail to work do this after logging in via ssh:

rm -r flashpolicy*
wget http://www.lightirc.com/release/flashpolicyd.zip
unzip flashpolicyd.zip
cd flashpolicyd
chmod a+x flashpolicyd.rb
./flashpolicyd.rb --xml flashpolicy.xml --logfile flashpolicyd.log --port 8002
ps x

(then check flashpolicy is in the list that appears, is so it has worked/been started.)


If you have root access start flash policy like this:

./flashpolicyd.rb --xml flashpolicy.xml --logfile flashpolicyd.log