cygwin 1.5.21 crashes

2006-10-28 Thread kumarchi
hello:
I just reinstalled cygwin 1.5.21 version (full version). after rebooting when I 
click on  the cygwin bash shell it imediately crashes. Older version of cygwin 
used to be running fine in my machine.

I opened msdos command window and went to cgwin/bin directory. there was no 
bash there. I could start only zsh. tcsh also crashed.

do I have something , may be reinstallation will help?

thanx

--
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: sshd crahes; ssh instal fails

2005-12-07 Thread kumarchi
I cleaned and reinstalled and everything works fine now. thanx
my original problem might have been due to windows firewall.
thanx


> I installed sshd using sshd-host-config. I did no give any options to the 
> script.
> when it ran it asked about a creating an unprivileged sshd. I tried both the 
> options creating unprivileged sshd and without creating one.

Nothing in your cygcheck output seems out of the oridinary.

Normally the reason for the malfunction is listed in the Event Log,
which you need to check.  There is a chance there is also information in
/var/log/sshd.log but this will only be the case if cygrunsrv itself
encounters an error (rather than sshd.)

In my experience almost all cases of sshd not starting are due to wrong
or incorrect permissions on some files.  ssh-host-config ought to take
care of this for you.  It could also be a software firewall that isn't
allowing the process to bind to port 22.

If you cannot figure out from the above what the problem is, I suggest
you remove all traces of the sshd service and re-run ssh-host-config. 
To do this:

$ cygrunsrv --remove sshd
$ rm -rf /etc/{ssh_host_*,sshd_config} /var/{empty,run/sshd*,log/sshd*}
$ ssh-host-config

If you get any permission denied errors at the rm step you'll need to
chown the files before deleting them.


--
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: sshd crahes; ssh instal fails

2005-12-03 Thread kumarchi
I installed it using the script

ssh-host-config

the script did not return any error messages

The crash occurs after I try to start the service.

I have installed ssh in my other window madhines using the same script with no 
problem . the only diffference is older versions of cygwin





[EMAIL PROTECTED] wrote:
> hello:
> 
> I just downloaded latest version of cygwin. I tried to install ssh using the 
> install scripts. however sshd does not startup and it hangs.
> 
> anybody else noticed this problem?
> 
> thanx
> 

I just installed Cygwin on two Windows XP machines in the last four days
and got sshd and rsync daemon working. To get an idea of how to solve
your problem you must describe what you did:
1. How did you install sshd?
2. What options did you give to ssh-host-config?
3. What error messages do you get when you try to start the service?

--
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/



sshd crahes; ssh instal fails

2005-12-02 Thread kumarchi
hello:

I just downloaded latest version of cygwin. I tried to install ssh using the 
install scripts. however sshd does not startup and it hangs.

anybody else noticed this problem?

thanx

--
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/



cygwin setup crashes during X11 bitmap unpacking

2004-12-19 Thread kumarchi
hello:

In my cygwin installation the xserver stopped working. So I was trying to 
reinstall the entire package. The installation proceeds till it comes to the 
X11/defautl bitmap package. I notices at this point it leaks memory and 
eventually crashes.

anybody has any clues?

--
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/



php under apache

2004-04-24 Thread kumarchi
hello:

I installed the latest cygwin (version 1.42). Now I find php will not run under apche 
because the new package is missing libphp4.dll. I tried compiling libphp4 and libphp5 
but  I cannot make it run.

are there any plans to support php under apache in cygwin. My web site relies on php

thanx

--
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: bug in gcc3.3.1

2003-12-04 Thread kumarchi
what was the reason for dropping the support?
( I have to now fix few lines of code!!)

thanx for the quick response
> [EMAIL PROTECTED] wrote:
> > hello:
> > 
> > I found conssitent bug in gcc3.3.1
> > 
> > gcc2xx will compile the fiollwowing with no problem
> > 
> > printf (" ..
> >  xxx ", ..)
> > 
> > where the format  "..
> >  xxx " includes a new line character.
> > 
> > gcc3.3 will nto compile this and looks like it will allow an explicit new
> > line inside. 
> > 
> > has anybody else noticed this?
> 
> It's not a bug.
> 
> Multi line string literals have been deprecated in gcc 3.0, 3.1 and 3.2.
> Support was finally removed in 3.3.
> 
> Max.
> 

--
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/



bug in gcc3.3.1

2003-12-03 Thread kumarchi
hello:

I found conssitent bug in gcc3.3.1

gcc2xx will compile the fiollwowing with no problem

printf (" ..
 xxx ", ..)

where the format  "..
 xxx " includes a new line character.

gcc3.3 will nto compile this and looks like it will allow an explicit new line inside.

has anybody else noticed this?

thanx

--
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: starting cron

2003-06-22 Thread kumarchi
hello:

cron diagnostic did not find any problems. but cron still does not work in my 
machine.
I am attaching the cron diagnostic files as suggested.

Thanx for the trouble
> In that case, please consider sending the recommended
> diagnostic files to the mailing list [EMAIL PROTECTED]
> Those files may help readers of the list to diagnose
> the problem that you are having.  If a solution is found,
> then that solution might be added to the cron_diagnose.sh
> script to help diagnose that problem in the future.
> 
> Please include the diagnostic files as *attachments*,
> not as inline text.
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Sent: Friday, June 20, 2003 6:07 PM
> > To: Harig, Mark
> > Subject: RE: starting cron
> > 
> > 
> > I ran the script . It did not find any problem. But it could 
> > not start the 
> > service
> > 
> > cygrunsrv: Error starting a service: QueryServiceStatus:  
> > Win32 error 1062:
> > The service has not been started.
> > 
> > > Please run the attached script.
> > > 
> > > It will attempt to diagnose your problem
> > > with cron.
> > > 
> > > It will not modify any files on your computer.
> > > 
> > > You might need to run the script several times.
> > > 
> > > Each time that it finds a problem, it stops and
> > > displays a descriptive message.
> > > 
> > > > -Original Message-
> > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > > > Sent: Friday, June 20, 2003 9:50 AM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: starting cron
> > > > 
> > > > 
> > > > I am unable to start the cron. I followed the instruction in 
> > > > /usr/doc/Cygwin/README_cron and used cygrunsrv to start 
> > the service
> > > > 
> > > > But the services in my windows it was unable to start the cron.
> > > > 
> > > > Any suggextions?
> > > > 
> > > > Thanx
> > > > 
> > > > --
> > > > 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/
> > > > 
> > > > 
> > > 
> > 
> > 

Cygwin Win95/NT Configuration Diagnostics
Current System Time: Sun Jun 22 13:26:02 2003

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 3

Path:   c:\emacs-21.2\bin
d:\cygwin\home\kumar\bin
d:\cygwin\usr\local\scripts
d:\cygwin\usr\local\bin
d:\cygwin\usr\local\bin
d:\cygwin\bin
d:\cygwin\bin
d
cygwin\bin
d:\cygwin\usr\sbin
c:\WINNT\system32
c:\WINNT
c:\WINNT\System32\Wbem
c:\PROGRAM FILES\THINKPAD\UTILITIES
c:\matlab6p5\bin\win32
d:\cygwin\usr\X11R6\bin

d:\cygwin\bin\id.exe output (nontsec)
UID: 400(ckumar)  GID: 401(mkpasswd)
401(mkpasswd)

d:\cygwin\bin\id.exe output (ntsec)
UID: 400(ckumar) GID: 401(mkpasswd)
544(Administrators)  545(Users)   
401(mkpasswd)

SysDir: C:\WINNT\System32
WinDir: C:\WINNT

HOME = `d:\cygwin\home\kumar'
MAKE_MODE = `unix'
PWD = `/home/kumar'
USER = `ckumar'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\ckumar\Application Data'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `PC-CKUMAR'
COMSPEC = `C:\WINNT\system32\cmd.exe'
CVSROOT = `/usr/local/cvsroot'
HOMEDRIVE = `C:'
HOMEPATH = `\'
LOGONSERVER = `\\DC2SJGLOBAL'
MANPATH = `:/usr/ssl/man'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/usr/local/scripts'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 8 Stepping 6, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0806'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
PS1 = `\[\033]0;\w\007
[EMAIL PROTECTED] \[\033[33m\w\033[0m\]
$ '
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINNT'
TEMP = `c:\DOCUME~1\ckumar\LOCALS~1\Temp'
TERM = `cygwin'
TEXMF = `{/usr/share/lilypond/1.6.8,/usr/share/texmf}'
TMP = `c:\DOCUME~1\ckumar\LOCALS~1\Temp'
USERDNSDOMAIN = `global.cadence.com'
USERDOMAIN = `GLOBAL'
USERNAME = `ckumar'
USERPROFILE = `C:\Documents and Settings\ckumar'
WINDIR = `C:\WINNT'
_ = `/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x0022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `d:\cygwin'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `d:\cygwin/bin'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Sol

starting cron

2003-06-20 Thread kumarchi
I am unable to start the cron. I followed the instruction in 
/usr/doc/Cygwin/README_cron and used cygrunsrv to start the service

But the services in my windows it was unable to start the cron.

Any suggextions?

Thanx

--
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/



cygwin unix path is not longer recognized

2003-03-03 Thread kumarchi
folks:
I installed octave for windows. But this installation somehow mangled my cygwin 
(latest feb 9, 2003 )

cygwin no longer recognizes unix type paths
I cannot say
/bin/ls or /cygdrive/d/bin/ls

It has to be
d:/cygwin/bin/ls


How can restore my unix paths?

Thanx
- kumar


--
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/



stackdump

2003-02-03 Thread kumarchi
folks!

I need your help (cygwin latest version 1.3.19.1 although the problem may not 
be related to the version)

1. I have a specific program which I have in /usr/local/bin and it is in my 
path.

   -> gives a stackdump (.stackdump file)

   however if I do
   /usr/local/bin/ -> works fine!!

   The  DOES not stackdump under insight/gdb

2. How can I examine the .stackdump file? 

Thanx
- nanjil
  


--
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/




trying to complibe glib 2.0.7

2002-12-21 Thread kumarchi
made some progress.
was complaining about unresolved libuser32 and libkernel32.\
I found the libraries under /usr/lib/win32 and did a symbolic link in /usr/lib

Now it has come to the point of linking and now it complains

/usr/lib/libcygwin.a(libcmain.o)(.text+0x7c): undefined reference to 
`_WinMain@16'

any ideas?
thanx

--
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/




trying to compile glib

2002-12-21 Thread kumarchi
hello:

I am trying to compile glib on cygwin. I did ./configure and came upto make 
install. It quit about half through complaining about missing function mostly 
_g* type.

Since glib is a pretty low level, I was puzzled why it failed. Anybody has 
ideas?

thanx

--
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: telnet - connection refused in windows xp home

2002-12-11 Thread kumarchi
That did the trick. Now the telnet etc works!

1. I added c:\cygwin\bin to the WINDOWS path 

2. I also I modified the cygwin bash shell I prepended /usr/sbin.

thanx
> [EMAIL PROTECTED] wrote:
> 
> > hello:
> >
> > I finally see the Cygwin inetd under services. But when I try to start 
> > it I
> > get the follwoing error
> >
> > error 1053: the service did not respond to the start or control 
> > request in a
> > timely fashion
> >
> Have you tried adding your Cygwin bin (typically C:\Cygwin\bin) to the 
> front of your Windows *SYSTEM* Environment Variables and rebooting?
> 

--
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: telnet - connection refused in windows xp home

2002-12-08 Thread kumarchi
hello:

I finally see the Cygwin inetd under services. But when I try to start it I 
get the follwoing error

error 1053: the service did not respond to the start or control request in a 
timely fashion
> Hi,
> 
> Go through these steps and see what happens:
> 
> 1. Run these commands
> 
>   $ /usr/sbin/inetd --remove-as-service
>   $ /usr/bin/iu-config
> 
> Answer the q's depending on whether or not to keep the existing files.
> Replace your old inetd.conf, and backup if you need to keep the old copy.
> 
>   $ /usr/sbin/inetd --install-as-service
> 
> 2. Reboot your machine !!!
> 
> 3. After reboot, open up a cmd.exe console and run this:
> 
>   C:\> netstat -an |less
> 
> If you see port 23 in a LISTENING state then it's worked partly. Also check
> for other inetd ports like 22 (ftp) etc. and see if you can connect to them.
> 
> 4. try and connect to your telnet server (localhost:23).
> 
> If you cant connect then im stumped! Check your event log if you have
> problems and report back ;)
> 
> Elfyn
> [EMAIL PROTECTED]
> 
> Original Message:
> -
> From:  [EMAIL PROTECTED]
> Date: Sun, 08 Dec 2002 15:10:27 +
> To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> Subject: Re: telnet - connection refused in windows xp home 
> 
> 
> here is what i get (using my administrator 'privilege')
> inetd --install-as-service
> 
> inetd does not show up in services
> 
> when I run
> 
> net start inetd
> 
> macro$ollar replies
> 
> The service is not responding to the control function --(must be some type
> of 
> Orwellian monster!)
> 
> More help is available by typing NET HELPMSG 2186
> 
> 
> 
> > Hi,
> > 
> > You may not see it in whatever XP calls the user manager but its there!
> > trust me. As your using the Home edition Microdollars (Microsoft) just
> > hides certain users and groups.
> > 
> > What happens when you run the inetd daemon normally (i.e. installing inetd
> > with `inetd --install')?
> > 
> > Elfyn
> > [EMAIL PROTECTED]
> > 
> > Original Message:
> > -
> > From:  [EMAIL PROTECTED]
> > Date: Sun, 08 Dec 2002 13:04:19 +
> > To: [EMAIL PROTECTED]
> > Subject: Re: telnet - connection refused in windows xp home 
> > 
> > [snip]...
> > 
> > xp home does not list SYSTEM or even Adminstrator as a selectable user.
> > thanks , be patient please I am getting there!!
> > *
> > 
> > At 04:41 PM 12/7/2002, [EMAIL PROTECTED] wrote:
> > >I am unable to use remote connection to my pc(s) running windows xp home.
> > >After going through the inetutils documentation, and looking  at the
> > services 
> > >under windows xp, I can see that inetd is not running. I am also unable
> to 
> > >start the inetd. According to the documentation it must be because some 
> > >special permissions I need but which I cannot set in xp home.
> > 
> > 
> > Perhaps you can be more specific about this special permission and why you
> > can't set it.   
> > 
> > 
> > 
> > --
> > 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/
> > 
> > 
> > mail2web - Check your email from the web at
> > http://mail2web.com/ .
> > 
> > 
> 
> --
> 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/
> 
> 
> mail2web - Check your email from the web at
> http://mail2web.com/ .
> 
> 

--
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: telnet - connection refused in windows xp home

2002-12-08 Thread kumarchi
I did the steps and when I did the netstat after rebooting 
I did not see the port 23.
The event log also does not have anything unusual.

Anyway the original problem in firing up inetd as an Administrator which I 
understand is not sufficient. I thought the permissions are not sufficient and 
you have to somehow look like the SYSTEM itself.

> Hi,
> 
> Go through these steps and see what happens:
> 
> 1. Run these commands
> 
>   $ /usr/sbin/inetd --remove-as-service
>   $ /usr/bin/iu-config
> 
> Answer the q's depending on whether or not to keep the existing files.
> Replace your old inetd.conf, and backup if you need to keep the old copy.
> 
>   $ /usr/sbin/inetd --install-as-service
> 
> 2. Reboot your machine !!!
> 
> 3. After reboot, open up a cmd.exe console and run this:
> 
>   C:\> netstat -an |less
> 
> If you see port 23 in a LISTENING state then it's worked partly. Also check
> for other inetd ports like 22 (ftp) etc. and see if you can connect to them.
> 
> 4. try and connect to your telnet server (localhost:23).
> 
> If you cant connect then im stumped! Check your event log if you have
> problems and report back ;)
> 
> Elfyn
> [EMAIL PROTECTED]
> 
> Original Message:
> -
> From:  [EMAIL PROTECTED]
> Date: Sun, 08 Dec 2002 15:10:27 +
> To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> Subject: Re: telnet - connection refused in windows xp home 
> 
> 
> here is what i get (using my administrator 'privilege')
> inetd --install-as-service
> 
> inetd does not show up in services
> 
> when I run
> 
> net start inetd
> 
> macro$ollar replies
> 
> The service is not responding to the control function --(must be some type
> of 
> Orwellian monster!)
> 
> More help is available by typing NET HELPMSG 2186
> 
> 
> 
> > Hi,
> > 
> > You may not see it in whatever XP calls the user manager but its there!
> > trust me. As your using the Home edition Microdollars (Microsoft) just
> > hides certain users and groups.
> > 
> > What happens when you run the inetd daemon normally (i.e. installing inetd
> > with `inetd --install')?
> > 
> > Elfyn
> > [EMAIL PROTECTED]
> > 
> > Original Message:
> > -
> > From:  [EMAIL PROTECTED]
> > Date: Sun, 08 Dec 2002 13:04:19 +
> > To: [EMAIL PROTECTED]
> > Subject: Re: telnet - connection refused in windows xp home 
> > 
> > [snip]...
> > 
> > xp home does not list SYSTEM or even Adminstrator as a selectable user.
> > thanks , be patient please I am getting there!!
> > *
> > 
> > At 04:41 PM 12/7/2002, [EMAIL PROTECTED] wrote:
> > >I am unable to use remote connection to my pc(s) running windows xp home.
> > >After going through the inetutils documentation, and looking  at the
> > services 
> > >under windows xp, I can see that inetd is not running. I am also unable
> to 
> > >start the inetd. According to the documentation it must be because some 
> > >special permissions I need but which I cannot set in xp home.
> > 
> > 
> > Perhaps you can be more specific about this special permission and why you
> > can't set it.   
> > 
> > 
> > 
> > --
> > 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/
> > 
> > 
> > mail2web - Check your email from the web at
> > http://mail2web.com/ .
> > 
> > 
> 
> --
> 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/
> 
> 
> mail2web - Check your email from the web at
> http://mail2web.com/ .
> 
> 

--
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: telnet - connection refused in windows xp home

2002-12-08 Thread kumarchi
here is what i get (using my administrator 'privilege')
inetd --install-as-service

inetd does not show up in services

when I run

net start inetd

macro$ollar replies

The service is not responding to the control function --(must be some type of 
Orwellian monster!)

More help is available by typing NET HELPMSG 2186



> Hi,
> 
> You may not see it in whatever XP calls the user manager but its there!
> trust me. As your using the Home edition Microdollars (Microsoft) just
> hides certain users and groups.
> 
> What happens when you run the inetd daemon normally (i.e. installing inetd
> with `inetd --install')?
> 
> Elfyn
> [EMAIL PROTECTED]
> 
> Original Message:
> -
> From:  [EMAIL PROTECTED]
> Date: Sun, 08 Dec 2002 13:04:19 +
> To: [EMAIL PROTECTED]
> Subject: Re: telnet - connection refused in windows xp home 
> 
> [snip]...
> 
> xp home does not list SYSTEM or even Adminstrator as a selectable user.
> thanks , be patient please I am getting there!!
> *
> 
> At 04:41 PM 12/7/2002, [EMAIL PROTECTED] wrote:
> >I am unable to use remote connection to my pc(s) running windows xp home.
> >After going through the inetutils documentation, and looking  at the
> services 
> >under windows xp, I can see that inetd is not running. I am also unable to 
> >start the inetd. According to the documentation it must be because some 
> >special permissions I need but which I cannot set in xp home.
> 
> 
> Perhaps you can be more specific about this special permission and why you
> can't set it.   
> 
> 
> 
> --
> 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/
> 
> 
> mail2web - Check your email from the web at
> http://mail2web.com/ .
> 
> 

--
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: telnet - connection refused in windows xp home

2002-12-08 Thread kumarchi
Hi,

I think what you mean is that you do not have the means to set the local or
domain security policy and give the user you want to run inetd as the
*special* permissions required to RunAs service wise. This facility does
not exist in the Home edition of Windows XP, where you can grant security
policy permissions, but as I have heard it does support it in Professional.

As you cant change these permissions you'll just have to use the
LocalSystem (SYSTEM) account to run the inetd service. When using XP Home I
was able to get all of the cygwin daemons I use (ftpd,inetd,sshd) running
as well as they were on their Windows 2000 counterparts. The LocalSystem
account is the default user to run a service as on Windows NT4/5 and XP.

Elfyn
[EMAIL PROTECTED]

Original Message:
-
From: Larry Hall (RFK Partners, Inc) [EMAIL PROTECTED]
Date: Sat, 07 Dec 2002 23:06:03 -0500
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: telnet - connection refused in windows xp home
You are right. However I am unable to figure out how to login as LocalSystem 
(SYSTEM in /etc/passwd?).

xp home does not list SYSTEM or even Adminstrator as a selectable user.
thanks , be patient please I am getting there!!
*

At 04:41 PM 12/7/2002, [EMAIL PROTECTED] wrote:
>I am unable to use remote connection to my pc(s) running windows xp home.
>After going through the inetutils documentation, and looking  at the
services 
>under windows xp, I can see that inetd is not running. I am also unable to 
>start the inetd. According to the documentation it must be because some 
>special permissions I need but which I cannot set in xp home.


Perhaps you can be more specific about this special permission and why you
can't set it.   



--
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/




telnet - connection refused in windows xp home

2002-12-07 Thread kumarchi
I am unable to use remote connection to my pc(s) running windows xp home.
After going through the inetutils documentation, and looking  at the services 
under windows xp, I can see that inetd is not running. I am also unable to 
start the inetd. According to the documentation it must be because some 
special permissions I need but which I cannot set in xp home.

Is there any work around? 

--
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: telnet - connection refused (fwd)

2002-12-04 Thread kumarchi
Thanx for the location of inetd.

Now I am finding I cannot install inetd as a service because I presume I lack 
permissions even as an administrator. Unfortunaely i am in xp home and more 
complicated permissions are only possible in xp professional.

Is there any way around it?

Thanx
--  Forwarded Message:  -
From:[EMAIL PROTECTED]
To:  [EMAIL PROTECTED]
Subject: Re: telnet - connection refused 
Date:Wed, 04 Dec 2002 20:47:10 +

inetd is in /usr/sbin .

c. kumar wrote:

I checked the inetutil documentation and checked my pc.s.

One of the pc's has inetd installed from an old version of Hummingbird
exceed.
The other pc has no inetd installed at the xp service level at all!

However I cannot find any executable called inetd.exe in the /usr/bin in
either of the computers.

When I run iu-config, I find that all the configuration files are already in
place.

So can I resolve it by finding latest inetd.exe for win32 and installing it
as a service?

thanx



--
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/




telnet - connection refused

2002-12-03 Thread kumarchi
Guys:

I have to pc;s with latest cygsin (nov 27, 2002). When I fire up telnet and 
try to connect to the other pc< I always get teh message "connection refused".
cygwin is installed in windows xp home.

What am I doing wrong?

Thanx

--
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/