force kernel dump - problems

2008-04-03 Thread Kuba Tyszko
Hi, I am trying to force kernel dump, and observing weird behavior: I have created kernel module that registers sysctl for me, after touching that sysctl it calls dumpsys() function which is supposed to dump kernel to disk. This is what i get in dmesg and on console --- Physical m

Re: dump problems

2007-10-27 Thread Danny Braniss
to recap: dump will get stuck/deadlock. found the problem, but no solution in sight :-( dump creates 3 processess and syncs with them via kill(2) - don't want to go into the merrits of this - and sometimes: - the signal is received even if it's blocked. - the signal is not

Re: dump problems

2007-10-18 Thread Danny Braniss
> > > > > > > > the only indication I can see, is that one of the dump procs. is > > > > waiting on > > > > sbwait, and probably it's some deadlock, which is similar to what I > > > > keep > > > > seeing here, i'll try now with SCHED_ULE to see if it make a > > > > difference. > > > > > > > > >

Re: dump problems

2007-09-17 Thread Mike Meyer
On Mon, 10 Sep 2007 14:14:00 +0200 Markus Hitter <[EMAIL PROTECTED]> wrote: > Am 10.09.2007 um 10:14 schrieb Danny Braniss: > > so here are some questions: > > - is the readers/writer split realy needed now? my guess it was > > put in in the old days to get tapes streaming - which is

Re: dump problems

2007-09-10 Thread Tim Kientzle
Danny Braniss wrote: [dump] has been around since the beginin of time, or at least since Unix V6 :-), and it has been hacked ever since. but now that most of you never heard of 9track tapes, etc, I was wondering if there is a point in hacking at it again. pros: dump/restore has never failed me

Re: dump problems

2007-09-10 Thread Markus Hitter
Am 10.09.2007 um 10:14 schrieb Danny Braniss: so here are some questions: - is the readers/writer split realy needed now? my guess it was put in in the old days to get tapes streaming - which is btw, what's not working. Before you put a lot of efforts into this:

Re: dump problems

2007-09-10 Thread Danny Braniss
> > > > > > the only indication I can see, is that one of the dump procs. is > > > waiting on > > > sbwait, and probably it's some deadlock, which is similar to what I > > > keep > > > seeing here, i'll try now with SCHED_ULE to see if it make a > > > difference. > > > > > > I'm running SCHED_UL

Hacking dump problems

2002-01-10 Thread Henry Whincup
I am trying to extend dump to allow a script to be run in order to use an autoloader. The hack^H^H^H^Hdiff is in it's early stages but I feel like I have done enough to make the basic functionality work ;) Diff against RELENG_4 and the script is attached. Basically the idea was to replace the q