![]() |
|
|||||||
| OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
Hi.
I wanted to upgrade my OpenBSD from 4.6 to 5.0 and noticed that tightvnc is missing. What happened to it? Are there any (better) alternatives for using vnc on an OpenBSD home office box? |
|
||||
|
It seems TightVNC was replaced with net/ssvnc
From the commit log: Quote:
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. |
|
|||
|
Quote:
http://marc.info/?l=openbsd-ports&m=130954821006576&w=2 Many OpenBSD mailing lists are archived at http://marc.info/ |
|
|||
|
Oh this is really sad. It's not about ssvnc. I need the vncserver that can be started on a machine without monitor.
x11vnc is quite complicated to run on a headless (monitor less) server. Maybe Xvfb is a solution. I don't know. Nobody tried this before? I'll try to get tigervnc to compile. Hopefully it isn't not too complicated. |
|
|||
|
Quote:
|
|
|||
|
Quote:
|
|
|||
|
Isn't tmux basically the same as the old "screen"-util? I don't see the option to maintain X11 apps. Maybe I just should try...
|
|
|||
|
It's not. Not sure why ocicat would even bring it up.
|
|
|||
|
First. I'm trying to build tigervnc manually (./configure --prefix=/usr/local --with-x --with-libintl-prefix=/usr/local) right now and it fails with something like this:
Code:
vncviewer-vncviewer.o(.text+0x1004): In function `main': /usr/src/tigervnc-1.1.0/unix/vncviewer/vncviewer.cxx:275: undefined reference to `libintl_bindtextdomain' vncviewer-vncviewer.o(.text+0x100c):/usr/src/tigervnc-1.1.0/unix/vncviewer/vncviewer.cxx:276: undefined reference to `libintl_textdomain' vncviewer-vncviewer.o(.text+0x1034):/usr/src/tigervnc-1.1.0/unix/vncviewer/vncviewer.cxx:286: undefined reference to `libintl_gettext' Second: I can start Xvfb and use the virtual screen with x11vnc: Code:
xinit -- /usr/X11R6/bin/Xvfb :1 -screen 0 1120x700x16 -dpi 75 & x11vnc -display :1 -rfbauth .vnc/passwd & |
|
||||
|
Mayuka, you could always extract the most recent tightvnc port from your nearest CVS repository, and build from that. It was removed 2 July, so a CVS update of the net/tightvnc branch of the ports tree using an earlier date (-D option) should work, if tightvnc still functions with X.
You'll need to start with a CVS working directory of the ports tree for either 5.0-release or 5.0-stable, per FAQs 15.3.2 and 5.3.3.
__________________
OpenBSD LiveCDs/LiveDVDs Last edited by jggimi; 7th November 2011 at 11:59 AM. Reason: edited to add the X caveat. |
|
|||
|
Quote:
Tigervnc seems to me like the right decision because it's actively developed. However I just can't get it to compile. |
|
||||
|
Tigervnc gets a mention in a couple of ports@ threads. It appears no one is actively attempting to port it: http://marc.info/?l=openbsd-ports&w=...s=tigervnc&q=b
The key comment that might help is from Stuart Henderson: http://marc.info/?l=openbsd-ports&m=130920310423104&w=2 Quote:
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
Quote:
![]() I totally agree that tightvnc is outdated and probably not the best written code. Currently there is no real alternative in openbsd and tigervnc could fill the gap. Either that or a well done x11vnc script... However, tightvnc really proved to be stable. It never crashed during the last 2 years as I recall it correctly. If someone could point me to a rock-solid x11vnc using Xvfb, it'd be happy too. |
|
|||
|
Quote:
I've never had security issues so far. The vncserver listens on localhost only and I connect via a ssh tunnel. VNC is available on any system (Windows, Mac, even the iPhone have native clients). So I can connect from everywhere ssh-tunneled to it. Quote:
|
![]() |
| Tags |
| opennx, realvnc, tigervnc, tightvnc, ultravnc |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Missing suEXEC | rtwingfield | FreeBSD General | 8 | 13th May 2010 03:35 PM |
| sys.tar.gz missing from 3rd CD in 4.5? | thirdm | OpenBSD Installation and Upgrading | 0 | 5th May 2009 03:25 PM |
| Tightvnc startup script not loading fonts - permission denied | master-richie | FreeBSD Ports and Packages | 2 | 3rd August 2008 09:29 PM |
| FreeBSD 7.0, tightvnc and jdk16 - newbie | master-richie | FreeBSD Ports and Packages | 5 | 9th July 2008 04:45 PM |