Plesk 12.x / Linux :: File Sharing Broken?

Dec 11, 2014

System:
Parallels Plesk v12.0.18_build1200140610.21 os_Ubuntu 14.04

Symptoms:
Whenever I click "File Sharing" in Plesk, I get the following error and no content is visible:

Internal error: Error in cURL request: IPv6 numerical address used in URL without bracketsClick to expand...

View 7 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: File Sharing - Internal Error / Directory Does Not Exist

Jan 5, 2015

Since the update to #30 two separate installs on Ubuntu 14.04.1 LTS I'm getting the below error :

Internal error: The directory does not exist "admin"Click to expand...

View 4 Replies View Related

Plesk 12.x / Linux :: File Sharing Stops - Unable To Load Folders List

Apr 6, 2015

After enabling File Sharing in Plesk 12, the service appears to function correctly. If only a few files are uploaded, they are ok. However, after uploading a directory structure with a handful of MB, and subdirectories, File Sharing stops. It shows at the top of the screen:

"Internal error: The File Sharing service is temporarily unavailable because the site is down for maintenance."

it also says in the main window:

"Unable to load folders list."

Clicking on Upload Files, that dialog also shows "Unable to load folders list."

I have checked that the ownership of those files on the server is www-data:www-data , and that permissions are 755 for directories and 644 for files, because it seems like ownership and permissions could be an issue, however that doesn't fix it. Removing all the files in the share does fix it, however that's not useful if the files should be available for sharing.

View 17 Replies View Related

Best File Sharing Method Between CENTOS/LINUX Servers

Apr 16, 2007

What is the best way to share files/folders between centos/linux servers?

View 7 Replies View Related

Plesk 11.x / Linux :: SSL On Email Broken Since 11.0.9

Jul 23, 2014

Code:
# cat /root/.autoinstaller/microupdates.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<patches>
<product id="plesk" version="11.0.9" installed-at="20121209T212320">
<patch version="62" timestamp="" installed-at="20140723T035123" />
</product>
</patches>

Minutes after this microupdate auto-installed, I am unable to login to POP and IMAP on this server. None of the accounts are able to login. The logs indicate hundreds of login failures, accompanying a new record I've never seen in these logs:

Code:
pop3d-ssl: Unexpected SSL connection shutdown.

Unfortunately, I can't find anything about what MU#62 actually included. The changelog only indicates up to MU#61, so I'm very concerned:URL....

I've googled the specific error I'm seeing above, but nothing appears to be remotely related to this problem.Is it possible to roll back the MU to determine if that is in fact the problem?

View 3 Replies View Related

Plesk 12.x / Linux :: Panel Broken After Upgrade

May 18, 2015

Following the update from 11 to Plesk 12 (and installing latest Ubuntu fixes), the Plesk panel access is broken. Welcome page says:Can not load key: key is empty.And of course, no way to login the mgt interface. All services appear up, so this is only affecting the panel web service.

Fishing out the panel.log, it appears to be at a lower level than I initially thought (see below): experiencing issues after updating from 11 to 12 on Ubuntu (12)?

[18-May-2015 19:46:34 Europe/Berlin] PHP Warning: file_get_contents(/opt/psa/var/sso.sp.pem): failed to open stream: No such file or directory; File: /opt/psa/admin/externals/xmlseclibs.php, Line: 285
[18-May-2015 19:46:34 Europe/Berlin] Exception: PHP Warning: file_get_contents(/opt/psa/var/sso.sp.pem): failed to open stream: No such file or directory; File: /opt/psa/admin/externals/xmlseclibs.php, Line: 285
file: /opt/psa/admin/plib/Smb/Exception/Syntax.php
line: 56

[code]..

View 5 Replies View Related

Plesk 12.x / Linux :: Httpdmng Broken After Bootstrap

Apr 12, 2015

httpd fails to start after bootstrap. Log file below.

Warning: web server configuration is broken. We will try to repair it. This operation can take a lot of time, please do not interrupt the process.

Unable to rebuild web server configuration, possible there are broken domains

Trying to reconfigure web-server configurations skipping broken domains... Execution failed.

Command: httpdmng
Arguments: Array
(
[0] => --reconfigure-server
[1] => -no-restart
[2] => -service-node
[3] => local
)

