stetner
stetner
No, just need to update that string I assume, but not a big enough issue for me to worry about. Just flagging it for the maintainers for next build.
Works for me - thanks!
qtop_py/plugins/pbs.py ``` 16c16 < r'(?P[\w&@%:.=+/{}-]+)\s+' \ --- > r'(?P[\w@%:.=+/{}-]+)\s+' \ ```
Looks good in that version! Thanks Doug
Sigh - users..... Now I have a name with a hash in it..... Aug_#_100 Can we add # to the regex Thanks
Just hit another one... added a '-' to the user search to match a username like a.smith-brown self.user_q_search = r'^(?P(?P[0-9\[\]-]+)\.(?P[\w-]+))\s+' \ r'(?P[\w#&@%:.=+/{}-]+)\s+' \ r'(?P[A-Za-z0-9.-]+)\s+' \ r'(?P\d+:\d+:?\d*|0)\s+' \ r'(?P[BCEFHMQRSTUWX])\s+' \ r'(?P\w+)'
Hit another one - probably a muser error but PBSPro seems to accept it: 1507877.delta compile_sim_${h i.xxxxxx 0 H normal So looks like $ and { can be in there...
I am getting 0 for all groups: ``` ===> User accounts information = R + C + Q|GECOS field or Grid certificate DN |Nodes|Group | [ 0] d.stetner | 15...
Oh, and also no GECOS name with or without a ~/.local/qtop/getent_passwd.txt file
BTW - since my environment is LDAP across a university, if we do an id -nG on every user, it will take 3+ minutes to return all groups. I think...