Pogoplug v3 PIP and PIP3 segementation fault June 03, 2021 08:14PM |
Registered: 9 years ago Posts: 100 |
root@scht:~# uname -r 5.4.101-oxnas-tld-1 root@sch:~# cat /etc/debian_version 9.13 root@sch:~# pip3 Segmentation fault root@sch:~# python --version Python 3.5.3
[ 373.945011] 8<--- cut here --- [ 373.948761] Unhandled fault: page domain fault (0x81b) at 0xb6f09000 [ 373.955781] pgd = 0d85d787 [ 373.959165] [b6f09000] *pgd=63ee7831, *pte=61b0355f, *ppte=61b03c7e [ 373.966103] Internal error: : 81b [#2] PREEMPT SMP ARM [ 373.971906] Modules linked in: dwmac_generic [ 373.976857] CPU: 0 PID: 4051 Comm: pip3 Tainted: G D 5.4.101-oxnas-tld-1 #1.0 [ 373.985937] Hardware name: Generic DT based system [ 373.991413] PC is at v6_coherent_kern_range+0x4/0x2c [ 373.997050] LR is at arm_syscall+0x274/0x354 [ 374.001989] pc : [<c010e550>] lr : [<c010647c>] psr: 80000013 [ 374.008913] sp : c6ae5f88 ip : b6f09008 fp : b673a458 [ 374.014801] r10: 00000000 r9 : c6ae4000 r8 : c01011e4 [ 374.020692] r7 : 000f0002 r6 : b6f0901b r5 : c6ae4000 r4 : b6f0901b [ 374.027875] r3 : 00000013 r2 : c6e74560 r1 : b6f0901b r0 : b6f09000 [ 374.035061] Flags: Nzcv IRQs on FIQs on Mode SVC_32 ISA ARM Segment none [ 374.042854] Control: 00c5787d Table: 63cac00a DAC: 00000051 [ 374.049259] Process pip3 (pid: 4051, stack limit = 0xb2ab1d3b) [ 374.055751] Stack: (0xc6ae5f88 to 0xc6ae6000) [ 374.060782] 5f80: ffffffff 00000000 bec13654 000000c0 b6f09008 b62af894 [ 374.069619] 5fa0: b63a98cc c0101000 b6f09008 b62af894 b6f09008 b6f0901b 00000000 b6f09008 [ 374.078453] 5fc0: b6f09008 b62af894 b63a98cc 000f0002 b62af880 b63c8000 b62ab5b8 b673a458 [ 374.087288] 5fe0: 00000014 bec136dc b63b4f30 b63b5b24 40000010 b6f09008 00000000 00000000 [ 374.096130] [<c010e550>] (v6_coherent_kern_range) from [<c010647c>] (arm_syscall+0x274/0x354) [ 374.105318] [<c010647c>] (arm_syscall) from [<c0101000>] (ret_fast_syscall+0x0/0x54) [ 374.113715] Exception stack(0xc6ae5fa8 to 0xc6ae5ff0) [ 374.119434] 5fa0: b6f09008 b62af894 b6f09008 b6f0901b 00000000 b6f09008 [ 374.128271] 5fc0: b6f09008 b62af894 b63a98cc 000f0002 b62af880 b63c8000 b62ab5b8 b673a458 [ 374.137100] 5fe0: 00000014 bec136dc b63b4f30 b63b5b24 [ 374.142824] Code: ee070f15 e12fff1e e12fff1e e3c0001f (ee070f3a) [ 374.149583] ---[ end trace caf5373235870c77 ]---
Re: Pogoplug v3 PIP and PIP3 segementation fault June 03, 2021 10:40PM |
Admin Registered: 13 years ago Posts: 18,856 |
Re: Pogoplug v3 PIP and PIP3 segementation fault June 04, 2021 04:50PM |
Registered: 9 years ago Posts: 100 |
oot@schcamus:~# cat /etc/debian_version 10.9 root@schcamus:~# pip Segmentation fault root@schcamus:~# uname -r 5.4.101-oxnas-tld-1 root@schcamus:~#Going back to kernel 4.14.198 fixes the issue
root@schcamus:~# uname -r 4.14.198-oxnas-tld-1 root@schcamus:~# pip Usage: pip <command> [options] Commands: install Install packages. download Download packages. uninstall Uninstall packages. freeze Output installed packages in requirements format. list List installed packages. show Show information about installed packages. check Verify installed packages have compatible dependencies. config Manage local and global configuration. search Search PyPI for packages. wheel Build wheels from your requirements. hash Compute hashes of package archives. completion A helper command used for command completion. debug Show information useful for debugging. help Show help for commands. General Options: -h, --help Show help. --isolated Run pip in an isolated mode, ignoring environment variables and user configuration. -v, --verbose Give more output. Option is additive, and can be used up to 3 times. -V, --version Show version and exit. -q, --quiet Give less output. Option is additive, and can be used up to 3 times (corresponding to WARNING, ERROR, and CRITICAL logging levels). --log <path> Path to a verbose appending log. --proxy <proxy> Specify a proxy in the form [user:passwd@]proxy.server:port. --retries <retries> Maximum number of retries each connection should attempt (default 5 times). --timeout <sec> Set the socket timeout (default 15 seconds). --exists-action <action> Default action when a path already exists: (s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort. --trusted-host <hostname> Mark this host as trusted, even though it does not have valid or any HTTPS. --cert <path> Path to alternate CA bundle. --client-cert <path> Path to SSL client certificate, a single file containing the private key and the certificate in PEM format. --cache-dir <dir> Store the cache data in <dir>. --no-cache-dir Disable the cache. --disable-pip-version-check Don't periodically check PyPI to determine whether a new version of pip is available for download. Implied with --no-index. --no-color Suppress colored output root@schcamus:~#
Re: Pogoplug v3 PIP and PIP3 segementation fault January 22, 2022 05:19PM |
Registered: 9 years ago Posts: 100 |
Re: Pogoplug v3 PIP and PIP3 segementation fault February 12, 2022 05:37PM |
Registered: 9 years ago Posts: 100 |
[13425.208517] 8<--- cut here --- [13425.212267] Unhandled fault: page domain fault (0x81b) at 0xb6f98000 [13425.219279] pgd = 7ee1738c [13425.222663] [b6f98000] *pgd=67b6f831, *pte=62c0a55f, *ppte=62c0ac7e [13425.229601] Internal error: : 81b [#11] PREEMPT SMP ARM [13425.235489] Modules linked in: uas dwmac_generic [13425.240793] CPU: 1 PID: 6567 Comm: pip3 Tainted: G D 5.4.101-oxnas-tld-1 #1.0 [13425.249879] Hardware name: Generic DT based system [13425.255349] PC is at v6_coherent_kern_range+0x4/0x2c [13425.260989] LR is at arm_syscall+0x274/0x354 [13425.265927] pc : [<c010e550>] lr : [<c010647c>] psr: 80000013 [13425.272852] sp : c7411f88 ip : b6f98008 fp : b5e50970 [13425.278740] r10: 00000000 r9 : c7410000 r8 : c01011e4 [13425.284631] r7 : 000f0002 r6 : b6f9801b r5 : c7410000 r4 : b6f9801b [13425.291814] r3 : 00000013 r2 : c62dc560 r1 : b6f9801b r0 : b6f98000 [13425.299000] Flags: Nzcv IRQs on FIQs on Mode SVC_32 ISA ARM Segment none [13425.306790] Control: 00c5787d Table: 662b400a DAC: 00000051 [13425.313198] Process pip3 (pid: 6567, stack limit = 0xd97b0ddb) [13425.319695] Stack: (0xc7411f88 to 0xc7412000) [13425.324725] 1f80: ffffffff 00000000 01f9c1c0 000000c0 b6f98008 b6008d64 [13425.333562] 1fa0: b5e4e140 c0101000 b6f98008 b6008d64 b6f98008 b6f9801b 00000000 b6008d50 [13425.342397] 1fc0: b6f98008 b6008d64 b5e4e140 000f0002 b6008d50 b5e32c20 ffffbf1c b5e50970 [13425.351232] 1fe0: 00000014 beb23b9c b5e33a88 b5e33cfc 40000010 b6f98008 00000000 00000000 [13425.360084] [<c010e550>] (v6_coherent_kern_range) from [<c010647c>] (arm_syscall+0x274/0x354) [13425.369272] [<c010647c>] (arm_syscall) from [<c0101000>] (ret_fast_syscall+0x0/0x54) [13425.377671] Exception stack(0xc7411fa8 to 0xc7411ff0) [13425.383395] 1fa0: b6f98008 b6008d64 b6f98008 b6f9801b 00000000 b6008d50 [13425.392230] 1fc0: b6f98008 b6008d64 b5e4e140 000f0002 b6008d50 b5e32c20 ffffbf1c b5e50970 [13425.401062] 1fe0: 00000014 beb23b9c b5e33a88 b5e33cfc [13425.406789] Code: ee070f15 e12fff1e e12fff1e e3c0001f (ee070f3a) [13425.413550] ---[ end trace c2f4280a39f3dcd4 ]---
Re: Pogoplug v3 PIP and PIP3 segementation fault February 12, 2022 09:51PM |
Admin Registered: 13 years ago Posts: 18,856 |
Re: Pogoplug v3 PIP and PIP3 segementation fault February 14, 2022 06:38PM |
Registered: 9 years ago Posts: 100 |
Re: Pogoplug v3 PIP and PIP3 segementation fault February 22, 2022 05:43PM |
Admin Registered: 13 years ago Posts: 18,856 |
Re: Pogoplug v3 PIP and PIP3 segementation fault February 22, 2022 06:42PM |
Registered: 9 years ago Posts: 100 |
root@schnee:~# pip3 Segmentation fault root@schnee:~# flexget Segmentation fault
[ 248.669091] 8<--- cut here --- [ 248.672839] Unhandled fault: page domain fault (0x81b) at 0xb6efe000 [ 248.679854] pgd = 6eeb95c9 [ 248.683238] [b6efe000] *pgd=669b4831, *pte=622c955f, *ppte=622c9c7e [ 248.690178] Internal error: : 81b [#2] PREEMPT SMP ARM [ 248.695976] Modules linked in: uas dwmac_generic [ 248.701271] CPU: 1 PID: 1727 Comm: pip3 Tainted: G D 5.4.179-oxnas-tld-1 #1.0 [ 248.710353] Hardware name: Generic DT based system [ 248.715822] PC is at v6_coherent_kern_range+0x4/0x2c [ 248.721456] LR is at arm_syscall+0x170/0x35c [ 248.726397] pc : [<c010e490>] lr : [<c01062dc>] psr: 40000013 [ 248.733322] sp : c60f3f80 ip : b6efe008 fp : b5d8e970 [ 248.739207] r10: 00000000 r9 : c60f2000 r8 : c01011e4 [ 248.745098] r7 : b6efe01b r6 : b6efe01b r5 : c60f2000 r4 : 00000002 [ 248.752281] r3 : c718c560 r2 : 00000000 r1 : b6efe01b r0 : b6efe000 [ 248.759467] Flags: nZcv IRQs on FIQs on Mode SVC_32 ISA ARM Segment none [ 248.767255] Control: 00c5787d Table: 664b800a DAC: 00000051 [ 248.773662] Process pip3 (pid: 1727, stack limit = 0x18e43801) [ 248.780157] Stack: (0xc60f3f80 to 0xc60f4000) [ 248.785190] 3f80: 00000101 c0109fac c78029c0 ffffffff 00000000 b6efe008 b5f75d64 b5d8c140 [ 248.794024] 3fa0: 000f0002 c0101000 b6efe008 b5f75d64 b6efe008 b6efe01b 00000000 b5f75d50 [ 248.802862] 3fc0: b6efe008 b5f75d64 b5d8c140 000f0002 b5f75d50 b5d70c20 ffffbf1c b5d8e970 [ 248.811694] 3fe0: 00000014 be9d8bac b5d71a88 b5d71cfc 40000010 b6efe008 00000000 00000000 [ 248.820536] [<c010e490>] (v6_coherent_kern_range) from [<c01062dc>] (arm_syscall+0x170/0x35c) [ 248.829719] [<c01062dc>] (arm_syscall) from [<c0101000>] (ret_fast_syscall+0x0/0x54) [ 248.838115] Exception stack(0xc60f3fa8 to 0xc60f3ff0) [ 248.843837] 3fa0: b6efe008 b5f75d64 b6efe008 b6efe01b 00000000 b5f75d50 [ 248.852669] 3fc0: b6efe008 b5f75d64 b5d8c140 000f0002 b5f75d50 b5d70c20 ffffbf1c b5d8e970 [ 248.861498] 3fe0: 00000014 be9d8bac b5d71a88 b5d71cfc [ 248.867223] Code: ee070f15 e12fff1e e12fff1e e3c0001f (ee070f3a) [ 248.873981] ---[ end trace 9b7e4d1df3b73ebd ]--- [ 256.238417] 8<--- cut here --- [ 256.242165] Unhandled fault: page domain fault (0x81b) at 0xb6f2c000 [ 256.249180] pgd = f0b2ec08 [ 256.252564] [b6f2c000] *pgd=66499831, *pte=62ac155f, *ppte=62ac1c7e [ 256.259499] Internal error: : 81b [#3] PREEMPT SMP ARM [ 256.265300] Modules linked in: uas dwmac_generic [ 256.270594] CPU: 1 PID: 1728 Comm: flexget Tainted: G D 5.4.179-oxnas-tld-1 #1.0 [ 256.279941] Hardware name: Generic DT based system [ 256.285411] PC is at v6_coherent_kern_range+0x4/0x2c [ 256.291046] LR is at arm_syscall+0x170/0x35c [ 256.295987] pc : [<c010e490>] lr : [<c01062dc>] psr: 40000013 [ 256.302912] sp : c60f3f80 ip : b6f2c008 fp : b6443970 [ 256.308800] r10: 00000000 r9 : c60f2000 r8 : c01011e4 [ 256.314688] r7 : b6f2c01b r6 : b6f2c01b r5 : c60f2000 r4 : 00000002 [ 256.321871] r3 : c718c560 r2 : 00000000 r1 : b6f2c01b r0 : b6f2c000 [ 256.329057] Flags: nZcv IRQs on FIQs on Mode SVC_32 ISA ARM Segment none [ 256.336844] Control: 00c5787d Table: 664d800a DAC: 00000051 [ 256.343252] Process flexget (pid: 1728, stack limit = 0x18e43801) [ 256.350003] Stack: (0xc60f3f80 to 0xc60f4000) [ 256.355036] 3f80: 00000101 c0109fac c69cd300 ffffffff 00000000 b6f2c008 b6513904 b6441140 [ 256.363870] 3fa0: 000f0002 c0101000 b6f2c008 b6513904 b6f2c008 b6f2c01b 00000000 b65138f0 [ 256.372705] 3fc0: b6f2c008 b6513904 b6441140 000f0002 b65138f0 b6425c20 ffffbf1c b6443970 [ 256.381539] 3fe0: 00000014 bece5a6c b6426a88 b6426cfc 40000010 b6f2c008 00000000 00000000 [ 256.390379] [<c010e490>] (v6_coherent_kern_range) from [<c01062dc>] (arm_syscall+0x170/0x35c) [ 256.399564] [<c01062dc>] (arm_syscall) from [<c0101000>] (ret_fast_syscall+0x0/0x54) [ 256.407961] Exception stack(0xc60f3fa8 to 0xc60f3ff0) [ 256.413683] 3fa0: b6f2c008 b6513904 b6f2c008 b6f2c01b 00000000 b65138f0 [ 256.422520] 3fc0: b6f2c008 b6513904 b6441140 000f0002 b65138f0 b6425c20 ffffbf1c b6443970 [ 256.431347] 3fe0: 00000014 bece5a6c b6426a88 b6426cfc [ 256.437071] Code: ee070f15 e12fff1e e12fff1e e3c0001f (ee070f3a) [ 256.443829] ---[ end trace 9b7e4d1df3b73ebe ]---
Re: Pogoplug v3 PIP and PIP3 segementation fault February 22, 2022 07:16PM |
Admin Registered: 13 years ago Posts: 18,856 |
Re: Pogoplug v3 PIP and PIP3 segementation fault February 22, 2022 07:34PM |
Registered: 9 years ago Posts: 100 |
apt install python3-pip
Re: Pogoplug v3 PIP and PIP3 segementation fault February 22, 2022 08:05PM |
Admin Registered: 13 years ago Posts: 18,856 |
apt install pip3
Re: Pogoplug v3 PIP and PIP3 segementation fault February 23, 2022 06:38AM |
Registered: 9 years ago Posts: 100 |
apt install > pip3 >>
Re: Pogoplug v3 PIP and PIP3 segementation fault March 01, 2022 07:50AM |
Registered: 6 years ago Posts: 183 |
:~# uname -r 5.4.179-oxnas-tld-1 :~# cat /etc/debian_version bookworm/sid :~# python3 --version Python 3.9.10 (note: :~# python --version had no results for me)
:~# apt install python3-pip Reading package lists... Done Building dependency tree... Done Reading state information... Done python3-pip is already the newest version (22.0.2+dfsg-1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded
:~# pip3 list Package Version ---------------------------- ------- distro 1.7.0 dnspython 2.2.0 lightdm-gtk-greeter-settings 1.2.2 pip 22.0.2 PyGObject 3.42.0 setuptools 59.6.0 six 1.16.0 speedtest-cli 2.1.3 ufw 0.36.1 urllib3 1.26.5 wheel 0.37.1
Re: Pogoplug v3 PIP and PIP3 segementation fault March 01, 2022 11:18AM |
Registered: 9 years ago Posts: 100 |
root@schtorrent:~# cat /etc/debian_version 10.11 root@server:~# uname -r 5.4.179-oxnas-tld-1 root@server:~# python3 --version Python 3.7.3 root@server:~# apt install python3-pip Reading package lists... Done Building dependency tree Reading state information... Done python3-pip is already the newest version (18.1-5). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. root@server:~# pip3 list Segmentation fault root@server:~#
Re: Pogoplug v3 PIP and PIP3 segementation fault March 01, 2022 03:48PM |
Admin Registered: 13 years ago Posts: 18,856 |
Re: Pogoplug v3 PIP and PIP3 segementation fault March 01, 2022 08:15PM |
Registered: 9 years ago Posts: 100 |
root@server:~# pip3 Usage: pip3 <command> [options] Commands: install Install packages. download Download packages. uninstall Uninstall packages. freeze Output installed packages in requirements format. list List installed packages. show Show information about installed packages. check Verify installed packages have compatible dependencies. config Manage local and global configuration. search Search PyPI for packages. cache Inspect and manage pip's wheel cache. wheel Build wheels from your requirements. hash Compute hashes of package archives. completion A helper command used for command completion. debug Show information useful for debugging. help Show help for commands.
Re: Pogoplug v3 PIP and PIP3 segementation fault March 01, 2022 09:12PM |
Admin Registered: 13 years ago Posts: 18,856 |
Re: Pogoplug v3 PIP and PIP3 segementation fault March 03, 2022 05:55AM |
Registered: 6 years ago Posts: 183 |