TorRouter 22.03.0-rc6, r19590-042d558536

Post Reply
admin
Site Admin
Posts: 473
Joined: 06 Feb 2007, 13:36

TorRouter 22.03.0-rc6, r19590-042d558536

Post by admin »

Ok, we know that upgrading with configuration is not possible due to DSA instead of swconfig.

Image

But my first attempt to 'force upgrade' by GUI ending in:
Only 'Include in backup a list of current installed packages at /etc/backup/installed_packages.txt' and 'force upgrade' was active, in picture above

Image

Only never something was done? Even after 10 minutes nothing in logread or dmesg?

Then I tried it from command line with: sysupgrade -f /tmp/firmware.bin

Image

Clean install does not show WAN port, only 4 LAN ports, br-lan and lo.

Code: Select all

root@OpenWrt:/# ifconfig
br-lan    Link encap:Ethernet  HWaddr EC:43:F6:29:12:10
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fdb1:861e:daa2::1/60 Scope:Global
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth0      Link encap:Ethernet  HWaddr 62:7A:94:AD:5D:95
          inet6 addr: fe80::607a:94ff:fead:5d95/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1508  Metric:1
          RX packets:17 errors:0 dropped:0 overruns:0 frame:0
          TX packets:17 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1612 (1.5 KiB)  TX bytes:1782 (1.7 KiB)

lan1      Link encap:Ethernet  HWaddr EC:43:F6:29:12:10
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lan2      Link encap:Ethernet  HWaddr EC:43:F6:29:12:10
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lan3      Link encap:Ethernet  HWaddr EC:43:F6:29:12:10
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lan4      Link encap:Ethernet  HWaddr EC:43:F6:29:12:10
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:120 errors:0 dropped:0 overruns:0 frame:0
          TX packets:120 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:9360 (9.1 KiB)  TX bytes:9360 (9.1 KiB)
So how do I get my WAN port?
It is visible in the bootlog ([ 1.604613] gswip 1e108000.switch wan):

Code: Select all

[    1.146996] gswip 1e108000.switch: dsa switch register failed: -517
[    1.167703] NET: Registered protocol family 10
[    1.181085] Segment Routing with IPv6
[    1.183433] NET: Registered protocol family 17
[    1.188393] 8021q: 802.1Q VLAN Support v1.8
[    1.538725] gswip 1e108000.switch lan1 (uninitialized): PHY [1e108000.switch-mii:00] driver [Intel XWAY PHY11G (PEF 7071/PEF 7072) v1.4] (irq=POLL)
[    1.555249] gswip 1e108000.switch lan2 (uninitialized): PHY [1e108000.switch-mii:01] driver [Intel XWAY PHY11G (PEF 7071/PEF 7072) v1.4] (irq=POLL)
[    1.571961] gswip 1e108000.switch lan3 (uninitialized): PHY [1e108000.switch-mii:11] driver [Intel XWAY PHY11G (xRX v1.2 integrated)] (irq=POLL)
[    1.588319] gswip 1e108000.switch lan4 (uninitialized): PHY [1e108000.switch-mii:13] driver [Intel XWAY PHY11G (xRX v1.2 integrated)] (irq=POLL)
[    1.604613] gswip 1e108000.switch wan (uninitialized): PHY [1e108000.switch-mii:05] driver [Intel XWAY PHY11G (PEF 7071/PEF 7072) v1.4] (irq=POLL)
[    1.618725] DSA: tree 0 setup
[    1.620306] gswip 1e108000.switch: probed GSWIP version 21 mod 0
But also a gswip error: gswip 1e108000.switch: dsa switch register failed: -517
(Update: Seen this more often, so could be normal behavior.)

We also missing WLAN port, but that's due to not activated yet (like from 19.xx versions).

Have to figure this out.

DG.
admin
Site Admin
Posts: 473
Joined: 06 Feb 2007, 13:36

Re: TorRouter 22.03.0-rc6, r19590-042d558536

Post by admin »

After clean install TorRouter 22.03.0-rc6 r19590-042d558536 had to adjust the following:
  • password (normal)
  • checked RT3062.eeprom file.. (normal for F1)
  • firewall /etc/config/firewall (for test purposes, redirect http)
  • WAN port /etc/config/network
  • WLAN /etc/config/wireless
  • We now can set mac of Wifi within GUI (advanced settings)
  • as of sep 2021: Restart Wifi for activation -> echo 1 > /sys/bus/pci/rescan in /etc/rc.local
  • adjusted torrc
  • added tor interface
Still todo:
  • Tor logs too much, after 10 minutes already 10 MB on logs! (Not all settings are there to run it correctly!)
  • check if htpdate works as required. (also in /etc/rc.local)
  • Adjust or remove torcheck.sh (has now errors, LED identification is changed)
Have to check which files are made/set during build (files/etc & files/lib on 865)

DG.
admin
Site Admin
Posts: 473
Joined: 06 Feb 2007, 13:36

Re: TorRouter 22.03.0-rc6, r19590-042d558536

Post by admin »

Tor does flood notices.log with heartbeat messages:

Code: Select all

Aug 31 21:08:21.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 88 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:21.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:21.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 88 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:21.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:21.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 88 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:21.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:21.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 88 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:21.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:21.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 88 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:21.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:21.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 88 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:21.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:21.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 88 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:21.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:22.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 88 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:22.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:22.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 88 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:22.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:22.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 89 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:22.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:22.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 89 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:22.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:22.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 89 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:22.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:22.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 89 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:22.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:23.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 89 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:23.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:23.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 89 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:23.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:23.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 89 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:23.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:23.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 89 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:23.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:23.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 89 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:23.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:23.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 89 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:23.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:23.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 89 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:23.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:24.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 89 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:24.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:24.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 89 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:24.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:24.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 89 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:24.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:24.000 [notice] Heartbeat: Tor's uptime is 0:05 hours, with 10 circuits open. I've sent 89 kB and received 309 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
Aug 31 21:08:24.000 [notice] While not bootstrapping, fetched this many bytes: 138979 (consensus network-status fetch); 1777 (authority cert fetch); 64136 (microdescriptor fetch)
Aug 31 21:08:24.000 [notice] Catching signal TERM, exiting cleanly.
Until we run out of memory:

Code: Select all

# [11280.582335] procd invoked oom-killer: gfp_mask=0x100cca(GFP_HIGHUSER_MOVABLE), order=0, oom_score_adj=0
[11280.590476] CPU: 0 PID: 1 Comm: procd Not tainted 5.10.134 #0
[11280.596041] Stack : 807267ac 7fffffff 00000010 8007dc20 80830000 807274e4 00000000 00000000
[11280.604402]         80c25b7c 80980000 806f75c8 80c383a4 807c2b47 00000001 80c25b20 d5808060
[11280.612758]         00000000 00000000 806f75c8 80c259b8 ffffefff 00000000 00000000 ffffffea
[11280.621113]         0000012b 80c259c4 0000012b 807c7798 80000000 00000001 00000000 806f0000
[11280.629470]         00000001 00200000 ffffffff 7fffffff 00000018 00000030 00000000 80980000
[11280.637826]         ...
[11280.640256] Call Trace:
[11280.642710] [<8000bef0>] show_stack+0x30/0x100
[11280.647157] [<80313e00>] dump_stack+0x9c/0xcc
[11280.651522] [<8010b2c8>] dump_header+0x6c/0x270
[11280.656031] [<8010b978>] oom_kill_process+0x4ac/0x4ec
[11280.661093] [<8010c090>] out_of_memory+0x214/0x590
[11280.665876] [<8014e204>] __alloc_pages_nodemask+0x950/0xcec
[11280.671451] [<80107cfc>] pagecache_get_page+0x148/0x440
[11280.676658] [<80109bc0>] filemap_fault+0x7a0/0x968
[11280.681463] [<80131d64>] __do_fault+0x40/0x118
[11280.685890] [<80137580>] handle_mm_fault+0x784/0xb50
[11280.690874] [<8001b0ac>] do_page_fault+0x2b0/0x554
[11280.695647] [<80020e88>] tlb_do_page_fault_0+0x118/0x120
[11280.700938]
[11280.702827] Mem-Info:
[11280.704710] active_anon:13247 inactive_anon:6829 isolated_anon:0
[11280.704710]  active_file:0 inactive_file:457 isolated_file:32
[11280.704710]  unevictable:0 dirty:0 writeback:0
[11280.704710]  slab_reclaimable:399 slab_unreclaimable:2490
[11280.704710]  mapped:2276 shmem:13626 pagetables:124 bounce:0
[11280.704710]  free:4095 free_pcp:40 free_cma:0
[11280.736603] Node 0 active_anon:52988kB inactive_anon:27316kB active_file:0kB inactive_file:1820kB unevictable:0kB isolated(anon):0kB isolated(file):256kB mapped:9104kB dirty:0kB writeback:0kB shmem:54504kB writeback_tmp:0kB kernel_stack:656kB all_unreclaimable? no
[11280.760018] Normal free:16380kB min:16384kB low:20480kB high:24576kB reserved_highatomic:0KB active_anon:52988kB inactive_anon:27316kB active_file:284kB inactive_file:1808kB unevictable:0kB writepending:0kB present:131072kB managed:121100kB mlocked:0kB pagetables:496kB bounce:0kB free_pcp:4kB local_pcp:4kB free_cma:0kB
[11280.788227] lowmem_reserve[]: 0 0
[11280.791284] Normal: 139*4kB (UME) 77*8kB (UME) 55*16kB (ME) 22*32kB (UME) 6*64kB (ME) 3*128kB (UE) 2*256kB (ME) 3*512kB (UME) 1*1024kB (U) 1*2048kB (U) 2*4096kB (M) = 16836kB
[11280.806979] 14112 total pagecache pages
[11280.810932] 0 pages in swap cache
[11280.813996] Swap cache stats: add 0, delete 0, find 0/0
[11280.819295] Free swap  = 0kB
[11280.822084] Total swap = 0kB
[11280.825207] 32768 pages RAM
[11280.827818] 0 pages HighMem/MovableOnly
[11280.831625] 2493 pages reserved
[11280.834713] Tasks state (memory values in pages):
[11280.839479] [  pid  ]   uid  tgid total_vm      rss pgtables_bytes swapents oom_score_adj name
[11280.848241] [    724]    81   724      336       27    20480        0             0 ubusd
[11280.856221] [    725]     0   725      328       12    20480        0             0 ash
[11280.864313] [    760]     0   760      277       13    16384        0             0 urngd
[11280.872512] [   1156]   514  1156      335       37    20480        0             0 logd
[11280.880590] [   1210]     0  1210      566       77    20480        0             0 rpcd
[11280.888892] [   1425]     0  1425      302       12    16384        0             0 dropbear
[11280.897046] [   1527]     0  1527     1136       68    24576        0             0 hostapd
[11280.905504] [   1590]     0  1590      453       41    20480        0             0 netifd
[11280.913878] [   1649]     0  1649      381       27    20480        0             0 odhcpd
[11280.922021] [   1816]     0  1816      328       12    20480        0             0 crond
[11280.930364] [   1882]     0  1882     1077      113    24576        0             0 uhttpd
[11280.938497] [   1986]     0  1986      388       22    20480        0             0 blockd
[11280.946661] [   2044]     0  2044     1076      146    24576        0             0 collectd
[11280.955342] [   2431]     0  2431      327       11    20480        0             0 udhcpc
[11280.963463] [   2667]   453  2667      363       22    20480        0             0 dnsmasq
[11280.971808] [   2842]     0  2842      307       16    20480        0             0 dropbear
[11280.980246] [   2844]     0  2844      328       13    20480        0             0 ash
[11280.988361] [   2852]     0  2852      515      171    20480        0             0 htop
[11280.996274] [   2971]    52  2971     9390     7693    65536        0             0 tor
[11281.004362] [   3299]  8118  3299      529      124    20480        0             0 privoxy
[11281.012733] [   7334]     0  7334      327       11    16384        0             0 sh
[11281.020835] [   7337]     0  7337      329       13    12288        0             0 grep
[11281.028812] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),task=tor,pid=2971,uid=52
[11281.036902] Out of memory: Killed process 2971 (tor) total-vm:37560kB, anon-rss:21732kB, file-rss:4kB, shmem-rss:9036kB, UID:52 pgtables:64kB oom_score_adj:0
Still not all is working as desired after upgrade to 22.03.0-rc6.
We also have issues getting old custom firewall.user settings to nftables (instead of iptables), which we need to pass data through privoxy.
Actually: Clients sent data to Privoxy, which sends it to Tor, on it's turn sends it to WAN.

DG.
admin
Site Admin
Posts: 473
Joined: 06 Feb 2007, 13:36

Re: TorRouter 22.03.0-rc6, r19590-042d558536

Post by admin »

Tor
Tor 0.4.7.10 not working correctly and too much logging (HeartBeatPeriod?) and CPU usage (100% on 1 core).
If we add HeartbeatPeriod 900 days to torrc, the heartbeat-message come every 2 seconds ?
With 9000 days:

Code: Select all

Sep 07 16:11:01.000 [err] tor_assertion_failed_(): Bug: src/core/mainloop/periodic.c:89: periodic_event_dispatch: Assertion r < MAX_INTERVAL failed; aborting. (on Tor 0.4.7.10 )
Sep 07 16:11:01.000 [err] Bug: Tor 0.4.7.10: Assertion r < MAX_INTERVAL failed in periodic_event_dispatch at src/core/mainloop/periodic.c:89: . (Stack trace not available) (on Tor 0.4.7.10 )
Workaround: Make 'HeartBeatPeriod 0' then the awful logging is disabled ! CPU still too high.
Pc's do run Tor now. Now only Wifi connections must go through Tor, they do get an ip, but no internet, only local lan connections.

firewall
nftables instead of iptables is also an issue with Tor, firewall's redirect / forwards do not work (yet).
Solved: https://forum.openwrt.org/t/firewall4-n ... 8?u=dgdodo

Wifi
Wifi looks active from boot, but is only active after Wifi off / Wifi on.
Wifi looks like it stays active (LED stays on) if we do Wifi off (1st).
Very weird all this.
As of sept 2021 we do need 'echo 1 > /sys/bus/pci/rescan' to activate Wifi, to load RT3062.eeprom.
As of sept 2022 we also need Wifi off / Wifi on, to load rt2860.bin.

Code: Select all

[   41.503340] device lan4 entered promiscuous mode
[   41.566927] gswip 1e108000.switch wan: configuring for phy/rgmii link mode
[   41.587131] 8021q: adding VLAN 0 to HW filter on device wan
[   44.747239] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[   44.753523] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
[  185.533688] pci 0000:00:0e.0: [1814:3062] type 00 class 0x028000
[  185.538391] pci 0000:00:0e.0: reg 0x10: [mem 0xffff0000-0xffffffff]
[  185.548061] pci 0000:00:0e.0: BAR 0: assigned [mem 0x18000000-0x1800ffff]
[  185.553673] rt2800pci 0000:00:0e.0: enabling device (0000 -> 0002)
[  185.560115] ieee80211 phy0: rt2x00lib_request_eeprom_file: Info - Loading EEPROM data from 'RT3062.eeprom'.
[  185.570426] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3572, rev 0223 detected
[  185.577482] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0008 detected
[  185.584087] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[  887.319854] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2860.bin'
[  887.584228] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.40
[  887.933072] br-lan: port 5(wlan0) entered blocking state
[  887.937073] br-lan: port 5(wlan0) entered disabled state
[  887.942900] device wlan0 entered promiscuous mode
[  894.648550] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  894.653990] br-lan: port 5(wlan0) entered blocking state
[  894.658887] br-lan: port 5(wlan0) entered forwarding state
[  894.673455] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
DG.
admin
Site Admin
Posts: 473
Joined: 06 Feb 2007, 13:36

Re: TorRouter 22.03.0-rc6, r19590-042d558536

Post by admin »

Printenv :

Code: Select all

# fw_printenv
addconsole=setenv bootargs $bootargs console=$consoledev,$baudrate
addeth=setenv bootargs $bootargs ethaddr=$ethaddr
addip=setenv bootargs $bootargs ip=$ipaddr:$serverip::::$netdev:off
addmachtype=setenv bootargs $bootargs machtype=P-2812HNU-Fx
baudrate=115200
bootcmd=run nboot
bootdelay=2
consoledev=ttyLTQ1
ethact=ltq-eth
ethaddr=ec:43:f6:29:12:10
ipaddr=192.168.1.1
kernel_addr=0xB0060000
load-uboot-nandspl=tftpboot u-boot.ltq.nandspl
load-uboot-nandspl-lzma=tftpboot u-boot.ltq.lzma.nandspl
load-uboot-nandspl-lzo=tftpboot u-boot.ltq.lzo.nandspl
load-uboot-nandtpl=tftpboot u-boot.ltq.nandtpl
load-uboot-nandtpl-lzma=tftpboot u-boot.ltq.lzma.nandtpl
load-uboot-nandtpl-lzo=tftpboot u-boot.ltq.lzo.nandtpl
loadaddr=0x81000000
mtdids=nand0=nand
nboot=nand read 0x80800000 0x60000 0x300000; bootm 0x80800000
netdev=eth0
serverip=192.168.1.2
stderr=serial
stdin=serial
stdout=serial
update-uboot-nand=run load-uboot-nandtpl-lzo write-uboot-nand
write-uboot-nand=nand erase 0 $filesize && nand write $fileaddr 0 $filesize
Serial bootlog :

Code: Select all

ROM VER: 1.1.4
CFG 06
NAND
NAND Read OK

U-Boot SPL 2013.10-openwrt5 (Nov 18 2014 - 19:54:01)
SPL: initializing NAND flash
SPL: checking U-Boot image
SPL: loading U-Boot to RAM
SPL: decompressing U-Boot with LZO
SPL: jumping to U-Boot


U-Boot 2013.10-openwrt5 (Jul 06 2021 - 10:04:01) P-2812HNU-Fx

Board: ZyXEL P-2812HNU-Fx
SoC:   Lantiq VRX288 v1.2
CPU:   500 MHz
IO:    250 MHz
BUS:   250 MHz
BOOT:  NAND
DRAM:  128 MiB
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   ltq-eth
Hit any key to stop autoboot:  0

NAND read: device 0 offset 0x60000, size 0x300000
 3145728 bytes read: OK
## Booting kernel from Legacy Image at 80800000 ...
   Image Name:   MIPS TorRouter Linux-5.10.138
   Created:      2022-09-03   2:55:34 UTC
   Image Type:   MIPS Linux Kernel Image (lzma compressed)
   Data Size:    2611362 Bytes = 2.5 MiB
   Load Address: 80002000
   Entry Point:  80002000
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK

Starting kernel ...

[    0.000000] Linux version 5.10.138 (torrouter@LD865) (mips-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r19590-042d558536) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Sat Sep 3 02:55:34 2022
[    0.000000] SoC: xRX200 rev 1.2
[    0.000000] printk: bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 00019556 (MIPS 34Kc)
[    0.000000] MIPS: machine is ZyXEL P-2812HNU-F1
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Detected 1 available secondary CPU(s)
[    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] percpu: Embedded 14 pages/cpu s26192 r8192 d22960 u57344
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyLTQ0,115200
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.000000] Writing ErrCtl register=00000005
[    0.000000] Readback ErrCtl register=00000005
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 119832K/131072K available (6256K kernel code, 597K rwdata, 1588K rodata, 1268K init, 205K bss, 11240K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 256
[    0.000000] CPU Clock: 500MHz
[    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041786 ns
[    0.000012] sched_clock: 32 bits at 250MHz, resolution 4ns, wraps every 8589934590ns
[    0.007983] Calibrating delay loop... 331.77 BogoMIPS (lpj=1658880)
[    0.074075] pid_max: default: 32768 minimum: 301
[    0.078946] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.086169] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.097356] rcu: Hierarchical SRCU implementation.
[    0.102481] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[    0.110493] smp: Bringing up secondary CPUs ...
[    0.116130] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.116145] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[    0.116269] CPU1 revision is: 00019556 (MIPS 34Kc)
[    0.170297] Synchronize counters for CPU 1: done.
[    0.194557] smp: Brought up 1 node, 2 CPUs
[    0.204706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.214454] futex hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.221381] pinctrl core: initialized pinctrl subsystem
[    0.228581] NET: Registered protocol family 16
[    0.274669] dcdc-xrx200 1f106a00.dcdc: Core Voltage : 1016 mV
[    0.282235] pinctrl-xway 1e100b10.pinmux: Init done
[    0.293665] dma-xway 1e104100.dma: Init done - hw rev: 7, ports: 7, channels: 28
[    0.302966] PCI host bridge /fpi@10000000/pci@e105400 ranges:
[    0.308595]  MEM 0x0000000018000000..0x0000000019ffffff
[    0.313990]   IO 0x000000001ae00000..0x000000001affffff
[    0.377250] gpio-stp-xway 1e100bb0.stp: Init done
[    0.384836] usbcore: registered new interface driver usbfs
[    0.390465] usbcore: registered new interface driver hub
[    0.395897] usbcore: registered new device driver usb
[    0.403817] PCI host bridge to bus 0000:00
[    0.407878] pci_bus 0000:00: root bus resource [mem 0x18000000-0x19ffffff]
[    0.414763] pci_bus 0000:00: root bus resource [io  0x1ae00000-0x1affffff]
[    0.421744] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
[    0.428556] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.441654] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[    0.449866] clocksource: Switched to clocksource MIPS
[    0.457469] NET: Registered protocol family 2
[    0.462288] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.471095] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.479415] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.487172] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    0.494252] TCP: Hash tables configured (established 1024 bind 1024)
[    0.500961] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.507426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.515060] NET: Registered protocol family 1
[    0.519381] PCI: CLS 0 bytes, default 32
[    0.524145] gptu: totally 6 16-bit timers/counters
[    0.528939] gptu: misc_register on minor 63
[    0.533281] gptu: succeeded to request irq 126
[    0.537634] gptu: succeeded to request irq 127
[    0.542251] gptu: succeeded to request irq 128
[    0.546656] gptu: succeeded to request irq 129
[    0.551246] gptu: succeeded to request irq 130
[    0.555665] gptu: succeeded to request irq 131
[    0.560460] No VPEs reserved for AP/SP, not initialize VPE loader
[    0.560460] Pass maxvpes=<n> argument as kernel argument
[    0.571855] No TCs reserved for AP/SP, not initializing RTLX.
[    0.571855] Pass maxtcs=<n> argument as kernel argument
[    0.585122] workingset: timestamp_bits=30 max_order=15 bucket_order=0
[    0.598380] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.604156] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.620783] 1e100c00.serial: ttyLTQ0 at MMIO 0x1e100c00 (irq = 112, base_baud = 0) is a lantiq,asc
[    0.629704] printk: console [ttyLTQ0] enabled
[    0.629704] printk: console [ttyLTQ0] enabled
[    0.638490] printk: bootconsole [early0] disabled
[    0.638490] printk: bootconsole [early0] disabled
[    0.651961] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1
[    0.656873] nand: Samsung NAND 128MiB 3,3V 8-bit
[    0.661497] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    0.669177] Scanning device for bad blocks
[    0.703452] Bad eraseblock 339 at 0x000002a60000
[    0.756500] Bad eraseblock 920 at 0x000007300000
[    0.768572] 4 fixed-partitions partitions found on MTD device 10000000.flash
[    0.774226] Creating 4 MTD partitions on "10000000.flash":
[    0.779655] 0x000000000000-0x000000040000 : "uboot"
[    0.785715] 0x000000040000-0x000000060000 : "u-boot-env"
[    0.791195] 0x000000060000-0x000000360000 : "kernel"
[    0.796109] 0x000000360000-0x000008000000 : "ubi"
[    1.151051] gswip 1e108000.switch: dsa switch register failed: -517
[    1.171903] NET: Registered protocol family 10
[    1.185540] Segment Routing with IPv6
[    1.187891] NET: Registered protocol family 17
[    1.192736] 8021q: 802.1Q VLAN Support v1.8
[    1.542959] gswip 1e108000.switch lan1 (uninitialized): PHY [1e108000.switch-mii:00] driver [Intel XWAY PHY11G (PEF 7071/PEF 7072) v1.4] (irq=POLL)
[    1.559463] gswip 1e108000.switch lan2 (uninitialized): PHY [1e108000.switch-mii:01] driver [Intel XWAY PHY11G (PEF 7071/PEF 7072) v1.4] (irq=POLL)
[    1.576154] gswip 1e108000.switch lan3 (uninitialized): PHY [1e108000.switch-mii:11] driver [Intel XWAY PHY11G (xRX v1.2 integrated)] (irq=POLL)
[    1.592561] gswip 1e108000.switch lan4 (uninitialized): PHY [1e108000.switch-mii:13] driver [Intel XWAY PHY11G (xRX v1.2 integrated)] (irq=POLL)
[    1.608835] gswip 1e108000.switch wan (uninitialized): PHY [1e108000.switch-mii:05] driver [Intel XWAY PHY11G (PEF 7071/PEF 7072) v1.4] (irq=POLL)
[    1.622912] DSA: tree 0 setup
[    1.624493] gswip 1e108000.switch: probed GSWIP version 21 mod 0
[    1.631502] UBI: auto-attach mtd3
[    1.633808] ubi0: attaching mtd3
[    1.796233] ubi0: scanning is finished
[    1.812744] ubi0: attached mtd3 (name "ubi", size 124 MiB)
[    1.816837] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
[    1.823772] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512
[    1.830468] ubi0: VID header offset: 512 (aligned 512), data offset: 2048
[    1.837158] ubi0: good PEBs: 995, bad PEBs: 2, corrupted PEBs: 0
[    1.843250] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[    1.850462] ubi0: max/mean erase counter: 4/2, WL threshold: 4096, image sequence number: 508460766
[    1.859441] ubi0: available PEBs: 0, total reserved PEBs: 995, PEBs reserved for bad PEB handling: 18
[    1.868782] ubi0: background thread "ubi_bgt0d" started, PID 457
[    1.872352] block ubiblock0_0: created from ubi0:0(rootfs)
[    1.880276] ubiblock: device ubiblock0_0 (rootfs) set to be root fil[    1.895907] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    1.905616] Freeing unused kernel memory: 1268K
[    1.908697] This architecture does not have kernel memory protection.
[    1.915234] Run /sbin/init as init process
[    2.664650] init: Console is alive
[    2.667154] init: - watchdog -
[    5.056826] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    5.233984] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.248288] SCSI subsystem initialized
[    5.257232] ehci-fsl: Freescale EHCI Host controller driver
[    5.263863] ehci-platform: EHCI generic platform driver
[    5.274056] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.280731] ohci-platform: OHCI generic platform driver
[    5.287981] uhci_hcd: USB Universal Host Controller Interface driver
[    5.302706] dwc2 1e101000.usb: supply vusb_d not found, using dummy regulator
[    5.308978] dwc2 1e101000.usb: supply vusb_a not found, using dummy regulator
[    5.418332] dwc2 1e101000.usb: DWC OTG Controller
[    5.421755] dwc2 1e101000.usb: new USB bus registered, assigned bus number 1
[    5.428686] dwc2 1e101000.usb: irq 62, io mem 0x1e101000
[    5.435609] hub 1-0:1.0: USB hub found
[    5.438099] hub 1-0:1.0: 1 port detected
[    5.444110] dwc2 1e106000.usb: supply vusb_d not found, using dummy regulator
[    5.450387] dwc2 1e106000.usb: supply vusb_a not found, using dummy regulator
[    5.562182] dwc2 1e106000.usb: DWC OTG Controller
[    5.565488] dwc2 1e106000.usb: new USB bus registered, assigned bus number 2
[    5.572618] dwc2 1e106000.usb: irq 91, io mem 0x1e106000
[    5.579362] hub 2-0:1.0: USB hub found
[    5.582135] hub 2-0:1.0: 1 port detected
[    5.612392] usbcore: registered new interface driver usb-storage
[    5.619944] usbcore: registered new interface driver uas
[    5.624638] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    5.634496] init: - preinit -
[    7.198603] random: jshn: uninitialized urandom read (4 bytes read)
[    7.482497] random: jshn: uninitialized urandom read (4 bytes read)
[    7.795641] random: jshn: uninitialized urandom read (4 bytes read)
[    8.316591] gswip 1e108000.switch lan1: configuring for phy/rgmii link mode
[    8.322494] 8021q: adding VLAN 0 to HW filter on device lan1
[    8.356874] random: procd: uninitialized urandom read (4 bytes read)
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[   14.767677] mount_root: loading kmods from internal overlay
[   14.836602] kmodloader: loading kernel modules from //etc/modules-boot.d/*
[   14.851182] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
[   15.220193] UBIFS (ubi0:1): Mounting in unauthenticated mode
[   15.230006] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 650
[   15.277223] UBIFS (ubi0:1): recovery needed
[   15.376618] UBIFS (ubi0:1): recovery completed
[   15.379935] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[   15.387457] UBIFS (ubi0:1): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   15.397466] UBIFS (ubi0:1): FS size: 103735296 bytes (98 MiB, 804 LEBs), journal size 5160960 bytes (4 MiB, 40 LEBs)
[   15.407988] UBIFS (ubi0:1): reserved for root: 4899673 bytes (4784 KiB)
[   15.414603] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID C05A9991-18BE-4166-AC3D-A09CCD73D885, small LPT model
[   15.426929] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[   15.436703] block: extroot: not configured
[   15.439951] UBIFS (ubi0:1): un-mount UBI device 0
[   15.444080] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" stops
[   15.456569] UBIFS (ubi0:1): Mounting in unauthenticated mode
[   15.461282] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 653
[   15.581942] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[   15.588341] UBIFS (ubi0:1): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   15.598406] UBIFS (ubi0:1): FS size: 103735296 bytes (98 MiB, 804 LEBs), journal size 5160960 bytes (4 MiB, 40 LEBs)
[   15.608845] UBIFS (ubi0:1): reserved for root: 4899673 bytes (4784 KiB)
[   15.615453] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID C05A9991-18BE-4166-AC3D-A09CCD73D885, small LPT model
[   15.628911] mount_root: loading kmods from internal overlay
[   15.693919] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
[   15.702181] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
[   15.760454] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[   15.768950] block: extroot: not configured
[   15.773710] mount_root: switching to ubifs overlay
[   15.792262] urandom-seed: Seeding with /etc/urandom.seed
[   15.936699] procd: - early -
[   15.938516] procd: - watchdog -
[   16.648238] procd: - watchdog -
[   16.653892] procd: - ubus -
[   16.762861] random: ubusd: uninitialized urandom read (4 bytes read)
[   16.771610] random: ubusd: uninitialized urandom read (4 bytes read)
[   16.777265] random: ubusd: uninitialized urandom read (4 bytes read)
[   16.797467] procd: - init -
Please press Enter to activate this console.
[   17.814887] random: jshn: uninitialized urandom read (4 bytes read)
[   17.946126] random: ubusd: uninitialized urandom read (4 bytes read)
[   17.951629] random: ubus: uninitialized urandom read (4 bytes read)
[   18.584727] kmodloader: loading kernel modules from /etc/modules.d/*
[   19.117424] urngd: v1.0.2 started.
[   19.204270] IFXOS, Version 1.7.1 (c) Copyright 2009, Lantiq Deutschland GmbH
[   19.227594] NET: Registered protocol family 8
[   19.230659] NET: Registered protocol family 20
[   19.314947] tun: Universal TUN/TAP device driver, 1.6
[   19.328113] PPP generic driver version 2.4.2
[   19.379322] Lantiq (VRX) DSL CPE MEI driver, version 1.5.17.6, (c) 2007-2015 Lantiq Beteiligungs-GmbH & Co. KG
[   19.400073]
[   19.400073]
[   19.400073] Lantiq CPE API Driver version: DSL CPE API V4.17.18.6
[   19.417900]
[   19.417900] Predefined debug level: 3
[   19.446356] Loading modules backported from Linux version v5.15.58-0-g7d8048d4e064
[   19.452599] Backport generated by backports.git v5.15.58-1-0-g42a95ce7
[   19.478800] Infineon Technologies DEU driver version 2.0.0
[   19.492173] IFX DEU DES initialized (multiblock).
[   19.499753] IFX DEU AES initialized (multiblock).
[   19.503612] IFX DEU SHA1 initialized.
[   19.507129] IFX DEU MD5 initialized.
[   19.510966] IFX DEU SHA1_HMAC initialized.
[   19.514797] IFX DEU MD5_HMAC initialized.
[   19.544589] NET: Registered protocol family 24
[   19.556433] usbcore: registered new interface driver ums-alauda
[   19.565307] usbcore: registered new interface driver ums-cypress
[   19.574263] usbcore: registered new interface driver ums-datafab
[   19.582453] usbcore: registered new interface driver ums-freecom
[   19.591402] usbcore: registered new interface driver ums-isd200
[   19.600392] usbcore: registered new interface driver ums-jumpshot
[   19.608421] usbcore: registered new interface driver ums-karma
[   19.618022] usbcore: registered new interface driver ums-sddr09
[   19.626662] usbcore: registered new interface driver ums-sddr55
[   19.635704] usbcore: registered new interface driver ums-usbat
[   19.643731] usbcore: registered new interface driver usblp
[   19.671966] xt_time: kernel timezone is -0000
[   19.754366] random: crng init done
[   19.756333] random: 27 urandom warning(s) missed due to ratelimiting
[   20.149022] usbcore: registered new interface driver snd-usb-audio
[   20.197079] kmodloader: done loading kernel modules from /etc/modules.d/*
[   40.956702] device eth0 entered promiscuous mode
[   40.969960] gswip 1e108000.switch lan1: configuring for phy/rgmii link mode
[   40.980539] 8021q: adding VLAN 0 to HW filter on device lan1
[   40.986959] br-lan: port 1(lan1) entered blocking state
[   40.990890] br-lan: port 1(lan1) entered disabled state
[   41.005870] device lan1 entered promiscuous mode
[   41.051616] gswip 1e108000.switch lan2: configuring for phy/rgmii link mode
[   41.071369] 8021q: adding VLAN 0 to HW filter on device lan2
[   41.077516] br-lan: port 2(lan2) entered blocking state
[   41.081406] br-lan: port 2(lan2) entered disabled state
[   41.099967] device lan2 entered promiscuous mode
[   41.119954] gswip 1e108000.switch lan3: configuring for phy/internal link mode
[   41.140164] 8021q: adding VLAN 0 to HW filter on device lan3
[   41.146518] br-lan: port 3(lan3) entered blocking state
[   41.150407] br-lan: port 3(lan3) entered disabled state
[   41.159490] device lan3 entered promiscuous mode
[   41.188506] gswip 1e108000.switch lan4: configuring for phy/internal link mode
[   41.194780] 8021q: adding VLAN 0 to HW filter on device lan4
[   41.204194] br-lan: port 4(lan4) entered blocking state
[   41.207988] br-lan: port 4(lan4) entered disabled state
[   41.215450] device lan4 entered promiscuous mode
[   41.253587] gswip 1e108000.switch wan: configuring for phy/rgmii link mode
[   41.259415] 8021q: adding VLAN 0 to HW filter on device wan
[   44.351420] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[   44.357683] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
[   52.445713] pci 0000:00:0e.0: [1814:3062] type 00 class 0x028000
[   52.450412] pci 0000:00:0e.0: reg 0x10: [mem 0xffff0000-0xffffffff]
[   52.458566] pci 0000:00:0e.0: BAR 0: assigned [mem 0x18000000-0x1800ffff]
[   52.464422] rt2800pci 0000:00:0e.0: enabling device (0000 -> 0002)
[   52.470399] ieee80211 phy0: rt2x00lib_request_eeprom_file: Info - Loading EEPROM data from 'RT3062.eeprom'.
[   52.480905] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3572, rev 0223 detected
[   52.487630] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0008 detected
[   52.494967] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   56.861604] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2860.bin'
[   57.153457] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.40
[   57.664978] br-lan: port 5(wlan0) entered blocking state
[   57.668926] br-lan: port 5(wlan0) entered disabled state
[   57.674993] device wlan0 entered promiscuous mode
[   57.679254] br-lan: port 5(wlan0) entered blocking state
[   57.684319] br-lan: port 5(wlan0) entered forwarding state
[   57.866825] br-lan: port 5(wlan0) entered disabled state
[   64.831080] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   64.836422] br-lan: port 5(wlan0) entered blocking state
[   64.841435] br-lan: port 5(wlan0) entered forwarding state
[   64.857231] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready



BusyBox v1.35.0 (2022-07-31 15:12:47 UTC) built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 TorRouter 22.03.0, r19685-512e76967f
 -----------------------------------------------------
root@TorRouter-TEST:/#
DG.
admin
Site Admin
Posts: 473
Joined: 06 Feb 2007, 13:36

Re: TorRouter 22.03.0-rc6, r19590-042d558536

Post by admin »

Adjusted /etc/opkg/distfeeds.conf :

Code: Select all

src/gz torrouter_core http://downloads.openwrt.org/releases/22.03.0/targets/lantiq/xrx200/packages
src/gz torrouter_base https://downloads.openwrt.org/releases/packages-22.03/mips_24kc/base/
src/gz torrouter_telephony https://downloads.openwrt.org/releases/packages-22.03/mips_24kc/telephony/
src/gz torrouter_packages https://downloads.openwrt.org/releases/packages-22.03/mips_24kc/packages/
src/gz torrouter_routing https://downloads.openwrt.org/releases/packages-22.03/mips_24kc/routing/
src/gz torrouter_luci https://downloads.openwrt.org/releases/packages-22.03/mips_24kc/luci/
DG.
Post Reply