HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //usr/lib/python3/dist-packages/sos/__pycache__/__init__.cpython-38.pyc
U

i��d� �@s�dZdZddlZddlZddlmZddlmZddlZdZ	dZ
e�e
e	�dd	�ZeZ
zeWnek
rxeZYnXGd
d�d�ZdS)zu
This module houses the i18n setup and message function. The default is to use
gettext to internationalize messages.
z4.5.6�N)�ArgumentParser)�
SosListOptionz/usr/share/locale�soscCst�t|�S�N)�gettext�dgettext�gettext_app)�msg�r
�./usr/lib/python3/dist-packages/sos/__init__.py�_defaultsrc@s0eZdZdZdd�Zdd�Zdd�Zdd	�Zd
S)�SoSaRMain entrypoint for sos from the command line

    Upon intialization, this class loads the basic option parser which will
    include the options shared by support components/subcommands. This is also
    where all subcommands present in the local installation are discovered,
    loaded, and if a matching one is found, intialized.
    c

Cs||_ddl}ddl}ddl}|jjdgf|jjddgf|jj	gfd�|_
z ddl}|jj
dgf|j
d<Wnhtk
r�}zJddl}d|jkr�|jjgf|j
d<n d	|jkr�|jjgf|j
d<n�W5d}~XYnXd
}|j
D]J}|j
|d}|�d|�d�|�}|j
|dj}|d
j||d�7}q�d}	|	|}	d}
t|	|
d�|_|j�ddt�|jjdddd�|_d|j_|j
D]j}|jj||j
|dd|d�}d||_ |�ddt�|�!|�|j
|dj"|d�|j#|d��qz|j�$|j�|_%|�&�dS)NrZrep�cleaner�mask)�reportZclean�help�	collectorZcollectz
sos.collectorZpexpect��z, z	{com:<30}{desc}
)�com�descz6%(prog)s <component> [options]

Available components:
z1See `sos <component> --help` for more information)�usage�epilog�action�extend�	componentzsos component to run)�dest�metavarrTzsos %s)�aliases�progzsos %s [options])�parser)r)'�cmdlineZ
sos.reportZsos.cleanerZsos.helprZ	SoSReportrZ
SoSCleanerrZ	SoSHelper�_componentsZ
sos.collectorrZSoSCollector�ModuleNotFoundErrorZsos.missingr	ZmissingZMissingCollectZMissingPexpect�insert�joinr�formatrr �registerrZadd_subparsersZ
subparsersZrequiredZ
add_parserr�_add_common_optionsZadd_parser_optionsZset_defaults�
parse_args�args�_init_component)
�selfr*r�errZ_com_stringrr�_comrZusage_stringr�compZ_com_subparserr
r
r�__init__5sj
��



��
�

zSoS.__init__c	Cs|�d�}|jddddd�|jdtdd	d
dd�|jd
dddd�|jddddddd�|jddddddd�|jdddddd�|jdddd d!td"d#�|jd$d%d&d'd(d)d�|jd*d+d,d-d.d/gd0d1�|��}|jd2ddd3d�|jd4d5d6�|jd7d8d6�dS)9z@Adds the options shared across components to the parser
        zGlobal Optionsz--batchF�
store_truezDo not prompt interactively)�defaultrrz
--config-fileZstoreZconfig_filez/etc/sos/sos.confz$specify alternate configuration file)�typerrr2rz--debug�debugz6enable interactive debugging using the python debugger)rrrz-qz--quiet�quietzonly print fatal errors)rrr2rz-sz	--sysrootZsysrootNz!system rootdir path (default='/')z	--tmp-dirZtmp_dirz%specify alternate temporary directoryz-tz	--threadsZthreads�zNumber of threads to use)rrr2r3rz-vz	--verbose�count�	verbosityrzincrease verbosityz-zz--compression-typeZcompression_type�autoZgzipZxzzcompression technology to use)r�choicesrz	--encryptz_Encrypt the archive, either prompting for a password/key or referencing an environment variablez
--encrypt-keyz(Encrypt the archive using a GPG key-pair)rz--encrypt-passz$Encrypt the archive using a password)Zadd_argument_group�add_argument�str�intZadd_mutually_exclusive_group)r,r Z
global_grpZencrypt_grpr
r
rr(~sj

�
�
�
�
�
�
�
�����zSoS._add_common_optionsc
Cs�|jj}||j��kr"td|�z@|j|d}|jrLt��dksLtd��||j	|j|j
�|_WnHtk
r�}z*td||f�|jjr�|�t
�d�W5d}~XYnXdS)znDetermine which component has been requested by the user, and then
        initialize that component.
        z!Unknown subcommand '%s' specifiedrz*Component must be run with root privilegeszCould not initialize '%s': %srN)r*rr"�keys�printZ
root_required�os�getuid�	Exceptionr r!�
_componentr4�sys�exit)r,r.Z_to_loadr-r
r
rr+�szSoS._init_componentcCs|j��dSr)rC�execute)r,r
r
rrF�szSoS.executeN)�__name__�
__module__�__qualname__�__doc__r0r(r+rFr
r
r
rr
,s
I/r
)rJ�__version__r@rD�argparserZsos.optionsrrZgettext_dirr�bindtextdomainrZ_sosr#�	NameError�ImportErrorr
r
r
r
r�<module>
s