Page 2 of 7 FirstFirst 123456 ... LastLast
Results 11 to 20 of 65

Thread: Plugins on 8.2.0 BETA-2

  1. #11
    Member
    Join Date
    Jun 2011
    Location
    Seixal, Portugal, Portugal
    Posts
    62
    Quote Originally Posted by Joshua Parker Ruehlig View Post
    well try it with 'jailip:transmission_port' then
    I did that. The browser just stay waiting forever ...

  2. #12
    Senior Moderator ProtoSD's Avatar
    Join Date
    Jul 2011
    Location
    San Diego, California
    Posts
    3,361
    I don't think they've finished "connecting" some of the GUI stuff with the Plugins, Gcooper said the Beta-1 release was premature and not really ready to be posted.

    For those of you that want to poke around inside the PBI jail (this is at the end of the video I posted in my blog), do this:

    Open a Terminal/command windows from the GUI
    Type "jls" (without quotes)

    Look to see what the Jail ID is

    Type "jexec -U root csh Jail-ID"

    No you can do stuff inside the jail and it won't affect FreeNAS.

    You COULD add packages etc. from here like a normal FreeBSD system with a few exceptions

    If things go wrong, blow away the jail from the GUI and start over.

    OH, to exit from the jail type "exit" and then "exit" again to close the Terminal window.

    @dogmata, you can look at the mountpoint stuff using the steps above and then doing:

    df (this will show what's mounted)

    umount PATHname (pathname depends on what you see when doing df)

    Also, with the jail you don't need to worry about doing a "mount -uw /" or only editing config files in /conf/base/etc, the jail behaves more like a conventional FreeBSD system.

  3. #13
    Senior Member joeschmuck's Avatar
    Join Date
    May 2011
    Location
    Dark Side of the Moon
    Posts
    1,347
    Stupid question time... Could I take and mount a USB flash drive and use that for the jail? I don't see why not and I'm going to give it a try once the next version of 8.2.0 comes out. Here is why I'm asking. I'd like to place maybe a web server on a flash drive so my hard drives don't have to spin up unless they are called for action like during a backup or streaming video/music, where as a web server would be running all the time. I figure an 8GB flash drive could handle any small web server with room to spare.

    I'd love to place all that on the extra unused space of my FreeNAS boot flash drive but during a reformat of the drive all of that would go away, too risky without a good backup.

  4. #14
    Member
    Join Date
    Oct 2011
    Location
    Falun, Sweden, Sweden
    Posts
    31
    oki now my transmission is working on the new 8.2.0 beta 2 releaste to day, my only problem is how do i setup so i can mount folder from outside the jail to folder inside of my transmission Download folder?

    i wanto do somting like this mount /mnt/Filmer/Torr/incomplete /mnt/Internet_Disk/Jail/Plugins_Jail/usr/pbi/transmission-amd64/etc/transmission/home/Downloads so it downloads all my Torrents to my secund hardrive i haw i cant get the jail mount funktion on web gui to work
    // Sorry About my Spelling i´m Dyslectic //

  5. #15
    Senior Moderator ProtoSD's Avatar
    Join Date
    Jul 2011
    Location
    San Diego, California
    Posts
    3,361
    Quote Originally Posted by joeschmuck View Post
    Stupid question time... Could I take and mount a USB flash drive and use that for the jail?
    Hmmm, no, but on second thought, maybe. The jail needs to be created in a ZFS dataset, so if you can create a ZFS pool on your USB flash drive I suppose it's possible. That means you'd have to export and import it everytime you want to add/remove it.

  6. #16
    Senior Moderator ProtoSD's Avatar
    Join Date
    Jul 2011
    Location
    San Diego, California
    Posts
    3,361
    Quote Originally Posted by Skaven View Post
    How do i setup so i can mount folder from outside the jail to folder inside of my transmission Download folder?

    i wanto do somting like this mount /mnt/Filmer/Torr/incomplete /mnt/Internet_Disk/Jail/Plugins_Jail/usr/pbi/transmission-amd64/etc/transmission/home/Downloads so it downloads all my Torrents to my secund hardrive i haw i cant get the jail mount funktion on web gui to work
    You want to use "mount_nullfs". If the jail is setup properly, you'd do something like this inside the jail:

    mount_nullfs -o rw /mnt/Internet_Disk/Jail/Plugins_Jail/user/pbi/transmission-amd64/etc/transmission/home/Downloads /mnt/Filmer/Torr/incomplete

    I think I got that right

    If that works you could add a different line to the jails "fstab" file outside the jail (not the standard /etc/fstab). I haven't looked at the details of how the Plugin Jail is setup yet.

    That would look something like:

    /mnt/Internet_Disk/Jail/Plugins_Jail/user/pbi/transmission-amd64/etc/transmission/home/Downloads /mnt/Filmer/Torr/incomplete nullfs rw 0 0

  7. #17
    Member
    Join Date
    Oct 2011
    Location
    Falun, Sweden, Sweden
    Posts
    31
    Tanks im going to try it when i haw energi to get up from my bed ;p.

    I haw i won more question im going to build a new freenas compuer sun but what do jail us most CPU or memory? Im wondering what i shuld inwest moste monny on CPU or memory?
    // Sorry About my Spelling i´m Dyslectic //

  8. #18
    Junior Member
    Join Date
    Mar 2012
    Posts
    2
    is it only me or is the plugins_jail.pbi and the plugins_jail.pbi.sha256 not matching on http://sourceforge.net/projects/free...0/x64/plugins/ ?
    also the downloaded filesize is 156MB instead of the 163.7MB shown on sourceforge

    cheers

  9. #19
    Moderator
    Join Date
    May 2011
    Location
    New Zealand
    Posts
    81

  10. #20
    Junior Member
    Join Date
    Mar 2012
    Posts
    2
    thank you... btw wow, how could i have missed that thread... :>

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •