*** zbenjamin is now known as Guest13195 | 02:28 | |
*** zbenjamin_ is now known as zbenjamin | 02:28 | |
*** SpeedEvil is now known as Guest67766 | 03:54 | |
*** frinring_ is now known as frinring | 04:02 | |
*** BitEvil is now known as SpeedEvil | 08:41 | |
Chi7oosh | hi, having problems mounting a sshfs folder | 11:47 |
---|---|---|
Chi7oosh | trying sshfs to mount remote folder on phone but command returns: -bash: sshfs: command not found | 11:48 |
Chi7oosh | any kind of tip would be much appreciated | 11:49 |
Chi7oosh | installed a few days ago but everything seems different since coming from ubuntu | 11:50 |
Chi7oosh | also all results on google are about mounting sailfish folders on other linux devices, which i have no problem with | 11:51 |
attah | Installed SFOS, or sshfs? | 11:55 |
attah | It appears to be its own thing, and only depend on openssh | 11:56 |
attah | Also not immediately available from the repos | 11:56 |
Chi7oosh | seems i have by default the fuse.conf so supposed they're on the device. should i install openssh too? | 11:58 |
attah | did you install any specific sshfs thing, like this https://openrepos.net/content/olebr/sshfs-fuse-2 ? | 11:58 |
Chi7oosh | not yet, will do so and come back for feedback | 11:59 |
attah | so no surprise it is not found imo | 12:00 |
Chi7oosh | ok, so this rpm -i /home/nemo/Downloads/sshfs-fuse-2.10-1.armv7hl.rpm returns package sshfs-fuse-2.10-1.armv7hl is already installed | 12:05 |
x2s | the check the package contents and see where sshfs got stored | 12:06 |
x2s | maybe it's just not in your PATH | 12:06 |
Chi7oosh | put it myself there | 12:07 |
Chi7oosh | unfortunately says it's already installed | 12:07 |
Chi7oosh | also created fuse group, added my user, restarted, tried under root, let me think what else | 12:08 |
x2s | use rpm to see the content of the package | 12:08 |
x2s | it shows you where sshfs got installed to | 12:08 |
x2s | alternatively you can use find to search for it | 12:09 |
x2s | it got probably put in /sbin or /usr/sbin which is usually not in the PATH of a regular user | 12:09 |
x2s | (and if you don't know what I'm talking about please ask and don't act like you know) | 12:09 |
Chi7oosh | i'll do my best before asking, thanks for helping :) | 12:10 |
x2s | no, thou shall ask! ;) | 12:11 |
attah | if sbin, try running it as root, since that is part of the path then | 12:12 |
x2s | Since it's fuse it should be run as user :) | 12:13 |
x2s | so /sbin/sshfs should work. But it has to be in /sbin | 12:13 |
Chi7oosh | nothing looks like that in /sbin or the other | 12:14 |
Chi7oosh | ok, so now works | 12:15 |
Chi7oosh | think because i installed it | 12:15 |
Chi7oosh | dunno what happened | 12:16 |
attah | looks to be in /usr/bin | 12:16 |
Chi7oosh | sshfs returns missing host | 12:16 |
Chi7oosh | see `sshfs -h' for usage | 12:16 |
Chi7oosh | yes, it's there alright | 12:16 |
Chi7oosh | in /usr/bin | 12:17 |
Chi7oosh | worked | 12:19 |
Chi7oosh | everything good here, have any idea why didn't work in the first place considering that installing the package returned already installed? | 12:20 |
Chi7oosh | also would want to ask for a x forwarding software recommendation, something like x2go, can't find anything but vnc related stuff | 12:21 |
Chi7oosh | and a last one, my mobile data connection is unstable, always have to wait between ten to twenty minutes before it starts working, any idea why that happens? | 12:23 |
adantes | Chi7oosh: I use the aspice pavkage for android, for all the other solutions I've gfound were a LITTLE SHORT IN FEATURES :-p | 12:24 |
Chi7oosh | will take a look on that, thank you very much guys, you were really helpful | 12:25 |
x2s | oh, there's another application that uses spice? I thought qemu was the only one. I wonder why RedHat never really pushed it more into the open | 12:25 |
x2s | Chi7oosh: what phone do you have? | 12:26 |
x2s | An X? Because the modems there are known to have bugs... | 12:26 |
Chi7oosh | oneplus 3, using the image from xda | 12:26 |
Chi7oosh | last one | 12:27 |
Chi7oosh | except the mobile data issue i'm very pleased with the device, actually my first smart phone ever, really glad i don't have to take my laptop everywhere | 12:31 |
x2s | I have no experience with the oneplus 3. Maybe you should ask the community on https://together.jolla.com/questions/ | 12:41 |
Chi7oosh | x2s: will do so in the future | 12:46 |
Chi7oosh | adantes: do you use aspice on sailfish? | 12:47 |
attah | Am i really out of luck on having a context menu on things that are not ListItems in a SilicaListView? | 14:47 |
LouisDK | Does anyone know what mmcblk0p13 should contain on the Jolla Tablet | 16:37 |
LouisDK | ? | 16:37 |
*** imdeni is now known as reynir | 17:04 | |
*** reynir is now known as Guest59887 | 17:04 | |
*** Guest59887 is now known as imdeni | 17:05 | |
coderus | LouisDK: what the pasrt label? | 18:09 |
coderus | part* | 18:09 |
coderus | looks like it "logs" | 18:16 |
Chi7oosh | hi | 19:38 |
Chi7oosh | trying to add sshfs mount to fstab with no success. | 19:38 |
Chi7oosh | anyone encountered this problem? | 19:39 |
Chi7oosh | so in sailfish's fstab i have this: user@place:/path/ /mount/to/path/ fuse.sshfs delay_connect,_netdev,identityfile=/path/to/key,port=xx,allow_other,default_permissions 0 0 | 20:03 |
Chi7oosh | tried with and without these and other options | 20:05 |
Chi7oosh | expressing it like this too: sshfs#user@host:/remote/path /local/path fuse delay_connect | 20:06 |
Chi7oosh | nothing seems to work | 20:06 |
Chi7oosh | also added user to fuse group and triple checked everything | 20:09 |
Chi7oosh | if anyone encountered this problem, any hint on how to solve is highly appreciated | 20:10 |
Chi7oosh | works in terminal but not in fstab. could be something related to delay_connect and _netdev missing some timings? | 20:23 |
attah | TIL: QJsonValueRef -> toVariant() -> toJsonObject() takes a JsonObject that was a value, and makes it an empty object | 20:44 |
Chi7oosh | will take a look into that for sure | 21:29 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!