Displaying 20 results from an estimated 360 matches for "cdb".
Did you mean:
cd
2017 Jan 05
4
CDB tables in Centos7 Postfix ?
Hi,
It seems the default binaries don't have CDB tables compiled into them ?
Now, I know Centos isn't Ubuntu, but on Ubuntu there is an optional
package in the main distribution "postfix-cdb - CDB map support for
Postfix". I can't find anything similar using "yum search", so I'm
guessing that's not an option...
2009 Oct 27
2
[PATCH 3/4] scsi-disk: Factor out SCSI command emulation
...from the device
- (eg. disk reads), negative for transfers to the device (eg. disk writes),
- and zero if the command does not transfer any data. */
-
-static int32_t scsi_send_command(SCSIDevice *d, uint32_t tag,
- uint8_t *buf, int lun)
+static int scsi_check_cdb_len(uint8_t *cdb, uint32_t *datalen, uint64_t *lba)
{
- SCSIDiskState *s = DO_UPCAST(SCSIDiskState, qdev, d);
- uint64_t nb_sectors;
- uint64_t lba;
- uint32_t len;
- int cmdlen;
- int is_write;
- uint8_t command;
- uint8_t *outbuf;
- SCSIRequest *r;
+ int cmdlen = 0;...
2009 Oct 27
2
[PATCH 3/4] scsi-disk: Factor out SCSI command emulation
...from the device
- (eg. disk reads), negative for transfers to the device (eg. disk writes),
- and zero if the command does not transfer any data. */
-
-static int32_t scsi_send_command(SCSIDevice *d, uint32_t tag,
- uint8_t *buf, int lun)
+static int scsi_check_cdb_len(uint8_t *cdb, uint32_t *datalen, uint64_t *lba)
{
- SCSIDiskState *s = DO_UPCAST(SCSIDiskState, qdev, d);
- uint64_t nb_sectors;
- uint64_t lba;
- uint32_t len;
- int cmdlen;
- int is_write;
- uint8_t command;
- uint8_t *outbuf;
- SCSIRequest *r;
+ int cmdlen = 0;...
2010 Apr 29
3
CDB Authentication database
Hello,
I'd be interested in seeing a CDB based backend for the userdb/passdb
lookups.
Is anyone working on this? Is there any documentation (other than the
wiki Design section and the code itself) on implementing database
backends?
thanks
Luca
2019 Aug 09
6
[RFC PATCH v6 71/92] mm: add support for remote mapping
...* mm of this struct */
+ struct hlist_node db_link; /* database link */
+
+ struct mmu_notifier mn; /* for notifications from mm */
+ struct rcu_head rcu; /* for delayed freeing */
+ refcount_t refcnt;
+
+ struct file_db *pseudo; /* kernel interface */
+};
+
+struct file_db {
+ struct client_db *cdb;
+
+ spinlock_t lock; /* lock for the following */
+ struct rb_root rb_root; /* mappings indexed by map_hva */
+};
+
+static inline void *PageMapping(struct page_db *pdb)
+{
+ return (void *)pdb + (PAGE_MAPPING_ANON | PAGE_MAPPING_REMOTE);
+}
+
+static inline struct page_db *RemoteMapping(struct...
2015 Mar 09
2
Dovecot fails to compile --with-cdb (and attempted fix)
Dovecot version: 2.2.15
Tinycdb: 0.78
I'm attempting to compile dovecot --with-cdb, but keep getting into a
problem with cdb:
========================
libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -fno-builtin-strftim...
2015 Mar 11
4
[PATCH] uapi/virtio_scsi: allow overriding CDB/SENSE size
QEMU wants to use virtio scsi structures with
a different VIRTIO_SCSI_CDB_SIZE/VIRTIO_SCSI_SENSE_SIZE,
let's add ifdefs to allow overriding them.
Keep the old defines under new names:
VIRTIO_SCSI_CDB_DEFAULT_SIZE/VIRTIO_SCSI_SENSE_DEFAULT_SIZE,
since that's what these values really are:
defaults for cdb/sense size fields.
Suggested-by: Paolo Bonzini <pbonzin...
2015 Mar 11
4
[PATCH] uapi/virtio_scsi: allow overriding CDB/SENSE size
QEMU wants to use virtio scsi structures with
a different VIRTIO_SCSI_CDB_SIZE/VIRTIO_SCSI_SENSE_SIZE,
let's add ifdefs to allow overriding them.
Keep the old defines under new names:
VIRTIO_SCSI_CDB_DEFAULT_SIZE/VIRTIO_SCSI_SENSE_DEFAULT_SIZE,
since that's what these values really are:
defaults for cdb/sense size fields.
Suggested-by: Paolo Bonzini <pbonzin...
2015 Mar 10
2
Dovecot fails to compile --with-cdb (and attempted fix)
On Tue, Mar 10, 2015 at 2:22 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com>
wrote:
> On Tue, Mar 10, 2015 at 2:15 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com>
> wrote:
>
>> Dovecot version: 2.2.15
>> Tinycdb: 0.78
>>
>> I'm attempting to compile dovecot --with-cdb, but keep getting into a
>> problem with cdb:
>> ========================
>> libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
>> -Wmissing-declarations -Wpointer-arith -Wchar-subscript...
2015 Mar 12
2
Dovecot fails to compile --with-cdb (and attempted fix)
...15 at 2:22 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com>
> > wrote:
> >
> >> On Tue, Mar 10, 2015 at 2:15 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com>
> >> wrote:
> >>
> >>> Dovecot version: 2.2.15
> >>> Tinycdb: 0.78
> >>>
> >>> I'm attempting to compile dovecot --with-cdb, but keep getting into a
> >>> problem with cdb:
> >>> ========================
> >>> libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
> >>> -...
2015 Mar 09
0
Dovecot fails to compile --with-cdb (and attempted fix)
On Tue, Mar 10, 2015 at 2:15 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com>
wrote:
> Dovecot version: 2.2.15
> Tinycdb: 0.78
>
> I'm attempting to compile dovecot --with-cdb, but keep getting into a
> problem with cdb:
> ========================
> libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
> -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
> -Wbad-...
2005 Aug 31
0
[PATCH] tiny signed char fix in arch/x86/cdb.c
build fix for gcc 4.0.1
Signed-off-by: Christopher Clark <firstname.lastname@cl.cam.ac.uk>
diff -r 8af8ddf91078 xen/arch/x86/cdb.c
--- a/xen/arch/x86/cdb.c Wed Aug 31 14:53:43 2005
+++ b/xen/arch/x86/cdb.c Wed Aug 31 15:39:43 2005
@@ -21,7 +21,7 @@
debugger. so avoid it. */
#define dbg_printk(...)
-static unsigned char opt_cdb[30] = "none";
+static char opt_cdb[30] = "none";
string_pa...
2013 Jan 19
1
CDB support (with patch)
Hello!
Is there anybody interested in CDB support for auth dicts?
I've implemented simple patch for it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dovecot-dict-cdb.patch
Type: text/x-diff
Size: 6342 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20130119/919...
2001 May 18
1
cdrw firmware update
Hello,
I need to do a firmware update for my cdrw and because of a missing linux
program for doing that I thought of using wine for trying it.
I call the programm FlashTool.exe and no error messages occur. (The
surface really looks great!) The programm detects correctly the flashable
cdrw-drive even with ide-scsi and the non-flashable cdrom. But then when I
click on "continue" nothing
2015 Mar 12
0
Dovecot fails to compile --with-cdb (and attempted fix)
...te:
>
> On Tue, Mar 10, 2015 at 2:22 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com>
> wrote:
>
>> On Tue, Mar 10, 2015 at 2:15 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com>
>> wrote:
>>
>>> Dovecot version: 2.2.15
>>> Tinycdb: 0.78
>>>
>>> I'm attempting to compile dovecot --with-cdb, but keep getting into a
>>> problem with cdb:
>>> ========================
>>> libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
>>> -Wmissing-declarations -Wpoint...
2017 Aug 09
7
Errors on an SSD drive
...ok (when I had to upgrade to a 500GB SSD drive). Centos
install went fine and ran for a couple days then got errors on the
console. Here is an example:
[168176.995064] sd 0:0:0:0: [sda] tag#14 FAILED Result:
hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[168177.004050] sd 0:0:0:0: [sda] tag#14 CDB: Read(10) 28 00 01 04 68 b0
00 00 08 00
[168177.011615] blk_update_request: I/O error, dev sda, sector 17066160
[168487.534510] sd 0:0:0:0: [sda] tag#17 FAILED Result:
hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[168487.543576] sd 0:0:0:0: [sda] tag#17 CDB: Read(10) 28 00 01 04 68 b0
00 00 08 0...
2017 Jan 05
0
CDB tables in Centos7 Postfix ?
On Thu, Jan 05, 2017 at 04:25:16PM +0000, Tim Smith wrote:
> Hi,
>
> It seems the default binaries don't have CDB tables compiled into them ?
>
> Now, I know Centos isn't Ubuntu, but on Ubuntu there is an optional
> package in the main distribution "postfix-cdb - CDB map support for
> Postfix". I can't find anything similar using "yum search", so I'm
> guessing...
2017 Jan 06
0
CDB tables in Centos7 Postfix ?
On 06/01/17 05:25, Tim Smith wrote:
> Hi,
>
> It seems the default binaries don't have CDB tables compiled into them ?
The GhettoForge postfix3 Packages have CDB support for CentOS 7 if you
install the postfix3-cdb package:
http://ghettoforge.org/index.php/Postfix3
Please note that the latest version is currently in the gf-testing repo,
it should be pushed out to gf-plus in a day or t...
2003 Sep 10
1
No such file or directory - error
...secrets file = /etc/rsyncd.secrets
strict modes = true
hosts allow = *ua.sprint-hsd.net
transfer logging = true
permissions on the target directory are
drwxrwsr-x 3 root wheel 512 Sep 10 00:42 root
when I issue the command
/usr/local/bin/rsync -az --password-file=.secrets data.cdb dnssynch@24.224.189.127::tinydns/etc/tinydns/root/data.cdb
it returns me to the system prompt with no errors or warnings.
However on the target machine, the log file shows the following messages
2003/09/10 00:09:27 [14643] rsync to tinydns/etc/tinydns/root/data.cdb from dnssynch@user163.net561.ua...
2013 Feb 19
0
bluray recorder
Hello :-)
I have just bought a Pioneer 15x BluRay recorder. I saw something like
below in the dmesg, I cannot access video with VLC, should I worry
about that? I guess recording files can be done just as for DVD with
growisofs? :-)
(cd2:ata0:0:1:0): READ DVD STRUCTURE. CDB: ad 0 0 0 0 0 0 1 0 8 0 0
(cd2:ata0:0:1:0): CAM status: SCSI Status Error
(cd2:ata0:0:1:0): SCSI status: Check Condition
(cd2:ata0:0:1:0): SCSI sense: ILLEGAL REQUEST asc:24,0 (Invalid field in CDB)
(cd2:ata0:0:1:0): Error 22, Unretryable error
(cd2:ata0:0:1:0): READ DVD STRUCTURE. CDB: ad 0 0 0 0...