cmkelley
Very Senior Member
What version of scribe? Please make sure you're using 3.1_1Hello, I have an issue. Scribe is not started upon a reboot of my router (AX88U). I need to do a scribe restart and then it is working fine, after each reboot.
What version of scribe? Please make sure you're using 3.1_1Hello, I have an issue. Scribe is not started upon a reboot of my router (AX88U). I need to do a scribe restart and then it is working fine, after each reboot.
If you have IPv6 enabled, try disabling that. It's possible that's a separate issue (that I have no control over).The very latest one. 3.1.1
scribe right now doesn't do so well with the early boot stuff (i.e. it tends to just lose it - I need to figure that out). I can't imagine it would make any difference. I don't think syslog-ng cares about the timestamps, it just passes them through.@cmkelley would scribe go haywire if amtm had a nerd mode that keeps the last timestamp when rebooting and applying it at earliest time during boot?
Testing on my newer models I no longer see default router dates (like May 5) until ntpd kicks in.
I have had the same issue for a while now (same router), but I lost my nut over it earlier in one of the threads and lost some cred. I've updated to 3.1.1 now, will post back if that problem contintinues.Hello, I have an issue. Scribe is not started upon a reboot of my router (AX88U). I need to do a scribe restart and then it is working fine, after each reboot.
No ipv6 thereIf you have IPv6 enabled, try disabling that. It's possible that's a separate issue (that I have no control over).
This is weird. Same here, issues is not new to 3.1.1 but is still thereI have had the same issue for a while now (same router), but I lost my nut over it earlier in one of the threads and lost some cred. I've updated to 3.1.1 now, will post back if that problem contintinues.![]()
Scribe is not started upon a reboot of my router (AX88U). I need to do a scribe restart and then it is working fine, after each reboot.
 Please select an option: s
      checking syslog-ng daemon ... dead.
    the system logger (syslogd) ... is running.
    Type scribe restart at shell prompt or select rs
    from scribe main menu to start syslog-ng.
    syslog.log default location ... /tmp/syslog.log
  ... & agrees with config file ... okay!
 checking system for necessary scribe hooks ...
          checking S01syslog-ng ... present.
            checking post-mount ... present.
               checking unmount ... present.
 checking syslog-ng configuration ...
   syslog-ng.conf version check ... in sync. (3.38)
    syslog-ng.conf syntax check ... okay!
          scribe installed version: v3.1_1 (master)
             scribe GitHub version: v3.1_1 (master)
                    scribe is up to date!
 Press [Enter] to continue:
	I've had a look at service-event. Scribe startup is at the end, followed by the uiscribe startup.@Olivier L @Ripshod @cmkelley
I was getting this issue intermittently there for a while on my AX86U, and then I played around with the order of "firing" in the service-event file. In my case the scribe start up line had ended up first, so I moved it to be the last line and since then I haven't seen the problem re-occur.
This may be voodoo and completely coincidental - makes no sense to me that the order would matter - but I mention it anyway in case it's worth a try in terms of trouble-shooting for someone?
#!/bin/sh
if echo "$2" | /bin/grep -q "YazFi" || { [ "$1" = "restart" ] && [ "$2" = "wireless" ]; }; then { /jffs/scripts/YazFi service_event "$@" & }; fi # YazFi Guest Networks
[ "$2" = diversion ] && /bin/sh /opt/share/diversion/webui/process.div "$1" & # Added by Diversion
if echo "$2" | /bin/grep -q "ntpmerlin"; then { /jffs/scripts/ntpmerlin service_event "$@" & }; fi # ntpMerlin
if echo "$2" | /bin/grep -q "scmerlin"; then { /jffs/scripts/scmerlin service_event "$@" & }; fi # scMerlin
if echo "$2" | /bin/grep -q "spdmerlin"; then { /jffs/scripts/spdmerlin service_event "$@" & }; fi # spdMerlin
/jffs/scripts/YazDHCP service_event "$@" & # YazDHCP
if echo "$2" | /bin/grep -q "uiDivStats"; then { /jffs/scripts/uiDivStats service_event "$@" & }; fi # uiDivStats
/jffs/scripts/scribe kill-logger nologo "$1" "$2" & # added by scribe
if echo "$2" | /bin/grep -q "uiScribe"; then { /jffs/scripts/uiScribe service_event "$@" & }; fi # uiScribe
	Sounds like you were on the edge of a race condition and moving the scribe kickoff to the end made sure whatever else was causing the issue always completed first. Probably not something I can count on across all routers / issues. Although IPv6 seems to be the culprit in most cases, there's one report here of someone having this issue w/o IPv6.@Olivier L @Ripshod @cmkelley
I was getting this issue intermittently there for a while on my AX86U, and then I played around with the order of "firing" in the service-event file. In my case the scribe start up line had ended up first, so I moved it to be the last line and since then I haven't seen the problem re-occur.
This may be voodoo and completely coincidental - makes no sense to me that the order would matter - but I mention it anyway in case it's worth a try in terms of trouble-shooting for someone?
Try 3.1_2 please. Hopefully that will solve your issue, because I'm out of ideas otherwise. :-/No ipv6 there
Although IPv6 seems to be the culprit in most cases, there's one report here of someone having this issue w/o IPv6.
Okay ... make that 2 reports, then, lol.Also "just for the record" @cmkelley I've never had IPv6 turned on either on this router.
Thank you, now have 3.1_2 installed and I'll continue to monitor and report.
Well in my case it kinda fixed itself for now at least, not that I really have a clue why!Not that I have a clue in life what to do if it doesn't fix the issue.

Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!