Displaying 12 results from an estimated 12 matches for "ml3".
Did you mean:
ml
2007 Oct 10
1
disperse variable
Hello all,
I read the following variable
> x
x
1 1_A1_ML1_a.DLL
2 11_B1_ML2_a.DLL
3 4_A1_ML3_a.DLL
4 55_C1_ML4_a.DLL
5 14_C1_ML5_a.DLL
I would like to disperse it in three variable such as
> x1
[1] 1 11 4 55 14
> x2
[1] "A1" "B1" "A1" "C1" "C1"
> x3
[1] "ML1" "ML2" "ML3" "ML4" "...
2005 Aug 05
1
Problem preserving user/group names on AIX, rsync 2.6.2
...d group names are NOT
preserved on the receiving side, however, the UIDs/GIDs are preserved.
I checked the OLDNEWS file and bugzilla, but could not find any
reference to a problem like this.
Vitals:
-rsync 2.6.2 with security patch (pre 2.6.3)
-Using rsync daemon, uid=root
-Both sides are AIX 5.2 ML3/4
--
Aaron W Morris (decep) <aaronwmorris@gmail.com>
2006 Jul 26
1
Files left open
I've had this problem for awhile, but it didn't seem to make sense to pursue
it with 3.0.23 coming out. Now I'm running 3.0.23a on AIX 5.1 ML3 (although
I've seen this on 5.3 as well). So I'm back asking for more help.
I have a program running in a Win2K box using Dialogic libraries. When the
dialogic code speaks a prompt, it is given a file name and it speaks
directly from the file. The files in question are on the RS/6000 an...
2006 Aug 23
4
Problem with large files corrupting during transfer
I'm very new to Samba, and I'm supporting my team's migration to a new
server. We are running v3.0.23b, ML3 and AIX v5.3, and we're pulling
data from NT servers. V2.2.2 (what we are using on the old server) would
not compile on the new box, so we have to upgrade.
Files >2.8gb are corrupting during the transfer. That 2.8gb file is the
largest we've gotten to go through successfully. The nex...
2005 Feb 25
0
Antwort: Re: ssh client Symbol getpeereid (number 34) is not exported from dependent module /usr/lib/libc.a(shr.o).
Hi Darren
Thanks for your fast reply
thats the rease wy it doesn't work....
I have ML4 on my Developement Machine and ML3 on the Quality System...;->
Thanks from Switzerland
2008 Jun 30
2
kernel-smp for CentOS 5
Hello All,
I recently installed CentOS 5 and was trying to locate the kernel-smp packages but without success. Have these packages been removed from the distro or renamed? Does anyone know how many processors the default kernel will handle and if it's optimzed for it?
Thanks,
james
2001 Mar 05
0
AIX 4.3.3 + sshd = bug
...(str),str);
write(tty_fd,str,strlen(str)); /* we die here on 433 */
fprintf(stderr,"if you can read this then all is good.\n");
}
This bug pops up with both OpenSSH 2.3.0.p1 and 2.5.1p1 (and with the
commercial ssh 1.2.26), but only when the daemon is running on
4.3.3-ML3 or higher. The same daemon works fine on AIX 4.3.2-ML2,
and 4.3.3 with no ML applied.
With a lot of help, I figured that the cause of the disconnect is a
comparison in the "serverloop.c" file. Changing the comparison
operator from a "<=" to just a "<" in th...
2012 Jun 23
9
[PATCH 0/5] btrfs: lz4/lz4hc compression
WARNING: This is not compatible with the previous lz4 patchset. If you''re using
experimental compression that isn''t in mainline kernels, be prepared to backup
and restore or decompress before upgrading, and have backups in case it eats
data (which appears not to be a problem any more, but has been during
development).
These patches add lz4 and lz4hc compression
2003 Feb 12
4
Pb w/ >2GB files on AIX (4.3.3/5.1)
I have discovered that rsync 2.5.6 uses the mkstemp() routine wich do
not have a 64bits version into the AIX libc.
A very simple workaround to the big files writing rsync pb. is to not
use this routine that create files w/ mkstemp() by modifying the
"syscall.c" source file at line 154 as following :
#if defined(HAVE_SECURE_MKSTEMP) && defined(HAVE_FCHMOD)
become
#if
2006 Nov 16
4
[Bug 1102] C program 'write' with zero length hangs
http://bugzilla.mindrot.org/show_bug.cgi?id=1102
sethi.varun at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |REOPENED
Resolution|FIXED |
------- Comment #16 from sethi.varun at gmail.com 2006-11-17 07:44
2002 Feb 22
5
[Bug 124] Terminal hangs when data is streaming to it...
http://bugzilla.mindrot.org/show_bug.cgi?id=124
------- Additional Comments From markus at openbsd.org 2002-02-23 06:10 -------
what does "streaming" mean?
what does "output reports" mean?
do you have more detailed reports?
do you have debugging output? what clients are involved?
what servers? does the same happen with openssh 3.0.2?
does the same happen with a recent
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking