DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 46T0MaCR1544722 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=WV7pDqNl X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C15F63858C35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1722212554; bh=6qwmt2QMJj+w4cniHTpnLs5fMdOnQug19xjwb5kpZbo=; 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=WV7pDqNl/0hHmG61riUyRdaMHN/I1c4LL+AC2BHG8r74Jy7C87puCyIcJ4NZLrJq5 7YjACBM8t/jCx/4qx0KMQvj3gYB4eEMeveS/8+LkBgPc+lW6mmhOcd80w9Yqf4glCE YCRkojdHFCAcjKakfD/QCsNj/WApHLNOLNNd+hhw= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6D1193858D29 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 6D1193858D29 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1722212414; cv=none; b=nRpjwwFvOnCHMgHnxDyd1ehFdutafzwyhRInGdtwnL/NsUjuvi0lLrLt1CZ7f2ixVPfrM6WuhDmanbsg9gWKzvadXqpOUwpMlY3stVEi6XwLgXCUmc6vWH6glTPpQkxsJrtqbMOUfGWrysY6IaI3CC290YxvE+t8VOJph92EK20= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1722212414; c=relaxed/simple; bh=vs6UV+ON1eig3mljKroCIsWEJX+NH+3HTM5lNgbgAJ4=; h=DKIM-Signature:Date:To:From:Subject:Message-ID:MIME-Version; b=ij65MJQafN8FubsWPshtzpGsXaWocwYbtMozYhWBI3KtnEncFGRd8VkWY54Uy0BNdbBeUlSSNpgngj8kjOdyMvHTcs0rS1MnjMJcjYPvmAuznSSi+H3v08DEUsB0ZHpTVoAjF5LBUgi6oyon32fJqzQqyIOIdI9RiaQaVcBzupo= ARC-Authentication-Results: i=1; server2.sourceware.org Date: Mon, 29 Jul 2024 00:19:31 +0000 To: "cygwin AT cygwin DOT com" Subject: Fw: Re: rpcd.exe Message-ID: In-Reply-To: References: Feedback-ID: 65268012:user:proton X-Pm-Message-ID: f2f1c4cd37d6b02a69575b145ed3d40ef927d857 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, 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-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 46T0MaCR1544722 Hi- The AI really did go nuts like you said. I just read the man page for that and mkpassword -l isnt cutting it with setting up on win side first. I dont know why it told me that. Crazy-town. I will think of a command for a second.. I know what i will do i will create the user in windows and then wipe out the context of the /etc/passwd and then issue mkpasswd with the appropriate switch(es). thanks Sent with Proton Mail secure email. ------- Forwarded Message ------- From: Jim McNamara via Cygwin Date: On Sunday, July 28th, 2024 at 8:06 PM Subject: Re: rpcd.exe To: cygwin AT cygwin DOT com > 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 secure email. > > On Sunday, July 28th, 2024 at 7:11 PM, _ _ robainloynet AT gmail DOT com 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 cygwin AT cygwin DOT com 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 -- 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