Search results

  1. je33

    Solved Arduino exits with "kernel too old"

    That was it! Thank you junovitch. I got: # sysctl compat.linux.osrelease=2.6.18 compat.linux.osrelease: 2.6.16 -> 2.6.18 Arduino started just fine after that. I'll make this permanent.
  2. je33

    Solved Arduino exits with "kernel too old"

    Fresh pkg install of arduino on: uname -a FreeBSD odin 10.1-RELEASE-p5 FreeBSD 10.1-RELEASE-p5 #0: Tue Jan 27 08:55:07 UTC 2015 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 arduino FATAL: kernel too old FATAL: kernel too old Error: Could not find or load main class...
  3. je33

    opera FORBIDDEN

    Thanks Toast: I'll go for 12.15. :)
  4. je33

    opera FORBIDDEN

    I'm building my new FreeBSD workstation and just found that /usr/ports/www/opera is marked FORBIDDEN and have been unable to find precious little as to why. Any new news regarding this port? If opera is now generally dis-recommended, what is recommended?
  5. je33

    Empty /usr/src/sys after svn checkout

    Bingo! @kpa: @wblock@: you guys are great, thank you. I've successfully performed make buildworld; make buildkernel and both completed with out errors so everything must be in place. I can only hope that going forward, there is not some underlying problem with the installation and that svn up...
  6. je33

    Empty /usr/src/sys after svn checkout

    Harrumph! kpa: Absolutely no change at all but, thank you for the suggestion. If I can't make any progress in the next few hours, I'm thinking I'll hang in here until after midnight local when I can use the bird without regard to penalties and try a new checkout at the console. Any...
  7. je33

    Empty /usr/src/sys after svn checkout

    Contents of script running the commands you suggested warren@:root@tsunami:~ # ls -al /usr/src total 376 drwxr-xr-x 23 root wheel 32 Apr 4 00:22 . drwxr-xr-x 16 root wheel 16 Mar 30 18:32 .. drwxr-xr-x 4 root wheel 7 Apr 4 09:46 .svn -rw-r--r-- 1 root wheel...
  8. je33

    Empty /usr/src/sys after svn checkout

    Hi Warren, Not much that I can see. :\# svn info /usr/src Path: /usr/src Working Copy Root Path: /usr/src URL: https://svn0.us-east.freebsd.org/base/stable/9 Repository Root: https://svn0.us-east.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 249098 Node Kind...
  9. je33

    Empty /usr/src/sys after svn checkout

    I've installed FreeBSD-9.1-STABLE-amd64-20130330-r248935-memstick and it appears to be working fine. However after installing svn and checking out /usr/src from the east mirror, /usr/src/sys is empty. I tried svn up /usr/srcand get At revision 249095 reply, but /usr/src/sys is still empty...
  10. je33

    Install Libreoffice -> Python flags trouble

    If you installed python27 with PTH, you might try reinstalling without or vice versa:# cd /usr/ports/lang/python27 # make config ; toggle pthreads option and save options # make clean ; to be sure old Python configuration file is gone. # make reinstall cleanThen rebuild your libreoffice...
  11. je33

    graphviz fails install from port

    Fixed it. I'm embarrassed to confess that I'm not sure what the problem was but, I'm here on the new FreeBSD-9.1-RELEASE machine and have the arduino port installed. The previous installation where I was unable to install arduino was beginning to have problems with freezes in opera and even on...
  12. je33

    graphviz fails install from port

    Gee, the new arduino port grabs a bunch of stuff (print/dvipsd-tetex et al) that won't build and I don't really need/want on the machine. Looks like I'll wait for the pkg while I rebuild this machine that I've made a mess of. Thanks again Warren.
  13. je33

    graphviz fails install from port

    Haha, well I'll have to give the new port a try as soon as I can grab it with portsnap fetch. I'll give it a go later and report here. Just to be explicit: I had NOT enabled PTH in Python27. Only after enabling it and reinstalling, did the arduino port install. I say this because you wonder...
  14. je33

    graphviz fails install from port

    Thanks Warren, that was the problem. Must have had too much Laphroaig before that config. Anyhow, the arduino port still failed but was easy to fix. Turned out to be a problem w/ my choice to build the port over nfs. When I encounter problems with that situation, I just copy my /nas/ports/* tree...
  15. je33

    graphviz fails install from port

    I'm trying to install the arduino port and having a devil of a time ;) with the graphviz dependency port at install phase. I'm probably just vapor-locked here but I've been hacking at this too long so, before I really break this system, I'll call for help. Here is what I have: # uname -a FreeBSD...
  16. je33

    USBtiny woes.

    Looks like I may have this whipped. Reading through the ladyada site I found a step by step procedure to flash the Arduino boot loader into one of the Arduino boards. Tried it and it works. It seems that my ~/.arduino/preferences.txt had serial.port= set to /dev/com1 deleting that and leaving an...
  17. je33

    USBtiny woes.

    As suggested in the SparkFun link you provided, I inserted a USB hub between the programmer and my box but, my box still did not create a /dev/cuaUx device. However, I was able to get avrdude to talk to the programmer using it's usb address:# avrdude -p m328P -P usb:7:2 -c usbtiny -vvvv...
  18. je33

    USBtiny woes.

    I get this:# usbconfig -d 7.2 dump_device_desc ugen7.2: <USBtiny vendor 0x1781> at usbus7, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0101 bDeviceClass = 0x00ff bDeviceSubClass = 0x0000 bDeviceProtocol = 0x0000 bMaxPacketSize0...
  19. je33

    USBtiny woes.

    Hi Warren: The upshot of the work to present consists of loading all the USB facilities/drivers from the command line to verrify that it get kldload: can't load uvscom: File exists. Also, checked for creation of USB serial port /dev/cuaU0 with no joy. When I grep 0x1781 /etc/devd/usb.conf...
  20. je33

    USBtiny woes.

    I've been trying to get an AVR USBtiny in circuit programmer running on myFreeBSD tsunami.lan 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Mon Sep 10 15:15:10 PDT 2012 root@tsunami.lan:/usr/obj/usr/src/sys/LOCAL amd64 box, without any luck. I've verified that all the USB serial drivers as well...
Back
Top