[Support] Snoopy - Logitech Media Server, Emoncms, Ubuntu, FFmpeg


Recommended Posts

Today's emoncms seems to break the dashboard module?

The dasboard dropdown menu dissapeared and when i go for the direct link i just get

URI not acceptable. No controller 'dashboard'. (view/)

 

Something went wrong?

 

*edit: I forgot this at first, but you might have missed that some parts of emoncms have been separated and should be added manualley since 9.31. See:

https://openenergymonitor.org/emon/node/11798

I can confirm that doing a

git clone https://github.com/emoncms/dashboard.git

in the modules directory solves this.

Yeah i see that they separated modules. You can make update it works now.

Link to comment

Today's emoncms seems to break the dashboard module?

The dasboard dropdown menu dissapeared and when i go for the direct link i just get

URI not acceptable. No controller 'dashboard'. (view/)

 

Something went wrong?

 

*edit: I forgot this at first, but you might have missed that some parts of emoncms have been separated and should be added manualley since 9.31. See:

https://openenergymonitor.org/emon/node/11798

I can confirm that doing a

git clone https://github.com/emoncms/dashboard.git

in the modules directory solves this.

Yeah i see that they separated modules. You can make update it works now.

Seems good. Thx

Link to comment

logs don't shed light on this, i'm afraid. i turned off all the dockers, set only flickr-uploader to autostart, and restarted Docker:

 

unraid log:


Mar 20 14:51:43 Tower php: /usr/local/emhttp/plugins/dynamix.docker.manager/event/started
Mar 20 14:51:43 Tower kernel: BTRFS info (device loop0): disk space caching is enabled
Mar 20 14:51:43 Tower kernel: BTRFS: has skinny extents
Mar 20 14:51:43 Tower logger: Resize '/var/lib/docker' of 'max'
Mar 20 14:51:43 Tower logger: starting docker ...
Mar 20 14:51:43 Tower kernel: BTRFS: new size for /dev/loop0 is 53687091200
Mar 20 14:51:50 Tower logger: Flickr-uploader: started succesfully!
Mar 20 14:52:02 Tower kernel: unregister_netdevice: waiting for lo to become free. Usage count = 1
Mar 20 14:52:12 Tower kernel: unregister_netdevice: waiting for lo to become free. Usage count = 1
Mar 20 14:52:30 Tower logger: Updating templates... Updating info... Done.
Mar 20 14:53:16 Tower emhttp: cmd: /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker logs --tail=350 -f Flickr-uploader



uploader log:
empty.

 

thanks

Link to comment

Hello,

 

I'm new to unraid, and not really linux savvy. I installed your Ubuntu docker app, and I could connect with remote desktop connection during a while, with my win7 PC. I didn't use it for a while and then I upgraded win7 to win10, I did a clean reinstall of win10, and now I can't connect with remote desktop connection. I can't figure out where is the problem. The error message is (translted from french, so maybe not the exact same words and sentence you'll have with an english version of win10):

the remote desktop can't connect to the remote computer due to one of the following :

- remote connection of the server isn't enabled

- remote computer is powered of (Duh, this one I'm sure isn't the issue)

- remote computer isn't available on the network (I can access my unraid computer through network browse in the win10 explorer, I can open any shares I created, so this one can't be the issue)

 

this left me only the first possibility (if this error message is reliable), so where can I enable the remote connection in unraid system ?

Or if you have any possible cause in mind, I be glad to hear about it.

 

Thanks.

Link to comment

FYI, after a bit of wrestling, I got SSH working in the Snoopy Ubuntu docker.

 

I had to:

 

1. Generate SSH keys with:

 

sudo ssh-keygen -t rsa1 -f /etc/ssh/ssh_host_rsa_key
sudo ssh-keygen -t dsa  -f /etc/ssh/ssh_host_dsa_key

 

3. (Optional) Edited /etc/ssh/sshd_config to change my port from 22 to another port number (I used 1111) so it didn't interfere with the other SSH servers I have behind my router.  Don't forget to forward port 22 (or whatever custom port you choose) in your router config.

 

 

 

Link to comment

bump... any ideas why this doesn't work for me?

Could you start container in a unraid terminal and attach to it. Inside you will find the script and try to run it.

 

i'm willing to try it but don't know how - i've only used the docker from gui so far. i can use the terminal but i'm unfamiliar with docker in cli.

Link to comment

I've just installed the flickr uploadr. And I see this in the ini...

 

################################################################################

#  Only with --drip-feed option:

#    How often to wait between uploading individual files (in seconds)

################################################################################

 

How does one specify the drip-feed option?

Link to comment

Is the Flickr-uploader working for you ?  Do you have a pro account, or just a normal Flickr account ?  I've installed this docker, got my key and secret, edited the uploadr.ini (key, secret, files_dir edited), cut and pasted the URL from the log and authorized, docker seems to start etc., but nothing seems to be uploading.  I will double check my path etc.

 

I've just installed the flickr uploadr. And I see this in the ini...

 

################################################################################

#  Only with --drip-feed option:

#    How often to wait between uploading individual files (in seconds)

################################################################################

 

How does one specify the drip-feed option?

Link to comment
  • 2 weeks later...

Yes, working, not a pro account, you can see the files being uploaded in the log of the docker container

 

Is the Flickr-uploader working for you ?  Do you have a pro account, or just a normal Flickr account ?  I've installed this docker, got my key and secret, edited the uploadr.ini (key, secret, files_dir edited), cut and pasted the URL from the log and authorized, docker seems to start etc., but nothing seems to be uploading.  I will double check my path etc.

 

I've just installed the flickr uploadr. And I see this in the ini...

 

################################################################################

#  Only with --drip-feed option:

#    How often to wait between uploading individual files (in seconds)

################################################################################

 

How does one specify the drip-feed option?

Link to comment
  • 1 month later...

Is there a fix for the "waiting for sql issue?

 

=> Installing MySQL ...
Installing MySQL system tables...
OK
Filling help tables...
OK

To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:

/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h 2e0712e7dc93 password 'new-password'

Alternatively you can run:
/usr/bin/mysql_secure_installation

which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.

See the manual for more instructions.

You can start the MySQL daemon with:
cd /usr ; /usr/bin/mysqld_safe &

You can test the MySQL daemon with mysql-test-run.pl
cd /usr/mysql-test ; perl mysql-test-run.pl

Please report any problems at http://bugs.mysql.com/

Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...
Waiting for MySQL to start...

Link to comment

Well i've managed to get it to work. In both our cases we use the mappings /mnt/cache/*** where in your example you use /mnt/user/***.

 

My docker apps are on a cache only share called "dockerapps" and i always use the nomenclature /mnt/cache/dockerapps/***. By changing it to /mnt/user/dockerapps/*** i got it to install correctly.

 

All i need to do now is work out how to use it lol!

Link to comment
  • 3 weeks later...
  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.