How do I install Flexget FreeNAS 9.3

Status
Not open for further replies.

John Croney

Dabbler
Joined
Jan 16, 2015
Messages
22
I have done every thing I could think of and I still can not get flexget to work.
I have deleted every thing
I re-install the OS
I now have a jail for flexget and I run the scrip and commands as you mentioned and still it would not work. What the hell is with this version. I am thinking I need to stop upgrading as it has always been problems.

This is what I am getting not. It is not from the script but I would show you the same message I got and what is up to date.

Code:
root@flexget_1:/ # pip install --upgrade pip
Requirement already up-to-date: pip in /usr/local/lib/python2.7/site-packages
root@flexget_1:/ # pip install --upgrade setuptools
Requirement already up-to-date: setuptools in /usr/local/lib/python2.7/site-packages
root@flexget_1:/ # pip install --upgrade flexget
Collecting flexget
  Using cached FlexGet-1.2.265.tar.gz
Collecting FeedParser>=5.1.3 (from flexget)
  Using cached feedparser-5.1.3.tar.bz2
Collecting SQLAlchemy!=0.9.0,<0.9.99,>=0.7.5 (from flexget)
  Using cached SQLAlchemy-0.9.8.tar.gz
Collecting PyYAML (from flexget)
  Using cached PyYAML-3.11.tar.gz
Collecting beautifulsoup4!=4.2.0,<4.4,>=4.1 (from flexget)
  Using cached beautifulsoup4-4.3.2.tar.gz
Collecting html5lib>=0.11 (from flexget)
  Using cached html5lib-0.999.tar.gz
Collecting PyRSS2Gen (from flexget)
  Using cached PyRSS2Gen-1.1.tar.gz
Collecting pynzb (from flexget)
  Using cached pynzb-0.1.0.tar.gz
Collecting progressbar (from flexget)
  Using cached progressbar-2.2.tar.gz
Collecting rpyc (from flexget)
  Using cached rpyc-3.3.0.tar.gz
Collecting jinja2 (from flexget)
  Using cached Jinja2-2.7.3.tar.gz
Collecting requests!=2.4.0,<2.99,>=1.0 (from flexget)
  Using cached requests-2.5.1-py2.py3-none-any.whl
Collecting python-dateutil!=2.0,!=2.2 (from flexget)
  Using cached python_dateutil-2.4.0-py2.py3-none-any.whl
Collecting jsonschema>=2.0 (from flexget)
  Using cached jsonschema-2.4.0-py2.py3-none-any.whl
Collecting python-tvrage (from flexget)
  Using cached python-tvrage-0.4.1.tar.gz
Collecting tmdb3 (from flexget)
  Using cached tmdb3-0.7.2.tar.gz
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      File "/tmp/pip-build-7OX87c/tmdb3/setup.py", line 9, in <module>
        with open('README.md') as f:
    IOError: [Errno 2] No such file or directory: 'README.md'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

      File "<string>", line 20, in <module>

      File "/tmp/pip-build-7OX87c/tmdb3/setup.py", line 9, in <module>

        with open('README.md') as f:

    IOError: [Errno 2] No such file or directory: 'README.md'

    ----------------------------------------
    Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-7OX87c/tmdb3
 

Scharbag

Guru
Joined
Feb 1, 2012
Messages
620
There is something not right.

I get this when I try to upgrade:

Code:
# pip install --upgrade flexget
Requirement already up-to-date: flexget in /usr/local/lib/python2.7/site-packages
Requirement already up-to-date: FeedParser>=5.1.3 in /usr/local/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: SQLAlchemy!=0.9.0,<0.9.99,>=0.7.5 in /usr/local/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: PyYAML in /usr/local/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: beautifulsoup4!=4.2.0,<4.4,>=4.1 in /usr/local/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: html5lib>=0.11 in /usr/local/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: PyRSS2Gen in /usr/local/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: pynzb in /usr/local/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: progressbar in /usr/local/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: rpyc in /usr/local/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: jinja2 in /usr/local/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: requests!=2.4.0,<2.99,>=1.0 in /usr/local/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: python-dateutil!=2.0,!=2.2 in /usr/local/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: jsonschema>=2.0 in /usr/local/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: python-tvrage in /usr/local/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: tmdb3 in /usr/local/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: path.py in /usr/local/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: guessit>=0.9.3 in /usr/local/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: apscheduler in /usr/local/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: six in /usr/local/lib/python2.7/site-packages (from html5lib>=0.11->flexget)
Requirement already up-to-date: setuptools in /usr/local/lib/python2.7/site-packages (from pynzb->flexget)
Requirement already up-to-date: plumbum in /usr/local/lib/python2.7/site-packages (from rpyc->flexget)
Requirement already up-to-date: markupsafe in /usr/local/lib/python2.7/site-packages (from jinja2->flexget)
Requirement already up-to-date: BeautifulSoup in /usr/local/lib/python2.7/site-packages (from python-tvrage->flexget)
Requirement already up-to-date: babelfish>=0.5.3 in /usr/local/lib/python2.7/site-packages (from guessit>=0.9.3->flexget)
Requirement already up-to-date: stevedore>=0.14 in /usr/local/lib/python2.7/site-packages (from guessit>=0.9.3->flexget)
Requirement already up-to-date: argparse in /usr/local/lib/python2.7/site-packages (from guessit>=0.9.3->flexget)
Requirement already up-to-date: futures in /usr/local/lib/python2.7/site-packages (from apscheduler->flexget)
Requirement already up-to-date: pytz in /usr/local/lib/python2.7/site-packages (from apscheduler->flexget)
Requirement already up-to-date: tzlocal in /usr/local/lib/python2.7/site-packages (from apscheduler->flexget)
Requirement already up-to-date: pbr!=0.7,<1.0,>=0.6 in /usr/local/lib/python2.7/site-packages (from stevedore>=0.14->guessit>=0.9.3->flexget)
Requirement already up-to-date: pip in /usr/local/lib/python2.7/site-packages (from pbr!=0.7,<1.0,>=0.6->stevedore>=0.14->guessit>=0.9.3->flexget)


Is FlexGet installed? What version got installed?
Code:
# flexget -V
1.2.265
You are on the latest release.
 

John Croney

Dabbler
Joined
Jan 16, 2015
Messages
22
I have tried every thing to get this to work. I have re-install and deleted all jails. I am now getting. I just rerunning the install for flexget, it shows the same result.

