| Server IP : 159.69.118.108 / Your IP : 216.73.216.231 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ubuntu-4gb-fsn1-1 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 13:53:54 UTC 2025 aarch64 User : root ( 0) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/cloudinit/__pycache__/ |
Upload File : |
�
��ig � � � d Z ddlZddlZddlZddlZddlmZ ddlmZ ddl m
Z
ddlmZ ej e� Zdefd�Z G d � d
� Zy)z#A module for common socket helpers.� N)�suppress)�Dict)�performance)�DEFAULT_RUN_DIR�messagec � � t j j dd� }|sy|d dk( r|j ddd� n|d dk7 rt d � �t j
t
j t
j t
j z � 5 }t j d
t | � � |j |� |j | j d� � ddd� y# 1 sw Y yxY w)z[Send a sd_notify message.
:param message: sd-notify message (must be valid ascii)
�
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�socks �2/usr/lib/python3/dist-packages/cloudinit/socket.py� sd_notifyr"