VerbaVolantScriptaManent

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.

1 Comments:

Posta un commento

<< Home