dmitri alenitchev

December 3, 2006

so long, and thanks for all the wordpress.com

Filed under: Default — Dmitri Alenitchev @ 3:53

I say goodbye to wordpress. New blog: http://allroot.blogspot.com/

November 22, 2006

Palm Z22 @ OpenBSD

Filed under: OpenBSD, palm — Dmitri Alenitchev @ 16:34

after attaching palm z22 to openbsd based laptop i got the following lines in dmesg:

uvisor0 at uhub1 port 2
uvisor0: Palm, Inc. Palm Handheld, rev 1.10/1.00, addr 3
uvisor0: init failed, TIMEOUT

device initialization failed and ucom(4) device is not created. attached patch for uvisor(4) driver is a hack for work with palm z22 device. after patch:

uvisor0 at uhub1 port 2
uvisor0: Palm, Inc. Palm Handheld, rev 1.10/1.00, addr 3
ucom0 at uvisor0 portno 0, sync

openbsd-uvisor.diff

November 13, 2006

HP LaserJet network printers and lpd(8)

Filed under: FreeBSD, OpenBSD — Dmitri Alenitchev @ 15:54

Work for me with HP LaserJet 1300n/1320n. Add the following lines to your /etc/printcap file:

lp|hp1300:\
        :lp=:rm=printer_ip_address:rp=text:lf=/var/log/lpd-errs:\
        :sd=/var/spool/output:mx#0:sh:

Now you can print using lpr(1) command.

November 7, 2006

NEW: devel/pecl-bcompiler

Filed under: FreeBSD — Dmitri Alenitchev @ 20:43

At work we use bcompiler from pecl, but pecl-bcompiler still not in FreeBSD ports tree.

pecl-bcompiler_port.txt

October 23, 2006

ASTRAL PIPER

Filed under: Art, Default, Music — Dmitri Alenitchev @ 10:22

absenthe+gashish.jpg

recipe: hashish, absinthe, Syd Barrett’s music

October 20, 2006

nat gateway for small office network

Filed under: OpenBSD, Photo — Dmitri Alenitchev @ 1:30

Tonight i replace old FreeBSD based NAT gateway to OpenBSD based NAT gateway and firewall. This short note about pf configuration.

I use Celeron 500 with two network cards (vr0 and vr1). Here is configuration steps:

  1. buy more beer and pizza!
  2. install openbsd
  3. set net.inet.ip.forwarding value to “1”. add string net.inet.ip.forwarding=1 to /etc/sysctl.conf file
  4. activate pf. add pf=YES line to /etc/rc.conf.local file
  5. let’s edit /etc/pf.conf file
    1. macros
      ext_if="vr0"
      int_if="vr1"
    2. options
      set block-policy return
      set loginterface $ext_if
      set skip on lo
    3. scrub
      scrub in
    4. network address translation
      nat on $ext_if from !($ext_if) to any -> ($ext_if)
    5. filter
      block in
      pass out keep state
      antispoof quick for { lo $int_if }
      pass quick on $int_if
  6. load config file. pfctl -f /etc/pf.conf
  7. check pf configuration. pfctl -f /etc/pf.conf

…and read “The OpenBSD Packet Filter”.

process..

October 18, 2006

OpenBSD was born today

Filed under: OpenBSD, Photo — Dmitri Alenitchev @ 17:12

calendar(1) at saturn:

Oct 18  OpenBSD born, Wednesday 08:37:01 GMT, 1995

after work:

October 12, 2006

PATCH: msdosfs

Filed under: OpenBSD — Dmitri Alenitchev @ 18:16

keeping the write speed constant. from netbsd

openbsd-msdosfs.diff

October 10, 2006

Button status control via sensor framework

Filed under: OpenBSD — Dmitri Alenitchev @ 15:00

Added sensor framework support to acpibtn(4) driver.

% dmesg | grep acpibtn
acpibtn0 at acpi0: LID_
acpibtn1 at acpi0: SLPB
% sysctl hw.sensors
hw.sensors.0=acpibtn0, button status, Off
hw.sensors.1=acpibtn1, button status, Off

openbsd-acpibtn+sensors.diff

October 9, 2006

Helloween in Moscow

Filed under: Music — Dmitri Alenitchev @ 13:49

Yesterday i was in Tochka club at Hellowen concert (part of the “Keeper Of The Seven Keys: The Legacy. Worldtour 2005/2006”).

I was too many drunk -> no reports.

Older Posts »

Create a free website or blog at WordPress.com.