Displaying 20 results from an estimated 112 matches for "popd".
Did you mean:
pop
2004 Jun 06
2
Feature request?
I'd like to toss a feature request on the table for consideration. We
currently use a different popd because of a feature that allows us to
restrict pop access based upon an allowed users list. This is the only
thing that keeps us from using the popd in dovecot currently. It's a
simple text file of usernames that are allowed to use pop, if the name
isn't in that list then pop access...
2020 Jun 17
1
Compile gnutls yo install samba-4.12.3
Hello all;
Has anyone installed samba4 from sources (samba-4.12.3.tar.gz) on CentOS 7?
I explain the problem: to install samba-4.12.3 you need to install a version equal to or greater than 3.4.7 of gnutls; this (gnutls) depends on nettle and gmp.
I am trying to install gnutls-3.6.14; I already have gmp (gmp-6.2.0) and nettle (nettle-3.6) installed (compiled from sources), but gnutls
2014 May 18
2
[LLVMdev] Clang 3.5 Release Pre-Pre-Pre-Announcement
Bill,
Are there any plans to integrate the new openmp support into the
llvm/clang 3.5 build process? I have been able to build the current
llvm/clang/compiler-rt/openmp svn on Mac OS X 10.9 out of tree with…
pushd projects/openmp/runtime
make compiler=clang
popd
and then
OPENMP_DIR=`ls projects/openmp/runtime/tmp | grep dyn`
pushd projects/openmp/runtime/tmp/$OPENMP_DIR
install -m 755 libiomp5.dylib %i/opt/llvm-%v/lib/libgomp.dylib
install -m 644 *.h %i/opt/llvm-%v/lib/clang/%v/include
popd
in our fink llvm packag...
2008 Dec 15
3
Problems compiling PostgreSQL package from FC8 on CentOS 5
...th into tutorial scripts
sed "s|C=\`pwd\`;|C=/usr/lib/pgsql/tutorial;|" < src/tutorial/Makefile >
src/tutorial/GNUmakefile
make -C src/tutorial NO_PGXS=1 all
rm -f src/tutorial/GNUmakefile
pushd src/test/regress
make all
make MAX_CONNECTIONS=5 check
make clean
popd
pushd src/test/regress
make RPMTESTING=1 all
popd
PYTHON=/usr/bin/python
python_version=`${PYTHON} -c "import sys; print sys.version[:3]"`
python_prefix=`${PYTHON} -c "import sys; print sys.prefix"`
python_includespec="-I${python_prefix}/include/py...
2013 Dec 19
0
EFI build problems
...> The internal Gnu-EFI build gives me grief:
>
> * efi/check-gnu-efi.sh: uses realpath, which is not available on my
> Debian wheezy system. I now use readlink -f, but wonder if it's
> needed at all.
>
> * efi/build-gnu-efi.sh: uses realpath, like above, and also pushd/popd,
> which is not built into a standard Bourne shell invoked by #!/bin/sh.
> Again I wonder what's the point of it, as the script exits right after
> the popd, and it is not sourced but executed, so the current working
> directory is discarded anyway.
>
> * make spotless...
2014 May 18
3
[LLVMdev] Clang 3.5 Release Pre-Pre-Pre-Announcement
...te the new openmp support into the
>> llvm/clang 3.5 build process? I have been able to build the current
>> llvm/clang/compiler-rt/openmp svn on Mac OS X 10.9 out of tree with…
>>
>> pushd projects/openmp/runtime
>> make compiler=clang
>> popd
>>
>> and then
>>
>> OPENMP_DIR=`ls projects/openmp/runtime/tmp | grep dyn`
>> pushd projects/openmp/runtime/tmp/$OPENMP_DIR
>> install -m 755 libiomp5.dylib %i/opt/llvm-%v/lib/libgomp.dylib
>> install -m 644 *.h %i/opt/llvm-...
2018 Jul 03
2
Firefox 60.0.1.0 ESR Progress?
...t;
> ------
> #!/bin/bash
>
> TMP=`mktemp -d /tmp/ff.XXXXXXXX`
> mv $1 ${TMP}/
>
> pushd ${TMP}
>
> FFOX=`echo $1 |sed -e s?"\.tar\.bz2"?""?`
>
> tar -jxf ${1}
>
> chown -R root:root firefox
>
> mv firefox /usr/local/${FFOX}
>
> popd
>
> pushd /usr/local
>
> rm -f firefox && ln -s ${FFOX} firefox
>
> popd
>
> rm -rf ${TMP}
> ---------
>
> $1 is the FireFox downloaded from upstream (compiled)
>
> Installing it as root means I am safe from malware over-writing bits of
> it, but I...
2013 Dec 17
6
EFI build problems
Hi,
The internal Gnu-EFI build gives me grief:
* efi/check-gnu-efi.sh: uses realpath, which is not available on my
Debian wheezy system. I now use readlink -f, but wonder if it's
needed at all.
* efi/build-gnu-efi.sh: uses realpath, like above, and also pushd/popd,
which is not built into a standard Bourne shell invoked by #!/bin/sh.
Again I wonder what's the point of it, as the script exits right after
the popd, and it is not sourced but executed, so the current working
directory is discarded anyway.
* make spotless still fails after working ar...
2016 Dec 12
2
[PATCH] v2v: tests: avoid '..' in member names for tar
...truncate -s 10k disk1.vmdk
gzip disk1.vmdk
sha=`do_sha1 disk1.vmdk.gz`
echo -e "SHA1(disk1.vmdk.gz)= $sha\r" > disk1.mf
+cp ../test-v2v-i-ova-gz.ovf .
-tar -cf test.ova ../test-v2v-i-ova-gz.ovf disk1.vmdk.gz disk1.mf
+tar -cf test.ova test-v2v-i-ova-gz.ovf disk1.vmdk.gz disk1.mf
popd
# Run virt-v2v but only as far as the --print-source stage, and
diff --git a/v2v/test-v2v-i-ova-two-disks.sh b/v2v/test-v2v-i-ova-two-disks.sh
index aefd90e..2bd8a26 100755
--- a/v2v/test-v2v-i-ova-two-disks.sh
+++ b/v2v/test-v2v-i-ova-two-disks.sh
@@ -51,8 +51,9 @@ echo -e "SHA1(disk1.vmdk...
2016 Nov 21
2
Re: [PATCH v2 5/5] v2v: update tests to match changes in OVA import
...subfolders.sh
> @@ -35,6 +35,7 @@ fi
> export VIRT_TOOLS_DATA_DIR="$srcdir/../test-data/fake-virt-tools"
>
> . $srcdir/../test-data/guestfs-hashsums.sh
> +. $srcdir/../test-data/utils.sh
>
> d=test-v2v-i-ova-subfolders.d
> rm -rf $d
> @@ -56,10 +57,15 @@ popd
> # normalize the output.
> $VG virt-v2v --debug-gc --quiet \
> -i ova $d/test.ova \
> - --print-source |
> -sed 's,[^ \t]*\(subfolder/disk.*\.vmdk\),\1,' > $d/source
> + --print-source > $d/source
>
> # Check the parsed source is what we expect...
2015 Mar 18
2
Need help for write rpm spec
Hi
I am try to write rpm spec for install tomcat on a linux machine.But while
build the rpm i found following error
+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id
/home/rpmbuild/BUILD/Install_tomcat-1.0
extracting debug info from
/home/rpmbuild/BUILDROOT/Install_tomcat-1.0-1.el6.x86_64/usr/local/jdk1.7.0_13/lib/visualvm/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so
***
2015 Apr 19
2
Re: Unknown segfault
On Mon, 13 Apr 2015 07:03:37 +0200
Michal Privoznik <mprivozn@redhat.com> wrote:
> On 11.04.2015 11:29, Fl@sh wrote:
> > Unknown sefault:
> > http://itmag.es/2HxqM
> >
> > Why this might happen?
> > Maybe i'm close last virConnectRef in threads? (but this is
> > unlikely). Or maybe another reason?
> >
>
> Doesn't ring any bell to
2018 Jul 02
1
Firefox 60.0.1.0 ESR Progress?
Is there a way to track CentOS's progress on RHSA-2018-2113?
https://access.redhat.com/errata/RHSA-2018:2113
Thanks!
2018 Jul 05
0
Firefox 60.0.1.0 ESR Progress?
...p -d /tmp/ff.XXXXXXXX`
>> mv $1 ${TMP}/
>>
>> pushd ${TMP}
>>
>> FFOX=`echo $1 |sed -e s?"\.tar\.bz2"?""?`
>>
>> tar -jxf ${1}
>>
>> chown -R root:root firefox
>>
>> mv firefox /usr/local/${FFOX}
>>
>> popd
>>
>> pushd /usr/local
>>
>> rm -f firefox && ln -s ${FFOX} firefox
>>
>> popd
>>
>> rm -rf ${TMP}
>> ---------
>>
>> $1 is the FireFox downloaded from upstream (compiled)
>>
>> Installing it as root means I am sa...
2008 Apr 26
1
Xen and Torque
...I''ve managed to create a script that launches virtual machines on a selected
amount of nodes. It looks like this:
on the central host:
----
#!/bin/bash
#PBS -S /bin/bash
pbsdsh -v /home/torque/myscript.sh
----
on nodes:
----
#!/bin/bash
pushd /opt/xen
sudo /usr/sbin/xm create vnode.cfg
popd
----
The problem is that several seconds after the launching the /usr/sbin/xm
(either with console or without it) returns the execution control and the
torque switches this node to "free" state. But in my case the node should be
in "job-exclusive" state all the time the virtual...
2002 Oct 22
1
gnuclient.exe as pager ?
Hi,
I see there are some previous threads on gnuclient.exe, but I can't
figure this out based on those...
I recently started using ESS with Xemacs. I'm on Windows XP. On starting
iESS, my editor gets set to 'gnuclient.exe'. I don't understand how this
works, since there is no executable anywhere on my machine called
"gnuclient.exe". But I have no complaints: I like
2014 Jan 08
1
EFI build problems
...,
> I confirm the command realpath wasn't installed by default on my
> debian either. And it seems it can be easily replaced by readlink -f.
> And actually I find its use doubtful.
>
> However, as you may have seen, these scripts are quite new and may
> have bugs. Using pushd/popd in a /bin/sh script is a bug. IIRC, by
> default, on debian, /bin/sh points to dash, and not bash.
D'oh, yes. That's a bug. The intent was to allow building the gnu-efi
code without the Syslinux source being the current working directory -
hence the realpath stuff. Furthermore, the gnu...
2002 Apr 04
1
Performance ext3/hardware raid
...s you can see the random delete results on the ext2 drive are way better
than reiser and ext3, and this is something a mailserver does on a regular
basis when serving pop-boxes (especially if a user has say 2000 new mails
in his mailbox and all he does is a "stat" and then disconnects the popd
has to move all the mails from the "new" to the "cur" dir).
Can you give me some insight why there are so big differences in the
random delete part?
best regards, michael
2020 Mar 02
2
[PATCH 0/1] Delay installation of QEMU-GA
This is a replacement for previously posted patch "Delay firstboot scripts to
some later time":
https://www.redhat.com/archives/libguestfs/2019-November/msg00134.html
Instead of delaying all the firstboot scripts we just delay the QEMU-GA
installation that we know is problematic. I will possibly send a similar patch
for RHEV-APT installation later.
Tom?? Golembiovsk? (1):
windows:
2019 Jul 08
5
[PATCH 0/4] p2v: more bits of independence (#3)
These are more small bits to make p2v more independent, and they will
help after the split.
Pino Toscano (4):
p2v: clean also the test images
p2v: consider p2v-config.h as generated source
p2v: fix tests with srcdir!=builddir
p2v: split appliance tests in own variable
p2v/Makefile.am | 13 +++++++++----
p2v/test-virt-p2v-docs.sh | 2 +-
p2v/test-virt-p2v-nbdkit.sh | 4