similar to: AIX 5.8p1?

Displaying 20 results from an estimated 70 matches similar to: "AIX 5.8p1?"

2014 Aug 05
2
[LLVMdev] Concerning not relevant argument count in TableGen Patterns.
Dear all. I have a problem with the following situation: I want to handle an intrinsic function in a specific way. The prototype of my function is: "/int my_intrinsic_name()/" So I want to generate a move instruction which should use two register type operands: "/mov R1, R2/" For this purpose I assume that the instruction definition in the TargetInstrInfo.td file
2004 Jul 07
1
Histograms, density, and relative frequencies
R-users, I have been using R for about 1 year, and I have run across a couple of graphics problem that I am not quite sure how to address. I have read up on the email threads regarding the differences between density and relative frequencies (count/sum(count) on the R list, and I am hoping that someone could provide me with some advice/comments concerning my approach. I will admit
2002 Sep 27
0
Undefined reference in R-1.5.1 under Mac OS X 10.2.1 Jaguar
Hi I installed R-1.5.1 on a Mac G4 under OS X 10.2.1 Jaguar, which requires X11. Then I got this while trying to run XDarwin I downloaded from Fink: --- [YonedaK-mac4:~] yoneda% startx -- -quartz ... dyld: xterm Undefined symbols: xterm undefined reference to _tgetent expected to be defined in /usr/lib/libSystem.B.dylib xterm undefined reference to _tgetstr expected to be defined in
2014 Jan 28
2
[LLVMdev] Load Instruction that changes value of two registers
Hello, I'm writing a backend for an architecture that only has LOAD Instructions that first copy the old value of the target register in another register and after that load the provided value into the register. Example of an addition: load a, reg1; // -> copies old value of reg1 in reg2 and loads value from a into reg1 load b, reg1; // -> copies old value of reg1 in reg2 and loads
2006 Jan 13
1
Winbind idmap_rid - no members in "domain users" .....
On my ADS member server it doesn't show any members of GUESTSHIRE\domain users:x:5513: using getent group Is this normal behavior? If not any ideas how do I fix it? Out of curiosity I shutdown winbind and samba, deleted all *.tdb files ( except secrets) and restarted them. Same thing happens. There are no users in there... But if I check in AD users and computers my users are all members
2003 Sep 05
0
/dev/random for HP-UX 11.00
Hi, I "developed" an implementation of /dev/random for HP-UX 11.00 that can be used to speed up entropy gathering for OpenSSL/OpenSSH implementations on HP-UX 11.00. It is still a first release, lots of stuff still to be done, but interested people can take a look at: http://www.josvisser.nl/hpux11-random/ Share and enjoy! ++Jos.nl P.S. I sent this message to the "user"
2016 May 31
0
Samba on AIX - Active directory
On the IBM web site they have version 4.3.8. I have not tested this IBM package as yet. Another site that has compiled versions of samba is http://www.bullfreeware.com/ I do not know if the packages on this site have been compiled with AD support or as AD-DC's. You can use smbd -b to find out what configure options samba was built with. I used to do my own compilation/builds of samba but I
2003 Oct 06
2
seeking help in using openssh to communicate b/w unix & windows. URGENT!!!
Hi I got the email-id from the web site. Kindly let me know whether we can use ssh to communicate b/w unix & windows(the initiation has to be from unix only), if yes then how & where can i find the releated informations If its not possible usnig the ssh then whats the other way to pull or push file from Unix usnig a encrypted way where the password is not hacked on the network. Kindly let
2016 May 31
4
Samba on AIX - Active directory
3.4.3 ________________________________________ From: Volker Lendecke <Volker.Lendecke at SerNet.DE> Sent: Tuesday, May 31, 2016 2:51 PM To: Rob Lee Cc: samba at lists.samba.org Subject: Re: [Samba] Samba on AIX - Active directory On Tue, May 31, 2016 at 06:32:51PM +0000, Rob Lee wrote: > I have many AIX clients running samba from pware. I want to move to > either the version on the
2011 Feb 07
1
Possible ssh -D bug in 5.8p1 (on Gentoo Linux)
On Fri, Feb 04, 2011 at 12:26:08PM +1100, Damien Miller wrote: > OpenSSH 5.8 has just been released. It will be available from the > mirrors listed at http://www.openssh.com/ shortly. I seem to have found a bug in 5.8p1. I work remotely, and use three SSH tunnels, two of the form ssh -L port:host:destport -f -N -q -l remoteuser remotehost, and one of the form ssh -D port -f -C -q -N -l
2011 Feb 11
0
openssh-5.8p1 does not compille with --with-selinux
Hi there is unpaired brackets in port_linux_compat.c in ssh_selinux_setfscreatecon if (path == NULL) setfscreatecon(NULL); return; } -- JFCh <jchadima at redhat.com>
2011 Feb 16
2
ssh 'connection reset by peer' problem since 5.8p1
Hi, As I haven't seen any related discussion here (or bug in bugzilla), I thought it'll be good to do a heads-up for a recently introduced problem in 5.8p1 (or at least after 5.5.x). Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612607 Ubuntu: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/708493 Arch Linux: https://bugs.archlinux.org/task/22897?project=1 Any other
2011 Mar 25
0
openssh-askpass 5.8p1-4.1
On opensuse 11.4 this is the only version of openssh. With unison the password dialog for openssh hangs - I had to use the opensuse 11.3 repos for a version of openssh that works with unison. (several people on the forums have reported this bug, but I did not see it in bugzilla). best bm ____________________________ Professor W. Bentley MacLeod Visiting Scholar Russell Sage Foundation 112
2011 May 18
1
Bug found in openssh 5.8p1 source
I was compiling the 5.8p1 source for CentOS 5.6 by installing the CentOS 5.6 source RPM for 4.3p2 and stealing the configure command they use to ensure I had all the same bits. I needed this to chroot some SFTP users and need the "Match" operator. The configure went well (once I had satisfied all the requirements). Upon compiling, however, I hit a syntax error in one of the files. In
2012 Dec 14
1
SSH 5.8p1 hang in kernel mode / AIX 7.1
Hello, An AIX machine runs a program that forks ssh client in order to launch commands on a remote. I'm first seting up a Master connection with a ControlPath, then using that connection to launch various commands on the remote, and killing the master by issuing a "-O exit" command. SSH client version on that machine is : # ssh -V OpenSSH_5.8p1, OpenSSL 0.9.8r 8 Feb 2011 #
2011 May 18
1
Problem SSHing to HP ILO SSH-2.0-mpSSH_0.1.0 with 5.8p1
Hi everyone, We are recently seeing a problem with OpenSSH 5.8p1 and SSH to ILO cards running SSH-2.0-mpSSH_0.1.0. This has previously worked with OpenSSH 5.5p1 (last known version for us to work). ssh ilohost -vvv gives the following on 5.8p1: debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Applying options for *.* debug2: ssh_connect: needpriv 0
2003 Jan 06
3
Printer Driver Download Problem - PPD's Not DL'ing
Hey All, just a quick question about printer upload/download stuff that's been confusing the hell out of me for a couple days... This might be a Samba, or a CUPS problem, so i've posted this on both newsgroups, but if anyone's had a similar problem I'd really appreciate any help! I'm running Samba 2.2.7 and CUPS 1.1.17 on a RedHat 7.3 System.. I'm trying to get the
2016 Feb 22
2
Reply:Re: how to compile my own libguestfs with the ntfs support ?
Hi rjones, Good catch, thanks a lot. Does it only disable from official rhel/centos RPM with `XXXX-RHEL-7-Reject-use-of-libguestfs-winsupport-features-.patch' in libguestfs while it still work in upstream source code ( e.g. rhel-7.2 branch in https://github.com/libguestfs/libguestfs ) , which option need to enable windows VM ntfs and guestmount command support when i make configure to
2011 Sep 02
1
problems building openssh-5.8p1 on qnx
I am having trouble figuring out how to build openssh-5.8p1 for QNX 6.5. I am trying to build on linux, cross-compiling for armv7. If I configure like this: configure CC=ntoarmv7-gcc --host=i686-pc-linux-gnu --target=arm-unknown-nto-qnx6.5.0 then I get these errors: sshconnect.o: In function `timeout_connect': sshconnect.c:(.text+0x778): undefined reference to
2008 Dec 07
1
Help with manycam.Please
I have to run this windows application on my linuxbox. But when manycam run give an arror message "Can't load driver for the virtual Manycam capture device. Please reboot your computer and restar manycam" The console wine output is that: . at dknight-ubuntu:~/.wine/drive_c/Programmi/ManyCam 2.3$ wine ManyCam.exe fixme:mixer:ALSA_MixerInit No master control found on Trust WB-6250X