Monday, September 26, 2005
*BSD vs. Linux
GTK Theme selector
Fancy GTK+ apps
Fancy nicer looking GTK+ apps? Apps that fall into this category include Firefox and Thunderbird. Simply run the following command from a console (as root) and restart your x session:
# pkg_add -r gtk-qt-engine
Of course, if you're like me, you'll probably want to make it from the source:
# cd /usr/ports/x11-themes/gtk-qt-engine
# make && make install && make clean
According to the FreeBSD ports page:
GTK-QT Theme Engine allows GTK2 apps to use QT (KDE) themes
More PC-BSD
Anyway, a little update on my BSD follies. I still have my KVM mouse problems (sigh), but I've gone and plugged in another mouse to this box in order to get around them. My PC-BSD install went pretty smoothly, but then I ran into the above mentioned 'mountroot' problem. It seems to be trying to get the OS from the wrong slice (partition). Luckily, I barely remembered both where I installed it and the nomenclature for specifying it. I think they are having a problem with it defaulting to one (ad1s1a) no matter where you actually installed it (in my case, ad6s1a). It's 'ad6' because this is such an old box, it has a funky "fast" controller, back in the days when a UDMA 66 was fast, that isn't part of the normal 4 IDE controllers.
Anyway, I get the following error when I boot PC-BSD:
Mounting root from ufs:/dev/ad1s1a
setrootbyname failed
ffs_mountroot: can't find rootvp
Root mount failed: 6
Then it gives me a little info on how to use the manual input portion of mountroot (whatever that is - it isn't documented in the handbook as far as I can tell). By using the '?' command, I get a list of the possible boot devices, and there I can see 'ad6s1a', which is the 'a' (root file system) partition (in BSD speak) of the first slice (s1) of the 7th IDE device (like I said, it gets put way past the normal 0-3 due to the funky controller). So, if I type in:
mountroot> ufs:ad6s1a
I'm off and running.
But I'm also downloading this 0.8.2 version. I will start again from scratch. I have a big hard drive (120gb) empty, so I can play there. I will probably continue to try out PC-BSD, so as to keep my hand in the BSD game, despite the wickedly annoying KVM problem.
Development Release: PC-BSD 0.8.2 (Beta)
Thursday, September 22, 2005
Blob meme - report on an old post
Rules:
- Go into your archive.
- Find your 23rd post (or closest to).
That would be from June 2003, FreeBSD Splash Screens - Find the fifth sentence (or closest to).
- Post the text of the sentence in your blog along with these instructions.
This page has lots more splash and desktop screens, including some vaguely erotic and futuristic BSD Daemons:
Tuesday, September 20, 2005
DesktopBSD - Yet Another BSD Distro
I still haven't had much luck with my KVM switch. PC-BSD just doesn't seem to recognize the mouse, and DragonFly BSD seems to rudimentary to play with. It's a long-standing problem with FreeBSD for some reason - it just doesn't see a mouse when it is hooked up via a KVM switch. Looking back through my notes here, I see where I once got FreeSBIE to work by jiggling when X start up, but I can't seem to even get that to work any more :-(
Anyway, here's Yet Another BSD distro, called DesktopBSD. I'll give it a shot...
DesktopBSD: Home
Monday, September 19, 2005
New PC-BSD release
Anyway, they just came out with version 0.8 of PC-BSD, so that's the one I'm going to go with. I downloaded the ISO and I'm ready to burn!
PC-BSD - Personal Computing, served up BSD Style!
Updated: : As a quick followup, there is now a 0.8.1 release.
Friday, September 16, 2005
FreeBSD Boot process
This is a description of the boot process in the man pages. Start here, read it and check out the "See Also" links: boot
Here's how to tell the boot loader the options to use and even the kernal to load the next time you restart the system: nextboot
The final stage of the "bootstrap", is the loader(8)
If you use the builtin boot manager, you can use this program to configure it: boot0cfg(8)
Thursday, September 15, 2005
Server Monitoring
Anyway, I guess I should search my own archives, as I already have a post that describes two of them (Nagios and Big Brother):
Monitoring Programs
There are two others I should look into:
Wednesday, September 14, 2005
FreeBSD Snapshots
Postfix help
Automounting
One thing I'd be wary of is that this is a file that is 3 years old at this point. I haven't used amd all that much, and I haven't read this file over carefully, but you need to make sure the information isn't obsolete. I've added links to the handbook and man pages for the appropriate tools, so you might want to start there and only use this file if you have additional questions.
Fun With Automounting on FreeBSD
Here are the appropriate FreeBSD Handbook (the first place to go when you have questions) and man page entries:
Network File System (NFS) - 24.3.4 Automatic Mounts with amd
amd(8)
amq
amd.conf(5)