Code:
 pkg upgrade -y
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking for upgrades (0 candidates): 100%
Processing candidates (0 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
root@flexget_3:/ # pkg install -y net/py-urllib3 databases/py-sqlite3 devel/py-pip
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (0 conflicting)
The most recent version of packages are already installed
root@flexget_3:/ # pip install -upgrade pip

Usage:
  pip install [options] <requirement specifier> ...
  pip install [options] -r <requirements file> ...
  pip install [options] [-e] <vcs project url> ...
  pip install [options] [-e] <local project path> ...
  pip install [options] <archive url/path> ...

no such option: -u
root@flexget_3:/ # pip install --upgrade pip
Downloading/unpacking pip from https://pypi.python.org/packages/py2.py3/p/pip/pip-6.0.6-py2.py3-none-any.whl#md5=0472d9dc76a0df6cc6ab545e40aef832
  Downloading pip-6.0.6-py2.py3-none-any.whl (1.3MB): 1.3MB downloaded
Installing collected packages: pip
  Found existing installation: pip 1.5.6
    Uninstalling pip:
      Successfully uninstalled pip
Successfully installed pip
Cleaning up...
root@flexget_3:/ # pip install --upgrade setuptools
Requirement already up-to-date: setuptools in /usr/local/lib/python2.7/site-packages
root@flexget_3:/ # pip install flexget
Collecting flexget
  Downloading FlexGet-1.2.265.tar.gz (863kB)
    100% |################################| 864kB 335kB/s
Collecting FeedParser>=5.1.3 (from flexget)
  Downloading feedparser-5.1.3.tar.bz2 (202kB)
    100% |################################| 204kB 236kB/s
Collecting SQLAlchemy!=0.9.0,<0.9.99,>=0.7.5 (from flexget)
  Downloading SQLAlchemy-0.9.8.tar.gz (4.1MB)
    100% |################################| 4.1MB 171kB/s
Collecting PyYAML (from flexget)
  Downloading PyYAML-3.11.tar.gz (248kB)
    100% |################################| 249kB 162kB/s
Collecting beautifulsoup4!=4.2.0,<4.4,>=4.1 (from flexget)
  Downloading beautifulsoup4-4.3.2.tar.gz (143kB)
    100% |################################| 143kB 225kB/s
Collecting html5lib>=0.11 (from flexget)
  Downloading html5lib-0.999.tar.gz (885kB)
    100% |################################| 888kB 142kB/s
Collecting PyRSS2Gen (from flexget)
  Downloading PyRSS2Gen-1.1.tar.gz
Collecting pynzb (from flexget)
  Downloading pynzb-0.1.0.tar.gz
Collecting progressbar (from flexget)
  Downloading progressbar-2.2.tar.gz
Collecting rpyc (from flexget)
  Downloading rpyc-3.3.0.tar.gz (53kB)
    100% |################################| 57kB 220kB/s
Collecting jinja2 (from flexget)
  Downloading Jinja2-2.7.3.tar.gz (378kB)
    100% |################################| 380kB 356kB/s
Collecting requests!=2.4.0,<2.99,>=1.0 (from flexget)
  Downloading requests-2.5.1-py2.py3-none-any.whl (464kB)
    100% |################################| 466kB 202kB/s
Collecting python-dateutil!=2.0,!=2.2 (from flexget)
  Downloading python_dateutil-2.4.0-py2.py3-none-any.whl (175kB)
    100% |################################| 176kB 116kB/s
Collecting jsonschema>=2.0 (from flexget)
  Downloading jsonschema-2.4.0-py2.py3-none-any.whl
Collecting python-tvrage (from flexget)
  Downloading python-tvrage-0.4.1.tar.gz
Collecting tmdb3 (from flexget)
  Downloading tmdb3-0.7.2.tar.gz
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      File "/tmp/pip-build-MmBHww/tmdb3/setup.py", line 9, in <module>
        with open('README.md') as f:
    IOError: [Errno 2] No such file or directory: 'README.md'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

      File "<string>", line 20, in <module>

      File "/tmp/pip-build-MmBHww/tmdb3/setup.py", line 9, in <module>

        with open('README.md') as f:

    IOError: [Errno 2] No such file or directory: 'README.md'

    ----------------------------------------
    Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-MmBHww/tmdb3
 

Scharbag

Guru
Joined
Feb 1, 2012
Messages
620
Yeah, I cannot install in a new jail either. They must have broken something in the last release. Check the FlexGet site and put in a ticket.

Code:
# pip install flexget
Collecting flexget
  Using cached FlexGet-1.2.265.tar.gz
Collecting FeedParser>=5.1.3 (from flexget)
  Using cached feedparser-5.1.3.tar.bz2
Collecting SQLAlchemy!=0.9.0,<0.9.99,>=0.7.5 (from flexget)
  Using cached SQLAlchemy-0.9.8.tar.gz
Collecting PyYAML (from flexget)
  Using cached PyYAML-3.11.tar.gz
Collecting beautifulsoup4!=4.2.0,<4.4,>=4.1 (from flexget)
  Using cached beautifulsoup4-4.3.2.tar.gz
Collecting html5lib>=0.11 (from flexget)
  Using cached html5lib-0.999.tar.gz
Collecting PyRSS2Gen (from flexget)
  Using cached PyRSS2Gen-1.1.tar.gz
Collecting pynzb (from flexget)
  Using cached pynzb-0.1.0.tar.gz
Collecting progressbar (from flexget)
  Using cached progressbar-2.2.tar.gz
Collecting rpyc (from flexget)
  Using cached rpyc-3.3.0.tar.gz
Collecting jinja2 (from flexget)
  Using cached Jinja2-2.7.3.tar.gz
Collecting requests!=2.4.0,<2.99,>=1.0 (from flexget)
  Using cached requests-2.5.1-py2.py3-none-any.whl
Collecting python-dateutil!=2.0,!=2.2 (from flexget)
  Using cached python_dateutil-2.4.0-py2.py3-none-any.whl
Collecting jsonschema>=2.0 (from flexget)
  Using cached jsonschema-2.4.0-py2.py3-none-any.whl
Collecting python-tvrage (from flexget)
  Using cached python-tvrage-0.4.1.tar.gz
Collecting tmdb3 (from flexget)
  Using cached tmdb3-0.7.2.tar.gz
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      File "/tmp/pip-build-I389e4/tmdb3/setup.py", line 9, in <module>
        with open('README.md') as f:
    IOError: [Errno 2] No such file or directory: 'README.md'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
   
      File "<string>", line 20, in <module>
   
      File "/tmp/pip-build-I389e4/tmdb3/setup.py", line 9, in <module>
   
        with open('README.md') as f:
   
    IOError: [Errno 2] No such file or directory: 'README.md'
   
    ----------------------------------------
    Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-I389e4/tmdb3


That is after updating pip and setuptools.

Bad luck man, bad luck.

Cheers,
 

Scharbag

Guru
Joined
Feb 1, 2012
Messages
620
The bug has been fixed: Ticket

So, you have to install FlexGet with the --no-cache-dir option like so:
Code:
root@Test:~ # pip install --no-cache-dir flexget
Collecting flexget
  Downloading FlexGet-1.2.265.tar.gz (863kB)
    100% |################################| 864kB 1.8MB/s
Collecting FeedParser>=5.1.3 (from flexget)
  Downloading feedparser-5.1.3.tar.bz2 (202kB)
    100% |################################| 204kB 1.1MB/s
Collecting SQLAlchemy!=0.9.0,<0.9.99,>=0.7.5 (from flexget)
  Downloading SQLAlchemy-0.9.8.tar.gz (4.1MB)
    100% |################################| 4.1MB 4.8MB/s
Collecting PyYAML (from flexget)
  Downloading PyYAML-3.11.tar.gz (248kB)
    100% |################################| 249kB 859kB/s
Collecting beautifulsoup4!=4.2.0,<4.4,>=4.1 (from flexget)
  Downloading beautifulsoup4-4.3.2.tar.gz (143kB)
    100% |################################| 143kB 4.4MB/s
Collecting html5lib>=0.11 (from flexget)
  Downloading html5lib-0.999.tar.gz (885kB)
    100% |################################| 888kB 1.3MB/s
Collecting PyRSS2Gen (from flexget)
  Downloading PyRSS2Gen-1.1.tar.gz
Collecting pynzb (from flexget)
  Downloading pynzb-0.1.0.tar.gz
Collecting progressbar (from flexget)
  Downloading progressbar-2.2.tar.gz
Collecting rpyc (from flexget)
  Downloading rpyc-3.3.0.tar.gz (53kB)
    100% |################################| 57kB 3.3MB/s
Collecting jinja2 (from flexget)
  Downloading Jinja2-2.7.3.tar.gz (378kB)
    100% |################################| 380kB 2.7MB/s
Collecting requests!=2.4.0,<2.99,>=1.0 (from flexget)
  Downloading requests-2.5.1-py2.py3-none-any.whl (464kB)
    100% |################################| 466kB 2.9MB/s
Collecting python-dateutil!=2.0,!=2.2 (from flexget)
  Downloading python_dateutil-2.4.0-py2.py3-none-any.whl (175kB)
    100% |################################| 176kB 840kB/s
Collecting jsonschema>=2.0 (from flexget)
  Downloading jsonschema-2.4.0-py2.py3-none-any.whl
Collecting python-tvrage (from flexget)
  Downloading python-tvrage-0.4.1.tar.gz
Collecting tmdb3 (from flexget)
  Downloading tmdb3-0.7.2.tar.gz
Collecting path.py (from flexget)
  Downloading path.py-7.0.zip
Collecting guessit>=0.9.3 (from flexget)
  Downloading guessit-0.10.1.tar.gz (140kB)
    100% |################################| 143kB 478kB/s
Collecting apscheduler (from flexget)
  Downloading APScheduler-3.0.1-py2.py3-none-any.whl (47kB)
    100% |################################| 49kB 485kB/s
Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python2.7/site-packages (from html5lib>=0.11->flexget)
Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/local/lib/python2.7/site-packages (from pynzb->flexget)
Collecting plumbum (from rpyc->flexget)
  Downloading plumbum-1.4.2.tar.gz (52kB)
    100% |################################| 53kB 506kB/s
Collecting markupsafe (from jinja2->flexget)
  Downloading MarkupSafe-0.23.tar.gz
Collecting BeautifulSoup (from python-tvrage->flexget)
  Downloading BeautifulSoup-3.2.1.tar.gz
Collecting babelfish>=0.5.3 (from guessit>=0.9.3->flexget)
  Downloading babelfish-0.5.3.tar.gz (90kB)
    100% |################################| 94kB 1.6MB/s
Collecting stevedore>=0.14 (from guessit>=0.9.3->flexget)
  Downloading stevedore-1.2.0-py2.py3-none-any.whl
Collecting argparse (from guessit>=0.9.3->flexget)
  Downloading argparse-1.3.0-py2.py3-none-any.whl
Collecting futures (from apscheduler->flexget)
  Downloading futures-2.2.0-py2.py3-none-any.whl
Collecting pytz (from apscheduler->flexget)
  Downloading pytz-2014.10-py2.py3-none-any.whl (477kB)
    100% |################################| 479kB 618kB/s
Collecting tzlocal (from apscheduler->flexget)
  Downloading tzlocal-1.1.2.zip
Collecting pbr!=0.7,<1.0,>=0.6 (from stevedore>=0.14->guessit>=0.9.3->flexget)
  Downloading pbr-0.10.7-py2.py3-none-any.whl (70kB)
    100% |################################| 73kB 3.6MB/s
Requirement already satisfied (use --upgrade to upgrade): pip in /usr/local/lib/python2.7/site-packages (from pbr!=0.7,<1.0,>=0.6->stevedore>=0.14->guessit>=0.9.3->flexget)
Installing collected packages: pbr, tzlocal, pytz, futures, argparse, stevedore, babelfish, BeautifulSoup, markupsafe, plumbum, apscheduler, guessit, path.py, tmdb3, python-tvrage, jsonschema, python-dateutil, requests, jinja2, rpyc, progressbar, pynzb, PyRSS2Gen, html5lib, beautifulsoup4, PyYAML, SQLAlchemy, FeedParser, flexget

  Running setup.py install for tzlocal




  Running setup.py install for babelfish
  Running setup.py install for BeautifulSoup
  Running setup.py install for markupsafe
    building 'markupsafe._speedups' extension
    cc -fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/local/include/python2.7 -c markupsafe/_speedups.c -o build/temp.freebsd-9.3-RELEASE-p8-amd64-2.7/markupsafe/_speedups.o
    cc -shared -pthread -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/lib:/usr/local/lib -fstack-protector build/temp.freebsd-9.3-RELEASE-p8-amd64-2.7/markupsafe/_speedups.o -L/usr/local/lib -lpython2.7 -o build/lib.freebsd-9.3-RELEASE-p8-amd64-2.7/markupsafe/_speedups.so
  Running setup.py install for plumbum

  Running setup.py install for guessit
    Installing guessit script to /usr/local/bin
  Running setup.py install for path.py
  Running setup.py install for tmdb3
  Running setup.py install for python-tvrage



  Running setup.py install for jinja2
  Running setup.py install for rpyc
    changing mode of build/scripts-2.7/rpyc_classic.py from 644 to 755
    changing mode of build/scripts-2.7/rpyc_registry.py from 644 to 755
    changing mode of /usr/local/bin/rpyc_registry.py to 755
    changing mode of /usr/local/bin/rpyc_classic.py to 755
  Running setup.py install for progressbar
  Running setup.py install for pynzb
  Running setup.py install for PyRSS2Gen
  Running setup.py install for html5lib
  Running setup.py install for beautifulsoup4
  Running setup.py install for PyYAML
    checking if libyaml is compilable
    cc -fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/local/include/python2.7 -c build/temp.freebsd-9.3-RELEASE-p8-amd64-2.7/check_libyaml.c -o build/temp.freebsd-9.3-RELEASE-p8-amd64-2.7/check_libyaml.o
    build/temp.freebsd-9.3-RELEASE-p8-amd64-2.7/check_libyaml.c:2:18: error: yaml.h: No such file or directory
    build/temp.freebsd-9.3-RELEASE-p8-amd64-2.7/check_libyaml.c: In function 'main':
    build/temp.freebsd-9.3-RELEASE-p8-amd64-2.7/check_libyaml.c:5: error: 'yaml_parser_t' undeclared (first use in this function)
    build/temp.freebsd-9.3-RELEASE-p8-amd64-2.7/check_libyaml.c:5: error: (Each undeclared identifier is reported only once
    build/temp.freebsd-9.3-RELEASE-p8-amd64-2.7/check_libyaml.c:5: error: for each function it appears in.)
    build/temp.freebsd-9.3-RELEASE-p8-amd64-2.7/check_libyaml.c:5: error: expected ';' before 'parser'
    build/temp.freebsd-9.3-RELEASE-p8-amd64-2.7/check_libyaml.c:6: error: 'yaml_emitter_t' undeclared (first use in this function)
    build/temp.freebsd-9.3-RELEASE-p8-amd64-2.7/check_libyaml.c:6: error: expected ';' before 'emitter'
    build/temp.freebsd-9.3-RELEASE-p8-amd64-2.7/check_libyaml.c:8: error: 'parser' undeclared (first use in this function)
    build/temp.freebsd-9.3-RELEASE-p8-amd64-2.7/check_libyaml.c:11: error: 'emitter' undeclared (first use in this function)
    libyaml is not found or a compiler error: forcing --without-libyaml
    (if libyaml is installed correctly, you may need to
     specify the option --include-dirs or uncomment and
     modify the parameter include_dirs in setup.cfg)
  Running setup.py install for SQLAlchemy
    building 'sqlalchemy.cprocessors' extension
    cc -fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/local/include/python2.7 -c lib/sqlalchemy/cextension/processors.c -o build/temp.freebsd-9.3-RELEASE-p8-amd64-2.7/lib/sqlalchemy/cextension/processors.o
    cc -shared -pthread -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/lib:/usr/local/lib -fstack-protector build/temp.freebsd-9.3-RELEASE-p8-amd64-2.7/lib/sqlalchemy/cextension/processors.o -L/usr/local/lib -lpython2.7 -o build/lib.freebsd-9.3-RELEASE-p8-amd64-2.7/sqlalchemy/cprocessors.so
    building 'sqlalchemy.cresultproxy' extension
    cc -fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/local/include/python2.7 -c lib/sqlalchemy/cextension/resultproxy.c -o build/temp.freebsd-9.3-RELEASE-p8-amd64-2.7/lib/sqlalchemy/cextension/resultproxy.o
    cc -shared -pthread -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/lib:/usr/local/lib -fstack-protector build/temp.freebsd-9.3-RELEASE-p8-amd64-2.7/lib/sqlalchemy/cextension/resultproxy.o -L/usr/local/lib -lpython2.7 -o build/lib.freebsd-9.3-RELEASE-p8-amd64-2.7/sqlalchemy/cresultproxy.so
    building 'sqlalchemy.cutils' extension
    cc -fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/local/include/python2.7 -c lib/sqlalchemy/cextension/utils.c -o build/temp.freebsd-9.3-RELEASE-p8-amd64-2.7/lib/sqlalchemy/cextension/utils.o
    cc -shared -pthread -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/lib:/usr/local/lib -fstack-protector build/temp.freebsd-9.3-RELEASE-p8-amd64-2.7/lib/sqlalchemy/cextension/utils.o -L/usr/local/lib -lpython2.7 -o build/lib.freebsd-9.3-RELEASE-p8-amd64-2.7/sqlalchemy/cutils.so
  Running setup.py install for FeedParser
  Running setup.py install for flexget
    Installing flexget script to /usr/local/bin
Successfully installed BeautifulSoup-3.2.1 FeedParser-5.1.3 PyRSS2Gen-1.1 PyYAML-3.11 SQLAlchemy-0.9.8 apscheduler-3.0.1 argparse-1.3.0 babelfish-0.5.3 beautifulsoup4-4.3.2 flexget-1.2.265 futures-2.2.0 guessit-0.10.1 html5lib-0.999 jinja2-2.7.3 jsonschema-2.4.0 markupsafe-0.23 path.py-7.0 pbr-0.10.7 plumbum-1.4.2 progressbar-2.2 pynzb-0.1.0 python-dateutil-2.4.0 python-tvrage-0.4.1 pytz-2014.10 requests-2.5.1 rpyc-3.3.0 stevedore-1.2.0 tmdb3-0.7.2 tzlocal-1.1.2
root@Test:~ # flexget -V
1.2.265
You are on the latest release.


Good times...

Cheers,
 

Scharbag

Guru
Joined
Feb 1, 2012
Messages
620
No worries, it is nice to be able to help out given so many others have helped me out.

Cheers,
 

RcNorth

Dabbler
Joined
Dec 9, 2014
Messages
14
I am on version 9.3 and created a new jail with virtual box 4.3.12 template. I followed the steps you listed earlier in this thread. When I try to run the pip install --upgrade pip command I am getting the following:

Code:
root@flexget:/ # pip install --upgrade pip
Shared object "libiconv.so.2" not found, required by "libintl.so.9"


Any ideas on why the upgrade would fail?
 

Scharbag

Guru
Joined
Feb 1, 2012
Messages
620
You do not install FlexGet in the virtual box jail. Make a standard jail for use with FlexGet. Try that out and see. I tested it tonight and it all worked for me.

Cheers,
 
Last edited:

RcNorth

Dabbler
Joined
Dec 9, 2014
Messages
14
Thanks Scharbag, it looks like that worked.

I'm new to Freenas and jails and didn't realize the template field could be left blank.


Sent from my iPhone using Tapatalk
 

Scharbag

Guru
Joined
Feb 1, 2012
Messages
620
Yeah, got me when I went to 9.3 too. No problem. Hope it works good for ya!
 

rexzar

Cadet
Joined
Mar 11, 2016
Messages
1
Good evening!

I'm fairly new current FreeNAS but has followed this guide from freenas videoguid : https://www.youtube.com/watch?v=lyW7BpKfBmk to configure my transmission application.
I was now lokking to get flexget to work with all this but need som more information.

I have followed your installation guide Scharbag. Created a new standardjail and installed flexget with this result:

[root@freenas] ~# jls
JID IP Address Hostname Path
3 - transmission_1 /mnt/RAIDZ/jails/transmission_1 JailIP:192.168.1.2
4 - FlexGet /mnt/RAIDZ/jails/FlexGet JailIP:192.168.1.3

root@FlexGet:/ # flexget -V
1.2.480
You are on the latest release.

The only thing I want now is to create a config.yml where I can get the connection to my transmission client and just add an RSS link. Do not need to have any quality filters and so becouse all filtration goes through the rsslink.
From the youtube link transmission is configured to add all my downloads in /media from the pluginjail, so when i goes to \\freenas i can see all my downloads there.
So I want to have an example of the .yml file their all the downloads from rss link autostart in my transmission client. And shows up directly as when iam add torrent manelly from webb interface

Ps: I have creath the: ~/.flexget/config.yml in FlexGet jail I only need the configdata:)

Hope some one can help me:)
Thanks in advance!
 

Attachments

  • jails.png
    jails.png
    55.4 KB · Views: 316
  • jailstorage.png
    jailstorage.png
    12.6 KB · Views: 314
  • jls_flexget_ssh.png
    jls_flexget_ssh.png
    29.6 KB · Views: 326
  • jls_ssh.png
    jls_ssh.png
    27.5 KB · Views: 329

Scharbag

Guru
Joined
Feb 1, 2012
Messages
620
Check out the cookbooks at FlexGet.com. There are some good guides on setting up FlexGet with Transmission.

Cheers,
 
Last edited:
Status
Not open for further replies.
Top