Koozali.org: home of the SME Server

Clear Open_BaseDir setting

Offline newburns

  • *
  • 345
  • +0/-0
  • A good plumber, noob developer
    • Mt. Rose MEdia
Clear Open_BaseDir setting
« on: February 12, 2013, 09:54:12 PM »
I have a podcast using Wordpress' Powerpress Bluberry Plugin.
I was informed that the cURL has a bug that will not follow some linked files if there are any properties given for Open_BaseDir.
I would like to clear the properties I have set for my ibay that the WordPress application is using.

I have opened a forum remark on the developer's forum in case their is no resolution. Please help in anyway possible.
http://forum.blubrry.com/index.php/topic,4076.msg11860.html#msg11860

I have tried the following code with no avail (with and without an extra space at the end):
Code: [Select]
db accounts setprop mtrosemedia PHPBaseDir
Website is http://mtrosemedia.tk/audio_podcast/
SME 8.0
Quad 6600
8gb DDR2 800
8 TB RAID 5
Dual Gigabit NIC
I Still Don't KNOW WHAT I AM DOING. Please, don't assume I know anything about Linux or Centos, I just know hardware

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Clear Open_BaseDir setting
« Reply #1 on: February 12, 2013, 10:06:34 PM »
I have tried the following code with no avail (with and without an extra space at the end):
Code: [Select]
db accounts setprop mtrosemedia PHPBaseDir

You need either

Code: [Select]
db accounts setprop mtrosemedia PHPBaseDir ''

or

Code: [Select]
db accounts delprop mtrosemedia PHPBaseDir

I suggest you read a bit about shell parameter quoting. e.g. lookup 'empty' here:

http://tldp.org/LDP/abs/html/quotingvar.html

Offline janet

  • ****
  • 4,812
  • +0/-0
Re: Clear Open_BaseDir setting
« Reply #2 on: February 13, 2013, 01:48:24 AM »
newburns

I suggest you read a bit about shell parameter quoting. e.g. lookup 'empty' here:
http://tldp.org/LDP/abs/html/quotingvar.html

....and read
http://wiki.contribs.org/Db_command_tutorial
which hopefully gives a better understanding of the db command usage.
Although there is no actual delete example given, the concepts are explained, so how to delete a property or key should be able to be deduced.
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline newburns

  • *
  • 345
  • +0/-0
  • A good plumber, noob developer
    • Mt. Rose MEdia
Re: Clear Open_BaseDir setting
« Reply #3 on: February 13, 2013, 10:58:46 PM »
New situation.

There wasn't an issue with the Open_BaseDir according to the forum link posted above, which is good because I like having added security where possible. The issue now has something to do with possible byte serving. Does SME support byte serving (I am under the impression that it does because it is HTTP 1.1 compliant)?
SME 8.0
Quad 6600
8gb DDR2 800
8 TB RAID 5
Dual Gigabit NIC
I Still Don't KNOW WHAT I AM DOING. Please, don't assume I know anything about Linux or Centos, I just know hardware

Offline TerryF

  • grumpy old man
  • *
  • 1,826
  • +6/-0
Re: Clear Open_BaseDir setting
« Reply #4 on: February 14, 2013, 12:22:51 AM »
--
qui scribit bis legit

Offline newburns

  • *
  • 345
  • +0/-0
  • A good plumber, noob developer
    • Mt. Rose MEdia
Re: Clear Open_BaseDir setting
« Reply #5 on: February 14, 2013, 05:17:35 AM »
I am having more issues. Can anyone verify whether SME supports "byte serving" or not?
SME 8.0
Quad 6600
8gb DDR2 800
8 TB RAID 5
Dual Gigabit NIC
I Still Don't KNOW WHAT I AM DOING. Please, don't assume I know anything about Linux or Centos, I just know hardware

Offline Stefano

  • *
  • 10,839
  • +2/-0
Re: Clear Open_BaseDir setting
« Reply #6 on: February 14, 2013, 09:37:10 AM »
I am having more issues. Can anyone verify whether SME supports "byte serving" or not?


then, please, open a new topic.. if there's something that should simply work, please raise a bug

finally, remember always to explain your problem and not your solution, thank you

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Clear Open_BaseDir setting
« Reply #7 on: February 14, 2013, 02:29:37 PM »
Can anyone verify whether SME supports "byte serving" or not?

Yes, it does, as you can confirm by googling for "apache byte serving".