rara1234

Members
  • Posts

    52
  • Joined

  • Last visited

Everything posted by rara1234

  1. Ok so I figured it out - despite buying an M1015 the vendor actually sent me an M5015. I didnt notice at first, but exploring with megarec -adplist it showed the type as 2108v - which is clearly not an m1015. I reflashed it with the m5015 firmware and sbm and all was fine. Now to get a refund from eBay…
  2. Then I downloaded the original IBM ROM from the IBM website ftp://download2.boulder.ibm.com/ecc/sar/CMA/XSA/ibm_fw_sraidmr_1000-20.11.1-0184_windows_32-64.exe, and extracted M1000FW.ROM. Using megarec -cleanflash 0 M1000FW.ROM I get: MegaRAID HWR Controller Recovery tool. Version 01.01-004 February 05, 2010 Copyright (c) 2006-2008 LSI Corp. Supports 1079 controller and its Successors Erasing Flash Chip (8MB).... Completed: 100% Flashing Image. Please wait... Currently flashing component = BIOS Programming Flash.... Completed: 100% Verifying the Flashed Data... Currently flashing component = HIIM Programming Flash.... Completed: 100% Verifying the Flashed Data... Currently flashing component = APP Error in downloading the image. Error code = 64 Failed to flash the image. Please retry recovery grr!!
  3. I have an HP Gen8 microserver. I disabled the onboard storage controller in the bios, and installed my M1015 card. I downloaded LSI MegaRAID to SAS2008(P11).zip - 5.87 MB from here: https://lime-technology.com/forum/index.php?topic=12767.0 and followed the instructions exactly, although (my fault) I didn't complete step 1 (as the ID is on the label) or step 2 (as I'm a dumbass). Step 3 went as expected but step 4 just reports "No LSI SAS adapters found! Limited Command Set Available" and fails. Has anyone else had any success flashing this card in a Gen8 microserver? Was there anything specific you needed to do? Failing that - would anyone like to earn a bit of money flashing the card for me?
  4. there's a better fix: this post: https://github.com/docker/distribution/issues/1439#issuecomment-237999672 has the fix which worked perfectly for me without having to reinstall everything...
  5. Just got home from work, and wanted to try something simpler before I killed my docker.img and reinstalled all dockers. Clicked on the app remove also remove image yes delete it reinstalled in CA works perfect now. Hopefully they do edit the second post on the announcement and list the issues and simple fixes that we are having. thanks again for pointing me to that. I missed that in the FAQ when I had a quick look over it last night this post: https://github.com/docker/distribution/issues/1439#issuecomment-237999672 has the fix which worked perfectly for me without having to reinstall everything... you can just log in using SSH and clear the cache (details below):
  6. this post: https://github.com/docker/distribution/issues/1439#issuecomment-237999672 has the fix which worked perfectly for me without having to reinstall everything...
  7. I've created a new container which has CUPS, GCP and AirPrint: https://hub.docker.com/r/mnbf9rca/cups-google-print/ I'll try and create a "template" once i figure out how. But it's working fine for me. Doesn't do full cloud print yet, just local network.
  8. OK, so I have CUPS working to share the printer, that's working fine. It's just the Google Cloud Print part I'm struggling with. yeah, i have the same issue - i think it's because the script uses an outdated way to authenticate to Google. I raised a defect on the github repo: https://github.com/gfjardim/docker-containers/issues/56
  9. I have Emby (emby/embyserver:latest) running in one container, and Sonarr (linuxserver/sonarr:latest) is also installed. When i try to configure a "connection" between the two so that Sonarr notifies Emby of a new episode, i can't get it to save - it just reports " Unable to send test message: The request timed out " - however, when i look in Emby's notification centre, i see " Test from Sonarr 7 minutes ago Success! MediaBrowser has been successfully configured! ". I tried entering the Sonarr container and made a request using CURL (" curl -X POST -H "Content-Type: application/json" -d '{}' "http://192.168.1.5:8096/emby/emby/Library/Series/Updated?api_key=<key> ") and it works. I was able to add a "webhook" type connection without a problem though - and that does trigger an update to the library.
  10. hi rara1234, thanks for the volunteered help on this, its appreciated!. couple of questions for you:- 1. where does the webui store its configuration information?, can this be configured or would it have to be symlinked in some manner? 2. can you pre-configure some of the options in the webui, or again is this going to have to be done only using the webui?. whilst the way i currently have it running is a little low tech, it generally works quite well, so i want to make sure if i do move to using the webui that its just as solid. right im going to have a play with this now, i may come back with more questions :-). oh and btw this is a quite old thread, best to keep any future posts in my new snagly docker support thread here:- http://lime-technology.com/forum/index.php?topic=38055.0 1. The web app simply automates the use of the PVR functionality: https://github.com/get-iplayer/get_iplayer/wiki/documentation#pvr-usage So if you were to map that folder (~/.get_iplayer/pvr/) the searches would persist between refreshes. 2. Not sure what options you'd want to configure? or do you mean about searching, download options etc.? I kinda lost track of this conversation here - to me, it makes no sense to have 1 thread per publisher, wouldnt 1 thread per image be better?? - anyway, i created my own docker which implements what i needed - basically, it's get_iplayer pulled ppa:jon-hedgerows/get-iplayer and with apache running the web pvr. You can find it here: https://hub.docker.com/r/mnbf9rca/getiplayer I've made it so that the list of already recorded files and the PVR searches are stored outside the container for persistence. The programme cache is updated every hour, and you can add radio, tv and podcasts. The PVR runs every 6 hours. Map the folders listed in teh dockerfile: # /output = location of downloaded files # /tmp for transcoding? not sure # /var/www/get_iplayer/.get_iplayer --> profile directory, including PVR searches and cache # /etc/get_iplayer --> options file stored here
  11. Yes but it also violates a key "rule": https://docs.docker.com/engine/articles/dockerfile_best-practices/#containers-should-be-ephemeral Which makes it harder for users to safely consume - a user might be hesitant to update if they think they have some config to do, and for something like a web server or ssl certificate that could be an important issue…
  12. How did your family get along before docker? If I needed to I could go back to that approach while I tried to troubleshoot individual dockers on my unRAID. I know what you mean - but I suspect the world might fall apart without Thomas and friends, pepper pig and regular updates on the comings and going a of the kardashians Previously I had a separate machine running all of these apps. I don't have it any more. I could set these up on a vm but I suppose, but again, I'm sure there is some way to identify where the allocated storage has gone, we just don't know it yet. If I get time over Christmas I will try to rebuild the docker image one at a time. The problem is that it works fine for months then I get 30-50% growth (on a 10gb image) in a day or two, completely at random.
  13. i'd be happy to concede that if i could show it - but not using functionality which is important to my family on a daily basis for months at a time isn't a viable approach. Without this, how can i figure out which one it is? I mean, there must be some better way (i.e. some systematic/analytical approach using e.g. logs, tools to interrogate the system etc.) which can be used to narrow it down to the container(s) which are causing this?
  14. sorry - i updated my answer after you'd replied to add that: 1. I dont know how to figure out which container is causing it without disabling them one by one for 3 months at a time (the average time it takes for it to be noticeable in my case), and 2.I would have expected that a badly configured app within a container shouldn't be able to permanently consume image storage i.e. the container should be reallocating storage before consuming and then not releasing more image storage.
  15. thank for the helpful reply. I have transcoding disabled in emby. I guess the issue is that I simply don't know how to narrow down the issue e.g. how to work out which container is causing the issue without disabling them one by one and waiting 3 months - but that's clearly not an option! And as far as i can tell, when storage is released within a container it should be released in the image too, which apparently isn't happening, and that's where i think the defect lies - badly configured apps within containers shouldn't be able to permanently consume storage...
  16. that's not really very useful, and although I know you're trying to be helpful by keeping the forums clear of junk, with 4833 views on this thread this is clearly an issue for a large number of people. It would be really great if you could help figure out how to analyse or troubleshoot this issue, rather than closing defect reports with an "it's your fault" response without even letting lime tech see the issue report. What, specifically, do you think we need? a specific log file? the outcome of a specific command? Can you actually assist with this issue or highlight it to someone who can? It's already been dragging on for months. I think the main things that I note are: 1. whatever docker containers everyone here is using, interrogating utilisation within the image file shows that consumed space is well below the docker allocated storage reported by unraid. 2. for many people, things appear stable then suddenly rocket up 20-40% within a few hours 3. there are a few containers which appear to be commonly used, but no containers which everyone is using. What would you propose the next steps are to progress this issue?
  17. The certificates are only valid for a short period - 90 days I think. One of the principles of lets encrypt is that certificates are short lived but renewed automatically.
  18. won't that entire configuration get lost when the container updates?
  19. i couldn't see that anyone else has raised a defect (at least none show up in search) so i raised on here: http://lime-technology.com/forum/index.php?topic=44816.0
  20. unRAID OS Version: 6.1.3 Description: I keep getting warnings about "Event: Docker high image disk utilization". Typically, docker runs fine for a few weeks, then suddenly these start and utilization reported goes up from 70% to 100% in a few days. If it gets to 100% the webgui crashes. There are no entries in the logs, and docker.log contains only this: time="2015-11-18T07:12:18.238256056Z" level=fatal msg="Error starting daemon: Unable to open the database file: unable to open database file" How to reproduce: Just usign docker. with teh following apps: needo/couchpotato:latest gfjardim/crashplan:latest gfjardim/cups:latest emby/embyserver:latest pinion/docker-mylar:latest linuxserver/sabnzbd:latest linuxserver/sonarr:latest Expected results: Docker image utilization does not approach 100% over time Actual results: Docker image utilization approaches 100% and the image file needs to be destroyed and recreated to recover service. Other information: this post has had over 4,400 views, so clearly others are also seeing it: https://lime-technology.com/forum/index.php?topic=42654.45
  21. i found this issue on Docker's github: https://github.com/docker/docker/issues/3182 is this related?
  22. Hi jonp, I moved from a docker to using a VM as Dropbox doesn't seem to like being in a docker - no matter what i redirected outside the container, it always needed reconnecting every time the container was updated, and it's a hassle, and also i have a lot of files being monitored - about 50k - and any containers i've tried dont have fs.inotify.max_user_watches set high enough. The VM also hosts some other apps whcih i want to use but which aren't in containers, and i just dont have the time right now to learn how to create them. Maybe i will in future. I already switched to using SMB and that works perfectly (as far as i can tell). From what i can tell from Google, the main issue with 9p is that it's really hard to diagnose, and that they tend to ignore most "traditional" mount attributes.
  23. I'm running Ubuntu 14.04.3 LTS in a VM on an HP Gen8 Microserver. I have a share on the host /mnt/user/Dropbox mounted at /mnt/dropbox-fs in the VM and then a symlink /mnt/dropbox-fs --> /home/robert/Dropbox . i'm running Dropbox installed from https://www.dropbox.com/en_GB/install?os=lnx and i've added the following entry to my fstab to auto-mount the 9p "share": # <file system> <mount point> <type> <options> <dump> <pass> ... dropbox-fs /mnt/dropbox-fs 9p rw,noatime,trans=virtio,access=any,nobootwait,uid=99,gid=100,version=9p2000.L 0 0 Whenever files or folders are created by Dropbox they are created in the context of the user running dropbox on the ubuntu VM (uid=1000), and this causes problems in unraid e.g. see ls below. I've tried it with and without the uid=99,gid=100 and it doesnt fix it. root@fs:/mnt/user/Dropbox# ls -al total 74616 drwxrwxrwx 1 nobody users 4096 Oct 22 20:00 ./ drwxrwxrwx 1 nobody users 66 Oct 22 20:00 ../ -rwxrwxr-x 1 root 1000 34 Oct 18 21:09 .dropbox* drwxrwxrwx 1 nobody users 32768 Oct 22 19:30 .dropbox.cache/ -rw-rw-rw- 1 nobody users 150 Jul 25 19:39 .ynabsettings\ (Case\ Conflict).yroot drwxrwxrwx 1 nobody users 110 Oct 22 20:00 Apps/ drwxrwxrwx 1 nobody users 258048 Oct 21 23:01 Camera\ Uploads/ drwxr-xr-x 1 root 1000 6 Oct 22 19:26 Camera\ Uploads\ (Selective\ Sync\ Conflict)/ drwxrwxrwx 1 nobody users 63 Jul 25 23:48 Garden\ automation/ drwxrwxrwx 1 nobody users 20 Jul 25 20:51 IFTTT/ -rw-rw-rw- 1 nobody users 17970 Jul 25 19:39 London.ovpn drwxrwxrwx 1 nobody users 78 Jul 25 23:49 Photos/ drwxrwxrwx 1 nobody users 4096 Jul 25 23:49 Photos\ of\ kieran/
  24. hi rara1234, thanks for the volunteered help on this, its appreciated!. couple of questions for you:- 1. where does the webui store its configuration information?, can this be configured or would it have to be symlinked in some manner? 2. can you pre-configure some of the options in the webui, or again is this going to have to be done only using the webui?. whilst the way i currently have it running is a little low tech, it generally works quite well, so i want to make sure if i do move to using the webui that its just as solid. right im going to have a play with this now, i may come back with more questions :-). oh and btw this is a quite old thread, best to keep any future posts in my new snagly docker support thread here:- http://lime-technology.com/forum/index.php?topic=38055.0 1. The web app simply automates the use of the PVR functionality: https://github.com/get-iplayer/get_iplayer/wiki/documentation#pvr-usage So if you were to map that folder (~/.get_iplayer/pvr/) the searches would persist between refreshes. 2. Not sure what options you'd want to configure? or do you mean about searching, download options etc.?