Closed
Bug 1105502
Opened 11 years ago
Closed 11 years ago
Figure out what's wrong with OVH shared
Categories
(Participation Infrastructure :: MCWS, task)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: tanner, Assigned: tanner)
References
Details
(Whiteboard: Need to wait for machine to go down again so we can capture data)
It keeps breaking, can't connect to it and then we have to reboot it. We should probably figure out why this keeps happening, and how to fix it.
Comment 2•11 years ago
|
||
I need my keys on this server. Add it? Let's understand what's going on.
| Assignee | ||
Comment 3•11 years ago
|
||
I ran a few commands that should be able to help us debug.
nohup top -b -d 60 >> /var/log/diag/top.log & # Runs top every 60 seconds, writes to /var/log/diag/top.log
nohup vmstat 5 >> /var/log/diag/vmstat.log & # Runs vmstat every 30 seconds, writes to /var/log/diag/vmstat.log
nohup iostat 5 >> /var/log/diag/iostat.log & # Same, but to iostat.log
In addition, I wrote a logrotate script. I think it should work.
/var/log/diag/*.log {
compress
size 1M
copytruncate
rotate 48
}
Assignee: nobody → tanner.sumo.bugs
Updated•11 years ago
|
Whiteboard: Need to wait for machine to go down again so we can capture data
Comment 4•11 years ago
|
||
Hasn't gone down for 8 days, could be WFM, keep an eye out.
| Assignee | ||
Comment 5•11 years ago
|
||
It hasn't gone down for several months, so I'm going to close this.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Comment 6•7 years ago
|
||
Bulk move of bugs
Component: Community IT: Infrastructure → MCWS
Product: Infrastructure & Operations → Participation Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•