Re: bash shell script: recently running, now failing

2023-04-06 Thread Scott Smith via Cygwin
Coming from an enterprise and supercomputing background, we were able to control what shell was available, so bashisms weren't a problem any more than dashisms, fishisms, kornisms, perl or python versionisms, etc, might be. But, when I was in a commercial environment, everything - shell, perl, C,

Re: bash shell script: recently running, now failing

2023-04-06 Thread Scott Smith via Cygwin
Place the nul on the third line. For example: #!/bin/bash # # ^@ identify as a binary file ... On Thu, Apr 6, 2023 at 4:03 AM Corinna Vinschen via Cygwin < cygwin@cygwin.com> wrote: > On Apr 6 04:43, Fergus Daly via Cygwin wrote: > > I have a "hash bang" bash shell script i.e. first line > >

'bat' for cygwin

2023-03-10 Thread Scott Smith via Cygwin
Marco, Well, that's disappointing; however, it's not an essential for my project. While bat is nicer, cat will suffice. I will add a presence test to use bat when it exists and fall back to cat. The few cygwin instances I have will just have to be jealous of their linux counterparts! Thank you

'bat' for cygwin

2023-03-10 Thread Scott Smith via Cygwin
Has anyone compiled bat for cygwin64? If not, could it be added for consideration to be added to the repository, please? Meanwhile, although I know 0% about Rust, if someone can tell me how to install Rust, then I could take a shot at compiling it myself. Thanks -- Problem reports: https:

Suggestion: Add run-parts to Cygwin.

2021-06-29 Thread Joe Smith via Cygwin
/run-parts #!/bin/bash# Name: /usr/bin/run-partsModified by Joe Smith (joeinwap,gmail) # Purpose: Runs jobs sequentially at regular intervals (daily,weekly,monthly)# Concept taken from Debian, copied from RHEL-5, modified for Cygwin. # See end for "How to run cron jobs with elevated pri

Using /etc/cron.{daily, weekly, monthly} on Cygwin (/usr/bin/run-parts)

2021-06-09 Thread Joe Smith via Cygwin
Please add 'run-parts' to Cygwin. I have been using the attached program (copied from Debian) successfully with Vista, Windows-7, and Windows-10. mintty screen dump #!/bin/bash # Name: /usr/bin/run-parts Modified by Joe Smith (joeinwap,gmail) # Purpose: Runs jobs seque

Quick call today/tomorrow? Village Mart

2020-07-01 Thread Drake Smith via Cygwin
up to 35%, while getting your business the best/latest features you need. Would you be open to a quick call to discuss today/tomorrow? Let me know the best line to reach you so I can set up a call with a senior business phone consultant. Drake Smith | Business Phone Evangelist SnapiTel *The L

RE: Business Hamper? Let us Help'

2020-03-18 Thread Johnson Smith
from Google Core algorithm updates. •    Increase your position in Google Business. •    Growth in organic traffic and sales. •    More reviews; more business. If this is something you are interested in, then send me an email asking " Send me a Proposal". Kind Regards, Joh

RE: CEDIA 2018 Attendees List

2018-10-08 Thread jessica smith
Hi Did you had a chance to review my email ? Let me know your thoughts. Looking forward to hear from you. Jessica Smith From: jessica smith [mailto:jessica.sm...@tragetreachlist.com] Sent: Friday, October 05, 2018 10:06 AM To: 'cygwin@cygwin.com' Subject:

Re: Microsoft Azure Users Contact List

2018-09-04 Thread Smith Gahiton
Good evening Yes I would be happy to receive the fields from this list Yours, Le mar. 4 sept. 2018 à 18:25, Meghan Hudson < meghan.hud...@corporatebizleads.com> a écrit : > Hi, > > > > Hope you having a great day! > > > > I just wanted to be aware if you looking to acquire Microsoft Azure Users

RE: Problem referencing libraries in tcl 8.6, e.g. fileutil

2018-08-09 Thread Simon Conway-Smith
oblem referencing libraries in tcl 8.6, e.g. fileutil Am 07.08.2018 um 17:56 schrieb SImon Conway-Smith: > I have added the tcl intepreter into my Cygwin (64-bit) installation, > but when trying to run some code samples using the fileutil library, > e.g. the foreachLine command, I'

Problem referencing libraries in tcl 8.6, e.g. fileutil

2018-08-07 Thread SImon Conway-Smith
I have added the tcl intepreter into my Cygwin (64-bit) installation, but when trying to run some code samples using the fileutil library, e.g. the foreachLine command, I'm getting 'invalid command name "fileutil::foreachLine"'. I've even tried prefixing the command with "tcl::" as I had to do for

wmctrl not working with cygwin-x and no root window

2018-07-17 Thread Gulliver Smith
Latest cygwin on Windows 10. % wmctrl -l Cannot get client list properties. (_NET_CLIENT_LIST or _WIN_CLIENT_LIST) I'm running cygwin x with no root window to better integrate with my windows desktop. I'm guessing that this error is due to the fact that there is no root window so the C code does

Re: GCC 7.3.0 -std=gnu++17 failed to getline() from std::ifstream

2018-06-12 Thread Ross Smith
s apparently an equivalent effect as 'extern template'. The attached patch for   /usr/lib/gcc/*-pc-cygwin/7.3.0/include/c++/bits/basic_string.h fixes this. Christian Thank you! I can confirm that the patch fixes this. Ross Smith -- Problem reports: http://cygwin.com/

Re: GCC 7.3.0 -std=gnu++17 failed to getline() from std::ifstream

2018-06-11 Thread Ross Smith
On 2018-06-12 02:17, Marco Atzeri wrote: On 6/11/2018 4:11 AM, Ross Smith wrote: On 2018-06-06 09:00, Marco Atzeri wrote: On 6/5/2018 10:32 PM, Ivan Shynkarenka wrote:   Hello I use x64 bit Cygwin and it failed in my home, work and Appveyor.  I add cygcheck.out with my environment. I&#

Re: GCC 7.3.0 -std=gnu++17 failed to getline() from std::ifstream

2018-06-10 Thread Ross Smith
line << "\n"; } } $ g++ demo.cpp -std=c++17 -o demo && ./demo Aborted (core dumped) It's crashing on the call to std::getline(). It only happens in -std=gnu++17 mode (or the equivalent gnu++1z, or c++17/1z). If I compile with -std=gnu++14 or lower it works. I'm u

Re: [ANNOUNCEMENT] Updated: gcc-7.3.0-2 (x86/x86_64)(Test)

2018-05-06 Thread Ross Smith
rimental::filesystem::v1::path::_M_split_cmpts()' /tmp/ccV1QAAo.o:expfs.cpp:(.text$_ZNSt12experimental10filesystem2v14pathC1IA10_cS2_EERKT_[_ZNSt12experimental10filesystem2v14pathC1IA10_cS2_EERKT_]+0x5d): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `std::experimental::filesystem::v1::path::_M_spl

Strange disappearing xterm behaviour (recent) - Xwin multi window

2018-05-03 Thread Gulliver Smith
I have been running a cygwin X server in multi window mode for years, first supporting xterms running on external boxes, then in a variety of VirtualBox virtual machines. X is started as follows on both Windows 10 and Windows 7 boxes. /usr/bin/X -multiwindow -listen tcp I keep Cygwin up-to

Emacs raise-frame in cygwin x multiwindow mode

2018-05-03 Thread Gulliver Smith
A quick search show messages way back from 2004 on this topic from several different authors including myself. The problem is that when running Cygwin X in multi window mode, "raise-frame" calls from emacs clients do not raise windows. E.g., in a frame I call "(setq f (selected-frame))" then put

ISTE 2018 Attendees list

2018-04-03 Thread Robin Smith
interested to know more. Regards, Robin Smith| Marketing Executive Qualified Leads service Readymade Leads| Email Database| Campaign solutions| Augmented & Virtual Reality| Customized Solutions |Outsourcing | If you do not wish to receive future emails then please reply in subject "Stop

RE: CUE - TechEd Expo Attendees Email list 2018

2018-03-07 Thread Shron Smith
rd to hearing from you. Regards, Sharon Smith From: Sharon Smith [mailto:sharon.sm...@globaltradezs.com.a2hosted.com] Sent: 06 February 2018 17:12 To: 'cygwin@cygwin.com' Subject: CUE - TechEd Expo Attendees Email list 2018 Hi, Would you be interested in acquiring Computer-

Re: Ghostscript cannot find CMaps in Poppler

2018-02-14 Thread Vonobow Smith
> >> From Cygwin which is bundled with Ghostscript 9.21, > >> Ghostscript cannot find CMap's at all. As a result, CJK characters > >> cannot be rendered at all. > [...] > > Thanks for the report. I'll fix this in a slightly different way with a > > new ghostscript release. It might take a week or

Ghostscript cannot find CMaps in Poppler

2018-02-06 Thread Vonobow Smith
From Cygwin which is bundled with Ghostscript 9.21, Ghostscript cannot find CMap's at all. As a result, CJK characters cannot be rendered at all. > $ gsnd > GPL Ghostscript 9.22 (2017-10-04) > Copyright (C) 2017 Artifex Software, Inc. All rights reserved. > This software comes with NO WARRANTY:

VS Supermodels Romee Strijd & Taylor Hill Love These Hoops...

2017-10-04 Thread Alicia Smith
*|MC_PREVIEW_TEXT|* VS Supermodels Romee Strijd & Taylor Hill Love These Hoops... LARGE SELENA HOOPS $129.00 Gold-Filled

Re: [ANNOUNCEMENT] Updated: gcc-6.3.0-2 (x86/x86_64)(Test)

2017-07-27 Thread Ross Smith
On 2017-07-28 09:45, Ken Brown wrote: On 7/27/2017 5:39 PM, Ross Smith wrote: On 2017-07-28 09:19, Marco Atzeri wrote: On 27/07/2017 23:04, Ross Smith wrote: gcc 6.3 works fine for me unless I use threads. Any C++ program that uses std::thread (and worked with the previous gcc) will fail

Re: [ANNOUNCEMENT] Updated: gcc-6.3.0-2 (x86/x86_64)(Test)

2017-07-27 Thread Ross Smith
On 2017-07-28 09:19, Marco Atzeri wrote: On 27/07/2017 23:04, Ross Smith wrote: gcc 6.3 works fine for me unless I use threads. Any C++ program that uses std::thread (and worked with the previous gcc) will fail. Simple example: #include #include void payload() { std

Re: [ANNOUNCEMENT] Updated: gcc-6.3.0-2 (x86/x86_64)(Test)

2017-07-27 Thread Ross Smith
th: g++ thread.cpp -o thread && ./thread || echo Fail This will print Fail, indicating that the executable errored out. There's no other output. Sorry, I'm not familiar enough with gcc debugging to narrow down the error further. Code that uses raw pthreads instead of the

Re: Menus from Fedora virtual machine off screen

2017-05-04 Thread Gulliver Smith
I also had this problem with a freshly created fedora 25 VM. I am keeping both cygwin and the VMs up to date. XWin.0.log attached. On Tue, Feb 14, 2017 at 3:07 PM, Jon Turney wrote: > On 11/02/2017 22:14, Gulliver Smith wrote: >> >> I don't know if this is a Fedora 25 qu

Setup fail post install - 0\Perpetual > /etc/postinstall/0p_000_autorebase.dash

2017-02-09 Thread Mark Smith
Good afternoon, I'm installing for the first time Cygwin. I have hit an issue regarding the install that the first install failed at the post-install configuration. Hanging whilst running the /etc/postinstall/0p_000_autorebase.dash This was an online install. I restarted the laptop (Windows 10)

RE: Cygwin shell eats Windows exceptions?

2016-10-14 Thread Bill Smith
Thanks for all of the responses from everyone. > If you need to do interactive debugging, run it under cmd or with cygstart. [Bill Smith] it seems that an ok workaround is for me to use cygstart to start a command prompt within a Cygwin shell and then in the command prompt, run the prog

RE: Cygwin shell eats Windows exceptions?

2016-10-13 Thread Bill Smith
> > Sorry for the lack of info. This is a Windows native console application. > Here's the source code: > > > > #include > > > A "console application" doesn't require windows.h but this isn't the issue. [Bill Smith] Not sure that I unders

RE: Cygwin shell eats Windows exceptions?

2016-10-13 Thread Bill Smith
> On 2016-10-13 08:35, Bill Smith wrote: > > I'm trying to run my Windows C++ application which has a call to > > DebugBreak() to bring up the popup asking if you want to debug this > > application or terminate it. If I run the program within Cygwin, the > > prog

Cygwin shell eats Windows exceptions?

2016-10-13 Thread Bill Smith
Hi, I'm trying to run my Windows C++ application which has a call to DebugBreak() to bring up the popup asking if you want to debug this application or terminate it. If I run the program within Cygwin, the program just exits. If I run the application from a Windows command prompt, I get the Wi

RE: PATHEXT is fundamental to Windows and Should be recognised by CYGWIN

2016-08-04 Thread Bill Smith
tion "file-not-found" > handler, if you so desire. [Bill Smith] A couple of years ago I was involved with porting a very large code base of makefiles & shell scripts to work with Cygwin. In our environment, the main issue was shell scripts calling *.bat files without the .

Re: nm for .exe extensions?

2016-06-07 Thread Bill Smith
Warren Young-2 wrote > On May 24, 2016, at 6:43 AM, Benjamin Cao < > becao@ > > wrote: >> >> The executable, when run with nm in Cygwin, results in a "no symbols" >> result, whereas it generates a symbol table in unix. > > That’s not what I see here. Given hello.c containing a “Hello, world!”

RE: git and absolute Windows-style paths

2016-04-19 Thread Bill Smith
> $ git add C:\\test\\file <-- this fails despite exit code 0 [Bill Smith] Does it work if you do: git add c:/test/file We use the mixed mode paths extensively with Cygwin in our environment and it works well. We have the issue of having to work with non-Cygwin aware W

Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-16 Thread Matt Smith
> It's 100% RFC 1178 compliant, I have never seen that before. That's awesome. Thanks for that. I do have one thing they missed: I once named a machine "Null". Screwed up the whole network. I find it interesting that the string representation of "Null" is actually used for some networking p

How to profile DLL built by Cygwin

2016-03-30 Thread John Smith
First, I hope that I am using the "mailing list" system correctly... if not, bear with me I have an executable using a DLL. The DLL is built using -g -pg. Running the executable, however, does not produce a gmon.out. file. Cygwin version is 1.7.33. Thanks in advance for any suggestions. A. -- Pr

Re: sqlite3 not being built with libreadline

2016-02-27 Thread Kenneth Smith
linenoise seems to ignore .inputrc, so yeah, I lost all those settings. On Sat, Feb 27, 2016 at 2:51 AM, Jan Nijtmans wrote: > 2016-02-27 9:47 GMT+01:00 Kenneth Smith: >> sqlite3 version 3.11.0-1 is not linked to libreadline: >> >> $ ldd /usr/bin/sqlite3 >>

sqlite3 not being built with libreadline

2016-02-27 Thread Kenneth Smith
Hello, sqlite3 version 3.11.0-1 is not linked to libreadline: $ ldd /usr/bin/sqlite3 ntdll.dll => /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll (0x772b) KERNEL32.DLL => /cygdrive/c/WINDOWS/SYSTEM32/KERNEL32.DLL (0x741a) KERNELBASE.dll => /cygdrive/c/WINDOWS/SYSTEM32/KERNE

RE: Performance of "ls -F"

2016-01-21 Thread Bill Smith
In my particular case, we're seeing this behavior: 7-mode: (//devnas04/largedisk/bsmith/netapp) :$ //devnas04/largedisk/bsmith/netapp>time ls -ld struct5* -rw-r--r-- 1 bsmith Domain Users 0 Nov 5 10:25 struct51.log [snipped] -rw-r--r-- 1 bsmith Domain Users 0 Nov 5 10:26 struct5z.prf real0

RE: Performance of "ls -F"

2016-01-21 Thread Bill Smith
Hi Achim, I'm also having this issue but my investigation has found it to be a behavior specific to C-DOT. This doesn't happen with 7mode. I currently have a support case open with NetApp to get to the bottom of this behavior. It could be a Cygwin bug. > -Original Message- > From: cy

RE: CTRL-C does not work in Cygwin when using pipes

2015-12-29 Thread Bill Smith
[Oops, apologies if I messed up the threading as I wasn't subscribed to the list and noticed there were some replies.] On 12/29/2015 04:07 PM, Roger Wells wrote: > a bit more: > windows 10, mintty, works as hoped. > windows 10, bash, observe what the OP reported originally Yes, I'm trying to do

CTRL-C does not work in Cygwin when using pipes

2015-12-29 Thread Bill Smith
Hi, I have observed that CTRL-C does not work when using pipes in Cygwin. Is this a bug? Or is there an issue with my stty settings? If I do this: perl -e 'while(1) {sleep 1;}' CTRL-C works If I do: echo foo | perl -e 'while(1) {sleep 1;}' CTRL-C does not work. I have to use Task Mana

Re: Git issue.

2015-12-03 Thread Matt Smith
Ok. I wasn't sure as the behavior changed. It worked in 1.9.5 and then stopped working when I moved to 2.5.x. I'm not sure if it matters to you, but doing some bisecting it looks like the behavior changed between 2.2.0 and 2.3.0: - [/cygdrive/d/projects] $ git --versio

RE: Possible chmod problem with a path [WARNING: SPF validation failed]

2015-03-30 Thread Phil Smith
the files Thanks for the help! ...phsiii -Original Message- From: Andrey Repin [mailto:anrdae...@yandex.ru] Sent: Monday, March 30, 2015 11:28 AM To: Phil Smith; cygwin@cygwin.com Subject: Re: Possible chmod problem with a path [WARNING: SPF validation failed] Greetings, Phil Smith! >&

RE: Possible chmod problem with a path [WARNING: SPF validation failed]

2015-03-30 Thread Phil Smith
Thanks for the reply. Some thoughts: >Please use Cygwin paths with Cygwin tools. >Windows paths are not guaranteed to work with every Cygwin tool. This is scripted, and while I can hack it to use Cygwin paths, it probably shouldn't be lying to me, saying that it worked. And it did work before, s

Possible chmod problem with a path

2015-03-30 Thread Phil Smith
The short description is that chmod *with a path* says it works, but doesn't. If I cd to the directory and do it from there, it works. This behavior *seems* to have started recently, after I installed gawk (and in the process updated some other Cygwin bits). Our scaffolding for some cross-plat

Re: bash-4.3.33-1 fails to execute shell script with CR+LF EOL in text-mounted directory

2015-03-27 Thread smith
Dear Eric and the other developers: > > It seems that bash-4.3.33(1) handles CR+LF end-of-line in > > the shell-script incorrectly, all of the following conditions are met: > > b. end-of-line style of the file is CR+LF, and > Are you absolutely sure that you don't have excess CR in your file? >

bash-4.3.33-1 fails to execute shell script with CR+LF EOL in text-mounted directory

2015-03-26 Thread smith
Dear Cygwin developers: It seems that bash-4.3.33(1) handles CR+LF end-of-line in the shell-script incorrectly, all of the following conditions are met: a. the shell-script file is on TEXT-MOUNTED directory, b. end-of-line style of the file is CR+LF, and c. the command in the file includes & (e

Re: gdb crashes

2015-03-13 Thread Gene Smith
On 03/13/2015 05:49 AM, Corinna Vinschen wrote: On Mar 12 15:44, Gene Smith wrote: I just updated cygwin and installed gdb. When I run it with no parameters it crashes and prints: : /home/corinna/src/gdb/gdb-7.8/gdb-7.8.1.i686/src/gdb-7.8/gdb/common/common-utils.c:149 internal-error: xsprintf

gdb crashes

2015-03-12 Thread Gene Smith
I just updated cygwin and installed gdb. When I run it with no parameters it crashes and prints: : /home/corinna/src/gdb/gdb-7.8/gdb-7.8.1.i686/src/gdb-7.8/gdb/common/common-utils.c:149 internal-error: xsprintf: Assertion `ret < size' failed. : This is after downgrading to 7.8.1 but the lates

Re: HEADSUP to Emacs users (emacs X11 crash)

2015-01-31 Thread Gulliver Smith
(reference https://cygwin.com/ml/cygwin/2014-10/msg00198.html) I just wanted to report that I reported this problem on another thread, but just found this one. I continue to experience the bug. I have just installed 64 bit cygwin with emacs X11 in a new Windows 64 bit virtual machine. The X Serve

x-windows emacs crashing with latest updates

2014-10-12 Thread Gulliver Smith
With recent upgrade of cygwin, emacs is always crashing. Windows XP VirtualBox virtual machines (don't ask) setup.exe version 2.8.50 (32 bit) tried both emacs 24.3.93-1 and 24.3-2 X-server is cygin 64 bit on windows 7. It was working last week. Now silent crash, no log entries. Occassionally a

The -X option to unzip-6.00 does not work.

2014-09-07 Thread Joe Smith
On Unix, support restoration of 32-bit UID/GID data using the new "ux" IZUNIX3 extra field introduced with Zip 3.0. The -X option does not work as advertised. Problem: Files extracted with unzip-6.00.12fc20 are owned by root:root even when -X is specified. Diagnosis: The code for -X dep

Re: long_int vs int byte sizes

2014-04-07 Thread Ross Smith
65535 or larger, ULONG_MAX to be 4294967295 or larger, and ULLONG_MAX to be 18446744073709551615 or larger. C99 actually requires that? Wow. Modern times... It was already required in C89; the only change in C99 was the addition of long long. Ross Smith -- Problem reports: http

Re: Problems with run.exe (silent crashes) - stopped working suddenly

2014-03-12 Thread Gulliver Smith
VMs for various purposes; with this new(er) computer I wanted to avoid having another background service running when Windows theoretically offers a good solution. In any case, it worked for over a year. On Wed, Mar 12, 2014 at 4:19 PM, Andrey Repin wrote: > Greetings, Gulliver Smith! >

Problems with run.exe (silent crashes) - stopped working suddenly

2014-03-12 Thread Gulliver Smith
My system is Windows 7 professional 64 bit. The Cygwin is 32 bit, updated monthly I have a backup script that used to run successfully from a Windows shortcut or scheduled task as C:\cygwin\bin\run.exe /usr/bin/bash.exe -l -c "/home/gulliver/bin/backup >> /cygdrive/c/temp/backup.log 2>&1" Howeve

Re: Windows 8 group won't respect /etc/passwd or /etc/group

2014-01-10 Thread John Smith
n Jan 8 12:07, John Smith wrote: That's not how it works for me, even with Notepad. It only changes the file content, not the ownership. If you create a file outside of cygwin, you should see it as a group of none, correct? Then if you update that file's group using cygwin to "chg

Re: Windows 8 group won't respect /etc/passwd or /etc/group

2014-01-10 Thread John Smith
Hi there, I wanted to say thanks again for the help. With your advice I was able to track it down -- well, the most annoying parts, anyway. I had an editor I was using that did not have all the same permissions assigned to it as say, Notepad or Wordpad. The net effect is that it was somehow

Re: Windows 8 group won't respect /etc/passwd or /etc/group

2014-01-08 Thread John Smith
Hi there, Yes, of course. Changing the primary group via /etc/passwd only works for Cygwin processes and their child processes. It does not change the default user token of all processes. How should that work, especially since the OS itself doesn't allow to change the primary group of local u

Re: Re: Windows 8 group won't respect /etc/passwd or /etc/group

2014-01-08 Thread John Smith
Hi there, First, thanks for the detailed reply!! I've been struggling with an issue trying to figure out why Windows 8.1 won't seem to respect the trick of setting your /etc/password to use a default group such as users instead of 'none'. There are a few other discussions on this board around

Windows 8 group won't respect /etc/passwd or /etc/group

2014-01-07 Thread John Smith
Hi there, I've been struggling with an issue trying to figure out why Windows 8.1 won't seem to respect the trick of setting your /etc/password to use a default group such as users instead of 'none'. There are a few other discussions on this board around changing the group to "Users" and modi

Ghostscript 9.10 with Cygwin 1.7.25 on the directory mounted as text

2013-10-03 Thread Smith
Hi. Almost data which are used with Ghostscript are text file, but Ghostscript is capable to handle binary files, for instance, image files like JPEG and/or PNG. In the case of Cygwin, if these files are read from the directory mounted as text, binary representation of these files are not prese

Cygwin and clang

2013-06-23 Thread Keith Smith
WIN_WIN32=1 CMAKE_C_FLAGS="-D_YUGA_LITTLE_ENDIAN=1 -D_YUGA_BIG_ENDIAN=0" CMAKE_CXX_FLAGS="-D_YUGA_LITTLE_ENDIAN=1 -D_YUGA_BIG_ENDIAN=0" cmake ../llvm-3-3 Get same error. What am I doing wrong? Keith Smith -- Problem reports: http://cygwin.com/problems.html FAQ:

stderr for Windows native commands are seemed to be bufferd

2013-02-28 Thread smith
The stderr for Microsoft Windows native commands is undesirably buffered when they are executed on Cygwin shell, Like this: $ uname -a CYGWIN_NT-6.1 localhost 1.7.17(0.262/5/3) 2012-10-19 14:39 i686 Cygwin $ which nslookup /cygdrive/c/Windows/system32/nslookup $ nslookup ... > set q=hogehoge > se

Re: Rebase: still struggling with it

2012-07-31 Thread Charles Smith
Thank you for the link. I can imagine what happened that caused the first rebase to fail. I'd experimented around with rebase some weeks ago and was unsuccessful - presumably because I hadn't turned off sshd. When I started again today, I didn't know I had to delete the /etc/rebase.* file. -

Re: Rebase: still struggling with it

2012-07-31 Thread Charles Smith
> As tentative you can remove /etc/rebase.db.i386 > and retry rebaseall again. I tried that and it looks like it might have worked on the second try. What's that command to dump all the cygwin parameters if it turns out it didn't? In any case, thank you for your help! -- Problem reports:

Re: Rebase: still struggling with it

2012-07-31 Thread Charles Smith
Is this what you mean? $ grep 61.. /proc/*/maps /proc/1312/maps:6100-61001000 r--p E088:4805 844424930133558 /usr/bin/cygwin1.dll /proc/1312/maps:6126E000-6148 rw-p 0026E000 E088:4805 844424930133558 /usr/bin/cygwin1.dll grep: /proc/1412/maps /proc/1884/maps:610

Rebase: still struggling with it

2012-07-31 Thread Charles Smith
I - turned off sshd - closed all cygwin processes - started e:\cygwin\bin\dash from the Run window - ran rebase and got this message: $ /bin/rebaseall /usr/lib/perl5/5.14/i686-cygwin-threads-64int/CORE/cygperl5_14_2.dll: skipped because nonexistent. $ (I just updated yesterday) and I'm still ge

Re: libneon27 requires libproxy1 which requires libglib2.0_0

2011-12-07 Thread Matthew Smith
>The latest libneon27 does require libproxy1-0.4.7, which pulls in only >libglib2.0_0, and I wouldn't count that as "some gnome libraries". libglib2.0_0 : dbus libfam0 and gsettings-desktop-schemas dbus : libdbus1_3 libX11_6 libX11_6 : libxcb1 libxcb1 : libXau6 libXdmcp6 libfam0 : gamin >I'm not

libneon27 requires libproxy1 which requires libglib2.0_0

2011-12-02 Thread Matthew Smith
After running setup.exe to add a package I noticed something had decided to pull in some gnome libraries. As best I can tell its due to libneon27 requiring libproxy1 though I may be missing something else. I did manage to find this regarding libproxy. >From http://cygwin.com/ml/cygwin/2010-05/msg0

