1 D-Visor OS

Size: px
Start display at page:

Download "1 D-Visor OS"

Transcription

1 DEOS-FY2013-VS-02J 2013 D-Visor86 + D-System Monitor DEOS

2 1 D-Visor OS initrd initrd BusyBox Ubuntu initrd initrd initrd OS OS OS (/dev/sda) OS (/dev/sdb) OS OS (/dev/sda) OS (/dev/sdb) Grub rootkit D-System Monitor D-System Monitor VIRTIO OS dsysmon

3 VIRTIO FoxyKBD RootkitLibra LMS VIRTIO virtio_console virtio_net host-to-host bridge virtio_blk FoxyKBD RootkitLibra LMS GUI dsm-gui.py dsm-gui.py dsm-gui.py FoxyKBD RootkitLibra LMS rootkit file_rootkit.ko process_rootkit.ko ttyrpld rpld_receiver A B FoxyKBD RootkitLibra LMS

4 1 D-Visor86 D-Visor86 Veidt VMM (VMM) Hyper Threading Technology i386 Linux D-Visor86 1 1: D-Visor86 (Grub) VMM VMM initrd VMM VMM sysfs VMM D-Visor86 veidt veidt - 4 -

5 2 2.1 D-Visor86 BX-100n-DC5000-C01 1 1: CONTEC BX-100n-DC5000-C01 CPU Intel Atom Processor N GHz Intel 945GSE + ICH7M-DH BIOS Award PC DDR2 SDRAM 1GB Intel 945GSE AC SATA HDD 2 CF Type 1 2 IDE IF RS-232C 5ch 9 D-sub 1000BASE-T 2ch (Intel 82573L) 2.2 D-Visor86 Ubuntu OS Linux initrd BusyBox Linux BusyBox

6 3 D-Visor86 Ubuntu i386 D-Visor OS Ubuntu bit Ubuntu URL Ubuntu patch zlib1g-dev 3.2 D-Visor86 dvisor86-<date>.tar.gz dvisor tar.gz 2 $HOME Linux linux tar.gz Linux 1) $HOME Linux linux $ tar xvzf linux tar.gz 2) Linux linux linux dv86 $ mv linux linux dv86 3) Linux D-Visor86 $ make linux-apply-patch - 6 -

7 2: D-Visor86 Makefile mk/ files/ files/initrd/ tools/ host-tools/ rootkits/ vmm/ configs/ linux native-config linux watcher-config linux user-config busybox config patches/ linux dv86-patches ubuntu init-getty.patch ubuntu nfs-kernel-server.patch Makefile Makefile initrd D-System Monitor (dsysmon) D-System Monitor rootkit D-Visor86 VMM Linux BusyBox D-Visor86 initrd busybox Linux OS OS ttys1, hvc0 getty OS NFS 3.3 D-Visor86 $HOME make all $ cd $HOME $ make all VMM 3 Linux make 1) $HOME/vmm/lib VMM veidtdefs.h 2) $HOME/vmm/kernel VMM 3) $HOME/vmm VMM VMM VMM 4) $HOME/build/linux-watcher 5) $HOME/build/linux-user 6) $HOME/build/linux-native native - 7 -

8 7) $HOME/tools D-System Monitor (dsysmon) 8) $HOME/rootkits D-System Monitor (dsysmon) rootkit 9) $HOME/build/initrd initrd initrd make all 3 3: D-Visor86 vmm/dv86-vmm build/linux-user/vmlinux.bin build/linux-user/arch/x86/boot/bzimage build/linux-watcher/vmlinux.bin build/linux-watcher/arch/x86/boot/bzimage build/linux-native/vmlinux.bin build/linux-native/arch/x86/boot/bzimage tools/dsysmon/dsysmon tools/dsm-gui/dsm-gui.py tools/rtkl-collect/rtkl-collect tools/dxfeed/dxfeed tools/gp_fault/gp_fault tools/profile/profile rootkits/file-rootkit/file_rootkit.ko rootkits/process-rootkit/process_rootkit.ko rootkits/rpld-receiver/rpld_receiver rootkits/ttyrpld-2.6.0/k_linux2.6/rpldev.ko rootkits/ttyrpld-2.6.0/user/rpld build/initrd/user-kernel.map build/initrd/dv86-scripts/ * build/initrd-dv86.img VMM bzimage bzimage native native bzimage D-System Monitor D-System Monitor GUI RootkitLibra OS DXFEED GP VMM rootkit rootkit TTY TCP rpld TTY rootkit D-Visor86 BusyBox D-System Monitor initrd D-Visor86 GNU make parallel-make make -j n n - 8 -

9 parallel-make 3.4 D-Visor86 Linux initrd initrd OS initrd D-Visor86 initrd $HOME/build/initrd-dv86.img initrd D-Visor86 $HOME/build/initrd-dv86.img 3 1) BusyBox 2) $HOME/files/initrd 3) $HOME/build/initrd cpio gzip initrd 1 4 initrd-dv86.img busybox initrd-dv86.img $HOME/files/initrd $HOME/build/initrd-dv86.cpio make initrd $ cd $HOME $ cp < > files/initrd/ $ rm build/initrd-dv86.cpio $ make initrd BusyBox D-Visor86 initrd BusyBox BusyBox $HOME/files/busybox-installed.img initrd cpio + gzip BusyBox $HOME/configs/busybox config BusyBox BusyBox BusyBox $HOME/files/busybox-installed.img 1) Ubuntu # apt-get build-dep busybox # apt-get install libncurses5-dev 1 D-Visor86 initrd cpio + gzip initramfs initrd - 9 -

10 4: initrd-dv86.img /init /user-kernel.map /etc/inittab /etc/fstab /etc/{passwd,group} /etc/init.d/rcs /etc/rcs.d/ /bin/busybox /dv86-scripts/start_virtio /dv86-scripts/setup_bridge /dsm-tools/dsysmon /dsm-tools/dxfeed /dsm-tools/rtkl-collect /dsm-tools/gp_fault /dsm-tools/profile /dsm-tools/demo-a.sh /dsm-tools/demo-b-dsm.sh /dsm-tools/demo-b-gui.sh /dsm-tools/dsm-gui.py /rootkits/dsm-rtkt.sh /rootkits/file_rootkit.ko /rootkits/process_rootkit.ko /rootkits/rpld /rootkits/rpld.conf /rootkits/rpld_receiver /rootkits/rpldev.ko /bin/init busybox VIRTIO VIRTIO D-System Monitor DXFEED RootkitLibra GP VMM A dsysmon B dsysmon B dsm-gui.py D-System Monitor GUI rootkit rootkit rootkit TTY rpld TTY TCP rpld 2) $HOME BusyBox $ cd $HOME $ wget $ tar xvzf busybox tar.bz2 $ cd busybox ) $ cp $HOME/configs/busybos config.config $ make oldconfig $ make 4) BusyBox _install $ make install

11 5) $HOME/files/busybox-installed.img $ cd _install $ find. cpio --quiet -H newc -o gzip -c > $HOME/files/busybox-installed.img Ubuntu initrd OS OS initrd initrd OS initrd initrd Ubuntu initrd scsi_wait_scan.ko 1) $HOME 2) 2 $ make -C linux dv86 O=$HOME/build/linux-user modules 3) root # make -C linux dv86 O=$HOME/build/linux-user modules_install 4) $ make -C linux dv86 O=$HOME/build/linux-watcher modules 5) root # make -C linux dv86 O=$HOME/build/linux-watcher modules_install /lib/modules/ dv86-user /lib/modules/ dv86-watcher initrd Ubuntu mkinitramfs Ubuntu initrd $HOME $ /usr/sbin/mkinitramfs -v -o./ubuntu-initrd-dv86-user.img dv86-user $ /usr/sbin/mkinitramfs -v -o./ubuntu-initrd-dv86-watcher.img dv86-watcher ubuntu-initrd-dv86-user.img ubuntu-initrd-dv86-watcher.img Ubuntu initrd 2 O=

12 3.5 D-Visor86 VMM initrd initrd /boot 5 5: /boot dv86-vmm vmm/dv86-vmm D-Visor86 VMM initrd-dv86.img build/initrd-dv86.img initrd vmlinux.bin-dv86-watcher build/linux-watcher/vmlinux.bin vmlinux.bin-dv86-user build/linux-user/vmlinux.bin vmlinux.bin-dv86-native build/linux-native/vmlinux.bin native vmlinuz-dv86-watcher build/linux-watcher/arch/x86/boot/bzimage (bzimage) vmlinuz-dv86-user build/linux-user/arch/x86/boot/bzimage (bzimage) vmlinuz-dv86-native build/linux-native/arch/x86/boot/bzimage native (bzimage) ubuntu-initrd-dv86-user.img OS Ubuntu initrd ubuntu-initrd-dv86-watcher.img OS Ubuntu initrd menu.lst.bx100n-sample files/menu.lst.bx100n-sample Grub 5 OS OS 1) $HOME 2) make runtime initrd $HOME/runtime $ make runtime 3) OS OS initrd $HOME/runtime/boot $ cp $HOME/ubuntu-initrd-dv86-user.img runtime/boot $ cp $HOME/ubuntu-initrd-dv86-watcher.img runtime/boot 4) OS OS $HOME/runtime $ cp $HOME/patches/ubuntu init-getty.patch runtime/ $ cp $HOME/patches/ubuntu nfs-kernel-server.patch runtime/ 5) $HOME/runtime $ tar cvzf dv86-kernels.tar.gz -C runtime

13 ) $HOME 2) /lib/modules/ dv86-user /lib/modules/ dv86-watcher $ tar cvzf dv86-user.tar.gz -C /lib/modules dv86-user $ tar cvzf dv86-watcher.tar.gz -C /lib/modules dv86-watcher

14 4 D-Visor BX-100n-DC5000-C01 OS OS 1) BIOS Optimized Default HDD Master USB 3 2) HDD Ubuntu Master (sda) Slave (sdb) 3) COM1 VMM VMM COM1 4) COM2 OS OS bps 4 5) OS 6) OS A/B rootfs /etc/ fstab rootfs swap 5 7) OS OS VGA/GUI getty 8) B OS GUI OS swap 9) B OS nfsroot (eth0) OS 4.1 OS Ubuntu bit HDD OS OS OS OS OS Master HDD (/dev/sda) OS Slave HDD (/dev/sdb) OS Slave HDD (/dev/sdb) OS /dev/sda /dev/sdb OS Master HDD (/dev/sda) 3 IDE AHCI AHCI 4 OS COM2 5 rootfs

15 BX-100n-DC5000-C01 USB CD-ROM 4.2 OS OS OS # apt-get update OS (/dev/sda) Network Manager # apt-get purge network-manager ureadahead # apt-get purge ureadahead grub-pc (GRUB2) /boot/grub grub-pc # mv /boot/grub /boot/grub2 # apt-get purge grub-pc grub (GRUB Legacy) update-grub Y grub-install OS /dev/sda # mkdir /boot/grub # apt-get install grub # update-grub # grub-install /dev/sda patch # apt-get install patch libhx22 TTY rpld # apt-get install libhx22 libhx-dev OS (/dev/sdb) Network Manager # apt-get purge network-manager ureadahead # apt-get purge ureadahead grub-pc (GRUB2) /boot/grub grub-pc # mv /boot/grub /boot/grub2 # apt-get purge grub-pc

16 grub (GRUB Legacy) update-grub Y grub-install OS /dev/sdb # mkdir /boot/grub # apt-get install grub # update-grub # grub-install /dev/sdb patch # apt-get install patch nfs-kernel-server OS NFS # apt-get install nfs-kernel-server python-wxgtk2.8 python-matplotlib D-System Monitor GUI dsm-gui.py # apt-get install python-wxgtk2.8 python-matplotlib bridge-utils virtio_net bridge brctl bridge # apt-get install brige-utils uml-utilities virtio_net host-to-host tun/tap tunctl tun/tap # apt-get install uml-utilities Grub /dev/sdb Ubuntu /dev/sdb Ubuntu Grub /dev/sda Ubuntu /dev/sdb 1) Grub OS 2) e OS e 3) uuid... d 4) kernel... e 5) root=uuid=... root=/dev/sdb1 6) 7) b

17 4.3 OS OS OS 3.5 dv86-kernels.tar.gz OS OS 1) dv86-kernels.tar.gz # tar xvzf dv86-kernels.tar.gz ~/ 2) 6 6: dv86-kernels.tar.gz ubuntu init-getty.patch ubuntu nfs-kernel-server.patch boot/ dsm-tools/ rootkits/ ttys1, hvc0 getty NFS VMM/Kernel D-System Monitor rootkit OS (/dev/sda) OS Network Manager /etc/ network/interfaces /etc/network/interfaces lo auto OS /etc/fstab rootfs swap OS rootfs HDD NFS (virtio_net) getty ttys1 hvc0 (virtio_console) getty /etc/init ttys1.conf hvc0.conf 4.3 ubuntu init-getty.patch # cd /etc/init # patch -p2 < ubuntu init-getty.patch

18 4.3.2 OS (/dev/sdb) OS Network Manager /etc/ network/interfaces /etc/network/interfaces lo auto getty ttys1 hvc0 (virtio_console) getty /etc/init ttys1.conf hvc0.conf 4.3 ubuntu init-getty.patch # cd /etc/init # patch -p2 < ubuntu init-getty.patch NFS Ubuntu nfs-kernel-server /etc/init.d/nfskernel-server NFS 4.3 ubuntu nfs-kernel-server.patch # cd /etc/init.d # patch -p2 < ubuntu nfs-kernel-server.patch NFS export B OS rootfs NFS OS rootfs /dev/sda1 /export/user-root /etc/exports Grub menu.lst menu.lst # mkdir -p /export/user-root /etc/exports /export/user-root /24(rw,sync,no_root_squash,no_subtree_check) boot OS OS /boot 1) OS OS ~/boot /boot # cp ~/boot/* /boot dv86-user.tar.gz dv86-watcher.tar.gz OS OS /lib/modules 1) OS dv86-user.tar.gz

19 # tar xvzf dv86-user.tar.gz -C /lib/modules 2) OS dv86-watcher.tar.gz # tar xvzf dv86-watcher.tar.gz -C /lib/modules dv86-kernels.tar.gz, dv86-user.tar.gz dv86-watcher.tar.gz Grub D-Visor86 VMM Linux initrd Grub Grub kernel VMM module initrd /boot/grub/menu.lst D-Visor86 VMM 01: title D-Visor86 (Without VMM, User PV-Kernel sda1) 02: root (hd0,0) 03: kernel /boot/vmlinuz.dv86-user root=/dev/sda1 ro 04: initrd /boot/ubuntu-dv86-initrd.img 05: 06: title D-Visor86 (COM1->VMM COM2->Watcher VGA->User sda1) 07: root (hd0,0) 08: kernel /boot/dv86-vmm loglevel=info console=serial,0, \ 09: cpu0_lower_mem=0x1000,16k cpu0_upper_mem=0x ,384m \ 10: cpu0_use=com2 \ 11: cpu1_lower_mem=0x11000,256k cpu1_upper_mem=0x1b000000,512m \ 12: cpu1_use=vga,kbd,pci,ata cpu1_no_auto_start 13: module /boot/vmlinux.bin-dv86-watcher console=ttys1, \ 14: earlyprintk=ttys1, : module /boot/initrd-dv86.img 16: module /boot/vmlinux.bin-dv86-user root=/dev/sda1 ro 17: module /boot/ubuntu-initrd-dv86-user.img hiddenmenu (timeout) /etc/fstab 1 4 VMM initrd initrd VMM initrd 3 16 root= 8 12 kernel VMM console= loglevel= serial,< >,[< >] < > 0 < > info error detail1 detail2 detail3 6 D-Visor

20 cpu#_uses= cpu#_os= # CPU 0 1 CPU OS com1 com2 com3 com4 vga kdb pci ata, # CPU 0 1 CPU OS linux cpu#_load_addr= # CPU 0 1 CPU OS cpu#_lower_mem= # CPU 0 1 CPU OS < >,< > cpu#_upper_mem= # CPU 0 1 CPU OS < >,< > < > CONFIG_PHYSICAL_START 0x x1b cpu#_no_auto_start # CPU 0 1 CPU OS cpu1_no_auto_start 3.5 dv86-kernels.tar.gz menu.lst.bx100n-sample menu.lst menu.lst # cp /boot/menu.lst.bx100n-sample /boot/grub/menu.lst menu.lst.bx100n-sample root= UUID UUID blkid # blkid /dev/sda1: UUID="cd9ec974-7b e-9bfc8e53f9e5" TYPE="ext4" /dev/sda5: UUID="1add48bb-eab5-4f8b a76b96742b" TYPE="swap" /dev/sdb1: UUID="27222c67-b401-49c9-a6d5-63ec0b30deb2" TYPE="ext4" /dev/sdb5: UUID="e0857da8-155d-41fc-a517-a36cd " TYPE="swap" BIOS HDD Primary OS menu.lst OS /boot VMM, kernel, initrd BIOS HDD Secondary OS

21 4.6 OS OS rootfs 4.3 dsm-tools rootkits OS OS ~/dsm-tools / # cp -r ~/dsm-tools / ~/rootkits / # cp -r ~/rootkits / 4.7 rootkit OS rootkit /rootkits/dsm-rtkt.sh /etc/rc3.d/s95dsm-rtkt # cd /etc/rc3.d # ln -s../../rootkits/dsm-rtkt.sh./s95-dsm-rtkt rootkit S95-dsm-rtkt /etc/rc3.d Linux runlevel 3 Grub menu.lst run-level 2 rootkit D-System Monitor run-level 3 rootkit dsm-rtkt.sh eth1 IP ttyrpld TTY /var/log/rpl/rpld.log rootkit /rootkits 4 rpldev.ko file_rootkit.ko process_rootkit.ko rpld rootkit ttyrpld rpld rpld PID /var/run/rpld.pid 4.8 1) Grub 4.5 D-Visor86 (COM1->VMM COM2->Watcher VGA->User sda1) D-Visor86 VMM

22 2) 0 (COM1) D-Visor86 VMM [init] starting vmm. [init] vmm using 0xfc xfd7fffff [cpu0] [Startup memory map] [cpu0] guest 0x x00004fff -> 0x A,D,RW [cpu0] guest 0x x02ffffff -> 0x3f A,D,RW [cpu0] guest 0x x24ffffff -> 0x A,D,RW [cpu0] guest 0x xfbffffff -> 0x3f A,D,RW [cpu0] vmmkernel 0xfc xfc142fff -> 0x G,A,D,RW [cpu0] percpu 0xfc xfc55bfff -> 0x0170d000- G,A,D,RW [cpu0] iomem(apic) 0xfd55c xfd55cfff -> 0xfee00000 G,A,D,PCD,RW [cpu0] Linux kernel loaded in 0x x033c9cde [cpu0] Linux initrd loaded in 0x03bbe x03fff3ff [cpu0] Command line is console=ttys1, earlyprintk=ttys1, \ nosep idle=halt reservetop= [cpu0] starting guest. 3) 1 (COM2) BusyBox [ ] Initializing cgroup subsys cpu [ ] Linux version dv86-watcher(tom@endgame.soum.co.jp) \ (gcc version (Ubuntu ubuntu5) ) #3 Mon Aug 22 05:52:25 JST 2011 [ ] KERNEL supported cpus: [ ] Intel GenuineIntel Mounting filesystems. Hello, this is Watcher OS. Please press Enter to activate this console. ~ # /dsm-tools/dsysmon -s 4) 1 (COM2) dsysmon -s CPU1 0 (COM1) VMM VGA [cpu1] [Startup memory map] [cpu1] guest 0x x00000fff -> 0x A,D,RW [cpu1] guest 0x x00010fff -> 0x3f A,D,RW [cpu1] guest 0x x00050fff -> 0x A,D,RW [cpu1] guest 0x x0009efff -> 0x3f A,D,RW [cpu1] guest 0x0009f x000c7fff -> 0x0009f000- A,D,RW [cpu1] guest 0x000c x000effff -> 0x3f A,D,RW [cpu1] guest 0x000f x000fffff -> 0x000f0000- A,D,RW [cpu1] guest 0x x03ffffff -> 0x3f A,D,RW [cpu1] guest 0x x24ffffff -> 0x A,D,RW [cpu1] guest 0x x3f6dffff -> 0x3f A,D,RW [cpu1] guest 0x3f6e xfbffffff -> 0x3f6e0000- A,D,RW [cpu1] vmmkernel 0xfc xfc142fff -> 0x G,A,D,RW [cpu1] percpu 0xfc xfc55bfff -> 0x01b G,A,D,RW [cpu1] iomem(apic) 0xfd55c xfd55cfff -> 0xfee00000 G,A,D,PCD,RW [cpu1] Linux kernel loaded in 0x x a [cpu1] Linux initrd loaded in 0x23b x23fff1ff [cpu1] Command line is root=/dev/sda1 ro nosep idle=halt reservetop= [cpu1] starting guest

23 5 D-System Monitor D-System Monitor (DSM) OS D-Visor86 VMM D-Visor86 D-System Monitor D-System Monitor OS dsysmon D-System Monitor dsysmon 5.1 D-System Monitor OS OS OS ( ) D-System Monitor D-Visor86 VMM OS (dde) OS dsysmon VIRTIO D-System Monitor OS Linux VIRTIO VIRTIO OS OS OS VIRTIO OS dsysmon dsysmon D-System Monitor VIRTIO VIRTIO virtio_console virtio_net virtio_bkl (HDD) VIRTIO dsysmon OS D-System Monitor OS OS OS OS

24 OS D-Visor86 VMM VMM VMM OS dsysmon OS VMM D-System Monitor OS DXFEED VMM OS VMM DXFEED OS dsysmon D-System Monitor FoxyKBD, RootkitLibra, Lightweight Monitoring Service (LMS) 3 FoxyKBD FoxyKBD OS D- System Monitor OS Linux TTY RootkitLibra RootkitLibra OS RootkitLibra OS NFS NFS OS Lightweight Monitoring Service (LMS) Lightweight Monitoring Service LMS OS LMS OS dsysmon 5.2 dsysmon D-System Monitor dsysmon VIRTIO dsysmon VIRTIO dsysmon

25 5.2.1 verbose ( v) verbose dsysmon verbose v debug ( d) debug dsysmon dsysmon debug d coop ( c) (cooperation) dsysmon /tmp/dsysmon<pid> FIFO FIFO dsysmon GUI coop c start ( s) VIRTIO OS start s help dsysmon VIRTIO console virtio_console dsysmon OS /dev/hvc0 tunnet=<ipaddr>[:<macaddr>] virtio_net host-to-host OS /dev/tun OS TAP tapn OS ethn OS TAP <ipaddr> IP <macaddr> MAC tunnet=bridge:<bridgename>[:<macaddr>] virtio_net bridge OS /dev/tun OS <bridgename> OS ethn OS <macaddr> MAC

26 block=<devname> virtio_blk <devname> OS /dev/vda0 <devname> /dev/sda FoxyKBD fkbd FoxyKBD FoxyKBD fkbd injection=<interval>[:<start-delay>:<runtime>] virtio_console <interval>, <start-delay>, <runtime> <start-delay>, <runtime> injection console VIRTIO netlog<index>[=<filename>] virtio_net <index> OS <filename> <filename> FIFO <index> 0 netlog tunnet VIRTIO hddlog<index>[=<filename>] virtio_blk <index> OS <filename> <filename> FIFO <index> 0 hddlog block VIRTIO RootkitLibra rtkl RootkitLibra RootkitLibra rtkl RootkitLibra rtkl interval OS RootkitLibra tunnet VIRTIO OS NFS

27 rtkl-interval=<interval> OS LMS lms LMS LMS lms LMS lms interval OS lms-interval=<interval> OS lms-loose=<count> OS 5 5 init-task=<addr> OS init_task init task dsysmon OS dsysmon init task per-cpu-rq=<addr> OS per_cpu runqueues per cpu rq dsysmon OS dsysmon per cpu rq 5.3 VIRTIO D-System Monitor VIRTIO virtio_console virtio_console dsysmon console dsysmon OS OS /dev/hvc0 OS virtio_console OS dsysmon # dsysmon -s --console

28 OS virtio_console OS # /sbin/getty hvc0 OS dsysmon OS TTY Ubuntu LTS dv86-1.soum.co.jp hvc0 dv86-1.soum.co.jp login: tom Password: Last login: Fri Aug 19 19:31:13 JST 2011 on tty1 Linux dv86-1.soum.co.jp dv86-user #3 Mon Aug 22 05:52:41 JST 2011 \ i686 GNU/Linux Ubuntu LTS Welcome to Ubuntu! * Documentation: Warning: no access to tty (Inappropriate ioctl for device). Thus no job control in this shell. % virtio_net virtio_net dsysmon tunnet OS ethn host-to-host OS ethn OS tapn bridge OS brn OS ethn OS host-to-host host-to-host OS OS ethn OS tapn OS tapn dsysmon tunnet IP OS ethn IP OS virtio_net host-to-host OS dsysmon # dsysmon -s --tunnet= OS /dev/tun dsysmon tun0 tun0 IP OS ethn 2 eth2 7 7 OS 2 D-Visor86 VMM

29 OS eth2 IP OS tun0 # ifconfig eth2 inet up # ping PING ( ): 56(84) bytes of data. 64 bytes from : icmp_seq=0 ttl=64 time=5.196ms 64 bytes from : icmp_seq=1 ttl=64 time=0.556ms 64 bytes from : icmp_seq=2 ttl=64 time=0.528ms bridge bridge dsysmon OS brctl OS D-Visor86 VMM OS # brctl addbr br0 # brctl addif br0 eth0 # ifconfig br0 up # ifconfig eth up [ ] device eth0 entered promiscuous mode [ ] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX [ ] br0: port 1(eth0) entering learning state [ ] br0: port 1(eth0) entering forwarding state OS br0 eth0 IP initrd /dv86-scrips/setup_bridge OS virtio_net bridge OS dsysmon # dsysmon -s --tunnet=bridge:br0 [ ] device tap0 entered promiscuous mode [ ] br0: port 2(tap0) entering learning state [ ] br0: port 2(tap0) entering forwarding state OS ethn eth0 OS eth0 IP OS br0 eth0 # ifconfig eth0 inet up # ping PING ( ): 56(84) bytes of data. 64 bytes from : icmp_seq=0 ttl=64 time=2.87ms 64 bytes from : icmp_seq=1 ttl=64 time=0.710ms 64 bytes from : icmp_seq=2 ttl=64 time=0.682ms virtio_blk virtio_blk dsysmon block block

30 OS /dev/vdan N OS virtio_block OS dsysmon # dsysmon -s --block=/dev/sda OS /dev/sda /dev/sda /dev/sda1, /dev/sda2, /dev/sda5 /dev/vda1, /dev/vda2, /dev/vda5 OS Ubuntu (/dev/sda) OS virtio_blk OS root=/dev/vda1 OS [ ] Kernel command line: root=/dev/vda1 ro pci=veidt_busset=1 \ nosep idle=halt reservetop= [ ] virtio: device 0 virtqueue 0 at 0x IRQ 7 [ ] vda: vda1 vda2 < vda5 > [ ] EXT4-fs (vda1): mounted filesystem with ordered data mode 5.4 FoxyKBD FoxyKBD OS FoxyKBD FoxyKBD FoxyKBD injection : ms :5000:10000 netlog hddlog <timestamp> <length> <timestamp> dsysmon <length> FoxyKBD dsysmon OS virtio_console virtio_net bridge

31 virtio_blk /dev/sda ms 10 net.log hdd.log FoxyKBD # brctl addbr br0 # brctl addif br0 eth0 # ifconfig br0 up # ifconfig eth up # dsysmon -s --console --tunnet=bridge:br0 --block=/dev/sda \ --injection=5000:100: netlog=net.log --hddlog=hdd.log 5.5 RootkitLibra RootkitLibra OS NFS NFS RootkitLibra virtio_net DXFEED rtkl-collect OS rtkl-collect D-Visor86 $HOME/tools/rtkl-collect D-Visor86 initrd /dsm-tools/rtkl-collect rtkl-collect OS OS RootkitLibra rtkl interval [<timestamp>] RTKL: file size mismatch, i-node I (nfs:n!= sys:s ) <timestamp> dsysmon I i-node N NFS trusted view S untrusted view [<timestamp] RTKL: number of directory entry mismatch i-node I (nfs:n!= sys:s ) <tmiestamp> dsysmon I i-node N NFS trusted view S untrusted view OS virtio_net bridge RootkitLibra 5 (5000 ms) OS dsysmon # brctl addbr br0 # brctl addif br0 eth0 # ifconfig br0 up # ifconfig eth up # dsysmon -s --tunnet=bridge:br0 --rtkl --rtkl-interval=

32 OS NFS rtklcollect OS # ifconfig eth0 inet up # mount :/export /mnt # rtkl-collect -r /mnt 5.6 LMS LMS D-System Monitor OS LMS OS dsysmon VIRTIO LMS lms interval OS [<timestamp>] LMS: found hidden process, PID P [<proc-name>] <timestamp> dsysmon P ID <proc-name> PIDP OS LMS 5 (5000 ms) OS dsysmon # dsysmon -s --lms --lms-interval=

33 6 GUI dsm-gui.py D-System Monitor dsysmon 3 GUI dsm-gui.py dsm-gui.py Python Python dsm-gui.py dsysmon FIFO FoxyKBD FoxyKBD FoxyKBD RootkitLibra rootkit RootkitLibra rootkit RootkitLibra LMS rootkit LMS LMS dsm-gui.py GUI dsm-gui.py dsm-gui.py d <coop-dir> dsysmon FIFO g <graph-style> FoxyKBD bar plot i <interval> l <device> r <device> FoxyKBD 2 FoxyKBD netlog<index> virtio_net hddlog<index> virtio_blk <index> <index> 0 l netlog FoxyKBD netlog<index> virtio_net hddlog<index> virtio_blk <index> <index>

34 2: dsm-gui.py 0 r hddlog s <grid> FoxyKBD 90 v h dsm-gui.py 6.2 dsm-gui.py dsm-gui.py 4 1) 2) FoxyKBD 3) RootkitLibra 4) LMS

