Displaying 20 results from an estimated 500 matches similar to: "Antwort: Password sync problem"
2012 Jun 01
3
Add rank column to data frame as in SQL...
Hopefully this is an easy problem...
I'm trying to add a partitioned rank column to a data frame where the
rank is calculated separately across a partition by categories, the
way you could easily do in SQL. I found this solution in the archives
that looked like it might work:
http://tolstoy.newcastle.edu.au/R/e11/help/10/09/8675.html
The example has a data frame with several car companies,
2017 Dec 17
1
Auto Data in the ISLR Package
myAuto <- Auto[ grep("ford|toyota",Auto$name),]
myAuto$Make <- NA
myAuto$Make[grep("ford",myAuto$name)] <- "Ford"
myAuto$Make[grep("toyota",myAuto$name)] <- "Toyota"
Regards,
Eric
On Sun, Dec 17, 2017 at 11:58 AM, AbouEl-Makarim Aboueissa <
abouelmakarim1962 at gmail.com> wrote:
> Dear Eric:
>
> Thank you very much.
2004 Jul 13
1
Antwort: Re: Antwort: Re: 3.0.4: smbd's + nscd's = 100% CPU; load> 4
>> I checked my /etc/group for irregular entries and repaired
>> all of them. Since then the problem didn't occur any more.
>> Even so it wasn't very frequent.
>>
>> I still have a bunch of strace logs of smbd and of nscd.
>> Cann I upload it somewhere for you if you can use it?
>>
>> Or do you suggest to replant the erroneous entries and
2009 Apr 06
0
conflict name of si_code on NetBSD
Hi.
I compiled 1.2.rc2 on NetBSD.
[toyota at sernpidal]% uname -rsm
NetBSD 3.1 i386
[toyota at sernpidal]% ./configure; make
--- snip ---
gcc -DHAVE_CONFIG_H -I. -I../.. -std=gnu99 -g -O2 -Wall -W
-Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -MT child-wait.o -MD
-MP -MF .deps/child-wait.Tpo -c -o child-wait.o child-wait.c
In
2001 Nov 28
4
password sync problem
Hi!
I'm a newbie on this. This system had been setup by a guy before me.
Doing a testparm gives me one of these messages:
---cut----
ERROR: the 'unix password sync' parameter is set and the 'passwd
program' (/bin/
passwd) cannot be executed (error was No such file or directory).
---cut---
This might be the reason why I get logs such as this:
............
Nov 25 10:26:58 server
2005 May 19
0
RE: pronunciation? -- loving CentOS doesn't mean you have to bash Red Hat
> Ubuntu and Knoppix can say they use Debian sources ... SLAX can say it
> uses Slackware sources. Those guys have trademarks too.
Debian and Slackware don't sell "enterprise" products. And many such
projects are non-profit or otherwise. Unless Debian plans to establish
itself as a commercial player, they don't need to defend their trademark.
In fact, the commercial
2005 Apr 19
1
Antwort: Re: Antwort: Re: OpenSSL Installation Problem after Migration AIX 4.3.3 to AIX 5.2
Hi
# lslpp -l perl.rte
Fileset Level State Description
----------------------------------------------------------------------------
Path: /usr/lib/objrepos
perl.rte 5.8.0.0 COMMITTED Perl Version 5 Runtime
Environment
# lppchk -vm3
# perl -V
Summary of my perl5 (revision 5.0 version 8 subversion
2017 Sep 08
2
Antwort: Antwort: Re: Windows 10 and Java Applications on a samba share
Hello everyone,
so no one has any idea what causes this problem? :-(
Nils
Von: Nils Wieseloh via samba <samba at lists.samba.org>
An: Brian Cowan <brian.cowan at hcl.com>,
Kopie: "samba at lists.samba.org" <samba at lists.samba.org>, samba
<samba-bounces at lists.samba.org>
Datum: 28.07.2017 08:44
Betreff: [Samba] Antwort: Re: Windows 10 and
2008 Mar 09
1
Two sample t-test
Hi,
I want to perform t-test in R for each individual car. Here is what i have.
Is there a way i can test each car?
The original table (test.csv)
Car Tester2 Tester2 Controller1 Controller2
Audi 0.56 0.9 0.5 0.9
Toyota 0.2 0.9 0.9 0.2
Honda 0.5 0.9 0.1 0.5
BMW 0.2 0.3 0.5 0.7
> cars<-read.table("c://test.csv",header=T,sep=",",
+ skip=2,comment.char="")
2017 Sep 08
1
Antwort: Antwort: Re: Windows 10 and Java Applications on a samba share
Hai,
Dit you set :
acl allow execute always = yes
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens Nils
> Wieseloh via samba
> Verzonden: vrijdag 8 september 2017 9:43
> Aan: nils.wieseloh at vit.de
> CC: samba at lists.samba.org; Brian Cowan; samba
> Onderwerp: [Samba] Antwort: Antwort: Re: Windows 10 and
2017 Dec 17
0
Auto Data in the ISLR Package
Dear Eric:
Thank you very much. It works nicely.
*Just one more thing;* how to create a new variable (say, *Make*) with *Make
= Ford* for the ford brand and *Make = T**oyota* for the toyota brand.
Once again thank you all.
abou
______________________
*AbouEl-Makarim Aboueissa, PhD*
*Professor of Statistics*
*Department of Mathematics and Statistics*
*University of Southern Maine*
On
2001 Sep 25
0
AW: Antwort: Win 2000 Compatability issues
Hi,
i agree with Stefan. I have the same problem with Win2K Client and SAMBA
Server.
But on my situation i have one PC that i can make a connect and all the
other not.
Alle workstation are on the same group, are all in the same SubNet; but i
can?t see
my SAMBA _ Server so well like on this machine that is working.
So is there any other problems on SAMBA ?
Kind regards
Matthias
2001 Sep 06
0
Antwort: Re: AIX openssh use of SRC control
Hi
I've finished and tested a patch to add src routines to openssh (based on the Redbook "Writing Reliable AIX Daemons")
Since a few days I have the O.K. to post it on the list, but I still want to splitt my patch file into logical parts
(SRC/Logging/Datatype fixes)
Frank
Datum: 06.09.2001 19:04
An: Denise Genty <genty at austin.ibm.com>
Kopie:
2016 Sep 23
1
Antwort: Re: Antwort: Re: permissions of new files and directories
> Von: Rowland Penny via samba <samba at lists.samba.org>
> An: samba at lists.samba.org
> Datum: 22.09.2016 15:14
> Betreff: Re: [Samba] Antwort: Re: permissions of new files and
directories
> Gesendet von: "samba" <samba-bounces at lists.samba.org>
>
> On Thu, 22 Sep 2016 14:36:34 +0200
> Philipp Snizek via samba <samba at lists.samba.org>
2014 Oct 28
1
[Bridge] Antwort: RSTP daemon and Marvel switch
Hello Satya,
> RSTP daemon runs in application and stops the kernel stp and informs
> to pass the packets to application layer.
> RSTP daemon waits in raw socket with stp filter.
> You just need to change the a bit code for port wise that all.
ok thanks,
do I need the DSA (Distributed Switch Architecture) driver support to
distinguish from which port a frame arrived?
2004 Aug 08
0
Antwort: Re: Source for OCFS Support Package
Studying /etc/init.d/ocfs, I just realized KVER probably had to be
specified as 2.4.21-15.ELorafw1.
Like I said, I am far from being a Linux expert.
Regards,
Roland
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oss.oracle.com/pipermail/ocfs-users/attachments/20040808/611120a6/attachment.htm
2007 Jan 29
0
Antwort: Re: "no longer stale" when disconnected with 2.0.5
> here the output of "upsd -DDDDD" when starting "upsc apc@localhost
> ups.status" (and stopping after 20-30 sec with an ctrl+c)
Ah, you have a problem with 'upsc' rather than with 'upscmd' like you
stated before. That changes things.
> Connection from 127.0.0.1
> acl_check: localhost: match 1
> ACL [localhost] matches, action=1
> write:
2004 Aug 08
0
Antwort: Re: Source for OCFS Support Package
Thanks Sunil for your advice.
I tried that both for
ocfs-tools-1.0.10.tar.gz and
ocfs-1.0.12.tar.gz.
./configure --with kernel=/usr/src/linux-2.4.21.-9.0.01.ELorafw1
make KVER=up
make install
That was successful.
When I tried to load_ocfs I still got "undefined symbol" errors.
I found another ocfs-users thread from April where Wim suggested using the
i686 kernel
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
2005 Apr 20
0
Antwort: Re: OpenSSL Installation Problem after Migration AIX 4.3.3 to AIX 5.2
Hello ALl
Thanks for your Input
I have now installed openssl Successfully
# rpm -V openssl-devel-0.9.6m-1 openssl-doc-0.9.6m-1 openssl-0.9.6m-1
root at falcdd1 /software/aix520/expansion/installp/ppc
# lppchk -vm3
If i install the IBM openssh Package the Installation will not be
successfull.
The ssh-keygen will not work, but is compiled with this openssl Version.
# ps -ef | grep ssh