home path for cygwin 1.7.9 is acting funny

2011-10-25 Thread Matthew Smith
mmand in a DOS window before and after I open cygwin in another window and I get the following: < Current System Time: Tue Oct 25 07:58:47 2011 --- > Current System Time: Tue Oct 25 07:59:30 2011 23,24c23,25 < UID: 0(Matt Smith) GID: 0(root) < 0(root) 544(Administrators) 54

Re: SSH - Can't Login (3rd Post)

2010-10-27 Thread Charles Smith
The critical information is that ssh works fine by using setup.exe to back-configure version 5.5p?.? (the previous version) with no other changes. Completely reliably, for different users on different machines. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: SSH - Can't Login (3rd Post)

2010-10-26 Thread Charles Smith
I'm apparently having the same problem you are - when I run the ssh client, it gives me the usage output. I discovered that if I go back to the previous version (5.5p1.2?), it works. Every time I update with setup.exe, I have to go back and reset openssh to 5.5. I figured I must be doing some

Re: fvwm ignores clickToFocus for function keys

2010-09-21 Thread Charles Smith
> Cygwin-X User's Guide to the rescue! :-) Okay, I'll give that a try ... except ... can I run FVWM rootless? Where will it go? Doesn't rootless mode mean that the Windows window manager is used? BTW, I have identified what gets sent when the cursor is NOT inside the bounds of the window: it'

