Pages: [1]   Bas de page
  Imprimer  
Auteur Fil de discussion: kerne.log  (Lu 2172 fois)
neojeff
Newbie
*
Hors ligne Hors ligne

Messages: 28


Voir le profil
« le: Juin 22, 2008, 14:20:50 »

Bonjour, j'ai un petit souci avec pardus 2007.3, j'ai certain fichiers de log qui grossies très vite pour atteindre des 1go voir 1.6go

   - kerne.log
   - messages
   - syslog.log


si quelqu'un à deja entendu arler de çà, comment faire pour limiter la taille des fichiers ??



Merci jeff
Journalisée
PhiX
Équipe Pardus
Modérateur global
Hero des helpeurs
*****
Hors ligne Hors ligne

Messages: 772



Voir le profil WWW
« Répondre #1 le: Juin 22, 2008, 20:32:16 »

Peux-tu poster le contenu de ton fichier /etc/logrotate.conf s'il te plait ?
Journalisée

Vous avez constaté une erreur de traduction en français dans les outils de Pardus ?
Merci de me l'indiquer par MP ou courriel.
neojeff
Newbie
*
Hors ligne Hors ligne

Messages: 28


Voir le profil
« Répondre #2 le: Juin 23, 2008, 10:05:16 »

Voilà



Code:
# See "man logrotate" for details

# rotate log files weekly
weekly
#daily

# keep 4 weeks worth of backlogs
rotate 4

# create new (empty) log files after rotating old ones
create

# uncomment this if you want your log files compressed
compress

# packages can drop log rotation information into this directory
include /etc/logrotate.d

notifempty
nomail
noolddir

# no packages own lastlog or wtmp -- we'll rotate them here
/var/log/wtmp {
    monthly
    create 0664 root utmp
    rotate 1
}

/var/log/acpid /var/log/auth.log /var/log/daemon.log /var/log/debug /var/log/kern.log /var/log/user.log /var/log/messages /var/log/syslog /var/log/uucp.log {
    weekly
    create 664 root root
    notifempty
    size 5M
    sharedscripts
    missingok
    postrotate
        /bin/killall -HUP syslogd
    endscript
}

# system-specific logs may be also be configured here.

Journalisée
PhiX
Équipe Pardus
Modérateur global
Hero des helpeurs
*****
Hors ligne Hors ligne

Messages: 772



Voir le profil WWW
« Répondre #3 le: Juin 23, 2008, 12:10:41 »

Il contient les réglages par défaut - notamment la limite de taille des fichiers à 5 Mo. Donc le problème vient d'ailleurs.
Ce que tu peux modifier, c'est la ligne :
Code:
# keep 4 weeks worth of backlogs
rotate 4

En la remplaçant par :
Code:
# keep 1 weeks worth of backlogs
rotate 1
Afin de limiter à une semaine au lieu de quatre la durée de conservation des fichiers journeaux.

Je pense que ces derniers doivent porter la trace du problème. Pourrais-tu poster les journeaux messages et syslog d'aujourd'hui uniquement ?
Pour ce faire, ouvre un terminal et tape
Code:
less /var/log/messages
puis appuye sur la touche Fin du clavier et copie/colle tout ce qui concerne le 23 juin. Procède de même pour syslog, mais avec sudo devant :
Code:
sudo less /var/log/syslog

PS : si tu manques de place sur ton disque dur, supprime les fichiers journeaux compressés.
Code:
sudo rm -f /var/log/messages.*
Code:
sudo rm -f /var/log/syslog.*
Code:
rm -f /var/log/kern.log.*
Journalisée

Vous avez constaté une erreur de traduction en français dans les outils de Pardus ?
Merci de me l'indiquer par MP ou courriel.
neojeff
Newbie
*
Hors ligne Hors ligne

Messages: 28


Voir le profil
« Répondre #4 le: Juin 23, 2008, 16:07:02 »

Messages: juste quelques secondes

Code:
Jun 23 16:03:19 localhost kernel:  [<b030d4d1>] process_backlog+0x81/0xf8
Jun 23 16:03:19 localhost kernel:  [net_rx_action+152/403] net_rx_action+0x98/0x193
Jun 23 16:03:19 localhost kernel:  [<b030d5e0>] net_rx_action+0x98/0x193
Jun 23 16:03:19 localhost kernel:  [__do_softirq+94/186] __do_softirq+0x5e/0xba
Jun 23 16:03:19 localhost kernel:  [<b0122df3>] __do_softirq+0x5e/0xba
Jun 23 16:03:19 localhost kernel:  [do_softirq+46/50] do_softirq+0x2e/0x32
Jun 23 16:03:19 localhost kernel:  [<b0122e7d>] do_softirq+0x2e/0x32
Jun 23 16:03:19 localhost kernel:  [do_IRQ+72/80] do_IRQ+0x48/0x50
Jun 23 16:03:19 localhost kernel:  [<b0104b30>] do_IRQ+0x48/0x50
Jun 23 16:03:19 localhost kernel:  [common_interrupt+26/32] common_interrupt+0x1a/0x20
Jun 23 16:03:33 localhost kernel: BUG: warning at include/asm/dma-mapping.h:26/dma_map_single()
Jun 23 16:03:33 localhost kernel:  [<f947d19d>] dma_tx_fragment+0x181/0x266 [bcm43xx]
Jun 23 16:03:33 localhost kernel:  [<f947d2d1>] bcm43xx_dma_tx+0x4f/0x6c [bcm43xx]
Jun 23 16:03:33 localhost kernel:  [<f946fa03>] bcm43xx_ieee80211_hard_start_xmit+0x40/0x68 [bcm43xx]
Jun 23 16:03:33 localhost kernel:  [<f9410f63>] ieee80211_xmit+0x9df/0xa41 [ieee80211]
Jun 23 16:03:33 localhost kernel:  [<f9a2da91>] _nv002934rm+0x1d/0x2c [nvidia]
Jun 23 16:03:33 localhost kernel:  [<f9a21ca7>] _nv002034rm+0xe7/0x180 [nvidia]
Jun 23 16:03:33 localhost kernel:  [dev_hard_start_xmit+91/174] dev_hard_start_xmit+0x5b/0xae
Jun 23 16:03:33 localhost kernel:  [<b030cc56>] dev_hard_start_xmit+0x5b/0xae
Jun 23 16:03:33 localhost kernel:  [__qdisc_run+229/411] __qdisc_run+0xe5/0x19b
Jun 23 16:03:33 localhost kernel:  [<b0319aca>] __qdisc_run+0xe5/0x19b
Jun 23 16:03:33 localhost kernel:  [dev_queue_xmit+326/558] dev_queue_xmit+0x146/0x22e
Jun 23 16:03:33 localhost kernel:  [<b030cdef>] dev_queue_xmit+0x146/0x22e
Jun 23 16:03:33 localhost kernel:  [ip_output+454/509] ip_output+0x1c6/0x1fd
Jun 23 16:03:33 localhost kernel:  [<b0328d88>] ip_output+0x1c6/0x1fd
Jun 23 16:03:33 localhost kernel:  [ip_queue_xmit+938/1014] ip_queue_xmit+0x3aa/0x3f6
Jun 23 16:03:33 localhost kernel:  [<b0329169>] ip_queue_xmit+0x3aa/0x3f6
Jun 23 16:03:33 localhost kernel:  [<f9a47174>] rm_set_interrupts+0x140/0x158 [nvidia]
Jun 23 16:03:33 localhost kernel:  [<f9c260b5>] _nv004005rm+0xb5/0xd4 [nvidia]
Jun 23 16:03:33 localhost kernel:  [<f9cc45ee>] os_release_sema+0x34/0x45 [nvidia]
Jun 23 16:03:33 localhost kernel:  [<f9a3ee22>] _nv002659rm+0x12/0x1c [nvidia]
Jun 23 16:03:33 localhost kernel:  [<f9a2da9a>] _nv002934rm+0x26/0x2c [nvidia]
Jun 23 16:03:33 localhost kernel:  [tcp_v4_send_check+132/197] tcp_v4_send_check+0x84/0xc5
Jun 23 16:03:33 localhost kernel:  [<b033c5ae>] tcp_v4_send_check+0x84/0xc5
Jun 23 16:03:33 localhost kernel:  [tcp_transmit_skb+960/989] tcp_transmit_skb+0x3c0/0x3dd
Jun 23 16:03:33 localhost kernel:  [<b0337efe>] tcp_transmit_skb+0x3c0/0x3dd
Jun 23 16:03:33 localhost kernel:  [tcp_delack_timer+0/423] tcp_delack_timer+0x0/0x1a7
Jun 23 16:03:33 localhost kernel:  [<b033ae1e>] tcp_delack_timer+0x0/0x1a7
Jun 23 16:03:33 localhost kernel:  [tcp_send_ack+218/222] tcp_send_ack+0xda/0xde
Jun 23 16:03:33 localhost kernel:  [<b033a71c>] tcp_send_ack+0xda/0xde
Jun 23 16:03:33 localhost kernel:  [tcp_delack_timer+346/423] tcp_delack_timer+0x15a/0x1a7
Jun 23 16:03:33 localhost kernel:  [<b033af78>] tcp_delack_timer+0x15a/0x1a7
Jun 23 16:03:33 localhost kernel:  [run_timer_softirq+271/337] run_timer_softirq+0x10f/0x151
Jun 23 16:03:33 localhost kernel:  [<b0126e18>] run_timer_softirq+0x10f/0x151
Jun 23 16:03:33 localhost kernel:  [__do_softirq+94/186] __do_softirq+0x5e/0xba
Jun 23 16:03:33 localhost kernel:  [<b0122df3>] __do_softirq+0x5e/0xba
Jun 23 16:03:33 localhost kernel:  [do_softirq+46/50] do_softirq+0x2e/0x32
Jun 23 16:03:33 localhost kernel:  [<b0122e7d>] do_softirq+0x2e/0x32
Jun 23 16:03:33 localhost kernel:  [apic_timer_interrupt+31/36] apic_timer_interrupt+0x1f/0x24
Jun 23 16:03:33 localhost kernel:  [<b01037b7>] apic_timer_interrupt+0x1f/0x24
Jun 23 16:03:38 localhost kernel: BUG: warning at include/asm/dma-mapping.h:26/dma_map_single()
Jun 23 16:03:38 localhost kernel:  [<f947d19d>] dma_tx_fragment+0x181/0x266 [bcm43xx]
Jun 23 16:03:38 localhost kernel:  [<f947d2d1>] bcm43xx_dma_tx+0x4f/0x6c [bcm43xx]
Jun 23 16:03:38 localhost kernel:  [<f946fa03>] bcm43xx_ieee80211_hard_start_xmit+0x40/0x68 [bcm43xx]
Jun 23 16:03:38 localhost kernel:  [<f9410f63>] ieee80211_xmit+0x9df/0xa41 [ieee80211]
Jun 23 16:03:38 localhost kernel:  [arp_create+251/506] arp_create+0xfb/0x1fa
Jun 23 16:03:38 localhost kernel:  [<b0343476>] arp_create+0xfb/0x1fa
Jun 23 16:03:38 localhost kernel:  [dev_hard_start_xmit+91/174] dev_hard_start_xmit+0x5b/0xae
Jun 23 16:03:38 localhost kernel:  [<b030cc56>] dev_hard_start_xmit+0x5b/0xae
Jun 23 16:03:38 localhost kernel:  [__qdisc_run+229/411] __qdisc_run+0xe5/0x19b
Jun 23 16:03:38 localhost kernel:  [<b0319aca>] __qdisc_run+0xe5/0x19b
Jun 23 16:03:38 localhost kernel:  [dev_queue_xmit+326/558] dev_queue_xmit+0x146/0x22e
Jun 23 16:03:38 localhost kernel:  [<b030cdef>] dev_queue_xmit+0x146/0x22e
Jun 23 16:03:38 localhost kernel:  [arp_xmit+62/64] arp_xmit+0x3e/0x40
Jun 23 16:03:38 localhost kernel:  [<b03435b3>] arp_xmit+0x3e/0x40
Jun 23 16:03:38 localhost kernel:  [arp_process+508/1087] arp_process+0x1fc/0x43f
Jun 23 16:03:38 localhost kernel:  [<b0343800>] arp_process+0x1fc/0x43f
Jun 23 16:03:38 localhost kernel:  [arp_rcv+226/244] arp_rcv+0xe2/0xf4
Jun 23 16:03:38 localhost kernel:  [<b0343b2a>] arp_rcv+0xe2/0xf4
Jun 23 16:03:38 localhost kernel:  [netif_receive_skb+692/726] netif_receive_skb+0x2b4/0x2d6
Jun 23 16:03:38 localhost kernel:  [<b030d42e>] netif_receive_skb+0x2b4/0x2d6
Jun 23 16:03:38 localhost kernel:  [process_backlog+129/248] process_backlog+0x81/0xf8
Jun 23 16:03:38 localhost kernel:  [<b030d4d1>] process_backlog+0x81/0xf8
Jun 23 16:03:38 localhost kernel:  [net_rx_action+152/403] net_rx_action+0x98/0x193
Jun 23 16:03:38 localhost kernel:  [<b030d5e0>] net_rx_action+0x98/0x193
Jun 23 16:03:38 localhost kernel:  [__do_softirq+94/186] __do_softirq+0x5e/0xba
Jun 23 16:03:38 localhost kernel:  [<b0122df3>] __do_softirq+0x5e/0xba
Jun 23 16:03:38 localhost kernel:  [do_softirq+46/50] do_softirq+0x2e/0x32
Jun 23 16:03:38 localhost kernel:  [<b0122e7d>] do_softirq+0x2e/0x32
Jun 23 16:03:38 localhost kernel:  [do_IRQ+72/80] do_IRQ+0x48/0x50
Jun 23 16:03:38 localhost kernel:  [<b0104b30>] do_IRQ+0x48/0x50
Jun 23 16:03:38 localhost kernel:  [common_interrupt+26/32] common_interrupt+0x1a/0x20
Jun 23 16:03:38 localhost kernel:  [<b0103726>] common_interrupt+0x1a/0x20
Jun 23 16:04:01 localhost kernel: BUG: warning at include/asm/dma-mapping.h:26/dma_map_single()
Jun 23 16:04:01 localhost kernel:  [<f947d19d>] dma_tx_fragment+0x181/0x266 [bcm43xx]
Jun 23 16:04:01 localhost kernel:  [<f947d2d1>] bcm43xx_dma_tx+0x4f/0x6c [bcm43xx]
Jun 23 16:04:01 localhost kernel:  [<f946fa03>] bcm43xx_ieee80211_hard_start_xmit+0x40/0x68 [bcm43xx]
Jun 23 16:04:01 localhost kernel:  [<f9410f63>] ieee80211_xmit+0x9df/0xa41 [ieee80211]
Jun 23 16:04:01 localhost kernel:  [dev_hard_start_xmit+91/174] dev_hard_start_xmit+0x5b/0xae
Jun 23 16:04:01 localhost kernel:  [<b030cc56>] dev_hard_start_xmit+0x5b/0xae
Jun 23 16:04:01 localhost kernel:  [__qdisc_run+229/411] __qdisc_run+0xe5/0x19b
Jun 23 16:04:01 localhost kernel:  [<b0319aca>] __qdisc_run+0xe5/0x19b
Jun 23 16:04:01 localhost kernel:  [dev_queue_xmit+326/558] dev_queue_xmit+0x146/0x22e
Jun 23 16:04:01 localhost kernel:  [<b030cdef>] dev_queue_xmit+0x146/0x22e
Jun 23 16:04:01 localhost kernel:  [neigh_resolve_output+269/309] neigh_resolve_output+0x10d/0x135
Jun 23 16:04:01 localhost kernel:  [<b0311b66>] neigh_resolve_output+0x10d/0x135
Jun 23 16:04:01 localhost kernel:  [ip_output+454/509] ip_output+0x1c6/0x1fd
Jun 23 16:04:01 localhost kernel:  [<b0328d88>] ip_output+0x1c6/0x1fd
Jun 23 16:04:01 localhost kernel:  [ip_queue_xmit+938/1014] ip_queue_xmit+0x3aa/0x3f6
Jun 23 16:04:01 localhost kernel:  [<b0329169>] ip_queue_xmit+0x3aa/0x3f6
Jun 23 16:04:01 localhost kernel:  [buffered_rmqueue+253/277] buffered_rmqueue+0xfd/0x115
Jun 23 16:04:01 localhost kernel:  [<b0149d5d>] buffered_rmqueue+0xfd/0x115
Jun 23 16:04:01 localhost kernel:  [get_page_from_freelist+125/150] get_page_from_freelist+0x7d/0x96
Jun 23 16:04:01 localhost kernel:  [<b0149e91>] get_page_from_freelist+0x7d/0x96
Jun 23 16:04:01 localhost kernel:  [__alloc_pages+80/625] __alloc_pages+0x50/0x271
Jun 23 16:04:01 localhost kernel:  [<b0149efa>] __alloc_pages+0x50/0x271
Jun 23 16:04:01 localhost kernel:  [tcp_v4_send_check+132/197] tcp_v4_send_check+0x84/0xc5
Jun 23 16:04:01 localhost kernel:  [<b033c5ae>] tcp_v4_send_check+0x84/0xc5
Jun 23 16:04:01 localhost kernel:  [tcp_transmit_skb+960/989] tcp_transmit_skb+0x3c0/0x3dd
Jun 23 16:04:01 localhost kernel:  [<b0337efe>] tcp_transmit_skb+0x3c0/0x3dd
Jun 23 16:04:01 localhost kernel:  [tcp_write_xmit+428/523] tcp_write_xmit+0x1ac/0x20b
Jun 23 16:04:01 localhost kernel:  [<b0339115>] tcp_write_xmit+0x1ac/0x20b
Jun 23 16:04:01 localhost kernel:  [__tcp_push_pending_frames+30/111] __tcp_push_pending_frames+0x1e/0x6f
Jun 23 16:04:01 localhost kernel:  [<b0339192>] __tcp_push_pending_frames+0x1e/0x6f
Jun 23 16:04:01 localhost kernel:  [tcp_send_fin+195/200] tcp_send_fin+0xc3/0xc8
Jun 23 16:04:01 localhost kernel:  [<b0339daa>] tcp_send_fin+0xc3/0xc8
Jun 23 16:04:01 localhost kernel:  [tcp_close+569/1370] tcp_close+0x239/0x55a
Jun 23 16:04:01 localhost kernel:  [<b03305ac>] tcp_close+0x239/0x55a
Jun 23 16:04:01 localhost kernel:  [inet_release+65/70] inet_release+0x41/0x46
Jun 23 16:04:01 localhost kernel:  [<b0346de4>] inet_release+0x41/0x46
Jun 23 16:04:01 localhost kernel:  [sock_release+17/134] sock_release+0x11/0x86
Jun 23 16:04:01 localhost kernel:  [<b0303d84>] sock_release+0x11/0x86
Jun 23 16:04:01 localhost kernel:  [sock_close+38/42] sock_close+0x26/0x2a
Jun 23 16:04:01 localhost kernel:  [<b0304770>] sock_close+0x26/0x2a
Jun 23 16:04:01 localhost kernel:  [__fput+160/345] __fput+0xa0/0x159
Jun 23 16:04:01 localhost kernel:  [<b01606b9>] __fput+0xa0/0x159
Jun 23 16:04:01 localhost kernel:  [filp_close+76/82] filp_close+0x4c/0x52
Jun 23 16:04:01 localhost kernel:  [<b015f203>] filp_close+0x4c/0x52
Jun 23 16:04:01 localhost kernel:  [sysenter_past_esp+86/121] sysenter_past_esp+0x56/0x79
Jun 23 16:04:01 localhost kernel:  [<b0102c81>] sysenter_past_esp+0x56/0x79
Journalisée
neojeff
Newbie
*
Hors ligne Hors ligne

