<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>BSD's topics - tribe.net</title>
    <link>http://bsd.tribe.net/threads/rss</link>
    <description>Tribe.net. Local Connections</description>
    <item>
      <title>confused directories</title>
      <link>http://bsd.tribe.net/thread/32a17c04-8115-4db3-988a-2b8f380e1edb</link>
      <description>&lt;div&gt;I seem to be having a false "directory full" situation. 
&lt;br/&gt;
&lt;br/&gt;# df -ah
&lt;br/&gt;Filesystem     Size    Used   Avail Capacity  Mounted on
&lt;br/&gt;/dev/ad0s1a    496M    155M    301M    34%    /
&lt;br/&gt;devfs          1.0K    1.0K      0B   100%    /dev
&lt;br/&gt;/dev/ad0s1e    496M     62K    456M     0%    /tmp
&lt;br/&gt;/dev/ad0s1f     67G     67G   -5.4G   109%    /usr
&lt;br/&gt;/dev/ad0s1d    1.9G     85M    1.7G     5%    /var
&lt;br/&gt;
&lt;br/&gt;which show /usr over full. Yet: 
&lt;br/&gt;
&lt;br/&gt;# du -sh /usr
&lt;br/&gt;1.2G    /usr
&lt;br/&gt;
&lt;br/&gt;# du -sh /
&lt;br/&gt;1.5G    /
&lt;br/&gt;
&lt;br/&gt;What do I need to do here? Is there a way to rebuild the /usr directory index perhaps?
&lt;br/&gt;&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://bsd.tribe.net"&gt;BSD&lt;/a&gt;
			- 3 replies
		&lt;/div&gt;</description>
      <pubDate>Thu, 23 Mar 2006 19:09:15 GMT</pubDate>
      <guid isPermaLink="false">http://bsd.tribe.net/thread/32a17c04-8115-4db3-988a-2b8f380e1edb</guid>
      <dc:creator>Devin</dc:creator>
      <dc:date>2006-03-23T19:09:15Z</dc:date>
    </item>
    <item>
      <title>vi and OpenBSD</title>
      <link>http://bsd.tribe.net/thread/a4702ab0-e097-4156-93e0-aa88058f087a</link>
      <description>&lt;div&gt;Greetings all, I've recently switched from Linux to OpenBSD.  I use the vim editor and I can only 'undo' one time.  Undolevels is set to 1000.  Anyone have any idea how I can get multiple undos back?
&lt;br/&gt;
&lt;br/&gt;Also, when you want to type ":e somefile.txt" to edit other files there is no tab completion to cycle through files with similar names.  Anyone have any ideas? &lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://bsd.tribe.net"&gt;BSD&lt;/a&gt;
			- 13 replies
		&lt;/div&gt;</description>
      <pubDate>Fri, 24 Oct 2003 23:38:47 GMT</pubDate>
      <guid isPermaLink="false">http://bsd.tribe.net/thread/a4702ab0-e097-4156-93e0-aa88058f087a</guid>
      <dc:creator />
      <dc:date>2003-10-24T23:38:47Z</dc:date>
    </item>
    <item>
      <title>Gemu, PC BSD discussion</title>
      <link>http://bsd.tribe.net/thread/568c6ed0-c5a9-40e9-9cec-b84d604e84f6</link>
      <description>&lt;div&gt;Thought I would share this here.
&lt;br/&gt;We are starting a new Linux Users Group in our town and getting really great feedback.
&lt;br/&gt;Brian
&lt;br/&gt;
&lt;br/&gt;In this installment of my notes on alternative operating systems, I give my initial impressions of FreeBSD.  I also want to let everyone know about the open source computer emulator QEMU.
&lt;br/&gt;
&lt;br/&gt;For my initial foray into BSD, I installed a stock FreeBSD via the minimum install CD.  The CD is less than 50MB, and performs the majority of it's install via the internet.  There is a text menu based install procedure.  I have time to explore all the options, and there are alot of them.  Luckily, it gives sensible defaults, so you can get a basic system up and running without having to know much about how BSD works.  After waiting a while while it downloaded the system via FTP, I rebooted into a functional (console only) FreeBSD installation.  At this point, I was satisfied I could install a basic FreeBSD system, so decided to try out PC BSD.
&lt;br/&gt;
&lt;br/&gt;PC BSD was even easier to install.  A few mouse clicks, and a complete FreeBSD installation, including KDE, was up and running.  This ease means that you don't have as many options as with a stock FreeBSD, but it's intended to give you a working Desktop BSD installation, and it does just that.  Other things can be added later if desired.
&lt;br/&gt;
&lt;br/&gt;PC BSD includes it's own package management system, which resolves the issue of library dependancy problems.  Any program you install via it's package manager installs the program in it's own directory, and installs a copy of all required libraries in this directory as well.  This prevents the conflicts between package versions that sometimes occurs when you update a library at the cost of more disk space.  There are not many programs available for this new package manager yet, but the ones that are there make installation as easy as on windows.  Go to the website, download the PBI to your desktop, then click on it to run.  It will download and install the program, and your ready to go.  Uninstalling is just as easy.
&lt;br/&gt;
&lt;br/&gt;But the point of installing FreeBSD was to compare it to Linux distributions, especially Gentoo and Kubuntu.  So after looking at the PCBSD package manager, I decided to install the normal BSD package management system, ports.  Typing "cvsup /root/post-supfile" downloaded the ports tree to the machine.  After that, both the standard BSD install methods were available.  pkg_add allows you to install precompiled binaries quickly (when they're available).  "pkg_add -r nano" (the -r telling it to download it from a remote site) installed my favorite console editor, so I could edit config files (I've never bothered to learn vi).  It's fast, it's easy.  I'd been looking at qemu earlier, so I decided to see how that installed.  "pkg_add -r qemu" showed that it wasn't available as a binary package.  So time to try out ports.
&lt;br/&gt;
&lt;br/&gt;"cd /usr/ports" gets me to the directory.  Now to find the package.  "make search name=qemu" showed that qemu was in portage, as well as the kqemu accelerator.  They are both in the emulation directory.  "cd /usr/ports/emulation/qemu" gets me to the right place to install.  "make install clean" should download the sources, build it, install it, then clean up any temp files.  A quick look at the Makefile shows that it can take the WITH_KQEMU and WITH_HACKS configuration directives to build it with kqemu support and IDE DMA support.  So "make WITH_KQEMU=1 WITH_HACKS=1 install clean"....whoops, install failed.  kqemu requires the kernel sources, which are not installed by default with PCBSD.  Simple to fix, run sysinstall, choose to install packages, choose src, choose sys.  It downloads the FreeBSD kernel sources.  Retrying the install works fine this time.
&lt;br/&gt;
&lt;br/&gt;Under Gentoo, the process is just as easy.  emerge -s qemu (or use one of the faster versions, like eix or esearch) shows several qemu packages and kqemu are in portage, but marked unstable.  Adding "app-emulation/qemu-softmmu" and "app-emulation/kqemu" to /etc/portage/package.keyword allows the install.  adding "app-emulation/qemu-softmmu kqemu" tells portage to install qemu with kqemu support.  Typing "emerge qemu-softmmu" starts the install.
&lt;br/&gt;
&lt;br/&gt;I don't know if Kubuntu has qemu in it's package management system, but if it did, install would involve starting up aptitude, doing a search for qemu, clicking install, then choosing commit.
&lt;br/&gt;
&lt;br/&gt;At this point, qemu w/ kqemu acceleration is installed on both Gentoo and FreeBSD.  kqemu requires a module to be loaded to take advantage of the acceleration, so we use "kldload kqemu".  Under linux we would have used modprobe kqemu (gentoo requires modprobe kqemu major=0).  Different names, just as easy either way.
&lt;br/&gt;
&lt;br/&gt;If we want BSD to automatically load the kernel when booting, we add kqemu_load="YES" to /boot/loader.conf.  In Gentoo we would have added "kqemu major=0"it to /etc/modules.autoload.d/kernel-2.6.  I'm not sure about Kubuntu, but it's most likely similar to Gentoo.  Both methods are pretty easy.
&lt;br/&gt;
&lt;br/&gt;Ok, we now have qemu installed.  Installation was fairly simple under both Gentoo and FreeBSD.  The reason I wanted to install it was to see if I could get WindowsXP running inside Linux and FreeBSD at reasonable speeds.  Qemu is a machine emulator, meaning you create a virutal machine, and can run other operating systems inside this emulator.  There are several others out there.  Bochs is really good for debugging, but doesn't offer dynamic translation, so it's slow as hell.  VirtualPC and VMWare are 2 commercial versions (they run faster than qemu, but cost a fair amount).  Plex86 is OSS and fast, but only supports Linux as a guest OS.  Xen is another open source one, but it requires that the guest OS be modified to support it.  Since we can't legally modify Windows, it's out.  So qemu is our only option at this point.
&lt;br/&gt;
&lt;br/&gt;So first I create a 10GB file to use as the virtual hard drive.  "qemu-image create -f qcow Win.img 10G" does this on both FreeBSD and Linux.  We then insert the WinXP cd into the drive and type "qemu -cdrom /dev/cdrom -boot d Win.img" (-cdrom cd0 in FreeBSD) starts the virtual system, and tells it to boot from the CD.  After a brief view of the qemu bios screen, the Windows install screen comes up, and the install proceeds like any other Windows XP install (more smoothly than some).  Already, the speed hit is evident though.  The test machines are AMD64 3200+ running at 2.2GHz, so a normal XP install goes by pretty quick.  The install on the emulator takes significantly longer, but it's not painfully slow.
&lt;br/&gt;
&lt;br/&gt;After the install is complete, I did an install of Office 2000 (Including publisher), Acrobat reader, mcafee anti-virus (which blows), flash and shockwave plugins for IE, and 30+ windows security updates, and probably some things I'm forgetting.  Starting up Office is takes a bit, but once running, it's perfectly useable.  The total Image size with all this installed is 3.1G.
&lt;br/&gt;
&lt;br/&gt;It's really cool to run Windows in a window, while still being booted into Linux.  Plus, this image is totally portable.  All qemu installs emulate the exact same hardware, so once a Windows XP install is activated on the emulator, it can be used on any computer.  And since it's hosted on Linux, I can create a new image on a test machine, then push it out to every computer on campus overnight.  Or copy an clean one to all lab machines to clean them up between semesters.
&lt;br/&gt;
&lt;br/&gt;Ok, so back to FreeBSD vs Gentoo vs Kubuntu.  The package management systems used by FreeBSD are impressive.  pkg_add gives you the quick installation of binary distributions, while the huge ports tree gives you the flexibility to customize your packages and install those which don't have binary packages.  Add in the PCBSD package manager, and you have alternatives to match every need.  Add BSD's legendary stability and security and you have a really good system, whether you use it as a Desktop or a server.
&lt;br/&gt;
&lt;br/&gt;This stability does have a downside though.  FreeBSD has a much more controlled release cycle.  The result is that the kernel and packages are more stable and secure, but they tend to lag behind those available in linux.  The ability to run linux programs under FreeBSD using the linux compatibility layer reduces the impact of this, but this doesn't work for drivers.  Both Nvidia and ATI release drivers for linux, but only nvidia has any for FreeBSD (and these seem to lag behind those in linux).  You will have to live w/o hardware acceleration if you use an ATI card.  KDE 3.5 is already available in both Gentoo and Kubuntu, while FreeBSD ports still has 3.4.3 in it.
&lt;br/&gt;
&lt;br/&gt;In conclusion, PC-BSD is a perfectly usable Desktop enviornment giving you plenty of options on how to install stuff, as well as stability and security.  If you don't need bleeding edge versions of software, it's a great OS.
&lt;br/&gt;
&lt;br/&gt;qemu is a really cool program allowing you to run an O/S inside another O/S (you can even emulate different hardware, to run MacOS inside Linux or Windows).  If you don't mind that it runs about half as fast as a native Windows install, it works great.
&lt;br/&gt;
&lt;br/&gt;I'll write again once I have more experience with FreeBSD and let you know if it will become my new O/S of choice, or if I'll stick with Gentoo as my main desktop.
&lt;br/&gt;
&lt;br/&gt;Matthew&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://bsd.tribe.net"&gt;BSD&lt;/a&gt;
			- 3 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 04 Jan 2006 11:27:05 GMT</pubDate>
      <guid isPermaLink="false">http://bsd.tribe.net/thread/568c6ed0-c5a9-40e9-9cec-b84d604e84f6</guid>
      <dc:creator>Brian</dc:creator>
      <dc:date>2006-01-04T11:27:05Z</dc:date>
    </item>
    <item>
      <title>Working Knowledge</title>
      <link>http://bsd.tribe.net/thread/25fe9573-1b9e-4be4-8944-0a6239740f71</link>
      <description>&lt;div&gt;hey guys, any technology experts out there willing to check out a new free and open source technology based non profit? We are currently looking for people who would be willing to share their technology knowledge in a free tech school available via our website www.workingknowledge.org. We're a small non profit, well acutally it's just me right now, but I'm a hard worker! Check us out. When we get funding this will definitely be a place I look for recruits, and we might actually be able to pay you!!!! heh. Spread the word, please. Thanks!!&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://bsd.tribe.net"&gt;BSD&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Fri, 09 Sep 2005 04:36:49 GMT</pubDate>
      <guid isPermaLink="false">http://bsd.tribe.net/thread/25fe9573-1b9e-4be4-8944-0a6239740f71</guid>
      <dc:creator>psykobunni</dc:creator>
      <dc:date>2005-09-09T04:36:49Z</dc:date>
    </item>
    <item>
      <title>how do I get an interface to drop an alias in /etc/ifaliases?</title>
      <link>http://bsd.tribe.net/thread/35cfb79c-2a9d-4c1b-a391-cd20d0682d2c</link>
      <description>&lt;div&gt;So I have an interface listening on a few ip addresses, as listed in /etc/ifaliases.  I want to to drop one of these ip addresses.  after removing the address from the list, how do I get the machine to drop the address, without rebooting the machine?