Re: fvwm ignores clickToFocus for function keys

2010-09-21 Thread Charles Smith
>> This is different than the operation of fvwm under linux. In that >> case, an in-focus xterm takes function key input as well as other key >> input, regardless where the mouse cursor is. > > a) Are you running fvwm under a rootless X11? > b) are your configs the same? Ah, you mean on cygwin an

Re: fvwm ignores clickToFocus for function keys

2010-09-20 Thread Charles Smith
> a) Are you running fvwm under a rootless X11? No, but I will try that at work tomorrow and report back > b) are your configs the same? The same as what? Sorry, I don't understand the question. -- Problem reports: http://cygwin.com/problems.html FAQ: http://

Upgrading to cygwin 1.7.6 vs gcc 4.5

2010-08-17 Thread Ross Smith
e is more important to me than the cygwin upgrade. Is there some way I'm missing to select both, or do I just have to accept that I can't upgrade anything else until the official gcc 4.5 is ready? -- Ross Smith -- Problem reports: http://cygwin.com/problems.html FAQ:

less 436-1 segfault in both XP & NT; less 382-1 works fine

2010-07-28 Thread Eric P. Smith
Hi folks, I've just installed the latest cygwin base system to a clean, fully updated Windows XP running in Virtual PC on my Mac. Things appear to be working fine except for consistent reproducible errors with less (436-1). Here are some sample results: $ less --> Missing filename ("l

