General :: Error In Locking .Xauthority File ... Continued From Previous Post?

Apr 27, 2011

I agree deleting .Xauthority files work, but thats not a good solution. I mean, everytime I have to run any X forwarding application I have to delete the .Xauthority file. Here is my scenarioThe applications that I want to run are on Linux Server [NFS] and the client machines [CIFS] that are having problem in locking theXauthority files are Macs which share the same domain as that of client solaris machine. i.e. The home directory of particular user on Solaris & the home directory of that user on Mac have same contents.When I ssh -X from Solaris to the server, everything works fine, no error messages.When I ssh -X from MACs to the server, I get the following warning messages.

Code:
/usr/X/bin/xauth: error in locking authority file /home/user/.Xauthority
/usr/X/bin/xauth is the path on the server. If I try to break the lock by sudo

[code]....

View 3 Replies


ADVERTISEMENT

General :: Error In Locking Xauthority?

Jan 29, 2011

Just before X begins, the screen states that there's an error in locking Xauthority. What does this mean? Is this something that should concern me? Is there a way to fix this?

View 2 Replies View Related

General :: 'File Is Not In Gzip Format' - Error Exit Delayed From Previous Errors

Oct 23, 2010

I am trying to upload an IOS in the cisco NAC Appliance. The IOS version has to be updated as 4.8. I am getting the below error when i tried. File is not in gzip format Child return status 1 Error exit delayed from previous errors. I am using the below command to unzip the IOS file. tar xzvf ccca_upgrade-4.8.0-from-4.6.x.tar.gz.

View 3 Replies View Related

General :: Tar: File Shrank - Padding With Zeros - Error Exit Delayed From Previous Errors

Jun 24, 2011

I am using RED HAT linux AS-4. I have written a script which execute on job. This script takes the cold backup of oracle database files. The script is

Script:

SQL> !tar cvf /4hd/backup/temp_backup/full_offline_backup_`date +%d-%m-%Y+%H-%M-%S`.ora /home/oracle/oradata/orcl /2hd/oracle /3hd/oracle /backup_ide/oracle --gzip --exclude-from=/home/oracle/backup_scripts/exdtime

[code]....

Error: tar: Error exit delayed from previous errors

Due to this error the backup cannot be restore to standby server.

View 3 Replies View Related

Fedora Security :: SEL Is Blocking Xauthority File?

Aug 8, 2011

since I upgraded to F15 I noticed that "su -l" is very slow, it takes about 20sec before it gives the prompt. I traced it down to a problem with "xauth" as su asks for the authorization for the display running "xauth nlist :0" which times out with an error. Actually, the command "xauth nlist :0" by itself gives:
xauth: timeout in locking authority file /home/user/.kde/tmp-host.domain/xauth-200-_0

If I put SELinux in permissive mode both command work without problem so I suppose SEL is the problem. I checked the permissions and settings of the file which is "unconfined_u:object_r:config_home_t:s0" but I have no idea if this is the right value, running "restorecon" on the file, directory or the whole /home/user didn't change anything.

View 4 Replies View Related

OpenSUSE Install :: Missing .Xauthority File In Home Dir?

Dec 20, 2009

Been trying to get nxserver running on 11.2 i386 at location A and keep getting an error on connecting from client at location B.

Code:
NX> 203 NXSSH running with pid: 6439
NX> 285 Enabling check on switch command

[code]....

View 1 Replies View Related

Debian Installation :: Xauthority Does Not Exist - File Or Directory Not Found

May 2, 2015

I am running a fairly new Debain Jessie stable installation with Xfce desktop. I need to use Xfce4 becuas the standard Gnome 3 does ot work when logging in with xrdp which I use becuase the actual box is headless.

I have an issue when starting synaptic. When I start it from the menu entry it just does not start. When I start from the terminal with

Code: Select allgksudo synaptic

I get an error box "Unable to copy the user's Xauthorization file" At the same time I can see in the terminal window a message

"Error copying '/home/userxxx/.Xauthority' to /'tmp/libgksu-SwcIe0': File or Directory not found".

I assume it is related to that I use a rdp session to connect, but I am otherwise clueless.

Code: Select alluserxxx@server2>xauth
xauth: file /home/userxxx/.Xauthority does not exist

View 2 Replies View Related

OpenSUSE :: NXserver - No .Xauthority File In User's Home Directory?

Dec 20, 2009

Been trying to get nxserver running on 11.2 i386 at location A and keep getting an error on connecting from client at location B.

Code:

NX> 203 NXSSH running with pid: 6439
NX> 285 Enabling check on switch command
NX> 285 Enabling skip of SSH config files

[code].....

View 6 Replies View Related

Ubuntu Networking :: HTTP POST File Uploads On PCs - Getting 500 Internal Server Error Message

Sep 23, 2010

We're having an issue with HTTP POST file uploads on our two Ubuntu PCs. For some reason, whenever one of our users attempts to submit a file in an HTML form, the request times out, usually with a 500 Internal Server Error message. This problem is not limited to one site, but occurs on all sites that use file uploads. Also, the problem does not appear to be with our network, as a Windows 7 PC on the same network can upload files to the same sites without any difficulties. The problem is not browser-specific; we have tested with Firefox, Epiphany, and Google Chrome and all produce the same results. The issue is relatively new, and was first observed within the last month; before this time, both machines had no problems uploading files.

Does anyone have ANY idea what could be causing this? I've tried a number of things, including rebooting the PCs, rebooting the network, disabling IPv6, etc. I'm not very experienced in Linux system administration, but I can use the terminal and am familiar with some terminal-based diagnostic tools, so if you need any additional info or want me to try something, please let me know! I've exhausted my own computer knowledge with regards to finding a solution to this problem.

View 3 Replies View Related

Server :: Apache2 SVN Post-commit Script Certificate Error Post-commit Hook Failed (exit Code 1) With Output?

Oct 12, 2009

I am using apache2 with subversion and trying to get post commit script to run an svn update command. All svn commands seem to work fine manually

Everything used to work fine but then the server ip changed and I can no longer access it with the web name and have to use the ip directly

I am using tortoise svn with vista on my work machine

Here is the script

#!/bin/sh
export LC_CTYPE=en_US.UTF-8
/usr/bin/svn update /home/common/webroot/bob

Here is the result.

Command: Commit
Modified: C:UsersMattDesktopcheckout - bobindex.php
Sending content: C:UsersMattDesktopcheckout - bobindex.php
Completed: At revision: 63
Error: post-commit hook failed (exit code 1) with output:
code....

I think what i need to do is update the certifcate for the apache2, but I'm not sure how to do this, where to put it, and then which of the thousand apache config lines needs to be changed

View 5 Replies View Related

CentOS 5 :: Error "timeout In Locking Authority File /root/.xauthkk661q" Message When Starting Vnc-server

Jun 17, 2011

I have installed vnc-server on my CentOS 5.6 virtual machine. I can connect to it with a java web browser so it seems to be working. However, I get the following error message when I start, stop or restart the vnc-server process. Quote: Starting VNC server: 1:ken xauth: timeout in locking authority file /root/.xauthkk661q

View 5 Replies View Related

General :: Tar:Error Exit Delayed From Previous Errors

Dec 6, 2010

in middle of my script when i use tar command to tar some 1000 images each of size 5MB,and
all the images are passed as argument

example tar -cvf <file.tar> <all images as argument>

but when i extracted the <file.tar> it does not contains all the images and it displayed error message tar:Error exit delayed from previous errors

View 2 Replies View Related

General :: Tar: Error Exit Delayed From Previous Erros

Dec 6, 2010

in middle of my script when i use tar command to tar some 1000 images each of size 5MB, and all the images are passed as argument example tar -cvf <file.tar> <all images as argument> but when i extracted the <file.tar> it does not contains all the images and it displayed error message tar:Error exit delayed from previous erros

View 1 Replies View Related

General :: Possible To Get Previous Apache Configuration File From HTTPD

Feb 18, 2011

I have one previously compiled apache server from source. I would like to know is there any option to get previous configuration file from /etc/httpd/.

View 9 Replies View Related

General :: Copy Previous Output From Bash Terminal To File?

Oct 26, 2010

I know how to redirect the output of a terminal to a file. For example, if I want to list all the files in ~/Documents and output to a file called test.txt, I would do this: ls ~/Documents > test.txt The question is, can I copy the output to test.txt AFTER I have carried out the command? This would mean that I wouldn't have to know in advance whether I want to copy the output to file. I want to do something like this: ls ~/Documents Then this: <bash command for copying standard output to test.txt>

View 2 Replies View Related

General :: Save The Output To A Log File Without Wiping The Previous Contents?

Jul 25, 2010

For example, I run a program called "luck" and it outputs a sentence like "good luck". Then "./luck -> logfile" will save the output content to logfile.But when I run another program called "hello" and it outputs a sentence lie " Hello world".Then "./hello-> logfile" will save the output content to logfile and wipe the previous contents.Is is possible to keep both sentences in the logfile? Just like

View 2 Replies View Related

General :: Run An Executable File ( Created From Qt) Post Installation (redhat)?

Feb 24, 2011

I want to run an executable file during or post linux installation which take input from user and closes on click of "ok" button. The thing i want to accomplish is something like the screen that turn up during the installation, like setting time or selecting some packages and then pressing next button...i want to do a similar stuff like the above said using my applicatio

View 2 Replies View Related

General :: Post Update: Fsck.ext3 : No Such File Or Directory While Trying To Open /dev/dm-2

Mar 18, 2010

After a massive update including grub (not the problem) I cannot mount and boot because of the dubject error message. /root (dm-0) and swap (dm-1) are ok its just /home (dm-2) that appears broken.

View 1 Replies View Related

Fedora :: Need File Locking Sofware

Mar 8, 2010

I need file locking software or command for my project

View 1 Replies View Related

Software :: How Does File Locking Work

Apr 21, 2011

I have a situation in an office where a LAN will be installed - what I want to know is, after that, can 2 people open the same spreadsheet file, i.e. the person on the computer that it's on, as well as somebody across the LAN?

View 4 Replies View Related

Ubuntu :: Error: Subprocess Installed Post-removal Script Returned Error Exit Status 1?

Apr 21, 2011

I can't get any updates for my system and keep getting the errors shown below, and suggestions peeps?

E: linux-image-2.6.28-11-generic: subprocess installed post-removal script returned error exit status 1
E: linux-image-2.6.28-13-generic: subprocess installed post-removal script returned error exit status 1
E: linux-image-2.6.28-14-generic: subprocess installed post-removal script returned error exit status 1
E: linux-image-2.6.28-15-generic: subprocess installed post-removal script returned error exit status 1
E: linux-image-2.6.28-19-generic: subprocess installed post-removal script returned error exit status 1

View 9 Replies View Related

Ubuntu Installation :: Cant Upgrade 2.6.35-25 Kernel / Error Post-removal Script Returned Error Exit Status 1?

Mar 14, 2011

I dont know how to put this that somobody would understand my problem but here we go. I have problem like said in title.I am unable to upgrade my kernel. Sunaptics says that I have 2.6.35-28 installed. I tried to reinstall 2.6.35-28 via synaptics but it gives me error.

Thats what uname -a says:

pekka@pekka-laptop:~$ uname -a
Linux pekka-laptop 2.6.35-25-generic #44-Ubuntu SMP Fri Jan 21 17:40:48 UTC 2011 i686 GNU/Linux

Tried to install 2.6.35-27 via terminal thats what I get:

Code:
pekka@pekka-laptop:~$ sudo apt-get install linux-image-2.6.35-27
[sudo] password for pekka:
Reading package lists... Done
Building dependency tree
code....

dpkg: error processing linux-image-2.6.35-25-generic (--remove):
subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
linux-image-2.6.35-25-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
pekka@pekka-laptop:

View 9 Replies View Related

Software :: Dovecot Dotlock Error - Locking Set To Fcntl?

Aug 16, 2010

We are currently running Dovecot 1.2 on a Centos 5.5 machine for a production workload of around 56,000 - 60,000 pop/imap logins per hour of the day (totaling a million something a day). The server has it's storage hosted on nfs. This server is usually humming along just fine until we get the following error in the mail syslog:

Created dotlock file's timestamp is different than current time (1281964699 vs 1281964649): /mail/user/Mai. ldir/dovecot-uidlist We see a couple of these errors and the server explodes with a load average of over 300, which drops back down immediately but definitely causes a small outage. The strangest part is that we are NOT using dotlock as a locking mechanism on this server. We are also not using dotlock as a locking mechanism for any of the servers that access this nfs storage, rather we use fcntl. There was a time when we tested dotlock on the servers in our mail cluster, but we are not sure why these errors are appearing now after running without dotlock for so long.

