Top "Freebsd" questions

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

Using a numbered file descriptor from Java

I need to access numbered file descriptors from Java -- other than 0, 1 or 2. How can this be done? I looked …

java file-io freebsd
Simple timer to measure seconds an operation took to complete

I run my own script to dump databases into files on a nightly basis. I wanted to count time (in …

bash freebsd
MySQL Galera node not starting (aborting with Error 'WSREP: [...]: 60: failed to reach primary view: 60 (Operation timed out)')

I am trying to setup three Galera nodes on FreeBSD 10 with MySQL 5.6.26 and VirtualBox. When I set up everything and …

mysql unix freebsd galera
tar: Failed to open '/dev/sa0' error in freebsd

I have a bash code below under freebsd tar --files-from $files --exclude-from $xfile -zc \ | openssl aes-256-cbc -salt -pass pass:$…

bash freebsd tar
Where is stdarg.h?

On my system (Mac OS 10.6) /usr/include/stdarg.h is: /* This file is public domain. */ /* GCC uses its own copy …

c macos gcc freebsd libc
most efficient way to get current time/date/day in C

What is the most efficient way of getting current time/date/day/year in C language? As I have to …

c freebsd systemtime processing-efficiency
How can I install Git on FreeBSD after error code 1?

I want to install Git but it gives me error. I enter make clean install and it says: ===> git-2.1.0 …

git freebsd ports gitweb
execve("/bin/sh", 0, 0); in a pipe

I have the following example program: #include <stdio.h> int main(int argc, char ** argv){ char buf[100]; printf("…

c shell pipe freebsd execve
Firebird 2.5 CHARACTER SET WIN1252 is not installed

I've installed Firebird-Server 2.5 on FreeBsd 9.1 using: pkg install firebird-server-2.5.2_1 It's working ok, since I can connect using FlameRobin from an …

firebird freebsd firebird2.5
PostgreSQL performance monitoring tool

I'm setting up a web application with a FreeBSD PostgreSQL back-end. I'm looking for some database performance optimization tool/technique.

sql database optimization postgresql freebsd