[Bug 266858] x11/sddm: Fails to start: vte.csh: 19: Syntax error: word unexpected (expecting "then")
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Oct 11 15:54:18 BST 2022
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266858
Rainer Hurling <rhurlin at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rhurlin at FreeBSD.org
--- Comment #5 from Rainer Hurling <rhurlin at FreeBSD.org> ---
I get this vte.csh:19 error when trying to start PostgreSQL server via rc
script.
Looking into /usr/local/etc/rc.d/postgresql it turns out, that the following
part of line 107, run as root, throws the error:
${su_cmd} -l ${postgresql_user}
The same executed as a normal user gives no error. If there is no vte.csh
script, PostgreSQL server starts fine via rc script.
So on my systems (all recent 14.0-CURRENT amd64) it is the 'su' command run as
root, which seems to also execute all scripts under /usr/local/etc/profile.d/.
I think, Peter Wemm is right with comment #2 and comment #3.
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
More information about the kde-freebsd
mailing list