-
Notifications
You must be signed in to change notification settings - Fork 144
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
RHEL8 DHCP Log streaming blank #90
Comments
I've never had logging working correctly, but are you actually seeing logs into /var/log/dhcp.log? |
Yes, and I have verified the settings for the Admin point to the
correct file.
…On Fri, Jan 28, 2022 at 4:10 AM madtempest ***@***.***> wrote:
I've never had logging working correctly, but are you actually seeing logs
into /var/log/dhcp.log?
—
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AU2YRTCEL27PCUP3ADZIETLUYJTPVANCNFSM5AKDO2WQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Via CLI/SSH or console, I can "tail -f /var/log/dhcp.log" and watch the log
fly by.
…On Fri, Jan 28, 2022 at 1:39 PM Scott Smith ***@***.***> wrote:
Yes, and I have verified the settings for the Admin point to the
correct file.
On Fri, Jan 28, 2022 at 4:10 AM madtempest ***@***.***>
wrote:
> I've never had logging working correctly, but are you actually seeing
> logs into /var/log/dhcp.log?
>
> —
> Reply to this email directly, view it on GitHub
> <#90 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AU2YRTCEL27PCUP3ADZIETLUYJTPVANCNFSM5AKDO2WQ>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
>
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
I know this is pretty old but I had to open port 8080 on the interface that this service is running on and restart the service. Then logging in the web ui started working. |
@llima27 sorry for the delay, I believe it was on the zone that you use to access the webserver. I believe for me it was public but it may be different for you though, it depends on your setup. I also moved to KEA/ Stork and away from ISC overall so I don't have my setup to look at anymore. |
@wcarman1 No worries! I'll give it a try. I'll add both 8080 and 3000 to public to see if I can access the logs from the web. |
I was able to get the install done with the help of "npm audit" during some failures. I can log into the IP:3000 and for the most part seems to be working. However when I click on Logs, and the DHCP Log shows up, regardless of what I type in the search, or leave it blank, and then click "start" it never shows anything in this window.
I've tried using "npm install console" and "npm install websocket", which downloaded and installed those, but it's still not showing anything.
Selinux has been disabled, even before the install. I checked permissions, and changed/edited the glass_config.json file to point to the proper log and leases files.
All other screens seem to be showing fairly accurate information. Leases can be searched on the active leases section.
I've even tried creating a sym link for /var/log/dhcp.log, in case the log file was being called some other way.
The text was updated successfully, but these errors were encountered: