similar to: nut on Solaris8 compilation problem

Displaying 20 results from an estimated 1000 matches similar to: "nut on Solaris8 compilation problem"

2000 Jan 17
1
pre27 compilation fails on Sol7 box
Something strange happens when I compile the pre27 SSH: ocal/ssh//include -DETCDIR=\"/usr/local/ssh//etc\" \ -DSSH_PROGRAM=\"/usr/local/ssh//bin/ssh\" \ -DSSH_ASKPASS_DEFAULT=\"/usr/local/ssh//libexec/ssh/ssh-askpass\" \ -DHAVE_CONFIG_H -c atomicio.c In file included from includes.h:106, from atomicio.c:26: fake-socket.h:30: parse error before
2007 Apr 10
1
[PATCH] Add support for DHCP-Options
hi, I've written a start of an c32-module to do basic substition: add subst.c32 this is a start of a generic substition module --- commit 9a1f41a7e6599fe6a162197cd9ddc6610185e780 tree cfb799a0be9844926afe44e21b2eb96630666c44 parent 89478bdbfa7167bc1b627a478d042c99e46f06b7 author Maurice Massar <massar at unix-ag.uni-kl.de> Tue, 10 Apr 2007 20:13:39 +0200 committer Maurice Massar
2006 Apr 14
3
Cyberpower 900AVR/BC900D newhidups problem
I'm trying to get nut to work with a Cyberpower 900AVR. There are many different products known by this name, but this one has the extra name 'BC900D'. I am told by a cyberpower tech that this one should talk exactly the same USB protocol as the 685AVR, which was recently made to work with newhidups. Unfortunately, when I run the SVN checkout (trunk) of nut-2.1, I get: sstreet
2006 Mar 06
3
newhidups / Solaris 10 / APC RM1500
Hi there, been using NUT for ages and recently upgraded to a new server; while I'm waiting for a USB->Serial adapter for Solaris to arrive, I thought I'd play with the newhidups, as the APC UPS I have has a USB port and the new server doesn't have a serial port.... I've got Solaris 10 & newhidups working with the ugen driver up to a point, and that is a read
2012 Oct 08
3
[LLVMdev] Multiply i8 operands promotes to i32
Hi, I am trying to complete the hardware multiplier option for MSP430 backend. As the hardware multiplier in most of the MSP430 devices is for i8 and i16 operands, with i16 and i32 result, I am lowering MUL_i8 and MUL_I16. However, the front-end promotes the i8 argument to i32, executes 32-bit multiplier and truncates to 16-bit, so I never lower MUL_I8 nor MUL_I16 but MUL_I32, wchich is lowered
2006 Apr 14
1
"make usb" fails
While trying to compile newhidups, I get this error... carlos@rhea:~/dev/nut/svn/trunk$ make usb make[1]: Entering directory `/home/carlos/dev/nut/svn/trunk/drivers' gcc -I../include -O -Wall -Wsign-compare -c newhidups.c In file included from newhidups.c:25: libhid.h:46: error: syntax error before "u_int16_t" libhid.h:46: warning: useless keyword or type name in empty declaration
2000 Jan 20
1
Patch to make openssh-1.2.1pre27 compile on a sparc solaris7 syst em
Hack: diff -c defines.h.orig defines.h *** defines.h.orig Thu Jan 20 18:07:40 2000 --- defines.h Thu Jan 20 18:08:05 2000 *************** *** 78,83 **** --- 78,84 ---- /* If sys/types.h does not supply u_intXX_t, supply them ourselves */ #ifndef HAVE_U_INTXX_T # ifdef HAVE_UINTXX_T + typedef uint8_t u_int8_t; typedef uint16_t u_int16_t; typedef uint32_t u_int32_t; typedef
2000 Sep 05
2
sftp-server and latest snapshot
Needed to do the following to get sftp-server to compile on HP-UX 11. Not sure what the right "portable" fix might be. Also, should sftp-server really be installed in prefix/libexec/ssh/ or just prefix/libexec/? --- defines.h~ Tue Sep 5 07:13:07 2000 +++ defines.h Tue Sep 5 14:36:24 2000 @@ -143,9 +143,7 @@ typedef uint8_t u_int8_t; typedef uint16_t u_int16_t; typedef uint32_t
2013 Aug 15
12
[Bug 845] New: checking for LIBNFNETLINK... configure: error: Package requirements (libnfnetlink >= 0.0.41) were not met:
https://bugzilla.netfilter.org/show_bug.cgi?id=845 Summary: checking for LIBNFNETLINK... configure: error: Package requirements (libnfnetlink >= 0.0.41) were not met: Product: libnetfilter_queue Version: unspecified Platform: i386 OS/Version: RedHat Linux Status: NEW Severity: normal
2004 Nov 23
0
Jumping to PXE boot from DOS
Hello all, I want to create a program that runs from a pxe-loaded virtual floppy (using memdisk + keeppxe) to call again PXE boot. I took a piece of code form NILO to look for PXE data structures and the call to function PXENV_START_BASE from PXE spec as follows: lower = (unsigned char *)LOWER_PXE_MEM; upper = (unsigned char *)UPPER_PXE_MEM; for (i=upper; i>lower;i--) { if
2000 Jan 07
2
problems with compiling on SPARC solaris 2.7
ssh won't compile on this platform log: gcc -g -O2 -Wall -I/usr/local/ssl/include -DETCDIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh/ssh-askpass\" -DHAVE_CONFIG_H -c atomicio.c -o atomicio.o In file included from config.h:294, from bsd-misc.h:39, from includes.h:91,
2004 Dec 19
2
[Bug 775] patches for Cray systems
http://bugzilla.mindrot.org/show_bug.cgi?id=775 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From djm at mindrot.org 2004-12-20 10:59
2003 Jul 18
1
rsync 2.5.6 freezes between Solaris2.6/Commercial SSH Version 2.0.12 and Solaris8/OpenSSH_3.6.1p1
We had been using rsync and Commercial SSH to sync up two SUN boxes running Solari2.6 and Commercial SSH Version 2.0.12. It has never been a problem syncing between over 80,000 files and 4GB of content We are upgrading to Solaris 8 and OpenSSH_3.6.1p1 However now when I go between the older and the newer environment even with just a few hundred files, the rsync hangs or freezes when it hits a
2003 Dec 02
1
rsync-2.5.6 performance sucks between winXP and Solaris8
If I try to rsync OpenOffice-directory (OO as an example, 155 MBytes) to Solaris8-machine/rsync-server it takes 4-5 minutes, about 70 MBytes gets transfered and eventually rsync.exe/winXP "dies"; actually winXP's net doesn't responde anymore and I have to boot whole machine! But when I try to do same between Linux and Solaris everything works fine, transfer speed is about
2003 Sep 24
0
(fwd from Michael.Pedigo@motorola.com) Core Dump issue with Solaris8 and 2.2.8a
----- Forwarded message from Pedigo Michael-G17060 <Michael.Pedigo@motorola.com> ----- From: Pedigo Michael-G17060 <Michael.Pedigo@motorola.com> To: "'samba@samba.org'" <samba@samba.org> Subject: Core Dump issue with Solaris8 and 2.2.8a Date: Tue, 23 Sep 2003 10:40:16 -0500 Hello, I am NOT an advanced UNIX admin and am fairly new to Samba, and am seeking
2000 Apr 11
1
smbfs support under Solaris8?
The smbmount man page states that the kernel must support the smbfs file system for ambmount to function. I've been unable to determine whether Solaris8 supports smbfs. I'd appreciate hearing from anyone who has some experience here. Regards, Rick Wightman rwightman@agfor.nb.ca
2001 Nov 20
1
Help Winbind on Solaris8 REF Andrew Tridgell
Hi, I installed Samba 2.2.2. and winbind on Solaris8. but I have some problems with Winbind, because it does not work. I read all the INSTALL from samba sources but when I type wbinfo -u (-g) I get the follow error: Error looking up domain users My smb.conf is the follow: [global] workgroup = INTESASGR netbios name = TFM server string = tfmbind hosts allow = 10.13. 127. log file =
2005 Apr 08
0
winbind on Solaris8 problem concerning Domain Users
Hello. I am in a trouble. ActiveDirectory(joind Domain Users in secoundry group) user can not use terminal in X. If use,X session is freeze. But,ActiveDirectory(not joind Domain Users in secoundry group) user can use terminal in X. X session is not freeze. Why? anyone,please tell me how to work well. (That is,X session is not freeze evenif ActiveDirectory is joind Domain Users in secoundry
2024 Aug 06
1
[PATCH] Add SM3 secure hash algorithm
Add OSCCA SM3 secure hash algorithm (OSCCA GM/T 0004-2012 SM3). --- Makefile.in | 2 +- configure.ac | 2 +- digest-libc.c | 11 ++ digest-openssl.c | 1 + digest.h | 3 +- mac.c | 1 + sm3.c | 320 +++++++++++++++++++++++++++++++++++++++++++++++ sm3.h | 51 ++++++++ 8 files changed, 388 insertions(+), 3 deletions(-) create mode
2001 Mar 02
2
make 2.5.1p1 on Solaris8 (fwd)
Can a Solaris person take a look at this? -- | Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's | http://www.mindrot.org / distributed filesystem'' - Dan Geer ---------- Forwarded message ---------- Date: Wed, 28 Feb 2001 12:33:48 +0200 From: owner-ssh at clinet.fi To: ssh at clinet.fi Subject: make 2.5.1p1 on Solaris8 Trying to build