Hi,
I’m running server 2024.3.3-beta on macOS Sonoma. I’m trying to start PS using the --pidfile option. Just to test it with a pid file in the PS server directory I tried:
./start.sh --pidfile ps.pid
and received:
No local changes to save
Already up to date.
Daemonized PhotoStructure. {
pid: 73477,
args: [
'/Users/tmintz/photostructure-for-servers/bin/main.js',
'--pidfile',
'ps.pid'
]
}
but it didn’t successfully spawn a process and didn’t create the pid file. I thought maybe the pid file had to exist, so I created an empty file and tried again. The response this time was a bit different, with:
Saved working directory and index state WIP on beta: 7f0cd0a v2024.3.3-beta
appearing first; interestingly, it deleted the file I had created!
I tried doing this when and running logtail
in another terminal window, and nothing appears to have been logged.
This behavior is completely reproducible.
Any thoughts?