On Wed, Oct 12, 2011 at 12:46:19AM +0000, Wave Hood wrote:
> Hello all,
> 
> I am a bit new in using Mbuni so I hope someone can direct me here. I read
> the user guide and some days ago I decided to start testing my project which
> I devided in 2 parts. part 1 is sending the MMS and part is receiving via
> the mm1 interface.
> 
> Below is my configuration file:
> [...]
> mm1-gprs-on-command = "pppd call gprs-start"
> mm1-gprs-pid-command = "cat /var/run/ppp0-mbuni.pid|head -1"
> [...]
> 2011-10-12 05:23:05 [11202] [10] DEBUG: Queued to thread 0 for
> /var/spool/mbuni/mmsbox_outgoing/s/6h/qf8981.1.x202.81, sendt=1318378981,
> tnow=1318378985
> 
>    Denied

that looks like a permissions problem. pppd should be running
with root privileges, so you should make it suid, or change
gprs-on-command to 'sudo pppd ...' or run mmsbox as root. The
third option isn't adequate for production, but lets you do a
fast check if there is no other problem than a permission-related
one. So I would suggest to start mmsbox by hand as root just to
check that everything else is fine.

Attachment: pgprrBfmZGhTj.pgp
Description: PGP signature

_______________________________________________
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users

Reply via email to