This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| lxc-attach f3a8d27db9d7d4c2 20260120211039.335 WARN terminal - ../src/lxc/terminal.c:lxc_terminal_ptx_io:357 - Short write on terminal r:1024 != w:831 | |
| lxc-attach f3a8d27db9d7d4c2 20260120211039.335 WARN terminal - ../src/lxc/terminal.c:lxc_terminal_ptx_io:357 - Short write on terminal r:224 != w:-1 | |
| lxc-attach a3056332733958b3 20260120211947.211 NOTICE utils - ../src/lxc/utils.c:lxc_drop_groups:1477 - Dropped supplimentary groups | |
| lxc-attach a3056332733958b3 20260120211947.212 NOTICE utils - ../src/lxc/utils.c:lxc_switch_uid_gid:1453 - Switched to gid 0 | |
| lxc-attach a3056332733958b3 20260120211947.212 NOTICE utils - ../src/lxc/utils.c:lxc_switch_uid_gid:1462 - Switched to uid 0 | |
| lxc-attach a3056332733958b3 20260120211947.214 WARN terminal - ../src/lxc/terminal.c:lxc_terminal_ptx_io:357 - Short write on terminal r:616 != w:615 | |
| lxc-attach a3056332733958b3 20260120211947.214 WARN terminal - ../src/lxc/terminal.c:lxc_terminal_ptx_io:357 - Short write on terminal r:830 != w:-1 | |
| lxc-attach a30563327 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/drivers/platform/x86/asus-nb-wmi.c b/drivers/platform/x86/asus-nb-wmi.c | |
| index fceffe2082ec..ed3633c5955d 100644 | |
| --- a/drivers/platform/x86/asus-nb-wmi.c | |
| +++ b/drivers/platform/x86/asus-nb-wmi.c | |
| @@ -145,6 +145,10 @@ static struct quirk_entry quirk_asus_ignore_fan = { | |
| .wmi_ignore_fan = true, | |
| }; | |
| +static struct quirk_entry quirk_asus_zenbook_duo_kbd = { | |
| + .ignore_key_wlan = true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/drivers/gpu/drm/i915/display/intel_backlight.c b/drivers/gpu/drm/i915/display/intel_backlight.c | |
| index 071668bfe5d1..835aac02ee13 100644 | |
| --- a/drivers/gpu/drm/i915/display/intel_backlight.c | |
| +++ b/drivers/gpu/drm/i915/display/intel_backlight.c | |
| @@ -1465,7 +1465,7 @@ static bool cnp_backlight_controller_is_valid(struct drm_i915_private *i915, int | |
| if (controller == 1 && | |
| INTEL_PCH_TYPE(i915) >= PCH_ICP && | |
| - INTEL_PCH_TYPE(i915) <= PCH_ADP) | |
| + INTEL_PCH_TYPE(i915) < PCH_MTP) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { config, ... }: | |
| let | |
| immichHost = "immich.example.com"; # TODO: put your immich domain name here | |
| immichRoot = "/tank/immich"; # TODO: Tweak these to your desired storage locations | |
| immichPhotos = "${immichRoot}/photos"; | |
| immichAppdataRoot = "${immichRoot}/appdata"; | |
| immichVersion = "release"; | |
| immichExternalVolume1 = "/tank/BackupData/Google Photos/someone@example.com"; # TODO: if external volumes are desired |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "YNAB Report -> Google Sheets", | |
| "nodes": [ | |
| { | |
| "parameters": {}, | |
| "name": "Start", | |
| "type": "n8n-nodes-base.start", | |
| "typeVersion": 1, | |
| "position": [ | |
| -520, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { pkgs, ... }: | |
| let | |
| readlink = "${pkgs.coreutils}/bin/readlink"; | |
| notify-send = "${pkgs.libnotify}/bin/notify-send"; | |
| in { | |
| systemd.user.services.detect-reboot-for-upgrade = { | |
| script = '' | |
| set -eu -o pipefail |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { config, lib, pkgs, ... }: | |
| with lib; | |
| let | |
| cfg = config.hardware.raid.swraid.monitor; | |
| in | |
| { | |
| options.hardware.raid.swraid.monitor = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pub struct SqsSink { | |
| // ...snip... | |
| sqs_client: SqsClient, | |
| send_message_future: Option<std::pin::Pin<std::boxed::Box<dyn futures::Future<Output = std::result::Result<rusoto_sqs::SendMessageBatchResult, rusoto_core::RusotoError<rusoto_sqs::SendMessageBatchError>>> + std::marker::Send>>>, | |
| } | |
| impl Sink<Arc<Box<dyn MessageChunk>>> for SqsSink { | |
| type Error = (); | |
| // ...snip... | |
| fn poll_flush(mut self: std::pin::Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": "-- Grafana --", | |
| "enable": true, | |
| "hide": true, | |
| "iconColor": "rgba(0, 211, 255, 1)", | |
| "name": "Annotations & Alerts", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| May 21 12:05:37 ip-172-16-15-126 ec2net: [get_meta] Trying to get http://169.254.169.254/latest/meta-data/network/interfaces/macs/06:1e:aa:71:34:ca/local-ipv4s | |
| May 21 12:05:37 ip-172-16-15-126 ec2net: [rewrite_aliases] Rewriting aliases of eth0 | |
| May 21 12:06:50 ip-172-16-15-126 dhclient[3314]: XMT: Solicit on eth0, interval 125920ms. | |
| May 21 12:07:59 ip-172-16-15-126 consul[3614]: 2017/05/21 12:07:59 [INFO] consul: New leader elected: i-0f14d98ae903e7de2 | |
| May 21 12:08:56 ip-172-16-15-126 dhclient[3314]: XMT: Solicit on eth0, interval 114310ms. | |
| May 21 12:10:51 ip-172-16-15-126 dhclient[3314]: XMT: Solicit on eth0, interval 119760ms. | |
| May 21 12:12:51 ip-172-16-15-126 dhclient[3314]: XMT: Solicit on eth0, interval 115570ms. | |
| May 21 12:13:36 ip-172-16-15-126 consul[3614]: 2017/05/21 12:13:36 [INFO] serf: attempting reconnect to i-0bd3ab67982f1fe55 172.16.17.249:8301 | |
| May 21 12:14:46 ip-172-16-15-126 dhclient[3314]: XMT: Solicit on eth0, interval 114980ms. | |
| May 21 12:15:54 ip-172-16-15-126 consul[3614]: 2017/ |
NewerOlder