Ubuntu Servers :: 'aborted Connection' After Installing PEAR On Remote Server

Jun 30, 2010

I was trying to install PEAR on a remote Ubuntu server using putty. I ran an apt-get install php-pear command and everything went smoothly, but now i cannot access the website as it says 'can't establish a connection to the server' and in firebug, it shows the status 'aborted'. I even tried adding the pear path in php.ini file and restarting the apache server but no luck.

View 1 Replies


ADVERTISEMENT

Fedora Servers :: SSH Server Has Gone All Pear-shaped (connection Refused)?

Feb 18, 2011

I am experiencing a bit of a problem with openssh-server. I installed the server like I normally do. It wouldn't work, so I tried using this. It still didn't work. Later, I have realised that when using service sshd start SSH says it started, but when you check if it's running with service sshd status it says it doesn'triend advised me to use /etc/init.d/sshd and I managed to get it started. However, that doesn't return anything, and when I try to connect it says connection refused even when I try to connect from localhost to localhost

View 13 Replies View Related

Ubuntu Servers :: Installing Vnc And Remote Desktop Connection?

Apr 9, 2010

i have installed ubuntu 9.04 and desktop xubuntu. i want access the sever from my windows xp using either rdp or vnc. i am able to use the ssh but thats only command line. i need the gui desktop. i have installed x11vnc,tightvnc etc. but whenever i try to connect from my vnc manager,its giveout error.machine actively refused it. i havent configured any port or anything like that.

View 9 Replies View Related

Fedora Servers :: Pear Installation/configuration / Setting Displayed There For Pear?

Sep 29, 2009

I have pear installed, but I'n not sure I have it configured properly.

