This document contains only my personal opinions and calls of judgement, and where any comment is made as to the quality of anybody's work, the comment is an opinion, in my judgement.
[file this blog page at: digg del.icio.us Technorati]
root
.
Examples:
$ tcptraceroute localhost Got root?
tree$ pppd call dls pppd: must be root to run pppd, since it is not setuid-rootInstead consider the more correct behaviour:
$ tcpdump -i lo tcpdump: socket: Operation not permittedwhere however of course the error message is low quality as it does not say which socket is involved, and which operation was not permitted. But as usual very few programmers remeber UNIX style pragmatics.
flash memorystorage devices, which may have very low sequential access times for reading, but very strongly favour sequential writing.
# rpc.svcgssd -f -vvv ERROR: GSS-API: error in gss_acquire_cred(): Unspecified GSS failure. Minor code may provide more information - No principal in keytab matches desired name Unable to obtain credentials for 'nfs' unable to obtain root (machine) credentials do you have a keytab entry for nfs/<your.host>@<YOUR.REALM> in /etc/krb5.keytab?This is so wrong because it would be very easy and useful at this point to print which host and realm could not be found, yet the author of this program deciced to make things more difficult for the user by giving an opportunity to play a guessing game. But it is worse: because in this case it is not just host and realm that need to match, but also key version and encryption type, and to frustrate the user further this is cleverly omitted. But even worse: in this case the file being searched for keytab entries is not
etc/krb5.keytab
,
because the relevant configuration fil eoverrides that
default, and yet this error message contains that default
hardcoded.
flashbased mass storage drives, and indeed I have been greatly impressed by some recently launched or annouced products. Most of all by the announcement of Samsung's year end availability of a high performance, 256GiB flash drive:
for which there is already a photograph. This drive looks like a sandwich of an upgrade of a previous model, which is not too bad either:Samsung's new 256GB SSD is also the thinnest drive with the largest capacity to be offered with a SATA II interface. With a sequential read speed of 200 megabytes per second (MB/s) and sequential write speed of 160MB/s, Samsung's MLC-based 2.5-inch 256GB SSD is about 2.4 times faster than a typical HDD. Furthermore, the new 256 GB SSD is only 9.5millimeters (mm) thick, and measures 100.3 x 69.85 mm.
Through major advancements in proprietary controller technology, Samsung's new MLC 256GB SSD, besides being comparable in speed to an SLC-based SSD, also boasts reliability equal to that of SLC SSDs, with a mean time between failures (MTBF) of one million hours, while costing considerably less. Power consumption is also exceptionally low at 0.9 watts in active mode.
Samsung is expected to begin mass producing the 2.5-inch, 256GB SSD by year end, with customer samples available in September. A 1.8-inch version of the 256GB SSD is expected to be available in the fourth quarter of 2008.
The most remarkable properties of these drives are the very low weight at around 80g instead of around 120g for a 2.5" drive or around 600g for a 3.5" hard disc drive, the power consumption at less than 1W instead of 2-3W for 2.5" or 8-10W for 3.5" disc drives (and without any (often troublesome) startup peak well above that) and access time not only very very low at around 100µs, but also uniform across all locations.Samsung Electronics Co., Ltd., the world leader in advanced semiconductor technology, announced today that it has begun mass producing 1.8- and 2.5-inch multi-level cell (MLC)-based solid state drives (SSD) with a 128 Gigabyte (GB) storage capacity. Mass production of the Samsung MLC-based 64GB SSD also began this month.
Samsung SSDs feature far greater reliability, faster boot times and faster application start-up times than hard disk drives. Power consumption for the Samsung SSD is exceptionally low in standby mode at approximately 0.2 watts and in active mode at 0.5 watts.
The Samsung MLC-based SSD has a write speed of 70MB/s and a read speed of 90MB/s - performance levels that approach those of single-level-cell (SLC)-based SSDs now in mass production. Moreover, the new 128GB SSD will last approximately 20 times longer than the generally accepted 4-5 year life span of a notebook PC hard drive.