Search found 9 matches
- Sun May 18, 2014 11:58 am
- Forum: General Discussion
- Topic: VestaCP, OpenVZ & Debian - experience
- Replies: 4
- Views: 6625
Re: VestaCP, OpenVZ & Debian - experience
6 GB Mem and 6 GB Swap. If you noticed, I also posted how to fix it. It might be a configuration question of the host node. I am not able to tell, since I only rent the container. It was not my intention to imply that you made mistakes. I just found it weird that it didn't work, as it all works on ...
- Sun May 18, 2014 10:09 am
- Forum: General Discussion
- Topic: VestaCP, OpenVZ & Debian - experience
- Replies: 4
- Views: 6625
Re: VestaCP, OpenVZ & Debian - experience
6 GB Mem and 6 GB Swap.
If you noticed, I also posted how to fix it. It might be a configuration question of the host node. I am not able to tell, since I only rent the container.
If you noticed, I also posted how to fix it. It might be a configuration question of the host node. I am not able to tell, since I only rent the container.
- Sun May 18, 2014 6:57 am
- Forum: General Discussion
- Topic: VestaCP, OpenVZ & Debian - experience
- Replies: 4
- Views: 6625
VestaCP, OpenVZ & Debian - experience
Hi VestaCP, My experience with VestaCP, OpenVZ and Debian wheezy x64, and what others could run into. Firstly, to get VestaCP successfully installed I have to add "innodb_use_native_aio=0" to the my.cnf file to be able to start MySQL. Secondly, I need to chmod the phpmyadmin tmp folder "chmod 777 /v...
- Sun May 11, 2014 4:04 pm
- Forum: General Discussion
- Topic: Unable to install - always fails at mysqld
- Replies: 4
- Views: 6588
Re: Unable to install - always fails at mysqld
Adding:
innodb_use_native_aio=0 to my.cnf fixes the problem.
innodb_use_native_aio=0 to my.cnf fixes the problem.
- Sun May 11, 2014 3:57 pm
- Forum: General Discussion
- Topic: Unable to install - always fails at mysqld
- Replies: 4
- Views: 6588
Re: Unable to install - always fails at mysqld
I ran into the same problem on a debian wheezy: Output from: /proc/user_beancounters Version: 2.5 uid resource held maxheld barrier limit failcnt 3918: kmemsize 59966994 62406656 3221225472 3221225472 0 lockedpages 0 8 786432 786432 0 privvmpages 63515 99642 9223372036854775807 9223372036854775807 0...
- Tue Mar 25, 2014 7:38 pm
- Forum: Debian/Ubuntu
- Topic: Proftpd issue - Users end in /
- Replies: 4
- Views: 7032
Re: Proftpd issue - Users end in /
Any other info I can provide to help solve this?
- Sat Mar 22, 2014 8:16 pm
- Forum: Debian/Ubuntu
- Topic: Proftpd issue - Users end in /
- Replies: 4
- Views: 7032
Re: Proftpd issue - Users end in /
Do you have a /etc/proftpd/virtuals.conf file? Can you please paste it here Hi skid, Yes I do, this is what it contains: # # Proftpd sample configuration for Virtual Hosts and Virtual Roots. # # Note that FTP protocol requires IP based virtual host, not name based. # # # A generic sample virtual ho...
- Thu Mar 20, 2014 4:14 pm
- Forum: Debian/Ubuntu
- Topic: Proftpd issue - Users end in /
- Replies: 4
- Views: 7032
Proftpd issue - Users end in /
Hi there, I tried switching vsftpd to proftpd, everything went smooth FTP server is running but users end up in the / folder, not in their home folder - This means they have full access to view all folders in the system. I followed this guide: http://vestacp.com/docs/#how-to-replace-vsftpd-with-prof...
- Tue Mar 18, 2014 7:14 pm
- Forum: Database Server
- Topic: Cannot Upload .sql into phpMyAdmin
- Replies: 39
- Views: 83672
Re: Cannot Upload .sql into phpMyAdmin
Had the same error on a clean install (Debian wheezy) - chmod 775 /var/lib/phpmyadmin/tmp solved it.
Thanks!
Thanks!