Page 36 of 42 FirstFirst ... 2633343536373839 ... LastLast
Results 351 to 360 of 419

Thread: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)

  1. #351
    very nice bro ....

  2. Guides and Tutorials   -   #352
    Hi,

    First of all, great tutorial

    Buf I've the famous 10061 error using VNC Viewer (Connection refused (10061)) and with TightVNC i get "Failed to connect to server (xx.xx.xx.xx:1)"

    I start the vnc server:

    ptseeder@ksxxxxxx:~$ vncserver

    New 'X' desktop is ksxxxxxx.kimsufi.com:1

    Starting applications specified in /etc/X11/Xsession
    Log file is /home/ptseeder/.vnc/ksxxxxxx.kimsufi.com:1.log
    and this is the log:

    05/06/09 21:51:17 Xvnc version 3.3.7 - built Dec 30 2006 12:50:35
    05/06/09 21:51:17 Copyright (C) 2002-2003 RealVNC Ltd.
    05/06/09 21:51:17 Copyright (C) 1994-2000 AT&T Laboratories Cambridge.
    05/06/09 21:51:17 All Rights Reserved.
    05/06/09 21:51:17 See http://www.realvnc.com for information on VNC
    05/06/09 21:51:17 Desktop name 'X' (ksxxxxxx.kimsufi.com:1)
    05/06/09 21:51:17 Protocol version supported 3.3
    05/06/09 21:51:17 Listening for VNC connections on TCP port 5901
    failed to set default font path ''
    Fatal server error:
    could not open default font 'fixed'
    iptables:

    ksxxxxxxx:~# iptables -t filter -L
    Chain INPUT (policy ACCEPT)
    target prot opt source destination

    Chain FORWARD (policy ACCEPT)
    target prot opt source destination

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination
    hosts:

    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost
    xx.xx.xx.xx ksxxxxxxx.kimsufi.com
    # The following lines are desirable for IPv6 capable hosts
    #(added automatically by netbase upgrade)
    ::1 ip6-localhost ip6-loopback
    feo0::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    Any ideas to solve my problem?

    I changed my server acc and ip server to xxx on quoted text!

  3. Guides and Tutorials   -   #353
    This is a blueprint for greatness! thanks for the tutorial, I've used it many times as a basis for my experimentation..

  4. Guides and Tutorials   -   #354
    Awesome!

  5. Guides and Tutorials   -   #355
    This post was very informative... I appreciate it, and will apply a lot of what I learned in it the next time I actually buy a seedbox, which should be pretty soon.

  6. Guides and Tutorials   -   #356
    MoeB
    Guest
    guys i have setup utorrent on webui on my ubuntu , problem is i cant access the ip address to the gui .. anyone can tell me what i can do about that?

  7. Guides and Tutorials   -   #357
    silent2k8's Avatar Poster BT Rep: +24BT Rep +24BT Rep +24BT Rep +24BT Rep +24
    Join Date
    Nov 2007
    Posts
    119
    Someone have any idea how to solve this error. I am trying to run uttorent with fedora 8

    Thats after i cancel the setup wizard. I tired also running the setup but same thing.
    http://yfrog.com/ao792009100005pmp

    someone ? Thanks
    Last edited by silent2k8; 07-09-2009 at 07:07 PM.

  8. Guides and Tutorials   -   #358
    DTL_Alex
    Guest
    Just want to say thanks for this amazing guide. Just a got a server with a couple of other people and this will make it a lot easier .

  9. Guides and Tutorials   -   #359
    a very useful guide
    thx

  10. Guides and Tutorials   -   #360
    Juihi
    Guest
    Very very helpful guide, I had setup my seedbox and it was working fine, then all of a sudden about a week ago I had VNC close down on me and each time I try to connect to it, it just says "Connection closed", so I thought I would kill the process in Putty, so I type in "vncserver -kill :1" and it comes up with this message

    Can't find file /root/.vnc/hosted-by:1.pid
    You'll have to kill the Xtightvnc process manually
    I've posted the same question on this forum http://ubuntuforums.org/showthread.php?t=1258328 and they have tried helping me out, but I now have an even bigger problem!!!! I followed the steps below, but when I typed in "iptables -F" Putty just froze, and now I am unable to connect to my seedbox

    Quote Originally Posted by naq View Post
    Troubleshoot: Your server might came with a firewall installed, which would block the VNC connection attempt. We'll setup a firewall later in the guide, so for now we can disable this firewall if it exists. To find out, type the following in Putty while login as root to list the filter table of iptables:[/INDENT]
    Code:
    # iptables -t filter -L
     Chain INPUT (policy ACCEPT)
     target     prot opt source               destination
    
     Chain FORWARD (policy ACCEPT)
     target     prot opt source               destination
    
     Chain OUTPUT (policy ACCEPT)
     target     prot opt source               destination
    The above output means there is no firewall. If your output has entries under the 3 chains (INPUT, FORWARD, OUTPUT) and/or has more chains, then we'll need to flush the iptables:
    Code:
    # iptables -F
    [INDENT] List the table again to make sure it's empty. Then try to connect with VNC Viewer again.


    I have no idea what to do

Page 36 of 42 FirstFirst ... 2633343536373839 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •