SOLVED Jail permission denied after creation of guest user

Status
Not open for further replies.

Forssux

Explorer
Joined
Mar 13, 2013
Messages
67
Hi There,


I'm running a test FreeNas on a Quad Core 6600 I'm using the FreeNas 8.3.1-p2 release and have created a zfs on 1 single disk.

I noticed that I was able to create and access a jail just fine..

However when I needed to copy files over from one pc to the nas I followed this guide..http://doc.freenas.org/index.php/Windows_(CIFS)_Shares anonymous acces ...

When done files can be copied however I can't login to the jail anymore...

I even reinstalled the nas again and got the same error ...
Code:
[root@freenas] ~# jls
   JID  IP Address      Hostname                      Path
[root@freenas] ~# jexec 1 :bin:tcsh
jexec: jail_attach(1): Invalid argument
[root@freenas] ~#


Is this a bug?

Kind Regards
Guy Forssman
 

ProtoSD

MVP
Joined
Jul 1, 2011
Messages
3,348
[root@freenas] ~# jexec 1 :bin:tcsh
jexec: jail_attach(1): Invalid argument


Is this a bug?

Kind Regards
Guy Forssman

Yes, its a bug with the user. Did jexec 1 :bin:tcsh work for you before you copied the files?? :confused:

I think this is the correct way to do what you want: jexec `jls jid` tcsh

Without ":" ;)
 

Forssux

Explorer
Joined
Mar 13, 2013
Messages
67
Yes, its a bug with the user. Did jexec 1 :bin:tcsh work for you before you copied the files?? :confused:

I think this is the correct way to do what you want: jexec `jls jid` tcsh

Without ":" ;)

Strange of course I know that I need to put a / instead of : switching dutch/english keyboard tired and little sick?

Anyway I'm embarrassed


On another note I adapted the http://forums.freenas.org/showthread.php?12499-How-To-Install-MusicCabinet-on-FreeNas-8-3-1-release
Thanks for noticing it
Guy Forssman
 
Status
Not open for further replies.
Top