This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:obsolete:x2goserver-installation-gentoo [2011/11/15 11:41] sunweaver wiki:development:build-howto-linux:x2goserver-gentoo renamed to wiki:obsolete:x2goserver-installation-gentoo (Found obsolete/old wiki page) |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Build X2GoServer for Gentoo ====== | ||
| - | FIXME FIXME FIXME FIXME | ||
| - | |||
| - | THIS PAGE IS VERY OLD AND NOT AT ALL UP-TO-DATE!!!!! | ||
| - | |||
| - | FIXME FIXME FIXME FIXME | ||
| - | |||
| - | ====== Choose your ebuild source ====== | ||
| - | |||
| - | Gentoo has x2goserver ebuilds in the main tree, which is the recommended place to start. If you're an experienced gentoo user & feeling adventurous, | ||
| - | http:// | ||
| - | |||
| - | Latest version in main tree 2011-03-15: net-misc/ | ||
| - | |||
| - | ====== Set your USE flags ====== | ||
| - | |||
| - | Check your USE flags pertaining to x2goserver | ||
| - | |||
| - | '' | ||
| - | |||
| - | The most basic install can be done with USE=" | ||
| - | |||
| - | If you need to change USE flags, use the normal mechanisms of editing / | ||
| - | http:// | ||
| - | |||
| - | ====== Do the emerge ====== | ||
| - | |||
| - | Simple enough... | ||
| - | |||
| - | '' | ||
| - | |||
| - | Note: as of 2011-03-15 there is a missing dependency on media-fonts/ | ||
| - | |||
| - | '' | ||
| - | ====== Configuration ====== | ||
| - | |||
| - | Remember to check log messages after the emerge, because there are important configuration details still to be handled (you do have PORTAGE_ELOG_SYSTEM and PORTAGE_ELOG_CLASSES set, right? | ||
| - | http:// | ||
| - | |||
| - | At this time, there are 2 tasks that must be done manually | ||
| - | |||
| - | * initialize the sqlite database | ||
| - | / | ||
| - | | ||
| - | * configure sudo so that users who should be able to start x2go sesssions can run / | ||
| - | For instance, the log message suggests adding following line to / | ||
| - | %users ALL=(ALL) NOPASSWD: / | ||