[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

Permissions problems with conserver 8.11

Phillip Pacheco ppacheco@genesyslab.com
Thu, 15 Sep 2005 16:24:26 -0700 (PDT)


Users,

 

I am attempting to configure coserver 8.1.1 to work with Solaris 9 and Cyclades TS1000.  I have downloaded a pre-compiled and packaged version of conserver from sunfreeware.com.  Even though I have explicitly allowed the server (unixlab2) to be trusted to use conserver, I still cannot connect due to a permissions problem.  Please observe the information below, and provide me with any guidance you may have on this issue. 

 

Thank you

Phillip Pacheco

WIS-UNIX

Genesys

 

 

{unixlab2}/usr/local/etc> ../sbin/conserver -S

[Thu Sep 15 16:13:52 2005] conserver (1447): conserver.com version 8.1.1

[Thu Sep 15 16:13:52 2005] conserver (1447): started as `root' by `root'

[Thu Sep 15 16:13:52 2005] conserver (1447): performing configuration file syntax check

[Thu Sep 15 16:13:52 2005] conserver (1447): terminated

{unixlab2}/usr/local/etc> echo $?

0

{unixlab2}/usr/local/etc> ../sbin/conserver -v

[Thu Sep 15 16:14:36 2005] conserver (1448): conserver.com version 8.1.1

[Thu Sep 15 16:14:36 2005] conserver (1448): started as `root' by `root'

[Thu Sep 15 16:14:36 2005] conserver (1448): INFO: interface address 127.0.0.1 (lo0)

[Thu Sep 15 16:14:36 2005] conserver (1448): INFO: interface address 192.168.28.62 (eri0)

[Thu Sep 15 16:14:36 2005] conserver (1448): daemonizing

{unixlab2}/usr/local/etc> ../sbin/conserver -V

conserver: conserver.com version 8.1.1

conserver: default access type `r'

conserver: default escape sequence `^Ec'

conserver: default configuration in `/usr/local/etc/conserver.cf'

conserver: default password in `/usr/local/etc/conserver.passwd'

conserver: default logfile is `/usr/local/var/log/conserver'

conserver: default pidfile is `/usr/local/var/run/conserver.pid'

conserver: default limit is 16 members per group

conserver: default primary port referenced as `conserver'

conserver: default secondary base port referenced as `0'

conserver: options: libwrap, openssl, pam

conserver: openssl version: OpenSSL 0.9.7c 30 Sep 2003

conserver: built with `./configure --disable-nls --prefix=/usr/local --with-logfile=/usr/local/var/log/conserver --with-pidfile=/usr/local/var/run/conserver.pid --with-pam --with-libwrap --with-openssl=/usr/local/ssl'

{unixlab2}/usr/local/etc> ../sbin/conserver -at -E -d

[Thu Sep 15 16:15:20 2005] conserver (1452): conserver.com version 8.1.1

[Thu Sep 15 16:15:20 2005] conserver (1452): started as `root' by `root'

[Thu Sep 15 16:15:20 2005] conserver (1452): daemonizing

 

{unixlab2}/usr/local/etc> console unixlab1

console: access from your host refused

 

{unixlab2}/usr/local/etc> console unixlab2

console: access from your host refused

 

{unixlab2}/usr/local/etc> cat conserver.cf

config unixlab2.genesyslab.com {

        daemonmode true;

        defaultaccess trusted;

        logfile /var/log/consoles/&;

        sslrequired false;

        }

 

default * {

        logfile /var/log/consoles/&;    # '&' is replaced with console name

        timestamp 1hab;                 # write timestamps

        rw *;                           # allow all users

        master unixlab2.genesyslab.com;

        }

 

access unixlab2.genesyslab.com {

        admin root;

        trusted unixlab1, unixlab2;

        }

 

default cyclades1 {

        type host;

        host labcon.genesyslab.com;

        portbase 7000;

        portinc 1;

        master localhost;

        }

 

console unixlab1 { type host;

                        host labcon.genesyslab.com;

                        port 7007;

                        master unixlab2;

                 }

 

console unixlab2 { type host;

                        host labcon.genesyslab.com;

                        master unixlab2.genesyslab.com;

                        port 7008;

                 }

 

#console test1 { include cyclades1; port 1; }

#console test2 { include cyclades1; port 6; }

#console unixlab1 { include cyclades1; port 7; }

#console unixlab2 { include cyclades1; port 8; }

#