Re: ITERATE ENTIRE HISTORY: Unknown error: 0

2009-09-14 Thread Siju George
On Tue, Sep 15, 2009 at 12:24 AM, Matthew Dillon
 wrote:
>     Ok, it depends how old the kernel is.  We fixed the unknown error
>     a few days ago... update your kernel and possibly also recompile
>     undo.
>

Ok the kernel is 1 week old. I update the kernel and userland on every
wednesday.
I guess undo will be recompiled automatically when I update the userland?

>    snapshots 0d 1m ?  You have snapshots disabled and the retention is
>    set to 1 minute ?
>

I did it to disaable snapshot and remove the first snapshot.
Will that affect the history of file?


Thanks

--Siju


Re: ITERATE ENTIRE HISTORY: Unknown error: 0

2009-09-14 Thread Matthew Dillon

:Hi,
:
:DailyDevotions-Volume1.doc: ITERATE ENTIRE HISTORY
:0x000130d20dc0 14-Sep-2009 13:59:18
:
:why did I get the unknown error at first?
:and why the first version of the file is not shown?

 Ok, it depends how old the kernel is.  We fixed the unknown error 
 a few days ago... update your kernel and possibly also recompile
 undo.

:My snapshots configuration is
:
:dfly-bkpsrv# cat /Backup1/Data/snapshots/config
:snapshots 0d 1m
:prune 1d 60m
:reblock   1d 60m
:recopy30d 60m
:
:Thanks
:
:--Siju

snapshots 0d 1m ?  You have snapshots disabled and the retention is
set to 1 minute ?

A normal snapshots config line would be:

snapshots 1d 60d
(daily snapshots, 60-day retention).

-Matt
Matthew Dillon 



Re: Experimental pkgsrc GIT repo for DragonFly users

2009-09-14 Thread Alex
Matt,

Just mirroring pkgsrc using git is of course fine; actually it's
great, but I wasn't referring to that but rather to those *possible*
future plans of, I quote, "do[ing] some sort of local mod thing in the
future using another branch".

Cheers,
Alex Hornung


Re: Fedora developer interested in DMA; query about build process

2009-09-14 Thread Ulrich Spörlein
On Thu, 03.09.2009 at 20:59:02 -0400, Michel Alexandre Salim wrote:
>> On Sep 3, 2009 3:34 PM, "Simon 'corecode' Schubert" 
>>  wrote:
>> 
>> Michel Alexandre Salim wrote:
>> On Tue, Sep 1, 2009 at 11:42 PM, Matthew Dillon> I don't want to use submodules, because they change the work flow in the
>> main repo.
>> 
>> My question to you is:  would you like to see a broken out repo, or would a
>> tarball good enough for you?
> 
> Oh,  a tarball iso good enough, thanks.

+1 for tarballs of modules, especially for the games/ subdir.

Cheers,
Uli


Re: hammer crash on cleanups

2009-09-14 Thread Simon 'corecode' Schubert

Redirecting to bugs@

Eugene wrote:

Hello All.
I've got a time-to-time reproducible panic while running cleanups on a 
mirror built with hammer mirror-stream.
I'm running a system built on -DEVELOPMENT sources from August, 9th 
(uses SILI device) and a following system layout:


/dev/da0s1a  /  ufs rw  1  1
/dev/da0s2b  none   swapsw  0  0
/dev/da0s2h  /HAMMER0   hammer  rw  2  2
/HAMMER0/pfs/var /var   nullrw  2  2
/dev/da1s1a  /mirrorufs rw  1  1 # not used
/dev/da1s2b  none   swapsw  0  0
/dev/da1s2h  /HAMMER1   hammer  rw  2  2
/HAMMER1/pfs/var /mirrorvar nullrw  2  2
proc /proc  procfs  rw  0  0

A kernel panic occurs on running daily cleanups on a slave part of 
mirror and I managed to reproduce it manually while executing %hammer 
reblock and %hammer rebalance commands on a slave pfs after a day or two 
of uptime.
When running %hammer cleanup immediately after system boot-up, it always 
runs fine and resumes with no error.
I've attached a screenshot of a latest panic I've got while running 
cleanup.


If there can be any solution for this problem?


Which kernel version are you running?  Please post a uname -a output.

Also, please configure a dumpdev and capture a crash dump.

cheers
  simon

--
  <3 the future  +++  RENT this banner advert  +++   ASCII Ribbon   /"\
  rock the past  +++  space for low CHF NOW!1  +++ Campaign \ /
Party Enjoy Relax   |   http://dragonflybsd.org  Against  HTML   \
Dude 2c 2 the max   !   http://golden-apple.biz   Mail + News   / \


ITERATE ENTIRE HISTORY: Unknown error: 0

2009-09-14 Thread Siju George
Hi,

I update a particular file from my Desktop to the dfly server using rsync.
I created the file some days back and updated it today using rsync.

While I tried to get revisions of the file I got these messages.

dfly-bkpsrv# undo -i DailyDevotions-Volume1.doc
DailyDevotions-Volume1.doc: ITERATE ENTIRE HISTORY: Unknown error: 0
dfly-bkpsrv# undo -i DailyDevotions-Volume1.doc
DailyDevotions-Volume1.doc: ITERATE ENTIRE HISTORY
0x000130d20dc0 14-Sep-2009 13:59:18

why did I get the unknown error at first?
and why the first version of the file is not shown?

My snapshots configuration is

dfly-bkpsrv# cat /Backup1/Data/snapshots/config
snapshots 0d 1m
prune 1d 60m
reblock   1d 60m
recopy30d 60m

Thanks

--Siju