Как посмотреть логи загрузки системы?

nafanja
под рутом хоть смотришь?
блин.. спасибо )
как грепнуть systemd[1]?
nafanja
нужно изучить все возможности отфильтровывания.
смотри в мане
Псевдографический инсталлятор Arch Linux ver. 3.8.2
Благодарности принимаются на ЯД 410012815723874
Salko
nafanja
под рутом хоть смотришь?
блин.. спасибо )
Лучше включи себя в группу systemd-journal
Ошибки не исчезают с опытом - они просто умнеют
nafanja
смотри в мане
Не шарю я в regexp
vasek
Учту. Спасибо.
Salko
Не шарю я в regexp
Думаю, nafanja имел в виду в том числе это:
     --system              Show only the system journal
     --user                Show only the user journal for the current user
  -M --machine=CONTAINER   Operate on local container
     --since=DATE          Start showing entries on or newer than the specified date
     --until=DATE          Stop showing entries on or older than the specified date
  -c --cursor=CURSOR       Start showing entries from the specified cursor
     --after-cursor=CURSOR Start showing entries from after the specified cursor
     --show-cursor         Print the cursor after all the entries
  -b --boot[=ID]           Show data only from ID or, if unspecified, the current boot
     --list-boots          Show terse information about recorded boots
  -k --dmesg               Show kernel message log from the current boot
  -u --unit=UNIT           Show data only from the specified unit
     --user-unit=UNIT      Show data only from the specified user session unit
И вот это:
-p, --priority=
           Filter output by message priorities or priority ranges. Takes either a single numeric or textual log level (i.e. between
           0/"emerg" and 7/"debug"), or a range of numeric/text log levels in the form FROM..TO. The log levels are the usual syslog
           log levels as documented in syslog(3), i.e.  "emerg" (0), "alert" (1), "crit" (2), "err" (3), "warning" (4), "notice" (5),
           "info" (6), "debug" (7). If a single log level is specified, all messages with this log level or a lower (hence more
           important) log level are shown. If a range is specified, all messages within the range are shown, including both the start
           and the end value of the range. This will add "PRIORITY=" matches for the specified priorities.
lampslave
И вот это:
Не помогло.

lampslave
в том числе это:
Тоже вроде не то аля ниасилил.
Попробуй это и это ну и используй grep
Ошибки не исчезают с опытом - они просто умнеют
vasek
Попробуй это и это ну и используй grep
Не знаю ангельского, тупо вводил команды - конечно нужного результата не получил.
А grep systemd[1] как применить? В journalctl с опциями -b вроде вся нужная инфа.
Salko
А grep systemd[1] как применить? В journalctl с опциями -b вроде вся нужная инфа.
Ну это в случае, если ишещь что-то конкретное, напроимер $ journalctl -b | grep 'Modem Manager'
Ошибки я обычно ищу так $ journalctl -b -p3 . Не знаешь eng, пользуй переводчик.
Ошибки не исчезают с опытом - они просто умнеют
vasek
переводчик
как бы хуже не стало )
vasek
если ишещь что-то конкретное
неужели в grep нельзя применить шаблон типа systemd[1] с regexp?
 
Зарегистрироваться или войдите чтобы оставить сообщение.