Ubuntu :: Can't Download 10.04 For PS3 - Source File Could Not Be Read
Jul 13, 2010
I'm trying to download ubuntu 10.04 for PS3. when I download it, it gets to about 180 MB and then gives me an error saying the source file could not be read.
i just uppgraded to Centos 6. Linux 2.6.32-71.29.1.el6.i686 on i686. now im getting some troubble whit this file: wget [URL]... i create a downloads directory and download the source file and--
mkdir $HOME/downloads cd $HOME/downloads
But when i try to build courier-authlib whit this comand: #sudo rpmbuild -ta courier-authlib-0.63.0.tar.bz2. I get this:
I have a touchscreen panel pc that boots a version of Debian. I have very little experience with Linux in general. I need to quickly get up to speed with this operating system and Debian in general. The panel pc uses an ARM 9 processor, which I need to program to control a lighting system. I have a good back ground in C programming and embedded control. send me a link to an ISO file of Debian that I can burn and load on my main work pc.
What are the possible problem when Windows access the file from Ubuntu got Read Only even though have a full permission to read, write and execute the file? Ubuntu to Ubuntu accessing the file there is no problem only Windows got a problem.
My system is playing CD's fine but I just tried a DVD (non-BluRay) and I get that error! I have googled about and though I already had the ubuntu-restricted-packages I didn't have all the gstreamer0.10plugins-bad installed (as seems to be the recommended fix). I now have them and MoviePlayer still gives the same error. I also want BluRay's to be playable and I was investigating that when I thought I would check whether normal DVD's were still working (I'm not sure whether I've tried a DVD since I upgraded to MM). The DVD mounts ok and appears on my desktop with the title.
I was trying to run VMWare player but it prompt me that the vmmon module could not compile. After a search in the forum, I have install the kernel-source and kernel-syms. And now it prompt me a dialog: "Before you can run VMWare, several modules must be compiled and loaded into the running kernel."
This dialog require me to give the location of the "Kernel Header 2.6.37.1-1.2-default". I am not able to locate the kernel source in OpenSUSE 11.4, or may be I haven't download it yet. May I know where can I get/download the kernel source?
I'm seeking for a site to manually download the source of the kernel 2.6.31-14-generic for Ubuntu 9.10. I did search through the addresses listed in my /etc/apt/sources.list file but that was of no help. So could somebody please give me a precise address to download from?
I have a PDF file that is portfolio. That means that a single PDF file contains many PDF documents (for example my PDF portfolio has 130 PDF documents). When I open this portfolio with the evince program I get this message: For the best experience, open this PDF portfolio in Acrobat 9 or Adobe Reader 9, or later.
I downloaded and installed the Adobe Reader 9 and everything went ok. I could open the portfolio and read all the PDF documents. Now, I am wondering if there is an open-source PDF reader that can read portfolios.
I have got him to use ubuntu 10 which he loves but he is skeptical about the software in ubuntu software centre.How can I appease his concerns?Presumably all open source software in the download centre is safe?
yesterday i downloaded source of my virtual linux kernel and tried to compile it. It compiled indeed but could not boot from the new kernel. Then today i decided to re-downloading after removing the folder where source files are located but it said "linux source is already the newest version"
I use the command below: sudo apt-get install linux-source What should i do to be able to re-download the source.
I need a newer version of the nvidia drivers for opensuse 11.4. ftp://download.nvidia.com/opensuse/11.4 has version 270.41.06 available, but I found that I need the 270.41.19 version for CUDA 4.0 to run (yes I know CUDA 4.0 does not officially support 11.4, but the same 270.41.06 is available for 11.2 which CUDA 4.0 does support).
Where can I download the files x11-video-nvidiaG02-270.41.06-5.1.nosrc.rpm and nvidia-gfxG02-270.41.06-4.1.nosrc.rpm that these binaries were created from? Once I have the source rpms, I can easily update them to the newer version.
I am very curious about updated graphics in GRUB2. So I want to compile and load grub2. Where can I get the grub2 source code. While browsing I got two links [/COLOR] [URL] [URL] First one has upto 1.98. Second link is not working. Can someone point the link where GRUB2 is available.
i was trying to download Amaya a web authoring tool(open source). i tryed to download and install it but it had a error resolving dependency. could not find libexpat.so.1 i tried to find a place to get this but no success yet
I have done a new install of Fedora 14 but the RTL8191 wirless card is not being recognised. Realtek have provided the driver source but the make operation is failing because (I think) Fedora 14 isn't provided with the kernel source to enable it to complete successfully.
Basically (in easy to understand steps): how do I download correctly the Kernel source to enable the driver make operation to proceed?
I plugged in my USb drive into my computer yesterday and tried to delete a folder. I was unable to do so and got the following message
Cannot move file to trash, do you want to delete immediately? The file "my file" cannot be moved to the trash. Show Details Unable to create trashing info file: Read-only file system
So when I click on delete I get another error message:
Error while deleting. There was an error deleting Case Study Database. Show Details Error removing file: Read-only file system
At this point I can only click on Skip, Skip All, or Cancel.
I have not changed anything on the stick recently so I dont know what is causing the problem.
Can windows read files from a home file server with an ext4 file system? or do I have to partition the drive with the server (ext4) and an ntfs partition with the files on?
I had a situation in which the the path of the file to be copied is written in other file and I had to copy it using shell script..I can use cp $(cat /home/robert/location.txt) /media/sda1 on normal linux shell...But I am using buildroot script where $(cat /home/robert/location.txt) evaluate to nothing..is just blank..
I am trying to compile C source file to generate .trb file (turbo file) which will then burn on trubo sim using TP2. When I comiple the code following error is occuring. before going through belwo error I was getting error 'Unknown MCU atmega128', known MCU are: (list appread), then I change the configuration and set the MCU to supported list then following error is occuring.
I have NDISWRAPPER installed on my laptop, but when I try to install the download file which is a Windows Xp dos executable file of 8mbs I have tried every thing but without success I can see my Iomega 250 Zip drive when I go into system>administration>disk utilities and acess properties but cannot make it run,
I am splitting a file based on the values read from an input file. The below one is the script.
1)How do I add the header which is present in the original file to the new split files created?(For eg. pharmacyf conatins header as table column names. The new files created (ODS.POS.$pharmacyid.$tablename.$CURRENT_DATE.dat) are without the header).
2) Also the script is creating 0 byte files for the pharmacyids which are not available in the intial file? Can this be avoided?
for pharmacyf in * do tablename=`echo $pharmacyf |cut -f4 -d'.' ` while read pharmacyid do grep -w $pharmacyid $pharmacyf >> $OUT/ODS.POS.$pharmacyid.$tablename.$CURRENT_DATE.dat done< inputfile done
All my torrents go to my home/username/Download/ folder, I could read/write yesterday but now I cant even copy the files to a flash drive.The error i get is "Cannot create regular file '/home/username/Download/file' : Read only file system.