search for: krusty

Displaying 7 results from an estimated 7 matches for "krusty".

Did you mean: rusty
2002 Aug 01
0
smbpasswd problem - Please help!
...> > I'm trying to install samba 2.2.5 from source on solaris 2.5 sparc. It > compiles with no problems, and smbd + nmbd will run, and shares are > accessible. However, when I try to use smbpasswd to join the domain the > following occurs: > > smbpasswd -D 5 -j simpsons -r krusty -U administrator%myadminpasswordhere > > > provides the following debug info: > > Initialising global parameters > params.c:pm_process() - Processing configuration file > "/usr/local/samba/lib/smb.conf" > Processing section "[global]" > doing parame...
2002 Jul 26
0
smbpasswd broken pipe problem on trying to join domain
Hi there.. I'm trying to install samba 2.2.5 from source on solaris 2.5 sparc. It compiles with no problems, and smbd + nmbd will run, and shares are accessible. However, when I try to use smbpasswd to join the domain the following occurs: smbpasswd -D 5 -j simpsons -r krusty -U administrator%myadminpasswordhere provides the following debug info: Initialising global parameters params.c:pm_process() - Processing configuration file "/usr/local/samba/lib/smb.conf" Processing section "[global]" doing parameter workgroup = SIMPSONS doing parameter ser...
2001 Nov 30
1
Strange problem on Samba/NT sp6a
Hello Guys, I'm having a very strange problem with my file server ( latest samba RPM from redhat ) [root@krusty secundarias]# rpm -qa | grep samba samba-client-2.0.10-2 samba-2.0.10-2 samba-common-2.0.10-2 [root@krusty samba]# uname -r 2.2.19 One of our machines ( NT4 workstation with SP6a ) is saving files on a share that becames unacessible for all users. After some research on the machine, I found t...
2009 May 05
1
how to modify a function in a R package calling other (invisible?) functions
Hey hey kids! I'm facing this rough problem: I have to modify a function in a R package (namely, homals) but I'm not able to do it from the R interface, since this function recalls other functions which looks like invisible... I downloaded the source package from CRAN, http://cran.r-project.org/src/contrib/homals_0.9-10.tar.gz http://cran.r-project.org/src/contrib/homals_0.9-10.tar.gz how
2011 May 19
1
dbetagen function in mc2d package
Hi all, I found this useful package for generalized beta, yet the function that calculates its density leaves me puzzled, especially when I plotted it: plot(function(y) dbetagen(y,4,1.2,min=0,max=40),xlim=c(0,40)) The area between the density curve and the x axis does not seem to measure 1!!! -- View this message in context:
2012 Dec 23
1
wireframe and margins
Hi everybody, I'm working with wireframe (and persp) functions, and I'm not able to set the margins between the 3d plot and the R window... It should be easy, innit?, but I can't find out which parameters I have to change... Any help? Thanks, ktk -- View this message in context: http://r.789695.n4.nabble.com/wireframe-and-margins-tp4653838.html Sent from the R help mailing list
2007 Aug 30
0
Problem with data migration and acts_as_tree
Hi, this is my first post here, my name is Lucas and I''m just starting with rails. For one of the first models I made (an accounts plan), I had some example data in a CSV file, so I created this migration, the idea is to detect the parent/child relationships according to the account number, the code works right (if I insert some puts here and there, I can see it), but when the migration