-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
systemd-journald[224]: [/etc/systemd/journald.conf:21] Failed to parse size value, ignoring: #528
Labels
Comments
jleveque
added a commit
that referenced
this issue
Apr 25, 2017
- rsyslog logs were being rotated regardless of whether they exceeded their maixmum size. This was due to "-f" flag passed to logrotate in cron job. - After rotation, /var/log/syslog was never written to again. Instead, logs were written to /var/log/syslog.1. This was due to rsyslog not properly closing the file descriptor to the pre-rotated log. - Also brought back time-related rotation via the new(er) maxsize option, which performs a boolean OR operation. If the log exceeds the maxsize OR the log hasn't been rotated in the specified, it will be rotated. Using the older size option, the time-based rotation was ignored. - Also addresses issue #528
Should be resolved with #535 |
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this issue
Sep 12, 2019
lguohan
added a commit
to lguohan/sonic-buildimage
that referenced
this issue
Nov 11, 2019
* afe2a0d 2019-10-30 | [vs]: Fix learn fdb events after fdb flush event (sonic-net#524) (HEAD, origin/master, origin/HEAD) [Kamil Cudnik] * d29760f 2019-10-28 | [sai_redis_interface_query] Add sairedis support for sai_object_type_get_availability (sonic-net#528) [Danny Allen] * ff5306e 2019-10-28 | [sai_redis_interface_query] Add sairedis support for sai_query_attribute_enum_values_capability (sonic-net#525) [Danny Allen] Signed-off-by: Guohan Lu <gulv@microsoft.com>
lguohan
added a commit
that referenced
this issue
Nov 13, 2019
* afe2a0d 2019-10-30 | [vs]: Fix learn fdb events after fdb flush event (#524) (HEAD, origin/master, origin/HEAD) [Kamil Cudnik] * d29760f 2019-10-28 | [sai_redis_interface_query] Add sairedis support for sai_object_type_get_availability (#528) [Danny Allen] * ff5306e 2019-10-28 | [sai_redis_interface_query] Add sairedis support for sai_query_attribute_enum_values_capability (#525) [Danny Allen] Signed-off-by: Guohan Lu <gulv@microsoft.com>
zhenggen-xu
pushed a commit
to zhenggen-xu/sonic-buildimage
that referenced
this issue
Jan 10, 2020
* afe2a0d 2019-10-30 | [vs]: Fix learn fdb events after fdb flush event (sonic-net#524) (HEAD, origin/master, origin/HEAD) [Kamil Cudnik] * d29760f 2019-10-28 | [sai_redis_interface_query] Add sairedis support for sai_object_type_get_availability (sonic-net#528) [Danny Allen] * ff5306e 2019-10-28 | [sai_redis_interface_query] Add sairedis support for sai_query_attribute_enum_values_capability (sonic-net#525) [Danny Allen] Signed-off-by: Guohan Lu <gulv@microsoft.com>
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this issue
Mar 23, 2020
…tialization (sonic-net#528) * Pospone QueueMap initialization until activation of counters * Initialize CounterCheckOrch after we initialized the QueueMaps
dmytroxshevchuk
pushed a commit
to dmytroxshevchuk/sonic-buildimage
that referenced
this issue
Aug 31, 2020
…get_availability (sonic-net#528) * Add sai_object_type_get_availability to libsairedis * Add handler for sai_object_type_get_availability to syncd * Add sai_object_type_get_availability implementation to virtual switch Signed-off-by: Danny Allen <daall@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fsck from util-linux 2.25.2
/dev/sda1: clean, 21053/122400 files, 193789/489148 blocks
[ 16.049420] systemd-journald[224]: [/etc/systemd/journald.conf:18] Failed to parse size value, ignoring: 50MB
[ 16.167920] systemd-journald[224]: [/etc/systemd/journald.conf:21] Failed to parse size value, ignoring: 50MB
[ OK ] Started LSB: Raise network interfaces..
The text was updated successfully, but these errors were encountered: