Unzip problem

asishlla

Verified User
Joined
Jul 24, 2009
Messages
235
Good evening,
I try to unzip one file via DA but i can not
Code:
unzip site.zip
and the error is:
Code:
Your connection has timed out
Details
Either your request was invalid or the program hasn't completed your request.
Please notify the server admin

So i did that via root , but after unzip it i can not edit Folders on DA because the GID AND UID names root!
I am accompanying a picture

1) Why i can not unzip it via DA?
2) how to fix GID AND UID names root?

thank you alot.
 

Attachments

  • 07-07-2011 21-14-04.jpg
    07-07-2011 21-14-04.jpg
    102.1 KB · Views: 160
Go back in the users folder:

cd /home/alshababne/domains/domain.com/public_html
chown -R alshababne:alshababne *

Replace domain.com with their actual domain name.
 
Last edited:
1) Why i can not unzip it via DA?
2) how to fix GID AND UID names root?

1. How big is the zip file;

2.

chown -R ashlababne:ashlababne /home/ashlababne/domains/<domain>/public_html/

<domain> is to be replaced with the domain name.
 
Go back in the users folder:

cd /home/alshababne/domains/domain.com/public_html
chown -R alshababne:alshababne *

Replace domain.com with their actual domain name.

thank you very much:)
 
1. How big is the zip file;

2.

chown -R ashlababne:ashlababne /home/ashlababne/domains/<domain>/public_html/

<domain> is to be replaced with the domain name.

thank you peter
the file was 102mb
on the old server i was unzip 300mb without any problem
how can i fix this please?
 
Go to administrator settings and change this value "Timeout (seconds)"

60 seconds is not enough.

Use 300 or more.

I use 600 on my server.
 
Hello,
When i signin phpmyadmin --> Processes, i see this line many many times:
Code:
Kill 	217896 	mazen_ananew 	localhost 	mazen_ananew 	Sleep 	24740 	--- 	---
Kill 	217898 	mazen_ananew 	localhost 	mazen_ananew 	Sleep 	24740 	--- 	---
Kill 	218978 	mazen_ananew 	localhost 	mazen_ananew 	Sleep 	24328 	--- 	---
Kill 	218980 	mazen_ananew 	localhost 	mazen_ananew 	Sleep 	24328 	--- 	---
Kill 	245139 	mazen_ananew 	localhost 	mazen_ananew 	Sleep 	13091 	--- 	---
this user is news site !
what that mean?
 
It just means that the user is connected to mysql but not processing any commands. Some programs connect multiple times to mysql.

I wouldnt worry about it...but if it bothers you then you can do the following.

Edit /etc/my.cnf

Add :

wait_timeout=60

Under the [mysqld] section.

Then restart mysql.
 
New Message: Warning: The system load average is 24.99

New Message: Warning: The system load average is 24.99
-----------
I read many articles about this thing, but I have not succeeded in understanding the meaning
Can you once and forever tell me What to make the server up to this point?
Should I be concerned?
When he woke up this morning and I see the message What should I do at the same moment?
thank you
 
Is the server optimised? I mean Apache and MySQL?

Hello peter, thanks for replay..
this is anew server i dont know if it optimised!
can you till me how optimised or what i need to do please?
thank you alot
 
hello,
can any one give please a specific links how to do that?
there is many links in google..
thank you
 
hhhhhh zEitEr Believe me, I love you!
the book price is 10$ , take 70$ make server optimised for me?
what you say? ;)
 
I'm a Debian lover, as I remember you use CentOS? I know linux is linux, I'd help but if I mess it up, I'm the one to blame. :o
 
I'm a Debian lover, as I remember you use CentOS? I know linux is linux, I'd help but if I mess it up, I'm the one to blame. :o
Hello peter,when you sloved the problem my server was small and now its more than big:

  • Xeon i7 W3520
  • 24GB DDR3
  • 2X 2TB
  • 1GBPS
  • 4 IPS
  • DA 64-bits
  • centos- 64 bits
  • raid -1
  • ftp backups 100GB

AND still have this problem man
 
Back
Top