728x90
반응형

nginx proxy manager 를 통해 jupyter server를 띄우고, 실행하려니 

kernel이 connecting 상태에서 연결이 안되고 있었음 

원인이 무엇인지 계속 검색해보다 아래 링크에서 websocket이라는 단어를 보고 단서를 얻음 -> npm 관리자페이지에서 websocket support 를 활성화 시켜주니 연결됨! 

 

 

 

 

https://www.codeit.kr/community/threads/5067

 

주피터 노트북 실행 에러 | 코드잇

주피터 노트북을 다른곳에서는 많이 써봣는데 로컬에서는 처음 돌려봅니다. 그런데 실행이 되질 않네요. 에러를 해결하려고 구글링도 많이 해봣는데 잘 모르겠어요.파이참으로 파이썬 프로젝

www.codeit.kr

 
반응형
728x90
반응형

오라클 클라우드에서 비밀번호로 ssh 접속하려고 했더니 아래와 같은 메세지가 뜨며 접속이 안됨
the host does not support password keyboard interactive authentication

아래 etc/ssh 경로에서 sshd_config 파일에서 다음과 같이

  • 아래 명령어 입력
    vi /etc/ssh/sshd_config
  • no라고 되어 있는 부분을 yes로 변경
    PasswordAuthentication yes
    KbdInteractiveAuthentication yes

  • ssh 재시작 (우분투)
    service ssh restart

반응형
728x90
반응형

syslog를 확인하려는데, 아래와 같이 docker runtime 로그로 가득차있어서, 검색해보니 다른 사용자들도 비슷한 이슈를 겪는 것 같았음. 

/var/log/syslog 파일이 docker 로그로 꽉차있음

 

아래 명령어를 통해 vi로 journald.conf 파일을 수정 

sudo vi /etc/systemd/journald.conf

 

중간에 MaxLevelStoreMaxLevelSyslog 부분의 주석을 해제하고 notice로 바꿔준 다음 저장. 

journald.conf 파일 수정내용

 

아래 명령어로 systemd 재시작 해줌

sudo systemctl restart systemd-journald

 

 

참고 : https://stackoverflow.com/questions/63622619/docker-flooding-syslog-with-run-docker-runtime-logs

 

Docker flooding syslog with run-docker-runtime logs

I've google this, but so far no way to fix it. My syslog under /var/log is being flooded every second with messages like this; Aug 27 20:58:27 mail-server systemd[1]: run-docker-runtime\x2drunc-moby-

stackoverflow.com

 

 

https://github.com/systemd/systemd/issues/6432

 

Filter mechanism for logs in journald · Issue #6432 · systemd/systemd

Submission type Request for enhancement (RFE) systemd version the issue has been seen with 234 Used distribution irrelevant Description A possibility to filter logs in journald, i.e., before they a...

github.com

 

반응형
728x90
반응형

 에러 내용 : 

gpg: keyserver receive failed: Server indicated a failure
 

 

 

해결 : 

- 방화벽 뒤에 있다면 11317 포트 대신 80 포트 사용 
- Behind a firewall you should use the port 80 instead of the default port 11371 :

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 9A2FD067A2E3EF7B

 

Sample output:

Executing: /tmp/apt-key-gpghome.mTGQWBR2AG/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv 9A2FD067A2E3EF7B
gpg: key 9A2FD067A2E3EF7B: "Launchpad PPA for GNS3" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

 

참고 : https://unix.stackexchange.com/questions/399027/gpg-keyserver-receive-failed-server-indicated-a-failure 

 

gpg: keyserver receive failed: Server indicated a failure

This error has arise when I add gns repository and try to use this command: #sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F88F6D313016330404F710FC9A2FD067A2E3EF7B the error is: ...

unix.stackexchange.com

 

반응형
728x90
반응형

오류 : 

E: Unable to locate package vim

 

 

해결 : 레포지토리 캐시 업데이트 

sudo apt update
 

 

 
 
 
반응형
728x90
반응형

Migration Assistant

앞의 부분은 생략하고 Migration Assistant 부터 시작.
Continue 를 누름

Transfer information to this Mac

Other Server 를 눌러서 아래 규칙에 맞게 입력해줌
afp://(account name):(password)@(address)/(volumename)
afp://시놀로지계정명:비밀번호@시놀로지서버주소/맥타임머신백업폴더

주의 : Volume name은 에 `Mac Time Machine` 이런식으로 스페이스(공백문자)가 있을 경우 인식이 안되는 경우도 있다고 하며, 대소문자도 구별하므로 정확하게 입력 필요 


그 다음 위와 같이 디스크가 보이게 됨. Continue 클릭 

 

나의 경우 백업을 불러오려던 맥북 타임머신 파일에 오류가 있어서인지, 'No volumes found in backup' 이라고 표시됨.
이런 메세지가 뜨면 시놀로지 해당 파일 경로로 가서 백업파일이름을 살짝 바꿔주고 처음부터 다시 타임머신 풀백업을 시도.

 

 

 

 

 
 
 
 
 
 
 
반응형
728x90
반응형
반응형
728x90
반응형

대충 아래와 같은 에러가 뜨면서 Docker에서 컨테이너가 stop되지 않거나 remove 되지 않을 때 

ERROR: for yattyadocker_web_1  cannot stop container: 1f04148910c5bac38983e6beb3f6da4c8be3f46ceeccdc8d7de0da9d2d76edd8: Cannot kill container 1f04148910c5bac38983e6beb3f6da4c8be3f46ceeccdc8d7de0da9d2d76edd8: rpc error: code = PermissionDenied desc = permission denied
 

 

아래 명령어를 실행한 후 컨테이너 제거하면 정상 제거 됨 

 

sudo aa-remove-unknown
반응형

+ Recent posts