Issue: HOP-6922 Reboot data model is not upgrade persistent [fix]
Signed-off-by: sahbot <sahbot@softathome.com>
GitOrigin-RevId: 32715f6a70159ff7dafa16fa7b3c9f9414b8f7b4
Issue: PPW-126 Ping function doesn't work when the ProtocolVersion is “IPv4” or “IPv6”
Signed-off-by: sahbot <sahbot@softathome.com>
GitOrigin-RevId: 4c036547a1c3b3174e668b17f5efc39757727950
Issue: HOP-7910 - [device] remove the debug information for the whole DM
Signed-off-by: sahbot <sahbot@softathome.com>
GitOrigin-RevId: cf019b128055db83b839c9a9682adcee95ff3d45
Issue: HOP-7953 - Logs tar.gz are using date iso index
Signed-off-by: sahbot <sahbot@softathome.com>
GitOrigin-RevId: 32f2cde40e9e3c4322be0e92846b86e75f25317a
Issue: HOP-7397 [time-manager] Rename default client instance [fix]
Issue: HOP-7740 [time-manager] State should go to 'Error' after a number of unsuccessful attempts [fix]
Issue: HOP-7741 [time-manager] chrony daemon takes too long (~7s) to go to sync state
Signed-off-by: sahbot <sahbot@softathome.com>
GitOrigin-RevId: 115c75d871954c377e096eb959736c5dbfa893d0
Issue: HOP-7397 [time-manager] Rename default client instance [fix]
Issue: HOP-7741 [time-manager] chrony daemon takes too long (~7s) to go to sync state
Signed-off-by: sahbot <sahbot@softathome.com>
GitOrigin-RevId: f86c67ff9f55195749f19d7ff77949454b8831ad
Issue: HOP-7253 - [UPnP-IGD] PCP entries created by UPnP-IGD are not cleared when the UPnP-IGD is disabled
Signed-off-by: sahbot <sahbot@softathome.com>
GitOrigin-RevId: 76526d1b0e4cf0fd2dd5e5534affe5d303515ec4
Issue: NET-6233 [SOP][SSH] The SSH key authentication keeps asking for a password
Issue: NET-6270 [ssh-server] ssh tests failing on sgv2 and ib3 because it fails to start
Issue: SHG-1990 [Generic][TR069] - Not possible to fetch the full datamodel via tr069
Signed-off-by: sahbot <sahbot@softathome.com>
GitOrigin-RevId: 68bfc50ff24ef5a6e23ec5369b10c917ad7e756b
Issue: NET-6270 [ssh-server] ssh tests failing on sgv2 and ib3 because it fails to start
Issue: SHG-1990 [Generic][TR069] - Not possible to fetch the full datamodel via tr069
Signed-off-by: sahbot <sahbot@softathome.com>
GitOrigin-RevId: a55c79f8c2203e8c6108ba94d446493f3ebef8f7
Issue: HOP-7776 - [DynamiCDNS] DynamicDNS.Client fail when the ip_interface is not set on uci
Issue: PPW-118 - [DynamiCDNS] DynamicDNS.Client fail when the ip_interface is not set on uci
Signed-off-by: sahbot <sahbot@softathome.com>
GitOrigin-RevId: 7195e9ee63e5c22521761bd8ed2809f8dd865f1b
Issue: HOP-7340 [AppArmor] Create AppAmor profile for plugins
Issue: HOP-7545 - User default password must be locked and shell "bin/false"
Signed-off-by: sahbot <sahbot@softathome.com>
GitOrigin-RevId: 903fed6342e28e7f96643816f61ffa2fd22ce70a
Issue: NET-6026 [gmap][mod-upnp] fill in server value
Signed-off-by: sahbot <sahbot@softathome.com>
GitOrigin-RevId: 7b873d9cc2ea3e99cf55e65182187efc8d77a41a
Issue: HOP-5260 - [dhcpv4-server] make dhcpv4 server work with mod-dmext
Issue: PPW-78 - [dhcpv4-server] make dhcpv4 server work with mod-dmext
Signed-off-by: sahbot <sahbot@softathome.com>
GitOrigin-RevId: 0fe359ff9cc0a2ebed762cd55abdcd4c608fafec
Issue: SHG-1990 [Generic][TR069] - Not possible to fetch the full datamodel via tr069
Signed-off-by: sahbot <sahbot@softathome.com>
GitOrigin-RevId: ed7a06d5c4f928145b3fce639c382a313e2bf361
Problem:
All programs calling timezone dependent functions can crash with a SIGBUS at random times.
Cause:
The timezone file /etc/TZ is symlinked to /tmp/TZ.
/etc/init.d/system writes to this file but not in an atomic way.
Openwrt has a musl-libc patch to attempt to memmap the timezone from /etc/TZ.
See "110-read_timezone_from_fs.patch".
/etc/init.d/system writes to the file between the memmap and read it will cause a SIGBUS in the affected program.
Solution:
Have /etc/init.d/system write to /tmp/TZ in an atomic way.
Issue: HOP-7451 - crash - do_tzset bus error (SIGBUS)
Issue: FS#3741(openwrt) - Bus error on musl tzset
Signed-off-by: Xavier Dooms <xavier.dooms_ext@softathome.com>
GitOrigin-RevId: 91ede4d3a212e4a05ba879cf4c77f28f01892ce7
Issue: HOP-7616 - tmpfs_download_mount.sh : usr/bin: unknown operand
Issue: HOP-7661 - Add logrotate append script
Issue: HOP-7686 -[Upgrade] The upgrade test did not pass on the WebUI for WNC-CHR2
Issue: NET-5989 - meta amx net core blocked by tr181-deviceinfo
Signed-off-by: sahbot <sahbot@softathome.com>
GitOrigin-RevId: ae5df8b6e2b412eee8239881fe2bc771a5abfa48
Issue: HOP-7616 - tmpfs_download_mount.sh : usr/bin: unknown operand
Issue: HOP-7686 -[Upgrade] The upgrade test did not pass on the WebUI for WNC-CHR2
Issue: NET-5989 - meta amx net core blocked by tr181-deviceinfo
Signed-off-by: sahbot <sahbot@softathome.com>
GitOrigin-RevId: 9a64f8ce7bf1e0ea385f3dca1819e5e48ed833df
Issue: NET-5989 - meta amx net core blocked by tr181-deviceinfo
Signed-off-by: sahbot <sahbot@softathome.com>
GitOrigin-RevId: a6900b0efee7390727e5b128ebbef849a1e45a4f
Issue: NET-5989 - meta amx net core blocked by tr181-deviceinfo
Signed-off-by: sahbot <sahbot@softathome.com>
GitOrigin-RevId: 317b7f8f1dd43eded3da81a28a962d1ea5087a6a