Problems with running Cygwin

2003-03-25 Thread Markus
urs. If I start the bash-shell there commes no error-message but if I want to execute some commands the message " command not found appers". Please help me. Markus -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.ht

Re: setup.exe beta (testing needed - really!)

2003-03-27 Thread Markus Schönhaber
Robert Collins wrote: A new release of setup.exe is imminent. There are many changes, and to reduce problems, feedback from YOU, is needed. The new version is available from http://www.cygwin.com/setup-snapshots/setup-2.340.2.2.exe (binary) and http://www.cygwin.com/setup-snapshots/setup-2.340.2.2.

Re: ls question

2003-03-31 Thread Markus Schönhaber
[EMAIL PROTECTED] wrote: Hi, I'm working with a localized (german) Windows (XP) version and Cygwin 1.3.20-1 (in conjunction with rxvt). Doing the following: cd /cygdrive/c cd Profile cd Administrator ll | grep Start dr-xr-xr-x+ 3 Administ Kein0 1. Mar 12:00 Startmenü 'Startmenü' is

Re: Sparse file criteria malfunction - binutils produces sparse .exe & .dll files

2003-06-05 Thread Markus Mauhart
n-is-sparse proponents the information whether 'traditional unix sparse files' support unallocated holes inside files ? If yes, since when ? If no, how is the security of reusing other peoples not-overwritten clusters handled ? Thanks, Markus. -- 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/

Re: Sparse file criteria malfunction - binutils produces sparse .exe & .dll files

2003-06-05 Thread Markus Mauhart
still is that the program (movie or CD burning ?) which made Vaclav to leverage NTFS-sparse-files into cygwin never worked performant on traditional unix/FS (unless it had not access to other peoples unzeroed clusters like 9x/Me), so cygwin_sparse would not be a feature making cygwin a good uni

Re: The standard library version in g++

2003-06-05 Thread Markus Mauhart
"Alex Vinokur" <[EMAIL PROTECTED]> wrote ... > > "Martin Gainty" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > g++ --version > > $ g++ --version > g++ (GCC) 3.2 20020927 (prerelease) > Copyright (C) 2002 Free Software Foundation, Inc. > This is free software; see the source for co

Re: Sparse file criteria malfunction - binutils produces sparse .exe & .dll files

2003-06-06 Thread Markus Mauhart
gwin_sparse' potential technical drawbacks; allthough the remaining few sparse files are then still invisible from within the traditional windows environment's filemanager, so I have to stick with cygwin 1.3.20 ;-) > On Thu, Jun 05, 2003 at 03:28:42PM +0200, Markus Mauhart wrote: >

Re: Distribute gcc minus gcj? (was Re: Questions about Cygwin's "jar"command)

2003-06-23 Thread Markus Schönhaber
Shankar Unni wrote: Larry Hall wrote: I know I shouldn't answer a question with a question but you intend this to be rhetorical, right? Never mind. I'll bite. If you or someone else is interested in providing a gcj package, I expect Chris would work with that person to avoid any package cla

Re: g++ error

2003-06-28 Thread Markus Schönhaber
Peng Yu wrote: Hi, When I tried to compile this file by g++, I got a error. #include int main(){ cout << "Hello World" << endl; } errors are: test.C: In function `int main()': test.C:3: `cout' undeclared (first use this function) test.C:3: (Each undeclared identifier is reported only once for

Re: cygwin 1.5.0 coming - 64 bit file I/O and more

2003-07-04 Thread Markus Schönhaber
Christopher Faylor wrote: I'm about to release cygwin 1.5.0. We've bumped the version to 1.5.0 because of some major changes in functionality - cygwin now uses 64 bit file I/O by default. This was a substantial effort on the part of Corinna Vinschen who deserves major kudos for her work (which was

cygwin-1.5.0-1: Problem stat-ing big file

2003-07-10 Thread Markus Schönhaber
While trying if the new support for files larger than 2GB works, I created a file with a size of 4.53 GB (4,869,120,000 Bytes) using a simple write in python. No problems here. But when stat-ing the file with python's os.stat or by calling stat from C as done in the little program below, the si

Re: cygwin-1.5.0-1: Problem stat-ing big file

2003-07-10 Thread Markus Schönhaber
Corinna Vinschen wrote: On Thu, Jul 10, 2003 at 01:26:34PM +0200, Markus Sch?nhaber wrote: While trying if the new support for files larger than 2GB works, I created a file with a size of 4.53 GB (4,869,120,000 Bytes) using a simple write in python. No problems here. But when stat-ing the file

Re: cygwin-1.5.0-1: Problem stat-ing big file

2003-07-10 Thread Markus Schönhaber
Corinna Vinschen wrote: On Thu, Jul 10, 2003 at 01:35:37PM +0200, Corinna Vinschen wrote: On Thu, Jul 10, 2003 at 01:26:34PM +0200, Markus Sch?nhaber wrote: While trying if the new support for files larger than 2GB works, I created a file with a size of 4.53 GB (4,869,120,000 Bytes) using a

Re: 1.5.0-1 Working Great Here

2003-07-10 Thread Markus Schönhaber
Elfyn McBratney wrote: On Thu, 10 Jul 2003, Gary R Van Sickle wrote: XPPro, NTFS. Builds working GCC cross compiler and binutils just fine, which covers a lot of intermediate territory. Autoconf/Automake/Perl still work. I don't know if the tools thus built use 64-bit file APIs, since I don't

PostgreSQL problems

2003-07-10 Thread Markus Hoenicka
erver: Cannot send after transport endpoint shutdown I've tried PostgreSQL 7.3.2-2 and 7.3.3-1 together with cygipc 1.13-2 and 1.14-1. No luck in either combination. The system is a freshly installed WinNT4 with a fresh Cygwin installation. What am I doing wrong? regards, Markus -- Markus Hoe

Re: PostgreSQL problems

2003-07-11 Thread Markus Hoenicka
e, slowing down the database server to a creep: LOG: statistics collector process (pid 174) exited with exit code 1 LOG: PGSTATBUFF: recvfrom() failed: Transport endpoint is already connected (the pid changes with every incarnation of the message). Is there anything I can do about this? Thanks

Re: PostgreSQL problems

2003-07-11 Thread Markus Hoenicka
've got an idea where to look. Thanks anyway for your help. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Prob

Re: PostgreSQL problems

2003-07-11 Thread Markus Hoenicka
llection by setting: STATS_START_COLLECTOR = false in postgresql.conf. Then PostgreSQL seems to work just fine. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de -- Unsubscribe info: http://cygwin.com/m

RE: Problem in compiling : cannot find -ldl

2003-07-11 Thread Markus Hoenicka
Hi, Unix != Linux. FreeBSD does not use libdl either, the dl*() functions are provided by libc instead. The -ldl requirements should be checked in the configure script IMHO. regards, Markus Ralf Habacker writes: > > libdl is a linux'ism. You don't need it. We don't have it

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Markus Schönhaber
Igor Pechtchanski wrote: There is such a mechanism on Win2k. I don't think there is one on Win9x. This thread seems to indicate that there isn't one on WinXP, either, at least not for shutdown messages. Igor I don't see any difference in the behaviour on W2k and WinXP. As Richard stated o

Conflict between libcygwin.a and GCC core libraries

2002-11-19 Thread Markus Gerwinski
r message: libcygwin.a: multiple definition of `atexit' crt2.o:crt1.c: first defined here Since libcygwin and crt2 are both essential parts of the development environment itself, I don't see a possibility how to solve this conflict. Can anyone help me? Thanks alot in advance Markus -

Re: Conflict between libcygwin.a and GCC core libraries

2002-11-19 Thread Markus Gerwinski
or Cygwin? To be honest, as long as I end up with a runnable gpa.exe for Windows, I dont' care... I gave it a try using Cygwin. > If Cygwin, drop the -mno-cygwin. Then GTK+-2.0 refuses to link. > If MinGW, make sure the gcc-mingw package is installed. It is, at least the binaries.

Re: Conflict between libcygwin.a and GCC core libraries

2002-11-19 Thread Markus Gerwinski
or messages say, I get 'undefined reference's to QUITE a lot of functions, among them some essential gcc functions like __assert, __errno, pipe, kill, fork etc. Yours, Markus gcc -g -O2 -mno-cygwin -mms-bitfields -I/mysoftware/atk-dev-1.0.3-20020821/include/atk-1.0 -I/mysoft

Re: Conflict between libcygwin.a and GCC core libraries

2002-11-19 Thread Markus Gerwinski
inGW. Good to know... Anyway, the other ones should be there, don't they? Markus -- 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/

Re: Conflict between libcygwin.a and GCC core libraries

2002-11-20 Thread Markus Gerwinski
n I do here? I've been sitting on this problem for a week now, and I don't have any ideas what more to try. Markus -- 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/

Re: Conflict between libcygwin.a and GCC core libraries

2002-11-20 Thread Markus Gerwinski
e new can of worms. > > You have 2 options, as far as I can see - give up, or devote lots of time to > either porting GPA, or compiling a Cygwin gtk+ (and all its many > dependencies.) Okay, I'll try another way. Thanks alot for your help Markus -- Unsubscribe info: http

Re: ssh port forwarding

2003-02-06 Thread Markus Schönhaber
Matt wrote: I am trying to forward TCP ports over ssh. I have had this up and running on three different machines. Now they all report the same error: Matt@aptivaxp ~ $ ssh 5903:localhost:5900 [EMAIL PROTECTED] ssh: 5903:localhost:5900: no address associated with hostname. Try -L: $ ssh -L 59

Re: ssh port forwarding

2003-02-06 Thread Markus Schönhaber
Markus Schönhaber wrote: Matt wrote: I am trying to forward TCP ports over ssh. I have had this up and running on three different machines. Now they all report the same error: Matt@aptivaxp ~ $ ssh 5903:localhost:5900 [EMAIL PROTECTED] ssh: 5903:localhost:5900: no address associated with

Re: remapping Cygwin 'bash' readline functions to PC keys

2003-02-21 Thread Markus Schönhaber
Lee D. Rothstein wrote: John, thanks for the heads up! Others had suggested, variations of 'cat < foo' and 'od -c'. (The former I got to work, the latter remains a mystery.) Your solution, besides being the most straight-forward, is also a great tool to have around. Apparently, it's a feature of

Re: remapping Cygwin 'bash' readline functions to PC keys

2003-02-21 Thread Markus Schönhaber
00030 Randall Schulz Ah, I see. Thanks for lighting the way, Randall. I guess, I've got it at last. Regards mks Hasn't grown too much older in the meantime - this century, that is... At 03:42 2003-02-21, Markus Schönhaber wrote: 'od -c' remains a mystery to me too - I

Re: Cygwin crashes on .Net Server 2003 with Terminal Services enabled

2003-02-24 Thread Markus Schönhaber
Christoph Hense wrote: I try to use cygwin on a .Net Server 2003 RC2 with Terminal Services enabled. However none of the cygwin tools work. All of the commands like ls, ps, pwd just return tons of error messages. If I deinstall the Terminal Services cygwin runs o.k. I am also able to run cygwin o

make refuses to enter "unix-mode"

2003-02-27 Thread Markus Hanke
should not be neccessary? I searched for the sources of make.exe, but didn't find any to very my experienced behaviour on it. Some suggestions? Best regards, Markus Hanke -- Dipl.-Inf. Univ. Markus Hanke, Software Engineer method>park Software AG, Wetterkreuz 19a, 91058 Erlangen, G

Re: make refuses to enter "unix-mode"

2003-02-27 Thread Markus Hanke
Igor Pechtchanski wrote: > On Thu, 27 Feb 2003, Markus Hanke wrote: > > > Hi, > > > > in short the following lines say most of the problem: > > __ > > [EMAIL PROTECTED] ~/.cpan/build/Digest-MD5-2.23 > > $

Re: make refuses to enter "unix-mode". Problem disappeared

2003-02-27 Thread Markus Hanke
Hi, sorry for disturbing. After an (involuntary) reinstall of Perl 5.8.0 the problem is not reproducable anymore. -Markus Markus Hanke wrote: > Igor Pechtchanski wrote: > > > On Thu, 27 Feb 2003, Markus Hanke wrote: > > > > > Hi, > > > > > > in shor

Re: Terminal output from ssh much slower than putty

2003-03-05 Thread Markus Schönhaber
Erik Vigmostad wrote: Is there some way to speedup the output to my terminal? I would like to use cygwin for ssh'g to various servers, but it is so much slower that using putty that I can't. I found that Windows XP's "Clear Type" font smoothing algorithm makes rxvt virtually unusable on my mac

cygwin-1.3.21-1, problem with sparse file creation as default

2003-03-13 Thread Markus Mauhart
pros and cons of this new feature. (also defragmenting a volume with 10.000 of such newly created 'pseudo-sparse' files might pay a price) Anyway, thanks for your attention, Markus. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwi

Re: [ANNOUNCEMENT] New release of setup.exe (2.249.2.10)

2003-03-13 Thread Markus Schönhaber
Robert Collins wrote: --=-8Y1At7C4hDRsJ/vt6G2U Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I'm happy to announce a new release of setup.exe. It will *improve* the display of permissions for use with the ntsec setting of cygwin (which is the default now) in the majority of c

Re: cygwin-1.3.21-1, problem with sparse file creation as default

2003-03-13 Thread Markus Mauhart
> On Thu, Mar 13, 2003 at 04:09:54PM +0100, Markus Mauhart wrote: > > I have a problem with the following new feature of cygwin-1.3.21-1 > > > > > - Create sparse files by default, when possible. (Vaclav Haisman) > > > > Couldnt it be made configurable, or

Re: [ANNOUNCEMENT] New release of setup.exe (2.249.2.10)

2003-03-13 Thread Markus Schönhaber
Pierre A. Humblet wrote: On Thu, Mar 13, 2003 at 11:45:58PM +0100, Markus Schönhaber wrote: Thanks a lot for the report, Markus. You're welcome. Guess, your reply reached me and not the list because I forgot to set the Reply-To: field correctly. Sorry. Did a fresh install at my XP-Prof b

Re: [ANNOUNCEMENT] New release of setup.exe (2.249.2.10)

2003-03-14 Thread Markus Schönhaber
Pierre A. Humblet wrote: Markus Schönhaber wrote: I just started setup under a non-privileged account and XP's mechanism to show the "Run as Administrator" dialog when starting a program called "setup.exe" or "install.exe" kicked in. Maybe this is what you mea

Re: [ANNOUNCEMENT] New release of setup.exe (2.249.2.10)

2003-03-14 Thread Markus Schönhaber
Pierre A. Humblet wrote: Here is another point of concern: assume a non privileged domain user runs setup and answers "yes" to the "Run as Administrator" dialog. It is likely that no entry will be made for the domain user in /etc/passwd To verify that it will be necessary to rename /etc/passwd bef

Re: [ANNOUNCEMENT] New release of setup.exe (2.249.2.10)

2003-03-15 Thread Markus Schönhaber
Pierre A. Humblet wrote: Markus Schönhaber wrote: Pierre A. Humblet wrote: Markus Schönhaber wrote: I just started setup under a non-privileged account and XP's mechanism to show the "Run as Administrator" dialog when starting a program called "setup.exe" or "inst

Re: [ANNOUNCEMENT] New release of setup.exe (2.249.2.10)

2003-03-16 Thread Markus Schönhaber
Pierre A. Humblet wrote: I recall another problem that somebody had reported after answering "yes". The chown command in a postinstall script had no effect. That would mean that at, at least at that site, the program was lacking the Restore privilege. To test if this is a prevalent problem, a sim

Re: [ANNOUNCEMENT] New release of setup.exe (2.249.2.10)

2003-03-17 Thread Markus Schönhaber
Pierre A. Humblet wrote: On Mon, Mar 17, 2003 at 08:35:34AM +0100, Markus Schönhaber wrote: OK, I should be able to get that done. OK, thanks Markus. The results of this test will not be influenced by the flavour of the existing cygwin installation (who did it, what was installed etc

Re: [ANNOUNCEMENT] New release of setup.exe (2.249.2.10)

2003-03-17 Thread Markus Schönhaber
Pierre A. Humblet wrote: Cool, setup handles ntsec very well everywhere you have tried. The only problem so far is that of a non-privileged domain user answering Yes to the Run As pop up. He won't be included in /etc/passwd. I don't see how we can fix that. Thanks again for your he

Re: [ANNOUNCEMENT] New release of setup.exe (2.249.2.10)

2003-03-17 Thread Markus Schönhaber
Pierre A. Humblet wrote: On Tue, Mar 18, 2003 at 12:44:12AM +0100, Markus Schönhaber wrote: Same machine as last time (same machine as every time, James). I assume it's not the same as the very first time, when you wrote "Most files seem to have no permission for "other"s.

Re: [ANNOUNCEMENT] New release of setup.exe (2.249.2.10)

2003-03-18 Thread Markus Schönhaber
Pierre A. Humblet wrote: On Tue, Mar 18, 2003 at 07:42:01AM +0100, Markus Schönhaber wrote: Pierre A. Humblet wrote: On Tue, Mar 18, 2003 at 12:44:12AM +0100, Markus Schönhaber wrote: Same machine as last time (same machine as every time, James). I assume it's not the same as the very

Re: launching win apps inside Xfreee86?

2003-03-19 Thread Markus Schönhaber
Ajay Simha wrote: Is it techincally possible to: 1. have cygwin XFree86 window to be full sreen (meaning no boarder) XWin -fullscreen 2. have windows apps run inside the Xfree86 session? I don't know a way to. Regards mks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

printf does not print long long ints properly

2004-01-24 Thread Markus Hoenicka
Hi, I ran across a similar problem on OSX. It turned out to be a compiler bug. The workaround on that platform was to use an explicit cast in the argument list, i.e. something like: printf("%Ld",(long long)i); regards, Markus Daniel Jeliński writes: > when I compile the foll

Re: procps "Unknown HZ value" question

2004-03-23 Thread Markus Schönhaber
Richard Duran wrote: Does anyone know what to do (what argument to pass) so that procps doesn't display the "Unknown HZ value..." error message? Disabeling hyperthreading or - in case you're on a real multiprocessor system - using the /NUMPROC=1 switch for booting up windows might have the d

How to run Apache as a WinXP service?

2004-03-24 Thread Markus Mauch
ttpd" I get error message 1062. Has anyone an explanation for this? Thanks Markus -- 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/

german characters

2004-04-01 Thread Markus R.
' then I can enter german character 'ö' 'ä' and so on. When I delete the .inputrc file then I can't see nothing when I type a german character like 'ö','ä' and so on. This seems for me that the .inputrc file is read by a bash execute. Any ide

Re: 1.5.9-1: weird console I/O behaviour compiling with -mno-cygwin

2004-04-24 Thread Markus Schönhaber
Enzo Michelangeli wrote: Unfortunately, I have no MSVC++ compiler, so I can't see what happens compiling with the tools of the Evil Empire. Any idea? Get one: http://www.microsoft.com/downloads/details.aspx?FamilyId=272BE09D-40BB-49FD-9CB0-4BFA122FA91B&displaylang=en Regards mks -- Unsubscr

"local install"?

2002-03-01 Thread Markus Hoenicka
fault, and precompiled packages can also be installed from the web. It's certainly not a M$ disease but rather common practice. regards, Markus -- Markus Hoenicka, PhD UT Houston Medical School Dept. of Integrative Biology and Pharmacology 6431 Fannin MSB4.114 Houston, TX 77030 (713) 500-6313

Re: "local install"?

2002-03-01 Thread Markus Hoenicka
g the packages, thus bypassing setup.exe in the first place, will have issues. regards, Markus Randall R Schulz writes: > >You lose a lot of the functionality of setup.exe if you do it this way but > >you can certainly do this if you want to have a hard time. > > >

RE: "local install"?

2002-03-01 Thread Markus Hoenicka
dem connection the dependency checking is highly welcome to be a tad more selective with your bandwidth. regards, Markus -- Markus Hoenicka, PhD UT Houston Medical School Dept. of Integrative Biology and Pharmacology 6431 Fannin MSB4.114 Houston, TX 77030 (713) 500-6313, -7477 (713) 500-7444

Q: How CDROM programming (PLAY, PAUSE, ...)?

2002-03-11 Thread Markus Pizka
under cygwin? Thanks, Markus -- 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/

proprietary-use license?

2002-03-12 Thread Markus Hoenicka
Richard, all programs that you mention (MySQL, Cygwin, PostgreSQL) are released under free licenses. You do not have to pay per-seat charges for any of these as long as you do not buy professional support. regards, Markus Richard Chrenko writes: > We are a small research institute develop

new FAQ entry for GNU Emacs

2002-03-21 Thread Markus Hoenicka
%@(){}~!#^'`][-A-Za-z0-9_\\.\\$%@(){}~!#^'`]+\\)") (find-alternate-file (match-string 1))) (if (looking-at "!") (progn (re-search-forward "!\\(.*\\)\0") (find-alternate-file (match-string 1 ))) (add-hook 'find-file-hooks 'follow-cygwin-symlink)

strange delay in date?

2002-04-11 Thread Markus Hoenicka
date returns UTC, time returns your local time. regards, Markus Marcos Lorenzo de Santiago writes: > > when I do in my winbox: > > C:\TEMP>time /T > 17.35 > > I get the system time, but when I do it using date I get 2 hours less than > the true hour: >

Re: strange delay in date?

2002-04-11 Thread Markus Hoenicka
nd my daylight savings time zone is CDT regards, Markus Marcos Lorenzo de Santiago writes: > Well, now the question is: how can I get *MY* localtime?? -- Markus Hoenicka, PhD UT Houston Medical School Dept. of Integrative Biology and Pharmacology 6431 Fannin MSB4.114 Houston, TX 77030 (713)

Re: strange delay in date?

2002-04-11 Thread Markus Hoenicka
The date manpage tells you that date uses the environment variable TZ. Set this variable in your /etc/profile or ~/.bashrc to the correct value. regards, Markus Marcos Lorenzo de Santiago writes: > Thanks a lot now I know what is the problem, but I don't know how to > resolve it.

Wrong output with ls and german umlauts

2002-04-12 Thread Markus Brandt
-FX bar_ae_oe_ue bar___ bash-2.05a$ /bin/ls -C | less -FXr bar_ae_oe_ue bar_ä_ö_ü Many thanks for your help Markus Brandt -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://

Bug - GAWK prints wrong CR when called outside from cygwin

2002-04-12 Thread Markus Brandt
C:\TEMP\foo>bash -c "ls -1 | gawk '{print $0 $0}'" bar_1bar_1 bar_2bar_2 ==> These outputs are correct. Best regards Markus Brandt -- 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/

Re: Bug - GAWK prints wrong CR when called outside from cygwin

2002-04-15 Thread Markus Brandt
Hello, on Fri, 12 Apr 2002 14:03:29 +0200 Corinna Vinschen wrote: > On Fri, Apr 12, 2002 at 01:53:53PM +0200, Markus Brandt wrote: >> Hello, >> >> when gawk is called outside the cygwin runtime, i.e. called from a command >> prompt under Windows, and it's input

Re: sorry about the spam

2003-08-26 Thread Markus Schönhaber
http://www.dilbert.com/comics/dilbert/archive/dilbert-20030821.html Regards mks Christopher Faylor wrote: I just checked in a new version of the spam blocker which worked well in testing but died a horrible death in production. Sorry about the spam/viruses that came through. cgf -- Unsubscribe

suggestion for postgresql doc

2003-08-29 Thread Markus Hoenicka
, besides /tmp and /usr/bin. I'd suggest to add this to the otherwise excellent doc. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de -- Unsubscribe info: http://cygwin.com/ml/#uns

Re: suggestion for postgresql doc

2003-09-02 Thread Markus Hoenicka
using the original permissions, postmaster refused to start with no trace of a log file which appears a bit obscure to the unsuspecting user. The /tmp and /usr/bin permission comments indeed refer to issue #4 in your documentation. I had to change these as suggested, otherwise initdb would return an e

Re: Windows Scripting and Perl

2003-10-09 Thread Markus Schönhaber
Look here: http://www.activestate.com/Products/ActivePerl/ Regards mks Paul Bezzam wrote: Hello, I have a question: Is it possible to integrate Perl into Windows Scripting(like VBScript)? I would really appreciate any pointers on this. Thanks in advance. Paul -- Unsubscribe info: htt

Re: mingw libs

2003-10-09 Thread Markus Schönhaber
Does using "g++" instead of "gcc" help? Regards mks [EMAIL PROTECTED] wrote: Hi Igor, I added that -mno-cygwin to both compiler and linker and have started a build...should be about an hour or two before its donw. I didn't write the makefiles, but I have modified them to use GCC, so its really

Re: setup hangs during postinstall

2003-10-15 Thread Markus Schönhaber
Brian Ford wrote: Another weird thing I noticed in the msvcrt.dll properties: Created: Tuesday, May 13 2003 3:34:33 PM Modified: Saturday, July 15 2000 Huh? Quite a normal thing, when a file is copied. The creation date/time of the copy is set to the date/time the copy is performed, while th

debug msvc-compiled code with gdb

2001-12-15 Thread Markus Blaum
-style ? thanks Markus -- 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/

Cygwin 1.3.6 on NT 4.0: init_cygheap error

2002-01-10 Thread Markus Brenner
ve described problems? Many thanks, Markus Brenner -- 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/

RE: DocBook and OpenJade packages

2002-01-28 Thread Markus Hoenicka
have been providing for quite a while. The tutorial goes beyond DocBook/DSSSL and covers XML/XSL as well. regards, Markus Ralf Habacker writes: > > > > Hi all, > > > > I've recently installed the DocBook text processing system under CygWin. > > This was qui

Re: C++ dll segfault problem

2002-01-28 Thread Markus Hoenicka
oblem? Are there any other tricks to debug this? thanks Markus Robert Collins writes: > Try this: > strace -ofoo.log -f -n \bin\sh.exe > > That should reproduce the fault, if it doesn't, try bash instead sh. -- Markus Hoenicka, PhD UT Houston Medical School Dept. of I

auctex can only see .tex files in HOME directory

2002-02-01 Thread Markus Hoenicka
Hi, I could not reproduce this problem on my home box. I updated the Cygwin installation yesterday, and I use AucTeX 10.0.g, Emacs 21.1, and Cygwin's teTeX. What shell do you use to run the TeX commands in Emacs? How did you set it up? regards, Markus Scott, Steven writes: > I

$HOME Directory Relocation

2002-02-05 Thread Markus Hoenicka
Look at /etc/profile. This uses $HOME if it is set under Windows, otherwise it uses /home/$USER. You can certainly tweak this to your needs. A simpler option may be to mount your new disk on /home, then you don't have to fiddle with $HOME. regards, Markus Laurence F. Wood writes: &g

XEmacs --nw failed (XEmacs in tty-Mode)

2002-02-17 Thread Markus Blaum
? Thanks in advance! Markus Blaum -- 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/

Re: Permissions problem - odd setup

2006-02-21 Thread Markus Schönhaber
Andrew DeFaria wrote: > Eric Blake wrote: > I have a somewhat odd setup here and am having a permissions > problem with my userid and authentication. > > In general I'm trying to have one home directory that is shared > between Windows and Linux. On Windows I use Cygwin. No

Re: Permissions problem - odd setup

2006-02-22 Thread Markus Schönhaber
Andrew DeFaria wrote: > Andrew DeFaria wrote: > > Andrew DeFaria wrote: > >> Markus Schönhaber wrote: > >> > >> Don't know if this is of any help: you can set the SIDs for the user > >> and the user's primary group on the Samba box with pd

[OT] Sysinternals (was: Re: Multiple cygwin installs)

2006-03-27 Thread Markus Schönhaber
Alexander Herrmann wrote: > On 3/27/06, Igor Peshansky <[EMAIL PROTECTED]> wrote: > > On Sun, 26 Mar 2006, Larry Hall (Cygwin) wrote: > > > Brian Hawkins wrote: > > > See the "junction" utility from www.sysinternal.com if you're > > > interested in this. > > This link is broken(@ least for me) take

Problems with linking and std c++ library when using -mnocygwin

2006-04-03 Thread Markus Heiden
I have an c++ application which uses ifstream.close() like this: -- #include #include using namespace std; void readMainConfig () { ifstream *config = new ifstream("x.cfg"); ... config->close(); delete config; } -- cygwin can compile the .cpp files but when linking everyth

Re: snapshots: first resort, or last resort?

2006-06-26 Thread Markus Schönhaber
Igor Peshansky wrote: > On Mon, 26 Jun 2006, Linda Walsh wrote: > >If it were me, (and I know it's not, thank-you), I'd feel better > > about getting updated releases into user's hands as soon as reasonable. > > If I fix something, or change something, I wouldn't want to wait 6 > > months to re

Re: cygwin 1.5.20 and stalling cygstart

2006-07-18 Thread Markus Schönhaber
Krzysztof Duleba wrote: > I've just upgraded to 1.5.20 to get gvim 7 running and one of my programs > doesn't work anymore. > > I attach simple test case: if you compile foo.cpp and start it from a > cygwin shell, it should run OK. However, if you start it from a windows > shell / windows explorer

Re: cygwin copy problems usb 2.0

2006-07-28 Thread Markus Schönhaber
Christopher Faylor wrote: > A few weeks ago there was a guy in libc-alpha mailing list complaining > that glibc's API wasn't as rich and powerful as what is found on Windows. > > As far as I know he's still alive. You made my day! Regards mks -- Unsubscribe info: http://cygwin.com/ml/#uns

Re: Escape Character

2006-08-04 Thread Markus Schönhaber
mattlucasv wrote: > I am new to Cygwin and I am just trying to use the escape character example > is > > echo "\t\t Hello" > > but this returns \t\t Hello and ignores the escape characters. > > I was looking for it to return Hello with a couple of TABS in front > like it does on our True64 uni

Re: Escape Character

2006-08-04 Thread Markus Schönhaber
Markus Schönhaber wrote: > I doubt that that's a matter of whether you use Cygwin or not but a matter > of whether you use the echo command from the GNU core utilities or not. On > your True64 unix, you propably don't. This statement isn't necessarily correct. I use bash

Re: nul

2004-10-26 Thread Markus Schönhaber
Mironov, Leonid {PBG} wrote: Once when I felt particulary stupid, I've added redirection to 'nul' instead of '/dev/null' to a program run from cygwin cron. Now I've got a file called 'nul' on NTFS disk and can do nothing about it neither with windows tools nor from cygwin shell. Not a big problem,

RE: OpenSSH

2004-10-28 Thread Markus Baumueller
: Failed password for illegal user "username" from 192.168.0.12 > port 1079. AllowUsers in sshd_config? bye, Markus -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/doc

Re: Getting latest version of cygwin1.dll

2004-11-15 Thread Markus Schönhaber
Darkfalz wrote: When I go to the main website, ALL I want to do is get the latest cygwin1.dll file. You SHOULD have a link to a zip containing it on the main page. But no, instead you offer your stupid installer, or you offer a page to browse packages, but what do the packages contain? TEXT LIS

Re: sed: altered results in bash and cmd

2004-12-04 Thread Markus Schönhaber
fergus wrote: To delete all lines beginning with a in a text file, this command (a) seems correctly composed and (b) works: sed '/^ .*$/d' filename but if I use it in a cmd window, the result is that all lines _containing_ a space are deleted, not just those beginning with a space. In gene

PostgreSQL: Bad system call

2004-12-09 Thread Markus Hoenicka
ely tried various things, among them removing cygserver and starting cygipc2 again and downgrading to the previous PostgreSQL version. All this does not help a bit. I've not yet tried to downgrade cygwin1.dll to the previous version (1.5.11 vs. 1.5.12). Can anyone throw me a ring here? Markus --

Re: PostgreSQL: Bad system call

2004-12-09 Thread Markus Hoenicka
e often than not I'm left with a broken database engine. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repo

Re: Issue in using xinetd service on windows

2005-01-04 Thread Markus Schönhaber
Sharma, Pallavi (GE Healthcare) wrote: I forgot to mention it but yes I am starting this service using following command : " net start xinetd" This service is visible on Windows service Interface but when I run command "net start" to list all the servcies, xinetd service is missing in the list. I

Re: Issue in using xinetd service on windows

2005-01-05 Thread Markus Schönhaber
Sharma, Pallavi (GE Healthcare) wrote: The problem is not with killing the xinetd process. I can kill it by running "/etc/rc.d/init.d/xinetd stop". Killing xinetd ist not the problem, but...? Now i am facing a new problem. telnet/ftp service is hanging. :-( xinetd process is running but telnet and

Re: cygcrypt-0.dll infected

2005-01-10 Thread Markus Schönhaber
Igor Pechtchanski wrote: I'm half-tempted to suggest leaving the package as-is, just to force people to complain to their anti-virus provider. Unfortunately, all these complaints are more likely to go to this list, thus rivaling the traffic in the "obscenity of cygwin" thread (and we can't have th

Re: Question on setup.exe

2005-01-21 Thread Markus Schönhaber
Jurzitza, Dieter wrote: Dear listmembers, when downloading new packages from the internet via setup.exe, every value is remembered - but the port of our proxy. Does anybody know how to tell setup that our proxy is 8080 and not 80 other than typing it manually every other time? Many thanks for yo

Re: hyperthreading fix, try #1

2005-02-07 Thread Markus Schönhaber
Dave Korn wrote: I thought you meant CGF should be promoted to Sherriff! Oh no! He's much to mean for being promoted to Sherriff. Think of the children! But those gold stars are more then well deserved. Thanks cgf! Regards mks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple P

Re: Searching the archives was: Stable and Unstable Install Trees

2005-02-10 Thread Markus Schönhaber
Christopher Faylor wrote: On Thu, Feb 10, 2005 at 01:35:32AM -0800, Brian Dessent wrote: the htdig search on cygwin.com was never very good anyway. That is true but someone is working on changing this, even as we speak. Since someone is working on it, I guess you have already made a descision. Bu

Re: Service not starting unless...

2005-02-18 Thread Markus Schönhaber
Larry Hall wrote: > If you allow the service to interact with the desktop, the implication is > that it wants to run something that would be visual on your desktop. It > also has the disadvantage that the service will terminate when the desktop > is closed (i.e. you log out), which is not usually

  1   2   3   4   >