similar to: --wih-winbind-auth-challenge

Displaying 20 results from an estimated 4000 matches similar to: "--wih-winbind-auth-challenge"

2008 Jul 14
1
eval.wih.vis
Hello, I have an error since I run my R code. This error is : Fehler in eval.with.vis(expr, envir, enclos) : > My code is: #CONDITION1 : check if the right logfile is chosen c1=log(z[,3],n) if (c1==FALSE) { plot(0:1,0:1,type = "n", axes=FALSE,xlab="",ylab="") text(0.4,0.8,adj=0,paste("FEHLER"),col="red")
2005 Sep 10
1
Configuring SIPURA 2002 to work wih Asterisk
I'm setting up Asterisk for the first time. I purchased a SIPURA 2002 ATA to connect with the Asterisk server. In the /var/log/asterisk/messages log I keep getting an error indicating wrong password. Below is the error I am receiving. Note that the IP address and username has been modified for security. Sep 10 15:56:22 NOTICE[24099] chan_sip.c: Registration from 'John Doe
2001 Mar 09
1
Help ! Linux client wih NT server
Hello ! At first I'm french and sorry for my language I have a NT server and many linux hosts. How can I have access to a share file on the NT server from a linux host. I've already tested the smbclient command which give an ftp environment but it is not convienient for common users. Is there another more userfriendly solution. Thanks a lot other e-mail : hsth@club-internet.fr
2006 Jun 14
0
upload progress bar wih lighttpd 1.4.11?
I''m trying to implement the upload progress bar with lighttpd 1.4.11, and i''m seeing various posts (linked below) indicating that lighty doesn''t support it. sounds like they''re working on it, though. anyone have any idea what the current status of this is? or if there''s a workaround in the meanwhile? those posts:
2005 Dec 17
0
Problem wih SaltedPassword Generator and rails 1.0
I upgraded to rails 1.0 via gems and I''m now having problems with the SaltedPassword generator. I cannot get rake test_units to complete w/o errors. Error I got was "rake aborted compile error c:\ruby...\rails-1.0.0/lib/initializer.rb:180 syntax error :authetication => :login^ " Is there any way to roll back to 0.13? C- -- Posted via http://www.ruby-forum.com/.
2013 Jan 29
1
problem wih plotrix:cluster.overplot
Hello, I am trying to use cluster.overplot from package plotrix and I get an error message when I add the "away" parameter: require(plotrix) distance <- read.table("distance.txt") cmd <- cmdscale(distance) cp <- cluster.overplot(cmd, away=2) Error in if (sum(overplots) > 1) { : missing value where TRUE/FALSE needed If I don't use "away",
2008 Feb 28
1
Friday Feb 29th Leap Year Special wih Aastra
Leap year? Election year? Will your GoToIfTime() dialplan function properly on Feb 29th? Every week we try to get guests with ideas, products and services you haven't had time to check out to come and talk about what they're doing. Aastra has some interesting phones so we asked them to come talk about them. Friday, February 29 at 12:00 PM (Eastern US) 9AM PST, 5PM GMT * Call (724)
2018 Nov 28
2
Errors wih fts-solr
Hello, I recently upgraded my solr installation to 6.6.5 When searching through dovecot solr throws this this error: solr Bad contentType for search handler :text/xml I'm running dovecot 2.2.10 on CentOS 7.5. Regards Riccardo -------------- next part -------------- An HTML attachment was scrubbed... URL:
2018 Nov 30
0
Errors wih fts-solr
On 28.11.2018 9.52, Riccardo Bicelli wrote: > Hello, > I recently upgraded my solr installation to 6.6.5 > > When searching through dovecot solr throws this this error: > > solr Bad contentType for search handler :text/xml? > > I'm running dovecot 2.2.10 on CentOS 7.5. > > Regards > Riccardo > Configure your solr to use XML instead of JSON. Aki
2018 Nov 30
0
Errors wih fts-solr
On November 30, 2018 4:13:40 PM GMT+01:00, Riccardo Bicelli <r.bicelli at gmail.com> wrote: >Thanks, >but how? I looked through solr documentation and found anything useful. See for example this thread where its described how to change the query response writer in solr http://dovecot.2317879.n4.nabble.com/Solr-7-td61467.html >For now got it working setting up nginx and strip down
2010 Apr 15
1
Poblems wih EBImage
Hello, Working with Windows 7 in a HP laptop with R-2.10.1 I download and installed ImageMagick-6.3.7.7-Q16-Windows-dll.exe and GTK 2.12.9-win32-2, then downloaded and installed from local file EBImage_3.2.0.zip and I got: > library(EBImage) Loading required package: abind Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared library
2018 Nov 30
2
Errors wih fts-solr
Thanks, but how? I looked through solr documentation and found anything useful. For now got it working setting up nginx and strip down the header, but I think it isn't the proper solution. Cheers Il giorno ven 30 nov 2018 alle ore 09:48 Aki Tuomi < aki.tuomi at open-xchange.com> ha scritto: > > On 28.11.2018 9.52, Riccardo Bicelli wrote: > > Hello, > > I recently
2013 Feb 21
1
Samba4(linux cloud) PDC remote clients(windows)
Hi I'm using samba4 on cloud server. 1- Provision configured with internal DNS server. 2- All tests on server works fine! But when a try connect from remote client, windows didn't resolve domain. The same configuration on local-network works! Maybe i need configure bind9, but i dont know exactly. Anybody are using samba4 pdc remote? Thanks ps.: I'm frm Brasil, so sorry my bad
2009 Feb 26
5
ATA recommendation (wih FTP provisioning)
Hi, I am looking for a good ATA recommendation, ideally something: 1) with one FXS and one LAN port (so it's as inexpensive as possible) 2) That can be provisioning using FTP (configuration and firmware upon reboot, ideally remote reboot from a sip notify) 3) Supports T.38 Nice to have would be: a) PoE powered and AC powered (my choice) b) Small size-wise I have been
2008 Oct 21
4
subscripting a one column matrix drops dimension
Hi all, Why subscripting a one column matrix drops one dimension? > x<- matrix(rnorm(100), ncol=1) > str(x) num [1:100, 1] -0.413 -0.845 -1.625 -1.393 0.507 ... > str(x[20:30,]) num [1:11] -0.315 -0.693 -0.771 0.448 0.204 ... > str(x[20:30]) num [1:11] -0.315 -0.693 -0.771 0.448 0.204 ... This breaks: > cov(x) [,1] [1,] 0.9600812 >
2009 Feb 18
1
alpha shape function
Hi all, I want to approximate te shape of an area defined by a set of points. The convex hull is not good enough, but I think that an alpha shape would be fine. I did an RSiteSearch(), google search, RSeek.org search, looked at the CRAN Views, but was unable do find a function in R that computes the alpha shape. Does anyone know if there is such a function in R? Theank you very much. Moacir
2011 Dec 10
3
Reboot problem with Apache
I have CentOS 6 and with webmin/virtualmin panel, and each time that I reboot Apache can't start: Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down I do: netstat -tulpn| grep :80 tcp 0 0 :::80 :::* LISTEN
2004 Sep 02
2
Redirect to intranet webserver if not on maclist
First off, I want to say that everyone on this list is great. So heres what I want to do..I have a maclist setup with all my users (roughly 400). There are constantly people leaving (deleting their accounts which removes their MAC address) and registering for internet access ( I have a php webserver that registers them, adds them to the maclist, and allows them on the net). Is there a way to
2005 Mar 03
20
Network config and troubleshooting wih Ping
Network Configuration issues I''ve been working on this for 2 days PLEASE HELP! I am having the following issues with network configuration and I cannot ping the external interface to begin troubleshooting the network configuration. I know that the ISP''s router is configured correctly since I have attached it to a small Linksys firewall and was able to ping the 66.240.207.226
2007 Jul 23
0
chan_mobile - no Audio (Asterisk + bluetooth + chan_mobile)
Hi people! I installed Asterisk (from Trunk Asterisk SVN-trunk-r76213) and the chan_mobile for to use Asterisk + Bluetooth. My Asterisk has dialed normally ( Dial(mobile/mycellphone/99999999) ), but I don't have audio. Someone can help me? Thanks Moacir O. de Souza Junior Belo Horizonte - Minas Gerais - Brasil -------------- next part -------------- An HTML attachment