Re: gfortran problems with equivalence statement in module

2019-01-27 Thread Arjen Markus
out of curiosity I experimented a bit with this source code. It can be simplified to: module test integer, parameter :: rb = kind(1.0) real(kind=rb) :: ka(5,13,10) , absa(65,10) equivalence (ka(1,1,1),absa(1,1)) end module test If I make it a program, rather than a module, the compiler ha

cygwin/x fails to start with error loadlibrary failed with error 87: parameter is incorrect

2019-01-27 Thread William J. Schilp, PhD
i've been using cygwin/x for many years and i did an installation to a new computer and when i try to start xwin i get a popup windows with the following error message: LoadLibrary failed with error 87: the parameter is incorrect. i start xwin with the following command line: startxwin -- -clipb

manpage searches "^\s+keyword\s" vs. ???

2019-01-27 Thread L A Walsh
I've always used "^\s+keyword\s" as a way to search for some keyword starting a section. On linux it still works, but on cygin it doesn't like '\s' as symbol for white space. Any idea why there might be a difference? I note an option that could do similar in less -- '&pattern' turns OFF single

gfortran problems with equivalence statement in module

2019-01-27 Thread airplanemath via cygwin
module test integer, parameter :: rb = kind(1.0) real(kind=rb) :: ka(5,13,10) , absa(65,10) real(kind=rb) :: kb(5,13:59,10), absb(235,10) equivalence (ka(1,1,1),absa(1,1)), (kb(1,13,1),absb(1,1)) end module test Compiling the attached fortran code with "gfortran -c test_comp

Re: /dev/fd/N not synonymous with file descriptor N; it is on Linux

2019-01-27 Thread Corinna Vinschen
On Jan 27 22:57, Corinna Vinschen wrote: > On Jan 27 19:39, Houder wrote: > > On Tue, 22 Jan 2019 11:39:28, Corinna Vinschen wrote: > > > > > > On Jan 22 11:20, Houder wrote: > > > > On Tue, 22 Jan 2019 10:41:57, Corinna Vinschen wrote: > > > > > On Jan 22 10:25, Houder wrote: > > > > [snip] > >

Re: sshd permits logon using disabled user?

2019-01-27 Thread Corinna Vinschen
On Jan 27 17:49, Sam Edge (Cygwin) wrote: > On 25/01/2019 18:03, Bill Stewart wrote: > > On Fri, Jan 25, 2019 at 10:48 AM Stephen Paul Carrier > > wrote: > > > >> There are different paths to access and to completely disable the account > >> you need to close all of them. There are many reasons t

Re: /dev/fd/N not synonymous with file descriptor N; it is on Linux

2019-01-27 Thread Corinna Vinschen
On Jan 27 19:39, Houder wrote: > On Tue, 22 Jan 2019 11:39:28, Corinna Vinschen wrote: > > > > On Jan 22 11:20, Houder wrote: > > > On Tue, 22 Jan 2019 10:41:57, Corinna Vinschen wrote: > > > > On Jan 22 10:25, Houder wrote: > > > [snip] > > > > > > > > Curious! It fails (for me) on W7 ... > > >

Re: plantuml in emacs org-mode - Help!

2019-01-27 Thread Ken Brown
On 1/27/2019 1:08 PM, Rob Torop wrote: > I can't get embedded plantuml to work, and I'm *sure* it's a windows path > kind of problem because I get > > *Could not find plantuml.jar at c:\cygwin64\home\ * *(see below > for path)* > > I can see where this arises in the source, and I'm sur

Re: /dev/fd/N not synonymous with file descriptor N; it is on Linux

2019-01-27 Thread Houder
On Tue, 22 Jan 2019 11:39:28, Corinna Vinschen wrote: > > On Jan 22 11:20, Houder wrote: > > On Tue, 22 Jan 2019 10:41:57, Corinna Vinschen wrote: > > > On Jan 22 10:25, Houder wrote: > > [snip] > > > > > > Curious! It fails (for me) on W7 ... > > > > > > It works for me just as well on W7: [sni

plantuml in emacs org-mode - Help!

2019-01-27 Thread Rob Torop
I can't get embedded plantuml to work, and I'm *sure* it's a windows path kind of problem because I get *Could not find plantuml.jar at c:\cygwin64\home\ * *(see below for path)* I can see where this arises in the source, and I'm sure I just need to change a few variables to have it wor

Re: sshd permits logon using disabled user?

2019-01-27 Thread Sam Edge (Cygwin)
On 25/01/2019 18:03, Bill Stewart wrote: > On Fri, Jan 25, 2019 at 10:48 AM Stephen Paul Carrier > wrote: > >> There are different paths to access and to completely disable the account >> you need to close all of them. There are many reasons to disable some >> paths without disabling all paths an

[ANNOUNCEMENT] Updated: znc-1.7.2-1

2019-01-27 Thread Alexey Sokolov
Version 1.7.2-1 of "znc" has been uploaded. ZNC is an IRC network bouncer (BNC). It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same ni