Search found 2365 matches

by soja
Sun Apr 24, 2016 7:17 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: starting teamspeak server on VPS: Permission Denied
Replies: 25
Views: 17626

Re: starting teamspeak server on VPS: Permission Denied

The command I gave changes all the files to be owned by the user you are trying to start the teamspeak server as. Try running the command you want to start the server now.
by soja
Sun Apr 24, 2016 7:12 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: starting teamspeak server on VPS: Permission Denied
Replies: 25
Views: 17626

Re: starting teamspeak server on VPS: Permission Denied

All of your files are owned by root.

Run this command:
chown -R ts3user:ts3user /home/ts3user/kushcorner-server
by soja
Sun Apr 24, 2016 6:47 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: starting teamspeak server on VPS: Permission Denied
Replies: 25
Views: 17626

Re: starting teamspeak server on VPS: Permission Denied

Can you screenshot the full output of ls -al in the directory of the teamspeak server?
by soja
Thu Apr 14, 2016 10:00 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Firewall suggestion
Replies: 5
Views: 1587

Re: Firewall suggestion

The rules are applied with iptables. Iptables requires rules for each protocol.
by soja
Thu Apr 14, 2016 9:37 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Firewall suggestion
Replies: 5
Views: 1587

Re: Firewall suggestion

The way the rules are applied, they can only be set to one protocol at a time as far as I know. The only benefit this would have is allowing you to have a higher total number of rules, but I have no idea what you would be doing that requires over 20 rules.
by soja
Wed Apr 13, 2016 6:14 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Changing from SFTP to FTP
Replies: 15
Views: 4112

Re: Changing from SFTP to FTP

Which ftp daemon are you using? Do you have proper user accounts set up?
by soja
Wed Apr 13, 2016 6:03 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Changing from SFTP to FTP
Replies: 15
Views: 4112

Re: Changing from SFTP to FTP

I mean from the PC you are trying to use the ftp client on.
by soja
Wed Apr 13, 2016 5:54 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Changing from SFTP to FTP
Replies: 15
Views: 4112

Re: Changing from SFTP to FTP

Can you run a successful trace to the server?
by soja
Wed Apr 13, 2016 4:37 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Changing from SFTP to FTP
Replies: 15
Views: 4112

Re: Changing from SFTP to FTP

I was able to connect to the server, I just wasn't authenticated. My response from the server was:
Response: 530 Login incorrect.
Error: Critical error: Could not connect to server

Do you have anything like a numbered response?
by soja
Wed Apr 13, 2016 4:06 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Changing from SFTP to FTP
Replies: 15
Views: 4112

Re: Changing from SFTP to FTP

whats the output of "netstat -tulpn"?
by soja
Wed Apr 13, 2016 3:59 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Changing from SFTP to FTP
Replies: 15
Views: 4112

Re: Changing from SFTP to FTP

Is your server linux or windows?
by soja
Wed Apr 13, 2016 3:54 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Changing from SFTP to FTP
Replies: 15
Views: 4112

Re: Changing from SFTP to FTP

Is there an error prior to that?
by soja
Wed Apr 13, 2016 3:10 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Changing from SFTP to FTP
Replies: 15
Views: 4112

Re: Changing from SFTP to FTP

What client are you using? If its filezilla make sure this is set to FTP:
Image

If it cannot connect on FTP, it will give you an error instead of trying to use SFTP.
by soja
Wed Apr 13, 2016 7:26 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Linux Boot Partition
Replies: 2
Views: 1175

Re: Linux Boot Partition

tip: you can use df -h to get that output in "human readable" format, like this: http://i.gflclan.com/555488f1b230dc10.png It is generally a safe option to delete the files in that partition except your current OS version, I have done this with success in the past. If you can, leave the ve...