Aller au contenu

raph666

Membres
  • Compteur de contenus

    11
  • Inscription

  • Dernière visite

Messages posté(e)s par raph666

  1. Bonsoir

    les packages suivant ne fonctionne plus sur mon ds1511+ suite maj

    SABnzbd; Headphones; CouchPotato; Server; SickBeard

    ainsi que Haproxy

    j'ai trouver des erreurs dans les scripts start-stop-status

    pour SABnzbd; Headphones; CouchPotato; Server; SickBeard

    ligne 12

    -PYTHON="${INSTALL_DIR}/env/bin/python"

    +PYTHON="${PYTHON_DIR}/bin/python"

    pour Haproxy

    ligne 12

    -PYTHON="${INSTALL_DIR}/env/bin/python"

    +PYTHON="${PYTHON_DIR}/bin/python"

    ligne 15

    -CFG_FILE="${INSTALL_DIR}/var/haproxy.cfg"

    +CFG_FILE="${INSTALL_DIR}/var/haproxy.cfg.tpl"

    si vous avez le message "échec lors du lancement de la réparation du paquet" suite a l'installation ou la maj d'un des packages ci-dessus vérifiez son script start-stop-status et remplacer la ligne rouge par la verte sans +

  2. salut

    petit retour d'expérience suit a mon poste

    un /var/packages/sabnzbd/scripts/start-stop-status start me donnait

    
    Starting SABnzbd ...
    
    Traceback (most recent call last):
    
      File "/usr/local/sabnzbd/share/SABnzbd/SABnzbd.py", line 65, in <module>
    
    	import sabnzbd
    
      File "/volume1/@appstore/sabnzbd/share/SABnzbd/sabnzbd/__init__.py", line 85, in <module>
    
    	import sabnzbd.api
    
      File "/volume1/@appstore/sabnzbd/share/SABnzbd/sabnzbd/api.py", line 29, in <module>
    
    	locale.setlocale(locale.LC_ALL, "")
    
      File "/usr/local/sabnzbd/env/lib/python2.7/locale.py", line 539, in setlocale
    
    	return _setlocale(category, locale)
    
    locale.Error: unsupported locale setting
    
    
    pour corriger le problème en attendant que sabnzbd le règle dans les version avenir j'ai modifié le fichier /volume1/@appstore/sabnzbd/share/SABnzbd/sabnzbd/api.py en remplacent à la ligne 28
    
    import locale
    
    locale.setlocale(locale.LC_ALL, "")
    
    
    par
    
    DIR_LANGUAGE = None
    
    import locale
    
    locale.setlocale(locale.LC_ALL, DIR_LANGUAGE)
    
    

    plus qu'a relancer sabnzbd est tous est ok

  3. je m'incruste dans ce poste vue que mon problème est également sur sabnzbd

    suite a la mise a jour de mon ds1511+ en dsm 4.0-2228 sabnzbd ne démarre plus " echec lors du lancement de la réparation du paquet"

    /var/log/messages

    May 16 20:54:01 PkgMan.cgi: pkgtool.cpp:2568 Failed to start package sabnzbd

    May 16 20:54:05 PkgMan.cgi: pkgtool.cpp:2445 No script for python

    May 16 20:54:07 PkgMan.cgi: pkgtool.cpp:2445 No script for python

    May 16 20:54:16 PkgMan.cgi: pkgtool.cpp:2568 Failed to start package sabnzbd

    May 16 20:54:29 PkgMan.cgi: pkgtool.cpp:2445 No script for python

    May 16 20:54:50 PkgMan.cgi: pkgtool.cpp:2445 No script for python

    avez vous une idée d'où le problème peut venir

    merci d'avance pour vos raiponces

  4. voice le changelog de la version 1.8.0

    cp: -r and -R imply -d (coreutils compat)

    cp: detect and prevent infinite recursion

    cp: make it a bit closer to POSIX, but still refuse to open and overwrite symbolic link

    hdparm: reduce possibility of numeric overflow in -T

    hdparm: simplify timing measurement

    wget: -O FILE is allowed to overwrite existing file (compat)

    wget: allow dots in header field names

    telnetd: add -K option to close sessions as soon as child exits

    telnetd: don't SIGKILL child when closing the session, kernel will send SIGHUP for us

    ed: large cleanup, add line editing

    hush: feeble attempt at making it more NOMMU-friendly

    hush: fix glob()

    hush: stop doing manual accounting of open fd's, kernel can do it for us

    adduser: implement -S and fix uid selection

    ash: fix prompt expansion (Natanael Copa <natanael.copa at gmail.com>)

    ash: revert "cat | jobs" fix, it causes more problems than good

    find: fix -xdev behavior in the presence of two or more nested mount points

    grep: fix grep -F -e str1 -e str2 (was matching str2 only)

    grep: optimization: stop on first -e match

    gunzip: support concatenated gz files

    inetd: fix bug 1562 "inetd does not set argv[0] properly" (fix by Ilya Panfilov)

    install: 'support' (by ignoring) -v and -b

    install: fix bug in "install -c file dir" (tried to copy dir into dir too)

    ip: tunnel parameter parsing fix by Jean Wolter <jw5 at os.inf.tu-dresden.de>

    isrv: use monotonic_sec

    less: make 'f' key page forward

    libiproute: add missing break statements

    load_policy: update (Yuichi Nakamura <ynakam at hitachisoft.jp>)

    logger: fix a problem of losing all argv except first

    login: do reject wrong passwords with PAM auth

    losetup: support -f (Loic Grenie <loic.grenie at gmail.com>)

    fdisk: make fdisk compile on libc without llseek64

    libbb: by popular request allow PATH to be customized at build time

    mkswap: selinux support by KaiGai Kohei <kaigai at ak.jp.nec.com>

    mount: allow (and ignore) -i

    mount: ignore NFS bg option on NOMMU machines

    mount: mount helpers support (by Vladimir Dronnikov <dronnikov at gmail.ru>)

    passwd: handle Ctrl-C, restore termios on Ctrl-C

    passwd: SELinux support by KaiGai Kohei <kaigai at ak.jp.nec.com>

    ping: make -I ethN work too (-I addr already worked)

    ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes)

    read_line_input: fix it to not do any fancy editing if echoing is disabled

    run_parts: make it sort executables by name (required by API)

    runsv: do not use clock_gettime if !MONOTONIC_CLOCK

    runsvdir: fix "linear wait time" bug

    sulogin: remove alarm handling, it is redundant there

    svlogd: compat: svlogd -tt should timestamp stderr too

    syslogd: bail out if you see null read from Unix socket

    syslogd: do not need to poll(), we can just block in read()

    tail: work correctly on /proc files (Kazuo TAKADA <kztakada at sm.sony.co.jp>)

    tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex at yahoo.com>)

    tar: strip leading '/' BEFORE memorizing hardlink's name

    tftp: fix infinite retry bug

    umount: support (by ignoring) -i; style fixes

    unzip: fix endianness bugs

    vi: don't wait 50 ms before reading ESC sequences

    watchdog: allow millisecond spec (-t 250ms)

    zcip: fix unaligned trap on ARM

×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.