hi -- i'm building from cvs (HEAD, currently, but i also tried the RELEASE_2_0_5 tag) on ubuntu dapper. my kernel is 2.6.15-magma, installed from the linuxcnc package repository.
the realtime modules all installed correctly, but scripts/realtime was looping until error in the loop in CheckLoaded(). it turned out that /dev/rtai_shm was being created mode 660, and if i insert a "chmod 666 $SHM_DEV" just before that loop, then all is now well. but this makes me think something else is amiss -- i saw the note on the wiki about udev tromping on the RTAI devices -- is there a way to keep that from happening? (i also lost the /dev/rtf? devices, which i discovered when i tried to run the realtime latency test.) paul =--------------------- paul fox, [EMAIL PROTECTED] (arlington, ma, where it's 26.4 degrees) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
