Solved. There were multiple connections, because i mapped the guestshare with a group policy as netwokdrive.
Posts by Bambuleee
-
-
Client: Windows 10, domainmember. domainname: dom
OMV System: Hostname: omv01, ip 172.16.10.15, domain: domI can see all my smb shares, when i type in \\omv01
I can access all smb shares where guest access is configured via \\omv01\guestshare
I have a share "test". Owner users.
When i try to access \\omv01\test i'm promted for a password. Correct. I type in the credentials for "user1" and get an no access message.
When i try \\172.16.10.15\test and type in the credentials for user1, it is working.
omv01 has an dns entry (forward and ptr). Any ideas? -
I had the same problem.
apt-get install python-pip
pip install ndg-httpsclientThen try again.
Gesendet von meinem Nexus 5X mit Tapatalk
-
You can check ECC functionality with memtest
Gesendet von meinem Nexus 5X mit Tapatalk
-
why are you trying to copy cert not just using reverse proxy?
just use omv-nginxlike this..
1st OMV as proxy server (https) <------------> services on 2nd OMV (http)
|
services on 1st OMVI'm unsing a reverse proxy (sophos utm) for external access, but I want to use the cert internal (dns zone), It's working fine for omv01.
Why you don't want to regenerate the cert on the new system?The new cert still have the same sub-domains with longer expiration date.
I will try. I though it's not possible.
Edit: works. thx
-
The cert is for 5 subdomains. I have different webservices on the omv instances and just want to use one certificate.
-
I have two omv installations. I want to use the same LEt's crypt certificatge on both installations. What's the easiest way to realize it? Just copy the files to the other omv?
-
Is there a way to mounf nfs shares in a folder I can specify?
-
No, veräußern its a new installation and the newest Version. But I will try
Gesendet von meinem Nexus 5X mit Tapatalk
-
Of course you have to sync. Kodi is syncing the informations about the movies etc etc to put it in the local database. ...the official emby plugin is called " Emby.Kodi Sync Queue"
The problem is not that kodi synced my library, but when I startetd kodi I realised, that the library is empty.When you read my posting, you can see that I also have probvlems with a fresh emby installation. WITHOUT kodi. Just the emby server. It's not possible to add movies etc
There are different errors in the serverlogs.
It's a fresh omv installation!Code
Display More2016-12-20 15:45:59.2458 Error HttpServer: Error processing request *** Error Report *** Version: 3.1.0.0 Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/b03b6aa3-e92c-4707-aa17-daa8a99cf9ba/emby -restartpath /usr/sbin/emby.sh Operating system: Unix 3.16.0.0 64-Bit OS: True 64-Bit Process: True Mono: 4.6.2 (Stable 4.6.2.7/08fd525 Mon Nov 21 12:08:40 UTC 2016) Processor count: 2 Program data path: /media/b03b6aa3-e92c-4707-aa17-daa8a99cf9ba/emby Application directory: /opt/emby System.IO.FileNotFoundException: Unable to find the specified file. System.IO.FileNotFoundException No Stack Trace Available
Code
Display More2016-12-20 11:19:02.8900 Error HttpServer: Error processing request *** Error Report *** Version: 3.1.0.0 Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/b03b6aa3-e92c-4707-aa17-daa8a99cf9ba/emby -restartpath /usr/sbin/emby.sh Operating system: Unix 3.16.0.0 64-Bit OS: True 64-Bit Process: True Mono: 4.6.2 (Stable 4.6.2.7/08fd525 Mon Nov 21 12:08:40 UTC 2016) Processor count: 2 Program data path: /media/b03b6aa3-e92c-4707-aa17-daa8a99cf9ba/emby Application directory: /opt/emby MediaBrowser.Controller.Net.SecurityException: Access token is invalid or expired.
-
I have a strange problem.
A few days ago, when I started Kodi and synced with emby, all movies and series are gone.
I looked in the emby webinterface and there are 0 movies and 0 series.
When I click "sync library" it happens nothing.I tried to give the mediafolder 777. Nothing.
I set up a new omv installation. IN this installation (omv2) I mountet a nfs share from omv1 with the media files.
This folder I added to my new emby installation. Sync -> nothing.
This is the log from the new install.Any ideas?`I'm going crazy
-
Is there a tutorial for emby with omv3?
Gesendet von meinem Nexus 5X mit Tapatalk
-
I've the same question. An ideas?
-
It's not possible to start docker.
service start docker
-> starting docker: docker
docker ps -a
-> Cannot connect to the Docker daemon. Is the docker daemon running on this host?Edit: Docker.log says, that my Kernel 3.2.0-4amd64 is not supported.
i will try again with backports.Edit2: Works!
-
I have a brand new OMV installation (2.2.13).
When I install docker and activate it, I get this error:Code
Display MoreFehler Error: "couldn't connect to host" - Code: 7 Fehler #0: exception 'OMVModuleDockerException' with message 'Error: "couldn't connect to host" - Code: 7' in /usr/share/omvdocker/Utils.php:63 Stack trace: #0 /usr/share/omvdocker/Utils.php(180): OMVModuleDockerUtil::doApiCall('http://localhos...') #1 /usr/share/openmediavault/engined/rpc/docker.inc(354): OMVModuleDockerUtil::getContainers('42005') #2 [internal function]: OMVRpcServiceDocker->getContainers(Array, Array) #3 /usr/share/php/openmediavault/rpcservice.inc(125): call_user_func_array(Array, Array) #4 /usr/share/php/openmediavault/rpc.inc(79): OMVRpcServiceAbstract->callMethod('getContainers', Array, Array) #5 /usr/sbin/omv-engined(500): OMVRpc::exec('Docker', 'getContainers', Array, Array, 1) #6 {main}
I even tried to change the port:CodeFehler #0: exception 'OMVModuleDockerException' with message 'Error: "couldn't connect to host" - Code: 7' in /usr/share/omvdocker/Utils.php:63 Stack trace: #0 /usr/share/omvdocker/Utils.php(125): OMVModuleDockerUtil::doApiCall('http://localhos...') #1 /usr/share/openmediavault/engined/rpc/docker.inc(145): OMVModuleDockerUtil::getImages('12345', true) #2 [internal function]: OMVRpcServiceDocker->getImages(Array, Array) #3 /usr/share/php/openmediavault/rpcservice.inc(125): call_user_func_array(Array, Array) #4 /usr/share/php/openmediavault/rpc.inc(79): OMVRpcServiceAbstract->callMethod('getImages', Array, Array) #5 /usr/sbin/omv-engined(500): OMVRpc::exec('Docker', 'getImages', Array, Array, 1) #6 {main}
New omv ystem. Docker is the first plugin I installed. It can reproduce the problem with another new installation.
It's a VM on Hyper-V Server 2016. -
Now = not .. correct, sorry.
Ok thank you.
-
Is the plugin OMV3 ready?
-
Actually I'm using OMV 2 set up in an VM on Hyper-V. Host is a HP Gen8.
I have three disks directly passed through to omv and build a Raid 5 on it.Is it possible to set up a omv 3 installation and switch the disks over (omv 2 is shutdown) to test the plugins?
Or will OMV 3 make changes, so that I can now use the filesystem on omv 2 again? -
Right.
And no need to renew it manually. -
Option 1 sounds great. I will try. THX
Works fine. For everybody the cron:
Code/etc/init.d/emby stop openssl pkcs12 -inkey /etc/letsencrypt/live/hostname.dyndns.de/privkey.pem -in /etc/letsencrypt/live/hostname.dyndns.de/fullchain.pem -export -out /media/balbla/emby/ssl/hostname.dyndns.de.pfx -passout pass: chown -c emby /media/blabla/emby/ssl/hostname.dyndns.de.pfx /etc/init.d/emby start