question on afs


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting question on afs
# 1  
Old 02-11-2005
question on afs

Hi,

can someone please help me with one problem?

I have a script on local file system. This script is called by cron and calls other script which is on AFS file system.
Everything works as it was expected with one exception.
In /usr/spool/name/my-userid I can see the messages:

3004-614 Unable to change directory to "/afs/XXXXXXX/u/my-userid".
You are in "/" instead.

I tried to find an explanation but failed with it. I mean I didn't understand why it's mailed.

Maybe someone faced with such situation?

Thanks in advance.
Anta
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Question help

sorry wrong section. (0 Replies)
Discussion started by: Scripter12345
0 Replies

2. What is on Your Mind?

Where should I ask my question?

Hello, all I found you folks by doing searches on linux bash scripting From time-to-time I'm hoping to get help from the experts here. I'm technically competent enough with Windows to run my own Tech-Support business, but I am fairly lightwieght in Linux. Over the last 3-4 years I've... (3 Replies)
Discussion started by: Tovian
3 Replies

3. UNIX for Dummies Questions & Answers

Help with this question

Write a command to display lines ending with the letters "well" in the text file myfile1 Write a command to view all the files in the /root directory that have exactly four letters in their filenames and the last letter must be the letter d. Write a command to find all files in the /home... (2 Replies)
Discussion started by: elh009
2 Replies

4. Cybersecurity

How secure is AFS (Andrew File System)?

Dear all, I am instructed to use a licensed software on network. There are several ways of doing it, one of which includes using AFS, getting modules, etc. I am not so sure about the security. I would not like the situation where people actually can see my data. Being an apprentice, I need... (2 Replies)
Discussion started by: apprentice
2 Replies

5. UNIX for Dummies Questions & Answers

Question

I was given a computer that was wiped clean that has a unix system installed.I want to know how do I format the hardrive so I can install windows XP Professional (1 Reply)
Discussion started by: gemini61
1 Replies

6. Shell Programming and Scripting

problem with dd command or maybe AFS problem

Hi, folks. Sorry for bothering, but maybe someone could help me please. The problem is the following: there is some script that copies files from local file system to AFS. The copying is performed with dd command. The script copies data into some AFS volumes. The problem appeared with one... (0 Replies)
Discussion started by: Anta
0 Replies

7. UNIX for Dummies Questions & Answers

X Question

Hello, I've posted this in an X group, but I thought one of you might be able to help. I'm a novice programmer and I'm trying to write an X program in which pressing a button will launch another program. I know the syntax is something like "(Widget) -command {exec /usr/X11R6/bin/xcalc &}"... (5 Replies)
Discussion started by: af6
5 Replies

8. Filesystems, Disks and Memory

Mounting AFS drive

I have an old amiga IDE drive that I wish to read. Its formated in FFS and I understand I can mount this under linux as an AFS filesystem. The drive is already installed in the PC. Can anyone explain in newbie terms the steps t mounting and reading this drive? Thanks (1 Reply)
Discussion started by: SocketSlave
1 Replies
Login or Register to Ask a Question
SIEVESHELL(1)						User Contributed Perl Documentation					     SIEVESHELL(1)

NAME
sieveshell - remotely manipulate sieve scripts SYNOPSIS
sieveshell [--user=user] [--authname=authname] [--realm=realm] [--exec=script] server[:port] sieveshell --help DESCRIPTION
sieveshell allows users to manipulate their scripts on a remote server. It works via MANAGESIEVE, a work in progress. The following commands are recognized: list list scripts on server. put <filename> upload script to server. get <name> [<filename>] get script. if no filename display to stdout delete <name> delete script. activate <name> activate script. deactivate deactivate all scripts. OPTIONS
-u user, --user=user The authorization name to request; by default, derived from the authentication credentials. -a authname, --authname=authname The user to use for authentication (defaults to current user). -r realm, --realm=realm The realm to attempt authentication in. -e script, --exec=script Instead of working interactively, run commands from script, and exit when done. REFERENCES
[MANAGESIEVE] Martin, T.; "A Protocol for Remotely Managing Sieve Scripts", draft-ietf-managesieve-03.txt, Mirapoint, Inc.; May 2001, work in progress. AUTHOR
Tim Martin <tmartin@mirapoint.com>, and the rest of the Cyrus team <cyrus-bugs@andrew.cmu.edu>. perl v5.16.3 2014-06-10 SIEVESHELL(1)