similar to: "bit already cleared" messages

Displaying 20 results from an estimated 11000 matches similar to: ""bit already cleared" messages"

2004 Sep 22
4
Softphone for PocketPC or iPaq
Is there a soft phone for PocketPC or iPaq? If not, is someone working on it? I will be more than willing to contribute my mite if needed. Thanks, -- sudhir
2013 Apr 21
1
cluster gene list
Hi, I have created a heatmap using heatmap.2 having 7 clusters. I would like to extract the list of genes that are in these 7 clusters. Is there any function that can be used to extract genes for each cluster? Cheers, Sudhir -- __________________________________________________________ SAVE PAPER - Please do not print this e-mail unless absolutely necessary Being happy doesn't mean
2009 May 08
3
Fw: HP Laserjet Printer Installation
Dear all, Can any body help m on this to resolve my issue permanently. I m almost done, but one bug is creating problem & unable to resolve it as per mail reply from one of our colgn niranjan.ashok. Following command is not working on my system ie $ svn co http://svn.easysw.com/public/cups/branches/branch-1.3/. Its showing error as " could not resolve hostname, host not found".
2004 Aug 03
3
Re: problems with'#' transfer after hold
On Tuesday 03 August 2004 12:07, Chris Shaw wrote: >Are you using the double ## transfer patch or just the regular >single # that comes with CVS? Hi Chris, Where to get the 'double ##' transfer patch? We are having the same problem and I was thinking of a similar patch. Thanks, -- sudhir
2004 Apr 24
3
Re: Hardware for handling large call volume
[moved to asterisk-users, as this is not a development question] At 1:40 PM -0400 on 4/24/04, Sudhir Kumar wrote: >I would like to hear from any of you who has done any kind of >benchmarking on a robust hardware that can handle large call volume, >preferably with G.729 codec involved. > >We are in the process of putting together a system that should have a >quad E1 card, G.729
2004 Oct 06
2
Issue with the channel drivers
Hi, No one seems to have any issue with the following posting. Can any one suggest how to install/configure channel drivers to work. Basically I am trying to send the SIP calls to GNUGK but Asterisk reports the error "No channel driver found". >>> I was trying to compile the oh323 channel driver but unable to compile the openh323_1_13_5 (which is the only required version as
2004 Jul 13
1
Re: Applications of TDMoE "critch"
Juan, I dont see people here with "attitude" or any need to shut down this list as you suggested. Contrary to your experience, I find people to be quite helpful here. Steven's comment "Start here and then ask a real question" is definitely not arrogant IMHO. He is just trying to knock some etiquette on Luan. Besides, he did give him all the answer Luan was looking for.
2004 Aug 07
1
WARNING[1264581056]
I have configured my GS HT-486 for "send dtmf" in audio, and on the asterisk box, sip.conf has dtmfmode set to inband. Everything seems to be working fine, however, I see my console get flooded with the following warning: "dsp.c:1467 ast_dsp_process: Unable to process inband DTMF on 256 frames" Should I be cautious about them or just ignore? Better still, what should I do
2004 Aug 25
3
Blocking a channel on T1
One of our clients has Asterisk with single T1 card (T100P). T100P gets only incoming calls. Is there a way to block specific channels (say channel 9 and 24) so that the Telco does not send calls on those channels? Thanks, -- sudhir
2004 Dec 29
2
Problem with Digium TDM04B
I have installed Digium TDM04B with the latest CVS. However I have encountered following problems: 1. When it dials out, many times the digits are not properly recognized by telco as I hear the announcement "please check the number and dial again" although I see on the screen that the dialed number is correct. 2. When the call is forwarded outside, with something like exten =>
2009 Apr 13
5
HP Laserjet Printer Installation
Hi all, I have a very good query related to printer sharing using samba. Following is the scenario... I had installed HP laserjet 9040Dn printer on redhat Enterprise linux 5. Shared it using samba. Used winbind protocol to integrate linux with windows AD 2003. Now i am able to see printer in Active directory as well as linux computer account in AD. But unable to set option lpadmin -p printer
2011 Feb 03
2
R-help
Hi, I have data like this.... print(x) ID VAL1 VAL2 1 B A 2 P Q 3 T S What I would like is data like this... ID VAL1 VAL2 1 A B 2 P Q 3 S T So that VAL1 and VAL2 are alphabetically ordered. Any advice is welcome! San. [[alternative HTML version deleted]]
2001 Nov 26
1
EXT3 crash: ext3_free_blocks: bit already cleared
I had a failure over the weekend of my ext3 filesystems. Hardware: Dell 2550 (dual PIII 1 Ghz, 1GB ram, Acenic GigE card) Software: linux-2.4.14 ext3-2.4-0.9.15-2414 Trond's NFS patches (pathconf, tune,read,rpc_blk) The filesystem is RAID0 using LVM (1.0.1-rc4). The disks are connected using fiber channel (qlogic 2200, qlax00-4.27beta). I was generating high load on my nfs
2009 Apr 02
0
Fw: Query - How do i configure CIFS protocol for sharing a printer to windows client
Hi team, Anybody have idea on below issue. Pls suggest.. Regards Amit Sudhir Anjarlekar Asst. Systems Engr. Tata Consultancy Services Mailto: amit.anjarlekar@tcs.com Website: http://www.tcs.com ____________________________________________ Experience certainty. IT Services Business Solutions Outsourcing ____________________________________________
2011 Feb 04
2
Avoiding two loops
Hello, I have a R code for doing convolution of two functions: convolveSlow <- function(x, y) { nx <- length(x); ny <- length(y) xy <- numeric(nx + ny - 1) for(i in seq(length = nx)) { xi <- x[[i]] for(j in seq(length = ny)) { ij <- i+j-1 xy[[ij]] <- xy[[ij]] + xi * y[[j]] } } xy } How do I reduce the 2
2017 Dec 04
0
Gluster Monthly Newsletter, November 2017
Gluster Monthly Newsletter, November 2017 Come find us at KubeCon/CloudNativeCon in Austin, December 6-8! Special sessions around Storage include: Thursday, December 7 ? 11:55am - 12:30pm Kubernetes Feature Prototyping with External Controllers and Custom Resource Definitions - Tomas Smetana, Red Hat
2009 Apr 13
1
ext3_free_blocks_sb: bit already cleared for block
I opened bug 494927 with Red Hat after seeing this kernel error on two different hosts, just a few days after updating or installing CentOS 5.3: https://bugzilla.redhat.com/show_bug.cgi?id=494927 Has anyone else seen this yet? The patch that RH included in kernel-2.6.9-78.0.17.EL.src.rpm to fix the problem appears to have been in their 2.6.18 rpm since revision 15, so something else is
2002 Feb 28
5
Problems with ext3 fs
Hi, Apologies, this is going to be quite long - I'm going to provide as much info as possible. I'm running a system with ext3 fs on software RAID. The RAID set-up is as shown below: jlm@nijinsky:~$ cat /proc/mdstat Personalities : [linear] [raid0] [raid1] [raid5] read_ahead 1024 sectors md0 : active raid1 hdc1[1] hda1[0] 96256 blocks [2/2] [UU] md5 : active raid1 hdk1[1] hde1[0]
2011 Jun 06
51
[PATCH 00/49] Staging: hv: Driver cleanup
Further cleanup of the hv drivers: 1) Continue to cleanup our drivers to conform to the Linux Driver Model. 2) Fix some long standing bugs with regards to unloading and reloading the drivers - block, net and stor. 3) VMBUS is an ACPI enumerated device; make VMBUS an ACPI bus driver. 4) Get rid of channel polling code; instead the channel receive paths will be purely interrupt
2011 Jun 06
51
[PATCH 00/49] Staging: hv: Driver cleanup
Further cleanup of the hv drivers: 1) Continue to cleanup our drivers to conform to the Linux Driver Model. 2) Fix some long standing bugs with regards to unloading and reloading the drivers - block, net and stor. 3) VMBUS is an ACPI enumerated device; make VMBUS an ACPI bus driver. 4) Get rid of channel polling code; instead the channel receive paths will be purely interrupt