Latest Server related questions

Score: 0
Script not running on startup for GPO
za flag

I have seen many posts on this website about something similar but none of them have had the resources to fix my issue so I will go into as much detail as I can. If I leave any information out let me know.

We have a server with an exe file on it to start an update for a software called Bluebeam. I wrote a script file to start that exe on startup and placed it in the same directory as the exe. Not ...

Score: 0
Gary Smith avatar
Exchange 2019 multisite DAG/replication
us flag

I'm exploring some options to setup a two site DAG for resilience. I have experience with same site DAG but the customer in this case is looking to put an Exchange server at two separate locations. Active/Active is not a requirement. Manual failover is also acceptable (and probably more desirable in this case). The network between the two is a 1GB connection (usually about 80% open bandwidth) over V ...

Score: 0
Dave Simione avatar
Options for web application using Windows Authentication (IIS and Kerberos) to require MFA
vn flag

Apologies in advance if this question is better suited on another StackExchange site; this felt like the best first choice.

Background

I have a web application (.NET Framework, ASP.NET Web Forms and MVC) running on IIS (any version). The application has no authentication logic, instead relying only on IIS configured for Windows Authentication (Negotiate); the application then references HttpConte ...

Score: 1
dywan666 avatar
How to parse a map?
hu flag

I'm trying to create a list in ansible which consists of some docker container information. First, I'm running a command module which returns this in stdout:

"map[key1:value1 key2:value2 key3:value3]"

How can I parse this further to get the values based on the key that I provide? When I use a map filter, I get this:

"msg": "<generator object do_map at 0x7f3845b8a740>"

If I run the list filter, I j ...

Score: 0
Cant connect pfsense openvpn service using tunnelblick as a client
in flag

I currently have a working pfsense community version firewall. when I am trying to connect a new user to the openvpn service over the pfsense using the tls+authentication method the user is getting the following error

Unrecognized option or missing or extra parameter(s) in /Library/Application Support/Tunnelblick/Users/ella/internal VPN.tblk/Contents/Resources/config.ovpn:4: data-ciphers (2.4.11)

 ...
Score: 0
IIS 404.4 for rewriting https to http
ke flag

I have two servers running IIS, trying to serve Power BI Report Server (if it matters).

As far as I can tell on both servers, I have the following:

  • Power BI Report server listening on 127.0.0.1:80 (http)
  • IIS listening on (all ips):443 (https)
  • IIS pointing at an empty directory to serve
  • A rewrite rule that matches (.*) and redirects to http://localhost:80/{R:1}

All versions of everything as far as ...

Score: 0
cape avatar
Clustered vsftpd service stops working with no error log
de flag

We've got a pacemaker cluster of vsftpd server made of two nodes in a active/pasive scheme. We have experienced the following behaviour.

  1. vsftpd.log stops recording activity while xferlog keeps recording (transfers keeps ocurring). vsftpd.log shows no error or warn message.
  2. Between 10 to 12 hours later service is unavailable and no new connections are happening
  3. We try to move resource but it fails a lot ...
Score: 0
Enable read-only HDFS filesystem in hostile cluster
gh flag

Scenario

A company's platform team maintains Spark clusters for data science teams to perform big data analysis on their data. The cluster comes with a pre-configured file system that allows read/write access. The platform team now want to allow user teams to plug-in their own HDFS file systems on the condition that they are read-only.

The platform team has single control over cluster configuratio ...

Score: 0
CH06 avatar
Chrony allow only 2 IP clients
ar flag

OS: Debian 10.4

Chrony: 3.1

I search how declare 2 IP ADD on /etc/etc/chrony.conf in "allow" option:

  • ';'
  • ','

with:

  • "
  • '

Example:

allow "192.168.1.1,192.168.1.2"

But this say:

Fatal error: Could not parse allow directive...
Score: 0
PHP website not working as expected in NGINX but working in Apache
cn flag

Hi I just created a link shortening app. But when I try to redirect a shorten link to the full URL which is shared on Facebook it is not working as expected. for example : https://bowa.me/c8443 this link is working fine but if i share the link in Facebook and and the link will be like this https://bowa.me/c8443?fbclid=IwAR0Zm8bGRgrbpQTUX_aVXxTMNFq6-MlRFe0j8e_7wm4anbWmvArPlyDaAHI This link is not re ...

Score: 1
MiK avatar
replace phases of fsck in fstab
cn flag
MiK

I'm searching some way to replace fsck phases in my fstab file but only for line which contains specific path.

currently fstab looks like that:

/dev/mapper/vgroot-root /          xfs          defaults          0 0
/dev/mapper/vgroot-home /home          xfs          defaults          0 0
/dev/mapper/vgroot-opt /opt          xfs          defaults          0 0
/dev/mapper/vgroot-var /var          xfs     ...
Score: 0
How to toubleshoot poor IO performance on Windows Server
ng flag

I am experiencing poor write performance on my Windows Server 20H2 machine (ESXI 7.02). Following symptoms are observed on a docker build: Each RUN command executes successfully, though takes ~10 hours to move to the next command (committing on disk is slow). The same is about 2 minutes on physical OS, on exact same hardware.

My hardware configurations are as follows:

8 CPUs x Intel(R) Core(TM) i7-107 ...
Score: 0
Md. Shahriar Hossain avatar
Varnish caching issue in the 'Add to cart' section ,,, Drupal,Nginx,Php-Fpm
eg flag

We are running an ecommerce site configured by drupal with nginx & php-fpm. We also use memcached with mysql database.The service was running smoothly before we enabled the varnish caching. After enabling the varnish we are getting better performance but also facing a session related issue when accessing the "add to cart" section. We have bypassed the urls related to "add to cart" from varnish but s ...

Score: 0
David Yap avatar
How do I setup nginx for multiple web app with multiple subdomains in GCE
th flag

I am using GCE with LEMP stack. I have multiple subdomains and each subdomain has different root folder.

My setup is as below:

Production app

server {
    listen 80;
    listen [::]:80 ipv6only=on;

    listen 443 ssl http2;
    listen [::]:443 ipv6only=on ssl http2;

    ssl_certificate /etc/nginx/ssl/*.example.com.crt;
    ssl_certificate_key /etc/nginx/ssl/*.example.com.key;

    server_name prod.exam ...
Score: 1
make systemd pager not do horizontal scroll, and wrap to next line instead
bg flag

By default systemd (v245) on Ubuntu 20.04 focal, if I do systemctl status $THING, and the output lines are longer than my screen, then the default pager (less?) will do horizontal scrolling. I would rather the extra text be on the following lines ("word wrap")

what environmental variable can I set to make this change from horizontal scrolling to "put the remainder of the line on the next line"?

I ...

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.