search for: wotan

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

Did you mean: dotan
2003 Feb 05
3
R as a `script'
is there any way i can use R as a tool for scripts in unix, as wotan[hrue]$ cat example.R #!/usr/bin/R x=1 havard -- Havard Rue Department of Mathematical Sciences Norwegian University of Science and Technology N-7491 Trondheim, Norway Voice: +47-7359-3533 URL : http://www.math.ntnu.no/~hrue Fax : +47-7359-3524 Email: havard.rue at math.ntnu.no
2002 Jun 07
2
Win98 client passwords w/Samba 2.2.3a
...cess shares, print from Windows clients, but I cannot change the password from the Win98 client. When I try, Windows tells me that the old password is incorrect. Here's my smb.conf file # Global parameters [global] ;basic server settings workgroup = OPERA netbios name = WOTAN server string = file server socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192 ;Creates a UNIX trust account as needed when the client first joins the domain add user script = /usr/sbin/useradd -d /dev/null -g machines -s /bin/false -M %u...
1999 Jan 04
0
SAMBA digest 1928
...T > Message-ID: <000001be35e0$ef388e00$658f19cb@jmm.proctors.com.au> > > -----BEGIN PGP SIGNED MESSAGE----- > > Thanks for your advice on this issue - my main problem was that I had > been using a command like: > > smbmount //jmm/cd /mnt/jmm_cdrom/ -I 203.25.143.101 -c wotan -P > topsecret > > thinking that smbmount would know that the account from which I was > doing this (root) was equivalent to Administrator on the NT machine > (because of the entry in /etc/smbusers). Evidently though smbmount > does not take any notice of /etc/smbusers, so you ha...
2015 Oct 14
1
Ocfs2-devel Digest, Vol 138, Issue 31 review
...anghui Message: 8 Date: Fri, 28 Aug 2015 16:45:44 -0700 From: Mark Fasheh <mfasheh at suse.de> Subject: Re: [Ocfs2-devel] [patch 04/28] ocfs2: add errors=continue To: akpm at linux-foundation.org Cc: ocfs2-devel at oss.oracle.com, rgoldwyn at suse.com Message-ID: <20150828234544.GN1145 at wotan.suse.de> Content-Type: text/plain; charset=us-ascii On Wed, Aug 26, 2015 at 03:11:29PM -0700, Andrew Morton wrote: > From: Goldwyn Rodrigues <rgoldwyn at suse.de> > Subject: ocfs2: add errors=continue > > OCFS2 is often used in high-availaibility systems. However, ocfs2 >...
2015 Oct 14
1
Ocfs2-devel Digest, Vol 138, Issue 31 review
...anghui Message: 8 Date: Fri, 28 Aug 2015 16:45:44 -0700 From: Mark Fasheh <mfasheh at suse.de> Subject: Re: [Ocfs2-devel] [patch 04/28] ocfs2: add errors=continue To: akpm at linux-foundation.org Cc: ocfs2-devel at oss.oracle.com, rgoldwyn at suse.com Message-ID: <20150828234544.GN1145 at wotan.suse.de> Content-Type: text/plain; charset=us-ascii On Wed, Aug 26, 2015 at 03:11:29PM -0700, Andrew Morton wrote: > From: Goldwyn Rodrigues <rgoldwyn at suse.de> > Subject: ocfs2: add errors=continue > > OCFS2 is often used in high-availaibility systems. However, ocfs2 >...
2005 Oct 01
1
X-Axis Label Overwritten By TickMark Values
Can someone tell me how to fix the left margin of plot region such that the tick values don't overwrite the x-axis label? I haven't been able to set the correct par option to fix this... TIA ------------ grdev <- function(...) { get(getOption("device"))(...) } plotFixMe <- function(spectrum, ...) { saved.par <- par(las = 1, tcl = 0.3)
2005 Oct 07
1
sscanf equivalent
I have a data file from which I need to read portions of data but data location/quantity can change from file to file. I wrote some code and have a working solution but it seems wasteful to have to do it this way. Here's the contrived incomplete code. datalines <- readLines(datafile.pathname) # marker will appear on line preceding and following # actual data offset.data