Quotacheck: Can't Find Filesystem Cpanel

Mar 16, 2007

My /etc/fstab:

Code:
# cat /etc/fstab
# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/1 / ext3 defaults,usrquota 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs rw,noexec,nosuid,nodev 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
LABEL=SWAP-sda2 swap swap defaults 0 0
/dev/sdb1 /backups ext3 defaults 1 2

Code:
# /scripts/fixquotas

Installing Default Quota Databases...../aquota.user..../quota.user..../boot/aquota.user..../boot/quota.user..../backups/aquota.user..../backups/quota.user.....Done
Quotas are now on
Updating Quota Files......
quotacheck: Can't find filesystem to check or filesystem not mounted with quota option.
quotacheck: Can't find filesystem to check or filesystem not mounted with quota option.

....Done

AND

root@srv01 [/www/logs]# /scripts/initquotas
Quotas are now on
Updating Quota Files......
quotacheck: Can't find filesystem to check or filesystem not mounted with quota option.
quotacheck: Can't find filesystem to check or filesystem not mounted with quota option.

....Done

View 6 Replies


ADVERTISEMENT

Mount Tmp As Filesystem

Jun 6, 2009

I currently have a VPS. I have installed cPanel/WHM + CSF Firewall.

Everything is fine and all the ports are closed except for the ones I need.

I currently have some issues I need to fix, but google isn't helping

Quote:

Check /tmp is mounted as a filesystemWARNING/tmp should be mounted as a separate filesystem with the noexec,nosuid options set

I tried googling this and there was a cPanel script but I do not have permission to run it. So does anyone mind explaining it to me one step at a time?

Quote:

You should consider adding ini_set to the disable_functions in the PHP configuration as this setting allows PHP scripts to override global security and performance settings for PHP scripts. Adding ini_set can break PHP scripts and commenting out any use of ini_set in such scripts is advised

I have disabled this in php.ini but I do not know why it still says that I have to fix this

View 4 Replies View Related

Read Only Filesystem

Feb 26, 2008

I have a server with pacificrack. When I see my website it says "Read-Only File system" and my SSH dies with read-only file system errors.

It happens once per month, and the bad thing is I'm sleeping when it happens so I don't know my server is in this state.

Even though support fixes the problem within 15minutes of my support ticket, my server is down for hours because I don't know its down to then raise a ticket. I asked support why it happens and they never tell me... just tell me to read the logs but I'm not technical enough to understand linux logs etc.

Server is centos.

View 14 Replies View Related

Filesystem Became Read-only

Jun 4, 2007

Somehow the filesystem on my server turned read-only. The databases would not connect. When I rebooted the box it would not come up.

Support had to run FSCK. Even after, the databases had to be repaired using the CPanel tool. Things seem to be ok now, however:

1. What could have caused this to happen? Software or hardware failure?

2. I get these notifications, should I be worried?

WARNING: Kernel Errors Present
EXT3-fs error (device sda2): e...: 1 Time(s)

View 4 Replies View Related

Ext3 On A Very Large Filesystem

May 23, 2008

We're considering deploying a large server that will have 8x 500GB drives in a RAID-10 config. I intend to use a 3ware 9650SE w/ BBU along with A/B power to each of the PSU's.

My question is... since this will return into a 2TB array/partition, in event of a crash (kernel panic, etc -- I expect a power outage will be very, very rare if at all) what do you guys think the fsck time would be? In my experience a RAID BBU significantly drops it, sometimes to the point of no manual fsck required, but in event of a manual fsck shouldn't the BBU be able to provide more consistent data (less errors) and therefore a much shorter fsck? Maybe just recovering the journal?

View 14 Replies View Related

Check /var/tmp Is Mounted As A Filesystem

May 30, 2007

I have WHM/cPanel server.

I am installed ConfigServer (Firewall)

On configserver it says " /var/tmp should either be symlinked to /tmp or mounted as a filesystem" how can i do this?

View 11 Replies View Related

ISCSI Windows Clustered Filesystem

Oct 5, 2008

I'm currently connecting one of my servers to an iSCSI SAN but would like to hook up another server to that target as well. However, this doesn't work with NTFS filesystem and I couldn't really find any windows solutions for that. Does anyone have experience with this?

View 5 Replies View Related

Optimal HDD And Filesystem Settings For Web Hosting

Dec 29, 2007

I am in the process of configuring my volumedrive dedicated server and would like some input on ideal settings for my filesystem.

I'd appreciate suggestions and explanations of what they options do.

Here is my system info:
Linux volumedrive.com 2.6.18-53.el5 #1 SMP Mon Nov 12 02:14:55 EST 2007 x86_64 x86_64 x86_64 GNU/Linux
CentOS release 5 (Final)

AMD Sempron64 3000+
1GB RAM

HDD:
Location: SCSI device B
Cylinders: 60801
Size: 465.76 GB
Model: ATA ST3500320AS

Seagate Barracuda 7200.11 ST3500320AS 500GB 7200 RPM
32MB Cache SATA 3.0Gb/s Hard Drive

Parameters I can change:
EXT 3 File System Configuration Options:
Block size
Fragment size
Bytes per inode
Reserved blocks
Journal file size

Edit IDE Parameters
Transfer mode: Default mode / Disable IORDY / PIO mode 1,2,3,4 / Multimode DMA 0,1,2 / Ultra DMA 0,1,2
Using DMA: On/Off
Sector count: 256
Read-lookahead: On/Off
Write caching: On/Off
Interrupt unmask: On/Off
Keep settings over reset: On/Off
Keep features over reset: On/Off
Read only: On/Off
Reprogram best PIO: On/Off
Standby timeout: 0
32-bit I/O support: Disable / Enable / Enable with special sync sequence
Sector count for multiple sector I/O: Disable 2 4 8 16 32

View 0 Replies View Related

Postgres: Restoring A Filesystem Backup

Feb 19, 2007

i had to do a file system back up because of the size of my database.

i shutdown postmaster and tar'd the files.

i recently reloaded my OS and now i'm attempting to restore the backups. i first shut down postmaster, restored the backups to the data folder and restarted postmaster.

i then su'd from root to postgres user:

Code:
[postgres@austin1 pgsql]$ psql service_2_3
psql: FATAL: database "service_2_3" does not exist
DETAIL: The database subdirectory "base/16385" is missing.

the backups had a database named service_2_3 but upon restoring the backups, it doesn't seem to be available.

my data directory is /var/pgsql/data.

Code:
[postgres@austin1 pgsql]$ ls -lahR /var/pgsql/ | grep 16385
but that yielded nothing.

have i done something wrong while backing up? i don't think i have since i followed the postgres manual when backing up. but the administrators have not been very thorough with how they've set the system up for me.

how i can resolve this issue if you have the time.

View 6 Replies View Related

Installing Package Webmin-1.350-1 Needs 1 Inodes On The / Filesystem

Jul 31, 2007

Code:

Installing package webmin-1.350-1 needs 1 inodes on the / filesystem
Hmm, this is the first time I've encountered this error when installing Webmin and I have no idea what it means. My other servers doesnn't output this error.

What does it means by it needs 1 inodes on the filesystem?

View 2 Replies View Related

Using Find Command With Regex To Find All Number-only Filenames

Oct 15, 2007

how can i do a search for all files (probs using regex) of files consisting purely of numbers?

for e.g. find:

53243.php
24353.php
24098.php

(always have 5 numbers).

seems one of my accounts has had some script run which generated a bunch of these in various subfolders, and the php file basically does a callback to www3.rssnews.ws and www3.xmldata.info, which seem to be some sort of spyware servers.

View 10 Replies View Related

Writing Large Files - Risk Of Damaging Filesystem

Jan 19, 2008

Does writing large files (ie, 10GB backups in one archive) cause any risk of damaging a linux filesystem?

View 1 Replies View Related

Disk Space Error :: Filesystem Size Used Avail Use% Mounted On ...

Jul 25, 2008

i have a 32 GB hdd the results of df command are:

df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 32G 29G 715M 98% /
/dev/sda1 99M 14M 81M 15% /boot
tmpfs 1.5G 0 1.5G 0% /dev/shm
so there are 29GB used

but the du command shows only 19GB used:

du -hs /
19G /

where are the remaining 10GB from 19GB to 29GB?

View 4 Replies View Related

Find User Bandwidth From SSH (CPanel)

May 11, 2009

Does anyone happen to know how to find the current bandwidth usage for users in CPanel via SSH? I found disk space, which is /scripts/dumpquota, but I can't find the bandwidth.

View 8 Replies View Related

How To Find Out Who Created Cpanel Account?

Dec 11, 2008

How to find out who created account?

How can I find out who created an account in CPanel? Where in the logs?

I have a new account on my server but I don't know who created it, it's possible one of my resellers lost his password, but how can I find more about it?

View 5 Replies View Related

Where To Find A CPanel/WHM OS Template For OpenVZ

Oct 5, 2008

where I can find a cPanel/WHM OS Template for OpenVZ. Also looking for a DirectAdmin.

View 5 Replies View Related

How To Find Account On CPanel Server Spamming

Apr 14, 2007

How do I find an account on cPanel Server mass mailing?

View 10 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved