Tagged Questions

FreeBSD is an advanced Unix-like operating system for modern server, desktop, and embedded computer platforms. It is open source and licensed under the 2-clause BSD license.

learn more… | top users | synonyms

22
votes
11answers
5k views

How can I get the behavior of GNU's readlink -f on a Mac?

On Linux, the readlink utility accepts an option -f that follows additional links. This doesn't seem to work on Mac and possibly BSD based systems. What would the equivalent be? Here's some debug ...
9
votes
5answers
1k views

Does GPL code linking with proprietary library depend which is created first?

Microsoft creates their windows and MFC DLL library, etc. An open source develop write a new MFC application and release the source code as GPL. The app has to link with the MS DLL/libraries to ...
9
votes
4answers
8k views

A way to determine a process's “real” memory usage, i.e. private dirty RSS?

Tools like 'ps' and 'top' report various kinds of memory usages, such as the VM size and the Resident Set Size. However, none of those are the "real" memory usage: Program code is shared between ...
8
votes
11answers
2k views

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? Specifically, is Java 1.6 available in it? Is there somthing specific that it ...
7
votes
10answers
1k views

Alternatives to make for linux/freebsd?

What are some alternatives to make for linux/freebsd?
6
votes
2answers
256 views

Bash script execution with and without shebang in Linux and BSD

How and who does determine what does executed when a bash-like script is executed as a binary without a shebang? I guess that running a normal script with shebang is handled with binfmt_script Linux ...
6
votes
3answers
244 views

Python String memory usage on FreeBSD

I'm observing a strange memory usage pattern with python strings on Freebsd. Consider the following session. Idea is to create a list which holds some strings so that cumulative characters in the list ...
6
votes
1answer
690 views

How to get the system library path on Unix (Linux, FreeBSD)

I need a more-or-less portable programmatic way for querying the the dynamic library path list. For Linux, I can concatenate the $LD_LIBRARY_PATH and the contents of /etc/ld.so.conf (processing the ...
5
votes
2answers
103 views

Is there an API to access the ZFS filesystem

I would like to know if there is a way to access the ZFS api (preferably from python but C is fine too). My goal is to write some tools that will monitor my pools but would definitely like to not to ...
5
votes
2answers
83 views

Reading the route table on FreeBSD

I'm porting an application from Linux to FreeBSD that needs to look at the table of network routes ("route" on Linux or "netstat -r" on FreeBSD). On Linux, the application simply reads ...
5
votes
3answers
141 views

Execute Python Script as Root (seteuid vs c-wrapper)

I have a quick one off task in a python script that I'd like to call from Django (www user), that's going to need to root privileges. At first I thought I would could use Python's os.seteuid() and ...
5
votes
2answers
308 views

What is Interrupt Threading?

(NB: This is not about interrupting Java/.NET threads, this is about kernel-mode interrupts.) Hi, Wikipedia has this to say about Interrupt Threads in the Interrupt handler article: Interrupt ...
5
votes
7answers
859 views

Where can I obtain a list of UNIX system calls?

Where are some lists of system calls on UNIX? This wasn't my original question, but thanks anyway :)
5
votes
5answers
354 views

Unix and FreeBSD

My final goal is to write the program which can run on the Unix OS. I know that there are many Unix versions, and don't know exactly for now which one I need to support. I cannot install any Unix OS ...
5
votes
2answers
3k views

How do I compile Perl 5.10 with thread support under FreeBSD 7.1?

I'm trying to compile Perl 5.10 on my FreeBSD 7.1 (BSD) server but when I run the Configure script and answer the questions I get the following error: ...POSTIX threads should be supported by FreeBSD ...
5
votes
2answers
3k views

Run as different user under FreeBSD

Is there a way in FreeBSD to (being root) run a command as unprivileged user, like nobody? Kind of like reverse of sudo. Oh and considering that 'nobody' has /usr/sbin/nologin as shell - so su is not ...
5
votes
5answers
2k views

PostgreSQL perfomance monitoring tool

I'm setting up an web application with a FreeBSD PostgreSQL back-end. I'm looking for some database performance optimization tool/technique. Does someone know one?
4
votes
1answer
80 views

mktime and tm_isdst

I saw a lot of different views so thought of asking here. I read man mktime: (A positive or zero value for tm_isdst causes mktime() to presume initially that summer time (for example, Daylight ...
4
votes
2answers
149 views

Is there something similar to NanoBSD in Linux

NanoBSD is a script that makes light, small and in-memory FreeBSD copy. It is useful in embedded systems. Is there something similar to NanoBSD in Linux? Specially a feature like Everything is ...
4
votes
2answers
485 views

Using VisualVM to connect to a remote jstatd instance through a firewall

I'm writing this question and answering it because I spent a few hours getting this to work today and no answer I found on here worked for me. Hopefully this is helpful for others. If you have another ...
4
votes
2answers
212 views

C: reading files which are > 4 GB

I have some kind of reader which only has a handle (FILE*) to a file. Another process keeps writing to a the same file which I don't have control. Now, as the other process appends images to that ...
4
votes
5answers
424 views

FTP inside a shell script not working

My host upgraded my version of FreeBSD and now one of my scripts is broken. The script simply uploads a data feed to google for their merchant service. The script (that was working prior to the ...
4
votes
2answers
202 views

POSIX: Pipe syscall in FreeBSD vs Linux

In Linux (2.6.35-22-generic), man pipe states that pipe() creates a pipe, a unidirectional data channel that can be used for interprocess communication." In FreeBSD (6.3-RELEASE-p5), man ...
4
votes
2answers
4k views

How to compile a 32-bit binary on a 64-bit linux machines without touching the CFLAGS environment variable

The solution in http://stackoverflow.com/questions/1272357/how-to-compile-a-32-bit-binary-on-a-64-bit-linux-machine-with-gcc-cmake is not possible because i use 3rd party software and other stuff ...
4
votes
1answer
841 views

gdb not hitting breakpoints

To learn a bit more about FreeBSD and *nix systems in general, I'm starting to look at the binaries from the DEFCON 17 Capture The Flag game. Right now, I'm reversing the tucod binary. Here's some ...
4
votes
5answers
3k views

Using select/poll/kqueue/kevent to watch a directory for new files

In my app I need to watch a directory for new files. The amount of traffic is very large and there are going to be a minimum of hundreds of new files per second appearing. Currently I'm using a busy ...
4
votes
4answers
3k views

Secure MySQL backup cron job – my.cnf is not being read

I have tried to make backup cron job on my webserver running FreeBSD. Currently it looks something like this: /usr/local/bin/mysqldump --opt --single-transaction --comments --dump-date ...
3
votes
1answer
75 views

FreeBSD for java hosting [closed]

I'm developing web application on java and in the nearest future I will host it. I have experience only with Windows but host application I want on Unix system. My choice fell on FreeBSD. Is it good ...
3
votes
1answer
53 views

Equivalent win API in *nix

I am looking for the equivalent methods (in FreeBSD & Linux) of the following WinAPI: CreateFile(); or OpenFile(); CreateFileMapping(); MapViewOfFile();
3
votes
2answers
294 views

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 of this header */ #if defined(__GNUC__) #include_next <stdarg.h> #elif ...
3
votes
2answers
104 views

How I can listen for a tcp port in kernel space (freebsd)?

As the title says, How I can work with tcp sockets in kernel space? Is there any tricky notes?
3
votes
1answer
154 views

Python & FreeBSD: threading.currentThread().ident returns same value even in diffrent processes!

As the title says, different calls to threading.currentThread().ident returns 34382823872, even in different processes. (Using Python 3.1 & FreeBSD) Is it FreeBSD's problem with python threads or ...
3
votes
2answers
329 views

Can ruby scripts be precompiled into a binary?

I'm working on a Ruby script that will need to be deployed onto systems without a ruby interpreter. It will need to run on FreeBSD systems which uses the ELF format. I know there is a ruby2exe ...
3
votes
1answer
135 views

How to tell thread stack usage from Python?

I'd like to log the stack usage of a long-running thread (that is, one that is active during the whole life of the application), how can I do it? Something like "xxxxKB used" would be enough. (Python ...
3
votes
2answers
250 views

Run FreeBSD static binary on Linux?

Would a very small/simple command line program, programmed in standards compliant C99, and statically compiled on FreeBSD work if executed on Linux ? (I would test this myself but I do not currently ...
3
votes
3answers
286 views

Bloated echo command

Look at the following implementations of the "echo" command: http://www.openbsd.org/cgi-bin/cvsweb/src/bin/echo/echo.c?rev=1.7;content-type=text%2Fx-cvsweb-markup (OpenBSD) ...
3
votes
7answers
1k views

how to use quad core CPU in application

For using all the cores of a quad core processor what do I need to change in my code is it about adding support of multi threading or is it which is taken care by OS itself. I am having FreeBSD and ...
3
votes
1answer
174 views

check whether mmap'ed address is correct

I'm writing a high-loaded daemon that should be run on the FreeBSD 8.0 and on Linux as well. The main purpose of daemon is to pass files that are requested by their identifier. Identifier is converted ...
3
votes
1answer
627 views

implementing ioctl() commands in FreeBSD

I am adding some code to an existing FreeBSD device driver and I am trying to pass a char* from user space to the driver. I've implemented a custom ioctl() command using the _IOW macro like so: ...
3
votes
2answers
235 views

Question about BSD license

The zend framework is in BSD if i make a leet product on zend can i sell it to ppl ?
3
votes
3answers
3k views

InetAddress.getLocalHost() throws UnknownHostException

I am testing our server-application (written Java) on different operating systems and thought that OpenSolaris (2008.11) would be the least troublesome due to the nice Java integration. Turns out I ...
3
votes
4answers
773 views

Does any Unix-like system ascribe meaning to the SUID bit on a directory?

As the title says, does any Unix-like system ascribe a meaning to the SUID bit on a directory, and if so, what does it mean? The SVTX (saved text, or sticky) bit has a meaning - thou shalt not delete ...
3
votes
5answers
3k views

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 /lib/libpthread.so.2 #1 0x00000008009b8120 in sigaction () from ...
3
votes
4answers
883 views

Hooking into the TCP Stack in C

It's not just a capture I'm looking to do here. I want to first capture the packet, then in real time, check the payload for specific data, remove it, inject a signature and reinject the packet into ...
2
votes
1answer
32 views

Using ssh to echo text on remote server console

ssh -n -l <login> <server> "echo hello" Displays the output of the ssh command as "hello". Instead I would like to print the "hello" on the serial console of the remote (freebsd) server. ...
2
votes
3answers
103 views

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("Please enter your name: "); fflush(stdout); gets(buf); ...
2
votes
2answers
78 views

Can a child process go <defunct> without its parent process dying?

kill - does it kill the process right away? I found my answer and I set up a signal handler for SIGCHLD and introduced wait in that handler. That way, whenever parent process kills a child process, ...
2
votes
3answers
97 views

kill - does it kill the process right away?

what does kill exactly do? I have a parent process which is creating 100 (as an example) child processes one after another. At the end of any child's job, I kill the child with kill(pid_of_child, ...
2
votes
1answer
48 views

Difference between boot0.S and mbr.S in FreeBSD

I'm reading source code of FreeBSD and found that they have 2 files which may be used to create MBR - sys/boot/i386/boot0/boot0.S and sys/boot/i386/mbr/mbr.S. From current my understanding boot0.S is ...
2
votes
2answers
142 views

Find out MAC address on Linux&FreeBSD in C

I am trying to find out MAC address and I managed to create working solution using sysctl in Linux, problem is, that this solution is not working on FreeBSD version I am developing on. Is there any ...

1 2 3 4 5 8