하모니카 묻고답하기

조회 수 807 추천 수 0 댓글 1
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

 

휴.. 1.4 발표되고 부터 계속 고생하고있네요.. 어쩌던 1.4가 욕심나서

견딜수가 읍서요..증상은 설치도중 중단현상인데요..

Me1.3은 퍼펙트로 설치됩니다.. 하지만 1.4 업데이트 내용이 너무 욕심나용..

 

설치실패후 syslog 분석결과 G_UDEV_IS_DEVICE  설치불가로 나옵니다..

동일증상은 다른계열 민트나 유분투에서도 종종발생하는것으로 보여지네요.

설치중단 과정이나 시스템 하드웨어사냥은 상세한 데이터로 이미 게시되어 있구요..

 

다음은 syslog에 기록된 상세한 기록입니다.

Oct 14 12:41:09 hamonikr gvfsd-metadata[2134]: g_udev_device_has_property:

assertion 'G_UDEV_IS_DEVICE (device)' failed

Oct 14 12:41:11 hamonikr gvfsd-metadata[2134]: message repeated 147 times:

[ g_udev_device_has_property: assertion 'G_UDEV_IS_DEVICE (device)' failed]

Oct 14 12:41:12 hamonikr nimf[9059]: Gdk-CRITICAL **: gdk_window_thaw_

toplevel_updates: assertion 'window->update_and_descendants_freeze_count >

0' failed

Oct 14 12:41:30 hamonikr flatpak[9355]: libostree pull from 'flathub' for appstream

/x86_64 complete#012security: GPG: summary+commit http: TLS#012non-delta:

meta: 2 content: 0#012transfer: secs: 0 size: 791 bytes

Oct 14 12:41:33 hamonikr pulseaudio[9093]: [pulseaudio] bluez5-util.c:

GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to

activate service 'org.bluez': timed out (service_start_timeout=25000ms)

Oct 14 12:42:08 hamonikr cinnamon-session[8983]: WARNING: t+62.76385s:

Detected that screensaver has left the bus

Oct 14 12:42:42 hamonikr gvfsd-metadata[2134]: g_udev_device_has_property:

assertion 'G_UDEV_IS_DEVICE (device)' failed

Oct 14 12:47:00 hamonikr gvfsd-metadata[2134]: message repeated 357 times:

[ g_udev_device_has_property: assertion 'G_UDEV_IS_DEVICE (device)' failed]

Oct 14 12:47:00 hamonikr systemd[1]: Starting Cleanup of Temporary Directories...

Oct 14 12:47:00 hamonikr systemd[1]: Started Cleanup of Temporary Directories.

Oct 14 12:47:06 hamonikr gvfsd-metadata[2134]: g_udev_device_has_property:

assertion 'G_UDEV_IS_DEVICE (device)' failed

 

이상의 syslog 데이터를 비롯한 추가자료들이 아래 게시물 모두 첨부돼 있습니다.

물론 다른유저들은 이같은 증상없이 무사히 마운트 되고있음은 익히 압니다만..

시스템마다 구성이 다르고 커널특성을 타는 것으로 어쩔순 읍지만서둥...

 

