Latest Server related questions

Score: 0
pixelearth avatar
Can I mount an AWS EFS belonging to one AWS account on an EC2 instance belonging to another account?
cn flag

We have a server hosted with Engine Yard (which uses EC2 behind the scenes).

We'd like to start a EFS that we own directly. Is it possible to mount this EFS on our engineyard server (they will help)? Their EC2 instance is in a separate VPC, obviously. Is there some kind of way to grant access to it from our EFS?

Score: 0
megseoh avatar
How to Bulk Delete 1.4 Million AWS S3 Access Logs
pt flag

We hadn't specified a target bucket for our AWS access logs & I believe we set up an infinite loop https://aws.amazon.com/premiumsupport/knowledge-center/s3-server-access-logs-same-bucket leading to the creation of 1.4 million access logs since 2017. How can I bulk delete all of these files from our S3 bucket?

I have used the command line before but am not very comfortable with it. If this is the  ...

Score: 0
DenisZ avatar
How to utilize second gateway on the same network
do flag

I couldn't find solution to add 2nd gateway from main router.
I have a C class local network 192.168.5.0/24 with Linux server A at 192.168.5.1 acting as default gateway, dhcp, smb... server. I would like to route some clients/servers (ie. client with ip 192.168.5.30) via another gateway B in the same subnet (192.168.5.5).
Is it possible to solve this via ip route or ip rule on the Linux server (192.1 ...

Score: 0
Patrick avatar
Openstack: How to create multiple server with fixed_ip
hk flag

So I read the document there's an API for creating multiple server which requires min_count parameter, but I want it to have fixed ip for each instance let's say the first instance should have Ip 192.168.1.10 the second instance should have Ip 192.168.1.18 how can I do that since there's no fixed ip in the multiple server API.

Score: 0
sqlcmd error: libodbc.so.1 not found
kr flag

Straight forward question, I'm trying to use sqlcmd on CentOS 8, but everytime I try to run any command using it, I get the error:

sqlcmd: error while loading shared libraries: libodbc.so.1: cannot open shared o bject file: No such file or directory

It looks like I just need to install the libodbc.so.1 for it to work, but it's not on  ...

Score: 0
Zarbat avatar
Need to mount GB in my vps now excluded in /dev/vda1
us flag

i'm loosing my mind through documentations, guides and so to understand/solve my problem about actually my VPS filesystem.

I bought a vps from edis with 100GB space and a centos7 installation on it installed from their automatisms.

Actually from a df -h command i can see this structure

Filesystem      Size  Used Avail Use% Mounted on
devtmpfs        3.9G     0  3.9G   0% /dev
tmpfs           3.9G     0   ...
Score: 1
Darren avatar
Postfix no longer rejecting emails based on spam block lists
ng flag

My postfix server is configured to reject emails based on a couple of spam block lists administered by spamhaus and spamcop.

After noticing that I've been receiving more spam than normal recently, I've discovered from logs that the last time an email was rejected based on a postiive result from either of these services was a week ago. I've made no changes to my postfix configuration for some time ...

Score: 0
Is rate limiting delay included in nginx $request_time?
cn flag

If requests are delayed by nginx rate limiting (rate limit exceeded, but within burst rate), is this delay included in the nginx $request_time total?

The nginx docs state that $request_time is "time elapsed since the first bytes were read from the client"

If a request is delayed, is that before or after request bytes are read from the client? I assume after, since rate limiting can be based on request he ...

Score: 1
Krzysztof Błażewicz avatar
EC2 instance running Ubuntu as a router to Wireguard network
cn flag

I have one machine in AWS EC2 running Ubuntu 16.04 (B) with Wireguard running as a VPN server for some Road Warrior devices (C).

I'll try to sketch it below:

+-----+                              +-----+                            +-----+
|     | ---------------------------> |     | -------------------------> |     |
|  A  | 172.30.0.5/16  172.30.0.6/16 |  B  | 10.70.0.1/24  10.70.0.2/32 |  C  |
 ...
Score: 1
Unable to finalize Container Registry Transition to Artifact Repository
br flag

I tried to create a Container Registry and it asked me to upgrade to the Artifact repository. When I tried to transition, the Finalize button did not work. It keeps on loading and loading. I tried using Safari and Chrome but was unable to make it work.

Score: 0
treatments of /var/log/messages with rsyslog
in flag

I having problems with my /var/log/messages file. Indeed, I collect logs from different network switches on my server and their logs go in a special file + the messages file. I would like the switch logs to go only to the specific file and not to the /var/log/messages file. Do you know how to please? I am on RedHat 7.

Here is my configuration on /etc/rsyslog.d/test.conf

$template syslog,"/var/log/clie ...
Score: 0
Can Poyrazoğlu avatar
Moving raw GitLab repositories to a new GitLab instance with access to old disk image but no backups
cu flag

I need to move all the data from a NON-BOOTING (so I can't create a GitLab backup normally) GitLab instance on EC2 to a fresh instance. I do NOT have GitLab backups, but have access to full disk of the old instance.

I have:

  • Detached the volume from the old, non-booting instance
  • Launched a new EC2 instance
  • Attached the volume to the new instance (not as the root volume, as an additional volume as ...
Score: 0
GID avatar
aws s3 bucket mounting on CentOS
th flag
GID

I need to change the AWS credentials I use for mounting an S3 bucket to a CentOS 7.7 instance. As root, I un-mount the FS and change the contents of the /etc/passwd-s3fs file to reflect the new credentials. Then I run "mount -a" (since the proper entry is in place in /etc/fstab), and get no error, but the bucket is not mounted. The new credentials I'm using are already used for bucket mounting on anothe ...

Score: 0
After migrating to Azure DC local IIS resource sometimes times out
mg flag

So a few months back I hired our CSP to migrate our on-prem DC to Azure. Since the word go, it was a disaster so I've had to go through and fix everything piece by piece and now I'm at the last part and can't seem to get this right. The issue is, every few hours, our local IIS site becomes unavailable to users on prem.

To begin, our Sonicwall is set up to inherit IPv4 DNS dynamically from the WAN ...

Score: 0
IDEtoSATA avatar
Failed to deploy OVF package. ThrowableProxy.cause A general system error occurred: Transfer failed: Invalid response code: 500
cn flag

Versions:

ESXI: 7.0 Update 2 (build number 17867351)

VMware Workstation: 16.1.2 build-17966106

I exported a VM from QKVM (Qnap KVM) and been trying to import it into one of our ESXIs using vCenter, but to no avail. It imports successfully to a locally installed VMware Workstation, though.

The process I go through is (in vCenter, using Firefox): Right click on one of our ESXIs -> Deploy OVF Templ ...

Score: 0
alanders avatar
Can't connect to my FTP server from another PC on the same network
in flag

I have setup an ftp server on Microsoft IIS on a windows 10 PC.

I have installed all the "World Wide Web Services" Set up the ftp site with the PC's IP address and default port Allowed specified users access to the site. Created a rule in the firewall to ensure the port is not blocked. Enabled the rules for the ftp port.

My problem is that while I can access the ftp server from the PC the server is  ...

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.