search for: howerver

Displaying 20 results from an estimated 58 matches for "howerver".

2007 Apr 19
2
SIP kpml DTMF support in *
Hi, I'm trying to connect Asterisk 1.4 and Cisco CallManager 5 using SIP Trunk without MTP (media termination point). Howerver, Cisco 79xx phones do not support RFC2833, they always notify CCM5 via SKINNY channel no matter where they send RTP to. For non-MTP trunk there's Out-of-band DTMF support in CCM5 called "kpml". I wonder if Asterisk can support it. I found an intertnet-draft for kpml: http://tools.ie...
2004 Dec 09
2
a question about swap space, memory and read.table()
...found that the read.table() function is really a waste of memory. > ft <- read.table("filepath") > object.size(ft) object.size(ft) [1] 192000692 only 192Mb. however, in the windows task manager it shows that this process takes nearly 800Mb memory. I used gc() to collect garbarge. Howerver it doesn't help. Any guys have methods to release the wasted memory? thank you all. Regards
2011 Jul 20
1
auto-accept keys matching DNSSEC-validated SSHFP records
...t checking. Host key verification failed. 3) ssh to same host after SSHFP record updated and re-signed $ ./ssh bishop @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Howerver, a matching host key, validated by DNSSEC, was found. The fingerprint for the RSA key sent by the remote host is 1a:48:3f:2c:54:29:60:c4:86:b9:78:bd:e9:64:1f:8d. Please contact your system administrator. Add correct host key in /home/rstory/.ssh/known_hosts to get rid of this message. Offending key...
2016 Aug 02
1
TLSv1.2 support for lftp on CentOS 6.x
...ote: > So the question is: Is that behaviour can be considered as an lftp bug or not ? Hello again, Just answering to myself and the list for a conclusion. lftp in CentOS uses the default priority provided by gnutls and it's not possible to override it in lftp 4.0.9 provided in CentOS 6. Howerver, the ssl:priority feature has been implemented in lftp 4.6.2 (https://github.com/lavv17/lftp/commit/b406805d2b3d4c9a88e24363980e5717e61d0948) and there is also a backport RHEL/CentOS for CentOS 7 (https://git.centos.org/blob/rpms!lftp/373a02466b773fe2dbbfde702aec1848e006ba70/SOURCES!lftp-4.4.8-ssl-...
2000 Nov 03
1
Macs and R
I hope this is the right place for my question, my apologise if it is not. I am a long time Mac/UNIX user and my local machine is a Mac. At present I run an orphan version of R which a worried out of (*****). On reflection I guess I'd better not say, but it changed my life. It is howerver a little out of date ( say 0.6ish) So the obvious question, do I move to MacLinux or is there likely to be a Mac R in the near (<18 months) future? I do think you might offer some idea of any possible Mac developments or at least say they will not be any! GJ -- G.Janacek Dean...
1999 Jan 31
2
Samba 2.0 User Authentication
...d is checked against the PDC in the network. Example: ----rwx--- 1 root developer 575 Jan 30 16:38 file.html ----rwx--- 1 root controller 575 Jan 30 16:38 another_file.html So everyone in the group developer or controller respectively should be able to write the file. Howerver every user belongs to the primary group 'users' and but the secondary group 'developers'. The problem is, that a user from the developer group can read the file but not write it. smbstatus tells me that the user is connected with his username and the 'user' group. Opening th...
2013 Jun 10
1
Samba4 errors
...that weren't logged can't log in. It happens either from kerberos or directly from LDAP. - We are forwarding all DNS requests to the internal DNS server in samba. When samba it's restarted, our main DNS server must be restarted too as it cannot forward new queries to the samba server - howerver, both reply to requests if queried individually. We have tried to update from 4.0.5 to 4.0.6, and to downgrade it as it wasn't working either. Logs don't show anything that we can identify as an error/misconfiguration - and samba main log file remains with extension %m, it does not get ex...
2008 Nov 01
2
st devices not showing up in xvm
.../ Indiana snv_98 with the CADP160 driver installed from a SXCE dvd (snv_99). When I boot without xvm, I can run "mt config" and see the configuration information for the first drive in the library. Under xvm, some scsi operations still work - I can access the changer, move tapes, etc. Howerver, I am unable to see the tape drives. When I run devfsadm -v -i st, I get devfsadm: driver failed to attach: st exit status = 1 modinfo | grep '' st '' show 210 fffffffff86b6000 206e8 129 1 st (SCSI tape Driver) so the module is loaded. Are there any known issues with using ta...
2003 Oct 20
1
vorbis_comment_add_tag() and Codewarrior OS X
Hi, after banging my head against the wall for quite a while I finally found what crashes my code: Because I'm working with Codewarrior 8 on OS X I had to compile the ogg / vorbis libs with CW. To do so I used the CW projects for OS 9 and modified them. Howerver, they don't work as expected. Everything seems to be fine, encoding & decoding works, only vorbis_comment_add_tag() crashes my App on any subsequent call. I.e. I can call vorbis_comment_add_tag() several times for one stream/file and it works. When I deinit the encoder and init it again all...
2005 Jan 18
1
aDSL on ppp0 and dialin ppp
Hi all .... I Have installed Bering LRP on Many sites and I am very pleased with the capabilites of shorewall. Howerver I came across a prob that I am unaware ot its solution. Using shorewall 2.0.2f Kernel 2.4.24 On one Site LRP box serves internet outgoing connections through ( static IP ) a DSL line AND an incoming dial-in PPP conection. My shorewall configuration Is based upon the fact that the aDSL will be...
2011 Aug 22
1
[LLVMdev] Infinite loop when adding a new analysis pass
...rTree) INITIALIZE_PASS_DEPENDENCY(LoopInfo) INITIALIZE_PASS_DEPENDENCY(LoopSimplify) INITIALIZE_PASS_DEPENDENCY(MyAnalysis) // add this dependency INITIALIZE_AG_DEPENDENCY(AliasAnalysis) INITIALIZE_PASS_END(LICM, "licm", "Loop Invariant Code Motion", false, false) Howerver, I got an infinite loop when trying opt -O3 t.bc -o out.bc Where t.bc is created using clang from int main() { return 0; } What am I missing ? All files are attacahed (include/Analysis/MyAnalysis.h, lib/Analysis/MyAnanlysis.cpp, and diffs to the existing files). Thanks Junjie -------------...
2013 Sep 05
1
Fail to login from trusted AD: NT_STATUS_TRUSTED_DOMAIN_FAILURE
Hello I have two MS AD 2008 let's say AD1 and AD2. They have bi-direction trusted relationship. I have two linux servers joined into AD2, let's say LNX1 and LNX2. On LNX1, it can authenticate any users both from AD1 or AD2. Howerver, on LNX2, it can only authenticate users in AD2 but failed against AD1. It reports NT_STATUS_TRUSTED_DOMAIN_FAILURE (0xc000018c). I'm sure the smb.conf have the same settings on LNX1 and LNX2. I set the log level = 3 but find nothing helpful in the log. I attach the conf and error as followin...
2004 Jun 22
3
HTB: 3. Sharing hierarchy
On http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm... There is a nice explanation on how/why to setup a hierarchy with HTB. Howerver what is missing is how to setup finters for this case? I had this working when I was using a seperat qdisc for each ?layer?, making each HTB only one level deep. Described in the attached qdisc.sh.GOOD. Described in the attached qdisc.sh is my current script, is my new config script. Described...
2017 Aug 29
2
Shares not accessible when using FQDN
...;) No relation with Samba infrastructure, this is just a DNS/Netbios alias. To be honnest the reason why this server is also a DC is to solve a big issue appeared when migrating from 3 to 4. We had no other choice because of a couple of reasons, however it is planed to demote it in the near future howerver at this time it needs to work Ok thank you I will try by removing the winbind lines Regarding the share structure I know this is not a good setup at that time, now we are in the first step : Migrating from 3 to 4, second step will be better share structure. This is needed to reduce disruption...
2007 Mar 12
3
upsmon keeps broadcasting on battery / on power (driver is newhidups)
...root@serveur1.sassine.eu rules.d]# cat /etc/ups/ups.conf # UPS Conf for NUT [pulsar] driver=newhidups port=auto desc="Pulsar M2200 RT3U" # vendorid=0463 # offdelay = 180 s offdelay=180 # ondelay = 30 x 10 = 300 s ondelay=30 Howerver starting upsmon keeps reporting: Mar 12 16:19:46 serveur1 upsmon[20453]: UPS pulsar@localhost on line power Mar 12 16:19:46 serveur1 wall[20501]: wall: user ups broadcasted 1 lines (36 chars) Mar 12 16:19:51 serveur1 upsmon[20453]: UPS pulsar@localhost on battery Mar 12 16:19:51 serveur1 wall[2050...
2007 Mar 12
3
upsmon keeps broadcasting on battery / on power (driver is newhidups)
...root@serveur1.sassine.eu rules.d]# cat /etc/ups/ups.conf # UPS Conf for NUT [pulsar] driver=newhidups port=auto desc="Pulsar M2200 RT3U" # vendorid=0463 # offdelay = 180 s offdelay=180 # ondelay = 30 x 10 = 300 s ondelay=30 Howerver starting upsmon keeps reporting: Mar 12 16:19:46 serveur1 upsmon[20453]: UPS pulsar@localhost on line power Mar 12 16:19:46 serveur1 wall[20501]: wall: user ups broadcasted 1 lines (36 chars) Mar 12 16:19:51 serveur1 upsmon[20453]: UPS pulsar@localhost on battery Mar 12 16:19:51 serveur1 wall[2050...
2002 May 04
2
Winbind doesn't authenticate users -2.2.4/RH 7.2
...st a W2K Domain Controller. It works just fine with 2.2.3. After upgrading to 2.2.4 I can no longer authenticate agains a W2K domain account. Everything compiles, installs, and starts successfully Under 2.2.4. wbinfo -u gives a correct list of users, wbinfo -t verifies that the secret is good. Howerver, running 'getent passwd' and 'getent group' yield only the local users and groups, whereas under 2.2.3 they yielded all local and W2K domain users. Any ideas? Below is my smb.conf Russell Jungwirth Herzing College # Samba config file created using SWAT # from 192.168.10.56 (192.1...
2006 May 10
1
mg3000-r fxo gateway provides more feature to work with asterisk
...There are two requirements: one is sip interoperability. The other is DTMF transfer model. If a voip gateway can make call with asterisk, that could to say sip interoperability is ok. If the auto attendant service is ok, that is mean DTMF transfer is ok.. The other things will be no problem. Howerver there are some limits in Asterisk, especially on transcoding. If we use g.711, all is ok. but we are normal use g.723 or g.729. when we want to use conference service. Asterisk need to change codec to G.711. The other things you must be careful. When a call setup successfully, there need call orig...
2013 Jul 05
1
kruskal.test followed by kruskalmc
Hi all, After running kruskal.test I have got results (p<0,005) pointing to reject the hypothesis that the samples were draw from the same population. Howerver when I run the kruskalmc there are no significant differences in any of the multiple comparisons. Is that possible? Some clarification? Thanks, Humber <https://sites.google.com/site/humberandrade> [[alternative HTML version deleted]]
2005 Dec 29
7
Building PHP PECL modules
...or: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. `phpize' failed I do remember being able to build and install couple of PECL modules some time ago on different CentOS 4.2 system. Howerver, I'm failing to see why the builds are now failing. The two systems look more or less the same (except hardware, the old one was i686, the new one is i586). I'm not an automake/autoconf expert, the above message looks to me more or less like names of Spanish vilages (in other words, I&...