This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
376
Information / Re: Disk usage on CWP web panel showing 0/0?
« on: June 18, 2016, 11:46:42 AM »http://forum.centos-webpanel.com/centos-configuration/how-to-setup-user-quotas/
What is your main hard drive? /dev/???
377
Information / Re: CSF Firewall status indicates OFF
« on: June 14, 2016, 10:10:17 AM »
A Reboot fixed it.
378
CentOS Configuration / Re: How to setup user quotas ?SOLVED
« on: June 13, 2016, 11:05:40 PM »
First you have to make a link to the missing root directory
In my case my main directory is /dev/sda ...so shell command is ln -s /dev/sda /dev/root
Then I had to modify /etc/fstab file to show the user group addition string
/dev/sda / ext4 noatime,errors=remount-ro,usrjquota=quota.user,jqfmt=vfsv0
Then I had to remount the hard drive
mount -o remount /dev/sda
then I had to login to cwp panel and click on users list. Select your user to edit and immediately save with no changes. That will implement quota for that user.
That should do it. Its possible that the link will have to be recreated every time you reboot the server. There is a work around here https://forum.linode.com/viewtopic.php?t=8294#p64363 "xvda" would be changed to your hard drive location.
In my case my main directory is /dev/sda ...so shell command is ln -s /dev/sda /dev/root
Then I had to modify /etc/fstab file to show the user group addition string
/dev/sda / ext4 noatime,errors=remount-ro,usrjquota=quota.user,jqfmt=vfsv0
Then I had to remount the hard drive
mount -o remount /dev/sda
then I had to login to cwp panel and click on users list. Select your user to edit and immediately save with no changes. That will implement quota for that user.
That should do it. Its possible that the link will have to be recreated every time you reboot the server. There is a work around here https://forum.linode.com/viewtopic.php?t=8294#p64363 "xvda" would be changed to your hard drive location.
379
CentOS Configuration / Re: How to setup user quotas ?
« on: June 13, 2016, 10:10:31 PM »
I am using Linode vps. there is no /dev/root so how can I fix this?
380
CentOS Configuration / Re: How to setup user quotas ?
« on: June 13, 2016, 06:29:47 PM »I clicked on setup quotas and received this message:
Quota Configuration file /usr/local/cwp/.conf/quota_part.conf Already Exist!
fstab
#
# /etc/fstab
# Created by anaconda on Sun Mar 9 13:40:48 2014
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(, mount( and/or blkid( for more info
#
/dev/sda / ext4 noatime,errors=remount-ro,usrjquota=quota.user,jqfmt=vfsv0 0 1
/dev/sdb none swap sw 0 0
tmpfs /dev/shm tmpfs nodev,nosuid,noexec,mode=1777 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
/proc /proc proc defaults 0 0
381
CentOS Configuration / Re: How to setup user quotas ?
« on: June 13, 2016, 03:39:03 PM »
I clicked on setup quotas and received this message:
Quota Configuration file /usr/local/cwp/.conf/quota_part.conf Already Exist!
Quota Configuration file /usr/local/cwp/.conf/quota_part.conf Already Exist!
382
CentOS 6 Problems / Re: MySQL Daemon failed to start
« on: June 06, 2016, 02:19:48 PM »
I woke up today and was faced with the same problem. mysql daemon failed to start
383
Mod_Security / Re: Access Error
« on: May 29, 2016, 09:29:13 PM »check the apache error log and find your ip, their will be a ID which you have to whitelist.
White listing his IP address works also.
384
How to / Re: how to rebuild all apache virtual hosts
« on: May 27, 2016, 10:20:35 PM »
Will rebuilding apache vhosts destroy all of my current domains?
385
Information / CSF Firewall status indicates OFF
« on: May 26, 2016, 06:28:01 PM »
Dashboard shows CSF status as OFF, but command line says it is running.
386
Installation / Mail server settings
« on: May 19, 2016, 01:01:15 PM »
I can't find the mail server settings anymore. I used to be able to create an email account. After creating the email account on the right side it would indicate the server settings for pop smtp imap Port Numbers etc etc. Where is it now?
Found it. It does not appear in ROOT part of CWP. I have to be logged in as a different user than root.
Found it. It does not appear in ROOT part of CWP. I have to be logged in as a different user than root.
387
Installation / Re: Connection timeout on port 2030 or 2031 after CWP installed
« on: May 19, 2016, 12:59:37 PM »
i REBOOTED THE SERVER AND IT WORKS FINE.
388
Installation / Re: Connection timeout on port 2030 or 2031 after CWP installed
« on: May 18, 2016, 11:06:11 PM »
Wow. I never thought of that.
389
Installation / Re: Connection timeout on port 2030 or 2031 after CWP installed
« on: May 18, 2016, 08:27:15 PM »
I am having the same problem on Linode. I think they may block port 2030 by default. Anyone know for sure?
390
Information / Re: Delete tmp directory
« on: May 02, 2016, 07:45:24 PM »
Thanks but that wasnt the question I asked. I knew how to delete the files. The question is should I, or you, be concerned about a tmp directory that does not appear to be purging itself on a regular basis.