I can't connect via ssh to FreeNAS Connection to 192.168.5.100 closed

Status
Not open for further replies.

poldas

Contributor
Joined
Sep 18, 2012
Messages
104
I used ssh, but when I tried install mc on my FreeNAS I lost login possibility via ssh

Code:
ssh root@192.168.5.100
root@192.168.5.100's password: 
Last login: Tue Sep 18 22:31:39 2012 from 192.168.5.99
Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
	The Regents of the University of California.  All rights reserved.

FreeBSD 8.2-RELEASE-p6 (FREENAS.i386) #0: Tue Feb 28 18:15:56 PST 2012

	FreeNAS nanobsd (c) 2009-2010, The FreeNAS Development Team
	All rights reserved.
	FreeNAS is under the modified BSD license.

	For more information, documentation, help or support, go here:
 	http://freenas.org
Welcome to FreeNAS
Connection to 192.168.5.100 closed.


Thank you for help
 

ben

FreeNAS GUI Developer
Joined
May 24, 2011
Messages
373
FreeNAS software version, what does your SSH config look like, what did you try to install (minecraft?) and how did you go about it?
 

poldas

Contributor
Joined
Sep 18, 2012
Messages
104
1. FreeNAS software version 8.0.4
2. I don't have SSH config, I don't have direct access to host...
3. When I was installing I used only 2 commands:

Code:
mount -uw /dev/ufs/FreeNASs1a
pkg_add mc-light -r
 

ben

FreeNAS GUI Developer
Joined
May 24, 2011
Messages
373
FreeNAS is tiny, and installing software directly in the root volume is asking for trouble. It's only 1GB per slice and just about all of that is needed. If you want to install custom software, you should really upgrade to 8.2.0 (or 8.3.0 once it comes out) and use the plugin jail. Of course, that's not ideal for mc for obvious reasons.

What do you mean you don't have direct access to host? Did you lose access to the web interface as well?
 

poldas

Contributor
Joined
Sep 18, 2012
Messages
104
Web interface works, FreeNAS doesn't see Storage. FreeNAS host is in another office
 

ben

FreeNAS GUI Developer
Joined
May 24, 2011
Messages
373
If web interface works than you have access to the settings page for SSH (under services). That's what you'd look at for the SSH config. You should also enable the console footer in the web interface (Settings Tab, Advanced, check "Enable console messages in the footer" save and then refresh the web browser). That footer presents a feed of /var/log/messages, where errors go. You can click on it to make it bigger. I'd suggest looking at that with one eye while trying to ssh in with the other, if just reviewing the SSH confuration doesn't answer your question.
 

poldas

Contributor
Joined
Sep 18, 2012
Messages
104
Today I discover another problem, CIFS service doesn't work. Now I have physical access. I've installed new firmware FreeNAS on USB stick and everything works ok

Can I safely install Midnight Commander on my FreeNAS 8.2?
 
Status
Not open for further replies.
Top