On Sun, 17 Jul 2022 13:54:03 +0900 Masaru Nomiya <nom...@galaxy.dti.ne.jp> said:
> Hello, > > In the Message; > > Subject : Re: [e-users] How to deter from generaring the log file > Message-ID : <20220710100306.1f8ffee16880dcfcceb61...@rasterman.com> > Date & Time: Sun, 10 Jul 2022 10:03:06 +0100 > > [CH] == Carsten Haitzler <ras...@rasterman.com> has written: > > [...] > CH> The log files should not be that big unless you have something > CH> creating massive logs because there is some problem it's complaining > CH> about. > > 2380515018 Jul 17 13:33 .e-log.log > > This is the log file after about 7 hours of activation, is it not > MASSIVE? > > $ cat ~/.e-log.log | grep error > > shows 3 types of errors. > > DBG<2633>:eldbus ../src/lib/eldbus/eldbus_core.c:638 > eldbus_fd_handler_add() Watching fd 24 with flags: [read error] > > DBG<2644>:eina_promise ../src/lib/eina/eina_promise.c:452 > _eina_future_cancel() Cancelling future 0x561140e7d070, cb: > 0x7fb42b6228f0 data: 0x561140e6f530 with error: 125 - msg: 'Operation > canceled' > > DBG<2633>:eldbus ../src/lib/eldbus/eldbus_core.c:528 > on_get_name_owner() GetNameOwner of bus = org.freedesktop.hostname1 > returned an error > > Is this not a complaint that there is something wrong? Can you paste like maybe the last 5000 lines of your log? trying to get rid of the log file is not the solution. finding out why there is a problem is the solution. I certainly never see any issues with org.freedesktop.hostname1 - My machines certainly have that service and it has no errors. This is a systemd service. EFL's systemd support will used this if it exists to get things like change of hostname events. If your log keesp complaining again and again about this - then this or some other issue that leads to this is the problem. the eldbus_fd_handler_add() error is very disturbing. it's as if the fd to talk to the dbus service keeps disconnecting and reconnecting as if some service you have might keep crashing and restarting? This is your core problem. It's probably creating a lot of load on your system and hurting it in all sorts of other ways. Find out what is going on here. In a normal setup you should see logs like this: 264K -rw------- 1 raster raster 258K Jul 17 22:40 .e-log.log 52K -rw------- 1 raster raster 52K Jul 14 23:46 .e-log.log.old that log started now 76 hours ago. You shouldn't have gigabytes of logs unless there is something really wrong and the log is complaining about something and your above information indicates it's something to do with dbus services on your machine, -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- Carsten Haitzler - ras...@rasterman.com _______________________________________________ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users