Koozali.org: home of the SME Server

[SOLVED] 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel

Offline LANMonkey

  • ****
  • 350
  • +0/-0
    • Database Collection of Transcripts for the ICTY
This is all in 8.0beta4.

I have followed the instructions here:

http://wiki.contribs.org/FTP_Access_to_Ibays

And searched for information at the forum here, but found no clues as to the problem.

I rebooted as according to the command lines given:

Code: [Select]
yum  --enablerepo=smecontribs install smeserver-remoteuseraccess
signal-event post-upgrade; signal-event reboot

And I went through the rest of the instructions, but I am not getting the new "Security:User Remote Access" panel.

Any idea what is going on or how to fix this?  I need to access my I-bays with FTP for web development.
« Last Edit: March 03, 2010, 06:48:51 PM by LANMonkey »

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #1 on: March 02, 2010, 04:29:50 AM »
This is all in 8.0beta4.

Please report any problems with contribs via the bug tracker, in the Contribs section.

Offline janet

  • ****
  • 4,812
  • +0/-0
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #2 on: March 02, 2010, 03:20:58 PM »
LANMonkey

This page implies it works
http://wiki.contribs.org/SME8.0_Contribs_QA
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline LANMonkey

  • ****
  • 350
  • +0/-0
    • Database Collection of Transcripts for the ICTY
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #3 on: March 02, 2010, 06:00:06 PM »
My apologies.  I actually watched the feedback after running the yum command and got, 

"Parsing package install arguments
No package smeserver-remoteuseraccess available"

I also see,

 * smecontribs: distro.ibiblio.org

Anything else I can provide for clues?

Offline LANMonkey

  • ****
  • 350
  • +0/-0
    • Database Collection of Transcripts for the ICTY
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #4 on: March 02, 2010, 06:30:14 PM »
This is an old installation and originally had some repository problems that I posted about here:

http://forums.contribs.org/index.php/topic,43566.msg207814.html#msg207814

Could it be I've mucked something up in Yum or something?  How can I reset my repository or ... ?

Offline jester

  • *
  • 496
  • +1/-0
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #5 on: March 02, 2010, 08:24:36 PM »
I need to access my I-bays with FTP for web development.
There are no contribs released for SME8 yet, also SME8 is still beta and should not be used for production environments (other then for testing maybe).

If you want to test the contrib on SME8 you can point yum to the sme7 contribs repository as described here: http://wiki.contribs.org/SME8.0_Contribs_QA#Setup

HTH.

Offline LANMonkey

  • ****
  • 350
  • +0/-0
    • Database Collection of Transcripts for the ICTY
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #6 on: March 02, 2010, 08:39:04 PM »
There are no contribs released for SME8 yet, also SME8 is still beta and should not be used for production environments (other then for testing maybe).

If you want to test the contrib on SME8 you can point yum to the sme7 contribs repository as described here: http://wiki.contribs.org/SME8.0_Contribs_QA#Setup

HTH.

From that link:

Quote
Point yum at the SME 7 Contrib repository, the only thing to change is the final number

Code: [Select]
db  yum_repositories setprop smecontribs MirrorList http://distro.ibiblio.org/pub/linux/distributions/smeserver/mirrorlist/smecontribs-7
signal-event yum-modify

What is meant by "the final number"?  If I apply the code as written above, I still get the same response, "... no package available".

If I can solve this problem this time and a similar problem comes up again, I'll just go back and reinstall the latest SME 7 server.

Offline LANMonkey

  • ****
  • 350
  • +0/-0
    • Database Collection of Transcripts for the ICTY
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #7 on: March 02, 2010, 08:52:21 PM »
LANMonkey

This page implies it works
http://wiki.contribs.org/SME8.0_Contribs_QA

Yes, I see here, http://wiki.contribs.org/SME8.0_Contribs_QA#smeserver-remoteuseraccess, that it should go.

I think it is a repository problem either on my end or something.  I haven't a clue as to how yum works, except that it replace RPMs in some way.

Offline jester

  • *
  • 496
  • +1/-0
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #8 on: March 02, 2010, 10:10:27 PM »
What does:
Code: [Select]
db yum_repositories show smecontribsshow?!

