Ubuntu :: Rsync: Failed To Set Times On "/media/NAS":

May 16, 2011

Problem: rsync to NAS gives 'rsync: failed to set times on "/media/NAS": Operation not permitted (1)'

Efforts to date.

1.Initial set up was ubuntu 10.04 on stock DNS 323 NAS. Grsync would copy file names and folders to NAS but they all were 0 bytes and no data.

2.Set up FFP on NAS, installed rsync server on NAS, and retried. Grsync now copies all the files and folders,but get the 'rsync: failed to set times on "/media/NAS": Operation not permitted (1)'

3.Grsync with -t removed (does not preserve time) works without error message, but does not keep time/date on NAS backup.

Setup: NAS is automounted with CIFS:

//192.168.1.999/NAS/ /media/NAS cifs guest,rw,iocharset=utf8,file_mode=0777,dir_mode=07 77 0 0

Reading at length seems to reveal that this issue is a permission problem. So my question is:

1.Is there a simple edit to my fstab file that would give me permission to save time/owner to my NAS?

2.Would I be able to use chown to modify the folder on my NAS to own it? ***if so -> syntax to use chown on a network drive.

3.Do I need to edit my NAS rsync server to solve this?

4.I have a 1 gig network/cards, my speeds are 4mb/sec. Is this a good speed for this type of network, or is this a bug of CiFS networks?

View 1 Replies


ADVERTISEMENT

Ubuntu :: Can't Rsync Gmail / Run Rsync --recursive --times --perms --links --delete?

Jan 7, 2011

When I run rsync --recursive --times --perms --links --delete --exclude-from='Documents/exclude.txt' ./ /media/myusb/

where Documents/exclude.txt is

- /Downloads/
- /Desktop/books/

the files in those directories are still copied onto my USB.

And...

I used fetchmail to download all my gmail emails. When I run rsync -ar --exclude-from='/home/xtheunknown0/Documents/exclude.txt' ./ /media/myusb/ I get the first image at url.

View 9 Replies View Related

General :: Failed To Install The Ubuntu Recommended Driver Many Times?

Aug 9, 2010

I have failed to install the Ubuntu recommended driver many times. It's been pointed out that i have a build error in my make.log, (See att) but i don't know what the implications are?

View 13 Replies View Related

Ubuntu :: Rsync Failed: Permission Denied (13)?

Nov 22, 2010

I have a Ubuntu box and just got a new hard drive. Rather than copy everything over from my old working Ubuntu install, I wanted to install Ubuntu from scratch and then rebuild the file contents.I have a large collection of music that I use on my mac (another computer) and like to keep sync'ed to the Ubuntu box. The following script used to work flawlessly:

Code:
rsync -avz --delete --exclude-from './music_exclude_list' '/Users/ryan/Music/iTunes/iTunes Music/' 'ryan@192.168.1.200:/home/share/music'

[code]....

View 1 Replies View Related

Ubuntu :: RSYNC Error - Backup Failed

Jan 29, 2011

Our backup script was working fine (ssh to the server, back up /home to a second hard drive on my computer). Then right after an ubuntu update, it quit working. I investigated and found that "something" had changed the label on the backup hdd to what looked like gibberish to me. But the script identified the backup hdd by its uuid, which didn't change. Yet, here is the error I get when the backup fails: receiving file list ... done [took about 5 seconds] rsync: mkdir "/media/14D9-3B1F/server-backup" failed: No such file or directory (2) rsync error: error in file IO (code 11) at main.c(594) [receiver=3.0.6]

Note that the backup hdd IS mounted, uuid is correct, and the folder 'server-backup' DOES exist. Does anyone have a clue for me? I'm moderately experienced in Linux and ubuntu. Our server runs centos 5. And as stated, the backup ran fine for several weeks. I think there was a new linux kernel on that update, but at this point a while later I don't know which one. Current kernel is .2.6.31-22-generic.

View 1 Replies View Related

General :: Install Both Xcdroast And 7zip Using The Console And Failed Miserably Both Times?

Jun 6, 2011

it's my first day of trying to figure out Linux, and I now understand why it's been largely used by the geek community.I've tried to install both xcdroast and 7zip using the console and failed miserably both times.7zip doesn't have a ./configure and xcdroast just gives me errors that I don't understandI think I need a package manager?

View 6 Replies View Related

Ubuntu Servers :: Rsync: Recv_generator: Failed To Stat (to The File Name...)

Apr 4, 2010

I've just noticed a small problem I am having with my company file server. When making backups to an external NTFS drive weekly I have noticed that the file names with thai characters are not getting backed up. I receive the below error:

rsync: recv_generator: failed to stat (to the file name...)
Invalid or incomplete multibyte or wide character (84)

