A page in your DokuWiki was added or changed. Here are the details: Date : 2013/03/12 20:23 Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1 IP-Address : 46.142.148.41 Hostname : 41-148-142-46.pool.kielnet.net Old Revision: http://wiki.x2go.org/doku.php/wiki:obsolete:x2goserver-installation-gentoo?r... New Revision: http://wiki.x2go.org/doku.php/wiki:obsolete:x2goserver-installation-gentoo Edit Summary: removed User : sunweaver @@ -1,48 +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, you can also check out the experimental nx overlay to see if it has newer versions - http://overlays.gentoo.org/proj/nx/wiki/Overlay_HOWTO - - Latest version in main tree 2011-03-15: net-misc/x2goserver-3.0.1.5-r1 - - ====== Set your USE flags ====== - - Check your USE flags pertaining to x2goserver - - ''emerge -pv net-misc/x2goserver'' - - The most basic install can be done with USE="sqlite -fuse -postgres", which disables fuse-based file sharing and uses sqlite for the session database. - - If you need to change USE flags, use the normal mechanisms of editing /etc/make.conf or /etc/portage/package.use - http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=2 - - ====== Do the emerge ====== - - Simple enough... - - ''emerge net-misc/x2goserver'' - - Note: as of 2011-03-15 there is a missing dependency on media-fonts/font-cursor-misc, so if you don't see media-fonts/font-cursor-misc installed after emerging x2goserver, then install it manually - - ''emerge media-fonts/font-cursor-misc'' - ====== 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://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3&chap=1#doc_chap4 ) - - At this time, there are 2 tasks that must be done manually - - * initialize the sqlite database - /usr/share/x2go/script/x2gosqlite.sh - - * configure sudo so that users who should be able to start x2go sesssions can run /usr/bin/x2gopgwrapper - For instance, the log message suggests adding following line to /etc/sudoers - %users ALL=(ALL) NOPASSWD: /usr/bin/x2gopgwrapper -- This mail was generated by DokuWiki at http://wiki.x2go.org/