https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199002
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- (In reply to mikhail.rokhin from comment #0) What does freebsd-version say? This is expected when /usr/src has not been installed. There are no files for freebsd-update(8) to maintain. If /usr/src is empty, then change /etc/freebsd-update.conf from this: # Components of the base system which should be kept updated. Components src world kernel To this to: # Components of the base system which should be kept updated. Components world kernel That will be the permanent fix to resolve the message you saw. Additionally, STABLE is not supported by the public freebsd-update servers so that would explain that issue. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
