Displaying 20 results from an estimated 18922 matches for "notify".
2007 Oct 04
1
[PATCH 0/5] Boot protocol changes
...4000000 ( 64 MB)
[ 0.000000] .init : 0xc03c1000 - 0xc0402000 ( 260 kB)Guest base is at 0xb3cde000
device 0: console
mapped initrd /boot/initrd.img-2.6.23-rc9 size=14139392 @ 0x3284000
Linear mapping of 16384 pages in 16 pte pages at 0x3273000
Guest: 0xb3cde000 - 0xb7ce4000 (0x4006000)
Notify on address 0x3bdf23
Notify on address 0x3bdf23
Notify on address 0x3bdf23
Notify on address 0x3bdf23
Notify on address 0x3bdf23
Notify on address 0x3bdf23
Notify on address 0x3bdf23
Notify on address 0x3bdf23
Notify on address 0x3bdf23
Notify on address 0x3bdf23
Notify on address 0x3bdf23
Notify on...
2007 Oct 04
1
[PATCH 0/5] Boot protocol changes
...4000000 ( 64 MB)
[ 0.000000] .init : 0xc03c1000 - 0xc0402000 ( 260 kB)Guest base is at 0xb3cde000
device 0: console
mapped initrd /boot/initrd.img-2.6.23-rc9 size=14139392 @ 0x3284000
Linear mapping of 16384 pages in 16 pte pages at 0x3273000
Guest: 0xb3cde000 - 0xb7ce4000 (0x4006000)
Notify on address 0x3bdf23
Notify on address 0x3bdf23
Notify on address 0x3bdf23
Notify on address 0x3bdf23
Notify on address 0x3bdf23
Notify on address 0x3bdf23
Notify on address 0x3bdf23
Notify on address 0x3bdf23
Notify on address 0x3bdf23
Notify on address 0x3bdf23
Notify on address 0x3bdf23
Notify on...
2009 Mar 15
0
Too many notify events causing Asterisk crash?
...d that
on occasion the page-all will cause asterisk to crash (safe_asterisk
then restarts it again).
The particular customer has about 20 phones, and also has 5 Linksys
932 to monitor the state of these extensions.
I'm not sure whether it is the page-all that causes the crash, or the
subsequent NOTIFY storm to
all of the 932s that are monitoring those extensions (since the
page-all causes them all to go to In-Use and then Idle).
Here's a log snippet of right before the crash (previous crashes look
very similar).
Also, this is a production box, so there's no way at this time I can
recomp...
2012 Dec 11
2
Smart1500LCD USB and usbhid-ups
Greetings all,
Anyone have a clue on this behavior (see below) on this behavior with
FreeNAS-8.3.0-RELEASE-x64 (r12701M) on a TrippLite 1500LCD UPS? NUT version
is 2.6.5
Using the following profile: Tripp-Lite ups 2 Smart1500LCD USB (usbhid-ups)
I get the following:
Dec 10 21:40:12 nas6 kernel: uhid0: <Tripp Lite TRIPP LITE UPS, class 0/0,
rev 1.10/0.02, addr 2> on usbus1
Dec 10 21:40:12
2020 Aug 13
0
assert in nouveau_vp3_video_vp.c ?
here:
diff --git a/src/gallium/drivers/nouveau/nouveau_vp3_video_vp.c b/src/gallium/drivers/nouveau/nouveau_vp3_video_vp.c
index 53f5db0003d..efd9cf2b004 100644
--- a/src/gallium/drivers/nouveau/nouveau_vp3_video_vp.c
+++ b/src/gallium/drivers/nouveau/nouveau_vp3_video_vp.c
@@ -365,7 +365,7 @@ nouveau_vp3_fill_picparm_h264_vp(struct nouveau_vp3_decoder *dec,
refs[j] = (struct
2012 Jul 18
1
allow-notify SUBNET and request-xfr inconsistency
...erver.
The environment is set up as follows:
0. We are using 172.16.0.0/16 subnet;
1. Primary Master server at 172.16.100.114;
2. Slave server at 172.16.100.115. The config file is
in /etc/nsd-dns-slave.conf;
3. There may be also other Master servers im the given subnet.
Now I want to permit DNS NOTIFY messages to come from 172.16/16 subnet.
To do this, I use allow-notify in the slave config file:
zone:
name: "black"
zonefile: "/var/nsd/zones/black.zone"
allow-notify: 172.16.0.0/24 NOKEY
Then I receive error message from nsd-checkconf:
/etc/nsd-dns-sl...
2014 Apr 03
1
<Liebert> <PowerSure PSI 1440> supported by <?>
Nice! it seems to works. Later this evening when I'll be back to my home
I'll try to unplug the power chord from my ups.
Apr 3 14:08:11 archivio notifier: nut not running? (check
> /var/db/nut/upsd.pid).
> Apr 3 14:08:11 archivio notifier: nut_upsmon not running? (check
> /var/db/nut/upsmon.pid).
> Apr 3 14:08:11 archivio notifier: nut_upslog not running? (check
>
2007 Nov 25
4
is notify resevered word?
Hi,
When I added this association...
class User < ActiveRecord::Base
has_one :notify
end
...and tried then to update column in User table it will call queries
for notify table automatic?
Output
---------------------------------------------------------------
User Columns (0.041488) SHOW FIELDS FROM `users`
User Load (0.001544) SELECT * FROM `users` WHERE (`users`.`nickname`...
2013 Nov 20
9
[PATCH RFC 0/3] virtio: add new notify() callback to virtio_driver
...host and guest
when a device is hot-unplugged. The device is removed and no further I/O
is possible.
When an online channel device disappears on System z the kernel's CIO layer
informs the driver (virtio_ccw) about the lost device.
It's just the block device drivers that care to provide a notify
callback.
Here are some more error details:
For a particular block device virtio's request function virtblk_request()
is called by the block layer to queue requests to be handled by the host.
In case of a lost device requests can still be queued, but an appropriate
subsequent host kick usuall...
2013 Nov 20
9
[PATCH RFC 0/3] virtio: add new notify() callback to virtio_driver
...host and guest
when a device is hot-unplugged. The device is removed and no further I/O
is possible.
When an online channel device disappears on System z the kernel's CIO layer
informs the driver (virtio_ccw) about the lost device.
It's just the block device drivers that care to provide a notify
callback.
Here are some more error details:
For a particular block device virtio's request function virtblk_request()
is called by the block layer to queue requests to be handled by the host.
In case of a lost device requests can still be queued, but an appropriate
subsequent host kick usuall...
2020 Jan 13
0
[PATCH v6 5/6] nouveau: use new mmu interval notifiers
...x);
+ else if (!mutex_trylock(&svmm->mutex))
return false;
+
mmu_interval_set_seq(mni, cur_seq);
- mutex_unlock(&sn->svmm->mutex);
+ nouveau_svmm_invalidate(svmm, range->start, range->end);
+
+ /* Stop tracking the range if it is an unmap. */
+ if (range->event == MMU_NOTIFY_UNMAP)
+ nouveau_svmm_do_unmap(mni, range);
+
+ mutex_unlock(&svmm->mutex);
return true;
}
+static void nouveau_svmm_interval_release(struct mmu_interval_notifier *mni)
+{
+ struct svmm_interval *smi =
+ container_of(mni, struct svmm_interval, notifier);
+
+ kfree(smi);
+}
+
static c...
2015 Oct 28
2
2.2.19 crash
Hi,
I have one user constantly crashing with:
Core was generated by `dovecot/imap'.
Program terminated with signal 11, Segmentation fault.
#0 0x007e5b7c in mailbox_list_notify_next (notify=0x0,
rec_r=0xbfee8f00) at mailbox-list-notify.c:28
28 return notify->list->v.notify_next(notify, rec_r);
(gdb) bt
#0 0x007e5b7c in mailbox_list_notify_next (notify=0x0,
rec_r=0xbfee8f00) at mailbox-list-notify.c:28
#1 0x080641f2 in imap_client_notify_ns (notify_n...
2019 Oct 15
0
[PATCH hmm 11/15] nouveau: use mmu_range_notifier instead of hmm_mirror
...;vmm->vmm.object.client->super = true;
+ ret = nvif_object_ioctl(&svmm->vmm->vmm.object, data, size, NULL);
+ svmm->vmm->vmm.object.client->super = false;
+ mutex_unlock(&svmm->mutex);
+
+ return ret;
}
static int
@@ -559,7 +584,6 @@ nouveau_svm_fault(struct nvif_notify *notify)
} i;
u64 phys[16];
} args;
- struct hmm_range range;
struct vm_area_struct *vma;
u64 inst, start, limit;
int fi, fn, pi, fill;
@@ -615,6 +639,7 @@ nouveau_svm_fault(struct nvif_notify *notify)
args.i.p.version = 0;
for (fi = 0; fn = fi + 1, fi < buffer->fault_nr;...
2014 Apr 03
2
<Liebert> <PowerSure PSI 1440> supported by <?>
nothing appens. The output is exactly the same as below (attached screen
with freenas config)
[image: Immagine in linea 2]
2014-04-03 13:16 GMT+02:00 Charles Lepple <clepple at gmail.com>:
> please reply to the list. thanks!
>
> See below.
>
> On Apr 3, 2014, at 3:10 AM, Daniele Borghesi wrote:
>
> thanks for your reply.* I'm running the latest version of
2013 Nov 21
5
[PATCH v2 RFC 0/3] virtio: add new notify() callback to virtio_driver
...host and guest
when a device is hot-unplugged. The device is removed and no further I/O
is possible.
When an online channel device disappears on System z the kernel's CIO layer
informs the driver (virtio_ccw) about the lost device.
It's just the block device drivers that care to provide a notify
callback.
Here are some more error details:
For a particular block device virtio's request function virtblk_request()
is called by the block layer to queue requests to be handled by the host.
In case of a lost device requests can still be queued, but an appropriate
subsequent host kick usuall...
2013 Nov 21
5
[PATCH v2 RFC 0/3] virtio: add new notify() callback to virtio_driver
...host and guest
when a device is hot-unplugged. The device is removed and no further I/O
is possible.
When an online channel device disappears on System z the kernel's CIO layer
informs the driver (virtio_ccw) about the lost device.
It's just the block device drivers that care to provide a notify
callback.
Here are some more error details:
For a particular block device virtio's request function virtblk_request()
is called by the block layer to queue requests to be handled by the host.
In case of a lost device requests can still be queued, but an appropriate
subsequent host kick usuall...
2007 Jul 10
1
nsdc update implementation details
Hi,
I have a query regarding running a manual update of nsd via:
# nsdc update
My NSD server is accepting notifications from two servers. From my
nsd.conf:
# master 1
allow-notify: X.X.X.X NOKEY
request-xfr: AXFR X.X.X.X NOKEY
# master 2
allow-notify: Y.Y.Y.Y NOKEY
request-xfr: AXFR Y.Y.Y.Y NOKEY
Are both servers sequentially queried each time the update is run?
Or is it a random one of the two servers that answers and the second
one...
2015 Mar 31
0
Tripplite SNMPwebcard communication lost and established randomly
Thanks.
As mentioned, deadtime can't be set for snmp-ups. You see this in the logs.
Mar 31 09:08:30 freenas notifier: Fatal error: 'DEADTIME' is not a valid variable name for this driver.
Mar 31 09:08:30 freenas notifier: Look in the man page or call this driver with -h for a list of valid variable names and flags.
While looking at /var/log/messages I also see this when starting
2008 Jul 28
2
Sieve Notify Error
Hello,
I'm using dovecot 1.1.1 and dovecot-sieve-1.1.5 .
I'm very interested in the notify plugin, I've tried many code which have generated some errors (coding errors that have been arrived in the .dovecot.sieve.err) but these errors are fixed.
But Notify is still not working, I've the following in mail.log :deliver(webmaster at xxx.net): SIEVE ERROR: Unknown [unimplemented] not...
2014 Apr 03
0
<Liebert> <PowerSure PSI 1440> supported by <?>
please reply to the list. thanks!
See below.
On Apr 3, 2014, at 3:10 AM, Daniele Borghesi wrote:
> thanks for your reply. I'm running the latest version of FreeNAS based on 9.2 with NUT 2.7.1
>
> [root at archivio ~]# uname -a
> FreeBSD archivio.dannyb78.home 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0 r262572+
> 38751c8: Thu