how to configure xmanager to centos7 [9]
how to configure xmanager to centos7
Friday, January 16, 2015 1:40 AM - winfred
I had installed centos7 in my computer,and modified the file /etc/gdm/custom.conf and the iptables according the FAQ in the website of "http://www.netsarang.com".but the xmanager didn't work,there is no graphic windows.
expect your answers!
Program Ver. : Xmanager 4
Connect Method : XDMCP connection
expect your answers!
Program Ver. : Xmanager 4
Connect Method : XDMCP connection
Re: how to configure xmanager to centos7
Friday, January 16, 2015 6:56 PM - Support
CentOS 7 requires direct access to local graphic hardware and this causes problem when you are connecting via XDMCP.
To connect to remote CentOS, you cannot use the default gdm and Gnome desktop environment. Here is how you can switch to lightdm and xfce:
*You need root user rights to complete this guide.
Switching XDM from gdm to lightdm
1. Install lightdm
# yum install ftp://ftp.sunet.se/pub/Linux/distributions/fedora/epel/7/7/ppc64/epel-release-7-0.2.noarch.rpm
# yum install lightdm
2. Configure lightdm
# vi /etc/lightdm/lightdm.conf
*If the file does not exist, create a new file.
[XDMCPServer]
enabled=true
3. Change the Display Manager to lightdm
# systemctl disable gdm ; systemctl enable lightdm
4. Start lightdm
# systemctl start lightdm
5. Disable firewall.
# systemctl stop firewalld.service
* If you do not want to disable firewall, you can just allow incoming UDP port 177.
Install Xfce
1. Add repository
# yum install ftp://ftp.sunet.se/pub/Linux/distributions/fedora/epel/7/7/ppc64/epel-release-7-0.2.noarch.rpm
2. Install Xfce
# yum groupinstall xfce
If you prefer KDE, you can use KDE instead of Xfce.
- Install KDE
# yum groupinstall kde-desktop
3. Restart lightdm
# systemctl restart lightdm
4. Use Xmanager to login.
To connect to remote CentOS, you cannot use the default gdm and Gnome desktop environment. Here is how you can switch to lightdm and xfce:
*You need root user rights to complete this guide.
Switching XDM from gdm to lightdm
1. Install lightdm
# yum install ftp://ftp.sunet.se/pub/Linux/distributions/fedora/epel/7/7/ppc64/epel-release-7-0.2.noarch.rpm
# yum install lightdm
2. Configure lightdm
# vi /etc/lightdm/lightdm.conf
*If the file does not exist, create a new file.
[XDMCPServer]
enabled=true
3. Change the Display Manager to lightdm
# systemctl disable gdm ; systemctl enable lightdm
4. Start lightdm
# systemctl start lightdm
5. Disable firewall.
# systemctl stop firewalld.service
* If you do not want to disable firewall, you can just allow incoming UDP port 177.
Install Xfce
1. Add repository
# yum install ftp://ftp.sunet.se/pub/Linux/distributions/fedora/epel/7/7/ppc64/epel-release-7-0.2.noarch.rpm
2. Install Xfce
# yum groupinstall xfce
If you prefer KDE, you can use KDE instead of Xfce.
- Install KDE
# yum groupinstall kde-desktop
3. Restart lightdm
# systemctl restart lightdm
4. Use Xmanager to login.
Re: how to configure xmanager to centos7
Sunday, January 25, 2015 10:00 PM - Jet
i have done all steps following above descriptions, but still get no response when i try to connect XDMCP.
Re: how to configure xmanager to centos7
Monday, January 26, 2015 5:39 PM - Support
If you have configured the remote server and still cannot connect via XDMCP, then this is probably not a configuration issue.
Please send us the following information:
- Xmanager log. To retrieve this file, wait until the connection fails and then, right click on the Xmanager title bar and select Log > File.
- If there are any error messages, please copy the full error message and send it to us.
- Can you use SSH to connect to the host?
---
Technical Support
Please send us the following information:
- Xmanager log. To retrieve this file, wait until the connection fails and then, right click on the Xmanager title bar and select Log > File.
- If there are any error messages, please copy the full error message and send it to us.
- Can you use SSH to connect to the host?
---
Technical Support
Re: how to configure xmanager to centos7
Thursday, December 24, 2015 4:01 AM - duge0413
Xdmcp: received a WILLING message.
Xdmcp Request Address: 192.168.1.6
Xdmcp Connection Address 0: 192.168.1.152
Xdmcp Connection Address 1: fe80::403c:a9b1:c4a9:5622
Xdmcp Connection Address 2: 2001:0:ca6a:c725:28b7:1fd2:3f57:fe67
Xdmcp Connection Address 3: fe80::28b7:1fd2:3f57:fe67
Xdmcp: sent a REQUEST message.
Xdmcp: received an ACCEPT message.
Xdmcp: sent a MANAGE message.
Xdmcp: received a FAILED message.
XDMCP fatal error: Session failed Failed to connect to display :1
xmgrRRSetConfig: 1920 x 1000
Low level keyboard proc already hooked.
Xdmcp Request Address: 192.168.1.6
Xdmcp Connection Address 0: 192.168.1.152
Xdmcp Connection Address 1: fe80::403c:a9b1:c4a9:5622
Xdmcp Connection Address 2: 2001:0:ca6a:c725:28b7:1fd2:3f57:fe67
Xdmcp Connection Address 3: fe80::28b7:1fd2:3f57:fe67
Xdmcp: sent a REQUEST message.
Xdmcp: received an ACCEPT message.
Xdmcp: sent a MANAGE message.
Xdmcp: received a FAILED message.
XDMCP fatal error: Session failed Failed to connect to display :1
xmgrRRSetConfig: 1920 x 1000
Low level keyboard proc already hooked.
Re: how to configure xmanager to centos7
Tuesday, December 29, 2015 7:19 AM - Support
The message shows that you could not connect to DISPLAY :1. However, DISPLAY :1 refers to the linux machine itself that you are attempting connection to.
When using Xmanager, the DISPLAY may be YOUR_PC_IP_ADDR:DISPLAY_NO. DISPLAY_NO can be 0, 1, 2, etc. There is no way for us to know why display was :1 or where it was set.
If you want to use CentOS 7, try reading over our blog article below.
centosxmanager.png (47.9 KB)
When using Xmanager, the DISPLAY may be YOUR_PC_IP_ADDR:DISPLAY_NO. DISPLAY_NO can be 0, 1, 2, etc. There is no way for us to know why display was :1 or where it was set.
If you want to use CentOS 7, try reading over our blog article below.
centosxmanager.png (47.9 KB)
Re: how to configure xmanager to centos7
Friday, May 27, 2016 3:01 AM - wfshi
Hi, I encounter the same problem... And it makes me crazy...
Is there a solutions?
thx
Is there a solutions?
thx
Re: how to configure xmanager to centos7
Tuesday, May 31, 2016 7:39 AM - hardcoder
In my case, install lightdm and change to lightdm instead of gdm.
Re: how to configure xmanager to centos7
Tuesday, May 31, 2016 3:37 PM - Support
You can follow the instructions on our blog post concerning connecting to CentOS7.
http://blog.netsarang.com/89/connecting-to-centos-7/
Technical Support
Like us on Facebook
Follow us on Twitter
Visit our blog Blog
http://blog.netsarang.com/89/connecting-to-centos-7/
Technical Support
Like us on Facebook
Follow us on Twitter
Visit our blog Blog
Previous views: 314