Latest Server related questions

Score: 0
rsync-bpc: connection unexpectedly closed after 40GB have been received
in flag

After starting a backup it goes for some time before failing, which is what I'm finding hard to understand. I created a fresh test backup that worked flawlessly, it was just a couple of files, but for the whole drive it fails after a while, in this case it received nearly 42 gigabytes before failing

Here's the error:

rsync_bpc: connection unexpectedly closed (41767840413 bytes received so far) [receiv ...
Score: 2
Juan C. Roldán avatar
Apache with HTTP/2 and per-directory upload_max_filesize
cn flag

I just upgraded my apache2 server on Debian 9.13 Stretch to start using HTTP/2. As far as I'm concerned, that requires switching from mod_php to PHP-FPM.

The problem is that PHP-FPM does not obey certain apache directives from .htaccess. For instance, I've been using php_value upload_max_filesize 900M in the an .htaccess file at the upload directory, to increase the filesize and other related param ...

Score: 0
Nolan O avatar
Nginx Block access to certain file types (like .txt)
gb flag

my goal: Block any request that requests these file types:

{random name{.txt
.md
.git

If the user tries to access any of the "blocked" file types, i want to return a HTTP 404. This should happen on all folders, not just the root folder

my Server code so far

server {
        listen 80 default_server;
        listen [::]:80 default_server;
        root /forum;
        index index.php;
        server_na ...
Score: 1
Linfux avatar
rsync: Remember copied files, even if they are deleted at the destination
cn flag

I want to run an rsync job that copies data from A to B. The data at the destination will be deleted after processing. However, the processed data should no longer be copied. Is there a way that rsync remembers the deleted data on the target and only copies the new data in the source? Maybe there is a way to make a ongoing list and exclude the data from the list?

Score: 0
jAndy avatar
Create a boot partition snapshot (win10)
br flag

I'm slightly desperate, of what is the best practice to:

  • install a fresh version of windows 10
  • strip it down
  • install applications you need
  • setup configure everything
  • create a snapshot of the whole partition (iso)
  • be able to recover that iso on startup (boot manager)

All I'm getting on the web is using fancy Windows software to create .vim files and bootable PE's, while I'm actually just looking for th ...

Score: 0
Eng7 avatar
CentOS: ulimit hard/soft limits keep reset to default values
um flag

On CentOS7 I am trying to change the values of ulimit as following:

ulimit -Hn 262144
ulimit -Sn 100000

But the value is being reset to its default values just after signing out:

[root@server001]# ulimit -Hn
4096
[root@server001]# ulimit -Sn
1024

Am I setting the values permanently this way? if not, how to do it?

And if it is permanent, why it is coming back to its default value?

Score: 0
What is the most reliable way to install ifupdown2 via Ansible?
tg flag

I need to install the Linux package ifupdown2 on a couple of remote Debian servers and want to use Ansible for this task. Since ifupdown2 replaces the standard Debian network tool ifupdown, no network connection is possible during the installation process. After installation, a restart of the network service is necessary to bring the interfaces up again. Currently I use this async Ansible command:

Score: 1
RekaB avatar
Is there a way to use the ingest attachment plugin with Elastic App Search
bv flag

I'm working on a portal that hosts multiple types of documentation (HTML, PDF, PPTx, DocX) and makes them all searchable in one place.

We could achieve this using the "standard" out of the box ElasticSearch and the Ingest Attachment plugin but I'm no data scientist and know very little about writing Elastic queries, so our search results are not great.

I've been recommended to use Enterprise App Sea ...

Score: 0
Teja Goud Kandula avatar
How to connect to db2 database if we are provided with DB2 ODBC connection via System DSN?
gn flag

DB2 database connection details are provided as ODBC registry file. The file is imported and the connection details are stored under System DSN.

Now by using which GUI tool one can connect to the DB2 database and we are provided with only ODBC connection details.

Score: 0
poypoy avatar
Google Bot can't access robots.txt neither sitemap.xml on apache hosted on AWS EB
eg flag

I've an hosted website on AWS EB running on apache. I've a default AWS EB configuration and default firewall settings. Google Bot tester can read the robots.txt file but the crawler fails. Same for sitemap.xml while using a browser it works. Does AWS EB and/or apache requires a specific configuration to allow Google Bot crawler to access file? on apache site, I've added to httpd.conf an Alias for robots ...

Score: 1
uday avatar
How to move kubernetes to a different subscription in azure?
ke flag

I have two subscriptions under my account. When I check today, the balance is low in my subscription where I deployed the cluster.

So, I click on change subscription option and selected the second subscription in my account.

But, getting below error.

{"code":"ResourceMoveValidationFailed","message":"The resource batch move request has '1' validation errors. Diagnostic information: timestamp '20210708T074 ...
Score: 1
Can I have two DHCP servers for IPv4/IPv6?
in flag

I have an IPv6 block, However the network is based on an IPv4 only router. I can't change that router for several reasons.

Can I have a DHCPv6 server with DHCPv4 server? Or do I have to disable DHCPv4 from the IPv4 router?

Score: 0
404_username_not_found avatar
Retire internal Windows root CA
sd flag

A former colleague created an internal root CA named CA1 with server2008. During migration to a newer OS version a Server CA2 was created and CA1 turned off. Now my problem is, all systems still think they have to ask CA1 to get new certificates. So how do I tell them that CA1 does not exist anymore and they have to ask CA2?

If I open pkiview.msc on one of these servers it lists both servers as c ...

Score: 0
TheJebusLizard avatar
PuTTy/KiTTy Killed by Global VPN Client, Cannot Reconnect
sv flag

Running PuTTy/KiTTy on a W10 machine, I connect to a work VPN (Global VPN Client). Connect fine, but connection is killed due to (I suspect) inactivity. That's fine. Sys admin has recommended to use the following: keepalives turned off (set to 0), using Auto for IPv, and check "Attempt to reconnect on connection failure". I have now set this up. I've attempted various setups, prior, covering just about  ...

Score: 0
Access heavily firewalled remote computer port with wstunnel
cn flag

I have a remote server running Win10 from which I need to access one port (RDP) from my local laptop. Unfortunately, Remote Win 10 is heavily firewalled (zscaler). Only HTTP / HTTPS / WS is allowed on 443/80.

I have found wstunnel, https://github.com/erebe/wstunnel and I hope wstunnel can be used for this.

I can setup a ubuntu server running wstunnel in server mode to be used as relay.

I have tried Rev ...

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.