On 12/24/13 10:59, Neoklis Kyriazis wrote:
> Hello List
> 
> I am trying to build a web server at home, after acquiring a domain
> name for my website below. Also, I would like to set up a bit torrent
> client to download files in the background.
> 
> I am relatively new to OpenBSD and BBB but I have managed to
> install the snapshot at
> http://ftp.openbsd.org/pub/OpenBSD/snapshots/armv7/ to a microSD
> card and to boot into OpenBSD, using a Linux laptop connected with
> a USB/RS232 adaptor to the BBB and using "screen" as the terminal.
> 
> I have also installed OpenBSD to my desktop and managed to set up
> Apache for testing but to get it and BitTorrent running on the BBB I
> need some large external storage like a USB external HDD. I
> understand the armv7 port does not support USB on the BBB yet so
> I wonder how to implement a removable drive so that I can
> occasionally add files to the Apache document dir and move torrent
> downloads to my desktop.

um. moving files... PHYSICALLY?  That's so.. um.. 1980s.
Why are you avoiding sftp/scp/etc?

> Any chance of installing on the built-in emmc drive and using the SD
> card for storage?

the built in storage now works -- check your dmesg, you should see it,
in mine below, it's sd1.  I believe it works, though I realize I haven't
really tested it yet.  You would probably need to down the system when
changing sd modules.

> Can I install a more recent snap than the one at
> the ftp servers? Latest one seems to be October 30.

Not sure why snaps are not being built, but I brought a system up to
current following current.html.  Note there is a problem with dhclient
doing that -- you can either hard-set your IP address or (as I did)
finish the build through the serial console, but after the build it is
working fine.

(oooo....gpio pins.  that's new.  *drool*)

Nick.

OpenBSD 5.4-current (GENERIC-OMAP) #3: Sat Dec 21 09:54:34 EST 2013
    r...@bb1.in.nickh.org:/usr/src/sys/arch/armv7/compile/GENERIC-OMAP
real mem  = 536870912 (512MB)
avail mem = 519106560 (495MB)
mainbus0 at root
cpu0 at mainbus0: ARM Cortex A8 R3 rev 2 (ARMv7 core)
cpu0: DC enabled IC enabled WB disabled EABT branch prediction enabled
cpu0: 32KB(64b/l,4way) I-cache, 32KB(64b/l,4way) wr-back D-cache
omap0 at mainbus0: BeagleBone
prcm0 at omap0 rev 0.2
sitaracm0 at omap0: control module, rev 1.0
intc0 at omap0 rev 5.0
edma0 at omap0 rev 0.0
dmtimer0 at omap0 rev 3.1
dmtimer1 at omap0 rev 3.1
omdog0 at omap0 rev 0.1
omgpio0 at omap0: rev 0.1
gpio0 at omgpio0: 32 pins
omgpio1 at omap0: rev 0.1
gpio1 at omgpio1: 32 pins
omgpio2 at omap0: rev 0.1
gpio2 at omgpio2: 32 pins
omgpio3 at omap0: rev 0.1
gpio3 at omgpio3: 32 pins
ommmc0 at omap0
sdmmc0 at ommmc0
ommmc1 at omap0
sdmmc1 at ommmc1
com0 at omap0: ti16750, 64 byte fifo
com0: console
cpsw0 at omap0: version 1.12 (0), address c8:a0:30:b3:95:77
ukphy0 at cpsw0 phy 0: Generic IEEE 802.3u media interface, rev. 1: OUI 
0x0001f0, model 0x000f
/dev/ksyms: Symbol table not valid.
scsibus0 at sdmmc0: 2 targets, initiator 0
sd0 at scsibus0 targ 1 lun 0: <SD/MMC, Drive #01, > SCSI2 0/direct fixed
sd0: 14991MB, 512 bytes/sector, 30702592 sectors
scsibus1 at sdmmc1: 2 targets, initiator 0
sd1 at scsibus1 targ 1 lun 0: <SD/MMC, Drive #01, > SCSI2 0/direct fixed
sd1: 1832MB, 512 bytes/sector, 3751936 sectors
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
boot device: sd0
root on sd0a (30c27a9b85b1858f.a) swap on sd0b dump on sd0b
WARNING: CHECK AND RESET THE DATE!

Reply via email to