similar to: (fwd) "Cannot shmget structids"

Displaying 20 results from an estimated 130 matches similar to: "(fwd) "Cannot shmget structids""

2004 Mar 24
1
Stopping new directory creation ?
Hi, I've been looking for a way to stop users creating new sub-directories under a top level (shared) directory - which will need to contain 3 readymade directories and/or to stop users placing files outside the 3 readymade directories. Is this at all possible ? Got a really basic system - Slackware 8.0 and Samba 2.2.8a running purely as a fileserver for Win2k clients. Thanks Mike
2004 Feb 09
0
samba-csadmin@samba.org
Hello, samba-users, this is a question pointed at the samba-team: Who is responsible for the adress samba-csadmin@samba.org? I wrote 2 mails to this adress to have my company-info added to the commercial-support-pages at at.samba.org but I haven't even received an answer. thank you. -- best regards, Stefan G. Weichinger mailto:monitor@oops.co.at
2004 Mar 11
0
(fwd from Bob.Jacobs@dot.pima.gov) Daemon Errors
----- Forwarded message from Bob Jacobs <Bob.Jacobs@dot.pima.gov> ----- From: Bob Jacobs <Bob.Jacobs@dot.pima.gov> Subject: Daemon Errors Date: Thu, 11 Mar 2004 15:58:07 -0700 To: "'samba-csadmin@samba.org'" <samba-csadmin@samba.org> X-Mailer: Internet Mail Service (5.5.2653.19) X-Spam-Status: No, hits=-0.9 required=3.2 tests=BAYES_30 autolearn=ham
2005 Aug 26
1
Help in Compliling user -defined functions in Rpart
I have been trying to write my own user defined function in Rpart.I imitated the anova splitting rule which is given as an example.In the work I am doing ,I am calculating the concentration index(ci) ,which is in between -1 and +1.So my deviance is given by abs(ci)*(1-abs(ci)).Now when I run rpart incorporating this user defined function i get the following error message: Error in
2015 Sep 03
0
Starting emacs gives "shmget failed: error 28" message
On 09/03/2015 03:04 AM, Robert Nichols wrote: > In CentOS 6.7, if I start emacs from a terminal session, I always see > a message, "(emacs:{PID}): Gdk-WARNING **: shmget failed: error 28 (No > space left on device)" > > The message is also logged to .xsession-errors, and that occurs > regardless of how emacs is started. The same thing occurs with > SELinux in
2015 Sep 03
0
Starting emacs gives "shmget failed: error 28" message
Robert Nichols wrote: > On 09/03/2015 04:00 AM, Nicolas Thierry-Mieg wrote: >> On 09/03/2015 03:04 AM, Robert Nichols wrote: >>> In CentOS 6.7, if I start emacs from a terminal session, I always see >>> a message, "(emacs:{PID}): Gdk-WARNING **: shmget failed: error 28 (No >>> space left on device)" >>> >>> The message is also logged
2015 Sep 03
2
Starting emacs gives "shmget failed: error 28" message
In CentOS 6.7, if I start emacs from a terminal session, I always see a message, "(emacs:{PID}): Gdk-WARNING **: shmget failed: error 28 (No space left on device)" The message is also logged to .xsession-errors, and that occurs regardless of how emacs is started. The same thing occurs with SELinux in permissive mode. Emacs version is emacs-23.1-28.el6.x86_64 . Output from strace
2006 May 09
0
is it possible share memory between domains like shmget, shmat??
hi all am a newbie to xen. was wondering if there is a way to share memory between domains. i need to be able to write to a shared memory from one domain and allow other domain(s) to read from it. for example domA is always the writer and domB or domC are always readers. to be able to do that does hypervisor provide anything like "shmget" for domA and "shmat" for domB
2015 Sep 03
3
Starting emacs gives "shmget failed: error 28" message
On 09/03/2015 04:00 AM, Nicolas Thierry-Mieg wrote: > On 09/03/2015 03:04 AM, Robert Nichols wrote: >> In CentOS 6.7, if I start emacs from a terminal session, I always see >> a message, "(emacs:{PID}): Gdk-WARNING **: shmget failed: error 28 (No >> space left on device)" >> >> The message is also logged to .xsession-errors, and that occurs >>
2000 Jul 12
1
VC6 MS Project Files
The VC6 .dsp and .dsw files included with the distro of the Vorbis source has a few problems. Mostly, a few files are missing and cause unresolved symbols when attempting to link to the resulting vorbis.lib. There also exists a problem with linking to LIBC, that can cause multiply defined symbols in an application that attempts to use vorbis.lib. The attached .dsp and .dsw file fix these
2009 Mar 04
0
Can anyone comment on my setup?
Hi guys, Can anyone comment on my setup steps? I follow instructions from many Howto's website,the below steps worked well until yesterday. It suddenly refused WindowsXp machine to join domain by giving the error "The following error occurs....Access denied" CENTOS 5.1 + fedora-ds-dsgw-1.1.1-1.fc6 + samba-client-3.0.25b-0.el5.4 fedora-idm-console-1.1.1-1.fc6
2008 May 19
0
[BioC] oligo ids
Thanks Sean! Your reply was very helpful. I already got almost what I wanted. I have some NA values but I will look if I can find them through bibliography or an external tool. Best Regards, Eleni On Mon, May 19, 2008 at 6:07 PM, Sean Davis <sdavis2@mail.nih.gov> wrote: > On Mon, May 19, 2008 at 10:47 AM, Eleni Christodoulou > <elenichri@gmail.com> wrote: > > Dear list,
2009 Dec 02
1
Ridge regression
Dear list, I have a couple of questions concerning ridge regression. I am using the lm.ridge(...) function in order to fit a model to my microarray data. Thus *model=lm.ridge(...)* I retrieve some coefficients and some scales for each gene. First of all, I would like to ask: the real coefficients of the model are not included in the first argument of the output but in the result of coef(model),
2023 Jan 31
1
How to calculate the derivatives at each data point?
Hi Konstantinos Not exactly derivative but > diff(df[,2]) [1] -0.01 -0.01 -0.01 -0.01 0.00 0.01 -0.02 -0.03 -0.02 May be enaough for you. Cheers Petr > > -----Original Message----- > From: R-help <r-help-bounces at r-project.org> On Behalf Of konstantinos > christodoulou > Sent: Tuesday, January 31, 2023 10:16 AM > To: r-help mailing list <r-help at
2023 Jan 31
1
[EXT] How to calculate the derivatives at each data point?
Try something like with(df, predict(smooth.spline(x = altitude, y = atm_values), deriv = 1)) Cheers, Andrew -- Andrew Robinson Chief Executive Officer, CEBRA and Professor of Biosecurity, School/s of BioSciences and Mathematics & Statistics University of Melbourne, VIC 3010 Australia Tel: (+61) 0403 138 955 Email: apro at unimelb.edu.au Website: https://researchers.ms.unimelb.edu.au/~apro
2000 Jul 12
1
getAttrib() and setAttrib()
Hello: I am looking at "Writing R Extensions", subsection 3.6.4, using R 1.1.0, under NT4.0, with VC++ 6.0. Under these conditions I can use the first method given for coding the out() function, but not the second, which uses getAttrib() and setAttrib(). I hope that someone will tell me how this second method can also be made to work. Details follow, for anyone kind enough to help.
2023 Jul 25
1
Seeking Assistance: Plotting Sea Current Vectors in R
Hi Kostas, The function vectorField in the plotrix package may do what you want. See the example. Jim On Tue, Jul 25, 2023 at 9:30?PM konstantinos christodoulou <konstantinos.christodoulou1 at gmail.com> wrote: > > Dear Rcommunity, > > I hope this email finds you well. I am writing to seek your assistance with > a data visualization problem I am facing while working with R.
2000 Jul 12
0
Announce: portable OpenSSH 2.1.1p3
The 2.1.1p3 release of portable OpenSSH has been uploaded to the OpenBSD ftp master site. In a few hours it will be available from one of the many mirrors listed at: http://www.openssh.com/portable.html This release fixes several bugs reported since the previous release and extends portability to NeXT and Reliant Unix. As usual, the OpenBSD team has been hard at work further polishing and
2000 Jul 12
0
Announce: portable OpenSSH 2.1.1p3
The 2.1.1p3 release of portable OpenSSH has been uploaded to the OpenBSD ftp master site. In a few hours it will be available from one of the many mirrors listed at: http://www.openssh.com/portable.html This release fixes several bugs reported since the previous release and extends portability to NeXT and Reliant Unix. As usual, the OpenBSD team has been hard at work further polishing and
2007 Nov 23
0
R users in Cyprus
Dear friends, are there enough R users in Cyprus to form a club? jason Dr. Iasonas Lamprianou Department of Education The University of Manchester Oxford Road, Manchester M13 9PL, UK Tel. 0044 161 275 3485 iasonas.lamprianou at manchester.ac.uk ----- Original Message ---- From: "r-help-request at r-project.org" <r-help-request at r-project.org> To: r-help at r-project.org