[gentoo-user] Re: Configuring Firefox for more privacy - an attempt (results)

2017-01-16 Thread Martin Vaeth
meino.cra...@gmx.de  wrote:
>
> Q: How can I direct the emerged NoScript to be
> inserted into PaleMoon Profiles

With correct USE-flags (BROWSER=palemoon) the ebuild
installs noscript into the _system_ directory where palemoon
looks for plugins. No user profiles are touched.

I am not sure how user profiles and system directories
interact if you have already installed a different (wrong)
version of noscript in your user profiles. You might need
to find a way to remove it...




Re: [gentoo-user] ro /

2017-01-16 Thread Dale
Jorge Almeida wrote:
> On Fri, Jan 13, 2017 at 3:50 PM, Michael Morak  
> wrote:
>> On 13 January 2017 at 23:04, Jorge Almeida  wrote:
>> Almost, but not quite. The problem is that the POSIX standard requires that
>> any file *must* continue to exist until all file handles pointing to it are
>> closed. Thus, using your example, when file foo.so gets replaced, the new
>> foo.so is written to the disk somewhere, but, since foobard holds an open
>> file handle, the old file is not deleted from the disk yet. At that point,
>> the content of *both* files (and relevant inodes, etc.) exists on the
>> *disk*, and, in addition, there is a pending delete operation for the old
>> file (that is, a "write" operation to /). This prevents / from being mounted
>> ro, since the pending write must be executed first (hence the message "/ is
>> busy").
>>
> OK, I think I understand it.
>
>
>> operation and output a list for you. The needrestart script can also try to
>> automatically restart them for you.
> I wouldn't want that.
>
> Thanks
>
> Jorge
>
> .

To be more clear, it ASKS if you want to restart them.  If you don't,
you can hit "n" to skip restarting it.  For example, if you are in
Konsole running the command and it wants to restart the GUI, which would
kill your Konsole session and anything else not saved, then you can say
no and move on.  Later on, you can logout and restart or whatever. 

Main point tho, it only asks you if you want to.  It doesn't blindly do
it. 

Dale

:-)  :-) 



Re: [gentoo-user] ro /

2017-01-16 Thread Dale
Neil Bothwick wrote:
> On Fri, 13 Jan 2017 17:26:37 -0600, Dale wrote:
>
>> I did use needrestart after a recent update.  One thing I like, it asks
>> if you want to restart some of the services and gives you the option of
>> restarting them, skipping etc.  You don't have to go do it by hand that
>> way.
> It also has intelligent defaults, such as not suggesting restarting
> services that would cause a problem, like your display manager or logind.
>
> It can operate interactively like this, or you can ask it to simply list
> the services it needs to restart.
>> It seems to work pretty well but I need to get used to how it
>> works.  It is different from checkrestart.  I might add, I also used
>> checkrestart afterwards and it seemed to pick up a couple things
>> needrestart didn't.  I'm not yet sure what the deal is on that. 
> I found that too. As needrestart is nicer to use, I run that first then
> checkrestart after if I feel like it. One difference is that needrestart
> doesn't list all the user processes that can only be restarted by logging
> out of the desktop.
>
>

I've used it twice now.  It has some features I like, such as restarting
services and such, but some things I'm still scratching my head about. 
It's something I'm not familiar with yet and need to get used to. 
Still, I end up using both and sort of merging them in my head.  Some
claim there is plenty of room up there for merging.  ROFL 

Hopefully over time I'll get used to this thing plus I'm sure some
Gentoo geek will improve the thing, then I get to start all over again. 
o_O 

Dale

:-)  :-) 



Re: [gentoo-user] Re: Configuring Firefox for more privacy - an attempt (results)

2017-01-16 Thread Dale
meino.cra...@gmx.de wrote:
> Martin Vaeth  [17-01-17 02:49]:
>> meino.cra...@gmx.de  wrote:
>>> Martin Vaeth  [17-01-16 18:22]:
 meino.cra...@gmx.de  wrote:
> I still cant use NoScript with PaleMoon.
 Check out the mv overlay: There is a slot working with palemoon.
>>> Did that but cannot determine, what has changed...
>> I don't understand the question.
>> BROWSER=palemoon emerge www-plugins/noscript:0::mv
>> and you should have installed a version of noscript
>> which works with palemoon.
>>
>>
> A! NOW I got it!
> ...I thought on a total different way of haveing 
> another, implementation of palemoon itsself!!!
>
> Q: How can I direct the emerged NoScript to be 
> inserted into PaleMoon Profiles (and how to 
> choose the correct profile) instead of being
> inserted into firefox's profiles?
> Or is it "download that file" only and I have to
> load it into Palemoon by hand?
>
> Cheers and thanks for your help in advance!
> Meino
>
>

I've never done this but read where someone else did a good while back. 
If you restart Palemoon, I think it just sees it and loads it.  I'm not
100% sure on that but I think that's how it works.  I've read that is
how Firefox, Seamonkey does with LastPass too.  One can use the addon
part of the browser or emerge it with the same result. 

Hope that helps, if not, maybe Martin or someone else has a 100% sure
method. 

Dale

:-)  :-) 



Re: [gentoo-user] Re: Configuring Firefox for more privacy - an attempt (results)

2017-01-16 Thread Meino . Cramer
Martin Vaeth  [17-01-17 02:49]:
> meino.cra...@gmx.de  wrote:
> > Martin Vaeth  [17-01-16 18:22]:
> >> meino.cra...@gmx.de  wrote:
> >> > I still cant use NoScript with PaleMoon.
> >>
> >> Check out the mv overlay: There is a slot working with palemoon.
> >
> > Did that but cannot determine, what has changed...
> 
> I don't understand the question.
> BROWSER=palemoon emerge www-plugins/noscript:0::mv
> and you should have installed a version of noscript
> which works with palemoon.
> 
> 

A! NOW I got it!
...I thought on a total different way of haveing 
another, implementation of palemoon itsself!!!

Q: How can I direct the emerged NoScript to be 
inserted into PaleMoon Profiles (and how to 
choose the correct profile) instead of being
inserted into firefox's profiles?
Or is it "download that file" only and I have to
load it into Palemoon by hand?

Cheers and thanks for your help in advance!
Meino





[gentoo-user] Re: Configuring Firefox for more privacy - an attempt (results)

2017-01-16 Thread Martin Vaeth
meino.cra...@gmx.de  wrote:
> Martin Vaeth  [17-01-16 18:22]:
>> meino.cra...@gmx.de  wrote:
>> > I still cant use NoScript with PaleMoon.
>>
>> Check out the mv overlay: There is a slot working with palemoon.
>
> Did that but cannot determine, what has changed...

I don't understand the question.
BROWSER=palemoon emerge www-plugins/noscript:0::mv
and you should have installed a version of noscript
which works with palemoon.




Re: [gentoo-user] Re: Configuring Firefox for more privacy - an attempt (results)

2017-01-16 Thread Meino . Cramer
Martin Vaeth  [17-01-16 18:22]:
> meino.cra...@gmx.de  wrote:
> > I still cant use NoScript with PaleMoon.
> 
> Check out the mv overlay: There is a slot working with palemoon.
> 
> 

Did that but cannot determine, what has changed...
May be a complete dumb question...but what shoyld
have changed in doing so?

Cheers
Meino




Re: [gentoo-user] dev-perl/IO-Socket-SSL is causing me angst

2017-01-16 Thread Alexander Kapshuk
On Sun, Jan 15, 2017 at 8:02 PM, Andrew Lowe  wrote:
> On 16/01/17 01:07, Alexander Kapshuk wrote:
>>
>> On Sun, Jan 15, 2017 at 5:42 PM, Alexander Kapshuk
>>  wrote:
>>>
>>> On Sun, Jan 15, 2017 at 5:07 PM, Andrew Lowe  wrote:

 On 15/01/17 21:27, Alexander Kapshuk wrote:
>
>
> On Sun, Jan 15, 2017 at 10:36 AM, Andrew Lowe  wrote:
>>
>>
>> Dear all,
>> Just done an eix-sync -> emerge -NuD world and have a problem
>> with
>> the above mentioned package. As a quick first pass before I put all
>> the
>> error/debugging stuff together, does anyone know what the following
>> snippet
>> would mean, I'm totally Perl ignorant?
>>
>>  * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none
>> DESTDIR=/var/tmp/portage/dev-perl/IO-Socket-SSL-2.43.0/image/
>> perl: symbol lookup error:
>>
>>
>> /usr/lib64/perl5/vendor_perl/5.24.1/x86_64-linux/auto/Net/SSLeay/SSLeay.so:
>> undefined symbol: SSLeay_version
>>  * ERROR: dev-perl/IO-Socket-SSL-2.43.0::gentoo failed (configure
>> phase):
>>  *   Unable to build!
>>
>> According to packages.gentoo.org, I've got the latest version of
>> Net-SSLeay,
>> 1.8
>>
>> Any thoughts greatly appreciated,
>>
>> Andrew
>>
>
> An undefined symbol is a reference to a function called SSLeay_version
> not being defined in the SSLeay_version.so module.
>
> Have you updated dev-lang/perl recently and perhaps forgot to run
> perl-cleaner afterwards?
>
> Just a thought.
>
>

 Alexander,
 I remember to do the python-updater but had forgotten about the
 perl
 equivalent, perl-cleaner. Gave it a run but I still get the same error,
 whilst the cleaner is running. Might be time to file a bug, unless
 anyone
 else has updated this is the last day or so with no error's?

 Regards,
 Andrew

>>>
>>> Based on the CPAN info on NET::SSLeay,
>>> http://search.cpan.org/~mikem/Net-SSLeay-1.80/lib/Net/SSLeay.pod,
>>> SSLeay_version has been available in this module in versions >
>>> Net-SSLeay-1.42. So it should be available in 1.8, which is what you
>>> say you have. Could be a bug, as you suggested.
>>> What USE flags do you have NET::SSLeay compiled with, and what other
>>> flag are available for it?
>>
>>
>> Do you have openssl or libressl installed on your system?
>>
>>
>
> I've got openssl, but when eix lists it, the version installed, the latest,
> 1.1.0c, is in red, masked. I don't have libressl installed.
>
> Andrew
>
>

