-Message d'origine-
De : Cygwin De la part de
Andrey Repin via Cygwin
Envoyé : lundi 24 juin 2024 16:14
À : Dr Bean ; cygwin@cygwin.com
Cc : Andrey Repin
Objet : Re: No Native Language Support in browser started from shell prompt
Greetings, Dr Bean!
>> >
>> > Am 14.06.2024 um 09:37
I discovered my issue !
I needed to add my account that launch sshd service in "Replace a process
level token" in gpedit.msc
Case is closed !
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.htm
e:S-1-5-21-310385243-3694341406-529650493-513:197121:
Could you help me please ?
Regards,
Stephane
--
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
0 [main] gnuplot 5204 exception::handle: Exception:
STATUS_ACCESS_VIOLATION
1450 [main] gnuplot 5204 open_stackdumpfile: Dumping stack trace to
gnuplot.exe.stackdump
This error message is not repetitive...
Here are my script:
perfo.sh:
#!/bin/bash
gnuplot -persist <../script_gnuplot/p
Hi,
I tried the case sensitive purpose , but did not work
I created a c:\test dyrectory, then my fstab is as follow :
c:/test /test auto binary,posix=1,user 0 0
when I create a file x or X , there is only one file listed with ls
Best Regards
S.Ancelot
--
Problem reports: http://cygwi
Hello all,
I would like to run the mkpasswd only for a specific NT goup and for
some specific users.
In the man pages there is the -u option for specific users but this
cammand returns "The user name could not be found" and I am usigin my
login account is there something I am missing ?
Also ho
returned)
-Original Message-
From: Igor Peshansky [mailto:[EMAIL PROTECTED]
Sent: 3 mai 2007 10:33
To: Boffin, Stephane (GE Infra, Aviation, Non-GE)
Cc: cygwin@cygwin.com
Subject: RE: Cygwin username
Ugh, top-posting... Reformatted.
On Thu, 3 May 2007, Boffin, Stephane (GE Infra
...???
-Original Message-
From: Igor Peshansky [mailto:[EMAIL PROTECTED]
Sent: 3 mai 2007 10:18
To: Boffin, Stephane (GE Infra, Aviation, Non-GE)
Cc: cygwin@cygwin.com
Subject: Re: Cygwin username
Please do not commandeer an unrelated thread for a new topic. Changing
the subject is not
Hello all,
When you log into cygwin using a shell the username used is the windows
user name. I have a setup where I would like 10 users from 10 diffrent
PC to have one username and 10 other using 10 other pc have an other.
This is because I only want to manage 2 user name in the passwd file
Hello all,
When you log into cygwin using a shell the username used is the windows
user name. I have a setup where I would like 10 users from 10 diffrent
PC to have one username and 10 other using 10 other pc have an other.
This is because I only want to manage 2 user name in the passwd file.
Hi,
I installed cygwin on a Windows 2000 Server with 4GB of RAM, but when I execute
vmstat only 2GB are detected. I did the manipulation explain in the topic
"Changing Cygwin's Maximum Memory" but it had no effect. Is it a restriction of
cygwin or is there any solution ?
Thank's for help.
Regard
Hi,
I have just installed the last coreutils package (at this day 5.3.0-4)
and it seems that the "cp" command does not work in the same way as
before (I do not remember the version I was using before).
Actually, I try to copy a temporary JAR file (source), that I have just
created with various Ja
Brian Bruns wrote:
If you guys want cygwin to be used by real people, in real life
production or development environments, you should go a bit further
than "I don't have the problem on my computer, so fix it yourself".
If you don't want to or are not able to pay attention to "real
world" bugs, cygw
y attention to "real world" bugs,
cygwin will probably never be more than an "almost working" program
that runs on your computer the time to take nice screenshots, but fails
miserably when users try to make it work in the real life.
Regards,
Stephane
NB: this post is not
r errors from
"/usr/include/c++/3.3.1/i686-pc-mingw32/bits/ctype_base.h:44: error:
`_UPPER'..." to the end.
Thanks, regards,
Stephane
--- BEGINNING OF STDERR --
In file included from /usr/include/c++/3.3.1/bits/stl_algobas
Hi all,
I currently use cygwin 1.3.4.
I'm trying to build a shared object which uses another lib.
My object is named : mf.o
It uses the lib name : libHt.so
And for my test, they are in the same directory.
libHt.so has been generated by :
gcc -shared -o libHt.so Ht.o
If I do :
gcc -shared libHt.
Christopher Faylor wrote:
> That's not guaranteed fork behavior. If the child never started, that would
> be a bug.
As you can see in my previous post, the programm is really simple :
a loop of printf for the child, a loop of printf for the father.
There's no place for a bug here ...
> There
An interresting part of strace traces of the programm show well that the
child didn't start before the death of his father :
260> Je suis le pere 9991
260> Je suis le pere 9992
260> Je suis le pere 9993
260> Je suis le pere 9994
260> Je suis le pere 9995
260> Je suis le pere 9996
260> Je suis le
sometimes.
Under my solaris the sentence switch after about 800 outputs. (See the
output traces at the end of mail)
I tried sched_setsched function too, (for SCHED_OTHER) but they seems
not implemented.
Is there a way to set the priority of the fork processes ???
Stephane
#include
#inc
cgf wrote :
> signals do not work with anything but the main thread. Sorry.
>
Is this a temporary behavior or will it work in the futur ?
What are the other limits of non-main threads ?
Has new processes created by fork the same limits ? others ?
Stephane
--
Unsubscribe info:
;
while (1); // or sleep; gets, ... same result
}
Output is :
begin
child_is_alive
parent is alive
in dll_call 0
/* nothing else */
Did you see this before ?
Stephane
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://c
Kohn Emil Dan wrote:
> Hello everyone,
>
> I would like to report a problem with g++ static member initialization on
> cygwin. I have a class in which I have a static data member. The
> definition of that class resides in a DLL. That static member is
> initialized in the corresponding .cpp file.
I don't know if my compagny will be OK to maintain it in the futur,
but now we need it. It's why we will try to debug sunRPC for the current
version.
Does anybody know why it doesn't work ?
Any help or even an idea is welcome.
Stephane
Corinna Vinschen wrote:
> On Fri, Mar
3\User,S-1-5-21-1939158516-1601194
375-301078236-1000:/home/User:/bin/bash
-----
Thank's
Stephane
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygw
24 matches
Mail list logo