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

0
votes
2answers
40 views

Forcing program to create coredump on freebsd

In my project I added a new module and now my process is being terminated by signal 11 . I want to track and understand the problem but no coredump file is generated by freebsd. I set sysctl like : ...
1
vote
3answers
45 views

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);
3
votes
2answers
25 views

sendto() dgrams do not block for ENOBUFS on OSX

This is more of a observation and also a suggestion for whats the best way to handle this scenario. I have two threads one just pumps in data and another receives the data and does lot of work before ...
1
vote
2answers
12 views

How do I use libdb-4.2 in a FreeBSD 9.1 system?

I'm attempting to write a small program in C that will open and read from a Berkeley 4.2 hash DB on a FreeBSD 9.1 system for testing, but I can't get it to compile. This is the first time I've written ...
0
votes
1answer
28 views

GCC compiler is unable to find pcre.h

I am trying to compile a C program which uses regexes on FreeBSD. I have checked in /usr/local/include and the file pcre.h is definitely there. However, no matter what I do, I get the following ...
0
votes
1answer
28 views

What is the syslog() facility if none is net using openlog()

I am trying to use syslog() and reading through the man pages tells me that in openlog(), "The facility argument establishes a default to be used if none is specified in subsequent calls to syslog()" ...
0
votes
0answers
15 views

Why u_area is removed in FreeBSD and NetBSD

I had been heard that There is member called u_area in the proc structure on BSD. So I tried to find u_area, but only to fail. Anyone who knows why the u_area was removed on proc structure?
-1
votes
0answers
36 views

freebsd install virtualbox guest additions requires kernel sources [closed]

my computer's os is ubuntu12.4. In ubuntu, I install virtualbox and install freebsd8.0 in it. Now, I want to share files between ubuntu and freebsd. freebsd is guest os. When I install virtualbox ...
-2
votes
1answer
27 views

php core dump file location [closed]

I've been reported of a website that creates ~37MB coredumps from time to time in his website. <6>pid 49810 (php-cgi), uid 1220: exited on signal 10 (core dumped) <6>pid 88429 ...
0
votes
0answers
35 views

(os.path.dirname(__file__)) not working in FreeBSD

I want to set the path to the images dir..in my Django project...it is working fine but when i run the script on FreeBSD it is not working... import os imagesDirPath = (os.path.dirname(__file__)) + ...
0
votes
3answers
35 views

How can I check if init script called on startup?

I have a init script on FreeBSD. This script called on startup by rc.d. What I want to do that to check if this script called on start up or manually by user. How can I do this check in this script. ...
-1
votes
1answer
22 views

FreeBSD can display chinese word perfectly with UTF-8, but opera browser can't, How to do? [closed]

FreeBSD 9.1 Xorg 1.7.7 Xfce 4.1 for FreeBSD opera 12.14 for FreeBSD ThinkPad E430 How to do? Is it lack some font but I give TrueType font which is copied from Windows. Any Chinese word display as a ...
0
votes
0answers
14 views

Too slowly while open the first folder using xfce5 under FreeBSD 9.1? [closed]

While open the first folder, about ten more seconds waiting, after the first open, the last open will be quickly, My laptop is ThinkPad E430.
-3
votes
0answers
27 views

Does FreeBSD 9.1 support mac mini 2010 well?

The model is MC270*/A. Intel Core 2 Duo 2.4GHz(P8600) Broadcom NetXtreme Gigabit Ethernet NVIDIA Geforce 320M Broadcom 802.11a/b/g/n
0
votes
1answer
18 views

server unreachable from outside after IP change

We changed a deal with our ISP and now they gave us a new IP. Basicly there is a bridge > freebsd server > intranet So the FREEBSD server has a static IP which was given by our ISP. I got ...
0
votes
1answer
73 views

Unable To Install posix-spawn on FreeBSD

I am attempting to get octopress going and having trouble installing the required package posix-spawn. Here this is the error output: ERROR: Error installing posix-spawn: ERROR: Failed to ...
0
votes
0answers
26 views

Netstat doesn't work on FreeBSD by php function exec() [migrated]

In my php-app I need list of all ip connected on 80 port. i've chose this way: <?php $ips = exec("netstat -an |grep 'tcp\|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c", $info); ...
1
vote
0answers
126 views

How to inject 802.11 frames with Scapy on FreeBSD

