Displaying 20 results from an estimated 100 matches similar to: "Output glm"
2007 Jan 22
2
Mode 0x1b4 errors in logs, unable to save Word documents
Hi all,
Our users have started to complain that some of the time they're unable
to save Word documents to our Samba drive - Word tells them the disk
is full. I had a look at the logs, and there are a lot of weird
"Function not implemented" errors. These have been there for a while,
but the "Operation not permitted" ones seem new. Nothing on the server
has changed.
2010 Oct 28
1
Kerberos5 ticket renewal & 'net ads join' w/o authentication
Hello,
I have two issues with Kerberos administration using Samba and this
results from my lack of familiarity with it. I am hoping someone can
point me in the right direction.
The first issue is with automatically renewing the Kerberos tickets. The
second issue deals with my having to authenticate each time I attempt to
join an AD domain. The Samba documentation indicates that I should *not*
2006 Oct 23
0
Project Manager - VMWare, Free/Open DSB, Redhat & SQL, Role available ....
Dear all,
Jo?o from Brazil kindly informed me that there was a typo in my previous message... Please find corrected message below :
I am looking for a VMWare, Free/Open BSD, Redhat & SQL Project Manager.
Does anyone know of a suitable individual?
UK Based (Berkshire) so Ideally an EU candidate.
3-6 mth contract paying ?350/400 per day going to permanent role @ Circa
2009 Jun 04
3
Plot and lm
I want to make a log-log plot with a regression line, but I can't figure
out what I'm doing wrong. What I'm trying is:
plot(mass,area, log="xy", pch=as.numeric(food))
abline(lm(mass~area))
or
plot(mass,area, log="xy", pch=as.numeric(food))
islands$logmass <- log(mass)
islands$logarea <- log(area)
attach(islands)
abline(lm(logmass~logarea))
But that does
2016 Dec 30
0
linux distribution
hi Yaniv,
On Fri, 30 Dec 2016, Yaniv Sharon wrote:
> Can someone recommend me about linux disrebution?
> 1. the server is for icecast only
> 2. cli
> 3. most lightweight and performance
at Dyne.org we develop and use http://Devuan.org on our servers
Devuan is very lightweight compared to all other distributions because
it doesn't adopts the systemd stack. You can
2010 Jun 23
0
Directory Permissions?
Hello,
Running Samba 3.3.10 on FreeBSD 7.3.
Cannot copy a folder with a subfolder and 10 files in the subfolder from
an OSX 10.6.4 client to a folder on the Samba server. What happens is
that the folder gets copied but not the subfolder and its files.
root at aries:/usr/local/etc# testparm
Load smb config files from /usr/local/etc/smb.conf
Processing section "[homes]"
Processing
2005 May 06
7
Rails hosting per user
I''m trying to set up shared rails websites, so every user has its own
public_html for rails scripts.
I''m not really satisfied with the fastcgi approach (cgi scripts can
sometimes be nasty security problems) so I''d like to try the another
approach. (If someone knows a good tutorial on installing rails on FreeBSD
including the fastcgi configuration that would be nice).
2016 Dec 29
2
linux distribution
Hi all,
Can someone recommend me about linux disrebution?
1. the server is for icecast only
2. cli
3. most lightweight and performance
Thnx.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast-dev/attachments/20161230/902cf1d0/attachment.html>
2010 Jun 21
3
tables
Dear R People:
I have generated the following table:
> table(zza$DEATH,zza$GENDER)
F M
2009-04-21 0 1
2009-04-22 4 2
2009-04-24 6 0
2009-04-25 1 3
2009-04-26 2 0
2009-04-28 3 0
2009-04-29 2 2
However, instead of total counts in the F and M columns, I would like percents.
How would I do this, please?
thanks,
Erin
--
Erin
2005 Apr 14
1
maildir creation
Hi all,
this is my first post to the list and sorry for my english.
I have a mail server based on qmail+dovecot+ldap with virtualdomains and
maildir stored in /var/vmail/<DOMAIN>/<USERNAME>/Maildir.
When I create a user on LDAP I don't create maildir too.
So if I log-in with dovecot (143,110) I hope dovecot creates maildir for
users but this is not I get: maildir are not
2011 Apr 19
1
the right way to delete mailbox/user home
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear list,
we are using dovecot with mdbox to provide mail services for a community
of 1000 academic users. We have quite a big turnover of guest users, so
we often have to deprovision the allocated resources, that is the
mailboxes. Given that the users are virtual, and that the mdbox
directory is located in the home directory of each virtual user
2004 Jun 23
0
Files and directories permissions AND Administrator account
We have Fedora Core 2, samba-3.0.3-5, kernel 2.6.5
We set acl support in fstab
We configured samba with acl support + openldap 2.1.29 as passwd backend.
In a shared folder "testshare" we set the following directives:
[testshare]
comment = ......
path = /home/testshare
read only = no
nt acl support = yes
create mask = 0700
directory mask = 0700
security mask = 0777
directory security
2009 Feb 03
1
R-CPCA
Dear Ben Bolker,
searching for a R code able to do the CPCA I found a message by you on
https://stat.ethz.ch/.
In that message you said you have something I am looking for. Would you
share with me? I ma stuck with a commercial software (GOLPE) that is not
developed anymore, therefore I'd like to try to use R for the
calculations I need.
Looking forware for a reply from you
Rino
--
2011 Jun 28
2
what to expect from changing index location
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello everybody,
I have one thousand virtual users with mdbox mailbox format and 10 GByte
quota. I have noticed some performance problem related to I/O (the
mailbox disk is a 6TB raid1+0 on ISCSI), so I want to put the index
files on a different disk. My actual mail_location is:
mail_location = mdbox:/var/vmail/%-1.1u/%u/mdbox
and I want to switch
2007 Jan 03
1
User defined split function in Rpart
Dear all,
I'm trying to manage with user defined split function in rpart
(file rpart\tests\usersplits.R in
http://cran.r-project.org/src/contrib/rpart_3.1-34.tar.gz - see bottom of
the email).
Suppose to have the following data.frame (note that x's values are already
sorted)
> D
y x
1 7 0.428
2 3 0.876
3 1 1.467
4 6 1.492
5 3 1.703
6 4 2.406
7 8 2.628
8 6 2.879
9 5 3.025
10 3 3.494
2014 Feb 10
0
Segmentation fault in libdovecot-storage.so
Hi,
I obtain continuosly segmentation fault of processes pop3 and imap, with
version 2.2.10.
This is the error for the pop3 process (but for imap is is the same):
2014-02-10 11:06:22 pop3(xxxxxxx at yyyyyyyy.zz): Fatal: master:
service(pop3): child 23804 killed with signal 11 (core dumped)
This is the kernel log:
Feb 10 11:06:22 pecpop5 kernel: pop3[23804]: segfault at 7fa42a3f4070 ip
2011 Jun 09
0
CentOS-announce Digest, Vol 76, Issue 3
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2013 May 28
0
CentOS-announce Digest, Vol 99, Issue 13
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2015 Sep 10
2
tinc generating invalid packet checksums?
We have a Zenoss server in our main office monitoring (among many other
things) an Apache server in a remote network, with a Tinc link between
the two networks. The monitoring simply involves making an HTTP request
to a URL once every 5 minutes and confirming that a response page comes
back.
Most of the requests to this particular web server succeed (and similar
requests to other web servers
2010 May 15
0
Toolbook problem?
Hi
I'm running an application that uses toolbook files such as
tb70net.exe and others.
winevdm.exe crashes leaving a long logfile starting with:
wine: cannot find L"C:\\windows\\system32\\TB70.exe"
mario at arrayan:~/.wine-bottles/Pipo/drive_c/Program Files/Pipouni> fixme:hook:Set
WindowsHookEx16 System-global hooks (7) broken in Win16
wine: Unhandled page fault on read access