beta5 bug: '/export verbose' hangs

I tried to do
/export file=export-verbose.txt verbose
but the system hangs! Looks like it enters an endless loop.
While in this state, a Webfig login isn’t possible either (it tries, but hangs as well somewhere),
and: CTRL-C in the CLI isn’t aborting: one has to brute-force power-off the device to escape that state.

OTOH
/export file=export-compact.txt compact
works fine.

Fails for me as well.

Thx for confirmation.

The saga unfortunately continues:

Today I received my 2nd SFP+ cable and now have connected both SFP+s of my dual port SFP+ NIC to my MT device (CRS326-24G-2S+RM; https://mikrotik.com/product/CRS326-24G-2SplusRM ), but https Webfig login hangs much like in the reported case in the OP before: in Browser FireFox/Linux it repeatedly (ie. endlessly) prints “Loading…”, but nothing else happens…

I’m not sure whether this new bug is related to the bug in the initial posting in this thread, but IMO it seems somehow to be related. Ie. the ‘/export verbose’ command seems to have changed something or something in RouterOS has become broken… :frowning:

As next I’ll enable the http service and try to Webfig-login with it…

Update: yes, http Webfig login works ok. This then means that the https (www-ssl) seems to have got buggy somehow…

Remember this is early beta, not for production. Just for test and feedback :slight_smile:
If you find errors, you should also send an email to support@mikrotik.com

Yes, of course I know it’s beta; I myself am a SW-developer, and admin and and and… :slight_smile:.

Is an approximate timeline known/set/expected for the ROS v7 release?

MT will never answer that. Only some like “when its ready” :slight_smile:

Here’s where “export verbose” hangs: “/ip vrf” is the last line it prints, then the terminal freezes, CTRL-C does not abort.
Seems to happen with all “export verbose” commands, ie. “/export verbose” as well “/ip export verbose”:

[admin2@MikroTik] > /ip export verbose

apr/29/2020 22:01:15 by RouterOS 7.0beta5

software id = QXVZ-VVPX

model = CRS326-24G-2S+

serial number = XXX


/ip traffic-flow ipfix
set bytes=yes dst-address=yes dst-address-mask=yes dst-mac-address=yes dst-port=yes first-forwarded=yes gateway=yes icmp-code=yes icmp-type=yes igmp-type=yes in-interface=yes
ip-header-length=yes ip-total-length=yes ipv6-flow-label=yes is-multicast=yes last-forwarded=yes nat-dst-address=yes nat-dst-port=yes nat-src-address=yes nat-src-port=yes
out-interface=yes packets=yes protocol=yes src-address=yes src-address-mask=yes src-mac-address=yes src-port=yes tcp-ack-num=yes tcp-flags=yes tcp-seq-num=yes tcp-window-size=
yes tos=yes ttl=yes udp-length=yes
/ip upnp
set allow-disable-external-interface=no enabled=no show-dummy-rule=yes
/ip vrf > <—THIS IS THE LAST LINE IT PRINTS

Terminal (ie. the RouterOS CLI shell) crashes (hangs).

This can be shortened to “/ip vrf export verbose hangs” :slight_smile:

True, error is isolated, or located, or even found. Debugging 101 :slight_smile:

This error seems to be fixed in later versions. In 7.0beta8 it’s not present (tested on router hAP ac^2).