Latest Server related questions

Score: 0
mount with fsc : an incorrect mount option was specified
ph flag

(it's my firt use of serverfault and english is not my first langage, so be cool with me).

I want to use FSC cache on a NFS Share. It's a zpool on a OVH Server. I have 3 servers using this NFS share on Debian 11 (got the same issue in Debian 10, i upgrade it to test). but mount is not working :

mount.nfs: mount(2): Invalid argument
mount.nfs: an incorrect mount option was specified

it's a 4.19.0-1 ...

Score: 3
Black avatar
.htaccess - Exclude folder from basic auth protection
id flag

I have a website where no one is allowed to enter without entering the basic auth credentials.

However, I need the media folder to be accessible by everyone, because we are using a third party extension which creates PDF's and we can only fully test them if the media is accessible.

The media folder is at /var/www/company/pub/media.

The domain (www.example.com) points to /var/www/company/pub, so th ...

Score: 0
cre8toruk avatar
Access denied accessing NAS folder via Symbolic Link
in flag

I have a symbolic link created (with /D) in a folder on our file server which points to a shared folder on a NAS.

My user can access the shared folder via \nas-address\share but when they try and access it via the symbolic link they get a Network Access is denied message.

Any one any ideas?

Score: 0
Yohanim avatar
Apache Centos Stop Working Suddenly in Production Server
it flag

I have Apache/HTTPD server at GCP (VM Instance) with version

Server version: Apache/2.4.6 (CentOS)
Server built:   Nov 16 2020 16:18:20

Since I was a developer, I don't advance with server configuration. So I have a problem, Our production server had 2 times Apache/HTTPD shutdown unexpectedly. I'm not sure what happened. After reading several article on internet (also digging information on SO and Goo ...

Score: 0
Routing issue while using 2 router Draytek Vigor 3910 with VLANs
it flag

I'm having problem when using 2 Draytek Vigor 3910 at the same time. This diagram was working well with Vigor 3900 but they replaced to new model 3910.

enter image description here

My issue: 1, OSPF between 2 router's not working OSPF config:

  • LAN1, vlan51,52,53 was enabled on Router 1, area 11, id 1, same password, md5 disabled
  • LAN2, vlan54,55,56 was enabled on Router 2, area 11, id 1, same password, md5 disabled Both Routers can  ...
Score: 1
What is GPG equivalent of ssh-add?
br flag

When using password-secured SSH keys I can use ssh-add to preemptively unlock a key before it needs to be used and have it cached in ssh-agent for future use. What is a GPG equivalent of ssh-add? I know how to increase the caching time of GPG keys once they are unlocked but I don't know how to unlock a GPG key before it needs to be used, other than artificially issuing a command that will trigger the unl ...

Score: 1
Disk Event-ID 32 in server with Hyper-V virtual machine
kr flag

We have a server running on Windows Server 2012 R2 and it hosts a Hyper-v virtual machine (configuration: Windows 10, version 20H2, min 16GB & max 32GB RAM with 4 processor cores) . We notice in the event logs of the server: Event-id 32
"The driver detected that the device \Device\Harddiskx\DRx has its write cache enabled. Data corruption may occur."

  1. We would like to know why is this warning co ...
Score: 0
inding avatar
Can you elaborate on "yum install --downlaodonly"?
ng flag

You need to install it in an environment where there is no network.

So I was installing via RPM.

In the meantime, a crash occurred and the installation could not proceed.

I found yum install --downloadonly while searching for various things.

It is said that after downloading rpm from a network where it is possible, you can install it where the network is not possible.

If so, I have a question for you.

Score: 0
Domingos Lequechane avatar
HP Proliant ml350 Gen9 don't start
ua flag

I have an HP Proliant ML350 Gen9 server but it won't boot. It has two power supplies, its pilots turn green as soon as I plug in the power cable. The mother board pilot also turns green. On the front of the server, the power lights up orange. When pressing power, nothing happens.

No pilot blinks, all are permanently lit!

I've tried to completely clean the machine, even it didn't react, I tried to do a  ...

Score: 0
Aharon Cohen avatar
GKE public cluster endpoint lifetime
cc flag

all. Is there any chance that my public cluster endpoint on GKE will be replaced by other IP? I want to allow connections from my cluster to some service outside my cluster.

So back to the question: If we scaling the cluster nodes / playing with the master nodes / any other thing (which is not deleting the cluster) the endpoint ip will stay the same?

Score: 0
badr aldeen avatar
setting sub domain variable in apache
mx flag

I have an issue trying to get the subdomain as a variable and use it somewhere in another part

what I'm trying to do is a proxy configuration that allow me to connect between

aaa.example-example.com will show me example.com/aaa

and

bbb.example-example.com will show me example.com/bbb

my code :

 <IfModule mod_ssl.c>
<VirtualHost *:443>
    ServerName wildcard.example.com
    ServerAlias *.exa ...
Score: 0
Asher avatar
Azure Monitor doesn't list all my subscriptions when adding new resource alert
cn flag

I am in Azure Monitor, I select the subscription filter to view my existing alerts. I then click add new alert, select the scope / resources I want to create the rule for, but I am not seeing all my subscriptions in the drop down.

Am I missing a permission? I am already having the 'contributor' role for the subscription that is missing. enter image description here

Score: 0
user873725 avatar
Windows scheduled task - task with cmd script runs, but .NET console app doesn't
co flag

I'm creating Windows scheduled tasks in a Docker container with Powershell. As a test, I've got a simple batch file which writes the current date/time to a text file once an hour. This works perfectly:

RUN $action = New-ScheduledTaskAction -Execute 'C:\folder\task-tester.cmd'; \
    $trigger = New-ScheduledTaskTrigger -Daily -At 12am; \
    $settings = New-ScheduledTaskSettingsSet;  \
    $task = Re ...
Score: 0
Nasser avatar
Deploying app to Intune with public key
gb flag

I am trying to deploy an app called: Veyon to Intune (microsoft endpoint manager). The program has been deployed and installed on the clients without problems. But, the Veyon program is a monitoing programs, so it needs a public key to be installed on the clients, and this public key is generated in the master computer. And usually I install it on clients using USB. My question is, is there a way to dep ...

Score: 0
Data Mastery avatar
Hive-Server unable to read volumes from DataNode / Volumes don´t work
us flag

I have got the following setup for a local Hive-Server with Hadoop:

version: "3"

services:
  namenode:
    image: bde2020/hadoop-namenode:2.0.0-hadoop3.2.1-java8
    container_name: namenode
    restart: always
    ports:
      - 9870:9870
      - 9000:9000
    volumes:
      - ./hdfs/namenode:/hadoop/dfs/name
    environment:
      - CLUSTER_NAME=test
    env_file:
      - ./hadoop.env

  datanod ...

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.