Search:

Type: Posts; User: JochenR

Search: Search took 0.01 seconds.

  1. I did a funny script to detect if promiscuity...

    I did a funny script to detect if promiscuity mode has been set correctly and otherwise reboot...



    #!/bin/sh
    PROMI=$(cat /tmp/syslog.log | grep dev_set_promiscuity | wc -l)

    if [ $PROMI -eq...
  2. Auto-Bridging LAN-ports often fails, promiscuous mode, dev_set_promiscuity

    Hi,
    I have a strange behaviour with my bridging, which causes the LAN ports not to work anymore...

    On a normal boot, the syslog looks like the following, when the LAN ports are working:


    Jan ...
  3. Imagemagick / identify without any image format

    Hi,
    I've installed package imagemagick (6.3.5.10-1) with

    ipkg install imagemagick
    which completed successfully.

    Several image format libraries have also been installed (libjpeg, libpng,...
Results 1 to 3 of 3