OpenSUSE Install :: "cannot Download Xxx Files" Or "the Files Have Been Modified And Is Danger To Use"
Nov 24, 2009
i downloaded and try installing opensuse 11.2 on my intel-based imac. but during installing, there keeps pop-up error messages either saying "cannot download xxx files" or "the files have been modified and is danger to use" i run the "check" function after burning .iso file. and it failed too.so what should i do now?
View 3 Replies
ADVERTISEMENT
Sep 2, 2010
Possible Duplicate: Linux equivalent to robocopy? I have two websites - one is basically a development version and the other is a production version of the same site. So I'd like to be able to merge the changes made to the development site based on the modified date of the files. Is this possible with the 'cp' command?
View 2 Replies
View Related
Dec 2, 2010
How can I search files modified in a specific day?
View 2 Replies
View Related
May 23, 2011
I want to upload files from my computer to an FTP site and I don't want to upload files that are already on the server. So I need a tool that finds out which local files that are different from the ones on the server, or that don't exists on the server.
Some requirements:
I'm using a cheap provider that does not support rsync or ssh, so I can only use FTP. I generate the files before uploading them, so comparing timestamps is meaningless. I've tried lftp with the mirror command. It's slow (I think it uploads all the files). I upload the files from different computers, so I can't use sitecopy, which uses a local database to keep track of which files are on the server. I'd like to be able to upload all changed files with one command. Preferably no GUI application. And it needs to run in Ubuntu.
I was thinking about creating a tool similar to sitecopy, but which stores checksums of all the files on the FTP server on the server itself. But then I thought that there may already be such a tool.
View 1 Replies
View Related
Jan 22, 2011
How can I make copy only files the have been modified today
as far as get
Code:
find myworkingfolder -ctime 0|xargs -i cp {}-ap bakupfolder
Is it ctime or mtime? and how i add this command to crontab?.
View 2 Replies
View Related
Jul 23, 2010
I need to know the last 10 modified files in a folder.
View 8 Replies
View Related
Feb 20, 2010
I am searching for a program which may be used in order to display a list of modified (non-distribution-default) configuration files. For example, assume we have installed package "example-utility" which uses /etc/example-utility.conf as one of its configuration files. The package provides a default configuration file upon its installation. Assume we have modified /etc/example-utility.conf according to our needs. This file should be included in the listing produced by the program I am looking for.
If such a tool does not exist, I would like to create it. However, I am new to RPM-based systems, and, as such, I am having difficulties finding the necessary documentation. Should I be reading the yum source code? Is there some sort of document describing the package database on RH/CentOS/etc. systems and how 3rd party applications are supposed to work with this database?
View 6 Replies
View Related
Nov 30, 2010
I have a simple scripting question. I am trying to list all files that have been modified in the last day and then collect metadata on those files. This command is going to be run on a number of nodes via ssh so I would like to append the hostname to start of each line (the below example has blade1 as the hostname). As you can see the loop is splitting the ls command out onto a separate line for each value. What I need to do is keep the `ls -ld` output all on one line and have the hostname echoed in front of each line.
for i in `find /var -mtime -1 | xargs ls -ld`; do echo `hostname` $i; done
blade1 drwxr-xr-x.
blade1 2
blade1 user
blade1 group
blade1 4096
blade1 Nov
blade1 30
blade1 08:55
blade1 /var/cache/gdm/user
View 8 Replies
View Related
May 14, 2010
I clone my entire notebook hdd once a month to a USB drive with an identical disk once a month using dd. I would like to find a way to automatically or manually do incremental backups at shorter intervals.
The first problem is that my incremental backup drive is not the same as my full backup drive (which is my clone). Is there some way to backup or copy all files on a document partition modified after a certain date?
The second problem is that my document partition is NTFS-3G. I guess this could be done pretty easily using "dump" if I stored my docs on ext. [I don't because I want to make sure that my docs are accessible from any machine (say in an Internet cafe) should my MacBook die and I need to rip out the hard drive and run to do my homework on another system; that is why I keep my docs on my Vista partition].
View 1 Replies
View Related
Aug 12, 2011
I'm about to do a migration on a laptop where I have had to make a number of modifications to files mainly in /etc/ but I have lost track of what I have done. Does anyone have any suggestions as to how to identify those files that have been modified from their packaged versions?
View 3 Replies
View Related
Jun 3, 2009
Can anybody tell me how I can synchronise files between two computers in a network that have been modified or created within the last 60 days?
View 3 Replies
View Related
Apr 30, 2010
I need to know all files modified within a date and time range.E.g: All modified files between 20 April 2010, 1100-1200 Hrs."find / -mtime +10 ! -mtime +11" :: this i found for date but how to include time as well.
View 2 Replies
View Related
May 31, 2010
I am using the following script to creates list of accessed files.I like to add modified date and time of accessed files in the output.
For this what needs to be added in the below script??
#!/bin/bash
#
# creates list of accessed files
#
set $(date)
find /hdc160GB/programmers/projects -cmin -1440 > /hdc160GB/programmers/data/fileschanged/alert_$6-$2-$3.txt
View 7 Replies
View Related
Nov 8, 2010
Sequentially number files based on date modified (rename cli)
I'm almost done a larger script which takes all the pictures in a folder, converts it to video, and emails it to me. Everything worked fine until I realized the picture filenames weren't always starting at 1, then ffmpeg chokes.
I have a bunch of files in a folder which I need to rename to:
I don't want to install any additional packages and I'd like this to run in a single command if possible.
If not possible, then a bash script would work too.
View 3 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
Feb 28, 2010
11.2 KDE 4.3.5
keep getting this error when trying to download RPM files and launching them.
KLauncher could not be reached via D-Bus. Error when calling start_service_by_desktop_path:
Not connected to D-Bus server
View 4 Replies
View Related
Jul 29, 2009
I was happily running F10 and against my better judgement when it offered to upgrade me to F11 I decided to give it a try. The F11 install hung at 893 of 1626 packages installed. Some SE Linux package was in process of install. On the next boot the installer fails to upgrade for a corrupted root. It says I can backtrack and do a full install, but crashes with a bug when I choose backtrack.
So here is my question - Can i edit the command line and tell the installer to full install rather than upgrade? Or am I stuck with downloading a DVD ISO and doing a full install that way. I've done F8, F9 and F10 so full install from DVD doesn't bother me.
View 11 Replies
View Related
Oct 7, 2010
I noticed in my system that my root partition is getting full. I found a lot of old compacted syslogfiles. Had a look at etc/sysconfig editor eg cron but could not find a setting which allows to delete files older than a month. Where and how could I influence this ? I deleted manually all syslog files older than a month. Approx 6GB
View 9 Replies
View Related
Mar 9, 2011
I haved tried 3 times to download DVD-7 from http://cdimage.debian.org/debian-cd/...md64/jigdo-dvd, and every time it has failed with just 5 files left to download.
It says:
I cannot begin to describe. All those hours of downloading for nothing! What the heck is happening here? When I try to just continue on, I get error code 3 aborts and have to just start all over.
View 3 Replies
View Related
May 4, 2011
I have very strange problem - trying to install 11.4 (64bit) on my VMware 7.1 - the installtion works, only I have no chance to change anything, it simply takes over and doesn't let me do any modification. The installtion panels look totaly different compared to the installtion manual.
Is there some known problem? What do I need to do to stop that?
View 6 Replies
View Related
Mar 1, 2010
After the install on the hd I had to modify manually the start option otherwise I wouldn't. I found out in the option that I have to give: pci=noacpi and the start will go on. My question is, how to do this automatically, I mean modifying before every boot would be annoying.
View 6 Replies
View Related
Apr 18, 2011
I am trying to install Ubuntu on my Toshiba Satellite 5205-S703 laptop with WinXP Home. The CD/DVD drive no longer works so I have to use the download installer. In fact, I hope to install Ubuntu to help me determine whether the CD/DVD problems are hardware or software related. The computer has no provision to boot from USB either. The download went fine, but as soon as installation started this error message popped up: "An error occured. Could not retrieve the required files. For more information, please see the log file:c:docume~1 oshibalocals~1 empwubi-10.04.1-rev190.log".
View 3 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
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
Jul 16, 2011
Every time I download a rpm file from the web and I try to install it despite it says the installation was succesfull I can't find the program also it's not on yast i tried this command: rpm -qa --last | head but it doesnt show me the program someting is wrong.
View 9 Replies
View Related
Apr 26, 2010
I downloaded the latest version of OpenSuse 11.2 Live KDE, I am using VirtualBox to run it, I completed the whole installation. Then, there comes the problem, whatever I do in OpenSuse works, but when I shut down OpenSuse and boot it later, nothing has saved since last time. Example, I tried to create a File.txt on the desktop, then shut down OpenSuse properly. When I boot it again 5 minutes later, the File.txt is not there anymore. I even installed Apache2, and when I came back, i wasn't installed anymore
View 2 Replies
View Related
Jul 23, 2010
How do I edit a file (config file, etc.) in KWrite (instead of VI) from the bash shell?I can't seem to "see" certain files using Dolphin and the only way I can locate/see them is using the shell but I'm a complete VI newb and would rather use KWrite for the moment.
View 8 Replies
View Related
Oct 22, 2010
I'm sure you guys get this a lot, but a few google searches didn't reveal much of anything. I accidentally overwrote Windows and want to know if there's any way to recover the files. I mean, it'd be great if I could recover the whole OS, but that seems unlikely.
View 9 Replies
View Related
Feb 5, 2010
Yesterday I run Getright from Wine launcher, and it downloaded files to the C:DOWNLOAD folder, which I can't find it.
It is not the Windows local disk c:downloads folder. What "means" C: in Linux?
I'm new to Linux, I guess it must be in home or so but I can't find it.
View 4 Replies
View Related
Jan 8, 2011
I have files on Ubuntu One which I uploaded from my Linux machine and I want to download them on to my Windows machine.
How do I do this?
View 6 Replies
View Related