Koozali.org: home of the SME Server

Symbolic Link to Primary Ibay (webpage) not working

Offline srushik

  • **
  • 32
  • +0/-0
    • http://www.pcconline.com
Symbolic Link to Primary Ibay (webpage) not working
« on: August 24, 2006, 02:43:15 AM »
I added a 2nd drive and put all ibays on this drive.   This causes a 403 Forbidden error when browsing to the server.

In SME6.0, I followed this forum thread to allow the server to follow the symbolic links for ibays.

http://forums.contribs.org/index.php?topic=30035.0

This does not work in SME7.  The following message is returned:
Quote
[root@server]# /etc/e-smith/events/actions/restart-httpd-full
-bash: /etc/e-smith/events/actions/restart-httpd-full: No such file or directory


How can this same thing be accomplished in SME7?
......

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Symbolic Link to Primary Ibay (webpage) not working
« Reply #1 on: August 24, 2006, 11:50:58 AM »
Quote from: "srushik"
I added a 2nd drive and put all ibays on this drive.   This causes a 403 Forbidden error when browsing to the server.

In SME6.0, I followed this forum thread to allow the server to follow the symbolic links for ibays.

http://forums.contribs.org/index.php?topic=30035.0

This does not work in SME7.  The following message is returned:
Quote
[root@server]# /etc/e-smith/events/actions/restart-httpd-full
-bash: /etc/e-smith/events/actions/restart-httpd-full: No such file or directory


How can this same thing be accomplished in SME7?


Code: [Select]
/etc/rc7.d/httpd-e-smith sigusr1 would restart your httpd gracefull.

Did you also read this: How to add an extra hard disk to a SME server?
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 srushik

  • **
  • 32
  • +0/-0
    • http://www.pcconline.com
Symbolic Link to Primary Ibay (webpage) not working
« Reply #2 on: August 24, 2006, 06:05:42 PM »
I don't have an rc7.d folder.  I have an rc6.d (perhaps I'm missing an SME update.)

The guide you pointed me to provided this command:
Quote
[root@hogwarts /]# /etc/init.d/httpd graceful

That worked perfectly.

Thanks for your help, I'm back on broadway!!

Shane
......

Offline byte

  • *
  • 2,183
  • +2/-0
Symbolic Link to Primary Ibay (webpage) not working
« Reply #3 on: August 25, 2006, 10:17:54 AM »
Quote from: "srushik"
I don't have an rc7.d folder.  I have an rc6.d (perhaps I'm missing an SME update.)


If you don't have a /etc/rc7.d folder I wonder how your server reboots  :-?
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline srushik

  • **
  • 32
  • +0/-0
    • http://www.pcconline.com
Symbolic Link to Primary Ibay (webpage) not working
« Reply #4 on: August 25, 2006, 03:38:41 PM »
My mistake, rc7.d is there.  Somehow I overlooked it.

Many thanks for your help.
......