The officially official Devuan Forum!

You are not logged in.

#26 2023-02-16 23:50:05

Altoid
Member
Registered: 2017-05-07
Posts: 1,243  

Re: sudo and slim

Hello:

nahkhiirmees wrote:

... but i wonder why it is needed?

Run this in a terminal:

~$ aptitude why libcups3

I run Devuan Beowulf with a backported kernel:

~$ uname -a
Linux devuan 5.10.0-0.deb10.16-amd64 #1 SMP Debian 5.10.127-2~bpo10+1 (2022-07-28) x86_64 GNU/Linux
~$ 

I have cups installed:

~$ apt list | grep installed | grep -i cups
---
cups-bsd/oldstable,oldstable-security,now 2.2.10-6+deb10u6 amd64 [installed,automatic]
cups-client/oldstable,oldstable-security,now 2.2.10-6+deb10u6 amd64 [installed,automatic]
cups-common/oldstable,oldstable,oldstable-security,oldstable-security,now 2.2.10-6+deb10u6 all [installed,automatic]
cups-core-drivers/oldstable,oldstable-security,now 2.2.10-6+deb10u6 amd64 [installed,automatic]
cups-daemon/oldstable,oldstable-security,now 2.2.10-6+deb10u6 amd64 [installed,automatic]
cups-filters-core-drivers/oldstable,now 1.21.6-5 amd64 [installed,automatic]
cups-filters/oldstable,now 1.21.6-5 amd64 [installed,automatic]
cups-ipp-utils/oldstable,oldstable-security,now 2.2.10-6+deb10u6 amd64 [installed,automatic]
cups-ppdc/oldstable,oldstable-security,now 2.2.10-6+deb10u6 amd64 [installed,automatic]
cups-server-common/oldstable,oldstable,oldstable-security,oldstable-security,now 2.2.10-6+deb10u6 all [installed,automatic]
cups/oldstable,oldstable-security,now 2.2.10-6+deb10u6 amd64 [installed]
libcups2/oldstable,oldstable-security,now 2.2.10-6+deb10u6 amd64 [installed,automatic]
libcups2/oldstable,oldstable-security,now 2.2.10-6+deb10u6 i386 [installed]
libcupsfilters1/oldstable,now 1.21.6-5 amd64 [installed,automatic]
libcupsimage2/oldstable,oldstable-security,now 2.2.10-6+deb10u6 amd64 [installed,automatic]
printer-driver-hpcups/oldstable,now 3.18.12+dfsg0-2 amd64 [installed,automatic]
~$ 

But the library you referr to is not installed in my system:

~$ apt list | grep installed | grep -i libcups3
---
~$ 
~$ aptitude why libcups3
E: No package named "libcups3" exists.
~$ 

Maybe it is just a chimaera thing?

Best,

A.

Offline

#27 2023-02-17 01:20:44

golinux
Administrator
Registered: 2016-11-25
Posts: 2,914  

Re: sudo and slim

Or possibly a "recommends" thing?

Offline

#28 2023-02-17 17:12:54

chris2be8
Member
Registered: 2018-08-11
Posts: 225  

Re: sudo and slim

nahkhiirmees wrote:

One day i had complaints from every https site i tried to visit. The reason was:the hardware decided that current time is january 2002.

That sounds like the battery for the real time clock is going flat. And might cause it to forget changes you made to the BIOS settings (or just randomly change settings). Replacing the battery would be a good start, then check all the BIOS settings.

Offline

#29 2023-02-17 21:35:07

nahkhiirmees
Member
Registered: 2022-07-24
Posts: 66  

Re: sudo and slim

Altoid wrote:

Hello:

~$ aptitude why libcups3
E: No package named "libcups3" exists.
~$ 

Maybe it is just a chimaera thing?

Best,

A.

I think i have mixed libcups2 with libavahi3 when writing the previous messages.
Anyways, can i configure apt in a way that it downloads/installs only the "Depends" packages ?

Offline

#30 2023-02-17 22:16:27

Altoid
Member
Registered: 2017-05-07
Posts: 1,243  

Re: sudo and slim

Hello:

nahkhiirmees wrote:

... mixed libcups2 with libavahi3 when writing the previous messages.

You should check that then.

nahkhiirmees wrote:

... configure apt in a way that it downloads/installs only the "Depends" ...

Yes, install with the --no-install-recommends flag.

eg:

apt install --no-install-recommends [package_name_here]

See https://superuser.com/questions/615565/ … recommends for how to make that permanent in apt.

Best,

A.

Offline

#31 2023-09-17 02:31:49

czeekaj
Member
Registered: 2019-06-12
Posts: 111  

Re: sudo and slim

nahkhiirmees wrote:

So i'm the only one here who has broken slim?-)

have you tried installing seatd?

I recently removed it and slim works fine. There must of been a fix upstream?

However, I removed sudo and make live system. It still autologin into user 1000.
But interesting when I run w. slim session is invisible. When login it shows a user. But I don't see tty7 in daedalus where I would see the openbox session in chimaera.

But yeah you don't need sudo.

Offline

Board footer