Displaying 20 results from an estimated 21 matches for "sunos5".
Did you mean:
sunos
2007 Dec 17
1
problem with samba 3.0.28/Solaris 8/smbclient
...MAPERR addr=0x40498000
21056: Received signal #11, SIGSEGV [default]
21056: siginfo: SIGSEGV SEGV_MAPERR addr=0x40498000
21056: *** process killed ***
Here is a gdb backtrace:
(gdb) run -U 'AD\ktm' //storage.rice.edu/home -D k/ktm
Starting program: /build/samba-3.0.28/sunos5/bin/smbclient -U 'AD\ktm' //storage.rice.edu/home -D k/ktm
[New LWP 1]
[New LWP 2]
[New LWP 3]
params.c:OpenConfFile() - Unable to open configuration file "/usr/site/samba-3.0.28/lib/smb.conf":
No such file or directory
[New LWP 4]
[New LWP 5]
/build/samba-3.0.28/sunos5/bi...
2000 May 17
2
samba-2.0.7 build in separate directory fails
I try to compile samba-2.07 in a separate directory and it fails with :
Linking bin/smbd
ld: 0711-934 SEVERE ERROR: Cannot create the output file: bin/smbd
ld:open() A file or directory in the path name does not exist.
collect2: ld returned 12 exit status
gnumake: *** [bin/smbd] Error 1
because the directory `bin' does not exist in my build directory; the
2005 Jul 09
1
More info on: Solaris 9 + quota = configure script error?
See the mail below, I sent yesterday.
When changing the text '*solaris*' in the configure script to
'solaris*', the configure and make is going just fine. In other
words: the file include/config.h contains a define for SUNOS5
I don't wanna be a smart-ass, but looking at other packages which
use the configure script style configuration, they mostly use 'solaris*'
as well.
Remy
=========================================================================
All,
I believe there is a problem with the configure s...
2002 Apr 29
0
deficiencies in readline capability
...e-line editing capability (e.g., CTRL-A, CTRL-E, CTRL-B, CTRL-F,
CTRL-D) without any history functionality (e.g., CTRL-P, CTRL-N,
CTRL-R). The shared libraries, version, and history capability of R
are as shown in the following logfile, where "$ " is my shell prompt:
$ ldd /opt/jay/lib/SunOS5/R/bin/R.bin
libm.so.1 => /usr/lib/libm.so.1
libz.so => /opt/jay/lib/SunOS5/libz.so
libnsl.so.1 => /usr/lib/libnsl.so.1
libsocket.so.1 => /usr/lib/libsocket.so.1
libreadline.so.4 => /gnu/lib/libreadline.so.4
libdl.so.1 => /usr/lib/libdl.so.1
libcurses.so.1 => /usr/...
2001 Apr 25
1
Once more, with diffs... (configure.in aclocal.m4 patch against CVS)
...es configure so that all --with-libfoo options
are allowed to be --with-libfoo=PATH. If the option is specified with a
PATH, only that PATH is searched for the library. If it is specified as
=yes or with no argument, it tries without modifying anything, and then
tries looking in /usr/local. The SunOS5 targets no longer add /usr/local to
include or library paths unless something actually lives there. The same
change should probably be made for other targets, but I didn't as I cannot
test them.
--
Carson Gaspar - carson at taltos.org
Queen trapped in a butch body
-------------- next part...
1998 May 13
1
Compile problems, 19p7 (PR#7048)
...tely we tested with the Sun compiler, c'est la vie :-).
We missed one QSORT_CAST define in includes.h for Solaris. It
is just a warning and can be ignored.
If it really bugs you add :
#ifndef QSORT_CAST
#define QSORT_CAST (int (*)(const void *, const void *))
#endif /* QSORT_CAST */
to the SUNOS5 section of includes.h (which is what is in
the main branch).
This is fixed in the main branch but got missed for 1.9.18p7,
sorry (we were rather busy on other issues :-).
Regards,
Jeremy Allison.
Samba Team.
--
--------------------------------------------------------
Buying an o...
2002 Oct 26
1
libsmbclient in Mac OS X / Darwin
...PICFLAG="-fPIC"
+ SHLD="libtool"
+ LIBS="${LIBS} -lc -lcc_dynamic"
+ CFLAGS="-dynamic -fno-common ${CFLAGS}"
+ ;;
*solaris*) AC_DEFINE(SUNOS5)
BLDSHARED="true"
LDSHFLAGS="-G"
--
--
#!/usr/bin/perl -w
use strict;
$_[$_]=0 for 0..7;my$i;
for my$a(grep{s@^00@@}unpack'B8'x28,join'',map{chr}split/\*+/,q{61*31*28*
32*20*40*25*63*63*9*52*58*49*18*30*47*20*2*1...
2001 Apr 25
0
configure.in aclocal.m4 patch against CVS
...es configure so that all --with-libfoo options
are allowed to be --with-libfoo=PATH. If the option is specified with a
PATH, only that PATH is searched for the library. If it is specified as
=yes or with no argument, it tries without modifying anything, and then
tries looking in /usr/local. The SunOS5 targets no longer add /usr/local to
include or library paths unless something actually lives there. The same
change should probably be made for other targets, but I didn't as I cannot
test them.
--
Carson Gaspar - carson at taltos.org
Queen trapped in a butch body
1998 Mar 26
1
Err...HP-UX 10.20 compile problems of samba-1.9.18p3
All...
I'm new to the HP-UX environment...
I'm trying to build 1.9.18p3, using the HP compiler...I get
the following errors:
Compiling util.c
cpp: "values.h", line 27: warning 2001: Redefinition of macro MAXINT.
cpp: "includes.h", line 290: error 4036: Can't open include file
'sys/statfs.h'.
cpp: "includes.h", line 292: error 4036: Can't
1998 May 13
0
Compiling warnings in 1.9.18p7 (PR#7036)
...blem with this release ?
> >
Yes it's a non-issue. We missed one QSORT_CAST define
in includes.h for Solaris. It is just a warning and
can be ignored.
If it really bugs you add :
#ifndef QSORT_CAST
#define QSORT_CAST (int (*)(const void *, const void *))
#endif /* QSORT_CAST */
to the SUNOS5 section of includes.h (which is what is in
the main branch).
This is fixed in the main branch but got missed for 1.9.18p7,
sorry (we were rather busy on other issues :-).
Regards,
Jeremy Allison.
Samba Team.
--
--------------------------------------------------------
Buying an operating syst...
1998 Aug 18
0
cannot compile samba-1.9.18p8 on SunOS 5.5.1 with gcc 2.7.2
I trying to compile samba-1.9.18p8 on a SunOS 5.5.1 machine using gcc
2.7.2. I setup the makefile to use the SunOS5 defines...
# This is for SUNOS5.4 and later (also known as Solaris 2.4 and later)
# contributed by Andrew.Tridgell@anu.edu.au
FLAGSM = -DSUNOS5 -DSHADOW_PWD -DNETGROUP -DFAST_SHARE_MODES
LIBSM = -lsocket -lnsl
AWK = nawk
I get the following compiler error...
# make
Using CFLAGS = -O -DSMBLOGFIL...
2003 Dec 25
1
How to tell if option "with-acl-support" is compiledin Solaris smbd?
...ME
PACKAGE_STRING
PACKAGE_TARNAME
PACKAGE_VERSION
REPLACE_GETPASS
RETSIGTYPE
SEEKDIR_RETURNS_VOID
SIZEOF_INO_T
SIZEOF_INT
SIZEOF_LONG
SIZEOF_OFF_T
SIZEOF_SHORT
SOLARIS_SENDFILE_API
STAT_STATVFS64
STAT_ST_BLOCKSIZE
STDC_HEADERS
STRING_STATIC_MODULES
SUNOS5
SYSCONF_SC_NGROUPS_MAX
SYSV
TIME_WITH_SYS_TIME
USE_SETREUID
WITH_ADS
WITH_PAM
WITH_SENDFILE
WITH_WINBIND
WORDS_BIGENDIAN
_ALIGNMENT_REQUIRED
_FILE_OFFSET_BITS
_LARGEFILE64_SOURCE
_MAX_ALIGNMENT
charset_CP437_init
charset_CP850_init
loff_t
static_in...
2001 Aug 03
1
Disconnecting: protocol error: rcvd type 98
When I SSH using protocol 1 from a Debian box running OpenSSH 2.9p2-4
to a sparc.sunos5 box running vanilla OpenSSH 2.9.1, after a little
while (of inactivity?) I get the following message on the client
terminal:
Disconnecting: protocol error: rcvd type 98
Looking further, this message is actually caused by the SSH daemon.
However, I'm at a loss to determine why sshd is doing th...
2005 May 18
1
Samba Comple Problem on Solaris 2.8
...ME
PACKAGE_STRING
PACKAGE_TARNAME
PACKAGE_VERSION
REPLACE_GETPASS
RETSIGTYPE
SEEKDIR_RETURNS_VOID
SIZEOF_INO_T
SIZEOF_INT
SIZEOF_LONG
SIZEOF_OFF_T
SIZEOF_SHORT
SOLARIS_SENDFILE_API
STAT_STATVFS64
STAT_ST_BLOCKSIZE
STDC_HEADERS
STRING_STATIC_MODULES
SUNOS5
SYSCONF_SC_NGROUPS_MAX
SYSV
TIME_WITH_SYS_TIME
USE_SETREUID
WITH_ADS
WITH_SENDFILE
WITH_WINBIND
WORDS_BIGENDIAN
_ALIGNMENT_REQUIRED
_FILE_OFFSET_BITS
_LARGEFILE64_SOURCE
_MAX_ALIGNMENT
loff_t
static_init_auth
static_init_charset
static_init_idmap
s...
1997 Aug 25
0
R-alpha: Re: missing' BB functions
...ystem.info()$major+.1*system.info()$minor) < 3.3)
}
is.Linux <- function(){system.info()$os == "linux"}
is.MSwindows <- function(){system.info()$os == "MS Windows"}
is.Sun4 <- function(){"SunOS4" == system.info()$OSversion }
is.Sun5 <- function(){"SunOS5" == system.info()$OSversion }
is.unix <- function(){is.Linux() | is.Sun5() | is.Sun4() |
(system.info()$os == "Unix")} # ???
if(is.unix())
{if(is.R()) unix <- function(cmd) system(cmd, intern=T)
sleep <- function(n) {unix(paste("sleep "...
2001 Jan 23
0
1.2.1 segfault
...ndefined command: "system". Try "help".
(gdb) c
Continuing.
system.info()
_
platform sparc-sun-solaris2.6
arch sparc
os solaris2.6
system sparc, solaris2.6
status
major 1
minor 2.1
year 2001
month 01
day 15
language R
OSversion SunOS5
OStype Unix
>
Program received signal SIGWINCH, Window size changed.
0xef5b7400 in poll ()
(gdb)
Continuing.
fuzz.small <- 1e-12
fuzz.large <- 1e-6
fuzz.very.large <- 1e-2
digits <- 18
all.ok <- T
test.rng <- list(kind="Wichmann-Hill",seed=c(979,1479,1542),normal.k...
1997 Nov 04
0
R-alpha: compatibility functions
...intosh" }
is.unix <- function(){machine() == "Unix" }
# Other is.xxx() should be added here.
# determining Unix flavours doesn't seem to be too important but ...
is.Sun4 <- function() {OSversion() == "SunOS4" }
is.Sun5 <- function() {OSversion() == "SunOS5" }
is.Linux <- function(){OSversion() == "linux"}
OSversion <- function()
{paste(unix("uname -s"), unix("uname -r | sed -e 's/\\.\.\*//'"),
sep="") }
###########################################################
# 3/ Functions dep...
2004 Jul 10
2
Solaris username character limit issues.
Hello,
I've compiled Samba 3.0.4 with Heimdal 0.6.2 and all of the other
trimmings to join and ADS tree, which I have successfully done. Winbind
correctly pulls all of the username and group information from the ADS
tree and all is good.
However...
I seem to be running into a wall with the wonderful Solaris 8 character
username / groupname limit. Usernames with spaces or names longer than
1998 Aug 31
0
isolating R/S and operating system differences
...function() "unknown"
}
# Other is.xxx() should be added here.
# determining Unix flavours doesn't seem to be too important but ...
is.Sun4 <- function() {is.unix() && OSversion() == "SunOS4" }
is.Sun5 <- function() {is.unix() && OSversion() == "SunOS5" }
is.Linux <- function(){is.unix() && OSversion() == "linux"}
# Windows flavours may be more important but these are untested !!!
is.Win3.1 <- function(){is.MSwindows() && OSversion() == "MS Windows 3.1"}
is.Win95 <- function(){is.MSwindows() &am...
2012 Apr 17
0
samba 3.6.4 smbd dies on solaris 10 sparc64
...SIZEOF_INT
SIZEOF_LONG
SIZEOF_LONG_LONG
SIZEOF_OFF_T
SIZEOF_SHORT
SIZEOF_SIZE_T
SIZEOF_SSIZE_T
SIZEOF_TIME_T
SIZEOF_VOID_P
SOLARIS_GETGRENT_R
SOLARIS_GETPWENT_R
SOLARIS_SENDFILE_API
STAT_STATVFS64
STAT_ST_BLOCKSIZE
STDC_HEADERS
STRING_STATIC_MODULES
SUNOS5
SYSCONF_SC_NGROUPS_MAX
SYSCONF_SC_NPROCESSORS_ONLN
SYSCONF_SC_PAGESIZE
SYSV
TIME_T_MAX
TIME_WITH_SYS_TIME
USE_SETREUID
WITH_ADS
WITH_DNS_UPDATES
WITH_PAM
WITH_PAM_MODULES
WITH_SENDFILE
WITH_WINBIND
_FILE_OFFSET_BITS
_GNU_SOURCE
_LARGEFILE64_SOURCE...