https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266858
Rainer Hurling <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Rainer Hurling <[email protected]> --- 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.
