Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Repeater or Proxy Server in linux
Repeater or Proxy Server in linux
Can I create the repeater or Proxy server in linux?
Just like vnc_reflector ??
Just like vnc_reflector ??
running error
as Redge stated URL link, I followed the instructions and compiled ok.
but now I got error after running ./repeater :
FATAL: start_listening_on_port(): bind() failed, errno=98 (Address already in use)
can anyone tell me what is wrong there? thanks.
but now I got error after running ./repeater :
FATAL: start_listening_on_port(): bind() failed, errno=98 (Address already in use)
can anyone tell me what is wrong there? thanks.
Re: running error
Hello,petersea wrote:as Redge stated URL link, I followed the instructions and compiled ok.
but now I got error after running ./repeater :
FATAL: start_listening_on_port(): bind() failed, errno=98 (Address already in use)
can anyone tell me what is wrong there? thanks.
A bug in my Linux port . Sorry.
That bug should be fixed in newer version. Newest one at the moment is v 0.07 , can be found here: http://koti.mbnet.fi/jtko/
linux repeater SC vs SCIII
Dunno about SCIII but it's (mostly) working fine for me with SC.Will the linux repeater only work with SC3 or will it also work with just SC?
The "mostly" is because I have to restart the service every couple of connections but I think that's because I have an ID hard-coded in both the viewer and server and the ID is probably getting "stuck" in the repeater if one or the other doesn't disconnect cleanly...
FreeBSD version?
Has anyone compiled a FreeBSD version of the repeater? If not, could some kind person help?
Thanks!
Thanks!
Re: FreeBSD version?
Hi,morpheus wrote:Has anyone compiled a FreeBSD version of the repeater? If not, could some kind person help?
Well I have tested it on the following without any problems:
OpenBSD 3.3 and 3.6
Debian 3.1
Which FreeBSD problem do you have?
-
- Posts: 1
- Joined: 2005-12-05 22:11
I too am having problems compiling in FreeBSD 6.0. This is what I am getting...
su-2.05b# make
g++ -Wall -c repeater.cpp
repeater.cpp: In function `long int parseId(char*)':
repeater.cpp:456: error: `LONG_MAX' undeclared (first use this function)
repeater.cpp:456: error: (Each undeclared identifier is reported only once for each function it appears in.)
*** Error code 1
I tried downloading a linux binary and running it figuring that I have linux compatiblity installed and I get a library error.
su-2.05b# ./repeater
./repeater: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
I know that the FreeBSD box has libstdc++.so.5, but not libstdc++.so.6. So I linked libstdc++.so.5 to libstdc++.so.6, but it did not like that.
Any help would be much appreciated. Thanks.
su-2.05b# make
g++ -Wall -c repeater.cpp
repeater.cpp: In function `long int parseId(char*)':
repeater.cpp:456: error: `LONG_MAX' undeclared (first use this function)
repeater.cpp:456: error: (Each undeclared identifier is reported only once for each function it appears in.)
*** Error code 1
I tried downloading a linux binary and running it figuring that I have linux compatiblity installed and I get a library error.
su-2.05b# ./repeater
./repeater: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
I know that the FreeBSD box has libstdc++.so.5, but not libstdc++.so.6. So I linked libstdc++.so.5 to libstdc++.so.6, but it did not like that.
Any help would be much appreciated. Thanks.