search for: thsi

Displaying 20 results from an estimated 84 matches for "thsi".

Did you mean: this
2006 Jan 04
0
thsi is my first question
Hi Everyone, Just been thinking and working on some problem in Supply Chain and came across a situation. This is like this using single table inheritance I have a single table called company and the active record are like this: class Company < ActiveRecord::Base class Vendor < Company class Customer < Company class Office < Company Then there is another class called Region which
2009 Jun 12
2
Squaring one column of data
...e a dataset with two columns of real numbers. It is read in via read.table. I simply need to square the data in the second column and then plot it. I have tried extracting the second column (b <- z[2]) and then squaring it and merging it to a variable which is the first column extracted. Firstly thsi seems very convoluted, secondly it gives a seg fault (I'm guessing because memory hasn't been allocated for the second column on the creation of teh first variable). So any ideas about the easy way of doing the matsh so I can then just use plot(z, .....) as before? Cheers in advance, Ken...
2007 May 01
5
[OT] Inject XML into page and tranform with XSL
...xml repsonse from my rails app, and then, client side, inject the xml into the page without reloading and have it apply an xslt? Like an AJAX call, but ajax is unavailable to me. My very limited understanding suggests that xslt is only done at run time in safari at least. If I can''t get thsi to work the other option I''ve thought of is to use Javascript to transform the xml in very predetermined ways. This doesn''t appeal to me though. Anyone have any pointers? Cheers Daniel --~--~---------~--~----~------------~-------~--~----~ You received this message because you...
2019 Jul 04
3
llvm-config issues
...IEEE library Build machine is: x86_64-linux-gnu Unhandled version llvm 8.0.1 Why do I get: Unhandled version llvm 8.0.1 - "/usr/bin" is in the PATH. - "/usr/bin/llvm-config-8" is a link, so I tried to use the source of the link: "/usr/lib/llvm-8/bin/llvm-config" but thsi did not help. - Running in terminal: "/usr/lib/llvm-8/bin/llvm-config --version" results in this return: 8.0.1 - The same output is obtained when running at the prompt: "llvm-config-8". - Checked, "apt-cache policy llvm-8", the llvm-8 version in apt return the same v...
2016 Oct 12
2
kodi cant access samba shares
Something like thsi will work idmap config * : backend = tdb idmap config * : range = 10000-20000 idmap config HEBE : backend = ad idmap config HEBE : schema_mode = rfc2307 idmap config HEBE : range = 50000-99999
2018 May 08
1
Cannot install package bibliometrix on F28
Dear All, I am trying to install the package bibliometrix on F28, but getting thsi error: ------------------- ** preparing package for lazy loading Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/usr/lib64/R/library/leaps/libs/leaps.so': libgfortran.so.4: cannot open shared object file: No such file or directory ERROR: lazy loading fa...
2011 Nov 14
1
WHat's Your Brain Grade?
Friends Human Brain is Mysterious. It is More Powerful than any super computer in Thsi world. you can Do things Like You have never imagined before, Using Your Mind. Like: Controlling Any Person Using Your Mind (He/she will do whatever you want them to do Bain as a Remote Control. To Putt Off and On the Devices using Your Brain, and not touching The remote control at all Click Here...
2002 Mar 06
1
Samba as Client for Samba-Domain
...rofiles are too large. The clients cannot access their profiles when logging in nor save their profiles when logging off when the profile is bigger than 4 Megs. Is this problem known and is there a way to fix it ?) But now I have another samba-system which should act as only file-sharing server and thsi one should be am member of the domain and should verify the user-data from the samba-PDC. I'm quite sure I entered the correct data in smb.conf, but it won't work :-( I cannot acces shares on this server though they are open for public. Samba always asks for login, and the only login it acc...
2007 Oct 01
1
numerous IPC$ connections
...timeout_internal(84) tdb_chainlock_with_timeout_internal: alarm (10) timed out for key VALDEZ in tdb /usr/local/samba/private/secrets.tdb I did a dump of secrets on my old server and there wasnt a key for Valdez there. Now valdez is of teh DC's for the Domain. I dont start seeing all of thsi until we get high activity. All the clients do is login into teh domain and then we have a bat file on the DC that mounts their home directory on this server. Can anyone point me in the right direction for tracking down why this is happening.
2007 Jun 21
1
ERROR: Unable to create temporary directory on centos 5
...gt; (0/0), delay=00:00:05, xdelay=00:00:00, mailer=local, pri=120305, dsn=2.0.0, stat=Sent WHY IS THAT? Then, I disabled Selinux as follows. setenfoce 0 Then, Checked again and no such error was given. Worked properly. I do not want to leave Selinux disable. So could you pls help me to solve thsi issue ? -- Thank you Indunil Jayasooriya -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070621/c65086b6/attachment-0001.html>
2013 Jul 24
2
What is my syntax error here?
I have thsi code in a dial plan. The purpose of which is to set distinctive ring tones for internal and transferred calls. exten => _.,1,Noop(CALLERID_ALL=${CALLERID(all)}) exten => _.,n,Set(CallerIDNum=${CALLERID(num)}) ; This just shows a list of interesting variables and their values ; Comment...
2003 Jun 03
1
Making winbindd and pam_mount play nice together
...tlet@samba.org> Cc: samba@lists.samba.org Message-ID: <CB5DFC3826CDAA48A8FA15A9E83D47131CEBB8@mail.rydesc-h.schools.nsw.edu.au> Content-Type: text/plain; charset="windows-1252" I have winbind working except it will not let me authenticate users against the Active Directory. Thsi leads me to the conclusion that my PAM files are not right. I have posted then here. PLease help me!
2009 Mar 30
1
what is R equivalent of Fortran DOUBLE PRECISION ?
...conatant post-fixed by the letter "D", I wonder how I can instruct R interpreter to store such a numerical constant reserving as muh memory as necessary so as to accommodate a double precision number. I noticed R accepts the folllowing syntax but I do not know if i have achieved my goal thsi way: > c14 <- as.double( 7.785205408500864E-02) > typeof(c4) [1] "double" My questions are: what is the best precision I can get with R when dealing with real number ? Is R "double" type equvalent to Fortran DOUBLE PRECISION for internal number representation ?...
2017 Jul 12
1
Problem for installing cbPlatte on R Version 3.4.1
On 12.07.2017 12:35, Shanu Singh wrote: > Hi John, > > Thanks for reply ! Sorry It was my mistake. It is *cbPalette. *Basically > its a R package. Come on. - Where do you want to get thsi from? - What have you tried to do so? Please re-read the posting guide that helps to ask good questions. Best, Uwe Ligges > > > Shanu > > On Wed, Jul 12, 2017 at 3:57 PM, John Kane <jrkrideau at yahoo.ca> wrote: > >> What is cbplatte? Where do we find it? >...
2011 Apr 28
1
odbc error - server is gone
...gt; and here <http://www.voip-info.org/wiki/view/Asterisk+Voicemail+ODBC+storage>. I am using asterisk 1.4.2 with mysql. I also installed the proper odbc driver for mysql on the server. I successfully completed the conversion of a lot of voicemail users into db yesterday. But today on the CLI thsi error was showing; [Apr 28 11:40:54] WARNING[24676]: res_odbc.c:147 ast_odbc_smart_execute: SQL Execute returned an error -1: 08S01: [MySQL][ODBC 3.51 Driver][mysqld-5.0.68-log]MySQL server has gone away (70) [Apr 28 11:40:54] WARNING[24676]: res_odbc.c:147 ast_odbc_smart_execute: SQL Execute retu...
2007 Sep 14
1
howwinbind cache time works
Hello list I' ve a question regarding Samba Documentation I could not figure out how Winbind chace time works I know thsi parameter is user to configure a period of time in which the samba server "retain" user credential to speed up access... What I need to know is WHEN this time starts and is renewed the countdown is restarted every time the user authenticates ? or is a cicle starting since the first us...
2004 Aug 06
2
No library found for -lshout
OS: OpenBSD 3.1 perl 5.6.1 libshout-1.0.9 Shout-1.0 Whatever I do, I cannot get Shout to see the libshout so. I'm pretty sure this is an ld problem but: bash-2.05# ldconfig -r | grep shout 72:-lshout.2.2 => /usr/local/lib/libshout.so.2.2 orry if I'm missing something simple...happy monday. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage:
2003 Nov 26
1
NT account locking out
Hi I have Win2k servers connecting to the samba server by mapping a windows user to unix user. We never had any problems with thsi connectivity but for past 2 weeks we have an erratic problem which causes the windows account to lock thus making samba unfunctional. When I get the windows account unlocked then samba starts functioning properly again. I do not have a scenario to reproduce the problem and it appears once in 2...
2005 Dec 04
1
Admin Printers and Faxes from Windows XP
hi all, I have been stuffing around with thsi problem for a couple of weeks now, without much success :) I am sure i am missing something simple. I have a Samba server setup as a member server in a 2000 domain. (samba 3.0.10) Samba is printing through CUPS and the printing works fine. when i click on "Printers and Faxes" froma wind...
2002 Jun 20
4
I think It is a bug!
Hi All, To clerify the problem, firstly I have to give you some details of our environment.. Linux Redhat 7.3, Samba 2.2.4, Win2000 workstations... We are trying to use Linux servers as file and print servers. Our client are Windows2000 workstations which will use Linux boxes as file and print servers... Problem with : winbindd Signal 11 error Suspect : When winbind starts, it can get all