Re: cksum entire dir??

2012-09-11 Thread Colin Barnabas
On Tue, Sep 11, 2012 at 05:24:08PM -0700, Gary Kline wrote:
 On Wed, Sep 12, 2012 at 01:14:43AM +0200, Polytropon wrote:
  On Tue, 11 Sep 2012 14:38:04 -0700, Gary Kline wrote:
   
   I'm trying to checksum directories as I move them around.
   ive read the man page for sum and cksum ... or maybe skimmed 
   them.  no joy.  anybody know of a utility to do this?  I've 
   got files that are decades old... 
  
  Maybe it's possible to tar the directory (without
  compression of course) and obtain a checksum of
  the tar archive?
  
  % tar cf - director | cksum
  
  But I also tried cksum directly with a directory
  like
  
  % cksum directory
  
  and could obtain a checksum - so it _seems_ to work.
  After alteration of one file within the hierarchy a
  different result was printed.
  
  Tested on OS version 8.2-STABLE/i386, one year old.
  
 
 
   I think I tried something like your second example last night.
   I think I did
 
   % cksum foodir/*
 
   and had to compare each file from another file I was copying from.
   it was tiresome to check each of dozens of files tho. I was here at 
   desk for something obscene -- over 12 hrs. getting my new [slightly
   used:)] computer back to normal.  
 
   if there isn't anything that can compare entire dirs, it looks like
   it's time to hack a small program.  tx, polyt.
 
   gary
 
 
  
  -- 
  Polytropon
  Magdeburg, Germany
  Happy FreeBSD user since 4.0
  Andra moi ennepe, Mousa, ...
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

This works for me:

$ find foo/ -type f -print0 | xargs -0 md5  foo.md5

Maybe for you as well? Hope I could help.

-- 
Colin Barnabas
 _
( ) ACII Ribbon Campaign - www.asciiribbon.org
 X  No HTML/RTF in E-mail
/ \ Respect for open standards

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: encrypted ZFS root and encrypted swap OOTB?

2012-07-09 Thread Colin Barnabas
Perhaps this will help-

http://www.aisecure.net/2011/11/28/root-zfs-freebsd9/

On Mon, Jul 09, 2012 at 07:13:05AM -0700, David Christensen wrote:
 freebsd-questions:
 
 It is possible to install FreeBSD with an encrypted ZFS root and 
 encrypted swap using FreeBSD-9.0-RELEASE-amd64-dvd1?
 
 
 I'm looking for something similar to the Debian installer, which 
 provides disk partitioning, file system creation, mounts, LUKS, LVM, etc..
 
 
 TIA,
 
 David
 
 --
 
 References:
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall-partitioning.html
 
 https://www.dan.me.uk/blog/2012/05/06/full-disk-encryption-with-zfs-root-for-freebsd-9-x/
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

-- 
Colin Barnabas
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: wired memory - again!

2012-06-09 Thread Colin Barnabas
http://apple.stackexchange.com/questions/31801/what-is-in-wired-memory

On Sat, Jun 09, 2012 at 09:21:35AM +0200, Wojciech Puchar wrote:
 top reports wired memory 128MB
 
 
 WHERE it is used? below results of vmstat -m and vmstat -z
 values does not sum up even to half of it
 FreeBSD 9 - few days old.
 
 
 ___
 freebsd-hack...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
 To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

-- 
Colin Barnabas
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Is this something we (as consumers of FreeBSD) need to be aware of?]

2012-06-05 Thread Colin Barnabas
On Tue, Jun 05, 2012 at 11:19:26AM -0700, Kurt Buff wrote:
 UEFI considerations drive Fedora to pay MSFT to sign their kernel binaries
 http://cwonline.computerworld.com/t/8035515/1292406/565573/0/
 
 This would seem to make compiling from source difficult.
 
 Kurt
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

History show us that _everything_ will eventually run *nix. Take a
look at the Sony PS3 debacle. After Sony yanked support for
installing other OS's, the community ripped apart their
hypervisor in a matter of months. If these boot keys do gain any
momentum, sooner than later the community with poke holes in the
system.

-- 
Colin Barnabas

- End forwarded message -

-- 
Colin Barnabas
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD X?

2012-05-17 Thread Colin Barnabas
On Thu, May 17, 2012 at 08:36:38PM -0400, Vance Siemens wrote:
 http://www.trollaxor.com/2012/05/freebsd-x-berkeley-unix-apple-quality.html
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

What a steaming pile of poo. How can anyone take this seriously?

-- 
Colin Barnabas
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


avrdude and arduino

2012-05-13 Thread Colin Barnabas
Has anyone been able to get the Arduino Uno board working with
avrdude? I keep getting programmer not responding errors.

avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding


This is the command I'm using:

%sudo avrdude -F -v -v -v -v -c arduino -p ATMEGA328P -P /dev/cuaU0 -U 
flash:w:flash.hex

Any suggestions would be much appreciated.


-- 
Colin Barnabas
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: need help in freebsd

2012-03-25 Thread Colin Barnabas
On Mon, Mar 26, 2012 at 09:36:35AM +1000, Stanley Aisi wrote:
 hi there,
 
 i need your help in freebsd
 
 regards,
 
 Stanley
 papua new guinea
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Go on...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


upgrade to 9-CURRENT

2012-01-17 Thread Colin Barnabas
During my upgrade from 8.2 to 9, the kernel installation, complains that the 
file aout.ko can not be found.

=== aout (install)
install -o root -g wheel -m 555   aout.ko /boot/kernel
install: aout.ko: No such file or directory
*** Error code 71

Has anyone else experienced this, and could perhaps offer some advice?

-- 
Colin Barnabas a...@ucs.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: New FreeBSD User | HP Doesn't Boot

2011-10-08 Thread Colin Barnabas
The chances that you have inadvertently altered your BIOS are
quite slim. What does the machine display when you try to
boot?

On Sat, Oct 08, 2011 at 04:11:31PM -0700, Michael Starr wrote:
 Hello Everyone,
 
I am a brand new FreeBSD user with minimal Unix knowledge. I have
 successfully installed FreeBSD on a computer dedicated to the operating
 system. However, after rebooting, the machine can't boot, nor get into BIOS.
 I installed the system from a bootable USB stick. I would try another fresh
 install, but currently I can't do anything. Could someone please direct me
 to a solution? I hope I did not irrevocably alter my BIOS. Any help would be
 deeply appreciated. Thank you.
 
 Computer: HP dvr6 2150us (laptop)
 
 -- 
 Michael Starr
 masmi...@gmail.com
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: New FreeBSD User | HP Doesn't Boot

2011-10-08 Thread Colin Barnabas
Are you able to boot from the usb you used to install? If yes,
then my first instinct would be to scrub the disk and
start over. Hopefully what ever is going on is just a freak anomaly.

If you can boot the from the usb stick, go to the fixit shell and
run

dd if=/dev/zero of=/dev/ad0 bs=1k

That will fill the disk with zeros, erasing _everything_. 

On Sat, Oct 08, 2011 at 04:56:29PM -0700, Michael Starr wrote:
 Thanks for the prompt response. The screen only shows the HP startup screen 
 with the Press the Esc Key for Startup Menu at the bottom. When I press it, 
 it doesn't do anything. Researching this a little more, it looks more like a 
 partitioning issue. However, I used the automatic settings to configure the 
 partitions on my hard drive. What could this mean?
 
 On Sat, Oct 8, 2011 at 4:52 PM, Colin Barnabas 
 a...@ucs.commailto:a...@ucs.com wrote:
 The chances that you have inadvertently altered your BIOS are
 quite slim. What does the machine display when you try to
 boot?
 
 On Sat, Oct 08, 2011 at 04:11:31PM -0700, Michael Starr wrote:
  Hello Everyone,
 
 I am a brand new FreeBSD user with minimal Unix knowledge. I have
  successfully installed FreeBSD on a computer dedicated to the operating
  system. However, after rebooting, the machine can't boot, nor get into BIOS.
  I installed the system from a bootable USB stick. I would try another fresh
  install, but currently I can't do anything. Could someone please direct me
  to a solution? I hope I did not irrevocably alter my BIOS. Any help would be
  deeply appreciated. Thank you.
 
  Computer: HP dvr6 2150us (laptop)
 
  --
  Michael Starr
  masmi...@gmail.commailto:masmi...@gmail.com
  ___
  freebsd-questions@freebsd.orgmailto:freebsd-questions@freebsd.org mailing 
  list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
  freebsd-questions-unsubscr...@freebsd.orgmailto:freebsd-questions-unsubscr...@freebsd.org
 
 
 
 --
 Michael Starr
   760-522-0863
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


PGP or GPG

2011-10-01 Thread Colin Barnabas
Can anyone think of any compelling reasons why PGP should be used
instead of GPG?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: PGP or GPG

2011-10-01 Thread Colin Barnabas
Quite the opposite. I would prefer to use GPG. I was just
curious if there were any reasons why PGP should be used instead. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org