freebsd 7.0 + qemu

Проблемы установки, настройки и работы Правильной Операционной Системы

Модератор: terminus

Правила форума
Убедительная просьба юзать теги [cоde] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
luckydevil13
рядовой
Сообщения: 21
Зарегистрирован: 2008-02-21 20:45:09

freebsd 7.0 + qemu

Непрочитанное сообщение luckydevil13 » 2008-04-07 18:06:35

Привет всем

Пытаюсь связать в сетку реальную машину с виртуальной... связь виртуальной с внешним миром не нужна. только между хостом и гуестом

Проблема в том что все делаю правильно, и она даже вроде работает... но реально не работает Ж(
[HOST] tap0 (192.168.255.253/255.255.255.252) < ------ > nic(192.168.255.254/255.255.255.252) [GUEST]

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

qemu -hda /tank/tools/qemu/linux.img -m 64  -net nic,vlan=0 -net tap,vlan=0  -vnc:1

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

/usr/local/etc/qemu-ifup
====
#!/bin/sh
ifconfig tap0 192.168.255.253 netmask 255.255.255.252 up
====

ifconfig
=====
fxp0: flags=9943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,LINK0,MULTICAST> metric 0 mtu 1500
        options=8<VLAN_MTU>
        ether 00:a9:40:1a:6a:94
        inet 192.168.1.250 netmask 0xfffff800 broadcast 192.168.7.255
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
        inet6 ::1 prefixlen 128
        inet 127.0.0.1 netmask 0xff000000
tap0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        ether 00:bd:2c:aa:00:00
        inet 192.168.255.253 netmask 0xfffffffc broadcast 192.168.255.255
        Opened by PID 827
=====
Пингуем с хоста гуеста - нет ответов на пинг хотя тспдамп покахывает что есть. ничего не понимаю

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

tcpdump -i tap0
===========
17:06:13.154720 IP 192.168.255.253 > 192.168.255.254: ICMP echo request, id 23811, seq 25, length 64
17:06:13.155534 IP 192.168.255.254 > 192.168.255.253: ICMP echo reply, id 23811, seq 25, length 64
17:06:14.156277 IP 192.168.255.253 > 192.168.255.254: ICMP echo request, id 23811, seq 26, length 64
17:06:14.157064 IP 192.168.255.254 > 192.168.255.253: ICMP echo reply, id 23811, seq 26, length 64
17:06:15.157843 IP 192.168.255.253 > 192.168.255.254: ICMP echo request, id 23811, seq 27, length 64
17:06:15.158655 IP 192.168.255.254 > 192.168.255.253: ICMP echo reply, id 23811, seq 27, length 64
17:06:16.159389 IP 192.168.255.253 > 192.168.255.254: ICMP echo request, id 23811, seq 28, length 64
===========
Последний раз редактировалось manefesto 2008-04-08 5:55:37, всего редактировалось 1 раз.
Причина: [code]

Хостинговая компания Host-Food.ru
Хостинг HostFood.ru
 

Услуги хостинговой компании Host-Food.ru

Хостинг HostFood.ru

Тарифы на хостинг в России, от 12 рублей: https://www.host-food.ru/tariffs/hosting/
Тарифы на виртуальные сервера (VPS/VDS/KVM) в РФ, от 189 руб.: https://www.host-food.ru/tariffs/virtualny-server-vps/
Выделенные сервера, Россия, Москва, от 2000 рублей (HP Proliant G5, Intel Xeon E5430 (2.66GHz, Quad-Core, 12Mb), 8Gb RAM, 2x300Gb SAS HDD, P400i, 512Mb, BBU):
https://www.host-food.ru/tariffs/vydelennyi-server-ds/
Недорогие домены в популярных зонах: https://www.host-food.ru/domains/

luckydevil13
рядовой
Сообщения: 21
Зарегистрирован: 2008-02-21 20:45:09

Re: freebsd 7.0 + qemu

Непрочитанное сообщение luckydevil13 » 2008-04-07 18:08:08

в ядре

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

ipfirewall ipfilter ipdivert
нету

Аватара пользователя
Alex Keda
стреляли...
Сообщения: 35426
Зарегистрирован: 2004-10-18 14:25:19
Откуда: Made in USSR
Контактная информация:

Re: freebsd 7.0 + qemu

Непрочитанное сообщение Alex Keda » 2008-04-07 21:17:16

ссобщения нормально оформляйте
Убей их всех! Бог потом рассортирует...

luckydevil13
рядовой
Сообщения: 21
Зарегистрирован: 2008-02-21 20:45:09

Re: freebsd 7.0 + qemu

Непрочитанное сообщение luckydevil13 » 2008-04-08 8:48:46

Прошу прошение.

И по поводу проблемы, вот какие мысли появились. Раз ответы есть значит где-то на локальной машине ицмп трафик фильтруется или модифицируется... кто его может отбрасывать? может какая преременная в sysctl ?

Аватара пользователя
Alex Keda
стреляли...
Сообщения: 35426
Зарегистрирован: 2004-10-18 14:25:19
Откуда: Made in USSR
Контактная информация:

Re: freebsd 7.0 + qemu

Непрочитанное сообщение Alex Keda » 2008-04-08 9:09:55

файрволлов нигде никаких нет?
у меня работало, помниться...
но подымал я всё это каким-то скриптом найденным в гугле...
Убей их всех! Бог потом рассортирует...

luckydevil13
рядовой
Сообщения: 21
Зарегистрирован: 2008-02-21 20:45:09

Re: freebsd 7.0 + qemu

Непрочитанное сообщение luckydevil13 » 2008-04-08 11:18:44

Бьюсь с проблемой уже второй день Ж(

Интерфейс можно связать с реальным в бридж там принципе ничего сложно все раписано на сайте... даже в конфигурации с бриджом при пинге из локалки картина точно такая же .... ответы тспдампом вижу... а реально их нет.

Даже интересно стало разобратбся, вдруг баг словил )


sysctl -a

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

kern.ostype: FreeBSD
kern.osrelease: 7.0-RELEASE
kern.osrevision: 199506
kern.version: FreeBSD 7.0-RELEASE #0: Tue Apr  8 00:13:10 EEST 2008
    devil@server-13.:/usr/obj/usr/src/sys/newkern4

kern.maxvnodes: 52292
kern.maxproc: 6164
kern.maxfiles: 12328
kern.argmax: 262144
kern.securelevel: -1
kern.hostname: server-13.
kern.hostid: 3235756455
kern.clockrate: { hz = 1000, tick = 1000, profhz = 666, stathz = 133 }
kern.posix1version: 200112
kern.ngroups: 16
kern.job_control: 1
kern.saved_ids: 0
kern.boottime: { sec = 1207637638, usec = 202841 } Tue Apr  8 09:53:58 2008
kern.domainname: 
kern.osreldate: 700055
kern.bootfile: /boot/kernel/kernel
kern.maxfilesperproc: 11095
kern.maxprocperuid: 5547
kern.ipc.maxsockbuf: 262144
kern.ipc.sockbuf_waste_factor: 8
kern.ipc.somaxconn: 128
kern.ipc.max_linkhdr: 16
kern.ipc.max_protohdr: 40
kern.ipc.max_hdr: 56
kern.ipc.max_datalen: 148
kern.ipc.nmbjumbo16: 3200
kern.ipc.nmbjumbo9: 6400
kern.ipc.nmbjumbop: 12800
kern.ipc.nmbclusters: 25600
kern.ipc.piperesizeallowed: 1
kern.ipc.piperesizefail: 0
kern.ipc.pipeallocfail: 0
kern.ipc.pipefragretry: 0
kern.ipc.pipekva: 49152
kern.ipc.maxpipekva: 26841088
kern.ipc.msgseg: 2048
kern.ipc.msgssz: 8
kern.ipc.msgtql: 40
kern.ipc.msgmnb: 2048
kern.ipc.msgmni: 40
kern.ipc.msgmax: 16384
kern.ipc.semaem: 16384
kern.ipc.semvmx: 32767
kern.ipc.semusz: 92
kern.ipc.semume: 10
kern.ipc.semopm: 100
kern.ipc.semmsl: 60
kern.ipc.semmnu: 30
kern.ipc.semmns: 60
kern.ipc.semmni: 10
kern.ipc.semmap: 30
kern.ipc.shm_allow_removed: 0
kern.ipc.shm_use_phys: 0
kern.ipc.shmall: 8192
kern.ipc.shmseg: 128
kern.ipc.shmmni: 192
kern.ipc.shmmin: 1
kern.ipc.shmmax: 33554432
kern.ipc.maxsockets: 25600
kern.ipc.numopensockets: 22
kern.ipc.nsfbufsused: 0
kern.ipc.nsfbufspeak: 5
kern.ipc.nsfbufs: 6656
kern.dummy: 0
kern.ps_strings: 3217031152
kern.usrstack: 3217031168
kern.logsigexit: 1
kern.iov_max: 1024
kern.hostuuid: daf67a03-0235-11dd-858a-00a9401a6a94
kern.arandom: -18181547
kern.cam.cam_srch_hi: 0
kern.cam.scsi_delay: 5000
kern.cam.cd.changer.max_busy_seconds: 15
kern.cam.cd.changer.min_busy_seconds: 5
kern.cam.da.da_send_ordered: 1
kern.cam.da.default_timeout: 60
kern.cam.da.retry_count: 4
kern.dcons.poll_hz: 100
kern.disks: ad3 ad2 ad1 ad0
kern.geom.collectstats: 1
kern.geom.debugflags: 0
kern.geom.label.debug: 0
kern.elf32.fallback_brand: -1
kern.init_shutdown_timeout: 120
kern.init_path: /sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init:/stand/sysinstall
kern.acct_suspended: 0
kern.acct_configured: 0
kern.acct_chkfreq: 15
kern.acct_resume: 4
kern.acct_suspend: 2
kern.cp_time: 609 0 499 7 635626
kern.openfiles: 98
kern.kq_calloutmax: 4096
kern.ps_arg_cache_limit: 256
kern.stackprot: 7
kern.randompid: 0
kern.lastpid: 1144
kern.module_path: /boot/kernel;/boot/modules
kern.malloc_count: 241
kern.fallback_elf_brand: -1
kern.maxusers: 384
kern.ident: newkern4
kern.polling.idlepoll_sleeping: 1
kern.polling.stalled: 0
kern.polling.suspect: 2
kern.polling.phase: 0
kern.polling.enable: 0
kern.polling.handlers: 1
kern.polling.residual_burst: 0
kern.polling.pending_polls: 0
kern.polling.lost_polls: 2
kern.polling.short_ticks: 417
kern.polling.reg_frac: 20
kern.polling.user_frac: 50
kern.polling.idle_poll: 0
kern.polling.each_burst: 5
kern.polling.burst_max: 150
kern.polling.burst: 150
kern.kstack_pages: 2
kern.shutdown.kproc_shutdown_wait: 60
kern.shutdown.poweroff_delay: 5000
kern.sync_on_panic: 0
kern.corefile: %N.core
kern.nodump_coredump: 0
kern.coredump: 1
kern.sugid_coredump: 0
kern.sigqueue.alloc_fail: 0
kern.sigqueue.overflow: 0
kern.sigqueue.preallocate: 1024
kern.sigqueue.max_pending_per_proc: 128
kern.forcesigexit: 1
kern.fscale: 2048
kern.timecounter.tick: 1
kern.timecounter.choice: TSC(800) ACPI-fast(1000) i8254(0) dummy(-1000000)
kern.timecounter.hardware: ACPI-fast
kern.timecounter.nsetclock: 4
kern.timecounter.ngetmicrotime: 768775
kern.timecounter.ngetnanotime: 1
kern.timecounter.ngetbintime: 0
kern.timecounter.ngetmicrouptime: 593678
kern.timecounter.ngetnanouptime: 457696
kern.timecounter.ngetbinuptime: 1086
kern.timecounter.nmicrotime: 354946
kern.timecounter.nnanotime: 352
kern.timecounter.nbintime: 355298
kern.timecounter.nmicrouptime: 14355170
kern.timecounter.nnanouptime: 0
kern.timecounter.nbinuptime: 14742471
kern.timecounter.stepwarnings: 0
kern.timecounter.tc.i8254.mask: 65535
kern.timecounter.tc.i8254.counter: 55112
kern.timecounter.tc.i8254.frequency: 1193182
kern.timecounter.tc.i8254.quality: 0
kern.timecounter.tc.ACPI-fast.mask: 16777215
kern.timecounter.tc.ACPI-fast.counter: 12984957
kern.timecounter.tc.ACPI-fast.frequency: 3579545
kern.timecounter.tc.ACPI-fast.quality: 1000
kern.timecounter.tc.TSC.mask: 4294967295
kern.timecounter.tc.TSC.counter: 1776661846
kern.timecounter.tc.TSC.frequency: 1666486916
kern.timecounter.tc.TSC.quality: 800
kern.timecounter.smp_tsc: 0
kern.threads.virtual_cpu: 1
kern.threads.max_threads_hits: 0
kern.threads.max_threads_per_proc: 1500
kern.ccpu: 0
kern.sched.preemption: 1
kern.sched.topology: 0
kern.sched.steal_thresh: 0
kern.sched.steal_idle: 1
kern.sched.steal_htt: 1
kern.sched.balance_interval: 133
kern.sched.balance: 1
kern.sched.tryself: 1
kern.sched.affinity: 3
kern.sched.pick_pri: 1
kern.sched.preempt_thresh: 64
kern.sched.interact: 30
kern.sched.slice: 13
kern.sched.name: ULE
kern.devstat.version: 6
kern.devstat.generation: 213
kern.devstat.numdevs: 4
kern.kobj_methodcount: 147
kern.log_wakeups_per_second: 5
kern.msgbuf_clear: 0
kern.msgbuf: 
kern.always_console_output: 0
kern.log_console_output: 1
kern.smp.forward_roundrobin_enabled: 1
kern.smp.forward_signal_enabled: 1
kern.smp.cpus: 1
kern.smp.disabled: 0
kern.smp.active: 0
kern.smp.maxcpus: 16
kern.nselcoll: 0
kern.tty_nout: 946702
kern.tty_nin: 1085
kern.drainwait: 300
kern.constty_wakeups_per_second: 5
kern.consmsgbuf_size: 8192
kern.consmute: 0
kern.console: consolectl,dcons,/dcons,consolectl,ttyd0,
kern.minvnodes: 17430
kern.metadelay: 28
kern.dirdelay: 29
kern.filedelay: 30
kern.chroot_allow_open_directories: 1
kern.cryptodevallowsoft: 0
kern.userasymcrypto: 1
kern.rpc.invalid: 0
kern.rpc.unexpected: 0
kern.rpc.timeouts: 0
kern.rpc.request: 0
kern.rpc.retries: 0
kern.random.yarrow.gengateinterval: 10
kern.random.yarrow.bins: 10
kern.random.yarrow.fastthresh: 192
kern.random.yarrow.slowthresh: 256
kern.random.yarrow.slowoverthresh: 2
kern.random.sys.seeded: 1
kern.random.sys.harvest.ethernet: 1
kern.random.sys.harvest.point_to_point: 1
kern.random.sys.harvest.interrupt: 1
kern.random.sys.harvest.swi: 0
vm.vmtotal: 
System wide totals computed every five seconds: (values in kilobytes)
===============================================
Processes:		(RUNQ: 2 Disk Wait: 1 Page Wait: 0 Sleep: 30)
Virtual Memory:		(Total: 2235176K, Active 91432K)
Real Memory:		(Total: 108956K Active 19016K)
Shared Virtual Memory:	(Total: 17620K Active: 7864K)
Shared Real Memory:	(Total: 12500K Active: 6220K)
Free Memory Pages:	895760K

vm.loadavg: { 0,00 0,00 0,00 }
vm.v_free_min: 1651
vm.v_free_target: 6985
vm.v_free_reserved: 381
vm.v_inactive_target: 10477
vm.v_cache_min: 6985
vm.v_cache_max: 13970
vm.v_pageout_free_min: 34
vm.pageout_algorithm: 0
vm.swap_enabled: 1
vm.kmem_size_scale: 3
vm.kmem_size_max: 536870912
vm.kmem_size_min: 0
vm.kmem_size: 536870912
vm.nswapdev: 0
vm.dmmax: 32
vm.swap_async_max: 4
vm.zone_count: 92
vm.swap_idle_threshold2: 10
vm.swap_idle_threshold1: 2
vm.exec_map_entries: 16
vm.stats.misc.zero_page_count: 10
vm.stats.misc.cnt_prezero: 0
vm.stats.vm.v_kthreadpages: 0
vm.stats.vm.v_rforkpages: 0
vm.stats.vm.v_vforkpages: 12133
vm.stats.vm.v_forkpages: 188523
vm.stats.vm.v_kthreads: 86
vm.stats.vm.v_rforks: 0
vm.stats.vm.v_vforks: 71
vm.stats.vm.v_forks: 987
vm.stats.vm.v_interrupt_free_min: 2
vm.stats.vm.v_pageout_free_min: 34
vm.stats.vm.v_cache_max: 13970
vm.stats.vm.v_cache_min: 6985
vm.stats.vm.v_cache_count: 6
vm.stats.vm.v_inactive_count: 3174
vm.stats.vm.v_inactive_target: 10477
vm.stats.vm.v_active_count: 3396
vm.stats.vm.v_wire_count: 23615
vm.stats.vm.v_free_count: 223934
vm.stats.vm.v_free_min: 1651
vm.stats.vm.v_free_target: 6985
vm.stats.vm.v_free_reserved: 381
vm.stats.vm.v_page_count: 254238
vm.stats.vm.v_page_size: 4096
vm.stats.vm.v_tfree: 83376
vm.stats.vm.v_pfree: 41995
vm.stats.vm.v_dfree: 0
vm.stats.vm.v_tcached: 112
vm.stats.vm.v_pdpages: 0
vm.stats.vm.v_pdwakeups: 0
vm.stats.vm.v_reactivated: 98
vm.stats.vm.v_intrans: 22
vm.stats.vm.v_vnodepgsout: 268
vm.stats.vm.v_vnodepgsin: 3456
vm.stats.vm.v_vnodeout: 149
vm.stats.vm.v_vnodein: 479
vm.stats.vm.v_swappgsout: 0
vm.stats.vm.v_swappgsin: 0
vm.stats.vm.v_swapout: 0
vm.stats.vm.v_swapin: 0
vm.stats.vm.v_ozfod: 1142
vm.stats.vm.v_zfod: 32486
vm.stats.vm.v_cow_optim: 206
vm.stats.vm.v_cow_faults: 30384
vm.stats.vm.v_vm_faults: 84207
vm.stats.sys.v_soft: 144492617
vm.stats.sys.v_intr: 4646
vm.stats.sys.v_syscall: 1726614
vm.stats.sys.v_trap: 92336
vm.stats.sys.v_swtch: 11171656
vm.stats.object.bypasses: 325
vm.stats.object.collapses: 3096
vm.v_free_severe: 1016
vm.max_proc_mmap: 78951
vm.old_msync: 0
vm.msync_flush_flags: 3
vm.boot_pages: 48
vm.pageout_lock_miss: 0
vm.disable_swapspace_pageouts: 0
vm.defer_swapspace_pageouts: 0
vm.swap_idle_enabled: 0
vm.pageout_stats_interval: 5
vm.pageout_full_stats_interval: 20
vm.pageout_stats_max: 6985
vm.max_launder: 32
vm.phys_segs: 
SEGMENT 0:

start:     0x1000
end:       0x9f000
free list: 0xc09db0c8

SEGMENT 1:

start:     0x100000
end:       0x400000
free list: 0xc09db0c8

SEGMENT 2:

start:     0x1028000
end:       0x3eda8000
free list: 0xc09dafc0

vm.phys_free: 
FREE LIST 0:

  ORDER (SIZE)  |  NUMBER
                |  POOL 0  |  POOL 1
--            -- --      -- --      --
  10 (  4096K)  |     216  |       0
   9 (  2048K)  |       1  |       0
   8 (  1024K)  |       1  |       0
   7 (   512K)  |       2  |       0
   6 (   256K)  |       1  |       0
   5 (   128K)  |       3  |       0
   4 (    64K)  |       5  |       0
   3 (    32K)  |      10  |       0
   2 (    16K)  |      68  |       0
   1 (     8K)  |     104  |       0
   0 (     4K)  |       0  |       6

FREE LIST 1:

  ORDER (SIZE)  |  NUMBER
                |  POOL 0  |  POOL 1
--            -- --      -- --      --
  10 (  4096K)  |       0  |       0
   9 (  2048K)  |       1  |       0
   8 (  1024K)  |       1  |       0
   7 (   512K)  |       0  |       0
   6 (   256K)  |       1  |       0
   5 (   128K)  |       1  |       0
   4 (    64K)  |       2  |       0
   3 (    32K)  |       2  |       0
   2 (    16K)  |       2  |       0
   1 (     8K)  |       2  |       0
   0 (     4K)  |       1  |       0

vm.idlezero_enable: 0
vm.kvm_free: 209711104
vm.kvm_size: 1069543424
vm.pmap.pmap_collect_active: 0
vm.pmap.pmap_collect_inactive: 0
vm.pmap.pv_entry_spare: 3795
vm.pmap.pv_entry_allocs: 575585
vm.pmap.pv_entry_frees: 561236
vm.pmap.pc_chunk_tryfail: 0
vm.pmap.pc_chunk_frees: 3249
vm.pmap.pc_chunk_allocs: 3303
vm.pmap.pc_chunk_count: 54
vm.pmap.pv_entry_count: 14349
vm.pmap.shpgperproc: 200
vm.pmap.pv_entry_max: 1487136
vfs.devfs.rule_depth: 1
vfs.devfs.generation: 104
vfs.zfs.arc_min: 16777216
vfs.zfs.arc_max: 402653184
vfs.zfs.mdcomp_disable: 0
vfs.zfs.prefetch_disable: 1
vfs.zfs.zio.taskq_threads: 0
vfs.zfs.recover: 0
vfs.zfs.vdev.cache.size: 10485760
vfs.zfs.vdev.cache.max: 16384
vfs.zfs.cache_flush_disable: 0
vfs.zfs.zil_disable: 1
vfs.zfs.debug: 0
vfs.ufs.dirhash_docheck: 0
vfs.ufs.dirhash_mem: 215437
vfs.ufs.dirhash_maxmem: 2097152
vfs.ufs.dirhash_minsize: 2560
vfs.nfs4.access_cache_timeout: 60
vfs.nfs.downdelayinitial: 12
vfs.nfs.downdelayinterval: 30
vfs.nfs.skip_wcc_data_onerr: 1
vfs.nfs.nfs3_jukebox_delay: 10
vfs.nfs.reconnects: 0
vfs.nfs.bufpackets: 4
vfs.nfs.realign_count: 0
vfs.nfs.realign_test: 0
vfs.nfs.defect: 0
vfs.nfs.iodmax: 20
vfs.nfs.iodmin: 0
vfs.nfs.iodmaxidle: 120
vfs.nfs.diskless_rootpath: 
vfs.nfs.diskless_valid: 0
vfs.nfs.nfs_ip_paranoia: 1
vfs.nfs.nfs_directio_allow_mmap: 1
vfs.nfs.nfs_directio_enable: 0
vfs.nfs.clean_pages_on_close: 1
vfs.nfs.nfsv3_commit_on_close: 0
vfs.nfs.access_cache_timeout: 60
vfs.smbfs.fastlookup: 1
vfs.smbfs.debuglevel: 0
vfs.smbfs.version: 101012
vfs.pfs.trace: 0
vfs.pfs.vncache.misses: 0
vfs.pfs.vncache.hits: 0
vfs.pfs.vncache.maxentries: 0
vfs.pfs.vncache.entries: 0
vfs.aio.max_buf_aio: 16
vfs.aio.max_aio_queue_per_proc: 256
vfs.aio.max_aio_per_proc: 32
vfs.aio.unloadable: 0
vfs.aio.aiod_lifetime: 30000
vfs.aio.aiod_timeout: 10000
vfs.aio.num_buf_aio: 0
vfs.aio.num_queue_count: 0
vfs.aio.max_aio_queue: 1024
vfs.aio.target_aio_procs: 4
vfs.aio.num_aio_procs: 0
vfs.aio.max_aio_procs: 32
vfs.flushwithdeps: 0
vfs.getnewbufrestarts: 0
vfs.getnewbufcalls: 1228
vfs.hifreebuffers: 802
vfs.lofreebuffers: 401
vfs.numfreebuffers: 7125
vfs.dirtybufthresh: 1623
vfs.hidirtybuffers: 1804
vfs.lodirtybuffers: 902
vfs.numdirtybuffers: 12
vfs.recursiveflushes: 0
vfs.altbufferflushes: 0
vfs.bdwriteskip: 0
vfs.dirtybufferflushes: 0
vfs.hirunningspace: 1048576
vfs.lorunningspace: 524288
vfs.bufdefragcnt: 0
vfs.buffreekvacnt: 0
vfs.bufreusecnt: 1031
vfs.hibufspace: 116277248
vfs.lobufspace: 116211712
vfs.maxmallocbufspace: 5813862
vfs.bufmallocspace: 231424
vfs.maxbufspace: 116932608
vfs.bufspace: 16891904
vfs.runningbufspace: 0
vfs.vmiodirenable: 1
vfs.cache.numfullpathfound: 68
vfs.cache.numfullpathfail4: 0
vfs.cache.numfullpathfail2: 0
vfs.cache.numfullpathfail1: 0
vfs.cache.numfullpathcalls: 68
vfs.cache.nchstats: 798920 21881 240 0 19819 0 14 179
vfs.cache.numneghits: 21881
vfs.cache.numnegzaps: 15
vfs.cache.numposhits: 798920
vfs.cache.numposzaps: 225
vfs.cache.nummisszap: 246
vfs.cache.nummiss: 19573
vfs.cache.numchecks: 916302
vfs.cache.dotdothits: 2307
vfs.cache.dothits: 2759
vfs.cache.numcalls: 845926
vfs.cache.numcache: 11500
vfs.cache.numneg: 717
vfs.read_max: 8
vfs.write_behind: 1
vfs.lookup_shared: 0
vfs.usermount: 0
vfs.worklist_len: 4
vfs.timestamp_precision: 0
vfs.reassignbufcalls: 3314
vfs.freevnodes: 9391
vfs.wantfreevnodes: 17430
vfs.numvnodes: 10837
vfs.nfsrv.nfs_privport: 0
vfs.nfsrv.commit_miss: 0
vfs.nfsrv.commit_blks: 0
vfs.nfsrv.async: 0
vfs.nfsrv.realign_count: 0
vfs.nfsrv.realign_test: 0
vfs.nfsrv.gatherdelay_v3: 0
vfs.nfsrv.gatherdelay: 10000
vfs.ffs.doreallocblks: 1
vfs.ffs.doasyncfree: 1
vfs.ffs.compute_summary_at_mount: 0
net.local.stream.recvspace: 8192
net.local.stream.sendspace: 8192
net.local.dgram.recvspace: 4096
net.local.dgram.maxdgram: 2048
net.local.recycled: 0
net.local.taskcount: 0
net.local.inflight: 0
net.inet.ip.portrange.randomtime: 45
net.inet.ip.portrange.randomcps: 10
net.inet.ip.portrange.randomized: 1
net.inet.ip.portrange.reservedlow: 0
net.inet.ip.portrange.reservedhigh: 1023
net.inet.ip.portrange.hilast: 65535
net.inet.ip.portrange.hifirst: 49152
net.inet.ip.portrange.last: 65535
net.inet.ip.portrange.first: 49152
net.inet.ip.portrange.lowlast: 600
net.inet.ip.portrange.lowfirst: 1023
net.inet.ip.forwarding: 1
net.inet.ip.redirect: 1
net.inet.ip.ttl: 64
net.inet.ip.rtexpire: 3600
net.inet.ip.rtminexpire: 10
net.inet.ip.rtmaxcache: 128
net.inet.ip.sourceroute: 0
net.inet.ip.intr_queue_maxlen: 50
net.inet.ip.intr_queue_drops: 0
net.inet.ip.accept_sourceroute: 0
net.inet.ip.keepfaith: 0
net.inet.ip.same_prefix_carp_only: 0
net.inet.ip.subnets_are_local: 0
net.inet.ip.fastforwarding: 0
net.inet.ip.maxfragpackets: 800
net.inet.ip.maxfragsperpacket: 16
net.inet.ip.fragpackets: 0
net.inet.ip.check_interface: 0
net.inet.ip.random_id: 0
net.inet.ip.sendsourcequench: 0
net.inet.ip.process_options: 1
net.inet.icmp.maskrepl: 0
net.inet.icmp.icmplim: 200
net.inet.icmp.bmcastecho: 0
net.inet.icmp.quotelen: 8
net.inet.icmp.reply_from_interface: 0
net.inet.icmp.reply_src: 
net.inet.icmp.icmplim_output: 1
net.inet.icmp.log_redirect: 0
net.inet.icmp.drop_redirect: 0
net.inet.icmp.maskfake: 0
net.inet.tcp.rfc1323: 1
net.inet.tcp.mssdflt: 512
net.inet.tcp.keepidle: 7200000
net.inet.tcp.keepintvl: 75000
net.inet.tcp.sendspace: 32768
net.inet.tcp.recvspace: 65536
net.inet.tcp.keepinit: 75000
net.inet.tcp.delacktime: 100
net.inet.tcp.hostcache.purge: 0
net.inet.tcp.hostcache.prune: 300
net.inet.tcp.hostcache.expire: 3600
net.inet.tcp.hostcache.count: 11
net.inet.tcp.hostcache.bucketlimit: 30
net.inet.tcp.hostcache.hashsize: 512
net.inet.tcp.hostcache.cachelimit: 15360
net.inet.tcp.recvbuf_max: 262144
net.inet.tcp.recvbuf_inc: 16384
net.inet.tcp.recvbuf_auto: 1
net.inet.tcp.insecure_rst: 0
net.inet.tcp.rfc3390: 1
net.inet.tcp.rfc3042: 1
net.inet.tcp.drop_synfin: 0
net.inet.tcp.delayed_ack: 1
net.inet.tcp.blackhole: 0
net.inet.tcp.log_in_vain: 0
net.inet.tcp.sendbuf_max: 262144
net.inet.tcp.sendbuf_inc: 8192
net.inet.tcp.sendbuf_auto: 1
net.inet.tcp.tso: 1
net.inet.tcp.newreno: 1
net.inet.tcp.local_slowstart_flightsize: 4
net.inet.tcp.slowstart_flightsize: 1
net.inet.tcp.path_mtu_discovery: 1
net.inet.tcp.reass.overflows: 0
net.inet.tcp.reass.maxqlen: 48
net.inet.tcp.reass.cursegments: 0
net.inet.tcp.reass.maxsegments: 1600
net.inet.tcp.sack.globalholes: 0
net.inet.tcp.sack.globalmaxholes: 65536
net.inet.tcp.sack.maxholes: 128
net.inet.tcp.sack.enable: 1
net.inet.tcp.inflight.stab: 20
net.inet.tcp.inflight.max: 1073725440
net.inet.tcp.inflight.min: 6144
net.inet.tcp.inflight.rttthresh: 10
net.inet.tcp.inflight.debug: 0
net.inet.tcp.inflight.enable: 1
net.inet.tcp.isn_reseed_interval: 0
net.inet.tcp.icmp_may_rst: 1
net.inet.tcp.pcbcount: 9
net.inet.tcp.do_tcpdrain: 1
net.inet.tcp.tcbhashsize: 512
net.inet.tcp.log_debug: 0
net.inet.tcp.minmss: 216
net.inet.tcp.syncache.rst_on_sock_fail: 1
net.inet.tcp.syncache.rexmtlimit: 3
net.inet.tcp.syncache.hashsize: 512
net.inet.tcp.syncache.count: 0
net.inet.tcp.syncache.cachelimit: 15360
net.inet.tcp.syncache.bucketlimit: 30
net.inet.tcp.syncookies_only: 0
net.inet.tcp.syncookies: 1
net.inet.tcp.timer_race: 0
net.inet.tcp.finwait2_timeout: 60000
net.inet.tcp.fast_finwait2_recycle: 0
net.inet.tcp.always_keepalive: 1
net.inet.tcp.rexmit_slop: 200
net.inet.tcp.rexmit_min: 30
net.inet.tcp.msl: 30000
net.inet.tcp.nolocaltimewait: 0
net.inet.tcp.maxtcptw: 5120
net.inet.udp.checksum: 1
net.inet.udp.maxdgram: 9216
net.inet.udp.recvspace: 41600
net.inet.udp.blackhole: 0
net.inet.udp.log_in_vain: 0
net.inet.carp.allow: 1
net.inet.carp.preempt: 0
net.inet.carp.log: 1
net.inet.carp.arpbalance: 0
net.inet.carp.suppress_preempt: 0
net.inet.raw.recvspace: 9216
net.inet.raw.maxdgram: 9216
net.inet.accf.unloadable: 0
net.link.generic.system.ifcount: 4
net.link.ether.inet.log_arp_permanent_modify: 1
net.link.ether.inet.log_arp_movements: 1
net.link.ether.inet.log_arp_wrong_iface: 1
net.link.ether.inet.proxyall: 0
net.link.ether.inet.useloopback: 1
net.link.ether.inet.maxtries: 5
net.link.ether.inet.max_age: 1200
net.link.ether.ipfw: 0
net.link.vlan.soft_pad: 0
net.link.bridge.ipfw: 0
net.link.bridge.log_stp: 0
net.link.bridge.pfil_local_phys: 0
net.link.bridge.pfil_member: 1
net.link.bridge.pfil_bridge: 1
net.link.bridge.ipfw_arp: 0
net.link.bridge.pfil_onlyip: 1
net.link.log_link_state_change: 1
net.link.tap.debug: 0
net.link.tap.devfs_cloning: 1
net.link.tap.up_on_open: 0
net.link.tap.user_open: 0
net.bpf.maxinsns: 512
net.bpf.maxbufsize: 524288
net.bpf.bufsize: 4096
net.isr.swi_count: 287076203
net.isr.drop: 0
net.isr.queued: 135
net.isr.deferred: 0
net.isr.directed: 406759
net.isr.count: 406759
net.isr.direct: 1
net.route.netisr_maxqlen: 256
net.graph.msg_version: 8
net.graph.abi_version: 11
net.graph.maxalloc: 512
net.smb.version: 103006
net.smb.tcprcvbuf: 65535
net.smb.tcpsndbuf: 65535
debug.mddebug: 0
debug.elf32_legacy_coredump: 0
debug.elf32_trace: 0
debug.bootverbose: 0
debug.boothowto: -2147483648
debug.cpufreq.verbose: 0
debug.cpufreq.lowest: 0
debug.sizeof.cdev_priv: 232
debug.sizeof.cdev: 184
debug.sizeof.g_bioq: 36
debug.sizeof.g_consumer: 60
debug.sizeof.g_provider: 88
debug.sizeof.g_geom: 68
debug.sizeof.g_class: 68
debug.sizeof.kinfo_proc: 768
debug.sizeof.buf: 356
debug.sizeof.bio: 132
debug.sizeof.proc: 684
debug.sizeof.vnode: 272
debug.sizeof.devstat: 240
debug.sizeof.namecache: 36
debug.to_avg_mpcalls: 1506
debug.to_avg_mtxcalls: 0
debug.to_avg_gcalls: 745
debug.to_avg_depth: 2296
debug.umtx.umtx_pi_allocated: 0
debug.kdb.stop_cpus: 1
debug.kdb.trap_code: 0
debug.kdb.trap: 0
debug.kdb.panic: 0
debug.kdb.enter: 0
debug.kdb.current: 
debug.kdb.available: 
debug.rman_debug: 0
debug.ttydebug: 0
debug.disablefullpath: 0
debug.disablecwd: 0
debug.hashstat.nchash: 131072 11018 3 840
debug.vfscache: 1
debug.numcachehv: 854
debug.numcache: 11500
debug.numneg: 717
debug.ncnegfactor: 16
debug.nchash: 131071
debug.vnlru_nowhere: 0
debug.rush_requests: 0
debug.mpsafevfs: 1
debug.if_tap_debug: 0
debug.crypto_timing: 0
debug.collectsnapstats: 0
debug.snapdebug: 0
debug.dopersistence: 0
debug.dir_entry: 55
debug.direct_blk_ptrs: 11
debug.inode_bitmap: 55
debug.indir_blk_ptrs: 0
debug.sync_limit_hit: 0
debug.ino_limit_hit: 0
debug.blk_limit_hit: 0
debug.ino_limit_push: 0
debug.blk_limit_push: 0
debug.worklist_push: 0
debug.maxindirdeps: 50
debug.tickdelay: 2
debug.max_softdeps: 278892
debug.dobkgrdwrite: 1
debug.bigcgs: 0
debug.dircheck: 0
debug.nosleepwithlocks: 0
debug.psm.pkterrthresh: 2
debug.psm.usecs: 500000
debug.psm.secs: 0
debug.psm.errusecs: 0
debug.psm.errsecs: 2
debug.psm.hz: 20
debug.psm.loglevel: 0
debug.minidump: 1
debug.PMAP1unchanged: 396207
debug.PMAP1changed: 3462
debug.PMAP1changedcpu: 0
debug.kqemu_debug: 0
debug.acpi.suspend_bounce: 0
debug.acpi.do_powerstate: 1
debug.acpi.acpi_ca_version: 20070320
debug.acpi.ec.timeout: 750
debug.acpi.ec.polled: 0
debug.acpi.ec.burst: 0
debug.acpi.semaphore_debug: 0
debug.acpi.resume_beep: 0
hw.machine: i386
hw.model: Athlon XP(tm)
hw.ncpu: 1
hw.byteorder: 1234
hw.physmem: 1060528128
hw.usermem: 963784704
hw.pagesize: 4096
hw.floatingpoint: 1
hw.machine_arch: i386
hw.realmem: 1073676288
hw.aac.iosize_max: 65536
hw.amr.force_sg32: 0
hw.ata.wc: 1
hw.ata.atapi_dma: 1
hw.ata.ata_dma: 1
hw.cardbus.cis_debug: 0
hw.cardbus.debug: 0
hw.mfi.event_class: 0
hw.mfi.event_locale: 65535
hw.pccard.cis_debug: 0
hw.pccard.debug: 0
hw.cbb.debug: 0
hw.cbb.start_32_io: 4096
hw.cbb.start_16_io: 256
hw.cbb.start_memory: 2281701376
hw.pcic.pd6722_vsense: 1
hw.pcic.intr_mask: 57016
hw.pci.honor_msi_blacklist: 1
hw.pci.enable_msix: 1
hw.pci.enable_msi: 1
hw.pci.do_power_resume: 1
hw.pci.do_power_nodriver: 0
hw.pci.enable_io_modes: 1
hw.pci.host_mem_start: 2147483648
hw.pci.irq_override_mask: 57080
hw.syscons.kbd_debug: 1
hw.syscons.kbd_reboot: 1
hw.syscons.bell: 1
hw.syscons.saver.keybonly: 1
hw.syscons.sc_no_suspend_vtswitch: 0
hw.intr_storm_threshold: 1000
hw.availpages: 258918
hw.bus.devctl_disable: 0
hw.psm.tap_timeout: 125000
hw.psm.tap_threshold: 25
hw.kbd.keymap_restrict_change: 0
hw.busdma.total_bpages: 577
hw.busdma.zone0.total_bpages: 513
hw.busdma.zone0.free_bpages: 513
hw.busdma.zone0.reserved_bpages: 0
hw.busdma.zone0.active_bpages: 0
hw.busdma.zone0.total_bounced: 0
hw.busdma.zone0.total_deferred: 0
hw.busdma.zone0.lowaddr: 0xffffffff
hw.busdma.zone0.alignment: 2
hw.busdma.zone0.boundary: 0
hw.busdma.zone1.total_bpages: 64
hw.busdma.zone1.free_bpages: 64
hw.busdma.zone1.reserved_bpages: 0
hw.busdma.zone1.active_bpages: 0
hw.busdma.zone1.total_bounced: 0
hw.busdma.zone1.total_deferred: 0
hw.busdma.zone1.lowaddr: 0xffffffff
hw.busdma.zone1.alignment: 2
hw.busdma.zone1.boundary: 65536
hw.clockrate: 1666
hw.via_feature_xcrypt: 0
hw.via_feature_rng: 0
hw.instruction_sse: 1
hw.apic.enable_extint: 0
hw.acpi.supported_sleep_state: S1 S3 S4 S5
hw.acpi.power_button_state: S5
hw.acpi.sleep_button_state: S1
hw.acpi.lid_switch_state: NONE
hw.acpi.standby_state: S1
hw.acpi.suspend_state: S3
hw.acpi.sleep_delay: 1
hw.acpi.s4bios: 0
hw.acpi.verbose: 0
hw.acpi.disable_on_reboot: 0
hw.acpi.handle_reboot: 0
hw.acpi.reset_video: 0
hw.acpi.cpu.cx_lowest: C1
hw.acpi.thermal.min_runtime: 0
hw.acpi.thermal.polling_rate: 10
hw.acpi.thermal.user_override: 0
hw.acpi.thermal.tz0.temperature: 36,5C
hw.acpi.thermal.tz0.active: -1
hw.acpi.thermal.tz0.passive_cooling: 1
hw.acpi.thermal.tz0.thermal_flags: 0
hw.acpi.thermal.tz0._PSV: 75,0C
hw.acpi.thermal.tz0._HOT: -1
hw.acpi.thermal.tz0._CRT: 75,0C
hw.acpi.thermal.tz0._ACx: 75,0C -1 -1 -1 -1 -1 -1 -1 -1 -1
machdep.enable_panic_key: 0
machdep.adjkerntz: -10800
machdep.wall_cmos_clock: 1
machdep.disable_rtc_set: 0
machdep.conspeed: 9600
machdep.gdbspeed: 9600
machdep.conrclk: 1843200
machdep.disable_mtrrs: 0
machdep.guessed_bootdev: 2686451712
machdep.cpu_idle_hlt: 1
machdep.hlt_cpus: 0
machdep.prot_fault_translation: 0
machdep.panic_on_nmi: 1
machdep.tsc_freq: 1666486916
machdep.i8254_freq: 1193182
machdep.acpi_timer_freq: 3579545
machdep.acpi_root: 1012160
user.cs_path: /usr/bin:/bin:/usr/sbin:/sbin:
user.bc_base_max: 99
user.bc_dim_max: 2048
user.bc_scale_max: 99
user.bc_string_max: 1000
user.coll_weights_max: 0
user.expr_nest_max: 32
user.line_max: 2048
user.re_dup_max: 255
user.posix2_version: 199212
user.posix2_c_bind: 0
user.posix2_c_dev: 0
user.posix2_char_term: 0
user.posix2_fort_dev: 0
user.posix2_fort_run: 0
user.posix2_localedef: 0
user.posix2_sw_dev: 0
user.posix2_upe: 0
user.stream_max: 20
user.tzname_max: 255
p1003_1b.asynchronous_io: 200112
p1003_1b.mapped_files: 1
p1003_1b.memlock: 0
p1003_1b.memlock_range: 0
p1003_1b.memory_protection: 0
p1003_1b.message_passing: 0
p1003_1b.prioritized_io: 0
p1003_1b.priority_scheduling: 1
p1003_1b.realtime_signals: 200112
p1003_1b.semaphores: 0
p1003_1b.fsync: 0
p1003_1b.shared_memory_objects: 1
p1003_1b.synchronized_io: 0
p1003_1b.timers: 200112
p1003_1b.aio_listio_max: 16
p1003_1b.aio_max: 1024
p1003_1b.aio_prio_delta_max: 0
p1003_1b.delaytimer_max: 2147483647
p1003_1b.mq_open_max: 0
p1003_1b.pagesize: 4096
p1003_1b.rtsig_max: 62
p1003_1b.sem_nsems_max: 0
p1003_1b.sem_value_max: 0
p1003_1b.sigqueue_max: 128
p1003_1b.timer_max: 32
security.jail.jailed: 0
security.jail.mount_allowed: 0
security.jail.chflags_allowed: 0
security.jail.allow_raw_sockets: 0
security.jail.enforce_statfs: 2
security.jail.sysvipc_allowed: 0
security.jail.socket_unixiproute_only: 1
security.jail.set_hostname_allowed: 1
security.bsd.suser_enabled: 1
security.bsd.unprivileged_proc_debug: 1
security.bsd.conservative_signals: 1
security.bsd.see_other_gids: 1
security.bsd.see_other_uids: 1
security.bsd.unprivileged_read_msgbuf: 1
security.bsd.hardlink_check_gid: 0
security.bsd.hardlink_check_uid: 0
security.bsd.unprivileged_get_quota: 0
dev.nexus.0.%driver: nexus
dev.nexus.0.%parent: root0
dev.ram.0.%desc: System RAM
dev.ram.0.%driver: ram
dev.ram.0.%parent: nexus0
dev.npx.0.%desc: math processor
dev.npx.0.%driver: npx
dev.npx.0.%parent: nexus0
dev.cryptosoft.0.%desc: software crypto
dev.cryptosoft.0.%driver: cryptosoft
dev.cryptosoft.0.%parent: nexus0
dev.acpi.0.%desc: KT400A AWRDACPI
dev.acpi.0.%driver: acpi
dev.acpi.0.%parent: nexus0
dev.acpi_sysresource.0.%desc: System Resource
dev.acpi_sysresource.0.%driver: acpi_sysresource
dev.acpi_sysresource.0.%location: handle=\_SB_.MEM_
dev.acpi_sysresource.0.%pnpinfo: _HID=PNP0C01 _UID=0
dev.acpi_sysresource.0.%parent: acpi0
dev.acpi_sysresource.1.%desc: System Resource
dev.acpi_sysresource.1.%driver: acpi_sysresource
dev.acpi_sysresource.1.%location: handle=\_SB_.PCI0.PMIO
dev.acpi_sysresource.1.%pnpinfo: _HID=PNP0C02 _UID=2
dev.acpi_sysresource.1.%parent: acpi0
dev.acpi_sysresource.2.%desc: System Resource
dev.acpi_sysresource.2.%driver: acpi_sysresource
dev.acpi_sysresource.2.%location: handle=\_SB_.PCI0.SYSR
dev.acpi_sysresource.2.%pnpinfo: _HID=PNP0C02 _UID=1
dev.acpi_sysresource.2.%parent: acpi0
dev.acpi_timer.0.%desc: 24-bit timer at 3.579545MHz
dev.acpi_timer.0.%driver: acpi_timer
dev.acpi_timer.0.%location: unknown
dev.acpi_timer.0.%pnpinfo: unknown
dev.acpi_timer.0.%parent: acpi0
dev.pci_link.0.%desc: ACPI PCI Link LNKA
dev.pci_link.0.%driver: pci_link
dev.pci_link.0.%location: handle=\_SB_.PCI0.LNKA
dev.pci_link.0.%pnpinfo: _HID=PNP0C0F _UID=1
dev.pci_link.0.%parent: acpi0
dev.pci_link.1.%desc: ACPI PCI Link LNKB
dev.pci_link.1.%driver: pci_link
dev.pci_link.1.%location: handle=\_SB_.PCI0.LNKB
dev.pci_link.1.%pnpinfo: _HID=PNP0C0F _UID=2
dev.pci_link.1.%parent: acpi0
dev.pci_link.2.%desc: ACPI PCI Link LNKC
dev.pci_link.2.%driver: pci_link
dev.pci_link.2.%location: handle=\_SB_.PCI0.LNKC
dev.pci_link.2.%pnpinfo: _HID=PNP0C0F _UID=3
dev.pci_link.2.%parent: acpi0
dev.pci_link.3.%desc: ACPI PCI Link LNKD
dev.pci_link.3.%driver: pci_link
dev.pci_link.3.%location: handle=\_SB_.PCI0.LNKD
dev.pci_link.3.%pnpinfo: _HID=PNP0C0F _UID=4
dev.pci_link.3.%parent: acpi0
dev.pci_link.4.%desc: ACPI PCI Link LNKE
dev.pci_link.4.%driver: pci_link
dev.pci_link.4.%location: handle=\_SB_.PCI0.LNKE
dev.pci_link.4.%pnpinfo: _HID=PNP0C0F _UID=5
dev.pci_link.4.%parent: acpi0
dev.pci_link.5.%desc: ACPI PCI Link LNKF
dev.pci_link.5.%driver: pci_link
dev.pci_link.5.%location: handle=\_SB_.PCI0.LNKF
dev.pci_link.5.%pnpinfo: _HID=PNP0C0F _UID=6
dev.pci_link.5.%parent: acpi0
dev.pci_link.6.%desc: ACPI PCI Link LNK0
dev.pci_link.6.%driver: pci_link
dev.pci_link.6.%location: handle=\_SB_.PCI0.LNK0
dev.pci_link.6.%pnpinfo: _HID=PNP0C0F _UID=7
dev.pci_link.6.%parent: acpi0
dev.pci_link.7.%desc: ACPI PCI Link LNK1
dev.pci_link.7.%driver: pci_link
dev.pci_link.7.%location: handle=\_SB_.PCI0.LNK1
dev.pci_link.7.%pnpinfo: _HID=PNP0C0F _UID=8
dev.pci_link.7.%parent: acpi0
dev.pci_link.8.%desc: ACPI PCI Link ALKA
dev.pci_link.8.%driver: pci_link
dev.pci_link.8.%location: handle=\_SB_.PCI0.ALKA
dev.pci_link.8.%pnpinfo: _HID=PNP0C0F _UID=5
dev.pci_link.8.%parent: acpi0
dev.pci_link.9.%desc: ACPI PCI Link ALKB
dev.pci_link.9.%driver: pci_link
dev.pci_link.9.%location: handle=\_SB_.PCI0.ALKB
dev.pci_link.9.%pnpinfo: _HID=PNP0C0F _UID=6
dev.pci_link.9.%parent: acpi0
dev.pci_link.10.%desc: ACPI PCI Link ALKC
dev.pci_link.10.%driver: pci_link
dev.pci_link.10.%location: handle=\_SB_.PCI0.ALKC
dev.pci_link.10.%pnpinfo: _HID=PNP0C0F _UID=7
dev.pci_link.10.%parent: acpi0
dev.pci_link.11.%desc: ACPI PCI Link ALKD
dev.pci_link.11.%driver: pci_link
dev.pci_link.11.%location: handle=\_SB_.PCI0.ALKD
dev.pci_link.11.%pnpinfo: _HID=PNP0C0F _UID=8
dev.pci_link.11.%parent: acpi0
dev.cpu.0.%desc: ACPI CPU
dev.cpu.0.%driver: cpu
dev.cpu.0.%location: handle=\_PR_.CPU0
dev.cpu.0.%pnpinfo: _HID=none _UID=0
dev.cpu.0.%parent: acpi0
dev.cpu.0.cx_supported: C1/0 C2/90 C3/900
dev.cpu.0.cx_lowest: C1
dev.cpu.0.cx_usage: 100.00% 0.00% 0.00%
dev.acpi_button.0.%desc: Power Button
dev.acpi_button.0.%driver: acpi_button
dev.acpi_button.0.%location: handle=\_SB_.PWRB
dev.acpi_button.0.%pnpinfo: _HID=PNP0C0C _UID=0
dev.acpi_button.0.%parent: acpi0
dev.acpi_button.1.%desc: Sleep Button
dev.acpi_button.1.%driver: acpi_button
dev.acpi_button.1.%location: handle=\_SB_.SLPB
dev.acpi_button.1.%pnpinfo: _HID=PNP0C0E _UID=0
dev.acpi_button.1.%parent: acpi0
dev.acpi_button.1.wake: 1
dev.pcib.0.%desc: ACPI Host-PCI bridge
dev.pcib.0.%driver: pcib
dev.pcib.0.%location: handle=\_SB_.PCI0
dev.pcib.0.%pnpinfo: _HID=PNP0A03 _UID=0
dev.pcib.0.%parent: acpi0
dev.pcib.0.wake: 0
dev.pcib.1.%desc: PCI-PCI bridge
dev.pcib.1.%driver: pcib
dev.pcib.1.%location: slot=1 function=0
dev.pcib.1.%pnpinfo: vendor=0x1106 device=0xb198 subvendor=0x0000 subdevice=0x0000 class=0x060400
dev.pcib.1.%parent: pci0
dev.pci.0.%desc: ACPI PCI bus
dev.pci.0.%driver: pci
dev.pci.0.%parent: pcib0
dev.pci.0.wake: 0
dev.pci.1.%desc: PCI bus
dev.pci.1.%driver: pci
dev.pci.1.%parent: pcib1
dev.hostb.0.%desc: Host to PCI bridge
dev.hostb.0.%driver: hostb
dev.hostb.0.%location: slot=0 function=0
dev.hostb.0.%pnpinfo: vendor=0x1106 device=0x3189 subvendor=0x1106 subdevice=0x3189 class=0x060000
dev.hostb.0.%parent: pci0
dev.agp.0.%desc: VIA 8377 (Apollo KT400/KT400A/KT600) host to PCI bridge
dev.agp.0.%driver: agp
dev.agp.0.%parent: hostb0
dev.vgapci.0.%desc: VGA-compatible display
dev.vgapci.0.%driver: vgapci
dev.vgapci.0.%location: slot=9 function=0
dev.vgapci.0.%pnpinfo: vendor=0x5333 device=0x8901 subvendor=0x5333 subdevice=0x8901 class=0x030000
dev.vgapci.0.%parent: pci0
dev.fxp.0.%desc: Intel 82559 Pro/100 Ethernet
dev.fxp.0.%driver: fxp
dev.fxp.0.%location: slot=11 function=0
dev.fxp.0.%pnpinfo: vendor=0x8086 device=0x1229 subvendor=0x8086 subdevice=0x000c class=0x020000
dev.fxp.0.%parent: pci0
dev.fxp.0.int_delay: 1000
dev.fxp.0.bundle_max: 6
dev.fxp.0.rnr: 0
dev.fxp.0.noflow: 1
dev.fxp.1.%desc: Intel 82558 Pro/100 Ethernet
dev.fxp.1.%driver: fxp
dev.fxp.1.%location: slot=12 function=0
dev.fxp.1.%pnpinfo: vendor=0x8086 device=0x1229 subvendor=0x10cf subdevice=0x0006 class=0x020000
dev.fxp.1.%parent: pci0
dev.fxp.1.int_delay: 1000
dev.fxp.1.bundle_max: 6
dev.fxp.1.rnr: 0
dev.fxp.1.noflow: 1
dev.miibus.0.%desc: MII bus
dev.miibus.0.%driver: miibus
dev.miibus.0.%parent: fxp0
dev.miibus.1.%desc: MII bus
dev.miibus.1.%driver: miibus
dev.miibus.1.%parent: fxp1
dev.inphy.0.%desc: i82555 10/100 media interface
dev.inphy.0.%driver: inphy
dev.inphy.0.%location: phyno=1
dev.inphy.0.%pnpinfo: oui=0xaa00 model=0x15 rev=0x4
dev.inphy.0.%parent: miibus0
dev.inphy.1.%desc: i82555 10/100 media interface
dev.inphy.1.%driver: inphy
dev.inphy.1.%location: phyno=0
dev.inphy.1.%pnpinfo: oui=0xaa00 model=0x15 rev=0x0
dev.inphy.1.%parent: miibus1
dev.atapci.0.%desc: VIA 6420 SATA150 controller
dev.atapci.0.%driver: atapci
dev.atapci.0.%location: slot=15 function=0 handle=\_SB_.PCI0.SATA
dev.atapci.0.%pnpinfo: vendor=0x1106 device=0x3149 subvendor=0x1106 subdevice=0x3149 class=0x010400
dev.atapci.0.%parent: pci0
dev.atapci.1.%desc: VIA 8237 UDMA133 controller
dev.atapci.1.%driver: atapci
dev.atapci.1.%location: slot=15 function=1 handle=\_SB_.PCI0.PATA
dev.atapci.1.%pnpinfo: vendor=0x1106 device=0x0571 subvendor=0x1106 subdevice=0x0571 class=0x01018a
dev.atapci.1.%parent: pci0
dev.ata.2.%desc: ATA channel 0
dev.ata.2.%driver: ata
dev.ata.2.%parent: atapci0
dev.ata.3.%desc: ATA channel 1
dev.ata.3.%driver: ata
dev.ata.3.%parent: atapci0
dev.ata.0.%desc: ATA channel 0
dev.ata.0.%driver: ata
dev.ata.0.%parent: atapci1
dev.ata.1.%desc: ATA channel 1
dev.ata.1.%driver: ata
dev.ata.1.%parent: atapci1
dev.uhci.0.%desc: VIA 83C572 USB controller
dev.uhci.0.%driver: uhci
dev.uhci.0.%location: slot=16 function=0 handle=\_SB_.PCI0.USB6
dev.uhci.0.%pnpinfo: vendor=0x1106 device=0x3038 subvendor=0x1106 subdevice=0x3038 class=0x0c0300
dev.uhci.0.%parent: pci0
dev.uhci.0.wake: 0
dev.uhci.1.%desc: VIA 83C572 USB controller
dev.uhci.1.%driver: uhci
dev.uhci.1.%location: slot=16 function=1 handle=\_SB_.PCI0.USB7
dev.uhci.1.%pnpinfo: vendor=0x1106 device=0x3038 subvendor=0x1106 subdevice=0x3038 class=0x0c0300
dev.uhci.1.%parent: pci0
dev.uhci.1.wake: 0
dev.uhci.2.%desc: VIA 83C572 USB controller
dev.uhci.2.%driver: uhci
dev.uhci.2.%location: slot=16 function=2 handle=\_SB_.PCI0.USB8
dev.uhci.2.%pnpinfo: vendor=0x1106 device=0x3038 subvendor=0x1106 subdevice=0x3038 class=0x0c0300
dev.uhci.2.%parent: pci0
dev.uhci.2.wake: 0
dev.uhci.3.%desc: VIA 83C572 USB controller
dev.uhci.3.%driver: uhci
dev.uhci.3.%location: slot=16 function=3 handle=\_SB_.PCI0.USB9
dev.uhci.3.%pnpinfo: vendor=0x1106 device=0x3038 subvendor=0x1106 subdevice=0x3038 class=0x0c0300
dev.uhci.3.%parent: pci0
dev.uhci.3.wake: 0
dev.usb.0.%desc: VIA 83C572 USB controller
dev.usb.0.%driver: usb
dev.usb.0.%parent: uhci0
dev.usb.1.%desc: VIA 83C572 USB controller
dev.usb.1.%driver: usb
dev.usb.1.%parent: uhci1
dev.usb.2.%desc: VIA 83C572 USB controller
dev.usb.2.%driver: usb
dev.usb.2.%parent: uhci2
dev.usb.3.%desc: VIA 83C572 USB controller
dev.usb.3.%driver: usb
dev.usb.3.%parent: uhci3
dev.uhub.0.%desc: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
dev.uhub.0.%driver: uhub
dev.uhub.0.%parent: usb0
dev.uhub.1.%desc: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
dev.uhub.1.%driver: uhub
dev.uhub.1.%parent: usb1
dev.uhub.2.%desc: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
dev.uhub.2.%driver: uhub
dev.uhub.2.%parent: usb2
dev.uhub.3.%desc: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
dev.uhub.3.%driver: uhub
dev.uhub.3.%parent: usb3
dev.isab.0.%desc: PCI-ISA bridge
dev.isab.0.%driver: isab
dev.isab.0.%location: slot=17 function=0 handle=\_SB_.PCI0.VT86
dev.isab.0.%pnpinfo: vendor=0x1106 device=0x3227 subvendor=0x1106 subdevice=0x3227 class=0x060100
dev.isab.0.%parent: pci0
dev.isa.0.%desc: ISA bus
dev.isa.0.%driver: isa
dev.isa.0.%parent: isab0
dev.acpi_tz.0.%desc: Thermal Zone
dev.acpi_tz.0.%driver: acpi_tz
dev.acpi_tz.0.%location: handle=\_TZ_.THRM
dev.acpi_tz.0.%pnpinfo: _HID=none _UID=0
dev.acpi_tz.0.%parent: acpi0
dev.atpic.0.%desc: AT interrupt controller
dev.atpic.0.%driver: atpic
dev.atpic.0.%location: handle=\_SB_.PCI0.PIC_
dev.atpic.0.%pnpinfo: _HID=PNP0000 _UID=0
dev.atpic.0.%parent: acpi0
dev.atdma.0.%desc: AT DMA controller
dev.atdma.0.%driver: atdma
dev.atdma.0.%location: handle=\_SB_.PCI0.DMA1
dev.atdma.0.%pnpinfo: _HID=PNP0200 _UID=0
dev.atdma.0.%parent: acpi0
dev.attimer.0.%desc: AT timer
dev.attimer.0.%driver: attimer
dev.attimer.0.%location: handle=\_SB_.PCI0.TMR_
dev.attimer.0.%pnpinfo: _HID=PNP0100 _UID=0
dev.attimer.0.%parent: acpi0
dev.attimer.1.%desc: AT realtime clock
dev.attimer.1.%driver: attimer
dev.attimer.1.%location: handle=\_SB_.PCI0.RTC_
dev.attimer.1.%pnpinfo: _HID=PNP0B00 _UID=0
dev.attimer.1.%parent: acpi0
dev.npxisa.0.%desc: Legacy ISA coprocessor support
dev.npxisa.0.%driver: npxisa
dev.npxisa.0.%location: handle=\_SB_.PCI0.COPR
dev.npxisa.0.%pnpinfo: _HID=PNP0C04 _UID=0
dev.npxisa.0.%parent: acpi0
dev.atkbdc.0.%desc: Keyboard controller (i8042)
dev.atkbdc.0.%driver: atkbdc
dev.atkbdc.0.%location: handle=\_SB_.PCI0.PS2K
dev.atkbdc.0.%pnpinfo: _HID=PNP0303 _UID=0
dev.atkbdc.0.%parent: acpi0
dev.atkbd.0.%desc: AT Keyboard
dev.atkbd.0.%driver: atkbd
dev.atkbd.0.%parent: atkbdc0
dev.apic.0.%desc: APIC resources
dev.apic.0.%driver: apic
dev.apic.0.%parent: nexus0
dev.orm.0.%desc: ISA Option ROMs
dev.orm.0.%driver: orm
dev.orm.0.%pnpinfo: pnpid=ORM0000
dev.orm.0.%parent: isa0
dev.sc.0.%desc: System console
dev.sc.0.%driver: sc
dev.sc.0.%parent: isa0
dev.vga.0.%desc: Generic ISA VGA
dev.vga.0.%driver: vga
dev.vga.0.%parent: isa0
dev.sio.0.%driver: sio
dev.sio.0.%parent: isa0
dev.ad.0.%desc: ST320011A/7.18
dev.ad.0.%driver: ad
dev.ad.0.%parent: ata0
dev.ad.1.%desc: SAMSUNG SP2514N/VF100-33
dev.ad.1.%driver: ad
dev.ad.1.%parent: ata0
dev.ad.2.%desc: Maxtor 6B200P0/BAH41B10
dev.ad.2.%driver: ad
dev.ad.2.%parent: ata1
dev.ad.3.%desc: SAMSUNG SP1213N/TL100-24
dev.ad.3.%driver: ad
dev.ad.3.%parent: ata1
dev.subdisk.0.%driver: subdisk
dev.subdisk.0.%parent: ad0
dev.subdisk.1.%driver: subdisk
dev.subdisk.1.%parent: ad1
dev.subdisk.2.%driver: subdisk
dev.subdisk.2.%parent: ad2
dev.subdisk.3.%driver: subdisk
dev.subdisk.3.%parent: ad3
hptmv.status: RocketRAID 182x SATA Controller driver Version v1.12

kstat.zfs.misc.arcstats.hits: 80499
kstat.zfs.misc.arcstats.misses: 1687
kstat.zfs.misc.arcstats.demand_data_hits: 80
kstat.zfs.misc.arcstats.demand_data_misses: 7
kstat.zfs.misc.arcstats.demand_metadata_hits: 80419
kstat.zfs.misc.arcstats.demand_metadata_misses: 1680
kstat.zfs.misc.arcstats.prefetch_data_hits: 0
kstat.zfs.misc.arcstats.prefetch_data_misses: 0
kstat.zfs.misc.arcstats.prefetch_metadata_hits: 0
kstat.zfs.misc.arcstats.prefetch_metadata_misses: 0
kstat.zfs.misc.arcstats.mru_hits: 35354
kstat.zfs.misc.arcstats.mru_ghost_hits: 8
kstat.zfs.misc.arcstats.mfu_hits: 45145
kstat.zfs.misc.arcstats.mfu_ghost_hits: 0
kstat.zfs.misc.arcstats.deleted: 5
kstat.zfs.misc.arcstats.recycle_miss: 0
kstat.zfs.misc.arcstats.mutex_miss: 0
kstat.zfs.misc.arcstats.evict_skip: 0
kstat.zfs.misc.arcstats.hash_elements: 1657
kstat.zfs.misc.arcstats.hash_elements_max: 1657
kstat.zfs.misc.arcstats.hash_collisions: 89
kstat.zfs.misc.arcstats.hash_chains: 84
kstat.zfs.misc.arcstats.hash_chain_max: 2
kstat.zfs.misc.arcstats.p: 201441792
kstat.zfs.misc.arcstats.c: 402653184
kstat.zfs.misc.arcstats.c_min: 16777216
kstat.zfs.misc.arcstats.c_max: 402653184
kstat.zfs.misc.arcstats.size: 19534336

kernelconfig

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

cpu		I686_CPU
ident		newkern4

options 	PREEMPTION		# Enable kernel thread preemption
options 	INET			# InterNETworking

options 	FFS			# Berkeley Fast Filesystem
options 	SOFTUPDATES		# Enable FFS soft updates support
options 	UFS_ACL			# Support for access control lists
options 	UFS_DIRHASH		# Improve performance on big directories
options 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
options 	NFSCLIENT
options		VFS_AIO			# Network Filesystem Client
options 	NFSSERVER		# Network Filesystem Server
options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
options 	MSDOSFS			# MSDOS Filesystem
options 	CD9660			# ISO 9660 Filesystem
options 	PROCFS			# Process filesystem (requires PSEUDOFS)
options 	PSEUDOFS		# Pseudo-filesystem framework
options 	GEOM_PART_GPT		# GUID Partition Tables.
options 	GEOM_LABEL		# Provides labelization
options 	COMPAT_43TTY		# BSD 4.3 TTY compat [KEEP THIS!]
options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
options 	SYSVSHM			# SYSV-style shared memory
options 	SYSVMSG			# SYSV-style message queues
options 	SYSVSEM			# SYSV-style semaphores
options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
options 	ADAPTIVE_GIANT		# Giant mutex is adaptive.
options 	AUDIT			# Security event auditing
options 	SMP			# Symmetric MultiProcessor Kernel
options		DEVICE_POLLING
device		apic			# I/O APIC
device		cpufreq
device		eisa
device		pci
device		ata
device		atadisk		# ATA disk drives
device		ataraid		# ATA RAID drives
device		atapicd		# ATAPI CDROM drives
device		atapifd		# ATAPI floppy drives
device		atapist		# ATAPI tape drives
options 	ATA_STATIC_ID	# Static device numbering
device		ahb		# EISA AHA1742 family
device		ahc		# AHA2940 and onboard AIC7xxx devices
device		ahd		# AHA39320/29320 and onboard AIC79xx devices
device		amd		# AMD 53C974 (Tekram DC-390(T))
device		hptiop		# Highpoint RocketRaid 3xxx series

device		adv		# Advansys SCSI adapters
device		adw		# Advansys wide SCSI adapters
device		aha		# Adaptec 154x SCSI adapters
device		aic		# Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
device		bt		# Buslogic/Mylex MultiMaster SCSI adapters

device		ncv		# NCR 53C500
device		nsp		# Workbit Ninja SCSI-3
device		stg		# TMC 18C30/18C50
device		scbus		# SCSI bus (required for SCSI)
device		ch		# SCSI media changers
device		da		# Direct Access (disks)
device		sa		# Sequential Access (tape etc)
device		cd		# CD
device		pass		# Passthrough device (direct SCSI access)
device		ses		# SCSI Environmental Services (and SAF-TE)
device		amr		# AMI MegaRAID
device		arcmsr		# Areca SATA II RAID
device		asr		# DPT SmartRAID V, VI and Adaptec SCSI RAID
device		ciss		# Compaq Smart RAID 5*
device		dpt		# DPT Smartcache III, IV - See NOTES for options
device		hptmv		# Highpoint RocketRAID 182x
device		hptrr		# Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx
device		iir		# Intel Integrated RAID
device		ips		# IBM (Adaptec) ServeRAID
device		mly		# Mylex AcceleRAID/eXtremeRAID
device		twa		# 3ware 9000 series PATA/SATA RAID
device		aac		# Adaptec FSA RAID
device		aacp		# SCSI passthrough for aac (requires CAM)
device		ida		# Compaq Smart RAID
device		mfi		# LSI MegaRAID SAS
device		mlx		# Mylex DAC960 family
device		pst		# Promise Supertrak SX6000
device		twe		# 3ware ATA RAID
device		atkbdc		# AT keyboard controller
device		atkbd		# AT keyboard
device		psm		# PS/2 mouse
device		kbdmux		# keyboard multiplexer
device		vga		# VGA video card driver
device		splash		# Splash screen and screen saver support
device		sc
device		agp		# support several AGP chipsets
device		sio		# 8250, 16[45]50 based serial ports
device		uart		# Generic UART driver

device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
device		ixgb		# Intel PRO/10GbE Ethernet Card
device		miibus		# MII bus support
device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
device		nfe		# nVidia nForce MCP on-board Ethernet
device		vr		# VIA Rhine, Rhine II
device		ed
device		ie
device		re
device		rl
#device		wlan		# 802.11 support
#device		wlan_wep	# 802.11 WEP support
#device		wlan_ccmp	# 802.11 CCMP support
#device		wlan_tkip	# 802.11 TKIP support
#device		wlan_amrr	# AMRR transmit rate control algorithm
#device		wlan_scan_ap	# 802.11 AP mode scanning
#device		wlan_scan_sta	# 802.11 STA mode scanning
#device		an		# Aironet 4500/4800 802.11 wireless NICs.
#device		ath		# Atheros pci/cardbus NIC's
#device		ath_hal		# Atheros HAL (Hardware Access Layer)
#device		ath_rate_sample	# SampleRate tx rate control for ath
#device		awi		# BayStack 660 and others
#device		ral		# Ralink Technology RT2500 wireless NICs.
#device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
#device		wl		# Older non 802.11 Wavelan wireless NIC.

# Pseudo devices.
device		loop		# Network loopback
device		random		# Entropy device
device		ether		# Ethernet support
#device		sl		# Kernel SLIP
device		ppp		# Kernel PPP
#device		tun		# Packet tunnel.
device		pty		# Pseudo-ttys (telnet etc)
device		md		# Memory "disks"

device		bpf		# Berkeley packet filter

# USB support
device		uhci		# UHCI PCI->USB interface
device		ohci		# OHCI PCI->USB interface
device		ehci		# EHCI PCI->USB interface (USB 2.0)
device		usb		# USB Bus (required)
#device		udbp		# USB Double Bulk Pipe devices
device		ugen		# Generic
device		uhid		# "Human Interface Devices"
device		ukbd		# Keyboard
device		ulpt		# Printer
device		umass		# Disks/Mass storage - Requires scbus and da
device		ums		# Mouse

machine		i386

# Bus support.
device		isa
options		ISAPNP

# Floating point support.
device		npx

# Pseudo devices.
device		mem		# Memory and kernel memory devices
device		io		# I/O device


# Default partitioning schemes
options 	GEOM_BSD
options 	GEOM_MBR




maxusers	0
#options 	SCHED_4BSD
options 	SCHED_ULE

#

options 	NETSMB			#SMB/CIFS requester

# mchain library. It can be either loaded as KLD or compiled into kernel
options 	LIBMCHAIN

#options		LIBALIAS
#options 	ALTQ
#options 	ALTQ_CBQ	# Class Bases Queueing
#options 	ALTQ_RED	# Random Early Detection
#options 	ALTQ_RIO	# RED In/Out
#options 	ALTQ_HFSC	# Hierarchical Packet Scheduler
#options 	ALTQ_CDNR	# Traffic conditioner
#options 	ALTQ_PRIQ	# Priority Queueing
#options 	ALTQ_NOPCC	# Required if the TSC is unusable
options 	NETGRAPH		# netgraph(4) system
#options 	NETGRAPH_BPF
#options 	NETGRAPH_BRIDGE
#options 	NETGRAPH_CAR
#options 	NETGRAPH_CISCO
#options 	NETGRAPH_DEFLATE
#options 	NETGRAPH_DEVICE
#options 	NETGRAPH_ETHER
#options 	NETGRAPH_HOLE
#options 	NETGRAPH_IFACE
#options 	NETGRAPH_IPFW
#options 	NETGRAPH_KSOCKET
##options 	NETGRAPH_MPPC_COMPRESSION
#options 	NETGRAPH_MPPC_ENCRYPTION
#options 	NETGRAPH_NETFLOW
#options 	NETGRAPH_NAT
#options 	NETGRAPH_ONE2MANY
#options 	NETGRAPH_PPP
#options 	NETGRAPH_PPPOE
#options 	NETGRAPH_PPTPGRE
#options 	NETGRAPH_SOCKET
#options 	NETGRAPH_TAG
#options 	NETGRAPH_TCPMSS
device		ether			#Generic Ethernet
device		vlan			#VLAN support (needs miibus)
device		disc			#Discard device based on loopback
device		edsc			#Ethernet discard device
device		tap			#Virtual Ethernet driver
#device		gre			#IP over IP tunneling
device		if_bridge		#Bridge interface
#device		pf			#PF OpenBSD packet-filter firewall
#device		pflog			#logging support interface for PF
#device		pfsync			#synchronization interface for PF
device		carp			#Common Address Redundancy Protocol
device		ppp			#Point-to-point protocol
#options 	PPP_BSDCOMP		#PPP BSD-compress support
#options 	PPP_DEFLATE		#PPP zlib/deflate/gzip support
#options 	PPP_FILTER		#enable bpf filtering (needs bpf)
#device		lagg			#Link aggregation interface

##options 	IPFIREWALL		#firewall
##options 	IPFIREWALL_VERBOSE	#enable logging to syslogd(8)
##options 	IPFIREWALL_VERBOSE_LIMIT=100	#limit verbosity
##options 	IPFIREWALL_DEFAULT_TO_ACCEPT	#allow everything by default
#options 	IPFIREWALL_FORWARD	#packet destination changes
#options 	IPFIREWALL_NAT		#ipfw kernel nat support
##options 	IPDIVERT		#divert sockets

##options 	DUMMYNET

options 	SMBFS			#SMB/CIFS filesystem
options 	SOFTUPDATES

options 	QUOTA			#enable disk quotas


# If you are running a machine just as a fileserver for PC and MAC
# users, using SAMBA or Netatalk, you may consider setting this option
# and keeping all those users' directories on a filesystem that is
# mounted with the suiddir option. This gives new files the same
# ownership as the directory (similar to group). It's a security hole
# if you let these users run programs, so confine it to file-servers
# (but it'll save you lots of headaches in those cases). Root owned
# directories are exempt and X bits are cleared. The suid bit must be
# set on the directory as well; see chmod(1) PC owners can't see/set
# ownerships so they keep getting their toes trodden on. This saves
# you all the support calls as the filesystem it's used on will act as
# they expect: "It's my dir so it must be my file".
#
options 	SUIDDIR
device		random

device		mem
options 	CD9660_ICONV
options 	MSDOSFS_ICONV
options 	NTFS_ICONV
options		NTFS
# POSIX P1003.1B

device		scbus		#base SCSI code
device		ch		#SCSI media changers
device		da		#SCSI direct access devices (aka disks)
device		sa		#SCSI tapes
device		cd		#SCSI CD-ROMs
device		ses		#SCSI Environmental Services (and SAF-TE)
device		pt		#SCSI processor
device		targ		#SCSI Target Mode Code
device		targbh		#SCSI Target Mode Blackhole Device
device		pass		#CAM passthrough driver
device		sg		#Linux SCSI passthrough
device		pty		#Pseudo ttys
device		nmdm		#back-to-back tty devices
device		md		#Memory/malloc disk
device		snp		#Snoop device - to look at pty/vty/etc..
device		ccd		#Concatenated disk driver

# Kernel side iconv library
options 	LIBICONV

device		cbb
device		pccard
device		cardbus


#
# SMB bus
device		smbus		# Bus support, required for smb below.

device		intpm
device		alpm
device		ichsmb
#device		viapm
device		amdpm
device		amdsmb
device		nfpm
device		nfsmb

device		smb

device		dcons			# dumb console driver

device		crypto		# core crypto support
device		cryptodev	# /dev/crypto for access to h/w



Аватара пользователя
Alex Keda
стреляли...
Сообщения: 35426
Зарегистрирован: 2004-10-18 14:25:19
Откуда: Made in USSR
Контактная информация:

Re: freebsd 7.0 + qemu

Непрочитанное сообщение Alex Keda » 2008-04-11 0:11:14

много букав....
ниасилил...
===========
буду дома - найду тот чудо-конфиг для запуска...
пока рекомендую гуглить.
Убей их всех! Бог потом рассортирует...

luckydevil13
рядовой
Сообщения: 21
Зарегистрирован: 2008-02-21 20:45:09

Re: freebsd 7.0 + qemu

Непрочитанное сообщение luckydevil13 » 2008-04-11 10:57:36

так в том-то и дело, что уже обгуглился :?

Аватара пользователя
f_andrey
майор
Сообщения: 2651
Зарегистрирован: 2007-12-26 1:22:58
Откуда: СПб
Контактная информация:

Re: freebsd 7.0 + qemu

Непрочитанное сообщение f_andrey » 2008-04-11 18:05:09

а не попробовать ли quemu-launcher с его помошью вроде конфигурировать проше. сам до сети пока не добрался злая Соляра никак не запускается :(
Если ваша тема перенесена, то смотри http://forum.lissyara.su/viewtopic.php?f=1&t=32308

Аватара пользователя
manefesto
Группенфюррер
Сообщения: 6934
Зарегистрирован: 2007-07-20 8:27:30
Откуда: Пермь
Контактная информация:

Re: freebsd 7.0 + qemu

Непрочитанное сообщение manefesto » 2008-04-14 6:34:32

вроде бы даже морда есть и на qt...
http://www.freshports.org/emulators/qtemu/
я такой яростный шо аж пиздеЦ
Изображение