Bug 248594

Summary: net-p2p/deluge-cli: pw: no such user 'asjklasdfjklasdf'
Product: Ports & Packages Reporter: Gian-Simon Purkert <gspurki>
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed Feedback Timeout    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (rm)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Gian-Simon Purkert 2020-08-11 10:42:13 UTC
When i boot i see that message "pw: no such user 'asjklasdfjklasdf'"
I searched the port-tree for that string and found it in:

./net-p2p/deluge-cli/files/deluged.in
./net-p2p/deluge-cli/files/deluge_web.in

deluged_prestart()
{
	if [ "$deluged_user" = 'asjklasdfjklasdf' ]; then
		err 1 "You must set deluged_user to a real, unprivileged user"

Maybe we should change it to something like "deluged_user_changeme", so that one knows at least what program try's to access to that user.
Comment 1 Gian-Simon Purkert 2020-11-10 19:23:14 UTC
Should i close it? I'm now acclimatized to that funky message ;)