Saturday, August 18, 2018

Hannah Anderson

Particularly interesting interview on limitations being a gift from God:
http://familylifetoday.com/program/come-take-and-learn/

Saturday, July 14, 2018

Travel planning suggestions from NYT


  • Create a separate email address
  • Forward all confirmation/itinerary emails to that address
  • Use TripIt to create an itinerary against that account (Google Trips as a second option)
  • Create destination maps using My Maps from Google Maps

Saturday, May 26, 2018

Plants in our yard

Spanish Lavender (Lavandula stoechas)
Lantana

Sweet Pea Shrub ‘Petite Butterfly’ (Polygala fruticosa)

Wednesday, May 16, 2018

Friday, May 11, 2018

Our hedges in the backyard (hedge, bush, shrub)

Prunus caroliniana

Error 0x80070032 when trying to copy files

Suddenly when trying to copy files from my Win10 computer to a QNAP NAS device I was getting error 0x80070032. 

I tried everything I could think of and then had a 45min chat session with QNAP tech support. 1000 points to QNAP they solved the problem. Apparently a particular update along the way changed an important Samba setting. The fix was to SSH into the NAS device and the run the following two commands:
/sbin/setcfg Samba ADS NO
/etc/init.d/smb.sh restart

(the tech used PuTTY to SSH in)

Basically this allowed the transfer of a file without properties. I'm guessing the files that weren't copying (only some of them) had extra sidecar information that was causing Samba to reject the file (old XMP files or Mac files?).