Displaying 4 results from an estimated 4 matches for "profile_setup".
2002 Oct 11
1
dose any one know? using samba3_alpha20
Hi all
using samba3_alpha20
dose any know what this error in the samba log file is
[2002/10/11 13:46:20, 0] profile/profile.c:profile_setup(140)
ERROR: we did not create the shmem (owned by another user)
[2002/10/11 13:46:20, 0] smbd/server.c:main(813)
ERROR: failed to setup profiling
thanks for any help
Eli
===============================
Eli Kleinman
B&H Photo - Video Pro Audio
420 9th Ave.
New York, NY 10001
Tel: (212) 2...
2002 Aug 05
1
Problems compiling on QNX
...wbie here, and im sorry if im repeating the question.
Im trying to compile samba 2.2.5 on QNX RTOS 6.2.0 x86pc. I am getting the following error.
Compiling printing/print_generic.c
Compiling printing/lpq_parse.c
Compiling printing/load.c
Compiling profile/profile.c
profile/profile.c: In function `profile_setup':
profile/profile.c:93: storage size of `shm_ds' isn't known
profile/profile.c:117: `SHM_RDONLY' undeclared (first use in this function)
profile/profile.c:117: (Each undeclared identifier is reported only once
profile/profile.c:117: for each function it appears in.)
make: *** [profi...
2003 Dec 31
3
Cups and Samba Access Denied
I purchased the Samba 3.0 book and it has gotten me pretty far but I finally
had to go to the mailing list for this problem.
Here is the issue, I am running Debian (woody) with samba 3.0.1-2 and cupsys
1.1.14-5 I have also installed cupsys-bsd cupsys-client and smbclient
foomatic-bin and as2ps follwing this
http://excess.org/docs/linux_windows_printing.html advice. Samba is running
in Domain mode
2003 Dec 01
0
No subject
...Samba Team:
As of version 2.2.x Samba will not compile under NetBSD, although it did up
to and including 2.0.10. The problem is that SHM_R and SHM_W are not
defined in NetBSD's /usr/local/sys/shm.h so make fails with this error:
Compiling profile/profile.c
profile/profile.c: In function `profile_setup':
profile/profile.c:110: `SHM_R' undeclared (first use in this function)
profile/profile.c:110: (Each undeclared identifier is reported only once
profile/profile.c:110: for each function it appears in.)
profile/profile.c:110: `SHM_W' undeclared (first use in this function)
mak...