Displaying 20 results from an estimated 4000 matches similar to: "Re: Xen 3.4 Configuration Issues with Ubuntu 9.04! One more time."
2015 Dec 10
0
VNC on centOS
yum -y install x11vnc
x11vnc -display :0 -forever -bg
firewall-cmd --add-port=5900/tcp --permanent
You should look into VNC passwords, I use the above command in a shell
script for each user in ~/.kde/Autostart
I believe the viewer I'm using is krdc?
Michael
On 10/12/15 11:49, Hersh wrote:
> Hi,
>
> I have recently installed centOS 7 and trying to start vnc server on it.
>
2015 Dec 10
4
VNC on centOS
Hi,
I have recently installed centOS 7 and trying to start vnc server on it.
Somehow, I am unable to make vncserver working. I have modified iptable
rules and xstartup file but it did not help.
Has anyone else faced this problem earlier? Any help would be appreciated.
Regards
Hersh
2015 Jul 18
2
VNC: i want see " my session"
Hi Patrick,
Thanks for you quickly answer.
Yes, x11vnc was installed on my system.
The problem is i not understand the ?logic" of vnc connection, so i try to dark?
I copy the /etc/systemd/system/vncserver@:1.service to /etc/systemd/system/vncserver@:0.service
restart the vnc service and obtain
Jul 18 11:17:16 systemd[1]: vncserver@:0.service: control process exited, code=exited
2015 Jul 18
0
VNC: i want see " my session"
(Please don't top-post.)
Milton Plasencia wrote:
> I copy the /etc/systemd/system/vncserver@:1.service to /etc/systemd/system/vncserver@:0.service
As I said in my previous post, for what you are wanting to do,
vncserver is not the right tool. Use x11vnc instead (and also
remove the above copy).
> Jul 18 11:17:16 systemd[1]: vncserver@:0.service: control process exited, code=exited
2017 May 25
0
Centos7 Cant start vncserver
Actually it is running:
netstat -tuln | grep 590
tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:5902 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:5903 0.0.0.0:* LISTEN
tcp6 0 0 :::5901 :::* LISTEN
tcp6 0 0 :::5902 :::* LISTEN
tcp6 0 0 :::5903 :::* LISTEN
2016 Jul 13
0
vnc on C7
Hi Jerry,
I done a lot of search in google. Than I find your post, but without success
for my problem.
I have add your xstartup file. But I can't get it working with this
startupfile.
One problem is, that I can't find the x-terminal-emulator on my machine.
Which package must I install for x-terminal-emulator in CentOS7 ?
Maybe you can have a look at my logfile and my configuration for
2009 Jun 17
0
Re: Xen 3.4.1 Configuration Issues with Ubuntu 9.04!
Yes.
First remove old :-
# rm -fr xen-3.4-testing.hg
# hg clone http://xenbits.xensource.com/xen-3.4-testing.hg
It takes 20-30 min at 100Kb/sec ADSL connection.
# cd xen-3.4-testing.hg
# make world.
You always run "make world" UNDER xen-3.4-tesing.hg folder, NOT under /usr/src.
Do it step by step.
Boris.
--- On Wed, 6/17/09, Jan Muhammad <janmuhd@yahoo.com> wrote:
From:
2008 Nov 02
4
Fw: Re: What packages ubuntu-xen-server & ubuntu-xen-desktop are up to on intrepid
I have installed Ubuntu Intrepid Server on bare metal and successfully ran:-
# apt-get install ubuntu-xen-server.
It installed several packages on system . Now i can see files
/boot/xen-3.3.gz, /etc/init.d/xend, /etc/init.d/xendomains, but no
xenified kernel gets in. Attempt to use vmlinuz-2.6.27-7-server, obviously , fails with system panic.
I do remember recompiling procedure for Xen
2014 Dec 01
0
Nvidia, vncserver, >> xfce = Resolved Issue
The suggestion from Marco to try a non-3D DE worked. I tried two methods:
1. minimal Centos 7 install and xfce install via CLI. Worked fine.
2. Gnome Centos 7 install and then xfce install via yum groupinstall.
Worked fine.
One tip for anyone doing this:
After starting vncserver the first time, it creates a ~/.vnc/xstartup
file. This will be the same type of session if you logged in locally.
2010 Jan 27
1
xterm clones on VNC problem
I've been scratching my head over this one after setting up VNC on
another existing server. Followed the instructions here
http://wiki.centos.org/HowTos/VNC-Server as usual. It worked
initially. However since this server is going to be installed in a
rather inconvenient place and having done pretty stupid things before,
I decided for the first time to try the portion that says
# Add the
2009 Jun 03
1
VNC-Server HowTo
Gerald and P.J.,
I just finished setting up VNC services following
http://wiki.centos.org/HowTos/VNC-Server
and have a few comments.
"2.3. Edit the server configuration"
The last line should be corrected from
VNCSERVERARGS[1]="-geometry 800x600"
to
VNCSERVERARGS[3]="-geometry 800x600"
"2.4. Create xstartup scripts"
Comments about the rational for
2009 Jun 04
14
Gnome-login to osol DomU fails, refusing valid credentials
i''ve managed to get 2009.06 installed in a Xen DomU on Linux Dom0.
it''s currently ''up'' with a static IP, and i can successfully ssh into
the box as either root or ''myuser''.
all network/login settings seem to survive reboot.
i''ve set up for VNC to the DomU.
i can connect, and am at the Gnome login window. but, neither
2009 Jul 09
6
2.6.30.1 dom0 Xen patches
I''ve been trying for several days to get a xen dom0 booting as
described on Boris Derzhavets blog.
I have been able to boot Jeremy Fitzhardinge''s pv_ops kernel under
xen, but my X server wouldn''t start so I''ve been trying to get Andrew
Lyon''s rebased opensuse patches to work.
I have asked for help in the freenode ##xen channel but they
2008 Jul 22
5
VNC server problem
HI all,
i am configuring VNC server in CentOS 5.1. i have enables this two
lines in /etc/sysconfig/vncserver file
VNCSERVERS="2:vnc"
VNCSERVERARGS[2]="-geometry 1024x768 -depth 24"
here i have created a user vnc and set the password using vncpasswd cmd.
then i started the vncserver
# vncserver
New 'localhost.localdomain:1 (gopinath)' desktop is
2015 Mar 17
2
cant' start vnc server
hey guys,
Ok so I've installed tiger vnc on a centos 6.5 machine.
And I've edited /etc/sysconfig/vncservers
[root at potwsld00001 ~]# cat /etc/sysconfig/vncservers
VNCSERVERS="1:mysql"
And added the contents of the xstartup file for the user:
[root at potwsld00001 ~]# cat /home/mysql/.vnc/xstartup
#!/bin/sh
[ -r /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n
export
2014 Mar 27
1
vncserver does not start gnome-sessioin automatically
I installed RHEL 5.8 x86_64 today. To my surprise, when I connect it using
vnc viewer it does not start gnome-session automatically.
The last line in .vnc/xstartup is twm&
Before I removed RHEL 6.1 a few days ago, vncserver always starts
gnome-session every time I open vncviewer.
Is that related to RHEL version or vnc-server version?
Best Regards,
Yawei
2009 Jun 17
0
Re: Xen 3.4.1 Configuration Issues with Ubuntu 9.04!
Quote:-
***************************************************************************************
I''m trying to install/configure Xen-3.0.4 on Ubuntu 9.04 (Kernel 2.6.28-11-Server) using this link http://bderzhavets.wordpress.com/2009/05/30/; All necessary pre-requisite software/packages installed (I checked one by one with Synaptic Package Manager) all steps gone fine but when I come Load
2015 Jul 18
0
VNC: i want see " my session"
Milton Plasencia wrote:
> it connects but open a new session instead the
> session where i working,
>From within the session you want to connect to, you need
to start x11vnc instead of vncserver. That's a separate
package you'll have to install (yum install x11vnc).
Note that x11vnc's display number will be the same as that
of the X server it was started from, so you'll
2012 Apr 07
0
- tigervnc-server with kde
Hi all
I have a problem in the configuration of tigervnc-server-use centos 6.1
and tigervnc-server version is that which lies in the repo
I followed the following steps:
- tigervnc-installed
- added the user in the section /etc/sysconfig/vncservers
- set a password using the vncpasswd
- left by default the xstartup file created
- restart vncserver service
When I connect
2014 Oct 01
2
VNCServer Startup Config
hi all,
I've inherited a server with CentOS 6.4
the VNC Server starts up with the OS and its screen resolution is set to
800x600.
I found that I can set the resolution by specifying the -geometry
switch, but I can't find where the call to start the vncserver is set in
order to change it.
I know that it's not in /etc/xinetd.d (the only file there is rsync)
here are the contents of