IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Debian Discussion :

probléme UFS sous debian etch avec kernel 2.6.24


Sujet :

Debian

  1. #1
    Candidat au Club
    Profil pro
    Inscrit en
    Février 2008
    Messages
    9
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2008
    Messages : 9
    Points : 4
    Points
    4
    Par défaut probléme UFS sous debian etch avec kernel 2.6.24
    Bonjour,

    Après une recompilation de mon noyau 2.6.24 , au boot j'ai ce message
    qui n'est pas bloquant :

    You didn't specify the type of your ufs filesystem

    mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2
    |5xbsd|old|hp|nextstep|
    nextstep-cd| openstep ...

    >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old

    Q'en pensez vous ?

    Sachant que je n'ai viré que le support ISDN et le support telephonie , donc je vois pas le rapport avec le systeme de fichier unix.

    Voici mon fstab :

    # /etc/fstab: static file system information.
    #
    #
    proc /proc proc defaults 0 0
    /dev/hda1 / ext3 defaults,errors=remount-ro 0 1
    /dev/hda6 /home ext3 defaults 0 2
    /dev/hda5 none swap sw 0 0
    /dev/hdc /media/cdrom0 iso9660 ro,user,noauto 0 0
    /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0

  2. #2
    Membre éprouvé
    Avatar de matrix788
    Profil pro
    Inscrit en
    Juin 2002
    Messages
    740
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juin 2002
    Messages : 740
    Points : 1 056
    Points
    1 056
    Billets dans le blog
    2
    Par défaut
    /media/cdrom0 udf,iso9660 user,noauto

    si tu rajoutes, çà va mieux ?

  3. #3
    Candidat au Club
    Profil pro
    Inscrit en
    Février 2008
    Messages
    9
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2008
    Messages : 9
    Points : 4
    Points
    4
    Par défaut
    merci pour le retour , mais quel est le rapport entre UFS et UDF ?

  4. #4
    Membre éclairé Avatar de Pilru
    Homme Profil pro
    Dev ASP.NET/jQuery ; Admin ORACLE
    Inscrit en
    Septembre 2007
    Messages
    491
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Dev ASP.NET/jQuery ; Admin ORACLE

    Informations forums :
    Inscription : Septembre 2007
    Messages : 491
    Points : 833
    Points
    833
    Par défaut
    A quel moment du boot ce message apparait-il ?

  5. #5
    Candidat au Club
    Profil pro
    Inscrit en
    Février 2008
    Messages
    9
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2008
    Messages : 9
    Points : 4
    Points
    4
    Par défaut
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    19:52 gregoonix@debian ~% dmesg
    Linux version 2.6.24 (root@debian) (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #7 Wed Feb 20 21:01:17 CET 2008
    BIOS-provided physical RAM map:
     BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
     BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
     BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
     BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
     BIOS-e820: 0000000000100000 - 000000005ff60000 (usable)
     BIOS-e820: 000000005ff60000 - 000000005ff78000 (ACPI data)
     BIOS-e820: 000000005ff78000 - 000000005ff7a000 (ACPI NVS)
     BIOS-e820: 000000005ff80000 - 0000000060000000 (reserved)
     BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
    639MB HIGHMEM available.
    896MB LOWMEM available.
    Entering add_active_range(0, 0, 393056) 0 entries of 256 used
    Zone PFN ranges:
      DMA             0 ->     4096
      Normal       4096 ->   229376
      HighMem    229376 ->   393056
    Movable zone start PFN for each node
    early_node_map[1] active PFN ranges
        0:        0 ->   393056
    On node 0 totalpages: 393056
      DMA zone: 32 pages used for memmap
      DMA zone: 0 pages reserved
      DMA zone: 4064 pages, LIFO batch:0
      Normal zone: 1760 pages used for memmap
      Normal zone: 223520 pages, LIFO batch:31
      HighMem zone: 1278 pages used for memmap
      HighMem zone: 162402 pages, LIFO batch:31
      Movable zone: 0 pages used for memmap
    DMI present.
    ACPI: RSDP 000F6B40, 0024 (r2 IBM   )
    ACPI: XSDT 5FF6B321, 004C (r1 IBM    TP-1Q        2140  LTP        0)
    ACPI: FACP 5FF6B400, 00F4 (r3 IBM    TP-1Q        2140 IBM         1)
    ACPI Warning (tbfadt-0442): Optional field "Gpe1Block" has zero address or length: 000000000000102C/0 [20070126]
    ACPI: DSDT 5FF6B5E7, C881 (r1 IBM    TP-1Q        2140 MSFT  100000E)
    ACPI: FACS 5FF79000, 0040
    ACPI: SSDT 5FF6B5B4, 0033 (r1 IBM    TP-1Q        2140 MSFT  100000E)
    ACPI: ECDT 5FF77E68, 0052 (r1 IBM    TP-1Q        2140 IBM         1)
    ACPI: TCPA 5FF77EBA, 0032 (r1 IBM    TP-1Q        2140 PTL         1)
    ACPI: BOOT 5FF77FD8, 0028 (r1 IBM    TP-1Q        2140  LTP        1)
    ACPI: PM-Timer IO Port: 0x1008
    Allocating PCI resources starting at 70000000 (gap: 60000000:9f800000)
    Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 389986
    Kernel command line: root=/dev/hda1 ro
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    PID hash table entries: 4096 (order: 12, 16384 bytes)
    Detected 1398.847 MHz processor.
    Console: colour VGA+ 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Memory: 1550204k/1572224k available (1620k kernel code, 20740k reserved, 663k data, 188k init, 654720k highmem)
    virtual kernel memory layout:
        fixmap  : 0xfffe9000 - 0xfffff000   (  88 kB)
        pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
        vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
        lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
          .init : 0xc033e000 - 0xc036d000   ( 188 kB)
          .data : 0xc029537a - 0xc033b204   ( 663 kB)
          .text : 0xc0100000 - 0xc029537a   (1620 kB)
    Checking if this processor honours the WP bit even in supervisor mode... Ok.
    Calibrating delay using timer specific routine.. 2798.56 BogoMIPS (lpj=1399281)
    Security Framework initialized
    SELinux:  Disabled at boot.
    Capability LSM initialized
    Mount-cache hash table entries: 512
    CPU: After generic identify, caps: a7e9f9bf 00000000 00000000 00000000 00000180 00000000 00000000 00000000
    CPU: L1 I cache: 32K, L1 D cache: 32K
    CPU: L2 cache: 1024K
    CPU: After all inits, caps: a7e9f9bf 00000000 00000000 00002040 00000180 00000000 00000000 00000000
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    Compat vDSO mapped to ffffe000.
    CPU: Intel(R) Pentium(R) M processor 1400MHz stepping 05
    Checking 'hlt' instruction... OK.
    Freeing SMP alternatives: 0k freed
    ACPI: Core revision 20070126
    ACPI: setting ELCR to 0200 (from 0800)
    net_namespace: 64 bytes
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: PCI BIOS revision 2.10 entry at 0xfd8d6, last bus=8
    PCI: Using configuration type 1
    Setting up standard PCI resources
    ACPI: EC: EC description table is found, configuring boot EC
    ACPI: EC: non-query interrupt received, switching to interrupt mode
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S5)
    ACPI: Using PIC for interrupt routing
    ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
    ACPI: EC: driver started in poll mode
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    PCI quirk: region 1000-107f claimed by ICH4 ACPI/GPIO/TCO
    PCI quirk: region 1180-11bf claimed by ICH4 GPIO
    PCI: Transparent bridge - 0000:00:1e.0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
    ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
    ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: EC: non-query interrupt received, switching to interrupt mode
    ACPI: Power Resource [PUBS] (on)
    Linux Plug and Play Support v0.97 (c) Adam Belay
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnpacpi: exceeded the max number of mem resources: 12
    pnp: PnP ACPI: found 12 devices
    ACPI: ACPI bus type pnp unregistered
    PnPBIOS: Disabled by ACPI PNP
    PCI: Using ACPI for IRQ routing
    PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
    NET: Registered protocol family 8
    NET: Registered protocol family 20
    Time: tsc clocksource has been installed.
    system 00:00: iomem range 0x0-0x9ffff could not be reserved
    system 00:00: iomem range 0xc0000-0xc3fff could not be reserved
    system 00:00: iomem range 0xc4000-0xc7fff could not be reserved
    system 00:00: iomem range 0xc8000-0xcbfff could not be reserved
    system 00:00: iomem range 0xcc000-0xcffff could not be reserved
    system 00:00: iomem range 0xd0000-0xd3fff could not be reserved
    system 00:00: iomem range 0x0-0x0 could not be reserved
    system 00:00: iomem range 0x0-0x0 could not be reserved
    system 00:00: iomem range 0xdc000-0xdffff has been reserved
    system 00:00: iomem range 0xe0000-0xe3fff could not be reserved
    system 00:00: iomem range 0xe4000-0xe7fff could not be reserved
    system 00:00: iomem range 0xe8000-0xebfff could not be reserved
    system 00:02: ioport range 0x1000-0x107f has been reserved
    system 00:02: ioport range 0x1180-0x11bf has been reserved
    system 00:02: ioport range 0x15e0-0x15ef has been reserved
    system 00:02: ioport range 0x1600-0x167f has been reserved
    PCI: Bridge: 0000:00:01.0
      IO window: 3000-3fff
      MEM window: c0100000-c01fffff
      PREFETCH window: e0000000-e7ffffff
    PCI: Bus 3, cardbus bridge: 0000:02:00.0
      IO window: 00004000-000040ff
      IO window: 00004400-000044ff
      PREFETCH window: e8000000-ebffffff
      MEM window: c4000000-c7ffffff
    PCI: Bus 7, cardbus bridge: 0000:02:00.1
      IO window: 00004800-000048ff
      IO window: 00004c00-00004cff
      PREFETCH window: ec000000-efffffff
      MEM window: c8000000-cbffffff
    PCI: Bridge: 0000:00:1e.0
      IO window: 4000-8fff
      MEM window: c0200000-cfffffff
      PREFETCH window: e8000000-efffffff
    PCI: Setting latency timer of device 0000:00:1e.0 to 64
    ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
    PCI: setting IRQ 11 as level-triggered
    ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
    ACPI: PCI Interrupt 0000:02:00.1[B] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    checking if image is initramfs...it isn't (bad gzip magic numbers); looks like an initrd
    Freeing initrd memory: 4936k freed
    Simple Boot Flag at 0x35 set to 0x1
    audit: initializing netlink socket (disabled)
    audit(1203619691.188:1): initialized
    highmem bounce pool size: 64 pages
    VFS: Disk quotas dquot_6.5.1
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    Boot video device is 0000:01:00.0
    PCI: Firmware left 0000:02:08.0 e100 interrupts enabled, disabling
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
    serial 00:09: activated
    00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
    ACPI: PCI Interrupt 0000:00:1f.6[B] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
    ACPI: PCI interrupt for device 0000:00:1f.6 disabled
    RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
    PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    Linux telephony interface: v1.00
    TCP bic registered
    NET: Registered protocol family 1
    NET: Registered protocol family 17
    Using IPI Shortcut mode
    RAMDISK: cramfs filesystem found at block 0
    RAMDISK: Loading 4936KiB [1 disk] into ram disk... done.
    VFS: Mounted root (cramfs filesystem) readonly.
    input: AT Translated Set 2 keyboard as /class/input/input0
    Freeing unused kernel memory: 188k freed
    Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
    ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    ICH4: IDE controller (0x8086:0x24ca rev 0x01) at  PCI slot 0000:00:1f.1
    PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
    ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
    ACPI: PCI Interrupt 0000:00:1f.1[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
    ICH4: not 100% native mode: will probe irqs later
        ide0: BM-DMA at 0x1860-0x1867, BIOS settings: hda:DMA, hdb:pio
        ide1: BM-DMA at 0x1868-0x186f, BIOS settings: hdc:pio, hdd:pio
    Probing IDE interface ide0...
    hda: IC25N040ATMR04-0, ATA DISK drive
    hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
    hda: UDMA/100 mode selected
    ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    Probing IDE interface ide1...
    Probing IDE interface ide1...
    hda: max request size: 128KiB
    hda: 78140160 sectors (40007 MB) w/1740KiB Cache, CHS=65535/16/63
    hda: cache flushes supported
     hda: hda1 hda2 < hda5 hda6 >
    You didn't specify the type of your ufs filesystem
     
    mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
     
    >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
    ufs_read_super: bad magic number
    kjournald starting.  Commit interval 5 seconds
    EXT3-fs: mounted filesystem with ordered data mode.
    input: PC Speaker as /class/input/input1
    Real Time Clock Driver v1.12ac
    intel_rng: FWH not detected
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    Linux agpgart interface v0.102
    ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
    ACPI: Processor [CPU] (supports 8 throttling states)
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    input: Power Button (FF) as /class/input/input2
    ACPI: Power Button (FF) [PWRF]
    input: Lid Switch as /class/input/input3
    ACPI: Lid Switch [LID]
    input: Sleep Button (CM) as /class/input/input4
    ACPI: Sleep Button (CM) [SLPB]
    agpgart: Detected an Intel 855PM Chipset.
    agpgart: AGP aperture is 256M @ 0xd0000000
    USB Universal Host Controller Interface driver v3.0
    ACPI: PCI Interrupt 0000:00:1d.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    PCI: Setting latency timer of device 0000:00:1d.0 to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    uhci_hcd 0000:00:1d.0: irq 11, io base 0x00001800
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 2 ports detected
    ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
    ACPI: PCI Interrupt 0000:00:1d.1[B] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
    PCI: Setting latency timer of device 0000:00:1d.1 to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:1d.1: irq 11, io base 0x00001820
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    ACPI: Thermal Zone [THM0] (23 C)
    ACPI: PCI Interrupt 0000:00:1d.2[C] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
    PCI: Setting latency timer of device 0000:00:1d.2 to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1d.2: irq 11, io base 0x00001840
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    IBM TrackPoint firmware: 0x0e, buttons: 3/3
    input: TPPS/2 IBM TrackPoint as /class/input/input5
    ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
    ACPI: PCI Interrupt 0000:00:1d.7[D] -> Link [LNKH] -> GSI 11 (level, low) -> IRQ 11
    PCI: Setting latency timer of device 0000:00:1d.7 to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4
    ehci_hcd 0000:00:1d.7: debug port 1
    PCI: cache line size of 32 is not supported by device 0000:00:1d.7
    ehci_hcd 0000:00:1d.7: irq 11, io mem 0xc0000000
    parport_pc 00:0a: activated
    parport_pc 00:0a: reported by Plug and Play ACPI
    parport0: PC-style at 0x3bc, irq 7 [PCSPP,TRISTATE]
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
    usb usb4: configuration #1 chosen from 1 choice
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 6 ports detected
    ACPI: PCI Interrupt 0000:00:1f.3[B] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
    ACPI: AC Adapter [AC] (on-line)
    ACPI: Battery Slot [BAT0] (battery absent)
    airo(): Probing for PCI adapters
    ACPI: PCI Interrupt 0000:02:02.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
    airo(): Found an MPI350 card
    e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI
    e100: Copyright(c) 1999-2006 Intel Corporation
    usb 2-1: new low speed USB device using uhci_hcd and address 2
    usb 2-1: configuration #1 chosen from 1 choice
    Marking TSC unstable due to: possible TSC halt in C2.
    Time: acpi_pm clocksource has been installed.
    usbcore: registered new interface driver hiddev
    input: Logitech Optical USB Mouse as /class/input/input6
    input: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:1d.1-1
    usbcore: registered new interface driver usbhid
    drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
    padlock: VIA PadLock not detected.
    airo(): WPA is supported.
    airo(eth0): MAC enabled 00:02:8a:dd:c0:51
    airo(): Finished probing for PCI adapters
    ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 11
    ACPI: PCI Interrupt 0000:02:08.0[A] -> Link [LNKE] -> GSI 11 (level, low) -> IRQ 11
    e100: eth1: e100_probe: addr 0xc0204000, irq 11, MAC addr 00:0d:60:77:5a:91
    ACPI: PCI Interrupt 0000:00:1f.6[B] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
    PCI: Setting latency timer of device 0000:00:1f.6 to 64
    Yenta: CardBus bridge found at 0000:02:00.0 [1014:0532]
    Yenta: ISA IRQ mask 0x0438, PCI irq 11
    Socket status: 30000006
    pcmcia: parent PCI bridge I/O window: 0x4000 - 0x8fff
    cs: IO port probe 0x4000-0x8fff: clean.
    pcmcia: parent PCI bridge Memory window: 0xc0200000 - 0xcfffffff
    pcmcia: parent PCI bridge Memory window: 0xe8000000 - 0xefffffff
    Yenta: CardBus bridge found at 0000:02:00.1 [1014:0532]
    Yenta: ISA IRQ mask 0x0438, PCI irq 11
    Socket status: 30000006
    pcmcia: parent PCI bridge I/O window: 0x4000 - 0x8fff
    cs: IO port probe 0x4000-0x8fff: clean.
    pcmcia: parent PCI bridge Memory window: 0xc0200000 - 0xcfffffff
    pcmcia: parent PCI bridge Memory window: 0xe8000000 - 0xefffffff
    ACPI: PCI Interrupt 0000:02:00.2[C] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
    ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[11]  MMIO=[c0205000-c02057ff]  Max Packet=[2048]  IR/IT contexts=[4/4]
    ACPI: PCI Interrupt 0000:00:1f.5[B] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
    PCI: Setting latency timer of device 0000:00:1f.5 to 64
    cs: IO port probe 0x100-0x3af: clean.
    cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
    cs: IO port probe 0x820-0x8ff: clean.
    cs: IO port probe 0xc00-0xcf7: clean.
    cs: IO port probe 0xa00-0xaff: clean.
    cs: IO port probe 0x100-0x3af: clean.
    cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
    cs: IO port probe 0x820-0x8ff: clean.
    cs: IO port probe 0xc00-0xcf7: clean.
    cs: IO port probe 0xa00-0xaff: clean.
    intel8x0_measure_ac97_clock: measured 50418 usecs
    intel8x0: clocking to 48000
    ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00061b020122403a]
    Adding 1389580k swap on /dev/hda5.  Priority:-1 extents:1 across:1389580k
    EXT3 FS on hda1, internal journal
    loop: module loaded
    SCSI subsystem initialized
    device-mapper: ioctl: 4.12.0-ioctl (2007-10-02) initialised: dm-devel@redhat.comkjournald starting.  Commit interval 5 seconds
    EXT3 FS on hda6, internal journal
    EXT3-fs: mounted filesystem with ordered data mode.
    Clocksource tsc unstable (delta = -249873388 ns)
    e100: eth2: e100_watchdog: link up, 100Mbps, full-duplex
    [drm] Initialized drm 1.1.0 20060810
    ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    [drm] Initialized radeon 1.28.0 20060524 on minor 0
    agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
    agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode
    agpgart: Putting AGP V2 device at 0000:01:00.0 into 1x mode
    [drm] Setting GART location based on new memory map
    [drm] writeback test succeeded in 2 usecs

  6. #6
    Membre éclairé Avatar de Pilru
    Homme Profil pro
    Dev ASP.NET/jQuery ; Admin ORACLE
    Inscrit en
    Septembre 2007
    Messages
    491
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Dev ASP.NET/jQuery ; Admin ORACLE

    Informations forums :
    Inscription : Septembre 2007
    Messages : 491
    Points : 833
    Points
    833
    Par défaut
    Y a quoi sur hda2 ?

  7. #7
    Candidat au Club
    Profil pro
    Inscrit en
    Février 2008
    Messages
    9
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2008
    Messages : 9
    Points : 4
    Points
    4
    Par défaut
    y'a rien

    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc defaults 0 0
    /dev/hda1 / ext3 defaults,errors=remount-ro 0 1
    /dev/hda6 /home ext3 defaults 0 2
    /dev/hda5 none swap sw 0 0
    /dev/hdc /media/cdrom0 iso9660 ro,user,noauto 0 0
    /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0

  8. #8
    Membre éclairé Avatar de Pilru
    Homme Profil pro
    Dev ASP.NET/jQuery ; Admin ORACLE
    Inscrit en
    Septembre 2007
    Messages
    491
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Dev ASP.NET/jQuery ; Admin ORACLE

    Informations forums :
    Inscription : Septembre 2007
    Messages : 491
    Points : 833
    Points
    833
    Par défaut
    Au temps pour moi, c'est la partition logique.
    T'aurais pas laisser un dvd dans un de tes lecteurs ?

  9. #9
    Candidat au Club
    Profil pro
    Inscrit en
    Février 2008
    Messages
    9
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2008
    Messages : 9
    Points : 4
    Points
    4
    Par défaut
    non pas de DVD

    Voici une hypothése donnée par un utilisateur sur un autre forum :

    Hypothèse:
    Y'a de bonnes chances qu'au démarrage tu montes un FS sans
    préciser le type de FS: le noyau essaie alors tous les types
    de FS; le code de UFS se plaint que le type UFS n'est pas
    préciser, puis se rend compte que ce n'est pas de l'UFS du
    tout.

    Dans ce cas, c'est sans gravité, et on peut le considérer
    comme un bug du code UFS.

    a priori c'est sans gravité mais c'est une hypothése

    C'est surtout pour le fait de ne pas savoir pourquoi il ya ce message au boot
    que je persiste , car au final ce n'est pas bloquant

    merci

  10. #10
    Membre éclairé Avatar de Pilru
    Homme Profil pro
    Dev ASP.NET/jQuery ; Admin ORACLE
    Inscrit en
    Septembre 2007
    Messages
    491
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Dev ASP.NET/jQuery ; Admin ORACLE

    Informations forums :
    Inscription : Septembre 2007
    Messages : 491
    Points : 833
    Points
    833
    Par défaut
    Regardes du côté de lilo.conf ou menu.lst (grub) si une option quelconque ne serait pas passé au noyau pour lui demander de monter une partition ufs.

    Vérifie la table de partitions du disque (cfdisk).

  11. #11
    Candidat au Club
    Profil pro
    Inscrit en
    Février 2008
    Messages
    9
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2008
    Messages : 9
    Points : 4
    Points
    4
    Par défaut
    cfdisk 2.12r

    Disk Drive: /dev/hda
    Size: 40007761920 bytes, 40.0 GB
    Heads: 255 Sectors per Track: 63 Cylinders: 4864

    Name Flags Part Type FS Type [Label] Size (MB)
    ------------------------------------------------------------------------------
    hda1 Boot Primary Linux ext3 6999,72
    hda5 Logical Linux swap / Solaris 1422,98
    hda6 Logical Linux ext3 31585,08

    la partition hda5 indique Solaris en plus du swap

    Comment puis je modifier cela pour ne pas qu'au boot il cherche une partition solaris ?

  12. #12
    Candidat au Club
    Profil pro
    Inscrit en
    Février 2008
    Messages
    9
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2008
    Messages : 9
    Points : 4
    Points
    4
    Par défaut
    voici le fdisk iltrouve bien une partition hda2:

    10:08 root@debian /home/gregoonix# fdisk -l

    Disk /dev/hda: 40.0 GB, 40007761920 bytes
    255 heads, 63 sectors/track, 4864 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/hda1 * 1 851 6835626 83 Linux
    /dev/hda2 852 4864 32234422+ 5 Extended
    /dev/hda5 852 1024 1389591 82 Linux swap / Solaris
    /dev/hda6 1025 4864 30844768+ 83 Linux

  13. #13
    Membre éclairé Avatar de Pilru
    Homme Profil pro
    Dev ASP.NET/jQuery ; Admin ORACLE
    Inscrit en
    Septembre 2007
    Messages
    491
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Dev ASP.NET/jQuery ; Admin ORACLE

    Informations forums :
    Inscription : Septembre 2007
    Messages : 491
    Points : 833
    Points
    833
    Par défaut
    hda2 est la partition étendu contenant hda5 et hda6.

    hda5 commence au cylindre 852 (comme hda2)
    hda6 termine au cylindre 4864 (comme hda2)

    Ta partition étendu est de type 5 (Dos Extended) alors que normalement, elle devrait être de type 85 (Linux étendue). Mais, cela n'a pas l'air de poser problème.

    Comment puis je modifier cela pour ne pas qu'au boot il cherche une partition solaris ?
    Vires la prise charge des partitions Solaris de ton noyau.

  14. #14
    Candidat au Club
    Profil pro
    Inscrit en
    Février 2008
    Messages
    9
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2008
    Messages : 9
    Points : 4
    Points
    4
    Par défaut
    ok mais ya un truc qui m'échappe

    J'ai aussi un noyau 2.6.18-6 par defaut sous ETCH

    Il m'affiche aussi solaris dans swap mais celà ne m'a jamais donner de message d'erreur au boot .

    Comme je l'ai dis précedemment il n'ya pas eu de modif FS lors de la recompilation du kernel 2.6.24

    Je vais tester tes recommandations concernat solaris dans le kernel

    Merci

  15. #15
    Membre éclairé Avatar de Pilru
    Homme Profil pro
    Dev ASP.NET/jQuery ; Admin ORACLE
    Inscrit en
    Septembre 2007
    Messages
    491
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Dev ASP.NET/jQuery ; Admin ORACLE

    Informations forums :
    Inscription : Septembre 2007
    Messages : 491
    Points : 833
    Points
    833
    Par défaut
    Citation Envoyé par gregoonix Voir le message
    J'ai aussi un noyau 2.6.18-6 par defaut sous ETCH
    Il m'affiche aussi solaris dans swap mais celà ne m'a jamais donner de message d'erreur au boot .
    Merci
    Ce n'est pas le noyau qui t'affiche Swap/Solaris pour le type de partition 82.

    Le noyau 2.6.18 doit avoir le support UFS en module.
    Vérifie que le noyau que tu compilé ne l'a pas en "dur" dans le noyau.

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Problème Avec Openldap (SLDAP) Sous Debian Etch
    Par Nouss dans le forum Administration système
    Réponses: 11
    Dernier message: 23/11/2008, 15h41
  2. compilation avec GCC 3.4.6 sous Debian Etch
    Par meufeu dans le forum Administration système
    Réponses: 1
    Dernier message: 18/10/2008, 03h55
  3. Problème d'installation ireport sous Debian etch.
    Par Ekimasu dans le forum Debian
    Réponses: 1
    Dernier message: 13/10/2008, 10h36
  4. Pb Avec saslauthd sous debian etch
    Par Nouss dans le forum Debian
    Réponses: 0
    Dernier message: 19/05/2008, 21h56
  5. Plus de CRTL ALT SHIFT sous debian etch avec serveur Xorg
    Par ToMs dans le forum Applications et environnements graphiques
    Réponses: 1
    Dernier message: 27/02/2006, 17h23

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo