Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
tail -f /var/log/messages problem.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
unchained
n00b
n00b


Joined: 24 Jan 2007
Posts: 4

PostPosted: Wed Jan 24, 2007 11:12 pm    Post subject: tail -f /var/log/messages problem. Reply with quote

Salve....ecco il mio problemino

Tail -f /var/log/messages:

Jan 25 00:59:50 aenima evbug.c: Event. Dev: usb-0000:00:02.0-4/input0, Type: 0, Code: 0, Value: 0
Jan 25 00:59:50 aenima evbug.c: Event. Dev: usb-0000:00:02.0-4/input0, Type: 2, Code: 0, Value: -7
Jan 25 00:59:50 aenima evbug.c: Event. Dev: usb-0000:00:02.0-4/input0, Type: 2, Code: 1, Value: -4
Jan 25 00:59:50 aenima evbug.c: Event. Dev: usb-0000:00:02.0-4/input0, Type: 0, Code: 0, Value: 0
Jan 25 00:59:50 aenima evbug.c: Event. Dev: usb-0000:00:02.0-4/input0, Type: 2, Code: 0, Value: -7
Jan 25 00:59:50 aenima evbug.c: Event. Dev: usb-0000:00:02.0-4/input0, Type: 2, Code: 1, Value: -3
Jan 25 00:59:50 aenima evbug.c: Event. Dev: usb-0000:00:02.0-4/input0, Type: 0, Code: 0, Value: 0
Jan 25 00:59:50 aenima evbug.c: Event. Dev: usb-0000:00:02.0-4/input0, Type: 2, Code: 0, Value: -13
Jan 25 00:59:50 aenima evbug.c: Event. Dev: usb-0000:00:02.0-4/input0, Type: 2, Code: 1, Value: -6
Jan 25 00:59:50 aenima evbug.c: Event. Dev: usb-0000:00:02.0-4/input0, Type: 0, Code: 0, Value: 0
Jan 25 00:59:50 aenima evbug.c: Event. Dev: usb-0000:00:02.0-4/input0, Type: 2, Code: 0, Value: -7
Jan 25 00:59:50 aenima evbug.c: Event. Dev: usb-0000:00:02.0-4/input0, Type: 2, Code: 1, Value: -4
Jan 25 00:59:50 aenima evbug.c: Event. Dev: usb-0000:00:02.0-4/input0, Type: 0, Code: 0, Value: 0
Jan 25 00:59:50 aenima evbug.c: Event. Dev: usb-0000:00:02.0-4/input0, Type: 2, Code: 0, Value: -5
Jan 25 00:59:50 aenima evbug.c: Event. Dev: usb-0000:00:02.0-4/input0, Type: 2, Code: 1, Value: -2


qualcuno sà come disattivarlo??????
Ciao e grazie....
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Thu Jan 25, 2007 8:39 am    Post subject: Re: tail -f /var/log/messages problem. Reply with quote

unchained wrote:
qualcuno sà come disattivarlo??????


Se ho capito "il problema" hai attivo il debug degli event.

Controlla la configurazione del kernel, trova la voce incriminata e ricompila il kernel ;-)
_________________
Ciao da me!
Back to top
View user's profile Send private message
unchained
n00b
n00b


Joined: 24 Jan 2007
Posts: 4

PostPosted: Thu Jan 25, 2007 8:43 am    Post subject: Tail.... Reply with quote

Grazie...........come sospettavo!
ho ricompilato un paio di volte ma non ho mai beccato la voce giusta......

Riprovo.......
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Thu Jan 25, 2007 8:47 am    Post subject: Reply with quote

Dai messaggi penso che la voce da disabilitare sia
Code:

Device Drivers  --->
    USB support  --->
        [ ]   USB verbose debug messages

_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
unchained
n00b
n00b


Joined: 24 Jan 2007
Posts: 4

PostPosted: Thu Jan 25, 2007 11:08 am    Post subject: Tail.... Reply with quote

In realtà oltre al debug usb ( es mouse) ho anche il debug sulla tasiera.
Ogni volta che premo un tasto.

Ho disabilitato tutti i debug sulla macchina e ho ricompilato il kernel ma il problema persiste.

In un altra macchina dove il problema non si è presentato invece ho questa situazione:

root@gentoobox ~ $grep DEBUG /usr/src/linux/.config
CONFIG_PM_DEBUG=y
CONFIG_ACPI_DEBUG=y
# CONFIG_CPU_FREQ_DEBUG is not set
# CONFIG_NETDEBUG is not set
# CONFIG_NETFILTER_DEBUG is not set
# CONFIG_MTD_DEBUG is not set
CONFIG_PNP_DEBUG=y
# CONFIG_SCSI_DEBUG is not set
CONFIG_I2C_DEBUG_CORE=y
CONFIG_I2C_DEBUG_ALGO=y
CONFIG_I2C_DEBUG_BUS=y
CONFIG_I2C_DEBUG_CHIP=y
# CONFIG_HWMON_DEBUG_CHIP is not set
# CONFIG_VIDEO_ADV_DEBUG is not set
# CONFIG_FB_INTEL_DEBUG is not set
CONFIG_FB_RADEON_DEBUG=y
CONFIG_SND_DEBUG=y
CONFIG_SND_DEBUG_DETECT=y
CONFIG_SND_PCM_XRUN_DEBUG=y
CONFIG_USB_DEBUG=y
CONFIG_USB_STORAGE_DEBUG=y
CONFIG_MMC_DEBUG=y
# CONFIG_JBD_DEBUG is not set
# CONFIG_JBD2_DEBUG is not set
CONFIG_NTFS_DEBUG=y
CONFIG_UFS_DEBUG=y
# CONFIG_CIFS_DEBUG2 is not set
# CONFIG_LDM_DEBUG is not set
# CONFIG_DEBUG_KERNEL is not set
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_FS=y


cosa potrebbe essere?????
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Thu Jan 25, 2007 11:47 am    Post subject: Re: Tail.... Reply with quote

unchained wrote:
In realtà oltre al debug usb ( es mouse) ho anche il debug sulla tasiera.
Ogni volta che premo un tasto.


Al momento non ho una macchina linux per cercare, comuqnue dovresti avere la voce per abilitare l'event driver.... IMHO é li che é attivo il debug

Quote:
Ho disabilitato tutti i debug sulla macchina e ho ricompilato il kernel ma il problema persiste.


Domanda scema: fai puntare grub al nuovo kernel ?

Domanda più seria:
Code:
$zgrep DEBUG /proc/config.gz

cosa restituisce?
_________________
Ciao da me!
Back to top
View user's profile Send private message
unchained
n00b
n00b


Joined: 24 Jan 2007
Posts: 4

PostPosted: Thu Jan 25, 2007 11:55 am    Post subject: Tail.... Reply with quote

In realtà credo dipenda da questo:

root@gentoobox / $zgrep EVBUG /proc/config.gz
# CONFIG_INPUT_EVBUG is not set

controllo se è settato nelle macchine con il problema......
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum