• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Cannot find sb_config

V

vma

Guest
Hello to everybody,

I've just performed a fresh install of SiteBuilder using the autmatic setup:

parallels_installer_v3.3.2_build080710.09_os_CentOS_5_i386

The installation proccess finished without any errors.

Now I am stuck, I cannot find the sb_config:

# sb_config
-bash: sb_config: command not found

I have tried to use find but nothing is returned:

# find -name 'sb_config'
#

I've installed at MediaTemple's (dv) 3.5 server.
OS is: CentOS release 5.2

Can you please help me?

Thanks a lot in advance.

Bests regards.

Victor Marquez
 
Try to find it using this way:

# find / -name 'sb_config'

Actually, default location for this utility is /usr/local/bin/sb_config, so you can run it as:

# /usr/local/bin/sb_config

So it looks like '/usr/local/bin' directory is not in your path. Check it up.
 
Hi Dimitry,

Thank you for your reply.

Yes, I had searched from the root.

As per your reply, I have checked at '/usr/local/bin' for the file but the directory is empty. As a double-check y used find again as

# find /usr -name 'sb_config'

also

# find / -name '*_config'
" find / -name '*config'
" find / -name '*config*'

and other combinations, but the file is nowhere.

Any other sugestion?

Best regards.

Victor Marquez
 
Are you sure that Parallels Plesk Sitebuilder is completely installed on the server? Try to check if all necessary packages are installed:

#rpm -qa|grep -i sitebuilder

Also, as I understand you used autoinstaller for these purposes, so if it is possible you can attach installation log file here for review - /tmp/autoinstaller3.log
 
Hello again Dimitry,

Thank you.

#rpm -qa|grep -i sitebuilder

Does returns nothing. I think because I used the autoinstaller and not the rpm packages. Please correctme if I am wrong.

I am attaching the log.

Thanks again

Victor Marquez
 

Attachments

  • autoinstaller3.log.txt
    15.3 KB · Views: 4
Hello again Dimitry,

#rpm -qa|grep -i sitebuilder

rpm returns nothing. I gues because I used the autoinstaller instead of rpm packages?

I am attaching my log.

Thanks again

Victor Marquez
 

Attachments

  • autoinstaller3.log.txt
    15.3 KB · Views: 1
Thank you Dimitry,

Somehow I was thinking sitebuilder was installed because autoinstaller finished without errors. My mistake.

I tried again with the autoinstaller but I was not able to select modules/etc at it. It said there were none.

I have managed to install it using rpm packages instead of autoinstaller.

For my purposes I will consider this thread as closed.

Thanks for your help.
 
Back
Top