Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
freebsd_install [2025/07/21 07:42] – steve | freebsd_install [2025/07/21 07:48] (current) – steve | ||
---|---|---|---|
Line 58: | Line 58: | ||
== Setup linprocfs for htop == | == Setup linprocfs for htop == | ||
+ | |||
+ | Load linux modules: | ||
< | < | ||
- | echo linproc /compat/linux/proc linprocfs rw 0 0 >> /etc/fstab | + | kldload |
- | mkdir -p / | + | kldload linux64 |
- | ln -s /usr/compat /compat | + | |
- | mount linproc | + | |
</ | </ | ||
- | ==== VMWare Guest Tools Install ==== | + | Enable auto load of modules in ''/ |
- | + | ||
- | Since this is probably a VMWare guest, install the tools so the server runs more smoothly. | + | |
< | < | ||
- | cd / | + | kld_list=" |
- | cd / | + | linux_enable=" |
- | cd && ftp http:// | + | |
- | tar -ozxf vmware-freebsd-tools.tar.gz && cd vmware-tools-distrib | + | |
- | perl vmware-install.pl | + | |
</ | </ | ||
- | ==== Disable Sendmail ==== | + | Add to ''/ |
- | + | ||
- | * Remove sendmail from startup | + | |
- | + | ||
- | Add to ''/ | + | |
< | < | ||
- | sendmail_enable=" | + | procfs |
- | sendmail_submit_enable=" | + | linprocfs |
- | sendmail_outbound_enable=" | + | |
- | sendmail_msp_queue_enable=" | + | |
</ | </ | ||
- | And you can disable some sendmail specific daily maintenance routines in your | + | Install htop: |
- | ''/ | + | |
< | < | ||
- | daily_clean_hoststat_enable=" | + | pkg install htop |
- | daily_status_mail_rejects_enable=" | + | |
- | daily_status_include_submit_mailq=" | + | |
- | daily_submit_queuerun=" | + | |
</ | </ | ||
- | |||
- | If ''/ |