Programming :: Mq_notify Not Notifying About An Event

Nov 30, 2010

I'm using mq_notify to be notified about events on a message queue. But my registered notifier function is not being called. I'm pasting my code snippet below:

[Code]....

View 4 Replies


ADVERTISEMENT

Programming :: Event When Network Interface Goes Down?

Jul 13, 2010

I am trying to write an app that will perform some actions when a network interface is unplugged. Is there a way to get the OS to signal me when a network interface is unplugged. I have looked at DBus but can't figure it out.

View 1 Replies View Related

Programming :: Event Device Nodes And Xorg?

Oct 14, 2010

When i create a new event device (/dev/input/event) it is automatically grabbed by Xorg:

Code:
(II) config/udev: Adding input device Keypad Emulation Driver (/dev/input/event7)
(**) Keypad Emulation Driver: Applying InputClass "evdev keyboard catchall"

[code]....

View 1 Replies View Related

Programming :: Invoke A ButtonPress Event Using XLib?

Nov 17, 2010

I'm working on an application which generates random shapes when clicking on a window. I designed the window using Motif. I want to invoke the ButtonPress Event .

View 1 Replies View Related

Programming :: Detect A Keypress Event In A Console Session?

Oct 27, 2010

Is any way to detect a keypress event in a console session? Preferebly without needing the application to be running in the foreground

View 2 Replies View Related

Programming :: Add Time Of Occurrence For Mouse Event In Xinput?

Jan 24, 2011

i need to have the time of occurence for mouse event in xinput,right now i run

Code:
xinput test <device_id> >log.txt
(for finding device_id using xinput list)

[code]...

View 4 Replies View Related

Programming :: Java Applets - Mouse Dragging Event

Jan 4, 2010

I know how to deal with a mouse click event like so:

Code:

But was happens when I am dealing with mouse dragging? Will my implementation of mouseDragged() get called for every pixel moved? So I just getX() and getY() like with a mouse click?

Also, in order to know when mouse dragging stops and starts, do I also have to put code in mousePressed and mouseReleased?

View 1 Replies View Related

Programming :: Run A Script On Switch-user Event Ubuntu 9.10?

Feb 18, 2010

How to do so? For starters, I'm not sure there is such an event. Maybe it has something to do with the OS moving through certain run-levels

View 6 Replies View Related

Programming :: Using Perl To Update Mysql Table On Certain Event?

Feb 6, 2011

I'd like to use a perl script to update a fields in mysql database when pianobar (command line pandora radio player) starts a new song. Pianobar has the ability to run a script based on events, I'd like to take advantage of and use perl toparse the artist,song,album and update the corresponding fields. Then later retrieve them and display them with php/html. I am by no means proficient with perl. I started to use bash, but it looks like perl will be much more efficient and and less time consuming.

Code:
#! /usr/bin/perl -wT
use strict;

[code]...

View 2 Replies View Related

Ubuntu :: Update-notifier Not Notifying

Jun 8, 2011

I have Update Notifier enabled in my startup apps and I've checked that update-notifier is actually running, and I have my updates set to check for updates daily and only notify about available updates. However, I never get any notifications despite having updates available. I'm using Unity on 11.04 and I've enabled "all" icons on my top panel.

View 2 Replies View Related

Fedora :: Notifying Of Bugs When Closing Firefox And VLC?

Jan 16, 2010

My Automatic Bug Reporting Tool has been notifying me of bugs when closing Firefox and VLC. It does not say what to do with the bugs, or any other description thereof. It just gives the status that the bugs are not reported. What do I do with this, please?

View 10 Replies View Related

Red Hat / Fedora :: FTP Upload User Monitoring / Notifying?

Nov 14, 2010

A client has a desktop program that uploads images and data to a certain folder where i have a script that imports it to a DB, this all works. But i cant just set it to a hourly cron or have the client run a script after they have uploaded via FTP (the client is not techy).

So I need a way to detect when they have finished uploading all the data via ftp, which i just cant see a way of doing....it would have to be a linux command where it notifies a php script when the client has logged out of ftp, then disables shell access temporarily imports the data they have uploaded then reactivates shell access...but i have no idea what linux commands i would have to look into to get this working.

View 5 Replies View Related

Programming :: Python And Curses : Unable To Getch() For A Curses.KEY Event

Nov 8, 2010

When I getch() a key event (UP arrow key), the getch() function return a string of characters that I cannot compare with curses.KEY_UP constant. Here is the code I use :

while True:
w = gb.scrn.getch()
c = chr(w)
otp = 'touche:'+str(w)+' '+str(c)+"

[Code]...

It seems like getch() return three distincts bytes while I would retrieve it with a single ord() instruction in python like describes in curses/python documentation.

View 1 Replies View Related

Debian Multimedia :: Gnome-power-manager Delay In Notifying?

Jun 3, 2010

I've noticed g-p-m refreshes information extremely delayed. Sometimes it takes many many minutes before it notifies me that I'm running on battery. how I can change this refresh rate? I've drained the batteries once recently believing the icon that said 89% less than a minute before the batteries were completely discharged (my battery lasts for about 15-20 minutes).

View 6 Replies View Related

CentOS 5 Server :: Qmail Server Is Not Notifying Email Address Does Not Exist

Oct 27, 2010

One of our client having issue with the qmail. The issue is if any one send email to abc@ourdomain.com (abc@ourdomain.com the email address which is not exist) it should send failure notification i.e."email does not exist" to the sender. The qmail server is not notifying that email address does not exist.

View 1 Replies View Related

Fedora :: Event Ids And Associated Sounds - Failed ?

Feb 11, 2010

With /usr/bin/canberra-gtk-play set to --id='desktop-login' in the startup Applications dialog one expects a sound to play at login. This is not the case with fedora 12. I set the variable to --file=/home/me/sounds/myloginsound and I got sound.

I'm curious as to why the event id failed. I suspect that id was not linked/associated with any sound before fedora 12 was released. How does one troubleshoot sound event ids and their associated sounds in f12.

I'd like to get audio when I log out as well. I recall seeing a dialog box with events and associated sounds in f11 (or was it f10?) .... I don't see it in f12

1. Does anyone know which package adds that functionality?

2. In the absence of a GUI approach, how can this be achieved (with the terminal)?

View 2 Replies View Related

Ubuntu :: Restart In The Event That It Ever Crashes?

Feb 3, 2010

I have a program running on my server which I want to restart in the event that it ever crashes. Someone suggested "Watchdog" to me, but it appears to me that watchdog restarts the whole system, not the program. I couldn't find much documentation for it. Another suggestion I was given was crontab, except that I don't want to relaunch the program every 60 seconds, as it doesn't run on screen or anything, it forks itself into the background after launching it. Perhaps a bash script that would check to see if the program were running or not, and if it weren't, relaunch it? Not sure how to do that, I've never written bash. In any case, I just want to keep this program running full time.

View 6 Replies View Related

Ubuntu :: Changing Event Sounds In 10.04?

May 3, 2010

Ever since 9.04 or thereabouts, I have noticed that it's impossible to change individual system event sounds in System -> Preferences -> Sounds. It only gives me a few lame choices of "themes". While it used to be possible to define my own sounds for startup, shutdown, new e-mail, etc, I can't find ANY dialog to facilitate this in newer versions of Ubuntu.

A question: HOW do I do this without having to hack apart my stock system sounds? There should be a way, but google and forum searching turns up nothing.

A comment: Ubuntu continuing to "nerf" their dialogs like this is infuriating, especially when the underlying system works so well. I actually don't know if Ubuntu or Gnome is responsible, but either way taking away rock-bottom basic functionality like this only hurts the OS and Linux's cause.

View 9 Replies View Related

Ubuntu :: PC Won't Boot After Disastrous Event

Jan 19, 2011

I was turning off my pc and my brother pulled out his sd card while the pc was shutting down. Now when I try to boot up I can't boot into my ubuntu partook it just hangs and then comes up with inittramfs. I can boot into my windows partition just fine. I also tried rebooting with the sd card in the slot but same thing. I managed to load up a live disc but have no idea what to do next if I want to save my old partition (if it can be saved) otherwise as a last resort ill have to overwrite the partition.

View 3 Replies View Related

Networking :: Link Down / Up Notification Event

Oct 26, 2010

I am on debian lenny and I am trying to make a script that will run in the background and checks the ethernet connection. If the ethernet connection goes down it will connect to wlan. I have found 2 ways of checking ethernet connection, via proc/net/dev and via ifconfig eth0. But if possible I want to avoid polling. So is there any event that is triggered when the table gets disconnect or at least the connection goes down and up?

View 1 Replies View Related

Fedora :: How To Cath E Log On / Off Sleep Event

Apr 16, 2010

In window , I can catch all of systems event by window API, but in Linux,I don't know how to do it.

View 2 Replies View Related

General :: Get A Mouse Event To Cause Keystroke?

Mar 14, 2010

I have a Logitech Media Play mouse with many buttons. I'm using xbindkeys to create some shortcuts to programs e.g. firefox, gnome-terminal--these work wonderful. What I cannot figure out is how to get the buttons to work for the media player(Ubuntu>System>Keyboard Shortcuts>Sound). I set shortcuts using my win key and letters, hoping to use xbindkeys to send out a keystroke. I have tried to use xmacro but to no avail. xdotool was not helpful, I think it may be outdated(desktop/workspace functions did not work).

My preferred option would be to get mouse events to keystrokes working with xbindkeys and program x(x being whatever works); however, just getting my media buttons to interact with the media play is my ultimate goal.

View 1 Replies View Related

General :: Log Devices Plugged In - Event ID?

Aug 21, 2009

I know in windows xp there is a registry key and an entry in the Plug and Play log file as well as maybe an event id, that is produced when a device (say usb) is plugged in. My question is, besides /var/log/ (messages?) Is there any other location that that information is stored in?

View 3 Replies View Related

General :: Catching The Hibernate Event?

Jun 7, 2010

Is it possible to catch the power management events(hibarnate/standby/sleep)o the code(c++)?

View 2 Replies View Related

Software :: NAM With NS 2.34 - No Event Type Or Button

Aug 6, 2010

My OS is F12 with Gnome desktop, after many alternatives I installed ns-allinone-2.34 so ns-2.34 run very well:
[dreams@localhost ~]$ ns
% exit

When I try nam, I got this error:
[dreams@localhost ~]$ nam
nam:
[code omitted because of length]
: no event type or button # or keysym
while executing
"bind Listbox <MouseWheel> {
%W yview scroll [expr {- (%D / 120) * 4}] units }"
invoked from within
"if {[tk windowingsystem] eq "classic" || [tk windowingsystem] eq "aqua"} {
bind Listbox <MouseWheel> {
%W yview scroll [expr {- (%D)}] units }
bind Li..."

I m not familiar with Linux so I don't understand what it means. I want to tell you that I can run nam when I access to the folder with this command ./nam and I can see the samples so I run simulation. I visit some pages when they speak about gcc and their compatibilities with F12. When I use Makefile I got access dined.

View 5 Replies View Related

Debian Multimedia :: XFCE Sound ID For Event?

Oct 25, 2015

I am installing canberra for event sound and input feed back sound. I installed freedesktop sound theme and moblin. All sound files are there but only trash empty event trigger sound.

Other events like: login, dialog error , etc etc no sound...

For login I created login.ogg link to destop-login.ogg but canberra-gtk-play claim unknown event id?

I like to have startup sound at xfce login and other event...

View 0 Replies View Related

Debian Multimedia :: No Event Sounds In XFCE 4.6.2 On Sid?

Jan 24, 2011

I recently gave XFCE a try, after using Openbox for a long time and I really like it, so that I think I will switch totally to XFCE. All is working fine, except one thing: I really would like to have event sounds.

So I launched the Appearance-Module and checked under the Settings-tab both Enable event sounds and Enable input feedback sounds. Following the tooltip for the event sounds I also installed libcanberra, but I get absolutely no event sound.

[Code]...

I thought, maybe there is a lack of a sound theme, so I also installed freedesktop-sound-theme, but that didn't help. I did already searched with Google and in this forum, but have found nothing that would help me. I would be very happy if anyone can give me an advice what to check or has a link to a tutorial for this sounds.

View 11 Replies View Related

Ubuntu Networking :: Using VPN Disconnect To Trigger An Event

Mar 3, 2010

I use network-manager-pptp to connect to my VPN server. However, occasionally my VPN drops out (although my Internet stays up). I was just wondering how I could make the VPN drop-out trigger a bash script, for example playing a sound to alert me that the VPN has dropped?

View 1 Replies View Related

Ubuntu :: Open Windows Event Log .evt Files?

Oct 1, 2010

Does anybody how to open .evt files exported from a Windows System Event Log?? I've searched the forum and googled around but I can't see anything related to .evt files on linux.

View 2 Replies View Related

Red Hat / Fedora :: Keyboard Driver Missing Key Up Event?

May 26, 2010

$ cat /etc/redhat-release
CentOS release 5.4 (Final)

I've tried two copies of a: Microsoft Natural ergonomic Keyboard 4000 v1.0 Both fail. The result is my screen fills up with whatever key was missed. Re-pressing the key does no good. I have to unplug the keyboard and then plug it back in. So, I'm interested to know if this is a general problem or just my system. Meanwhile, I'm turning down the key repetition rate so it doesn't immediately fill my screen when it happens.....

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved