Re: [gentoo-user] claws-mail HTML

2018-09-03 Thread Neil Bothwick
On Mon, 3 Sep 2018 21:07:57 +, jdm wrote:

> > I see you are using 3.15.0 so if you want HTML support, you'll need to
> > add ~mail-client/claws-mail-3.17.0 to package.accept_keywords

> Thanks for the advice. Using 3.17 has worked.

And while i was typing that, 3.17.1 appeared!


-- 
Neil Bothwick

But there, everything has its drawbacks, as the man said when his
mother-in-law died, and they came down upon him for the funeral expenses.
-- Jerome K. Jerome


pgpkspCnk3eqn.pgp
Description: OpenPGP digital signature


[gentoo-user] Re: TRAMP is not working

2018-09-03 Thread Melleus
"J. Roeleveld"  writes:

> On Monday, September 3, 2018 2:51:11 PM CEST Melleus wrote:
>> Hi all!
>> 
>> After emerging new Emacs (v.26) I got TRAMP broken. I do not use it
>> often, so I hit the problem only today. Instead of opening file it
>> complains with the following message (regardless of protocols and
>> local/remote files):
>> 
>> "Couldn't find local shell prompt for zsh"
>> 
>> I might be possibly doing something wrong, but before the update there
>> were no issues. Reading TRAMP manual brought to me no enlightenment on
>> what's happening either.
>> 
>> Thanks ahead.
>
> Is "zsh" installed and working?
>
> --
> Joost

Yes, sure. And it is available for Emacs terminal:

me@myhost ~ % sh
sh-4.4$ zsh
me@myhost ~ % exit
sh-4.4$ exit
exit
me@myhost ~ % 




[gentoo-user] Re: chrony-3.3 hangs at boot

2018-09-03 Thread Holger Hoffstätte
On Mon, 03 Sep 2018 22:23:18 +0100, Mick wrote:

> On Monday, 3 September 2018 19:10:52 BST Holger Hoffstätte wrote:
>> On Mon, 03 Sep 2018 17:48:53 +0100, Mick wrote:
>> > I just noticed today chronyd hangs during boot for a minute and a half. 
>> > The logs do not reveal anything amiss.  I suspect it waits for a network
>> > connection, which is not yet up when chronyd launches.
>> > 
>> > Sep  3 17:38:26 asus syslog-ng[1858]: syslog-ng starting up;
>> > version='3.13.2' Sep  3 17:38:26 asus chronyd[1930]: chronyd version 3.3
>> > starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP +SCFILTER -SIGND
>> > +ASYNCDNS -SECHASH +IPV6 -DEBUG) Sep  3 17:38:26 asus chronyd[1930]:
>> > Frequency -13.776 +/- 1.023 ppm read from /var/lib/chrony/drift
>> > Sep  3 17:38:26 asus acpid[1894]: starting up with netlink and the input
>> > layer Sep  3 17:38:26 asus acpid[1894]: 1 rule loaded
>> > Sep  3 17:38:26 asus acpid[1894]: waiting for events: event logging is off
>> > Sep  3 17:40:57 asus kernel: random: crng init done
>> > Sep  3 17:40:57 asus kernel: random: 3 urandom warning(s) missed due to
>> > ratelimiting
>> > Sep  3 17:40:57 asus chronyd[1930]: Loaded dump file for 10.10.10.1
>> > 
>> > 
>> > Have you noticed the same?
>> > 
>> > Is there a fix/workaround for this?
>> 
>> Yes and yes; countless people have been hit by this, I was probably the
>> first to notice/debug it. It happens due to changes in Linux' random number
>> generator, which is now slowly making it into older kernels as well.
>> 
>> If you're interested in the gory details you can read about them
>> in the thread "Chrony vs. Linux RNG" at [1] or just update to chrony-3.4rc1
>> which contains the "fix". Despite being an rc1 it works fine as usual,
>> so short of applying the patch to your local build this is the easiest
>> option.
>> 
>> cheers,
>> Holger
>> 
>> [1]
>> https://listengine.tuxfamily.org/chrony.tuxfamily.org/chrony-users/2018/04/
>> threads.html#00036
> 
> Thanks for this Holger, I had noticed in the logs a message just before 
> chronyd started the kernel reporting "3 urandom warning(s) missed due to 
> ratelimiting" but as this has been happening since the upgrade to 4.14.65-
> gentoo I didn't think it was kernel related.
> 
> Anyway, I can confirm 3.4_pre1 available in the tree starts up fine with no 
> delays.
> 
> However, while shutting down I noticed:
> 
> * Stopping chronyd ...
> * Error: chronyd failed to stop
> 
> This is repeatable if I try to stop it manually.  Version 3.3 didn't have 
> this 
> problem.

