×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Ubuntu 18.04 TRASHED by INDI/KStars/

  • Posts: 16
  • Thank you received: 2
The files in which logs piled up were /var/log/syslog and /var/log/kern.log.
I suppose by disabling debugging the logging is off?

Thanks,
Jon
5 years 4 months ago #32205
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 1009
  • Thank you received: 133
Yikes. Indeed just confirmed that (somewhat unexpectedly) all the EKOS messages go to syslog...
I don't know how one can get to several GB that way.
One thing to prevent it is activating the 'log to file' option of kstars, then all messages end up in $HOME/.local/share/kstars/logs. Will at least prevent your system clogging up.
5 years 4 months ago #32214

Please Log in or Create an account to join the conversation.

What? how are they going to syslog?! let me check here.

EDIT: Just tried with all combinations and can't get a single message to syslog or kernel log. What messages are you seeing? Do they come from specific drivers?
Last edit: 5 years 4 months ago by Jasem Mutlaq.
5 years 4 months ago #32230

Please Log in or Create an account to join the conversation.

  • Posts: 1009
  • Thank you received: 133
It's all the stuff that is (also) written to the message consoles of kstars:
Attached is the output of 'journalctl -b -g kstars' on my machine (openSUSE Tumbleweed).
(IMHO you should also allow to attach simple gziped text files, not onlt archives :( )
When I activate 'write to file' the log to syslog stops.
Likely some journal setting, to include all sort of stdout/err stuff to the syslog? I'm not too familiar with configuring logging, but will try to have a look.
5 years 4 months ago #32235
Attachments:

Please Log in or Create an account to join the conversation.

Well, it's not something in KStars itself. Maybe OpenSUSE logs everything that goes to stdout? If you "disable" logging, it also logs nevertheless?
5 years 4 months ago #32236

Please Log in or Create an account to join the conversation.

  • Posts: 1009
  • Thank you received: 133
I think it must be a feature of the DE/Window manager. If I start kstars from the command line, nothing gets logged to syslog. Only if I start via the start menu (KDE plasma). So it's somewhat similar to when started from systemd. There exists a setting for that in case of systemd services, like 'StandardOutput=null' (man systemd.exec), but I don't know where to put that directive for programs started from the DE....
There seems to be a way to do it from the application, like only logging to stdout when called from a tty.
5 years 4 months ago #32238

Please Log in or Create an account to join the conversation.

  • Posts: 407
  • Thank you received: 74
This may help you until you find the problem. Rotate logs automatically linoxide.com/linux-how-to/setup-log-rotation-logrotate-ubuntu/

Plus learn to start Linux in safe mode linuxconfig.org/how-to-boot-ubuntu-18-04...ency-and-rescue-mode to "untrash" your system :-)
RPI3 Ubuntu 16.04 / AMD desktop Kstars under Ubuntu 16.04 Mounts :azeq6 ,SWAZGoTo

RPI3 Fedora testing out on AMD desktop Fedpra 28 - running kstars 2.9.4 , Indilib 1.7.4 ?????
5 years 4 months ago #32252

Please Log in or Create an account to join the conversation.

  • Posts: 16
  • Thank you received: 2
Thanks for the advice. By using the LiveCD I was able to recover one of my systems.

I am going to disable all the logs now as a temporary solution.
5 years 4 months ago #32254

Please Log in or Create an account to join the conversation.

  • Posts: 16
  • Thank you received: 2
So I have an update.

Disk space became full again last night. I enabled logging on file though.

I am going to check what actually happened. But for now I think that this happens when the computer fails to download an image from my QHY165C, i.e. it is stuck in "capturing an exposure". This problem occurs rather frequently on Ubuntu 18.04 and macOS with INDI.

I should also mention that a similar problem with my camera exists on Windows (SGP), but instead of being stuck at exposure it is stuck while downloading the image.

Kind regards,
Jonathan
5 years 4 months ago #32312

Please Log in or Create an account to join the conversation.

  • Posts: 1009
  • Thank you received: 133
So which disk ran full? / or /home? (or are those on the same disk?)
Is it the kstars/ekos log file that is huge, or is it (hardware device) errors from the kernel?
You said you're going to disable logs. Did you? seems not...
5 years 4 months ago #32313

Please Log in or Create an account to join the conversation.

  • Posts: 16
  • Thank you received: 2
So I analysed the logs and found what happened.

The following log entry was written simultaneously into /var/log/syslog and /var/log/kern.log at a rate of SEVERAL HUNDREDS THOUSANDS TIMES A SECOND PER FILE:
kernel: [3314.xxxxxx] usb 4-4: usbfs: process 3751 (indi_qhy_ccd) did not claim interface 0 before use

Using
grep -c "indi_qhy_ccd"
returned 211,661,935 matches in /var/log/syslog ALONE.

I think this is a major issue, but I understand that this might be an issue with the QHYSDK, not INDI.

I have filed a bug report on the INDI GitHub.

Many thanks,
Jonathan
The following user(s) said Thank You: Jasem Mutlaq
Last edit: 5 years 4 months ago by Jonathan Chui.
5 years 4 months ago #32329

Please Log in or Create an account to join the conversation.

Thanks, I just contacted QHY regarding this!
The following user(s) said Thank You: Jonathan Chui
5 years 4 months ago #32331

Please Log in or Create an account to join the conversation.

Time to create page: 1.300 seconds