35 6.2.1 dsm-gui.py File GUI Alt+F Quit GUI Ctrl+Q View GUI Alt+V Fullscreen GUI F11 Dsysmon D-System Monitor Alt+D Start User OS OS OS OS Ctrl+S Clear RTKL warning RootkitLibra Rootkit Warnings Clear LMS warning LMS Rootkit Warnings Clear ALL warning RootkitLibra LMS Rootkit Warnings Clear ALL graphs FoxyKBD FoxyKBD FoxyKBD dsm-gui.py dsm-gui.py l netlog dsm-gui.py r hddlog 3 1 FoxyKBD

36 Start Stop Change FoxyKBD dsm-gui.py FoxyKBD RootkitLibra RootkitLibra 1 3 Rootkit Warnings RootkitLibra 3 RootkitLibra Start Stop Clear RootkitLibra dsm-gui.py RootkitLibra RootkitLibra LMS Lightweight Monitoring Service Rootkit Warnings LMS 3 1 LMS Start Stop Change LMS dsm-gui.py LMS

37 7 rootkit D-System Monitor OS 3 OS rootkit 7.1 file_rootkit.ko file_rootkit.ko file_rootkit.ko i-node file_rootkit.ko i-node open(), close(), oldfstat(), fstat(), fstat64(), oldlstat(), lstat(), lstat64(), getdents(), getdents64() file_rootkit.ko # insmod file_rootkit.ko /proc/fhide i-node $ echo <i-node number> > /proc/fhide /proc/fhide i-node $ echo <i-node number> > /proc/fhide /proc/fmodify i-node inode 500 $ echo <i-node number> +500 > /proc/fmodify inode 500 $ echo <i-node number> -500 > /proc/fmodify inode 500 $ echo <i-node number> 500 > /proc/fmodify i-node /proc/fmodify $ echo <i-node number> > /proc/fmodify /proc/fhide /proc/fmodify cat i-node

38 7.2 process_rootkit.ko process_rootkit.ko process_rootkit.ko PID process_rootkit.ko /proc PID /proc PID task_struct PID process_rootkit.ko # insmod process_rootkit.ko /proc/phide PID $ echo <PID> > /proc/phide process_rootkit.ko task_struct 7.3 ttyrpld ttyrpld URL tty logging daemon TTY ttyrpld rpld TTY # rpld rpld rpld.conf rpld.conf OFMT=<PATH> TTY rpld_receiver NET_ADDR=<IP_ADDR> TTY NET_PORT=<PORT> TTY NET_RETRY=<1 0> TTY TTY

39 7.3.1 rpld_receiver rpld_receiver rpld TTY TCP $ rpld_receiver rpld_receiver -o < > TTY -p < > rpld_receiver TTY -v -h

40 8 1) VMM OS 2) OS dsysmon 3) OS 4) OS OS 8.1 A: OS OS VGA/GUI OS initrd (LMS) B: OS OS OS VGA/GUI FoxyKBD RootkitLibra LMS OS VIRTIO 7 8 7: A OS VIRTIO A: CPU#0 CPU#1 DV86-User DV86-Watcher HDD (sda1) initrd VGA/GUI ttys1 (COM2) VIRTIO 8: B OS VIRTIO B: CPU#0 CPU#1 DV86-User DV86-Watcher NFS (virtio_net) HDD (sdb1) hvc0 (virtio_console) VGA/GUI VIRTIO NET0/NET1/CONSOLE (backend)

41 8.2 A 1) Grub D-System Monitor DEMO scenario A [W:initrd / U:sda1+GUI] OS ttys1 (COM2) OS initrd COM2 BusyBox 2) LMS dsysmon OS # dsysmon --start --lms 3) VGA OS GUI rootkit 4) OS LMS OS rpld (COM2) [ ] LMS: found hidden process, PID 1515 [rpld] dsysmon DEMO-A.sh A # /dsm-tools/demo-a.sh LMS rpld rpld $ echo 1000 > /proc/rpl_loop /proc/rpl_loop rpld = 1, 000, B 1) Grub D-System Monitor DEMO scenario B [W:sdb1+GUI / U:NFS+hvc0] OS VGA GUI 2) OS rootfs /export/user-root # mount /dev/sda1 /export/user-root 3) OS dsysmon # /dsm-tools/dsysmon --coop --console \ --tunnet= tunnet= \ --fkbd --netlog0 --netlog1 --rtkl --lms

42 virtio-net IP 9 9: B IP OS OS virtio-net-0 tap eth virtio-net-1 tap eth nfsroot virtio-net-0 4) OS ttyrpld OS rpld_receiver # /rootkits/rpld_receiver [-o <log-file>] -o 5) GUI dsysmon FIFO # ls /tmp/dsysmon* dsysmon1855 -d GUI # /dsm-tools/dsm-gui.py -l netlog0 -r netlog1 \ -d /tmp/dsysmon1855 virtio-net-0 virtio-net-1 6) GUI Dsysmon Start USER OS OS dsysmon OS 7) GUI GUI DEMO-B-dsm.sh DEMO-B-gui.sh DEMO-B-dsm.sh 2) 3) DEMO-B-gui.sh 4) 5) B DEMO-B-dsm.sh OS # /dsm-tools/demo-b-dsm.sh DEMO-B-gui.sh GUI # /dsm-tools/demo-b-gui.sh

43 8.3.1 FoxyKBD FoxyKBD virtio-net-0 nfsroot virtio-net-1 rpld Start Stop 300ms (ms) Change 8 virtio-net-1 rpld nfsroot virtionet-0 OS RootkitLibra RootkitLibra NFS NFS B OS rtkl-collect rtkl-collect -r <dir> <dir> B OS /rootkit/rpldev.ko /rootkit/file_rootkit.ko /rootkit/process_rootkit.ko /rootkit/rpld rtkl-collect OS # /dsm-tools/rtkl-collect -r /rootkits Start Stop 5 [ ] RTKL: file size mismatch, i-node XXX (nfs:xxx!= sys:xxx) [ ] RTKL: number of directory entry mismatch, i-node XXX (nfs:xxx!= sys:xxx) 8 BX-100n-DC5000-C01 300ms dsm-gui.py Stop # echo stop > /tmp/dsysmon<pid>/fkbd-ctl dsysmon FIFO 500ms dsm-gui.py

44 [ ] dsysmon Clear RootkitLibra RootkitLibra RootkitLibra NFS READDIR READDIRPLUS rtkl-collect READDIR READDIRPLUS OS RootkitLibra NFS OS READDIR READDIRPLUS NFS OS READDIR READDIRPLUS # echo 3 > /proc/sys/vm/drop_caches LMS Start Stop LMS OS 1 (ms) Change [ ] LMS: found hidden process, PID 1515 [rpld] [ ] dsysmon LMS B rpld OS LMS OS LMS 1) /proc/rpl_loop rpld OS rpld OS OS /proc/rpl_loop 9 9 BX-100n-DC5000-C01 OS /proc/rpl_loop

45 2) LMS OS OS OS LMS lms-loose=<count> dsysmon <count>

qemu-kvm-dsysmon

qemu-kvm-dsysmon DEOS-FY2014-QK-02J 2013-2014 科学技術振興機構 QEMU-KVM + D-System Monitor 環境構築手順書 Version 1.2 2014/02/01 DEOS 研究開発センター DEOS プロジェクト JST-CREST 研究領域 実用化を目指した組込みシステム用ディペンダブル オペレーティングシステム 2013-2014 科学技術振興機構 DEOS プロジェクト

More information

qemu-kvm-dsysmon

qemu-kvm-dsysmon DEOS-FY2013-QK-01J 2013 科学技術振興機構 JST-CREST 研究領域 実用化を目指した組込みシステム用ディペンダブル オペレーティングシステム DEOS プロジェクト QEMU-KVM + D-System Monitor 環境構築手順書 Version 1.0 2013/05/01 DEOS 研究開発センター 2013 科学技術振興機構 DEOS プロジェクト 目次 1.

More information

Linuxデバイスドライバ.PDF

Linuxデバイスドライバ.PDF Linux hidaka@devdrv.com 2002/10/9 Linux Kernel Conference 2002 1 Linux 2 Linux 3 Software Hardware Device Algolith m Protocol Applicati on 4 CPU 128MB NIC ATI Radeon GeForce2 MX400 Matrox G400 DISK 5 OS

More information

東京エリアDebian勉強会   Buffalo Linkstation向け Debian Installer - 第139回 2016年5月度

東京エリアDebian勉強会   Buffalo Linkstation向け Debian Installer - 第139回 2016年5月度 Debian Buffalo Linkstation Debian Installer 139 2016 5 Roger Shimizu 2016 5 21 Agenda 1 2 3 Buffalo Linkstation Debian Installer 4 Linkstation Debian 5 6 Demo 10 ( ) Debian user. 2 Linkstation LS-WXL

More information

第173回東京エリアDebian勉強会   grml-debootstrapを用いた USB起動メモリの作成

第173回東京エリアDebian勉強会    grml-debootstrapを用いた  USB起動メモリの作成 173 Debian grml-debootstrap USB NOKUBI Takatsugu ( ) knok@debian.org 2019-04-20 NOKUBI Takatsugu ( ) knok@debian.org / knok@daionet.gr.jp Twitter: @knok Debian developer since 2002 bo USB grml-debootstrap

More information

Raspberry Pi 2 Model B に Debian Jessie / armhf をインストールする - 第125回 2015年3月度

Raspberry Pi 2 Model B に Debian Jessie / armhf をインストールする - 第125回 2015年3月度 Raspberry Pi 2 Model B Debian Jessie / armhf 125 2015 3 2015 3 7 1 Raspberry Pi 2 Model B Raspberry Pi 2 Raspberry Pi 2 Model B Debian Jessie / armhf Raspberry Pi 2 Model B Raspberry Pi Raspberry Pi 2

More information

1 2

1 2 1 1 2 1 2 3 4 5 3 2 3 4 4 1 2 3 4 5 5 5 6 7 8 1 1 2 1 10 1 3 1 11 2 12 2 3 1 13 2 14 2 3 1 15 2 16 2 3 1 17 2 1 2 3 4 5 18 2 6 7 8 3 1 1 2 19 2 20 2 3 1 21 2 22 2 3 1 23 2 24 2 3 1 25 2 26 2 3 1 27 2 28

