denu1024 发表于 2014-1-20 14:59:30

# easy_install-2.7 --upgrade setuptools
Bus error
怎么搞的。?

宿醉冇醒 发表于 2014-1-21 20:23:08

必方 发表于 2014-1-19 14:45
谢谢楼主
请教一个问题,我是buffalo wvl的nas,已经改机,安装好tr,按照楼主的教程安装,一直到
/opt/loc ...
你的flexget不是新版的,所以不适合用check参数;
我的:
# /opt/local/bin/flexget -V                                                                                                                                                                                                                  
1.2.35
Latest release: 1.2.58


另:只用“transmission: yes”就可以了,后面不用。或者只用后面。
yml搞不定可以把文件放上来。

宿醉冇醒 发表于 2014-1-21 20:28:11

denu1024 发表于 2014-1-20 14:59
# easy_install-2.7 --upgrade setuptools
Bus error
怎么搞的。?

总线错误,“easy_install-2.7”就运行不了吧,不是很清楚你装的是08源还是05源。LS-400系列还得摸索。

denu1024 发表于 2014-1-22 10:59:26

本帖最后由 denu1024 于 2014-1-22 11:16 编辑

宿醉冇醒 发表于 2014-1-21 20:28
总线错误,“easy_install-2.7”就运行不了吧,不是很清楚你装的是08源还是05源。LS-400系列还得摸索。 ...
我装的 是08的源,是不是应该用05的源试试

denu1024 发表于 2014-1-22 11:35:44

安装py26之后,报错
# easy_install-2.6 pip
Segmentation fault

宿醉冇醒 发表于 2014-1-22 15:59:24

本帖最后由 宿醉冇醒 于 2014-1-22 16:03 编辑

denu1024 发表于 2014-1-22 11:35
安装py26之后,报错
# easy_install-2.6 pip
Segmentation fault
Segmentation fault
这个错误可以肯定是opt版本不兼容引起,具体是clib不同。

建议还是装08源的py26试试,也可以不把setuptools升级,安装pip时直接指定版本号安装(最新pip需要setuptool版本要大于0.8)如:easy_install-2.6 pip==1.2.1

denu1024 发表于 2014-1-23 09:41:04

宿醉冇醒 发表于 2014-1-22 15:59
Segmentation fault
这个错误可以肯定是opt版本不兼容引起,具体是clib不同。



按照你说的方法做了,不行。、
还是报bus error

必方 发表于 2014-2-6 00:07:41

宿醉冇醒 发表于 2014-1-21 20:23
你的flexget不是新版的,所以不适合用check参数;
我的:



请教一下,flexget怎么更新呢?有必要更新吗?我把YML上传一下请帮我看看,我发现TTG的已经可以正常下载了,CHD的不知道为啥不行。
另外,因为TRANSMISSION我设置了密码,所以下面的那几行参数还是要的,起码密码是要的,不然链接不上TRANSMISSION

宿醉冇醒 发表于 2014-2-7 11:41:47

必方 发表于 2014-2-6 00:07
请教一下,flexget怎么更新呢?有必要更新吗?我把YML上传一下请帮我看看,我发现TTG的已经可以正常下载 ...

flexget 安装好就可以了,一般不需要更新,注意运行命令参数有不同。
yml文件要严格缩进,没次是两个空格。
如果Tr有密码,就把“transmission: yes”这行去掉。

playcom 发表于 2014-2-8 18:21:46

谢谢楼主分享,终于找到楼主的信息了

夜雨暗影 发表于 2014-2-28 13:16:34

本帖最后由 夜雨暗影 于 2014-2-28 13:21 编辑

有些命令好像又有修正了,运行flexget要加参数:execute

雨箫 发表于 2014-3-2 21:13:04

为什么test 无法运行

Last login: Sun Mar2 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 ]
               [--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    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:~#

ps2zhuantou 发表于 2014-4-26 09:21:16

这个很强大

鬼扯 发表于 2016-3-20 03:03:12

谢谢楼主!!!

鬼扯 发表于 2016-3-23 20:10:49

安装flexget

hk10424 发表于 2018-5-4 18:05:24

感谢分享,不知道optware用的哪个地址

liangwh 发表于 2018-5-15 19:07:42

都是高手!
页: 7 8 9 10 11 12 13 14 15 16 [17]
查看完整版本: Buffalo NAS改机Transmission + Flexget + RSS成功分享