Fedora :: Cron Backup Permission Denied On External Drive?

Aug 28, 2010

I have a cron backup scheme in which I rsync, then tar, then copy files on my internal hard drives to an external (USB) drive. When it works, it works. But I often get a "Permission Denied" message for all of these tasks. how the external drive is auto-mounted so I edited the etc/fstab so that the owner of the cron job is also the owner of the external drive (I think. Unfortunately, I'm not at that machine right now (it's at work), I can't give the exact fstab line (I will post it as an update to this thread next time I am at the machine).) BUT, I still get times when the cron backup runs fine and other times I get the Permission Denied. This is a shared machine that is dual-booted, so what I *think* is going on is that when the machine is rebooted to Fedora, but nobody logs in, I get a Permission Denied for the cron backup. It seems like on days when someone has logged in as the main user and left without logging out that the cron backup runs fine.

View 8 Replies


ADVERTISEMENT

Ubuntu Security :: Permission Denied On External Hard Drive

Jan 6, 2010

I have recently bought a new laptop, installed my first linux OS on it (Ubuntu 9.10) and an external hard drive with 500GB on it for backup. For the first few days my external hard drive was working fine, but then eventually it wouldn't let me copy/move/delete stuff to and from it. So I kept trying to change the permissions but it wouldn't let me.

I figured this would be a very very common problem, so I looked up some forums to try out the methods but they didn't work. So I thought I would ask you guys for help because I am pleased with the support. I wouldn't think this would be a hard problem to solve.

View 9 Replies View Related

Ubuntu Security :: External Hard Drive Permission Denied?

Oct 26, 2010

I have an external hard drive that has all of my Apple Powerbook G4 files on it. I plugged in my "Journal Extended" external hard drive into my new HP laptop with Ubuntu 10.10 on it.

All of my files are on the hard drive still, however lots of them have a little X on the folders and when I try to open them it tells me I don't have permission? How can I force the permission for everything on my external? It's my own files and I can't even access them lol.

View 7 Replies View Related

OpenSUSE :: Cron Job 'permission Denied' / Sort It?

Jan 5, 2011

After an upgrade to opensuse 11.3 from 11.2 it turns out that cron uses pam for authentication. Now I have one user 'mythtv' which does not have a login and is not part of the 'users' group. This user is being denied access (permission denied messages in /var/log/messages from crond).

Now, I have been experimenting with the /etc/pam.d/crond config file. I wanted to use the pam_listfile module to grant access to this specific user without authentication. That however didn't work and I have now narrowed down the problem even more.

When I use this for my crond file

Code...

What could be the problem here?

View 3 Replies View Related

General :: /bin/sh: /etc/cron.d/redial: Permission Denied?

Jan 27, 2010

I write following script.

#!/bin/bash
TEST=$(ifconfig | grep "ppp")
if [ -z "$TEST" ]

[code]....

View 8 Replies View Related

Ubuntu :: Permission Denied - Failed Upgrade - Missed Some Backup Data - Can See It But Not Get It

May 15, 2010

I tried a 9.10 -> 10.04 upgrade that went fail. I can now get it to the login screen where it gives a hard freeze. Same with recovery. I can get to a command line, but not with networking so

So I finally said screw it, I'm going to doa fresh install. I downloaded and burned 10.04 at work. Not, it is giving me an installer error when I boot from it, but then it will load the desktop from the LiveCD.

All I really want to do is grab some data that I didn't get when I backed up by home directory, then I can go back and do a fresh install. I can even download a new 10.04 CD if I need to because the installation files are screwed up or something.

The problem is that some of the files have permissions on that that show as an 'X' on the icon and it won't let me copy them to my USB backup drive.

How can I copy the files marked with an 'X' that have this permission issue?

View 3 Replies View Related

OpenSUSE :: HAL - Permission Denied To Automount External USB Storage

Nov 2, 2010

11.3 in use with KDE. When I plug in an USB stick or my HTC phone into the USB connector the device is recognised but can't be opened in dolphin. This is the error message:

Code:
org.freedesktop.Hal.Device.PermissionDeniedByPolicy:
org.freedesktop.hal.storage.mount-removable
auth_admin_keep_always <-- (action, result)
but the device is shown in dolphin as a removable device and

Code:
# lsusb
Bus 001 Device 005: ID 0bb4:0ff9 High Tech Computer Corp.

View 9 Replies View Related

Ubuntu Servers :: Cron Job Backup - External HD No Longer Mounted

Dec 23, 2010

I'm running a cron job every night to dump a MySQL database to an external hard drive. It works, however when I check on it the following morning the external is no longer mounted and the XFS log file is corrupted. If I run

