Latest Server related questions

Score: 0
Manage Azure App service deployment center FTP users
cn flag

So as Azure admin of my company I was trying to create an overview of what contributors have created FTP Credentials for app services. It's fine that they create these credentials however I would like to find a way to either report what accounts have been created and take note when someone creates a new account.

I've tried to enable diagnostic logs on app services like: AppServiceHTTPLogs AppServ ...

Score: 0
Error trying to create an start automatic using "Start Virtual Machine" template
cn flag

I've created a template but trying to change it or creating a new one; I receive the msg below:

The template validation failed: 'The value for the workflow parameter 'EmailID' at line '1' and column '5022' is not provided.'.

Score: 0
Docker Messing With IPTABLES?
tr flag

I have a problem with docker

docker: Error response from daemon: driver failed programming external connectivity on endpoint containername (containerhash): (iptables failed: iptables --wait -t filter -A DOCKER ! -i docker0 -o docker0 -p tcp -d 172.17.0.4 --dport 28967 -j ACCEPT: iptables: No chain/target/match by that name.

In the boot log I see

systemd-udevd[4611]: veth9c4b829: Failed to get link conf ...

Score: 0
Criceto avatar
Active Directory explorer - How can I search if a Group 'contains' a user?
cn flag

In my Active Directory there is a Group "Gruppo Pippo", whit the attribute 'member'. 'member' contains many 'users':

CN=Alba Albi,OU=Developers,OU=Users,...

CN=Bianca Bianchi,OU=Partners,OU=Users,...

CN=Carlo Pony,OU=Developers,OU=Users,...

CN=Duilio Dorati,OU=Developers,OU=Users,...

I need a search that tell me if a user is contained in "gruppo Pippo".

I tried

(&(distinguishedName=CN=Gruppo Pippo,OU ...

Score: 1
Mount qcow2 image on boot using fstab
au flag

I'm intending to make individual directories snapshotable in order to be able to experiment and rollback. Since there are many such directories and their contents can vary in size, solutions such as LVM or ZFS are not well-suited as they require to re-partition existing systems. A much more flexible solution apears to be to use qcow2 files that are then mounted into the working directories. They allow s ...

Score: 0
nils50122 avatar
Amavis Configuration on Ubuntu 20.04 / Port 10025 already in use
va flag

i try to configure amavis on my ubuntu 20.04 with working postfix and kopano. Postfix crashes with the following error:

Jan 10 11:23:52 mail postfix/postfix-script[143585]: fatal: cannot execute /usr/sbin/postconf!
Jan 10 11:24:32 mail postfix/postfix-script[143751]: fatal: cannot execute /usr/sbin/postconf!
Jan 10 11:24:52 mail postfix/postfix-script[143845]: fatal: cannot execute /usr/sbin/postco ...
Score: 0
Jd_mahmud avatar
Rules, rules.d, files_sd for prometheus while installing in RHEL
cd flag

I was trying to install prometheus in RHEL7 by following the tutorial of this link. I was on this step which showed a demo example of the code as following: Code

Here, what would I write on the place of the variable {rules,rules.d,files_sd} in this tutorial for prometheus 2.32.1 in RHEL 7?

Score: 0
user3882511 avatar
Multi service with different ports how configure nginx proxy
in flag

I have the following structure:

public ip <-> vm host <-> vms

There are two vms: vm1_proxy_nginx vm2_service_docker_vm (using ports 9000-9005)

Service_VM is a dashboard server working on exposed ports 9001,9002 and 9005 for authentification, login, and data logging communication between the users and the vm.

Now I redirected in nginx reverse proxy http and https to /9001 for login.

Then ...

Score: 0
Crontab not running @reboot
us flag

I have ubuntu server with crontab that is supposed to run mkdocs in tmux at reboot. Worth noting is that I configure crontab by going into crontab -e. Line is:

@reboot /usr/bin/tmux new-session -d -s "MKDOCS" "cd /root/mkdocs && mkdocs serve -a 192.168.0.10:8080"

However, nothing happens.

I have tried just /usr/bin/tmux new-session -d -s "MKDOCS" "cd /root/mkdocs && mkdocs serve -a 1 ...

Score: 0
Dani avatar
Install both php5-imagick and php7.4-imagick on the same Debian machine?
cn flag

When I try to install php7.4-imagick Debian removed the php5-imagick Is there a way to keep them both - so when I run php5 it can use the php5-imagick version and when I run the php7.4 it will use it's own version ?

looks like both needs imagemagick-common, but different versions.

Score: 0
How to find throughput of Sophos Firewall XG115?
cn flag

We are using a Firewall from Sophos XG115, and facing weird problem with speed which resolves after we restart firewall.

I want to see that it's not related to the over capacity usage of the Firewall. As per the datasheet the supported throughput is below: enter image description here

But I am not sure how to check the current throughput utilization to confirm this. Any idea how to see / monitor this.

Score: 0
Thomas Aichinger avatar
mariaDB does not read .my.cnf
in flag

As written in doku one can put .my.cnf into home dir with configuration that is used later. When you want to make autologin this is recommended.

[client]
password=secret

If your password contains special character like '#', autologin does not work. I think this is a bug.

Does this happen in mysql too?

Score: 1
Drewes avatar
Ubuntu package libzstd1 still old version
de flag

After upgrade from Ubuntu 20.10 to 21.04 i have a package problem.

When i try to install the package default-libmysqlclient-dev:

apt install default-libmysqlclient-dev

it fails with:

The following packages have unmet dependencies:
 libzstd-dev : Depends: libzstd1 (= 1.4.8+dfsg-2build2) but 1.4.8+dfsg-2+ubuntu20.10.1+deb.sury.org+4 is to be installed
E: Unable to correct problems, you have held broke ...
Score: 0
Jd_mahmud avatar
No package epel-release available
cd flag

I was trying to install epel-release in a freshly set RHEL 7. By the following command

yum -y install epel-release

And the output was following:

no package epel-release available

What was the reason of this error, and how can I install epel-release?

I was trying to install it so that I could use it to get dnf in my machine. What are effective steps to install it?

Score: 0
shinygang avatar
proxy_pass requests only if the localhost file exists
sz flag
server {
        listen       9991;
        server_name  localhost;

        location / {
            if ( -e http://localhost:8001/assets/plugin-web-layout5/plugin-web-layout5\.js ) {
                rewrite ^/assets/plugin-web-layout5/plugin-web-layout5 http://localhost:8001/assets/plugin-web-layout5/plugin-web-layout5.js;
            }
           
            proxy_pass http://xxxx.cn/web/;
        }

 ...

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.