Questions tagged [freebsd]

FreeBSD is an advanced operating system for a variety of architectures. It is derived from BSD, the version of UNIX® developed at the University of California, Berkeley; and is developed and maintained by a large team of individuals. It is a complete Operating System, including the kernel, drivers, and userland utilities such as shells.

FreeBSD includes many modern OS features including advanced IP stacks and networking, Virtualization, hardened security, and high availability techniques.
For more information about FreeBSD, see their website (FreeBSD.org).

Questions are welcome here on Server Fault, the Unix and Linux Stack Exchange or the FreeBSD Forums.

Additionally Wikipedia has en entry on FreeBSD and the original BSD OS.

1537 questions
6
votes
2 answers

Symbolic Links and Multiple Mount Points

I am sure this may seem like a simple question, but I cannot seem to ask Google the correct question for the life of me. In short, I am having trouble understanding how symbolic links function when a given filesystem is mounted at multiple…
MysteryMoose
  • 281
  • 1
  • 2
  • 6
6
votes
7 answers

What is the difference of FreeBSD and Linux?

I give you a basic question. Because I 'm a beginner. I want to build a server with Web application. I am troubled whether I choose FreeBSD or Linux What is the difference of FreeBSD and Linux? Please gime me recommended criteria for OS selection.
freddiefujiwra
  • 1,667
  • 5
  • 25
  • 34
6
votes
1 answer

Does ZFS replace the need for hardware/software RAID?

I want to provide protection against data loss on my servers. Typically, I'd use hardware RAID 1 or 5, but I've been reading up on ZFS. Is it correct that ZFS itself provides RAID 1 or 5 like data protection WITHOUT needing a RAID controller…
user53744
  • 163
  • 1
  • 4
6
votes
1 answer

How do I disable NFSv3/v2 connections to a FreeBSD NFSv4 server?

I am using a Kubuntu 11.10 client with a FreeBSD 9.0 server. The server has the following lines in /etc/rc.conf nfs_server_enable="YES" nfsv4_server_enable="YES" nfsuserd_enable="YES" and the following in /etc/exports V4: / / I am not using any…
Utkonos
  • 416
  • 4
  • 15
6
votes
3 answers

Dropping Cached Memory on FreeBSD

i use FreeNAS server which is built on OS version FreeBSD 8.2-RELEASE-p6. I use ZFS file system with 13TB HDD on my 8GB physical ram installed box. It almost uses all of RAM installed while proccessing some request. However, it still uses same…
user1066698
  • 133
  • 1
  • 1
  • 7
6
votes
2 answers

How to grant su access to wheel without asking for password on FreeBSD?

I would like to grant users of the wheel group (other sysadmins) su access without being asked for password. I know how to do it with pam in linux, but the question now is for FreeBSD. I am not familiar with the syntax for FreeBSD's PAM subsystem.…
cstamas
  • 6,707
  • 25
  • 42
6
votes
2 answers

How to log every login (SSH) on FreeBSD

I want to log every SSH login attempts, both successful and not, to my FreeBSD server to a file, and daily mail this log to root. I could accomplish something like this by parsing /var/log/auth.log, but a) this contains more than login attempts, and…
poplitea
  • 457
  • 1
  • 5
  • 16
6
votes
2 answers

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. Can you recommend which *BSD is the best VMware…
pepoluan
  • 5,038
  • 4
  • 47
  • 72
6
votes
2 answers

How can I make bash to log shell commands to syslog?

Bash 4.1 is able to log the history to syslog. However I can't seem to make it work under FreeBSD 8. I've tried re-compiling bash from ports with -DWITH_SYSLOG= but to no avail. Has anyone managed to get logging to work under FreeBSD? How about…
Eugene Yarmash
  • 2,433
  • 5
  • 34
  • 54
6
votes
3 answers

Is there a tool for managing FreeBSD jails that knows about ZFS?

ZFS under FreeBSD lets one assign filesystems to a jail, such that an account in the jail with the appropriate privileges can access the filesystem, create new subordinate filesystems, and so forth. At least with 8-STABLE, these features are not…
larsks
  • 43,623
  • 14
  • 121
  • 180
6
votes
13 answers

Network monitoring tool for FreeBSD

I am using FreeBSD 6.1 as router. Now I looking for Network Traffic Monitoring software to see what's happening with internet link. I have two installed LAN cards in my system, one for lan and other for wan traffic I also have a static IP address on…
adopilot
  • 1,521
  • 6
  • 25
  • 41
6
votes
3 answers

Minimum hardware requirements of a loadbalancer?

I'm going to use a FreeBSD system as a loadbalancer which routes 1gbps public traffic to back-end webserver cluster. What are the minimum hardware specs for this job? Thanks.
Jeff
  • 451
  • 2
  • 5
  • 10
6
votes
5 answers

Free space on ZFS file system unexpectedly missing

Going to completely rephrase this question since it's still an outstanding production issue several months later. I have a FreeNAS 0.7.2 box, based on FreeBSD 7.3-RELEASE-p1, running ZFS with 4x1TB SATA drives in RAIDz1. I appear to have lost 1TB of…
tomfanning
  • 3,378
  • 7
  • 34
  • 34
6
votes
1 answer

What Emacs package should I install for command-line on FreeBSD?

I'm newbie on BSD. I installed FreeBSD with minimal configuration, so there's no package installed. I tried pkg_add -r emacs, the command tried installing many of X11 related packages (not sure, but it look like). There are so many ports on BSD…
Eonil
  • 10,459
  • 16
  • 36
  • 54
6
votes
2 answers

Is there a good guide to using "The DJB Way" with FreeBSD?

I'm rapidly becoming a FreeBSD convert (from Linux). I'm also intrigued by djb's software. Is there a good guide to replacing the standard set of FreeBSD utilities with their djb equivalent? It would be swell if that also happened to leverage ports,…
Hank Gay
  • 375
  • 3
  • 11