Suddenly nothing. No sessions, no database connection, etc.
write failed: No space left on device (28)
Provided the SQL database, but how hard can it be full when it was virtually empty yesterday?
ls-Lah $ (find /-type f-size +10000 k)
List proved to be very helpful because it enables this command, all files larger than 10MB of size.
So quickly found the culprit file, a log file which has expanded to an impressive 55GB.
This is how we are before the Friday afternoon;)
Logs , MySQL , Server
Webmaster
Nice if an error one can stay as long, although the solution is so simple.
Class 'Imagick' not found in ...
Thus, only one was missing in the Windows system environment variable, which must be set as follows.
Job-> right click-> Properties-> Advanced-> Environment Variables-> Custom ..
MAGICK_HOME = path / to / Imagick / config files (eg C: / Imagick / config)
Many thanks to Mikko's Blog for the solution!
Imagick , PHP , Server , Windows
Collected works
Unfortunately, all the projects handled by me in the last few days plagued by precipitate, which dragged on for a few unfortunate events strung together more and more.
Source: www.prepolino.ch
Now it is managed and optimization work on the server is back in fashion.
Your BODY Snatch, now hopefully always accessible for you!
Optimization , project , server
Webmaster
I apologize for the recent times more frequently occurring breakdowns of my pages.
Is somewhere an error in the server configuration, which is busy with the consequence that the memory completely and no more requests are possible.
I hope now this problem is now a thing of the past. In conjunction with Apache 2, MySQL, and memory problems, I can highly recommend this forum thread.
>> Tuning Primer Script
Yours sincerely,
Your BODY SNATCH
Apache , fault , configuration , server
Software , Webmaster
14th February 2008
Nerd 2.0
We finally made it and it comes from our simple web space on a proper server.
So, if occur in the near future short interruption would, I ask for this inconvenience and to visit us just once more later.
This step is simply necessary because web space can never offer the configurability, which I need for a project.
Thank you!
Server , move , Webspace
Webmaster
7th February 2008
Nerd 2.0
Suddenly it started, 64th. 105 ... 210 new messages.
But this time not with normal spam, how to know him otherwise, of dubious Viagra, sex or, more recently, vacuum cleaners and record sellers, but with error string from various mail servers, which meant that someone was not sent to me undeliverable.
Unfortunately proposes to such messages, which otherwise are quite useful, the spam filter and I could not sort out first.
So the next time my dear spammers, to update it once their email addresses or better yet send with their own address!
Filter , mail , server , spam
Collected works
20th September 2006
Nerd 2.0
We now have within our web host changed the server, since the new PHP 5 supports, has clearer management capabilities and also offers better possibilities for the analysis of log files.
But what is all so after a server change? Updates from MySQL data is only the beginning.
All references must be altered and files relinked.
But this is also an opportunity at last to make a new structure, how it looks here at the blog the best. It will not be diverted to the long web server, but still directly in the BlogURL.
So that everything works, but with WordPress 2 hours were up and down try from emergencies, which I will not just own the cleanest solution, but in any case a Functioning.
Sun and WordPress blog URL are set to this address, but using. Htaccess is forwarded to the other server. This, but only for documents and PHP paths. Images are accessed directly from here.
Why am I doing all the work myself? 1 & 1, where the domain is located, has no PHP support and I can not therefore not there to run the blog, but on a PHP enabled web space.
Currently, I am still revising the solution, but if they "ripe" for large scale testing, then I post it here.
Mfg BODY SNATCH
Update 1: I've now found a very simple way to solve this quite simple: # #. Htaccess on the server with derURL RewriteEngine On RewriteBase / ^(.+( RewriteRule \. Zip | rar | exe | tar | gz | jpg | gif | css | js)) $ http://wordpress.server/ $ 1 [L] # # No Proxy to protect the Traffic RewriteRule (.*) http://wordpress.server/ $ 1 [P] # # Proxy (URL above are popular.) [Code lang = "# apache] #. Htaccess on the server with the WordPress installation RewriteEngine On RewriteCond% (REQUEST_FILENAME)!-F RewriteCond% (REQUEST_FILENAME)!-D RewriteRule (.*) index.php / $ 1 [L] [/ code] That's it and you have to. Htaccess in your WordPress directory or set by chmod 666 to 644, so that they can not be changed. In this example, you can now easily see that free domains, as my can of 1 & 1, can simply be laid over a PHP web space, and the user does not have said, where he is.
1 & 1 , domain , Mod , PHP , proxy , rewrite , server , web space
Body-Snatcher.de , Webmaster
1st February 2006
Nerd 2.0
I finally made it and was able to finish my network page. It is hosted on my network and is about my network, so anyone who feels can indeed have a look over.
Mfg BODY SNATCH
PS: If something is not simply try again later, that is the first test of my DLink 360T as an HTTP server ;-)
DLink , HTTP , network , server
Home network , Webmaster
13th November 2005
Nerd 2.0
In the course of the last week I was once again a few times and have long since looked to see what to do with my old DSL modem can start everything and lo and behold, it's a true multifunction device ;-).
So I do not have to start again from the very front of the old items to: New DSL Modem (06.06.2005)
First, I took that out, that one can not write to the modem and in the tempporären memory (/ var / tmp /).
The simplest method was to transfer files for me to shut at the time a simple Web server on the PC and then using "wget" by modem. In addition, the modem is still an "ftp client" with me but I have not yet been considered further.
So: first DHCP server to umgopolt that he is not the modem as a gateway takes but my router simply by the "/ var / tmp / udhcpd.conf" with its overrides. This time my example:
start 192.168.0.3
end 192.168.0.254
inflease_time 604800
interface br0
opt router 192.168.0.1
opt dns 192.168.0.1
opt subnet 255.255.255.0
opt lease 3600
conflict_time 60
lease_file /var/tmp/udhcpd.leases
wherein the first two lines for the IP range available, the next for Allocating duration, inter-factor describes the interface, optical router is the gateway, dns opt the DNS server and the rest no plan ;-). In her lease_file should specify the path to the file in the Ip awarded will be saved.
And now you can restart the DHCP using: "udhcpd / var / tmp / udhcpd.con"
Then I thought me if you can not possibly spend his private Web interface instead of the sides, which also works perfectly. Simply use "ps-a" "Check httpd" service, and end with "kill".
Then restart the Web server with "/ usr / sbin / thttpd-g-d / var / tmp / www-u root-p-c / cgi-bin /". It is "/ var / tmp / www /" directory where the HTML files can be stored.
Thats basically it.
Have fun wish BODY Snatch.
DLink , DSL , mod , modem , server
Home network