Latest Server related questions

Score: 0
imaxt avatar
Scheduled Task not being deployed via GPO
qa flag

I have created a FailedLogon task in GPO similar to this https://woshub.com/scheduled-task-gpo/ The task gets deployed if I run it as SYSTEM. But when trying to run it under a service account srv_tasks it doesn't schedule the task. And in the event logs I see this:

The computer 'FailedLogonTask' preference item in the 'FailedLogonTask{70C9DC24-A2C3-4857-8443-2CFF638B7D00}' Group Policy Object did no ...

Score: 0
In terms of replication, can an OpenLDAP consumer act as a provider to another OpenLDAP server?
id flag

If I have an OpenLDAP server configured as a replication provider and a second OpenLDAP server configured as a consumer, can I configure the second server to act as a provider for a third OpenLDAP server? If so, is there minimum OpenLDAP version for which this will work?

Score: 0
Kay avatar
Undestanding how to connect remotely to a Mysql database
tt flag
Kay

Even if I found many old questions around this topic, I'm still unable to connect to a mysql database remotely. Beside my own specific issue I'd like to point out what are my doubts, in hope to serve whoever comes next, and it's a newbie like me.

Currently I have two Ubuntu machines. One that stores the db, the other that needs to connect to it remotely.

Here's what I did so far:

  • Changed bind add ...
Score: 0
nivis avatar
Connect to a remote video feed over Internet
ke flag

I need to connect to a remote video feed over the Internet.

The camera system has a http interface that is normally accessed through a LAN where you've hooked up both the camera and a laptop to the router, then you type in the IP address and you see the feed.

I need to put the camera far away and access it somehow.

My first thought was to use a VPN, which I guess should work, though the only way I woul ...

Score: 0
Continous delivery using Gitlab, Foreman and Puppet
cn flag

We are using different tools to orchestrate our environment. On one side, we have Puppet and Foreman to deploy our different server applications, on the other side, we are using Gitlab in order to manager issues, integrated with the Git merge requests. We have a Gitlab pipeline running tests.

We would like to improve the integration and be able to deliver our server applications on all our server ...

Score: 0
Morten Hansen avatar
How to get RTSPtoWeb to work with with https
vn flag

We have installed RTSPtoWeb on a spare server on our network, just to see if it works, and it does. It captures the stream from our cameras nicely. I then used the webrtc stream option to successfully show it on a webpage, BUT only in my local development environemt on localhost. The spare server does not have an SSL certificate, it's just http.

Now, of course this needs to work in our production ...

Score: 2
nginx route all 404 requests to a php script
in flag

I want to route all 404 requests to a php script, How should I do that? My nginx config is:

server {
    listen 81;
    listen [::]:81;
    root /srv/http/paste.lan/www;
    autoindex on;
    client_max_body_size 20M;
    index index.txt index.html index.htm index.php;
    server_name paste.lan;
    location / {
        # First attempt to serve request as file, then
        # as directory, then fal ...
Score: 0
Dgarcu avatar
Setting up a VPN with ROS 2, seamless
ie flag

I want to run some "power-hungry" ROS 2 nodes in a desktop PC located at my home with my laptop connected to my university network. I successfully set up a WireGuard VPN with Docker which is working well. This server is running on a tiny pc which is in the same local network as the desktop PC I want to use. I've tested ping, ssh (Including X11 forwarding) among so other things to both server and desktop ...

Score: -1
ironmanAJ avatar
why active directory computer object has machine password?
ge flag

The active directory computer object (ie machine object) also have password , as far as i know only the user's logon name and users password is used when logging into the domain joined computer ? But still why machine password is there and what is the use for it. Reference Links : https://techcommunity.microsoft.com/t5/ask-the-directory-services-team/machine-account-password-process/ba-p/396026 Clear  ...

Score: 0
Jeff Drew avatar
powercfg.exe /requests hangs on new install of Server 2022
sz flag

I noticed that powercfg.exe was constantly running and using 25% cpu (one logical processor). I have tracked it down to CrashPlan Pro calling powercfg.exe /requests. I tried running the command in the CMD run as administrator and it did the same thing. I copied powercfg.exe from another machine and ran it as admin and it did the same thing. There appears to be something causing it to hang and use CP ...

Score: 0
ArnOCP avatar
freeze on "Loading initial ramdisk" debian 9
lt flag

I have a functional debian 9 (kernel 4.9.0-19-amd64) on an old pc, I made an image of this debian with clonezilla and I put it on a newer pc... I know it's bad ^^

My concern is that when I boot directly on my debian I freeze on this message "Loading initial ramdisk" and nothing moves... A little stubborn I tried a lot of tricks without success. The only solution for me is to boot from a usb key w ...

Score: 0
Would access to a symbolic link trigger the automounter to mount the destination path?
ng flag
cfi

Following up on such a basic question as Why directories only appear after access, here's another simple one:

If there is an automounted path at e.g.:

/server/vault

and it contains a sub directory:

/server/vault/data

And there is a static mount e.g. at:

/data/

If I were to create a symbolic link pointing to a lower level inside the automounted path like this:

ln -s /server/vault/data /data/ser ...
Score: 0
22EF avatar
Searxng nginx installation fails
pk flag

Hi I'm trying to install searxng in my nginx server using the installation script (https://docs.searxng.org/admin/installation-nginx.html). It complains that it can't find the searx module

INFO:  uWSGI socket is located at: /usr/local/searxng/run/socket
Traceback (most recent call last):
 File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'searx'

So can somebody exp ...

Score: 0
Sudharsan Punniyakotti avatar
Passing Variable between GHA steps
ru flag

I'm trying to pass variables from one steps to another step in github action . Below doesn't work . Is there way to do it ?

 jobs:
  eks_delete_resources:
    runs-on: code-default
    defaults:
      run:
        shell: bash
     steps: 
      - name: Fetching Resource Up for Deletion
        id: id-fetch
        run: |
          echo "List SG"
          export SG_LIST=$(aws ec2 describe-security- ...
Score: 0
marshall mathers avatar
I want to remove ESXi hypervisor from a machine and make it completely bare metal? How can I do that?
tv flag

I want to remove ESXi hypervisor from a machine and make it completely bare metal? How can I remove ESXi hypervisor?

Score: 0
harvey avatar
Content-Security-Policy frame-ancestors not working
sa flag

I'm running an OpenLiteSpeed server and would like to only allow webpages that start with a specific url on my site (e.g. https://example.com/video/**) to be iframed by others. (I want to allow anyone to add an iframe to their site, but they can only iframe https://example.com/video/**)

I added this line to my headers Content-Security-Policy "frame-ancestors 'self' https://example.com/video/", but ...

Score: 0
eberteo avatar
"rewrite or internal redirection cycle while internally redirecting to" Nginx
ga flag

rewrite or internal redirection cycle while internally redirecting to "/opt/soa/adminControl/v1/ro42/", client: 127.0.0.1, server: _, request: "GET /opt/soa/adminControl/v1/ro42/ HTTP/1.1", host: "localhost:81"

I have the above error after I did

curl localhost:81/opt/soa/adminControl/v1/ro42/

shouldn't I be getting whatever is inside the index.php file. My php controllers are in /opt/soa/adminContr ...

Score: 0
DonP avatar
After update from Apache 2.2 to 2.4, Aliases no longer work
br flag

I'm not a stranger to server configuration but on my local development systems (all of them), some update seems to have broken the Web sites' aliases as none work now. I'm not sure when it happened as I haven't done much development lately but when I tried, I discovered it was broken so I hope someone can help me get it going again.

This particular system is running Kubuntu but it is also broken  ...

Score: 0
gelonida avatar
can nginx distinguish http headers with underscors from headers with a dash
de flag

I have one server where I have one HTTP header that contains an underscore (example X_MYHEADER) all other headers do not use underscores.

Therefore I enabled the option underscores_in_headers on;

Now I'm asking myself whether I could distinguish a header like X_MYHEADER from an http header like X-MYHEADER

The only way that I know to access the value of a header is to use $http_x_myheader, but this ...

Score: 0
Password Policy Changes On Non-PDC Domain Controllers
cn flag

I have a DC I just added to my domain as a backup so it does not have a PDC role. I have the password policy set on the Default Domain policy. There are no Fine Password Policies setup. When I check gpedit on my DC it shows that some of the settings are wrong event though the policy is applied. I can't edit the settings in GPEDIT. It is taking all other required settings from Default Domain Policy and o ...

Score: 0
King David avatar
Clear RAM Memory Cache and buffer on production Hadoop cluster with HDFS filesystem
gb flag

we have Hadoop cluster with 265 Linux RHEL machines.

from total 265 machines, we have 230 data nodes machines with HDFS filesystem.

total memory on each data-node is 128G and we run many spark applications on these machines.

last month we added another spark applications, so process takes more memory from data-nodes machines.

we noticed that cache. memory is very important part, and when more process are  ...

Score: 1
How can I approach system-wide, per-process resource monitoring on Windows Server 2016 Datacenter?
US flag

Context: My team hosts multiple applications on a Windows Server 2016 box. For planning purposes, I'm interested in profiling CPU and RAM usage per application over time. Most of these apps are .NET via IIS, while a few are .NET and scheduled through Task Scheduler, and some are Python scripts run on a schedule or ad-hoc by another process. None are guaranteed to be running at any given time (I d ...

Score: 1
setup k8s on bare-metal with calico
gb flag

I'm trying to set up a k8s cluster for learning and testing before I move on to a production system.

I've set up my k8s cluster on bare metal in Debian 11

after install I can run:

$ kubectl get nodes -A
NAME   STATUS   ROLES           AGE   VERSION
km1    Ready    control-plane   22m   v1.26.2
kw1    Ready    worker          21m   v1.26.2

looks good to me. However when I run:

$ kubectl get pods -A
NAMES ...
Score: 1
Václav avatar
FreeRADIUS keeps complaining about TLS 1.0/1.1, despite tls_min_version setting has been set to 1.2
cn flag

I'm implementing EAP-TTLS with FreeRADIUS 3.0.21. Devices are able to connect, server is running. However, FreeRADIUS complains about TLS 1.0/1.1 are still available in its starting log messages. Here's the output of systemctl status freeradius command:

● freeradius.service - FreeRADIUS multi-protocol policy server
     Loaded: loaded (/lib/systemd/system/freeradius.service; enabled; vendor preset:  ...
Score: 0
Cross Vander avatar
Change default cron log location
ca flag

I have apache server with $HOME is var/www/, I create a cron job and all logs get into that directory, how to change it to another folder? Is there any config file on apache to change that? Btw, I'm using Jelastic/Virtuozzo

Score: 0
ccc_cdxxb avatar
Exchange 2019 Migration - Mailbox Migrations
pl flag

We're migrating from 2013 to 2019 and so far everything is going well. I've moved a good set of our user mailboxes with no issues and connectivity, mail flow, etc.

What I keep running into is these hidden arbitration mailboxes that I had no clue existed that need to be migrated and this got me thinking about what else I need to migrate before decommissioning our 2013 instance.

Currently, I'm aware  ...

Score: 0
digitalshadowhawk avatar
Bind: Zone not loaded due to errors, all FQDNs properly marked
sz flag

After an update, our intranet manual stopped working, and we get an error about our zone file when we run named-checkzone that says "intranet.dsi.local has no address records (A or AAAA)" and is not loaded due to errors

$ttl 38400
@   IN  SOA intranet.dsi.local. root.intranet.dsi.local. (
            1542053403
            10800
            3600
            604800
            38400 )
dsi.local.  IN ...
Score: 0
Brett A. avatar
Postfix logging to syslog even though it's excluded
in flag

Ubuntu 22.04 and postfix 3.6.4

Postfix config is set to use syslog_facility=mail, and I have modified /etc/rsyslog.d/50-default.conf to the following

*.*;mail,auth,authpriv.none     -/var/log/syslog
mail.warn                       /var/log/mail.err

Messages of warning and higher are correctly going to /var/log/mail.err, however all levels of mail facility messages are still going to syslog. Am I m ...

Score: 0
Clay100 avatar
Windows 10 losing credentials to server after an RDP session
gy flag

We have just recently updated all of our PCs to windows 10 Pro. This has happened on 2 different PCs so far. The PC has saved credentials for file access to the server under the users name. Drives are mapped with these and all works ok until... If I remote using RDP to the same server as administrator, the users' network credentials vanish and the Terminal services credentials are saved with the adminis ...

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.