I don't have an answer for you at the moment, sorry.

You probably want to run this by the maintainers of Net-SSLeay, p...@gentoo.org.



Re: [gentoo-user] Re: strange dependency conflict

2017-01-16 Thread wabe
Remy Blank  wrote:

> wabe wrote on 2017-01-15 20:28:
> > Since some days, portage moans about a dependency conflict when I 
> > update my system:
> > 
> > 
> > These are the packages that would be merged, in order:
> > 
> > Calculating dependencies... done!
> > 
> > Total: 0 packages, Size of downloads: 0 KiB
> > 
> > WARNING: One or more updates/rebuilds have been skipped due to a
> > dependency conflict:
> > 
> > app-text/xmlto:0
> > 
> >   (app-text/xmlto-0.0.26-r1:0/0::gentoo, ebuild scheduled for
> > merge) conflicts with  
> > >=app-text/xmlto-0.0.26-r1[text(+)] required by
> > >(x11-misc/xdg-utils-1.1.1-r1:0/0::gentoo, installed)  
> >
> > 
> > 
> > Nothing to merge; quitting.
> > 
> > 
> > I don't understand this because these versions are already
> > installed on my system:
> > 
> > [I] app-text/xmlto
> >  Available versions:  0.0.26-r1{tbz2} ~0.0.28-r1 {latex text}
> >  Installed versions:  0.0.26-r1{tbz2}(19:30:25 12/02/15)(text
^

> > -latex)
> > 
> > [I] x11-misc/xdg-utils
> >  Available versions:  1.1.1^t{tbz2} 1.1.1-r1^t{tbz2} {doc +perl}
> >  Installed versions:  1.1.1-r1^t{tbz2}(20:14:37 01/15/17)(doc
> > perl)
> > 
> > 
> > 
> > How can a package conflict with itself (same version)?  
> 
> Enable the "text" USE flag for xmlto. It's required by xdg-utils.

It was/is already enabled.

--
Regards
wabe



Re: [gentoo-user] To do or not to do...

2017-01-16 Thread Andrew Savchenko
On Wed, 11 Jan 2017 18:00:11 +0100 meino.cra...@gmx.de wrote:
> Hi,
> 
> 
> After fcron updateing, I got this informations as the last 
> stepsand cant decide, whether this has already be done
> while emerge was running or whether it is something I have
> to do.
> 
> 
> <<<  dir /usr/share/doc/fcron-3.1.2-r2/html
> <<<  dir /usr/share/doc/fcron-3.1.2-r2
> >>> Regenerating /etc/ld.so.cache...
> >>> Original instance of package unmerged safely.
>  * fcron's default systab was updated since your last installation.
>  * You can use
>  * 
>  *   # emerge --config sys-process/fcron
>  * 
>  * to re-install systab (do not call this command before you
>  * have merged your configuration files).
> >>> sys-process/fcron-3.2.1-r1 merged.
> >>> Auto-cleaning packages...
> 
> >>> No outdated packages were found on your system.
> 
>  * GNU info directory index is up-to-date.
>  * After world updates, it is important to remove obsolete packages with
>  * emerge --depclean. Refer to `man emerge` for more information.
> 
> 
> By the way...cfg-update -l prints nothing to merge...

Verify manually that there is no related ._cfg* file in your /etc.
cfg-update -l may return nothing because nothing changed since your
manual update. If everything is ok, run
# emerge --config sys-process/fcron
as you were asked.

> HELP! I need somebody... HELP! not just anybodu, HELP!
> I need just GENTOOO UH!H!...
> 
> Thanks in advance!
> 
> Cheers
> Meino
> 
> 
> 
> 
> 


Best regards,
Andrew Savchenko


pgpdy_PFvy3hw.pgp
Description: PGP signature


Re: [gentoo-user] Compiling maim fails...

2017-01-16 Thread Andrew Savchenko
On Thu, 5 Jan 2017 04:45:33 +0100 meino.cra...@gmx.de wrote:
> Hi,
> 
> this morning I tried to compile 
> * media-gfx/maim
>  Available versions:  ~3.4.47
>  Homepage:https://github.com/naelstrof/maim
>  Description: Commandline tool to take screenshots of the desktop
> 
> which needs
> * x11-misc/slop
>  Available versions:  (~)4.3.21 {opengl}
>  Homepage:https://github.com/naelstrof/slop
>  Description: An application that queries the user for a 
> selection for printing

Go to https://bugs.gentoo.org and report a bug there.

Please select title correctly, since bug you are reporting is
x11-misc/slop-4.3.21 compilation failure. It has nothing to do with
media-gfx/maim aside from being its dependency. 

Best regards,
Andrew Savchenko


pgpMci7Fi6dXL.pgp
Description: PGP signature


[gentoo-user] Re: Configuring Firefox for more privacy - an attempt (results)

2017-01-16 Thread Martin Vaeth
meino.cra...@gmx.de  wrote:
> I still cant use NoScript with PaleMoon.

Check out the mv overlay: There is a slot working with palemoon.