Re: crash on writing usbstick

2015-03-03 Thread Brett Wynkoop
Greeting-

So can others duplicate my results, or should I give some kernel dev
access to my console server and my BeagleBone?

-Brett


-- 


wynk...@wynn.com   http://prd4.wynn.com/wynkoop/pgp-keys.txt
917-642-6925
929-272-


Amendment IV

The right of the people to be secure in their persons, houses, papers, 
and effects, against unreasonable searches and seizures, shall not be 
violated, and no warrants shall issue, but upon probable cause, 
supported by oath or affirmation, and particularly describing the place 
to be searched, and the persons or things to be seized.

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


Re: Can not build world

2013-02-15 Thread Brett Wynkoop
Greeting-

Thanks to both you and gonzo for the fast informed responses!

On Thu, 14 Feb 2013 22:03:16 -0800
Steve Kargl s...@troutmask.apl.washington.edu wrote:

SNIIP

  compile_et 
  /usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1/asn1_err.et
  compile_et: No such file or directory *** [asn1_err.h] Error code 1
  
  Stop in /usr/src/kerberos5/lib/libasn1.
  *** [buildincludes] Error code 1
  
 
 Easy button: Add WITHOUT_KERBEROS to /etc/make.conf.

After this past week I appreciate the easy button!
 
 See email archive for long story.
 
 The short story.  You did not have kerberos on your
 system, which means that compile_et is not present
 in /usr/bin.  Now, you want kerberos and kerberos
 does not build compile_et as a bootstrap tool.  So,
 now you need to manually install compile_et.  The 
 fun really begins because you need some header/library
 from kerberos to build compile_et.  So, once you figure
 out which header/library you need, you build and install
 it.  Then build and install compile_et.  And, finally,
 you can make world.
 
 

I appreciate the short story.  I like to understand the how/why of
things.

I am giving this a try, but it still begs the question that since I
never changed make.conf before and never made any choices about
building or not building kerberos why it broke all of the sudden.  What
changed?  

I am also going to test Gonzo's solution.  I will report back what I
find.

-Brett

-- 

wynk...@wynn.com   http://prd4.wynn.com/wynkoop/pgp-keys.txt
917-642-6925
718-717-5435

April 19, 1775 An English attempt to confiscate guns from Americans
triggered a successful revolution..

 Dear Congress, that's a hint.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Can not build world

2013-02-14 Thread Brett Wynkoop
Greeting-

For the past week I have been unable to build world for arm on my
Raspberry Pi.  The process broke just after I updated /usr/src.
Several updates in the intervening week have done nothing to change the
results.  It always bombs trying to build kerberos.

Please no suggestions to cross build world.  If that is the answer you
must be thinking of the wrong question.  At the moment consider my only
working FreeBSD boxes are a Raspberry Pi with 512Meg of ram and 16 G of
disk and a BeagleBone with 256 M of ram and 8G of disk.

Needless to say I have not updated /usr/src on the BeagleBone, and will
not until the issue on the Pi is resolved.

FYI I am not subscribed to freebsd-current, only freebsd-arm, so if you
reply to current please keep freebsd-arm in the cc list as well.


I always do a make clean before trying the make buildworld.  

I am really stuck here.  I also know others in the arm world had this
problem in the recent past, but it started to work for them after
another update to /usr/src.  That has not happened for me.

root@fbsd-pi:~ # uname -a
FreeBSD fbsd-pi 10.0-CURRENT FreeBSD 10.0-CURRENT #1: Mon Feb 11
18:03:38 EST 2013 root@fbsd-pi:/sys/arm/compile/RPI-B-TMPFS  arm


=== include/rpc (installincludes)
sh /usr/src/tools/install.sh -C -o root -g wheel -m
444  /usr/src/include/rpc/auth.h /usr/src/include/rpc/auth_unix.h 
/usr/src/include/rpc/clnt.h /usr/src/include/rpc/clnt_soc.h 
/usr/src/include/rpc/clnt_stat.h /usr/src/include/rpc/nettype.h 
/usr/src/include/rpc/pmap_clnt.h /usr/src/include/rpc/pmap_prot.h 
/usr/src/include/rpc/pmap_rmt.h /usr/src/include/rpc/raw.h 
/usr/src/include/rpc/rpc.h /usr/src/include/rpc/rpc_msg.h 
/usr/src/include/rpc/rpcb_clnt.h /usr/src/include/rpc/rpcent.h 
/usr/src/include/rpc/rpc_com.h /usr/src/include/rpc/rpcsec_gss.h 
/usr/src/include/rpc/svc.h /usr/src/include/rpc/svc_auth.h 
/usr/src/include/rpc/svc_soc.h /usr/src/include/rpc/svc_dg.h 
/usr/src/include/rpc/xdr.h /usr/src/include/rpc/auth_des.h 
/usr/src/include/rpc/des.h /usr/src/include/rpc/des_crypt.h 
/usr/src/include/rpc/auth_kerb.h /usr/src/include/rpc/rpcb_prot.x
rpcb_prot.h /usr/obj/usr/src/tmp/usr/include/rpc === include/xlocale
(installincludes) sh /usr/src/tools/install.sh -C -o root -g wheel -m
444  _ctype.h _inttypes.h _langinfo.h _locale.h _monetary.h _stdio.h
_stdlib.h _string.h _time.h
_wchar.h /usr/obj/usr/src/tmp/usr/include/xlocale === kerberos5
(includes) set -e;
cd /usr/src/kerberos5; /usr/obj/usr/src/make.arm/make
buildincludes; /usr/obj/usr/src/make.arm/make installincludes ===
kerberos5/doc (buildincludes) === kerberos5/lib (buildincludes) ===
kerberos5/lib/libasn1 (buildincludes)
compile_et 
/usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1/asn1_err.et
compile_et: No such file or directory *** [asn1_err.h] Error code 1

Stop in /usr/src/kerberos5/lib/libasn1.
*** [buildincludes] Error code 1

Stop in /usr/src/kerberos5/lib.
*** [buildincludes] Error code 1

Stop in /usr/src/kerberos5.
*** [includes] Error code 1

Stop in /usr/src/kerberos5.
*** [kerberos5.includes__D] Error code 1

Stop in /usr/src.
*** [_includes] Error code 1

Stop in /usr/src.
*** [buildworld] Error code 1

Stop in /usr/src.


Help!

Thanks!

-Brett

-- 

wynk...@wynn.com   http://prd4.wynn.com/wynkoop/pgp-keys.txt
917-642-6925
718-717-5435

The strongest reason for the people to retain the right to keep 
and bear arms is, as a last resort, to protect themselves against 
tyranny in government - Thomas Jefferson. 

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


Re: CFT: Overhauled CPSW driver for BeagleBone

2013-01-02 Thread Brett Wynkoop
On Tue, 1 Jan 2013 10:55:58 -0800
Tim Kientzle kient...@freebsd.org wrote:

 
 On Jan 1, 2013, at 8:12 AM, Brett Wynkoop wrote:
  Greeting-
  
  The driver is working much better than the driver currently in
  head.  I have maintained an ssh connection to the BeagleBone for
  more than 24 hours!
 
 Just committed this to -CURRENT r244939.
 
 Tim

Ok time to cvsup then rebuild the kernel followed by a buildworld!

Thanks Tim!

-- 

wynk...@wynn.com   http://prd4.wynn.com/wynkoop/pgp-keys.txt
917-642-6924
718-717-5435

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


Re: CFT: Overhauled CPSW driver for BeagleBone

2013-01-01 Thread Brett Wynkoop
Greeting-

This is a follow up to my previous private message about how your
driver is working on my BeagleBone.


wynkoop@beaglebone:~ % w
 8:15PM  up 15:17, 2 users, load averages: 0.05, 0.01, 0.00
USER   TTY  FROM  LOGIN@  IDLE WHAT
root   u0   - 5:00AM  3:36 -csh (csh)
wynkooppts/0cherry.wynn.com   2:05PM - w
wynkoop@beaglebone:~ % date
Mon Dec 31 20:15:13 EST 2012
wynkoop@beaglebone:~ % 

As you can see I am logged in on pts/0 since 2:05PM.  I was never able
to keep an ssh connection alive more than 30-40 min with the driver
that is in head.  I think you should check it into head now so people
setting up new BBs get the benefit.

As discussed off list there is still room for improvement, but I think
that can be better handled if this much more stable driver goes into
the tree sooner rather than later.  It will allow for more testing and
feedback to assist with the next round of improvements.

This thing is running so well now that I am about to put a web server
on the box and give it a static IP address.

Once we have USB I think the BB will become my primary mail and web
server..Think of the power I will save!

-Brett

-- 

wynk...@wynn.com   http://prd4.wynn.com/wynkoop/pgp-keys.txt
917-642-6924
718-717-5435

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


Re: CFT: Overhauled CPSW driver for BeagleBone

2013-01-01 Thread Brett Wynkoop
On Mon, 31 Dec 2012 15:25:15 -0800
Tim Kientzle kient...@freebsd.org wrote:

 I've made some progress reworking the CPSW driver for
 BeagleBone and would appreciate any feedback:
 
   https://github.com/kientzle/cpsw
 
Greeting-

The driver is working much better than the driver currently in head.  I
have maintained an ssh connection to the BeagleBone for more than 24
hours!

Thanks so much Tim!

-Brett


-- 

wynk...@wynn.com   http://prd4.wynn.com/wynkoop/pgp-keys.txt
917-642-6924
718-717-5435

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