Does anyone have experience of launching Winbox for Linux (at time of writing ver.4 beta6) on Porteus ? Only a transparent window opens at startup !
https://mikrotik.com/download
I tried on Porteus 5.01 KDE, XFCE also on latest PorteuX stable.
Have no problems with the Windows version with Wine !
Winbox Linux
Winbox Linux
Porteus v5.01 KDE x86_64
- Ed_P
- Contributor
- Posts: 8954
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Winbox Linux
Code: Select all
guest@porteus:~/Downloads$ ./WinBox
APP,INFO: version: "4.0beta6"
PERS,WARN: read ERROR OPENING "No such file or directory" "/home/guest/.local/share/MikroTik/WinBox/settings.cfg.viw2"
PERS,WARN: read ERROR OPENING "No such file or directory" "/home/guest/.local/share/MikroTik/WinBox/Addresses.cdb"
DISCOVERY,INFO: bcast addrs: 255.255.255.255, ff02::1, 192.168.200.255,
APP,UPDATE: version fetched: "4.0beta6"
APP,UPDATE: nothing to update
DISCOVERY,INFO: bcast addrs: 255.255.255.255, ff02::1, 192.168.200.255,
DISCOVERY,INFO: bcast addrs: 255.255.255.255, ff02::1, 192.168.200.255,
DISCOVERY,INFO: bcast addrs: 255.255.255.255, ff02::1, 192.168.200.255,
DISCOVERY,INFO: bcast addrs: 255.255.255.255, ff02::1, 192.168.200.255,
- Ed_P
- Contributor
- Posts: 8954
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Winbox Linux
These lines seem to keep repeating, 1 a minute and after 4-5 minutes I gave up.
The missing .local files might be part of the problem.
The missing .local files might be part of the problem.
Winbox Linux
This is normal device lookup broadcast.
I copied mine from winbox/wine directories, according to MikroTik: https://forum.mikrotik.com/viewtopic.ph ... 2f51314586
and I haven't lines for "No such file or directory", but it stucks on transparent window !
Code: Select all
APP,INFO: version: "4.0beta6"
DISCOVERY,INFO: bcast addrs: 255.255.255.255, ff02::1, 192.168.88.255,
APP,UPDATE: version fetched: "4.0beta6"
APP,UPDATE: nothing to update
Porteus v5.01 KDE x86_64
- ncmprhnsbl
- DEV Team
- Posts: 4289
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Winbox Linux
tests here show:
works on porteus built from slackware current (unreleased 5.1 alpha)
works on nemesis (with missing xcb-utils-* stack added (lxqt version has these already))
ldd on 5.01 shows no linked libs missing (Winbox is a mixed static/dynamic linked binary, ie. qt* is built in but requires various other libraries present)
so, at a guess, some version of one of those libraries is too old (?glibc,icu? ?) and lacks some feature the bundled qt* requires)
i imagine it would work on porteux current.
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
Winbox Linux
ncmprhnsbl, thanks for explanation, will wait for Porteus 5.1.
Porteus v5.01 KDE x86_64