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/sos/cleaner/archives/__pycache__/ |
Upload File : |
o ���b � @ s( d dl mZ d dlZG dd� de�ZdS )� )�SoSObfuscationArchiveNc @ s8 e Zd ZdZdZdZdddd�Zedd� �Zd d � Z dS )�InsightsArchivezbThis class represents archives generated by the insights-client utility for RHEL systems. �insightszinsights-client archivez"data/insights_commands/hostname_-fzdata/insights_commands/ip_addr)�hostname�ip�macc C s* z t �|�o d|v W S ty Y dS w )Nz insights-F)�tarfile� is_tarfile� Exception)�cls�arc_path� r �?/usr/lib/python3/dist-packages/sos/cleaner/archives/insights.py� check_is_type s �zInsightsArchive.check_is_typec C s4 | j �d�d �d�d }| jjjdkrd| }|S )N�/���z.tarr �.z./)�archive_path�split�tarobj�firstmember�name)�self�topr r r �get_archive_root&