search for: uint_t

Displaying 20 results from an estimated 27 matches for "uint_t".

Did you mean: uint8_t
2007 Feb 14
1
Re: qemu-0.9.0 with initial tap interface
> >% gdiff ../kqemu-osol-1.3.0pre9/kqemu-solaris.c . > >54c54 > >< static uint_t kqemu_busy = 0; > >--- > > > > > >>static uint32_t kqemu_busy = 0; > >> > >> > >73c73 > >< static uint_t upages_locked = 0; > >--- > > > > > >>static uint32_t upages_locked = 0; > >> > &gt...
2009 Dec 30
7
DO NOT REPLY [Bug 7015] New: Build problems on HP-UX, Tru64 -- alloca, -Wno-unused-parameter
https://bugzilla.samba.org/show_bug.cgi?id=7015 Summary: Build problems on HP-UX, Tru64 -- alloca, -Wno-unused- parameter Product: rsync Version: 3.0.6 Platform: Other OS/Version: Other Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org
2008 Feb 24
2
Can DTrace display non-instrumented function argument counts and types?
Is it possible to use DTrace to display the number of arguments and their types for userland or kernel functions that are not explicitly instrumented or documented by their authors? We''re talking about functions provided by Veritas VxVM/VxFS and the like, and for example, we might want to try tracing I/Os from App => VxFS => VxVM => ssd driver to see where I/Os get aggregated or
2006 Dec 07
6
cannot load kqemu modul on solaris 5.10 3/05
Hi @all I want to load the precompile kqemu modul on my solaris 5.10 3/05, but this dont work. MAKE --- -bash-3.00# make install cp kqemu-solaris-i386 kqemu /usr/sbin/install -f /usr/kernel/drv -m 755 -u root -g sys kqemu new owner is root kqemu installed as /usr/kernel/drv/kqemu cp kqemu-solaris-x86_64 kqemu /usr/sbin/install -f /usr/kernel/drv/amd64 -m 755 -u root -g sys kqemu new owner is
2004 Jan 07
1
openssh 3.7.1p2 fault on solaris 9 for sparc when built as 64-bit
I built OpenSSH as a 64-bit binary on Solaris 9, using gcc 3.3.2, OpenSSL 0.9.7c and zlib 1.2.1. sshd starts up normally, and will begin the login session, however, some time after it reads /etc/default/login, it faults and kills the connection. There are no error messages logged to syslog (with LogLevel set to DEBUG) or with the -ddd option. Here's a truss of the failure: 8132:
2008 Jul 24
5
printa stddev error
Hi, Searched for similar errors and nothing came up. Anybody know what this is? When using aggregate stddev, and then trying to print it at END, using printa, I get this error: dtrace: processing aborted: Invalid return value from callback avg works fine. Tried on two recent builds of solaris (build 89 and build 94), on two difference sparc systems. Here''s a sample script:
2009 Oct 29
0
[Announce] Samba 3.4.3 Available for Download
...G 6805: Correctly handle aio_error() and errno. o Bj?rn Jacke <bj at sernet.de> * BUG 6704: Fix syntax error in avahi configure test. * BUG 6728: BSD needs sys/sysctl.h included to build properly. * BUG 6824: Fix avahi activation. * QNX doesn't know uint - replace with uint_t. o Andrew Klosterman <andrew.klosterman+samba_bugzilla at gmail.com> * BUG 6690: Fix wrong error check in profile. o Marc Aurele La France <tsi at ualberta.ca> * BUG 6707: Fix an occasional segfault in config file parsing. o Jeff Layton <jlayton at redhat.com>...
2009 Oct 29
0
[Announce] Samba 3.4.3 Available for Download
...G 6805: Correctly handle aio_error() and errno. o Bj?rn Jacke <bj at sernet.de> * BUG 6704: Fix syntax error in avahi configure test. * BUG 6728: BSD needs sys/sysctl.h included to build properly. * BUG 6824: Fix avahi activation. * QNX doesn't know uint - replace with uint_t. o Andrew Klosterman <andrew.klosterman+samba_bugzilla at gmail.com> * BUG 6690: Fix wrong error check in profile. o Marc Aurele La France <tsi at ualberta.ca> * BUG 6707: Fix an occasional segfault in config file parsing. o Jeff Layton <jlayton at redhat.com>...
2008 Oct 02
0
Comments for squeue.c; part 2.
1. 566 squeue_enter(squeue_t *sqp, mblk_t *mp, mblk_t *tail, uint32_t cnt, Why cnt is declared as uint32_t (fixed size?) Why not just int or uint_t? 554 * squeue_enter() - enter squeue sqp with mblk mp (which can be 555 * a chain), while tail points to the end and cnt in number of 556 * mblks in the chain. It is not quite clear what is a tail (and why it is needed as well) 558 * For a chain of single packet (i.e. mp == tail), go thr...
2007 Sep 24
2
Where is the tdbsam password database file?
...fset_t static_decl_auth static_decl_charset static_decl_idmap static_decl_nss_info static_decl_pdb static_decl_rpc static_decl_vfs static_init_auth static_init_charset static_init_idmap static_init_nss_info static_init_pdb static_init_rpc static_init_vfs uint_t vfs_audit_init vfs_cap_init vfs_default_quota_init vfs_expand_msdfs_init vfs_extd_audit_init vfs_fake_perms_init vfs_full_audit_init vfs_netatalk_init vfs_readahead_init vfs_readonly_init vfs_recycle_init vfs_shadow_copy_init Type sizes: sizeof(char):...
2017 Jun 08
0
2nd try: Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
...static_decl_nss_info static_decl_pdb static_decl_perfcount static_decl_rpc static_decl_vfs static_init_auth static_init_charset static_init_gpext static_init_idmap static_init_nss_info static_init_pdb static_init_perfcount static_init_rpc static_init_vfs uint_t vfs_acl_tdb_init vfs_acl_xattr_init vfs_aio_fork_init vfs_audit_init vfs_cap_init vfs_catia_init vfs_default_quota_init vfs_dirsort_init vfs_expand_msdfs_init vfs_extd_audit_init vfs_fake_perms_init vfs_full_audit_init vfs_netatalk_init vfs_preopen_init...
2007 Jun 05
1
Samba unable to connect to ldap
...fset_t static_decl_auth static_decl_charset static_decl_idmap static_decl_nss_info static_decl_pdb static_decl_rpc static_decl_vfs static_init_auth static_init_charset static_init_idmap static_init_nss_info static_init_pdb static_init_rpc static_init_vfs uint_t vfs_audit_init vfs_cap_init vfs_default_quota_init vfs_expand_msdfs_init vfs_extd_audit_init vfs_fake_perms_init vfs_full_audit_init vfs_netatalk_init vfs_readahead_init vfs_readonly_init vfs_recycle_init vfs_shadow_copy_init Type sizes: sizeof(char):...
2019 Oct 29
0
auth logging or auditing
...?? static_decl_nss_info ?? static_decl_pdb ?? static_decl_perfcount ?? static_decl_rpc ?? static_decl_vfs ?? static_init_auth ?? static_init_charset ?? static_init_gpext ?? static_init_idmap ?? static_init_nss_info ?? static_init_pdb ?? static_init_perfcount ?? static_init_rpc ?? static_init_vfs ?? uint_t ?? vfs_acl_tdb_init ?? vfs_acl_xattr_init ?? vfs_aio_fork_init ?? vfs_aio_pthread_init ?? vfs_audit_init ?? vfs_btrfs_init ?? vfs_cap_init ?? vfs_catia_init ?? vfs_commit_init ?? vfs_crossrename_init ?? vfs_default_quota_init ?? vfs_dirsort_init ?? vfs_expand_msdfs_init ?? vfs_extd_audit_init ?? vf...
2017 Jun 08
2
2nd try: Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
On Thu, 2017-06-08 at 10:09 +0200, awl1 via samba wrote: > Hello again, Samba experts, > > sorry for being such a pain in your necks, but I really need to get a > recent Samba version to compile, and it looks like I definitely need > your help with this. > > In the meantime, I have found that the huge number of "conflicting > types" errors for rpc_*_init(...)
2009 Jul 06
69
link protection review
Hi all, Link protection is a new feature we are planning to introduce to Solaris and we would like to solicit your feedback on it. Please see attached document for details.
2008 Jul 04
5
Samba v2.2.12 NTLM versions?
Hi, I am working on an old Unix system, UNIX SVR4 MP-RAS, running a Teradata database. Due to the age of the system (notably the C compiler, which won't handle v3 source code), I have built Samba 2.2.12 I want to use this to share Unix directories out to XP clients as network drives, for read-write access, keeping the file ownership as strict unix users. This all works fine, except for
2004 Dec 13
0
samba4 configure error
...resence... no checking for stdbool.h... no checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for long long... yes checking size of long long... 8 checking for _Bool... yes checking for uint_t... yes checking for int8_t... yes checking for uint8_t... yes checking for int16_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for int64_t... yes checking for uint64_t... yes no large file support checking for dirent.h that defines DIR... ye...
2010 Nov 01
1
Samba 4 on osx
...ssize_t : ok Checking for ino_t : ok Checking for loff_t : not found Checking for bool : ok Checking for offset_t : not found Checking for volatile int : ok Checking for uint_t : not found Checking for socklen_t : ok Checking for struct ifaddrs : ok Checking for struct addrinfo : ok Checking for struct sockaddr : ok Checking for HAVE_STRUCT_SOCKADDR_IN6 : ok Checking for struct socka...
2010 Oct 07
1
OSX and samba4 git
...ssize_t : ok Checking for ino_t : ok Checking for loff_t : not found Checking for bool : ok Checking for offset_t : not found Checking for volatile int : ok Checking for uint_t : not found Checking for socklen_t : ok Checking for struct ifaddrs : ok Checking for struct addrinfo : ok Checking for struct sockaddr : ok Checking for HAVE_STRUCT_SOCKADDR_IN6 : ok Checking for struct socka...
2020 May 29
2
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
Samba 4.12.1, single server with AD+DC on Ubuntu 18.04. Filesystem: /dev/sdb1 on /home type ext4 (rw,relatime,stripe=32750,data=ordered) It all work as expected, but I occasionally get the error in subject which denies access to shares. Restarting Samba will restore functionality. What can be the cause of this problem? Thanks. [2020/05/27 18:24:35.795379, 8]