부탁드려요.. ㅠㅠ

 

 

 

  • ?
    반시12 2019.10.18 09:11

    부단한 수색끝에 민트나 유분투 각 릴리즈별로 동일한 문제를 안고 있었습니다.

    문제 귀착점은 아래와 같은 해결책을 보이고 있네요..

    하지만 어찌처리해야하는지는 실력이 딸려요.. ㅠㅠ

    여턴 자료를 발췌해서 올립니당... (__)

     

     

    보낸 사람 : Ondrej Holy <oholy@redhat.com>

    날짜 : 2018 년 4 월 12 일 목요일 13:12:37 +0200

    제목 : [PATCH] 메타 데이터 : GUdevDevice를 찾을 수없는 경우 NULL 사용 방지

     

    장치에서 트리 이름을 결정하는 코드가 최근에 포트되었습니다.

    커밋 c2d8564로 gudev에 udev 불행히도, gudev 코드 홍수

    장치를 찾을 수없는 경우 다음 메시지로 기록

    예 : tmpfs의 경우) :

    g_udev_device_has_property : 어설 션 'G_UDEV_IS_DEVICE (장치)'실패

     

    그러나 NULL 장치가 사용되면 Udev 코드가 자동으로 반환됩니다.

    gudev 코드는 언급 된 메시지를 인쇄합니다. NULL의 사용을 막자

    이러한 메시지를 방지하기 위해 장치.

     

    https://bugzilla.gnome.org/show_bug.cgi?id=795191

    ---

     metadata / meta-daemon.c | 14 ++++++++ ------

     1 개 파일 변경, 8 개 삽입 (+), 6 개 삭제 (-)

     

    diff --git a / metadata / meta-daemon.c b / metadata / meta-daemon.c

    색인 444a4394..26edfcb3 100644

    --- a / metadata / meta-daemon.c

    +++ b / metadata / meta-daemon.c

    @@ -319,13 +319,15 @@ handle_get_tree_from_device (GVfsMetadata * object,

         g_once_init_leave (& gudev_client, g_udev_client_new (NULL));

     

       장치 = g_udev_client_query_by_device_number (gudev_client, G_UDEV_DEVICE_TYPE_BLOCK, devnum);

    + if (장치! = NULL)

    + {

    + if (g_udev_device_has_property (장치, "ID_FS_UUID_ENC"))

    + res = g_strconcat ( "uuid-", g_udev_device_get_property (장치, "ID_FS_UUID_ENC"), NULL);

    + 그렇지 않으면 (g_udev_device_has_property (장치, "ID_FS_LABEL_ENC"))

    + res = g_strconcat ( "label-", g_udev_device_get_property (장치, "ID_FS_LABEL_ENC"), NULL);

     

    -if (g_udev_device_has_property (장치, "ID_FS_UUID_ENC"))

    -res = g_strconcat ( "uuid-", g_udev_device_get_property (장치, "ID_FS_UUID_ENC"), NULL);

    -그렇지 않으면 (g_udev_device_has_property (장치, "ID_FS_LABEL_ENC"))

    -res = g_strconcat ( "label-", g_udev_device_get_property (장치, "ID_FS_LABEL_ENC"), NULL);

    -

    -g_clear_object (& 장치);

    + g_clear_object (& 장치);

    +}

     #endif

     

       gvfs_metadata_complete_get_tree_from_device (객체, 호출, 해상도, 해상도 : "");

    -

    2.17.0


  1. 게시판에 질문하기 전 읽기 - 어떻게 질문을 하는 것이 좋을까?

    Date2019.11.18 ByKevin Views13008 Votes0
    read more
  2. 하모니카에서 아래한글 쓸 수 있나요?

    Date2019.08.21 By세벌 Views1326 Votes0
    Read More
  3. 하모니카 리눅스 1.3 으로 기업은행 ... 안되네요

    Date2019.08.21 By고유치 Views631 Votes0
    Read More
  4. grub 메뉴삭제 방법 문의합니다.

    Date2019.08.21 By신성 Views1192 Votes0
    Read More
  5. 커널 5.0의 장점이 뭘까요?

    Date2019.08.22 Byiloveapink Views860 Votes0
    Read More
  6. 기본탐색기외 쓸만한 탐색기와 바탕화면에 프로그램 바로가기 만들기?

    Date2019.12.12 By자유의지 Views1462 Votes0
    Read More
  7. 마우스커서가 자동선택 클릭되어서 많이 불편하네요. 해결방법이 없을까요?

    Date2019.09.02 By신성 Views713 Votes0
    Read More
  8. Me1.4 설치 과정중에 인증문제.. 도와주세요~

    Date2019.10.11 By반시12 Views1072 Votes0
    Read More
  9. 구글 로그인 관련

    Date2019.10.14 Bycamjja Views1913 Votes0
    Read More
  10. 하모니카 1.4 버전에서 카카오톡 설치방법

    Date2019.10.16 By닭킹 Views1350 Votes0
    Read More
  11. 이번에 사지방 컴퓨터가 전부 하모니카os로 바뀌었습니다.

    Date2019.10.16 By가벼운게최고 Views4758 Votes0
    Read More
  12. Me1.4 설치중 G_UDEV_IS_DEVICE 에러.. 도와주세요.

    Date2019.10.18 By반시12 Views807 Votes0
    Read More
  13. 싸지방 컴퓨터에 깔린 하모니카 OS에 대한 피드백

    Date2019.10.18 By하모니카뭐하는거? Views5306 Votes0
    Read More
  14. 불편사항 말씀드려요.

    Date2019.10.19 By군수생 Views3241 Votes0
    Read More
  15. 싸지방 하모니카 인터넷 강의 실행 불편사항

    Date2019.10.22 Byacbz Views3239 Votes0
    Read More
  16. 작업표시줄과 타블렛 관련해서 여쭤봅니다..

    Date2019.10.20 By몌별_녹두 Views798 Votes0
    Read More
  17. 제발 사지방에서 하모니카 없애주세요..

    Date2019.10.20 By미-개 Views11194 Votes0
    Read More
  18. 사지방 하모니카 보급에 대한 생각

    Date2019.10.20 ByESukmean Views4193 Votes0
    Read More
  19. Youtube-dl 다운로드 불가능

    Date2020.04.15 By6Gelemen Views1127 Votes0
    Read More
  20. Me1.4 gvfsd-metadata 오류 패치 요청

    Date2019.10.23 By반시12 Views598 Votes0
    Read More
  21. 사지방 크로미움

    Date2019.10.24 ByRokace Views1015 Votes0
    Read More
Board Pagination Prev 1 ... 75 76 77 78 79 80 81 82 83 84 ... 123 Next
/ 123
CLOSE