Feb 7 11:25:28 localhost avahi-daemon[2912]: Registering new address record for 192.168.1.73 on eth0.IPv4.
Feb 7 11:25:28 localhost NET[8719]: /sbin/dhclient-script : updated /etc/resolv.conf
Feb 7 11:25:28 localhost dhclient: bound to 192.168.1.73 -- renewal in 38668 seconds.
Feb 7 11:28:40 localhost ntpd[3804]: Listening on interface #6 eth0, fe80::226:9eff:fe23:e194#123 Enabled
Feb 7 11:28:40 localhost ntpd[3804]: Listening on interface #7 eth0, 192.168.1.73#123 Enabled
Feb 7 11:28:40 localhost ntpd[3804]: new interface(s) found: waking up resolver
Feb 7 11:28:42 localhost ntpd_initres[3821]: host name not found: 0.us.pool.ntp.org
Feb 7 11:28:42 localhost ntpd_initres[3821]: host name not found: 1.us.pool.ntp.org
From what I see in your log, the inferface connect to to the router and obtain address from dhclient brown marked lines),
then fails to contact ntp server (red marked line)
probably because of a problem related to DNS settings.
Try to check DNS settings, both on router, on PCC, and eventually refer to another running computer.
After connection try to look in /etc/resolv.conf.
Look like you have IPv6 enabled, try to disable IPv6 for now.
AS, HTH