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
0
votes
1 answer

Avahi & cups on FreeBSD

I set up cups and avahi on FreeBSD 8.0. However cups printer does not shows in avahi-browse -a on client (other things like ssh server are shown). Additionally if I try to run avahi-browse -a on server it does not succeed: # avahi-browse -a Failed…
Maciej Piechotka
  • 677
  • 1
  • 7
  • 15
0
votes
1 answer

Does FreeBSD suffer from SMP issues?

This is not a FreeBSD vs [insert favorite linux server distro]. My interest is in knowing the why and how to remedy sch issues if they exist. Primarily, I'm looking to implement a FreeSwitch based PBX for the local Red Cross hospital. Me being me,…
0
votes
2 answers

PF firewall issues with FTP inside FreeBSD jail

I have recently tried to set up jails on one of my FreeBSD servers, and I’m running into strange errors while trying to download FreeBSD packages via FTP. I have these rules in the PF firewall to allow the download of packages on the host machine,…
mikl
  • 622
  • 1
  • 11
  • 17
0
votes
2 answers

How will BSD fare in the future for servers?

How do you think the BSD's like FreeBSD will fare in the future for servers against various distributions of Linux? Considering many servers will be moved to a cloud like environment, how will this affect the BSD's?
Recursion
  • 619
  • 2
  • 7
  • 19
0
votes
1 answer

ipnat.conf - map and rdr won't work!

I can't put my mind around it, before reboot I was able to ssh in from outside to my jail and right now I can't! I even rebuild the whole system and even that didn't help:( anyone have any ideas? su-3.2# cat /etc/ipnat.rules map fxp0 lama ->…
alexus
  • 13,112
  • 32
  • 117
  • 174
0
votes
1 answer

Running PostgreSQL Inside a Jail Using FreeBSD

I'm using FreeBSD 8.0 and I've setup a jail, pgsql, to act as a database server. After installing, I've tried to run initdb but get the following error: $ /usr/local/pgsql/bin/initdb -D /usr/home/pgsql cannot create /dev/null: Permission…
gvkv
  • 293
  • 3
  • 14
0
votes
2 answers

automatic ssh logout not working due to screen caption setting

I have set up an automatic logout for idle ssh session using "ClientAliveInterval 7200" However I do not get logged out everyone else who uses the server gets logged fine. I have tracked the trouble maker down to this line in my personal…
Alistair Prestidge
  • 806
  • 1
  • 7
  • 19
0
votes
1 answer

Squid 3.1 Not Allowing Cookies Possible SSL issue?

I'm doing a poor job finding this in the documentation, but as of right now attempting to login to sites like gmail through the proxy gets me into a redirect loop with sites saying cookies aren't enabled. In old documentation I can find there is a…
scraft3613
  • 490
  • 1
  • 5
  • 12
0
votes
1 answer

Nginx Static Content Server Maxing Out?

I use nginx to serve the static content for a decently busy website of mine. I have the logging disabled, and 4 worker processes enabled with 5,000 connections per worker (which should yield a max connection limit of 20,000. The server is only…
Harry
  • 221
  • 1
  • 5
  • 9
0
votes
1 answer

FreeBSD after motherboard replacement; should I have any concerns?

So after three years my motherboard (Asus M2N-0MX) has died off. As I go shopping for its replacement tomorrow I have a concern about the data that I currently have on the drives wtihin. I'm currently running BSD 6.2, and am wondering if there would…
canadiancreed
  • 296
  • 1
  • 11
0
votes
1 answer

Freebsd write access to group directory

I'm confused. I have two users in system: u1 and u2, and group u1. both u1 and u2 belong to u1. I've created directory /opt/d with properties: drwxrwxr-x 2 u1 u1 512B May 26 17:55 d AFAIK, this configuration allows both users write to…
Nikolay Sergeev
0
votes
2 answers

Upgrade processes between FreeBSD/Ubuntu

Are there significant differences between FreeBSD and Ubuntu Linux when it comes to upgrading? FreeBSD appears to offers a more reliable path for upgrades with "freebsd-update" though I think "apt-get update --system" is the equivalent for Ubuntu.…
bianster
  • 9
  • 2
0
votes
2 answers

Build Freebsd from source (LFS like)

Do you know any project/document similar to Linux from Scratch for FreeBSD? Any pointers to build FreeBSD from scratch is appreciated. It is for learning purpose similar to LFS.
user39184
  • 163
  • 2
  • 6
0
votes
3 answers

Who provides the best and/or most affordable VPS hosting for FreeBSD guests?

I've seen plenty of recommendations for Linux VPS hosting, but not as much for FreeBSD. Who's the Linode/Slicehost of the BSD world? As an added bonus, who provides cheap but serviceable BSD hosting?
Hank Gay
  • 375
  • 3
  • 11
0
votes
1 answer

Two Tomcat SSL Providers & One FreeBSD

Versions used: JDK 1.6 Apache Tomcat 6.0.2X CryptoPro CSP 3.6 provider (www.cryptopro.ru) Question: On FreeBSD8 I need to have two opened HTTPS different ports (443 and 444, for example). In other words, I need two providers, working…
mosg
  • 235
  • 1
  • 2
  • 11