Top "Freebsd" questions

FreeBSD is an advanced Unix-like operating system for modern server, desktop, and embedded computer platforms.

Enter file in which to save the key

When generating an SSH key with OpenBSD, we are asked to enter a file in which to save the key. …

windows ssh freebsd
What is the purpose of calling fcntl() be called with the file descriptor as -1 and cmd as F_GETFL?

I am trying to understand what this line of code means: flags = fcntl(-1,F_GETFL,0);

c sockets unix freebsd fcntl
How good is FreeBSD as a development platform?

I know that lots of web hosting providers are offering FreeBSD, but how good is FreeBSD as a development platform? …

java operating-system freebsd platform
rpath=$ORIGIN not having desired effect?

I've got a binary "CeeloPartyServer" that needs to find libFoundation.so at runtime, on a FreeBSD machine. They're both in …

gcc linker freebsd rpath
What does the GDB backtrace message "0x0000000000000000 in ?? ()" mean?

What does it mean when it gives a backtrace with the following output? #0 0x00000008009c991c in pthread_testcancel () from /…

c++ gdb pthreads fastcgi freebsd
FreeBSD: jail can not set security.jail.sysvipc_allowed

There is a problem when I init a PostgreSQL database in a FreeBSD jail. I found an article about the …

postgresql freebsd jail
How do I find out the default server character set in mysql?

Using MySQL on FreeBSD 8.2. How do I find out the default server character set? Is there some command I can …

mysql character-encoding freebsd
Best practice to write logs in /var/log from a python script?

I want to write some log informations from a python's main script into a file in /var/log. When I …

python linux python-3.x logging freebsd
Can FreeBSD be run inside Docker?

I have been looking for a Docker image of FreeBSD but cannot find, can FreeBSD be run inside docker? If …

docker freebsd
strdup dumping core on passing NULL

strdup(null) dumps core. Tried in on ubuntu and freeBSD both. why? Shouldn't it return null? char *b = NULL; a = …

c linux compiler-construction posix freebsd