Artix Linux Forum

Artix Linux => Package management => Topic started by: TheExplorer on 26 July 2023, 14:11:16

Title: Updated system today: python virtualenv warning (syslog-ng-update-virtualenv)
Post by: TheExplorer on 26 July 2023, 14:11:16
Hello, today I updated my system (was away for about two weeks) and got this warning upon boot: https://ibb.co/c1GYgnT

Is here anyone who's also facing this?

Do I have to simply run the command syslog-ng-update-virtualenv?

TIA

P.S. The list of updated packages (syslog-ng is among them): https://pastebin.com/FsGPrTKF
Title: Re: Updated system today: python virtualenv warning (syslog-ng-update-virtualenv)
Post by: nous on 26 July 2023, 17:37:27
Do I have to simply run the command syslog-ng-update-virtualenv?
Most certainly.
Title: Re: Updated system today: python virtualenv warning (syslog-ng-update-virtualenv)
Post by: Dju on 26 July 2023, 19:13:08
i also had this warning, with syslog-ng refusing to launch
after executing sudo syslog-ng-update-virtualenv, syslog-ng is working again :)
Title: Re: Updated system today: python virtualenv warning (syslog-ng-update-virtualenv)
Post by: z3rOR0ne on 27 July 2023, 01:33:01
i also had this warning, with syslog-ng refusing to launch
after executing sudo syslog-ng-update-virtualenv, syslog-ng is working again :)
Well I wish I had such luck. I also ran the command above and it ran successfully. Upon reboot, however, the output in my tty prior to login still displays the warning message asking me to run the command again. Upon running the command, the output says that the dependencies are already satisfied. I am unsure on how to proceed.
Title: Re: Updated system today: python virtualenv warning (syslog-ng-update-virtualenv)
Post by: tomio on 27 July 2023, 10:00:38
I got the same warning, and find it really annoying. ::)
To me it seems we need a fix on the configuration of syslog-ng. Making a virtual environment at this level is wasting resources.
Title: Re: Updated system today: python virtualenv warning (syslog-ng-update-virtualenv)
Post by: nous on 27 July 2023, 11:44:49
<rant> why I have a system python instance if it makes a virtual env for parts of that system? To me it means some developers do not do their work right.
That's why I use metalog instead, syslog-ng is trying to do more than it's supposed to.
Title: Re: Updated system today: python virtualenv warning (syslog-ng-update-virtualenv)
Post by: TheExplorer on 27 July 2023, 12:35:40
That's why I use metalog instead

Interesting, thanks. How should I replace it? Simply remove syslog-ng and install metalog and enable the service? Is it enough?
Title: Re: Updated system today: python virtualenv warning (syslog-ng-update-virtualenv)
Post by: Dudemanguy on 27 July 2023, 15:14:26
If you use s6, you can also use syslogd-s6 as an alternative.
Title: Re: Updated system today: python virtualenv warning (syslog-ng-update-virtualenv)
Post by: TheExplorer on 27 July 2023, 18:18:17

Runit. I'm fine with it for now. Already switched to metalog. Will see how it goes. Thanks everyone.