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

Unable to change DHCP-Tab sub categories #1366

Closed
6 tasks done
xXPerditorXx opened this issue Jul 8, 2023 · 9 comments · Fixed by #1465
Closed
6 tasks done

Unable to change DHCP-Tab sub categories #1366

xXPerditorXx opened this issue Jul 8, 2023 · 9 comments · Fixed by #1465

Comments

@xXPerditorXx
Copy link

xXPerditorXx commented Jul 8, 2023

Checklist

  • This is a bug report
  • I observed this bug on a clean install of the OS
  • I have followed the project prerequisites
  • I have searched this repository for existing issues
  • I checked the FAQ and official documentation before creating this issue
  • I have read and understand the issue reporting guidelines

Bug description

If you go to the DHCP Server Tab, I'm not able to change to Client-List, Loggin or any of the other things. It just sets #loggin or #client-list in the url but nothing is changing.

Your environment

  1. Operating System: Debian GNU/Linux 11 (bullseye) aarch64 (Raspberry Pi OS)
  2. Hardware and version: Raspberry Pi 4 Model B Rev 1.4 8GB
  3. RaspAP version: 2.9.2
  4. Clean install of a compatible operating system? Yes
  5. RaspAP Quick Install or Manual setup? Quick Install
  6. Using default configuration? No
  7. Simultaneous AP and managed mode? wlan0 is the hotspot, Wifi over eth0 so I think yes?
  8. Onboard wireless chipset or external adapter? Onboard
  9. Other software or services running with RaspAP?
    Apache in folder /var/www/html/subwebsite on port 8080
    Squid Proxy Server

Steps to reproduce

If you go to the DHCP Server-Tab and tap on Client-List or Loggin etc. the #logging gets added to the url but the subcategory isn't changing.

Screenshots

untitled.mp4

Additional context

The problem was already in 2.8.5. Tried it with Firefox, Safari (iPadOS), Chromium

@billz billz added the norepro label Jul 8, 2023
@billz
Copy link
Member

billz commented Jul 8, 2023

Untitled.mov

Checked with:
Safari Version 16.2 (18614.3.7.1.5)
Brave Version 1.52.129 Chromium: 114.0.5735.198 (Official Build) (arm64)

Can't really advise you beyond inspecting with developer tools.

@xXPerditorXx
Copy link
Author

xXPerditorXx commented Jul 8, 2023

After full reinstall, everything seems fine.
And as I see, I must correct something I wrote previously wrong. Apache is in folder /var/www/Website

@xXPerditorXx
Copy link
Author

xXPerditorXx commented Jul 8, 2023

So, after a bit playing around, I noticed, if you enable dhcp request loggin aswell as dns logging, that this problem is occuring.
Now my temporary solution is to make a reset in the System Tab

@billz
Copy link
Member

billz commented Jul 8, 2023

Aha, that's a good clue. DHCP and DNS logging together can create very big log files, if not cleared periodically. Tab switching is delayed because the DOM must load many MB of data to populate the logging tab. Clearing the log should fix this.

@xXPerditorXx
Copy link
Author

xXPerditorXx commented Jul 9, 2023

The thing is, that there shouldn't be anything inside the logs. I just activate logging and it instantly breaks everything which is inside the DHCP Server Tab.

Wouldn't it be possible, to add a feature that limits those two log files to a specific size the user sets?

@billz
Copy link
Member

billz commented Jul 9, 2023

It's a single system log file located at /var/log/dnsmasq.log. You can check the contents of this file from the shell and clear it manually with truncate -s 0 [file] or cat /dev/null > [file].

add a feature that limits those two log files to a specific size the user sets

Yes, that's a good idea. The System tab would be the best place for this setting.

Copy link

This issue is stale because it has been open for 30 days with no activity.

@billz
Copy link
Member

billz commented Nov 28, 2023

@xXPerditorXx thanks for raising this. I'd like to give you access to Insiders as a token of gratitude, just say the word

@xXPerditorXx
Copy link
Author

@xXPerditorXx thanks for raising this. I'd like to give you access to Insiders as a token of gratitude, just say the word

Really kind, I love betas/insider builds over all releases. Nearly everything I have is insider/beta.

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

Successfully merging a pull request may close this issue.

2 participants