| Server IP : 104.21.13.164 / Your IP : 216.73.216.44 Web Server : Apache System : Linux gator4057.hostgator.com 5.14.0-687.17.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jun 22 07:21:26 EDT 2026 x86_64 User : badawi ( 1130) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/cloudinit/__pycache__/ |
Upload File : |
a
'�Dg� � @ sr d Z ddlZddlZddlZddlZddlmZ ddlmZ ddl m
Z
e�e�Z
ed�dd�ZG d d
� d
�ZdS )z#A module for common socket helpers.� N)�suppress)�performance)�DEFAULT_RUN_DIR)�messagec C s� t j�dd�}|sdS |d dkr2|�ddd� n|d dkrFtd ��t�tjtjtjB ��:}t �
d
t| �� |�|� |�
| �d�� W d � n1 s�0 Y dS )z[Send a sd_notify message.
:param message: sd-notify message (must be valid ascii)
Z
NOTIFY_SOCKET� Nr �@� � �/zUnsupported socket typezSending sd_notify(%s)�ascii)�os�environ�get�replace�OSError�socket�AF_UNIX�
SOCK_DGRAM�SOCK_CLOEXEC�LOG�info�str�connect�sendall�encode)r �socket_path�sock� r �4/usr/lib/python3.9/site-packages/cloudinit/socket.py� sd_notify s �
r c @ s<