Code:
xfs_repair -L /dev/sdf1
It works, but then I get these issues:
Code:
XFS: Filesystem sdf1 has duplicate UUID - can't mount
I can reset the UUID, but it's difficult to have to do this every day.

View 2 Replies View Related

Ubuntu :: Permission Denied For Executing Files On The External Storage?

Jan 24, 2010

I have a dual boot Dell Studio laptop with Windows (VISTA) and Ubuntu (9.0.4) installed on it. I have recently installed Ubuntu to make it a dual boot. Before that I was using LiveUSB Ubuntu image for six months (without any problems).

During the installation of Ubuntu, I created a Linux partition of 2GB for Ubuntu installation (assuming that it was running successfully on my 2GB USB drive). All of my other work (e.g. documents/programming projects etc.) are stored on the Windows partition (which is loaded during the boot time automatically). The problem is that I get a "permission denied" error while running any executable file on the Windows partition. But if I copy the same executable on the Linux partition, everything works perfect. Am I missing something here?

I have verified that the executable have necessary execute permissions.

View 4 Replies View Related

General :: BackupPC Basic Setup (13)Permission Denied - Not Open Password File: /etc/Backup?

Feb 22, 2011

I am having problems gaining access to the BackupPC admin web page. The error:

Quote:

[Tue Feb 22 16:43:59 2011] [error] [client 192.168.0.2] (13)Permission denied: Could not open password file: /etc/BackupPC/htpasswd [Tue Feb 22 16:43:59 2011] [error] [client 82.30.227.113] access to /backuppc failed, reason: verification of user id 'myhtaccessuser' not configured

Why is this occuring, is there anyway of getting around this? I just cant remember originally on my old system how I set this up.

View 3 Replies View Related

Ubuntu :: Permission Denied (cloning Hard Drive With A Img)

Dec 31, 2010

Code:
user01@ubuntu:~$ sudo gunzip -c /media/xbox/xbox_image.gz | dd of=/dev/sdc
dd: opening `/dev/sdc': Permission denied
[sudo] password for user01:

[Code]....

I'm getting Permission denied even though I'm putting sudo in front of the command but, instead of asking me for a pass word it just says Permission denied "then" it askes for a pass. I enter the pass and it just takes me to the

user01@ubuntu:~$

prompt. I enter the command a second time and it says Permission denied again.

View 4 Replies View Related

General :: CP Read Permission Denied - Cannot Copy Files From Pen Drive

Sep 23, 2009

I can't copy a few files from my pen drive. Got the files from a public computer, with windows. I use fedora 10.

cp gives the following error--->
cp const1.java /home/user1/Documents/scjp
cp: cannot open `const1.java' for reading: Permission denied
lsattr shows this--->
lsattr const1.java
lsattr: Permission denied While reading flags on const1.java
mount shows this--->
/dev/sdc1 on /media/disk type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)

View 3 Replies View Related

Ubuntu :: Permission Denied Errors When Executing A File On A Different Hard Drive?

Sep 8, 2010

I installed Ubuntu 10.10 beta yesterday and most of it is working very well. However, I ran into a problem with permissions today.I have a HDD containing my home folder and a HDD containing my data folder. The HDD with the data folder is mounted on /media/data/data_1.

Code:
jensen@jensen-desktop:~$ ll /media/data/ | grep data_1
drwxrwxrwx 8 jensen jensen 4.0K 2010-09-07 23:10 data_1/[code]....

I made sure I had set a+x rights on the file, tried executing it as root but the permission error stayed.When I copy that same file to my Desktop folder I can perfectly execute it.When it's located on the other hard drive I can't. I tried several command line scripts and they all work when I execute them from my OS hard drive,but not from another hard drive.

View 2 Replies View Related

Ubuntu Installation :: Cannot Create Startup Usb-flash Drive - Permission Denied

Jan 7, 2011

An uncaught exception was raised: [Errno 13] Permission denied: '/media/e6f6ac46-4bfc-487b-9c81-aab706ead9e3/boot'

The above is the error message I get when I try to create an usb-flash boot drive. I downloaded the iso for Mint10 and use the "create startup disk" program to create the boot drive. I can see both the iso and the flash drive within the program, but when I click on "create disk" I get the above error message?

View 7 Replies View Related

Ubuntu :: Evince Does Not Open External Links - Failed To Execute Child Process "nautilus" (Permission Denied)

Jul 6, 2010

On a fresh installed Lucide machine, I cannot open external hyper links (url) from within evince. I get the following error message:

Unable to open external link

Failed to execute child process "nautilus" (Permission denied)

View 1 Replies View Related

Ubuntu :: Why Don't Have Permission To Access Own External Hard Drive

Dec 13, 2010

