similar to: Using same passwords as the linux machine

Displaying 20 results from an estimated 2000 matches similar to: "Using same passwords as the linux machine"

2019 Jan 02
2
Erratic local hostname resolution with Dnsmasq
Hi, My local server is running CentOS 7. The machine has two NICs and is acting as a gateway. For DHCP and DNS, I'm using Dnsmasq. I have a strange little problem with local hostname resolution. Before going into more details, here's my configuration. [root at nestor:~] # ifconfig enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.0.2 netmask
2013 Jan 02
2
In which column and in which row a number is in a matrix
Dear all, Happy New Year for all of you! I hope we have an year of essential freedom for everyone! I am trying to manipulate a matrix in order to know in which column and in which row a number is allocated. But, when we use the function "which" it returns the position of the number in the "vector representation of the matrix". For example: >
2004 Feb 15
1
nmbd multihomed registration request must be directed at a WINS server error
Hi there, I just got a new machine with Redhat Enterprise Workstation and samba 3.0.0-14 pre-installed. I am trying to connect it to my existing network which has a redhat v8 samba v2 PDC controlling 16 or so win2k and winxp machines. In the nmbd log I get this error 3 times every 5 seconds or so: nmbd/nmbd_packets.c:process_nmb_request(1448) process_nmb_request: Multihomed registration
2012 Dec 02
1
overlapping graphs in logarithmic y-axis
dear useRs, i want to overlap graphs of two matrices in such a way that the y-axis of graph should be "logarithmic" against normal x-axis. i am, unsuccessfully, trying the followings >matplot(mata, log="mata",type = "l", col="red)>lines(mata, log="matb",type = "l", col="yellow") could you please help me out on it?? thanks in
2006 Mar 15
7
matrix indexing
Can someone please give me a pointer here. I have two matrices matA A B C 1 5 2 4 2 2 4 3 3 1 2 4 matB A B C 1 TRUE FALSE TRUE 2 FALSE TRUE TRUE 3 FALSE FALSE FALSE how do I extract all the values from matA where the coresponding entry in matB == TRUE (or FALSE), perferably in vector form. Many thanks tom
2005 Aug 03
3
clara - memory limit
Dear all, I'm trying to estimate clusters from a very large dataset using clara but the program stops with a memory error. The (very simple) code and the error: mydata<-read.dbf(file="fnorsel_4px.dbf") my.clara.7k<-clara(mydata,k=7) >Error: cannot allocate vector of size 465108 Kb The dataset contains >3,000,000 rows and 15 columns. I'm using a windows computer
2009 Mar 16
1
ATA react to phone but unresponsive to fax modem
Hi, I'm rather new to this domain so I may be doing stupid things without being concious of that. I've got a Patton MATA I'm trying to setup as T.38 fax adapter. Whenever I connect a fax machine (Dell MFP1815dn) or a phone to it, I can successfully send a fax or talk to the other end. Whenever I connect a fax modem (Dell Inspiron 6400 laptop), I keep getting "No signal. Line is
2008 Apr 30
2
StatusComplete is getting me sick !!
Hello Asterisk People. Asterisk have a really annoying bug, i use frequently the manager status command and when asterisk decide not to show the "statuscomplete" event, it really don't show the "statuscomplete" string, in fact none of the "AgentsComplete", "QueuesComplete' are shown.... I use it for monitoring a queue, but this is really getting me
2013 Apr 24
2
Distance matrices Combinations
Dear UseRs, MY PROBLEM IS A SMALL PIECE OF A REAL BIG AND A COMPLICATED PROBLEM. IF I DELIBERATE IN A VERY SIMPLE WAY THEN ALL I WANT IS TO PUT ALL THE POSSIBLE COMBINATIONS OF 75 DISTANCE MATRICES (BY TAKING 4 MATRICES, MORE COMMONLY 75C4), in the following equation. t<-as.matrix((MAT1)^2+(MAT2)^2+(MAT3)^2+(MAT4)^2+,upper=T,diag=T)) Then "1215450" values of "t"(one for
2008 Aug 19
2
Help with Asterisk to Huawei SoftX3000 registry problem
Hello Asterisk People, I am having trouble connecting asterisk to a huawei SoftX3000 Switch, i can succesfully connect other softphones like Zoiper, but when it comes to Asterisk SIP Client, the system doesn't authenticate, i have the following configuration: peer: 10.220.0.2 username: 4857768 password: 4857768 the configuration is as follows: in the general section: register =>
2006 Mar 08
1
Degrees of freedom using Box.test()
After an RSiteSeach("Box.test") I found some discussion regarding the degrees of freedom in the computation of the Ljung-Box test using Box.test(), but did not find any posting about the proper degrees of freedom. Box.test() uses "lag=number" as the degrees of freedom. However, I believe the correct degrees of freedom should be "number-p-q" where p and q are
2003 Feb 19
1
AW: H323 & asterisk
Hay, if you get answer, so please inform me too thank Stephan -----Urspr?ngliche Nachricht----- Von: Luis Mata [mailto:mataluis at xtremenetworks.biz] Gesendet: Mittwoch, 19. Februar 2003 03:10 An: asterisk-users at lists.digium.com Betreff: Re: [Asterisk-Users] H323 & asterisk George: Hi, if you get the answer can you please share it with me. Thanks... glinyu at attbi.com said:
2018 Mar 14
4
Squid + SquidGuard : static block page not working
Hi, I've been working with Squid + SquidGuard for a few years, though only on Slackware. I'm currently transferring my proxy expertise to CentOS 7, and right now I'm having a little problem with that. Squid works perfectly so far as a transparent HTTP + HTTPS cache proxy. The next step is to add SquidGuard, so I installed it and edited the most basic /etc/squid/squidGuard.conf file
2013 Jul 18
7
[Bug 10035] New: rsync hangs in solaris
https://bugzilla.samba.org/show_bug.cgi?id=10035 Summary: rsync hangs in solaris Product: rsync Version: 3.0.9 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: nestor.urquiza at gmail.com QAContact:
2003 Sep 16
1
Rsync and filename codepages
Hi there, I am running rsync in server mode on linux (redhat 8) and I am running cygwin (latest version) on a mixture of win2k and winxp machines for Japanese users. When I Rsync from windows rsync complains about a no. of Japanese filenames (not all of them) and this is due, as far as I can work out, to incompatibilities/clashes between SJIS filename encoding (which Windows uses) and certain
2009 Jun 20
1
how to apply the dummy coding rule in a dataframe with complete factor levels to another dataframe with incomplete factor levels?
Dear R helpers: Sorry to bother for a basic question about model.matrix. Basically, I want to apply the dummy coding rule in a dataframe with complete factor levels to another dataframe with incomplete factor levels. I used model.matrix, but could not get what I want. The following is an example. #Suppose I have two dataframe A and B
2006 Mar 26
17
activeldap
Obviously I am missing something and I don''t know what it is... I am following the instructions at http://rubyforge.org/docman/view.php/381/114/activeldap_rb.html and also here... http://wiki.rubyonrails.org/rails/pages/HowtoAuthenticateViaLdap my model looks exactly like this... class LdapUser < ActiveRecord::Base ldap_mapping :dnattr => ''uid'', :prefix
2009 Apr 26
4
comparing matrices
I'm trying to compare two matrices made up of bits. doing a simple comparison of matA == matB yields this sort of output. [,1] [,2] [,3] [,4] [,5] [,6] [1,] FALSE TRUE FALSE TRUE TRUE FALSE [2,] TRUE TRUE TRUE TRUE TRUE TRUE [3,] FALSE TRUE FALSE FALSE FALSE TRUE [4,] FALSE TRUE TRUE FALSE FALSE FALSE [5,] TRUE TRUE TRUE TRUE FALSE FALSE [6,] TRUE TRUE
2006 Feb 07
7
select list error - following Agile guide
I would swear that I am tracking exactly the method used in Agile book... TypeError in Placements#edit Showing app/views/placements/_form.rhtml where line #33 raised: wrong argument type String (expected Module) Extracted source (around line #33): 30: <tr> 31: <td><label for "type">Type</label></br><%= 32: options = [["Select
2006 Feb 21
8
Validations continued
I simply can''t figure this out. I have been reading and re-reading Agile book and wiki.rubyonrails.org - all sorts of validation methods and still, it doesn''t work. Controller code def create @client = Client.new(params[:client]) if @client.save! flash[:notice] = ''Client was successfully created.'' redirect_to :action =>