OpenBSD is a BSD variant with a strong security and code correctness focus.
2
votes
1answer
24 views
How can I capture an OpenBSD install console?
So.. How can I save the text that is based on Q/A's when installing an OpenBSD 5.3? Or I only have the choice to manually type the texts down? or an OCR software using printscreens?
0
votes
1answer
26 views
Shell script to find what package provides a file on OpenBSD
# for i in `pkg_info -q`; do pkg_info -L "$i" | grep ^/ | sed "s/^/$i/g" | perl -pe 's/\//\t\//'; done | grep tasklist.desktop
xfce4-panel-4.10.0p2 ...
0
votes
1answer
25 views
Are there any PaxTest for OpenBSD?
Pax:
PaX is a process memory protection patch
For FreeBSD, there exists a testsuite called PaxTest, is there a PaxTest available for OpenBSD?
1
vote
0answers
17 views
Are there tools to build a LiveCD based on OpenBSD in the Linux environment?
I'm currently on Ubuntu and I want to build an OpenBSD 5.3 LiveCD customized for my own needs.
I found the perfect tool to build a Linux LiveCD - live-build. I'm looking for the same, but to create ...
0
votes
2answers
136 views
Problem with WPA connection on OpenBSD
I have an OpenBSD 5.3 amd64 installed and Intel WiFi Link 1000 card which works with WEP but I obtain a strange message with WPA keys:
# sh /etc/netstart iwn0
iwn0: no link ............. sleeping
...
2
votes
1answer
30 views
How do I check out the OpenBSD web site via CVS?
I recently read this on the OpenBSD misc mailing list:
"John Darrah" writes:
> Hi. Would it be possible to get SSL on the OpenBSD website(s)?
> It would be just a couple lines to change in ...
1
vote
1answer
220 views
Courier IMAP - Account's mailbox directory is not owned by the correct uid or gid
so i poked around and found out that DEFDOMAIN="@domain.se" is messing things up, so i removed that from /etc/courier/imapd and i got to the point where SMTP work and i get this from the IMAP:
Jul 2 ...
3
votes
2answers
448 views
NAT and source IP filtering in PF, using OpenBSD >= 4.7
I just read a book about PF (The Book Of PF, No Starch), but there's one question not answered by it.
If I have a gateway machine using two interfaces, $int_if and $ext_if, and I NAT the packages ...
3
votes
1answer
124 views
How can I peek at the output of a running crontab task on OpenBSD?
I have an hourly hour-long crontab task running with some mtr (traceroute) output every 10 minutes (that is going to go for over an hour prior to it being emailed back to me), and I want to see the ...
2
votes
3answers
29 views
tcpdump syntax error when specifying portrange as documented
I am using tcpdump on OpenBSD and trying to learn it from a primer on it.
I want to capture a range of ports, but it seems how this is done has changed. I can't even find portrange as a keyword in ...
7
votes
1answer
351 views
USB audio only outputs white noise
I am running OpenBSD/i386 5.1 on a 5 year old laptop. The speakers and headphone port work, but the headphone port is a little loose so I am trying to install an external USB sound card (Fiio E17 USB ...
2
votes
1answer
57 views
Kickstarter-like solution for OpenBSD?
Are there any solutions for OpenBSD to just:
Insert the custom installer CD, press enter (like: "are you sure?" - message), then the installer automatically partitions the disk/installs OpenBSD, and ...
0
votes
2answers
87 views
PF and types of NAT(Network Address Translation)
As you know, at least 3 types of NAT are used. Of course i need to two types of them.DNAT and SNAT. DNAT : hiding server behind NAT, SNAT : hiding your client behind NAT.
Question:
I read a quick ...
4
votes
1answer
196 views
Realtek audio issues on OpenBSD 5.2
I am running OpenBSD/amd64 5.2 stable on a new machine, using a gigabyte motherboard with a realtek alc898 audio chipset. When I try to play any audio (sources include mpd, aucat, and cat > ...
1
vote
1answer
35 views
How to “bond” sshd to only a given interface? [duplicate]
How can I limit sshd to only listen on given interface when using OpenBSD 5.3?