I've encountered a very frustrating problem. I have both my desktop and my laptop computer installed with Ubuntu 10.10 recently. And I use a external hard drive formatted in EXT3 as a backup. I created the EXT3 partition on my external hard drive using my laptop, but I cannot access those files using my desktop. What's going on? If one day I lost my laptop, does it mean even if I have backup, I can never access without my laptop??? How can I solve this problem?

View 9 Replies View Related

Ubuntu :: External USB Hard Drive Keeps Getting Read-only Permission

Feb 17, 2011

I have a computer with Ubuntu 10.04, with few disk space. For downloading some torrents, I've connected a USB hardrive, ext4 formated. But this idea wasn't a solution, because the drive keeps getting read-only permission... Is there any way of prevent this to happen?

View 2 Replies View Related

General :: Backup On To An External Hard Drive?

Mar 18, 2011

but I have literally just starting using Linux (Centos) in the last week or so. I am using a standalone PC that is not networked, and as I will be downloading and generating a lot of data on this machine, I would like to regularly backup onto an external hard driveIdeally I would likethis to happen automatically as there will be other people using the machine.There seem to be many different ways of doing this, and I am getting a bit confused about the best method to use.

View 2 Replies View Related

Ubuntu :: External Hard Drive Will Not Let Backup Files?

Jan 10, 2010

I've been working at this for the past 2 days now. My computer got some kind of virus or something that has caused it to loop at startup and continually reset. I run an XP OS on a Gateway. I desperately need to backup my files, because the person who had my backup absently deleted my stuff. I was able to boot up using an Ubuntu disc and I'm in it right now, I've found my files, I have an external hard drive. The problem:First, it wont let me paste into the hard drive. If I drag, it says "Error while copying to "/media/FreeAgent Drive". You do not have permissions to write to this folder." I've mounted the external drive, nothing changes.

I've gone in to properties, is says under permissions that the owner is root, folder access is "Access files" and at the bottom is says "You are not the owner, so you can't change these permissions." The drop downs where I need to change permissions is in gray, so I can;t change it.So next, I tried "gksu nautilus", went to the drive through there, and it let me use the drop down selection under permissions. I tried to change the folder access and I got this message: "The permissions could not be changed. Couldn't change the permissions of "FreeAgent Drive" because it is on a read-only disk." So I tried changing the file access to Read and Write. It didn't give an error, so I thought perhaps it finally worked. I hit apply, and tried to put my files in. Once again I got the message from before that said I didn't have permission. I tried to change the owner so it was no longer root and I got "The owner could not be changed. Couldn't change the owner of "FreeAgent Drive" because it is on a read-only disk."I'm getting so frustrated right now. These files are VERY important to me! The hard drive I have is a Seagate FreeAgent desk 500GB

View 9 Replies View Related

Fedora :: ~/.bashrc Permission Denied 13?

Nov 15, 2010

I am trying to install Network simulator 2.34 on fedora 13..my installation was successful. but I am unable edit my bashrc file...All I had to do was

"
Add all these lines into your ~/.bashrc file:
export PATH=$PATH:/opt/ns-allinone-2.34/bin:/opt/ns-allinone-2.34/tcl8.4.18/unix:/opt/ns-allinone-

[code]....

View 4 Replies View Related

Software :: Permission Denied On Fedora 12?

Feb 24, 2010

When I try to run .bin files for example when I try to install adobe air for linux, I get this error even if I am logged in as SU.Quote:

[root@localhost Downloads]# ./AdobeAIRInstaller.bin
bash: ./AdobeAIRInstaller.bin: Permission denied

View 5 Replies View Related

OpenSUSE :: Backup All System & Files To External Hard Drive?

Sep 30, 2010

How I can backup all my system & files to external hard drive?

I am using OpenSuse 11.3 32bit - Gnome

View 8 Replies View Related

General :: Back Up Initial State Of External Backup Drive?

Jan 1, 2011

I've picked up an HP Simplesave external drive. It comes with some fancy software that is of no use to me because I don't use Windows. Like many current consumer-targeted backup drives, the backup software is actually contained on the drive itself. I'd like to save the drive's initial state so that I can restore it if I decide to sell it.

The backup box itself is somewhat customized: in addition to the hard drive device, it presents a CDROM-like device on /dev/sr0. I gather that the purpose of this cdrom device is to bootstrap via Windows autoplay the backup application which lives on the disk itself. I wouldn't suppose any guarantees about how it does this, so it seems important to preserve the exact state of the disk.

The drive is formatted with a single 500GB NTFS partition. My initial thought was to use dd to dump the disk (/dev/sdb) itself, but this proved impractical, as the resulting file was not sparse. This seemed to be because the NTFS empty space is not filled with zeroes, but with a repeating series of 16 bytes.

