Problem with OpenMPI

2020-10-01 Thread Rudnei Dias da Cunha via Cygwin
Hi, I have installed all the relevant OpenMPI packages to develop programs in Fortran but found a problem when compiling programs in Fortran 90 with the clause use mpi as mpifort then complains: $ mpifort hello_usempi.f90 hello_usempi.f90:13:9: 13 | use mpi | 1 Fatal Error:

RE: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.4

2014-10-30 Thread Habermann, Dave (DA)
On Oct 29 19:06, Habermann, Dave (DA) wrote: >> does NOT work, because my user ID is defaulting to U012345 (upper case >> U). In this case, however, I can STILL log in if I enter my password. >> >This has been discussed a few months back, but there was no majority >fo

RE: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.4

2014-10-30 Thread Habermann, Dave (DA)
On Oct 29 19:27, Habermann, Dave (DA) wrote: >> issue to a line in the /bin/ssh-user-config file: >> >> pwdhome=$(awk -F: '{ if ( $3 == '${uid}' ) print $6; }' < >> ${SYSCONFDIR}/passwd) >> > Ouch. I missed that when scanning the ssh scr

RE: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.4

2014-10-29 Thread Habermann, Dave (DA)
Using the new AD system, and trying to regenerate ssh keys using ssh-user-config I find that I'm getting an error. I've traced the issue to a line in the /bin/ssh-user-config file: pwdhome=$(awk -F: '{ if ( $3 == '${uid}' ) print $6; }' < ${SYSCONFDIR}/passwd) where we are apparently trying

RE: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.4

2014-10-29 Thread Habermann, Dave (DA)
Found one interesting observation today after switching to the new AD authentication. My ability to use password-less login via SSH suddenly went missing. Although I haven't fully resolved it yet (which I suspect may take regeneration/proliferation of keys), it would appear that I've been the

RE: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-28 Thread Habermann, Dave (DA)
>> should be created. I would think that some instructions in the docs >> near the statement mentioned above would be more than sufficient, >> since this is a "fine tuning" sort of thing. > Agreed. Do you have some idea how to phrase this? I'd be grateful > for a nice two or three paragraphs di

RE: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-28 Thread Habermann, Dave (DA)
>> should be created. I would think that some instructions in the docs >> near the statement mentioned above would be more than sufficient, >> since this is a "fine tuning" sort of thing. > Agreed. Do you have some idea how to phrase this? I'd be grateful > for a nice two or three paragraphs di

RE: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-28 Thread Habermann, Dave (DA)
-Original Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of Corinna Vinschen Sent: Monday, October 27, 2014 5:27 PM To: cygwin@cygwin.com Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1 On Oct 27 18:35, Habermann, Dave (DA) wrote

RE: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-27 Thread Habermann, Dave (DA)
Loaded the test release here today and found that it seems to work as expected, both without the /etc/nsswitch.conf file (operates as before) and with both passwd and group set to "db" in the file. Only two slightly negative observations I've made so far are 1) ps -ef only allows for 8 characte

RE: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-22 Thread Habermann, Dave (DA)
Read through https://cygwin.com/preliminary-ntsec.html and in general found it to be quite useful. I'm hoping to do some testing perhaps later this week or early next. I have a couple of questions: 1) Any thoughts about the rough timing of this "going live"? 2) The documentation says (as I re

RE: [ANNOUNCEMENT] Updated: R-3.1.0-1

2014-06-20 Thread Habermann, David (DA)
>> Any comments about how this cygwin version of R performs vs. the >> Window-native version? > Do you use any third-party native Windows R GUIs? (RStudio, etc.) If > so, I'd bet that's a prior block on your ability to switch. Yes I do use RStudio at this point, although I don't use much of th

RE: [ANNOUNCEMENT] Updated: R-3.1.0-1

2014-06-20 Thread Habermann, David (DA)
> Marco Atzeri said: Subject: [ANNOUNCEMENT] Updated: R-3.1.0-1 Any comments about how this cygwin version of R performs vs. the Window-native version? I'm an active R user (native now) and cygwin user, and would like to merge them if there is no (or not much of a) penalty. David Habermann

rsync ERROR: out of memory in flist_expand [sender]

2012-03-19 Thread Bruno Galindro da Costa
an option or change a configuration file on cygwin... Search in google, I've found this solution (http://blog.rudnyi.ru/2011/04/problem-with-rsync.html ), but, before apply that, I like to see If there is another option to use. -- Att. Bruno Galindro da Costa -- Problem reports:

Re: SSH Authentication fails under Windows Server 2008 - Domain Controller [SOLVED]

2011-03-24 Thread Bruno Galindro da Costa
Solved after install another sshd service instance (cygrunsrv -I sshd_test -p /usr/sbin/sshd.exe -a '-ddd' -e CYGWIN="tty ntsec binmode") with debug mode. With the log file, it was possible to identify and solve my problem. 2011/3/22 Bruno Galindro da Costa : > Is the

Re: Volume Shadow Copy in SSHD connection

2011-03-23 Thread Bruno Galindro da Costa
Perfect Corinna! Perfect!!! Works great with "passwd -R"! 2011/3/22 Corinna Vinschen: > On Mar 22 09:37, Bruno Galindro da Costa wrote: >> Ok Corinna, thanks for return, but I don´t understand how can I call >> these methods. >> Is there a bash functions? > >

Re: SSH Authentication fails under Windows Server 2008 - Domain Controller

2011-03-22 Thread Bruno Galindro da Costa
Is there any other way to see or enable a ssh authentication error log? * 2011/3/21 Bruno Galindro da Costa: > Hi! > >   I´ve installed a cygwin sshd service under a Windows 2008 Server > Enterprise Service Pack 2. It is a Domain Controller. There are 2 more > dom

Re: Volume Shadow Copy in SSHD connection

2011-03-22 Thread Bruno Galindro da Costa
writers. Please check to see that the Event Service and Volume Shadow Copy Service are operating properly. * 2011/3/22 Corinna Vinschen: > On Mar 21 17:56, Bruno Galindro da Costa wrote: >> Corinna, >> >>    I´m need to build a small C++ program to exec the "vssa

Re: Volume Shadow Copy in SSHD connection

2011-03-21 Thread Bruno Galindro da Costa
t the page have an example, but I need to acomplish the "Method 1" and this method needs the "NtCreateToken" function that I don´t know how to use... 2011/3/21 Corinna Vinschen : > On Mar 21 14:53, Bruno Galindro da Costa wrote: >> Hi! >> >>    Why Volume Sh

Volume Shadow Copy in SSHD connection

2011-03-21 Thread Bruno Galindro da Costa
EVENT VIEWER: ### Volume Shadow Copy Service error: An internal inconsistency was detected in trying to contact shadow copy service writers. Please check to see that the Event Service and Volume Shadow Copy Service are operating properly. -- Att. Bruno Galindro da Costa

SSH Authentication fails under Windows Server 2008 - Domain Controller

2011-03-21 Thread Bruno Galindro da Costa
90923-1 OK libgcc1 4.3.4-3 OK libgmp3 4.3.1-3 OK libiconv21.13.1-2OK libintl8 0.17-11 OK liblzma1 4.999.9beta-11 OK libncurses10 5.7-18 OK libncurses8

Re: SSHD [Windows Domain Controller]: fatal: chown(/dev/tty0, 500, 513) failed: Bad file descriptor. [SOLVED]

2011-03-16 Thread Bruno Galindro da Costa
Corina, my problem was solved!! I´ve only added the cyg_server user to "Admins do Dominio" domain group. This group is used by all domain admins and is a domain group, not a local group like "Administradores". Thank you! 2011/3/16 Bruno Galindro da Costa : > Corina, >

Re: SSHD [Windows Domain Controller]: fatal: chown(/dev/tty0, 500, 513) failed: Bad file descriptor.

2011-03-16 Thread Bruno Galindro da Costa
Corina,   Please, can you dump the group policy settings of you test envirioment for compare with my group policy settings? Thanks. 2011/3/7 Corinna Vinschen > > On Mar  6 12:03, Bruno Galindro da Costa wrote: > > Corinna, > > > > The "Administradores" group

Re: SSHD [Windows Domain Controller]: fatal: chown(/dev/tty0, 500, 513) failed: Bad file descriptor.

2011-03-06 Thread Bruno Galindro da Costa
1 4.3.4-3 OK libgmp3 4.3.1-3 OK libiconv21.13.1-2OK libintl8 0.17-11 OK liblzma1 4.999.9beta-11 OK libncurses10 5.7-18 OK libncurses8 5.5-10 O

SSHD [Windows Domain Controller]: fatal: chown(/dev/tty0, 500, 513) failed: Bad file descriptor.

2011-03-03 Thread Bruno Galindro da Costa
is issue? -- Att. Bruno Galindro da Costa bruno.galin...@gmail.com http://www.thevenusproject.com/ http://www.arthurvinicius.com.br/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Un

Re: Tree command - Display Structure of Directory Hierarchy

