[19:03 UTC] *** Logging started. *** [12:03 PM PT] Andrew Hellershanks: Hello, Andsim. LTNS [12:04 PM PT] Andrew Hellershanks: oops. not here. Just online. :) [12:05 PM PT] Ubit Umarov: :) [12:05 PM PT] Kayaker Magic: I've been asking for help getting a grid started the last few meetings, I'm happy to report that everything is working now. [12:05 PM PT] Ubit Umarov: good [12:05 PM PT] Andrew Hellershanks: Hello, Selby. [12:06 PM PT] Selby.Evans @grid.kitely.com:8002: hi everyone [12:06 PM PT] Andrew Hellershanks: Kayaker, good to hear. Did it turn out to be just a few incorrect ini settings? [12:07 PM PT] Kayaker Magic: Yes, it was confusion caused by moving a grid from one server to another, having to change the address. [12:08 PM PT] Kayaker Magic: The last problem was ExternalHostName in the Regions.ini files. I thought that was unimportant, so I left it with the old address. [12:08 PM PT] Ubit Umarov: lol [12:08 PM PT] Ubit Umarov: :) [12:08 PM PT] Kayaker Magic: But apparently no avatars can log on without it. [12:08 PM PT] Kayaker Magic: I thought it was only for the LSL GetURL function. [12:09 PM PT] Andrew Hellershanks: ExternalHostName is one of the more important settings. [12:09 PM PT] Kayaker Magic: I left it with the old address, because eventually the domain name moved to the new server and then I had to change it back again. [12:10 PM PT] Ubit Umarov: yeah but a name change can take more the 8 hours to propagate [12:11 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Gotta love dns caching [12:11 PM PT] Andrew Hellershanks: I've been lucky. I usually find DNS changes propagate rather quickly. I think it depends a little on the host where the changes are being made and how often they send out changes. [12:11 PM PT] Kayaker Magic: We tested on the new server with the IP address, then with a different name, then changed the DNS of the old name at the last minute to switch over. [12:11 PM PT] Ubit Umarov: oh dotnet6 can have again the old mono thing on dns cache [12:12 PM PT] Ubit Umarov: bby default some things will not expire it [12:12 PM PT] Ubit Umarov: them [12:12 PM PT] Ubit Umarov: the samm httpclient they want us to use now [12:12 PM PT] Ubit Umarov: great for a simple web client [12:13 PM PT] Ubit Umarov: useless as we use httpwebrequest [12:13 PM PT] Ubit Umarov: but thats another ghost waiting on the full update to net6 [12:13 PM PT] Vincent.Sylvester @hg.zetaworlds.com: That's something it took from windows, that nasty habit of caching dns even if you set the ttl to 5 minutes [12:14 PM PT] Ubit Umarov: ewl many decided to use tls of 1 min [12:14 PM PT] Ubit Umarov: namely all dynips and google servers [12:14 PM PT] Ubit Umarov: forgeting that dns alone is a big part of all internet trafic [12:14 PM PT] Ubit Umarov: total flood without caches [12:14 PM PT] Vincent.Sylvester @hg.zetaworlds.com: At some point really should figure out what to do for testing on dotnet6 to make sure we don't have other hidden regressions elsewhere [12:15 PM PT] Vincent.Sylvester @hg.zetaworlds.com: But that's a loaded question [12:15 PM PT] Ubit Umarov: well and abotu regressions, last week code changes :p [12:16 PM PT] Ubit Umarov: i did fix a issue on attachtemp premissions [12:16 PM PT] Andrew Hellershanks: Vincent, using it helps. Automatic tests won't guarantee that all regressions are caught. [12:16 PM PT] Ubit Umarov: mantis 9039 [12:16 PM PT] Ubit Umarov: the permissions where lost when attaching to other than ower [12:17 PM PT] Ubit Umarov: i mean script permissions [12:17 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Over the last two years or so I have seen tests fail maybe three times, each time hinting at a potential problem, so they have some use. Though I do agree the current tests aren't great, but they aren't useless either. Makes figuring out what to do with them more difficult. [12:18 PM PT] Ubit Umarov: some still fail just because timing issues [12:18 PM PT] Vincent.Sylvester @hg.zetaworlds.com: I did get most of them fixed up for the mono branch at least, even the performance tests [12:18 PM PT] Ubit Umarov: a few take ages just to avoid that [12:18 PM PT] Ubit Umarov: are there just waiting :) [12:19 PM PT] Ubit Umarov: but bahh all need to be updated to at least nunit 3.0 [12:19 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Even made new ones for YEngine and for LSL compliance testing [12:19 PM PT] Ubit Umarov: or xunit or.. something [12:19 PM PT] Ubit Umarov: many consider nunit guess what.. obsolete :) [12:19 PM PT] Andrew Hellershanks: :) [12:20 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Yeah that's the big question, update the current ones or write them from scratch. What's easier to do. I so far only managed to get the old ones to build with dotnet6 of course they cannot be run as is [12:20 PM PT] Ubit Umarov: well they are a lot [12:20 PM PT] Vincent.Sylvester @hg.zetaworlds.com: yep [12:20 PM PT] Ubit Umarov: still ignoreing them on dotnet6 branch [12:21 PM PT] Vincent.Sylvester @hg.zetaworlds.com: It's funny they build, but neither nunit2 nor 3 will run them xD [12:21 PM PT] Ubit Umarov: did some code for it, but still chaning bc commit [12:21 PM PT] Ubit Umarov: a manual replacement for mono dllmap [12:22 PM PT] Ubit Umarov: something ms just did not port to net5 [12:22 PM PT] Ubit Umarov: well never had it [12:23 PM PT] Ubit Umarov: they just did add something that allows to "manualy" set "hooks" so code does load a unmanaged lib when needs [12:23 PM PT] Ubit Umarov: so adding a parser for the mono dll.confing things for that [12:23 PM PT] Ubit Umarov: liek others did [12:24 PM PT] Ubit Umarov: by manua li mean that we do need to add calls on the relevant assemblies [12:24 PM PT] Ubit Umarov: while mono did that automaticly [12:24 PM PT] Vincent.Sylvester @hg.zetaworlds.com: cuga did end up getting dotnet6 branch to work natively on M1 mac if I recall, the info is posted on mantis [12:25 PM PT] Ubit Umarov: yes the main issue was to compile the native libs [12:25 PM PT] Ubit Umarov: he finally did that [12:25 PM PT] Ubit Umarov: for ubode, bullet and openjpeg [12:26 PM PT] Ubit Umarov: well openjpeng-dotnet [12:26 PM PT] Ubit Umarov: well openjpeg-dotnet [12:27 PM PT] Ubit Umarov: also fixe a timing initialization [12:28 PM PT] Ubit Umarov: had it on original miliseconds and stayed that way whne i changed everywhere to seconds tine unit :) [12:28 PM PT] Ubit Umarov: but was a self healing issue [12:28 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Prebuild now copying the system.drawing as well, nice bit of automation for building :) [12:28 PM PT] Ubit Umarov: wel that is temporary thing [12:29 PM PT] Ubit Umarov: need to put that on load code somewher [12:29 PM PT] Ubit Umarov: ugly thing :( [12:29 PM PT] Vincent.Sylvester @hg.zetaworlds.com: That or rewrite everything that uses it to be system dependent... [12:30 PM PT] Ubit Umarov: as i said, seems ms now considers we must do one package per target platform/cpu [12:30 PM PT] Ubit Umarov: like we need to do on cpp [12:30 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Yeah they want to push nuget, so that you can make a mess like npm requiring hundreds of dependencies for just log output or whatever [12:31 PM PT] Ubit Umarov: while our code is like it was, one shared managed code base, same for all, with a few native parts loaded at runtime [12:32 PM PT] Ubit Umarov: that dllmap code i told about, is abotu this issue ofc [12:32 PM PT] Ubit Umarov: but that system.drawing...dll is managed [12:32 PM PT] Ubit Umarov: windows has its own that glues directly to win native code [12:33 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Someone was asking about postgres on irc the other day, made me remember what a mess nuget just making excuses for bad code really. When I tried updating the postgres connector with a new version from nuget it blew up everywhere. Not sure what MS is thinking, but this whole dependency thing with nuget just invites bad and lazy code. Kind of an unsure future in regards to the database connectors still [12:33 PM PT] Ubit Umarov: while linux needs more code to glue to libgdiplus [12:33 PM PT] Ubit Umarov: well i did some updates on libs from nuget [12:33 PM PT] Ubit Umarov: got the packets, and took out the libs i wanted [12:34 PM PT] Ubit Umarov: that system.drawing was sunc a case :) [12:34 PM PT] Ubit Umarov: same for mysql etc [12:34 PM PT] Ubit Umarov: i just consider nuget a pure nonsense [12:34 PM PT] Ubit Umarov: WE DO NOT WANT AUTOMATIC updates EVER [12:35 PM PT] Ubit Umarov: that is a huge software security hole [12:35 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Just like npm pretty much [12:35 PM PT] Ubit Umarov: security on a more broad sense, like getting fresh new bugs [12:35 PM PT] Ubit Umarov: without knowing about it [12:36 PM PT] Andrew Hellershanks nods [12:36 PM PT] Ubit Umarov: automatic updates are jsut BAD [12:36 PM PT] Ubit Umarov: ms ofrces them on windows ofc [12:36 PM PT] Ubit Umarov: but on win they are just needed [12:36 PM PT] Vincent.Sylvester @hg.zetaworlds.com: In case of updating the postgres connector it required additional dependencies even just one version up, if I went to latest it was dependencies galore. Total mess and still wouldn't work right. [12:37 PM PT] Ubit Umarov: but ms does that on YOUR machine [12:37 PM PT] Ubit Umarov: o hope they do not update all the code base used on win like that :) [12:37 PM PT] Vincent.Sylvester @hg.zetaworlds.com: There is performance to be gained with better database connectors, but the expense is unsafe code and hacks that cause a mess [12:38 PM PT] Ubit Umarov: wel some of those hacks are more legal o n .net6 [12:38 PM PT] Ubit Umarov: in fact used everywhere on it [12:38 PM PT] Ubit Umarov: another stupidity [12:38 PM PT] Vincent.Sylvester @hg.zetaworlds.com: I been wanting to update them, but every time I look I just lose hope at the mess I would have to untangle [12:38 PM PT] Ubit Umarov: see... they have rules.. [12:38 PM PT] Ubit Umarov: like arrays bounds checks, etc [12:39 PM PT] Ubit Umarov: then add tricks to work around that [12:39 PM PT] Ubit Umarov: and do even suicidal things [12:39 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Why do data checks, no one ever could possibly attempt to parse bad data... [12:40 PM PT] Ubit Umarov: like tell compiler that a string is after all a array of floats [12:40 PM PT] Ubit Umarov: just bad.. [12:40 PM PT] Vincent.Sylvester @hg.zetaworlds.com: drop_table:students all over again [12:40 PM PT] Ubit Umarov: they are doing a mess, because nonsense religion dogmas like forced array bounds checks [12:41 PM PT] Ubit Umarov: a lot of ppl would just not use unsafe code if could tell jot to not do them on a legal form [12:42 PM PT] Vincent.Sylvester @hg.zetaworlds.com: For postgres the connector code is not too complex, one could try to write those parts out, but then we would be maintaining even more code which is kinda the point of these not to have to maintain them as well [12:43 PM PT] Ubit Umarov: return Unsafe.As(ref Unsafe.Add(ref MemoryMarshal.GetArrayDataReference(bytes), pos)); [12:43 PM PT] Vincent.Sylvester @hg.zetaworlds.com: I think in mono 5 postgres works fine, starting somewhere with mono 6 it stopped working, not sure which version exactly [12:43 PM PT] Ubit Umarov: see how pretty they are turning code ? [12:43 PM PT] Ubit Umarov: and to do that is a a must lol [12:43 PM PT] Vincent.Sylvester @hg.zetaworlds.com: My eyes have fallen out of their sockets [12:44 PM PT] Andrew Hellershanks: eek [12:45 PM PT] Ubit Umarov: thats does same as unsafe{fixed byte* b = [12:45 PM PT] Ubit Umarov: or more or less that :) [12:46 PM PT] Ubit Umarov: but doign it on managed domain, not doign the full fixed things [12:46 PM PT] Ubit Umarov: ofc will blow up if bytes[] is not hold in place and gc takes it out :) [12:47 PM PT] Ubit Umarov: .net6 gc did learn a bit more abt such things [12:47 PM PT] Ubit Umarov: that prettly code ends up as 2 machine code instructions [12:48 PM PT] Ubit Umarov: or 3 [12:48 PM PT] Vincent.Sylvester @hg.zetaworlds.com: I feel like some of that nonsense ultimately just drives people to things like Rust [12:48 PM PT] Ubit Umarov: ( in release mode and with ful jit opt) [12:49 PM PT] Ubit Umarov: well those lines where from current libomv :) [12:49 PM PT] Ubit Umarov: i change several parts from the "fixed" to that [12:49 PM PT] Ubit Umarov: master libomv uses fixed [12:50 PM PT] Ubit Umarov: this things are a must on binary serialization [12:50 PM PT] Ubit Umarov: for example [12:51 PM PT] Ubit Umarov: that was from public static unsafe short BytesToInt16(byte[] bytes, int pos) [12:51 PM PT] Ubit Umarov: :) [12:51 PM PT] Vincent.Sylvester @hg.zetaworlds.com: They probably think runtime errors aren't so bad, cause you can just restart, but for OpenSim runtime errors is what we have to avoid as much as possible [12:52 PM PT] Andrew Hellershanks: Indeed [12:52 PM PT] Ubit Umarov: well soft is a huge mess [12:52 PM PT] Ubit Umarov: and will not get any better [12:52 PM PT] Ubit Umarov: complexity just grows [12:53 PM PT] Ubit Umarov: but damm silly religion like those array bounds.. GRRR hate it [12:53 PM PT] Ubit Umarov: fortran and c never had it.. cobol did [12:53 PM PT] Ubit Umarov: and its fine for cobol market [12:53 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Clawed a lot of stability back though over the years, losing that to some suicidal code in dependencies is not nice [12:54 PM PT] Ubit Umarov: alos fine if by default c does it [12:54 PM PT] Ubit Umarov: bt why not a damm metadata telling jit to not do it [12:54 PM PT] Ubit Umarov: like the inline has: [12:54 PM PT] Ubit Umarov: [MethodImpl(MethodImplOptions.AggressiveInlining)] [12:55 PM PT] Ubit Umarov: why not a damm MethodImplOptions.NoBoundsCheck [12:55 PM PT] Ubit Umarov: bah irritating issue [12:55 PM PT] Ubit Umarov: to see bounds change take more cpu time than actual work on many cases [12:56 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Between a rock and a hard place with those things, no good way out without making some concessions which is annoying yeah [12:56 PM PT] Ubit Umarov: well and they make JIT waste time looking to a few failed cases where it does take the checks automaticly [12:56 PM PT] Ubit Umarov: well nm [12:57 PM PT] Ubit Umarov: just very low end things :) [12:57 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Lot of development moves that way lately, tons of dependencies, some lazy code and let the hardware apologize for the shit code [12:58 PM PT] Vincent.Sylvester @hg.zetaworlds.com: An odd shift in priorities [12:58 PM PT] Ubit Umarov: well cpus are damm complex things now also [12:58 PM PT] Ubit Umarov: and pretend to be clever [12:58 PM PT] Vincent.Sylvester @hg.zetaworlds.com: That's why arm is so fast, less bloat [12:58 PM PT] Ubit Umarov: we tell them do a then do b, and they do b than a [12:59 PM PT] Ubit Umarov: and a old issue [12:59 PM PT] Ubit Umarov: that in part killed DEC [12:59 PM PT] Ubit Umarov: with the dec alpha cpu [12:59 PM PT] Ubit Umarov: we told it int a = 4; [12:59 PM PT] Ubit Umarov: b = a 3; [1:00 PM PT] Ubit Umarov: and the damm cpu did b = a 4; a = 4 [1:00 PM PT] Ubit Umarov: with a undefined... bahh [1:00 PM PT] Ubit Umarov: and this already in 90's [1:01 PM PT] Ubit Umarov: wel lpossible some big machines did it also in late 60's :) [1:01 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Like javascript, just worse lol [1:02 PM PT] Ubit Umarov: thats 'aout of order execution optimization" at cpu [1:02 PM PT] Ubit Umarov: out of order.. [1:02 PM PT] Ubit Umarov: compilers need to fix those issues.. fun [1:03 PM PT] Andrew Hellershanks: Yes, they should. [1:03 PM PT] Ubit Umarov: but what news do you have abt opensim ? [1:03 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Anyways I had a look at groups code finally, did find two things that had me go "huh?", have to dig a bit see if I can rewrite those things, think they are part of the reason why it is slow. Though in the sql parts at least there is nothing immediate I could see, so I need to dig deeper into those parts [1:04 PM PT] Ubit Umarov: goups v2 has a lot of "huh?" [1:04 PM PT] Vincent.Sylvester @hg.zetaworlds.com: The database connector for it is very generic so it ultimately does nothing to improve queries [1:04 PM PT] Ubit Umarov: flotsam also.. just a bit less [1:04 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Have to see if I can rewrite parts of that so it can use sql more effectively [1:05 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Just a big task to understand the thing enough to do that and my time isn't unlimited sadly [1:05 PM PT] Ubit Umarov: effectively and sql fit on same text line? [1:05 PM PT] Vincent.Sylvester @hg.zetaworlds.com: It does a generic select *, which might not be the fastest way to get the data it needs for the call it has to run [1:06 PM PT] Ubit Umarov: unless "sql is pure deny of effectively" [1:06 PM PT] Andrew Hellershanks: There are some complex queries in groups. [1:06 PM PT] Ubit Umarov: :) [1:06 PM PT] Vincent.Sylvester @hg.zetaworlds.com: say it only needs to get data from two tables, joining them at sql level is often faster than in code [1:06 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Course all depends on situation hence first trying to understand the whole thing [1:06 PM PT] Ubit Umarov: unless user decides to put them on dif mysql [1:07 PM PT] Ubit Umarov: as some tell to do... [1:07 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Ideally it would run on a document db, just fetch the document by uuid, but I don't want to do that just yet [1:07 PM PT] Ubit Umarov: the opensim idea of "microservices" [1:08 PM PT] Ubit Umarov: ~that ofc fails a lot more than "those" [1:08 PM PT] Vincent.Sylvester @hg.zetaworlds.com: I think just changing the database connector to not be just doing generic query select * might already help quite a bit [1:08 PM PT] Ubit Umarov: bc databases interdependecies kill it all [1:09 PM PT] Ubit Umarov: well to not do searchs wit uas could help a lot [1:09 PM PT] Ubit Umarov: searchs by... [1:10 PM PT] Vincent.Sylvester @hg.zetaworlds.com: It needs to do a few strategic joins and only select the data it actually needs instead of everything each time, adjust the code to fetch things and store them with less type conversions [1:11 PM PT] Vincent.Sylvester @hg.zetaworlds.com: That alone might double the speed [1:11 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Database itself is fast getting data, even on millions of rows, kinda their purpose so they do that well [1:11 PM PT] Kayaker Magic: I need to boogie, RL calling. [1:11 PM PT] Ubit Umarov: who did test dotnet 6 here? [1:11 PM PT] Ubit Umarov: any? [1:12 PM PT] Andrew Hellershanks: ok, Kayaker. Thanks for droppping by. [1:12 PM PT] Ubit Umarov: u can tell him that next week :) [1:12 PM PT] Andrew Hellershanks: It is now a quarter past the hour. Are there any other last minute items for today? [1:12 PM PT] Andrew Hellershanks: Ubit :) [1:13 PM PT] Andrew Hellershanks: I didn't hear Kayaker's transporter noise before he left. [1:14 PM PT] Andrew Hellershanks: Vincent, you have your work cut out for you if you want to tackle those SQL queries in groups. [1:14 PM PT] Vincent.Sylvester @hg.zetaworlds.com: I am starting to see the light of sql lol [1:14 PM PT] Selby.Evans @grid.kitely.com:8002: bye all [1:15 PM PT] Andrew Hellershanks: ok, bye Selby. [1:15 PM PT] Ubit Umarov: cya [1:15 PM PT] Andrew Hellershanks: As there isn't any last minute items for today I'll conclude this meeting. [1:15 PM PT] Andrew Hellershanks: Thank you all for coming. See you again next week. [20:15 UTC] *** Logging stopped. ***