Changing Default SSH Directory to E:\ in Cygwin

2024-07-24 Thread Adrian Breten via Cygwin
your time and assistance. Best regards, Adrian Breten -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: Screen clearing in CMD without "Legacy Console Mode"

2021-04-30 Thread Jack Adrian Zappa via Cygwin
On Fri, Apr 30, 2021 at 1:31 PM Takashi Yano via Cygwin wrote: > Why on earth do you want to set TERM=cygwin? > If you don't set TERM=cygwin, TERM is automatically set to > xterm-256color, in which the issue does not occur. > Might be because for the longest time, if you didn't set it to cygwin,

ITB Berlin 2021

2021-01-15 Thread Kennedy adrian
ve further emails please reply back with "Leave Out" Regards, Kennedy adrian -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: nc fails to connect the first time and then succeeds

2020-04-21 Thread Jack Adrian Zappa via Cygwin
, then it works fine. Thanks, A On Tue, Apr 21, 2020 at 3:48 AM Jack Adrian Zappa wrote: > > I was trying to do some testing of a ssh port forwarding issue I was > having, by trying to reduce the problem into something simpler. So I > reached for netcat (nc). Turns out that when try

nc fails to connect the first time and then succeeds

2020-04-21 Thread Jack Adrian Zappa via Cygwin
or somehow by design? If by design, then why? If by error, then when can we expect this to be fixed? Thanks, Adrian -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info

Re: openssl-devel in openssh README

2019-05-26 Thread Sorin Adrian Savu
On Sun, May 26, 2019 at 10:50 AM Andrey Repin wrote: > Greetings, Sorin Adrian Savu! > > > Hello! > > > I had to compile openssh recently, and the README for cygwin is > referencing > > openssl-devel package which is obsolete now. I spent some time trying to >

openssl-devel in openssh README

2019-05-25 Thread Sorin Adrian Savu
Hello! I had to compile openssh recently, and the README for cygwin is referencing openssl-devel package which is obsolete now. I spent some time trying to figure this out. Can you please update https://github.com/openssh/openssh-portable/blob/85ceb0e64bff672558fc87958cd548f135c83cdd/contrib/cygwi

64 bit setup fails to run on WIndows 10

2019-03-11 Thread Adrian Blakey
Any ideas why the 64 bit setup program fails to run at all on my corporate Windows 10 laptop, whereas the 32 setup runs fine? The symptoms are whenever I run it either from the finder or from the command line it does not initialize or produce any output. The machine is modern Lenovo Thinkpad that

Re: How to repeat a bash shell script until success

2017-07-14 Thread Sorin Adrian Savu
On Fri, Jul 14, 2017 at 4:06 PM, cyg Simple wrote: > > On 7/14/2017 1:27 AM, Gary Johnson wrote: > > On 2017-07-12, Bryan Dunphy wrote: > >> I have a shell script, originally created for Mac OS X. that waits > >> for an external drive to be mounted (by testing an “ls” of the > >> volume’s root dir

Re: Bash seg faulting?

2017-06-02 Thread Jack Adrian Zappa
How about using -xv on your first line to see what is actually being executed when doing substitution? I.e. #!/bin/bash -xv Another possibility is that Wordconv.exe requires .DLLs that are not found in the path. HTH A On Fri, Jun 2, 2017 at 11:52 AM, Andy Hall wrote: > On 1 June Doug Henders

Re: Compiling rtorrent-0.9.4-1 with cygport

2016-11-11 Thread Sorin Adrian Savu
On Tue, Nov 8, 2016 at 8:24 PM, Marco Atzeri wrote: > On 26/10/2016 07:10, Sorin Adrian Savu wrote: >> >> Hello! >> >> I'm trying to compile rtorrent-0.9.4-1 with cygport to add support for >> XMLRPC. > > > rtorrent package is currently 0.9.6-1.

Compiling rtorrent-0.9.4-1 with cygport

2016-10-25 Thread Sorin Adrian Savu
Hello! I'm trying to compile rtorrent-0.9.4-1 with cygport to add support for XMLRPC. I've added: CYGCONF_ARGS="--with-xmlrpc-c" in the cygport file. When I try to compile, I get the following error: /usr/src/rtorrent-0.9.4-1.src/rtorrent-0.9.4-1.x86_64/src/rtorrent-0.9.4/src/display/window_fil

Re: malware

2016-06-09 Thread Jack Adrian Zappa
Are you referring to the 83.dotm file? Looks highly suspicious. o.O A On Thu, Jun 9, 2016 at 11:51 AM, Jack Adrian Zappa wrote: > Are you referring to the 83.dotm file? Looks highly suspicious. o.O > > > A > > On Thu, Jun 9, 2016 at 11:48 AM, Marco Atzeri > wrote: &

Re: Building the Open SSH package from source

2016-02-08 Thread Sorin Adrian Savu
On Mon, Feb 8, 2016 at 10:17 PM, Achim Gratz wrote: > Sorin Adrian Savu writes: >> I've been trying to build openssh-7.1p2-1.src using cyport. After >> several iterations due missing packages, I ended up with these errors >> after "cygport --debug openssh.cygport

Building the Open SSH package from source

2016-02-08 Thread Sorin Adrian Savu
Hello! I've been trying to build openssh-7.1p2-1.src using cyport. After several iterations due missing packages, I ended up with these errors after "cygport --debug openssh.cygport compile" and I have no idea how to proceed: 1: gcc -ggdb -O2 -pipe -Wimplicit-function-declaration -fdebug-prefix-

Using cp converts windows junctions to a cywin symlink

2015-11-02 Thread Adrian H
I was copying a directory of files, some of which were windows junctions. These got converted to a cygwin symlink. Although I am impressed that there are such a thing for those OSs/drives that do not support such things, for those that do, I think it would be good to keep the copy a junction. Oth

vim not working as an editor for git

2013-12-06 Thread Adrian Hawryluk
'. Can someone confirm that this is a bug? If I use gvim as my editor, it executes gvim and returns right away, not waiting for gvim to terminate. This appears to be another bug. Thanks, A -- ==== Adrian Hawryluk B

Re: mintty, xterm and rxvt freezes when displaying a binary stream

2013-05-13 Thread Jack Adrian Zappa
On Mon, May 13, 2013 at 5:45 PM, Andy Koppe wrote: > > On 13 May 2013 22:35, Adrian H wrote: > > I inadvertently dumped a binary stream to the terminal and it froze > > mintty. When I tried to kill the process dumping the data, it > > wouldn't die, even when using -9

mintty, xterm and rxvt freezes when displaying a binary stream

2013-05-13 Thread Adrian H
anyone wants to debug this further, just tell me where to put the binary file and you can do your thing. Not sure what that stream is doing to the terminal to do that to the process, but I don't think it should be doing that. Any idea what's happening? Adrian -- Problem

Re: 1.7.14: bind host crash

2012-05-04 Thread Adrian Fita
og host localhost and then investigate the resulting file, host_strace.log. First look at the end for any error, then, if there's no obvious error, look up for anything suspicious. PS: The "dst_lib_init: openssl failure" issue is indeed still not solved. -- Fita Adrian -- Probl

Re: "dst_lib_init: openssl failure" after yesterday's update

2012-04-05 Thread Adrian Fita
On Thu, Apr 5, 2012 at 23:17, Larry Hall (Cygwin) wrote: > On 4/5/2012 5:57 AM, Adrian Fita wrote: [...] >> After yesterday update I noticed that when I run host or dig, they >> give the error "dst_lib_init: openssl failure" (some other commands >> which use th

"dst_lib_init: openssl failure" after yesterday's update

2012-04-05 Thread Adrian Fita
ot; and "base-cygwin-3.1-1", but still no change. I also reinstalled base-cygwin, cygrunsrv, cygutils, cygwin, bind, libopenssl098, libopenssl100, but no change. Anything else I can try? -- Fita Adrian -- Problem reports: http://cygwin.com/problems.html FAQ: http:/

Re: hexedit install flub...now shell seems rudimentary

2012-02-20 Thread Adrian Sandstrom
; On Mon, Feb 20, 2012 at 2:39 AM, Adrian Sandstrom  wrote: >> That fixed it. That was a really good idea. How did you guys know the >> problem was a permissions issue? > > Because (they, not me) http://en.wiktionary.org/wiki/BTDTGTTS > >> >> On Sun, Feb 19, 2012 a

Re: hexedit install flub...now shell seems rudimentary

2012-02-19 Thread Adrian Sandstrom
That fixed it. That was a really good idea. How did you guys know the problem was a permissions issue? On Sun, Feb 19, 2012 at 7:59 AM, Ken Brown wrote: > [Please don't top post.] > > > On 2/18/2012 3:53 PM, Adrian Sandstrom wrote: >> >> I didn't have /etc/pr

Re: hexedit install flub...now shell seems rudimentary

2012-02-18 Thread Adrian Sandstrom
-r- 1 adrian None 6.9K Feb 18 11:14 profile profile.d: total 4.0K -rw-r--r-- 1 adrian root 109 Jan 18 07:50 openssl.csh -rw-r--r-- 1 adrian root 41 Jan 18 07:50 openssl.sh -rwxr-xr-x 1 adrian root 74 Jan 29 19:13 xinit.csh* -rwxr-xr-x 1 adrian root 44 Jan 29 19:13 xinit.sh* I did see that

hexedit install flub...now shell seems rudimentary

2012-02-18 Thread Adrian Sandstrom
h is sourcing my .bashrc file since all my aliases work. After this point I wasn't sure where to look. ~Adrian cygcheck.out Description: Binary data -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.co

dlopen() differences on CYGWIN_NT-5.1 and CYGWIN_NT-6.1

2011-08-26 Thread Adrian Batzill
o the file, if it matters. Compilation completely depends on the --export-all-symbols and -out-implib functionality). I hope someone can help me with that. Thanks, Adrian Below is the ldd-output on both systems of the application: Windows 7: ntdll.dll => /cygdrive/c/Windows/SYS

Fwd: MC/ncurses on cygwin: Borders turn into chinese characters and layout screws up

2009-11-20 Thread Adrian May
The cygwin folks will have to use their imaginations because their box doesn't want pictures. Not my problem. -- Forwarded message -- From: Adrian May Date: 2009/11/20 Subject: MC/ncurses on cygwin: Borders turn into chinese characters and layout screws up To: mc-de...@gnom

[Bug c/41692] New: -fno-leading-underscore ignored

2009-10-12 Thread adrian dot alexander dot may at gmail dot com
ned at gcc dot gnu dot org ReportedBy: adrian dot alexander dot may at gmail dot com GCC build triplet: Cygwin GCC host triplet: Cygwin GCC target triplet: Cygwin http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41692 --- You are receiving this mail because: --- You are on the CC lis

Access Denied to registry keys HKLM\Software

2007-10-29 Thread Adrian Hill
I am new to Cygwin, we are running version 1.59. Cygwin used is for account management for our Active Directory. Cygwin is used to launch an C-based program (that is running as service) that calls a VB6 Program, which is called via a SSH connection from our central account management system that

Re: GNUS and cygwin

2006-04-27 Thread Adrian Lanz
is no solution on a permanent basis, do: - open "VirusScan console" - open "access protection properties" - edit "prevent mass mailing worms from sending mails" - add "emacs.exe" to the list of "excluded processes" That's it! Ad

Re: exim-4.50-1: SMTP sending fails with "Software caused connection abort"

2006-03-14 Thread Adrian Lanz
pmail library under Cygwins's Gnu Emacs and under Windows native EmacsW32 (CVS version). Turning off virus scan, solves all these test cases. No idea, however, what the real problem is ... Thanks, Adrian. -- 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: Installing cygwin by manually copying c:\cygwin to another machine

2006-01-16 Thread Adrian Maier
On 1/16/06, Chris Taylor <[EMAIL PROTECTED]> wrote: > Adrian Maier wrote: > > On 1/16/06, Yitzchak Scott-Thoennes <[EMAIL PROTECTED]> wrote: > > > >>I think the key word there is "does not yet *support*". Run setup > >>--help from a command

Re: Installing cygwin by manually copying c:\cygwin to another machine

2006-01-16 Thread Adrian Maier
ave seen the same happening with other programs as well (namely qemu). Adrian Maier -- 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: Installing cygwin by manually copying c:\cygwin to another machine

2006-01-16 Thread Adrian Maier
t the need of choosing individual packages; and with no need of internet connection ... Adrian Maier -- 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: Fatal error when trying to initialise PostgreSQL in cygwin

2006-01-13 Thread Adrian Maier
On 1/13/06, Dave Korn <[EMAIL PROTECTED]> wrote: > > I hadn't read that file. > > Started the cygserver, but initdb still crashes. > > But did you also turn up the kern.ipc.semmns parameter? I tried with 100 and 300. The same error occurs. Adrian Maier -

Re: Fatal error when trying to initialise PostgreSQL in cygwin

2006-01-13 Thread Adrian Maier
On 1/13/06, Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Jan 13 12:44, Adrian Maier wrote: > > Hello, > > > > /usr/bin/initdb: line 564: 3312 Bad system call "$PGPATH"/postgres > > -boo > > Did you read /usr/share/doc/Cygwin/postgresq

Re: Installing cygwin by manually copying c:\cygwin to another machine

2006-01-13 Thread Adrian Maier
the > target system, and then check the mount points in by starting bash > from explorer and just call `. my_mounts'. I'll try to set these mounts points. Thanks, Adrian Maier -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.

Fatal error when trying to initialise PostgreSQL in cygwin

2006-01-13 Thread Adrian Maier
50 creating configuration files... ok creating template1 database in pgsql_data//base/1... /usr/bin/initdb: line 644: 360 Bad system call "$PGPATH"/postgres -boot -x1 $PGSQL_OPT $BOOTSTRAP _TALK_ARG template1 initdb: failed This happens for both postgresql 7.4.5 and 8.1.

Installing cygwin by manually copying c:\cygwin to another machine

2006-01-13 Thread Adrian Maier
unzipped it on the other computer. Unfortunately, this does not seem to be enough ( the cygwin simply doesn't run ). My question is: what are the settings required by cygwin to operate normally? ( i guess it needs some environment variables and/or registry settings ). Cheers, Adrian

Re: Setup.exe parse error while reading .ini file setup.bz2

2006-01-04 Thread Frank Adrian
Seems to be fixed now. Thanks whomever... faa -Original Message- From: Frank Adrian Sent: Wednesday, January 04, 2006 4:17 PM To: 'cygwin@cygwin.com' Subject: Setup.exe parse error while reading .ini file setup.bz2 I am running on a WXP Pro system.  Today I tried

Setup.exe parse error while reading .ini file setup.bz2

2006-01-04 Thread Frank Adrian
e was pushed out to the mirror sites Frank A. Adrian -- 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/

cygwin1.dll problems for total newbies

2005-12-31 Thread adrian godfrey
Downloaded it twice because I thought it was a download problem. Running a .exe threw up a cygwin1.dll not found error I fixed the cygwin1.dll error by copying it into the windows\system32 folder. No problems otherwise. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pro

Re: Diff and grep problems

2005-08-25 Thread Adrian Marsh
erver 135.86.68.147 Eric Blake wrote: -----BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Adrian Marsh on 8/25/2005 3:52 AM: I've trying to compare two files using diff from a .bat file : diff -iX scripts/%2.ignorelist "%difffile1%" "%difffile2%" ...

Diff and grep problems

2005-08-25 Thread Adrian Marsh
--file=c.txt a.txt C:\backups\__cisco_backups>grep --file=c.txt a.txt A. -- ---- Adrian Marsh Mobility Lab Support *Postal:* Lucent Technologies, The Quadrant, Stonehill Green, Swindon, SN5 7DJ, UK Phone: /*+44 17

mail?

2005-07-03 Thread Adrian Chelar
mail test mail. Adrian Chelar Home : [EMAIL PROTECTED] Office : [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http

Re: How do I get an old version of cygwin?

2005-01-21 Thread Adrian Cox
On Thu, 2005-01-20 at 11:07 +0100, Corinna Vinschen wrote: > On Jan 20 09:47, Adrian Cox wrote: > > It would be useful if there was a forum for people who distribute > > cygwin1.dll along with an application. I'm not very interested in the > > whole Cygwin distributio

Re: How do I get an old version of cygwin?

2005-01-20 Thread Adrian Cox
maintaining an in-house fork of the code to solve my problems. I doubt I'm the only one doing this, and I'll happily take it to a more appropriate list. I'm even prepared to host the list myself if there's demand. If anybody else does need to do this sort of thing, mail me off l

Re: How do I get an old version of cygwin?

2005-01-19 Thread Adrian Cox
On Tue, 2005-01-18 at 09:51 -0500, Christopher Faylor wrote: > On Tue, Jan 18, 2005 at 08:41:51AM +0000, Adrian Cox wrote: > >Have you considered building a custom version of the latest Cygwin, and > >putting it on their box in a different directory? Trying to solve this > &

Re: How do I get an old version of cygwin?

2005-01-18 Thread Adrian Cox
CYGWIN_VERSION_DLL_IDENTIFIER and CYGWIN_INFO_CYGNUS_REGISTRY_NAME should do the job. -- Adrian Cox <[EMAIL PROTECTED]> -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.co

Re: Multiple installations and 3PPs

2005-01-16 Thread Adrian Cox
On Sat, 2005-01-15 at 19:42 -0500, Arturus Magi wrote: > Adrian Cox wrote: > > > So what are the other problems? > > Programs picking up the wrong version of the DLL and failing with little > or no explanation available to the user (whom will, likely as not, fail > to

Re: Multiple installations and 3PPs

2005-01-14 Thread Adrian Cox
On Fri, 2005-01-14 at 12:15 -0500, Christopher Faylor wrote: > On Fri, Jan 14, 2005 at 04:50:03PM +0000, Adrian Cox wrote: > >Multiple installations of Cygwin clash, both over the registry name > >used for the mount table and the name of the shared memory region. > >This makes

Multiple installations and 3PPs

2005-01-14 Thread Adrian Cox
to remain independent of each other on NT based windows. -- Adrian Cox <[EMAIL PROTECTED]> -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: h

Re: update on hyperthreading system for cgf

2005-01-14 Thread Adrian Cox
minutes when running XP Pro. The same machine runs the test case for a very long time without incident under Windows 2000. -- Adrian Cox <[EMAIL PROTECTED]> -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html D

Re: Hyperthreading Problem - suggestion

2005-01-10 Thread Adrian Cox
SMP system. The timing is different. Is there anybody out there who has Windows XP and hyperthreading and _can't_ reproduce the problem? This is making me nervous about a project I'm planning, as most of the target machines will be P4s with hyperthreading running XP. -- Adrian Cox <[E

Re: bk/ssh problem

2004-11-23 Thread Adrian Corduneanu
Hi Stefan, Check the following threads for Cygwin's recent problems with SSH and native Windows applications on Windows XP Service Pack 2 (Service Pack 1 does not lead to problems): Re: More pipe problems (was Re: [Fwd: 1.5.11-1: sftp performance problem]) Executing ssh from perl A

Re: Executing ssh from perl

2004-11-23 Thread Adrian Corduneanu
performance problem]) Best, Adrian Stephen Studley wrote: At 12:33 PM -0500 11/22/04, Igor Pechtchanski wrote: That's probably the best you could hope for at this point. If you want to know why the original program didn't work as expected, you should really ask the distributor of your Win

Re: More pipe problems (was Re: [Fwd: 1.5.11-1: sftp performance problem])

2004-11-22 Thread Adrian Corduneanu
of unison to point your local unison to your unison build on the server. Alternatively, you can bypass Cygwin altogether by using the Putty implementation of SSH instead of the Cygwin OpenSSH. Here are instructions how to use unison with Putty: http://www.spurtle.net/unison/ Adrian Michael

Re: More pipe problems (was Re: [Fwd: 1.5.11-1: sftp performance problem])

2004-11-21 Thread Adrian Corduneanu
Hi All, One temporary solution is to use the Cygwin version of unison, rather than the native Windows version. The Cygwin unison package is available through setup, or can easily be compiled from sources in the Cygwin environment. Adrian Karl M wrote: Hi All... Back on Octber 4-6, Corinna

Ahhhhh!

2004-11-19 Thread Adrian Hawryluk
using is Win2K, and has not changed when I tried to update my cygwin. Is there anything that can be done? Is there a way to go back further to an earlier verion that works? Any help you could give me would be appreciated. Adrian -- 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: Rebuilding GDB

2004-09-21 Thread Adrian Cox
On Mon, 2004-09-20 at 18:14, Dave Korn wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of Adrian Cox > > Sent: 20 September 2004 14:44 > > > I'm trying to build a Cygwin hosted GDB for debugging ARM and PowerPC > > boards. After runn

Rebuilding GDB

2004-09-20 Thread Adrian Cox
nitialization fr om incompatible pointer type /usr/src/gdb-20030919-1/libgui/src/tclwinprint.c:908: warning: initialization fr om incompatible pointer type make[3]: *** [tclwinprint.o] Error 1 Where should tkWinInt.h come from? I've got other Tcl/Tk header files in /usr/include, but I'm

Problem with ncurses-5.3-20030719-patch.sh

2004-09-17 Thread Adrian Ford
modify the INSTALL document to list patch as a prerequisite). Thanks and regards, Adrian Ford ___ALL-NEW Yahoo! Messenger - all new features - even more fun! http://uk.messenger.yahoo.com -- Unsubscribe info:

Checking initialization in phread_mutexattr_init

2004-03-15 Thread Adrian
Dear developers Dear Thomas As Thomas Pfaff has commented in previous messages, for example, http://www.cygwin.com/ml/cygwin/2003-10/msg01227.html, cygwin contains some code to check for an already initialized mutex attr and other pthread types. I would strongly recommed to remove those checks be

On Windows.NET

2003-11-04 Thread Adrian Parker
Hello. Do you guys know if Cygwin will run on Windows.NET? I just downloaded a copy from one of your mirrors. I installed XFree86 and dependencies. I have a Linux machine on the same network, which both has X clients/servers installed, and allows connections. I used `X -broadcast` from within

Cant get list of download sites

2003-10-29 Thread adrian
ing words my mother wouldn't, but consoled myself with the explanation that IE could look like a spambot, especially after I'd switched off the friewall. Thanks in advance for any help, especially if you also CC it to adrian at stone-age-software dot com. Ad. -- Unsubscribe info: htt

Re: How to build Apache2?

2003-04-06 Thread Adrian J. Moreno
Download the .tar.gz file here: http://httpd.apache.org/download.cgi Then follow the "Overview for the Impatient" http://httpd.apache.org/docs-2.0/install.html HTH, Adrian Gerrit P. Haase wrote: Hallo, Does someone have Apache2 running on Cygwin? How to build it all static o

Re: Fw: Cygwin Questions

2002-12-26 Thread Adrian Chong
Hi, But, I can't see the package "fileutils" in setup.exe. Now I have to download from FTP manually. Adrian - Original Message - From: "Michael A Chase" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Adrian Chong" <[EMAIL PROTECTED]>

Re: Cygwin Questions

2002-12-26 Thread Adrian Chong
Hi Carlo, Thanks for your prompt reply. I have to manually browse to the FTP site and get myself. After extracting the fileutils the problems have gone. HmmmI double check the setup program it only has findutils but not fileutils. Is it a bug in the setup.exe? Thanks. Adrian

Fw: Cygwin Questions

2002-12-26 Thread Adrian Chong
ror site: ftp.gnupilgrims.org I am suspecting it is due to the problems of the mirror sites. Does anybody know those simple commands (ls, mkdir, etc) belongs to which package? Thanks. Adrian > > - Original Message ----- > From: "Carlo Florendo" <[EMAIL PROTECTED]>

Re: Cygwin Questions

2002-12-26 Thread Adrian Chong
Hi, I have tried to install all components (by selecting "install" for the item "All" when running setup.exe). Anybody else has this problems (ls, mkdir, those simple commands can't be executed)? Thanks. Adrian - Original Message - From: "Dockeen&qu

Re: Command not found?

2002-12-26 Thread Adrian Chong
Hi, I found that the ls.exe and mkdir.exe do not exist. I am wondering whether they are deliberately removed. Adrian - Original Message - From: "Christopher Faylor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, December 2

Command not found?

2002-12-26 Thread Adrian Chong
Hi, I have just changed to Cygwin 1.3.17-1 from 1.3.2. I found that those simple commands such as mkdir, ls,...have been removed for this release and I get "Command not found" when running them. What happens? Is this a installation problems? Thanks. Adrian -- Unsubscribe info:

UNC paths are not supported. Defaulting to Windows directory.

2002-12-05 Thread Adrian C. Brown
ional in a Windows 2000 domain with folder redirection. What can I do to solve this? Adrian. -- 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/

help compiling?

2002-10-14 Thread Adrian C. Brown
.c:25: undefined reference to `__main' make: *** [kernel.elf] Error 1 Adrian. -- 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: hmmm possible gpl problem?

2002-04-23 Thread Adrian Prantl
release there works to the public. btw I think the GPL only states that the sources should be made available if someone asks for them, so it would be ok to distribute the program in binary form and send the source per email if requested. (please correct me if I am wrong) regards, adrian -- Un

Re: Looking for a mail server

2002-03-14 Thread Adrian Phillips
>>>>> "Andrew" == Andrew DeFaria <[EMAIL PROTECTED]> writes: Andrew> Adrian Phillips wrote: >>>>>>> "Andrew" == Andrew DeFaria <[EMAIL PROTECTED]> writes: >>>>>>> Andrew> I'm look

Re: Looking for a mail server

2002-03-13 Thread Adrian Phillips
servers that run under Andrew> Cygwin? Search google for exim and cygwin - its not sendmail but its one of the "known" Unix SMTP servers, Sincerely, Adrian Phillips -- Your mouse has moved. Windows NT must be restarted for the change to take effect. Reboot now? [OK] -- Unsu

Re: Windows XP, inetd, and procmail, fetchmail, and mutt

2002-01-19 Thread Adrian Phillips
ssmtp will not run in daemon mode. Kent> Besides the NT apps blat or IIS, is there an smtp server Kent> that runs under cygwin? Check the archives - exim has been "ported", Sincerely, Adrian Phillips -- Your mouse has moved. Windows NT must be restarted for the chan

Re: Succesful installation but not working (CYGWIN)

2002-01-17 Thread Adrian . Birch
Problem solved ! Thanks ! ** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error pleas

Re: Succesful installation but not working (CYGWIN)

2002-01-17 Thread Adrian . Birch
? Many thanks in advance. Adrian Birch Cygnus Win95/NT Configuration Diagnostics Current System Time: Thu Jan 17 09:58:30 2002 Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 2 Path: c:\Perl\bin\ c:\WINNT\system32 c:\WINNT c:\WINNT\System32\Wbem c:\bin c

Succesful installation but not working (CYGWIN)

2002-01-16 Thread Adrian . Birch
bash-2.05a$ source profile bash: id: command not found bash: mkdir: command not found bash: cd: /: No such file or directory adrian@ADRIAN /cygdrive/c/cygwin/etc $ It looks like /etc/profile is not being run beacuse the path (from / is not being found). Any ideas ? Thanks in advance, Ad

Re: Newbie ssh question

2002-01-07 Thread Adrian Phillips
an affect. Its certainly easier than having to mess with the registry, Sincerely, Adrian Phillips -- Your mouse has moved. Windows NT must be restarted for the change to take effect. Reboot now? [OK] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: Newbie ssh question

2002-01-06 Thread Adrian Phillips
the message James> "Read from remote host x.x.x.x: Connection reset by peer James> Connection to x.x.x.x closed." Do you have a firewall in between. Firewalls throw away connections when there unused for a while, Try turning on KeepALive (or whatever the option is called now)