Helo,
up to 04:02 the root file system was OK. With the logrotate activities
there are messages: read only.
Last entry in /var/log/messages is the sendmail entry from logrotate.
less /etc/mtab gives:
/dev/sda1 / ext3 rw 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
devpts /dev/pts devpts
Helo,
the solution was now found in dmesg. I/O error for the journal.
dmesg was updated, /var/log/messages not. I think because of read only
file system.
Best regards
Helmut
Helo,
up to 04:02 the root file system was OK. With the logrotate activities
there are messages: read only.
Last ent
My web & name server runs out of memory from time to time, to the point
where it's completely unresponsive to anything. At that point reset is
the only alternative. (Or, as this is a virtual guest, I just say "virsh
destroy").
But why this happens - I would like to know.
The host in question i
Jussi Hirvi wrote:
> My web & name server runs out of memory from time to time, to the point
> where it's completely unresponsive to anything. At that point reset is
> the only alternative. (Or, as this is a virtual guest, I just say "virsh
> destroy").
>
> But why this happens - I would like to kn
We control 20+ cameras with a single CentoOS server running zoneminder:
http://www.zoneminder.com/
Just buy cheap cameras that have one of the interfaces zoneminder supports.
We use continuos sftp upload (1fps, no sound). Motion detection is way more
superior in zoneminder then any built-in soluti
- Original Message -
> From: "Jussi Hirvi"
> To: "CentOS mailing list"
> Sent: Monday, February 3, 2014 5:43:16 AM
> Subject: [CentOS] Memory leak - how to investigate
>
> My web & name server runs out of memory from time to time, to the
> point
> where it's completely unresponsive to
On Mon, Feb 3, 2014 at 8:43 AM, Jussi Hirvi wrote:
> My web & name server runs out of memory from time to time, to the point
> where it's completely unresponsive to anything. At that point reset is
> the only alternative. (Or, as this is a virtual guest, I just say "virsh
> destroy").
>
> But why
Kwan Lowe wrote:
> On Mon, Feb 3, 2014 at 8:43 AM, Jussi Hirvi
> wrote:
>
>> My web & name server runs out of memory from time to time, to the point
>> where it's completely unresponsive to anything. At that point reset is
>> the only alternative. (Or, as this is a virtual guest, I just say "virsh
Peter Wood wrote:
>> Subject: [CentOS] Motion Detecting Camera
>> From: Leslie S Satenstein
>> Date: Sat, February 01, 2014 7:27 am
>> To: "centos@centos.org"
>>
>> mark wrote
>>
>> With the continuing annoyance from motion, my manager's asked me to go
>> looking again for a video surveillance ap
> > On Mon, Feb 3, 2014 at 8:43 AM, Jussi Hirvi
> > wrote:
> >
> >> My web & name server runs out of memory from time to time, to the point
> >> where it's completely unresponsive to anything. At that point reset is
> >> the only alternative. (Or, as this is a virtual guest, I just say "virsh
> >
On 2/3/2014 12:59, m.r...@5-cent.us wrote:
> Kwan Lowe wrote:
>>> Mem: 1361564k total, 1264324k used,97240k free, 8428k buffers
>>>
>> That doesn't look like a lot of memory.. Possible to add another .5G or
>> so?
>
> Ah! I missed that. Is it actually the case that your server doesn't ev
On Mon, Feb 3, 2014 at 1:59 PM, wrote:
> Kwan Lowe wrote:
>> On Mon, Feb 3, 2014 at 8:43 AM, Jussi Hirvi
>> wrote:
>>
>>> My web & name server runs out of memory from time to time, to the point
>>> where it's completely unresponsive to anything. At that point reset is
>>> the only alternative. (
On 2/3/2014 13:39, Les Mikesell wrote:
>
> A new child process will share almost all
> memory with the parent, slowly growing as values change.
The trick is to load up as much as possible in the parent before the
children start forking off.
If the parent does little more than initialize the web
On Mon, Feb 3, 2014 at 2:15 PM, wrote:
>2) My manager says he "wants to be out of the business" of this, and
> wants me to look into
> "surveillance appliance" packages - that is, a DVR w/ say, four
> cameras. They're all in
Does this mean ZoneMinder is out of the question, since it
On Mon, Feb 3, 2014 at 2:45 PM, Warren Young wrote:
> On 2/3/2014 13:39, Les Mikesell wrote:
>>
>> A new child process will share almost all
>> memory with the parent, slowly growing as values change.
>
> The trick is to load up as much as possible in the parent before the
> children start forking
Hi,
I run a small company and I would like to virtualise our setup. My internet
provider offers a cloud server running CentOS. The server is managed by
vmware software, they haven't been able to tell me exactly what. I wanted
to know is it possible to virtualise such a setup, and Have CentOS runni
I and testing command line to up and down ethernet connection.
if I perform following, client can not re-connect.
ifconfig eth0 down
ifconfig eth0 up
if I use following, client can re-connect:
ifconfig eth0 down
ifup eth0
What difference between "ifconfig up" and "ifup"?
ifup/ifdown read your sysconfig/network-scripts/ifcfg-eth# config.
ifconfig does not, so must be told how to configure the nic usually.
On Mon, Feb 3, 2014 at 3:30 PM, mcclnx mcc wrote:
> I and testing command line to up and down ethernet connection.
>
> if I perform following, client can not re-
On Mon, Feb 3, 2014 at 3:36 PM, Warren Young wrote:
> > Ah! I missed that. Is it actually the case that your server doesn't even
> > have 2G of RAM? That's a *real* problem.
>
> Small RAM limits with strange values like 1.3 GB are normal for VMs.
>
> This is true. I can start up VMs with under 25
On Mon, Feb 3, 2014 at 2:59 PM, wrote:
>
> We've got a number of websites on one of our production servers, and they
> get hit moderately (it's not Amazon... but they are US gov't scientific
> research sites), and I think we've got 25 threads running, total, to
> server *all* of them.
>
If you d
Kwan Lowe wrote:
> On Mon, Feb 3, 2014 at 2:59 PM, wrote:
>
>>
>> We've got a number of websites on one of our production servers, and
>> they
>> get hit moderately (it's not Amazon... but they are US gov't scientific
>> research sites), and I think we've got 25 threads running, total, to
>> serve
I'm suddenly noticing multiple threads named "ImageDecoder" showing
up in the output of top (when threads are turned on with "H").
I've no clue what this is, and haven't found out much about it by
searching.
Can someone tell me what it is, and if it's doing anything useful or
just wasting cycles
virtualbox?
suomi
On 2014-02-03 22:31, Ridhwaan Mayet wrote:
> Hi,
>
> I run a small company and I would like to virtualise our setup. My internet
> provider offers a cloud server running CentOS. The server is managed by
> vmware software, they haven't been able to tell me exactly what. I wanted
Virtual Machine Manager (virt-manager is the package name) is a nice and
easy to use GUI for creating, modifying and deleting virtual servers on
CentOS. It uses the KVM hypervisor by default, which "just works".
I'd strongly recommend giving it a try.
On 03/02/14 04:31 PM, Ridhwaan Mayet wrote:
You could try tunning apache..
Start with MaxRequestPerChild, whichs sets a number of requests for
child process before it is stopped. When a child is stopped, memory is
freed. This could be your protection before running out of memory.
KeepAlive is enabled? If yes, maybe you could try disabling
On 2/3/2014 1:31 PM, Ridhwaan Mayet wrote:
> I run a small company and I would like to virtualise our setup. My internet
> provider offers a cloud server running CentOS. The server is managed by
> vmware software, they haven't been able to tell me exactly what. I wanted
> to know is it possible to
26 matches
Mail list logo