mrjcd@Deb:~$ telnet 192.168.1.1
Trying 192.168.1.1...
Connected to 192.168.1.1.
Escape character is '^]'.

DD-WRT v3.0-r42114 std (c) 2020 NewMedia-NET GmbH
Release: 01/26/20
Board: Netgear WNDR3700 V4

DD-WRT login: root
Password: 
==========================================================
 
     ___  ___     _      _____  ______       ____  ___ 
    / _ \/ _ \___| | /| / / _ \/_  __/ _  __|_  / / _ \
   / // / // /___/ |/ |/ / , _/ / /   | |/ //_ <_/ // /
  /____/____/    |__/|__/_/|_| /_/    |___/____(_)___/ 
                                                     
                       DD-WRT v3.0
                   http://www.dd-wrt.com
 
==========================================================


BusyBox v1.31.1 (2020-01-26 06:37:04 +04) built-in shell (ash)

root@DD-WRT:~# ps
  PID USER       VSZ STAT COMMAND
    1 root      1184 S    /sbin/init
    2 root         0 SW   [kthreadd]
    3 root         0 SW   [ksoftirqd/0]
    5 root         0 SW<  [kworker/0:0H]
    6 root         0 SW   [kworker/u2:0]
    7 root         0 SW<  [khelper]
    8 root         0 SW<  [netns]
    9 root         0 SW<  [writeback]
   10 root         0 SW   [kworker/u2:1]
   73 root         0 SW<  [crypto]
   75 root         0 SW<  [bioset]
   77 root         0 SW<  [kblockd]
   79 root         0 SW   [kswapd0]
   80 root         0 SW   [kworker/0:1]
  112 root         0 SW   [fsnotify_mark]
  255 root         0 SW<  [deferwq]
  471 root       940 S    /sbin/hotplug2 --set-rules-file /etc/hotplug2.rules --persistent
  498 root      1880 S    watchdog
  560 root         0 SW<  [cfg80211]
  708 root      3824 S    hostapd -B -P /var/run/ath0_hostapd.pid /tmp/ath0_hostap.conf
  735 root      3804 S    hostapd -B -P /var/run/ath1_hostapd.pid /tmp/ath1_hostap.conf
  812 root      1404 R    telnetd
  824 root      1396 S    syslogd -Z -L
  826 root      1396 S    klogd
  988 root         0 SW   [ksmbd-ath1]
  991 root         0 SW   [ksmbd-ath0]
  996 root         0 SW   [ksmbd-br0]
  999 root         0 SW   [ksmbd-vlan2]
 1000 root         0 SW   [kworker/0:2]
 1003 root         0 SW   [ksmbd-vlan1]
 1006 root         0 SW   [ksmbd-eth0]
 1009 root         0 SW   [ksmbd-lo]
 1022 root      2152 S    ttraff
 1036 root      4608 S    httpd -n -p 80
 1038 root      1564 S    resetbutton
 1085 root         0 SW   [scsi_eh_0]
 1086 root         0 SW<  [scsi_tmf_0]
 1087 root         0 SW   [usb-storage]
 1535 root      1396 S    udhcpc -i vlan2 -p /var/run/udhcpc.pid -s /tmp/udhcpc -O routes -O msstaticroutes -O staticroutes
 1548 root       912 S    cron
 1595 root      1180 S    dnsmasq -u root -g root --conf-file=/tmp/dnsmasq.conf
 1600 root      1836 S    wland
 1601 root      1880 S    process_monitor
 1658 root         0 SW   [jbd2/sda1-8]
 1660 root         0 SW<  [ext4-rsv-conver]
 1783 root       968 S    usmbd -c /tmp/smb.conf -u /tmp/smb.db
 1784 root      1016 S    usmbd -c /tmp/smb.conf -u /tmp/smb.db
 1787 root         0 SW   [ksmbd:60774]
 1865 root      1396 S    -sh
 1867 root      1396 R    ps
root@DD-WRT:~# cat /tmp/smb.conf
[global]
log level = 1
netbios name = DD-WRT
server string = 
syslog = 10
encrypt passwords = true
preferred master = yes
use sendfile = yes
aio read size = 2048
aio write size = 2048
large readwrite = yes
security = user
mangled names = no
max stat cache size = 64
workgroup = 
bind interfaces only = yes
guest account = nobody
map to guest = Bad User
smb passwd file = /var/samba/smbpasswd
private dir = /var/samba
passdb backend = smbpasswd
log file = /var/smbd.log
max log size = 1000
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=262144 SO_RCVBUF=262144
read raw = yes
write raw = yes
oplocks = yes
max xmit = 65536
dead time = 15
getwd cache = yes
lpq cache time = 30
min protocol = SMB3_11
max protocol = SMB3_11
printing = none
load printers = No
usershare allow guests = Yes
smb3 encryption = no
[ohnoshare]
comment = ohnoshare
path = /mnt/sda1/
read only = no
guest ok = no
valid users = mrjcd
force user = root
root@DD-WRT:~# cat /tmp/var/log/messages | grep smbd
Dec 31 18:00:40 DD-WRT user.info : smbd : samba started
Dec 31 18:00:40 DD-WRT kern.err kernel: [   40.350000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
Dec 31 18:00:40 DD-WRT kern.err kernel: [   40.380000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
Dec 31 18:00:40 DD-WRT kern.err kernel: [   40.430000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
Dec 31 18:00:40 DD-WRT kern.err kernel: [   40.440000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
Dec 31 18:00:40 DD-WRT kern.err kernel: [   40.460000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
Dec 31 18:00:40 DD-WRT kern.err kernel: [   40.480000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
Dec 31 18:00:40 DD-WRT kern.err kernel: [   40.500000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
Dec 31 18:00:44 DD-WRT user.info : usmbd : samba daemon successfully stopped
Dec 31 18:00:44 DD-WRT local5.err usmbd: [usmbd-worker/985]: ERROR: Child received signal: 15 (Terminated)
Dec 31 18:00:44 DD-WRT local5.err usmbd: [usmbd-manager/984]: ERROR: WARNING: child process exited abnormally: 985
Dec 31 18:00:44 DD-WRT local5.err usmbd: [usmbd-manager/984]: ERROR: can't execute kill 985: No such process
Dec 31 18:00:44 DD-WRT local5.info usmbd: [usmbd-manager/984]: INFO: Exiting. Bye!
Jan 25 22:28:04 DD-WRT user.info : smbd : samba started
Jan 25 22:28:04 DD-WRT kern.err kernel: [   53.400000] ksmbd: handle_startup_event:364: Reconnect to a new user space daemon
root@DD-WRT:~# dmesg
<6>[    0.000000] Initmem setup node 0 [mem 0x00000000-0x07ffffff]
<7>[    0.000000] On node 0 totalpages: 32768
<7>[    0.000000] free_area_init_node: node 0, pgdat 803a6950, node_mem_map 81000000
<7>[    0.000000]   Normal zone: 256 pages used for memmap
<7>[    0.000000]   Normal zone: 0 pages reserved
<7>[    0.000000]   Normal zone: 32768 pages, LIFO batch:7
<4>[    0.000000] Primary instruction cache 64kB, 4-way, VIPT, I-cache aliases, linesize 32 bytes.
<4>[    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
<7>[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
<7>[    0.000000] pcpu-alloc: [0] 0 
<4>[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
<5>[    0.000000] Kernel command line: console=ttyS0,115200 root=1f02 rootfstype=squashfs noinitrd init=/sbin/init
<6>[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
<6>[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
<6>[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
<6>[    0.000000] Writing ErrCtl register=00000000
<6>[    0.000000] Readback ErrCtl register=00000000
<4>[    0.000000] Memory: 125692K/131072K available (2737K kernel code, 166K rwdata, 548K rodata, 184K init, 176K bss, 5380K reserved, 0K cma-reserved)
<6>[    0.000000] NR_IRQS:83
<6>[    0.060000] Calibrating delay loop... 278.93 BogoMIPS (lpj=1394688)
<6>[    0.070000] pid_max: default: 32768 minimum: 301
<6>[    0.070000] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
<6>[    0.080000] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
<6>[    0.090000] NET: Registered protocol family 16
<7>[    0.090000] ar71xx: using random MAC address for eth0
<6>[    0.300000] Switched to clocksource MIPS
<6>[    0.310000] NET: Registered protocol family 2
<6>[    0.310000] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
<6>[    0.310000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
<6>[    0.320000] TCP: Hash tables configured (established 1024 bind 1024)
<6>[    0.320000] TCP: reno registered
<6>[    0.330000] UDP hash table entries: 256 (order: 0, 4096 bytes)
<6>[    0.330000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
<6>[    0.340000] NET: Registered protocol family 1
<7>[    0.340000] PCI: CLS 0 bytes, default 32
<5>[    0.340000] gpio_proc: module loaded and /proc/gpio/ created (cool)
<6>[    0.350000] fixup WNDR3700v4 wifi led
<5>[    0.350000] wl0gpio_proc: module loaded and /proc/wl0gpio/ created
<6>[    0.360000] futex hash table entries: 256 (order: -1, 3072 bytes)
<6>[    0.370000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
<6>[    0.380000] msgmni has been set to 245
<6>[    0.380000] io scheduler noop registered
<6>[    0.390000] io scheduler deadline registered (default)
<6>[    0.390000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
<6>[    0.400000] console [ttyS0] disabled
<6>[    0.420000] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11, base_baud = 2500000) is a 16550A
<6>[    0.430000] console [ttyS0] enabled
<6>[    0.440000] bootconsole [early0] disabled
<4>[    0.440000] Atheros on-chip NAND FLash Controller Driver, Version 0.1 (c) 2010 Atheros Communications, Ltd.
<4>[    0.460000] Ath Nand ID[87cad5e0]: 2c:f1:80:95:02
<4>[    0.460000] ONFI MICRON      MT29F1G08ABADAWP   
<4>[    0.470000] Micron
<0>[    1.480000] 
<0>[    1.480000] found squashfs at 0x800000
<5>[    1.480000] Creating 7 MTD partitions on "ath-nand":
<5>[    1.490000] 0x000000000000-0x000000080000 : "RedBoot"
<5>[    1.500000] 0x0000006c0000-0x000008000000 : "linux"
<5>[    3.550000] 0x000000800000-0x000001e20000 : "rootfs"
<5>[    3.930000] mtd: partition "rootfs" set to be root filesystem
<5>[    3.940000] 0x000001e20000-0x000008000000 : "ddwrt"
<5>[    5.590000] 0x000000340000-0x0000003c0000 : "nvram"
<5>[    5.600000] 0x000000080000-0x0000000c0000 : "board_config"
<5>[    5.610000] 0x000000000000-0x000008000000 : "fullflash"
<4>[    7.780000] ====== NAND Parameters ======
<4>[    7.780000] sc = 0x87cad400 bbt = 0x87d01800 bbt_size = 0x100 nf_ctrl = 0x344
<4>[    7.780000] page = 0x800 block = 0x20000 oob = 0x40
<4>[    7.830000] registering PCI controller with io_map_base unset
<6>[    7.840000] PCI host bridge to bus 0000:00
<6>[    7.840000] pci_bus 0000:00: root bus resource [mem 0x10000000-0x13ffffff]
<6>[    7.850000] pci_bus 0000:00: root bus resource [io  0x0000]
<6>[    7.850000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
<7>[    7.860000] pci 0000:00:00.0: [168c:0033] type 00 class 0x028000
<6>[    7.860000] pci 0000:00:00.0: fixup device configuration
<0>[    7.870000] bootstrap returns device 168C:33
<7>[    7.870000] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x0001ffff 64bit]
<7>[    7.870000] pci 0000:00:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
<7>[    7.870000] pci 0000:00:00.0: supports D1
<7>[    7.870000] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
<7>[    7.870000] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
<6>[    7.870000] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x1001ffff 64bit]
<6>[    7.880000] pci 0000:00:00.0: BAR 6: assigned [mem 0x10020000-0x1002ffff pref]
<6>[    7.890000] pci 0000:00:00.0: using irq 72 for pin 1
<6>[    7.890000] libphy: Fixed MDIO Bus: probed
<6>[    7.890000] PPP generic driver version 2.4.2
<6>[    7.900000] PPP BSD Compression module registered
<6>[    7.900000] PPP Deflate Compression module registered
<6>[    7.910000] PPP MPPE Compression module registered
<6>[    7.910000] NET: Registered protocol family 24
<6>[    7.920000] u32 classifier
<6>[    7.930000]     Performance counters on
<6>[    7.930000]     input device check on
<6>[    7.940000]     Actions configured
<6>[    7.940000] Netfilter messages via NETLINK v0.30.
<6>[    7.940000] nf_conntrack version 0.5.0 (1963 buckets, 7852 max)
<4>[    7.950000] nf_conntrack_rtsp v0.7 loading
<4>[    7.960000] nf_nat_rtsp v0.7 loading
<6>[    7.960000] ip_tables: (C) 2000-2006 Netfilter Core Team
<6>[    7.960000] TCP: westwood registered
<6>[    7.970000] TCP: hybla registered
<6>[    7.970000] TCP: vegas registered
<6>[    7.980000] NET: Registered protocol family 17
<6>[    7.980000] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
<5>[    7.990000] Bridge firewalling registered
<6>[    8.000000] 8021q: 802.1Q VLAN Support v1.8
<5>[    8.000000] Key type dns_resolver registered
<5>[    8.020000] Key type encrypted registered
<6>[    8.020000] searching for nvram
<6>[    8.030000] nvram size = 524288
<6>[    8.070000] Atheros AR71xx hardware watchdog driver version 0.1.0
<6>[    8.080000] ar71xx-wdt: timeout=15 secs (max=107) ref freq=40000000
<6>[    8.100000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
<6>[    8.110000] Freeing unused kernel memory: 184K
<7>[   12.930000] ar71xx-wdt: enabling watchdog timer
<6>[   13.160000] switch0: Atheros AR8327 rev. 4 switch registered on ag71xx-mdio.0
<6>[   13.890000] libphy: ag71xx_mdio: probed
<6>[   14.480000] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.0:00 [uid=004dd034, driver=Atheros AR8216/AR8236/AR8316]
<6>[   14.490000] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:RGMII
<6>[   15.670000] Loading modules backported from Linux version wireless-drivers-next-for-davem-2017-09-01-0-geb464d4a8d09
<6>[   15.680000] Backport generated by backports.git backports-20160324-111-g97b8d7c4
<6>[   16.560000] eth0: link up (1000Mbps/Full duplex)
<7>[   17.130000] ath: EEPROM regdomain: 0x0
<7>[   17.130000] ath: EEPROM indicates default country code should be used
<7>[   17.130000] ath: doing EEPROM country->regdmn map search
<7>[   17.130000] ath: country maps to regdmn code: 0x3a
<7>[   17.130000] ath: Country alpha2 being used: US
<7>[   17.130000] ath: Regpair used: 0x3a
<7>[   17.140000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
<6>[   17.150000] ieee80211 phy0: Atheros AR9340 Rev:0 mem=0xb8100000, irq=78
<0>[   17.150000] 2 vs 0
<4>[   17.150000] PCI: Enabling device 0000:00:00.0 (0000 -> 0002)
<7>[   17.170000] ath: EEPROM regdomain: 0x0
<7>[   17.170000] ath: EEPROM indicates default country code should be used
<7>[   17.170000] ath: doing EEPROM country->regdmn map search
<7>[   17.170000] ath: country maps to regdmn code: 0x3a
<7>[   17.170000] ath: Country alpha2 being used: US
<7>[   17.170000] ath: Regpair used: 0x3a
<7>[   17.180000] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
<6>[   17.190000] ieee80211 phy1: Atheros AR9300 Rev:4 mem=0xb0000000, irq=72
<6>[   18.610000] Atheros AR8216/AR8236/AR8316 ag71xx-mdio.0:00: Port 3 is up
<6>[   18.610000] Atheros AR8216/AR8236/AR8316 ag71xx-mdio.0:00: Port 5 is up
<6>[   19.560000] device br0 entered promiscuous mode
<6>[   19.650000] device vlan1 entered promiscuous mode
<6>[   19.660000] device eth0 entered promiscuous mode
<6>[   19.680000] br0: port 1(vlan1) entered forwarding state
<6>[   19.680000] br0: port 1(vlan1) entered forwarding state
<6>[   19.690000] device br0 left promiscuous mode
<6>[   19.700000] device br0 entered promiscuous mode
<6>[   19.720000] device br0 left promiscuous mode
<7>[   19.860000] ath: EEPROM regdomain: 0x8348
<7>[   19.860000] ath: EEPROM indicates we should expect a country code
<7>[   19.860000] ath: doing EEPROM country->regdmn map search
<7>[   19.860000] ath: country maps to regdmn code: 0x3a
<7>[   19.860000] ath: Country alpha2 being used: US
<7>[   19.860000] ath: Regpair used: 0x3a
<7>[   19.860000] ath: regdomain 0x8348 dynamically updated by user
<7>[   19.860000] ath: EEPROM regdomain: 0x8348
<7>[   19.860000] ath: EEPROM indicates we should expect a country code
<7>[   19.860000] ath: doing EEPROM country->regdmn map search
<7>[   19.860000] ath: country maps to regdmn code: 0x3a
<7>[   19.860000] ath: Country alpha2 being used: US
<7>[   19.860000] ath: Regpair used: 0x3a
<7>[   19.860000] ath: regdomain 0x8348 dynamically updated by user
<5>[   28.680000] random: hostapd urandom read with 51 bits of entropy available
<6>[   28.740000] device ath0 entered promiscuous mode
<6>[   28.740000] br0: port 2(ath0) entered forwarding state
<6>[   28.750000] br0: port 2(ath0) entered forwarding state
<6>[   34.580000] device ath1 entered promiscuous mode
<6>[   34.590000] br0: port 3(ath1) entered forwarding state
<6>[   34.600000] br0: port 3(ath1) entered forwarding state
<6>[   34.720000] br0: port 1(vlan1) entered forwarding state
<6>[   35.340000] device vlan2 entered promiscuous mode
<1>[   36.790000] fast-classifier (PBR safe v2.1.6b): starting up
<1>[   36.800000] fast-classifier: registered
<6>[   38.930000] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
<3>[   40.350000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
<3>[   40.380000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
<3>[   40.430000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
<3>[   40.440000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
<3>[   40.460000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
<3>[   40.480000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
<3>[   40.500000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
<6>[   40.610000] device vlan2 left promiscuous mode
<6>[   41.350000] usbcore: registered new interface driver usbfs
<6>[   41.350000] usbcore: registered new interface driver hub
<6>[   41.360000] usbcore: registered new device driver usb
<6>[   41.480000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<6>[   41.530000] ar71xx-ehci ar71xx-ehci.0: Atheros AR91xx built-in EHCI controller
<6>[   41.540000] ar71xx-ehci ar71xx-ehci.0: new USB bus registered, assigned bus number 1
<4>[   41.550000] ehci_reset Intialize USB CONTROLLER in host mode: 13
<4>[   41.550000] ehci_reset Port Status 1c000000 
<6>[   41.590000] ar71xx-ehci ar71xx-ehci.0: irq 3, io mem 0x1b000000
<6>[   41.610000] ar71xx-ehci ar71xx-ehci.0: USB 2.0 started, EHCI 1.00
<6>[   41.610000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
<6>[   41.620000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[   41.630000] usb usb1: Product: Atheros AR91xx built-in EHCI controller
<6>[   41.630000] usb usb1: Manufacturer: Linux 3.18.140-d3 ehci_hcd
<6>[   41.640000] usb usb1: SerialNumber: platform
<6>[   41.650000] hub 1-0:1.0: USB hub found
<6>[   41.650000] hub 1-0:1.0: 1 port detected
<6>[   41.980000] usb 1-1: new high-speed USB device number 2 using ar71xx-ehci
<6>[   42.130000] usb 1-1: New USB device found, idVendor=174c, idProduct=55aa
<6>[   42.130000] usb 1-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
<6>[   42.140000] usb 1-1: Product: ASM1053E USB3.0 TO SATA3 6G
<6>[   42.150000] usb 1-1: Manufacturer: ASMedia
<6>[   42.150000] usb 1-1: SerialNumber: 1053201411001
<5>[   42.600000] SCSI subsystem initialized
<6>[   42.980000] usb-storage 1-1:1.0: USB Mass Storage device detected
<6>[   42.980000] usb-storage 1-1:1.0: Quirks match for vid 174c pid 55aa: 400000
<6>[   42.990000] scsi host0: usb-storage 1-1:1.0
<6>[   43.000000] usbcore: registered new interface driver usb-storage
<5>[   43.380000] random: nonblocking pool is initialized
<6>[   43.760000] br0: port 2(ath0) entered forwarding state
<5>[   44.010000] scsi 0:0:0:0: Direct-Access     ASMT     2105             0    PQ: 0 ANSI: 6
<5>[   44.080000] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
<5>[   44.080000] sd 0:0:0:0: [sda] Write Protect is off
<7>[   44.090000] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
<5>[   44.100000] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
<6>[   44.140000]  sda: sda1
<5>[   44.180000] sd 0:0:0:0: [sda] Attached SCSI disk
<6>[   49.640000] br0: port 3(ath1) entered forwarding state
<4>[   51.640000] EXT4-fs (sda1): Ignoring removed nobh option
<6>[   51.690000] EXT4-fs (sda1): barriers disabled
<6>[   51.740000] EXT4-fs (sda1): recovery complete
<6>[   51.740000] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: init_itable=0,nobarrier,nobh,barrier=0
<3>[   53.400000] ksmbd: handle_startup_event:364: Reconnect to a new user space daemon
root@DD-WRT:~# cat /tmp/var/log/messages
Dec 31 18:00:19 DD-WRT syslog.info syslogd started: BusyBox v1.31.1
Dec 31 18:00:19 DD-WRT kern.info kernel: [    8.070000] Atheros AR71xx hardware watchdog driver version 0.1.0
Dec 31 18:00:19 DD-WRT kern.info kernel: [    8.080000] ar71xx-wdt: timeout=15 secs (max=107) ref freq=40000000
Dec 31 18:00:19 DD-WRT kern.info kernel: [    8.100000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
Dec 31 18:00:19 DD-WRT kern.info kernel: [    8.110000] Freeing unused kernel memory: 184K
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   12.930000] ar71xx-wdt: enabling watchdog timer
Dec 31 18:00:19 DD-WRT kern.info kernel: [   13.160000] switch0: Atheros AR8327 rev. 4 switch registered on ag71xx-mdio.0
Dec 31 18:00:19 DD-WRT kern.info kernel: [   13.890000] libphy: ag71xx_mdio: probed
Dec 31 18:00:19 DD-WRT kern.info kernel: [   14.480000] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.0:00 [uid=004dd034, driver=Atheros AR8216/AR8236/AR8316]
Dec 31 18:00:19 DD-WRT kern.info kernel: [   14.490000] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:RGMII
Dec 31 18:00:19 DD-WRT kern.info kernel: [   15.670000] Loading modules backported from Linux version wireless-drivers-next-for-davem-2017-09-01-0-geb464d4a8d09
Dec 31 18:00:19 DD-WRT kern.info kernel: [   15.680000] Backport generated by backports.git backports-20160324-111-g97b8d7c4
Dec 31 18:00:19 DD-WRT kern.info kernel: [   16.560000] eth0: link up (1000Mbps/Full duplex)
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   17.130000] ath: EEPROM regdomain: 0x0
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   17.130000] ath: EEPROM indicates default country code should be used
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   17.130000] ath: doing EEPROM country->regdmn map search
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   17.130000] ath: country maps to regdmn code: 0x3a
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   17.130000] ath: Country alpha2 being used: US
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   17.130000] ath: Regpair used: 0x3a
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   17.140000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Dec 31 18:00:19 DD-WRT kern.info kernel: [   17.150000] ieee80211 phy0: Atheros AR9340 Rev:0 mem=0xb8100000, irq=78
Dec 31 18:00:19 DD-WRT kern.emerg kernel: [   17.150000] 2 vs 0
Dec 31 18:00:19 DD-WRT kern.warn kernel: [   17.150000] PCI: Enabling device 0000:00:00.0 (0000 -> 0002)
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   17.170000] ath: EEPROM regdomain: 0x0
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   17.170000] ath: EEPROM indicates default country code should be used
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   17.170000] ath: doing EEPROM country->regdmn map search
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   17.170000] ath: country maps to regdmn code: 0x3a
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   17.170000] ath: Country alpha2 being used: US
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   17.170000] ath: Regpair used: 0x3a
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   17.180000] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
Dec 31 18:00:19 DD-WRT kern.info kernel: [   17.190000] ieee80211 phy1: Atheros AR9300 Rev:4 mem=0xb0000000, irq=72
Dec 31 18:00:19 DD-WRT kern.info kernel: [   18.610000] Atheros AR8216/AR8236/AR8316 ag71xx-mdio.0:00: Port 3 is up
Dec 31 18:00:19 DD-WRT kern.info kernel: [   18.610000] Atheros AR8216/AR8236/AR8316 ag71xx-mdio.0:00: Port 5 is up
Dec 31 18:00:19 DD-WRT user.info : resetbutton : resetbutton daemon successfully started
Dec 31 18:00:19 DD-WRT user.info : bridge : bridge br0 successfully added
Dec 31 18:00:19 DD-WRT kern.info kernel: [   19.560000] device br0 entered promiscuous mode
Dec 31 18:00:19 DD-WRT user.info : bridge : interface vlan1 successfully added to bridge br0
Dec 31 18:00:19 DD-WRT kern.info kernel: [   19.650000] device vlan1 entered promiscuous mode
Dec 31 18:00:19 DD-WRT kern.info kernel: [   19.660000] device eth0 entered promiscuous mode
Dec 31 18:00:19 DD-WRT kern.info kernel: [   19.680000] br0: port 1(vlan1) entered forwarding state
Dec 31 18:00:19 DD-WRT kern.info kernel: [   19.680000] br0: port 1(vlan1) entered forwarding state
Dec 31 18:00:19 DD-WRT kern.info kernel: [   19.690000] device br0 left promiscuous mode
Dec 31 18:00:19 DD-WRT kern.info kernel: [   19.700000] device br0 entered promiscuous mode
Dec 31 18:00:19 DD-WRT kern.info kernel: [   19.720000] device br0 left promiscuous mode
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   19.860000] ath: EEPROM regdomain: 0x8348
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   19.860000] ath: EEPROM indicates we should expect a country code
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   19.860000] ath: doing EEPROM country->regdmn map search
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   19.860000] ath: country maps to regdmn code: 0x3a
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   19.860000] ath: Country alpha2 being used: US
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   19.860000] ath: Regpair used: 0x3a
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   19.860000] ath: regdomain 0x8348 dynamically updated by user
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   19.860000] ath: EEPROM regdomain: 0x8348
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   19.860000] ath: EEPROM indicates we should expect a country code
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   19.860000] ath: doing EEPROM country->regdmn map search
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   19.860000] ath: country maps to regdmn code: 0x3a
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   19.860000] ath: Country alpha2 being used: US
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   19.860000] ath: Regpair used: 0x3a
Dec 31 18:00:19 DD-WRT kern.debug kernel: [   19.860000] ath: regdomain 0x8348 dynamically updated by user
Dec 31 18:00:28 DD-WRT kern.notice kernel: [   28.680000] random: hostapd urandom read with 51 bits of entropy available
Dec 31 18:00:28 DD-WRT user.info : bridge : interface ath0 successfully added to bridge br0
Dec 31 18:00:28 DD-WRT kern.info kernel: [   28.740000] device ath0 entered promiscuous mode
Dec 31 18:00:28 DD-WRT kern.info kernel: [   28.740000] br0: port 2(ath0) entered forwarding state
Dec 31 18:00:28 DD-WRT kern.info kernel: [   28.750000] br0: port 2(ath0) entered forwarding state
Dec 31 18:00:34 DD-WRT user.info : bridge : interface ath1 successfully added to bridge br0
Dec 31 18:00:34 DD-WRT kern.info kernel: [   34.580000] device ath1 entered promiscuous mode
Dec 31 18:00:34 DD-WRT kern.info kernel: [   34.590000] br0: port 3(ath1) entered forwarding state
Dec 31 18:00:34 DD-WRT kern.info kernel: [   34.600000] br0: port 3(ath1) entered forwarding state
Dec 31 18:00:34 DD-WRT kern.info kernel: [   34.720000] br0: port 1(vlan1) entered forwarding state
Dec 31 18:00:35 DD-WRT user.info : klogd : kernel log daemon successfully stopped
Dec 31 18:00:35 DD-WRT kern.info kernel: [   35.340000] device vlan2 entered promiscuous mode
Dec 31 18:00:35 DD-WRT user.info : wland : daemon successfully started
Dec 31 18:00:35 DD-WRT user.info : telnetd : daemon successfully started
Dec 31 18:00:35 DD-WRT kern.notice kernel: klogd: exiting
Dec 31 18:00:35 DD-WRT user.info : syslogd : syslog daemon successfully stopped
Dec 31 18:00:35 DD-WRT syslog.info syslogd exiting
Dec 31 18:00:36 DD-WRT syslog.info syslogd started: BusyBox v1.31.1
Dec 31 18:00:36 DD-WRT user.info : klogd : daemon successfully started
Dec 31 18:00:36 DD-WRT kern.notice kernel: klogd started: BusyBox v1.31.1 (2020-01-26 06:37:04 +04)
Dec 31 18:00:36 DD-WRT user.info : cron : daemon successfully started
Dec 31 18:00:36 DD-WRT user.info : sfe : shortcut forwarding engine successfully started
Dec 31 18:00:36 DD-WRT kern.alert kernel: [   36.790000] fast-classifier (PBR safe v2.1.6b): starting up
Dec 31 18:00:36 DD-WRT kern.alert kernel: [   36.800000] fast-classifier: registered
Dec 31 18:00:36 DD-WRT cron.info cron[835]: (CRON) STARTUP (fork ok)
Dec 31 18:00:36 DD-WRT user.info : dnsmasq : daemon successfully started
Dec 31 18:00:37 DD-WRT daemon.info httpd[857]: httpd : httpd server started at port 80
Dec 31 18:00:38 DD-WRT user.info : httpd : http daemon successfully started
Dec 31 18:00:38 DD-WRT kern.info kernel: [   38.930000] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
Dec 31 18:00:39 DD-WRT user.info : vpn modules : vpn modules successfully unloaded
Dec 31 18:00:39 DD-WRT user.info : vpn modules : nf_conntrack_proto_gre successfully loaded
Dec 31 18:00:39 DD-WRT user.info : vpn modules : nf_nat_proto_gre successfully loaded
Dec 31 18:00:39 DD-WRT user.info : vpn modules : nf_conntrack_pptp successfully loaded
Dec 31 18:00:39 DD-WRT user.info : vpn modules : nf_nat_pptp successfully loaded
Dec 31 18:00:40 DD-WRT user.info : smbd : samba started
Dec 31 18:00:40 DD-WRT kern.err kernel: [   40.350000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
Dec 31 18:00:40 DD-WRT kern.err kernel: [   40.380000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
Dec 31 18:00:40 DD-WRT kern.err kernel: [   40.430000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
Dec 31 18:00:40 DD-WRT kern.err kernel: [   40.440000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
Dec 31 18:00:40 DD-WRT kern.err kernel: [   40.460000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
Dec 31 18:00:40 DD-WRT kern.err kernel: [   40.480000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
Dec 31 18:00:40 DD-WRT kern.err kernel: [   40.500000] ksmbd: create_socket:424: Can't create socket for ipv6, try ipv4: -124
Dec 31 18:00:40 DD-WRT kern.info kernel: [   40.610000] device vlan2 left promiscuous mode
Dec 31 18:00:40 DD-WRT user.info : ttraff : traffic counter daemon successfully started
Dec 31 18:00:40 DD-WRT user.info : httpd : daemon successfully stopped
Dec 31 18:00:40 DD-WRT daemon.info httpd[891]: httpd : httpd server shutdown
Dec 31 18:00:40 DD-WRT daemon.info httpd[1028]: httpd : httpd server started at port 80
Dec 31 18:00:40 DD-WRT user.info : httpd : http daemon successfully started
Dec 31 18:00:40 DD-WRT user.info : resetbutton : daemon successfully stopped
Dec 31 18:00:40 DD-WRT user.info : resetbutton : resetbutton daemon successfully started
Dec 31 18:00:41 DD-WRT kern.info kernel: [   41.350000] usbcore: registered new interface driver usbfs
Dec 31 18:00:41 DD-WRT kern.info kernel: [   41.350000] usbcore: registered new interface driver hub
Dec 31 18:00:41 DD-WRT kern.info kernel: [   41.360000] usbcore: registered new device driver usb
Dec 31 18:00:41 DD-WRT kern.info kernel: [   41.480000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Dec 31 18:00:41 DD-WRT kern.info kernel: [   41.530000] ar71xx-ehci ar71xx-ehci.0: Atheros AR91xx built-in EHCI controller
Dec 31 18:00:41 DD-WRT kern.info kernel: [   41.540000] ar71xx-ehci ar71xx-ehci.0: new USB bus registered, assigned bus number 1
Dec 31 18:00:41 DD-WRT kern.warn kernel: [   41.550000] ehci_reset Intialize USB CONTROLLER in host mode: 13
Dec 31 18:00:41 DD-WRT kern.warn kernel: [   41.550000] ehci_reset Port Status 1c000000 
Dec 31 18:00:41 DD-WRT kern.info kernel: [   41.590000] ar71xx-ehci ar71xx-ehci.0: irq 3, io mem 0x1b000000
Dec 31 18:00:41 DD-WRT kern.info kernel: [   41.610000] ar71xx-ehci ar71xx-ehci.0: USB 2.0 started, EHCI 1.00
Dec 31 18:00:41 DD-WRT kern.info kernel: [   41.610000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Dec 31 18:00:41 DD-WRT kern.info kernel: [   41.620000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 31 18:00:41 DD-WRT kern.info kernel: [   41.630000] usb usb1: Product: Atheros AR91xx built-in EHCI controller
Dec 31 18:00:41 DD-WRT kern.info kernel: [   41.630000] usb usb1: Manufacturer: Linux 3.18.140-d3 ehci_hcd
Dec 31 18:00:41 DD-WRT kern.info kernel: [   41.640000] usb usb1: SerialNumber: platform
Dec 31 18:00:41 DD-WRT kern.info kernel: [   41.650000] hub 1-0:1.0: USB hub found
Dec 31 18:00:41 DD-WRT kern.info kernel: [   41.650000] hub 1-0:1.0: 1 port detected
Dec 31 18:00:41 DD-WRT kern.info kernel: [   41.980000] usb 1-1: new high-speed USB device number 2 using ar71xx-ehci
Dec 31 18:00:42 DD-WRT kern.info kernel: [   42.130000] usb 1-1: New USB device found, idVendor=174c, idProduct=55aa
Dec 31 18:00:42 DD-WRT kern.info kernel: [   42.130000] usb 1-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
Dec 31 18:00:42 DD-WRT kern.info kernel: [   42.140000] usb 1-1: Product: ASM1053E USB3.0 TO SATA3 6G
Dec 31 18:00:42 DD-WRT kern.info kernel: [   42.150000] usb 1-1: Manufacturer: ASMedia
Dec 31 18:00:42 DD-WRT kern.info kernel: [   42.150000] usb 1-1: SerialNumber: 1053201411001
Dec 31 18:00:42 DD-WRT kern.notice kernel: [   42.600000] SCSI subsystem initialized
Dec 31 18:00:42 DD-WRT kern.info kernel: [   42.980000] usb-storage 1-1:1.0: USB Mass Storage device detected
Dec 31 18:00:42 DD-WRT kern.info kernel: [   42.980000] usb-storage 1-1:1.0: Quirks match for vid 174c pid 55aa: 400000
Dec 31 18:00:43 DD-WRT kern.info kernel: [   42.990000] scsi host0: usb-storage 1-1:1.0
Dec 31 18:00:43 DD-WRT kern.info kernel: [   43.000000] usbcore: registered new interface driver usb-storage
Dec 31 18:00:43 DD-WRT kern.notice kernel: [   43.380000] random: nonblocking pool is initialized
Dec 31 18:00:43 DD-WRT kern.info kernel: [   43.760000] br0: port 2(ath0) entered forwarding state
Dec 31 18:00:44 DD-WRT kern.notice kernel: [   44.010000] scsi 0:0:0:0: Direct-Access     ASMT     2105             0    PQ: 0 ANSI: 6
Dec 31 18:00:44 DD-WRT kern.notice kernel: [   44.080000] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
Dec 31 18:00:44 DD-WRT kern.notice kernel: [   44.080000] sd 0:0:0:0: [sda] Write Protect is off
Dec 31 18:00:44 DD-WRT kern.debug kernel: [   44.090000] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
Dec 31 18:00:44 DD-WRT kern.notice kernel: [   44.100000] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Dec 31 18:00:44 DD-WRT kern.info kernel: [   44.140000]  sda: sda1
Dec 31 18:00:44 DD-WRT kern.notice kernel: [   44.180000] sd 0:0:0:0: [sda] Attached SCSI disk
Dec 31 18:00:44 DD-WRT user.info : cron : daemon successfully stopped
Dec 31 18:00:44 DD-WRT user.info : usmbd : samba daemon successfully stopped
Dec 31 18:00:44 DD-WRT local5.err usmbd: [usmbd-worker/985]: ERROR: Child received signal: 15 (Terminated)
Dec 31 18:00:44 DD-WRT local5.err usmbd: [usmbd-manager/984]: ERROR: WARNING: child process exited abnormally: 985
Dec 31 18:00:44 DD-WRT local5.err usmbd: [usmbd-manager/984]: ERROR: can't execute kill 985: No such process
Dec 31 18:00:44 DD-WRT local5.info usmbd: [usmbd-manager/984]: INFO: Exiting. Bye!
Dec 31 18:00:44 DD-WRT user.info : dnsmasq : daemon successfully stopped
Dec 31 18:00:44 DD-WRT user.info : dnsmasq : daemon successfully started
Dec 31 18:00:45 DD-WRT user.info : wland : daemon successfully stopped
Dec 31 18:00:45 DD-WRT user.info : wland : daemon successfully started
Dec 31 18:00:45 DD-WRT user.info : wan : WAN is up. IP: 10.72.28.149
Dec 31 18:00:45 DD-WRT user.info : process_monitor : successfully started
Dec 31 18:00:46 DD-WRT daemon.debug ntpclient[1230]: Connecting to 2.pool.ntp.org [45.63.54.13] ...
Jan 25 22:27:57 DD-WRT daemon.info ntpclient[1230]: Time set from 2.pool.ntp.org [45.63.54.13].
Jan 25 22:27:57 DD-WRT daemon.info process_monitor[1226]: cyclic NTP Update success (servers 2.pool.ntp.org 212.18.3.19 88.99.174.22)
Jan 25 22:27:59 DD-WRT user.info : vpn modules : vpn modules successfully unloaded
Jan 25 22:27:59 DD-WRT user.info : vpn modules : nf_conntrack_proto_gre successfully loaded
Jan 25 22:27:59 DD-WRT user.info : vpn modules : nf_nat_proto_gre successfully loaded
Jan 25 22:27:59 DD-WRT user.info : vpn modules : nf_conntrack_pptp successfully loaded
Jan 25 22:27:59 DD-WRT user.info : vpn modules : nf_nat_pptp successfully loaded
Jan 25 22:28:00 DD-WRT daemon.debug process_monitor[1226]: Restarting cron (time sync change)
Jan 25 22:28:00 DD-WRT user.info : sfe : shortcut forwarding engine successfully started
Jan 25 22:28:01 DD-WRT user.info : process_monitor : daemon successfully stopped
Jan 25 22:28:01 DD-WRT daemon.info process_monitor[1226]: process_monitor : cleanup timers
Jan 25 22:28:01 DD-WRT user.info : cron : daemon successfully started
Jan 25 22:28:01 DD-WRT cron.info cron[1548]: (CRON) STARTUP (fork ok)
Jan 25 22:28:01 DD-WRT user.info : process_monitor : successfully started
Jan 25 22:28:01 DD-WRT kern.info kernel: [   49.640000] br0: port 3(ath1) entered forwarding state
Jan 25 22:28:01 DD-WRT daemon.debug process_monitor[1549]: We need to re-update after 3600 seconds
Jan 25 22:28:01 DD-WRT daemon.info process_monitor[1549]: process_monitor : set timer: 3600 seconds, callback: ntp_main()
Jan 25 22:28:01 DD-WRT user.info : dnsmasq : daemon successfully stopped
Jan 25 22:28:01 DD-WRT user.info : dnsmasq : daemon successfully started
Jan 25 22:28:01 DD-WRT user.info : wland : daemon successfully stopped
Jan 25 22:28:01 DD-WRT user.info : wland : daemon successfully started
Jan 25 22:28:02 DD-WRT user.info : wan : WAN is up. IP: 10.72.28.149
Jan 25 22:28:02 DD-WRT user.info : process_monitor : daemon successfully stopped
Jan 25 22:28:02 DD-WRT daemon.info process_monitor[1549]: process_monitor : cleanup timers
Jan 25 22:28:02 DD-WRT user.info : process_monitor : successfully started
Jan 25 22:28:02 DD-WRT daemon.debug ntpclient[1604]: Connecting to 2.pool.ntp.org [45.79.36.123] ...
Jan 25 22:28:02 DD-WRT daemon.info ntpclient[1604]: Time set from 2.pool.ntp.org [45.79.36.123].
Jan 25 22:28:02 DD-WRT daemon.info process_monitor[1601]: cyclic NTP Update success (servers 2.pool.ntp.org 212.18.3.19 88.99.174.22)
Jan 25 22:28:02 DD-WRT daemon.debug process_monitor[1601]: We need to re-update after 3600 seconds
Jan 25 22:28:02 DD-WRT daemon.info process_monitor[1601]: process_monitor : set timer: 3600 seconds, callback: ntp_main()
Jan 25 22:28:03 DD-WRT kern.warn kernel: [   51.640000] EXT4-fs (sda1): Ignoring removed nobh option
Jan 25 22:28:03 DD-WRT kern.info kernel: [   51.690000] EXT4-fs (sda1): barriers disabled
Jan 25 22:28:03 DD-WRT kern.info kernel: [   51.740000] EXT4-fs (sda1): recovery complete
Jan 25 22:28:03 DD-WRT kern.info kernel: [   51.740000] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: init_itable=0,nobarrier,nobh,barrier=0
Jan 25 22:28:03 DD-WRT user.info : vpn modules : vpn modules successfully unloaded
Jan 25 22:28:03 DD-WRT user.info : vpn modules : nf_conntrack_proto_gre successfully loaded
Jan 25 22:28:03 DD-WRT user.info : vpn modules : nf_nat_proto_gre successfully loaded
Jan 25 22:28:03 DD-WRT user.info : vpn modules : nf_conntrack_pptp successfully loaded
Jan 25 22:28:03 DD-WRT user.info : vpn modules : nf_nat_pptp successfully loaded
Jan 25 22:28:04 DD-WRT user.info : sfe : shortcut forwarding engine successfully started
Jan 25 22:28:04 DD-WRT user.info : smbd : samba started
Jan 25 22:28:04 DD-WRT kern.err kernel: [   53.400000] ksmbd: handle_startup_event:364: Reconnect to a new user space daemon
Jan 25 22:28:07 DD-WRT user.debug : ttraff: data collection started
Jan 25 22:29:00 DD-WRT cron.info cron[1548]: (crontabs) ORPHAN (no passwd entry)
Jan 25 22:29:36 DD-WRT daemon.info httpd[1036]: httpd : Authentication fail
Jan 25 22:29:36 DD-WRT daemon.err httpd[1036]: httpd : Request Error Code 401: Authorization required. please note that the default username is "root" in all newer releases
Jan 25 22:33:31 DD-WRT auth.info login[1865]: root login on 'pts/0'
root@DD-WRT:~# date
Sat Jan 25 22:36:26 CST 2020
root@DD-WRT:~# exit
Connection closed by foreign host.
mrjcd@Deb:~$