Displaying 20 results from an estimated 22268 matches for "events".
Did you mean:
event
2006 Dec 19
1
Sloooooow pop3 downloads
it's verry slow i saw in the archives something about strace and will
include it below please help:
my dovecot is crawling when downloading through pop here is my last trace
file contents
:18:04.657706 poll([{fd=10, events=POLLIN|POLLPRI|POLLERR|POLLHUP|POLLNVAL},
{fd=15, events=POLLIN|POLLPRI|POLLERR|POLLHUP|POLLNVAL}, {fd=13,
events=POLLIN|POLLPRI|POLLERR|POLLHUP|POLLNVAL}, {fd=17,
events=POLLIN|POLLPRI|POLLERR|POLLHUP|POLLNVAL}, {fd=23,
events=POLLIN|POLLPRI|POLLERR|POLLHUP|POLLNVAL}, {fd=22,
events=POLLIN|POLLPRI...
2010 Feb 11
0
Asterisk ignores BYE messages
Hi all,
I have a lot of call in wich I found that my Asterisk doesn't answer the BYE
message, then the BYEs are retransmitted, but the call ends, when the
Asterisk sends a BYE.
Time AS.TE.RI.SK
CA.RR.IE.R1 0 INVITE SDP ( g729 g711A g711U telephone-event) SIP From:
sip:1265666072 at 81.209.186.14
<sip%3A1265666072 at 81.209.186.14>To:sip:1234567890 at CA.RR.IE.R1 (5060)
2012 Apr 22
1
Cannot access share tevent_req_timedout
Hi all,
I am running an smbclient 3.4.7 on a ubuntu server 10.04.
This is a local network whose hostnames in the network are setup
manually through /etc/hosts. Zeus is a server which contains a music
share which I am trying to access. I haven't created any users or
passwords. The idea is that anyone within the local network should be
able to access the share with read permissions, so I
2006 Jun 15
3
RE: Yahoo!-like Eventobjectemulation/abstractioninPrototype?
...ons work cross-browser already
(and should be inherited in the for attr in event loop).
This is obviously less efficient since it gathers data for every bound
event, despite whether you use it or not. But, it will let you call
IE-specific event functions in Firefox, so long as you still bound the
events using the bindAsEventListener function.
Greg
2007 Jan 12
0
Followup to previous E-mail..
Using the "hidups" driver produces better results, however, I'm not sure
if these "unhandled events" errors are good or bad.. I would suspect
bad...
Any direction would be appreciated..
Thanks,
Richard.
root@excalibur:/usr/src/nut-2.0.5-pre2# ./drivers/hidups -u root -DDDD -a
apc /dev/usb/hiddev0
Network UPS Tools: HID UPS driver 0.13 (2.0.5-pre2)
Warning: This is an experimental driver...
2006 Dec 01
1
hidups unhandled events on Linux/amd64
Hello,
I have encountered problems trying to set up nut to work with APC BackUps Pro CS connected over USB to an AMD64 machine running Debian. While apcupsd works fine with that device, whenever I start upsd I get the following messages in syslog:
hidups[23159]: Startup successful
upsd[23160]: Connected to UPS [apc1]: hidups-hiddev0
upsd[23161]: Startup successful
hidups[23159]: Unhandled event:
2007 Apr 12
2
auth-login crash with cram-md5 (plain works) on unknown user
...access, and CourierMailAccount on users with imap/pop logins. the
passwords in openldap are plain (b64)
i have included the strace output...
13:49:54.112641 gettimeofday({1176385794, 112728}, {0, 0}) = 0
13:49:54.112757 gettimeofday({1176385794, 112771}, NULL) = 0
13:49:54.112792 poll([{fd=5,
events=POLLIN|POLLPRI|POLLERR|POLLHUP|POLLNVAL}, {fd=7,
events=POLLIN|POLLPRI|POLLERR|POLLHUP|POLLNVAL}, {fd=0,
events=POLLIN|POLLPRI|POLLERR|POLLHUP|POLLNVAL}, {fd=3,
events=POLLIN|POLLPRI|POLLERR|POLLHUP|POLLNVAL}, {fd=15,
events=POLLIN|POLLPRI|POLLERR|POLLHUP|POLLNVAL}, {fd=8,
events=POLLIN|POLLPR...
2013 Aug 12
2
[PATCH] drm/nouveau: fix vblank deadlock
This fixes a deadlock inversion when vblank is enabled/disabled by drm.
&dev->vblank_time_lock is always taken when the vblank state is toggled,
which caused a deadlock when &event->lock was also taken during
event_get/put.
Solve the race by requiring that lock to change enable/disable state,
and always keeping vblank on the event list. Core drm ignores unwanted
vblanks, so extra
2011 Aug 14
5
Puzzled with form on multiple table rows
I''ve got a table of events, and each event has a boolean attribute
is_ten_event.
On each row of the table is a chekbox to edit the value of is_ten_event,
so that multiple rows can be edited with one submit.
In order to allow boxes to be un-checked as well, the logic in the
controller works like this
get array of events fr...
2006 Aug 07
2
Dynamically created queries
...y dynamically building a query. I want to ensure
that I''m using Active Record protection against SQL injection attacks.
In PHP land, I would have built up the query in my logic & attempted to
clean every variable - a bit tedious really.
I want to be able to achieve something like:
events = Event.find(:all,
:conditions => [**DynamicallyBuiltQuery** ,
**DynamicllyBuiltListOfVariables**],
:order => event_datetime_start)
It would be great if someone could please enlighten me on the rails way,
or if there is a better way to do this.
rgds,
- matt.
-----------------------------...
2013 Mar 07
1
Samba 4 classicupgrade: Error converting string to value for line:"CurrentVersion"
Hello,
I've seen this upgrade error posted before:
https://lists.samba.org/archive/samba/2013-January/171022.html
but either there is a different issue or I'm misreading the post.
Basically when I run the classicupgrade (samba3 to 4) on a test machine,
I get the following (the full debug output will be at the end of my post):
.......
key added: key=CurrentVersion,key=Windows
2020 Aug 03
3
How to access mailbox metadata in Lua push driver
...event somehow (obviously I can set it
> on the event myself depending of the function called)
event.name
> - looking at the example code, it looks like it can be called for
> multiple messages, when does that happen (LMTP send more then one)
still no idea, maybe Ake?
I noticed that some events have the same uid-validity, are the from a
single transaction, eg. I delete my Trash?
> - why is the mailbox status put into an other structure and send with
> a different notifiction
> - does anyone have a code snippet to send a JSON encoded message
> (probably easy to figure out look...
2013 Aug 27
11
[PATCH 0/9] drm/nouveau: Cleanup event/handler design
...ce is migrated from
add/remove semantics to enable/disable semantics with a separate
install/remove step (which also serves to document the
handler lifetime). This also corrects an unsafe interface design
where handlers can mistakenly be reused while in use.
The nouveau driver currently supports 4 events -- gpio, uevent, cevent,
and vblank. Every event is created by and stored within its
respective subdev/engine object -- gpio in the GPIO subdev, uevent
and cevent in the FIFO engine, and vblank in the DISP engine.
Thus event lifetime extends until the subdev is destructed during
devobj teardown.
E...
2017 Aug 24
3
duplicated notifications for suspend and resume
Hello,
I am using domain event notifications from libvirt-event API in my application and it seems to work fine, except for 'suspend' and 'resume' events where I keep receiving duplicated notifications.
Similarly, the example provided with libvirt (in examples/object-events/event-test) also produces twice as much notifications for 'suspend' and 'resume' than for other events. Here is the sequence of virsh commands and the output of...
2013 Aug 19
0
[PATCH] drm/nouveau: fix vblank deadlock
On 08/12/2013 07:50 AM, Maarten Lankhorst wrote:
> This fixes a deadlock inversion when vblank is enabled/disabled by drm.
> &dev->vblank_time_lock is always taken when the vblank state is toggled,
> which caused a deadlock when &event->lock was also taken during
> event_get/put.
>
> Solve the race by requiring that lock to change enable/disable state,
> and
2010 Aug 19
4
implementing project management and event types
I am implemented a simple project management application. Each
project has various events, and each event can be a different type.
Some event information is common, such as name, start date, close
date, and comments. I have a projects table which has_many events.
My plan is to have several sub-event tables, like event_get_access
which will contain an event_id field to link it to table...
2007 May 01
0
BlueZ
Hello all.
Does anyone know how to get bluetooth working on CentOS 5?
I can't pair any device. Things work perfectly on CentOS 4. Here is what
happens:
root at miho ~]# /etc/rc.d/init.d/bluetooth start
Starting Bluetooth services: [ OK ]
[root at miho ~]# hcitool scan
Scanning ...
00:12:EE:XX:XX:XX K750i
[root at miho ~]# hcitool cc
2006 Jan 11
1
handling AR object in multistage forms
in a multi-stage form, what is the proper way for handling the passing
of the object thru each step ?
If i have a database called events, and my controller looks like
step = @params[:step] || 1
if step == 1
@event = Event.new
@event = @session[:event] if @session[:event]
elsif step == 2
@event = Event.new
@event = @params[:event]
elsif step == 3
@event = Event.new
@event = @params[:event]
@session[:event] = @event...
2013 Aug 27
0
[PATCH 5/9] drm/nouveau: Add install/remove semantics for event handlers
...d
nouveau_connector_destroy(struct drm_connector *connector)
{
struct nouveau_connector *nv_connector = nouveau_connector(connector);
+ struct nouveau_drm *drm = nouveau_drm(connector->dev);
+ struct nouveau_gpio *gpio = nouveau_gpio(drm->device);
+
+ nouveau_event_handler_remove(gpio->events, nv_connector->hpd.line,
+ &nv_connector->hpd_func);
kfree(nv_connector->edid);
drm_sysfs_connector_remove(connector);
drm_connector_cleanup(connector);
@@ -990,7 +995,10 @@ nouveau_connector_create(struct drm_device *dev, int index)
ret = gpio->find(gpio, 0, hpd[...
2005 Aug 31
0
Unicall X reload
Hi,
executing the reload command on Asterisk make the Unicall channel
unblock all Unicall channels dropping active calls.
Is this just a local error (maybe in the other end of my E1 ?), an
option in the source (maybe a debugging option ?) or it must be this way ?
Asterisk: 1.0.9
unicall: 0.0.3-pre4
protocolvariant: br
Thanks,
Leonardo
Aug 31 15:00:55 WARNING[28411]: Already have a