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 : /snap/core20/2599/usr/lib/python3/dist-packages/cloudinit/__pycache__/ |
Upload File : |
U Ӈg� � @ 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 ��0}t � d t| �� |�|� |� | �d�� W 5 Q R X 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 �2/usr/lib/python3/dist-packages/cloudinit/socket.py� sd_notify s � r c @ s<