home.social

#eaton — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #eaton, aggregated by home.social.

fetched live
  1. Est-ce que quelqu'un aurait un onduleur Eaton 3S 700F et saurait ce que ça signifie lorsque la lumière est allumée rouge (sans clignoter) et avec un bip toutes les 2/3 secondes, ce cas ne semble pas être dans la notice.

    #onduleur #eaton

  2. Est-ce que quelqu'un aurait un onduleur Eaton 3S 700F et saurait ce que ça signifie lorsque la lumière est allumée rouge (sans clignoter) et avec un bip toutes les 2/3 secondes, ce cas ne semble pas être dans la notice.

    #onduleur #eaton

  3. Est-ce que quelqu'un aurait un onduleur Eaton 3S 700F et saurait ce que ça signifie lorsque la lumière est allumée rouge (sans clignoter) et avec un bip toutes les 2/3 secondes, ce cas ne semble pas être dans la notice.

    #onduleur #eaton

  4. Est-ce que quelqu'un aurait un onduleur Eaton 3S 700F et saurait ce que ça signifie lorsque la lumière est allumée rouge (sans clignoter) et avec un bip toutes les 2/3 secondes, ce cas ne semble pas être dans la notice.

    #onduleur #eaton

  5. Est-ce que quelqu'un aurait un onduleur Eaton 3S 700F et saurait ce que ça signifie lorsque la lumière est allumée rouge (sans clignoter) et avec un bip toutes les 2/3 secondes, ce cas ne semble pas être dans la notice.

    #onduleur #eaton

  6. The day started with power grid issues. The voltage is around 180-190. I like how some modern appliances with 110/230 volts input specification don’t give a single duck. Yet the #homelab is getting its voltage boost from the #Eaton UPS.

  7. The day started with power grid issues. The voltage is around 180-190. I like how some modern appliances with 110/230 volts input specification don’t give a single duck. Yet the #homelab is getting its voltage boost from the #Eaton UPS.

  8. The day started with power grid issues. The voltage is around 180-190. I like how some modern appliances with 110/230 volts input specification don’t give a single duck. Yet the #homelab is getting its voltage boost from the #Eaton UPS.

  9. The day started with power grid issues. The voltage is around 180-190. I like how some modern appliances with 110/230 volts input specification don’t give a single duck. Yet the #homelab is getting its voltage boost from the #Eaton UPS.

  10. The day started with power grid issues. The voltage is around 180-190. I like how some modern appliances with 110/230 volts input specification don’t give a single duck. Yet the #homelab is getting its voltage boost from the #Eaton UPS.

  11. Crisis Care Center opens in Lansing, offering 24/7 mental health and addiction services

    LANSING, Mich. — The Community Mental Health Authority of Clinton, Eaton and Ingham Counties has opened its Crisis…
    #UnitedStates #US #USA #addiction #america #authority #care #Center #Clinton #community #county #crisis #Eaton #Entertainment #health #heatlh #ingham #lansing #LocalNews #mental #Michigan #south #sports #unitedstatesofamerica
    europesays.com/3180970/

  12. Eaton (ETN) Opens U.K. Aerospace Additive Manufacturing Center For Europe

    Find your next quality investment with Simply Wall St’s easy and powerful screener, trusted by over 7 million…
    #Europe #EU #additivemanufacturing #aerospacemanufacturing #aerospaceprograms #Eaton #European #Europeancenter #Supplychains
    europesays.com/europe/99310/

  13. Eaton Opens European Aerospace Additive Manufacturing Center to Expand Production and Strengthen Regional Supply Chain Resilience

    Specialized center delivers production-ready capabilities closer to European aerospace commercial, aftermarket and defense customers Eaton chooses U.K. for…
    #Europe #EU #additivemanufacturing #AerospaceGroup #aerospaceindustry #Eaton #Europeanaerospace #globaldemand #Intelligentpowermanagementcompany
    europesays.com/europe/97920/

  14. When does a UPS/gateway race condition happen? When you are lots of kms from the office, of course…
    So, I learned how to solve the race condition correctly using #nut and #OpenBSD with my #Eaton UPS (strongly recommended 'cos they don't cloudy cloud and speak USB or serial perfectly).
    The problem statement is simple:

    * UPS on battery
    * shutdown initiated
    * shutdown completes
    * power returns before UPS is a 0%
    * gateway machine remains happily off because there is no up/down on the power
    * you are far from the office and there is nobody to press the power button on the gateway for you.

    The solution I worked out with documentation and searches (thank you @kagihq ) is:

    upsmon detects FSD (low battery / POWERDOWNFLAG trigger)
    -> creates POWERDOWNFLAG file (e.g. /var/run/killpower)
    -> executes SHUTDOWNCMD ("shutdown -p now")
    -> OS shuts down processes, remounts FS read-only
    -> /etc/rc.shutdown runs
    -> checks: upsmon -K (exits 0 if POWERDOWNFLAG exists)
    -> calls: upsdrvctl shutdown
    -> starts a fresh driver instance: usbhid-ups -a eaton -k
    -> driver sends "shutdown.return" to UPS
    -> UPS timer starts (ups.delay.shutdown seconds)
    -> OS completes power-off via ACPI
    -> UPS cuts load output
    -> (mains may already be back)
    -> UPS restores load on mains presence
    -> BIOS "boot on power restore" fires

    Hope this helps someone else too :flan_hacker:​

  15. When does a UPS/gateway race condition happen? When you are lots of kms from the office, of course…
    So, I learned how to solve the race condition correctly using #nut and #OpenBSD with my #Eaton UPS (strongly recommended 'cos they don't cloudy cloud and speak USB or serial perfectly).
    The problem statement is simple:

    * UPS on battery
    * shutdown initiated
    * shutdown completes
    * power returns before UPS is a 0%
    * gateway machine remains happily off because there is no up/down on the power
    * you are far from the office and there is nobody to press the power button on the gateway for you.

    The solution I worked out with documentation and searches (thank you @kagihq ) is:

    upsmon detects FSD (low battery / POWERDOWNFLAG trigger)
    -> creates POWERDOWNFLAG file (e.g. /var/run/killpower)
    -> executes SHUTDOWNCMD ("shutdown -p now")
    -> OS shuts down processes, remounts FS read-only
    -> /etc/rc.shutdown runs
    -> checks: upsmon -K (exits 0 if POWERDOWNFLAG exists)
    -> calls: upsdrvctl shutdown
    -> starts a fresh driver instance: usbhid-ups -a eaton -k
    -> driver sends "shutdown.return" to UPS
    -> UPS timer starts (ups.delay.shutdown seconds)
    -> OS completes power-off via ACPI
    -> UPS cuts load output
    -> (mains may already be back)
    -> UPS restores load on mains presence
    -> BIOS "boot on power restore" fires

    Hope this helps someone else too :flan_hacker:​

  16. When does a UPS/gateway race condition happen? When you are lots of kms from the office, of course…
    So, I learned how to solve the race condition correctly using #nut and #OpenBSD with my #Eaton UPS (strongly recommended 'cos they don't cloudy cloud and speak USB or serial perfectly).
    The problem statement is simple:

    * UPS on battery
    * shutdown initiated
    * shutdown completes
    * power returns before UPS is a 0%
    * gateway machine remains happily off because there is no up/down on the power
    * you are far from the office and there is nobody to press the power button on the gateway for you.

    The solution I worked out with documentation and searches (thank you @kagihq ) is:

    upsmon detects FSD (low battery / POWERDOWNFLAG trigger)
    -> creates POWERDOWNFLAG file (e.g. /var/run/killpower)
    -> executes SHUTDOWNCMD ("shutdown -p now")
    -> OS shuts down processes, remounts FS read-only
    -> /etc/rc.shutdown runs
    -> checks: upsmon -K (exits 0 if POWERDOWNFLAG exists)
    -> calls: upsdrvctl shutdown
    -> starts a fresh driver instance: usbhid-ups -a eaton -k
    -> driver sends "shutdown.return" to UPS
    -> UPS timer starts (ups.delay.shutdown seconds)
    -> OS completes power-off via ACPI
    -> UPS cuts load output
    -> (mains may already be back)
    -> UPS restores load on mains presence
    -> BIOS "boot on power restore" fires

    Hope this helps someone else too :flan_hacker:​

  17. When does a UPS/gateway race condition happen? When you are lots of kms from the office, of course…
    So, I learned how to solve the race condition correctly using #nut and #OpenBSD with my #Eaton UPS (strongly recommended 'cos they don't cloudy cloud and speak USB or serial perfectly).
    The problem statement is simple:

    * UPS on battery
    * shutdown initiated
    * shutdown completes
    * power returns before UPS is a 0%
    * gateway machine remains happily off because there is no up/down on the power
    * you are far from the office and there is nobody to press the power button on the gateway for you.

    The solution I worked out with documentation and searches (thank you @kagihq ) is:

    upsmon detects FSD (low battery / POWERDOWNFLAG trigger)
    -> creates POWERDOWNFLAG file (e.g. /var/run/killpower)
    -> executes SHUTDOWNCMD ("shutdown -p now")
    -> OS shuts down processes, remounts FS read-only
    -> /etc/rc.shutdown runs
    -> checks: upsmon -K (exits 0 if POWERDOWNFLAG exists)
    -> calls: upsdrvctl shutdown
    -> starts a fresh driver instance: usbhid-ups -a eaton -k
    -> driver sends "shutdown.return" to UPS
    -> UPS timer starts (ups.delay.shutdown seconds)
    -> OS completes power-off via ACPI
    -> UPS cuts load output
    -> (mains may already be back)
    -> UPS restores load on mains presence
    -> BIOS "boot on power restore" fires

    Hope this helps someone else too :flan_hacker:​

  18. When does a UPS/gateway race condition happen? When you are lots of kms from the office, of course…
    So, I learned how to solve the race condition correctly using #nut and #OpenBSD with my #Eaton UPS (strongly recommended 'cos they don't cloudy cloud and speak USB or serial perfectly).
    The problem statement is simple:

    * UPS on battery
    * shutdown initiated
    * shutdown completes
    * power returns before UPS is a 0%
    * gateway machine remains happily off because there is no up/down on the power
    * you are far from the office and there is nobody to press the power button on the gateway for you.

    The solution I worked out with documentation and searches (thank you @kagihq ) is:

    upsmon detects FSD (low battery / POWERDOWNFLAG trigger)
    -> creates POWERDOWNFLAG file (e.g. /var/run/killpower)
    -> executes SHUTDOWNCMD ("shutdown -p now")
    -> OS shuts down processes, remounts FS read-only
    -> /etc/rc.shutdown runs
    -> checks: upsmon -K (exits 0 if POWERDOWNFLAG exists)
    -> calls: upsdrvctl shutdown
    -> starts a fresh driver instance: usbhid-ups -a eaton -k
    -> driver sends "shutdown.return" to UPS
    -> UPS timer starts (ups.delay.shutdown seconds)
    -> OS completes power-off via ACPI
    -> UPS cuts load output
    -> (mains may already be back)
    -> UPS restores load on mains presence
    -> BIOS "boot on power restore" fires

    Hope this helps someone else too :flan_hacker:​

  19. Błędy przy autoryzacji i obsłudze sesji w aplikacjach Johnson & Johnson

    Badacz bezpieczeństwa o pseudonimie Eaton ujawnił podatności, które znalazł w 2 aplikacjach webowych firmy Johnson & Johnson. Pierwsza umożliwiała dostęp do danych niemal tysiąca studentów, a druga pozwalała na uzyskanie uprawnień administratora w wewnętrznym systemie. TLDR: Rekrutacja studentów Firma Johnson & Johnson chętnie pojawiała się na targach pracy i wydarzeniach...

    #Aktualności #Awareness #Bezpieczeństwo #Eaton #Websec

    sekurak.pl/bledy-przy-autoryza

  20. Błędy przy autoryzacji i obsłudze sesji w aplikacjach Johnson & Johnson

    Badacz bezpieczeństwa o pseudonimie Eaton ujawnił podatności, które znalazł w 2 aplikacjach webowych firmy Johnson & Johnson. Pierwsza umożliwiała dostęp do danych niemal tysiąca studentów, a druga pozwalała na uzyskanie uprawnień administratora w wewnętrznym systemie. TLDR: Rekrutacja studentów Firma Johnson & Johnson chętnie pojawiała się na targach pracy i wydarzeniach...

    #Aktualności #Awareness #Bezpieczeństwo #Eaton #Websec

    sekurak.pl/bledy-przy-autoryza

  21. Błędy przy autoryzacji i obsłudze sesji w aplikacjach Johnson & Johnson

    Badacz bezpieczeństwa o pseudonimie Eaton ujawnił podatności, które znalazł w 2 aplikacjach webowych firmy Johnson & Johnson. Pierwsza umożliwiała dostęp do danych niemal tysiąca studentów, a druga pozwalała na uzyskanie uprawnień administratora w wewnętrznym systemie. TLDR: Rekrutacja studentów Firma Johnson & Johnson chętnie pojawiała się na targach pracy i wydarzeniach...

    #Aktualności #Awareness #Bezpieczeństwo #Eaton #Websec

    sekurak.pl/bledy-przy-autoryza

  22. Błędy przy autoryzacji i obsłudze sesji w aplikacjach Johnson & Johnson

    Badacz bezpieczeństwa o pseudonimie Eaton ujawnił podatności, które znalazł w 2 aplikacjach webowych firmy Johnson & Johnson. Pierwsza umożliwiała dostęp do danych niemal tysiąca studentów, a druga pozwalała na uzyskanie uprawnień administratora w wewnętrznym systemie. TLDR: Rekrutacja studentów Firma Johnson & Johnson chętnie pojawiała się na targach pracy i wydarzeniach...

    #Aktualności #Awareness #Bezpieczeństwo #Eaton #Websec

    sekurak.pl/bledy-przy-autoryza

  23. Błędy przy autoryzacji i obsłudze sesji w aplikacjach Johnson & Johnson

    Badacz bezpieczeństwa o pseudonimie Eaton ujawnił podatności, które znalazł w 2 aplikacjach webowych firmy Johnson & Johnson. Pierwsza umożliwiała dostęp do danych niemal tysiąca studentów, a druga pozwalała na uzyskanie uprawnień administratora w wewnętrznym systemie. TLDR: Rekrutacja studentów Firma Johnson & Johnson chętnie pojawiała się na targach pracy i wydarzeniach...

    #Aktualności #Awareness #Bezpieczeństwo #Eaton #Websec

    sekurak.pl/bledy-przy-autoryza

  24. This is how my #HomeLab is powered. #EcoFlow River 3 for long power outages and #Eaton UPS between it and servers because EcoFlow's UPS capabilities are shitty. Eaton UPS also gives me the ability to change the HomeLab power source without interruptions.

    I just tested graceful shutdown on my #HomeLab through #HomeAssistant and #Proxmox API. Worked very well, but I have an unresolved corner case.

    more ⤵

  25. This is how my #HomeLab is powered. #EcoFlow River 3 for long power outages and #Eaton UPS between it and servers because EcoFlow's UPS capabilities are shitty. Eaton UPS also gives me the ability to change the HomeLab power source without interruptions.

    I just tested graceful shutdown on my #HomeLab through #HomeAssistant and #Proxmox API. Worked very well, but I have an unresolved corner case.

    more ⤵

  26. This is how my #HomeLab is powered. #EcoFlow River 3 for long power outages and #Eaton UPS between it and servers because EcoFlow's UPS capabilities are shitty. Eaton UPS also gives me the ability to change the HomeLab power source without interruptions.

    I just tested graceful shutdown on my #HomeLab through #HomeAssistant and #Proxmox API. Worked very well, but I have an unresolved corner case.

    more ⤵

  27. This is how my #HomeLab is powered. #EcoFlow River 3 for long power outages and #Eaton UPS between it and servers because EcoFlow's UPS capabilities are shitty. Eaton UPS also gives me the ability to change the HomeLab power source without interruptions.

    I just tested graceful shutdown on my #HomeLab through #HomeAssistant and #Proxmox API. Worked very well, but I have an unresolved corner case.

    more ⤵

  28. This is how my #HomeLab is powered. #EcoFlow River 3 for long power outages and #Eaton UPS between it and servers because EcoFlow's UPS capabilities are shitty. Eaton UPS also gives me the ability to change the HomeLab power source without interruptions.

    I just tested graceful shutdown on my #HomeLab through #HomeAssistant and #Proxmox API. Worked very well, but I have an unresolved corner case.

    more ⤵

  29. Hype for the Future 227H: Preble County, Ohio

    Overview Preble County is a notable county located within west-central Ohio west of Dayton and associated with communities such as Eaton, College Corner (part), Camden, Eldorado, Gratis, Lewisburg, New Paris, Verona, West Alexandria, West Elkton, and West Manchester. Today, notable highways serving the county include Interstate 70 and Routes 35, 40, 127, 121, 122, 177, 320, 503, 725, 726, 732, and 744. The Stable is a notable bar and grill within the City of Eaton, along with a number of […]

    novatopflex.wordpress.com/2026

  30. Hype for the Future 227H: Preble County, Ohio

    Overview Preble County is a notable county located within west-central Ohio west of Dayton and associated with communities such as Eaton, College Corner (part), Camden, Eldorado, Gratis, Lewisburg, New Paris, Verona, West Alexandria, West Elkton, and West Manchester. Today, notable highways serving the county include Interstate 70 and Routes 35, 40, 127, 121, 122, 177, 320, 503, 725, 726, 732, and 744. The Stable is a notable bar and grill within the City of Eaton, along with a number of […]

    novatopflex.wordpress.com/2026

  31. Hype for the Future 227H: Preble County, Ohio

    Overview Preble County is a notable county located within west-central Ohio west of Dayton and associated with communities such as Eaton, College Corner (part), Camden, Eldorado, Gratis, Lewisburg, New Paris, Verona, West Alexandria, West Elkton, and West Manchester. Today, notable highways serving the county include Interstate 70 and Routes 35, 40, 127, 121, 122, 177, 320, 503, 725, 726, 732, and 744. The Stable is a notable bar and grill within the City of Eaton, along with a number of […]

    novatopflex.wordpress.com/2026

  32. Hype for the Future 227H: Preble County, Ohio

    Overview Preble County is a notable county located within west-central Ohio west of Dayton and associated with communities such as Eaton, College Corner (part), Camden, Eldorado, Gratis, Lewisburg, New Paris, Verona, West Alexandria, West Elkton, and West Manchester. Today, notable highways serving the county include Interstate 70 and Routes 35, 40, 127, 121, 122, 177, 320, 503, 725, 726, 732, and 744. The Stable is a notable bar and grill within the City of Eaton, along with a number of […]

    novatopflex.wordpress.com/2026

  33. Hype for the Future 227H: Preble County, Ohio

    Overview Preble County is a notable county located within west-central Ohio west of Dayton and associated with communities such as Eaton, College Corner (part), Camden, Eldorado, Gratis, Lewisburg, New Paris, Verona, West Alexandria, West Elkton, and West Manchester. Today, notable highways serving the county include Interstate 70 and Routes 35, 40, 127, 121, 122, 177, 320, 503, 725, 726, 732, and 744. The Stable is a notable bar and grill within the City of Eaton, along with a number of […]

    novatopflex.wordpress.com/2026

  34. Hype for the Future 226C: Lansing, Michigan

    Introduction Lansing is the capital city of the State of Michigan and is located toward the southeastern side of Michigan’s Lower Peninsula, located primarily in Ingham County with portions extending north into Clinton County and west into Eaton County. Interestingly, the city is unique among state capitals for not serving as a county seat as well, since Mason serves as the county seat of Ingham County, Charlotte serves Eaton County, and Saint Johns serves Clinton County. Lansing Within […]

    novatopflex.wordpress.com/2026

  35. Hype for the Future 226C: Lansing, Michigan

    Introduction Lansing is the capital city of the State of Michigan and is located toward the southeastern side of Michigan’s Lower Peninsula, located primarily in Ingham County with portions extending north into Clinton County and west into Eaton County. Interestingly, the city is unique among state capitals for not serving as a county seat as well, since Mason serves as the county seat of Ingham County, Charlotte serves Eaton County, and Saint Johns serves Clinton County. Lansing Within […]

    novatopflex.wordpress.com/2026

  36. Hype for the Future 226C: Lansing, Michigan

    Introduction Lansing is the capital city of the State of Michigan and is located toward the southeastern side of Michigan’s Lower Peninsula, located primarily in Ingham County with portions extending north into Clinton County and west into Eaton County. Interestingly, the city is unique among state capitals for not serving as a county seat as well, since Mason serves as the county seat of Ingham County, Charlotte serves Eaton County, and Saint Johns serves Clinton County. Lansing Within […]

    novatopflex.wordpress.com/2026

  37. Hype for the Future 226C: Lansing, Michigan

    Introduction Lansing is the capital city of the State of Michigan and is located toward the southeastern side of Michigan’s Lower Peninsula, located primarily in Ingham County with portions extending north into Clinton County and west into Eaton County. Interestingly, the city is unique among state capitals for not serving as a county seat as well, since Mason serves as the county seat of Ingham County, Charlotte serves Eaton County, and Saint Johns serves Clinton County. Lansing Within […]

    novatopflex.wordpress.com/2026

  38. Hype for the Future 226C: Lansing, Michigan

    Introduction Lansing is the capital city of the State of Michigan and is located toward the southeastern side of Michigan’s Lower Peninsula, located primarily in Ingham County with portions extending north into Clinton County and west into Eaton County. Interestingly, the city is unique among state capitals for not serving as a county seat as well, since Mason serves as the county seat of Ingham County, Charlotte serves Eaton County, and Saint Johns serves Clinton County. Lansing Within […]

    novatopflex.wordpress.com/2026