v1.8 pelican_setup_netdevice error

View: New views
2 Messages — Rating Filter:   Alert me  

v1.8 pelican_setup_netdevice error

by WileECoyote :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.

Re: v1.8 pelican_setup_netdevice error

by Michael Creel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for pointing that out. I just added the fix to my script.