Recent Questions - Server Fault |
- Setting up logging of control-plane pods to a specific files
- setting up gre tunnel on debian with tunnel source and tunnel destination
- Using Putty/plink to connect to remote MySQL from Windows machine using Port Forwarding and multi hop SSH tunnel
- cacti container mysql service unable to start
- Cant install certbot using snap return: Run configure hook of "certbot" snap if present
- AWS: What is the difference between Burst Balance and EBS IO Balance metrics?
- Nginx can not serve some of hugo pages
- How to calculate the QuickPath Interconnect (QPI) bandwidth?
- Are the snapshots referenced by an AMI created from an EC2 instance independent of other snapshots that I've created on the EC2 instances EBS volumes?
- Use multiple dockerized Nginx behind a host Nginx
- NGINX TCP Load Balancing is ip-sticky when it should be random, per request
- IPv6 Networking with a Linux Router [closed]
- Package MariaDB-shared requires MariaDB-common, but none of the providers can be installed
- Unexpected 404 error on all routes laravel application all of a sudden - NGINX|PHP-FPM
- How to let dnsmasq transfer a reverse zone?
- Configuring a DELL storage array with both controllers set to the same address
- elasticsearch: max file descriptors [1024] for elasticsearch process is too low, increase to at least [65536]
- IPSEC over GRE tunnel on PFSENSE
- Microsoft Outlook freeze for users on terminal server - Exchange 2013 in-house
- How to manually select a specific disk in the UDI Wizard when using MDT 2013?
- ELB and SSLInsecureRenegotiation
- Amazon RDS load balancing and performance
- EC2 Load balancer and wildcard/multi-domain SSL certificates
- identifying vlan packets using tcpdump
- rewrite engine: How to test if URL on different server is reachable?
- VLAN & WiFi & DHCP with Cisco SG200
- Virtual box linux routing
- ESENT fails to determine the minimum I/O block size
- Reputable Biometric Fingerprint Scanner & Access/Attendance Solutions?
Setting up logging of control-plane pods to a specific files Posted: 03 Oct 2021 10:50 PM PDT Log files for the control-plane pods don't exist in the /var/log directory. I tried to enable kube-apiserver logging to a specific file in Kubernetes (v1.20.2). I added the following keys to the kube-apiserver manifest: But it didn't work, I still can't see the /var/log/kube-apiserver.log file. Also I tried to add these same keys for kube-scheduler and kube-apiserver manifests but this doesn't work. Can I enable write logs to special files in the /var/log or any other directory? |
setting up gre tunnel on debian with tunnel source and tunnel destination Posted: 03 Oct 2021 10:28 PM PDT I am trying to setup a gre tunnel on debian to receive broadcast packets. I have the information for an interface When I try to create the tunnel with these commands The interface comes up but I do not get any traffic on this tunnel. How do I properly use ip address, tunnel source and tunnel destination to create the gre tunnel? |
Posted: 03 Oct 2021 09:09 PM PDT I need to set up port forwarding from my local Windows machine Port 3307 to a remote MySQL server port 3306 but accessed via 2 Linux proxy servers and a Linux web server. I need to use Putty or plink.exe on the Windows machine to set up the connnection. I've found examples using Putty GUI or plink CLI to achieve similar with only 1 proxy server but not with multiple hops. I can achieve the connection I need on a *nix machine using Trying to do the same using Putty or plink. |
cacti container mysql service unable to start Posted: 03 Oct 2021 08:07 PM PDT I tried to run this cacti container but MySQL failed to start, any idea, I have tried all sorts of answers from the site. https://hub.docker.com/r/quantumobject/docker-cacti |
Cant install certbot using snap return: Run configure hook of "certbot" snap if present Posted: 03 Oct 2021 08:10 PM PDT I want to install certbot using snap, but when I tried Official instruction: but returns:
Previously, I uninstalled certbot(from apt) by using the below command: What happened? I am using ubuntu 18.04 Bionic From the error, looks like I need to change owner of here is |
AWS: What is the difference between Burst Balance and EBS IO Balance metrics? Posted: 03 Oct 2021 06:59 PM PDT AWS Docs describe Burst Balance and EEBS IO Balance in the following way:
However, as far as I know, the docs do not explain how those two metrics are different. |
Nginx can not serve some of hugo pages Posted: 03 Oct 2021 06:15 PM PDT I am using nginx to server hugo static site. But It cant serve some of pages such as domain/posts, domain/tags, and domain/about.. this is my nginx conf It works fine in both of hugo server and vercel. this is vercel link this is tree of public(result of build) in the nginx container log, It throws 301 status for the GET /posts/ to baseURL in config.toml of hugo. But I hasnt connected it to my domain. I can't understand Why nginx can not find files in subdirectories. Altough It serves domain/posts/post-name1, domain/posts/post-name2.... What should I configure to serve all of hugo pages correctly? Ive also tried this conf in nginx. |
How to calculate the QuickPath Interconnect (QPI) bandwidth? Posted: 03 Oct 2021 07:42 PM PDT |
Posted: 03 Oct 2021 07:10 PM PDT We've recently migrated a system off of a set of EC2 instances, and now wish to retire those EC2 instances, first by creating an AMI of and then terminating each EC2 instance. Over time, we've created a number of EBS snapshots of the volumes attached to the EC2 instances as a part of our maintenance strategy. Will the EBS snapshots referenced by the AMIs we create be independent of the maintenance EBS snapshots? In other words, will the EBS snapshots referenced by the AMIs have pointers back to the most recent maintenance EBS snapshots, or will they reference the relevant blocks independently of the maintenance EBS snapshots? Ultimately, I'm trying to determine whether, once the AMIs are created, if it is useful or worthwhile to delete the maintenance EBS snapshots from a cost and management overhead perspective. |
Use multiple dockerized Nginx behind a host Nginx Posted: 03 Oct 2021 08:57 PM PDT I have multiple and different dockerized applications, each one comes with its proper Nginx service which sends traffic to its containers based on some rules. I need to put those applications on the same server, so I added a new Nginx in the host that will handle SSL, and forward the traffic to the correct dockerized Nginx. Question: Is it ok to use Nginx in the host which will forward traffic to multiple different dockerized Nginx? Does it have any known problems? will that affect performance? |
NGINX TCP Load Balancing is ip-sticky when it should be random, per request Posted: 03 Oct 2021 09:00 PM PDT I have an NGINX server being used as a TCP load balancer. It is default to round-robin load balancing, so my expectation is that for a given client IP, every time they hit the endpoint they will get a different backend upstream server for each request. But instead what is happening is that they get the same upstream server every time, and each distinct client IP is getting a distinct upstream server. This is bad because my clients generate a lot of traffic and it is causing hotspots because any given client can only utilize one upstream server. It seems to slowly rotate a given client IP across the upstream servers; again I want it to randomly assign each request to an upstream per request. How can I make NGINX randomely assign the upstream server for every request? I tried the random keyword and this had no effect. Any help would be greatly appreciated. |
IPv6 Networking with a Linux Router [closed] Posted: 03 Oct 2021 09:30 PM PDT I currently have a small office router running Voice Linux. IPv4 routing is currently working, and I appear to be getting an IPv6 address from my ISP. I have Radvd running on the router, but my other Linux and Windows machines don't appear to be getting globally scoped IPv6 addresses. My networking setup is in My I was a little confused over Radvd. Most of the examples I have found use fixed/static IPv6 ranges. I've attempted to use the following: Radvd is running, but nothing appears to be getting an IPv6 address. I also use dhcpd for assigning IPv4 addresses, statically configure some of them using host rules. I'm not opposed to using dhcpd for IPv6 without Radvd, but am just not sure how to configure it. I also think my What do I need to do so my Windows and Linux boxes (Linux is using NetworkManager) to get IPv6 addresses? |
Package MariaDB-shared requires MariaDB-common, but none of the providers can be installed Posted: 03 Oct 2021 04:13 PM PDT I am trying to update the packages on my CentOS 8 server, but when I run There is a conflict with packages installed and packages that are available for update. How can I fix this problem so that everything updates smoothly? |
Unexpected 404 error on all routes laravel application all of a sudden - NGINX|PHP-FPM Posted: 03 Oct 2021 06:06 PM PDT I have the following nginx config file I have two applications running on this nginx server. One is a Laravel(PHP) application and an Angular application (Front-end) running. I have noticed that last week, all the backend application (PHP) routes started throwing 404 Not Found errors. I restarted my nginx, still it was coming. Finally I restarted my aws instance and it started working fine. Again yesterday all of a sudden , the URLs started throwing 404 all of a sudden and I had to restart the instance. The front-end application was loading but the backend (Laravel-PHP) urls was throwing 404. I suspect if its some hacker doing it. In the past 2 years this was not happening and it started coming from last week. What could be the reason for it? Is it like someone tampering the .htaccess file or is it something to do with nginx config. But if so why on the laravel application routes are showing 404. Need help on this. What could be the reason for this ? Has anyone faced this issue ? |
How to let dnsmasq transfer a reverse zone? Posted: 03 Oct 2021 05:03 PM PDT Following the documentation for auth-zone, I tried to declare my Unfortunately, whatever I try I end up with on the secondary BIND server (the direct zones are transferred OK). How should I set this up? The whole current configuration file for The config of the secondary BIND server: |
Configuring a DELL storage array with both controllers set to the same address Posted: 03 Oct 2021 11:07 PM PDT I've gotten hold of a used Dell PowerVault MD1000 with two MD3000i (aka AMP01) controllers, both of which are configured to the same address. However my attempts to configure them - or indeed perform any action, even "Blink" - fail with "Error connecting to the array management port(s). Please check the management port(s) to verify they are accessible". Additionally, while controller 0 reports status "Optimal", controller 1 reports status "ServiceMode", which I presume indicates an error. Here's what I've accomplished so far:
Is there a way I can configure the IP addresses, other than getting hold of a dedicated Dell DB9 - PS2 cable? Can I completely disable controller1 and just use controller 0, which appears to be in better shape? Unfortunately simply pulling out controller 1 doesn't help. I'm attaching a screenshot from the Dell utility that depicts the configuration. Should I have been able to see the disks here? Thanks for your attention! |
Posted: 03 Oct 2021 04:06 PM PDT When I tried to run the logging aggregation I found out the following error generated by elasticsearch: BTW I am running a kubernetes cluster v1.8.0 on minions and 1.9.0 on masters using cri-containerd on Ubuntu machines 16.04. Any help will be appreciated. |
IPSEC over GRE tunnel on PFSENSE Posted: 03 Oct 2021 07:06 PM PDT I have two PFsense routers xxx.xxx.xxx.28 and xxx.xxx.xxx.27 and local networks behind them 192.168.110.0/24 and 192.168.111.0/24. The point is to set up GRE tunnel with IPSEC between these networks. Actually, the tunnel is already done(10.0.0.1-10.0.0.2) and ipsec configured. But here is the problem. If to check the IPSEC status in the PFsense web interface there will be NO traffic through IPSEC... Nor from PING neither from sending any files. The only traffic that shown here is the answer s at the traceroute. I mean if i will make traceroute from 110 network to some host in the 111 network then i will see only incoming 3 packets on the router at the 110 network. And i will see 3 outgoing packets on the router at the 111 network. That is all. The questions are: Is the IPSEC over GRE working proper ? Why there is no traffic in the IPSEC status? |
Microsoft Outlook freeze for users on terminal server - Exchange 2013 in-house Posted: 03 Oct 2021 06:06 PM PDT This has been ongoing for about six months. Microsoft Support is also clueless. Periodically (aprox. twice a day [two different users]), Outlook will freeze on a customer's terminal server session, forcing them to force close and start it back up. There is only one symptom that is common between every occurance - CPU usage is stuck at 6%. What's interesting is, the TS had Office 2010 installed, and this happened only to about five users out of the total 45. We tried an upgrade to Office 2013, and now those five users don't experience this problem, but five different users do. We have about 45 users on a Server 2008 R2 terminal server assigned with 52GB of RAM and 8 CPU cores on a Server 2012 R2 Hyper-V Host (2x Intel Xeon E5-2640). Outlook is connected to the on-premise Exchange 2013 server - same host, but VM is Server 2012 R2 and has 18GB of RAM assigned with 8 CPU. This has persisted across two AD domains, three terminal server rebuilds, and two Exchange server installations with new databases per instance. I've rebuilt the Exchange DB, created new DBs, tried to repair mailboxes, etc. Exchange is at the latest CU. Event logs show nothing in either the Exchange Server or on the Terminal Server in regards to this issue. |
How to manually select a specific disk in the UDI Wizard when using MDT 2013? Posted: 03 Oct 2021 07:06 PM PDT Is there a way to manually select a disk or partition as part of the MDT Deployment UDI Wizard rather than MDT automatically selecting one. I know you can select one in the Task Sequence but I'm specifically looking for a way to do this in the wizard. Thanks for any help you can provide! Joshua |
ELB and SSLInsecureRenegotiation Posted: 03 Oct 2021 10:06 PM PDT I currently have SSLInsecureRenegotiation set to off on my Apache 2.4 Amazon Linux server, but I am still failing over at SSLLabs (Secure Client-Initiated Renegotiation SUPPORTED). Do you know how to enable this on the ELB? |
Amazon RDS load balancing and performance Posted: 03 Oct 2021 03:06 PM PDT My question is simple. Is it possible to load balance rds (master and read-replicas) using the same haproxy instance used for application load balancing? This would mean that the IP of the application and the IP of the database would be the same. What would be a sample configuration for the mysql part? For example for application load balancing there is something like this: What settings should i pay attention to for mysql. Also another issue I had is rds is performing pretty poorly compared to usual opsworks instances. The problem might be caused by the difference of availability zone between application servers and db server but the performance drop doesn't seem justified. We have a LOT of databases on a m3.2xlarge server. CloudWatch metrics show only low to average CPU, IO and memory usage metrics. The number of connections is also between 40 and 60 at any moment. Can such a difference be caused by the availability zone? |
EC2 Load balancer and wildcard/multi-domain SSL certificates Posted: 03 Oct 2021 10:06 PM PDT I am running three sites through one load balancer (and 2 child-application servers) What is my best route here? I've seen some that are wildcard (eg. limitless subdomains secured for one domain), and some that are multi-domain (eg. up to 100 domains under the one certificate) Is there a certificate that handles both cases? Would love some guidance here |
identifying vlan packets using tcpdump Posted: 03 Oct 2021 08:08 PM PDT I'm trying to figure out the vlan tagged packets that my host receives or sends to other hosts. I tried
But it didnt work. Has anyone tried to view the vlan packets through tcpdump before? Couldn't find much help searching the web! |
rewrite engine: How to test if URL on different server is reachable? Posted: 03 Oct 2021 08:08 PM PDT I am trying to use the rewrite engine of nginx to redirect requests. I want to check if the content is available on Jetty otherwise I want to redirect it. My idea was to use try_files, but the first parameters should be files or directories. At the moment I am using Nginx for checking the reachable of the URL, perhaps I can better use Jetty, which is in front of Nexus. Here some details about the environment: |
VLAN & WiFi & DHCP with Cisco SG200 Posted: 03 Oct 2021 04:06 PM PDT I'm trying to configure a small business network with one Cisco SG200-26, a Linux server and two TP-Link TL-WA801ND. I have set up the APs to have two different SSIDs, Public and Staff, and have configured VLAN tagging with tags 5 & 6 respectively. On the switch, I have created the VLANs and configured the server port and the AP ports to trunk. I've configured the server to have the two VLAN networks with IP addresses, eth0.5 & eth0.6. The DHCP server is configured to give addresses on the correct subnets. So: Now, the APs receive management IP addresses via DHCP in 192.168.0.0/24 I see connected devices requesting IP addresses (from server log): But I don't see them accepting the address. Suggestions welcome, I'm stumped! |
Posted: 03 Oct 2021 11:07 PM PDT Sorry for the basic question but I cant figure this one out. I want to set up a small network of linux servers for testing purposes. So I have a host server running virtual box with the following interface: And a second vm guest set up as follows: I want to be able to route from vm 2 back to the host server. So I created a route telling vm 2 to send traffic for the But I can not ping through to the the routing table on the host server (running virtual box) is : so I guess my problem is that the host server knows nothing of my VM's How can I fix this, will I have to use iptables and NATing? |
ESENT fails to determine the minimum I/O block size Posted: 03 Oct 2021 05:03 PM PDT I'm trying to get RavenDB running in embedded mode on a shared/multi-tenant webhost. RavenDB relies on the ESENT storage API. The filesystem on the hosting machines is locked down. The RavenDB Initialize() call results in the following eventlog entry So presumably the executing process needs access to read some volume information and that is denied because the process is only given permissions to the parts of the volume relevant to it. Anyone know what the relevant rights are, and whether they can be omitted somehow? P.S.: someone with more karma than me please tag this |
Reputable Biometric Fingerprint Scanner & Access/Attendance Solutions? Posted: 03 Oct 2021 08:51 PM PDT I have a client, a school, looking to implement a fingerprint or hand scanner to track both employee time and student attendance. As per earlier conversations on here, this is not for high security & access (i.e.- automatic door locks). From what I've researched, the field is full of unknown companies, any based in China, offering brands that don't seem to have any reputation or case studies. It makes me very nervouse to recommend something from a market that seems quite unknown if not a tad nefarious. Even the brand the client saw, and liked, makes me hesitate as when called, no one would quote a price and we were told a "dealer" would have to get back to us: http://www.galaxysys.com/index.php?tpl=readers/biometric/biometric Any personal recommendations or experiences would be appreciated. Thanks in Advance ~R |
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