On a FreeBSD 8.1 machine I am trying to inject 802.11 frames with Scapy 2.2.0 as described in the documentation's example: http://www.secdev.org/projects/scapy/doc/usage.html#wireless-frame-injection. ...
0
votes
1answer
62 views

Nodejs v0.10.x (freebsd) “X509_STORE_add_cert:cert already in hash table”

I'm work with async web api and have a problem in nodejs version higer than v0.8.9 $ uname -a FreeBSD home 9.1-STABLE FreeBSD 9.1-STABLE #0: Fri Feb 1 10:38:27 EET 2013 ...
0
votes
1answer
48 views

obtain the MAC Address/interface name from GUID on FreeBSD?

Is there any way I can obtain the MAC Address/interface name from GUID on FreeBSD? Are there any system calls to do that? I was searching everywhere but couldn't find any information. Can you please ...
-2
votes
1answer
79 views

ICMP time exceeded in-transit [closed]

In the last few days my server suffers an attack of this kind: (bandwith > 60MBit/s, XXX.XXX.XXX.XXX are multiple IPs) tcpdump -n proto ICMP 17:15:19.267464 IP XXX.XXX.XXX.XXX > my_ip: ...
0
votes
0answers
23 views

VPN through webmin

First of all I find that freeBSD is a real rock solid server platform even on old machinery and I really would like to thank all the people who worked on this, including forums My problem is simple, ...
1
vote
1answer
60 views

Storage size of sockaddr_in variable isn't known

I have a piece of code that used to work in some environment a long time ago. I'm pretty sure it was a FreeBSD machine so I got FreeBSD 8.3 and I'm trying to make this file but it's not working. ...
2
votes
1answer
64 views

Making FreeBSD as a local development server

I have installed FreeBSD 9.1 release by the help of Virtual Box running on Windows 7. On FreeBSD, I have installed PHP and Apache using ports. Now I wish to do all my development from the Windows ...
0
votes
1answer
50 views

using kqueue for EVFILT_USER

I have trouble to understand, how to use kqueue for user space events. I look for 2 use cases. Use case 1: Manual Reset event Use case 2: Auto Reset event I think I understand, how to use kqueue() ...
1
vote
1answer
66 views

Can dup2 really return EINTR?

In the spec and two implementations: According to POSIX, dup2() may return EINTR. The linux man pages list it as permitted. The FreeBSD man pages indicate it's not ever returned. Is this a bug - ...
0
votes
0answers
32 views

How to list all loaded dynamic libraries by other process on mac osx?

In my own process we can use _dyld_image_count and _dyld_get_image_name from dyld.h to get all loaded libraries. Can we get other processes' libraries using cocoa or anything else?
0
votes
1answer
65 views

crontab sends net rpc shutdown but nothing happens

I've created two scripts to automate turning on and off computers in my classroom. Both scripts get a list of MAC ID's and use them to 1)wake up computers (wake command) and 2)shut down computers ...
0
votes
1answer
35 views

Writing Device Drivers for AIX…Suggestions

I would like to learn how to write device drivers for IBM AIX OS. I wanted to know is there any way to do this? Can I download AIX? any books or docs available on the same? If not, then if I learn ...
0
votes
1answer
103 views

PHP fopen() returns NULL, always

I'm attempting to open a file for parsing (a binary file), however no matter what fopen() is always returning NULL. I've ruled out nearly everything to the point where I have a test script with ...
0
votes
0answers
102 views

/tmp is not full but session_write_close() gives “write failed: No space left on device”

phpMyAdmin is giving "Warning: session_write_close() [function.session-write-close]: write failed: No space left on device" but it does not appear that /tmp is full. OS is FreeBSD 8.0 (yes it's old). ...
1
vote
2answers
88 views

Creating a startup daemon for a shell script in FreeBSD

I am trying to create a file in rc.d/ that will start up a /bin/sh script that I have written. I am following some examples found here: ...
0
votes
1answer
43 views

Unix(FreeBSD) - how to get real clock per sec

Anybody knows, how to get real value of clock per sec? clock() from time.h returns clocks from start of my process, so it need to be divided by CLOCKS_PER_SEC, but this constant has always value ...
1
vote
2answers
54 views

What is the udata field in struct kevent?

I'm emulating a certain functionality of kqueue to handle events in my Centos box (I'm porting some code from FreeBSD), but I'm failing to understand the purpose of void *udata in struct kevent: ...
0
votes
2answers
57 views

