Re: [DEVEL] Enable support for Renesas platform

2022-11-17 Thread Peter von Kaehne
I think you emailed the wrong list. This is a user list, helping each other 
with problems. There are developer lists. 

Sent from my phone. Please forgive misspellings and weird “corrections”

> On 18 Nov 2022, at 06:36, Huỳnh Thành Hưng  wrote:
> 
> 
> ear Debian-developer,
> 
>  
> 
> I’m from Renesas Electronics Corporation,
> 
>  
> 
> My group is developing to support running Debian OS on our devices, also 
> getting ARM System Ready IR certificate.
> 
>  
> 
> I recognize that the latest Debian 11 (Bullseye) has the kernel which do not 
> enable support for Renesas platform.
> 
> linux-image-5.10.0-18-arm64_5.10.140-1_arm64.deb
> Can you help me to enable those configs, also support the official release 
> version of Debian Live Installer ISO which support Renesas platform?
> 
>  
> 
> I classify the defconfig, also classify the new kernel module to support our 
> devices.
> 
> For new kernel defconfig:
> CONFIG_ARCH_RENESAS=y
> 
> CONFIG_SOC_RENESAS=y
> 
> CONFIG_ARCH_RCAR_GEN3=y
> 
> CONFIG_ARCH_R8A774A1=y
> 
> CONFIG_RST_RCAR=y
> 
> CONFIG_SYSC_RCAR=y
> 
> CONFIG_SYSC_R8A774A1=y
> 
> CONFIG_RENESAS_IRQC=y
> 
> CONFIG_RAVB=y
> 
> CONFIG_SERIAL_SH_SCI=y
> 
> CONFIG_CLK_RCAR_GEN3_CPG=y
> 
> CONFIG_CLK_RENESAS_CPG_MSSR=y
> 
> CONFIG_CLK_RENESAS_DIV6=y
> 
> CONFIG_CLK_RCAR_USB2_CLOCK_SEL=y
> 
> CONFIG_PINCTRL_RENESAS=y
> 
> CONFIG_PINCTRL_SH_PFC=y
> 
> CONFIG_PINCTRL_PFC_R8A774A1=y
> 
> CONFIG_RCAR_THERMAL=y
> 
> CONFIG_RCAR_GEN3_THERMAL=y
> 
> CONFIG_RENESAS_DMA=y
> 
> CONFIG_RCAR_DMAC=y
> 
> CONFIG_PCIE_RCAR=y
> 
> CONFIG_PCIE_RCAR_HOST=y
> 
> CONFIG_SYS_SUPPORTS_SH_CMT=y
> 
> CONFIG_SYS_SUPPORTS_SH_TMU=y
> 
> CONFIG_SH_TIMER_CMT=y
> 
> CONFIG_SH_TIMER_TMU=y
> 
> CONFIG_RENESAS_OSTM=y
> 
> CONFIG_IPMMU_VMSA=y
> 
> CONFIG_COMMON_CLK_VC5=y
> 
>  
> 
> CONFIG_MMC_TMIO_CORE=m
> 
> CONFIG_MMC_SDHI=m
> 
> CONFIG_MMC_SDHI_INTERNAL_DMAC=m
> 
> CONFIG_MMC_SDHI_SYS_DMAC=m
> 
> CONFIG_RENESAS_USB_DMAC=m
> 
> CONFIG_I2C_RCAR=m
> 
> CONFIG_GPIO_RCAR=m
> 
> CONFIG_VIDEO_RENESAS_FCP=m
> 
> CONFIG_VIDEO_RENESAS_VSP1=m
> 
> CONFIG_VIDEO_RCAR_CSI2=m
> 
> CONFIG_VIDEO_RCAR_VIN=m
> 
> CONFIG_DRM_RCAR_DU=m
> 
> CONFIG_DRM_RCAR_CMM=m
> 
> CONFIG_DRM_RCAR_DW_HDMI=m
> 
> CONFIG_DRM_RCAR_LVDS=m
> 
> CONFIG_PHY_RCAR_GEN3_USB2=m
> 
> CONFIG_PHY_RCAR_GEN3_USB3=m
> 
> CONFIG_USB_XHCI_RCAR=m
> 
> CONFIG_USB_RENESAS_USBHS=m
> 
> CONFIG_USB_RENESAS_USBHS_HCD=m
> 
> CONFIG_USB_RENESAS_USBHS_UDC=m
> 
> CONFIG_USB_RENESAS_USB3=m
> 
> CONFIG_PWM_RCAR=m
> 
> CONFIG_SPI_SH_MSIOF=m
> 
> CONFIG_SND_SOC_RCAR=m
> 
> CONFIG_CAN_RCAR=m
> 
> CONFIG_CAN_RCAR_CANFD=m
> 
> CONFIG_RENESAS_WDT=y
> 
>  
> 
>  
> 
> For new kernel modules to be installed in 
> linux-image-5.10.0-18-arm64_5.10.140-1_arm64.deb
> I2C Common:
> drivers/i2c/*.ko
> Renesas I2C: depend on I2C Common
> drivers/i2c/busses/i2c-rcar.ko
> Renesas GPIO:
> drivers/gpio/gpio-rcar.ko
> Renesas SDHI:
> drivers/mmc/host/tmio_mmc_core.ko
> drivers/mmc/host/renesas_sdhi_core.ko
> drivers/mmc/host/renesas_sdhi_internal_dmac.ko
> drivers/mmc/host/renesas_sdhi_sys_dmac.ko
> V4L2 Common driver:
> drivers/media/common/videobuf2/*.ko
> drivers/media/v4l2-core/*.ko
> drivers/media/mc/mc.ko
> Renesas video device: depend on "V4L2 Common driver"
> drivers/media/platform/rcar-fcp.ko
> drivers/media/platform/vsp1/vsp1.ko
> Renesas display: depend on "Renesas video device"
> drivers/gpu/drm/rcar-du/*.ko
> Renesas USB:
> drivers/phy/renesas/phy-rcar-gen3-usb2.ko
> drivers/phy/renesas/phy-rcar-gen3-usb3.ko
> drivers/usb/renesas_usbhs/renesas_usbhs.ko
> drivers/usb/gadget/udc/renesas_usb3.ko
> Realtek driver:
> drivers/net/phy/realtek.ko
> drivers/net/mdio/mdio-mux.ko
> Renesas CAN/CANFD
> drviers/net/can/rcar/rcar_can.ko
> drviers/net/can/rcar/rcar_canfd.ko
> Renesas SPI/MSIOF
> drivers/spi/spi-sh-msiof.ko
> Renesas Sound
> sound/soc/sh/rcar/snd-soc-rcar.ko
> Renesas PWM driver
> drivers/pwm/pwm-rcar.ko
> Thank you so much.
> 
>  
> 
> Best Regards,
> 
> Huynh Thanh Hung
> 
> ---
> 
> SS4 – RZS2 Group.
> 
> Renesas Design Vietnam Co., Ltd.
> 
> ---


[DEVEL] Enable support for Renesas platform

2022-11-17 Thread Huỳnh Thành Hưng
ear Debian-developer,



I’m from Renesas Electronics Corporation,



My group is developing to support running Debian OS on our devices, also
getting ARM System Ready IR certificate.



I recognize that the latest Debian 11 (Bullseye) has the kernel which do
not enable support for Renesas platform.

   - *linux-image-5.10.0-18-arm64_5.10.140-1_arm64.deb*

Can you help me to enable those configs, also support the official release
version of Debian Live Installer ISO which support Renesas platform?



I classify the defconfig, also classify the new kernel module to support
our devices.

   - For new kernel defconfig:

CONFIG_ARCH_RENESAS=y

CONFIG_SOC_RENESAS=y

CONFIG_ARCH_RCAR_GEN3=y

CONFIG_ARCH_R8A774A1=y

CONFIG_RST_RCAR=y

CONFIG_SYSC_RCAR=y

CONFIG_SYSC_R8A774A1=y

CONFIG_RENESAS_IRQC=y

CONFIG_RAVB=y

CONFIG_SERIAL_SH_SCI=y

CONFIG_CLK_RCAR_GEN3_CPG=y

CONFIG_CLK_RENESAS_CPG_MSSR=y

CONFIG_CLK_RENESAS_DIV6=y

CONFIG_CLK_RCAR_USB2_CLOCK_SEL=y

CONFIG_PINCTRL_RENESAS=y

CONFIG_PINCTRL_SH_PFC=y

CONFIG_PINCTRL_PFC_R8A774A1=y

CONFIG_RCAR_THERMAL=y

CONFIG_RCAR_GEN3_THERMAL=y

CONFIG_RENESAS_DMA=y

CONFIG_RCAR_DMAC=y

CONFIG_PCIE_RCAR=y

CONFIG_PCIE_RCAR_HOST=y

CONFIG_SYS_SUPPORTS_SH_CMT=y

CONFIG_SYS_SUPPORTS_SH_TMU=y

CONFIG_SH_TIMER_CMT=y

CONFIG_SH_TIMER_TMU=y

CONFIG_RENESAS_OSTM=y

CONFIG_IPMMU_VMSA=y

CONFIG_COMMON_CLK_VC5=y



CONFIG_MMC_TMIO_CORE=m

CONFIG_MMC_SDHI=m

CONFIG_MMC_SDHI_INTERNAL_DMAC=m

CONFIG_MMC_SDHI_SYS_DMAC=m

CONFIG_RENESAS_USB_DMAC=m

CONFIG_I2C_RCAR=m

CONFIG_GPIO_RCAR=m

CONFIG_VIDEO_RENESAS_FCP=m

CONFIG_VIDEO_RENESAS_VSP1=m

CONFIG_VIDEO_RCAR_CSI2=m

CONFIG_VIDEO_RCAR_VIN=m

CONFIG_DRM_RCAR_DU=m

CONFIG_DRM_RCAR_CMM=m

CONFIG_DRM_RCAR_DW_HDMI=m

CONFIG_DRM_RCAR_LVDS=m

CONFIG_PHY_RCAR_GEN3_USB2=m

CONFIG_PHY_RCAR_GEN3_USB3=m

CONFIG_USB_XHCI_RCAR=m

CONFIG_USB_RENESAS_USBHS=m

CONFIG_USB_RENESAS_USBHS_HCD=m

CONFIG_USB_RENESAS_USBHS_UDC=m

CONFIG_USB_RENESAS_USB3=m

CONFIG_PWM_RCAR=m

CONFIG_SPI_SH_MSIOF=m

CONFIG_SND_SOC_RCAR=m

CONFIG_CAN_RCAR=m

CONFIG_CAN_RCAR_CANFD=m

CONFIG_RENESAS_WDT=y





   - For new kernel modules to be installed in
   *linux-image-5.10.0-18-arm64_5.10.140-1_arm64.deb*
  - *I2C Common:*
 - drivers/i2c/*.ko
  - *Renesas I2C: depend on I2C Common*
 - drivers/i2c/busses/i2c-rcar.ko
  - *Renesas GPIO:*
 - drivers/gpio/gpio-rcar.ko
  - *Renesas SDHI:*
 - drivers/mmc/host/tmio_mmc_core.ko
 - drivers/mmc/host/renesas_sdhi_core.ko
 - drivers/mmc/host/renesas_sdhi_internal_dmac.ko
 - drivers/mmc/host/renesas_sdhi_sys_dmac.ko
  - *V4L2 Common driver:*
 - drivers/media/common/videobuf2/*.ko
 - drivers/media/v4l2-core/*.ko
 - drivers/media/mc/mc.ko
  - *Renesas video device: depend on "V4L2 Common driver"*
 - drivers/media/platform/rcar-fcp.ko
 - drivers/media/platform/vsp1/vsp1.ko
  - *Renesas display: depend on "Renesas video device"*
 - drivers/gpu/drm/rcar-du/*.ko
  - *Renesas USB:*
 - drivers/phy/renesas/phy-rcar-gen3-usb2.ko
 - drivers/phy/renesas/phy-rcar-gen3-usb3.ko
 - drivers/usb/renesas_usbhs/renesas_usbhs.ko
 - drivers/usb/gadget/udc/renesas_usb3.ko
  - *Realtek driver:*
 - drivers/net/phy/realtek.ko
 - drivers/net/mdio/mdio-mux.ko
  - *Renesas CAN/CANFD*
 - drviers/net/can/rcar/rcar_can.ko
 - drviers/net/can/rcar/rcar_canfd.ko
  - *Renesas SPI/MSIOF*
 - drivers/spi/spi-sh-msiof.ko
  - *Renesas Sound*
 - sound/soc/sh/rcar/snd-soc-rcar.ko
  - *Renesas PWM driver*
 - drivers/pwm/pwm-rcar.ko

Thank you so much.



Best Regards,

*Huynh Thanh Hung*

---

*SS4 – RZS2 Group.*

*Renesas Design Vietnam Co., Ltd.*

---


Re: general squawk about unattended-upgrade

2022-11-17 Thread David Wright
On Wed 16 Nov 2022 at 15:55:37 (-0500), gene heskett wrote:
> On 11/16/22 14:17, Charles Curley wrote:
> > On Wed, 16 Nov 2022 13:03:20 -0500 gene heskett wrote:
> > 
> > > Please relay to the devs that this utility is dangerous, and needs the
> > > ability to scan the system for stuff that cannot be interrupted, and
> > > exit quietly if it finds one of the un-interruptables running.

Who knows whether a process is interruptible or restartable—You.

> > Did you have Unattended-Upgrade::Automatic-Reboot set to true? If so,
> > set it to false. Similarly
> > Unattended-Upgrade::Automatic-Reboot-WithUsers.
> > 
> > You can file a bug report yourself.

I only see a rant, not a bug.

> > You could also write a wrapper for octoprint which disables
> > unattended-upgrades, runs octopprint, then enables unattended-upgrades.

Why would you need unattended-upgrades on a system that runs processes
for a month solid, when they're designed to run daily through to about
weekly. It doesn't seem to make any more sense then running your
internet browser on a machine that's running a rt kernel on account of
the rapidity with which it has to service interrupts.

> With my luck and systemd doing as it DW pleases, what guarantee do I
> have that systemd won't re-enable it?  At one point long ago WE were
> masters of our machines, now Leonard thinks he is master of all & WE
> don't count or care.

WTF has that got to do with the price of fish?
Or has some sort of kick-Lennart timer expired on your system?
Ah, no, it's just deflecting the blame.

Cheers,
David.


Re: Starting Debian

2022-11-17 Thread David Wright
On Thu 17 Nov 2022 at 11:12:20 (-0800), Larry Rodgers wrote:
> Dear Debian.org  Personnel:

I'm just this guy, I'm afraid.

>   I’ve unsuccessfully tried to use Ubuntu on my Linux-based computer for 
> quite some time.  The problems seem to be related to security issues and 
> hacking.  I’ve made progress, but I notice that the only commands that work 
> well are the commands that are entered through the Terminal.

Are you aware that Ubuntu is a derivative of the Debian distribution?

What sort of problems are you encountering?

Do you have examples of your terminal commands and what they're
intended to do?

>   I am interested in purchasing Debian

Debian can be downloaded from the web, and is priceless, literally and
figuratively. Just go to https://www.debian.org/, press the Download
button and read that page. For a laptop, get the non-free firmware
version (still priceless).

>   if I could find a good eraser, good security through a VPN, and 
> information on using Debian.

Dban has been mentioned. That might be no good if you're corporate
or you use SSDs (see their website https://dban.org/ ).
I avoid the need for erasing disks by using encrypted partitions
for everything that matters.

There are several editions of The Debian Administrator’s Handbook
available on the web. Any search engine will find them.

Cheers,
David.


tbird broken

2022-11-17 Thread gene heskett

Greetings all;

I've just discovered that either tbird  is busted, or its missing 
whatever it takes to display a properly mimetyped base64 encoded content.


What do I install to make this work, I'm looking at an empty screen when 
the raw msg has bout 10k of base64'd content.


bullseye, intel i5, uptodate yesterday.

Thanks all.

Cheers, Gene Heskett.
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page 



Re: install missing unicode fonts

2022-11-17 Thread Matt Zagrabelny
Huzzah! Thanks for the help, Darac!

-m

On Thu, Nov 17, 2022 at 2:58 PM Darac Marjal 
wrote:

>
> On 17/11/2022 19:32, Matt Zagrabelny wrote:
> > Greetings,
> >
> > I've done some searching but came up empty with the correct way to
> > install missing unicode fonts.
> >
> > For example, in my terminal I type "exa -l --icons" and I see:
> >
> >  (that is a rectangle with the codepoint: F158)
> >
> > I don't see what F158 is supposed to represent.
>
> This is probably a NerdFont https://www.nerdfonts.com
>
>
> >
> > How do I find the package that installs this glyph/font/icon/whatever?
> >
> > If there is more than one package that provides it, how do I find out
> > which one I should pick?
> >
> > Thanks for any help!
> >
> > -m
>


Re: install missing unicode fonts

2022-11-17 Thread Darac Marjal


On 17/11/2022 19:32, Matt Zagrabelny wrote:

Greetings,

I've done some searching but came up empty with the correct way to 
install missing unicode fonts.


For example, in my terminal I type "exa -l --icons" and I see:

 (that is a rectangle with the codepoint: F158)

I don't see what F158 is supposed to represent.


This is probably a NerdFont https://www.nerdfonts.com




How do I find the package that installs this glyph/font/icon/whatever?

If there is more than one package that provides it, how do I find out 
which one I should pick?


Thanks for any help!

-m


OpenPGP_signature
Description: OpenPGP digital signature


Re: Starting Debian

2022-11-17 Thread Jude DaShiell
dban is a good eraser if you refer to cleaning disks entirely of their
content.



Jude  "There are four boxes to be used in
defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)

.



Re: [HS] Domotique

2022-11-17 Thread Basile Starynkevitch



On 17/11/2022 20:50, Benoit Szczygiel wrote:
Si tu veux mettre des caméras, c'est de la vidéo-protection. 



Moi j'appelle ça de la vidéosurveillance, et à titre personnel je trouve 
qu'il y en a beaucoup trop (par exemple: il y en dans tous les 
transports en commun).


Il existe aussi des obligations légales pour toute personne mettant en 
service de la vidéosurveillance. (je ne les connais pas bien, consultez 
votre avocat).


En plus les caméras IP sont réputées être des trous de cybersecurité.

(c'est souvent du linux embarqué codé à la va vite)


Il n'est pas exclu qu'une personne distante et malveillante (mais 
compétente en cyberpiratage) puisse vous surveiller à voltre insu.



--
Basile Starynkevitch  
(only mine opinions / les opinions sont miennes uniquement)
92340 Bourg-la-Reine, France
web page: starynkevitch.net/Basile/



Re: [HS] Domotique

2022-11-17 Thread Benoit Szczygiel
Si tu veux mettre des caméras, c'est de la vidéo-protection. La domotique c'est 
de faire fonctionner ensemble des équipements du bâtiment, éclairage et vidéo 
et alarme... Knx est un bus domotique de terrain qui permet de relier beaucoup 
d'équipements électriques.

Le 17 novembre 2022 13:44:38 GMT+01:00, David Martin  a 
écrit :
>Oula quoi qu'est-ce ;-) une distro des équipements ?
>
>Le jeu. 17 nov. 2022 à 13:29, Benoit Szczygiel  a écrit :
>
>> Bonjour,
>> Perso je travaille avec knx ou konnex.
>> Si tu as besoin, je peux t'aider
>>
>> Le 17 novembre 2022 13:07:29 GMT+01:00, David Martin <
>> damart.vi...@gmail.com> a écrit :
>>>
>>> Bonjour à tous,
>>>
>>> Est-ce que l'un de vous, ou plusieurs, sont des afficionados de la
>>> Domotique ?
>>>
>>> Je cherche à m'y mettre, des conseils, des bonnes pratiques, les bons
>>> usages.
>>>
>>>
>>> Benoît szczygiel
>>
>
>
>-- 
>david martin

Benoît szczygiel

install missing unicode fonts

2022-11-17 Thread Matt Zagrabelny
Greetings,

I've done some searching but came up empty with the correct way to install
missing unicode fonts.

For example, in my terminal I type "exa -l --icons" and I see:

 (that is a rectangle with the codepoint: F158)

I don't see what F158 is supposed to represent.

How do I find the package that installs this glyph/font/icon/whatever?

If there is more than one package that provides it, how do I find out which
one I should pick?

Thanks for any help!

-m


Starting Debian

2022-11-17 Thread Larry Rodgers
Dear Debian.org  Personnel:
I’ve unsuccessfully tried to use Ubuntu on my Linux-based computer for 
quite some time.  The problems seem to be related to security issues and 
hacking.  I’ve made progress, but I notice that the only commands that work 
well are the commands that are entered through the Terminal.
I am interested in purchasing Debian if I could find a good eraser, 
good security through a VPN, and information on using Debian.
 Respectfully submitted,
 Larry Rodgers

loginctl unlock session

2022-11-17 Thread Marcelo Eduardo Giordano

Amigos.

Después que dejo de usar mi Debian 11 kde me aparece esta pantalla: "

|The screen locker is broken and unlocking is not possible anymore. In 
order to unlock switch to a virtual terminal (e.g. Ctrl+Alt+F2), log in 
and execute the command: loginctl unlock session c2 Afterwards switch 
back to the running session |


|efectivamente entro a la consola y pongo logictl unlock session 3 y 
aprieto ctrl + alt + f9 y vuelve a mi sistema, pero es muy molesto.|


|Intenté reiniciar y actualizar sistema y no hay manera|

|Tengo un procesador 3000h con radeon vega graphis, 16 gb ram|

|Saludos|




Re: (deb-cat) Firefox ESR: out of memory

2022-11-17 Thread Griera-yandex
Hola:

Tinc la:

$ apt-cache policy firefox-esr
firefox-esr:
  Instal·lat: 102.5.0esr-1~deb11u1
  Candidat:   102.5.0esr-1~deb11u1
  Taula de versions:
 *** 102.5.0esr-1~deb11u1 500
500 http://security.debian.org/debian-security bullseye-security/main 
amd64 Packages
100 /var/lib/dpkg/status
 91.13.0esr-1~deb11u1 500
500 http://deb.debian.org/debian bullseye/main amd64 Packages


i, de moment, funciona bé. 

Salutacions. Pep.

On Wed, 16 Nov 2022 20:47:00 +0100
Narcis Garcia  wrote:

> Bones,
> 
> Aquest matí en una Debian Stable (11) he actualitzat paquets i s'hi ha 
> posat el M.Firefox versió 102.4
> (Abans ja hi havia la versió 102.x)
> 
> En iniciar M.Firefox, incondicionalment ha tingut aquest comportament:
> 1. Comença a menjar memòria fins a més de 20GiB
> 2. En menys d'un minut dóna aquest missatge per Terminal i es queda 
> bloquejat:
> [unhandlable oom] Failed to mmap, likely no more mappings available 
> ./memory/build/mozjemalloc.cpp : 1398ExceptionHandler::GenerateDump 
> cloned child 501530
> ExceptionHandler::SendContinueSignalToChild sent continue signal to child
> ExceptionHandler::WaitForContinueSignal waiting for continue signal...
> 
> Ara per la tarda he tornat a actualitzar paquets, i ha arribat la versió 
> 102.5 de M.Firefox.
> Ara la cosa és més resolutiva i escueta:
> 1. Comença a menjar memòria fins a poc menys de 20GiB
> 2. En menys de 20 segons dóna aquest missatge per Terminal i finalitza 
> amb codi de sortida 11:
> out of memory: 0x00018810 bytes requested
> 
> En un segon intent, el missatge és més llarg:
> [unhandlable oom] Failed to mmap, likely no more mappings available 
> ./memory/build/mozjemalloc.cpp : 1398
> 
> I en un tercer intent, el problema es reprodueix igual que abans, 
> quedant bloquejat:
> [unhandlable oom] Failed to mmap, likely no more mappings available 
> ./memory/build/mozjemalloc.cpp : 1398ExceptionHandler::GenerateDump 
> cloned child 2065098
> ExceptionHandler::SendContinueSignalToChild sent continue signal to child
> ExceptionHandler::WaitForContinueSignal waiting for continue signal...
> 
> 
> Per a sortir del pas, he desactualitzat el M.Firefox a la versió 91.13 , 
> que em funciona bé. Per a què s'empassi el perfil més modern, he hagut 
> d'apartar-ne el fitxer compatibility.ini
> 
> -- 
> 
> Narcis Garcia
> 
> __
> I'm using this dedicated address because personal addresses aren't 
> masked enough at this mail public archive. Public archive administrator 
> should fix this against automated addresses collectors.
> 



pourquoi systemd démarre 4 fois le même service (mon sync-periodically)

2022-11-17 Thread Pierre Frenkiel

bonjour,

est-il vraiment indispensable d'utiliser une telle usine a gaz, alors

qu'avec un script comme
   while :
   do
  sleep 1
  sync
   done
on ne perd qu'une seconde de travail
   ou sleep 10 si l'on accepte de perdre 10 secondes de travail
Pierre Frenkiel



Re: [rech] paquet pour serveur web ent (proxy) ?

2022-11-17 Thread ptilou
Le jeudi 17 novembre 2022 à 18:00:03 UTC+1, steve a écrit :
> Le 17-11-2022, à 07:54:42 -0800, ptilou a écrit : 
> 
> >je rappel que les images dont je suis l'auteur sont libre de droit sur frp 
> >...
> lien ?
fr.rec.photo
le liens c'est icloud, donc c'est mal venu ici ...
d'ailleurs on peut faire un paquet deb rpm, comme wallpapers, cela interesse 
quelqu'un de si coller ?


-- 
ptilou



Re: [rech] paquet pour serveur web ent (proxy) ?

2022-11-17 Thread steve

Le 17-11-2022, à 07:54:42 -0800, ptilou a écrit :


je rappel que les images dont je suis l'auteur sont libre de droit sur frp ...


lien ?



[rech] paquet pour serveur web ent (proxy) ?

2022-11-17 Thread ptilou
slt

je suis de temps a autre en pleine nature pour mon activite photo.

et donc je me demande si il existe quelque chose pour la documentation des ent 
pour lequel je veux etudier, sans me ruiner en forfait gsm !

y a quelque chose pour les choses affiche sous forme de pages web ?
j'ai deja le drmeseur de calibre pour les pdf 

merci

( j'ai crache un dd, de 2 go, et il initialise pas la tete swap, bizarre j'ai 
eu une fin de baterie et il a redemarrer une fois, donc y a quoi avant 
testdisk, je telecharge systeme rescue, ?)


je rappel que les images dont je suis l'auteur sont libre de droit sur frp ...

-- 
ptilou



Re: pourquoi systemd démarre 4 fois le même service (mon sync-periodically)

2022-11-17 Thread Pierre-Elliott Bécue
Bonjour,

Basile Starynkevitch  wrote on 17/11/2022 at 
15:02:38+0100:

> Bonjour la liste
>
> A la maison comme au bureau (j'y suis actuellement au CEA LIST, et ssh
> vers mon PC fixe du bureau à la maison) j'ai la chance d'avoir un
> "gros" PC fixe sous Debian (au bureau) ou Ubuntu (chez moi).
>
> Au bureau: Intel(R) Xeon(R) Silver 4114 CPU, Dell WS Precision 7920
> avec 128Go de RAM. Aucun onduleur, et parfois des coupures de courant.
> Disque SSD + Disque rotatif. J'ai parfois perdu une journée de boulot
> par suite d'une coupure de courant.
>
> Chez moi: une configuration assemblée par Materiel.net avec AMD Ryzen
> Threadripper 2970WX et 64Go de RAM. Disque SSD + disque rotatif.
>
> J'ai codé en quelques heures (chez moi) l'utilitaire
> https://github.com/bstarynk/misc-basile/blob/master/sync-periodically.c
> qui lance l'appel système sync(2) toutes les quelques secondes.
>
> L'idée étant qu'en cas de coupure de courant, je ne perds pas trop de
> fichiers (étant dévelopeur, ça m'embêterais).

Au jugé, je pense que tu as inventé une roue qui est inutile.

Je m'explique : sync est une API vers le syscall sous-jacent (du même
nom) qui instruit au noyau de committer le cache des filesystems vers
les disques. Sous ext4 par exemple, cela consiste à démarrer un nouveau
commit du journal.

Or, par défaut, un file system ext4 monté n'étant pas sur un plugdev est
paramétré pour que de tels commits aient lieu toutes les cinq secondes.

Par ailleurs, un commit est automatiquement initié dès que le buffer
(cache) du noyau pour un filesystem est plein, ce qui sur un make ou
autre arrive très vite.

Bref, à première vue, ton programme ne me semble servir à rien d'autre
que ralentir ta machine en faisant des commits toutes les trois secondes
de façon non-optimale. Mais je peux avoir loupé quelque chose.

Je pense que juste passer commit=3 dans ton fstab et dropper ton service
serait plus pertinent.

> Au bureau j'ai Debian/Sid (que je viens de [re]installer hier, par
> mise à jour de Debian/Testing en Debian/Instable)
>
> root@pcbasile:/# /lib/systemd/systemd --version
> systemd 252 (252.1-1)
> +PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL 
> +ACL +BLKID +CURL +ELFUTILS +FIDO2
> +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT 
> +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD
> -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified
>
> -En italique violet, le prompt du shell-.
>
> et le fichier  /etc/systemd/system/sync-periodically.service contient
>
>  # on https:///github.com/bstarynk/misc-basile.git
>  # for Linux Debian/Buster systemd, encoded in UTF-8
>  # see https://wiki.debian.org/systemd/Services
>  # it should be installed as /etc/systemd/system/sync-periodically.service
>  # and then run systemctl enable sync-periodically.service
>  #
>  # © Copyright 2020 Basile Starynkevitch
>  # (near Paris, France)
>  #
>  # This sync-periodically.service script is free software; you can
>  # redistribute it and/or modify it under the terms of the GNU General
>  # Public License as published by the Free Software Foundation; either
>  # version 2, or (at your option) any later version.
>  #
>  # this sync-periodically.service script is distributed in the hope that
>  # it will be useful, but WITHOUT ANY WARRANTY; without even the implied
>  # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
>  # the GNU General Public License for more details.
>  #
>
>  [Unit]
>  Description=a service to sync(2) periodially our disks on Debian
>  Documentation=See https:///github.com/bstarynk/misc-basile.git files 
> sync-periodically.{c,service}
>  After=network.target sshd.service
>  ConditionPathExists=!/etc/local/sync-periodically-dont-run
>
>  [Service]
>  ExecStartPre=/bin/bash -c "[ -x /usr/local/bin/sync-periodically ]"
>  ExecStart=/usr/local/bin/sync-periodically --daemon 
> --pid-file=/var/run/sync-periodically.pid --sync-period=3 --log-period=300
>  ExecReload=/usr/bin/ldd /usr/local/bin/sync-periodically
>  RestartSec= 500ms
>  Restart=on-failure
>  RestartPreventExitStatus=254
>  Type=notify
>  KillMode=process
>  RuntimeDirectory=/var/run
>  RuntimeDirectoryMode=0755
>
>  [Install]
>  WantedBy=multi-user.target
>  Alias=sync-periodically.service
>
> et pour une raison incompréhensible de moi (je connais mal systemd)  il y a 
> quatre processus sync-periodically
>
> root@pcbasile:/# ps auxw|egrep 'USER|sync-'
> USER PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
> root3157  0.0  0.0   246092 ?Ss   12:43   0:01 
> /usr/local/bin/sync-periodically --daemon 
> --pid-file=/var/run/sync-periodically.pid
> --sync-period=3 --log-period=300
> root3160  0.0  0.0   246096 ?Ss   12:43   0:01 
> /usr/local/bin/sync-periodically --daemon 
> --pid-file=/var/run/sync-periodically.pid
> --sync-period=3 --log-period=300
> root3164  0.0  0.0   246096 ?Ss   12:43   

Re: general squawk about unattended-upgrade

2022-11-17 Thread gene heskett

On 11/17/22 08:45, Fred wrote:

On 11/16/22 13:55, gene heskett wrote:

On 11/16/22 14:17, Charles Curley wrote:

On Wed, 16 Nov 2022 13:03:20 -0500
gene heskett  wrote:


Please relay to the devs that this utility is dangerous, and needs the
ability to scan the system for stuff that cannot be interrupted, and
exit quietly if it finds one of the un-interruptables running.


Did you have Unattended-Upgrade::Automatic-Reboot set to true? If so,
set it to false. Similarly
Unattended-Upgrade::Automatic-Reboot-WithUsers.

You can file a bug report yourself.

You could also write a wrapper for octoprint which disables
unattended-upgrades, runs octopprint, then enables unattended-upgrades.

With my luck and systemd doing as it DW pleases, what guarantee do I 
have that systemd won't re-enable it?  At one point long ago WE were 
masters of our machines, now Leonard thinks he is master of all & WE 
don't count or care.


Take care and stay well.

Cheers, Gene Heskett.


You could change over to Devuan which is Debian without systemd.

Best regards,
Fred

Maybe, but that would be for 9 machines unless I could keep track of the 
differences. There will be, by the first of the year, 4 amd64's and 5 
arm64's here. The 4 new arm64's will probably be using armbian, 3 to run 
high speed 3d printers and one to play with. Maybe run debian on those 
too, the latest full DL for arm64 looks like it might work too.


If I keep making morning roll call.

Take care & stay well, Fred.

Cheers, Gene Heskett.
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page 



pourquoi systemd démarre 4 fois le même service (mon sync-periodically)

2022-11-17 Thread Basile Starynkevitch

Bonjour la liste


A la maison comme au bureau (j'y suis actuellement au CEA LIST 
, et ssh vers mon PC fixe du bureau à la maison) 
j'ai la chance d'avoir un "gros" PC fixe sous Debian (au bureau) ou 
Ubuntu (chez moi).



Au bureau: Intel(R) Xeon(R) Silver 4114 CPU, Dell WS Precision 7920 avec 
128Go de RAM. /Aucun onduleur/, et parfois des coupures de courant. 
Disque SSD + Disque rotatif. J'ai parfois perdu une journée de boulot 
par suite d'une coupure de courant.


Chez moi: une configuration assemblée par Materiel.net avec AMD Ryzen 
Threadripper 2970WX et 64Go de RAM. Disque SSD + disque rotatif.


J'ai codé en quelques heures (chez moi) l'utilitaire 
https://github.com/bstarynk/misc-basile/blob/master/sync-periodically.c 
qui lance l'appel système sync(2) toutes les quelques secondes.


L'idée étant qu'en cas de coupure de courant, je ne perds pas trop de 
fichiers (étant dévelopeur, ça m'embêterais).


Au bureau j'ai Debian/Sid (que je viens de [re]installer hier, par mise 
à jour de Debian/Testing en Debian/Instable)


/root@pcbasile:/#/ /lib/systemd/systemd --version
systemd 252 (252.1-1)
+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS 
+OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD 
+LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT +QRENCODE +TPM2 
+BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT 
default-hierarchy=unified


-En italique violet, le prompt du shell-.

et le fichier /etc/systemd/system/sync-periodically.service contient



# on https:///github.com/bstarynk/misc-basile.git
# for Linux Debian/Buster systemd, encoded in UTF-8
# see https://wiki.debian.org/systemd/Services
# it should be installed as /etc/systemd/system/sync-periodically.service
# and then run systemctl enable sync-periodically.service
#
# © Copyright 2020 Basile Starynkevitch 
# (near Paris, France)
#
# This sync-periodically.service script is free software; you can
# redistribute it and/or modify it under the terms of the GNU General
# Public License as published by the Free Software Foundation; either
# version 2, or (at your option) any later version.
#
# this sync-periodically.service script is distributed in the hope that
# it will be useful, but WITHOUT ANY WARRANTY; without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
# the GNU General Public License for more details.
#

[Unit]
Description=a service to sync(2) periodially our disks on Debian
Documentation=See https:///github.com/bstarynk/misc-basile.git files 
sync-periodically.{c,service}

After=network.target sshd.service
ConditionPathExists=!/etc/local/sync-periodically-dont-run

[Service]
ExecStartPre=/bin/bash -c "[ -x /usr/local/bin/sync-periodically ]"
ExecStart=/usr/local/bin/sync-periodically --daemon 
--pid-file=/var/run/sync-periodically.pid --sync-period=3 --log-period=300

ExecReload=/usr/bin/ldd /usr/local/bin/sync-periodically
RestartSec= 500ms
Restart=on-failure
RestartPreventExitStatus=254
Type=notify
KillMode=process
RuntimeDirectory=/var/run
RuntimeDirectoryMode=0755

[Install]
WantedBy=multi-user.target
Alias=sync-periodically.service


et pour une raison incompréhensible de moi (je connais mal systemd)  il 
y a quatre processus sync-periodically


root@pcbasile:/# ps auxw|egrep 'USER|sync-'
USER PID %CPU %MEM    VSZ   RSS TTY  STAT START TIME COMMAND
root    3157  0.0  0.0   2460    92 ?    Ss   12:43 0:01 
/usr/local/bin/sync-periodically --daemon 
--pid-file=/var/run/sync-periodically.pid --sync-period=3 --log-period=300
root    3160  0.0  0.0   2460    96 ?    Ss   12:43 0:01 
/usr/local/bin/sync-periodically --daemon 
--pid-file=/var/run/sync-periodically.pid --sync-period=3 --log-period=300
root    3164  0.0  0.0   2460    96 ?    Ss   12:43 0:01 
/usr/local/bin/sync-periodically --daemon 
--pid-file=/var/run/sync-periodically.pid --sync-period=3 --log-period=300
root    3167  0.0  0.0   2460    92 ?    Ss   12:43 0:00 
/usr/local/bin/sync-periodically --daemon 
--pid-file=/var/run/sync-periodically.pid --sync-period=3 --log-period=300
root    3170  0.0  0.0   2460    96 ?    Ss   12:43 0:01 
/usr/local/bin/sync-periodically --daemon 
--pid-file=/var/run/sync-periodically.pid --sync-period=3 --log-period=300
root   55537  0.0  0.0   6464  2200 pts/3    S+   14:57 0:00 grep -E 
USER|sync-






A la maison j'ai Ubuntu 22 (je vais peut-être installer Debian dans 
quelques jours)


/rimski %/ /lib/systemd/systemd --version
systemd 251 (251.4-1ubuntu7)
+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS 
+OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD 
+LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +TPM2 
+BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT 
default-hierarchy=unified



avec comme fichier 

Re: [HS] Domotique

2022-11-17 Thread David Martin
Le jeu. 17 nov. 2022 à 14:35,  a écrit :

> Bonjour
>
> Plusieurs années de retour d'expérience et usage quotidien pour piloter
> l'appartement de ma mère en déficit cognitif :
>
> Pour les caméra IP j'ai misé sur le standard ONVIF
> On peut prendre du noname asiatique avec le protocole ONVIF
> Une app Android : Onvier
>
> Pour le pilotage j'ai choisi TUYA
> Plein de modules disponibles mais un serveur évidemment hébergé à
> l'étranger.
> Une app Android : Tuya Smart
>
>
> Alors évidemment, j'ai eu envie de construire mon environnement avec des
> Raspberry et autres Arduino. Mais le temps de mettre tout ça au point,
> comme TUYA fonctionne bien, j'ai continué avec.
>
>
Ok merci  pour ton retour, le domaine à l'air assez vaste je vais regarder
tout ça à tête reposée


-- 
david martin


Re: Realplayer seg.fault

2022-11-17 Thread Curt
On 2022-11-16,   wrote:
>
> Works for me, too. But to quote muttrc(5):
>
> Specifies the string to prepend to each line of text quoted in
> a message to which you are replying. You are strongly encouraged
> not to change this value, as it tends to agitate  the  more
> fanatical netizens.
>
> Heed the advise of wise people!

Given the devotion here to universal standards and conventions it
does represent yet another source of useless aggravation in a world
that's increasingly full of them.


> Cheers




Re: general squawk about unattended-upgrade

2022-11-17 Thread Fred

On 11/16/22 13:55, gene heskett wrote:

On 11/16/22 14:17, Charles Curley wrote:

On Wed, 16 Nov 2022 13:03:20 -0500
gene heskett  wrote:


Please relay to the devs that this utility is dangerous, and needs the
ability to scan the system for stuff that cannot be interrupted, and
exit quietly if it finds one of the un-interruptables running.


Did you have Unattended-Upgrade::Automatic-Reboot set to true? If so,
set it to false. Similarly
Unattended-Upgrade::Automatic-Reboot-WithUsers.

You can file a bug report yourself.

You could also write a wrapper for octoprint which disables
unattended-upgrades, runs octopprint, then enables unattended-upgrades.

With my luck and systemd doing as it DW pleases, what guarantee do I 
have that systemd won't re-enable it?  At one point long ago WE were 
masters of our machines, now Leonard thinks he is master of all & WE 
don't count or care.


Take care and stay well.

Cheers, Gene Heskett.


You could change over to Devuan which is Debian without systemd.

Best regards,
Fred



Re: [HS] Domotique

2022-11-17 Thread debian-user-french

Bonjour

Plusieurs années de retour d'expérience et usage quotidien pour piloter 
l'appartement de ma mère en déficit cognitif :


Pour les caméra IP j'ai misé sur le standard ONVIF
On peut prendre du noname asiatique avec le protocole ONVIF
Une app Android : Onvier

Pour le pilotage j'ai choisi TUYA
Plein de modules disponibles mais un serveur évidemment hébergé à 
l'étranger.

Une app Android : Tuya Smart


Alors évidemment, j'ai eu envie de construire mon environnement avec des 
Raspberry et autres Arduino. Mais le temps de mettre tout ça au point, 
comme TUYA fonctionne bien, j'ai continué avec.



Yann


Le 17/11/2022 à 14:16, NoSpam a écrit :

Bonjour

Le 17/11/2022 à 13:43, David Martin a écrit :

Bonjour Bernard,

Installation de caméra dans un premier temps, une ou deux. Je 
souhaiterais pouvoir les consulter partout, même à l'étranger quand

je suis en déplacement.


Les caméras chinoises sont souvent vendues avec un espace cloud + 
logiciel smartphone. C'est le noir absolu, à oublier à mon avis.


J'utilise domoticz en  rf433 pour les alarmes incendies, capteurs de 
mouvements et portes, température et tout le tsoin tsoin. Pour la vidéo, 
j'utilise AgentDVR en docker et sous smartphone ipCamViewer version PRO




A plus ou moyen long terme j'aimerai faire un maximum de chose avec. 
Allumer des prises via mon téléphone, ouvrir mon portail via

le téléphone...
les volets, le portier vidéo et ouverture de porte, etc. rf433 est 
compatible par ex. avec Somfy


En gros je ne sais pas par ou commencer de façon pragmatique.

David




Le jeu. 17 nov. 2022 à 13:22, Bernard Schoenacker 
 a écrit :




Bonjour David,

Que souhaiterais-tu faire dans le domaine de la
domotique ?

Merci

@+

Bernard

- Mail original -

> De: "David Martin" 
> À: "debian-user-french@lists.debian.org French"
> 
> Envoyé: Jeudi 17 Novembre 2022 13:07:29
> Objet: [HS] Domotique

> Bonjour à tous,

> Est-ce que l'un de vous, ou plusieurs, sont des afficionados de la
> Domotique ?

> Je cherche à m'y mettre, des conseils, des bonnes pratiques, les
bons
> usages.

> --

> david martin



--
david martin





Re: [HS] Domotique

2022-11-17 Thread David Martin
> Les caméras chinoises sont souvent vendues avec un espace cloud + logiciel
> smartphone. C'est le noir absolu, à oublier à mon avis.
>
OK


> J'utilise domoticz en  rf433 pour les alarmes incendies, capteurs de
> mouvements et portes, température et tout le tsoin tsoin. Pour la vidéo,
> j'utilise AgentDVR en docker et sous smartphone ipCamViewer version PRO
>

Je vais regader tout ça, très intéressant.


> les volets, le portier vidéo et ouverture de porte, etc. rf433 est
> compatible par ex. avec Somfy
>


Ca à l'air d'être un bon compromis



-- 
david martin


Re: [HS] Domotique

2022-11-17 Thread NoSpam

Bonjour

Le 17/11/2022 à 13:43, David Martin a écrit :

Bonjour Bernard,

Installation de caméra dans un premier temps, une ou deux. Je 
souhaiterais pouvoir les consulter partout, même à l'étranger quand

je suis en déplacement.


Les caméras chinoises sont souvent vendues avec un espace cloud + 
logiciel smartphone. C'est le noir absolu, à oublier à mon avis.


J'utilise domoticz en  rf433 pour les alarmes incendies, capteurs de 
mouvements et portes, température et tout le tsoin tsoin. Pour la vidéo, 
j'utilise AgentDVR en docker et sous smartphone ipCamViewer version PRO




A plus ou moyen long terme j'aimerai faire un maximum de chose avec. 
Allumer des prises via mon téléphone, ouvrir mon portail via

le téléphone...
les volets, le portier vidéo et ouverture de porte, etc. rf433 est 
compatible par ex. avec Somfy


En gros je ne sais pas par ou commencer de façon pragmatique.

David




Le jeu. 17 nov. 2022 à 13:22, Bernard Schoenacker 
 a écrit :




Bonjour David,

Que souhaiterais-tu faire dans le domaine de la
domotique ?

Merci

@+

Bernard

- Mail original -

> De: "David Martin" 
> À: "debian-user-french@lists.debian.org French"
> 
> Envoyé: Jeudi 17 Novembre 2022 13:07:29
> Objet: [HS] Domotique

> Bonjour à tous,

> Est-ce que l'un de vous, ou plusieurs, sont des afficionados de la
> Domotique ?

> Je cherche à m'y mettre, des conseils, des bonnes pratiques, les
bons
> usages.

> --

> david martin



--
david martin


Re: [HS] Domotique

2022-11-17 Thread David Martin
Basile,

Ca ne m'intéresse pas.

Par contre configure correctement ton reply to dans ton thunderbird pour
que le champ reply soit la liste.

Bonne journée



Le jeu. 17 nov. 2022 à 14:00, Basile Starynkevitch 
a écrit :

>
> https://www.chariotproject.eu/wp-content/uploads/2020/07/CHARIOT-D1.5-Specialized-S_Analysis-tools-for-more-secure-and-safer-IoT-soft-de_v2.0-FINAL.pdf
> On 11/17/22 13:54, David Martin wrote:
>
> ok bonne journée
>
>
> Le jeu. 17 nov. 2022 à 13:45, Basile Starynkevitch <
> bas...@starynkevitch.net> a écrit :
>
>>
>> On 11/17/22 13:39, David Martin wrote:
>>
>> Bonjour,
>>
>> Il faut il faudrait il nous faudra
>>
>> Encore un expert, premier indicateur d'incompétence hihihihihihi
>>
>>
>> J'ai toutefois travaillé trois ans (avec d'autres collègues du CEA LIST
>> ) dans le projet CHARIOT
>>
>> https://www.chariotproject.eu/
>>
>>
>> Pour moi, domotique est un "buzzword" ou attrape nigaud.
>>
>> Et j'évite comme la peste la domotique google
>>
>>
>> --
>> Basile Starynkevitch   
>> 
>> (only mine opinions / les opinions sont miennes uniquement)
>> 92340 Bourg-la-Reine, France
>> web page: starynkevitch.net/Basile/
>>
>>
>
> --
> david martin
>
> --
> Basile Starynkevitch   
> 
> (only mine opinions / les opinions sont miennes uniquement)
> 92340 Bourg-la-Reine, France
> web page: starynkevitch.net/Basile/
>
>

-- 
david martin


Re: [HS] Domotique

2022-11-17 Thread David Martin
Perso : tu n'étais pas à l'APRIL ou l'ABUL ?
Ce sont des LUGs, tu connasi ;-)


Le jeu. 17 nov. 2022 à 13:22, Bernard Schoenacker <
bernard.schoenac...@free.fr> a écrit :

>
>
> Bonjour David,
>
> Que souhaiterais-tu faire dans le domaine de la
> domotique ?
>
> Merci
>
> @+
>
> Bernard
>
> - Mail original -
>
> > De: "David Martin" 
> > À: "debian-user-french@lists.debian.org French"
> > 
> > Envoyé: Jeudi 17 Novembre 2022 13:07:29
> > Objet: [HS] Domotique
>
> > Bonjour à tous,
>
> > Est-ce que l'un de vous, ou plusieurs, sont des afficionados de la
> > Domotique ?
>
> > Je cherche à m'y mettre, des conseils, des bonnes pratiques, les bons
> > usages.
>
> > --
>
> > david martin
>


-- 
david martin


Re: [HS] Domotique

2022-11-17 Thread David Martin
Oula quoi qu'est-ce ;-) une distro des équipements ?

Le jeu. 17 nov. 2022 à 13:29, Benoit Szczygiel  a écrit :

> Bonjour,
> Perso je travaille avec knx ou konnex.
> Si tu as besoin, je peux t'aider
>
> Le 17 novembre 2022 13:07:29 GMT+01:00, David Martin <
> damart.vi...@gmail.com> a écrit :
>>
>> Bonjour à tous,
>>
>> Est-ce que l'un de vous, ou plusieurs, sont des afficionados de la
>> Domotique ?
>>
>> Je cherche à m'y mettre, des conseils, des bonnes pratiques, les bons
>> usages.
>>
>>
>> Benoît szczygiel
>


-- 
david martin


Re: [HS] Domotique

2022-11-17 Thread David Martin
Bonjour Bernard,

Installation de caméra dans un premier temps, une ou deux. Je souhaiterais
pouvoir les consulter partout, même à l'étranger quand
je suis en déplacement.

A plus ou moyen long terme j'aimerai faire un maximum de chose avec.
Allumer des prises via mon téléphone, ouvrir mon portail via
le téléphone...

En gros je ne sais pas par ou commencer de façon pragmatique.

David




Le jeu. 17 nov. 2022 à 13:22, Bernard Schoenacker <
bernard.schoenac...@free.fr> a écrit :

>
>
> Bonjour David,
>
> Que souhaiterais-tu faire dans le domaine de la
> domotique ?
>
> Merci
>
> @+
>
> Bernard
>
> - Mail original -
>
> > De: "David Martin" 
> > À: "debian-user-french@lists.debian.org French"
> > 
> > Envoyé: Jeudi 17 Novembre 2022 13:07:29
> > Objet: [HS] Domotique
>
> > Bonjour à tous,
>
> > Est-ce que l'un de vous, ou plusieurs, sont des afficionados de la
> > Domotique ?
>
> > Je cherche à m'y mettre, des conseils, des bonnes pratiques, les bons
> > usages.
>
> > --
>
> > david martin
>


-- 
david martin


Re: [HS] Domotique

2022-11-17 Thread David Martin
Bonjour,

Il faut il faudrait il nous faudra

Encore un expert, premier indicateur d'incompétence hihihihihihi


Le jeu. 17 nov. 2022 à 13:15, Basile Starynkevitch 
a écrit :

>
> On 11/17/22 13:07, David Martin wrote:
>
> Bonjour à tous,
>
> Est-ce que l'un de vous, ou plusieurs, sont des afficionados de la
> Domotique ?
>
> Je cherche à m'y mettre, des conseils, des bonnes pratiques, les bons
> usages.
>
>
> Il faudrait définir ce qu'est la Domotique.
>
>
> Personnellement ma chaudière (Frisquet) a un thermostat par ondes radio.
>
>
> Elle a une notice insuffisante.
>
>
> J'ignore quel protocole.
>
> A la maison j'ai plusieurs ordinateurs, tous sous Linux (Debian ou Ubuntu)
> PS. Je réponds du bureau (au CEA LIST ) par un ssh
> vers mon ordinateur perso. Je cherche des partenaires intéressés par
> RefPerSys  (et faire un consortium ANR ...)
>
> --
> Basile Starynkevitch   
> 
> (only mine opinions / les opinions sont miennes uniquement)
> 92340 Bourg-la-Reine, France
> web page: starynkevitch.net/Basile/
>
>

-- 
david martin


Debian Bridge + firewall

2022-11-17 Thread Marcelo
Bom dia pessoal,

Alguém utiliza o Debian no modo Bridge + firewall?

Estou com algumas dúvidas para habilitar o firewall...

Obrigado!


Re: [HS] Domotique

2022-11-17 Thread Benoit Szczygiel
Bonjour,
Perso je travaille avec knx ou konnex.
Si tu as besoin, je peux t'aider

Le 17 novembre 2022 13:07:29 GMT+01:00, David Martin  a 
écrit :
>Bonjour à tous,
>
>Est-ce que l'un de vous, ou plusieurs, sont des afficionados de la
>Domotique ?
>
>Je cherche à m'y mettre, des conseils, des bonnes pratiques, les bons
>usages.
>
>
>-- 
>david martin

Benoît szczygiel

[HS] Domotique

2022-11-17 Thread David Martin
Bonjour à tous,

Est-ce que l'un de vous, ou plusieurs, sont des afficionados de la
Domotique ?

Je cherche à m'y mettre, des conseils, des bonnes pratiques, les bons
usages.


-- 
david martin


Re: (deb-cat) Firefox ESR: out of memory

2022-11-17 Thread Narcis Garcia
En el «safe-mode» la v102.x funciona bé, la qual cosa inclou la 
desactivació de tots els complements.
Però si desactivo complements manualment, sense el «safe-mode» es 
reprodueix el problema en aquest ordinador.


Si fos el cas que algun complement fos problemàtic, tampoc no 
l'aconsegueixo identificar. En un altre ordinador amb Debian Stable (11) 
també hi corre el M.Firefox 102.4 amb els mateixos complements, i sense 
problema.

Suposo que hauré d'esperar la versió 115 per aquest ordinador.


El 17/11/22 a les 10:30, Josep Lladonosa ha escrit:

Has provat de desactivar complements, aviam si és un d'ells el que falla?



El dc., 16 de nov. 2022, 20:47, Narcis Garcia > va escriure:


Bones,

Aquest matí en una Debian Stable (11) he actualitzat paquets i s'hi ha
posat el M.Firefox versió 102.4
(Abans ja hi havia la versió 102.x)

En iniciar M.Firefox, incondicionalment ha tingut aquest comportament:
1. Comença a menjar memòria fins a més de 20GiB
2. En menys d'un minut dóna aquest missatge per Terminal i es queda
bloquejat:
[unhandlable oom] Failed to mmap, likely no more mappings available
./memory/build/mozjemalloc.cpp : 1398ExceptionHandler::GenerateDump
cloned child 501530
ExceptionHandler::SendContinueSignalToChild sent continue signal to
child
ExceptionHandler::WaitForContinueSignal waiting for continue signal...

Ara per la tarda he tornat a actualitzar paquets, i ha arribat la
versió
102.5 de M.Firefox.
Ara la cosa és més resolutiva i escueta:
1. Comença a menjar memòria fins a poc menys de 20GiB
2. En menys de 20 segons dóna aquest missatge per Terminal i finalitza
amb codi de sortida 11:
out of memory: 0x00018810 bytes requested

En un segon intent, el missatge és més llarg:
[unhandlable oom] Failed to mmap, likely no more mappings available
./memory/build/mozjemalloc.cpp : 1398

I en un tercer intent, el problema es reprodueix igual que abans,
quedant bloquejat:
[unhandlable oom] Failed to mmap, likely no more mappings available
./memory/build/mozjemalloc.cpp : 1398ExceptionHandler::GenerateDump
cloned child 2065098
ExceptionHandler::SendContinueSignalToChild sent continue signal to
child
ExceptionHandler::WaitForContinueSignal waiting for continue signal...


Per a sortir del pas, he desactualitzat el M.Firefox a la versió
91.13 ,
que em funciona bé. Per a què s'empassi el perfil més modern, he hagut
d'apartar-ne el fitxer compatibility.ini

-- 


Narcis Garcia

__
I'm using this dedicated address because personal addresses aren't
masked enough at this mail public archive. Public archive administrator
should fix this against automated addresses collectors.



--

Narcis Garcia

__
I'm using this dedicated address because personal addresses aren't 
masked enough at this mail public archive. Public archive administrator 
should fix this against automated addresses collectors.




Richard Stallman a Mataró el 25 de novembre 19:00

2022-11-17 Thread Enric

Salut,

entenc que és pertinent enviar aquesta informació en aquesta llista.
http://matarosensefils.net/content/guifilab-confer%C3%A8ncia-la-inform%C3%A1tica-libre-y-sus-enemigos-richard-stallman

[Guifilab] Conferència "La informática libre y sus enemigos" per Richard 
Stallman


Inscripció aquí:
https://agenda.tecnocampus.cat/91749/tickets/conferencia-la-informatica-... 



Quan: divendres 25 de novembre a les 19:00
On: sala d'actes TCM2 de TecnoCampus Mataró 
https://www.openstreetmap.org/way/204713232

Idioma: Espanyol

Richard Stallman, el creador de GNU i el moviment del Programari Lliure, 
durà a terme una conferència titulada "La informática libre y sus 
enemigos". L'esdeveniment es durà a terme a l’Auditori de TecnoCampus 
Mataró (edifici TCM2) el divendres 25 de novembre a les 19:00. L'acte 
està emmarcat dins del cicle de Guifilabs (laboratoris de la comunitat 
Guifi.net) organitzats per Mataró sense fils i compte amb el suport de 
TecnoCampus Mataró.


Richard Matthew Stallman és el creador del moviment del Programari 
Lliure. A la dècada dels 80, al MIT, Stallman va crear aquest moviment 
per defensar que el codi font del programari havia de ser de lliure 
accés i distribució. Segons Stallman, no permetre l'accés al codi font 
del programari coarta la llibertat dels usuaris i els esclavitza, 
possibilitant l'abús i el control dels mateixos usuaris per part de 
tercers. Stallman també va crear la Free Software Foundation per tal de 
donar suport al projecte GNU i a la seva lectura ètica del programari. 
El moviment del Programari Lliure ha tingut gran influència, més enllà 
del món del programari. La seva visió defensa que el coneixement humà ha 
de ser lliure i ha impregnat altres àrees del coneixement com la 
ciència, la cultura, les telecomunicacions, etc.


--
*Declaració d'Independència del Ciberespai* 


per John Perry Barlow
8 de Febrer del 1996

Re: (deb-cat) Firefox ESR: out of memory

2022-11-17 Thread Xavier Drudis Ferran
A mi el firefox-esr 102.5 de bullseye (del repositiori security, suposo) em va 
bé.
Però fa poques hores que el tinc i tampoc he navegat tantíssim, no he fet res 
especial.
Ah, i parlo en arm64.

Igual tens alguna extensió que no acaba d'anar fina amb la nova versió o alguna 
cosa així ?



Re: (deb-cat) Firefox ESR: out of memory

2022-11-17 Thread Eduard Selma

El 17/11/22 a les 10:11, Leopold Palomo-Avellaneda ha escrit:

El 17/11/22 a les 10:08, Ernest Adrogué ha escrit:

2022-11-17, 09:32 (+0100); Àlex escriu:
És estrany, per que a la pàgina web de paquets Debian diu que encara 
estem

amb la versió 91 quan portem molt de temps amb la 102:

https://packages.debian.org/search?keywords=firefox-esr=names=stable=all 


Sí, és estrany.  No sé d'on heu tret la versió 102, al repositori
estable només hi ha la 91.


- Sí, jo també uso la ESR original a Bullseye:

$ apt-cache policy firefox-esr
firefox-esr:
  Instal·lat: 102.5.0esr-1~deb11u1
  Candidat:   102.5.0esr-1~deb11u1
  Taula de versions:
 *** 102.5.0esr-1~deb11u1 500
500 http://security.debian.org/debian-security bullseye- 
security/main amd64 Packages

100 /var/lib/dpkg/status
 91.13.0esr-1~deb11u1 500
500 http://deb.debian.org/debian bullseye/main amd64 Packages

Ahir vaig actualitzar a la 102.5 i, ni abans, ni ara vaig veure un ús de 
memòria excessiu. Misteris de mozilla?


Eduard Selma



Re: (deb-cat) Firefox ESR: out of memory

2022-11-17 Thread Josep Lladonosa
Has provat de desactivar complements, aviam si és un d'ells el que falla?



El dc., 16 de nov. 2022, 20:47, Narcis Garcia  va
escriure:

> Bones,
>
> Aquest matí en una Debian Stable (11) he actualitzat paquets i s'hi ha
> posat el M.Firefox versió 102.4
> (Abans ja hi havia la versió 102.x)
>
> En iniciar M.Firefox, incondicionalment ha tingut aquest comportament:
> 1. Comença a menjar memòria fins a més de 20GiB
> 2. En menys d'un minut dóna aquest missatge per Terminal i es queda
> bloquejat:
> [unhandlable oom] Failed to mmap, likely no more mappings available
> ./memory/build/mozjemalloc.cpp : 1398ExceptionHandler::GenerateDump
> cloned child 501530
> ExceptionHandler::SendContinueSignalToChild sent continue signal to child
> ExceptionHandler::WaitForContinueSignal waiting for continue signal...
>
> Ara per la tarda he tornat a actualitzar paquets, i ha arribat la versió
> 102.5 de M.Firefox.
> Ara la cosa és més resolutiva i escueta:
> 1. Comença a menjar memòria fins a poc menys de 20GiB
> 2. En menys de 20 segons dóna aquest missatge per Terminal i finalitza
> amb codi de sortida 11:
> out of memory: 0x00018810 bytes requested
>
> En un segon intent, el missatge és més llarg:
> [unhandlable oom] Failed to mmap, likely no more mappings available
> ./memory/build/mozjemalloc.cpp : 1398
>
> I en un tercer intent, el problema es reprodueix igual que abans,
> quedant bloquejat:
> [unhandlable oom] Failed to mmap, likely no more mappings available
> ./memory/build/mozjemalloc.cpp : 1398ExceptionHandler::GenerateDump
> cloned child 2065098
> ExceptionHandler::SendContinueSignalToChild sent continue signal to child
> ExceptionHandler::WaitForContinueSignal waiting for continue signal...
>
>
> Per a sortir del pas, he desactualitzat el M.Firefox a la versió 91.13 ,
> que em funciona bé. Per a què s'empassi el perfil més modern, he hagut
> d'apartar-ne el fitxer compatibility.ini
>
> --
>
> Narcis Garcia
>
> __
> I'm using this dedicated address because personal addresses aren't
> masked enough at this mail public archive. Public archive administrator
> should fix this against automated addresses collectors.
>
>


Re: (deb-cat) Firefox ESR: out of memory

2022-11-17 Thread Ernest Adrogué
2022-11-17, 10:11 (+0100); Leopold Palomo-Avellaneda escriu:
> $ apt-cache policy firefox-esr
> firefox-esr:
>   Instal·lat: 102.4.0esr-1~deb11u1
>   Candidat:   102.5.0esr-1~deb11u1
>   Taula de versions:
>  102.5.0esr-1~deb11u1 500
> 500 http://deb.debian.org/debian-security bullseye-security/main
> amd64 Packages
>  *** 102.4.0esr-1~deb11u1 100
> 100 /var/lib/dpkg/status
>  91.13.0esr-1~deb11u1 500
> 500 http://debrob.upc.edu/debian bullseye/main amd64 Packages
> 
> Potser no està actualitzat el web 

Ah... la versió 102 és a debian-security.  Per això no apareix en el
llistat de paquets de la distribució estable.

Salutacions



Re: (deb-cat) Firefox ESR: out of memory

2022-11-17 Thread Leopold Palomo-Avellaneda

El 17/11/22 a les 10:08, Ernest Adrogué ha escrit:

2022-11-17, 09:32 (+0100); Àlex escriu:

És estrany, per que a la pàgina web de paquets Debian diu que encara estem
amb la versió 91 quan portem molt de temps amb la 102:

https://packages.debian.org/search?keywords=firefox-esr=names=stable=all


Sí, és estrany.  No sé d'on heu tret la versió 102, al repositori
estable només hi ha la 91.


$ apt-cache policy firefox-esr
firefox-esr:
  Instal·lat: 102.4.0esr-1~deb11u1
  Candidat:   102.5.0esr-1~deb11u1
  Taula de versions:
 102.5.0esr-1~deb11u1 500
500 http://deb.debian.org/debian-security bullseye-security/main amd64 
Packages

 *** 102.4.0esr-1~deb11u1 100
100 /var/lib/dpkg/status
 91.13.0esr-1~deb11u1 500
500 http://debrob.upc.edu/debian bullseye/main amd64 Packages

Potser no està actualitzat el web 

Leo


--
--
Linux User 152692 GPG: 05F4A7A949A2D9AA
Catalonia
-
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?



Re: (deb-cat) Firefox ESR: out of memory

2022-11-17 Thread Ernest Adrogué
2022-11-17, 09:32 (+0100); Àlex escriu:
> És estrany, per que a la pàgina web de paquets Debian diu que encara estem
> amb la versió 91 quan portem molt de temps amb la 102:
> 
> https://packages.debian.org/search?keywords=firefox-esr=names=stable=all

Sí, és estrany.  No sé d'on heu tret la versió 102, al repositori
estable només hi ha la 91.

Salutacions



Re: (deb-cat) Firefox ESR: out of memory

2022-11-17 Thread Àlex

Bones

A la meva Debian 11 estable Firefox 102.4 es comporta bé,

però veig que a les actualitzacions d'avui 17 novembre a Debian 11 
apareix Firefox 102.5 . Potser soluciona el problema:


https://www.mozilla.org/en-US/security/advisories/mfsa2022-48/

És estrany, per que a la pàgina web de paquets Debian diu que encara 
estem amb la versió 91 quan portem molt de temps amb la 102:


https://packages.debian.org/search?keywords=firefox-esr=names=stable=all 



Salutacions


 Àlex


El 16/11/22 a les 20:47, Narcis Garcia ha escrit:

Bones,

Aquest matí en una Debian Stable (11) he actualitzat paquets i s'hi ha 
posat el M.Firefox versió 102.4

(Abans ja hi havia la versió 102.x)

En iniciar M.Firefox, incondicionalment ha tingut aquest comportament:
1. Comença a menjar memòria fins a més de 20GiB
2. En menys d'un minut dóna aquest missatge per Terminal i es queda 
bloquejat:
[unhandlable oom] Failed to mmap, likely no more mappings available 
./memory/build/mozjemalloc.cpp : 1398ExceptionHandler::GenerateDump 
cloned child 501530

ExceptionHandler::SendContinueSignalToChild sent continue signal to child
ExceptionHandler::WaitForContinueSignal waiting for continue signal...

Ara per la tarda he tornat a actualitzar paquets, i ha arribat la 
versió 102.5 de M.Firefox.

Ara la cosa és més resolutiva i escueta:
1. Comença a menjar memòria fins a poc menys de 20GiB
2. En menys de 20 segons dóna aquest missatge per Terminal i finalitza 
amb codi de sortida 11:

out of memory: 0x00018810 bytes requested

En un segon intent, el missatge és més llarg:
[unhandlable oom] Failed to mmap, likely no more mappings available 
./memory/build/mozjemalloc.cpp : 1398


I en un tercer intent, el problema es reprodueix igual que abans, 
quedant bloquejat:
[unhandlable oom] Failed to mmap, likely no more mappings available 
./memory/build/mozjemalloc.cpp : 1398ExceptionHandler::GenerateDump 
cloned child 2065098

ExceptionHandler::SendContinueSignalToChild sent continue signal to child
ExceptionHandler::WaitForContinueSignal waiting for continue signal...


Per a sortir del pas, he desactualitzat el M.Firefox a la versió 91.13 
, que em funciona bé. Per a què s'empassi el perfil més modern, he 
hagut d'apartar-ne el fitxer compatibility.ini




--
La solidaritat és la tendresa dels pobles. Lluita contra l'apartheid:


  https://www.btselem.org/publications/fulltext/202101_this_is_apartheid
  
https://www.elsaltodiario.com/revista-pueblos/apartheid-el-termino-juridico-que-(por-fin)-define-la-realidad-de-palestina
  
https://www.elsaltodiario.com/ocupacion-israeli/apartheid-sanitario-israeli-metafora-kibbutz
  
https://www.elsaltodiario.com/elsacapuntas/estudiar-bajo-apartheid-el-dia-a-dia-de-los-estudiantes-palestinos



Re: (deb-cat) Firefox ESR: out of memory

2022-11-17 Thread Àlex

Bones

A la meva Debian 11 estable Firefox 102.4 es comporta bé,

però veig que a les actualitzacions d'avui 17 novembre a Debian 11 
apareix Firefox 102.5 . Potser soluciona el problema:


https://www.mozilla.org/en-US/security/advisories/mfsa2022-48/

És estrany, per que a la pàgina web de paquets Debian diu que encara 
estem amb la versió 91 quan portem molt de temps amb la 102:


https://packages.debian.org/search?keywords=firefox-esr=names=stable=all

Salutacions


 Àlex


El 16/11/22 a les 20:47, Narcis Garcia ha escrit:

Bones,

Aquest matí en una Debian Stable (11) he actualitzat paquets i s'hi ha 
posat el M.Firefox versió 102.4

(Abans ja hi havia la versió 102.x)

En iniciar M.Firefox, incondicionalment ha tingut aquest comportament:
1. Comença a menjar memòria fins a més de 20GiB
2. En menys d'un minut dóna aquest missatge per Terminal i es queda 
bloquejat:
[unhandlable oom] Failed to mmap, likely no more mappings available 
./memory/build/mozjemalloc.cpp : 1398ExceptionHandler::GenerateDump 
cloned child 501530

ExceptionHandler::SendContinueSignalToChild sent continue signal to child
ExceptionHandler::WaitForContinueSignal waiting for continue signal...

Ara per la tarda he tornat a actualitzar paquets, i ha arribat la 
versió 102.5 de M.Firefox.

Ara la cosa és més resolutiva i escueta:
1. Comença a menjar memòria fins a poc menys de 20GiB
2. En menys de 20 segons dóna aquest missatge per Terminal i finalitza 
amb codi de sortida 11:

out of memory: 0x00018810 bytes requested

En un segon intent, el missatge és més llarg:
[unhandlable oom] Failed to mmap, likely no more mappings available 
./memory/build/mozjemalloc.cpp : 1398


I en un tercer intent, el problema es reprodueix igual que abans, 
quedant bloquejat:
[unhandlable oom] Failed to mmap, likely no more mappings available 
./memory/build/mozjemalloc.cpp : 1398ExceptionHandler::GenerateDump 
cloned child 2065098

ExceptionHandler::SendContinueSignalToChild sent continue signal to child
ExceptionHandler::WaitForContinueSignal waiting for continue signal...


Per a sortir del pas, he desactualitzat el M.Firefox a la versió 91.13 
, que em funciona bé. Per a què s'empassi el perfil més modern, he 
hagut d'apartar-ne el fitxer compatibility.ini