Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] How to create users using php or javascript in mosquitto

HI,

Successfully created usernames from PHP.

usernames write into "passwd" file, but when file size reached 20-30kb removed old data and  file writing started from 0kb

is there any file size limit in config file? otherwise how can I resolve this?

Thanks
Srinivas

On Fri, Jul 29, 2016 at 3:52 PM, Kees Nuyt <k.nuyt@xxxxxxxxx> wrote:
On Thu, 28 Jul 2016 14:24:39 +0530, you wrote:

> now getting error:
>
> Array ( [0] => Error creating backup password file "/etc/mosquitto/passwd.tmp", not continuing. ) command :1

Check the permissions of the user running the password change
process versus the access mode bits on the file and the
directory it is in.

--
Regards,

Kees Nuyt

_______________________________________________
mosquitto-dev mailing list
mosquitto-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mosquitto-dev


Back to the top