similar to: tar question

Displaying 20 results from an estimated 1000 matches similar to: "tar question"

2007 Jan 07
1
Updating PHP
My version of Centos (4.4) comes with php 4.3.9. Since I run Interbase on the server, I need to recompile the php with Interbase. The only php I have found is 4.4 which I have downloaded and untarred as well as configuring it with Interbase, doing the make and make install. Where I am lost is on having Apache (httpd) use it rather than the 4.3.9 ( http://209.204.172.137:82/testphp.php ).
2005 Aug 19
2
Whoops! PHP does not have MySQL support
http://209.204.172.137:82/testphp.php So, I will need to recompile PHP with MySQL (and Interbase), however I do not want to "upset the appple cart" by bring in something that will cause conflicts. Is there a step-by-step discussion on how to do this for php 4.3.9? Todd -- Ariste Software 200 D Street Ext Petaluma, CA 94952 (707) 773-4523
2002 Jan 11
3
Wine Newbee
Dear Friends, I am new to Linux and Wine. I have just d/l wine and trying to configure it. I would like to know that after loading wine on Linux can i get windows like start button and menu ? I want to install Interbase Client on wine. It has normal windows style setup program i.e. setup.exe file. Can somebody tell me how to use setup programs with wine and later use them ? Thanks R. S.
2007 Jan 12
4
Problem with rpmbuild
I want to be able to recompile php, so I downloaded the src dvd and did a rpm -i php-4.3.9-3.15.src.rpm After doing that I wanted to check to see if I can recompile it before making changes. So, I went to the SPECS dir and did a rpmbuild -i php.spec It spent a lot of time doing the compile, but at the end there were errors. What am I missing? Todd -- Ariste Software 2200 D Street Ext
2016 Jan 22
4
LVM mirror database to ramdisk
I'm still running CentOS 5 with Xen. We recently replaced a virtual host system board with an Intel S1400FP4, so the host went from a 4 core Xeon with 32G RAM to a 6 core Xeon with 48G RAM, max 96G. The drives are SSD. I was recently asked to move an InterBase server from Windows 7 to Windows Server. The database is 30G. I'm speculating that if I put the database on a 35G
2005 Feb 16
2
YUM and Tripwaire
I am looking for a location where I can get tripwire to install and update via YUM. I know this is not the most secure thing but with the amount of machines that I have, I have not other choice. So far I have found http://download.fedoralegacy.org/redhat/9/updates/SRPMS/ Does anyone know one for CentOS? Thanks ---------------------------------------------------------------------- This mail
2009 Nov 11
4
About the tar extract signal directory~~
Hi,all: I've couple of large tarballs such as www.tar and images.tar. Is it possible to extract a single file or a list of files from a large tarball such as images.tar instead of extracting the entire tarball? How do I extract specific files under Linux / UNIX operating systems? Thanks in advance ~~ -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Feb 22
1
CentOS 4 rc1 on prodution server :-)
It's running on my main database server :-) A dual xeon 3,6 ht - 2gb ram - 4 x 300Gb hd (md raid) 2x Gigabit lan nic. Interbase 6.01 and Informix 9.4 are running smoothly :-) Great job guys !
2004 Sep 03
2
From OCFS to tape via tar (and back again)
We're using RMAN to back up our 9.2 RAC database to an OCFS v1 volume. We have an existing shell script that we use for copying files from disk to tape via tar, one file at a time. (Don't ask why. It's a legacy script. Long story.) We're tweaking this script to use --o_direct when tarring the file to tape and that seems to be working fine: # tape device is /dev/nst0 $ tar
2005 Aug 19
1
Feeling a little guilty...
This is the first time I have tried Centros and I must say that I am a very happy camper. But maybe my needs/goals are simple: I need HTTP and FTP servers that support Apache, PHP and Interbase (yes, that "funny" DB that runs and runs). RH 9 was like that and so was FC 3, BUT FC 4 was something else...could not even get it to install (like others). And this forum has been VERY
2002 Oct 30
3
Problem with ISOLinux 2.00
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am trying to build a live fs on a CD that is selfbooting that later installs a pre-configured linux (this is acctually an upgrade, I have already done it before with 1.67). Anyway, I can't get it to work this time. All I see is - -----8<------ Cannot load disk image (invalid file)? - -----8<------ My isolinux/isolinux.cfg file: -
2002 Dec 06
1
Making TIMEOUT work?
I have problems getting the TIMEOUT value work the same way LILO/GRUB does it.. ie it should wait until the timeout and then use the default value. However, it goes straight for the default value without waiting a single second (and a TIMEOUT value of 500 should mean 50 seconds, as it counts in 1/10th of a second, right?) SYSLINUX (isolinux) 2.00 ----8<------8<---- SERIAL 0 38400 TIMEOUT
2005 Sep 25
1
tar with pipe
CentOS 4.1 X86_64 I am trying to collect all my music files and extract them into a new directory flat, (without the hierarchy) The command works find without the pipe, but do not work with. 1.Why don't the command work after the pipe? 2.How do I remove the hierarchy before extracting? $ tar -cvf music.tar `find ../ -name '*.mp3' -o -name '*.ogg'` | tar -xvf music.tar
2006 Mar 01
1
Problem with large tar file.
I have just completed installing CentOS 4.2 (I came over here from Fedora-Land (core-3)). I did this via a fresh install. I tar'd everything to an external drive reinstalled the new stuff and everything is working very well. I've just got one issue. I have a full system backup Backup.tar that has a size of 78,717,880,320. When I issue the command tar -xvf Backup.tar I get only about
2007 Jan 18
7
CRITICAL - DB Adapters - Syntax Errors
Anyone else notice that changeset 5980[1] hosed several of the db adapters? Specifically: activerecord/lib/active_record/connection_adapters/frontbase_adapter.rb activerecord/lib/active_record/connection_adapters/mysql_adapter.rb activerecord/lib/active_record/connection_adapters/openbase_adapter.rb activerecord/lib/active_record/connection_adapters/oracle_adapter.rb Someone has already filed
2009 Aug 21
4
tar and gunzip help
HI All, I have a directory tree that when the user un-gzips/untars it does into /opt by default. The directory tree is like: ugui | |-- <misc files> |-- source |-----framework |------ <misc files> so when unzipped I want to end it with /opt/ugui and all the stuff below it. How do I do this? Can I also issue one command that will unzip and untar the archive at the same time?
2005 Aug 12
4
Remote archiving with tar over ssh
I am trying to create a one line command that will: 1. Find all files ending in .conf 2. tar these over ssh to a remote server. I have reached this point in my trials. a. I can find the files. b. I can tar them locally. c. I can get a simple fileset tar'ed to a remote server over ssh using tar -zvcf - /some/fileset | ssh host.domain.tld "cat > /backup/tarfile.tar.gz d. I cannot
2007 Jun 07
1
tar question
Hi Using tar i normally create an archive etc and then unpack that archive, job done. But i am copying from one filesystem to another on the same host, they are 2 seperate nfs filesystems, and i wonder is it possible to use tar to do this as opposed to say rsync etc. tar -cvf /some/input/dir to/here etc ? thanks
1997 Jan 24
6
GNU tar vulnerability
I reported the following vulnerability to AUSCERT, but they weren''t interested. People on this list might be, though! GNU tar is lazy about file creation modes and file owners when unpacking a tar file. Because GNU tar defaults to creating files owned by the userid running tar when the username is not found on your system, it can be possible to inadvertantly create setuid root
2001 Nov 10
3
root fs mounts as ext2, others ext3
I have ext2 compiled in the kernel (so i can mount the initrd image), all other filesystems are modules. The initrd image contains aic7xxx, jbd, and ext3 modules. /etc/mtab reports the filesystem mounted ext3 /proc/mounts reports it mounted ext2 /proc/filesystems lists ext3 If I umount other partitions that are ext3 the module becomes 'unused'. The filesystem was created