sshd in Windows 2003 server

2004-12-02 Thread daniel
Hi, I've installed sshd succesfully a couple of time on WinXP machines following the instructions at http://pigtail.net/LRP/printsrv/cygwin-sshd.html. However, I didn' manage on a Windows 2003 server. I always get "1053 did not start in a timely fashion" immediately on clicking on the Window

Re: sshd in Windows 2003 server

2004-12-09 Thread daniel
g' is the only documented, supported approach to setting up a Cygwin openssh server. If you follow instructions from other locations, then you need to ask for assistance at those locations. The documentation for the Cygwin-specific openssh setup begins in /usr/share/doc/Cygwin/openssh.RE

Re: sshd in Windows 2003 server

2004-12-10 Thread daniel
f this solves it for you and you want to share the solution. Bill Knox Lead Operating Systems Programmer/Analyst The MITRE Corporation On Thu, 9 Dec 2004, daniel wrote: Date: Thu, 09 Dec 2004 15:36:59 +0100 From: daniel <

Re: Cygwin coreutils assertion failed

2007-08-03 Thread Daniel
nough headaches already. Thanks for the maintaining work! Regards, Daniel On 8/3/07, Eric Blake <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > http://cygwin.com/acronyms/#PPIOSPE - redirecting to the list. > > According to Daniel on 8

RE: Bodo

2008-04-07 Thread daniel
't get stuck in spam (you wouldn't want that!) Daniel -- 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: Non-privileged use can't logon

2015-03-11 Thread Daniel
hgrp Users / /etc chmod g-w / /etc Chmod alone doesn't work. We first have to change the group owner of the folders for chmod to be effective. Maybe this phenomenon is unrelated to your sshd problem, but when I saw your user/host combination I felt the need to share this with

[ANNOUNCEMENT] Updated: libfakesu 1.1.0

2015-04-02 Thread Daniel
This library simulates the Unix root user. It is meant to make porting Unix programs to Cygwin easier. Many Unix daemon programs, such as Apache, Sendmail and Procmail, start up as root but change to an unprivileged user ID. By including this library, any Cygwin super-user (member of the 'Administ

Re: Updated: libfakesu 1.1.0

2015-04-12 Thread Daniel
Kelley Cook wrote: On Thu, Apr 2, 2015 at 1:16 PM, Daniel wrote: This library simulates the Unix root user. It is meant to make porting Unix programs to Cygwin easier. Many Unix daemon programs, such as Apache, Sendmail and Procmail, start up as root but change to an unprivileged user ID. By

Re: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Daniel
. So you have to drop the 'z' when unzipping. Daniel -- 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

[ANNOUNCEMENT] New package: sendmail 8.14.9-1

2015-06-11 Thread Daniel
Version 8.14.9-1 of the Sendmail mail server has been uploaded. Unix Mail Transfer Agent (mail server) General purpose internetwork email routing facility that supports many kinds of mail-transfer and delivery methods, including SMTP, SMTPS (STARTTLS), SMTPA (AUTH) used for email transport ove

Re: perl 5.14 perl5/5.14/i686-cygwin-threads-64int/auto/IO/IO.dll missing or broken

2015-06-18 Thread Daniel
William J. Schilp, PhD wrote: i updated to the latest version of perl on cygwin and i get the following failure: Can't load '/usr/lib/perl5/5.14/i686-cygwin-threads-64int/auto/IO/IO.dll' for module IO: No such process at /usr/lib/perl5/5.14/XSLoader.pm line 71. at /usr/lib/perl5/5.14/i686-cygwi

Re: perl 5.14 perl5/5.14/i686-cygwin-threads-64int/auto/IO/IO.dll missing or broken

2015-06-19 Thread Daniel
Marco Atzeri wrote: On 6/19/2015 7:34 AM, Daniel wrote: William J. Schilp, PhD wrote: I have the same problem (I'm on 32bit). The IO module is broken: $ ldd /usr/lib/perl5/5.14/i686-cygwin-threads-64int/auto/IO/IO.dll ntdll.dll => /cygdrive/c/WINDOWS/system32/ntdll.dll (0x

time command does not show CPU time for MinGW binaries

2018-01-07 Thread daniel
ld I log a new one? Do you know if there is any workaround? Daniel -- 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

Re: Installing cygwin NOT from web

2003-03-21 Thread Daniel Barclay
Vince Hoffman wrote: if you want to just make a local mirror, ... > Be aware you MUST keep the directory structure though for setup to be happy with it. thats why using setup is best. That seems obvious. Is there something non-obvious you were trying to point out? Daniel -- Unsubscr

error 193

2003-03-28 Thread Thomas Daniel
I have several directories with similar names, called: ~/Dev/Verilog[1-7] I can run gcc and gdb OK in all of them except Verilog7. When I try to run a program in Verilog7, I get the following error message: ~/Dev/Verilog7(6) gdb vxl GNU gdb 2003-03-03-cvs (cygwin-special) Copyright 2003 Free Sof

1.3.20-1: execvp does not consider relative symlinks on network shares

2003-03-31 Thread Daniel Villeneuve
works in all cases (it seems that bash expands the symlink before calling execXX); - changing the call to ./callfoo to does not work because perl call execvp directly. I have searched cygwin archives and google about "exec symlink cygwin" and found nothing really illuminating

1.3.22-1: execvp in libc.a seems different from newlib/libc/posix

2003-04-01 Thread Daniel Villeneuve
ygwin) before my library, the program no longer works. Could it be that the objects in libc.a or libcygwin.a are not in sync with the source, or something like that? My environment test is provided in post-scriptum. -- Daniel # Edit this path to point to a non-existent directory on a # network

how to use current directory as bash startup directory

2003-07-03 Thread Daniel Barclay
I was editing. However, when I use NTEmacs' "shell" command to start a Cygwin bash shell, bash always sets its initial working directory to my home directory. Can I configure bash to leave the working directory set as it was when bash was started? Thanks, Daniel -- Unsubscribe

Re: how to use current directory as bash startup directory

2003-07-07 Thread Daniel Barclay
Igor Pechtchanski wrote: On Thu, 3 Jul 2003, Daniel Barclay wrote: Can bash "inherit" the working directory setting from the process that invoked bash instead of always setting its initial working directory (to the user's home directory)? ... Normally, you should be able to ju

Re: Spammers watching this user forum

2003-07-17 Thread Daniel Barclay
Elfyn McBratney wrote: I don't think harvesters have frame-enabled browser's :-) :-) :-) Why not? It's just as easy to handle "" as it is to handle "". Daniel -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

[ANNOUNCEMENT] naim 0.11.5.9.cyg11

2003-07-17 Thread Daniel Reed
as "naim help," or on EFnet or Undernet IRC in #naim. If you are interested in the use and development of naim, feel free to subscribe to the naim-users mailing list. Just send a blank email to <[EMAIL PROTECTED]> and reply to the confirmation message. -- Daniel Reed <[EMAIL PROTEC

[ANNOUNCEMENT] naim 0.11.6

2003-07-27 Thread Daniel Reed
directly at <[EMAIL PROTECTED]>, on AIM as "naim help," or on EFnet or Undernet IRC in #naim. If you are interested in the use and development of naim, feel free to subscribe to the naim-users mailing list. Just send a blank email to <[EMAIL PROTECTED]> and reply to the con

[ANNOUNCEMENT] psutils-1.17-1

2003-07-30 Thread Daniel Bößwetter
psutils-1.17-1 for Cygwin is now available. PSUtils is a collection of useful utilities for manipulating PostScript documents. Programs included are psnup, for placing out several logical pages on a single sheet of paper, psselect, for selecting pages from a document, pstops, for general imposi

1.3.22: executing relative symlinks on network shares

2003-07-30 Thread Daniel Villeneuve
n attachment here. check Description: Binary data Let me know if more information is needed. Thanks for your time, -- Daniel Villeneuve AD OPT Technologies Inc. -- 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: GCC 2.95.3-5 produces .exe un-executable under w98 and ME

2002-10-02 Thread Daniel Vogel
fails." -- Daniel, Epic Games Inc. - snip -- Thanks for all your kind pointers! Not! Anyway I have dug around and found that it turned out to be a problem with resources. In windows98/ME somehow resource IDs above 4 (or perhaps 35656?) causes t

Building GDA on Cygwin

