MCE Decoding - MCA: Bank 8, Status 0xcc0031800001009f/0xc8000980000200cf

2010-09-10 Thread Simon
Hello, Can someone please help me decode these two errors on FreeBSD 8.1-R: MCA: Bank 8, Status 0xcc003181009f MCA: Global Cap 0x1c09, Status 0x MCA: Vendor "GenuineIntel", ID 0x106a5, APIC ID 16 MCA: CPU 0 COR (198) OVER RD channel ?? memory error MCA: Address 0x1

Re: How to disallow logout

2010-09-10 Thread jhell
On 09/10/2010 22:21, jhell wrote: > On 09/09/2010 23:27, Aryeh Friedman wrote: >> I have a directory that must not exist on logout and rm -rf is not >> sufficent to do it because the contents need to be processed by our >> version control system. The real life scenario is our version >> control s

Re: How to disallow logout

2010-09-10 Thread jhell
On 09/09/2010 23:27, Aryeh Friedman wrote: > I have a directory that must not exist on logout and rm -rf is not > sufficent to do it because the contents need to be processed by our > version control system. The real life scenario is our version > control system stores the repo for a given projec

Re: Why I can't trace linux process's childs with truss?

2010-09-10 Thread Alexander Kabaev
On Fri, 10 Sep 2010 14:15:17 -0700 Garrett Cooper wrote: > On Fri, Sep 10, 2010 at 12:07 PM, Yuri wrote: > > I am trying to get the log of all system calls that skype makes > > with truss -f /usr/local/share/skype/skype > > For some reason the resulting log only has the leading process > > calls

Re: How to disallow logout

2010-09-10 Thread Charlie Kester
On Fri 10 Sep 2010 at 10:09:20 PDT Aryeh Friedman wrote: The problem with that is our version control system (devel/aegis) purposely does not allow arbitary checkins... there is a whole procedure of you have to prove it compiles and passes at least one new test and then an other person needs to r

Re: Why I can't trace linux process's childs with truss?

2010-09-10 Thread Garrett Cooper
On Fri, Sep 10, 2010 at 12:07 PM, Yuri wrote: > I am trying to get the log of all system calls that skype makes with truss > -f /usr/local/share/skype/skype > For some reason the resulting log only has the leading process calls and > nothing from it's 8 childs. > Truss doesn't show any 'cloned' pr

Re: Why I can't trace linux process's childs with truss?

2010-09-10 Thread Jilles Tjoelker
On Fri, Sep 10, 2010 at 12:07:05PM -0700, Yuri wrote: > I am trying to get the log of all system calls that skype makes with > truss -f /usr/local/share/skype/skype > For some reason the resulting log only has the leading process calls and > nothing from it's 8 childs. > Truss doesn't show any 'c

Why I can't trace linux process's childs with truss?

2010-09-10 Thread Yuri
I am trying to get the log of all system calls that skype makes with truss -f /usr/local/share/skype/skype For some reason the resulting log only has the leading process calls and nothing from it's 8 childs. Truss doesn't show any 'cloned' processes. Is this a bug in truss that it doesn't follow

Re: How to disallow logout

2010-09-10 Thread Aryeh Friedman
The problem with that is our version control system (devel/aegis) purposely does not allow arbitary checkins... there is a whole procedure of you have to prove it compiles and passes at least one new test and then an other person needs to review the change and then and only then can it be checked i

Re: How to disallow logout

2010-09-10 Thread Garrett Cooper
On Thu, Sep 9, 2010 at 8:27 PM, Aryeh Friedman wrote: > I have a directory that must not exist on logout and rm -rf is not > sufficent to do it because the contents need to be processed by our > version control system.   The real life scenario is our version > control system stores the repo for a

Re: How to disallow logout

2010-09-10 Thread Ivan Voras
On 10 September 2010 14:11, Atom Smasher wrote: > On Fri, 10 Sep 2010, Ivan Voras wrote: > >> 1) power outage of the server >> 2) power outage on the client >> 3) network problems (ssh or TCP connection drop) >> 4) administrative command (e.g. root executes "killall $shell") >> >> ? >> >> I don't

Re: Any way to force AHCI mode on ICH8?

2010-09-10 Thread Morgan Wesström
On 2010-09-09 15:51, Morgan Wesström wrote: > On 2010-09-09 13:04, Ivan Voras wrote: >> On 09/09/10 02:10, Morgan Wesström wrote: >>> I run FreeBSD 8.1 on an old Asus P5B-VM motherboard with ICH8. Its AMI >>> BIOS lacks an option to enable AHCI mode. Intel's datasheet for the ICH8 >>> family specif

Re: How to disallow logout

2010-09-10 Thread Atom Smasher
On Fri, 10 Sep 2010, Ivan Voras wrote: 1) power outage of the server 2) power outage on the client 3) network problems (ssh or TCP connection drop) 4) administrative command (e.g. root executes "killall $shell") ? I don't think there is a way to protect from all of those, so any effort in pro

Re: How to disallow logout

2010-09-10 Thread Ivan Voras
On 09/10/10 05:27, Aryeh Friedman wrote: I have a directory that must not exist on logout and rm -rf is not sufficent to do it because the contents need to be processed by our version control system. The real life scenario is our version control system stores the repo for a given project encryp

Re: How to disallow logout

2010-09-10 Thread Evan Geller
Perhaps you could write something to wrap your shell... basically you could set your login shell to this wrapper. First thing the wrapper would do is exec and wait on the shell, and when the shell exits, check what needs to be checked, and should any of these checks fail, respawn the shell and dump