Page 3 of 7 FirstFirst 1234567 LastLast
Results 21 to 30 of 65

Thread: Plugins on 8.2.0 BETA-2

  1. #21
    Member
    Join Date
    Oct 2011
    Location
    Falun, Sweden, Sweden
    Posts
    31
    can somebody Tel my way the beta2 haw bean re-uploaded agen to http://sourceforge.net/projects/free...NAS-8.2.0/x64/ was something wrong whit beta2 version forst uploaded?
    // Sorry About my Spelling i´m Dyslectic //

  2. #22
    Member
    Join Date
    Oct 2011
    Location
    Falun, Sweden, Sweden
    Posts
    31
    Quote Originally Posted by myfalc View Post
    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

    in the file whit the check sum it is a space under the numbers u didn't off mistake copy the space?
    // Sorry About my Spelling i´m Dyslectic //

  3. #23
    Junior Member Dennis Rawet's Avatar
    Join Date
    Nov 2011
    Location
    Norrköping, Sweden
    Posts
    7
    Its seems impossible to mount after get transmission ect working..
    Last edited by Dennis Rawet; 03-13-2012 at 11:39 PM. Reason: Fixed the question myself

  4. #24
    Junior Member
    Join Date
    Mar 2012
    Posts
    11
    Quote Originally Posted by protosd View Post
    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
    Hi protsd, thanx again for your guide...

    In any case this mount does not work. The system says that the (expected to be) mounted directory/volume is not existing ("no such file or directory"). This seems to be logic, as the volumes of the container shoud be protected by what is inside the jail. Or not?

    I would expect that the mounting of external volumes should be done during the activation of the Jail system OUTSIDE the Jail. Am I wrong?

    In any case the auto-mount through the web interface seems not to work at the moment

    F.

  5. #25
    Junior Member
    Join Date
    Mar 2012
    Posts
    3

    Question Unable to edit mount points

    Hi,
    I run a 64 bit FreeNas 8.0.4 Release as a production system.
    I have setup a second system to test freeNas 8.2 beta 2. unfortunely i only have 32 bit hardware for testing.
    All install without problem, until i try to edit mount points for plugins (miniDLNA and transmission), i can not mount them and i get no message as feedback.
    Is this a bug? Please help!!!

    i should mention test system spec.

    Build FreeNAS-8.2.0-BETA2-x86 (r10638)
    Platform Intel(R) Pentium(R) 4 CPU 2.60GHz
    Memory 1003MB
    HDD: 60GB IDE
    Attached Images Attached Images

  6. #26
    Junior Member Dennis Rawet's Avatar
    Join Date
    Nov 2011
    Location
    Norrköping, Sweden
    Posts
    7
    @Pierremenard and @Jagjag

    "mount_nullfs /mnt/volume/whatever /path/to/your/jail/mnt/blah"
    mount "outside" the Jail.

  7. #27
    Hi

    I've installed several plugins but can't access any of them
    I'm trying to access the plugins through 192.168.0.101:PLUGIN_PORT (ie http://192.168.0.101:3689 for firefly)
    In the console I've for each plugin something like
    => "localhost Couldn't retrieve http://192.168.0.100//plugins/transm...2.42/treemenu: HTTP Error 502: Bad Gateway"


    Freenas 8.2 beta 2 x64
    Main ip 192.168.0.100 and alias for jail 192.168.0.101
    Plugins service isrunning
    Last edited by movetorecyclebin; 03-21-2012 at 07:22 AM.

  8. #28
    Junior Member
    Join Date
    Mar 2012
    Posts
    1
    Hey, installed transmission plugin successfully but failing to get to the config page. Going to http://192.168.1.101/plugins/transmission/2.42 causes the python error below. Any suggestions?

    Code:
     
     
    <type 'exceptions.KeyError'>	Python 2.7.2: /usr/local/bin/python
    Wed Mar 21 20:20:07 2012
    A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
    
     /build/bdist.freebsd-8.2-RELEASE-amd64/egg/flup/server/fcgi_base.py in run(self=<flup.server.fcgi_base.Request object>)
        556         """Runs the handler, flushes the streams, and ends the request."""
        557         try:
    =>  558             protocolStatus, appStatus = self.server.handler(self)
        559         except:
        560             traceback.print_exc(file=self.stderr)
     /build/bdist.freebsd-8.2-RELEASE-amd64/egg/flup/server/fcgi_base.py in handler(self=<flup.server.fcgi.WSGIServer object>, req=<flup.server.fcgi_base.Request object>)
       1118                 result = self.application(environ, start_response)
       1119                 try:
    => 1120                     for data in result:
       1121                         if data:
       1122                             write(data)
     /usr/pbi/transmission-amd64/control in transmission_fcgi_app(environ={'CONTENT_LENGTH': '', 'CONTENT_TYPE': '', 'DOCUMENT_ROOT': '/usr/local/etc/nginx/html', 'DOCUMENT_URI': '/plugins/transmission/2.42', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.3', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate,sdch', 'HTTP_ACCEPT_LANGUAGE': 'en-GB,en-US;q=0.8,en;q=0.6', 'HTTP_CACHE_CONTROL': 'no-cache', ...}, start_response=<function start_response>)
        255         action = 'default'
        256 
    =>  257     yield transmission_fcgi_handlers[action](environ, start_response, args)
        258 
        259 
    transmission_fcgi_handlers = {'edit': <function transmission_edit>, 'mp_edit': <function transmission_mp_edit>, 'post': <function transmission_post>, 'saved': <function transmission_saved>, 'start': <function transmission_start>, 'stop': <function transmission_stop>, 'treemenu': <function transmission_treemenu>}, action = 'default', environ = {'CONTENT_LENGTH': '', 'CONTENT_TYPE': '', 'DOCUMENT_ROOT': '/usr/local/etc/nginx/html', 'DOCUMENT_URI': '/plugins/transmission/2.42', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.3', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate,sdch', 'HTTP_ACCEPT_LANGUAGE': 'en-GB,en-US;q=0.8,en;q=0.6', 'HTTP_CACHE_CONTROL': 'no-cache', ...}, start_response = <function start_response>, args = {}
    <type 'exceptions.KeyError'>: 'default' 
          args = ('default',) 
          message = 'default'

  9. #29
    Member
    Join Date
    Jun 2011
    Location
    Seixal, Portugal, Portugal
    Posts
    62
    Well, never tried that url before. I saw no info about that.
    But I've the same screen as you, also with firefly!

  10. #30
    Junior Member
    Join Date
    Mar 2012
    Location
    Perth, Western Australia, Australia
    Posts
    1
    I had no luck connecting via the ports, i could only connect via the alias address and default tcp port.
    Also , to get the mount points working, i had to refer the mount points to zfs datasets.

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
  •