Archive for February, 2009

Last May we started thinking about the next version of OrthodoxSermons.org, we took comments from our users, studied the market, did some of our own brainstorming and put together a wish list.  We spent six months getting quotes from vendors and evaluating “out of the box” solutions.  We narrowed all the possible options from a list of 20 to 3 and then with some intense comparison and prayer we were able to select Mustardseed Media as a ministry partner for the development of OrthodoxSermons.org 2.0. There are a few things that stick out about Mustardseed:

  • 99% of their work is done for Christian Churches & Ministries
  • They support the online Christian technology community via their podcast community Geeks & God.
  • They are a Drupal shop and are active contributors to the Drupal Community.

You are probably wondering, what did make the final cut on that wish list for OrthodoxSermons.org 2.0?  Here is some of what you can look forward to:

  • Improved navigation and search.  Sermons will be categorized and tagged.  Transcripts (if available) will be searchable.
  • Ability for churches and organization to upload their own content and feed their content back to their own sites via RSS.
  • Support for attaching transcripts of sermons, users can volunteer to transcribe sermons.
  • Full audio and video podcast support, compatible with iTunes/iPhone/iPod as well as site wide RSS feeds and RSS feeds on all tags.
  • iPhone based site for browsing from mobile Safari.
  • Audio and video of sermons can be embedded on your own site, also can be shared by emailing to a friend.

We started the development process a couple weeks ago and are making good headway, we are hoping for launch around the beginning of 3rd quarter, 2009.  If you want minute by minute updates on the development process, I suggest you follow us on Twitter: @amitry, @mustardseedinc, @rob_feature, @suydam.

A few of the early mockups:

Home

Home

Sermon with video and audio

video

Sermon with only audio

audio

Last week a post over at Sneakers and Books caught my attention, Nader was highlighting a BBC “Extreme Pilgrim” program featuring Fr. Lazarus Saint Anthony.  Back in the summer of 2000, I got to spend several weeks with Fr. Lazarus on a mission trip to Kenya and Tanzania.  At that time he was serving as a monk priest in Musoma, Tanzania.  At first he came off to our mission group as a strict ascetic , but as time passed, we all warmed up to him and looked forward to hearing his stories and wisdom at our nighttime gatherings.

Thanks to Mixahl at OrthodoxFathers.org for finding the video.

Yesterday, I made a few mistakes and learned a few lessons.  I was at a client site helping them move to VMware.  We decided to switch one of their virtual machines from one VMware ESXi host to another.  They have shared iSCSI storage (EqualLogic SAN), so it should have been a relatively simple procedure.  I made the mistake of not taking a snapshot of the volume before the switch.  While making the switch, something happened to the volume (not sure if it was accidentally removed or if it was some kind of corruption).  We could detect the iSCSI target but it wasn’t showing in the storage list.  When we went to add storage it showed the volume as blank.  The web interface on the SAN still showed the data there, so we knew (hoped) it wasn’t gone.  After a bit of searching I found this forum thread that hints at a possible fix but lists the solution as a call to VMware support.  We called VMware and successfully used this process to restore the volume.

Via console or SSH access:

login as: root
root@XXX.XXX.XXX.XXX.XXX’s password:

Tech Support Mode successfully accessed.
The time and date of this access have been sent to the system logs.

WARNING – Tech Support Mode is not supported unless used in
consultation with VMware Tech Support.

~ # cd /tmp
/tmp # fdisk -l

Disk /dev/disks/vmhba32:1:0:0: 549.7 GB, 549763153920 bytes
64 heads, 32 sectors/track, 524295 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes

Device Boot    Start       End    Blocks   Id  System

Disk /dev/disks/vmhba32:0:0:0: 549.7 GB, 549763153920 bytes
64 heads, 32 sectors/track, 524295 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes

Partition table entries are not in disk order
/tmp # dd if=/dev/disks/vmhba32:0:0:0 of=/tmp/ddout bs=1M count=2
2+0 records in
2+0 records out
/tmp # hexdump -C ddout |less
/tmp # fdisk -l /dev/disks/vmhba32:0:0:0

Disk /dev/disks/vmhba32:0:0:0: 549.7 GB, 549763153920 bytes
64 heads, 32 sectors/track, 524295 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes

Device Boot    Start       End    Blocks   Id  System
/tmp # fdisk /dev/disks/vmhba32:0:0:0

The number of cylinders for this disk is set to 524295.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): p

Disk /dev/disks/vmhba32:0:0:0: 549.7 GB, 549763153920 bytes
64 heads, 32 sectors/track, 524295 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes

Device Boot    Start       End    Blocks   Id  System

Command (m for help): n
Command action
e   extended
p   primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-524295, default 1):
Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-524295, default 524295):
Using default value 524295

Command (m for help): t
Selected partition 1
Hex code (type L to list codes): fb
Changed system type of partition 1 to fb (VMFS)

Command (m for help): p

Disk /dev/disks/vmhba32:0:0:0: 549.7 GB, 549763153920 bytes
64 heads, 32 sectors/track, 524295 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes

Device Boot    Start       End    Blocks   Id  System
/dev/disks/vmhba32:0:0:1             1    524295 536878064   fb  VMFS

Command (m for help): x

Expert command (m for help): b
Partition number (1-4): 1
New beginning of data (32-1073756159, default 32): 128

Expert command (m for help): p

Disk /dev/disks/vmhba32:0:0:0: 64 heads, 32 sectors, 524295 cylinders

Nr AF  Hd Sec  Cyl  Hd Sec  Cyl    Start     Size ID
1 00   1   1    0  63  32 1023        128 1073756032 fb
2 00   0   0    0   0   0    0          0          0 00
3 00   0   0    0   0   0    0          0          0 00
4 00   0   0    0   0   0    0          0          0 00

Expert command (m for help): w
The partition table has been altered!

Calling ioctl() to re-read partition table.
Syncing disks.
/tmp # vmkfstools -V
/tmp # esxcfg-vmhbadevs -m
vmhba32:0:0:1   /vmfs/devices/disks/vmhba32:0:0:1 42240509-d9375061-f3bd-0018fe7e542e
/tmp #