View Full Version : mi servono due programmi
allora, sto costruendo un serverino che abbia il più basso rumore possibile, ragion per cui, ho messo su un p3 800 con dissipatore,ma senza ventola.
la distro è mdk 8.2.
mi servono due programmi per testare il computer:
uno per leggere la temperatura.
uno per mandare a pieno carico di lavoro il processore.
che posso usare?
ilsensine
23-04-2003, 12:13
Originally posted by "telnet"
allora, sto costruendo un serverino che abbia il più basso rumore possibile, ragion per cui, ho messo su un p3 800 con dissipatore,ma senza ventola.
la distro è mdk 8.2.
mi servono due programmi per testare il computer:
uno per leggere la temperatura.
Pacchetti lm_sensors, già inclusi nella mdk 8.2, li installi con rpmdrake.
uno per mandare a pieno carico di lavoro il processore.
Cioè?
Originally posted by "ilsensine"
Pacchetti lm_sensors, già inclusi nella mdk 8.2, li installi con rpmdrake.
Cioè?
urca sei una scheggia :D
allora, il problema è che il disco fisso con l'so stava su un altra macchina, un k6-2, e ora l'ho messo su questa nuova.
quando lancio startx mi da errore, quindi devo fare tutto da consolle.
dando
urpmi lm_sensor dovrebbe installarsi tutto, giusto?
per il secondo programma: mi serve qualcosa che faccia fare il più alto numero di calcoli possibile al processore, in modo da "spremerlo", per vedere se il solo dissipatore senza ventola è sufficiente a raffreddarlo anche nei momenti in cui ho bisogno il 100% di cputime...
ilsensine
23-04-2003, 12:21
Originally posted by "telnet"
dando
urpmi lm_sensor dovrebbe installarsi tutto, giusto?
Non so, prova...non ricordo il nome esatto del pacchetto. Con XFdrake puoi riconfigurare il server grafico, anche da console, cmq.
per il secondo programma: mi serve qualcosa che faccia fare il più alto numero di calcoli possibile al processore, in modo da "spremerlo", per vedere se il solo dissipatore senza ventola è sufficiente a raffreddarlo anche nei momenti in cui ho bisogno il 100% di cputime...
Ci sono diversi programmi in giro, come dbench o altri. Un test immediato ma che non stressa tutte le parti del processore è il semplice
dd if=/dev/zero of=/dev/null
Originally posted by "ilsensine"
Non so, prova...non ricordo il nome esatto del pacchetto. Con XFdrake puoi riconfigurare il server grafico, anche da console, cmq.
Ci sono diversi programmi in giro, come dbench o altri. Un test immediato ma che non stressa tutte le parti del processore è il semplice
dd if=/dev/zero of=/dev/null
ok grazie mille!
cosa fa l'ultima istruzione?
ilsensine
23-04-2003, 12:26
Originally posted by "telnet"
cosa fa l'ultima istruzione?
Spedisce nel "buco nero" (/dev/null) una marea blocchi di dati tutti nulli. Stressa solo le funzionalità di copia da/a memoria del processore, niente più.
Originally posted by "ilsensine"
Spedisce nel "buco nero" (/dev/null) una marea blocchi di dati tutti nulli. Stressa solo le funzionalità di copia da/a memoria del processore, niente più.
miiiiitiiicooo :pig: :pig: :pig:
ma dove lo trovate un altro mod così? :p :D :D :D
Originally posted by "ilsensine"
Spedisce nel "buco nero" (/dev/null) una marea blocchi di dati tutti nulli. Stressa solo le funzionalità di copia da/a memoria del processore, niente più.
ciao, allora quell'istruzione sembra buona......
cmq, non si potrebbe scrivere un semplicissimo programma in c che calcola 1.000.000 o più cifre decimali del pigreco? credo che quello sarebbe abbastanza pesante :D
cmq ho un problemino, ho installato lm_sensors con urpmi, poi ci ho messo mezz'ora a capire che l'eseguibile associato non è lm_sensors ma solo sensors :D e cmq quando lo lancio mi dice
error: no sensor found!
come posso risolvere? secondo me al cambio di scheda madre non l'ha riconosciuta perfettamente...
ilsensine
24-04-2003, 07:49
Originally posted by "telnet"
cmq ho un problemino, ho installato lm_sensors con urpmi, poi ci ho messo mezz'ora a capire che l'eseguibile associato non è lm_sensors ma solo sensors :D e cmq quando lo lancio mi dice
error: no sensor found!
come posso risolvere? secondo me al cambio di scheda madre non l'ha riconosciuta perfettamente...
Va configurato, ovvero devi caricare i driver per la tua scheda. C'è un programmino (sensors-detect) che fa questo.
Cerco di risparmiarti la fatica, prova a eseguire questi comandi:
modprobe i2c-dev
modprobe i2c-proc
modprobe i2c-piix4 (supponendo che questo è il tuo chipset)
modprobe w83781d (supponendo che questo è il tuo sensore, in genere lo è)
Se non sono stati segnalati errori, con sensors ora dovresti leggere le informazioni.
AnonimoVeneziano
24-04-2003, 08:19
Originally posted by "telnet"
ciao, allora quell'istruzione sembra buona......
cmq, non si potrebbe scrivere un semplicissimo programma in c che calcola 1.000.000 o più cifre decimali del pigreco? credo che quello sarebbe abbastanza pesante :D
cmq ho un problemino, ho installato lm_sensors con urpmi, poi ci ho messo mezz'ora a capire che l'eseguibile associato non è lm_sensors ma solo sensors :D e cmq quando lo lancio mi dice
error: no sensor found!
come posso risolvere? secondo me al cambio di scheda madre non l'ha riconosciuta perfettamente...
Superpi funziona benissimo emulato , faccio un risultato migliore che su Win :D
Ciao
Originally posted by "ilsensine"
Va configurato, ovvero devi caricare i driver per la tua scheda. C'è un programmino (sensors-detect) che fa questo.
Cerco di risparmiarti la fatica, prova a eseguire questi comandi:
modprobe i2c-dev
modprobe i2c-proc
modprobe i2c-piix4 (supponendo che questo è il tuo chipset)
modprobe w83781d (supponendo che questo è il tuo sensore, in genere lo è)
Se non sono stati segnalati errori, con sensors ora dovresti leggere le informazioni.
grazie mille ora provo!
ciao a tutti, sto provando ad installare questo prog, solo che mi da il seguente errore..
[root@localhost luco]# modprobe i2c-dev
[root@localhost luco]# modprobe i2c-proc
[root@localhost luco]# modprobe i2c-piix4
/lib/modules/2.4.21-0.13mdk/kernel/drivers/i2c/i2c-piix4.o.gz: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
modprobe: insmod /lib/modules/2.4.21-0.13mdk/kernel/drivers/i2c/i2c-piix4.o.gz failed
modprobe: insmod i2c-piix4 failed
cosa devo fare??? quali sono gli altri comandi x gli altri chipset???
ciao a tutti
Scusate ragazzi, ma perchè non usate sensor-detect compresoo nel pacchetto che configura tutto in automatico compreso il modprobe dei moduli??
ma a quale pacchetto ti riferisci??? xche io ho installato quello che sta nel cd di mandrake 9.1 con rpmdrake ma poi cercando sensor nn mi trova nulla, e facendo da console root sensor-detect mi dice comando nn valido...
mi ha istallato 3 pacchetti automaticamente, nn ha installato solo quelli devel, in quale pacchetto sta sto sensor-detect??
Dovrebbe essere sensors-detect (c'e' una s)
comunque da root fai 'sensor' e poi premi tab, ti verranno fuori i comandi che cominciano per sensor
allora.... nn avevo visto la s ( :D ) cmq ora facendo sensors-detect mi viene fuoori questo: (scusate la lunghezza del pappardellone..)
[root@localhost luco]# sensors-detect
This program will help you to determine which I2C/SMBus modules you need to
load to use lm_sensors most effectively.
You need to have done a `make install', issued a `depmod -a' and made sure
`/etc/conf.modules' (or `/etc/modules.conf') contains the appropriate
module path before you can use some functions of this utility. Read
doc/modules for more information.
Also, you need to be `root', or at least have access to the /dev/i2c[-/]* files
for some things. You can use prog/mkdev/mkdev.sh to create these /dev files
if you do not have them already.
If you have patched your kernel and have some drivers built-in you can
safely answer NO if asked to load some modules. In this case, things may
seem a bit confusing, but they will still work.
BIOS vendor (ACPI): IntelR
We can start with probing for (PCI) I2C or SMBus adapters.
You do not need any special privileges for this.
Do you want to probe now? (YES/no): y
Probing for PCI bus adapters...
Use driver `i2c-i801' for device 00:1f.3: Intel 82801BA ICH2
Use driver `i2c-riva' for device 01:00.0: GeForce2 MX
Probe succesfully concluded.
We will now try to load each adapter module in turn.
Load `i2c-i801' (say NO if built into your kernel)? (YES/no): y
Module loaded succesfully.
Load `i2c-riva' (say NO if built into your kernel)? (YES/no): y
modprobe: Can't locate module i2c-riva
Loading failed... skipping.
** Note: i2c-riva module is available at
** http://drama.obuda.kando.hu/~fero/cgi-bin/rivatv.shtml
Do you now want to be prompted for non-detectable adapters? (yes/NO): n
To continue, we need module `i2c-dev' to be loaded.
If it is built-in into your kernel, you can safely skip this.
i2c-dev is already loaded.
We are now going to do the adapter probings. Some adapters may hang halfway
through; we can't really help that. Also, some chips will be double detected;
we choose the one with the highest confidence value in that case.
If you found that the adapter hung after probing a certain address, you can
specify that address to remain unprobed. That often
includes address 0x69 (clock chip).
Next adapter: SMBus I801 adapter at 0500 (Non-I2C SMBus adapter)
Do you want to scan it? (YES/no/selectively): y
Client found at address 0x50
Probing for `Serial EEPROM'... Success!
(confidence 8, driver `eeprom')
Probing for `DDC monitor'... Failed!
Client found at address 0x69
Some chips are also accessible through the ISA bus. ISA probes are
typically a bit more dangerous, as we have to write to I/O ports to do
this. Do you want to scan the ISA bus? (YES/no): y
Probing for `National Semiconductor LM78'
Trying address 0x0290... Failed!
Probing for `National Semiconductor LM78-J'
Trying address 0x0290... Failed!
Probing for `National Semiconductor LM79'
Trying address 0x0290... Failed!
Probing for `Winbond W83781D'
Trying address 0x0290... Failed!
Probing for `Winbond W83782D'
Trying address 0x0290... Failed!
Probing for `Winbond W83627HF'
Trying address 0x0290... Failed!
Probing for `Winbond W83697HF'
Trying address 0x0290... Failed!
Probing for `Silicon Integrated Systems SIS5595'
Trying general detect... Failed!
Probing for `VIA Technologies VT82C686 Integrated Sensors'
Trying general detect... Failed!
Probing for `VIA Technologies VT8231 Integrated Sensors'
Trying general detect... Failed!
Probing for `ITE IT8705F / IT8712F / SiS 950'
Trying address 0x0290... Failed!
Probing for `IPMI BMC KCS'
Trying address 0x0ca0... Failed!
Probing for `IPMI BMC SMIC'
Trying address 0x0ca8... Failed!
Now follows a summary of the probes I have just done.
Just press ENTER to continue:
Driver `eeprom' (should be inserted):
Detects correctly:
* Bus `SMBus I801 adapter at 0500' (Non-I2C SMBus adapter)
Busdriver `i2c-i801', I2C address 0x50
Chip `Serial EEPROM' (confidence: 8)
I will now generate the commands needed to load the I2C modules.
Sometimes, a chip is available both through the ISA bus and an I2C bus.
ISA bus access is faster, but you need to load an additional driver module
for it. If you have the choice, do you want to use the ISA bus or the
I2C/SMBus (ISA/smbus)? y
WARNING! If you have some things built into your kernel, the
below list will contain too many modules. Skip the appropriate ones!
To load everything that is needed, add this to some /etc/rc* file:
#----cut here----
# I2C adapter drivers
modprobe i2c-i801
# I2C chip drivers
modprobe eeprom
#----cut here----
To make the sensors modules behave correctly, add these lines to either
/etc/modules.conf or /etc/conf.modules:
#----cut here----
# I2C module options
alias char-major-89 i2c-dev
#----cut here----
Do you want to generate /etc/sysconfig/lm_sensors? (YES/no): y
Copy prog/init/lm_sensors.init to /etc/rc.d/init.d/lm_sensors
for initialization at boot time.
[root@localhost luco]# sensors
No sensors found!
allora poi ho riprovato a fare coem suggerito dal mod, ma sostituendo il comando che prima nn era partito con questo:
[root@localhost luco]# modprobe i2c-dev
[root@localhost luco]# modprobe i2c-proc
[root@localhost luco]# modprobe i2c-i801
[root@localhost luco]# modprobe w83781d
[root@localhost luco]# sensors
No sensors found!
che devo fare???
Devi fare come ti dice il programma, ti ho evidenziato i tre punti:
1) To load everything that is needed, add this to some /etc/rc* file:
#----cut here----
# I2C adapter drivers
modprobe i2c-i801
# I2C chip drivers
modprobe eeprom
#----cut here----
2) To make the sensors modules behave correctly, add these lines to either
/etc/modules.conf or /etc/conf.modules:
#----cut here----
# I2C module options
alias char-major-89 i2c-dev
#----cut here----
Do you want to generate /etc/sysconfig/lm_sensors? (YES/no): y
3) Copy prog/init/lm_sensors.init to /etc/rc.d/init.d/lm_sensors
for initialization at boot time.
ok, grazie mille... nn mi e' chiaro xo il primo.. che vuol dire
1) To load everything that is needed, add this to some /etc/rc* file:
x caricare tutto cio' che e' necessario aggiungi questo a QUALCHE /etc/rc*file
io in etc ho i seguenti script x la shell:
rc, rc.local, rc.sysinit... lo copio in tutti e 3?? non ho capito una mazza???
ciao
Originally posted by "Luco"
ok, grazie mille... nn mi e' chiaro xo il primo.. che vuol dire
1) To load everything that is needed, add this to some /etc/rc* file:
x caricare tutto cio' che e' necessario aggiungi questo a QUALCHE /etc/rc*file
io in etc ho i seguenti script x la shell:
rc, rc.local, rc.sysinit... lo copio in tutti e 3?? non ho capito una mazza???
ciao
Copi questo:
# I2C adapter drivers
modprobe i2c-i801
# I2C chip drivers
modprobe eeprom
in /etc/rc.local
(credo :D )
e cmq se i file da editare sono quelli, come faccio ad editarli visto che nn me riesco ad aprirli col blocco note??
scusami x le domande idiote ma oltre ad essere very newbye nn ci sto capendo na mazz :)
questo l'avevo capito, ma come??? con kjots da root me li fa aprire??
sono file testo non è possibile che non li apra.... io cmq uso KWrite per editarli...
ok grazie a tutti, finalmente dovrei essere riuscito ad installarlo, questo e' l'output del comando sensors:
[root@localhost luco]# sensors
eeprom-i2c-0-50
Adapter: SMBus I801 adapter at 0500
Algorithm: Non-I2C SMBus adapter
Memory type: SDRAM DIMM SPD
Memory size (MB): 256
ora xo ho un altro problema... volevo installare ksensors.. scarico il pacchetto, faccio urpmi nomepacchetto e tutto sembra essere andato ok..
provo a farlo partire ma nn va niente... provo a cancellarlo e questo e' il risulato:
[root@localhost luco]# rpm -e ksensors-0.7.2-1.pm.0.i586.rpm
error: package ksensors-0.7.2-1.pm.0.i586.rpm is not installed
[root@localhost luco]# rpm -qi ksensors-0.7.2-1.pm.0.i586.rpm
package ksensors-0.7.2-1.pm.0.i586.rpm is not installed
[root@localhost luco]# urpmi ksensors-0.7.2-1.pm.0.i586.rpm
Tutto già installato
:eek: :eek: ??? che vuol dire???? mi dice che e' il pacchetto e' installato ma allo stesso tempo non e' installato... ???
Originally posted by "Luco"
ok grazie a tutti, finalmente dovrei essere riuscito ad installarlo, questo e' l'output del comando sensors:
[root@localhost luco]# sensors
eeprom-i2c-0-50
Adapter: SMBus I801 adapter at 0500
Algorithm: Non-I2C SMBus adapter
Memory type: SDRAM DIMM SPD
Memory size (MB): 256
Se questo è tutto, manca un sensore... :confused:
sensors dovrebbe stampare le temperature... :confused:
Si manca un sensore, proprio quello + importante ;) Cmq sei a buon punto, rilancia sensors-detect e fagli cercare anche sul bus ISA... se hai problemi hanno un ottimo supporto sul loro sito ;) Oltre che una ottima FAQ!
Originally posted by "cn73"
Si manca un sensore, proprio quello + importante ;) Cmq sei a buon punto, rilancia sensors-detect e fagli cercare anche sul bus ISA... se hai problemi hanno un ottimo supporto sul loro sito ;) Oltre che una ottima FAQ!
No, non deve rilanciare il detect, il chip intel è stato trovato (i2c-i801), è questo che è strano... :confused:
ho rifatto tutto, mi ero scordato il 3o punto :
Do you want to generate /etc/sysconfig/lm_sensors? (YES/no): y
3) Copy prog/init/lm_sensors.init to /etc/rc.d/init.d/lm_sensors
for initialization at boot time.
cosa devo fare in pratica?
nn riesco a trovare nessun lm_sensor.init ne tanto meno prog/init/
help plz :( :( !!!!!!!!!!
prog è la directory del programma, non la puo trovare....se vuoi vedere il file devi andare nella dir dove hai scompattato ed entrare in /init... comunque questo file etc/rc.d/init.d/lm_sensors
continene lo script per caricare al boot i moduli necessari e lanciare il demone sensord...ma lo crea automaticamentem non ce l'hai?? Qual è il problema??Fra l'altro ocio che nella mia versione c'era un baco nella sezione didicata allo smontaggio dei moduli.
ok grazie, il file gia c'era...
ora il prob e' che facendo dalla shell il comando sensors nn mi si vedono le temperature, questo e' il reply:
eeprom-i2c-0-50
Adapter: SMBus I801 adapter at 0500
Algorithm: Non-I2C SMBus adapter
Memory type: SDRAM DIMM SPD
Memory size (MB): 256
mi avevate detto che manca un sensore, ma ora dovrebbe essere tutto a posto e nn so come sia possibile..
devo specificargli il file di configurazione con sensor -c ???
ho letto xo che dovrebbe trovarseli da solo i file di cfg..
cmq ho provato anche con sensors -f ma delle temperature nn c'e' traccia..
il file di configurazione si trova in /etc/sensor.conf...dacci un occhio,,,guarda se c'è una voce relativa al tuo chip...
una curiosità e una prova che puoi fare:
nel file /etc/sysconfig/lm_sensors se hai un minimo di pratica individui il ciclo dove fa il modprobe di moduli, prendendoli da un file li indicato. (non ricordo ora qual è sono in ufficio e non a casa). Puoi mettere un echo $nomevariabile per verificare cosa ti carica al boot.
Originally posted by "cn73"
una curiosità e una prova che puoi fare:
nel file /etc/sysconfig/lm_sensors se hai un minimo di pratica individui il ciclo dove fa il modprobe di moduli, prendendoli da un file li indicato. (non ricordo ora qual è sono in ufficio e non a casa). Puoi mettere un echo $nomevariabile per verificare cosa ti carica al boot.
lol nn c'ho capito na mazz :D :D :mc:
:D
mi posti il file etc/sysconfig/lm_sensors ??
ok eccotelo qua..
# /etc/sysconfig/sensors - Defines modules loaded by /etc/rc.d/init.d/lm_sensors
# Copyright (c) 1998 - 2001 Frodo Looijaard <frodol@dds.nl>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
#
# See also the lm_sensors homepage at:
# http://www2.lm-sensors.nu/~lm78/index.html
#
# This file is used by /etc/rc.d/init.d/lm_sensors and defines the modules to
# be loaded/unloaded. This file is sourced into /etc/rc.d/init.d/lm_sensors.
#
# The format of this file is a shell script that simply defines the modules
# in order as normal variables with the special names:
# MODULE_0, MODULE_1, MODULE_2, etc.
#
# List the modules that are to be loaded for your system
#
# Generated by sensors-detect on Tue May 6 16:15:15 2003
MODULE_0=i2c-i801
MODULE_1=eeprom
e' normale che carichi solo questi 2 moduli????
cmq grazie del tempo che mi stai dedicando :)
Si è normale... però sembra che il primo non funzioni...
Perfetto....questo file è usato da /etc/rc.d/init.d/lm_sensors...abbi pazienza posta pure questo.
Questo lo hai fatto vero???
2) To make the sensors modules behave correctly, add these lines to either
/etc/modules.conf or /etc/conf.modules:
#----cut here----
# I2C module options
alias char-major-89 i2c-dev
#----cut here----
a farlo l'ho fatto... nn so se l'ho fatto giusto xo...
cmq questo e' modules.conf
#### Modified by oss-install ####
# Note! OSS/Linux doesn't use this file. All kernel sound
# services have just been disabled during oss installation.
alias char-major-14 off
alias sound off
alias midi off
alias sound-slot-0 off
alias sound-service-0-0 off
alias sound-service-0-1 off
alias sound-service-0-3 off
alias sound-service-0-8 off
alias sound-service-0-11 off
alias sound-service-0-12 off
alias sound-slot-1 off
alias sound-service-1-0 off
alias sound-service-1-1 off
alias sound-service-1-3 off
alias sound-service-1-8 off
alias sound-service-1-11 off
alias sound-service-1-12 off
alias sound-slot-2 off
alias sound-service-2-0 off
alias sound-service-2-1 off
alias sound-service-2-3 off
alias sound-service-2-8 off
alias sound-service-2-11 off
alias sound-service-2-12 off
alias sound-slot-3 off
alias sound-service-3-0 off
alias sound-service-3-1 off
alias sound-service-3-3 off
alias sound-service-3-8 off
alias sound-service-3-11 off
alias sound-service-3-12 off
alias char-major-116 off
alias snd-card-0 off
alias snd-card-1 off
alias snd-card-2 off
alias snd-card-3 off
alias snd-card-4 off
above snd-ice1712 snd-pcm-oss
probeall usb-interface usb-uhci
alias eth0 8139too
above snd-als4000 snd-pcm-oss
above snd-emu10k1 snd-pcm-oss
alias /dev/nvidia* nvidia
# I2C module options
alias char-major-89 i2c-dev
conf.modules nn ce l'ho invece...
dai un occhio qui: http://www2.lm-sensors.nu/~lm78/support2.html?search=i2c-i801&sort=index qualcuno sembra avere i tuoi stessi problemi...
I know it is a section under the FAQ, but i can´t get it fixed.
sensors-detect asked me to load:
modprobe i2c-i801
modprobe eeprom
I have done so, also i have added ´alias char-major-89 i2c-dev´ to
/etc/modules.conf and run ´depmod -a´ and ´sensors -s´.
lsmod gives me:
Module Size Used by
eeprom 3520 0 (unused)
i2c-proc 6576 0 [eeprom]
i2c-i801 4656 0 (unused)
i2c-core 15088 0 [eeprom i2c-proc i2c-i801]
dmesg say the following when i load the modules:
i2c-core.o: i2c core module version 2.7.0 (20021208)
i2c-i801.o version 2.7.0 (20021208)
i2c-i801.o: I801 bus detected and initialized
i2c-proc.o version 2.7.0 (20021208)
eeprom.o version 2.7.0 (20021208)
I´m running a mb with ICH2 (82801BA) chipset, which should be supported. I have
run lm_sensors on this mb before, but it was a long time ago (around 1,5yrs) -
then it worked.
All i get when i run sensors is information about my memory modules, no info
about temperatures. Is there any modules i have forgot?
Reply from support:
your 801 driver is working fine.
To find out what sensor chips you have, look at your board, ask the board
manufacturer,
see FAQ.
dammi l'output di questi 2 comandi:
lsmod
dmesg
ok eccoti qua i 2 comandi:
[root@localhost luco]# lsmod
Module Size Used by Tainted: P
ide-floppy 15580 0 (autoclean)
isofs 27988 1 (autoclean)
zlib_inflate 21156 0 (autoclean) [isofs]
udf 90464 0 (autoclean)
agpgart 40896 3 (autoclean)
nvidia 1672832 10 (autoclean)
sg 34636 0 (autoclean) (unused)
st 29488 0 (autoclean) (unused)
sr_mod 16920 0 (autoclean) (unused)
sd_mod 13100 0 (autoclean) (unused)
scsi_mod 103284 4 (autoclean) [sg st sr_mod sd_mod]
ide-cd 33856 1 (autoclean)
cdrom 31648 0 (autoclean) [sr_mod ide-cd]
binfmt_misc 7020 1
ipt_TOS 1592 0 (autoclean)
ipt_LOG 4280 0 (autoclean)
ipt_REJECT 3640 0 (autoclean)
ipt_state 1080 0 (autoclean)
iptable_mangle 2712 0 (autoclean)
ip_nat_irc 3280 0 (unused)
ip_nat_ftp 4016 0 (unused)
iptable_nat 21048 2 [ip_nat_irc ip_nat_ftp]
ip_conntrack_irc 4304 1
ip_conntrack_ftp 5200 1
ip_conntrack 27264 4 [ipt_state ip_nat_irc ip_nat_ftp iptable_nat ip_conntrack_irc ip_conntrack_ftp]
iptable_filter 2348 0 (autoclean)
ip_tables 14648 9 [ipt_TOS ipt_LOG ipt_REJECT ipt_state iptable_mangle iptable_nat iptable_filter]
af_packet 14952 1 (autoclean)
floppy 55132 0
eeprom 4820 0 (unused)
i2c-proc 9072 0 [eeprom]
i2c-i801 5780 0 (unused)
i2c-core 21192 0 [eeprom i2c-proc i2c-i801]
8139too 17160 1 (autoclean)
mii 3832 0 (autoclean) [8139too]
nls_iso8859-15 4092 2 (autoclean)
nls_cp850 4316 1 (autoclean)
vfat 11820 1 (autoclean)
fat 37944 0 (autoclean) [vfat]
supermount 15296 2 (autoclean)
usbmouse 2936 0 (unused)
keybdev 2720 0 (unused)
mousedev 5268 1
hid 20900 0 (unused)
input 5664 0 [usbmouse keybdev mousedev hid]
usb-uhci 24652 0 (unused)
usbcore 72992 1 [usbmouse hid usb-uhci]
rtc 8060 0 (autoclean)
ext3 59916 2
jbd 38972 2 [ext3]
[root@localhost luco]# dmesg
.54.81 LEN=64 TOS=0x00 PREC=0x00 TTL=64 ID=57817 DF PROTO=UDP SPT=32768 DPT=53 LEN=44
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=78 TOS=0x00 PREC=0x00 TTL=64 ID=57817 DF PROTO=UDP SPT=32768 DPT=53 LEN=58
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=78 TOS=0x00 PREC=0x00 TTL=64 ID=57817 DF PROTO=UDP SPT=32768 DPT=53 LEN=58
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=78 TOS=0x00 PREC=0x00 TTL=64 ID=57817 DF PROTO=UDP SPT=32768 DPT=53 LEN=58
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=78 TOS=0x00 PREC=0x00 TTL=64 ID=57817 DF PROTO=UDP SPT=32768 DPT=53 LEN=58
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=59480 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=59480 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=59480 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=59480 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=59480 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=59480 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=59480 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=59480 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=59680 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=59680 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=59680 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=59680 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=59680 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=59680 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=59680 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=59680 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=59895 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=59895 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=59895 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=59895 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=59896 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=59896 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=59896 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=59896 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=60096 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=60096 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=60096 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=60096 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=60096 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=60096 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=60096 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=60096 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=62263 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=62263 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=62263 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=62263 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=62263 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=62263 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=62263 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=62263 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=62463 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=62463 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=62463 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=62463 DF PROTO=UDP SPT=32768 DPT=53 LEN=42
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=62463 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=62463 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=62463 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=76 TOS=0x00 PREC=0x00 TTL=64 ID=62463 DF PROTO=UDP SPT=32768 DPT=53 LEN=56
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=63963 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=63963 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=63963 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=63963 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=63963 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=63963 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=63963 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=63963 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=64163 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=64163 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=64163 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=64163 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=64163 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=64163 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=64163 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=64163 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=65081 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=65082 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=65082 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=65082 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=65082 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=65082 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=65082 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=65082 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=65282 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=65282 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=65282 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=65282 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=65282 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=65282 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=65282 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=65282 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=65483 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=65483 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=65483 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=65483 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=65483 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=65483 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=65483 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=65483 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=147 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=147 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=147 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=147 DF PROTO=UDP SPT=32768 DPT=53 LEN=39
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=147 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=147 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.80 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=147 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=23.255.40.57 DST=213.156.54.81 LEN=73 TOS=0x00 PREC=0x00 TTL=64 ID=147 DF PROTO=UDP SPT=32768 DPT=53 LEN=53
udf: registering filesystem
end_request: I/O error, dev 02:00 (floppy), sector 0
UDF-fs DEBUG lowlevel.c:57:udf_get_last_session: XA disk: no, vol_desc_start=0
UDF-fs DEBUG super.c:1426:udf_read_super: Multi-session=0
UDF-fs DEBUG super.c:415:udf_vrs: Starting at sector 16 (2048 byte sectors)
UDF-fs DEBUG super.c:442:udf_vrs: ISO9660 Primary Volume Descriptor found
UDF-fs DEBUG super.c:439:udf_vrs: ISO9660 Boot Record found
UDF-fs DEBUG super.c:445:udf_vrs: ISO9660 Supplementary Volume Descriptor found
UDF-fs DEBUG super.c:451:udf_vrs: ISO9660 Volume Descriptor Set Terminator found
UDF-fs: No VRS found
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A
end_request: I/O error, dev 02:00 (floppy), sector 0
ide-floppy driver 0.99.newide
sorry x la lunghezza
eh eh...bastava un qualche riferimento tipo:
eprom 4820 0 (unused)
i2c-proc 9072 0 [eeprom]
i2c-i801 5780 0 (unused)
i2c-core 21192 0 [eeprom i2c-proc i2c-i801]
:D
il dmsg non fa riferimento ai moduli in questione...strano...
cosa mi consigli di fare????
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.