search for: bcos

Displaying 20 results from an estimated 28 matches for "bcos".

Did you mean: acos
2007 Oct 16
4
Useradd & NIS issue if the user exist
Hi, I have a class to add users to all the host servers. We are in the process to have a coexisting user which belongs in NIS & as well as /etc/passwd. We have NIS clients (yp running) on all host servers. So when running puppet is fails to add or modify user, bcos the user already exists in NIS. Eg: A user pcruise is an existing NIS user. When using useradd or puppet(which in turn does useradd/usermod) fails bcos it finds already a user in NIS. So is there any way I can have a user belong to NIS & /etc/passwd. NOTE: I know its more of a...
2007 Jun 19
2
Invalid DTMF detection -- Invalid Extension Bug or issue
...g Invalid option, but in this case should ring my extension. So I did the same thing running asterisk in debug mode. So there is see that when dialing 239(that time when I hold 2 button for more than a second) its sends 2 twice ie 22& then when I press 3 its 233, so I get Invalid option, bcos there is no extension with 223. I had to do this bcos I got feedback from many users saying that when reaching their extension they get these invalid options, so using my phone was the only way to replicate it. Further contacting Digium support they asked me to enable. the relaxdtmf=yes opti...
2007 Dec 15
2
Puppet daemon not working -- works with cmd line
...tc/init.d/puppet status puppetd (pid 15538) is running... ## When running manually puppetd -test the changes from server gets updated. Is there any way I can push from server rather then client. Also in Redhat 9 I have to use CRTL+c to terminate puppetd -test - how I make it run once. Bcos if the daemon mode doesn''t works I cant pu them in cron. But the daemon mode wotj fine on CentOS 4.5 -- Deepak _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2009 Aug 04
1
RPMs for vispan , spamstat, phplistadmin
Guys, i have heard of vispan, phplistadmin, spamstat from the mailscanner manual and would like to experiment with them. 1. Any thoughts on them? ( i am trying to avoid mailwatch bcos i think vispan is better fit for reporting) 2. I have googled for their centos rpms but no luck? Any ideas where i can get their rpms? regards, marco.
2007 Dec 21
1
User manging via puppet
...We are managing user access to servers via puppet based on the groups from LDAP. What we would further like is if any users which are created apart from puppet ie if puppet adds user1 & someone who has created a xyz user on the server. We need to remove that user from that server bcos puppet never pushed it its created by someone apart from puppet. And we can maintain one source of truth for user access. I know we can push the passwd / shadow / group files, but we don''t want that way, we want a user type in puppet to manage users. Is there a way work around...
2007 Oct 04
1
Does the file function copy or sync
Hi, I am using file function to copy a directory & its content to few servers. I do it below way. I am not sure whether file uses sync mode or does a copy of every file over & over when something changes. Bcos when running the puppet daemon using puppetd -test it takes a while. Where can I find a list of function like file, user group etc & what args to pass file { "/export": ensure => directory, recurse => true,...
2007 Jul 23
2
[LLVMdev] LHS of an expression
...r response.But my problem still remains.The thing is i am having a data type std::vector<Value*> as i am checking for the variables in Store Instructions and Malloc Instructions.For store the case is straightforward as discussed earlier.I want the same Value* variable for malloc inst as well. bcos i cannot have a different set for only instructions. can there be some way that i can get only the Value* and not the entire Instruction* ? Please help. Thanks. Hope my doubt is not that silly.. > Hi Abhinav, > >> If i have an IR instruction of the form >> %tmp10 = call sbyte* %m...
2008 Jul 10
0
Win2000 SP4 + Vmware 3.5: unable to brownse shares on Samba fileserver
...n = no interfaces = 10.140.0.17 bind interfaces only = yes winbind use default domain = no ldap admin dn = ldap suffix = ldap user suffix = ldap group suffix = ldap ssl = all shares have th same definition (except for paths;), eg. : [BCOS] path = /mnt/FILESERV/FILESERV/Group/BCOS comment = inherit permissions = yes security mask = 0777 force security mode = 0 directory security mask = 0777 force directory security mode = 0 create mask = 755 read only = no...
2003 Oct 10
2
Actual audio bitrates
...kbps (?) speex: 57 kpbs (24 kpbs) Seems a little high to me? - -- Regards, Tais M. Hansen ComX Networks Tel: +45-70257474 Fax: +45-70257374 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/huQT2TEAILET3McRAvEvAJ99hRxmGdCCqRGIpQSEMSwg6g5TBQCgnEFI zeYtRQE3H58KJ7482G3DqEU= =BCos -----END PGP SIGNATURE-----
2007 Jun 25
1
Ring the second line when 1st line is busy
...en advised to change like below. If someone calls Ext 555 & its busy(means on a phone with someone), then only ring the second line ie 8555 & even if that is busy send on voicemail. If the first line 555 is free & no one picks up then let it go on the voicemail & not second line, bcos now no one has picked the phone nor busy. I could find anyway to do in FreePBX, so was wondering how about doing this. Thanx for any input. exten => 555,1,Macro(exten-vm,555,555) exten => 555,n,Hangup exten => 555,hint,SIP/555 exten => ${VM_PREFIX}555,1,Macro(vm,555,DIRECTDIAL) exten...
2008 Jun 02
1
CentOS 64bits can't boot
...ch file or directory", it doesn't load up the drivers at the linux noprobe way, nor even the forcedeth or the sata_nv. I read in ubuntu and fedora forums that they're supported in Ubuntu 7.04, 7.10, 8.04 and Fedora 7, 8, 9, haven't test them yet though, I want to stick with Centos bcos thats my working enviroment. What can I do? Here are my specs: Asus msn-vm hdmi Chipset Nvidia GeForce7050PV/nForce630a AMD Athlon 64 X2 4800 2.5Ghz Dual core 6Gb RAM Kingston 250 HDD SATA2 LG IDE DVD-ROM I'm trying to use this setup in my home lab to test out Xen technology and techniques....
2007 Jul 24
0
[LLVMdev] LHS of an expression
...still remains.The thing is i > am having a data type std::vector<Value*> as i am checking for the > variables in Store Instructions and Malloc Instructions.For store the case > is straightforward as discussed earlier.I want the same Value* variable > for malloc inst as well. > bcos i cannot have a different set for only instructions. > > can there be some way that i can get only the Value* and not the entire > Instruction* ? > Please help. I'm not sure I understand the problem. Instructions are inherited from Values, so you can store both Store and Malloc ins...
2007 Oct 19
2
First Time T1 Questions
Hi all, i have been using asterisk for a few years but i am about to do my first t1 setup. After terrible quality issues between two business locations, we have decided to purchase a point to point t1 from the local phone co. The internet is too crappy, too much lag, queing and jitter. Most calls were dropped. I was about to order two cisco routers with csu cards and remembered our wonderful
2009 Apr 17
7
WineHQ Ubuntu and FBReplicator
Hy I've got a problem with winehq and FBReplicator from www.meta.com.au i have installed wine then installed the FBReplicator and had run the FBReplManager, this works fine, i had configured a replication DB to another server. Now My problem is that i can't run the FBReplServ.exe if i run it from the bash then it says. fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 8000000a
2003 Jul 16
0
Timeout in Call Transfering
...nybody pls tell me, how to increase the time gap between 2 digits when you transfer a call. ie, the operator answers the call, and presses hash key to transfer, and then enters the extension number, some times, it timeouts too quickly before the operator enters the whole extension number (may be bcos the operator is slow). I tried the following, but it doesn't seems to be helping when it comes to call transfering ... exten => s,4,DigitTimeout,5 ; Set Digit Timeout to 5 seconds exten => s,5,ResponseTimeout,10 ; Set Response Timeout to 10 seconds ... can anybody gv...
2003 Sep 07
2
Call Time out Problem-Very Urgent!
hi, I have a problem in call time out, An ISDN PRI E1 from PSTN and another ISDN PRI E1 from a Nortel PBX is conneted to my server. But when i do a Dialout(from both E1s)the calls do not timeout. For ex. Dial(Zap/g4/123456|20|t) suppose other side is ringing and is not answering. even after 20 seconds, call doesn't get timeout pls gv me a solutions.. its really urgent.. Surajee
2006 Mar 24
1
making ooh323 authenticate gateway just like sip does
...d h323 gateway) to my asterisk. I will be glad to know how this can be done. I tried the setting as in ooh323.conf [abcd] type=user context=default ip=62.193.1XX.2XX disallow=all allow=gsm allow=ulaw this gateway can make call, even if these lines are commented out and you restart the asterisk bcos of that. yet the ooh323 doesn't do any authentication like sip channel does. can someone help. goksie
2007 Oct 18
1
Puppet client not working fine on Ubuntu 6.0.6
...er for this node is note read by the client, its takes the old config. It worked fine for a 5-6 updates by then no more gets the new one. I am not sure whether puppet works fine on Ubuntu. Also I wanted to do I package management on Ubuntu. I hope the below should work. I count test this bcos the client doesn''t take any new class added or deleted (update) from puppet server when running puppetd --test class cssn_apache2 { package { apache2: ensure => latest } file { "/etc/apache2/apache2.conf": source => "puppet://puppet.df...
2007 Jul 23
0
[LLVMdev] LHS of an expression
Hi Abhinav, > If i have an IR instruction of the form > %tmp10 = call sbyte* %malloc( uint 4 ) ; <sbyte*> [#uses=1] > %tmp10 = cast sbyte* %tmp10 to int* ; <int*> [#uses=1] > store int* %tmp10, int** %t > > which is nothin but a malloc call how can i get %tmp into maybe a variable > set. > > If i have a store instruction then it is
2011 Jun 21
3
Flash, Shockwave, 3dVia plugins
Firstly, I apologise for the blatant help me nature of this question but time is really against me and I wondered if any experienced Linux/Wine users would be able to give me some basic pointers from their own experiences. I have built 2 very budget PCs for my kids (8+5) running Ubuntu 10.04 x32. Both have good Nvidia graphics and can play HD video. In fact everything is tip top apart from Web