Re: [gentoo-user] Mount Android phone on Gentoo - Transport endpoint is not connected

2018-10-05 Thread Heiko Baums
Am Fri, 5 Oct 2018 12:30:16 -0600
schrieb the...@sys-concept.com:

> I'm trying to access my android phone via Linux.
> Installed: emerge -avq sys-fs/mtpfs

I haven't heard about mtpfs yet, but maybe you could try ssh and/or
sshfs.

Just install the app SSHelper on your phone and sshfs on your Gentoo
system. SSHelper is basically an ssh server which is pretty well
documented on its website and it's OpenSource.

https://arachnoid.com/android/SSHelper/
https://play.google.com/store/apps/details?id=com.arachnoid.sshelper=en

Heiko



Re: [gentoo-user] Mount Android phone on Gentoo - Transport endpoint is not connected

2018-10-05 Thread Walter Dnes
On Fri, Oct 05, 2018 at 12:30:16PM -0600, the...@sys-concept.com wrote
> I'm trying to access my android phone via Linux.
> Installed: emerge -avq sys-fs/mtpfs

  Is this possibly a permissions problem.  I use sys-fs/simple-mtpfs, on
directory "tablet", and I mount and unmount with sudo...

sudo simple-mtpfs -o allow_other /home/waltdnes/tablet

sudo fusermount -u /home/waltdnes/tablet

  A quick-n-dirty check is to try it as root and see if your system
works.

-- 
Walter Dnes 
I don't run "desktop environments"; I run useful applications



Re: [gentoo-user] Mount Android phone on Gentoo - Transport endpoint is not connected

2018-10-05 Thread Pouru Lasse
 writes:

> I'm trying to access my android phone via Linux.
> Installed: emerge -avq sys-fs/mtpfs
>
> cat /etc/fuse.conf
> ...
> user_allow_other
>
> $ mkdir ~/AndroidDevice
>
> mtpfs ~/AndroidDevice
> Device 0 (VID=22b8 and PID=2e76) is a Motorola Moto G (ID1).
> Android device detected, assigning default bug flags
>
> ls -al AndroidDevice
> ls: cannot access 'AndroidDevice': Transport endpoint is not connected

I have the same phone and I use adb (from dev-util/android-tools) for
file transfer, so there's at least that option if you can't get the
mounting to work.

- Lasse



[gentoo-user] Mount Android phone on Gentoo - Transport endpoint is not connected

2018-10-05 Thread thelma
I'm trying to access my android phone via Linux.
Installed: emerge -avq sys-fs/mtpfs

cat /etc/fuse.conf
...
user_allow_other

$ mkdir ~/AndroidDevice

mtpfs ~/AndroidDevice
Device 0 (VID=22b8 and PID=2e76) is a Motorola Moto G (ID1).
Android device detected, assigning default bug flags

ls -al AndroidDevice
ls: cannot access 'AndroidDevice': Transport endpoint is not connected

-- 
Thelma



Re: [gentoo-user] Re: Skypeforlinux does not start

2018-10-05 Thread gevisz
пт, 5 окт. 2018 г. в 13:25, Mick :
>
> On Thursday, 4 October 2018 14:40:57 BST gevisz wrote:
> > чт, 4 окт. 2018 г. в 16:16, Holger Hoffstätte  asynchrony.com>:
> > > On Thu, 04 Oct 2018 16:09:51 +0300, gevisz wrote:
> > > > I have just installed skypeforlinux-8.30.0.50.
> > > >
> > > > After starting from command line, it successfully does nothing.
> > > > I even do not get "permission denied" message.
> > >
> > > https://bugs.gentoo.org/666396
> > >
> > > For some reasons 8.30.x relies on elogind. Just emerge it
> > > and it should work; it did for me.
> >
> > It has worked for me. Thank you.
>
> I've had the same symptom and I also do not have elogind installed.  If
> elogind is necessary, shouldn't it be specified in the ebuild as a dependency?

It exactly what the bug report mensioned above state.

> Since I'm running console-kit, but not elogind, or systemd, couldn't skype be
> made to work with that instead?

You should ask Microsoft about it. :)

Version 8.29.50 of skypeforlinux still works without elogind,
so you may chose to downgrade to it.



Re: [gentoo-user] Re: Skypeforlinux does not start

2018-10-05 Thread Mick
On Thursday, 4 October 2018 14:40:57 BST gevisz wrote:
> чт, 4 окт. 2018 г. в 16:16, Holger Hoffstätte :
> > On Thu, 04 Oct 2018 16:09:51 +0300, gevisz wrote:
> > > I have just installed skypeforlinux-8.30.0.50.
> > > 
> > > After starting from command line, it successfully does nothing.
> > > I even do not get "permission denied" message.
> > 
> > https://bugs.gentoo.org/666396
> > 
> > For some reasons 8.30.x relies on elogind. Just emerge it
> > and it should work; it did for me.
> 
> It has worked for me. Thank you.

I've had the same symptom and I also do not have elogind installed.  If 
elogind is necessary, shouldn't it be specified in the ebuild as a dependency?  

Since I'm running console-kit, but not elogind, or systemd, couldn't skype be 
made to work with that instead?

-- 
Regards,
Mick

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Haskell hell

2018-10-05 Thread Florian Gamböck

Hi Klaus,

On 2018-10-05 07:55, Klaus Ethgen wrote:
Currently I suffer from the bad haskell hell. I need the current 
git-annex that is only available in the haskell overlay.


(...)

Isn't there a way to escape the haskell dependency hell? Is there a 
clean way to compile and use haskell stuff? That is a real nightmare.


first of all, let me tell you that I am not a Haskell expert and the 
following is only based on my personal experience.


I had similar problems with using pandoc, which also guides me in the 
"Haskell hell", as you call it. However, since I added 'dev-haskell/*' 
into my package.keywords, I have not experienced anything problematic 
anymore.


As for rebuilds and preserved libs, sometimes (rarely) after big updates 
I get segmentation faults and the like with Haskell packages. Since I 
have "buildpkg" in my FEATURES, I can do the following: Remove the 
complete dev-haskell folder in my bin-package directory, plus maybe the 
packages, that depend on them, so app-text/pandoc or dev-vcs/git-annex. 
And then I recompile every package, that does not have a binary package 
present. This way, even if some packages fail because of OOM or the 
like, I can just continue where I left off, because the succeeded 
ebuilds created binary packages.


I have never used haskell-updater, I never needed to.

So, to summarize:

