Tag: troubleshooting

GIT Troubleshooting

Gerrit admin을 잃어버렸을 때개인적으로 사용하는 gerrit에서만 사용하고 회사에서는 이런 방법으로 해서는 안될듯. 그런데 다른 방법을 모르겠음… gerrit/etc/gerrit.conf 파일을 다음과 같이 수정한다. 이 상태일 때는 아무나 로그인하여 권한을 변경할 수 있으니 매우 주의하고 작업시간을 최소화할 것. [auth] type =

MySQL Troubleshooting

ERROR 1045 (28000): Access Denied for user ‘root’@’localhost’ (using password: NO) $ sudo mysql -p 명령으로 비밀번호를 따로 입력하면 OK. could not connect to mysql can’t connect to mysql server on ‘127.0.0.1’ (1006

Linux Troubleshooting

아래 글들은 Ubuntu에 대한 내용입니다. 노트북 절전모드 진입 시 네트워크가 끊어지는 문제 관리자 권한으로 /etc/systemd/logind.conf 파일에 HandleLidSwitch=ignore 를 추가한다. Login daemon을 재 시작한다. sudo restart systemd-logind 참조: http://askubuntu.com/