Displaying 20 results from an estimated 10000 matches similar to: "Windows access to data created by Linux application"
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
2002 Feb 27
4
Mirroring
I have been running Samba for several years, in some pretty crazy
configurations. By in large it has worked extremely well. My company has
adopted it as our primary server and we have delivered several systems that
Linux/Samba are at the core.
I'm trying to address a new opportunity. The user wants to keep an NT server
as the Golden Copy and have many mirrors that actually serve the files.
2004 Mar 04
0
Repost - Windows access of Samba share
I am new to the list so my problem is likely redundant, however I have tried
to resolve it myself, to no avail.
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
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
#
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
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?
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
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
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
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
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
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
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
2012 Jul 19
1
Mutex lock contention against Active directory domain controllers causing authentication failures
Hello,
We are using Samba 3.4.6 (packaged by opencsw.org) against Active Directory 2003 on our primary University filestore. The operating system is Solaris 10 Update 10. We have a number of domain controllers. For the past two days on our main filestore has been failing connections from a number of clients.
When using smbclient (or indeed any client) connecting to the Samba server we see logs
2007 Mar 02
2
Newbie questions: Load-balanced Dovecot with NFS storage
Hi,
I experimented with Dovecot a while back and our site is now taking
the plunge to switch to it from the UW IMAP server when we rejig the
topology of our mail store and IMAP servers.
Currently we have a farm of 5 IMAP servers running the UW server.
Each has locally attached disk used to store people's mailboxes.
Each user is allocated to one of these five servers and can only
2006 Mar 29
2
Fragment Cache Wackiness
I can''t seem to get the fragment cache to use :file_store. I''d really
appreciate it if someone could point me in the right direction.
Rails 1.1 final, FreeBSD
Observe:
In environment.rb AND production.rb (for good measure, DRY be damned):
ActionController::Base.fragment_cache_store = :file_store,
"/www/apps/localfeeds/directory/tmp/fragmentcache/"
At the console
2007 Aug 01
2
Mount options and NFS: just checking...
Greetings -
I'm now in the last couple of weeks before going live with Dovecot
(v1.0.3) on our revamped IMAP service. 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
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
2005 May 06
2
Winbind Issues
Hi all,
Been having issues trying to get winbind working properly.
Basically I need windows Domain controller features such as forcing bad
password attempts and group policy etc and use samba as the FileStore.
I can kinit nps, I can join the samba machine to the AD (shows up on the
windows box too)
But when I run wbinfo -u I get ;
[root@dev1 bin]# ./wbinfo -u
Error looking up domain users
2018 Jun 20
4
Ubuntu 18:04 not getting 'home' directory from DC
Rowland,
How would I find this info?
Check if 'Rachel Jones' has a 'gecos' attribute in AD.
You seem to be being denied access to '.Xauthority', was it created on
another machine ? No
However, I am sure '-13' usually means incorrect password.
I am sure the password is correct, the /mnt/home/rachel folder is created
but the user files are not created because