Re: [arch-general] System Freeze on sleep

2021-05-30 Thread Prateek Sadhukhan via arch-general
This is interesting. I will store this in my notes too. The issue is I am working on a laptop and so dont have a serial port. But I think I have found the problem. I am soaking it for now, I will respond to the thread if my hunch works. Thanks, Prateek Sefa Eyeoglu via arch-general writes: >

Re: [arch-general] How to enable Archlinux users to easily avoid Polkit?

2021-05-30 Thread Neven Sajko via arch-general
Regarding splitting the colord package, I made a feature request for that now; but in the meantime I have a dummy package pretending to be polkit. In case someone finds it useful, the PKGBUILD is just these 5 lines: pkgname=dummy-polkit pkgver=1 pkgrel=1 arch=(any) provides=(polkit=99:9)

Re: [arch-general] How to enable Archlinux users to easily avoid Polkit?

2021-05-30 Thread Neven Sajko via arch-general
Regarding splitting the colord package, I made a feature request for that now; but in the meantime I have a dummy package pretending to be polkit. In case someone finds it useful, the PKGBUILD is just these 5 lines: pkgname=dummy-polkit pkgver=1 pkgrel=1 arch=(any) provides=(polkit=99:9)

Re: [arch-general] How to enable Archlinux users to easily avoid Polkit?

2021-05-30 Thread Neven Sajko via arch-general
On Sat, 29 May 2021 at 14:56, Ralf Mardorf via arch-general wrote: > _But_ there are a lot of packages that require at least gvfs or > pulseaudio as a hard dependency, while those packages could require > them as an optional dependency instead, they still would work. I guess that if you reported

Re: [arch-general] How to enable Archlinux users to easily avoid Polkit?

2021-05-30 Thread Eli Schwartz via arch-general
On 5/30/21 8:32 AM, Neven Sajko wrote: > On Sun, 30 May 2021 at 02:51, Eli Schwartz via arch-general > wrote: >> /usr/lib/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.so directly >> links to libcolord and will fail to load if it is unavailable. But >> perhaps you used a different printbackend.

Re: [arch-general] How to enable Archlinux users to easily avoid Polkit?

2021-05-30 Thread NTS via arch-general
Dear All, I agree totally to cut down on dependencies and unused daemons to reduce attack surface. Feel free to upvote this CUPS issue about its colord dependency upstream: https://github.com/OpenPrinting/cups/issues/193 BTW if the polkit service is not running then libvirtd won't start VMs

Re: [arch-general] System Freeze on sleep

2021-05-30 Thread Sefa Eyeoglu via arch-general
I recently had a similar issue. As it was breaking my workflow for day-to-day use I investigated the issue. If the computer is unresposive while resuming it's very likely to be a kernel panic. If there is no display output at all, either the graphics driver itself causes the panic, or some ker

Re: [arch-general] System Freeze on sleep

2021-05-30 Thread Genes Lists via arch-general
On 5/30/21 12:53 AM, Prateek Sadhukhan via arch-general wrote: ...No third party drivers that I installed explicitly. To confirm you're not using 3rd party drivers you can run: # journalctl -lb |grep taint Look for something like: kernel: xxx_driver: loading out-of-tree module taints kernel

Re: [arch-general] System Freeze on sleep

2021-05-30 Thread Genes Lists via arch-general
On 5/30/21 12:53 AM, Prateek Sadhukhan via arch-general wrote: CPU is intel. 2 GPUs - Intel and AMD. No third party drivers that I installed explicitly. Hi - If were me and using AMD graphics I'd try blacklisting the AMD one and see if it helps.

Re: [arch-general] How to enable Archlinux users to easily avoid Polkit?

2021-05-30 Thread Neven Sajko via arch-general
On Sun, 30 May 2021 at 02:51, Eli Schwartz via arch-general wrote: > /usr/lib/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.so directly > links to libcolord and will fail to load if it is unavailable. But > perhaps you used a different printbackend... I don't have LPRNG, so CUPS must have been