Search results

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. B

    python gevent 1.0.1

    Hi, For some stuff I need gevent 1.0.1 in python. Is there someone which is able to compile such version for me ? https://pypi.python.org/pypi/gevent#downloads It's a little out of my current skills :o Thanks a lot Brouno
  2. B

    Schedule a task each last day of month

    It's a bit tricky, but you can do it Use the following in /jffs/scripts/init-start script : cru a THEIDYOUWANT "59 23 28-31 * * [[ \`date +\%d\` -gt \`date +\%d -D \%s -d \$(( \$(date +\%s) + 86400))\` ]] && THECOMMANDYOUWANT" Replace : THEIDYOUWANT, by a unique ID along your cru...
  3. B

    Syslog daemon

    Hi, I would like to customize the syslogd daemon to log to an external syslog server. Where can I do that ? My first idea is to use init-start script to kill syslogd and start it again with the -R option. It's working but I would like to know if there is a less dirty option ;-) I...
  4. B

    Tcpdump error

    Hello, I'm trying to check traffic on WAN intf with tcpdump 4.2.1 / libpcap 1.3.0 from the Entware official repo I get an error "tcpdump: eth0: SIOETHTOOL(ETHTOOL_GTSO) ioctl failed: Invalid argument" admin@RT-N66U:/tmp/home/root# opkg install tcpdump Installing tcpdump (4.2.1-3) to root...
Top