프로그램 사용/vi2016. 11. 17. 19:14

 

3. Jumping to diffs                                     *jumpto-diffs*


Two commands can be used to jump to diffs:
                                                                *[c*
        [c              Jump backwards to the previous start of a change.
                        When a count is used, do it that many times.
                                                                *]c*
        ]c              Jump forwards to the next start of a change.
                        When a count is used, do it that many times.


It is an error if there is no change for the cursor to move to. 

 

 
4. Diff copying                 *copy-diffs* *E99* *E100* *E101* *E102* *E103*
                                                                *merge*
There are two commands to copy text from one buffer to another.  The result is
that the buffers will be equal within the specified range.


                                                        *:diffg* *:diffget*
:[range]diffg[et] [bufspec]
                Modify the current buffer to undo difference with another
                buffer.  If [bufspec] is given, that buffer is used.  If
                [bufspec] refers to the current buffer then nothing happens.
                Otherwise this only works if there is one other buffer in diff
                mode.
                See below for [range].


                                                *:diffpu* *:diffput* *E793*
:[range]diffpu[t] [bufspec]
                Modify another buffer to undo difference with the current
                buffer.  Just like ":diffget" but the other buffer is modified
                instead of the current one.
                When [bufspec] is omitted and there is more than one other
                buffer in diff mode where 'modifiable' is set this fails.
                See below for [range].


                                                        *do*
do              Same as ":diffget" without argument or range.  The "o" stands
                for "obtain" ("dg" can't be used, it could be the start of
                "dgg"!). Note: this doesn't work in Visual mode.


dp              Same as ":diffput" without argument or range.
                Note: this doesn't work in Visual mode.

 

zo / z+space 펼치기

zc / 접기

 

[링크 : http://seungigi.blogspot.com/2012/02/vimdiff.html]

 

+

2022.09.21

 

]c 앞쪽으로 이동하며 차이점 부분 찾기

