Software :: Error 1 To Install Bzip2 1.0.5

Aug 25, 2009

I have a problem to install bzip2, when I put make install something like this appear:

This is the first time that I install something after I install Ubuntu 9.04.

View 2 Replies


ADVERTISEMENT

Ubuntu :: How To Install A Bzip2 File

Oct 31, 2010

how to install a bzip2 file

View 3 Replies View Related

Debian :: Cannot Install Kernel - Tar: Bzip2: Cannot Exec: No Such Directory

Sep 8, 2010

I have used this guide to install kernel in my linux cyberciti.biz/tips/compiling-linux-kernel-26.html stage 1 worked perfectly. Now at stage 2 when I write the command dir/ls in the tmp directory I see the file: linux-2.6.26.tar.bz2 (2.6.26 is the version of my kernel) And now if I try to the tar function on my file and write it like this: Code: tar -xjvf linux-2.6.26.tar.bz2 -C /usr/src it gives me couple of errors like:

tar: bzip2: can not exec: no such directory
tar: error is unrecoverable: exiting now
tar: child returned status 2
tar: error exit delayed from previus errors

View 2 Replies View Related

Debian :: Error - Fetch Failed: W:Failed To Fetch Bzip2:/var/lib/apt/lists/partial

Feb 13, 2011

Lately when I've tried to update my packages many of them don't update. I get nothing out of the ordinary when using the terminal but when I try to update via the Update manger I get this error message:

Code:
Error message:
Fetch failed: W:Failed to fetch bzip2:/var/lib/apt/lists/partial/mirror.steadfast.net_debian_dists_testing_main_source_Sources Hash Sum mismatch
W:Failed to fetch bzip2:/var/lib/apt/lists/partial/mirror.steadfast.net_debian_dists_testing_main_binary-amd64_Packages Hash Sum mismatch, W:Failed to fetch http://mirror.steadfast.net/debian/dists/testing/updates/main/source/Sources 404 Not Found [IP: 208.100.4.53 80]

[Code]...

I've tried several different mirrors but get the same error with every one. Same result with ftp as well. Yesterday I upgraded to Wheezy and every package successfully upgraded, but today the problem started again.

View 10 Replies View Related

General :: Using DD Command With Bzip2?

Jul 3, 2010

I am looking to use DD to compress an entire disk (sda) to an image file on sdb. A friend told me to mount sdb / partition 1, then as root, type the following command:

Code:

dd if=/dev/sda | bzip2 -9 >/media/sdb1/disk_image.img.bz2

This did not work. I just get an error message:

Code:

Invalid command line: Not enough files given. Aborting...

I was also told to restore (assuming sda has the image & sdb is the destination), I could do the following:

Code:

bzip2 -cd /media/sda1/disk_image.img.bz2 | dd of=/dev/sdb

Of course, since the first part didnt work, I couldnt test the second. How to use DD to byte for byte image the entire drive & compress it (its mostly empty space).

View 8 Replies View Related

Ubuntu :: Bzip2 Compressed File Too Large

Feb 26, 2010

I have been having a recurring problem backing up my filesystem with tar, using bzip2 compression. Once the file reached a size of 4Gb, an error message appeared saying that the file was too large (I closed the terminal so do not have the exact message. Is there a way to retrieve it?). I was under the impression that bzip2 can support pretty much any size of file. It's rather strange: I have backed up files of about 4.5Gb before without trouble.

At the same time, I have had this problem before, and it's definitely not a memory problem: I am backing up onto a 100G external hard drive.

That reminds me, in fact, (I hadn't thought of this) that one time I tried to move an archived backup of about 4.5Gb to an external (it may have been the same one) and it said that the file was too large. Could it be that there is a maximum size of file I can transfer to the external in one go? Before I forget, I have ubuntu Karmic and my bzip2 version is 1.0.5 (and tar 1.22, though maybe this is superfluous information?)

View 4 Replies View Related

OpenSUSE :: New MB And Processor And Gzip/bzip2 Does Not Work Anymore

Jun 22, 2010

I am using suse for a long time but I did not yet experience this strange error:

I installed 11.2 and now 11.3RC1 on a new HW: ASUS M4N72-E with AMD Phenom2 X4 965, 8GB Memory, standard settings.

I experienced unusual errors when copying large files to the new system with scp/ssh (connection broken).

Even stranger I could not read .tgz files created on the older machine, same OS 11.2, but MB ASUS M2N32-SLI with AMD Phenom X4 9850

Testing further reveals that if I create a .gz file from the same source it produces every time a different output:

-rw-r--r-- 1 root root 3875041280 Jun 21 01:51 wwtest.tar
-rw-r--r-- 1 root root 1326141906 Jun 21 01:55 wwtest1.tar.gz
-rw-r--r-- 1 root root 1326137319 Jun 21 03:26 wwtest2.tar.gz
-rw-r--r-- 1 root root 1326146273 Jun 22 07:32 wwtest3.tar.gz

[Code].....

I never saw something like it, I guess it must be something with the underlying library not working on the new processor. I tried with slower memory speed, newest BIOS etc ...always the same errors. Other wise the system works absolutely stable.

When I compare the generated files with one created on the older system it looks like there are single bits missing in a random number of bites.

View 2 Replies View Related

General :: Backup Script Multiple Gzips Into One Bzip2 Or Gzip?

Feb 18, 2010

I have a backup script basically is this

Code:

BACKUP_DIRS="/etc /boot /root /home"
BACKUP_FOLDER="/tmp/system_backup/
for DIR in ${BACKUP_DIRS}
do

[code]....

All the folders get dumped into seperate gzip files. Now I want all the gzip files in the backup folder into one final gzip or bzip2 file. My goal for this is to get one file instead of multiple so I can scp or ftp the one file to another file share. Which would be easier to send one file than a bunch of files.

View 2 Replies View Related

Software :: Shared Bzip2 Library - Correct GCC Dynamic Link Switches

May 29, 2009

I am trying to use a shared bzip2 library in a program I'm writing. For the life of me I can't figure out the correct gcc switch to link it in. I've tried pkg-config, but i don't know the name of the .pc file. Is there any rule for these things?

View 3 Replies View Related

General :: Command Line - Unix - Program That Can Handle All Popular Compression/archiving Formats - E.g.tar, Gzip, Bzip2, Zip?

Jun 22, 2011

I sometimes get confused by the varying command line options I need to run common Unix archiving and compression software (e.g. gzip, bzip2, zip, tar).

Is there a program out there that can just Do What I Mean for common cases? For example:

View 2 Replies View Related

General :: Extracting A Bzip2 File Throws "Can't Guess Original Name" And Does Not Extract Separate Files

Dec 13, 2010

I made a bzip2 file by

bzip2 -c /home/os/picture1 > /home/os/Desktop/pic.image

bzip2 -c /home/os/picture2 >> /home/os/Desktop/pic.image

But now extracting pic.image by bzip2 -d /home/os/Desktop/pic.image returns

bzip2: Can't guess original name for pic.image -- using pic.image.out

And then it just creates one file pic.image.out.

How do I access picture1 and picture2 from pic.image?

View 2 Replies View Related

OpenSUSE Install :: Error Appeared Stating That Disc Image Was Not Burnt Due To Some Error

Dec 29, 2010

Okay, so bear with me for the lack of detail, its 3:46am and I'm really a beginner at this. So here is my issue: I decided I wanted to try Linux, so i got a Disc Image of Opensuse 11.3. while burning this disc image to a DVD-R I had no issues. But after the Validation was done an error appeared stating the disc Image was not burnt due to some error (apologies for not paying too close attention here) although the entire burn completed without issue. So I closed it and figured I would try again with another Disk when i get one.

Well as it turns out I did burn the Disc Image, and decided to try the Install. I have previously installed Ubuntu a few times and figured it was just as easy.. so I restarted my computer and booted from the CD. went through the Installation up to the Partition part.. This kind of confused me at first but I eventually got that it wanted to shrink my existing windows partition in order to make room. so i went along with it and began the install. well about halfway through the installation error messages kept showing telling me there were missing Packs. after about 10 messages I aborted the install for fear of what would happen now i have a shrunken partition and i dont know how to fix or what to do. I would still like to install opensuse but i dont have anymore DVD-R's and my Flash drive is too small. I will try to provide any info i can upon request. Oh, I forgot to mention im Running windows 7. if that helps at all which I doubt it does. I can safely access windows, nothing happened to the information on my drive. Im just missing 50GB of space now.

View 9 Replies View Related

OpenSUSE Install :: Error In Installing Gcc 4.5.0 - Error Couldn't Find The C Compiler

Sep 9, 2010

i tried to install gcc-4.5.0 on opensuse 11.2 I gave ./configure but it gave the error couldn't find the c compiler.. the message was

[Code]....

View 2 Replies View Related

General :: Error While Trying To Install Ettercap Configure Error Libnet On Red Hat Enterprise

Jan 4, 2011

I am quite new to Linux. Just some basic information, I am using windows xp but have installed vmwork station and am running Red Hat enterprise linux 4.

When i run ./configure it gives me this error. "configure: error: libnet >=1.1.2.1 not found "

View 8 Replies View Related

Fedora :: Install Firestarter: Insufficient Privileges + Visudo Error + Error Reading /proc/ne

Dec 1, 2009

i try today to install Firestarter , unfortunately i got some problems regarding of the following messages:

1- insufficient privileges :
2- how can i change and save the file /etc/sbin/firestarter with visudo cammand
3-i got this message when i try to run it through terminal Error reading /proc/net/ip_conntrack: No such file or directory

View 5 Replies View Related

General :: [B][RED]Critical - Error Yum Install Nagios-plugins.x86_64 Yum Error Unsatisfied Dependency

Oct 7, 2010

i need to install nagios-plugins 64 bit, when i tried to install via yum i got this error yum install nagios-plugins.x86_64 yum error Unsatisfied dependency i hv installed openssl 32 bit but it needs openssl 64 bit, even php and perl. i tried to to install via yum yum install openssl.x84_64 but its not getting installed i tried to uninstall openssl but its shows so many packages to remove

View 4 Replies View Related

Fedora :: Install Wine But Get This Error: [Errno 14] HTTP Error 400?

Apr 9, 2010

I've tried to install Wine but I get this error: [Errno 14] HTTP Error 400 :http://linuxdownload.adobe.com/linux...ata/repomd.xml Trying other mirror.Error: Cannot retrieve repository metadata (repomd.xml) for repository: adobe-linux-i386. Please verify its path and try again Not sure what is happening here. Can anyone give me some idea and maybe a way to overcome it?

View 4 Replies View Related

OpenSUSE Install :: Installation Progress Stops In 88% / Message Error / Error Copy Live Image To Disk

Oct 12, 2010

Greetings from Greece. I tried to install opensuse 11.3 in an empty disk . Unfortunately the installation progress stops in 88% and the message error says "error copy live image to the disk". I have burn two different cd but the result is always the same.Is it a hardware problem or the cd is not correct?I had the 11.2 version in the same pc without any problem for a long time.

View 9 Replies View Related

Slackware :: Build Handbrake Error - Gtk.install - Error 2

Aug 14, 2010

I need handbrake software so badly so I went to alien's slackbuild to download the handbrake.However,it ends with error after compiling-

Does it mean i miss something of gtk?

View 8 Replies View Related

OpenSUSE Install :: Update Failure - "PackageKit Error Internal-error: Installation Aborted By User"

Jul 13, 2009

Today I installed suse 11.1 on my computer. After some time i was able to connect to the internet and the auto update program prompted for updates. after the updates were installed more updates were prompted. but now i get an error when i try to install them. edit: the error is "PackageKit Error internal-error: Installation aborted by user " if i try it manually i get an message "access denied to ......" how can i make my system update normal?

View 8 Replies View Related

Ubuntu Installation :: Install 9.04 From Win7 By Wubi - Error "An Error Has Occurred Setting The Element Data"

Jan 26, 2010

I tried to install ubuntu 9.04 from wubi in windows 7 ultimate today. But it failed. I met a problem when installing: An error has occurred setting the element data. The request is not supported. The detailed information in installation log file is:

>>stdout=
01-26 13:29 DEBUG TaskList: # Cancelling tasklist
01-26 13:29 DEBUG TaskList: New task modify_bcd
01-26 13:29 ERROR root: Error executing command
>>command=C:WindowsSystem32cdedit.exe /set {d29666c7-0a4d-11df-a945-002268e2b352} device partition=I:
>>retval=1
>>stderr=An error has occurred setting the element data.

The request is not supported.

[Code].....

The request is not supported. I tried to use bcdedit /set <GUID> device partition=I: manually, but still have the same error.

View 2 Replies View Related

OpenSUSE Install :: Clean Install 11.4 Dual Boot System Grub Error?

Apr 27, 2011

I did a fresh install of SuSE 11.4 (WIN7 TOO) and changed my Larger HD1 to the first HD. I was installing and got this error first: the boot loader is installed on a partition that does not lie entirely below 128GB The system might not boot if BIOS supports only lba24 (result is error during install grub mbr) status loc dev/sdb6

I continued with the install and then got:

Yast2 error occured
while installing GRUB ver 0.97 (640k lower/3072k upper memory)
[minimal bash-like lineediting is supported? for the first word, TAB lists possible command completition anywhere else TAB lists possible completion of a device/filename]
grub setup --stage2=/boot/grub/stage2 --force4-lba (hd0,5) (hd0,5)
Error 25
disk read error
grub> quit

View 9 Replies View Related

OpenSUSE Install :: Install PDFedit - ./configure - Error: QTDIR Environment Variable Must Be Set

Jun 11, 2011

I am trying to install PDFedit however after un-zipping and running configure at the end i get this message:checking whether we want to prepare pdfedit-core-dev package... no checking whether we want to build PDFedit gui... yes configure: error: QTDIR environment variable must be set

View 4 Replies View Related

OpenSUSE Install :: Problem When Install Oci8 In 10 / Error: 'phpize' Failed?

Feb 16, 2010

i try to install oci8 for php in suse 10 with this command :

$ cd/opt/oracle -> because the source in this folder
$ pear5 install oci8-1.4.1.tgz

and the result is :

/tmp/glibctestKR4FKZ:1:22: error:feature.h : No such file or directory

10 source files, building
running hpize
Configuring for :
bla...bla...bla
error: 'phpize' failed

what happen with this command? i can not found glibctestKR4FKZ folder in /tmp and 'phpize'.

View 1 Replies View Related

OpenSUSE Install :: System Error Code -3030 When Trying To Format Of SSD During Install

Sep 27, 2010

I am not able to install 11.3 x86_64 on an OCZ 120 GB Agility 2 SSD. I receive a system error -3030 when it tries to format the drive. If I use go into rescue mode and either format or partition the drive, the installer crashes.

View 3 Replies View Related

OpenSUSE Install :: Cannot Install 12.1 M5 From Hard Disk - Error - No Repository Found

Sep 13, 2011

I would like to test 12.1 M5 on my real hardware, so I have special for this purpose two additional partitions (sda2 (to install milestone) and sda3 (to store installation ISO files)). I am running my stable 11.4 with Grub on sda1.

I do not like to burn DVDs just for short test of one milestone, so I was used to download DVD ISO, to unpack it to sda3 partition with all its files, then I changed Grub to boot install Linux from sda3. Installation complains there is no DVD or CD, then I chose to force installation from hard disk and select sda3 partition and select root directory "/". As I was used to from 11.4 this will start installation as it would be started from DVD.

But I think the problem has appeared since 12.1, where I get message: No repository found. (on sda3 / ), so the installation does not start.

I know this is not official way to install openSuse, but it worked before, and it was fast and easy for me, to install from hard disk.

View 3 Replies View Related

Ubuntu :: Install GIMP Via Terminal - SPM Or USC - Error - Not Being Able To Install Libpoppler-glib4

Sep 1, 2011

I am on 10.10 using Gnome 2. When I go to install GIMP via Terminal, SPM or USC I get an error about not being able to install libpoppler-glib4. Odd thing is I have the updated version.

View 6 Replies View Related

OpenSUSE Install :: Nvidia Geforce 8200 Driver Install Error - Version.h Not Found

Jan 11, 2011

After a disk crash I reinstalled openSuSE 11.2 and as always downloaded the latest Nvidia driver for my geforce 8200 graphics.

Unlike all previous cases, this time the driver does not install. The contents of /var/log/nvidia-installer.log are below. The error refers to being unable to to locate version.h

PATH:

Using: nvidia-installer ncurses user interface

ERROR:

View 9 Replies View Related

OpenSUSE Install :: Glib Error - GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: Assertion Failed

Mar 31, 2011

As root, type "zypper update" and get several lines of the following error:

**
GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed: (connection->initialization_error == NULL)
Loading repository data...
Reading installed packages...

Nothing to do. Used zypper dup to upgrade from 11.3. Still have boot problems (will open another thread), but had major problems upgrading timezone. File downloads would reach some percentage of completion, then B/s would slowly reduce, to zero. Upgrade would halt until manually aborted. Solution was to manually download 5 timezone files and install them in a directory repository. File download did not specify just the timezone file, but also a part of the directory. Could this be part of the problem? example: ./rpm/i586/timezone-2011d-0.2.1.i586.rpm instead of just the file name.System is a Dell 3000 (Pentium 4, 512MB memory).

View 5 Replies View Related

Ubuntu Installation :: ERROR - Erase Disk And Install Ubuntu Input / Output Error During Read On /dev/sda

Jul 16, 2010

I am fully aware that these following photo's are not all required for a full understanding of my issue, but I will post them regardless. Checklist to see if my computer meets best results possible for the installation. Screenshot.jpg These photos showing here are where I plan on Installing Ubuntu

Screenshot-1.jpg
Screenshot-2.jpg

NOTE: The installation has started, but only to shortly be stopped by my error message.

Screenshot-3.jpg

This is my ERROR!!! message

Screenshot-4.jpg

No matter what I try to click on, the window simply ignores the command, regardless of the amount of times I issue the command.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved