[CentOS] VNC: i want see " my session"

2015-07-18 Thread Milton Plasencia
Hi, I installed vnc server in my Centos 7 box, when i want to connect to the vnc server, it connects but open a new session instead the session where i working, Any suggestions? Cheers, M. ___ CentOS mailing list CentOS@centos.org http://lists.cent

Re: [CentOS] VNC: i want see " my session"

2015-07-18 Thread Patrick Hess
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 nu

Re: [CentOS] VNC: i want see " my session"

2015-07-18 Thread Milton Plasencia
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 obtai

Re: [CentOS] VNC: i want see " my session"

2015-07-18 Thread Patrick Hess
(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)

Re: [CentOS] VNC: i want see " my session"

2015-07-18 Thread Milton Plasencia
Ok, Patrick, i will see the web site. Thanks a lot, M. > On Jul 18, 2015, at 13:50, Patrick Hess wrote: > > (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

[CentOS] Multiple network cards - routing issue?

2015-07-18 Thread Frank Cox
I have a Centos 5 machine here that, up until about a year ago, was happily running Icecast and serving streaming audio through through three network connections, consisting of one "local" connection (local address 192.168.1.5) and two cable modems to talk to the outside world. We shut this do

Re: [CentOS] Multiple network cards - routing issue? (more info)

2015-07-18 Thread Frank Cox
On Sat, 18 Jul 2015 11:41:53 -0600 Frank Cox wrote: output. > > I've missed a step somewhere. > > I hooked my laptop up to that Internet connection to insure that the modem > and whatnot is working and it is, so there's obviously something wrong with > my configuration. > > Can any of you folks

[CentOS] can't ssh into C7 host

2015-07-18 Thread Tim Dunphy
hey guys, Yesterday I had no trouble loggging into this database host. But today for some reason I can't log in using my RSA key and password authentication doesn't work either. I am able to log onto the host via console. And I was able to grab the ssh config file. Here it is: [root@db1 ~]# grep

Re: [CentOS] can't ssh into C7 host

2015-07-18 Thread Alexander Dalloz
Am 19.07.2015 um 01:58 schrieb Tim Dunphy: hey guys, Yesterday I had no trouble loggging into this database host. But today for some reason I can't log in using my RSA key and password authentication doesn't work either. I am able to log onto the host via console. And I was able to grab the ssh

Re: [CentOS] can't ssh into C7 host

2015-07-18 Thread Tim Dunphy
Cool thanks! I'll check it out. On Sat, Jul 18, 2015 at 9:56 PM, Alexander Dalloz wrote: > Am 19.07.2015 um 01:58 schrieb Tim Dunphy: > >> hey guys, >> >> Yesterday I had no trouble loggging into this database host. But today for >> some reason I can't log in using my RSA key and password authen

Re: [CentOS] Multiple network cards - routing issue?

2015-07-18 Thread Gordon Messmer
On 07/18/2015 10:41 AM, Frank Cox wrote: I then ran the following three commands: ip route add 204.83.15.0/24 dev eth1 table access1 ip route add default via 204.83.15.254 dev eth1 table access1 ip rule add from 204.83.15.1/32 lookup access1 ... Can any of you folks tell me what I've missed?

Re: [CentOS] Multiple network cards - routing issue?

2015-07-18 Thread Frank Cox
On Sat, 18 Jul 2015 21:34:27 -0700 Gordon Messmer wrote: > Does the system work correctly if you don't run those "ip route" commands? It's exactly the same. And what I mean by exactly the same is EXACTLY the same. I rebooted the system which should clear out my route commands and whatnot, and

Re: [CentOS] Multiple network cards - routing issue?

2015-07-18 Thread Gordon Messmer
On 07/18/2015 10:12 PM, Frank Cox wrote: Interesting. But since it's still exactly the same, it's still not working; it still fails in exactly the same way too. Yes, but that means you need to start with the standard troubleshooting stuff. Do you have link? Is the Ethernet cable working?

Re: [CentOS] Multiple network cards - routing issue?

2015-07-18 Thread Frank Cox
On Sat, 18 Jul 2015 22:37:30 -0700 Gordon Messmer wrote: > On 07/18/2015 10:12 PM, Frank Cox wrote: > > Interesting. But since it's still exactly the same, it's still not > > working; it still fails in exactly the same way too. > > Yes, but that means you need to start with the standard troubles