similar to: ifelse problem - bug or operator error

Displaying 20 results from an estimated 100 matches similar to: "ifelse problem - bug or operator error"

2010 Jul 08
2
transformation of data.frame
Hello all R users, I have a problems transforming (or maybe better regrouping) a data.frame. I have a big data.frame, which I would like to sum up according to a specific column. This is an example of my matrix: ID gen 0042787 gen2 0016070 gen2 0016070 gen3 0007409 Gen1 0007409 gen3 0006511 gen2 0006417 gen3 0016070 gen4 0006511 gen4 I want to rearrange the matrix
2002 Jun 03
2
Help with 2.2.4 binary build
Hi folks, I'm getting these messages when compiling 2.2.4 on Solaris 7 with gcc version 2.95.3: % ./configure --with-utmp % make Compiling smbd/password.c smbd/password.c: In function `grab_server_mutex': smbd/password.c:1198: warning: passing arg 1 of `message_named_mutex' discards qualifiers from pointer target type Compiling lib/system.c lib/system.c: In function
2015 Mar 02
4
Quota and ldap
Content maildirsize : cat Maildir/maildirsize 0S 181243879 2032 19202 1 14239 1 31954 1 Le 02/03/15 14:21, Juan Bernhard a ?crit : > El 02/03/2015 a las 10:01 a.m., Jean-Fran?ois S?n?chal escibi?: >> now dovecot -n give >> >> protocol lmtp { >> mail_plugins = " quota" >> postmaster_address = jf at marche.be >> } >> >> But
2012 Oct 24
2
every 2nd echo-request malformed when ping -s >4067
Hello, while checking new mtu9k-setup, I discovered that ping has some odd behaviour. If I use payloadsize > 4067, every 2nd icmp-echo-request seems to be malformed: ping -s 4068 -D 10.5.49.65 1st: 12:21:09.048447 IP 10.5.49.126 > 10.5.49.65: ICMP echo request, id 46597, seq 0, length 4076 0x0000: 4500 1000 0f2d 4000 4001 a507 0a05 317e 2nd: 12:21:10.052891 IP 10.5.49.126 >
2002 Jun 14
2
Help: dfree command
Hi folks, I'm trying to use a custom dfree command to have my Samba share reports accurate disk usage, here my dfree script (I pretty much copied it right off the smb.conf man page) #!/bin/sh /bin/df -k $1 | tail -1 | awk '{print $2" "$4}' In smb.conf, I included this line: dfree command = /usr/local/admin/samba-2.2.4/bin/dfree This dfree command is root owned,
2009 Jun 16
1
[Announce] Samba 3.3.5 Available for Download
================================================================= "I like the dreams of the future better than the history of the past." Thomas Jefferson ================================================================= Release Announcements ===================== This is the latest bugfix release of the Samba 3.3 series. Major enhancements in Samba 3.3.5
2009 Jun 16
1
[Announce] Samba 3.3.5 Available for Download
================================================================= "I like the dreams of the future better than the history of the past." Thomas Jefferson ================================================================= Release Announcements ===================== This is the latest bugfix release of the Samba 3.3 series. Major enhancements in Samba 3.3.5
2020 Jun 22
3
nouveau on G5 Macs
Hi Ilia, I experience screen tearing for both 64k and 4k page size. My iMac G5 has an nVidia Geforce FX 5200 Ultra GPU. Regards, Jeroen Ilia Mirkin schreef op 2020-06-22 17:25: > Which GPU do you have? The NV40 AGP board (GeForce 6800) works > particularly poorly. However as long as you go with 4k pages (and > there's no real benefit to 64k pages for most applications), basic
2006 Apr 09
5
Switchroot: mount failed: 22, Kernel panic - not syncing: Attempted tp kill init!
Hi, everybody! My pxelinux.0/default file is: LABEL linux KERNEL vmlinuz-2.6.16 APPEND initrd=initrd-2.6.16.img root=192.168.4.110:/clients/192.168.4.100/root When mounting I get: switchroot: mount failed: 22 Kernel panic - not syncing: Attempted tp kill init! Before it I get some messages about: Can't find /dev/console. /clients/192.168.4.100/root/dev was empty. I've copied my
2011 Mar 07
0
"net lookup sid" fails to get user's domain
When I run the following "net lookup sid" command, I get: # net lookup sid S-1-5-21-1908027396-2059629336-315576832-12220 S-1-5-21-1908027396-2059629336-315576832-12220 1 (User) \fhess This is wrong in that "\fhess" should be "NIST\fhess". The other direction works fine: # net lookup name "NIST\fhess" S-1-5-21-1908027396-2059629336-315576832-12220 1
2020 Jul 03
0
samab-4.10 nsupdate
I changed the entries in smb4.conf (smb.conf) to this: [global] . . . dns update command = /usr/local/sbin/samba_dnsupdate nsupdate command = /usr/local/bin/samba-nsupdate -d -g And this is what results when I run: samba_dnsupdate --verbose -d8 --all-names . . . update(nsupdate): SRV _ldap._tcp.Default-First-Site-Name._sites.ForestDnsZones.brockley.harte-lyne.ca
2003 Jun 02
2
./configure --with-pam fails allways
Hi, It is since a while on different distributions that i can't compile samba --with-pam I download 2.2.8a ./configure --with-pam And i always get: 1)config.log 2)screen dump 1) this is the config.log file This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:814: checking for gcc configure:927: checking
2007 Sep 28
0
llog_origin_handle_cancel and other LustreErrors
Hi again! Same setup as before (Lustre 1.6.2 + 2.6.18 kernel). This time things suddenly started to be very slow (as in periodically stalling), and we found a bunch of llog_ LustreErrors on the MDS. Some time later stuff had automagically recovered and is back to normal speed. Any idea on the meaning/cause of these errors? What are the seriousness of "LustreError" errors in
2009 Jun 15
1
Big timeout time
Hi I'm using rsync 3.0.3 on a NAS. In the parameter list I use --timeout=1800. However sometimes I get very big timeout times like this one: io timeout after 12220 seconds -- exiting rsync error: timeout in data send/receive (code 30) at io.c(239) [sender=3.0.3pre1] rsynd.conf on the receiving side only defines modules, no timing parameters. How can that happen? What can I do to prevent
2013 Feb 15
2
data formatting
Dear Eliza, Try this: Lines1<-readLines(textConnection("1911.01.01?????? 7.87 1911.01.02?????? 9.26 1911.01.03?????? 8.06 1911.01.04?????? 8.13 1911.01.05????? 12.90 1911.02.06?????? 5.45 1911.02.07?????? 3.26 1911.03.08?????? 5.70 1911.03.09?????? 9.24 1911.04.10?????? 7.60 1911.05.11????? 14.82 1911.05.12????? 14.10 1911.06.13?????? 7.87 1911.06.14?????? 9.26
2007 Jan 16
1
nonlinear regression: nls, gnls, gnm, other?
Hi all, I'm trying to fit a nonlinear (logistic-like) regression, and I'd like to get some recommendations for which package to use. The expression I want to fit is something like: y ~ A * exp(X * Beta1) / (1 + exp(-(x + X * Beta2 - xmid)/scal)) Basically, it's a logistic function, but I want to be able to modify the saturation amplitude by a few parameters (Beta1) and shift the
2001 Nov 17
4
Updated chroot patch
Howdy folks, The chroot patch in the contrib directory had gotten stale and didn't apply cleanly, so I've updated it... The attached patch works fine with 3.0p1. Is there any reason this patch stays in the contrib directory rather than being applied to the source? I find it incredibly useful. Thanks for your hard work on OpenSSH! Bret PS: Please cc me with any responses as I'm
2007 Feb 23
1
mail-log: Same log entry when one deletes/undeletes an e-mail.
Hi Timo, I'm on RC24 with the mail-log plugin. It seems that when one deletes or undeletes a message, the log entries are the same: Deletion: dovecot: Feb 23 09:15:18 Info: IMAP(tansy): deleted: uid=4613, msgid=<E327C631261CD311BBAE00E081103C0901600871 at ritchie.dev.virpack.com> Undelete: dovecot: Feb 23 09:15:24 Info: IMAP(tansy): deleted: uid=4613,
2003 Aug 20
1
AudioCodes MP108 8-Port FXO Analog Gateway (SIP)
Is anyone out there using an "AudioCodes MP108 8-Port FXO Analog Gateway (SIP)" with asterisk to support both inbound and outbound calling? If so, I'm interested to hear how it works, and I'd love to see some example confs (both in sip.conf and on the MP108). This product has been recommended to me by a SNOM/Asterisk-friendly distributor, but I would like a second opinion
2013 Apr 29
3
[Announce] Samba 3.6.14 Available for Download
============================================================= "Just play. Have fun. Enjoy the game." Michael Jordan ============================================================= Release Announcements ===================== This is is the latest stable release of Samba 3.6. Major enhancements in Samba 3.6.14 include: o Certain xattrs cause Windows error 0x800700FF