You are not logged in.
I use the console to login and for some work. Just recently install Arch on a Chromebook. I am getting lots of systemd log spam to the console, from what appears to be netctl service trying to find wireless. Is there any way to reduce the log level output to the console?
Any help appreciated.
Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.
Offline
You could try not using netctl.
If you have /etc/wpa_supplicant/wpa_supplicant.conf set up correctly, dhcpcd.service runs a hook (/usr/lib/dhcpcd-hooks/10-wpa_supplicant) for wpa_supplicant which should bring your connection up wihout any other services running.
See man 8 dhcpcd-run-hooks
Para todos todo, para nosotros nada
Offline
Yes, that is an option but I'd like to keep the netctl service to enable a number of different wifi connections and to auto-connect to them.
Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.
Offline
wpa_supplicant will do all that. It's what netctl and other network managers use underneath anyway. And if your network needs are fairly simple, check out systemd-networkd instead of dhcpcd. Don't forget about resolved and timesyncd too!
Kill all the bloat!!!
Last edited by arielp (2014-09-07 05:13:27)
Offline
Guys, please read the original question; nobody cares which tools _you_ use. Also, answering "get rid of netctl" is just stupid.
@lagagnon:
Are you sure that the messages are from systemd and not kernel? Can you show an example? Also, what's the content of your /proc/sys/kernel/printk?
Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd
Offline
A really simple work around would be to flip over to tty2 and log in there.
Another might be to configure journald to use a different console.
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
#
# See journald.conf(5) for details
[Journal]
#Storage=auto
#Compress=yes
#Seal=yes
#SplitMode=uid
#SyncIntervalSec=5m
#RateLimitInterval=30s
#RateLimitBurst=1000
#SystemMaxUse=
SystemMaxUse=50M
#SystemKeepFree=
#SystemMaxFileSize=
#RuntimeMaxUse=
#RuntimeKeepFree=
#RuntimeMaxFileSize=
#MaxRetentionSec=
#MaxFileSec=1month
#ForwardToSyslog=yes
#ForwardToKMsg=no
#ForwardToConsole=no
#ForwardToWall=yes
#TTYPath=/dev/console
TTYPath=/dev/tty12
#MaxLevelStore=debug
#MaxLevelSyslog=debug
#MaxLevelKMsg=notice
#MaxLevelConsole=info
MaxLevelConsole=info
#MaxLevelWall=emerg
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
ewaller: cool idea, will give that a try.
Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.
Offline