Jump to content

CreZo

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by CreZo

  1. Thank you, Frank and trurl for your answers.

     

    I already did this Frank and there was no reboot or anything else. I also stopped all VM's and apps. Every time I got the same result, a popup with the message in it but the server didn't reboot or shut down. The server is still running. I don't get it but I will the 'Troubleshooting mode' and also the Temperature problem can be a fact maybe this can help.

  2. Hey Frank,

     

    old hardware:

    • Motherboard
          Gigabyte Technology Co. Ltd. Z170-HD3P-CF (U3E1)
    • CPU
          Intel Core i7 6700K

    new hardware:

    • Motherboard
          Gigabyte GA-B250M-DS3H
    • CPU
          Intel Pentium G4560 (2x 3,5GHz + HT)
    Quote

    Does the problem happen every time after you start the server? 

    Yes, it does.

    Quote

    Did you run a 24 hour memtst on the RAM? 

    Yes, no errors.

     

    Quote

    Please provide us with a list of the new hardware that is failing. 

    I don't know which hardware is failing.

     

    I boot the server and everything is fine for ~30 - 45 minutes. After this time when I login into the GUI I get a popup which tells me that there is an unclean shutdown detected.

    Also, the theme changed from dark to white. My docker and apps are still running but I can't see them in the dashboard anymore. 

  3. Hey guys,

     

    I've got a huge Problem. I switch to another mainboard and CPU (power consumption is much lower) and I've got a popup which tells me that there is an unclean shutdown detected.

    This happens in ~ 30 - 45 min after I start/reboot the server.

     

    At the weekend I build everything in the old system and it worked perfectly but I want to use the new mainboard and CPU.

     

    Can someone help me? :)

  4. 5 minutes ago, johnnie.black said:

    Parity will be re-synced at array start, and it's needed since you removed a disk, but data on the array disks will remain unchanged.

     

    Oh man Johnnie I thank you so much!!!! Everythink works fine <3. You saved my day!!!

  5. I took a screenshot, I re-assign all drives and I'm scared to start the array because the error " All existing data on this device will be OVERWRITTEN when array is Started" shows up. So what does this mean to me? Do I have to reinstall all dockers and plugins?

     

    Sorry this is a new scenario for me :/.

    Unbenannt.PNG

  6. 1 hour ago, johnnie.black said:

    New config doesn't delete any data, just make sure you re-assign them to the correct slots, especially the parity disk, you'll then need to re-sync parity.

    Thank you so much! I will test this later and give you a feedback :). 

  7. Hey Guys,

     

    I've got a big problem! I removed an old drive (500 GB) from the array (stopped the array etc.), after that it shows some errors and I found a post which said to create a new config. 

     

    That's what I've done, I created a new config and that is the point where my problem started. In the main tab all my drives are gone and I have to reassign them into the cache, array etc. and this will remove all my files (red error message in the right corner) but I want my old running system.

     

    Is there anyway to do this? Is there a way to grap my old config and restore it?

     

    Thank you for your help!

  8. On 12.3.2018 at 5:44 AM, opticon said:

     

    Sorry I missed the other guys post, can you attach a copy of your nginx conf file, docker/gitlab log after it's started/fully running and a copy of the extra params your using? Remember to rename your domain etc to just genericdomain.com or something

    4

     

    Hey there,

     

    here is my nginx conf:

     

        #GitLab
        location /gitlab {
        include /config/nginx/proxy.conf;
        proxy_pass http://192.168.1.25:9080;
      }

     

    docker/ gitlab log after it's started/fully running:

     

    ==> /var/log/gitlab/nginx/gitlab_access.log <==
    127.0.0.1 - - [19/Mar/2018:12:22:40 +0000] "GET /help HTTP/1.1" 200 28187 "" "curl/7.56.1"

    ==> /var/log/gitlab/gitlab-monitor/current <==
    2018-03-19_12:22:44.75445 127.0.0.1 - - [19/Mar/2018:12:22:44 UTC] "GET /sidekiq HTTP/1.1" 200 11513
    2018-03-19_12:22:44.75447 - -> /sidekiq
    2018-03-19_12:22:46.65654 127.0.0.1 - - [19/Mar/2018:12:22:46 UTC] "GET /database HTTP/1.1" 200 54250
    2018-03-19_12:22:46.65655 - -> /database

    ==> /var/log/gitlab/node-exporter/current <==
    2018-03-19_12:22:48.13647 time="2018-03-19T12:22:48Z" level=error msg="ERROR: mdadm collector failed after 0.000131s: error parsing mdstatus: error parsing mdline: sbName=/boot/config/super.dat" source="collector.go:123"

    ==> /var/log/gitlab/gitlab-monitor/current <==
    2018-03-19_12:22:48.93537 127.0.0.1 - - [19/Mar/2018:12:22:48 UTC] "GET /process HTTP/1.1" 200 3628
    2018-03-19_12:22:48.93539 - -> /process

    ==> /var/log/gitlab/gitlab-rails/production.log <==
    Started GET "/-/metrics" for 127.0.0.1 at 2018-03-19 12:22:52 +0000
    Processing by MetricsController#index as HTML
    Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)

    ==> /var/log/gitlab/gitlab-rails/production_json.log <==
    {"method":"GET","path":"/-/metrics","format":"html","controller":"MetricsController","action":"index","status":200,"duration":0.81,"view":0.13,"db":0.0,"time":"2018-03-19T12:22:52.852Z","params":[],"remote_ip":null,"user_id":null,"username":null}

    ==> /var/log/gitlab/redis/current <==
    2018-03-19_12:22:54.09839 373:M 19 Mar 12:22:54.098 * 10 changes in 300 seconds. Saving...
    2018-03-19_12:22:54.09851 373:M 19 Mar 12:22:54.098 * Background saving started by pid 6894
    2018-03-19_12:22:54.10106 6894:C 19 Mar 12:22:54.101 * DB saved on disk
    2018-03-19_12:22:54.10126 6894:C 19 Mar 12:22:54.101 * RDB: 2 MB of memory used by copy-on-write
    2018-03-19_12:22:54.19871 373:M 19 Mar 12:22:54.198 * Background saving terminated with success

     

     

    extra params:

     

    --env GITLAB_OMNIBUS_CONFIG="external_url 'http://unraid:9080/'"

     

    I've got already a working domain  https://mydomain.bla and I want to open gitlab over https://mydomain.bla/gitlab

  9. On 29.1.2018 at 12:48 AM, Kash76 said:

    @opticonThank you very much for sharing this. I've been struggling with the 'external_url' parameter for a while. 

     

    I did get this working but I intermittently get sent back to my internal IP:port address. Any ideas on how to solve this?

     

    I've got the same Problem. Can someone help us please :D?

    • Like 1
  10. Thank you CHBMB for your help! I think the problem is my DNS provider. I can't point to the domain nextcloud.mydns.com (just an example). It only works with mydns.com/nextcloud.

    So can you recommend a good (maybe free) DNS provider?

     

    Edit: the problem (headers) in my old post are fixed, thanks! Now I'm only not able to install apps like the calendar for example :-/.

  11. On 8.2.2018 at 6:54 AM, alturismo said:

    Hi, just would like to know where i could look for to get following security and setup warnings corrected.

     

    happening here when i change from apache reverse proxy to letsencrypt reverse proxy (apache i cant get the ssl certs renewed so i switched to letsencrypt ...)

     

    simple reverse rule in letsencrypt

     

        location / {
           auth_basic off;
           allow all; # Allow all to see content 
            include /config/nginx/proxy.conf;
            proxy_pass http://192.168.1.2:447;
        }

     

    its all working as it should, bu i get this security warnings while behind apache simple reverse rule theres all good, may a hint where to look for ?

     

    following errors inside nextcloud since then

    • Der „X-XSS-Protection“-HTTP-Header ist nicht so konfiguriert, dass er „1; mode=block“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.
    • Der „X-Content-Type-Options“-HTTP-Header ist nicht so konfiguriert, dass er „nosniff“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.
    • Der „X-Robots-Tag“-HTTP-Header ist nicht so konfiguriert, dass er „none“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.
    • Der „X-Frame-Options“-HTTP-Header ist nicht so konfiguriert, dass er „SAMEORIGIN“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.

     

    I've got the same problem. Can you tell me how you fixed this problem? I read and followed the guide on Linuxserver.io but I can't find the problem for this error. Also, I can only open the nextcloud URL with the server.com/nextcloud instead of nextcloud.server.com.

     

    I used nextcloud on my old server with openmediavault and I'm new on unraid so I'm sorry for asking so many questions :D.

     

  12. I followed your guide CHBMB and the WebUI works for me but I've got still some errors like " Exception: The requested uri(/nextcloud/core/img/favicon.ico) cannot be processed by the script '/core/templates/404.php') at /config/www/nextcloud/lib/private/AppFramework/Http/Request.php#733 " and I also can't connect by the desktop client. It's telling me all the time that it can't find the status.php.

  13. I think I've got the issue for my problem. I watched the "The best way to install and setup a windows 10 vm Part 2 Hardware Passthrough" from SpaceInvader again and switched the "Enable PCIe ACS Override" to on. Now everthink works fine for me but I removed the HD7470 at the moment. Do you think there will be a problem when I install it again in my pc?

  14. Hey folks,

     

    I've got a problem with my gaming-rig. Unraid works fine without any crashes or other problems. My main problem is to set up a working vm.

     

    My Windows 7 vm works smooth with a HD7470 but when I change the settings to the other GPU (GTX 1060) it's a bit jerk. For example, you try to open the explorer and you can see how the windows comes off (it's look like a old version of Windows 95). The same with my Windows 10 vm. 

     

    I can't find the issue for my problem. I watched all videos of Linus Tech Tips and Spaceinvader One.

     

    So I hope someone of you can help me out :)

  15. Hey guys,

     

    I'm using OMV on an extra server at the moment and want to switch to unRaid (running on my PC). I have some considers about how to copy the data to unRaid. Let me explain my problem:

     

    I build the server with 1x 2TB HDD and 2x 1TB HDD. My computer has only 1x 256 GB SDD and 1x 1TB HDD at the moment. I'm going to buy a second 2TB HDD and 256 GB SSD.

     

    So the final build should look like this:

     

    - 2 x 256 GB as cache driver (2x because I want to be sure that my data isn't gone when one drive failed)

    - 2 TB as parity drive

    - 2 TB as storage

    - 2 x 1 TB as storage

     

    So my problem is, what is the best way to copy the data to unRaid? The server isn't old so I have only ~1.8 TB of data. I hope some of you have an idea

×
×
  • Create New...