2002-10-16 Thread Daniel Morgan
Hello I am interested in building and running GDA ( GNOME Data Access at http://www.gnome-db.org/ ) on Cygwin. It is built for Linux, but it is suppose to be portable to other platforms. It does not require GNOME nor gtk+. It only requires libxml2 (included in Cygwin) and glib-2.0 (already a por

export CYGWIN=tty

2002-10-28 Thread Daniel Jeffery
oo close, mind you) and then I get my prompt back. `reset' also doesn't clear the screen. (note: reset and tset are part of ncurses). is ncurses incompatible with `CYGWIN=tty'? Is this supposed to happen? let me know, - Daniel J. -- Unsubscribe info: http

cygpath -pw output is corrupt for long path names

2002-10-29 Thread Daniel Steinmann
shes, but nativ_pathlen is 13). This is not a problem as long as the path is short because conv_path_list_buf_size() adds always 100 to the computed size of memory. But in my test case this is not enough. Am I missing something or is my analysis so far correct? Daniel. Cygwin Win95/NT Configuration Diagnost

trouble with -mno-cygwin

2002-11-03 Thread Daniel Jeffery
It doesn't sound like you >> did. > Umm ... duh. Thank-you. The package `mingw-runtime' has been unpacked, but I know of no package named `cygwin-mingw'. For now I am left with the same errors. Even if `-mno-cygwin' has been deprecated, I would still like to compil

Re: trouble with -mno-cygwin

2002-11-03 Thread Daniel Jeffery
The package `mingw-runtime' has been unpacked, but I know of no package named `cygwin-mingw'. For now I am left with the same errors. OK. I just realized there was a package named gcc-mingw, so never mind. ciao all, - Daniel J. -- Unsubscribe info: http://cyg

Cygwin causes 0x00000024 Stop Error (BLUE SCREEN)

2002-11-24 Thread Daniel Armbrust
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: 0x0024 (0x001902FA, ..., ...) (I didn't take the time to write down the last to

RE: Cygwin causes 0x00000024 Stop Error (BLUE SCREEN)

2002-11-24 Thread Daniel Armbrust
You guys sure are fast for a Sunday. Open source is great : ) I am surprised that I am this unlucky. Previously, I tried to track this problem down, and I thought that I had come across an FAQ that referenced cygwin causing Blue Screens, and the answer was basically you have bad drivers. This i

Re: Cygwin causes 0x00000024 Stop Error (BLUE SCREEN)

2002-11-25 Thread Daniel Armbrust
One further clarification. It happens well before the Installation complete [OK] step. It actually happens before any of the post download scripts run. It happens when it is at (or nearly at) the very end of downloading the packages. After the blue screen, when I come back in, and just

Output of cygpath --path --windows is corrupt

2002-11-26 Thread Daniel Steinmann
still not sure whether this is a problem with my cygwin setup or whether this is a bug in cygcheck. Can anybody reproduce the error as described in my email referenced above? Any help is appreciated, Daniel -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting

Question/bug? : Make and tab problem since version 1.3.16...

2002-11-27 Thread Moti Daniel
After upgrading cygwin dll to 1.3.16 from 1.3.12 I had the following problem: I'm using cygwin to build my project, in my makefile I'm creating another makefile like this: VAR1=a.o : a.c\n\tcc $$@ . . . sometarget : $(shell echo -e '$(VAR1)' >> somefile before the upgrade this produced som

RE: Question/bug? : Make and tab problem since version 1.3.16...

2002-11-30 Thread Moti Daniel
quot;, believe me it works ! -Original Message- From: Max Bowsher [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 7:38 PM To: Moti Daniel; [EMAIL PROTECTED] Subject: Re: Question/bug? : Make and tab problem since version 1.3.16... Moti Daniel <[EMAIL PROTECTED]> wrote:

PostgreSQL 7.3 Package for Cygwin

2002-12-02 Thread Daniel Morgan
Does anyone have a PostgreSQL 7.3 binary package for Cygwin? PostgreSQL version 7.3 was just recently released. http://archives.postgresql.org/pgsql-announce/2002-11/msg4.php -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html

GL/gl.h and libopengl32.a

2002-12-10 Thread Daniel Wesslen
Hi, Could somebody update GL/gl.h and regenerate libopengl32.a for a more recent OpenGL version? Thanks, Daniel Wesslen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ

strerror_r is missing from libc

2003-01-17 Thread Horák Daniel
Hello, I cannot link my program that uses strerror_r() function, because it is not included libc.a. But the declaration of strerror_r is in string.h and also it is implemented in latest newlib 1.11.0 (but not in 1.10.0). But I don't know what version of newlib is included in Cygwin.

Bug in path.cc (conv_path_list_buf_size)

2003-02-05 Thread Daniel Steinmann
rt. I see following solutions: a) Increase the slop. b) Make the size estimation more precise by adding the size of the current working directory for each relativ path element. What do you think? Daniel -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: Bug in path.cc (conv_path_list_buf_size)