Ah yes, that's from upgrading. Apologies for the misleading advice,
I fixed that locally and forgot. :}

1) Edit /etc/init.d/chronyd and change occurrences of /run/chronyd.pid to
/run/chrony/chronyd.pid (i.e. add the subdirectory).

2) file a bug so that the init file gets fixed in portage as well. :)

cheers
Holger




Re: [gentoo-user] Re: chrony-3.3 hangs at boot

2018-09-03 Thread Mick
On Monday, 3 September 2018 19:10:52 BST Holger Hoffstätte wrote:
> On Mon, 03 Sep 2018 17:48:53 +0100, Mick wrote:
> > I just noticed today chronyd hangs during boot for a minute and a half. 
> > The logs do not reveal anything amiss.  I suspect it waits for a network
> > connection, which is not yet up when chronyd launches.
> > 
> > Sep  3 17:38:26 asus syslog-ng[1858]: syslog-ng starting up;
> > version='3.13.2' Sep  3 17:38:26 asus chronyd[1930]: chronyd version 3.3
> > starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP +SCFILTER -SIGND
> > +ASYNCDNS -SECHASH +IPV6 -DEBUG) Sep  3 17:38:26 asus chronyd[1930]:
> > Frequency -13.776 +/- 1.023 ppm read from /var/lib/chrony/drift
> > Sep  3 17:38:26 asus acpid[1894]: starting up with netlink and the input
> > layer Sep  3 17:38:26 asus acpid[1894]: 1 rule loaded
> > Sep  3 17:38:26 asus acpid[1894]: waiting for events: event logging is off
> > Sep  3 17:40:57 asus kernel: random: crng init done
> > Sep  3 17:40:57 asus kernel: random: 3 urandom warning(s) missed due to
> > ratelimiting
> > Sep  3 17:40:57 asus chronyd[1930]: Loaded dump file for 10.10.10.1
> > 
> > 
> > Have you noticed the same?
> > 
> > Is there a fix/workaround for this?
> 
> Yes and yes; countless people have been hit by this, I was probably the
> first to notice/debug it. It happens due to changes in Linux' random number
> generator, which is now slowly making it into older kernels as well.
> 
> If you're interested in the gory details you can read about them
> in the thread "Chrony vs. Linux RNG" at [1] or just update to chrony-3.4rc1
> which contains the "fix". Despite being an rc1 it works fine as usual,
> so short of applying the patch to your local build this is the easiest
> option.
> 
> cheers,
> Holger
> 
> [1]
> https://listengine.tuxfamily.org/chrony.tuxfamily.org/chrony-users/2018/04/
> threads.html#00036

Thanks for this Holger, I had noticed in the logs a message just before 
chronyd started the kernel reporting "3 urandom warning(s) missed due to 
ratelimiting" but as this has been happening since the upgrade to 4.14.65-
gentoo I didn't think it was kernel related.

Anyway, I can confirm 3.4_pre1 available in the tree starts up fine with no 
delays.

However, while shutting down I noticed:

* Stopping chronyd ...
* Error: chronyd failed to stop

This is repeatable if I try to stop it manually.  Version 3.3 didn't have this 
problem.

-- 
Regards,
Mick

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


Re: [gentoo-user] claws-mail HTML

2018-09-03 Thread jdm
On Mon, 3 Sep 2018 20:10:25 +0100
Neil Bothwick  wrote:

> On Mon, 3 Sep 2018 19:25:55 +, jdm wrote:
> 
> > Does anyone know if claws-mail can read HTML?
> > 
> > According to wiki enabling dillo use flag should work but this is no
> > longer available.
> > 
> > Any suggestions.
> > 
> > I'm sure I used to be able to read HTML emails.  
> 
> Dillo support went away a while ago but came back in the recent 3.17.0
> release, as long as you set the dillo USE flag and enable the plugin
> in the Claws configuration.
> 
> I see you are using 3.15.0 so if you want HTML support, you'll need to
> add ~mail-client/claws-mail-3.17.0 to package.accept_keywords
> 
> 

Thanks for the advice. Using 3.17 has worked.

Also had to change settings in 
Configuration
Preferences
Message View
Text Options
HTML Messages
 Untick render HTML message as text
 Select other two options

Thank you

John 



Re: [gentoo-user] claws-mail HTML

2018-09-03 Thread David W Noon
On Mon, 3 Sep 2018 19:25:55 +, Jdm (j...@jdm.myzen.co.uk) wrote about
"[gentoo-user] claws-mail HTML" (in <20180903192555.57dfbdbb@echoes>):

[snip]
> Does anyone know if claws-mail can read HTML?
> 
> According to wiki enabling dillo use flag should work but this is no
> longer available.

Dillo is ancient.

Claws has a plugin named "fancy" that handles HTML. At present, this is
disabled by Gentoo due to the fact that the HTML rendering engine
(webkit-gtk for Gtk2) has more holes than Swiss cheese. The Gentoo dev's
are waiting on the Gtk3 version of Claws so that a newer HTML engine can
be used. Until then, it's plain text only.
-- 
Regards,

Dave  [RLU #314465]
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
dwn...@ntlworld.com (David W Noon)
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 




Re: [gentoo-user] claws-mail HTML

2018-09-03 Thread Neil Bothwick
On Mon, 3 Sep 2018 19:25:55 +, jdm wrote:

> Does anyone know if claws-mail can read HTML?
> 
> According to wiki enabling dillo use flag should work but this is no
> longer available.
> 
> Any suggestions.
> 
> I'm sure I used to be able to read HTML emails.

Dillo support went away a while ago but came back in the recent 3.17.0
release, as long as you set the dillo USE flag and enable the plugin in
the Claws configuration.

I see you are using 3.15.0 so if you want HTML support, you'll need to
add ~mail-client/claws-mail-3.17.0 to package.accept_keywords


-- 
Neil Bothwick

Always proofread carefully to see if you any words out.


pgpvO4QEfdlbz.pgp
Description: OpenPGP digital signature


[gentoo-user] claws-mail HTML

2018-09-03 Thread jdm
Hi All,

Does anyone know if claws-mail can read HTML?

According to wiki enabling dillo use flag should work but this is no
longer available.

Any suggestions.

I'm sure I used to be able to read HTML emails.

Thanks

John



[gentoo-user] Re: chrony-3.3 hangs at boot

2018-09-03 Thread Holger Hoffstätte
On Mon, 03 Sep 2018 17:48:53 +0100, Mick wrote:

> I just noticed today chronyd hangs during boot for a minute and a half.  The 
> logs do not reveal anything amiss.  I suspect it waits for a network 
> connection, which is not yet up when chronyd launches.
> 
> Sep  3 17:38:26 asus syslog-ng[1858]: syslog-ng starting up; version='3.13.2'
> Sep  3 17:38:26 asus chronyd[1930]: chronyd version 3.3 starting (+CMDMON 
> +NTP 
> +REFCLOCK +RTC -PRIVDROP +SCFILTER -SIGND +ASYNCDNS -SECHASH +IPV6 -DEBUG)
> Sep  3 17:38:26 asus chronyd[1930]: Frequency -13.776 +/- 1.023 ppm read from 
> /var/lib/chrony/drift
> Sep  3 17:38:26 asus acpid[1894]: starting up with netlink and the input layer
> Sep  3 17:38:26 asus acpid[1894]: 1 rule loaded
> Sep  3 17:38:26 asus acpid[1894]: waiting for events: event logging is off
> Sep  3 17:40:57 asus kernel: random: crng init done
> Sep  3 17:40:57 asus kernel: random: 3 urandom warning(s) missed due to 
> ratelimiting
> Sep  3 17:40:57 asus chronyd[1930]: Loaded dump file for 10.10.10.1
> 
> 
> Have you noticed the same?
> 
> Is there a fix/workaround for this?

Yes and yes; countless people have been hit by this, I was probably the first
to notice/debug it. It happens due to changes in Linux' random number
generator, which is now slowly making it into older kernels as well.

If you're interested in the gory details you can read about them
in the thread "Chrony vs. Linux RNG" at [1] or just update to chrony-3.4rc1
which contains the "fix". Despite being an rc1 it works fine as usual,
so short of applying the patch to your local build this is the easiest
option.

cheers,
Holger

[1] 
https://listengine.tuxfamily.org/chrony.tuxfamily.org/chrony-users/2018/04/threads.html#00036




Re: [gentoo-user] chrony-3.3 hangs at boot

2018-09-03 Thread Dale
James Stevenson wrote:
> I have also experienced this since upgrading chrony.
>
> James
>
>


I finally synced today but have not updated yet.  I did notice the USE
flag seccomp is changed/added for chrony tho.  Could that be the cause? 
Maybe it needs adjustment or some additional configuration before running. 

Hope that helps.

Dale

:-)  :-) 



Re: [gentoo-user] chrony-3.3 hangs at boot

2018-09-03 Thread James Stevenson
I have also experienced this since upgrading chrony.

James



Re: [gentoo-user] TRAMP is not working

2018-09-03 Thread J. Roeleveld
On Monday, September 3, 2018 2:51:11 PM CEST Melleus wrote:
> Hi all!
> 
> After emerging new Emacs (v.26) I got TRAMP broken. I do not use it
> often, so I hit the problem only today. Instead of opening file it
> complains with the following message (regardless of protocols and
> local/remote files):
> 
> "Couldn't find local shell prompt for zsh"
> 
> I might be possibly doing something wrong, but before the update there
> were no issues. Reading TRAMP manual brought to me no enlightenment on
> what's happening either.
> 
> Thanks ahead.

Is "zsh" installed and working?

--
Joost






[gentoo-user] chrony-3.3 hangs at boot

2018-09-03 Thread Mick
I just noticed today chronyd hangs during boot for a minute and a half.  The 
logs do not reveal anything amiss.  I suspect it waits for a network 
connection, which is not yet up when chronyd launches.

Sep  3 17:38:26 asus syslog-ng[1858]: syslog-ng starting up; version='3.13.2'
Sep  3 17:38:26 asus chronyd[1930]: chronyd version 3.3 starting (+CMDMON +NTP 
+REFCLOCK +RTC -PRIVDROP +SCFILTER -SIGND +ASYNCDNS -SECHASH +IPV6 -DEBUG)
Sep  3 17:38:26 asus chronyd[1930]: Frequency -13.776 +/- 1.023 ppm read from 
/var/lib/chrony/drift
Sep  3 17:38:26 asus acpid[1894]: starting up with netlink and the input layer
Sep  3 17:38:26 asus acpid[1894]: 1 rule loaded
Sep  3 17:38:26 asus acpid[1894]: waiting for events: event logging is off
Sep  3 17:40:57 asus kernel: random: crng init done
Sep  3 17:40:57 asus kernel: random: 3 urandom warning(s) missed due to 
ratelimiting
Sep  3 17:40:57 asus chronyd[1930]: Loaded dump file for 10.10.10.1


Have you noticed the same?

Is there a fix/workaround for this?

-- 
Regards,
Mick

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


[gentoo-user] TRAMP is not working

2018-09-03 Thread Melleus
Hi all!

After emerging new Emacs (v.26) I got TRAMP broken. I do not use it
often, so I hit the problem only today. Instead of opening file it
complains with the following message (regardless of protocols and
local/remote files):

"Couldn't find local shell prompt for zsh"

I might be possibly doing something wrong, but before the update there
were no issues. Reading TRAMP manual brought to me no enlightenment on
what's happening either.

Thanks ahead.