Search found 14 matches

by codyhawkinz
Fri Jul 17, 2015 1:40 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Installing MySQL&PhpMyAdmin
Replies: 3
Views: 746

Re: Installing MySQL&PhpMyAdmin

Problem solved, reinstalled my OS.
by codyhawkinz
Sun Jul 12, 2015 8:55 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Installing MySQL&PhpMyAdmin
Replies: 3
Views: 746

Re: Installing MySQL&PhpMyAdmin

A member of the support team suggested tasksel, which seemed to be very easy/simple, which as far as I know, it should be. But this is what came up when I tried it:

Code: Select all

root@optimuslogin:/# tasksel install lamp-server
tasksel: aptitude failed (100)
by codyhawkinz
Tue Jul 07, 2015 2:29 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Installing MySQL&PhpMyAdmin
Replies: 3
Views: 746

Installing MySQL&PhpMyAdmin

Hello! I'm having an issue with installing MySQL and PhpMyAdmin on my unmanaged VDS. I've followed this guide: https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu Which really didn't work out, so I contacted live support with the following mess...
by codyhawkinz
Sun Apr 19, 2015 6:13 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Restricting users permission to a directory (Linux)
Replies: 9
Views: 1756

Re: Restricting users permission to a directory (Linux)

The reason for this error is that the user "joe" (and propably the group) does not exist, or that user is a root user. That was only an example from the documentation. Please read through the complete documentation, at the top look for this and try it: A good thing to do before using virt...
by codyhawkinz
Sat Apr 18, 2015 2:04 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Restricting users permission to a directory (Linux)
Replies: 9
Views: 1756

Re: Restricting users permission to a directory (Linux)

If the only thing you are interested in is setting up a FTP (server) enviroment for different users, each with his own directory and restricted access, I would recommend that you take a look at pure-ftpd. Many Linux distributions come with it already, or you can install it without much problems. Si...
by codyhawkinz
Sat Apr 18, 2015 7:00 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Restricting users permission to a directory (Linux)
Replies: 9
Views: 1756

Re: Restricting users permission to a directory (Linux)

Bump! Here's what I do but it doesnt work; cd .. chmod g+rx /home/folder1/folder2 mkdir -p /home/folder1/folder2/folder3 chmod g+rwx /home/folder1/folder2/folder3 addgroup group1 chgrp -R group1 /home/folder1/folder2 Then I edit this file; /etc/ssh/sshd_config || adding this: Match Group group1 # Fo...
by codyhawkinz
Mon Apr 13, 2015 3:27 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Restricting users permission to a directory (Linux)
Replies: 9
Views: 1756

Re: Restricting users permission to a directory (Linux)

Would making a new usergroup and assigning "folder2" group rwx permission do it? Don't set "folder" to be in the same group. I'm sorry, I'm still a beginner at Linux. However, I've been trying to use 'jailkit' to 'jail' the user inside that folder. I heard that's the correct way...
by codyhawkinz
Sun Apr 12, 2015 12:08 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Restricting users permission to a directory (Linux)
Replies: 9
Views: 1756

Restricting users permission to a directory (Linux)

I'm wondering how I can create a user which would only have access to an existing directory and nothing else. Example: home > myname > folder > folder2 So he would only be able to be in 'folder2' and not in 'folder'. If I just write 'newuser', he will be able to access all folders, which I don't wan...
by codyhawkinz
Fri Apr 10, 2015 6:31 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Teamspeak Server on VPS
Replies: 9
Views: 1174

Re: Teamspeak Server on VPS

It's working now, thank you for the support, both soja and Edge100x, really appreciated.
by codyhawkinz
Thu Apr 09, 2015 3:20 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Teamspeak Server on VPS
Replies: 9
Views: 1174

Re: Teamspeak Server on VPS

I get this message "sudo: unable to resolve host (nameofhostthingy)"
by codyhawkinz
Thu Apr 09, 2015 2:49 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Teamspeak Server on VPS
Replies: 9
Views: 1174

Re: Teamspeak Server on VPS

No logs appear when I run it through another user, only when running it through root.
So I doubt there's any useful information as it doesn't show any logs when I do it through another user.
by codyhawkinz
Thu Apr 09, 2015 2:14 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Teamspeak Server on VPS
Replies: 9
Views: 1174

Re: Teamspeak Server on VPS

It continue running. I made sure of that by writing 'top' where I could see the ts3server running.
by codyhawkinz
Thu Apr 09, 2015 1:49 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Teamspeak Server on VPS
Replies: 9
Views: 1174

Teamspeak Server on VPS

My question is, why can I run the teamspeak server through 'root' but not with my other user? I'm running a San Andreas Multiplayer server on my other user and it's working fine. I type in;"./ts3server_startscript.sh start" Then this comes up: "Do you have the right TS3 Server package...