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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo