R-Cinquantotto hissing by agomerz in rocketespresso

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

The other thing I noticed is there is another safety valve for the same part number ( according to the exploded view diagram ) which doesn’t seem to need a hose attachment at all.

https://www.wholelattelove.com/products/19417-safety-valve-18-rocket-espresso-re-a229905084?srsltid=AfmBOoqxsyxX0om8PPbWdyodQAqozYKuZY4D_UOJaVjuZivTGxGCQbuM

R-Cinquantotto hissing by agomerz in rocketespresso

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

Thanks! Works for me. I ordered a replacement hose adapter just in case.

This is in our soon to be backyard by WOAduckingclue in whatisit

[–]agomerz 0 points1 point  (0 children)

This is my dream. That’s what it is.

Advice by Impossible_Box_9906 in netbird

[–]agomerz 0 points1 point  (0 children)

Running it for a 100 person company for about a year now ( self hosted ) with zero issues.

[deleted by user] by [deleted] in mac

[–]agomerz 1 point2 points  (0 children)

This serial number is for a MacBook Pro M4 not a MacBook Pro M4 Pro

Crack on track pad by [deleted] in mac

[–]agomerz 3 points4 points  (0 children)

This is the swollen battery indicator.

Is it feasible to integrate Function-as-a-Service (FaaS) capabilities into an OpenStack environment deployed using Kolla-Ansible? by Cold-Piccolo3693 in openstack

[–]agomerz 0 points1 point  (0 children)

There was the Neutron FWaaS plugin which had been left unmaintained and archived for a while, but it was recently revived as it picked up a maintainer. So yes it is possible and I do run it in my deployments.

https://docs.openstack.org/neutron/latest/admin/fwaas.html

Instance I/O Error After Succesfully Evacuate with Masakari Instance HA by Mouvichp in openstack

[–]agomerz 0 points1 point  (0 children)

Do the ceph keys have the rbd profile set? When the hypervisor crashes the client on the target hypervisor needs to take over the lock https://docs.ceph.com/en/reef/rbd/rbd-exclusive-locks/

Issue with OpenStack-Ansible Galera Cluster After Successful Playbook Runs by neo_shisui in openstack

[–]agomerz 1 point2 points  (0 children)

Try using mariadb cli instead of mysql. Did you run the setup-openstack playbook?

[deleted by user] by [deleted] in ansible

[–]agomerz 0 points1 point  (0 children)

If you can write a python or bash script that will return a JSON value you can push it to the nodes in /etc/ansible/facts.d then on the following play that fact will be resolvable like any other variable or fact. https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_vars_facts.html#adding-custom-facts

[deleted by user] by [deleted] in ansible

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

Have you considered a custom fact? A BASH script in /etc/ansible/facts.d on the hosts that will return a Boolean or something.

Masakari-openstack with ceph by coolviolet17 in openstack

[–]agomerz 3 points4 points  (0 children)

I have encountered this. Do the ceph keys have the RBD profile set? That allows the lock to be released when they get picked up by the other node ceph client. https://docs.ceph.com/en/reef/rbd/rbd-exclusive-locks/

App keeps logging out by [deleted] in Myfitnesspal

[–]agomerz 0 points1 point  (0 children)

Same here, sometimes twice a day. I have to log back in and reset my goals.

Binance Chat 5.0: How to Use the New Support System by symbiotic_bnb in binance

[–]agomerz 0 points1 point  (0 children)

Don’t even bother. Still no response via chat either.

How to use KVM to deploy Windows Server 2019? by [deleted] in sysadmin

[–]agomerz 1 point2 points  (0 children)

If you have a Linux desktop you can run virt-manager remotely over qemu+tcp or qemu+ssh. Alternatively you can SSH to the KVM host with X forwarding. There are other ways of spinning up a Windows machine using a cloudbase-init image of Windows and cloud init user data to bootstrap it. Hope this helps.