Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

messed up config files #19

Open
atagmester opened this issue Apr 11, 2024 · 0 comments
Open

messed up config files #19

atagmester opened this issue Apr 11, 2024 · 0 comments

Comments

@atagmester
Copy link

Hi!
Multiple problems happened during install, some of them can be really annoying.

  • loader.conf got renamed to loader.conf.bk... why? It's difficult to boot without that. Don't touch it please :)
  • /etc/devd.conf... missing " marks, devd (and all my usb devices) stopped working after reboot. Here is the working one:
notify 100 {
        match "system" "GEOM";
        match "subsystem" "DEV";
        action "/usr/sbin/automount -c";
};
  • /usr/local/etc/sudoers -> missing name before the rule ALL=(ALL:ALL) ALL

No other problems found so far :D

(FreeBSD 14.0-RELEASE-p6 amd64)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant