Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
emulab-devel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Emmanuel Cecchet
emulab-devel
Commits
ea4ef604
Commit
ea4ef604
authored
17 years ago
by
Russ Fish
Browse files
Options
Downloads
Patches
Plain Diff
Add some more restart instructions.
parent
5e874399
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/setup-db.txt
+14
-2
14 additions, 2 deletions
doc/setup-db.txt
with
14 additions
and
2 deletions
doc/setup-db.txt
+
14
−
2
View file @
ea4ef604
...
...
@@ -137,17 +137,29 @@ 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/*
ls -l /usr/testbed/{expwork,*/proj}
* Remove user and group from the elabman "Create First Project" pages.
* 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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment