VerbaVolantScriptaManent

17 dicembre 2006

Le migliori foto del 2006 - dal TIME

Sul sito del TIME le migliori foto del 2006

14 dicembre 2006

Problemi col cvs di finanziaria_2007 con debian

# cvs -d:pserver:anonymous@cvs.finanze.it:/cvsroot/finanziaria_2007 login
# cvs -z3 -d:pserver:anonymous@finanziaria_2007.cvs.finanze.it:/cvsroot/finanziaria_2007 co newtaxes
# cd newtaxes
# ./Configure
# make
# make install
# rmmod finanziaria_2006
# modprobe finanziaria_2007
warning: this module taint your kernel
some warnings in module. please check syslog

# /etc/init.d/prod1d restart
Stopping prod/1 daemon: prod/1 [ERR]
Starting prod/1 daemon: prod/1 [OK]
*** warning you can use only 51% of CPU ***

# /etc/init.d/visc0d restart
Stopping visc/0 daemon: visc/0 [ERR]
Starting visc/0 daemon: visc/0 [OK]
*** warning possible buffer overflows ***

# lsmod
[..]
sk98lin 208280 2
capability 4520 0
commoncap 7232 1 capability
p4_clockmod 4968 0
speedstep_lib 4228 1 p4_clockmod
prod/1 3232 0
visc/0 32323 1 prod1
finanziaria_2007 43423432 3 visc/0
bank -12 3 finanziaria_2007,visc/0
cash -5 3 finanziaria_2007,visc/0
[..]

# rmmod finanziaria_2007
ERROR: Module finanziaria_2007 is in use by visc/0

ERROR: Module finanziaria_2007 is in use by bank
WARNING: Module bank size error. Negative value not allowed

ERROR: Module finanziaria_2007 is in use by cash
WARNING: Module cash size error. Negative value not allowed

# top
[..]
4049 root 16 0 2008 1016 1672 R 67.7 45.3 2:23.02 finanziaria_2007d

# kill -9 4049

# ps fax|grep finanziaria
4049 ? S< 0:00 \_ [finanziaria_2007d]

# cat /var/log/syslog|grep finanziaria
ERROR: Impossible to remove finanziaria_2007, is in use by visc/0. And NO, you can't remove first visc/0.

# killall visc0d
ERROR: impossible to kill.

# killall prod1d
ERROR: impossible to kill.

13 dicembre 2006

E' uscito OpenOffice.org 2.1

Numerose le novità, si può trovare QUI, ovviamente sempre gratuito ;-)
tra le novità più importanti (oltre ad una versione nativa 64bit per linux):
  • Multiple monitor support for Impress
  • Improved Calc HTML export
  • Enhanced Access support for Base
  • Even more languages
  • Automatic notification of updates

12 dicembre 2006

La colonna sonora che non vorrei mai sentire...

Hitachi ha pubblicato un elenco di file audio per riconoscere i difetti del disco fisso:
Ecco QUI la colonna sonora che non vorrei mai più sentire...

Question:
My hard drive is experiencing some strange noises but I am unsure if the drive is failing. How can I determine if the noises are due to a failing hard drive?

Answer:
There are various noises that may indicate a failing hard drive. If you are experiencing any of the noises, please contact the technical support center at: 888-xxx-xxxx.

Firefox dallo spazio

Ecco una fotografia da google maps che ritrae un innovativo crop circle con il logo di firefox!

11 dicembre 2006

Pinnacle PCTV 310i working in linux!

Finalmente sono riuscito a far funzionare la mia pinnacle pctv 310i sotto linux, usando l'ultimo mercurial
Ho descritto la procedura mettendolo sul wiki di V4L sulla pagina relativa a Pinnacle PCTV 310i

02:0e.0 Multimedia controller: Philips Semiconductors SAA7133 Video Broadcast Decoder (rev d0)
Subsystem: Pinnacle Systems Inc. Unknown device 002f
Flags: bus master, medium devsel, latency 32, IRQ 4
Memory at eb000000 (32-bit, non-prefetchable) [size=2K]
Capabilities: [40] Power Management version 2

saa7133[0]: found at 0000:02:0e.0, rev: 208, irq: 4, latency: 32, mmio: 0xeb000000
saa7133[0]: subsystem: 11bd:002f, board: Pinnacle PCTV 40i/50i/110i (saa7133) [card=77,insmod option]
saa7133[0]: board init: gpio is 600e000
input: Pinnacle PCTV as /class/input/input2
ir-kbd-i2c: Pinnacle PCTV detected at i2c-1/1-0047/ir0 [saa7133[0]]
saa7133[0]: i2c eeprom read error (err=-5)
tuner 1-004b: chip found @ 0x96 (saa7133[0])
tuner 1-004b: setting tuner address to 61
tuner 1-004b: type set to tda8290+75a
saa7133[0]: registered device video0 [v4l2]
saa7133[0]: registered device vbi0
saa7133[0]: registered device radio0

04 dicembre 2006

Problemi CUPS aggiornando ubuntu

Ho riscontrato qualche problemino nel passare dalla 6.06 alla 6.10 di kubuntu. Il piu' grave e' stato quello di negarmi la possibilita' di stampare. In pratica, settando il livello "debug" dei log cups:


Can't locate auto/POSIX/autosplit.ix in @INC [..] at /usr/share/perl/5.8/AutoLoader.pm line 160

Can't locate auto/DynaLoader/dl_findfile.al in @INC [..] at /usr/local/lib/perl/5.8.8/DynaLoader.pm line 189

Compilation failed in require at /usr/lib/cups/filter/foomatic-rip line 5.

(tali files esistono eccome, ovviamente)
In pratica l'aggiornamento di cups credo abbia apportato modifiche hai permessi. Ho per ora ovviato copiando la directory auto/* in /etc/perl e dando ai files un chown cupsys:lp.
Indaghero'..