Situación: Actualización de la mula del piso mediante apt-get.
Resultado:

enrutador:~# /etc/init.d/amuled start
Starting amuled: amuled: OnInit – starting timer
This binary requires you to use the flag –only-chuck-norris-would-stop-me and only if you’re very sure of it.
amuled.

Y es que se ve que todos somos unos frikis. La obsesión con Chuck Norris no es algo autóctono.

Y ahora, a ver cómo arreglo esto…

6 comentarios en «Sólo Chuck Norris podría detenerme»

  1. Y el modo de arreglarlo es, obviamente, modificando el script de inicio:

    #!/bin/bash

    NAME=$(basename «$0»)
    PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
    DAEMON=/usr/bin/amuled
    FLAG=–only-chuck-norris-would-stop-me
    DESC=amuled
    USER=usuario #A user who already ran amule once to configure it.

    test -x «$DAEMON» || exit 0

    case «$1» in
    start)
    echo -n «Starting $DESC: »
    su «$USER» -c «$(printf «%q -f» «$DAEMON» )» » $FLAG»
    echo «$NAME.»
    ;;
    ##El resto del archivo, igual, salvo que el el caso de restart hay que hacer
    ##la misma modificación

  2. I have not noticed any difference. It seems to be a joke of the designers. ^_^. Just add the flag to the script and it will work again.

    I suppose that it is a beta release and the programmers want to control something… or a way to laugh the RIAA persecution off… ^_^

  3. That’s true, I forgot to say that I am using the CVS version.I love to live on the edge, hehe…

    I have found something that seems to be related to this issue. The aMule project has had economical problems. The ‘Chuck Norris flag’ could be a SOS signal…

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *