search for: jxf

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

Did you mean: 0xf
2009 Jul 07
1
Installation from source on Ubuntu 9.04, make kernel failure
...tall-xen # make install-tools # make install-stubdom Xen 3.4.1 installed Building kernel:- # cd /usr/src # wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.4.tar.bz2 # wget http://gentoo-xen-kernel.googlecode.com/files/xen-patches-2.6.29-6.tar.bz2 # mkdir buildir # cd  buildir # tar jxf ../xen-patches-2.6.29-6.tar.bz2 # # tar jxf ../linux-2.6.29.4.tar.bz2 # cd linux-2.6.29.4/ # ls ../6*.patch1 | sort | while read line ; do patch -p1 -s -i $line ; done # make menuconfig (provided by this) http://bderzhavets.wordpress.com/2009/01/03/setup-xen-330-ubuntu-intrepid-server-dom0-via-bui...
2006 Jul 03
1
Question on kernel recompile 2.6.17.3
I downloaded the kernel from kernel.org. I did the following: cd /usr/src tar -jxf /tmp/linux-2.6.17.3.tar.bz2 cd linux-2.6.17.3 make menuconfig selected what I needed, saved the new config make bzImage make modules At this point nothing is compiled. All I get is: CHK include/linux/version.h Building modules, stage 2. MODPOST and a command prompt. I did make menuconf...
2010 Oct 12
1
switching shorewall 4.0.6 -> 4.4.13.3, opensuse -> ubuntu
Hi, I want to switch between shorewall 4.0.6 to the latest 4.4.13.3 and from opensuse10.3 to ubuntu10.04 Set up ubuntu10.04 on a dedicated PC (Intel), downloaded shorewall-4.4.13.3.tar.bz2 and had it installed via tar -jxf and then ./install.sh from the extracted shorewall-4.4.13.3 subdirectory Ubuntu10.04 comes standard with perl 5.10.1 ($ perl -v --> Perl, v5.10.1) Reading the Shorewall-4.html file, told me that also Prerequisted for shorewall 4.2/4.4 are the perl modules Cwd, File::Basename, File::Temp, GetOp...
2009 Dec 16
7
rebased openSUSE dom0 xen patches for 2.6.31
Hi, I have uploaded a new set of rebased openSUSE dom0 xen patches and Gentoo ebuild for 2.6.31 to http://code.google.com/p/gentoo-xen-kernel/downloads/list, Jan Beulich recently identified the cause of the null pointer crash and other stability problems that affected previous versions and with the necessary fixes applied the kernel has run for 2+ days with no issues at all, I think you will find
2004 Jun 07
2
run-init warning
Please be aware that I HAVE NOT TESTED THIS PROGRAM... please try it in a "safe" environment since for all I know it could nuke your "real root" by mistake. -hpa
2018 Jul 03
2
Firefox 60.0.1.0 ESR Progress?
...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 > > rm -rf ${TMP} > --------- > > $1 is the FireFox downloaded from upstream (compiled)...
2006 May 09
0
[PATCH] build: make linux download more flexible
...and patch-pristine targets are run in a submake +# so that vpath is re-evaluated. This is important for the case +# where the files are dowloaded this time around, and they are downloaded +# into an alternate directory, as specified by DOWNLOAD_PATH + +unpack-pristine-%-X: % + tar -C $(UNPACK_DIR) -jxf $< + +patch-pristine-%-X: % + echo $< + bzcat $< | patch -d $(UNPACK_DIR) -p1 + +.PHONY: patch-pristine-dummy +patch-pristine-dummy-X: -pristine-%/.valid-pristine: %.tar.bz2 +pristine-%/.valid-pristine: $(LINUX_TARBALL) $(LINUX_PATCHES) rm -rf tmp-pristine-$* $(@D) mkdir -p tmp-prist...
2004 Dec 11
7
Installing Shorewall on Debian 3.0 r2
Hi All, i am trying to install Shorewall 2.0 on debian 3.0. But when i try apt-get i am getting older version i.e. 1.2. Can someone send me a pointer on how to install shorewall latest version on Debian 3.0 please. i searched google and on this site but could find any. i am not in this list, pl include me in ur replies. Appreciate ur help, -Balaji
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!
2008 Nov 11
1
Kernel compilation problems
All, I am trying to build a custom kernel, following the howto and some stuff i found on the forums (mkspec.patch) 1. the mkspec.patch gives an error: [root at centos linux]# patch -p1 < mkspec.patch (Stripping trailing CRs from patch.) patching file scripts/package/mkspec Hunk #1 succeeded at 103 with fuzz 2 (offset 22 lines). Hunk #2 FAILED at 115. 1 out of 2 hunks FAILED -- saving
2007 Feb 11
1
Joining a SAMBA 4 TP4 Active Directory with WinXP
Hello! I just installed Samba 4 TP 4 (samba-4.0.0tp4.tar.gz) and installed it under a vmware virtual machine running a minimal Debian Etch. Some of the steps I did: *) cd /usr/local/src *) tar jxf /root/samba-4.0.0tp4.tar.gz *) cd samba-4.0.0tp4/samba4/source *) "./configure --with-fhs" *) make proto all *) make install *) vim /etc/profile PATH="$PATH:/usr/local/samba/sbin:/usr/local/samba/bin" *) ./setup/provision --realm=LEOSENDE.FUN --domain=LEOSENDE --adminpass=<...
2018 Jul 05
0
Firefox 60.0.1.0 ESR Progress?
...; 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 >> >> rm -rf ${TMP} >> --------- >...
2010 Apr 19
0
That the Linux bridge configuration does not work afer I upgraded the kernel to 2.6.33.2.
...D=no ONBOOT=yes [root at node78 ~]# cat /etc/sysconfig/network-scripts/ifcfg-br0 DEVICE=br0 TYPE=Bridge BOOTPROTO=static BROADCAST=192.168.0.255 IPADDR=192.168.0.78 NETMASK=255.255.255.0 NETWORK=192.168.0.0 DELAY=0 NM_CONTROLLED=no ONBOOT=yes [root at node78 ~]#cd /usr/src/ [root at node78 ~]#tar jxf linux-2.6.33.2.tar.bz2 [root at node78 ~]#ln -s linux-2.6.33.2 linux [root at node78 ~]#cd linux [root at node78 ~]#cp /boot/config-2.6.18-164.el5 /usr/src/linux-2.6.33.2/.config [root at node78 ~]#make menuconfig (add the option "enable deprecated sysfs feathures to support old userspace tool...
2009 Feb 27
1
rake bombs on openssl (on Ubuntu)
RoR-ers, I''ve bumped into an issue with ruby and ssl. I''m trying to run a rake command which aborts because it cannot find openssl.rb. I followed these steps: - mkdir /rho; chown phor /rho - wget ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p72.tar.bz2 - tar jxf ruby-1.8.7-p72.tar.bz2 - cd ruby-1.8.7-p72 - vi ext/Setup and uncomment these lines: bigdecimal curses digest digest/md5 digest/rmd160 digest/sha1 digest/sha2 iconv openssl readline socket strscan thread zlib - ./configure --prefix=/rho - make - make install - create a 1-line file (in...
2008 Mar 13
7
How to Install WINE on Slackware 12
Hello, I read the README and the man pages and the User Guide. They only say to run ./tools/wineinstall but it can't be found anywhere on my system! I downloaded the package and used tar to extract it to my home directory (/root). I do not find "./tools" anywhere. Nothing in the documentation mentions the directory from which to install at all.
2005 Feb 07
1
Problems encountered/fixed making CrossCompileBuild
...http://www.stats.ox.ac.uk/pub/Rtools/ $(MINGW_CROSS).tar.bz2; \ linuxR: mkdir -p $(LINUXR); \ cd $(LINUXR); \ tar zxf $(DOWNDIR)/$(R).tgz; \ cd $(LINUXR)/$(R); \ ./configure; \ $(MAKE); \ $(MAKE) prefix=$(LINUXR)/R install; \ xtools: mkdir -p $(RCB)/cross-tools; \ cd $(CROSSDIR); \ tar jxf $(DOWNDIR)/$(MINGW_CROSS).tar.bz2; \ prepsrc: mkdir -p $(WINR); \ cd $(WINR); \ rm -rf $(R); \ tar zxf $(DOWNDIR)/$(R).tgz; \ cd $(WINR)/$(R); \ unzip $(DOWNDIR)/R_Tcl.zip mkrules: cd $(WINR)/$(R)/src/gnuwin32/; \ cp MkRules MkRules.orig; \ sed 's|^BUILD=MINGW|BUILD=CROSS|; s|^HEADE...
2007 Oct 07
9
RESOLVED: Debian Xen + Broadcom NetXtreme II (IBM x3655 7985-AC1)
...t I ended up using. Summary: * Install kernel source, make config/prepare the distro''s config file * Download bnx2 source, compile and install * Update initrd Here are step by step instructions for clean install of Debian 4.0 amd64: aptitude install linux-source unzip cd /usr/src tar jxf linux-source-2.6.18.tar.bz2 ln -s linux-source-2.6.18 linux cd linux cp /boot/config-2.6.18-5-xen-amd64 ./.config make oldconfig (<enter> through all the prompts to take defaults) make prepare cd /tmp wget http://www.broadcom.com/docs/driver_download/NXII/linux-1.5.10c.zip unzip linux-1.5.10c...
2016 Sep 14
5
[PATCH 1/2] filearch: Add RISC-V architecture.
--- src/filearch.c | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/filearch.c b/src/filearch.c index 5985b73..cbc8372 100644 --- a/src/filearch.c +++ b/src/filearch.c @@ -56,14 +56,16 @@ cleanup_magic_t_free (void *ptr) # endif COMPILE_REGEXP (re_file_elf, - "ELF.*(MSB|LSB).*(?:executable|shared object|relocatable),
2005 Dec 06
4
BIG Samba howto for debian only.
...apt-get install kernel-source-2.6.8 kernel-package installer right kernel and activate EXT2/3 + Extended attributes and setup CIFS kernel support to in kernel. 1.2 Preparing the kernel apt-get install kernel-source-2.6.8 kernel-package fakeroot libc6-dev libncurses5-dev cd /usr/src tar -jxf kernel-source-2.6.8.tar.bz2 ln -s /usr/src/linux /usr/src/kernel-source-2.6.8 cp /boot/config-2.6.8-2-* /usr/src/linux/.config cd linux make menuconfig - File systems - Ext2/3 + extended options also File systems - Miscellaneous filesystems - CramFS and File systems - Network File Syst...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *