Ru-Board.club
← Вернуться в раздел «UNIX»

» Общие вопросы по FreeBSD

Автор: gryu
Дата сообщения: 27.09.2011 14:51
REEAL_CrAzY
попробуйте обновить порты.
Есть разные варианты.
Я предпочитаю через cvsup

Добавлено:
Вот тут вроде понятно как
http://unixa.ru/content/view/100/43/
http://www.opennet.ru/base/sys/update_ports.txt.html
Автор: vladislav357
Дата сообщения: 30.09.2011 16:37
Посоветуйте что можно сделать в такой ситуации.

Ставлю поддержку PHP в Apache. Выполняю:
#cd /usr/ports/lang/php5
#make install clean

Пока все вроде хорошо. Затем:
#cd /usr/ports/lang/php5-extensions
#make install clean

Скрипт начинает выполняться, а затем выводит ошибку 1:

Script "configure" failed unexpectedly. Please report the problem to ale@FreeBSD.org [maintainer] and attach the "/usr/ports/databases/php5-dba/work/php-5.2.9/ext/dba/config.log" including the output of the failure of your make comand. Also, it might be a good idea to provide an overview of of all packages installed on your system (e.g. am 'ls/var/db/pkg').

***Error code 1
Stop in /usr/ports/databases/php5-dba
*** Error code 1
Stop in /usr/ports/lang/php5-extensions
*** Error code 1

Что делать? Недавно обновлял порты. Коллекция портов не обновилась, но порты и пакеты обновились. Пытался с установочного диска поставить php5-extensions, но там нету((.
Автор: res2001
Дата сообщения: 03.10.2011 08:01
vladislav357
Думаю, что ошибка связана с тем что самих библиотек dba ты не поставил.
Выхода 2 - либо убери в экстеншенах поддержку dba, либо поставь сначала dba.
dba - это библиотеки доступа к базам данных Berkley DB. Если не используешь эти базы данных, то используй первый вариант.
Автор: vladislav357
Дата сообщения: 06.10.2011 15:26
res2001
Ту проблему я решил.Но появилась новая ошибка при установке php5-extensions:

Выполняем:

cd /usr/ports/lang/php5-extensions
make deinstall
make clean
make distclean
make clean
make rmconfig
portsnap fetch update && portsnap -I update # // проводит обновление
cd /usr/ports/lang/php5-extensions
make config //здесь выбираем все
make install clean

Затем выполняется установка и выводит ошибку:

Configuring for:
PHP API ver: 20090629
Zend module API no: 20090629
Zend extensions API no: 220090626
Autoconf: required ver. 2.68 not found

*** error code 1
Stop in /usr/ports/math/php5-bcmath
*** error code 1
Stop in /usr/ports/lang/php5-extensions
*** error code 1
Stop in /usr/ports/lang/php5-extensions
*** error code 1

Пытались обновить autoconfig с помощью pkg_add. Не получилось. Что нужно делать??????
Автор: res2001
Дата сообщения: 06.10.2011 16:00
vladislav357
Дык похоже то же самое, только с bcmath. Если оно не нужно, то не ставь это дополнение.
Если надо, надо все же ставить autoconf версии 2.68 или на крайняк можно выставить версию autoconfa ту которая у тебя сейчас стоит, но результата в этом случае ессно никто не гарантирует. Выставлять версию autoconfa надо в lang\php5\makefile видимо.

Но все же попробуй установить правильный автоконф, поставь из портов, если с pkg_add не выходит.

php5-extensions какой-то злобный порт, сам с ним парился несколько раз. Как-то, помнится, пришлось фрю переустановить - была какая-то ошибка связанная с неправильной версией bsdtar, как исправить так и не нашел. С другими портами таких гемороев никогда не испытывал.
Автор: Roboder
Дата сообщения: 11.10.2011 15:09
Здравствуйте. С FreeBSD и никсами познакомился недавно, по этому сильно не ругайтесь.

Задача:

Лимитировать использование ЦП на определенным процессе. Как это можно реализовать ? В гугле ковырялся, нашел упоминания про jail и какой-то патч для версии 8.0-CURRENT, который якобы позволяет это делать. Но никакой нормальной инфы в итоге не нарыл...
Автор: bga83
Дата сообщения: 19.10.2011 08:34
Roboder

Цитата:
ашел упоминания про jail и какой-то патч для версии 8.0-CURRENT

Это несколько о другом речь, там организуется ограничение ресурсов для jail, а не для конкретного процесса.
Можно ли

Цитата:
Лимитировать использование ЦП на определенным процессе
не знаю, но по крайней мере можно поиграться с nice процесса, это несколько не то, но все же..
Автор: addhaloka
Дата сообщения: 19.10.2011 11:54
Как во FreeBSD 9.0-BETA3 прописать ntfs разделы windows в fstab?
В 8.2 работало так:
Код: /dev/ad6s6         /mnt/disk_i ntfs ro,noauto,-CKOI8-R 0 0
Автор: niko7
Дата сообщения: 20.10.2011 22:48
FreeBSD 8.2 amd64 не могу понять где com-port? В биосе включен на данный момент в auto.
Подскажите, как проверить com-port.
Автор: tankistua
Дата сообщения: 20.10.2011 23:02
# Serial (COM) ports
device uart # Generic UART driver


ls -la /dev/cuau*
Автор: niko7
Дата сообщения: 20.10.2011 23:09
tankistua Получилось так:
$ ls -la /dev/cuau*
crw-rw---- 1 uucp dialer 0, 38 Oct 20 22:25 /dev/cuau0
crw-rw---- 1 uucp dialer 0, 39 Oct 20 16:10 /dev/cuau0.init
crw-rw---- 1 uucp dialer 0, 40 Oct 20 16:10 /dev/cuau0.lock
Насколько понимаю это он? Как мне проверить его работу?
Автор: Lutvun
Дата сообщения: 21.10.2011 05:08
niko7
Закорачиваеш второй и третий контакт. И любой терминалкой отправляеш данные в компорт. Если возвращаются - ок.
http://www.feser.ru/blog/check-com-port-linux
Автор: tankistua
Дата сообщения: 21.10.2011 10:12
логично предположить , что проще всего подключить к нему девайс, который ты хотел подключить к порту :)
Автор: niko7
Дата сообщения: 22.10.2011 10:38
Lutvun
Цитата:
Закорачиваеш второй и третий контакт. И любой терминалкой отправляеш данные в компорт. Если возвращаются - ок.
http://www.feser.ru/blog/check-com-port-linux
Огромное спасибо. Похоже то, что надо.
tankistua
Цитата:
логично предположить , что проще всего подключить к нему девайс, который ты хотел подключить к порту
Хотел я прикрутить бесперебойник. На freebsd FreeBSD 7.3 именно такой отлично работает.
Здесь пока не получается. На материнской плате разъема com порта нет. Есть только разъем к которому можно подключить
провод с разъемом com порта, так и сделал. Сейчас пытаюсь разобраться, почему не работает, думаю, может провод бракованный или не так распаян. Еще момент в биосе режим работы порта поставил в auto, а насколько понимаю сейчас, надо было 0x3F8?
Автор: freewood
Дата сообщения: 22.10.2011 19:53
Подскажите, пожалуйста. Хотел бы использовать FreeBSD дома на шлюзе, но как там в данный момент с клиентом для l2tp? А то сколько гайдов по настройке не читал, везде пишут про проблематичную настройку, хотя и гайды довольно таки старые.
Автор: tankistua
Дата сообщения: 22.10.2011 21:51

Цитата:
Хотел я прикрутить бесперебойник. На freebsd FreeBSD 7.3 именно такой отлично работает.
Здесь пока не получается. На материнской плате разъема com порта нет. Есть только разъем к которому можно подключить
провод с разъемом com порта, так и сделал. Сейчас пытаюсь разобраться, почему не работает, думаю, может провод бракованный или не так распаян. Еще момент в биосе режим работы порта поставил в auto, а насколько понимаю сейчас, надо было 0x3F8?


очень уж как-то сложно. Проблем давно не было - ни с косичками, ни с портами на плате



Цитата:
Подскажите, пожалуйста. Хотел бы использовать FreeBSD дома на шлюзе, но как там в данный момент с клиентом для l2tp? А то сколько гайдов по настройке не читал, везде пишут про проблематичную настройку, хотя и гайды довольно таки старые.

http://www.google.com.ua/search?client=opera&rls=ru&q=freebsd+l2tp&sourceid=opera&ie=utf-8&oe=utf-8&channel=suggest

в гугле дофига всего написано
Автор: niko7
Дата сообщения: 24.10.2011 22:02
tankistua

Цитата:
очень уж как-то сложно. Проблем давно не было - ни с косичками, ни с портами на плате
Что-то не получается пока .
Строчка hint.uart.0.port="0x3F8" в файле /boot/device.hints это мой ком-порт 1?
Автор: Lutvun
Дата сообщения: 24.10.2011 23:26
niko7

сделай так:

Код: ls -l /dev/cuau*
crw-rw---- 1 uucp dialer 0, 61 Oct 24 23:20 /dev/cuau0
crw-rw---- 1 uucp dialer 0, 62 Oct 13 23:16 /dev/cuau0.init
crw-rw---- 1 uucp dialer 0, 63 Oct 13 23:16 /dev/cuau0.lock
crw-rw---- 1 uucp dialer 0, 52 Oct 13 23:16 /dev/cuau1
crw-rw---- 1 uucp dialer 0, 53 Oct 13 23:16 /dev/cuau1.init
crw-rw---- 1 uucp dialer 0, 54 Oct 13 23:16 /dev/cuau1.lock
crw-rw---- 1 uucp dialer 0, 38 Oct 13 23:16 /dev/cuau2
crw-rw---- 1 uucp dialer 0, 39 Oct 13 23:16 /dev/cuau2.init
crw-rw---- 1 uucp dialer 0, 40 Oct 13 23:16 /dev/cuau2.lock
crw-rw---- 1 uucp dialer 0, 44 Oct 22 23:50 /dev/cuau3
crw-rw---- 1 uucp dialer 0, 45 Oct 13 23:16 /dev/cuau3.init
crw-rw---- 1 uucp dialer 0, 46 Oct 13 23:16 /dev/cuau3.lock
Автор: niko7
Дата сообщения: 24.10.2011 23:39
Lutvun
Цитата:
сделай так:
Делал:
Цитата:
$ ls -la /dev/cuau*
crw-rw---- 1 uucp dialer 0, 38 Oct 20 22:25 /dev/cuau0
crw-rw---- 1 uucp dialer 0, 39 Oct 20 16:10 /dev/cuau0.init
crw-rw---- 1 uucp dialer 0, 40 Oct 20 16:10 /dev/cuau0.lock
Насколько понимаю всё правильно. У материнской платы только один ком порт.
Цитата:
П.С. А права у демона на устройство есть?
Как посмотреть?
Автор: Lutvun
Дата сообщения: 24.10.2011 23:48
niko7
На выводе уже видно. Если юзер от которого запускаешь в группе dialer то всё ок.

П.С. Понимание прав доступа в линукс/юникс - базовое понятие. Очень советую разобраться.
Автор: Sergey21102
Дата сообщения: 29.10.2011 02:21
Вопрос о переводе времени, вернее отмены перевода с летнего на зимнее... Прочел тему по диагонали, почему то никто еще эту тему не подымал, а перевод времени должен состоятся уже в эти выходные...

неужели это неактуально для фряхи? я вот только что весь Novell NetWare перелопатил на эту тему, а он у меня синхронизируется от фряхи, а фряха с с пула серверов (pool.ntp.org)...кстати мои сервера (3 шт) все входят в этот пул. так что же делать с фряхой?
Автор: fabvil
Дата сообщения: 29.10.2011 22:02
Может кто объяснит, что такое активная память (active) и используемая (used) и ЧЕМ они отличаются?
Автор: freewood
Дата сообщения: 29.10.2011 22:18
Есть домашний шлюз (atom), он же торрентокачалка и файлосохранялка. Есть проблема. Раньше стояла "та самая" ось и семейство могло сунуть флешку в него, зайти удаленно и скинуть файлы нужные. Делалось это потому, что вафля очень медленная, а проводов не проложено.
Поначалу на фре думал поставить гном и через внс те же самые действия делать, но как-то сердце кровью обливается от мысли, что придется его нагрузить еще и иксами, проц хоть и двухядерный, но все же атом.
Вопрос. Есть ли еще какие-то варианты?
Задача в кратце. С шлюза на флешку перекинуть файлы с наименьшей сложностью в действиях.
Всем спасибо.
Автор: tankistua
Дата сообщения: 30.10.2011 21:57
даже в страшном сне не могло мне присниться, что я буду рекомендовать продукцию длинка
http://d-link.ru/ru/products/16/1344.html

на 20 метрах по прямой написало что 120 мегабит, но что там за провода - хз

Добавлено:
эток фре не сильно относится, но штука полезная
Автор: MoJo
Дата сообщения: 31.10.2011 04:51

Цитата:
Может кто объяснит, что такое активная память (active) и используемая (used) и ЧЕМ они отличаются?

wired memory- memory used by the system
active memory- memory used by currently running applications
inactive memory- memory was used by recently closed applications, which allows them to reopen quickly free memory is unused
Автор: niko7
Дата сообщения: 31.10.2011 19:19
Lutvun
Цитата:
Закорачиваеш второй и третий контакт. И любой терминалкой отправляеш данные в компорт. Если возвращаются - ок.
http://www.feser.ru/blog/check-com-port-linux
Дошли у меня руки до этого, поставил minicom. Непонятно с его настройками при установке
A - Serial Device : /dev/cuau0
B - Lockfile Location : /var/spool/lock
C - Callin Program :
D - Callout Program :
E - Bps/Par/Bits : 57600 8N1
F - Hardware Flow Control : Yes
G - Software Flow Control : No
Непонятно почему B - Lockfile Location : /var/spool/lock
В моем случае насколько понимаю должно быть /dev/cuau0.lock

Цитата:
$ ls -la /dev/cuau*
crw-rw---- 1 uucp dialer 0, 38 Oct 20 22:25 /dev/cuau0
crw-rw---- 1 uucp dialer 0, 39 Oct 20 16:10 /dev/cuau0.init
crw-rw---- 1 uucp dialer 0, 40 Oct 20 16:10 /dev/cuau0.lock
Какие настройки надо изменить?
Автор: freewood
Дата сообщения: 05.11.2011 12:40
Товарищи, выручайте, собрал из исходников xorg и xfce4, при попытки запуска иксов монитор пишет, что нет сигнала и так при любой раскладке, с конфигом или нет.
[more=dmesg]Copyright (c) 1992-2011 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
    The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 8.2-RELEASE #0: Tue Oct 25 20:06:43 MSD 2011
root@tirion.home.lan:/usr/obj/usr/src/sys/GENERIC i386
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Atom(TM) CPU D510 @ 1.66GHz (1676.70-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0x106ca Family = 6 Model = 1c Stepping = 10
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>
Features2=0x40e31d<SSE3,DTES64,MON,DS_CPL,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE>
AMD Features=0x20100000<NX,LM>
AMD Features2=0x1<LAHF>
TSC: P-state invariant
real memory = 2147483648 (2048 MB)
avail memory = 2074071040 (1977 MB)
ACPI APIC Table: <INTEL MOPNV10J>
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
FreeBSD/SMP: 1 package(s) x 2 core(s) x 2 HTT threads
cpu0 (BSP): APIC ID: 0
cpu1 (AP/HT): APIC ID: 1
cpu2 (AP): APIC ID: 2
cpu3 (AP/HT): APIC ID: 3
ioapic0: Changing APIC ID to 8
ioapic0 <Version 2.0> irqs 0-23 on motherboard
lapic0: Forcing LINT1 to edge trigger
kbd1 at kbdmux0
acpi0: <INTEL MOPNV10J> on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
Timecounter "ACPI-safe" frequency 3579545 Hz quality 850
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0
cpu0: <ACPI CPU> on acpi0
cpu1: <ACPI CPU> on acpi0
cpu2: <ACPI CPU> on acpi0
cpu3: <ACPI CPU> on acpi0
acpi_button0: <Sleep Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
vgapci0: <VGA-compatible display> port 0x30c0-0x30c7 mem 0xe0300000-0xe037ffff,0xd0000000-0xdfffffff,0xe0200000-0xe02fffff irq 16 at device 2.0 on pci0
agp0: <Intel Pineview SVGA controller> on vgapci0
agp0: detected 8188k stolen memory
agp0: aperture size is 256M
pci0: <multimedia, HDA> at device 27.0 (no driver attached)
pcib1: <ACPI PCI-PCI bridge> at device 28.0 on pci0
pci1: <ACPI PCI bus> on pcib1
re0: <RealTek 8168/8111 B/C/CP/D/DP/E PCIe Gigabit Ethernet> port 0x2000-0x20ff mem 0xe0004000-0xe0004fff,0xe0000000-0xe0003fff irq 16 at device 0.0 on pci1
re0: Using 1 MSI messages
re0: Chip rev. 0x28000000
re0: MAC rev. 0x00000000
miibus0: <MII bus> on re0
rgephy0: <RTL8169S/8110S/8211B media interface> PHY 1 on miibus0
rgephy0: 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow
re0: Ethernet address: 70:71:bc:ac:70:e1
re0: [FILTER]
pcib2: <ACPI PCI-PCI bridge> at device 28.1 on pci0
pci2: <ACPI PCI bus> on pcib2
pcib3: <ACPI PCI-PCI bridge> at device 28.2 on pci0
pci3: <ACPI PCI bus> on pcib3
pcib4: <ACPI PCI-PCI bridge> at device 28.3 on pci0
pci4: <ACPI PCI bus> on pcib4
uhci0: <Intel 82801G (ICH7) USB controller USB-A> port 0x3080-0x309f irq 23 at device 29.0 on pci0
uhci0: [ITHREAD]
uhci0: LegSup = 0x2f00
usbus0: <Intel 82801G (ICH7) USB controller USB-A> on uhci0
uhci1: <Intel 82801G (ICH7) USB controller USB-B> port 0x3060-0x307f irq 19 at device 29.1 on pci0
uhci1: [ITHREAD]
uhci1: LegSup = 0x2f00
usbus1: <Intel 82801G (ICH7) USB controller USB-B> on uhci1
uhci2: <Intel 82801G (ICH7) USB controller USB-C> port 0x3040-0x305f irq 18 at device 29.2 on pci0
uhci2: [ITHREAD]
uhci2: LegSup = 0x2f00
usbus2: <Intel 82801G (ICH7) USB controller USB-C> on uhci2
uhci3: <Intel 82801G (ICH7) USB controller USB-D> port 0x3020-0x303f irq 16 at device 29.3 on pci0
uhci3: [ITHREAD]
uhci3: LegSup = 0x2f00
usbus3: <Intel 82801G (ICH7) USB controller USB-D> on uhci3
ehci0: <Intel 82801GB/R (ICH7) USB 2.0 controller> mem 0xe0384400-0xe03847ff irq 23 at device 29.7 on pci0
ehci0: [ITHREAD]
usbus4: EHCI version 1.0
usbus4: <Intel 82801GB/R (ICH7) USB 2.0 controller> on ehci0
pcib5: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci5: <ACPI PCI bus> on pcib5
skc0: <D-Link DGE-530T Gigabit Ethernet> port 0x1000-0x10ff mem 0xe0100000-0xe0103fff irq 21 at device 0.0 on pci5
skc0: DGE-530T Gigabit Ethernet Adapter rev. (0x9)
sk0: <Marvell Semiconductor, Inc. Yukon> on skc0
sk0: Ethernet address: 1c:bd:b9:ff:2b:5e
miibus1: <MII bus> on sk0
e1000phy0: <Marvell 88E1011 Gigabit PHY> PHY 0 on miibus1
e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto
skc0: [ITHREAD]
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH7 SATA300 controller> port 0x30b8-0x30bf,0x30cc-0x30cf,0x30b0-0x30b7,0x30c8-0x30cb,0x30a0-0x30af mem 0xe0384000-0xe03843ff irq 19 at device 31.2 on pci0
atapci0: [ITHREAD]
ata2: <ATA channel 0> on atapci0
ata2: [ITHREAD]
ata3: <ATA channel 1> on atapci0
ata3: [ITHREAD]
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
acpi_hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed03fff on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 900
atrtc0: <AT realtime clock> port 0x70-0x71,0x74-0x77 irq 8 on acpi0
pmtimer0 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0
ata0: [ITHREAD]
ata1 at port 0x170-0x177,0x376 irq 15 on isa0
ata1: [ITHREAD]
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
ppc0: parallel port not found.
p4tcc0: <CPU Frequency Thermal Control> on cpu0
p4tcc1: <CPU Frequency Thermal Control> on cpu1
p4tcc2: <CPU Frequency Thermal Control> on cpu2
p4tcc3: <CPU Frequency Thermal Control> on cpu3
Timecounters tick every 1.000 msec
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 12Mbps Full Speed USB v1.0
usbus2: 12Mbps Full Speed USB v1.0
usbus3: 12Mbps Full Speed USB v1.0
usbus4: 480Mbps High Speed USB v2.0
ugen0.1: <Intel> at usbus0
uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
ugen1.1: <Intel> at usbus1
uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
ugen2.1: <Intel> at usbus2
uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2
ugen3.1: <Intel> at usbus3
uhub3: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus3
ugen4.1: <Intel> at usbus4
uhub4: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus4
uhub0: 2 ports with 2 removable, self powered
uhub1: 2 ports with 2 removable, self powered
uhub2: 2 ports with 2 removable, self powered
uhub3: 2 ports with 2 removable, self powered
acd0: DVDR <PIONEER DVD-RW DVR-216/1.03> at ata2-master UDMA66 SATA
ad6: 1430798MB <WDC WD15EARS-00MVWB0 50.0AB50> at ata3-master UDMA100 SATA
lapic1: Forcing LINT1 to edge trigger
SMP: AP CPU #1 Launched!
lapic3: Forcing LINT1 to edge trigger
SMP: AP CPU #3 Launched!
lapic2: Forcing LINT1 to edge trigger
SMP: AP CPU #2 Launched!
uhub4: 8 ports with 8 removable, self powered
Trying to mount root from ufs:/dev/ad6s1a
ugen1.2: <vendor 0x0566> at usbus1
ukbd0: <vendor 0x0566 product 0x3002, class 0/0, rev 1.10/1.01, addr 2> on usbus1
kbd2 at ukbd0
uhid0: <vendor 0x0566 product 0x3002, class 0/0, rev 1.10/1.01, addr 2> on usbus1
ipfw2 (+ipv6) initialized, divert loadable, nat loadable, rule-based forwarding disabled, default to deny, logging disabled
WARNING: attempt to domain_add(netgraph) after domainfinalize()
[/more]
[more=pciconf]hostb0@pci0:0:0:0:    class=0x060000 card=0x4f4d8086 chip=0xa0008086 rev=0x02 hdr=0x00
vendor = 'Intel Corporation'
class = bridge
subclass = HOST-PCI
vgapci0@pci0:0:2:0:    class=0x030000 card=0x4f4d8086 chip=0xa0018086 rev=0x02 hdr=0x00
vendor = 'Intel Corporation'
class = display
subclass = VGA
none0@pci0:0:27:0:    class=0x040300 card=0xd6188086 chip=0x27d88086 rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = 'IDT High Definition Audio Driver (BA101897)'
class = multimedia
subclass = HDA
pcib1@pci0:0:28:0:    class=0x060400 card=0x4f4d8086 chip=0x27d08086 rev=0x01 hdr=0x01
vendor = 'Intel Corporation'
device = '82801G (ICH7 Family) PCIe Root Port'
class = bridge
subclass = PCI-PCI
pcib2@pci0:0:28:1:    class=0x060400 card=0x4f4d8086 chip=0x27d28086 rev=0x01 hdr=0x01
vendor = 'Intel Corporation'
device = '82801G (ICH7 Family) PCIe Root Port'
class = bridge
subclass = PCI-PCI
pcib3@pci0:0:28:2:    class=0x060400 card=0x4f4d8086 chip=0x27d48086 rev=0x01 hdr=0x01
vendor = 'Intel Corporation'
device = '82801G (ICH7 Family) PCIe Root Port'
class = bridge
subclass = PCI-PCI
pcib4@pci0:0:28:3:    class=0x060400 card=0x4f4d8086 chip=0x27d68086 rev=0x01 hdr=0x01
vendor = 'Intel Corporation'
device = '82801G (ICH7 Family) PCIe Root Port'
class = bridge
subclass = PCI-PCI
uhci0@pci0:0:29:0:    class=0x0c0300 card=0x4f4d8086 chip=0x27c88086 rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82801G (ICH7 Family) USB Universal Host Controller'
class = serial bus
subclass = USB
uhci1@pci0:0:29:1:    class=0x0c0300 card=0x4f4d8086 chip=0x27c98086 rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82801G (ICH7 Family) USB Universal Host Controller'
class = serial bus
subclass = USB
uhci2@pci0:0:29:2:    class=0x0c0300 card=0x4f4d8086 chip=0x27ca8086 rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82801G (ICH7 Family) USB Universal Host Controller'
class = serial bus
subclass = USB
uhci3@pci0:0:29:3:    class=0x0c0300 card=0x4f4d8086 chip=0x27cb8086 rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82801G (ICH7 Family) USB Universal Host Controller'
class = serial bus
subclass = USB
ehci0@pci0:0:29:7:    class=0x0c0320 card=0x4f4d8086 chip=0x27cc8086 rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82801G (ICH7 Family) USB 2.0 Enhanced Host Controller'
class = serial bus
subclass = USB
pcib5@pci0:0:30:0:    class=0x060401 card=0x4f4d8086 chip=0x24488086 rev=0xe1 hdr=0x01
vendor = 'Intel Corporation'
device = '82801 Family (ICH2/3/4/5/6/7/8/9-M) Hub Interface to PCI Bridge'
class = bridge
subclass = PCI-PCI
isab0@pci0:0:31:0:    class=0x060100 card=0x4f4d8086 chip=0x27bc8086 rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
class = bridge
subclass = PCI-ISA
atapci0@pci0:0:31:2:    class=0x01018f card=0x4f4d8086 chip=0x27c08086 rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controller'
class = mass storage
subclass = ATA
none1@pci0:0:31:3:    class=0x0c0500 card=0x4f4d8086 chip=0x27da8086 rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = 'Intel[R] 82801G (ICH7 Family) C- 27DA (82801G)'
class = serial bus
subclass = SMBus
re0@pci0:1:0:0:    class=0x020000 card=0xd6158086 chip=0x816810ec rev=0x03 hdr=0x00
vendor = 'Realtek Semiconductor'
device = 'Gigabit Ethernet NIC(NDIS 6.0) (RTL8168/8111/8111c)'
class = network
subclass = ethernet
skc0@pci0:5:0:0:    class=0x020000 card=0x4b011186 chip=0x4b011186 rev=0x11 hdr=0x00
vendor = 'D-Link System Inc'
device = 'DGE-530T V.B1 Gigabit Ethernet Adapter (rev 11)'
class = network
subclass = ethernet
[/more]
[more=xorg.log]
X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 8.2-RELEASE i386
Current Operating System: FreeBSD tirion.home.lan 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Tue Oct 25 20:06:43 MSD 2011 root@tirion.home.lan:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 04 November 2011 10:45:56PM

Current version of pixman: 0.22.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
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: Sat Nov 5 12:39:37 2011
(II) Loader magic: 0x81def40
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(--) PCI:*(0:0:2:0) 8086:a001:8086:4f4d Intel Corporation N10 Family Integrated Graphics Controller rev 2, Mem @ 0xe0300000/524288, 0xd0000000/268435456, 0xe0200000/1048576, I/O @ 0x000030c0/8, BIOS @ 0x????????/65536
(==) Using default built-in configuration (30 lines)
(==) --- Start of built-in configuration ---
    Section "Device"
        Identifier    "Builtin Default intel Device 0"
        Driver    "intel"
    EndSection
    Section "Screen"
        Identifier    "Builtin Default intel Screen 0"
        Device    "Builtin Default intel Device 0"
    EndSection
    Section "Device"
        Identifier    "Builtin Default vesa Device 0"
        Driver    "vesa"
    EndSection
    Section "Screen"
        Identifier    "Builtin Default vesa Screen 0"
        Device    "Builtin Default vesa Device 0"
    EndSection
    Section "Device"
        Identifier    "Builtin Default fbdev Device 0"
        Driver    "fbdev"
    EndSection
    Section "Screen"
        Identifier    "Builtin Default fbdev Screen 0"
        Device    "Builtin Default fbdev Device 0"
    EndSection
    Section "ServerLayout"
        Identifier    "Builtin Default Layout"
        Screen    "Builtin Default intel Screen 0"
        Screen    "Builtin Default vesa Screen 0"
        Screen    "Builtin Default fbdev Screen 0"
    EndSection
(==) --- End of built-in configuration ---
(==) ServerLayout "Builtin Default Layout"
(**) |-->Screen "Builtin Default intel Screen 0" (0)
(**) | |-->Monitor "<default monitor>"
(**) | |-->Device "Builtin Default intel Device 0"
(==) No monitor specified for screen "Builtin Default intel Screen 0".
    Using a default monitor configuration.
(**) |-->Screen "Builtin Default vesa Screen 0" (1)
(**) | |-->Monitor "<default monitor>"
(**) | |-->Device "Builtin Default vesa Device 0"
(==) No monitor specified for screen "Builtin Default vesa Screen 0".
    Using a default monitor configuration.
(**) |-->Screen "Builtin Default fbdev Screen 0" (2)
(**) | |-->Monitor "<default monitor>"
(**) | |-->Device "Builtin Default fbdev Device 0"
(==) No monitor specified for screen "Builtin Default fbdev Screen 0".
    Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(==) FontPath set to:
    /usr/local/lib/X11/fonts/misc/,
    /usr/local/lib/X11/fonts/TTF/,
    /usr/local/lib/X11/fonts/OTF,
    /usr/local/lib/X11/fonts/Type1/,
    /usr/local/lib/X11/fonts/100dpi/,
    /usr/local/lib/X11/fonts/75dpi/
(==) ModulePath set to "/usr/local/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AutoAddDevices.
(II) LoadModule: "extmod"
(II) Loading /usr/local/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.7, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/local/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.7, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 1.7.7, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(==) AIGLX disabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/local/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.7.7, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/local/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.7, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/local/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.7, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
    compiled for 1.7.7, module version = 2.7.1
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "vesa"
(II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
    compiled for 1.7.7, module version = 2.3.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "fbdev"
(WW) Warning, couldn't open module fbdev
(II) UnloadModule: "fbdev"
(EE) Failed to load module "fbdev" (module does not exist, 0)
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, IGD_GM, IGD_G, 965G, G35,
    965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    Mobile Intel® GM45 Express Chipset,
    Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 00@00:02:0
(WW) Falling back to old probe method for vesa
(WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/local/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.7.7, module version = 0.1.0
    ABI class: X.Org Video Driver, version 6.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) intel(0): Creating default Display subsection in Screen section
    "Builtin Default intel Screen 0" for depth/fbbpp 24/32
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) IGD
(--) intel(0): Chipset: "IGD"
(--) intel(0): Linear framebuffer at 0xD0000000
(--) intel(0): IO registers at addr 0xE0300000
(==) intel(0): Using EXA for acceleration
(II) intel(0): 2 display pipes available.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) intel(0): Output VGA has no monitor section
(II) intel(0): Output LVDS has no monitor section
(II) intel(0): I2C bus "LVDSDDC_C" initialized.
(II) intel(0): Attempting to determine panel fixed mode.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(==) intel(0): Write-combining range (0xa0000,0x10000) was already clear
(II) intel(0): Resizable framebuffer: not available (1 3)
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_D" initialized.
(II) intel(0): I2C device "CRTDDC_D:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_D:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_D" removed.
(II) intel(0): I2C bus "CRTDDC_E" initialized.
(II) intel(0): I2C device "CRTDDC_E:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_E:ddc2" removed.
(II) intel(0): I2C bus "CRTDDC_E" removed.
(II) intel(0): Output VGA connected
(II) intel(0): Output LVDS connected
(II) intel(0): Using fuzzy aspect match for initial modes
(II) intel(0): Output VGA using initial mode 1024x768
(II) intel(0): Output LVDS using initial mode 1024x768
(II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
(==) intel(0): Write-combining range (0xa0000,0x10000) was already clear
(II) intel(0): detected 1024 kB GTT.
(II) intel(0): detected 8188 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/local/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 1.7.7, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "exa"
(II) LoadModule: "exa"
(II) Loading /usr/local/lib/xorg/modules/libexa.so
(II) Module exa: vendor="X.Org Foundation"
    compiled for 1.7.7, module version = 2.5.0
    ABI class: X.Org Video Driver, version 6.0
(II) intel(0): Comparing regs from server start up to After PreInit
(WW) intel(0): Register 0x61110 (PORT_HOTPLUG_EN) changed from 0x00000120 to 0x00000020
(WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000000 to 0x00000203
(WW) intel(0): PIPEASTAT before: status:
(WW) intel(0): PIPEASTAT after: status: VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
(II) UnloadModule: "vesa"
(II) Unloading /usr/local/lib/xorg/modules/drivers/vesa_drv.so
(==) Depth 24 pixmap format is 32 bpp
(II) intel(0): Kernel reported 491520 total, 0 used
(II) intel(0): I830CheckAvailableMemory: 1966080 kB available
(WW) intel(0): DRI2 requires UXA
drmOpenDevice: node name is /dev/dri/card0
Failed to change owner or group for file /dev/dri! 2: No such file or directory
Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory
drmOpenDevice: open result is -1, (No such file or directory)
Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
Failed to change owner or group for file /dev/dri! 2: No such file or directory
Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory
drmOpenDevice: open result is -1, (No such file or directory)
Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: drmOpenMinor returns 11
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) [drm] loaded kernel module for "i915" driver.
(II) [drm] DRM interface version 1.2
(II) [drm] DRM open master succeeded.
(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
(II) intel(0): [drm] framebuffer mapped by ddx driver
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(**) intel(0): Framebuffer compression enabled
(**) intel(0): Tiling enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) intel(0): [drm] Registers = 0xe0300000
(II) intel(0): [drm] ring buffer = 0xd0000000
(II) intel(0): [drm] mapped front buffer at 0xd1000000, handle = 0xd1000000
(II) intel(0): [drm] mapped back buffer at 0xd4000000, handle = 0xd4000000
(II) intel(0): [drm] mapped depth buffer at 0xd5000000, handle = 0xd5000000
(II) intel(0): [drm] mapped classic textures at 0xd6000000, handle = 0xd6000000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) intel(0): Write-combining range (0xa0000,0x10000) was already clear
(II) EXA(0): Offscreen pixmap area of 31457280 bytes
(II) EXA(0): Driver registered support for the following operations:
(II) Solid
(II) Copy
(II) Composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): [DRI] installation complete
(WW) intel(0): drmDropMaster failed: Unknown error: -1
[/more]
[more=xorg.conf]Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath "/usr/local/lib/xorg/modules"
    FontPath "/usr/local/lib/X11/fonts/misc/"
    FontPath "/usr/local/lib/X11/fonts/TTF/"
    FontPath "/usr/local/lib/X11/fonts/OTF"
    FontPath "/usr/local/lib/X11/fonts/Type1/"
    FontPath "/usr/local/lib/X11/fonts/100dpi/"
    FontPath "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
    Load "extmod"
    Load "record"
    Load "dbe"
    Load "glx"
#    Load "dri"
#    Load "dri2"
EndSection

Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
EndSection

Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option     "Protocol" "auto"
    Option     "Device" "/dev/sysmouse"
    Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    #HorizSync 24-80
    #VertRefresh 50-75
    Option     "DPMS"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel"     # [<bool>]
#Option "SWcursor"     # [<bool>]
#Option "ColorKey"     # <i>
#Option "CacheLines"     # <i>
#Option "Dac6Bit"     # [<bool>]
#Option "DRI"     "true"
#Option "NoDDC"     # [<bool>]
#Option "ShowCache"     # [<bool>]
#Option "XvMCSurfaces"     # <i>
#Option "PageFlip"     # [<bool>]
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "N10 Family Integrated Graphics Controller"
    BusID "PCI:0:2:0"
EndSection

Section "DRI"
    Mode 0666
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 16
    SubSection "Display"
        Viewport 0 0
        Depth 16
        Modes     "1024x768"
    EndSubSection
EndSection
[/more]
Опции касающиеся DRI включал, выключал, не помогает. Настройки монитора (HorizSync, VertRefresh) тоже никак не влияют. Вообщем я в ступоре, не представляю куда копать.


Поставил драйвер xf86-video-intel29, завелось.
Автор: niko7
Дата сообщения: 08.11.2011 09:14
FreeBSD 8.2 amd64. Думаю для небольшой базы данных использовать диск SSD Intel SSDSA2CT040G3K5, нужно быстрое запись и чтение. Нет опыта использования ssd дисков во freebsd. Нет ли каких-то проблем при использовании ssd дисков во freebsd?
Автор: tankistua
Дата сообщения: 13.11.2011 21:58
чтобы база быстро работала, нужно чтобы она кешировалась в оперативку, а не диски ссд-эшные ставить.
Автор: niko7
Дата сообщения: 21.11.2011 20:00
tankistua
Цитата:
чтобы база быстро работала, нужно чтобы она кешировалась в оперативку, а не диски ссд-эшные ставить.
У меня база в файловом варианте нет никакого sql. Кешировать нечего. Или вы имели ввиду сделать ramdisk в него поместить базу? В принципе мне 2 gb хватит на данный момент. Только вот что с ней будет если сервер подвиснит по какой либо причине? И как-то ее надо копировать при выключении сервера.

Страницы: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172

Предыдущая тема: Ubuntu


Форум Ru-Board.club — поднят 15-09-2016 числа. Цель - сохранить наследие старого Ru-Board, истории становления российского интернета. Сделано для людей.