Displaying 20 results from an estimated 20 matches for "abac".
Did you mean:
aac
2007 Aug 07
3
About grep
Hi,everyone.
I have a problem when using the grep.
for example:
a <- c("aa","aba","abac")
b<- c("ab","aba")
I want to match the whole word,so
grep("^aba$",a)
it returns 2
but when I used it a more useful way:
grep("^b[2]$",a),
it doesn't work at all, it can't find it, returning integer(0).
How can I chang the format in the sec...
2019 Jan 24
0
GPO / Sysvol problems
...hell = /bin/sh
template homedir = /home/%D/%U
netbios name = AB-FREENAS
netbios aliases = AB-FREENAS
create mask = 0666
directory mask = 0777
client ntlmv2 auth = yes
dos charset = CP437
unix charset = UTF-8
log level = 3
[ab-profiles]
path = "/mnt/abac-zfs-01/ad-profiles"
comment = ab-profiles
printable = no
veto files = /.snapshot/.windows/.mac/.zfs/
writeable = yes
browseable = yes
access based share enum = no
vfs objects = zfs_space zfsacl streams_xattr
hide dot files = no
guest ok = no
nfs4:mode =...
2023 Feb 20
1
fseek/fgetc puzzle
...I'm wondering is if somehow reading the byte puts it in
the output buffer.
What happens if you create an initial two byte file, say "AB", and try
to write a 'C'? If you read the B, I guess we expect 'ABBC' at this
point. If you read the 'A', do you get 'ABAC' or something else?
I wish I had a box I could reproduce the problem on (see below).
> You get the AAB on Linux and MacOS? Which versions? I get AB on both
> OSX High Sierra and Fedora 36. Maybe it's sensitive to locale
> settings?
I mis-quoted. I get the expected two byte &...
2000 Jun 12
1
AIX and 2.1.1p1
...ast_login_time(pw->pw_uid, pw->pw_name,
buf, sizeof(buf));
}
+#endif
#ifdef USE_PAM
do_pam_session(pw->pw_name, s->tty);
--
Tom Bertelson "Any sufficiently advanced technology
RHI Consulting is indistinguishable from magic."
tbert at abac.com -- Arthur C. Clarke
2000 Jul 12
0
Announce: portable OpenSSH 2.1.1p3
...t with u_int32_t in bsd-inet_aton.c. Report from
Ben Lindstrom <mouring at pconline.com>
- (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
spec file.
- (djm) Released 2.1.1p3
20000711
- (djm) Fixup for AIX getuserattr() support from Tom Bertelson
<tbert at abac.com>
- (djm) ReliantUNIX support from Udo Schweigert <ust at cert.siemens.de>
- (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
<mouring at pconline.com>
- (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
from Jim Watt <jimw at...
2000 Jul 12
0
Announce: portable OpenSSH 2.1.1p3
...t with u_int32_t in bsd-inet_aton.c. Report from
Ben Lindstrom <mouring at pconline.com>
- (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
spec file.
- (djm) Released 2.1.1p3
20000711
- (djm) Fixup for AIX getuserattr() support from Tom Bertelson
<tbert at abac.com>
- (djm) ReliantUNIX support from Udo Schweigert <ust at cert.siemens.de>
- (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
<mouring at pconline.com>
- (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
from Jim Watt <jimw at...
2000 Jul 11
3
Test snapshot
...1102.tar.gz
It contains quite a few fixes for small problems that have been
reported in the last few weeks.
Pending feedback it is going to become 2.1.1p3
Regards,
Damien Miller
--------------- Changelog:
20000711
- (djm) Fixup for AIX getuserattr() support from Tom Bertelson
<tbert at abac.com>
- (djm) ReliantUNIX support from Udo Schweigert <ust at cert.siemens.de>
- (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
<mouring at pconline.com>
- (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
from Jim Watt <jimw at...
2000 May 17
4
Openssh-2.1.0p1 test release
...Reduced ssh startup delay
- Measures cumulative command time rather than the time between reads
after select()
- 'fixprogs' perl script to eliminate non-working entropy commands, and
optionally run 'ent' to measure command entropy
- Applied Tom Bertelson's <tbert at abac.com> AIX authentication fix
- Avoid WCOREDUMP complation errors for systems that lack it
- Avoid SIGCHLD warnings from entropy commands
- Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw at dcs.ed.ac.uk>
- OpenBSD CVS update:
- markus at cvs.openbsd.org
[ssh.c]
fix...
2008 Apr 06
3
Multiset Permutations
...C'};
String[] perms = GetPermutations(set);
Arrays.sort(perms, String.CASE_INSENSITIVE_ORDER);
for(int i=0; i<perms.length; i++){
System.out.println(perms[i]);
}
}
}
------------------------- END JAVA CODE -----------------------------
This code prints the following:
AABC
AACB
ABAC
ABCA
ACAB
ACBA
BAAC
BACA
BCAA
CAAB
CABA
CBAA
--
View this message in context: http://www.nabble.com/Multiset-Permutations-tp16529735p16529735.html
Sent from the R help mailing list archive at Nabble.com.
2004 Aug 15
1
how i can unsubscirbe to this mailing list
hi,
i wan to unsubscirbe to this mailing list but i didn't find unsubscribe
option in the listinfo/wine-users,plz tell me
how can unsubscribe from wine-users list.
thanks
2007 Jul 07
1
Minor bug in lillie.test from nortest package (PR#9784)
Full_Name: David Sterling
Version: 2.4.0
OS: OS X
Submission from: (NULL) (64.81.102.199)
lillie.test() dies without grace producing the error message: 'Error in if
(pvalue > 0.1) { : missing value where TRUE/FALSE needed' when passed a vector
of identical values.
Examples:
> lillie.test(c(0,0,0,0,0,0,0,0,0,0))
Error in if (pvalue > 0.1) { : missing value where TRUE/FALSE
2000 May 11
3
OpenSSH-2.1: FROM in 'w' empty?
Hello all,
I wonder if this is an oversight/bug/feature, but here it goes.
It seems that in OpenSSH 2.1, 'w' (or who) command may print out something
like this:
----
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
pekkas ttyp1 - 3:10am 0.00s 0.08s 0.03s w
----
2.0beta1 was the one I used before, and that printed FROM field properly.
Now,
2019 Jan 24
3
GPO / Sysvol problems
Hai,
The best info is missing.
What are the windows event ID errors?
What is the right set on the profiles folder?
If you layout is : /home/samba/profiles and you shared the folder profiles,
then show me getfacl /home/samba/profiles.
I see your running, Samba 4.7, are you able to upgrade to 4.9.4?
This:
~# cat default-rights-sysvol.acl
# file: /var/lib/samba/sysvol
# owner: root
#
2000 May 15
1
AIX authenticate patches
...ges to configure; run "autoconf" to rebuild the
configure script.
[Is this the correct method for submitting patches, posting them to the
list?]
--
Tom Bertelson "Any sufficiently advanced technology
RHI Consulting is indistinguishable from magic."
tbert at abac.com -- Arthur C. Clarke
-------------- next part --------------
--- acconfig.h.orig Tue May 9 09:50:13 2000
+++ acconfig.h Tue May 9 09:50:19 2000
@@ -9,7 +9,7 @@
/* Define if you want to disable PAM support */
#undef DISABLE_PAM
-/* Define if you want to disable AIX4's authen...
2000 May 31
3
Solaris utmp problems
Could all those who were having problems with utmp logging on Solaris
please try the test release at:
http://violet.ibs.com.au/openssh/files/test/openssh-TEST-2000053100.tar.gz
Users on other platforms, particularly HP/UX, AIX and SCO are invited
as well, to test compatibility.
The login code is heaps cleaner now.
-d
--
| "Bombay is 250ms from New York in the new world order" -
2000 Jun 13
2
2.2.1p1 / AIX 4.2.1.0.06 login nits
Hi.
New (2.1.1p1) login code is nicer on AIX (4.2.1.0.06). Thanks.
A couple of issues, though, which I haven't really dug into yet. I'm
wondering if anyone else has seen them? If not, I'll investigate &
report.
1. If I set "UseLogin" to "yes", everything seems fine except that
the authentication agent forwarding doesn't work. The "SSH"
2009 Feb 21
1
Install failure (PR#13545)
...;linux-gnu"
| #define Unix 1
| #define R_ARCH ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
FULL LOG FILE FOLLOWS
./configure --with-x=no --with-readline=no R_PAPERSIZE=letter
## --------- ##
## Platform. ##
## --------- ##
hostname = ip-216-55-136-29.dedicated.abac.net
uname -m = x86_64
uname -r = 2.6.18-92.el5
uname -s = Linux
uname -v = #1 SMP Tue Jun 10 18:51:06 EDT 2008
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown...
2016 Nov 21
2
Winbind traffic not encrypted
...EGO..GSSAPI
0x0070: 0404 4e54 4c4d 300c 0201 0265 070a 0100 ..NTLM0....e....
0x0080: 0400 0400 ....
16:37:05.457239 IP 192.168.56.33.49418 > 192.168.56.32.389: Flags [P.],
seq 117:143, ack 142, win 229, options [nop,nop,TS val 5433956 ecr
5433956], length 26
0x0000: 4500 004e abac 4000 4006 9d6b c0a8 3821 E..N.. at .@..k..8!
0x0010: c0a8 3820 c10a 0185 4279 423b 6f87 c074 ..8.....ByB;o..t
0x0020: 8018 00e5 f1d2 0000 0101 080a 0052 ea64 .............R.d
0x0030: 0052 ea64 3018 0201 0360 1302 0103 0400 .R.d0....`......
0x0040: a30c 040a 4753 532d 5350 4e...
2000 Apr 21
0
OpenSSH 1.2.3 on AIX 4.3.3
Hmph. I wish I had checked the list before I wasted a half-day on this.
Yes, the problem exists under AIX (mine's 4.3.1). Here's the patch I
came up with, which may be a little more straightforward than the
original. I confirmed that it works under Solaris 2.[67] too.
Don't forget to run autoconf.
--- bsd-login.c.orig Sat Dec 25 18:21:48 1999
+++ bsd-login.c Thu Apr 20 18:26:41
2001 Nov 19
2
df report
'df' doesn't report my root partition, but does report my
/boot partition when both are mounted with <type> auto. But
when mounted with <type> ext3, both partitions are reported.
Details:
The system has mount-2.11m, tune2fs-1.25 and df (fileutils) 4.1
I just created an ext3 fs on a new Debian Woody install initially
running linux-2.2.19 on ext2, but upgraded to