Fan Yang a écrit : > Hello, > I have recently installed Gentoo 2007.0 on an old Dell PowerEdge > 400sc box. As the title says, I am using ATI Rage XL graphic card with > 8MB memory and Proview PL716s LCD monitor. For some reason, X -configure > doesn't give me a xorg.conf with error > [code] > List of video drivers: > fglrx > > Backtrace: > 0: X(xf86SigHandler+0x84) [0x80c0334] > 1: [0xffffe420] > 2: X(xf86memcpy+0x2b) [0x80ab62b] > 3: /usr/lib/xorg/modules/drivers//fglrx_drv.so(atiddxProbeMain+0x13d) > [0xb759db1d] > 4: X(DoConfigure+0x20c) [0x80b15cc] > 5: X(InitOutput+0x66a) [0x809fc3a] > 6: X(main+0x27b) [0x806e39b] > 7: /lib/libc.so.6(__libc_start_main+0xd8) [0xb7d33838] > 8: X(FontFileCompleteXLFD+0xa1) [0x806d8e1] > > Fatal server error: > Caught signal 11. Server aborting > Aborted > [/code] > I tried manual configuration with xorgcfg using the syn rage given by > the LCD manual (Horizontal 31-80, Vertical 60-75) and using aticonfig to > get a modified xorg.conf as follows: > [code] > Section "ServerLayout" > Identifier "Layout0" > Screen 0 "aticonfig-Screen[0]" 0 0 > InputDevice "Keyboard0" "CoreKeyboard" > InputDevice "Mouse0" "CorePointer" > EndSection > > Section "Files" > EndSection > > Section "Module" > Load "freetype" > # Load "xtt" > Load "extmod" > Load "glx" > Load "dri" > Load "dbe" > Load "record" > Load "xtrap" > Load "type1" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "Auto" > Option "Emulate3Buttons" > Option "Device" "/dev/input/mouse0" > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > Option "XkbModel" "pc101" > Option "XkbLayout" "us" > EndSection > > Section "Monitor" > > ### Comment all HorizSync and VertRefresh values to use DDC: > Identifier "Monitor0" > HorizSync 31.0 - 80.0 > VertRefresh 60.0 - 75.0 > EndSection > > Section "Monitor" > Identifier "aticonfig-Monitor[0]" > HorizSync 31.0 - 80.0 > VertRefresh 60.0 - 75.0 > Option "VendorName" "ATI Proprietary Driver" > Option "ModelName" "Generic Autodetecting Monitor" > Option "DPMS" "true" > EndSection > > Section "Device" > Identifier "Card0" > Driver "r128" > Card "** ATI Rage 128 based (generic) [r128]" > EndSection > > Section "Device" > Identifier "aticonfig-Device[0]" > Driver "fglrx" > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" > DefaultDepth 16 > SubSection "Display" > Viewport 0 0 > Depth 16 > Modes "1024x768" > EndSubSection > EndSection > > Section "Screen" > Identifier "aticonfig-Screen[0]" > Device "aticonfig-Device[0]" > Monitor "aticonfig-Monitor[0]" > DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > EndSubSection > EndSection > > [/code] > startx still fails. /var/log/Xorg.0.log is > [code] > _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 > _XSERVTransOpen: transport open failed for inet6/localhost:0 > _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
You can see there that X is unable to open an ipv6 socket so : - check you have ipv6 built in your current kernel as builtin or module - if the previous proposition is true, so check you have an alias ipv6 for localhost in your /etc/hosts - if you don't need ipv6, add "x11-base/xorg-server -ipv6" to your /etc/portage/package.use and reemerge xorg-server to make it not to use ipv6 After that, it will works fine ;) > X Window System Version 7.2.0 > Release Date: 22 January 2007 > X Protocol Version 11, Revision 0, Release 7.2 > Build Operating System: Linux 2.6.21-gentoo-r4 i686 > Current Operating System: Linux localhost 2.6.21-gentoo-r4 #1 SMP Mon > Aug 6 14:50:57 PDT 2007 i686 > Build Date: 07 August 2007 > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Module Loader present > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug 8 10:33:25 2007 > (++) Using config file: "/etc/X11/xorg.conf" > (==) ServerLayout "Layout0" > (**) |-->Screen "aticonfig-Screen[0]" (0) > (**) | |-->Monitor "aticonfig-Monitor[0]" > (**) | |-->Device "aticonfig-Device[0]" > (**) |-->Input Device "Keyboard0" > (**) |-->Input Device "Mouse0" > (WW) The directory "/usr/share/fonts/TTF/" does not exist. > Entry deleted from font path. > (WW) The directory "/usr/share/fonts/OTF" does not exist. > Entry deleted from font path. > (==) FontPath set to: > /usr/share/fonts/misc/, > /usr/share/fonts/Type1/, > /usr/share/fonts/100dpi/, > /usr/share/fonts/75dpi/ > (==) RgbPath set to "/usr/share/X11/rgb" > (==) ModulePath set to "/usr/lib/xorg/modules" > (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) > (II) No APM support in BIOS or kernel > (II) Loader magic: 0x81c42e0 > (II) Module ABI versions: > X.Org ANSI C Emulation: 0.3 > X.Org Video Driver: 1.1 > X.Org XInput driver : 0.7 > X.Org Server Extension : 0.3 > X.Org Font Renderer : 0.5 > (II) Loader running on linux > (II) LoadModule: "pcidata" > (II) Loading /usr/lib/xorg/modules//libpcidata.so > (II) Module pcidata: vendor="X.Org Foundation" > compiled for 7.2.0, module version = 1.0.0 > ABI class: X.Org Video Driver, version 1.1 > (--) using VT number 7 > > (II) PCI: PCI scan (all values are in hex) > (II) PCI: 00:00:0: chip 8086,2578 card 1028,0162 rev 02 class 06,00,00 > hdr 00 > (II) PCI: 00:01:0: chip 8086,2579 card 0000,0000 rev 02 class 06,04,00 > hdr 01 > (II) PCI: 00:1d:0: chip 8086,24d2 card 1028,0162 rev 02 class 0c,03,00 > hdr 80 > (II) PCI: 00:1d:1: chip 8086,24d4 card 1028,0162 rev 02 class 0c,03,00 > hdr 00 > (II) PCI: 00:1d:2: chip 8086,24d7 card 1028,0162 rev 02 class 0c,03,00 > hdr 00 > (II) PCI: 00:1d:3: chip 8086,24de card 1028,0162 rev 02 class 0c,03,00 > hdr 00 > (II) PCI: 00:1d:7: chip 8086,24dd card 1028,0162 rev 02 class 0c,03,20 > hdr 00 > (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 > hdr 01 > (II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 > hdr 80 > (II) PCI: 00:1f:1: chip 8086,24db card 1028,0162 rev 02 class 01,01,8a > hdr 00 > (II) PCI: 00:1f:2: chip 8086,24d1 card 1028,0162 rev 02 class 01,01,8f > hdr 00 > (II) PCI: 00:1f:3: chip 8086,24d3 card 1028,0162 rev 02 class 0c,05,00 > hdr 00 > (II) PCI: 00:1f:5: chip 8086,24d5 card 1028,0162 rev 02 class 04,01,00 > hdr 00 > (II) PCI: 02:00:0: chip 1002,4752 card 1002,8008 rev 27 class 03,00,00 > hdr 00 > (II) PCI: 02:0c:0: chip 8086,100e card 1028,0156 rev 02 class 02,00,00 > hdr 00 > (II) PCI: End of PCI scan > (II) Intel Bridge workaround enabled > (II) Host-to-PCI bridge: > (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set) > (II) Bus 0 I/O range: > [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] > (II) Bus 0 non-prefetchable memory range: > [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > (II) Bus 0 prefetchable memory range: > [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > (II) PCI-to-PCI bridge: > (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0000 (VGA_EN is > cleared) > (II) Subtractive PCI-to-PCI bridge: > (II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000a (VGA_EN is set) > (II) Bus 2 I/O range: > [0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B] > (II) Bus 2 non-prefetchable memory range: > [0] -1 0 0xfd000000 - 0xfeafffff (0x1b00000) MX[B] > (II) Bus 2 prefetchable memory range: > [0] -1 0 0x30000000 - 0x300fffff (0x100000) MX[B] > (II) PCI-to-ISA bridge: > (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is > set) > (--) PCI:*(2:0:0) ATI Technologies Inc Rage XL rev 39, Mem @ > 0xfd000000/24, 0xfe9df000/12, I/O @ 0xde00/8, BIOS @ 0xfea00000/17 > (II) Addressable bus resource ranges are > [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] > (II) OS-reported resource ranges: > [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > (II) PCI Memory resource overlap reduced 0xf0000000 from 0xf7ffffff to > 0xefffffff > (II) Active PCI resource ranges: > [0] -1 0 0xfe9e0000 - 0xfe9fffff (0x20000) MX[B] > [1] -1 0 0xfebff900 - 0xfebff9ff (0x100) MX[B] > [2] -1 0 0xfebffa00 - 0xfebffbff (0x200) MX[B] > [3] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B] > [4] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B] > [5] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O > [6] -1 0 0x30000000 - 0x3001ffff (0x20000) MX[B](B) > [7] -1 0 0xfe9df000 - 0xfe9dffff (0x1000) MX[B](B) > [8] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) > [9] -1 0 0x0000ddc0 - 0x0000ddff (0x40) IX[B] > [10] -1 0 0x0000edc0 - 0x0000edff (0x40) IX[B] > [11] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B] > [12] -1 0 0x0000eda0 - 0x0000edbf (0x20) IX[B] > [13] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B] > [14] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B] > [15] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B] > [16] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B] > [17] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B] > [18] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] > [19] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] > [20] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] > [21] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] > [22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] > [23] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B] > [24] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B] > [25] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B] > [26] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B] > [27] -1 0 0x0000de00 - 0x0000deff (0x100) IX[B](B) > (II) Active PCI resource ranges after removing overlaps: > [0] -1 0 0xfe9e0000 - 0xfe9fffff (0x20000) MX[B] > [1] -1 0 0xfebff900 - 0xfebff9ff (0x100) MX[B] > [2] -1 0 0xfebffa00 - 0xfebffbff (0x200) MX[B] > [3] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B] > [4] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B] > [5] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O > [6] -1 0 0x30000000 - 0x3001ffff (0x20000) MX[B](B) > [7] -1 0 0xfe9df000 - 0xfe9dffff (0x1000) MX[B](B) > [8] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) > [9] -1 0 0x0000ddc0 - 0x0000ddff (0x40) IX[B] > [10] -1 0 0x0000edc0 - 0x0000edff (0x40) IX[B] > [11] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B] > [12] -1 0 0x0000eda0 - 0x0000edbf (0x20) IX[B] > [13] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B] > [14] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B] > [15] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B] > [16] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B] > [17] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B] > [18] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] > [19] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] > [20] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] > [21] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] > [22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] > [23] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B] > [24] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B] > [25] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B] > [26] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B] > [27] -1 0 0x0000de00 - 0x0000deff (0x100) IX[B](B) > (II) OS-reported resource ranges after removing overlaps with PCI: > [0] -1 0 0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B) > [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > (II) All system resource ranges: > [0] -1 0 0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B) > [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [4] -1 0 0xfe9e0000 - 0xfe9fffff (0x20000) MX[B] > [5] -1 0 0xfebff900 - 0xfebff9ff (0x100) MX[B] > [6] -1 0 0xfebffa00 - 0xfebffbff (0x200) MX[B] > [7] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B] > [8] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B] > [9] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O > [10] -1 0 0x30000000 - 0x3001ffff (0x20000) MX[B](B) > [11] -1 0 0xfe9df000 - 0xfe9dffff (0x1000) MX[B](B) > [12] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) > [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [15] -1 0 0x0000ddc0 - 0x0000ddff (0x40) IX[B] > [16] -1 0 0x0000edc0 - 0x0000edff (0x40) IX[B] > [17] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B] > [18] -1 0 0x0000eda0 - 0x0000edbf (0x20) IX[B] > [19] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B] > [20] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B] > [21] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B] > [22] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B] > [23] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B] > [24] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] > [25] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] > [26] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] > [27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] > [28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] > [29] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B] > [30] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B] > [31] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B] > [32] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B] > [33] -1 0 0x0000de00 - 0x0000deff (0x100) IX[B](B) > (II) LoadModule: "freetype" > (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so > (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" > compiled for 7.2.0, module version = 2.1.0 > Module class: X.Org Font Renderer > ABI class: X.Org Font Renderer, version 0.5 > (II) Loading font FreeType > (II) LoadModule: "extmod" > (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so > (II) Module extmod: vendor="X.Org Foundation" > compiled for 7.2.0, module version = 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 0.3 > (II) Loading extension SHAPE > (II) Loading extension MIT-SUNDRY-NONSTANDARD > (II) Loading extension BIG-REQUESTS > (II) Loading extension SYNC > (II) Loading extension MIT-SCREEN-SAVER > (II) Loading extension XC-MISC > (II) Loading extension XFree86-VidModeExtension > (II) Loading extension XFree86-Misc > (II) Loading extension XFree86-DGA > (II) Loading extension DPMS > (II) Loading extension TOG-CUP > (II) Loading extension Extended-Visual-Information > (II) Loading extension XVideo > (II) Loading extension XVideo-MotionCompensation > (II) Loading extension X-Resource > (II) LoadModule: "glx" > (II) Loading /usr/lib/xorg/modules/extensions//libglx.so > (II) Module glx: vendor=" X.Org Foundation" > compiled for 7.2.0, module version = 1.0.0 > ABI class: X.Org Server Extension, version 0.3 > (==) AIGLX enabled > (II) Loading extension GLX > (II) LoadModule: "dri" > (II) Loading /usr/lib/xorg/modules/extensions//libdri.so > (II) Module dri: vendor="X.Org Foundation" > compiled for 7.2.0, module version = 1.0.0 > ABI class: X.Org Server Extension, version 0.3 > (II) Loading extension XFree86-DRI > (II) LoadModule: "dbe" > (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so > (II) Module dbe: vendor="X.Org Foundation" > compiled for 7.2.0, module version = 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 0.3 > (II) Loading extension DOUBLE-BUFFER > (II) LoadModule: "record" > (II) Loading /usr/lib/xorg/modules/extensions//librecord.so > (II) Module record: vendor="X.Org Foundation" > compiled for 7.2.0, module version = 1.13.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 0.3 > (II) Loading extension RECORD > (II) LoadModule: "xtrap" > (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so > (II) Module xtrap: vendor="X.Org Foundation" > compiled for 7.2.0, module version = 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 0.3 > (II) Loading extension DEC-XTRAP > (II) LoadModule: "type1" > (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so > (II) Module type1: vendor=" X.Org Foundation" > compiled for 7.2.0, module version = 1.0.2 > Module class: X.Org Font Renderer > ABI class: X.Org Font Renderer, version 0.5 > (II) Loading font Type1 > (II) LoadModule: "fglrx" > (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so > (II) Module fglrx: vendor="FireGL - ATI Technologies Inc." > compiled for 7.1.0, module version = 8.35.5 > Module class: X.Org Video Driver > ABI class: X.Org Video Driver, version 1.0 > (II) LoadModule: "kbd" > (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so > (II) Module kbd: vendor="X.Org Foundation" > compiled for 7.2.0, module version = 1.1.0 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 0.7 > (II) LoadModule: "mouse" > (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so > (II) Module mouse: vendor="X.Org Foundation" > compiled for 7.2.0, module version = 1.1.1 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 0.7 > (II) Primary Device is: PCI 02:00:0 > (II) ATI Proprietary Linux Driver Version Identifier:8.35.5 > (II) ATI Proprietary Linux Driver Release Identifier: LGDr8.35g1 > > (II) ATI Proprietary Linux Driver Build Date: Mar 27 2007 12:13:03 > (II) ATI Proprietary Linux Driver Build Information: > autobuild-rel-r6-8.35.1.1.2.3-driver-lnx-x86-x86_64-334085 > (--) Assigning device section with no busID to primary device > (EE) No devices detected. > > Fatal server error: > no screens found > > [/code] > I am trying to find a tutorial to fix this and get X11 working. Any > input will be gratefully appreciated. > > Thank you! > > ps: After posting this to gentoo desktop forum, I found some related > information in this list. But still got a little confused about which I > should use for VIDEO_CARD and USE. Am I supposed to recompile the kernel > as wiki says? It is also possible something else is wrong, since the > first error I have in the log file is about inet6. Sorry for the long > mail and thanks in advance! Reqards, Xavier Parizet -- http://www.linuxant.fr
signature.asc
Description: OpenPGP digital signature