Messages: 28


Voir le profil
« Répondre #5 le: Juin 23, 2008, 16:09:25 »

et maintenant syslog idem quelques secondes:


Code:
Jun 23 16:08:01 localhost kernel:  [get_page_from_freelist+125/150] get_page_from_freelist+0x7d/0x96
Jun 23 16:08:01 localhost kernel:  [<b0149e91>] get_page_from_freelist+0x7d/0x96
Jun 23 16:08:01 localhost kernel:  [__alloc_pages+80/625] __alloc_pages+0x50/0x271
Jun 23 16:08:01 localhost kernel:  [<b0149efa>] __alloc_pages+0x50/0x271
Jun 23 16:08:01 localhost kernel:  [tcp_v4_send_check+132/197] tcp_v4_send_check+0x84/0xc5
Jun 23 16:08:01 localhost kernel:  [<b033c5ae>] tcp_v4_send_check+0x84/0xc5
Jun 23 16:08:01 localhost kernel:  [tcp_transmit_skb+960/989] tcp_transmit_skb+0x3c0/0x3dd
Jun 23 16:08:01 localhost kernel:  [<b0337efe>] tcp_transmit_skb+0x3c0/0x3dd
Jun 23 16:08:01 localhost kernel:  [tcp_write_xmit+428/523] tcp_write_xmit+0x1ac/0x20b
Jun 23 16:08:01 localhost kernel:  [<b0339115>] tcp_write_xmit+0x1ac/0x20b
Jun 23 16:08:01 localhost kernel:  [__tcp_push_pending_frames+30/111] __tcp_push_pending_frames+0x1e/0x6f
Jun 23 16:08:01 localhost kernel:  [<b0339192>] __tcp_push_pending_frames+0x1e/0x6f
Jun 23 16:08:01 localhost kernel:  [tcp_send_fin+195/200] tcp_send_fin+0xc3/0xc8
Jun 23 16:08:01 localhost kernel:  [<b0339daa>] tcp_send_fin+0xc3/0xc8
Jun 23 16:08:01 localhost kernel:  [tcp_close+569/1370] tcp_close+0x239/0x55a
Jun 23 16:08:01 localhost kernel:  [<b03305ac>] tcp_close+0x239/0x55a
Jun 23 16:08:01 localhost kernel:  [inet_release+65/70] inet_release+0x41/0x46
Jun 23 16:08:01 localhost kernel:  [<b0346de4>] inet_release+0x41/0x46
Jun 23 16:08:01 localhost kernel:  [sock_release+17/134] sock_release+0x11/0x86
Jun 23 16:08:01 localhost kernel:  [<b0303d84>] sock_release+0x11/0x86
Jun 23 16:08:01 localhost kernel:  [sock_close+38/42] sock_close+0x26/0x2a
Jun 23 16:08:01 localhost kernel:  [<b0304770>] sock_close+0x26/0x2a
Jun 23 16:08:01 localhost kernel:  [__fput+160/345] __fput+0xa0/0x159
Jun 23 16:08:01 localhost kernel:  [<b01606b9>] __fput+0xa0/0x159
Jun 23 16:08:01 localhost kernel:  [filp_close+76/82] filp_close+0x4c/0x52
Jun 23 16:08:01 localhost kernel:  [<b015f203>] filp_close+0x4c/0x52
Jun 23 16:08:01 localhost kernel:  [sysenter_past_esp+86/121] sysenter_past_esp+0x56/0x79
Jun 23 16:08:01 localhost kernel:  [<b0102c81>] sysenter_past_esp+0x56/0x79
Jun 23 16:08:01 localhost kernel: BUG: warning at include/asm/dma-mapping.h:26/dma_map_single()
Jun 23 16:08:01 localhost kernel:  [<f947d19d>] dma_tx_fragment+0x181/0x266 [bcm43xx]
Jun 23 16:08:01 localhost kernel:  [<f947d2d1>] bcm43xx_dma_tx+0x4f/0x6c [bcm43xx]
Jun 23 16:08:01 localhost kernel:  [<f946fa03>] bcm43xx_ieee80211_hard_start_xmit+0x40/0x68 [bcm43xx]
Jun 23 16:08:01 localhost kernel:  [<f9410f63>] ieee80211_xmit+0x9df/0xa41 [ieee80211]
Jun 23 16:08:01 localhost kernel:  [newque+203/254] newque+0xcb/0xfe
Jun 23 16:08:01 localhost kernel:  [<b0241ca7>] newque+0xcb/0xfe
Jun 23 16:08:01 localhost kernel:  [<f957630a>] aes_encrypt+0x0/0x10fa [aes]
Jun 23 16:08:01 localhost kernel:  [xfs_fs_clear_inode+154/162] xfs_fs_clear_inode+0x9a/0xa2
Jun 23 16:08:01 localhost kernel:  [<b0240000>] xfs_fs_clear_inode+0x9a/0xa2
Jun 23 16:08:01 localhost kernel:  [dev_hard_start_xmit+91/174] dev_hard_start_xmit+0x5b/0xae
Jun 23 16:08:01 localhost kernel:  [<b030cc56>] dev_hard_start_xmit+0x5b/0xae
Jun 23 16:08:01 localhost kernel:  [__qdisc_run+229/411] __qdisc_run+0xe5/0x19b
Jun 23 16:08:01 localhost kernel:  [<b0319aca>] __qdisc_run+0xe5/0x19b
Jun 23 16:08:01 localhost kernel:  [dev_queue_xmit+326/558] dev_queue_xmit+0x146/0x22e
Jun 23 16:08:01 localhost kernel:  [<b030cdef>] dev_queue_xmit+0x146/0x22e
Jun 23 16:08:01 localhost kernel:  [ip_output+454/509] ip_output+0x1c6/0x1fd
Jun 23 16:08:01 localhost kernel:  [<b0328d88>] ip_output+0x1c6/0x1fd
Jun 23 16:08:01 localhost kernel:  [ip_queue_xmit+938/1014] ip_queue_xmit+0x3aa/0x3f6
Jun 23 16:08:01 localhost kernel:  [<b0329169>] ip_queue_xmit+0x3aa/0x3f6
Jun 23 16:08:01 localhost kernel:  [<f9556073>] ieee80211_ccmp_aes_encrypt+0x73/0x79 [ieee80211_crypt_ccmp]
Jun 23 16:08:01 localhost kernel:  [<f95567e3>] ieee80211_ccmp_decrypt+0x2ba/0x488 [ieee80211_crypt_ccmp]
Jun 23 16:08:01 localhost kernel:  [<f955692c>] ieee80211_ccmp_decrypt+0x403/0x488 [ieee80211_crypt_ccmp]
Jun 23 16:08:01 localhost kernel:  [tcp_v4_send_check+132/197] tcp_v4_send_check+0x84/0xc5
Jun 23 16:08:01 localhost kernel:  [<b033c5ae>] tcp_v4_send_check+0x84/0xc5
Jun 23 16:08:01 localhost kernel:  [tcp_transmit_skb+960/989] tcp_transmit_skb+0x3c0/0x3dd
Jun 23 16:08:01 localhost kernel:  [<b0337efe>] tcp_transmit_skb+0x3c0/0x3dd
Jun 23 16:08:01 localhost kernel:  [tcp_send_ack+218/222] tcp_send_ack+0xda/0xde
Jun 23 16:08:01 localhost kernel:  [<b033a71c>] tcp_send_ack+0xda/0xde
Jun 23 16:08:01 localhost kernel:  [tcp_fin+209/442] tcp_fin+0xd1/0x1ba
Jun 23 16:08:01 localhost kernel:  [<b0334e24>] tcp_fin+0xd1/0x1ba
Jun 23 16:08:01 localhost kernel:  [tcp_data_queue+556/1598] tcp_data_queue+0x22c/0x63e
Jun 23 16:08:01 localhost kernel:  [<b0335602>] tcp_data_queue+0x22c/0x63e
Jun 23 16:08:01 localhost kernel:  [tcp_rcv_state_process+1978/2080] tcp_rcv_state_process+0x7ba/0x820
Jun 23 16:08:01 localhost kernel:  [<b0337686>] tcp_rcv_state_process+0x7ba/0x820
Jun 23 16:08:01 localhost kernel:  [tcp_v4_do_rcv+121/173] tcp_v4_do_rcv+0x79/0xad
Jun 23 16:08:01 localhost kernel:  [<b033d456>] tcp_v4_do_rcv+0x79/0xad
Jun 23 16:08:01 localhost kernel:  [tcp_v4_rcv+1370/2153] tcp_v4_rcv+0x55a/0x869
Jun 23 16:08:01 localhost kernel:  [<b033d9e4>] tcp_v4_rcv+0x55a/0x869
Jun 23 16:08:01 localhost kernel:  [ip_local_deliver+357/528] ip_local_deliver+0x165/0x210
Jun 23 16:08:01 localhost kernel:  [<b0325d31>] ip_local_deliver+0x165/0x210
Jun 23 16:08:01 localhost kernel:  [ip_rcv+1002/1059] ip_rcv+0x3ea/0x423
Jun 23 16:08:01 localhost kernel:  [<b0326366>] ip_rcv+0x3ea/0x423
Jun 23 16:08:01 localhost kernel:  [netif_receive_skb+692/726] netif_receive_skb+0x2b4/0x2d6
Jun 23 16:08:01 localhost kernel:  [<b030d42e>] netif_receive_skb+0x2b4/0x2d6
Jun 23 16:08:01 localhost kernel:  [process_backlog+129/248] process_backlog+0x81/0xf8
Jun 23 16:08:01 localhost kernel:  [<b030d4d1>] process_backlog+0x81/0xf8
Jun 23 16:08:01 localhost kernel:  [net_rx_action+152/403] net_rx_action+0x98/0x193
Jun 23 16:08:01 localhost kernel:  [<b030d5e0>] net_rx_action+0x98/0x193
Jun 23 16:08:01 localhost kernel:  [__do_softirq+94/186] __do_softirq+0x5e/0xba
Jun 23 16:08:01 localhost kernel:  [<b0122df3>] __do_softirq+0x5e/0xba
Jun 23 16:08:01 localhost kernel:  [do_softirq+46/50] do_softirq+0x2e/0x32
Jun 23 16:08:01 localhost kernel:  [<b0122e7d>] do_softirq+0x2e/0x32
Jun 23 16:08:01 localhost kernel:  [do_IRQ+72/80] do_IRQ+0x48/0x50
Jun 23 16:08:01 localhost kernel:  [<b0104b30>] do_IRQ+0x48/0x50
Jun 23 16:08:01 localhost kernel:  [common_interrupt+26/32] common_interrupt+0x1a/0x20
Jun 23 16:08:01 localhost kernel:  [<b0103726>] common_interrupt+0x1a/0x20
Jun 23 16:08:01 localhost kernel:  [acpi_processor_idle+494/791] acpi_processor_idle+0x1ee/0x317
Jun 23 16:08:01 localhost kernel:  [<b02ae1d1>] acpi_processor_idle+0x1ee/0x317
Jun 23 16:08:01 localhost kernel:  [cpu_idle+168/193] cpu_idle+0xa8/0xc1
Jun 23 16:08:01 localhost kernel:  [<b010112d>] cpu_idle+0xa8/0xc1
Jun 23 16:08:01 localhost kernel:  [start_kernel+437/439] start_kernel+0x1b5/0x1b7
Jun 23 16:08:01 localhost kernel:  [<b0436790>] start_kernel+0x1b5/0x1b7
Jun 23 16:08:02 localhost kernel: BUG: warning at include/asm/dma-mapping.h:26/dma_map_single()
Jun 23 16:08:02 localhost kernel:  [<f947d19d>] dma_tx_fragment+0x181/0x266 [bcm43xx]
Jun 23 16:08:02 localhost kernel:  [<f947d2d1>] bcm43xx_dma_tx+0x4f/0x6c [bcm43xx]
Jun 23 16:08:02 localhost kernel:  [<f946fa03>] bcm43xx_ieee80211_hard_start_xmit+0x40/0x68 [bcm43xx]
Jun 23 16:08:02 localhost kernel:  [<f9410f63>] ieee80211_xmit+0x9df/0xa41 [ieee80211]
Jun 23 16:08:02 localhost kernel:  [rd_load_image+616/697] rd_load_image+0x268/0x2b9
Jun 23 16:08:02 localhost kernel:  [<b0437208>] rd_load_image+0x268/0x2b9
Jun 23 16:08:02 localhost kernel:  [<f9a2da91>] _nv002934rm+0x1d/0x2c [nvidia]
Jun 23 16:08:02 localhost kernel:  [<f9a21ca7>] _nv002034rm+0xe7/0x180 [nvidia]
Jun 23 16:08:02 localhost kernel:  [dev_hard_start_xmit+91/174] dev_hard_start_xmit+0x5b/0xae
Jun 23 16:08:02 localhost kernel:  [<b030cc56>] dev_hard_start_xmit+0x5b/0xae
Jun 23 16:08:02 localhost kernel:  [__qdisc_run+229/411] __qdisc_run+0xe5/0x19b
Jun 23 16:08:02 localhost kernel:  [<b0319aca>] __qdisc_run+0xe5/0x19b
Jun 23 16:08:02 localhost kernel:  [dev_queue_xmit+326/558] dev_queue_xmit+0x146/0x22e
Jun 23 16:08:02 localhost kernel:  [<b030cdef>] dev_queue_xmit+0x146/0x22e
Jun 23 16:08:02 localhost kernel:  [ip_output+454/509] ip_output+0x1c6/0x1fd
Jun 23 16:08:02 localhost kernel:  [<b0328d88>] ip_output+0x1c6/0x1fd
Jun 23 16:08:02 localhost kernel:  [ip_queue_xmit+938/1014] ip_queue_xmit+0x3aa/0x3f6
Jun 23 16:08:02 localhost kernel:  [<b0329169>] ip_queue_xmit+0x3aa/0x3f6
Jun 23 16:08:02 localhost kernel:  [<f9a47174>] rm_set_interrupts+0x140/0x158 [nvidia]
Jun 23 16:08:02 localhost kernel:  [__next_cpu+18/31] __next_cpu+0x12/0x1f
Jun 23 16:08:02 localhost kernel:  [<b0259574>] __next_cpu+0x12/0x1f
Jun 23 16:08:02 localhost kernel:  [find_busiest_group+386/1138] find_busiest_group+0x182/0x472
Jun 23 16:08:02 localhost kernel:  [<b0118645>] find_busiest_group+0x182/0x472
Jun 23 16:08:02 localhost kernel:  [tcp_v4_send_check+132/197] tcp_v4_send_check+0x84/0xc5
Jun 23 16:08:02 localhost kernel:  [<b033c5ae>] tcp_v4_send_check+0x84/0xc5
Jun 23 16:08:02 localhost kernel:  [tcp_transmit_skb+960/989] tcp_transmit_skb+0x3c0/0x3dd
Jun 23 16:08:02 localhost kernel:  [<b0337efe>] tcp_transmit_skb+0x3c0/0x3dd
Jun 23 16:08:02 localhost kernel:  [tcp_delack_timer+0/423] tcp_delack_timer+0x0/0x1a7
Jun 23 16:08:02 localhost kernel:  [<b033ae1e>] tcp_delack_timer+0x0/0x1a7
Jun 23 16:08:02 localhost kernel:  [tcp_send_ack+218/222] tcp_send_ack+0xda/0xde
Jun 23 16:08:02 localhost kernel:  [<b033a71c>] tcp_send_ack+0xda/0xde
Jun 23 16:08:02 localhost kernel:  [tcp_delack_timer+346/423] tcp_delack_timer+0x15a/0x1a7
Jun 23 16:08:02 localhost kernel:  [<b033af78>] tcp_delack_timer+0x15a/0x1a7
Jun 23 16:08:02 localhost kernel:  [run_timer_softirq+271/337] run_timer_softirq+0x10f/0x151
Jun 23 16:08:02 localhost kernel:  [<b0126e18>] run_timer_softirq+0x10f/0x151
Jun 23 16:08:02 localhost kernel:  [__do_softirq+94/186] __do_softirq+0x5e/0xba
Jun 23 16:08:02 localhost kernel:  [<b0122df3>] __do_softirq+0x5e/0xba
Jun 23 16:08:02 localhost kernel:  [do_softirq+46/50] do_softirq+0x2e/0x32
Jun 23 16:08:02 localhost kernel:  [<b0122e7d>] do_softirq+0x2e/0x32
Jun 23 16:08:02 localhost kernel:  [apic_timer_interrupt+31/36] apic_timer_interrupt+0x1f/0x24
Jun 23 16:08:02 localhost kernel:  [<b01037b7>] apic_timer_interrupt+0x1f/0x24
Jun 23 16:08:02 localhost kernel:  [acpi_processor_idle+494/791] acpi_processor_idle+0x1ee/0x317
Jun 23 16:08:02 localhost kernel:  [<b02ae1d1>] acpi_processor_idle+0x1ee/0x317
Jun 23 16:08:02 localhost kernel:  [cpu_idle+168/193] cpu_idle+0xa8/0xc1
Jun 23 16:08:02 localhost kernel:  [<b010112d>] cpu_idle+0xa8/0xc1
Jun 23 16:08:02 localhost kernel:  [start_kernel+437/439] start_kernel+0x1b5/0x1b7
Jun 23 16:08:02 localhost kernel:  [<b0436790>] start_kernel+0x1b5/0x1b7
Jun 23 16:08:06 localhost kernel: BUG: warning at include/asm/dma-mapping.h:26/dma_map_single()
Jun 23 16:08:06 localhost kernel:  [<f947d19d>] dma_tx_fragment+0x181/0x266 [bcm43xx]
Jun 23 16:08:06 localhost kernel:  [<f947d2d1>] bcm43xx_dma_tx+0x4f/0x6c [bcm43xx]
Jun 23 16:08:06 localhost kernel:  [<f946fa03>] bcm43xx_ieee80211_hard_start_xmit+0x40/0x68 [bcm43xx]
Jun 23 16:08:06 localhost kernel:  [<f9410f63>] ieee80211_xmit+0x9df/0xa41 [ieee80211]
Jun 23 16:08:06 localhost kernel:  [arp_create+251/506] arp_create+0xfb/0x1fa
Jun 23 16:08:06 localhost kernel:  [<b0343476>] arp_create+0xfb/0x1fa
Jun 23 16:08:06 localhost kernel:  [dev_hard_start_xmit+91/174] dev_hard_start_xmit+0x5b/0xae
Jun 23 16:08:06 localhost kernel:  [<b030cc56>] dev_hard_start_xmit+0x5b/0xae
Jun 23 16:08:06 localhost kernel:  [__qdisc_run+229/411] __qdisc_run+0xe5/0x19b
Jun 23 16:08:06 localhost kernel:  [<b0319aca>] __qdisc_run+0xe5/0x19b
Jun 23 16:08:06 localhost kernel:  [dev_queue_xmit+326/558] dev_queue_xmit+0x146/0x22e
Jun 23 16:08:06 localhost kernel:  [<b030cdef>] dev_queue_xmit+0x146/0x22e
Jun 23 16:08:06 localhost kernel:  [arp_xmit+62/64] arp_xmit+0x3e/0x40
Jun 23 16:08:06 localhost kernel:  [<b03435b3>] arp_xmit+0x3e/0x40
Jun 23 16:08:06 localhost kernel:  [arp_process+508/1087] arp_process+0x1fc/0x43f
Jun 23 16:08:06 localhost kernel:  [<b0343800>] arp_process+0x1fc/0x43f
Jun 23 16:08:06 localhost kernel:  [arp_rcv+226/244] arp_rcv+0xe2/0xf4
Jun 23 16:08:06 localhost kernel:  [<b0343b2a>] arp_rcv+0xe2/0xf4
Jun 23 16:08:06 localhost kernel:  [netif_receive_skb+692/726] netif_receive_skb+0x2b4/0x2d6
Jun 23 16:08:06 localhost kernel:  [<b030d42e>] netif_receive_skb+0x2b4/0x2d6
Jun 23 16:08:06 localhost kernel:  [process_backlog+129/248] process_backlog+0x81/0xf8
Jun 23 16:08:06 localhost kernel:  [<b030d4d1>] process_backlog+0x81/0xf8
Jun 23 16:08:06 localhost kernel:  [net_rx_action+152/403] net_rx_action+0x98/0x193
Jun 23 16:08:06 localhost kernel:  [<b030d5e0>] net_rx_action+0x98/0x193
Jun 23 16:08:06 localhost kernel:  [__do_softirq+94/186] __do_softirq+0x5e/0xba
Jun 23 16:08:06 localhost kernel:  [<b0122df3>] __do_softirq+0x5e/0xba
Jun 23 16:08:06 localhost kernel:  [do_softirq+46/50] do_softirq+0x2e/0x32
Jun 23 16:08:06 localhost kernel:  [<b0122e7d>] do_softirq+0x2e/0x32
Jun 23 16:08:06 localhost kernel:  [do_IRQ+72/80] do_IRQ+0x48/0x50
Jun 23 16:08:06 localhost kernel:  [<b0104b30>] do_IRQ+0x48/0x50
Jun 23 16:08:06 localhost kernel:  [common_interrupt+26/32] common_interrupt+0x1a/0x20
Jun 23 16:08:06 localhost kernel:  [<b0103726>] common_interrupt+0x1a/0x20
Jun 23 16:08:06 localhost kernel:  [acpi_processor_idle+494/791] acpi_processor_idle+0x1ee/0x317
Jun 23 16:08:06 localhost kernel:  [<b02ae1d1>] acpi_processor_idle+0x1ee/0x317
Jun 23 16:08:06 localhost kernel:  [cpu_idle+168/193] cpu_idle+0xa8/0xc1
Jun 23 16:08:06 localhost kernel:  [<b010112d>] cpu_idle+0xa8/0xc1
Jun 23 16:08:06 localhost kernel:  [start_kernel+437/439] start_kernel+0x1b5/0x1b7
Jun 23 16:08:06 localhost kernel:  [<b0436790>] start_kernel+0x1b5/0x1b7
Jun 23 16:08:16 localhost kernel: BUG: warning at include/asm/dma-mapping.h:26/dma_map_single()
Jun 23 16:08:16 localhost kernel:  [<f947d19d>] dma_tx_fragment+0x181/0x266 [bcm43xx]
Jun 23 16:08:16 localhost kernel:  [<f947d2d1>] bcm43xx_dma_tx+0x4f/0x6c [bcm43xx]
Jun 23 16:08:16 localhost kernel:  [<f946fa03>] bcm43xx_ieee80211_hard_start_xmit+0x40/0x68 [bcm43xx]
Jun 23 16:08:16 localhost kernel:  [<f9410f63>] ieee80211_xmit+0x9df/0xa41 [ieee80211]
Jun 23 16:08:16 localhost kernel:  [dev_hard_start_xmit+91/174] dev_hard_start_xmit+0x5b/0xae
Jun 23 16:08:16 localhost kernel:  [<b030cc56>] dev_hard_start_xmit+0x5b/0xae
Jun 23 16:08:16 localhost kernel:  [__qdisc_run+229/411] __qdisc_run+0xe5/0x19b
Jun 23 16:08:16 localhost kernel:  [<b0319aca>] __qdisc_run+0xe5/0x19b
Jun 23 16:08:16 localhost kernel:  [dev_queue_xmit+326/558] dev_queue_xmit+0x146/0x22e
Jun 23 16:08:16 localhost kernel:  [<b030cdef>] dev_queue_xmit+0x146/0x22e
Jun 23 16:08:16 localhost kernel:  [ip_output+454/509] ip_output+0x1c6/0x1fd
Jun 23 16:08:16 localhost kernel:  [<b0328d88>] ip_output+0x1c6/0x1fd
Jun 23 16:08:16 localhost kernel:  [ip_queue_xmit+938/1014] ip_queue_xmit+0x3aa/0x3f6
Jun 23 16:08:16 localhost kernel:  [<b0329169>] ip_queue_xmit+0x3aa/0x3f6
Jun 23 16:08:16 localhost kernel:  [buffered_rmqueue+253/277] buffered_rmqueue+0xfd/0x115
Jun 23 16:08:16 localhost kernel:  [<b0149d5d>] buffered_rmqueue+0xfd/0x115
Jun 23 16:08:16 localhost kernel:  [get_page_from_freelist+125/150] get_page_from_freelist+0x7d/0x96
Jun 23 16:08:16 localhost kernel:  [<b0149e91>] get_page_from_freelist+0x7d/0x96
Jun 23 16:08:16 localhost kernel:  [__alloc_pages+80/625] __alloc_pages+0x50/0x271
Jun 23 16:08:16 localhost kernel:  [<b0149efa>] __alloc_pages+0x50/0x271
Jun 23 16:08:16 localhost kernel:  [tcp_v4_send_check+132/197] tcp_v4_send_check+0x84/0xc5
Jun 23 16:08:16 localhost kernel:  [<b033c5ae>] tcp_v4_send_check+0x84/0xc5
Jun 23 16:08:16 localhost kernel:  [tcp_transmit_skb+960/989] tcp_transmit_skb+0x3c0/0x3dd
Jun 23 16:08:16 localhost kernel:  [<b0337efe>] tcp_transmit_skb+0x3c0/0x3dd
Jun 23 16:08:16 localhost kernel:  [tcp_write_xmit+428/523] tcp_write_xmit+0x1ac/0x20b
Jun 23 16:08:16 localhost kernel:  [<b0339115>] tcp_write_xmit+0x1ac/0x20b
Jun 23 16:08:16 localhost kernel:  [__tcp_push_pending_frames+30/111] __tcp_push_pending_frames+0x1e/0x6f
Jun 23 16:08:16 localhost kernel:  [<b0339192>] __tcp_push_pending_frames+0x1e/0x6f
Jun 23 16:08:16 localhost kernel:  [tcp_send_fin+195/200] tcp_send_fin+0xc3/0xc8
Jun 23 16:08:16 localhost kernel:  [<b0339daa>] tcp_send_fin+0xc3/0xc8
Jun 23 16:08:16 localhost kernel:  [tcp_close+569/1370] tcp_close+0x239/0x55a
Jun 23 16:08:16 localhost kernel:  [<b03305ac>] tcp_close+0x239/0x55a
Jun 23 16:08:16 localhost kernel:  [inet_release+65/70] inet_release+0x41/0x46
Jun 23 16:08:16 localhost kernel:  [<b0346de4>] inet_release+0x41/0x46
Jun 23 16:08:16 localhost kernel:  [sock_release+17/134] sock_release+0x11/0x86
Jun 23 16:08:16 localhost kernel:  [<b0303d84>] sock_release+0x11/0x86
Jun 23 16:08:16 localhost kernel:  [sock_close+38/42] sock_close+0x26/0x2a
Jun 23 16:08:16 localhost kernel:  [<b0304770>] sock_close+0x26/0x2a
Jun 23 16:08:16 localhost kernel:  [__fput+160/345] __fput+0xa0/0x159
Jun 23 16:08:16 localhost kernel:  [<b01606b9>] __fput+0xa0/0x159
Jun 23 16:08:16 localhost kernel:  [filp_close+76/82] filp_close+0x4c/0x52
Jun 23 16:08:16 localhost kernel:  [<b015f203>] filp_close+0x4c/0x52
Jun 23 16:08:16 localhost kernel:  [sysenter_past_esp+86/121] sysenter_past_esp+0x56/0x79
Jun 23 16:08:16 localhost kernel:  [<b0102c81>] sysenter_past_esp+0x56/0x79
Jun 23 16:08:41 localhost sudo:     jeff : TTY=pts/1 ; PWD=/home/jeff ; USER=root ; COMMAND=/usr/kde/3.5/bin/kate sudo
Journalisée
PhiX
Équipe Pardus
Modérateur global
Hero des helpeurs
*****
Hors ligne Hors ligne

Messages: 772



Voir le profil WWW
« Répondre #6 le: Juin 23, 2008, 22:17:56 »

C'est un bug connu du noyau Linux, mais toujours pas réglé apparemment Sad

http://bugs.pardus.org.tr/show_bug.cgi?id=6590

Tu peux éventuellement signaler - en anglais - à la suite des messages déjà postés que tu le rencontres également en Pardus 2007.3.
Journalisée

Vous avez constaté une erreur de traduction en français dans les outils de Pardus ?
Merci de me l'indiquer par MP ou courriel.
neojeff
Newbie
*
Hors ligne Hors ligne

Messages: 28


Voir le profil
« Répondre #7 le: Juin 24, 2008, 21:03:58 »

ok merci pour tous, je vais attendre la 2008 ensuite on verra !!
Journalisée
Pages: [1]   Haut de page
  Imprimer  
 
Aller à: