search for: imk

Displaying 17 results from an estimated 17 matches for "imk".

Did you mean: img
2001 May 09
0
Samba on LynxOS
Hello, I tried to install Samba-2.0.8 and Samba 2.2.0 on our LynxOS System. uname -a: LynxOS imklynxa 3.0.1 110298-G i386 gcc --version: 2.7-97r1 First problem in both packets: There is no LynxOS Version 3.0.1 in config.guess. I added 3 lines and tried again. configure ended only with a WARNING about the Network interface. Second Problem I had with the make command. Second Problem at 2.0.8:...
2017 Jul 05
4
expand gridded matrix to higher resolution
Hi all, (if me email goes out as html, than my email client don't do as told, and I apologies already.) We need to downscale climate data and therefore first need to expand the climate from 0.5deg to the higher resolution 10min, before we can add high resolution deviations. We basically need to have the original data at each gridcell replicated into 3x3 gridcells. A simple for loop can do
2017 Jul 05
0
expand gridded matrix to higher resolution
Hi Peter, apply(t(apply(mm,1,rep,each=3)),2,rep,each=3) Jim On Wed, Jul 5, 2017 at 5:20 PM, Anthoni, Peter (IMK) <peter.anthoni at kit.edu> wrote: > Hi all, > (if me email goes out as html, than my email client don't do as told, and I apologies already.) > > We need to downscale climate data and therefore first need to expand the climate from 0.5deg to the higher resolution 10min, befor...
2017 Jul 05
0
expand gridded matrix to higher resolution
You probably ought to be using the raster package. See the CRAN Spatial Task View. -- Sent from my phone. Please excuse my brevity. On July 5, 2017 12:20:28 AM PDT, "Anthoni, Peter (IMK)" <peter.anthoni at kit.edu> wrote: >Hi all, >(if me email goes out as html, than my email client don't do as told, >and I apologies already.) > >We need to downscale climate data and therefore first need to expand >the climate from 0.5deg to the higher resolution 1...
2006 Mar 03
0
Help compiling 3.0.21c on Mac OS X 10.4.5
...g this is to see if it'll help Mac OS X' terrible performance when talking to samba-servers, especially when a folder on the server contains many files (~< 200). If anybody has any other input on that topic, by all means.... Thanks in advance! Lars -- IT-ansvarlig ? IT Consultant IMK, UiO ? Dept of Media and Comm., Univ of Oslo http://www.larsagundersen.no/ +47 22 85 04 00
2017 Jul 12
1
submitting R scripts with command_line_arguments to PBS HPC clusters
Hi, The problem is most likely, you need to call a R CMD BATCH with your arguments and the R-script inside of a shell script that you submit to your qsub. Unfortunately we don't use qsub anymore so can't test it, but it should be as follows: R-script eg. test.R: > ##First read in the arguments listed at the command line > args=(commandArgs(TRUE)) > > ##args is now a list of
2004 Oct 05
1
compilation problem R2.0.0 Linux SuSE8.2 [incl. output] (PR#7264)
--=-=-= Sorry, forgot to attach the file... --=-=-= Content-Type: application/zip Content-Disposition: attachment; filename=pdcompilelog.zip Content-Transfer-Encoding: base64 UEsDBBQAAAAIAImkRTGksC5Kaw8AACBOAAATABUAcGQuY29uZmlndXJlLm91dHB1dFVUCQADoeli QY3pYkFVeAQA9AFkAOVcbY/bNhL+nl8hFAc0vcR2Nt1kgwJ3QLLrtm73JdjNHRb3xaApymYskapE rdf59TdDirJeKJkyisMdrmi7NucZznA0HA6HlOmG0S0X6yCSWUCCTw9XEyqTlCi+ilnARa5IHE+n 02BW5NlsxcWsbAsm9AW1zLsNUxuWBauCx2HAxBPPpEiYUAHPg5wIhj3sWd7lSMiWBTlTefCXlzcf f5//0EGi...
2017 Jun 23
0
Help: ifelse selection for x,y coordinates
Hi Celine, what about removing the unwanted after you made the x and y x<-x[x>0] # or x<-x[x>0&&y>0], ditto for y, x[x!=""] in your ifelse (... ,"") case if x and y will not have the same length afterwards you need to make that list thingy. cheers Peter On 23. Jun 2017, at 07:30, C?line L?scher <c-luescher at hispeed.ch<mailto:c-luescher at
2017 Jun 23
2
Help: ifelse selection for x,y coordinates
Hi Jim, Thank you very much for the answer?! The result is really better with this?? Here is the code?: > kk<- function(x.Koordinate, y.Koordinate, data=data) + { + coordx<-data$x.Koordinate[data$G==24] + coordy<-data$y.Koordinate[data$G==24] + x <- ifelse(data$x.Koordinate>coordx-51 & data$G>15,data$x.Koordinate," ") +
2003 Dec 01
0
No subject
...station. My problem is that the archive bit isn't set when a file is changed using this samba share like it's set if I access to the Win workstation directly. How can I make samba set the archive bit when a file is changed? Thanks for all help! ;-) Alex Return-Path: <Johann.Seemayer@imk.fzk.de> Delivered-To: samba@lists.samba.org Received: from fzkmail2.fzk.de (fzkmail2.fzk.de [141.52.27.52]) by lists.samba.org (Postfix) with SMTP id CCCD44424 for <samba@lists.samba.org>; Thu, 12 Jul 2001 03:07:14 -0700 (PDT) Received: FROM hikbkem4.fzk.de BY fzkmail2.fzk.de ; Thu Jul...
2003 Dec 01
0
No subject
...order to have write access. I don't know why you would be unable to re-open a file after it has been saved - seems like something strange with locking. Good luck! -- David C. Rankin, J.D., P.E. ASEL -- Instrument Nacogdoches, Texas N31 34.7 W094 42.6 355 MSL Return-Path: <Johann.Seemayer@imk.fzk.de> Delivered-To: samba@lists.samba.org Received: from fzkmail2.fzk.de (fzkmail2.fzk.de [141.52.27.52]) by lists.samba.org (Postfix) with SMTP id 514245090 for <samba@lists.samba.org>; Thu, 26 Jul 2001 08:17:13 -0700 (PDT) Received: FROM hikbkem4.fzk.de BY fzkmail2.fzk.de ; Thu Jul...
2003 Dec 01
0
No subject
...versions I've used -- John Duthie <john@dyatron.co.nz> Dyatron Systems 1 Rankin Ave P.O. BOX 15001 New Lynn New Lynn Auckland. Auckland. Phone: +64 9 8260030 Fax: +64 9 8260047 Return-Path: <Johann.Seemayer@imk.fzk.de> Delivered-To: samba@lists.samba.org Received: from fzkmail2.fzk.de (fzkmail2.fzk.de [141.52.27.52]) by lists.samba.org (Postfix) with SMTP id B7CA54253 for <samba@lists.samba.org>; Tue, 11 Sep 2001 23:48:02 -0700 (PDT) Received: FROM hikbkem4.fzk.de BY fzkmail2.fzk.de ; Wed Sep...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...vrmcr?VG zd}ukx|LAnpjd=y%55^ukCYrow8=yJY0ZA?Eg3Y5+Owaie+}<GB!Zh;_7Wz>`TVV!< z4M)Z$CHa)Z2r%<;LD=aI)T{8{RLt!Xh_}YC`07NFU%d;kg;J6Yz&P4fUz=?6!byzx z1C2We5Q`_c0Am6m3Dhc*q!;R-IETK>)*1a$Wkyj30CCPP<y&8j{fN6mv<}@yA^}6u zgNcO;&dX0ymaneXCTym7{ODVbf~Ic$m^hX9F_N9%$+7=b{&fLX-zImktElD5a>(oT z`XDV(#G%tSFjK;b?M$QAmUGO}@G;Qv*_D1PJUuhXdMe2r5|gn`!E2m~j^`iTCw0F6 zR8<ZA^R-N|iJJf>MhgTpt98Qm21h?La@=j(Y*`sDRR}mW3p-0gmSM9rg3 at logcf`4 z$oo`or8X;imAiF#|G%TLOTVHv^Y0`dZJk*q-Zk7N6U3nEQ!xEbTO(ALNi2!fDHO!y z2_SRxkvbR<aO~=U{_A>0GCPw=xj?}5a#~_UHPok49SuY?d6W3mVy(k`0HP!VT$Ys* z+!...
2004 Aug 10
1
DOS error 58 is back
Hi all, yesterday i switched from Samba 3.0.5 to 3.0.6 RC2 because we want to upgrade our Windows XP clients to SP2 which seems to cause printing problems with all older versions of Samba. Unfortunately this reintroduced a problem regarding DOS ( please see http://lists.samba.org/archive/samba/2004-July/089609.html ) which i already had experienced when i switched from Samba 3.0.4 to
2004 Aug 04
3
samba panic
Hi, i have got a Samba server ( currently 3.0.5 ) together with CUPS 1.1.9. running as a print server for a load of Windows 2000 / XP clients. This setup worked well for several months until about three weeks ago ( Samba 3.0.4 at that time ). Now all of a sudden i'm getting Samba crashes for those clients that try to access the 'printers and faxes' on the Samba server. In Windows
2004 Jul 21
2
strange DOS-Error 58
Hi, based on Bart Lagerweij's ( www.nu2.nu ) bootdisk, I've created a small DOS system that users can start by booting from network ( PXE ). The system is configured to map a network drive from a Suse 9.0 Pro / Samba server with various tools on it. The connection is anonymous. Until recently everything worked fine but suddenly there are strange errors: When I try to launch an EXE from