Community discussions

MikroTik App
 
sitnikov
just joined
Topic Author
Posts: 7
Joined: Mon Mar 07, 2016 10:31 am

rancid script stop collecting config after upgrade to 6.49

Fri Oct 15, 2021 12:08 pm

rancid (expect) debug (before 6.49)


send: sending "system package print detail without-paging\r" to { exp5 }
expect: does "system package print detail without-paging\r\n"
6.46.png


rancid (expect) debug (after 6.49)

send: sending "system package print detail without-paging\r" to { exp5 }
expect: does "[rancid@sihome-mt] > s\u001b[Ky\r[rancid@sihome-mt] > sy\u001b[Ks\r[rancid@sihome-mt] > sys\u001b[Kt\r[rancid@sihome-mt] > syst\u001b[Ke\r[rancid@sihome-mt] > syste\u001b[Km\r[rancid@sihome-mt] > system\u001b[K \r[rancid@sihome-mt] > .....
6.49.png
You do not have the required permissions to view the files attached to this post.
Last edited by sitnikov on Fri Oct 15, 2021 12:45 pm, edited 1 time in total.
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 12001
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: rancid script stop collecting config after upgrade to 6.49

Fri Oct 15, 2021 12:29 pm

Rancid is not a MikroTik product.

Ask the authors of Rancid.
Last edited by rextended on Fri Oct 15, 2021 12:38 pm, edited 2 times in total.
 
sitnikov
just joined
Topic Author
Posts: 7
Joined: Mon Mar 07, 2016 10:31 am

Re: rancid script stop collecting config after upgrade to 6.49

Fri Oct 15, 2021 12:33 pm

Rancid is not a MiroTik product.

Ask the authors of Rancid.
yes, but rancid only get response from mikrotik and output from router look curiously. pls check my post carefully, thanks.
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 12001
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: rancid script stop collecting config after upgrade to 6.49

Fri Oct 15, 2021 12:35 pm

Like all software on the world, MikroTik can change something on his product, and are the other software producers than must align his own product.

Your post is confusing, and I don't understand anything about it.

It assumes someone uses Rancid and knows what you're talking about.

You must ask the question in an intelligent and intelligible way by those who must not use Rancid to know what you are talking about.
 
sitnikov
just joined
Topic Author
Posts: 7
Joined: Mon Mar 07, 2016 10:31 am

Re: rancid script stop collecting config after upgrade to 6.49

Fri Oct 15, 2021 12:41 pm

Like all software on the world, MikroTik can change something on his product, and are the other software producers than must align his own product.

Your post is confusing, and I don't understand anything about it.

It assumes someone uses Rancid and knows what you're talking about.

You must ask the question in an intelligent and intelligible way by those who must not use Rancid to know what you are talking about.
check and compare "send: sending" and "expect: does" for both version

"send: sending" - command was send over ssh connection
"expect: does" - response received from router
 
andrey0001
just joined
Posts: 1
Joined: Tue Oct 12, 2021 12:58 am

Re: rancid script stop collecting config after upgrade to 6.49

Wed Oct 27, 2021 3:04 am

Like all software on the world, MikroTik can change something on his product, and are the other software producers than must align his own product.

Your post is confusing, and I don't understand anything about it.

It assumes someone uses Rancid and knows what you're talking about.

You must ask the question in an intelligent and intelligible way by those who must not use Rancid to know what you are talking about.
Of course MikroTik can(even must) change something on his product.
We just wanna know what changed - nothing in CHANGELOG about it.
Knowledge will help us to understand how to solve the issue.
Might be enough to do some small changes in mrancid - thats all.
But you, instead to help us, silencing everyone about the problem.

rejecting, offer - that is the point.

There is no other convenient product for saving backup versions.
Last edited by andrey0001 on Wed Oct 27, 2021 3:13 am, edited 2 times in total.
 
sitnikov
just joined
Topic Author
Posts: 7
Joined: Mon Mar 07, 2016 10:31 am

Re: rancid script stop collecting config after upgrade to 6.49

Thu Oct 28, 2021 6:10 pm

in my opinion the problem is described sufficiently ... for delevopers not for plain users
But you, instead to help us, silencing everyone about the problem.
You have just subscribed to write your own ***what***?
I do not silenced anyone, also because I'm only an user, not an administrator or moderator.
I only ask the OP to write the question "in an intelligent and intelligible way by those who must not use Rancid to know what you are talking about".

If the OP can not do that, are only OP's problems,
and also you do not add absolutly nothing of value, only sht.
 
User avatar
0LlVE
just joined
Posts: 1
Joined: Mon Nov 01, 2021 11:30 pm

Re: rancid script stop collecting config after upgrade to 6.49

Mon Nov 01, 2021 11:36 pm

Hi
the solution : add +cte to the username in the login config.
something like that :
add user * rancid+cte
Last edited by 0LlVE on Tue Nov 02, 2021 5:09 pm, edited 1 time in total.
 
User avatar
hansel84
just joined
Posts: 6
Joined: Mon Jan 11, 2016 6:54 am
Contact:

Re: rancid script stop collecting config after upgrade to 6.49

Wed Nov 03, 2021 9:18 am

I'm also having the exact same issue with Rancid after updating to 6.49
 
User avatar
hansel84
just joined
Posts: 6
Joined: Mon Jan 11, 2016 6:54 am
Contact:

Re: rancid script stop collecting config after upgrade to 6.49

Wed Nov 03, 2021 10:54 pm

Hi
the solution : add +cte to the username in the login config.
something like that :
add user * rancid+cte
Thanks a lot .. it works!
 
lpvl
just joined
Posts: 3
Joined: Mon Jul 09, 2018 9:03 pm

Re: rancid script stop collecting config after upgrade to 6.49

Tue Nov 16, 2021 4:40 pm

This does work indeed, could you point us to documentation describing why this is needed ? I do not see it explained in the docs on the dev's site.

I found the options after the username on https://help.mikrotik.com/docs/display/ ... +Interface, however we have used this for years without the +cte and there is no mention in the changelogs on 6.49 that this may have changed.

Thank you.
Hi
the solution : add +cte to the username in the login config.
something like that :
add user * rancid+cte
Last edited by lpvl on Tue Nov 16, 2021 4:47 pm, edited 1 time in total.
 
ashmash
just joined
Posts: 1
Joined: Wed Nov 17, 2021 9:51 am

Re: rancid script stop collecting config after upgrade to 6.49

Wed Nov 17, 2021 9:52 am

Who is online

Users browsing this forum: Bing [Bot], GoogleOther [Bot], UkRainUa and 46 guests