Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: bldgfac on May 27, 2009, 03:13:58 PM

Title: All of a sudden, all access denied?
Post by: bldgfac on May 27, 2009, 03:13:58 PM
Hello,

I have a problem and looking for some help. Today I came into work and find that my email is no longer working. I wait and wait for any incoming mail and then it times out. Then I try and access my ibay and keep getting a error message saying 'G:\XXXX is not accessible'.

It's also erratic in the sense that it sometimes (rarely) lets me access random folders, just to get the error in a sub folder. If I go back and try to get back into the same folder, i'll get the error.

I would appreciate any help in solving this problem. Thanks!

*edit* FYI, i'm logged in as admin. There is a second computer having the same problem.

Matt
Title: Re: All of a sudden, all access denied?
Post by: Stefano on May 27, 2009, 03:34:06 PM
Matt

you are logged as user admin in windows.. what about connecting as root in ssh and check what's going on?
what about checking logs in server-manager panel?

Ciao
Stefano
Title: Re: All of a sudden, all access denied?
Post by: bldgfac on May 27, 2009, 03:37:11 PM
Stefeno, thanks for your response. I am able to connect as root in ssh no problem. This is specifically a windows issue.

I can try looking at logs, although i'll admit, I don't know where to begin!
Title: Re: All of a sudden, all access denied?
Post by: Stefano on May 27, 2009, 03:43:09 PM
Stefeno, thanks for your response. I am able to connect as root in ssh no problem. This is specifically a windows issue.
I can try looking at logs, although i'll admit, I don't know where to begin!

you wrote you have problems with mail too, don't you?

can you tell us what's the history of your server? SME version? is it up to date?
did you try to reboot your windows machines?


Stefano
Title: Re: All of a sudden, all access denied?
Post by: bldgfac on May 27, 2009, 03:46:22 PM
Yes, i'll see if I can find any email logs..

I am running SME Server 7.4... installed about 10 months ago. Up until yesterday it required about 20 updates, I just haven't gotten around to installing them. But they're only a month or so old...    IF I login to server manager today and check for updates, it says i'm up to date..... weird.

I've rebooted the server and my pc... no luck
Title: Re: All of a sudden, all access denied?
Post by: bldgfac on May 27, 2009, 03:52:21 PM
This is one error im getting in my httpd/error_log

Code: [Select]
[Wed May 27 09:42:56 2009] [error] (20014)Error string not specified yet: Cannot store SSL session to DBM file `/etc/httpd/state/ssl_scache'

Does that look like it could be something?
Title: Re: All of a sudden, all access denied?
Post by: Stefano on May 27, 2009, 04:11:11 PM
Does that look like it could be something?

AFAIK, no..

please open a bug in bugzilla: you will steered in the right direction

Ciao
Stefano
Title: Re: All of a sudden, all access denied?
Post by: bldgfac on May 27, 2009, 04:27:05 PM
I will, thanks!
Title: Re: All of a sudden, all access denied?
Post by: bldgfac on May 27, 2009, 04:39:08 PM
Is there anyway I can back up my SQL databases other than remotely? I can't access phpyadmin, keep getting access denied. I'd like to backup my data before I lose anything....
Title: Re: All of a sudden, all access denied?
Post by: cactus on May 27, 2009, 07:10:33 PM
Is there anyway I can back up my SQL databases other than remotely? I can't access phpyadmin, keep getting access denied. I'd like to backup my data before I lose anything....
Yes, login as root and execute the following:

Code: [Select]
mysqldump --all-databases --opt > /tmp/mysql.sql
The dump file created should make it possible for you to restore the databases later on using this:

Code: [Select]
mysql < /tmp/mysql.sql
Title: Re: All of a sudden, all access denied?
Post by: bldgfac on May 28, 2009, 07:23:42 PM
great, thanks!
Title: Re: All of a sudden, all access denied?
Post by: janet on May 28, 2009, 11:34:53 PM
bldgfac

See manual for standard backup procedures.

For non standard backup procedures see:
http://wiki.contribs.org/Backup_server_config