Re: Hammer filesystem

2010-11-04 Thread Venkatesh Srinivas
I've regularly run hammer on a 20gb disk and currently on a pair of 40's; my snapshot retention time is set to 3600 days; no explosions yet. Just as long as you keep an eye on strikethe rearview mirror/strike df -h and reblock regularly, you'll be fine. Even if your hammer fills up, you can

ext4 ports?

2010-11-04 Thread Diegu
anyone succesfuly using ext4 or reiser4 access? any patches out there?

dragonfly-2010Q3 unbound dns resolver - linking problem

2010-11-04 Thread Paul Onyschuk
Unbound (simple DNS resolver) is available in pkgsrc. I installed it from binary packages on DragonFly BSD i386 2.8.2, but it breaks on runtime: /usr/libexec/ld-elf.so.2: /usr/pkg/sbin/unbound: Undefined symbol ldns_key_EVP_ladd_gost_id ldd shows that unbound is linked with DragonFly BSD ldns

Re: Hammer filesystem

2010-11-04 Thread Matthew Dillon
:The biggest consumer of spaces is pkgsrc work directories I find. We :should provide a better default mk.conf that uses /usr/obj/pkgsrc and :symlink's the per-package work directory to that instead of unpacking :directly in the package directory. : :I think the variable is called WKROBJ_DIR in

Re: Something's taking up CPU time

2010-11-04 Thread Matthew Dillon
'ps axlH' (H includes all threads) might give better results. It won't be sorted but you may be able to pick out the runaway. It could be firefox (xulrunner-bin). -Matt Matthew Dillon

Re: Something's taking up CPU time

2010-11-04 Thread Pierre Abbat
On Thursday 04 November 2010 12:11:45 Matthew Dillon wrote: 'ps axlH' (H includes all threads) might give better results. It won't be sorted but you may be able to pick out the runaway. It could be firefox (xulrunner-bin). It is indeed Firefox. One of the threads had been

WRKOBJDIR (was Re: Hammer filesystem)

2010-11-04 Thread Chris Turner
Matthew Dillon wrote: I agree that it should be setup that way on default installs. I don't know why NetBSD defaults to wanting to put the work directories right smack in the middle of a pkgsrc source tree. personally I'm agnostic here - I'll have a custom build setup either way -

MC not starting

2010-11-04 Thread Przemysław Pawełczyk
Hi, I wrote in September a post etitled Unknown terminal: cons25 in DragonFly BSD (in point 3): http://www.mail-archive.com/users@crater.dragonflybsd.org/msg10993.html that: Why mc says Unknown terminal: cons25? I'm not able to run mc at present. See: http://pp.blast.pl/www.png/dfbsd/df_10.png;

Re: MC not starting

2010-11-04 Thread Tomas Bodzar
2010/11/4 Przemysław Pawełczyk pp...@o2.pl: Hi, I wrote in September a post etitled Unknown terminal: cons25 in DragonFly BSD (in point 3): http://www.mail-archive.com/users@crater.dragonflybsd.org/msg10993.html that: Why mc says Unknown terminal: cons25? I'm not able to run mc at

Re: MC not starting

2010-11-04 Thread Jan Lentfer
On Thu, 4 Nov 2010 19:58:25 +0100, Przemysław Pawełczyk pp...@o2.pl wrote: I wrote in September a post etitled Unknown terminal: cons25 in DragonFly BSD (in point 3): http://www.mail-archive.com/users@crater.dragonflybsd.org/msg10993.html that: Why mc says Unknown terminal: cons25? I'm not

Re: MC not starting

2010-11-04 Thread Przemysław Pawełczyk
On Thu, 4 Nov 2010 20:10:13 +0100 Tomas Bodzar tomas.bod...@gmail.com wrote: 2010/11/4 Przemysław Pawełczyk pp...@o2.pl: Hi, I wrote in September a post etitled Unknown terminal: cons25 in DragonFly BSD (in point 3):

Re: MC not starting

2010-11-04 Thread Przemysław Pawełczyk
On Thu, 04 Nov 2010 20:18:21 +0100 Jan Lentfer jan.lent...@web.de wrote: See the present screenshot (the message is the same): http://pp.blast.pl/www.png/dfbsd/df_13.png The second link isn't working. Did you try to set the TERM variable to another value as suggested, e.g. vt100? 1.

Re: MC not starting

2010-11-04 Thread Jan Lentfer
On Thu, 4 Nov 2010 20:37:17 +0100, Przemysław Pawełczyk pp...@o2.pl wrote: 2. set export TERM=vt100 both in .profile and .login (I hope I did it rightly): the message remains the same. I assume you logged out/in or sourced .profile and checked (echo $TERM) that TERM is set correctly? Jan --

