Latest Server related questions

Score: 0
Santosh Baruah avatar
EBS Won't Size Correctly Windows Instance
co flag

My root volume won't expand to the size the EC2 console shows we've set the drive to. The C:\ should be 1.5 TB but only shows as 50 GB. The option to expand the volume isn't present in the disk management.

seems that drive C cannot be able to extend due to a partition recovery is in between drive C and the free space

Do I need to delete recovery partition or alternative solution is there . Could an ...

Score: 2
Windows Server sometimes has wrong date
hk flag

Having a Windows Server 2016 (hosted at Amazon AWS EC2) that is running successfully for years.

Since some month I'm experiencing that the Scheduled Tasks (e.g. a task that is configured to run daily) are not being executed. No error message in the task history. No entry in the Event Log. Nothing.

The tasks simply do not run, and in the "Next Run Time" column is a date in the future, e.g. tomorrow. ...

Score: 0
AGamePlayer avatar
Do I have to update/fix my SSL certificate if I change a domain provider?
sb flag

I am considering move some of my domains to a company with cheaper prices.

Do I have to do anything to my SSL certificates?

Current certs are generated by certbot from Let's Encrypt.

I have never done this before and am quite new to server-side jobs. Thanks for any kind of tips.

Score: 0
MightyMouse avatar
Server-side includes for PHP files in virtual folders using nginx
us flag

I am able to to an include on any filetype if the folder the file is in is non-virtual.

If it is a virtual directory using the include directive for example, it does not work on the PHP files:

...

location /common/ {
    ssi on;
    alias "Z:/My Website/My Custom Common/";
}

If test.php was in the root of the server, the include would work.

Here is my PHP block in nginx.conf:

location ~ \.php$ {
     ...
Score: 0
HCSF avatar
Squid Proxy Server Not Accepting External Connection?
tr flag

I am running squid 3.5.12 on Ubuntu.

I have the followings in /etc/squid/squid.conf

acl SSL_ports port 443
acl CONNECT method CONNECT
acl acl_allowed_ip src my.client.ip.address.com
http_access allow acl_allowed_ip
http_access allow localhost
http_access deny all
http_port 3128
coredump_dir /var/spool/squid
refresh_pattern ^ftp:           1440    20%     10080
refresh_pattern ^gopher:        1440    0%    ...
Score: 0
How to install TLS Cert (SAN?) on RHEL server behind a proxy?
it flag

I have a couple of RHEL server "clusters" - I'd call these loosely-coupled; they run artifactory and artifactory itself binds them together, rather than being coupled at an OS level - which have had new TLS certs issued by our internal CA (these are internally-facing but still use TLS). One cluster is in our "prod" domain with the other in "devtest" - as is pretty typical for these kinds of things.

 ...
Score: 0
openstack xena- extend boot volume which is attached to an instance through heat orchestrator
nl flag

as you can see the below heat template

{ "heat_template_version": "2018-03-02", "description": "H2 Template: All infrastructure is\n created using this, except for keystone users and their role assignments.", "resource" : { "PL_nal0bg6": { "type": "OS::Nova::Server", "properties": { "user_data": "windows", "name": "PL", "block_device_mapping_v2": [ { "volume_id": { "get_resource": "PL_boot_ ...

Score: 0
Sidekiq crash loop, no jobs run
ec flag

After upgrading GitLab to 14.7, sidekiq fails to stay running, and no jobs are running.

All CI jobs are stuck saying This job depends on upstream jobs that need to succeed in order for this job to be triggered. I also cannot push in this state.

Kubernetes version: 1.21.6 Helm chart version: 5.7.0 (gitlab 14.7.0)

Output of kubectl get pods

NAME                                         READY   STATUS      R ...
Score: 3
Brethlosze avatar
SSH No Matching Host Key Type Found
tn flag

I have two servers,

  • S1: My machine, Windows 8, OpenSSH 8.8p1, OpenSSL 1.1.11 2021-08-24,
  • S2: A Remote Server, Linux, Open SSH 5.3p1, OpenSSL 1.0.1e-fips 2013-02-11.

The message I have trying to investigate how to solve is

Unable to negotiate with xxx.xxx.xxx.xxx port xxxxx: no matching host key found, Their offer ssh-rsa,ssh-dss

  • Both S1 and S2 ssh users keys are RSA-2048 (~372 chars),
  • Both S1 ...
Score: 0
maldata avatar
Systemd does not obey After= in Unit section
tn flag

I have a simple service that needs to start after the bluetooth.service unit and a couple others:

[Unit]
Description=My Application
Requires=bluetooth.service some.service another.service
After=bluetooth.service some.service another.service

[Service]
Type=dbus
BusName=my.bus.name1
ExecStart=/path/to/my/app
StandardOutput=journal
StandardError=journal

This seems pretty standard. Yet this service still ...

Score: 0
user3525290 avatar
mysql not being pushed to the background after restart
cn flag

The mysql service is not being pushed to the background after startup. I start the service with sudo systemctl start mysql.service it starts up. I can connect send queries. But the the command stays on my console and doesn't go into the background. I have it running on two servers both are running ubuntu 20 and the same version of percona xtradb cluster 8.0.26.

Score: 0
What does exactly break with double NAT?
gf flag

There are many warnings about double NAT networks.

DSL---modem with router-----second router
      configured by ISP     inner network
        first NAT            second NAT

What will exactly break in a double NAT network?

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.