<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
<title>MacBlog</title>
<link rel="alternate" type="text/html" href="http://pwilk.freeshell.org/macblog/" />
<modified>2005-05-07T19:16:14Z</modified>
<tagline>Random Mac related things that I feel might be of general interest.</tagline>
<id>tag:pwilk.freeshell.org,2005:/macblog//2</id>
<generator url="http://www.movabletype.org/" version="3.11">Movable Type</generator>
<copyright>Copyright (c) 2005, pwilk</copyright>
<entry>
<title>dump filesystem backup in Tiger still broken</title>
<link rel="alternate" type="text/html" href="http://pwilk.freeshell.org/macblog/archives/2005/05/dump_filesystem.html" />
<modified>2005-05-07T19:16:14Z</modified>
<issued>2005-05-07T19:12:54Z</issued>
<id>tag:pwilk.freeshell.org,2005:/macblog//2.12</id>
<created>2005-05-07T19:12:54Z</created>
<summary type="text/plain">Dump in Tiger version 10.4.0 is still broken. It has been broken since 10.0.0. It cannot read any filessystem created with Tiger.</summary>
<author>
<name>pwilk</name>


</author>
<dc:subject>Software</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://pwilk.freeshell.org/macblog/">
<![CDATA[<p>Dump in Tiger version 10.4.0 is still broken. It has been broken since 10.0.0. It cannot read any filessystem created with Tiger - UFS or HFS+; because dump looks for at "magic number" that Tiger does not include in its partition table. </p>

<p>Somebody really needs to fix it, or write hfsdump and hfsrestore. Its beyond me.</p>

<p>here are the errors I get:</p>

<p>% dump -0 -f dumphfs /Volumes/hfs<br />
  DUMP: Date of this level 0 dump: Sat May  7 12:01:21 2005<br />
  DUMP: Date of last level 0 dump: the epoch<br />
  DUMP: Dumping /Volumes/hfs to dumphfs<br />
  DUMP: bad sblock magic number<br />
  DUMP: The ENTIRE dump is aborted.</p>

<p>don't even think about it, that does not work either:</p>

<p>% df -k<br />
...<br />
/dev/disk1s2             39065960 36268408 2797552    93%    /Users/bob<br />
/dev/disk2s2                 2520       88    2432     3%    /Volumes/hfs</p>

<p>% dump -0 -f dumphfs /dev/disk2s2<br />
  DUMP: Date of this level 0 dump: Sat May  7 12:09:49 2005<br />
  DUMP: Date of last level 0 dump: the epoch<br />
  DUMP: Dumping /dev/disk2s2 to dumphfs<br />
  DUMP: Cannot open /dev/disk2s2</p>]]>
<![CDATA[<p>For the details, read the following from way back in 2001 (http://www.omnigroup.com/mailman/archive/macosx-admin/2001-June/012204.html):</p>

<p>With considerable technical input from Dr. Marcel Bresink, I think we <br />
now have a better handle on what is going on with dump/restore. Assuming <br />
that the dump utility packaged with OSX 10.0.3, is compiled from the <br />
corresponding Darwin 1.3 dump source, that source code contains the <br />
following:</p>

<p>#define FS_MAGIC        0x011954        /* the fast filesystem magic number */<br />
........<br />
if (sblock->fs_magic != FS_MAGIC)<br />
                quit("bad sblock magic number\n");<br />
...........</p>

<p>The magic number is that for the Berkeley FFS file system, and is not <br />
for the HFS+ system. Thus the "bad sblock magic number" error when when <br />
tries to use dump on HFS+ files. But one might think that dump could be <br />
used for OS X UFS files, given that the UFS file system was supposedly <br />
derived from the FFS system. Well, apparently that depends on when you <br />
formatted your UFS file system. If you formatted with Mac OS X Server <br />
1.x or a "DP" version of OS X, dump will work. (These used a BSD-Unix <br />
partition table.) Mac OS X PB, 10.x, and OS X Server 10.x use a <br />
"Macintosh" partition table, so the magic number is not where the dump <br />
code can find it.</p>

<p>Since "restore" isn't shipped with OS X  10.x (even though it is part of <br />
Darwin), all of this info on dump may be of little consequence. However, <br />
IMHO this does point up some serious issues with Mac OS X:<br />
1. Even though dump/restore may be a bit archaic, many Unix users <br />
(myself included) would use dump/restore unless there is something <br />
better in the offing.<br />
2. Apple should not have allow a broken dump to appear in /sbin/dump, or <br />
at least should have put a bug note on the man page.<br />
3. While dump is certainly not restricted to FFS file systems (there is <br />
Linux dump), I don't know what the implications of the retention  of the <br />
resource fork in HFS+ mean with respect to a dump for HFS+. BUT, if <br />
Apple wants to see rapid adoption of OS X, they should have made sure <br />
some sort of backup utility was shipped.<br />
4. The fact that there are now two UFS systems is terrible. It opens the <br />
whole question of just what Apple means when they say Darwin is the <br />
underpinning of OS X. We need a consistent Unix base for OS X, and if <br />
that is different from Darwin, Apple should say so.</p>

<p>--dick peskin</p>

<p>Richard L. Peskin, RLP Consulting, Londonderry, VT<br />
http://www.rlpcon.com<br />
http://www.caip.rutgers.edu/~peskin</p>]]>
</content>
</entry>
<entry>
<title>Convert iCal to vCal format</title>
<link rel="alternate" type="text/html" href="http://pwilk.freeshell.org/macblog/archives/2005/03/convert_ical_to.html" />
<modified>2005-03-25T19:28:07Z</modified>
<issued>2005-03-25T19:25:40Z</issued>
<id>tag:pwilk.freeshell.org,2005:/macblog//2.11</id>
<created>2005-03-25T19:25:40Z</created>
<summary type="text/plain">Change the extension from .ics to .vcs and your&apos;re done. You can now open it with Palm Desktop. You do lose a lot of the meta info though....</summary>
<author>
<name>pwilk</name>


</author>
<dc:subject>Software</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://pwilk.freeshell.org/macblog/">
<![CDATA[<p>Change the extension from .ics to .vcs and your're done. You can now open it with Palm Desktop. You do lose a lot of the meta info though.</p>]]>

</content>
</entry>
<entry>
<title>Carbon Emacs</title>
<link rel="alternate" type="text/html" href="http://pwilk.freeshell.org/macblog/archives/2005/03/carbon_emacs.html" />
<modified>2005-03-14T18:15:58Z</modified>
<issued>2005-03-14T18:05:38Z</issued>
<id>tag:pwilk.freeshell.org,2005:/macblog//2.10</id>
<created>2005-03-14T18:05:38Z</created>
<summary type="text/plain">Supposedly , Emacs 21.4 will have OS-X support. Until then, see these pages: Mindlube Franconi MacEmacs JP Porkrind I use the Mindlube distribution....</summary>
<author>
<name>pwilk</name>


</author>
<dc:subject>Apps</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://pwilk.freeshell.org/macblog/">
<![CDATA[<p>Supposedly , Emacs 21.4 will have OS-X support. Until then, see these pages:<br><br />
<a href="http://www.mindlube.com/products/emacs/">Mindlube</a><br />
<a href="http://www.inf.unibz.it/~franconi/mac-emacs/">Franconi</a><br />
<a href="http://home.att.ne.jp/alpha/z123/emacs-mac-e.html">MacEmacs JP</a><br />
<a href="http://www.porkrind.org/emacs/">Porkrind</a><br><br />
I use the Mindlube distribution.</p>]]>

</content>
</entry>
<entry>
<title>Filevault and moving the iTunes music library</title>
<link rel="alternate" type="text/html" href="http://pwilk.freeshell.org/macblog/archives/2005/02/filevault_and_m.html" />
<modified>2005-02-15T19:50:52Z</modified>
<issued>2005-02-15T19:42:19Z</issued>
<id>tag:pwilk.freeshell.org,2005:/macblog//2.9</id>
<created>2005-02-15T19:42:19Z</created>
<summary type="text/plain">Filevault encrypts one&apos;s entire user directory - at least as of OS version 10.3.7. It makes little sense to encrypt the entire music library, not to mention it probably slows down your machine. If you want to move your music...</summary>
<author>
<name>pwilk</name>


</author>
<dc:subject>Software</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://pwilk.freeshell.org/macblog/">
<![CDATA[<p>Filevault encrypts one's entire user directory - at least as of OS version 10.3.7. It makes little sense to encrypt the entire music library, not to mention it probably slows down your machine. If you want to move your music library outside of your user directory, say to /Users/wilk2/Music/iTunes/iTunes Music, you need to tell iTunes under Preferences->Advanced and then choose Advanced->Consolidate LIbrary. This will copy (not move) all the music to the new location. If you skip either of the two steps and move the library by hand, iTunes will not be able to find your music. If you do not have enough room on your harddrive for two copies of your entire music library, I suggest you use an external harddrive. Not a bad idea anyway, to make a copy of your user directory incase of a malfunction during the initial Filevault encryption.</p>]]>

</content>
</entry>
<entry>
<title>Avantgo 5.7</title>
<link rel="alternate" type="text/html" href="http://pwilk.freeshell.org/macblog/archives/2005/02/avantgo_57.html" />
<modified>2005-02-04T02:48:18Z</modified>
<issued>2005-02-04T02:42:57Z</issued>
<id>tag:pwilk.freeshell.org,2005:/macblog//2.8</id>
<created>2005-02-04T02:42:57Z</created>
<summary type="text/plain">Did anybody notice that there is finally a new version of the Avantgo palm client? It is version 5.7 b35 and it supports the T3&apos;s full screen. I use it with the MAL conduit and it works beautifully on the...</summary>
<author>
<name>pwilk</name>


</author>
<dc:subject>Apps</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://pwilk.freeshell.org/macblog/">
<![CDATA[<p>Did anybody notice that there is finally a new version of the <a href="http://www.avantgo.com/">Avantgo</a> palm client? It is version 5.7 b35 and it supports the T3's full screen. I use it with the MAL conduit and it works beautifully on the Mac. It fully rocks. I am intrigued by Plucker, but AFAIK there is no conduit that approaches the functionality of the Avantgo conduit. There are ads, but I find them reasonable considering the cost of this software (free).</p>]]>

</content>
</entry>
<entry>
<title>Install Local Perl Modules</title>
<link rel="alternate" type="text/html" href="http://pwilk.freeshell.org/macblog/archives/2004/11/install_local_p.html" />
<modified>2004-11-14T17:24:08Z</modified>
<issued>2004-11-14T17:19:59Z</issued>
<id>tag:pwilk.freeshell.org,2004:/macblog//2.7</id>
<created>2004-11-14T17:19:59Z</created>
<summary type="text/plain">Its a good idea to install perl modules locally so they are not overwritten by operating system updates. Its also keeps you from messing up the default installation. If you have problems with perl you can nuke the local install...</summary>
<author>
<name>pwilk</name>


</author>
<dc:subject>Software</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://pwilk.freeshell.org/macblog/">
<![CDATA[<p>Its a good idea to install perl modules locally so they are not overwritten by operating system updates. Its also keeps you from messing up the default installation. If you have problems with perl you can nuke the local install modules to see if it fixes the problem. To perform a local install, the following might be helpful:</p>

<p>'perl Makefile.PL INSTALLDIRS=site INSTALLSITELIB=~/lib/perl PREFIX=~/lib/perl'</p>

<p>sometimes just 'perl Makefile.PL PREFIX=~/lib/perl' is enough</p>

<p>then make; make install</p>]]>

</content>
</entry>
<entry>
<title>Retrospect</title>
<link rel="alternate" type="text/html" href="http://pwilk.freeshell.org/macblog/archives/2004/10/retrospect.html" />
<modified>2004-10-04T22:39:23Z</modified>
<issued>2004-10-04T22:30:54Z</issued>
<id>tag:pwilk.freeshell.org,2004:/macblog//2.6</id>
<created>2004-10-04T22:30:54Z</created>
<summary type="text/plain">I backup with Retrospect. I find it a frustrating experience, but as of now, no other piece of software will do what I need it to do, except for Retrospect. Currently I run 6.0 at work and 5.1 at home....</summary>
<author>
<name>pwilk</name>


</author>
<dc:subject>Apps</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://pwilk.freeshell.org/macblog/">
<![CDATA[<p>I backup with Retrospect. I find it a frustrating experience, but as of now, no other piece of software will do what I need it to do, except for Retrospect. Currently I run 6.0 at work and 5.1 at home. I run 5.1 at home because I have not gotten around to upgrading it, and it seems to be running OK. My most recent frustrating experience occured when I tried to backup to CD-Rs with my g5's superdrive. Since it can use DVD-Rs, I assumed incorrectly that it can also backup to CD-Rs. Retrospect will only reliable backup to DVD-Rs with this drive. The new g5s that have come out have LG made superdrives instead of the Pioneer superdrive. The LG drives are not yet supported by Retrospect. </p>

<p>Retrospect allows for custom filters including filtering based on "color-label". This is not yet supported by BRU, but its in the works. Maybe if BRU gets its act together and makes a nice Mac interface that supports color-labels, I will give it a go. It is so nice to exlude all blue items and include all red items regardless of their location.</p>]]>

</content>
</entry>
<entry>
<title>Word Alternatives</title>
<link rel="alternate" type="text/html" href="http://pwilk.freeshell.org/macblog/archives/2004/09/word_alternativ.html" />
<modified>2004-09-22T17:05:53Z</modified>
<issued>2004-09-22T16:30:13Z</issued>
<id>tag:pwilk.freeshell.org,2004:/macblog//2.5</id>
<created>2004-09-22T16:30:13Z</created>
<summary type="text/plain">There are many alternative word processors for the mac. Here are some in no order at all: Mellel ($39), Ragtime and its freeware version Ragtime Solo, OpenOffice (free, X11), NeoOffice/J (free, but still non-aqua), KWord (free, KDE), AbiWord (free), Lyx...</summary>
<author>
<name>pwilk</name>


</author>
<dc:subject>Apps</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://pwilk.freeshell.org/macblog/">
<![CDATA[<p>There are many alternative word processors for the mac. Here are some in no order at all: <a href="http://www.redlers.com/">Mellel</a> ($39), Ragtime and its freeware version <a href="http://www.ragtime-online.com/Content/download_rts_program/index.html">Ragtime Solo</a>, <a href="http://www.openoffice.org/">OpenOffice</a> (free, X11), <a href="http://www.planamesa.com/neojava/">NeoOffice/J</a> (free, but still non-aqua), <a href="http://www.koffice.org/kword/">KWord</a> (free, KDE), <a href="http://www.abisource.com/">AbiWord</a> (free), <a href="http://wiki.lyx.org/pmwiki.php/LyX/Mac">Lyx on OSX</a> and <a href="http://www.esm.psu.edu/mac-tex/">LaTeX</a> for the masochists, <a href="http://acmfiles.csusb.edu/corel/wpmac.html">Word Perfect</a> (OS 9), <a href="http://www.nisus.com/">Nisus Writer</a> (Okita Composer), <a href="http://www.macease.com/writenow-latest_info.html">WriteNow</a> (OS9), FullWrite (OS9), <a href="http://www.marinersoftware.com/">Mariner Write</a>, <a href="http://www.blue-tec.com/">Ulysses</a>,  <a href="http://www.thinkfree.com/">ThinkFree</a> which aint ($49), <a href="http://www.apple.com/appleworks/">Appleworks</a>, and <a href="http://www.adobe.com/products/framemaker/">Adobe Framemaker</a>.</p>

<p>There is even a freeware EndNote replacement called <a href="http://www.researchsoftwaredesign.com/Mac.html">Papyrus</a>. There is another word processor by the same name that might be released, <a href="http://www.papyrus.de/">Papyrus</a>, especially good if you need that all important OS/2 compatibility.</p>

<p>I think the best alternatives are Mariner Write and Ragtime. </p>]]>

</content>
</entry>
<entry>
<title>Bags for the 12-inch laptop</title>
<link rel="alternate" type="text/html" href="http://pwilk.freeshell.org/macblog/archives/2004/09/bags_for_the_12.html" />
<modified>2004-09-17T21:55:01Z</modified>
<issued>2004-09-17T21:39:34Z</issued>
<id>tag:pwilk.freeshell.org,2004:/macblog//2.4</id>
<created>2004-09-17T21:39:34Z</created>
<summary type="text/plain">After a ridculously detailed search for a bag to carry my 12-inch powerbook around in, I wound up buying the AcmeMade with fabric based on the designs of Eames because that is too cool, and the TiBag because its so...</summary>
<author>
<name>pwilk</name>


</author>
<dc:subject>Hardware</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://pwilk.freeshell.org/macblog/">
<![CDATA[<p>After a ridculously detailed search for a bag to carry my 12-inch powerbook around in, I wound up buying the AcmeMade with fabric based on the designs of Eames because that is too cool, and the TiBag because its so inexpensive. The bags that I considered were from the following folks: <a href="http://www.TiBag.com">TiBags</a>, <a href="http://www.santacruzdigitalstyles.com/">Santa Cruz Digital</a>, <a href="http://www.acmemade.com/">AcmeMade</a>, <a href="http://www.sfbags.com/">WaterField</a>, <a href="http://www.tombihn.com/">Tom Bihn</a>, <a href="http://www.willowdesign.com/">Willow Design</a>, <a href="http://www.timbuk2.com/">Timbuk 2</a>, <a href="http://www.spireusa.com/">Spire</a>, and <a href="http://www.booqbags.com/">Booq</a>. I found a lot of these bags to be rather overpriced for what you get, which is why the $40 TiBags is such a great deal. The Eames Dots bag always gets comments at the coffee shops.</p>]]>

</content>
</entry>
<entry>
<title>Palm Desktop: copy event</title>
<link rel="alternate" type="text/html" href="http://pwilk.freeshell.org/macblog/archives/2004/09/palm_desktop_co.html" />
<modified>2004-09-16T20:49:46Z</modified>
<issued>2004-09-16T20:45:18Z</issued>
<id>tag:pwilk.freeshell.org,2004:/macblog//2.3</id>
<created>2004-09-16T20:45:18Z</created>
<summary type="text/plain">Palm Desktop (v5.2.1) does not allow you copy and paste an event, but you can drag it to the system desktop (creating a vCard) and drag it back, and then drag it somewhere else in Palm Desktop....</summary>
<author>
<name>pwilk</name>


</author>
<dc:subject>Apps</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://pwilk.freeshell.org/macblog/">
<![CDATA[<p>Palm Desktop (v5.2.1) does not allow you copy and paste an event, but you can drag it to the system desktop (creating a vCard) and drag it back, and then drag it somewhere else in Palm Desktop. </p>]]>

</content>
</entry>
<entry>
<title>Why is there no date on the menubar?!!</title>
<link rel="alternate" type="text/html" href="http://pwilk.freeshell.org/macblog/archives/2004/09/why_is_there_no.html" />
<modified>2004-09-16T20:45:01Z</modified>
<issued>2004-09-14T22:03:10Z</issued>
<id>tag:pwilk.freeshell.org,2004:/macblog//2.1</id>
<created>2004-09-14T22:03:10Z</created>
<summary type="text/plain">Why Apple does not include the option of displaying the date on the menubar of OSX is beyond me. Perhaps is its to encourage other people to write little proggies to do this. These are all good options: Himekuri, MenuCalendarClock,...</summary>
<author>
<name>pwilk</name>


</author>
<dc:subject>Apps</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://pwilk.freeshell.org/macblog/">
<![CDATA[<p>Why Apple does not include the option of displaying the date on the menubar of OSX is beyond me. Perhaps is its to encourage other people to write little proggies to do this. These are all good options: <a href="http://homepage.mac.com/kyasu/soft/macx.html">Himekuri</a>, <a href="http://www.objectpark.net/en/mcc.html">MenuCalendarClock</a>, <a href="http://www.pyehouse.com/lynn/timestat.php">TimeStat</a>, <a href="http://www.wolfware.com/wClock.html">wClock</a>. I wound up using Himekuri. <a href="http://www.cooperative-fruitiere.com/jetclock/?lang=en">JetClock</a> does not add the date in the menubar, but it seems to be kinda neat anyway for jet-setters. Its also possible to <a href="http://www.macosxhints.com/article.php?story=20031113121905276">hack OSX</a>.</p>]]>

</content>
</entry>

</feed>