Re: cause of reboot

2013-10-01 Thread Michael Schuh
> Please help I need to find cause of reboot.. > > > i would recommend the reconfigure of syslog too. attention on "all.log" and/or "console.log" there are examples with explanations not all console messages flow into messages. ;-) memory test, disk tests cpu temperature, i had exactly the same

ata-intel.c - Intel ICH(7) Controller working modes

2012-11-02 Thread Michael Schuh
Hi @all, after a nightmare of digging the Internet, testing this, testing that, etc i have found a (temporary possible) Solution for a bug, that i reported: http://www.freebsd.org/cgi/query-pr.cgi?pr=173251 This bug is related to ( ?all? ) Machines that are based on INTEL-ICH chipsets withouth th

Re: experimantal question about md's

2008-09-29 Thread Michael Schuh
processes and in-memory data. I think my question is answered good enough. Thanks for all. greetings Michael 2008/9/29 Oliver Fromme <[EMAIL PROTECTED]> > Michael Schuh wrote: > > Clearly the Writeprocess of writeing data to an mirror is totally ended, > as > > all m

Re: experimantal question about md's

2008-09-29 Thread Michael Schuh
buffering on this rambased Diskdevice or we shoot us in our kneesas i think thank you michael 2008/9/29 Zaphod Beeblebrox <[EMAIL PROTECTED]> > > > On Fri, Sep 26, 2008 at 2:15 PM, Michael Schuh <[EMAIL PROTECTED]>wrote: > >> Hallo @list, >> &

experimantal question about md's

2008-09-26 Thread Michael Schuh
panics? thanks a lot. greetings from sunny Germany michael -- === m i c h a e l - s c h u h . n e t === Michael Schuh Postfach 10 21 52 66021 Saarbrücken phone: 0681/8319664 mobil: 0177/9738644 @: m i c h a e l . s c h u h @ g m a i l . c o m === Ust-ID: DE251072318

Re: Scope of Variables in sh

2006-06-01 Thread Michael Schuh
it is clearly logical that the 2 variables have the same name, but are not identical :-) thanks for all michael 2006/6/1, Bob Willcox <[EMAIL PROTECTED]>: On Thu, Jun 01, 2006 at 04:28:39PM +0200, Michael Schuh wrote: > Hello, > > i have a little problem with the > scope of sh

Scope of Variables in sh

2006-06-01 Thread Michael Schuh
Hello, i have a little problem with the scope of sheel variables in an script. the script shows like: #!/bin/sh objectcountfile=/data2/scout/objects objectsum=/data2/scout/objcount sometime=5 initialize() { [ ! -e $objectsum ] && touch $objectsum } # countobjects() { myline=0 cat $objectcount