hostname 우리말로는 "호스트명"이라고 부르면 될 것 같다.

일반적으로는 네트워크에서 특정 컴퓨터(서버)를 인식할 수 있는 이름을 의미하게 되며,
같은 네트워크에서는 유니크한 이름을 갖도록 해야 한다.

만일, 동일한 네트워크에서 같은 호스트명을 사용하게 된다면
단순한 혼란이 발생하는 것이 아니라 충돌상황이 발생할 수도 있다.

FQDN(Fully Qualified Domain Name)과 관련한 부분에 대해서는 이번에는 제외하도록 하겠다.


1. hostname 확인하기

   - 지금 현재 설정되어있는 호스트명을 확인하기 위해서는 다음과 같이 실행해보면 된다.
   - 물론, 대부분의 사용자들은 프롬프트에 표현되어 있기도 하다.

$ hostname

   - "2014.08.16" 기준으로 Ubuntu 12.04에서 hostname 버전은 3.06이고, 14.04에서는 3.15 이다.
   - hostname 버전에 따라서 약간의 옵션 차이가 있기에 12.04/14.04 모두에 적용되는 내용으로 설명하겠다.



2. hostname 변경하기

   - Linux 배포판에 따라 차이가 있는 부분인데, 우리는 여기에서 Ubuntu 기준으로 설명하도록 하겠다.

$ sudo nano /etc/hostname

변경하고 싶은 호스트명

   - 다른 내용은 필요없고, 호스트명을 수정하면된다.

$ sudo hostname -F /etc/hostname

   - [ hostname ] 명령으로 확인하면 변경된 것을 확인할 수 있지만, 터미널을 다시 실행하는 것이 깔끔하다.



3. 뒷정리하기

   - 위와 같이 하면, 기본적으로 호스트명을 변경할 수 있지만 다른 부분도 손봐주는 것이 바람직하기에...

$ sudo nano /etc/hosts

127.0.0.1         localhost
127.0.0.1         변경한 호스트명
...


필자의 경험으로... 네트워크와 관련된 사항들은 재부팅을 해주는 것이 가장 깔끔하다!

반응형

그 동안 계속 한글 입력기로 "nabi"를 사용해왔지만,
Ubuntu 14.04에서 시스템 트레이를 지원하지 않고 있어서 조금 짜증이 나던 차에
최근 Chrome에서 계속 한글 입력 문제가 계속 되면서 더더더욱 짜증이 나서.... 바꿔 보기로 했다.

Ubuntu 12.04에서는 기본 환경에서 아래와 같이 진행할 수가 없다.
Chrome 한글 문제는 Ubuntu 12.04에서는 그냥 ibus 한글 입력기를 사용하는 것이 속편하다.

발음하기도 힘든 fcitx라고 하는 한글입력기를 사용해보고자 한다.
공식 홈페이지는 https://fcitx-im.org/wiki/Fcitx 이고, 여기에서 발음은 "파이틱스"(?)라고 한다.

설치는 바로~ ^^

$ sudo apt-get install fcitx-hangul

한글입력기는 설치하고 사용하려면 재부팅을 요구한다.
재부팅을 안해도 된다고 하면 방법을 누가 알려주기 바란다.

재부팅 후에 "시스템 설정"을 하고선 "언어 지원"을 실행하자.




"언어 설치/제거" 부분을 보면 fcitx를 선택할 수 있다.



상세한 설정을 위해서는 상단 시스템 트레이에서 키보드 모양을 선택하고 Configure를 실행하자.



그러면 아래와 같은 화면이 나온다.


한영키 설정을 하려면 "Global Config"를 선택하면 된다.


필자는 이렇게 해서 한글 입력 잘 되었다~!!! 성공~!!!

반응형

NFS를 사용하기 위해서 사용하는 포트가 지정된 1개가 아니다.
그러다보니 방화벽 환경에서 NFS를 사용하게 되면 당연히 문제가 발생한다.



[ portmap → rpcbind ]

포트를 활용하기 위하여 portmap을설치하려 했더니 다음과 같은 메시지가 나온다.

$ sudo apt-get install portmap
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'rpcbind' instead of 'portmap'
rpcbind is already the newest version.
rpcbind set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.


portmap 대신에 rpcbind 가 설치되어 있다는 말인데, 그렇다면 우리는 rpcbind를 사용하면 된다.



[ port 현황 확인 ]

지금 사용하고 있는 port 현황을 확인해보도록 하자.

$ rpcinfo -p
   program vers proto      port  service
    100000    4      tcp        111  portmapper
    100000    3      tcp        111  portmapper
    100000    2      tcp        111  portmapper
    100000    4      udp       111  portmapper
    100000    3      udp       111  portmapper
    100000    2      udp       111  portmapper
    100024    1      udp    38905  status
    100024    1      tcp     40987  status
    100003    2      tcp       2049  nfs
    100003    3      tcp       2049  nfs
    100003    4      tcp       2049  nfs
    100227    2      tcp       2049
    100227    3      tcp       2049
    100003    2      udp      2049  nfs
    100003    3      udp      2049  nfs
    100003    4      udp      2049  nfs
    100227    2      udp      2049
    100227    3      udp      2049
    100021    1      udp    54927  nlockmgr
    100021    3      udp    54927  nlockmgr
    100021    4      udp    54927  nlockmgr
    100021    1      tcp     44736  nlockmgr
    100021    3      tcp     44736  nlockmgr
    100021    4      tcp     44736  nlockmgr
    100005    1      udp    47711  mountd
    100005    1      tcp     53370  mountd
    100005    2      udp    48583  mountd
    100005    2      tcp     43514  mountd
    100005    3      udp    51022  mountd
    100005    3      tcp     52825  mountd



[ port 등록 ]

사용할 포트를 등록해보자.

$ sudo nano /etc/services

...
status            4000/tcp                        # rpc.statd tcp port
status            4000/udp                       # rpc.statd udp port
mountd          4002/tcp                        # mountd tcp port
mountd          4002/udp                       # mountd udp port
rquotad          4003/tcp                        # rpc.rquotad tcp port
rquotad          4003/udp                       # rpc.rquotad udp port
...

실행 옵션도 수정해주어야 한다.

$ sudo nano /etc/default/nfs-kernel-server

...
# RPCMOUNTDOPTS="--manage-gids"
RPCMOUNTDOPTS="-p 4002 -g"
...

다음의 파일을 수정해야 한다.
만약 없는 경우 새로 생성하면 된다.

$ sudo nano /etc/modprobe.d/options.conf

options lockd nlm_udpport=4001 nlm_tcpport=4001


그리고, 이젠 서비스를 재시작하자.

$ sudo service rpcbind restart
rpcbind stop/waiting
rpcbind start/running, process 2519

$ sudo service nfs-kernel-server restart
 * Stopping NFS kernel daemon                                                                            [ OK ]
 * Unexporting directories for NFS kernel daemon...                                                [ OK ]
 * Exporting directories for NFS kernel daemon...                                                    [ OK ]
 * Starting NFS kernel daemon                                                                              [ OK ]

정상적으로 적용이 잘 되었는지 확인해보자.

$ rpcinfo -p
   program vers proto   port  service
    100000    4   tcp        111  portmapper
    100000    3   tcp        111  portmapper
    100000    2   tcp        111  portmapper
    100000    4   udp       111  portmapper
    100000    3   udp       111  portmapper
    100000    2   udp       111  portmapper
    100024    1   udp     4000  status
    100024    1   tcp      4000  status
    100003    2   tcp      2049  nfs
    100003    3   tcp      2049  nfs
    100003    4   tcp      2049  nfs
    100227    2   tcp      2049
    100227    3   tcp      2049
    100003    2   udp     2049  nfs
    100003    3   udp     2049  nfs
    100003    4   udp     2049  nfs
    100227    2   udp     2049
    100227    3   udp     2049
    100021    1   udp     4001  nlockmgr
    100021    3   udp     4001  nlockmgr
    100021    4   udp     4001  nlockmgr
    100021    1   tcp      4001  nlockmgr
    100021    3   tcp      4001  nlockmgr
    100021    4   tcp      4001  nlockmgr
    100005    1   udp     4002  mountd
    100005    1   tcp      4002  mountd
    100005    2   udp     4002  mountd
    100005    2   tcp      4002  mountd
    100005    3   udp     4002  mountd
    100005    3   tcp      4002  mountd



위와같이 되었다고 하면 이제 포트가 고정이 되었으니 방화벽에 포트 등록을 해주면 된다.

111 (portmap), 2049 (nfs), 4000 (status), 4001 (nfs lock manager), 4002 (mountd), 4003 (rquotad)

 

반응형

원격에 있는 파일시스템을 사용하기 위해서 사용할 수 있는 방법 중에 가장 유명하고 대중적인 NFS.
NFS(Network File System)는 SUN에서 개발한 RPC(Remote Procedure Call) 기반 시스템이다.


NFS를 사용하는 것은 2대의 PC 사이에서 이루어지는 Server-Client 구조다.



[ Server ]

우선 Server 패키지를 설치해야 한다.

sudo apt-get install nfs-kernel-server


제공해줄 디렉토리를 하나 생성해준다.

$ sudo mkdir ./nfs
$ sudo chmod 777 ./nfs

디렉토리 생성을 꼭 sudo 권한으로 할 필요는 없다. 중요한 것은 777 권한을 부여해주어야 하는 것이다.

그런 다음 필요한 것은, 공유하고 싶은 내용을 환경 설정을 해줘야 한다.

sudo nano /etc/exports

※ VirtualBox 내부 통신을 위해서는 : http://nan1004au.tistory.com/18

# /etc/exports: the access control list for filesystems which may be exported

#               to NFS clients.  See exports(5).

#

# Example for NFSv2 and NFSv3:

# /srv/homes       hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check)

#

# Example for NFSv4:

# /srv/nfs4        gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)

# /srv/nfs4/homes  gss/krb5i(rw,sync,no_subtree_check)

#

/srv/nfs 192.168.56.*(rw,no_root_squash,sync,no_subtree_check)


당연히 알겠지만, 위의 IP에서 *표는 각자의 실제 IP로 대체할 수 있다.
그리고 사용할 수 있는 옵션이 엄청 많지만...
필자는 (rw,no_root_squash,sync,no_subtree_check) 정도만으로도 충분한 것 같다.

온갖 인터넷 서핑을 하고, man 내용 살펴보고, 나름 발번역도 해보고 해서 아래와 같이 정리는 했지만
실제 모든 옵션을 테스트 해보지는 않아서 설명이 올바른지는 확인하지 못했다.

옵션 기본값 설명
ro / rw 파일 시스템을 읽기 전용으로 하거나 read-write 가능하도록 마운트
root_squash /
no_root_squash
no_root_squash 이 옵션을 사용하면, 로컬 사용자와 원격 사용자를 모두 ID 0 즉 root로 취급한다. 따라서 원격 사용자는 파일과 디렉토리에 대한 모든 권한을 획득할 수 있다. 모든 유저를 믿을 수 있다면, 편리하게 사용할 수 있지만 보안에 취약할 수 있다. 서버와 클라이언트의 root 사용자를 같도록 설정한다. Default 값으로 루트 사용자의 사용자 ID와 그룹 ID는 모두 0 이다. 이 옵션을 사용하시면 익명 사용자의 사용자 ID와 그룹 ID에 사용자 ID 0와 그룹 ID 0를 부여하여 원격 루트 사용자를 로컬 루트로 취급한다. 따라서 클라이언트 상의 루트 사용자는 디렉토리를 내보내기할 수 있는 권한을 갖게 된다. 이 옵션을 선택하시면 시스템 보안이 매우 약해진다. 절대로 필요한 상황이 아니면 root_squash 옵션을 선택하지 마라.
all_squash /
no_all_squash
no_all_squash 클라이언트 사용자를 익명(anonymous) 사용자로 취급한다. 이 옵션이 선택되면 모든 사용자 ID와 그룹 ID는 익명 사용자로 취급된다.

[no_all_squash] root 이외의 모든 사용자에 대해 같은 UID를 갖는 사용자는 동일한 권한을 준다. 모든 사용자는 nobody. (default)
anonuid 익명 사용자를 위한 사용자 ID를 지정하실 수 있다.
anongid 익명 사용자를 위한 그룹 ID를 지정하실 수 있다.
insecure 인증되지 않은 액세스도 가능
sync / async 파일을 쓸때 서버와 클라이언트 싱크를 맞춘다. 서버는 데이터가 저장소에 안전히 쓰였음을 확인 한 후, 응답을 보낸다. 변경 사항을 디스크에 기록하기 전에는 서버가 요청에 응답하는 것을 허용하지 않는다.

[async] sync 옵션을 사용하지 않는 경우에 해당 한다.
서버는 데이터가 저장소에 안전히 저장됐는지를 확인하지 않는다.
클라이언트의 데이터 쓰기 요청이 들어오면 바로 응답을 보낸다.
데이터 curruption이 발생할 수 있지만 성능 향상을 기대할 수 있다.
no_subtree_check 파일 시스템의 전체 디렉토리가 아닌 하부 디렉토리가 내보내진 경우,
서버는 내보낸 하부 디렉토리에 요청된 파일이 존재하는지를 검사한다. 이러한 검사 과정을 하부구조 검사라고 부른다. 이 옵션을 선택하시면 하부구조 검사를 사용하지 않는다. 전체 파일 시스템이 내보내진 경우에 이 옵션을 선택하면 하부구조 검사를 하지 않음으로서 전송률을 높일 수 있다. 
no_wdelay 즉시 쓰기 작업 동기화를 강제한다. 즉, 즉시 디스크에 기록한다.

설정을 모두 마쳤으면, 재시작!

$ sudo service nfs-kernel-server restart





[ Client ]

NFS를 사용하기 위한 기본 패키지를 설치하자.

sudo apt-get install nfs-common


마운트하여 사용할 디렉토리를 생성하자.

$ sudo mkdir ./nfsclient


다시 한 번 말하지만, 꼭 sudo 권한으로 할 필요는 없다.
실제 사용할 목적에 맞춰서 적절히 권한을 설정해주면 된다.

이제 mount를 하면 된다.

sudo mount -t nfs -o nolock 10.89.54.*:/srv/nfs /srv/nfsclient


위와 같이 따라하면 일단, NFS를 이용해서 원격으로 접근하여 파일시스템을 사용할 수 있다.
당연히 알겠지만 위의 IP 부분은 NFS Server를 하고 있는 아이의 IP로 적어주면 된다.

하지만, 우리가 원하는 것은... 재부팅을 하여도 계속 연결되어 있는 파일시스템일 것이다.
그렇게 하기 위해서는 아래와 같이 fstab 설정을 진행하여주면 된다.



[ fstab for NFS ]

파일시스템을 관리하기 위해 종종 사용했을 것이다.
일반적인 스타일로는 아래와 같이 진행하면 된다.

[파일시스템 장치명] [마운트 포인트] [파일시스템 종류] [옵션] [dump관련설정] [파일점검 옵션]


< 옵션 >

옵션 기본값 설명
auto / noauto auto  부팅시 자동 마운트 여부
exec / no exec exec 실행파일이 실행되는 것을 허용 여부
ro / rw rw (read only) or (read write)
suid / nosuid suid setuid, setgid의 사용 허용 여부
user / nouser nouser 일반 계정 사용자들도 마운트 할 수 있도록 하거나 root만 mount 가능
usrquota   일반 사용자 quota적용
grpquota   그룹 quota 적용


< dump >

0 : 덤프되지 않은 파일시스템
1 : 데이터 백업을 위해 dump가능

 
< 파일점검 >

0 : 부팅시 fsck를 사용하지 않음
1 : 루트 파일시스템을 의미
2 : 루트 파일시스템 이외의 파일시스템을 의미


하지만, 일반적으로 fstab을 사용한다고 하면 위의 옵션들로 충분하지만,
우리는 조금 특이한 NFS를 사용을 하기에 조금 다른 옵션들을 사용할 수 있다.

하지만 아래 내용은 인터넷 짜집기와 나름의 발번역으로 정리한 것이다.
실제 옵션을 모두 확인해보지는 못했기에 보증하지는 못하겠다.

옵션 기본값 설명
rsize=n The  number of bytes NFS uses when reading files from an NFS server.
The rsize is negotiated between the server and client to determine the largest block size that both can support. The value specified by this option is the maximum size that could be used; however, the actual size used may be smaller. Note: Setting this size to a value  less  than  the largest supported block size will adversely affect performance.
wsize=n The number of bytes NFS uses when writing  files to  an NFS  server.
The wsize is negotiated between the server and client to determine the largest block size that both can support. The value specified by this option is the maximum size that could be used;  however, the actual size used may be smaller. Note: Setting this size to a value less than the largest supported block size  will adversely affect performance.
timeo=n The value in tenths of a second before sending the first retransmission after an RPC timeout. The default value is 7 tenths of a second. After the first timeout, the timeout is doubled after each successive timeout until a maximum timeout of 60 seconds is reached or the enough retransmissions have occured to cause a major timeout. Then, if the filesystem is hard mounted, each new time-out cascade restarts at twice the initial value of the previous cascade, again doubling at each retransmission. The maximum timeout is always 60 seconds. Better overall performance may be achieved by increasing the time-out when mounting on a busy network, to a slow server, or through several routers or gateways.
retrans=n 3 The number of minor timeouts and retransmissions that must occur before a major timeout occurs. When a major timeout occurs, the file operation is either aborted or a "server not responding" message is printed on the console.
acregmin=n 3 The minimum time in seconds that attributes of a regular file should be cached before requesting fresh information from a server.
acregmax=n 60 The maximum time in seconds that attributes of a regular file can be cached before requesting  fresh  information from a server.
acdirmin=n 30 The minimum time in seconds that attributes of a directory should be cached before requesting fresh information from a server.
acdirmax=n 60 The maximum time in seconds that attributes of a directory can be cached before requesting fresh information from a server.
actimeo=n Using  actimeo sets all of acregmin, acregmax, acdirmin, and acdirmax to the same value. There is no default value.
retry=n The number of minutes to retry an NFS mount operation in the foreground or  background  before  giving up. The default value for forground mounts is 2 minutes. The default value for background mounts is 10000 minutes, which is roughly one week.
namlen=n 255 NFS 서버가 RPC 마운트 프로토콜의 버전 2를 지원하지 않을 때 원격 파일 시스템에서 지원되는 파일명의 길이를 명시한다. POSIX pathconf 함수를 지원하기 위해서 사용된다.
port=n The numeric value of the port to connect to the NFS server on. If the port number is 0 (the default) then query the remote host's portmapper for the  port number to  use. If the remote host's NFS daemon is not registered with its portmapper, the standard NFS port number 2049 is used instead.
proto=n Mount the NFS filesystem using a specific network protocol instead of  the default TCP protocol. Valid protocol types are udp and tcp.
mountport=n mountd 포트 번호 지정하기
mountprog=n 100005 원격 호스트의 마운트 데몬과 접속하기 위해 사용할 수 있는 별도의 RPC 프로그램 번호를 정한다. NFS 서버를 여러 개 운영하고 있을 때 유용하다.
mountvers=n Use an alternate RPC version number to contact the mount daemon on the remote host. This option is useful for hosts that can run multiple NFS servers.
The default value depends on which kernel you are using.
nfsprog=n 100003 원격 호스트의 NFS 데몬과 접속하기 위해 사용하는 별도의 RPC 프로그램 번호를 정한다. NFS 서버를 여러 개 운영하고 있을 때 사용한다.
nfsvers=n 원격 호스트의 NFS 데몬과 접속하기 위해 사용하는 별도의 RPC 버전 번호를 정한다. NFS 서버를 여러 개 운영하고 있을 때 사용한다.
vers=n vers is an alternative to nfsvers and is compatible with many other operating systems.
nolock Disable NFS locking. Do not  start  lockd. This has to be used with some old NFS servers that don't support locking.
bg If the first NFS mount attempt times out, retry the mount in the background.
After a mount operation is backgrounded, all subsequent mounts on the same NFS server will be backgrounded immediately, without first attempting the mount. A missing  mount  point is treated as a timeout, to allow for nested NFS mounts.
fg If the first NFS mount attempt times out, retry the mount in the foreground.  This is the complement of the  bg  option, and  also  the default behavior.
soft If an NFS file operation has a major timeout then report an I/O error to the calling program. The default is to continue retrying NFS file operations indefinitely.
hard If an NFS file operation has a major timeout then report "server not responding" on the console and continue retrying indefinitely. This is the default.
intr If an NFS file operation has a major timeout and it is hard mounted, then allow signals to interupt the file operation and cause it to return EINTR to the calling program. The default is to not allow file operations to be interrupted.
posix POSIX 규칙을 사용하여 NFS 파일 시스템을 마운트한다. 파일명 최대 길이에 POSIX pathconf 함수를 제대로 지원을 위해서 사용된다. 원격 호스트는 RPC 마운트 프로토콜 버전 2를 지원해야 한다. 많은 NFS 서버들이 아직 버전 1만을 지원하고 있다.
nocto Suppress the retrieval of new attributes when creating a file.
noac Disable all forms of attribute caching entirely. This extracts a significant  performance penalty but it allows two different NFS clients to get reasonable results when both clients are actively writing to a common export on the server.
noacl Disables Access Control List (ACL) processing.
resvport/noresvport

Specifies whether the NFS client should use a privileged source port when communicating with an NFS server for this mount point. If this option is not specified, or the resvport option is specified, the NFS client uses a privileged source port. If the noresvport option is specified, the NFS client uses a nonprivileged source port.
Using non-privileged source ports helps increase the maximum number of NFS mount points allowed on a client, but NFS servers must be configured to allow clients to connect via non-privileged source ports.

sec=mode Set the security flavor for this mount to "mode". The default setting is sec=sys, which uses local unix uids and gids to authenticate NFS operations (AUTH_SYS). Other currently supported settings are:  sec=krb5, which uses Kerberos V5 instead of local unix uids and gids to  authenticate  users; sec=krb5i, which uses Kerberos V5 for user authentication and performs integrity checking of NFS operations using secure checksums to prevent data tampering; and sec=krb5p, which uses Kerberos V5 for user authentication and integrity checking, and encrypts NFS traffic to prevent traffic sniffing (this is the most secure setting). Note that there is a performance penalty when using integrity or privacy.
tcp / udp tcp 많은 NFS 서버들이 UDP만을 지원하지만, TCP 프로토콜을 사용할 수도 있다.
nordirplus Disables NFSv3 READDIRPLUS RPCs. Use this options when mounting servers that don't support or have broken READDIRPLUS implementations.
nosharecache As of kernel 2.6.18, it is no longer possible to mount the same  same filesystem with different mount options to a new mountpoint.  It was deemed unsafe to do so, since cached data cannot  be shared  between  the two mountpoints. In consequence, files or directories that were common  to both  mountpoint subtrees could often be seen to be out of sync following an update. This option allows administrators to select the pre-2.6.18 behaviour, permitting the same filesystem to be mounted with different mount options.
Beware: Use of this option is not recommended unless you are certain that there are no hard links or subtrees of this mountpoint that are mounted elsewhere.
lookupcache=type

This option dictates how directories and files should be cached when they are accessed -- i.e. "looked up" -- on the server. A lookup can  be either positive (directory/file was found) or negative (directory/file was not found);  both types of lookups can be cached.
By default, both positive and negative lookups are cached(lookupcache=all). lookupcache=pos prevents negative lookups from being cached, while lookupcache=none prevents all lookups from being cached.
Note:  lookupcache=none can adversely affect performance, but may be necessary if shared files created or deleted on the server need to be immediately visible to any applications running on NFS clients.


특히, NFS4를 위해서는 더 다양한 옵션이 있다. 사실 그리 반갑지는 않다.
특히 전체를 테스트해보지 못했다라는 것이 개인적으로는 무언가 아쉽다.

옵션 기본값 설명
rsize=n The number of bytes nfs4 uses when reading files from the server. The rsize is negotiated between the server  and client to determine the largest block size that both can support. The value specified by this option is the maximum size that could be used; however, the actual size used may be smaller.
Note: Setting this size to a value less than the largest supported block  size  will adversely affect performance.
wsize=n The number of bytes nfs4 uses when writing files to the server. The wsize is negotiated between the server and client to determine the largest block size that both can support. The value specified by this option is the maximum size that could be used; however, the actual size used  may be smaller.
Note: Setting this size to a value less than the largest supported block  size  will adversely affect performance.
timeo=n The value in tenths of a second before sending the first retransmission after  an  RPC timeout. The default value depends on whether proto=udp or proto=tcp is in effect (see below). The default value for UDP is 7  tenths of a second. The default value for TCP is 60 seconds.
After the first timeout, the timeout is doubled after each successive timeout until a maximum timeout of 60 seconds is reached or the enough  retransmissions have occured to cause a major timeout. Then, if the filesystem is hard mounted, each new timeout cascade restarts at twice the initial value of the previous cascade, again doubling at each retransmission. The maximum timeout is always 60 seconds.
retrans=n 5 / 2

주 타임아웃을 발생하기 전에 부 타임아웃과 재전송 횟수를 정한다. (proto=udp)인 경우에는 5, (proto=tcp)인 경우에는 2가 기본값이다. 주 타임아웃이 일어나면 파일 작업이 중지되거나 콘솔 상에 "server not responding" 메시지가 출력된다.

acregmin=n 3 서버에게 최신 정보를 요청하기에 앞서 일반 파일의 속성이 캐쉬되어야 할 시간의 최소값을 정한다.
acregmax=n 60 서버에게 최신 정보를 요청하기에 앞서 일반 파일의 속성이 캐쉬되어야 할 시간의 최대값을 정한다.
acdirmin=n 30 서버에게 최신 정보를 요청하기에 앞서 디렉토리의 속성이 캐쉬되어야 할 시간의 최소값을 정한다.
acdirmax=n 60 서버에게 최신 정보를 요청하기에 앞서 디렉토리의 속성이 캐쉬되어야 할 시간의 최대값을 정한다.
actimeo=n 이 값을 다음 acregmin, acregmax, acdirmin, acdirmax에 똑같이 적용한다.
retry=n 2 / 10000 포그라운드 또는 백그라운드에서 진행 중인 NFS 마운트 작업이 포기하기 전까지 실행할 시간(분, minutes)을 정한다. 포그라운드의 경우 2분, 백그라운드는 10000분(약 1주)이 기본값이다.
port=n 0 / 2049 NFS 서버와 연결할 수 있는 포트 번호를 정한다. 만약 0이라면 원격 호스트의 portmapper에게 질의하여 알아내도록 하고, 포트매퍼에 NFS 데몬이 등록되어 있지 않은 경우에는 2049라는 표준 NFS 포트 번호가 사용된다.
proto=n Mount the NFS filesystem using a specific network protocol instead  of  the  default TCP protocol. Valid protocol types are udp and tcp. Many NFS version 4 servers only support the TCP protocol.
clientaddr=n On a multi-homed client, this causes the client to use a specific callback address when communicating with an NFS version 4 server. This option is currently ignored.
sec=mode Same as sec=mode for the nfs filesystem type (see above).
bg / fg fg 첫번째 NFS 마운트 시도에서 타임아웃이 걸리면 포그라운드로 실행하거나 (fg),
타임아웃 걸리면 백그라운드에서 실행(bg)을 하도록 한다. bg 옵션을 보완하는 것이 fg 옵션이다.
After a mount operation is backgrounded, all  subsequent mounts on  the same NFS server will be backgrounded immediately, without first attempting the  mount. A missing mount point is treated as a timeout, to allow for nested NFS mounts.
soft / hard hard NFS 파일 작업에서 주 타임아웃이 걸리면 콘솔상에 "server not responding"이라고 출력하고 무한히 재시도하하거나(hard) 프로그램에게 I/O 에러를 보고한다(soft).
intr (none) 주 타임아웃이 생기고 하드 마운트된 상태라면 파일 작업을 중지하도록 시그널을 보내도록 허용하고 EINTR 시그널을 보낸다. 기본값은 파일 작업을 인터럽트하지 않는 것이다.
nocto 파일이 생성될 때 새로운 속성을 검색하는 것을 금한다.
noac 모든 속성 캐쉬를 못하게 하고, 강제로 동기를 맞춰서 쓴다. 서버 효율을 떨어뜨리기는 하지만 두 개의 다른 NFS 클라이언트로 하여금 서버 상의 공통 파일 시스템에 쓰기 작업을 할 때 좋은 효율을 얻을 수 있게 해준다.
nosharecache As of kernel 2.6.18, it is no longer possible to mount  the same filesystem with different mount options to a new mountpoint. It was deemed unsafe to do so, since cached data cannot be shared between the two mountpoints. In consequence, files or directories that were common to both mountpoint subtrees could often be seen to be out of sync following an update. This option allows administrators to select the pre-2.6.18 behaviour, permitting the same filesystem to be mounted with different mount options.
Beware: Use of this option is not recommended unless you are certain that there are no hard links or subtrees of this mountpoint that are mounted elsewhere.
lookupcache=type This option dictates how directories and files should be cached when they are accessed --  i.e. "looked  up"  -- on  the server.
A lookup can be either positive (directory/file was  found) or negative (directory/file was not found); both types of lookups can be cached.
By default, both positive and negative lookups are cached (lookupcache=all ).
lookupcache=pos prevents negative lookups from being cached, while  lookupcache=none prevents all lookups from being cached.
Note: lookupcache=none can adversely affect performance, but may be necessary if shared files created or deleted on the server need to be immediately visible to any applications running on NFS clients.


무언가 옵션이 엄청 많고 하나 하나 설정을 해주면 좋을 것 같은데,
개인적으로 이만큼 알아보는 것만으로도 정말 많은 시간을 빼앗기다보니.... 일일이 테스트해보지를 못했다.
정말 아쉽기는 한데, 구글링을 열심히 해봐도 저 많은 옵션을 일일이 셋팅하는 경우가 많지는 않아서 안심이다.



일단 아래와 같이 정말 간단하게 해보자.
당연히 [ NFS Client ]에서 수행하는 것이다.

sudo nano /etc/fstab

...


192.168.56.102:/srv/nfs /srv/nfsclient nfs defaults 0 0


입력을 잘하였으면 이제는 잘 동작하는지 확인을 해볼차례다. 재부팅!!!! 고고!!!
재부팅 후에 설정한 디렉토리를 살펴보자. 잘 연결되어 있으면 성공!!!

위와 같이 그대로 했을 때 필자는 성공을 했으므로
만약 여러분이 그대로 했는데 안되었다면 무언가 중간에 놓친 것이 있거나 상황이 다른 것이니 확인을 해보기 바란다.



이 외에 Firewall 환경에서의 포트 제한 등에 대해서는 다른 포스트로 설명하도록 하겠다.

반응형

http://wiki.eclipse.org/EGit/Contributor_Guide


$ sudo apt-get install maven

$ mvn -v
Apache Maven 3.0.5
Maven home: /usr/share/maven
Java version: 1.8.0_05, vendor: Oracle Corporation
Java home: /usr/local/java/jdk1.8.0_05/jre
Default locale: ko_KR, platform encoding: UTF-8
OS name: "linux", version: "3.13.0-30-generic", arch: "amd64", family: "unix"

$ java -version
java version "1.8.0_05"
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)

$ git clone https://git.eclipse.org/r/jgit/jgit.git

$ git clone https://git.eclipse.org/r/egit/egit.git

$ cd jgit/
$ mvn clean install
...
[INFO] Building jar: /srv/workspace/cli/jgit/org.eclipse.jgit/target/org.eclipse.jgit-3.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ org.eclipse.jgit ---
[INFO] 
11 errors
100 warnings
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JGit - Parent ..................................... SUCCESS [6:55.109s]
[INFO] JGit - Core ....................................... FAILURE [4:54.781s]
[INFO] JGit - Ant Tasks .................................. SKIPPED
[INFO] JGit Archive Formats .............................. SKIPPED
[INFO] JGit - AWT User Interface ......................... SKIPPED
[INFO] JGit - Apache httpclient based HTTP support ....... SKIPPED
[INFO] JGit - HTTP Server ................................ SKIPPED
[INFO] JGit - Core Java7 Support ......................... SKIPPED
[INFO] JGit - Console User Interface ..................... SKIPPED
[INFO] JGit - Command Line Interface ..................... SKIPPED
[INFO] JGit - JUnit Utility Classes ...................... SKIPPED
[INFO] JGit - JUnit Http Utility Classes ................. SKIPPED
[INFO] JGit - Core Tests ................................. SKIPPED
[INFO] JGit - Ant Tasks Tests ............................ SKIPPED
[INFO] JGit - HTTP Tests ................................. SKIPPED
[INFO] JGit - Command Line Interface Tests ............... SKIPPED
[INFO] JGit - Core Java 7 Tests .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:51.788s
[INFO] Finished at: Mon Jul 14 23:20:13 KST 2014
[INFO] Final Memory: 25M/129M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar (attach-javadocs) on project org.eclipse.jgit: MavenReportException: Error while creating archive:
[ERROR] Exit code: 1 - javadoc: warning - Error fetching URL: http://java.sun.com/j2se/1.5.0/docs/api
[ERROR] /srv/workspace/cli/jgit/org.eclipse.jgit/src/org/eclipse/jgit/submodule/SubmoduleStatus.java:63: warning: no description for @param
...


Java 버전으로 인한 에러가 발생한다.
낮은 버전으로 해보자.


$ java -version
java version "1.7.0_60"
Java(TM) SE Runtime Environment (build 1.7.0_60-b19)
Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode)



$ mvn clean install
$ mvn -f org.eclipse.jgit.packaging/pom.xml clean install 

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JGit - Parent ..................................... SUCCESS [22.194s]
[INFO] JGit - Core ....................................... SUCCESS [1:41.927s]
[INFO] JGit - Ant Tasks .................................. SUCCESS [18.021s]
[INFO] JGit Archive Formats .............................. SUCCESS [15.590s]
[INFO] JGit - AWT User Interface ......................... SUCCESS [11.407s]
[INFO] JGit - Apache httpclient based HTTP support ....... SUCCESS [8.504s]
[INFO] JGit - HTTP Server ................................ SUCCESS [14.970s]
[INFO] JGit - Core Java7 Support ......................... SUCCESS [9.205s]
[INFO] JGit - Console User Interface ..................... SUCCESS [6.096s]
[INFO] JGit - Command Line Interface ..................... SUCCESS [1:49.926s]
[INFO] JGit - JUnit Utility Classes ...................... SUCCESS [15.026s]
[INFO] JGit - JUnit Http Utility Classes ................. SUCCESS [22.875s]
[INFO] JGit - Core Tests ................................. SUCCESS [4:11.109s]
[INFO] JGit - Ant Tasks Tests ............................ SUCCESS [6.707s]
[INFO] JGit - HTTP Tests ................................. SUCCESS [26.150s]
[INFO] JGit - Command Line Interface Tests ............... SUCCESS [21.564s]
[INFO] JGit - Core Java 7 Tests .......................... SUCCESS [5.154s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:09.791s
[INFO] Finished at: Mon Jul 14 23:46:44 KST 2014
[INFO] Final Memory: 42M/189M
[INFO] ------------------------------------------------------------------------



$ ll org.eclipse.jgit.packaging/org.eclipse.jgit.repository/target/
합계 5372
drwxrwxr-x 5 hp14 hp14     4096  7월 14 23:53  ./
drwxrwxr-x 4 hp14 hp14     4096  7월 14 23:53  ../
-rw-rw-r--  1 hp14 hp14     1562  7월 14 23:53  category.xml
-rw-rw-r--  1 hp14 hp14       162  7월 14 23:53  local-artifacts.properties
-rw-rw-r--  1 hp14 hp14 5460994  7월 14 23:53  org.eclipse.jgit.repository-3.5.0-SNAPSHOT.zip
drwxrwxr-x 4 hp14 hp14     4096  7월 14 23:53   p2agent/
-rw-rw-r--  1 hp14 hp14       100  7월 14 23:53   p2artifacts.xml
-rw-rw-r--  1 hp14 hp14     1692  7월 14 23:53   p2content.xml
drwxrwxr-x 4 hp14 hp14     4096  7월 14 23:53   repository/
drwxrwxr-x 2 hp14 hp14     4096  7월 14 23:53   targetPlatformRepository/


$ cd ../egit
$ mvn clean install

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.428 sec
Running org.eclipse.egit.ui.internal.push.PushTagsWizardTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.435 sec
Running org.eclipse.egit.ui.internal.push.PushBranchWizardTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 45.011 sec
Running org.eclipse.egit.ui.internal.push.PushToUpstreamTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.72 sec
Running org.eclipse.egit.ui.internal.actions.SwitchToMenuTest
Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 5.017 sec <<< FAILURE!
Running org.eclipse.egit.ui.internal.actions.LinkedResourcesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.964 sec
Running org.eclipse.egit.ui.internal.branch.BranchProjectTrackerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.739 sec
Running org.eclipse.egit.ui.internal.decorators.DecoratableResourceAdapterTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.349 sec
Running org.eclipse.egit.ui.internal.dialogs.SpellcheckableMessageAreaTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.899 sec
Running org.eclipse.egit.ui.internal.synchronize.model.GitModelBlobTest
Error while logging event loop exception:
An error has occurred.  See the log file
/srv/workspace/cli/egit/org.eclipse.egit.ui.test/target/work/data/.metadata/.log
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] EGit Parent ....................................... SUCCESS [2.012s]
[INFO] EGit Target Platform Definition ................... SUCCESS [1.122s]
[INFO] Eclipse EGit ...................................... SUCCESS [6.384s]
[INFO] Git Team Provider (Core) .......................... SUCCESS [26.086s]
[INFO] Git Team Provider (UI) ............................ SUCCESS [34.774s]
[INFO] EGit Mylyn UI ..................................... SUCCESS [2.484s]
[INFO] Git Team Provider (Documentation) ................. SUCCESS [4.373s]
[INFO] Eclipse EGit Feature .............................. SUCCESS [0.952s]
[INFO] EGit Mylyn Feature ................................ SUCCESS [1.345s]
[INFO] EGit Core Test Plug-in ............................ SUCCESS [2:00.868s]
[INFO] EGit UI Test Plug-in .............................. FAILURE [43:54.282s]
[INFO] EGit Mylyn UI Test Plug-in ........................ SKIPPED
[INFO] Eclipse EGit Source Feature ....................... SKIPPED
[INFO] EGit P2 Repository ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 49:56.617s
[INFO] Finished at: Tue Jul 15 01:36:50 KST 2014
[INFO] Final Memory: 88M/211M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.20.0:test (default-test) on project org.eclipse.egit.ui.test: An unexpected error occured (return code 13). See log for details. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.egit.ui.test


테스트 하다가 에러가 난다.
실행한 PC의 메모리가 2GB밖에 안되어 메모리가 부족해서 발생한 것이라 추정이 되어 메모리를 4GB로 늘려보았지만
여전히 에러가 발생했다. 이런~

그래서 테스트를 생략해보니...

$ mvn clean install -Dmaven.test.skip=true