[c 뒤쪽으로 이동하며 차이점 부분 찾기

do 커서가 있는 쪽의 내용을 반대쪽에 복사한다

dp 커서가 없는 쪽의 내용을 커서가 있는 쪽에 복사한다.

zo 숨긴부분 열기

zc 차이점 없는 부분 열기

:diffupdate  차이점 비교 update시 실행

[링크 : https://seungdols.tistory.com/745]

'프로그램 사용 > vi' 카테고리의 다른 글

vi 단어 단위 이동  (0) 2017.02.01
vi syntax highlight 선택하기  (0) 2017.01.03
vi 스크롤  (0) 2016.11.10
vi ctrl-s / ctrl-q  (0) 2016.11.09
vim 버전별 옵션 차이  (0) 2016.11.08
Posted by 구차니
프로그램 사용/u-boot2016. 11. 17. 18:38

filesize 라는 변수가 매번 바뀌나 궁금해서 검색

한마디로.. bootp나 dhcp tftp로 받은 마지막 파일 사이즈 라는 의미


filesize: Size (as hex number in bytes) of the file downloaded using the last bootp, dhcp, or tftp command.

[링크 : http://www.denx.de/wiki/DULG/UBootEnvVariables]



+

nand에 구울때

nand write.yaffs ${fileaddr} 0x400000 ${filesize};

이런식으로 하는게 안전할 듯(tftp로 받아와서 쓰는데 용량 크기가 안 맞아서.. ㅠㅠ

'프로그램 사용 > u-boot' 카테고리의 다른 글

uboot nand scrub  (0) 2016.12.14
tftpd-hpa  (0) 2016.11.08
ubuntu 12.04 xinetd/tftpd 느린 이유  (0) 2016.11.08
uboot bootargs 기본값 설정하기  (0) 2015.02.09
uboot 메모리 관련 명령어  (0) 2015.01.08
Posted by 구차니
프로그램 사용/gcc2016. 11. 17. 17:43

-D 는 아는데..

-DFLAG=1 이런식으로 쓰는걸 몰라서 검색 ㅠㅠ


-D name

Predefine name as a macro, with definition 1. 

-D name=definition

The contents of definition are tokenized and processed as if they appeared during translation phase three in a ‘#define’ directive. In particular, the definition will be truncated by embedded newline characters.

If you are invoking the preprocessor from a shell or shell-like program you may need to use the shell's quoting syntax to protect characters such as spaces that have a meaning in the shell syntax.


If you wish to define a function-like macro on the command line, write its argument list with surrounding parentheses before the equals sign (if any). Parentheses are meaningful to most shells, so you will need to quote the option. With sh and csh, -D'name(args...)=definition' works.


-D and -U options are processed in the order they are given on the command line. All -imacros file and -include file options are processed after all -D and -U options.  

[링크 : https://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html]

[링크 : https://wiki.openssl.org/index.php/Manual:OPENSSL_VERSION_NUMBER(3)]

'프로그램 사용 > gcc' 카테고리의 다른 글

gcc cpp type (유니코드 문자열)  (0) 2017.04.04
gcc 매크로 확장 define stringfication  (0) 2017.01.02
gcc -fPIC  (0) 2016.06.22
gcc dependency .d 파일?  (0) 2016.03.28
gcc -M -MM  (0) 2015.12.17
Posted by 구차니
프로그램 사용/Blender2016. 11. 16. 21:14

2.78 for windows 에는 기본 addon인데

리눅스용 2.76b 에는 addon에 포함이 되어 있지 않다.


2.78 for windows 기준

File - User Perference


Add-ons

Network로 검색을 해도 되고 아니면 Categories 에서 Render를 고르면

Render : Network Renderer에 체크를 켜준다.


blender 메인메뉴의 중앙에 Blender Render를 Network Render로 선택


우측 메뉴의 렌더가 Blender와 Network에 따라 내용이 바뀐다.


네트워크 셋팅에서는 Client / Master / Slave로 설정이 가능하다.

[링크 : https://cgcookie.com/tutorial/setting-up-a-renderfarm/]


+

없으면.. addon을 복사하면 되지 않나?

일단 python파일이니..

C:\Program Files\Blender Foundation\Blender\2.78\scripts\addons\netrender

녀석들을 복사하면 될 거 같기도 하네?


+

어라 2.6에도 지원을 했나 보네..

arm용으로만 빠지는건가?

[링크 : https://wiki.blender.org/index.php/Doc%3A2.6/Manual/Render/Performance/Netrender]


addon은 여기서 받는건가?

[링크 : https://github.com/WARP-LAB/Blender-Network-Render-Additions]

'프로그램 사용 > Blender' 카테고리의 다른 글

블렌더 강좌  (0) 2016.11.18
ubuntu blender addons  (0) 2016.11.17
Blender stereoscopic Add-on 설치  (2) 2011.09.19
blender 2.5용 Stereoscopic plugin  (0) 2011.09.07
Blender 2.5x 계열 UI 정리  (0) 2011.09.06
Posted by 구차니
개소리 왈왈/컴퓨터2016. 11. 15. 17:11

Apple 2

 아마도 유치원 전 부터 국민학교 저학년?


IBM AT / 허큘리스 모니터

터보 버튼의 추억? ㅋㅋ


486DX4-66

 고등학교 까지 이걸로 버팀

 나름 스타1/디아1 엔딩까지 본 녀석ㅋ

 친구 놈 하나는 mmx 233 쓰는데 내꺼보다 느렸던 기억이..(쥬거라!!!)


펜티엄3-500 -> p3-733

 대학교 입학 선물 뉴텍(newtec) 이라는 업체껄로 구매


amd 2800+

2006.08.31 ?

AMD Sempron 2800+ / Digiworks 512MB x 2 DDR2 PC6400

 군대 갔다 와서 였나... 시간을 보니 군대 이후 취업 직전?

[링크 : http://minimonk.net/1679]


amd x2 4200+

2008.02.12

AMD Athlon64 X2 4200+ / 삼송 1GB DDR2 PC6400 + EK메모리 1GB DDR2 PC6400

[링크 : http://blog.naver.com/morpheuz82/130027865760] 잠궈둠


amd x4 페넘2 945

2012.02.27

[링크 : http://minimonk.net/3291]




[링크 : http://www.cpu-world.com/CPUs/K7/AMD-AthlonXP 2800+....html]

[링크 : http://www.cpu-world.com/CPUs/K8/AMD-Athlon64 X2 4200+....html]

[링크 : http://www.cpu-world.com/CPUs/K10/AMD-Phenom II X4 945....html]


2010/06/02 - [개소리 왈왈/사진과 수다] - 옛날사진들


Posted by 구차니
embeded/odroid2016. 11. 14. 22:51

아무래도.. webGL 가속 때문에 고정한것 같은데 일단은

로그인이 안되니. hold를 풀어서 업데이트 진행!


$ sudo apt-mark unhold chromium*

chromium-browser은(는) 고정하지 않았습니다.

chromium-codecs-ffmpeg은(는) 고정하지 않았습니다.

chromium-browser-l10n은(는) 고정하지 않았습니다.

chromium-browser-dbg은(는) 고정하지 않았습니다.

chromium-bsu은(는) 고정하지 않았습니다.

chromium-bsu-data은(는) 고정하지 않았습니다.

chromium-chromedriver-dbg은(는) 고정하지 않았습니다.

chromium-codecs-ffmpeg-dbg은(는) 고정하지 않았습니다.

chromium-codecs-ffmpeg-extra-dbg은(는) 고정하지 않았습니다.

chromium-lwn4chrome은(는) 고정하지 않았습니다.

chromium-codecs-ffmpeg-extra 패키지 고정 취소함.

chromium-chromedriver 패키지 고정 취소함.


odroid@odroid_2:~$ sudo apt-get upgrade

패키지 목록을 읽는 중입니다... 완료

의존성 트리를 만드는 중입니다       

상태 정보를 읽는 중입니다... 완료

업그레이드를 계산하는 중입니다... 완료

다음 패키지를 업그레이드할 것입니다:

  chromium-browser chromium-browser-l10n chromium-chromedriver

  chromium-codecs-ffmpeg-extra

4개 업그레이드, 0개 새로 설치, 0개 제거 및 0개 업그레이드 안 함.

52.4 M바이트 아카이브를 받아야 합니다.

이 작업 후 27.7 M바이트의 디스크 공간이 비워집니다.

계속 하시겠습니까? [Y/n]  


엌ㅋ 업데이트하니 실행이 안된다.

망했어 ㅋㅋㅋ


$ chromium-browser --verbose
[7321:7321:1114/140910:VERBOSE1:breakpad_linux.cc(1840)] Breakpad disabled
[1:1:1114/140912:VERBOSE1:zygote_main_linux.cc(599)] ZygoteMain: initializing 0 fork delegates
[1:1:1114/140912:INFO:systeminfo.cc(82)] Available number of cores: 4
[7321:7321:1114/140913:VERBOSE1:gpu_info_collector_linux.cc(88)] PCI bus scanning is not supported
[7321:7321:1114/140913:VERBOSE1:proxy_config_service_linux.cc(853)] All gsettings tests OK. Will get proxy config from gsettings.
[7321:7321:1114/140913:VERBOSE1:proxy_config_service_linux.cc(1611)] Obtained proxy settings from GSETTINGS
[7321:7321:1114/140913:VERBOSE1:pref_proxy_config_tracker_impl.cc(151)] 0xb723e580: set chrome proxy config service to 0xb72437d0
[7321:7321:1114/140913:VERBOSE1:pref_proxy_config_tracker_impl.cc(276)] 0xb723e580: Done pushing proxy to UpdateProxyConfig
[7321:7321:1114/140913:VERBOSE1:key_storage_linux.cc(23)] OSCrypt store set to
[7321:7321:1114/140913:VERBOSE1:mutable_profile_oauth2_token_service_delegate.cc(137)] MutablePO2TS::MutablePO2TS
[7321:7321:1114/140913:VERBOSE1:bluetooth_low_energy_event_router.cc(247)] Initializing BluetoothLowEnergyEventRouter.
[7321:7363:1114/140913:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Google 'Pilot' log
[7321:7363:1114/140913:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Google 'Aviator' log
[7321:7363:1114/140913:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: DigiCert Log Server
[7321:7363:1114/140913:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Google 'Rocketeer' log
[7321:7363:1114/140913:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Symantec log
[7321:7363:1114/140913:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Venafi log
[7321:7363:1114/140913:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Symantec 'Vega' log
[7321:7363:1114/140913:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: CNNIC CT log
[7321:7363:1114/140913:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Izenpe log
[7321:7363:1114/140913:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Certly.IO log
[7321:7321:1114/140913:VERBOSE1:google_api_keys.cc(259)] Using default value "424119844901-tilod0e1nm0dt85e1evrdfp3cc3ec01d.apps.googleusercontent.com" for API key GOOGLE_CLIENT_ID_MAIN
[7321:7321:1114/140913:VERBOSE1:google_api_keys.cc(259)] Using default value "WCCejhqORuxKG272GAWxsPIU" for API key GOOGLE_CLIENT_SECRET_MAIN
[7321:7321:1114/140913:VERBOSE1:google_api_keys.cc(259)] Using default value "424119844901-tilod0e1nm0dt85e1evrdfp3cc3ec01d.apps.googleusercontent.com" for API key GOOGLE_CLIENT_ID_CLOUD_PRINT
[7321:7321:1114/140913:VERBOSE1:google_api_keys.cc(259)] Using default value "WCCejhqORuxKG272GAWxsPIU" for API key GOOGLE_CLIENT_SECRET_CLOUD_PRINT
[7321:7321:1114/140913:VERBOSE1:google_api_keys.cc(259)] Using default value "424119844901-tilod0e1nm0dt85e1evrdfp3cc3ec01d.apps.googleusercontent.com" for API key GOOGLE_CLIENT_ID_REMOTING
[7321:7321:1114/140913:VERBOSE1:google_api_keys.cc(259)] Using default value "WCCejhqORuxKG272GAWxsPIU" for API key GOOGLE_CLIENT_SECRET_REMOTING
[7321:7321:1114/140913:VERBOSE1:google_api_keys.cc(259)] Using default value "424119844901-tilod0e1nm0dt85e1evrdfp3cc3ec01d.apps.googleusercontent.com" for API key GOOGLE_CLIENT_ID_REMOTING_HOST
[7321:7321:1114/140913:VERBOSE1:google_api_keys.cc(259)] Using default value "WCCejhqORuxKG272GAWxsPIU" for API key GOOGLE_CLIENT_SECRET_REMOTING_HOST
[7321:7321:1114/140913:VERBOSE1:proxy_config_service_linux.cc(853)] All gsettings tests OK. Will get proxy config from gsettings.
[7321:7321:1114/140913:VERBOSE1:proxy_config_service_linux.cc(1611)] Obtained proxy settings from GSETTINGS
[7321:7321:1114/140913:VERBOSE1:pref_proxy_config_tracker_impl.cc(151)] 0xb7354948: set chrome proxy config service to 0xb7355358
[7321:7321:1114/140913:VERBOSE1:pref_proxy_config_tracker_impl.cc(276)] 0xb7354948: Done pushing proxy to UpdateProxyConfig
[7321:7363:1114/140913:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Google 'Pilot' log
[7321:7363:1114/140913:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Google 'Aviator' log
[7321:7363:1114/140913:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: DigiCert Log Server
[7321:7363:1114/140913:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Google 'Rocketeer' log
[7321:7363:1114/140913:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Symantec log
[7321:7363:1114/140913:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Venafi log
[7321:7363:1114/140913:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Symantec 'Vega' log
[7321:7363:1114/140913:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: CNNIC CT log
[7321:7363:1114/140913:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Izenpe log
[7321:7363:1114/140913:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Certly.IO log
[7321:7321:1114/140913:VERBOSE1:password_store_factory.cc(203)] Password storage detected desktop environment: GNOME
[7321:7321:1114/140913:VERBOSE1:password_store_factory.cc(226)] Trying libsecret for password storage.
[7321:7321:1114/140913:VERBOSE1:password_store_factory.cc(229)] Using libsecret keyring for password storage.
[7321:7321:1114/140913:VERBOSE1:extension_service.cc(1524)] AddComponentExtension Bookmark Manager
[7321:7321:1114/140913:VERBOSE1:extension_service.cc(1524)] AddComponentExtension Cloud Print
[7321:7321:1114/140913:VERBOSE1:extension_service.cc(1524)] AddComponentExtension 웹 스토어
[7321:7321:1114/140913:VERBOSE1:extension_service.cc(1524)] AddComponentExtension Google Hangouts
[7321:7321:1114/140913:VERBOSE1:extension_service.cc(1526)] Component extension Google Hangouts (nkeimhogjdpnpccoofpliimaahmaaome) installing/upgrading from '1.1.2' to 1.3.0
[7321:7321:1114/140913:VERBOSE1:extension_service.cc(1524)] AddComponentExtension CryptoTokenExtension
[7321:7321:1114/140913:VERBOSE1:extension_service.cc(1526)] Component extension CryptoTokenExtension (kmendfapggjehodndflmmgagdbamhnfd) installing/upgrading from '0.9.31' to 0.9.38
[7321:7321:1114/140913:VERBOSE1:extension_service.cc(1524)] AddComponentExtension Chromium PDF Viewer
[7321:7321:1114/140913:VERBOSE1:account_reconcilor.cc(70)] AccountReconcilor::AccountReconcilor
[7321:7321:1114/140913:VERBOSE1:account_reconcilor.cc(81)] AccountReconcilor::Initialize
[7321:7392:1114/140913:VERBOSE1:default_component_installer.cc(198)] StartRegistration for Widevine Content Decryption Module
[7321:7321:1114/140913:VERBOSE1:ev_whitelist_component_installer.cc(141)] Registering EV whitelist component.
[7321:7321:1114/140913:VERBOSE1:file_type_policies_component_installer.cc(123)] Registering File Type Policies component.
[7321:7392:1114/140913:VERBOSE1:default_component_installer.cc(198)] StartRegistration for EV Certs CT whitelist
[7321:7392:1114/140913:VERBOSE1:default_component_installer.cc(198)] StartRegistration for Signed Tree Heads
[7321:7392:1114/140913:VERBOSE1:default_component_installer.cc(198)] StartRegistration for Origin Trials
[7321:7392:1114/140913:VERBOSE1:default_component_installer.cc(198)] StartRegistration for File Type Policies
[7321:7359:1114/140913:VERBOSE1:crl_set_fetcher.cc(105)] Loaded 203150 bytes of CRL set from disk
[7321:7363:1114/140913:VERBOSE1:crl_set_fetcher.cc(127)] Installed CRL set #3374
[7321:7321:1114/140913:VERBOSE1:startup_browser_creator_impl.cc(571)] StartupBrowserCreatorImpl::ProcessStartupURLs
[7321:7321:1114/140913:VERBOSE1:startup_browser_creator_impl.cc(575)] Pref: last
[7321:7321:1114/140914:VERBOSE1:proxy_config_service_linux.cc(1723)] Detected no-op change to proxy settings. Doing nothing.
[7321:7321:1114/140914:VERBOSE1:proxy_config_service_linux.cc(1723)] Detected no-op change to proxy settings. Doing nothing.
[7321:7321:1114/140914:VERBOSE1:default_component_installer.cc(325)] FinishRegistration for Widevine Content Decryption Module
[7321:7321:1114/140914:VERBOSE1:component_updater_service.cc(85)] CrxUpdateService starting up. First update attempt will take place in 360 seconds. Next update attempt will take place in 21600 seconds.
[7321:7321:1114/140914:VERBOSE1:default_component_installer.cc(325)] FinishRegistration for EV Certs CT whitelist
[7321:7321:1114/140914:VERBOSE1:default_component_installer.cc(360)] Component ready, version 7 in /home/odroid/.config/chromium/EVWhitelist/7
[7321:7321:1114/140914:VERBOSE1:ev_whitelist_component_installer.cc(102)] Component ready, version 7 in /home/odroid/.config/chromium/EVWhitelist/7
[7321:7321:1114/140914:VERBOSE1:default_component_installer.cc(325)] FinishRegistration for Signed Tree Heads
[7321:7392:1114/140914:VERBOSE1:ev_whitelist_component_installer.cc(41)] Reading EV whitelist from file: /home/odroid/.config/chromium/EVWhitelist/7/_platform_specific/all/ev_hashes_whitelist.bin
[7321:7321:1114/140914:VERBOSE1:default_component_installer.cc(325)] FinishRegistration for Origin Trials
[7321:7321:1114/140914:VERBOSE1:default_component_installer.cc(325)] FinishRegistration for File Type Policies
[7321:7392:1114/140914:VERBOSE1:packed_ct_ev_whitelist.cc(66)] Uncompressing EV whitelist of size 674082
[7321:7392:1114/140914:VERBOSE1:ev_whitelist_component_installer.cc(57)] EV whitelist: Successfully loaded.
[7321:7363:1114/140914:VERBOSE1:packed_ct_ev_whitelist.cc(26)] Setting new EV Certs whitelist.
[4:4:1114/140914:VERBOSE1:sandbox_linux.cc(70)] Activated seccomp-bpf sandbox for process type: renderer.
[7321:7321:1114/140916:VERBOSE1:cross_device_promo.cc(71)] CrossDevicePromo::CrossDevicePromo.
[7321:7321:1114/140916:VERBOSE1:cross_device_promo.cc(180)] CrossDevicePromo::MaybeBrowsingSessionStarted; Ineligible for promo.
[7321:7321:1114/140916:VERBOSE1:cross_device_promo.cc(180)] CrossDevicePromo::MaybeBrowsingSessionStarted; Ineligible for promo.
[7321:7321:1114/140916:VERBOSE1:cross_device_promo.cc(180)] CrossDevicePromo::MaybeBrowsingSessionStarted; Ineligible for promo.
[4:4:1114/140916:VERBOSE1:child_thread_impl.cc(355)] Mojo is enabled on child
[6:6:1114/140916:VERBOSE1:sandbox_linux.cc(70)] Activated seccomp-bpf sandbox for process type: renderer.
[6:6:1114/140916:VERBOSE1:child_thread_impl.cc(355)] Mojo is enabled on child
[8:8:1114/140916:VERBOSE1:sandbox_linux.cc(70)] Activated seccomp-bpf sandbox for process type: renderer.
[8:8:1114/140916:VERBOSE1:child_thread_impl.cc(355)] Mojo is enabled on child
[16:16:1114/140916:VERBOSE1:sandbox_linux.cc(70)] Activated seccomp-bpf sandbox for process type: renderer.
[16:16:1114/140916:VERBOSE1:child_thread_impl.cc(355)] Mojo is enabled on child
[6:6:1114/140916:VERBOSE1:script_context.cc(110)] Created context:
  extension id:           nkeimhogjdpnpccoofpliimaahmaaome
  frame:                  0x5b7e19c4
  URL:                   
  context_type:           BLESSED_EXTENSION
  effective extension id: nkeimhogjdpnpccoofpliimaahmaaome
  effective context type: BLESSED_EXTENSION
[6:6:1114/140916:VERBOSE1:script_context.cc(110)] Created context:
  extension id:           (none)
  frame:                  (nil)
  URL:                   
  context_type:           UNSPECIFIED
  effective extension id: (none)
  effective context type: UNSPECIFIED
[8:8:1114/140916:VERBOSE1:script_context.cc(110)] Created context:
  extension id:           kmendfapggjehodndflmmgagdbamhnfd
  frame:                  0x564a19c4
  URL:                   
  context_type:           BLESSED_EXTENSION
  effective extension id: kmendfapggjehodndflmmgagdbamhnfd
  effective context type: BLESSED_EXTENSION
[8:8:1114/140916:VERBOSE1:script_context.cc(110)] Created context:
  extension id:           (none)
  frame:                  (nil)
  URL:                   
  context_type:           UNSPECIFIED
  effective extension id: (none)
  effective context type: UNSPECIFIED
[4:4:1114/140916:VERBOSE1:script_context.cc(110)] Created context:
  extension id:           (none)
  frame:                  0x57a419c4
  URL:                   
  context_type:           WEB_PAGE
  effective extension id: (none)
  effective context type: WEB_PAGE
[4:4:1114/140916:VERBOSE1:script_context.cc(110)] Created context:
  extension id:           (none)
  frame:                  (nil)
  URL:                   
  context_type:           UNSPECIFIED
  effective extension id: (none)
  effective context type: UNSPECIFIED
[4:4:1114/140916:VERBOSE1:dispatcher.cc(394)] Num tracked contexts: 1
[16:16:1114/140916:VERBOSE1:script_context.cc(110)] Created context:
  extension id:           nmmhkkegccagdldgiimedpiccmgmieda
  frame:                  0x236419c4
  URL:                   
  context_type:           BLESSED_EXTENSION
  effective extension id: nmmhkkegccagdldgiimedpiccmgmieda
  effective context type: BLESSED_EXTENSION
[16:16:1114/140916:VERBOSE1:script_context.cc(110)] Created context:
  extension id:           (none)
  frame:                  (nil)
  URL:                   
  context_type:           UNSPECIFIED
  effective extension id: (none)
  effective context type: UNSPECIFIED
[8:8:1114/140916:VERBOSE1:dispatcher.cc(394)] Num tracked contexts: 1
[6:6:1114/140916:VERBOSE1:dispatcher.cc(394)] Num tracked contexts: 1
[16:16:1114/140917:VERBOSE1:dispatcher.cc(394)] Num tracked contexts: 1
[7394:7394:1114/140917:ERROR:sandbox_linux.cc(343)] InitializeSandbox() called with multiple threads in process gpu-process.
[7394:7394:1114/140917:VERBOSE1:child_thread_impl.cc(371)] Mojo is disabled on child
[7394:7394:1114/140917:VERBOSE1:gles2_cmd_decoder.cc(3140)] GL_OES_packed_depth_stencil supported.
[7394:7394:1114/140917:VERBOSE1:gles2_cmd_decoder.cc(3140)] GL_OES_packed_depth_stencil supported.
[7394:7394:1114/140917:VERBOSE1:gles2_cmd_decoder.cc(3140)] GL_OES_packed_depth_stencil supported.
[4:4:1114/140917:VERBOSE1:dispatcher.cc(533)] Num tracked contexts: 0
[4:4:1114/140917:VERBOSE1:script_context.cc(110)] Created context:
  extension id:           (none)
  frame:                  0x57a419c4
  URL:                   
  context_type:           WEB_PAGE
  effective extension id: (none)
  effective context type: WEB_PAGE
[4:4:1114/140917:VERBOSE1:script_context.cc(110)] Created context:
  extension id:           (none)
  frame:                  (nil)
  URL:                   
  context_type:           UNSPECIFIED
  effective extension id: (none)
  effective context type: UNSPECIFIED
[4:4:1114/140917:VERBOSE1:dispatcher.cc(394)] Num tracked contexts: 1
[4:4:1114/140917:VERBOSE1:script_context.cc(119)] Destroyed context for extension
  extension id:
  effective extension id:
[4:4:1114/140917:VERBOSE1:script_context.cc(119)] Destroyed context for extension
  extension id:
  effective extension id:
[4:4:1114/140917:VERBOSE1:google_api_keys.cc(259)] Using default value "424119844901-tilod0e1nm0dt85e1evrdfp3cc3ec01d.apps.googleusercontent.com" for API key GOOGLE_CLIENT_ID_MAIN
[4:4:1114/140917:VERBOSE1:google_api_keys.cc(259)] Using default value "WCCejhqORuxKG272GAWxsPIU" for API key GOOGLE_CLIENT_SECRET_MAIN
[4:4:1114/140917:VERBOSE1:google_api_keys.cc(259)] Using default value "424119844901-tilod0e1nm0dt85e1evrdfp3cc3ec01d.apps.googleusercontent.com" for API key GOOGLE_CLIENT_ID_CLOUD_PRINT
[4:4:1114/140917:VERBOSE1:google_api_keys.cc(259)] Using default value "WCCejhqORuxKG272GAWxsPIU" for API key GOOGLE_CLIENT_SECRET_CLOUD_PRINT
[4:4:1114/140917:VERBOSE1:google_api_keys.cc(259)] Using default value "424119844901-tilod0e1nm0dt85e1evrdfp3cc3ec01d.apps.googleusercontent.com" for API key GOOGLE_CLIENT_ID_REMOTING
[4:4:1114/140917:VERBOSE1:google_api_keys.cc(259)] Using default value "WCCejhqORuxKG272GAWxsPIU" for API key GOOGLE_CLIENT_SECRET_REMOTING
[4:4:1114/140917:VERBOSE1:google_api_keys.cc(259)] Using default value "424119844901-tilod0e1nm0dt85e1evrdfp3cc3ec01d.apps.googleusercontent.com" for API key GOOGLE_CLIENT_ID_REMOTING_HOST
[4:4:1114/140917:VERBOSE1:google_api_keys.cc(259)] Using default value "WCCejhqORuxKG272GAWxsPIU" for API key GOOGLE_CLIENT_SECRET_REMOTING_HOST
세그멘테이션 오류 



+

아래 내용이 있나 확인을 다시 해보고, EGS 가속 하지 않도록 하면 구동은 되려나?

edit /etc/chromium-browser/default like this:


CHROMIUM_FLAGS=" --use-gl=egl --ignore-gpu-blacklist --disable-accelerated-2d-canvas --num-raster-threads=2" 


[링크 : http://odroid.com/dokuwiki/doku.php?id=en:u3_ubuntu_release_note_20160921]


+

2016.11.15

위에 껄 주석처리해서 실행해도 조금 실행될뿐 죽는건 동일하다. ㅠㅠ

$ chromium-browser --verbose
[3546:3546:1115/112056:VERBOSE1:breakpad_linux.cc(1840)] Breakpad disabled
[1:1:1115/112058:VERBOSE1:zygote_main_linux.cc(599)] ZygoteMain: initializing 0 fork delegates
[1:1:1115/112058:INFO:systeminfo.cc(82)] Available number of cores: 4
[3546:3546:1115/112058:VERBOSE1:gpu_info_collector_linux.cc(88)] PCI bus scanning is not supported
[3546:3546:1115/112058:VERBOSE1:proxy_config_service_linux.cc(853)] All gsettings tests OK. Will get proxy config from gsettings.
[3546:3546:1115/112058:VERBOSE1:proxy_config_service_linux.cc(1611)] Obtained proxy settings from GSETTINGS
[3546:3546:1115/112058:VERBOSE1:pref_proxy_config_tracker_impl.cc(151)] 0xb721fb20: set chrome proxy config service to 0xb72440d0
[3546:3546:1115/112058:VERBOSE1:pref_proxy_config_tracker_impl.cc(276)] 0xb721fb20: Done pushing proxy to UpdateProxyConfig
[3546:3546:1115/112058:VERBOSE1:key_storage_linux.cc(23)] OSCrypt store set to
[3546:3546:1115/112058:VERBOSE1:mutable_profile_oauth2_token_service_delegate.cc(137)] MutablePO2TS::MutablePO2TS
[3546:3546:1115/112058:VERBOSE1:bluetooth_low_energy_event_router.cc(247)] Initializing BluetoothLowEnergyEventRouter.
[3546:3546:1115/112058:VERBOSE1:google_api_keys.cc(259)] Using default value "424119844901-tilod0e1nm0dt85e1evrdfp3cc3ec01d.apps.googleusercontent.com" for API key GOOGLE_CLIENT_ID_MAIN
[3546:3546:1115/112058:VERBOSE1:google_api_keys.cc(259)] Using default value "WCCejhqORuxKG272GAWxsPIU" for API key GOOGLE_CLIENT_SECRET_MAIN
[3546:3546:1115/112058:VERBOSE1:google_api_keys.cc(259)] Using default value "424119844901-tilod0e1nm0dt85e1evrdfp3cc3ec01d.apps.googleusercontent.com" for API key GOOGLE_CLIENT_ID_CLOUD_PRINT
[3546:3546:1115/112058:VERBOSE1:google_api_keys.cc(259)] Using default value "WCCejhqORuxKG272GAWxsPIU" for API key GOOGLE_CLIENT_SECRET_CLOUD_PRINT
[3546:3546:1115/112058:VERBOSE1:google_api_keys.cc(259)] Using default value "424119844901-tilod0e1nm0dt85e1evrdfp3cc3ec01d.apps.googleusercontent.com" for API key GOOGLE_CLIENT_ID_REMOTING
[3546:3546:1115/112058:VERBOSE1:google_api_keys.cc(259)] Using default value "WCCejhqORuxKG272GAWxsPIU" for API key GOOGLE_CLIENT_SECRET_REMOTING
[3546:3546:1115/112058:VERBOSE1:google_api_keys.cc(259)] Using default value "424119844901-tilod0e1nm0dt85e1evrdfp3cc3ec01d.apps.googleusercontent.com" for API key GOOGLE_CLIENT_ID_REMOTING_HOST
[3546:3546:1115/112058:VERBOSE1:google_api_keys.cc(259)] Using default value "WCCejhqORuxKG272GAWxsPIU" for API key GOOGLE_CLIENT_SECRET_REMOTING_HOST
[3546:3546:1115/112058:VERBOSE1:proxy_config_service_linux.cc(853)] All gsettings tests OK. Will get proxy config from gsettings.
[3546:3578:1115/112058:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Google 'Pilot' log
[3546:3578:1115/112058:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Google 'Aviator' log
[3546:3578:1115/112058:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: DigiCert Log Server
[3546:3578:1115/112058:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Google 'Rocketeer' log
[3546:3578:1115/112058:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Symantec log
[3546:3578:1115/112058:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Venafi log
[3546:3578:1115/112058:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Symantec 'Vega' log
[3546:3578:1115/112058:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: CNNIC CT log
[3546:3578:1115/112058:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Izenpe log
[3546:3578:1115/112058:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Certly.IO log
[3546:3546:1115/112058:VERBOSE1:proxy_config_service_linux.cc(1611)] Obtained proxy settings from GSETTINGS
[3546:3546:1115/112058:VERBOSE1:pref_proxy_config_tracker_impl.cc(151)] 0xb734a080: set chrome proxy config service to 0xb734a870
[3546:3546:1115/112058:VERBOSE1:pref_proxy_config_tracker_impl.cc(276)] 0xb734a080: Done pushing proxy to UpdateProxyConfig
[3546:3546:1115/112058:VERBOSE1:password_store_factory.cc(203)] Password storage detected desktop environment: GNOME
[3546:3546:1115/112058:VERBOSE1:password_store_factory.cc(226)] Trying libsecret for password storage.
[3546:3578:1115/112058:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Google 'Pilot' log
[3546:3578:1115/112058:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Google 'Aviator' log
[3546:3578:1115/112058:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: DigiCert Log Server
[3546:3578:1115/112058:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Google 'Rocketeer' log
[3546:3578:1115/112058:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Symantec log
[3546:3578:1115/112058:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Venafi log
[3546:3578:1115/112058:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Symantec 'Vega' log
[3546:3578:1115/112058:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: CNNIC CT log
[3546:3578:1115/112058:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Izenpe log
[3546:3578:1115/112058:VERBOSE1:multi_log_ct_verifier.cc(67)] Adding CT log: Certly.IO log
[3546:3546:1115/112058:VERBOSE1:password_store_factory.cc(229)] Using libsecret keyring for password storage.
[3546:3546:1115/112058:VERBOSE1:extension_service.cc(1524)] AddComponentExtension Bookmark Manager
[3546:3546:1115/112058:VERBOSE1:extension_service.cc(1524)] AddComponentExtension Cloud Print
[3546:3546:1115/112058:VERBOSE1:extension_service.cc(1524)] AddComponentExtension 웹 스토어
[3546:3546:1115/112058:VERBOSE1:extension_service.cc(1524)] AddComponentExtension Google Hangouts
[3546:3546:1115/112058:VERBOSE1:extension_service.cc(1526)] Component extension Google Hangouts (nkeimhogjdpnpccoofpliimaahmaaome) installing/upgrading from '1.1.2' to 1.3.0
[3546:3546:1115/112058:VERBOSE1:extension_service.cc(1524)] AddComponentExtension CryptoTokenExtension
[3546:3546:1115/112058:VERBOSE1:extension_service.cc(1526)] Component extension CryptoTokenExtension (kmendfapggjehodndflmmgagdbamhnfd) installing/upgrading from '0.9.31' to 0.9.38
[3546:3546:1115/112058:VERBOSE1:extension_service.cc(1524)] AddComponentExtension Chromium PDF Viewer
[3546:3546:1115/112058:VERBOSE1:account_reconcilor.cc(70)] AccountReconcilor::AccountReconcilor
[3546:3546:1115/112058:VERBOSE1:account_reconcilor.cc(81)] AccountReconcilor::Initialize
[3546:3607:1115/112058:VERBOSE1:default_component_installer.cc(198)] StartRegistration for Widevine Content Decryption Module
[3546:3546:1115/112058:VERBOSE1:ev_whitelist_component_installer.cc(141)] Registering EV whitelist component.
[3546:3607:1115/112058:VERBOSE1:default_component_installer.cc(198)] StartRegistration for EV Certs CT whitelist
[3546:3607:1115/112058:VERBOSE1:default_component_installer.cc(198)] StartRegistration for Signed Tree Heads
[3546:3607:1115/112058:VERBOSE1:default_component_installer.cc(198)] StartRegistration for Origin Trials
[3546:3546:1115/112058:VERBOSE1:file_type_policies_component_installer.cc(123)] Registering File Type Policies component.
[3546:3607:1115/112058:VERBOSE1:default_component_installer.cc(198)] StartRegistration for File Type Policies
[3546:3574:1115/112058:VERBOSE1:crl_set_fetcher.cc(105)] Loaded 203150 bytes of CRL set from disk
[3546:3578:1115/112058:VERBOSE1:crl_set_fetcher.cc(127)] Installed CRL set #3374
[3546:3546:1115/112058:VERBOSE1:startup_browser_creator_impl.cc(571)] StartupBrowserCreatorImpl::ProcessStartupURLs
[3546:3546:1115/112058:VERBOSE1:startup_browser_creator_impl.cc(575)] Pref: last
[3546:3546:1115/112058:VERBOSE1:proxy_config_service_linux.cc(1723)] Detected no-op change to proxy settings. Doing nothing.
[3546:3546:1115/112058:VERBOSE1:proxy_config_service_linux.cc(1723)] Detected no-op change to proxy settings. Doing nothing.
[3546:3546:1115/112058:VERBOSE1:default_component_installer.cc(325)] FinishRegistration for Widevine Content Decryption Module
[3546:3546:1115/112058:VERBOSE1:component_updater_service.cc(85)] CrxUpdateService starting up. First update attempt will take place in 360 seconds. Next update attempt will take place in 21600 seconds.
[3546:3546:1115/112058:VERBOSE1:default_component_installer.cc(325)] FinishRegistration for EV Certs CT whitelist
[3546:3546:1115/112058:VERBOSE1:default_component_installer.cc(360)] Component ready, version 7 in /home/odroid/.config/chromium/EVWhitelist/7
[3546:3546:1115/112058:VERBOSE1:ev_whitelist_component_installer.cc(102)] Component ready, version 7 in /home/odroid/.config/chromium/EVWhitelist/7
[3546:3607:1115/112058:VERBOSE1:ev_whitelist_component_installer.cc(41)] Reading EV whitelist from file: /home/odroid/.config/chromium/EVWhitelist/7/_platform_specific/all/ev_hashes_whitelist.bin
[3546:3607:1115/112058:VERBOSE1:packed_ct_ev_whitelist.cc(66)] Uncompressing EV whitelist of size 674082
[3546:3546:1115/112058:VERBOSE1:default_component_installer.cc(325)] FinishRegistration for Signed Tree Heads
[3546:3546:1115/112058:VERBOSE1:default_component_installer.cc(325)] FinishRegistration for Origin Trials
[3546:3546:1115/112058:VERBOSE1:default_component_installer.cc(325)] FinishRegistration for File Type Policies
[3546:3607:1115/112059:VERBOSE1:ev_whitelist_component_installer.cc(57)] EV whitelist: Successfully loaded.
[3546:3578:1115/112059:VERBOSE1:packed_ct_ev_whitelist.cc(26)] Setting new EV Certs whitelist.
[4:4:1115/112059:VERBOSE1:sandbox_linux.cc(70)] Activated seccomp-bpf sandbox for process type: renderer.
[3546:3546:1115/112100:VERBOSE1:cross_device_promo.cc(71)] CrossDevicePromo::CrossDevicePromo.
[3546:3546:1115/112100:VERBOSE1:cross_device_promo.cc(180)] CrossDevicePromo::MaybeBrowsingSessionStarted; Ineligible for promo.
[3546:3546:1115/112100:VERBOSE1:cross_device_promo.cc(169)] CrossDevicePromo::MaybeBrowsingSessionStarted. Same browsing session as the last call.
[3546:3546:1115/112100:VERBOSE1:cross_device_promo.cc(169)] CrossDevicePromo::MaybeBrowsingSessionStarted. Same browsing session as the last call.
[4:4:1115/112100:VERBOSE1:child_thread_impl.cc(355)] Mojo is enabled on child
[6:6:1115/112101:VERBOSE1:sandbox_linux.cc(70)] Activated seccomp-bpf sandbox for process type: renderer.
[6:6:1115/112101:VERBOSE1:child_thread_impl.cc(355)] Mojo is enabled on child
[7:7:1115/112101:VERBOSE1:sandbox_linux.cc(70)] Activated seccomp-bpf sandbox for process type: renderer.
[7:7:1115/112101:VERBOSE1:child_thread_impl.cc(355)] Mojo is enabled on child
[14:14:1115/112101:VERBOSE1:sandbox_linux.cc(70)] Activated seccomp-bpf sandbox for process type: renderer.
[14:14:1115/112101:VERBOSE1:child_thread_impl.cc(355)] Mojo is enabled on child
[4:4:1115/112101:VERBOSE1:script_context.cc(110)] Created context:
  extension id:           (none)
  frame:                  0xa97c19c4
  URL:                    
  context_type:           WEB_PAGE
  effective extension id: (none)
  effective context type: WEB_PAGE
[4:4:1115/112101:VERBOSE1:script_context.cc(110)] Created context:
  extension id:           (none)
  frame:                  (nil)
  URL:                    
  context_type:           UNSPECIFIED
  effective extension id: (none)
  effective context type: UNSPECIFIED
[4:4:1115/112101:VERBOSE1:dispatcher.cc(394)] Num tracked contexts: 1
[6:6:1115/112101:VERBOSE1:script_context.cc(110)] Created context:
  extension id:           nkeimhogjdpnpccoofpliimaahmaaome
  frame:                  0x5a5419c4
  URL:                    
  context_type:           BLESSED_EXTENSION
  effective extension id: nkeimhogjdpnpccoofpliimaahmaaome
  effective context type: BLESSED_EXTENSION
[6:6:1115/112101:VERBOSE1:script_context.cc(110)] Created context:
  extension id:           (none)
  frame:                  (nil)
  URL:                    
  context_type:           UNSPECIFIED
  effective extension id: (none)
  effective context type: UNSPECIFIED
[7:7:1115/112101:VERBOSE1:script_context.cc(110)] Created context:
  extension id:           kmendfapggjehodndflmmgagdbamhnfd
  frame:                  0x2eb619c4
  URL:                    
  context_type:           BLESSED_EXTENSION
  effective extension id: kmendfapggjehodndflmmgagdbamhnfd
  effective context type: BLESSED_EXTENSION
[7:7:1115/112101:VERBOSE1:script_context.cc(110)] Created context:
  extension id:           (none)
  frame:                  (nil)
  URL:                    
  context_type:           UNSPECIFIED
  effective extension id: (none)
  effective context type: UNSPECIFIED
[14:14:1115/112101:VERBOSE1:script_context.cc(110)] Created context:
  extension id:           nmmhkkegccagdldgiimedpiccmgmieda
  frame:                  0x279619c4
  URL:                    
  context_type:           BLESSED_EXTENSION
  effective extension id: nmmhkkegccagdldgiimedpiccmgmieda
  effective context type: BLESSED_EXTENSION
libGL error: unable to load driver: exynos_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: exynos
[14:14:1115/112101:VERBOSE1:script_context.cc(110)] Created context:
  extension id:           (none)
  frame:                  (nil)
  URL:                    
  context_type:           UNSPECIFIED
  effective extension id: (none)
  effective context type: UNSPECIFIED
[6:6:1115/112101:VERBOSE1:dispatcher.cc(394)] Num tracked contexts: 1
[7:7:1115/112101:VERBOSE1:dispatcher.cc(394)] Num tracked contexts: 1
[14:14:1115/112101:VERBOSE1:dispatcher.cc(394)] Num tracked contexts: 1
[3610:3610:1115/112101:ERROR:sandbox_linux.cc(343)] InitializeSandbox() called with multiple threads in process gpu-process.
[3610:3610:1115/112101:VERBOSE1:child_thread_impl.cc(371)] Mojo is disabled on child
[3546:3578:1115/112101:ERROR:browser_gpu_channel_host_factory.cc(131)] Failed to create channel.
getrlimit(RLIMIT_NOFILE) failed
[4:4:1115/112102:VERBOSE1:dispatcher.cc(533)] Num tracked contexts: 0
[4:4:1115/112102:VERBOSE1:script_context.cc(110)] Created context:
  extension id:           (none)
  frame:                  0xa97c19c4
  URL:                    
  context_type:           WEB_PAGE
  effective extension id: (none)
  effective context type: WEB_PAGE
[4:4:1115/112102:VERBOSE1:script_context.cc(110)] Created context:
  extension id:           (none)
  frame:                  (nil)
  URL:                    
  context_type:           UNSPECIFIED
  effective extension id: (none)
  effective context type: UNSPECIFIED
[4:4:1115/112102:VERBOSE1:dispatcher.cc(394)] Num tracked contexts: 1
[4:4:1115/112102:VERBOSE1:script_context.cc(119)] Destroyed context for extension
  extension id:
  effective extension id:
[4:4:1115/112102:VERBOSE1:script_context.cc(119)] Destroyed context for extension
  extension id:
  effective extension id:
[4:4:1115/112102:VERBOSE1:google_api_keys.cc(259)] Using default value "424119844901-tilod0e1nm0dt85e1evrdfp3cc3ec01d.apps.googleusercontent.com" for API key GOOGLE_CLIENT_ID_MAIN
[4:4:1115/112102:VERBOSE1:google_api_keys.cc(259)] Using default value "WCCejhqORuxKG272GAWxsPIU" for API key GOOGLE_CLIENT_SECRET_MAIN
[4:4:1115/112102:VERBOSE1:google_api_keys.cc(259)] Using default value "424119844901-tilod0e1nm0dt85e1evrdfp3cc3ec01d.apps.googleusercontent.com" for API key GOOGLE_CLIENT_ID_CLOUD_PRINT
[4:4:1115/112102:VERBOSE1:google_api_keys.cc(259)] Using default value "WCCejhqORuxKG272GAWxsPIU" for API key GOOGLE_CLIENT_SECRET_CLOUD_PRINT
[4:4:1115/112102:VERBOSE1:google_api_keys.cc(259)] Using default value "424119844901-tilod0e1nm0dt85e1evrdfp3cc3ec01d.apps.googleusercontent.com" for API key GOOGLE_CLIENT_ID_REMOTING
[4:4:1115/112102:VERBOSE1:google_api_keys.cc(259)] Using default value "WCCejhqORuxKG272GAWxsPIU" for API key GOOGLE_CLIENT_SECRET_REMOTING
[4:4:1115/112102:VERBOSE1:google_api_keys.cc(259)] Using default value "424119844901-tilod0e1nm0dt85e1evrdfp3cc3ec01d.apps.googleusercontent.com" for API key GOOGLE_CLIENT_ID_REMOTING_HOST
[4:4:1115/112102:VERBOSE1:google_api_keys.cc(259)] Using default value "WCCejhqORuxKG272GAWxsPIU" for API key GOOGLE_CLIENT_SECRET_REMOTING_HOST
[3546:3546:1115/112102:INFO:CONSOLE(6)] "SW registered", source: https://www.google.co.kr/_/chrome/newtab?espv=2&ie=UTF-8&client=ubuntu (6)
세그멘테이션 오류


Posted by 구차니
Linux/Ubuntu2016. 11. 14. 19:26

정리 잘 된 블로그 있어서 링크


[링크 : http://logon.tistory.com/391]


grub update

$ sudo vi /etc/default/grub

$ sudo update-grub


avahi disable

$ sudo /etc/default/avahi-daemon



'Linux > Ubuntu' 카테고리의 다른 글

crontab 과 cron 서비스 reload  (0) 2017.01.04
우분투에서 lamp / apm 설치 간편하게..  (0) 2016.12.29
fcitx-hangul  (0) 2016.11.14
xwindow 가상 터미널 비활성화 하기  (2) 2016.10.11
linux console disable on runtime  (0) 2016.10.11
Posted by 구차니
Linux/Ubuntu2016. 11. 14. 19:23

ibus는 한불 간건가?


[링크 : http://geekcoders.tistory.com/entry/Ubuntu-1604-fcitx-한글-설정]

[링크 : http://packages.ubuntu.com/trusty/utils/fcitx-hangul]


+

odroid u3 16.04에서 ibus 대신에 fcitx 하는데  빠르게 입력하고 공백을 넣어도 문제없이 잘 입력된다.

나중에 문제되면 nimf로 갈아타봐야지 일단은 귀찮...


여기서는 fcitx도 문제가 있으니 nimf로 하라고 하네..

[링크 : http://logon.tistory.com/391]

'Linux > Ubuntu' 카테고리의 다른 글

우분투에서 lamp / apm 설치 간편하게..  (0) 2016.12.29
ubuntu 16.04 설정관련  (0) 2016.11.14
xwindow 가상 터미널 비활성화 하기  (2) 2016.10.11
linux console disable on runtime  (0) 2016.10.11
linux cpu hotplug  (0) 2016.10.11
Posted by 구차니
Programming/php2016. 11. 14. 13:43

'Programming > php' 카테고리의 다른 글

php 로그인 예제 2  (0) 2016.12.27
php pdo? - PHP Data Object  (0) 2016.11.23
php 버전 및 년도  (0) 2016.10.11
php get / post 변수 그리고 global 변수  (0) 2016.10.11
php 디버그 메시지 출력하게 하기  (0) 2016.10.10
Posted by 구차니

출근길에 기사를 보면서 이런저런 생각을 해보니

웬지... 심신미약이나 두서없는 증언으로 인해

논리정연하게 사건을 재구성하기 불가능해서

증언으로 채택되지 않고 흐지부지 되지 않을까? 이런 생각이 들었다.


[뉴스분석] 대통령 앞 4개 선택지, 탄핵·하야·2선후퇴·질서있는 퇴진

[링크 : http://news.naver.com/...cid=1051768&iid=32415507&oid=025&aid=0002659037&ptype=052]

Posted by 구차니