Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
23.7 Legacy Series
»
Repeating error in my logs
« previous
next »
Print
Pages: [
1
]
Author
Topic: Repeating error in my logs (Read 971 times)
dcol
Hero Member
Posts: 635
Karma: 51
Repeating error in my logs
«
on:
August 14, 2023, 05:35:44 pm »
My logs are filled with errors. Using v23.7.1_3
This is a repeating error every second in the logs there are actually thousands of these. Using DHCP on the WAN
How can I fix this?
2023-08-08T08:46:36-04:00 Error opnsense /usr/local/etc/rc.linkup: The command '/bin/kill -'TERM' '77804'' returned exit code '1', the output was 'kill: 77804: No such process'
2023-08-08T08:45:53-04:00 Error opnsense /usr/local/etc/rc.linkup: The command '/bin/kill -'TERM' '77804'' returned exit code '1', the output was 'kill: 77804: No such process'
2023-08-08T08:45:42-04:00 Error opnsense /usr/local/etc/rc.linkup: The command '/bin/kill -'TERM' '77804'' returned exit code '1', the output was 'kill: 77804: No such process'
2023-08-08T08:44:37-04:00 Error opnsense /usr/local/etc/rc.linkup: The command '/bin/kill -'TERM' '77804'' returned exit code '1', the output was 'kill: 77804: No such process'
2023-08-08T08:44:31-04:00 Error opnsense /usr/local/etc/rc.routing_configure: ROUTING: refusing to set inet gateway on addressless wan(igc0)
Logged
franco
Administrator
Hero Member
Posts: 17656
Karma: 1611
Re: Repeating error in my logs
«
Reply #1 on:
August 15, 2023, 08:47:01 am »
These logs are from before 23.7.1 but I suppose they show radvd being stopped via PID file whose PID no longer exists because the PID file is stale. I'm pondering to remove these errors altogether as it would be more costly to check the PID on each try as well..
> 2023-08-08T08:44:31-04:00 Error opnsense /usr/local/etc/rc.routing_configure: ROUTING: refusing to set inet gateway on addressless wan(igc0)
DHCP not responding quickly enough? Likely a transient error. FreeBSD does bad things when pointing a route via an interface without an address (using 0.0.0.0 as traffic source).
Cheers,
Franco
Logged
dcol
Hero Member
Posts: 635
Karma: 51
Re: Repeating error in my logs
«
Reply #2 on:
August 15, 2023, 05:15:08 pm »
Yes they were older, but it is still happening, just not as often. How can I track down this error? Also it shows dhpdv6, when this firewall has only one static IP with no IPv6 assigned. Where is this error coming from?
023-08-15T10:34:33-04:00 Error opnsense /usr/local/etc/rc.linkup: The command '/bin/kill -'TERM' '77804''(pid:/var/dhcpd/var/run/dhcpdv6.pid) returned exit code '1', the output was 'kill: 77804: No such process'
2023-08-15T10:28:05-04:00 Error opnsense /usr/local/etc/rc.linkup: The command '/bin/kill -'TERM' '77804''(pid:/var/dhcpd/var/run/dhcpdv6.pid) returned exit code '1', the output was 'kill: 77804: No such process'
2023-08-15T10:27:54-04:00 Error opnsense /usr/local/etc/rc.linkup: The command '/bin/kill -'TERM' '77804''(pid:/var/dhcpd/var/run/dhcpdv6.pid) returned exit code '1', the output was 'kill: 77804: No such process'
2023-08-15T10:26:51-04:00 Error opnsense /usr/local/etc/rc.linkup: The command '/bin/kill -'TERM' '77804''(pid:/var/dhcpd/var/run/dhcpdv6.pid) returned exit code '1', the output was 'kill: 77804: No such process'
2023-08-14T15:29:30-04:00 Error opnsense /usr/local/etc/rc.linkup: The command '/bin/kill -'TERM' '77804''(pid:/var/dhcpd/var/run/dhcpdv6.pid) returned exit code '1', the output was 'kill: 77804: No such process'
2023-08-14T15:28:41-04:00 Error opnsense /usr/local/etc/rc.linkup: The command '/bin/kill -'TERM' '77804''(pid:/var/dhcpd/var/run/dhcpdv6.pid) returned exit code '1', the output was 'kill: 77804: No such process'
2023-08-14T15:28:30-04:00 Error opnsense /usr/local/etc/rc.linkup: The command '/bin/kill -'TERM' '77804''(pid:/var/dhcpd/var/run/dhcpdv6.pid) returned exit code '1', the output was 'kill: 77804: No such process'
2023-08-14T15:27:27-04:00 Error opnsense /usr/local/etc/rc.linkup: The command '/bin/kill -'TERM' '77804''(pid:/var/dhcpd/var/run/dhcpdv6.pid) returned exit code '1', the output was 'kill: 77804: No such process'
Logged
phantomsfbw
Jr. Member
Posts: 67
Karma: 3
Re: Repeating error in my logs
«
Reply #3 on:
September 23, 2023, 12:30:25 am »
I have the same issue. My Kills so to speak are 51511, 18534, 44127, and 19992. Did you ever figure out what this was?
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
23.7 Legacy Series
»
Repeating error in my logs