2003-02-06 Thread Daniel Steinmann
On Wed, Feb 05, 2003 at 04:39:53PM -0500, Christopher Faylor wrote: > On Wed, Feb 04, 2003 at 04:02:37PM -0500, Christopher Faylor > wrote: > >On Wed, Feb 05, 2003 at 05:40:21PM +0100, Daniel Steinmann wrote: > >>The above mentioned function returns sometimes a too small

Newbie problems

2003-02-18 Thread Daniel Elenius
' or 'ldd'. What can I have done wrong? /daniel -- 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/

no installation instructions except in FAQ?

2003-02-28 Thread Daniel B.
to an installation guide? Thanks, Daniel -- 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: no installation instructions except in FAQ?

2003-02-28 Thread Daniel B.
Igor Pechtchanski wrote: > > On Fri, 28 Feb 2003, Daniel B. wrote: > > > On the documentation page at http://cygwin.com/docs.html, there no > > mention of installation instructions. It's not obvious that they are > > hidden in the FAQ list. > > > >

Re: no installation instructions except in FAQ?

2003-02-28 Thread Daniel B.
Igor Pechtchanski wrote: > ... > Daniel, > > Did I say your report was unwelcome? It seemed so at first. ("If you feel that documentation is lacking, write the appropriate sections..." sounded like "if you don't like it, fix it yourself.") Sorry for pe

RE: Bug: Win32 GTK binaries and Cygwin heap error

2003-03-14 Thread Horak Daniel
> It should be possible to 'coopt' the existing MS windowing > code from the > 'native' port, to compile a cygwin-based, but > MSwindow-not-Xwindow gtk. > Tor has two separate #defines throughout the code -- one indicates > 'windowing' and the other indicates 'platform'; you want the > firs

_init() and _fini() for dynamically loaded libraries?

2003-03-19 Thread Daniel Daboul
ldl".) Solaris declares _init and _fini in (actually returning int), which does not exists in my cygwin installation, but I'm not sure this is enough to conclude that it's unsupported. I didn't find help in the documentation or mail-archives. -- Daniel /* mylib.c gcc -Wall -c

Re: Installing cygwin NOT from web

2003-03-19 Thread Daniel Barclay
oing while booted in Linux), and then boot into Windows to install. Organizations that provide network installers usually also provide separately downloadable versions (witness Netscape, Mozilla (I think), Microsoft Windows service packs, Debian GNU/Linux). Could Cygwin follow suit someti

[ANNOUNCEMENT] Updated: naim-0.11.6.3-1

2003-10-30 Thread Daniel Reed
at all, please contact me directly at <[EMAIL PROTECTED]>, on AIM as "naim help", or on EFnet or Undernet IRC in #naim. If you are interested in the development of naim, feel free to subscribe to the naim-technical mailing list. Just send a blank email to <[EMAIL PROTECTED]> and

[ANNOUNCEMENT] New package: tcm-2.20-1

2003-11-30 Thread Daniel Bößwetter
ed already. If your mirror doesn't yet have the latest version of this package after 24 hours, you can either continue to wait for that site to be updated or you can try to find another mirror. For questions concerning the Cygwin port of TCM, feel free to contact me via email ([EMAIL PROTEC

Re: Some questions about ImageMagick and cygwin

2003-12-06 Thread Daniel Reed
an access symbols in other .dll files. So, on Cygwin I compile what is normally "naim" into libnaim_core.dll and create a stub naim.exe that just loads libnaim_core and executes libnaim_core's main(). -- Daniel Reed <[EMAIL PROTECTED]> http://naim-users.org/nmlorg/ http:/

Re: Ncurses prob

2004-01-09 Thread Daniel Reed
local/lib -shared -fPIC output.c -o ../liboncurses.so This linker line does not actually reference libncurses. Try adding -lncurses to the end of that line (you may need to go into /cygdrive/d/Data/calendar/lib/liboncurses and type it out manually, adding -lncurses to the end). -- Daniel

printf does not print long long ints properly

2004-01-23 Thread Daniel Jeliński
when I compile the following program: #include main() { long long i; i=100; i*=100; printf("%Ld",i); return 0; } I get the following: -727379968 instead of the expected 1 I am using gcc 3.3.1 the same code works nicely on linux machine with gcc 3.3.1 is any other information n

[ANNOUNCEMENT] Updated: naim-0.11.6.5-1

2004-02-01 Thread Daniel Reed
to subscribe to the naim-users mailing list. Just send a blank email to <[EMAIL PROTECTED]> and reply to the confirmation message. -- Daniel Reed <[EMAIL PROTECTED]> http://naim-users.org/nmlorg/ http://naim.n.ml.org/ There go my people. I must find out where they are going so

Re: wincvs and cygwin

2004-02-03 Thread Daniel Atallah
I believe that this is related to the problem that i have with gaim. If the tcl dll included with cygwin conflicts with the native win32 tcl (still a problem if you don't have native tcl installed) When wincvs tries to start up, it probes for a tcl dll, and when it finds it it tries to load it.

Re: wincvs and cygwin (tcl DLL naming issue)

2004-02-03 Thread Daniel Atallah
ething that wants to use the cygwin TCL dll could in turn find the native dll because it is first in the path. Furthermore, there is an easy solution to the problem that will make the problem go away (unless i'm missing something) - rename cygwin's dll to "cygtcl8x.dll" instead

cannot run POPFile with cygrunsrv anymore

2004-02-04 Thread dAniel hAhler
used_by_nt/2000/xp:1003:513:U-BASE\dAniel,S-1-5-21-1935655697-1957994488-1060284298-1003:/home/dAniel:/bin/bash | dAny:unused_by_nt/2000/xp:1005:513:dAny,U-BASE\dAny,S-1-5-21-1935655697-1957994488-1060284298-1005:/home/dAny:/bin/bash | Gast:unused_by_nt/2000/xp:501:513:U-BASE\Gast,S-1-5-21-

Re: wincvs and cygwin (tcl DLL naming issue)

2004-02-04 Thread Daniel Atallah
I agree with both of you. It is definitely a path problem, and i also agree that the cygwin bin shouldn't be in the windows path and vice versa. However, from the number of bug reports that i have received from wingaim users, it seems that it is a common practice to put the cygwin bin directory i

Re: cannot run POPFile with cygrunsrv anymore

2004-02-04 Thread dAniel hAhler
I verified that the whole cygwin directory is set with full permission to SERVICE and are inherited to all objects below.. I checked \var and \var\log - both are with full permissions to SERVICE.. only the existing popfile log in \var\log (under d:\cygwin) had strange setting: Read/Write for dan

Re[2]: cannot run POPFile with cygrunsrv anymore

2004-02-04 Thread dAniel hAhler
Hello cygwin-list, on Wed, 04. Feb 2004 at 11:17:39 -0500 Larry Hall wrote: >>But even I deleted the file, creating a "normal" service still fails >>(cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error >>1062) L> First, see: >>Problem reports: http://cygwin.com/problems.ht

Re: cannot run POPFile with cygrunsrv anymore

2004-02-04 Thread dAniel hAhler
Hello cygwin-list, on Wed, 04. Feb 2004 at 14:24:36 -0500 Larry Hall wrote: L> Services don't work if you install Cygwin as "Just Me". Either L> rerun setup.exe and choose "All Users" or remount your "user" L> mounts as "system" (see 'man mount'). That's a very good hint! I tried the second app

Re: cannot run POPFile with cygrunsrv anymore

2004-02-05 Thread dAniel hAhler
Hello cygwin-list, on Wed, 04. Feb 2004 at 23:33:20 -0500 Larry Hall wrote: >>and after deleting /var/log/popfile.log (which had no permissions for >>SYSTEM), it now works.. L> Excellent! >>If I understood correctly, the mount settings are stored in registry >>and so I do not have to put anythi

Re: cannot run POPFile with cygrunsrv anymore

2004-02-05 Thread dAniel hAhler
Hello cygwin-list, on Thu, 05. Feb 2004 at 12:56:12 -0500 Larry Hall wrote: btw: what would be changed, when running cygwin-setup.exe and going from "Installed for Just Me" to "All Users"? >>L> What changed is the mount type for the default mount points created by >>L> setup.exe. They ch

[ANNOUNCEMENT] Updated: naim-0.11.6.6-1

2004-02-11 Thread Daniel Reed
on AIM as "naim help," or on EFnet or Undernet IRC in #naim. If you are interested in the use and development of naim, feel free to subscribe to the naim-users mailing list. Just send a blank email to <[EMAIL PROTECTED]> and reply to the confirmation message. -- Daniel Reed <

Re: Question on cygwin Mirrors

2004-02-16 Thread dAniel hAhler
Hello cygwin-list, on Mon, 16. Feb 2004 at 09:24:32 -0500 Christopher Faylor wrote: C> The mirrors are checked twice a day to ensure that they are synced C> with the master. If they aren't they aren't, they are not included C> in the mirrors list. Great. btw: is there something like sending "If-

search and replace tool

2004-02-18 Thread dAniel hAhler
Hello cygwin-list, I'm looking for a search and replace tool to replace a text portion in a bunch (3500+) of files. That should be an easy one.. :) -- shinE! http://www.thequod.de ICQ#152282665 GnuPG/PGP key: http://thequod.de/danielhahler.asc -- Unsubscribe info: http://cygwin.com/ml/#

zsh and cygwin

2004-04-14 Thread Daniel Clausen
Hi I'm a zsh-user since like forever and use cygwin for a several years now. Every now and then when I made an update to my cygwin-environment (on an Win2k platform with NTFS) I had issues with the newest version when it came to running make. It either looped forever or just hung somewhere. I usu

Re: zsh and cygwin

2004-04-14 Thread Daniel Clausen
x27;t want to discuss the _current_ issue with zsh/cygwin, (if it still exists like about 1month ago) but was more wondering how fellow zsh/cygwin users feel about the situation and how they usually handle the problems. (like maybe they use zsh for 'regular work' but have a lil wrapp

nmap and cygwin

2004-04-17 Thread Daniel Houle
I'm new to the Cygwin world, in fact, I'm prety new to linux. I'm trying to nstall nmap on CTGWIN and I always get the following ewrror. error: Failed dependencies: ld-linux.so.2 is needed by nmap-3.50-1 libc.so.6 is needed by nmap-3.50-1 libm.so.6 is needed by nmap-3.50

incorrect dos version

2004-04-19 Thread Daniel Senderowicz
Hi, I'm new to this list. I read the FAQ but I couldn't find an answer nor a fix for my problem. I just installed the latest cygwin version (1.5.9) on a PC running windows NT-4.0. Everything went OK, and I can run programs from the console. However when I try to 'startx' it comes back with the mes

Re: incorrect dos version

2004-04-20 Thread Daniel Senderowicz
>> I'm new to this list. I read the FAQ but I couldn't find an answer >> nor a fix for my problem. I just installed the latest cygwin version >> (1.5.9) on a PC running windows NT-4.0. Everything went OK, and I >> can run programs from the console. However when I try to 'startx' >> it comes back wi

Re: incorrect dos version

2004-04-20 Thread Daniel Senderowicz
Hi, >>> I'm new to this list. I read the FAQ but I couldn't find an answer >>> nor a fix for my problem. I just installed the latest cygwin version >>> (1.5.9) on a PC running windows NT-4.0. Everything went OK, and I >>> can run programs from the console. However when I try to 'startx' >>> it com

RE: [coLinux-devel] Sparse files?

2004-05-13 Thread Daniel Slater
To Create Sparse files under windows, you must the DeviceIoControl() API with the FSCTL_SET_SPARSE flag to create a sparse file. I suspect cygwin's dd program is not using this API. Look on the Wiki site: http://www.colinux.org/wiki/index.php/NiceTools for some utilities for creating sparse files.

zsh & make

2004-04-27 Thread Daniel Clausen
e error is gone. I started 'make' under the cygwin-distributed zsh and a self-compiled one with the exact same results. No such problem under bash though. Also no problem under zsh under a different platform. (Solaris in our case) Any idea how to debug this further? Daniel C

RE: zsh & make

2004-04-28 Thread Daniel Clausen
mental problem of my make-problems as well. As long as this doesn't work, I don't even have to bother with make. Can anyone reproduce this behaviour? I'm using the latest of the greatest of cygwin on a Win2k machine. Regards, Daniel -- Unsubscribe info: http://cygwin

Re: Why not a news server?

2002-03-02 Thread Daniel Adams
Uhh, news://quimby.gnus.org/gmane.os.cygwin.; This server has been setup for several weeks now. -- Sincerely, Daniel Adams - [EMAIL PROTECTED] http://dana.ucc.nau.edu/~dpa3 1 Peter 4:10 (NIV)- Each one should use whatever gift he has received to serve others, faithfully administering God&#

Re: Why not a news server?

2002-03-02 Thread Daniel Adams
I am not the person who made the request and had the server set up. I am simply just an advocate of the whold idea of a news server. Would the person who did set it up, please step forward and post to the cygwin.com website. -- Sincerely, Daniel Adams - [EMAIL PROTECTED] http

Re: Why not a news server?

2002-03-02 Thread Daniel Adams
I went ahead and posted it to the cygwin.com thing. -- Sincerely, Daniel Adams - [EMAIL PROTECTED] http://dana.ucc.nau.edu/~dpa3 1 Peter 4:10 (NIV)- Each one should use whatever gift he has received to serve others, faithfully administering God's grace in its various forms. "

ntsec, ssh and cygwin

2002-03-28 Thread Daniel Holtkamp
... only the local ones). So, what to do now ? I´ve kinda run into a dead end for me :-) -- Daniel Holtkamp Riege Software International GmbH System AdministrationMollsfeld 10 40670

ssh from winxp -> RH-Linux w. Publickey

2002-04-02 Thread Daniel Holtkamp
ow what i made wrong, permissions are right n stuff, connection with password works fine and the debug shows no problem with the key ... i would say it´s a connection problem because it says "did on send a packet" but i´m unsure ... Any suggestions ? -- Daniel Holtkamp

Re[2]: ssh from winxp -> RH-Linux w. Publickey

2002-04-02 Thread Daniel Holtkamp
Hello Corinna, Tuesday, April 02, 2002, 4:08:36 PM, you wrote: CV> On Tue, Apr 02, 2002 at 02:20:57PM +0100, Donald MacVicar wrote: >> Daniel, >> Not really a cygwin question. The files on the unix end should not be >> .authorized_keys but authorized_keys - or eve

Setup configuration files specific to an installation.

2002-04-09 Thread Daniel Watford
installation specific info that would potentially screw up other installations across the network. Thanks Dan -- Daniel Watford. * email: [EMAIL PROTECTED] Development Engineer* tel:+44 (0)1227 369570 Ext: 258 EMS, Technology House, * fax:+44 (0)1227 740626 Herne

Re: Setup configuration files specific to an installation.

2002-04-09 Thread Daniel Watford
m just search for *.tar.bz2 files in the directory tree specified as Local Directory? Do the naming of the contrib and latest directories have any special significance to the setup program? Cheers Dan -- Daniel Watford. * email: [EMAIL PROTECTED] Development Engineer*

Odd question

2002-04-22 Thread Daniel Adams
EMAIL PROTECTED]/ to replace ftp:[EMAIL PROTECTED]/home/dan. I was wondering if anyone else has seen something similar to this, and if anyone has an idea of a workaround. -- Sincerely, Daniel Adams - [EMAIL PROTECTED] http://dana.ucc.nau.edu/~dpa3 1 Peter 4:10 (NIV)- Each one should use whatever gift h

