I am having problems installing version 2.01. Here is the output of the command prompt. Any help would be greatly appreciated. I am unable to create the /usr/local/bin directory myself because I get the same RC=1 error.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Installing emphatic...
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Please enter the IP address of your empeg:
> 192.168.1.115


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Please enter the directory to install emphatic to:
> /usr/local/bin


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Perform an upgrade install of emphatic? Selecting "no" here will allow you
to change advanced config options, and will install the default emphatic XML
configuration file. If you select "yes", we will perform an upgrade install,
and your existing configuration will be unchanged. If you upgrade, you will
have to add new config options to the XML by hand.
Upgrade an existing emphatic installation in /usr/local/bin (y/n)?
n

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Would you like me to modify your config.ini to launch emphatic
when your empeg boots?
If you choose 'n' here, you will have to launch emphatic manually,
or using a 3rd party launcher
Add ;@EXEC_ONCE entry to config.ini? (y/n)?
y


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
emphatic allows you to rate your songs to provide a weighted shuffle mode
that favors your highest-rated songs. Would you like to add this shuffle
mode to your config.ini? If you have already done this before, select
'n' here. You can always add/modify this shuffle mode in config.ini later
if you know what you're doing.
Add "Favorites" shuffle mode to config.ini? (y/n)?
y


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
For optimum performance, you may want to reserve some player memory for
running emphatic and other 3rd party applications. If you select 'y'
here, config.ini will be modified to reserve 10 cache blocks (about 300k).
If you select 'n', the ReserveCache entry in your config.ini will be left
as-is.
Reserve 10 cache blocks for 3rd party applications? (y/n)?
y


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Alright, pay attention. Song ratings in emphatic range from 1 to 10.
Prior to running emphatic, the player has all song ratings set at 0.
This means that songs you haven't rated yet aren't going to pop up in a
weighted shuffle mode until the very end. This is usually not
desirable behavior.

To fix this, the installation procedure can walk through your dynamic
data partition and initialize song ratings to 5, which will mean all
songs start off with an "average" rating, which you can raise or lower
to your liking.

I've tested this procedure extensively on my own empegs, under various
versions of player software v2 and v3. I have had no problems with this
procedure, but because it involves writing some data to the player's
dynamic data partition, I'm giving you the chance to bail out on this
part of the install. If you choose not to initialize your song ratings,
you will find that unrated songs rarely show up in a shuffle, which will
make doing song ratings difficult if you're in "Favorites" shuffle mode.

If you choose "Y" here, the install process will execute emphatic on
your empeg to initialize the song rating data. This may take some time,
possibly up to a minute or more, but probably more like 20-30 seconds.

If you're really worried, you may wish to break out of this script now
and back up your dynamic data partition.

Initialize song rating data on your empeg? (y/n)?
y


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Okay, I will now install emphatic to directory /usr/local/bin on 192.168.1.115
config.ini will be modified to launch emphatic on startup
config.ini will be modified to add "Favorites" shuffle mode
config.ini will be modified to reserve memory for 3rd party apps
song ratings on /dev/hda3 will be initialized to "5"

Do you wish to proceed? (y/n)?
y
Connected to 192.168.1.115.
220 Connected.
User (192.168.1.115:(none)):
230 Login okay.
ftp> quote site rw
200 Okay.
ftp> quote site exec mkdir -p /usr/local/bin
541 ERROR (rc=1)
ftp> cd /usr/local/bin
431 No such directory.
ftp> bin
200 Okay.
ftp> put emphatic
200 Okay.
150 Opening data connection.
226 Okay.
ftp: 371248 bytes sent in 0.69Seconds 540.39Kbytes/sec.
ftp> put postinstall.sh
200 Okay.
150 Opening data connection.
226 Okay.
ftp: 2971 bytes sent in 0.00Seconds 2971000.00Kbytes/sec.
ftp> ascii
200 Okay.
ftp> put emphatic.xml
200 Okay.
150 Opening data connection.
226 Okay.
ftp: 15405 bytes sent in 0.00Seconds 15405000.00Kbytes/sec.
ftp> put emphatic.dtd
200 Okay.
150 Opening data connection.
226 Okay.
ftp: 23043 bytes sent in 0.00Seconds 23043000.00Kbytes/sec.
ftp> quote site chmod 755 emphatic
200 Okay.
ftp> quote site chmod 755 /usr/local/bin/postinstall.sh
550 Failed.
ftp> quote site chmod 644 emphatic.dtd
200 Okay.
ftp> quote site chmod 644 emphatic.xml
200 Okay.
ftp> quote site exec /usr/local/bin/postinstall.sh /usr/local/bin 1 1 1 1
541 ERROR (rc=1)
ftp> quote site exec rm -f /usr/local/bin/postinstall.sh
541 ERROR (rc=1)
ftp> quote site ro
200 Okay.
ftp> quit
221 Happy Fishing.
emphatic installed successfully
Press any key to continue . . .