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.







Virtuozzo : Getpeername Error 88 (Socket Operation On Non-socket)


When trying to migrate a server to Virtuozzo i get the following error : getpeername error 88 (Socket operation on non-socket)

Anyone got any idea what this might be?


View Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
Can't Write To Data Socket. Socket Error = #10054.
"Can't write to data socket. Socket error = #10054. fix?"

search around a few websites couldn't find a fix.. just people chatting about there error

View Replies!   View Related
Socket F <-> Socket 940 Heatsinks
If you have a socket F m/b, does a socket 940 heatsink works nicely on a socket F m/b? I can fit the original socket 940 heatsink on a socket F m/b but I am not sure whether there are any cooling related problems?

According to the thermal design guide, it says:

Quote:

The heat sink, fan, mounting spring clip, and thermal interface material used for the AMD PIB thermal solution for socket F (1207) processors are the same as the heat sink, fan, mounting spring clip, and thermal interface material used for systems based on the socket 940 processor.

The plastic retention frame, made of 20% glass-filled Lexan, is a two-piece implementation rather than the single-piece frame used for socket 940. This change accommodates the larger foot-print of socket F (1207) processors.

[url]

So are they interchangeable?

I do have socket F heatsinks just to save the hassle of testing and breaking things.

The reason I am asking is that it is tough to find socket F heatsinks here, and there are some socket 940 HSF floating around so I might as well use socket 940 HSF when somehow the ones that I have are not working or I run out of socket F coolers.

View Replies!   View Related
Proftpd :: Data Socket Error: No Route To Host
i get this error

I no u gotta added 2 lines in proftpd.conf but i can't seem to find it no where! here's my errors!

[L] PASV
[L] 227 Entering Passive Mode (64,85,164,21,193,144).
[L] Opening data connection IP: 64,85,164,21 PORT: 49552
[L] Data Socket Error: No route to Host
[L] List Error
[L] PASV
[L] 227 Entering Passive Mode (64,85,164,21,202).
[L] Opening data connection IP: 64,85,164,21 PORT: 57546
[L] Data Socket Error: No route to Host
[L] List Error
[L] 421 No Transfer Timeout (300 seconds): closing control connection.
[L] Connection lost: 64,85,164,21

i really do not no there's a command for passive mode or something in proftpd.conf can't seem to find it no where!

View Replies!   View Related
PHP + OpenSSL, Error Unable To Find The Socket Transport SSL
We're having problems with the Roundcube webmail spell check, and upon checking the log we get the error 'Unable to find the socket transport SSL'. From what I can find out this is normally due to Open SSL not being enabled, but it is, you can check our php config here.

View Replies!   View Related
Socket
This is on a Debian VPS with Apache installed. I figured this forum would be more appropriate because I think this is an OS level issue. I'm running a basic php client / php server. The php script is requested by the web browser and connects to the php server on the backend. However, if I connect more than a few times by clicking refresh I get this:

Warning: fsockopen() [function.fsockopen]: unable to connect to 127.0.0.1:1240 (Unknown error) in /home/www/client_connect.php on line 3
error opening fp
It should also be noted that I've gotten this same error when I try to do over 20 simultaneous connections with stream_sock_client() running from the command-line (non-root). Or when I try to connect to my backend from my frontend.
Warning: stream_socket_client(): unable to connect to xx.xxx.xx.xxx:1838 (Unknown error) in /home/adam/server/test.php on line 488
failed to connect to xx.xxx.xx.xxx:1838 errno:0 errstr:
~/www$ ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
max nice (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) unlimited
max locked memory (kbytes, -l) unlimited
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) unlimited
max rt priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) unlimited
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited

What can I do to trouble shoot this?

View Replies!   View Related
Apache And Socket
I've a strange problem with my flashchat realized on php and xmlsocket.

I premise that chat works fine with 100 concurrent user.

But When the number rises, and I've been to 350 users at the same time, something happens to the server which makes the whole thing freeze.

After I eliminated just about everything that can go wrong with the php side of things, we came to the conclusion that this must be something related to the apache, since if before the php socket server went bad on account of an error, we simply needed to relaunch the php again, and everything would start up and work just fine untill the next crash.

We have a unix server, using Apache 2, php 4.something or 5 (but again, problem is not there), did anyone knows what this could be? are we passing some limit of sockets connections Apache has that we don't know about? a limit of data transfer we are breaking? my script, when running and holding on to 300 users, use about 2-3 Mbit of bandwidth, nothing to get excited about.

View Replies!   View Related
PHP Socket Server
Is there anywhere where I can run a php socket server that is not a dedicated server.

I doubt that there is, but you never know maybe out there somewhere there is someone that allows this.

View Replies!   View Related
Socket Application Hosting
I am currently developing a PHP socket server for a flash application that needs constant client -> server communication. I understand that this is not typical for hosting solutions so does anyone know of a host that would allow me to run a custom application running on a non-standard port?

View Replies!   View Related
Outgoing Socket Coneection
In VPS WINDOWS machine does any of the providers offer outgoing socket connection for my apps.?

or is it restricted?

View Replies!   View Related
MySQL Can't Connect To Socket.....
I saw following error in some of my site in my server.

Coppermine critical error:
Unable to connect to database !

MySQL said: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)

or following error :

Invalid mysql server connection

Please help me how can I resolve this error !

/etc/my.cnf :

[mysqld]
datadir=/var/lib/mysql
skip-locking
skip-innodb
skip-networking
safe-show-database
query_cache_limit=1M
query_cache_size=16M ## 32MB for every 1GB of RAM
query_cache_type=1
max_user_connections=200
max_connections=500
interactive_timeout=10
wait_timeout=20
connect_timeout=20
thread_cache_size=128
key_buffer=64M ## 128MB for every 1GB of RAM
join_buffer=1M
max_connect_errors=20
max_allowed_packet=16M
table_cache=1024
record_buffer=1M
sort_buffer_size=1M ## 1MB for every 1GB of RAM
read_buffer_size=1M ## 1MB for every 1GB of RAM
read_rnd_buffer_size=1M ## 1MB for every 1GB of RAM
thread_concurrency=8 ## Number of CPUs x 2
myisam_sort_buffer_size=64M
server-id=1
collation-server=latin1_general_ci

[mysql.server]
user=mysql
basedir=/var/lib

[safe_mysqld]
err-log=/var/log/mysqld.log
pid-file=/var/lib/mysql/mysql.pid
open_files_limit=8192

[mysqldump]
quick
max_allowed_packet=16M

[mysql]
no-auto-rehash
#safe-updates

[isamchk]
key_buffer=64M
sort_buffer=64M
read_buffer=16M
write_buffer=16M

[myisamchk]
key_buffer=64M
sort_buffer=64M
read_buffer=16M
write_buffer=16M

[mysqlhotcopy]
interactive-timeout

My server details :
1 GB RAM
P4 3.00 HT

View Replies!   View Related
Socket Access In Shared Hosting
we will need to do outbound socket programming in PHP. Will the code work under shared hosting? Will hosting providers allow it? or maybe some allow?

View Replies!   View Related
What Is Best Socket Am2 940 Cpu
I am working on doing some various upgrades to my workstation computer. I got it back in Nov and have been adding to it every since. The motherboard was bad when I first got it so I had to buy a new one. I already had an athlon 5600 so I figured I would get the mobo for that. Upon advice from various people I got the abit kn9 sli, for socket am2 940 processors and nvidia nforce 570 sli mcp

I am wanting to upgrade the processor now but I havent really found much info on what would be the highest level processor I could drop in. I know the phenoms dont work and some have told me that the athlon 6400 would be the biggest i could drop in but that isnt much more then I have now so would be no point.

So basically I was posting to see if anyone knew the best processor I could drop in this or the best socket am2 940 processor there is

View Replies!   View Related
Socket Restriction?WINDOWS VPS
In VPS WINDOWS machine does any of the providers offer outgoing socket connection for my apps.?

or is it restricted?

View Replies!   View Related
Selling A 4 Socket Enterprise Server
I have a somewhat unusual question for a hosting forum, but it seems to fit here reasonably well. I figure that anyone who does colo would know about buying and selling servers.

Right now, I have a very high-end system, basically a Sun V40z:
[url]

It is fully configured with processors, memory, but only has a single hard drive currently. The system comes with a built in management processor and OS; from the console you can boot/restart the server, check which DIMMs or processors are working (or failed), etc. It has been barely used, and is in mint condition.

I'm thinking about selling it, because I'd prefer a smaller, more compact server.

Where do you guys go to sell servers? Based on listings here, the server seems to sell in the range of 20K, with a warranty of sorts (30 days):
[url]

Obviously, I can provide no warranty, but I have pretty much the same configuration.

It's meant to be a pretty high-end database server, and I just don't need this many horsepower.

View Replies!   View Related
Missing Data In Server Socket Application
i developed a socket application to recive data from port.this application recvng data from a unit through port no 4444(Vehicle Tracking unit). this application recvng data and evrything is ok....but some times no anydata is coming in to this application.for eg:if application recves data 2 days after that 2 days it will recve one or two data only....again after 2 days it will recve all data correcly....that means lot of missing data we have....my question is whether this missing data is bse of my socket application or unit?

The manufacturing company telling us unit is sending the data continuiously..but some times this socket application is not recvng data in 2 days interval....i dont know how to solve this issue....is any other setting is required in server to recve data continuously....

i think socket application 100% is ok...unit maufactures telling unit also sending data continuously...then where the problem is???can anybdy share ur idea about this?

View Replies!   View Related
Two Sessions Active At The Same Time With Same Socket Application
i hosted one server socket application in my dedicated server which is recving the data from different units(vehicle tracking system) through port no 4444.in dedicated machine i am keeping one active session always...that means my socket application exe is opened always in an active session ie sectionA.This session is not logged off insted i used to close the rdp for keeping this session active.Based on settings if userA accessing SessionA then userB cannot able to reach the active sessionA at the same time instead new sessionB will open for userB.

now my question is

if userB also opened socket application in SessionB with same portno ,then which soket application will recive data from the units...whther the applictaion from sessionA or from SessionB?

View Replies!   View Related
Can't Connect To Local MySQL Server Through Socket
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
/home/thesymbi/public_html/includes/class_core.php on line 274

I get this around 50 times a day!
I am fed up!

View Replies!   View Related
(BIND9) Could Not Listen On UDP Socket: Not Enough Free Resources
Im expericiencing some dificulties to load more than 500 ips and create the socket for personalized dns.

i got "could not listen on UDP socket: not enough free resources"

I suppose theres a limit on bind9, i was looking on docc ...

View Replies!   View Related
Pop :: Unable To Create Selectable TCP Socket
I have one mail server. and our one client sending and receiving mails through php coding so i have setup all the configurations in config.php file and sending mail ok but pop retrieves is not working and i m getting error------------>

Cannot create POP3 connection to pop.mxo2.com: Unable
to create selectable TCP socket (3494 >= 1024)

View Replies!   View Related
Socket 775 Mobo With 16GB RAM Support
Long shot as I couldn't find anything via google but are there any socket 775 mobos that supports 16GB.

View Replies!   View Related
Socket 1156 1U CPU Fan And Experiences With New Core I5/i7 Chips
Is there a Socket 1156 1U CPU fan available yet?

Has anyone used the new Core i5/i7 chips and the Intel P55 Chipset with CentOS 5.x?

View Replies!   View Related
Error: Cannot Utime: Operation Not Permitted
I have WHM 11.23.2 cPanel 11.23.6-R27698
CENTOS Enterprise 4.7 i686 on standard - WHM X v3.1.0

I host people who use a certain php script. This script is updatable from their admin panel.

But now 2 of the sites are getting this error when they try to update:
[Install update]
Uncompress update: error
Tar_error.log: /bin/tar: admin/ioncube: Cannot utime: Operation not permitted /bin/tar: admin/cronjobs: Cannot utime: Operation not permitted /bin/tar: admin: Cannot utime: Operation not permitted /bin/tar: fonts: Cannot utime: Operation not permitted /bin/tar: images: Cannot utime: Operation not permitted /bin/tar: includes: Cannot utime: Operation not permitted /bin/tar: mysql_restore: Cannot utime: Operation not permitted /bin/tar: plugins: Cannot utime: Operation not permitted /bin/tar: templates: Cannot utime: Operation not permitted /bin/tar: utilities: Cannot utime: Operation not permitted /bin/tar: Error exit delayed from previous errors

I've never seen that particular error before.

View Replies!   View Related
Virtuozzo Vzup2date Error
I tried to update the virtuozzo using command vzup2date on main node as root user, & i'm getting this error

Code:
тттттттттттттттттЄ Error checking dependencies тттттттттттттттттт
т т
т [RPM] Dependencies conflict. т
т kernel >= 2.4.20-021stab022 is needed by т
т vzmigrate-4.0.0-141.i386 т
т kernel >= 2.4.20-019stab027 is needed by т
т vzstat-4.0.0-32.i386 т
т т
т т
т No changes were made to the file system yet. Please т
т correct the above errors and run vzup2date again. т
The current installed kernel is 2.6.18-028stab059.6 on centos 5.4.

View Replies!   View Related
Python Error On Virtuozzo Container
While Installing Applications on VPS Container On virtuozzo I`am running Into a error given below.

Operation install with the Env(s) "web209" is finished with errors: Can not install packages: exec failed: Error: python-devel conflicts with python < 2.4.3-27.el5 Error: Missing Dependency: gnutls = 1.4.1-3.el5_2.1 is needed by package gnutls-devel Error: Missing Dependency: nspr = 4.7.4-1.el5_3.1 is needed by package nspr-devel Error: /usr/share/vzyum/bin/yum failed, exitcode=1 .

View Replies!   View Related
I/O Operation Failed - Server Down
We are having a dedicated server with Windows 2003 and Hosting Controller on it with MS SQL 2005 Express Edition.

Since last few days, we had this problem that MDaemon mail server would go down on some pagefault and server used to get hang, and when we investigated Event Viewer, we find 100s of errors of the following message.

Quote:

An I/O operation initiated by the Registry failed unrecoverably. The Registry could not read in, or write out, or flush, one of the files that contain the system's image of the Registry

We replaced HDD, and reinstalled windows 2003 and built the server back with every peice of software we had it earlier, but now the old HDD is still there as D drive, but not in use, still server got down today. We belive its no longer the HDD issue, but now problem is how to get root of this problem and how to monitor?

I had minor hint from searching on google that some trojan would create too many handles would cause system to go down this way, but here we rebuilt the entire server with fresh installations downloaded from vendors websites.

If MDaemon is creating too many handles, how to monitor and how to restart it in such an event?

View Replies!   View Related
Mount: X: Operation Not Permitted
This is what I got from the tech support:

Quote:

I able to manage to mount your old var, tmp, usr, and even the old root partitions but the home partition were unsuccessful.

I've tried mounting your old home partition but i was unsuccessfull which might be a bad sector of the drive.

Code:
# mount /dev/ad3s1g /mnt/oldhome/
mount: /dev/ad3s1g: Operation not permitted

View Replies!   View Related
Ping: Sendmsg: Operation Not Permitted
I've noticed that my site has delays every few seconds when using the database. At least 2-4 seconds. Now the load is 0.05 basically.

So I did a ping from my webserver to the db server and got:

PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data.
64 bytes from 10.0.0.2: icmp_seq=1 ttl=64 time=0.138 ms
ping: sendmsg: Operation not permitted
64 bytes from 10.0.0.2: icmp_seq=3 ttl=64 time=0.086 ms
64 bytes from 10.0.0.2: icmp_seq=4 ttl=64 time=0.104 ms
ping: sendmsg: Operation not permitted


I then turned off iptables and it works fine now. How to know what's causing this?

View Replies!   View Related
Samba Chown Operation Not Permitted
I'm currently running SAMBA on one my linux servers, and wanting to connect to it from another linux server.

1. Do I need to install SAMBA on the connecting server (client-side)?

2. I can see/mount the SAMBA folder just fine, I can delete,make,etc. The only thing I can't do on the client side is change ownership of a file or folder... even if I'm logged in as root.

View Replies!   View Related
Server Hacked 550 Operation Not Permitted
I own a dedi server from HFW few hours ago some hacker injected following php code in some of the domains hosted on the server as follows; ...

View Replies!   View Related
Rdate: Could Not Set System Time: Operation Not Permitted
I Have Problem:

Code:
[root@serwer /]# /scripts/upcp --force
Updating /scripts...
Sync Source: http://httpupdate.cpanel.net/RELEASE/scripts
Fetching http://httpupdate.cpanel.net/cpanels...cpanelsync.loc
k (0)....@69.72.164.152......connected......receiving......Done
Fetching http://httpupdate.cpanel.net/cpanels...cpanelsync.bz2
(0)....@69.72.164.152......connected......receiving...26%...53%...80%...100%...
...Done
...Done
Checking and Repairing System Package Setup......Done
Setting up ip startup......Done
Configuring editors......Done
Creating symlinks for common binaries......Done
Setting Clock...rdate: rdate: could not set system time: Operation not permitted
...Done
Running Env Auto Repair...quota test: repquota exited with signal 0 (ok)
...Done
...

This is VPS server on my dedicated server
1. Dedicated server is on Debian 4.0
2. On debian is OpenVZ
3. On OpenVZ is CentOS 5
4. On CentOS is cPanel

How I will unblock rdate on my VPS ?

View Replies!   View Related
Difference Between Network Operation Center And Data Center?
What is a difference between Network Operation Center and Data Center?

As I understood, DC is a physical location of computers while NOC is somewhat abstract term. It means servers, routers, wires, switches and all other equipment.

View Replies!   View Related
CentOs(Yum) Error :: Error: Cannot Find A Valid Baseurl For Repo: Update
yum -y groupinstall kde
Loading "priorities" plugin
Setting up Group Process
Setting up repositories
Cannot find a valid baseurl for repo: update
Error: Cannot find a valid baseurl for repo: update

what is this? what ever i try to install i get this weird error..

View Replies!   View Related
Unable To Parse Zone: Error While Parsing Zonedata For Xyz.com: Syntax Error
While clicking on "Edit DNS" in WHM

I am getting this error

Unable to parse zone: Error while parsing zonedata for xyz.com: syntax error, line 25 ...propagated at /usr/local/cpanel/Cpanel/CPAN/Net/DNS/ZoneFile/Fast.pm line 142.

View Replies!   View Related
Error APF :: Error Fetching Interface Information: Device Not Found
im still getting the following error

Code:
root@main [/tmp/apf-9.7-1]# ./install.sh
Installing APF 9.7-1: eth0: error fetching interface information: Device not found
Completed.

Installation Details:
Install path: /etc/apf/
Config path: /etc/apf/conf.apf
Executable path: /usr/local/sbin/apf

Other Details:
eth0: error fetching interface information: Device not found
cp: cannot stat `/etc/apf.bk.last/vnet/*.rules': No such file or directory
Imported options from 9.7-1 to 9.7-1.
Note: Please review /etc/apf/conf.apf for consistency, install default backed up to /etc/apf/conf.apf.orig
my host has said
Code:
edit the apf.conf file to venet0:0 instead of eth0
which ive done and im still getting the error, Ive pasted my current conf.apf config below

Code:
#!/bin/sh
#
# APF 9.7 [apf@r-fx.org]
# Copyright (C) 1999-2007, R-fx Networks <proj@r-fx.org>
# Copyright (C) 2007, Ryan MacDonald <ryan@r-fx.org>
# This program may be freely redistributed under the terms of the GNU GPL
#
# NOTE: This file should be edited with word/line wrapping off,
# if your using pico/nano please start it with the -w switch
# (e.g: pico -w filename)
# NOTE: All options in this file are integer values unless otherwise
# indicated. This means value of 0 = disabled and 1 = enabled.

##
# [Main]
##
# !!! Do not leave set to (1) !!!
# When set to enabled; 5 minute cronjob is set to stop the firewall. Set
# this off (0) when firewall is determined to be operating as desired.
DEVEL_MODE="1"

# The installation path of APF; this can be changed but it is not recommended.
INSTALL_PATH="/etc/apf"

# Untrusted Network interface(s); all traffic on defined interface will be
# subject to all firewall rules. This should be your internet exposed
# interfaces. Only one interface is accepted for each value.
IFACE_IN="venet0"
IFACE_OUT="venet0"

# Trusted Network interface(s); all traffic on defined interface(s) will by-pass
# ALL firewall rules, format is white space or comma separated list.
IFACE_TRUSTED=""

# This option will allow for all status events to be displayed in real time on
# the console as you use the firewall. Typically, APF used to operate silent
# with all logging piped to $LOG_APF. The use of this option will not disable
# the standard log file displayed by apf --status but rather compliment it.
SET_VERBOSE="1"

# The fast load feature makes use of the iptables-save/restore facilities to do
# a snapshot save of the current firewall rules on an APF stop then when APF is
# instructed to start again it will restore the snapshot. This feature allows
# APF to load hundreds of rules back into the firewall without the need to
# regenerate every firewall entry.
# Note: a) if system uptime is below 5 minutes, the snapshot is expired
# b) if snapshot age exceeds 12 hours, the snapshot is expired
# c) if conf or a .rule has changed since last load, snapshot is expired
# d) if it is your first run of APF since install, snapshot is generated
# - an expired snapshot means APF will do a full start rule-by-rule
SET_FASTLOAD="0"

View Replies!   View Related
Email Error - Error Number 0x800CCC79 Server Response 451 Temporary Local
As the title says, 1 of the accounts on my server is getting the following error message - error number 0x800CCC79 server response 451 temporary local problem -

Yet other accounts on the server are sending and recieving fine?

what would cause this error? Its not tempory as its been 48 hours

View Replies!   View Related
FTP Error :: Error:Failed To Retrieve Directory Listing
I got an error in ftp.

Command:MLSD
Response:150 Accepted data connection
Response:226-ASCII
Response:226-Options: -a -l
Response:226 24 matches total
Error:Connection timed out
Error:Failed to retrieve directory listing

View Replies!   View Related
How To Generate PHP Error.log Files In The Directory Of Error
unable to get any php5 error logs

Here are my settings in the /etc/php5/apache2/php.ini file:

display_errors = On
display_startup_errors = Off
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
error_log = /var/log/php5/error.log

However unfortunately I never see any error log being generated in the /var/log/php5/error.log file?

Also with my shared hosting site one thing which I noticed was, due to some configurations set by them, the error.log used to generate in the folder where the error occured. This is a cool thing which they used to do, but I just dont understand how did they do that.

View Replies!   View Related
Fatal Error: Internal Optimizer Error: Can't Translate Opcode
I upgraded my PHP to 5.2.4 ang changed server API from Apache to CGI, and now a site doesnt load anymore...

It gives this error message: Fatal error: Internal Optimizer error: can't translate opcode 60 (JMP_NO_CTOR), please contact Zend support in /home/vrock/public_html/rwf/rwengine.lib on line 0

PHP Version 5.2.4
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend Technologies

View Replies!   View Related
Error On Yum Update :: Error: Missing Dependency: Perl(Crypt:asswdMD5) Is Needed By Package Syslinux
--> Populating transaction set with selected packages. Please wait.
---> Package cadaver.i386 0:0.22.5-1.el5.rf set to be updated
---> Package mtr.i386 2:0.72-1.el5.rf set to be updated
---> Package rsync.i386 0:3.0.2-1.el5.rf set to be updated
---> Package nmap.i386 2:4.20-1.el5.rf set to be updated
---> Package lftp.i386 0:3.7.1-1.el5.rf set to be updated
---> Package syslinux.i386 0:3.63-1.el5.rf set to be updated
---> Package dkms.noarch 0:2.0.19-2.el5.rf set to be updated
---> Package subversion.i386 0:1.4.6-0.1.el5.rf set to be updated
--> Running transaction check
--> Processing Dependency: perl(Crypt:asswdMD5) for package: syslinux
--> Finished Dependency Resolution
Error: Missing Dependency: perl(Crypt:asswdMD5) is needed by package syslinux

when I run yum update

View Replies!   View Related
Yum Error :: Error:cannot Retrieve Repository Metadata
I am using fedora 7 and when i fire "yum localinstall dovecot-*" it gives error.
Could not retrieve mirrorlist [url]Error was [Errno4] IOError:< urlopen Error (110,'connection timed out')> Error:cannot retrieve repository metadata (Repomd.xml) for repository:fedora

i have checked all the setting but nothing.

View Replies!   View Related
APF Error :: Iptables: Unknown Error 4294967295
Now im having a prob in my vps.I am gettin an error when I restart my vps.

iptables: Unknown error 4294967295
iptables: Unknown error 4294967295
iptables: Unknown error 4294967295
iptables: Unknown error 4294967295

View Replies!   View Related
The Following Error Occurred: [code=RESOURCE_RECLAIMED] Internal Error. Try Again.
The following error occurred: [code=RESOURCE_RECLAIMED] Internal error. Try again.

from 4 hour to know thats what i get when i go to my site
ftp not work

i host with hostmonster also his forum give me this error i open ticket not reply to know is this from me or from him?

View Replies!   View Related
The Error Detected Is: Http Error:Http_client.No_reply
A lot of downtime recently, The following url is down:
after i restart the apache, it will back to normal,

[url]

the error detected is:

Http error:Http_client.No_reply
Error was detected at 2007-05-22 04:17:08

View Replies!   View Related
Python On Virtuozzo
We are having an issue when trying to cache Fedora Core 10.

Code:

vzpkg create cache fedora-core-10-x86_64
Creation OS template cache for fedora-core-10-x86_64 template
Error: Python directory not found in /vz/pkgenv/rpm46x64
Error: Can't find environment directory /vz/pkgenv/rpm46x64: No such file or directory

The only recent changes that have been made is the Hostname. Before making this change, I was caching OS templates like it was christmas.

View Replies!   View Related
OpenVZ Or Virtuozzo?
Which one do you prefer more and why?

Virtuozzo is very expensive while OpenVZ is free and it is somehow another Virtuozzo, but made simpler?

View Replies!   View Related
Version Of Virtuozzo
How can I tell which version of virtuozzo my host is running?

I have the VZPP, is there any way to check?

View Replies!   View Related
Virtuozzo Vs HyperVM
Can someone point me to the a good thread where these two options are compared? Or can we start on here?

I am thinking about it from a VPS host perspective.

View Replies!   View Related
Virtuozzo - Ipv6
I've read that Virtuozzo 4.0 supported ipv6. I'm having problems finding anything to help setup the node for ipv6. I can't anything on the web except for some people talking about how to disable ipv6. So I was just wondering if anyone else has seen anything.

Edit: I don't think I posted in the correct section. Opps. Could a moderator move this to the right section?

View Replies!   View Related
Virtuozzo On All Server
I have an main server which has ssh configured that it connects to main vz server without password.
How to connect to all vz servers and lets say do command cat /etc/resolv.conf and send result to my email address?

I believe it should be something like this:

ssh server1;vzlist ..;vzenter 1$,2$;cat /etc/resolv.conf | mail bla@blah.com....;ssh server2;vzlist ..;vzeneter... and so on so forth.

View Replies!   View Related
Virtuozzo For Windows
I am trying many softwares for Windows Virtualization at the moment just for curious After using VMWare for 2-3 weeks I decided to try winVZ too.

But SwSoft Virtuozzo gives me this error on w2k3 Ent. 64Bit. What to do?

ERROR: {VZSRV} Virtuozzo API function call 'VZVolumeMount' failed openssh.efd
ERROR: {VZSRVAPI} Cannot install template openssh

Template(s) openssh,msde is(are) not installed.

View Replies!   View Related
Virtuozzo Prices?
Virtuozzo Prices?

Hello, I'm interested in Virtuozzo VPS containers, but I can't find the price of the software at Parallels site! Can anyone tell me whats the price?

View Replies!   View Related
Virtuozzo And Windows
Has the VZ bug where "doing a Windows Update on a node applies it to the whole server and then reboots the node" been fixed yet. We offer Linux VPS using VZ and was going to use it for Windows too but when I heard that I put the plan on hold.

View Replies!   View Related
Virtuozzo And CPU?
I was just curious as to how virtuozzo manages the cpu usage. Do all VPS's just use as much cpu as they can at one time or is there a min and max limit?

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