ruạṛ
a ���f� � @ s� d dl Z d dlZd dlZd dlZd dlZd dlZd dlZzd dlmZm Z W n" e yn d dlmZm Z Y n0 d dlm Z dZd"dd�Zdd � Zd d� Zdd � Zdd� Zdd� Zdd� Zdd� Zdd� Zdd� Zdd� Zdd� Zdd� Zd d!� ZdS )#� N)�urlopen�Request)�configz4/var/lib/oracle-cloud-agent/plugins/osms/dbtimestamp�r c C sr |p| }t �d|� tj| tjtjdd�}|�� \}}|j|vrVtd||j||f ��t �d|j||� |�d�S )Nzrun_cmd args: %sT)�stdout�stderr� close_fdsz.Command: %s failed (%s): stderr: %s stdout: %sz.run_cmd returncode: %s, stdout: %s, stderr: %szutf-8) �logging�debug� subprocess�Popen�PIPE�communicate� returncode� Exception�decode)�args�success_return_codeZlogargs�proc� stdoutdata� stderrdata� r �8/usr/share/oracle-cloud-agent/plugins/osms/osms/utils.py�run_cmd s"