Bug 32284 - 80% of samba logon time spent in univention-mount-homedir
80% of samba logon time spent in univention-mount-homedir
Status: RESOLVED DUPLICATE of bug 31256
Product: UCS
Classification: Unclassified
Component: PAM
UCS 3.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-08-21 13:30 CEST by Arvid Requate
Modified: 2018-04-13 13:42 CEST (History)
0 users

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): UCS Performance
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arvid Requate univentionstaff 2013-08-21 13:30:37 CEST
About 80% of the samba logon time is consumed by univention-mount-homedir, which is a bash script. Already small obvious optimizations in the script reduce logon time by nearly 50%. We should consider rewriting it, e.g. in python.

Test results obtained with UCS 3.1-1 samba4 4.0.3 by running

while true; do time smbclient4 -L localhost -UAdministrator%univention >/dev/null & sleep 3; done
Comment 1 Arvid Requate univentionstaff 2013-08-21 14:09:16 CEST

*** This bug has been marked as a duplicate of bug 31256 ***