error 30

Godot3 - Compiling for Android - Troubleshooting Fail

scons 컴파일 에러 발생 How to compile a module using the C++ STL for Android Bullet PR: Unable to build for Android #12347 Compiling for android throws error with 3.0 branch #22946 결국 Godot 3.0.6 compile Success Process방법으로 성공했다. 아래 내용은 히스토리로 남겨둔다. ===== In file included from thirdparty\bullet\BulletCollision\BroadphaseCollision\btAxisSweep3.cpp:20: In file included from thirdparty\bullet\BulletCollisi..

game/godot 2018.11.24

apt update xxxx-xxxx.ucf-dist 파일 에러

20auto-upgrades.ucf-dist' in directory /etc/apt/apt.conf.d/ error fix 50unattended-upgrades.ucf-dist 파일네임 형식이 맞지 않아서 무시했다. apt update .... N: Ignoring file '50unattended-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension /etc/apt/apt.conf.d/ 에 50unattended-upgrades, 50unattended-upgrades.ucf-dist 가 있다. 문제가 되는 50unattended-upgrades.ucf-dist 파일을 삭제한다.

os/Ubuntu 2018.08.14

MySQL, MariaDB 10.2.x Upgrade After /home Restart Error

MariaDB does not start after upgrade when installation directory is inside /home Upgraded to 10.2.8 on Centos 7.4 ibdata error MariaDB /home Restart Error Upgraded to 10.2.x 이상 업그레이드시 ibdata1 권한이 mysql유저 권한이 있는데도 불구하고 Read-only file로 인식 journalctl -xe ... 7월 10 15:39:18 dev mysqld[18378]: 2018-07-10 15:39:18 140486036174976 [ERROR] InnoDB: Operating system error number 30 in a file operation. 7월..

db/mysql 2018.07.14

PHP 로그, 에러 리포팅 제어

PHP – How to disable error log, display errors and error reporting programmatically 최고의 방법은 php.ini에서 제어하는게 좋다. Apache Web Server Setting error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT display_errors = Off log_errors = On error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT : 모든 종류의 경고를 빼거나 뺄수 있도록 지시. display_errors = Off : 에러 표시해제 log_errors = On : 로컬파일에 에러기록 PHP Setting ini_set('error_repo..

lang/php 2018.07.10

node.js Common System Errors

Node.js v9.6.1 Documentation #Common System Errors Common System Errors This list is not exhaustive, but enumerates many of the common system errors encountered when writing a Node.js program. An exhaustive list may be found here. 이 목록은 전부는 아니지만 Node.js 프로그램을 작성할 때 발생하는 많은 공통 시스템 오류를 나열합니다. 전체 목록은 여기에서 찾을 수 있습니다. EACCES (Permission denied): An attempt was made to access a file in a way forbidden..

lang/node 2018.02.23

svn cleanup error

[SVN] 'cleanup' 에러 svn checkout ignore directory/folder [SVN] remains in conflict 에러 해결 - DEVELOPER svn up trunk ... error 'cleanup".... svn cleanup svn up trunk ... error ... sqlite3 .svn/wc.db "select * from work_queue" sqlite3 .svn/wc.db "delete from work_queue" svn up trunk ... '.' skipped node remains in conflict sqlite3 로 큐 작업을 삭제하니 문제는 해결 됐는듯 했지만... 하지만 이게 모두 다 받지 못하고 에러가 나네... 이래 저래 여러 방..

vcs/svn 2017.03.31
반응형