Latest Server related questions

Score: 0
Bring Windows Failover Cluster On-Line with only One Node
in flag

I would like to set a policy such that my Failover Cluster will always come into service, even if only one (of the two nodes) is available.

Background: I have only two nodes in the cluster, plus a witness quorum in a share on the DC. For this question assume that the DC stays in-service. (Windows Server 2019).

If I shutdown node1, then node2 will be active. If I then shut down node2, then cluster wi ...

Score: 0
Tom avatar
Apache Mod_RemoteIP Support
bf flag
Tom

I currently have an old Apache 2.4.18 server on Ubuntu 16.

Does this version of Apache support mod_remoteip?

I looked in the mod_remoteip documentation, but I haven't found about the minimal version of Apache that it is supported.

Score: 0
Annahri avatar
Degraded RAIDZ2 but cannot find the failed disk
in flag

I'm not too experienced with raid and ZFS things, and here's what I encounter.

A raidz2 array was showing degraded status. One disk states unavail and says that it was /dev/da3p2. Strangely enough, another disk detected as da3 is showing online and having no issue. So, my first question is: How is this possible? da3p2 is a partition of da3. How can the disk (da3) be part of the array, instead of the parti ...

Score: 1
Luna avatar
nslookup not retrieving authoritative answer
in flag

I'm trying to get an authoritative answer using nslookup but it's not working

$nslookup animeflv.net matt.ns.cloudflare.com

Server:  matt.ns.cloudflare.com
Address:  108.162.193.131#53

Non-authoritative answer:
Name:    animeflv.net
Address:  172.67.70.233
Name:    animeflv.net
Address:  104.26.0.100
Name:    animeflv.net
Address:  104.26.1.100

Why? Is it cache, the router? How can I query matt.ns.c ...

Score: 1
Howins avatar
How to authorize only IP from a Fargate ECS service for MongoDB Atlas Cluster
cn flag

I have an ECS Fargate service mapped to an Application Load Balancer on AWS. In this service, there are several task that are frequently killed and restart. These tasks should be able to connect to a MongoDB Atlas cluster.

Which IP should I whitelist for my Atlas cluster? Is it possible to have an elastic IP or a range of IPs for my service to allow only IP(s) of my service in my Mongo Atlas clus ...

Score: 0
ibrahim avatar
There may be no DNS name server shards remaining for the name. Google cloud
br flag

I am new to GCP and trying to configure a zone for my static IP address on google cloud platform. However, I get this error whenever I try creating the zone yet I have only one VM in my project.

The domain "mywebsitename." (or its child domains) may be reserved or registered already, prohibited by policy, or there may be no DNS name server shards remaining for the name. For more information see https: ...

Score: 1
inzel avatar
X11 forwarding through a jump box
cy flag

I have a machine that is configured to auto connect to a jump/bastion box when there is an internet connection. I configured its ssh config file as follows:

Host tunnel
        HostName <jump machine ip>
        IdentityFile <path to file>
        User <user>
        RemoteForward 5900 localhost:5900
        RemoteForward 9933 localhost:22

From my local machine (WSL2 Ubuntu) I can th ...

Score: 1
nginx slow symlink subfolder
cn flag

I have two domains, like this:

  1. www.main.com in /var/www/www.main.com (without /public)
  2. system.main.com in /var/www/system.main.com (with /public)

In the first one I have a subfolder www.main.com/sub that sym-links to the second domain.

/var/www/www.main.com/sub => /var/www/system.main.com/public

To make PHP (FPM) work in the /sub I used this config:

    location /sub {
            try_files /sub/ ...
Score: 0
apparently apache retrieves index.php from non existent directory
th flag

I have a web site defined in apache2 with the conf file:

<VirtualHost *:80>
    ServerName my.site.net
    DocumentRoot /var/www/foto
    <Directory /var/www/foto>
        DirectoryIndex index.php
        Options +FollowSymLinks
        Options -Indexes
        AllowOverride None
        Require all granted
    </Directory>
</VirtualHost>

Everything is fine, but:

  • If I load
Score: 0
Francesco Meloni avatar
a record and wildcard to setup subdomain by starting letter
mx flag

I have four servers working with a private web app:

  • g****.example.com with all profiles starting with g ( g1001, g1002, g1002 ..)
  • m*****.example.com with all profiles starting with m (m1001 ...)
  • s****.example.com ( s1001 ....)
  • t****.example.com (t1001... )

i d like to setup dns record for my domain using a wildcar of some sorts: there is a way to setup a dns A record to something like

  • g*.exampl ...
Score: 0
How to sync GCP Cloud Storage Bucket metadata to a database?
us flag

I have a large number of objects, currently around 1 million, stored in a GCP Cloud Storage Bucket. Objects are added at a rate of 1-2 thousand per day. I would like to efficiently run queries to look up objects in the bucket based on the metadata for those objects, including file name infix/suffix, date created, storage class, and so forth.

The Cloud Storage API allows searching by filename pr ...

Score: 1
mocart avatar
run multiple commands in oneline (like in linux **date && ls**) in **HP iLO3 ssh console
it flag

i want to run multiple commands in oneline (like in linux date && ls) in HP iLO3 ssh console, but it (&&) not works. How i can do it? I not found it in documentation i want run 2 commands by sh script:

cd /map1/firmware1 && show /map1/firmware1

but it not works i tryed to run uname -a command:

</>hpiLO-> uname -a

mgmt-proc mpsim 1_0
Score: 0
ehammer avatar
Windows 2019 and truenas SMB share access problems
us flag

I'm having all sorts of trouble getting a FRESH Windows Server 2019 to connect to a samba share on Truenas 12.

Originally, when I tried to log in, Windows kept saying You Can't Access This Shared Folder Because Your Organization's Security Policies Block Unauthenticated Guest Access., so I went into registry and changed the lanman workstation setting AllowInsecureGuestAuth to 1. That solved that issu ...

Score: 0
philolegein avatar
Apache 2.4 no auth config works in VirtualHost
cv flag

I'm setting up a brand new server — I literally just spun up an AWS EC2 instance, did a fresh install of apache and mod_ssl, and have close to the simplest of configs. Apache appears to ignore any auth configuration (including LogLevel) in VirtualHost blocks.

This is with Apache 2.4.51 on amzn2.x86_64 Linux.

I started by redirecting HTTP to HTTPS, and then followed the basic instructions for Apac ...

Score: 0
FlowFab avatar
persistent volume for a SaaS project on docker Swarm & ON MY OWN Servers / VPS (non-AWS, non-Azure): what to use for the MySQL & for the file-uploads?
in flag

I am not sure, what architecture / which way to go for the persistent data of my docker Swarm SaaS webapp.

A draft of the layout with traefik_proxy and some context for a better understanding of my needs can be found in the diagram: colorful draft of the layout with requirements

  1. Shall I go with NFS or with glusterfs for the file uploads (=files, attached by the users of the tenants/projects)? - or ...

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.