Latest Server related questions

Score: 0
Is it required to install Oracle Client before installing OracleDataAccessComponents and OraOleDB?
us flag

I have a Windows Server 2019 intended to be a web server IIS running ASP.Net MVC applications that store data on Oracle 10g database.

The apps were developed on 32bit machines, and rely on existence of OracleOleDb provider.

When I tried to install ODAC on Win2019, the list of providers did not get updated.

Is it mandatory to install Oracle Client before installing ODAC?

Score: 0
How do I move a time machine folder on an SMB share without using MacOS Finder?
jp flag

I have a SMB share for Apple's time machine that I want to move to another drive. I tried to do rsync -arHAX but the destination size blows up and becomes larger than the size of the destination disk.

I don't understand what is causing the size increase. -H should handle hard links. The directory is on a btrfs partition but I'm pretty sure the CoW is not the problem there.

This question has been  ...

Score: 1
Code Cooker avatar
Unable to connect to MySQL through port 3306 Windows Server 2012 R2
kr flag

It looks like weird happening, I've followed and fixed all the possible things but still MySQL port 3306 is not accessible remotely.

Here's my setup:

Machine: Windows Server 2012 R2

MySQL Server: 8.xx

Settings have been applied:

  1. In my.ini bind-address did to 0.0.0.0 and and thus after exec command netstat -an this is what I get TCP 0.0.0.0:3306 0.0.0.0:0 LISTENING
  2. From Wi ...
Score: 0
northcom avatar
Perform backup of root directory in luks-container form initramfs
cn flag

My server is running from a root directory in an encrypted luks container with lvm layout. To perform a backup of the root partition, it is usually the consensus that the filesystem can not be mounted, especially when using dd.

The partition layout looks as following:

sda                8:0    0  7.1T  0 disk  
├─sda1                8:1    0  256M  0 part  /boot/firmware
└─sda2              ...
Score: -1
Alex avatar
proftpd: pam_systemd(proftpd:session): Failed to connect to system bus: No such file or directory
cz flag

If I try to connect to my proftpd server these errors will be logged in /var/log/auth.log:

Dec 29 03:22:38 ****** proftpd: pam_unix(proftpd:session): session opened for user ****** by (uid=0)
Dec 29 03:22:59 ****** proftpd: pam_unix(proftpd:session): session opened for user ****** by (uid=0)
Dec 29 03:24:49 ****** proftpd: pam_unix(proftpd:session): session closed for user ******
Dec 29 03:24:49 ****** pr ...
Score: 0
user206106 avatar
GCSFuse setting times of 'XX': Permission denied
co flag

Debian Bullseye running GCS Fuse, after a series of updates it now give me the setting times error, for example:

touch hi

touch: setting times of 'hi': Permission denied

I am really at a loss here. Everything is updated.

Score: 2
Proper repolist after migrate2rocky.sh to Rocky
ph flag

My migration from centos8 to Rocky linux went pretty well

myhost /etc/yum.repos.d # uname -r
4.18.0
myhost /etc/yum.repos.d #

Goal for this question; is this repolist sane? Or are some not migrated correctly. I thought I might reinstall firewalld, but first I want to verify these repositories.

I thought that /etc/yum.repos.d might be migrated to some dnf location in /etc/dnf/???? such that yum could b ...

Score: 1
rrag avatar
BIND9 - dig is unable to resolve from different server
ph flag
$ named -v
BIND 9.16.1-Ubuntu (Stable Release) <id:d497c32>

I have 3 servers configured in digitalocean nyc1 all in the same subnet

on server01 - I have installed bind9 and configured the zones and it works great

server01 $ dig @10.116.16.2 -p 53 ns1.prod.nyc1.example

...
;; ANSWER SECTION:
ns1.prod.nyc1.example. 43200    IN  A   10.116.16.2

This works well when I am on server01

from server02 (w ...

Score: 0
OpenVPN clients can’t resolve local domain names
sa flag

Hello I'm having problem with resolving my dns names when I'm connected over OpenVPN. OpenVPN and Pihole are installed on docker on my RaspberryPi. I configured OpenVPN to push dns server IP to client configuration and in pihole admin panel I can see queries that have status OK, but client over VPN isn't getting any answer.

I think that this is problem with OpenVPN routing configuration, but I'm  ...

Score: 0
loranga avatar
Bridged network with multiple alias in Debian
mw flag

I'v been trying to setup a bridged network with multiple IP addresses for a few days but I cannot get it to work. I'v tried multiple different setups found here on stackoverflow.

Here is my latest that seems to be working for alot of other people, but not for me.

auto br0
iface br0 inet static
    bridge_ports enp8s0
    address 192.168.0.155
    netmask 255.255.252.0
    gateway 192.168.0.1

auto br0 ...
Score: 0
Configure CollectD SNMP plugin to send performance data to Azure Monitor Log Analytics
in flag

I am trying to get performance from network interfaces from network device (mikrotik, cisco routers etc.) about interface traffic via SNMP poll and send those data to Azure Monitor Log Analytics.

I have installed and working Azure Log Analytics agent on Debian Linux, https://docs.microsoft.com/en-us/azure/azure-monitor/agents/agent-linux and working Syslog monitoring https://docs.microsoft.com/en ...

Score: 1
What behavior has tar on TERM signal while doing incremental backup?
gp flag

I've written a backup script in python using tar (via subprocess) to do incremental backups of my files. As some of the full backups are rather big (like my picture folder) and take multiple hours to be finished (over the network to my NAS), I'm worried about what happens, when the server/PC is shutdown/rebooted during the backup.

I guess the script will get a TERM signal on shutdown/reboot. Does

Score: 1
iraqiboy90 avatar
htaccess rewrite rule not working with file extentions
de flag

I have two domains setup on the same folder on a server.

i.e.

dl.d123.com      @ /var/www/public_html/dl.domain123.com
dl.domain123.com @ /var/www/public_html/dl.domain123.com

I have an htaccess file in /var/www/public_html/domain123.com with the following lines:

RewriteEngine On
#Rewrite URLs to one SSL domain
RewriteCond %{HTTP_HOST} ^dl\.d123\.com [NC]
RewriteRule ^(.*)$ https://dl.domain123.com/ ...
Score: 0
Changing Azure User Access Administrator?
us flag

The root User Access Administrator that is inherited by all our subscriptions is assigned to an account of an ex-employee. We're keeping that account alive so that we can continue to make changes as needed, but it's a less than ideal setup. Is there some way we can go about removing that account/reassigning those privileges? Or are we stuck with that ex-employee account forever (even the Azure consul ...

Score: 0
Whitewind617 avatar
What's the best way to set up LVM on an AWS EC2 Instance running Ubuntu?
us flag

basically I want to setup an EC2 instance that is properly setup with LVM, instead of what you get when you start up one using the basic Ubuntu AMI which is completely un-partitioned.

Where I'm running into trouble though is the lack of a gui installer so I can set up the partitions before the first boot. This is my first time working in AWS, and I'm not familiar with how you'd set all this up af ...

Score: 0
Make traffic between IPSec end-points and Internet via Cisco CSR1000v
tn flag

I made an IPsec tunnel between our CSR 1000v (AWS) and the LTE service provider router (ASR) and I can ping both sides of Tunnel with the following architecture:

           |<---> internet <---> 134.231.4.100 web server
CSR 1000v: |GigabitEthernet1 12.21.0.134 (mapped to Elastic IP 54.154.54.AAA)
           |GigabitEthernet2 12.21.4.50 (private sub-net)
   |
   |
ASR: 10.0.16.1 (mapped  ...

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.