Страница 1 из 2

Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 6:16:55
ЫТь
Привет всем.
Собственно сабж. просто при текущем положении вещей получаю странную картину:

Код: Выделить всё

df -h
...
/dev/ad10s1f             1.7T    1.7T   -119G   107%    /media/disk_1
/dev/ad11s1d             1.8T    1.6T    388M   100%    /media/disk_2
/dev/ad12s1d             1.8T    1.6T    506M   100%    /media/disk_3
/dev/ad13s1d             1.8T    459G    1.2T    28%    /media/disk_4
/dev/ad14s1d             1.8T     19G    1.6T     1%    /media/disk_5
а после

Код: Выделить всё

mount_unionfs /media/disk_1 /mnt/disks
mount_unionfs /media/disk_2 /mnt/disks
получаю это:

Код: Выделить всё

<above>:/media/disk_1    1.7T    1.7T   -119G   107%    /mnt/disks
<above>:/media/disk_2    3.5T    3.3T    388M   100%    /mnt/disks

подмонтировав подобным образом 5 дисков - через какое-то время сервер падает в кору. В чем проблема - не знаю.

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 6:20:03
manefesto
а в логах что?
uname -a где ?
телепаты потеряли дар

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 7:14:34
Ыть
Сорри. Забыл.
uname -a

Код: Выделить всё

FreeBSD fs.localhost 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 07:18:07 UTC 2009     root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
В логах - каких именно?

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 8:50:03
Alex Keda
обновитесь, для начала

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 8:51:45
Ыть
Alex Keda писал(а):обновитесь, для начала
Да чет не хочется. Меня 7 ветка больше устраивает.

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 9:17:50
Alex Keda
значит до последнего на 7 обновитесь

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 10:42:11
Ыть
У меня 7.2 на других серверах нормально работает. В добавок amd64.
На них я использую mhddfs. Но на этом - mhddfs корректно работать отказыватеся. (заполняет первый диск под 109% и все.)

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 10:45:57
Ыть
Я не понимаю, в данном случае, смысл обновления.
Как правильно монтировать диски в mount_fusionfs c обощением свободного места (2+2+2+2+2 = 10), чтобы за 1 строку и чтобы не валилось?

может из фьюзов (funionfs || unionfs) надо что-то пробовать?

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 12:51:55
manefesto
а может страйп слипить ?

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 12:54:24
ЫТь
manefesto писал(а):а может страйп слипить ?
Это которая кора?

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 12:56:06
manefesto
man gstripe

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 13:15:02
Ыть
manefesto писал(а):
man gstripe
Интересно. А примеры есть, раз уж вы с ним сталкивались.

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 13:16:20
manefesto

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 13:19:39
Ыть
1. Я так понял для этого чуда надо форматировать диск. что не вариант, т.к. диски забиты под 100%.
2. так же не вариант, что это софтовый рейд0. а при потере одного диска я теряю все данные.

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 13:28:28
manefesto
хм, а логи бы было не плохо посмотерть, почему отваливается
/var/log/messages

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 13:32:30
Ыть

Код: Выделить всё

# cat /var/log/messages
Sep 10 09:00:00 fs newsyslog[1262]: logfile turned over due to size>100K
Sep 10 09:00:25 fs su: admin to root on /dev/ttyp0
Sep 10 09:04:02 fs kernel: fuse4bsd: version 0.3.9-pre1, FUSE ABI 7.8
Sep 10 10:13:13 fs fsck: /dev/ad10s1f: Reclaimed: 0 directories, 1 files, 2145912 fragments
Sep 10 10:13:13 fs fsck: /dev/ad10s1f: 8810 files, 893179055 used, 8547167 free (3287 frags, 1067985 blocks, 0.0% fragmentation)
Sep 10 10:14:53 fs syslogd: kernel boot file is /boot/kernel/kernel
Sep 10 10:14:53 fs kernel: Copyright (c) 1992-2009 The FreeBSD Project.
Sep 10 10:14:53 fs kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Sep 10 10:14:53 fs kernel: The Regents of the University of California. All rights reserved.
Sep 10 10:14:53 fs kernel: FreeBSD is a registered trademark of The FreeBSD Foundation.
Sep 10 10:14:53 fs kernel: FreeBSD 7.2-RELEASE #0: Fri May  1 07:18:07 UTC 2009
Sep 10 10:14:53 fs kernel: root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
Sep 10 10:14:53 fs kernel: Timecounter "i8254" frequency 1193182 Hz quality 0
Sep 10 10:14:53 fs kernel: CPU: Intel(R) Core(TM) i3 CPU         530  @ 2.93GHz (2942.48-MHz K8-class CPU)
Sep 10 10:14:53 fs kernel: Origin = "GenuineIntel"  Id = 0x20652  Stepping = 2
Sep 10 10:14:53 fs kernel: Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
Sep 10 10:14:53 fs kernel: Features2=0x98e3bd<SSE3,RSVD2,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,<b19>,<b20>,<b23>>
Sep 10 10:14:53 fs kernel: AMD Features=0x28100800<SYSCALL,NX,RDTSCP,LM>
Sep 10 10:14:53 fs kernel: AMD Features2=0x1<LAHF>
Sep 10 10:14:53 fs kernel: Cores per package: 8
Sep 10 10:14:53 fs kernel: Logical CPUs per core: 2
Sep 10 10:14:53 fs kernel: usable memory = 4204826624 (4010 MB)
Sep 10 10:14:53 fs kernel: avail memory  = 4026421248 (3839 MB)
Sep 10 10:14:53 fs kernel: ACPI APIC Table: <072809 APIC1403>
Sep 10 10:14:53 fs kernel: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
Sep 10 10:14:53 fs kernel: cpu0 (BSP): APIC ID:  0
Sep 10 10:14:53 fs kernel: cpu1 (AP/HT): APIC ID:  1
Sep 10 10:14:53 fs kernel: cpu2 (AP): APIC ID:  4
Sep 10 10:14:53 fs kernel: cpu3 (AP/HT): APIC ID:  5
Sep 10 10:14:53 fs kernel: ioapic0: Changing APIC ID to 6
Sep 10 10:14:53 fs kernel: ioapic0 <Version 2.0> irqs 0-23 on motherboard
Sep 10 10:14:53 fs kernel: kbd1 at kbdmux0
Sep 10 10:14:53 fs kernel: acpi0: <072809 RSDT1403> on motherboard
Sep 10 10:14:53 fs kernel: acpi0: [ITHREAD]
Sep 10 10:14:53 fs kernel: acpi0: Power Button (fixed)
Sep 10 10:14:53 fs kernel: acpi0: reservation of fee00000, 1000 (3) failed
Sep 10 10:14:53 fs kernel: acpi0: reservation of 0, a0000 (3) failed
Sep 10 10:14:53 fs kernel: acpi0: reservation of 100000, bfe00000 (3) failed
Sep 10 10:14:53 fs kernel: Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
Sep 10 10:14:53 fs kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
Sep 10 10:14:53 fs kernel: acpi_ec0: <Embedded Controller: GPE 0x18> port 0x62,0x66 on acpi0
Sep 10 10:14:53 fs kernel: acpi_hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Sep 10 10:14:53 fs kernel: Timecounter "HPET" frequency 14318180 Hz quality 900
Sep 10 10:14:53 fs kernel: pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
Sep 10 10:14:53 fs kernel: pci0: <ACPI PCI bus> on pcib0
Sep 10 10:14:53 fs kernel: pcib1: <ACPI PCI-PCI bridge> irq 16 at device 1.0 on pci0
Sep 10 10:14:53 fs kernel: pci1: <ACPI PCI bus> on pcib1
Sep 10 10:14:53 fs kernel: vgapci0: <VGA-compatible display> port 0xbc00-0xbc7f mem 0xfa000000-0xfaffffff,0xd0000000-0xdfffffff,0xf8000000-0xf9ffffff irq 16 at device 0.0 on pci1
Sep 10 10:14:53 fs kernel: ehci0: <EHCI (generic) USB 2.0 controller> mem 0xf7ffe000-0xf7ffe3ff irq 16 at device 26.0 on pci0
Sep 10 10:14:53 fs kernel: ehci0: [GIANT-LOCKED]
Sep 10 10:14:53 fs kernel: ehci0: [ITHREAD]
Sep 10 10:14:53 fs kernel: usb0: EHCI version 1.0
Sep 10 10:14:53 fs kernel: usb0: <EHCI (generic) USB 2.0 controller> on ehci0
Sep 10 10:14:53 fs kernel: usb0: USB revision 2.0
Sep 10 10:14:53 fs kernel: uhub0: <Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb0
Sep 10 10:14:53 fs kernel: uhub0: 2 ports with 2 removable, self powered
Sep 10 10:14:53 fs kernel: uhub1: <vendor 0x8087 product 0x0020, class 9/0, rev 2.00/0.00, addr 2> on uhub0
Sep 10 10:14:53 fs kernel: uhub1: single transaction translator
Sep 10 10:14:53 fs kernel: uhub1: 6 ports with 6 removable, self powered
Sep 10 10:14:53 fs kernel: pci0: <multimedia, HDA> at device 27.0 (no driver attached)
Sep 10 10:14:53 fs kernel: pcib2: <ACPI PCI-PCI bridge> irq 17 at device 28.0 on pci0
Sep 10 10:14:53 fs kernel: pci6: <ACPI PCI bus> on pcib2
Sep 10 10:14:53 fs kernel: pcib3: <ACPI PCI-PCI bridge> irq 17 at device 28.4 on pci0
Sep 10 10:14:53 fs kernel: pci5: <ACPI PCI bus> on pcib3
Sep 10 10:14:53 fs kernel: pcib4: <ACPI PCI-PCI bridge> irq 16 at device 28.5 on pci0
Sep 10 10:14:53 fs kernel: pci4: <ACPI PCI bus> on pcib4
Sep 10 10:14:53 fs kernel: pcib5: <ACPI PCI-PCI bridge> irq 18 at device 28.6 on pci0
Sep 10 10:14:53 fs kernel: pci3: <ACPI PCI bus> on pcib5
Sep 10 10:14:53 fs kernel: atapci0: <JMicron JMB363 SATA300 controller> port 0xdc00-0xdc07,0xd880-0xd883,0xd800-0xd807,0xd480-0xd483,0xd400-0xd40f mem 0xfbdfe000-0xfbdfffff irq 18 at device 0.0 on pci3
Sep 10 10:14:53 fs kernel: atapci0: [ITHREAD]
Sep 10 10:14:53 fs kernel: atapci0: AHCI called from vendor specific driver
Sep 10 10:14:53 fs kernel: atapci0: AHCI Version 01.00 controller with 2 ports detected
Sep 10 10:14:53 fs kernel: ata2: <ATA channel 0> on atapci0
Sep 10 10:14:53 fs kernel: ata2: [ITHREAD]
Sep 10 10:14:53 fs kernel: ata3: <ATA channel 1> on atapci0
Sep 10 10:14:53 fs kernel: ata3: [ITHREAD]
Sep 10 10:14:53 fs kernel: ata4: <ATA channel 2> on atapci0
Sep 10 10:14:53 fs kernel: ata4: [ITHREAD]
Sep 10 10:14:53 fs kernel: pcib6: <ACPI PCI-PCI bridge> irq 19 at device 28.7 on pci0
Sep 10 10:14:53 fs kernel: pci2: <ACPI PCI bus> on pcib6
Sep 10 10:14:53 fs kernel: re0: <RealTek 8168/8168B/8168C/8168CP/8168D/8111B/8111C/8111CP PCIe Gigabit Ethernet> port 0xc800-0xc8ff mem 0xf6fff000-0xf6ffffff,0xf6ff8000-0xf6ffbfff irq 19 at device 0.0 on pci2
Sep 10 10:14:53 fs kernel: re0: Using 1 MSI messages
Sep 10 10:14:53 fs kernel: re0: Chip rev. 0x28000000
Sep 10 10:14:53 fs kernel: re0: MAC rev. 0x00000000
Sep 10 10:14:53 fs kernel: miibus0: <MII bus> on re0
Sep 10 10:14:53 fs kernel: rgephy0: <RTL8169S/8110S/8211B media interface> PHY 1 on miibus0
Sep 10 10:14:53 fs kernel: rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
Sep 10 10:14:53 fs kernel: re0: Ethernet address: 00:26:18:fd:0f:65
Sep 10 10:14:53 fs kernel: re0: [FILTER]
Sep 10 10:14:53 fs kernel: ehci1: <EHCI (generic) USB 2.0 controller> mem 0xf7ffd000-0xf7ffd3ff irq 23 at device 29.0 on pci0
Sep 10 10:14:53 fs kernel: ehci1: [GIANT-LOCKED]
Sep 10 10:14:53 fs kernel: ehci1: [ITHREAD]
Sep 10 10:14:53 fs kernel: usb1: EHCI version 1.0
Sep 10 10:14:53 fs kernel: usb1: <EHCI (generic) USB 2.0 controller> on ehci1
Sep 10 10:14:53 fs kernel: usb1: USB revision 2.0
Sep 10 10:14:53 fs kernel: uhub2: <Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb1
Sep 10 10:14:53 fs kernel: uhub2: 2 ports with 2 removable, self powered
Sep 10 10:14:53 fs kernel: uhub3: <vendor 0x8087 product 0x0020, class 9/0, rev 2.00/0.00, addr 2> on uhub2
Sep 10 10:14:53 fs kernel: uhub3: single transaction translator
Sep 10 10:14:53 fs kernel: uhub3: 8 ports with 8 removable, self powered
Sep 10 10:14:53 fs kernel: pcib7: <ACPI PCI-PCI bridge> at device 30.0 on pci0
Sep 10 10:14:53 fs kernel: pci7: <ACPI PCI bus> on pcib7
Sep 10 10:14:53 fs kernel: fwohci0: <VIA Fire II (VT6306)> port 0xec00-0xec7f mem 0xfbeff800-0xfbefffff irq 18 at device 3.0 on pci7
Sep 10 10:14:53 fs kernel: fwohci0: [FILTER]
Sep 10 10:14:53 fs kernel: fwohci0: OHCI version 1.10 (ROM=1)
Sep 10 10:14:53 fs kernel: fwohci0: No. of Isochronous channels is 4.
Sep 10 10:14:53 fs kernel: fwohci0: EUI64 00:1e:8c:00:00:a2:81:b6
Sep 10 10:14:53 fs kernel: fwohci0: Phy 1394a available S400, 2 ports.
Sep 10 10:14:53 fs kernel: fwohci0: Link S400, max_rec 2048 bytes.
Sep 10 10:14:53 fs kernel: firewire0: <IEEE1394(FireWire) bus> on fwohci0
Sep 10 10:14:53 fs kernel: dcons_crom0: <dcons configuration ROM> on firewire0
Sep 10 10:14:53 fs kernel: dcons_crom0: bus_addr 0x1460000
Sep 10 10:14:53 fs kernel: fwe0: <Ethernet over FireWire> on firewire0
Sep 10 10:14:53 fs kernel: if_fwe0: Fake Ethernet address: 02:1e:8c:a2:81:b6
Sep 10 10:14:53 fs kernel: fwe0: Ethernet address: 02:1e:8c:a2:81:b6
Sep 10 10:14:53 fs kernel: fwip0: <IP over FireWire> on firewire0
Sep 10 10:14:53 fs kernel: fwip0: Firewire address: 00:1e:8c:00:00:a2:81:b6 @ 0xfffe00000000, S400, maxrec 2048
Sep 10 10:14:53 fs kernel: sbp0: <SBP-2/SCSI over FireWire> on firewire0
Sep 10 10:14:53 fs kernel: fwohci0: Initiate bus reset
Sep 10 10:14:53 fs kernel: fwohci0: BUS reset
Sep 10 10:14:53 fs kernel: fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
Sep 10 10:14:53 fs kernel: re1: <RealTek 8169SC/8110SC Single-chip Gigabit Ethernet> port 0xe800-0xe8ff mem 0xfbeff400-0xfbeff4ff irq 19 at device 4.0 on pci7
Sep 10 10:14:53 fs kernel: re1: Chip rev. 0x18000000
Sep 10 10:14:53 fs kernel: re1: MAC rev. 0x00000000
Sep 10 10:14:53 fs kernel: miibus1: <MII bus> on re1
Sep 10 10:14:53 fs kernel: rgephy1: <RTL8169S/8110S/8211B media interface> PHY 1 on miibus1
Sep 10 10:14:53 fs kernel: rgephy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
Sep 10 10:14:53 fs kernel: re1: Ethernet address: 00:26:18:fc:fd:11
Sep 10 10:14:53 fs kernel: re1: [FILTER]
Sep 10 10:14:53 fs kernel: isab0: <PCI-ISA bridge> at device 31.0 on pci0
Sep 10 10:14:53 fs kernel: isa0: <ISA bus> on isab0
Sep 10 10:14:53 fs kernel: atapci1: <Intel ATA controller> port 0x9c00-0x9c07,0x9880-0x9883,0x9800-0x9807,0x9480-0x9483,0x9400-0x940f,0x9080-0x908f irq 21 at device 31.2 on pci0
Sep 10 10:14:53 fs kernel: atapci1: [ITHREAD]
Sep 10 10:14:53 fs kernel: ata5: <ATA channel 0> on atapci1
Sep 10 10:14:53 fs kernel: ata5: [ITHREAD]
Sep 10 10:14:53 fs kernel: ata6: <ATA channel 1> on atapci1
Sep 10 10:14:53 fs kernel: ata6: [ITHREAD]
Sep 10 10:14:53 fs kernel: pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
Sep 10 10:14:53 fs kernel: atapci2: <Intel ATA controller> port 0xac00-0xac07,0xa880-0xa883,0xa800-0xa807,0xa480-0xa483,0xa400-0xa40f,0xa080-0xa08f irq 21 at device 31.5 on pci0
Sep 10 10:14:53 fs kernel: atapci2: [ITHREAD]
Sep 10 10:14:53 fs kernel: ata7: <ATA channel 0> on atapci2
Sep 10 10:14:53 fs kernel: ata7: [ITHREAD]
Sep 10 10:14:53 fs kernel: ata8: <ATA channel 1> on atapci2
Sep 10 10:14:53 fs kernel: ata8: [ITHREAD]
Sep 10 10:14:53 fs kernel: acpi_button0: <Power Button> on acpi0
Sep 10 10:14:53 fs kernel: sio0: configured irq 4 not in bitmap of probed irqs 0
Sep 10 10:14:53 fs kernel: sio0: port may not be enabled
Sep 10 10:14:53 fs kernel: sio0: configured irq 4 not in bitmap of probed irqs 0
Sep 10 10:14:53 fs kernel: sio0: port may not be enabled
Sep 10 10:14:53 fs kernel: sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
Sep 10 10:14:53 fs kernel: sio0: type 16550A
Sep 10 10:14:53 fs kernel: sio0: [FILTER]
Sep 10 10:14:53 fs kernel: atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
Sep 10 10:14:53 fs kernel: atkbd0: <AT Keyboard> irq 1 on atkbdc0
Sep 10 10:14:53 fs kernel: kbd0 at atkbd0
Sep 10 10:14:53 fs kernel: atkbd0: [GIANT-LOCKED]
Sep 10 10:14:53 fs kernel: atkbd0: [ITHREAD]
Sep 10 10:14:53 fs kernel: cpu0: <ACPI CPU> on acpi0
Sep 10 10:14:53 fs kernel: ACPI Warning (tbutils-0243): Incorrect checksum in table [OEMB] -   C, should be  B [20070320]
Sep 10 10:14:53 fs kernel: est0: <Enhanced SpeedStep Frequency Control> on cpu0
Sep 10 10:14:53 fs kernel: p4tcc0: <CPU Frequency Thermal Control> on cpu0
Sep 10 10:14:53 fs kernel: cpu1: <ACPI CPU> on acpi0
Sep 10 10:14:53 fs kernel: est1: <Enhanced SpeedStep Frequency Control> on cpu1
Sep 10 10:14:53 fs kernel: est: CPU supports Enhanced Speedstep, but is not recognized.
Sep 10 10:14:53 fs kernel: est: cpu_vendor GenuineIntel, msr 16
Sep 10 10:14:53 fs kernel: device_attach: est1 attach returned 6
Sep 10 10:14:53 fs kernel: p4tcc1: <CPU Frequency Thermal Control> on cpu1
Sep 10 10:14:53 fs kernel: cpu2: <ACPI CPU> on acpi0
Sep 10 10:14:53 fs kernel: est2: <Enhanced SpeedStep Frequency Control> on cpu2
Sep 10 10:14:53 fs kernel: p4tcc2: <CPU Frequency Thermal Control> on cpu2
Sep 10 10:14:53 fs kernel: cpu3: <ACPI CPU> on acpi0
Sep 10 10:14:53 fs kernel: est3: <Enhanced SpeedStep Frequency Control> on cpu3
Sep 10 10:14:53 fs kernel: est: CPU supports Enhanced Speedstep, but is not recognized.
Sep 10 10:14:53 fs kernel: est: cpu_vendor GenuineIntel, msr 16
Sep 10 10:14:53 fs kernel: device_attach: est3 attach returned 6
Sep 10 10:14:53 fs kernel: p4tcc3: <CPU Frequency Thermal Control> on cpu3
Sep 10 10:14:53 fs kernel: ppc0: cannot reserve I/O port range
Sep 10 10:14:53 fs kernel: sc0: <System console> at flags 0x100 on isa0
Sep 10 10:14:53 fs kernel: sc0: VGA <16 virtual consoles, flags=0x300>
Sep 10 10:14:53 fs kernel: sio1: configured irq 3 not in bitmap of probed irqs 0
Sep 10 10:14:53 fs kernel: sio1: port may not be enabled
Sep 10 10:14:53 fs kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Sep 10 10:14:53 fs kernel: Timecounters tick every 1.000 msec
Sep 10 10:14:53 fs kernel: firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me)
Sep 10 10:14:53 fs kernel: firewire0: bus manager 0 (me)
Sep 10 10:14:53 fs kernel: ad10: 1907729MB <WDC WD20EARS-00S8B1 80.00A80> at ata5-master UDMA33
Sep 10 10:14:53 fs kernel: ad11: 1907729MB <WDC WD20EARS-00S8B1 80.00A80> at ata5-slave UDMA33
Sep 10 10:14:53 fs kernel: ad12: 1907729MB <WDC WD20EARS-00S8B1 80.00A80> at ata6-master UDMA33
Sep 10 10:14:53 fs kernel: GEOM_LABEL: Label for provider ad10s1a is ufsid/4c74025d597b9f5e.
Sep 10 10:14:53 fs kernel: GEOM_LABEL: Label for provider ad10s1d is ufsid/4c740310d82eb0a0.
Sep 10 10:14:53 fs kernel: GEOM_LABEL: Label for provider ad10s1e is ufsid/4c740316fb34e9c2.
Sep 10 10:14:53 fs kernel: GEOM_LABEL: Label for provider ad10s1f is ufsid/4c74025db470c529.
Sep 10 10:14:53 fs kernel: GEOM_LABEL: Label for provider ad11s1 is ufsid/4c73de32fe13ab5d.
Sep 10 10:14:53 fs kernel: ad13: 1907729MB <WDC WD20EARS-00S8B1 80.00A80> at ata6-slave UDMA33
Sep 10 10:14:53 fs kernel: ad14: 1907729MB <WDC WD20EARS-00S8B1 80.00A80> at ata7-master UDMA33
Sep 10 10:14:53 fs kernel: GEOM_LABEL: Label for provider ad12s1 is ufsid/4c73df2e022b3167.
Sep 10 10:14:53 fs kernel: GEOM_LABEL: Label for provider ad13s1 is ufsid/4c73e02eb961bf95.
Sep 10 10:14:53 fs kernel: GEOM_LABEL: Label for provider ad14s1 is ufsid/4c73e0eadbd5803d.
Sep 10 10:14:53 fs kernel: SMP: AP CPU #2 Launched!
Sep 10 10:14:53 fs kernel: SMP: AP CPU #1 Launched!
Sep 10 10:14:53 fs kernel: SMP: AP CPU #3 Launched!
Sep 10 10:14:53 fs kernel: Trying to mount root from ufs:/dev/ad10s1a
Sep 10 10:14:53 fs kernel: WARNING: / was not properly dismounted
Sep 10 10:14:53 fs kernel: GEOM_LABEL: Label ufsid/4c74025d597b9f5e removed.
Sep 10 10:14:53 fs kernel: GEOM_LABEL: Label for provider ad10s1a is ufsid/4c74025d597b9f5e.
Sep 10 10:14:53 fs kernel: GEOM_LABEL: Label ufsid/4c74025d597b9f5e removed.
Sep 10 10:14:53 fs kernel: GEOM_LABEL: Label ufsid/4c740310Wd8A2ReNbI0NaG0:  r/eumsorv ewda.s n
Sep 10 10:14:53 fs kernel: ot properly dismounted
Sep 10 10:14:53 fs kernel: GEOM_LABEL: Label ufsid/4c740316fb34e9c2 removed.W
Sep 10 10:14:53 fs kernel: ARNING: /var was not properly dismounted
Sep 10 10:14:53 fs kernel: GEOM_LABEL: Label ufsid/4c74025db470c529 removed.
Sep 10 10:14:53 fs kernel: WARNING: /media/disk_1 was not properly dismounted
Sep 10 10:14:53 fs kernel: GEOM_LABEL: Label ufsid/4c73de32fe13ab5d removed.WA
Sep 10 10:14:53 fs kernel: RNING: /media/disk_2 was not properly dismounted
Sep 10 10:14:53 fs kernel: GEOM_LABEL: Label ufsid/4c73df2e022b3167 removed.WA
Sep 10 10:14:53 fs kernel: RNING: /media/disk_3 was not properly dismounted
Sep 10 10:14:53 fs kernel: GEOM_LABEL: Label ufsid/4c73e02eb961bf95 removeWdA.RN
Sep 10 10:14:53 fs kernel: ING: /media/disk_4 was not properly dismounted
Sep 10 10:14:53 fs kernel: GEOM_LABEL: Label ufsid/4c73e0eadbd5803d removed.
Sep 10 10:14:53 fs kernel: WARNING: /media/disk_5 was not properly dismounted
Sep 10 10:14:53 fs savecore: no dumps found
Sep 10 10:14:55 fs kernel: fuse4bsd: version 0.3.9-pre1, FUSE ABI 7.8
Sep 10 10:14:56 fs kernel: re1: link state changed to UP
Sep 10 10:15:19 fs su: admin to root on /dev/ttyp0
Sep 10 10:18:51 fs fsck: /dev/ad10s1d: 282849 files, 1305969 used, 24082548 free (56916 frags, 3003204 blocks, 0.2% fragmentation)
Sep 10 10:20:04 fs fsck: /dev/ad10s1e: 22675 files, 172379 used, 9981820 free (388 frags, 1247679 blocks, 0.0% fragmentation)
Sep 10 10:33:54 fs su: admin to root on /dev/ttyp0
Sep 10 11:41:39 fs kernel: pid 957 (mhddfs), uid 0 inumber 45314092 on /media/disk_1: filesystem full
Sep 10 11:42:09 fs kernel: pid 957 (mhddfs), uid 0 inumber 45314092 on /media/disk_1: filesystem full
Sep 10 11:44:15 fs last message repeated 4 times
Sep 10 11:54:16 fs last message repeated 19 times
Sep 10 12:03:58 fs last message repeated 17 times
Sep 10 12:12:43 fs last message repeated 15 times
Sep 10 12:12:54 fs fsck: /dev/ad10s1f: Reclaimed: 0 directories, 1 files, 2681368 fragments
Sep 10 12:12:54 fs fsck: /dev/ad10s1f: 8810 files, 893179055 used, 8011711 free (3287 frags, 1001053 blocks, 0.0% fragmentation)
Sep 10 12:14:45 fs syslogd: kernel boot file is /boot/kernel/kernel
Sep 10 12:14:45 fs kernel: kernel trap 12 with interrupts disabled
Sep 10 12:14:45 fs kernel:
Sep 10 12:14:45 fs kernel:
Sep 10 12:14:45 fs kernel: Fatal trap 12: page fault while in kernel mode
Sep 10 12:14:45 fs kernel: cpuid = 0; apic id = 00
Sep 10 12:14:45 fs kernel: fault virtual address        = 0x30
Sep 10 12:14:45 fs kernel: fault code           = supervisor read data, page not present
Sep 10 12:14:45 fs kernel: instruction pointer  = 0x8:0xffffffff80547f2f
Sep 10 12:14:45 fs kernel: stack pointer                = 0x10:0xfffffffef7027020
Sep 10 12:14:45 fs kernel: frame pointer                = 0x10:0xffffff0005263a50
Sep 10 12:14:45 fs kernel: code segment         = base 0x0, limit 0xfffff, type 0x1b
Sep 10 12:14:45 fs kernel: = DPL 0, pres 1, long 1, def32 0, gran 1
Sep 10 12:14:45 fs kernel: processor eflags     = resume, IOPL = 0
Sep 10 12:14:45 fs kernel: current process              = 4071 (fsck_ufs)
Sep 10 12:14:45 fs kernel: trap number          = 12
Sep 10 12:14:45 fs kernel: panic: page fault
Sep 10 12:14:45 fs kernel: cpuid = 0
Sep 10 12:14:45 fs kernel: Uptime: 1h58m27s
Sep 10 12:14:45 fs kernel: Physical memory: 4010 MB
Sep 10 12:14:45 fs kernel: Dumping 617 MB: 602 586 570 554 538 522 506 490 474 458 442 426 410 394 378 362 346 330 314 298 282 266 250 234 218 202 186 170 154 138 122 106 90 74 58 42 26 10Copyright (c) 1992-2009 The FreeBSD Project.
Sep 10 12:14:45 fs kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Sep 10 12:14:45 fs kernel: The Regents of the University of California. All rights reserved.
Sep 10 12:14:45 fs kernel: FreeBSD is a registered trademark of The FreeBSD Foundation.
Sep 10 12:14:45 fs kernel: FreeBSD 7.2-RELEASE #0: Fri May  1 07:18:07 UTC 2009
Sep 10 12:14:45 fs kernel: root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
Sep 10 12:14:45 fs kernel: Timecounter "i8254" frequency 1193182 Hz quality 0
Sep 10 12:14:45 fs kernel: CPU: Intel(R) Core(TM) i3 CPU         530  @ 2.93GHz (2942.48-MHz K8-class CPU)
Sep 10 12:14:45 fs kernel: Origin = "GenuineIntel"  Id = 0x20652  Stepping = 2
Sep 10 12:14:45 fs kernel: Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
Sep 10 12:14:45 fs kernel: Features2=0x98e3bd<SSE3,RSVD2,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,<b19>,<b20>,<b23>>
Sep 10 12:14:45 fs kernel: AMD Features=0x28100800<SYSCALL,NX,RDTSCP,LM>
Sep 10 12:14:45 fs kernel: AMD Features2=0x1<LAHF>
Sep 10 12:14:45 fs kernel: Cores per package: 8
Sep 10 12:14:45 fs kernel: Logical CPUs per core: 2
Sep 10 12:14:45 fs kernel: usable memory = 4204826624 (4010 MB)
Sep 10 12:14:45 fs kernel: avail memory  = 4026421248 (3839 MB)
Sep 10 12:14:45 fs kernel: ACPI APIC Table: <072809 APIC1403>
Sep 10 12:14:45 fs kernel: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
Sep 10 12:14:45 fs kernel: cpu0 (BSP): APIC ID:  0
Sep 10 12:14:45 fs kernel: cpu1 (AP/HT): APIC ID:  1
Sep 10 12:14:45 fs kernel: cpu2 (AP): APIC ID:  4
Sep 10 12:14:45 fs kernel: cpu3 (AP/HT): APIC ID:  5
Sep 10 12:14:45 fs kernel: ioapic0: Changing APIC ID to 6
Sep 10 12:14:45 fs kernel: ioapic0 <Version 2.0> irqs 0-23 on motherboard
Sep 10 12:14:45 fs kernel: kbd1 at kbdmux0
Sep 10 12:14:45 fs kernel: acpi0: <072809 RSDT1403> on motherboard
Sep 10 12:14:45 fs kernel: acpi0: [ITHREAD]
Sep 10 12:14:45 fs kernel: acpi0: Power Button (fixed)
Sep 10 12:14:45 fs kernel: acpi0: reservation of fee00000, 1000 (3) failed
Sep 10 12:14:45 fs kernel: acpi0: reservation of 0, a0000 (3) failed
Sep 10 12:14:45 fs kernel: acpi0: reservation of 100000, bfe00000 (3) failed
Sep 10 12:14:45 fs kernel: Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
Sep 10 12:14:45 fs kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
Sep 10 12:14:45 fs kernel: acpi_ec0: <Embedded Controller: GPE 0x18> port 0x62,0x66 on acpi0
Sep 10 12:14:45 fs kernel: acpi_hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Sep 10 12:14:45 fs kernel: Timecounter "HPET" frequency 14318180 Hz quality 900
Sep 10 12:14:45 fs kernel: pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
Sep 10 12:14:45 fs kernel: pci0: <ACPI PCI bus> on pcib0
Sep 10 12:14:45 fs kernel: pcib1: <ACPI PCI-PCI bridge> irq 16 at device 1.0 on pci0
Sep 10 12:14:45 fs kernel: pci1: <ACPI PCI bus> on pcib1
Sep 10 12:14:45 fs kernel: vgapci0: <VGA-compatible display> port 0xbc00-0xbc7f mem 0xfa000000-0xfaffffff,0xd0000000-0xdfffffff,0xf8000000-0xf9ffffff irq 16 at device 0.0 on pci1
Sep 10 12:14:45 fs kernel: ehci0: <EHCI (generic) USB 2.0 controller> mem 0xf7ffe000-0xf7ffe3ff irq 16 at device 26.0 on pci0
Sep 10 12:14:45 fs kernel: ehci0: [GIANT-LOCKED]
Sep 10 12:14:45 fs kernel: ehci0: [ITHREAD]
Sep 10 12:14:45 fs kernel: usb0: EHCI version 1.0
Sep 10 12:14:45 fs kernel: usb0: <EHCI (generic) USB 2.0 controller> on ehci0
Sep 10 12:14:45 fs kernel: usb0: USB revision 2.0
Sep 10 12:14:45 fs kernel: uhub0: <Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb0
Sep 10 12:14:45 fs kernel: uhub0: 2 ports with 2 removable, self powered
Sep 10 12:14:45 fs kernel: uhub1: <vendor 0x8087 product 0x0020, class 9/0, rev 2.00/0.00, addr 2> on uhub0
Sep 10 12:14:45 fs kernel: uhub1: single transaction translator
Sep 10 12:14:45 fs kernel: uhub1: 6 ports with 6 removable, self powered
Sep 10 12:14:45 fs kernel: pci0: <multimedia, HDA> at device 27.0 (no driver attached)
Sep 10 12:14:45 fs kernel: pcib2: <ACPI PCI-PCI bridge> irq 17 at device 28.0 on pci0
Sep 10 12:14:45 fs kernel: pci6: <ACPI PCI bus> on pcib2
Sep 10 12:14:45 fs kernel: pcib3: <ACPI PCI-PCI bridge> irq 17 at device 28.4 on pci0
Sep 10 12:14:45 fs kernel: pci5: <ACPI PCI bus> on pcib3
Sep 10 12:14:45 fs kernel: pcib4: <ACPI PCI-PCI bridge> irq 16 at device 28.5 on pci0
Sep 10 12:14:45 fs kernel: pci4: <ACPI PCI bus> on pcib4
Sep 10 12:14:45 fs kernel: pcib5: <ACPI PCI-PCI bridge> irq 18 at device 28.6 on pci0
Sep 10 12:14:45 fs kernel: pci3: <ACPI PCI bus> on pcib5
Sep 10 12:14:45 fs kernel: atapci0: <JMicron JMB363 SATA300 controller> port 0xdc00-0xdc07,0xd880-0xd883,0xd800-0xd807,0xd480-0xd483,0xd400-0xd40f mem 0xfbdfe000-0xfbdfffff irq 18 at device 0.0 on pci3
Sep 10 12:14:45 fs kernel: atapci0: [ITHREAD]
Sep 10 12:14:45 fs kernel: atapci0: AHCI called from vendor specific driver
Sep 10 12:14:45 fs kernel: atapci0: AHCI Version 01.00 controller with 2 ports detected
Sep 10 12:14:45 fs kernel: ata2: <ATA channel 0> on atapci0
Sep 10 12:14:45 fs kernel: ata2: [ITHREAD]
Sep 10 12:14:45 fs kernel: ata3: <ATA channel 1> on atapci0
Sep 10 12:14:45 fs kernel: ata3: [ITHREAD]
Sep 10 12:14:45 fs kernel: ata4: <ATA channel 2> on atapci0
Sep 10 12:14:45 fs kernel: ata4: [ITHREAD]
Sep 10 12:14:45 fs kernel: pcib6: <ACPI PCI-PCI bridge> irq 19 at device 28.7 on pci0
Sep 10 12:14:45 fs kernel: pci2: <ACPI PCI bus> on pcib6
Sep 10 12:14:45 fs kernel: re0: <RealTek 8168/8168B/8168C/8168CP/8168D/8111B/8111C/8111CP PCIe Gigabit Ethernet> port 0xc800-0xc8ff mem 0xf6fff000-0xf6ffffff,0xf6ff8000-0xf6ffbfff irq 19 at device 0.0 on pci2
Sep 10 12:14:45 fs kernel: re0: Using 1 MSI messages
Sep 10 12:14:45 fs kernel: re0: Chip rev. 0x28000000
Sep 10 12:14:45 fs kernel: re0: MAC rev. 0x00000000
Sep 10 12:14:45 fs kernel: miibus0: <MII bus> on re0
Sep 10 12:14:45 fs kernel: rgephy0: <RTL8169S/8110S/8211B media interface> PHY 1 on miibus0
Sep 10 12:14:45 fs kernel: rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
Sep 10 12:14:45 fs kernel: re0: Ethernet address: 00:26:18:fd:0f:65
Sep 10 12:14:45 fs kernel: re0: [FILTER]
Sep 10 12:14:45 fs kernel: ehci1: <EHCI (generic) USB 2.0 controller> mem 0xf7ffd000-0xf7ffd3ff irq 23 at device 29.0 on pci0
Sep 10 12:14:45 fs kernel: ehci1: [GIANT-LOCKED]
Sep 10 12:14:45 fs kernel: ehci1: [ITHREAD]
Sep 10 12:14:45 fs kernel: usb1: EHCI version 1.0
Sep 10 12:14:45 fs kernel: usb1: <EHCI (generic) USB 2.0 controller> on ehci1
Sep 10 12:14:45 fs kernel: usb1: USB revision 2.0
Sep 10 12:14:45 fs kernel: uhub2: <Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb1
Sep 10 12:14:45 fs kernel: uhub2: 2 ports with 2 removable, self powered
Sep 10 12:14:45 fs kernel: uhub3: <vendor 0x8087 product 0x0020, class 9/0, rev 2.00/0.00, addr 2> on uhub2
Sep 10 12:14:45 fs kernel: uhub3: single transaction translator
Sep 10 12:14:45 fs kernel: uhub3: 8 ports with 8 removable, self powered
Sep 10 12:14:45 fs kernel: pcib7: <ACPI PCI-PCI bridge> at device 30.0 on pci0
Sep 10 12:14:45 fs kernel: pci7: <ACPI PCI bus> on pcib7
Sep 10 12:14:45 fs kernel: fwohci0: <VIA Fire II (VT6306)> port 0xec00-0xec7f mem 0xfbeff800-0xfbefffff irq 18 at device 3.0 on pci7
Sep 10 12:14:45 fs kernel: fwohci0: [FILTER]
Sep 10 12:14:45 fs kernel: fwohci0: OHCI version 1.10 (ROM=1)
Sep 10 12:14:45 fs kernel: fwohci0: No. of Isochronous channels is 4.
Sep 10 12:14:45 fs kernel: fwohci0: EUI64 00:1e:8c:00:00:a2:81:b6
Sep 10 12:14:45 fs kernel: fwohci0: Phy 1394a available S400, 2 ports.
Sep 10 12:14:45 fs kernel: fwohci0: Link S400, max_rec 2048 bytes.
Sep 10 12:14:45 fs kernel: firewire0: <IEEE1394(FireWire) bus> on fwohci0
Sep 10 12:14:45 fs kernel: dcons_crom0: <dcons configuration ROM> on firewire0
Sep 10 12:14:45 fs kernel: dcons_crom0: bus_addr 0x1460000
Sep 10 12:14:45 fs kernel: fwe0: <Ethernet over FireWire> on firewire0
Sep 10 12:14:45 fs kernel: if_fwe0: Fake Ethernet address: 02:1e:8c:a2:81:b6
Sep 10 12:14:45 fs kernel: fwe0: Ethernet address: 02:1e:8c:a2:81:b6
Sep 10 12:14:45 fs kernel: fwip0: <IP over FireWire> on firewire0
Sep 10 12:14:45 fs kernel: fwip0: Firewire address: 00:1e:8c:00:00:a2:81:b6 @ 0xfffe00000000, S400, maxrec 2048
Sep 10 12:14:45 fs kernel: sbp0: <SBP-2/SCSI over FireWire> on firewire0
Sep 10 12:14:45 fs kernel: fwohci0: Initiate bus reset
Sep 10 12:14:45 fs kernel: fwohci0: BUS reset
Sep 10 12:14:45 fs kernel: fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
Sep 10 12:14:45 fs kernel: re1: <RealTek 8169SC/8110SC Single-chip Gigabit Ethernet> port 0xe800-0xe8ff mem 0xfbeff400-0xfbeff4ff irq 19 at device 4.0 on pci7
Sep 10 12:14:45 fs kernel: re1: Chip rev. 0x18000000
Sep 10 12:14:45 fs kernel: re1: MAC rev. 0x00000000
Sep 10 12:14:45 fs kernel: miibus1: <MII bus> on re1
Sep 10 12:14:45 fs kernel: rgephy1: <RTL8169S/8110S/8211B media interface> PHY 1 on miibus1
Sep 10 12:14:45 fs kernel: rgephy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
Sep 10 12:14:45 fs kernel: re1: Ethernet address: 00:26:18:fc:fd:11
Sep 10 12:14:45 fs kernel: re1: [FILTER]
Sep 10 12:14:45 fs kernel: isab0: <PCI-ISA bridge> at device 31.0 on pci0
Sep 10 12:14:45 fs kernel: isa0: <ISA bus> on isab0
Sep 10 12:14:45 fs kernel: atapci1: <Intel ATA controller> port 0x9c00-0x9c07,0x9880-0x9883,0x9800-0x9807,0x9480-0x9483,0x9400-0x940f,0x9080-0x908f irq 21 at device 31.2 on pci0
Sep 10 12:14:45 fs kernel: atapci1: [ITHREAD]
Sep 10 12:14:45 fs kernel: ata5: <ATA channel 0> on atapci1
Sep 10 12:14:45 fs kernel: ata5: [ITHREAD]
Sep 10 12:14:45 fs kernel: ata6: <ATA channel 1> on atapci1
Sep 10 12:14:45 fs kernel: ata6: [ITHREAD]
Sep 10 12:14:45 fs kernel: pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
Sep 10 12:14:45 fs kernel: atapci2: <Intel ATA controller> port 0xac00-0xac07,0xa880-0xa883,0xa800-0xa807,0xa480-0xa483,0xa400-0xa40f,0xa080-0xa08f irq 21 at device 31.5 on pci0
Sep 10 12:14:45 fs kernel: atapci2: [ITHREAD]
Sep 10 12:14:45 fs kernel: ata7: <ATA channel 0> on atapci2
Sep 10 12:14:45 fs kernel: ata7: [ITHREAD]
Sep 10 12:14:45 fs kernel: ata8: <ATA channel 1> on atapci2
Sep 10 12:14:45 fs kernel: ata8: [ITHREAD]
Sep 10 12:14:45 fs kernel: acpi_button0: <Power Button> on acpi0
Sep 10 12:14:45 fs kernel: sio0: configured irq 4 not in bitmap of probed irqs 0
Sep 10 12:14:45 fs kernel: sio0: port may not be enabled
Sep 10 12:14:45 fs kernel: sio0: configured irq 4 not in bitmap of probed irqs 0
Sep 10 12:14:45 fs kernel: sio0: port may not be enabled
Sep 10 12:14:45 fs kernel: sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
Sep 10 12:14:45 fs kernel: sio0: type 16550A
Sep 10 12:14:45 fs kernel: sio0: [FILTER]
Sep 10 12:14:45 fs kernel: atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
Sep 10 12:14:45 fs kernel: atkbd0: <AT Keyboard> irq 1 on atkbdc0
Sep 10 12:14:45 fs kernel: kbd0 at atkbd0
Sep 10 12:14:45 fs kernel: atkbd0: [GIANT-LOCKED]
Sep 10 12:14:45 fs kernel: atkbd0: [ITHREAD]
Sep 10 12:14:45 fs kernel: cpu0: <ACPI CPU> on acpi0
Sep 10 12:14:45 fs kernel: ACPI Warning (tbutils-0243): Incorrect checksum in table [OEMB] -   C, should be  B [20070320]
Sep 10 12:14:45 fs kernel: est0: <Enhanced SpeedStep Frequency Control> on cpu0
Sep 10 12:14:45 fs kernel: p4tcc0: <CPU Frequency Thermal Control> on cpu0
Sep 10 12:14:45 fs kernel: cpu1: <ACPI CPU> on acpi0
Sep 10 12:14:45 fs kernel: est1: <Enhanced SpeedStep Frequency Control> on cpu1
Sep 10 12:14:45 fs kernel: est: CPU supports Enhanced Speedstep, but is not recognized.
Sep 10 12:14:45 fs kernel: est: cpu_vendor GenuineIntel, msr 16
Sep 10 12:14:45 fs kernel: device_attach: est1 attach returned 6
Sep 10 12:14:45 fs kernel: p4tcc1: <CPU Frequency Thermal Control> on cpu1
Sep 10 12:14:45 fs kernel: cpu2: <ACPI CPU> on acpi0
Sep 10 12:14:45 fs kernel: est2: <Enhanced SpeedStep Frequency Control> on cpu2
Sep 10 12:14:45 fs kernel: p4tcc2: <CPU Frequency Thermal Control> on cpu2
Sep 10 12:14:45 fs kernel: cpu3: <ACPI CPU> on acpi0
Sep 10 12:14:45 fs kernel: est3: <Enhanced SpeedStep Frequency Control> on cpu3
Sep 10 12:14:45 fs kernel: est: CPU supports Enhanced Speedstep, but is not recognized.
Sep 10 12:14:45 fs kernel: est: cpu_vendor GenuineIntel, msr 16
Sep 10 12:14:45 fs kernel: device_attach: est3 attach returned 6
Sep 10 12:14:45 fs kernel: p4tcc3: <CPU Frequency Thermal Control> on cpu3
Sep 10 12:14:45 fs kernel: ppc0: cannot reserve I/O port range
Sep 10 12:14:45 fs kernel: sc0: <System console> at flags 0x100 on isa0
Sep 10 12:14:45 fs kernel: sc0: VGA <16 virtual consoles, flags=0x300>
Sep 10 12:14:45 fs kernel: sio1: configured irq 3 not in bitmap of probed irqs 0
Sep 10 12:14:45 fs kernel: sio1: port may not be enabled
Sep 10 12:14:45 fs kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Sep 10 12:14:45 fs kernel: Timecounters tick every 1.000 msec
Sep 10 12:14:45 fs kernel: firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me)
Sep 10 12:14:45 fs kernel: firewire0: bus manager 0 (me)
Sep 10 12:14:45 fs kernel: ad10: 1907729MB <WDC WD20EARS-00S8B1 80.00A80> at ata5-master UDMA33
Sep 10 12:14:45 fs kernel: ad11: 1907729MB <WDC WD20EARS-00S8B1 80.00A80> at ata5-slave UDMA33
Sep 10 12:14:45 fs kernel: ad12: 1907729MB <WDC WD20EARS-00S8B1 80.00A80> at ata6-master UDMA33
Sep 10 12:14:45 fs kernel: GEOM_LABEL: Label for provider ad10s1a is ufsid/4c74025d597b9f5e.
Sep 10 12:14:45 fs kernel: GEOM_LABEL: Label for provider ad10s1d is ufsid/4c740310d82eb0a0.
Sep 10 12:14:45 fs kernel: GEOM_LABEL: Label for provider ad10s1e is ufsid/4c740316fb34e9c2.
Sep 10 12:14:45 fs kernel: GEOM_LABEL: Label for provider ad10s1f is ufsid/4c74025db470c529.
Sep 10 12:14:45 fs kernel: GEOM_LABEL: Label for provider ad11s1 is ufsid/4c73de32fe13ab5d.
Sep 10 12:14:45 fs kernel: ad13: 1907729MB <WDC WD20EARS-00S8B1 80.00A80> at ata6-slave UDMA33
Sep 10 12:14:45 fs kernel: ad14: 1907729MB <WDC WD20EARS-00S8B1 80.00A80> at ata7-master UDMGEOM_LABEL: Label for provider ad12s1 is ufsid/4c73df2e022b3167.
Sep 10 12:14:45 fs kernel: A33
Sep 10 12:14:45 fs kernel: GEOM_LABEL: Label for provider ad13s1 is ufsid/4c73e02eb961bf95.
Sep 10 12:14:45 fs kernel: GEOM_LABEL: Label for provider ad14s1 is ufsid/4c73e0eadbd5803d.
Sep 10 12:14:45 fs kernel: SMP: AP CPU #1 Launched!
Sep 10 12:14:45 fs kernel: SMP: AP CPU #2 Launched!
Sep 10 12:14:45 fs kernel: SMP: AP CPU #3 Launched!
Sep 10 12:14:45 fs kernel: Trying to mount root from ufs:/dev/ad10s1a
Sep 10 12:14:45 fs kernel: WARNING: / was not properly dismounted
Sep 10 12:14:45 fs kernel: GEOM_LABEL: Label ufsid/4c74025d597b9f5e removed.
Sep 10 12:14:45 fs kernel: GEOM_LABEL: Label for provider ad10s1a is ufsid/4c74025d597b9f5e.
Sep 10 12:14:45 fs kernel: GEOM_LABEL: Label ufsid/4c74025d597b9f5e removed.
Sep 10 12:14:45 fs kernel: GEOM_LABEL: Label ufsid/4c740310d82eb0a0 remWoAvReNdI.NG
Sep 10 12:14:45 fs kernel: : /usr was not properly dismounted
Sep 10 12:14:45 fs kernel: GEOM_LABEL: Label ufsid/4c740316fb34e9c2 removed.
Sep 10 12:14:45 fs kernel: WARNING: /var was not properly dismounted
Sep 10 12:14:45 fs kernel: GEOM_LABEL: Label ufsid/4c74025db470c529 removed.
Sep 10 12:14:45 fs kernel: WARNING: /media/disk_1 was not properly dismounted
Sep 10 12:14:45 fs kernel: GEOM_LABEL: Label ufsid/4c73de32fe13ab5d removed.W
Sep 10 12:14:45 fs kernel: ARNING: /media/disk_2 was not properly dismounted
Sep 10 12:14:45 fs kernel: GEOM_LABEL: Label ufsid/4c73df2e022b3167 removWeAdR.N
Sep 10 12:14:45 fs kernel: ING: /media/disk_3 was not properly dismounted
Sep 10 12:14:45 fs kernel: GEOM_LABEL: Label ufsid/4c73e02eb961bf95 removed.
Sep 10 12:14:45 fs kernel: WARNING: /media/disk_4 was not properly dismounted
Sep 10 12:14:45 fs kernel: GEOM_LABEL: Label ufsid/4c73e0eadbd5803d removed.
Sep 10 12:14:45 fs kernel: WARNING: /media/disk_5 was not properly dismounted
Sep 10 12:14:45 fs savecore: no dumps found
Sep 10 12:14:47 fs kernel: fuse4bsd: version 0.3.9-pre1, FUSE ABI 7.8
Sep 10 12:14:48 fs kernel: re1: link state changed to UP
Sep 10 12:18:40 fs fsck: /dev/ad10s1d: 282922 files, 1308582 used, 24079935 free (56927 frags, 3002876 blocks, 0.2% fragmentation)
Sep 10 12:19:51 fs fsck: /dev/ad10s1e: 22680 files, 172404 used, 9981795 free (411 frags, 1247673 blocks, 0.0% fragmentation)
Sep 10 12:19:51 fs kernel: pid 950 (fsck_ufs), uid 0 inumber 4 on /media/disk_1: filesystem full
Sep 10 12:19:51 fs fsck: /dev/ad10s1f: CANNOT CREATE SNAPSHOT /media/disk_1/.snap/fsck_snapshot: No space left on device
Sep 10 12:19:51 fs fsck:
Sep 10 12:19:51 fs fsck: /dev/ad10s1f: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
Sep 10 12:29:37 fs kernel: pid 899 (mhddfs), uid 0 inumber 45314092 on /media/disk_1: filesystem full
Sep 10 12:30:09 fs kernel: pid 899 (mhddfs), uid 0 inumber 45314092 on /media/disk_1: filesystem full
Sep 10 12:33:35 fs su: admin to root on /dev/ttyp0
Sep 10 12:34:23 fs kernel: pid 899 (mhddfs), uid 0 inumber 45314093 on /media/disk_1: filesystem full
Sep 10 15:15:56 fs kernel: pid 1001 (mc), uid 0 inumber 239523929 on /media/disk_3: filesystem full
Sep 10 16:30:51 fs su: admin to root on /dev/ttyp1
пока только это.

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 13:51:18
manefesto
вообщем советую перекинуть инфу с диска где -119G, загрузится в синглмоде, сделать fsck

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 14:01:59
Гость
подмонтировав подобным образом 5 дисков - через какое-то время сервер падает в кору. В чем проблема - не знаю.
у вас изначально там уже в минус ушло пространство
думаете если теперь склепаете юнионфс - минус уйдет? врядли
для начала в нормальный вид диск приведите что бы минусы убрались

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 14:11:28
Ыть
Гость писал(а):у вас изначально там уже в минус ушло пространстводумаете если теперь склепаете юнионфс - минус уйдет? врядлидля начала в нормальный вид диск приведите что бы минусы убрались
Раздел создан по умолчанию самой фрей (в sysinstall).
Тогда как ей запретить подобное делать?
manefesto писал(а):вообщем советую перекинуть инфу с диска где -119G, загрузится в синглмоде, сделать fsck
Попробую.

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 14:20:39
Гость
Раздел создан по умолчанию самой фрей (в sysinstall).
Тогда как ей запретить подобное делать?
раздел не может быть создан с отрицательным размером
это вы его уже чем то забили до минусового пространства

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 14:27:43
Ыть
Гость писал(а):раздел не может быть создан с отрицательным размеромэто вы его уже чем то забили до минусового пространства
Почему она забивает его до минусового пространства?
Как это исправить?

Если есть возможность дайте команду из tunefs. Перечитал ман - не понял ни слова.

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 14:35:12
Гость
что вы голову морочите, симстема по умолчанию ничем не забивает такие диски
/dev/ad10s1f 1.7T 1.7T -119G 107% /media/disk_1
это не корень или что то прочее, система куда что то инсталлит

может здесь имеет место не умение пользоватся sysinstall?

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 14:51:30
Ыть
Гость писал(а):что вы голову морочите, симстема по умолчанию ничем не забивает такие диски
/dev/ad10s1f 1.7T 1.7T -119G 107% /media/disk_1
это не корень или что то прочее, система куда что то инсталлит

может здесь имеет место не умение пользоватся sysinstall?
а что там неуметь пользоваться?
Создали слайс, потом разметил и примонтировал.
Занято - я знаю чем. Вопрос как предотвратить переход за квоту.

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 14:59:40
Гость
Занято - я знаю чем. Вопрос как предотвратить переход за квоту.
это вопрос уже к вам а не к нам или системе
мы не в курсе чем вы там диск засираете

Re: Как монтировать в одну точку монтирования?

Добавлено: 2010-09-10 21:09:58
Ыть
Не в этом дело.
Я локально с диска на диск копирую файлы (музыка, видео и т.п.)