Displaying 6 results from an estimated 6 matches for "statusfile".
Did you mean:
status_file
2009 Sep 27
1
digium fax: failed to queue document
...arted
.........
And that works.
Then I try to send the confirm:
'h' => 1. Set(RID=${FAXOPT(remotestationid)})
[pbx_config]
2.
Set(DateTime=${STRFTIME(${EPOCH},,%Y%m%d)}_${STRFTIME(${EPOCH},,%H%M)})
[pbx_config]
3.
Set(GLOBAL(StatusFile)=/var/spool/asterisk/fax-tx-status-${DateTime})
[pbx_config]
4. System(env echo -e "${FAXOPT(pages)} Page Fax
sent to ${EXTEN}. Remote ID: ${RID}" > ${StatusFile}-l1) [pbx_config]
5. System(env echo -e "Status: ${FAXOPT(status)}
${FAXOP...
2009 Sep 27
0
Is channel local what I need?
...bx_config]
[ Context 'fax-tx' created by 'pbx_config' ]
's' => 1. SendFAX(${FaxFile}.tif)
[pbx_config]
'h' => 1. Set(RID=${REMOTESTATIONID})
[pbx_config]
..................
7. Set(GLOBAL(StatusFile)=${StatusFile})
[pbx_config]
8.
Set(UniqueFile=/var/spool/asterisk/outgoing/call-${UNIQUEID}0) [pbx_config]
9. System(env echo -e
"Channel:DAHDI/g0/...........\\nContext:fax-confirm-tx\\nExtension:
s\\nPriority: 1\\n" >${UniqueFile}) [pbx_c...
2018 Apr 28
4
sysvol files - 'The data area passed to a system call is too small'
On Fri, 27 Apr 2018 22:40:41 +0100
Jonathan Hunter via samba <samba at lists.samba.org> wrote:
> OK - some more detail I have found in the meantime.
>
> I have compiled & ran listxattr, and I can now see a difference
> between a working and a broken file:
>
> me at dc2:~/download $
> sudo ./listxattr /usr/local/samba/var/locks/sysvol/
>
2018 Apr 28
0
sysvol files - 'The data area passed to a system call is too small'
...put some text & guidance around it, it works well for
me as an inotify-driven rsync trigger (with of course the caveat that I now
don't think it works in a multi-master configuration)
-- automation from
https://gist.github.com/oscarssama/8bc223c8100890f71a07a5a6dc16a7f6
settings {
statusFile = "/run/lsyncd-status.log",
statusInterval = 10
}
targetList = {
"1.1.1.1",
"1.1.1.2",
"1.1.1.3",
"1.1.1.4"
}
for _, server in ipairs(targetList) do
sync {
default.rsync,...
2018 Apr 29
1
sysvol files - 'The data area passed to a system call is too small'
...t; works well for me as an inotify-driven rsync trigger (with of course
> the caveat that I now don't think it works in a multi-master
> configuration)
>
>
> -- automation from
> https://gist.github.com/oscarssama/8bc223c8100890f71a07a5a6dc16a7f6
> settings {
> statusFile = "/run/lsyncd-status.log",
> statusInterval = 10
> }
>
> targetList = {
> "1.1.1.1",
> "1.1.1.2",
> "1.1.1.3",
> "1.1.1.4"
> }
>
> for _, server in ipairs(targetList) do
>...
2018 Apr 29
1
sysvol files - 'The data area passed to a system call is too small'
...it works well for
> me as an inotify-driven rsync trigger (with of course the caveat that I now
> don't think it works in a multi-master configuration)
>
>
> -- automation from
> https://gist.github.com/oscarssama/8bc223c8100890f71a07a5a6dc16a7f6
> settings {
> statusFile = "/run/lsyncd-status.log",
> statusInterval = 10
> }
>
> targetList = {
> "1.1.1.1",
> "1.1.1.2",
> "1.1.1.3",
> "1.1.1.4"
> }
>
> for _, server in ipairs(targetList) do...