Displaying 20 results from an estimated 21 matches for "tenz".
Did you mean:
  tend
  
2006 Nov 22
1
sshd startup error on SCO SR6
Openssh 4.4p1 and 4.5p1
SCO Openserver 6 w/mp1, mp2
While installing v4.5p1, I noticed this sshd syslog error which began
appearing when I upgraded from v4.3p2 to v4.4p1:
  Sep  1 17:54:41 tenzing sshd[12837]: error: Bind to port 22 on :: failed: \
  Network is unreachable.
sshd -d reports:
  debug1: Bind to port 22 on ::.
  Bind to port 22 on :: failed: Network is unreachable.
  debug1: Bind to port 22 on 0.0.0.0.
  Server listening on 0.0.0.0 port 22.
This comes from server_listen()...
2012 Feb 02
2
[LLVMdev] Question on LLVM based query execution
...ay with some
demos.
I am developing a Hadoop native runtime, it has C++ APIs and libraries,
what I want to do is to compile Hive's logical query plan directly to LLVM
IR or translate Hive's physical query plan to LLVM IR, then run on the
Hadoop native runtime. As far as I know, Google's tenzing does similar
things, and a few research papers mention this technique, but they don't
give details.
Does translate physical query plan directly to LLVM IR reasonable, or
better using some part of clang library?
I need some advice to go on, like where can I find similar projects or
examples,...
2010 May 31
2
O2CB_HEARTBEAT_THRESHOLD won't take changes
...b with no luck.
Is anyone aware of a condition where the O2CB_HEARTBEAT_THRESHOLD stays at 31 regardless of what it is changed to? Is the heartbeat region on disk possibly causing this?
Any guidance in tracking this down would be appreciated.
Elliott Perrin
Senior Systems Architect
Summit with Tenzing
Direct: +1 877 767 5577 (x405)
Mobile: +1 416 995 2888
Web: www.tenzing.com
email: elliott.perrin at tenzing.com<mailto:elliott.perrin at tenzing.com>
[cid:image001.jpg at 01CB009B.E2899770]<http://www.tenzing.com/>
---------------------------------------------
Confidentiality Wa...
2012 Feb 03
0
[LLVMdev] Question on LLVM based query execution
...> I am developing a Hadoop native runtime, it has C++ APIs and libraries,
> what I want to do is to compile Hive's logical query plan directly to LLVM
> IR or translate Hive's physical query plan to LLVM IR, then run on the
> Hadoop native runtime. As far as I know, Google's tenzing does similar
> things, and a few research papers mention this technique, but they don't
> give details.
> Does translate physical query plan directly to LLVM IR reasonable, or
> better using some part of clang library?
> I need some advice to go on, like where can I find simil...
2002 Jan 02
1
SCO OpenServer password issue
...pt(password, salt);
  # else
+ #  ifdef HAVE_SCO_PROTECTED_PW
+ 	encrypted_password = bigcrypt(password, salt);
+ #  else
  	encrypted_password = crypt(password, salt);
+ #  endif /* HAVE_SCO_PROTECTED_PW */
  # endif /* __hpux */
  #endif /* HAVE_MD5_PASSWORDS */
-- 
Roger Cornelius        rac at tenzing.org
2002 Feb 11
3
OpenSHH on SCO Open Server 3
Is anyone still using OpenSSH on SCO Open Server 3?
My clients no longer run Open Server 3.
The entropy gathering code changes have broken the Open Server 3 build.
If there is still interest I'll work on it.
If not, I have no need for it.
-- 
Tim Rice				Multitalents	(707) 887-1469
tim at multitalents.net
2004 Mar 02
3
environ problem in 3.8p1
...causes logins to occur in
GMT time.  It also causes any sshd syslog messages to be written in GMT
time.  I'm on SCO Openserver 5.0.7, but this looks like it should affect
all platforms.  Am I missing something?  I haven't seen it reported
before.
Thanks.
-- 
Roger Cornelius        rac at tenzing.org
2004 Jul 08
1
openssh 3.8.1p1 problem on SCO 5.0.7
...existing file. utmpx is
   written to wfilex, and the corresponding utmp structure is
   written to the parallel file. If neither file exists nothing
   happens.
My quick fix is to not define HAVE_UPDWTMPX, which causes alternate code
in wtmpx_write() to be used.
-- 
Roger Cornelius        rac at tenzing.org
2005 Aug 29
1
greater than 8 character passwords on SCO OSR6
...t(), but for whatever reason, openssh built with it
fails to authenticate passwords >8 chars in length.
bigcrypt() is not documented as being available in udk mode, and
osr5bigcrypt() is not documented at all, so not sure if this is the
"correct" fix.
-- 
Roger Cornelius        rac at tenzing.org
2006 Feb 02
2
OpenSSH_4.3p1, OpenSSL 0.9.8a 11 Oct 2005 on solaris 8/9
Howdy,
  Not sure, but it appears that OpenSSH_4.3p1 on solaris creates 
bad wtmpx entries during login?
mgoebel   pts/5                         Wed Dec 31 19:00   still logged in
  It is creating entries for Dec 31st 1969.
Thanks,
Matt
-- 
Matthew Goebel : goebel at emunix.emich.edu : Unix Jockey @ EMU : Hail Eris
Neo-Student, Net Lurker, Donut consumer, and procrastinating Furry Fan.
2006 Aug 23
1
openssh 4.3p2 configure problem
...p2 is this:
as_executable_p="test -f"
as_executable_p, as the name suggests, is used to test whether a file is
executable or not, so should use -x and not -f.  Discovered after doing
chmod a-x gcc so configure would not discover it, but found it anyway.
-- 
Roger Cornelius        rac at tenzing.org
2007 Sep 10
1
4.7p1 password auth broken on SCO OSR6
...ny code in configure to define the latter.  Building
with HAVE_LIBIAF defined enables password authentication, but only for
non-long (<9 char) passwords, even though UNIXWARE_LONG_PASSWORDS seems
to be defined.  I haven't had time yet to investigate further.
-- 
Roger Cornelius        rac at tenzing.org
2008 Jul 30
1
5.1p build problem on SCO OSR6
...declaration in fake-rfc2553.h does include this member,
which is referenced in addrmatch.c.
So the problem seems to be, openssh erroneously assumes the presence of
sin6_scope_id if struct sockaddr_in6 is present.  This isn't true on
OSR6 (and maybe others??).
-- 
Roger Cornelius        rac at tenzing.org
2005 Aug 22
2
3.0.20 documentation bug
3.0.20 documentation bug:
The smbclient's printmode command (which didn't actually do anything)
has been removed in samba 3.0.20 but is still documented in the
smbclient man page.
-- 
Roger Cornelius        rac@tenzing.org
2003 Sep 05
2
3.6p1 bug on SCO OpenServer
...26:00.000000000 -0400
***************
*** 4588,4593 ****
--- 4588,4597 ----
  #define DISABLE_FD_PASSING 1
  _ACEOF
+   cat >>confdefs.h <<\_ACEOF
+ #define WITH_ABBREV_NO_TTY 1
+ _ACEOF
+
  for ac_func in getluid setluid
--8<-- cut here --8<--
-- 
Roger Cornelius        rac at tenzing.org
2002 Feb 12
1
SSH Client Hangs after logging in to SSHD
I'm not a ssh expert and I don't know if the log is good or bad, but I too am
running OpenSHH under OpenServer. I find that after I connect, the return key
has no effect unless I first type:
        stty sane <Ctrl>j
If you've hit <ENTER> before that you must first press <Ctrl>j a couple of times
to clean out the buffer. After I type the above command, everything
2012 Jan 19
3
[LLVMdev] register allocation
Hi,
My target has special requirements during register allocation - there is both a need to handle register pairing and to never spill a flag result reg-class (which might happen at -O0 for no obvious reason). 
Since neither of these issues seems to be supported, I have tried to pre-allocate these registers in the preRA pass. This has resulted in "using undefined physical register"
2006 Sep 21
5
Testing for the 4.4p1 release, round 2
Hi all.
As most of you know, we are preparing OpenSSH 4.4p1 for release.  We have
had one round of testing and I would like to thank all who responded.
We believe that most of the problems reported have been resolved.
If you are so inclined, we would appreciate a quick retest to ensure
that the fixed ones remain fixed and the working ones remain working.
Of the problems identitified, I am only
2009 Feb 16
9
Call for testing: openssh-5.2
Hi,
OpenSSH 5.2 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This is primarily a bug-fix
release, to follow the feature-focused 5.1 release.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/ 
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html 
Portable
2006 Aug 30
30
Testing for the 4.4p1 release
Hi,
The 4.4p1 release is approaching now, so we are now asking people to 
actively test snapshots or CVS and report back to the mailing list.
Snapshots are available from http://www.mindrot.org/openssh_snap or
from any of the mirrors listed on http://www.openssh.org/portable.html
The latter page also includes instructions for checking out portable
OpenSSH via anonymous CVS.
This release