Jump to content

emrepolat7

Members
  • Posts

    77
  • Joined

  • Last visited

Posts posted by emrepolat7

  1. On 4/10/2021 at 4:56 PM, pervel said:

    I have to admit I don't understand NerdPacks GUI. It is telling me I have 3 packages with "update ready" but I cannot find out how to either update them or delete them (since I don't actually need them). I find the status "downladed" vs "installed" quite confusing. Can anybody help? I just want to get rid of those 3 packages with "update ready".

     

    315724344_Screenshot2021-04-10at15_53_09.thumb.png.71152262d2d84e36e20a51b76c9aeba5.png

     

    On 4/10/2021 at 5:10 PM, Jobine said:

    Same thing for me.

    Same thing for me also

  2. On 12/16/2020 at 10:29 PM, alael said:

    Any idea what is wrong? @SpaceInvaderOne

     

    
    Traceback (most recent call last):
    File "fetch-macos2.py", line 501, in <module>
    sys.exit(main())
    File "fetch-macos2.py", line 497, in main
    action_download(args)
    File "fetch-macos2.py", line 236, in action_download
    info = get_image_info(session, bid=args.board_id, mlb=args.mlb,
    File "fetch-macos2.py", line 147, in get_image_info
    headers, output = run_query(url, headers, post)
    File "fetch-macos2.py", line 80, in run_query
    response = urlopen(req)
    File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
    return opener.open(url, data, timeout)
    File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
    File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
    
    File "/usr/lib/python3.8/urllib/request.py", line 569, in error
    
    return self._call_chain(*args)
    File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
    File "/usr/lib/python3.8/urllib/request.py", line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
    urllib.error.HTTPError: HTTP Error 417: Expectation Failed
    
    chmod: /isos/BigSur-install.img: No such file or directory
    rm: can't remove '/Macinabox/tools/FetchMacOS/BaseSystem/*': No such file or directory

    That is show when i run the container with all setting to default.

     

    Thanks!

    I have the same issue ?

  3. 5 minutes ago, ich777 said:

    Why?

    I think it would be easier to build the Kernel, then install the modules and after that you can simply pack the modules all together with newly created one and replace the bzmodules file on your USB Key then the change is persistant.

    You are right but than I have to reboot the server. I just didn't want to do other way because it's just for experimental purposes.

     

    8 minutes ago, ich777 said:

    This message simply says that thi iLO4 is not found but has your server an iLO4 is this the right version?

    My server based on iLO 5.

    For a summary, Slackware is not supported distro by HPE (At least my model). They only support Red Hat, Suse Enterprise & vmware. So many of the software and driver builds are not open source. I took all files from those rpm files and I gave it a shot.

    I do not mind, since I am learning a lot of cool stuff. 😄

     

    Also thank you for your plugins & script.

     

    • Like 1
  4. 3 hours ago, ich777 said:

    EDIT: You've compiled all modules including the additional module and then repacked it.

    Yes but I did not replace the generated bzmodules with the existing one. I just pulled hpilo.ko.zx from the bzmolules then I used insmod command to load the module. 

     

    3 hours ago, ich777 said:

    Do you know which software and is there a precompiled package or the source out there? You can also integrate that into the image...

    it complained about the lack of many libraries. I just found them from internet and I copied them to lib64 folder. I know it is not a proper way but I just want to see if it works. it worked though.

    Finally, I stopped dealing with it after the error below;

     

    "This program requires the host to have a HP Integrated Lights Out 4 (iLO 4) BMC
    Press any key to continue..."

     

     

  5. 2 hours ago, ich777 said:

    I can't imagine that you only need the kernel module for this to work, i think you also need some kind of software that works with that kernel module...

    you were right, it complains about missing some software. 

     

    2 hours ago, ich777 said:

    You can always issue the command on your existing unraid installation: 'modinfo hpilo' if it tells you some informations about the module its installed if it says that the module isn't found then you have to compile it.

    it isn't found. 

     

    2 hours ago, ich777 said:

    You can do that by going throught the buildshcript.sh step by step and at thr step where it says 'make oldconfig' simply replace that with 'make menuconfig' this will bring up a menu where you can choose which modules you want to build there you have to search it and enable it, after that exit and save the changes, then you can continue.

    After apply your instruction, it did work. it is found. at least I know how to compile just a module now 👍

    • Like 1
  6. Of course, I have HPE Proliant ML110 Gen10 server.  To monitor the server I have two options.

     

    1) With Agentless Management, health monitoring and alerting is built into the system and begins working the moment a power cord is connected to the server. This feature runs on the iLO hardware, independent of the operating system and processor. 

    2)  With Agentless Management Service (AMS) which is simply a (I assume) kernel module. It will provide additional information provided when AMS is installed on OS.

     

    3 hours ago, ich777 said:

    Depending on the folder location, but if you mean that in the appdata directory this is the Kernel Source itself.

     

    I think module is included in the kernel source. Location of the source is this;

    /mnt/user/appdata/kernel/linux-4.19.107-Unraid/drivers/misc/hpilo.c

    /mnt/user/appdata/kernel/linux-4.19.107-Unraid/drivers/misc/hpilo.h

     

    3 hours ago, ich777 said:

    Compile the Kernel, then compile your module and then repack the modules folder.

     

    This part, I do not know how to do it with using your docker :(

     

     

     

  7. I have few questions. As far as I understand, I can compile any module with a custom mode.

     

    I need only one module to compile which is hpilo. I saw that "linux-4.19.107-Unraid" folder has the all source code of the module.

     

    1) How I can compile just one module?

    2) If I am able to do that, can I install that module file without changing whole OS.  I believe that I just need the module file since the rest of OS will be same.

     

    thanks...

     

  8. 14 minutes ago, sota said:

    the real test will come when/if you need to change the SD card.

    I don't think there will be a problem with that. sd card  or usb, we will have to change it sometime for some reason someday. If I remember correctly, we have the right to change it 1 or 2 times a year.  On the other hand, if the registration is based on my motherboard than I also do not need to worry about that :)

  9. Debate about licensing is meaningless since I am very sure that developer is well aware of this. Besides, I am sure I am not the only one in this situation.

     

    11 hours ago, i-chat said:

    im stil wondering on how you intend, to incorporate the  raid-level-status, diskstatus etc into the management UI 

    or else how to get notified on disk-errors or raid errors etc. 

     

    HPE iLO & HPE Agentless Management & SNMP

  10. Thank you for your reply,

     

    I got little confused about slot vs reader. Maybe both are the same. Let me attach my microsd slot/reader picture just in case they are not the same. Then you can easily identify. 

    microsd.PNG

  11. Hi Guys;


    I have a HPE server which has motherboard with a microsd slot. I searched the forum whether it can be unraid booted (& licensed) from microsd card. All I found was regarding microsd usb card readers. 

     

    Can I buy unraid license and use on motherboard microsd? 

     

     

  12. Guys, please, let's not be confused by some fundamental basics.

     

    Your First comment dully noted.

     

    However your second comment is misleading. Raid is not a backup. So what is it? 


    Uninterrupted continuity in the event of hardware failure : the main reason to use RAID is to protect your data against drive failure in real time. It gives you immediate data protection and continuity, since internal drive failures can happen at any time.

    That’s something backups can’t do. If you’ve just got one hard drive and it fails, it’s going to take time to replace that fried drive before you even transfer your backed up data onto it. That hardware replacement time means a disruption of business.

    Even if the backup solution reduces the recovery time to a few minutes, what it can’t eliminate is the time it takes for you to find a new working drive and install it.

     

    Please let's use what ever we use but knowing what it is. For example; I am using the most dangerous setup of Raid which is Raid 5 with 3 disks. 

     

  13. Thanks for your warning and concerns, I am testing the unraid for almost a month now.

    I will try to answer you by sharing my experience about unraid. Although these are from my point of knowledge. As a user, I can say that I am neither a beginner nor a pro.

    In my opinion, unraid consists of two main parts. A major part is the software raid and the other part is the well-polished and applied kvm, docker, system settings and plugins etc on top of Slackware.

     

    First Part;

    I already covered the first part of unraid hardware-wise. Besides, I have a Synology (how ironic, that is also a software raid solution) NAS appliance. Therefore, your concern about getting support for this part is irrelevant in my situation.

     

    Second Part;

    What a coincidence that, Slackware was the first Linux distro I have ever installed back in the 1990s (from floppy disk!) and I continued to install and experiment with it on and off (along with a half dozen other distros).

    I would love to know the origin of this quote, but it is very old and it goes something like this:

    "Learn Red Hat and you’ll know Red Hat; learn SUSE and you’ll know SUSE; but learn Slackware and you’ll know Linux."

     

    What I am trying to explain is that, everything in the other part is all about well-known software and their configurations. Therefore, when I have a problem, this forum is not the only source that I will be searching for the solution.

     

    Above all, unraid really impressed me with its simplicity and robustness. Everything is very clear. You do not lose control over the OS. Setting files and locations of all applications are certain and simple.

    All my OS and OS config files in the "/boot" folder. All my data, apps, apps data, docers, vms and their configs are in the "/mnt/user(disk1)" folder which is my xfs formatted disk.

    Even if something goes wrong, I can mount and access that files from any live OS.

    It is almost perfect for me.

     

  14. Thank you for your reply and comment.

     

    However, I think you missed an important point in your comment about the license.

     

    Why do we pay for the Unraid license; for kvm, for Docker or for custom software raid solution or for all the above?

    Looking at the licensing model, (it depends on the number of disks); I conclude that we pay for the special software raid solution. Besides, most of the other features are already free products.

     

    Even though you recommend me to buy a pro version, I think it should be the opposite; I should stuck with the basic version.

     

    The reason I think this is that I am not going to use unraid software raid solution which is the main feature of unraid. As you mentioned, my raid solution is different and I have already paid for that within my hardware.

     

    Although I will not use the original feature of the unraid, I am ready to pay because of many other amazing futures.

  15.  

    ---Trying to get latest version for DigitalDevices driver---
    ---Latest version for DigitalDevices driver: v0.9.37---
    ---Trying to get latest version for LibreELEC driver---
    ---Latest version for LibreELEC driver: v1.4.0---
    ---nVidia driver manually set to: v450.51---
    ---Trying to get latest version for Seccomp---
    ---Latest version for DigitalDevices driver: v0.9.37---
    ---Trying to get latest version for LibreELEC driver---
    ---Latest version for LibreELEC driver: v1.4.0---
    ---nVidia driver manually set to: v450.51---
    ---Trying to get latest version for Seccomp---
    ---Latest version for Seccomp: v2.4.3---
    ---Trying to get latest version for 'nvidia-container-runtime' driver---
    ---Latest version for 'nvidia-container-runtime': v3.2.0---
    ---Trying to get latest version for 'nvidia-toolkit' driver---
    ---Can't get latest version for 'nvidia-toolkit', putting container into sleep mode!---

     

     

    what am I missing?

     

     

    • Thanks 1
×
×
  • Create New...