Displaying 2 results from an estimated 2 matches for "windows_settings".
2008 Oct 23
3
high cpu load
...uot;' /tmp/
ppp.txt | wc -l
429
Thousands of times this file is being stat'ed!?!?
Culprit #2 : some small samples from strace:
read(5, "\0\0\0H", 4) = 4
read(5,
"\377SMB2\0\0\0\0\30\7\310\0\0\0\0\0\0\0\0\0\0\0\0\4\0\230"..., 72) = 72
stat64(".windows_settings/Application Data/SolidWorks 2008/Scheduler_2/
swbo1.mdb", {st_mode=S_IFREG|0744, st_size=974848, ...}) = 0
fcntl64(13, F_SETLKW64, {type=F_RDLCK, whence=SEEK_SET, start=25416,
len=1}, 0xbfa355d4) = 0
fcntl64(13, F_SETLKW64, {type=F_UNLCK, whence=SEEK_SET, start=25416,
len=1}, 0xbfa355f4)...
2003 Jul 29
0
Logging in taking too long with roaming profile (not large profile issue)
...usr/local/etc/samba/netlogon) failed
[2003/07/28 20:53:14, 1] smbd/service.c:make_connection_snum(692)
cspc01 (192.168.42.205) connect to service ekwan initially as user ekwan (uid=1007, gid=1032) (pid 57297)
[2003/07/28 20:53:15, 2] smbd/open.c:open_file(240)
ekwan opened file .windows_settings/Application Data/Microsoft/Internet Explorer/Quick Launch/desktop.ini read=Yes write=No (numopen=2)
So in this logon sequence, we get the domain SID, successfully authenticate,
open up ntuser.dat and ntuser.ini, open a connection to netlogon, and close
the connection to netlogon.
A minute later w...