2009-09-29 Thread Bruno Galindro da Costa
Works great! Thank you very much Chuck! 2009/9/28 Charles Wilson : > Bruno Galindro da Costa wrote: >>    Thank you very much for the anwser. In the package "psmisc", the >> "tree" tool doesn't exists, only the tool "pstree". I have searched i

Re: Tree command - Display Structure of Directory Hierarchy

2009-09-28 Thread Bruno Galindro da Costa
ygwin) : > On 09/28/2009 12:03 PM, Bruno Galindro da Costa wrote: >> >>     In which package of cygwin repository I can find and install the >> tree command? > > > <http://cygwin.com/faq/faq-nochunks.html#faq.setup.what-packages> > >

Tree command - Display Structure of Directory Hierarchy

2009-09-28 Thread Bruno Galindro da Costa
Hi, In which package of cygwin repository I can find and install the tree command? -- Att. Bruno Galindro da Costa bruno.galin...@gmail.com Florianópolis - SC -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http

Re: Build Cygwin packages

2009-08-18 Thread Bruno Galindro da Costa
Alberto, I need to use some software that I writed with Cygwin, like a "commercial package". 2009/8/18 Alberto Luaces > > Hi Bruno, > > El Lunes 17 Agosto 2009ES 12:33:02 Bruno Galindro da Costa escribió: > >     How can I build Cygwin packages? > > Do

Build Cygwin packages

2009-08-17 Thread Bruno Galindro da Costa
Hi!     How can I build Cygwin packages? -- Att. Bruno Galindro da Costa bruno.galin...@gmail.com Florianópolis - SC -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info

Re: FTP Client of Linux

2009-05-20 Thread Bruno Galindro da Costa
Dave, Thank you very much, it works great! 2009/5/20 Dave Korn : > Bruno Galindro da Costa wrote: >> Hi all, >> >>     I´m trying to use the ftp client of linux on windows through >> cygwin, but it uses the native ftp client of windows. Can I use the >> nat

FTP Client of Linux

2009-05-20 Thread Bruno Galindro da Costa
Hi all, I´m trying to use the ftp client of linux on windows through cygwin, but it uses the native ftp client of windows. Can I use the native ftp client of Linux on Cygwin? I need this because the sintax between them is different. -- Att. Bruno Galindro da Costa bruno.galin...@gmail.com

Re: WMIC

2009-05-12 Thread Bruno Galindro da Costa
Christian, It Works perfectly for both! Can you explain why that commands works and not only "wmic cpu list full"? Thank you very much! 2009/5/12 Christian Franke : > Bruno Galindro da Costa wrote: >> >>    I´m trying to run the WMIC (WMI Command-line interface) v

WMIC

2009-05-12 Thread Bruno Galindro da Costa
) which executes the WMIC and log the output into a log file. Then, I tried to call it with Cygwin, but the same behaviour happens. The command I want to execute is: "WMIC CPU LIST FULL" Anyone can help me to resolve the above problem? -- Att. Bruno Galindro da Costa bruno.galin...

Suggestions for 'chere' package

2008-01-09 Thread Da Idiocrat
Hey everyone, I downloaded chere since I wanted to get an "Open Bash Here" menu item to make things easier, but uninstalled it because it didn't work out for me. I was wondering if there was any way to get chere to add an entry to the context menu when you right-click the BACKGROUND of Windows Ex

Fwd: sunrpc 4.0.3 patches

2007-09-05 Thread Arlindo da Silva
posted a patched source tarball here: http://opengrads.org/cygwin/ in case someone is interested. Thanks, Arlindo -- Arlindo da Silva [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/prob

Re: Cron problem

2005-10-10 Thread Orfeo Da Via
On Mon, 10 Oct 2005, Igor Pechtchanski wrote: > > $ uname > > Linux > > > > $ export VISUAL=zile > > > > $ crontab -e > > > > ...edit the file.. > > Hmm, one detail that's missing: when was the above done? Before 8:00, or > after? About at 8.45, all the commands in the example are sequential

Re: Cron problem

2005-10-10 Thread Orfeo Da Via
[EMAIL PROTECTED] > |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. > '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! > > If there's any real truth it's that the entire multidimensional infinity >

Re: Cron problem

2005-10-08 Thread Orfeo Da Via
Hi, Igor > Try doing this without changing your UID to 18. In fact, is there a > reason why you didn't use cron-config in the first place? Why not try > removing all traces of the cron service, including the log and pid files, > and using cron-config to install cron? well, I removed all my cro

Re: Cron problem

