Latest Server related questions

Score: 0
My downloads are at 0% need help interpreting error in logs
sg flag

DataTansferService.log:

Successfully queued event on HTTP/HTTPS failure for server 'ADB-ITS-02.ad.mydomain.com'.
Error sending DAV request. HTTP code 0, status ''
Download timeout has met. DTS job {95D7ABBA-59BD-46B1-BD33-6C1661A8FEDF} will quit.
GetDirectoryList_HTTP('https://ADB-ITS-02.ad.mydomain.com:443/CCMTOKENAUTH_SMS_DP_SMSPKG$/Content_cb286a91-80a3-41fd-8a61-81ca0a50fdd5.1') failed with cod ...
Score: 1
Maye Ger avatar
AWS RDS: Invalid max storage size for engine name postgres and storage type gp2: 198
us flag

I'm getting this error while modifying DB instance. Invalid max storage size for engine name postgres and storage type gp2: 198 for schedule autoscaling.

This only happened yesterday, it's weird. Here is a screenshot of the current storage configuration of the DB instance.

https://i.stack.imgur.com/reiJo.png

Score: 0
oliver avatar
Desktopinfo stuck in Powershell
kr flag

I packaged desktopinfo with chocolatey, it can install and will show me app on the upper right side of my screen, however, in powershell, it stuck at "installing desktopinfo". Here is my install.ps1 code

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$fileLocation = Join-Path $toolsDir 'DesktopInfo.exe'

$packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation ...

Score: 0
sxx avatar
NGINX+wordpress: CSS being served but not applied
ru flag
sxx

Cheers fellow stackers,

I kinda have to get wordpress running in a self hosted nginx environment.

More or less exactly using the suggested config from NGINX wordpress doc.

server {
    listen 443 ssl;
    server_name _;
    ssl_certificate /var/lib/nginx/PKI/www/server/cert.pem;
    ssl_certificate_key /var/lib/nginx/PKI/www/server/key.pem;
    root /var/lib/nginx/www/wordpress;
    index index.php; ...
Score: 1
Russell Fulton avatar
Ubuntu 20.04 server install failing from live cd
hk flag

I have two Dell servers in a lights out data centre that I am trying to upgrade to ubuntu 20.04. I am accessing the servers via idrac and mounting CD virtually from my laptop at home. ISO is ubuntu-20.04.2-live-server-amd64 (I originally tried 20.04.01 which I have used successfully previously).

I am working remotely via VPN (fortigate) and again I have done this before and been surprised how we ...

Score: 0
tsc_chazz avatar
Where does Sendmail get authentication from?
vn flag

For reasons I can't get into at the moment, I'm authenticating to an SMB domain (using Samba 4.9.5 on a Debian host as the DC, if it matters) with a Mint Linux server in the domain with Samba 4.11.6 using Sendmail 8.15.2. I have Thunderbird on a third, Windows machine. The mail server also has Dovecot 2.3.7.2 installed. From Thunderbird, I can view, open and manipulate mailboxes with domain credentials. ...

Score: 0
Nginx: where to put proxy_set_header X-Forwarded-Proto $scheme;
au flag

Nginx documentation says that proxy_set_header can be placed both in server and location context. I can't find a similar reference for $scheme variable.

For me it looks if I place proxy_set_header X-Forwarded-Proto $scheme; in the server context - it does nothing, but works in location context. Why is that?

Score: 0
SebaSbs avatar
Server disk full, Mysql service can't start, how can i shrink the database?
ru flag

I'm currently having a major issue. VPS disk is full, mysql database grew unexpectedly, and can't buy more space from the hosting because it's already maxed out.

The mysql service can't start anymore because of storage space.

Is there any way I could execute queries on the database with the service off? But I guess it would require some third party tools, and the space on the server doesn't permit t ...

Score: 0
johnnyApplePRNG avatar
How to add List-Unsubscribe header to a single address in postfix?
hu flag

Just setup a mailserver which I intent to use as both a regular mailserver and also issuing a newsletter to my clients every few months.

I want newsletter@example.com to have a List-Unsubscribe header attached to it whenever an email is sent out from that address, and I don't want the List-Unsubscribe header used when sending email from contact@example.com

Is this possible?

Score: 0
BrianS avatar
Need to resolve issue of Iperius Backup doubling in duration after Server 2019 upgrade
gp flag

we recently upgraded a server (Dell PowerEdge R720xd) from Windows Server 2008 R2 to Windows Server 2019 (upgrading to Windows Server 2013 briefly in between), all Windows updates have been installed. The Iperius Backup software (v7.4.1) we use to write 5.7TB of data to LTO tape, which had required 23 hours to complete, doubled to require 54 hours to complete. I have updated the Quantum Ultrium-HH8 driv ...

Score: 0
Peregrino69 avatar
NFS server is exporting shares but is not?
us flag

I'm running a Lubuntu QEMU VM under Bunsenlabs Lithium (Debian 10). I'm testing different ways to share folder with NFS. First created share was OK, but the host refused to share the second folder.

=== SNIP ===

/etc/exports:

/Data/virtualization/KVMShare   *(rw,sync,no_root_squash,no_subtree_check)
/Data/share2    *(rw,sync,no_root_squash,no_subtree_check,insecure)

Both exportfs and showmount show ...

Score: 0
Ed J. Plunkett avatar
IIS appears to allow maximum of one concurrent WCF webservice call per client
cn flag

We have a windows application which calls webservice methods for database access. We've found a case where we make a long (15+ seconds), asynchronous webservice call to a WCF service on IIS. If the UI makes other, blocking (it's old code), webservice calls while that's going on, those additional calls block until after the initial async call completes.

This does not happen when the UI and the web ...

Score: 0
BurgundianM avatar
Uninstalled Program(s) still appear in WMI Object “WIN32_InstalledStoreProgram”?
it flag

Note: This is a repost from an original post on StackOverflow. I was directed here by a helpful user, and am simply reposting.

I made a StackOverflow account for the first time due to this annoying issue. I was solving vulnerabilities on a Test PC VM at my current job to test some new procedures, and one of the vulnerabilities involved the preinstalled application "Paint3D" (Specifically QID 91774

Score: 0
wb6vpm avatar
Looking for a way to replace every instance of a non-zero sized file in a directory tree using a batch file
us flag

I am trying to figure out a way to have a batch script overwrite every instance of a non-zero byte file inside of a specific directory and its sub-folders. I'm guessing since I'm looking for a non-zero file I could probably loop it with a escape if it doesn't find any non-zero sized file?

Example, overwrite every instance of example.txt where it is a non-zero filesize:

D:\
\---SubFolder1
    |   examp ...
Score: 1
Dennis Dragonbain avatar
What defines the "interval" when playing back Performance Co-Pilot data in pcp-atop?
in flag

I have PCP (Performance Co-Pilot) recording performance metrics on a RHEL 7 host. The recording cadence is set to Y seconds here:

/etc/pcp/pmlogger/control.d/local

When I copy the performance metrics logs to another machine I'm able to analyze the files using:

pcp atop --interval=Zs -r /path/to/archive/files/

(where Z is a value that may or may not be the same as Y)

When I jump around in the archive usi ...

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.