Failure to install binary packages in older FreeBSD versions using “pkg_add -r”. Solution: Add these lines to /etc/csh.cshrc (/etc/profile if you are using bash or sh): [FreeBSD 4.x] setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/ setenv PACKAGELIST [FreeBSD 5.x] setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/Latest/ setenv PACKAGELIST
Tag: freebsd
Need to change IP address in FreeBSD
Issue: A change of IP address is needed in FreeBSD. Solution: If you do not have the root password boot into Single User mode [option 4]. Procced to step 1. If you have the root password procced to step 2. 1. mount -o (if you get a read-only error, you will have to run fschk… Continue reading Need to change IP address in FreeBSD
How to bind a range of IP’s on BSD based hosts ( FreeBSD, OpenBSD )
First login to your FreeBSD host as a ‘non-root’ user. You should have an account in the ‘wheel’ group that you can do this with. Once you have logged in run the following commands to switch users to ‘root’ su – Password: server# The prompt should have a # in it now meaning you are… Continue reading How to bind a range of IP’s on BSD based hosts ( FreeBSD, OpenBSD )
WHM shows all accounts as 0/unlimited quotas
There are many possible causes of this issue, however most relate to quotas being enabled on the filesystem itself. Some ways to check the most common errors are: Quotas enabled in the filesysem By default, quoatas are enabled in the kernel on all SoftLayer Linux and FreeBSD kernels. If you’ve compiled/installed your own kernel, you’ll… Continue reading WHM shows all accounts as 0/unlimited quotas
Need to change IP address in FreeBSD
Issue: A change of IP address is needed in FreeBSD. Solution: If you do not have the root password boot into Single User mode [option 4]. Procced to step 1. If you have the root password procced to step 2. 1. mount -o (if you get a read-only error, you will have to run fschk… Continue reading Need to change IP address in FreeBSD
Cpanel DNS on Freebsd: named or rndc does not exist
Problem: Cpanel on FreeBSD shows the error that named or rndc does not exist after a cpanel update. Solution: server1# ln -s /usr/local/sbin/named /usr/sbin/named