From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from alyss.skarnet.org (alyss.skarnet.org [95.142.172.232]) by inbox.vuxu.org (Postfix) with SMTP id AE92D24C87 for ; Mon, 4 Nov 2024 18:26:03 +0100 (CET) Received: (qmail 44516 invoked by uid 89); 4 Nov 2024 17:26:29 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Received: (qmail 44509 invoked from network); 4 Nov 2024 17:26:28 -0000 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1730741161; x=1731345961; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=lE1m3rXTq0kfcf8CUjU5LBKjQOfM4MRqr609adL+aHg=; b=okEGhoy20nIVluuII5RIye8UouzywdWTragUWSgQzkO4V2N8eR/uVG0jT9MR0AHxKD qyoihQX1lbGQ+d8RfHQgxl3b9cmKvhuiEO7rf8upTUNjE4WfU3flpdgVQXt7W318lMx2 tPEhFtEYXpYRZeqzVDrrbeEqlnmwa2yIwLmMDFRLxEVOedq5Fbu4fLWs/kDxX2tSy9KH BeLudR675KBNLnjdd33/s4GRuUGDQOMM7v0CIjBfvCiX/WwlmbqxvaeoEJab0mIxn/CH c4l4qixBuz9VWePpH+YzE8RXGUvcXTRgjvGVjCgJAEaYBrfqjDfo2GY3qPvG8XsSceYp HJIA== X-Gm-Message-State: AOJu0YyEBlyNPVcV2JURfapNmaV7lNvALtZwwGDYj8uZhlrfEOwcya8D ug8U/oNcgUs+k+sayHqcDWqBtvXFTpdf0kNFy0aoXi1VbnCOrV6v X-Google-Smtp-Source: AGHT+IFYdfhxhbLdCFvS2WgJSmJczLM+2lRhKYBkP7xS+QFbKS1KbLjXbB8qRXQCW61p0GEzoruJAg== X-Received: by 2002:a17:907:9489:b0:a9e:85f8:2a3a with SMTP id a640c23a62f3a-a9e85f844a7mr716524166b.2.1730741161065; Mon, 04 Nov 2024 09:26:01 -0800 (PST) From: Leah Neukirchen To: peter@easthope.ca Cc: supervision@list.skarnet.org Subject: Re: Status of daemon. In-Reply-To: <6728fd36.050a0220.1c7799.f358SMTPIN_ADDED_MISSING@mx.google.com> (peter@easthope.ca's message of "04 Nov 2024 08:58:27 -0700") References: <6728fd36.050a0220.1c7799.f358SMTPIN_ADDED_MISSING@mx.google.com> Date: Mon, 04 Nov 2024 18:25:59 +0100 Message-ID: <87ses6zza0.fsf@vuxu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain peter@easthope.ca writes: > In Void, installed inetutils-telnet. > > # telnet localhost > Trying ::1... > Connection failed: Connection refused > Trying 127.0.0.1... > telnet: Unable to connect to remote host: Connection refused > # > # ps aux | grep telnetd > root 754 0.0 0.0 2388 1280 ? Ss 07:18 0:02 runsv telnetd > root 773 0.0 0.0 2508 1280 ? S 07:18 0:00 vlogger -t telnetd -p daemon > root 32002 0.0 0.0 6600 2432 pts/3 S+ 08:32 0:00 grep telnetd > > telnetd is running and declined the connection request? This does not suggest telnetd is running, as no process of these is telnetd. Use "sv status telnetd" to check, it probably says "down: ...". > Can I learn more from a log? If so, how is the log accessed? > cat ... ? If you still use socklog-unix, look at /var/log/socklog/daemon/current Else try to start the telnetd run script manually and look for errors: /var/service/telnetd/run Else post the script, it seems to be manually created. As telnetd classically needs to be started from inetd, you need to use some tcpserver to launch it (djb tcpserver or s6-tcpserver). hth, -- Leah Neukirchen https://leahneukirchen.org/