search for: necessities

Displaying 20 results from an estimated 703 matches for "necessities".

Did you mean: necessitates
2007 Apr 11
2
sem is not "taking" the model
A strange problem with sem: I downloaded the sem library and then, I specified my simple measurement model (below). I highlighted it and ran it. It ran, but it did NOT tell me "22 lines read". And nothing works after that - it looks like it runs, but it does not produce anything... Did I make a mistake somewhere in the model? (notice, TIME has only 1 indicator - t1, and I fixed t1's
2006 Mar 29
3
MySQL in dev, Postgres in prod - differences in "LIKE" query
Hi everyone, I run MySQL in my dev environment, but Postgres in my production environment (out of necessity). I''m having trouble finding a way to write a query with a LIKE condition that is supported as case insensitive in both databases. Right now, I have this: @query = "m" # for example @people = Person.find(:all, :conditions => ["last_name LIKE ?", @query +
2010 Nov 25
2
Timing cable usage necessity
Hello everyone. I have a timing slips errors and I can't understand what source of the problem is. My installation has 2 digium cards: TE420 and TE220 cards in one server. There are 3 spans (E1) to PSTN and 3 spans to internal PBS stations - normal installation for transit communication. Span configuration is: span=1,1,0,ccs,hdb3 #TE420 - first port. To PSTN. span=2,0,0,ccs,hdb3 #TE420 -
2009 Aug 17
4
Calling C functions with value parameters
One hassle I could do without is the necessity of writing C wrapper functions like this: void fameInit(int *status){ cfmini(status); return; } when I want to call a library function (cfmini, in this case) that takes an int argument. The .C interface only lets me pass a pointer to an int, rather than the int itself. Is there any chanch that .C could be enhanced to allow passing arguments by
2012 Dec 05
1
Understanding svd usage and its necessity in generalized inverse calculation
Dear R-devel: I could use some advice about matrix calculations and steps that might make for faster computation of generalized inverses. It appears in some projects there is a bottleneck at the use of svd in calculation of generalized inverses. Here's some Rprof output I need to understand. > summaryRprof("Amelia.out") $by.self self.time self.pct
2020 Apr 14
2
Re: php libvirt show active snapshot
I was looking for a virDomainSnapshotCurrent I wish I had time to learn to properly Code in C, haven't touch it since that late 90's I'm only only coding in php out of necessity. . On Tue, Apr 14, 2020 at 8:02 AM Michal Privoznik <mprivozn@redhat.com> wrote: > > On 4/13/20 9:22 PM, Todd Lewis wrote: > > Is php libvirt able to list the active snapshot for the vm?
2004 Oct 18
1
centos-yumconf purpose
Hello. I did try to find out some information about centos-yumconf, but I didn't find any. I would like to know what centos-yumconf rpm is made for and what it does (just overwrite the yum.conf file, or copy things from the original and create a new one ?). I dont' really understand the necessity of this package, because I thought that the version upgrade was made through the $releasever
2006 Jun 06
1
arch.cmd file and init args
I don't really understand the necessity of the /arch.cmd file to be parsed before /proc/cmdline. It seems simpler to just parse the program args first before /proc/cmdline. The whole point, as far as I see, is to composite kernel params based on scripts and/or the bootloader params. It makes sense to say "arg1=a" should override (come before) any other arg1, but I see no need to
2021 Jan 29
6
Intel/64 CentOS VM running on a Mac M1?
My Dell Precision M3800 running Fedora works great but is really starting to show its age, and I'm thinking about getting a new Mac M1-based laptop as it would really be useful for Video production. But I really need to have a IA64 CentOS 7/8 VMs running locally for development as I'm often on the road and flaky Internet makes it a necessity to keep productivity up. I've been
2007 Jun 19
2
[LLVMdev] TargetRegisterClass for Physical Register
On Tuesday 19 June 2007 00:35, Chris Lattner wrote: > > Is there some other architecture where the physical register name/number > > does not completely determine its register class? > > Yes, for example, X86. On X86, we have XMM registers that can hold one of > three things: an f32 value, a f64 value, or a vector value. These are > represented by different register
2020 Jun 16
2
client host certificates and receiving host configuration
I'm working on a small server written in Go to add short-lived user certificates to the forwarded agents of authorized users. https://github.com/rorycl/sshagentca This seems to work quite well for accessing sshd servers with the appropriately configured "TrustedUserCAKeys" directive. I have been in a debate about how similarly adding host certificates to forwarded agents could
2017 Sep 18
4
KeePassX replacement
On Sat, September 16, 2017 1:45 pm, Yves Bellefeuille wrote: > H <agents at meddatainc.com> wrote: > >> I have been using the KeePassX password manager on CentOS 6 and 7 for >> some time and it works pretty well. On my Windows machine I use >> KeePass which offers a number of features missing from KeePassX, I >> also sync the database between several machines,
2015 May 03
2
C-API: check whether R has been initialized ?
Beside the possible argumentation that with an API elegance and convenience might sometimes be superior to necessity, the suggested pattern ("every program, including R itself, keeping its own flag") does no work too well when the nested embedding of R is involved. A concrete example is: ``` $ R -q > library('rPython'); python.exec('import rpy2.robjects') R is already
2016 Apr 12
2
formula argument evaluation
On Tue, Apr 12, 2016 at 2:08 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > [...] > > It never gets to evaluating it. It is not a legal R statement, so the parser signals an error. > If you want to pass arbitrary strings to a function, you need to put them in quotes. I see. I thought it was parsed inside the function, but if it's parsed before then quoting is the
2004 Aug 19
2
Syslinux patch
Out of necessity, a friend of mine and I have created a patch for syslinux to allow it to modify the mbr and partition table in windows. It adds a -m option to syslinux. If given, it will overwrite the MBR of the drive specified with the mbr.bin provided in syslinux, and if the bootable flag is not set on the partition being syslinuxed, it will set it. This was done to distribute with my USB
2015 Dec 17
2
Setting up PXE server
Folks On a lark, I am trying to set up a PXE server so I can use network boots to load new computers {some of which are virtual) at home. It's more of an intellectual exercise than a work necessity. I've read several "how to" documents, and even the one on the RedHat site doesn't help. (For example, it refers to /etc/xinet.d instead of /etc/xinetd.d, and the careless
2018 Oct 22
3
please remove permission check that disallows private-group access.
I'm new here, but I feel like chiming in, I hope my opinions are welcome. At first glance at this thread it seems unnecessary to argue about the necessity of these checks when when the option exists to give users the choice. Adding configuration option(s) for users who wish to bypass these checks could allow experienced users to do what they need to, and less experienced users could
2003 May 17
2
Software bridge problem
Dear list. I have a problem I hope someone can help me with. I am currently developing a "transparent" software bridge that connects a local area network to the Internet. eth0 is connected to the "Internet" and eth1 is connected to the LAN. The program is working just fine and packets are routed perfectly through the box. However my problems goes as follows: eht0 has got an
2005 Aug 24
2
BDC + LDAP
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Good Moring list I already possess PDC + LDAP. Today the necessity appeared to possess a BDC, but users in base LDAP would like to legalize all, and mine configuracao follows below: [global] ~ workgroup = AURORA ~ netbios name = fly ~ server string = Marcio(CPD) ~ passdb backend = ldapsam:ldap://121.1.16.245 ~
2019 May 04
2
Windows 2012 server as a member?
It has become necessary to have a W2012 server on my local lan. I have an existing Samba 4 (Ubuntu) domain with two controllers, a (Ubuntu) member server and a few W10 workstations. If I am reading the wiki correctly "Joining a Windows Client or Server to a Domain" page indicates Windows clients or "servers" and the "server" portion of the lists include W2012. Now,