Paul Donald

Results 964 comments of Paul Donald

Urgh. Maybe github themselves need to fix something with permissions. I agree that it can be tough to find what you want in the documentation. The formalities can exist in...

It seems prudent to skip the gzip step entirely and just go with .tar. But that's not a change made in the luci repo - it happens in the openwrt...

Firewall. Block solicitations from clients (add client ips to it) ``` config rule option src 'lan' option name 'block_recv' option family 'ipv6' list proto 'icmp' list dest_ip 'ff02::1' list dest_ip...

You have just observed the effect of unicast by virtue of blocking multicast. When devices connect to the (IPv6) network, they multicast an RA solicit.

> Interesting how many people and how use the cron. The UI improvements also increase a size but it looks like that's not a problem anymore. From the screenshot I...

> The layout needs some work, especially if the table is empty. See e.g.: ![image](https://private-user-images.githubusercontent.com/18365965/398006525-ff5f1c70-ca23-41ec-9b5a-064fa6497077.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzQ4OTQ4NTcsIm5iZiI6MTczNDg5NDU1NywicGF0aCI6Ii8xODM2NTk2NS8zOTgwMDY1MjUtZmY1ZjFjNzAtY2EyMy00MWVjLTliNWEtMDY0ZmE2NDk3MDc3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEyMjIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMjIyVDE5MDkxN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTcwZjQxMGRlZGQxODE1NjliNDVlNjYwNGNiMDI5NGYxODZkYzllNWRhMDQ4MmZlYzM0NzcxZDEzZWU5NDRmMWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.tmDPAFkbV2NRzOOcm9Wzvkd5LLxFnQxGHjHWkorxkyw) Looks like you need to fill in an hour value in the empty box instead...

Probably. I think this can be provided side-by-side instead of replacing the existing crontab editor.

> yes side-by-side would be perfect, i.e. show and allow editing of the resulting cron rules. Maybe also good to add a comment field? Side-by-side it is. A comment field...

> ![image](https://private-user-images.githubusercontent.com/18365965/398007730-0845d204-1806-4179-8561-7011b9fb0537.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzQ5NjMyMDksIm5iZiI6MTczNDk2MjkwOSwicGF0aCI6Ii8xODM2NTk2NS8zOTgwMDc3MzAtMDg0NWQyMDQtMTgwNi00MTc5LTg1NjEtNzAxMWI5ZmIwNTM3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEyMjMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMjIzVDE0MDgyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWIxODA4MjU1MTU3NjFkOWQ4YzhjZGUwOGMyNjMzODExOTJjOGVkNDE4ZThiNTg2YzY0YzJmM2NlMTM0ZTljZDYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7O9mt4XHZxwjRInukgWhiwQgfCGn6wvM7E7X8xOP9uY) Fixed. > Maybe also good to add a comment field? Added. > Maybe it would be enough to add a link to a wiki https://openwrt.org/docs/guide-user/base-system/cron. Added.

Good find. Fixed now. That'll get converted so that next page load it's no longer an alias but a normal task format. Anyway, the pretty layout needs some love.