Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Sep 2000 07:29:41 -0500
From:      "Jason Holland" <jphollan@earthlink.net>
To:        "Odhiambo Washington" <wash@iconnect.co.ke>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   RE: QPAGE
Message-ID:  <NDBBKPLIMKJCOCFNKHBLAEBJDKAA.jphollan@earthlink.net>
In-Reply-To: <20000927093024.A24590@poeza.iconnect.co.ke>

next in thread | previous in thread | raw e-mail | index | archive | help
hey,
  perms on my qpage.cf file are 644, I doubt that is the problem.  but at
first glance, i think your pager defition of Motorola Wordline is wrong.

pager=<Motorola Wordline>
       pagerid=<2704>
       service=<Paging Services Ltd)

the pager definitions you have at the bottom of your qpage.cf file are
correct.  it looks like you were trying to setup a service maybe??  not
sure, try commenting that out first.  second question, have you tried
turning on debugging??  try and send a page like this

$ qpage -i -d wash "test page"

-i is interactive mode, and i used that a lot when i was first debugging
qpage.  see if that gives you some more verbose output, and possibly the
location of the error.  what about logging? is it logging any specific
errors?  lastly, one thing i figured out while testing qpage. the baud rate
for TAP/IXO in some cases with some services should not exceed 300 baud.  i
know that sounds slow, but when your sending a small page, its really now
that big of a deal.  while your testing, try changing that from 38400 to 300
baud, or possibly 1200.  let me know if this helps out.  later!

jason

> The first thing it complains about is that there is an error in qpage.cf.
> That is even before I have customized anything in the cf file. and even
> after putting the most obvious params it still complains.
> What are the perms supposed to be for qpage.cf? Is there anything specific
> that MUST be in there before qpage can start?
> I include here my cf file..
>
> #QPAGE.CF
> #     administrator=<administrator's e-mail address>
> #
> #     forcehostname=<"yes", "no", or @mailhost>
>       forcehostname="yes"
> #
> #     queuedir=<queue directory>
> #
> #     identtimeout=<seconds to wait before giving up on ident query>
> #
> #     snpptimeout=<seconds to wait before giving up on SNPP commands>
> #
> #     service=<service name>
> #             device=<modem device e.g. /dev/ttya>
> #             dialcmd=<modem dial command e.g. ATDT1234567>
> #             password=<password for logging into paging terminal>
> #             baudrate=<speed to use while talking to modem>
> #             parity=<"even", "odd", or "none">
> #             maxmsgsize=<biggest message the paging service will accept>
> #             maxpages=<how many pages to send before truncating message>
> #             maxtries=<number of tries before page fails
> #             identfrom=<"yes" or "no" to use rfc1413 as default CALLerid>
> #             allowpid=<"yes" or "no" to require pager entry in qpage.cf>
> #
> #     pager=<pager name>
> #             pagerid=<numerical pager ID>
> #             service=<name of paging service as stated above>
>       pager=<Motorola Wordline>
>               pagerid=<2704>
>               service=<Paging Services Ltd)
> #
> #     group=<group name>
> #             member=<pagerid>[/schedule]
> #
>
> #administrator=your_userid@your.domain
> administrator=wash@alouette.iconnect.co.ke
>
> queuedir=/var/spool/qpage
>
> identtimeout=5
> snpptimeout=60
>
> service=default
> #     device=/dev/cua/b
>       device=/dev/cuua0
> #     dialcmd=ATDT123-4567
>       dialcmd=ATDT226223
> #     baudrate=1200
>       baudrate=38400
>       parity=even
>       allowpid=yes
>       maxtries=6
>
> #service=supercom
> #     dialcmd=ATS7=30DT482-9768
>
> #service=range
> #     dialcmd=ATS7=30DT222-1000
> #     maxmsgsize=120
> #     maxpages=6
>
> #service=testing
>       maxpages=1
>
> service=PSL
>       dialcmd=ATS&=30DT226223
>       maxmsgsize=120
>       maxpages=6
>
> #
> # start of pager list
> #
> ##
> #pager=tomiii
> #     pagerid=2228050
> #     service=range
>
> #pager=tony
> #     pagerid=711
> #     service=supercom
>
> pager=wash
>       pagerid=2704
>       service=PSL
>
> group=sysadmin
> #     member=tomiii/Any0000-0800
> #     member=tomiii/Any1700-2359
> #     member=tony/Any0800-1700
>       member=wash/Any0000-0800
>
>
>
> Thanks
>
> NB: Sorry I still cannot do a list-reply because of some issue with my
> mailer.
>
> =>
> =>jason
> =>
> =>>
> =>> I am trying to setup qpage but it wouldn't accept even the
> generic config
> =>> file.
> =>> They do not have an exhaustive HOWTO (or maybe I haven't gotten to it.
> =>> I need pointers from someone whose used it successfully.
> =>>
> =>> Thanks
> =>>
> =>> --
> =>> Odhiambo Washington
> =>> Systems Administrator
> =>> Inter-Connect Ltd.
> =>> 3rd Flr The Chancery
> =>> Valley Rd
> =>> PO Box 39519 Nairobi
> =>> Tel: 254 2 711140
> =>> Fax: 254 2 718418
> =>>
> =>> High achievement always takes place in the framework of high
> expectation.
> =>> -Jack Kinder
> =>>
> =>>
> =>> To Unsubscribe: send mail to majordomo@FreeBSD.org
> =>> with "unsubscribe freebsd-questions" in the body of the message
> =>>
> =>
> =>
> =>
> =>To Unsubscribe: send mail to majordomo@FreeBSD.org
> =>with "unsubscribe freebsd-questions" in the body of the message
>
>
> --
> Odhiambo Washington Inter-Connect Ltd.,
> wash@iconnect.co.ke 5th Flr Furaha Plaza
> Tel: 254 11 222604 Nkrumah Rd.,
> Fax: 254 11 222636 PO Box 83613 MOMBASA, KENYA.
>
> God pulled an all-nighter on the sixth day.
>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NDBBKPLIMKJCOCFNKHBLAEBJDKAA.jphollan>