Can't run the archiver executable error message


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Can't run the archiver executable error message
# 1  
Old 02-24-2011
Can't run the archiver executable error message

I am using the xarchiver on a xfce environment. When compressing a directory using xarchiver which has both files and subdirectories, I encounter the following error:
Code:
Can't run the archiver executable:
Failed to execute child process "tar" (Argument list too long)

Does anyone know exactly what this error means and how to correct it? Is this a bug in the xarchiver?

Currently the only way I use to create a compressed archive is to enter the terminal and enter:
Code:
tar czf myfolder.tar.gz myfolder/

 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Run executable in one directory and then move to another successively

Hello, I have several hundred subdirectories which contain input files for a binary executable. I need to get into each of the subdirectories, run the executable and then move to the next one and repeat the process. What is the best way to do this? Arbitrarily my file structures look like... (3 Replies)
Discussion started by: Gussifinknottle
3 Replies

2. Shell Programming and Scripting

Run cron on ssh, error message

how to run the script below * * * * * /usr/bin/wget -O - -q "http://example.com/scheduler/cron" when i run the script, the error message show as below: $ * * * * * /usr/bin/wget -O - -q "http://website.com/?q=admin/settings/scheduler/cron" -sh: CHANGELOG.txt: not found $ 30 15 * * *... (11 Replies)
Discussion started by: dolbyater
11 Replies

3. UNIX for Advanced & Expert Users

Figure out the minimum os version neede to run executable or link library.

Hello, I need to figure out the minimum OS version needed to run some executable. For the following OS: Linux, AIX, Solaris. For example how do I know the minimum OS version for /bin/ls ? "file" command does not give me much information. There are some tools that are helpful for understanding... (4 Replies)
Discussion started by: +Yan
4 Replies

4. Shell Programming and Scripting

[SHELL] Executable? Run it!

I would like to make a script that I can see if the file is executable. If it is executable then it needs to run. Otherwise, if it is not executable the file needs to be edited, and run agian. I hope you understand what i mean. :) Thanks for the netherlands (4 Replies)
Discussion started by: dennisbest85
4 Replies

5. Shell Programming and Scripting

Question on tweaking the PATH variable to allow the world to run my executable script

All, I am pretty new to Unix and still in the learning curve :) I have a simple requirement for which I did not get an answer yet (Atleast I do not know how to keyword the search for my requirement!!!). I have an executable script my.script1 in a folder /data/misc/scripts/dev, which when... (5 Replies)
Discussion started by: bharath.gct
5 Replies

6. Shell Programming and Scripting

script run when executable is launched

I need to know how to have a BASH script run every time Firefox is launched, what is the simplest way to do this? (1 Reply)
Discussion started by: glev2005
1 Replies

7. Shell Programming and Scripting

Exit shell after setting executable to run?

Hi, I have an executable file that has a rather long and tedious process to complete. How would I launch the executable using the shell, and then exit the shell while leaving the executable to run in the background? (1 Reply)
Discussion started by: pcwiz
1 Replies

8. Shell Programming and Scripting

run and make an executable file

as i said before i'm a beginner in shell programming and i have two questions: how to run an executable file in shell scripts like for example let's say the file called "prog.exe", what's the shell command to run this file? also how can i make the shell file an executable file (if it is... (5 Replies)
Discussion started by: _-_shadow_-_
5 Replies

9. UNIX for Dummies Questions & Answers

Cannot run UNIX executable !

I have installed the Darwin Calendar Server on my Mac and got it working. To start the server I open a Finder window on my mac and click the UNIX executable called RUN. In order to start the server automatically on bootup I used LINGON to add a startup Daemon to call "RUN -d". When I reboot... (6 Replies)
Discussion started by: thylacine
6 Replies

10. UNIX for Dummies Questions & Answers

error message when trying to run prstat

I get the following error message when I tried to run prstat on my unix box: wolf@SLK1 10> prstat prstat: cannot find/execute "prstat" in ISA subdirectories *Basically I was trying to run a prstat on one box but I could see it didn't have the process so I copied it from another box and... (1 Reply)
Discussion started by: fusion99
1 Replies
Login or Register to Ask a Question
XFDESKTOP(1)						      General Commands Manual						      XFDESKTOP(1)

NAME
xfdesktop - The Xfce 4 Desktop Environment's desktop manager SYNOPSIS
xfdesktop xfdesktop [options] DESCRIPTION
xfdesktop manages the desktop itself in the Xfce 4 Desktop Environment. This includes drawing the desktop backdrop and providing a right- click applications menu and middle-click window list menu, as well as drawing icons on the desktop. Only one instance of xfdesktop can be running at a time, and should be started by running xfdesktop without any arguments. OPTIONS
--reload Causes an already-running instance of xfdesktop to reload all its settings, including loading a new random backdrop if using a back- drop list. --menu Causes an already-running instance of xfdesktop to pop up the applications menu at the current position of the mouse cursor. --windowlist Causes an already-running instance of xfdesktop to pop up the window list menu at the current position of the mouse cursor. ENVIRONMENT
xfdesktop's behavior is affected by the following environment variables. XDG_CONFIG_HOME Specifies the root for all user-specific configuration files. If this environment variable is not present, it defaults to ~/.config XDG_CONFIG_DIRS Specifies a colon-separated list of system directories in which to search for configuration data. If this environment variable is not present, it defaults to /etc/xdg FILES
xfdesktop searches for a menu description file in $XDG_CONFIG_DIRS/menus/xfce-applications.menu. xfdesktop can also use a user-customized menu in $XDG_CONFIG_HOME/menus/. BUGS
Please report any bugs to http://bugzilla.xfce.org/. Development discussion should be conducted on the xfce4-dev@xfce.org mailing list. Usage-related questions should be directed to the xfce@xfce.org mailing list. HOMEPAGE
http://xfce.org/ AUTHOR
Jasper Huijsmans <huysmans@users.sourceforge.net>, Benedikt Meurer <benny@xfce.org>, and Brian Tarricone <bjt23@cornell.edu>. This manual page was originally written by Brian Tarricone <bjt23@cornell.edu>. 2 December 2007 Version 4.5.x XFDESKTOP(1)