Latest Server related questions

Score: 0
CADENTIC avatar
django.db.utils.DatabaseError: ORA-12154: TNS:could not resolve the connect identifier specified in OCI
ng flag
django.db.utils.DatabaseError: ORA-12154: TNS:could not resolve the connect identifier specified

within OCI repeatedly receiving errors connecting database ADW(autonomous database warehouse 19c) to deploy a Django project in oracle cloud infrastructure

 uname -a
Linux instance-20210913-1957 5.4.17-2102.204.4.4.el7uek.x86_64 #2 SMP Tue Aug 17 20:25:28 PDT 2021 x86_64 x86_64 x86_64 GNU/Linux

pip freeze
a ...
Score: 0
mattb avatar
Azure app service recycle does it drain the queue
lk flag

We have an issue where we can't use the arr affinity in an azure app service because it does not work behind a front door using a custom domain (the arr cookie has the wrong host on it for the browser to accept), this appears to be a limitation of app service and/or front door.

So we're looking at only using one instance of our app service per region, but we're now at risk of azure recycling our  ...

Score: 0
Will Roberts avatar
Separating /boot from the rest of the System
gf flag

I have a theoretical system configuration question; If I build my system on a software RAID1 but put /boot on a USB.. could there be problems if the RAID becomes dirty? The setup would be as follows:

USB ----------->  /boot

RAID1
 sda
 sdb --> md0 -->  /
 sdc

My question is; if any of the drives fail, would I still be able to boot if the RAID is in a dirty status?

Score: 0
IpsRich avatar
Why is rsync only hard linking some unchanged files?
id flag

I'm using rsync for incremental backups, using the --link-dest option to point to the previous backup so that unchanged files are hard linked to there.

This is working, but not for all files. For example, I've a directory in the backup containing files that haven't been modified in over three years. But for some bizarre reason, only some of them are hard links.

Inconveniently, the larger files are all ...

Score: 0
Connor Bell avatar
Running a shell script with ProxyCommand that computes an IP and starts an SSH session
ng flag

I would like my SSH config to call out to a script in certain situations to resolve a different IP address than what I provide. In this situation, I don't actually want to proxy through another host, simply change the host that's being SSH'd to (although in some situations I would like to proxy through a host, hence bundling this into one script).

This is a rather long script and isn't really desi ...

Score: 0
Remove "Via" response header from "ledge"
ma flag

I have an Openresty web-server that is also working as caching server by using ledge. ledge is setting a "Via" response header that exposing the hostname of the server which is fqdn.

Via: 1.1 xyz.example.com

I have these in my openresty and ledge config:

more_clear_headers 'Server';
server_tokens off;

I would like to remove the "Via" response header completely. But unable to figure out how to do it ...

Score: 1
essere_digitale avatar
Apache Reverse Proxy SSL don't carrying cookies
ph flag

We have an Apache 2.4 reverse proxy setup on a Windows server. The server should redirect users to other server via reverse proxy and store the cookies. We set it up, it works fine except that no cookies are set on the client.

<VirtualHost _default_:443>
  SSLEngine on
  ServerName localhost:443
  SSLCertificateFile "C:/Cert/targetdomain.com/fullchain1.pem"
  SSLCertificateKeyFile "C:/Cert/ta ...
Score: 0
Gabe Intothe avatar
Port forwarding on ASA 5510 internal - internal
cn flag

I have an ASA connected to the primary network and I'd like it to do an easy port forward so that when a pc tries to telnet the ASA on port 500, for example, the ASA forward the request to a server. The topology would be like: 192.168.1.100 (PC) -> 192.168.1.200 (ASA) -> 192.168.1.300 (SERVER)

So from my PC if I do "telnet 192.168.1.200 500" the request would actually go to 192.168.1.300

I cre ...

Score: 0
PalomaLVP avatar
VM in Read-Only - no commands executed
tr flag

A Ubuntu 18.04 LTS server VM has entered Read-Only Mode, to the point that basic commands such as ls are not executed anymore, and return the error message -bash: /usr/bin/ls: Input/output error, even for root.

A Read-only state is usually fixed by executing a disk check (fsck) or remounting the partitions (remount), but none of these commands can be called.

It being a VM, booting from an externa ...

Score: 0
Radderz avatar
Adding IP addresses to IIS6 SMTP binding
pm flag

Does anyone know how to add or alter the IP addresses within for IIS6 SMTP server?

We have physically moved our server, resulting in a change of our range of IP addresses. I have updated the IP's on our network adaptor, and registered the changes in IIS7 for a websites, however there doesn't seem to be any options to change the IP address, or Fully-qualified domain name within the IIS6 SMTP prope ...

Score: 2
inding avatar
What is the process name of WinDRBD?
ng flag

Now I am using WinDRBD on Windows Server 2019

So far, I have checked whether DRBD is running with the command below.

drbdadm status foo

However, I need to write some code in the batch file to check if DRBD is working.

I looked at the process in the windows task manager. However, I did not find the process.

I may have missed it. What is the process name of WinDRBD?

Score: 0
Cian avatar
Domain clients not seeing standalone DC as time source
hu flag

I've got a Server 2019 DC (standalone/solo), running on physical hardware, which is configured and presenting as a reliable time source (TIMESRV and GTIMESRV flags are set), but all domain clients are not syncing with it.

These are set to NT5DS and can see the NTP service on the DC if using any third-party NTP tools to query it, so there are no (obvious) firewall issues.

The domain instance itself h ...

Score: 0
jbbletterman avatar
Cannot boot from initramfs (unable to switch root, sysroot directory is empty)
ca flag

Okay, so I have a problem with Fedora 34. More specifically, I have a problem with a custom built image that is part of the services that we deliver.

The Problem

The problem has to do with initramfs. See, we've been using initrd up until now, but the amount of packages and binaries have increased since our last upgrade from Fedora 32 to Fedora 34. Without manually adding new packages, the base, rele ...

Score: -1
Why is apache logging an internal IP when using an external domain?
cn flag

I have a Raspberry Pi running which we're using in the office for small test projects we don't want on our main development server. It is running apache. The DNS is handled via Cloudflare, but in DNS Only mode. Currently, no IP restriction is in place while I test. The A record for mysite.domain.tld is pointing to my static IP address 123.123.123.123 and only a standard business fibre router/modem ...

Score: 0
Sara June avatar
How to assign a dynamic address to aks service or gateway?
cn flag

In the eks, kubernetes provided by aws, every service is assigned a DNS name we can connect with if we set them as LoadBalancer type.

But with aks, kubernetes provided by azure, the service is assigned with a public IP if we set them as LoadBalancer type.

Is there anyway to assign DNS name to azure services?

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.