search for: reincarnated

Displaying 20 results from an estimated 33 matches for "reincarnated".

2009 Jun 04
3
Plot and lm
I want to make a log-log plot with a regression line, but I can't figure out what I'm doing wrong. What I'm trying is: plot(mass,area, log="xy", pch=as.numeric(food)) abline(lm(mass~area)) or plot(mass,area, log="xy", pch=as.numeric(food)) islands$logmass <- log(mass) islands$logarea <- log(area) attach(islands) abline(lm(logmass~logarea)) But that does
2010 Feb 02
2
[RFC] Merge of a reincarnation of the nouveau classic mesa driver.
For a long time the gallium pipe drivers for nvidia fixed function cards (nv0x, nv1x and, to some extent, nv2x) have remained unmaintained and godforsaken -- especially nv0x and nv1x had seen almost no progress since their creation. They've recently grown a classic mesa driver which implements many new features: texturing, hardware-accelerated tnl. However the killer feature is "it
2018 Jul 31
2
LLJVM make error
...tantsScanner.h: No such file or directory #include <llvm/Analysis/ConstantsScanner.h> ^ compilation terminated. make[1]: *** [main.o] Error 1 make[1]: Leaving directory `/home/rtiwari1/llvm_new/lljvm/backend' make: *** [all] Error 2 Any reincarnated version of this or similar or any help to get it running please? Greatly appreciated. Thanks & Regards, Ratnesh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180801/343d7e6b/attachment.html>
2017 Feb 23
1
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
On 23 February 2017 at 17:18, Joe Perches <joe at perches.com> wrote: > On Thu, 2017-02-23 at 09:28 -0600, Rob Herring wrote: >> On Fri, Feb 17, 2017 at 1:11 AM, Joe Perches <joe at perches.com> wrote: >> > There are ~4300 uses of pr_warn and ~250 uses of the older >> > pr_warning in the kernel source tree. >> > >> > Make the use of pr_warn
2024 Mar 08
1
Call for testing: OpenSSH 9.7
Hi, /bin/sh can be very different.... Ubuntu 22.04: :; ls -hal /bin/sh /bin/bash -rwxr-xr-x 1 root root 1,4M Jan 6 2022 /bin/bash lrwxrwxrwx 1 root root 4 Mar 23 2022 /bin/sh -> dash OpenIndiana (old OpenSolaris reincarnation) :; ls -hal /bin/sh /bin/bash -r-xr-xr-x 1 root bin 1,4M Jan 25 09:42 /bin/bash lrwxrwxrwx 1 root root 9 Apr 6 2021 /bin/sh -> i86/ksh93 On
2011 Jun 01
1
Access rights from ACLs not honored when setting file attributes?
This is somewhat a reincarnation of a problem I am facing since upgrading to samba 3.5.6 (3.5.8 is identical). I use samba on an ext3 ACL enabled file system. Typically a users access rights are determined by his or her membership in different groups. The access right is therefore defined and granted by/to the group, not the user. These groups then appear in the ACL of directories and files
2009 Jan 23
1
Asterisk 1.2.31.1, 1.4.22.2, 1.4.23.1, and 1.6.0.5 released
.... Those issues have been corrected in this release. This security issue affects the 1.2, 1.4, and 1.6 series of Asterisk. Also note, that Asterisk 1.6.0.4-rc1 was released yesterday prior to the security update. That release has been removed as there will be no 1.6.0.4 release, but rather will be reincarnated as 1.6.0.6-rc1. The reason for the dead release is to avoid 5 digit release numbers. ChangeLogs for the various releases are available at: http://downloads.digium.com/pub/asterisk/ChangeLog-1.2.31.1 http://downloads.digium.com/pub/asterisk/ChangeLog-1.4.22.2 http://downloads.digium.com/pub/asteri...
2008 Mar 20
1
For or Against
...were born into the untouchable caste, according to this view, because of their actions in previous incarnations. That does not mean people of higher castes are supposed to mistreat untouchables. The chief concern of all people is right behavior, and treating others well, because the goal is to be reincarnated at an even higher level in the future, and eventually not have to return to the physical plane at all, and worship in the presence of Krishna forever. Of course, another reason to support universal health care through single-payer global health insurance is that this might be the best way, along w...
2008 Nov 08
9
How does zfs COW deal with ''..'' in brother directory?
Hi matt, I have some problems about understanding zfs COW implemention. Suppose b and c are both children dir of a, if c changes, there will be new versions of both a and c, namely c'' and a''. a a'' b c c'' Because ''..'' in b points to a before this change, shall we modify b to let ''..'' point to a''? If yes,
2007 Apr 14
1
Windows Vista issues
It seemed FUD [*] has been prevailing here and elsewhere on Vista security features. I asked our sysadmins to set up a Vista box for me on which I have access to all levels of accounts. Many of the issues I found were covered by earlier answers and all in the upcoming rw-FAQ (currently available at http://www.stats.ox.ac.uk/pub/R/rw-FAQ.html and in the 2.5.0 pre-releases) but a quick
2016 Jan 14
5
CentOS 6 Virt SIG Xen 4.6 packages available in centos-virt-xen-testing
As mentioned yesterday, Xen 4.6 packages are now available for testing. These also include an update to libvirt 1.3.0, in line with what's available for CentOS 7. Please test, particularly the upgrade if you can, and report any problems here. To upgrade: yum update --enablerepo=centos-virt-xen-testing To install from scratch: * Install centos-release-xen from centos-extras yum install
2018 Mar 02
2
[cfe-dev] [GSOC 2018] Information gathering
...mory at the end of the original value's lifetime (similarly to how StackAddrEscape checker finds stack pointers at the end of a function's stack frame). The unknowns here include how easy would it be to track scopes (for now we only track function scopes, but if fairly old but recently reincarnated patches [1] and [2] land any time soon, we may get a much better granularity), how easy would it be to track objects when they are moved or lifetime-extended by binding to references, which was a large problem for other C++ object checkers, but we may work our way around it to some extent (or d...
2018 Aug 01
2
LLJVM make error
...irectory > #include <llvm/Analysis/ConstantsScanner.h> > ^ > compilation terminated. > make[1]: *** [main.o] Error 1 > make[1]: Leaving directory `/home/rtiwari1/llvm_new/lljvm/backend' > make: *** [all] Error 2 > > Any reincarnated version of this or similar or any help to get it running > please? > Greatly appreciated. > > Thanks & Regards, > Ratnesh > > > > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org >...
2016 Mar 27
0
is LLJVM alive?
...r.h: No such file or directory* * #include <llvm/Analysis/ConstantsScanner.h>* * ^* *compilation terminated.* *make[1]: *** [main.o] Error 1* *make[1]: Leaving directory `/home/a/llj/lljvm-llvm3.3/backend'* *make: *** [all] Error 2 *" any reincarnated version of this or similar or any help to get it running please? greatly appreciated! Best, Ammar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160326/7b5c08d8/attachment.html>
2017 Feb 23
0
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
On Thu, 2017-02-23 at 17:41 +0000, Emil Velikov wrote: > On 23 February 2017 at 17:18, Joe Perches <joe at perches.com> wrote: > > On Thu, 2017-02-23 at 09:28 -0600, Rob Herring wrote: > > > On Fri, Feb 17, 2017 at 1:11 AM, Joe Perches <joe at perches.com> wrote: > > > > There are ~4300 uses of pr_warn and ~250 uses of the older > > > >
2007 Aug 30
0
percentage explained by fixed effects in random model
Hi, I realise this has come up before in various reincarnations but I couldnt find the answer... I wish to quote the "percentage variance explained" by each of three components in my mixed model. If I didnt have a random effect I would just use r squared. I can work out the percentage explained by the random effect using summary() but this doesnt give variance for the fixed effects.
1998 Dec 14
1
Shadow passwords
Dear samba-list! I just upgraded our linux-file server from the last samba version (1.19.-something??) to the 2.0beta3 since the speed-up effect seemed worth a try. I did this over the weekend to keep our network functional workdays... But now I've seen that only me can write and read properly from the different shares. The other users (I set up user level security as before) have some
2001 Apr 20
0
limit bandwidth per user
...for this a long time now and no one can help me out.. PLEASE.. .thank you in advance... PD: im using SuSe 7.0 and all the pcs are conectes in a LAN... but i can switch to any distro if i had to... Peperino Pomuro (sí, con U) peperinopomuro@interlap.com.ar peperinopomuro@hotmail.com Q: Will I be reincarnated? A: Not unless there is a special need to recreate you... and searching backup files is a major hassle, so if there is a request for you, God will just say that the tape has been lost.
2010 Oct 05
2
release plan for dovecot antispam plugin?
Hi, I noticed that someone took over the development of the dovecot antispam plugin, and the is currently hosted at dovecots hg repo. Great to see that the plugin is not dead! ;) I created a gentoo ebuild that builds the plugin from the repo, and the plugin seems to work nice with dspam (using mailtrain backend). I'm running a checkout from Tue Sep 21 16:14:48 2010. However, it is lacking a
2016 Feb 02
0
CentOS 6 Virt SIG Xen 4.6 packages available in centos-virt-xen-testing
On 01/14/2016 06:57 PM, George Dunlap wrote: > As mentioned yesterday, Xen 4.6 packages are now available for > testing. These also include an update to libvirt 1.3.0, in line with > what's available for CentOS 7. Please test, particularly the upgrade > if you can, and report any problems here. > > To upgrade: > > yum update --enablerepo=centos-virt-xen-testing >