Questions tagged [stability]
23 questions
0
votes
1 answer
Is there an Nginx command to using the default conf?
To use the Nginx default conf (sites-available/default) one needs to uncomment all relevant lines in that file.
To avoid manual uncommenting each time I install a new server environment on a new machine, what I did was to make myself a copy of the…

Arcticooling
- 1
- 3
- 7
- 22
0
votes
1 answer
Is it logical and safe to add Nginx cache expiration directive to the default conf?
This is my Nginx default conf (sites-available/default), which I use as base conf for all apps:
server {
# listen, root, index, server_name, locations;
listen 80 default_server;
listen [::]:80 default_server;
root /var/www/html;
…

Arcticooling
- 1
- 3
- 7
- 22
0
votes
1 answer
How to protect Ubuntu 10.04 in the face of power cycling?
Disclaimer: I am no Linux guru. I would describe my competency in linux as "passing" at best, meaning I'm comfortable using the command line, but still rely very heavily on the man pages/forums to get anything beyond the basics done.
We have a…

JMW
- 1
0
votes
1 answer
Error while loading shared libraries /lib/libsepl.so.1: cannot read file data
I've created quite a predicament with my desktop installation and would prefer to be able to salvage it instead of having to reformat/re-install Ubuntu.
Quite a lot happened and here's my best recollection:
My Ubuntu installation stopped working…

Lex
- 101
- 1
0
votes
1 answer
Any technical reasons for avoiding GUI on 64-bit Windows Server 2008 R2?
I am new at setting up servers. I can see people reaching for console-only installations of web and SQL servers. I realize that low-quality graphics drivers and the simple fact that graphics driver took up a significant portion of memory space…

GregC
- 889
- 2
- 8
- 25
0
votes
1 answer
ECS Cluster Service not Running Containers
Recently I created an ECS cluster. I used the wizard on the AWS console to create it using an existing VPC, subnets, keypair and a previously created IAM role (from another cluster creation operation). Then I proceeded to create a service using a…

Eddysanoli
- 101
- 1
-2
votes
1 answer
Stress (Linux) Settings, Expectations, and Questions
Just got some new Cores and RAM in last week, wamnted to stress test them and see if they were any good. Unfortunately I couldn't find any real resources on how to do this without an OD so I fired up StressLinux.
Dual QC Xeon 2.66's with HT, 16GB…

Mike
- 175
- 1
- 10
-5
votes
0 answers
Intel RAID z87 data integrity issue
I am running a 4 drive RAID 5 via Intel Z97 (EDIT: not Z87) mobo under Windows 2012R2 with the latest RST driver.
The drives are identical model ST1000DM003-1ER162 1TB Seagate.
I seem to be fighting with a cabling issue. Whenever I try to close my…

CoderBrien
- 179
- 1
- 4