ojovivo

Discoholic 🪩
Peter Solarz

Love Begins

blake kathryn
PUT YOUR BEARD IN MY MOUTH
Lint Roller? I Barely Know Her
styofa doing anything

Kiana Khansmith

JBB: An Artblog!
Cosmic Funnies
RMH
Xuebing Du
I'd rather be in outer space 🛸

Origami Around

shark vs the universe
Mike Driver
Keni
🪼
No title available

seen from France
seen from France

seen from United States

seen from Malaysia
seen from Malaysia
seen from United States

seen from United States

seen from Malaysia
seen from United States
seen from Indonesia
seen from Netherlands
seen from Netherlands
seen from United States
seen from United States

seen from Canada

seen from Brazil
seen from United States
seen from Malaysia
seen from Malaysia

seen from Malaysia
@kazoda-comp
node['network']['interfaces'].each do |key,value| log "#{key}" do level :info end end
The -r flag indicates this key may repeat, see the repeat-time option.
tmux - What does bind-key -r mean? - Super User
knife convergeで、以下のようなノード名たちがあるとき、 cent7-t01 t01 t01を指定(name:t01)したつもりが、cnet7-t01ノードを対象にしてしまうみたい。 cent7-t01をcent7_t01に変更すると想定の動作をした。
$ knife node list cent7-t01 t01 $ grep -A4 '"name' nodes/*.json nodes/cent7-t01.json: "name": "cent7-t01", nodes/cent7-t01.json- "normal": { nodes/cent7-t01.json- "knife_zero": { nodes/cent7-t01.json- "host": "192.168.1.17" nodes/cent7-t01.json- }, -- nodes/t01.json: "name": "t01", nodes/t01.json- "normal": { nodes/t01.json- "knife_zero": { nodes/t01.json- "host": "localhost" nodes/t01.json- }, $ knife zero converge "name:t01" -a knife_zero.host --ssh-identity-file ~/.ssh/id_rsa_kitchen --ssh-user kitchen --ssh-port 22001 WARNING: Failed to connect to 192.168.1.17 -- Errno::EHOSTUNREACH: No route to host - connect(2) for 192.168.1.17:22001 ERROR: NoMethodErrorundefined method `forward' for nil:NilClass ERROR: /home/kaz/.chefdk/gem/ruby/2.1.0/gems/knife-zero-1.16.0/lib/knife-zero/bootstrap_ssh.rb:32:in `block in ssh_command' /home/kaz/.chefdk/gem/ruby/2.1.0/gems/knife-zero-1.16.0/lib/knife-zero/bootstrap_ssh.rb:30:in `each' /home/kaz/.chefdk/gem/ruby/2.1.0/gems/knife-zero-1.16.0/lib/knife-zero/bootstrap_ssh.rb:30:in `ssh_command' /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/knife/ssh.rb:557:in `run' /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/knife.rb:421:in `block in run_with_pretty_exceptions' /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/local_mode.rb:44:in `with_server_connectivity' /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/knife.rb:420:in `run_with_pretty_exceptions' /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/knife.rb:219:in `run' /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application/knife.rb:148:in `run' /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/bin/knife:25:in `' /opt/chefdk/bin/knife:49:in `load' /opt/chefdk/bin/knife:49:in `
'
cent7_t01をcent-t01に変更
$ knife node list cent7_t01 t01 t02 $ grep -A4 '"name' nodes/*.json nodes/cent7_t01.json: "name": "cent7_t01", nodes/cent7_t01.json- "normal": { nodes/cent7_t01.json- "knife_zero": { nodes/cent7_t01.json- "host": "192.168.1.17" nodes/cent7_t01.json- }, -- nodes/t01.json: "name": "t01", nodes/t01.json- "normal": { nodes/t01.json- "knife_zero": { nodes/t01.json- "host": "localhost" nodes/t01.json- }, -- nodes/t02.json: "name": "t02", nodes/t02.json- "normal": { nodes/t02.json- "knife_zero": { nodes/t02.json- "host": "localhost" nodes/t02.json- }, $ knife zero converge "name:t01" -a knife_zero.host --ssh-identity-file ~/.ssh/id_rsa_kitchen --ssh-user kitchen --ssh-port 22001 localhost Starting Chef Client, version 12.11.18 localhost resolving cookbooks for run list: [] localhost Synchronizing Cookbooks: localhost Installing Cookbook Gems: localhost Compiling Cookbooks... localhost [2016-06-26T07:04:44+00:00] WARN: Node t01 has an empty run list. localhost Converging 0 resources localhost localhost Running handlers: localhost Running handlers complete localhost Chef Client finished, 0/0 resources updated in 01 seconds
virt-install \ --name centos7 \ --hvm \ --virt-type kvm \ --ram 1024 \ --vcpus 1 \ --arch x86_64 \ --os-type linux \ --os-variant rhel7 \ --boot hd \ --disk pool=default,size=5,format=qcow2 \ --network network=default \ --graphics none \ --serial pty \ --console pty \ --location /iso/CentOS-7.0-1406-x86_64-Minimal.iso \ --initrd-inject /tmp/centos7.ks.cfg \ --extra-args "inst.ks=file:/centos7.ks.cfg console=ttyS0"
KVM に virt-install でコマンドラインだけで CentOS 7 を インストール - Qiita
sudoersファイルの書式は、man sudoers(5)のUser specificationに書いてある。
The basic structure of a user specification is “who where = (as_whom) what”. Let's break that down into its constituent parts:
見つけられない。
GRUB_TERMINAL="console serial" to have the grub menu on both serial and local console.
Grub2 - Community Help Wiki
ESXiホスト シリアルコンソール
以下を付け加える "nofb com1_baud=115200 com1_Port=0x3f8 tty2Port=com1 gdbPort=none logPort=none" VMware ESXi をシリアルコンソールで動かす - てくにかるむ // multix.jp
Ubuntu 15.04にアプグレードした。 GNOME端末でAltキーを押してメニューバーの機能を使用することができなかった。 e.g. Alt - 端末(T) - プロファイルの変更(P) 解決方法 「設定」−「全般」から「アクセラレーターキーを有効にする」を有効にする。
centos7(AtomicHost) on ubuntu KVM
Bug #1393842 “libvirt does not grant qemu-guest-agent channel pe...” : Bugs : libvirt package : Ubuntu これにはまった…