Re: fsck_ufs running too often

2012-06-24 Thread J. Hellenthal
On Sat, Jun 23, 2012 at 10:15:19PM -0500, Adam Vande More wrote: > On Sat, Jun 23, 2012 at 9:54 PM, Jason Hellenthal > wrote: > > > > At one point it was proven that background fsck was not benefitial. > > > Where can we find this "proof"? > It was in the lists amongst many conversations. -

Re: Masoom Shaikh invited you to Dropbox

2011-04-19 Thread J. Hellenthal
tinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org" >> >___ >freebsd-stable@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-stable >To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org" -- Regards, J. Hellenthal WWJD pgpOFq1hlGxIK.pgp Description: PGP signature

Re: conf/156396: Make 220.backup-pkgdb cd(1) and backup only the package database.

2011-04-15 Thread J. Hellenthal
On Fri, Apr 15, 2011 at 12:57:15PM +0400, Pan Tsu wrote: >"J. Hellenthal" writes: > >[...] >> @@ -33,7 +33,8 @@ >> >> new_bak_file=`mktemp ${bak_file}-X` >> >> -if tar -cjf "${new_bak_file}" "$pkg_dbdir&quo

Make 220.backup-pkgdb cd(1) and backup only the package database.

2011-04-14 Thread J. Hellenthal
>Submitter-Id: current-users >Originator: J. Hellenthal >Organization: >Confidential: no >Synopsis: Make 220.backup-pkgdb cd(1) and backup only the package >database. >Severity: non-critical >Priority: medium >Category: conf >Class:

Re: ZFS pool on FreeBSD 8.2-STABLE broken?

2011-03-30 Thread J. Hellenthal
eed -9 to get v28 code for this recovery operation. Martin Matuska does a pretty swell job of keeping these [1] up-to-date so in-case something does go wrong it can be fixed fairly quickly without having to go through and rebuild this and that. 1. http://mfsbsd.vx.sk/ -- Regards,

Re: Best first desktop BSD distro

2011-03-29 Thread J. Hellenthal
I have a slow Internet connection, and these BSD distros are ENORMOUS. It took some 12-14 hours to download PC-BSD. -- Regards, J. Hellenthal (0x89D8547E) JJH48-ARIN ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/ma

Re: install: aibs.ko: No such file or directory

2011-03-28 Thread J. Hellenthal
On Mon, 28 Mar 2011 11:25, mdonada@ wrote: Hi Geoge, without the option-j to make the error is exactly the same. You will have to re-build kernel. Start from scratch. -- Regards, J. Hellenthal (0x89D8547E) JJH48-ARIN ___ freebsd-stable

Re: Backup tool fot ZFS with all "classic dump(8)" fetatures -- what should I use? (or is here any way to make dump -L works well on large FFS2+SU?)

2011-03-28 Thread J. Hellenthal
ding to understand ZFS and its concepts before you jump into conclusions. Here is some docs to start with. http://download.oracle.com/docs/cd/E19253-01/819-5461/index.html http://hub.opensolaris.org/bin/view/Community+Group+zfs/faq http://www.solarisinternals.com/wiki/index.ph

Re: .zfs directory: snapshot: Bad file descriptor

2011-03-25 Thread J. Hellenthal
check up the disk. Cheers, - -- Regards, J. Hellenthal (0x89D8547E) JJH48-ARIN -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.17 (FreeBSD) Comment: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89D8547E iQEcBAEBAgAGBQJNjXOpAAoJEJBXh4mJ2FR+uUoH/3kqZ7ff7f4i

Re: Firefox startup impacted by distributed.net client

2011-03-23 Thread J. Hellenthal
been running. 1. http://lists.freebsd.org/pipermail/freebsd-current/2011-January/022270.html 2. http://patches.jhell.googlecode.com/hg/sched-priority.patch -- Regards, J. Hellenthal (0x89D8547E) JJH48-ARIN ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: WANTED: good server tutorial

2011-03-22 Thread J. Hellenthal
ll. Officially, There has also been some work done on the forums to, check the website for further information. - -- Regards, J. Hellenthal (0x89D8547E) JJH48-ARIN -BEGIN PGP SIGNATURE- Comment: THIS SOFTWARE AND/OR CONTENTS IS PROVIDED BY THE AUTHOR ``AS IS'' AND

Re: sys/x86/isa/clock.c:189: undefined reference to `cyclic_clock_func'

2011-03-08 Thread J. Hellenthal
On Tue, 8 Mar 2011 16:31, jhb@ wrote: On Tuesday, March 08, 2011 10:19:30 am J. Hellenthal wrote: On Tue, 8 Mar 2011 04:18, jhell@ wrote: On Tue, 8 Mar 2011 03:29, jhell@ wrote: Hello Stable@, Compiling a kernel on stable/8 with DTrace support is failing with the above subject line upon

Re: sys/x86/isa/clock.c:189: undefined reference to `cyclic_clock_func'

