Displaying 20 results from an estimated 107 matches for "filestores".
Did you mean:
filestore
2007 Aug 01
2
Mount options and NFS: just checking...
...(Or would "noac" be better, which also turns off client write-
caching
as well as the attribute cache?)
Q2. Should I NFS-mount either or both of the Message Store and
Control Files
with the "noxattr" option to turn off extended attributes?
Q3. Which of the filestores should I mount with the "noatime" option?
(I understand that for the filer-based NFS mounts this can be
done on the
filer, as the option isn't available with "mount" for NFS-monted
filestores.)
Q4. Any other options to use/miss out?
Currently my under...
2010 Apr 19
1
Samba Secondary Groups
This has been bugging me for years but never got around to spending a lot of time on it until I now want/need to use it for work stuff.
Problem is simple I get access denied when trying to create a file in a directory that is not owned by me or my primary group that doesn't have world writable permissions. Ive also had similar issues with NFS mounts where I can't move/create/delete files
2016 Aug 10
0
Maybe OT - Centos 5 SATA JMicron JMB361 SATA
Hi All,
I know Centos 5 is almost EOL and all this is old but....
I'm helping a colleague who has moved a Centos 5 install on an IDE disk
to system with a Foxconn M'board. His idea is to use the SATA interface
that's on the Foxconn.
The thing boots OK and then gets into a loop trying to start the
interfaces to the SATA disks. Oceans of stuff like this in /var/log/messages
Aug 7
2007 Jul 17
3
Small problem with src/lib/mountpoint.c [now with patch attached!]
Greetings -
[SIGH: I hit the "Send" button instead of "Attach". Here's Take 2...]
Whilst playing with getting quotas from NFS-mounted filestores I've
just discovered a slight problem with src/lib/mountpoint.c
I had things working on a Solaris 10 test machine which had the
mailstore mounted 'normally' using an entry in /etc/vfstab.
However when I changed to use the automounter for the mailstore
obtaining the quota broke....
2007 Jul 16
0
Getting quotas from an NFS-mounted filestore
...on Solaris I have found some code on the net which does do RPC
based quota lookups. I'm toying with the idea of trying to modify
rquota-rquotad to use this other code. However this is out of my
area of knowledge so it will be an uphill battle ... so if reading
quotas from NFS-mounted filestores will be coming Real Soon Now I'll
probably just wait instead.
So any ideas as to timescales, please?
Cheers,
Mike B-)
--
The Computing Service, University of York, Heslington, York Yo10 5DD, UK
Tel:+44-1904-433811 FAX:+44-1904-433740
* Unsolicited commercial e-mail is NOT welcome at thi...
2011 Nov 05
3
How to get Rails 3.1's Cache store (FileStore) to work with Rack::Sendfile
Hey - I need your input regarding a problem I''ve come across. I''ll first
explain what the problem is, and what I think the solution is. If I
misunderstood how things work, please let me know.
# The problem
I''m using Dragonfly (on-the-fly file processing) to serve images. Dragonfly
uses Rack::Cache to cache the processed images so subsequent requests are
served by
2005 Jan 28
1
"Phanton" domain controller problem...
Hi,
Recently I reinstalled the OS on my Samba PDC, letting Linux FC3 installer
do it's thing then overwriting the smb.conf with my old one.
Now I find that although it tries but can't become Domain master browser
again, although it is happy to become a local master, a login server and to
serve files. The reason given in the log files is that there is another PDC
on the submet at
2011 Oct 26
1
Re: ceph on btrfs [was Re: ceph on non-btrfs file systems]
2011/10/26 Sage Weil <sage@newdream.net>:
> On Wed, 26 Oct 2011, Christian Brunner wrote:
>> >> > Christian, have you tweaked those settings in your ceph.conf? It would be
>> >> > something like ''journal dio = false''. If not, can you verify that
>> >> > directio shows true when the journal is initialized from your osd log?
2010 Apr 22
7
Making ActiveSupport::Cache consistent
Lighthouse ticket: https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/4452
I have recently been working on some gems that utilize
ActiveSupport::Cache and ran into some issues with the different
implementations handling the same functionality differently. One of
the issues was that I couldn''t rely on expiring entries with
the :expires_in option. MemCacheStore takes this
2013 Oct 11
1
"dos filetime resolution" "dos filetimes" respected in samba4
Hello,
i had to upgrade a server from 3.6 to 4.0.10. Now i have a problem had
already i solved again. The problem is that a machines program is old
and require
dos filetime resolution = yes
but i does not work with the new 4.0.10
[produktion]
path=/home/filestore/produktion
browseable = yes
writable = yes
# create mask = 0777
# directory mask = 0777
#
2006 Feb 05
0
Session FileStore directory
how can i specify a different directory to store sessions (default is
/tmp/). my problem is that i am running multiple rails application and
whenever i login in one application, i automatcally get logged in
another application, because the session is sharded, so i want to
specify a different session store directory per rails app.
How can i do that?
--
Posted via http://www.ruby-forum.com/.
2004 Mar 03
1
Windows access to data created by Linux application
I am using Samba on a remote Linux system to offer Windows clients access to
data being collected by a real-time system. The real-time data collection
systems are built on the RH 8 Linux distribution. I also have one that was
built using the RH Fedora Core 1 distribution. The data collection software
runs as root (yes I do know its not the best way but for a number of reasons
it is most convenient
2007 Mar 02
2
Newbie questions: Load-balanced Dovecot with NFS storage
...so the
NFS-mounted mailstore needs to be mounted with these options on each
server:
actimeo=0
(Are there any other mount options we should use too?)
* We will be using filesystem quotas on users mailboxes. We understand
that Dovecot's index files are best on no-quota filestores so
will store
these separately.
Questions
---------
Q1. Would it be better to store the index files on NFS-shared
filestore and
direct users to any of the IMAP server machines? Or to store
the index
files on local disk and direct each user to their 'preferred' IMAP...
2010 Nov 30
2
db migration fails
I''m deploying new rails applications. Everything works well
except when it comes to the db migration:
* executing "cd /var/rails/benefits_test/releases/20101129190121 &&
/opt/ruby-enterprise-1.8.7-2010.02/bin/rake RAILS_ENV=production
db:util:migrate"
servers: ["ps-test-app1"]
[ps-test-app1] executing command
** [out :: ps-test-app1] (in
2007 Jul 17
0
Small problem with src/lib/mountpoint.c
Greetings -
Whilst playing with getting quotas from NFS-mounted filestores I've
just discovered a slight problem with src/lib/mountpoint.c
I had things working on a Solaris 10 test machine which had the
mailstore mounted 'normally' using an entry in /etc/vfstab.
However when I changed to use the automounter for the mailstore
obtaining the quota broke....
2010 Feb 17
3
GlusterFs - Any new progress reports?
GlusterFs always strikes me as being "the solution" (one day...). It's
had a lot of growing pains, but there have been a few on the list had
success using it already.
Given some time has gone by since I last asked - has anyone got any more
recent experience with it and how has it worked out with particular
emphasis on Dovecot maildir storage? How has version 3 worked out for
2007 Aug 02
4
Poor Performance WhenNumber of Files > 1M
Hi all,
I plan on having about 100M files totaling about 8.5TiBytes. To see
how ext3 would perform with large numbers of files I've written a test
program which creates a configurable number of files into a configurable
number of directories, reads from those files, lists them and then
deletes them. Even up to 1M files ext3 seems to perform well and scale
linearly; the time to execute
2004 Mar 03
1
Windows access to samba share
I am new to the list so my problem is likely redundant.
I am using Samba on a remote Linux system to offer Windows clients access to
data being collected by a real-time system. The real-time data collection
systems are built on the RH 8 Linux distribution. I also have one that was
built using the RH Fedora Core 1 distribution. The data collection software
runs as root (yes I do know its not the
2007 Mar 22
1
Preparing for sharing with ACLs
Greetings -
I'm finalising the layout of our new mailstore ready for a trial
service using Dovecot (switching from the UW IMAP server). This is
using Maildir mailboxes, changing from our current mix of MBX and
traditional Berkeley.
One of the things we are often asked for is how someone can grant
another access to their mailbox: eg, a Head of Department wants the
Departmental
2018 Jun 19
6
Ubuntu 18:04 not getting 'home' directory from DC
Hello,
I've been trying to get Ubuntu 18.04 to work with Samba AD, seems I am
almost there but am unable to get home directories to mount properly.
The domain join went without a problem but because the default cifs ver
changed in Ubuntu to get other Samba shares on a samba file server to
mount I had to add to it's smb.conf:
client min protocol = SMB2
client min protocol = SMB3
So