Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
ea4ef604
Commit
ea4ef604
authored
Mar 21, 2007
by
Russ Fish
Browse files
Add some more restart instructions.
parent
5e874399
Changes
1
Show whitespace changes
Inline
Side-by-side
doc/setup-db.txt
View file @
ea4ef604
...
...
@@ -137,6 +137,7 @@ the Emulab database and directories into initial conditions.
ls -l /users /proj /groups
rm -r /proj/* /groups/*
mkdir /proj/cvsrepos
pw groupdel -n emulab-ops
ls -l /usr/testbed/{expwork,*/proj}
rm -r /usr/testbed/expwork/* /usr/testbed/*/proj/*
...
...
@@ -144,10 +145,21 @@ the Emulab database and directories into initial conditions.
* Remove user and group from the elabman "Create First Project" pages.
set me = *your-login*
set us = testbed
pw userdel -n $me -r
pw groupdel -n
testbed
pw groupdel -n
$us
ls -l /users /proj /groups
* Also remove any other users and groups you've created since then.
Otherwise you will get this message until you've cleared them:
'Error Creating Project: Transient error; please try again later.'
tail /etc/passwd
tail /etc/group
set him = *user*
set them = *group*
pw userdel -n $him -r
pw groupdel -n $them
* Kill the database.
mysql -e "drop database tbdb"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment