ForceKeepAlives=1/etc/ssh/ssh_config
ServerAliveCountMax 3 ServerAliveInterval 15
idl703linux.x86.tar.gz idl70linuxhelppatch.tar.gz
open(unit=FH, file=fn, form='binary', access='append') write(FH) array call flush(FH) close(FH)入力(access='direct'):
#define SZL 0:NGI-1,0:NGJ-1,0:NLK-1 allocate( vxr(SZL), vyr(SZL), vzr(SZL) ) sz = size(vxr) do node = 0, (NNODE)-1 call mpi_barrier(MPI_COMM_WORLD, ierr) if (myrank /= node ) cycle open(unit=FH, file=fn, form='unformatted', access='direct', recl=sz*int8(DBL_KIND) ) read(FH, rec=1+node) vxr read(FH, rec=1+node+(NNODE)) vyr read(FH, rec=1+node+(NNODE)*2) vzr call flush(FH) close(FH) enddo
% env CC="gcc" CFLAGS="-m64 -mcmodel=medium" CXX="c++" CXXFLAGS="-m64 -mcmodel=medium" \ F90="ifort" F90FLAGS="-i-dynamic -mcmodel=large" \ F77="ifort" FFLAGS="-i-dynamic -mcmodel=large" \ ./configure --prefix=/opt/mpich2/ --with-pm=gforker \ 2>&1 | tee configure.log % make 2>&1 | tee make.log # make install 2>&1 | tee install.log
real(kind=DBL_KIND),dimension(ARRAYSIZE4(uGlobal)) :: uLocal logical,dimension(ARRAYSIZE3(uGlobal)) :: bmap
[0]0:Return code = 0, signaled with Segmentation fault [0]1:Return code = 0, signaled with Segmentation fault [0]2:Return code = 0, signaled with Segmentation fault [0]3:Return code = 0, signaled with Segmentation fault
real(kind=DBL_KIND),dimension(:,:,:,:),allocatable :: uLocal logical,dimension(:,:,:),allocatable :: bmap (略) ALLOCATESAFE( uLocal(ARRAYSIZE4(uGlobal)) ) ALLOCATESAFE( bmap(ARRAYSIZE3(uGlobal)) ) (略) deallocate( uLocal, bmap )
図A 宇宙線が増える → 雲が増える → 寒冷化 宇宙線が減る → 雲が減る → 温暖化 そろそろ宇宙線が増えそうなので、そろそろ寒冷化
図B 黒点+オーロラが減る → 太陽活動静寂 → 寒冷化 黒点+オーロラが増える → 太陽活動活発 → 温暖化 そろそろ黒点が減りそうなので、そろそろ寒冷化このように丸山さんは2つの因果関係(宇宙線と気候の因果関係、黒点+オーロラと気候の因果関係)を独立に述べているけど、自分には、宇宙線と黒点数+オーロラの2つのグラフに逆相関があるように見える。
# vpnclient connect sample Cisco Systems VPN Client Version 4.8.00 (0490) Copyright (C) 1998-2005 Cisco Systems, Inc. All Rights Reserved. Client Type(s): Linux Running on: Linux 2.6.18-53.1.13.el5 #1 SMP Mon Feb 11 13:27:27 EST 2008 x86_64 Config file directory: /etc/opt/cisco-vpnclient Initializing the VPN connection. Contacting the gateway at x.x.x.x User Authentication for sample... The server has requested the following information to complete the user authentication: Username [xxxxxx]: Password []: Authenticating user. Negotiating security policies. Securing communication channel. Your VPN connection is secure. VPN tunnel information. Client address: x.x.x.x Server address: x.x.x.x Encryption: 128-bit AES Authentication: HMAC-SHA IP Compression: None NAT passthrough is inactive Local LAN Access is disabled下の2行はこれで良いのだろうか。 コマンドプロンプトが帰ってこないし。
iptables -A INPUT -i cipsec0 -j ACCEPT iptables -A OUTPUT -o cipsec0 -j ACCEPT iptables -A INPUT -p udp -s $nao --sport 500 -d $myhost --dport 500 -j ACCEPT iptables -A OUTPUT -p udp -s $myhost --sport 500 -d $nao --dport 500 -j ACCEPT iptables -A INPUT -p udp -s $nao --sport 4500 -d $myhost --dport 4500 -j ACCEPT iptables -A OUTPUT -p udp -s $myhost --sport 4500 -d $nao --dport 4500 -j ACCEPT iptables -A INPUT -p udp -s $nao --sport 10000 -d $myhost --dport 10000 -j ACCEPT iptables -A OUTPUT -p udp -s $myhost --sport 10000 -d $nao --dport 10000 -j ACCEPT穴を開けたのはこの www サーバじゃないので、攻撃しても無駄です。
誤) GropuPwd=xxxxxx 正) GroupPwd=xxxxxx
pkgdb -L pkgdb -F
--------------------- port protocol ==================== ESP (IP50) 500 UDP 4500 UDP 10000 UDP --------------------いずれも、IN と OUT の解除。 これで様子を見よう。結果がわかるのは月曜以降か。 もっと早く作業しておくべきだった。 それまで自宅で作業するかorz
# ./vpn_install Cisco Systems VPN Client Version 4.8.00 (0490) Linux Installer Copyright (C) 1998-2005 Cisco Systems, Inc. All Rights Reserved. By installing this product you agree that you have read the license.txt file (The VPN Client license) and will comply with its terms. Directory where binaries will be installed [/usr/local/bin] Automatically start the VPN service at boot time [yes] In order to build the VPN kernel module, you must have the kernel headers for the version of the kernel you are running. Directory containing linux kernel source code [/lib/modules/2.6.18-53.1.13.el5/build] * Binaries will be installed in "/usr/local/bin". * Modules will be installed in "/lib/modules/2.6.18-53.1.13.el5/CiscoVPN". * The VPN service will be started AUTOMATICALLY at boot time. * Kernel source from "/lib/modules/2.6.18-53.1.13.el5/build" will be used to build the module. Is the above correct [y] Creating start/stop script "/etc/init.d/vpnclient_init". /etc/init.d/vpnclient_init Enabling start/stop script for run level 3,4 and 5. Creating global config /etc/opt/cisco-vpnclient Installing license.txt (VPN Client license) in "/opt/cisco-vpnclient/": Installing bundled user profiles in "/etc/opt/cisco-vpnclient/Profiles/": * New Profiles : sample Copying binaries to directory "/opt/cisco-vpnclient/bin". Adding symlinks to "/usr/local/bin". /opt/cisco-vpnclient/bin/vpnclient /opt/cisco-vpnclient/bin/cisco_cert_mgr /opt/cisco-vpnclient/bin/ipseclog Copying setuid binaries to directory "/opt/cisco-vpnclient/bin". /opt/cisco-vpnclient/bin/cvpnd Copying libraries to directory "/opt/cisco-vpnclient/lib". /opt/cisco-vpnclient/lib/libvpnapi.so Copying header files to directory "/opt/cisco-vpnclient/include". /opt/cisco-vpnclient/include/vpnapi.h Setting permissions. /opt/cisco-vpnclient/bin/cvpnd (setuid root) /opt/cisco-vpnclient (group bin readable) /etc/opt/cisco-vpnclient (group bin readable) /etc/opt/cisco-vpnclient/Profiles (group bin readable) /etc/opt/cisco-vpnclient/Certificates (group bin readable) * You may wish to change these permissions to restrict access to root. * You must run "/etc/init.d/vpnclient_init start" before using the client. * This script will be run AUTOMATICALLY every time you reboot your computer. # vi /etc/CiscoSystemsVPNClient/Profiles/sample.pcf # /etc/init.d/vpnclient_init start # vpnclient connect sample Cisco Systems VPN Client Version 4.8.00 (0490) Copyright (C) 1998-2005 Cisco Systems, Inc. All Rights Reserved. Client Type(s): Linux Running on: Linux 2.6.18-53.1.13.el5 #1 SMP Mon Feb 11 13:27:27 EST 2008 x86_64 Config file directory: /etc/opt/cisco-vpnclient Enter a group password: Initializing the VPN connection. Contacting the gateway at x.x.x.x Secure VPN Connection terminated locally by the Client Reason: Remote peer is no longer responding. There are no new notification messages at this time.