hugh nicks
August 25th, 2003, 00:26
Hi all.

I was originally going to save this for a few buddies in an email, but decided that sharing it with everybody would do it more justice.

For those that know me, they might already know some of this, and for those who don't, I will try quickly to bring you up to speed.

In Oct of 02, I had a nice job working for a friend of mine at a medical company, heading up the IT dept. Which was me, by the way, but head it up I did. I knew I was in for a bumpy ride when our CEO at the time insisted that I buy all our hardware from Hell,.. I mean Dell Computers because "he had one at home". Turned out to be the worst thing I had ever done, but at least all the blame dripped right off me because it wasn't my suggestion. Needless to say, that CEO lasted only another 4 months. But while I was working, I got to really get my hands dirty with Windows XP Pro. I had those machines purring and the OS tuned like a piano (when they worked). Everything on the backend however, was BSD. My original intention was to convert the entire company (15) to some sort of open source software, but that was quashed right at the get go. I had also tinkered with the BSD's, both Open and Free at my previous job, but never really got into it because I had always done Windows support. So I always was a Windows guy.

Then one day, my friend decided that his company should look for a really good management team to come in and help us out. So he looked, and he looked, until he came across some guys from Buckley's. Yup, the very same. See, they had sold Buckley's a few years back and made some sweet smack from the deal. They would never have to work again let's say. So they grabbed some stock and jumped aboard, and we all sailed off to happy cheeryville. Then for some reason, in July, they panicked, pulled the plug on the company, fired everyone, shut the doors, and declared bankruptcy.

yikes.

told you i'd get you up to speed...

So now, I have my own consulting company, and I help people fix their problems. It's work, but at least I'm calling the shots. Fixed a bunch of computers in the last little while. Couple of hard drive failures. Windows failures. In fact, I must have been around it too much, because my very own drive died on me. Twice. Both times running XP Professional. Within a week of each other. So I got to thinking yesterday, why would I go and re-install that junk again? Why would I subject myself to the headache time and time again? Downloading over 100 MB of patches after the initial install? Knowing that I've given permission for MS to take a look at my computer whenever they want and they can make changes and they're not responsilbe? So I went to my roommate's computer, downloaded the kern and mfsroot disc images, and got to work. As of this posting, I have 5.1 running, did a full cvs and portupgrade (good lord that took a while), and now have evolution, xmms, openoffice, and phoenix compiled. Throw in a 17' DVI LCD, and kde never looked so good. So basically, with the exeption of a few programs that absolutly have to run on a windows machine, I will build a crap box for the crap, and leave the good stuff to FreeBSD.

I am done with Windows.

man that felt good to say *tear*

Thanks for listening everyone.

hn

Kernel_Killer
August 25th, 2003, 01:05
Congrats!!!!! WElcome to the dark...er.. light side!! (whichever you prefer) Good to see another person move over more than 50%. BTW, what apps are strapping you to Win? Surely there is an alternative. Anyways, excellent job! Keep up the good work! :D

hugh nicks
August 25th, 2003, 02:05
i'll do you one better kernel:

can i (in BSD) hotsync my palm to something?
fileshare (kazaa lite)?
taxes and finances (a la quicken)?

those are some i can think of right off the top. maybe more. hopefully less.

cheers.

hn

Kernel_Killer
August 25th, 2003, 03:17
For the palm : /usr/ports/plam/
for the Quicken stuff: /usr/ports/finance
KaZAA!?!?! Do IRC XDCC instead. www.packetnews.com
Or use the Win emulator to use KaZaA :P

hugh nicks
August 25th, 2003, 10:22
nice. i'm gonna get to work on a few compilations today. any requests?

thanks tons kernel. i'll let you know how things go.

hn :D

hugh nicks
August 25th, 2003, 10:29
oops..wondering if you have to make the palm port with something special. This is what I get about a quarter of the way through.

gmake[1]: *** [Makefile.in] Error 1
gmake[1]: Leaving directory `/usr/ports/palm/gnomepilot-conduits2/work/gnome-pilot-conduits-2.0.10/email'
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop in /usr/ports/palm/gnomepilot-conduits2.
*** Error code 1

Stop in /usr/ports/palm.

hn

and now:

===> Building for guile-1.6.4_2
cd . && /bin/sh ./config.status Makefile
config.status: creating Makefile
cd . && /bin/sh ./config.status Makefile
config.status: creating Makefile
cd . && /bin/sh /usr/ports/lang/guile/work/guile-1.6.4/missing --run autoheader
aclocal.m4:156: error: Autoconf version 2.54 or higher is required
aclocal.m4:156: the top level
autoheader: autom4te failed with exit status: 1
at /usr/local/bin/autoheader line 163
gmake: *** [config.h.in] Error 1
*** Error code 2

Stop in /usr/ports/lang/guile.
*** Error code 1

Stop in /usr/ports/finance/gnucash.
*** Error code 1

Stop in /usr/ports/finance.

what the hell am i doing wrong?

hn :x

soup4you2
August 25th, 2003, 12:18
when ports fail.. there's always the 2nd method

pkg_add -r gnomepilot-conduits2-2.0.10

it should install the packages of the dependencies.. and your app.. i would suggest running portupgrade after this though. (just so you know you have the latest versions of the packages.)

hugh nicks
August 25th, 2003, 12:35
i would suggest running portupgrade after this though. (just so you know you have the latest versions of the packages


thanks soup,

i'm in the process of cvsupit right now, and soon to upgrade the ports.

hopefully this is the fix.

cheers,

hn