-   dev-haskell/* to package.keywords
-   use buildpkg when compiling/upgrading haskell

Disclaimer: Your experience MAY vary. ;-)

--
Regards

Flo



Re: [gentoo-user] Haskell hell

2018-10-05 Thread John Covici
On Fri, 05 Oct 2018 02:55:38 -0400,
Klaus Ethgen wrote:
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> Hi Folks,
> 
> Currently I suffer from the bad haskell hell. I need the current
> git-annex that is only available in the haskell overlay.
> 
> Unfortunately this brings me into the haskell dependency hell. For two
> days I am constantly adding keywords for one more package, emerging it,
> doing haskell-updater, doing emerge @preserved-rebuild and starting over
> again.
> 
> It seems that no single package in thatoverlay, that is marked green is
> working and I have to add a keyword overwrite for them.
> 
> Isn't there a way to escape the haskell dependency hell? Is there a
> clean way to compile and use haskell stuff? That is a real nightmare.

I use the overlay and the last major update was a pain.  I had  errors
when compiling the preserved-rebuild list, so I had to create a bash
script and do them individually.  Sometimes a package needed something
further down in the list, so I had to compile that one first.  If I
remember correctly I had to compile a couple of packages with
--nodeps, but I am not sure about that.  I hope this helps you.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici wb2una
 cov...@ccs.covici.com



Re: [gentoo-user] Haskell hell

2018-10-05 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Ah, I forgot to mention circular dependencies...

Regards
   Klaus
- -- 
Klaus Ethgen   http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Comment: Charset: ISO-8859-1

iQGzBAEBCgAdFiEEMWF28vh4/UMJJLQEpnwKsYAZ9qwFAlu3DTMACgkQpnwKsYAZ
9qySLAv/STU8t3Ora6WoXe+30Nam9aoNrnAEKsLRgY1aMxbZq1zE6raGO8GUYceV
FLe4onCVawSelA8Ldss2ZRYZRPTD3NmUcgmorGE15F8gAIeJPYnVMOwAvmYxmNe1
w2Xxx2b09GL/DO/GPH5jhgEV/juVsiEnEd577W4dN+7IK2SHGEamYnjGDaHEM0jS
AqN/X/wak1mPZWpM469+/Niq4LXy3+5yXmNTjUBBv5sCBFXi3NexGoOSXkEA0FGk
CH6ruT8yNuOtvm7O8ELfuzonqtr2ZeTM9slqH9sPMOm0dGTWT5oBnChTcPaAeG+X
jZGDNTK2vM6oTgo3RpWn2edQ6fGzOQ/l/mAoMLFECFIUnWxWoGRCQ6Z6EenjJYrJ
5un9OyIYBXQVJintGs/Q36tF5540dqh5P9ShCZ3A/1qMI9/Xfne8fBqJGOY+GB2I
8fNnpMeDAYOFNQU9Jcuxl9yg/rdsBKtJlB7UO4XWGP5aAME6kxrvIdnQ/fIG132B
0avDie78
=/Rru
-END PGP SIGNATURE-



[gentoo-user] Haskell hell

2018-10-05 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Folks,

Currently I suffer from the bad haskell hell. I need the current
git-annex that is only available in the haskell overlay.

Unfortunately this brings me into the haskell dependency hell. For two
days I am constantly adding keywords for one more package, emerging it,
doing haskell-updater, doing emerge @preserved-rebuild and starting over
again.

It seems that no single package in thatoverlay, that is marked green is
working and I have to add a keyword overwrite for them.

Isn't there a way to escape the haskell dependency hell? Is there a
clean way to compile and use haskell stuff? That is a real nightmare.

Regards
   Klaus
- -- 
Klaus Ethgen   http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Comment: Charset: ISO-8859-1

iQGzBAEBCgAdFiEEMWF28vh4/UMJJLQEpnwKsYAZ9qwFAlu3CuQACgkQpnwKsYAZ
9qzwUwwAgpujEEJmCEyHfomgm6J4JuY8fBMN+43clq+1TZW1aM4e07nL40Zv2KoQ
JBKoGNvIP+mHop10o130VsqnwcZFCP1+TCGx8PrmGWuPkyhcG+Yb3on38fAYxAsN
wyfdAmk3yNmvY4JAkRK4/BebTPpRqvrcSIemRAwI83W7wtfe8bBSl/tUwVqFINpD
WBCjSAfcrPOZlarJYfd/DN1o2mCCB7YQieo5y/wUCE8xLfmbK/YrJPOJV/gDUdfx
CfrfqWEgYI7BUE3H2r1UUr8HzzvLyCr1Apqbr2HtmeK5Q52OiVG92atywKKUTFzg
xaYNslSUkcb8x/m6Dv/yuHBW8mQbW05QI90uCMDCBulcVrzT/1KhsAbBt9jZlM4z
nfxrNYblG3lLkd/UInHdGyKK9pzDKfUIwuhJx0xN0beuUuXspWHWHTYaLxm/IPxk
wKvk5WVjjgwbwg5c75mS4RKb0UndoeiR/nBj0BSFvWzcAVd7FjmCr9GjIXoYmjYT
hbYRZUrx
=ru+y
-END PGP SIGNATURE-