도와주세요!!
글 수 15,339
2007.10.01 12:31:08 (*.138.12.165)
6654
안녕하세요.
qt 프로그램을 실행하실 때에는 뒤에 -qws 옵션을 붙여 실행해 보세요.
즉, ./hello -qws 로요. ^^
>mount -t nfs -o nolock 192.168.10.51:/nfs /mnt/nfs
>
>위 명령어로 하여 서버의 NFS 공유폴더로 마운트 시키는데 까지는
>성공했습니다.
>용량이 작은 프로그램은 실행이 되지만.
>
>QT 용 프로그램을 실행 시키기위해서
>세미나 자료에 있는것 처럼 실행을 시키면
>아래 처럼 나오네요 왜그런걸까요?
>서버와 x5 보드가 크로스 케이블로 1:1 연결되어있어서 뭐 회선 불량은 아닌거같은데.
>
>[root@ez-x5 3.3.6] ./hello
>nfs: server 192.168.10.50 not responding, still trying
>nfs: server 192.168.10.50 OK
>nfs: server 192.168.10.50 not responding, still trying
>nfs: server 192.168.10.50 OK
>nfs: server 192.168.10.50 not responding, still trying
>nfs: server 192.168.10.50 OK
>nfs: task 59 can`t get a request slot
>
>이 뜨고 멈추네요. 왜그런걸까요?
>nfs: task 59 can`t get a request slot 이메시지는 안뜨고 계속해서
>nfs: server 192.168.10.50 not responding, still trying
>nfs: server 192.168.10.50 OK
>이 메시지가 반복할 때도있습니다.
>
>해결책이 없습니까?
>
qt 프로그램을 실행하실 때에는 뒤에 -qws 옵션을 붙여 실행해 보세요.
즉, ./hello -qws 로요. ^^
>mount -t nfs -o nolock 192.168.10.51:/nfs /mnt/nfs
>
>위 명령어로 하여 서버의 NFS 공유폴더로 마운트 시키는데 까지는
>성공했습니다.
>용량이 작은 프로그램은 실행이 되지만.
>
>QT 용 프로그램을 실행 시키기위해서
>세미나 자료에 있는것 처럼 실행을 시키면
>아래 처럼 나오네요 왜그런걸까요?
>서버와 x5 보드가 크로스 케이블로 1:1 연결되어있어서 뭐 회선 불량은 아닌거같은데.
>
>[root@ez-x5 3.3.6] ./hello
>nfs: server 192.168.10.50 not responding, still trying
>nfs: server 192.168.10.50 OK
>nfs: server 192.168.10.50 not responding, still trying
>nfs: server 192.168.10.50 OK
>nfs: server 192.168.10.50 not responding, still trying
>nfs: server 192.168.10.50 OK
>nfs: task 59 can`t get a request slot
>
>이 뜨고 멈추네요. 왜그런걸까요?
>nfs: task 59 can`t get a request slot 이메시지는 안뜨고 계속해서
>nfs: server 192.168.10.50 not responding, still trying
>nfs: server 192.168.10.50 OK
>이 메시지가 반복할 때도있습니다.
>
>해결책이 없습니까?
>