> "MG" == Marc Girod <[EMAIL PROTECTED]> writes:
MG> A bit liberal, maybe... Usually -r-xr-xr-x should be enough? (Also below)
Once I was mentioning protections problems (some enhancements to the
post-processing part of the installation?), one more detail: it seems
that ssh connections won't
On Sun, Nov 24, 2002 at 04:10:56PM +, Rui Carmo wrote:
>Having suffered from repeated rxvt hangs, I dutifully downloaded the
>latest Cygwin DLL update, rebooted and resumed working on one of my pet
>projects: a barbaric hack of the netatalk packages to try and get an
>AppleShare IP file serv
I've noticed that executables generated by gcc (cygwin 1.3.17-1, gcc
3.2-3, binutils 20021117-1, Windows XP) have Read, Read&Execute and
Write permissions for group and others, ls -l shows their attributes
as -rwxrwxrwx . It seems rather strange - I guess that Write
permission for other users is no
The program I ran gdb on a very standard hello world program, it crashes even
before main is entered.
Anybody have an idea how to solve this problem?
Any help is appreciated.
The following is a running script:
/home/john> gdb -nw a
GNU gdb 5.0 (20010428-3)
Copyright 2001 Free Software Foundatio
Wrong mailing list. Redirected.
On Fri, Nov 29, 2002 at 05:43:13AM +, [EMAIL PROTECTED] wrote:
>The program I ran gdb on a very standard hello world program, it crashes even
>before main is entered.
>Anybody have an idea how to solve this problem?
>Any help is appreciated.
>
>The following
Peter,
I don't think this is a BASH issue, except possibly if your previous BASH
was a version that used a different algorithm for choosing which startup
scripts to execute. How long has Cygwin had the "/etc/profile.d/"
directory? I thought it was recent, but I see references in the mailing
li
On Fri, 2002-11-29 at 14:38, Steve Núñez wrote:
> Great, so at last we know the situation. My question is "What has
> changed?". I seem to recall ObjcC as part of the 2.95 gcc release, and I'm
> just wondering if there's is some fundamental difficulty in gcc3 that has
> caused it's removal?
>
>
Great, so at last we know the situation. My question is "What has
changed?". I seem to recall ObjcC as part of the 2.95 gcc release, and I'm
just wondering if there's is some fundamental difficulty in gcc3 that has
caused it's removal?
Unfortunately, I don't have the time to make a package, eve
Folks,
Ever since a recent upgrade to my Cygwin installation I have been
getting the following lines on starting up Cygwin:
BASH: kpsexpand: command not found
Welcome to bash version 2.05b.0(7)-release
Any ideas where the kpsexpand is coming from please? I have tried
searching the list
A constant stream of money flowing into your account
everyday - that would be everyone's dream. But what
if its NOT a dream? What if I tell you that hundreds
are getting this sort of income even as you read this?
Finally, the answer is here! Irrespective of whatever
your business is, unless you're
On Thu, Nov 28, 2002 at 06:45:18PM -0800, Randall R Schulz wrote:
>You mentioned "... on all flavors of Windows ...", suggesting that there
>are better options on certain varieties of Windows, so another alternative,
>perhaps less onerous (perhaps not) would be to use whatever OS-specific
>facil
Chris,
At 18:00 2002-11-28, you wrote:
...
ready_for_read is called for certain devices prior to actually reading
from the device. It's purpose is to provide an interruptible method for
"blocking" prior to reading since cygwin's signals need to act like UNIX
signals and there is no real way
On Thu, Nov 28, 2002 at 09:04:44PM -0500, Steve O wrote:
>Christopher Faylor also patched the cygwin dll to fix the hang associated
>with pasting text. You may still run into problems if you paste a
>whole file, but for most applications, it'll work ok. Thanks Christopher.
You're welcome but
rxvt is a terminal program that can be used instead of the windows command
shell. It does not require an X server.
This release fixes the extra line bug, and includes a patch
submitted by Christopher Faylor to solve an emacs interaction problem.
It is also the first release of a new rxvt version
On Fri, Nov 29, 2002 at 02:16:18AM +0100, thomas wrote:
>Christopher Faylor <[EMAIL PROTECTED]> wrote:
>> You're aware that it is a major holiday in the US, right? Guess what?
>> I'm in the US. You shouldn't expect instant responses to your musings
>> even in the best of times but certainly not n
Christopher Faylor <[EMAIL PROTECTED]> wrote:
> You're aware that it is a major holiday in the US, right? Guess what?
> I'm in the US. You shouldn't expect instant responses to your musings
> even in the best of times but certainly not now.
I'm sorry, I wasn't really aware of it.
> However, I'
Randall R Schulz <[EMAIL PROTECTED]> wrote:
> problem. In particular, you'll need to supply a patch script that will
> allow others to replicate your results and evaluate whether there are any
> potential problems with your solution that you're might be overlooking.
There's already my problem. I
Hi
NTP (Network Time Protocol) server available in cygwin?
Thanks.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
Thomas,
I think that's unwarranted. You needn't be so pessimistic. You've done good
work in tracking down the source of an undesirable characteristic, but you
need to follow through.
Traditionally, the thing to do would be to write a single post (perhaps
under a new "Subject:" thread) in which
On Fri, Nov 29, 2002 at 01:26:00AM +0100, thomas wrote:
>well i guess nobody considers this a problem ... too bad for the
>cdrecord/cdrdao users out there.
You're aware that it is a major holiday in the US, right? Guess what?
I'm in the US. You shouldn't expect instant responses to your musings
well i guess nobody considers this a problem ... too bad for the
cdrecord/cdrdao users out there.
thomas
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:
Any comments on the revised patch? Is there a better way to handle the
realpath()/REALPATH() thing?
The only thing I like to say is, that instead of using a symbolic link to the
dll, the "unix" way may be possible.
What I mean is to put the dll into the lib dir (like the .so libraries in unix,
On Fri, Nov 29, 2002 at 09:48:37AM +1100, Warren Dale wrote:
>QUESTION 1: Should "long long" be fully supported in mingw32?
>It seems that the compiler and the library do not agree.
>
>
>QUESTION 2: Should "snprintf()" be fully supported in mingw32?
>It seems that the compiler and t
Warren Dale <[EMAIL PROTECTED]> wrote:
> I am a happy Cygwin user.
> I am trying to convert a program so that it will be Cygwin
> independent. I have struck two problems:
>
> --
>
> QUESTION 1: Should "long long" be fully supported in mingw32?
> It seems that the compiler and the
On Thu, Nov 28, 2002 at 09:27:52AM -0600, Dockeen wrote:
>"Well this needs to be integrated INTO gcc"
>
>Uhhh, only one problem with this statement, its not right. Going to the gcc
>web site,
>I find:
>
>"GCC is the GNU Compiler Collection, which currently contains front ends
>for C, C++, Objectiv
I am a happy Cygwin user.
I am trying to convert a program so that it will be Cygwin independent.
I have struck two problems:
--
(1) The program compiles and links clean, but is unable to use printf() to
display a "long long" variable.
$ cat test1.c
#include
int main(void)
{
lo
Thomas,
Have you considered the possibility that there is file system corruption
localized to portions of the file system structures relevant to the /etc
directory or some of its contents?
According to the book "Windows 2000 Proffesional Resource Kit," stop 0x24
is "NTFS_FILE_SYSTEM," which I
Thomas V. Fischer <[EMAIL PROTECTED]> wrote:
> Hey all,
>
> Whenever I edit my config files or passwd file in /etc, both my
> machines = reboot. One is Windows XP and the other is Windows 2000
> server.
>
> I have no idea why this is...
>
> The only error I see in the event log is :
> Error co
Hey all,
Whenever I edit my config files or passwd file in /etc, both my machines =
reboot. One is Windows XP and the other is Windows 2000 server.
I have no idea why this is...
The only error I see in the event log is :
Error code 0024, parameter1 001902fa, parameter2 edf6282c, =
parameter3
Sometimes, sed (when called from our own modified zsh in sh mode) gives this
assertion:
assertion "!wait_sig_inited" failed: file
"/netrel/src/cygwin-1.3.17-1/winsup/cy
gwin/sigproc.cc", line 538
repeatedly and then:
159 [main] sed 3464 sig_send: wait for sig_complete event failed, sig
nal -2,
On Sun, Nov 24, 2002 at 10:16:23AM -0600, you [Daniel Armbrust] wrote:
> Every time that I run the cygwin installer program, when it finishes
> downloading packages, and moves to the install step, it bluescreen
> crashes my Windows XP machine (service pack 1) with the following error:
>
> STOP: 0x
> "CV" == Corinna Vinschen <[EMAIL PROTECTED]> writes:
CV> Things to check:
CV> - /usr/sbin/sshd.exe, /bin/cygwin1.dll, /bin/cygcrypto.dll, /bin/cygz.dll
CV> executable for everyone?
$ ls -l /usr/sbin/sshd.exe /bin/cygwin1.dll /bin/cygcrypto.dll /bin/cygz.dll
-rwxrwxrwx1 Administ None
Dear Sir
We fetch your name through our internet.
Last month, Our Group ( Chongqing Yingxiang motorcycle group Co.Ltd)'s
breach company
had set up one JV with Korean Motors & Machinery Inc
Our Group manufacture and distributes various whole motorcycle units
(displacement ranging from 48cc to 250c
"Well this needs to be integrated INTO gcc"
Uhhh, only one problem with this statement, its not right. Going to the gcc
web site,
I find:
"GCC is the GNU Compiler Collection, which currently contains front ends
for C, C++, Objective-C, Fortran, Java, and Ada"
Which is consistent with discussion
4a - W2K telnet always sends CRLF on ENTER key press. Use cygwin telnet
or press C-j in MS telnet while entering username/password.
4b - Check teraterm settings. Looks like it runs in line mode instead of
character mode.
-Original Message-
From: paul raymond [mailto:[EMAIL PROTECTED]]
Se
I've experienced something similar to the bug described, but with a different
outcome:
1. Choose "Download from Internet" and get required packages to a networked drive
2. Choose "Install from local directory" and copy required packages to local drive
3. Choose "Download from Internet" and ge
In an earlier post, Soren A wrote:
> Donna and Matthew Persico
> <[EMAIL PROTECTED]> wrote around
> 27 Nov 2002
>
news:[EMAIL PROTECTED]:
[...]
>> So, what made you decide to post this?
>
> Scanning recent articles posted to this List. Recollection of past
> experiences. Long-put-off decision t
Setup design discussion happens on [EMAIL PROTECTED]
This thread is moving there.
Everybody, please remove [EMAIL PROTECTED] from your replies.
Kris Thielemans <[EMAIL PROTECTED]> wrote:
> I'd like to have an additional radio-
Ok now i really found the problem. If i always return from
fhandler_base::ready_for_read with 1 at the first line and skip all the
checks in there everything works.
$ time cat test.iso | nice -0 dd of=/dev/null
352512+0 records in
352512+0 records out
real0m5.528s
user0m2.155s
sys 0m
Yes, I know. Sorry. I'll ask for something, and I'll say I won't have time
to do the patch myself. Sorry again.
I'd like to have an additional radio-button in setup called 'keep' (that's
in addition to curr, exp, prev). Why? I often do NOT want to update a whole
bunch of stuff, but just 1 particul
CYGWIN=nontsec (This is because I have problems removing CVS locks from
a local repository on a Samba share.)
Just set "nosmbntsec" in your Cygwin env variable. That helps, probably.
It only swichtes of ntsec on network drives.
Corinna
Unfortunately it's not enough (for my system):
works:
CY
Roland Schwingel <[EMAIL PROTECTED]> wrote:
> Hi Rob...
>
> > > Roland, also voting for it
> >
> > Guys, don't 'vote'. DO.
> >
> > Build a setup.exe package to install it, and offer to maintain it
> on the > cygwin-apps list. Heck with two of you you could trade back
> and forth on > ea
ws2_32.dll's ACL equals wsock32.dll's one.
moser@PIP /cygdrive/c/WINDOWS/system32
$ getfacl ws2_32.dll
# file: ws2_32.dll
# owner: Administratoren
# group: SYSTEM
user::rwx
group::rwx
group:Benutzer:r-x
mask::rwx
other::---
moser@PIP /cygdrive/c/WINDOWS/system32
$ getfacl wsock32.dll
# file: wsoc
Hi Rob...
> > Roland, also voting for it
>
> Guys, don't 'vote'. DO.
>
> Build a setup.exe package to install it, and offer to maintain it on the
> cygwin-apps list. Heck with two of you you could trade back and forth on
> each release.
Well this needs to be integrated INTO gcc... An aditiona
Frank-Michael Moser <[EMAIL PROTECTED]> wrote:
>> Max Bowsher wrote:
>>> Try:
>>> CYGWIN=ntsec getfacl /cygdrive/c/WINDOWS/system32/wsock32.dll
>>> CYGWIN=ntsec getfacl /cygdrive/c/WINDOWS/system32/ws2_32.dll
>>>
>>> Who knows, it might help find the problem.
>>
>> I'm not sure what you mean but I
On Fri, 2002-11-29 at 00:34, Roland Schwingel wrote:
> Hi...
>
> > Does anybody know when ObjectiveC is going to make it back into the gcc
> > distribution? It seems to be working fine on Unix platforms, and I'm
> just
> > wondering what the problems are with gcc 3 that prevent it from running
Hi...
> Does anybody know when ObjectiveC is going to make it back into the gcc
> distribution? It seems to be working fine on Unix platforms, and I'm
just
> wondering what the problems are with gcc 3 that prevent it from running
> under cygwin.
I also would like to have it back... Reintegrating
Max Bowsher wrote:
Try:
CYGWIN=ntsec getfacl /cygdrive/c/WINDOWS/system32/wsock32.dll
CYGWIN=ntsec getfacl /cygdrive/c/WINDOWS/system32/ws2_32.dll
Who knows, it might help find the problem.
I'm not sure what you mean but I tried
$ cygrunsrv --install sshd --disp "SSH daemon" --path /usr/sbin/s
Hi All,
Does anybody know when ObjectiveC is going to make it back into the gcc
distribution? It seems to be working fine on Unix platforms, and I'm just
wondering what the problems are with gcc 3 that prevent it from running
under cygwin.
Regards,
- Steve Nunez
--
Unsubscribe info: h
Corinna Vinschen wrote:
On Thu, Nov 28, 2002 at 12:55:13PM +0100, Danilo Turina wrote:
Raghav wrote:
Hi,
I have installed cygwin 1.3.16 on my win2k workstation. I have installed
inetd as a service and am running it as localsystem. I have created
passwd/group files for local users only, not
On Thu, Nov 28, 2002 at 12:55:13PM +0100, Danilo Turina wrote:
> Raghav wrote:
>
> >Hi,
> >
> > I have installed cygwin 1.3.16 on my win2k workstation. I have installed
> >inetd as a service and am running it as localsystem. I have created
> >passwd/group files for local users only, not domain
On Thu, Nov 28, 2002 at 12:53:19PM +0100, Frank-Michael Moser wrote:
> CYGWIN=nontsec (This is because I have problems removing CVS locks from
> a local repository on a Samba share.)
Just set "nosmbntsec" in your Cygwin env variable. That helps, probably.
It only swichtes of ntsec on network dri
Here is the bug report for the cygwin crash
--- James Michael DuPont <[EMAIL PROTECTED]> wrote:
> From James Michael DuPont Wed Nov 27 08:34:12 2002
> Received: from [194.202.25.243] by web13310.mail.yahoo.com via HTTP;
> Wed, 27 Nov 2002 08:34:12 PST
> Date: Wed, 27 Nov 2002 08:34:12 -0800 (PST)
thank you all,
the explanation you gave to me was very clear and I understand now.
Bye
jo
-
SPECIAL ADSL
L'ADSL Tiscali est à partir de 15,95 EUR/mois ! Plus modem ADSL et frais d'activation
gratuits !
Pour profiter de cette offre, cliquez ici: http://register.tiscali.fr/adsl/
Offre
Max Bowsher wrote:
It's a shame that this problem is so elusive.
No problem, Max,
Frank-Michael
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: htt
Raghav wrote:
Hi,
I have installed cygwin 1.3.16 on my win2k workstation. I have installed
inetd as a service and am running it as localsystem. I have created
passwd/group files for local users only, not domain users. rlogin is
working
without any problem. But if I try to telnet my machine, it
Frank-Michael Moser <[EMAIL PROTECTED]> wrote:
>> C:\cygwin\bin\bash.exe: *** could not load wsock32, Win32 error 126
Try:
CYGWIN=ntsec getfacl /cygdrive/c/WINDOWS/system32/wsock32.dll
CYGWIN=ntsec getfacl /cygdrive/c/WINDOWS/system32/ws2_32.dll
Who knows, it might help find the problem.
Max.
Corinna Vinschen wrote:
$ getfacl wsock32.dll
# file: wsock32.dll
# owner: moser
# group: Kein
user::rwx
group::rwx
group:Benutzer:r-x
mask::rwx
other::---
("other::---" - could this be the problem?)
...
I wonder how that happened on your machine. It's normal that files under
${windir} are own
If you see to MSDN
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html
/_crt_ftell.asp), you can find out:
==
Note that when a file is opened for appending data, the current file
position is determined by the last I/O operation, not by where the next
write wou
Hi all,
As noone responded to this, and I have since seen minor complaints of not
enough information being given, is there anything further I can do to assist
in the location and repair of this problem?
I have upgraded to 1003.17.0.0 and ensured the problem is also in this
version of the dll. D
Corinna Vinschen wrote:
In your debug output you've send once, $PATH is set to /bin:/bin.
Do you have any explanation how that could happen? Does that still
happen?
No. I attached the current debug output.
Do you have a user environment file ~/.ssh/environment?
No.
Did you copy your auth
Frank-Michael Moser <[EMAIL PROTECTED]> wrote:
> > Because vague bug reports are all we have. And no-one can
> reproduce it > either.
> >
>
> http://sources.redhat.com/ml/cygwin/2002-07/msg01745.html
>
> When you investigat that thread you do not find only "vague bug
> reports".
I'm sorry, I d
>> Corinna Vinschen wrote:
>>> What does the ACL of ${windir}/system32/wsock32.dll look like?
> On Thu, Nov 28, 2002 at 11:23:43AM +0100, Frank-Michael Moser wrote:
>> moser@PIP /cygdrive/c/WINDOWS/system32
>> $ getfacl wsock32.dll
>> # file: wsock32.dll
>> # owner: moser
>> # group: Kein
>> user:
On Thu, Nov 28, 2002 at 11:23:43AM +0100, Frank-Michael Moser wrote:
> Corinna Vinschen wrote:
> >...
> >What does the ACL of ${windir}/system32/wsock32.dll look like?
> >And, just being curious, what is the value of the registry entry
> >HKLM\System\CurrentControlSet\Control\SessionManager\SafeDll
On Thu, Nov 28, 2002 at 11:11:36AM +0100, Frank-Michael Moser wrote:
> >
> > Because vague bug reports are all we have. And no-one can reproduce it
> > either.
> >
>
> http://sources.redhat.com/ml/cygwin/2002-07/msg01745.html
>
> When you investigat that thread you do not find only "vague bug
>
Hello,
As an illustration for a paper I'm writing about Cygwin, I'm looking for
THE official Cygwin logo. I guess that this official logo isn't the "GNU
+ Cygnus + Windows = Cygwin" standing on the homepage (www.cygwin.com),
and not even the black "C" above the "Install Cygwin Now" link...
Where
Corinna Vinschen wrote:
...
What does the ACL of ${windir}/system32/wsock32.dll look like?
And, just being curious, what is the value of the registry entry
HKLM\System\CurrentControlSet\Control\SessionManager\SafeDllSearchMode
if available?
Corinna
$ regtool get "/machine/SYSTEM/CurrentControlS
>
> Because vague bug reports are all we have. And no-one can reproduce it
> either.
>
http://sources.redhat.com/ml/cygwin/2002-07/msg01745.html
When you investigat that thread you do not find only "vague bug
reports". I have reported that bug too (so I'm at least No.3 in that
game) including a
On Thu, Nov 28, 2002 at 06:30:41AM +, Elfyn McBratney wrote:
> Hi,
> [...]
> [EMAIL PROTECTED]
>
> >Greetings Cygwin Support,
Oh and, btw., this is *NOT* official cygwin support. [EMAIL PROTECTED]
is a public mailing list.
Corinna
--
Corinna Vinschen Please, send mails re
joel fernandez wrote:
>
> Thank you for your help,
>
> But I read this doc before sending the mail, and I don't understand why I can't have
>root permissions.
Don't fret. It isn't the lack of root permissions that is hiding
/usr/bin and /usr/lib. It's the fact that they are virtual directorie
On Wed, Nov 27, 2002 at 10:59:18PM +0100, [EMAIL PROTECTED] wrote:
> hi,
>
> i want to report a serious bug in the current Cygwin SSH-Deamon implementation at
>Windows XP.
>
> error message (occurs on SSH-Client):
> > Last login: Wed Nov 27 21:43:22 2002 from localhost
> > G:\CygWin\bin\bash.exe
Thank you for your help,
But I read this doc before sending the mail, and I don't understand why I can't have
root permissions. Even though I know that W98 has problem with security.
the result of "ls /" is :
bin cygwin.bat cygwin.ico etc home lib sbin tmp usr var
and "ls /usr" writes :
X11R6
On Thu, Nov 28, 2002 at 05:15:52AM +0100, Stipe Tolj wrote:
> Corinna Vinschen schrieb:
> >
> > On Wed, Nov 27, 2002 at 05:55:10PM +0100, Stipe Tolj wrote:
> > > > I guess the main apache process that is suppose to arbitrate the
> > > > requests is not working properly with cygwin 1.3.16-1
> > > >
Hi,
Because there is a lack of a security model in win9x (95,98,Me) the user
logged in is effectively the "su" (superuser). If im understanding you
correctly, you mean you cant see /usr/lib when you ls / (???) Can you see
usr?
Take a look at the manual, this will give you more info on this top
Hello,
Could somebody help me be THE superuser on my computer based on W98 ?
the only line I have in /etc/passwd is :
fernandez::500:544::/home/fernandez:/bin/bash
and in /etc/group :
unknown::544:
So, I can access, for example, to /usr/lib, but I can't see this directory when I
launch "ls /"
75 matches
Mail list logo