DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 46T08AJv1540730 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=fNCwvt6z X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 54D883858414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1722211688; bh=c47I99sh1a5akCM3X5AyAjWBfgaG99w5pIcT8hkd//c=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=fNCwvt6zYy4MRh9q06V4BJILWtYNzQYs6ayH91ARJFuc+dD7z/pxxPsSsGwSI6z5l McjVR6PRiSNHEx1rV7XvD4AKr1N+R5Qw2ykPkFAYE6N9xpGfjAWllogFYme+S82Yw3 lKS42UquR7fevPnDsaaFgRpMbkq5OrbAMkJrzhaE= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org F04293858D28 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org F04293858D28 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1722211627; cv=none; b=qrOOQc3Pxf2asfLvDO/uYXfK3uscyWmwIr5p0l7qFKvPqvwwAG5C3kPAMR7PlVZ+Sikt+kBoMNq7LHynAHb2h4vi2x4lqz0vGHwQ8qm/9y/iyLt+7XPCLixn9WeY415AaJRjpTn174LCNjiMra0rE+2DRydgQ6UZ+1XZ+ZJ+1sw= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1722211627; c=relaxed/simple; bh=kq1ojqsgZjopPM7fCgd9nbBJ54iTUP8QwtgubbcEYVg=; h=DKIM-Signature:Date:To:From:Subject:Message-ID:MIME-Version; b=YcN9VzP1qQ7YeDfCoEFCofwPR2CUSvasdjUTLynxCunAedmnmW5xvxKkiTcaRvTmGzGUcwgx0whkLbsMAUr2p+TREY5gYq72TuN2qLWucVdpzkmcZO80x/ZrHA51IRZXpxaseT31E6FcBeioESRmwfrse979cu/fAuBHk082W1g= ARC-Authentication-Results: i=1; server2.sourceware.org Date: Mon, 29 Jul 2024 00:06:57 +0000 To: "cygwin AT cygwin DOT com" Subject: Re: rpcd.exe Message-ID: In-Reply-To: References: Feedback-ID: 65268012:user:proton X-Pm-Message-ID: 285384fe6387c9997b3ef54cfaad3100c0260cbe MIME-Version: 1.0 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, HTML_MESSAGE, KAM_INFOUSMEBIZ, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.30 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Jim McNamara via Cygwin Reply-To: Jim McNamara Content-Type: text/plain; charset="utf-8" Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 46T08AJv1540730 Hi - I dont want to give away your email by replying because I am afraid it won't obfuscate when I reply back. Thanks for the reply from you and the group! I'm trying to issue this command mkpasswd -l rsyncuser >> /etc/passwd i thought it would append a line to the end of my /etc/passwd file that would indicate that i now have a rsync user. it malfunctions and doesnt append anything. I might want to mention when i go to install from the installer at the end of the installer wizard i get this m\sg. Package: _/Unknown package xinit.sh exit code 3 I dont know why mkpasswd is not working in this syntax. I am about to add it (passwd file entry) in manually. I changed subjects for a while and I am working on computing again at GMT -4 20:00 Jul 28 What I have accomplished so far is containerized with docker grsync and rsync and forwarded it over x windows to cygwin. It worked well, but they said i have to have a user both in docker and cygwin with the same user and group id. This is a step so that I can use rsync part of the app. Then i can escalate with grsync gui with advanced commands of rsync and sudo into a directory where i need elevated privileges. I am also working on ssh with all this in the meantime but leaving some of that off for now. I am setting up this special container up as part of my "workbench" to work on apache royale by spinning up docker containers with custom PhP extensioins. So, i just dont know at the moment about this mkpasswd and what i did wrong. I will keep after it. P.S. i might mention that the AI gives a killer tutorial on windows permissions. It teaches to do chmod on mingw which doesnt have that command like cygwin via icalcs, but so doens't Brian and he is not any AI ;-) thanks for any help, jim Sent with [Proton Mail](https://proton.me/) secure email. On Sunday, July 28th, 2024 at 7:11 PM, _ _ wrote: > Hey, > > Welcome to the community! > > To further help you with your problem, could you explain what are you trying to do ? > > For context, rpcd is a program who is responsible for Remote Procedure Call on linux based system. > > I'm not sure what did you ask Chat GPT but you should know that A.I. is not a source of true. > > Have a good day ! > > Le dim. 28 juil. 2024, 22:16, Jim McNamara via Cygwin a écrit : > >> Hi the old chatgpt 3.5 thinks rpcd.exe is in inetutils package. Is it still available. It says I need it to run mkpasswd. >> >> I ran the python script python3 ./rpc_bapahbah.py >> >> it listens on 8000 >> >> but it cant install rpcd.exe when i get to that step with cygrunserv cmd. >> >> I think it is because it is missing rpcd.exe as in >> >> find / -name "rpcd.exe" equals zed. >> >> thanks, >> jim >> >> Sent with Proton Mail secure email. >> >> -- >> Problem reports: https://cygwin.com/problems.html >> FAQ: https://cygwin.com/faq/ >> Documentation: https://cygwin.com/docs.html >> Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple