Displaying 20 results from an estimated 107 matches for "filestor".
Did you mean:
filestore
2007 Aug 01
2
Mount options and NFS: just checking...
...ervice. I'd like to double-check
about the best mount options to use; could someone advise, please?
I have three separate directory trees for the message store, the
control files and the index files. These are arranged as follows:
Message Store
Mounted over NFS from a NetApp filer; filestore quotas are ENABLED.
Control Files
Mounted over NFS from the NetApp filer; filestore quotas are
DISABLED.
Index Files
Mounted on local disk; filestore quotas are DISABLED.
We will have a pair of Solaris 10 servers on which Dovecot 1.0.3 is
running. Users are normally directed to t...
2010 Apr 19
1
Samba Secondary Groups
...ine if I do it on the local machine even though I am the same user in the same groups. All relevant info I can think of follows let me know if anything else is needed. Spent all morning looking for an answer but only found hints of similar but not
applicable problems.
[14:14:36 root at adl-nas-01 filestore]# smbd -V
Version 3.2.5
[14:28:42 root at adl-nas-01 filestore]# uname -a
Linux adl-nas-01 2.6.26-2-amd64 #1 SMP Tue Mar 9 22:29:32 UTC 2010 x86_64 GNU/Linux
[14:28:42 root at adl-nas-01 filestore]# cat /etc/debian_version
5.0.4
[global]
security = ads
workgroup = VALEX
server string =...
2016 Aug 10
0
Maybe OT - Centos 5 SATA JMicron JMB361 SATA
...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 04:23:32 filestore kernel: ata1: hard resetting link
Aug 7 04:23:32 filestore kernel: ata1: SATA link up 1.5 Gbps (SStatus
113 SControl 310)
Aug 7 04:23:32 filestore kernel: ata1.00: configured for UDMA/33
Aug 7 04:23:32 filestore kernel: ata1.01: configured for UDMA/33
Aug 7 04:23:32 filestore kernel: ata1: EH...
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
Greetings -
I was just wondering what the state of play was with regard to
reading filestore-based quotas when the mailstore is NFS-mounted?
Timo mentioned a little while ago that he'd be including it:
http://www.dovecot.org/list/dovecot/2007-May/022594.html
However it isn't in 1.0.1 and isn't mentioned in the release notes
for 1.0.2. Is it going to be a 1.1 feature...
2011 Nov 05
3
How to get Rails 3.1's Cache store (FileStore) to work with Rack::Sendfile
...After poking around
Rack::Cache, I found out that none of the Rack::Cache Entitystores are used
-- what''s being used is Rails'' own storage
solution<https://github.com/rails/rails/blob/3-1-stable/activesupport/lib/active_support/cache/file_store.rb>
.
Is there a reason that FileStore doesn''t support Rack::Sendfile at the
moment (why it uses Marshal)? What would be the easiest way to get to what
I need? Can I just tell Rails to use Rack::Cache''s Disk entitystore? If
not, what do you guys think of letting the *body* of the *response* of *
FileStore* (yes, a bit...
2005 Jan 28
1
"Phanton" domain controller problem...
...45 (see below). That IP is the IP address that
this (the only) samba server had for a short period during the reinstall.
There is no machine at that IP now.
What is going on? Is there some file that stores PDC IP addresses? Note in
the winbind dump below, the 192.168.0.145 address for HOME and for
FILESTORE, both of which are bogus.
Regards,
Ruth
[2005/01/27 23:17:39, 4] nmbd/nmbd_winsserver.c:wins_write_database(1825)
wins_write_database: Dump of WINS name list.
*<00> TTL = PERMANENT 192.168.0.7 64
*<20> TTL = PERMANENT...
2011 Oct 26
1
Re: ceph on btrfs [was Re: ceph on non-btrfs file systems]
...e to see where that blkdev_fsync
>> > is coming from.
>>
>> Here is an strace. I can see a lot of sync_file_range operations.
>
> Yeah, these all look like the flusher thread, and shouldn''t be hitting
> blkdev_fsync. Can you confirm that with
>
> filestore flusher = false
> filestore sync flush = false
>
> you get no sync_file_range at all? I wonder if this is also perf lying
> about the call chain.
Yes, setting this makes the sync_file_range calls go away.
Is it safe to use these settings with "filestore btrfs snap = 0&qu...
2010 Apr 22
7
Making ActiveSupport::Cache consistent
...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 option on a write,
while FileStore takes it on a read, and MemoryStore ignores it all
together so that the cache will just grow until you run out of memory.
I ended up doing a pretty large refactoring of ActiveSupport::Cache to
provide universal support for some options, fix some bugs, and update
the documentation. The patch is at...
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
# force create mode = 0777
# force directory mode = 0777
inherit permissions = yes
follow symlinks = yes
wide links = Yes
# Wichtig vvv...
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
...is a Windows 2000 GUI box.
The problem arises when Windows client try's to access the data. It gets an
"Access Denied" message.
>From the default smb.conf - the following are my changes from the default...
workgroup = WORKGROUP
hosts allow = 192.168.1. 127.
security = share
[filestore]
comment = Digital Data Files
path = /filestore
public = yes
writable = yes
create mask = 0777
directory mode = 0777
I am not a Linux guru, however is do have some experience with both Samba
and Linux.
Any help will be greatly appreciated.
Mike
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
...n 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
/filestore/rails/benefits_test/releases/20101129190121)
*** [err :: ps-test-app1] rake aborted!
*** [err :: ps-test-app1] getaddrinfo: Name or service not known
*** [err :: ps-test-app1]
*** [err :: ps-test-app1] (See full trace by running task with --
trace)
command finished
failed: "sh -c ''cd...
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?
...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 you?
Anyone had success using some other clustered/HA filestore with dovecot
who can share their experience? (OCFS/GFS over DRBD, etc?)
My interest is more in bootstrapping a more highly available system from
lower quality (commodity) components than very high end use
Thanks
Ed W
2007 Aug 02
4
Poor Performance WhenNumber of Files > 1M
...ks!
Sean
------
Parameter one is number of files, parameter two is number of directories
to write into.
Dell MD3000 + LVM2. 2x7 10k rpm SAS disks 128k stripe RAID-0 for 3.8
TiBytes of total storage. Fedora Core 6 x86_64. 2xQuad Core Xeon.
Default mount and ext3 options used.
[root at galaxy filestore]# time /soc/abyss/test/fileSystemTest.pl 10000 1000
real 0m1.054s
user 0m0.128s
sys 0m0.382s
[root at galaxy filestore]# time /soc/abyss/test/fileSystemTest.pl 1000000 1000
real 1m0.938s
user 0m12.203s
sys 0m40.358s
[root at galaxy filestore]# time /soc/abyss/test/fileSystem...
2004 Mar 03
1
Windows access to samba share
...is a Windows 2000 GUI box.
The problem arises when Windows client try's to access the data. It gets an
"Access Denied" message.
>From the default smb.conf - the following are my changes from the default...
workgroup = WORKGROUP
hosts allow = 192.168.1. 127.
security = share
[filestore]
comment = Digital Data Files
path = /filestore
public = yes
writable = yes
create mask = 0777
directory mode = 0777
I am not a Linux guru, however is do have some experience with both Samba
and Linux.
Any help will be greatly appreciated.
Mike
T...
2007 Mar 22
1
Preparing for sharing with ACLs
...d/or per-mailbox) and shared folders (I admit
I'm having trouble getting my head around the latter in the Wiki a bit).
I' hoping to avoid using the current "has to be done by the
Administrator" setup, and instead want to plan for any future end-
user interface.
We are using filestore quotas for the Maildirs, so at present a
user's Maildir directories and files are owned by their username
(UNIX uid) and group (UNIX gid).
* Naturally for filestore quotas to continue to work items need to
continue to be owned by the person's username (UNIX uid).
When end-use...
2018 Jun 19
6
Ubuntu 18:04 not getting 'home' directory from DC
...og/samba/log.%m
max log size = 500
# Stops cups errors in log file
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
####### User folder for Ubuntu ##########
[home]
comment = UNIX Home Directories
path = /mnt/Filestore/user-folders
read only = no
level2 oplocks =no
oplocks = no
locking = no
strict locking = no
Any help?
Bob Thomas