> Jon Biddell wrote:
> 
> Does anyone know if wvdial logs these connection attempts anywhere ? 
> The MAN pages don't make specific mention of a log file.


How are you running wvdial?

It doesn't do logging automagically, rather you need to tell it to. My
wvdial startup script looks like:


~/pppconnect:

#!/bin/bash
wvdial >/var/log/wvdial.log 2>&1 &


I know, it's primitive, but so's my connection at the moment! :)

- Jeff


-- [EMAIL PROTECTED] ------------------------------- http://linux.conf.au/ --

        Ye shall be cursed to fall in love so easily, and yet be so
                     cold of heart as never to express it.


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to