Author : admin

I had to move a mysql datadir to a new partition as it was stored in /var/lib/mysql but df -h showed the main partition being /data and the / partition was now full up. This was a Centos machine. I stopped mysql – /etc/init.d/mysqld stop I copied the mysql databases over to the new directory ..

Read more

Go into global configuration mode and type the following: service internal int atm 0 dsl noise-margin (a value between -3 and 3) Most likely you will need to increase the SNR for stability. You should check the SNR via the command show dsl interface atm0/0/0 or something like show controllers VDSL 0 (or what ever ..

Read more

One of my servers has a failed disk, but I’m not entirely sure which one. I installed arcconf – cd /usr/ports/sysutils/arcconf make install /usr/local/sbin/arcconf getconfig 1 Shows me the output, which will show me the failed disk or battery problems etc. &nb..

Read more

I recently installed FreeBSD 10, as I broke my server by trying to install a 32bit ESET av, which is actually all they provide for FreeBSD. Anyway, I couldn’t see anything in the source /usr/src/ so I tried to install it using sysinstall. # sysinstall bash: sysinstall: command not found sysinstall for FreeBSD 10 has ..

Read more

I”ve fixed a lot of computers and laptops now with a couple of really great programs. I found one of them by word of mouth. It”s called Hitman Pro and I highly recommend it. You can download the program for free and run a 1 time scan. It doesn”t take long to scan your system ..

Read more

Installing TLS on sendmail Freebsd  – cd /usr/ports/security/cyrus-sasl2-saslauthd && make install echo ‘saslauthd_enable=”YES”‘ >> /etc/rc.conf Start the saslauthd – /usr/local/etc/rc.d/saslauthd.sh start Changing sendmail build options – vi /etc/make.conf #Add the following – # SASL (cyrus-sasl v2) sendmail build flags… SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2 SENDMAIL_LDFLAGS=-L/usr/local/lib SENDMAIL_LDADD=-lsasl2 # Adding to enable alternate port (smtps) for sendmail… SENDMAIL_CFLAGS+= -D_FFR_SMTP_SSL   ..

Read more