Displaying 20 results from an estimated 23 matches for "filemon".
2006 May 23
1
Monitoring FS operations
Greetings All,
Without going into the specific reasons why I need to do so, is anyone
aware of a method (or tool) of watching real-time, human-readable (or
system call print) of ext3 filesystem operations on a mounted, active
filesystem?
Excuse me if this is a duplicate question but I was unable to find any
similar ones in the archives.
Thanks in advance!
Kevin Strong
Criminal Information
2011 Aug 15
1
Wine 1.3.26: Samsung NPS does not work
...created for context 0x1
err:oss:AUDDRV_GetEndpointIDs OSS /dev/mixer doesn't seem to exist
err:oss:AUDDRV_GetEndpointIDs OSS /dev/mixer doesn't seem to exist
err:winmm:WINMM_DevicesThreadProc Unexpected message: 0x15
fixme:ntoskrnl:KeGetCurrentThread () stub
DbgPrint says: 0: DbgPrint says: Filemon.SYS: entering DriverEntry
wine: Call from 0x7b839f22 to unimplemented function ntoskrnl.exe.IoGetCurrentProcess, aborting
wine: Unimplemented function ntoskrnl.exe.IoGetCurrentProcess called at address 0x7b839f22 (thread 002d), starting debugger...
wine: Call from 0x7b839f22 to unimplemented functi...
2008 Feb 22
7
Windows Kernel & Executive implementation
...tuff for Windows.
I discovered that WineHQ project does not have support for drivers (am I
wrong?). In other words, quite a big amount of applications will fail to
function properly, because many of them are using helper device drivers to
get some extended functionality. I can just mention RegMon, FileMon, TDIMom,
and others.
Theoretically, this task is possible to be implemented, but it requires
quite a lot amount of work, of course. Is there any movements to overcome
this limitation? Have you ever considered to achieve compatibility at this
level?
Basically, I am talking about implementation of...
2012 May 10
1
Logging file activity
On windows I use filemon, it tells me every file operation and its result. I
have search high and low, but cannot seem to find an alternative.
I tried the instructions from
http://ubuntuforums.org/showthread.php?p=2415252#post2415252
...
echo 1 > /proc/sys/vm/block_dump
while true; do dmesg -c; sleep 1; done;
...
But...
2007 Jul 16
3
Sims?
Hi!
I am asking it here :)
My sister bought this game: Sims: Animal histories
The installer works partially, when accepting a license, the installer
says: 'Impossible to continue installation because this game derquier
DirectX9.0c or higher. You can download it on M$..."
What can I do?
Can you bypass the check?
Maybe with adding dlls (native)?
I also tried to installa DirectX
2006 Dec 04
1
Samba problem with web farm
...ed to start monitoring changes to
'\\UNCSERVER\path\aspapplication'."
I have search on internet and found somes things about this.
First :
http://support.microsoft.com/kb/810886
I set the value on the client http server to the maximum.
But the message continue to appear.
When I run the filemon.exe i get a :
19:30:27 w3wp.exe:13572 DIRECTORY \\UNCSERVER\path\aspapplication\ TOO
MANY COMMANDS Change Notify
The "TOO MANY COMMANDS" seem to relate to the "MaxCmds", but i have put
at his maximum, in the registry or a samba limitation?
When i browse the repertory from explo...
2009 Mar 04
1
performance problem with 3.2.8: unbuffered reads for some users
Hi!
I'm experiencing strange performance problems after upgrading to samba
3.2.8 from 3.0.30.
For all users except smbadmin (who has administrative rights), read
performance is _very_ bad. Looking at the read-requests using filemon
and wireshark, I found out that for those users, every read is handled
transparently (unbuffered) over the net. (I.e. a 2 byte read-request of
the application leads to a 2 byte Read And X Request over the net.)
If the user is smbadmin, reads are block buffered. (A 2 byte
read-request of the same a...
2003 Jul 16
3
Why is EXCEL SO SLOW on SAMBA?
Hello all,
I have always experienced VERY SLOW response times on opening an EXCEL sheet ever since I had started to use SAMBA
WAY back. I have been hoping that a newer release would fix this one issue but it never seems to happen. Does anyone
know what could be the problem? I can open the same Excel sheet on a Novell server and it opens instantly. I have no
problems with WORD documents. They
2005 Sep 20
1
Samba closing printer prematurely?
....
The printer in question is a Ricoh Aficio AP4510.
I tried Samba v3.0.11 and v3.0.20 and I get the same result, no
printer output.
As a member of the Domain Admin group I can print from AcroReader
without any problems. All other users can't print....sounds like a
permission problem.
Using FileMon from SysInternal I see spoolsv.exe returning a ACCESS
DENIED error. A ethereal dump shows communications between the client and the
Samba Server.
A level 4 debug level from Samba shows:
[2005/09/20 14:31:16, 3] smbd/reply.c:reply_printopen(3535)
openprint fd=5 fnum=9756
[2005/09/20 14:31:16, 3]...
2003 Feb 21
1
2.2.7a - lot of open/close calls
I'me trying to track down a performance problem as I posted yesterday and
as I increase the log level I've noticed this...
[2003/02/21 08:19:06, 2] smbd/open.c:open_file(245)
dm389245 opened file mr00257.bat read=Yes write=No (numopen=1)
[2003/02/21 08:19:06, 2] smbd/close.c:close_normal_file(213)
dm389245 closed file mr00257.bat (numopen=0)
[2003/02/21 08:19:06, 2]
2009 Jan 24
1
Lordof the rings the conquest
hi, i want to play lord of the rings the conquest but in game menu the loading screen dont disappers and the wine console is fluted with:
err:d3d:state_colorwrite (WINED3DRS_COLORWRITEENABLE1/2/3,0,7,7) not yet implemented. Missing of cap D3DPMISCCAPS_INDEPENDENTWRITEMASKS wasn't honored?
is there any way to solve the problem?
2001 Apr 02
1
what to do with windows message
requesting assistance on "MSTSC has caused an error in GDI.EXE. MSTSC will
now close."
this message has been given after reinstalling windows many times.
Terminal server is what we run)
what do I don't know
thanks
2003 Jun 30
0
Performance: FASTIO_CHECK_IF_POSSIBLE win32 call differs on Linux / SunOS [LONG]
...Windows there is something, only just learned this, called
fastio. This fastio acts like a cache because it reads-ahead 4096-bytes
even if you want to have 1 single byte. Ok, that's all nice _but_ after
searching and digging a couple of hours though the file-IO calls on the
win32 side with filemon, I found out some differences.
Please let me show the difference:
[Server one: Linux - superb fast, no problems]
FASTIO_QUERY_STANDARD_INFO Z:\pv8\8.1f\ADRESSEN.PV FAILURE
IRP_MJ_QUERY_INFORMATION Z:\pv8\8.1f\ADRESSEN.PV SUCCESS
FileStandardInformation
IRP_MJ_READ Z:\pv8\8.1f\...
2005 Feb 15
0
Solved: foo.bat works, but just 'foo' causes "not recognized as an internal ..."
...cmd;.bat;.exe;.Bat;.BaT;.BAt;.baT;.bAt;.bAT
S:\misc\logs>foo
'foo' is not recognized as an internal or external command, operable program
or batch file.
----------------------------------------------
The file is created on the Unix side as 'foo.bat' - case preserved.
Both 'FileMon' by SysInternals and setting the Samba log level to 7 or so,
showed Windows looking for FOO"* (rather than FOO.* which is more what I'd
expect), but one of the lines in the logfile said 'wcard=FOO"*' which
suggested it knew it was a wildcard.
It turns out that if I cre...
2006 Jul 09
2
Error using sqlite3
...d I''ve followed the steps here :
http://wiki.rubyonrails.org/rails/pages/HowtoUseSQLite
However I get the error above (uninitialized constant API) when trying
to run a migration.
I''m under Windows XP, using cygwin, the sqlite3.dll file is on the lib
directory of my rails app (filemon, an utility that reports file access
attempts show me that this file is found and open successfully)
Any help appreciated, thank you
[/home/ruby-tests/mica]>rake db:migrate --trace
(in /home/ruby-tests/mica)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute envi...
2009 Nov 14
1
IMAP folders' codepages problem ?
...IUM
verbose_ssl: yes
login_dir: /usr/local/dovecot/var/run/dovecot/login
login_executable: /usr/local/dovecot/libexec/dovecot/imap-login
login_user: dovecot_login
mail_privileged_group: dovecot_mail
mail_plugins: expire quota imap_quota trash
lda:
postmaster_address: root at localhost
hostname: filemon
mail_plugins: expire quota
mail_plugin_dir: /usr/local/dovecot/lib/dovecot/lda
sendmail_path: /usr/sbin/sendmail
auth_socket_path: /usr/local/dovecot/var/run/dovecot/auth-master
auth default:
mechanisms: plain login
debug: yes
passdb:
driver: passwd-file
args: /usr/local/dovec...
2004 Apr 07
1
Re: specified network name no more available
...n noticed there
was any problem.
So why am I telling you this? Because I think someone
from the Samba team should shed some light on the
topic and explain under what circumstances this
pathological behavious can be expected. I did quite
a bit of debugging with Samba's log levels, ethereal
and filemon.exe but hard as I tried to make any
sense of the data there was never any indication that
anything was our of ordinary. Samba maintains that
everything is hunky-dorey, no problems there. Ethereal
captures inconspicuous chatter on the wire but my W2K WS
reaches for the tell-tale "chord.wav"...
2009 Feb 03
2
Re: Cannot run Win16 installer for Judaic Classics
Thank you. Unfortunately, I bit more than I can swallow. I redirected the output of strace to a file, but it has more than 22k lines. How do I sensibly winnow that down? I have never used strace before and the output is overwhelming.
Alternatively/additionally, is there something similar for windows, which I can use to check what happens under windows, with a functioning copy of the program I am
2003 Apr 29
0
Excel can't find a non-writeable .xls if parent's name not ASCII
...tched what happens when Excel tries to open
a non-writeable spreadsheet file in one of those
directories with non-ASCII characters in their
names while the parameter "character set" is set
so that these non-ASCII characters appear as
expected on both sides of the Samba server.
The "filemon.exe" shows that after a convoluted
quiz session between the Win2K client and Samba
server the Excel program gets a "FILE NOT FOUND"
result after an "IRP_MJ_CREATE" request on the
subject file. However, before this error occurs
the same request for this file was issued 6 mo...
2004 Oct 05
5
Slow Directory listing
hi,
on samba3 a have a directory "foo" with one subfolder "blah". the subfolder
contains a huge subtree with lot of files (11gig). if i click on "foo" it
takes 10 or more seconds to get the one folder "blah". but if i use the left
foldertree of explorer, there are no problems, it's fast. what is the
explorer looking for? size calculations?
it there a