Yum Install :: Bash: ./configure: No Such File Or Directory

Apr 21, 2008

Trying to install yum no RedHed EL4 with Python 2.3.4. I have downloaded [url]and untarred it. I cd'd in the to untarred directory. I then went to ./configure and it gave me:
./configure
-bash: ./configure: No such file or directory

View 8 Replies


ADVERTISEMENT

Bash Scripting :: Inode And Directory Size Counter

Apr 4, 2009

I'm writing an inode and directory size counter, but hit a snag with directories that contain a space.

Simple code, finds all directories within a folder, sets the current directory:

for i in `find . -type d`; do ls $i; done

Looks correct? It works great, until you hit directories with spaces. So I try the following methods:

for i in `find . -type d|sed 's/ / /g'`; do ls $i; done
for i in `find . -type d|sed 's/ / /g'`; do ls "$i"; done

What is happening is, at the ( for i in ), it treats each item at the first break, if its
or a ' '. Is there a flag I can set to make it only use
? When I pipe the data, it sends each chunk of the directory through.

[root@home /home/mindbend/dev_html]# for i in `find . -type d|sed 's/ / /g'`; do ls $i; done

ls: ./test: No such file or directory
ls: ing: No such file or directory
ls: 12: No such file or directory
ls: 3: No such file or directory
ls: ./test: No such file or directory
ls: ing: No such file or directory
ls: 12: No such file or directory
ls: 3/test: No such file or directory
ls: 2: No such file or directory

# ls -d test ing 12 3/
test ing 12 3/

#ls -d test ing 12 3/test 2/
test ing 12 3/test 2/

GNU bash, version 3.2.39(1)-release (i386-portbld-freebsd7.1)
Copyright (C) 2007 Free Software Foundation, Inc.

Issue exists on linux and freebsd, same code.

View 3 Replies View Related

Simple Bash Command To Copy Only Directory Contents

Sep 15, 2007

Can anyone tell me a simple way in Bash to copy all of the contents of a directory (and only the contents), including hidden files, into another, existing directory?

E.g.

Code:

# I have this directory structure
- directory_A
--- existing_file
-
- directory_B
--- some_file
--- some_subdirectory
--- .some_hidden_file

# I want to end up with this

- directory_A
--- existing_file
--- some_file
--- some_subdirectory
--- .some_hidden_file
-
- directory_B
--- some_file
--- some_subdirectory
--- .some_hidden_file

# I *don't* want this

- directory_A
--- existing_file
--- directory_B
----- some_file
----- some_subdirectory
----- .some_hidden_file
-
- directory_B
--- some_file
--- some_subdirectory
--- .some_hidden_file

So far I've been stymied in finding a simple way to do this from the command prompt.

View 1 Replies View Related

Removing File -bash: /bin/rm

Mar 31, 2007

Sometimes if I tried to use rm to remove too many files I got this:

-bash: /bin/rm: Argument list too long

I think there was a workaround, like ls and then piping the result to rm, but I forget.

View 3 Replies View Related

Bash: Sequentially Duplicating A File

Jan 24, 2007

i was wondering if there's a way i can create a number of files in a sequential order via bash.

i have a file, 'example.ext', i want to duplicate this so that i have:
1example.ext
2example.ext
3example.ext
4example.ext
.
.
.
300example.ext

i could use a bash list ('{' and '}') with the cp command but i believe the curly braces can be used as the source parameter and not the destination.

i could write a shell script but i'm not too conversant with shell scripting.

View 6 Replies View Related

Ffmpeg :: Cannot Open Shared Object File: No Such File Or Directory In Unknown On Line 0

Mar 6, 2008

Rapidly growing error logs showing the same message

$ug-non-zts-20020429/ffmpeg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20020429//usr/local/lib/php/extensions/no-debug-non-zts-20020429/ffmpeg.so: cannot open shared object file: No such file or directory in Unknown on line 0

root@server [~]# ls /usr/local/lib/php/extensions/no-debug-non-zts-20020429
./ ../ eaccelerator.so*
root@server [~]# ls /usr/local/lib/php/extensions/no-debug-non-zts-20020429
./ ../ eaccelerator.so*

Using cpanel 11 / centos 4

View 1 Replies View Related

How Do I Install And Configure RSSH On A CPanel Server

Jul 8, 2007

I am trying to abolish FTP from my VPS, but refuse to allow SFTP with SSH access (and even give the secret port # out for SSH). It seems RSSH fits the bill, but I need to install it on a cPanel server. I want to know the following:How do I install RSSH on a server running cPanel

How do I make RSSH a shell I can enable via WHM as a default for ll new accounts without cPanel breaking it during an pdate

Can I run RSSH on a seperate port then SSH?

View 0 Replies View Related

Apache :: Cannot Configure Wordpress File In Wamp

Jan 21, 2014

I have installed wamp for editing word press theme every thing is ok but when I create new data base and start configuring my wordpress project file optional message appear when I click submit what should I do ?

View 4 Replies View Related

How To Configure Apache Logs For Virtual Host (copy Log File To Homedir Of User )

Jul 19, 2014

I'm trying to configure Apache logs to split logs files for every virtual host on the server

for example: {site1 .com} => copy access_log to /home/site1/public_html/logs {site2 .com} => copy access_log to /home/site2/public_html/logs .. {site3 .com} => copy access_log to /home/site3/public_html/logs

i want to also to make sure is the logs files updated in the real time

operating system is CentOs6, with Apache and cPanel

View 1 Replies View Related

Joomla Install - Solve Directory Permission

Jun 28, 2009

I installed Joomla today, and it went smoothly except that under Help -> System Info in the Joomla admin panel, all "Directory Permissions" are "Unwritable."

I've read up on various solutions, such as installing suphp to take care of user permissions. But if I have my own Linux VPS and I am the only user (i.e. noone else has accounts on my VPS), what is the easiest way to fix this issue? Can I just CHMOD those directories to 777 without worrying about causing a security issue? Or is there a similarly easy solution for someone like me with very basic Linux knowledge?

View 14 Replies View Related

Sh: /ifconfig: No Such File Or Directory

Feb 14, 2008

recently I found these commands in my error_log, can someone tell me is my plesk linux centos box under attack?

sh: /ifconfig: No such file or directory
sh: /ifconfig: No such file or directory
sh: /ifconfig: No such file or directory
sh: /uptime: No such file or directory
sh: /id: No such file or directory

I have very strong password and no one can access my box, how do they exe those commands and how can I prevent it?

View 12 Replies View Related

Unable To Open Pty: No Such File Or Directory

Jun 1, 2009

MY VPS IS DOWN.

i have this error on concole on hypervm

enter into CT 1820 failed

Unable to open pty: No such file or directory

View 8 Replies View Related

Unable To Open Pty: No Such File Or Directory

Jun 20, 2008

I have following error when try to login in my vps, how can resolve this issue?

Code:

Last login: Thu Jun 19 21:00:43 2008 from xxx.xxx.xxx.xxx

ALERT! You are entering a secured area! Your IP and login information
have been recorded. System administration has been notified.
This system is restricted to authorized access only. All activities on
this system are recorded and logged. Unauthorized access will be fully
investigated and reported to the appropriate law enforcement agencies.

enter into VE 270 failed

Unable to open pty: No such file or directory.

View 3 Replies View Related

Copy File To Multipal Directory

Apr 16, 2008

I want to copy one file index.html to multipal direcoties (40+ directory)how can i do it .

View 3 Replies View Related

Use Htaccess File To Disable Downloading Of Anything In The Directory

Aug 10, 2008

I am using a flash media player on one of my domains that streams music. The flash player would be like domain.com/music

The mp3 files are located in domain.com/music/mp3

The flash player just reads the title of the song and displays it in the media player.

I have used htaccess already to disable indexing, but the file name that shows on the media player is the exact name of the mp3, so I'm pretty sure people will be able to easily figure this out and start downloading our music.

What else can I add to htaccess to allow localhost access to the music, to stream with the flash player, but wont allow downloading of the mp3s.

View 3 Replies View Related

How Recover A Directory From A Full Backup (tar) File

Jul 15, 2007

I'm trying to recover a subdirectory from a full cpanel backup (tar file).

I placed the backup on the /home/<userdir>/

Then I listed the content of the tar file and the directory is in there:

backup-3.1.2006_11-36-43_userlin2/homedir/public_html/php/viacache/

I need to restore /viacache to the original location

Code:
tar -xvf backup-3.1.2006_11-36-43_userlin2.tar /public_html/php/viacache
response:
tar: /public_html/php/viacache: Not found in archive

also (absolute path)

Code:
tar -xvf backup-3.1.2006_11-36-43_userlin2.tar /home/userlin2/public_html/php/viacache
Not found in archive....

View 2 Replies View Related

How Can I Fake A Directory/file For Error Logs

Nov 26, 2007

I was checking my error_log today and found thousands of 404 errors for these 2 files:

/flashtalking/ftlocal.html
/doubleclick/DARTIframe.html

I assume they are file requests made from ads on the site.

Right now I've just added those directories and files to appease the error logs, but can I fake their existence somehow without having to clutter up my file structure?

View 1 Replies View Related

File And Directory Permissions Is Driving Me Crazy

Sep 9, 2007

Until recently i had never used a Linux server, as i used to have a windows server. I now have a Linux VPS

I am now at my wits end with file permission problems

I use Joomla a lot for my websites, and i also develop and program many modules and components for it, but at the moment every time i upload a module (which is a zip file with php files that is put onto the server in the right place via php) it sets the ownership to "nobody" rather than the username so i cant access it via ftp, as it says you don't have permission or the file may not exist.

Is there anyway the server can be set so it will by default set the file to have an owner name that will allow ftp access to it without me having to learn SSH Putty (which is all i have done today) or contacting my hosting company every time?

I am spending more of my time with these permission problems than doing my work, it driving me barmy!

View 4 Replies View Related

Installing An Extension :: Warning: Mkdir(): No Such File Or Directory

Apr 30, 2008

downloading mailparse-2.1.4.tgz ...

Starting to download mailparse-2.1.4.tgz (36,862 bytes)
..........done: 36,862 bytes
9 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
building in /var/tmp/pear-build-root/mailparse-2.1.4

Warning: mkdir(): No such file or directory in System.php on line 273

Warning: mkdir(): No such file or directory in /usr/local/lib/php/System.php on line 273
ERROR: could not create build dir: /var/tmp/pear-build-root/mailparse-2.1.4

Thats what happens when I try to install an extension.

View 3 Replies View Related

Plesk 12.x / Linux :: Using Libraries PDO On Server - No Such File Or Directory

Feb 18, 2015

I'm trying to use libraries PDO on the server but continues to give me this error. "SQLSTATE [HY000] [2002] No such file or directory" ....

I plugged in Additional Guidelines, both extension = pdo.so that extension = pdo_mysql.so.

View 1 Replies View Related

Apache :: SSLCA Certificate File Per Directory Or Location

Sep 15, 2014

I understand that Apache documentation says that the SSLCACertificateFile directive is only valid in "server config" and "virtual host,"

[URL] .....

I would like to use a different CA bundle per-directory or location. Reason being is one directory is more strict than the other.

View 1 Replies View Related

Plesk 12.x / Linux :: Place File Into Document Root Directory?

Jul 11, 2014

I need to place a file in the root of my server. How should I do?

I tried:
SSH connection
wget ......
but the file is not in the right place

Where should I place it?

View 2 Replies View Related

Plesk 12.x / Linux :: Backup CentOS Server File Directory

Feb 25, 2015

Which protocol I should use for performing a backup of important server files and folders. I do make a snapshot but i found that's not enough.

My Centos 6.6 has ProFTPD configuration setup only for webhosts so no root access. I came across SCP, but don't know how to secure that like a Pro. I have also heard about SSHFS for linux.

View 1 Replies View Related

Plesk 11.x / Linux :: Setting Up Cron Job For Domain User - No Such File Or Directory

Apr 20, 2014

Can't get it working, I want to set up a cron job for a domain user, but seems that there's a problem to find the php executable. The command is:

Code:
/usr/bin/php/ -f /var/www/vhosts/thedomain.com/httpdocs/test.php

But the report says

-: /usr/bin/php/: No such file or directoryClick to expand...

View 3 Replies View Related

Plesk 12.x / Linux :: File Sharing - Internal Error / Directory Does Not Exist

Jan 5, 2015

Since the update to #30 two separate installs on Ubuntu 14.04.1 LTS I'm getting the below error :

Internal error: The directory does not exist "admin"Click to expand...

View 4 Replies View Related

Plesk 12.x / Linux :: Show Service Status Error - No Such File Or Directory

Nov 14, 2014

I can get the service list by /usr/local/psa/bin/service –l

But when i try /usr/local/psa/bin/plesk –-status it show error : No such file or directory

View 5 Replies View Related







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