Difference between revisions of "SME Server talk:Documentation:Administration Manual:Chapter5"

From SME Server
Jump to navigationJump to search
Line 11: Line 11:
 
http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter5#Installing_the_Software
 
http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter5#Installing_the_Software
  
{{Note box|[[bugzilla 6401]] If your cdrom is set as hda then the following error message may appear in the console during startup}}
+
{{Note box|[[bugzilla 6401]] If your cdrom is set as hda then the following error message may appear in the console during startup: "Setting up Logical Volume Management: /dev/hda: open failed: No medium found 2 logical volumes(s) in volume group "main" now active"}}
  
 
{{Note box|Hardware that may include an internal tape drive may experience a Installer fail immediately after cd check or skipping cd check, see [[Bugzilla 6996]] disconnect the tape drive retry install again }}
 
{{Note box|Hardware that may include an internal tape drive may experience a Installer fail immediately after cd check or skipping cd check, see [[Bugzilla 6996]] disconnect the tape drive retry install again }}

Revision as of 00:09, 21 January 2013

Regarding admin (and other) password: Should we extend the current varning box with info about what caracters are allowed in passwords? According to bug 2006 that would be from decimal 33 to 126 in the ASCII table.

At the end of this page, we should show the "apply changes" screen and explain that the next step is to login as ADMIN not ROOT to further configure users, ibay shares, etc. This should be re-iterated at the beginning of Chapter 6. --Uniqsys 18:56, 14 May 2009 (UTC)

It has been in the manual already even highlighted as a tip box in chapter 6. Do we really need to show the apply screen? Wouldn't it be obvious enough? — Cactus (talk | contribs 08:10, 17 May 2009 (UTC)


Installing the Software

Notes to be added under this section

http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter5#Installing_the_Software


Important.png Note:
bugzilla 6401 If your cdrom is set as hda then the following error message may appear in the console during startup: "Setting up Logical Volume Management: /dev/hda: open failed: No medium found 2 logical volumes(s) in volume group "main" now active"



Important.png Note:
Hardware that may include an internal tape drive may experience a Installer fail immediately after cd check or skipping cd check, see Bugzilla 6996 disconnect the tape drive retry install again



Dialup phone numbers with # and * characters

Add to Admin manual Chapter 5 (refer bugzilla:4592

Section Configuring the Server for Server and Gateway Mode - Dialup Access


Warning.png Warning:
When entering your dialup phone number the default allowable character set does not include # and/or *. If your country uses dialup phone numbers with # and/or * you will need to edit the following script


nano /usr/lib/perl5/site_perl/esmith/console/configure.pm

Section


DIALUP_ACCESS_NUMBER:


Change line 1398 "if ($choice =~ /^[-,0-9]+$/)"

To "if ($choice =~ /^[-,\#\*0-9]+$/)"

Which allows '#' and '*' in the Dialup phone number

save changes.

Upgrading From A Previous Version

Bugzilla 6732 Add warning

Before performing an upgrade to SME 8 from version 7.xx you need to fully update the installation of
version 7.xx before attempting the upgrade.