search for: jxvf

Displaying 20 results from an estimated 20 matches for "jxvf".

2013 Nov 22
1
tar binary in RTools 3.1.0.1939 has problems with tar.bz2 files
...: (first directory in %PATH% is c:\rtools31.1936\bin) E:\>tar jcvf tmp.tar.bz2 tmp tmp/ tmp/foo.txt E:\>tar jtvf tmp.tar.bz2 drwxr-xr-x 4294967295/4294967295 0 2013-11-22 11:35 tmp/ -rw-r--r-- 4294967295/4294967295 3 2013-11-22 11:35 tmp/foo.txt E:\>mkdir ex E:\>cd ex E:\ex>tar jxvf ..\tmp.tar.bz2 tmp/ tmp/foo.txt E:\ex>cd .. E:\>rm -rf ex ...but this fails when using the tar binary in Rtools 3.1.0.1939. The following lines are run with c:\rtools31.1939 as the first directory in %PATH% (and there is only one Rtools installation referenced in %PATH% in both these examp...
2005 May 12
0
Policy Match and the 2.6 Kernel
...ebian/pool/main/k/kernel-image-2.6.11-i386/kernel-image-2.6.11-i386_2.6.11-3.tar.gz Getting Started 1. Lets start by using apt-get to install some utilities we will need during the process >apt-get install bzip2 kernel-package libncurses5-dev 2. Extract the source files in /usr/src >tar –jxvf linux-2.6.11.tar.bz2 >tar –jxvf iptables-1.3.1.tar.bz2 3. Extract file in /var/tmp in /var/tmp >tar –jxvf patch-o-matic-ng-20050504.tar.bz2 >tar –zxvf kernel-image-2.6.11-i386_2.6.11-3.tar.gz 4. Move the 5 IPSEC patch to the kernel source folder >mv /var/tmp/*.diff /usr/src/li...
2005 Apr 14
2
tftp - getting connection refused
I did the following to setup the tftp server. Download tftp from ftp://ftp.kernel.org/pub/software/network/tftp/tftp-0.40.bz2 tar -jxvf tftp-0.40.bz2 cd tftp-0.40 make make install mkdir /tftpboot chmod 777 /tftpboot chown nobody:nobody /tftpboot changed /etc/xinetd.d/tftp file to "disable no" service xinetd restart Now when I connect I get in /var/log/messages "tftpd: read(ack): Connection refused" I even re...
2009 Jun 25
1
error: ‘FT_MulFix’ undeclared here
Hi, I am using ubuntu 9.04. I have installed ubuntu 9.04. And then downloaded wine-1.0.1.tar.bz2 from winhq/download site. Then follow following steps: 1) Untar files: tar jxvf wine-1.0.1.tar.bz2 2) cd wine-1.0.1/ 3) ./tools/wineinstall During step three, following error comes: ******************************************** make[2]: Leaving directory `/home/manoj/wine-1.0.1/dlls/fusion' make[2]: Entering directory `/home/manoj/wine-1.0.1/dlls/gdi32' gcc -c -I. -I....
2009 Jan 15
5
[PATCH 0/3] ocfs2: Inode Allocation Strategy Improvement.v2
...: first column is the result without inode allocation patches, and the second one with inode allocation patched enabled. You see we have great improvement with the second "ls -lR". echo 'y'|mkfs.ocfs2 -b 4K -C 4K -M local /dev/sda11 mount -t ocfs2 /dev/sda11 /mnt/ocfs2/ time tar jxvf /home/taoma/linux-2.6.28.tar.bz2 -C /mnt/ocfs2/ 1>/dev/null real 0m20.548s 0m20.106s umount /mnt/ocfs2/ echo 2 > /proc/sys/vm/drop_caches mount -t ocfs2 /dev/sda11 /mnt/ocfs2/ time ls -lR /mnt/ocfs2/ 1>/dev/null real 0m13.965s 0m13.766s umount /mnt/ocfs2/ echo 2 > /proc/sys/vm/drop_...
2012 Sep 26
4
guestfish hang when exec command.
...le. it requested qemu >= 0.13, my qemu version is qemu-1.0.1 requested kernel version >= 2.6.34, my kernel version is 3.1.4 the most of requirement for compiling I reached. but I completed compiltion and executed command. the guestfish hang there. the following was my operating steps: tar -Jxvf appliance-<VERSION>.tar.xz Then copy all four files: * kernel * initrd * root * README.fixed into a directory somewhere, eg. /usr/local/lib/guestfs/appliance/ Then build libguestfs (>= 1.16.7 or >= 1.17.10) from source, disabling the normal appliance and daemon: ./configure --d...
2005 Nov 10
0
Unable to compile drivers...
...o build directory. # ls /lib/modules/2.6.11.12-xen0/ kernel modules.dep modules.isapnpmap modules.usbmap modules.alias modules.ieee1394map modules.pcimap modules.ccwmap modules.inputmap modules.symbols I have the 2.6.11.12 linux kernel source (downloaded and unzipped (-jxvf) in the /usr/src/kernels/2.6.11.12 directory: lrwxrwxrwx 1 root root 26 Nov 8 17:53 /usr/src/linux -> /usr/src/kernels/2.6.11.12 When I try to use KSRC=/usr/src/linux I get the same make error. I understand this is probably pretty elementary, but I''m not sure why I am unable to r...
2008 Jul 10
1
Slow samba and Realtek card
.../CentOS5/RealTek/r1 000?action=show&redirect=HardwareList%2FCentOS5%2FRealTek%2Fr1000>] # yum update # reboot The slow samba shares didn't disapear at all ! I have corrected the trouble by doing this : # cd /usr/src/ # curl -O ftp://218.210.127.132/cn/nic/r8101-1.007.00.tar.bz2 # tar jxvf r8101-1.007.00.tar.bz2 # cd r8101-1.007.00 # make clean modules # make install # depmod -a # insmod ./src/r8101.ko # reboot After the reboot we can see that the r8101 module has been activated # dmesg | egrep -i r[0-9]{4} Finaly the slow samba share was gone ! (on 10 servers) Cordialement Emm...
2008 Apr 21
1
Install problem with UBUNTU Gutsy
Hello everybody. I try to install Wine on my UBUNTU GUTSY using a terminal. After unpacking the wine-0.9.60.tar.bz2 package with tar -jxvf wine-0.9.60.tar.bz2 going to the new created directory and typing: sudo ./configure sudo make depend && maked after running for a while I get the error: [b]/bin/sh: cannot create version-stamp: Permission denied rm: cannot remove `version-stamp': Permission denied[/B Thks Any idea Thk...
2009 Feb 24
2
[PATCH 1/3] ocfs2: Optimize inode allocation by remembering last group.
In ocfs2, the inode block search looks for the "emptiest" inode group to allocate from. So if an inode alloc file has many equally (or almost equally) empty groups, new inodes will tend to get spread out amongst them, which in turn can put them all over the disk. This is undesirable because directory operations on conceptually "nearby" inodes force a large number of seeks. So
2004 Dec 20
0
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
...nfigure > --prefix=/mounts/choi/disks/0/localhome/criswell/rel14/cfrontend/x86/llvm-gcc > --disable-threads --disable-nls --disable-shared --enable-languages=c,c++ > Thread model: single > gcc version 3.4-llvm 20030924 (experimental) Note that this is "3.4-llvm" > 3. tar -jxvf freetype-2.1.9.tar.bz2 > 4. cd freetype-2.1.9 > 5. edit builds/unix/configure to match GCC's build flags: > > if test "x$CC" = xgcc; then > XX_CFLAGS="-Wall" > XX_ANSIFLAGS="-pedantic -ansi" > else > case "$host" in > *...
2017 Mar 09
3
Inconsistent query results
...which strongly suggests that whatever is going on here is related to a memory error. In case someone on the xapian list wants to play with this, you can grab Kirill's test corpus and driver from wget http://notmuchmail.org/pipermail/notmuch/attachments/20170308/fa83965a/attachment-0001.xz tar Jxvf attachment-0001.xz -------------- next part -------------- A non-text attachment was scrubbed... Name: test.c Type: text/x-csrc Size: 1220 bytes Desc: not available URL: <http://lists.xapian.org/pipermail/xapian-discuss/attachments/20170308/4a5e5a5f/attachment.c>
2004 Dec 20
4
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
...m/specs Configured with: /home/vadve/criswell/release/llvm-gcc/configure --prefix=/mounts/choi/disks/0/localhome/criswell/rel14/cfrontend/x86/llvm-gcc --disable-threads --disable-nls --disable-shared --enable-languages=c,c++ Thread model: single gcc version 3.4-llvm 20030924 (experimental) 3. tar -jxvf freetype-2.1.9.tar.bz2 4. cd freetype-2.1.9 5. edit builds/unix/configure to match GCC's build flags: if test "x$CC" = xgcc; then XX_CFLAGS="-Wall" XX_ANSIFLAGS="-pedantic -ansi" else case "$host" in *-dec-osf*) CFLAGS= XX_CFLAGS="-s...
2006 Mar 25
2
Multiple uplink problems
I''ve installed Shorewall 3.0.5 on a Debian Sarge box, and I''m attempting to route internet traffic through a couple of ISPs, and I''ve come up against some problems. The first is that one of my links is a pppoe connection to a wireless modem, and I can''t configure it to have a static IP address... therefore I can''t see how I can set up the two
2004 Mar 11
7
asterisk gui client
I have looked at matt's asterisk gui client at sourceforge. I am not a programmer by trade. The documentation there seems to be a bit lacking. Has anyone have the experience in installing the gui client and may perhaps have a how-to document available for sharing. -- David Kwok Tel: 612 99292086 ext 1002 Iaxtel/FWD # 17001813482 ext 1002 -------------- next part -------------- A non-text
2012 Feb 01
8
D2GS on Wine
Hi! I typed the following commands on my fresh-new installed Debian GNU/Linux 6.0 VPS machine (via SSH): Code: apt-get install xserver-xorg-core xorg gdm gnome apt-get install wine wine -v Everything seems to works fine, but when I type: Code: cd ~/Diablo wine D2GS.exe & I get the error: Code: wine: Unhandled page fault on read access to 0x0443cbf8 at address 0x6ff5824c (thread
2004 Dec 20
3
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
...disks/0/localhome/criswell/rel14/cfrontend/x86/llvm-gcc > > --disable-threads --disable-nls --disable-shared --enable-languages=c,c++ > > Thread model: single > > gcc version 3.4-llvm 20030924 (experimental) > > Note that this is "3.4-llvm" > > > 3. tar -jxvf freetype-2.1.9.tar.bz2 > > 4. cd freetype-2.1.9 > > 5. edit builds/unix/configure to match GCC's build flags: > > > > if test "x$CC" = xgcc; then > > XX_CFLAGS="-Wall" > > XX_ANSIFLAGS="-pedantic -ansi" > > else > &...
2004 Dec 20
0
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
.../home/vadve/criswell/release/llvm-gcc/configure >--prefix=/mounts/choi/disks/0/localhome/criswell/rel14/cfrontend/x86/llvm-gcc >--disable-threads --disable-nls --disable-shared --enable-languages=c,c++ >Thread model: single >gcc version 3.4-llvm 20030924 (experimental) > >3. tar -jxvf freetype-2.1.9.tar.bz2 >4. cd freetype-2.1.9 >5. edit builds/unix/configure to match GCC's build flags: > >if test "x$CC" = xgcc; then > XX_CFLAGS="-Wall" > XX_ANSIFLAGS="-pedantic -ansi" >else > case "$host" in > *-dec-osf*...
2005 Jan 13
2
Debian Sarge Root Raid + LVM + XEN install guide (LONG)
...8. Configure/build/install XEN dom0 kernel --------------------------------------- Since this is the first time configuring XEN on this hardware I am building the kernel from scratch. When we get more of these servers I will install a prebuilt debianised kernel on them. # cd /usr/src/ # tar -jxvf ./kernel-source-2.6.9_2.6.9-3_all.deb # cd kernel-source-2.6.9 # export ARCH=xen # cp ~/xen/cryptocracy.hn.org/xen/config.xen0 .config # make menuconfig (Make changes as appropriate for this hardware) # make # make modules_install # cp vmlinuz /boot/vmlinuz-2.6.9-dom0 9. Configure GRUB --------...
2003 May 15
4
Problems compiling zaptel
Hi All, At the suggestion of Tilghman I'm trying to compile the zaptel dummy driver to see if it fixes the stuttering mp3 problem. I checked out zaptel from CVS but when I try to do a 'make' I get the following output, which terminates with an error. (I'm using RedHat 9) Can anyone suggest why it fails to compile? cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA