Журнал лабораторных работ

Содержание

Журнал

Среда (02/22/12)

/dev/pts/4
15:37:18
#ls
disk1.img  disk2.img  disk3.img  disk4.img  disk5.img  knoppix.iso  loosetup.txt  start-kvm
/dev/pts/3
15:37:18
#ls
disk1.img  disk2.img  disk3.img  disk4.img  disk5.img  knoppix.iso  loosetup.txt  start-kvm
/dev/pts/4
15:37:21
#umount /mnt
umount: /mnt: not mounted
/dev/pts/3
15:37:21
#umount /mnt
umount: /mnt: not mounted
/dev/pts/4
15:37:32
#./start-kvm
^Z
[1]+  Stopped                 ./start-kvm
/dev/pts/3
15:37:32
#./start-kvm
^Z
[1]+  Stopped                 ./start-kvm
/dev/pts/4
15:38:51
#bg
[1]+ ./start-kvm &
/dev/pts/3
15:38:51
#bg
[1]+ ./start-kvm &
/dev/pts/4
15:38:53
#history|ssh
usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
           [-D [bind_address:]port] [-e escape_char] [-F configfile]
           [-I pkcs11] [-i identity_file]
           [-L [bind_address:]port:host:hostport]
           [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
           [-R [bind_address:]port:host:hostport] [-S ctl_path]
           [-W host:port] [-w local_tun[:remote_tun]]
           [user@]hostname [command]
/dev/pts/3
15:38:53
#history|ssh
usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
           [-D [bind_address:]port] [-e escape_char] [-F configfile]
           [-I pkcs11] [-i identity_file]
           [-L [bind_address:]port:host:hostport]
           [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
           [-R [bind_address:]port:host:hostport] [-S ctl_path]
           [-W host:port] [-w local_tun[:remote_tun]]
           [user@]hostname [command]
/dev/pts/4
15:39:06
#history|grep -i ssh
  578  ssh 192.168.40.14
  590  history|ssh
  591  history|grep -i ssh
/dev/pts/3
15:39:06
#history|grep -i ssh
  578  ssh 192.168.40.14
  590  history|ssh
  591  history|grep -i ssh
/dev/pts/4
15:39:19
#ssh 192.168.40.14
ssh: connect to host 192.168.40.14 port 22: Connection refused
/dev/pts/3
15:39:19
#ssh 192.168.40.14
ssh: connect to host 192.168.40.14 port 22: Connection refused
/dev/pts/4
15:39:36
#ssh 192.168.40.14
The authenticity of host '192.168.40.14 (192.168.40.14)' can't be established.
RSA key fingerprint is 5e:79:95:84:fa:0d:5f:a0:f2:3d:4b:2d:49:51:2f:d9.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.40.14' (RSA) to the list of known hosts.
root@192.168.40.14's password:
^C
[1]+  Done                    ./start-kvm
/dev/pts/3
15:39:36
#ssh 192.168.40.14
The authenticity of host '192.168.40.14 (192.168.40.14)' can't be established.
RSA key fingerprint is 5e:79:95:84:fa:0d:5f:a0:f2:3d:4b:2d:49:51:2f:d9.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.40.14' (RSA) to the list of known hosts.
root@192.168.40.14's password:
^C
[1]+  Done                    ./start-kvm
/dev/pts/4
15:42:09
#ssh 192.168.40.14
ssh: connect to host 192.168.40.14 port 22: No route to host
/dev/pts/3
15:42:09
#ssh 192.168.40.14
ssh: connect to host 192.168.40.14 port 22: No route to host
/dev/pts/4
15:42:19