FreeBSD


Error Apache PHP Suexec FastCGI session_start open O_RDWR Permission Denied

Note to self: Fix this Error in Apache PHP Suexec FastCGI session_start open O_RDWR Permission Denied Warning: session_start(): open(path-to-tmp-dir, O_RDWR) failed: Permission denied(13) The solution was simple, but in most of my PHP scripts it didn’t even show this error. The fix: Go to your /var/tmp directory. (or wherever you […]


Gpart File Exists Error on FreeBSD 1

Tried to manually setup my disks in order to install root FreeBSD on a ZFS mirror, but following the how-to’s available, I couldn’t get pass the first command. gpart create -s gpt ad0 geom ‘ad0’: File exists   I tried deleting the partitions/slices, even doing a “dd of=/dev/null” on my […]