I found that I sometimes had to do a full rescan to clear this sort of behavior. Give me an example of the name of the link and the name of the file it points to. It's possible the name of the link has to have the right extension, eg. .jpg before the server will invoke ffmpeg to create the thumbnails.
Results 31 to 38 of 38
-
2012-04-03, 05:14 #31Junior Member
- Join Date
- Mar 2012
- Posts
- 24
-
2012-04-05, 10:42 #32Member
- Join Date
- Jan 2011
- Posts
- 47
Sorry for the following question since I often do those things ;o)
Check whether you typed '/opt/lms-X.X.X'....
Example (supposed you use lms version7.8.0):
- You should install all lms files into a lms-root-dir called '/opt/lms-7.8.0'
- Check for '/lib/svc/method/svc-lmsd'. If it does not exist: Copy 'svc-lmsd' into that place.
- Check for 'lib/svc/manifest/application/lmsd.xml. If it does not exist: Copy 'lmsd.xml' to that place.
- Type 'svcadm restart manifest-import' .
- Type 'svcs -a | grep lmsd'. This should output 'offline 18:56:55 svc:/application/lmsd:default'
- Type 'svccfg -s lmsd listprop lmsd/bindir'. If it does not output 'lmsd/bindir astring /opt/lms-7.8.0', type 'svccfg -s lmsd setprop lmsd/bindir=/opt/lms-7.8.0'. Supposed your lms-files reside in /opt/lms-7.8.0.
- Then start the service: 'svcadm enable lmsd'
- Check if it is online 'svcs | grep lmsd'.
- If it's not online: 'svcs -xv'.
- Do some 'chmod -R 755 /opt/lms-7.8.0' followed by 'chown -R lmsd:lmsd /opt/lms-7.8.0'. Then 'svcadm disable lmsd' and 'svcadm start lmsd'. After doing this some time (approx. 3 to 5 times). It should run...
- Check with 'ps | grep slims' if the process is active...
Hope this helps...
-
2012-04-05, 11:22 #33Member
- Join Date
- Jan 2011
- Posts
- 47
An example:
./CIMG1465.JPG -> test.jpg
./CIMG1464 -> test.JPG
There is no difference if it is a relative or an absolute symlink.
To me it is strange that there is no error in the logfile. It seems like the path is not handed correctly to libjpeg.
BTW: To make it clear. Scanning videos I have no problem. Only scanning images.
-
2012-04-06, 04:16 #34Member
- Join Date
- Jan 2011
- Posts
- 47
@evoz4: I feel quite stupid and cunfused, but how did you manage to compile perl with perlbrew and gcc under solaris? I got it some weeks ago. I compiled without problem... Then I deleted it (don't ask me why). Now I am not able to get it compiling without any errors anymore. The io/inplace.t test fils all the time.
I do it the it is described in the buildme.sh and I have /usr/gnu/bin in the beginning of the path variable....
That might be off topic, but I have not clue what to do.
-
2012-04-06, 05:03 #35Junior Member
- Join Date
- Mar 2012
- Posts
- 24
I didn't use perlbrew, just:
$ tar zxf ~/Downloads/perl-5.12.4.tar.gz
$ mv perl-5.12.4 perl-5.12.4-i386-solaris11-gcc
$ cd perl-5.12.4-i386-solaris11-gcc
$ PATH=/usr/ccs/bin:/usr/bin
$ MAKE=/usr/gnu/bin/make
$ export PATH MAKE
$ ./Configure -d -Dcc=gcc -Dusethreads -Duse64bitint -A ccflags=-fno-stack-protector -A ldflags=-fno-stack-protector 2>&1 | tee cfg.out
$ /usr/gnu/bin/make
$ /usr/gnu/bin/make tests
$ pfexec /usr/gnu/bin/make install
Seemed to work ok for me.
-
2012-04-06, 08:46 #36Member
- Join Date
- Jan 2011
- Posts
- 47
Thanks for the hints.
Now my perl compiles well and LMS is up again.
I hoped to solve my Media::Scan issues but it still does not scan symlinks to images files.
-
2012-04-09, 06:28 #37Member
- Join Date
- Jan 2011
- Posts
- 47
Based on the work done by evoz4 I did some files that migh help to install LMS on Solaris.
http://forums.slimdevices.com/showth...l=1#post700053
Have fun.
-
2012-04-29, 08:02 #38Junior Member
- Join Date
- Mar 2012
- Posts
- 24


Reply With Quote