2005-10-07 Thread Orfeo Da Via
I'm desperate :-) Thanks O. On Fri, 7 Oct 2005, Igor Pechtchanski wrote: > Ugh, top-posting. Reformatted... > > On Fri, 7 Oct 2005, Orfeo Da Via wrote: > > > Earlier I wrote: > > > I'll quote your crontab inline to better comment on it: > >

Re: Cron problem

2005-10-07 Thread Orfeo Da Via
OTECTED] > |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. > '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! > > If there's any real truth it's that the entire multidimensional infinity > of the Universe is alm

Re: g++ Debugger for Win32?

2004-08-24 Thread da
Larry Hall cygwin.com> writes: > > > >In the mean-time, does anyone know if there are any special tricks to getting > >DDD to run? It sounds like I need to run X (startxwin.bat) and then I should > >simply be able to run ddd against my executable. Is that accurate? > > Yep. If you have pro

Re: g++ Debugger for Win32?

2004-08-24 Thread da
Christopher Faylor cygwin.com> writes: > > I'm not aware of any cygwin-based intuitive, integrated IDEs that you have to > $PAY$ for. And, if it isn't cygwin-based, it's not really on-topic here. > > Point taken. Somebody else quietly mentioned "DDD", which seems to get OK reviews. Unfo

g++ Debugger for Win32?

2004-08-24 Thread da
Does anyone know of a good g++ debugger for Win32? I've tried using Eclipse and CDT but those tools are tremendously troublesome and buggy. I tried using a tool called VIDE - which looks very good, but the debugging is barely a step above using GDB from the command line. Finally, there's thi

Info: resolving vtable ... (auto-import)

2004-08-19 Thread da
Do we need to be concerned about it? If so, can anyone suggest a possible solution (or documentation on this)? -- da -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.htm

Problem linking with ODBC

2004-08-18 Thread da
ference to `_SQLConnect' collect2: ld returned 1 exit status make: *** [libTest.so] Error 1 --- Any idea why _SQLConnect is unresolved? Thanks, -- da -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentatio

RE: Lost and Found: cygpcre-0.dll

2003-10-08 Thread Habermann, David (DA)
I also noticed a similar error recently when doing a fresh install of only the base items plus OpenSSH. Adding cygpcre to the install list cleared the problem. Dave Habermann -Original Message- From: McVitty, Andrew [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 11:08 AM T

RE: Cygwin version 1.3.20

2003-07-21 Thread Henry Da Costa
Larry Hall wrote: > Why do you only have the executable? Also, why can't the provider of > this executable give you with the support you need? Strictly > speaking, if the provider hasn't purchased a commercial license from > Red Hat, they are legally bound by the GPL. If they aren't providing >

RE: Cygwin version 1.3.20

2003-07-21 Thread Henry Da Costa
Elfyn McBratney wrote: > I will add this though: If you have a program that worked on 1.3.20* which does > not work on 1.3.22* it's more productive to try and find out the cause of the > problem rather than going back in time. If it turns out to be a problem in the > Cygwin DLL, matbe the royal we

RE: Cygwin version 1.3.20

2003-07-21 Thread Henry Da Costa
Max Bowsher wrote: > You have sent this message to a public mailing list. Thanks for replying. I didn't realize that the "Christopher Faylor" link at http://www.cygwin.com/ led to the cygwin mailing list. I should have been more vigilant. > The phrase "complete Cygwin version 1.3.20 set of packag

Cygwin version 1.3.20

2003-07-21 Thread Henry Da Costa
which we don't have the source. Do you know if that Cygwin version is archived anywhere? Thanks. Henry da Costa Director, Software Development Immersion Corporation -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Doc

RE: Advocacy

2003-03-04 Thread Habermann, David (DA)
How about --End of signature-- or --End of message-- ?? -- Joshua, Unfortunately, people with company disclaimers would probably prefer something without the word "IGNORE", lest they be misunderstood by overeager company watchdogs... Igor -- -- Unsubscribe info: http

RE: Paasword validation in Windows Domain ?

2003-01-13 Thread Habermann, David (DA)
It should be noted that this does not work if running on W98, it must be on XP or NT (someone please correct me if I'm wrong here). David Habermann -Original Message- From: Pierre A. Humblet [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 10:01 AM To: [EMAIL PROTECTED] Subjec

RE: inetd -- service wont start at boottime on Win XP (add me to the pile)

2001-12-21 Thread Habermann, David (DA)
I, too, could not make this work (in my case to start SSHD as a service), even after an exhaustive search of this list archive. What I ended up with was using the "Scheduled Tasks" control panel to schedule a "cygrunsrv" task. This task is scheduled to run "At system startup" and uses the comman