systemd 관련 질문 입니다.

study의 이미지

임베디드 보드에 buildroot를 써서 rootfs를 만들었고, 그걸로 부팅을 하는데 root filesystem 이 read only 로 마운트가 되었네요

이유를 찾아보다가, systemd-remount-fs.service가 inactive상태인걸 발견했습니다.
그리고, systemd-remount-fs.service파일을 열어보니까 거기에 local-fs-pre.target이라는게
있다는 걸 알게되었구요

# systemctl status local-fs-pre.target이라고 실행해보니까
이것역시
Active: inactive (dead)
라고 나오네요

이걸다시 systemctl restart local-fs-pre.target 이라고 해보면
Failed to restart local-fs-pre.target이라고 나오구요

# systemctl restart systemd-remount-fs.service라고 하면
Job for systemd-remount-fs.service failed becuase the control process exited with error code
라고 나오네요

일단은 왜 local-fs-pre.target이 inactive (dead)인지 이유를 알아야 다음 문제도 이해가 될 것 같은데
비슷한 경험을 해보신 분이 계시면, 조언 부탁드립니다.

academic의 이미지

임베디드 경험이 없어서 말씀드리기 조심스럽습니다만, systemd에 대한 얄팍한 지식으로 말씀드립니다.

target은 보통 부팅시 실행할 서비스를 묶어서 지정할 때 사용합니다.

systemctl get-default 명령을 내리면 부팅할 때 실행할 디폴트 타깃이 나오죠. 디폴트 타깃이 또 다른 타깃을 실행하고 그 타킷은 또 다른 타깃을 실행해서 결과적으로 부팅 시에 여러 타깃이 실행되게 됩니다.

local-fs-pre.target은 이런 식으로 간접적으로 다른 타깃에 의해서 실행이 되지 직접적으로 실행할 수 있는 타깃은 아닙니다. 그래서 직접 systemctl restart local-fs-pre.target 이라고 해보면
Failed to restart local-fs-pre.target이라고 나오는 게 당연합니다.

그럼 왜 간접적으로 실행이 되지 않았는가만 알아보시면 될텐데, local-fs-pre.target 에 포함된 서비스 중에 어떤 서비스가 실행에 문제가 있었던 것이 아닌가 합니다. 그 서비스부터 하나씩 점검해 나가시면 실마리가 잡히지 않을까 합니다.

p.s. 답글을 달고 나니 한참 전에 올라온 질문이네요. ㅠ.ㅠ

----
academic은 제 고등학교 때 동아리 이름입니다.
academic, 아주 가끔은 저도 이랬으면 좋겠습니다.

study의 이미지

아직 해결을 못하고 있었는데, 다시 확인해볼게요!

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.