/cpuset.h,
this is also ok.
Regards,
Denis Excoffier.
In file included from /usr/include/sys/signal.h:23,
from /usr/include/signal.h:6,
from ./lib/signal.h:52,
from /usr/include/time.h:158,
from ./lib/time.h:47,
from
> On 2023-05-28 06:21, Brian Inglis wrote:
>
> Problem seems to be Cygwin 3.5.0 - reinstall Cygwin stable 3.4.6 and the
> problem goes away!
> See other thread I just started.
Thank you for your help. I’ll stick to pre-2.5.0 for the moment.
Denis Excoffier.
--
Problem repo
> On 2023-05-25 09:52, Brian Inglis via Cygwin wrote:
>
> On 2023-05-24 12:18, Denis Excoffier via Cygwin wrote:
>> I have an error (about symlinks it seems) that i have never met in years:
>> Cannot change mode.
>> Apart from this message (and return code !=
tar: mytest/a: Cannot change mode to rwxr-xr-x: Not a directory
/bin/tar: Exiting with failure status due to previous errors
% echo $status
2
%
/tmp is under ntfs filesystem, all packages are up to date (e.g. /bin/tar
--version is 1.34).
Regards,
Denis Excoffier.
--
Problem reports: ht
> On 2022-10-20 19:46, Denis Excoffier wrote:
>
>> On 2022-10-20 12:29, Jon Turney wrote:
>>
>> On 19/10/2022 18:57, Denis Excoffier wrote:
>>> Hello,
>>> Currently i have docbook2X not working on my system (a perl problem
>>> that i don't
> On 2022-10-20 12:29, Jon Turney wrote:
>
> On 19/10/2022 18:57, Denis Excoffier wrote:
>> Hello,
>> Currently i have docbook2X not working on my system (a perl problem
>> that i don't know how to repair, but in a few months i will reinstall
>> completel
'make' and then 'make install' properly, i had to apply
the following
easy patch (below).
Hope this helps,
Regards,
Denis Excoffier.
diff -uNr o/newlib-cygwin/winsup/doc/Makefile.am
p/newlib-cygwin/winsup/doc/Makefile.am
--- o/newlib-cygwin/winsup/doc/Makefile.am 2
e default one (i can see ‘’ in DOS cmd
window).
This also occurs (occurred) under 3.3.5, and 3.3.4-2 at least.
Could it be intended behavior?
Regards,
Denis Excoffier.
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentati
Hi there, how are you?
I’d like to know if there’s any possibility of running simple commands inside
Cygwin through Python code.
If yes, could you provide some examples?
Thanks in advance!
BR,
Denis
This email message (including its attachments) is confidential and may contain
privileged
> On 2022-05-13 20:47, Rainer Emrich wrote:
>
> Am 13.05.2022 um 19:42 schrieb Denis Excoffier:
>> It seems that very recently (immediately after i installed 3.3.5),
>> /cygdrive/c/windows/regedit /E 'HKEY_CURRENT_USER\Environment'
>> no longer works (i.e.
or opening the file. There may
be a disk or file system error.
% uname -a
CYGWIN_NT-10.0 jupiter 3.3.5(0.341/5/3) 2022-05-13 12:27 x86_64 Cygwin
Thank you for your help.
Denis Excoffier.
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Doc
full content of the failing XWin.0.log. Any ideas?
Regards,
Denis Excoffier.
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.21.1.3
OS: CYGWIN_NT-10.0-17763 PC17470 3.4.0-341.x86_64.snap 2022-03-01 00:05 UTC
x86_64
OS: Windows 10 [Windows NT 10.0 build 17763] x64
Package
quot; | putclip | getclip | od -c)
3) I launch ‘xwin’ with ‘option -clipboard’ (the default), i suppose this does
not matter
4) It might be related to xorg-server-21.1.0-1 (TEST) that i installed recently
(2021-11-04), however xwinclip-21-1.0-1 didn’t come with the rest
Regards,
Denis Excoffier
c.tar.xz.
I’m unable to build this release from sources.
Regards,
Denis Excoffier.
--
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
: Permission denied.
%
I’m on Windows 7, on a ntfs disk (binary,posix=0,user,nomount,auto).
Regards,
Denis Excoffier.
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info
from test to current.
>
In order to compile cleanly the last snapshot with gcc 9.2.0, i had to apply
the following patch (see below).
Otherwise one get an uninitialized variable together with a missing
__attribute__.
Regards,
Denis Excoffier.
diff -cNr cygwin-snapshot-20200221-1o/winsup/c
subsequent shells, like in xterm’s).
4) If I exit from a shell that has displayed "Cygwin WARNING:", I’m sure that
no Cygwin process remains (I know that my .cshrc is clean about process
creation etc.).
Is there any alternative to this almost-functionality if this code is removed?
R
Hello,
The snapshot 20200114 was not announced (yet) however it seems that the usual
"Bump DLL version to x.y.z" (with x.y.z=3.1.3) was not included (uname reports
"3.1.2s").
Regards,
Denis Excoffier.
--
Problem reports: http://cygwin.com/problems.html
FAQ:
i686-mingw32
> * powerpc-ibm-aix7.1.0.0
> * s390x-linux-gnu
>
This is ok of course, but nowadays, perhaps would it be a better choice
that they switch to x86_64-pc-cygwin? What do you think?
Regards,
Denis Excoffier.
--
Problem reports: http://cygwin.com/problems.html
FAQ:
h looks like bug
GetTickCount64(); <== recommended part of WINAPI and must be avail via windows.h
_BitScanReverse64 and _BitScanForward64 must be with "unsigned long *":
unsigned char _BitScanForward64(
unsigned long * Index,
unsigned __int64 Mask
);
due to ms specification as well...
--
C
Code Example:
#include
#include
#include
#include
#include
#include int main()
{
// https://github.com/msys2/MSYS2-packages/issues/1711
char buf[50];
char * str = gcvt(3.141592653589793238462643383279502884197169399375, 49, buf);
printf("buffer: %s", str);// https://github.com/msys2/MSYS2-pac
h a successful installation.
>>
Hello,
Select "Category", you obtain a single line with "All". Unfold "All". Select
"Install" on the line of "All", and "Default" on the line of "Debug".
That’s it. "Source" is not
t
know the impact on W10.
HTH.
Denis Excoffier.
--
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 2019-01-13, 23:38, Corinna Vinschen wrote:
>
> On Jan 13 12:45, Denis Excoffier wrote:
>> Hello,
>>
>> The last snapshot (20190112) does not work because many (or all?)
>>
>> mv /A/B/C /A/B/D
>>
>> fail with the message "Function
Hello,
The last snapshot (20190112) does not work because many (or all?)
mv /A/B/C /A/B/D
fail with the message "Function not implemented".
This snapshot was not (until now) properly announced, so this is just FTR.
Regards.
Denis Excoffier.
--
Problem reports: http://
Hello,
In http://cygwin.com, please modify:
The most recent version of the Cygwin DLL is 2.11.0.
into
The most recent version of the Cygwin DLL is 2.11.2.
Thank you. Regards,
Denis Excoffier.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com
Hi
I'm trying to compile a very simple program:
#include
int main() { }
And I get the following error:
In file included from /usr/include/boost/process/detail/child_decl.hpp:31:0,
from /usr/include/boost/process/child.hpp:21,
from /usr/include/boost/process/as
> On 2018-03-11 17:10, Denis Excoffier wrote:
>
> Hello,
>
> Difficult for me to give more detail: X Windows does not launch under the
> last snapshot (dated 20180309),
> while everything goes well under the previous one (dated 20180220).
>
With the updates shown i
4bits (with all packages up to date).
Hope this helps,
Denis Excoffier.
--
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 *.mex and *.oct files from the octave packages (they use nearly
0x3000 bytes),
i removed them by patching /usr/bin/rebaselst
Hope this helps,
Denis Excoffier.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation:
> On 2017-07-17 11:05, Corinna Vinschen wrote:
>
> On Jul 17 10:35, Corinna Vinschen wrote:
>> On Jul 16 19:16, Denis Excoffier wrote:
>>> Hello,
>>>
>>> I have a Cygwin installation under Windows 7 (32 bits).
>>>
>>> After 'reba
URCE 0 in tar-1.29/config.h.in), all goes well.
In addition, i can tell that this tar-1.29 has built with no problem under the
Cygwin packages (cygwin-, cygwin-devel- and cygwin-doc-)
that were up to date on the 2017-09-21 (must be one of 2.9.0-1 or -2 or -3).
Hope this helps.
Denis Excoffier.
--
;#undef HAS_CRYPT_R" in config.h, everything is ok.
I cannot say if it works with GCC 5.4.0, but i'm pretty sure that it doesn't.
Regards,
Denis Excoffier.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation
patch #0002 are lexically unok under
GCC 5.4.0.
Therefore i added -Wno-error=pragmas to COMMON_CFLAGS in
winsup/cygwin/Makefile.in and everything works fine.
Thank you for this new version.
Regards,
Denis Excoffier.
--
Problem reports: http://cygwin.com/problems.htm
er that the list of files is
too large (i.e. that the overall amount of DLL sizes
is more than 0x07000)? In source code, i found no specific message to
indicate this.
Regards,
Denis Excoffier.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin
318,324
typedef void (*_sig_func_ptr)(int);
! #if __POSIX_VISIBLE >= 99
struct sigaction
{
I really don't know which (signal.h or libpng) is okay (or none). Will someone
investigate this?
Regards,
Denis Excoffier.
--
Problem reports: http://cygwin.com/pro
;8---
> Changes in GMP 6.1.2
> (...)
>
Hello,
Thank you for libgmp-6.1.2-1 that supersedes 6.1.1-1.
I noticed that libgmp.la is no longer present in the distribution (x86).
Is it okay?
Regards,
Denis Excoffier.
--
Problem reports: http://cygwin.com/problems.html
FAQ:
ccur because of the braces.
I use 2.6.0-0.12 under CYGWIN_NT-6.1-WOW, with your fix to __localeconv_l
(https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=commitdiff;h=a703d64ad7edac344e4959e8d624ce1d8012678b)
Regards,
Denis Excoffier.
% cat gugu.c
#include
#include
#includ
ally found in coreutils-8.25: "seq -w 1 10" produces
the same segmentation fault. In order to reproduce this, you must have
coreutils compiled under a recent cygwin1.dll otherwise the strtod_l
part of the coreutils code is not selected.
Regards,
Denis Excoffier.
% cat gugu.c
//#defi
ml and
> https://cygwin.com/ml/cygwin/2016-07/msg00308.html.
It does fix the 2nd problem. Thanks Corinna.
I also have the
% locale -a
Segmentation fault (core dumped)
%
Denis Excoffier.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documen
> On 2016-07-26 16:00, Corinna Vinschen wrote:
>
> Hi Cygwin developers and maintainers,
> Hi everyone else,
>
>
> I uploaded a new Cygwin test release 2.6.0-0.2.
>
> Supposed to fix the problems reported in
> https://cygwin.com/ml/cygwin/2016-07/msg00274.html and followups.
>
Hello,
Is this
Perhaps the noisy logging for select() is an effect of the problem, rather
> than its cause. Could you run them again (also with the -d flag, which will
> help us see where the time goes), and send them in email?
I'll send this by private email. Please wait a little.
Regards,
Denis E
g select records
select: recalculating us
select: us now 0
--
occur more than 69000 times
Something is probably wrong near here. Please tell me what i should experiment
next.
Al least i have found a wrong line in select.cc: line 4, the copyright year is
miss
m) or not (login window). Under x86, Windows
7. I switched back to 2.5.1.
This message just in case it could be useful.
Regards,
Denis Excoffier.
--
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 2016-04-01 13:03, Ken Brown wrote:
>
> On 4/1/2016 2:18 AM, Denis Excoffier wrote:
>> Hello,
>>
>> I tried to build coreutils-8.25 with the latest cygwin (2.5.0-0.10 or
>> 2.4.1-1)
>> and all the latest packages, and as 'configure' seems t
Hello,
I tried to build coreutils-8.25 with the latest cygwin (2.5.0-0.10 or 2.4.1-1)
and all the latest packages, and as 'configure' seems to pass ok, 'make'
fails with hundreds of lines of messages like below.
Please can someone reproduce this (Windows 7, 32bits)?
Regar
> On 2016-03-24 23:07, Denis Excoffier wrote:
>
>
>> On 2016-03-23 21:36, Corinna Vinschen wrote:
>
>>
>> I released a new Cygwin TEST version 2.5.0-0.9.
>>
>> If things are not going very wrong, this is basically what you'll
>> ge
is makes any difference.
I'm under Windows 7 32bits with all packages uptodate.
Regards,
Denis Excoffier.
--
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
ION_DLL_MINOR 1
This is unexpected since the 2.4.1-1 version has been out since 2016-01-21.
Regards,
Denis Excoffier.
P.S. Also, see subject.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
U
On 25/12/2015 01:04, Andrey Repin wrote:
> Greetings, Corinna Vinschen!
>
>>> First, I have read the FAQ and this mailing archive :)
>>>
[..]
>
>> NAME_MAX is 255. On Windows this is the number of UTF-16 chars
>> unfortunately. On POSIX systems (as on Cygwin) this is the
>> number of bytes.
Cyrillic filename is listed but no permission, username, groupname or
data are displayed, these are replaced by question marks.
Is there something special to do and that I missed in order to read long
Cyrillic filenames from a C program under Cygwin?
Thanks for any help,
Regards,
Denis.
--
Prob
arameter)
It then hangs there. I googled the error, looked in the FAQ and the mailing
lists archives but could not find anything relevant.
Thanks for your help.
Denis
nd "in
my mind" I already had a tunnel connection but, of course, it was only on the
WinXP. Once I set up the tunnel connection on Win7 everything worked fine.
Thanks so much for taking care of this.
Denis
--
Problem reports: http://cygwin.com/problems.html
FAQ:
>On 7/10/2015 10:49 AM, Marco Atzeri wrote:
>
>>On 7/10/2015 3:16 AM, Kertz, Denis (D)** CTR ** wrote:
>>
>>Marco Atzen wrote:
>>
>>Hi Denis,
>>I uploaded on
>>http://matzeri.altervista.org/x86
Marco Atzen wrote:
> Hi Denis,
> I uploaded on
> http://matzeri.altervista.org/x86_64/connect-proxy/
> can you test it ?
>
> To install
> setup-x86_64.exe -X -O -s http://matzeri.altervista.org -q -P connect-proxy
I installed and tested this on two different Win7 PCs and, un
would I need to revert to the
>>>> 32-bit cygwin just to get this connect-proxy?
>>>
>>> 3proxy.ru
>>>
>>>
>
>> Andrey
>> I assume Denis was talking about:
>
>> connect-proxy 32 bit ORPHANED (Kostya Altukhov)
>
>
Currently I am using connect-proxy on WinXP (32 bit). I would like to use
connect-proxy on a Win7 PC but there is no 64-bit version. Is there an
alternative to connect-proxy for 64-bit, or would I need to revert to the
32-bit cygwin just to get this connect-proxy?
Denis
--
Problem reports
lication.Quit' in my Excel macro to force the
termination of Excel, a fairly minor change.
Thanks to all who helped me reach this solution. Hopefully it may help others
with a similar problem.
Denis
---
PC that I
thought worked at one time but it behaved the same with Excel hanging.
So it looks like Corinna's first case is the situation - there is no solution.
There apparently is something unique about Excel that will not run in this Win7
cron environment.
Well, not so lucky anymore. Last night I re-ran my Excel test on the Win7 PC
that worked previously and now it doesn't work. So I guess some Win7 patch
must have come along and "fixed" something.
Denis
Larry Hall wrote:
On 06/17/2015 12:55 PM, Kertz, Denis (D)** CTR **
links. We will check them out.
Denis
Corinna Vinschen Wrote:
On Jun 17 13:29, Kertz, Denis (D)** CTR ** wrote:
> Unfortunately, using the 64-bit wscript.exe didn't change anything - same
> behavior as
\tst.vbs'
Both versions of wscript.exe resulted in the same behavior - excel hung.
Denis
Kiehl, Horst wrote:
Yes, I was confused, by the system32 but I still managed to do what was
su
Unfortunately, using the 64-bit wscript.exe didn't change anything - same
behavior as before with excel hanging.
We are using 64-bit cygwin and 32-bit Excel (Excel 2007).
Denis
On Tue, Jun 16, 2015 at 9:27 AM, Kertz, Denis (D)** CTR **
wrote:
> We need to run some Excel programs via
s are running Excel 2007
SP3. Two of these 3 PCs have the exact same version of Excel 2007 and one
works and the other doesn't.
Anybody have any idea what could be going on here? We only have this cron job
problem when running an excel program via vbscript. We haven't ha
ion of
gywin (2.0.2 vs 1.7.32) is the reason for this difference? Or could the
corporate IT have messed up the configuration and there is something we need to
get fixed (if so, what)?
Denis Kertz
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://c
Hello,
In order to successfully build cygwin-2.0.2-1 (for x86, both XP and W7) i had
to apply
the following patch (below). No such problem with cygwin-2.0.1-1.
Regards,
Denis Excoffier
diff -uNr newlib-cygwin-o/winsup/cygwin/net.cc
newlib-cygwin-p/winsup/cygwin/net.cc
--- newlib-cygwin-o
in this case.
>
> I added a change to this effect, but it occuurs to me that this may
> be really just a missing test if the uid and gid values are backed by
> a real Windows account. It seems better to return EPERM here.
>
I applied the patch indicated (see in
https://cyg
On 2015-03-24 20:53, Corinna Vinschen wrote:
>
> On Mar 24 19:59, Denis Excoffier wrote:
>> On 2015-02-28 16:30, Corinna Vinschen wrote:
>>> I can not reproduce this in mintty, nor in a Cygwin xterm started on a
>>> remote X server running under Linux. I can reprodu
On 2015-02-28 16:30, Corinna Vinschen wrote:
>
> On Feb 28 15:19, Denis Excoffier wrote:
>> On 2015-02-28 13:13, Corinna Vinschen wrote:
>>>
>>> On Feb 28 00:23, Denis Excoffier wrote:
>>>> On 2015-02-27 18:52, Corinna Vinschen wrote:
>>>&g
cygwin-ug-net/using.html#mount-table,
especially the word "suddenly".
Hope this helps.
Denis Excoffier.
--
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
Achim Gratz writes:
> Denis Washington denisw.de> writes:
> > I suspected that this had something to do with the gcc command defined in
> the Makefile, which includes
> > backslashes to escape quotes in -D values like this:
> >
> > -DNOKOGIR
-DHAVE_EXSLTFUNCREGISTER -DHAVE_XMLHASFEATURE -DHAVE_XMLFIRSTELEMENTCHILD
-DHAVE_XMLRELAXNGSETPARSERSTRUCTUREDERRORS
-DHAVE_XMLRELAXNGSETPARSERSTRUCTUREDERRORS
-DHAVE_XMLRELAXNGSETVALIDSTRUCTUREDERRORS
-DHAVE_XMLSCHEMASETVALIDSTRUCTUREDERRORS
-DHAVE_XMLSCHEMASETPARSERSTRUCTUREDERRORS
-I/hom
On 2015-02-28 13:16, Corinna Vinschen wrote:
>
> On Feb 28 00:51, Denis Excoffier wrote:
>> Hi,
>>
>> Playing with mkgroup and mkpasswd like others, i also
>> noticed some great improvement in performance:
>> now less than 5min for 404653 entries (mkpasswd
On 2015-02-28 13:13, Corinna Vinschen wrote:
>
> On Feb 28 00:23, Denis Excoffier wrote:
>> On 2015-02-27 18:52, Corinna Vinschen wrote:
>>>
>>> I released another TEST version of the next upcoming Cygwin release.
>>>
>> I have noticed that the b
xterm window hangs.
And, the same: with 'stty -echo' the problem does not occur.
I'll add that this is not new (occurred for me at least for the last few
months, even perhaps years).
I'm happy that Takashi found:
- a fully reproducible case
- that the problem vanishes with stty -
; on second line should be changed into "WOW*" (or equivalent) since
now the W7 32bits are now called "CYGWIN_NT-6.1-WOW".
Regards,
Denis Excoffier.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: h
usr/mydata, only with /usr/mydata/svn, which is unknown
in the Makefile.
Do you think that Cygwin has something to do with this or
is it exclusively /usr/bin/make's business?
Regards,
Denis Excoffier.
--
Problem reports: http://cygwin.com/problems.html
FAQ:
an empty group (i.e. line begins with colon) and
e.g. ls -al fails miserably in this case (and segfault
seems to lie in cygwin1.dll).
Regards,
Denis Excoffier.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http
quot; the command.
Previously, the fourth-character-delay was probably already there,
but only for the Return key.
Hope this helps.
Regards,
Denis Excoffier.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http:
the Return key. My shell is tcsh under XP.
The typescript file contains Control-M twice (followed by a regular \012),
as expected.
Regards,
Denis Excoffier.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://
-02-24
20:42:45.0 +0100
@@ -74,6 +74,7 @@
# Defaults:
# passwd: files db
# group:files db
+# db_enum: cache builtin
# db_home: cygwin desc
# db_shell: cygwin desc
# db_gecos: cygwin desc
Denis Excoffier.
--
Problem reports: http://cygwin.com/problems.html
FAQ
On 2015-02-13 22:30, Denis Excoffier wrote:
>
> On 2015-02-13 22:04, Warren Young wrote:
>>
>>> On Feb 13, 2015, at 11:30 AM, Denis Excoffier
>>> wrote:
>>>
>>> I tried (according to the new documentation):
>>>
>>> db_home: /
On 2015-02-13 22:04, Warren Young wrote:
>
>> On Feb 13, 2015, at 11:30 AM, Denis Excoffier
>> wrote:
>>
>> I tried (according to the new documentation):
>>
>> db_home: /%H/%U/cygdir
>>
>> and that was fine but %H was replaced by the
>&g
o confess that i used here the nearly-to-be-obsoleted XP SP3.
But i also use W7 sometimes, and it would be great if i could
have "db_home: /%H/%U/cygdir" in both of them (yes my username has to
appear twice): no /etc/passwd any more.
Regards,
Denis Excoffier.
--
Problem reports: ht
On 2015-01-24 17:45, Denis Excoffier wrote:
>
> On 2015-01-22 23:07, Denis Excoffier wrote:
>>
>> % /usr/bin/ls /
>> /usr/bin/ls: reading directory /: No such file or directory
>> (regular ls output follows)
>> %
>>
> I reinstalled cygwin completely
On 2015-01-22 23:07, Denis Excoffier wrote:
>
> % /usr/bin/ls /
> /usr/bin/ls: reading directory /: No such file or directory
> (regular ls output follows)
> %
>
I reinstalled cygwin completely.
The problem is now vanished.
No idea what caused the problem.
Denis Excoffier.
w I have to check whether somebody could have applied some antivirus update,
software update or anything else on my PC.
Denis Excoffier.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscri
st snapshot (20150119) has the same problem (again, only for XP). Older
snapshots i don't know,
but 20150113 was OK. I cannot formally exclude antivirus and all such kinds of
things.
Probably the bug-make mailing list would be more appropriate. Hope this helps
though.
Regards,
Denis
This also results
in Excel hanging when run as a cron job.
So it appears the Excel script runs successfully as a cron job as long as no
file operation (read or write) is performed which, of course, means no useful
Excel script can be run.
Any ideas?
Denis
-Original Message-
From:
/mnt/d somefs text 0 0
Thank you and sorry for the noise.
Denis Excoffier.
--
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
referably without changing any
permissions on the repository? I tried to mount the disk noacl, the problem
remains
exactly the same.
Thank you for your suggestions,
Regards,
Denis Excoffier.
--
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
ng the wscript command show the 1000 UID which is the
Upar2 login UID in the /etc/passwd file.
I also look in the services.msc window and the cron service properties shows
Login As .\Upar2. I see the same on the WinXP PC where I can run Excel
successfully from a cron job.
Denis
--
Problem repor
On 2014-11-14 05:37, Iuliu Rus wrote:
>
> What is the procedure for submitting patches for cygwin?
See https://cygwin.com/contrib.html
Denis Excoffier.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation:
On 2014-11-13 17:37, Corinna Vinschen wrote:
>
> I just released Cygwin 1.7.33-1.
Just to report that 'uname -a' (and also /proc/version) shows 1.7.33-2 for this
one.
Denis Excoffier.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http:
on the Win7 PC is not an administrator login (it isn't). That sounds plausible
(I know a lot more about UNIX than I do about Windows). So the differences I'm
seeing between WinXP and Win7 is due to using/not using an administrator login,
not due to whether it is WinXP or Win7.
Denis
I be able to kill my own processes? I can
certainly do that under WinXP. But this isn't a major issue for me. I only
pointed it out in case it was related to the issue why my Excel cron jobs hang.
--
> WBR,
> Andrey Repin (anrdae...@yandex.ru) 11.11.2014, <22:14>
>
> Sorry for my terrible english...
Nothing wrong with your English...
Denis
--
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
ce? (yes/no) yes
Enter the value of CYGWIN for the daemon: [ ]
Do you want the cron daemon to run as yourself? (yes/no) yes
Please enter the password for user 'Upar2':
Reenter:
Running cron_diagnose ...
... no problem found.
Do you want to start the cron daemon as a service now
On 2014-11-03 23:17, Yaakov Selkowitz wrote:
>>
>> On 2014-11-03 16:10, Denis Excoffier wrote:
>
>>
>>> Perhaps unrelated, i cannot compile cmake-3.1.0-rc1 any more since that.
>>
>> http://sourceforge.net/p/cygwin-ports/cmake/ci/master/tree/2.8.12-gu
On 2014-11-03 23:17, Yaakov Selkowitz wrote:
>
> On 2014-11-03 16:10, Denis Excoffier wrote:
>> Could somebody please tell us a little bit more about the new qt5-related
>> packages that we received recently (at least for x86)?
>
> https://cygwin.com/ml/cygwin-xfree-a
Hello,
Could somebody please tell us a little bit more about the new qt5-related
packages that we received recently (at least for x86)?
Perhaps unrelated, i cannot compile cmake-3.1.0-rc1 any more since that.
Thanks in advance.
Denis Excoffier.
--
Problem reports: http://cygwin.com
1 - 100 of 296 matches
Mail list logo