Koozali.org: home of the SME Server

All of a sudden, all access denied?

Offline bldgfac

  • **
  • 25
  • +0/-0
All of a sudden, all access denied?
« 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
« Last Edit: May 27, 2009, 03:15:38 PM by bldgfac »

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: All of a sudden, all access denied?
« Reply #1 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

Offline bldgfac

  • **
  • 25
  • +0/-0
Re: All of a sudden, all access denied?
« Reply #2 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!

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: All of a sudden, all access denied?
« Reply #3 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

Offline bldgfac

  • **
  • 25
  • +0/-0
Re: All of a sudden, all access denied?
« Reply #4 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
« Last Edit: May 27, 2009, 03:53:13 PM by bldgfac »

Offline bldgfac

  • **
  • 25
  • +0/-0
Re: All of a sudden, all access denied?
« Reply #5 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?

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: All of a sudden, all access denied?
« Reply #6 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

Offline bldgfac

  • **
  • 25
  • +0/-0
Re: All of a sudden, all access denied?
« Reply #7 on: May 27, 2009, 04:27:05 PM »
I will, thanks!

Offline bldgfac

  • **
  • 25
  • +0/-0
Re: All of a sudden, all access denied?
« Reply #8 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....

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: All of a sudden, all access denied?
« Reply #9 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
« Last Edit: May 27, 2009, 07:13:12 PM by cactus »
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline bldgfac

  • **
  • 25
  • +0/-0
Re: All of a sudden, all access denied?
« Reply #10 on: May 28, 2009, 07:23:42 PM »
great, thanks!

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: All of a sudden, all access denied?
« Reply #11 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
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.