Архив автора

«firstBit.Сервер лицензий 2» Ubuntu Linux

написано 12 ноября, 2024 - запись из раздела Несортированное | Комментировать

/etc/systemd/system/firstBit.service [Unit] Description=firstBit.LicenseServer After=syslog.target After=network.target [Service] Type=simple Restart=on-failure PIDFile=/run/firstBit.pid KillMode=control-group ExecStart=/opt/firstBit.LicenseServer/linux/licenseserver —run —allow-ui-from-ip=* ExecStop=/bin/sh -c ‘[ -n «$1» ] && kill -s TERM «$1″‘ — «$MAINPID» RestartSec=10s User=root Group=root LimitNOFILE=8192 [Install] WantedBy=multi-user.target mkdir /opt/firstBit.LicenseServer/ cd /opt/firstBit.LicenseServer/ wget https://static.1cbit.online/updates/license-server/download/LicenseServer-v2.7z 7za x LicenseServer-v2.7z chmod +x /opt/firstBit.LicenseServer/linux/licenseserver systemctl daemon-reload systemctl start firstBit.service

Читать дальше..>>

HPE Smart Array E208i-a SR Gen10 firmware update

написано 24 октября, 2024 - запись из раздела Linux | Комментировать

No drives were found in this system.You may need to reboot You can obtain an rpm package here: https://downloads.linux.hpe.com/SDR/repo/spp-gen10/redhat/8/x86_64/current/ If you use RedHat based distro just install the rpm, otherwise extract it: rpm2cpio firmware-smartarray-f7c07bdbbd-4.11-1.1.x86_64.rpm | cpio -idmv and run an update process: ./usr/lib/x86_64-linux-gnu/firmware-smartarray-f7c07bdbbd-4.11-1.1/setup Supplemental Update / Online ROM Flash Component for Linux (x64) — HPE […]

Читать дальше..>>

GrayLog: Hostname datanode not verified

написано 23 октября, 2024 - запись из раздела Несортированное | Комментировать

After updating a graylog we get an errors like: Unable to retrieve version from Elasticsearch node: Hostname datanode not verified Host name ‘datanode’ does not match the certificate subject provided This can be fixed disabling ssl/tls betwen containers put into .env this string: GRAYLOG_DATANODE_INSECURE_STARTUP=true then restart containers docker compose stop docker compose up -d

Читать дальше..>>

ProxMox Qemu create Ubuntu template

написано 5 апреля, 2024 - запись из раздела Proxmox VE | Комментировать

wget https://cloud-images.ubuntu.com/releases/noble/release/ubuntu-24.04-server-cloudimg-amd64.img mv ubuntu-24.04-server-cloudimg-amd64.img ubuntu-24.04-server-cloudimg-amd64.qcow2 qemu-img resize ubuntu-24.04-server-cloudimg-amd64.qcow2 10G   qm create 9000 \ —name ubuntu24 \ —bootdisk virtio0 \ —ostype l26 \ —sockets 1 \ —cores 2 \ —memory 1024 \ —scsihw virtio-scsi-single \ —onboot yes \ —serial0 socket \ —vga serial0 \ —net0 virtio,bridge=vmbr0 \ —agent 1 \ —ide2 local-zfs:cloudinit \ —virtio0 local-zfs:0,import-from=/root/ubuntu-24.04-server-cloudimg-amd64.qcow2 […]

Читать дальше..>>

Sentry: All events is empty

написано 25 марта, 2024 - запись из раздела Linux, Nginx | Комментировать

If you have a nginx revers proxy on your self-hosted Sentry you can get an issue with empty «All events» this can be fixed by adding to nginx config proxy_buffer_size 128k; proxy_buffers 16 256k; if you need a complete config, here it is:

Читать дальше..>>

ProxMox migration fails: Host key verification failed.

написано 22 марта, 2024 - запись из раздела Linux, Proxmox VE | Комментировать

If you get an error, on migrating VM from one ProxMox to another, like this: # /usr/bin/ssh -e none -o ‘BatchMode=yes’ -o ‘HostKeyAlias=pve-n23’ root@10.10.10.10 /bin/true Host key verification failed. ERROR: migration aborted (duration 00:00:01): Can’t connect to destination address using public key TASK ERROR: migration aborted And you have FreeIPA installed on proxmoxes, you can […]

Читать дальше..>>

LVM resize HOWTO

написано 15 марта, 2024 - запись из раздела Linux | Комментировать

We have an virtual machine with 165Gb disk, and added extra 10Gb. Now we need to extend filesystem inside a VM lets check trat extra 10Gb is available in VM # fdisk -l /dev/sdb Disk /dev/sdb: 175.2 GiB, 187924742144 bytes, 367040512 sectors Checkout the physical volume size, it’s 165Gbyte # pvdisplay — Physical volume — […]

Читать дальше..>>

Sangoma Linux after migration from VMWare ESXi to ProxmoxVE fails to boot

написано 13 марта, 2024 - запись из раздела CentOS Linux, KVM, Proxmox VE, virtualization, VoIP | Комментировать

After migration Sangoma Linux (FreePBX on CentOS7) from vmware to proxmox qm importovf 7804 PBX002.ovf local-zfs OS fails to boot with error: Could not boot /dev/SangomaVG/root does not exist /dev/SangomaVG/swaplv1 does not exist /dev/mapper/SangomaVG-root does not exist What do we need? 1. add network adapter, chose model «VMware vmxnet3» and set previously used MAC-address 2. […]

Читать дальше..>>

FreeIPA WebUI login fails

написано 18 января, 2024 - запись из раздела Linux | Комментировать

runing ‘kinit’ in console gives an error like: Received error from KDC: -1765328382/Server’s entry in database has expired kinit: Server’s entry in database has expired while getting initial credentials enter to console admin kadmin.local kadmin.local: getprinc krbtgt/DOMAIN.COM You may see that expiration date passed Expiration date: Tue Dec 31 23:59:59 MSK 2023 Set a new […]

Читать дальше..>>

HP Proliant Gen9 G9 DMAR error

написано 23 ноября, 2023 - запись из раздела Hardware, Linux | Комментировать

If you getting an error like this in dmesg on your linux and the physical server is a kind of HP Proliant G9 (Gen9) DMAR: [DMA Write NO_PASID] Request device [04:00.0] fault addr 0x791f4000 [fault reason 0x05] PTE Write access is not set DMAR: DRHD: handling fault status reg 402 You can just ignore it […]

Читать дальше..>>

« предыдущая страницаследующая страница »