makefile assign command to

I'm probably being stupid, but I cannot do the most basic variable assignment in my Makefile. TEST = $(pwd); all: echo $(TEST) When I run "make all" from Bash (v4.2.42) in FreeBSD (v9.1) I ...
-4
votes
1answer
36 views

Cron run a Mysql query [closed]

where status=0 mean banned and =1 mean active. UPDATE `account`.`account` SET `status` = '1' WHERE `status` = '0' Now what'd like to do is to run this mysql command every 3 minutes using cron and ...
4
votes
2answers
171 views

How to check if a file still exists using a file descriptor

I have a file descriptor that is set to a positive value with the result of a open() function so this fd is indicating a file. When i delete the actual file fd is still a positive integer. I want to ...
1
vote
1answer
54 views

Ruby: how to pass an arg to system command during execution

Good day! It's a very simple question i think but i can't figure out how to handle it. So i ask you for advice or direction. I make a system call to unix command and during its execution it asks me ...
0
votes
1answer
43 views

filp->private_data equivalent in freeBSD

I am porting my linux driver to freebsd. I use "filp->private_data" variable to store some information required by driver. (To avoid locks in multi-threaded cases). I found BSD does not use "file" ...
1
vote
1answer
19 views

Freebsd page level premission with in a user space process

Is there a way in FreeBSD by which we can restrict few contiguous instruction pages to read and write to only to few data segment pages? Basically I am trying to restrict dynamically linked libraries ...
0
votes
1answer
60 views

how to add column to ps cammand linux freebsd and develop it?

How can I display a new column output from the ps command in FreeBSD? Should I change ps.c or print.c in following directory, re-build the kernel and install it? usr/src/bin/ps which part of code ...
0
votes
1answer
29 views

How to let ee editor syntax highlight?

Does anyone know how to let ee editor can syntax highlight ? I see the setting it seems no syntax highlight function , but vi or vim is too complicate for me ... thanks
0
votes
1answer
147 views

Error when install php5-gd on FreeBSD 8.3(shared library “png.6” does not exist)

I updated php to 5.3. But i cannot install gd extension(on freebsd 8.3) The error lines: # cd /usr/ports/graphics/php5-gd/ # make install clean ===> php5-gd-5.3.11 depends on file: ...
-1
votes
1answer
79 views

Why there is so much ESCs in perldoc? [closed]

I am using FreeBSD 9.1. When I type 'perldoc perl' then: PERL(1) User Contributed Perl Documentation PERL(1) ESC[1mNAMEESC[0m perl - The Perl 5 language ...
-1
votes
1answer
39 views

cpan error in FreeBSD

I am using FreeBSD9.1. There is: root@BSD:/root # cpan Can't load '/usr/local/lib/perl5/site_perl/5.14.2/mach/auto/Socket/Socket.so' for module Socket: ...
0
votes
0answers
28 views

php modules conflicting

I have a FreeBSD apache webmin+virtualmin suphp setup, sadly virtualmin doesn't really understand how to use suphp as a php module, but I managed by manually editing httpd.conf. The problem is that ...
0
votes
1answer
123 views

Nginx / PHP-FPM kevent() errors in stress testing

G'day, I'm running a FreeBSD box (9.1-RELEASE) with Nginx (1.2.7_1,1) and PHP-FPM (5.4.12). I'm having big problems with handling concurrent requests using Apache AB: ab -n 10000 -c 500 ...
2
votes
1answer
64 views

kqueue tracking file changes - chance of losing events while processing previous ones?

What I'm doing I'm implementing a python/kqueue-based (FreeBSD) solution to follow changes to a particular logfile, which when the KQ_NOTE_WRITE fflag is met, the change to the file is picked up and ...
1
vote
2answers
93 views

A good cat.c implementation to look, learn and edit?

If I want a program like cat that I can take, practice and learn from as a good example, can I take this file or would any other source be preferred? Ideally the same cat.c would run on linux, solaris ...
1
vote
1answer
67 views

Nested extern declaration warning freebsd kernel

I am modifying sched_ule.c in freebsd kernel. To print the debugging messages i am using the syslog function. But during compilation we are getting the following error: ...

1 2 3 4 5 14