Latest Server related questions

Score: 0
LogAnalyticsReader unable to access AzRecoveryServicesBackupStatus
sb flag

I'm writing a Powershell script that queries the status of the latest backup of VMs as follows:

$recoveryVaultInfo = Get-AzRecoveryServicesBackupStatus -Name $vm.Name -ResourceGroupName $vm.ResourceGroupName -Type 'AzureVM'

When I run this piece of the script, I get this error:

Get-AzRecoveryServicesBackupStatus: The client 'XXX' with object id 'XXX' does not have authorization to perform action 'Micr ...

Score: 0
Can't reach the server from domain in local network
aq flag

First of all I want to create an email server for myself. I did almost everything in here (https://www.linuxbabe.com/mail-server/ubuntu-20-04-iredmail-server-installation) but when I try to set the cert this error show up: (Challenge failed for domain mail.medux.hu http-01 challenge for mail.medux.hu Cleaning up challenges Some challenges have failed.

IMPORTANT NOTES:

  • The following errors were reported b ...

Score: 0
Max H. Balsmeier avatar
wget or curl timeout after connection established, before download begins
do flag

I need to download data from a server in batch operations. The server shows the following behaviour with approximately 30 % of the downloads:

  1. DNS works, host gets resolved.
  2. Connection gets established.
  3. Download does not even begin (no data is sent).

Therefore I need to retry a few times until it works. The problem is that if the download does not begin within one second, it hangs forever. Therefore ...

Score: 1
solveit avatar
Calico network policy in Kubernetes based on Domain name & Wildcard char
ar flag

I have an application running with kubernetes orchestrator. I want to implement calico network policy based on domain name or wildcard characters so that domain names (FQDN/DNS) can be used to allow access from a pod or set of pods (via label selector).

I came across calico doc which says the same thing, but not sure if this is free or paid ? Can someone confirm this? also where I can get example of ...

Score: -1
jona avatar
Backup my webspace to NAS
id flag

First of all: I don't know if this is the correct place to ask, please tell me where I can go with this before you remove my post, that would be great, thank you!

What I want to do (and what my options are):

I got a synology NAS which can execute tasks that (yes I'm a noob) are "linux commands".My goal is to backup my whole webspace or a specific folder on it to the NAS, but only new or chang ...

Score: 0
tux avatar
osTicket is served internally by nginx. How to proxy it via apache2?
in flag
tux

I want my OSTicket Installation to be accessible from outside the network.

Setting:

One Server running Ubuntu 20.04, nginx and osTicket (internal, accessible via osticket.mydomain.com, self signed certs) One Server running Ubuntu 19.04, apache2 (public IP, accessible from outside)

What I want to do is, being able to access the osTicket Installation via www.mydomain.com/osticket from the outside

T ...

Score: 2
TheJebusLizard avatar
Can you help me understand this EXIM Log?
sv flag

I see this type of log commonly,

2021-06-25 08:00:06 1rpTwT-03DnAE-9G Sender identification U=redacted D=redacted.tld [email protected]

I'm using resources such as https://www.exim.org/exim-html-current/doc/html/spec_html/ch-log_files.html to better learn exim logs, the information is just quite dense to get through.

I suspect the above log is telling me the following SMTP error:

smtp_syntax ...

Score: 0
Snowcrash avatar
Kubernetes: missing worker node CRT file
ve flag

Going through some CKA material, it refers to a /var/lib/kubelet/worker-1.crt file on the Node.

However, looking at an EKS node, I don't see any CRT files under /var/lib/kubelet except for some pod CRTs.

Is this to do with node authorization and, if so, has it changed somehow?

Score: 0
Remapping overlapping VPN Ranges (including DNS)
in flag

I have the following scenario, with a VPN connecting two companies together there is some overlap in the used private subnets.

So the solution I was trying to achieve is to remap the remote subnets to locally unused subnets.

e.g. 192.168.5.x => 10.100.3.x

There is also the issue with DNS name resolution, yet all remote vpn related DNS entries should be under some common DNS root (like external.examp ...

Score: 0
Gonios avatar
How do I have to configure certmanaager when using a gitlab managed cluster?
cn flag

I use a scaleway kubernetes cluster v1.21.1 managed by gitlab.

To do this, I created a Cluster Management Project with the default template. https://docs.gitlab.com/ee/user/clusters/management_project_template.html (only ingress & certmanager enabled)

I only changed the email in the cert-manager yaml files.

When I call my testsite no SSL certificate is showing up.

Gitlab created following Pods ...

Score: 0
KeyDB Active Replica - LOADING Redis is loading the dataset in memory on full sync
tr flag

We have setup 2 keydb servers with Active Replica, as described here: https://docs.keydb.dev/docs/active-rep/

We use HAproxy to redirect the traffic to the correct server. So we have the current situation:

keydb 001 - 10.0.0.7
keydb 002 - 10.0.0.8

We want to update and reboot keydb 01. We have put it in maintenance in HAproxy and all connections are drained. So the server is not used anymore, and a ...

Score: 0
5Diraptor avatar
How to whitelist ipv6 in .htaccess to allow website access
ca flag

I've got an online web tool and I want to give access to a company. At the moment, access is controlled by IP via the .htaccess file. The company I want to give access to are on an ipv6 address and although I've tried a lot of methods, they are still blocked from accessing the website.

Let's say their ipv6 is: 26b0:21t7:ada2:4a10:38f5:1d56:7a79:c83c

(side note: weirdly, when they visit a website l ...

Score: 0
SwagBeast SKJJ avatar
Reverse Proxying 2 servers not working on nginx
us flag

NOTE: I fixed the reverse proxying thing by just restarting, seems like 127 days of uptime was too much for my windows desktop. I still need help with the ssl part so any help would be really appreciated.

SSL Problem

As for the SSL part, I cannot guess why does it not work. Here is my full and final configuration for kra.domain.in

worker_processes auto;

events {
    worker_connections 768;
}
 
http  ...
Score: 0
Calling A Class Running On Tomcat JVM Externally
cn flag

I will try to explain this the best I can, so here goes!

I have a class that has a public static void main() method running on Tomcat JVM. Now I have another class which is basically a Thread which reads a message topic every minute.

My question is how do I call the class running on Tomcat fom the Thread.

Is it just like calling any other class? And what about security? Any tips on this would be nic ...

Score: 1
srisree avatar
After installing script all subdomains go to the main domain
us flag

I have a main domain www.example.com.

and the following subdomains under the main domain

support.example.com
test.example.com

Previously both subdomains are working fine.

But after installing a PHP script on the main domain, only the main domain is working and all subdomains are going to main domain.

After checking .htaccess file I found this code:

RewriteEngine  on  
RewriteBase /  
RewriteCond %{T ...

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.