Terrell Russell

Results 323 comments of Terrell Russell

still trying to reproduce again... but have not been able to... if you can reproduce the stacktrace, please find the username that is in the database but not appearing in...

oh, it worked this time... ``` $ iquest "%s#%s" "select USER_NAME, USER_ZONE" | grep -v rodsadmin | grep -v public | sort > iquest.txt; iadmin lu | sort > iadmin.txt;...

quicker to reproduce... with `tempZone` as the zone name, just generate fewer, longer usernames... ``` $ cat /tmp/usernamesinput.txt 21 60 60 60 60 60 60 60 60 60 60 60...

I would read that as the default (match all the things)

The code should handle any regex... https://github.com/irods/irods_client_icommands/blob/59390a52f27c97f49fdba0a107474882b9f2a817/src/itree.cpp#L84-L85 ```cpp matcher = std::regex(vm["pattern"].as(), std::regex::basic | std::regex::optimize ); ``` The current tests only cover `.*`. https://github.com/irods/irods/blob/3e4ef34f27d3cd62a8885ea1818ac5987e5c5f75/scripts/irods/test/test_itree.py#L49-L58 We will create some additional tests with...

The quota (re-)calculation is not done automatically (could be expensive on very active systems). I think if you add step 6.5 `iadmin cu`... it will behave as you expect? Production...

Without emptying the trash, your files will still be taking up space.... try `irmtrash` and/or `irm -f` when you remove a file to skip the trash.

Well, that is troubling / incorrect. So you never see the calculated totals go back down again?

directly related to / part of #4421

We will support Ubuntu22.04 in an upcoming 4.3.x release. No known blockers at this time. We will not support Ubuntu22.04 for 4.2.x. - see earlier discussion at https://github.com/irods/irods/issues/4883.