Software :: Verifying Files From The Svn?
May 26, 2011
Is there a way in svn to verify if an already existing file tree that "should"be at a given revision is in fact correct at that revision?I had an earlier revision and obtains patches via svn diff for subsequent revisions, and applied them up to a given revision (or head). Now consider that perhaps some error happened during the application of these patches, or perhaps a file just got corrupted. What I would want to do is just verify if the tree I have now at this revision is the exactly tree I would get at this revision ... without actually pulling down the whole revision.Note, I want to do this for exports, not for checkouts. That may make it simpler since the result of svn diff seems to only be for the actual data files.
View 14 Replies
ADVERTISEMENT
Dec 26, 2009
I've been having trouble writing to DVDs on one computer, and I am trying to figure out whetgher the problem is hardware or software related, or, perhaps, both. The brasero CD/DVD writer puts the md5 checksums of each of the original files in a hidden file on the DVD. I think it then calculates the sums of the copies and compares, but the last time I did it, it told me it had permission problems with the drive, and that failed. When I put the DVD in, udev finds it and mounts it in /media with me as its owner. Apparently, brasero mounted it some other way, and presumably that caused the problem.
Secondly, after I brought it up again, I went into the /media mount point and did md5sum on the files there. One of them a gzipped tar file, produced and input/output error. Yet if I use cmp to compare that file with the original it finds no difficulty. So what is going on? Finally, I have tried to write shell scripts which use cmp to compare the original files with the copies. The general form is
cd XXXX
find $* >> /tmp/X
for i in `cat /tmp/X`
do
cmp $i YYYY/$i
done
where XXX is the mount point in /media and YYY is the original directory containing the relevant files. This works fine except that if the file names have spaces in them, the shell script treats each word as a new file name. So I need some way to arrange things so that `cat /tmp/X` returns the complete file name. Nothing I've tried works.
View 3 Replies
View Related
May 9, 2011
I'm trying to create a torrent file via the command line. I used "transmisson-create", but since the .torrent file is binary I can't read it using "less" or "nano". Is there a way of verifying that the torrent I created was correctly done? I know I could probably upload the .torrent file to my public server and then use another torrent client to test, but I simply want to see what's inside the .torrent file to verify that it got all the files I wanted. I cd'd into the directory with the files that I want to torrent and ran the following command.
Code:
$ transmission-create -p -t http://tracker.openbittorrent.com/announce *
View 4 Replies
View Related
Mar 30, 2010
Is there a command that can be run to verify that a users cron job has run successfully?
Platform is Ubuntu 8.04 LTS.
I have scripts in /home/useraccount/bin/
running
crontab -l
While logged in as user results in:
# m h dom mon dow command
@hourly /home/useraccount/bin/script_1
@hourly /home/locateruser/bin/script_2
I realize scripts could send email or write to a log with a timestamp, but wondering if there is just a way to verify it ran from the command line.
I ran
ps -ef|grep cron
... and it shows
root 4358 1 0 Mar12 ? 00:00:00 /usr/sbin/cron
Not sure if this indicates it is running the jobs though....
View 4 Replies
View Related
Nov 20, 2010
I just started dual booting Ubuntu 10.10 on my mini 10v with OS X a couple days ago, so I'm still pretty new to Linux.
But anyhow, I was attempting to change my User ID number so I could access the files in my User folder on my OS X partition. So, I tried entering the following commands:
sudo usermod -u 501 yourusername
sudo chown -R 501 /home/yourusername
Of course, smart me should've realized I should've been logged out and on a different administrative account to do this. But I didn't, and I believe the second command didn't work. So, whatever, I thought I'd try logging out and logging in as root.
So, I logged out, tried logging in as root, and of course, no dice because I didn't know the password. So then I tried logging onto my account and upon logging in, I got two errors. One was about ".ICEauthority" and I didn't keep track of what the other one was.
Great. So I did a quick google for the error, then tried entering these codes:
$ sudo chown user:user home/user/.ICEauthority
$ sudo chmod 664 /home/user/.ICEautority
$ exit
[Code].....
And again, I think the last one didn't work. So, I looked up how to login as root, changed the password and logged in as root successfully. Then, whilst in root, I entered:
/usr/sbin/usermod -u 12345 joeuser
/usr/bin/find / -user 701 -print | xargs -t chown joeuser
/usr/bin/find / -user 701 -exec chown joeuser {} ;
Upon entering those, I logged out and logged back into my account and everything was a complete success. No error messages anywheres AND I could access the files in my Mac user folder.
So, here's my question. How can I make sure I have all the right permissions I need? Or do I already have the all of the permissions I had before changing my user id?
Did those last three lines of code I entered "override" all of the codes I had entered previously? I just want to make sure verify I have all the correct permissions necessary so I don't run into any issues later on.
View 5 Replies
View Related
May 5, 2011
I was a windows XP user and one fine day my windows crashed and blue screen of death appeared. I have downloaded Ubuntu and created an ISO image on my pendrive with the help of the another computer as per the steps mentioned on the linux website. Now when am tryin to boot my corrupt PC with pendrive i cannot move beyond the comment " verifying DMI pool data" nothing happens later.
View 3 Replies
View Related
Apr 30, 2011
opensuse v11.3
linux 2.6.34.8-0.2-desktop x86_64
It took me 3 tries to get is ISO image that matched the md5 checksum on the download site. At 8 - 10 hours each it was a PITA. The first simply aborted 1/3 of the way through (HTTP direct link). The second used wget, got a full file but the checksums didi not match. The magic method was Bitorrent.
All this has left me with an uneasy feeling about the contents of the DVD created from the ISO. Is there a way to test the DVD contents?
View 9 Replies
View Related
Mar 1, 2010
I am reasonably technical but new to Linux. I almost guarantee there will be simple things that I don't understand. I am trying to get a USB wireless adaptor working with aircrack-ng and have managed to find that I should have the mac80211 drivers installed and active to support the rtl8187L and B chips. (I also need to patch them apparently, but first things first).
I am working with Ubuntu 8.04LT (I am fairly sure) and do not seem at the moment to be able to update to a more recent version on the target machine. The kernel is 2.6.24-27. I followed instructions to blacklist the r8187 and ieee80211 modules, which seemed to go quite smoothly.
I now need to get the mac80211 module loaded, but can't find out how. The information at Aircrack-ng and related sites seems to indicate that I expect the drivers to be already in my build of Ubuntu but they do not seem to be loading. The suggestion seems to be that they will load automatically. I have found some stuff in /lib/modules/2.6.22-14 and /lib/modules/2.6.22-27, and also in /usr/src/linux-headers-2.6.24-27 which is probably relevant but I don't know what if anything to do with it. If anyone needs more detailed information, just tell me what you need to know, and how to get it.
View 1 Replies
View Related
Mar 10, 2011
I need with some iptables rules. I've done all I can, Googling all over, to cover as many exploits as possible and the following script is what I've come up with. The current set up works and I've checked with NMAP. I just need some sort of confirmation that this is pretty much what I can do.
Code:
LAN="eth0 eth1"
RANGE=10.1.0.0/17
WAN=eth2
# Delete all existing rules
[code]....
Also, if I wanted a broadcast to be relayed to all subnets within a defined range, how would such a iptables rule look like? I need this in order to find a networked Canon MP640 printer.
View 1 Replies
View Related
Apr 27, 2011
I want to download the dev snapshot of Synfig from SourceForge
[URL]
The link on this page includes some kind of checksum I tried to MD5 and SHA1 the downloaded file from the link, it won't match Downloaded it again, same thing Is there something wrong with this file (damaged upstream)?
View 3 Replies
View Related
May 24, 2010
My used OS:
Linux version 2.6.18.8.xs5.5.0.13.442
(gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21))
After executing
[code]...
View 2 Replies
View Related
Aug 30, 2011
Im trying to install ubuntu 11.04 over my current fedora 15 due to lack of compatibility with my itouch 4g.
Heres the steps i take:
Open LiveUSB-creator.
Point to .iso file for 11.04.
Select proper device
Then it gives me an error like so:
There was a problem executing the following command:
A more detailed error log has been written to '/tmp/liveusb-creator.log' ISO MD5 checksum verification failed.
View 4 Replies
View Related
May 20, 2011
I was dual-booting Windows 7 and Ubuntu 10.10 till recently. Then I had to reinstall Windows. After re-installation of Windows I did not try to restore Grub and deleted Ubuntu partitions on disk thinking that I'll install newer Natty version. But now when I try to install Ubuntu 11.04 using pen drive it gets stuck in bios showing message "Verifying DMI pool data ....". I also tried to boot GParted, memtest and Windows 7 with the same pen drive. Same thing occurred with GParted and memtest but Windows 7 installation did not stuck and went as usual. So I guess it's not hardware.
View 5 Replies
View Related
Nov 20, 2009
I've been trying to burn Suse 11.2 to a DVD now for a couple of days but I keep running into trouble. When verifying a disk after burning Suse on it it keeps giving me errors. I've tried Nero and ImgBurn, different burners, different ISOs, different burning speeds (downloaded via torrent and http) but it keeps giving me the verification error.
The only thing I haven't tried is a different brand of DVDs but until now I've never had any problems with this brand.
View 9 Replies
View Related
Dec 24, 2010
I installed ubuntu 10.10 on a machine that had windows 7 x64. itts installed on a seperate HD, but now when I boot to the harddrive with windows 7 all i get is "verifying DMI pool data" how do I fix this so I can get back to windows 7 as well?
View 9 Replies
View Related
Oct 18, 2009
I had Fedora11 (default layout) running on a separate hard drive (winXP on the other drive). After the FC drive failure I replaced the drive and did a fresh install again. This time I tried a custom layout to keep the /home on a separate partition. The installation went without a hitch, but on first boot the system hangs with "Verifying DMI Pool Data......"
XP boots fine though. Looks like grub doesn't get loaded. I can boot with the installation cd and get into recovery mode, everything seems fine on the fedora disk. Fdisk result:
Grub.conf:
View 2 Replies
View Related
Jun 10, 2009
I have set up an ubuntu server running PPTP Server for VPN connections. I can successfully connect from a laptop within the LAN, but taking that same machine to an internet connection and trying to connect back in does not work. The only difference is that when I connect from within the network, I am obviously using the server's LAN (non-routable) address, and when I am connecting from outside the network (from Verizon Business DSL ), I am using the Comcast connection's static IP address.
I have a static IP address on a Comcast Business Class internet connection. Router is set to forward pptp and GRE ports.
Works:
VPN Server <- Laptop
iPhone -> Internet -> Router -> VPN Server
Does not work:
Laptop -> Internet -> Router -> VPN Server
Here is the weird thing. I have an iPhone that connects flawlessly every time through it's AT&T data connection. The laptop however, gets to "verifying username and password", and then returns error 619. It seems that there is an issue only when going through the router using the PPTP client built into MS windows.
View 1 Replies
View Related
May 5, 2010
i would just like to verify that the command
lspci would show the FC adapter installed
is there any other command that i can use to verify the FC adapter is being installed
View 4 Replies
View Related
Feb 21, 2011
I am trying to install Ubuntu 10.10 on a Dell Latitude 1001 laptop which has XP installed. I have selected the option for Ubuntu to run alongside Windows but, on selecting the Ubuntu option at boot up, the installation stalls at "Verifying the Installation Configuration". Before this window came up, a very brief text message flashed on the screen - something like "getpwuid failed" (it was on the screen for only a second or less, so I didn't have chance to note it down. Does anyone have any suggestions as to what may be wrong (I have never used Ubuntu so please make any suggestions very simple).
View 4 Replies
View Related
Jun 10, 2011
I get a SD card. Put in the SD reader. It's empty. I go to my super-important-pictures-to-a-monthly-relatory folder and select all files. Select them for MOVE. Paste them on the SD card. When the move/paste process is finished, i click on the "Eject" button on top of the SD card name. Card's ejected. I can't access the card anymore. I take out the card and put on my other computer. From 300 pictures, there are only 10 available, the remaining ones are there, but with 0bytes and unrecoveable. I panic. I go back to my main computer, my pictures are not there anymore. The pictures were on the Home folder. I panic again. I reset the computer and boot on the LiveCD. I install foremost, scalpel, photorec and about everything till my USB drive complains about being filled up. I run everything and I can't recover my files. I'm in the danger of getting fired. Things like that makes Windows sounds more appealing. When you securely remove a pendrive, things get REALLY pasted there before screwing everything up with a removal.
View 8 Replies
View Related
Oct 5, 2010
I know I can do find . -type f, but that includes binary file and I couldn't find a way to exclude them with find
View 4 Replies
View Related
Jan 30, 2011
I have installed this program ok but I am new to command lines in terminal.
I want to convert some wav files to wma files. I have the wav files currently in a folder called Test to make it easy. So I have entered the following command line:
ajpearson@ajpearson-laptop:~/Desktop/pacpl-4.0.5$ pacpl --to wma home/ajpearson/Desktop/Test and the error message I get is:
error: the following is not a file or directory: home/ajpearson/Desktop/Test
It does not matter what directory I use I get the same error. I am sure the answer is obvious - but not t me.
View 9 Replies
View Related
Mar 9, 2011
I have a Kingston 8gb Datatraveler that has been giving me troubles lately. For some reason after I delete files from it it still shows up as full and the files are shown in the hidden trash files. How do I get rid of these files? I can't delete them as they just show back up. Also, I tried to format the drive with gparted and it won't unmount. When I right click and select information, at the bottom it says: Unable to find mount point. Unable to read the contents of the file system. Because of this, some operations may be unavailable.
View 1 Replies
View Related
May 23, 2011
Is there a cc cleaner equivalent for linux to clear out tmp, internet files, etc.?
View 9 Replies
View Related
Jun 16, 2011
I am using the diff command with the -r option, to compare a large number of files and files in subdirectories. My main interest is to find out which files have been changed, and not what the actual changes are, and since a lot of files has been changed, it would be a lot easier to view the file names only. Is there and option for diff that might do this, or does there exist a similar tool/command that could do the job?
View 1 Replies
View Related
Aug 25, 2009
How can you create a script to move or copy files from a main directory into multiple directories below the main directory.
View 7 Replies
View Related
May 7, 2011
1. Every Sunday2. Find all files older than 1 day3. Gzip these file4. Tar up the gzipped files into one tar file.5. Name the tarball with a date stamp indicating what day it was created, so we know that week's files are in the file
View 3 Replies
View Related
Jan 12, 2011
I have bought an external usb hard drive on which I back up my three computers every once in a while.Space will quickly be used up.I can't find that little bit of research that I need yesterday.Here is what I would like to find:An application that eliminates doubles in identical files and renames files that have changed by appending the last saved date yyyymmdd to the file name.Does such an application already exist?
View 6 Replies
View Related
May 7, 2009
Until now i haven't had to dabble with bash scripts.
I have a program that reads in data files. These are named datafile01_R, datafile01_G, datafile01_B, they then increment, so datafile02_R etc i have about 600 of these. the program reads in 3 data sets at a time from each run, so files_01 r, g, and b.
The program then does its magic, and outputs about 40 different files, depending on the file, they gone to folders named R, G, B, psa, or tracking.
The program itself has configuration files to say where the files should gone when analyzed, there is also the config files that reads in the data sets.
At the moment i have to run one set of data, then go in and manually change the input file location, and run again. But, doing this, even though a different data set, the new set overwrites the old set in one of the output folders. So i need a way to increment the output filenames after they are written and before the program is run again with the new data set.
View 1 Replies
View Related
Feb 14, 2010
I've discovered that Dolphin seems to lose random files when copying many large folders.
I first noticed this a few months ago when I tried to copy my music library from one folder to another on the same HDD. It consisted of around 600 folders and 6500 files. During the copy there were no errors but after the copy I found that some of the newly copied folders were missing files. I put it down to human error or a glitch.
Yesterday I tried to copy 13 folders containing rips of some of my DVDs. Each folder basically had one film of either 700MB or 1.4GB. Again no errors showed up during the copy but I found 3 of the newly copied folders were empty.
It's not so critical with music or films but I can't afford to lose work data like this.
Has anyone experienced or seen a similar problem with Dolphin? I'm going to have to do some more extensive testing but this is not good.
The first time I noticed the problem I was running KDE4.3.4 (I think) and now the latest was with KDE4.4.0.
View 9 Replies
View Related