When I do a phpinfo(), no where are the settings for pear (meaning where it's located). If I recalled there is supposed to be a setting displayed there for PEAR.

View 4 Replies View Related

Ubuntu Servers :: Installing The SSH2 Into PHP - Need Php-pear Which Wants To Install Php-cli

Mar 23, 2010

I want to install[URL] extension into PHP, but it seems like it's only installed by pear, and for pear I need php-pear which wants to install php-cli. I already have php-cgi with fcgi and Apache2 worker MPM.

View 2 Replies View Related

Networking :: Cvs - Login Aborted - Reading From Server - Connection Reset By Peer

May 26, 2010

When I try to connect to cvs server this is the error message I get.

I also tried cvs -d server:newuser@localhost:/cvs/CVSROOT login but getting the same result

My repository is in /cvs/CVSROOT

I also tried changing /etc/xinetd.d/cvs with different options, current it looks like this:

And my /etc/xinetd.conf is

cvspserver stream tcp nowait root /cvs cvs --allow-newuser=/cvs/CVSROOT pserver
defaults

# The next two items are intended to be a quick access place to temporarily enable or disable services.
#
# enabled =
# disabled =

View 5 Replies View Related

Ubuntu Servers :: SSH Server Connection OK For Local But Not For Remote Machine

Aug 14, 2010

I am having trouble to make my SSH server working with remote machine.

Code:
telnet 192.168.1.102 22

PHP Code:

[Code].....

View 9 Replies View Related

Ubuntu Servers :: Remote Desktop Connection - Cannot Seem To Connect To Any Windows Server Via IP Address

May 5, 2011

I have a problem with my Terminal Server Client, I cannot seem to connect to any windows server via IP address. Can anyone please recommend any tool I could use to connect? I need to work on the server for admin interfaces example Admin Kits for workspace protection

View 9 Replies View Related

Fedora Servers :: Able To Telnet To The Server Via A Remote Connection \ Will Not Accept Mail?

Feb 18, 2009

I am able to telnet to the server via a remote connection, but for some reason, it will not accept mail. ere is the bounce back email I am getting.Quote:This is the mail system at host smtp.mydomain.net.I'm sorry to have to inform you that your message could notbe delivered to one or more recipients. It's attached below.For further assistance, please send mail to postmaster.If you do so, please include this problem report. You candelete your own text from the attached returned message.The mail system

<root@mydomain.net>: temporary failure. Command output: pipe: fatal: pipe_command:
execvp /usr/bin/perlbin/vendor/spamc: No such file or directory
Reporting-MTA: dns; smtp.mydomain.net

[code]....

View 11 Replies View Related

Ubuntu :: Php Pear Seems Broken / Fatal Error: Call To Undefined Method Pear?

May 2, 2011

I'm trying to install a package (validate) from pear.

but the command sudo pear install validate fails with error:

PHP Fatal error:Call to undefined method PEAR::raiseErro() in /usr/share/php/PEAR/REST.php on line 165

Looking around on the internet I found a bug report on debian:url

The fix is to update php5.

So now the question:

How do I update php5 or apply the patch mentioned in this bug report?

View 4 Replies View Related

Ubuntu Servers :: Machine Shadowing Crashes With Message "The Connection With Remote Server Was Shut Down, Please Check Your Network Settings And Try Again."

Sep 5, 2010

I am using debian testing on my office pc, but i need to access it's desktop from time to time. So i need No machine/teamviewer software that can provide me with possibility to interact my desktop. The problem is, that i want to run shadowed session type, because teamviewer is not good for me. So, when i run no machine in shadowed mode, it crashes with message "The connection with remote server was shut down, please check your network settings and try again." The log is here:

[Code]....

View 1 Replies View Related

General :: PHP Fatal Error - Call To Undefined Method PEAR - RaiseErro() In /usr/share/php/PEAR/REST.php On Line 165

Apr 30, 2011

When running

Pear upgrade

The following error is raised:

View 1 Replies View Related

Fedora Installation :: Yum Install Php-pear - No Package Php-pear Available?

Nov 30, 2009

I am trying to setup APC on my Fedora 7 server but cant install php-pear. There are loads of sites explaining how to do this but they all use "yum install php-pear" which yum cant seem to find??

root@fedora7 [/etc/apt]# yum install php-pear
Loading "fastestmirror" plugin
Repository base is listed more than once in the configuration
Loading mirror speeds from cached hostfile
* base: p3mirror01.prod.phx3.secureserver.net
code....

View 3 Replies View Related

Ubuntu Servers :: Connection Times Out When Connecting To Remote SSH?

Jan 24, 2011

When ever i run ssh -p <port> <user>@<remote IP>, i get a connection has timed out error. (i use the -p <port> part because i'm using a custom port). does anyone know what could be causing this? i know of a few *possible* problems, but i don't know how to test them all.

- I am on the same network as the server (I'm trying to test using remote IP to make sure it works before i go out an try it somewhere else)

-The router could be blocking it (i'm using linksys)

-IPtables may not be set up right (i think it is though. the only thing i've run is "sudo iptables -A INPUT -p tcp --dport ssh -j ACCEPT". I have changed the port for the server since then. maybe i have to restart it or something for it to recognise the change? I know very little about IPtables though).

-maybe i have to change something in my client or server config files? (the only config file i've changed is the sshd_config file on the seerver, and that was to change the port to my custom port).

thats all i can think of for now. It may be none of those. I do have the sshd_config and port forwarding in my router set to the same port, so thats good.

View 1 Replies View Related

Ubuntu Servers :: Send Email From PHP Using Pear

Jun 16, 2010

I host a webpage from my PC, and I was having all kinds of issues trying to get it to send emails. These steps send and receive the email through a gmail account. This page saved me.

Here are the simple steps
0. get a gmail account
1. install pear
Code:
sudo apt-get install php-pear

2. Install pear packages:
(I'm not really sure what this does, but I did it, and everything is working)
Code:
sudo pear install -o Mail
sudo pear install -o Net_SMTP

3. run php script to send email.
Code:
<?php
// Include the Mail package
require "Mail.php";
// Identify the sender, recipient, mail subject, and body .....

View 4 Replies View Related

Ubuntu Servers :: Access Remote Servers Via Terminal Server Client And Xserver?

May 10, 2010

i found this video, and i really want to do the same. *newbie needs to learn [URL]...my question is, what need to be installed and how?

is there any specific configuration to make it works?

and will it work if i want to connect from Ubuntu to Fedora ?

View 1 Replies View Related

Server :: Remote MySQL Server Connection Dies After Wget Large File

Feb 3, 2011

We have 2 servers, 1 is the webserver and the other is the Mysql server.

When transfering a 2GB file from the webserver to the Mysql server.

The webserver's connection to the mysql DB server dies completely.

Need to restart the MYSQL process in order for it to come back online.

During this connection downtime, when using phpmyadmin on the mysql server shows no problem running queries etc.

View 2 Replies View Related

Ubuntu Servers :: SSL Setup - Connection Error Unable To Make A Secure Connection To The Server

Feb 10, 2011

I am running an Ubuntu Server on a VirtualBox VM running on my windows machine. So I've created a self-signed certificate using the following tutorial: [URL]

From this tutorial I'm left with 3 files:
server.key
server.csr
server.crt

Then I found this very similar tutorial that has an extra bit on installing the certificates in apache: [URL] So I followed it's instructions which boil down to this:

[Code]...

So I'm thinking this should work now. However in Chrome I get: SSL connection error Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have. Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error. IE8 gives me a typical "Internet Explorer cannot display the webpage" Note that [URL] fails while [URL] works fine, so it's definitely something in my ssl setup I'm thinking.

View 5 Replies View Related

Ubuntu :: Installing FTP Server With Remote GUI

Jul 21, 2010

I am going to install an FTP server on a headless server running ubuntu. The thing is that I want to be able to manage it completely via a web interface or a remote gui from any other system. The idea is that the manager of the accounts of the ftp could do his tasks without having to ssh into the server or anything (since he will completely ignore its a linux system and he does not need to know how to use it or log in or whatever). Is there any way to manage an ftp server like this?

View 9 Replies View Related

Ubuntu :: Remote Desktop Connection In Windows Server

Jul 29, 2011

I deleted my windows and now I am alone with ubuntu I use them before and now I can say that they are really awesome, basicly I want 3 things that I am using and then it will be really awesome.

- Remote Desktop Connection In Windows Server.
- A Virtual Camera Like ManyCam
- Putty Client

View 5 Replies View Related

Server :: Mysql Command To Allow A Remote Connection?

Jun 8, 2010

what is the correct command on a mysql command line to alllow mysql to alllow remote connection on a server

View 1 Replies View Related

Ubuntu Servers :: FTP From Server To Remote File Server?

Jul 6, 2010

I support a small business which runs a headless Ubuntu Server (10.04 32bit) as a file server which is accessed by Windows machines.Although the company has it's own back-up procedure they have decided to back-up some (none sensitive) files online. The have chosen FileFactory (http://www.filefactory.com/) as the host for this. FileFactory allows files to be uploaded to their server by FTP however I do not know how to set this up on the server.

The idea, if it is possible, is to connect to FileFactory through FTP and then synchronise the data using an Rsync command.I normally access the server through Webmin and it has vsFTP installed. I can access the company's server by FTP from inside and outside of the network so I know that vsFTP is working for incomming connections however I cannot work out how to configure it to connect to the FileFactory server.

View 3 Replies View Related

Debian :: Server IP - Remote Desktop Connection Failed

Jun 14, 2011

I want to connect to my Linux debian server, via Remote desktop connection, but when I give IP of my server and click connect, it fail, it says can't connect to the remote computer and below 3 reason.

View 3 Replies View Related

Server :: MySQL Odbc Connection Remote Client?

Jul 27, 2010

I wish to connect to MySQL using an ODBC connection and I'm using isql to test. On the server connection using isql to local host is sweet however the problem is the client.Okay my set up looks like thisOn the server /etc/odbc.ini is[MySQL-scopus2008]Description = MySQL citation databaseDriver = MySQLServer = localhostDatabase = scopus2008Por

View 4 Replies View Related

Server :: Restrict Remote Telnet Connection + Port 80?

May 5, 2011

Is it possible to restrict telnet connection from remote to my server(linux -centos5)?

=================
Ex : [root@localhost]# telnet 10.0.0.33 80
Trying 10.0.0.33...

[code]...

View 2 Replies View Related

Server :: Can't Seem To Remove Rights For A Remote Root Connection?

Apr 2, 2011

I can't seem to remove rights for a remote root connection. Below you can see that the rights are present before and after the successful revoke command. I am using the correct command.

[Code]...

View 1 Replies View Related

Programming :: PHP - Connection To Remote Server To Edit File?

Mar 14, 2010

I have a webGUI in php where users can make certain settings. How can I edit a file on a remote server from my php webserver? Currently I use my FTP client, vsFTPd and a chrooted user in a specific directory where the file resides. I think this is pretty save as long a nobody else uses my FTPclient. How can I make changes to this file on the remote server from within my php-code on my webserver ?? (so that not I need to make the changes but my users can do it from a html-form) I found this but the credentials for the FTP-connection are plain :

<?php
$file = fopen ("ftp://loginasswd@server", "w");
if (!$file) {
echo "<p>Unable to open remote file for writing.
";

[code].....

I use https for the webGUI, but I guess this does not mean the connection to the remote server will be encrypted also ? Can I use my FTP-user (has no shell) from within php to edit the file ?

View 12 Replies View Related

CentOS 5 Server :: Implement Virtualization Using A Remote Connection?

Jun 26, 2009

The word on all lips are "virtualization" so I decided to smell this flavor.
I have a machine running CentOS 5.3 64bit and I have unlimited access to this machine, but I don't want to reach it physically.
Is it possible to install and maintain a virtual medium using ssh or other remote connection?
When I installed the OS I have selected the packets regarding the virtualization, but now from where can I start?
Is somewhere a guide for doing this?

View 3 Replies View Related

Ubuntu Networking :: Remote Server 11.04 Connection Refused When Monitor Not Connected

Jul 14, 2011

i done desktop config in ubuntu server 11.04 and connected via tightvnc,uvnc and in remote desktop viewer from another ubuntu machine also. I am not able to access(connect) the server in GUI mode(when monitor is removed) but i putty is working fine in cmd line.

View 1 Replies View Related

CentOS 5 Server :: Installing And Using Gnome On A Remote Box?

Nov 4, 2009

I have a remote CentOS server (5.4 Final) to which I need to add remote access to a GUI front end. I have SSH access to this box (no physical access, I rent it and it is housed in a DC) and I think I have managed to install Gnome correctly:

[root@box ~]# yum grouplist
[snip]
Installed Groups:
[snip]

[Code]....

View 3 Replies View Related







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