- Organized 252 files across project - Root directory: 187 → 2 files (98.9% reduction) - Moved configuration guides to docs/04-configuration/ - Moved troubleshooting guides to docs/09-troubleshooting/ - Moved quick start guides to docs/01-getting-started/ - Moved reports to reports/ directory - Archived temporary files - Generated comprehensive reports and documentation - Created maintenance scripts and guides All files organized according to established standards.
2.7 KiB
2.7 KiB
Besu Containers Fixes Applied
Date: 2026-01-03
Status: 🔧 FIXES IN PROGRESS
Fixes Applied
1. ✅ VMID 2500 - Network ID Correction
Issue: Network ID was 138 (Defi Oracle Meta) but should be 2400 (TCG Verse Mainnet)
Fix Applied:
- Updated
/etc/besu/config-rpc.toml: Changednetwork-id=138tonetwork-id=2400 - Restarted
besu-rpcservice - Service status: Active
Status: ✅ FIXED
2. ✅ VMID 2401 - Configuration and Service
Issues:
p2p-hostset to0.0.0.0(should be192.168.11.241)- Missing
static-nodes.json - Missing
permissions-nodes.toml - Service not running
Fixes Applied:
- Updated
p2p-hostin/etc/besu/config-rpc-thirdweb.tomlto192.168.11.241 - Copied
static-nodes.jsonfrom VMID 2400 to/genesis/static-nodes.json - Copied
permissions-nodes.tomlfrom VMID 2400 to/permissions/permissions-nodes.tomlor/etc/besu/permissions-nodes.toml - Started
besu-rpcservice
Status: ✅ FIXED
3. ✅ VMID 2402 - Configuration and Service
Issues:
p2p-hostset to0.0.0.0(should be192.168.11.242)- Missing
static-nodes.json - Missing
permissions-nodes.toml - Service not running
Fixes Applied:
- Updated
p2p-hostin/etc/besu/config-rpc-thirdweb.tomlto192.168.11.242 - Copied
static-nodes.jsonfrom VMID 2400 to/genesis/static-nodes.json - Copied
permissions-nodes.tomlfrom VMID 2400 to/permissions/permissions-nodes.tomlor/etc/besu/permissions-nodes.toml - Started
besu-rpcservice
Status: ✅ FIXED
4. ✅ VMID 2503, 2504 - Container Startup
Issue: Containers were stopped
Fixes Applied:
- Started container 2503:
pct start 2503 - Started container 2504:
pct start 2504 - Verified container status
Status: ✅ CONTAINERS STARTED (Service status needs verification)
5. ⏳ VMID 2505-2508 - Investigation Required
Issue: Services not installed or configured
Investigation:
- Need to check if Besu is installed
- Need to verify if config files exist
- Need to check service installation status
Status: ⏳ INVESTIGATION IN PROGRESS
Summary
Fixed: 4 issues
- ✅ VMID 2500: Network ID corrected
- ✅ VMID 2401: Configuration and service fixed
- ✅ VMID 2402: Configuration and service fixed
- ✅ VMID 2503, 2504: Containers started
In Progress: 1 issue
- ⏳ VMID 2505-2508: Needs investigation and configuration
Next Steps
- Verify VMID 2503, 2504 services are running after container startup
- Investigate VMID 2505-2508 configuration needs
- Perform full verification of all fixes
- Monitor services for stability
Last Updated: 2026-01-03