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.
-1
votes
0answers
16 views
ERROR COMPILE GMAKE FREEBSD [closed]
Previous Question
Gmake team compiles, but during the compilation error is displayed:
In file included from export.c:17:
postgresql.h:10:22: error: byteswap.h: No such file or directory
gmake[2]: ...
0
votes
1answer
16 views
Nominatim make error “Missing input file”
I'm trying to install NOMINATIM, under the instruction
point first installation instructions for the team of Make getting following error:
Making all in osm2pgsql
/usr/local/bin/protoc-c ...
0
votes
0answers
23 views
FreeBSD POSIX C Oracle API
I have trouble finding Oracle Call Interface for FreeBSD. I maybe missing something simple but I searched net for several days and finally ended up here with question.
My task is fairly simple: write ...
0
votes
0answers
11 views
Hosting Octopress on FreeBSD
Recently tried to setup hosting a test Octopress website for my own blogging-purposes.
Can't really get this working on FreeBSD (with Apache) so any help is much appreciated.
Installed all the ...
0
votes
0answers
18 views
how to sleep on the address of a variable and get waken up when the variable value is changed
It's for purpose of synchronization among two different OSes.
There is a shared memory served as the only communication channel for OS A and B, let's say Linux and BSD. Now a process in Linux would ...
0
votes
1answer
50 views
shell scripting - how to remove the path part from a list of files and copy it in another file?
I need to accomplish the following things with bash scripting in FreeBSD (z-shell):
create a folder
generate 1000 unique files whose names are taken from other random files in the system
each file ...
0
votes
1answer
18 views
kevent.ident is unsigned integer while file descriptor is signed?
I have a kevent ev and a int sock = socket(...). When I did ev.ident == sock, the g++47 warned me that warning: comparison between signed and unsigned integer expressions [-Wsign-compare]. What's ...
-1
votes
0answers
13 views
DNS server crashed , how to move ASAP? [closed]
If Freebsd DNS server that served LAN of 100 people with static ip is crashed. How to move these 100 people to a new FreeBSD DNS server as quickly as possible?
0
votes
1answer
36 views
git: a fast web-interface for huge repos
Some git repositories come in really huge sizes: DragonFly BSD .git directory is 324MB, and FreeBSD's is above 0.5GB in packed size, and above 2GB in unpacked size.
Does Gitweb, cgit or any other ...
0
votes
2answers
49 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
47 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
30 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
13 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
29 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
31 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
16 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
53 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
31 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
39 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
41 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
23 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
15 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
28 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
19 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
89 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
29 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
133 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
75 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
49 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
106 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
25 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
68 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
67 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
53 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
36 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
75 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
37 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
116 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
107 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
99 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
44 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
55 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
65 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
39 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
184 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
55 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
44 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
63 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 ...




