This was a one-time thing, not reproducible... But I saved the show innodb status output. Can anybody tell what's going on here? The simple insert took almost 3 minutes to complete.
| InnoDB | |
=====================================
110201 15:58:10 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from…
I have some questions about my web server. Its a LAMP web server running centos 5.5 and php5, mysql5. The server gets hundreds (maybe thousand) of concurrent users during peak hours.
I'm trying to optimize a little and understand "top". From what I can see:
all 16GB of my ram have been used up?
does that mean that my server needs more memory?
My…
I'm looking to use Amazon's CloudFront to host some content in the near future. Currently, I'm keeping it very simple and I'm just uploading my content to S3 and then making a distribution available via Cloudfront.
However, because I have a limited budget, I'd like to be able to limit the number of downloads or the money spent on bandwidth. As far…
I've got a Dell E6400
It's suddenly developed an intermittent fault with the display
Every now and again, it seems to boot up with "double vision"
By that I mean, its split horizontally, with each half showing the same thing, but with low resolution, and looks grainy - if that makes sense
(I will try to get a couple of pictures if I can)
I…
I'm a high school teacher at a small private school. As of this year, we have SMARTBoards in every classroom (though I've had one in the class I share for two years now). The classrooms themselves don't have computers in them, so we teachers bring our laptops to class and connect them to the boards. This has several disadvantages:
This…
A month or so back, I untarred the Linux source in a folder in Cygwin (I was curious as to whether or not it would compile with MinGW 'cause my other computer running Linux is a slow single core Sempron). I tried deleting it, but there's 1 file left, and it will not delete...
Cygwin resides in C:\cygwin, and I untarred the source in…
Is there a way to get XMMS2 to call an outside script when it advances in a playlist - either automatically or via manual intervention (e.g. xmms2 next)?
The goal is to have balloons pop up on my desktop to tell me what new song has started playing, and I really, really don't want to write a background daemon that polls 'xmms2 info'…
We were able to trace down a problem that is crashing our NGINX server running Magento until the following point:
Background info: Magento Backend has a CMS function with a WYSIWYG editor.
This editor loads some pictures via a controller in magento (cms/directive).
When we set the NGINX error_log level to info, we get the following…
I am trying to 'start gunicorn' as a service via upstart as user ale. I'm using gunicorn/flask on ubuntu 12.04 w/ init (upstart 1.5)
Here is my /etc/init/gunicorn.conf
setuid btw
setgid flask
script
export HOME=/home/btw
export WORKON_HOME=$HOME/.virtualenvs
. $HOME/.virtualenvs/default/bin/activate
cd $HOME/flask
workon…
i'm running ubuntu server 10.10 with the desktop environment.
simple page requests are taking over 5 seconds even when connecting to the server through our local network.
i believe this is partially related to having the desktop environment installed, as the server worked faster (but not as fast as it should considering that it's…
I was messing around with FreeRADIUS and MySQL (MariaDB) and it seems FreeRADIUS service can't start properly on startup. But it starts fine using root user or in debug mode (radiusd -X) and works just fine! Debug mode shows no errors.
systemctl command shows that radiusd.service has failed to start.
/var/log/messages output:
Aug…
I have the following config - please notice the Alias and Directory equivalent -- uncommented they work as expected but the dynamic/regex based versions don't - any ideas???
<VirtualHost *:80>
ServerName temp.dev.local
ServerAlias temp.dev.local
DocumentRoot "C:\wamp\www\temp\public"
<Directory…
If you have used Firebug, you know that you can see the "AJAX" requests back and forth.
And you can see the headers sent.
I would like the same thing. Except, I would like to sniff iTunes. I want to know the REST API that iTunes uses to talk to the cloud. As well as the user-agent and headers sent.
We need to block a specific URL for anyone not on a local IP (anyone without a 192.168.. address)
We however cannot use apache's
<Directory /var/www/foo/bar>
Order allow,deny
Allow from 192.168
</Directory>
<Files /var/www/foo/bar>
Order allow,deny
Allow from 192.168
<Files>
Because…
We are having an issue on one of our clients relatively new sbs installs.
The domain consists of a single SBS 2011 server with 4 windows 7 clients and 3 xp clients. Most of the time everything is fine however roughly every 3 days windows 7 clients start timing out when trying to receive computer group policy.…
I have set up a Postfix Mailserver, outgoing mail is being sent through a smarthost/relayhost which requires authentification. That works great, internal clients can send to foreign recipients though this relayhost.
However, when an external mail for a local, non-existent user arrives at the server, postfix…
I'm running a PHP based game which has over 45 Million members predicted for end of this year (2011) Currently we are on 7.5 Million, this game is being ran on facebook and I am in desperate need to help get this game server as efficient and as powerful as possible.
it is a dedicated server with
Processor…
Hi all,
We have a client we host a web for (blog.foobar.es). We do not manage foobar.es's DNS setup, we just told them to point blog.foobar.es to our web server's IP.
We have noticed that sometimes we cannot browse to blog.foobar.es, but we can browse to other sites on that server.
Troubleshooting a bit…
I have a VPS server with a company called Webfusion. I want to remove some or all of the FULLTEXT stopwords because some specific words needs to be searchable with my DB content. I opened /etc/mysql/my.cnf and added the line ft_stopword_file="". I restarted the mysql service, ran a repair table and then…
I am using MSI U115 11" netbook (OS: Windows XP Home, graphics card: Intel Graphics Media Accelerator 500) and today after I switched it on, desktop was bigger than screen.
To be exact: screen resolution was set to the lowest possible and I could move mouse outside of screen (but only below - left,…
I just need good solid double-entry / multi-account transactions with a variety of simple reports. I've previously used Quicken but their file and OS version compatibility issues are a nightmare. I need a software that will have a good chance of still opening the files I create today, several years…
Microsoft Security Essentials seems to allow only quarantine or delete actions for program that it deems to have "high" or "severe" risk.
However, it also assigns these levels to what it considers to be "hacking tools".
Is there a way to override this nanny behaviour and force programs on the…
it's my first post here. Just wondering if anyone had to deal with the following problem
- you have to install over say a 100 network elements and servers
- cabling is done via contractors, so you need to provide them with an accurate, error-free cable list
- your inputs are a set of detailed,…