The /usr/tmpDSK Folder On My Server Is Full
Feb 27, 2008The /usr/tmpDSK folder on my server is full , should I delete the contents in it? or can anyone help me on how to increase its space
View 7 RepliesThe /usr/tmpDSK folder on my server is full , should I delete the contents in it? or can anyone help me on how to increase its space
View 7 Repliesi got whm / centos 4.*
the tmp folder keep hitting 100% i just cleaned yesterday!
it has a 485M size.
/var/tmp
most of extension are *.wrk
I have a Linux dedicated server non managed, my os is CentOS I know that my temp folder is full just don't know how to empty it.
root@zone1 [~]# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda5 149153628 41449148 100127828 30% /
/dev/sdb1 153794688 94284 145888000 1% /backup
/dev/sda1 505604 21588 457912 5% /boot
none 516596 0 516596 0% /dev/shm
/dev/sda3 2063536 1960624 0 100% /tmp
/tmp 2063536 1960624 0 100% /var/tmp
root@zone1 [~]#
Warning: Unknown(): write failed: No space left on device (28) in Unknown on line 0
Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
I have two servers.
One server has a folder named 'vidfiles' and I want to transfer this entire folder (all 70gigs) to another server I just got.
Both servers are linux and use CPanal/whm.
What would be the command to get the files to transfer direct from server to server?
I'm wondering whether it is possible to perform a full server migration to a new Plesk server with the same hostname or will Plesk give an error about the hostname being the same?
The new server would not be accessible by hostname (only via IP) until DNS and glue records were changed after the migration.
how many server can i host in the full rack ( 42U )
this is my servers info: 1U Supermicro SC811I-260 (260W, 2 Hdd, 1 CD, 1 Floppy, 24 Inch)
I have a dedicated server plan for a few months now and host a few sites. I noticed my IIS log files were rather large and found that its loaded with 404s - over 50,000/day.
Based on the referrer data in the log file, one domain in particular was the main culprit. After contacting the webmaster, he replied that he used to have a dedicated server (same provider) with the same IP address as mine. I don't know why but a lot of his web content used explicit IP address rather than domain name. He purged a few bad references but the problem is he had a gaming site using flash games and there are literally thousands of swf files distributed in many places all referencing my IP.
I guess my question is - Is this a fairly normal occurrence and simply just a nuisance?
I estimate that it's costing me < 10GB/month in bandwidth based on number of 404s and the size of the 404.htm (2k). Should I be taking other action? Sorry for long-winded explanation.
What's the best way I can fully back my server up? I use cPanel/Whm
View 1 Replies View RelatedIs there a way to tar a compiled apache/php installation and move it to another identical server?
If on the first server I specify all the configure options for both apache and php to point to /usr/local/apache2 for example, and then tar apache2 dir and untar it on another server will everything work just like it should? Or do I need to compile apache/php from scratch on the second server.
It would be nice to just be able push the apache/php tar file on to the new provisioned server and be ready to go.
Has anyone done this before, what is the best way to do this and are there any issues to look for.
how to prevent full backup to generated in cpanel server
iam seen this in few host what we cant able to generate the fullback if the size of the amount is more than 1-2GB
How can i RAR a folder in my server?
I have a folder with lots of files, and i want to RAR that folder in my server.
Is there any SSH command or something?
I know i can TAR and GZIP but i want to RAR it...is it possible?
On my VPS I would like to set the /tmp folder to 777 and point to it with session.save_path.
The VPS will host a number of sites, but I will have sole control of them. ie. the account holders will not have access to cpanel.
If it makes any difference, the server is running phpSUexec.
What are the risks involved with this?
I'm hosting a site for a organization but using our own servers. Problem is that they did not want to use a subdomain link to our server but instead wants the server to appear as www(dot)abcdefg(dot)com/ourserver/
can this be done.
Currently my options are :
1) Force them to use sub domains and redirect
2) HTML "Frame" their website to ours (ungraceful method)
3) Truely Redirect it to our server by some means...
how to transfer folder contains backups from my server to another one coz i have to relod the system .
i have another space on another server.
I have a VPS ( Virtuozzo ) with Centos and a server where i only have normal user access ( shared hosting ).
I need to share some files that are on the server with the VPS. Is there a way to mount the shared hosting folder at the VPS having normal user access?
I was wondering if it's possible to install sshfs at a VPS ( i can't modify the kernel ).
email from my server goes into junk mail folder for yahoo/hotmail/gmail. what would be the issue? the user does not make the domain as a spam user but sill they send the mails to spam box.
View 13 Replies View RelatedHow to protect a folder in cpanel server without using slash
View 4 Replies View RelatedI want to run Rsync to sync a folder from an FTP server - which I have limited access too with my server.
1. Do I have to have rsync installed on the server with the FTP too, as I won't be able to do that as it is not my server.
2. Is Rsync easy enough to get up and running and set it to run every 24hours?
Is it possible to do it through a standard FTP package?
View 2 Replies View Relatedway that you could make a specific folder be on another server?
Meaning I have server1.
Server one has a folder "/backup" and that folder would really be a folder like an ftp folder on another server(server2).
I have created virtual SMTP server in IIS6 and while send e-mail from the same server using SMTP IP address, the e-mail do not reach recipient, all sent e-mails goes directlly to DROP folder and stay it that folder.
I have checked event viewer, no error, also used telnet to create and send e-mail, no error.
* Go to "Web Server Settings" add text to "Additional directives for HTTP" and press button "Ok".
* Go to "Document root" folder of your domain and now you have a new folder "/cgi-bin/test" with file "test.cgi":
Code:
#!/usr/bin/perl
print <<HTML;
Content-type: text/html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
[Code] ....