View 1 Replies View Related

Ubuntu :: Turn Off File Locking In OpenOffice 3.2?

Jun 23, 2010

I am wondering if anyone has figured out how to turn off the file locking in openoffice 3.2. I have been searching the net for solutions, trying out the fixes, and as of right now I have not been able to find a way to stop the creation of lock files.

I have tried editing both /usr/bin/soffice and /usr/lib/openoffice/program/soffice as described in the links (below), but this has not helped.

Here are the relevant links I have found

[URL]

According to this thread, the method I tried (setting SAL_ENABLE_FILE_LOCKING=0) was based on earlier versions of openoffice.org It no longer works because as of openoffice.org 3 the file locking is built into the program.

[URL]

View 2 Replies View Related

Slackware :: Terminal Server And File Locking?

Apr 14, 2011

The setup is a central PC with XDMCP getting connections from two peripheral PCs. All PCs have normal Slackware installations (12.0 the central one, 13.1 the others). XDMCP works fine and the users login to KDE. The users have a common directory with appropriate permissions for group work.The problem is file locking. More than one users can open and work on the same file in the common directory, eg. foto editing the same jpg with GIMP.

Googling around I found that file locking is advisory in Linux, meaning its up to the applications to honour it. Also that there is a mand (mandatory locking) mount option which seems like the solution, but there are warnings [1], [2]. Other finds point to the use of versioning systems (svn, git) to take care of file locking, or network file systems (cifs, nfs): I'd prefer not to burden casual users with having to come to terms with a versioning system, and the network file systems seem wrong since the users work locally.

Considering Linux is a multiuser OS I am taken aback from this apparent lack of file locking support and tend to think missing something obvious.Has anyoneexperienced/solved a similar setup?A couple of last points. The common directory is on a normal mount (ext3, RAID1), fstab entry:

Code:
/dev/md0 /data ext3 defaults 1 2
And I'm aware of options like TSLP, but I'd rather resolve the issue generically.

[code]....

View 4 Replies View Related

Ubuntu Security :: File Locking Software For System?

Mar 8, 2010

I need a file locking software or atleast any command for file locking

View 1 Replies View Related

Server :: /usr/bin/xauth: Timeout In Locking Authority File?

Jun 3, 2011

[URL]

We have the same problem but tried his solution to no avail.

Doing a shh would give me an error..

Quote:

usr/bin/xauth: timeout in locking authority file /var/www/html/felipe/.XauthorityServer sent command exit status 1

When I change SElinux to permissive from enforcing I can login but turning back to enforcing, the problem comes back. I did the following...

Quote:

[felipe@nimitz ~]$ ls -Z .Xauthority
-rw-------. felipe felipe unconfined_ubject_r:httpd_sys_content_t:s0 .Xauthority
[felipe@nimitz ~]$ ls -lZd
drwxr-xr-x. felipe apache system_ubject_r:httpd_sys_content_t:s0 .
[felipe@nimitz ~]$ ps -eZ|grep sshd

[code]....

I tried to create a new user with the default directory in /home and it work fine.

View 1 Replies View Related

Software :: Recovery From Tar Backup Error Occurred "error Exist Delayed From Previous Errr"?

Aug 28, 2009

I have a backup of /oracle in redhat linux advance server 2.1,i have taken that backup by tar -cvzf command when untar this backup by tar -xvzf command the following error occurred-"Error exist delayed from previous error"

View 2 Replies View Related

CentOS 5 :: File Based Locking Initialization Failed - No Volume Groups Found

May 5, 2011

I'm working on a kickstart install to automate a lot of monotony doing installs. When i use the kickstart install i get an error on boot saying "File based locking initialization failed" "no volume groups found". Then it proceeds to boot up with no issues and appears to work just fine. Below is the section of my ks.cfg for creating the partitions: %include /tmp/partition.cfg is included where the partition info usually occurs. The user is prompted in the pre script for how large they would like the partitions to be and then the script below creates the included file with partition info

[code]...

View 3 Replies View Related

Fedora Installation :: Can't Continued The Installing As The System?

Mar 15, 2011

I tired to install Fedora 14 using USB, and I could boot with my USB. But, the problem is I can't continued the installing as the system tell me that there are no USB on my Netbook, and when I get the window to choose which sda/sdb content Fedora I didn't find my USB :s

View 8 Replies View Related







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