Displaying 20 results from an estimated 37 matches for "umist".
2004 Aug 02
4
Is k equivalent to k:k ?
...quot;
> class(4.0:4.0)
[1] "integer"
Georgi Boshnakov
------------------------------------------------------------------------------
Dr Georgi Boshnakov tel.: +44 (0)161 200 3684
Mathematics Department email: georgi.boshnakov@umist.ac.uk
UMIST
P O Box 88
Manchester M60 1QD
UK
[[alternative HTML version deleted]]
2004 Dec 08
4
Is k equivalent to k:k ?
...is not specified but
the object is double.
> typeof(seq(from=1, length=1))
[1] "double"
marcus
>>> Martin Maechler <maechler at stat.math.ethz.ch> 3/08/2004 3:15:45 AM >>>
>>>>> "Georgi" == Georgi Boshnakov <georgi.boshnakov at umist.ac.uk>
>>>>> on Mon, 2 Aug 2004 15:46:37 +0100 writes:
Georgi> Hi, I wonder if the following (apparent)
Georgi> inconsistency is a bug or feature.
a feature "of course".
Georgi> Since scalars are simply vectors of length one I
Georgi>...
2004 Dec 08
4
Is k equivalent to k:k ?
...is not specified but
the object is double.
> typeof(seq(from=1, length=1))
[1] "double"
marcus
>>> Martin Maechler <maechler at stat.math.ethz.ch> 3/08/2004 3:15:45 AM >>>
>>>>> "Georgi" == Georgi Boshnakov <georgi.boshnakov at umist.ac.uk>
>>>>> on Mon, 2 Aug 2004 15:46:37 +0100 writes:
Georgi> Hi, I wonder if the following (apparent)
Georgi> inconsistency is a bug or feature.
a feature "of course".
Georgi> Since scalars are simply vectors of length one I
Georgi>...
2001 Dec 10
1
high dimensional convex hull
Does anyone know of a R package that will determine the convex hull of a
high-dimensional dataset (say 4-10 dimensions). I know chull works for
2D data.
I'm neophyte to R and convex hulls so please keep it simple.
Many thanks
Ben
--
Ben Stapley.
Biomolecular Sciences, UMIST, PO Box 88, Manchester M60 1QD.
Tel 0161 200 5818
Fax 0161 236 0409
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in t...
2008 Sep 23
1
help required for passing parameters to rsync within a script
...nd filters but I can't get the correct
quoting/escaping... any ideas?
eg cmd line (all on a single line):
/home/horace/mccssmb2/src/rsync-2.6.9__icc/rsync --times --links -z
--progress --stats -v -rP --filter='+ */' --filter='+ CONC*' --filter='-
*' . michael@ratty.phy.umist.ac.uk:/data_hdd1/michael/`basename $PWD`
but I can't see how to sort FILTER in this bash script such that + and
*/ all work properly... ta, Michael
# cmd - need newer than system rsync
RSYNC_EXE=${HOME}/src/rsync-2.6.9__icc/rsync
RSYNC_CMDS='--times --links -z --progress --stats -v --dry...
2003 Jun 18
1
smbpasswd -a failure
Hello,
I am trying to run Samba 2.2.8a in an embedded linux system and
running into problems with smbpasswd. With both smbd and nmbd
processes running fine ( the log files at log level 3 don't show
errors),
when I try to add a user to the smbpasswd file I get the following
error.
# smbpasswd -a pbathini
New SMB password:
Retype new SMB passwd:
User pbathini does not exist in system passwd
2008 Oct 09
2
how to start rsync daemon on fedora
...0 - 17433 pipe_w 15:26 pts/4
00:00:00 grep rsync
and this is when I've tried both of
a) /usr/bin/rsync --daemon -v
b) sudo /sbin/chkconfig rsync on
I also see, when trying to see which rsync modules are loading, the
follow error message (when invoked from another machine):
# rsync veri.phy.umist.ac.uk::
rsync: failed to connect to veri.phy.umist.ac.uk: Connection refused
(111)
rsync error: error in socket IO (code 10) at clientserver.c(104)
[receiver=2.6.9]
Please could somebody let me knw what I'm going wrong? Ta, MIchael
2003 Feb 21
4
how do i umount a device busy ?
I have mounted a win98 machine from a ML8.1 samba 2.2.2
The win98 machine, as all windows machines do, crashed on me.
Now i can't unmount the mounted folder, If i do it from cli, i get
umount usr/Cad12: device busy.
If i try and cd to that folder, the console freezes and only kill
application will shut it down.
I tried as su and on another Virtual console as root, but it will not
umount.
2002 Feb 13
5
Restarting
Greetings'
i have installed a redhat 6.2 on my machine. I have also installed Samba 2.0.6 on it and seems working fine for almost a year. But one of my problem is "Disappearing Mounts". I always use this command ( mount -t smbfs //server/shared/ /mnt/temp -o username%password) for re-Mounting. But several days later... my machine keeps on restarting everytime we access the mounted
2003 May 15
5
Session and open files
Hi,
Hi I'm using redhat 9 I've got samba working and I have users onj the
system accessing the shares, Can anyone recomend a programme that can
tell me whch users have got files open on my samba box
Thanks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Iwan Davies
Server Support and Development Technician
Cyngor Sir Ceredigion County Council
IT Section
Finance
iwandav@ceredigion.gov.uk
2003 Nov 21
1
output files in a different directory
...files in a different directory
than the working directory?
Thanks in advance,
Fatima
--------------------------------------------------------
Fatima Sanchez-Cabo
Institute of Biomedical Engineering
Graz Technical University
Krengasse 37
8010 Graz / Austria
Department of Biomolecular Sciences
UMIST
P.O. Box 88
Manchester M60 1QD/UK
______________________________________________
R-help at stat.math.ethz.ch mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
2002 Dec 27
1
RLIMIT_AS patch for FreeBSD
...t size __attr_unused__)
{
-#ifdef HAVE_SETRLIMIT
+#if defined(HAVE_SETRLIMIT) && defined(RLIMIT_AS)
+/* FreeBSD has setrlimit(2) but does not define RLIMIT_AS */
struct rlimit rlim;
rlim.rlim_max = rlim.rlim_cur =
Thanks,
--
Dominic
<dom at cus.org.uk> <d.marks at student.umist.ac.uk>
2003 Apr 15
0
Group ID validation and FreeBSD
...quickly I'll pass it along.
If anyone would like to take a look at the port you can get a copy at
the following address:
http://cus.org.uk/~dom/dovecot-0.99.8.1.shar.gz
Hopefully this will go into FreeBSD CVS quite soon.
Thanks,
--
Dominic
<dom at cus.org.uk> <d.marks at student.umist.ac.uk>
2002 Nov 19
1
Using Dat drive on another LM9 machine
How can i use a dat tape on another remote LM9 machine.
Using tar and keeping the original ownership/permissions.
or smbmount to the machine with the files on and again keeping the original
ownership/permissions.
Many Thanks
Ken
2002 Dec 23
2
What the difference between
Could someone please explain What the difference is between,
Samba-2.2.2-3.3mdk.i586.rpm
and
Samba-client-2.2.2-3.3mdk.i586.rpm
and
Samba-common-2.2.2-3.3mdk.i586.rpm
Which one do i need to upgrade my samba server on lm8.1
many thanks
Ken
2004 Jun 30
1
Samba 3.0.4 on RHEL 3
I want to run Samba 3.0.4 on RHEL3. The version provided by RedHat is
samba-3.0.2-6.3E. I can't find any RPMs or SRPMs for RHEL3. Any help you
can provide would be much appreciated.
Regards
--
Simon Oliver
2004 Jul 02
0
Samba + ACL - Heading OT
...a result of Internet transmission, nor
accept liability for statements which are those of the author and not
clearly made on behalf of BMT SeaTech Limited.
========================================================================
==
-----Original Message-----
From: Simon Oliver [mailto:s.oliver@umist.ac.uk]
Sent: 02 July 2004 14:09
To: Mark Lidstone
Cc: samba@lists.samba.org
Subject: RE: [Samba] Samba + ACL
> If you're interested, my setup is Samba 3.0.4 on Fedora Core
> 2 using yum to update the kernel and it works fine.
yum?
2004 Jul 08
0
Re. : best filesystem choice for samba (was: new user cannot logon)
...----------------------
St?phane PURNELLE stephane.purnelle@corman.be
Service Informatique Corman S.A. Tel : 00 32 087/342467
|---------+--------------------------------------------------------->
| | "Simon Oliver" <s.oliver@umist.ac.uk> |
| | Envoy? par : |
| | samba-bounces+stephane.purnelle=corman.be@list|
| | s.samba.org |
| | |...
2004 Sep 14
1
Smbpasswd problem fine before but now ?
I set up a LM ( Linux Mandrake ) machine a 6 or 7 months ago with LM8.2 and
samba 2.2.8a.
I set up a 5 disk software raid 5 and made 5 accounts and 5 entries into
smbpasswd using
smbpasswd -an XXXXXX
All went fine, nothing out of the usual happened and all users could hammer
the raid remotely to see if it died.
I have just resurrected the machine, which has been powered down for about 4
months
2002 Nov 05
1
Warning when updating Samba via mandrake update
I've just done a update of Samba from 2.2.4 to 2.2.6.
After installing everything it says some files were modified, ie smb.conf,
and gives you the option to view the changes.
It removed all my shared folders, removed settings from 'global' and changed
lines for cups and other bits and pieces. Some changes are highlighted in
green and the ones it removes are in red with '-'