Recent Questions - Server Fault |
- Double port forwarding kubernetes + docker
- How to stop BIND9 from being an authoritative DNS server for a host?
- Enable https on EC2 Instance
- HPE StoreAll 8200 Gateway Storage - showing UptimeOverThreshold
- Who or what is permitted membership of a Mail Enabled Security Group
- Huawei HG8245Q2 connected with other router in bridge mode and WiFi with internet access
- Mapping FQDN to IP and Port number in HAProxy
- Had a wordpress site using Google Cloud Platform and i think it totally crashed
- Why does nsupdate fail with "operation canceled"?
- What is meant by collapse CNAME?
- netbios McAfee HIPS block
- HP ProLiant DL380 G7 (P410i) compatible drives
- Slow 4K read/write speed
- Connecting to exchange online with Powershell (Winrm)
- Deploying in-house ACME server for Microsoft ADCS?
- all required agent virtual machines are not currently deployed on host 'hostname'
- Btrfs check repair give device busy. How to see what it keeps busy?
- No 'Access-Control-Allow-Origin' header is present on the requested resource -- But it is?
- Routing to subdirectory as new route with nGinx
- Enabling SNI with appcmd.exe
- Configuring hostname on ubuntu 14.04 returns "unknown instance"
- Changing source MAC address of routed packets
- Cannot get web root to be /var/www/html, despite setting it in apache2.conf and 000-default.conf
- IPsec transport mode and MTU
- install-man5 Error 1 after running 'make install' after compiling NUT (Network UPS Tools)
- AWS connection error: Permission denied (publickey)
- Foreman errors out when provisioning using an ms-dhcp/dns smart proxy
- DNS and Active Directory configuration for a branch office
- Exim SMTP Smarthost Setup
- What naming convention do Windows DHCP logs use when they overflow?
Double port forwarding kubernetes + docker Posted: 06 Jun 2021 10:55 PM PDT Summary: I have a docker container which is running kubectl port-forward, forwarding the port (5432) of a postgres service running as a k8s service to a local port (2223). In the Dockerfile, I have exposed the relevant port 2223. Then I ran the container by publishing the said port ( Now when I am trying to access the postgres through However, when I do Dockerfile CMD: Docker Run command: Output of the docker run command: So the port forwarding is successful, and I am able to connect to the postgres instance from inside the docker container. What I am not able to do is to connect from outside the container with the exposed and published port |
How to stop BIND9 from being an authoritative DNS server for a host? Posted: 06 Jun 2021 09:23 PM PDT Until recently I've been using BIND9 on my on-premises server (Ubuntu 16.04 w/LAMP). But then I decided to move one of my site to remote 3rd party hosting. Obviously, I changed the DNS servers on site's registrar's website and the site works fine. The problem is that on my LOCAL machine (where BIND9 is), it still points me to my local installation of that host. |
Posted: 06 Jun 2021 09:47 PM PDT I have an elastic public IP for my EC2 instance. I have an Nginx server running on it (and nodejs as a backend server). I'd like to enable HTTPS access to my server. My questions:
|
HPE StoreAll 8200 Gateway Storage - showing UptimeOverThreshold Posted: 06 Jun 2021 07:29 PM PDT When checking the health of the HPE StoreAll 8200 Gateway Storage, the output of running this command ibrix_health -l shows UptimeOverThreshold. Could you please let me know what does it means, should I reboot the system to reset the system threshold? Below you can find an example of the output I received after running the command in the CLI. Host Summary Result Host ---- Result ---- Type ---- State ---- Network ---- Last Update XXXXXXXX1---- PASSED ---- Server---- Up, UptimeOverThreshold ---- XXXXXXXXXXXXXXX---- XXX Jun XXXX |
Who or what is permitted membership of a Mail Enabled Security Group Posted: 06 Jun 2021 05:10 PM PDT I'm wanting to know a complete list of permitted objects that can be members of the Mail-Enabled Security Group. Is there some official documentation that lists these? Google hasn't been my friend today, and I don't have access to the portal. |
Huawei HG8245Q2 connected with other router in bridge mode and WiFi with internet access Posted: 06 Jun 2021 05:04 PM PDT I have Huawei HG8245Q2 router with GPON WAN and 4 ethernet ports and powerful WiFi module. Behind this router I have second (Mikrotik) router and a L2TP server on it. Unfortunately - Huawei router in "normal" configuration does not allow me to have L2TP server behind it (I tried with DMZ with no success and there is no option like "VPN-passthru" like I saw in some other routers). I called my ISP tech support and consultant changed Huawei configuration and my WAN was "transparently" connected LAN1 port (bridged WAN<->LAN1?). I changed Mikrotik configuration to PPPoE and my L2TP server worked. However that change had side effect - other interfaces (LAN2, LAN3, LAN4, WiFi) on Huawei were not connected with internet. I had to restore Huawei to factory settings (to undo changes done by ISP consultant), switch Mikrotik back to normal (without PPPoE), my L2TP is not working again. Unfortunately I have not checked how remaining ports work (LAN2, LAN3, LAN4, WiFi), or more precisely whether they are bridged with each other. Also I can't reconfigure it back to "transparent" (bridge WAN<->LAN1?) mode myself. I don't want to ruin good relations with my ISP by calling too many times with a request to change the configuration (to check if it would work or not) which theoretically does not have to be made at all because my contract does not provide for such changes and I don't understand everything completely. So I'm asking here before I do that again and to improve my knowledge. This is how I understand how it works: L2TP working, WiFi without internet L2TP not working, WiFi internet OK And this is what I want: Question 1: Is it possible to connect one of Mikrotik LAN ports to one of remaining Huawei ports (LAN2 for example) and configure in such a way that Mikrotik would be a gateway for Huawei WiFi? If it is - how can I do that? I have idea like this (I'm not networking expert):
Does it make sense? Question 2: (extra) What is going on with LAN2, LAN3, LAN4, WiFi interfaces when Huawei is in "transparent" mode (bridge WAN->LAN1?). Are they still bridged with each other? |
Mapping FQDN to IP and Port number in HAProxy Posted: 06 Jun 2021 10:45 PM PDT I have HAproxy in front of my K8s cluster. It works perfectly by IP address and port number. Can I have FQDN to replace IP and port number? For example, if I have www.test.com mapping to 10.138.1.187 in my internal DNS. Can I set up HAproxy to map www.test.com/test to node's IP:30030? |
Had a wordpress site using Google Cloud Platform and i think it totally crashed Posted: 06 Jun 2021 04:36 PM PDT Any Idea whats going on? I was running a free tier wordpress install with the lowest computer on google cloud platofrm. following this guide on youtube: https://www.youtube.com/watch?v=2UDD-9cPXA8 my website is: www.malkimeansking.com I think i may have overloaded the server but I can't tell. I don't know whats going on I only know how to run wordpress and install it. Why is the site down and can someone here help? Thanks |
Why does nsupdate fail with "operation canceled"? Posted: 06 Jun 2021 04:33 PM PDT I'm trying to dynamically update a DNS server using But I get the error: In which cases can Full output: |
What is meant by collapse CNAME? Posted: 06 Jun 2021 02:53 PM PDT While I was working on a certain DNS traffic management tool (Akamai) I found a checkbox to enable Collapse CNAMEs. I did not find any useful resources on this topic. What does it mean and how it works? Any idea? |
Posted: 06 Jun 2021 02:30 PM PDT All across my network random computers have been receiving a ton of McAfee HIPS blocks that state "Blocked outgoing UDP Source random IP netbios (137) destination IP". The only way we can resolve this is by putting the computers in rule exception which we can't have for long so essentially the computers are useless. I have already verified their place in DNS and DHCP and have ensured no duplicate IPs or hostnames exist. Any other thoughts would be greatly appreciated. |
HP ProLiant DL380 G7 (P410i) compatible drives Posted: 06 Jun 2021 02:45 PM PDT I have recently been looking to do an upgrade on my server recently by upgrading to using SSDs (2.5 inch). I have done a lot of late night googling and have found that many drives have an issue with the RAID card in the machine where the fans will ramp up and even shutdown the system. With more looking, the recommendations are to just buy the HP drives, as they will have all of the monitoring features and are known to work. I have found a drive (HP 690816-001 MO0400FCTRP) that I think will work, but when I look it up on the compatibility list, I cannot find the drive. Is this drive compatible with my server? |
Posted: 06 Jun 2021 02:40 PM PDT I've a problem of random writing speed on a Lenovo X3650 M5 with ServeRAID M5210. The server has seven 600GB SAS disks divided into two logical groups: a RAID1 (2 disks) and a RAID10 (4 disks) The last disk is a global hot spare. The RAID 10 has 500MB/s in seq. reads and 250 MB/s in seq. writes and it almost double the speed of the RAID 1 array as expected. The problems rise during 4K write test with a result of less then 1 MB/S for both RAIDs in both writes and reads. The logical virtual disks properties:
Anyone has any advice? |
Connecting to exchange online with Powershell (Winrm) Posted: 06 Jun 2021 07:02 PM PDT
and get the: I have removed my user and machine from all Azure Profiles, and I'm able to use this commands in other machine. So I started to change the Local GPOs to ensure all was in place:
. |
Deploying in-house ACME server for Microsoft ADCS? Posted: 06 Jun 2021 03:00 PM PDT I'm quite new to ACME, but already somewhat experienced with ADCS (Active Directory Certificate Services). We use ADCS for all our internal needs: client auth, VPN, EFS etc., also for issuing TLS certificates. Now, you may have already heard that Apple will no longer honor certificates with >1 year lifetime starting September 1st; this will put some strain on our limited webmaster resources (and to add insult to injury, every department has their own webmasters). I figured that maybe the easy way out is to implement in-house ACME using ADCS, but after some googling I have to admit I haven't found a solution that does it. Is it my poor googling skills, or there's just no such software? |
all required agent virtual machines are not currently deployed on host 'hostname' Posted: 06 Jun 2021 09:03 PM PDT |
Btrfs check repair give device busy. How to see what it keeps busy? Posted: 06 Jun 2021 05:03 PM PDT I am in a chicken-egg situation for my secondary harddrive (non boot):
What to do to find out what keeps I tried:
So:
If I try to run: |
No 'Access-Control-Allow-Origin' header is present on the requested resource -- But it is? Posted: 06 Jun 2021 03:04 PM PDT My I'm running a Django project on my local machine. The project makes a GET request to the remote server to read a JSON file: But I see this error in my browser's console. I see nothing in my How do I correctly set the |
Routing to subdirectory as new route with nGinx Posted: 06 Jun 2021 04:04 PM PDT Here is my current server block (below). I have a separate wordpress blog installed on /blog and need to route /blog to the directory "/home/forge/example.com/public/blog". I've tried a few options and at a loss so any advice is gratefully received. Here is what I've tried adding: |
Posted: 06 Jun 2021 07:02 PM PDT We currently use appcmd.exe to create IIS websites on the fly with the necessary http/https bindings, e.g. Is there a way to tell the https binding to use SNI? We're using IIS8.5 / Windows 2012 R2 |
Configuring hostname on ubuntu 14.04 returns "unknown instance" Posted: 06 Jun 2021 10:07 PM PDT I am having trouble understanding the concept of configuring the hostname on Ubuntu 14.04. The machine is configured to run several services like webserver, but also needs to have sendmail running. Therefore I am trying to configure the fqdn via /etc/hosts then I try to restart hostname: This returns following error message: What is the problem causing this? The configuration looks OK as far as I can tell. Thank you for any help ont this. |
Changing source MAC address of routed packets Posted: 06 Jun 2021 06:04 PM PDT I have linux box with one network interface and IP forwarding enabled. Let's say my IP address is |
Cannot get web root to be /var/www/html, despite setting it in apache2.conf and 000-default.conf Posted: 06 Jun 2021 08:06 PM PDT new to Linux and trying to set up a basic web server. I'm currently a bit confused, as the document root when you visit the server in a browser appears to be /var/www/. In both apache2.conf and 000-default.conf the DocumentRoot is set to /var/www/html, and I have restarted the apache2 service numerous times with no luck. I'm unsure as to what could be causing this - I have installed mod_security, but I don't think that should have any effect. For reference, current apache2.conf and 000-default.conf (I know some values are insanely high, will sort it once I can get everything running). Server IP: http://167.114.71.100/ As expected from apache2.conf, this gives a 403 forbidden. 167.114.71.100/html does work, however. Any ideas how I can make the default root 167.114.71.100/html? Thanks! apache2.conf: 000-default.conf: |
Posted: 06 Jun 2021 03:04 PM PDT [Similar to Right way to set the MTU of an IPsec Client (Linux/Racoon), but different in that there is no router on the responder side] I have a setup where machines in a local network need to talk to a Linux server in a datacenter. The router for the local network has a static external IP address, so I've configured a policy on both the router and the server to use IPsec in transport mode to speak to each other. This works fine for small packets, however the server cannot accurately determine the MTU for outgoing packets, leading to connection hangs. What is the best way to avoid these issues? Ideas so far:
|
install-man5 Error 1 after running 'make install' after compiling NUT (Network UPS Tools) Posted: 06 Jun 2021 08:06 PM PDT In an attempt to solve my NUT energy-saving problem that I've asked about in a lengthy serverfault question, I read that in the latest NUT version, nutdriver_qx replaces blazer_ser and I think it's worth trying nutdriver_qx as it might allow me to disable energy-saving on my UPS. I've followed these steps to compile Network UPS Tools and have successfully compiled it, I have drivers/nutdriver_qx binary afterwards. I've tried copying the binary into make install Making install in include make[1]: Entering directory `/nut-master/include' NUT_VERSION: "2.7.2.5" test -f nut_version.h || cp _nut_version.h nut_version.h cmp -s _nut_version.h nut_version.h || cp _nut_version.h nut_version.h rm -f _nut_version.h make install-am make[2]: Entering directory `/nut-master/include' make[3]: Entering directory `/nut-master/include' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/nut-master/include' make[2]: Leaving directory `/nut-master/include' make[1]: Leaving directory `/nut-master/include' Making install in common make[1]: Entering directory `/nut-master/common' make[2]: Entering directory `/nut-master/common' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/nut-master/common' make[1]: Leaving directory `/nut-master/common' Making install in clients make[1]: Entering directory `/nut-master/clients' make[2]: Entering directory `/nut-master/clients' /bin/mkdir -p '/usr/local/ups/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libupsclient.la libnutclient.la '/usr/local/ups/lib' libtool: install: /usr/bin/install -c .libs/libupsclient.so.4.0.0 /usr/local/ups/lib/libupsclient.so.4.0.0 libtool: install: (cd /usr/local/ups/lib && { ln -s -f libupsclient.so.4.0.0 libupsclient.so.4 || { rm -f libupsclient.so.4 && ln -s libupsclient.so.4.0.0 libupsclient.so.4; }; }) libtool: install: (cd /usr/local/ups/lib && { ln -s -f libupsclient.so.4.0.0 libupsclient.so || { rm -f libupsclient.so && ln -s libupsclient.so.4.0.0 libupsclient.so; }; }) libtool: install: /usr/bin/install -c .libs/libupsclient.lai /usr/local/ups/lib/libupsclient.la libtool: install: /usr/bin/install -c .libs/libnutclient.so.0.0.0 /usr/local/ups/lib/libnutclient.so.0.0.0 libtool: install: (cd /usr/local/ups/lib && { ln -s -f libnutclient.so.0.0.0 libnutclient.so.0 || { rm -f libnutclient.so.0 && ln -s libnutclient.so.0.0.0 libnutclient.so.0; }; }) libtool: install: (cd /usr/local/ups/lib && { ln -s -f libnutclient.so.0.0.0 libnutclient.so || { rm -f libnutclient.so && ln -s libnutclient.so.0.0.0 libnutclient.so; }; }) libtool: install: /usr/bin/install -c .libs/libnutclient.lai /usr/local/ups/lib/libnutclient.la libtool: install: /usr/bin/install -c .libs/libupsclient.a /usr/local/ups/lib/libupsclient.a libtool: install: chmod 644 /usr/local/ups/lib/libupsclient.a libtool: install: ranlib /usr/local/ups/lib/libupsclient.a libtool: install: /usr/bin/install -c .libs/libnutclient.a /usr/local/ups/lib/libnutclient.a libtool: install: chmod 644 /usr/local/ups/lib/libnutclient.a libtool: install: ranlib /usr/local/ups/lib/libnutclient.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/ups/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/ups/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/mkdir -p '/usr/local/ups/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c upsc upslog upsrw upscmd '/usr/local/ups/bin' libtool: install: /usr/bin/install -c .libs/upsc /usr/local/ups/bin/upsc libtool: install: /usr/bin/install -c .libs/upslog /usr/local/ups/bin/upslog libtool: install: /usr/bin/install -c .libs/upsrw /usr/local/ups/bin/upsrw libtool: install: /usr/bin/install -c .libs/upscmd /usr/local/ups/bin/upscmd /bin/mkdir -p '/usr/local/ups/bin' /usr/bin/install -c upssched-cmd '/usr/local/ups/bin' /bin/mkdir -p '/usr/local/ups/sbin' /bin/bash ../libtool --mode=install /usr/bin/install -c upsmon upssched '/usr/local/ups/sbin' libtool: install: /usr/bin/install -c .libs/upsmon /usr/local/ups/sbin/upsmon libtool: install: /usr/bin/install -c upssched /usr/local/ups/sbin/upssched make[2]: Leaving directory `/nut-master/clients' make[1]: Leaving directory `/nut-master/clients' Making install in conf make[1]: Entering directory `/nut-master/conf' make[2]: Entering directory `/nut-master/conf' /bin/mkdir -p '/usr/local/ups/etc' /usr/bin/install -c -m 644 upsd.conf.sample upsd.users.sample nut.conf.sample ups.conf.sample '/usr/local/ups/etc' /bin/mkdir -p '/usr/local/ups/etc' /usr/bin/install -c -m 644 upssched.conf.sample upsmon.conf.sample '/usr/local/ups/etc' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/nut-master/conf' make[1]: Leaving directory `/nut-master/conf' Making install in data make[1]: Entering directory `/nut-master/data' Making install in html make[2]: Entering directory `/nut-master/data/html' make[3]: Entering directory `/nut-master/data/html' make[3]: Nothing to be done for `install-exec-am'. make[3]: Leaving directory `/nut-master/data/html' make[2]: Leaving directory `/nut-master/data/html' make[2]: Entering directory `/nut-master/data' make[3]: Entering directory `/nut-master/data' make[3]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/usr/local/ups/share' /usr/bin/install -c -m 644 cmdvartab '/usr/local/ups/share' /bin/mkdir -p '/usr/local/ups/share' /usr/bin/install -c -m 644 driver.list '/usr/local/ups/share' make[3]: Leaving directory `/nut-master/data' make[2]: Leaving directory `/nut-master/data' make[1]: Leaving directory `/nut-master/data' Making install in tools make[1]: Entering directory `/nut-master/tools' Making install in . make[2]: Entering directory `/nut-master/tools' make[3]: Entering directory `/nut-master/tools' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/nut-master/tools' make[2]: Leaving directory `/nut-master/tools' Making install in nut-scanner make[2]: Entering directory `/nut-master/tools/nut-scanner' make install-am make[3]: Entering directory `/nut-master/tools/nut-scanner' make[4]: Entering directory `/nut-master/tools/nut-scanner' /bin/mkdir -p '/usr/local/ups/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libnutscan.la '/usr/local/ups/lib' libtool: install: /usr/bin/install -c .libs/libnutscan.so.1.0.0 /usr/local/ups/lib/libnutscan.so.1.0.0 libtool: install: (cd /usr/local/ups/lib && { ln -s -f libnutscan.so.1.0.0 libnutscan.so.1 || { rm -f libnutscan.so.1 && ln -s libnutscan.so.1.0.0 libnutscan.so.1; }; }) libtool: install: (cd /usr/local/ups/lib && { ln -s -f libnutscan.so.1.0.0 libnutscan.so || { rm -f libnutscan.so && ln -s libnutscan.so.1.0.0 libnutscan.so; }; }) libtool: install: /usr/bin/install -c .libs/libnutscan.lai /usr/local/ups/lib/libnutscan.la libtool: install: /usr/bin/install -c .libs/libnutscan.a /usr/local/ups/lib/libnutscan.a libtool: install: chmod 644 /usr/local/ups/lib/libnutscan.a libtool: install: ranlib /usr/local/ups/lib/libnutscan.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/ups/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/ups/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/mkdir -p '/usr/local/ups/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c nut-scanner '/usr/local/ups/bin' libtool: install: /usr/bin/install -c .libs/nut-scanner /usr/local/ups/bin/nut-scanner make[4]: Leaving directory `/nut-master/tools/nut-scanner' make[3]: Leaving directory `/nut-master/tools/nut-scanner' make[2]: Leaving directory `/nut-master/tools/nut-scanner' make[1]: Leaving directory `/nut-master/tools' Making install in docs make[1]: Entering directory `/nut-master/docs' Making install in man make[2]: Entering directory `/nut-master/docs/man' Using existing nut.conf.5 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing ups.conf.5 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upsd.conf.5 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upsd.users.5 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upsmon.conf.5 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upssched.conf.5 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing nutupsdrv.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upsc.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upscmd.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upsd.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upsdrvctl.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upslog.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upsmon.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upsrw.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upssched.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing nut-scanner.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing nut-recorder.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing al175.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing apcsmart.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing apcsmart-old.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing bcmxcp.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing belkin.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing belkinunv.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing bestfortress.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing bestuferrups.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing bestups.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing bestfcom.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing blazer_ser.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing clone.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing dummy-ups.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing etapro.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing everups.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing gamatronic.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing genericups.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing isbmex.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing ivtscd.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing liebert.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing liebert-esp2.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing masterguard.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing metasys.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing mge-shut.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing mge-utalk.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing nutdrv_qx.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing oneac.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing microdowell.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing optiups.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing powercom.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing powerpanel.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing rhino.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing riello_ser.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing safenet.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing solis.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing tripplite.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing tripplitesu.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upscode2.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing victronups.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing apcupsd-ups.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. make[3]: Entering directory `/nut-master/docs/man' make[3]: Nothing to be done for `install-exec-am'. Using existing nut.conf.5 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing ups.conf.5 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upsd.conf.5 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upsd.users.5 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upsmon.conf.5 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upssched.conf.5 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. /bin/mkdir -p '/usr/local/ups/share/man/man5' /usr/bin/install -c -m 644 ./nut.conf.5 ./ups.conf.5 ./upsd.conf.5 ./upsd.users.5 ./upsmon.conf.5 ./upssched.conf.5 '/usr/local/ups/share/man/man5' /usr/bin/install: cannot stat `./nut.conf.5': No such file or directory /usr/bin/install: cannot stat `./ups.conf.5': No such file or directory /usr/bin/install: cannot stat `./upsd.conf.5': No such file or directory /usr/bin/install: cannot stat `./upsd.users.5': No such file or directory /usr/bin/install: cannot stat `./upsmon.conf.5': No such file or directory /usr/bin/install: cannot stat `./upssched.conf.5': No such file or directory make[3]: *** [install-man5] Error 1 make[3]: Leaving directory `/nut-master/docs/man' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/nut-master/docs/man' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/nut-master/docs' make: *** [install-recursive] Error 1 in response to a comment, the make command runs without errors $ make Making all in include make[1]: Entering directory `/nut-master/include' NUT_VERSION: "2.7.2.5" test -f nut_version.h || cp _nut_version.h nut_version.h cmp -s _nut_version.h nut_version.h || cp _nut_version.h nut_version.h rm -f _nut_version.h make all-am make[2]: Entering directory `/nut-master/include' make[2]: Leaving directory `/nut-master/include' make[1]: Leaving directory `/nut-master/include' Making all in common make[1]: Entering directory `/nut-master/common' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/nut-master/common' Making all in clients make[1]: Entering directory `/nut-master/clients' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/nut-master/clients' Making all in conf make[1]: Entering directory `/nut-master/conf' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/nut-master/conf' Making all in data make[1]: Entering directory `/nut-master/data' Making all in html make[2]: Entering directory `/nut-master/data/html' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/nut-master/data/html' make[2]: Entering directory `/nut-master/data' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/nut-master/data' make[1]: Leaving directory `/nut-master/data' Making all in tools make[1]: Entering directory `/nut-master/tools' Making all in . make[2]: Entering directory `/nut-master/tools' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/nut-master/tools' Making all in nut-scanner make[2]: Entering directory `/nut-master/tools/nut-scanner' make all-am make[3]: Entering directory `/nut-master/tools/nut-scanner' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/nut-master/tools/nut-scanner' make[2]: Leaving directory `/nut-master/tools/nut-scanner' Regenerating the SNMP helper files. Regenerating the USB helper files. make[1]: Leaving directory `/nut-master/tools' Making all in docs make[1]: Entering directory `/nut-master/docs' Making all in man make[2]: Entering directory `/nut-master/docs/man' Using existing nut.conf.5 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing ups.conf.5 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upsd.conf.5 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upsd.users.5 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upsmon.conf.5 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upssched.conf.5 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing nutupsdrv.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upsc.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upscmd.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upsd.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upsdrvctl.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upslog.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upsmon.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upsrw.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upssched.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing nut-scanner.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing nut-recorder.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing al175.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing apcsmart.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing apcsmart-old.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing bcmxcp.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing belkin.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing belkinunv.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing bestfortress.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing bestuferrups.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing bestups.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing bestfcom.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing blazer_ser.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing clone.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing dummy-ups.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing etapro.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing everups.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing gamatronic.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing genericups.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing isbmex.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing ivtscd.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing liebert.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing liebert-esp2.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing masterguard.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing metasys.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing mge-shut.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing mge-utalk.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing nutdrv_qx.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing oneac.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing microdowell.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing optiups.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing powercom.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing powerpanel.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing rhino.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing riello_ser.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing safenet.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing solis.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing tripplite.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing tripplitesu.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing upscode2.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing victronups.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. Using existing apcupsd-ups.8 manual page, since 'asciidoc', 'xmllint' or 'xsltproc' were not found. make[2]: Leaving directory `/nut-master/docs/man' make[2]: Entering directory `/nut-master/docs' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/nut-master/docs' make[1]: Leaving directory `/nut-master/docs' Making all in drivers make[1]: Entering directory `/nut-master/drivers' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/nut-master/drivers' Making all in lib make[1]: Entering directory `/nut-master/lib' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/nut-master/lib' Making all in scripts make[1]: Entering directory `/nut-master/scripts' Making all in augeas make[2]: Entering directory `/nut-master/scripts/augeas' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/nut-master/scripts/augeas' Making all in devd make[2]: Entering directory `/nut-master/scripts/devd' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/nut-master/scripts/devd' Making all in hotplug make[2]: Entering directory `/nut-master/scripts/hotplug' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/nut-master/scripts/hotplug' Making all in python make[2]: Entering directory `/nut-master/scripts/python' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/nut-master/scripts/python' Making all in systemd make[2]: Entering directory `/nut-master/scripts/systemd' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/nut-master/scripts/systemd' Making all in udev make[2]: Entering directory `/nut-master/scripts/udev' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/nut-master/scripts/udev' Making all in Solaris make[2]: Entering directory `/nut-master/scripts/Solaris' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/nut-master/scripts/Solaris' make[2]: Entering directory `/nut-master/scripts' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/nut-master/scripts' make[1]: Leaving directory `/nut-master/scripts' Making all in server make[1]: Entering directory `/nut-master/server' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/nut-master/server' Making all in tests make[1]: Entering directory `/nut-master/tests' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/nut-master/tests' make[1]: Entering directory `/nut-master' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/nut-master' |
AWS connection error: Permission denied (publickey) Posted: 06 Jun 2021 06:04 PM PDT Sorry if this sounds redundant to you but trust me its not. I have tried almost majority of the links related to this problem but nothing is working for me so far. I even tried this article two. Below is what I have tried so far
The last thing I did before this issue was that 2 days ago I was trying to install the FTP server on my client using this link http://www.krizna.com/ubuntu/setup-ftp-server-on-ubuntu-14-04-vsftpd/. Unfortunately this link didnt work as expected and I ended up with no success in FTP logins. And today when I tried to login using my keypair its giving me error. Below is the log for my ssh attempt |
Foreman errors out when provisioning using an ms-dhcp/dns smart proxy Posted: 06 Jun 2021 09:03 PM PDT Im running foreman, with smart-proxy on a win2k12 r2 box running ad/dhcp/dns. When i try to provision smart proxy dumps this to the logs: foreman web interface says smart-proxy stdout looks like this: |
DNS and Active Directory configuration for a branch office Posted: 06 Jun 2021 04:04 PM PDT We've got a branch office with no on-site services at the moment, and we'd like to change that. The biggest goal is to setup some file servers but faster logins and DNS resolution will be welcome as well. I'm doing some experiments with some VMs on a separate subnet/VLAN so let's say I've got forest and domain
Now this isn't right in my mind - shouldn't it return Do I need a separate DNS zone (how would that work without a subdomain which I don't want to create, unless required)? Any ideas/articles which I can be pointed to would be great; I've read through a bunch of TechNet articles and am none the wiser. Thanks Update Many thanks to @TheCleaner and @charleswj81 your efforts are appreciated. I've just tried nltest and the result is the same from the branch DC and client PC: Update 2
|
Posted: 06 Jun 2021 05:03 PM PDT I used these settings to set up exim to use gmail as a smarthost, which worked. However, I don't seem to be able to use these settings against other smtp servers, such as Yahoo or Fastmail (both with port 465 instead of 587). Both of these fail with the message |
What naming convention do Windows DHCP logs use when they overflow? Posted: 06 Jun 2021 10:07 PM PDT We have some issues with DNS and DHCP interacting, so we're archiving the DHCP event logs using PowerShell and dumping the contents to an SQL database for later analysis. However, the archive script is only grabbing files named 'DhcpSrvLog-$day.log' (where $day is Mon, Tue, etc.). However, the log files are limited to 10MB in size. After that point, they overflow, but we can't find any documentation on what the next log file is called. It doesn't overflow often, but on the days that it does the first file often rolls over or overflows at 3pm. I'd like to be able to archive the complete log files on the days the system is logging so much, and I'm assuming Windows doesn't just stop writing the logs. Is there any way to either increase the log size (I believe this is fixed) or can someone tell me the convention for the second log of a given day? OS is Windows Server 2008 R2 x64. [For reference, the issues we're looking for themselves are likely related to the system being upgraded continually since the mid 90's. It was originally a Novell domain, then NT 3.51 --> NT 4 --> 2k --> 2k3 --> 2k8 --> 2k8 R2... plus several custom schema extensions which don't work well at all and a history of administrators who had no idea what they were doing. The domain has more issues than Time magazine, so this problem doesn't surprise anyone. We're in the process of moving to a brand new domain, but we're trying to troubleshoot this DHCP/DNS issue to make sure the same problem doesn't happen on the new domain, too.] |
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