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

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #15 on: March 03, 2010, 02:38:27 PM »
Please take this thread to the bug tracker. If the contrib doesn't work, it needs to be fixed.

Offline LANMonkey

  • ****
  • 350
  • +0/-0
    • Database Collection of Transcripts for the ICTY
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #16 on: March 03, 2010, 05:28:21 PM »
No good.

Quote
[root@xxx contribs]# wget http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/7/smecontribs/i386/RPMS/smeserver-remoteuseraccess-1.2-33.e14.sme.noarch.rpm
--08:23:13--  http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/7/smecontribs/i386/RPMS/smeserver-remoteuseraccess-1.2-33.e14.sme.noarch.rpm
Resolving distro.ibiblio.org... 152.46.7.109
Connecting to distro.ibiblio.org|152.46.7.109|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
08:23:15 ERROR 404: Not Found.


Offline Stefano

  • *
  • 10,839
  • +2/-0
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #17 on: March 03, 2010, 05:37:48 PM »
click here

Offline LANMonkey

  • ****
  • 350
  • +0/-0
    • Database Collection of Transcripts for the ICTY
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #18 on: March 03, 2010, 06:17:08 PM »
I downloaded the file from the above link in IE8.  I then opened up WinSCP with root and copied the file to the contribs directory.

Then ...

Quote
[root@xxx contribs]# yum localinstall smeserver-remoteuseraccess-1.2-33.e14.sme.noarch.rpm
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loaded plugins: fastestmirror, protect-packages, smeserver
Setting up Local Package Process
Cannot open file: smeserver-remoteuseraccess-1.2-33.e14.sme.noarch.rpm. Skipping.
Nothing to do
================================================================
No new rpms were installed. No additional commands are required.
================================================================
[root@xxx contribs]#

Still nothing.  I'll still keep trying anything anybody wants to suggest, but I will open up a bug for this over at Bugzilla.
« Last Edit: March 03, 2010, 06:18:47 PM by LANMonkey »

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #19 on: March 03, 2010, 06:19:39 PM »
Still nothing.  I'll still keep trying anything anybody wants to suggest, but I will open up a bug for this over at Bugzilla.
I think there is no need to open a bug as the issue is at your site. I can download the RPM from said server without problems. How is your system connected to the internet? Are there any routers or proxies in the chain between the internet and your machine?

Did you test the internet connection from your server? Can you confirm it can access the internet without problems?

Did you already try yum clean all and retried installing afterwards?
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #20 on: March 03, 2010, 06:27:51 PM »
Cannot open file: smeserver-remoteuseraccess-1.2-33.e14.sme.noarch.rpm. Skipping.

Obviously that file is not in that directory.

Offline LANMonkey

  • ****
  • 350
  • +0/-0
    • Database Collection of Transcripts for the ICTY
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #21 on: March 03, 2010, 06:35:27 PM »
I think there is no need to open a bug as the issue is at your site. I can download the RPM from said server without problems. How is your system connected to the internet? Are there any routers or proxies in the chain between the internet and your machine?

Did you test the internet connection from your server? Can you confirm it can access the internet without problems?

Did you already try yum clean all and retried installing afterwards?

I hate to post it, but I am using this same server as a gateway for my LAN.  Earlier in this thread I was already instructed to perform a "yum clean all".  I also tried "yum clean metadata".

Offline LANMonkey

  • ****
  • 350
  • +0/-0
    • Database Collection of Transcripts for the ICTY
Re: 8.0beta4 smecontribs ... remoteuseraccess not giving me my new panel
« Reply #22 on: March 03, 2010, 06:47:52 PM »
Obviously that file is not in that directory.

You are right.  It wasn't.  This was the file:

wget http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/7/smecontribs/i386/RPMS/smeserver-remoteuseraccess-1.2-33.el4.sme.noarch.rpm

That's an 'l' not a '1'.  But of course they are the same character in the command line window

I am now seeing my new panel in server-manager.  I posted a bug before I got this far.  But for the purposes of this thread, PROBLEM SOLVED.

Thanks to all who posted suggestions.