Recent Questions - Server Fault |
- What are the functions / AT commands to change BTS station via my GSM modem?
- Cannot make any outgoing TLS/SSL connections from a server
- Compare disk usage snapshots
- Is there a way to monitor remotly multiple windows server for hardware performance?
- Interface Metric is empty for VPN
- Setup postfix as smtp relay
- masking after redrection using .htaccess [duplicate]
- ksetup - Failed /GetEncTypeAttr : 0xc0000034
- How do I add the file location in data of exim
- MariaDB / MySQL start fails: [ERROR] Can't create IP socket: Temporary failure in name resolution
- How to assign a static IP with molecule-podman?
- PMTUD/ICMP black hole problems across a VXLAN tunnel
- Samba server not releasing record locks on network disconnection
- How can I set the 'The other domain supports Kerberos AES Encryption' setting programmatically?
- how to stop that ip requests and how to find that files who start the progress
- Jenkins Pipeline: Build docker within docker container
- Windows Firewall causes TCP inbound connection time-out instead of connection refused when no server is connecting clients
- How to install Mysql 5.6 on RHEL8 from Mysql repos?
- How to monitor nginx running on a docker container with ngxtop running on my mac host?
- Tap interface using netplan?
- MariaDB Galera SST Fails
- Fatal error: Incompatible file format: The encoded file has format major ID 1, whereas the Loader expects 4 in ... on line 0
What are the functions / AT commands to change BTS station via my GSM modem? Posted: 21 Apr 2022 01:46 AM PDT I have a GSM modem (Huawei E3276 LTE), is there any way in Python to change BTS station to another ? Regards |
Cannot make any outgoing TLS/SSL connections from a server Posted: 21 Apr 2022 01:25 AM PDT As of yesterday it seems we have some magical error on the win server 2012-r2, where attempts to establish TLS/SSL fail with timeout. Network appears to be reachable (ping, traceroute), however upon any attempts to establish TLS it fails. Any ideas? Thanks, Janis |
Posted: 21 Apr 2022 01:17 AM PDT I have a cloud server setup: When I installed the setup, the disk space (40 GB) usage was 50%, now after a month it is 80%. I have removed all files in How to find which file / folder is increasing in space? One way is to take a snapshot of all files and folder with file size, and compare it with today and a few days after. Is there a way to do it? How to take complete snapshot of all files and older with their filesize? Or any other way? |
Is there a way to monitor remotly multiple windows server for hardware performance? Posted: 21 Apr 2022 01:16 AM PDT We have 5 server installed as VM with "Windows Server 2016" on VMWware. These servers are configured as RDS, means multiple users are working on it. Users which are connected on these servers are running heavy workload. Sometimes it happens, that the server is crashing. Means it has a black screen, so no possibility to access over RDP. However access on filesystem over UNC is still possible. I would like to ask about a possiblity to real time monitor these servers. I was thinking about installing a server, which has the service installed and is doing remote monitoring these 5 servers in realtime. Is there any role build in Windows Server to use it? Thank you. |
Interface Metric is empty for VPN Posted: 21 Apr 2022 01:13 AM PDT When connected to VPN, the interface metric for the VPN interface is empty. I referred to Microsoft docs and it says the interface metric range is 5-50 depending on the link speed. Does empty refer to any default value. This is not causing any issues but I just want to understand why is that empty and how it was set, if the valid range is 5-50. |
Posted: 21 Apr 2022 01:04 AM PDT I have a running centos 7 server with postfix configured to allow incoming mails to my domain, say, to test@example.org Now I want to send a mail FROM this test@example.org. My old ISP used to have a smtp-out server that would accept me as a known mail client with a username and password. But my current one doesn't provide a smtp server. How can I configure postfix to do the same when the mail from is test@example.org and with a username and password? Best, |
masking after redrection using .htaccess [duplicate] Posted: 21 Apr 2022 12:55 AM PDT I have read many examples that use the .htaccess file method to mask a url. None of them works for me. It might be something simple that I am missing. Please bare with me. Here is what i want to do: I have a subdomain under a dns name, lets say it is When the page is loaded in Firefox, the url on the address bar, says I don't want this I would like to show And this doesn't work! I keep getting the url as I have tried to redirect with a .htaccess redirection in The host computer with index.html is a raspberry with apache2. I have tried many variations but it doesn't work. Should it be something is Apache2 config files? |
ksetup - Failed /GetEncTypeAttr : 0xc0000034 Posted: 21 Apr 2022 12:34 AM PDT On the DC of a single-AD forest, I am logged in as the default domain administrator But I get an error message instead: In consequence (most probably), I also get this error when trying to set the encryption types, as described in this question, which currently does not have a serious answer, unfortunately. This does happen on Windows Server 2016 and also on Windows Server 2019, which have been setup by mostly using default settings. How can a simple get fail? The error code does not seem to be documented. Does someone know how to troubleshoot or solve this problem? |
How do I add the file location in data of exim Posted: 21 Apr 2022 01:25 AM PDT in case instead of address data if I use can any one help if I place this data in |
MariaDB / MySQL start fails: [ERROR] Can't create IP socket: Temporary failure in name resolution Posted: 20 Apr 2022 11:59 PM PDT On my debian after upgrading from MySQL to MariaDB, I can't start the database anymore. The error I get is: |
How to assign a static IP with molecule-podman? Posted: 20 Apr 2022 11:58 PM PDT As the generated inventory look like a pair of So the generated inventory look like: Thus the Following this configuration I am able to put into the same network these 2 instances but I can not assign a static IP to them. Moreover here, Note: as it is wrote in title I use molecule-podman to create instances and test Thanks for your help Best regards |
PMTUD/ICMP black hole problems across a VXLAN tunnel Posted: 20 Apr 2022 11:24 PM PDT I'm running a Proxmox PVE host and am trying to use VXLAN to connect the machines running on it to various networks in our Lab. However, I'm running into weird MTU-related problems that I don't understand. First my setup. The basic layout is that virtual machines on the PVE host connect via a bridge to a VXLAN tunnel. On the other side of the tunnel I have a physical machine in the lab that acts as an VXLAN endpoint (EP). It connects to VTEP via bridge to one of it's ethernet ports, which in turns connects to the switch that holds the network I'm trying to put my VM into. On the PVE Host (one VM and one VXLAN as example): In the lab (the endpoint with one tunnel + one lab device as example): Now, I get that PMTUD will not really work here because - being L2 - most of those devices can't report back, which is why I increased MTU for those devices that have to deal with the VXLAN overhead (that it's 1600 and not 1550 is unrelated, I just want to describe the as-is state exactly). However, I'm still running into MTU mismatch/ICMP Black Hole issues: Problem 1) Something in the chain claims to only support an MTU of 1450. If I try to connect from VM to LabDevice via SSH the connection hangs and then times out. If I test MTUs via Problem 2) PMTUD does not work even for devices not involved with the tunnel. If I lower the MTU of the VM eth0 and ping -s... it from the LabDevice with something too large for the VM but OK for everything else I get zero response even though the VM should from my understanding be able to answer with ICMP fragmentation required... messages. Semi-related: Is there anything I can do on the PVE host and the endpoint device to allow devices connected to the endpoint to discover a reduced MTU? Because there are some labs I might not be able to send Jumbo Frames to, and I'd prefer not to have to set a lower MTU on every single device in those labs. Edit: Maybe also relevant: I'm currently not running multicast, but have set up the remote IPs via |
Samba server not releasing record locks on network disconnection Posted: 20 Apr 2022 11:22 PM PDT I was experimenting with a network file sharing scenario over SMB/samba. Record locks taken on a remote file remains valid, even after 1 hour of network disconnection. The following test case describes the set of activities done in chronological order: Result: P2 does not get lock, returns 'EACCES' instantaneously, tried for around an hour. The results were surprising, since in a Wi-Fi environment, where systems keep coming in and out, it can potentially stall the system. Is it possible to have a practical timeout on the server such that other clients will not have to wait for long to get exclusive locks? Any inputs would help. These are the contents of smb config file in the Linux Server (name of share used - sambashare): |
How can I set the 'The other domain supports Kerberos AES Encryption' setting programmatically? Posted: 21 Apr 2022 01:02 AM PDT In the GUI (Active Directory Domains and Trusts MMC Snap-in ( I am looking for a way to set this setting programmatically. I already reviewed the Can someone tell me, how I can set this setting programmatically? |
how to stop that ip requests and how to find that files who start the progress Posted: 21 Apr 2022 01:25 AM PDT i have that problem, that if i take a view over command i get a ton of list information as example i blocked a couple of ip addresses but it ruin my day if i see allmost that full screen how can i find and stop finaly that process which makes that calls for 5.34.207.107,...? Its an ubuntu 20.x system. |
Jenkins Pipeline: Build docker within docker container Posted: 21 Apr 2022 12:06 AM PDT I'm trying to do the following
Now, I don't want to install anything apart from Docker on Jenkins node. I want to run the full pipeline in Docker container to achieve this. What I'm struggling is how to build the 4th step from within the container. I wrote the Jenkinsfile as below But I'm not sure how to build a docker image within container. The search didn't help that much. I tried using the Jenkins node for the docker image building but it seems I cannot mix and match. I totally understand this is quite an open question but I think it would be helpful to know the straightforward answer(s). |
Posted: 21 Apr 2022 01:04 AM PDT So we noticed a different behavior from W7 systems with no firewall/av to W10 systems with firewall/av that causes our thir-party clients to raise a false positive error that is new to these W10 firewalled systems. The problem can summarize as we get a 'TimeOut' (Socket ErrorCode 10060) after more than 20s instead of getting almost instantly before a 'ConnectionRefused' (Socket ErrorCode 10061). Please note that the issue only manifests when our tcp socket server does not connect to clients yet on that port (process is not launched yet), it works fine when it is connecting so the port is not blocked by our firewall. When disabling completely our firewall this issue disappears as Windows now again actively refuses connections, making our third party system to behave as expected again. How to keep my FW on and it setup such as I get the old behavior on our new W10 firewalled server side machine (i.e. simply raise a connection refused (10061) error instead of a timeout (10060) error) ? |
How to install Mysql 5.6 on RHEL8 from Mysql repos? Posted: 21 Apr 2022 12:16 AM PDT I'm new to dnf, so this is probably obvious to someone. I did check versionlock and checked for any exclude lines in any of the /etc/yum.repos.d files. But, when I have any other repos enabled, I cannot find mysql server to install. I can try to install it with all other repos disabled, but then it cannot find all the dependencies. So, you can see some of the stuff in mysql56 repo is found (like bench) but the server isn't. I'd also previously done : And can see : For anyone still confused, what can't be found, can't be installed. OK, so a bit of "-v" action and it says the packages are excluded. BUT I can disable all excludes and it still says they're excluded. |
How to monitor nginx running on a docker container with ngxtop running on my mac host? Posted: 21 Apr 2022 01:04 AM PDT The official Nginx Docker image does a redirection of access.log to /dev/stdout, so that one can access the log with I finally resorted to install nginx on my mac and perform the following command While the redirection works fine and the access.log on my mac, mirror the output of the container in realtime, ngxtop output nothing when i pass that file as parameter: I wonder if there is a way for ngxtop to be installed on an host, to monitor an nginx running in a container. Please any indication would be helpful as i spend 2 days around that and can't figure out how to deal with it. |
Posted: 20 Apr 2022 11:00 PM PDT How does one set up tun and tap interfaces on systems that use netplan? Normally you'd use pre-up in /etc/network/interfaces to call ip tuntap for creating the interface, but I haven't found anything in the netplan docs to do this. |
Posted: 21 Apr 2022 12:06 AM PDT I am running a 3 node MariaDB 10 Galera Cluster on CentOS 6. I have use this set-up before without issue else where but now when adding a 3rd node the SST fails with this error in the logs: Checking the logs of the donor node shows: My config looks like so: Nodes only differ in their wsrep_sst_receive_address value. |
Posted: 20 Apr 2022 11:00 PM PDT I am using Ubuntu 10.04 and for some time I had to keep a downgraded PHP 5.2 package because I need to run Zend encrypted scripts. Recently I noticed that Zend released beta version of their loader (http://forums.zend.com/viewtopic.php?f=57&t=1365&start=80#p22073) so I updated to the native PHP 5.3 package, downloaded the .so file, added this to php.ini and restarted the server. Now I am getting this error:
Do you by chance know an easy fix for this? Or should I downgrade back and wait till when they release something more stable? |
You are subscribed to email updates from Recent Questions - Server Fault. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment