[00:00:36] it seems it is a long rabbit hole [00:03:31] because ssh script for repositories is going to be affected as well [00:13:00] so yeah, is there any recommended way to convince phorge to use a particular php binary repo-wide ? [09:29:43] rhqq: yep [09:29:43] If you look at your stack trace, everything starts from this point: [09:29:43] scripts/daemon/exec/exec_daemon.php [09:29:43] ...(truncated) [09:30:13] So, the thing is, just make sure that in the PATH of the thing executing the daemon, the "php" points to your version [09:30:29] Have you a systemd file for your daemon? [10:50:44] Valerioboz[m]: i'm using supervisor for non-system-package installed things, i've exported PATH variable to a location with a symlink to php7.4. so that part works and is easily reversible. the worse part was git repo via ssh [10:52:13] but it seems i was able to get away with altering phorge/bin/ssh-exec first line to use 7.4. i'll just git reset the repo before upgrade to 8.x whenever you guys release it [10:53:14] I wonder whenever exposing a different path from your phabricator-ssh-hook.sh would also do the job [10:53:24] nope [10:53:26] tried that first [10:53:51] that script spits out a command to run for sshd [10:54:06] and it does not carry over the exported path thing [10:54:45] Well, nice workaround [10:55:10] Feel free to file a related Question in Ponder at least [10:55:23] https://we.phorge.it/ponder/question/edit/form/default/ [10:55:50] i mean, is it necessary if the upgrade to support 8.x is soon™ [10:56:20] I don't really think that 8.1 will be suggested in production soon by our folks [10:56:48] Unless we decide not to elevate deprecation warnings as exceptions [10:57:07] yeah i get it. thing is my setup is quite edge-casey. given i'm running two versions of php on the same machine [10:57:24] which is not that common [10:57:31] Yeah but premising that I perfectly indeed understand your situation that is somehow very frequent to web developers in general [10:58:21] a little tender question about Ponder is probably very interesting about your topic [10:58:31] in* Ponder [11:06:43] alright, after all the morning duties i'll take a look at it [11:07:11] :D [15:14:31] i sort of ended up with a yet another interesting issue. phd-daemon is running, web gui does not complain about daemons not running, but bin/phd status returns NO DAEMONS. how should i troubleshoot it