The Wayback Machine - https://web.archive.org/web/20170628202347/http://www.advogato.org/person/dmitri/diary.html

Recent blog entries for dmitri

Somedays ago i update OpenBSD 4.0-beta on my laptop to -current and enable ACPI support in kernel config. Now i have one sensor. ;)

saturn:~% sysctl hw.sensors
hw.sensors.0=acpitz0, zone temperature, 52.05 degC
Here is diff against 4.0-beta and -current with enabled ACPI `dmesg':
-OpenBSD 4.0-beta (GENERIC) #1055: Thu Aug  3 11:39:24 MDT 2006
-    deraadt@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
+OpenBSD 4.0-beta (GENERIC) #5: Thu Aug 24 22:02:02 MSD 2006
+    dmitri@saturn.openbsd.pp.ru:/usr/src/sys/arch/i386/compile/GENERIC
-avail mem = 228171776 (222824K)
+avail mem = 227909632 (222568K)
+acpi0 at mainbus0: rev 0
+acpi0: tables DSDT FACP HPET BOOT
+acpitimer0 at acpi0: 3579545 Hz, 24 bits
+acpihpet0 at acpi0: 248348 Hz
+acpiec0 at acpi0: EC0_
+acpibtn0 at acpi0: LID_
+acpibtn1 at acpi0: SLPB
+acpicpu0 at acpi0: CPU0: 1500, 600, 0, 0, 0 MHz
+acpitz0 at acpi0, critical temperature: 100 degC
-cbb0 at pci1 dev 6 function 0 "Texas Instruments PCI7XX1 CardBus" rev 0x00: irq 10
+cbb0 at pci1 dev 6 function 0 "TI PCI7XX1 CardBus" rev 0x00: irq 10
-ichpcib0 at pci0 dev 31 function 0 "Intel 82801DBM LPC" rev 0x03: SpeedStep
+ichpcib0 at pci0 dev 31 function 0 "Intel 82801DBM LPC" rev 0x03: failed to map I/O space
-biomask effd netmask effd ttymask ffff
+biomask edfd netmask edfd ttymask ffff
-auich0: measured ac97 link rate at 47998 Hz, will use 48000 Hz
+auich0: measured ac97 link rate at 48001 Hz, will use 48000 Hz

And here is link to short note about trunk(4) interface in OpenBSD 3.9: Using trunk(4) interface in OpenBSD

14 Aug 2006 (updated 14 Aug 2006 at 16:21 UTC) »
I'm Ubuntu Member now

Today i was approved by mako to Ubuntu Members.

And I'm first Russian Ubuntu Member.

OpenBSD 4.0-beta

Yesterday I update OpenBSD 3.9 on my laptop to the latest snapshot. Here is diff against 3.9 and 4.0-beta `dmesg':

-OpenBSD 3.9 (GENERIC) #617: Thu Mar  2 02:26:48 MST 2006
+OpenBSD 4.0-beta (GENERIC) #1055: Thu Aug  3 11:39:24 MDT 2006
-cpu0: FPU,V86,DE,PSE,TSC,MSR,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,CFLUSH,ACPI,MMX,FXSR,SSE,SSE2,TM,SBF
-real mem  = 258449408 (252392K)
-avail mem = 228835328 (223472K)
+cpu0: FPU,V86,DE,PSE,TSC,MSR,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,TM,SBF
+real mem  = 258437120 (252380K)
+avail mem = 228171776 (222824K)
-bios0 at mainbus0: AT/286+(66) BIOS, date 06/29/04, BIOS32 rev. 0 @ 0xfd540
+bios0 at mainbus0: AT/286+(66) BIOS, date 06/29/04, BIOS32 rev. 0 @ 0xfd540, SMBIOS rev. 2.31 @ 0xdf810 (27 entries)
+bios0: Acer TravelMate 2300
-"unknown" at iic0 addr 0x18 not configured
-auich0: measured ac97 link rate at 48001 Hz, will use 48000 Hz
+auich0: measured ac97 link rate at 47998 Hz, will use 48000 Hz
/me at Undeadly

Package testing time news post on Undeadly regarding porters call for users to test the latest snapshot packages and the ports tree itself.

OpenBSD ports tree lock

The ports tree closed for new imports and updates. Everyone can help make a better release, by testing package snapshots. Report any problems.

OpenBSD 4.0 coming soon...

OpenBSD CVS HEAD has changed to 4.0-beta.

CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2006/07/26 14:34:11

Modified files: distrib/miniroot: install.sub etc/root : root.mail share/mk : sys.mk share/tmac/mdoc: doc-common sys/arch/macppc/stand/tbxidata: bsd.tbxi sys/conf : newvers.sh sys/sys : param.h

Log message: crank to 4.0-beta

2 Aug 2006 (updated 2 Aug 2006 at 06:42 UTC) »
Google Hosting

Google launch its source code hosting with Subversion repository for open source projects only. Here is Project Hosting Frequently Asked Questions.

I use Picasa Web now. Google give 250Mb space for free, photos can be uploaded using browser (not only from Picasa!).

My Public Gallery

Today i find very useful utility for managing and monitoring various services, auto checking files checksum and timestamps and other interesting things. This program provide a built-in web interface, wap support and e-mail alerts.

Here is homepage: Monit.

Today i install Monit on many critical server on my work. This tool just work.

25 Jul 2006 (updated 3 Aug 2006 at 17:20 UTC) »

I'm on vacation now.

Two day ago I make my first port for OpenBSD. The best Xkb indicator, useful for light window manages (fluxbox, Window Maker, IceWM, etc) users, now can be installed from package. For making port some patches work was needed, strcpy() to strlcpy() and sprintf() to snprintf() changing in source code before compiling.

Port Description openbsd-ports message

3 older entries...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!