similar to: Problem with Excel on a share with ACLs

Displaying 8 results from an estimated 8 matches similar to: "Problem with Excel on a share with ACLs"

2006 Jan 14
1
SSO, *-agent & PAM
moin *, sorry for the cross-post; follow-ups should go to xdg@ (the only one of those lists i'm subscribed to). i'm pondering with the idea to implement SingleSignOn based on an authentication agent like the ones employed by ssh and gnupg. the system would consist of the two main components: - fdo-keyagent, certainly a d-bus service - pam_keyagent. a PAM module that would authenticate
2005 Feb 24
3
SLES9+winbind+NT PDC unable to access home shares
I'm running Samba 3.0.9 on SLES9 as a domain member with an NT4 PDC, using winbind to authorise domain users. I have set up a general share for all users which works fine and is accessible by all users but I am unable to set up the home shares correctly. When attempting to connect via smbclient I get the following:- tree connect failed: NT_STATUS_ACCESS_DENIED What does this mean and where
2004 Dec 14
4
3.0.9 homes share and read-only MS Excel files
Hello, I'm hoping that somebody out there can help with this strange problem... First off I'm running Kernel 2.6.9, Samba 3.0.9 on Debian Linux, with WinXP clients. Users working out of their home directories are creating and saving Excel documents and when they later attempt to edit and save the document they've created it results in this message from Excel 2000: "Document
2008 Jul 16
1
Sporadic Homedirs lost
Hi List, since the upgrade of a LDAP based PDC/BDC system to PDC/BDC and fileserver we have problems with users sporadic loolsing their homedirs. These events are unreproducible and only sporadic. Only the homedir not any of the other shares mounted from the fileserver are subject to this connection breakoff. The logs seem to suggest the username has been "forgotten" by the
2008 Nov 19
10
Outlook and roaming profiles?
Hi list, I'm trying to migrate from a workgroup based Samba server to a domain based Samba server. I need the following features - Roaming profiles - LDAP based user administration / authentication I think the LDAP part is mostly doable, though I do foresee some hair tearing, but my main concern is with the roaming profiles. Users do not have a fixed workstation and log-on to whichever
2009 May 20
3
ffmpeg + mp3 convert
Hi all, I am using paperclip plugin to upload mp3''s. Before I save the mp3 I would like to convert it to a smaller size. I am using ffmpeg library and in my Track model I am calling: before_save :convert_mp3 def convert_mp3 system("ffmpeg -i #{mp3.to_file.path} -vn -ar 44100 -ac 2 -ab 64 -f mp3 #{mp3.to_file.path}") end But this fails. Am I missing something?
2011 Jan 05
52
Offline Deduplication for Btrfs
Here are patches to do offline deduplication for Btrfs. It works well for the cases it''s expected to, I''m looking for feedback on the ioctl interface and such, I''m well aware there are missing features for the userspace app (like being able to set a different blocksize). If this interface is acceptable I will flesh out the userspace app a little more, but I believe the
2006 Aug 15
8
AGAIN: file object treated as string
I am trying to implement the uploading of a file to a remote server I get error while trying to write the file on the server. The error I get is the following: undefined method `rewind'' for #<String:0x2aaaad062eb8> It seems to be treating my file as a string instead of a File object. --------- Code is below ------------------ VIEW: <%=