Error Starting mhvtl in Oracle Linux 6.1

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Error Starting mhvtl in Oracle Linux 6.1

cchinchoy
Hey all
I keep getting this error when trying to start mhvtl under a new build of Oracle Linux 6.1 can anyone assist me.



Regards

Colin
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Error Starting mhvtl in Oracle Linux 6.1

Mark Harvey
Can you have a look in the syslog (typically /var/log/messages) and review any errors reported.

Most likely file permission issue on /opt/mhvtl/????? when creating media.

Feel free in posting syslog here for review.

Cheers
Mark
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Error Starting mhvtl in Oracle Linux 6.1

Mark Harvey
Just finished installing Oracle Linux 6.1.

When running "rpm -Uvh mhvtl-1.1-0.x86_64.rpm" I noticed an error about not being able to set permissions on /opt/mhvtl

I'll investigate, however I would assume you have the same problem.

To fix:
# mkdir /opt/mhvtl
# chown -R vtl:vtl /opt/mhvtl
# services start mhvtl
(And it should start without error)..

Cheers
Mark
Loading...