|
Server : LiteSpeed System : Linux barito.iixcp.rumahweb.net 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : elvh3918 ( 1528) PHP Version : 8.2.31 Disable Function : mail Directory : /opt/cloudlinux/venv/lib/python3.11/site-packages/__pycache__/ |
�
�Y�k�� � � � d dl Z d dlZd dlZd dlZd dlZd dlZd dlmZ d dlm Z m
Z
G d� d� � Z e
e �� � Zd� Z
d� Zd
d
�Zd� Zd� ZdS )� N)�remount_proc)�SYSCTL_CL_CONF_FILE�
SysCtlConfc �0 � e Zd Zg d�ZdZdZd� Zd� Zd� ZdS )�
KernelVersion)�1r �95� Tc �R � t j ddgt j t j �� � 5 }|� � � \ }}|j dk r#t d� � t
j d� � |� d� � dk r{|� d� � d � d � � d d d� �
� � � d
� � | _ t | j � � nd| _ d d d � � d S # 1 swxY w Y d S )N�unamez-r)�stdout�stderrr z?error: subprocess call error. Cant't get current kernel version� �lve����el�.F)
�
subprocess�Popen�PIPE�communicate�
returncode�print�sys�exit�find�split�strip�_system_kernel�
_cl_kernel)�self�proc�out�_s �py/clsetuplib.py�__init__zKernelVersion.__init__&