Difference between revisions of "SME Server:Documentation:FAQ"

From SME Server
Jump to navigationJump to search
(New page: ==Frequently Asked Questions== This Section lists frequently asked questions for SME 7, problems you may have installing SME7 for the first time or upgrading from SME6.x, including from ...)
 
 
(318 intermediate revisions by 30 users not shown)
Line 1: Line 1:
 +
{{Languages|SME_Server:Documentation:FAQ}}
  
==Frequently Asked Questions==
+
{{Donate}}
  
This Section lists frequently asked questions for SME 7, problems you may have installing SME7 for the first time or upgrading from SME6.x, including from a modified version of SME6.x
 
  
Some FAQ's have separate howto's or manual entries
 
  
How to Upgrade from SME 5.x and 6.x [[/sme70/sme70/Manual/UpgradeTo7 howto/UpgradeTo7]]
+
===F.A.Q===
Changing password strength [[/sme70/sme70/Manual/Chapter9#h77-4 Chapter 9.1.2]]
 
Setting admin rights for users's on windows domains  [[http://smeserver.sourceforge.net/sme70/sme70/Manual/Chapter7#h75-9 Chapter 7.2.4.2]]
 
 
  
===post-upgrade and reboot===
+
This Section lists ''Frequently Asked Questions'' (FAQ) for SME server. Problems many people run into installing SME server for the first time or upgrading to later versions are found here.
**When is a post-upgrade and reboot required?**
 
There is no way to tell unless the RPM packager tells you. But we may be able to make a few generalizations.
 
  
1. A package that is not specific to SME Server won't have any actions to run
+
If your question isn't listed here, it's possible it's a ''Rarely Asked Question'' (RAQ), in which case you'll be better off searching for answers in [http://bugs.contribs.org Bugzilla].
  
#|
+
{| style="color:red;background-color:#ffffcc;"
||??**Note**??
+
|
An upgrade for an application that has templated configuration files will likely overwrite SME Servers altered configuration files, so you need to regenerate them||
+
Please see [[Help:Contents#How_to_get_a_wiki_account.3F|'''how to get a wiki account''']]
|#
+
|}
  
2. A smeserver-application rpm may or may not use the post-upgrade and reboot twin-step.
 
Older packages probably tried to run all the events in the post rpm script
 
Newer packages may assume you will run yum (local)install and post-upgrade
 
  
#|
+
{{Tip box|[[SME_Server:Documentation:FAQ:booklet |One page FAQ Manual]] All the chapters on one page. This is a very large page !}}
||??**Note**??
+
{{Warning box|Many of the FAQ tips are for SME Server versions earlier than the current version of SME Server. Please verify that the FAQ is relevant to the version you are working with before applying any changes. The current released and only supported version is Koozali SME Server version 10.}}
Contribs that are being considered for the SME Extras repository will likely not have post install scripts, and will use the post-upgrade event||
+
----
|#
+
[[SME Server:Documentation:FAQ:Section01|Section 1 - Installation]]
 +
* Installation Troubles
 +
* Yum Updates
 +
* Removing Software
 +
* Hardware Compatibility List
 +
* Client Computers
 +
* Web Applications
 +
* Reset the root and admin password
 +
* File Size Limitations
 +
* External DNS
 +
* Domains
 +
* Virus Scanning
 +
* Proxy Pass
 +
* Shell Access
 +
* Upgrading Server
 +
* Changing maximum Ibay, Account or Group name length
 +
* Deletion of Users Ibays Groups
 +
* Access denied to i-bay with newly created group
 +
* Change Password Users by command Line
 +
* Password Strength Checking
 +
* Hard Drives, RAID's, USB Hard Drives
 +
* Backups & Restores
 +
* Supervised Services
 +
* Server-Manager
 +
* Booting with SMP kernel after upgrade to version 7.2 from CD
 +
* Special Characters
 +
* Upstream proxy server configuration
 +
* Memory usage and limits
  
===Email===
+
[[SME Server:Documentation:FAQ:Section02|Section 2 - Booting]]
 +
* Installation
 +
* Boot Options
 +
* More
  
**How can I add the admin user as an administrator for Horde?**
+
[[SME Server:Documentation:FAQ:Section03|Section 3 - Log Files]]
You can set up the admin user as an administrator for Horde. This gives you the ability to view the Horde configuration via the web interface. The web interface explains what the settings are actually for. This is helpful if you are developing any of the additional horde addon modules as you can see what the configuration should look like. After figuring out the layout you can build the default templates based on that output.
+
* Access
By default, no user has the ability to update the default configuration files from the web interface. If you want to make a change, you can change it from the web interface, when done click on generate configuration. You will get an error stating that you could not save the backup configuration file, but the output is still displayed so you can see what the settings should be. To add this function, you will need to create a custom template. Here are the steps to take: 
+
* Logfile Names
 +
* Error Messages
 +
* RK Hunter Messages
  
  ##mkdir -p /etc/e-smith/templates-custom/home/httpd/html/horde/config/conf.php##
+
[[SME Server:Documentation:FAQ:Section04|Section 4 - Email]]
  ##cd /etc/e-smith/templates-custom/home/httpd/html/horde/config/conf.php/##
+
* Troubleshooting
  ##cp  /etc/e-smith/templates/home/httpd/html/horde/config/conf.php/120Authentication .##
+
* Spam
  ##pico -w 120 120Authentication##
+
* Anti Virus
+
* Email Clients
Replace
+
* Server Settings
  ##$conf['auth']['admins'] = array();##
+
* External Access
 +
* Imap
 +
* qpsmtpd
 +
* Internal Mail Servers
 +
* Secondary/Backup Mail Server Considerations
 +
* User accounts
 +
* Mail server on dynamic IP
  
with
+
[[SME Server:Documentation:FAQ:Section05|Section 5 - Firewall]]
  ##$conf['auth']['admins'] = array('admin@{$DomainName}');##
+
* FAQs
+
* DB Settings
After that regenerate the configuration file
+
* Custom templates
  ##expand-template /home/httpd/html/horde/config/conf.php##
+
* Open Ports in Private Server/Gateway Mode
 
Verify your new entry
 
  ##more /home/httpd/html/horde/config/conf.php##
 
 
Login to webmail as admin. You should have an administration icon on the sidebar. Click setup, then your horde application. You must use the sidebar if you want to use the administration features.
 
  
This item was originally posted as [[http://bugs.contribs.org/show_bug.cgi?id=831 SME Server bug 831]]
+
[[SME Server:Documentation:FAQ:Section06|Section 6 - MySQL]]
+
* General
#|
+
* MySQL root password
||??**Warning**??
+
* Access MySQL from the local network
Do not use any other feature other than setup as you could cause damage to your installation!||
+
* Access MySQL from a remote network
|# 
+
* Create MySQL user(s) with access from other computers
 +
* Enable InnoDB engine
 +
* Administration
 +
* Optimizing MYSQL default settings
  
 
+
[[SME Server:Documentation:FAQ:Section07|Section 7 - Later versions of applications]]
**I get "421 per host concurrency limit reached" when I try to send an email using IMAP**
+
* Is xxx on SME Server still safe to run?
A fix is documented [[http://forums.contribs.org/index.php?topic=33124.0 here]].
+
* Can I install a later version of xxx
 
 
 
===Client Computers===
 
  
**Samba trust relationships lost?**
+
[[SME Server:Documentation:FAQ:Section08|Section 8 - Known Problems]]
This is a possible bug with an upgrade from SME6. After an upgrade, local workstations cannot log in. If you are experiencing this problem, please have a look at this bug for a fix, and provide followup:
+
* Backup/Restore
[[https://sourceforge.net/tracker/index.php?func=detail&aid=1234009&group_id=96750&atid=615772]]
+
* Hardware
 +
* Installation (not hardware related) & Initial Configuration
 +
* Services
 +
* Packages
  
 
+
[[Category:SME Server]]
**Windows XP Clients - Patch to logon to SME domain**
 
This patch can be used when Windows XP clients won't be able to log on to the SME Server domain. The registry patch is located here:
 
http://servername/server-resources/regedit/winxplogon.reg
 
Double click on the winxplogon.reg file and the settings will be added to the Windows Registry.
 
 
 
**How to disable password caching on Windows 95/98/ME/2000 Clients?**
 
This patch can be used if you don't want Windows clients to remember password for shared folders on SME Server. The registry patch is located here: http://servername/server-resources/regedit/win98pwdcache.reg
 
Just double click on the win98pwdcache.reg file and the settings will be added to the Windows Registry.
 
 
 
#|
 
||??**Note**??
 
Although the filename seems to indicate that this patch will only work for Windows 98, but it also works in Windows 95, Windows ME and Windows 2000.||
 
|#
 
 
**LDAP Directory Gives Errors on Outlook 2002 or Outlook 2003**
 
In Outlook 2002 or 2003 when someone tries to find a contact using the LDAP server, a message stating that "Unavailable critical extension" and then a second message saying "The search could not be completed. MAPI_E_CALL_FAIL" shows up and nothing shows up from the search. The directory works beautifully in Thunderbird 1.5 as well as Outlook 2000, but not 2002 or 2003.  More information can be found here:[[http://support.microsoft.com/default.aspx?scid=kb;en-us;555536&sd=rss&spid=2559]] [[http://bugs.contribs.org/show_bug.cgi?id=1406]]
 
 
 
===Firewall/Port Forwarding,Opening,Blocking===
 
 
**How do I configure the firewall?**
 
The server manager is the GUI front end for the firewall. The firewall is modified automatically in response to changes you make in the configuration, such as enabling/disabling services, marking them public/private, forwarding ports, etc. If you wish to make changes beyond those provided for by the server manager, you can do so by providing custom templates
 
 
 
**How do I allow public access to a service I've added to SME Server 7?**
 
The procedure has changed and is now much simpler in SME Server 7. For this example the service you have installed is called 'manta' and 'nnn' is the TCP port number that needs to be opened. Watch your capitalization with the command below:
 
 
 
  ##config set manta service access public status enabled TCPPort nnn##
 
 
 
For UDP services, use UDPPort instead of TCPPort.
 
Note that you can also set restrictions with ~AllowHosts and ~DenyHosts:
 
 
 
  ##config setprop manta ~AllowHosts 1.2.3.4,10.11.12.0/24 ##
 
  ##config setprop manta ~DenyHosts 16.17.18.18##
 
 
 
Then, to activate, do:
 
 
  ##signal-event remoteaccess-update##
 
 
 
===Web Applications===
 
 
 
**Wasn't mod_perl installed in previous versions? How do I install it?**
 
It may have been, but it was not used so it is no longer included. If you do want to install it do the following:
 
 
 
#|
 
||??**Note**??
 
The commands on a linux shell are case-sensitive, this means that Capital is not the same as capital.||
 
|# 
 
 
 
  ##yum install mod_perl##
 
  ##config setprop modPerl status enabled##
 
  ##signal-event post-upgrade ; signal-event reboot##
 
 
**The directory structure is visible. How do I disable indexes in ibays?**
 
SME Server 6.0, 6.0.1, and 6.5 all had the following for the ibays/html directory - "Options Indexes Includes". This would indicate that indexes were allowed for html directories. In SME Server 7.0 this is made a parameter and it defaults to enabled to be compatible with SME Server releases before SME Server 7.0 installations.
 
 
 
To disable indexes for an ibay in SME Server 7.0 do the following:
 
 
 
#|
 
||??**Note**??
 
The commands on a linux shell are case-sensitive, this means that Capital is not the same as capital.||
 
|# 
 
 
  ##db accounts setprop //ibayname// Indexes disabled ##
 
  ##signal-event ibay-modify //ibayname// ##
 
 
This issue was first reported here:
 
[[https://sourceforge.net/tracker/?func=detail&atid=615772&aid=1275351&group_id=96750]]
 
 
 
===Reset the root and admin password===
 
 
 
1. Boot your server and use the arrow keys to select the kernel you would like to boot into.
 
2. Press A , to append parameters to your grub boot settings.
 
3. Be carefull not to change anything, only add the following (Mind you there is a space before single):
 
  ## single##
 
4. Press enter. you will be presented with a prompt.
 
5. At this prompt type the following commands (followed by a return). You will be asked to provide a new password.
 
Reset both your root and you admin password and set them to the same value:
 
  ##passwd root##
 
  ##passwd admin##
 
Reboot your server and everything should be okay now.
 
 
 
===Log Messages===
 
 
**Log message regarding permissions on /var/spool/qpsmtpd/**
 
You may see messages similar to this in your log file:
 
 
@400000004326e9472eccc42c 3243 trying to get config for spool_dir
 
@400000004326e9472ed518fc 3243 Permissions on spool_dir /var/spool/qpsmtpd/ are not 0700
 
 
 
 
 
They can be safely ignored. Clamav runs under a different user and needs read access to the spool area to avoid copying the file.
 
[[https://sourceforge.net/tracker/index.php?func=detail&aid=1314168&group_id=96750&atid=615772]]
 
 
 
==Known Problems==
 
 
This section is to be used to document problems that cannot or will not be fixed through development of SME7.!!
 
 
 
===Backup/Restore===
 
 
 
**Using a combination of hardware and software compression for tape backup causes errors **
 
You should use only one of software or hardware compression. Doing both may exercise bugs, and won't reduce the size of data on the tape - it is more likely to increase it.
 
[[https://sourceforge.net/tracker/?func=detail&atid=615772&aid=1276860&group_id=96750]]
 
 
 
 
 
**Backup to desktop 4GB limit **
 
As in previous versions of SME Server, the backup to desktop function has a limit of 4GB. It's not fixable until we know where the limit or limits are. All these components are involved in transferring the backup file, and at least one of them is truncating at 4GB: tar, perl, mod_proxy, apache, TCP stack, browser at desktop end. See this bug listing for details (This bug is still open):
 
[[https://sourceforge.net/tracker/?func=detail&atid=615772&aid=1206492&group_id=96750]]
 
 
 
===Hardware===
 
 
**VGA problem with VIA EPIA board**
 
Once the installer loads the VGA display loses sync and it is impossible to read what is being displayed. There is a workaround, see this bug report for details:
 
[[https://sourceforge.net/tracker/?func=detail&atid=615772&aid=1359718&group_id=96750]]
 
 
 
 
 
**Why does my clock run too fast in SME Server under VMware?**
 
If you are testing SME Server on VMware, you may notice the clock doen't keep time accurately. See this bug report for details and a possible fix.
 
[[http://sourceforge.net/tracker/index.php?func=detail&aid=1303401&group_id=96750&atid=615772]]
 
 
 
 
 
**D-Link DFE 530TXS rev. A1 Ethernet adaptor not recognized (a.k.a. DL10050, Sundance)**
 
Redhat doesn't support this ethernet adapter, so unfortunatly it won't work with SME7. See the Redhat Bugzilla entry below for more information.
 
[[http://sourceforge.net/tracker/index.php?func=detail&aid=1359597&group_id=96750&atid=615772]]
 
[[https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=154349]]
 
 
 
**Boot failure after install if you have enabled hardware raid**
 
There sometimes seem to be conflicts with the SME Server automatic software raid setup in combination with hardware raid. Disabling the hardware raid in your motherboard or controller card's bios is the suggested fix. See these bug reports for details:
 
[[https://sourceforge.net/tracker/index.php?func=detail&aid=1286560&group_id=96750&atid=615772]]
 
[[https://sourceforge.net/tracker/index.php?func=detail&aid=1304784&group_id=96750&atid=615772]]
 
 
 
**Realtek 8169 Ethernet is not recommended**
 
The driver included in ~CentOS 4.1 is out of date and has problems. See this bug listing for details, and please update the bug if you have a solution (i. e. updated drivers):
 
[[https://sourceforge.net/tracker/index.php?func=detail&aid=1293290&group_id=96750&atid=615772]]
 
 
 
**Booting in SMP mode results in kernel panic with certain hardware**
 
The combination of a 2MB Cache P4 3.0GHZ CPU, and a Giga-byte GA-81848P775-G (Intel 848P chipset) motherboard produces this problem. Other simialar hardware may be affected. If you encounter this problem, see this bug report for a workaround.
 
[[https://sourceforge.net/tracker/?func=detail&atid=615772&aid=1325350&group_id=96750]]
 
 
 
 
 
**Legacy ~MegaRAID driver is no longer included**
 
Certain raid cards that worked under SME Server 6, do not work under SME Server 7. Adapters with the following PCI vendor ID and device ID pairs are not supported by the megaraid_mbox driver: vendor, device = 0x101E, 0x9010; 0x101E, 0x9060; 0x8086, 0x1960. The lspci -n command can be used to display the IDs for adapters installed in a particular machine. Products with these IDs are known by (but not limited to) the following model names:  Broadcom 5820, Dell PERC (dual-channel fast/wide SCSI) RAID controller, Dell PERC2/SC (single-channel Ultra SCSI) RAID controller, Dell PERC2/DC (dual-channel Ultra SCSI) RAID controller, Dell CERC (four-channel ATA/100) RAID controller, DRAC 1, ~MegaRAID 428, ~MegaRAID 466, ~MegaRAID Express 500, HP NetRAID 3Si and 1M.  Both Dell and LSI Logic have indicated that they no longer support these models in the 2.6 kernel. As a result, these adapters are no longer supported in Red Hat Enterprise Linux 4 Update 1, upon which SME Server 7 is based. See this bug listing for details, there is an unsupported workaround if needed:
 
[[https://sourceforge.net/tracker/?func=detail&atid=615772&aid=1274199&group_id=96750]]
 
 
 
**aic7xxx driver hangs on installation boot**
 
On some Compaq Proliant servers (specifically an ML370 G2), & possibly others, the aic7xxx driver will hang if there is nothing connected to the adaptor or if it is not terminated correctly. On most Proliants you can tell the BIOS to not allocate an IRQ to the device which effectively disables it; the ML370 G2 uses an AIC-7899 chip on the motherboard. This problem also exists in the ~CentOS 4.3 base. SME 6.0 loads fine which would seem to indicate that the newer driver in ~CentOS 4.3 can't handle the older system (this Proliant is probably 5 years old). 
 
 
 
===Installation (not hardware related) & Initial Configuration===
 
 
 
**Why is there a delay after verifying administrator password?**
 
There is a delay (2-5 seconds) after verifying administrator password. This is because the password is actually set and checked at this point. Everything else we wait until the script is done to perform any actions.
 
[[https://sourceforge.net/tracker/?func=detail&atid=615772&aid=1264659&group_id=96750]]
 
 
 
**Use /server-manager, not /e-smith-manager**
 
In previous versions, both aliases worked, but in SME Server 7 you must use /server-manager to access the server manager.
 
[[https://sourceforge.net/tracker/?func=detail&atid=615772&aid=1275334&group_id=96750]]
 
 
 
**Why can the system not be named 'mail', 'ftp' or 'www'?**
 
If you choose one of these for the hostmane of your server, the atalk (Appletalk) service will have errors and fail. See these bug listings for details:
 
[[https://sourceforge.net/tracker/?func=detail&atid=615772&aid=1223012&group_id=96750]] [[https://sourceforge.net/tracker/?func=detail&atid=615772&aid=1264588&group_id=96750 
 
 
 
**Why is there no option to create reinstallation disk?**
 
There is no option to create a reinstallion disk during installation or later from the Administration section of the server manager. 
 
This is intended, since it required to much effort to keep it up-to-date as kernels change. The CD contains a rescue mode, which is a better environment for fixing problems, and a reinstall followed by a restore of the configuration works well without us supporting another method.
 
Additionally, the kernel has grown too large for a floppy plus initrd. Even Redhat installs no longer offer to create a boot floppy at install time. 
 
More details van be found in [[http://bugs.contribs.org/show_bug.cgi?id=792 SME Server bug 792]].
 
 
 
**4 disk install - md1 is raid1 and md2 is raid5**
 
Even if you have 4 (or more) disks, which are supported by your motherboard and ~CentOS, md1 is always set up as a 4 disk raid1. This is, because you can't boot off a raid-5. md1 is the boot partition and must either be non-raid or raid-1. md2 will be set up as a 4 disk raid5 as expected.
 
More information can be found in [[http://bugs.contribs.org/show_bug.cgi?id=759 SME Server bug 759]].
 

Latest revision as of 12:58, 5 October 2021



The Koozali SME Server project

The Koozali Foundation Inc. is a nonprofit corporation that governs the open source Koozali SME Server project. Koozali SME Server is a stable, secure and easy to use/manage linux server that provides common server functionalities out of the box. Many open source contributions are available that can extend the default server functionality making Koozali SME Server an even more powerful and flexible business server solution. Thousands of Koozali SME Severs have been deployed as real or virtual servers and in the cloud to serve many small to medium enterprises, and this number is growing day by day. The Koozali SME Server is free to use but it takes a lot of effort and money to develop, make, and maintain. We therefore ask you for your considerations.

Volunteering

Koozali Foundation Inc. together with its community hosted at https://contribs.org is a collaborative effort of volunteers. You too can contribute to the development and continuity of the Koozali SME Server project as described on our volunteering page. Everybody is welcome to join the already 4000+ member contribs.org community and can contribute with any skill set.

Financial donations

You can also show your support by making financial donations. The preferred way to make financial donations is using the donate option in the forums. You are free to choose any amount and frequency, being monthly, yearly or only once. The benefit of donating through your forums account is that your forum user name will receive a badge, showing your donation status. If you do not have a forum account, you can create one, or select the below PayPal option to make your donations.

Commercial usage

Organizations that use Koozali SME Server for their business, provide professional services related to SME Server or in any other way benefit commercially from the Koozali SME Server project, are kindly requested to consider regular financial donations that reflect their business benefits.

Koozali Foundation Inc. is happy to supply an invoice for any donations received. For more information on invoicing please send a mail to treasurer@koozali.org.

Thank you for your considerations and support!


F.A.Q

This Section lists Frequently Asked Questions (FAQ) for SME server. Problems many people run into installing SME server for the first time or upgrading to later versions are found here.

If your question isn't listed here, it's possible it's a Rarely Asked Question (RAQ), in which case you'll be better off searching for answers in Bugzilla.

Please see how to get a wiki account


Information.png Tip:
One page FAQ Manual All the chapters on one page. This is a very large page !


Warning.png Warning:
Many of the FAQ tips are for SME Server versions earlier than the current version of SME Server. Please verify that the FAQ is relevant to the version you are working with before applying any changes. The current released and only supported version is Koozali SME Server version 10.



Section 1 - Installation

  • Installation Troubles
  • Yum Updates
  • Removing Software
  • Hardware Compatibility List
  • Client Computers
  • Web Applications
  • Reset the root and admin password
  • File Size Limitations
  • External DNS
  • Domains
  • Virus Scanning
  • Proxy Pass
  • Shell Access
  • Upgrading Server
  • Changing maximum Ibay, Account or Group name length
  • Deletion of Users Ibays Groups
  • Access denied to i-bay with newly created group
  • Change Password Users by command Line
  • Password Strength Checking
  • Hard Drives, RAID's, USB Hard Drives
  • Backups & Restores
  • Supervised Services
  • Server-Manager
  • Booting with SMP kernel after upgrade to version 7.2 from CD
  • Special Characters
  • Upstream proxy server configuration
  • Memory usage and limits

Section 2 - Booting

  • Installation
  • Boot Options
  • More

Section 3 - Log Files

  • Access
  • Logfile Names
  • Error Messages
  • RK Hunter Messages

Section 4 - Email

  • Troubleshooting
  • Spam
  • Anti Virus
  • Email Clients
  • Server Settings
  • External Access
  • Imap
  • qpsmtpd
  • Internal Mail Servers
  • Secondary/Backup Mail Server Considerations
  • User accounts
  • Mail server on dynamic IP

Section 5 - Firewall

  • FAQs
  • DB Settings
  • Custom templates
  • Open Ports in Private Server/Gateway Mode

Section 6 - MySQL

  • General
  • MySQL root password
  • Access MySQL from the local network
  • Access MySQL from a remote network
  • Create MySQL user(s) with access from other computers
  • Enable InnoDB engine
  • Administration
  • Optimizing MYSQL default settings

Section 7 - Later versions of applications

  • Is xxx on SME Server still safe to run?
  • Can I install a later version of xxx

Section 8 - Known Problems

  • Backup/Restore
  • Hardware
  • Installation (not hardware related) & Initial Configuration
  • Services
  • Packages