sambles
sambles
This worked for me, I've just updated to 4.7-2 and hit this same issue. try editing the file `/etc/pulse/default.pa` and comment out the following two lines. ``` 55 #load-module module-alsa-source...
Headphone Jack/Speaker toggle isn't working for me. I guess it means tweaking an acpi event handling script?
Hello @AntonioPetruccelli looking at the GEM lookup code, areaperil is matched by `lat/long` with fallback options for `county` and `state`. https://github.com/OasisLMF/gem/blob/master/src/keys_server/GMO/utils/AreaPerilLookup.py#L100-L123 where `GeogName1 == county` and `AreaName1 == state` Did...
There should be something returned even with no matches, are you able to share the first 10 rows of your location file?
The `ConstructionCode` + `NumberOfStoreys` column values in your location file are not supported by the GEM lookup, so the invalid rows get filtered out --> no results to return. Not...
I think its only safe to remove these check for GUL only runs, these columns would be needed for Insured loss and reinsurance. Its probably best to leave it in...
> **carlfischerjba:** First could we get a bit more logging so we can see the PPID, PGID and SID of processes? Replacing `ps f -g $sess_pid` with `ps -jf f...
> *Johan Nilsson:* I did a simple bash script to test the trap (I haven't used it for some time I'm afraid), and it looks like the trap does not...
Partially done, needs a chat with JBA about an alternative method for selecting processes to kill
I tried testing a python script to fetch currently running processes using `psutil` rather than `pgrep | grep ...` I'm not sure if its a better solution, but it might...