Tagged Questions
OpenBSD is an advanced unix-like operating system for modern server, desktop, and embedded computer platforms. It is open source and licensed under the BSD license.
4
votes
4answers
517 views
Use OpenBSD's malloc, realloc and free in my program
I would like to use OpenBSD's implementation of malloc, realloc and free on my Debian lenny desktop rather than glibc's.
Are they simply drop in replacements: will they work on my Linux desktop ?
...
4
votes
7answers
866 views
To what extent can Version Control help in system administration?
I'm currently tinkering at an OpenBSD system with a view to building myself a firewall and some other bits and bobs.
As this is fairly experimental (I'm an OpenBSD n00b, and I've already trashed my ...
4
votes
4answers
364 views
Running xinc on OpenBSD's Apache Server
Has anyone been able to get xinc to run correctly under OpenBSD's chrooted default Apache? I'd like to keep our development server running fully chrooted just like our Production server so that we ...
3
votes
3answers
291 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
2answers
312 views
How can I run VisualWorks under OpenBSD?
Has anyone gotten VisualWorks running under OpenBSD? It's not an officially supported platform, but one of the Cincom guys was telling me that it should be able to run under a linux compatibility ...
2
votes
1answer
122 views
How can I change processname of my python script on OpenBSD4.8
I tried py-setproctitle and setproctitle. Both of them didn't work on OpenBSD.
2
votes
1answer
41 views
IEEE 1003.1 licenses compared
Software or real people can technically copy a BSD software, install it and sell it. What are technical and licence advantages and disadvantages compared to taking Linux or other 1003.1 and delivering ...
2
votes
4answers
333 views
Any book that covers internals of recent versions of Unix OS
This summer I'm getting into UNIX (mostly *BSD) development. I've graduate level knowledge about operating systems. I can also understand the code & read from here and there but the thing is I ...
1
vote
0answers
49 views
What is the present state of kernel (1:1) threads in OpenBSD (a.k.a rthreads)? [closed]
As many know, rthreads has been a work in progress for many many years. Occasional changelog comments hint at the progress, but nothing I could find documents the known issues, performance, todo's, ...
1
vote
0answers
33 views
clisp, plain-odbc, and connecting to a sql server database
I'm having issues connecting to a sql server database from an openbsd box using unixODBC. When I use isql I get through just fine:
$ isql localProdSqlServer jegdemir GBE#oct
...
1
vote
2answers
43 views
What are the parallel(s) to applescript in BSD? What's the difference?
I'm considering a switch to BSD. I'm interested in what tool(s) are used in BSD for scripting of the kind done with applescript in OSX.
1
vote
0answers
148 views
Python Subprocess sends SIGTERM to other processes
I have a problem with subprocess module.
I wrote this code in python. http://pastebin.com/CHaLGtvD
trying to run it on openbsd 4.8 with python2.5
When I run the script I can't use any other ...
1
vote
1answer
105 views
How do I get signal details in debugger while ptrace?
I have a debugger that I am porting over to *bsd from linux. Currently, I am working on the OpenBSD version.
Under certain conditions I would like to know the details of the signal that was ...
1
vote
0answers
105 views
Why can not add subversion package to my OpenBSD 4.5 machine?
I have an OpenBSD 4.5 on a virtual machine. I configured the net and my machine can connect to the OpenBSD FTP repository in Canada (ftp.openbsd.org) correctly. But when I execute this line:
...
1
vote
2answers
640 views
home, end, delete, pageup, pagedown with ksh
I want to use home, end, delete, pageup, pagedown with ksh. My TERM is
xterm-color. These keys works fine with tcsh and zsh, but not with ksh
(print a tilde ~)
I found this:
bind '^[[3'=prefix-2
...
0
votes
1answer
58 views
In what language are OS programmed
This question may sound stupid but i couldn't find a real answer so here it is:
In what programming language are OSs programmed?
In what language is OpenBSD programmed?
Can you programm and operating ...
0
votes
0answers
272 views
Building Tomcat 7 Source - OpenBSD 4.9
I am trying to build tomcat 7 source for openBSD 4.9 using apache ANT 1.8x by following the instructions in BUILDING.txt file.
but it returns compile errors while compiling tomcat-dbcp, following is ...
0
votes
2answers
40 views
What options are available for c++ memory debugging in OpenBSD?
I believe I have a double delete and some memory corruption happening somehow in my complex c++ application on OpenBSD. I would like to track down the first location my object is deleted, and any ...
0
votes
0answers
101 views
OpenBSD Gnome Configuration Problem [closed]
I followed all the steps from the tutorial http://www.gabsoftware.com/tips/tutorial-install-gnome-desktop-and-gnome-display-manager-on-openbsd-4-8 to put gnome up and running in one ACER Aspire laptop ...
0
votes
2answers
151 views
virsh shutdown for OpenBSD (libvirt/kvm)
Is it possible to correctly shutdown a openbsd 4.7 or 4.9 with
virsh shutdown OpenBSD
The openbsd is under kvm/qemu configured from libvirt.
shutdown should send an ACPI signal "Power button ...
0
votes
1answer
223 views
Starting lighttpd with fastcgi and local unix-domain socket failed
/etc/lighttpd.conf:
...
server.modules = (
"mod_fastcgi"
)
server.username = "_lighttpd"
server.groupname = "_lighttpd"
fastcgi.server = (
".fcgi" =>
((
"socket" => ...
0
votes
1answer
133 views
Apache 1.3 on Openbsd 4.8 can't load module into server file not found [closed]
I am running Apache 1.3 on Openbsd 4.8, I want to run a proxy server on the Apache, however, when I enable the following line
LoadModule proxy_module /usr/lib/apache/modules/libproxy.so
in ...
0
votes
0answers
100 views
cp -pRuv involving OpenBSD and Linux
I run Linux on the desktop and OpenBSD on the file server.
Upon booting, Linux mounts /home/files located on the OpenBSD server using the following syntax in the fstab file.
192.168.1.5:/home/files ...
0
votes
0answers
19 views
Install Dbench on Openbsd
I tried to install the latest dbench on openbsd. But this it cannot find the some lib. I have set global environment LD_LIBRARY_PATH in bash and use --libspath option when configuring. Does anyone ...
0
votes
0answers
76 views
GNU Readline linked with default Python on FreeBSD, OpenBSD?
How easy is it to get a Python that isn't linked to GNU Readline on FreeBSD or OpenBSD? Is GNU Readline the default for Python readline-like support on these systems? If so, is it easy to remove this ...
0
votes
0answers
39 views
How to enable S/Key library in Ubuntu
Can you let me know these?
S/Key is part of OpenBSD?
How to install it on Ubuntu? What is the apt-get command?
Example if any.
Thanks
0
votes
2answers
373 views
Is it possible to control mplayer from another program easily?
I'm setting up a computer running OpenBSD that I wish to play all the music I will ever want. I want it to basically set in a corner and do it's thing. The problem with that is that I want to control ...
0
votes
0answers
96 views
Epitome2 on OpenBSD 4.8
Has anyone tried to get this running in OpenBSD?
http://www.openbsd.org/papers/asiabsdcon2010_epitome2/epitome2.html#(1)
I cannot seem to get the source to intall without error on 4.8
/dave
0
votes
2answers
193 views
Show memory and cpu in C
how can I see my CPU mhz and Free mem (like free) in OpenBSD with a C code?
0
votes
2answers
1k views
“jpeglib.h: No such file or directory” ghostscript port in OPENBSD
Hello I have a problem with compiling a ghostscript from ports in openbsd 4.7.
SO i have jpeg-7 installed, I have latest port tree for obsd4.7.
===> Building for ghostscript-8.63p11
mkdir -p ...
0
votes
1answer
106 views
Is it possible to use distcc in osx for openbsd box?
I found the only one simillar question but that's for linux and xcode only...
http://stackoverflow.com/questions/854675/is-it-possible-to-set-up-a-linux-box-with-distcc-to-build-my-xcode-projects
im ...
0
votes
2answers
953 views
chrooted Apache+MsSQL on openBSD; Could not determine the server's fully qualified domain name
php generates GIFs on the web server using a databases on a second server.
The the page shows 20 GIFs, so there is some load for a short time (multiple connections)
Some GIFs are loaded but some ...