&lt;br/&gt;
&lt;br/&gt;I'm doing this remotely, so I need to do this without cutting myself off at the knees by bringing the interface down with one command, and back up again, since once it goes down I won't be able to bring it up...
&lt;br/&gt;
&lt;br/&gt;thanks!
&lt;br/&gt;
&lt;br/&gt;-mike&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://bsd.tribe.net"&gt;BSD&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</description>
      <pubDate>Fri, 27 May 2005 20:50:21 GMT</pubDate>
      <guid isPermaLink="false">http://bsd.tribe.net/thread/35cfb79c-2a9d-4c1b-a391-cd20d0682d2c</guid>
      <dc:creator>spam</dc:creator>
      <dc:date>2005-05-27T20:50:21Z</dc:date>
    </item>
    <item>
      <title>2BSD, 3BSD man pages</title>
      <link>http://bsd.tribe.net/thread/6a1b0910-8daa-49c5-b11e-02a32a6d4e23</link>
      <description>&lt;div&gt;
&lt;br/&gt;Anyone have a source for online version of either 2BSD or 3BSD man pages?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://bsd.tribe.net"&gt;BSD&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Fri, 10 Sep 2004 21:13:24 GMT</pubDate>
      <guid isPermaLink="false">http://bsd.tribe.net/thread/6a1b0910-8daa-49c5-b11e-02a32a6d4e23</guid>
      <dc:creator>chris</dc:creator>
      <dc:date>2004-09-10T21:13:24Z</dc:date>
    </item>
    <item>
      <title>openbsd tribe created</title>
      <link>http://bsd.tribe.net/thread/356c8e21-c9cb-4a86-8ce9-efe888a145de</link>
      <description>&lt;div&gt;For current users, as I have recently set up a colo'ed openbsd server I am interested in ongoing conversation and lets face it help.
