Új hozzászólás Aktív témák

  • CharlieBrown

    tag

    válasz Intruder2k5 #5407 üzenetére

    na előrébb vagyok.
    közben megnéztem az S99rtorrent filet: tele volt a sorok vége szemetelve ezzel: ^M

    Kiszedegettem, manuál starttal elindul. restart.
    megint áll lighttpd, mysql, rtorrent. tehát minden, ami rc.unslungban van.

    lrwxrwxrwx 1 root root 30 Jan 28 18:07 K70mysqld -> ../../share/mysql/mysql.server
    lrwxrwxrwx 1 root root 30 Jan 28 18:07 S70mysqld -> ../../share/mysql/mysql.server
    -rwxr-xr-x 1 root root 809 Oct 23 22:07 S80lighttpd
    -rwxr-xr-x 1 root root 144 Jan 28 17:32 S97Samba
    -rwxr-xr-x 1 root root 3391 Jan 28 22:29 S99rtorrent
    -rwxr-xr-x 1 root root 522 Jun 6 2005 rc.unslung
    [root@WL-0018F34D2A69 root]$


    rc.unslung

    #!/bin/sh

    # Start all init scripts in /opt/etc/init.d
    # executing them in numerical order.
    #
    for i in /opt/etc/init.d/S??* ;do

    # Ignore dangling symlinks (if any).
    [ ! -f "$i" ] && continue

    case "$i" in
    *.sh)
    # Source shell script for speed.
    (
    trap - INT QUIT TSTP
    set start
    . $i
    )
    ;;
    *)
    # No sh extension, so fork subprocess.
    $i start
    ;;
    esac
    done

    megpróbáltam, kézzel ha elindítom rc.unslungot, úgy oké. de miért nem fut le automatikusan??? :(

    Eladó cucc: https://hardverapro.hu/apro/macbook_pro_15_retina_cto_1tb_16gb_ram_2015mid_2/friss.html

Új hozzászólás Aktív témák