Mailinglist Archive: opensuse (2269 mails)
| < Previous | Next > |
Re: [SLE] 6.3 to 7.0 Breaks Samb
- From: nhasan@xxxxxxxxx (Nadeem Hasan)
- Date: Fri, 13 Oct 2000 13:43:11 -0400
- Message-id: <39E749AF.2892D7C5@xxxxxxxxx>
Hi,
mb_shm_open is a internal samba function which I creates
a shared memory file in the lock directory. The error you
are encountering means that it failed to open a file
because the file was not found. "No such file or directory"
is the error returned by fopen() and counterparts in C
library if the file is not found.
This does not mean that smb_shm_open itself was not found.
The name appears in the message to indicate where this error
has occured.
Look at you configuration. I suspect something is wrong there.
Also make sure your /var/lock/samba directory is present and
accessible.
Cheers,
Nadeem
Hal Schlicht wrote:
>
> Hello:
>
> I've upgraded, with only a few minor problems, from SuSE 6.3 to
> SuSE 7.0. However Samba has stopped working. When I try to troubleshoot
> and run 'smbstatus', here's what I get:
>
> " ERROR smb_shm_open: open failed with code No such file or
> directory
> ERROR: failed to initialise share modes! "
>
> I've tried to discover where 'smb_shm_open' might be found, but
> without success. I suspect that it's a function internal to Samba, but I
> can't figure out why it might be missing, since I installed the Samba rpm
> without any 'failed dependencies' or any other error messages.
>
> Incidentally, Samba was working just fine under 6.3
>
> Any help would be appreciated.
>
> Hal Schlicht
>
--
To unsubscribe send e-mail to suse-linux-e-unsubscribe@xxxxxxxx
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the FAQ at http://www.suse.com/support/faq
| < Previous | Next > |