search for: devnm

Displaying 16 results from an estimated 16 matches for "devnm".

Did you mean: deanm
2004 Jun 14
0
devnm.h problem with 3.0.4
...een well. I decided it was time to go to version 3 if possible, so downloaded 3.0.4. This is on IRIX 6.5. I have tried to build with the same options as before, except I now have to use --without-ads and --without-ldap. However, when I try 'make' it fails on smbd/quotas.c because <devnm.h> does not exist. 'configure' tested for <devnm.h> and discovered it was not present, so ther is some inconsistency somewhere. Can someone please suggest how I can get smbd/quotas.c to compile? Phil. --------------------------------------- Phil Chambers (postmaster@exeter.ac.uk...
2003 May 01
1
Disc quotas bug
...The size and free space of a disc; rather than a user's disc quota, was being returned to the Windows 2000 client. Examination of the source code [smbd/quotas.c, line 915] revealed that an "#ifdef HPUX" hash define enclosing a new optimisation - involving devnm(3) caching - had caused the following line: euser_id = geteuid(); not to be executed: Hence failure of the subsequent line: r=quotactl(Q_GETQUOTA, dev_disk, euser_id, &D); to return quota information. Bug Fix ======= [djn /home/staff3/tech/djn]$ diff -U 10 quotas....
2003 Jan 07
1
smbd using alot of cpu on HP-UX 11.11
Hello Danny Travis, I am assuming you are using generic Samba 2.2.3a version. We came across the problem and you can fix it by setting the cache variable on the devnm() system cal to 1. Just set the last parameter to the devnm() call in smbd/quotas.c to 1. ################################### # ./samba2.2/source/smbd/quotas.c # ################################### 912a913,919 > #ifdef HPUX > /* Need to set the cache flag to 1 for HPUX. Seems &g...
2004 Jun 15
1
configure not detecting IRIX6
A couple of days ago I sent a message about trying to build 3.0.4 under IRIX6 and having "make" fail because smbd/quota.h could not find <devnm.h>. I got no suggestions as to how to work out what the problem was. I have now identified why the problem arose and that moves me to the next problem! configure is failing to detect that the OS is IRIX6. include/config.h does not have a #define for any OS. Can someone suggest why config...
2005 Jul 07
1
Quota support Samba 3.x and Solaris 9
...d about whether or not quota support is available in Samba 3.x under Solaris 9. I start configure with the options --with-quotas and --with-sys-quotas, but this results in the error: Compiling smbd/quotas.c smbd/quotas.c:932:23: sys/quota.h: No such file or directory smbd/quotas.c:933:19: devnm.h: No such file or directory smbd/quotas.c: In function `disk_quotas': smbd/quotas.c:1115: error: storage size of 'D' isn't known smbd/quotas.c:1207: error: `Q_GETQUOTA' undeclared (first use in this function) smbd/quotas.c:1207: error: (Each undeclared identifier is report...
2004 Jun 29
2
tdb lock failures
We've just gone live with a file & print server, and are having major problems with Samba. When used out of hours, with all PCs switched on and connected to the domain, everything works fine. However, during the day, we have problems where users can't print to any samba-hosted printer, Access database applications (where the database is held on the server) won't work, or work
2005 Jul 09
1
More info on: Solaris 9 + quota = configure script error?
...================= All, I believe there is a problem with the configure script, regarding using --with-quotas on a Solaris 9 system. When I 'make' Samba 3.0.14a, I get the error: --- Compiling smbd/quotas.c smbd/quotas.c:932:23: sys/quota.h: No such file or directory smbd/quotas.c:933:19: devnm.h: No such file or directory smbd/quotas.c: In function `disk_quotas': smbd/quotas.c:1115: error: storage size of 'D' isn't known smbd/quotas.c:1207: error: `Q_GETQUOTA' undeclared (first use in this function) smbd/quotas.c:1207: error: (Each undeclared identifier is reported on...
2013 Feb 06
0
Printer issues with Samba 4.0.3 and compile time warnings
...: not found Checking for __closedir : not found Checking for crypt16 : not found Checking for devnm : not found Checking for DNSServiceRegister : not found How do I tell what's important or possibly work out what is missing? (As a note, lots of things...
2004 Jan 15
2
Installation Problem !!!
...dqb_fsoftlimit... no checking for long quotactl(int cmd, char *special, qid_t id, caddr_t addr)... yes checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking for setmntent... yes checking for getmntent... yes checking for endmntent... yes checking devnm.h usability... no checking devnm.h presence... no checking for devnm.h... no checking for devnm... no checking whether the sys_quota interface works... yes checking whether to use the new lib/sysquotas.c interface... no checking whether the old quota support works... yes checking whether to use the...
2005 Aug 10
2
Compiling smbtorture
..., int id, char *addr)... no checking for CRAY int quotactl (char *spec, int request, char *arg)... no checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking for setmntent... yes checking for getmntent... yes checking for endmntent... yes checking devnm.h usability... no checking devnm.h presence... no checking for devnm.h... no checking for devnm... no checking whether the old quota support works... yes checking whether to use the old quota support... no checking whether to support utmp accounting... yes checking chosen man pages' language(s)...
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
...addr)... no checking for int quotactl(const char *path, int cmd, int id, char *addr)... no checking for CRAY int quotactl (char *spec, int request, char *arg)... no checking for mntent.h... (cached) no checking for setmntent... no checking for getmntent... yes checking for endmntent... no checking devnm.h usability... no checking devnm.h presence... no checking for devnm.h... no checking for devnm... no checking whether the old quota support works... no checking whether to support utmp accounting... yes checking whether to use shared libraries internally... true checking whether to build the libta...
2004 Jun 02
0
Re: samba Digest, Vol 18, Issue 3
...d, int id, char *addr)... no checking for CRAY int quotactl (char *spec, int request, char *arg)... no checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking for setmntent... yes checking for getmntent... yes checking for endmntent... yes checking devnm.h usability... no checking devnm.h presence... no checking for devnm.h... no checking for devnm... no checking whether the old quota support works... yes checking whether to use the old quota support... no checking whether to support utmp accounting... yes checking chosen man pages' language(s)...
2004 Jun 02
0
SAMBA 3.0.4 on AIX 5.2 configure usability question?
...d, int id, char *addr)... no checking for CRAY int quotactl (char *spec, int request, char *arg)... no checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking for setmntent... yes checking for getmntent... yes checking for endmntent... yes checking devnm.h usability... no checking devnm.h presence... no checking for devnm.h... no checking for devnm... no checking whether the old quota support works... yes checking whether to use the old quota support... no checking whether to support utmp accounting... yes checking chosen man pages' language(s)...
2010 May 11
1
Samba 3.5.2 compile on AIX
...r)... no checking for int quotactl(const char *path, int cmd, int id, char *addr)... no checking for CRAY int quotactl (char *spec, int request, char *arg)... no checking for mntent.h... (cached) yes checking for setmntent... yes checking for getmntent... yes checking for endmntent... yes checking devnm.h usability... no checking devnm.h presence... no checking for devnm.h... no checking for devnm... no checking whether the old quota support works... yes checking whether to use the old quota support... no checking whether to support utmp accounting... yes configure: checking how to get filesystem...
2013 Jan 07
4
3.6.10 file handle leak under ancient 32-bit kernel
.... no checking sys/quota.h usability... yes checking sys/quota.h presence... yes checking for sys/quota.h... yes checking if struct dqblk has .dqb_fsoftlimit... no checking for mntent.h... (cached) yes checking for setmntent... yes checking for getmntent... yes checking for endmntent... yes checking devnm.h usability... no checking devnm.h presence... no checking for devnm.h... no checking for devnm... no checking whether the sys_quota interface works... yes checking whether to use the new lib/sysquotas.c interface... yes checking whether the sys_quota interface works with NFS... yes checking whethe...
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...ound Checking for macro __closedir : not found Checking for crypt16 : not found Checking for macro crypt16 : not found Checking for devnm : not found Checking for macro devnm : not found Checking for DNSServiceRegister : not found Checking for macro DNSServiceRegiste...