Displaying 20 results from an estimated 34 matches for "2_2".
Did you mean:
22
2012 Aug 17
2
How can we compare corresponding values of x and y (first value of x exacly matches with the first value of y)?
df <- data.frame (
"RowId" = 4:7,
"x"=c("1_1", "2_2", "3_3", "3_3"),
"y"=c("1_1", "3_3", "2_2", "3_3")
)
How can we compare corresponding values of x and y (first value of x exacly matches with the first value of y)?
If they were not matced exac...
2008 Nov 27
1
Help processing large data
Dear all,
I have one problem to handle a large dataset...
It looks like:
"read" "no" "length"
2 2 144
7 7 47490
9 9 310944
11 11 10089
14 14 13152
17 17 27363 and so on
There are 130000 rows
>From this table I need to make a table like
2_1 2 100
2_2 2 44
7_1 7 100
7_2 7 100
...
...
7_474 7 100
7_475 7 90
9_1 9 100
9_2 9 100 and so on...
In words: I want to divide the 3rd column by 100 to keep the length 100 and
increasing no of rows needed, where no will be same for all increased rows,
but the read will be changed like 2_1,2_2 and so on..
Pl...
2003 Mar 26
0
Solaris 9 sparc, Forte C compile errors (2_2 branch)
Still compile errors on Solaris 9 (Ultra Sparc in 64bit mode)
Forte C, 2_2 branch from CVS as of about 11am UK time.
Only errors shown: -
rebuilding include/proto.h
Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper -I/usr/local//include -I/usr/local//include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLOGFILEBASE="/usr/local/samba/var&quo...
2013 Sep 25
1
Computing calculation among two vectors
...nction(i) {x1<-expand.grid(x,x); unlist(lapply(paste0(x1[,1],i,x1[,2]),function(u) eval(parse(text=u))))})
row.names(res)<- as.character(interaction(expand.grid(x,x),sep="_"))
head(res)
#??? *?? /? - +
#1_1 1 1.0? 0 2
#2_1 2 2.0? 1 3
#3_1 3 3.0? 2 4
#4_1 4 4.0? 3 5
#1_2 2 0.5 -1 3
#2_2 4 1.0? 0 4
A.K.
I have two vectors one numeric and another with operand.
Eg: x - 1,2,3,4 and y-"*", "/", "-", "+"
I need to calculate all the possible two combinations in x with
each of operand in y. As example, 1*2, 1/2, 1-2, 1+2, 1*3, 1/3....
An...
2020 May 14
0
Ailing MATE desktop
...eded by (installed) ImageMagick-0:6.9.10.86-1.el8.x86_64
libMagickWand-6.Q16.so.6()(64bit) is needed by (installed) eom-1.24.0-2.el8.x86_64
error: Failed dependencies:
libraw_r.so.19()(64bit) is needed by (installed) ImageMagick-libs-0:6.9.10.86-1.el8.x86_64
error: Failed dependencies:
libIlmImf-2_2.so.22()(64bit) is needed by (installed) ImageMagick-libs-0:6.9.10.86-1.el8.x86_64
error: Failed dependencies:
atril(x86-64) = 1.22.3-2.el8 is needed by (installed) atril-caja-1.22.3-2.el8.x86_64
atril(x86-64) = 1.22.3-2.el8 is needed by (installed) atril-thumbnailer-1.22.3-2.el8.x86_64
error: Fai...
2008 Jan 15
1
help with reshaping data into long format (correct question)
...SG NY LD VG SA LD SG
sex 1 1 2 2 2 2 1 1 1 2
treat_a y y y y
treat_b n n n n n n
ques1_1 2 4 5 6 8 3 1 2 4 5
ques1_2 6 4 5 12 10 9 8 4 5 7
ques1_3 17 23 32 25 14 24 23 22 32 29
ques2_1 4 7 9 10 6 8 5 7 8 9
ques2_2 8 9 10 12 17 19 14 21 22 19
ques2_3 23 18 19 20 23 24 26 28 29 22
ques3_1 5 7 9 1 4 7 9 8 10 5
ques3_2 34 35 32 23 31 29 27 25 32 33
ques3_3 29 33 27 25 27 23 24 29 27 24
where the first row is the header row in a dataframe. First I want to merge the two variables
treat_a and tre...
2020 May 14
2
Ailing MATE desktop
> On Wed, 2020-05-06 at 10:26 -0500, Robert G (Doc) Savage via CentOS
> wrote:
>> On Tue, 2020-05-05 at 19:25 -0500, Robert G (Doc) Savage via CentOS
>> wrote:
>> > I'm about ready to run "dnf erase *mate*" and try re-installing
>> > MATE
>> > from scratch from the GNOME3 desktop. Is that possible without
>> > ripping
>>
2008 Apr 22
2
Can't use Encrypted Passwords with ldapsam backend
...kgroup = PHILLIPS.ORG
dns proxy = No
username map = /etc/samba/user.map
# The whole objective of using ldap was to set this true;
# but it seems to cause samba to choke. Is ldap ssl
# required if this is set true? Doesn't seem likely.
# http://www.unav.es/cti/ldap-smb/ldap-smb-2_2-howto.html#smb.conf
# shows an example with encrypted passwords and without tls
#
encrypt passwords = false
#
server string = %h server (Samba %v)
wins support = Yes
master = Yes
browseable = Yes
passdb backend = ldapsam
obey pam restrictions...
2002 Jun 09
2
problem copying ACLs with xcopy /o (2.2.5pre1)
hello,
has anyone got samba-2.2.5pre1 working with "xcopy /o" ?
it doesn't work over here with win2ksrv (as client) and samba-2_2 CVS as
server (suse linux 8.0, xfs-acls, kernel 2.4.18).
is xcopy /o supposed to work at all?
any hint will be greatly appreciated.
thanks,
guenther
--
Guenther Deschner guenther.deschner@suse.de
SuSE Linux AG GnuPG: 8EE11688
Berl...
2008 Jan 15
0
Help with reshape data into long format
...SG NY LD VG SA LD SG
sex 1 1 2 2 2 2 1 1 1 2
treat_a y y y y
treat_b n n n n n n
ques1_1 2 4 5 6 8 3 1 2 4 5
ques1_2 6 4 5 12 10 9 8 4 5 7
ques1_3 17 23 32 25 14 24 23 22 32 29
ques2_1 4 7 9 10 6 8 5 7 8 9
ques2_2 8 9 10 12 17 19 14 21 22 19
ques2_3 23 18 19 20 23 24 26 28 29 22
ques3_1 5 7 9 1 4 7 9 8 10 5
ques3_2 34 35 32 23 31 29 27 25 32 33
ques3_3 29 33 27 25 27 23 24 29 27 24
where the first row is the header row in a dataframe. First I want to merge the two variables
treat_a and tre...
2004 Jan 22
2
2.2.8a - string overflow by 6 in string_sub
...g (%g versus %G)
- strings over 1024 characters in smb.conf
I will look into this. But I think it would be very nice, if this error will
be fixed in 2.2.8a, because samba 3.x seemes too unstable for production
environments (if I look at the postings since version 3.0 here).
I woold live with samba 2_2 in cvs if the error is fixed there, but here are
other show stoppers:
https://bugzilla.samba.org/show_bug.cgi?id=543
Please help to fix this.
der tom
--
der tom
2001 Dec 20
1
accented share name ok with smbclient but not with smbmount
Hi,
I'm trying to mount with smbmount a WinNT4.0 share resource from a Linux
running Samba 2.2.2.=20
WinNT box is installed with code page=3D850.
The resource name includes grave accented characters, in particular: =E0.
I'm trying to smbmount with:
$ smbmount '//NThostname/of=E0rs' /mnt/ofors -o
ip=3Dxxx.xxx.xxx.xxx,username=3Dofors,password=3D******,workgroup=3Dwwwwww
where:
2001 Sep 18
1
Printer fiasco...
...ented the cvs code as to be able to use the 'use
client driver' option because win nt/2k machines have been seeing an 'Access
denied, unable to connect' error for the print queues and this will
apparently fix this. I will describe my setup and what I have done thus far:
RH 7.1
Samba 2_2 cvs
CUPS 1.1.10
Downloaded CVS
In /source, ./configure, make, make install
Added swat 901/tcp to /etc/services
Added swat config to /etc/xinetd.d with disable = no, and commented out
only_from, and changed server to /usr/local/samba/bin/swat
I have no access to swat.
I get a 'Connection t...
2001 Mar 16
0
Samba 2_2_alpha3
I have played with the SAMBA_2_2 alpha 3 Version as Domain Server, but I
have get some Problems with my Win 2K Workstations. If I try to join the
Domain with my Samba Server I get the Error message:
You couldn't join to the Domains WGNENT because
Number of Parameters is not correct.
(I don't know if the is Message s...
2002 Jan 02
1
User list under Win98
Could somebody tell me what is wrong.
When I try to give permission to a share made under Win98 to specific user
(Samba works as Domain Controller and Win98 logs into DOMAIN)
there is an error - user list is unreachable - try later - This is
translation from my language so this isn't exact error message.
Samba works as Domain Controller and WINS server.
Thanks Szmoyn.
2002 Jul 25
2
pam_smbpass.so won't load
I've just built samba debs from 2_2 head.
looks like all is cool except pam_smbpass.so
Jul 25 17:44:42 bitc passwd[18770]: PAM unable to
dlopen(/lib/security/pam_smbpass.so)
Jul 25 17:44:42 bitc passwd[18770]: PAM [dlerror:
/lib/security/pam_smbpass.so: undefined symbol: ldap_value_free]
Jul 25 17:44:42 bitc passwd[18770]: PAM add...
2003 Jan 25
0
samba-2.2.7a RPMs available for Mandrake 8.0, 8.1, 8.2 and 9.0
...here if
you need them urgently ... we're on tight bandwidth ...).
Also note that I have applied patches for:
1)Large file support for smbclient and smbtar (posted here)
2)Referral support for LDAP when samba is running against a slave ldap
server (from
http://www.unav.es/cti/ldap-smb/ldap-smb-2_2-howto.html#patches)
I have verified that large file support is fixed in smbclient (and smbd of
course ..), but haven't tested smbtar, I would appreciate a report from
someone who uses smbtar as to whether it works or not.
LDAP-enabled RPMs will not be availble in the updates for 9.0 since we...
2003 May 23
1
LDAP & Kerberos
Xcuse me for stupid questions... but why almost all of U are usiing
samba+ldap+kerberos, is it better than default authentication method?
And could anyone assist me in tunning this mad thing up? I don't ever
now what they (LDAP and Krb) are used for. Maybe U would be so kind to
give me some advices considering this topic or some url's where i can
find same topics disscussions. Thanks for
2003 Dec 01
0
No subject
...domain_list blocks until it
finds something, and process_loop is only called afterwards. Am I right?
I can patch up wbinfo to accept a command line argument for where to
read smb.conf, while this will _still_ be an ugly hack, it'll be less
ugly, and at least more usable. Will you accept it for 2_2?
Nir.
--
Nir Soffer -=3D- Software Engineer, Exanet Inc. -=3D-
"Father, why are all the children weeping? / They are merely crying son
O, are they merely crying, father? / Yes, true weeping is yet to come"
-- Nick Cave and the Bad Seeds, The Weeping Song
=20
2003 Aug 08
0
smbpasswd -m, changing account to a machine account.
...This option is only available when running smb-
passwd as root.
Before samba-2.2.8a the behaviour was as expected.
If I ran 'smbpasswd -m -a machine$' on an existing account
the account was reset and could be used as a machine account.
In samba-2.2.8a and in the current 2_2 branch in the cvs the
behaviour is different. The account will not be changed into a
machine account but stays as it was before, a user account.
This is a little bit confusing because trying to add a machine
to the domain failes with "Specified user already exists".
I appended a patch wh...