User Tools

Site Tools


faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
faq [2021/04/29 11:32] g00r00faq [2022/02/24 13:09] g00r00
Line 1: Line 1:
 ====== Frequently Asked Questions ====== ====== Frequently Asked Questions ======
 +
 +=== Q: Help! My time zone information is wrong and TZUTC shows a 0 value in Linux ===
 +
 +  Most Linux distributions use resonable defaults, but some may not and you
 +  may need to set this information up on your own not just for Mystic, but for
 +  other applications too.
 +  
 +  Its also possible your distribution is minimal and does include support for
 +  timezone at all, and in that case you must set it using its configuration
 +  tool or package manager.
 +  
 +  It is also possible that you have changed some values and they are set
 +  improperly or that you are using a distribution that uses some format never
 +  seen before.
 +  
 +  Since there are some many different distributions and possibilities, it is
 +  difficult to give a single set of instructions on how to resolve timezone
 +  issues.  The bottom line is that timezone information is stored in a single
 +  file on the disk, and Mystic has to be able to find it.
 +  
 +  The logic Mystic uses is based off of checking the TZ environment variable
 +  value and acting accordingly:
 +  
 +<code>
 + If TZ environment variable has a value then:
 + If TZ begins with / then use this value as timezone file location
 + If TZ is set such as 'America/Los_Angeles' then
 + If no TZDIR value is set use /usr/share/zoneinfo/ + TZ
 + If TZDIR is set use TZDIR + TZ
 +
 + If TZ environment variable is NO value then:
 +
 + Check /etc/timezone for file
 + If no file then check /etc/localtime for time
 + If no file then check /usr/lib/zoneinfo/localtime
 + If no file then check value of TZDIR + "localtime"
 +
 + Troubleshooting an issue will largely depend on what the values are for your
 + TZ and TZDIR environment variables which you can check by doing a "echo $TZ"
 + and "echo $TZDIR" in a terminal.  If you need help, ask for it!
 +</code>
  
 === Q: How can I change the background ANSI that is displayed when I run Mystic -CFG ? === === Q: How can I change the background ANSI that is displayed when I run Mystic -CFG ? ===
Line 176: Line 217:
  
     When you create a file base using the File Base Editor, you will specify a     When you create a file base using the File Base Editor, you will specify a
-    directory that will contain the files you wanted listed in the file base+    directory that will contain the files you want listed in the file base
     you are creating.     you are creating.
          
Line 201: Line 242:
     the file listing but pressing "E" when you have SysOp access.  This will open     the file listing but pressing "E" when you have SysOp access.  This will open
     up the editor for that file where you can perform many functions including     up the editor for that file where you can perform many functions including
-    editing the file description using Mystic's message editor.+    editing the file description using Mystic's message editor.  You can also use 
 +    the online file listing editor SysOp command (/E by default with SysOp access) 
 +    to open the editor from anywhere in the BBS.
          
     NOTE: When performing a mass upload, Mystic will be unable to extract the     NOTE: When performing a mass upload, Mystic will be unable to extract the
     descriptions if the configured archive utilities are not available for Mystic     descriptions if the configured archive utilities are not available for Mystic
-    to use (unzip, zip, rar, etc). +    to use (unzip, zip, rar, etc).    
-    +
faq.txt · Last modified: 2023/01/04 14:59 by avon

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki