Re: cygwin service

2002-10-04 Thread vince
try 'cygrunsrv -I apache -p /usr/sbin/apachectl start -k' as thats what works for me. - Original Message - From: "Christoffer Walther" <[EMAIL PROTECTED]> To: "Max Bowsher" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, October 04, 2002 12:58 PM Subject: cygwin service > > I c

RE: downloading cygwin from linux

2005-04-19 Thread Vince
want you to use info instead of man.) Vince > > Thank you > > --- "Robb, Sam" <[EMAIL PROTECTED]> wrote: > > > From: Igor Pechtchanski > > > Sent: Tuesday, April 19, 2005 12:33 PM > > > To: community help > > > Cc: cygwin@cygwin.com >

RE: How well supported is csh/tcsh?

2005-04-20 Thread Vince
easons Against using csh although this is only if you are planning to do much Scripting with csh. Vince > > Regards, > Jason > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentatio

RE: mount?

2005-05-03 Thread Vince
All file access in cygwin is done through windows, so it should see a fat partition fine. It will automagicly be mounted as /cygdrive/ Its well worth reading man mount though. Vince > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of be

RE: [Windows Security] User rights inherited from parent directory

2005-08-12 Thread Vince
hile but if I remember rightly, if you don't want cygwin to set the permissions then add nontsec to your CYGWIN environment Variable and windows will handle permssions for you so permissions are inherited. Vince > > cheers, > DaveK > -- > Can't think of a witty

RE: OpenLDAP NT Service

2005-08-12 Thread Vince
oad) reload ;; status) status $SLAPD RETVAL=$? ;; *) echo $"Usage: $0 {start|stop|restart|reload|condrestart|status}" RETVAL=1 esac exit $RETVAL --

Re: big enormous shell script - to remotely execute .exes on machines

2007-11-30 Thread Vince
ne. Anyone know if this is possible ? > Easiest way I can think of would be to use psexec http://www.microsoft.com/technet/sysinternals/Utilities/PsTools.mspx Vince > Thanks - > Gabe -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.

serial port block on the command line

2012-10-30 Thread vince
Hi, Why this command is blocking on the cygwin shell: echo "Hello" > /dev/ttyS0 I need to break it with ctrl-c and it gives me the following line: -bash: echo: write error: Interrupted system call I don't understand what is going on. Thanks, Vince -- View this message

RE: inetd anonymous ftp access

2003-03-20 Thread Vince Hoffman
/in.ftpd in.ftpd if none of this helps, check that your mounts are system mounts. umm thats all i can think of. > -Original Message- > From: Vito [mailto:[EMAIL PROTECTED] > Sent: 20 March 2003 17:54 > To: Vince Hoffman; [EMAIL PROTECTED] > Subject: Re: inetd anonymous ftp ac

RE: Problem with PVM on CYGWIN

2003-03-21 Thread Vince Hoffman
Hmm well ssh will definately allow passwordless logins etc and as far as i know rsh will too. the only limitations being that you wont get windows network access. could you use that instead ? (i dont know what PVM is) > -Original Message- > From: Onur SOYSAL [mailto:[EMAIL PROTECTED] > Se

RE: Installing cygwin NOT from web

2003-03-21 Thread Vince Hoffman
you'd be supprised. -Original Message- From: Daniel Barclay [mailto:[EMAIL PROTECTED] Sent: 21 March 2003 17:25 To: Vince Hoffman Cc: cygwin cygwin Subject: Re: Installing cygwin NOT from web Vince Hoffman wrote: > if you want to just make a local mirror, ... > > Be

RE: CVS and binary/text files.

2003-03-21 Thread Vince Hoffman
Umm not sure if a) anyones already answered this or b) it will suit your problem, but if you need to quickly change a directory between text or binary, mount it in the mode you need. eg. mkdir /mnt mount -t h:/documents /mnt for text mode. then to switch it. umount /mnt mount h:/documents /mnt (a

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

2003-03-26 Thread Vince Hoffman
Havent a clean system to try a full install. however on running it to upgrade/add packages the first run crashed . on the second run all was fine and componants were added/updated perfectly. I tried running a few more times to reproduce the crash and on average about one in 5 times (very rough ave

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

2003-03-27 Thread Vince Hoffman
> Ok, well this is 'not good' :}. > > At what point does it crash? > At start before any window appears. Shuttting down cygwin services made no difference. let me know if there is any more i can do to help the problem. > Assuming it crashes straight after download screen - can you do a few > t

mount manpage discrepancy

2003-03-27 Thread Vince Hoffman
Just a quicky to say that the mount manpage lists text as the default mode, while mount --help lists binary as the default. vince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com

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

2003-03-31 Thread Vince Hoffman
I'll try it as soon as i get home, it doesnt crash on my work machine. > -Original Message- > From: Max Bowsher [mailto:[EMAIL PROTECTED] > Sent: 29 March 2003 21:26 > To: Robert Collins; Vince Hoffman > Cc: [EMAIL PROTECTED] > Subject: Re: Corrected: setup.e

RE: setup pre-release troubleshooting snapshot

2003-04-01 Thread Vince Hoffman
i'll try when i get home (honestly i will this time. ;) > -Original Message- > From: Robert Collins [mailto:[EMAIL PROTECTED] > Sent: 01 April 2003 06:47 > To: [EMAIL PROTECTED] > Subject: setup pre-release troubleshooting snapshot > > > Ok, in a (possibly futile :]) attempt to fix a bug

sshd through sysV init

2003-04-01 Thread Vince Hoffman
et some logging going but no luck (my shell scriptings pretty bad so no big supprise if i interperated that wrong.) and clues appreciated. --- Vince Hoffman Systems Administrator Euro RSCG Circle (London) P: 020 7959 7576

RE: sshd through sysV init

2003-04-01 Thread Vince Hoffman
- > From: Sergey Okhapkin [mailto:[EMAIL PROTECTED] > Sent: 01 April 2003 18:55 > To: 'Vince Hoffman'; [EMAIL PROTECTED] > Subject: RE: sshd through sysV init > > > Make sure /etc/ssh_* files are readable for SYSTEM account. > > > -Original Message

RE: Most recent release

2003-04-04 Thread Vince Hoffman
sounds like you have a (minor i hope) problem, less at least should have installed. IIRC vi(m) isnt installed by default, less is and page i dont think we have. If its been a few years then have a look through the packages available though setup these days. You can also see whats available online a

RE: Default home dir: /cygdrive/c

2003-05-30 Thread Vince Hoffman
do you have HOME set as a windows environment variable ? > -Original Message- > From: a12 [mailto:[EMAIL PROTECTED] > Sent: 30 May 2003 14:10 > To: [EMAIL PROTECTED] > Subject: Default home dir: /cygdrive/c > > > Hi gurus, > > After installing successfully Cygwin on several NT4/2K hosts

RE: Default home dir: /cygdrive/c

2003-05-30 Thread Vince Hoffman
4:24 > To: Vince Hoffman > Cc: 'a12'; [EMAIL PROTECTED] > Subject: Re: Default home dir: /cygdrive/c > > > Vince Hoffman wrote: > > do you have HOME set as a windows environment variable ? > > > > From his cygcheck output: > > HOME = `c:\&

RE: cygwin and windows registry

2003-05-09 Thread Vince Hoffman
if just want the bare essentials (no unixlike environment) and you realy dont want it in the registry then you can refer to everything by /cygpath/${driveletter} (i use rsync on 2 servers this way. i just have them and cygwin1.dll in path. and use absolute paths to run it and specify its conf file

RE: problem with telnet, xinetd, native console apps

2003-06-12 Thread Vince Hoffman
> > Messages in the archive make it sound like ssh/sshd solve > this problem but > not for me. The CYGWIN environment variable in my ssh > session is binmode > ntsec tty. I'd love to know where this is coming from, or if > I can change > it. I tried changing it explicitly with > > $ export

Re: Rsync / SSH / Cygwin .. permission problems..

2003-06-02 Thread Vince Hoffman
> >Cygwin is installed on both systems and works perfectly. OpenSSH is > >installed and running, and the rsync user we created is able to ssh using > >password-less keys between the 2 systems. When I run rsync, it correctly > >pulls the data down that I want. The problem is that there are NO > >

RE: top is gone (PLUS sshd logs)

2003-06-20 Thread Vince Hoffman
Hi, sshd stores its logs in the windows event log. Vince > -Original Message- > From: Fred Ma [mailto:[EMAIL PROTECTED] > Sent: 20 June 2003 08:30 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: top is gone (PLUS sshd logs) > > &

RE: top is gone (PLUS sshd logs)

2003-06-20 Thread Vince Hoffman
They are a little raw but the important stuff is there. the log in /var/log/sshd.log is the error log useful for stroubleshooting if sshd wont start. > -Original Message- > From: Fred Ma [mailto:[EMAIL PROTECTED] > Sent: 20 June 2003 10:48 > To: Vince Hoffman > Cc: [

RE: ProFTPd usable on WinXP-HE, questionable to me

2003-06-23 Thread Vince Hoffman
Is this any help ? http://archives.postgresql.org/pgsql-cygwin/2003-03/msg00047.php > -Original Message- > From: Soren A. [mailto:[EMAIL PROTECTED] > Sent: 23 June 2003 10:14 > To: [EMAIL PROTECTED] > Subject: Re: ProFTPd usable on WinXP-HE, questionable to me > > > "Soren A." <[EMAIL P

RE: Help on Scripts

2003-06-27 Thread Vince Hoffman
Not realy thecorrect list, you need a shell scripting list or newsgroup like comp.unix.shell however in bash something like ---cut here-- #!/bin/bash #enter date here (using your example) DATE=20030117 #set number here NUMBER=5100025 for file in PPD.$DATE.*

RE: Problems with cron - Almost there

2003-07-02 Thread Vince Hoffman
I think the format for every 5 minutes is /5 * * * * touch /tmp/test.file read man 5 crontab rathe than just man crontab. > -Original Message- > From: Jarrod Hermer [mailto:[EMAIL PROTECTED] > Sent: 02 July 2003 12:51 > To: [EMAIL PROTECTED] > Cc: 'Elfyn McBratney'; 'Harig, Mark' > Subje

RE: Problems with cron - Almost there

2003-07-02 Thread Vince Hoffman
Doh sorry thats */5 * * * * "command" > -Original Message- > From: Vince Hoffman [mailto:[EMAIL PROTECTED] > Sent: 02 July 2003 12:56 > To: 'Jarrod Hermer'; [EMAIL PROTECTED] > Cc: 'Elfyn McBratney'; 'Harig, Mark' > Subject:

RE: help running tftpd under winXP

2003-07-03 Thread Vince Hoffman
will it run under inetd rather than as a stand alone service ? (since it has a commented entry in inetd.conf) > -Original Message- > From: Rajesh Gottlieb [mailto:[EMAIL PROTECTED] > Sent: 03 July 2003 17:40 > To: [EMAIL PROTECTED] > Subject: Re: help running tftpd under winXP > > > Ther

RE: ping Corinna

2003-07-08 Thread Vince Hoffman
its an encryption algorithm, (International Data Encryption Algorithm) (a tiny bit about the idea algorithm.) -Original Message- > From: james lankton [mailto:[EMAIL PROTECTED] > Sent: 08 July 200

RE: is mail or mailx ported to cygwin

2003-07-08 Thread Vince Hoffman
mutt should be fine to script with. > -Original Message- > From: Steve [mailto:[EMAIL PROTECTED] > Sent: 08 July 2003 17:16 > To: [EMAIL PROTECTED] > Subject: is mail or mailx ported to cygwin > > > Hi, I am on win 2000. > > Did not notice mail or mailx in my installatin of cygwin. I

RE: cygwin 1.5.0 and managed mode

2003-07-10 Thread Vince Hoffman
mount manipulates the registry entrys for you. > -Original Message- > From: Pavel Rozenboim [mailto:[EMAIL PROTECTED] > Sent: 10 July 2003 15:11 > To: [EMAIL PROTECTED] > Subject: RE: cygwin 1.5.0 and managed mode > > > > > > -Original Message- > > From: Elfyn McBratney [mailto

RE: anybody has an exim binary with mysql support? Got 'main option "mysql_servers" unknown' error upon start-up

2003-07-10 Thread Vince Hoffman
> > Questions: > 1) Does anybody have a cygwin exim binary that also has mysql support? > 2) also, as per http://cygwin.com/cgi-bin2/package-grep.cgi?grep=ldd, I don't find a usable ldd - will "cygcheck" find all relevant libraries in exim-4.20-1.exe? I seem to remember Chris saying cygcheck was

RE: Backing up Cygwin

2003-07-11 Thread Vince Hoffman
just the mount entries to save your mount entries start a windows command prompt (comman.com or cmd.exe depending on your windows version)# cd c:\cygwin\bin run mount -m > mounts.bat then backup the mounts.bat file along with the rest. when you have rinstalled and restored cd c:\cygwin\bin and

RE: problem starting cron as a service

2003-07-21 Thread Vince Hoffman
anything in /var/log/cron.log ? and are you mounts system or user ? ie. $ mount |grep "/ type system" should give something like h:\cygwin on / type system (binmode) > -Original Message- > From: Bill McCormick [mailto:[EMAIL PROTECTED] > Sent: 21 July 2003 08:25 > To: Cygwin > Subject:

RE: problem starting cron as a service

2003-07-21 Thread Vince Hoffman
'll do better keeping messages on list as theres a whole lot more experience out there than I have. One thing you could try is running cron manualy from the command line as localsystem and seeing if you get any clues in the output. (appologys if you have and i missed that message.) Vince ps. th

RE: problem starting cron as a service

2003-07-21 Thread Vince Hoffman
ce > > > How do I run a prog as localsystem? > > > -Original Message- > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf > > Of Vince Hoffman > > Sent: Monday, July 21, 2003 9:38 AM > > To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTE

RE: Error message from gcc: "entry point putc_unlocked could not be l ocated ..."

2003-07-23 Thread Vince Hoffman
You may have 2 versions of the cygwin dll then, post the contents of cygcheck -s -v -r as an uncompressed attachment to the list. (and try a search on cygwin1.dll and see if you can find it more than once. > -Original Message- > From: David Guaspari [mailto:[EMAIL PROTECTED] > Sent: 23 Jul

RE: apache dies with pppoe

2003-07-24 Thread Vince Hoffman
Since dhcp is handled by windows i cant see how you can avoid having to run a cron job, even if just a script to check if your ip has changed and restart apache if so. somthing like this ---cut foo.sh--- #!/bin/bash #check if we have the old IP recorded if [ -e /tmp/old.ip ]

RE: cygwin to backup Windows data

2003-08-06 Thread Vince Hoffman
) native utils or maybe have a look at the amanda (backup program) client that apparently builds under cygwin. Vince -- 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: Has ANYONE got telnet via xinetd working on 2000 *SERVER*?? ( or 2003)

2003-08-07 Thread Vince Hoffman
gain - appreciate all the assistance. I need xinetd to > maximize security > until we can > get secure shell working from the mainframe (don't hold your breath!). > > Ah well, some folks just like liv'in in the past! > > Brian Kelly > > > > > &

RE: Problem with Cygwin.bat

2003-08-08 Thread Vince Hoffman
try running the .bat file from a command prompt and see if it prints an error. > -Original Message- > From: philippe guillaume [mailto:[EMAIL PROTECTED] > Sent: 08 August 2003 13:22 > To: [EMAIL PROTECTED] > Subject: Problem with Cygwin.bat > > > I want to launch the tcsh-shell and not

RE: Mail Archives are Your Friend...

2003-08-10 Thread Vince Hoffman
> > Of Igor Pechtchanski > > > 2) The "inurl:" modifier is not aware of forward slashes, > and accepts > >partial matches, so a query with "inurl:ml inurl:cygwin" > will search > >for messages on *all* of the Cygwin lists (i.e., > cygwin@, cygwin-apps@, > >etc). AFAIK, there is no

RE: michael's openssh for windows

2003-08-14 Thread Vince Hoffman
going though. ;) Vince > -Original Message- > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] > Sent: 13 August 2003 04:27 > To: Mark Priest > Cc: jwaterbrook; [EMAIL PROTECTED] > Subject: Re: michael's openssh for windows > > > Mark, > > The chroot ap

RE: Path to dynamic libraries

2002-09-30 Thread Vince Hoffman
I believe Matt Swift wrote a script to do this but his link isnt valid any more. hmm but acutal doesnt cygcheck do this ? (although for some reason not if i give the full pasth od the program) -Original Message- From: Pierre Habraken [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 13

RE: Path to dynamic libraries

2002-09-30 Thread Vince Hoffman
erk umm s/actual/actualy s/pasth od/path of -Original Message- From: Vince Hoffman [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 13:58 To: 'Pierre Habraken'; [EMAIL PROTECTED] Subject: RE: Path to dynamic libraries I believe Matt Swift wrote a script to do this but his

RE: file permissions for /cygdrive/c

2002-10-04 Thread Vince Hoffman
.) Vince.Hoffman:unused_by_nt/2000/xp:11063:10512:Vince Hoffman,U-CIRCLEUK\Vince.Hoffman,S-1-5-21-1382118675-421749423-1822239680-06 3:/home/Vince.Hoffman:/bin/bash Administrator:unused_by_nt/2000/xp:500:513:U-CRLONTEST\Administrator,S-1-5-2 1-12 75210071-839522115-1202660629-500:/home/Administrator:/bin/bash the

RE: Porting software from Red Hat Linux to Cygwin

2002-10-05 Thread Vince Hoffman
I believe someone is working on rpm (search the list archives.) for telnetd and rshd etc just install the inetutils package in the net category. -Original Message- From: Gregg C Levine [mailto:[EMAIL PROTECTED]] Sent: 05 October 2002 01:16 To: [EMAIL PROTECTED] Subject: Porting software

RE: Remote mounts unavailable via rsh/rlogin/telnet

2002-10-07 Thread Vince Hoffman
This is a morning post before coffee so i'm probably missing something but have you tried using password authentication rather than hosts.equiv or .rhosts ? -Original Message- From: Kirk Erickson [mailto:[EMAIL PROTECTED]] Sent: 06 October 2002 03:07 To: [EMAIL PROTECTED] Subject: Re

RE: Unable to do clean uninstall

2002-10-11 Thread Vince Hoffman
I had some problems with uninstalling then reinstalling to another directory. I ended up searching the registry for cygnus and cygwin and removing all references. not the neatest and/or the safest way probably but it worked. (insert usual disclaimers about how editing the registry directly can kn

RE: cygwin copy

2002-10-15 Thread Vince Hoffman
search the mailing list for defalut mounts, there was a discussion about this quite recently. (its all held in the registry and can be retored using the 'mount' command > -Original Message- > From: David Široký [mailto:[EMAIL PROTECTED]] > Sent: 15 October 2002 10:01 > To: [EMAIL PROTECTE

RE: Problem with the file permission

2002-10-16 Thread Vince Hoffman
This is because ntsec is now on by default. If you dont like having the control this gives then add nontsec to your CYGWIN environment variable. (this has been discussed very recently so a quick search of the archives will give more detail) > -Original Message- > From: GarulfO:<> [mailto:

RE: chmod

2002-10-16 Thread Vince Hoffman
just tried with ntsec enabled. if run as ./foo.sh the script foo.sh will run whether or not the executable bit is set. the only difference was that bash wouldn't auto complete it for me when not marked as executable ;) > -Original Message- > From: Kris Thielemans [mailto:[EMAIL PROTECTED

RE: Is it possible to copy a file from anywhere to My Documents with bash cp?

2002-10-23 Thread Vince Hoffman
depending on where your My Documents is (for this example I'll use C:\Documents and Settings\Frank Lane\My Documents\) cp /cygdrive/c/Documents\ and\ Settings/Frank\ Lane/My\ Documents/ or cp "/cygdrive/c/Documents and Settings/Frank Lane/My Documents/"] you can use the util cygpath to find o

RE: scheduling jobs

2002-10-23 Thread Vince Hoffman
it could be worth your while adding \bin to the system environment variable Path, and there is also the possibility that your boss only installed it for himself not all users (this affects where in the registry the mounts are stored I believe and thus if all users (and the system) or only one user

No buffer space available

2002-10-18 Thread Vince Hoffman
.README) Oh and yes i'm going to download and install the latest snapshot once i've rebooted. ;) ------- Vince Hoffman NT Administrator Euro RSCG Circle (London) P: 020 7959 7576 M: 0777 5822213 Icq: 509055

RE: problem with package Base: cygwin 1.3.13-2, 1.3.12-4 works

2002-10-21 Thread Vince Hoffman
wrong list realy (you want the cygwin-xfree list but try the startxwin.sh script. (see extract from that file below) (and maybe try a snapshot cygwin1.dll) # Startup the X Server, the twm window manager, and an xterm. # # Notice that the window manager and the xterm will wait for # the server

RE: cygwinl.dll

2002-10-21 Thread Vince Hoffman
er b20 is kind of ancient (even if i do hear everything used to work better back then ;) go to www.cygwin.com download the installer, pick a mirror, pick the components you want, download. cygwin1.dll will be in your /bin directory > -Original Message- > From: nemrut cesetevi [mailto:cese

RE: Invalid arugment and IO Error with bunzip2

2002-10-22 Thread Vince Hoffman
Actually it looks like the post install scripts for setup attempt to add domain users but someone forgot to put in some else statements, as I assume that passwd-grp.sh runs after passwd-grp.bat i could send in a patch if you like, but my shell scripting sucks. Using the %username% or rather $usern

RE: cannot start sshd

2002-10-24 Thread Vince Hoffman
try running ssh-host-config > -Original Message- > From: Christian Lamsbach [mailto:c.lamsbach@;mobilcom.de] > Sent: 24 October 2002 10:29 > To: [EMAIL PROTECTED] > Subject: cannot start sshd > > > hi! > > im new in cygwin. > i installed cygwin completly on NT and want to run the ssh-da

RE: cannot start sshd

2002-10-24 Thread Vince Hoffman
next try cygrunsrv -S sshd if it gives an error look in /var/log/sshd.log and keep replys on the list please :) > -Original Message- > From: Christian Lamsbach [mailto:c.lamsbach@;mobilcom.de] > Sent: 24 October 2002 10:39 > To: Vince Hoffman > Subject: Re: cannot start

RE: cannot start sshd

2002-10-24 Thread Vince Hoffman
grunsrv: Error starting a service: QueryServiceStatus: > Win32 Error 1062: Der > Dienst wurde nicht gestartet. (in english: the service > wouldn't be started ;-) > > sshd.log: > Bad owner or mode for /var/empty > > > > Vince Hoffman schrieb: > > > next

RE: cannot start sshd

2002-10-24 Thread Vince Hoffman
rrect.) drwx--0 SYSTEM SYSTEM 0 Jul 22 18:14 empty/ > -Original Message- > From: Christian Lamsbach [mailto:c.lamsbach@;mobilcom.de] > Sent: 24 October 2002 12:27 > To: Vince Hoffman; [EMAIL PROTECTED] > Subject: Re: cannot start sshd > > > owner in

passwd-group post install scripts

2002-10-24 Thread Vince Hoffman
groups the user is a member of (windows find is a very crippled grep) so I left it at all Domain groups (users, admins, computers etc) which isn't very satisfactory.) anyway, Comments/laughter/derision welcome. --- Vince

RE: passwd-group post install scripts

2002-10-24 Thread Vince Hoffman
doh and heres the bat file > -Original Message- > From: Vince Hoffman [mailto:Vince.Hoffman@;uk.circle.com] > Sent: 24 October 2002 16:59 > To: '[EMAIL PROTECTED]' > Subject: passwd-group post install scripts > > > Since there has been a few questio

RE: NetworkSimplicity SSH (the cause of: bin dir not created during cygwin setup)

2002-10-25 Thread Vince Hoffman
> -Original Message- > From: Max Bowsher [mailto:maxb@;ukf.net] > Sent: 25 October 2002 14:48 > To: [EMAIL PROTECTED] > Subject: NetworkSimplicity SSH (the cause of: bin dir not > created during > cygwin setup) > > > Jim Langston <[EMAIL PROTECTED]> wrote: > > I have cygwin installed no

RE: gvimdiff fails on network drive

2002-10-25 Thread Vince Hoffman
Gvim isnt linked to cygwin1.dll so it wont see cygwin mount points. > -Original Message- > From: Shing-Fat Fred Ma [mailto:fma@;doe.carleton.ca] > Sent: 25 October 2002 19:25 > To: [EMAIL PROTECTED] > Subject: gvimdiff fails on network drive > > > Hello, > > I'm using cygwin-1.3.12-4 o

RE: domain users problem

2002-10-28 Thread Vince Hoffman
since you're using a non cygwin program to interact with cygwin, there not much chance anyone will be able to help. i can only suggest you try cygwin's rsh or ssh. > -Original Message- > From: Steven Weiss [mailto:sweiss@;iafrica.com] > Sent: 27 October 2002 14:35 > To: [EMAIL PROTECTED] >

RE: problems setting permissions for sshd

2002-10-30 Thread Vince Hoffman
just making up a group entry is unlikely to work. to get your domain groups use mkgroup -d (making sure you are connected to your network.) > -Original Message- > From: Marcos Lorenzo [mailto:marcos@;it.uc3m.es] > Sent: 30 October 2002 11:45 > To: Harig, Mark A. > Cc: Pierre A. Humblet; [

RE: Why cygwin says Administrator@KOLESNIA when I am logged int to w2k as kolesnia?

2002-10-31 Thread Vince Hoffman
> -Original Message- > From: John Morrison [mailto:john@;morrison.mine.nu] > Sent: 31 October 2002 14:36 > To: [EMAIL PROTECTED] > Subject: Re: Why cygwin says Administrator@KOLESNIA when I am > logged int > to w2k as kolesnia? > > On Thu, 31 Oct 2002, Larry Hall (RFK Partners, Inc) wrote

RE: Why cygwin says Administrator@KOLESNIA when I am logged int to w2k as kolesnia?

2002-10-31 Thread Vince Hoffman
> -Original Message- > From: John Morrison [mailto:john@;morrison.mine.nu] > Sent: 31 October 2002 15:55 > To: [EMAIL PROTECTED] > Subject: RE: Why cygwin says Administrator@KOLESNIA when I am > logged int > to w2k as kolesnia? > > > On Thu, 31

Re: strange error message when running SHUTDOWN.EXE as root (administrator)

2002-11-06 Thread Vince Hoffman
Just out of curiosity, why not use the cygwin shutdown command ? (or at least check if it works ;) - Original Message - From: "Marcos Lorenzo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 06, 2002 11:05 AM Subject: strange error message when running SHUTDOWN.EXE as

Re: strange error message when running SHUTDOWN.EXE as root (administrator)

2002-11-06 Thread Vince Hoffman
Sorry didnt read your message throughly enough, dont see why this would work when Microsofts doesnt but have a look at the utility down.exe from http://www.losoft.de/fs_lstools.html - Original Message - From: "Marcos Lorenzo" <[EMAIL PROTECTED]> To: "Vince Hoffman&qu

Re: setup.exe: why fixed size?

2002-11-07 Thread Vince Hoffman
This is an old old question and not as simple as it seems, search the archives for more details and if you want it lots submit a patch ;) - Original Message - From: "Ralf Fassel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 07, 2002 9:56 AM Subject: setup.exe: why fi

RE: question about cygdrive flags string in the registry (Win 2000)

2002-11-08 Thread Vince Hoffman
No idea on how/if it knows where / is but i have used rsync as a service with just rsync and cygwin1.dll using a /cygdrive/ path. > -Original Message- > From: Max Bowsher [mailto:maxb@;ukf.net] > Sent: 08 November 2002 17:06 > To: [EMAIL PROTECTED] > Subject: Re: question about cygdrive

RE: Remote mounts not seen in remote bash shell

2002-11-20 Thread Vince Hoffman
are you using pubkey or password authentication ? if your using pubkey then try password. > -Original Message- > From: Jack Twilley [mailto:[EMAIL PROTECTED]] > Sent: 19 November 2002 20:05 > To: [EMAIL PROTECTED] > Subject: Remote mounts not seen in remote bash shell > > > I have a Win

bind

2002-11-20 Thread Vince Hoffman
erwise i'd give it a go.) --- Vince Hoffman NT Administrator Circle.Com (London) P: 020 7959 7576 M: 0777 5822213 E: [EMAIL PROTECTED] Icq: 50905590 PGP

FW: No /dev Files for Tape Backup to Use?

2002-11-21 Thread Vince Hoffman
doh pressed reply not reply-all. forwarded to the list -Original Message- From: Vince Hoffman Sent: 21 November 2002 16:16 To: 'Mack, Daemian' Subject: RE: No /dev Files for Tape Backup to Use? The /dev folder has various posix devices, but they are interperated by the cygwi

RE: sshd installation on NT 5.0

2002-11-26 Thread Vince Hoffman
have a look in /var/log/sshd.log any errors there ? also in the event viewer and post any error messages back to the list. The only guide i know of is /usr/doc/Cygwin/openssh-3.5p1-2.README :) > -Original Message- > From: Marc Girod [mailto:[EMAIL PROTECTED]] > Sent: 26 November 2002 16:

Re: New setup.exe beta.

2002-11-26 Thread Vince Hoffman
Tried it on three machines, one to upgrade packages (cygwin, tcsh) one to just add a few things and one for a new install all as install from internet. upgrade went fine on windows 2k pro (well it still works :) adding went fine (win 2k pro) (well from a quick test of added apps) clean install on w

RE: Cygwin official logo ?

2002-11-29 Thread Vince Hoffman
If we're getting in to a discussion here i'd vote for a Badger, no good reason but I'm sure I could think of one if you want ;) I'm not sure on having a penguin as Cygwin is not Linux. > -Original Message- > From: Barry Buchbinder [mailto:[EMAIL PROTECTED]] > Sent: 29 November 2002 14:21 >

RE: Can't run Macro Express from within Cygwin bash shell

2002-12-05 Thread Vince Hoffman
Another couple of things to think about, if you ssh in with pubkey authentication then you will need to manualy do a "net use" command to attach the network drive (at least i seem to remember reading you could do this on this list at some point.) Also if the program you are running pops up

RE: Cron Won't Run Jobs

2002-12-05 Thread Vince Hoffman
Moer info would be good. (cygcheck as an attachment is always a good start :) does monsql pop up a window ? (services that interact with the desktop need spacial permission) try adding a line like * * * * * /usr/bin/touch /tmp/crond_running to your crontab and see if that works, > -Original

RE: Man Page question

2002-12-05 Thread Vince Hoffman
install the man package, its in the Doc category. > -Original Message- > From: Scott Purcell [mailto:[EMAIL PROTECTED]] > Sent: 05 December 2002 16:31 > To: [EMAIL PROTECTED] > Subject: Man Page question > > > Hello, > I installed the default cygwin and I am trying to run some man page

RE: Is it possible to use centralized passwords with cygwin inetd?

2002-12-06 Thread Vince Hoffman
Cygwin fully supports domain users. just run `mkpasswd -d >> /etc/passwd` on each box. (setup may run this automaticly these days i'm not sure so check if you already have a list of domain users in your passwd file.) > -Original Message- > From: Bruce P. Osler [mailto:[EMAIL PROTECTED]]

RE: /tmp

2002-12-09 Thread Vince Hoffman
I'm intrigued, where would you have it point then ? c:\temp ? c:\tmp ? (i dont have either of these on various of the computers i have installed cygwin on.) I suppose "ln -s `echo $TEMP` /tmp" would work but i quite like having my cygwin specific temp files in a cygwin specific /tmp. I wou

RE: ntsec Question

2002-12-16 Thread Vince Hoffman
I think your confusion here comes from thinking that Cygwin controls the user login. Windows handles the login process. To change which user is logged in you will need to either log off windows then log the new user on, or use ssh Running cygwin.bat does not do anything than start an interactive

RE: Gcc 3.2 -mno-cygwin

2002-12-17 Thread Vince Hoffman
I think you misunderstand. "It adds the "-mno-cygwin" functionality to the standard gcc package." is just the description of what the gcc-mingw package does. Its what it's always done. Its not a new feature, or am i missing something ? > -Original Message- > From: Jim [mailto:[EMAIL PROTE

RE: htdig

2002-12-18 Thread Vince Hoffman
Cant help on htdig, but mnogosearch (http://www.mnogosearch.org/) build cleanly OOB last time i tried it. (not sure how they compare as search engines though.) didnt realy test it though, as i ended up not needing it. > -Original Message- > From: Stuardo Rodriguez [mailto:[EMAIL PROTECTE

RE: sshd

2002-12-18 Thread Vince Hoffman
Try running Corrina's very useful ssh-host-config script if you havent. User management is Handled by Windows. To add a user, either use the windows management mmc snapin or "net user /add" from a command prompt (WinNT/2k/xp only but you say you're running 2k :) then run mkpasswd -l >> /etc/pass

RE: sshd

2002-12-18 Thread Vince Hoffman
Opps sory make that "mkpasswd -l > /etc/passwd" (only one > not two) > -Original Message- > From: Vince Hoffman [mailto:[EMAIL PROTECTED]] > Sent: 18 December 2002 16:10 > To: [EMAIL PROTECTED] > Subject: RE: sshd > > > Try running Corrina

RE: sshd

2002-12-18 Thread Vince Hoffman
Or even "mkpasswd -u -l >> /etc/passwd" (sorry last one on this, but someone would have pointed it out if i didnt.) > -Original Message- > From: Vince Hoffman [mailto:[EMAIL PROTECTED]] > Sent: 18 December 2002 16:15 > To: [EMAIL PROTECTED] > Subject:

RE: permission denied for NTFS network shares

2002-12-20 Thread Vince Hoffman
Network access via rsh/ssh needs you to log in with a paasword, ths creates the neesacery NT security tokens. passwordless logins (.rhosts/pubkey etc) do not do this thus you cannot get network access. (actualy i think its a little more compicated but i'm too hungover to remember ;) > -Origin

RE: How to unsubscribe?

2002-12-20 Thread Vince Hoffman
try reading the footer appended to mails on this "badly-impelemented mailing list" :) (Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple) > -Original Message- > From: Adam Shapira [mailto:[EMAIL PROTECTED]] > Sent: 20 December 2002 16:37 > To: [EMAIL PROTECTED] > Subject:

RE: Bugs in Cygnus Tools bash

2002-12-23 Thread Vince Hoffman
> -Original Message- > From: Scheinert Frank EXT > [mailto:[EMAIL PROTECTED]] > Sent: 23 December 2002 13:20 > To: '[EMAIL PROTECTED]' > Subject: Bugs in Cygnus Tools bash > > > Version : GNU bash, version 2.05b.0(8)-release (i686-pc-cygwin) > > 1st Bug > following output is created by

RE: Difficulties to download Cygwin when no Windows machine is available...

2002-12-30 Thread Vince Hoffman
have a look at http://cygwin.com/mirrors.html there are a few that offer rsync but the only one i can remember off hand is archive.progeny.com > -Original Message- > From: Brent Frère [mailto:[EMAIL PROTECTED]] > Sent: 30 December 2002 12:21 > To: [EMAIL PROTECTED] > Subject: Difficulties

RE: inetd on Windows NT

2003-01-03 Thread Vince Hoffman
did you follow the instructions to install it as a service in the README (/usr/doc/Cygwin/inetutils-.README ) (replace with your release number) > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 03 January 2003 13:13 > To: [EMAIL PROTECTED] > Subject: inetd

  1   2   3   >