search for: arghh

Displaying 15 results from an estimated 15 matches for "arghh".

Did you mean: argh
2002 May 03
1
Daylight savings time and conversion to POSIXt (arghh!)
I have asked this question before, and received some suggestions for work-arounds that get the job done--and they are much appreciated. But I would still like to find out if I'm missing something, and whether there is a direct way using POSIXt functions (as.POSIXct, as.POSIXlt, strptime, in particular). I have environmental data collected once per minute. Here is a subset of 3 input
2010 Jul 18
3
Arghh, dovecot-2 and lda
I cannot seem to get exim/lda working... In my exim log i just see these 2010-07-18 11:51:08 1OaYOJ-0003Vn-2P == brandon at olypen.com R=router_pop T=dovecot_deliver defer (2): No such file or directory: failed to chdir to maildir:~/maildir:INDEX=~/maildir/dovecot-index Now I have all the debugging on as far as i can tell, and exim is obviously being returned some value from dovecot because it
1999 Apr 13
2
Making HTML Help files in Version 64.0
Hi, I am having trouble making the HTML help files for the installed packages in version 64.0 For example in 63.3 this is expected behavior: > version _ platform Windows arch x86 os Win32 system x86, Win32 status Beta status.rev 0 major 0 minor 63.3 year 1999 month March day 6 language R > make.packages.html() > However,
2009 Jan 23
0
Re: [cups.general] slow printing from cups
...t; choose the correct driver, as they roam to different locations, would >> prove too cumbersome. >> >> Are there any workarounds I can pursue? >> >> thanks and much appreciated, >> Ryan >> >> > yup, printing to cups directly is also fast, arghh... > what do I do now? > > _______________________________________________ > cups mailing list > cups@easysw.com > http://lists.easysw.com/mailman/listinfo/cups >
2006 Jan 16
1
[roles/users]I give up, please help
...he users_usertypes table end > how can i use a method with an attribute such as auth_by_type in a > before_filter. I tried: before_filter :authorize_by_type("admin") > but that doesnt work... > Ive been spending hours and hours on this simple thing but i cant fix it. > arghh > I have a couple of questions. > 1. How can i update/set the usertype of a user > 2. How can i see if a user has a usertype ''admin'' name > 3. How can i use the method from 2. in a before_filter -- Posted via http://www.ruby-forum.com/.
2008 Jul 06
1
How to delete incomplete installation of Wine 1.1
...ine files but when I want to run again './tools/wineinstall' it says "Wine is already configured" and so on. So my question is how do I *completely* remove all wine files to compile it again without the script './tools/wineinstall' keep telling it's already compiled?? arghh I did install again Wine from repositories and uninstalled it with hope it will take away this but nothing happens =P BTW, I'm running Ubuntu Hardy. Tnx!!
2005 Nov 12
4
matrix subset
Dear R-helpers, I apologize for this certainly simple question. I have the following R lines : > m = matrix(1:12 , 3 , 4); > m [,1] [,2] [,3] [,4] [1,] 1 4 7 10 [2,] 2 5 8 11 [3,] 3 6 9 12 > m1 = subset(m , m[,2]>=5); > m1 [1] 2 3 5 6 8 9 11 12 but in fact I would appreciate m1 to be also a matrix, and thus would like to get :
2007 Mar 13
3
Dependency problem - libijs.so
In a yum update I got: --> Running transaction check --> Processing Dependency: libijs.so for package: gimp-print --> Finished Dependency Resolution Error: Missing Dependency: libijs.so is needed by package gimp-print But slocate libijs.so Resulted in: /usr/lib/libijs.so So why the dependency error?
2010 Jan 21
3
VirtIO with CentOS 5.4
Hi, all, I'm attempting to run a Windows 2003 (32-bit) VM under CentOS 5.4, generally following: http://wiki.centos.org/HowTos/KVM I've seen nice performance benefits with the VirtIO driver under Fedora, so I'd like to get that running with CentOS as well. I have the September drivers build .iso. According to: http://www.linux-kvm.org/page/Virtio I need a KVM version 60
2009 Apr 07
2
Running an R script from Delphi 7
Gentlepersons: A long time ago I used to be able to start R (version 2.6.1) from a Delphi 7 program and run a script by using a procedure like the following: function StartRAndWait (CommandLine : string) : Boolean; var Proc_info: TProcessInformation; Startinfo: TStartupInfo; ExitCode: longword; CreateOK : Boolean; begin Result := False; { Initialize the structures }
2011 Oct 15
2
.onLoad failing because could not find function "loadMethod"
Hi, This strange warning happen sometimes when running 'R CMD check': * checking whether the package can be loaded with stated dependencies ... WARNING Error : .onLoad failed in loadNamespace() for ?pkgB?, details: call: length(new("A")) error: could not find function "loadMethod" Error: package/namespace load failed for ?pkgB? Execution halted
2008 Nov 18
4
Looks like the Tripplite SMART1500SLT support borked?
Back in July I succeeded in getting my SMART1500SLT to work with help from folks on the list and changes someone made in subversion. I just checked out the latest code from subversion and it stopped working after a reboot. It looks like usbhid-ups won't load now: # usbhid-ups -a tripplite Network UPS Tools: 0.29 USB communication driver - core 0.34 (2.3.0-1555) No matching HID UPS found
2002 Apr 12
3
Chrooted sftp, did you getting it working?
Le Jeudi 11 Avril 2002 21:09, m.ibarra at cdcixis-na.com a ?crit : > I was curious to know if you had any luck in getting openssh's sftp > server properly configured to allow chrooted sftp logins? I have had > no success and need something quickly. Dear Mike, Unfortunately, I did not succeed to have it work. I got in contact with James Dennis <jdennis at law.harvard.edu>, who
2008 May 22
9
building a many-to-many structure in javascript
hi, for some purpose, I need a "in-javascript database", maybe built with some Prototype $H function calls for creating "tables" but what about junction tables, I mean those which express many-to- many relations between two entity tables ? I though using concatenation of strings with a separator, for example "key1 key2" "1234-56" or "ABC \n 789"
2008 Mar 12
12
Mongrel has crashed
Hi, my mongrel has crashed with following errors in the logfile: ** Starting Rails with development environment... ** Rails loaded. ** Loading any Rails specific GemPlugins ** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart). ** Rails signals registered. HUP => reload (without restart). It might not work well. ** Mongrel 1.1.3 available at 0.0.0.0:3000 **