Difference between revisions of "Server Manager2"
(→Bugs) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 39: | Line 39: | ||
and also: | and also: | ||
− | + | expand-template /usr/share/smanager/conf/srvmngr.conf | |
− | |||
− | + | signal-event smanager-modify | |
− | |||
− | signal-event smanager-modify | ||
Line 109: | Line 106: | ||
and select the {{#var:smecontribname}} component or use {{BugzillaFileBug|product=SME%20Server%2010.x|component=server-manager|title=this link}} | and select the {{#var:smecontribname}} component or use {{BugzillaFileBug|product=SME%20Server%2010.x|component=server-manager|title=this link}} | ||
− | Below is an overview of the current issues for this package:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component=server-manager|noresultsmessage=No open bugs found.}} | + | Below is an overview of the current issues for this package:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component=server-manager|noresultsmessage=No open bugs found.}} |
===Changelog=== | ===Changelog=== | ||
Line 118: | Line 115: | ||
<!-- list of category you want to see this page in --> | <!-- list of category you want to see this page in --> | ||
− | [[Category:SME Server]][[Category:Administration]][[Category:Server Manager 2]] [[Category:SM2]] [[Category:Mojolicious]] | + | [[Category:SME Server]][[Category:Administration]][[Category:Server Manager 2]] [[Category:SM2]] [[Category:Mojolicious]] [[Category:Developer]] |
<!-- Please keep there the template revision number as is --> | <!-- Please keep there the template revision number as is --> |
Latest revision as of 12:39, 29 February 2024
Maintainer
Version
Description
smeserver-manager is a new version of SME administration manager (e-smith-manager). It is built on Mojolicious, a real-time web framework and provides at least the functions of the original manager in an analogous presentation with however a different user interface. It has the advantage of being much more evolutionary.
Installation
yum --enablerepo=[smetest,]smedev install smeserver-manager [smeserver-manager-locale-xx] [smeserver-manager-AdminLTE]
Optionally
smeserver-manager-locale-xx for an additionnal language (still incomplete),
smeserver-manager-AdminLTE for a more sophisticated theme.
you may want to install jquery for better responsiveness (in this case put it before),
yum --enablerepo=epel install js-jquery
If you install jquery after smeserver-manager, you will have to manually add the link to jquery like this:
ln -s /usr/share/javascript/jquery/latest/jquery.min.js %{dir_mngr}/themes/default/public/js/jquery.min.js
and also:
expand-template /usr/share/smanager/conf/srvmngr.conf
signal-event smanager-modify
then log to your new server-manager : https://hostname/smanager and use it as the other manager.
Configuration
configuration db values
config show smanager
smanager=service Secrets=generated_value Theme=default status=enabled
Mojolicious configuration (extracts)
{ # configuration file for Mojolicious Server-Manager2 application # secrets => ['generated_value'], theme => 'default', timeout => '300', hypnotoad => { ## adresses and ports listened listen => ['http://127.0.0.1:982'], pid_file => '/var/run/smanager.pid', }, hasJquery => 1, mode => 'production', debug => 0, }
Systemctl service
smanager is the hypnotoad service managed by systemctl. The initialization phase of smanager defines the parameters taken into account. With each modification a reload is necessary.
systemctl reload smanager
Adjustments and checks
the two 'mode' and 'debug' parameters can be manually modified to view the process and in case of a crash. They are in the file: /usr/share/smanager/conf/srvmngr.conf change 'mode' value to 'development' and/or 'debug' to 1.
reload the service the service
The log informations are in /usr/share/smanager/log/{production|development}.log depending on current mode. Other informations are classically found in /var/log/httpd or using
systemctl status -l smanager
Contribs
Some contributions are already adapted to this new version and will be automatically integrated as soon as they are installed. Their numbers should continue to grow.
There is a wiki document here which describes the process you might go through to convert an existing contrib to one that integrates with Server manager 2. It uses the DHCPManager contrib as an example.
Uninstall
yum remove smeserver-manager js-jquery
Notes
sme-server is the component and smeserver-manager is the package.
Bugs
Please raise bugs under the SME-Server section in bugzilla
and select the smeserver-manager component or use this link
Below is an overview of the current issues for this package:
ID | Product | Version | Status | Summary (121 tasks) ⇒ |
---|---|---|---|---|
12762 | SME Server 11.X | unspecified | CONFIRMED | No valid prefix found in any entries |
12758 | SME Server 11.X | unspecified | CONFIRMED | After install a "signal-event smanager-refresh" is needed before SM2 comes up. |
12757 | SME Server 11.X | unspecified | CONFIRMED | Arrange that all language translations are installed with smeserver-manager |
12756 | SME Server 11.X | unspecified | CONFIRMED | Loaded Server manager 2 shows "Sme server 2 - initial" on browser tab |
12755 | SME Server 11.X | unspecified | CONFIRMED | Setting deltarpm parameter in SM2 dnf/yum config results on warning on dnf call |
12753 | SME Server 11.X | unspecified | VERIFIED | Include release number in Version of SM2 in footer. |
12751 | SME Server 11.X | unspecified | CONFIRMED | Add email link to action column in user accounts panel |
12750 | SME Server 11.X | unspecified | RESOLVED | Add EmailSettings options for uqpsmtpd, sqpsmtpd and qpsmtpd |
12748 | SME Server 11.X | unspecified | RESOLVED | SM2 - After hitting the "save" button on a panel, then need some feedback to show it is working on the change. |
12747 | SME Server 11.X | unspecified | CONFIRMED | SM2 - After adding a remote network network, then changing FTP settings, save gives error on empty network fields |
12746 | SME Server 11.X | unspecified | CONFIRMED | SM2 does not seem to take the passwordStrength db property into allowance when checking passwords for users |
12745 | SME Server 11.X | unspecified | CONFIRMED | Reconfigure message stays despite post-upgrade. |
12744 | SME Server 11.X | unspecified | IN_PROGRESS | Setting webmail permissions in email panel is not correctly reflected in email front panel |
12742 | SME Server 11.X | unspecified | RESOLVED | Webmail parameter "Save" on email panel gives "not updated" |
12727 | SME Server 11.X | unspecified | RESOLVED | Software Install panel: Submit button for subservient panels centered. |
12726 | SME Server 11.X | unspecified | CONFIRMED | Software Installer panel not waiting for dnf to finish and displaying log to that point. |
12725 | SME Server 11.X | unspecified | CONFIRMED | Top message when reconfigure required not set to be translateable. |
12724 | SME Server 11.X | unspecified | RESOLVED | Background update using dnf does not update software in SM2 software installer panel |
12718 | SME Server 11.X | unspecified | RESOLVED | Error clicking on software manager |
12714 | SME Server 11.X | unspecified | RESOLVED | Turkish menu missing from SM2 menu - does exist in SM1 |
12713 | SME Server 11.X | unspecified | CONFIRMED | Update smeserver-manager.locale with po files (for weblate import) and also fix up a few lex files |
12707 | SME Server 11.X | unspecified | CONFIRMED | Japanese, Norwegian and Hebrew navigation files have incorrect language codes |
12706 | SME Server 11.X | unspecified | RESOLVED | Add flag indication of locale in header for SM2 |
12705 | SME Server 11.X | unspecified | CONFIRMED | Japanese and Romanian translations only partial - headings, but not a lot more. |
12704 | SME Server 11.X | unspecified | CONFIRMED | Hebrew translation only has "Date and Time" panel translated. |
12703 | SME Server 11.X | unspecified | CONFIRMED | Greek user panel has tag showing. |
12702 | SME Server 11.X | unspecified | CONFIRMED | some translations missing Menu item translation |
12701 | SME Server 11.X | unspecified | CONFIRMED | Some translated panels are scrambled good example is Hostnames panel |
12700 | SME Server 11.X | unspecified | CONFIRMED | No way of programming in the translation for a contrib menu item title to be translated |
12699 | SME Server 11.X | unspecified | CONFIRMED | SM2 Re-configure and Reboot not translated |
12696 | SME Server 11.X | unspecified | CONFIRMED | Uncaught File 'Roboto-Regular.ttf' not found in virtual file system |
12695 | SME Server 11.X | unspecified | CONFIRMED | cache issue |
12680 | SME Server 11.X | unspecified | CONFIRMED | Align "submit" button on the left consistently on initial panel for each function |
12679 | SME Server 11.X | unspecified | VERIFIED | Add mojolicious logo to footer |
12674 | SME Server 11.X | unspecified | RESOLVED | Add some margin around the table controls |
12672 | SME Server 11.X | unspecified | CONFIRMED | Submit (Save/Perform/etc) button on the bottom each panel is often not in the same place |
12671 | SME Server 11.X | unspecified | CONFIRMED | Remote Access form shows a empty network present - errors on save "field validation error" |
12669 | SME Server 11.X | unspecified | CONFIRMED | After using dnf to update and reboot, unable to login to SM1 |
12667 | SME Server 11.X | unspecified | CONFIRMED | Workstation restore from a removeable device fails |
12666 | SME Server 11.X | unspecified | CONFIRMED | Legacy panels under Server Manager 2 still require login to SM1 |
12664 | SME Server 11.X | unspecified | RESOLVED | smanager excessive logging to messages |
12656 | SME Server 11.X | unspecified | RESOLVED | Tables do not show the Datatable stuff and extra buttons |
12655 | SME Server 11.X | unspecified | CONFIRMED | Unable to reset passwqord through "password Reset" link on login |
12652 | SME Server 11.X | unspecified | RESOLVED | Unable to add an ibay |
12645 | SME Server 11.X | unspecified | CONFIRMED | smanager - Wokstation Backup - attempt verify backup fails, does not list backups |
12644 | SME Server 11.X | unspecified | VERIFIED | smanager - selecting workstation backup using a removeable device no devices displayed in form |
12643 | SME Server 11.X | unspecified | RESOLVED | Error message in logs on Startup 'Argument "" isn't numeric' |
12641 | SME Server 11.X | unspecified | CONFIRMED | Backup or Restore - when selected no drop down displayed to select method |
12640 | SME Server 11.X | unspecified | RESOLVED | Admin User forward not displayed in user table |
12608 | SME Server 11.X | unspecified | CONFIRMED | AH01215: CGI::param called in list context can lead to vulnerabilities |
12498 | SME Server 11.X | unspecified | RESOLVED | Regression - menu restore does not work |
12491 | SME Server 11.X | unspecified | CONFIRMED | Mail Log analysis - qmail-q based options need to run as root or qmail |
12488 | SME Server 11.X | unspecified | RESOLVED | Legacy contribs (ones not converted to SM2 / mojo code) are left in the menu at the end and appear in a new browser window / tab |
12485 | SME Server 11.X | unspecified | CONFIRMED | Run the server manager perl files through the prettifier. |
12484 | SME Server 11.X | unspecified | CONFIRMED | Make sure that the categories/sections in the menu are in the same order. |
12483 | SME Server 11.X | unspecified | RESOLVED | hos_ERROR_CREATING_HOST on adding new hostname |
12482 | SME Server 11.X | unspecified | CONFIRMED | Make login by ordinary user show correct menu |
12480 | SME Server 11.X | unspecified | RESOLVED | NFR: Suppress the version number in the footer unless user logged in. |
12479 | SME Server 11.X | unspecified | RESOLVED | Click on "add domain" and it goes to corporate DNS Settings. |
12478 | SME Server 11.X | unspecified | RESOLVED | After creating I-bay it was not visible in the ibay list. |
12476 | SME Server 11.X | unspecified | RESOLVED | Re-organise menu as per discussions on Rocket |
12472 | SME Server 11.X | unspecified | UNCONFIRMED | SM2 XTGeoipRev=enabled != displays as == |
12471 | SME Server 11.X | unspecified | UNCONFIRMED | SM2 email-filtering spam settings display or change incorrectly |
12467 | SME Server 11.X | unspecified | RESOLVED | Icon not shown when second page selected on dataTable table |
12466 | SME Server 11.X | unspecified | RESOLVED | Add export buttons to tables in SM2 default theme. |
12465 | SME Server 11.X | unspecified | RESOLVED | Update smeserver-manager-jsquery to fix left alignment of tables |
12464 | SME Server 11.X | unspecified | RESOLVED | Server Manager 2 needs to save and restore menu organisation |
12459 | SME Server 11.X | unspecified | RESOLVED | Create rpm - smeserver-manager-jquery |
12458 | SME Server 11.X | unspecified | RESOLVED | Update SM2 to use jquery plugin dataTable for tables |
12457 | SME Server 11.X | unspecified | RESOLVED | Experiment with making tables sortable and filterable and paged - using jquery. |
12446 | SME Server 11.X | unspecified | CONFIRMED | Initial screen - immediately after install - fails to show translated message |
12444 | SME Server 11.X | unspecified | CONFIRMED | Proxy Error following software update |
12442 | SME Server 11.X | unspecified | RESOLVED | Default theme for SM2 submit button does not reflect hover or click |
12428 | SME Server 11.X | unspecified | RESOLVED | SM2 Login button does not highlight when you press it. - default Theme |
12392 | SME Server 10.X | 10.1 | VERIFIED | Domains panel does not show borders around table of domains |
12387 | SME Server 11.X | unspecified | RESOLVED | Server Manager 2 should open unconverted contribs/panels in the current page, possibly within an iframe |
12245 | SME Server 11.X | unspecified | CONFIRMED | Menu formatting with Server Manager 2 and AdminLTE |
12209 | SME Server 10.X | 10.0 | VERIFIED | Only show Reconfigure button and message after an update if UnsavedChanges='yes' |
12111 | SME Server 11.X | unspecified | RESOLVED | untainting server-manager2 |
11989 | SME Server 11.X | unspecified | RESOLVED | Rollup changes including AdminLTE 3.1 |
11906 | SME Server 11.X | unspecified | RESOLVED | Sort out spacing in menu when small fonts selected |
11881 | SME Server 11.X | unspecified | RESOLVED | Browser Error in js for AdminLTE version extraction |
11880 | SME Server 11.X | unspecified | RESOLVED | Browser error on non login pages (smeserver-manager-AdminLTE) |
11863 | SME Server 11.X | unspecified | RESOLVED | Update css and checkbox for dark mode |
11846 | SME Server 11.X | unspecified | RESOLVED | Warning from Browser when jquery loaded - unable to find .map file |
11833 | SME Server 11.X | unspecified | RESOLVED | More formatting |
11830 | SME Server 11.X | unspecified | RESOLVED | Update Datetime and reboot ep files to help AdminLTE |
11827 | SME Server 10.X | 10.0 | VERIFIED | Fix format of datetime panel |
11826 | SME Server 11.X | unspecified | RESOLVED | More format changes to make it compatible |
11825 | SME Server 11.X | unspecified | RESOLVED | Review configuration panel - In Server-Gateway, External IP and DHCP range not properly displayed |
11824 | SME Server 11.X | unspecified | RESOLVED | User and Hostnames list does not act responsivly as window is made smaller |
11823 | SME Server 11.X | unspecified | RESOLVED | In Review Configuration - IP address not show correctly for Server Gateway |
11822 | SME Server 11.X | unspecified | RESOLVED | In Review Configuration virtual domains not aligned. |
11821 | SME Server 11.X | unspecified | RESOLVED | Mail log file analysis shows blank |
11817 | SME Server 11.X | unspecified | CONFIRMED | Get Breadcrumb trail working |
11815 | SME Server 11.X | unspecified | RESOLVED | Bring Group add and update panels into line with others |
11810 | SME Server 11.X | unspecified | CONFIRMED | License panel is left truncated, does not flow. |
11809 | SME Server 11.X | unspecified | CONFIRMED | Lack of a space after full stop and comma in English version of Server Manager2 panel descriptions in some places. |
11793 | SME Server 11.X | unspecified | RESOLVED | For smeserver-manager - add module class to div id="module" |
11785 | SME Server 11.X | unspecified | RESOLVED | Sort out alignment of descriptions and inputs on panels, and make work for mobile screens |
- Report truncated - count greater than max allowed 101 > 100
Changelog
Only released version in smeserver are listed here.