[巴法络] Buffalo NAS改机Transmission + Flexget + RSS成功分享 |
[root@LinkStation ~]# easy_install-2.7 --upgrade setuptools
Bus error 怎么搞的。? |
必方 发表于 2014-1-19 14:45 你的flexget不是新版的,所以不适合用check参数; 我的:
另:只用“transmission: yes”就可以了,后面不用。或者只用后面。 yml搞不定可以把文件放上来。 |
denu1024 发表于 2014-1-20 14:59 总线错误,“easy_install-2.7”就运行不了吧,不是很清楚你装的是08源还是05源。LS-400系列还得摸索。 |
本帖最后由 denu1024 于 2014-1-22 11:16 编辑
宿醉冇醒 发表于 2014-1-21 20:28 我装的 是08的源,是不是应该用05的源试试 |
安装py26之后,报错
[root@LinkStation ~]# easy_install-2.6 pip Segmentation fault |
本帖最后由 宿醉冇醒 于 2014-1-22 16:03 编辑
denu1024 发表于 2014-1-22 11:35 Segmentation fault 这个错误可以肯定是opt版本不兼容引起,具体是clib不同。 建议还是装08源的py26试试,也可以不把setuptools升级,安装pip时直接指定版本号安装(最新pip需要setuptool版本要大于0.8)如:easy_install-2.6 pip==1.2.1 |
宿醉冇醒 发表于 2014-1-22 15:59 按照你说的方法做了,不行。、 还是报bus error |
宿醉冇醒 发表于 2014-1-21 20:23 请教一下,flexget怎么更新呢?有必要更新吗?我把YML上传一下请帮我看看,我发现TTG的已经可以正常下载了,CHD的不知道为啥不行。 另外,因为TRANSMISSION我设置了密码,所以下面的那几行参数还是要的,起码密码是要的,不然链接不上TRANSMISSION |
必方 发表于 2014-2-6 00:07 flexget 安装好就可以了,一般不需要更新,注意运行命令参数有不同。 yml文件要严格缩进,没次是两个空格。 如果Tr有密码,就把“transmission: yes”这行去掉。 |
本帖最后由 夜雨暗影 于 2014-2-28 13:21 编辑
有些命令好像又有修正了,运行flexget要加参数:execute |
为什么test 无法运行
Last login: Sun Mar 2 21:05:19 2014 from 192.168.1.3 root@LS-WVL1FA:~# /opt/local/bin/flexget -V 1.2.102 You are on the latest release. root@LS-WVL1FA:~# /opt/local/bin/flexget check 2014-03-02 21:09 INFO check Config passed check. root@LS-WVL1FA:~# /opt/local/bin/flexget --test error: too few arguments usage: flexget [-h] [-V] [--test] [-c CONFIG] [--logfile LOGFILE] [--loglevel LEVEL] [--bugreport] [--profile [OUTFILE]] [--debug-warnings] <command> ... optional arguments: -h, --help show this help message and exit -V, --version Print FlexGet version and exit. --test Verbose what would happen on normal execution. -c CONFIG Specify configuration file. Default: config.yml --logfile LOGFILE, -l LOGFILE Specify a custom logfile name/location. Default: flexget.log in the config directory. --loglevel LEVEL, -L LEVEL Set the verbosity of the logger. Levels: none, critical, error, warning, info, verbose, debug, trace --bugreport Use this option to create a detailed bug report, note that the output might contain PRIVATE data, so edit that out --profile [OUTFILE] Use the python profiler for this run to debug performance issues. --debug-warnings elevate warnings to errors for debugging purposes, so a traceback is shown commands: <command> execute execute tasks now daemon run continuously, executing tasks according to schedules defined in config check validate configuration file and print errors database utilities to manage the FlexGet database doc display plugin documentation movie-queue view and manage the movie queue plugins print registered plugin summaries series view and manipulate the series plugin database rejected list or clear remembered rejections failed list or clear remembered failures seen view or forget entries remembered by the seen plugin archive search and manipulate the archive database history view the history of entries that FlexGet has accepted inject inject an entry from command line into tasks root@LS-WVL1FA:~# |