Re: [PATCH] Fix poll/select signal socket as write ready on connect failure

2020-07-17 Thread Marc Hoersken via Cygwin
elog I can check regulary to see if this has been released (once it is)? Thanks! Best regards, Marc -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cyg

Re: [PATCH] Fix poll/select signal socket as write ready on connect failure

2020-07-17 Thread Marc Hoersken via Cygwin
ur in programs calling poll/select multiple times. - Example test to non-listening port: curl -v 127.0.0.1:47 */ -  if ((connect_state () == connect_failed) && (event_mask & FD_WRITE)) -    wsock_events->events |= FD_WRITE;    UNLOCK_EVENTS;    return ret; Best regards, Marc [1

[PATCH] Fix poll/select signal socket as write ready on connect failure

2020-07-15 Thread Marc Hoersken via Cygwin
regarding connection failure (during FD_CONNECT), I am not sure if connection closure (during FD_CLOSE) is also affected, but I was not able to find code handling the fact that FD_CLOSE is only signalled once. Please take a look and thanks in advance! Best regards, Marc Hörsken [1] https://github.com

git diff --color-words doesn't work properly

2016-12-13 Thread Marc Aldorasi
When a .gitattributes file specifies a diff and the locale is utf8, "git diff --color-words" fails with the message "fatal: Invalid regular expression [a-zA-Z_][a-zA-Z0-9_]*|[-+0-9.e]+[fFlL]?|0[xXbB]?[0-9a-fA-F]+[lLuU]*|[-+*/<>%&^|=!]=|--|\+\+|<<=?|>>=?|&&|\|\||::|->\*?|\.\*|[^[:space:]]|[-][<80>-]

Re: RFC2307 accounts

2016-03-09 Thread Marc Rechte
Le 09/03/2016 16:58, Corinna Vinschen a écrit : On Mar 9 12:50, Marc Rechte wrote: Le 09/03/2016 12:27, Corinna Vinschen a écrit : Keep in mind that we have two mappings. The main mapping is the mapping between Windows SID and a computed uid/gid value used in Cygwin which allows fast

Re: RFC2307 accounts

2016-03-09 Thread Marc Rechte
Le 09/03/2016 12:27, Corinna Vinschen a écrit : On Mar 9 11:42, Marc Rechte wrote: Le 09/03/2016 10:14, Mark Geisert a écrit : Marc Rechte wrote: Hello, Trying to set RFC2307 accounts, using unix schema in /etc/nsswitch.conf. [...] Your original post of this material was answered about

Re: RFC2307 accounts

2016-03-09 Thread Marc Rechte
Le 09/03/2016 10:14, Mark Geisert a écrit : Marc Rechte wrote: Hello, Trying to set RFC2307 accounts, using unix schema in /etc/nsswitch.conf. [...] Your original post of this material was answered about 30 minutes after your post. Kindly follow up there... https://cygwin.com/ml

RFC2307 accounts

2016-03-08 Thread Marc Rechte
Hello, Trying to set RFC2307 accounts, using unix schema in /etc/nsswitch.conf. UID/GID do not reflect what is stored in AD (using POSIX attributes), they still follow the 0x10 + RID scheme (https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping) Any idea ? Thanks In cygwin bash:

RFC2307 accounts

2016-03-08 Thread Marc Rechte
Hello, Trying to set RFC2307 accounts, using unix schema in /etc/nsswitch.conf. UID/GID do not reflect what is stored in AD (using POSIX attributes), they still follow the 0x10 + RID scheme (https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping) Any idea ? Thanks In cygwin bash:

setup 2.871 fails from command line on Windows 7 with "setup-x86.exe has stopped working"

2015-07-07 Thread MORGAN Marc
"cygcheck -c" at the end, some packages are clearly missing from the list. Am I the only one experiencing this problem? What am I doing wrong? Thanks in advance, Marc PS: and BTW the answer on the Cygwin web site about "Q: Is there a command-line installer?" does not make

Fwd: Can't open on Windows 8

2015-06-29 Thread Marc Terrasson
same (my screen is in 3840 x 2160 px). Regards, Marc -- Marc Terrasson Developer Kwaga -- Marc Terrasson Developer Kwaga -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info

Re: Avira find a virus in the binaries generated using GCC under cygwing

2015-01-27 Thread Marc Le Roy
/b9e3277edd4619ba2b18d85e9aad3c05839e5b1f94f16803a2a9e670500ba173/analysis/1421877929/ The problem of false detection is now solved in Avira : https://www.virustotal.com/fr/file/b9e3277edd4619ba2b18d85e9aad3c05839e5b1f94f16803a2a9e670500ba173/analysis/1422392683/ Thank you very much. Marc -- Problem reports: http://cygwin.com/problems.html FAQ

Avira find a virus in the binaries generated using GCC under cygwing

2015-01-21 Thread Marc Le Roy
lem. May I consider this is a bug in Avira ? Ling to the scan on virustotal : https://www.virustotal.com/fr/file/b9e3277edd4619ba2b18d85e9aad3c05839e5b1f94f16803a2a9e670500ba173/analysis/1421877929/ Marc -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygw

RE: gcc 4.9.2 cygwin64 internal error parsing decimal float point values

2015-01-18 Thread Marc Reynolds
If the bug is present then it will occur at any optimization level. Given this further information I investigated and discovered the problem. My system somehow had a broken cygmpfr-4.dll installed in /bin. Given that the assert was from MPFR I should have checked this earlier but I naively a

gcc 4.9.2 cygwin64 internal error parsing decimal float point values

2015-01-17 Thread Marc Reynolds
NOTE: I am not on neither of these mailing list so including me on any messages which might require further information The precompiled binary installed from the package manager labeled "4.9.2-1". The following program reproduces: - int main() { float f = 1.17549435082228750797e-38F;

autorebase

2012-05-14 Thread Marc Girod
rebase ...after an update? I acknowledge I have had much fewer fork failures in recent times than I used to. Thanks, Marc -- View this message in context: http://old.nabble.com/autorebase-tp33828522p33828522.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports:

Re: using a makefile to create an executable file

2012-04-11 Thread Marc Girod
es and to write simple ones by hand... This is not hard, and might be helpful. Miracles (especially the ones you don't understand) are dangerous. Marc -- View this message in context: http://old.nabble.com/using-a-makefile-to-create-an-executable-file-tp33664890p33667798.html Sent from the

RE: How to run bash shell script in cygwin?

2012-04-03 Thread Marc Girod
all sshd and use ssh username@localhost as a su replacement. With ssh, use rather: ssh username@$(hostname) This is because ssh will record the host key with the name. You don't want to record random host keys with the stable 'localhost' name. Marc -- View this message in context

gcc-4 segmentation fault while compiling Tk (from CPAN)

2012-01-27 Thread Marc Girod
I just filed a report to gcc bugzilla: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52017 for compiling Tk-804.030 on Cygwin 1.7.9 with gcc-4 4.5.3-3 . Marc -- View this message in context: http://old.nabble.com/gcc-4-segmentation-fault-while-compiling-Tk-%28from-CPAN%29-tp33213218p33213218

Re: Get errors while startx

2012-01-18 Thread Marc Girod
erverauth file on the previous line, so xauth will always complain. The fix is to silence it with: 2>/dev/null The other error I didn't investigate... Marc -- View this message in context: http://old.nabble.com/Get-errors-while-startx-tp33159771p33160305.html Sent from the Cygwin list mailin

Re: Stackdump at every second startup

2012-01-03 Thread Marc Girod
corrected... My real question now: is the need for './peflagsall' in addition gone? Marc -- View this message in context: http://old.nabble.com/Stackdump-at-every-second-startup-tp33071456p33073231.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem report

Re: Installation problems with home path and sshd

2011-11-27 Thread Marc Girod
count, but it doesn't seem wrong. You'll have to wait for some better advice than mine. Sorry for all the copies of my message. Nabble seems to be bugging... Marc -- View this message in context: http://old.nabble.com/Installation-problems-with-home-path-and-sshd-tp32877343p32877469.html Se

Re: Installation problems with home path and sshd

2011-11-27 Thread Marc Girod
but... I think there are two sources for the definition of home: the HOME environment variable, and the entry in /etc/passwd. I have myself: ~> id uid=1000(marc) gid=513(None) groups=513(None),545(Users) ~> grep marc /etc/passwd | tr : '\n' marc unused 1000 513 U-sartre\marc,S-1-5-21-1848

Re: Installation problems with home path and sshd

2011-11-27 Thread Marc Girod
but... I think there are two sources for the definition of home: the HOME environment variable, and the entry in /etc/passwd. I have myself: ~> id uid=1000(marc) gid=513(None) groups=513(None),545(Users) ~> grep marc /etc/passwd | tr : '\n' marc unused 1000 513 U-sartre\marc,S-1-5-21-1848

Re: Installation problems with home path and sshd

2011-11-27 Thread Marc Girod
but... I think there are two sources for the definition of home: the HOME environment variable, and the entry in /etc/passwd. I have myself: ~> id uid=1000(marc) gid=513(None) groups=513(None),545(Users) ~> grep marc /etc/passwd | tr : '\n' marc unused 1000 513 U-sartre\marc,S-1-5-21-1848

Re: Installation problems with home path and sshd

2011-11-27 Thread Marc Girod
enter "cd ~/" I am in it. > But mintty still opens in its own link directory. > Others may answer better than me, but... I think there are two sources for the definition of home: the HOME environment variable, and the entry in /etc/passwd. I have myself: ~> id uid=1000(marc)

Re: Installation problems with home path and sshd

2011-11-27 Thread Marc Girod
enter "cd ~/" I am in it. But mintty > still opens in its own link directory. > Others may answer better than me, but... I think there are two sources for the definition of home: the HOME environment variable, and the entry in /etc/passwd. I have myself: ~> id uid=1000(marc)

Re: Install error with rebase 4.0.0-1

2011-10-24 Thread Marc Girod
Marc Girod wrote: > > Sorry. This made a difference on the command line, but not in the file. > Is there something wrong in redirecting xauth's stderr to /dev/null? It complains that the file doesn't exist, and indeed just made sure to remove it... trap "rm -f &#x

Re: Install error with rebase 4.0.0-1

2011-10-23 Thread Marc Girod
Marc Girod wrote: > > It seems that xauth doesn't like the double-quote around the filename... > Sorry. This made a difference on the command line, but not in the file. Marc -- View this message in context: http://old.nabble.com/Install-error-with-rebase-4.0.0-1-tp32705124p3270

Re: Install error with rebase 4.0.0-1

2011-10-23 Thread Marc Girod
bin/startx: ~> xauth -q -f "$xserverauthfile" << EOF add :$dummy . $mcookie EOF > xauth: file /home/marc/.serverauth.4668 does not exist ~> ll .serverauth.4668 -rw--- 1 marc None 51 Oct 23 15:23 .serverauth.4668 ~> xauth -q -f $xserverauthfile << EOF add :$dummy . $m

Re: Install error with rebase 4.0.0-1

2011-10-23 Thread Marc Girod
Marc Girod wrote: > > To be honest, I find that cygcheck too behaves strangely: > > ... > ~> cygcheck -l rebase-3.0.1-1 > OK: my mistake (Thanks Marco): ~> cygcheck -c rebase Cygwin Package Information Package VersionStatus rebase

Re: Install error with rebase 4.0.0-1

2011-10-23 Thread Marc Girod
25.html > However, there was no /etc/rebase* either (and is none under 3.0.1-1) To be honest, I find that cygcheck too behaves strangely: ~> cygcheck -f /usr/bin/cygcheck cygwin-1.7.9-1 ~> cygcheck -l rebase-3.0.1-1 And starting X, I get strange xauth errors: xauth: file /home/marc/.ser

Install error with rebase 4.0.0-1

2011-10-23 Thread Marc Girod
I try here to send my cygcheck output as an attachment. This relates to a report made a few minutes ago using the old nabble site, with the same subject. Last time, my sending mail failed. Marc cygcheck.rvc Description: Binary data -- Problem reports: http://cygwin.com/problems.html FAQ

Install error with rebase 4.0.0-1

2011-10-23 Thread Marc Girod
age VersionStatus Thanks, Marc -- View this message in context: http://old.nabble.com/Install-error-with-rebase-4.0.0-1-tp32705124p32705124.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html

Re: STATUS_ACCESS_VIOLATION

2011-10-03 Thread Marc Girod
compare fixes. I can see that the understanding is in a good shape and light is at the end of the tunnel. I'll be happy to wait for a fix in an official version. Thanks again! Marc -- View this message in context: http://old.nabble.com/STATUS_ACCESS_VIOLATION-tp32557806p32584519.html Sent f

Re: STATUS_ACCESS_VIOLATION

2011-10-02 Thread Marc Girod
appear here (sent Sat, Oct 1, 2011 at 12:45 PM) Marc -- View this message in context: http://old.nabble.com/STATUS_ACCESS_VIOLATION-tp32557806p32576940.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: STATUS_ACCESS_VIOLATION

2011-09-30 Thread Marc Girod
its. > Yes, I know both pages... Maybe you are right and I have a *problem* which I ought the *report*. But that's not exactly the way I was looking at it. Marc -- View this message in context: http://old.nabble.com/STATUS_ACCESS_VIOLATION-tp32557806p32569776.html Sent from the Cyg

STATUS_ACCESS_VIOLATION

2011-09-30 Thread Marc Girod
rocess, or the exact DLL, so as to know in advance how to rebase the processes to avoid this conflict? Can I use the above data for that purpose? Or is it doomed? And is my understanding flawed? Thanks, Marc -- View this message in context: http://old.nabble.com/STATUS_ACCESS_VIOLATION-tp32

Re: Random fork failures

2011-07-11 Thread Marc Girod
every rebase will raise the base address where to load injected DLLs. Is this just fantasy and rain dancing? [ A fork error with scp may get my system to hang so that I need to reboot ] Marc -- View this message in context: http://old.nabble.com/Random-fork-failures-tp32035530p32040454.html Sent f

Re: Multi-term in Emacs under Cygwin doesn't correctly identify terminal type?

2011-06-03 Thread Marc Girod
#x27;t support the control characters that term does. Marc -- View this message in context: http://old.nabble.com/Multi-term-in-Emacs-under-Cygwin-doesn%27t-correctly-identify-terminal-type--tp31762666p31764406.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem repor

Re: Windows tools can access /usr/share but not /usr/lib

2011-04-12 Thread Marc Girod
Jon TURNEY wrote: > > A brief glance at the man page should discover 'cygpath -w -f-' > Indeed... Sorry for missing this... Reini Urban wrote: > > $ perldoc perlcygwin > and Thanks for that which is exactly what I needed! And which I had missed as well! Marc --

Re: Windows tools can access /usr/share but not /usr/lib

2011-04-11 Thread Marc Girod
background, and get it to read stdin and write to stdout through pipes? Marc -- View this message in context: http://old.nabble.com/Windows-tools-can-access--usr-share-but-not--usr-lib-tp31350629p31370896.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports:

Re: Windows tools can access /usr/share but not /usr/lib

2011-04-08 Thread Marc Girod
last problem with df already. The reason I didn't use cygpath so far is that I need more flexibility... I'll have some paths which don't exist (yet) or only under a ClearCase view, even if they are reported 'bare'; or with a prefix. But OK. There is some complexity anyway

Windows tools can access /usr/share but not /usr/lib

2011-04-08 Thread Marc Girod
ve to implement a workaround) how can I detect this issue? I already found: $ df /usr/lib Filesystem 1K-blocks Used Available Use% Mounted on C:/cygwin/lib244196348 35784364 208411984 15% /usr/lib Is this the answer to my question? Thanks, Marc P.S. $ mount //view/emagiro_c

Re: Start a crontab service

2011-03-18 Thread Marc Girod
Marc Girod wrote: > > Still reading... > Actually... in my very simple case, running: /usr/bin/cron-config and accepting the defaults (recording my own password) was enough to get cron the work... $ cygrunsrv -L cron $ crontab ~/cron/mg $ crontab -l # DO NOT EDIT THIS FILE - edit t

Re: Start a crontab service

2011-03-18 Thread Marc Girod
to: http://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-nopasswd1 Still reading... Marc -- View this message in context: http://old.nabble.com/Start-a-crontab-service-tp31176889p31182509.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://c

/etc/profile in base-files 4.0-5

2011-03-18 Thread Marc Girod
rsion/Windows/Device' ([[ -e "${p}" ]] && read -r PRINTER < "${p}") && PRINTER=${PRINTER%%,*} Marc -- View this message in context: http://old.nabble.com/-etc-profile-in-base-files-4.0-5-tp31182191p31182191.html Sent from the Cygwin list mailing

Start a crontab service

2011-03-17 Thread Marc Girod
ions name: Installations Cygdrive default prefix: Build date: CVS tag: cygwin-1_7_8-release Shared id: cygwin1S5 Thanks, Marc -- View this message in context: http://old.nabble.com/Start-a-crontab-service-tp31176889p31176889.html Sent from the Cygwin list mailing li

Re: ssh error

2010-06-06 Thread Marc Girod
). Did you run ./rebaseall; ./peflagsall after install? [This advice is still valid, isn't it?] Sorry if this is dumb|obvious|irrelevant... Marc -- View this message in context: http://old.nabble.com/ssh-error-tp28755140p28793155.html Sent from the Cygwin list mailing list archive at Nabble.com.

Re: Font change in Gnu emacs/X11 following upgrade

2010-04-29 Thread Marc Girod
Doing vfork, resource temporarily unavailable while retrying... Not every time. Marc -- View this message in context: http://old.nabble.com/Font-change-in-Gnu-emacs-X11-following-upgrade-tp28403800p28404239.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Proble

Re: Font change in Gnu emacs/X11 following upgrade

2010-04-29 Thread Marc Girod
I just thought I'd add my /var/log/XWin.0.log file, which contains my X startup string... The complete startup string, from /Emacs.bat, is: bash --login -c "/usr/bin/startx /usr/bin/emacs -g 90x37+150+0 -- /usr/bin/X :0 -multiwindow -clipboard" Thanks, Marc http://old.nabble.com

Font change in Gnu emacs/X11 following upgrade

2010-04-29 Thread Marc Girod
tset: -bitstream-Bitstream Vera Sans Mono-normal-normal-normal-*-12-*-*-*-m-0-fontset-startup The X server greets me with a new identity: Vendor: The Cygwin/X Project Release: 1.8.0.0 (1080) Build Date: 2010-04-02 I join my cygcheck output. Any explanation and quick fix? Thanks, Marc

Re: MIT krb5 on cygwin?

2010-03-11 Thread Marc Girod
/usr/heimdal (default), and passed this to: GSSAPI-0.26> perl Makefile.PL --gssapiimpl /usr/heimdal Marc -- View this message in context: http://old.nabble.com/MIT-krb5-on-cygwin--tp27846278p27863939.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports

Re: MIT krb5 on cygwin?

2010-03-10 Thread Marc Girod
. OK, I looked at http://cygwin.com/cygwin-ug-net/dll.html and found 'The import library is a regular UNIX-like .a library...' But the only Iconv related dll I found was: /usr/lib/perl5/site_perl/5.10/i686-cygwin/auto/Text/Iconv/Iconv.dll so that I don't know what to think. Marc --

MIT krb5 on cygwin?

2010-03-09 Thread Marc Girod
n perl Makefile.PL --help to see all available configuration options. I downloaded and extracted MIT Kfw SDK sources, but all the build instructions are for Visual C++, and this won't give me anything linkable. Am I completely going the wrong way? Thanks, Marc -- View this message in co

Re: Problems installing Text-Iconv-1.7 (perl module)

2010-03-09 Thread Marc Girod
(in case the symbols would be found in libc), and added it to the second phase. Which it didn't try as long as the first phase failed because of my first using gcc 3. So, with gcc 4, Text::Iconv installs correctly on cygwin without needing to tweak the Makefile.PL. Marc -- View this message

Re: Problems installing Text-Iconv-1.7 (perl module)

2010-03-09 Thread Marc Girod
~> file /usr/lib/libiconv.dll.a /usr/lib/libiconv.dll.a: current ar archive Marc -- View this message in context: http://old.nabble.com/Problems-installing-Text-Iconv-1.7-%28perl-module%29-tp27833019p27845834.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem

Re: Problems installing Text-Iconv-1.7 (perl module)

2010-03-09 Thread Marc Girod
would guess that somewhere it looks for a shared library, and doesn't find the dll as one... Marc -- View this message in context: http://old.nabble.com/Problems-installing-Text-Iconv-1.7-%28perl-module%29-tp27833019p27841003.html Sent from the Cygwin list mailing list archive at Nabb

Problems installing Text-Iconv-1.7 (perl module)

2010-03-09 Thread Marc Girod
v-1.7> strings /usr/lib/libiconv.a | grep libiconv_open _libiconv_open _libiconv_open_into _libiconv_open _libiconv_open_into ??? Marc -- View this message in context: http://old.nabble.com/Problems-installing-Text-Iconv-1.7-%28perl-module%29-tp27833019p27833019.html Sent from the Cygwin list mail

Re: Fwd: 1.7.1 setup mirrors list is empty

2010-03-09 Thread Marc Girod
Marc Girod wrote: > > Setup stays in download mode (setup.bz2), empty progress bar, > now from sunet.se as well as all the others. > And suddenly it started to work again from heanet.ie. Thanks, Marc -- View this message in context: http://old.nabble.com/Fwd%3A-1.7.1-setup-mir

Re: Fwd: 1.7.1 setup mirrors list is empty

2010-03-08 Thread Marc Girod
/ though. > I have. I may now have a connection problem, although firefox to nabble is happy, as well as skype. Setup stays in download mode (setup.bz2), empty progress bar, now from sunet.se as well as all the others. And my current cygwin installation is not functional anymore. Marc -- V

Re: Fwd: 1.7.1 setup mirrors list is empty

2010-03-08 Thread Marc Girod
n't complete, and later I got a popup telling me that it wasn't anymore an official cygwin mirror (?) All the others I tried (heanet.ie, Dresden, Karlsruhe, Switzerland, France...) tell me: Unable to get setup.ini Some known problems? Marc -- View this message in context: http://old.na

Re: Telnet connect to Cygwin gives no response

2010-01-29 Thread Marc Doesburg
re in "aspect". So we prefer to use ProComm. I'm looking into something else for ProComm, but it's not that easy to adapt to a new scripting language and until that time I would like to use cygwin as a "pass-trough" server. -- Marc D. I reject reality and substitute

Telnet connect to Cygwin gives no response

2010-01-29 Thread Marc Doesburg
p/install of cygwin. But since I’m pretty new to cygwin it’s probably a “you need to enable this parameter” thingy… Thanks in advance. -- Marc D. I reject reality and substitute it for my own -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Docum

Re: Questions about gnu debug

2009-12-24 Thread Marc Girod
ary re-play of history for people who didn't record it. Marc -- View this message in context: http://old.nabble.com/Questions-about-gnu-debug-tp26904577p26917415.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FA

Re: ttyfier

2009-12-20 Thread Marc Girod
Marc Girod wrote: > > I start playing with gdb... > I don't get very far: it returns directly to the shell prompt. I did a make clean, uncommented the DEBUG = -g, and make again, but to no avail. ttyfier> file tfy.exe tfy.exe: PE32 executable for MS Windows (console) Intel 8

ttyfier (was: /dev/conout)

2009-12-20 Thread Marc Girod
Marc Girod wrote: > > I am still looking forward to tfy... > Building it, I get a exe called tfy.exe, and a ttyfier1.dll shared library. I try: ./tfy cleartool -ver in the cygwin console and in an xterm I get a 'flash' then nothing, and the process seems to hang. I

Re: /dev/conout

2009-12-18 Thread Marc Girod
king for generically dropping my own treatment to plain cleartool... I am still looking forward to tfy... The console doesn't seem to help me, unless it may be hidden, and I may read what gets written there. Marc -- View this message in context: http://old.nabble.com/Looking-for-the-%27st

/de/conout (was: Looking for the 'stdout' of a Windows application)

2009-12-18 Thread Marc Girod
defaria wrote: > > the problem is that cleartool is written for Windows > thus uses /dev/conout > I can see /dev/conout, but what can I do with it? I found one hit in the docs: http://www.cygwin.com/1.7/cygwin-ug-net/using-specialnames.html Thanks, Marc -- View this messag

Re: ttyfier (was: Re: Looking for the 'stdout' of a Windows application)

2009-12-14 Thread Marc Girod
t didn't display anything and I had to kill it with pskill. I confirm that I am interested in the output, as well as in the input. Marc -- View this message in context: http://old.nabble.com/ttyfier-%28was%3A-Re%3A-Looking-for-the-%27stdout%27-of-a-Windows-application%29-tp26774072p2677994

Re: Merits of ClearCase

2009-12-14 Thread Marc Girod
ource, clearcase is not. > That's a different issue. I very much agree on the advantages of free software. But you are still comparing a free horse to a commercial plane. And, there is some freedom bound to the fact the latter flies. Marc -- View this message in context: http://old

Merits of ClearCase (was: Looking for the 'stdout' of a Windows application)

2009-12-14 Thread Marc Girod
ced, and which makes the requirement for atomic commits sound like saying that a Jumbo Jet doesn't even eat carots, like any good horse. It is trivial to get atomicity of publication in ClearCase (within one vob): you rename a label type. Marc -- View this message in context: http://old.

Re: Looking for the 'stdout' of a Windows application

2009-12-13 Thread Marc Girod
;stty sane'. OK, it was on hpux... But it wasn't sane. Anyway, tried now, and no: didn't work. I tried with Enter, Ctrl-J, Ctrl-M/Ctrl-J, and finally, I had to kill xterm. Here is my cygcheck output (I just updated, and checked the problem is the same). Thanks, Marc -- View this m

Re: Looking for the 'stdout' of a Windows application

2009-12-13 Thread Marc Girod
So, there doesn't seem to be anything too fancy... At least the input is taken from the stdin... Marc -- View this message in context: http://old.nabble.com/Looking-for-the-%27stdout%27-of-a-Windows-application-tp26769438p26770640.html Sent from the Cygwin list mailing list archive a

Re: Looking for the 'stdout' of a Windows application

2009-12-13 Thread Marc Girod
Andy Koppe wrote: > > 2009/12/13 Marc Girod: > Surprised it doesn't work in the Cygwin console, unless you've got > CYGWIN=tty set? > I have. Dave Korn told me to take it away. Anyway, no result one way or the other. Andy Koppe wrote: > > The problem likely i

Re: Looking for the 'stdout' of a Windows application

2009-12-13 Thread Marc Girod
riable; remove it. > I did. Removed. No effect. Should I have rebooted? BTW, after killing the process from an other teminal, I loose the stdin/out in this one (be it the console or xterm). Dave Korn-6 wrote: > > As for the gui terminals, there's probably nothing you can do. Well, >

Looking for the 'stdout' of a Windows application

2009-12-13 Thread Marc Girod
t the output to my cygwin shell? Thanks Marc C:\Windows\system32>handle -a -p 5024 Handle v3.42 Copyright (C) 1997-2008 Mark Russinovich Sysinternals - www.sysinternals.com 4: File (---) 8: File (---) C:\cygwin2\home\emagiro C: File (---) C:\cygwin2\home\emagiro

Re: mark/copy text to clipboard without a mouse in rxvt or mintty

2009-10-26 Thread Marc Girod
sufficient? > GNU emacs shell too. And probably terminal-mode (I don't know but I can guess). Marc -- View this message in context: http://www.nabble.com/Fwd%3A-mark-copy-text-to-clipboard-without-a-mouse-in-rxvt-or-mintty-tp26062849p26067031.html Sent from the Cygwin list mailing l

Re: Can't rm file, but no error message

2009-10-05 Thread Marc Girod
t; There is a nice utility to tell you the file system and its attributes: getVolInfo, as part of the csih package, and installed in /usr/lib/csih/getVolInfo Marc -- View this message in context: http://www.nabble.com/Can%27t-rm-file%2C-but-no-error-message-tp25750566p25752680.html Sent from

Re: XWin not working on vista?

2009-09-30 Thread Marc Girod
e reason for its failure. The next option is to run the startup command from the cygwin shell. You'll get the errors in the transcript. Marc -- View this message in context: http://www.nabble.com/XWin-not-working-on-vista--tp25648247p25677893.html Sent from the Cygwin list mailing list archiv

Re: emacs shell: Can't exec program: /usr/bin/bash

2009-08-11 Thread Marc Girod
Hi Ken, Marc Girod wrote: > > Not yet, but now I downloaded it... > Now I installed it (and ran rebaseall/peflagsall). ~> uname -a CYGWIN_NT-6.0 EV0016D4A35054 1.7.0s(0.212/5/3) 20090804 23:19:31 i686 Cygwin It seems indeed to work much better than 56! Thanks, Marc -- View

Re: emacs shell: Can't exec program: /usr/bin/bash

2009-08-10 Thread Marc Girod
Ken Brown-6 wrote: > > Have you tried the latest snapshot (2009-08-04)? > Not yet, but now I downloaded it... In fact, I'll try it only if things become unbearable, or if my X crashes. I tend to keep my things up for a few days... It takes some time to set everything up.

emacs shell: Can't exec program: /usr/bin/bash

2009-08-10 Thread Marc Girod
23.1-10 OK emacs-el 23.1-10 Incomplete emacs-X11 23.1-10 OK ... Prior to the upgrade, I had 53, and no such symptom. Thanks, Marc -- View this message in context: http://www.nabble.com/emacs-

MVFS on cygwin: Thanks, and plug for ClearCase::Wrapper::MGi

2009-07-29 Thread Marc Girod
bg=1 -rm . => "ls -s -d ." => "unco -rm ." Checkout cancelled for ".". The wrapper has still some limitations. >From a naive user's point of view, its inconsistent support for interactive prompts from cleartool is probably the most annoying.

Can't get sshd to start on windows (Win32 error 1062)

2009-07-24 Thread Marc
I am having trouble getting the sshd service to start on windows.  I have read everything that I can on-line and on the cygwin archives, but I can't seem to find an answer. I am running windows XP.  I installed cygwin, ran ssh-host-config -y, ssh-user-config -y (both from a user account in the Admi

Re: volinfo (was: MVFS results)

2009-07-20 Thread Marc Girod
UPPORTS_REMOTE_STORAGE: FALSE FILE_VOLUME_IS_COMPRESSED : FALSE FILE_SUPPORTS_OBJECT_IDS: FALSE FILE_SUPPORTS_ENCRYPTION: FALSE FILE_NAMED_STREAMS : FALSE FILE_READ_ONLY_VOLUME : FALSE FILE_SEQUENTIAL_WRITE_ONCE : FALSE FILE_SUPPORTS_TRANSACTIONS : FALSE Excelle

Re: .#* lock files under X, for files I edit???

2009-07-17 Thread Marc Girod
Eric Blake wrote: > > You shouldn't need the hack at all, once the next cygwin snapshot > is made available. > Oh! This fast! I just thought I would have to live with this longer. Thanks, Marc -- View this message in context: http://www.nabble.com/.-*-lock-files-under-X%2C

Re: .#* lock files under X, for files I edit???

2009-07-17 Thread Marc Girod
Marc Girod wrote: > > Just two fixes for now: > My emacs crashed (Memory Full). I don't know whether this may be related. It had not done so for long. This might well be a side-effect of this purify-flag... Maybe I could set it to nil on some later function? Otherwise, my hack

Re: MVFS results

2009-07-16 Thread Marc Girod
rived objects: sharing commonalities and managing by difference). I am probably still on the stuff the original developers sniffed... Marc -- View this message in context: http://www.nabble.com/MVFS-results-tp24504520p24515400.html Sent from the Cygwin list mailing list archive at Nabble.com

Re: .#* lock files under X, for files I edit???

2009-07-15 Thread Marc Girod
zoo zoo: data makesystem> od -c zoo 000 ! < s y m l i n k > 377 376 f \0 o \0 020 o \0 \0 \0 024 makesystem> rm zoo makesystem> I confirm that my find-file-hook works. I didn't want to restart my emacs, but I tried with: (setenv

Re: .#* lock files under X, for files I edit???

2009-07-15 Thread Marc Girod
Just two fixes for now: Marc Girod wrote: > > This function is intened as a find-file-hook." > ... > (set (make-local-variable 'purify_flag) t > intended purify-flag Marc -- View this message in context: http://www.nabble.com/.-*-lock-files-un

Re: .#* lock files under X, for files I edit???

2009-07-15 Thread Marc Girod
Marc Girod wrote: > > I'll report my results... > Here is what I did, to make it practical: (defun clearcase-no-lock() "Under ClearCase, in Cygwin, do not create lock symlinks. Either format (old: Windows shortcuts; new: real symlinks with utf name) are bad for differen

Re: .#* lock files under X, for files I edit???

2009-07-15 Thread Marc Girod
Marc Girod wrote: > > Thanks. I'll try that. > That was: 'CYGWIN=winsymlinks tty' The result is not fully satisfying. E.g.: lrwxrwxrwx 1 emagiro EEI-ATusers45 Jul 14 11:57 .#common.mk -> emag...@ev0016d4a35054.eemea.ericsson.se.4708 in a dired buffer

Re: browse-url in emacs (was Re: w32-shell-execute function definition is void)

2009-06-18 Thread Marc Girod
Ken Brown-6 wrote: > > On 6/17/2009 12:15 PM, Ken Brown wrote: > Marc, if you want to test it, delete the stuff you added to your .emacs > and carry out the following steps: ... > OK, I ran this. I did it from within emacs, which was maybe not bright. Anyway, I got a couple

Re: fatal error - fork: can't reserve memory for stack

2009-06-16 Thread Marc Girod
se, and since I installed a fixed expr from coreutils-7.0-2, I have had significantly less such problems (none with a clear error). Marc -- View this message in context: http://www.nabble.com/fatal-error---fork%3A-can%27t-reserve-memory-for-stack-tp24053207p24055774.html Sent from the Cygwin lis

Re: w32-shell-execute function definition is void

2009-06-16 Thread Marc Girod
that ingratitude... Thanks! Marc -- View this message in context: http://www.nabble.com/w32-shell-execute-function-definition-is-void-tp4718394p24052453.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Garbage man pages

2009-06-16 Thread Marc Girod
Bill McCormick-4 wrote: > > Here's some sample output: > > u9Fman.1Z[waAE~i_NE}2Fg'vHjxD.%9x# OdG FaD'?~eO4(Ex > ... > Writing is easy, reading is hard. Nothing new. Marc -- View this message in context: http://www.nabble.com/Garbage-man-pages-t

Re: w32-shell-execute function definition is void

2009-06-16 Thread Marc Girod
So, there ought to be a replacement for these functions, and a test to switch to an alternative set of them? Marc -- View this message in context: http://www.nabble.com/w32-shell-execute-function-definition-is-void-tp4718394p24049941.html Sent from the Cygwin list mailing list archive at N

Re: Trying to install CPAN Math::GMP. Can libgmp3 provide -libgmp?

2009-06-07 Thread Marc Girod
Reini Urban wrote: > > I successfully ran all Net-SSH-Perl-1.34 tests. > Now I could build Math::GMP, so I did as well. Same problems with make tests for Math::Pari Marc -- View this message in context: http://www.nabble.com/Re%3A-Re%3A-Trying-to-install-CPAN-Math%3A%3AGMP.-Ca

Re: Trying to install CPAN Math::GMP. Can libgmp3 provide -libgmp?

2009-06-07 Thread Marc Girod
Marc Girod wrote: > > Thanks to the fixes to libgmp-3 by Bill[...] > I meant David! Sorry. -- View this message in context: http://www.nabble.com/Re%3A-Re%3A-Trying-to-install-CPAN-Math%3A%3AGMP.-Can-libgmp3-provide--libgmp--tp23850368p23909269.html Sent from the Cygwin list mai

  1   2   3   >