Tried to upgrade my FreeBSD system to 9.0-RC2, pending 9.0-RELEASE, but stumped upon this error.
The update metadata is correctly signed, but failed an integrity check. Cowardly refusing to proceed any further.
Obviously, I missed out the official announcement that a small patch is needed.
sed -i \'\' -e \'s/=_/=%@_/\' /usr/sbin/freebsd-up [...]
Posts in category FreeBSD
FreeBSD : freebsd-update
Tried to upgrade my FreeBSD system to 9.0-RC2, pending 9.0-RELEASE, but stumped upon this error.
The update metadata is correctly signed, but failed an integrity check. Cowardly refusing to proceed any further.
Obviously, I missed out the official announcement that a small patch is needed.
sed -i \'\' -e \'s/=_/=%@_/\' /usr/sbin/freebsd-up [...]
FreeBSD – HP DL 120 G7 hardware
Recently, I had a chance to test the compatibility of installing FreeBSD on an HP server. This are the specs of the server :
HP DL 120 G7 E3-1240
- 16gb DDR 3 ram
- dual nic port (HP NC112i 1-Port Ethernet Server Adapter (x2))
- Array Card (HP Smart Array P212/256MB Controller (RAID 0/1/1+0/5/5+0))
The NICs, Smart Array & (Read more. [...]
FreeBSD 9.0-RC2 Available
The second RC build for the FreeBSD-9.0 release cycle is now available. ISO images for the architectures amd64, i386, ia64, powerpc, powerpc64, and sparc64 are available on most of our FreeBSD mirror sites. One of the many new features in 9.0 we would like to be tested is the new installer, so we encourage our users to do fresh installation [...]
July-September, 2011 Status Report
The July-September, 2011 Status Report is now available with 28 entries.
FreeBSD – Mounting NFS share gi...
Connecting to a NFS server from a FreeBSD installation hit an error. The command executed was :
mount -t nfs nfs.example.com:/vol/some/nfs/share /mnt/mount/point
The error :
[tcp] nfs.example.com:/vol/some/nfs/share: RPCMNT: clnt_create: RPC: Remote system error - Operation timed out
The firewall has open port 111 (portmapper) & 2049 (mo [...]
FreeBSD 9.0-RC1 Available
The first RC build for the FreeBSD-9.0 release cycle is now available. ISO images for the architectures amd64, i386, ia64, powerpc, powerpc64, and sparc64 are available on most of our FreeBSD mirror sites. One of the many new features in 9.0 we would like to be tested is the new installer, so we encourage our users to do fresh installation ( [...]
PostgreSQL: server closed connection
Today I got a ton of messages DBI connect(\'dbname=xxx;host=yyy\',\'username\',...) failed: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. at....from our network statistic collector. I spent some time trying to understand what had happened (besides yesterd [...]
Lazy Reading for 2011/10/02
Yep, fall hits and it’s easier to find links.
DragonFly morphology. The insect, not the operating system, though that would make an interesting diagram.
Stick your pinkie in the corner of your mouth, Dr. Evil style, and say, “One MEEELion TCP connections on BSD!“. (via several retweets)
Sudo vs. SSH public keys.
The app s [...]
FreeBSD – Updated device names ...
This just caught my attention. There\'s some changes in device naming convention for the latest GENERIC kernel, that comes with default installations of FreeBSD.
An abstract (via) :
The GENERIC kernels for all architectures now default to the new
CAM-based ATA stack. It means that all legacy ATA drivers were
removed and replaced by resp [...]
FreeBSD 9.0-BETA3 Available
The third BETA build for the FreeBSD-9.0 release cycle is now available. ISO images for the architectures amd64, i386, ia64, powerpc, powerpc64, and sparc64 are available on most of our FreeBSD mirror sites. One of the many new features in 9.0 we would like to be tested is the new installer, so we encourage our users to do fresh installation [...]
FreeBSD – Fun in typo for listi...
Stumble across this port while doing some research. Go ahead and install it :
cd /usr/ports/games/sl
make install clean
Now, suppose we\'re gonna type \"ls\" for listing directory contains, but fat fingers make us type \"sl\" instead. After installing the port, try typing \"sl\" to list in the commandline and interesting stuff happens !
Mi [...]
Adding vdev to raidz pool
There is one fundamental flaw in raidz ZFS pools: you can\'t add devices to raidz (as opposed to usual raid5). So, could we do anything to expand our pool without full rebuilding? Yes, if we are ready to sacrifice one more disk. From zpool man page: A pool can have any number of virtual devices at the top of the (Read more...)
FreeBSD – Another example why d...
1 million concurrent TCP session, what kind of app need this???
Is WhatsApp :D
\"...
Over the past few months we have been making a lot of improvements to our servers to increase the performance, uptime and scalability. Today we have tuned some knobs, shifted some traffic around and achieved 1 million established tcp sessions on [...]