&lt;br/&gt;
&lt;br/&gt;http://0p3nbsd.tribe.net/
&lt;br/&gt;
&lt;br/&gt;unix for the practical paranoid
&lt;br/&gt;
&lt;br/&gt;come get your chroot on!&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://bsd.tribe.net"&gt;BSD&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 19 May 2004 16:55:02 GMT</pubDate>
      <guid isPermaLink="false">http://bsd.tribe.net/thread/356c8e21-c9cb-4a86-8ce9-efe888a145de</guid>
      <dc:creator>meanie</dc:creator>
      <dc:date>2004-05-19T16:55:02Z</dc:date>
    </item>
    <item>
      <title>Can someone give me access to a FreeBSD box?</title>
      <link>http://bsd.tribe.net/thread/da40f7bf-37d1-4f83-85bb-276e88f3eff6</link>
      <description>&lt;div&gt;
&lt;br/&gt;Hello, all ...
&lt;br/&gt;
&lt;br/&gt;I'm working on porting an open-source application (system framework called ACE) to Mac OSX 10.3 (Panther), which is very BSD-ish.  However, I need to make sure the changes I make will work on OSX, *BSD, Linux, Solaris, HPUX, (cough) SCO (cough), etc.  Now, I don't have to test them all, and i've access to a couple of Linux boxes I can test with, but a FreeBSD 5 box would be very nice to have access to (i.e. if the FreeBSD ACE port supports certain functionality on *BSD that OSX should have, I can look at the code and scan for similarities / differences).
&lt;br/&gt;
&lt;br/&gt;Anyway, would anyone consider giving me an account on a FreeBSD box?  I don't need root, just a shell and perhaps 1G of disk -- something I can ssh into.
&lt;br/&gt;
&lt;br/&gt;Regards,
&lt;br/&gt;
&lt;br/&gt;John
&lt;br/&gt;
&lt;br/&gt;Falling You - exploring the beauty of voice and sound
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://bsd.tribe.net"&gt;BSD&lt;/a&gt;
			- 2 replies
		&lt;/div&gt;</description>
      <pubDate>Sun, 28 Dec 2003 05:48:08 GMT</pubDate>
      <guid isPermaLink="false">http://bsd.tribe.net/thread/da40f7bf-37d1-4f83-85bb-276e88f3eff6</guid>
      <dc:creator>John Michael</dc:creator>
      <dc:date>2003-12-28T05:48:08Z</dc:date>
    </item>
    <item>
      <title>fbsd party</title>
      <link>http://bsd.tribe.net/thread/7d4f1a3d-f7e5-44c1-b420-672e370e24e8</link>
      <description>&lt;div&gt;Who's in the house for the 10th anniversary party at the DNA? You know what they say - no one knows how to party like UNIX developers...&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://bsd.tribe.net"&gt;BSD&lt;/a&gt;
			- 3 replies
		&lt;/div&gt;</description>
      <pubDate>Sun, 23 Nov 2003 19:37:35 GMT</pubDate>
      <guid isPermaLink="false">http://bsd.tribe.net/thread/7d4f1a3d-f7e5-44c1-b420-672e370e24e8</guid>
      <dc:creator>lx</dc:creator>
      <dc:date>2003-11-23T19:37:35Z</dc:date>
    </item>
    <item>
      <title>FreeBSD Mall assisting FreeBSD (go figure)</title>
      <link>http://bsd.tribe.net/thread/61ea8435-9d7d-498f-9b1e-759dd22dc822</link>
      <description>&lt;div&gt;something i was notified about, figured i'd pass it on.
&lt;br/&gt;
&lt;br/&gt;"During the week of September 7th to September 13th, all revenue from purchases at the FreeBSD Mall will be donated to the FreeBSD Foundation to support work being done to improve threading in the FreeBSD kernel.
&lt;br/&gt;
&lt;br/&gt;100% of any purchases you make, whether through our website or at our table at BSDCon, will be passed on to the FreeBSD Foundation."&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://bsd.tribe.net"&gt;BSD&lt;/a&gt;
			- 3 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 10 Sep 2003 01:37:17 GMT</pubDate>
      <guid isPermaLink="false">http://bsd.tribe.net/thread/61ea8435-9d7d-498f-9b1e-759dd22dc822</guid>
      <dc:creator>jb</dc:creator>
      <dc:date>2003-09-10T01:37:17Z</dc:date>
    </item>
  </channel>
</rss>



