Vincent Leduc

Results 7 comments of Vincent Leduc

I still see this on Linux if `PYTHONWARNINGS=d` is set. If I turn that off, then the warnings are not displayed.

Have been trying to get that working in Photon 4.0 Rev2. From a Ubuntu 20.04 (linux 5.13 / cifs-utils 6.9) client, this works (after typing in my password): `sudo mount.cifs...

@dcasota just ran tdnf distro-sync to update packages and tried again, with the same results, unfortunately

Hey, happy to report mount.cifs is now working in Photon OS 5.0GA :)

Thanks, makes sense! I will look into it.

> Doesn't nan == nan equal False? Yes, precisely. In python that's the case. `pydicom.Dataset._dict_equal ` returns `all(ds1[key] == ds2[key] for key in ds1.keys())` (I'm simplifying here), so the result...

Sorry to revive such an old issue, but similarly, I am wondering if using supervisord has any advantage over just using `restart: always` in the docker compose service config? I...