search for: _added

Displaying 8 results from an estimated 8 matches for "_added".

Did you mean: added
2020 Jun 10
2
getting no SRV record
...l I run: root@[dchost]:~# host -t SRV _ldap._tcp.[domain].work. _ldap._tcp.[domain].work has no SRV record Then I run: root@[dchost]:~# samba-tool dns add [dchost] [domain].work _ldap._tcp SRV '[dchost].[domain].work 8080 0 100' -Uadministrator Password for [WKDOM\administrator]: Record _added successfully_ And I am still getting: root@[dchost]:~# host -t SRV _ldap._tcp.[domain].work. _ldap._tcp.[domain].work has no SRV record If I run the "add" again, I get: root@[dchost]:~# samba-tool dns add [dchost] [domain].work _ldap._tcp SRV '[dchost].[domain].work 8080 0 100...
2020 Jun 10
2
getting no SRV record
...gt; _ldap._tcp.[domain].work has no SRV record >> >> Then I run: >> >> root@[dchost]:~# samba-tool dns add [dchost] [domain].work _ldap._tcp >> SRV '[dchost].[domain].work 8080 0 100' -Uadministrator >> Password for [WKDOM\administrator]: >> Record _added successfully_ >> >> And I am still getting: >> >> root@[dchost]:~# host -t SRV _ldap._tcp.[domain].work. >> _ldap._tcp.[domain].work has no SRV record >> >> If I run the "add" again, I get: >> >> root@[dchost]:~# samba-tool dns add [dc...
2009 Sep 09
1
[PATCH] SCSI driver for VMware's virtual HBA - V4.
...+#define PVSCSI_SETUP_MSG_RING_MAX_NUM_PAGES 16 > + > +typedef struct PVSCSICmdDescSetupMsgRing { > + u32 numPages; > + u32 _pad; > + u64 ringPPNs[PVSCSI_SETUP_MSG_RING_MAX_NUM_PAGES]; > +} __packed PVSCSICmdDescSetupMsgRing; > + > +enum PVSCSIMsgType { > + PVSCSI_MSG_DEV_ADDED = 0, > + PVSCSI_MSG_DEV_REMOVED = 1, > + PVSCSI_MSG_LAST = 2, > +}; > + > +/* > + * Msg descriptor. > + * > + * sizeof(struct PVSCSIRingMsgDesc) == 128. > + * > + * - type is of type enum PVSCSIMsgType. > + * - the content of args depen...
2009 Sep 09
1
[PATCH] SCSI driver for VMware's virtual HBA - V4.
...+#define PVSCSI_SETUP_MSG_RING_MAX_NUM_PAGES 16 > + > +typedef struct PVSCSICmdDescSetupMsgRing { > + u32 numPages; > + u32 _pad; > + u64 ringPPNs[PVSCSI_SETUP_MSG_RING_MAX_NUM_PAGES]; > +} __packed PVSCSICmdDescSetupMsgRing; > + > +enum PVSCSIMsgType { > + PVSCSI_MSG_DEV_ADDED = 0, > + PVSCSI_MSG_DEV_REMOVED = 1, > + PVSCSI_MSG_LAST = 2, > +}; > + > +/* > + * Msg descriptor. > + * > + * sizeof(struct PVSCSIRingMsgDesc) == 128. > + * > + * - type is of type enum PVSCSIMsgType. > + * - the content of args depen...
2009 Sep 30
1
SCSI driver for VMware's virtual HBA - V5.
...uct scsi_device *sdev; > + > + printk(KERN_INFO "pvscsi: msg type: 0x%x - MSG RING: %u/%u (%u) \n", > + e->type, s->msgProdIdx, s->msgConsIdx, s->msgNumEntriesLog2); > + > + BUILD_BUG_ON(PVSCSI_MSG_LAST != 2); > + > + if (e->type == PVSCSI_MSG_DEV_ADDED) { > + struct PVSCSIMsgDescDevStatusChanged *desc; > + desc = (struct PVSCSIMsgDescDevStatusChanged *)e; > + > + printk(KERN_INFO "pvscsi: msg: device added at scsi%u:%u:%u\n", > + desc->bus, desc->target, desc->lun[1]); > + > + if (!scsi_host_get...
2009 Sep 30
1
SCSI driver for VMware's virtual HBA - V5.
...uct scsi_device *sdev; > + > + printk(KERN_INFO "pvscsi: msg type: 0x%x - MSG RING: %u/%u (%u) \n", > + e->type, s->msgProdIdx, s->msgConsIdx, s->msgNumEntriesLog2); > + > + BUILD_BUG_ON(PVSCSI_MSG_LAST != 2); > + > + if (e->type == PVSCSI_MSG_DEV_ADDED) { > + struct PVSCSIMsgDescDevStatusChanged *desc; > + desc = (struct PVSCSIMsgDescDevStatusChanged *)e; > + > + printk(KERN_INFO "pvscsi: msg: device added at scsi%u:%u:%u\n", > + desc->bus, desc->target, desc->lun[1]); > + > + if (!scsi_host_get...
2009 Oct 13
1
SCSI driver for VMware's virtual HBA - V6.
...*host = adapter->host; + struct scsi_device *sdev; + + printk(KERN_INFO "vmw_pvscsi: msg type: 0x%x - MSG RING: %u/%u (%u) \n", + e->type, s->msgProdIdx, s->msgConsIdx, s->msgNumEntriesLog2); + + BUILD_BUG_ON(PVSCSI_MSG_LAST != 2); + + if (e->type == PVSCSI_MSG_DEV_ADDED) { + struct PVSCSIMsgDescDevStatusChanged *desc; + desc = (struct PVSCSIMsgDescDevStatusChanged *)e; + + printk(KERN_INFO + "vmw_pvscsi: msg: device added at scsi%u:%u:%u\n", + desc->bus, desc->target, desc->lun[1]); + + if (!scsi_host_get(host)) + return; +...
2009 Oct 13
1
SCSI driver for VMware's virtual HBA - V6.
...*host = adapter->host; + struct scsi_device *sdev; + + printk(KERN_INFO "vmw_pvscsi: msg type: 0x%x - MSG RING: %u/%u (%u) \n", + e->type, s->msgProdIdx, s->msgConsIdx, s->msgNumEntriesLog2); + + BUILD_BUG_ON(PVSCSI_MSG_LAST != 2); + + if (e->type == PVSCSI_MSG_DEV_ADDED) { + struct PVSCSIMsgDescDevStatusChanged *desc; + desc = (struct PVSCSIMsgDescDevStatusChanged *)e; + + printk(KERN_INFO + "vmw_pvscsi: msg: device added at scsi%u:%u:%u\n", + desc->bus, desc->target, desc->lun[1]); + + if (!scsi_host_get(host)) + return; +...