Koozali.org: home of the SME Server

Issues with SME 9.1

Offline Casper431129

  • 9
  • +0/-0
Issues with SME 9.1
« on: May 24, 2017, 05:47:42 AM »
Hi,

Help me...
I had problem with sme 9.1.
before this im using SME8.2 and want to upgrade to SME9.1,i did backup from SME8.2(old Server) and i restored to SME9.1(new Server) but have problem.
the problem is:-
1.) my shared folder from sme8.2 cannot shown on SME9.1
2.) Proxy Filter Control also cannot shown on SME9.1
3.) Modify Windows login script also.

Thanks for your cooperation.

Casper Malaysia,

hi @all


please, take a look here: http://wiki.contribs.org/Dashboard#tab=SME_Server_9_1

as you can see, there are a few bugs that need to be verified.. verification is last step needed before an update can be officially released


bug verification is not hard, just follow this help page: http://wiki.contribs.org/Bugzilla_Help#Verifying_Bugs

if anybody is interested, please, dive in.. and if you're unsure or need some clarification, just ask, thank you




P.S. all verifications must be posted in bugzilla, under the related bug

guest22

Re: Issues with SME 9.1
« Reply #1 on: May 24, 2017, 08:19:43 AM »
Please upgrade to Koozali SME Server 9.2, 9.1 it obsolete.

Offline Stefano

  • *
  • 10,839
  • +2/-0
Re: Issues with SME 9.1
« Reply #2 on: May 24, 2017, 11:20:50 AM »
Hi,

Help me...
I had problem with sme 9.1.
before this im using SME8.2 and want to upgrade to SME9.1,i did backup from SME8.2(old Server) and i restored to SME9.1(new Server) but have problem.
the problem is:-
1.) my shared folder from sme8.2 cannot shown on SME9.1
2.) Proxy Filter Control also cannot shown on SME9.1
3.) Modify Windows login script also.

Thanks for your cooperation.

Casper Malaysia,


Hi Casper, welcome here

first of all, follow RequestedDeletion's advice and update your server to SME 9.2

you'd tell us more about how did you backup and how did you restore and if you took care about removing all the contribs before doing so.. the more info you'll give us, the better we'll help you

Finally, please don't hijack old topics but open a new one, thank you

Offline Casper431129

  • 9
  • +0/-0
Re: Issues with SME 9.1
« Reply #3 on: May 25, 2017, 03:33:27 AM »
Hi RequestedDeletion and stefano,

i did backup from sme8.2 using console backup to external HHD,and after finish ill restore to new server.

sorry for the inconvenience.
and sorry for the hijack old topic also.

Casper Malaysia.

Offline Stefano

  • *
  • 10,839
  • +2/-0
Re: Issues with SME 9.1
« Reply #4 on: May 25, 2017, 01:07:36 PM »
this doesn't help us to help you

please, give us as much details you can to describe your issues

Offline Casper431129

  • 9
  • +0/-0
Re: Issues with SME 9.1
« Reply #5 on: May 26, 2017, 04:41:11 AM »
this doesn't help us to help you

please, give us as much details you can to describe your issues

hi stefano,

old server (sme8.2) i did create shared folder, example shared folder: 1.account 2.production 3.managent
after i restored to new server (sme 9.1) , that shared folder not come out,but if i ssh and going to check shared folder using cmd is:
~]# cd /home/e-smith/files/shares/
shares ~]# ls
and the result will come out like as bellow:
account     production   managment
also going inside the folder and have data.
do u know what i mean?

Regards,

Casper Malaysia

Offline Jean-Philippe Pialasse

  • *
  • 2,762
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: Issues with SME 9.1
« Reply #6 on: May 26, 2017, 05:14:32 AM »
Have you actually installed the shared folder contrib on the new server ?

What returns

/sbin/e-smith/audittools/newrpms

Offline Casper431129

  • 9
  • +0/-0
Re: Issues with SME 9.1
« Reply #7 on: May 26, 2017, 10:43:18 AM »
Have you actually installed the shared folder contrib on the new server ?

What returns

/sbin/e-smith/audittools/newrpms

hi Jean,
sorry..im a new user for sme server.

