Latest Server related questions

Score: 0
RolyBoy avatar
401 Unauthorized on a fresh install of Apache on FreeBSD (TrueNAS jail)
us flag

I just installed Apache in a TrueNAS jail and when I try to connect on port 80, I am asked for a username and a password that I never set up and get a 401 Unauthorized error. I tried typing my TrueNAS credentials but it didn't work.

Does anybody know why?

Score: -2
Francisco avatar
How to use 2 adsl links with the same internal IP connected to a the same router server
ca flag

I have 2 adls links with 192.168.1.1 internal ip boths. ADSL1 allow internet web access to all internet domains, and ADSL2 allow web access only to domains of my country. At this moment, i have a Debian 11 server as non-transparent proxy-firewall to 192.168.0.1/24 network with one nic card connected to ADSL1, and i need connect the second ADSL and use it only for web request to my country domains accros ...

Score: 0
ElpersonPL avatar
syslog-ng duplicate log message
pk flag

Not duplicate of this question because that one uses rsyslog on client whereas I use syslog-ng on both sides.

I have a syslog-ng instance on both the client and the server and for whatever reason the there are repeated log lines in the server log. The logs are sent into the mail facility.

2021-12-18T21:01:44+01:00 192.168.1.11 [warning] Warning: this is a test
2021-12-18T21:01:44+01:00 192.168.1.11 [ ...
Score: 2
porglezomp avatar
nginx try_files is causing doubled path components that make requests fail
bi flag

I'm trying to make two adjacent folders, /var/www/site and /var/www/overlay@site coexist in a single site (for file permission and deployment tooling purposes).

I've tried adjusting a base configuration like (with HTTPS config removed):

server {
    server_name example.com;
    root /var/www/site;

    location / { try_files $uri $uri/ =404; }
}

into this, moving the root up a level:

server {
    server ...
Score: 0
cyberguard avatar
Can a previously define Host be used as a Hostname in .ssh/config file for a tunnel configuration using LocalForward?
co flag

So, I have a bunch of servers that are only accessible thru a bastion host.

My bastion host, however has a dynamic IP which change randomly.

For ssh'ing into the various server, I simply have a .ssh/config with a ProxyJump referencing the host of my bastion server so that I only need to change the IP at one place. i.e :

Host preprod_jumphost
    Hostname 123.123.123.123
    Port 22
Host target_host1
     ...
Score: 0
Jerry avatar
Apache directs https:b-site visitor to https:a-site (b-site don't have ssl)
jp flag

I've got an issue with my apache system. it's brand new, and so are I.

my problem now is that if somebody visit https://123.446.689.0 or https://b-site.com, (which don't have any ssl), then will a-site cut in on the https...

How can a connection jump like that? (of course a warning comes up, since the ssl is for another domain)

I WILL get ssl on b-site to, but can't get a ssl to the ip. and all dir ...

Score: 0
starman avatar
Forefront TMG 2010
ke flag

On my TMG server we have forefront 2010, but a little while ago we would randomly loose our internet connections. Doing some investigating I found out that it was because my TMG was putting the logs into the installtion folder and causing that drive to fill up and crash. I moved the destination spot to another drive however now I can't pull any old logs of traffic. All of the ISA logs are coming in as . ...

Score: 0
Multidimension Tools avatar
Google cloud Postgresql connection timeout
in flag

I just created a postgreSQL instance on GCP, I have allowed public IP connections, and added both 0.0.0.0 and 0.0.0.0/32 to the IP allow lists, I don't require SSL connection and even added a new user, however I keep getting timeout errors and can't access my database

Score: 0
jimjamz avatar
OpenVPN issue - TLS key negotiation failed for desktop, but not for mobile
pl flag

My question is a follow-up on the answered question here: OpenVPN issue - TLS key negotiation failed to occur within 60 seconds

I do not have enough reputation points to comment on the original discussion.

I am using UDP on a OpenVPN server setup on a Raspberry Pi device (via PiVPN). I am in a remote location, and I am able to successfully connect to the server with the OpenVPN Connect Android app  ...

Score: 0
TSG avatar
Can't remove old DC from Sites and Services
cn flag
TSG

I have introduced 2 new Win2019 DC's into my domain, and removed the old ones properly (demoted then removed from domain). I confirmed from the Users and Computers app that my old DC's are no longer present. For some reason one of my old DC still shows under Sites and Services. I tried to delete it but Windows says I don't have the necessary privileges or the object is protected. I am logged in as do ...

Score: 1
Sara June avatar
How to get list of admin users from projects in sonarqube, using API?
cn flag

How to get projects having admin users or list of them if multiple admin users on them using API?

I tried few links, but not working.

sonarqube version 8.9, I am using.

Score: 0
Soroush Sadegh Bayan avatar
My DHCP client server (CentOS) cant get IP from DHCP server (Ubuntu)
cn flag

Good day kindly i have set up my DHCP server ( ubuntu Server) to provide IP for servers as client but the client is getting another IP out of submitted rang IP and i can't find any symptom in this matter .

would you please leave your comment ?

Thanks

DHCP Server Config (Ubuntu Server) : /etc/default/isc-dhcp-server ---> INTERFACESv4="enp0s3"

/etc/dhcp/dhcpd.conf --->

subnet 192.168.56.0 netmask ...
Score: 2
Helm: how to add elements to a list of default values?
au flag

It might be a very simple question, though somewhy I can't google the answer.

Let's assume we have a Helm chart with some default values such as the following:

parameters:
- parameterName: parameter1
  value: value1
- parameterName: parameter2
  value: value2

I need to add an element to this list in my extra values file. Of course, I can just duplicate the default values to my extra values file and add m ...

Score: 0
Vinayak avatar
Purpose of Selenium in load testing
ca flag

What is the role of Selenium in load testing a webpage if it cannot generate 200 or 300 requests? I understand, the client side automation can be done. But how do I test my web application for a real environment for 1000 or 2000 concurrent users.

How do I basically do it ?

Score: 0
postfix transport and / or mxtransport is not trigerred if sending via sendmail
in flag

I have a postfix server with configured both transport_map and mxtransport that send via different SMTP server, if some criteria is present (yes, it checks for gmail/hotmail/live.com).

If I send via SMTP on 25 port, all works OK.

If I use sendmail executable (/usr/sbin/sendmail.postfix), the transport is not checked and trigerred.

I understand the reason why it does not trigger - mail go directly in the ...

Score: 0
Bruce avatar
How to make local port mappings with iptables
in flag

I usually have this command to do the local port mapping

socat TCP4-LISTEN:80,fork,reuseaddr TCP4:127.0.0.1:8080

So whenever the client talks to port 80 of my machine, it talks to port 8080 actually.

It is actually a proxy.

I am wondering if I could use iptables, instead of running a proxy, to achieve the same goal. Like, I tried the following command, which doesn't work.

iptables -t nat -A PREROUTING  ...

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.