Server :: IP-Config: No Response After 60 Secs?

Apr 18, 2011

I have followed this guide [URL] to setup a diskless cluster based on ubuntu server. Every thing is fine in the boot process except this:

After the client boots vmlinuz and init.rd, I see some information and after a minute I see:

Code:
IP-Config: no response after 60 secs - giving up
/init: .: line 3: can't open /tmp/net-eth0.conf
kernel panic - not syncing: Attempted to kill init!

It is strange since it gets an ip address when it want to boot. I don't know what is wrong with it.

View 2 Replies


ADVERTISEMENT

Server :: Apache Response "HTTP Request Sent; Waiting For Response" Too Long

Jul 19, 2011

when I try to access any page even small html pages it stays like 3 seconds in HTTP request sent; waiting for response. state..even when I use Lynx locally on the server..bypassing any possible network issues..logs dont show a thing..the server itself is a high end server with nothing running on it apart from apache which is not serving anny clients now, firewall is disabled and hostnamelookups are set to OFF.

View 1 Replies View Related

CentOS 5 :: Svn Server Config - Understanding Location Svnpath Parameter On Svn Config

Sep 7, 2009

I was tryin to deploy svn on centos 5 with respect to [URL] I am stuck understandin the location svnpath parameter on svn config

[Code]...

View 1 Replies View Related

Server :: DNS Fail: Can't Resolve Subdomains, Server Giving Wrong Response?

Jul 13, 2010

I've got a DNS problem I cannot figure out. I've been digging and pinging all day and I've waited for caches to expire and I'm not having much luck.From my desktop mac, I can't seem to resolve mail.port-o-call.net:

Code:
My-Mac:~ sneakyimp$ ping mail.port-o-call.net
ping: cannot resolve mail.port-o-call.net: Unknown host

[code]....

View 4 Replies View Related

Server :: Email Auto Response

Mar 28, 2010

I need to set an auto response on my linux email server (ubuntu9),for a person who will be on leave, Perfectpol is out office for a while, if urgent please call office number 222 2222 222.how do i go about setting this. The email address of the user who will be away is perfectpol@mycompany.com.

View 1 Replies View Related

Networking :: Cannot Get A Response From Server As Get A Unauthorised Message

Aug 4, 2010

Have a Java program which simply connects to a server and gets back the response from the website.

When I use it under Windows environment it runs fine and i receive a Response Code: 200,

Response Message: OK but in UNIX i get Response Code 401, Response Message Unauthorized

In Unix I tried to ping the website using the ping command.

I use putty to connect to a Unix m/c. I don't have any permissions to install any programs so could not install any s/w so i could check if i were able to reach the website.

Is it a Proxy Server related issue ? If yes how do i configure it ?

View 8 Replies View Related

Server :: Sendmail - Port 25 Response Very Slow

Jul 20, 2010

I have installed Centos 5.4 with Sendmail 8.13.8, i have modified sendmail.mc file and compiled to sendmail.cf with following lines

1. TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')
2. Define define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
3. DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl

My problem is that when i try to open port 25 with telenet it takes lot of time like more than 1 minute to open session and another 30 - 40 seconds to respond to "ehlo" command.

Also when i try to open telnet session on port 25 in another server it hardly takes 1-2 seconds open session.

View 6 Replies View Related

CentOS 5 Server :: Php Mysql_connect Does Not Work - No Response

Mar 23, 2010

I just installed a fresh CentOS5.4 and started httpd & mysqld and did the following testing

1. named the following file as index.php and put to /var/www/html (default DocumentRoot)

<?php
echo 'connecting...';
$conn = mysql_connect('localhost','root','');
if(empty($conn))

[Code]....

View 3 Replies View Related

CentOS 5 Server :: Bind DNS Response Too Late

Aug 15, 2010

I had centos 5-5 server with 6G of RAM and 4 core cpu 3GHZ i installed bind 9.7.1-p2 on my server with multi thread support there are a lot of dns requests on my server , about 2500 Packets/sec and 3Mbit UDP traffic but my server response week to most of them.

For example when i use nslookup or dig command to query Yahoo.com the response from server maybe deliver about 5 Sec or become timed out , but sometimes response time less than 1 sec!

I don't know why, perhaps kernel works week so i decided to do the following :

But the problem didn't solved

I previously had Freebsd with same version of bind and same configuration and everything worked fine.

View 8 Replies View Related

Ubuntu :: Error: The XML Response That Was Returned From The Server Is Invalid

Aug 30, 2010

i'm runung "ubuntu 10.4" and install "Xampp 1.7.3.a" i have 3 problem in the joomla web installer in step "2:Pre-installation Check"

Code: configuration.php Writable NO

in step 5 : FTP Configuration when i feel ftp setting and click on "verify ftp setting,get this error Code: Error: the XML response that was returned from the server is invalid.

inthe final step when i click "install sample data" i get this error

Code:
Error: the XML response that was returned from the server is invalid.

View 1 Replies View Related

Networking :: SSH To Fedora 14 Server Keyboard Response Jerky

Feb 25, 2011

Whenever I make an ssh connection to my Fedora 14 server, the echo of my keyboard strokes are very jerky. It will echo a few, then stop for a moment, then it echos all the keyboard entries from the time it stopped responding all at once. Anyone have any ideas on why this started happening? This happens from any computer I use to connect. It happens with Putty and SSH Secure Shell.

View 11 Replies View Related

Ubuntu :: Evolution Mail - Bad Authentication Response From SMTP Server

Feb 25, 2011

I tried setting up evolution mail incoming worked fine outgoing Big No, so I install Thunderbird and it worked like a charm. Then I decided I liked Evolution a little more and wanted to see if I could get it working and came across this. Firstly I entered all my details correctly double and triple checked. Look at my user name now when i try sending an email I get this? Why has my email changed?

View 5 Replies View Related

Server :: Nginx/php/spawn-fcgi: No Response When Script Requests Same

Apr 12, 2011

I have a perfectly working installation of nginx / PHP / fastcgi on the latest stable Debian distribution. No problems at all, apart from this one: When a PHP script (script A) is written to request a PHP script on the same web server (script B), nginx takes several minutes to respond and finally the connection times out. And it happens only when invoking script A through nginx. Calling it from command line works fine � I get a normal output of script B.

Literally, the test case is as simple as:

Script A:

PHP Code:

[code]....

I suppose the root of the problem may be some obstacle occurring when php5-cgi ends up invoking itself. And this is what happens when script A is called through nginx. But I have no ideas yet how to address the problem. One of my PHP applications checks itself during installation, that's why I need to request a PHP script from a PHP script on the same server.

View 1 Replies View Related

Server :: Postfix - Dovecot - Postfixadmin And Vacation (auto Response)

Feb 17, 2010

I have a problem concerning the vacation(auto response). I got a mailserver(smtp.mydomain.com), pop3/imap-server(mail.mydomain.com) webserver(www.mydomain.com, with postfixadmin on it). I use Debian 5.0 So it's like this, I receive mail to smtp.mydomain.com, it get checked for spam with amavisd-maia(Maia Mailguard), then delivered to the pop3/imap-server. I'm guessing there's something wrong with my postfix setup. I activate auto response for my account, when I get a mail it says this at smtp.mydomain.com:

[Code]...

View 2 Replies View Related

Fedora Networking :: Pptp Vpn Connection - Failed To Parse Server Response

Nov 11, 2009

I am trying to connect to our work server (windows), however, without succes In the log I get the message: "Failed to parse server response"

And when I close the vpn connection window I get "there were no valid vpn secrets"

I Use F10 with xfce on an aspire one.

View 2 Replies View Related

CentOS 5 Server :: Cannot Get Sendmail Or Postfix To Send A 220 Response - Nor Respond With Details

Aug 11, 2009

I cannot get either sendmail or postfix to send a 220 response, nor respond with details. See below for sample telnet output. Details: I have a server that requires email, but only for light use. I'm definitely not an expert, but I have set up a sendmail configuration on a previous server. I tried to configure sendmail first and then postfix later, when I couldn't get sendmail working. I'm not sure exactly what the problem is, but I have a feeling the following might yield some important information. Note: this is the result for Postfix, but virtually the same thing happened with sendmail, too. That is, initially the telnet connection would close immediately. Afterwords, I could connect a second time but then it never responded with a 220 banner nor any 250's.

[Code]...

View 4 Replies View Related

Server :: Get Ping To Simply Respond With The Actual Response Times Rather Than A Rounded Off Number?

Oct 11, 2010

I recently setup a new Linux server running Fedora 10. For some reason all ping response times are rounded to the nearest 10ms. For example, running the simple command "ping yahoo.com" give the following sample results:

