Software :: Add More Files To Branch / Fatal: Unable To Write New Index File?
Feb 18, 2011
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?
View 8 Replies
ADVERTISEMENT
May 11, 2011
I upgraded postfix to 2.8 today after the security bulletin from the list.
now I get the following error:
'postfix/local[2442]: fatal: unable to determine open file limit'
I can receive/send mail, it just wont let me deliver locally
uname output: 2.6.37-1-686 #1 SMP Tue Feb 15 18:21:50 UTC 2011 i686 GNU/Linux
View 2 Replies
View Related
Jun 20, 2010
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.
View 9 Replies
View Related
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" .
View 4 Replies
View Related
Dec 25, 2010
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
View 5 Replies
View Related
Jun 10, 2011
I have been following this tutorial [URL]. When I get to the end of the installation and try to install GRUB to the /boot partition I have set up it throws a fatal error at me. No explanation other than it can't write to the specified location. I double checked all the partition settings which were the same as the tutorial then skipped the GRUB installation and finished. The only thing I can think of that might be wrong is that the 250MB partition size specified for /boot in the tutorial is too small.
View 2 Replies
View Related
Mar 15, 2011
I have a machine with no CD writer. I have some .wav files that I want to make an audio ISO from.
How would I go about this, preferably from the command line?
View 12 Replies
View Related
Feb 11, 2010
i have ubuntu karmic 9.10 and when i try to update anything or install anything the a very similar error occurs."(Reading database . . . 55%dpkg: unrecoverable fatal error , aborting: files list file for package `com.palm.net.precoddr.fcoaster' contains empty filenameit repeats this message 3 times then gives up i believe.
View 9 Replies
View Related
Jan 31, 2011
I have a folder of 2 many files that the old ls just hangs.
I am trying to write some log files such as;
I don't mind doing one at a time, but I am just playing and even getting the listing I am not getting the date stamp, I have the following;
That does create the file, but all the files look like this;
So basically it's just sticking that ls inside the log file and not actually running the ls, so how can I use the above type to get files just created per year?
View 2 Replies
View Related
Aug 29, 2010
I run update and get this:S
[Code]...
Some index files failed to download, they have been ignored, or old ones used instead.
View 4 Replies
View Related
Nov 8, 2010
I have installed opensuse 11.3 64 bit. For many years was able to connect to a file server within our domain via konqueror in all previous versions of opensuse using: smb://user@server.ip.adress/userdata/user_name/
This would ask me a password and then I would be able to move, read, create and delete files. I never configured samba on the linux client because this method always worked. However very recently (I suspect since I installed 11.3) I am facing a problem I cannot resolve. I can still log in, browse the remote folder, read files, create new ones (for example a txt file), delete them, but I cannot copy into that remote folder files larger than about 20KB (I try copying or moving files by dragging them from my desktop into the konqueror window that shows the remote folder contents).
Small files are OK, but for files are larger than ~20KB there is an error saying: Could not write to file smb://{path_to_my_file_in_the_remote_folder}. Strangely, the file is nevertheless created in the remote folder, but with a fixed length size of 32KiB.
View 2 Replies
View Related
Jun 24, 2010
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.
View 3 Replies
View Related
Feb 8, 2011
i want to move the text of a file to another file,using sed command. how can i do it?
View 1 Replies
View Related
Feb 17, 2010
I want to write a shell script which will simultaneously collect OS user information and write in an individual text files.Can anyone tell me the syntax of the script.N.B. The user name will be mentioned in an array within the shell script.
View 8 Replies
View Related
Nov 26, 2010
Following the last update bringing kmail 2.0.89 it does not start any more. I get a popup signaling a fatal error : "no read/write permission to your inbox folder". But these permissions have not changed. And even if I move away the Mail folder and try to start kmail I get the same message.
[code]...
This kmail version given by YAST is : 4.5.80-261.1
View 3 Replies
View Related
Apr 4, 2011
am writing a small search program for my class. I have decided to use indexing for my program. Ive researched online about indexing and how search engines do it. If im gonno do that I need to create inverted files to associate files to numbers ( numbers being the index of my paths ) . Now I was wondering what would be the best way to create an inverted file ? I was going to create sql tables using mysql api in C but then again there is no array data type or vectors to store few numbers in a single column in mysql and it is not advised to use Enum or SET
View 14 Replies
View Related
Sep 28, 2010
Well a bit earlier today I was trying to install the latest VLC following steps from this link:it instructed:Code:sudo add-apt-repository ppa:gnome-media-player-development/developmentsudo apt-get updateBut after the sudo apt-get updateI started getting errors at the end.. here is my log after running it:
Code:
sendblink23@sendblink23-Ubuntu:~$ sudo apt-get update
Hit http://us.archive.ubuntu.com lucid Release.gpg
[code]....
View 2 Replies
View Related
Jul 15, 2011
i keep getting this when i run update...
W:Failed to fetch http://ppa.launchpad.net/alexftimie/...source/Sources 404 Not Found
, W:Failed to fetch http://ppa.launchpad.net/alexftimie/...-i386/Packages 404 Not Found , E:Some index files failed to download. They have been ignored, or old ones used instead.
View 3 Replies
View Related
Oct 26, 2010
i am using ubuntu 8.04 and evrytime i run sudo apt-get update, the following takes place
netbase2@netbase2:~$ sudo apt-get update
Hit http://security.ubuntu.com intrepid-security Release.gpg
Ign http://security.ubuntu.com intrepid-security/main Translation-en_US
[code]...
View 1 Replies
View Related
Nov 17, 2009
Ive installed Gaussian '03 on fedora Core 10, but I'm unable to run it. It aborts and i get the following error
Code:
Erroneous write during file extend. write -1 instead of 4096
Probably out of disk space.
Write error in NtrExt1
View 3 Replies
View Related
Oct 3, 2010
W: Failed to fetch [URL] Hash Sum mismatch E: Some index files failed to download, they have been ignored, or old ones used instead. Tried 3 different mirrors all have the same error. I assume this is the same issue we had a while back where one package was messing things up. Mirrors I my sources.list
[Code]...
View 9 Replies
View Related
Jul 1, 2011
Does anyone know how to resolve this?
apt-get update
[...]
W: Failed to fetch http://mozilla.debian.net/dists/squeeze-backports/Release Unable to find expected entry iceweasel-4.0/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.
View 2 Replies
View Related
Apr 1, 2010
Amarok will play flac files just fine, but when i try to index them into the library via "Update collection" they are not added.
All other threads i can find on this kind of thing also have Amarok not playing flac....but if i drag and drop them in, they play just fine, so i know its not a codec problem.
Is there something i have to enable? Like in some media players, you can set which formats are scanned for...but i cant seem to find such a feature available in any of the Amarok settings...
View 3 Replies
View Related
Dec 28, 2010
Been a while since I had the 'update information is outdated' irritant, but it is back with me now. It was on 10.04 anyway and I am now running 10.10. I've checked for updates manually and get:
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: [URL] maverick Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C1192
W: Failed to fetch [URL]
W: Some index files failed to download, they have been ignored, or old ones used instead.
My other Ubuntu (10.10) box is happily downloading updates but I can't remember the last time any updates were available for the box in question.
View 3 Replies
View Related
May 10, 2011
My apache ignores index files (index.php ,index.html ,index.htm , ...) and while these files exists in directory apache lists directory content!I mean http://localhost/test/ lists directory content instead of showing index.php!
View 9 Replies
View Related
Apr 15, 2010
I scanned hundreds of pages in gray scale and would like to batch process them to B&W. You can do this using the gimp GUI. what it does is get rid of all the gray shading from reflections off the paper when scanned. So you get crisp white backgrounds with black text and diagrams. I would like to simply do this to the entire group directory at one time as it would be quite a lot of effort to open them and do them one by one.
View 3 Replies
View Related
Oct 2, 2010
I keep getting the following error when I run sudo apt-get update:
Quote:
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error:
[URL] release Release: NO_PUBKEY 5D654504F1A41D5E
View 1 Replies
View Related
Oct 28, 2010
W:Failed to fetch http://ppa.launchpad.net/gezakovacs/...86/Packages.gz 404 Not Found , E:Some index files failed to download, they have been ignored, or old ones used instead.
View 1 Replies
View Related
Mar 19, 2011
Failed to fetch [URL] 404 Not Found Some index files failed to download, they have been ignored, or old ones used instead. I have been getting this for a while now complete with a red triangle with an ! in it on the panel.
View 1 Replies
View Related
Jul 11, 2011
I am getting this errors when I check for new updates:
Code:
W:Failed to fetch [URL] 404 Not Found
, W:Failed to fetch [URL] 404 Not Found
, E:Some index files failed to download. They have been ignored, or old ones used instead.
View 1 Replies
View Related