Difference between revisions of "Talk:OpenSSH Install"

From WebOS Internals
Jump to navigation Jump to search
(New page: == Error installing OpenSHH == When running: <pre>wget http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/etc/event.d/optware-openssh</pre> I get the following message: <p...)
 
Line 8: Line 8:
  
 
<pre>wget: can't open 'optware-openssh': Read-only file system</pre>
 
<pre>wget: can't open 'optware-openssh': Read-only file system</pre>
 +
 +
(I dont'think this belongs here, maybe try using the forums at precentral: http://forums.precentral.net)
 +
What is your current directory to wget the script to? I suppose /etc/event.d/
 +
Try remounting your root filesystem read/writable:
 +
<pre>mount -o ro,remount /</pre>
 +
alternatively..
 +
<pre>rootfs_open -w</pre>

Revision as of 10:43, 25 September 2010

Error installing OpenSHH

When running:

wget http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/etc/event.d/optware-openssh

I get the following message:

wget: can't open 'optware-openssh': Read-only file system

(I dont'think this belongs here, maybe try using the forums at precentral: http://forums.precentral.net) What is your current directory to wget the script to? I suppose /etc/event.d/ Try remounting your root filesystem read/writable:

mount -o ro,remount /

alternatively..

rootfs_open -w