Displaying 20 results from an estimated 200 matches similar to: "Reshape with var as fun.aggregate"
2011 Jun 09
2
Reshape:cast; error using "..." in formula expression.
Whenever I use "..." in the formula of the cast function, from the reshape
package, I get the following error:
Error in `[.data.frame`(data, , variables, drop = FALSE) :
undefined columns selected
For example:
data(french_fries) #available in the reshape package
> head(french_fries)
time treatment subject rep potato buttery grassy rancid painty
61 1 1 3 1
2004 Mar 25
1
factor based on pattern match ?
Hello,
is't possible to specify pattern in levels ?
> y=c("ff","f","m","mm","fm","mf","ffm","mmf","mmm","fff");
> factor(y)
[1] ff f m mm fm mf ffm mmf mmm fff
Levels: f ff fff ffm fm m mf mm mmf mmm
I want to specify levels using regexp ("f.*","m.*") or use
2005 Sep 24
0
net ads join fails on ADS 2003
hello,
i am wondering, when i try to follow the ADS 2003, samba can't join completly.
The join ends with: ads_machine_password:Message stream modified.
When i start 'net ads join' with debugging i got an error:
[2005/09/24 18:51:49, 1] libads/krb5_setpw.c:parse_setpw_reply(237)
Got error packet 0x7e from kpasswd server
[2005/09/24 18:51:49, 1]
2007 Oct 28
4
A better way to stub out constants
Hi
Something that''s gnawing at me... to avoid using the SQLite3 gem I''m
stubbing it out like this:
before(:each) do
@database = mock("SQLite3 database")
SQLite3 = Module.new
SQLite3::Database = Class.new
SQLite3::Database.stub!(:new).and_return(@database)
end
But then it keeps nagging me:
2003 Jun 27
2
Mapping User from ADS
Hi folks,
I'm using Samba 3beta running on RH 8.0 and I'd like to authentificate against a Microsoft AD. This all works very well, except that not all AD User are mapped to my Unixbox!
When starting getent passwd, my UnixBox shoiws just my User from passwd and some of the AD User - not all!! Looking through my User with the command wbinfo -u all AD user are shown correctly!
Anybody
2009 Mar 29
9
budgetdedicated server (ubuntu) down?
I was trying to update my wine package because synaptic said there was an update available and I got the following message
W: Failed to fetch http://wine.budgetdedicated.com/apt/pool/main/w/wine/wine_1.1.18~winehq0~ubuntu~8.04-0ubuntu1_amd64.deb
Could not connect to wine.budgetdedicated.com:80 (81.171.111.184). - connect (111 Connection refused) [IP: 81.171.111.184 80]
I also can not connect
2014 Aug 28
0
OT: problems with pam_mount
Hi,
I try to mount the samba shares with pam_mount automaticly on login (home folder).
I think pam had a problem with the kerberos ticket? The error 126?
I tested it with debian/wheezy and Xubuntu 14.04 LTS.
The manual mount work,...
Bye
Gregor
(pam_mount.c:554): pam_mount 2.13: entering session stage
reenter password for pam_mount:
(misc.c:39): Session open: (ruid/rgid=0/1000000,
2018 Nov 07
4
openssh-based file transfers (e.g. rsync, scp, ...) are running 40 (!!) times faster via IPv4 than IPv6
openssh 7.6p1-lp150.7.4 on OpenSuse Leap 15 (both server and client)
Hi all,
first post to list, hopefully on-topic. Haven't found anything on the net, tried to ask at first in OpenSuse forums a
while ago (https://forums.opensuse.org/showthread.php/533588-rsnapshot-rsync-massive-performance-decrease) and today
opened a bug in OpenSuse's Bugzilla
2018 Feb 14
1
Diffrent volumes on diffrent interfaces
Hi,
I run a proxmox system with a glustervolume over three nodes.
I think about setup a second volume, but want to use the other interfaces on
the nodes.
Is this recommended or possible?
Bye
Gregor
2013 Jul 11
0
go on with testing glusterfs - 3.3.1
Hi,
I'm still testing glusterfs for me.
I#m using ubuntu with the semiosis ppa
I setup a cluster of two bricks:
glustersv001:/export/daten
glustersv002:/export/daten
So far so good.
Now I want to test some issues:
1. remove one server from brick:
Think that wouldn't work with:
gluster volume remove-brick daten replica 1 glustersv002.mvz.ffm:/export/daten commit
cause it should more
2003 Jun 27
0
Problems with Ad and Winbind
Hi folks,
I'm using Samba 3beta running on RH 8.0 and I'd like to authentificate against a Microsoft AD. This all works very well, except to the fact that not ALL AD Users are mapped to my Unixbox!
When starting getent passwd, my UnixBox shows just my User from passwd and some of the AD User - not all!! Looking through my User with the command wbinfo -u all AD users are shown correctly!
2003 Jul 23
0
"net ads printer publish" Who does it work?
Hi,
i am trying to get a printer published into the ADS.
The part about printer publishing in the Howto collektion isn't ready yet so
i might have to do something else befor i can publish the printer.
Is there any dokument, perhaps a first draft?
In my lab i m trying to publish a printer from Samba3-beta3 to a Windows
ADS. If i use windows to connect to the printer i can publish the
2018 Nov 07
2
openssh-based file transfers (e.g. rsync, scp, ...) are running 40 (!!) times faster via IPv4 than IPv6
Servus Philipp,
Unfortunately the traceroute(6) results are both more or less random. Sometimes traceroute "hangs" a while, wherever,
sometimes traceroute6. Sometimes traceroute is faster, sometimes traceroute6. Not reliable.
Your MTU question, tried as adviced:
Maximum size for IPv4 is 1466, and max size for IPv6 is 1444. Exceeding these values leads to a "ping: local error:
2009 Oct 16
2
winbind loosing the ability to resolve hosts
Hello,
we have an Samba-Server acting as Domain-Member in an Win2003 AD-Domain.
System: Solaris 9
Samba Version: 3.3.5
After a while the winbindd couldn't resolve Host-Names:
[2009/10/16 15:33:36, 3] libsmb/namequery.c:(1971)
get_dc_list: preferred server list: ", AFWPD003.agi-de.net
AFWPD004.agi-de.net AFWPD005.agi-d.agi-de.net AFWPD006.agi-d.agi-de.net
AFWPD007.agi-d.agi-de.net
2010 Aug 16
1
Problem with cast {reshape}: Error in match.fun(FUN) : could not find function "Negate"
Dear All
I'm having problem with some script which worked a few months ago (on a
different computer that might well have had a different version of R
installed, so perhaps it has to do with the old version of R?):
library(reshape)
Loading required package: plyr
> tble.data <- melt.array(interp, varnames=c("tme","lon","lat"))
>
> allyrs.interp <-
2004 Aug 31
2
Dimension of apply(X, MARGIN, FUN) when FUN returns a matrix
Dear all,
apply(X, MARGIN, FUN, ...) returns an array of dimension
c(n, dim(X)[MARGIN]) when FUN returns a vector of length n > 1.
Matrices and arrays are also vectors, so if FUN returns a matrix or an
array, apply returns an array of dimension c(n, dim(X)[MARGIN]) as
above. This is in accordance with the description of apply in the
Blue Book, and also how Splus works (at least v6.0).
I am
2010 Dec 02
1
parLapply - Error in do.call("fun", lapply(args, enquote)) : could not find function "fun"
Hello everybody,
I've got a bit of a problem with parLapply that's left me scratching my head
today. I've tried this in R 2.11 and the 23 bit Revolution R Enterprise and
gotten the same result, OS in question is Windows XP, the package involved
is the snow package.
I've got a list of 20 rain/no rain (1/0) situations for these two stations i
and j, all the items in this list look
1999 Nov 12
1
[RHSA-1999:054-01] Security problems in bind (fwd)
Woops... this didn't show up here but it did on BugTraq. Questions answered!
--
Chuck Mead, CTO, MoonGroup Consulting, Inc. <http://moongroup.com>
Mail problems? Send "s-u-b-s-c-r-i-b-e mailhelp" (no quotes and no
hyphens) in the body of a message to mailhelp-request@moongroup.com.
Public key available at: wwwkeys.us.pgp.net
----------
2006 Jul 01
0
Fun with Mongrel and cygwin.
On the Mongrel FAQ forum, Josh Wehner was having problems with cygwin
(don''t know if he fixed it).
http://rubyforge.org/forum/forum.php?thread_id=6978&forum_id=5450
Due that, I manage to install cygwin, ruby and rails on my humble
little computer, it compiled worked ok (taste like *nix, so I felt a
bit off-road running this).
Anyway, tried to pass test for mongrel, and still get 1
2008 Jan 15
1
Fun with nosetuid!
On an unpatched Centos 4.4 system I chmod'd /usr/bin/sudo to ug+s, and set
the filesystem in /etc/fstab to defaults,nosetuid. Reboot, and am told
sudo needs to be set to setuid root.
An ls -l shows rwsrws-- root root sudo
I had to use a rescue CD to undo /etc/fstab for the filesystem partition
so sudo would work.
What am I missing?
Thanks.
Scott