Yesterday, I tried to install FreeBSD 9.0 on an old Laptop running an Athlon XP-M CPU. NetBSD did install on it, but had a few issues, and I wanted to see how FreeBSD would fare on it and compare the dmesg-outputs in order to solve NetBSD’s issues, if possible. I downloaded the ISO from freebsd.org, [...]
pkgsrc-Mysteries – unraveled – update
I have to correct my on how $PATH is now set in my /etc/shrc: In the post, i wrote that my $PATH is set this way: 1 2 3 4 5 PATH=/usr/local/scripts:/bin:/usr/bin:/usr/X11R7/bin:/usr/X11R6/bin:/usr/pkg/bin:/usr/local/bin if [ "${uid}" -eq 0 ]; then PATH=/usr/local/sscripts:/sbin:/usr/sbin:/usr/pkg/sbin:/usr/local/sbin:${PATH} fi export PATH PATH=/usr/local/scripts:/bin:/usr/bin:/usr/X11R7/bin:/usr/X11R6/bin:/usr/pkg/bin:/usr/local/bin if [ "${uid}" -eq 0 ]; then PATH=/usr/local/sscripts:/sbin:/usr/sbin:/usr/pkg/sbin:/usr/local/sbin:${PATH} fi export [...]
pkgsrc-Mysteries – unraveled
As I wrote , I encountered a weird mystery concerning three pkgsrc-packages, which did compile on each and every NetBSD-machine I could find, but on . We looked into the problem for days, but never found a clue. Then, this afternoon, the solution popped up in a totally different context. The Mistery Unravels During the [...]
pkgsrc-Mysteries
pkgsrc is the package-system native to NetBSD. It is a great system that lets you decide whether you like to install from officially pre-built binary packages, or from source by compiling each package directly. You can even mix binary installs with your own builds, the pkgsrc-system is capable of handling this. Depending on machine-speed, I [...]


Follow Nifelheim Tech-Blog 2.0