Login as a different user?

2002-04-24 Thread Daniel Adams
My normal shell simply consists of Start Menu | Run | "tcsh" I hope someone is able to help me with this predicament. -- Sincerely, Daniel Adams - [EMAIL PROTECTED] http://dana.ucc.nau.edu/~dpa3 1 Peter 4:10 (NIV)- Each one should use whatever gift he has received to serve others, fait

Re: Login as a different user?

2002-04-24 Thread Daniel Adams
ad to help with some debugging stuff. But thanks for the suggestion for the time being I think it will help. -- Sincerely, Daniel Adams - [EMAIL PROTECTED] http://dana.ucc.nau.edu/~dpa3 1 Peter 4:10 (NIV)- Each one should use whatever gift he has received to serve others, faithfully administ

Re: Odd question

2002-04-28 Thread Daniel Adams
EMAIL PROTECTED]/ to replace ftp:[EMAIL PROTECTED]/home/dan. I was wondering if anyone else has seen something similar to this, and if anyone has an idea of a workaround. -- Sincerely, Daniel Adams - [EMAIL PROTECTED] http://dana.ucc.nau.edu/~dpa3 1 Peter 4:10 (NIV)- Each one should use whatever gift h

[craig@triscend.com: RE: gdb/546: GDB fails to build under Cygwin on Windows Hosts]

2002-05-14 Thread Daniel Jacobowitz
PROTECTED]> Subject: RE: gdb/546: GDB fails to build under Cygwin on Windows Hosts To: "'Daniel Jacobowitz'" <[EMAIL PROTECTED]>, Craig Hackney <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] X-Mailer: Internet Mail Service (5.5.2653.19) I crea

bug in "ar" when creating libraries on cross linked filesystems

2003-09-04 Thread daniel . hempel
s, when using local files, e.g. /usr/src # uname -a CYGWIN_NT-5.1 PCHEMPEL2 1.5.3(0.90/3/2) 2003-09-01 13:15 i686 unknown unknown Cygwin Best regards Daniel -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: bug in "ar" when creating libraries on cross linked filesystems

2003-09-05 Thread daniel . hempel
m Microsoft (Version 3.0). The operating system is Windows XP Professional. I installed cygwin version 1.5.3(0.90/3/2): # uname -a CYGWIN_NT-5.1 PCHEMPEL2 1.5.3(0.90/3/2) 2003-09-01 13:15 i686 unknown unknown Cygwin Thanks for your help Daniel (See attached file: cygcheck.out) cygcheck.out Descr

Re: bug in "ar" when creating libraries on cross linked filesystems

2003-09-08 Thread daniel . hempel
is more successful to make the rename command in &q