now i cannot install the shared folder contrib on the new server,this error will shown as bellow:
Loaded plugins: fastestmirror, smeserver
Setting up Update Process
Loading mirror speeds from cached hostfile
 * base: centos.ipserverone.com
 * smeaddons: mirror.canada.pialasse.com
 * smecontribs: mirror.canada.pialasse.com
 * smeextras: mirror.canada.pialasse.com
 * smeos: mirror.canada.pialasse.com
 * smeupdates: mirror.canada.pialasse.com
 * updates: centos.ipserverone.com
http://ftp.sernet.de/pub/samba/3.5/centos/4/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: SerNet. Please verify its path and try again

Regards,

Casper Malaysia.

Offline Stefano

  • *
  • 10,839
  • +2/-0
Re: Issues with SME 9.1
« Reply #8 on: May 26, 2017, 10:50:26 AM »
ok..

Code: [Select]
mv /home/e-smith/db/yum_repositories /home/e-smith/db/yum_repositories.old
/etc/e-smith/events/actions/initialize-default-databases
yum --enablerepo=* clean all

then proceed with yum install

Offline Casper431129

  • 9
  • +0/-0
Re: Issues with SME 9.1
« Reply #9 on: May 26, 2017, 11:21:15 AM »
ok..

Code: [Select]
mv /home/e-smith/db/yum_repositories /home/e-smith/db/yum_repositories.old
/etc/e-smith/events/actions/initialize-default-databases
yum --enablerepo=* clean all

then proceed with yum install

ok,done..
~]# yum mv /home/e-smith/db/yum_repositories /home/e-smith/db/yum_repositories.old
Loaded plugins: fastestmirror, smeserver
No such command: mv. Please use /usr/bin/yum --help
 ~]# mv /home/e-smith/db/yum_repositories /home/e-smith/db/yum_repositories.old
mv: overwrite `/home/e-smith/db/yum_repositories.old'? y
~]# yum --enablerepo=* clean all
Loaded plugins: fastestmirror, smeserver
Cleaning repos: SerNet base centosplus contrib dag extras fasttrack smeaddons
              : smecontribs smedev smeextras smeos smetest smeupdates
              : smeupdates-testing updates
Cleaning up Everything
Cleaning up list of fastest mirrors

then i run yum

~]# yum --enablerepo=smecontribs install smeserver-shared-folders
Loaded plugins: fastestmirror, smeserver
Setting up Update Process
Loading mirror speeds from cached hostfile
 * base: centos.ipserverone.com
 * smeaddons: mirror.canada.pialasse.com
 * smecontribs: mirror.canada.pialasse.com
 * smeextras: mirror.canada.pialasse.com
 * smeos: mirror.canada.pialasse.com
 * smeupdates: mirror.canada.pialasse.com
 * updates: centos.ipserverone.com
http://ftp.sernet.de/pub/samba/3.5/centos/4/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"

Regards

Casper Malaysia

Offline Stefano

  • *
  • 10,839
  • +2/-0
Re: Issues with SME 9.1
« Reply #10 on: May 26, 2017, 11:27:07 AM »
you forgot to call

Code: [Select]
/etc/e-smith/events/actions/initialize-default-databases

Offline Daniel B.

  • *
  • 1,699
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: Issues with SME 9.1
« Reply #11 on: May 26, 2017, 11:45:07 AM »
Also needed after the initialize-default-databases:
Code: [Select]
expand-template /etc/yum.smerepos.d/sme-base.repo
C'est la fin du monde !!! :lol:

Offline Stefano

  • *
  • 10,839
  • +2/-0
Re: Issues with SME 9.1
« Reply #12 on: May 26, 2017, 11:46:34 AM »
or

Code: [Select]
signal-event yum-modify
, isn't it?

Offline Daniel B.

  • *
  • 1,699
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: Issues with SME 9.1
« Reply #13 on: May 26, 2017, 12:26:23 PM »
Yes, both command will expand the templates for /etc/yum.smerepos.d/sme-base.repo
C'est la fin du monde !!! :lol:

Offline Stefano

  • *
  • 10,839
  • +2/-0
Re: Issues with SME 9.1
« Reply #14 on: May 29, 2017, 05:47:15 PM »
Casper, did you solve your problem?