Jump to content
Калькуляторы

terminating... - administrator request

Запускаю скрипт из шедулера и получаю:

pptp-ls terminating... - administrator request

Сам скрипт:

/interface pptp-client set pptp-ls disable=yes;
/interface pppoe-client set pppoe-vc disable=yes;
:log info ($prefix . "ТТТТ");
:local dumplist [/ip arp find]
   :foreach i in=$dumplist do={
       /ip arp remove $i
   }
   :log info ($prefix . "ARP очищен");
ip route disable [find gateway=172.16.222.130];
:log info ($prefix . "ИИИИИИИ");
:delay 10s;
/interface pppoe-client set pppoe-vc disable=no;
:log info ($prefix . "ЧЧЧЧЧЧ");
:delay 1s;
/interface pptp-client set pptp-ls disable=no;
:log info ($prefix . "СССССС");

 

Если запускаю через терминал то всё ок, скрипт выполняется.

ros 6.36.3

Что это значит, в чём причина может быть?

Share this post


Link to post
Share on other sites

А Вы уверены что русские буквы в скрипте не мешают работе ?

в терминале ведь работает, и я вообще без лога пробовал.

подумываю доунгрейдится

Share this post


Link to post
Share on other sites

Guest eoleg

официальный еще форум тика есть, там быстро отвечают разрабы

Мне чтото с 7 числа так и не ответили. )

Но я решил свою проблему, заключил всё в цикл и все комманды выполнились.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.