Let's be very clear here, you have logs they are not missing, that is what you have been posting over the last 12 hours. It would seem that once WeeWX has completed its loading/initialisation something is causing it to die or otherwise not do anything. You say that the last log extract posted was with debug = 1, I don't doubt you but the log extract you provided is not with debug = 1. A log with debug = 1 will include somethign like this:
Apr 5 22:54:29 stretch7 weewx[1012]: Starting weewx weather system: weewx. Apr 5 22:54:29 stretch7 weewx[1024]: engine: Locale is 'en_AU.UTF-8' Apr 5 22:54:29 stretch7 weewx[1024]: engine: pid file is /var/run/weewx.pid Apr 5 22:54:29 stretch7 weewx[1028]: engine: Using configuration file /home /weewx/weewx.conf Apr 5 22:54:29 stretch7 weewx[1028]: engine: debug is 1 Apr 5 22:54:29 stretch7 weewx[1028]: engine: Initializing engine Apr 5 22:54:29 stretch7 weewx[1028]: engine: Loading station type Simulator (weewx.drivers.simulator) Apr 5 22:54:29 stretch7 weewx[1028]: engine: Loading service weewx.engine. StdTimeSynch Apr 5 22:54:29 stretch7 weewx[1028]: engine: Finished loading service weewx .engine.StdTimeSynch which shows debug is 1 and there is more detail about services being loaded/initialised. I think it might be a good time to have a look at your weewx.conf. Can you run the wee_debug utility <http://weewx.com/docs/utilities.htm#wee_debug_utility> and post its output. The advantage of running wee_debug is that it will locate the weewx.conf that WeeWX is using which is handy if you have more than one weewx.conf on your system. Before you post the wee_debug output just check the output for sensitive info like usernames, passwords, api keys etc. wee_debug does a good job at obfuscating such info but it's not perfect. Gary On Friday, 12 April 2019 02:37:20 UTC+10, Damjan Hajsek wrote: > > Hi > > [image: 2019-04-11 18_34_45-_etc_weewx_weewx.conf - [email protected] - > Editor - WinSCP.png] > Yes I really changed debug to 1 in conf file. I am from GMT +2 > And I tested, date shows real date and time as it should be > Why there is no logs I don't know, that is all what I get for fev hours > after starting it manually. > > Dne četrtek, 11. april 2019 18.27.31 UTC+2 je oseba Leon Shaner napisala: >> >> Hi, Damjan, >> >> I do not see debug output. Did you change debug = 0 to debug = 1 in the >> conf file? >> >> Other than that, there is a thread where folks mentioned issues when the >> date is off by too much... >> I can't tell what time zone your host is set to, but I would guess UTC or >> GMT, no? >> In my case I have the host time zone set to my local time zone and when I >> type "date" it shows the current local time. Mine works, so it could be a >> factor. >> >> Other than that, I posted just yesterday about an issue with >> Wunderground-RF (rapid fire) not working unless I also explicitly forced >> Wunderground-PWS on. The setting to do that is in the Wunderground section >> and you can try adding it right under the rapidfire = True a la: >> >> archive_post = True >> >> I'm on 1.3.9-1 and you're on 1.3.8, so while it is worth a shot, it might >> not be the issue in your case. >> >> Regards, >> Leon >> -- >> Leon Shaner :: Dearborn, Michigan (iPad Pro) >> >> On Apr 11, 2019, at 11:35 AM, Damjan Hajsek <[email protected]> wrote: >> >> Here is log with debug enabled. >> >> >> http://zerobin.povej.net/?18327ca6959d12c6#NusymzsEuAoTuXNt9tVsZL1+VG4jZO28VhSVYjJxwC0= >> >> >> Dne četrtek, 11. april 2019 15.17.35 UTC+2 je oseba gjr80 napisala: >>> >>> Ok, so you do have logs. The startup log extract you posted looks fine >>> to me. What's happens next in the log? Need to see at least the next 5 >>> minutes of log. >>> >>> Not that it seems to be required but your attempt at running WeeWX >>> directly failed because WeeWX could not find weewx.conf, you need to >>> provide the path to weewx.conf in full eg: >>> >>> $ sudo weewxd /etc/weewx/weewx.conf >>> >>> Gary >>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "weewx-user" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> >> -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
