Header Shadow Image


Author Archive

Unable to ping NLB Gateway from outside the NLB subnet or different subnets

Unable to ping NLB Gateway from outside the NLB subnet or different subnets.  Getting timeouts when attempting to do so? # nc -vz 192.168.0.224 Ncat: Version 7.50 ( https://nmap.org/ncat ) Ncat: Connection timed out. While host is on a subnet external to the NLB subnet? # ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue […]

Filter Duplicate or DUP traffic in ICMP Ping requests 64 bytes from 192.168.0.100: icmp_seq ttl time ms (DUP!) from NLB Network Load Balancing Clusters

Getting this? -bash-4.2$ ping 192.168.0.224 PING 192.168.0.224 (192.168.0.224) 56(84) bytes of data. 64 bytes from 192.168.0.224: icmp_seq=1 ttl=127 time=0.860 ms 64 bytes from 192.168.0.224: icmp_seq=1 ttl=127 time=1.22 ms (DUP!) 64 bytes from 192.168.0.224: icmp_seq=2 ttl=127 time=0.622 ms 64 bytes from 192.168.0.224: icmp_seq=2 ttl=127 time=0.872 ms (DUP!) Apparently this can cause issues on different subnets as […]

Stop and start WAN or LAN interfaces on DD-WRT without a reboot.

First, let’s get some given’s, like the WAN interface: # echo $(get_wanface) vlan2 Or this way: # nvram show 2>&1|grep -Ei wan_ifname= wan_ifname=vlan2 Stop WAN or LAN ip link set $(get_wanface) down To bring things back up: ip link set $(get_wanface) up Command for WAN in this case: udhcpc -i vlan2 -p /var/run/udhcpc.pid -s /tmp/udhcpc […]

Converting a Integer to Binary

Let’s take a number: 78 and convert it to binary.  We know an 8 bit number is between 0 and 255, let’s draw this out and use 0’s initially, where the top row represents the integer equivalent: POS 1 2 3 4 5 6 7 8 INT 128 64 32 16 8 4 2 1 […]

[ERROR] waitforx: Unable to find any RandR outputs and FATAL: Module nvidia not found in directory

Recently ran into this lovely message: root@g73sw01:~# root@g73sw01:~# systemctl status gdm3 -l ? gdm.service – GNOME Display Manager Loaded: loaded (/usr/lib/systemd/system/gdm.service; static) Active: active (running) since Sat 2024-09-14 14:42:24 EDT; 1 day 21h ago Main PID: 3254 (gdm3) Tasks: 4 (limit: 19063) Memory: 5.7M (peak: 50.2M) CPU: 2.239s CGroup: /system.slice/gdm.service ??3254 /usr/sbin/gdm3 Sep 16 11:52:32 […]

SSSD krb5_child Disk quota exceeded

Getting this? Sep 14 14:04:08 g73sw01.nix.mds.xyz krb5_child[53814]: Disk quota exceeded Digging further: root@g73sw01:~# cat /proc/key-users 0: 163 162/162 131/1000000 2746/25000000 101: 1 1/1 1/200 9/64000 108: 1 1/1 1/200 9/64000 110: 4 4/4 4/200 44/64000 113: 2 2/2 2/200 18/64000 123: 1 1/1 1/200 9/64000 128: 4 4/4 4/200 44/64000 135: 1 1/1 1/200 9/64000 […]

Mount Samba Share on Ubuntu

Getting this? root@g73sw01:~# mount -t cifs -o credentials=/home/unbeknownst/.smbcredentials,vers=3.0 //nfs-c01.nix.mds.xyz/nfs-bob ./test -vv mount: /root/test: mount(2) system call failed: No route to host. root@g73sw01:~# Solve it with: root@g73sw01:~# apt-get install keyutils cifs-utils Next hurdle, was the following: tom@g73sw01:~$ id uid=1000(tom) gid=1000(tom) groups=1000(tom),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),122(lpadmin),135(lxd),136(sambashare) tom@g73sw01:~$ mount -t cifs -o credentials=$(pwd)/.smbcredentials,vers=3.0,uid=1000,gid=1000 //nfs-c01.nix.mds.xyz/nfs-vincent ./samba mount.cifs: permission denied: no match for /home/tom/samba […]

Identifying Ubuntu NVMe Drives based on Bus Number

There are three NVMe’s in a laptop. Two of the NVMe’s are the exact same model, Intel, and the other is a Kingston NVMe. All NVMe’s are 512GB. All are running either Windows 11 on the two identical drives, or Windows 10 on the Kingston drive. I want to keep only the second NVMe drive […]

Ubuntu Disable RST while Windows Partitions Exist

Windows 11 already has the AHCI drivers by default.  There’s a number of articles that explain how to modify regex settings.  Usually this is not for the average user, or even an experienced one since if it doesn’t work, those settings would need to be reverted.   And there may not be an easy way to […]

Ubuntu: network unclaimed error

Getting a: network unclaimed error after a recent NVIDIA or apt update command? After a recent upgrade, system wouldn’t boot to a UI.  Blank screen is shown.  To solve this, hit SHIFT + F2 at the blank screen, to switch to a terminal login screen.  Once at the login screen, change directory to /lib/modules/: cd […]


     
  Copyright © 2003 - 2025 Tom Kacperski (microdevsys.com). All rights reserved.

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License

 

The IT Development and Technology Mini Vault | MicroDevSys.com
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.