Latest Server related questions

Score: 0
Multiple IKE SAs with Strongswan VPN
cn flag

I have a VPN between one server (Debian 10, Strongswan 5.7.2) and a partner server (Stormshield SN510). All run fine, my others servers can reach the partner one on HTTPS via the VPN.

But IKE SAs stay actives, until I have 70 of them and the partner VPN endpoint have problems to handle them.

For example, a small subset (I removed every IP on purpose)

root@ipsec1:/etc# sudo swanctl -l
partner: #1837, ESTA ...
Score: 0
Julian Dimitrov avatar
BIND9 server for a network with no internet access
jo flag

The question I have is the same as this one, but the accepted answer, and the comments did not helped me solve my issue. I'll put here the whole setup that I have.

BIND9 version - BIND 9.11.5-P4-5.1+deb10u6-Debian (Extended Support Version),

OS - Debian Buster (10.11)

named.conf:

// This is the primary configuration file for the BIND DNS server named.
//
// Please read /usr/share/doc/bind9/README. ...
Score: 0
Thorsten Staerk avatar
Org Policies error when creating a Cloud Function
cn flag

When trying to create a "hello world" Cloud Function, I get the error message:

"The request has violated one or more Org Policies. Please refer to the respective violations for more information."

Now, which org policies have been violated? In the Log Explorer I find the error message like this:

{
insertId: "XXX"
logName: "projects/XXX/logs/cloudaudit.googleapis.com%2Factivity"
protoPayload: {10}
receiveT ...
Score: 0
Proxy within IIS - win10
cn flag

This would be my scenario:

  • device sends HTTP request (GET) to IIS hosted on Win10 machine (same internal network)
  • IIS routes the HTTP request to a different website on the Internet that uses HTTPS

How would I go about this?

Thanks in advance!

Score: 0
Damith Udayanga avatar
Traffic is not being spread evenly between replicas of OpenFaas functions
cn flag

As per this documentation, I have configured direct_functions to false, which allows the provider to balance traffic between replicas of OpenFaas functions. But it sends the traffic to only one replica. Without using any service mesh solution how do I archive the fairly balance the traffic to all pods that are related to one openfaas function? I have deployed OpenFaas on the EKS cluster.

Score: 2
Is there a way to requeue bounced mails in Postfix?
in flag

We have a postfix server which delivery via a smarthost / relay. Due to a misconfiguration we 60 emails were bounced back.

Nov 25 07:48:06 example postfix/smtp[2632]: F3F1F1A82421: to=<example@gmail.com.invalid>, relay=mail.example.com[....]:25, delay=0.13, delays=0.01/0/0.09/0.03, dsn=5.0.0, status=bounced (host mail.example.com[....] said: 550 Relay not 

Is there a way to requeue these mails o ...

Score: 0
Sree avatar
Tomcat java consuming more Memory
in flag

enter image description herei am using aws in my tomcat application java eats more memory and more cpu utilization. my server configuration: 8 vcpu amd 16gb Memory i increased java heap size up to 10gb and i changed my apache2 mpm module event to worker with defauly values

Score: 0
FTPS error: Winsock error 10060
br flag

I have setup an FTPS server on ubuntu using vsftps

Here are the FTP configurations: sudo vim /etc/vsftpd.conf

listen=NO
listen_ipv6=YES
anonymous_enable=NO
local_enable=YES
write_enable=YES
dirmessage_enable=YES
use_localtime=YES
xferlog_enable=YES
connect_from_port_20=NO
# pasv_address=13.55.13.221 
idle_session_timeout=1200
data_connection_timeout=3600
accept_timeout=500
connect_timeout=5000
allo ...
Score: 0
Scan Mounted Ext3 File System on runtime
pl flag

We have SUSE Linux system where we have various partitions, and we are facing corruption of FS. We are now trying to scan FS periodically without rebooting the system and we have gone through fsck option but on Man page we came to know we cannot use because result will not be reliable on Mounted partitions. So can someone help me with any sort of method to use to scan mounted file system that avoids reb ...

Score: 0
Rajarshi Das avatar
After enable winrm qc the host is not accessible using rdp windows
in flag

I have one host. I was connected it using RDP Windows and then I just enable the winrm by using winrm qc

and then I logout from that host.

Now today when I was trying to access it it is not able to give permission to access it.

login failed invalid credentials. But I am using same credentials.

Please help me

Score: 1
usert4jju7 avatar
linux load average interpretation with vcpu
in flag

I have a workstation with following CPU spec -

Dual (two) Intel Xeon X5675 CPUs - 6 cores each - that's total of 12 cores / 24 threads. 

If all the cores were utilised, given the total threads is 24, is the expected load average 24 or 2400 ?

The current utilisation with running multiple background jobs is as follows -

I'm wondering if the system is super overloaded or is it fine for the spec I hav ...

Score: 0
SethuIT avatar
HA Proxy - Header as a Variable
im flag

Is there a way I can eliminate the need for hardcoded server name "graylog.example.org" from the haproxy.cfg ?

https://docs.graylog.org/docs/web-interface

frontend http
bind 0.0.0.0:80

option forwardfor
http-request add-header X-Forwarded-Host %[req.hdr(host)]
http-request add-header X-Forwarded-Server %[req.hdr(host)]
http-request add-header X-Forwarded-Port %[dst_port]
acl is_graylog hdr_dom(host)  ...
Score: 0
shadow-light avatar
Is it common for nested subdomains to get blocked due to phishing detection?
is flag

I have a domain that uses subdomains for users, for example:

user1.example.com

To distinguish between other official subdomains and user subdomains I reserved "at" for all such cases. For example, some official subdomains are:

api.at.example.com, releases.at.example.com, support.at.example.com

I've twice now come up against blocks due to false positive phishing detection. So far from Google and Cisc ...

Score: 0
Avoid duplication in nginx redirects config?
sy flag

Setting up redirects wwwnon-www and HTTPHTTPS at the same time, I ran into duplication issue that I fail to overcome.

On my domain—let it be example.com—I have a website with primary name another.example.com. I want the requests to example.com, www.example.com, and www.another.example.com to be redirected to another.example.com, and all HTTP requests to be redirected to HTTPS at the same  ...

Score: 0
DarkMoon avatar
Microsoft Endpoint Manager - Updating "Available" Win32apps
in flag

We currently have a number of Win32apps set as "Available" to end users, such as Chrome, Notepad++, and VS Code. I'm looking to package updates occasionally and have the app update on devices that have it installed already. In SCCM, I could make an app available, and then create a Collection based on installed apps and deploy again as "required" to those that already have it. So the initial install i ...

Score: -1
user2965433 avatar
MSExchange Mid-Tier Storage Event:3019 on Exchange 2013
gb flag

I am having the Event 3019 on Exchange 2013 with Source "MSExchange Mid-Tier Storage" and have not been able to find any reference on the net for this. No other failures are reported. The server is serving clients normally.

Version: Exchange 2013 CU19
Build Number: 15.00.1365.001
Installed on Windows Server 2012R2 64-bit
The server has 2 mailbox databases on the same machine, each one on different hard d ...

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.