Questions tagged [bsd]

Berkeley Software Distribution is a UNIX-derived operating system developed at the University of California from 1977 through 1995.

Berkeley Software Distribution is a UNIX-derived operating system developed at the University of California from 1977 through 1995.

If your question refers to a current BSD-derived operating system, consider using a more specific tag such as

107 questions
2
votes
1 answer

pfSense memory reporting

I have a box onto which I just installed pfSense 2.1. The box has 16GB of RAM and is a quad-core processor (yeah, we're planning on doing some serious traffic and using a proxy filter with a lot of clients). The BSD shell is reporting correctly that…
David W
  • 3,453
  • 5
  • 36
  • 62
2
votes
2 answers

How to get a kernel panic count

Is there any way to check the number of kernel panic that happened on a system ? If not, any idea on how to do make this new functionality ? I would like to hear about an answer for most Unix-like systems :)
Antzi
  • 303
  • 1
  • 7
2
votes
3 answers

VMWare vSphere ESXi vs Microsoft Hyper-V Server 2012 in a mixed environment

I'm considering some virtualization technologies in our University. And I really don't know which of them to use. VMWare seem to be the default choice, but with the free version of vSphere 5.1 (atual version) we have the 32GB of system RAM limit.…
Vinícius Ferrão
  • 5,520
  • 11
  • 55
  • 95
2
votes
2 answers

Altq/Pf trouble on OpenBSD

I'm having some trouble with pf/altq on OpenBSD but as I'm new to it I'm not sure if its because I'm misunderstanding how to use anchors, or if something is wrong with my system. I'm trying to add altq rules to an anchor using pfctl, but pfctl keeps…
Jak
  • 1,008
  • 9
  • 12
2
votes
1 answer

nslookup fails inside freebsd jail

I posted on the freebsd forums. I've been trying all night and I've made some progress but still I can't connect to the internet from my freebsd jail. Please just give me a hint here. I get the following inside the jail if I do nslookup…
gideon
  • 1,145
  • 2
  • 13
  • 28
2
votes
1 answer

How can the root password on FreeBSD 9.1 be changed for the system for the purposes of root logins?

I've never encountered this before when using FreeBSD, but I recently got a new BSD VPS, and when I logged in as a wheel user and su to root, I used "passwd" to change the root password, but this only appears to have changed the password locally…
tony_perkis666
  • 243
  • 2
  • 12
2
votes
1 answer

How to configure DNSMasq to allow wildcards for dns entries from DHCP?

I'm using PFSenses 2.0 in our development environment. I'm depending on the DNS Forwarder to add DNS entries for new DHCP leases. This is working well, though I need to add support for wildcards to these DNS entries. I know you can use…
2
votes
1 answer

Openbsd init script for ssh VPN tunnel

I have a server hosting SSH tunnels and Openbsd 4.5 clients connecting to it. Things work just fine but I am in the need of automating the connection from the client to the server. So that if the client is accidentally rebooted, then the connection…
manthis
  • 53
  • 5
2
votes
2 answers

bonding NICs w/o switch

(This may not be possible, but I thought I'd ask just in case it is, as it will save a considerable amount of cash.) I'm building cluster of sorts that has one shared storage unit and two computing units. I'd wondering if it is possible to bond two…
d-_-b
  • 1,124
  • 3
  • 11
  • 23
2
votes
3 answers

Is it ever good to share a userid?

On Un*x, Is it ever a good idea to have one userid that many different people log into when they do stuff? Often I'm installing software or something on a Linux or BSD system. I've developed software for 24 years now, so I know how to make the…
Ladlestein
  • 241
  • 3
  • 8
2
votes
3 answers

Networking OSX BSD Book Commands

I am looking for a good source (book, online) of networking on mac osx or linux. What commands, how to connect, send data, security (checking for intruders) etc.. Setup server. Thanks for the time..
user413734
2
votes
1 answer

How do I make Dragonfly BSD boot immediately, without waiting for user input?

I have installed Dragonfly BSD, and currently I need to press F1 and 1 to get it to boot. It's in a KVM VM so I'd like it to boot automatically when I boot my real machine. I know how to get KVM to start on bootup, but what I need to know is how to…
Robin Green
  • 451
  • 3
  • 11
2
votes
2 answers

Block IP addresses with ipfw

I'm a total noob to ipfw so my apologies in advance if my questions are basic, but I've not found any resources for it that help with the gap between using the GUI and knowing the commandline ipfw really well. I'd like to block ips that are hitting…
ian
  • 239
  • 2
  • 4
  • 12
2
votes
3 answers

FreeBSD crash course for a Debian administrator?

Can someone please post a quick FreeBSD administration crash course, targeted at a Debian administrator? The environment is a production web server. Some things I'd like to know: package management (ports or pkg_*) ? pros/cons vs. aptitude…
bsdnoob
2
votes
1 answer

What are the alternatives to using allow.sysvipc in a jail running PostgreSQL in FreeBSD

This question is prompted by this one. I've set up a jail to run PostgreSQL but without allow.sysvipc when creating the jail (or setting the relevant rc.conf entries), the system call to shmget are blocked and PostgreSQL won't run. The problem is…
gvkv
  • 293
  • 3
  • 14