Ubuntu :: Synergy Will Not Connect To 10.04 Clients?
Jul 15, 2010
I've been using synergy for a while and love it. I recently upgraded both of my desktop PCs at home from 9.10 to 10.04 (both x64 ubuntu studio). Now, Synergy doesn't appear to want to work. I've tested with both the cli command referencing a config file on the server and using quicksynergy on both machines and it just doesn't connect. I verified on my "server" that synergy is listening on port 24800 (can telnet to that port from the client machine). I manually disabled the firewall on both machines as well and it doesn't seem to make a difference. It never gives an error on the client, it just never makes the connection. I've tested this with 2 separate 10.04 clients. I also brought one of these boxes (a laptop) to work where I use Synergy between 2 windows boxes. It won't connect to those either.
I've tried connecting both using hostname and IP address (both worked in the past on 9.10) and neither work.
View 4 Replies
ADVERTISEMENT
Feb 6, 2010
I've been using synergy on Ubuntu 9.04 and windows xp.Synergy 1.3.1 on both machines.My problem is that the server keeps cutting out. It seems to happen a lot when I watch flash videos on the server machine (ubuntu). This is what the server side looks like:
Code:
NOTE: synergys.cpp,500: started server
INFO: CServer.cpp,1141: screen "server" shape changed
NOTE: CClientListener.cpp,127: accepted client connection
[code]....
I dont think I usually get disconnected when doing other tasks. Mostly only when watching flash videos. Sometimes it doesnt automatically reconnect, and I have to kill synergys and restart it.
View 1 Replies
View Related
May 2, 2010
When I input xhost
pt@pt-laptop:~$ xhost
access control enabled, only authorized clients can connect
SI:localusert
SI:localuser:gdm
SI:localuser:root
wWo is gdm? Is he a hacker?
View 2 Replies
View Related
Jun 6, 2011
I've used Transmission for about a year now, and i haven't had any problems with it. But a couple of weeks ago it suddenly wouldn't connect to any peers. It gets peer list from tracker, then nothing happens.Ive tried using different clients (Vuze and Deluge) and the same story goes for both. Ive tried restarting the router in case of any DNS crap, getting nothing.Ive installed Firestarter only to create an exception for traffic on the torrent ports (even though it probably is pointless)Now both google and myself seem to be out of ideas. Does anybody have something i could try out and possibly fix this. Everything points to some software issue...
View 3 Replies
View Related
May 11, 2010
At some point my Ubuntu 9.10 Desktop install has stopped being able to connect via ftp to servers. I have several servers that I have accounts to and I have several ftp clients installed on my system, including gftp, Filezilla, and command line ftp tools. None of them can connect to any of my servers.
Here it is from the command line:
> ftp mywebsite.com
ftp: connect: Connection refused
I can connect fine with my netbook running Ubuntu, only my desktop has this problem, and of course I use my desktop for development. Do I have a firewall running or something that's blocking my outgoing requests over port 21?
View 6 Replies
View Related
Sep 28, 2010
I've been the las 4 days setting up my first VPN (OpenVPN bridged). The server is up and running OK but when I try to connect I've got this message in the client log.
Quote:
TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
TLS Error: TLS handshake failed
[Code].....
View 4 Replies
View Related
May 17, 2010
I've done this before, maybe ten times. This time is different. I don't know why, but Samba will not allow any clients to connect.
I've done:
- installed samba
- setup the samba shares
- have a samba user/passwd
- authentication = users
- punched in the samba stuff for firewall
- workgroup is set right
What the heck? I cannot get any client to connect. Not even the server machine can connect to itself through a client. What am I missing here???
Just for the record, I'm trying to connect to \SERVER:
Code:
Code:
I removed a whole lot of comment lines in the config file.
View 7 Replies
View Related
Jan 2, 2011
Upgraded two machines to 11.3 in the past 2 weeks. NFS is broken on both, in different ways. The problem I'll mention here is that the nfs server is running, but clients can't connect.
The server is running:
tinderbox:~ # /etc/init.d/nfsserver status
Checking for kernel based NFS server: idmapd running
mounted running
statd running
nfsd running
It has a valid export list:
tinderbox:~ # showmount -e
Export list for tinderbox:
/usr/local/share/common 192.168.1.0/24
The export exists:
tinderbox:~ # ls -lR /usr/local/share/
/usr/local/share/:
total 4
drwxrwxrwx 2 root root 4096 Jan 2 12:10 common
/usr/local/share/common:
total 0
-rw-r--r-- 1 root root 0 Jan 2 12:10 test.txt
But attempts to mount the export are unsuccessful, both from the local machine:
tinderbox:~ # mount.nfs 192.169.1.200:/usr/local/share/common /mnt -v
mount.nfs: timeout set for Sun Jan 2 12:14:19 2011
mount.nfs: trying text-based options 'addr=192.169.1.200,vers=4,clientaddr=192.168.1.200'
mount.nfs: mount(2): Connection timed out
mount.nfs: Connection timed out
...and from an OpenSUSE 11.0 machine.
moira:~ # mount.nfs 192.169.1.200:/usr/local/share/common /mnt/tmp/ -v
mount.nfs: timeout set for Sun Jan 2 11:52:17 2011
mount.nfs: text-based options: 'addr=192.169.1.200'
mount.nfs: Unable to connect to 192.169.1.200:111, errno 110 (Connection timed out)
mount.nfs: mount to NFS server 'rpcbind' failed: timed out, giving up
I've had NFS running on my local network for over a decade, and never had problems like this before.
View 2 Replies
View Related
Dec 30, 2010
I'm trying to get a pptp server up and running. The server starts just fine, but encounters errors when a client tries to connect.
Code:
CTRL: I wrote 32 bytes to the client.
Dec 29 23:27:48 frankenstein pptpd[9402]: CTRL: Sent packet to client
Dec 29 23:27:48 frankenstein pptpd[9403]: CTRL (PPPD Launcher): program binary = /usr/sbin/pppd
[code]....
I assume the failed read line is the culprit. I am currently running on a test machine. There is no firewall. I read on this error points to a firewall misconfiguration, but there isn't one.
View 1 Replies
View Related
Apr 10, 2010
This is as far as FireFTP can go to make a connection.
Code:
220 Welcome to Steve Test SFTP service.
AUTH TLS
Proceed with negotiation.
PBSZ 0
All the basic vsftpd.conf advice followed:
Code:
ssl_enable=YES
allow_anon_ssl=NO
force_local_data_ssl=NO
[code]....
View 2 Replies
View Related
Jun 25, 2010
We have a lab at our school that has DevonIT thin clients. We want to connect to Ubuntu via xdmcp or freenx from these clients, and we want users to be able to connect to our Novell file server from these clients. I can't find instructions on how to install the client, which I found at KDE-Apps.org. It is a tar.gz file. I'm not new to Linux, but rarely install apps from source. Could someone walk me through it, keeping in mind I do not use the command line much? [URL]..
View 5 Replies
View Related
Jan 29, 2011
I'm a NOOB setting up Postfix but managed quite well by following the Ubuntu Server guide. I have managed to set it up using SSL but testing a mail client like thunderbird I can also connect to port 25 using no authentication. Connecting using SSL on port 465 by editing "master.cf" file works but 25 i still open.
1. How do I prevent clients to connect to port 25 without authentication?
2. I guess I have to have port 25 open in order to receive mail from the outside world?
View 2 Replies
View Related
Aug 3, 2010
Suppose I have a server, foo, that runs on port 5555. I can make one connection to it at a time on that port. I want xinetd to fork new instances of foo so multiple clients can connect to it.
Here's a configuration entry:
1) How does xinetd fork a new instance of foo when a previous instance is already listening on port 5555? Wouldn't the new process fail to launch because port 5555 is already in use by the previous process?
2) Suppose five clients connect simultaneously, and xinetd forks five instances of foo. When the clients disconnect, does xinetd leave all five instances running?
View 2 Replies
View Related
Nov 12, 2009
I have CentOS 5 + Sendmail within the local network with Smarthosting settings. How my Laptops users will connect my local Sendmail server for sending / receiving e-mails while out of the office network. I have router but no firewall in place in local network.
View 10 Replies
View Related
Oct 15, 2009
I have installed F11 on my server bythis article! I have problem with certificatewhen I connectin from clients computers to my mail server for reciving mail! I have warning like this
View 2 Replies
View Related
Jan 25, 2010
My mother would like to get GNU/Linux installed on her laptop however she has a Windows desktop that she would like to share the keyboard/mouse with laptop and desktop - I found Synergy and it installs on both platforms, but does anyone know if I can share the mouse between a Windows and Linux system or do both have to be the same platform?
View 5 Replies
View Related
Feb 9, 2011
I'm setting a bit of a game center with a spare computer I have laying around and needed to share my wireless from my laptop to this computer. Everything went smoothly until I installed Synergy... Apparently, when a connection is shared over Ethernet, Ubuntu decides to put the second computer on NAT. Is there a way for this not to happen? I need it in order to use Synergy.
View 2 Replies
View Related
May 8, 2011
I'm having a problem trying to uninstall Quicksynergy all the way.first i did sudo apt-get remove synergy then sudo apt-get purge synergy.Checked in synaptic manager and software center that they did not show it. reinstalled synergy through the software center. and it is still showing me the name/ ip of my client.so this tells me it did not uninstall everything. i have searched the file system for synergy.conf with no luck been high and low on the web but no luck.
View 2 Replies
View Related
Jul 1, 2011
Before anyone wastes time reading this entire thread, I would suggest that if you actually have this problem, skip to the second page and look for my post titled RESOLVED. It may save you a ton of wasted time. Okay, I had this posted a couple of days ago, but no responses and I've totally changed the configuration too, so I came back in to edit the entire post.Can't get Synergy working at all.
View 9 Replies
View Related
Apr 13, 2010
Running Ubuntu Hardy and just installed synergy through apt get However each time I try to run the clinet all I get is - tried hostname etc and all fail - is there anything im missing
synergyc -f 192.168.1.50 INFO: synergyc.cpp,716: Synergy client 1.3.1 on Linux 2.6.24-23-generic #1 SMP Wed Apr 1 21:47:28 UTC 2009 i686 DEBUG: CXWindowsScreen.cpp,840: XOpenDisplay(":0.0") No protocol specified
WARNING: synergyc.cpp,337: cannot open secondary screen: unable to open screen DEBUG: synergyc.cpp,237: retry in 60 seconds
View 2 Replies
View Related
May 6, 2010
I just applied the latest updates via update manager, and now Synergy doesn't work right... (was working before the update was applied). Connects, but once the mouse gets to the computer running 10.04 it acts all crazy like and I have no mouse control and a hard time releasing the mouse going back to the server.
View 2 Replies
View Related
May 21, 2011
I am running Ubuntu 11.04 on two machines; older dell desktop and an acer laptop. I have loaded quick synergy on both but can't get it to work. I have followed the install guides using proper server/client names in appropriate boxes etc. Removed and re-installed and still no luck. One question does multiple work spaces which seems to be a default setting interfere with quick synergy? Maybe there is an easy explanation to this problem but I haven't found one so far and have been searching the net for a couple of days.
View 1 Replies
View Related
May 23, 2011
I'm having some serious issues using Synergy between my desktop and my netbook. Both are running Ubuntu 11.04.
I installed quicksynergy from the software center and everything started ok. I wanted my desktop to be the server, I opened quick synergy and put in the IP address of my netbook, which I got from connection infromation>IP address, then hit execute and close. Next on the netbook, I opened quick synergy put in my desktop's IP address (acquired from the same location) in the "Server hostname/IP address:" box and my netbook's name in the "Screen name:" box. I hit execute and close.
Now when I move my cursor from the right side of my desktop's screen where it should move over to the netbook, the cursor jumps to the middle of the screen on the desktop and does nothing to the netbook.
View 1 Replies
View Related
Feb 12, 2010
I am trying to compile Synergy but i can't get it to compile. I get all sorts of weird errors i have the Xtest library installed. Would anyone be able to compile the program for me and give it to me. I have spent hours and i cant get it to work.
View 2 Replies
View Related
Jun 3, 2010
I'm using Quicksynergy on my desktop (Ubuntu 10.04) computer as the server and Synergy on my Laptop (Windows XP) which is right beside my desktop.Everything works well for a while, but randomly seems to stop working. When I look into the problem, it seems that its with Quicksynergy on my desktop.I find that I have to quit Quicksynergy and open the system resources application to kill the Synergy daemon (or whatever it is) that Quicksynergy uses.Restarting Quicksynergy after killing the daemon fixes the problem as my laptop always reconnects perfectly fine.Does anyone else have this problem in Ubuntu? I'd like to get this fixed so I don't have to keep killing the synergy process and restarting Synergy.
View 5 Replies
View Related
Nov 22, 2010
I'd like Synergy to auto-start before and after login. After login is fine, but I can't find instructions for getting it to start before login (ie: so I can use synergy to enter user id/password). The Synergy docs don't cover LXDE.
View 5 Replies
View Related
May 23, 2011
I would like to know how or given directions how to compile a newer version of synergy for PPC. Or it would be nice if someone could compile it though I want to learn how to do these things. Synergy is available for download from: [URL].
View 2 Replies
View Related
Feb 28, 2011
I have Synergy setup between a Windows XP computer (Dual monitors) and a Linux computer (Dual Monitors). So it goes [XP1] [XP2] [L1] [L2]. The XP computer is my server (running Synergy+).
Synergy seems to work fine going from XP1 XP2 and L1 but I can't get to L2. My cursor bumps up against the right edge of L1 and shakes a little but won't go over to L2. However if I plug a mouse directly up to the Linux box I can go between L1 and L2 just fine.
View 1 Replies
View Related
Apr 8, 2010
i use centos 5.4 with kde and i want to use synergy at kde-logon screen.i 've modify Xsetup and Xstartup Files but synergy wont activated.In which files does need to be modified?
View 1 Replies
View Related
May 2, 2011
Is anyone else having issues with their mouse/keyboard responsiveness via Synergy after upgrading to 11.04?
If I plug mouse and keyboard directly into the desktop the issue goes away. But when I connect via QuickSynergy and share my mouse/keyboard the mouse is very slow and has low sensitivity.
View 4 Replies
View Related