FalconSN
FalconSN
TTermux
Created by Memw on 4/1/2025 in #support
Expect rustls-platform-verifier to be initialized
If you still insist on using rustup, then you should report this error to rustup maintainers, this error doesn't come from termux
16 replies
TTermux
Created by Memw on 4/1/2025 in #support
Expect rustls-platform-verifier to be initialized
You probably have the remnants of sh.rustup.rs script
16 replies
TTermux
Created by Memw on 4/1/2025 in #support
Expect rustls-platform-verifier to be initialized
I'm telling you, you shouldn't even have rustup because it's not in the rust package termux provides
16 replies
TTermux
Created by Memw on 4/1/2025 in #support
Expect rustls-platform-verifier to be initialized
Maybe check if sh.rustup.rs has failed after installing cargo and rustup
16 replies
TTermux
Created by Memw on 4/1/2025 in #support
Expect rustls-platform-verifier to be initialized
That's strange, I have rust installed for a long time and it doesn't seem to come with rustup
~ $ rustup
No command rustup found, did you mean:
Command rustc in package rust
~ $ rustup
No command rustup found, did you mean:
Command rustc in package rust
16 replies
TTermux
Created by Amigaba375 on 3/23/2025 in #support
Is it possible to make ram drive in android?
That makes sense. I also got a question. I mounted tmpfs to $TMPDIR with this command: mount -t tmpfs -o 'size=16m,uid=10160,gid=10160,mode=0777,fscontext="u:object_r:app_data_file:s0:c160,c256,c512,c768"' tmpfs $TMPDIR but it's not writable to termux user, can only write after setting selinux to permissive and the part in fscontext after :s0 is getting ripped off, what could be the problem?
24 replies
TTermux
Created by Amigaba375 on 3/23/2025 in #support
Is it possible to make ram drive in android?
You can mount tmpfs with the privileges you need to access /data/local/tmp, besides that, I don't think this path is tmpfs in all Android versions, it's not on my phone
24 replies
TTermux
Created by Memw on 4/1/2025 in #support
Expect rustls-platform-verifier to be initialized
Why not pkg install rust? That should install the necessary packages and libs.
16 replies