For the quickest reply, please use our new Customer Helpdesk and Feedback platform
 
   
 
yaws not starting
Posted: 04 November 2008 11:56 AM   [ Ignore ]
Senior Member
Avatar
RankRankRankRank
Total Posts:  117
Joined  2006-11-13

yaws packaging was not upgraded correctly
starting yaws will complain not finding setuid_drv driver.

short term fix:
cd erlang/lib/yaws-1.77/priv && ln -s linux-x86/lib
(change linux-x86 to you effective archdir of course)

long term fix:
i’ll upgrade the package this week so yaws:start() will work without change
i’ll not upgrade yaws version by now. so to apply change when new package will be ready:
cean:uninstall(yaws).
cean:install(yaws).

Profile