Changes between Version 6 and Version 7 of Installation/LoggingIn


Ignore:
Timestamp:
Jan 14, 2013 4:47:14 PM (11 years ago)
Author:
jhickey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/LoggingIn

    v6 v7  
    88
    99You can now fill out the form to create the first project and user.  The project will be automatically approved and created upon submission.  You may now logout and login as the user you created for the first project.
     10
     11== Setup Mailing Lists on users ==
     12
     13A lot of errors are only set out as email.  It is important to properly setup the email lists on users:
     14
     15{{{
     16root@users:/etc/mail/lists # ls -lart
     17total 28
     18-rw-r--r--  1 root  mailnull    0 Jan 11 18:38 testbed-www
     19-rw-r--r--  1 root  mailnull    0 Jan 11 18:38 testbed-testsuite
     20-rw-r--r--  1 root  mailnull    0 Jan 11 18:38 testbed-stated
     21-rw-r--r--  1 root  mailnull    0 Jan 11 18:38 testbed-ops
     22-rw-r--r--  1 root  mailnull    0 Jan 11 18:38 testbed-logs
     23-rw-r--r--  1 root  mailnull    0 Jan 11 18:38 testbed-audit
     24-rw-r--r--  1 root  mailnull    0 Jan 11 18:38 testbed-approval
     25drwxr-xr-x  3 root  wheel     512 Jan 11 18:38 ..
     26-rw-r-----  1 root  mailnull   90 Jan 11 21:27 emulab-widearea-users
     27-rw-r-----  1 root  mailnull  233 Jan 14 15:09 emulab-allusers
     28-rw-r-----  1 root  mailnull  149 Jan 14 15:09 emulab-project-leaders
     29-rw-r-----  1 root  mailnull  155 Jan 14 15:09 emulab-ops-users
     30-rw-r-----  1 root  mailnull   81 Jan 14 15:09 testbed-users
     31drwxr-x---  2 root  mailnull  512 Jan 14 15:09 .
     32root@users:/etc/mail/lists # echo 'user@deterlab.net' >> testbed-www
     33root@users:/etc/mail/lists # echo 'user'@deterlab.net' >> testbed-ops
     34root@users:/etc/mail/lists # echo 'user@deterlab.net' >> testbed-logs
     35root@users:/etc/mail/lists # echo 'user@deterlab.net' >> testbed-audit
     36root@users:/etc/mail/lists # echo 'user@deterlab.net' >> testbed-approval
     37}}}
    1038
    1139== Managing additional users ==