X11vnc-0.9.6 (version update and tcp wrappers support)

# $Id$
# Maintainer: unmaintained
pkgname=x11vnc
pkgver=0.9.6
pkgrel=1
pkgdesc="a VNC server for real X displays"
arch=("i686" "x86_64")
license=("GPL2")
#source=(http://dl.sourceforge.net/sourceforge/libvncserver/$pkgname-$pkgver.tar.gz)
url="http://www.karlrunge.com/x11vnc/"
source=("$url/$pkgname-$pkgver.tar.gz")
depends=('openssl' 'libjpeg' 'zlib' 'libx11' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 'avahi')
build() {
cd $startdir/src/$pkgname-$pkgver
env CPPFLAGS=-DUSE_LIBWRAP LDFLAGS=-lwrap ./configure
make || return 1
make prefix=$startdir/pkg/usr install || return 1
md5sums=('2d5a80271a11230ab8b26d10f0c5b563')
the daemon name for /etc/hosts.deny /etc/hosts.allow is vnc
Last edited by metalfan (2008-12-13 18:40:14)

Tea2 wrote:
graysky wrote:@Tea2 - I think it's due to the staleness of the package as well as the need for the devs to provide extra work just to keep the rest of the packages functional working around it.  I think ufw is a pretty good alternative.
Forgive my ignorance but what sort of work are you talking about? Surely, the work needed to keep a package working with another is upstream work, with the package maintainers ensuring that the dependencies are in order?
On the issue of alternatives, personally I hate iptables. It's more complex than it needs to be; the process of adding a single rule is a little bit tricky. Then there's no assurance it actually worked, since the syntax of a single command is a little bit confusing. I have no real issue with iptables other than it's ugly. Since Arch is based on the KISS philosophy, should we not keep the hosts files based on their simplicity? I have not used ufw, but I've checked it out in the wiki and it actually looks pretty good and I think I'll get it installed on my VPS asap so I can start experimenting with it.
I can understand removing tcp_wrappers from the default installation stack, but completely removing the option is going too far. I'm sure it can be quite comfortable in [extra] or something.
I imagine that there are many users that feel the same way that you do, so I recommend putting it into the AUR.

Similar Messages

  • I accepted a version update and now iTunes closes on launch with the message "iTunes has stopped working. Windows will close the program and notify you if a solution is available." What to do?

    I accepted a version update and now iTunes closes on launch with the message "iTunes has stopped working. Windows will close the program and notify you if a solution is available." What to do?

    Hey Todd Rubenson,
    Thanks for the question. I understand that you are experiencing issues with iTunes for Windows unexpectedly quitting. The following resource may provide a solution:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/TS1717
    Thanks,
    Matt M.

  • My MacBook doesn't update and can't support my iPhone 4., My MacBook doesn't update and can't support my iPhone 4., My MacBook doesn't update and can't support my iPhone 4.

    My MacBook doesn't update and can't support my iPhone 4., My MacBook doesn't update and can't support my iPhone 4., My MacBook doesn't update and can't support my iPhone 4.

    The last update for 10.4 took it to 10.4.11. To upgrade to 10.5 or 10.6 you have to buy the install disk for that OS. You can upgrade from 10.4 to 10.6 with no problems as long as you have at least 1gb of RAM. Any program that runs under 10.4 will run under 10.6.

  • When is Siri final version out and will it support UK business search?

    When is Siri final version out and will it support UK business search?

    Sorry, but we're all just fellow users here and have no information as to what Siri will offer in any given country at any point.
    Regards.

  • Tftpd and TCP wrappers

    I'm unable to wrap the tftpd service on our system. The server is not denying tftp (get) requests from arbitrary Internet hosts, in spite of:
    /etc/hosts.deny:
    in.tftpd: ALL
    TCP wrappers is enabled for tftpd:
    # inetadm -l svc:/network/tftp/udp6:default
    SCOPE NAME=VALUE
    name="tftp"
    endpoint_type="dgram"
    proto="udp6"
    isrpc=FALSE
    wait=TRUE
    exec="/usr/sbin/in.tftpd -s /tftpboot"
    user="root"
    default bind_addr=""
    default bind_fail_max=-1
    default bind_fail_interval=-1
    default max_con_rate=-1
    default max_copies=-1
    default con_rate_offline=-1
    default failrate_cnt=40
    default failrate_interval=60
    default inherit_env=TRUE
    default tcp_trace=TRUE
    tcp_wrappers=TRUE
    TCP wrappers is working properly for other services like sshd. The system is also up-to-date on all Solaris 10 patches.
    Any suggestions?

    Note sshd has libwrap, and tftpd doesn't:
    % ldd /usr/sbin/in.tftpd
    libsocket.so.1 => /usr/lib/libsocket.so.1
    libnsl.so.1 => /usr/lib/libnsl.so.1
    libc.so.1 => /usr/lib/libc.so.1
    libmp.so.2 => /usr/lib/libmp.so.2
    libmd5.so.1 => /usr/lib/libmd5.so.1
    libscf.so.1 => /usr/lib/libscf.so.1
    libdoor.so.1 => /usr/lib/libdoor.so.1
    libuutil.so.1 => /usr/lib/libuutil.so.1
    libm.so.2 => /usr/lib/libm.so.2
    /platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1
    /platform/SUNW,Sun-Fire-V240/lib/libmd5_psr.so.1
    % ldd /usr/lib/ssh/sshd
    libsocket.so.1 => /usr/lib/libsocket.so.1
    libnsl.so.1 => /usr/lib/libnsl.so.1
    libz.so.1 => /usr/lib/libz.so.1
    libpam.so.1 => /usr/lib/libpam.so.1
    libbsm.so.1 => /usr/lib/libbsm.so.1
    libwrap.so.1 => /usr/sfw/lib/libwrap.so.1
    libcrypto.so.0.9.7 => /usr/sfw/lib/libcrypto.so.0.9.7
    libgss.so.1 => /usr/lib/libgss.so.1
    libcmd.so.1 => /usr/lib/libcmd.so.1
    libcontract.so.1 => /usr/lib/libcontract.so.1
    libc.so.1 => /usr/lib/libc.so.1
    libmp.so.2 => /usr/lib/libmp.so.2
    libmd5.so.1 => /usr/lib/libmd5.so.1
    libscf.so.1 => /usr/lib/libscf.so.1
    libsecdb.so.1 => /usr/lib/libsecdb.so.1
    libnvpair.so.1 => /usr/lib/libnvpair.so.1
    libdoor.so.1 => /usr/lib/libdoor.so.1
    libuutil.so.1 => /usr/lib/libuutil.so.1
    libm.so.2 => /usr/lib/libm.so.2
    /platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1
    /platform/SUNW,Sun-Fire-V240/lib/libmd5_psr.so.1
    My suggestion is to use the tcpd program. I don't think it comes with the default install (I can't find it) but it is in the Sun Freeware packages (/usr/sfw/sbin/tcpd) and it's easly to compile on your own. Then old school it into inetd:
    tftp dgram udp6 wait root /usr/sfw/sbin/tcpd in.tftpd -s /tftpboot
    Then inetconv it.

  • Version update and now "replace with after effects composition" is greyed out.

    Hi, I've been working on a project for a while now (using Premiere Pro cc and After Effects cc).
    Then CC 2014 came out. I installed those new Versions. To make sure that everything still works I've continued working with cc versions. Now if I want to "Replace with After Effects Composition" (in the premiere pro project opend in Version cc) it doesn't work since it's greyed out.
    Can somebody help me?

    Ok guys...I got it...
    Its not a *mov that it missplaced, its another dynamic link to AE...so dynamic link to dynamic link seems not to work? I accidently linked that clip and worked on it in AE in the old aep from yesterday..but still wondern why AE get confused loading it...the "old aep comp" is full with others comp...could that be the reason...?

  • After the recent version update (and after my cat knocked my router down) Firefox is just not working. I can access the internet via another browser BUT all my passwords are saved in Firefox.

    I am using a PC with Windows 7, and like I said, the other browser seems to be working just fine. I just MISS my passwords and really don't want to go through all the work and trouble of requesting new ones from ALL the sites I use passwords for ! Please HELP :)

    Your second post said 'ignore this" so I guess everyone thought you had got it fixed....
    When you connect through your router you have two instances of DHCP going on...one is your DSL modem giving your router an IP address on it's WAN interface. The other is the router giving your computer an IP address via the router's DHCP server. The IP the modem gives your router is in the 192.168.1.0 network. Unfortunately, by default, the LAN IP address reange on Linksys routers is also in that range. To get this to work, you need to set your LAN ip on the router to 192.168.2.1, so that the LAN and WAN interfaces of the router are in different networks.
    To do that, unplug the router from the DSL modem, power it and your computer down, then connect the computer to the router using an ethernet cable. Power up the router, and the computer, then browse to 192.168.1.1. Change the LAN IP on the router setup to 192.168.2.1, save the configuration, then reboot the computer. Once the computer comes back up, browse to 192.168.2.1...you should be able to get to the router setup GUI.
    Power down the router, and the DSL modem, connect the router to the modem via the Internet port using an ethernet cable, then power up the modem, then the router....you should be good to go...
    Tomato 1.25vpn3.4 (SgtPepperKSU MOD) on a Buffalo WHR-HP-G54
    D-Link DSM-320 (Wired)
    Wii (Wireless) - PS3 (Wired), PSP (Wireless) - XBox360 (Wired)
    SonyBDP-S360 (Wired)
    Linksys NSLU2 Firmware Unslung 6.10 Beta unslung to a 2Gb thumb, w/1 Maxtor OneTouch III 200Gb
    IOmega StorCenter ix2 1TB NAS
    Linksys WVC54G w/FW V2.12EU
    and assorted wired and wireless PCs and laptops

  • HT204132 How do I take off the new version update and install older versionw

    I Don't like the new update how can I restore the old one

    You posted in the wrong forum. I requested that the Hosts move it to the correct one.
    As to your question if I am interpreting it correctly I must concur with Chris that it not possible to do that.
    For what reason do you wish to downgrade iOS?
    Maybe if you explain that to use we might be able to give you an alternate solution seeing as how you can't downgrade.

  • ITunes/iPhone update and Authenticated proxy support

    Itunes Iphone update fails to use username with proxy when trying to POST to http://gs.apple.com/TSS/controller
    It is quite obvious that this is an Itunes bug, it is useing the proxy and will also use authentication for some portions of the process.
    This happens with Iphone 3GSs and iOS 4.3.2 and Iphone 3Gs with iOS 4.2.1 iTunes 10.2.2.12, updates work fine with no proxy and normal itune functions like song buys, radio listening etc... are fine.
    1304023961.676      0 172.20.55.84 TCP_DENIED/407 1793 GET http://itunes.apple.com/version? - NONE/- text/html
    1304023961.687      6 172.20.55.84 TCP_DENIED/407 1988 GET http://itunes.apple.com/version? - NONE/- text/html
    1304023961.957    270 172.20.55.84 TCP_MISS/302 421 GET http://itunes.apple.com/version? srough DIRECT/74.203.241.9 -
    1304023962.428    181 172.20.55.84 TCP_MISS/302 407 GET http://ax.itunes.apple.com/check/version srough DIRECT/74.203.241.33 -
    1304023962.442      7 172.20.55.84 TCP_DENIED/407 2039 GET http://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/com.apple.jingle.appserver. client.MZITunesClientCheck/version - NONE/- text/html
    1304023962.452      7 172.20.55.84 TCP_DENIED/407 2234 GET http://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/com.apple.jingle.appserver. client.MZITunesClientCheck/version - NONE/- text/html
    1304023962.764    305 172.20.55.84 TCP_MISS/200 39140 GET http://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/com.apple.jingle.appserver. client.MZITunesClientCheck/version srough DIRECT/74.203.241.33 text/xml
    1304023978.242    173 172.20.55.84 TCP_MISS/302 416 GET http://itunes.apple.com/version? srough DIRECT/74.203.241.9 -
    1304023978.257      2 172.20.55.84 TCP_DENIED/407 1817 GET http://ax.itunes.apple.com/check/version - NONE/- text/html
    1304023978.267      7 172.20.55.84 TCP_DENIED/407 2012 GET http://ax.itunes.apple.com/check/version - NONE/- text/html
    1304023978.334     62 172.20.55.84 TCP_MISS/302 412 GET http://ax.itunes.apple.com/check/version srough DIRECT/74.203.241.33 -
    1304023978.618    283 172.20.55.84 TCP_MISS/200 39135 GET http://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/com.apple.jingle.appserver. client.MZITunesClientCheck/version srough DIRECT/74.203.241.33 text/xml
    1304023991.944      5 172.20.55.84 TCP_DENIED/407 1802 POST http://gs.apple.com/TSS/controller? - NONE/- text/html

    I am experiencing the same issues, my ipad doesn't download any apps anymore.
    The ipad 1 only had this problem on third party apps, now it doesn't work on Apple Apps to...
    Can Apple please respond to this issue ?

  • Oh no- new update and still no support for my panasonic lumix dmc-lx2-

    sorry, but i was writing several support-mails and hoped so much, that this new camera could be supported. no way.
    how can it be, that the »Panasonic Lumix DMC-L1« is supported, but the dmc-lx2 not? are the raws different?
    i don't get it…
    iMac 20'' Intel 2 Duo   Mac OS X (10.4.8)   Titanium 550, some iPods

    Read the slightly newer topic by Pat Gilmour "Lumix DMC-LX1 RAW......" and you can see it is feasible, if not convenient. Note that for the LX2 you have to follow the instructions for the LX1 but write LX2 instead. It works a beauty for me
    Al
    MBP Core 2 Duo 17''   Mac OS X (10.4.8)  

  • My iphone 4 got stuck while software update and now it keeps show the apple screen and then shut off

    Hey everyone!
    My iphone 4 got stuck while I was doing the software update to iOS 6.3.1 without using the computer (directly from the iphone settings) and now it keeps show me the apple screen and then shut off. I really don't know that to do and I would like some help, please!
    thank you very much.

    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414
    Unable to Update or Restore
    http://support.apple.com/kb/HT1808

  • HT201274 I was in the middle of a restore on my Ipad 2 and lost internet connection about 2/3 of the way through the firmware update, and now it fails everytime I try to restore. It says ERROR 2. Can anyone help?

    I was in the middle of a restore on my Ipad 2 and lost internet connection about 2/3 of the way through the firmware update, and now it fails everytime I try to restore. It says ERROR 2. Can anyone help?

    Resolve specific iTunes update and restore errors - Support - Apple
    Configure your security software
    Related errors: 2, 4, 6, 9, 1000, 1611, 9006, 9807, 9844. Sometimes as a result of this issue, a device might stop responding during the restore process.
    Check your security software and settings, which can block ports and prevent connection to Apple servers during update and restore.

  • I do updates and then have to reinstall previous versions - time and time again because of the number of unsupported add-ons

    4 or 5 times I've updated Firefox only to have to reinstall the previous version due to incompatibility with add-ons / plug-ins / toolbars. I'm not a big user of Toolbars but I have some add on I use daily.
    The last 3 times I did a "suggested by Firefox" update I've had to reinstall a previous version from my saved files in order to use Firefox. This problem has caused me to return to IE as my default browser - but unwillingly.
    My current setup is Firefox 4.0.1 Beta and I had to reinstall a version 3 in the Firefox folder until addons starting working in this 4.0.1 Beta. However 4.0.1 has always hung up, even opening a tab and ceases to respond; sometimes for minutes.
    I run Win XP - SP3 Dell Pentium 4 - 3.0ghz with 4 gigs of DDR2 - GX520. So it's not an equipment problem - (I have 4 PC's on my home LAN - although each serves it's purpose and seldom are 2 used at the same time.
    When I installed 4.0.1 and then reinstalled 3.x ... I've been hoping for an update --- I love Firefox - have ever since first use - and then today I saw the update versions had jumped from 4 all the way to 7. I was enthused.
    Same issue. On install over the V 3.x it showed 6 items of add-ons that were incompatible. I did not remove the V 7 ... I simple reopened the 4.0.1 beta. I use it for single page browsing as tabs locks it up or slows it to a crawl.
    I'm having to continue using IE as my default --- I always keep a backup browser, but I don't care for much of anything that has an MS on it's name.
    I've never posted to Mozilla ... but the idea crossed my mind over a year ago when I updated and had to back-up and reinstall. WHY can't a program precede the update to check for compatibility, just as an upgrade adviser from one OS to another?
    This was the biggest list of all. NET Framework Assistant, Google Toolbar, Yahoo Toolbar, Roboform ... there were 2 others. I don't use the Yahoo Toolbar. I have Google Toolbar installed but keep it hidden except when I need it (for Page Rank, etc., I work websites).
    But I won't use a browser that doesn't support AI Roboform.
    I honestly love Firefox. I code webpages - .asp, .html and do SEO ... but I don't know the difficulty of writing even a small application. Would it be too difficult to have a small program that would check for these add-on incompatibilities before installing the updates.
    I was impressed with 4.0.1 beta until I realized that opening a new window or tab bogged it down.
    I want Firefox back but not with band-aids and work-around bandages. Is there a version between 4.0.1 and v7 which I tried tonight that would support my plug-ins / add-on. My experience with Firefox using versions up to 3.x has been great. But for months and months I open 4.0.1 and open my TV guide at ZapIt and then I've had to use IE 8 for all my web browsing.
    My most important add-on is for Roboform and 2nd would be for Google Toolbar - but on a scale of 1-10 Roboform is a 10+ and Google Toolbar a 3.
    If this post does not go to the support team at Firefox then how would I go about suggesting an Update Adviser prior to installing an update?
    Anyone with a flexible solution - even short term - that would allow me to see Firefox improvements since the v4 I'm using would be more appreciated than I could ever express.
    Since I've never posted before I'm not even sure how I'll get a response or be able to see any responses. Something during the registration said I could get an email when a reply was posted.
    Thanks again for listening to me whimper and beg for a workable Firefox; I miss it.

    this is all I can find, thank you for your time.
    Problem signature
    Problem Event Name: BlueScreen
    OS Version: 6.0.6002.2.2.0.768.3
    Locale ID: 1033
    Files that help describe the problem
    Mini010710-11.dmp
    sysdata.xml
    Version.txt
    View a temporary copy of these files
    Warning:If a virus or other security threat caused the problem, opening a copy of the files could harm your computer.
    Extra information about the problem
    BCCode: 1000007f
    BCP1: 00000008
    BCP2: 80176000
    BCP3: 00000000
    BCP4: 00000000
    OS Version: 6_0_6002
    Service Pack: 2_0
    Product: 768_1

  • Using Adobe Photoshop CS2 version 9 and have updated it, but when stacking photos, it comes up with PSD, whereas I want Jpeg, and I change the format to Jpeg and the box then comes up with cannot save as there is a program error. Be very grateful for help

    Using Adobe Photoshop CS2 version 9 and have updated it, but when stacking photos, it comes up with PSD, whereas I want Jpeg, and I change the format to Jpeg and the box then comes up with cannot save as there is a program error. Be very grateful for help with this, please.

    jpg does not support Layers.
    Just to make sure, what exactly do you mean by "stacking photos" and what do you want to achieve thereby?

  • I am trying to use a website that requires that my computer have the lastest version of Java, which I have updated and installed, however Firefox does not recon

    I am trying to use a website that requires that my computer have the latest version of Java, which I have updated and installed Java 7 Update 51 (64-bit), however Firefox does not recognize that I even have Java on my computer. My computer is 64-bit
    When I run "Verify Java Version" it show nothing is installed... but it is, I know that for a fact because it shows in my "Control Panel/Programs/Programs and Features".
    When I go back to the Java Download page, the following message is visible:
    "We have detected you may be viewing this page in a 32-bit browser. If you use 32-bit and 64-bit browsers interchangeably, you will need to install both 32-bit and 64-bit Java in order to have the Java plug-in for both browsers."
    My question is this:
    Is there a way to change my Firefox browser from 32-bit to 64-bit.... because it appears that this is way Java is not functioning properly?

    Firefox needs 32-bit plugins, so you'll need to install 32-bit Java for Firefox.
    No, you can't change Firefox from 32-bt to 64-bit. There is a Nightly 64-bit version (alpha) of Firefox, but it is used only to test for regressions until development is resumed.

Maybe you are looking for