Hello,
I have updated to FreeBSD 13.1 with buildkernel installkernel, buildworld and installworld.
Now I need to do
I have done
Then I done
In /var/db/etcupdate/log are a lot of lines.
Then I checked the system and see that no files has changed, like /etc/rc.d/jail. It is still of 2021.
I have also tried
"The extract mode generates a new "current" tree."
Also I try
no output
It is the second time I try to use etcupdate. The first time I was been told that I must use mergemaster the last time, because etcupdate could not have a reference of etc-files to compare.
I don't know how to fix this. Can anyone help me?
I have updated to FreeBSD 13.1 with buildkernel installkernel, buildworld and installworld.
Now I need to do
etcupdate
I have done
etcupdate -n
to see what happens. The output was:
Code:
U /etc/defaults/devfs.rules
U /etc/defaults/periodic.conf
U /etc/defaults/rc.conf
U /etc/devd.conf
C /etc/freebsd-update.conf
U /etc/mtree/BSD.debug.dist
U /etc/mtree/BSD.include.dist
U /etc/mtree/BSD.root.dist
U /etc/mtree/BSD.tests.dist
U /etc/mtree/BSD.usr.dist
U /etc/network.subr
U /etc/rc.d/auditd
U /etc/rc.d/ctld
U /etc/rc.d/devmatch
U /etc/rc.d/growfs
U /etc/rc.d/gssd
U /etc/rc.d/ipfw
U /etc/rc.d/jail
U /etc/rc.d/linux
U /etc/rc.d/mountd
U /etc/rc.d/nfsd
U /etc/rc.d/ntpd
U /etc/rc.d/os-release
U /etc/rc.d/pf
U /etc/rc.d/rctl
U /etc/rc.d/securelevel
U /etc/rc.d/zfs
U /etc/security/audit_event
U /etc/ssh/moduli
C /etc/ssh/ssh_config
C /etc/ssh/sshd_config
M /etc/ttys
C /root/.profile
A /etc/rc.d/sysctl_lastload
A /etc/rc.d/tlsclntd
A /etc/rc.d/tlsservd
A /etc/rc.d/zfskeys
Warnings:
Removed file changed: /etc/regdomain.xml
"For each file that is updated a line will be output with a leading
character to indicate the action taken. The possible actions follow:"
A Added
C Conflict
D Deleted
M Merged
U Updated
etcupdate
. It runs a while but give no output.In /var/db/etcupdate/log are a lot of lines.
Then I checked the system and see that no files has changed, like /etc/rc.d/jail. It is still of 2021.
I have also tried
etcupdate extract
and try again etcupdate
, but with the same result."The extract mode generates a new "current" tree."
Also I try
etcupdate resolve
"to resolve any conflicts encountered during a merge"no output
It is the second time I try to use etcupdate. The first time I was been told that I must use mergemaster the last time, because etcupdate could not have a reference of etc-files to compare.
I don't know how to fix this. Can anyone help me?