Jump to content
XPEnology Community

Leaderboard

Popular Content

Showing content with the highest reputation on 12/22/2021 in all areas

  1. Zero Tier - некий симбиоз VLAN и VPN, позволяющий объединить устройства в логическую сеть независимо от их местоположения. Регимся на сайте, создаем сеть, ставим на компы и/или гаджеты, ставим на хрень пакет для 6.X или докер для 7.X. и наслаждаемся.
    1 point
  2. Lets Encrypt's root certificate expired on October 1, 2021, which causes the cert renewal or creation to fail with a message "No response from destination server. Please try again later." To Fix follow the following instruction which worked for me on my Xpenology box running DSM 6.2.2-24922 1. Download root cert from LetsEncrypt website: https://letsencrypt.org/certificates/ a. Download Active Root Cert “Pem” file, b. Open with text editor, and copy cert 2. Log into Synolog box via ssh 3. Back up CA cert file: cp /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt.ORIG 4. Edit CA cert file : sudo vi /etc/ssl/certs/ca-certificates.crt 5. “ESC” “G” to go to end of file 6. “o” to insert new line 7. Paste new cert into file. 8. “ESC”, “w”, “q”, “!” to save and close. This will update the root CA cert and should allow you to now install or renew Lets Encrypt certificates
    1 point
  3. I surely can see 8 drives configured on a VM with the following lspci : 0000:0b:00.0 Serial Attached SCSI controller: Broadcom / LSI SAS1068 PCI-X Fusion-MPT SAS (rev 01) DeviceName: SCSI0 Subsystem: VMware Device 1976 Kernel driver in use: mptsas 0000:13:00.0 Serial Attached SCSI controller: Broadcom / LSI SAS1068 PCI-X Fusion-MPT SAS (rev 01) DeviceName: SCSI1 Subsystem: VMware Device 1976 Kernel driver in use: mptsas For LSI SAS you should use the mptsas extension and for vmware paravirtual you need to use the : https://raw.githubusercontent.com/pocopico/rp-ext/master/mptsas/rpext-index.json For vmware paravirtual scsi : https://raw.githubusercontent.com/pocopico/rp-ext/master/vmw_pvscsi/rpext-index.json
    1 point
  4. hi haydibe, thank you for clarification and thanks to @apriliars3, i was able to sort out and edit the bundle to point to jumkey so for those that are still on baby steps and want to build bromollow 7.0.1-42218 edit the global_config.json with the proper version: { "id": "bromolow-7.0.1-42218", "platform_version": "bromolow-7.0.1-42218", "user_config_json": "bromolow_user_config.json", "redpill_lkm_make_target": "test-v7", "docker_base_image": "debian:8-slim", "compile_with": "toolkit_dev", "downloads": { "kernel": { "url": "https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/25426branch/bromolow-source/linux-3.10.x.txz/download", "sha256": "18aecead760526d652a731121d5b8eae5d6e45087efede0da057413af0b489ed" }, "toolkit_dev": { "url": "https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.bromolow-7.0.dev.txz/download", "sha256": "a5fbc3019ae8787988c2e64191549bfc665a5a9a4cdddb5ee44c10a48ff96cdd" } }, "redpill_lkm": { "source_url": "https://github.com/RedPill-TTG/redpill-lkm.git", "branch": "master" }, "redpill_load": { "source_url": "https://github.com/jimmyGALLAND/redpill-load.git", "branch": "develop" } } then you build as usual: /redpill_tool_chain.sh build bromolow-7.0.1-42218 then you run: ./redpill_tool_chain.sh run bromolow-7.0.1-42218 once in the docker: cd redpill-load vi bundled-exts.json change the lines by the one of jumkey in my case: https://github.com/jumkey/redpill-load/blob/develop/bundled-exts.json see content of this file for latest version. then go back at the root folder and make build_all. cheers. edit: just tested and updated like a breeze o// thank you all for your hard work and help
    1 point
  5. Who ever considered the possibility of installing a xeon e-2278gel 35w TDP 8/16 CPU Отправлено с моего YAL-L41 через Tapatalk
    1 point
×
×
  • Create New...