Displaying 20 results from an estimated 165 matches for "pax".
Did you mean:
eax
2005 Feb 16
4
[LLVMdev] Install fails due to missing 'pax' tool
Hello,
I've just tries make && make install on a fresh CVS tree, and get:
llvm[0]: Installing include files
/bin/sh: line 1: pax: command not found
Two questions.
1. Why install process requires some nonstandard tool? Is it possible to get
away without it.
2. autoconf/configure.ac has this:
AC_PATH_PROG(PAX, [pax], [pax])
but Makefile.rules uses plain 'pax', not $(PAX). Why autoconf test is needed,
then?...
2014 May 14
3
[CFT] ASLR, PIE, and segvguard on 11-current and 10-stable
...-current@, freebsd-security@, and
freebsd-stable at . Please forgive me if crossposting is frowned upon.]
Address Space Layout Randomization, or ASLR for short, is an exploit
mitigation technology. It helps secure applications against low-level
exploits. A popular secure implementation is known as PaX ASLR, which is
a third-party patch for Linux. Our implementation is based off of PaX's.
Oliver Pinter, Danilo Egea, and I have been working hard to bring more
features and robust stability to our ASLR patches. We've done extensive
testing on amd64. We'd like to get as many people testi...
2014 May 14
3
[CFT] ASLR, PIE, and segvguard on 11-current and 10-stable
...-current@, freebsd-security@, and
freebsd-stable at . Please forgive me if crossposting is frowned upon.]
Address Space Layout Randomization, or ASLR for short, is an exploit
mitigation technology. It helps secure applications against low-level
exploits. A popular secure implementation is known as PaX ASLR, which is
a third-party patch for Linux. Our implementation is based off of PaX's.
Oliver Pinter, Danilo Egea, and I have been working hard to bring more
features and robust stability to our ASLR patches. We've done extensive
testing on amd64. We'd like to get as many people testi...
2005 Feb 16
0
[LLVMdev] Install fails due to missing 'pax' tool
Vladimir,
I believe I've corrected this situation with version 1.299 of
Makefile.rules. It now only uses find and install to do the installation
of the header files. pax isn't used any more. Hopefully this helps you.
Reid.
On Wed, 2005-02-16 at 04:18, Vladimir Prus wrote:
> Hello,
> I've just tries make && make install on a fresh CVS tree, and get:
>
> llvm[0]: Installing include files
> /bin/sh: line 1: pax: command not foun...
2005 Feb 16
0
[LLVMdev] Install fails due to missing 'pax' tool
On Wed, 2005-02-16 at 04:18, Vladimir Prus wrote:
> Hello,
> I've just tries make && make install on a fresh CVS tree, and get:
>
> llvm[0]: Installing include files
> /bin/sh: line 1: pax: command not found
>
This is a known issue. We plan to make the makefiles not depend on pax.
> Two questions.
>
> 1. Why install process requires some nonstandard tool? Is it possible to get
> away without it.
Yes, it is.
>
> 2. autoconf/configure.ac has this:
>
>...
2010 Aug 25
1
Could not request certificate: Neither PUB key nor PRIV key
...the ssl directory on the client:
[root@app03 puppet]# service puppet stop
Stopping puppet: [ OK ]
[root@app03 puppet]# rm -fR /var/lib/puppet/ssl
[root@app03 puppet]#
I then go and clean the certificate on the server.
prov01 ~:# puppetca --clean app03.pax.livegamer.com
notice: Revoked certificate with serial 114
notice: Removing file Puppet::SSL::Certificate app03.pax.livegamer.com
at ''/var/lib/puppet/ssl/ca/signed/app03.pax.livegamer.com.pem''
notice: Removing file Puppet::SSL::Certificate app03.pax.livegamer.com
at ''/var/...
2008 Oct 31
14
questions on zfs backups
On Thu, Oct 30, 2008 at 11:05 PM, Richard Elling <Richard.Elling at sun.com> wrote:
> Philip Brown wrote:
>> I''ve recently started down the road of production use for zfs, and am hitting my head on some paradigm shifts. I''d like to clarify whether my understanding is correct, and/or whether there are better ways of doing things.
>> I have one question for
2001 Nov 08
1
ethertap dropping packets?
...PrivateKeyFile = /etc/tinc/.rsa-private
TapDevice = /dev/tap0
-------
Site B:
-------
---- tinc-up ----
#!/bin/sh
/sbin/ifconfig $NETNAME hs ether fe:fd:00:00:00:00
/sbin/ifconfig $NETNAME 10.11.15.1 netmask 255.0.0.0
/sbin/ifconfig $NETNAME -arp
----- tinc.conf ----
ConnectTo = orca
Name = pax
Hostnames = no
InterfaceIP = 24.176.163.186
KeyExpire = 30000000
PrivateKeyFile = /etc/tinc/.rsa-private
TapDevice = /dev/tun
------------------
Shared Hosts Files
------------------
--- pax ---
Address = x.x.x.x
Subnet = 10.11.15.0/24
PublicKeyFile=/etc/tinc/hosts/.pax-rsa-public
--- orca ---...
2004 Oct 25
5
[LLVMdev] Some Questions about LLVM
...ept the installation dir for
llvm is /home/my/llvm/llvm-bin/ and llvmgcc dir is
/home/my/llvm/llvm/llvm-gcc and the configure option is
--prefix=/home/my/llvm/llvm-bin/ --enable-jit
--llvmgccdir=/home/my/llvm/llvm/llvm-gcc
btw: there was an error when installing LLVM, the system complained "no
pax command...". What pax is?
2. I want to do some work on register allocation using LLVM, which parts
of code should I read? ( The whole source is too big for me)
thans.
--zhoufeng
2004 Oct 25
0
[LLVMdev] Some Questions about LLVM
...able-jit
> --llvmgccdir=/home/my/llvm/llvm/llvm-gcc
Make sure you set your LLVM_LIB_SEARCH_PATH envvar, as specified in the
getting started guide:
http://llvm.cs.uiuc.edu/docs/GettingStarted.html#environment
> btw: there was an error when installing LLVM, the system complained "no
> pax command...". What pax is?
I have no idea.
> 2. I want to do some work on register allocation using LLVM, which parts
> of code should I read? ( The whole source is too big for me)
As Alkis mentioned, the code in lib/CodeGen/* is the most relevant.
-Chris
--
http://llvm.org/
http://...
2006 Feb 05
5
IP PAX gateway to PSTN
Hi,
If I setup an IP PAX gateway to handle VoIP calls to a traditional phone
line, I am wondering how each VoIP call to the PSTN connection get
charged by a local Telecom.
Thanks
Sam
2010 Jul 30
5
Parameterised Classes in 2.6.0... still no luck
I downloaded the latest version of puppet 2.6.0 today, and still can''t
get parameterised classes to work. At least, I think it''s 2.6.0... the
version number in the RPM spec file says 0.25.5.
This simple example:
/etc/puppet/manifests/nodes/pax/name01.pax.xxx.com.pp:
node ''name01.pax.xxx.com'' {
class { amodule::afunc: version => "1.0" }
}
/etc/puppet/modules/amodule/manifests/afunc.pp:
class amodule::afunc ( $version ) {
file { "/tmp/foo": ensure => directory; }
}
This causes the follo...
2004 Jul 19
2
Mac OS X installer: missing files fix
I've paraphrased the OS X installer developer's comments: there's a bug in
Installer that is preventing the archive from working right. Below is the
fix for the problem.
First (obviously) run the installer. Since the executables are in the
archive.pax.gz file in the installer package, first do a "show package
contents" on the package file, then unstuff the enclosed archive.pax.gz file
to the desktop... Then open up a shell, CD to the desktop, and run the
following:
cat Archive.pax | pax -r
sudo cp -R usr/* /usr
Anyway, hope this he...
2019 Jan 25
0
Garbled mails in Maildir storage
...g the last 20 in the web interface)
After some debugging i found a bunch of mails like this:
Return-Path: <*************************>
X-Original-To: test at wasteland.rfc822.org
Delivered-To: inbox at wasteland.rfc822.org
Received: from node11.tmdvps.com (unknown [184.154.211.109])
by pax.zz.de (Postfix) with SMTP id 3B73DD00B5
for <test at wasteland.rfc822.org>; Thu, 8 Jun 2017 17:09:25 +0200 (CEST)
<U+FEFF>Date: Thu, 8 Jun 2017 10:09:24 +0000 (GMT)
From: Apple Support <*************************>
REPLY-TO: do_not_reply at apple.com
To: test at wasteland.rf...
2010 Jul 22
9
First Foray into Parameterized Classes.... not so good
...}
puppet complains with this on the client:
Could not retrieve catalog from remote server: Error 400 on SERVER:
Could not find parent resource type ''facility::sanjose'' of type
hostclass in production at
/etc/puppet/modules/facility/manifests/sanjose/logserver.pp:1 on node
slog01.pax.xxx.com
and this on the server:
Syntax error at ''foo::foobar''; expected ''}'' at
/etc/puppet/modules/facility/manifests/sanjose.pp:32 on node
slog01.pax.xxx.com
I suspect that it doesn''t like the ''::'', but I can''t test it witho...
2007 Jul 12
0
FreeBSD Security Advisory FreeBSD-SA-07:05.libarchive
...rary provides a flexible interface for reading and
writing streaming archive files such as tar and cpio, and has been the
basis for FreeBSD's implementation of the tar(1) utility since FreeBSD 5.3.
II. Problem Description
Several problems have been found in the code used to parse the tar and
pax interchange formats. These include entering an infinite loop if an
archive prematurely ends within a pax extension header or if certain
types of corruption occur in pax extension headers [CVE-2007-3644];
dereferencing a NULL pointer if an archive prematurely ends within a
tar header immediately fo...
2007 Jul 12
0
FreeBSD Security Advisory FreeBSD-SA-07:05.libarchive
...rary provides a flexible interface for reading and
writing streaming archive files such as tar and cpio, and has been the
basis for FreeBSD's implementation of the tar(1) utility since FreeBSD 5.3.
II. Problem Description
Several problems have been found in the code used to parse the tar and
pax interchange formats. These include entering an infinite loop if an
archive prematurely ends within a pax extension header or if certain
types of corruption occur in pax extension headers [CVE-2007-3644];
dereferencing a NULL pointer if an archive prematurely ends within a
tar header immediately fo...
2018 Oct 11
10
Transponer data frame.
Hola,
Tengo la siguiente base de datos
Numero de vuelo Nacionalidad Pax
1240 Argentina 2341
1240 Uruguaya 4432
1240 Paraguaya 67000
1240 Brasilera 1234
1241 Argentina 7344
1241 Uruguaya 543000
1241 Paraguaya 3000
1241 Brasilera 234000
y quiero que quede del siguiente modo:
Numero de vuelo Nacionalidad_argentina Nacionalidad_uruguaya
Nacionalidad_paraguaya Nacionalidad...
2015 Apr 24
0
Férias/Maio/Junho
...282 315 601
Aproveite as nossas promo??es. Fa?a uma pausa, viaje at? ao Algarve e desfrute de umas f?rias no conforto da Primavera.
T1, s/Ac e pouca vista de mar, at? 30 de Maio de 2015.
Special price until the 30th May 2015. One bedroom apartment without air conditioning and little sea view.
2 pax = 175? (7 noites/nights)
3 pax = 203? (7 noites/nights)
4 pax = 231? (7 noites/nights)
T1, s/Ac e pouca vista de mar, de 30 de Maio at? 20 de Junho de 2015.
Special price from the 30th May until the 20th June 2015. One bedroom apartment without air conditioning and little sea view.
2 pax = 196...
2012 Oct 17
24
[zfs] portable zfs send streams (preview webrev)
We have finished a beta version of the feature. A webrev for it
can be found here:
http://cr.illumos.org/~webrev/sensille/fits-send/
It adds a command ''zfs fits-send''. The resulting streams can
currently only be received on btrfs, but more receivers will
follow.
It would be great if anyone interested could give it some testing
and/or review. If there are no objections,