Displaying 20 results from an estimated 2000 matches similar to: "nmbd won't start on HP-UX 10.20 & strangeness"
2012 May 11
2
moving data from one frame to another
Hello,
I am working with two different data frames, and I'd like to move data from
one to the other. Here is the first frame:
> head(five)
Week Game.ID VTm VPts HTm HPts HDifferential VDifferential
1 1 NFL_20050908_OAK at NE OAK 20 NE 30 10 -10
2 1 NFL_20050911_ARI at NYG ARI 19 NYG 42 23 -23
3 1 NFL_20050911_CHI
2012 May 02
1
scanning a data set for strings
Hello,
I'm looking for what I'm sure is a quick answer. I'm working with a data set
that looks like this:
Week Game.ID VTm VPts HTm HPts
Differential HomeWin
1 1 NFL_20050908_OAK at NE OAK 20 NE 30 10
FALSE
2 1 NFL_20050911_ARI at NYG ARI 19 NYG 42 23
FALSE
3 1
2018 Apr 03
2
Multi-architecture (ELF or other) loaders and dynamic linkers available?
Hi,
I'm looking for some sort of "universal loader and dynamic linker",
capable of loading in memory an executable (ELF or other, the format
is not a requisite at this time) for any of the "major" architectures
that have LLVM backends (namely: x86, x86_64, ARM, ARM64, PPC, PPC64,
MIPS32, MIPS64), including also relocation, and loading of symbols
from dynamic libraries that
2004 Aug 06
0
Client auth with mysql
Mathieu,
This is a great idea, and I'm sure many people would like to take advantage
of it. Since the release of 2.0.0, we've added an "authenticator"
framework which allows us to create authentication modules for handling
listener (client-based) authentication. We currently have one
authentication module (htpasswd) which uses a simple file to store users
and encrypted
2004 Aug 06
2
Client auth with mysql
Hi,
I have a customer (a small french music producer) who's putting up a "paid"
radio, it's not really paid, because you don't buy an access, you just by a
cd, and you get radio access.
So, I needed to check access to the radio, in an intelligent manner :-)
A collegue of mine started doing things, he ended up with scripts adding ip's
to the server's firewall...
I
2001 Sep 12
3
lastlog with hp-ux 10.20
i haven't heard of problems with configure/lastlog on 10.20. i'll copy
the development list as there are folks there who use 10.20.
On Thu, 6 Sep 2001, Jesse Caldwell wrote:
:one last problem with openssh -- building openssh on HPUX 10.20 fails
:on loginrec.c (i don't have the errors handy but i would be more than
:happy to recreate them). i get the same error with 2.9p2 and 9/6/2001
2004 Sep 17
2
patch: openssh 3.9p1 on hp-ux 10.20
OpenSSH 3.9p1 does not compile on HP-UX 10.20 due to the code which was
added in includes.h to work around HP-UX 11.11's behavior. The following
patch lets it work on HP-UX 10.20. It should also work on HP-UX 11.11,
but I can't test that (no HP-UX 11 boxes here).
It uses code from http://www.faqs.org/faqs/hp/hpux-faq/section-213.html .
The copyright at
2004 Oct 30
3
[Bug 947] ssh-keyscan.c fails to compile on HP-UX 10.20
http://bugzilla.mindrot.org/show_bug.cgi?id=947
Summary: ssh-keyscan.c fails to compile on HP-UX 10.20
Product: Portable OpenSSH
Version: 3.9p1
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
2003 Feb 20
2
Suport to HP UX 10.20
To : Support Staff
I need to test SAMBA with a HP K 9000 Class machine, with HP-UX 10.20
operating system.
Wich SAMBA software version is compatible with this OS? How can I get this
software?
Thanks and regards,
Mario
2004 Aug 13
0
ACL Windows GUI to set permissions?
I am implementing Samba 3.05 (Suse Pro 8.2 Reiser File System) member
server as a file server on a Windows NT4 network with one NT server
(PDC). I am currently using WINS for name resolution on the network.
Shortly after adding the Samba member server, I will upgrade NT 4.0
server to Windows 2000 (need samba server to alleviate some nasty disk
space constraints). The Samba member server
2014 Feb 03
1
OpenSSH 6.5 on HP-UX 10.20
Hi,
just a minor bugreport.
OpenSSH 6.5 needs a fix to compile on HP-UX 10.20.
On HP-UX 10.20, ntohs is not defined in "netinet/in.h" but in "arpa/inet.h".
readconf.c misses the required additional #include <arpa/inet.h>:
$ diff -c readconf.c readconf.c_new
*** readconf.c Fri Jan 17 14:03:57 2014
--- readconf.c_new Mon Feb 3 01:18:29 2014
***************
***
2002 Mar 26
0
[Bug 185] New: --with-ipv4-default breaks X11-forwarding on HP-UX 10.20
http://bugzilla.mindrot.org/show_bug.cgi?id=185
Summary: --with-ipv4-default breaks X11-forwarding on HP-UX 10.20
Product: Portable OpenSSH
Version: 3.1p1
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
1999 Oct 18
1
Anyone using SAMBA on a HP/9000 with HP/UX 10.20 ?
Hello,
Does anyone use a SAMBA server on a HP/9000 with HP/UX 10.20 ?
I use currently Samba at home with Linux, W95 and AmigaOS , at work on
Solaris and I will
try to use it for a new project on several HP/9000.
Regards
2000 Mar 14
1
Problems compiling 1.2.2 on HP-UX 10.20
Hi,
I'm trying to compile OpenSSH-1.2.2 on HP-UX 10.20 but
immediately fall into the problem pit..
I've got gcc v2.8.1 and the first error is something
like:
defines.h:93: parse error before `u_int64_t`
I got around this by uncommenting (guessing) line 118
in config.h:
#define HAVE_UINTXX_T 1
But then I got another error when trying to compile
sshd.c, I get an error message like:
2003 Oct 07
2
Installing openssh-3.7.1p2 on HP-UX 10.20
> Hi,
>
> I'm trying to install openssh-3.7.1p2 on a HP-UX 10.20 machine.
> Everything goes well until the "make install" command hangs on "Generating
> public/private rsa1 key pair". Even the ssh-keygen command hangs on (I've
> tried it after aborting the make install). The problem remains the same
> using or not the configure option
2001 Mar 08
1
Start smbd and nmbd daemons on other HP Unix (version 10.20) Server
Hi everyone,
I would like to know if it's possible to start the smbd/nmbd daemons from an other HP Unix server. The installation of Samba has been made on a RAID mounted on an other Unix server (the main one).
We want to do that because whe need to reduce the work of the main server.
Thanks
Daniel Comtois, Unix Tech.
daniel.comtois@viasystems.com
-------------- next part --------------
2002 Apr 08
0
[Bug 209] New: HP-UX 10.20 "make" problem
http://bugzilla.mindrot.org/show_bug.cgi?id=209
Summary: HP-UX 10.20 "make" problem
Product: Portable OpenSSH
Version: -current
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
2002 Jun 12
0
RES: Tuning SaMBa in HP/UX 10.20 (200 Users)...
I'm running SaMBa 2.2.3a, compiled by myself... I heard a long time ago in
this list that you can reduce the size of the binaries by recompiling the
source, whit some new variables... But I don't know what are they...
Thanks
______________
Demerson Zounar
Analista de Suporte
demerson@zaffari.com.br
-----Mensagem original-----
De: Eric Roseme [mailto:eroseme@emonster.rose.hp.com]
Enviada
2004 Aug 06
0
Client auth with mysql
+-Le 14/05/2004 15:40 -0400, Amy Beam a dit :
| Hello Mathieu,
|
| This is a great idea! So great that I have been trying to do it for a
| while now. However my knowledge of all the ins and outs of Icecast are
| lacking. I would love to implement your solution here hopefully you can
| answer a few questions for me!
|
| 1. What version of Icecast should I make these changes to? It looks like
|
2003 Nov 06
2
openssh-3.7.1p2 on HP-UX 10.20
Hello,
I have dowloaded all that is required to build a working OpenSSH on HP-UX
10.20 from the HP-UX Porting and Archibve centre (this seems to be the only
way to go for 10.20). Make/install of all prerequisites has scucceeded. Now
make of openssh-3.7.1p2 gives the following:
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./..
-I/usr/local/openssl-0.9.7b/include