locate(1) ZFS addition

2009-09-27 Thread CmdLnKid
I just came across what I believe to be just a oversight on locate(1). By default as stated in its locate.rc file in /etc it states that the default file systems that will be searched is "ufs ext2fs". Would it be wise to have the default be "ufs zfs xfs ext2fs" ? or some other combination. P

Re: Perennial suggestion to split freebsd-stable into version-specific lists

2009-08-30 Thread CmdLnKid
On Sat, 29 Aug 2009 20:17 -, dougb wrote: Howdy, I make this suggestion every time there is a new major release coming, maybe this time will be the one! :) One could argue that with the 2 active stable branches that we have now the freebsd-stable@ mailing list is already quite confusing. A

Re: Perennial suggestion to split freebsd-stable into version-specific lists

2009-08-30 Thread CmdLnKid
On Sat, 29 Aug 2009 20:17 -, dougb wrote: Howdy, I make this suggestion every time there is a new major release coming, maybe this time will be the one! :) One could argue that with the 2 active stable branches that we have now the freebsd-stable@ mailing list is already quite confusing. A

Re: Blocked process

2009-08-20 Thread CmdLnKid
On Thu, 20 Aug 2009 08:42 -, doconnor wrote: On Thu, 20 Aug 2009, Kostik Belousov wrote: Things like ls on the console might take several seconds to respond when the box didn't seem to be very busy (but wasn't idle, maybe serving a little NFS). It wasn't the shell getting swapped out or any

Re: Fwd: How do I mount an external ntfs formatted harddisk manually and through /etc/fstab?

2009-08-03 Thread CmdLnKid
On Sun, 2 Aug 2009 12:54 -, jensrasmus wrote: I'm forwarding this to -stable list, since i appears to get no response on -fs. -- Forwarded message -- From: Jens Rasmus Liland Date: Fri, Jul 31, 2009 at 4:25 PM Subject: How do I mount an external ntfs formatted harddisk manu

Re: upgrading ports without recompiling

2009-07-06 Thread CmdLnKid
On Mon, 6 Jul 2009 13:16 -, pj wrote: Ishmael F.E. wrote: [...] . so, ¿how can I upgrade the ports? unfortunatley I don't have time to compile my 64bit system Have you looked at the -PP option of portupgrade? I don't know how portmaster handles upgrades using packages only. You could l

Re: Adding multiipul virtual domains?

2009-06-24 Thread CmdLnKid
n scripts. Michael Grant Might I suggest http://promote.pairlite.com/direct.pl?pl893 ;) <mailto:gmail.com!cmdlnkid ;; 1(616)403- / BSD Group. - (2^(N-1)) ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listin

Re: Let's back out LOADER_ZFS_SUPPORT from STABLE

2009-06-14 Thread CmdLnKid
. mailto:gmail.com!cmdlnkid ;; 1(616)403- / BSD Group. - (2^(N-1)) ___ 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: problem moving gmirror between two machines.

2008-11-16 Thread CmdLnKid
instead. Might make your life easier in the future for swapping disks. Example: /dev/ufs/tmp on /tmp (ufs, asynchronous, local, gjournal) /dev/ufs/usr on /usr (ufs, local, soft-updates) /dev/ufs/var on /var (ufs, local, soft-updates) -- Sincerely,-- Jason H. ;; Networked Sys

Re: can I do 6.1-RELEASE to 6.2 via cvsup

2007-10-20 Thread CmdLnKid
On Tue, 16 Oct 2007 05:42 +0800, robert.a.chalmers wrote: I should just be able to change the TAG in standard-supfile from 6_1 to 6_2, do a cvsup, and the builds etc to end up with 6.2-RELEASE right? yes? no? ta rob Change that tag and then follow anything thats said in the README UPDATING

acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00

2007-10-20 Thread CmdLnKid
_ ._ _ , _ ._ (_ ' ( ` )_ .__) ( ( () `) ) _) (__ (_ (_ . _) _) ,__) `~~`\ ' . /`~~` ,::: ; ; :::,

Re: rm(1) bug, possibly serious

2007-09-25 Thread CmdLnKid
On Tue, 25 Sep 2007 17:55 +0100, jan.grant wrote: On Tue, 25 Sep 2007, Oliver Fromme wrote: Note that the command "rm -rf ../" was entered twice. The first time I got an error message (and exit code 1), the second time it apparently succeeded. Check the man page for rm: -f Attemp