From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id yKdHJXUxSmcZsQAAe85BDQ:P1 (envelope-from ) for ; Fri, 29 Nov 2024 21:26:13 +0000 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id yKdHJXUxSmcZsQAAe85BDQ (envelope-from ) for ; Fri, 29 Nov 2024 22:26:13 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lease-up.com header.s=2017 header.b=I6WOqon3; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org" Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 3F54A847E8 for ; Fri, 29 Nov 2024 22:26:08 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tH8UX-00063a-C4; Fri, 29 Nov 2024 16:25:33 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tH8UV-00063L-MK for help-guix@gnu.org; Fri, 29 Nov 2024 16:25:32 -0500 Received: from sail-ipv4.us-core.com ([208.82.101.137]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1tH8UT-0005xU-Ri for help-guix@gnu.org; Fri, 29 Nov 2024 16:25:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=lw14sPTQcvBrJu1 aszdZgig3dy7LwW5qBaR5O4q+5xU=; h=date:references:in-reply-to:subject: cc:to:from; d=lease-up.com; b=I6WOqon3cJ9DdKd3+APd3thqbKxJSugFD4iyNvEe KbCdQDlCq729Xvh9dhseJplXzEe78CoywelkuQgFxZwNBjZn7ORnkKveW95XCAstbUvW4Z MsLNOqlRUINQQdvz1CU1RcmkRhLUBBqs1t5T2/Do7f0WjerJ405PWQedDT7i8= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 43e81873 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 29 Nov 2024 21:25:25 +0000 (UTC) To: Jesse Millwood Cc: help-guix@gnu.org Subject: Re: Debugging Shepherd Daemon. Possible escape char issue. In-Reply-To: (Jesse Millwood's message of "Fri, 29 Nov 2024 14:08:12 -0500") References: User-Agent: mu4e 1.12.7; emacs 29.4 Date: Fri, 29 Nov 2024 13:25:25 -0800 Message-ID: <87plmdg2be.fsf@lease-up.com> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=208.82.101.137; envelope-from=felix.lechner@lease-up.com; helo=sail-ipv4.us-core.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Felix Lechner From: Felix Lechner via Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: help-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -0.94 X-Spam-Score: -0.94 X-Migadu-Queue-Id: 3F54A847E8 X-Migadu-Scanner: mx12.migadu.com X-TUID: BoRFS8YHeLIT Hi Jesse, On Fri, Nov 29 2024, Jesse Millwood wrote: > "traefik.http.routers.whoami.rule=Host\(\\\"whoami.geekslab\\\")" It's a bit of a long short, but I might try: > "traefik.http.routers.whoami.rule=Host(\"whoami.geekslab\")" I dropped the escape from the opening parenthesis \( which which worked on Geiser but seemed not needed. Perhaps more significantly, I also the dropped escape character \\ before each of the escaped quotes because I'm not sure the Shepherd offers shell expansion. Kind regards Felix