Categories
- Answers (12)
- DragonFlyBSD (7)
- FreeBSD (10)
- NetBSD (14)
- Networking (7)
- News (1)
- OpenBSD (8)
- Papers (8)
- pkgsrc (1)
- Programming (1)
- Security (9)
- System Administration (10)
Author Archives: jeff
Errors with RabbitMQ on FreeBSD
I’ve run into the following error(s) intermittently while starting or stopping RabbitMQ on my FreeBSD machine. It was rather perplexing as it seemed inconsistent. The messages have been abbreviated for brevity. $ sudo /usr/local/etc/rc.d/rabbitmq start {error_logger,{{2009,10,14},{9,8,46}},std_error,”File operation error: eacces. Target: … Continue reading
Posted in Answers, FreeBSD
Leave a comment
How do I determine the expiration date of a p12 certificate?
First you will need to translate the pkcs12 certificate into a PEM certificate. The PEM certificate is only needed temporarily and can later be removed. $ openssl pkcs12 -in certificate.p12 -out tempcrt.pem Enter Import Password: MAC verified OK Enter PEM … Continue reading
Posted in Answers, Security, System Administration
2 Comments
Fixing PCRE_UTF8 Errors in FreeBSD
I have recently encountered this error: PHP Warning: preg_match(): Compilation failed: this version of PCRE is not compiled with PCRE_UTF8 support at offset 0 And despite some of the suggested solutions I have found in various Drupal and MediaWiki forums, … Continue reading
Posted in FreeBSD, Programming, System Administration
10 Comments
