welcome: please sign in

Diff for "MemberManual/FAQ"

Differences between revisions 6 and 10 (spanning 4 versions)
Revision 6 as of 2007-11-16 21:39:05
Size: 1982
Editor: MichaelOlson
Comment: Add references, and add item for screen and long-lived sessions
Revision 10 as of 2007-11-16 22:59:21
Size: 1885
Editor: MichaelOlson
Comment: Remove notice about needing verification
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 8: Line 7:
Line 16: Line 14:
Line 25: Line 22:
''Reference'': ["MemberManual/UsingDomtool"]. ''Reference'': MemberManual/UsingDomtool.
Line 28: Line 25:
Line 31: Line 27:
''Reference'': ["MemberManual/ServingWebsites"]. ''Reference'': MemberManual/ServingWebsites.
Line 33: Line 29:
= How do I keep my Kerberos session from expiring? = = How do I run screen for a long time on mire? =
Line 35: Line 31:
/!\ Needs verification from someone knowledgeable in Kerberos.

If you want to have a long-running {{{screen}}} session, for example, then log into mire and do the following:
If you want to have a long-running {{{screen}}} session, then log into mire and do the following:
Line 40: Line 34:
krenew -K 540 -t -b screen pagsh -c "krenew -K 540 -t -b && screen"
Line 42: Line 36:

Then you can reattach to the {{{screen}}} session using the normal:

{{{
screen -r
}}}
This will last until the ticket can no longer be renewed (approximately 8 days).

This page contains answers to questions often asked about DomTool and our setup.

TableOfContents

Things that worked fine yesterday suddenly don't work anymore

The most likely reason for IMAP, DNS, and web hosting to suddenly stop working is that there is a syntax error in one of the files in your ~/.domtool directory. Admins sometimes need to regenerate all domtool configuration files after making a change to domtool; if one of the files in your ~/.domtool directory has errors, it could prevent other files in that directory from being activated.

To figure out whether this was the problem: for each file <FILE> in your ~/.domtool directory, run

domtool -tc ~/.domtool/<FILE>

If you see any problems, either move the file into a different directory, or fix the problems.

When done, run domtool on each file in your ~/.domtool directory, and everything should be back to normal.

It is highly recommended to keep files in a different directory while testing them, and then copy them to ~/.domtool once you are certain that they are error-free.

If you don't find any errors in your domtool configuration, then you might want to file a support request.

Reference: MemberManual/UsingDomtool.

How do I read my Apache logs?

They are stored in ~/.logs/apache in subdirectories corresponding to machine and domain, and are updated every 20 minutes.

Reference: MemberManual/ServingWebsites.

How do I run screen for a long time on mire?

If you want to have a long-running screen session, then log into mire and do the following:

pagsh -c "krenew -K 540 -t -b && screen"

This will last until the ticket can no longer be renewed (approximately 8 days).

Reference: ["MemberManual/TransferringFiles/OpenAFS/Debian"]

MemberManual/FAQ (last edited 2016-09-13 03:37:37 by JackHill)