There are thousands of files on the server that contain thai characters in there names so how do I get around this problem so it will back up all files and not just the English character ones. I read somewhere that each file would need to be converted to a different character set but this would take years as there are so many files.

View 1 Replies View Related

Ubuntu Multimedia :: Mobile Media Converter - Files Failed

Oct 1, 2010

Ell, I installed this application (MobileMediaCconverter_1.6.1_i386) successfully and I converted some files to avi format without a problem. One other day, I wanted to convert other files like what i did last time. I was surprised with this message
Files failed
>> Command executed:
"/opt/MIKSOFT/MobileMediaConverter/lib/mencoder" -v -noskip -vfm ffmpeg -vf harddup -ovc xvid -oac mp3lame -lameopts cbr:br=128 -xvidencopts bitrate=1100 -of lavf -ffourcc XVID -lavfopts format=avi -o "/media/16E5C31D3C3AEDD1/Movies/Series/Shaun The Sheep/Shaun.The.Sheep.S01E01_Off.the.baa.avi" ""

>> Result:
MEncoder SVN-r30524-snapshot-4.4.1 (C) 2000-2010 MPlayer Team
Configuration: --disable-mplayer
init_freetype
Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
File not found: ''
Failed to open .
Cannot open file/device.
Exiting...

View 1 Replies View Related

General :: Error: <a Name="error124"></a><font Color=red>rsync: Mkstemp "/media

Jul 3, 2010

Using rsync under Lucid. A long string of this type of error: <a name="error124"></a><font color=red>rsync: mkstemp "/media/Odrive/lucky/usr/share/info/.automake-1.11.info-1.gz.h1u60a" failed: No space left on device (28) rsync: recv_generator: mkdir "/media/Odrive/lucky/usr/share/javazi/Africa" failed: No space left on device (28)

This is a a one TB drive with plenty of space. I tried manually creating the directory with the same result to mkdir. USB drive mounted as /media/sdb5:

[Code]...

View 3 Replies View Related

Ubuntu :: Backup Script Request - Execute "rsync -av /home/hope/Desktop /media/HOPE"

Jan 13, 2010

write a bash script that will execute these commands one-by-one?

rsync -av /home/hope/Desktop /media/HOPE
rsync -av /home/hope/Music /media/HOPE
rsync -av /home/hope/Pictures /media/HOPE
rsync -av /home/hope/Videos /media/HOPE

View 3 Replies View Related

Fedora :: Get The Message "IOMMU: Mapping Reserved Region Failed" 8 Times

Aug 4, 2011

System: F15-64bit, Intel Core i7 on Asus P6T mobo. I've upgraded to 2.6.40, and I'm regretting it!While 2.6.38 still works fine (apart from the usual random panics), 2.6.40 gives errors on boot, and reliably panics soon after login. Early in the boot I get the message "IOMMU: mapping reserved region failed" 8 times. Then boot appears to proceed as normal, at least once the nvidia blob is removed in favour of Nouveau (otherwise, forget it...).

After graphical login, the system freezes within a couple of minutes.After a text login, the system freezes within seconds with a panic, starting "BUG: Scheduling while atomic: swapper". A forum search for the IOMMU message leads to https://fedoraproject.org/wiki/Commo...IOMMU_handling but this talks about old 32-bit releases without BIOS virtualization support.

[Code]...

View 5 Replies View Related

Debian Configuration :: Udev Times Out Resulting In 3 Min Boot Times

Jan 21, 2016

My systemd-udev-settle.service is failing for some reason.

systemctl status systemd-udev-settle.service -a output
Code: Select all● systemd-udev-settle.service - udev Wait for Complete Device Initialization
   Loaded: loaded (/lib/systemd/system/systemd-udev-settle.service; static)
   
[ode]...

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

View 6 Replies View Related

Slackware :: VLC Media Player Installation Error - Transcoding Failed

Jul 7, 2011

This is an error I got from VLC Media Player:

Streaming / Transcoding failed:
It seems your FFMPEG (libavcodec) installation lacks the following encoder:
MPEG Audio layer 1/2/3.
If you don't know how to fix this, ask for support from your distribution. This is not an error inside VLC media player. Do not contact the VideoLAN project about this issue.

It said not to contact VideoLAN, but instead the Distro so...here I am. Was there a file I should download in order to fix this? If there is one, where do I place it or run it to stop this error?

View 2 Replies View Related

Ubuntu Servers :: Advanced Rsync - Make The Rsync Set Or Keep The User And Group Affiliations?

Nov 17, 2010

Thought I'd post it here because it's more server related than desktop... I have a script that does:

[Code]....

This is used to sync my local development snapshot with the live web server. There has to be a more compact way of doing this? Can I combine some of the rsyncs? Can I make the rsync set or keep the user and group affiliations? Can I exclude .* yet include .htaccess?

