Latest Server related questions

Score: 2
tangled_cables avatar
Get-ADComputer with ANY filter not working (module loaded)
cn flag

I have spent many hours on this and engaged a number of people I know to be PowerShell experts without any luck. It should be simple but it is definitely not working out that way this time.

Objective:

  1. I want to get all computers in an OU (the computers in the OU will be changing - I am open to using a server list, but it will still need to run to get the computers in the OU daily and updating the txt fi ...
Score: 0
saipavankumar muppalaneni avatar
How to configure VPN to work with an API on ubuntu server
eg flag

I have deployed a Nodejs API on the Ubuntu server and I am using NordVPN on the server but after enabling the VPN I am not able to connect to my API from browser and also SSH for remote access is not working.

When i try to ssh:

C:\Users\mvsrs>ssh [email protected]

ssh: connect to host 159.65.136.202 port 22: Connection timed out

I tried these commands on server terminal:

ip route add 122.XXX.XXX.XXX ...

Score: 0
rbaleksandar avatar
HP ProLiant ML350p - when does a status code indicate an actual issue even when iLO does not mention any?
br flag

I've recently purchased the above mentioned server. It boots fine, it even has a Windows 10 installed on it (unknown password, will replace with RHLE anyway). iLO4 doesn't show any issues at all (except the infamous problem Embedded Flash/SD-CARD: Embedded media manager failed initialization that I'm looking forward to fixing) and yet every time after powering on the server I get all kinds of sta ...

Score: 0
hotigeftas avatar
Can't install KVM because of apt fails Bad Archive Mirror
cn flag

I'm trying to install a Debian KVM virtual machine on a Debian server. The virt-install command starts the GUI, but it stops at the Configure Package Manager step.

I already have some VMs installed, and what I noticed is that the command apt update will fail because of some networking/firewall problem:

Err:1 http://ftp.de.debian.org/debian buster InRelease                                                   ...
Score: 1
cm08 avatar
Where are RAM snapshots stored by libvirt?
in flag

My understanding is that when I run this command to create a snapshot of a running domain:

virsh snapshot-create-as myvm snapshot1

that not only are internal snapshots created in each disk image file, but that the RAM state is also saved somewhere. So if I later revert to that snapshot, everything in RAM will be restored to the time of the snapshot creation.

I see the snapshots listed within the qcow2 d ...

Score: 0
Jonathan S. Fisher avatar
Wireless EAP / Freeradius, is there a way to check Mac Address in LDAP?
cn flag

So we have EAP-PEAP over MSCHAP working. What I'd like to do is have a MAC Address check, for the purpose of making sure people aren't putting their credentials into random devices. I know SCEP would be the better option here, but this is where we're at right now.

So I noticed that the mac address is passed to FreeRadius under Calling-Station-Id

(9) Received Access-Request Id 39 from 10.127.87.10:5 ...
Score: 0
sitemapxml avatar
Mysql server won't start after changing bind-address
cn flag

I have two dropplets at digitalocean, one is for http server and another is for database.

In mysql config /etc/mysql/mysql.conf.d/mysqld.cnf I have set bind-address to digitalocean private ip and everithing was working without the errors.

After server was rebooted, mysql failed to start. After I change bind-address to 127.0.0.1 it was working again, but my php app could not connect to the database ...

Score: 0
kittygirl avatar
How to reduce repeat log in debian 10?
us flag

In similar quesiton,I know echo 'if $programname == "systemd" and ($msg contains "Starting Session" or $msg contains "Started Session" or $msg contains "Created slice" or $msg contains "Starting user-" or $msg contains "Starting User Slice of" or $msg contains "Removed session" or $msg contains "Removed slice User Slice of" or $msg contains "Stopping User Slice of") then stop' >/etc/rsyslog.d/ignore- ...

Score: 0
kittygirl avatar
Lots's of ` kernel: [ ] output chain dropped: IN= OUT=enp0s31f6 ` in `/var/log/messages`
us flag

I already disble ipv6 in mypc debian 10 system,firewall is nftable.
When I check /var/log/messages,lots of kernel: [ ] output chain dropped as below:

Jul 13 11:03:14 mypc kernel: [ 8206.745775] output chain dropped: IN= OUT=enp0s31f6 SRC=fe80:0000:0000:0000:cad3:ffff:fe6e:e23b DST=ff02:0000:0000:0000:0000:0000:0000:0002 LEN=48 TC=0 HOPLIMIT=255 FLOWLBL=248793 PROTO=ICMPv6 TYPE=133 CODE=0 UID=0 GID= ...
Score: 2
Drusstheledg3 avatar
Search a list of Dicts using a list of items and find if the item exists under the attribute 'value'. Store only the Items NOT found as a new list
in flag

This one has been stomping me for a good while now. Hoping you guys can help.

I have a list of dicts registered like the example below (These are 'objects' from a Firewall)

"objects": [
      { 
         "name": "Test1",  
         "type": "ip-netmask", 
         "value": "8.8.8.8"
      },
      { 
         "name": "Test2", 
         "type": "ip-netmask", 
         "value": "8.8.4.4"
      }
   ]
}
Score: 0
merlin avatar
mysqld_multi will not start as /var/run/mysqld' for UNIX socket file don't exists
in flag

I am trying to start 2 mysql instances on boot (ubuntu 20.04) by using mysqld_multi. The system complains that the directory /var/run/mysqld is missing and I can not figure out why?

content of /etc/mysql/my.cnf:

mysqld     = /usr/bin/mysqld_safe
mysqladmin = /usr/bin/mysqladmin
#user       = multi_admin
#password   = multipass
log        = /var/log/mysql/error.log

[mysqld2]

# * Basic Settings
#
user ...
Score: 0
Nordes avatar
Azure EventHub - Create 1 Service Principal per writer [OR] multiple certificates (1 per writer) over 1 Service Principal
co flag

I was wondering for my scenario what would be best. I understand that usually you want only 1 Service Principal (SP) per application. Since I didn't find any clear answer about my scenario, here's the details.

However, let's assume the following:

  • I have a small app. installed at every customer I have (let's assume 100)
  • Each customer will be sending events to EventHub (send only)
  • The small app uses ...
Score: 1
Thomas avatar
NGINX Ingress on Kubernetes doesn't use HTTPS
in flag

I am setting a Kubernetes cluster on bare metal. I used Kubeadm for the installation. To make my services accessible from outside the cluster, I installed an NGINX Ingress, using the following documentation : NGINX doc

Because I don't want to communicate with my services without TLS security, I configured the certificate thanks to cert-manager : Cert-manager doc.

$kubectl get certificate
NAME     ...
Score: 0
Supras avatar
Apache2 timeout
jp flag

For several weeks now, I've been experiencing timeout problems with Apache2 making my application inacessible. It's an e-commerce website developed in PHP (stack : PHP7.2-FPM, PostgreSQL, Apache2.4.25, Debian 9). When the site does not respond, it takes a good twenty seconds before displaying the timeout on the browser side. The service status are all good: apache2, database and I have no logs that coul ...

Score: -1
Are names of groups of users better as singular or plural?
in flag

Intuition says to name a group with the plural noun (13 accountants are in the accountants group). However, intuition often isn't reliable. In SQL databases, for example, a plural table name (e.g. users) leads to unusual query statements (instead of user_has_role, users_have_roles - awkward).

Is/are there similar concerns for naming IT groups and roles, generally?

The Stunning Power of Questions

Much of an executive’s workday is spent asking others for information—requesting status updates from a team leader, for example, or questioning a counterpart in a tense negotiation. Yet unlike professionals such as litigators, journalists, and doctors, who are taught how to ask questions as an essential part of their training, few executives think of questioning as a skill that can be honed—or consider how their own answers to questions could make conversations more productive.

That’s a missed opportunity. Questioning is a uniquely powerful tool for unlocking value in organizations: It spurs learning and the exchange of ideas, it fuels innovation and performance improvement, it builds rapport and trust among team members. And it can mitigate business risk by uncovering unforeseen pitfalls and hazards.

For some people, questioning comes easily. Their natural inquisitiveness, emotional intelligence, and ability to read people put the ideal question on the tip of their tongue. But most of us don’t ask enough questions, nor do we pose our inquiries in an optimal way.

The good news is that by asking questions, we naturally improve our emotional intelligence, which in turn makes us better questioners—a virtuous cycle. In this article, we draw on insights from behavioral science research to explore how the way we frame questions and choose to answer our counterparts can influence the outcome of conversations. We offer guidance for choosing the best type, tone, sequence, and framing of questions and for deciding what and how much information to share to reap the most benefit from our interactions, not just for ourselves but for our organizations.