pasztorl

Results 50 comments of pasztorl

any news on this issue?

Yes, in general I would like to control the cache with a single request, like on this project: https://github.com/mittwald/kube-httpcache

Edit interface -> Peer defaults not saves the IP Networks, Allowed IP Addresses, DNS Server, DNS Search Domains fields

ahh that was the problem, thanks! continuing the test..

update: when i set up the peer defaults on the interface before the ldap sync starts i got this: ``` TRAC[0010] UPDATE `users` SET `created_by`='_WG_SYS_UNKNOWN_',`updated_by`='_WG_SYS_UNKNOWN_',`created_at`='2024-02-23 23:04:44.718',`updated_at`='2024-02-23 23:04:44.722',`email`='[email protected]',`source`='ldap',`provider_name`='',`is_admin`=true,`firstname`='Lenard',`lastname`='Pasztor',`phone`='',`department`='',`notes`='',`password`='',`disabled`=NULL,`disabled_reason`='',`locked`=NULL,`locked_reason`='' WHERE `identifier` =...

I've playing with the 6.0.4. Everything looks fine, but i see 2 cpu (correct) in /proc/cpuinfo but i see all cores in /proc/stat. is it a bug or missing feature?

how can i test this patch without rebuild the image? can this applied on a running system? currently using SONiC-OS-202411.768299-645a40f54 and experiencing multiple container restart after adding a subinterface

it solved the problem for me, thanks! i hope it will be merged soon

I successfully modified with sql: ``` EXEC sp_configure 'max server memory', 1024; -- Set maximum memory to 1024 MB RECONFIGURE; ``` But still this container would need working mssql-conf and...