search for: dinfo

Displaying 20 results from an estimated 45 matches for "dinfo".

Did you mean: info
2009 Oct 27
2
[PATCH 3/4] scsi-disk: Factor out SCSI command emulation
...MA_BUF_SIZE / 512) n = SCSI_DMA_BUF_SIZE / 512; - r->iov.iov_len = n * 512; - qemu_iovec_init_external(&r->qiov, &r->iov, 1); + r->iov->iov_len = n * 512; + qemu_iovec_init_external(&r->qiov, r->iov, 1); r->aiocb = bdrv_aio_readv(s->dinfo->bdrv, r->sector, &r->qiov, n, scsi_read_complete, r); - if (r->aiocb == NULL) - scsi_command_complete(r, STATUS_CHECK_CONDITION, SENSE_HARDWARE_ERROR); + if (r->aiocb == NULL) { + scsi_command_complete(r, STATUS_CHECK_CONDITION, SENSE_...
2009 Oct 27
2
[PATCH 3/4] scsi-disk: Factor out SCSI command emulation
...MA_BUF_SIZE / 512) n = SCSI_DMA_BUF_SIZE / 512; - r->iov.iov_len = n * 512; - qemu_iovec_init_external(&r->qiov, &r->iov, 1); + r->iov->iov_len = n * 512; + qemu_iovec_init_external(&r->qiov, r->iov, 1); r->aiocb = bdrv_aio_readv(s->dinfo->bdrv, r->sector, &r->qiov, n, scsi_read_complete, r); - if (r->aiocb == NULL) - scsi_command_complete(r, STATUS_CHECK_CONDITION, SENSE_HARDWARE_ERROR); + if (r->aiocb == NULL) { + scsi_command_complete(r, STATUS_CHECK_CONDITION, SENSE_...
2008 Oct 20
0
[PATCH] ocfs2: Implement quota syncing thread
....h" +static void qsync_timer_fn(unsigned long oinfo_ptr); + static void ocfs2_global_disk2memdqb(struct dquot *dquot, void *dp) { struct ocfs2_global_disk_dqblk *d = dp; @@ -236,11 +242,17 @@ int ocfs2_global_read_info(struct super_block *sb, int type) info->dqi_bgrace = le32_to_cpu(dinfo.dqi_bgrace); info->dqi_igrace = le32_to_cpu(dinfo.dqi_igrace); oinfo->dqi_syncms = le32_to_cpu(dinfo.dqi_syncms); + oinfo->dqi_syncjiff = msecs_to_jiffies(oinfo->dqi_syncms); oinfo->dqi_gi.dqi_blocks = le32_to_cpu(dinfo.dqi_blocks); oinfo->dqi_gi.dqi_free_blk = le32_to_cpu...
2007 Feb 09
0
Misdn instability with asterisk 1.4
...#39;ve upgraded asterisk from 1.2.4 to 1.4 All works fine but i'me experencing some instability on misdn channels. In the last week i've experienced twice some problems with misdn (I am using mISDN-1_0_4) dmesg output: mISDN_rdata: rport queue overflow 256/256 [addr:52020501 prim:120282 dinfo:ffffffff] mISDN_rdata: rport queue overflow 256/256 [addr:52020501 prim:120282 dinfo:ffffffff] mISDN_rdata: rport queue overflow 256/256 [addr:52020501 prim:120282 dinfo:ffffffff] mISDN_rdata: rport queue overflow 256/256 [addr:52020501 prim:120282 dinfo:ffffffff] mISDN_rdata: rport queue overflow...
2006 Jun 08
1
BN8S0 problem - Extension can never match, so disconnecting
...BN8S0 Card with misdn beronet utility. the card is configured with all lines in TE and P2P mode, and it is connected with the special cable with an ISDN connection. i've turned on debugging to level 4, this is the output from the asterisk cli when i receive a call: P[ 5] MGMT: Short status dinfo 1000001 P[ 5] MGMT: SSTATUS: L1_ACTIVATED P[ 5] handle_frm: frm->addr:42000503 frm->prim:3f082 P[ 5] handle_frm: frm->addr:42000503 frm->prim:30582 P[ 5] set_channel: bc->channel:0 channel:1 P[ 5] I IND :SETUP oad:4656708 dad:465670127 P[ 5] --> mode:TE cause:16 ocause:16 rad: ca...
2008 Nov 05
0
b410p mIDSN - RNIS signaling problems
...IP/hard_sysadmins&SIP/ofauchon_soft,30) exten => 412,2,Voicemail(412) [numeris-in] exten => 0412,1,Goto(default,412,1) * Log of an incoming call (notice the activity on both ports) Wed Nov 5 21:04:12 2008: P[ 0] Got empty Msg.. Wed Nov 5 21:04:15 2008: P[ 0] MGMT: Short status dinfo 1000001 Wed Nov 5 21:04:15 2008: P[ 0] MGMT: SSTATUS: L1_ACTIVATED Wed Nov 5 21:04:15 2008: P[ 0] MGMT: Short status dinfo 1000001 Wed Nov 5 21:04:15 2008: P[ 0] MGMT: SSTATUS: L1_ACTIVATED Wed Nov 5 21:04:15 2008: P[ 2] handle_frm: frm->addr:42000203 frm->prim:3f082 Wed Nov 5 21:04...
2009 Jul 22
8
[PATCH 0/7] OCFS2 quota fixes (version 2)
Hi, here is the second version of OCFS2 quota fixes with Joel's comments fixed. Also I've added a patch defining counts of credits for quota operations as Joel asked. Honza
2009 Jul 15
7
[PATCH 0/6] Quota fixes for 2.6.31-rc4
Hi, I did some more in-depth testing of OCFS2 quota code, especially with ECC feature enabled and spotted some problems. First four patches fix them. I need the fifth patch to be able to mount OCFS2 filesystem with 2.6.31-rc3. The sixth patch fixes a potential problem when quota syncing interval is updated while the cluster is running (which is not possible currently). Joel, could you please
2009 Oct 27
0
[PATCH 1/4] Add 'raid' interface class
..._completionfn complete; - SCSIDevice *devs[8]; + SCSIDevice *devs[128]; }; void scsi_bus_new(SCSIBus *bus, DeviceState *host, int tcq, int ndev, @@ -63,5 +80,6 @@ static inline SCSIBus *scsi_bus_from_device(SCSIDevice *d) SCSIDevice *scsi_bus_legacy_add_drive(SCSIBus *bus, DriveInfo *dinfo, int unit); void scsi_bus_legacy_handle_cmdline(SCSIBus *bus); +int32_t scsi_build_sense(uint8_t *sense_buf, uint32_t sense); #endif diff --git a/qemu-config.c b/qemu-config.c index 4fb7898..8d7a137 100644 --- a/qemu-config.c +++ b/qemu-config.c @@ -18,7 +18,7 @@ QemuOptsList qemu_drive_opts =...
2009 Feb 06
1
set caller id on outgoing calls through BRI ISDNlines
...found chan: 1 -->> P[ 1] set_chan_in_stack: 1 -->> P[ 1] --> found channel: 1 -->> P[ 1] --> new_l3id 95bfd -->> P[ 1] --> * SEND: State Dialing pid:2626 -->> -- Called g:ISDN_GROUP/6666666666 -->> P[ 1] Sending msg, prim:30580 addr:41000104 dinfo:95bfd -->> P[ 1] handle_frm: frm->addr:42000103 frm->prim:30282 -->> P[ 1] set_channel: bc->channel:1 channel:1 -->> P[ 1] $$$ Setting up bc with stid :10010100 -->> P[ 1] setup_bc: with dsp -->> P[ 1] --> Channel is 1 -->> P[ 1] --> TRANSP...
2009 Oct 27
0
[PATCH 1/4] Add 'raid' interface class
..._completionfn complete; - SCSIDevice *devs[8]; + SCSIDevice *devs[128]; }; void scsi_bus_new(SCSIBus *bus, DeviceState *host, int tcq, int ndev, @@ -63,5 +80,6 @@ static inline SCSIBus *scsi_bus_from_device(SCSIDevice *d) SCSIDevice *scsi_bus_legacy_add_drive(SCSIBus *bus, DriveInfo *dinfo, int unit); void scsi_bus_legacy_handle_cmdline(SCSIBus *bus); +int32_t scsi_build_sense(uint8_t *sense_buf, uint32_t sense); #endif diff --git a/qemu-config.c b/qemu-config.c index 4fb7898..8d7a137 100644 --- a/qemu-config.c +++ b/qemu-config.c @@ -18,7 +18,7 @@ QemuOptsList qemu_drive_opts =...
2010 Jun 10
2
ISDN -> SIP
...umplan:0 P[ 1] --> caps:Speech pi:0 keypad: sending_complete:1 P[ 1] --> screen:0 --> pres:0 P[ 1] --> addr:50010102 l3id:20007 b_stid:10010100 layer_id:50010180 P[ 1] --> facility:Fac_None out_facility:Fac_None P[ 1] GOT SETUP OK P[ 1] Sending msg, prim:34d80 addr:41000104 dinfo:20007 P[ 1] BCHAN: bchan ACT Confirm pid:2 P[ 1] handle_frm: frm->addr:42000103 frm->prim:3f182 P[ 1] --> lib: RELEASE_CR Ind with l3id:20007 P[ 1] --> lib: CLEANING UP l3id: 20007 P[ 1] --> hangup P[ 1] * IND : HANGUP pid:2 ctx:ISDN dad:12345 oad:xxxx State:EXTCANTMATCH P[...
2006 Jun 09
1
Asterisk, mISDN and a Fritz card
Hi, I've been having problems getting Asterisk to work with a fritz card (in ptp mode). We've managed to get everything configured, however, as soon as the call is connected we get "Unhandled message: prim 281 len -22 from addr 1000000, dinfo 0 on this port" I checked, and mISDN_dsp is loaded. Any help would be much appreciated! Regards, Chris Jones // Network Administrator Top Level Internet e: chrisj@toplevel.net.au
2009 Feb 06
1
set caller id on outgoing calls through BRIISDNlines
...channel: 1 -->> > -->> P[ 1] --> new_l3id 95bfd -->> > -->> P[ 1] --> * SEND: State Dialing pid:2626 -->> > -->> -- Called g:ISDN_GROUP/6666666666 -->> > -->> P[ 1] Sending msg, prim:30580 addr:41000104 -->> > dinfo:95bfd -->> > -->> P[ 1] handle_frm: frm->addr:42000103 -->> > frm->prim:30282 -->> > -->> P[ 1] set_channel: bc->channel:1 channel:1 -->> > -->> P[ 1] $$$ Setting up bc with stid :10010100 -->> > -->> P[ 1] setup...
2006 Mar 15
4
misdn problem
I am trying to use misdn insted of zaphfc to drive two billion isdn cards zaphfc is ok, but the problem with cdr and the fact tha you always have to wait the bristuffed version of asterisk took me to try another way. so I downloaded the misdn installation script from beronet for the last version ( I am using asterisk stable 1.2, so now is 1.2.5) wget
2006 May 08
1
create_dev and raid
...ted it, it has been assembled by early-userland apps and is probably supposed to be overridden. --- do_mounts_md.c 2006-05-08 01:51:02.000000000 -0500 +++ do_mounts_md.old 2006-05-08 02:07:35.000000000 -0500 @@ -222,7 +222,6 @@ char *devname; mdu_disk_info_t dinfo; char name[16]; + struct stat st; dev_minor = md_setup_args[ent].minor; partitioned = md_setup_args[ent].partitioned; @@ -231,8 +230,6 @@ snprintf(name, sizeof name, "/dev/md%s%d", partitioned...
2004 Dec 08
1
samba 3.08 debian / problems mounting a share
hoi, the machine is running on debian 3 woody, using samba 3.08 from backports.org. we are using a w2k-domain (ads). i need to mount a share on a windows-server. so i do this: mount -t smbfs -o username=xxx //def00shh/data /opt/lampp/ExNet/dinfo/data and samba answers: mount: wrong fs type, bad option, bad superblock on //def00shh/datascan, or too many mounted file systems in log.smbd we find: [2004/12/08 12:10:09, 1] auth/auth_util.c:make_server_info_sam(822) User Nobody in passdb, but getpwnam() fails! smb.conf looks like t...
2009 Feb 06
0
set caller id on outgoing calls through BRI ISDN lines
...> bc:8212590 h:0 sh:0 P[ 1] find_free_chan: req_chan:0 P[ 1] --> found chan: 1 P[ 1] set_chan_in_stack: 1 P[ 1] --> found channel: 1 P[ 1] --> new_l3id 95bfd P[ 1] --> * SEND: State Dialing pid:2626 -- Called g:ISDN_GROUP/6666666666 P[ 1] Sending msg, prim:30580 addr:41000104 dinfo:95bfd P[ 1] handle_frm: frm->addr:42000103 frm->prim:30282 P[ 1] set_channel: bc->channel:1 channel:1 P[ 1] $$$ Setting up bc with stid :10010100 P[ 1] setup_bc: with dsp P[ 1] --> Channel is 1 P[ 1] --> TRANSPARENT Mode P[ 1] $$$ Bchan Activated addr 50010102 P[ 1] BC_STATE_CHANGE...
2013 Apr 05
0
[PATCHv2 1/2] Xen PV backend (for qemu-upstream-4.2-testing): Move call to bdrv_new from blk_init to blk_connect
...+ /* read-only ? */ + qflags = BDRV_O_NOCACHE | BDRV_O_CACHE_WB | BDRV_O_NATIVE_AIO; + if (strcmp(blkdev->mode, "w") == 0) { + qflags |= BDRV_O_RDWR; + } + /* init qemu block driver */ index = (blkdev->xendev.dev - 202 * 256) / 16; blkdev->dinfo = drive_get(IF_XEN, 0, index); @@ -630,7 +661,7 @@ static int blk_init(struct XenDevice *xendev) } } if (!blkdev->bs) { - goto out_error; + return -1; } } else { /* setup via qemu cmdline -> already setup for us */ @@...
2008 Dec 22
56
[git patches] Ocfs2 patches for merge window, batch 2/3
Hi, This is the second batch of Ocfs2 patches intended for the merge window. The 1st batch were sent out previously: http://lkml.org/lkml/2008/12/19/280 The bulk of this set is comprised of Jan Kara's patches to add quota support to Ocfs2. Many of the quota patches are to generic code, which I carried to make merging of the Ocfs2 support easier. All of the non-ocfs2 patches should have