Skip to main content

Questions tagged [events]

The tag has no usage guidance.

42 questions with no upvoted or accepted answers
2 votes
0 answers
296 views

same fd in multiple epoll instances for seperate writing and reading threads

can we use the same fd in multiple epollfds? I mean one epoll instance for catching EPOLLIN, one epoll instance for catching EPOLLOUT. for example: int fd = ... // the file descriptor int epoll_reader ...
user3840019's user avatar
2 votes
1 answer
2k views

On "Power-Troubleshooter" event in Task Scheduler not triggering

I am attempting to run an event via Task Scheduler in order to restart my trackpad driver (code to do so below) every time my system wakes up, as a troubleshooting measure. However, in Task Scheduler, ...
Polymer's user avatar
  • 143
2 votes
1 answer
1k views

Efficient short life FTP server on AWS

I have a website for my business that integrates with other services in my industry. Most of those services send files strictly via FTP to their partners. When I receive a file via FTP, I generate an ...
David Milanese's user avatar
2 votes
0 answers
23 views

How can I track which software/process created or updated a Windows Sychronization Event Object?

I have an application which sets a Windows Synchronization Event Object. Recently I've seen indications that some other application may be setting/modifying that same object. Is there a way I can ...
Mike B's user avatar
  • 2,690
2 votes
1 answer
2k views

Windows Event Log does not work

On my Windows 7 Ultimate system the Event Log service does not start anymore. I get the response Error 2: Cannot find the file specified. I checked my system, but unfortunately I couldn't find any ...
user avatar
2 votes
0 answers
678 views

How do I email only those attendees who accepted or tentatively accepted an Outlook event?

I want to follow up on an Outlook event that occurred yesterday, but I don't want to message anyone who declined my invite. Can I create an email addressed only to those who replied attending or ...
Miss Cellanie's user avatar
2 votes
1 answer
295 views

Mac OS X Finder file selection events?

Does OS X fire events when I select files using its Finder app?
user avatar
2 votes
1 answer
4k views

How can I manually generate a fake ACPI lid event from a script in linux?

I'm trying to make sure that my laptop will suspend if I unplug it after the lid is already closed, and I believe that one way to accomplish this would be to simulate an ACPI lid event when the power ...
Ryan C. Thompson's user avatar
1 vote
1 answer
6k views

ACPI thermal zone \_TZ.TZ01 has been enumerated

I get this error immediately before my Laptop hard shuts down (just cuts out, no boot down sequence). It then re-boots and all is well again? Windows event log: ACPI thermal zone \_TZ.TZ01 has been ...
Joel's user avatar
  • 111
1 vote
0 answers
492 views

Which Windows event is generated for external USB storage mounted as a disk volume?

What is the Windows event generated when an external USB storage is mounted as a disk volume in the OS? Events like PnP events are triggered even if the external USB storage drive is blocked by AD ...
Naga Sudhir's user avatar
1 vote
0 answers
5k views

How to use Get-WinEvent to get all information between a specific time period?

Some background I am encountering some crash and freeze issues I want to get a better handle on. For this, I want to investigate all available event & log information for a specific time period. I ...
BmyGuest's user avatar
  • 426
1 vote
1 answer
2k views

Powershell Monitor Clipboard Change

I'm trying monitor clipboard change by powershell, and not consider to use comparing (Get-Clipboard) before and after change because it cannot distinguish between "two copy are identical" and "haven't ...
Richard Chung's user avatar
1 vote
1 answer
518 views

powershell : how to detect an uninstalled usb device?

I would like my Powershell script to detect when I plug in a usb device. I have set the GPOs to block the automatic installation of usb devices. For now I am using this command to detect when a usb ...
M.Brbr's user avatar
  • 149
1 vote
0 answers
750 views

Measure EPS (Events per Seconds)

I want to measure the EPS metric, or the number of processed events per seconds in my device. I read that the most accurate measurement of EPS is to use a simple syslog server, such as Kiwi Syslog ...
U. User's user avatar
  • 111
1 vote
0 answers
104 views

Auto forward Outlook event invitations as text or Gmail-readable format without notification

I've searched everywhere for a solution but couldn't find anything. I've even found a VBA script that supposedly does this but it showed an error of failing to execute. Is it possible to: ...
primexx's user avatar
  • 11

15 30 50 per page