OpenBSD, DragonflyBSD, FreeBSD, NetBSD

YOPAySBsIrGGRYduAt

Submitted by Anonymous
on December 9, 2009 - 8:19am

NetBSD 5.0.1 siginfo_t struct compile errors

Submitted by Anonymous
on September 21, 2009 - 12:27pm

Hi,

When I define any structure member variable with either si_signo, si_code, or si_errno, I got a compiler syntax error. The workaround is to undef these member variables. These variables are posix standard variable for siginfo_t struct. But since I define my own struct tag the compier is not suppose to complaint about it.

#include
#include

Dummynet Issue

Submitted by Anonymous
on July 7, 2009 - 12:01pm

Hi,

I'm having intermittent issues with my implementation of Dummynet.

I've got two FreeBSD 7.0 systems running an IPSec/Racoon VPN which runs stably. On one BSD box, I've set up a dummynet pipe to limit the amount of traffic going across my gif tunnel.

eg.
ipfw pipe 1 config bw 300Kbit/s queue 80Kbytes
ipfw add pipe 1 all from any to any via gif0

Load Balancing (2 adsl connections)

Submitted by Anonymous
on May 25, 2009 - 3:34pm

I used the example firewall from the openbsd faq:

lan_net = "192.168.1.0/24"
int_if = "em0"
ext_if1 = "fxp0"
ext_if2 = "fxp1"
ext_gw1 = "192.168.10.1"
ext_gw2 = "192.168.20.2"

# nat outgoing connections on each internet interface
nat on $ext_if1 from $lan_net to any -> ($ext_if1)
nat on $ext_if2 from $lan_net to any -> ($ext_if2)

# default deny
block in from any to any

XDM/WDM problems

Submitted by Anonymous
on May 25, 2009 - 3:46am
NetBSD

Hi,

I'm having problems trying to get WDM to run under NetBSD5. Startx works and a fluxbox session opens without problems, mouse working and everything.

XDM kinda works. Login screen appears, accepts username and password and loads a fluxbox session. Only problem is now the mouse doesnt work.

openBSD patch openSSL make error

Submitted by draggi
on April 9, 2009 - 4:41am
OpenBSD

Hello,

I have a problem during patch of openSSL on OPenBSD 4.4.

This is the patch i applied:
ftp://ftp.openbsd.org/pub/OpenBSD/patches/4.4/common/012_openssl.patch

When i run make after libssl patch i get this error:

cd ../../sbin
make obj
make depend
make

/usr/src/sbin/bioctl/bioctl.c:745: error: dereferencing pointer to incomplete type

OpenBSD ipsecctl error

Submitted by virpan17
on March 24, 2009 - 3:27pm
OpenBSD

I am trying to activate ipsec vpn in openbsd 4.1 which is installed as a virtual machine on VMWare server on Linux as host.

I have made the necessary changes to the configurations in ipsec.conf, pf.conf, rc.conf files as needed by ipsec vpn.

The vpn connection os between 2 openbsds (both virtual machines) on the same box (linux as host as mentioned earlier)

uhub device problem, disabling port

Submitted by iDiogenes
on March 10, 2009 - 10:03pm
OpenBSD

I am running OBSD amd64 rel 4.4.

I downloaded sys.tar.gz for the 4.4 release and recompiled and installed the GENERIC.MP kernel w/o making any changes to the GENERIC or GENERIC.MP file. The compile went fine, but now I get the uhub1: device problem, disabling port 2 and my USB mouse and keyboard don't work.

The server is a Sun Fire X2200 M2 with 8 cores and 8 Gigs of memory.

ssd support

Submitted by Anonymous
on March 10, 2009 - 8:42pm
NetBSD

Is netbsd 4.0.1 supporting ssd?

Job Opening

Submitted by Anonymous
on March 9, 2009 - 8:40pm
FreeBSD

I have a client who is looking for a Sr Kernel engineer with 3+ years of coding exp with Freebsd,IP stack and MIPS...

Please let me know if you know anyone who would be interested.

Tony 408-345-9100 ext 103 tony@s-aassociates.com

OpenBSD 4.4/Marvell Yukon E-FAST - can't map mem space

Submitted by programmer
on February 22, 2009 - 5:02am
OpenBSD

OpenBSD 4.4.
Laptop Acer Aspire 3682. WiFi the card was defined still at
To installation, and here ethernet Marvell Yukon - is not present. After installation dmesg
Gives out the following:

mskc0 at pci1 dev 0 function 0 "Marvell Yukon 88E8038" rev 0x14:
CANNOT map mem space

That with it to do, I not in a course. I know, that is the driver sky2 for these

FTP FEAT command response

Submitted by kogure5
on February 3, 2009 - 10:42pm
NetBSD

Hello everyone.
I am testing an FTP server in NetBSD 3.1 by sending the FEAT command. The response is as follows:

>FEAT
211-Features supported
MDTM
MLST Type*;Size*;Modify*;Perm*;Unique*;
REST STREAM
SIZE
TVFS
211 End

ssh connection closed by pf ?

Submitted by leoaquino
on January 28, 2009 - 3:02pm
OpenBSD

Hey all!

I have a serious problem here and I dont have more ideas how to fix this, last week we changed our firewall, now we're using PF instead of iptables, but after that when someone had to access another network through ssh all connections are drop after 1min or less.

There's any special rule or configuration ?

OpenBSD vlan bridge pf

Submitted by stealth
on January 19, 2009 - 2:39pm
OpenBSD

Hello,

I have problem with pf+bridge+vlan (multicast traffic) and I googled a lot, read the manuals and so on - no help.
Maybe here in forum somebody can give some hints or something which helps a little bit.

Following setup is made for multicast traffic separation from one lan to multiple vlans.

Setup:

Two physical interfaces

bnx0
bnx1

interfaces bnx0 and bnx1 has vlans:

Cannot rdr from internal network to a squid proxy running on pf bridge firewall.

Submitted by mapagulayan
on January 6, 2009 - 10:41pm
OpenBSD

Hi Guys,

I have researching and investigating on doing squid transparent proxying with the use of pf in bridge mode. But I could not still find a way to make it work.
I have read heaps of stuff across the net but nothing seems to work to me.