Displaying 20 results from an estimated 311 matches for "shannon".
2004 May 18
6
Unix Extensions
...any symbolic links. Also, the
GUI login (Red Hat Enterprise default) isn't working, but I think that's
just a symptom of the symbolic and hard links not working.
Any idea why, when I enable unix extensions on the server, I still can't
make a symbolic link? Am I missing something here?
Shannon
____________________________
Shannon Johnson
Network Support Specialist / Systems Administrator
Dept. of Mechanical and Nuclear Engineering
224 Reber Building
University Park, PA 16802
Phone: (814) 865-8267
____________________________
2025 May 14
1
Samba 4.19 and OpenLDAPs
Is all of your authentication vs an actual Active Directory server, separate from the LDAP server? Also, what type of LDAP server (OpenLDAP? FreeIPA? Other?) and is the LDAP server also Debian?
--
Shannon
From: Morgan, Andrew J <morgan at oregonstate.edu>
Sent: Wednesday, May 14, 2025 4:40 PM
To: Shannon Price <pricesw at auburn.edu>; samba at lists.samba.org
Subject: Re: [Samba] Samba 4.19 and OpenLDAPs
I'm using the libnss-ldapd, libpam-ldapd, and nslcd packages. These replaced...
2025 May 14
1
Samba 4.19 and OpenLDAPs
I'm using the libnss-ldapd, libpam-ldapd, and nslcd packages. These replaced the old nss-ldap and pam-ldap software from a long time ago.
Andy
________________________________
From: Shannon Price <pricesw at auburn.edu>
Sent: Wednesday, May 14, 2025 2:34 PM
To: Morgan, Andrew J <morgan at oregonstate.edu>; samba at lists.samba.org <samba at lists.samba.org>
Subject: RE: [Samba] Samba 4.19 and OpenLDAPs
[This email originated from outside of OSU. Use caution with li...
2023 May 12
2
[PATCH] vdpa: consume device_features parameter
...ameter may be used again as an option name.
# vdpa dev add ... device_features 0xdeadbeef mac 00:11:22:33:44:55
Unknown option "0xdeadbeef"
Fixes: a4442ce58ebb ("vdpa: allow provisioning device features")
Signed-off-by: Allen Hubbe <allen.hubbe at amd.com>
Reviewed-by: Shannon Nelson <shannon.nelson at amd.com>
---
vdpa/vdpa.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/vdpa/vdpa.c b/vdpa/vdpa.c
index 27647d73d498..8a2fca8647b6 100644
--- a/vdpa/vdpa.c
+++ b/vdpa/vdpa.c
@@ -353,6 +353,8 @@ static int vdpa_argv_parse(struct vdpa *vdpa, int argc, char **ar...
2023 May 12
2
[PATCH] vdpa: consume device_features parameter
...ameter may be used again as an option name.
# vdpa dev add ... device_features 0xdeadbeef mac 00:11:22:33:44:55
Unknown option "0xdeadbeef"
Fixes: a4442ce58ebb ("vdpa: allow provisioning device features")
Signed-off-by: Allen Hubbe <allen.hubbe at amd.com>
Reviewed-by: Shannon Nelson <shannon.nelson at amd.com>
---
vdpa/vdpa.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/vdpa/vdpa.c b/vdpa/vdpa.c
index 27647d73d498..8a2fca8647b6 100644
--- a/vdpa/vdpa.c
+++ b/vdpa/vdpa.c
@@ -353,6 +353,8 @@ static int vdpa_argv_parse(struct vdpa *vdpa, int argc, char **ar...
2025 May 14
1
Samba 4.19 and OpenLDAPs
...sss files system
This works on the local system and for NFS mappings, but Samba won't pick up the initial userid. Which packages are you using to provide LDAP in your nsswitch.conf?
Failed to convert SID S-1-5-21-2286752186-3697686403-#######-##### to a UID (dom_user[AUBURN\myusername])
--
Shannon
From: Morgan, Andrew J <morgan at oregonstate.edu>
Sent: Wednesday, May 14, 2025 4:22 PM
To: samba at lists.samba.org; Shannon Price <pricesw at auburn.edu>
Subject: Re: [Samba] Samba 4.19 and OpenLDAPs
Shannon,
We run Samba similar to what you describe. Here are excerpts from our s...
2023 Jul 06
2
[PATCH virtio] pds_vdpa: protect Makefile from unconfigured debugfs
...de or the Makefile.
The driver code had been updated for this, but the Makefile had
missed the update.
Link: https://lore.kernel.org/linux-next/fec68c3c-8249-7af4-5390-0495386a76f9 at infradead.org/
Fixes: a16291b5bcbb ("pds_vdpa: Add new vDPA driver for AMD/Pensando DSC")
Signed-off-by: Shannon Nelson <shannon.nelson at amd.com>
---
drivers/vdpa/pds/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/vdpa/pds/Makefile b/drivers/vdpa/pds/Makefile
index 2e22418e3ab3..c2d314d4614d 100644
--- a/drivers/vdpa/pds/Makefile
+++ b/drivers/vdpa/pds/Makefile...
2025 May 14
1
Samba 4.19 and OpenLDAPs
Shannon,
We run Samba similar to what you describe. Here are excerpts from our smb.conf:
[global]
security = ads
allow trusted domains = no
idmap config * : backend = tdb
idmap config * : range = 1000000-1999999
idmap config ONID : backend = nss
idmap conf...
2004 May 27
5
Ghost Image + Winbind = Panic
...13:46:44 linux10 winbindd[5495]:
May 27 13:46:44 linux10 pam_winbind[5501]: read from socket failed!
May 27 13:46:44 linux10 pam_winbind[5501]: internal module error (retval
= 3, user = `root'
I've done some searches on google, but haven't found anything
specific... Any suggestions?
Shannon
____________________________
Shannon Johnson
Network Support Specialist / Systems Administrator
Dept. of Mechanical and Nuclear Engineering
224 Reber Building
University Park, PA 16802
Phone: (814) 865-8267
____________________________
2025 May 14
1
Samba 4.19 and OpenLDAPs
...quot;security = ads" and the net join establishes the authentication with AD, but I haven't been able to get the idmap to fall back to LDAP (except the klunky id_map = script that I mention below. It seems like the ADS setting causes the idmap settings (e.g. idmap_ldap) to be ignored.
--
Shannon Price
Auburn University
-----Original Message-----
From: Shannon Price
Sent: Monday, May 12, 2025 4:42 PM
To: samba at lists.samba.org
Subject: RE: [Samba] Samba 4.19 and OpenLDAPs
I have this working using "idmap_script" for the idmapping (homegrown script). I authenticate vs Active...
2023 Sep 07
1
[PATCH] vdpa: consume device_features parameter
Hi David,
Why this patch doesn't get picked in the last 4 months? Maybe the
subject is not clear, but this is an iproute2 patch. Would it be
possible to merge at your earliest convenience?
PS, adding my R-b to the patch.
Thanks,
-Siwei
On Sat, May 13, 2023 at 12:42?AM Shannon Nelson <shannon.nelson at amd.com>
wrote:
>
> From: Allen Hubbe <allen.hubbe at amd.com>
>
> Consume the parameter to device_features when parsing command line
> options.? Otherwise the parameter may be used again as an option name.
>
>? # vdpa dev add ... d...
2023 Sep 07
1
[PATCH] vdpa: consume device_features parameter
Hi David,
Why this patch doesn't get picked in the last 4 months? Maybe the
subject is not clear, but this is an iproute2 patch. Would it be
possible to merge at your earliest convenience?
PS, adding my R-b to the patch.
Thanks,
-Siwei
On Sat, May 13, 2023 at 12:42?AM Shannon Nelson <shannon.nelson at amd.com>
wrote:
>
> From: Allen Hubbe <allen.hubbe at amd.com>
>
> Consume the parameter to device_features when parsing command line
> options.? Otherwise the parameter may be used again as an option name.
>
>? # vdpa dev add ... d...
2005 Aug 05
2
Quick Question on Autocompleter Parameters
...mpleter on page load, so any parameters passed in the constructor
are given the value set at page load time. I need to obviously pass in
the value of the second form element when the autocompleter is called.
Does this function already exist, or where should I look to try and add
it?
Thanks
Paul Shannon
Web Applications Developer
Codeweavers Limited
2009 Jan 23
4
[LLVMdev] Getting address of label in jitted code
Dan,
>
> On Jan 22, 2009, at 3:45 AM, Mark Shannon wrote:
>
>> Hi,
>>
>> I need to get the address of a label in jitted code.
>> (This is so that I can insert a jump into the machine code to resume
>> interpretation from compiled code)
>
> Hello,
>
> What's your plan for restoring register and m...
2023 Jul 07
1
[PATCH virtio 1/4] pds_vdpa: reset to vdpa specified mac
On 7/7/23 12:33 AM, Jason Wang wrote:
> Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding.
>
>
> On Fri, Jun 30, 2023 at 8:36?AM Shannon Nelson <shannon.nelson at amd.com> wrote:
>>
>> From: Allen Hubbe <allen.hubbe at amd.com>
>>
>> When the vdpa device is reset, also reinitialize it with the mac address
>> that was assigned when the device was added.
>>
>> Fixes: 151cc834f3dd (...
2014 Nov 05
2
[RFC PATCH] virtio-mmio: support for multiple irqs
Hi Shannon,
>Type of backend bandwith(GBytes/sec)
>virtio-net 0.66
>vhost-net 1.49
>vhost-net with irqfd 2.01
>
>Test cmd: ./iperf -c 192.168.0.2 -P 1 -i 10 -p 5001 -f G -t 60
Impressive results !
Could you please detail your setup ? which platform ar...
2014 Nov 05
2
[RFC PATCH] virtio-mmio: support for multiple irqs
Hi Shannon,
>Type of backend bandwith(GBytes/sec)
>virtio-net 0.66
>vhost-net 1.49
>vhost-net with irqfd 2.01
>
>Test cmd: ./iperf -c 192.168.0.2 -P 1 -i 10 -p 5001 -f G -t 60
Impressive results !
Could you please detail your setup ? which platform ar...
2015 Jul 28
3
[PATCH] virtio_mmio: add ACPI probing
...ue, Jul 28, 2015 at 10:44:02AM +0100, Graeme Gregory wrote:
>> Added the match table and pointers for ACPI probing to the driver.
>>
>> This uses the same identifier for virt devices as being used for qemu
>> ARM64 ACPI support.
>>
>> http://git.linaro.org/people/shannon.zhao/qemu.git/commit/d0bf1955a3ecbab4b51d46f8c5dda02b7e14a17e
>>
>> Signed-off-by: Graeme Gregory <graeme.gregory at linaro.org>
>> ---
>> drivers/virtio/virtio_mmio.c | 10 ++++++++++
>> 1 file changed, 10 insertions(+)
>>
>> diff --git a/drivers/vi...
2015 Jul 28
3
[PATCH] virtio_mmio: add ACPI probing
...ue, Jul 28, 2015 at 10:44:02AM +0100, Graeme Gregory wrote:
>> Added the match table and pointers for ACPI probing to the driver.
>>
>> This uses the same identifier for virt devices as being used for qemu
>> ARM64 ACPI support.
>>
>> http://git.linaro.org/people/shannon.zhao/qemu.git/commit/d0bf1955a3ecbab4b51d46f8c5dda02b7e14a17e
>>
>> Signed-off-by: Graeme Gregory <graeme.gregory at linaro.org>
>> ---
>> drivers/virtio/virtio_mmio.c | 10 ++++++++++
>> 1 file changed, 10 insertions(+)
>>
>> diff --git a/drivers/vi...
2005 Aug 08
3
AutoCompleter IE6 and SELECT Element Clash
...down boxes below the
AutoCompleter field. This means that in Internet Explorer 6 the drop
down elements appear on top of the floating DIV when rendered in the
browser. Mozilla floats the DIV on top of the select elements as
expected.
Has anyone encountered, and fixed this before?
Cheers,
Paul Shannon
Web Applications Developer
Codeweavers Limited
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050808/c3a0de1e/attachment-0001.html