[Code] ....

View 5 Replies View Related

Plesk 12.x / Linux :: After Upgrade FTP Explicit TLS Is Broken

Jul 8, 2014

Unfortunately the encrypted FTP transfer is broken since Plesk upgraded to version 12. There are two cases:

Passiv FTP without encryption on port 21: everthing workes fine.
Passiv FTP with explicite TLS encryption on port 21: The control connection can be established by using TLS on port 21 but the data transfer can't be established by using passive mode (ETIMEDOUT - Connection attempt timed out)

I thought it could be a firewall issue but i'm currently unable to diable the firwall for testing since the configuration of the firewall is unreachable after upgrading to plesk 12! See second thread:URL....

View 2 Replies View Related

Plesk 11.x / Windows :: Internal Error - Unable To Access File Sharing Repository With Admin

Jun 22, 2014

We have Panel Plesk 11.5.30 in Windows 2008 R2. when you go to File Sharing in all the Subscriptions, appears this error: Internal error: Unable to access File Sharing repository with the system user name "admin": wrong username or password

This happen since we do the update to the new version 11.5.30 ...

View 2 Replies View Related

Plesk 11.x / Linux :: SSL Intermediate Certificate (Broken Chain)

May 30, 2014

I bought yesterday a SSL certificate from Comodo (PositiveSsl).

I have three files to install : the certificate itself, the Root certificate and the intermediate certificate.

Where can I add the intermediate certificate file ? Currently, a SSL report shows that the chains is broken (which is actually right).

View 1 Replies View Related

Plesk 11.x / Linux :: Broken Certificate Chain With Roundcube

Jan 21, 2014

My current configuration is: Ubtuntu Server 10.04, Plesk 11.5 and Roundcube 0.9.5 (installed via Plesk as the default webmail application) on Apache.

I played around with an SSL checker (https://www.ssllabs.com/ssltest/) to test my certificates and I found out that Roundcube delivered a broken certificate chain. It didn't deliver the intermediate certificate correctly. I searched through the configuration file of roundcube (/etc/apache2/plesk.conf.d/roundcube.conf) and discovered that there was only an entry for SSLCertificateFile.

To fix this I added the intermediate certificate via SSLCACertificateFile to the configuration file:

Code:
SSLCertificateFile "/opt/psa/var/certificates/cert-1sCtWB"
SSLCACertificateFile "/opt/psa/var/certificates/cert-FGLFqQ"

The only problem is that this configuration file is generated automatically:

Code:
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.

View 13 Replies View Related

Plesk 12.x / Linux :: Certificates Disappeared After Upgrade - All Sites Using SSL Now Broken

Sep 25, 2014

All my sites using SSL are now broken and the panel says there are no certs.... I hope they are still there somewhere where I can find them.

View 6 Replies View Related

Plesk 12.x / Linux :: Deny User Upload File Via File Manager Or Hidden File Tab?

Feb 10, 2015

I'm build Plesk Panel for Linux and Presence Builder, I don't want my user can upload their website to hosting via File Manager. How can I do it...

View 2 Replies View Related

File Sharing

Mar 8, 2009

Can i share files from linux to linux machine using SAMBA

View 1 Replies View Related

File Sharing

Jan 1, 2007

I tried searching for this, but haven't found the solution. I currently have a VPS I'm not using for anything else, so I thought it would make a good file server for sharing files between my home and office computers. Ideally, I'd like to do this via SMB/Samba so I could map a windows network drive to a directory on the VPS from both locations.

I've set up SAMBA and it works great via the VPS (ie. smbclient returns that it is sharing the directory, etc...). The problem is I can't get either of the remote machines to connect. I read about a way to do tunneling in PuTTY, which worked. In essence I created a Microsoft Loopback device on the remote machine and ran putty forwarding the samba share port. This worked perfectly, in that I could type "10.0.0.1" (the MS loopback interface) and access my VPS shares on my home machine. However, this isn't ideal, as you have to keep PuTTY running to be able to access the shared drive and you have to keep a live SSH session going.

Does anyone have any ideas as to how to cut out PuTTY from the mix and just be able to do "vps.hostname.comsharename" directly from both the home and office machine. I gather this would be trivial if my home machine and the VPS were on the same network. Would a VPN solution make sense here? Any good recommendations? I think a VPN connection would be much easier to setup and deal with than the SSH tunneling solution.

Searching on here revealed adding a line "hosts allow" with the remote IP into smb.conf; however, that did not work for me. It's still as if the remote machines cannot see the VPS through SMB.

View 8 Replies View Related

File Sharing Hosting

Oct 16, 2009

Im doing an iphone app related to audio recording. I would like for the user to be able to share these recordings on twitter/facebook. Since you can't encode to mp3 (licensing issue i think), I'll have to do it server side, and then host those mp3s for some period of time (week or month).

I'm wondering if anyone can recommend an inexpensive hosting solution I should look at. Most of the cheaper hosting plans I see would probably consider this as file sharing and not allow it in their TOS.

I thought I would be able to use google appengine, and pay only for whats used... but since it doesn't do direct disk access I don't think there's a way for me to convert to mp3 with them.

View 5 Replies View Related

File Sharing Website

Oct 10, 2008

It would be private, accessed by about 40-200 students from my faculty. We would share scanned documents and Powerpoint slides that we receive from professors, as well as the latest news such as changes of lecture times etc.

Optimal would be something like Google Groups, but with larger storage (5 GB min). I am therefore considering running ubuntu LAMP on a basic Linode.

what software can i run that provides my group with a Google-groups-like web interface? RSS capability is a plus, so is an easy setup.

View 7 Replies View Related

Best Server For File Sharing Service

Jan 13, 2009

which DC is the best for file sharing website servers? I'm curious why majority of file sharing servers is hosted by non US DC?

View 4 Replies View Related

Win Server 2008 To WinXP File Sharing

Mar 20, 2009

I just setup my new Windows 2008 Server. My backed up files are on a Win XP machine. Now, I've tried everything I can think of to connect the two so I can transfer them over. But I can't. Neither machine can see the other, but they are on the same subnet and workgroup. No changes I make to sharing on either machine seems to work.

View 5 Replies View Related

File Sharing Dedicated Host? SAN Server

Oct 23, 2009

i want to build a fileshering web site, i know from the start that trafic to my site will be high becouse it is not a regular file host site and i belive that i will have a lot of downloads as service will be mostly free of charge.

from what i understand i will need massive servers or at least good servers with high data transfer speed , reliable up time , very big storage space and massive bandwith.

i understand that budget should be high for this and i am not cutting on budget, i thought on first starting low and then upgrading but the low point of this poject will still need to have the best i can find both in speed ,storage and bandwith.

can you reccomend what service or way i can use for this project?

what servers rapidshare use? megaupload? i know i am still at start but i want a clean start.

View 1 Replies View Related

Server For A Video/file Sharing Website

Mar 10, 2008

I have no intention of trying to make some video/file sharing website.

Some people might recognize me as being somewhat cynical in my replies to the people who post these sorts of messages.

What I'm curious about is, after having occasionally told people "You'll make significantly more money throwing the money you intend to waste on this project into a traditional investment..." I still see new people every week asking for the same help.

Now, I understand very few people are going to give up their dream and just throw in the towel because some random guy says their dream is stupid, they are stupid, and may god have mercy on their soul...

But, I don't (always) necessarily try to dissuade people from starting this sort of project simply to be a prick.

What I'd like to find out is if there are any people out there who've created a successful video/file sharing website who'd like to help others out...

Like, what advice they would have for people who want to get into starting a similar site.

How much bandwidth does your site use?

What's the URL?

How are you making money from the site?

How long did it take for your site to make a profit?
etc etc...

Alternatively, if you've tried to start a video/file sharing website and given up on those plans...

Why did you end up giving up?

What problems did you run into?

View 14 Replies View Related

File Sharing Need High Bandwith And HD Space

Sep 22, 2008

i am starting a file storage/ sharing website and i need to get a server that offers the most bandwith and HD space as possible

Right now i am looking at midphase or 10tb.com same thing, that offers 250HD space and 10TB of bandwith and other then them i havent found anyone that comes close to that offer.

Other then them does any one have any recommendations on a host that has lots of bandwith and storage. My limit is about 200 a month with simple management prefered.

View 6 Replies View Related

For File And Video Sharing : Dedicated Or Joyent / Amazon S3

Apr 28, 2008

I'm building a kind of a file sharing site also with video conversions ( convert a full DVD to flash and stream) and if i can find more ideas, even more features. It won't be free (i'm not sure which way to go though, subscription-based or pay per bandwidth + storage) and it will support download managers. I'm not sure which way to go : Joyent or dedicated servers with RAIDs. If i distribute files over servers, and a users wants the files to be converted to flv etc., it will increase the server load, ( and if i put a lot of users in 1 server it will increase the load even more) so it won't be very good.

So i thought SAN for this, but couldn't find any hosts serving it ( especially for a reasonable price ). Joyent is close enough (Amazon S3 is very very expensive), but although bandwidth and storage prices seem good, server power is low ( and very expensive if higher ) Which way should i go?

View 14 Replies View Related

Proper Hosting Configuration And Company For A File Sharing Website

May 14, 2009

We had written a free file sharing website like rapidshare,2shared,4shared n .... .

We let people add as many file as they want to upload.
People also search and browse among files.

Do we need a dedicated server or a dedicated VPS ?

How much should the configuration be? i mean How much Ram?

We need to add extra hard disks in the close future.

Maybe sometime we need to add clustering and ... .

Please tell me in detail about the initial configuration needed to run this website so we ll be sure that the site will never be down or lacks of hard disk and ram or CPU.

and tell me your experience in best dedicated services with online support which will be good friends.

View 12 Replies View Related

Plesk 11.x / Windows :: Panel Broken After Update

Feb 17, 2014

Updates ran over the weekend and I can no longer login to the Plesk Panel. I'm getting the following PHP error: Fatal error: Call to undefined function get_gpc() in D:Plesadminhtdocsindex.php on line 3Click to expand...

View 1 Replies View Related

Plesk 11.x / Windows :: All New FTP Accounts Broken - Home Directory Inaccessible

Oct 11, 2013

I have 11.5.30 and no new FTP accounts work. All I get when trying to connect is 530 User cannot log in, home directory inaccessible. I have run the command:

"%plesk_cli%
epair.exe" --reconfigure-ftp-site -webspace-name site.co.uk

removed and added the user again repairing in between. I have manually tried creating the user folder under default/6/localuser/username and setting permissions. I have checked the local windows account and the home directory is fine.

All old accounts create previously work fine. I could at least connect on the master FTP site with the local user folder but then it was read only.

View 7 Replies View Related

Plesk 12.x / Linux :: 404 File Not Found

Jul 23, 2014

When trying to access any files or pages I'm getting the error:"Not Found...The requested URL /wp-login.php was not found on this server.Apache Server at calmcomputing.net Port 80"

The standard default page displays but my Wordpress installation does not (nor does anything for that matter). I've looked in the file manager (and via ftp) and all the files are there like they should be. This is the same for any of the subdomains that I've setup as well.

View 3 Replies View Related

Plesk 11.x / Linux :: PHP Script Can't Upload File

Jun 4, 2014

All my PHP script can't upload file. I have tried to set CGI Application or FastCGI Application to my domain, but I can't resolve this issue.

View 6 Replies View Related

Plesk 11.x / Linux :: PHP FastCGI Configuration File?

Oct 24, 2014

Where the file that holds PHP fastcgi configuration is located. I was told its here but it's not

/etc/nginx/conf.d/*.conf.

View 3 Replies View Related

Plesk 12.x / Linux :: Upload File Limit?

Jun 22, 2015

I have a big problem concerning the file upload limit (I need a large size, around 2Go) : I was using my app in /var/www/vhost/default and it was working perfectly, I decided to change it and use /var/www/vhost/mydomain.com to have it throught the plesk panel, and there I have an upload limit than I need to push. I can't upload files larger than 128Mo and I don't know why.

- I have checked all php.ini files (with locate php.ini) and they are all correct.
- I used plesk panel to set php conf -> done.
- I put :
php_value memory_limit 2000M
php_value upload_max_filesize 2000M
php_value post_max_size 2000M
in my .htaccess in htdocs

[Code]....

I reload/restart apache2, psa, ... And it still doesn't work, I have no more idea every conf file seems correct. It's not a permission problem because I can upload some 80Mo files but not 500Mo ...

View 6 Replies View Related







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