Re: where are the crontab files in Trixie?

2024-02-28 Thread David Wright
On Wed 28 Feb 2024 at 22:32:57 (+0700), Max Nikulin wrote: > On 28/02/2024 10:35, David Wright wrote: > > In which case, I'd write the remaining cron line as: > > > >@reboot sleep 99 && echo 13b1 0bdc > /sys/bus/usb/drivers/brcmfmac/new_id > > I am in doubts if it is a task for cron.

Re: Passer en 1920x1080 une machine démarrant avec i915.modeset=0 ?

2024-02-28 Thread ajh-valmer
On Wednesday 28 February 2024 21:29:38 Pierre ESTREm wrote: > Faut écrire : > $ xrandr -s 1920x1080 # Notez le 'x' et pas le '*' : Pour moi, c'est le pilote vidéo qui n'est plus correctement installé. Résolvons le problèmes dans le bon ordre.

Fix for missing gsettings desktop schemas on unstable

2024-02-28 Thread Ash Joubert
There is a huge transition underway on unstable to migrate to 64-bit time_t. After upgrading to the new libglib2.0-0t64, nothing could find gsettings desktop schemas, breaking applications like rednotebook and reportbug (lol), and after a reboot, stopping services like at-spi from starting,

Re: Passer en 1920x1080 une machine démarrant avec i915.modeset=0 ?

2024-02-28 Thread Pierre ESTREm
Faut écrire : $ xrandr -s 1920x1080 # Notez le 'x' et pas le '*' pierre estrem Le 28/02/2024 à 18:34, Olivier a écrit : # xrandr xrandr: Failed to get size of gamma for output default Screen 0: minim 800x600, current 800x600, maximum 800x600 default connected primary 800x600+0+0 0mm x 0mm

Re: Passer en 1920x1080 une machine démarrant avec i915.modeset=0 ?

2024-02-28 Thread didier gaumet
Bonjour, je ne suis pas forcément très au courant concernant ce genre de problème, mais à la louche (je peux me tromper) ça ressemble plus à une problème dé récupération des caractéristiques EDID (dont la résolution) de l'écran qu'à un problème de pilote ou de serveur X/Wayland. Ton écran a

Re: TESTE DE INTEGRIDADE SSD

2024-02-28 Thread João Pedro Nader Gervasoni
Me retire desta lista Obter o Outlook para Android From: Jose Tavares Sent: Wednesday, February 28, 2024 2:02:14 AM To: Yuri Musachio Cc: Rafael de Almeida ; debian-user-portuguese Subject: Re: TESTE DE INTEGRIDADE SSD Me lembrei de

duvida idioma opera

2024-02-28 Thread Vitor Hugo
Boa tarde, Teria como fazer o Opera ficar no idioma português? Obrigado;

Re: Passer en 1920x1080 une machine démarrant avec i915.modeset=0 ?

2024-02-28 Thread Olivier
# xrandr xrandr: Failed to get size of gamma for output default Screen 0: minim 800x600, current 800x600, maximum 800x600 default connected primary 800x600+0+0 0mm x 0mm 800x600 75.00' # xrandr -s 1920*1080 Size 1920*1080 not found in available modes Est-il possible de "lancer

Re: where are the crontab files in Trixie?

2024-02-28 Thread Max Nikulin
On 29/02/2024 00:00, Kamil Jońca wrote: How precisely linger works? (what it starts? What not etc) I read about lingering some time ago, and I have had impression (wrong?) that it may conflict with my normal session. Multiple sessions may be started for a user: DM, ssh, VT logins. I am

Re: where are the crontab files in Trixie?

2024-02-28 Thread Kamil Jońca
Andy Smith writes: > Hi, > > On Wed, Feb 28, 2024 at 04:47:59PM +0100, Kamil Jońca wrote: >> Andy Smith writes: >> > Once you enable lingering for a user, that user's timers will >> > trigger all the time. >> >> IIRC lingered user cannot be "normal" with session and so on. Am I >> wrong? > >

Re: Passer en 1920x1080 une machine démarrant avec i915.modeset=0 ?

2024-02-28 Thread Olivier
dmesg -l err [0.210659] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20230331/psargs-330) [0.210667] ACPI Error: Aborting method \_SB.PC00.TXHC.RHUB.SS01._PLD due to previous error (AE_NOT_FOUND) (20230331/psparse-529) [0.210697] ACPI BIOS Error

Re: Passer en 1920x1080 une machine démarrant avec i915.modeset=0 ?

2024-02-28 Thread Olivier
Par SSH, j'ai: root@foo:~# ps aux|grep -i xorg root 886 0.1 0.4 317152 78152 tty1 Sl+ 17:48 0:00 /usr/lib/xorg/Xorg vt1 -displayfd 3 -auth /run/user/116/gdm/Xauthority -nolisten tcp -background none -noreset -keeptty -novtswitch -verbose 3 ... root@foo:~# DISPLAY=:0.0 xrandr

Re: where are the crontab files in Trixie?

2024-02-28 Thread Andy Smith
Hi, On Wed, Feb 28, 2024 at 04:47:59PM +0100, Kamil Jońca wrote: > Andy Smith writes: > > Once you enable lingering for a user, that user's timers will > > trigger all the time. > > IIRC lingered user cannot be "normal" with session and so on. Am I > wrong? How do you mean? On several

Re: where are the crontab files in Trixie?

2024-02-28 Thread Kamil Jońca
Andy Smith writes: > Hi, > > On Wed, Feb 28, 2024 at 05:49:58AM +0100, Kamil Jońca wrote: >> With cron, regular user can set up his/her jobs wihtout using admin >> credentials, and these jobs will be triggered regardless of being logged >> in. Is it possible with systemd timers? > > Once you

Re: where are the crontab files in Trixie?

2024-02-28 Thread Nicolas George
Max Nikulin (12024-02-28): > I am in doubts if it is a task for cron. Wouldn't udev rules be better? Or even the good old simple way that still works: install modulename command... This command instructs modprobe to run your command instead of inserting the module in

Re: where are the crontab files in Trixie?

2024-02-28 Thread Max Nikulin
On 28/02/2024 10:35, David Wright wrote: In which case, I'd write the remaining cron line as: @reboot sleep 99 && echo 13b1 0bdc > /sys/bus/usb/drivers/brcmfmac/new_id I am in doubts if it is a task for cron. Wouldn't udev rules be better?

Re: where are the crontab files in Trixie?

2024-02-28 Thread Andy Smith
Hi, On Wed, Feb 28, 2024 at 05:49:58AM +0100, Kamil Jońca wrote: > With cron, regular user can set up his/her jobs wihtout using admin > credentials, and these jobs will be triggered regardless of being logged > in. Is it possible with systemd timers? Once you enable lingering for a user, that

Re: where are the crontab files in Trixie?

2024-02-28 Thread Andy Smith
Hello, On Tue, Feb 27, 2024 at 02:58:13PM -0500, Greg Wooledge wrote: > I don't foresee real cron going away any time soon. If you today install bookworm base system and select no packages, the only reason why you get cron is because logrotate depends upon it. If you do not need logrotate then

Re: which package to file a bug report ?

2024-02-28 Thread Jonathan Dowland
On Tue Feb 27, 2024 at 7:12 AM GMT, Frank Weißer wrote: > So we are at my original question: Which package to file a bug report ? Package "debian-installer", I think; and/or submit an installation report, which can be done with reportbug against the "installation-report" pseudo package. See

Re: Passer en 1920x1080 une machine démarrant avec i915.modeset=0 ?

2024-02-28 Thread Sébastien NOBILI
Bonjour, Le 2024-02-27 18:08, Olivier a écrit : Comment utiliser xrandr par SSH ? Faut-il se connecter en tant que root ou simple utilisateur ? Il faut être connecté avec le compte qui fait tourner la session Xorg (sinon on peut passer par `xhost` mais c'est à éviter). Il faudra aussi

Re: How to upgrade the GLIBCXX and GLIBC to the specific version

2024-02-28 Thread Thomas Pircher
Gremlin wrote: The new OS called Raspberry Pi OS is a new animal. The foundation used raspian and the the Raspberry Pi OS is the foundations, developed by the foundation. Yet it is still based on Debian, according to their changelog

Resolu: Boot USB Potable Asus K551L

2024-02-28 Thread Informatique BILLARD
Il y a une autre option dans le boot pour activer le boot usb. Cordialement Le 28/02/2024 à 11:43, Informatique BILLARD a écrit : Bonjour je souhaite au minimum tester linux en lice sur ce portable et je n'arrive pas à sélectionner l'usb comme source de boot. J'ai pris une version live de

Boot USB Potable Asus K551L

2024-02-28 Thread Informatique BILLARD
Bonjour je souhaite au minimum tester linux en lice sur ce portable et je n'arrive pas à sélectionner l'usb comme source de boot. J'ai pris une version live de Linux Mate basée sur debian LMDE copiée sur une clé avec dd ifof Sur le portable j'ai désactivé SECURE BOOT et activé Launch

Re: How to upgrade the GLIBCXX and GLIBC to the specific version

2024-02-28 Thread debian-user
Gremlin wrote: > On 2/27/24 16:08, debian-u...@howorth.org.uk wrote: > > Gremlin wrote: > > > >> The provider is raspberry foundation and Raspian has been > >> dis-continued. > Nope that is just wrong. > > https://www.raspbian.org/ [snip] > Note: Raspbian is not affiliated with the

[OT] VMware vende su negocio enfocado a usaurios finales

2024-02-28 Thread Camaleón
Hola, Pues eso, ojo avizor quienes uséis productos de VMware que Broadcom está empezando a hacer caja «soltando lastre»: Broadcom Sells VMware's End-User Computing Division for $4bn https://news.itsfoss.com/broadcom-vmware-euc/ KKR comprará la unidad de informática de usuario final de Broadcom