Hi, this is pretty strange.
I've got this string that connect to a SQLServer in the same domain as the computers are running and compares username with employeeID. Then takes that row and dumps it into the lokal computers registry. This is working in Windows XP, but not Windows 7 it seems.
I get this exact error message:
Line:39
Char:...
I currently have gitosis installed and configured on a server. It does exactly what it says on the tin, and does it well.
One of the repositories is a Rails application, an application which is ran in production mode inside a subdomain (lets call this staging.foo.com) before going live. The contents of this Rails application is located ...
My professor needed access for copying my files and I used 'setfacl -b .' on my home directory to give him access. Now I changed it but now no one has access. So I then changed it so others can now have execute permission
When I look at all the users on my server though, everyone seems to have "drwxrwx--x+" while mines is only "drwxrwx-...
I recently removed my ACL because my professor needed to copy certain files. Now I know I should have just granted his user permissions instead of removing it all using 'setfacl -b .' on my home directory.
So the question is how do I recover or set a new ACL to my home directory using setfacl/getfacl?
...
I would like to know where people draw the boundary between assigning permissions to a user in a muliti user appliction and the business logic.
For example if a user can have permission to access a number of cars do you assign these permissions directly through the user class by adding them to a collection of car objects on the user o...
I use Window 2003 server, and I need get information about security folder, programatically using C#.
I want create a tool for check permissions. I need get the groups, users, permissions and special permissions for a folder,
C:\Documents and Settings\All
Users\Application
Data\Microsoft\Crypto\RSA\MachineKeys
edit:
the follo...
I've recently came across a problem for which I can only think of muddy solutions.
Imagine a table has several objects (lets say photos to make it easier). Every single photo/object must have it's own set of permissions.
1 - photo must always be seen by uploader
2 - photo belongs to a group of photos and all users that have access to t...
Server shutdown from power failure.
Mysql will not start now.
Disk is not full.
Syslog is below
Oct 11 15:03:31 joe mysqld_safe[24757]: started
Oct 11 15:03:31 joe mysqld[24760]: 101011 15:03:31 InnoDB: Operating system error number 13 in a file operation.
Oct 11 15:03:31 joe mysqld[24760]: InnoDB: The error means mysqld does not have ...
I'm not sure if this should go here, or on superuser (as it seems to pertain to both topics), so I've put it here, if it's not appropriate, all go ask it on superuser.
Anyway, I have a git repository that can't go completely open source (otherwise I would just put it on github and be done with it), and I have a server that I have ssh ac...
I developing window application in C#. I created one installer with this windows application. It is running fine on nearly all computers. The window application takes the ID of processor & then based on that ID generates one unique key. On one computer it is giving the error "Windows installer failed to generate the key. Please contact y...
Hi,
We have TFS 2010 set up with a single collection. This is great as there are minimal databases to manage and we can view work items across multiple projects. We now want to open the TFS/WSS Work Item Only View to clients to let them view and submit bugs. This is fine from the SharePoint permissions side, but falls down just sligh...
Our client wants to use the user profile service as an automated organizational chart, but doesn't want any of the social networking features of SharePoint 2010. All user info is imported from AD correctly, but there are links all over the place to "Edit my Profile" or "Update my Keywords" or do facebook-like status updates and notes. ...
I am using Windows 2003 and have an IIS website.
I created a file called test.asp in the c:\inetpub\wwwroot directory with the following contents:
<html>
<body>
<p>This is the text in the text file:</p>
<%
Set fs = Server.CreateObject("Scripting.FileSystemObject")
set f = fs.CreateTextFile(Server.MapPath("testread.t...
Hello,
I have build a program in Visual Studio. The program creates a logfile and writes into it while the program is running. Therefore I constructed an installer (setup-project), that should set write permissions for my program-folder regardless which user works with the program.
currently it looks like this:
// ...
}
InitializeCom...
EDIT: Problem solved, FileOutputStream defined uncorrectly, change to:
fos = new FileOutputStream( root + "/" + saveFileName );
Hello, I have a problem writing to the SD card, here is the code:
(Sorry about the layout of the code, just copy pased it )
public class SaveAndReadManager {
private String result;
private String saveFileN...
Hi all,
I am accessing network drive (Z:\stream) on windows. Now the permission set on stream folder is like chmod -R 777 streams/ means all the files inside stream is at 777 but now i am copying some files from windows to this streams folder but permission on those files are not 777 ,i would like to have permission 777 on those files t...
I have a file in my project folder.How i can i give file write permission using php.I used this code
chmod($file,0777);
But it giving an error
Warning: chmod() [function.chmod]: Operation not permitted
The file is created by another user.Is their any way to do this .Thanks in advance
...
Hello
I want to check whether a user has permissions to a site collection. But i dono how to use SPSite.DoesUserHavePermissions().
What is SPReusableAcl? How can i get it for checking the permissions of the user?
...
I'm shifting code from an application built in a non-standard custom PHP framework into Ruby on Rails (version 3). In the PHP version all the controllers are really fat, with thin models, which I've always disagreed with, so I'm enjoying the way Rails does validation at the model level, which is probably 90% of what's happening in these...
Is it ok to assume /tmp folder writable by PHP/Apache on any unix system?
I'm making a script and want to save cache in the tmp folder and want to know whether that can cause problems.
...