search for: visualage

Displaying 17 results from an estimated 17 matches for "visualage".

2003 Aug 28
1
Visualage Gen seems to need extended attrib of a file
We can't run VisualAge Generator (2.X) retriving files from the samba server (AIX). (we receive smberror: ErrDos 282 ) It seems to require to read the extended attrib to find out the version of the file (and until now I can't realize what else). Is there any workaround or patch to get rid of it? Can Samba works fine...
2003 Aug 27
0
os/2 & AIX & Samba & VisualAge error
...from an WinNT 4.0 SP ? to an AIX 4.3 with samba 2.2.8 with OS2/warp 4 clients we receive some unexpected errors. - we can log on to the new domain , run logon scripts, map network drives , store and retrive files , print to a Remote server using the printers shared by samba. - we can't run VisualAge Generator (2.X) retriving files from the samba server. (we receive smberror: ErrDos 282 ) ########################################################### TCPDUMP SNIFF BEGINS ##################### (ttl 60, id 2795, len 126) 16:25:29.906968 spt01.1042 > 146.39.192.33.netbios-ssn: P [tcp sum ok]...
2003 Oct 31
1
R-1.8.0 + IBM VisualAge/C for AIX compiler
...R code in package 'methods' Saving namespace image ... /bin/sh: 26442 Segmentation fault(coredump) make: 1254-004 The error code from the last command is 139. Any idea how to debug this or what goes on with the R.exp?? Simon ---- R 1.8.0 (release tar-ball) System: AIX 4.3.3.0 compiler: VisualAge C++/C for AIX Version 5.0.2.0, XL Fortran for AIX 7.1.0.0 call to configure: CC=xlc CXX=xlc /.../dce.uni-augsburg.de/fs/home/mathe/sta/urbanesi/work/R-1.8.0/ configure --prefix=${HOME}/aix --enable-R-shlib configure output: R is now configured for powerpc-ibm-aix4.3.3.0 Source directory:...
2002 Jul 16
2
R 1.5.1 on AIX 5.1
I'm trying to get R running on AIX 5.1 with the native AIX compilers, VisualAge C++ 5.0.2.0 and XL Fortran Compiler 7.1.0.0. R compiled fine, but in running the test cases, the base-Ex.R tests fail in the Choleski decomposition with the following: > x <- matrix(c(1:5, (1:5)^2), 5, 2) > m <- crossprod(x) > Q <- chol(m) Error in chol(m) : NA/NaN/Inf in foreign...
2003 Oct 28
4
AIX patch for openssh-3.7.1p2
There are a couple of bugs in the openssh-3.7.1p2. The aix_setauthdb function does not work with other types of authentication such as AFS/DFS. The loginfailed test in configure is not correct. Also, AIX can use the wtmp logging which I added in configure. Attached is the patch. Thanks, Matt Richards -------------- next part -------------- *** openssh-3.7.1p2/openbsd-compat/port-aix.c Mon Jul 14
2006 Feb 10
1
Question on AIX 5.2, Samba and NT domains
Environment: AIX 5.2 Samba 3.0.21b (compiled at this site with Visualage C/C++ 6.0) configure was run as: ./configure --prefix=/usr/local/samba --with-pam --with-acl-support --with-aio-support --with-winbind Windows environment is a mix of Windows NT domain and Novell file servers. Does anybody know of a single document or set of documents that have a &qu...
2002 Apr 10
0
[Bug 213] New: -SNAP-20020410 fails to compile under AIX 4.3.3
...-current Platform: PPC OS/Version: AIX Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: dmanton at emea.att.com A simple ./configure; make using IBM VisualAge C++ 5 under AIX 4.3.3 ML9 returns: xlC -O2 - qlanglvl=extended -I. -I. -I/usr/local/include -DSSHDIR=\"/usr/local/etc\" - D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" - D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" - D_PATH_SFTP_SERVER=\"...
2003 Oct 14
0
Building on AIX 5.1, 5.2
Hello all, Has anyone built Samba 3.0.0 (or the 3.0.1pre1 release) on AIX 5.1 or 5.2 using the IBM VisualAge C/C++ 6.0 compilers? I am consistently seeing the error: "lib/system.c", line 1325.25: 1506-045 (S) Undeclared identifier ATTR_MAX_VALUELEN. "lib/system.c", line 1325.25: 1506-195 (S) Integral constant expression with a value greater than zero is required. "lib/system.c&qu...
2006 Feb 25
1
Compiling Samba on AIX 5.3 with idmap_rid fails
Hi everyone, I'm trying to use idmap_rid with Samba 3.0.21c on AIX 5.3. So far, I've not been successful. I've followed the method from http://us5.samba.org/samba/ftp/Binary_Packages/AIX/README to compile Samba, but added "--with-static-modules=idmap_rid". Also, I used IBM's compiler and not gcc. The compilation fails as follows: [...] Compiling sam/idmap.c Compiling
2004 Mar 30
3
Config failure with 3.8p1 on AIX
...ous (and current) copy of 3.7.p2. (I reconfigured, and regenerated for SSL 9.7.d ). I can bypass the problem by setting CPPFLAGS=-I/usr/local/include but wonder if I have missed some change to instructions since I have to do this with 3.8p1 but did not for 3.7p2. The environment is AIX 5.1 ML005, VisualAge/C/C++ v5 (fixes current as of 11/03) Zlib 1.1.4 (zlib.h is in /usr/local/include) configure options are ; ./configure --with-tcp-wrappers --with-prngd-socket=/var/run/egd-pool Has anyone else seen this ?? Thanks , Steve Steve Hall (shall at nebraska.edu) Computing Services Network University of...
2006 Jun 24
32
Why is there no Smalltalk-like IDE for Ruby?
...;'ve only been working with Ruby for 8 months after 7 years of Java, but I almost feel like a Smalltalker by association, having worked with, and for, Old Dudes Who Know Smalltalk (yes, I said it) my entire career. I''ve stepped back into the stone age regarding IDE support after using VisualAge for Java, Eclipse, and InilliJ IDEA. No refactoring, no fast debugger support, not even code-completion/suggestion. To the current tools, Ruby is text to colorize. Smalltalkers, you''ve cracked this nut years ago, help us understand how to do it again in Ruby! -- Joe http://www.josephmo...
2003 Dec 01
0
No subject
...> _________________________________________________________________ >>> Get your FREE download of MSN Explorer at >>> http://explorer.msn.com/intl.asp >> >> >> >> -- >> Robert Marcano (robmv@promca.com) >> System Architect >> IBM OS/2, VisualAge C++, Java, Smalltalk certified >> >> aol/netscape screen id: robmv >> jabber id: robmv@jabber.org >> icq id: 101913663 >> >> >> > > > _________________________________________________________________ > Get your FREE download of MSN Explorer at...
2001 Feb 19
7
Packet integrity error. (34)
Hi, I am using Van Dyke SecureCRT 3.2.1 to access an AIX server running OpenSSH-2.5.0p1. Using ssh1 with X11 forwarding enabled, the server reports the following error (in the client session): Packet integrity error. (34) This problem was not evident in 2.3.0p1. Running sshd in debug gives the output: debug1: sshd version OpenSSH_2.5.1p1 debug1: load_private_key_autodetect: type 0 RSA1
2003 Dec 01
0
No subject
...t;> >>-- >>Trond Eivind Glomsrxd >>Red Hat, Inc. >>-- >>To unsubscribe from this list go to the following URL and read the >>instructions: http://lists.samba.org/mailman/listinfo/samba >> -- Robert Marcano (robmv@promca.com) System Architect IBM OS/2, VisualAge C++, Java, Smalltalk certified aol/netscape screen id: robmv jabber id: robmv@jabber.org icq id: 101913663 Return-Path: <gustavo.michels@emersonenergy.com> Delivered-To: samba@lists.samba.org Received: from ukproxy1.emrsn.co.uk (smtpmail.emrsn.co.uk [194.202.166.141]) by lists.samba.org (...
2003 Dec 01
0
No subject
...> >>Red Hat, Inc. > >>-- > >>To unsubscribe from this list go to the following URL and read the > >>instructions: http://lists.samba.org/mailman/listinfo/samba > >> > > -- > Robert Marcano (robmv@promca.com) > System Architect > IBM OS/2, VisualAge C++, Java, Smalltalk certified > > aol/netscape screen id: robmv > jabber id: robmv@jabber.org > icq id: 101913663 > > > > Return-Path: <administrator/Eduline%EDULINE@eduline.be> Delivered-To: samba@samba.org Received: from alexandria.eduline.be (unknown [194.78.47.95...
2003 Dec 01
0
No subject
...ee them. > >Thanks in advance for any help that you can offer, >AA > > >_________________________________________________________ >Do You Yahoo!? >Get your free @yahoo.com address at http://mail.yahoo.com > -- Robert Marcano (robmv@promca.com) System Architect IBM OS/2, VisualAge C++, Java, Smalltalk certified aol/netscape screen id: robmv jabber id: robmv@jabber.org icq id: 101913663 Return-Path: <robmv@promca.com> Delivered-To: samba@lists.samba.org Received: from rs1s2.datacenter.cha.cantv.net (rs1s2-b.datacenter.cha.cantv.net [200.44.32.57]) by lists.samba.org...
2003 Dec 01
0
No subject
...t;>>I think that you've got rather problem with DHCP configuration on RH >>> >7.1. > >>>Check it. >>> >>> >>>Tomasz >>> -- Robert Marcano (office: robmv@promca.com, personal: robert@marcanoonline.com) System Architect IBM OS/2, VisualAge C++, Java, Smalltalk certified aol/netscape screen id: robmv jabber id: robmv@jabber.org msn messenger id: robert@marcanoonline.com icq id: 101913663 Return-Path: <kourosh@loop.com> Delivered-To: samba@lists.samba.org Received: from atlanticpearl.com (unknown [64.63.42.245]) by lists.samb...