Latest Server related questions

Score: 0
msr avatar
dnf update - dependencies
ru flag
msr

During update I've encountered following errors

yum update
Last metadata expiration check: 0:44:43 ago on Mon 11 Apr 2022 06:33:55 AM CEST.
Error:
 Problem 1: package containers-common-2:1-23.module_el8.7.0+1106+45480ee0.x86_64 requires runc, but none of the providers can be installed
  - package containerd.io-1.4.11-3.1.el8.x86_64 conflicts with runc provided by runc-1:1.0.3-3.module_el8.7.0+1106+ ...
Score: 0
manuman avatar
rubuntu 20.04 ad join with dns erro
cn flag

hi to all i need join an ubuntu on ad, but not create a dns record on domain and recive the error "No DNS domain configured for ubuntu2004. Unable to perform DNS Update. DNS update failed: NT_STATUS_INVALID_PARAMETER"

i my config i see a first dns domain with no address: DNS Domain: ~.
192.168.1.8
dns.local

Link 2 (ens160) Current Scopes: DNS
DefaultRoute setting: yes
LLMNR setting: yes
MulticastDNS se ...

Score: 0
Nishit Kumar avatar
Logs are not getting created on filestore using cloud run when accidently deleted
ro flag

we are using google cloud run and mounted our code logs to a filestore using NFS , my problem is if the tomcat code log is deleted accidently the logs from filestore it is not generated again automatically.

My Dockerfile

FROM tomcat:8.5.77-jre8-openjdk-slim-buster

RUN apt-get update -y && apt-get install -y
nfs-common
netbase
&& apt-get clean

RUN mkdir /usr/local/tomcat/webapps/rou ...

Score: 1
Güray Kunduracı avatar
Ubuntu L2TP Server not allow to connect multiple devices
it flag

Till today, this website showed me some answers that solve the problem. But it seems I couldn't find the correct answer to this problem.

I have a project for a VPN network for remote service purposes, the network will not be used constantly. I developed C# software for windows clients to set Built-In Windows clients to connect to the company's on-premise server.

The server runs Ubuntu 20.04LTS and I ...

Score: 0
How can I get a list of all disabled domain users with group membership, one user per line, but omit results for users that have no membership?
in flag

For example, when our users are terminated, we need to remove all groups. I want to check for groups still connected to user, but not show the users where the groups are removed.

I have the following, which shows all disabled users, but can't figure out how to test for a null group. Any help would be appreciated.

Import-Module Activedirectory
Get-ADUser -Filter 'enabled -eq $false' -Properties Display ...
Score: 0
Can't start Nginx, Brotli configuration error
th flag

I have a nginx server setup as a reverse proxy for apache2 on a Debian 9 OS. Apache2 is running on a different port than 80. I was trying to renew my site's certificate using certbot, and I ran this command somewhere during the process:

$ sudo apt install python3-certbot-nginx

I think that this installed a fresh copy of nginx server on my machine(correct me if I am wrong please) and since then nginx h ...

Score: 1
Falci avatar
nginx dynamic ssl_certificate/_key
bf flag

Not sure what's happening, but this one works:

ssl_certificate /etc/ssl/tld/$ssl_server_name/ssl.crt;

and this one fails:

set $cert $ssl_server_name;
ssl_certificate /etc/ssl/tld/$cert/ssl.crt;

The real case is: my certs are located in folder by TLD (don't ask):

map $ssl_server_name $tld {
   ~^(.+\.)*(.+)$      $2;
   default $ssl_server_name;
}

But it seems like I can only use $ssl_server_name

Score: 0
Roki avatar
ufw - how can i add custom rules in iptables-save syntax correctly?
cd flag

So when i do

iptables -A ufw-user-forward -s 172.0.0.0/8 -d 10.0.0.0/24 -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A ufw-user-forward -s 172.0.0.0/8 -d 10.0.0.0/24 -j DROP

one by one in terminal, it works but when i add it to after.rules like so:

*filter
-A ufw-user-forward -s 172.0.0.0/8 -d 10.0.0.0/24 -m state --state RELATED,ESTABLISHED -j ACCEPT
-A ufw-user-forward -s 172.0.0.0/8 -d 10 ...
Score: 0
How to run a kubernetes deployment on a node and scale on another node/pool?
cn flag

I'm running an b2b application on a GKE cluster (1 pool, 2 nodes). They are normal nodes, because the uptime is critical

However, I've created a secondary pool with Spot VMs with more powerful machines, but I want to allow kubernetes to use it only for scaling purposes.

Let's take this example:

  • current state - default-pool: app-1 (3 replicas)
  • wanted state
    • default-pool: app-1 (3 replicas)
    • spot-pool ...

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.