64 bytes from ir1.fp.vip.re1.yahoo.com (69.147.125.65): icmp_seq=12 ttl=57 time=60.0 ms
64 bytes from ir1.fp.vip.re1.yahoo.com (69.147.125.65): icmp_seq=13 ttl=56 time=50.0 ms
64 bytes from ir1.fp.vip.re1.yahoo.com (69.147.125.65): icmp_seq=14 ttl=56 time=40.0 ms
64 bytes from ir1.fp.vip.re1.yahoo.com (69.147.125.65): icmp_seq=15 ttl=56 time=50.0 ms

I could post a larger result set but its all the same... every response is rounded to a multiple of 10ms. This wouldn't be a big deal except that the server is running Nagios for monitoring so accurate stats are important. The Nagios check_ping and check_icmp commands are also returning rounded off results. How can I get ping to simply respond with the actual response times rather than a rounded off number?

View 1 Replies View Related

Ubuntu :: Hangs For 1-2 Secs While In Use?

May 12, 2011

i installed ubuntu 11.04 on my new desktop recently. however the system hangs for 1-2 secs while in use. this problem occurs about once every 30secs. i have re-installed the os twice now but the problem is not getting resolved. the mouse and kb stop working and the problem is driving me nuts.

View 3 Replies View Related

General :: Cron Job Runs Every 30 Secs?

Jul 24, 2011

The problem is I need the php program to send member email confirmation which contains a confirm link. Run every min may still make the member wait. So I like to make it to run every 20 or 30 secs.

I don't want to put the code to send email on my sign up page as that's no good.

But I don't want to put a sleep 30 sec on my php script and going on loop. If it failed in the middle then it may wait abit to start.

What can be done to achieve my goal and what's the best way?

Making a php script to run as a daemon process? Is that possible and okay?

View 9 Replies View Related

OpenSUSE Hardware :: 11.3 - USB Keyboard Error (Cannot Type For Few Secs)

Sep 13, 2010

I am using an external USB keyboard to my laptop. Suddenly (after using this keyboard for 6 months), some randomly times I need to press the button 6-7 times before something appears on screen. This happens randomly, I may be able to type a whole paragraph without problem, and suddenly I can't type anymore for few seconds. My system is opensuse 11.3 and it happened last friday 9/10 ( if it is related to any update). I tested the keyboard to another pc and it is working. I tested another keyboard to my laptop and I still have the same problem.

View 1 Replies View Related

Ubuntu :: Desktop Freezes For 30 Secs When SD Card Plugged In

Jan 22, 2010

I am attempting to copy files to a 1GB SD card using my built-in SD card reader on my notebook computer. This function worked great on Hardy Heron. However, I switched to Karmic Koala about a week ago. Upon insertion of the SD card, the entire desktop (including mouse cursor) will freeze for about 30 seconds. Then, the SD card apparently mounts with an icon showing on the desktop. I can then open Nautilus and view the files and folders on the card. When I attempt to copy a file over to the SD card, the transaction looks as though it completes because the file icon shows up. However, Nautilus suddenly unmounts the card. When I check the file, I find that only half or less has copied over the the SD card.

View 3 Replies View Related

Ubuntu :: Voip Call Cuts In 25 Secs Through Netgear Router?

Aug 16, 2010

I have a Compaq Presario V2000 running Ubuntu 10.04. I use voip to call international mobile numbers. I'm currently using a Netgear router (at a friend's place) and now, my calls cut in 25 seconds. The call time keeps running, but neither can hear each other after 25 seconds. I've tried using service providers like Actionvoip and Jumblo (as they are cheaper than Skype) and clients like Ekiga and Twinkle. Same It happens on both Wi-Fi and ethernet. There is enough credit I tried using my friends Dell Latitude running Windows 7 with my Jumblo account. Surprisingly, it worked perfect!Previously I used a D-Link router and it worked flawlessly with my system.I fail to understand if it is some settings issue or a bug with Netgear's firmware. If anyone else has come across this issue and has been successful in getting around it

View 1 Replies View Related

Ubuntu :: Blinking Cursor For 12 Secs Before Login Screen Appears

Oct 20, 2010

I installed Ubuntu 10.10 alongside my Windows 7 os in a dual boot config. I used an installation disk and allowed the ubuntu installer to do all the resizing of partitions, installing of grub, etc. The install is working great and I haven't needed to boot my windows os since which is great. The only complaint I have is that it takes it takes a bit longer to boot than windows did for some reason. The culprit is a blinking cursor that comes up and remains for about 12-15 seconds before the grub menu appears. I already altered the boot option for the grub menu so that ubuntu is default and the option to select another os only appears for 3 seconds but I don't think this is related since the delay occurs before those options appear. I'm not really sure what is causing the delay. Is it looking for the loader? If so, is there a way to edit the configuration so doesn't have to search? As I mentioned, the install is running great otherwise.

View 9 Replies View Related

Server :: Config Apache Server To List Php, C/c++, Java Files As Regular Txt On Website?

Feb 2, 2011

I try to config my apache server to list all my files: c/c++, php, java files, like the txt file on my server,

e.g /var/www/mydomain/pub

i want to dump all my c/c++, php, java file under the pub directory and I can access it from my domain name,

if I dump txt file, I have no problem to view it, but when I dump c/c++ or php files under pub directory, then I can't view it like regular txt file,

Q: is there anyway I can configure my apache server to view all the c/C++, php, java file as like txt file?

View 1 Replies View Related

Server :: Config Apache Server To List Php / C/c++ / Java Files As Regular Txt On Website?

Feb 23, 2011

config my apache server to list all my files: c/c++, php, java files, like the txt file on my server, e.g /var/www/mydomain/pub i want to dump all my c/c++, php, java file under the pub directory and I can access it from my domain name, if I dump txt file, I have no problem to view it, but when I dump c/c++ or php files under pub directory, then I can't view it like regular txt file, Q: is there anyway I can configure my apache server to view all the c/C++, php, java file as like txt file?

View 1 Replies View Related

Debian Multimedia :: Lock Screen Turns Off Display After 15 Secs In Gnome3.14-18

May 15, 2015

I am using gnome-shell (3.14.4-1) desktop environment and i have a problem that i can not find any config to solve it, Lock screen turn off and on again display every 15 seconds with out any reasonable reason !!!!

(Same in ubuntu : [URL] ...)

View 5 Replies View Related

Debian Hardware :: USB Serial Adapter Spontaneously Emitting Data Every 20 Secs

Jul 13, 2015

I tried connecting my Debian laptop to a vintage Apple //e using a Super Serial Card on the Apple side and a USB to serial adapter on the laptop side. It kind of works -- I can send data over to the Apple using e.g. echo "foobar" > /dev/ttyUSB0 or via minicom --, but every 20 seconds (quite exactly!) some 4 random characters appear on the Apple's screen (mostly tildes, sometimes a pipe). This does *not* happen when booting the laptop into Debian rescue mode; so I guess it must be some (daemon?) process messing around with the usb serial device in regular intervals.

I tried to disable quite some services, but the problem remains.I don't have any clue how I might catch the evil-doer in the act -- virtually all serial monitors I've so far read about allow only monitoring the interaction of a known program/process with a serial port. But in this case I first have to actually find out which process is talking to the serial port in the first place.

View 4 Replies View Related

Ubuntu :: Set The Grub Startup Manager's Time To 0 Secs And Windows Xp As The Default OS

Jun 7, 2011

I accidentally set the grub startup manager's time to 0 secs and windows xp as the default OS. (I have windows xp and ubuntu on this laptop.)

Now when I turn on or restart my computer, it boots up straight to windows, I can no longer access the grub boot selection screen or my ubuntu OS.

View 9 Replies View Related

OpenSUSE :: Wrote A Script To Make Machine Suspend For 30 Secs And Then Wakeup Automatically?

Mar 17, 2010

#!/bin/bash
echo 0 > /sys/class/rtc/rtc0/wakealarm
echo `date '+%s' -d '+ 30 seconds'` > /sys/class/rtc/rtc0/wakealarm

[code]....

View 3 Replies View Related

Ubuntu :: Letters In Brackets In Bookmarks In Opera - Not Visible - Shut-down In 60 Secs Message

Jan 24, 2010

The letters in brackets in bookmarks in Opera? and how can i delete them because they are not visible in manage bookmarks?

Also how can i get rid of the "Shut-down in 60 secs" message when i shut it down? Or at least can i alter the time till shutdown? Ubuntu 9.10 64 bit by the way

View 3 Replies View Related







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