RCTD 404: What You Need to Know
- The team edited
/etc/rctd/storage_mounts.conf. - Changed
base_path = /mnt/san01/videostobase_path = /mnt/nas02/media. - Reloaded the RCTD daemon:
sudo kill -HUP $(pidof rctd) - The daemon rescanned the new location and resolved all 404 errors within 3 minutes.
Evidence to collect
- Exact request that triggered the 404 (HTTP method, full URL, query string, headers).
- Server logs (access and error logs) for the timestamp of the request.
- Application logs for the rctd component around the same time.
- Configuration files: routing/ingress, proxy, virtual hosts, API gateway, and service registry.
- Deployment status of rctd service (process, container, pod status).
- DNS records and TLS/SSL hostnames used.
- Recent changes or deployments that could have affected paths or routing.
Solution C: Fixing Permission Issues
If the file exists but RCTD cannot read it: