Ubuntu Installation :: Unable To Find Expected Entry Universal/binary-i386/Packages In Meta-index File
Jan 2, 2010
I'm trying to upgrade from 8.04 to 9.10 via 8.10 etc. When I run update manager, I get this:
W:Failed to fetch [URL] Unable to find expected entry universal/binary-i386/Packages in Meta-index file (malformed Release file?), E:Some index files failed to download, they have been ignored, or old ones used instead.
and then it closes. I've unselected all the third party packages and tried various servers, but no difference. I can wget the file, but when I look at it I see entries for "universe/binary-i386/Release", but nothing for "universal" .
I did the UPGRADE from Karmic Koala to Lucid, and everything was going well. But now I've been having problems with the UBUNTU UPDATE tool for the last 2 weeks. Every time I try to do an update check on the packages, I get the following message:Failed to fetch http:[url]....Release Unable to find expected entry deb-src/binary-i386/Packages in Meta-index file (malformed Release file?)
Some index files failed to download, they have been ignored, or old ones used instead.I've tried changing the servers to MAIN and others, and still no way to solve it. I've also checked for other posts, but haven't found a solution yet. Here's my SOURCES LIST (gksudo gedit /etc/apt/sources.list)# See http:[url].... for how to upgrade to # newer versions of the distribution.
I played a bit with the upgrade configuration files, to solve a couple of problems I have with Ubuntu 10.04, now when the upgrade procedure starts I getQuote:Failed to fetch Release Unable to find expected entry multiversdeb/source/Sources in Meta-index file (malformed Release file?)Some index files failed to download, they have been ignored, or old ones used instead.
I am getting virtual-box repository download error as given below:
Code: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/maverick/Release Unable to find expected entry non-free/source/Sources in Meta-index file (malformed Release file?) Some index files failed to download, they have been ignored, or old ones used instead. Repository: deb http://download.virtualbox.org/virtualbox/debian marverick non-free
When I want to update with synaptic I get this error:Ophalen van ts/Release is mislukt Unable to find expected entry 'iceweasel-5.0/source/Sources' in Release file (Wrong sources.list entry or malformed file)Some index files failed to download. They have been ignored, or old ones used instead.
I am running ubuntu 10.04 on an emac powerpc. I go to the update manager and click on 'Update to Ubuntu 10.10', and then it starts the update and everything goes well until step 2 which is setting new software channels. It displays the error message: W: Failed to fetch httports.ubuntu.com/ubuntu-ports/dists/maverick/Release Unable to find expected entry partner/binary-powerpc/Packages in Meta-index file (malformed Release file?) ,E:Some index files failed to download, they have been ignored, or old ones used instead.
I have a computer with internet access with amd64 architecture running Debian stable (Lenny). I have another computer with NO internet access with i386 architecture running Debian stable (Lenny).I want to download some packages for the i386 computer using the amd64 computer. So far, the only way I can see to do this is to use dpkg-architecture to temporarily change to i386 on the internet computer, run aptitude with the download-only option to retrieve the packages I need with all suitable dependencies, then switch the internet computer back over to amd64.
I can't imagine I'm the only person who ever needed to do this, and yet I've had no luck finding any advice. The method I described seems rather awkward - is there a more elegant solution?
I apologize to the membership, I realize now the absurdity of this subject. Having now studied the online repository search functions closer, I see it appears packages are automatically retrieved with all necessary dependencies. As such, it is not necessary to use apt and its various functions to do the job.
Well I downloaded Catalyst 10.12 for linux. Was trying to build packages for Fedora 14. But was unable to find Fedora entry in it. Wonder why it is not there?Here is my X
[Code]...
How am I suppose to install catalyst if they don't have the packages ready yet ? I am not so installing RHEL6 packages in Laughlin cause of kernel conflict. Or is it that Catalyst still not compatible with Kernel 2.6.35.x ?
I've had Ubuntu 11.04 installed on my desktop since it's release. Up until an hour ago, it was working fine. I clicked on an update from the update manager, now booting into a graphical mode is completely broken, (the start-up load hangs at 'Check Battery State ... [0k]'). I restarted my computer, and booted into safe mode, and launched the terminal. This all works fine. I then typed :
Code: sudo gdm start into the command prompt, hoping that I would be able to start things manually. Instead, it spat out this: Code:
gdm-binary[230]: WARNING: Unable to load file '/etc/gdm/custom.conf'. No such file or directory. gdm-binary[230]: WARNING: Unable to find users : no seat-id found. gdm-binary[230]: WARNING: Gdm Display: display lasted 0.070467 seconds
The last line was printed about 8 times, with slightly different times, before it gave up and failed. Some information which might help, I have Gnome 2, Unity and KDE (not sure which version), installed. My graphics card is the GTX 275, and I have driver the Nvidia driver 275.21. So yeah, I think the update has gone and moved custom.conf somewhere, but I have no idea on how to fix it. I have a graphics programming assignment due on Friday and I would be eternally grateful if I could get this fixed well before then.
Installing f10 on an x86_64 platform from CD or netinst. I can't seem to find a way to have it install i386 compatible (32-bit) software at the same time. Is there a repo that has to be enabled? In f8 i think it was just a box to click somewhere.
I put Ubuntu on my computer about a week ago, and have not been able to download many new programs or updates. For expmple, I'll go over to Update Manager and try to install something, but it will stop usually halfway through or near the end and show me an error message. usually, the message looks like this:FAILED TO DOWNLOAD FILE PACKAGESCheck your Internet connection
Details: Failed to fetch http://us.archive.ubuntu.com/ubuntu/...u10.2_i386.deb Hash Sum mismatch Failed to fetch http://us.archive.ubuntu.com/ubuntu/...u10.2_i386.deb Hash Sum mismatch
I cannot install Kubuntu (or Unbuntu) 10.4 on my husband's computer. I have spent 5 hours on this and cannot get anywhere. I am deeply frustrated. The iso I burned to CD is good (works on 2 other computers). His computer will not boot from USB, no matter what I do to the drive order in BIOS. After loading the blue screen with the Kubuntu logo on it (and the blue-white dots), the screen changes to black and shows the following text:
BusyBox v1.13.3 (Ubuntu 1:1.13.3-1ubuntu11) built-in shell (ash) (initrafs) Unable to find a medium containing a live file system.
He really needs to get rid of WinXP. Kubuntu is what I have on my computer (and love it!). Here is some info about his computer:
OS Name Microsoft Windows XP Home Edition Version 5.1.2600 Service Pack 3 Build 2600 OS Manufacturer Microsoft Corporation
I'm wondering if complete removal of meta-packages, that being the package itself AND all of its dependencies, is possible in one command of aptitude and/or apt-get. For instance, if I have the whole kde installed, and wish to remove that whole load and replace it with the smaller kdebase, can I do this in two commands (IE, "aptitude remove kde", and then followed by "aptitude install kdebase"). The preceding commands wouldn't work, because just removing the initial meta-package would not remove its dependent packages. BUT, I'm wondering if there is a way to remove a meta-package AND its dependent packages all in one command (rather than having to go through individually removing each one).
I am working on a project which targets both 32 and 64 bit architectures at the moment. My system is amd64. I added i386 architecture using this guide. However, my problem is
Code: Select allapt-get install package-name:i386
prompts the removal of currently installed packages (amd64 arch.) which is the problem.
Code: Select allReading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: libportaudio0:i386
[Code] ...
Some of the packages I am talking about are
-libegl1-mesa-dev:i386 -libportaudio-dev:i386
Now, as of now, I want to carry out the compilation using 32 bit libraries, however, I really don't want to install 64bit version of all prerequisites each time I switch the compilation from 32 bit to 64. Is there any way to have both architectures at the same time?
I want run binary files but shoot my errors that "Cannot Execute Binary file" I try with ./file, bash file etc i'm using fedora12 with KDE Desktop this happends with all binary files
I want to be able to disassemble a binary file, modify the assembly source, then assemble the modified assembly source back into a modified binary file. Purpose for this is pretty much just to play around with the Crackmes (www.crackmes.de) game.
Now, disassembly is easy, there are several tools that do it, including the standard objdump with the -d argument. However, how would you assemble an assembly source file created with objdump -d? GCC for sure doesn't want to assemble it in that format. What program, script, or arguments to GCC (none that I can think of) can be used to accomplish this? If someone also has some good tips for tools in general for Crackmes beyond what is standard in GNU/Linux I'd love to hear about it.
Dear all I am new to git (and storing multiple copies of my code).
I was using git for one month (git status, git add, git commit) to store my files.
I have problems to add more files to my branch
git add BasisExpansion.R fatal: Unable to write new index file
this was working great unless the day my system administrator destroyed my main partition (it was an accident) and installed everything from scratch. My home directory stayed intact (I did not lose any files not git files that are stored under /home). But from this point of time git returns always that error. My system administrator creater the same user and group as my old user was but this didnot fix the problem.
I am not sure If I can recover my old git structure or would it be better to wipe out the old git dir and start a new one?
I was going to install a certain application, and apt-get said I had unsatisfied dependencies. So I typed
Code: sudo apt-get install -f
But the overall size of the packages it was going to install was quite substantial, so I renounced this idea and chose "No". Now I've got problems installing software - I keep getting "Software index is broken" message. I found this thread which suggests I use 'apt-get install -f'. But as I've said, the problem is that I no longer need those tons of packages that would be installed in this case. Is there a way to erase the list of packages marked for installation or maybe there's some other way to fix that?
I'm looking for the .config file for the kernel which ubuntu uses to compile the standard generic kernel which is delivered in compiled form. I downloaded the following kernel archive ( 2.6.31.8 ): [URL]... I need the original file, because I'm not able to configure a working kernel, so I want to try to compile the kernel with the standard configuration. Afterwards I'm going to change some options.
I have even tried to run the Live CD and All I get is (initramfs) unable to find a medium containing a live file system.With out the CD in the drive I get, Try (hd0,0): EXT2.I have use of the second CD I made for a friend and I have a LIVE version running now.
I have a 4 core Sandy Bridge Win7-64 system running Parallels Desktop 4. I created a new VM with a CDROM connected to the 11.04 ISO. It perks for a little while showing some Ubuntu stuff then I get the console message "(initramfs) Unable to find a medium containing a live file system".I don't get this. It is obviously booting from the CDROM. I'm guessing it does not like the unformatted disk. Why doesn't it offer to format the disk of start the installation prcess? Is it something else?
Background info: So I installed 11.04 32 bit and it messed my computer up therefore after trying everything I got rid of it, now I've been trying to install the 10.04 long support version from the official ubuntu website and it doesn't seem to be working. Neither the 32 bit version or the 64 bit. To convert the iso etc. etc. I used "Universal-USB-Installer-1.8.6.0" which is reccommended from the ubuntu website and it didn't work. So I tried "unetbootin-win-549" which a friend recommended to me - didn't work either.
Main problem: The menu loads up when I turn on the computer and whether I click on the install ubuntu, or try ubuntu from usb option - both go to the ubuntu screen where the dot's under "ubuntu" flash for about 2 minutes before taking me to a screen where the following message appears: Code: (initframs) unable to find a medium containing a live file system And after about 5 seconds intervals, messages similar to this appear for about 7 or 8 times:
Code: usb 1-3: device not accepting address 7. error -110 new high speed usb device using ehci_hcd and address 8 Each time they appear the parts which differ is the numbers from the text above i.e. usb 2-3....
I successfully installed Fedora 11 from the DVD iso. At the end, the installation program prompts me to reboot the system. But when the boot loader appears after rebooting, there are only the old entries.
I have 2 IDE disks and one sata disk. The first IDE disk is hd0, the second IDE is hd1. The SATA disk is hd2. In the setup, I selected hd0 to install grub. Fedora 11 was installed on the SATA disk (hd2).[edit] I forgot to say, that Fedora 10 is on /dev/sda and Fedora 9 on /dev/sdb