public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: problems setting permissions for sshd
@ 2002-10-29  9:39 Harig, Mark A.
  2002-10-29 10:36 ` Pierre A. Humblet
  0 siblings, 1 reply; 14+ messages in thread
From: Harig, Mark A. @ 2002-10-29  9:39 UTC (permalink / raw)
  To: Marcos Lorenzo, cygwin


> 
> My /etc/group (I modified it):
> 
> all:*:0:0:,S-1-1-0::
> SYSTEM:*:18:18:,S-1-5-18:: 
> admin:*:544:544:,S-1-5-32-544::
> domadmin:*:512:512:,S-1-5-32-512:: 
> guests:*:546:546:,S-1-5-32-546::
> users:*:545:545:,S-1-5-32-545:: 
> domusers:*:513:513:,S-1-5-32-513:: 
> 

try changing 'admin' to 'Administrators'.

> 
> Before making the above change now I get the following 
> strange behaviour:
> 
> 13:12:27 marcos@MOZART~ id
> uid=1003(marcos) gid=512(domadmin) grupos=512(domadmin)
> 13:12:29 marcos@MOZART~ ls -la
> Usage: LS [/FrqRdlt1sSvu] [files]
> 13:12:37 marcos@MOZART~ echo $PATH
> /bin:/usr/bin:/usr/local/bin:/usr/bin:/sbin:/usr/bin:/usr/sbin
> :/usr/local/bin:/c/Perl/bin/:/c/WINNT/system32:/c/WINNT:/c/Archivos de
> programa/rksupport:/c/NTRESKIT:/c/NTRESKIT/Perl:/usr/X11R6/bin
> 13:12:39 marcos@MOZART~ which ls
> /bin/ls
> 13:12:48 marcos@MOZART~ ls
> Usage: LS [/FrqRdlt1sSvu] [files]
> 13:12:48 marcos@MOZART~ /c/NTRESKIT/LS.EXE -la
> Usage: LS [/FrqRdlt1sSvu] [files]
> 
> Why it uses /c/NTRESKIT/LS.EXE -la instead of the one that 
> 'which' says??
> 

From the 'bash' manual:

     Bash uses a hash table to remember the full pathnames of executable
files
     to avoid multiple `PATH' searches.  A full search of the
directories
     in `$PATH' is performed only if the command is not found in the
     hash table.

It's possible that the 'ls' is picking up a previous invocation of that
program that is in /c/NTRESKIT/.  try:

    $ type ls
    $ hash -r
    $ ls
    $ type ls

> 
> I tried to follow the HOWTO sent to the list:
> 
> 1) set the CYGWIN environment variable OK

How did you set the CYGWIN environment variable?  Did you set it at the
shell prompt, did you use an initialization script (that it, ~/.profile,
~/.bash_profile, or ~/.bashrc), or did you use the Control Panel's
System applet?

Try closing all shell windows/prompts and then use the Control Panel's
System applet to set CYGWIN, and then restart your shell prompt.

---


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

^ permalink raw reply	[flat|nested] 14+ messages in thread
* RE: problems setting permissions for sshd
@ 2002-10-30  6:18 Vince Hoffman
  2002-10-30  6:28 ` Marcos Lorenzo
  0 siblings, 1 reply; 14+ messages in thread
From: Vince Hoffman @ 2002-10-30  6:18 UTC (permalink / raw)
  To: cygwin

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; cygwin@cygwin.com
> Subject: RE: problems setting permissions for sshd
> 
> 
> On Tue, 29 Oct 2002, Marcos Lorenzo wrote:
> 
>     > Harig, Mark A. <maharig@idirect.net> wrote [11:21am -0500]
>     > 
>     >    HMA > Yes, which implies that Marcos Lorenzo should 
> regenerate
>     >    HMA > his /etc/group file from scratch with 'mkgroup', and
>     >    HMA > then edit it to add 'Administrators'.
>     > 
>     > mkgroup for /etc/group and mkpasswd for /etc/passwd then?
>     > 
>     > Ok, I'll try it and then I told you.
>     > 
>     > Thanks everyone
>     > m4c.
>     > 
> 
> OK. That worked:
> 
> marcos@MOZART /etc$ for i in * ; do [ -f "$i" ] && chmod 640 
> "$i" ; [ -d
> "$i" ] && chmod 750 "$i" ; done
> marcos@MOZART /etc$ d
> total 600k
> drwx------   13 admin    domusers      12k Oct 30 12:09 .
> drwx------   13 admin    domusers     4.0k Oct 29 12:52 ..
> -rw-r-----    1 admin    domadmin      85k Jul 10 04:28 Muttrc
> drwxr-x---    2 admin    domadmin     4.0k Sep 18 11:54 WindowMaker
> drwxr-x---   13 admin    domadmin     4.0k Sep 18 11:55 X11
> drwxr-x---    2 admin    domadmin     4.0k Sep 18 11:43 apache
> drwxr-x---    2 admin    domadmin        0 Sep 18 14:10 cron.d
> -rw-r-----    1 admin    domadmin     1.3k Feb 19  2002 csh.cshrc
> -rw-r-----    1 admin    domadmin      401 Dec 21  2001 csh.login
> -rw-r-----    1 admin    domadmin     4.7k Sep 19 19:00 enscript.cfg
> -rw-r-----    1 admin    domadmin     4.7k Aug 25 23:31 
> enscript.cfg.default
> 
> Now my passwd and group files are:
> 
> marcos@MOZART ~$ cat /etc/passwd
> all:*:0:0:,S-1-1-0::
> system:*:18:18:,S-1-5-18::
> admin:*:544:544:,S-1-5-32-544::
> domadmin:unused_by_nt/2000/xp:500:512:U-DIT\Administrador,S-1-
> 5-21-462973936-1154566708-996637233-500:/home/Administrador:/bin/bash
> guest:unused_by_nt/2000/xp:501:514:U-DIT\Invitado,S-1-5-21-462
> 973936-1154566708-996637233-501:/home/Invitado:/bin/bash
> ivan:unused_by_nt/2000/xp:1004:512:Iván Alonso 
> Gutiérrez,U-DIT\ivan,S-1-5-21-462973936-1154566708-996637233-1
004:/home/ivan:/bin/bash
> lab:unused_by_nt/2000/xp:1005:513:Usuario estándar para las 
> prácticas,U-DIT\lab,S-1-5-21-462973936-1154566708-996637233-10
05:/home/lab:/bin/bash
> marcos:unused_by_nt/2000/xp:1003:512:Marcos Lorenzo de 
> Santiago,U-DIT\marcos,S-1-5-21-462973936-1154566708-996637233-
> 1003:/home/marcos:/bin/bash
> sshd:unused_by_nt/2000/xp:1079:513:sshd 
> privsep,U-DIT\sshd,S-1-5-21-462973936-1154566708-996637233-107
9:/var/empty:/bin/bash
> 
> marcos@MOZART ~$ cat /etc/group
> everyone:S-1-1-0:0:
> system:S-1-5-18:18:
> domusers:S-1-5-21-462973936-1154566708-996637233-513:513:
> admin:S-1-5-32-544:544:
> domadmin:S-1-5-32-512:512:
> duplicat:S-1-5-32-552:552:
> guests:S-1-5-32-546:546:
> copy operators:S-1-5-32-551:551:
> account operators:S-1-5-32-548:548:
> print operators:S-1-5-32-550:550:
> servers operators:S-1-5-32-549:549:
> users:S-1-5-32-545:545:
> 
> I added group domadmin as mkgroup didn't show this group (Domain
> Administrators).
> 
> But now I when I ssh my machine (sshd runs perfectly) I get the
> following error:
> 
> marcos@MOZART ~$ ssh mozart
> marcos@mozart's password:
> Permission denied, please try again.
> 
> and my event log viewer says:
> 
> sshd : Win32 Process Id = 0xF1 : Cygwin Process Id = 0xF1 : Failed
> password for illegal user marcos from 163.117.144.225 port 2049 ssh2.
> 
> Another thing:
> 
> marcos@MOZART /tmp$ d
> total 8.0k
> drwxrwxrwx    3 admin    domadmin     4.0k Oct 30 12:33 .
> drwx------   14 admin    domadmin     4.0k Oct 30 12:24 ..
> drwxr-x---    0 system   domadmin        0 Oct 30 12:33 pepe
> marcos@MOZART /tmp$ cd pepe/
> bash: cd: pepe/: Permission denied
> marcos@MOZART /tmp$ id
> uid=1003(marcos) gid=512(domadmin) 
> groups=0(everyone),513(domusers),544(admin),545(users)
> marcos@MOZART /tmp$ groups
> domadmin everyone domusers admin users
> 
> And if I do:
> 
> marcos@MOZART /tmp$ chmod o+rx pepe/
> marcos@MOZART /tmp$ d
> total 8.0k
> drwxrwxrwx    3 admin    domadmin     4.0k Oct 30 12:33 .
> drwx------   14 admin    domadmin     4.0k Oct 30 12:24 ..
> drwxr-xr-x    2 system   domadmin        0 Oct 30 12:33 pepe
> marcos@MOZART /tmp$ cd pepe/
> marcos@MOZART /tmp/pepe$ ls
> marcos@MOZART /tmp/pepe$ d
> total 4.0k
> drwxr-xr-x    2 system   domadmin        0 Oct 30 12:33 .
> drwxrwxrwx    3 admin    domadmin     4.0k Oct 30 12:33 ..
> marcos@MOZART /tmp/pepe$
> 
> Why I can't cd to this folder if I belong to the group 
> domadmin and I have
> read and execution permissions?
> 
> 
> Maybe the two errors above have any relation... but I can't see what's
> going on.
> 
> 
> 
> thx,
> m4c.
> 
> 
> --
> 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/
> 

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

^ permalink raw reply	[flat|nested] 14+ messages in thread
* RE: problems setting permissions for sshd
@ 2002-10-29 11:01 Harig, Mark A.
  2002-10-29 13:30 ` Marcos Lorenzo
  0 siblings, 1 reply; 14+ messages in thread
From: Harig, Mark A. @ 2002-10-29 11:01 UTC (permalink / raw)
  To: Pierre A. Humblet, cygwin; +Cc: Marcos Lorenzo

Yes, which implies that Marcos Lorenzo should regenerate
his /etc/group file from scratch with 'mkgroup', and 
then edit it to add 'Administrators'.

> -----Original Message-----
> From: Pierre A. Humblet [mailto:pierre.humblet@ieee.org]
> Sent: Tuesday, October 29, 2002 10:59 AM
> To: cygwin@cygwin.com
> Subject: Re: problems setting permissions for sshd
> 
> 
> On Tue, Oct 29, 2002 at 10:59:12AM -0500, Harig, Mark A. wrote:
> > 
> > > 
> > > My /etc/group (I modified it):
> > > 
> > > all:*:0:0:,S-1-1-0::
> > > SYSTEM:*:18:18:,S-1-5-18:: 
> > > admin:*:544:544:,S-1-5-32-544::
> > > domadmin:*:512:512:,S-1-5-32-512:: 
> > > guests:*:546:546:,S-1-5-32-546::
> > > users:*:545:545:,S-1-5-32-545:: 
> > > domusers:*:513:513:,S-1-5-32-513:: 
> > > 
> the sid must be in the second field, like
> SYSTEM:S-1-5-18:18:
> None:S-1-5-21-2127391503-1594901184-99485923-513:513:
> 
> Pierre
> 
> --
> 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/
> 
> 

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

^ permalink raw reply	[flat|nested] 14+ messages in thread
* RE: problems setting permissions for sshd
@ 2002-10-28  9:32 Harig, Mark A.
  2002-10-29  3:24 ` Marcos Lorenzo
  0 siblings, 1 reply; 14+ messages in thread
From: Harig, Mark A. @ 2002-10-28  9:32 UTC (permalink / raw)
  To: Marcos Lorenzo, cygwin

1. What filesystem are you running on your disk(s): NTFS or FAT32?

2. What value do you have the environment variable
   CYGWIN set to in your Control Panel's System applet?

3. What version of Cygwin are you running?

     $ uname -r

4. What version of ssh are you running?

     $ ssh -V

> -----Original Message-----
> From: Marcos Lorenzo [mailto:marcos@it.uc3m.es]
> Sent: Monday, October 28, 2002 7:28 AM
> To: cygwin@cygwin.com
> Subject: problems setting permissions for sshd
> 
> 
> I can't set permissions on folders (I'm administrator) and I 
> also have a
> strange problem:
> 
> My /etc/passwd (I modified it):
> 
> all:*:0:0:,S-1-1-0::
> SYSTEM:*:18:18:,S-1-5-18:: 
> admin:*:544:544:,S-1-5-32-544::
> domadmin:unused_by_nt/2000/xp:500:513:U-DIT\Administrador,S-1-
> 5-21-462973936-1154566708-996637233-500:/home/Administrador:/bin/bash
> guest:unused_by_nt/2000/xp:501:514:U-DIT\Invitado,S-1-5-21-462
> 973936-1154566708-996637233-501:/home/Invitado:/bin/bash
> ivan:unused_by_nt/2000/xp:1004:512:Iván Alonso 
> Gutiérrez,U-DIT\ivan,S-1-5-21-462973936-1154566708-996637233-1
> 004://163.117.139.253/ivan:/bin/bash
> lab:unused_by_nt/2000/xp:1005:513:Usuario estándar para las 
> prácticas,U-DIT\lab,S-1-5-21-462973936-1154566708-996637233-10
> 05:/home/lab:/bin/bash
> marcos:unused_by_nt/2000/xp:1003:512:Marcos Lorenzo de 
> Santiago,U-DIT\marcos,S-1-5-21-462973936-1154566708-996637233-
> 1003:/home/marcos:/bin/bash
> sshd:unused_by_nt/2000/xp:1079:513:sshd 
> privsep,U-DIT\sshd,S-1-5-21-462973936-1154566708-996637233-107
> 9:/var/empty:/bin/bash
> 
> 
> My /etc/group (I modified it):
> 
> all:*:0:0:,S-1-1-0::
> SYSTEM:*:18:18:,S-1-5-18:: 
> admin:*:544:544:,S-1-5-32-544::
> domadmin:*:512:512:,S-1-5-32-512:: 
> guests:*:546:546:,S-1-5-32-546::
> users:*:545:545:,S-1-5-32-545:: 
> domusers:*:513:513:,S-1-5-32-513:: 
> 
> 
> My station is a Windows NT 4.0 Server and I can't get to work 
> chown and
> chmod. I ran mkpasswd -l > /etc/passwd and mkpasswd -g > 
> /etc/group and
> then I get:
> 
> 
> 13:09:01 marcos@MOZART~ id
> uid=1003(marcos) gid=512
> 
> I belong to group domain Administrators which has gid 512, 
> and it doesn't
> appear in /etc/group, so I added it 
> (domadmin:*:512:512:,S-1-5-32-512::).
> 
> Before making the above change now I get the following 
> strange behaviour:
> 
> 13:12:27 marcos@MOZART~ id
> uid=1003(marcos) gid=512(domadmin) grupos=512(domadmin)
> 13:12:29 marcos@MOZART~ ls -la
> Usage: LS [/FrqRdlt1sSvu] [files]
> 13:12:37 marcos@MOZART~ echo $PATH
> /bin:/usr/bin:/usr/local/bin:/usr/bin:/sbin:/usr/bin:/usr/sbin
> :/usr/local/bin:/c/Perl/bin/:/c/WINNT/system32:/c/WINNT:/c/Archivos de
> programa/rksupport:/c/NTRESKIT:/c/NTRESKIT/Perl:/usr/X11R6/bin
> 13:12:39 marcos@MOZART~ which ls
> /bin/ls
> 13:12:48 marcos@MOZART~ ls
> Usage: LS [/FrqRdlt1sSvu] [files]
> 13:12:48 marcos@MOZART~ /c/NTRESKIT/LS.EXE -la
> Usage: LS [/FrqRdlt1sSvu] [files]
> 
> Why it uses /c/NTRESKIT/LS.EXE -la instead of the one that 
> 'which' says??
> 
> 
> I tried to follow the HOWTO sent to the list:
> 
> 1) set the CYGWIN environment variable OK
> 2) cleaned up the passwd and group as showed above. I still believe my
>    group and passwd files are not correct, is there HOWTO for 
> Windows NT
>    4.0 servers to do this correctly? or how can I correctly configure
>    this?
> 3) ssh-host-config OK
> 4) Set restrictive permissions on configuration files: ERROR
> 
> marcos@MOZART ~$ chmod 600 /etc/ssh_host*_key
> chmod: changing permissions of `/etc/ssh_host_dsa_key': 
> Permission denied
> chmod: changing permissions of `/etc/ssh_host_key': Permission denied
> chmod: changing permissions of `/etc/ssh_host_rsa_key': 
> Permission denied
> 
> marcos@MOZART ~$ chown SYSTEM:SYSTEM /etc/sshd_config
> chown: changing ownership of `/etc/sshd_config': Permission denied
> 
> marcos@MOZART ~$ chown SYSTEM:SYSTEM /var/empty/
> chown: changing ownership of `/var/empty': Permission denied
> marcos@MOZART ~$ d !$
> d /var/empty/
> Usage: LS [/FrqRdlt1sSvu] [files]
> marcos@MOZART ~$ /bin/ls -lad /var/empty/
> d---------    2 marcos   domusers        0 Oct 28 13:19 /var/empty/
> 
> What kind of permissions are that on /var/empty??
> 
> 
> Well as you see I can't get chown and chmod to work properly. 
> I think it
> never worked anyway.
> 
> Thanks everyone in advance,
> m4c.
> 
> 
> --
> 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/
> 
> 

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

^ permalink raw reply	[flat|nested] 14+ messages in thread
* problems setting permissions for sshd
@ 2002-10-28  8:11 Marcos Lorenzo
  0 siblings, 0 replies; 14+ messages in thread
From: Marcos Lorenzo @ 2002-10-28  8:11 UTC (permalink / raw)
  To: cygwin

I can't set permissions on folders (I'm administrator) and I also have a
strange problem:

My /etc/passwd (I modified it):

all:*:0:0:,S-1-1-0::
SYSTEM:*:18:18:,S-1-5-18:: 
admin:*:544:544:,S-1-5-32-544::
domadmin:unused_by_nt/2000/xp:500:513:U-DIT\Administrador,S-1-5-21-462973936-1154566708-996637233-500:/home/Administrador:/bin/bash
guest:unused_by_nt/2000/xp:501:514:U-DIT\Invitado,S-1-5-21-462973936-1154566708-996637233-501:/home/Invitado:/bin/bash
ivan:unused_by_nt/2000/xp:1004:512:Iván Alonso Gutiérrez,U-DIT\ivan,S-1-5-21-462973936-1154566708-996637233-1004://163.117.139.253/ivan:/bin/bash
lab:unused_by_nt/2000/xp:1005:513:Usuario estándar para las prácticas,U-DIT\lab,S-1-5-21-462973936-1154566708-996637233-1005:/home/lab:/bin/bash
marcos:unused_by_nt/2000/xp:1003:512:Marcos Lorenzo de Santiago,U-DIT\marcos,S-1-5-21-462973936-1154566708-996637233-1003:/home/marcos:/bin/bash
sshd:unused_by_nt/2000/xp:1079:513:sshd privsep,U-DIT\sshd,S-1-5-21-462973936-1154566708-996637233-1079:/var/empty:/bin/bash


My /etc/group (I modified it):

all:*:0:0:,S-1-1-0::
SYSTEM:*:18:18:,S-1-5-18:: 
admin:*:544:544:,S-1-5-32-544::
domadmin:*:512:512:,S-1-5-32-512:: 
guests:*:546:546:,S-1-5-32-546::
users:*:545:545:,S-1-5-32-545:: 
domusers:*:513:513:,S-1-5-32-513:: 


My station is a Windows NT 4.0 Server and I can't get to work chown and
chmod. I ran mkpasswd -l > /etc/passwd and mkpasswd -g > /etc/group and
then I get:


13:09:01 marcos@MOZART~ id
uid=1003(marcos) gid=512

I belong to group domain Administrators which has gid 512, and it doesn't
appear in /etc/group, so I added it (domadmin:*:512:512:,S-1-5-32-512::).

Before making the above change now I get the following strange behaviour:

13:12:27 marcos@MOZART~ id
uid=1003(marcos) gid=512(domadmin) grupos=512(domadmin)
13:12:29 marcos@MOZART~ ls -la
Usage: LS [/FrqRdlt1sSvu] [files]
13:12:37 marcos@MOZART~ echo $PATH
/bin:/usr/bin:/usr/local/bin:/usr/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/c/Perl/bin/:/c/WINNT/system32:/c/WINNT:/c/Archivos de
programa/rksupport:/c/NTRESKIT:/c/NTRESKIT/Perl:/usr/X11R6/bin
13:12:39 marcos@MOZART~ which ls
/bin/ls
13:12:48 marcos@MOZART~ ls
Usage: LS [/FrqRdlt1sSvu] [files]
13:12:48 marcos@MOZART~ /c/NTRESKIT/LS.EXE -la
Usage: LS [/FrqRdlt1sSvu] [files]

Why it uses /c/NTRESKIT/LS.EXE -la instead of the one that 'which' says??


I tried to follow the HOWTO sent to the list:

1) set the CYGWIN environment variable OK
2) cleaned up the passwd and group as showed above. I still believe my
   group and passwd files are not correct, is there HOWTO for Windows NT
   4.0 servers to do this correctly? or how can I correctly configure
   this?
3) ssh-host-config OK
4) Set restrictive permissions on configuration files: ERROR

marcos@MOZART ~$ chmod 600 /etc/ssh_host*_key
chmod: changing permissions of `/etc/ssh_host_dsa_key': Permission denied
chmod: changing permissions of `/etc/ssh_host_key': Permission denied
chmod: changing permissions of `/etc/ssh_host_rsa_key': Permission denied

marcos@MOZART ~$ chown SYSTEM:SYSTEM /etc/sshd_config
chown: changing ownership of `/etc/sshd_config': Permission denied

marcos@MOZART ~$ chown SYSTEM:SYSTEM /var/empty/
chown: changing ownership of `/var/empty': Permission denied
marcos@MOZART ~$ d !$
d /var/empty/
Usage: LS [/FrqRdlt1sSvu] [files]
marcos@MOZART ~$ /bin/ls -lad /var/empty/
d---------    2 marcos   domusers        0 Oct 28 13:19 /var/empty/

What kind of permissions are that on /var/empty??


Well as you see I can't get chown and chmod to work properly. I think it
never worked anyway.

Thanks everyone in advance,
m4c.


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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2002-10-30 16:27 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-29  9:39 problems setting permissions for sshd Harig, Mark A.
2002-10-29 10:36 ` Pierre A. Humblet
2002-10-29 12:52   ` Marcos Lorenzo
2002-10-29 13:51     ` Pierre A. Humblet
  -- strict thread matches above, loose matches on Subject: below --
2002-10-30  6:18 Vince Hoffman
2002-10-30  6:28 ` Marcos Lorenzo
2002-10-30  8:34   ` Igor Pechtchanski
2002-10-29 11:01 Harig, Mark A.
2002-10-29 13:30 ` Marcos Lorenzo
2002-10-30  4:44   ` Marcos Lorenzo
2002-10-28  9:32 Harig, Mark A.
2002-10-29  3:24 ` Marcos Lorenzo
2002-10-29  4:11   ` Marcos Lorenzo
2002-10-28  8:11 Marcos Lorenzo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).