On Mon, Jan 22, 2024 at 10:59 AM John Ruckstuhl
wrote:
>
> Thanks for the replies Brian & Corinna, I learned a lot.
>
> On Mon, Jan 22, 2024 at 1:48 AM Corinna Vinschen
> wrote:
> > Users in the Administrators group have these privileges in their user
> > token.
... State
= ...
...
SeBackupPrivilege ... Disabled
SeRestorePrivilege... Disabled
...
C:\>
Thanks very much.
John Ruckstuhl
--
Problem reports: https://cygwin.com/problems.html
FAQ:
0 files
And the second try to delete succeeds
C:\Users\Alice\AppData\Local\Temp>del /S /Q _MEI21002
In summary, why is it that Bob the Administrator can Cygwin "rm.exe" to
delete these folders without taking ownership, but to delete with
Windows utils, he needs to take ownership
I just updated vim packages (including vim-minimal and vim-common) to 9.0.2155-1
Now when I run 'vi', I get this:
Error detected while processing /usr/share/vim/vim90/filetype.vim:
line 11:
E319: Sorry, the command is not available in this version: let
did_load_filetypes = 1
line 14:
E319: S
30 ~/Downloads
$ pip -V
comp@130 ~/Downloads
John
Vinopal (he/him)
Principal Software Engineer
e:jvino...@carnegielearning.com
carnegielearning.com
scilearn.com
zorbitsmath.com
Shaping the Future of Learning
This email message, including any attachments hereto or documents accessed via
links
to simplify the repro.
$PATH is mapped in a similar way. So I assume that there is a list of names
which are mapped. I'd like to be able to add my own names to that list.
Thanks.
John.
-Original Message-
From: Andrey Repin
Sent: 27 January 2023 07:45
To: john daintree ; cygwin@c
lso automatically
mapped in the same way?
Thanks
/John
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
There was a bug upstream and it has been fixed upstream.
I'm confident that eventually it will get to us.
Meanwhile, I found that if you simply create an empty ~/.exrc, the bug is
avoided.
See https://bugzilla.redhat.com/show_bug.cgi?id=1969936
Regards,
John Ruckstuhl
On Mon, Jul 25, 2022 at
Thank you! This looks like it may help.
8<
From: Cygwin on behalf of
Brian Inglis
Sent: Sunday, April 24, 2022 1:08 PM
To: cygwin@cygwin.com
Subject: Re: error: CYGWIN_NT-10.0-x86_64 is not supported (yet?) on Windows 10
On 2022-04-24 08:02, John Balkunas wrote:
> Hello,
Hello,
I installed Cywin64 Terminal so that I can compile chrony-4.2 for use with
Windows 10 Pro 64-bit. I used the Cygwin Setup program/installer named
setup-x86_64.exe for 64 bit Windows. The install appeared to go well. After
the install, from within the Cywin64 Terminal, I see the followi
to reproduce:
emacs -Q -nw
C-x C-f /-::
stackdump & gdb backtrace attached
problem only seen with:
emacs-27.2-1 windows7 cygwin-3.3.4-2
problem doesnt happen with:
emacs-27.2-1 windows7 cygwin-3.3.3-1
emacs-27.2-1 windows10 cygwin-3.3.4-2
hopefully someone knows significance of 102
-X multi window mode.
-- Forwarded message -
From: John Harris
Date: Sun, Feb 13, 2022 at 10:14 AM
Subject: Cygwin-X AWT windows snap back after drag in multi-window
mode (w/example): long-standing issue
To:
For well over ten years, I (and other developers with the same
conf
For well over ten years, I (and other developers with the same
configuration) have been experiencing this issue with Cygwin-X in
multi-window mode with Java AWT apps.
The issue is simply that the first time (and only the first time)
certain AWT dialogs are dragged to move them, they snap back to t
Yano wrote:
> On Mon, 13 Dec 2021 10:53:41 -
> "john daintree" wrote:
> > I've just upgraded a machine from Windows 10 to Windows 11. Part of
> > my work process is now broken because when starting cmd from Cygwin
> > with the current directory on a
Excellent news, thank you. I apologise if I should have seen that
somewhere.
/John
-Original Message-
From: Cygwin On Behalf Of
Takashi Yano
Sent: 13 December 2021 11:06
To: cygwin@cygwin.com
Subject: Re: Starting CMD from a bash shell with current directory on a
mounted/network drive
our network (I've redacted a bit of
the path, for probably no good reason)
Is there a workaround? Or is this something that can be fixed in Cygwin?
Thanks
John.
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:
On 11/23/2021 2:10 PM, Eliot Moss wrote:
On 11/23/2021 4:02 AM, john doe via Cygwin wrote:
> Cygwins,
>
> Is there a way to get the value of PROGRAMFILES(x86) and PROGRAMW6432 in
> Bash:
>
> $ echo $PROGRAMFILES; echo "$PROGRAMFILES(x86)"; echo $PROGGRAMW6
On 11/23/2021 10:37 AM, Daniel Abrahamsson wrote:
John Doe wrote:
Cygwins,
Is there a way to get the value of PROGRAMFILES(x86) and PROGRAMW6432 in
Bash:
$ echo $PROGRAMFILES; echo "$PROGRAMFILES(x86)"; echo $PROGGRAMW6432
C:\Program Files
C:\Program Files(x86)
$ cmd.ex
ram Files C:\Program Files (x86) C:\Program Files
PROGRAMFILES works in Bash but not the other two.
I could not find anything relevent in the archive or when googling.
--
John Doe
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documen
ed".
I repeat it again: my new password was working everywhere I needed to enter
Might be better to reword than to repeat again.
--
John Doe
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/doc
On Fri, 2021-07-30 at 12:47 +0200, Corinna Vinschen wrote:
> I've uploaded a new developer snapshot to https://cygwin.com/snapshots
> Please give it a try and report back.
Thank you so much! The snapshot works perfectly and now my daytime
server works without code changes.
signature.asc
Descript
Hi,
I was wondering why my daytime server doesn't work when built for
Cygwin, and I have been able to narrow it down to this reproducible
test case:
#define _POSIX_C_SOURCE 200809L
#include
#include
#include
#include
#include
#include
#include
int main(void) {
struct addrinfo *res
On Thu, 8 Apr 2021 at 10:02, Andy Romens via Cygwin
wrote:
> Hi Cygwin (or whoever gets these, I just signed up),
>
> I got a question for you all. I need to update Apache from 2.4.39 to
> 2.4.46. I have searched far and wide on the web to see if there is a way to
> do that, but so far nothing ha
On Thu, 4 Mar 2021 at 04:27, Russell VT via Cygwin
wrote:
> Cygwin Enthusiasts!
> ...
>
> So, I understand... that's a LONG way to go to ask all of y'all, how do we
> fix this thing? Can someone point me at a good reference to being a Cygwin
> contributor, to the point that I can actually help
is not outputting the correct UFT-8 for either the
* character or the ? character. I think this is a bug.
Thanks,
John Vincent.
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscri
On Tue, 16 Feb 2021 at 12:22, Rodney Kissee via Cygwin
wrote:
> My company identifies netcat as a hacking tool and is requiring it to be
> removed from our version of Cygwin. How can it be removed or can Cygwin be
> downloaded without netcat included?
>
>
Run setup,
Click 'view Full'
scroll down
After thrashing with my own bugs for a while, I think I've found a minor
bug in Cygwin's tty/termios handling-- seen in 3.1.7 on Windows 10
20H2. Among other things, this causes tmux to fail on non-pty sessions.
STC:
Start Cygwin in conhost or Windows Terminal.
Execute 'stty -isig'
You will pr
On Sun, 1 Nov 2020 at 04:02, Duncan Roe wrote:
> On Sun, Nov 01, 2020 at 08:49:23AM +, cygwin wrote:
> > With W7 no longer supported, W10-32 supported but no longer provided on
> > new machines (Microsoft states that, "Beginning with Windows 10, version
> > 2004, all new Windows 10 systems wi
On Mon, 28 Sep 2020 at 08:45, Alice Bilton via Cygwin
wrote:
> Hello,
>
> I am a Sheffield University student trying to install MASS software.
> However, during the process I have received the following message a number
> of times:
>
>
The problem is that the MASS software is meant for an older v
Windows command, I would look at 'shutdown.exe' or whatever
tools is using rpc to restart windows remotely.
--
John Doe
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info:
On 9/25/2020 3:32 PM, Peter J. Krum via Cygwin wrote:
I used this command on ubuntu:
net rpc shutdown -r -f -t 30 -I 123.123.123.123 -U user:pass
What would be the equivalent in CYGWIN?
--
What error/issue are you having?
--
John Doe
--
Problem reports: https://cygwin.com/problems.html
On Tue, 1 Sep 2020 at 16:31, Kurt-Karen Carlson-Lougheed via Cygwin <
cygwin@cygwin.com> wrote:
>
> B. If you could kindly provide me or point me to the cygwin qsort() source
> I'll check it out myself.
>
The source code is availble at
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git an
o what I seek to
do?
Thanks,
John
signature.asc
Description: This is a digitally signed message part.
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
On Sat, 16 May 2020 at 12:10, Marco Atzeri via Cygwin
wrote:
> Hi guys,
>
> it is just me or the cygwin mailing lists post are not
> reporting anymore the reply to the list tag ?
>
> I am using Thunderbird and the option reply to list is not
> offered anymore for any of the cygwin mailing list.
>
FYI, qemu for Windows is available.
--
John Doe
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
defined by this preprocessor stuff:
#if defined(__MSDOS__) || defined(_WIN32) || defined(__OS2__) || defined
(__CYGWIN__)
# ifndef HAVE_DOS_BASED_FILE_SYSTEM
#define HAVE_DOS_BASED_FILE_SYSTEM 1
# endif
Still a gcc bug? I'm guessing so.
On Sun, Apr 12, 2020 at 4:26 AM JonY via Cyg
Sure, but this bug is unique to cygwin. Why would that be there bug?
On Sun, Apr 12, 2020 at 2:57 AM JonY via Cygwin wrote:
> On 4/12/20 7:27 AM, John Selbie via Cygwin wrote:
> > TLDR: With gcc/g++ 9.2.0 and 9.30 on Cygwin, when you use
> > -fprofile-generate and -fprofile-di
TLDR: With gcc/g++ 9.2.0 and 9.30 on Cygwin, when you use
-fprofile-generate and -fprofile-dir together, the target path for the
.gcda file is corrupted with a backslash instead of having a forward slash
used.
Here's a sample run where profile guided optimization is getting enabled
for a simple li
On Thu, 12 Mar 2020 at 10:22, Takashi Yano via Cygwin
wrote:
> On Thu, 12 Mar 2020 12:51:06 +0100
> Corinna Vinschen wrote:
> > > Is there any possibility that http access will be restored?
> >
> > I don't think so, http is a no-no these days. Just change over
> > to https, you can easily fix th
And I just discovered that recompiling with this added to the g++ command
line:
-Xlinker --dynamicbase
Seems to work. Or at the least, triggers the process to show up in Process
Explorer as ASLR?
Good idea to continue with this?
On Mon, Mar 2, 2020 at 8:26 PM John Selbie wrote:
> For
For my open source project, I publish source code for Unix written in C++.
And as a convenience, I publish Win32 binaries compiled with Cygwin's g++
build. I bundled the compiled EXE along with the dependent Cygwin DLLs
(cygcrypto, cyggcc, cycstdc++, cygwin1, and cygz.dll).
Someone rang me up toda
tests will give you an
> idea of the best performance, and experience will tell you about reliability.
>
> Start by downloading only the base packges or upgrading what you have
> installed,
> and be patient during postinstall steps, as rebasing all the DLLs, and
> rebuilding upd
On Sat, 4 Jan 2020 at 17:16, wrote:
>
> I am running rsync on a small linux server to synchronize files in one
> directory and its subdirectories from Windows (using sshd from Cygwin) to
> this server for backup purposes. The directory contains almost 1 TB of images
> and videos in about 160k f
Sorry I replied to email and that was the default formatting for replies. I
hardlinked the files with mklink and it seems to run now.
Thanks for the help,
William John
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation
I did add it to the Path and also restarted the computer and the command
line. I do see that the file mpicc is a symbolic link to
opalwrapper executable file and windows cannot recognize that. Is there
some way to remedy this?
On Sat, Oct 26, 2019 at 11:33 PM William John wrote:
> Dear Cyg
On 10/27/2019 4:33 AM, William John wrote:
> Dear Cygwin,
>
> I recently installed openmpi and libopenmpi-devel on my windows machine.
> However, I cannot call mpicc on my windows cmd, rather I get "'mpicc' is
> not recognized as an internal or external command, op
configuration
for my windows command line. Would it be possible to direct me to a
solution or to help me with this?
Best,
William John
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubsc
Hello,
Getting the above error and also says "Profile weekly data copy failed to
execute". Please advise. Thanks!
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: ht
t; all refer to /drv/e # /cygdrive/e if not remapped
>
> Only mkdir does NOT.
>
> And I am the only one who finds this a bit odd? That why I asked: why
> cannot mkdir and rmdir be symmetrical w/ respect to e:\ ?
>
> Because of Linux? Weird.
>
> Now I have to tell
o, your commit message should have the form of:
"Subject line
Commit message"
A subject line is maximum 50 character long
A subject line starts in the imperative mode and does not end with any
punctuation marks.
The commit message is 72 character long.
--
John Doe
--
Problem reports:
omment you could use 'git send-email' on
your own patch.
Basically, you need to familiorize yourself with 'git format-patch' and
'git send-email'.
--
John Doe
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/
On 6/4/2019 8:09 PM, Eliot Moss wrote:
> On 6/4/2019 2:00 PM, john doe wrote:
>> Hi, I'm trying to download the setup file to update cygwin using
>> powershell but it fails miserably:
>>
>> PS > (new-object system.net.webclient).do
>> wnloadfile("ht
nfo : NotSpecified: (:) [],
MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException
It works for other URLs and would appriciate any input on the above.
P.S.
Using Wget on this w7works.
--
John Doe
--
Problem reports: http://cygwin.com/problems.html
FAQ:
On Mon, 8 Apr 2019 at 08:05, Brian Inglis wrote:
> On 2019-04-06 08:08, John Morrison wrote:
> > I've been asked at work to get the standard base-files extended with
> > specifics for the company I work for and wondered if this would be a good
> > time to revis
On Mon, 8 Apr 2019 at 17:56, Achim Gratz wrote:
> John Morrison writes:
> > I've been asked at work to get the standard base-files extended with
> > specifics for the company I work for and wondered if this would be a good
> > time to revisit how the .bashrc file in
files from me. Achim, are you still
around? Open for a discussion?
Kind regards
John.
--
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
Thanks, installing that package fixed it!
On Fri, Mar 29, 2019, 1:59 PM Yaakov Selkowitz
wrote:
> On Fri, 2019-03-29 at 13:49 -0400, John Gotts wrote:
> > Recently python was updated and now the pygmentize executable is missing.
>
> $ cygcheck -p pygmentize
> [snip]
> py
Recently python was updated and now the pygmentize executable is missing.
Please advise.
John
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml
"
> B="A"
> if [ $A != $B ]; then
> echo "not identical"
> fi
> if [ $A == $B ]; then
> echo "identical"
> fi
> if [ A!=B ]; then
> echo "not identical"
> fi
> if [ A==B ]; then
> echo "identical"
> fi
>
One equal sign ('=') should be used instead of two equal signs ('==').
--
John Doe
--
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
From: cygwin-ow...@cygwin.com on behalf of Bill
Stewart
Sent: 19 February 2019 19:15
To: cygwin@cygwin.com
Subject: Re: Can't create scheduled task over ssh as current user
On Tue, Feb 19, 2019 at 12:02 PM John Oxley wrote:
>> I'm running a Wi
The scheduled task "foobar4" has successfully been created.
If I log into the VM with remote desktop as the user foo, I can create the task.
I have tried substituting /ru and /rp with /u and /p but get the error
ERROR: User credentials are not allowed on the local machine.
I am not sure w
X-IsSubscribed: yes' indicates if the
OP is subscribed to the list.
A big thank you for looking into this.
--
John Doe
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:
On Tue, 8 Jan 2019 at 16:20, Jari Fredriksson wrote:
> Hello!
>
> I have used Cygwin and OpenSSH server from Windows 7 to these days with
> Windows 10.
>
> In some late Windows update it seems that Microsoft has removed the
> "Cygwin sshd” -service all together!
>
>
I don't think it removed it..
On 12/17/2018 1:15 PM, Corinna Vinschen wrote:
> On Dec 17 13:06, john doe wrote:
>> Hi,
>>
>> I'm trying to understand why a copied file from 'C:\' into
>> /home/user/try doesn't have the permissions set for 'other' (see below).
&
CPed on
a linux server the permissions need to be change for 'other' to match
the permissions on that server.
Why is that so and is there a better way around this?
--
John Doe
--
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
On Thu, 13 Dec 2018 at 21:29, Andy Li wrote:
>
> I did use downforeveryoneorjustme to check before posting here, and it was
> down.
> But I can see that it is up again now.
> Thanks anyway :)
>
There was a 'short' planned outage which turned into a longer one due
to a switch problem. This affecte
On 12/2/2018 12:09 PM, Andrey Repin wrote:
> Greetings, john doe!
>
>> How can I do the following on Cygwin?:
>
>
>> /sbin/mount.cifs //server/share /mount-point -o user=different-user
>
>> In other words, how can I mount a windows share with a specific user
Hi,
How can I do the following on Cygwin?:
/sbin/mount.cifs //server/share /mount-point -o user=different-user
In other words, how can I mount a windows share with a specific user ?
--
John Doe
--
Problem reports: http://cygwin.com/problems.html
FAQ: http
On 11/2/2018 8:11 AM, Marco Atzeri wrote:
> Am 02.11.2018 um 07:32 schrieb john doe:
>> On 11/2/2018 2:58 AM, Rafika Sri Nurjannah wrote:
>>> Couldn't compute FAST_CWD pointer. to Grads
>>>
>>
>> https://cygwin.com/faq/faq.html#faq.using.fixing-find_fa
On 11/2/2018 2:58 AM, Rafika Sri Nurjannah wrote:
> Couldn't compute FAST_CWD pointer. to Grads
>
https://cygwin.com/faq/faq.html#faq.using.fixing-find_fast_cwd-warnings
--
John Doe
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cyg
http://cygwin.com/faq/
> Documentation: http://cygwin.com/docs.html
> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
>
Yes, the list is still active (have a look at the list archive (1))
https://cygwin.com/lists.html
--
John Doe
--
Problem reports:
. Only the
boost-build sources are downloaded.
John Doucette
--
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
On 10/24/2018 4:36 PM, Stephen John Smoogen wrote:
> On Wed, 24 Oct 2018 at 10:32, Ng Wai Kin wrote:
>>
>> Windows 10.
>
> That is not enough information to help anyone here. What software is
> showing this and what is the course you are using it in. The problem
> is
On Wed, 24 Oct 2018 at 10:32, Ng Wai Kin wrote:
>
> Windows 10.
That is not enough information to help anyone here. What software is
showing this and what is the course you are using it in. The problem
is that the software needs to be updated and recompiled to work with
newer Cygwin versions, and
@cygwin.com
> zip2john: unknown option -- A
>
>
>
> C:\Users\gian.Bortoli\Desktop\john180j1w\run>john.exe --pot=018.pot
> --wordlist=john/run/password.lst 018.hash
>
> 0 [main] john 8972 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
> point
>
> e
On 10/22/2018 6:32 PM, sidrah ijaz wrote:
> could not compute FAST_CWD pointer
>
Not sure if the above is a question.
https://cygwin.com/faq/faq.html#faq.using.fixing-find_fast_cwd-warnings
HTH.
--
John Doe
--
Problem reports: http://cygwin.com/problems.ht
monitor.
>
https://cygwin.com/faq/faq.html#faq.using.fixing-find_fast_cwd-warnings
HTH.
--
John Doe
--
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
ackage do I need to install in order to have this command available
> (or any other command
>
> that can tell when the computer was last booted).
>
If you have 'SystemInfo' you could try:
$ cmd.exe /C "SystemInfo /FO list" | grep 'System Boot Time'
--
heduler.
https://stackoverflow.com/questions/7195503/setting-up-a-cron-job-in-windows/21502661
Alternatively, have a look here:
https://www.davidjnice.com/cygwin_cron_service.html
> Please let me know if there is some step I missed.
>
What step(s) did you do?
--
John Doe
--
Proble
On 9/19/2018 7:49 PM, cyg Simple wrote:
On 9/19/2018 11:51 AM, john doe wrote:
Hi,
When I install 'mutt' through command line '... --packages mutt ...' it
works.
gpg-1.4.23 is installed as dependency.
I rather use gpg4win already installed on my host.
How can I remov
ent, through command line, 'gpg' from being
installed when installing mutt?
Thanks for any help.
--
John Doe
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe i
ll assume the developer wants
it all...)
But at last now I'm unblocked. Thanks everyone.
jrs
On Wed, Sep 5, 2018 at 1:41 PM Brian Inglis
wrote:
> On 2018-09-05 13:36, John Selbie wrote:
> > On Wed, Sep 5, 2018 at 11:46 AM Hans-Bernhard Bröker wrote:
> >> Am 05.
e how I view the writing and building of portable code now and in
the future. But saying, "everywhere else but here is wrong" and because ",
doesn't help.
jrs
On Wed, Sep 5, 2018 at 11:46 AM Hans-Bernhard Bröker
wrote:
> Am 05.09.2018 um 07:55 schrieb John Selbie:
Updating Stuntman (Open source Stun Server) from C++ to modern C++. I ran
into an issue.
This code:
#include
#include
#include
int some_networking_code()
{
addrinfo* addr = NULL;
int flags = AI_NUMERICHOST;
return 0;
}
Compiles fine everywhere: wit
On 8/30/2018 5:07 PM, Corinna Vinschen wrote:
On Aug 30 14:35, Marco Atzeri wrote:
Am 30.08.2018 um 11:30 schrieb john doe:
On 7/11/2018 10:11 AM, john doe wrote:
Hi,
I'm trying to get Cygwin dirmngr to work with Tor Browser for Windows.
Following some discussion on the gnupg user li
On 7/11/2018 10:11 AM, john doe wrote:
Hi,
I'm trying to get Cygwin dirmngr to work with Tor Browser for Windows.
Following some discussion on the gnupg user list it looks like that the
connect(2) function in Cygwin does not return the proper error code:
https://lists.gnupg.org/pipe
or PowerShell as appropriate.
I do not know PowerShell. It looks very complicated to me.
You could also use the language you speak, that language interpreter
would need to be package as well though.
--
John Doe
--
Problem reports: http://cygwin.com/problems.html
FAQ
On 8/17/2018 12:01 PM, Ulli Horlacher wrote:
I need to run some scripts with full administrator rights (for chown,
chmod, setfacl).
Is there a cygwin equivalent to su or sudo?
https://stackoverflow.com/questions/4090301/root-user-sudo-equivalent-in-cygwin
--
John Doe
--
Problem reports
also run
the powershell script as administrator, if needed.
From a CLI pass the '-h, --help' option to the setup file to get all
available options.
--
John Doe
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation:
On Tue, 14 Aug 2018 at 17:09, Andy Moreton wrote:
>
> On Tue 14 Aug 2018, Steven Penny wrote:
> > a number can be positive or negative. as "NaN" is by definition not a
> > number,
> > it cannot be positive or negative, it is simply itself, something anathema
> > to
> > a number.
>
> The C standa
On Tue, 14 Aug 2018 at 09:23, Corinna Vinschen
wrote:
>
> On Aug 14 21:17, Masamichi Hosoda wrote:
> > > On Aug 14 11:56, Corinna Vinschen wrote:
> > >> On Aug 14 13:45, Masamichi Hosoda wrote:
> > >> > >From a50ee5a4747a99c70469a53fe959f3dc22d3b79a Mon Sep 17 00:00:00 2001
> > >> > From: Masamich
ing, indentation ...)
In most cases you can simply do 'git send-email' and pass the options
for 'git format-patch' at the end of the cmd:
$ git send-email master --to=m...@example.com --reroll-count 1 --rfc
The options '--reroll-count, --rfc' are form
On Mon, 13 Aug 2018 at 19:46, Duncan Roe wrote:
>
> On Mon, Aug 13, 2018 at 12:52:48PM -0400, Stephen John Smoogen wrote:
> > On Mon, 13 Aug 2018 at 11:16, Masamichi Hosoda wrote:
> [...]
> > On Fedora 27 with 7.3.1 it gives
> > ```
> > stod ("nan")
On Mon, 13 Aug 2018 at 11:16, Masamichi Hosoda wrote:
>
> Hi
>
> I've found a curious behavior about `std::stod ("nan")` on Cygwin.
> Only on Cygwin, `std::stod ("nan")` returns negative NaN.
> On Linux etc., `std::stod ("nan")` returns positive NaN.
>
> Here is a reproduction code.
>
> ```
> // g
case-sensitivity?view=vsts
In other words, on "Cygwin" git can not handle files defering only by
the case.
--
John Doe
--
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
Hi Adam,
On 8/4/2018 7:49 PM, Adam Dinwoodie wrote:
On Sat, 4 Aug 2018 at 15:11, john doe wrote:
Hi,
On a fresh install of Cygwin_x86_64, I have installed "git,git-email"
packages and I'm getting the following:
$ git send-email master --confirm=always --to=x...@example.com
d-email line 36.
I had to install "Mail::Address" manually using cpan.
--
John Doe
--
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
e this server does not exist, it is currently down, or it does not have
th
e Active Directory Web Services running.,Microsoft.ActiveDirectory.Managem
ent.Commands.GetADComputer
++
In ~/.ssh/authorized_keys you could try those options:
NO-PTY,NO-USER-RC ssh
EG: authori
Cygwin Developer Team -
My basic Cygwin update failure means that file redirection does work quite
right. I had to manually
add the cygcheck data.
- John Delaney
-Forwarded Message-
From: John Delaney
Sent: Jul 25, 2018 3:10 AM
To: Cygwin@cygwin.com
Subject: NEW DEFECT: Basic cygwin
On 7/15/2018 9:21 AM, Brian Inglis wrote:
On 2018-07-15 00:39, john doe wrote:
On 7/14/2018 10:50 PM, Brian Inglis wrote:
I've installed a few WSL distros for comparison and downloaded a bunch of other
manpage sets and unpacked them:
$ l /proc/cygdrive/c/usr/local/share/man/
1 - 100 of 1099 matches
Mail list logo