Latest Server related questions

Score: -2
Manifest Man avatar
RPWrap v1.6.2 is not working after many installation attemps
br flag

i have a critical issue with my Windows 10 Enterprise Insider Preview - Build 21301.1010 where i,m trying to deploy the RDP-Wrapper latest version v1.6.2(the one i use based on the latest release rdpwRAP v1.6.2), but unsuccesfully. I have run a clean install, but it does not seems to help at all.

Following are my errors list:

RDPWrap-not-working-at-all-windows-10-enterprise-preview RDPWrap-not-working-at-all-windows-10-enterprise-preview-Configuration

I also created an issue here on official page RDP Wrapper v1.6.2 don,t work  ...

Score: 1
Gilberto Ferreira avatar
NFS multiples NIC
in flag

I have install nfs server into Ubuntu Hirsute, using two NIC, like that:

/nfs    172.16.0.0/24(fsid=0,rw,insecure,sync,wdelay,no_subtree_check,no_root_squash)
/nfs    172.18.0.0/24(fsid=0,rw,insecure,sync,wdelay,no_subtree_check,no_root_squash)
/nfs/share1 172.16.0.0/24(rw,insecure,sync,wdelay,no_subtree_check,no_root_squash)
/nfs/share1 172.18.0.0/24(rw,insecure,sync,wdelay,no_subtree_check,no_roo ...
Score: 1
ahaswer avatar
Establish KVM bridge with static IP
ar flag

I would like to establish a virtual machine (KVM) on Ubuntu Server and configure bridge networking in order to connect to the VM via static IP. I want to connect to the VM directly via SSH (bypassing the host).

However I have only remote access to the server (in case of emergency I have to get to the other end of the city) so I would like to avoid any issues which could cause losing network conne ...

Score: 0
Cloud build is failing to connect to npm and install packages. Network error
in flag
Step #0: [2/4] Fetching packages...    
Step #0: info There appears to be trouble with your network connection. Retrying...

The retrying step happens X times until I cancel. It worked once after 457s, but failed because this also happens inside docker containers, and there it is a timeout.

Anyone else experiencing this?

Think it is a network bug from Google. Started experiencing this today.

Does n ...

Score: 0
Where does modsecurity2 log to by default?
cn flag

I'm running an Ubuntu 20.04 testbed with Apache2. I've installed modsecurity2 from the default repos.

Hunting around, I can't seem to find logging output.

Where does it log to by default on Ubuntu 20.04?

Score: 0
Hanna S avatar
Google Domain transfer to Google Cloud
id flag

I am having an issue with registering a Google Domain as a Google Cloud Domain safely. Even after switching to cloud DNS there is nothing on how to transfer the domain itself to GCD registrar. I've tried googling this but so far no question seemed to be the right one to get my answers.

Score: 3
dmnsta avatar
podman: rootless container: permissions for container user
za flag

In nginx podman container nginx user is used to run nginx server.

On the host machine ls -alh:

drwxrwx--- 2 myuser myuser 4.0K Aug 10 22:23 .
drwxrwx--- 3 myuser myuser 4.0K Aug 10 22:59 ..
-rw-rw---- 1 myuser myuser   46 Aug 10 22:24 .htpasswd

The same folder inside container ls -alh:

drwxrwx--- 2 root root 4.0K Aug 10 22:23 .
drwxr-xr-x 1 root root 4.0K Aug 10 11:05 ..
-rw-rw---- 1 root root   46 A ...
Score: 0
Using SSH in check of Consul
ru flag

I have a server with a dockerized Consul Agent (CA). In this CA, I want to run a script from the host who checks how many disk space left in a service check.

For this, I created a service in the CA :

{
  "service": {
    "name": "disk-usage-var-re7", 
    "tags": [
      "type:check",
      "env:re7"
    ],
    "checks": [
      {
        "id": "disk-usage-var-re7",
        "name": "Disk Usage /var RE ...
Score: 0
Lars avatar
Is there a difference between nginx single or multiple server configuration?
de flag

There are several services running on different ports on my web server. These services are providing data via WebSocket.

Currently, each service has its own server in the nginx configuration, like this:

server {
        listen 9031 ssl;
        location / {
                proxy_pass http://127.0.0.1:9002;
                proxy_http_version 1.1;
                proxy_set_header Upgrade $http_upgrad ...
Score: 0
Fabio avatar
Tell bind to ignore SOA domain check on forwarder zones
in flag

I've a weird issue with bind.

Premise: I'm using bind (version 9.16_11) installed on pfSense, but despite this I can change almost anything on bind configuration.

I've configured a simple forward zone, the configuration is something like this:

zone "dom001.my-domain.com" {
        type forward;
        forward only;
        forwarders { 192.168.29.10; };
};

Now, if I try to do a nslookup to an hos ...

Score: 0
Query IP/hostnames in local network (Windows)
ru flag
jdm

I have a Windows Server based network, running a Windows DHCP and DNS server. How can I list all the computers in the local network known to the server? That would mean querying either the DHCP or the DNS for all names and IP addresses.

I know I can see this information if I log on to the server in the DHCP MMC. But is there a way to do it from a different computer (not in the AD-domain), and wit ...

Score: 1
Cannot Use Whole Disk after Disk Upgrade on my VPS
in flag

I upgraded the disk size of my VPS from 20GB to 40GB. I cannot use this newly added 20GB. fdisk -l shows 40GB but du -h shows 20GB!

root@ubuntu:~# df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            1.9G     0  1.9G   0% /dev
tmpfs           385M  656K  385M   1% /run
/dev/sda1        19G   16G  2.5G  87% /
tmpfs           1.9G     0  1.9G   0% /dev/shm
tmpfs           5.0M     0  5. ...
Score: 0
Kiran RS avatar
Installing OpenVPN failing on AlmaLinux 8.4
us flag

I tried to install OpenVPN on my new AlmaLinux 8.4, but it's failing. There is no error log in syslog or in OpenVPN log. This is the error I'm getting at the final stage of install process.

cp: cannot stat '/lib/systemd/system/openvpn@.service': No such file or directory
sed: can't read /etc/systemd/system/openvpn@.service: No such file or directory
sed: can't read /etc/systemd/system/openvpn@.serv ...
Score: 0
Sarthak Saxena avatar
sudo: unable to stat /etc/sudoers: No such file or directory
um flag

I moved the file /etc/sudoers to /etc/sudoers.bkp after this I cannot run sudo command and neither can login as root and change the file back is there any way this can be resolved without reinstalling the system

Operating System: Red Hat Enterprise Linux 8.4 (Ootpa)

Please suggest

Score: 1
V Shunmugam avatar
How to Make NGINX to use System Proxy?
jp flag

I am trying to setup a nginx server that forwards the incoming request to a corporate porxy (its a mcafee proxy) with a proxy header Host and the actual destination host something like proxy_set_header Host xyz.com:443.

This works perfectly fine for http requests but not for https

here is my nginx.conf (assuming no proxy auth required)

server {
        listen       80;

        location /test/ {
  ...

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.