Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
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)" :wacko:
I start the vnc server:
Quote:
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:
Quote:
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:
Quote:
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:
Quote:
# 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!
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
This is a blueprint for greatness! thanks for the tutorial, I've used it many times as a basis for my experimentation..
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
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.
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
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?
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
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
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
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 :D.
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
Re: NaQ's Complete Setup Guide for Linux Seedboxes (Fedora Core/CentOS/Debian/Ubuntu)
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
Quote:
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 :cry:
Quote:
Originally Posted by
naq
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:
[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