Hi,
When I'm in an editor such as Vim or emacs, or even when I do something that
should copy/cut such as C-k, it will paste it back into Cygwin, but it isn't
put on the actual Windows clipboard to paste outside of Cygwin. Same goes
for copying outside and wanting to paste within.
Is there some wa
Cygutils is a collection of useful(?) tools for the cygwin
platform. This is a feature enhancement release.
[[ compiled using gcc-3.4.4-999 ]]
This will most likely be the final cygutils update for the cygwin-1.5
distribution; future development will continue with cygutils-1.3.3-10
for cygwin-1.7
Cygutils is a collection of useful(?) tools for the cygwin
platform. This is a feature enhancement release.
[[ compiled using gcc-3.4.4-999 ]]
This is the first release specific for cygwin-1.7; the only
differences between this package and the simultaneously-released
cygutils-1.3.3-1 for cygwin-1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Dave Korn on 4/21/2009 5:57 PM:
>> And better so since sed isn't broken. It puts EOF into the isblank
>> function and rightly expects that isblank returns 0.
>
> I thought the problem was that it puts 0xff into the isblank function and
bigsnail wrote:
> When I compile a hello.cpp like below using
> g++ -shared -o hello hello.cpp
> It successfully compiles but when I run ./hello, it complains:
> -bash: ./hello: Permission denied
> If I compile by "g++ -o hello hello.cpp", it runs well.
"-shared" doesn't mean what you think i
Mark J. Reed wrote:
> On Tue, Apr 21, 2009 at 7:50 PM, Christopher Faylor wrote:
>> Cygwin isn't scanning command lines looking for backslashes to scold you
>> about.
>
> Glad to hear it
>
>> The line in question was somehow used as an argument to open()
>> or stat() or access() or some other fu
Corinna Vinschen wrote:
> On Apr 21 18:56, Corinna Vinschen wrote:
>> The fact
>> that sed would be better off with a fix as well was not part of the
>> discussion.
>
> And better so since sed isn't broken. It puts EOF into the isblank
> function and rightly expects that isblank returns 0.
I
Hi,
I just installed the latest CYGWIN on my WinXP SP3 Professional.
When I compile a hello.cpp like below using
g++ -shared -o hello hello.cpp
It successfully compiles but when I run ./hello, it complains:
-bash: ./hello: Permission denied
I've already run "chmod 777 /lib" and "chmod 777 /bin"
On Tue, Apr 21, 2009 at 7:50 PM, Christopher Faylor wrote:
> Cygwin isn't scanning command lines looking for backslashes to scold you
> about.
Glad to hear it
> The line in question was somehow used as an argument to open()
> or stat() or access() or some other function which takes a filename
>
On Tue, Apr 21, 2009 at 07:41:06PM -0400, Mark J. Reed wrote:
>On Monday, April 20, 2009, Christopher Faylor wrote:
>> It isn't really erroneous. ??Something (awk) is trying to open a filename
>> with that includes backslashes, so cygwin1.dll thinks that it is trying
>> to open a DOS path.
>
>Excep
On Monday, April 20, 2009, Christopher Faylor wrote:
> It isn't really erroneous. Something (awk) is trying to open a filename
> with that includes backslashes, so cygwin1.dll thinks that it is trying
> to open a DOS path.
Except it looks like, from what's pasted above, that it's actually a
non-f
Ting Zhou wrote:
The first problem, yes, I was a bit impatient and should've waited one
more minute. It seems crontab change does take more than one minute to be
effective. Once I changed it to "* * * * *", I saw an error message in
/var/log/messages saying "(CRON) error (can't cd to HOME)", whi
Right on, Pierre! Thanks a lot for the clue. Finally I figured it out. There
were two problems.
The first problem, yes, I was a bit impatient and should've waited one more
minute. It seems crontab change does take more than one minute to be effective.
Once I changed it to "* * * * *", I saw an
- Original Message -
From: "Ting Zhou" <>
Sent: Tuesday, April 21, 2009 1:33 PM
Thanks for the quick response. The crontab line is literally like:
28 19 * * * /usr/bin/touch /tmp/abcd
Pierre, attached is the fgrep result of all the logs in /var/log. "cron.log"
was created but is
emp
> Since several days I try to debug GNU screen within Windows XP's cygwin
> environment - without any success. I see the start screen, which reminds
> me of the license stoff, skip that, and the Terminal-screen stays black.
Marius, did you ever solve this problem? What terminal are you using: DO
On 04/21/2009, Wayne Watson wrote:
Yes, I chose download. I had trouble with an earlier attempt a few days ago
installing from the internet. So, can I proceed with what I have?
Yes. Rerun 'setup.exe' and select "Install from Local Directory". This
will allow you to specify the root directory
Yes, I chose download. I had trouble with an earlier attempt a few days
ago installing from the internet. So, can I proceed with what I have?
Christopher Faylor wrote:
On Tue, Apr 21, 2009 at 10:35:13AM -0700, Wayne Watson wrote:
Bromly or not, note that I successfully downloaded via the re
On Tue, Apr 21, 2009 at 06:46:05PM +0100, Andy Koppe wrote:
>Andrew Schulman wrote:
>>Maybe someone knows a solution to this, but I don't. ?Although I
>>maintain screen for Cygwin, I know almost nothing of the details of how
>>terminals work. ?I could imagine some kind of a DOS-to-Unix terminal
>
Andrew Schulman wrote:
> > In general, non-cygwin programs can't be run reliably inside of an
> > application that uses cygwin PTYs, including xterm, rxvt, and screen.
>
> Maybe someone knows a solution to this, but I don't. Although I maintain
> screen
> for Cygwin, I know almost nothing of th
On Tue, Apr 21, 2009 at 10:35:13AM -0700, Wayne Watson wrote:
>Bromly or not, note that I successfully downloaded via the redhat
>choice give in the setup wizard. There's no need to think about
>Bromly. Here's are the last few lines of the log from the redhat
>download:
>
> ...
> C:\Downloads_Pro
On Apr 21 18:56, Corinna Vinschen wrote:
> The fact
> that sed would be better off with a fix as well was not part of the
> discussion.
And better so since sed isn't broken. It puts EOF into the isblank
function and rightly expects that isblank returns 0.
Corinna
--
Corinna Vinschen
On Apr 21 19:35, Corinna Vinschen wrote:
> isFOO (128) == isFOO (-127)
Ouch, make that
isFOO (128) == isFOO (-128)
> isFOO (255) == isFOO (-1)
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Project Co-Leader cygwin AT cygwin DOT co
> Maybe someone knows a solution to this, but I don't. Although I maintain
> screen
> for Cygwin, I know almost nothing of the details of how terminals work. I
> could
> imagine some kind of a DOS-to-Unix terminal wrapper program, but I've never
> seen one and have no idea how it would work.
I
On Apr 21 18:24, Dave Korn wrote:
> Corinna Vinschen wrote:
>
> > I didn't explain that well enough. The problem is not the char value
> > 0xff if it's defined as unsigned char value as expected by the ctype
> > functions. The problem is how to treat this value if it's given as
> > signed char v
Bromly or not, note that I successfully downloaded via the redhat choice
give in the setup wizard. There's no need to think about Bromly. Here's
are the last few lines of the log from the redhat download:
...
C:\Downloads_Programs\cygwin/http%3a%2f%2fsources-redhat.mirror.redwire.net%2fcygwin%2
Thanks for the quick response. The crontab line is literally like:
28 19 * * * /usr/bin/touch /tmp/abcd
Pierre, attached is the fgrep result of all the logs in /var/log. "cron.log"
was created but is empty all along.
Let me know if I can supply further diagnostic information.
Thanks,
Ting
> -
On Apr 21 17:43, Julio Costa wrote:
> On Tue, Apr 21, 2009 at 16:31, Corinna Vinschen wrote:
> > On Apr 21 14:56, Julio Costa wrote:
> >>
> >> I thought that the correct permissions/privileges were assigned in the
> >> ssh-host-config... isn't that so? How do I find what is missing?
> >
> > No, ssh
Did you check that your cron job line is formatted correctly? If your
line is literally of the form
/usr/bin/touch /tmp/abcd
then it definitely won't run because it is incorrectly written.
William Sutton
On Tue, 21 Apr 2009, Pierre A. Humblet wrote:
- Original Message -
From: "Tin
- Original Message -
From: "Ting Zhou" <>
To:
I'd like to report a bug with Vixie cron. I have cygwin installed with cron
option. And I ran
"cron-config" and set up everything. Cron-diagnose script didn't find any
problem. Cron service
was also started without problem. However, cro
Corinna Vinschen wrote:
> I didn't explain that well enough. The problem is not the char value
> 0xff if it's defined as unsigned char value as expected by the ctype
> functions. The problem is how to treat this value if it's given as
> signed char value to the ctype functions by broken applicat
On Apr 21 18:13, Spiro Trikaliotis wrote:
> Hello,
>
> * On Tue, Apr 21, 2009 at 05:23:34PM +0200 Corinna Vinschen wrote:
> > On Apr 14 19:08, Thomas Wolff wrote:
> > > On April 14, Corinna Vinschen wrote:
> [...]
> > This is a real problem. In the OEM codepages the 0xff character is a
> > non-b
I'd like to report a bug with Vixie cron. I have cygwin installed with cron
option. And I ran "cron-config" and set up everything. Cron-diagnose script
didn't find any problem. Cron service was also started without problem.
However, cron just wouldn't run the simple command I set up in the cront
On Tue, Apr 21, 2009 at 16:31, Corinna Vinschen wrote:
> On Apr 21 14:56, Julio Costa wrote:
>>
>> I thought that the correct permissions/privileges were assigned in the
>> ssh-host-config... isn't that so? How do I find what is missing?
>
> No, ssh-host-config can only set the user rights for the
On Tue, Apr 21, 2009 at 06:39:27AM -0400, Andrew Schulman wrote:
>>>I could imagine some kind of a DOS-to-Unix terminal wrapper program,
>>>but I've never seen one and have no idea how it would work.
>>
>>...and if one was possible why wouldn't the techniques that it
>>incorporates be part of cygwi
On Tue, Apr 21, 2009 at 10:29:20AM +, Jaroslav Rynik wrote:
>>We *do* support the Cygwin distribution that you get by downloading
>>from http://cygwin.com/setup.exe.?
>
>I am not sure. When I wanted to install and run a BSD program on my
>WIN XP using Cygwin, I had to download and install 2 ot
On Tue, Apr 21, 2009 at 12:30:55AM -0700, Wayne Watson wrote:
>That's fine. It's been a winding, tricky path to get to here. I'll
>download it from the site you mentioned.
There is no need to overcomplicate this. If you want to download Cygwin
you go to the web site called "cygwin.com" and foll
Thanks Jakob,
Yes this command works. Also it works from remote. Our server was undergoing
some security remediation and I think maybe the sftp user account that is
trying to login to our server may have had some access removed. I am trying to
verify that now.
Sam
--- On Tue, 4/21/09, Ja
Hello,
* On Tue, Apr 21, 2009 at 05:23:34PM +0200 Corinna Vinschen wrote:
> On Apr 14 19:08, Thomas Wolff wrote:
> > On April 14, Corinna Vinschen wrote:
[...]
> This is a real problem. In the OEM codepages the 0xff character is a
> non-breaking space. Unfortunately there's no way to distinguis
On Apr 21 16:35, Andy Koppe wrote:
> 2009/4/16 Corinna Vinschen:
> >> int
> >> main(void)
> >> {
> >> HWINSTA wst = CreateWindowStation (0, 0, WINSTA_ALL_ACCESS, 0);
> >> SetProcessWindowStation(wst);
> >> AllocConsole();
> >> Sleep(3000);
> >> return 0;
> >> }
> >>
> >> There seems to ha
> >sftp ftpu...@65.38.96.67
> Connecting to 65.38.96.67...
> Read from socket failed: Connection reset by peer
> Connection closed
You can add -v, -vv, or -vvv to the sftp command to get more diagnostic
information.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem r
Sam Snitman schrieb:
Connecting to 65.38.96.67...
Read from socket failed: Connection reset by peer
Connection closed
This means that either the service is not running or that a firewall
between server and client does not allow the traffic.
Check the following: on the local host :
1) make sur
2009/4/16 Corinna Vinschen:
>> This little test opens a console window on
>> 7, but not Vista, when compiled with 'gcc -mno-cygwin -mwindows'.
>>
>> int
>> main(void)
>> {
>> HWINSTA wst = CreateWindowStation (0, 0, WINSTA_ALL_ACCESS, 0);
>> SetProcessWindowStation(wst);
>> AllocConsole();
>>
On Apr 21 14:56, Julio Costa wrote:
> Hi Cygwinners,
>
> I've been struggling with an openssh instalation in a test
> environment, with the following characteristics:
> 1) Host is a Windows 2003 sp2; So, privsep is enforced;
> 2) Installation of cygwin made with a domain user (local admin);
> 3) M
On Apr 14 19:08, Thomas Wolff wrote:
> On April 14, Corinna Vinschen wrote:
>
> > > ... the setting of the console would depend on the
> > > LC_ALL/LC_CTYPE/LANG setting when you start the first Cygwin process of
> > > a Cygwin process tree in that console. It would last for all Cygwin
> > > proc
Stephen Paul Weber wrote on Tuesday, April 21, 2009 9:59 AM:
> On Tue, Apr 21, 2009 at 06:50, Buchbinder, Barry (NIH/NIAID) [E]
> wrote:
>> Stephen Paul Weber wrote on Tuesday, April 21, 2009 9:39 AM:
>>> I really like the cygwin ash.exe, but I have a problem. It tries to
>>> replace C: with /c
Stephen Paul Weber wrote:
> Ok, I'm aware of cygpath, but the question was how can I actually fix
> the problem. See, I want to use it as a shell script interpreter on
> Windows, and if I throw cygpath calls all over my shell scripts, then
> they won't run on UNIX anymore.
>
> I've been poking at
On Tue, Apr 21, 2009 at 06:50, Buchbinder, Barry (NIH/NIAID) [E]
wrote:
> Stephen Paul Weber wrote on Tuesday, April 21, 2009 9:39 AM:
>> I really like the cygwin ash.exe, but I have a problem. It tries to
>> replace C: with /cygdrive/c everywhere. This actually breaks my
>> utilities, because t
Hi Cygwinners,
I've been struggling with an openssh instalation in a test
environment, with the following characteristics:
1) Host is a Windows 2003 sp2; So, privsep is enforced;
2) Installation of cygwin made with a domain user (local admin);
3) Main objective of sshd: file transfers and remote s
Stephen Paul Weber wrote on Tuesday, April 21, 2009 9:39 AM:
> I really like the cygwin ash.exe, but I have a problem. It tries to
> replace C: with /cygdrive/c everywhere. This actually breaks my
> utilities, because they expect real Windows paths. mkdir -p
> "$TEMP/t" for example ends up creat
I really like the cygwin ash.exe, but I have a problem. It tries to
replace C: with /cygdrive/c everywhere. This actually breaks my
utilities, because they expect real Windows paths. mkdir -p "$TEMP/t"
for example ends up creating
C:\cygdrive\c\DOCUME~1\NEWUSE~1\LOCALS~1\Temp\t ... which is
obv
Sorry I don't have much experience with cygwin ssh.
cygwin SSH no longer appears to be working and we are no longer able to receive
files from a business partner via sftp. the last time we received a file was
April 15. When the business partner attempts an sftp command to our server
from the
I am having install problems under XP: Setup.exe seems to go into an
endless loop while looking for setup.ini.
Here's what happened: We've bundled a new major release of Singular;
it's our release 3-1-0. (The current Singular packages in cygwin are
version 3-0-4.) Some two weeks ago I made a t
Jaroslav Rynik wrote:
>> We *do* support the Cygwin distribution that you get by
>> downloading from http://cygwin.com/setup.exe.
> I am not sure. When I wanted to install and run a BSD program on my WIN XP
> using Cygwin, I had to download and install 2 other programs and in the end
> there was
> >I could
> >imagine some kind of a DOS-to-Unix terminal wrapper program, but I've never
> >seen
> >one and have no idea how it would work.
>
> ...and if one was possible why wouldn't the techniques that it incorporates be
> part of cygwin?
Laziness on your part?
hahahahahaha
--
Unsubscribe
> We *do* support the Cygwin distribution that you get by
> downloading
> from http://cygwin.com/setup.exe.
I am not sure. When I wanted to install and run a BSD program on my WIN XP
using Cygwin, I had to download and install 2 other programs and in the end
there was still something missing..
On April 14, Corinna Vinschen wrote:
> > ... the setting of the console would depend on the
> > LC_ALL/LC_CTYPE/LANG setting when you start the first Cygwin process of
> > a Cygwin process tree in that console. It would last for all Cygwin
> > processes within the same process tree.
>
> This app
That's fine. It's been a winding, tricky path to get to here. I'll
download it from the site you mentioned.
Well, I tried something like a bromly site and it died during the
download. I then picked the redhat site, and it downloaded 15M. Both
bromly and redhat release folders looked similar. Ab
57 matches
Mail list logo