dataMine startup problems

Hi all.

Sorry, I know this is now unsupported, but I’m having trouble getting dataMine to start correctly.

A screenshot of the current status and logs are attached below.

By way of context:

I have successfully mounted my USB stick via my Netgear router:

mkdir /nas
mount -t cifs -o user="",pass="",nounix,noserverino //192.168.0.1/readyshare/USB_Storage /nas

note: my Netgear router gives access to the USB without username/password

Big thank you to everyone for earlier posts. I never would have worked that out myself!

df gives:

Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/root                 4608      4608         0 100% /rom
tmpfs                    31240      2320     28920   7% /tmp
tmpfs                      512         0       512   0% /dev
/dev/mtdblock7           11264      2876      8388  26% /overlay
overlayfs:/overlay       11264      2876      8388  26% /
/dev/mtdblock8            4480      4480         0 100% /mios
//192.168.0.1/readyshare/USB_Storage
                      15131808       264  15131544   0% /nas

I am using the following in my plugin settings:

SetDataDirectory = /nas/
SetMountPoint //192.168.0.1/readyshare/USB_Storage
SetMountOptions -t cifs -o nounix,noserverino
mountLocation = //192.168.0.1/readyshare/USB_Storage
mountType = cifs

Again, big thank you for this too!

However, dataMine is still not logging or functioning properly… Is these anything obviously wrong in the log file?

Hi

all looks to be OK, if you start the graph page, do you see the online button becoming green in the top right corner?

in such case i believe you did not start the logging function on the variables, this has been posted before.
in the configuration tab you have to enable logging for each variable that you would like to monitor.

its a bit tricky to find but if you search on one of my earlier postings you will succeed!

[quote=“Otje, post:2, topic:182083”]i believe you did not start the logging function on the variables, this has been posted before.
in the configuration tab you have to enable logging for each variable that you would like to monitor.[/quote]

You guessed right. All sorted now, thank you!