Recent Questions - Server Fault |
- Trying to find someone causing trouble on my network. Need to convert public to private IP
- Unable to update kafka cluster version in AWS MSK
- How to create User mongodb with specify action
- Can not see the new installed kernel during the boot screen
- issue with SPF records for website hosted on GCP
- Kerberos status says masked for the kdc server
- Kubernetes - vSphere Cloud Provider
- NLB with NGINX controller on my EKS cluster Each service I deploy creates its own NLB instead of using the existing one
- How to create a scheduled task via GPO that runs at startup as SYSTEM with highest privileges for only certain machines
- Subversion SSL handshake failed and 408 error code
- Why does Apache server return 404 on subfolder, when it was previously working
- System.Net.WebException: There was an error downloading [URL] The underlying connection was closed: An unexpected error occured on send
- Postfix, Dovecot and Spamassassin unexpectedely fill-ups my disk usage
- While a process is running manually, it stops after a while in the cron job
- ESX host cmd to check if physical host went to battery
- Load Balancing DNS with Google Cloud Platform
- Linux module load
- Connect AWS SSL certificate to Intercom Articles
- DNSSEC enable and lookaside
- AltRecipient AD attribute on mail enabled Public Folder cannot be synchronized in hybrid environment with O365
- Waiting for localhost : getting this message on all browsers
- Azure AD Connect Single-Sign On
- Sometimes: Unable to connect to host 127.0.0.1, or the request timed out. MySQL through Sequel PRO
- exchange server with different domain name
- End of script output before headers: php5
- Zabbix PDF Report Generation
- VMM 2012 Error 20552 - For ISO share VMM does not have appropriate permissions to access the resource
- Outlook 2010 "Cannot open this item" on Windows 7 64-bit
- /etc/hosts entry for single IP server serving multiple domains
- protocol version mismatch -- is your shell clean?
Trying to find someone causing trouble on my network. Need to convert public to private IP Posted: 12 Apr 2021 09:15 PM PDT Somebody has started a instagram page in my hotel which is being used to bully and damage peoples reputation. I am trying to find them. Seeming they are connected to my internet is there any way I can grab their public ip through a link and then convert that to a private IP address that I can use to match up with a hostname of their device? |
Unable to update kafka cluster version in AWS MSK Posted: 12 Apr 2021 09:12 PM PDT We have written python code to upgrade kafka version in AWS MSK and its giving error As per from the boto3 documentation for kafka We have stored kafka zookeeper endpoints, bootstrap nodes, cluster arn and cluster version in parameter store and fetching the cluster arn from parameter store. We are fetching current version using describe-cluster but it's still giving error that the specified current version matches with the current cluster value. python module for boto3 in my laptop boto3 1.17.27 botocore 1.20.44 Any advise on fix this issue will be highly appreciated. |
How to create User mongodb with specify action Posted: 12 Apr 2021 08:29 PM PDT My db have those Collection : users , transactions, balances,... Each collection manager by one VPS. How can i create user for each collection with specify action? Example VPS A can read only collection user but can't read password field which is have in users. VPS B can read / create collection balances but can't edit or delete it. Thanks! |
Can not see the new installed kernel during the boot screen Posted: 12 Apr 2021 10:16 PM PDT We have upgraded to RHEL7.6- 7.9 also the new kernel has been installed( As I have checked, the new kernel is installed and show in the grub.cfg file and reinstalled the kernel multiple times, but it does not show the new kernel during the boot screen. df /boot installed kernel versions (version 1160 is the new kernel from which we want to boot) I have also changed the default kernel but it is not working either. Any workaround for the issue? |
issue with SPF records for website hosted on GCP Posted: 12 Apr 2021 10:13 PM PDT I am new to GCP. I have bought a domain from GoDaddy and hosted my website on GCP. My website is built on WordPress. I have contact forms on WordPress and when customer visit my website and leave a message and their emails beside right design I ado not get the emails on designated email address. My understanding is this is due to SPF records, as my email provider (Zoho) also mentions that SPF records are not correct. Requirement from Zoho: Record in my GCP DNS Zone: While contacting Zoho support, they mentioned this is strange I should contact DNS provider. Can you suggest the solution? |
Kerberos status says masked for the kdc server Posted: 12 Apr 2021 08:18 PM PDT |
Kubernetes - vSphere Cloud Provider Posted: 12 Apr 2021 07:55 PM PDT I'm following this doc https://cloud-provider-vsphere.sigs.k8s.io/tutorials/kubernetes-on-vsphere-with-kubeadm.html I am using a load balancer as my ControlPlaneEndpoint, now I would like to join a new master to the cluster passing the cloud-provider flag as well, through the below method it was possible join the workers however I can't do the same with a new Master.
Thanks |
Posted: 12 Apr 2021 07:10 PM PDT I am trying to use an NLB with NGINX controller on my EKS cluster. Each service I deploy creates its own NLB instead of using the existing one. Here's what I'm doing, please help me where I'm going wrong Result: |
Posted: 12 Apr 2021 07:09 PM PDT All of our workstations in the building are cabled with CAT5e, and because of the way things were built at construction time it's going to be prohibitively expensive to swap out the cabling for something that can handle gigabit speeds. (Yes, I know that theoretically in a perfect world CAT5e should handle gigabit, but in our experience this has resulted in file corruption.) This hasn't been too much of a problem so far, as we've been running under a 10/100 switch. But now we have a separate need to bump up to gigabit. We'll be using a managed switch so that we can limit those workstations' ports to In order to avoid duplex mismatch, we're also going to have to set the NICs on those machines to match the switch for those ports. I've worked up a small PowerShell script that does this quite nicely. But the script must be run as admin, at startup with Highest Privileges and under I've tried using GPO to create a Scheduled Task for this, as discussed here and here, but the task is never created. Nothing related shows up in the workstation's event logs. I need it as a GPO Preference under I'm not dead-set on accomplishing the task in this particular way, so if someone has an alternate idea I'm willing to consider it. But in the meantime, how can I get this Scheduled Task created on these workstations (without going around to everyone and doing it manually)? |
Subversion SSL handshake failed and 408 error code Posted: 12 Apr 2021 06:28 PM PDT VersionsSubversion: version 1.6.11 (r934486) Operating System: CentOS release 6.8 (Final) BackgroundI have a variety of shell scripts that run as cronjobs on a CentOS machine. The shell scripts commit files to and checkout files from Subversion. Today all my scripts started failing with the following error
As a troubleshooting step I have ran the following command And received the following output ( redacted slightly ) As you can see I am getting a QuestionDoes anyone have any thoughts on additional troubleshooting techniques here? I've tried to search for this issue but there is no fruitful responses. |
Why does Apache server return 404 on subfolder, when it was previously working Posted: 12 Apr 2021 07:54 PM PDT I just installed some new SSL from GoDaddy on my Apache Ubuntu server. I then restarted via SSH and everything looks good. The root site (a wordpress install) now loads fine with https. However, there is another HTML site in the /app directory, which returns 404. This was previously working. I've not changed any config files. Any ideas? |
Posted: 12 Apr 2021 06:43 PM PDT I have an asmx web application installed on IIS 8.5 on windows server 2012. When i try to load it via WSDL client on the server itself, i get the following error: The application is running under a .net 2.0 app pool but the same error occurs while running under .net 4.0 The error occurs if i use the full URL (which looks like: https://web.site.com/app/test.asmx) and also when i use https://localhost/app/test.asmx. Any help would be appreciated |
Postfix, Dovecot and Spamassassin unexpectedely fill-ups my disk usage Posted: 12 Apr 2021 10:03 PM PDT I am on VPS using CentOS 7, LAMP using Postfix, Dovecot and Spamassassin with Rainloop as my email client. When I have started Postfix using: and Dovecot as: After that my CPU usage goes above 90-99% as well my disk usage start fill-up unexpectedely as well as I am only able to send email and not being able to receive emails. Here is some outputs when I am running this command: AS well as when running: Finally, when I stopped Postfix and Dovecot then my Disk Usage stops fill-ups but when I again start Postfix and Dovecot then again Disk usage start fill-ups. |
While a process is running manually, it stops after a while in the cron job Posted: 12 Apr 2021 06:16 PM PDT I have a PHP script and this script loops thousands of lines. When I run the PHP file manually, this loop of thousands of lines returns successfully. But when a cron job does this, it turns around 143 times. What have I checked:
What have I tried?:
Edit: Even though I didn't make any changes, the situation improved. I need to know the reason for this. Please give your estimates and the measures I can take. Thank you in advance for your valuable thoughts. |
ESX host cmd to check if physical host went to battery Posted: 12 Apr 2021 06:10 PM PDT Trying to trouble shoot some issues on a server and see if it's related to loss of power, they have cheap APC that don't have logging or interface. I've checked the event log in v-sphere but don't see any events related to power loss. Wondering if there a command in the esx-cli or v-sphere to determines if the host server went from AC power to APC ? |
Load Balancing DNS with Google Cloud Platform Posted: 12 Apr 2021 08:01 PM PDT I plan to achieve load balancing by using Google to balance NS/DNS between each of three servers. I am setting up three servers with cluster DNS, records are replicated between each server. I plan to setup How could I achieve that? What should I be aware of? |
Posted: 12 Apr 2021 08:07 PM PDT I have one question one of my Linux box which is RHEL 7.8 the module joydev is loaded on one server but not on the other server. Server A => Module joydev is loaded successfully I know I can load the module on server B but looking for root cause when both the system installation is some why the module loaded on one server but not on another. |
Connect AWS SSL certificate to Intercom Articles Posted: 12 Apr 2021 06:02 PM PDT We have our support articles in Intercom Articles and need to attach a SSL certificate to the subdomain support.packaly.com. Intercom does not offer its own certificate so we need to do it through AWS. The complication is that we do not have our domain at AWS but at Google Domains. We want to make the sub domain have a SSL certificate, and redirect it to Intercom help center. This is the article (video) that we use but the one difference is that we do not have the domain at AWS: Is there a workaround for connecting a AWS certificate for SSL with a Google Domains subdomain and redirecting it to the help center? |
Posted: 12 Apr 2021 07:01 PM PDT I came across a Bind setup where there is only one DNSSEC value set like this: and the keys in named.conf.options are declared like this: However, the rest of it of: is not set anywhere at all. Now the question is does this setup work at all? I do not see any errors anywhere. Would appreciate any comments / suggestions / advices at all. Many thanks in advance! |
Posted: 12 Apr 2021 09:06 PM PDT We have a hyrbid environment setup between Exchange 2010 and O365 for both mailboxes and Public Folders. Since putting Public Folders in hyrbid mode (through use of https://docs.microsoft.com/en-us/exchange/collaboration-exo/public-folders/set-up-legacy-hybrid-public-folders ) we keep getting reports every export cycle containing the below for each mail enabled Public Folders: Does anyone know why Azure has an issue with the AD attribute that stores forwarding address', which I understand once the Public Folders are migrated can have this functionality enabled? |
Waiting for localhost : getting this message on all browsers Posted: 12 Apr 2021 09:06 PM PDT I am using Ubuntu 14.04 and have php5 and mysql installed. I have 3 web applications on my /var/www/html folder. Until yesterday evening I was able to test and work on the applications. All of a sudden, I am not able to load any of my applications on any of the browsers. I have firefox and chrome installed. I have checked the availability of MySQL and Apache. Both are running correctly. I have also restarted Apache. I have cleared all the cookies and history from chrome and set it to default under chrome://flags. After removing all the history and cookies from Chrome, I could load the first login page and when I provide the UID and password, I get Of the three one of my smaller application loaded after 10 minutes, however a heavier application did not load at all. However, the browser loads plain html files. I have also tested on wifi, mobile internet dongle device and ethernet and there are no firewall issues. I have also cleared my machine's cache by None of this helped. Can someone guide me on how do I resolve this? |
Azure AD Connect Single-Sign On Posted: 12 Apr 2021 08:02 PM PDT I am trying to set up my domain for Single Sign-On to Azure-Connected services (Primarily, SharePoint Online). I have already run through the setup for Azure AD Connect and am currently able to synchronize my directory to Azure. I see my users in Azure and can sign in using an account. The next logical step for us is to enable Single Sign-On, so that our users are able to connect easier (our users are actually located on a subdomain, which is transparent to them and does not completely match their email addresses). Problem is, during the setup of AD Connect, the option to Enable Single Sign-On was not available. It simply was not on the normal User Sign-In prompt during setup. Has anyone else seen this, or am I simply missing something? |
Sometimes: Unable to connect to host 127.0.0.1, or the request timed out. MySQL through Sequel PRO Posted: 12 Apr 2021 08:02 PM PDT I have been struggling with this issue for over a year now, and it's really giving me a headache. I often experience I am unable to connect to the MySQL server through SequelPRO. If I ssh into the server, I can use mysql fine, see processes, etc. My web app works fine too. When I try to SSH into my MySQL database through Sequel PRO, this message appears instantly: Unable to connect to host 127.0.0.1, or the request timed out. Be sure that the address is correct and that you have the necessary privileges, or try increasing the connection timeout (currently 10 seconds). MySQL said: Lost connection to MySQL server at 'reading initial communication packet', system error: 0 ONLY solution is to reboot the server. Sometimes I'd reboot the server, and it still won't work. After a few reboots it works. But usually it works every time.
The way I connect: MySQL Host: 127.0.0.1 Username: something Password: something Port: 3306 SSH Host: server-ip SSH User: something SSH Key: path to my id_rsa SSG Port: default/not-set Any ideas? My Sequel Pro version: v1.1 build 4499 My OSX: OS X El Capitan v 10.11 Server: Ubuntu 14.04.3 LTS (GNU/Linux 3.13.0-71-generic x86_64) MySQL: Ver 14.14 Distrib 5.7.10, for Linux (x86_64) using EditLine wrapper |
exchange server with different domain name Posted: 12 Apr 2021 06:01 PM PDT We have a Domain Controller with the name of example.com (unregistered domain name), all hosts connected to domain and I want to bring up a exchange server. This exchange server is a member of example.com and I have a public domain name abc.com. What I want: if any one (in local or public) sends an email the address format should be like Please give me any suggestion. |
End of script output before headers: php5 Posted: 12 Apr 2021 06:01 PM PDT I've inherited the sysadmin role on a server that's running a wordpress website on top of Apache 2.4/Debian. It almost works, but it is issuing "500 internal server error" from time to time. In my error.log file I see: I think the server is running mod_fcgid system wide, since I have with the following contents: and I've found other questions, here and here, that are about the same error I get and that cite some mod_fcgid misconfiguration as the possible cause (wrong values in PHP_FCGI_CHILDREN and PHP_FCGI_MAX_REQUESTS variables). A reply in this forum also suggests a fcgid misconfiguration and seems to give more details about the problem (a possible bottleneck in number of accepted threads/connections), but it lacks a step-by-step explanation of what to do. I'm no mod_fcgid expert. Can you help me understand where and how I should set the correct values for PHP_FCGI_CHILDREN and PHP_FCGI_MAX_REQUESTS variables? |
Posted: 12 Apr 2021 10:03 PM PDT if any of you have an idea how to implement zabbix generate PDF reports? in forum I found some like this: https://www.zabbix.com/forum/showthread.php?t=24998 . I try implement this to my zabbix 2.2.3 but when I do this I still see Text (Unable to login:) I guess it is a problem version. as you can see it was only tested on 1.8.8 and 1.8.10. Does anyone have some idea? One problem fixed, is that it is failing due to API version issues, I download fresh from http://zabbixapi.confirm.ch/ and now I can generate PDF report, However, when I have select some site I see only ALL option and PDF is are empty Below I share screen and example report: http://pl.scribd.com/doc/237807238/file-1 Anybody have some idea ? Regards Mick |
Posted: 12 Apr 2021 10:03 PM PDT I have included an ISO network share in my VMM 2012 library by:
The problem I have is I still get error the following error regarding permissions:
I have also set the command on the VMM server Any ideas please? |
Outlook 2010 "Cannot open this item" on Windows 7 64-bit Posted: 12 Apr 2021 07:01 PM PDT I have to admit this has stumped me... User's Workstation
Email account is on Exchange 2003 Problem The user is unable to open certain emails in Outlook on this computer. Error msg is "Cannot open this item". The same user has a laptop with Outlook 2010 (32-bit) and Windows 7 Pro (32-bit). On his laptop he CAN open these emails without any problems. So to me that says this is a bug with Windows 7 Pro (64-bit). He can also open these emails on his BlackBerry. Things I've tried to fix this problem...
Strange thing is - most of the emails he cannot open were emails sent to him from a BlackBerry within the organization. Coincidence? Any help is greatly appreciated! |
/etc/hosts entry for single IP server serving multiple domains Posted: 12 Apr 2021 09:29 PM PDT Running Ubuntu 10.04 My server serves 3 different domains using named virtual hosts in Apache2. I'm current using different Named Virtual Servers to 301 redirect www to the non-www equivalent. It's working, but I don't understand the correct entries for my /etc/hosts file and I think that is causing problems for me trying to setup Varnish. I understand I need the localhost line Should I also list each domain here? as in What about the entry for the IP of the server? Do I need the following line? Also, should I be listing www.example.com AND example.com on each line, so they go into Apache and it can deal with the 301 redir? |
protocol version mismatch -- is your shell clean? Posted: 12 Apr 2021 10:22 PM PDT When following the instructions to do rsync backups given here: http://troy.jdmz.net/rsync/index.html I get the error "protocol version mismatch -- is your shell clean?" I read somewhere that I needed to silence the prompt (PS1="") and motd (.hushlogin) displays to deal with this. I have done this, the prompt and login banner (MOTD) not longer appear, but the error still appears when I run: Both ssh client and sshd server are using version 2 of the protocol. What could be the problem? Thanks. [EDIT] I have found http://www.eng.cam.ac.uk/help/jpmg/ssh/authorized_keys_howto.html which directs that it is sometimes necessary to "Force v2 by using the -2 flag to ssh or slogin It is not clear this solved the problem as I think I put this change in AFTER the error changed but the fact is the error has evolved to something else. I'll update this when I learn more. And I will certainly try the suggestion to run this in an emacs shell - thank you. |
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