I'm no scholar
- I was supposed to have recited the poem, "Paul Revere's Ride" to my class, but since I hadn't *actually* memorized it, I instead orated a very colorful retelling. The instructor was so enamored, I received an A.
- I always had a book with me in school. When not working on a project, I was reading a novel. All my book reports were on novels I happened to be reading at the time. The only failing paper I turned in was my report on John Irving's The Water-Method Man. That evening, my father explained to me how to write a book report on a book such as that in a way to remain completely free of the subject matter.
- For my December "Holiday-themed" report in Public Speaking I spent fifteen minutes discounting every myth of a traditional Christmas, revealing its origins, its symbolism, and its meanings. Most of this I was able to pull from and cite various Christian Encyclopedias. When I concluded, there was a stillness over the room I'd never experienced. I was the only student who wasn't applauded at the end of their speech.
- I have read a lot of the classics. I love them. I did not, however, enjoy James Fenimore Cooper's The Last of the Mohican's. For my book report, I instead turned in what can only be called a graphic novel. It was a highly-detailed, full-color illustrated report, bound & covered with those report protectors. I received an A.
- Once, we were discussing a new server. It was an ODS server. "Output Data System." Our manager was giving us the pitch on how our team was going to help test it. One of the new airmen asked what ODS meant. The manger thought for a moment and said, "I don't know." I dramatically reached for a dictionary, opened it, and read aloud, interrupting the meeting, "Odious - repugnant, detestable. Loathsome." Half the team had worked with me a long time, and laughed out loud at my show. The other half, believed I seriously thought our manager was talking about an odious server. I was amused at both outcomes.
Apple Support Forums
Concerning the OSX NFS issue, I made progress, then hit a wall, succumbing to submitting a request on the Apple Support Forum two days ago. I have not yet received a single reply:
I am trying to NFS export a FAT32 formatted external USB device, which fails with the error:
/sbin/nfsd: Can't export /Volumes/: Operation not supported (45)
I am able to export internal/HFS drives, which have the "Owners Enabled: Yes" attribute, and therefore assume I need to set the flag accordingly on my external drive.
Despite the fact that the device has been assigned a uuid (it appears to be in place in .fseventsd and running 'repair disk' echos it in syslog), I get this error when running vsdbutil:
vsdbutil: Couldn't update volume information for '/Volumes//': Invalid argument
vsdbutil: no valid volume UUID found on '/Volumes//': Invalid argument
And diskutil returns this:
Permissions are not enabled on the disk (-9973)
I attempted to add the uuid to /var/db/volinfo.database in order to set the permissions there, to no effect.
I don't believe that I am the only person who has attempted this, but I can find no evidence to the contrary. Thank you.
Ineffective Solutions
I can't get any linux software to burn dual-layer. This has negatively affected my inventory of blank dual-layer media. Thankfully, the price has easily dropped half of what my first spindle cost me. I can, however, burn dual-layer through my wmware XP installation. I decided to make a backup of my backup of my iTunes database in order to burn it off on dual-layer media (the only DL burner I have is on my ubuntu laptop). However, since I boot from my external 500GB drive, and that's also where I dumped my library (apparently, I don't have enough external drives capable of containing my entire repository of music) which means vmware gave me the finger when I asked it to also mount up my iTunes directory.
Fine. I relocated my XP .vmx image locally, then attached the directory. I decided to use iTunes built-in "Backup" solution, which failed after burning six DL DVD's.
Back to the drawing board.
Politics
The Greater Anna Chamber of Commerce is hosting "Meet the Candidate" tonight. I'm linking my candidate's site on this page (http://www.beckyglover.net) because this blog gets indexed by Google rather quickly.
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-userinfo.gif)
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-userinfo.gif)
Pathetic
I have checked http://lalalandrecords.com twice a day, everyday, for a month now, in hopes they will soon be releasing Bear McCreary's Terminator: The Sarah Connor Chronicles score. I'm on their mailing list, but I always get the email a day after the announcement and I'm unsure I could handle that amount of delay. I often find myself on my Theme Clips post, listening to the two online offerings over and over in mournful anticipation.
This entry has gone on far too long.
Leopard has changed many things. They're moving away from BSD and embracing a more POSIX outlook. Imagine my surprise when ps -aux returned an error and ps -aef worked instead. Remember all the frustration I had with trying to export an OSX filesystem to my Solaris box several years ago? Considering OSX has dumped that horrific NetInfo GUI for a more standardized /etc/exports approach since 10.5, I was certain I would be immediately successful in mounting my 500GB FAT32 USB drive from OSX to ubuntu via NFS.
I was wrong:
Nothing I have tried has worked, and I've been at it nearly seven hours. There are a ton of resources online for how to mount ubuntu to OSX, but only a single one for the other way around. Not that it would matter, of course. NFS is NFS, and since the 'Operation' is 'not supported' I'm looking at going deeper. Some kernel-module switch flipped off perhaps. Here's the sole OSX NFS posting online which keeps showing up. I want to physically harm the person who posted it:
"Insanely easy."
I was wrong:
mount.nfs: access denied by server while mounting 192.168.0.3:/Volumes/500GB
ehowtons-mac-mini /sbin/nfsd[65]: Can't export /Volumes/500GB: Operation not supported (45)
Nothing I have tried has worked, and I've been at it nearly seven hours. There are a ton of resources online for how to mount ubuntu to OSX, but only a single one for the other way around. Not that it would matter, of course. NFS is NFS, and since the 'Operation' is 'not supported' I'm looking at going deeper. Some kernel-module switch flipped off perhaps. Here's the sole OSX NFS posting online which keeps showing up. I want to physically harm the person who posted it:
Setting up NFS exports under Leopard is insanely easy: just add an entry to (or more usually, create) /etc/exports, and it gets picked up automatically. This file survives reboots, as well; pretty cool.
Here's an example:
muse:~ root# cat /etc/exports
/Volumes/BigDisk/Panic -maproot=netroot 10.0.1.1
muse:~ root# showmount -e
Exports list on localhost:
/Volumes/BigDisk/Panic 10.0.1.1
muse:~ root#
"Insanely easy."
Brought up Toast on teh max0r and selected files from my nfs mounted Solaris volume to make a hard-copy DVD backup of my server, and to consider the possibility of using iTunes new built-in backup application. Toast couldn't read a good majority of my nfs mounted files, yet on the server side I ensured everything was world readable. I may try to mount the volume as root (in place of read-only) to see if that helps. In the meantime I'm making multi-gig tarballs to drag over (thankfully bypassing any scp) and burn locally. The learning-curve of mounting Solaris volumes on darwin aside, the GUI representation of such is pretty nifty.
Simultaneously, I decided to upgrade phpmyadmin to minimize mucking around with mysql. I had one hell of a time, however getting that all straightened out. I'm not a big fan of cleartext passwd's in my config files and for a time ran apache2 just so I could have an egress into https (not that cleartext password are mutually exclusive, in fact I'm now running 'cookies' for secondary logins) I don't recall the reason I turned that off, but I'd really like to either get back to running them both, or perhaps, running only apache2. There were reasons I didn't pursue that 18 months ago, but I've been away from it so long, I don't remember what they were. Since getting my server up and running again, I've really been hitting the unix hard - trying to keep my mad Solaris skillz sharp, but its such an uphill battle sometimes - and I had to completely relearn my systems particular quirks.
All this work has led up to me wanting to completely revamp my box. I have an identical Rave AXi in storage I'd like to build-up better, stronger, and more secure. Running both systems in parallel, I'm sure I'll be able to manifest a most awesome system. This begs the question of when I might actually have time to do this. I have a few ideas, and look forward to discussing them with
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-userinfo.gif)
Oh, I did finally get myphpadmin upgraded and secured - but its been a fight. I do well by locking myself in my dungeon office for hours on end without a break in train of thought, which has been nigh impossible this weekend, the weekend of my son's three-day-long birthday party sleepover (special arrangements had to be made concerning split-custody children who ended up here since Friday evening). If only I had the means to concentrate more. Anyway, I made my first sql backup of my database using the webtool, which turned out to be much larger than when I do them by hand (indicating to me I've probably been missing something) as well as a backup of the entire directory, and my webspace on wilddamntexan - something else which should probably be reorganized as well.
iTunes built-in backup/restore utility. Wow. How very convenient, how very idiot-proof, how very BAD. Almost no configurable options. I managed to cull my database down to 41GB after deleting 7GB of CD's I own the physical media to and was prepared to auto-span volumes. This was going to be my first test of the dual-layer portion of the drive. Would it auto-detect the 8.5GB capacity? Would I waste a very pricey disc of optical media? Unfortunately one of the first files it tried to write was a file it could not 'find' on the spinning disc, which all-but hung iTunes (despite the application identifying only six tracks ahead of time I was willing to sacrifice. I will now attempt to hand-verify the remainder of the files. Next on my plate? Lookup the darwin command for Soalris' tip to facilitate serial connectivity from teh max0r to my server. I don't even know if that's capable on a mini. I've seen some serial-to-usb connectors, but doubt off the top of my head if they'll work without windows-only drivers. I lost my wyse terminal when I moved to STL. Still, to be able to ditch the physical console and serial in from my desktop environment? How cool would that be?
Upgraded my Gallery (which is sometimes the only way I can find out where the things I broke in the process of upgrading others) and for the first time in several hours, things are working again. I have quite literally spent all day down here, and I have other issues now which require me actually touching a *shiver* XP box. I'm going to attach my physical iTunes volume to it, and the dual-layer DVD burner (which is running awfully slow on the mini) and see if I can't better accomplish my backup with the processing power that box has. We'll see. As a quick reminder, I've had the processor overclocked, installed the max capacity of 1GB RAM (thanks to drax0r), and running from a 7200rpm 8MB/cache drive. But as loaded down as this box is, I sometimes turn to my XP box for crunching. It has a 10k SATA drive (albeit the 16MB/cache drives weren't at the time available, so again, 8MB) and a quickly-becoming-dating 2.8GHz hyper-threaded chip.
These things are much more fun with drax0r adjacent me, and a bottle of whiskey between us.
It'll likely be an even longer night.
128/81 p 81

And I edited my Man of La Mancha post to include an mp3 of the song I was quoting to put everything in perspective. What a fantastic track!
The -P flag is what took me an hour to find. That and the fact that all documentation told me not to use the mount_nfs command, rather it would be called by the mount command. Ever since my E250 was hacked by Taiwanese spammers, I've kept my Solaris box locked down pretty tight - and having been away from the operating system for about a year, I was dumbfounded when I was allowed to share my filesystem but rpcinfo showed nothing. I'd also never before run a showmount command with the -e option. Very cool.
It took me equally as long to NFS mount my OSX box to my Solaris box last month, and ever since my MySql fiasco, I've been wanting to create a backup of my data. You don't just hot-plug a USB DVD burner into a Solaris box. I needed a solution and settled on NFS, but that damn -P option took me way too long. Perhaps its because its too late?
Either way, I'm recording this for my own benefit (as well as yours, gentle reader, should you decide to follow me down this path):
I ordered Pan's Labyrinth today from Amazon, as neither
galinda822 nor I could find it anywhere locally. Currently, I'm listening to the score from the webpage. Anyway, seeing how its already tomorrow, I'm going to bed.
Good night!
It took me equally as long to NFS mount my OSX box to my Solaris box last month, and ever since my MySql fiasco, I've been wanting to create a backup of my data. You don't just hot-plug a USB DVD burner into a Solaris box. I needed a solution and settled on NFS, but that damn -P option took me way too long. Perhaps its because its too late?
Either way, I'm recording this for my own benefit (as well as yours, gentle reader, should you decide to follow me down this path):
sudo mount_nfs -P quark:/opt/csw/apache/htdocs /Volumes/quark
I ordered Pan's Labyrinth today from Amazon, as neither
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-userinfo.gif)
Good night!
OSX 10.4 Tiger is not an ideal operating system in which to run an NFS server. Well, at least not yet. I suppose that I'll continue to try and find the /exports syntax (or whatever it is this ex-BSD platform uses) but in the meantime, I did find a step-by-step guide which had me bring up, of all things, a GUI.
*le sigh*
The GUI was more difficult to understand than any command line I've used (outside of, let's say AIX *eyeroll*) and in the end I would NOT have been able to accomplish this task without the HOWTO. Either way, bask upon what you would assume would be an easy task -
So using my Ampache PHP app, I add a new 'catalog' as a local filesystem pointing to my new NFS mount - it sees it, but not the 1251 directories underneath it. Hmmmm. I input the following three words into my Google search: ampache itunes NFS. Guess what the first hit is? My Xanga cross-post blog entry from last week! This could be a long, hard battle.
An Ampache thread in the FAQ validates my claim of NFS issues.
Anyone know what the unscrambled word for a moth's eye-spots are using the letters 'CCELIRS?' C'mon, I know there's some budding entomologists out there. I couldn't find any reference, and this is supposed to be at a 3rd grade level...
*le sigh*
The GUI was more difficult to understand than any command line I've used (outside of, let's say AIX *eyeroll*) and in the end I would NOT have been able to accomplish this task without the HOWTO. Either way, bask upon what you would assume would be an easy task -
On my Solaris box:[root@quark: /]# df -k Filesystem kbytes used avail capacity Mounted on /dev/md/dsk/d0 33919014 11382953 22196871 34% / /proc 0 0 0 0% /proc mnttab 0 0 0 0% /etc/mnttab fd 0 0 0 0% /dev/fd swap 2506288 24 2506264 1% /var/run BorgQueen:/Volumes/iTunes 156144848 50469280 105675568 33% /iTunes
On my mac:BorgQueen:/ ehowton$ showmount -e Exports list on localhost: /Volumes/iTunes 192.168.1.73 192.168.1.73
So using my Ampache PHP app, I add a new 'catalog' as a local filesystem pointing to my new NFS mount - it sees it, but not the 1251 directories underneath it. Hmmmm. I input the following three words into my Google search: ampache itunes NFS. Guess what the first hit is? My Xanga cross-post blog entry from last week! This could be a long, hard battle.
An Ampache thread in the FAQ validates my claim of NFS issues.
Anyone know what the unscrambled word for a moth's eye-spots are using the letters 'CCELIRS?' C'mon, I know there's some budding entomologists out there. I couldn't find any reference, and this is supposed to be at a 3rd grade level...