Hello, I've been using sidefx as my licensing server to avoid issues with my licensing server. Because of security issues, I’ve decided to switch to using a local server.
this brings me back to being stuck.
I these are some errors i got when trying to troubleshoot this.
❯/etc/init.d/sesinetd stop
zsh: no such file or directory: /etc/init.d/sesinetd
❯ sesictrl print-server
http://localhost.localdomain:1715: No server found running. Please start the server before retrying.The next generation checkout system is currently being used. Please make sure all components of licensing (i.e. hserver, sesinetd, etc) support this system.
----- SERVER www.sidefx.com --------
SERVER www.sidefx.com 0051def8
sesinetd: Version 19.5.10917
IP Address: 206.223.178.163
Enabled Https: true
Read Mask: *.*.*.*
Write Mask: +.+.+.+
ERROR: You do not have read access to server localhost.localdomain
Annyone able to help me troubleshoot this ? Thanks in advance !
ok so if click the gear next to the license server and pres details it tells u sesinetd is at /usr/lib/sesi
Trying to run sesinetd renders me this error
❯ sudo ./sesinetd
id: ‘www-data’: no such user
chgrp: cannot access '/usr/lib/sesi/licenses': No such file or directory
id: ‘www-data’: no such user
chown: cannot access '/usr/lib/sesi/licenses': No such file or directory
and trying to enable the sesinetd.service gives me this error
❯ sudo systemctl enable sesinetd.service
sesinetd.service is not a native service, redirecting to systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install enable sesinetd
Failed to execute /usr/lib/systemd/systemd-sysv-install: No such file or directory
Edited by nicolaas.tanghe - March 30, 2023 13:28:36
In the meantime, I reinstalled the license server (because I had changed my hostname it didn`t find the server)
I am stil getting the error:
(plz make all the text in errors selectable in future versions)
Here is the output.
❯ sudo ./sesictrl diagnostic
Diagnostic Output:
==================
If you are having licensing problems, please save this information and email it
to support@sidefx.com.
License Administrator output:
=============================
Generated on: Fri Mar 3112:30:43 2023
Local host name: RHEL-FX-workstation-01
Local server code: 5b388504
Local ip address: 127.0.0.1
System: "Red Hat Enterprise Linux"(linux-x86_64-gcc9.3)
Number of servers: 1
License server name: http://localhost.localdomain:1715 (RHEL-FX-workstation-01)
License server server code: 5b388504
Server ip address: 127.0.0.1
Reported host name: RHEL-FX-workstation-01
Reported host ip address: fe80::eeef:30a0:3167:7e03
License server is running: Yes
May read licenses from server: Yes
Has SERVER license: Yes
License server version: 19.5.571
May modify server from this machine: Yes
Redundant Configuration Enabled: Yes
License Administrator version: 19.5.571
Http NoProxy: localhost,127.0.0.1
Http Proxy: (none)
Can retrieve https://www.sidefx.com/api/license/: Yes
Using API Keys: No
Can Manage Licenses: Yes
Login Based Account: Yes
Logged In: Yes
Scrub User Names: No
Available Entitlements:
- E-744614 "Rental""Houdini Indie"2 +.+.+.+ 16-sep-2024
- E-744615 "Rental""Mantra (Indie/Education/Apprentice)"2 +.+.+.+ 16-sep-2024
- E-744616 "Rental""Karma (Indie/Education/Apprentice)"2 +.+.+.+ 16-sep-2024
Installed licenses:
LicID Platform Product Ver Avail Expiry
----- -------- ------- --- ----- ------
sesictrl print-license output:
==============================
----- SERVER http://localhost.localdomain:1715 --------
hserver -l output:
==================
Hostname: RHEL-FX-workstation-01 ["Red Hat Enterprise Linux"]
Uptime: 0:07:57 [Started: Fri Mar 3112:22:46 2023]
License Server: http://localhost.localdomain:1715
Connected To: http://localhost.localdomain:1715
Server Version: sesinetd19.5.571
Version: Houdini19.5.569
ReadAccess (Ipv4):
WriteAccess (Ipv4):
ReadAccess (Ipv6):
WriteAccess (Ipv6):
Forced Http: false
Enabled IPv6: false
Used Licenses: None
22,676 of 31,747 MB available
CPU Usage:1% load
0 active tasks (32 slots)
HTTP(s) Backend Info:
==================
library: libcurl/7.79.1 (x86_64-pc-linux-gnu)
SSL Version: OpenSSL/1.1.1b
Features: AsyncDNS HTTPS-proxy IPv6
licenses file:
==============
/usr/lib/sesi/licenses
* Could not open the licenses file. *
Edited by nicolaas.tanghe - March 31, 2023 06:35:19
❯ sudo systemctl enable sesinetd.service
sesinetd.service is not a native service, redirecting to systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install enable sesinetd
Failed to execute /usr/lib/systemd/systemd-sysv-install: No such file or directory
It was fixed by running :
sudo dnf install chkconfig -y
Edited by nicolaas.tanghe - April 1, 2023 14:58:22