Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

30-second delay and false-state when trying to connect to router when "Open In New Window" check box is ticked. #54

Open
DMT07 opened this issue May 21, 2024 · 1 comment

Comments

@DMT07
Copy link

DMT07 commented May 21, 2024

Describe the bug
30-second delay and false-state when trying to connect to router when "Open In New Window" check box is ticked. When checkbox is un-ticked, Winbox connects immediately to the router in the same window.

To Reproduce
Steps to reproduce the behavior:

  1. Run Winbox
  2. Tick "Open In New Window" checkbox
  3. Enter router details and try to connect to router.
  4. Connection attempt appears to have failed (nothing happens)
  5. 30 seconds later the new (second) Winbox window appears, showing a 5-second delay countdown due to router having disconnected.\
  6. Winbox then successfully connects to the router.

Expected behavior
The second Winbox window should appear immediately.

Distribution (please complete the following information):

  • Name: kubuntu
  • Version: 24.04
  • Architecture: amd64

** snap version **

snap    2.62+24.04build1
snapd   2.62+24.04build1
series  16
ubuntu  24.04
kernel  6.8.0-31-generic

** snap info winbox **

Name    Version  Rev  Tracking       Publisher    Notes
winbox  3.40     170  latest/stable  thepanaceya  -

** snap list winbox **

Name    Version  Rev  Tracking       Publisher    Notes
winbox  3.40     170  latest/stable  thepanaceya  -

Additional context
It seems to be related new update to use Wine 7. May need to downgrade the Wine version again.

@matracine
Copy link

Same problem here.

Distribution (please complete the following information):

Name: Ubuntu
Version: 22.04 LTS
Architecture: amd64
** snap version **

snap 2.62+22.04
snapd 2.62+22.04
series 16
ubuntu 22.04
kernel 6.5.0-35-generic

** snap info winbox **

Name Version Rev Tracking Publisher Notes
winbox 3.40 170 latest/stable thepanaceya -

** snap list winbox **

Name Version Rev Tracking Publisher Notes
winbox 3.40 170 latest/stable thepanaceya -

tail -f /var/log/syslog (there are AppArmor DENIED operations) :

here clic "connect button"
....
May 23 09:35:04 matthieu-HP-ProBook-445-G7 winbox_winbox.desktop[128057]: MainWindow::start
here 7 seconds wait
May 23 09:35:11 matthieu-HP-ProBook-445-G7 winbox_winbox.desktop[126707]: rescaning
May 23 09:35:11 matthieu-HP-ProBook-445-G7 winbox_winbox.desktop[126707]: connecting to 169.254.255.255
May 23 09:35:11 matthieu-HP-ProBook-445-G7 winbox_winbox.desktop[126707]: connecting to 172.17.255.255
May 23 09:35:11 matthieu-HP-ProBook-445-G7 winbox_winbox.desktop[126707]: connecting to 10.255.255.255
here wait 23 more seconds and new window appears
May 23 09:35:34 matthieu-HP-ProBook-445-G7 winbox_winbox.desktop[128057]: App::saveAllSettings
May 23 09:35:34 matthieu-HP-ProBook-445-G7 winbox_winbox.desktop[128057]: MainWindow::saveSettings
May 23 09:35:34 matthieu-HP-ProBook-445-G7 winbox_winbox.desktop[128057]: App::saveAllSettings done
May 23 09:35:34 matthieu-HP-ProBook-445-G7 kernel: [63355.062159] kauditd_printk_skb: 18 callbacks suppressed
May 23 09:35:34 matthieu-HP-ProBook-445-G7 kernel: [63355.062165] audit: type=1400 audit(1716449734.208:1572): apparmor="DENIED" operation="open" class="file" profile="snap.winbox.winbox" name="/run/" pid=126629 comm="wineserver" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
May 23 09:35:34 matthieu-HP-ProBook-445-G7 kernel: [63355.073078] audit: type=1326 audit(1716449734.220:1573): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.winbox.winbox pid=126629 comm="wineserver" exe="/snap/winbox/170/wine-platform/wine-stable/bin/wineserver" sig=0 arch=c000003e syscall=203 compat=0 ip=0x77da9f18684b code=0x50000
May 23 09:35:34 matthieu-HP-ProBook-445-G7 winbox_winbox.desktop[128057]: MainWindow::destroyed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants