Displaying 16 results from an estimated 16 matches for "previsouly".
Did you mean:
previouly
2004 May 17
2
RE: Bug 1315 -- wrong schannel auth len 24 -- am I having same problem on my Mac?
...n type)
[2004/05/17 09:43:34, 1]
/SourceCache/samba/samba-56/samba/source/smbd/sesssetup.c:reply_spnego_k
erberos(173)
Failed to verify incoming ticket!
# -----Original Message-----
#
# The fix for 3.0.4 is attached to
#
# https://bugzilla.samba.org/show_bug.cgi?id=1315
#
# Anders, I posted this previsouly in response to one of
# the threads you referred to.
#
# http://lists.samba.org/archive/samba/2004-May/085842.html
2020 Aug 05
0
[PATCH 2/2] vhost_vdpa: unified set_vq_irq() and update_vq_irq()
...q(struct vhost_vdpa *v, u16 qid)
> spin_unlock(&vq->call_ctx.ctx_lock);
> }
>
> -static void vhost_vdpa_update_vq_irq(struct vhost_virtqueue *vq)
> -{
> - spin_lock(&vq->call_ctx.ctx_lock);
> - /*
> - * if it has a non-zero irq, means there is a
> - * previsouly registered irq_bypass_producer,
> - * we should update it when ctx (its token)
> - * changes.
> - */
> - if (!vq->call_ctx.producer.irq) {
> - spin_unlock(&vq->call_ctx.ctx_lock);
> - return;
> - }
> -
> - irq_bypass_unregister_producer(&vq->call_ctx...
1998 Jun 04
0
DOS MS client + slow response
Hello,
I recently plan to switch my 200 PC (W95 or DOS)+ 10 SUN workstations network to use Linux + Samba.
It was previsouly using Netware 4.1 (not too bad) and Netware NFS (a nightmare !)
My current configuration is made of 4 identical machines
- bi-PII 300MHz + 128 Mo
- 2*9 Go UW SCSI with soft raid level 1
- Linux 2.0.33
- Samba 1.9.18p7
Currently, this configuration is _really_ slower than the netwa...
2003 Feb 18
1
SAMBA and root entry
hi all,
I am trying to add an entry for root using samba-2.2.7 and Directory
Server for LDAP.
I use the command "smbpasswd -a root" and I get this error:
[root@sysad2 root]# smbpasswd -a root
New SMB password:
Retype new SMB password:
LDAP search "(&(uid=root)(objectclass=sambaAccount))" returned 0 entries.
failed to modify user with uid = root with: Object class
2020 Jul 17
0
[PATCH V2 4/6] vhost_vdpa: implement IRQ offloading in vhost_vdpa
...void __user *argp)
> {
> @@ -390,6 +428,14 @@ static long vhost_vdpa_vring_ioctl(struct vhost_vdpa *v, unsigned int cmd,
> cb.private = NULL;
> }
> ops->set_vq_cb(vdpa, idx, &cb);
> + /*
> + * if it has a non-zero irq, means there is a
> + * previsouly registered irq_bypass_producer,
> + * we should update it when ctx (its token)
> + * changes.
> + */
> + if (vq->call_ctx.producer.irq)
> + vhost_vdpa_update_vq_irq(vq);
Is this safe to check producer.irq outside spinlock?
Thanks
> break;
>
> case...
2020 Jul 13
0
[PATCH 3/7] vhost_vdpa: implement IRQ offloading functions in vhost_vdpa
...@@ -390,6 +448,16 @@ static long vhost_vdpa_vring_ioctl(struct vhost_vdpa *v, unsigned int cmd,
> cb.private = NULL;
> }
> ops->set_vq_cb(vdpa, idx, &cb);
> +#ifdef CONFIG_HAVE_KVM_IRQ_BYPASS
> + /*
> + * if it has a non-zero irq, means there is a
> + * previsouly registered irq_bypass_producer,
> + * we should update it when ctx (its token)
> + * changes.
> + */
> + if (vq->call_ctx.producer.irq)
> + vhost_vdpa_update_vq_irq(vq);
> +#endif
> break;
>
> case VHOST_SET_VRING_NUM:
> @@ -741,6 +809,7 @@ static...
2011 Nov 19
0
on latest update world something wrong with wine
it fails to start my programs which run flawlessly previsouly, wow and rosetta stone. does anyone else hit the same stumbling block?
Code:
[I] app-emulation/wine
Available versions: 1.2!t 1.2.1!t 1.2.2!t 1.2.3!t ~1.3.0!t ~1.3.1!t ~1.3.2!t ~1.3.3!t ~1.3.4!t ~1.3.5!t ~1.3.6!t ~1.3.7!t ~1.3.8!t (~)1.3.9!t ~1.3.10!t ~1.3.11!t ~1.3.12!t ~1.3.13!t ~1.3.14!...
2020 Jul 15
0
[PATCH 3/7] vhost_vdpa: implement IRQ offloading functions in vhost_vdpa
...>>> ????????????? cb.private = NULL;
>>> ????????? }
>>> ????????? ops->set_vq_cb(vdpa, idx, &cb);
>>> +#ifdef CONFIG_HAVE_KVM_IRQ_BYPASS
>>> +??????? /*
>>> +???????? * if it has a non-zero irq, means there is a
>>> +???????? * previsouly registered irq_bypass_producer,
>>> +???????? * we should update it when ctx (its token)
>>> +???????? * changes.
>>> +???????? */
>>> +??????? if (vq->call_ctx.producer.irq)
>>> +??????????? vhost_vdpa_update_vq_irq(vq);
>>> +#endif
>>...
2020 Aug 04
0
[PATCH V5 4/6] vhost_vdpa: implement IRQ offloading in vhost_vdpa
...tx.producer.irq as below here?
> + spin_unlock(&vq->call_ctx.ctx_lock);
> +}
> +
> +static void vhost_vdpa_update_vq_irq(struct vhost_virtqueue *vq)
> +{
> + spin_lock(&vq->call_ctx.ctx_lock);
> + /*
> + * if it has a non-zero irq, means there is a
> + * previsouly registered irq_bypass_producer,
> + * we should update it when ctx (its token)
> + * changes.
> + */
> + if (!vq->call_ctx.producer.irq) {
> + spin_unlock(&vq->call_ctx.ctx_lock);
> + return;
> + }
> +
> + irq_bypass_unregister_producer(&vq->call_ctx...
2009 Aug 26
3
Import vmware vmdk into xVM (osol-2009.06)
Good afternoon,
I was wondering if anyone has any in site as to how to import a VMware vmdk into xVM on OpenSolaris 2009.06 (xVM 3.1). I have a VMware VM created on VMware Server 2.0 and would like to move it over to this xVM server.
I appreciate any advice anyone may have.
Cheers,
-Chris
--
This message posted from opensolaris.org
2010 Mar 18
1
Shared mailboxes basics
Hello Timo,
I'm trying to set up shared mailboxes with dovecot-1.2.11/Maildir. I previsouly
used public namespaces with 1.1+ to somehow implement them but I'm looking at
the real ones now. I've read the Wiki but I'm still confused or not 100% sure
about the following (basic) points :
1. Namespaces prefixes
My understanding is that a namespace prefix is just an escape mechan...
2020 Jul 28
0
[PATCH V4 4/6] vhost_vdpa: implement IRQ offloading in vhost_vdpa
...(&vq->call_ctx.producer);
> + spin_unlock(&vq->call_ctx.ctx_lock);
> +}
> +
> +static void vhost_vdpa_update_vq_irq(struct vhost_virtqueue *vq)
> +{
> + spin_lock(&vq->call_ctx.ctx_lock);
> + /*
> + * if it has a non-zero irq, means there is a
> + * previsouly registered irq_bypass_producer,
> + * we should update it when ctx (its token)
> + * changes.
> + */
> + if (!vq->call_ctx.producer.irq) {
> + spin_unlock(&vq->call_ctx.ctx_lock);
> + return;
> + }
> +
> + irq_bypass_unregister_producer(&vq->call_ctx...
2020 Aug 04
0
[PATCH V5 4/6] vhost_vdpa: implement IRQ offloading in vhost_vdpa
..._lock);
> +}
> +
> +static void vhost_vdpa_update_vq_irq(struct vhost_virtqueue *vq)
> +{
> +??? spin_lock(&vq->call_ctx.ctx_lock);
> +??? /*
> +???? * if it has a non-zero irq, means there is a
> +???? * previsouly registered irq_bypass_producer,
> +???? * we should update it when ctx (its token)
> +???? * changes.
> +???? */
> +??? if (!vq->call_ctx.producer.irq) {
> +??????? spin_unlock(&vq->call_ctx.ctx_lock);
> +??????? return;
&g...
2020 Aug 05
0
[PATCH V5 4/6] vhost_vdpa: implement IRQ offloading in vhost_vdpa
..._lock);
>>> +}
>>> +
>>> +static void vhost_vdpa_update_vq_irq(struct vhost_virtqueue *vq)
>>> +{
>>> +??? spin_lock(&vq->call_ctx.ctx_lock);
>>> +??? /*
>>> +???? * if it has a non-zero irq, means there is a
>>> +???? * previsouly registered irq_bypass_producer,
>>> +???? * we should update it when ctx (its token)
>>> +???? * changes.
>>> +???? */
>>> +??? if (!vq->call_ctx.producer.irq) {
>>> +??????? spin_unlock(&vq->call_ctx.ctx_lock);
>>> +??????? return;
&g...
2020 Aug 05
0
[PATCH V5 4/6] vhost_vdpa: implement IRQ offloading in vhost_vdpa
...gt;>> +static void vhost_vdpa_update_vq_irq(struct vhost_virtqueue *vq)
>>>>> +{
>>>>> +??? spin_lock(&vq->call_ctx.ctx_lock);
>>>>> +??? /*
>>>>> +???? * if it has a non-zero irq, means there is a
>>>>> +???? * previsouly registered irq_bypass_producer,
>>>>> +???? * we should update it when ctx (its token)
>>>>> +???? * changes.
>>>>> +???? */
>>>>> +??? if (!vq->call_ctx.producer.irq) {
>>>>> + spin_unlock(&vq->call_ctx.ctx_lock);...
2004 May 13
3
Winbind ADS Issues w/ *TONS* of Pre-Research
Samba Team,
I've been trying to get my Samba server to authenticate users against a
Windows 2000 Active Directory domain controller, and it just doesn't work.
I've encountered a TREMENDOUS amount of postings from people who have run
into the same issue, and there's never any responses with a resolution.
I must have viewed more than 500 postings over the course of the day.
I