[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] cmuImport
- Subject: Re: [cobalt-users] cmuImport
- From: Jeff Bilicki <jeff@xxxxxxxxxxx>
- Date: Mon Oct 21 14:31:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> On Sunday 20 October 2002 07:44 pm, Gerald Waugh wrote:
>> What am I doing wrong
>> I ran cmuExport on one raQ4 server
>> I ftp'd the files to the new server
>> Than I ran the following
>>
>> [root /root]# cmuImport -d /home/tmp/cmu/www.domain.tld
>> Reading config file: /etc/cmu/cmuConfig.xml
>> Cannot find cmu.xml in /home/tmp/cmu/www.domain.tld
>>
>> Why aren't we finding cmu.xml?
>> Any ideas?
>> TIA
> I think my ssh session timesout and the cmuExport never finishes?
Try running cmu with nohup cmuExport -d /dir/must/not/exsist&
Then you can exit the shell and the process will keep running.
Jeff-