2011-03-08 Thread J. Hellenthal
? Additional references: ( Thanks to rwatson@ ) http://fxr.watson.org/fxr/ident?v=FREEBSD8&i=cyclic_clock_func Attached is the patch that solved this here but its just adding another definition that could probably be avoided by adding it somewhere else. - -- Regards, J. Hellent

Re: sys/x86/isa/clock.c:189: undefined reference to `cyclic_clock_func'

2011-03-08 Thread J. Hellenthal
to just remove the effected section of clock.c and move forward as this part of the kernel with DTrace is not what I am looking into. Attached is a small patch that removes it in case someone else comes across the same thing and needs a quick workaround. - -- Regards, J. Hellenth

sys/x86/isa/clock.c:189: undefined reference to `cyclic_clock_func'

2011-03-08 Thread J. Hellenthal
TH_CTF? instead. Anyway... this is latest code from stable/8 on i386. And yes options KDTRACE_HOOKS is in the kernel config. And the command that caused all this: ( make kernel WITH_CTF=1 ) -- Regards, J. Hellenthal (0x89D8547E) JJH48-ARIN ___

Re: New ZFSv28 patchset for 8-STABLE

2011-01-02 Thread J. Hellenthal
On 01/02/2011 03:45, Attila Nagy wrote: > On 01/02/2011 05:06 AM, J. Hellenthal wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 01/01/2011 13:18, Attila Nagy wrote: >>> On 12/16/2010 01:44 PM, Martin Matuska wrote: >>>> Link t

Re: New ZFSv28 patchset for 8-STABLE

2011-01-01 Thread J. Hellenthal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/01/2011 13:18, Attila Nagy wrote: > On 12/16/2010 01:44 PM, Martin Matuska wrote: >> Link to the patch: >> >> http://people.freebsd.org/~mm/patches/zfs/v28/stable-8-zfsv28-20101215.patch.xz >> >> >> > I've used this: > http://people.freebsd.org/

Re: Signing Request

2009-09-23 Thread J. Hellenthal
ting back on this subject as I never intended for this to be a off topic matter (just a request). Best regards -- J. Hellenthal (0x87337C16) gmail.com!jhellenthal :wq ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mail

Re: Signing Request

2009-09-23 Thread J. Hellenthal
On Wed, 2009-09-23 at 11:40 -0400, J. Hellenthal wrote: > If you do not need to pgp/gpg sign email message to the lists please don't. I > know I probably don't have your pgp public key and a lot more users probably > do > not either. Please use your best judgment. &

Signing Request

2009-09-23 Thread J. Hellenthal
If you do not need to pgp/gpg sign email message to the lists please don't. I know I probably don't have your pgp public key and a lot more users probably do not either. Please use your best judgment. Thank you and best regards. -- J. Hellenthal jhellent...

Re: zpool scrub hangs on 7.2-stable

2009-09-21 Thread Jason J. Hellenthal
this should or might be the problem can you remove the device from the pool and re-scrub to see if that relieves the problem. -- Jason J. Hellenthal http://www.DataIX.net/ jas...@dataix.net 0x691411AC - (2^(N-1)) ___ freebsd-stable@freebsd.org ma

Fixup manpath.config suggestion

2009-09-17 Thread Jason J. Hellenthal
comment next to them referring to the symlink usage. -- Jason J. Hellenthal http://www.DataIX.net/ jas...@dataix.net 0x691411AC - (2^(N-1))--- manpath.config.orig 2009-09-14 06:41:11.0 -0400 +++ manpath.config 2009-09-17 17:29:37.088290738 -0400 @@ -17,14 +17,12 @@ # check

Re: Version nomenclature [was RELENG_7 to 8]

2009-08-15 Thread Jason J. Hellenthal
f development that is fairly easy to understand if pointed in the right direction. A key factor in the "what is RELENG_X" type of situation is a "Am I missing something ?, What branch am I running again ?, What branch should I pick ?" and a good answer to that is right in the handbook telling yo u what these are all about. -- Jason J. Hellenthal +1.616.403.8065 jas...@dataix.net ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: USB mouse not detected on boot of 7-STABLE

2009-08-13 Thread Jason J. Hellenthal
d then reinstall it when or if it gives you problems. ( /usr/bin/script /root/libchk_output /usr/local/sbin/libchk ) This process could actually take much more time and intervention than what is actually needed on some minimal systems so I will let you be the