[Fedora 9] noyau 2.6.27.5-37.fc9.i686
Résolu
bob031
Messages postés
8158
Date d'inscription
Statut
Membre
Dernière intervention
-
bob031 Messages postés 8158 Date d'inscription Statut Membre Dernière intervention -
bob031 Messages postés 8158 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
La MAJ me propose le dernier noyau provenant des dépôts fedora !
en multiboot, j'intègre donc le dernier noyau dans mon fichier /boot/grub/menu.list (mandriva)
après redémarrage, je choisi le nouveau noyau fedora : tout semble ok !
[redfox@localhost ~]$ uname -r
2.6.27.5-37.fc9.i686
[redfox@localhost ~]$
néanmoins, un dmesg m'indique ceci :
ip6_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Plase use
nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or
sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
ip_tables: (C) 2000-2006 Netfilter Core Team
et ceci :
SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
warning: `dbus-daemon' uses deprecated v2 capabilities in a way that may be insecure.
fuse init (API version 7.9)
SELinux: initialized (dev fusectl, type fusectl), uses genfs_contexts
pour l'instant, je reste .......... "perplexe" !
La MAJ me propose le dernier noyau provenant des dépôts fedora !
en multiboot, j'intègre donc le dernier noyau dans mon fichier /boot/grub/menu.list (mandriva)
après redémarrage, je choisi le nouveau noyau fedora : tout semble ok !
[redfox@localhost ~]$ uname -r
2.6.27.5-37.fc9.i686
[redfox@localhost ~]$
néanmoins, un dmesg m'indique ceci :
ip6_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Plase use
nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or
sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
ip_tables: (C) 2000-2006 Netfilter Core Team
et ceci :
SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
warning: `dbus-daemon' uses deprecated v2 capabilities in a way that may be insecure.
fuse init (API version 7.9)
SELinux: initialized (dev fusectl, type fusectl), uses genfs_contexts
pour l'instant, je reste .......... "perplexe" !
A voir également:
- [Fedora 9] noyau 2.6.27.5-37.fc9.i686
- Indicatif +37 - Guide
- Code ascii : 37 2d 3f 3d 31 réponse ✓ - Forum Loisirs / Divertissements
- Internet explorer 9 - Télécharger - Navigateurs
- Torrent 9 - Forum Téléchargement
- Filmora 9 - Télécharger - Montage & Édition
5 réponses
il semble que les messages previennent du dernier noyau :
[root@localhost log]# cat messages | grep nf_conntrack
Oct 18 12:30:02 localhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Oct 25 17:38:03 localhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Oct 26 17:05:20 localhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Nov 14 19:29:17 localhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Nov 14 20:35:10 localhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Nov 14 20:43:39 localhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Nov 14 20:43:39 localhost kernel: nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or
Nov 14 20:43:39 localhost kernel: sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[root@localhost log]# cat messages | grep warning
Nov 14 20:43:41 localhost kernel: warning: `dbus-daemon' uses deprecated v2 capabilities in a way that may be insecure.
[root@localhost log]#
[root@localhost log]# cat messages | grep nf_conntrack
Oct 18 12:30:02 localhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Oct 25 17:38:03 localhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Oct 26 17:05:20 localhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Nov 14 19:29:17 localhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Nov 14 20:35:10 localhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Nov 14 20:43:39 localhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Nov 14 20:43:39 localhost kernel: nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or
Nov 14 20:43:39 localhost kernel: sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[root@localhost log]# cat messages | grep warning
Nov 14 20:43:41 localhost kernel: warning: `dbus-daemon' uses deprecated v2 capabilities in a way that may be insecure.
[root@localhost log]#
concernant le warning dbus-daemon :
https://bugzilla.redhat.com/show_bug.cgi?id=453012
concernant nf_conntrack, des explications ici :
-What: CONFIG_NF_CT_ACCT
-When: 2.6.29
-Why: Accounting can now be enabled/disabled without kernel recompilation.
- Currently used only to set a default value for a feature that is also
- controlled by a kernel/module/sysfs/sysctl parameter.
-Who: Krzysztof Piotr Oledzki <ole@ans.pl>
source: https://lkml.org/lkml/2008/7/24/217
explications aussi ici :
https://forum.hardware.fr/hfr/OSAlternatifs/Debats/noyau-version-brouettes-sujet_24424_157.htm
https://bugzilla.redhat.com/show_bug.cgi?id=453012
concernant nf_conntrack, des explications ici :
-What: CONFIG_NF_CT_ACCT
-When: 2.6.29
-Why: Accounting can now be enabled/disabled without kernel recompilation.
- Currently used only to set a default value for a feature that is also
- controlled by a kernel/module/sysfs/sysctl parameter.
-Who: Krzysztof Piotr Oledzki <ole@ans.pl>
source: https://lkml.org/lkml/2008/7/24/217
explications aussi ici :
https://forum.hardware.fr/hfr/OSAlternatifs/Debats/noyau-version-brouettes-sujet_24424_157.htm
Re -,
sur gentoo :
suppression de CONFIG_NF_CT_ACCT (+ divers autres modules) = noyau en phase de recompilation !
18:58:46 root@gentoo:/var/log $ uname -r
2.6.30-gentoo-r5
18:58:55 root@gentoo:/var/log $
@ suivre ....
sur gentoo :
suppression de CONFIG_NF_CT_ACCT (+ divers autres modules) = noyau en phase de recompilation !
18:58:46 root@gentoo:/var/log $ uname -r
2.6.30-gentoo-r5
18:58:55 root@gentoo:/var/log $
@ suivre ....
bonjour
au fait au lieu de t'emer... a reconfigurer ton menu.lst
ecrit des lignes comme celle ci
tittle fedora
root(hdx,x)
configfile /grub/menu.lst
a+
au fait au lieu de t'emer... a reconfigurer ton menu.lst
ecrit des lignes comme celle ci
tittle fedora
root(hdx,x)
configfile /grub/menu.lst
a+
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question