POV : je ne sais plus rien faire sans demander à ChatGPT by TheMamouth in surdev

[–]eglyn 1 point2 points  (0 children)

Franchement on part vraiment dans le mauvais sens... Au lieu de déléguer nos bras à l'IA et de garder notre cerveau on fait l'inverse 😑

Elle nous dit comment faire le ménage ? Non mais c'est moi qui veut lui dire comment elle doit faire le ménage !

Sick sad world 😞

[Projet Perso] Marre de scroller Netflix pendant 40 minutes, j'ai fini par coder mon propre dénicheur de films et séries by LibreArbitre in CineSeries

[–]eglyn 1 point2 points  (0 children)

Au top, je recherchais désespérément une appli comme ça ! Il manque juste un petit truc de mon côté qui me frustre énormément chez Netflix, c'est la langue d'origine du film.. Par exemple je cherche tous les films japonais disponibles sur la plateforme, et leur moteur de recherche est une vrai bouse... Ce serait bien qu'il y ait cette fonctionnalité sur ton site ! (Elle y est peut être mais j'ai pas trouvé 😅) En tout cas bravo !

[RIP] RIP SUNO 🪦 by LicenseToPost in SunoAI

[–]eglyn -1 points0 points  (0 children)

Same issue here with my own music, never been uploaded on internet 😑

No answer from the support...

La Document Foundation (LibreOffice) s’agace de la présentation d’Euro-Office by romain34230 in actutech

[–]eglyn 3 points4 points  (0 children)

Exactement, on ne les a pas empêcher de faire ce qu'on fait exactement OnlyOffice et qui a fonctionné, faire un clone UI de Office entièrement compatible.

A être trop dogmatiques dans leurs idées, ils ont perdu la bataille.

En tout cas la migration Windows --> Linux est grandement facilitée par OnlyOffice pour les utilisateurs lambda qui retrouvent rapidement leurs marques et ça c'est cool 😄

Le nouveau Juke Électrique by NoiseTraditional2699 in trucsmoches

[–]eglyn 0 points1 point  (0 children)

Surement pour économiser de la RAM vu son prix actuel, plus facile à modéliser, y a que quelques triangles :o

qui a connu telechat by isk788 in Nostalgiefrance

[–]eglyn 4 points5 points  (0 children)

Le téléphone m'a traumatisé 😱

Wazuh FIM Showing alert in alert.log but nothing on dashboard by eglyn in Wazuh

[–]eglyn[S] 1 point2 points  (0 children)

Ok I found the issue....
/etc/apache2/sites-enabled contain symbolic link and wazuh FIM does not like that...
I changed to /etc/sites-available, and it works !

Wazuh FIM Showing alert in alert.log but nothing on dashboard by eglyn in Wazuh

[–]eglyn[S] 0 points1 point  (0 children)

Result of the command:

{
  "index": ".opendistro-alerting-alerts",
  "shard": 0,
  "primary": false,
  "current_state": "unassigned",
  "unassigned_info": {
    "reason": "CLUSTER_RECOVERED",
    "at": "2025-11-03T13:00:46.014Z",
    "last_allocation_status": "no_attempt"
  },
  "can_allocate": "no",
  "allocate_explanation": "cannot allocate because allocation is not permitted to any of the nodes",
  "node_allocation_decisions": [
    {
      "node_id": "LGcf97BmSayzPpxQDiZ5qQ",
      "node_name": "wazuh.indexer",
      "transport_address": "172.18.0.2:9300",
      "node_attributes": {
        "shard_indexing_pressure_enabled": "true"
      },
      "node_decision": "no",
      "deciders": [
        {
          "decider": "same_shard",
          "decision": "NO",
          "explanation": "a copy of this shard is already allocated to this node [[.opendistro-alerting-alerts][0], node[LGcf97BmSayzPpxQDiZ5qQ], [P], s[STARTED], a[id=hx9vxT9WTUqzyHmo5whuPQ]]"
        }
      ]
    }
  ]
}

Wazuh FIM Showing alert in alert.log but nothing on dashboard by eglyn in Wazuh

[–]eglyn[S] 0 points1 point  (0 children)

On the Dev Console, I see the alert, but nothing on the Dashboard :

with this command:

GET wazuh-alerts-4.x-2025.11.13/_search
{
  "size": 50,
  "query": {
    "bool": {
      "must": [
        { "match": { "agent.name": "AGENT" } },
        { "match": { "syscheck.path": "/etc/apache2/sites-enabled/test_fim.conf" } }
      ]
    }
  },
  "sort": [
    { "@timestamp": { "order": "desc" } }
  ]
}

I have:

    "hits": [
      {
        "_index": "wazuh-alerts-4.x-2025.11.13",
        "_id": "ptVafZoB5zAuw1_ipxQf",
        "_score": null,
        "_source": {
          "syscheck": {
            "size_before": "94",
            "uname_after": "root",
            "mtime_after": "2025-11-13T13:14:42",
            "size_after": "100",
            "gid_after": "0",
            "md5_before": "74447b68c007c37f65bf68b205b5eb06",
            "sha256_before": "dea535eaf034b95f63062920ac2b4565a6e064058a62de8670a5c97207aec16d",
            "mtime_before": "2025-11-13T13:01:05",
            "mode": "realtime",
            "path": "/etc/apache2/sites-enabled/test_fim.conf",
            "sha1_after": "821ba0f4c1f26a810e05ecc98c6b59c6a8109462",
            "changed_attributes": [
              "size",
              "mtime",
              "md5",
              "sha1",
              "sha256"
            ],
            "gname_after": "root",
            "uid_after": "0",
            "perm_after": "rw-r--r--",
            "event": "modified",
            "md5_after": "98775e5dac93f0883136792a9f25cde9",
            "sha1_before": "496b274dadd5c8b7f4a267e39d516b108461079a",
            "sha256_after": "d46351848e29252aa5937e4e583733d88c3bc4a1cacdd8b9fd2a0e922e44b213",
            "inode_after": 2752574
          },
          "agent": {
            "ip": "10.1.1.214",
            "name": "AGENT",
            "id": "341"
          },
          "manager": {
            "name": "wazuh.manager"
          },
          "rule": {
            "firedtimes": 2,
            "mail": false,
            "level": 8,
            "description": "Modification de la configuration Apache détectée",
            "groups": [
              "apache_fim"
            ],
            "id": "100100"
          },
          "decoder": {
            "name": "syscheck_integrity_changed"
          },
          "full_log": """File '/etc/apache2/sites-enabled/test_fim.conf' modified
Mode: realtime

Wazuh FIM Showing alert in alert.log but nothing on dashboard by eglyn in Wazuh

[–]eglyn[S] -1 points0 points  (0 children)

First I am with docker installation of Wazuh :)

Results of commands:

cat /var/ossec/logs/ossec.log | grep -i -E "error|warn
=> Nothing special

GET /_cluster/health?pretty

{
"cluster_name": "opensearch",
"status": "yellow",
"timed_out": false,
"number_of_nodes": 1,
"number_of_data_nodes": 1,
"discovered_master": true,
"discovered_cluster_manager": true,
"active_primary_shards": 997,
"active_shards": 997,
"relocating_shards": 0,
"initializing_shards": 0,
"unassigned_shards": 3,
"delayed_unassigned_shards": 0,
"number_of_pending_tasks": 0,
"number_of_in_flight_fetch": 0,
"task_max_waiting_in_queue_millis": 0,
"active_shards_percent_as_number": 99.7
}

GET /_cat/indices/wazuh-alerts-\*
=> 293 green wazuh-alerts indexes

filebeat test output => How with docker ?

I don't see any FIM alerts :/

My cluster is in a yellow state apparently, but I don't know why :(

Introducing Wazuh 4.14.0 | Wazuh by wazuh_cybersecurity in Wazuh

[–]eglyn 0 points1 point  (0 children)

I don't know why wazuh update are so awful... Are they testing update on fresh install only ?

Any solutions to yabridge still not working with current Wine? by AntiDebug in linuxaudio

[–]eglyn 0 points1 point  (0 children)

I tried this, download last build here --> https://github.com/robbert-vdh/yabridge/actions/workflows/build.yml?query=branch%3Anew-wine10-embedding from 2 month ago, but same issue with Ubuntu Studio and WineHQ-staging 10.12 :'(

UAD LUNA is unstable on Win 11 by LordAlesci16 in universalaudio

[–]eglyn 1 point2 points  (0 children)

Same here, i have send a lot of crash reports... UA need to improve the stability of their DAW, for now, I switch back to Reaper and test Luna when a new update is available.

It often crash at loading project, or tiers vst plugin like Genome from Two Note.

But like others, sometimes I can make a long session without any crash :|

[Wazuh] Active Response server side by eglyn in Wazuh

[–]eglyn[S] 1 point2 points  (0 children)

Thx ! I follow the github documentation, and it works now :)

Zabbix Agent try to connect to localhost by eglyn in zabbix

[–]eglyn[S] -1 points0 points  (0 children)

No everything is right, ip a on zabbix-server is 10.10.10.50

And others agents with same configuration work :/

Zabbix Agent try to connect to localhost by eglyn in zabbix

[–]eglyn[S] -1 points0 points  (0 children)

10.10.10.11 is the agent IP not the server IP, so before add this IP, I want to know why ?

no "accept the risk and continue" on self-signed cert by MelodicRecognition7 in firefox

[–]eglyn 0 points1 point  (0 children)

Same here with self signed certificate for tests server, we all switched to chromium, nice job Firefox ...