Latest Server related questions

Score: 0
Bind: Zone not loaded due to errors
cn flag

I'm very new to this and I have been trying to set up a DNS server but I'm keep getting the following error when I type systemctl status named.service:

zone 30.168.192.in.addr.arpa/IN: not loaded due to an error _default/30.168.192.in.addr.arpa/IN: no owner

I have followed this video step by step, but I still get the same error: https://www.youtube.com/watch?v=052Txlzk_7w

Linked the video since I canno ...

Score: 1
Unable to access Qnap NAS device
ng flag

I have a Qnap NAS connected to Qnap QSW-M2108-2C managed switch. That switch has one port leading to the internet and another port connected to a MacBook running Qfinder Pro. Everything was working fine and I was able to connect to the NAS successfully over the network. However, after relocating all of the above gear to a new location I have not been able to successfully connect and I cannot figure out  ...

Score: 1
ravivarman avatar
Virtual CD is not connecting in IPMI JViewer
sd flag

I am not able to mount the ISO image in the IPMI Remote JViewer. Earlier I mounted the CD and installed the OS and did some installations also. Now I am not able to mount. It's not connecting. When I check the /media folder, already there are cdrom and cdrom0 folders which are empty. Any ideas?

Score: 0
Vjz avatar
Reporting Services 2016: Cannot Edit or Upload RDL (Throws Exception and Memory Dump)
jp flag
Vjz

I have an SQL Reporting Services 2016 (13.0.5103.6) Standard native instance which won't let me edit Reports (RDLs) with Report Builder 15.0.19611.0 or upload them via the Reports portal, it throws an exception and creates a memory dump. I can still execute/generate reports in the instance.

When opening report in Report Builder I get the client-side error of:

An unexpected error occurred in Report Pro ...
Score: 1
Catto avatar
Nginx give error ERR_TOO_MANY_REDIRECTS when accessing website from outside network
ca flag

I'm trying to deploy my laravel app to ubuntu using nginx, everything was fine before I using ssl. But after I using ssl, it's not working anymore if I'm accessing my website using outside network (still working if I access it using server network).

this is my nginx configuration:

server {
    listen 80 default_server;
    listen [::]:80 default_server;
    
    server_name kopidw.id www.kopidw.id;
   ...
Score: 1
CMPXCHG8B avatar
Windows 10 clients flooding Samba servers with phantom guest login attempts
my flag

I am currently running a Samba server for file sharing on a SOHO network.

I have noticed that one of the recent patches to Windows 10 seems to have introduced some sort of nasty bug with SMB that causes Windows 10 to spam unauthenticated guest requests at the SMB server for every file accessed.

The errors I get in the Samba logs are as follows:

[2021/12/22 18:31:42.283148,  1] ../../source3/smbd/service.c ...
Score: 1
jezjez avatar
How to direct traffic to either Compute or Cloud Run service based on URL
jp flag

We currently have a web app running on a Compute VM, and are working on gradually migrating it to Cloud Run. (We are doing it gradually because the current backend is in PHP and we are rewriting it in Go, one endpoint at a time)

Our site is current accessed at for example:
https://www.myapp.com
and API at:
https://www.myapp.com/books

Our plan is to have the new Cloud Run/Go API be accessible either in a ' ...

Score: 0
Green and Blue g avatar
Docker container unable to connect to postfix on host with error "MX Routing not available"
br flag

I'm trying to run a SimpleLogin instance on my raspberry pi 4 (aka armhf/armv7l) following the official instructions, but the resulting installation isn't able to send emails to my real inbox.

I installed swaks inside the docker container sl-app where all the to-the-real-inbox emails originates, after trying to send a message i got this error

$ docker exec -ti sl-app swaks --from "REDACTED" --to "RE ...
Score: 1
vlan routing redirected by remote change?
it flag

We are replacing a Juniper EX4200 stack with a new EX3400 stack. During the migration, we setup a bridge link between the two so that things that hadn't migrated yet could talk to things that had. This worked well until we got down to the last connection, shown in the attached image. When the red connection is in place, connectivity between client-router-1 and client-router-2 works fine. When the co ...

Score: 1
mariadb is not running after restart Openstack train
cn flag

I have a OpenStack train deployment with a single controller node. disk went full I deleted the cinder-volumes loop file after reboot nothing is working because all the services are unable to connect with mysql db. 2021-12-21 16:41:54.345 27 WARNING oslo_db.sqlalchemy.engines [req-c3a82c9d-d6be-42cd-b54a-a1258171c777 - - - - -] SQL connection failed. -709 attempts left.: oslo_db.exception.DBConnectionEr ...

Score: 1
Tomcat 9 on RHEL 7: Approximate 15 minute hang on startup
in flag

Tomcat Version: 9.0.54 RHEL 7

We have several near identical application servers running Tomcat 9, and all but one are quick to startup. The last server, however, takes significantly longer for Tomcat to fully start.

It does not matter if we start using systemctl start tomcat or manually with calling catalina.sh start directly. Tomcat shows as started, and in the catalina.out log we see the Server ...

Score: 0
Cris Tecelo avatar
"The User Agent is required to access this page" message only goes away when I clear NGINX cache
cn flag

I'm new to NGINX and can't really tell if there's a problem with it or with our app. My PHP application has a php package Device Detector that is responsible for User Agent info as well as CodeIgniter, which has a file UserAgent.php. I had an event where about 30 ppl tried accessing it. After they did the login, the message above showed up and only when we cleared NGINX cache the problem went away. We t ...

Score: 2
mlom avatar
Block traffic to/from host from one side of a bridge
in flag

If I have two ethernet interface eth0 and eth1. They are bridged (br0). The host running the bridge can communicate with the network using any of eth0 or eth1 depending on wich are connected to the network.

Now to the question:

How can I prevent the host to communicate with the network through eth1?

What I would like to accomplish:

eth0 <-> br0: Accepted.
eth1 <-> br0: Rejected.
eth0 & ...
Score: 0
synkyo avatar
xfs_repair runs instantly, surely this should take some time to run?
io flag

I'm trying to troubleshoot some issues with multiple database engines crashing and logs suggesting corruption while reading from disk, so I'm running xfs_repair on a 2TB NVMe which contains the files.

However the program runs instantly which doesn't seem right, surely this should take some time to run?

# time xfs_repair /dev/nvme1n1
Phase 1 - find and verify superblock...
Phase 2 - using internal log
 ...
Score: 1
Alexander Wryn avatar
Group Policy Management Tools
cn flag

My company is currently using NetIQ GPAdmin from Microfocus. It has been a nightmare and is apparently going EOL. We are looking at moving to a different utility and they are attempting to sell us on "Universal Group Policy" by Microfocus. As we are looking at a new implementation, we have the opportunity to test other options and perhaps go a different route. Looking for any suggestions and would ask f ...

Score: -1
GeekyGautam avatar
My Nginx Server is not running my App on my domain name?? Please give me solution
ph flag

When I open the IP Address http://45.82.75.190/

I see the default Nginx Page and not my app I have successfully proxied my node.js app which is running on port 5000 to run or port 80 but still my app is not running in browser

enter image description here

enter image description here

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.