search for: xpg4

Displaying 20 results from an estimated 50 matches for "xpg4".

2008 Jul 26
0
smbclient ( 3.0.31 ) can not connect to 3.2.0 server and vice versa
This is getting real tough to debug. titan : Solaris 8 running samba 3.0.31 aequitas : OpenSolaris running samba 3.2.0 I can do basics test just fine : # /usr/xpg4/bin/date -u;/opt/csw/bin/findsmb Sat Jul 12 22:50:51 GMT 2008 *=DMB +=LMB IP ADDR NETBIOS NAME WORKGROUP/OS/VERSION --------------------------------------------------------------------- 192.168.35.42 TITAN [CSWS...
2008 May 11
1
BUG: Bad grep when building dovecot?
...n to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) none checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... configure: error: no acceptable grep could be found in /opt/SunStudioExpress/bin:/usr/sbin:/usr/bin:/usr/xpg4/bin Thanks, -a
2009 Aug 18
0
[LLVMdev] Build issues on Solaris
...than, If your using the stock GCC with Solaris, I am sorry to inform you its broken, Please see: http://llvm.org/docs/GettingStarted.html#brokengcc Please be warned as your get miss compiles and things will do strange `stuff`. As can be seen here, the reverse is true for both the GNU binutils and XPG4 versions of `nm' : -bash-3.2$ /usr/xpg4/bin/nm -p -u `find . -name libLLVMCore.a` | head ./Debug/lib/libLLVMCore.a[AsmWriter.o]: 0000000000 U __assert 0000000000 U __clzdi2 0000000000 U __udivdi3 0000000000 U __umoddi3 0000000000 U _GLOBAL_OFFSET_TABLE_ 0000000000 U _ZdaPv 0000000000 U _ZdlP...
2009 Sep 09
4
'make install' fails on Solaris (PR#13946)
Full_Name: Bob Bownes Version: 2.9.2 OS: Solaris 10 Submission from: (NULL) (164.55.254.106) The sed lines in src/unix/Makefile confuse the grep distributed with Solaris that gets configured by ./configure. Switching from a separator of ':' to a separator of ',' fixes the problem. 76,77c76,77 < @$(SED) -e "s:@rhome:$(rhome):" -e
2016 Aug 01
4
OpenSSH 7.3p1 can't be build on Solaris 10
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 configure:17280: result: no configure:17300: checking for mblen configure:17356: gcc -o conftest -O3 -m64 -mtune=native -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset
2011 Feb 17
5
[Bug 1860] New: UseDNS option ignored
https://bugzilla.mindrot.org/show_bug.cgi?id=1860 Summary: UseDNS option ignored Product: Portable OpenSSH Version: 5.6p1 Platform: All OS/Version: Other Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: pavel.krejci at
2001 May 15
0
openssh 2.9p1 on Solaris 2.6 with AFS
...ar to be distributed with AFS, I downloaded and installed ftp://ftp.pdc.kth.se/pub/krb/src/krb4-1.0.8.tar.gz ./configure --sysconfdir=/etc/ssh --with-tcp-wrappers --with-egd-pool=/var/run/egd-pool \ --with-kerberos4=/usr/athena --with-afs=/usr/afsws \ --with-default-path=/usr/local/bin:/usr/xpg4/bin:/usr/bin:/opt/SUNWspro/bin:/usr/opt/SUNWmd/sbin:/usr/ucb:/usr/ccs/bin:/usr/openwin/bin:/usr/sbin creating cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are...
2009 Aug 11
6
[LLVMdev] Build issues on Solaris
...some warnings). The patch had the comment: Fix the SUS usage of `nm` on Unix platforms such as Solaris or AuroraUX; -u is undefined symbols, and says "those external to each object file" so using -g would seem redundant, The error message was as follows: "/usr/xpg4/bin/nm: -e or -g set, -u ignored". Actually it was the -u that's redundant - the -g was necessary for GenLibDeps.pl: $ nm -p -u libLLVMCore.a libLLVMCore.a[AsmWriter.o]: __asert atof _GLOBAL_OFFSET_TABLE_ isalnum ... etc ... $ nm -p -g libLLVMCore.a libLLVMCor...
2009 Aug 18
1
[LLVMdev] Build issues on Solaris
...tuff`. Hi Edward, Good to know - I think I've only built 32-bit versions with 3.4.3, so I haven't run into this particular bug there. I usually do the optimized and 64-bit builds with gcc 4.2 or 4.3. > As can be seen here, the reverse is true for both the GNU binutils and > XPG4 versions of `nm' : <snip nm examples> > I believe this is a bug in the version of `nm` your using, prob /usr/ > bin/nm . Yes, Sun nm (/usr/bin/nm) produces different output to GNU nm (and the XPG4 version is different again, yes), and always has as far as I know - this isn...
2024 Mar 09
1
Call for testing: OpenSSH 9.7
...sa_openssh.prv ; \ > fi > + /export/home/tgc/buildpkg/openssh/src/openssh-git/ssh -Q key > + grep -q > Usage: grep [OPTION]... PATTERN [FILE]... ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ On Solaris, /usr/bin/grep does not understand the -q option. Better to have your PATH pick up /usr/xpg4/bin/grep which does. > Try 'grep --help' for more information. > + ssh-rsa > /bin/sh: ssh-rsa: not found > > and the same for ssh-dss. > > The issue is that /bin/sh is sensitive to the ^ character. It either needs to > be escaped or the string quoted. > -- T...
2003 Jun 27
1
make
During the installation I do my './configure' but the 'make' command does not work. I'm using the Sun native make, full path /usr/xpg4/bin/make and we have a gcc compiler. I could really use some help trying to understand what the make com- mand is doing. (or not doing in my case) George ===================== George Caunt Systems Administrator Framingham Heart Study 73 Mt. Wayte Ave. Framingham, MA 01702 508-935-3436 gcaun...
2000 Sep 30
1
Openssh 2.2.0p1 portable Makefile
Hi, I'm not subbed, but I was just building OpenSSH 2.2.0p1 on Solaris 8 and I noticed that the compile failed because $(AR) was not defined in Makefile. Setting AR=/usr/xpg4/bin/ar in Makefile made it compile without a hitch. My configure flags were --with-ipv4-default. Thanks for an otherwise excellent program. Nathaniel Couper-Noles
1998 Apr 22
0
Patch for print_svid.c
...know if this list is the appropriate place to post patches; if it is not, please let me know. Bye, N. Pueschel -------------- next part -------------- --- print_svid.c.orig Thu Jan 29 20:43:59 1998 +++ print_svid.c Mon Mar 30 07:41:19 1998 @@ -23,12 +23,11 @@ * printer information on a SVID or XPG4 compliant system. It does this * through the use of the SVID/XPG4 command "lpstat(1)". * - * The expectations is that execution of the command "lpstat -v" will + * The expectations is that execution of the command "lpstat -p -D" will * generate responses in the...
2004 Aug 18
2
Trying regression tests
I know it is just after a release, but I'm trying to see how the regression tests look on Tru64. I hadn't had a chance to really look at them before because I didn't have sudo installed on Tru64 (now I do). Anyway, for the 3.9p1 release, all of them run except for a couple of problems: - agent-ptrace fails; it looks like setgid isn't enough to kill tracing under Tru64, and I
2016 Mar 22
4
ssh-copy-id no newline bug
Michael Stone <mstone at mathom.us> writes: > On Sun, Mar 20, 2016 at 08:30:33PM +0000, Colin Watson wrote: >>How about something like: >> >> if [ "$(sed -n '${s/.*//;p}' ~/.ssh/authorized_keys | wc -l)" = 0 ]; then >> echo >> ~/.ssh/authorized_keys >> fi >> >>I feel like there must be a neater but still portable way
2004 Jan 23
2
3.0.2rc1, LDAP, Solaris 9 and secondary group problem - Bug 395?
Hi, we have tested Samba 3.0.0 and 3.0.1 with LDAP-Support (--with-ldap) on Solaris 8 and it worked fine. The machine authenticates against an OpenLDAP server. Patch 108993-23 is applied and we use native Sun LDAP client modules. On Solaris 9 we ran into problems with secondary groups. Users cannot access files if the rights are based on a secondary group and if this information is stored on
2006 Jul 26
1
configure fails for R 2.3.1 on SunOS 5.8
...d checking for working makeinfo... found checking for gawk... gawk checking for egrep... egrep checking whether ln -s works... yes checking for ranlib... ranlib checking for bison... bison -y checking for ar... ar checking for a BSD-compatible install... tools/install-sh -c checking for sed... /usr/xpg4/bin/sed checking for more... /usr/bin/more checking for perl... no checking for false... /usr/bin/false configure: WARNING: you cannot build the object documentation system checking for dvips... no checking for tex... no checking for latex... no configure: WARNING: you cannot build DVI versions of...
2009 Jan 29
19
ZFS extended ACL
What is wrong with this? # chmod -R A+user:webservd:add_file/write_data/execute:allow /var/apache chmod: invalid mode: `A+user:webservd:add_file/write_data/execute:allow'' Try `chmod --help'' for more information. This works in a zone, works on S10u5, does not work on OpenSolaris2008.11. CT
2010 Jul 27
2
[LLVMdev] Failed to build llvm with gcc 4.3.4 on Solaris x86
...checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/xpg4/bin/grep checking for egrep... /usr/xpg4/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h......
2002 Aug 09
0
Automation of public/private key generation
...--------------------------------------------------------------- SAVEDIR=`pwd` cd MYHOMEDIR=`pwd` MYHOSTNAME=`/bin/uname -n | cut -f1 -d .` MYNAME=`basename $0` TARGEThomedir=`pwd` TARGEThostname="" TARGETusername=${LOGNAME} MYUSERNAME=${LOGNAME} if [ -x /usr/xpg4/bin/cp ]; then CP="/usr/xpg4/bin/cp -p" else CP="/usr/bin/cp" fi ################################################################################ ### functions ################################################################## # ## ++ yes_or_no() { # Takes two arguments...