NetBSD is an open-source Unix-like operating system. It is descended from Berkeley Software Distribution (BSD) and one of the three most popular BSD operating systems.
1
vote
4answers
189 views
ssh tunnel refusing connections with “channel 2: open failed”
All of a sudden (read: without changing any parameters) my netbsd virtualmachine started acting oddly. The symptoms concern ssh tunneling.
From my laptop I launch:
$ ssh -L 7000:localhost:7000 ...
1
vote
1answer
53 views
NetBSD syslog timestamp format
Syslog uses a timestamps like the following:
Sep 19 13:36:56
Is there a way to adjust the format (to add the year for example) without touching the source code? I am some what shocked to find that ...
5
votes
2answers
267 views
Which BSD best suited to run as VMware guest?
I want to deploy a VM to serve DNS and files (via NFS) to other *nix systems in my infrastructure.
Due to reasons beyond my control, I need a very light OS, so I naturally choose the *BSD family.
...
2
votes
4answers
460 views
ZFS or hardware RAID5
I got couple servers not long time ago with pre-installed hardware RAID5. I plan to use those servers as a dedicated NAS (with some VMs) on my LAN.
Currently I see these options:
disconnect HDDs ...
5
votes
2answers
181 views
Portable firewall rules for Linux and Free/Net/Open/DragonFlyBSD
I need apply the same rules (lists of IPs with allow and drop rules) in firewalls of Linux and *BSD. Do you know some application (CLI) for to convert a list of rules in the specific format of each ...
3
votes
3answers
291 views
What are some specific changes you make when hardening a new NetBSD install?
I know most of the general advice: "turn off unnecessary services", "no really, turn off unnecessary services", "least privilege", etc. I've also seen a few guides and/or tools, e.g., Bastille, for ...
0
votes
2answers
758 views
Best OS for a web server hosting dynamic content in Apache?
I have the freedom to pick an OS for a server, so I want to dedicate my time and effort in learning one platform. My main objective is to start with something that would be as efficient as possible ...
0
votes
1answer
352 views
Troubles installing KDE with pkgsrc
Im in school right now and I have taken two classes, Networking and Unix Development, that focus on C programming in Unix. Specifically we have been using NetBSD for our machines that we develop on ...
0
votes
4answers
572 views
OS router distribution with very low memory footprint?
I'm looking for an os router distribution with a very low memory footprint. I want to start it in a VM to join multiple VM subnets together in a lab environment.
Anything that requires that the host ...
0
votes
2answers
641 views
NetBSD 5.0 SMP Perfomance for Dom0/DomU
Since the release of NetBSD 5.0, it is said that the work of Doran Andrew concerning SMP in the NetBSD kernel has improve drastically performance for multi-threaded and/or multi-core processors.
...