View 6 Replies View Related

Server :: Rsync Execution - With Crontab - Have Given Full Path To Rsync Too

Apr 12, 2011

I have a tiny shell script to rsync files between two servers and remove the source files.

This script works fine, when it has been initiated manually or even when the rsync command is executed on the command line.

But the same script doesn't work, when I try to automate it through crontab.

I am using 'abc' user to execute this rsync, instead of root, as root login to servers are restricted in all of our servers, by us.

As I mentioned earlier, manual execution works like charm!

When this rsync.sh is initiated through crontab, it runs the first command(chown abc.abc ...) perfectly without any issues. But the second line is not at all executed, and there is no log entry i can find at /mnt/xyz/folder/rsync.log.

View 6 Replies View Related

Software :: Run Rsync To Download Files From A Server Without Rsync Daemon?

Sep 18, 2009

I just tried to sync files from one server to another. After the sync process, I found the files are bigger than original ones.

I looked up the web and found someone mentions the rsync daemon. So I have to run the daemon on one server before I run the rsync?

The command I used is rsync --partial --progress -r source destination

View 1 Replies View Related

Server :: Rsync Can Not Rsync Files With Include Filter

Jul 21, 2010

use rsync to cp such files and dirs under /var/www/html/mydir directory but these two files(/dir4/1.html /dir4/2.html) cant rsync to dest mechine.

rsync configure file,below...

View 2 Replies View Related

Server :: Rsync Fails In Cron - Ssh Key - For Rsync?

Dec 8, 2010

I'm using Ubuntu 10.04 LTS server and Postgresql 8.4. I have a .sh script that is run by cron every other hour. That works fine. The .sh script includes an rsync command that copies a postgresql dump .tar file to a remote archive location via ssh. That fails when run by cron; I think because it is (quietly) asking for the remote user's password (and not getting it). I set up the public/private ssh key arrangement. The script succeeds when run manually as the same user that the cron job uses, and does not ask for the password. I am able to ssh to the remote server from the source server (using the same username) and not get the password prompt (both directions), so why doesn't rsync work? I even put a .pgpass file in the root of that user's directory with that user's password, and the user/password are identical on both servers.

I think the problem is rsync is not able to use the ssh key correctly. I tried adding this to my script but it didn't help.

Code:

Here is the rsync command embedding in the .sh script.

Code:

Here is the cron entry:

Code:

View 6 Replies View Related

Slackware :: "Failed To Eject "VZAccess Manager Device To Unmount Is Not In /media/.hal-mtab So It Is Not Mounted By HAL"

Jul 12, 2010

I am running slackware-current and using the Novatel usb760 3G modem. before i use kppp to "dial out" I have to eject the device. It works fine except that i periodically get a popup window with:

"Failed to eject "VZAccess Manager Device to unmount is not in /media/.hal-mtab so it is not mounted by HAL."

it happens every 30 minutes to every 10 seconds. anyone ever experience something like this?

View 1 Replies View Related

Ubuntu :: Can't Mount Removable Media: "failed To Execute Child Process Exo-mount"

May 18, 2011

I just upgraded Xubuntu from 10.04 LTS to 11.04 and I am no longer able to mount removable media from the "places" menu. The message I get:

"Failed to execute child process exo-mount (No such file or directory)"

I assume some wrapper process is attempting to execute a program called "exo-mount," but no such program exists anywhere in the repositories, according to a search with apt-file. The "exo-utils" package used to contain exo-mount, but the program no longer exists in that package.

Mounting from within Thunar works fine.

View 3 Replies View Related

Ubuntu :: Change The Mounting Point Of A Usb External Drive From '/media/disk' To '/media/Movies'

Jan 16, 2011

I was trying to change the mounting point of a usb external drive from '/media/disk' to '/media/Movies'

Here is were the stupid part takes over... I right clicked on the desktop icon for the device and selected Properties. From there I selected the Volume tab and in there I changed the mounting point to '/media/Movies' It accepted it and said the changed would take place when I unmounted it and remounted it. However, when I did this it now says it cannot be mounted as it says mount_point contains invalid characters usually /

Unfortunately, now I cannot get back into the properties to remove my error.

View 4 Replies View Related

Ubuntu Multimedia :: Media Player With All Media Codecs ?

Apr 13, 2011

Ubuntu10.10.i want a media player with all media codecs.it should able to play all formats of videos and audios so please suggest me a media player.(i used km player in windows i want a media player like that)

View 1 Replies View Related

Software :: Media Streaming Between WMP And Media Players (preferably Amarok)?

Aug 20, 2010

I recently put Linux back on my laptop (Vector) and I am trying to get any of the media players on it to recognize and play the music on my desktop, which is running Windows 7 Ultimate with WMP streaming music over my wireless network. I was wondering if this can be done, or if these features have yet, if ever, to be implemented.

View 2 Replies View Related

Debian Configuration :: Error "mount Exited With Exit Code 1: Helper Failed With: Mount: Wrong Fs Type" Mounting Any External Storage Media

Feb 27, 2011

I've just made the switch from Ubuntu to Debian Squeeze and am having trouble connecting external media (be it a USB stick or an ext HD). The error I am getting when I connect anything via usb is the following:

Error mounting: mount exited with exit code 1: helper failed with: mount: wrong fs type, bad option, bad superblock on /dev/sdc1, missing codepage or helper program, or other error.

View 4 Replies View Related

General :: Install Windows 7 On Media Partition \ Keep Media Partition Completely Separate From Any OS?

Apr 24, 2010

I just bought a new hard drive so that I could convert my XP-only machine into an XP-Ubuntu-Windows 7 triple boot machine.Since the drive is absurdly huge (1 TB) I wouldn't mind throwing ReactOS into the mixtoo.I just found out that master boot records are limited to 4 entries, meaning 4 primary partitions. I had Windows XP set up on my old drive as a boot partition, a program files partition and a media partition. Since I really didn't want to install XP from scratch, I cloned this setup on my new drive.

This leaves me one MBR partition entry for installing Windows 7, Ubuntu and ReactOS. I'd like to avoid having to install XP from scratch like the plague, partly because it's supposed to be a safety net in case things go wrong with my other OS's and because I've invested a lot of time getting it set up exactly the way I like it.Here are the options I've considered and why I don't like them:Install Windows 7 on my media partition. This would work, but I prefer to keep my media partition completely separate from any OS, so that I can reformat an OS partition without affecting my media partition at all.

Use wubi or something to install Ubuntu in the same partition as something else. Again, this is brittle.Move all my media to a logical drive on an extended partition. Create another logical drive on this extended partition for Ubuntu. The problem here is that extended partitions are rather brittle--if you nuke one, it renders the rest useless.Just put the old drive back in my computer and run XP off it. Use the new one for the other OS's. The problem here is that the old drive is slower and uses extra power, generates extra heat, etc.

View 2 Replies View Related

Ubuntu Multimedia :: VLC Media Player Doesn't See Files As "media Files"

Jan 22, 2010

I have an NTFS volume on my system which I regularly access from within Ubuntu 9.10, mostly to play the plethora of DVD images (*.iso files) stored there. I use VLC Media Player to watch the content. For some reason, VLC's file browser only shows a small subset of the files by default. I have to select "All Files" instead of "Media Files" to see all the *.iso's.

What's this about? Since they're all the same type of file, I don't understand why some would be viewed as "media files" but others not. If the files were on a Linux-type filesystem (ext3 etc.) I would guess it had something to do with permissions, but I'm not sure how file ownership & permissions apply to a mounted NTFS volume.

View 5 Replies View Related

OpenSUSE :: Subprocess Failed - Error: RPM Failed: Error: Failed Dependencies

Mar 31, 2010

When the RPM runs it come up with this error. How do I install the required dependencies? I have added more repositories, but still there are a few dependencies missing. Is there a zypper/sudo -get or something available? Opensuse 11.1 Gnome

[code]...

View 4 Replies View Related

Ubuntu Servers :: 9.10 - Web Connections And SSH Times Out

Jan 28, 2010

I am noticing really odd behaviour after upgrading from 8.10 to 9.10 (via 9.04). My server frequently becomes unreachable. I am using it as an application server, running Apache, JBoss and MySql. Once the server goes idle, all web connections time out. SSH also times out. Usually the server wakes up on second SSH attempt and then everything: Web, SSH etc seems to run fine.

This is a server machine with no GUI. Can anyone point me to power management or other such settings I can tune from commandline? I have disabled power management by adding kernel parameter acpi=off. I still have the problem. The first network connection after the machine has gone idle takes a long time. All later connections run pretty smoothly.

View 5 Replies View Related

Ubuntu :: Why Does Barrybackup Only Work Some Of Times

Mar 11, 2010

Why does barrybackup only work some of the times? I can charge my blackberry and run a backup of it some of the times but I can never figure it out. It either works or I get the error "(-110, No error): Timeout in usb_bulk_read. There is no rhyme or reason to when it does or does not work. It does not work more than it does work.

View 3 Replies View Related

Ubuntu :: USB Key Icon Appears Three Times?

May 12, 2010

Upon mounting my USB key the icon in the bottom right corner displays 3 times. I had this problem already with Karmic, and I hoped that with Lucid it will fix itself.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved