search for: reincarn

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

2009 Jun 04
3
Plot and lm
...1874 , Circus alphonsi, carn, 0.63 Mallorca , 3667 , Myotragus balearicus, herb, 40 Mallorca , 3667 , Aquila chrysaetos, carn, 4.2 Kreta , 8259 , Elephas creutzburgi, herb, 3200 ....... /Par -- Par Leijonhufvud par at hunter-gatherer.org I don't believe in reincarnation. I used to, but that was in another life.
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&gt...
2017 Feb 23
1
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
...;sed s/\bpr_warning\b/pr_warn/' and some emacsing. > [] >> Where's the removal of pr_warning so we don't have more sneak in? > > After all of these actually get applied, > and maybe a cycle or two later, one would > get sent. > By which point you'll get a few reincarnation of it. So you'll have to do the same exercise again :-( I guess the question is - are you expecting to get the series merged all together/via one tree ? If not, your plan is perfectly reasonable. Fwiw in the DRM subsystem, similar cleanups does purge the respective macros/other with the f...
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 2024-03-07 23:19, Job Snijders wrote: > On Thu, Mar 07, 2024 at 11:13:50PM +0100, Predrag Ze?evi? wrote: >> Not all systems have /bi...
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...
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/as...
2008 Mar 20
1
For or Against
...s regard Jesus as a great prophet, there is no exact verse saying "love your neighbor as yourself" within the Quran. Still, one of the five pillars of Islam is charitable giving as a way to help the poor and to reduce economic inequality. From the Hindu perspective, there is a belief in reincarnation. People 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 g...
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
...asking is something that applies to a program, not part of a particular session). One simple solution is to elevate your credentials when running an R session to install packages in the same way that you needed to when installing R. (Unix and MacOS X users will recognize a somewhat automated reincarnation of 'sudo'.) It looks like the best practice will be to change the (full) ownership of the R installation to the account used to install it, something which would be standard practice in the Unix world. Also, we are encouraging people as from 2.5.0 to install packages into a site o...
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 (...
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
...> > > [] > > > Where's the removal of pr_warning so we don't have more sneak in? > > > > After all of these actually get applied, > > and maybe a cycle or two later, one would > > get sent. > > > > By which point you'll get a few reincarnation of it. So you'll have to > do the same exercise again :-( Maybe to one or two files. Not a big deal. > I guess the question is - are you expecting to get the series merged > all together/via one tree ? No. The only person that could do that effectively is Linus. > If not,...
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 doe...
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
...gt; > > -George > _______________________________________________ > CentOS-virt mailing list > CentOS-virt at centos.org > https://lists.centos.org/mailman/listinfo/centos-virt Hello I've attempted to upgrade today to xen 4.6 ( because of something which seems to be a reincarnation of http://lists.xen.org/archives/html/xen-devel/2014-01/msg02259.html ) and I noticed that the new xen-runtime package tries to bring in a whole bunch of other packages: Installing for dependencies: atk x86_64 1.30.0-1.el6 base 195 k avahi-libs x86_64 0.6.25-15.el6 base 55 k cairo x...