| Server IP : 94.16.115.136 / Your IP : 216.73.217.106 Web Server : Apache/2.4.52 (Ubuntu) System : Linux rogerrabbit 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : bkillingseder ( 1001) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /snap/core22/current/usr/lib/python3/dist-packages/cloudinit/__pycache__/ |
Upload File : |
o
�t�hg � @ s~ d Z ddlZddlZddlZddlZddlmZ ddlmZ ddl m
Z
ddlmZ e�
e�Zdefdd �ZG d
d� d�ZdS )z#A module for common socket helpers.� N)�suppress)�Dict)�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<