Hello,
We can assist you if you are a contractor/construction company searching for
rapid estimates so that you do not miss any bids.
Our estimating and drafting teams are working nonstop to ensure that
contractors do not miss their deadlines. Our customized, in-house produced
excel sheet simp
r to
manipulate the filesystem (for unix sockets), as SYSTEM. Than using
netsocks as SYSTEM to try and bind TCP ports... I think???
But it certainly aligns with my newfound understanding of Cygwin's
"trade-off" form of privilege separation.
--
Regards,
Shaddy
--
Problem reports:
Hi,
On 8/08/2023 3:40 am, Corinna Vinschen via Cygwin wrote:
On Aug 7 22:11, Shaddy Baddah via Cygwin wrote:
..
Yes, the parts of OpenSSH requiring descriptor passing are disabled in
OpenSSH.
Otherwise, what's the solution?
Solution for what? What is it you want to do?
Reverse unix s
tion
> of the "sshd" local user.
>
> I remember the transition when that prompt was removed, and reading that
> priv sep was now "on permanently".
>
> I think there is a misunderstanding here though, though I'm not 100%
> sure of my reading of the situa
ere is a misunderstanding here though, though I'm not 100%
sure of my reading of the situation. It appears that though priv sep is
on by default, for Cygwin, it is effectively off, as it cannot be
implemented???
Because this bit of code from sshd.c suggests if DISABLE_FD_PASS is set,
then use_p
Hi,
We provide cost estimation and quantity take off services for all CSI
division.
If you have any project for estimate then send them over to me and I will
send proposal over.
looking forward to hearing from you.
Thank you.
Regards,
Ethan Andrian
--
Problem reports: https
Jason Pyeron writes:
> Unless Cygwin and its packages are never to be used by business
> and government, these are legitimate concerns. Just because some of
> the users and volunteers do not care or understand does not mean it is
> not important.
Well, even if any user or volunteer does care and u
> -Original Message-
> From: Brian Inglis
> Sent: Wednesday, June 17, 2020 11:17 PM
>
> On 2020-06-11 11:19, Brian Inglis wrote:
> > On 2020-06-11 09:59, Watson, Christian M. (GRC-V000)[Peerless Technologies
> > Corp.] via Cygwin wrote:
> >> My name is Christian Watson and I am a Supply Ch
t; How can I turn it off but keep the permission to post?
> Is there a way to post to this MailingList by NOT sending an email to
cygwin@cygwin.com?
> Alternatively a solution to receive answer emails to only my personal
questions would be fine as well.
Unsubscribe and confirm if requested
turn it off but keep the permission to post?
Is there a way to post to this MailingList by NOT sending an email to
cygwin@cygwin.com?
Alternatively a solution to receive answer emails to only my personal questions
would be fine as well.
I believe your can send an email to 'cygwin-
> I prefer to read answers (and other postings) on a web page like
>
> https://cygwin.com/ml/cygwin/2017-09/
>
> So I need not individual emails delivery.
>
> How can I turn it off but keep the permission to post?
You could try Tryst:
http://github.com/svnpenn/tryst
Right now i
After subscribing to this mailing list I get all postings here as individual
emails.
I prefer to read answers (and other postings) on a web page like
https://cygwin.com/ml/cygwin/2017-09/
So I need not individual emails delivery.
How can I turn it off but keep the permission to post?
Is
estion or a cygwin X question
>> since I upgraded at the same time.
>>
>> Ever since my Fedora 25 upgrade, the menus from programs running on
>> the Linux box using cygwin x as the X server appear off screen at the
>> top left. It is impossible to use these menus.
>
>
Iapologize for posting my query here. If you know where I can get help on
Sun OS kindly let me know.
We have obtained a new cert --fiddler2.com--from our provider. And then add ed
the certificate to the store.
Our Application Server is Glassfish 3 and Java version is 6 . It works fine on
On Thu, Nov 26, 2015 at 09:18:52AM -0500, Eliot Moss wrote:
> On 11/26/2015 8:24 AM, Lester Anderson wrote:
> >Hello,
> >
> >I can use a script like:
> >
> >#!/bin/bash
> >x=3.7
> ># pass variable x to awk via -v (var=value)
> >awk -v x=$x 'BEGIN { printf "%3.0f\n", x }'
> >#
> >
> >which returns t
Lester Anderson writes:
[…]
By now, none of what you ask has anything to do with Cygwin anymore.
Please consider chosing a more appropriate forum for your questions.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Waldorf MIDI Implementation & additional
On 11/26/2015 12:20 PM, Helmut Karlowski wrote:
---
On Thu, Nov 26, 2015 at 10:29 AM, Steven Penny wrote:
echo 3.7 | awk '{printf "%.0f", $0}'
Another option
awk 'BEGIN {printf "%.0f", ARGV[1]}' 3.7
#4:
printf "%3.0f\n" 3.7
Yes, while bash
---
> On Thu, Nov 26, 2015 at 10:29 AM, Steven Penny wrote:
> > echo 3.7 | awk '{printf "%.0f", $0}'
>
> Another option
>
> awk 'BEGIN {printf "%.0f", ARGV[1]}' 3.7
#4:
printf "%3.0f\n" 3.7
-Helmut
--
Problem reports: http://cygwin.com/p
On Thu, Nov 26, 2015 at 10:29 AM, Steven Penny wrote:
> echo 3.7 | awk '{printf "%.0f", $0}'
Another option
awk 'BEGIN {printf "%.0f", ARGV[1]}' 3.7
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/do
On Thu, Nov 26, 2015 at 7:24 AM, Lester Anderson wrote:
> x=3.7
> awk -v x=$x 'BEGIN { printf "%3.0f\n", x }'
> which returns the value 4 as expected, but are there any other methods
> that can be used?
echo 3.7 | awk '{printf "%.0f", $0}'
--
Problem reports: http://cygwin.com/problems.html
On 11/26/2015 8:24 AM, Lester Anderson wrote:
Hello,
I can use a script like:
#!/bin/bash
x=3.7
# pass variable x to awk via -v (var=value)
awk -v x=$x 'BEGIN { printf "%3.0f\n", x }'
#
which returns the value 4 as expected, but are there any other methods
that can be used?
In bash this must
Hello,
I can use a script like:
#!/bin/bash
x=3.7
# pass variable x to awk via -v (var=value)
awk -v x=$x 'BEGIN { printf "%3.0f\n", x }'
#
which returns the value 4 as expected, but are there any other methods
that can be used?
--
Problem reports: http://cygwin.com/problems.html
FAQ:
On Nov 1 15:59, Stephen Sheldon wrote:
> Corinna Vinschen cygwin.com> writes:
>
>
> > Correct. This is the result of the change to 1.7.33 to implement
> > POSIX ACL handling more POSIX-like:
> >
>
> > HTH,
> > Corinna
> >
> Thank you for the explanation. I changed the ownership of the file
Corinna Vinschen cygwin.com> writes:
> Correct. This is the result of the change to 1.7.33 to implement
> POSIX ACL handling more POSIX-like:
>
> HTH,
> Corinna
>
Thank you for the explanation. I changed the ownership of the files to
"Users". Now I understand why you wrote that was a "nice
On Nov 1 08:16, Stephen Sheldon wrote:
> I had some key files in ~/.ssh. They looked like this.
>
> -rw---+ 1 sheldon None 1.7K Nov 1 07:09 id_rsa
> -rw-r--r--+ 1 sheldon None 401 Nov 1 07:09 id_rsa.pub
> -rw-r--r--+ 1 sheldon None 174 Nov 1 07:09 known_hosts
>
> After I installed 1.7.
I had some key files in ~/.ssh. They looked like this.
-rw---+ 1 sheldon None 1.7K Nov 1 07:09 id_rsa
-rw-r--r--+ 1 sheldon None 401 Nov 1 07:09 id_rsa.pub
-rw-r--r--+ 1 sheldon None 174 Nov 1 07:09 known_hosts
After I installed 1.7.33-04 they looked like this.
-rw-rwx---+ 1 sheldon N
etc.
How can *any* non-command-line compete. It would be like having one's
hands chopped off.
As for Far Manger, unfortunately, my environment is locked down. It
took a very long time to get cygwin, and an old snapshot at that.
>> and I am *never* able to work exclusively in cygwi
Greetings, Paul.Domaskis!
> Andrey Repin wrote:
>> Most people either use Cygwin tools in isolation, or use Cygwin
>> tools from Windows tools. The opposite is rare, and mostly boils
>> down to scripting, where you naturally use $(cygpath ...) to produce
>> desired results.
> Which I find odd. I
You're welcome, Paul. But I see some streamlining that could be done
since I wrote that xx() alias long ago. I do like Barry's "cygpath
-aw foo/bar | putclip -d" as it likely runs faster.
On Thu, Oct 2, 2014 at 12:20 PM, Paul.Domaskis wrote:
> Keith Christian wrote:
>> This function echoes the
Keith Christian wrote:
> This function echoes the present directory to the clipboard, so that
> I don't have to enter the path manually.
>
> I use this function in a script that sources when a bash shell is
> started. Also echoes the path to the terminal for verification.
> Handy for pasting dire
Eric Blake sent the following at Wednesday, October 01, 2014 10:33 PM
>On 10/01/2014 08:25 PM, Eliot Moss wrote:
>
>> You could write my solution as:
>>
>> echo -n `cygpath -aw foo`>/dev/clipboard
>
>'echo -n' is not portable (in fact, you can disable it in bash, and it
>may misbehave if cygpath ou
On 10/01/2014 08:25 PM, Eliot Moss wrote:
> You could write my solution as:
>
> echo -n `cygpath -aw foo`>/dev/clipboard
'echo -n' is not portable (in fact, you can disable it in bash, and it
may misbehave if cygpath outputs a leading - or contains any \); it's
better to use 'printf' for that pur
You could write my solution as:
echo -n `cygpath -aw foo`>/dev/clipboard
though the ` (backtick) notation is deprecated these
days and $(...) is described as preferred. But for many
little things like these I write bash functions (or
aliases, when they work, which they don't here).
The echo so
Greetings, Paul.Domaskis!
> Jim, I think you're right. cygpath could benefit a lot from a -n
> switch to suppress the new line. From google, however, it's actually
> just li'l olde me that would benefit as no one else seems to have the
> want for it.
That's just happened to be opposite case of
On 2014-10-01, Paul.Domaskis wrote:
> cygpath -aw foo | tr -d '\n' > /dev/clipboard
Gary Johnson wrote:
> Define a function in your ~/.bashrc.
>
> winclip()
> {
> cygpath -aw "$ " | tr -d '\n' > /dev/clipboard
> }
>
> Then just execute
>
> winclip TheFile
Jim Garrison
On 2014-10-01, Jim Garrison wrote:
> On 10/1/2014 2:52 PM, Paul.Domaskis wrote:
> > Running bash in a Windows environment, I often find the need to
> > generate a full Windows path to a file so that I can access the file
> > from a Windows app.
> [snip]
> >... but it does remove the trailing \n whi
Looks like the cygpath line was broken in two, and the closing brace
isn't visibile when reading in Gmail.
Readers take note of that.
On Wed, Oct 1, 2014 at 4:54 PM, Keith Christian
wrote:
> This function echoes the present directory to the clipboard, so that I
> don't have to enter the path man
This function echoes the present directory to the clipboard, so that I
don't have to enter the path manually.
I use this function in a script that sources when a bash shell is
started. Also echoes the path to the terminal for verification.
Handy for pasting directly into windows file dialogs.
fu
On 10/1/2014 2:52 PM, Paul.Domaskis wrote:
> Running bash in a Windows environment, I often find the need to
> generate a full Windows path to a file so that I can access the file
> from a Windows app.
[snip]
>... but it does remove the trailing \n which chokes up
> Windows.
Sounds like cygpath ne
On 2014-10-01, Paul.Domaskis wrote:
> Running bash in a Windows environment, I often find the need to
> generate a full Windows path to a file so that I can access the file
> from a Windows app.
>
> If I use
>
>cygpath -aw TheFile > /dev/clipboard
>
> I can paste into the Windows file-opener
Running bash in a Windows environment, I often find the need to
generate a full Windows path to a file so that I can access the file
from a Windows app.
If I use
cygpath -aw TheFile > /dev/clipboard
I can paste into the Windows file-opener without browsing. Also, I
don't need to mouse around
On May 13 13:16, sbre...@hotmail.com wrote:
> Hello
>
> Is there any way to make 'syslog' calls log nowhere. The aim is to leave no
> traces of the application run (strange but this is the requirement), so
> neither the syslog daemon will be available ofr logging into file, nor I want
> 'syslog
Hello
Is there any way to make 'syslog' calls log nowhere. The aim is to leave no
traces of the application run (strange but this is the requirement), so neither
the syslog daemon will be available ofr logging into file, nor I want 'syslog'
to fall back to the Windows event log.
Is this possib
On 8/7/2013 12:55 PM, Yuki Ishibashi wrote:
Glad you got things working with what sounds like a minimum of
reconfiguration (i.e. no reinstall ;-) ).
I followed the defaults from the following link to setup ssh using
ssh-host-config:
http://www.howtogeek.com/howto/41560/how-to-get-ssh-command-l
te: Wed, 07 Aug 2013 00:00:14 -0400
Subject: Re: ssh login no longer allowed by local accounts other than
main administrator account after taking machine off domain
References:
Reply-to: cygwin at cygwin dot com
On 8/6/2013 6:50 PM, Yuki Ishibashi wrote:
(Sorry if
On 8/6/2013 16:50, Yuki Ishibashi wrote:
a) what are the standard permissions *supposed* to be on everything on
the cygwin terminal-side (i.e. 'ls -l /etc/*', etc),
Unless you existing Cygwin installation is complex, it's probably
simplest to just rename c:\cygwin to c:\oldcygwin, reinstall,
XP it
defaults to SYSTEM. On any later O/S, it should be cyg_server. Again,
ssh-host-config will handle this for you.
c) what group should local users be in (i.e. 'mkpasswd -l' and
'mkgroup 'l') - currently the local users are in group 513 (in mkgroup
-l that's "N
b) what account should the "CYGWIN sshd" service be running as in the
Windows side
c) what group should local users be in (i.e. 'mkpasswd -l' and
'mkgroup 'l') - currently the local users are in group 513 (in mkgroup
-l that's "None"), sounds weird b
On 8/2/2013 3:13 PM, Yuki Ishibashi wrote:
Hi all,
Recently I've been tasked with taking a Win7 machine that was running
Cygwin and sshd off of my company's old Active Directory domain...
Before taking the machine off the domain I created local accounts that
were able to be ssh
Yuki Ishibashi wrote:
Hi all,
Recently I've been tasked with taking a Win7 machine that was running
Cygwin and sshd off of my company's old Active Directory domain...
---
Have you ever heard of "Process Monitor"
http://technet.microsoft.com/en-us/sysinternals/bb896645
On Wed, Jun 20, 2012 at 01:18:54PM +0200, Daniel Diaz wrote:
>Hi Christopher,
>
>have you integrated the --disable option for --large-address-aware in
>binutils ?
There hasn't been a new release of binutils since that message, no.
cgf
--
Problem reports: http://cygwin.com/problems.html
FA
Hi Christopher,
have you integrated the --disable option for --large-address-aware in
binutils ?
Daniel
On Sat, 14 Apr 2012 15:01:03 -0400, Christopher Faylor wrote:
On Sat, Apr 14, 2012 at 02:48:27PM -0400, Ken Brown wrote:
On 4/14/2012 1:33 PM, Christopher Faylor wrote:
You're right that
I decided to try using the CLI "git fetch" command instead. That worked
fine. Since then, I have performed other "fetch" operations using
git-gui without any more errors.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation:
-pack: unable to fork off index-pack
I followed the instructions at
"http://cygwin.com/faq-nochunks.html#faq.using.fixing-fork-failures";.
But I am still seeing the same error.
Do you have any suggestions for how I can resolve this error?
I am attaching a copy of the output from "
On Sat, Jun 02, 2012 at 03:17:34PM -0600, Harry G McGavran Jr wrote:
>>>I thought you had requested in which 1.7.10s snapshot it broke.
>>>So the earliest snapshot I could find for 1.7.10s does have the problem.
>>>It works in 1.7.9.
>>>
>>>As I mentioned earlier in cygwin-inst-20120415.tar.bz2, a
pg-agent, it does.
So, if I stop gpg-agent in ~/.logout under tcsh in mintty, the problem
with 1.7.15 and later disappears.
This is NOT the problem I first reported some months back. That got
fixed with cygwin-inst-20120220.tar.bz2. I was not using gpg-agent or
gpg2 prior to 1.7.15 and just happ
>I thought you had requested in which 1.7.10s snapshot it broke.
>So the earliest snapshot I could find for 1.7.10s does have the problem.
>It works in 1.7.9.
>
>As I mentioned earlier in cygwin-inst-20120415.tar.bz2, a 1.7.11s
That should be cygwin-inst-20120220.tar.bz2.
>snapshot it's fixed. Th
>Corinna wrote:
>
>That's not very helpful, unfortunately. You reported in Feb or Mar that
>one of the snapshots fixed the problem for you. And you reported that
>it's now in May broken again. So there's one snapshot in the list which
>was the first one which fixed it, and there's another snapsh
napshot broke it again, it would help to find the
> >> >cause.
> >> >
> >> >
> >> >Thanks,
> >> >Corinna
> >>
> >> This will take a little time since one has to log off to see the problem
> >> and I have no idea which 1.7.10s was t
>
>> >Thanks,
>> >Corinna
>>
>> This will take a little time since one has to log off to see the problem
>> and I have no idea which 1.7.10s was the starting point. Unfortunately,
>> the rest of this week, I won't have very much time to do many
Corinna
>
> This will take a little time since one has to log off to see the problem
> and I have no idea which 1.7.10s was the starting point. Unfortunately,
> the rest of this week, I won't have very much time to do many
> iterations. I'll see if I can find where it
Corinna wrote:
>That's why I'm asking. If you could try to find out which snapshot
>fixed it and which snapshot broke it again, it would help to find the
>cause.
>
>
>Thanks,
>Corinna
This will take a little time since one has to log off to see the problem
and I
On May 30 11:37, Harry G McGavran Jr wrote:
> Corinna wrote:
>
>
> >If the code in question has changed a lot, it's only marginally helpful
> >to refer to a change in older code. OTOH, knowing both, which snapshot
> >"fixed" it and which snapshot broke it again could be valuable.
> >
> >
> >Cori
On 05/30/12 12:37, Andy Koppe wrote:
> On 29 May 2012 19:41, Harry G McGavran Jr wrote:
>>
>>
>> On 05/29/12 12:31, Andy Koppe wrote:
>>> On 29 May 2012 17:17, Harry G McGavran Jr wrote:
>>> Do I understand you correctly that you no longer have any mintty
>>> windows open when this happens? That'
Corinna wrote:
>If the code in question has changed a lot, it's only marginally helpful
>to refer to a change in older code. OTOH, knowing both, which snapshot
>"fixed" it and which snapshot broke it again could be valuable.
>
>
>Corinna
This problem first appeared in 1.7.10. The snapshot I do
; >>>>>the big red "X" in the corner... your problem sounds like
> >>>>>something more sinister.
> >>>>>
> >>>>>Ryan
> >>>>>
> >>>>There is never an "X" to deal with here. One never know there is
y run (even though they contain no
visible child processes), but they can still be closed using
the big red "X" in the corner... your problem sounds like
something more sinister.
Ryan
There is never an "X" to deal with here. One never know there is
a problem until he does sta
t; >>>
> >>> Ryan
> >>>
> >>
> >> There is never an "X" to deal with here. One never know there is
> >> a problem until he does start->Log Off to log out of windows.
> >>
> >> I can normally close any/all mintt
rry G McGavran Jr wrote:
With Cygwin 1.7.10(0.259/5/3) upon logging off Windows XP SP3
I get a pop-up window "End Program - C:\cygwin\bin\mintty.exe"
with a "End Now" and "Cancel" button every time I log off
Windows and I have somewhere in that Windows session run
the Mintt
gt;>> visible child processes), but they can still be closed using
>>> the big red "X" in the corner... your problem sounds like
>>> something more sinister.
>>>
>>> Ryan
>>>
>>
>> There is never an "X" to deal wi
ing
>>the big red "X" in the corner... your problem sounds like
>>something more sinister.
>>
>>Ryan
>>
>
> There is never an "X" to deal with here. One never know there is
> a problem until he does start->Log Off to log out of windows.
this, but it happens on both of my machines.
>>>
>>> Harry
>>>
>>> On 02/15/12 10:43, Harry G McGavran Jr wrote:
>>>>
>>>> With Cygwin 1.7.10(0.259/5/3) upon logging off Windows XP SP3
>>>> I get a pop-up window "End P
like
>something more sinister.
>
>Ryan
>
There is never an "X" to deal with here. One never know there is
a problem until he does start->Log Off to log out of windows.
I can normally close any/all mintty windows and then with various
process explorers try to find a mintty pro
Going back to tcsh 6.18.00-2 does not help.
Given the deathly silence to my request below, I must be the only
one experiencing this, but it happens on both of my machines.
Harry
On 02/15/12 10:43, Harry G McGavran Jr wrote:
With Cygwin 1.7.10(0.259/5/3) upon logging off Windows XP SP3
I
urred
> with 1.7.10 and then got fixed, but now it seems to be back.
>
> Harry
>
It seems this happens at least when I try to log off after I've run a
cygwin X application from mintty, whereas with 1.7.10 it happened
all the time.
Harry
--
Harry G. McGavran, J
0-2 does not help.
>
> Given the deathly silence to my request below, I must be the only
> one experiencing this, but it happens on both of my machines.
>
> Harry
>
> On 02/15/12 10:43, Harry G McGavran Jr wrote:
>> With Cygwin 1.7.10(0.259/5/3) upon logging off Windows
Christopher Faylor cygwin.com> writes:
>
> On Sat, Apr 14, 2012 at 02:48:27PM -0400, Ken Brown wrote:
> >On 4/14/2012 1:33 PM, Christopher Faylor wrote:
> >> You're right that there isn't a way to disable --large-address-aware
> >> but, since it's part of the specs, I'm not sure what would take
On Sat, Apr 14, 2012 at 02:48:27PM -0400, Ken Brown wrote:
>On 4/14/2012 1:33 PM, Christopher Faylor wrote:
>> You're right that there isn't a way to disable --large-address-aware
>> but, since it's part of the specs, I'm not sure what would take
>> precedence if there was a --disable* option.
>>
>
On Sat, Apr 14, 2012 at 01:52:46PM -0400, Earnie Boyd wrote:
>On Sat, Apr 14, 2012 at 1:33 PM, Christopher Faylor wrote:
>> On Sat, Apr 14, 2012 at 01:21:25PM -0400, Ken Brown wrote:
>>>On 4/14/2012 12:37 PM, Earnie Boyd wrote:
On Sat, Apr 14, 2012 at 7:52 AM, Ken Brown wrote:
> For testin
On 4/14/2012 1:52 PM, Earnie Boyd wrote:
On Sat, Apr 14, 2012 at 1:33 PM, Christopher Faylor wrote:
On Sat, Apr 14, 2012 at 01:21:25PM -0400, Ken Brown wrote:
On 4/14/2012 12:37 PM, Earnie Boyd wrote:
On Sat, Apr 14, 2012 at 7:52 AM, Ken Brown wrote:
For testing purposes, I'd like to build wi
On 4/14/2012 1:33 PM, Christopher Faylor wrote:
On Sat, Apr 14, 2012 at 01:21:25PM -0400, Ken Brown wrote:
On 4/14/2012 12:37 PM, Earnie Boyd wrote:
On Sat, Apr 14, 2012 at 7:52 AM, Ken Brown wrote:
For testing purposes, I'd like to build without large-address awareness.
What's the right wa
On Sat, Apr 14, 2012 at 1:33 PM, Christopher Faylor wrote:
> On Sat, Apr 14, 2012 at 01:21:25PM -0400, Ken Brown wrote:
>>On 4/14/2012 12:37 PM, Earnie Boyd wrote:
>>> On Sat, Apr 14, 2012 at 7:52 AM, Ken Brown wrote:
For testing purposes, I'd like to build without large-address awareness.
>>>
On Sat, Apr 14, 2012 at 01:21:25PM -0400, Ken Brown wrote:
>On 4/14/2012 12:37 PM, Earnie Boyd wrote:
>> On Sat, Apr 14, 2012 at 7:52 AM, Ken Brown wrote:
>>> For testing purposes, I'd like to build without large-address awareness.
>>> What's the right way to do that? I tried
>>>
>>>LDFLAGS=
On 4/14/2012 12:37 PM, Earnie Boyd wrote:
On Sat, Apr 14, 2012 at 7:52 AM, Ken Brown wrote:
For testing purposes, I'd like to build without large-address awareness.
What's the right way to do that? I tried
LDFLAGS=-Wl,--no-large-address-aware
and
LDFLAGS=-Wl,--disable-large-address-a
On Sat, Apr 14, 2012 at 7:52 AM, Ken Brown wrote:
> For testing purposes, I'd like to build without large-address awareness.
> What's the right way to do that? I tried
>
> LDFLAGS=-Wl,--no-large-address-aware
>
> and
>
> LDFLAGS=-Wl,--disable-large-address-aware
>
> but both resulted in "unre
For testing purposes, I'd like to build without large-address awareness.
What's the right way to do that? I tried
LDFLAGS=-Wl,--no-large-address-aware
and
LDFLAGS=-Wl,--disable-large-address-aware
but both resulted in "unrecognized option" errors from ld.
Ken
--
Problem reports:
Earnie Boyd wrote:
> On Tue, Feb 28, 2012 at 3:24 PM, Frank Farance wrote:
>
>>
>> So I don't believe this is a WinSCP problem, AND the problem is
>> demonstrated independent of WinSCP.
>>
>
> What is TZ set to in your Cygwin environment? Try the string EST5EDT
> to see if it helps.
>
> --
> Earni
Corinna Vinschen wrote:
> On Feb 29 12:49, G.W. Haywood wrote:
>
>> Hi there,
>>
>>
>>> 175712 by: "Frank Farance"
>>> 175717 by: Corinna Vinschen
>>> 175719 by: "Frank Farance"
>>> 175720 by: Corinna Vinschen
>>> 175721 by: "Frank Farance"
>>> 175722 by: Corinna Vinschen
>>> 175725 by: Earnie Boyd
On Feb 29 12:49, G.W. Haywood wrote:
> Hi there,
>
> >175712 by: "Frank Farance"
> >175717 by: Corinna Vinschen
> >175719 by: "Frank Farance"
> >175720 by: Corinna Vinschen
> >175721 by: "Frank Farance"
> >175722 by: Corinna Vinschen
> >175725 by: Earnie Boyd
> >175728 by: "Frank Farance"
>
> Wha
On Tue, Feb 28, 2012 at 3:24 PM, Frank Farance wrote:
>
> So I don't believe this is a WinSCP problem, AND the problem is
> demonstrated independent of WinSCP.
>
What is TZ set to in your Cygwin environment? Try the string EST5EDT
to see if it helps.
--
Earnie
-- https://sites.google.com/site/e
Hi there,
175712 by: "Frank Farance"
175717 by: Corinna Vinschen
175719 by: "Frank Farance"
175720 by: Corinna Vinschen
175721 by: "Frank Farance"
175722 by: Corinna Vinschen
175725 by: Earnie Boyd
175728 by: "Frank Farance"
What are the filesystems involved? VFAT anywhere?
--
73,
Ged.
--
Earnie Boyd wrote:
> On Tue, Feb 28, 2012 at 1:20 PM, Corinna Vinschen wrote:
>
>>
>> I don't know. Â I can't see that anything's wrong with Cygwin here. Â I
>> just searched the web and found other people having timestamp problems
>> with WinSCP without any Cygwin involvement:
>>
>> Â http://win
On Tue, Feb 28, 2012 at 1:20 PM, Corinna Vinschen wrote:
>
> I don't know. I can't see that anything's wrong with Cygwin here. I
> just searched the web and found other people having timestamp problems
> with WinSCP without any Cygwin involvement:
>
> http://winscp.net/forum/viewtopic.php?t=8382
[...]
16.07.2011 09:15 Windows
Note that it does NOT print 10:15!
- In a Cygwin shell:
tcsh$ echo $TZ
Europe/Berlin
tcsh$ cd /cygdrive/c
tcsh$ ls -ld --full-time Windows
drwxrwx---+ 1 0 2011-07-16 10:15:47.19040 +0200 Windows
So Explorer a
> On Feb 28 11:19, Frank Farance wrote:
>
>> Corinna Vinschen wrote:
>>
Furthermore, ls reports the wrong time (via --full-time) as 11:46
-0400.
Yes, ls has the right timezone offset (it was summer time in NYC on
2005-09-01), but the time itself is wrong. Even when I precede th
On Feb 28 11:19, Frank Farance wrote:
> Corinna Vinschen wrote:
> >> Furthermore, ls reports the wrong time (via --full-time) as 11:46 -0400.
> >> Yes, ls has the right timezone offset (it was summer time in NYC on
> >> 2005-09-01), but the time itself is wrong. Even when I precede the
> >> comma
Corinna Vinschen wrote:
> On Feb 28 10:00, Frank Farance wrote:
>
>> I've had Cygwin running on a Windows XP workstation for years using
>> rsync as my primary backup tool for my data files. The workstation just
>> crashed with a hard drive failure, I've replaced the drive and so on.
>> Initially,
On Feb 28 10:00, Frank Farance wrote:
> I've had Cygwin running on a Windows XP workstation for years using rsync
> as my primary backup tool for my data files. The workstation just crashed
> with a hard drive failure, I've replaced the drive and so on. Initially,
> I was recovering most of the f
I've had Cygwin running on a Windows XP workstation for years using rsync
as my primary backup tool for my data files. The workstation just crashed
with a hard drive failure, I've replaced the drive and so on. Initially,
I was recovering most of the files with WinSCP (5.0.5) from the backup
serve
Earnie Boyd wrote:
The common response to you and the others who responded with "me too"
for this issue is to check the latest snapshot and report if it still
occurs.
--
Earnie
I tried the latest snapshot and the problem didn't occur with
it after having tried running mintty and logging out
1 - 100 of 300 matches
Mail list logo