Anyone Have Server At Justedge
Apr 7, 2008I'm about to pull the trigger on the justedge.net $70/mo 1U single server package. It's on a 100mbit shared with 2.5TB transfer included. It's the seacaucus, nj facility.
View 4 RepliesI'm about to pull the trigger on the justedge.net $70/mo 1U single server package. It's on a 100mbit shared with 2.5TB transfer included. It's the seacaucus, nj facility.
View 4 RepliesI've had a server for over a year now, performance used to be great and support was close to instant.
They don't offer any kind of control panel or bandwidth graphs/usage, but this wasn't much of a problem since there were no issues.
Suddenly, everything went horrible within an instant.
1st of September:
My server's networking kept going down for 15 minutes every few hours (84% packetloss), a traceroute showed it was a problem at their router.
I filed a ticket and got a reply saying 'I'll have someone look into this now.'
3rd of September:
I got no reply besides that one, so I filed another ticket.
5th of September:
2 days later they replied with 'I will check on this momentarily.'
7th of September:
Again no reply besides that one, and today another one: 'I will follow up with an engineer later today for you.'
After a few hours: 'Can i reboot your server?' (I replied instantly giving them approval).
Again after a few hours: 'OK, I will be working tonight to keep an eye on your server throughout and so I can pinpoint something right as it happens.'
Exactly 2 hours after that last reply, I replied 'It's down right now'.
And now, 5 hours after that I still haven't received a response
But there is more...
All they did in those 7 days was:
Code:
fsck -y
umount -a
shutdown -r now
umount -a
fsck -y
mount -a
mount
mount -o,remount rw
mount -o remount,re
mount -o remount,rw
mount -o remount,rw /
mount
cd /scripts
cd /
ls
cd
ls
w
who
exit
Their site mentions 'Our support department is opened 24/7 by ticket system or phone.'.
While I'm typing this, I'm still on hold after 40 minutes of waiting with a massive phone bill as a result.
I am desparate..
I have little options, an IP change will upset even more customers (I already lost several due to this downtime) and their support is simply impossible to contact.
Several of there engineers have an account here at webhostingtalk which show they are online every single day, so my ticket is simply being ignored.
Their BBBOnline program has expired too:
Code:
# Non-payment of the annual BBBOnLine license fee or BBB Accreditation dues;
# Failure by the business to maintain its BBB Accreditation, or abide by the program standards or dispute resolution requirements of the BBBOnLine program
Sentris/JustEdge - 7/5 Month Reviews - Great time with them so far!
About half a year ago, I got my first server with Sentris.com, after hearing some scetchy reviews I was worried about going with them - but I thought I would give them a try.
7 months later and now having a few servers with them they have provided a fantastic server to me to run ClanDrive.com's shared/other services off.
They have always been quick to fix any problems on their side of things which I could not handle, they provide an excellent bang-for-a-buck.
When I first signed up on my first server with them, just a few problems but they were resolved quickly. The server was in stock so I did not experience their fantastic setup times (usually within the same day), so the next day I had the server setup for me and an appology for the wait. There was also a cPanel licensing problem but they also sorted that for me in the same day.
Other than that, it has been a grand experience, they have provided an excellent service on my servers and support, now getting 30 minute replies from them which I consider good compared to old experiences.
They've forwarded any tos violations or phishing reports to me of any of my clients, allowing me to deal with it myself, understanding that I am running a webhosting company.
They've given me a good basis for ClanDrive, proud for them to be my provider.
-----
Justedge, another fantastic service providing some high quality bandwidth for me, some higher bandwidth usage plans for me.
I use Justedge for higher-spec plans and some VPS accounts.
Just one problem, on setup time, was due to a fault motherboard causing some serious errors but they replaced it within a day, also saving my data + configuration too, so no need to start over.
They've responded to my support queries slower than Sentris but its acceptable, they provide a good service for their money, always helpful and help me resolve my problems.
Have helped with sorting out e-mailing problems and have been helpful on spam issues.
-----
I'd recommend companies to anyone who is wanting a good service, with good uptime, hardware and staff. They've provided a great experience to me with multiple servers each.
I have had a node with Justedge since July last year, they seem great for the most part, until things go wrong and you need their help.
Here are their responses to reboot tickets which I have sent in, all critical, all with things like "Reboot Needed" "Server reboot" "Server down" as the headers, all with either "Emergency" or "Critical" as the priority.
Here are the response times, when I sent in the ticket and got the first reply. I thought it might of been an isolated incident at first that they took a while to respond to an urgent ticket like this but it has seemed to not be the case.
Ticket submitted -24 Jul 2008 06:40 AM
Response - 24 Jul 2008 09:12 AM (Took 2hrs 31 minutes for a response)
Ticket submitted - 09 Jan 2009 02:46 AM
Response - 09 Jan 2009 10:50 AM (Took 8hrs 4 minutes for a response)
Ticket submitted - 10 Jan 2009 04:13 PM
Response - 10 Jan 2009 04:18 PM (Score, actually a quick one)
Ticket submitted - 10 Jan 2009 04:43 AM
Response - 10 Jan 2009 09:03 AM (Took 4 hrs 20 minutes for a response)
Ticket submitted - 03 Apr 2009 07:04 PM
Response - 04 Apr 2009 11:06 AM (Took 16 hrs 2 minutes for a response, luckily the server started working again in this time, aparently there were small power issues with something, although no detailed reason actually given)
I've got a VPS which is serving as the main server for a number of sites. Web Server, SSH Server, and Mail Server.
What I've got running:
Apache2, PHP5, MySQL5, Dovecot, Postfix
One of the sites is a growing forum with a MASSIVE photo album. This is the site where I notice the most slowness.
Changing the server software is not an option - Only optimization.
Quote:
Originally Posted by httpd.conf
ServerTokens OS
ServerRoot "/etc/httpd"
PidFile run/httpd.pid
Timeout 300
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 5
<IfModule prefork.c>
StartServers 8
MinSpareServers 8
MaxSpareServers 13
ServerLimit 256
MaxClients 256
MaxRequestsPerChild 50
</IfModule>
<IfModule worker.c>
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>
Listen 80
LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authn_alias_module modules/mod_authn_alias.so
LoadModule authn_anon_module modules/mod_authn_anon.so
LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_default_module modules/mod_authn_default.so
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule authz_owner_module modules/mod_authz_owner.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_dbm_module modules/mod_authz_dbm.so
LoadModule authz_default_module modules/mod_authz_default.so
LoadModule ldap_module modules/mod_ldap.so
LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
LoadModule include_module modules/mod_include.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule logio_module modules/mod_logio.so
LoadModule env_module modules/mod_env.so
LoadModule ext_filter_module modules/mod_ext_filter.so
LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule expires_module modules/mod_expires.so
LoadModule deflate_module modules/mod_deflate.so
LoadModule headers_module modules/mod_headers.so
LoadModule usertrack_module modules/mod_usertrack.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule mime_module modules/mod_mime.so
LoadModule dav_module modules/mod_dav.so
LoadModule status_module modules/mod_status.so
LoadModule autoindex_module modules/mod_autoindex.so
LoadModule info_module modules/mod_info.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule vhost_alias_module modules/mod_vhost_alias.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule dir_module modules/mod_dir.so
LoadModule actions_module modules/mod_actions.so
LoadModule speling_module modules/mod_speling.so
LoadModule userdir_module modules/mod_userdir.so
LoadModule alias_module modules/mod_alias.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule cache_module modules/mod_cache.so
LoadModule suexec_module modules/mod_suexec.so
LoadModule disk_cache_module modules/mod_disk_cache.so
LoadModule file_cache_module modules/mod_file_cache.so
LoadModule mem_cache_module modules/mod_mem_cache.so
LoadModule cgi_module modules/mod_cgi.so
Include conf.d/*.conf
User apache
Group apache
Quote:
Originally Posted by my.cnf
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1
[mysql.server]
user=mysql
basedir=/var/lib
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
I looked a lot - can not find solution ....
I want to transfer a file from [url]to [url]or [url]Without it will pass my localcomputer (slow upload)
It can be also a script i will install like this one - this is only for images
[url](remote)
I have Plesk 11.5 (service provider mode) on a Windows 2008 server IIS7.Most of my sites are developed in .asp and therefore i use a custom 500-100.asp error page that check s the IP of the visitor then displays either a friendly error, or if its my IP a full error of what has happened (it also emails me the error). This allows me to debug pages easily whilst developing and to keep an eye on anyone trying SQL Injection hacks on my sites (as the error and email also have session variables and IP address).I dont have root access to the server as it is a Webfusion dedicated server.I have following the Plesk documentation -
1) Switch on custom errors for the subscription
2) Look in virtual directories and navigate to error documents
3) Find the error in question (500:100) and change it to point at either a file or URL
FILE - I had the data centre add in the 500-100.asp error page in to the virtual template so that my page is available in the list of virtual files - this didn't work but that maybe because its not a static page??
URL - when i add the path it says its incorrect, if i add a fully qualified address, it accepts it but it doesn't work.give me a specific example of the URL that can be entered relative to the root as the format in the documentation isn't accepted. The last step is to restart IIS which is also an issue as i cant seem to do this from the Plesk panel..It is as if it isn't catching the 500:100 error, and only catching the general 500 error??
I am currently running Google Analytics/Urchin 5 (v5.7.02), on a server, the server has started to act up, (on its last legs etc) and now I am trying to transfer the Urchin Software to a new server, where it would work effectively.
However upon installing the urchin software on the new server and running it (localhost:9999), I am presented with An Action Items Page, and these following choices
Obtain Demo License
Buy License
Activate Pre-Purchased License
I choose ‘Activate Pre-Purchased License’ pop in the Serial number and complete the registration then…
---------------------------------------------------------
Urchin Licensing Center -- Error!
An error has occured during your transaction, please use the back button and correct the problem. The specific error message is:
• Unable to generate a license. Some possible reasons:
Your serial code is currently active <<< How do I disable it and use it on another server?
---------------------------------------------------------
So all I want to do is deactivate the serial and reactivate it on another server.
Does anyone have experience with this or a similar problem or have a solution to this problem. Any help be most appriciated.
Or even a Contact Number so that i can get some one over the phone!
This is the scenario, domain.com are setup on server1, however server2 also has the same profile of domain.com as we use ns3 and ns4 using domain.com. This works fine with the nameserver setup on server2.
However I encounter problems as the emails from server2 won't reach server1 as there are duplicate profile on server2.
My question is how do I setup the DNS in cpanel/whm from server2 so the emails from server2 will reach server1?
Server1 (www.domain.com)
ns1.domain.com
ns2.domain.com
Server2
ns3.domain.com
ns4.domain.com
I just want to use a server for file sharing, it will have nginx and that's it. I'm looking at centos, or freebsd, but I been using centos forever now and I'm not sure how to use freebsd, should I just stay with centos?
Do I tell my hosting provider to just install the OS and give me ssh action and that's it? Don't install any control panels or any other stuff? I want one domain and one subdomain on it though and ftp action.
Remote Spamassassin for Multiple Smartermail Server
I want to setup Remote Spamassassin(On Linux) for Multiple Smartermail servers. I want to the setup the spamassassin on a linux box
How i can setup this with multiple smartermail servers.
what is the fast and best way?
View 4 Replies View RelatedI'm wondering whether it is possible to perform a full server migration to a new Plesk server with the same hostname or will Plesk give an error about the hostname being the same?
The new server would not be accessible by hostname (only via IP) until DNS and glue records were changed after the migration.
I've been developing a small 2D MMORPG lately. I bought a VPS to run the server on a few days ago and sadly it doesn't work so well. Sometimes the loads go pretty high (afaik not caused by me) and MySQL freezes, causing the server to just wait for MySQL to unlock, hanging all the players around on the map. Not a good thing.
Anyway, the game is very small scale, and I'm not planning to have more than maybe 30-50 players online. It does not suck up much CPU, I had ~10 guys online and loads stayed down at 0.00 on the VPS box.
Problem with getting a dedicated is our very low budget. As I'm still underage and living at home hammering my pc and don't have any real incomes, we're talking numbers like $ 30 - $ 50 USD per month - it's really hard to find for that price in Europe.
Requirements:
Monthly payment, $ 30 - $ 50 / month, no setup (or very small setup, like $ 20)
10Mbit/s or faster connection, 100GB traffic should do
500MHz CPU is all cool
512MB or more RAM
5GB diskspace is enough
Has to be in Europe due to ping times (< 100ms)
Linux, Debian 4.0 prefered
If anyone knows where I could get something like this for a low price, $ 30 to $ 50 USD, it'd be great.
I have been searching everywhere trying to find a tutorial but It is not going anywhere. Basically I need to create 2 nameservers for Godaddy and pretty much so when i type http://mysite.com it goes to my site. I can access everything from http://myip and everything works. Now is there a step by step on how to actually do it in the DNS Manager? I need help like what IP address do I use is it the router ip? The external IP?
View 7 Replies View Relatedi want to shift my domain to one server to another server and the problem is how can i shift my email accounts data to one server to another server.
View 8 Replies View RelatedSite is currently running on a single code single cpu p4 server. Am thinking of upgrading to a quad core Xeon server.
My site is pretty dynamic with lots of hits to php / mysql, and has trouble keeping up with the requests sometimes. Would a quadcore Xeon significantly help?
Server Software:
Windows 2003 Server
php 5.2.6
apache 2
mysql 4.1
Current Setup:
P4 2.8 single core/cpu.
Proposed setup
Xeon 3210 quadcore
I guess my confusion lies in the following:
1. Can win2003 server make use of the quadcores?
2. Does php / apache / mysql make use of the quadcores?
3. Will i see a significant increase in the amount of pages i can serve?
I need to move an SSL certificate from a cPanel server to a Plesk server.
View 3 Replies View RelatedWhat is the difference between a virtual private server and a dedicated server?
View 8 Replies View RelatedI am going to be buying a dedicated server from kimsufi Most likely the 2XL Package.
My streamers will be using my server aswell, On weekends we will be running 3-4 streams at a time, weekdays 1-2 at a time.
Spreading all the streams out, at anyone time we will have 300 viewers.
I need to know your advice on this before i go spending money.
How do i convert my dedi into a flash media server, i need red5 or something, thats all i know so far. My streamers wil be streaming to server with FME, And i also want it coded so that my streams can only be embedded on my site.
Basically i dont have a clue where to start, how long would it take me to set up etc....
In addition, what kind of server do i need, windows / linux / traffic / burstable / standard etc..
I have a linux server for a video sharring site
The video encoder that I prefer to use will only work in a windows enviorment
The windows server would pass off the converted video to the Linux server.
Will a Samba server for Linux allow a Linux machine to connect and share files with a Windows machine work for this application.
Although it's probably a dumb question but can Linux and Windows exist on the same server?
I am not using IIS and the built FTP server. Is ther other recommended FTP server to use in a windows 2008 dedicated server?
View 5 Replies View Relatedfor setup and configuration instructions for setting up mail server on a Fedora Core 6 server. I googled it and most of the links are described with steps while installing OS, but i need to configure a mail server on a server where my site is already running.
View 1 Replies View RelatedI'm running a local department website using xampp (apache, php, mysql) and we have a corporate lotus notes mail server. Is it possible to connect to and send mail via lotus notes using something like sendmail running under xampp?
View 0 Replies View Relatedi am currently with a host, hosting my important sites. I am now going to purchase some space from another host purely for storage purposes and bandwidth usage as they are within my budget.
Now i have my primary domain with my main host, and i would like to have a script or link from my current host which leads onto my 2nd host for users to upload their images or files. Now i have a problem, the second host that i will have will not have a registered domain attached to it, but rather it will be just storage.
I would prefer to have a subdomain from my primary host pointing to my second host. The problem is where will the subdomain point to? Or will it even work that way without having to purchase another domain?
if it's possible to use ODBC to connect to a Windows box from a Linux cPanel server. We have attempted connections from PHP (both as CGI as well as Apache module) and we get:
Fatal error: Call to undefined function odbc_pconnect() in...
and
Fatal error: Call to undefined function odbc_connect() in...
Is ODBC possible on cPanel servers?
I am being hacked & I don't know how they are getting files on my server. They are doing it on two of my domains, I suspended one and then they got it on the other. My FTP access log does not show anything suspicious..
How can I find their doorway?