[SOLVED] rpc.statd (nfs-utils) doesn't run as any user [id 65534] 12 March 2021, 14:52:18 Code: [Select]> ps aux|grep rpc.statd65534 3048 0.0 0.0 4628 1872 ? Ss 08:55 0:00 /sbin/rpc.statd --no-notifyany idea why that might be? Last Edit: 14 March 2021, 21:25:26 by nous
Re: rpc.statd (nfs-utils) doesn't run as any user [id 65534] Reply #1 – 12 March 2021, 14:59:44 Maybe it would be good to look at the internet before asking a question, there is a lot of it ( and it costs less as 10 seconds) To verify that NFS is running.Code: [Select]rpc.statd A daemon that listens for reboot notifications from other hosts, and manages the list of hosts to be notified when the local system reboots https://linux.die.net/man/8/rpc.statdhttps://www.microfocus.com/documentation/visual-cobol/VC23/EclWin/GUID-1E349263-EA09-4CD5-AE39-EC3B7E459940.htmlhttps://bbs.archlinux.org/viewtopic.php?id=77232nfs-utils is in [core] [system], so should be stay installed, but if you really never use Network File Systems, you can maybe unistall it...
Re: rpc.statd (nfs-utils) doesn't run as any user [id 65534] Reply #2 – 12 March 2021, 15:23:26 Quote from: alium – on 12 March 2021, 14:59:44Maybe it would be good to look at the internet before asking a question, there is a lot of it ( and it costs less as 10 seconds) To verify that NFS is running.Code: [Select]rpc.statd A daemon that listens for reboot notifications from other hosts, and manages the list of hosts to be notified when the local system reboots https://linux.die.net/man/8/rpc.statdhttps://www.microfocus.com/documentation/visual-cobol/VC23/EclWin/GUID-1E349263-EA09-4CD5-AE39-EC3B7E459940.htmlhttps://bbs.archlinux.org/viewtopic.php?id=77232nfs-utils is in [core] [system], so should be stay installed, but if you really never use Network File Systems, you can maybe unistall it...maybe i need to clarify:rpc.statd runs with a uid of 65534 which doesn't have any mapped user on my system and i don't understand why that might be. either i accidentally removed a user or maybe it's a bug.i'm not sure why you spewing poison at me when you didn't understand my question? if you are stressed or depressed please talk to a professional. I'm not a punching bag.
Re: rpc.statd (nfs-utils) doesn't run as any user [id 65534] Reply #3 – 12 March 2021, 15:36:50 with my poison i answer you :https://askubuntu.com/questions/329714/what-is-the-purpose-of-the-nobody-userThe user nobody is reserved for NFS onlyso Code: [Select]grep nobody /etc/passwdnobody:x:65534:65534:Nobody:/:/sbin/nologinQuotei'm not sure why you spewing poison at me when you didn't understand my question? if you are stressed or depressed please talk to a professional. I'm not a punching bagMaybe I'm poisoned from lazy people because i am not stressed nor depressed The nobody user name with user id 65534 was created and reserved for a specific purpose and should be used only for that purpose: as a placeholder for "unmapped" users and user ids in NFS tree exports.That is, unless user/id mapping is setup for NFS tree exports, all files in the export will appear owned by nobody. The purpose of this is to prevent all users on the importing system from accessing those files (unless they have "other" permissions), as none of them (except root) can be/become nobodyhttps://wiki.archlinux.org/index.php/users_and_groupsand because nobody user shouldn't take anyone's uid, they decided to give him the highest possible number and that number is 65534. Last Edit: 12 March 2021, 15:49:00 by alium
Re: rpc.statd (nfs-utils) doesn't run as any user [id 65534] Reply #4 – 12 March 2021, 15:52:24 if you are stressed or depressed please talk to a professional... i just wrote you that it might be better to look on the internet first. after which you exploded.... Quotenobody user in my /etc/passwd has a pid/gid of 99/99but he should not... he should have 65534. maybe was some wrong set in your computer. it could happen that due to wrong group ownership uid of nobody user was changed or use non-standard uid number. I recommend you uninstall nfs-utils and install it again Last Edit: 12 March 2021, 16:04:56 by alium
Re: rpc.statd (nfs-utils) doesn't run as any user [id 65534] Reply #5 – 12 March 2021, 16:03:31 Quote from: alium – on 12 March 2021, 15:52:24if you are stressed or depressed please talk to a professional... i just wrote you that it might be better to look on the internet first. after which you exploded.... how is that not treating me like a complete moron that doesn't know how to use a keyboard? telling me to google it. why would any total moron even consider artix as his choice of distro? how would you react if someone told you to google it when you were just stumped and didn't know how to proceed? do you think logging on a forum and asking a question is less work than just searching for an obvious answer on the internet?if you have a fiance try stating the obvious to him/her ironically all the time. GOOD LUCK WITH THAT.yes I AM stressed and maybe depressed. this lockdown stuff is getting to me and you are not helping one bit.well... actually did help and I'm greatful for that part at least.Quotebut he should not... he should have 65534. maybe was some wrong set in your computer99 was apparently historically nobody until (most) distros change it to 65534? I didn't get the memo.
Re: rpc.statd (nfs-utils) doesn't run as any user [id 65534] Reply #6 – 12 March 2021, 16:05:44 We had slight changes in filesystem and (e)sysusers package many moons ago.I think you have been with artix since almost the start, stands to reason you caught this inconvenience.All should work if you assign nobody user/group the suggested 65534 id.
Re: rpc.statd (nfs-utils) doesn't run as any user [id 65534] Reply #7 – 12 March 2021, 16:11:40 Quote from: eNTi – on 12 March 2021, 16:03:31how is that not treating me like a complete moron that doesn't know how to use a keyboard? telling me to google it. why would any total moron even consider artix as his choice of distro? how would you react if someone told you to google it when you were just stumped and didn't know how to proceed? do you think logging on a forum and asking a question is less work than just searching for an obvious answer on the internet?yes I AM stressed and maybe depressed. this lockdown stuff is getting to me and you are not helping one bit.well... actually did help and I'm greatful for that part at least.yeah, it''s bad time... but I never thought of it as an insult with that internet search, buddy I don't think you're a moron. A lot of people come here are complete beginners, some are not, but I don't have a chance to know from a short note. So I'll rather add a note about searching the internet or about wiki.archlinux.org to help they find some answers and learn some.
Re: rpc.statd (nfs-utils) doesn't run as any user [id 65534] Reply #8 – 12 March 2021, 21:17:38 Apologies, instead of just deleting your post as requested, the thread was moved in trash instead.