A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/02 06:38
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:repositories:suse?rev=1478063235
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:suse
Edit Summary: Update tags.
User : ionic
@@ -13,9 +13,9 @@
<code bash>
zypper ar obs://X11:RemoteDesktop:x2go/<distro-tag> x2go
</code>
- Substitute ''<distro-tag>'' by the tag for the distribution you are actually using. Available ones are: ''openSUSE_Tumbleweed'', ''openSUSE_12.2'', ''openSUSE_12.3'', ''openSUSE_Leap_42.1'', ''SLE_11'' (SLES 11 SP2) and ''SLE_12'' (SLES 12).
+ Substitute ''<distro-tag>'' by the tag for the distribution you are actually using. Available ones are: ''openSUSE_Tumbleweed'', ''openSUSE_13.1'', ''openSUSE_13.2'',
''openSUSE_Leap_42.1'', ''SLE_11'' (SLES 11 SP2) and ''SLE_12'' (SLES 12).
==== Post-Addition Test ====
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/02 06:35
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:development:nightly-builds?rev=1477974800
New Revision: http://wiki.x2go.org/doku.php/wiki:development:nightly-builds
Edit Summary: Rewrite page, mostly linking to the relevant wiki:repositories: pages.
User : ionic
@@ -10,22 +10,13 @@
===== Nightly Builds for GNU/Linux =====
- We provide nightly builds of X2Go client and X2Go server components for several GNU/Linux based distributions: [[#nightly-builds_for_debian_gnu_linux|Debian GNU/Linux]], [[#nightly-builds_for_debian_gnu_linux|Ubuntu GNU/Linux]], [[#nightly-builds_for_fedora_gnu_linux|Fedora GNU/Linux]] and [[#nightly-builds_for_epel|Redhat Enterprise Linux (and derivatives)]].
+ We provide
nightly builds of X2Go client and X2Go server components for several GNU/Linux based distributions: [[#nightly-builds_for_debian_gnu_linux|Debian GNU/Linux]], [[#nightly-builds_for_debian_gnu_linux|Ubuntu GNU/Linux]], [[#nightly-builds_for_fedora_gnu_linux|Fedora GNU/Linux]] and [[#nightly-builds_for_epel|Redhat Enterprise Linux (and derivates)]].
==== Nightly-Builds for Debian GNU/Linux ====
- The nightly builds for Debian can be added to your local system by putting these two lines into ''/etc/apt/sources.list.d/x2go.list'' (example for Debian squeeze):
-
- <code>
- # X2Go nightly builds repository
- deb http://packages.x2go.org/debian squeeze main heuler
- # X2go nightly builds repository (sources)
- deb-src http://packages.x2go.org/debian squeeze main heuler
- </code>
-
- **Note:** to get all packages relevant to X2Go onto your system, please also add the main area of the Debian package repository to your APT sources when installing any of the nightly built packages.
+
Follow [[wiki:repositories:debian#adding_this_repository_to_your_package_system|the X2Go Packages for Debian GNU/Linux instructions]], but comment the ''main'' lines and uncomment the ''heuler'' lines.
==== Nightly Builds for Ubuntu GNU/Linux ====
The nightly builds for Ubuntu can be retrieved from a PPA on Launchpad. Use the follwing command to add the ppa:x2go/ppa as a package source to your local system:
@@ -38,137 +29,27 @@
==== Nightly Builds for Fedora GNU/Linux ====
- We provide nightly builds for the latest and still support Fedora distributions.
+ Follow [[wiki:repositories:fedora#adding_the_x2go_repository_to_your_package_system|the X2Go Packages for Fedora GNU/Linux instructions]], but disable the ''release'' repositories and enable the ''nightly'' repositories.
- Install the below file as '''/etc/yum.repos.d/x2go.repo'''.
-
- Note, that the source repository is disabled by default.
-
-
- <code>
- [x2go-nightly]
- name=Upstream X2Go Packages
(nightly builds)
- baseurl=http://packages.x2go.org/fedora/$releasever/heuler/$basearch
- gpgcheck=0
- enabled=1
- protect=0
-
- [x2go-sources]
- name=Upstream X2Go Packages (nightly builds) Sources
- baseurl=http://packages.x2go.org/fedora/$releasever/heuler/SRPM
- gpgcheck=0
- enabled=0
- protect=0
- </code>
+ The ''source''-tagged repositories do not need to be enabled, unless the source RPMs are needed for (re-)building packages.
==== Nightly Builds for RHEL ====
We provide nightly builds for RHEL-5, RHEL-6 and RHEL-7 (x86_64 architecture only for now). For RHEL-5 only the X2Go Server side is available, because both X2Go client implementations (X2Go Client and PyHoca) won't build on the very old library base of RHEL/EPEL-5.
- The below '''.repo''' file is for RHEL 5, 6, 7 and derivatives (e.g. Centos or Scientific Linux). Install the below file as '''/etc/yum.repos.d/x2go.repo'''.
+ Follow
[[wiki:repositories:epel#adding_the_x2go_repository_to_your_package_system|the X2Go Packages for Redhat Enterprise Linux and Derivatives]], but disable the ''release'' repositories and enable the ''nightly'' repositories.
- Note, that the source repository is disabled by default.
+ The ''source''-tagged repositories do not need to be enabled, unless the source RPMs are needed for (re-)building packages.
- <code>
- [x2go-nightly]
- name=Upstream X2Go Packages (nightly builds)
- baseurl=http://packages.x2go.org/epel/$releasever/heuler/$basearch
- gpgcheck=0
- enabled=1
- protect=0
+ These repositories also depend on (and replace the X2Go) packages from the Fedora EPEL project. See [[http://fedoraproject.org/wiki/EPEL/FAQ#Using_EPEL|using EPEL]].
- [x2go-nightly-sources]
- name=Upstream X2Go Packages (nightly builds) Sources
- baseurl=http://packages.x2go.org/epel/$releasever/heuler/SRPM
- gpgcheck=0
- enabled=0
- protect=0
+ ==== Nightly Builds for (Open-)SUSE ====
-
[x2go-extras]
- name=Upstream X2Go Packages (extra packages)
- baseurl=http://packages.x2go.org/epel/$releasever/extras/$basearch
- gpgcheck=0
- enabled=1
- protect=0
- </code>
-
- These repositories also depend on (and replaces the X2Go) packages from the Fedora EPEL project. See [[http://fedoraproject.org/wiki/EPEL/FAQ#Using_EPEL|using EPEL]].
-
- The ''[x2go-extras]'' repository is currently / temporarily required for installing some of the X2Go packages via our RHEL-5 and RHEL-6 repository.
-
- Some packages from ''[x2go-extras]'' are required for the nightly built packages as well as for [[wiki:repositories:epel|released RPM packages]]. Those packages [[http://packages.x2go.org/epel/5/extras/i386/rpms/| (RHEL 5 32-bit) ]] [[http://packages.x2go.org/epel/5/extras/x86_64/rpms/| (RHEL 5 64-bit) ]] [[http://packages.x2go.org/epel/6/extras/i386/rpms/| (RHEL 6 32-bit) ]] [[http://packages.x2go.org/epel/6/extras/x86_64/rpms/| (RHEL 6 64-bit) ]] are not part of X2Go, but required as
dependencies. They finally have to be integrated into the official EPEL-6 project's repository.
-
- ==== Nightly Builds for openSUSE / SUSE Linux Enterprise ====
-
- We provide nightly builds for openSUSE (12.3, 13.1 and 13.2) / SUSE Linux Enterprise (11.2, 11.3, 12.0).
-
- === Nightly Builds for openSUSE ===
-
- The below '''.repo''' file is for openSUSE 13.1. Install the below file as '''/etc/zypp/repos.d/x2go-nightly.repo'''.
-
- Note, that the source repository is disabled by default.
-
- <code>
- [x2go-nightly]
- name = Upstream X2Go Packages (nightly builds)
- type = rpm-md
- baseurl = http://packages.x2go.org/opensuse/13.1/heuler/$basearch
- gpgcheck = 0
- enabled = 1
- protect = 0
-
- [x2go-nightly-sources]
- name = Upstream X2Go Packages (nightly builds) Sources
- type = rpm-md
- baseurl = http://packages.x2go.org/opensuse/13.1/heuler/SRPM
- gpgcheck = 0
- enabled = 0
- protect = 0
-
- [x2go-extras]
- name = Upstream X2Go Packages (extra packages)
- type = rpm-md
-
baseurl = http://packages.x2go.org/opensuse/13.1/extras/
- enabled=1
- gpgcheck = 0
- </code>
-
- The ''[x2go-extras]'' repository is currently needed for all supported openSUSE versions.
-
- === Nightly Builds for SUSE Linux Enterprise ===
-
- The below '''.repo''' file is for SLE 11.3. Install the below file as '''/etc/zypp/repos.d/x2go-nightly.repo'''.
-
- Note, that the source repository is disabled by default.
-
- <code>
- [x2go-nightly]
- name = Upstream X2Go Packages (nightly builds)
- type = rpm-md
- baseurl = http://packages.x2go.org/sle/11.3/heuler/$basearch
- gpgcheck = 0
- enabled = 1
- protect = 0
-
- [x2go-nightly-sources]
- name = Upstream X2Go Packages (nightly builds) Sources
- type = rpm-md
- baseurl = http://packages.x2go.org/sle/11.3/heuler/SRPM
- gpgcheck = 0
- enabled = 0
- protect = 0
-
- [x2go-extras]
- name = Upstream X2Go Packages (extra packages)
- type = rpm-md
- baseurl = http://packages.x2go.org/sle/11.3/extras/
- enabled=1
- gpgcheck = 0
-
</code>
+ We provide nightly builds for openSUSE (12.3, 13.1, 13.2 and Leap 42.1) / SUSE Linux Enterprise (11.2, 11.3, 12.0).
- The ''[x2go-extras]'' repository is currently needed for all supported SLE versions.
+ Follow [[wiki:repositories:suse#adding_the_x2go_repository_to_your_package_system|the X2Go packages for SUSE-based systems instructions]] and especially keep an eye open for the ''nightly'' part.
===== Nightly Builds of X2Go Client for MS Windows =====
@@ -180,8 +61,8 @@
If someone feels like volunteering and wants to help out with build automation of the MS Windows version of PyHoca, please [[wiki:development:join-the-team|contact the X2Go developer team]].
===== Preview Builds for Mac OS X =====
- Currently we provide irregular pre-views of X2Go Client binaries for Mac OS X. [[http://code.x2go.org/releases/binary-macosx/|Refer to our download server]] for what previews are available.
+ Currently we provide irregular previews of X2Go Client
binaries for Mac OS X. [[http://code.x2go.org/releases/binary-macosx/|Refer to our download server]] for what previews are available.
If someone feels like volunteering and wants to help out with build automation of the Mac OS X version of X2Go Client, please [[wiki:development:join-the-team|contact the X2Go developer team]].
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/02 05:47
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:repositories:epel?rev=1478064351
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:epel
Edit Summary: Switch back to derivatives...
User : ionic
@@ -1,5 +1,5 @@
- ====== X2Go Packages for Redhat Enterprise Linux and Derivates ======
+ ====== X2Go Packages for Redhat Enterprise Linux and Derivatives ======
<note warning>Do not mix-and-match packages from the official EPEL repository with packages from the X2Go EPEL repository. Due to differing version number schemes, you will definitely run into problems. If you **really** need to switch between repositories, make sure to uninstall all X2Go packages first.</note>
Select one approach
listed here, thus either the official (downstream) EPEL packages repository, or our X2Go EPEL repository and stick to it.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/02 05:46
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:repositories:archives:epel?rev=1478064407
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:archives:epel
Edit Summary: Switch back to derivatives...
User : ionic
@@ -1,5 +1,5 @@
- ====== Archived X2Go Packages for Redhat Enterprise Linux and Derivates ======
+ ====== Archived X2Go Packages for Redhat Enterprise Linux and Derivatives ======
<note>This information is only intended for use with the X2Go repositories. If you use the official EPEL repositories, please refer to their documentation and infrastructure.</note>
Alongside with the instructions on the [[wiki:repositories:epel|main EPEL repository page]], we provide a repository
archive for archived X2Go EPEL packages for deprecated EPEL "releases". These are provided in the state they were in after their last successful build. This repository is not updated at all, other than when a new EPEL release version is deprecated.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/02 05:30
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver?rev=1478064512
New Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver
Edit Summary: Switch from wiki:repositories:redhat to wiki:repositories:epel.
User : ionic
@@ -93,9 +93,9 @@
===== RHEL 6 =====
There are two sources for X2Go packages for RHEL 6 - our packages repository and Fedora EPEL.
- Select **one method only** and follow [[wiki:repositories:redhat|adding X2Go to RedHat]] to configure the repository of your choice.
+ Select **one method only** and follow [[wiki:repositories:epel|adding X2Go to RedHat-based systems]] to configure the repository of your choice.
==== Activating Optional Channels
for RHEL ====
Check that you have activated the "optional" channel:
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/02 05:28
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver?rev=1478064205
New Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver
Edit Summary: Remove the OBS section for EPEL 5, it's probably not a good idea to keep that in the current state.
User : ionic
@@ -138,74 +138,8 @@
<code bash>
sudo yum install x2goserver-xsession
</code>
- ===== EPEL 5 (via Opensuse Build Service) =====
-
- [[wiki:repositories:redhat|Add the X2Go repo]] to your yum configuration using tag ''RHEL_5''.
- ==== Installing Required Dependencies (fuse and perl modules) ====
- === Download required packages manually ===
-
- One approach is to download required packages manually. Yum will tell
you what is needed, when you ask it to install ''x2goserver''.
-
- * perl(File::BaseDir) - perl-File-BaseDir-0.03-1.el5.noarch.rpm
- * perl(Sys::Syslog) - perl-Sys-Syslog-0.27-1.el5.x86_64.rpm
- * fuse - fuse-2.7.4-8.el5.x86_64.rpm
- * libfuse.so.2 - fuse-libs-2.7.4-8.el5.x86_64.rpm
- * fuse-sshfs - fuse-sshfs-2.2-1.el5.rf.x86_64.rpm
-
- * ''rpm -i --nosignature perl-File-BaseDir-0.03-1.el5.noarch.rpm perl-Sys-Syslog-0.27-1.el5.x86_64.rpm''
- * ''rpm -i --nosignature fuse-sshfs-2.2-1.el5.rf.x86_64.rpm fuse-libs-2.7.4-8.el5.x86_64.rpm fuse-2.7.4-8.el5.x86_64.rpm''
- ==== Installing X2Go Server ====
- You should now be able to install the ''x2goserver'' package:
-
- yum install x2goserver
-
- Unfortunately, in my case I get an error when ''x2goserver'' is being installed:
-
- Running Transaction
- Installing: libXcomp3 ####################### [ 1/24]
- Installing: libNX_X11-6 ####################### [ 2/24]
-
Installing: libNX_Xext6 ####################### [ 3/24]
- Installing: libNX_Xrender1 ####################### [ 4/24]
- Installing: libNX_Xrandr2 ####################### [ 5/24]
- Installing: libNX_Xtst6 ####################### [ 6/24]
- Installing: libNX_Xdamage1 ####################### [ 7/24]
- Installing: makepasswd ####################### [ 8/24]
- Installing: libXcompshad3 ####################### [ 9/24]
- Installing: libNX_Xpm4 ####################### [10/24]
- Installing: libNX_Xinerama1 ####################### [11/24]
- Installing: libXcompext3 ####################### [12/24]
- Installing: libNX_freetype6 ####################### [13/24]
- Installing: libNX_Xfixes3 ####################### [14/24]
- Installing: libNX_Xdmcp6
####################### [15/24]
- Installing: libNX_Xcomposite1 ####################### [16/24]
- Installing: perl-DBI ####################### [17/24]
- Installing: perl-DBD-Pg ####################### [18/24]
- Installing: perl-DBD-SQLite ####################### [19/24]
- Installing: perl-Config-Simple ####################### [20/24]
- Installing: nxagent ####################### [21/24]
- Installing: x2goserver ####################### [22/24]
- "make_path" is not exported by the File::Path module
- Can't continue after import errors at /usr/sbin/x2godbadmin line 25
- BEGIN failed--compilation aborted at /usr/sbin/x2godbadmin line 25.
- chgrp: cannot access `/var/lib/x2go/x2go_sessions': No such file or directory
- chmod: cannot access `/var/lib/x2go/x2go_sessions': No such file or directory
- Installing: x2goagent
####################### [23/24]
- Installing: x2goserver ####################### [24/24]
- "make_path" is not exported by the File::Path module
- Can't continue after import errors at /usr/sbin/x2godbadmin line 25
- BEGIN failed--compilation aborted at /usr/sbin/x2godbadmin line 25.
- chgrp: cannot access `/var/lib/x2go/x2go_sessions': No such file or directory
- chmod: cannot access `/var/lib/x2go/x2go_sessions': No such file or directory
-
- Installed: x2goserver.i386 0:4.0.1.6-1.1 x2goserver.x86_64 0:4.0.1.6-1.1
- Dependency Installed: libNX_X11-6.x86_64 0:3.5.0.20-4.1 libNX_Xcomposite1.x86_64 0:3.5.0.20-4.1 libNX_Xdamage1.x86_64 0:3.5.0.20-4.1 libNX_Xdmcp6.x86_64 0:3.5.0.20-4.1 libNX_Xext6.x86_64 0:3.5.0.20-4.1 libNX_Xfixes3.x86_64 0:3.5.0.20-4.1 libNX_Xinerama1.x86_64 0:3.5.0.20-4.1 libNX_Xpm4.x86_64 0:3.5.0.20-4.1 libNX_Xrandr2.x86_64 0:3.5.0.20-4.1 libNX_Xrender1.x86_64 0:3.5.0.20-4.1 libNX_Xtst6.x86_64 0:3.5.0.20-4.1
libNX_freetype6.x86_64 0:3.5.0.20-4.1 libXcomp3.x86_64 0:3.5.0.20-4.1 libXcompext3.x86_64 0:3.5.0.20-4.1 libXcompshad3.x86_64 0:3.5.0.20-4.1 makepasswd.x86_64 0:0.5.0-2.2 nxagent.x86_64 0:3.5.0.20-4.1 perl-Config-Simple.x86_64 0:4.59-14.1 perl-DBD-Pg.x86_64 0:1.49-1.fc6 perl-DBD-SQLite.x86_64 0:1.37-26.1 perl-DBI.x86_64 0:1.617-8.1 x2goagent.x86_64 0:3.5.0.20-4.1
- Complete!
-
- Despite being installed x2goserver is dysfunctional afterwards. On connection it yields an error:
-
- Verbindung fehlgeschlagen DBD::SQLite::db prepare failed: no such table: sessions at /usr/libexec/x2go/x2gosqlitewrapper.pl line 423. Can't call method "execute" on an undefined value at /usr/libexec/x2go/x2gosqlitewrapper.pl line 431.
===== EPEL 5 (via packages.x2go.org) =====
<note warning>Due to [[http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=714|bug #714]], currently yum will not tell you what is needed.</note>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/02 05:26
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:repositories:archives:epel?rev=1478064038
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:archives:epel
Edit Summary: Change "Derivatives" to "Derivates".
User : ionic
@@ -1,5 +1,5 @@
- ====== Archived X2Go Packages for Redhat Enterprise Linux and Derivatives ======
+ ====== Archived X2Go Packages for Redhat Enterprise Linux and Derivates ======
<note>This information is only intended for use with the X2Go repositories. If you use the official EPEL repositories, please refer to their documentation and infrastructure.</note>
Alongside with the instructions on the [[wiki:repositories:epel|main EPEL repository page]], we provide a
repository archive for archived X2Go EPEL packages for deprecated EPEL "releases". These are provided in the state they were in after their last successful build. This repository is not updated at all, other than when a new EPEL release version is deprecated.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/02 05:25
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:repositories:epel?rev=1478031172
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:epel
Edit Summary: Replace "derivatives" by "derivates".
User : ionic
@@ -1,5 +1,5 @@
- ====== X2Go Packages for Redhat Enterprise Linux and Derivatives ======
+ ====== X2Go Packages for Redhat Enterprise Linux and Derivates ======
<note warning>Do not mix-and-match packages from the official EPEL repository with packages from the X2Go EPEL repository. Due to differing version number schemes, you will definitely run into problems. If you **really** need to switch between repositories, make sure to uninstall all X2Go packages first.</note>
Select one
approach listed here, thus either the official (downstream) EPEL packages repository, or our X2Go EPEL repository and stick to it.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/02 05:23
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver?rev=1478064156
New Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver
Edit Summary: Make "bug" clickable as well.
User : ionic
@@ -207,9 +207,9 @@
Verbindung fehlgeschlagen DBD::SQLite::db prepare failed: no such table: sessions at /usr/libexec/x2go/x2gosqlitewrapper.pl line 423. Can't call method "execute" on an undefined value at /usr/libexec/x2go/x2gosqlitewrapper.pl line 431.
===== EPEL 5 (via packages.x2go.org) =====
- <note warning>Due to bug[[http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=714|#714]], currently yum will not tell you what is needed.</note>
+ <note warning>Due to
[[http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=714|bug #714]], currently yum will not tell you what is needed.</note>
[[wiki:repositories:epel|Add the X2Go repo]] to your yum configuration by following the steps on that page.
==== Installing Required Dependencies (fuse and perl modules) ====
=== Download required packages manually ===
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/