I tried gzipping the output of dd. This reduced to the file to a manageable size — the first 18GB was compressed to 81MB, versus 47MB to tarball the contents of the mounted filesystem — but it was very slow on my admittedly somewhat derelict Pentium M processor. The time to do that first 18GB was about 30 minutes.

[Code]...

View 1 Replies View Related

Ubuntu Security :: Scanning External Windows Backup Drive?

Feb 15, 2011

I've been struggling with the problem of scanning an external drive that is used to store the backup from a Windows 7 machine. The Windows 7 machine was infected but the user continued to backup to the external drive. He has since formatted his machine and reinstalled Windows 7, but now he would like restore whatever he can from the backup on the external drive. I've been attempting to scan the external drive for viruses using ClamTK by connecting it to my laptop running Ubuntu 10.04, but it has not worked. There is supposed to be about 10 gigs of backed up data, but I haven't seen any. I don't know why it is not mounted.

View 5 Replies View Related

Ubuntu Installation :: Installed Via Usb Drive And Cd - Windows Xp And Windows 7 - Permission Denied

Jun 16, 2011

I have a problem when i installed ubuntu via usb drive and cd.. and i try it in windows xp and windows 7. it's a same problem .. but this is the error message " permission denied "

The log:

Also i try this v Ubuntu 11.04 Ubuntu 10.10

View 2 Replies View Related

Fedora :: PHP - Fopen() - Permission Denied - Even Though Chmod 755?

Feb 25, 2009

I have stipped down the test to the basics and still can't get it to work.I have a file called test.php stored in /usr/share/data/audio (an aliased directory in apache). This file simply contains the code...

Code:
<?php
fopen('play.xml', 'w') or die("can't open file");;

[code]...

View 3 Replies View Related

Fedora :: Permission Denied While Using MAKE Command?

Dec 13, 2009

i am getting error that Permission denied in the middle of execution of MAKE command, after i successfully ran ./configure.

View 1 Replies View Related

Fedora :: Skins In Audacious - Permission Denied

Jul 20, 2010

-xmms does support the "Expensive Hi Fi", wich as i told i've allreday installed and works.

-Xmms doesn't support the "Analog Vu Meter Plugin" for that skin, wich i don't know were to download(i only am able to see the images of it at [url]?content=49220"-3rd picture bellow, left side-the "Sony Vu's").

-The http page refers the skins and the plugin to KDE graphic environment, i'm using GNOME, and i'm not shure that this may make any difference.

-After the exausting net reading, i think...?, that Audacious does support the "Expensive Hi Fi" and the "Analog Vu Meter Plugin".

As i told, i don't give up that easy, and Audacious seems to be some upgrade or evolution of Xmms, and it as that "retro classic" look that i like and can be personalized like Xmms.

So, i've allready installed Audacios, with all the necessary codecs and libraries, and it's working so well as Xmms worked.

But know i'm having another problem :

-To personalize skins in Audacious(...more exausting net reading...), the operation should be so easy as:

-For any skin that we want(*.wal;*.wsz or compressed one's...), download it and copy it into:/users/share/audacious/Skins, wich i've allready tried(such as skins pasted into .xmms), but i get this error message:"Permission denied"!

View 4 Replies View Related

Fedora :: Could Not Exec /bin/bash Permission Denied?

Sep 24, 2010

trouble when I log in the fedora as a normal user(not root) today. When I fill the username and the password press enter key. Then pop up a little window locate at topleft corner. And have one line message : "/usr/bin/xterm : Could not exec /bin/bash : Permission Denied"hen I log in as root, it's ok. And when I open shell and type "su username" then the console print "su: /bin/bash: Permission denied"I have checked the perms of "/bin/bash" , it's 755. And I have tried all things which suggested from articles searched through Google. like change / or /root and other directory's permissions but failed

View 4 Replies View Related

Ubuntu Installation :: Accessing The L-TO-4 SAS External Tape Drive And Backup Data On It?

Feb 28, 2011

I am running Ubuntu 10.04, and i recently purchased an tandberg LTO-4 SAS tape drive. I want to access it and backup data on it. Do I simply just connect plug it into the server,and I should be able to backup/transfer data to the tape drive? Or are there intermediate steps before I can do that. Here are some results from commands that I have typed:

Quote:

ls /dev/tape/
by-id

Quote:

ls -lt /dev/tape/by-id/
total 0
lrwxrwxrwx 1 root root 9 2011-02-25 14:54 scsi-3500110a00145553e -> ../../st0
lrwxrwxrwx 1 root root 10 2011-02-25 14:54 scsi-3500110a00145553e-nst -> ../../nst0

[code]....

View 4 Replies View Related







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