when I create a file in my home directory, why I can't see it use ms explore ?
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
On Sat, 13 Nov 2004, 宁辉 wrote:
> I start apache failure .
> ###
> $ ./apachectl start
> Syntax error on line 223 of /etc/apache/httpd.conf:
> Cannot load /usr/lib/apache/mod_rewrite.dll into server: dlopen, Win32 erro
Äþ»Ô wrote:
>
> I start apache failure .
> ###
> $ ./apachectl start
> Syntax error on line 223 of /etc/apache/httpd.conf:
> Cannot load /usr/lib/apache/mod_rewrite.dll into server: dlopen, Win32 error
> 126
>
> ./a
I start apache failure .
###
$ ./apachectl start
Syntax error on line 223 of /etc/apache/httpd.conf:
Cannot load /usr/lib/apache/mod_rewrite.dll into server: dlopen, Win32 error 126
./apachectl start: httpd could not
Stephen More wrote:
>
> I ran setup to update all my older packages. I hit an error: "mfw.exe
> Unable to Locate DLL".
> This must have corrupted something because from this point forward
> nothing was working as expected, reinstalls and brand new fresh
> installs were not working correctly.
> Af
On Fri, 12 Nov 2004, Nicholas Wisniewski wrote:
Hello,
I'm trying ssh and tunnel to various machines. I can ssh just fine
without tunnelling (i.e. ssh [EMAIL PROTECTED]). When I try to tell ssh
to tunnel (ssh -X [EMAIL PROTECTED]), it prompts me for my password, and
then hangs.
This is an X-re
Christopher Faylor wrote:
On Fri, Nov 12, 2004 at 11:50:19PM +0100, Gerrit P. Haase wrote:
Maybe these are not standard packages for administrators, but since you
asked for development packages, these all are basic libraries or
compilers for developers.
And, yet, I'm a developer, and I don't have o
Hi there,
I've got Win2000. A few months ago I installed Open SSH and it was working but
after an update (forgot to opt it out) it stopped working. The current version
I have is 3.9p1-2. Ok, here is debug info I get:
Client:
$ ssh [EMAIL PROTECTED]
Server:
$ /usr/sbin/sshd -ddd
debug2: load_se
>
> > screen
> >
> > In some cases we have packages which offer
> similar-but-not-identical behavior
> > but in some cases (ping, screen) we don't have anything
> close, AFAIK.
>
> I've been running screen on cygwin for years - originally using
> http://dellelce.com/code/screen/ - though it wa
Hi,
I do not have trouble with ssh -X [EMAIL PROTECTED] , but I am using in
advance startx and my command is applied through x-window.
HTH,
Aldi
Nicholas Wisniewski wrote:
Hello,
I'm trying ssh and tunnel to various machines. I can ssh just fine
without tunnelling (i.e. ssh [EMAIL PROTECTED
Patrick Eisenacher wrote:
Hi Marcel,
Marcel Telka schrieb:
Since I expected problems with my /etc/xml/catalog file, I kept an
eye on it. And indeed it got corrupted by the update. Here is what
happened:
- the new publicId was inserted ok
- the location of the DTD was updated ok
- existing entrie
On Fri, Nov 12, 2004 at 11:50:19PM +0100, Gerrit P. Haase wrote:
>Maybe these are not standard packages for administrators, but since you
>asked for development packages, these all are basic libraries or
>compilers for developers.
And, yet, I'm a developer, and I don't have one of those libraries
On Fri, Nov 12, 2004 at 11:03:49AM +0100, Patrick Eisenacher wrote:
> I attached two catalogs. The first one was my original xml catalog
> before the update. The latter one is the one after the update. Note: I
> reconstructed the latter one from memory, so order of elements could
> vary, but it sho
Christopher Faylor wrote:
On Fri, Nov 12, 2004 at 04:41:23PM +0100, Gerrit P. Haase wrote:
Christopher Faylor wrote:
bind
I have bind here, please someone grab it and make a package from this
initial port, the server needs more testing:
http://anfaenger.de/cygwin/DNS/bind-9.2.2/
coreutils
mailx
p
Christopher Faylor wrote:
On Fri, Nov 12, 2004 at 04:41:23PM +0100, Gerrit P. Haase wrote:
Christopher Faylor wrote:
bind
I have bind here, please someone grab it and make a package from this
initial port, the server needs more testing:
http://anfaenger.de/cygwin/DNS/bind-9.2.2/
coreutils
mailx
p
You should be able to manually edit /etc/passwd.
Just change your username there.
Regards,
Ken
Samuel Hund wrote:
Unfortunately I need to change my user name on cygwin from the one used by
XP. I tried adding a mkgroup and useradd, but neither worked. Can you
help?
sam
--
Unsubscribe info: ht
Unfortunately I need to change my user name on cygwin from the one used by
XP. I tried adding a mkgroup and useradd, but neither worked. Can you
help?
sam
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation:
Hi,
It seems to me that BLAS is not installed on my cygwin (although I chose all
packages). I now that I can install ATLAS but still I don't know whether
there is any Cygwin ported Blas library?
My best regards.
JK
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem repo
Marco Alanen wrote:
Yes it's installed, otherwise it wouldn't compile nor run :)
> Please contact the distributor of your MinGW libpng since this library
> is not distributed with Cygwin it is not supported here.
Ok. I just thought that since it's included in the cygwin installer,
someone here m
One option might be to just use a cygdrive prefix of "/". Its a bit
more natural to me.
cd /c/Program\ Files
Of course, your mileage may vary and I'd guess it may not always
work depending on how the mounts versus cygdrive prefixes are parsed.
mount -u -b --change-cygdrive-prefix "/"
Thanks Igor, Dave and Teun!
I was missing the call to srand48(0); that "unlocked"
both drand48 and erand48. My code (at least the random
number part) is now working.
In case anyone else is trying to do something similar
a working snippet is below.
Thanks to everybody who took time to help!
Rober
> -Original Message-
> From: cygwin-owner On Behalf Of Pierre A. Humblet
> Sent: 12 November 2004 18:34
> AFAIK all Cygwin processes (even those started by Windows) and their
> subprocesses give full access to Administrators. If you observe that
> this isn't true, please report it.
What,
On Fri, Nov 12, 2004 at 07:35:29PM +0100, Teun Burgers wrote:
>meadmaker1066-cyg
>>drand48 and erand48 return only 0.0 no matter how many times I call
>>them.
>
>Indeed. Calling srand48 to set the seed helps, but should not be
>necessary.
From the linux man page:
The srand48(), seed48()
Thanks for the prompt reply!
At 12:55 PM 11/12/2004 -0500, you wrote:
>If you're using C++, why use stdio functions?
The program has some modules from an older C program
and some from a C++ program. I just hadn't converted
all of the code. I left the headers in because in my
finished program I'd
[EMAIL PROTECTED] wrote:
drand48 and erand48 return only 0.0 no matter how many
times I call them.
Indeed. Calling srand48 to set the seed helps, but should
not be necessary.
Teun
#include
#include
int main(int argc, char *argv[])
{
int i;
srand48(0);
for (i = 0; i< 20; i++) {
On Fri, Nov 12, 2004 at 06:11:08PM -, Dave Korn wrote:
> > -Original Message-
> > From: cygwin-owner On Behalf Of Kamen TOMOV
> > Sent: 12 November 2004 17:33
>
> > We have a daemon compiled with cygwin's fork, kill, etc.
> >
> > 1st scenario:
> >
> > - the daemon gets started as a
> -Original Message-
> From: cygwin-owner On Behalf Of Kamen TOMOV
> Sent: 12 November 2004 17:33
> We have a daemon compiled with cygwin's fork, kill, etc.
>
> 1st scenario:
>
> - the daemon gets started as a Windows service
> - the daemon forks (calling the cygwin's version of fork())
On Fri, Nov 12, 2004 at 08:02:05PM +0200, Kamen TOMOV wrote:
> On Fri, Nov 12 2004, Christopher Faylor wrote:
>
> > *Why* are you calling cygwin_winpid_to_pid on the pids? If you are
> > getting the pid from the return value of fork they are cygwin pids.
> > You don't call cygwin_winpid_to_pid on
On Fri, Nov 12 2004, Christopher Faylor wrote:
> *Why* are you calling cygwin_winpid_to_pid on the pids? If you are
> getting the pid from the return value of fork they are cygwin pids.
> You don't call cygwin_winpid_to_pid on them. A normal cygwin
> program should not be using cygwin_winpid_to_
> -Original Message-
> From: cygwin-owner On Behalf Of meadmaker1066-cyg
> Sent: 12 November 2004 15:42
> drand48 and erand48 return only 0.0 no matter how many
> times I call them. The code works fine on the Linux
> computers at school, and the compiler does not report
> any errors or war
From: Christopher Faylor Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: new cygwin has memory problems?
Date: Fri, 12 Nov 2004 12:17:59 -0500
On Fri, Nov 12, 2004 at 05:58:00PM +0100, Gerrit P. Haase wrote:
>Christopher Faylor wrote:
>
>>>Hey cool, you have top?
>>>
>>>$ top
>>>bash
On Fri, Nov 12 2004, Pierre A. Humblet wrote:
> You have not provided the information requested in
> http://cygwin.com/problems.html, despite being asked.
>
> FWIW, what you describe would make sense if you are logged in under
> Terminal Services and you do not have the Create Global Name
> privi
On Fri, Nov 12, 2004 at 07:32:40PM +0200, Kamen TOMOV wrote:
>On Fri, Nov 12 2004, Christopher Faylor wrote:
>
>> On Fri, Nov 12, 2004 at 05:29:45PM +0200, Kamen TOMOV wrote:
>>
>> >That's a great idea. I'll stick with it and will rewrite the
>> >application to start the daemons from the cygwin's s
On Fri, 12 Nov 2004, meadmaker1066-cyg wrote:
> drand48 and erand48 return only 0.0 no matter how many
> times I call them. The code works fine on the Linux
> computers at school, and the compiler does not report
> any errors or warnings.
> [anip]
>
> #include
> #include
>
> #include
Hallo!
1) Sometimes Ctrl-C doesn't work (perhaps binary output destroys the
terminal?)
resetting this with stty -a intr ctrl-C doesn't work, whereas other keys
work!
- Is it possible to use the Break-Key (Ctrl-Pause)?
stty -a:
speed 115200 baud; rows 30; columns 80; line = 0;
intr = ^C; quit = ^
On Fri, Nov 12, 2004 at 07:32:40PM +0200, Kamen TOMOV wrote:
>
> It's for sure that there are some things that are not quite clear, but
> in a nutshell:
>
> We have a daemon compiled with cygwin's fork, kill, etc.
>
> 1st scenario:
>
> - the daemon gets started as a Windows service
> - the dae
On Fri, Nov 12 2004, Christopher Faylor wrote:
> On Fri, Nov 12, 2004 at 05:29:45PM +0200, Kamen TOMOV wrote:
>
> >That's a great idea. I'll stick with it and will rewrite the
> >application to start the daemons from the cygwin's shell. That
> >would make my life much easier because instead of rew
Gerrit wrote:
> Reini Urban wrote:
>>> perl -mPod::Simple::HTMLBatch -ePod::Simple::HTMLBatch::go \
>>> @INC /www/docs/perl/pod2html
>>>
>>> For me it always dumps core at the same place.
>>> When writing pods/perltoc.html:
> [...]
>> And it is not an error on parsing the problematic file.
>>
On Fri, Nov 12, 2004 at 05:58:00PM +0100, Gerrit P. Haase wrote:
>Christopher Faylor wrote:
>
>>>Hey cool, you have top?
>>>
>>>$ top
>>>bash: top: command not found
>>>
>>>Where can I get it?
>>
>>http://cygwin.com/cgi-bin2/package-cat.cgi?file=procps%2Fprocps-010801-2&grep=top%5C.exe
>
>I really
On Fri, Nov 12, 2004 at 04:41:23PM +0100, Gerrit P. Haase wrote:
>Christopher Faylor wrote:
>
>>bind
>
>I have bind here, please someone grab it and make a package from this
>initial port, the server needs more testing:
> http://anfaenger.de/cygwin/DNS/bind-9.2.2/
>
>>coreutils
>>mailx
>>ping
>>se
Christopher Faylor wrote:
Hey cool, you have top?
$ top
bash: top: command not found
Where can I get it?
http://cygwin.com/cgi-bin2/package-cat.cgi?file=procps%2Fprocps-010801-2&grep=top%5C.exe
I really need to install this package, thanks.
Gerrit
--
=^..^=
--
Unsubscribe info: http://cygwin.c
Gerrit P. Haase wrote:
Lester Ingber wrote:
I cannot determine why, but with the new Cygwin base I just installed,
a utility I have used for quite a few years, dired
[http://www.math.utah.edu/~beebe/software/file-tools.html#dired], now
freezes my window. A `top` shows that CPU usage quickly climbs
On Fri, Nov 12, 2004 at 05:41:31PM +0100, Gerrit P. Haase wrote:
>Lester Ingber wrote:
>>I cannot determine why, but with the new Cygwin base I just installed,
>>a utility I have used for quite a few years, dired
>>[http://www.math.utah.edu/~beebe/software/file-tools.html#dired], now
>>freezes my w
It's in the installeable packages (forgot which one) - but I have it
too...
Arijit
>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>On Behalf Of Gerrit P. Haase
>Sent: 12 November 2004 16:42
>To: [EMAIL PROTECTED]
>Subject: Re: new Cygwin has memory problems?
>
>L
Lester Ingber wrote:
I cannot determine why, but with the new Cygwin base I just installed,
a utility I have used for quite a few years, dired
[http://www.math.utah.edu/~beebe/software/file-tools.html#dired], now
freezes my window. A `top` shows that CPU usage quickly climbs to
maximum values.
Hey
I was wrong in assuming this was a cygwin base problem. It must be a
cygwin-xfree problem. I have no problems I can see in a cygwin console
window, only in an xterm (or rxvt) window running under
XWin -unixkill -emulate3buttons -clipboard -multiwindow -silent-dup-error &
Lester
+=+=+=+=+=
I cannot determine why, but with the new Cygwin base I just installed,
a utility I have used for quite a few years, dired
[http://www.math.utah.edu/~beebe/software/file-tools.html#dired], now
freezes my window. A `top` shows that CPU usage quickly climbs to
maximum values.
I have to guess that ot
drand48 and erand48 return only 0.0 no matter how many
times I call them. The code works fine on the Linux
computers at school, and the compiler does not report
any errors or warnings.
The mailinglist archives seem to have cases where
these functions are missing entirely or return errors,
but that
On Fri, Nov 12, 2004 at 05:29:45PM +0200, Kamen TOMOV wrote:
>On Fri, Nov 12 2004, Dave Korn wrote:
>
>> Waittaminnit. You're saying that the spawned processes _aren't_
>> cygwin processes?
>>
>> Well then you're entirely barking up the wrong tree. Cygwin can't
>> magically make win32 progra
Christopher Faylor wrote:
bind
I have bind here, please someone grab it and make a package from this
initial port, the server needs more testing:
http://anfaenger.de/cygwin/DNS/bind-9.2.2/
coreutils
mailx
ping
sendmail
screen
In some cases we have packages which offer similar-but-not-identical be
On Fri, Nov 12 2004, Dave Korn wrote:
> Waittaminnit. You're saying that the spawned processes _aren't_
> cygwin processes?
>
> Well then you're entirely barking up the wrong tree. Cygwin can't
> magically make win32 programs signal-aware. The issue of not having
> a pid for it is utterly
On Fri, Nov 12, 2004 at 08:34:16AM -0500, Doctor Bill wrote:
>Christopher, sometimes it is a good idea to look past the immediate
>request. While the question is not necessarily appropriate for this
>list, there is an answer that is appropriate for this list.
Wow, two clueless chides in less than
Christopher Faylor cygwin.com> writes:
> A line, since gmane *thinks* I'm top posting.
I found this thread looking for any info on starting bind successfully as a
service (anyone?), hence the delayed reply...
> This is an off-the-top-of-my-head list of standard packages which are missing
> from
On Fri, Nov 12, 2004 at 01:53:35PM -, Dave Korn wrote:
>> -Original Message-
>> From: cygwin-owner On Behalf Of Kamen TOMOV
>> Sent: 12 November 2004 12:40
>
>> On Fri, Nov 12 2004, Brian Dessent wrote:
>>
>> > Kamen TOMOV wrote:
>> >
>> > > The parent process is started as a windows
On Fri, Nov 12, 2004 at 03:14:41PM +0100, Marco Alanen wrote:
>Gerrit P. Haase wrote:
>> Marco Alanen wrote:
>>
>>> Gerrit P. Haase wrote:
>>>
Marco Alanen wrote:
> After successfully porting our application from Linux to cygwin,
> most of the functions work, except for one thing
On Fri, Nov 12, 2004 at 11:33:01AM +0100, [EMAIL PROTECTED] wrote:
>Quoting Larry Hall <[EMAIL PROTECTED]>:
>
>> At 05:20 AM 11/10/2004, you wrote:
>>
>>
>> >Hi,
>> >I used to work with Linux and I'm trying Cygwin. Does anyone know if there's
>> an
>> >existing cross compiler for arm9 package? I co
> -Original Message-
> From: cygwin-owner On Behalf Of Marco Alanen
> Sent: 12 November 2004 14:11
> Dave Korn wrote:
> >>-Original Message-
> >>From: cygwin-owner On Behalf Of Marco Alanen
> >>Sent: 12 November 2004 13:56
> >
> >
> >>Compiled with:
> >>gcc -o pngtest pngtest.c -
Gerrit P. Haase wrote:
> Marco Alanen wrote:
>
>> Gerrit P. Haase wrote:
>>
>>> Marco Alanen wrote:
>>>
After successfully porting our application from Linux to cygwin,
most of the functions work, except for one thing - png images. As
soon as I call png_create_read_struct, the appli
Dave Korn wrote:
-Original Message-
From: cygwin-owner On Behalf Of Marco Alanen
Sent: 12 November 2004 13:56
Compiled with:
gcc -o pngtest pngtest.c -mno-cygwin -mwin32 -mwindows -lpng
^^^
Not a cygwin problem then.
cheers,
DaveK
So where sh
Marco Alanen wrote:
Gerrit P. Haase wrote:
Marco Alanen wrote:
After successfully porting our application from Linux to cygwin, most
of the functions work, except for one thing - png images. As soon as
I call png_create_read_struct, the application will imediately hang
and start using up all av
> -Original Message-
> From: cygwin-owner On Behalf Of Marco Alanen
> Sent: 12 November 2004 13:56
> Compiled with:
> gcc -o pngtest pngtest.c -mno-cygwin -mwin32 -mwindows -lpng
^^^
Not a cygwin problem then.
cheers,
DaveK
--
Can't think o
Some simple code:
#include
#include
int main(int argc, char **argv)
{
png_structp png_ptr = png_create_read_struct
(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);
return 0;
}
Compiled with:
gcc -o pngtest pngtest.c -mno-cygwin -mwin32 -mwindows -lpng
Additional info:
I ran setup to update all my older packages. I hit an error: "mfw.exe
Unable to Locate DLL".
This must have corrupted something because from this point forward
nothing was working as expected, reinstalls and brand new fresh
installs were not working correctly.
After a reboot, I could succesfully r
Gerrit P. Haase wrote:
Marco Alanen wrote:
After successfully porting our application from Linux to cygwin, most
of the functions work, except for one thing - png images. As soon as I
call png_create_read_struct, the application will imediately hang and
start using up all available CPU power. T
> -Original Message-
> From: cygwin-owner On Behalf Of Kamen TOMOV
> Sent: 12 November 2004 12:40
> On Fri, Nov 12 2004, Brian Dessent wrote:
>
> > Kamen TOMOV wrote:
> >
> > > The parent process is started as a windows server. Then it
> > > executes cygwin's fork. When I try to kill any
This load fixed one of those "strange network problems" for me as well.
Name service (gethostbyname) did not work in processes spawned out of CGI
scripts running under apache. I was guessing it was something missing in
the environment, but could not track it down to SYSTEMROOT.
Now it works again
Christopher, sometimes it is a good idea to look past the immediate
request. While the question is not necessarily appropriate for this
list, there is an answer that is appropriate for this list.
Stephen, here is what you can do to resolve your problem.
1. Collect as much information you can and
Marco Alanen wrote:
After successfully porting our application from Linux to cygwin, most of
the functions work, except for one thing - png images. As soon as I call
png_create_read_struct, the application will imediately hang and start
using up all available CPU power. This happens with both l
Reini Urban wrote:
perl -mPod::Simple::HTMLBatch -ePod::Simple::HTMLBatch::go \
@INC /www/docs/perl/pod2html
For me it always dumps core at the same place.
When writing pods/perltoc.html:
[...]
And it is not an error on parsing the problematic file.
perltoc.pod is by far the largest file with the
Hi,
On Thu, Nov 11 2004, Dave Korn wrote:
> Don't know if you just forgot to send this reply to the list as
> well as to me, but see the first paragraph of
> http://www.cygwin.com/ml/cygwin/2004-11/msg00424.html
> for a list of reasons why to always send replies to the list.
Yes, I'm sorry. I
On Fri, Nov 12 2004, Brian Dessent wrote:
> Kamen TOMOV wrote:
>
> > The parent process is started as a windows server. Then it
> > executes cygwin's fork. When I try to kill any of these with
> > kill() it returns "No such pid".
>
> Are you sure you're not confusing Cygwin PIDs with Win32 PIDs?
Reini Urban schrieb:
Gerrit, or someone else
Could you please try to run this with perl-5.8.5-3
cpan Pod::Simple::HTMLBatch
perl -mPod::Simple::HTMLBatch -ePod::Simple::HTMLBatch::go \
@INC /www/docs/perl/pod2html
For me it always dumps core at the same place.
When writing pods/perltoc.html:
...
Gerrit, or someone else
Could you please try to run this with perl-5.8.5-3
cpan Pod::Simple::HTMLBatch
perl -mPod::Simple::HTMLBatch -ePod::Simple::HTMLBatch::go \
@INC /www/docs/perl/pod2html
For me it always dumps core at the same place.
When writing pods/perltoc.html:
...
I tried it without
After successfully porting our application from Linux to cygwin, most of
the functions work, except for one thing - png images. As soon as I call
png_create_read_struct, the application will imediately hang and start
using up all available CPU power. This happens with both libpng10 and
libpng1
Charles Wilson schrieb:
Gerrit P. Haase wrote:
Getting this warning:
libtool: link: warning: library `/usr/lib/libncurses.la' was moved.
$ cat /usr/lib/libncurses.la
[...]
# Directory that this library needs to be installed in:
libdir='/usr/src/ncurses/ncurses-5.4/.inst/usr/lib'
Hmmsorry I mis
Quoting Larry Hall <[EMAIL PROTECTED]>:
> At 05:20 AM 11/10/2004, you wrote:
>
>
> >Hi,
> >I used to work with Linux and I'm trying Cygwin. Does anyone know if there's
> an
> >existing cross compiler for arm9 package? I could not find it in the package
> >list. Otherwise, what is the solution? Do
Hi Marcel,
Marcel Telka schrieb:
Since I expected problems with my /etc/xml/catalog file, I kept an eye
on it. And indeed it got corrupted by the update. Here is what happened:
- the new publicId was inserted ok
- the location of the DTD was updated ok
- existing entries were not altered
What ar
77 matches
Mail list logo