From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 6881A99DA5 for ; Mon, 15 May 2023 13:20:12 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 49332A03E for ; Mon, 15 May 2023 13:20:12 +0200 (CEST) Received: from picard.linux.it (picard.linux.it [213.254.12.146]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Mon, 15 May 2023 13:20:11 +0200 (CEST) Received: by picard.linux.it (Postfix, from userid 10) id 629663CD4D0; Mon, 15 May 2023 13:20:05 +0200 (CEST) Received: from 93-47-9-141.ip110.fastwebnet.it ([93.47.9.141] helo=hermione.localdomain) by eraldo.lilliput.linux.it with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1pyWDU-0007v3-NQ for pve-user@lists.proxmox.com; Mon, 15 May 2023 13:18:12 +0200 Received: by hermione.localdomain (Postfix, from userid 1000) id BBA30A00534; Mon, 15 May 2023 13:18:11 +0200 (CEST) Date: Mon, 15 May 2023 13:18:11 +0200 From: Marco Gaiarin To: pve-user@lists.proxmox.com Message-ID: References: <1321511941.5036.1684135640623@webmail.proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1321511941.5036.1684135640623@webmail.proxmox.com> Organization: Casa Gaiarin User-Agent: Mutt/2.1.4 (2021-12-11) X-SPAM-LEVEL: Spam detection results: 0 BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy JMQ_SPF_NEUTRAL 0.5 SPF set to ?all KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record T_SCC_BODY_TEXT_LINE -0.01 - Subject: Re: [PVE-User] Backup job does not run... X-BeenThere: pve-user@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE user list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2023 11:20:12 -0000 Mandi! Fabian Grünbichler In chel di` si favelave... > > There's some service i could try to restart or something like that? > pvescheduler . please also ensure you've installed all the latest upgrades for 7.x, there was an issue where pvescheduler interacted badly with a stock Debian perl package that got resolved in the meantime. Effectively pvescheduler was in a bad state: root@artemis:~# ps aux | grep pvesche root 6114 0.0 0.3 336356 121444 ? Ss gen15 9:09 pvescheduler root 2543127 0.0 0.0 0 0 ? Z mar25 0:00 [pvescheduler] root 2551569 0.0 0.0 0 0 ? Z mar25 0:00 [pvescheduler] root 3956737 0.0 0.0 6256 624 pts/0 S+ 13:11 0:00 grep pvesche restarted, and now seems work as expected... Thanks!