Re: 'cp' utility bug when .exe file exist.

2010-06-08 Thread Matthew B. Smith
Ill throw in my two cents. I don't want to overwrite an existing file accidentally. Ie if I ls > foo and that writes to foo.exe I would be frustrated. This hasn't happened to me yet so it might not be to big of a problem. It seems a bit odd that the behavior would change if there is a file in t

Ignored Permissions

2010-04-29 Thread Matthew B. Smith
If I set the permissions of a file to be read only I can still delete it, or modify it w/out warning. eg. touch test.txt chmod 444 test.txt echo "what" >> test.txt In ubuntu I get an error, in cygwin it just modifies the file. This is an administrator acct if that affects the issue. I am using

Re: Running a Matlab script remotely via ssh

2010-04-17 Thread Matthew B. Smith
I'm pretty sure you cannot use a window. I think matlab has another cmd line argument such as -batch to run w/out windows? mbs On Sat, 2010-04-17 at 15:04 -0300, Geraldo Veiga wrote: > I have Cygwin installed in a Vista/64 system with sshd enabled. I > would like to login remotely via ssh and r

nohup, non-cygwin processes

2010-04-05 Thread Matthew B. Smith
Hello I am writing about a problem probably not due to cygwin, but I think it used to work with 1.5. I want to start a long running process with nohup and have it continue to run even though I log out of the computer. It seems no matter how I start the process I get a SYGTERM signal when I lo

Reply....

2010-01-16 Thread Mr. David Smith
Congratulations, Reference to annual united kingdom promotion conducted in UK 2010. We are happy to inform you of your winnings £980,000. Contact me immediately for more details. Thank you, Mr. David Smith -- Problem reports: http://cygwin.com/problems.html FAQ

ssh-host-config Vista and --yes do not run unattended

2009-12-07 Thread Ben Smith
can be run unattended on Vista. I hardcoded a password into ssh-host-config because the -w option to ssh-host-config doesn't seem to create the same kind of user.  It would probably be better to modify ssh-host-config so that the -w option works with the Vista user creation. --Ben Smith ***

Re: Quantum LTO 4 tape drive and Cygwin 1.7?

2009-10-22 Thread Jeffrey C. Smith
Corinna Vinschen wrote: On Oct 21 17:51, Corinna Vinschen wrote: On Oct 21 10:19, Jeffrey C. Smith wrote: Also, this is Windows 2008 R2. I'm told that 2008 R2 and Win 7 share the same code base. Is 2008 R2 an officially supported platform for 1.7? It's supposed to be, though ri

Re: Quantum LTO 4 tape drive and Cygwin 1.7?

2009-10-21 Thread Jeffrey C. Smith
Corinna, Thanks for your reply. My responses below... Corinna Vinschen wrote: On Oct 20 15:24, Jeffrey C. Smith wrote: I'm trying to use tar from Cygwin 1.7 Beta on a Win 2008 R2 machine to backup some files to a Quantum LTO 4 SAS tape drive. I've tried all the usual POSIX paths

Quantum LTO 4 tape drive and Cygwin 1.7?

2009-10-20 Thread Jeffrey C. Smith
Sequential SCSI\RAW Is there any way to access this device using tar from cygwin? Can I specify Windows device paths with 1.7? If so, how would I identify the path to the device? Any help would be most appreciated. Thanks, Jeff -- Jeffrey C. Smith

Re: [1.7] Invalid UTF8 while creating a file -> cannot delete?

2009-09-23 Thread Ross Smith
developers should feel obliged to go out of their way to do _better_ than Linux in this regard. -- Ross Smith -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: BitDefender again

2009-08-28 Thread Joe Smith
"Michael Kairys" wrote in message news:h73co7$tt...@ger.gmane.org... Thanks for the replies... the suggestion to use a base address in the 0x3500 area (or indeed any of the others they mentioned) is going to horribly frag your heap and bork your maximum allocatable memory limit, isn't

Re: Slow/sluggish response ("system" task at 50%)

2009-06-24 Thread Gene Smith
Larry Hall (Cygwin) wrote: Gene Smith wrote: Going back to beta-1.7 default install that ran fast I noticed that it was actually using a mingw32 version of "make" from winavr project and not the cygwin "make". The default cygwin install does not include make. When I

Re: Slow/sluggish response ("system" task at 50%)

2009-06-24 Thread Gene Smith
Gene Smith wrote: Well, it was OK at first after a reinstall with the "default" setup, enough to run and build a project with an cross compiled embedded toolchain. But when I install gcc, make, svn etc (enough to compile the openocd project) then it is slow again. I ran strace o

Re: Slow/sluggish response ("system" task at 50%)

2009-06-24 Thread Gene Smith
Dave Korn wrote: Gene Smith wrote: Larry Hall (Cygwin) wrote: Gene Smith wrote: Since I don't have a "HOME" env var in windows, cygwin is getting the cygwin HOME from /etc/passwd. So I tried it both ways. With 1.5 I set home to be the empty directory /home/smited (under

Re: Slow/sluggish response [Solved, sort of]

2009-06-23 Thread Gene Smith
Larry Hall (Cygwin) wrote: Gene Smith wrote: Since I don't have a "HOME" env var in windows, cygwin is getting the cygwin HOME from /etc/passwd. So I tried it both ways. With 1.5 I set home to be the empty directory /home/smited (under c:/cygwin). It didn't make it a

Re: [ANNOUNCEMENT] Updated: cygwin-1.5.25-15

2009-06-23 Thread Gene Smith
Corinna Vinschen wrote: On Jun 14 13:05, Corinna Vinschen wrote: I've uploaded a new release Cygwin 1.5.25-15. This is a bug fix release. Changes since version 1.5.25-14: - Fix a potential problem with pressing Ctrl-C in remote sessions from within a Windows console. Under some circumstan

Re: Slow/sluggish response ("system" task at 50%)

2009-06-23 Thread Gene Smith
Larry Hall (Cygwin) wrote: Gene Smith wrote: Larry Hall (Cygwin) wrote, On 06/22/2009 08:08 PM: There's also 1.7 - <http://cygwin.com/#beta-test> 1.7 seems to fix it. It now takes 34 seconds as compared to 14 minutes with cygwin-1.5. (But I suspect that a fresh install o

Re: Slow/sluggish response ("system" task at 50%)

2009-06-22 Thread Gene Smith
Larry Hall (Cygwin) wrote, On 06/22/2009 08:08 PM: There's also 1.7 - 1.7 seems to fix it. It now takes 34 seconds as compared to 14 minutes with cygwin-1.5. (But I suspect that a fresh install of 1.5 might produce similar or better results.) At some point,

Re: Slow/sluggish response ("system" task at 50%)

2009-06-22 Thread Gene Smith
Larry Hall (Cygwin) wrote, On 06/22/2009 08:08 PM: Gene Smith wrote: Gene Smith wrote: I don't think it is a problem with cygwin itself. I was mainly curious if anyone sees the "system" task running 50% when doing a gcc build using Make (or similar intensive long term activit

Re: Slow/sluggish response ("system" task at 50%)

2009-06-22 Thread Gene Smith
Gene Smith wrote: I don't think it is a problem with cygwin itself. I was mainly curious if anyone sees the "system" task running 50% when doing a gcc build using Make (or similar intensive long term activity). I have weak XP based laptop with no corporate security that r

  1   2   3   4   5   >