杂记 2004-03-06

| Diary Excerpt

最近发生了很多事情,一直想写点什么,但就像 www.delphij.net 的工程一样,planned,然后,就放在那儿了。但我终于决定把一些事情写出来,按照Jeffrey的说法,有的事情憋在心里,最后会拧成一个结,而带来更大的问题。

阅读全文…( 本文约 1999 字,阅读大致需要 4 分钟 )

sysctl spining fixed

| Kernel

Don Lewis (truckman@) has committed a fix for the sysctl spinning problem I mentioned here some days before. Currently, beastie.frontfree.net is running a workaround which made it possible to skip the deadlock, however, will not guarantee the correct result.

阅读全文…( 本文约 81 字,阅读大致需要 1 分钟 )

据说有90%的人的思维方式跟我们不一样……

| Diary Excerpt

昨天毕设讨论的时候 端木 提到一件事,就是百度公司的一位高层提到,有90%的人的思维方式,和计算机专业的学生是完全不一样的,例如,当他们的浏览器主页被修改之后,他们会尝试去用那个主页提供的功能,而不是想把它改回原状。

阅读全文…( 本文约 808 字,阅读大致需要 2 分钟 )

Windows memory dump options

| Kernel

From Microsoft’s KB:

You can configure Microsoft Windows 2000, Microsoft Windows XP, and Microsoft Windows Server 2003 to write debugging information to three different file formats (also known as memory dump files) when your computer stops unexpectedly as a result of a Stop error (also known as a “blue screen”, system crash, or bug check). You can also configure Windows not to write debugging information to a memory dump file. Windows can generate any one of the following three memory dump file types:

  1. Complete memory dump
  2. Kernel memory dump
  3. Small memory dump (64 KB)
阅读全文…( 本文约 203 字,阅读大致需要 1 分钟 )

beastie.frontfree.net melt and rebuilt

| Life

Well, the story has end, beastie.frontfree.net ends its life because an overheat caused by mechanism fault of its fan on CPU and power supply. The hardware components were then replaced with some new ones.

阅读全文…( 本文约 132 字,阅读大致需要 1 分钟 )

FreeBSD 5-CURRENT bug?

| Kernel

Several servers I manage running FreeBSD 5-CURRENT as of 20040228 appears to bearing wierd deadlocks, which could be triggered by ps(1), top(1) and w(1).

阅读全文…( 本文约 50 字,阅读大致需要 1 分钟 )

minidump for FreeBSD?

| Kernel

junsu and I have discussed about some big hacks to FreeBSD kernel, and the implementation of a minidump is a good idea, I think.

On Windows there’s a minidump mechanism. The minidump will save ‘crashing’ pages only, while full dump will save the whole core memory when the system going to crash.

阅读全文…( 本文约 363 字,阅读大致需要 2 分钟 )

NetBSD 1.6.2 RELEASE released

| Development

It’s the latest NetBSD stable RELEASE. This version is dedicated to Erik Reid, a NetBSD developer who contributed many MIPS related port efforts, as well as the XFree86 DRI interface, and were dead in an sailing accident in February 18, 2004.

阅读全文…( 本文约 101 字,阅读大致需要 1 分钟 )

Looking for some documentation on IShellLink::Resolve

| Development

This is really insteresting one. With an “advertised” shell link, Windows Installer will automatically executed to install on demand.

阅读全文…( 本文约 82 字,阅读大致需要 1 分钟 )

Matt Dillon's VFS integrated package system thought

| Kernel

I finally understood what he want, according to his post today:

" Hey, here’s an idea… using the VFS wrapper idea our
‘ports’ system could create a namespace that makes everything
appear to be preinstalled. So instead of CDing somewhere and
typing make, or running an apt-get type of utility, you would
simply run the program you want to run and our package manager
would download and install it on the fly."

阅读全文…( 本文约 121 字,阅读大致需要 1 分钟 )