BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] mtpfs question
- Subject: [Discuss] mtpfs question
- From: smallm at sdf.org (Mike Small)
- Date: Fri, 29 Mar 2019 15:26:12 +0000
- In-reply-to: <20190329020344.jvfi5h4k2eddcil7@randomstring.org> (Dan Ritter's message of "Thu, 28 Mar 2019 22:03:44 -0400")
- References: <20190328221125.GA23171@aldeberon-localdomain> <20190329020344.jvfi5h4k2eddcil7@randomstring.org>
Dan Ritter <dsr at randomstring.org> writes: > dan moylan wrote: >> >> great -- i've got termux installed on the tablet and sshd >> running, but where are the kindle files on the tablet? >> >> i've poked around a bit and found nothing -- of course, /data >> and /data/data are inaccessable. >> >> and when i ssh in: >> >> u0_a5 ~[40] ls >> The program 'ls' is not installed. Install it by executing: >> pkg install busybox >> or >> pkg install coreutils >> u0_a5 ~[41] pkg install coreutils >> The program 'pkg' is not installed. Install it by executing: >> pkg install termux-tools >> u0_a5 ~[42] pkg install termux-tools >> The program 'pkg' is not installed. Install it by executing: >> pkg install termux-tools It's been awhile since I installed termux, but I don't remember having to install coreutils myself. Plainly something is wrong if you can't run pkg. apt-get should be there too, which works just as well, but if pkg is not runnable my guess is that isn't working either. What does pwd and what is your $PATH here? /usr/bin for termux on my phone is /data/data/com.termux/files/usr/bin/. Can you cd to that and run ./ls? Or another thought, could you have another sshd application running. i.e. you think you're sshing to termux's sshd when in fact you're connecting to another one, so your uid and PATH are not termux's, meaning you can't run anything termux. (GNU stands for GNU is not Unix but clearly Android really is not Unix. ;) I think I had to run termux on the phone, install sshd, and then type sshd at the shell prompt there. Periodically I have to start it up again from the phone when termux completely goes away. That doesn't entirely fit either. If another application gives you sshd, how can it not give you ls? And clearly you are in a termux shell if it's telling you to run pkg. But maybe the above will give you debugging ideas even if it's not on the mark. I'm not at the machine I do my sshing from. I might be sshing as the termux user. Could that be all it is? Wrong user? >> >> on the tablet, ls and pkg work as expected -- i must be sshing >> in wrong somehow. hmmm ... where do i go from here? > > Very likely /sdcard. With any luck. My android phone has an /sdcard/Books directory that I didn't create and the Cool Reader ebook application I use will look in. So you'd think Kindle would put things in there or somewhere else accessible, but who knows. The security model on Android, IIRC, is that every application runs as a different user (and using other Linux features for isolation, capabilities? cgroups? selinux?) and has a directory somewhere under /data/data (which Dan seems aware of) that's not (neccessarily?) accessible to you as the termux user or the user your file manager runs as. Maybe less so than iOS (but I don't know first hand), but Android seems very much to make your phone not entirely your phone. This is why I'd like to switch to debian or postmarketOS, or at least LineageOS, whenever I figure out how to do that on my model and find a big block of time to fiddle. Rooting might help, but I don't understand the implications of doing that fully enough yet to dare doing it on my main phone. I have a spare I'm going to try it on one of these days. -- Mike Small smallm at sdf.org
- References:
- [Discuss] mtpfs question
- From: jdm at moylan.us (dan moylan)
- [Discuss] mtpfs question
- From: dsr at randomstring.org (Dan Ritter)
- [Discuss] mtpfs question
- Prev by Date: [Discuss] mtpfs question
- Next by Date: [Discuss] cron notifications to GUI front end
- Previous by thread: [Discuss] mtpfs question
- Next by thread: [Discuss] cron notifications to GUI front end
- Index(es):