« Return to Thread: v1.8 pelican_setup_netdevice error

v1.8 pelican_setup_netdevice error

by WileECoyote :: Rate this Message:

Reply to Author | View in Thread

Hi,

when I start pelican_setup_netdevice I get the following error:

Error: Expected at least 3 tokens for --msgbox, have 1.
Use --help to list options.

The problem is line 16 of the script, it reads:

$DIALOG --title "$TITLE" --msgbox "$MESSAGE0"

...but it should be something like this:

$DIALOG --title "$TITLE" --msgbox "$MESSAGE0" 5 30

I stumbled upon this error because my pcmcia network card was not detected and so no eth device can be found, which leads to this message box being displayed.

 « Return to Thread: v1.8 pelican_setup_netdevice error