[INFO] 
[INFO] --- tycho-p2-plugin:0.20.0:update-local-index (default-update-local-index) @ org.eclipse.egit.repository ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] EGit Parent ....................................... SUCCESS [1.079s]
[INFO] EGit Target Platform Definition ................... SUCCESS [1.199s]
[INFO] Eclipse EGit ...................................... SUCCESS [5.954s]
[INFO] Git Team Provider (Core) .......................... SUCCESS [21.115s]
[INFO] Git Team Provider (UI) ............................ SUCCESS [30.294s]
[INFO] EGit Mylyn UI ..................................... SUCCESS [2.014s]
[INFO] Git Team Provider (Documentation) ................. SUCCESS [4.782s]
[INFO] Eclipse EGit Feature .............................. SUCCESS [1.244s]
[INFO] EGit Mylyn Feature ................................ SUCCESS [1.352s]
[INFO] EGit Core Test Plug-in ............................ SUCCESS [4.718s]
[INFO] EGit UI Test Plug-in .............................. SUCCESS [6.311s]
[INFO] EGit Mylyn UI Test Plug-in ........................ SUCCESS [1.635s]
[INFO] Eclipse EGit Source Feature ....................... SUCCESS [0.231s]
[INFO] EGit P2 Repository ................................ SUCCESS [10.598s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:25.663s
[INFO] Finished at: Wed Jul 16 23:04:45 KST 2014
[INFO] Final Memory: 78M/212M
[INFO] ------------------------------------------------------------------------

뭐 당연한 것이지만... 그냥 통과~ ^^



$ mvn clean install -Dmaven.test.skip=true -Dupdate.egit.doc

[INFO] 
[INFO] --- tycho-p2-plugin:0.20.0:update-local-index (default-update-local-index) @ org.eclipse.egit.repository ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] EGit Parent ....................................... SUCCESS [0.771s]
[INFO] EGit Target Platform Definition ................... SUCCESS [0.727s]
[INFO] Eclipse EGit ...................................... SUCCESS [4.398s]
[INFO] Git Team Provider (Core) .......................... SUCCESS [13.801s]
[INFO] Git Team Provider (UI) ............................ SUCCESS [32.095s]
[INFO] EGit Mylyn UI ..................................... SUCCESS [1.988s]
[INFO] Git Team Provider (Documentation) ................. SUCCESS [1:19.048s]
[INFO] Eclipse EGit Feature .............................. SUCCESS [1.687s]
[INFO] EGit Mylyn Feature ................................ SUCCESS [1.324s]
[INFO] EGit Core Test Plug-in ............................ SUCCESS [2.861s]
[INFO] EGit UI Test Plug-in .............................. SUCCESS [4.802s]
[INFO] EGit Mylyn UI Test Plug-in ........................ SUCCESS [1.030s]
[INFO] Eclipse EGit Source Feature ....................... SUCCESS [0.275s]
[INFO] EGit P2 Repository ................................ SUCCESS [10.535s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:15.700s
[INFO] Finished at: Wed Jul 16 23:15:03 KST 2014
[INFO] Final Memory: 80M/239M
[INFO] ------------------------------------------------------------------------


결과를 확인해보면...

$ ls -al org.eclipse.egit.repository/target/

합계 16244
drwxrwxr-x  5 hp14 hp14      4096  7월 16 23:15   .
drwxrwxr-x  4 hp14 hp14      4096  7월 16 23:14   ..
-rw-rw-r--   1 hp14 hp14      2079  7월 16 23:14   category.xml
-rw-rw-r--   1 hp14 hp14        135  7월 16 23:14   local-artifacts.properties
-rw-rw-r--   1 hp14 hp14 16596101  7월 16 23:15  org.eclipse.egit.repository-3.5.0-SNAPSHOT.zip
drwxrwxr-x  4 hp14 hp14       4096  7월 16 23:14  p2agent
-rw-rw-r--   1 hp14 hp14        100  7월 16 23:14   p2artifacts.xml
-rw-rw-r--   1 hp14 hp14       2654  7월 16 23:14  p2content.xml
drwxrwxr-x  4 hp14 hp14       4096  7월 16 23:15  repository
drwxrwxr-x  2 hp14 hp14       4096  7월 16 23:14  targetPlatformRepository






반응형

'Development Tools' 카테고리의 다른 글

Latest version  (0) 2013.12.23

요즘 정말 행복한 마음으로 보고 있는 TV 프로그램인 댄싱9.
정말 공짜로 이러한 감동적이고 고급스러운 무대를 볼 수 있다는 것이 감사할 따름이다.

정말 몇 무대는 보다가 나도 모르게 닭살이 돋다 못해 눈물이 조용히 흐를 정도다.

그런데, 오늘 감사한 마음으로 훌륭한 댄스를 감상하다가 갑자기 좀 거슬리는 부분이 보였다.



손을 보면... 다르다.

아마도 리허설 영상과 본선(?) 영상을 섞어서 편집을 한 것 같은데... 뭐 그랬다고 해도 큰 일은 아니지만,
예전에 슈퍼스타K에서의 사건도 있었고.. 괜히 거슬리는 것이... 댄스에 집중하기가 어려웠다.

(잠시 스포일러)
만약 이렇게 하고 합격을 했다면 더 많이 기분이 안좋을 뻔했다.


댄싱9을 너무나 좋아하는 팬으로써... 이런 편집은 좀 조심했으면 좋겠다.

반응형

GitPython을 가지고 뭔가 만들다가 에러를 만났다.


fetch()를 실행하는데, 뭔가가 맞지 않다고 에러라고 하는데... 아무리 살펴봐도 에러가 발생한 상황이 아닌데...
그래서 찾아봤는데 이는 GitPython이 최신 버전의 Git 과의 궁합에서 발생한 에러/버그 상황이다.

   https://github.com/gitpython-developers/GitPython/issues/142

해결 방법은 파일 수정이라고 한다.

$ sudo nano /usr/local/lib/python2.7/dist-packages/GitPython-0.3.2.RC1-py2.7.egg/git/remote.py

...
        def _get_fetch_info_from_stderr(self, proc, progress):
                # skip first line as it is some remote info we are not interested in
                output = IterableList('name')

                # lines which are no progress are fetch info lines
                # this also waits for the command to finish
                # Skip some progress lines that don't provide relevant information
                fetch_info_lines = list()
                for line in digest_process_messages(proc.stderr, progress):
                        if line.startswith('From') or line.startswith('remote: Total'):
                                continue
                        elif line.startswith('warning:'):
                                print >> sys.stderr, line
                                continue
...

위와 같은 코드를 아래와 같이 변경하면 된다고 한다.

...
        def _get_fetch_info_from_stderr(self, proc, progress):
                # skip first line as it is some remote info we are not interested in
                output = IterableList('name')

                # lines which are no progress are fetch info lines
                # this also waits for the command to finish
                # Skip some progress lines that don't provide relevant information
                fetch_info_lines = list()
                for line in digest_process_messages(proc.stderr, progress):
                        #if line.startswith('From') or line.startswith('remote: Total'):
                        if line.startswith('From') or line.startswith('remote: Total') \
                                or line.startswith('POST') or line.startswith(' ='):
                                continue
                        elif line.startswith('warning:'):
                                print >> sys.stderr, line
                                continue
...

그런데, 위와 같이 하여도 에러는 여전하였다.

Git을 다룬다는 것 자체도 좀 마이너하고, 특히나 GitPython을 다루는 분들이 많지 않고...
자료를 찾기가 너무 어려워서 다시 원점으로 돌아가서 현재 개발중인 코드를 살펴보다가 답을 찾았다.

...
                # read head information
                fp = open(join(self.repo.git_dir, 'FETCH_HEAD'),'r')
                fetch_head_info = fp.readlines()
                fp.close()

                assert len(fetch_info_lines) == len(fetch_head_info), "len(%s) != len(%s)" % (fetch_head_info, fetch_info_lines)

                output.extend(FetchInfo._from_line(self.repo, err_line, fetch_line)
                                                for err_line,fetch_line in zip(fetch_info_lines, fetch_head_info))

                finalize_process(proc)
                return output
...

에러메시지를 출력하는 부분이 위와 같이 있는데, 그냥 확 주석처리해버리면 된다.

...
        # read head information
        fp = open(join(self.repo.git_dir, 'FETCH_HEAD'),'r')
        fetch_head_info = fp.readlines()
        fp.close()
       
        # NOTE: HACK Just disabling this line will make github repositories work much better.
        # I simply couldn't stand it anymore, so here is the quick and dirty fix ... .
        # This project needs a lot of work !
        # assert len(fetch_info_lines) == len(fetch_head_info), "len(%s) != len(%s)" % (fetch_head_info, fetch_info_lines)
       
        output.extend(FetchInfo._from_line(self.repo, err_line, fetch_line)
                        for err_line,fetch_line in zip(fetch_info_lines, fetch_head_info))
...

프로젝트 담당자도 인정했다시피 이렇게 주석처리하는 것이 정석은 아니다.
여력이 되시는 분은 이 부분에 대해서 도움을 주면 좋을 것 같다.


뭐 여하튼... 문제 해결!!!

반응형


▶ restraint : 규제, 통제, 제한, (물리력을 동원한) 구속, 안전벨트




뭔가 액션물이나 스릴러물이 보고파서 찾다가... 포스터보고 냅다 선택한 영화


원제목은 단지 Restaint 인데,
국내에선 접두어가 붙었다. "테레사 팔머"



여주인공의 이름을 붙이면 흥행에 도움이 될 것이라고 판단한 것이겠지...

테레사 팔머(Teresa Mary Palmer)는 1986년생으로 오스트레일리아 출신 여배우이다.


희한하게 위키피디아에서 구한 사진은 그다지 예쁘지 않은 것 같다.
영화에선 이보다는 훨씬 예쁘게 나온다.

무남독녀로 태어났지만, 3살 때 부모는 이혼을 했다고 한다.
아빠 밑에서 컸는데, 재혼한 부모님 사이에선 형제, 자매들이 있다.

2005년부터 활동을 시작했는데,
이 작품(Retraint)으로 본격적인 주목을 받은 것 같다. 상도 받고...

헐리우드로 넘어온 것은 "점퍼(Jumper)"에 캐스팅이 되면서였지만
최종 캐스팅에서는 제외되면서 다시 오스트레일리아로 되돌아가게 된다.

결국은 "그루지2(The Grudge2, 2006)"의 조연을 통해서 헐리우드 진출에 성공한다.

하지만 그 이후 최근에는 유명한 영화의 주연도 하고 있고,
활발한 활동을 많이 하고 있다.

"아이 엠 넘버 포(I Am Number Fiur, 2011)"에서도 주연(넘버6)을 했고
"웜 바디스(Warm Bodies, 2013)"에서 주연(줄리)을 하고 있다.

2014년에만 주연으로 5작품이나 있을 정도다.

아! 이 아가씨는 배우이자 감독인 "마크 웨버(Mark Webber)"와
2013년에 결혼을 해서 2014년에 아들 한 명을 출산하였다.

뭐 여하튼... 이 영화에서 팔머는... 섹시한 아가씨로
상당한 노출을 보여주고 있다.

그래서 그것을 홍보의 큰 아이템으로 사용하고 있는 것이겠지...



아! 이 영화는 2008년도 오스트레일리아 작품이다.
우리나라에선 2013년도에 개봉이 되었는데,
아마도 테레사 팔머가 좀 유명해지니 뒤늦게 들여오면서
테레사 팔머를 팔아먹는 것으로 보인다.
노출도 좀 있으니...




영화 내용을 조금 설명하자면,
포스터에 보이는 것처럼 3명의 배우가 메인으로 이야기를 끌고 간다.

남자 하나와 여자 하나는 문제아 커플로
살인을 하고선 쫒기는 입장이다.
그러다가 웬 집으로 잠시 피난을 갔는데
그 집에 살고 있는 남자는
오픈된 공간으로 나가지 못하는 정신병을 앓고 있다.
그러다가 여자와 정신병 환자인 남자가 눈이 맞고...

뭐 그런 말 그대로 드라마 스릴러 영화다.
테레사 팔머 덕분에 에로틱 스릴러라고도 한다.



이 영화의 구성은
스톡홀름 증후군 + 리마 증후군 + 테레사 팔머
로 되어 있다.



이 영화에서
가슴, 엉덩이를 비롯해서 베드신까지를
여러번 보여주고 있는데
최근 잘 나가고 있는 테레사 팔머 입장에서는 좀 그렇지 않을까 한다.
미국 나이로 18세... 우리나라 나이로 20세 때인데...




뭐 킬링 타임용으로...
그리고 최근 잇걸, 힛걸인 테레사 팔머 보는 재미로...
스릴러 좋아하시는 분들이라면 그냥 저냥 볼만한 것으로...
나쁘지는 않은 영화다.


IMDb   평점 : 6.20
네이버 평점 : 6.80
나만의 평점 : 6.55


Naver
http://movie.naver.com/movie/bi/mi/basic.nhn?code=75741
Wikipedia
http://en.wikipedia.org/wiki/Restraint_(film)
IMDb - Internet Movie Database
http://www.imdb.com/title/tt0441782/

[출처]
* 포스터 및 스크린샷은 위키피디아에서 퍼왔음을 밝힙니다.
(영화 관련 저작권 괴담은 무서워요~)
[ 주의 사항 ]
어디까지나 개인적인 영화평을 적는 공간이니만큼,
개인의 취향은 존중해주시면 감사하겠습니다.
건전한 비판이나 조언은 언제든 환영입니다!!!

반응형

+ Recent posts