Re: bug in "ar" when creating libraries on cross linked filesystems

2003-09-08 Thread daniel . hempel
y with Cygwin? How can I access this directory from a non-cygwin application? Daniel -- 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/

[ANNOUNCEMENT] Updated: naim-0.11.6.1-1

2003-10-11 Thread Daniel Reed
D]>, on AIM as "naim help," or on EFnet or Undernet IRC in #naim. If you are interested in the use and development of naim, feel free to subscribe to the naim-users mailing list. Just send a blank email to <[EMAIL PROTECTED]> and reply to the confirmation message. -- Daniel R

Re: merging mingw and cygwin

2003-10-11 Thread Daniel Reed
f is usually very trivial, and anyone on the cygwin-apps mailing list should be able to help you while you are getting your C legs. Thanks for your interest, -- Daniel Reed <[EMAIL PROTECTED]> http://naim-users.org/nmlorg/ http://naim.n.ml.org/ "Real computer scientists like h

Add Download Manager to Cygwin Setup

2003-10-12 Thread Daniel Morgan
software to do that too, I could participate in open source software projects again. Thanks in advance, Daniel -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

relocatable cygwin installation

2003-10-14 Thread Daniel Edwards
hello, I have an installation of cygwin which for both convenice and consistency reasons should be shared between multiple users on many machines. This is under a source control system so that each user is guaranteed to use the same utilities, on any machine, without having to undergo the install

'bison' error, possibly installation related

2003-10-15 Thread Daniel Edwards
Hello, I'm getting the following error when i'm running the following bison command bison -yd -r all -p _NPropMgr prop_parser.y Signal 6 *** Error code 134 However, I've recently moved the cygwin installation and remounted and I think this is the real problem as I can make the problem go away

Re: Kudos to Daniel Reed

2003-10-21 Thread Daniel Reed
On 2003-10-21T13:06-0400, Christopher Faylor wrote: ) I think we need a big gold star for Daniel Reed, our new package ) coordinator. In my many years of association with Cygwin, I don't think ) I've ever seen anyone "come down running" and pick up on the job so ) quickly.

Spurious LISTENING ports open during network connections (was Re: Weird Naim.exe network usage?)

2003-10-27 Thread Daniel Reed
t the impact of this might be. It looks like this may be a known issue, referenced at http://cygwin.com/ml/cygwin/2000-06/msg00947.html, so I do not believe it is a major problem. However, I will defer if another Cygwin maintainer has any words of wisdom. -- Daniel Reed <[EMAIL PROTECTED]

No username for userid?

2001-12-05 Thread Daniel Rosenzweig
re is no /etc/passwd file... Any ideas how can I get a username! (Are there really 'logins' for Cygwin?) Thanks. - Daniel Rosenzweig [EMAIL PROTECTED] The URLs below are placed by NetZero - not me. Sign Up for NetZero Plati

  1   2   3   4   5   6   7   8   9   >