spin_lock on SCSI

2010-11-04 Thread go...@net-amp.com
Hi all, any idea what I could do about this? HP WS Dual Xeon 1.7GHz, running UFS on da0, kernel SMP no APIC_IO, upgrade from dfly2.7xx fs checked clean x17# more /var/crash/info.0 Dump header from

Re: MC not starting

2010-11-04 Thread Przemysław Pawełczyk
On Thu, 04 Nov 2010 20:55:23 +0100 Jan Lentfer jan.lent...@web.de wrote: On Thu, 4 Nov 2010 20:37:17 +0100, Przemysław Pawełczyk pp...@o2.pl wrote: 2. set export TERM=vt100 both in .profile and .login (I hope I did it rightly): the message remains the same. I assume you logged out/in

Re: MC not starting

2010-11-04 Thread Przemysław Pawełczyk
On Thu, 04 Nov 2010 22:49:03 +0100 Jan Lentfer jan.lent...@web.de wrote: Am 04.11.2010 22:34, schrieb Przemysław Pawełczyk: Positive. After loggin the TERM gets cons25. # cat .profile ... TERM=vt100 export TERM ... # echo $TERM cons325 eh, well, that's not positive :-) I

Re: MC not starting

2010-11-04 Thread Paul Onyschuk
It's Slang problem. MC builded with this options, works just fine under localized cons25l2 terminal and csh: PKG_OPTIONS.mc= ncurses -slang Other apps that uses devel/libslang2 like news/slrn and misc/most, also suffers from the same problem. -- Paul Onyschuk bl...@bojary.koba.pl

Re: MC not starting

2010-11-04 Thread Przemysław Pawełczyk
On Thu, 04 Nov 2010 22:49:03 +0100 Jan Lentfer jan.lent...@web.de wrote: Please just do the following directly after login # tcsh # setenv TERM vt100 # mc I did, first changing sh shell to tcsh. What I got was inspiring but more to the avant-garde artists. :-) See for yourself:

Re: MC not starting

2010-11-04 Thread Przemysław Pawełczyk
On Thu, 4 Nov 2010 23:38:31 +0100 Paul Onyschuk bl...@bojary.koba.pl wrote: It's Slang problem. MC builded with this options, works just fine under localized cons25l2 terminal and csh: PKG_OPTIONS.mc= ncurses -slang Other apps that uses devel/libslang2 like news/slrn and misc/most,

Re: MC not starting

2010-11-04 Thread Justin C. Sherrill
On Thu, November 4, 2010 6:54 pm, Przemysław Pawełczyk wrote: On Thu, 4 Nov 2010 23:38:31 +0100 Paul Onyschuk bl...@bojary.koba.pl wrote: It's Slang problem. MC builded with this options, works just fine under localized cons25l2 terminal and csh: PKG_OPTIONS.mc= ncurses -slang

Re: spin_lock on SCSI

2010-11-04 Thread Matthew Dillon
:Hi all, :any idea what I could do about this? : :HP WS Dual Xeon 1.7GHz, : :running UFS on da0, kernel SMP no APIC_IO, upgrade from dfly2.7xx :fs checked clean You have a crash dump. Is there a backtrace available to go along with that panic?

Re: MC not starting

2010-11-04 Thread Przemysław Pawełczyk
On Thu, 4 Nov 2010 23:38:31 +0100 Paul Onyschuk bl...@bojary.koba.pl wrote: It's Slang problem. MC builded with this options, works just fine under localized cons25l2 terminal and csh: PKG_OPTIONS.mc= ncurses -slang Other apps that uses devel/libslang2 like news/slrn and misc/most,

Re: MC not starting

2010-11-04 Thread Paul Onyschuk
On Thu, 4 Nov 2010 19:02:51 -0400 Justin C. Sherrill jus...@shiningsilence.com wrote: I think I can do the binary builds with PKG_OPTIONS.mc set to that, along with PKG_OPTIONS.slrn and PKG_OPTIONS.most. If they aren't going to work on DragonFly without that, I can see no downside to that.

Time runs slower in KDE

2010-11-04 Thread Pierre Abbat
I've noticed this in two programs: karm and kaboodle. karm is a time logger. The time it shows for a project having elapsed is much smaller than the actual time. To find the actual time, I have to open the calendar file in kontact and do arithmetic. kaboodle plays MPEG files. I gave a speech