Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Repeater in Debian

Post Reply
rafsalber
Posts: 3
Joined: 2015-08-16 09:17

Repeater in Debian

Post by rafsalber »

Hi, I've been testing the repeater installing and configuring Windows and works perfectly, the program itself will change the port 80 should be used.

But now I want to install Debian Linux on a production machine, which already run some other services such as apache. I would've dropped in here
http://forum.ultravnc.info/viewtopic.php?f=50&t=30898
and it tells me to run error "Address already in use"

soporte@zentyal:/usr/src/uvncrep017-ws$ sudo ./repeater
UltraVnc Linux Repeater version 0.17
UltraVnc Tue Aug 18 21:19:34 2015 > listInitializationValues(): viewerPort : 5901
UltraVnc Tue Aug 18 21:19:34 2015 > listInitializationValues(): serverPort : 5500
UltraVnc Tue Aug 18 21:19:34 2015 > listInitializationValues(): maxSessions: 100
UltraVnc Tue Aug 18 21:19:34 2015 > listInitializationValues(): loggingLevel: 2
UltraVnc Tue Aug 18 21:19:34 2015 > listInitializationValues(): ownIpAddress (0.0.0.0 = listen all interfaces) : 192.168.201.1
UltraVnc Tue Aug 18 21:19:34 2015 > listInitializationValues(): runAsUser (if started as root) : uvncrep
UltraVnc Tue Aug 18 21:19:34 2015 > listInitializationValues(): Mode 1 connections allowed : Yes
UltraVnc Tue Aug 18 21:19:34 2015 > listInitializationValues(): Mode 2 connections allowed : Yes
UltraVnc Tue Aug 18 21:19:34 2015 > listInitializationValues(): Mode 1 allowed server port (0=All) : 0
UltraVnc Tue Aug 18 21:19:34 2015 > listInitializationValues(): Mode 1 requires listed addresses : No
UltraVnc Tue Aug 18 21:19:34 2015 > listInitializationValues(): Mode 2 requires listed ID numbers : No
UltraVnc Tue Aug 18 21:19:34 2015 > listInitializationValues(): useEventInterface: true
UltraVnc Tue Aug 18 21:19:34 2015 > listInitializationValues(): eventListenerHost : localhost
UltraVnc Tue Aug 18 21:19:34 2015 > listInitializationValues(): eventListenerPort : 2002
UltraVnc Tue Aug 18 21:19:34 2015 > listInitializationValues(): useHttpForEventListener : true
UltraVnc FATAL Tue Aug 18 21:19:34 2015 > startListeningOnPort(): bind() to (ip: 192.168.201.1, port: 5901) failed, errno=98 (Address already in use)
UltraVnc FATAL Tue Aug 18 21:19:34 2015 > startListeningOnPort(): bind() to (ip: 192.168.201.1, port: 5500) failed, errno=98 (Address already in use)
UltraVnc Tue Aug 18 21:19:34 2015 > dropRootPrivileges(): privileges successfully dropped, now running as user uvncrep
UltraVnc Tue Aug 18 21:19:34 2015 > main(): relaying done.
soporte@zentyal:/usr/src/uvncrep017-ws$ UltraVnc Tue Aug 18 21:19:34 2015 > connectWithTimeout(): Error in delayed connection() 111 (Connection refused)
UltraVnc Tue Aug 18 21:19:34 2015 > openConnectionToEventListener(): connectWithTimeout() failed.
Post Reply