Testing Done: |
|
|---|
AE-1234 Fix backend app crash issue
Review Request #696 — Created March 6, 2025 and submitted
| Information | |
|---|---|
| phemadri | |
| APV10 | |
| rel_apv_10_7 | |
| AE-1234 | |
| Reviewers | |
| mmiriam, pradeep, prajesh, rvempati, tanya | |
On vAPV, building latest code checked-out from ‘rel_apv_10_7’ branch is causing below issues.
-- frequent backend crash
-- failure in saving configuration changes
-- ‘show run’ command failure
Before fix, running 'show run <>' command executes for about 20 secs and gives no output
AN(config)#show run logAN(config)#
After fix
phani-vAPV-1(config)#show run log
ntp.c:write_ntp -- Failed to open chrony keys file
snmp traps loglevel err
system mail from "%halert@log.domain"fastlog configuration
log facility "local0"
log level "debug"
log on
log language english
log message disable 100017001
log message disable 100017002
log message disable 100017003
log message disable 100017004
log message disable 100017005
log message disable 100017006
log message disable 100024013
log message disable 100024014
log source port 514
log option levelinfo on
log option logid on
log localhost off
log http squid vip host
log rfc5424 on
log rfc5424 appname "ssl"
log appvisual on ssl
log appvisual off sdns
log appvisual off slb-http
log appvisual off slb-tcp
log appvisual off llbHSM autologin configuration
ha log off
ha log level infophani-vAPV-1(config)#
-
-
branches/rel_apv_10_7/usr/click/bin/backend/ntp.c (Diff revision 1) Once check the printf statement,
I think it should be "Failed to open chrony_conf_file" instead of "failed to open chrony keys file."
