Displaying 20 results from an estimated 124 matches for "pushd".
Did you mean:
pushl
2010 Oct 26
1
PUSHD under WINE?
Hi!
Is it possible to use the command PUSHD under wine?
I am running a run.bat file with the command wine cmd /c run.bat.
The run.bat file has only the following command at the moment,
PUSHD \\computername\Users\username\Directory<file:///\\computername\Users\username\Directory>
When running wine cmd /c run.bat I get the following...
2018 Apr 27
3
How do I get the kernel srpm?
I tried to follow the work flow shown in https://wiki.centos.org/Sources, but
it does not seem to work:
I did this:
mkdir CentOS
pushd CentOS
git clone https://git.centos.org/git/centos-git-common.git
git clone https://git.centos.org/git/rpms/kernel.git
pushd kernel/
git checkout c6
../centos-git-common/get_sources.sh
And I got the message:
Missing metadata. Please run from inside a sources git repo
What am I missing?...
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 Feb 12
1
Software GPO deployment fail because of computer trust
...ume-t774753.html
(the last reply)
It tell me that kerberos is required between server and client (I just know
it, I though it is only required between DC and DC member)
So I try something in this new win7...
Without login to the domain, just the local administrator...
And there are no log there.
pushd \\DCmember\share
Login Fail, Unknown username and password
But
pushd \\DC1\netlogon OR \\DC1\dfs
I'll be able to login without any problem...
So the Question is why fail on the DCmember
And how can we make it pass
According to GPO software deployment.
The PC have to get the files from the...
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/l...
2016 Oct 07
3
[PATCH v5 0/2] Improve OVA manifest parsing
This series fixes and enhances parsing of the OVA manifest file.
The changes are:
- Added mandatory space to the regexp
- Process all lines in the file, not just one
- Warn on improperly formated lines
- Support SHA256 hashes
v4 -> v5:
- fix tests
- change one test to include the SHA256 checksum
Tomáš Golembiovský (2):
v2v: ova: fix checking of the manifest file
v2v: ova: support SHA256
2008 Dec 15
3
Problems compiling PostgreSQL package from FC8 on CentOS 5
...ake -C contrib all
make -C contrib/xml2 all
# Have to hack makefile to put correct path 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...
2014 May 18
3
[LLVMdev] Clang 3.5 Release Pre-Pre-Pre-Announcement
...mail.com> wrote:
>
>> 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.dyli...
2018 Jul 03
2
Firefox 60.0.1.0 ESR Progress?
...org
> > https://lists.centos.org/mailman/listinfo/centos
> >
>
> This is what I do and it works well, script run as root after
> downloading compiled tarball from upstream.
>
> ------
> #!/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
>...
2001 Jul 24
2
Small buglet trying to recompile SRPM
I've got RedHat 7.1 and when I downloaded the SRPM for
openssh-2.9p2-1.src.rpm and tried to rpm --recompile it bombed.
Here's the error message that it generated:
+ pushd x11-ssh-askpass-1.2.0
/usr/src/redhat/BUILD/openssh-2.9p2/x11-ssh-askpass-1.2.0
/usr/src/redhat/BUILD/openssh-2.9p2
+ xmkmf -a
imake -DUseInstalled -I/usr/X11R6/lib/X11/config
make Makefiles
Makefile:1052: *** target file `distclean' has both : and :: entries. Stop.
error: Bad exit status fro...
2013 Nov 17
2
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
...of the official LLVM builders use Ninja as far as I know.
My buildbots use ninja.
> Please notice that you must specify the absolute path to ninja, otherwise CMake can't figure out where it is located.
Strange, I never had to do this. I just put 'ninja' binary into my PATH.
> pushd llvm-trunk/tools > /dev/null
This does not look correct to me, because you are not entering the
'clang' directory. Similarly, for compiler-rt below.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko &...
2019 Dec 17
6
[v2v PATCH 0/3] Various dist/build fixes
Fix one dist issue, and almost all the builddir!=srcdir issues.
(For the record, only 3 tests still fail in that setup.)
Pino Toscano (3):
libvirt-ocaml: add libvirt_c.h as source
tests: fix path to sources of fake-virtio-win.iso
tests: fix srcdir references
bundled/libvirt-ocaml/Makefile.am | 1 +
test-data/fake-virtio-win/Makefile.am | 2 +-
tests/rhbz1232192.sh
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!
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 spo...
2018 Jul 05
0
Firefox 60.0.1.0 ESR Progress?
...listinfo/centos
>>>
>>
>> This is what I do and it works well, script run as root after
>> downloading compiled tarball from upstream.
>>
>> ------
>> #!/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 firef...
2013 Nov 17
0
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
...s far as I know.
>
> My buildbots use ninja.
>
> > Please notice that you must specify the absolute path to ninja,
> otherwise CMake can't figure out where it is located.
>
> Strange, I never had to do this. I just put 'ninja' binary into my PATH.
>
> > pushd llvm-trunk/tools > /dev/null
>
> This does not look correct to me, because you are not entering the
> 'clang' directory. Similarly, for compiler-rt below.
>
> Dmitri
>
> --
> main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
> (j){printf(&q...
2008 Apr 26
1
Xen and Torque
...39;m about to integrate this system with 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 "j...
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 worki...