More information

[user@linux tmp]$ tar xzvf utvpn-src-unix-v100-7092-beta-2010.06.25.tar.gz [user@linux tmp]$ cd utvpn-unix-v100-7092-beta [user@linux utvpn-unix-v100-7092-beta]$ ls License-ja.txt configure makefiles src

More information

$ ifconfig lo Link encap: inet : : inet6 : ::1/128 : UP LOOPBACK RUNNING MTU:65536 :1 RX :8 :0 :0 :0 :0 TX :8 :0 :0 :0 :0 (Collision

$ ifconfig lo Link encap: inet : : inet6 : ::1/128 : UP LOOPBACK RUNNING MTU:65536 :1 RX :8 :0 :0 :0 :0 TX :8 :0 :0 :0 :0 (Collision 2 (1) (2)PC [1], [2], [3] 2.1 OS ifconfig OS 2.1 ifconfig ( ) ifconfig -a 2.1 PC PC enp1s0, enx0090cce7c734, lo 3 PC 2.1 13 $ ifconfig lo Link encap: inet :127.0.0.1 :255.0.0.0 inet6 : ::1/128 : UP LOOPBACK

More information

3 Ubuntu Linux Ubuntu Linux Debian Linux DistroWatch.com 1 Debian Ubuntu Linux 1 Debian CD(4.1 ) Knoppix Debian CentOS Linux CentOS 1 Ubuntu L

3 Ubuntu Linux Ubuntu Linux Debian Linux DistroWatch.com 1 Debian Ubuntu Linux 1 Debian CD(4.1 ) Knoppix Debian CentOS Linux CentOS 1 Ubuntu L Linux PC #5 29 5 12 1 #1 tdh8025 1 Kadai1 evince kghostview ls -a ( ) 5 19 ( ) 2 Linux Linux distribution CentOS Linux Ubuntu Linux PC Linux Linux (OS) OS ( OS ) Linux 1 Linux Hurd FreeBSD GNU OS OS Linux

More information

東京エリアDebian勉強会 - systemd

東京エリアDebian勉強会 - systemd Debian systemd iwamatsu@debian.org 2012 11 17 Linux SysVinit init scripts init Fedora Arch Linux systemd SysVinit Debian systemd systemd RedHat Lennart Poettering init init Linux init pid cgroups (dbus)

More information

1 122

1 122 6 1 2 3 4 5 6 1 122 PhoenixBIOS Setup Utility MainAdvancedSecurityPowerExit MainSystem DevicesSecurityBootExit System Time: [XX:XX:XX] [XX:XX:XX] System Date: [XX/XX/XX] [XX/XX/XXXX] Item Specific Help

More information

21 20 20413525 22 2 4 i 1 1 2 4 2.1.................................. 4 2.1.1 LinuxOS....................... 7 2.1.2....................... 10 2.2........................ 15 3 17 3.1.................................

More information

E2 Spider 2018/08/03 Intel NUC Core i7 PC 2.5 /M.2 SSD BOXNUC7I7BNH PC DDR4-2133(PC ) 8GBX2 260pin 1.2V CL15 SP016GBSFU213B22 WD SSD M /51

E2 Spider 2018/08/03 Intel NUC Core i7 PC 2.5 /M.2 SSD BOXNUC7I7BNH PC DDR4-2133(PC ) 8GBX2 260pin 1.2V CL15 SP016GBSFU213B22 WD SSD M /51 E2 Spider 2018/08/03 Intel NUC Core i7 PC 2.5 /M.2 SSD BOXNUC7I7BNH PC DDR4-2133(PC4-17000) 8GBX2 260pin 1.2V CL15 SP016GBSFU213B22 WD SSD M.2-2280/512GB/WD Black/PCIe Gen3 NVMe/5 /WDS512G1X0C 1 NUC NUC7i7BNH

More information

$ sudo apt-get install libavahi-compat-libdnssd-dev $ sudo apt-get autoremove nodejs $ wget http://nodejs.org/dist/latest/node-v7.6.0-linux-armv7l.tar.gz $ tar xzf node-v7.6.0-linux-armv7l.tar.gz $ sudo

More information

Raspberry Pi3 / arm64 - Debian/Ubuntu ミートアップ in 札幌

Raspberry Pi3 / arm64 - Debian/Ubuntu ミートアップ in 札幌 Raspberry Pi3 / arm64 Debian/Ubuntu in 2016 6 17 : @iwamatsu Debian Project Official Developer Debian : Debian linux kernel, Debian Bluetooth, Debian Science (OpenCV), Erlang, Debian Go : Linux kernel

More information

A : kerl kerl Erlang/OTP Erlang/OTP 2 2 Elixir/Phoenix URL 2 PDF A.2 Bash macos.bash_profile exp

A : kerl kerl Erlang/OTP Erlang/OTP 2 2 Elixir/Phoenix URL 2 PDF   A.2 Bash macos.bash_profile exp A Erlang/OTP Elixir Phoenix nvm Node.js A.1 Erlang/OTP 21.1 $ kerl update releases $ kerl build 21.1 21.1 $ kerl install 21.1 ~/erlang/21.1 $ source ~/erlang/21.1/activate Erlang/OTP 1 203 A : kerl kerl

More information

$ ifconfig lo Link encap: inet : : inet6 : ::1/128 : UP LOOPBACK RUNNING MTU:65536 :1 RX :8 :0 :0 :0 :0 TX :8 :0 :0 :0 :0 (Collision

$ ifconfig lo Link encap: inet : : inet6 : ::1/128 : UP LOOPBACK RUNNING MTU:65536 :1 RX :8 :0 :0 :0 :0 TX :8 :0 :0 :0 :0 (Collision 2 (1) (2)PC [1], [2], [3] 2.1 OS ifconfig OS 2.1 ifconfig ( ) ifconfig -a 2.1 PC PC eth0, eth1, lo 3 13 $ ifconfig lo Link encap: inet :127.0.0.1 :255.0.0.0 inet6 : ::1/128 : UP LOOPBACK RUNNING MTU:65536

More information

Xen入門 ppt

Xen入門 ppt http://begi.net/ Xen Xen 2 Fedora Core 5 IP IP IP 192.168.1.10/24 server.example.com HDD Web Disabled SELinux Disabled 3 Xen Virtual Machine Monitor 4 Hypervisor Xenoserver 5 6 Xen OS VT AMD-V OSWindows

More information

Xen入門 ppt

Xen入門 ppt http://begi.net/ Xen Xen 2 1 Fedora Core 5 IP IP IP 192.168.1.10/24 server.example.com HDD Web Disabled SELinux Disabled 3 Xen Virtual Machine Monitor 4 Hypervisor Xenoserver 2 5 6 Xen OS VT AMD-V OSWindows

More information

install

install SCore SCore 5.0 2001.03.19 devel@pccluster.org SCore Backbone LAN Ethernet EEPRO100 Myrinet-2000 Fibre 02/03/20 2 1 NIC (Network Interface Card) NIC 100Mbps Ethernet EEPRO100 Tulip 3C905B Network Trunking

More information

untitled

untitled CD (CTP/CPZ- SH03)[Debian Sarge, Vine, RedHat Enterprise Linux V4, Fedora Core5 ] How-to CD CTP/CPZ-SH03 CTP/CPZ-SH03 CF GNU/Linux FA (PCI-PM11A3) Debian Sarge, Vine, RedHat Enterprise Linux V4, Fedora

More information

DocuWide 2051/2051MF 補足説明書

DocuWide 2051/2051MF 補足説明書 ëêèõ . 2 3 4 5 6 7 8 9 0 2 3 4 [PLOTTER CONFIGURATION] [DocuWide 2050/205 Version 2.2.0] [SERIAL] BAUD_RATE =9600 DATA_BIT =7 STOP_BIT = PARITY =EVEN HANDSHAKE =XON/XOFF EOP_TIMEOUT_VALUE =0 OUTPUT RESPONSE

More information

% finger apt-get kernel-package, libc6-dev, gcc, make, bin86, bzip2, libdb3-dev, libncurses-dev, fakeroot

% finger apt-get kernel-package, libc6-dev, gcc, make, bin86, bzip2, libdb3-dev, libncurses-dev, fakeroot apt-get % uname -r http://www.kernel.org/ % finger @kernel.org finger apt-get kernel-package, libc6-dev, gcc, make, bin86, bzip2, libdb3-dev, libncurses-dev, fakeroot apt-get apt-get # apt-get install

More information

Linux XScreenSaver T020074

Linux XScreenSaver T020074 Linux XScreenSaver T020074 Linux XScreenSaver XScreenSaver Linux Linux Linux X Window System X Window System Xlib XScreenSaver X Window System Xlib XScreenSaver Xlib vroot.h Xlib XScreenSaver Linux Linux

More information

1 2

1 2 1 1 2 3 1 2 3 4 5 2 3 4 4 1 2 3 4 5 5 5 6 1 1 2 3 1 8 1 3 1 9 2 10 2 3 1 11 2 12 13 3 1 2 2 14 2 3 1 15 2 16 2 3 1 17 2 18 2 3 1 19 3 20 3 3 1 21 3 22 3 3 1 23 3 24 3 3 1 25 3 26 3 3 1 27 3 28 3 3 1 29

More information

94

94 4 1 2 3 4 5 6 7 8 9 10 11 12 94 4 95 1 2 3 4 96 5 5 4 97 98 1 2 3 4 99 4 100 5 6 1 2 4 101 1 2 3 4 5 1 2 3 4 102 1 2 3 4 4 103 1 2 104 1 2 3 4 4 5 105 1 2 106 4 107 108 1 2 3 4 4 109 1 2 3 4 110 1 2 3

More information

install_guide.PDF

install_guide.PDF Copyrights/Trademarks 2008 Turbolinux, Inc. All rights reserved. Turbolinux Linux Linus Torvalds Microsoft MS-DOS Windows Microsoft Corporation Adobe Acrobat AdobeAcrobat Adobe Systems, Inc. Sun SunMicrosystems

More information

t20s3-fn09.pdf

t20s3-fn09.pdf 目次 PRIMERGY TX200 S3 non-raid フリー OS 動作確認情報 2007/09/12 富士通株式会社 PRIMERGY TX200 S3 FreeBSD 6.2-RELEASE 動作確認...2 PRIMERGY TX200 S3 Debian GNU/Linux 4.0 動作確認...5 PRIMERGY TX200 S3 Fedora Core 5 動作確認...8 PRIMERGY

More information

2 PC [1], [2], [3] 2.1 OS 2.1 ifconfig 2.1 lo ifconfig -a 2.1 enp1s0, enx0090cce7c734, lo 3 enp1s0 enx0090cce7c734 PC 2.1 (eth0, eth1) PC 14

2 PC [1], [2], [3] 2.1 OS 2.1 ifconfig 2.1 lo ifconfig -a 2.1 enp1s0, enx0090cce7c734, lo 3 enp1s0 enx0090cce7c734 PC 2.1 (eth0, eth1) PC 14 2 PC [1], [2], [3] 2.1 OS 2.1 ifconfig 2.1 lo ifconfig -a 2.1 enp1s0, enx0090cce7c734, lo 3 enp1s0 enx0090cce7c734 PC 2.1 (eth0, eth1) PC 14 $ ifconfig lo Link encap: inet :127.0.0.1 :255.0.0.0 inet6 :

More information

5 1 2 3 4 5 6 7 8 9 10 11 12 1 132 CMOS Setup Utility - Copyright (C) 1984-2000 Award Software Power Management Setup ACPI Suspend Type S3 (STR) Power Management User Define Video Off Method DPMS Video

More information

Nios® II HAL API を使用したソフトウェア・サンプル集 「Modular Scatter-Gather DMA Core」

Nios® II HAL API を使用したソフトウェア・サンプル集 「Modular Scatter-Gather DMA Core」 ALTIMA Company, MACNICA, Inc Nios II HAL API Modular Scatter-Gather DMA Core Ver.17.1 2018 8 Rev.1 Nios II HAL API Modular Scatter-Gather DMA Core...3...3...4... 4... 5 3-2-1. msgdma... 6 3-2-2. On-Chip

More information

Armadillo-9 ソフトウェアマニュアル

Armadillo-9 ソフトウェアマニュアル Software Manual http://www.atmark-techno.com/ http://armadillo.atmark-techno.com/ Armadillo-9 software manual ver.1.0.16 1.... 1 1.1.... 1 1.2.... 1 1.3.... 1 1.4.... 2 1.5.... 2 1.6.... 2 2.... 3 2.1....

More information

untitled

untitled FutureNet Microsoft Corporation Microsoft Windows Windows 95 Windows 98 Windows NT4.0 Windows 2000, Windows XP, Microsoft Internet Exproler (1) (2) (3) COM. (4) (5) ii ... 1 1.1... 1 1.2... 3 1.3... 6...

More information

CLUSTERPRO ファイルサーバ監視オプション編

CLUSTERPRO ファイルサーバ監視オプション編 CLUSTERPRO SE for Linux Ver3.0 2004.03.31 1 1 2004/03/31 2 CLUSTERPRO for Linux R2.0 CLUSTERPRO Linux Linus Torvalds URL NEC http://soreike.wsd.mt.nec.co.jp/ [ ][ ][CLUSTERPRO ] NEC http://www.ace.comp.nec.co.jp/clusterpro/

More information

Ubuntu Linux PC Ubuntu Linux (14.04 LTS, Trusty Tahr) 32bit CD 64bit CD 2. 32bit CPU 64bit 32bit PC CPU 32bit 64bit Windows 64bit 64bit. 32bit Core 64

Ubuntu Linux PC Ubuntu Linux (14.04 LTS, Trusty Tahr) 32bit CD 64bit CD 2. 32bit CPU 64bit 32bit PC CPU 32bit 64bit Windows 64bit 64bit. 32bit Core 64 Linux PC #5 26 5 16 1 Linux Linux distribution CentOS Linux Ubuntu Linux PC Linux Linux (OS) OS ( OS ) Linux 1 Linux Hurd FreeBSD GNU OS OS Linux Linux Linux Debian GNU/Linux, Ubuntu Linux, RedHat Linux,

More information

debian_install.dvi

debian_install.dvi 2002 Debian GNU/Linux 3.0 1 potato 1.1 Windows 1. 3 2. rescue.bin root.bin driver-1.bin 1 1.2 1. Debian GNU/Linux Debian http://http.us.debian.org/debian http://ftp.jp.debian.org Fig. 1 Fig. 1 Debian 2.

More information

1 2

1 2 1 1 2 1 2 3 4 5 3 2 3 4 4 1 2 3 4 5 5 5 6 1 1 2 1 8 1 3 1 9 2 10 2 3 1 11 2 12 2 3 1 13 14 2 2 3 1 15 2 1 2 3 4 5 16 2 6 7 8 3 1 1 2 17 2 18 2 3 1 19 2 20 2 3 1 21 2 22 2 3 1 23 2 24 2 3 1 25 2 26 2 3

More information

3.2 Linux root vi(vim) vi emacs emacs 4 Linux Kernel Linux Git 4.1 Git Git Linux Linux Linus Fedora root yum install global(debian Ubuntu apt-get inst

3.2 Linux root vi(vim) vi emacs emacs 4 Linux Kernel Linux Git 4.1 Git Git Linux Linux Linus Fedora root yum install global(debian Ubuntu apt-get inst 1 OS Linux OS OS Linux Kernel 900 1000 IPA( :http://www.ipa.go.jp/) 8 12 ( ) 16 ( ) 4 5 22 60 2 3 6 Linux Linux 2 LKML 3 3.1 Linux Fedora 13 Ubuntu Fedora CentOS 3.2 Linux root vi(vim) vi emacs emacs 4

More information

富士通製サーバ「PRIMEPOWER」「PRIMERGY」とエスアイアイ・ネットワーク・システムズ製コンソールサーバ「SmartCS」の接続検証結果報告書

富士通製サーバ「PRIMEPOWER」「PRIMERGY」とエスアイアイ・ネットワーク・システムズ製コンソールサーバ「SmartCS」の接続検証結果報告書 2006 年 12 月 20 日 コンソールサーバ SmartCS NS-2240 と PRIMEPOWER/PRIMERGY の接続検証結果エスアイアイ ネットワーク システムズ株式会社 1. はじめにコンソールサーバ SmartCS NS-2240 と PRIMEPOWER/PRIMERGY との接続検証を実施しましたので以下に報告致します Solaris(TM)10 OS 1/06 Solaris(TM)9

More information

ES1018V2_24V2_MG.book

ES1018V2_24V2_MG.book 2009 6 Management Ver.2.0 Guide ES1018V2 ES1024V2 ES1018V2 ES1024V2 1.05.06 1....1 1.1... 2 1.2 CLI... 3 1.2.1?... 3 1.2.2 Default... 3 1.2.3 Help... 3 1.2.4 Logout... 3 1.2.5 Ping... 3 1.2.6 Reset...

More information

自動シャットタ<3099>ウンクイックインストールカ<3099>イト<3099>.indb

自動シャットタ<3099>ウンクイックインストールカ<3099>イト<3099>.indb OMRON Corporation. 2011 All Rights Reserved. 2 3 4 5 6 7 8 9 10 11 12 13 14 15 title Red Hat Enterprise Linux Server (2.6.18-8.el5xen serial) root (hd0,1) kernel /xen.gz-2.6.18-8.el5 console=vga xencons=ttys16

More information

本機をお使いの方へ

本機をお使いの方へ MA46H/S Windows 98 / NT 4.0 Windows 98 / NT 4.0 MA46H/S BIOS 1999 10 808-877675-132-A 3 AT 6. 1. BIOS P.7 1. Windows 98 Windows Windows 98 Microsoft Windows 98 Windows NT 4.0 Microsoft Windows NT Workstation

More information

HITACHI Gigabit Fibre Channel (SUSE Linux Enterprise Server IOCard-FP2-Z-199(1)

HITACHI Gigabit Fibre Channel (SUSE Linux Enterprise Server IOCard-FP2-Z-199(1) HITACHI Gigabit Fibre Channel (SUSE Linux Enterprise Server IOCard-FP2-Z-199(1) 2 (VCCI) Linux Linus Torvalds Red Hat Red Hat Inc. SUSE SUSE LLC All rights reservedcopyright 2014, Hitachi,Ltd. Licensed

More information

1 124

1 124 7 1 2 3 4 5 6 7 8 9 10 11 12 1 124 Phoenix - AwardBIOS CMOS Setup Utility Integrated Peripherals On-Chip Primary PCI IDE [Enabled] IDE Primary Master PIO [Auto] IDE Primary Slave PIO [Auto] IDE Primary

More information

Add-onアプリケーション開発 - 環境構築マニュアル -

Add-onアプリケーション開発 - 環境構築マニュアル - - - 1.0 M2M 2018 11 20 i 1 1 1.1............................................... 1 1.2................................................. 1 1.3................................................ 2 2 3 2.1 OFF.......................................

More information

EQUIUM EQUIUM S5010 1 1 1 2 3 4 2 1 2 3 2 3 1 2 3 4 5 6 7 8 4 1 2 3 5 1 2 1 2 3 4 5 6 7 6 1 3 7 1 2 3 4 5 6 7 8 9 10 11 1 2 3 4 4 5 6 7 8 1 1 2 3 4 10 1 11 12 1 13 14 1 15 1 16 1 1 17 1 2 18 3 1 4 5 19

More information

untitled

untitled TANGO Smart Console Nuendo 4 INTRODUCTION Welcome to Tango! Tango DAW DAW 30 60 Smart AV Web Tango Nuendo 4 Tango BIOS Tango Class A TANGO Smart Console - Nuendo 2 TABLE OF CONTENTS POWER CONNETION.4 SWITCHING

More information

<Documents Title Here>

<Documents Title Here> Oracle Application Server 10g Release 2 (10.1.2) for Microsoft Windows Business Intelligence Standalone Oracle Application Server 10g Release 2 (10.1.2) for Microsoft Windows Business Intelligence Standalone

More information

Perle社 ターミナルサーバIOLAN STS8と富士通PCサーバ PRIMERGY RX2520 M1 の接続検証結果報告書(Red Hat Enterprise Linux 6.6(for Intel64)版)

Perle社 ターミナルサーバIOLAN STS8と富士通PCサーバ PRIMERGY RX2520 M1 の接続検証結果報告書(Red Hat Enterprise Linux 6.6(for Intel64)版) 2016 年 01 月 29 日 Perle 社ターミナルサーバ IOLAN STS8 と富士通 PC サーバ PRIMERGY RX2520 M1 の接続検証結果報告書 (Red Hat Enterprise Linux 6.6 (for Intel64) 版 ) 株式会社昌新 技術部 1. 作業実施概要 Perle 社ターミナルサーバ IOLAN STS8( 以降 IOLAN STS8 と略 )

More information

debian_manual.dvi

debian_manual.dvi How to set up Linux 01/07/02 Debian GNU/Linux 1 potato 1.1 rescue.bin root.bin driver-1.bin 1 1.2 1. Debian GNU/Linux Debian http://http.us.debian.org/debian/ http://ftp.jp.debian.org Fig. 1 Fig. 1 Debian

More information

橡EN1165.PDF

橡EN1165.PDF G780(7ZMMP-KK F1C) BIOS Setup 1 G780(7ZMMP-KK F1C) 2 G780(7ZMMP-KK F1C) 3 G780(7ZMMP-KK F1C) 4 G780(7ZMMP-KK F1C) 1st Boot Device 2nd Boot Device 3rd Boot Device S.M.A.R.T. for Hard Disks BootUp Num-Lock

More information

HP Server tc2120 Microsoft Windows 2000 Server SP3 HP P

HP Server tc2120 Microsoft Windows 2000 Server SP3 HP P HP Server tc2120 Microsoft Windows 2000 ServerSP3 HP P312977-191 200210 Hewlett-Packard Company Hewlett- Packard Company Hewlett-Packard Company Intel Corporation MicrosoftMS-DOSWindows Windows NT Microsoft

More information

EQUIUM EQUIUM 1

EQUIUM EQUIUM 1 EQUIUM EQUIUM 1 1 1 2 3 4 2 1 2 3 2 3 1 2 3 4 5 6 7 8 9 4 1 2 3 5 1 2 3 1 2 3 4 5 6 7 6 1 3 7 1 2 3 4 5 6 7 8 9 10 11 12 1 2 3 4 4 5 6 7 8 9 10 1 1 2 3 4 12 1 13 14 1 15 16 1 17 18 1 1 1 19 1 2 20 3 1

More information

Microsoft Word - AFT_3TB_HDD_install_guide doc

Microsoft Word - AFT_3TB_HDD_install_guide doc AFT 及び 3TB HDD への OS インストール 目次 概要 P.1 動作確認構成 P.1 対応要件 P.1 Server 対応一覧 P.2 OS 対応一覧 P.3 OS インストール方法 P.4 AFT P.4 3TB P.8 AFT +3TB P.10 2012.01.26: ぷらっとホーム技術部山﨑作成 2012.02.06: ぷらっとホーム技術部山﨑更新 2012.02.09: ぷらっとホーム技術部山﨑更新

More information

atmark-dist ディベロッパーズガイド

atmark-dist ディベロッパーズガイド atmark-dist Developers Guide http://www.atmark-techno.com/ Armadillo http://armadillo.atmark-techno.com/ SUZAKU http://suzaku.atmark-techno.com/ atmark-dist developers guide version 1.0.2 1. 1 1.1. 1 1.2.

More information

r10s4-fn03.pdf

r10s4-fn03.pdf 目次 PRIMERGY RX100 S4 non-raid フリー OS 動作確認情報 2007/08/23 富士通株式会社 PRIMERGY RX100 S4 FreeBSD 6.2 動作確認...2 PRIMERGY RX100 S4 Debian 4.0 動作確認...5 PRIMERGY RX100 S4 Fedora Core 6 動作確認...8 PRIMERGY RX100 S4 Vine

More information

Linux 版 PowerPath のマルチパス機能 の設定

Linux 版 PowerPath のマルチパス機能 の設定 CHAPTER 11 この章の内容は次のとおりです マルチパスを介した起動の設定 (p.11-1) システムの準備と PowerPath のインストレーション (p.11-2) ファイルとディレクトリの設定 (p.11-3) 必要なオブジェクトとコンフィギュレーションファイルのコピー (p.11-4) ファイルの修正 (p.11-6) bootdisk ディレクトリのアーカイブ (p.11-8) マルチパスを介した起動の設定

More information

NEC Express5800/E110b-Mユーザーズガイド

NEC Express5800/E110b-Mユーザーズガイド 2 Press to enter SETUP Press to enter SETUP or to Network Press to resume, to enter Setup, to Network Enter password[ ] Main Phoenix SecureCore(tm)

More information

BMC Configuration ユーザーズガイド

BMC Configuration ユーザーズガイド BMC Configuration 1 2 3 4 5 Rev.1.01 NEC Corporation 2011 1 BMC Configuration... 1... 2... 3... 4... 5 1... 6 1.1 BMC Configuration... 6 2... 7 2.1... 7 2.2... 8 3... 9 3.1 BMC Configuration (Windows)...

More information

EQUIUM EQUIUM S5010 1

EQUIUM EQUIUM S5010 1 EQUIUM EQUIUM S5010 1 1 1 2 3 4 2 1 2 3 2 3 1 2 3 4 5 6 7 4 1 2 5 1 2 6 1 7 1 2 3 4 5 6 7 1 2 3 4 5 6 3 7 8 9 1 2 3 4 4 5 6 7 8 1 1 2 3 4 10 1 11 12 1 13 14 1 15 16 1 1 2 3 17 1 2 3 18 4 5 6 1 19 1 2 3

More information

Mail_Spam_Manual_120815b

Mail_Spam_Manual_120815b server~>su - server:~#mount /mnt/cdrom server:~#umount /mnt/cdrom # cd /mnt/cdrom #./ginstall -F -M [MTA ] -P AV # wget http://download.gideon.co.jp/ginstall.tgz #./ginstall -F -M P -P AV #./ginstall -M

More information

東京エリア Debian 勉強会 - 資料

東京エリア Debian 勉強会 - 資料 .... Debian dancer@debian.or.jp IRC nick: dancerj 2009 1 17 Agenda / / ustream Debian Debian 2009 2008 12 / / ustream Debian Debconf Debian 2008 2009 Debian JP on IAX 2009 1 9 IAX :asterisk :iaxcomm 1

More information

Microsoft Word - D JP.docx

Microsoft Word - D JP.docx Application Service Gateway Thunder/AX Series vthunder ライセンスキー インストール 手順 1 1.... 3 2. vthunder... 3 3. ACOS... 3 4. ID... 5 5.... 8 6.... 8 61... 8 62 GUI... 10 2 1. 概要 2. vthunder へのアクセス 方法 SSHHTTPSvThunder

More information

RT300/140/105シリーズ 取扱説明書

RT300/140/105シリーズ 取扱説明書 REMOTE & BROADBAND ROUTER RT300i/RT140p/RT140f/RT140i RT140e/RT105p/RT105i/RT105e 2 3 4 5 6 7 8 9 10 Bold face Enter Ctrl Tab BS Del Console RT105i RT300i RT140p RT140f RT140i RT140e RT105p RT105i RT105e

More information

1 142

1 142 7 1 2 3 4 5 6 7 8 1 142 PhoenixBIOS Setup Utility MainSystem DevicesSecurityPowerOthersBootExit System Time: [XX:XX:XX] Item Specific Help System Date: [XX/XX/XXXX] Floppy Drive: 1.44MB, 3 1 / 2" Hard

More information

5 1 2 3 4 5 6 7 8 9 10 1 Quick Boot 1st Boot Device 2nd Boot Device 3rd Boot Device Network Boot Initial Display Mode S.M.A.R.T. for Hard Disks BootUp Num-Lock Password Check CPU Serial Number System BIOS

More information

iStorage NS47Pユーザーズガイド

iStorage NS47Pユーザーズガイド 5 Press to enter SETUP or Press to boot from Netork Enter passord[ ] Main Phoenix cme FirstBIOS Pro Setup Utility Advanced Security Server Boot Exit System Management Console Redirection Event

More information

Northern Lights Server

Northern Lights Server FirstStep Guide Northern Lights Server Intel Management Module (Advanced Module / ISM 8.4) 2 www.nlcomputer.com 1 FirstStep Guide 1.1. INTEL MANAGEMENT MODULE 2... 5 1.2.... 9 1.3.... 10 2.1. BMC...11

More information

RTX830 取扱説明書

RTX830 取扱説明書 RTX830 JA 1 2 3 4 5 6 7 8 9 10 11 external-memory performance-test go 12 13 show config 14 15 16 17 18 19 20 save 21 22 23 24 25 26 27 save RTX830 BootROM Ver. 1.00 Copyright (c) 2017 Yamaha Corporation.

More information

unix.dvi

unix.dvi 1 UNIX 1999 4 27 1 UNIX? 2 1.1 Windows/Macintosh? : : : : : : : : : : : : : : : : : : : : : : : : 2 1.2 UNIX OS : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 2 1.3 : : : : : : : : : : : :

More information

cover1.indd

cover1.indd OMRON Corporation. 2010 All Rights Reserved. Power Credit UPS PowerAct Pro Ver.4.x PA PowerAct Pro PA UPS Power Credit 2 3 4 5 6 7 8 9 10 11 12 13 title Red Hat Enterprise Linux Server (2.6.18-8.el5xen

More information

Report Template

Report Template f 1 3... 3 PC... 3... 4 12... 12 Web... 12 E-mail FAX... 17... 18 Service Pack 19 UPDATE... 19... 20 web... 21 Version 24 25... 25... 26... 27... 28 29 2 isplever7.1 for Windows isplever7.1 PC isplever7.1

More information

Express5800/R110a-1Hユーザーズガイド

Express5800/R110a-1Hユーザーズガイド 4 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Xeon Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0B60: DIMM group #1 has been disabled. : Press to resume, to

More information

Express5800/320Fa-L/320Fa-LR/320Fa-M/320Fa-MR

Express5800/320Fa-L/320Fa-LR/320Fa-M/320Fa-MR 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

e164.arpa DNSSEC Version JPRS JPRS e164.arpa DNSSEC DNSSEC DNS DNSSEC (DNSSEC ) DNSSEC DNSSEC DNS ( ) % # (root)

e164.arpa DNSSEC Version JPRS JPRS e164.arpa DNSSEC DNSSEC DNS DNSSEC (DNSSEC ) DNSSEC DNSSEC DNS ( ) % # (root) 1.2.0.0.1.8.e164.arpa DNSSEC Version 1.0 2006 3 7 JPRS JPRS 1.2.0.0.1.8.e164.arpa DNSSEC DNSSEC DNS DNSSEC (DNSSEC ) DNSSEC DNSSEC DNS ( ) % # (root) BIND DNS 1. DNSSEC DNSSEC DNS DNS DNS - 1 - DNS DNS

More information

ワイヤレス~イーサネットレシーバー UWTC-REC3

ワイヤレス~イーサネットレシーバー UWTC-REC3 www.jp.omega.com : esales@jp.omega.com www.omegamanual.info UWTC-REC3 www.jp.omega.com/worldwide UWIR UWTC-NB9 / UWRH UWRTD UWTC 61.6 [2.42] REF 11.7 [0.46] 38.1 [1.50] 66.0 [2.60] REF 33.0 [1.30]

More information

iExpress5800/N サーバハードウェア

iExpress5800/N サーバハードウェア Press F2 to enter SETUP/Q-Flash Main A Date (mm:dd:yy) Time (hh:mm:ss) >IDE Primary Master IDE HDD Auto-Detection Press Enter Write Cache Disabled Enabled IDE Primary Master Auto None Manual Access

More information

Express5800/320Fa-L/320Fa-LR

Express5800/320Fa-L/320Fa-LR 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

Express5800/110Gbユーザーズガイド

Express5800/110Gbユーザーズガイド 2 OUTPUT UN(SWITCH OUT) AC100V 50/50HZ TOTAL 12.5A OUTPUT(SWITCH OUT) Press to enter SETUP or Press to boot from Netork Press for Adaptec RAID Configuration Utility! Press

More information

137 6 1 2 3 4 5 6 138 6 139 1 2 3 4 5 6 140 6 141 1 2 1 2 142 6 3 143 1 2 144 6 145 1 2 3 4 5 146 6 147 1 1 148 6 1 2 149 1 2 1 2 150 6 151 152 6 1 2 153 1 2 3 154 1 2 6 3 155 156 6 157 158 1 6 2 159 1

More information

00.目次_ope

00.目次_ope 816XL ii iii iv iv User Entry 1 3 v vi vii viii 1 1 C: >VTTERM 1- 1 1-3 1 1-4 1 1-5 1 1-6 1 1-7 1 1-8 1 1-9 1 1-10 C: >VTN 1 Host Name: 1-11 1 01 1-1 0.0.0.0 1 1-13 1 1-14 - -3 Port status and configuration

More information

チュートリアル XP Embedded 入門編

チュートリアル XP Embedded 入門編 TUT-0057 Ver. 1.0 www.interface.co.jp Ver 1.0 2005 6 (,), Web site () / () 2004 Interface Corporation. All rights reserved. ...1...1 1. XP Embedded...2 2....3 2.1....3 2.2....4 2.2.1. SLD...4 2.3....5

More information

今回は開発版ブランチをビルドしてみよう まず ソースコードをダウンロードするために cupcake ブランチを 指定して ローカルリポジトリを初期化する $ mkdir cupcake $ cd cupcake $ repo init -u git://android.git.kernel.org/

今回は開発版ブランチをビルドしてみよう まず ソースコードをダウンロードするために cupcake ブランチを 指定して ローカルリポジトリを初期化する $ mkdir cupcake $ cd cupcake $ repo init -u git://android.git.kernel.org/ VMWare で x86 版 Android 水野光男日本 Android の会組み込み WG オープンソースの Android は x86 への移植が進められている x86 用にビルドして VMWare の仮想マシンやネットブックで試せるようになった まだ移植されていないモジュールなどもあり 完全ではないが Android の可能性を先取りして体験するには十分だ 本稿では Android を VMWare

More information

1 138

1 138 5 1 2 3 4 5 6 7 8 1 138 BIOS Setup Utility MainAdvancedSecurityPowerExit Setup Warning Item Specific Help Setting items on this menu to incorrect values may cause your system to malfunction. Select 'Yes'

More information

MINI2440マニュアル

MINI2440マニュアル Multi-Media DSP/BF53x Linux http://www.csun.co.jp info@csun.co.jp 2009/3/6 copyright@2009 http://www.csun.co.jp info@csun.co.jp 1 DSP/BF53x...3 1.1...3 1.2...7 DSP/BF53x...8 2.1...8 2.2...9 uclinux...

More information

LAN Copyright c Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License

LAN Copyright c Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License LAN 2014 3 19 Copyright c 1993 2014 Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License. 1 2 1.1................................... 2 1.2.........................

More information

LinuxDeviceDriver2003-PDF.PDF

LinuxDeviceDriver2003-PDF.PDF Linux Kernel Conference 2003 Linux info@devdrv.com 2003/10/9 Device Drivers Limited 1 Linux 2.6 Device Drivers Limited 2 SpinLock Atomic (SMP) HyperThreading(HT) tasklet task_queue /proc Device Drivers

More information

CentOSv2_furoku

CentOSv2_furoku at $ at 23:00 $ at 6:00 tomorrow $ at now + 3 days chkconfig # chkconfig --list # chkconfig --list postfix # chkconfig --level 35 postfix on # chkconfig rsync on # chkconfig telnet off 2 crontab $ crontab

More information

XEN 仮想マシンの移植 Islandcenter.jp 2009/04/14 既に作成済みの XEN 仮想マシンを移植する方法を説明します 仮想マシンイメージは 通常 /var/lib/xen/image/myvmachine に作成されていますが このファイルを tar 圧縮してリムーバブルメデ

XEN 仮想マシンの移植 Islandcenter.jp 2009/04/14 既に作成済みの XEN 仮想マシンを移植する方法を説明します 仮想マシンイメージは 通常 /var/lib/xen/image/myvmachine に作成されていますが このファイルを tar 圧縮してリムーバブルメデ XEN 仮想マシンの移植 2009/04/14 既に作成済みの XEN 仮想マシンを移植する方法を説明します 仮想マシンイメージは 通常 /var/lib/xen/image/myvmachine に作成されていますが このファイルを tar 圧縮してリムーバブルメディアにコピーするなり rsync で他のコンピュータにコピーしたり あるいはバックアップされて今は使われていないイメージを戻して再利用することができます

More information

untitled

untitled CHAP. 1 ---------------------------------------------------------------- 5 1-1. ---------------------------------------------------------------- 5 1-2. ----------------------------------------------------------------

More information

BMC Configuration ユーザーズガイド

BMC Configuration ユーザーズガイド BMC Configuration 1 2 3 4 5 Rev.1.10 NEC Corporation 2012 1 BMC Configuration... 1... 2... 4... 5... 6 1.... 7 1.1 BMC Configuration... 7 2.... 8 2.1... 8 2.2... 9 3.... 10 3.1 BMC Configuration (Windows)...

More information

GNU Emacs GNU Emacs

GNU Emacs GNU Emacs GNU Emacs 2015 10 2 1 GNU Emacs 1 1.1....................................... 1 1.2....................................... 1 1.2.1..................................... 1 1.2.2.....................................

More information

SR-X526R1 サーバ収容スイッチ ご利用にあたって

SR-X526R1 サーバ収容スイッチ ご利用にあたって SR-X526R1 P3NK-3432-05Z0 526R1 V01 SR-X526R1 V01 2009 10 2010 4 2 2011 5 3 2012 3 4 2012 11 5 Microsoft Corporation Copyright FUJITSU LIMITED 2009-2012 2 SR-X526R1 V01...2...5...5...5...5...6...7...8...8...11...11...11...11...11...11...12...12...12...12...13...13...13

More information

RT300i/RT140x/RT105i 取扱説明書

RT300i/RT140x/RT105i 取扱説明書 2 3 4 5 6 7 8 9 10 Bold face Enter Ctrl Tab BS Del Typewriter face RT105i RT300i RT140p RT140f RT140i RT140e RT105i RT300i 11 RARP 9600 bit/s 8 http://www.rtpro.yamaha.co.jp/ ftp.rtpro.yamaha.co.jp 12

More information

Express5800/R320a-E4/Express5800/R320b-M4ユーザーズガイド

Express5800/R320a-E4/Express5800/R320b-M4ユーザーズガイド 7 7 障害箇所の切り分け 万一 障害が発生した場合は ESMPRO/ServerManagerを使って障害の発生箇所を確認し 障害がハー ドウェアによるものかソフトウェアによるものかを判断します 障害発生個所や内容の確認ができたら 故障した部品の交換やシステム復旧などの処置を行います 障害がハードウェア要因によるものかソフトウェア要因によるものかを判断するには E S M P R O / ServerManagerが便利です

More information

Express5800/320Fc-MR

Express5800/320Fc-MR 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

HPCクラスタ専用サーバ  T220Rd-1ユーザーズガイド

HPCクラスタ専用サーバ  T220Rd-1ユーザーズガイド 3 Press DEL run Setup (F4 on Remote Keyboard) Enter CURRENT Passord:[ ] Boot Security Exit USB Configuration Module Version - 2.24.0-11.4 Enables USB host controllers. USB Devices Enabled : 1 Keyboard,

More information

Armadillo-200シリーズ ソフトウェアマニュアル

Armadillo-200シリーズ ソフトウェアマニュアル http://www.atmark-techno.com/ http://armadillo.atmark-techno.com/ 1.... 1 1.1.... 1 1.2.... 1 1.3.... 2 1.4.... 2 1.5.... 2 1.6.... 2 2.... 4 2.1.... 4 2.2.... 4 2.3.... 6 3.... 7 3.1.... 7 3.2. atmark-dist...

More information

iStorage NS500Rbユーザーズガイド

iStorage NS500Rbユーザーズガイド 5 w w w w w Press to enter SETUP or Press to boot from Network Enter Password Main System Management BMC LAN Configuration Event Log Configuration Advanced Security Server Boot Save & Exit Additional

More information