SeisComP / seedlink

Seedlink server to be built within SeisComP
Other
12 stars 17 forks source link

seedlink: section 'seedlink' doesn't exist in file 'seedlink.cfg' #10

Closed cajaraujo closed 12 months ago

cajaraujo commented 1 year ago

Hie guys, i've some difficult to start the seedlink server after install seiscomp from pre-built binaries. Basically, when i try launch seedlink server from command line passing the '.cfg' file like argument, the following mesage appears: seedlink: section 'seedlink' doesn't exist in file '../etc/defaults/seedlink.cfg'. Also, I've to say that the '.cgf' file is based on provided from seiscomp project on github. What am I doing wrong?

The best regards, Cleir

andres-h commented 1 year ago

The standard procedure is calling seiscomp update-config and seiscomp start seedlink. In this case seiscomp.cfg is preprocessed and seiscomp/var/lib/seedlink/seedlink.ini is generated. seiscomp.cfg cannot be passed to seedlink directly.