The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
22 views

LyncClient.GetClient() not working when called via mvc on server

I have a tricky question and hope that someone could help me out (really important for me). My Site should make an automatic call via the Lync client if someone does a certain action on the website. ...
0
votes
0answers
33 views

How to recover after accidentally changing the root folder permissions? [duplicate]

I have used the following command on folder, thinking it will only be applied to that folder. sudo chmod 775 / Now even the user I'm using is not connecting to the server anymore. How can I recover ...
0
votes
0answers
34 views

Problems running screen without root permissions

I'm running Ubuntu 11.10 on a VPS and have problems running screen for non root users. Screen is working fine with root though. When I run it as root and hit "tty" I receive the following output: ...
0
votes
1answer
22 views

Permission Denied Issue : setfacl

I have tried to set Extended ACL for the folder ssam and ended with a "Permission Denied" message at the end. I have made sure that the ACL is enabled and is added in /etc/fstab for /home. Below are ...
0
votes
1answer
25 views

`runuser` command giving permissions error

I am getting following error when trying to use runuser command. [pradeep.c@haproxy ~]$ echo $USER pradeep.c [pradeep.c@haproxy ~]$ runuser pradeep.c runuser: cannot set groups: Operation not ...
0
votes
0answers
28 views

Add and remove SSL binding with a non admin account

Is it possible to add and remove SSL bindings with a non-admin account? I've tried to add my non-admin account to IIS Manager Users, but when I connect remotely with this user there is no "Bindings" ...
3
votes
1answer
52 views

Puppet: Create directory on nfs share with root_squash set

I have an NFS share on a server, that belongs to user barack. barack can write in this share, and root can't, because of the root squash feature I tried creating a directory for barack on the share ...
1
vote
2answers
38 views

SVN permissions editor

As far as I know all SVN path-based permissions have to be manually entered in a text file. Does anyone know if there is a nice editor for SVN path-based permissions? By "nice" I mean UI appealing ...
0
votes
1answer
33 views

Apache execution permission needed to display webpage

I am currently experiencing something weird where apache has to have execution permission in order to display pages. This is the permissions currently set on the directory where admin has all ...
0
votes
1answer
140 views

mount cifs permission denied

Hi I have tried to mount with three ways for all of them I got the same error. 1) sudo chmod 777 /estore sudo mount –t cifs -o user=domain/username%MYPASSWORD,noserverino //domain /estore 2) sudo ...
1
vote
2answers
67 views

change user within bash script

I have a simple bash script which runs great as a regular user. When launched from postfix, it runs as nobody:nobody which prevents many commands from working. Is it possible for the script to ...
0
votes
3answers
47 views

Apache folder and file permissions

I hope I came to the right site for this question. Basically here is the scenario You have folder name "Testfolder" which is hosted on Apache. Test folder has files that only certain users on the ...
0
votes
3answers
119 views

Permission denied with chmod 750 even if a user is just added to a group

I have a weird bug, I have: a user A a group B another group C I create a folder and then chown it A:B and chmod it 750. After usermod -aG A C, C should have the right to go to the newly created ...
0
votes
1answer
68 views

New EC2 ubuntu user file permissions

Hi I've just set up a new EC2 ubuntu server at AWS yay. Im logged in as ubuntu@mydomain.com first I installed mysql, php5 and apache2, no problem. now I want to edit my ...
0
votes
1answer
63 views

/dev/* permission

I accidentally sudo chmod 666 /dev/*. And now many devices in my computer messed up. I have fixed some of them like /dev/shm, /dev/snd but I am not sure about the rest. What's the correct permission ...
-2
votes
3answers
53 views

how to change directory permissions

i want every directory permission set to 755. So i want to change any directories having permission other 755 to 755. How can i change this without even touching the directories which is already set ...
3
votes
3answers
97 views

Basic clarification about Limited FTP/sFTP users

I would like to get some clarification about the correct way to create limited users to access to my VPS user as WEBSERVER with Nginix. I'm used to NOT install FTP and access via SFTP only. It is ok ...
0
votes
2answers
113 views

CentOs, Folder Permissions

I would like to give an FTP user permission to write in a folder but should not be able to alter other files in the folder or sub folder in the main folder. I have a root account, we are using the ...
0
votes
2answers
70 views

Can not su to normal user [closed]

I have a centos 5.8 box with gitolite installed . It worked fine until I yesterday my gitolite didn't work. ( fatal the remote end hung up unexpectedly) I logged to the box using root account. and ...
2
votes
2answers
79 views

How to give root user and group permission while ftp uploading for a normal user

I have to upload some videos files for streaming purpose. While uploading the videos as a ftp user, it will have the ftp user and group permission. But now in my case, the files uploaded by the ftp ...
0
votes
1answer
58 views

403 Error when accessing vhost directive

I'm having some troubles with setting up my webserver (Centos 5.8). It's a brand new server and I'm trying to set a vhost to the following dir: /home/exo/public_html However whenever I restart ...
0
votes
1answer
197 views

Cannot chown my own files from NFS

We have a NFS server provide home directory for many account, which provided by a NIS server. I have account A and B. In /home/A, I try to copy "cp -a /home/B/somedir ~/". Then I found in ...
3
votes
3answers
297 views

Allow PHP to write file without 777

I am setting up a simple website on webspace provided by my university. I do not have database access so I am storing all the data in a flat file. The issue I am experiencing is related to file ...
1
vote
1answer
47 views

How can we change the default permissions for files uploaded to our web server?

When a user uploads image files to our website the default permissions result in images which can't be viewed. How can we change default permissions to 755 automatically when for uploaded images?
0
votes
1answer
642 views

Apache running Python with mod_wsgi

I need help setting up a local Apache2 to run Python. Got it to work just fine with html, php and mysql on my Mac running Mountain Lion. Python running. Installed mod_wsgi through MacPorts and ...
0
votes
1answer
116 views

apache user directory access permission denied

I've run chmod 777 on /home/cache/, however the apache user is still unable to write to it. My php script is writing to this directory but got a permission denied error and don't know why. ls -ld ...
0
votes
1answer
377 views

run specific perl script as root under apache

I have a perl program that runs fine when called through the Internet via apache on Fedora Linux server. In that perl script I have a system command which does not run because it needs to be run as ...
8
votes
2answers
13k views

“'' is not a valid login or you do not have permission” on sql server installation

I have tried installing SQL Server 2008 multiple times on my machine, and I always receive this error about 3/4 of the way through: '' is not a valid login or you do not have permission. I use SYSTEM ...
1
vote
0answers
140 views

Set UID/GID bits on NFS file system

I have a system where to the main server (homes, nfs, ntp, queue...) can log-in only root – all the other users use front-end host with NFS-mounted home directories (RW) and all other software ...
1
vote
1answer
274 views

setgid on samba share not working with Mac OS X

I've set the setgid-bit on folders within my samba-share. It works like a charm for windows and linux clients. Accessing such a folder with a mac-client the setgid is ignored and the group permission ...
0
votes
3answers
615 views

Starting daemons as www-data

Is there a good was to start daemons as normal user? I would like to place a little script on my homeserver to start und stop services like proftpd, mysql and samba. I tried it like this, but had no ...
4
votes
1answer
335 views

mysql grant option

I have a mysql user that currently has the following privileges: mysql> show grants; +--...--+ | Grants for debian sys-maint@localhost +--...--+ | GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, ...
0
votes
1answer
147 views

How to change permission of my centos if I don't have the root password?

I've setup server on mac using virtualbox and my server is centos. but the guy who did it for me he forgot the root password that he setup at the beginning and what happen now is my website have a lot ...
0
votes
1answer
58 views

Folder/files access permission

I have office laptop registered into domain (wins server 2003) used by Bill with several access to folder/files in server, then Bill replaced by other staff, Mark. Laptop used by Bill are now used by ...
1
vote
0answers
96 views

can't assign permission for a folder to a group only one owner works

I'm trying to change permissions on a folder as root on Centos server using: chgrp -Rv ftpusers /var/www/html seems like everything is right in verbose. I have two users in ftpusers group however, ...
3
votes
1answer
237 views

How do I give permission to access “/server-status?” on a specific IP address?

What file do I edit in my apache2 folder that will give a specific IP address permission to access my "server-status?" page?
2
votes
1answer
279 views

Least, secure and enough permissions for public_html and folders and files under public_html using SuPHP

I have a server with SuPHP and DirectAdmin. Many (but not ALL) of my users are running Joomla and Wordpress. Will it make a problem if I chmod public_html and sub-folders to 700? Will they NEED more ...
1
vote
3answers
352 views

Cannot login after chmod o -rwx

I have typed a recursive chmod o-rwx command from root in a linux via ssh. After that I can not login as root anymore. It is a huge problem now. Can I do anything to do to resolve this? I can only ...
0
votes
1answer
149 views

Clients lose permission to Windows 2003 AD

My network has about 20 Windows XP clients. It often happens that a client can't access the shared folders in the Windows 2003 Server that I have; that happens right after logging in. It gives me a ...
0
votes
2answers
496 views

Change all file permissions to 644 and all folder permissions to 755 recursively

How to change all file permissions to 644 and all folder permissions to 755 recursively using chmod in the following two situation: If they had 777 permissions Regardless of the permission (with ANY ...
1
vote
5answers
333 views

reverting file owner on CentOS

By mistake I ran a stupid command with a typo in it. I created a user "teamspeak" and I wanted to change file owner of current directory and it's sub directories, but by mistake I ran it in the "/". ...
1
vote
1answer
344 views

rsync permission problems

First, I know that it was discussed before but I cannot seem to find a reliable solution for this... I have CentOS 5 with Plesk panel on my remote server where I have sites that need to be backed up. ...
2
votes
1answer
147 views

Separate git accounts on linux server

I have a lot of git repositories on my linux (ubuntu) server. I access all of them with the Apache user www-data. This worked great in the past because I was the only web developer. Now I have ...
1
vote
2answers
98 views

Permissions in a multiuser Linux environment

This question has been asked many times, but I haven't found a solution for this type of permission. I have a VPS with multiple websites in chroot, each one running with a unique user, without root ...
1
vote
2answers
1k views

IIS not allowing me to server files with .rdp extension

I am trying to host a .rdp file that will be publically available on the internet (without password, of course). IIS is not letting me use this file - I'm getting a 404 error saying it cannot find ...
0
votes
1answer
132 views

Cause for permission denied on windows active directory

General problem: By trying to change something in AD, e.g. in the ADUC, I get with a specific user a permission denied (with delegated permissions). Is there a way to determine, what permission ...
0
votes
1answer
42 views

Windows Folder Permission

May i check for the below folder rights, is the user able to read files inside of the folder?
0
votes
2answers
42 views

How do shared hosting servers keep executing code from crossing accounts?

I am kind of curious, how does a hosting server support multiple users with php but keep each user away from the other code? The 'easy' solution i thought were file permissions. So every user can have ...
1
vote
1answer
111 views

Delegating Windows permissions to different groups of administrators [closed]

We have some Windows servers. They are running all sorts of services, DNS, SQL Server, IIS, Oracle, etc. We want to setup a few AD groups, say DBA, WebAdmin and SAPAdmin. Then, we want to delegate ...
2
votes
2answers
124 views

Exchange Upgrade - GAL won't load

A recent reinstall of Exchange and now when I try to load the GAL in Outlook, error says The Bookmark is not valid. I'm pretty sure this is a permissions issue, but I don't know where to look.

1 2