Offline LANMonkey

  • ****
  • 350
  • +0/-0
    • Database Collection of Transcripts for the ICTY
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #9 on: March 02, 2010, 10:54:09 PM »
This is what I get, copied from the command line window:

Quote
db yum_repositories show smecontribs                           
    smecontribs=repository
    BaseURL=http://mirror.contribs.org/pub/smeserver/releases/7/smecontribs/$basearch
    EnableGroups=yes
    GPGCheck=yes
    MirrorList=http://distro.ibiblio.org/pub/linux/distributions/smeserver/mirrorlist/smecontribs-7
    Name=SME Server - contribs
    Visible=no
    status=disabled

Offline jester

  • *
  • 496
  • +1/-0
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #10 on: March 02, 2010, 11:16:48 PM »
LANMonkey try running:
Code: [Select]
expand-template /etc/yum.smerepos.d/sme-base.repo
yum clean all
and then try to install remoteuseraccess again

Offline LANMonkey

  • ****
  • 350
  • +0/-0
    • Database Collection of Transcripts for the ICTY
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #11 on: March 03, 2010, 12:06:56 AM »
I'll try that.

Quote
[root@xxx ~]# expand-template /etc/yum.smerepos.d/sme-base.repo
[root@xxx ~]# yum clean all
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loaded plugins: fastestmirror, protect-packages, smeserver
Cleaning up Everything
Cleaning up list of fastest mirrors
================================================================
No new rpms were installed. No additional commands are required.
================================================================
[root@xxx ~]# yum --enablerepo=smecontribs install smeserver-remoteuseraccess
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loaded plugins: fastestmirror, protect-packages, smeserver
Determining fastest mirrors
 * smecontribs: distro.ibiblio.org
 * smeaddons: distro.ibiblio.org
 * smeextras: distro.ibiblio.org
 * base: mirrors.arsc.edu
 * updates: mirror.cisp.com
 * smeos: distro.ibiblio.org
 * smeupdates: distro.ibiblio.org
smecontribs                                              | 1.9 kB     00:00
Not using downloaded repomd.xml because it is older than what we have:
  Current   : Mon Mar  1 07:16:52 2010
  Downloaded: Thu Feb 11 09:44:41 2010
smeaddons                                                | 1.9 kB     00:00
primary.sqlite.bz2                                       | 1.1 kB     00:00
smeextras                                                | 1.9 kB     00:00
primary.sqlite.bz2                                       |  75 kB     00:01
base                                                     | 2.1 kB     00:00
primary.sqlite.bz2                                       | 1.6 MB     00:10
updates                                                  | 1.9 kB     00:00
primary.sqlite.bz2                                       | 553 kB     00:03
smeos                                                    | 2.1 kB     00:00
primary.sqlite.bz2                                       | 597 kB     00:04
smeupdates                                               | 1.9 kB     00:00
primary.sqlite.bz2                                       |  66 kB     00:01
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Setting up Install Process
Parsing package install arguments
No package smeserver-remoteuseraccess available.
Nothing to do
================================================================
No new rpms were installed. No additional commands are required.
================================================================
[root@xxx ~]#

Offline stephen noble

  • *
  • 607
  • +1/-0
    • Dungog
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #12 on: March 03, 2010, 03:11:14 AM »
download and yum localinstall

Offline LANMonkey

  • ****
  • 350
  • +0/-0
    • Database Collection of Transcripts for the ICTY
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #13 on: March 03, 2010, 04:49:29 AM »
download and yum localinstall

How do you do that?  Can you give me precise command line entries?

Offline warren

  • *
  • 293
  • +0/-0
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #14 on: March 03, 2010, 07:35:50 AM »
Create a directory to hold the download in

eg
Code: [Select]
[testbox]~#mkdir contribs
[testbox]~# cd contribs
[testbox]~# wget http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/7/smecontribs/i386/RPMS/smeserver-remoteuseraccess-1.2-33.el4.sme.noarch.rpm
[testbox]~# yum localinstall  smeserver-remoteuseraccess-1.2-33.el4.sme.noarch.rpm