Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Linux Mxssvr service down

Well, news of the day :

 

RHEL 5.5 + DAQmx 8.0 + NiVisa up to date (5.0 RunTime) -> mxssvr service crash after 24d and20h

RHEL 5.2 + DAQmx 8.0.1 + NiVisa 5.0 RunTime -> mxssvr service crash after 24d and20h

 

OpenSuse + DAQmx 8.0.1 + NiVisa 5.0 RunTime -> mxssvr service still running !!

Good news, but I really need RHEL ...

 

Waiting for the result of the test with /tmp being skipped for deletion (jeffreymathew idea)

 

Last chance ... recompiling the kernel with 8K stack feature (hope to avoid this)

 

See you at the end of october  ... or before if someone got any ideas ...

 


 

 

 

Message 11 of 12
(740 Views)

Hi there,

 

Some news, not so good for the moment 😞

 

My mxssvr service continue to crash even with /tmp being skipped for deletion

 

Last chance with tmpwatch, I've started another test => skipping /tmp & /var/tmp from deletion (I have also found ni files in this folder).

But I do not believe on a success (cause of the 720hours rotation on /tmp/var)

 

Here is my tmpwatch file :

 

 

#/usr/sbin/tmpwatch -x /tmp/.X11-unix -x /tmp/.XIM-unix -x /tmp/.font-unix \
#       -x /tmp/.ICE-unix -x /tmp/.Test-unix -x /tmp/nipal 240 /tmp
#/usr/sbin/tmpwatch 720 /var/tmp
for d in /var/{cache/man,catman}/{cat?,X11R6/cat?,local/cat?}; do
    if [ -d "$d" ]; then
        /usr/sbin/tmpwatch -f 720 "$d"
    fi
done

 

 

Waiting for the result  last week ...

 

Maybe I should start another test disabling all croned tasks ??..

 

See you later ...

0 Kudos
Message 12 of 12
(703 Views)