Group And User Xfs Created

Dec 18, 2008

After some yum updates last night one user and group called xfs were created on my dedicated server. Does anyone know what this group/user is used for?

View 0 Replies


ADVERTISEMENT

Which User Group

Aug 27, 2007

I'm making an account for my friend, and I just want him to have access to /var/www/hishomedirectory/

I want him to be able to do anything in that directory (rename files, delete, copy, move, upload, etc..), but not able to use apt-get or play with settings. Not a superuser either.

View 3 Replies View Related

Apache :: No User Or Group Set

Apr 3, 2014

I have opensuse 13.1 on my server and i folow this tutorial: URL....but as you see this is for opensuse 12.2, but i manage to run everythink only apache2 server.Well i get this error, but i run vhost.No user or group set - set suPHP_UserGroup..Well apache2 is rurning as every other thinks on server only web page dont show and i get error: Server error!

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.

View 1 Replies View Related

Upgrading To VPS - User And Group Permissions

Jul 23, 2009

I've finally made the leap to upgrading from shared hosting to a VPS. I'm still setting up my configuration before I point the domain name to my new server, but for now, I have the site mirrored and I'm ensuring that all is running well. For the most part, everything is working, but I am running into a few permission issues...

As of right now, all the files in my htdocs directory are owned by root, and I am logging into my FTP client as root. However, I'm pretty sure that this is not how I should be doing this, because I need to allow write permissions to some folders from my php scripts.

I was just curious, how do you you guys set up the users and groups on your linux servers (running apache). I'm just not certain of the best way to handle it. Should I make a new FTP user, and if so, what group should it go in? Should that user be the owner of all the web files? When is it safe to set folder permissions to 777?

View 4 Replies View Related

Why Should Us Change The User/group Of Apache

Jul 27, 2008

APache is running under the "nobody" user/group as default in CPanel servers
as a suggestion I should change it to another user/group to improve security!

But in CPanel servers its hard to do that because you must edit some scripts and files to prevent the backing to nobody when running some scripts such

PHP Code:

/scripts/chownpublichtmls/scripts/enablefileprotect 

or when create a new account

Some sites says "the secret of changing the user/group is in the UID/GID of nobody < 100 !"

so I found a solution :

1 - delete the user/goup nobody

2 - recreate it with GID/UID > 30000

3 - run /scripts/chownpublichtmls

so the question is that solution improve security or i should change the user/group to another one! like "www"?

View 3 Replies View Related

PHP MKDIR OWNED Apache User / Group

Feb 17, 2015

When a php framework try to create a new folder, it's created with apache: apache owner instead the user and group owned the root folder.

the PHP safe_mode is set to off.

View 3 Replies View Related

Plesk 12 Permissions For Sites Using Apache For User And Group

Jan 6, 2015

We have several sites on one server. When I use the plesk wordpress manager it some how updates the User and Group permissions on folders and files with the username apache. How or what command do I run to get it to use the site username and psacln. It appears something maybe in an update or whatever has caused this issue. This only occurs with wordpress and drupal updates from the plesk interface.

What command can I run just to update the permissions to update all users to a username and psacln security settings on folders and directories.Running Plesk 12.0.18 and CentOS7

View 1 Replies View Related

Changing User/group Disk Quota In LXadmin & CentOS4

Aug 7, 2007

LXadmin seem to have a preset disk quota limit to users/groups, even root!

So, how do I change these disk quota limits? There isn't an option in the LXadmin control panel either.

View 1 Replies View Related

Plesk 12.x / Windows :: MSSQL 2012 User Is Created Without DB Owner Role

Jan 5, 2015

After upgrading to Plesk Panel 12, when db user is created on MsSQL 2012 server, db user seems to be missing db_owner role which is causing a lot of hassle at the moment.

I was not able to locate any settings for such except for following option.

"Enable the db_backupoperator role membership for all Microsoft SQL Server database users"

Please note, this only applies to new db user created as Plesk 11.5 didn't have such problem and only seems to be related to SQL 2012 not 2008.

View 5 Replies View Related

Apache And "nobody" Group/user

May 13, 2008

I have a question regarding running Mediawiki on my server and the user/group "nobody", which seems to be causing problems as far as file permissions go.

When a file is uploaded via mediawiki, it's assigned the group/user of "nobody"
This means I can't change the file's permissions via ftp or ssh, unless I login as root and chmod/chown the file back to the proper user.

View 8 Replies View Related

Ban A Group Of IP

Jul 25, 2007

Is there a way to do so in cpanel using ip deny manager?

View 4 Replies View Related

Redirect Domain/user To User.domain ONLY IF Folder 'user' Doesn't Exist

May 7, 2007

I thought I knew enough about my .htaccess stuff to do this, but I can't seem to work it out. What I want to do is if a user visits domain.com/folder, we check to see if the folder exists. If so, show as normal (IE domain.com/support)

If a user visits domain.com/dynamicusername (dynamicusername is not a physical folder), redirect to dynamicusername.domain.com

View 3 Replies View Related

Group Of Servers

Mar 8, 2007

i have a main server that is connected online & now live with a static IP address. at the local network, i have 6 other PCs running apache that is connected to the main server.

since i can only effort for 1 IP now, how can i have the local connected servers to be viewable from the internet as well like some normal web URLs?

View 5 Replies View Related

Group Policy Win 2k3

Aug 3, 2007

in a domain environment, how do I enable users to be able to access the Desktop properties and allow them to change their wallpapers. I know it should be a simple one but I'm still looking through policies but can't find what can be. By default/ after some group policy changes, all users are denied from accesing this properties window.

View 4 Replies View Related

ProFTPd :: Set Group And Permissions

Nov 15, 2008

Currently I have

Umask 027

The problem is, how do I get the group to be set as apache on a file/dir upload? I really do not like having other permissions set, as it can be a security risk, allowing others to access someone else's files.

Another issue is, I can't remove privileges, but I can add them.

copy of proftpd.conf:

Code:
ServerName "FTP"
ServerType standalone

Port 21
PassivePorts 35000 35999
UseReverseDNS off
TimesGMT off
TimeoutLogin 120
TimeoutIdle 600
TimeoutNoTransfer 900
TimeoutStalled 3600

#MaxCients 20 "Sorry, the maximum number of allowed users are already connected (%m)"
#MaxClientsPerHost 2
#MaxClientsPerUser 2
MaxConnectionsPerHost 6 "Sorry, you may not have more then 6 connections open at a time"
MaxHostsPerUser 6 "Sorry, you may not connect more than 6 times"

ScoreboardFile /var/run/proftpd/proftpd.pid

TransferLog /var/log/proftpd/xferlog.legacy
LogFormat default "%h %l %u %t "%r" %s %b"
LogFormat auth "%v [%P] %h %t "%r" %s"
LogFormat write "%h %l %u %t "%r" %s %b"

#DON'T modify this log format. Its used by DirectAdmin to determine user usage
LogFormat userlog "%u %b"
ExtendedLog /var/log/proftpd/IP.bytes WRITE,READ userlog

AuthUserFile /etc/proftpd.passwd
DefaultServer on

#AuthPAM off

<IfModule mod_tls.c>
TLSEngine on
TLSLog /var/log/proftpd/proftpd.tls.log
TLSProtocol TLSv1
TLSVerifyClient off
TLSRequired off

#Certificates
TLSRSACertificateFile /etc/exim.cert
TLSRSACertificateKeyFile /etc/exim.key
#TLSCACertificateFile /etc/ftpd/root.cert.pem
</IfModule>

<Global>
DeferWelcome on

RequireValidShell no

DefaultRoot ~
DirFakeUser on ftp
DirFakeGroup on ftp

User ftp
Group ftp
#UserAlias anonymous ftp

AllowStoreRestart on
AllowRetrieveRestart on

ListOptions -a

Umask 027 022
DisplayLogin welcome.msg
DisplayChdir readme
AllowOverwrite on
IdentLookups off
ExtendedLog /var/log/proftpd/access.log WRITE,READ write
ExtendedLog /var/log/proftpd/auth.log AUTH auth

#
# Paranoia logging level....
#
#ExtendedLog /var/log/proftpd/paranoid.log ALL default

</Global>

Include /etc/proftpd.vhosts.conf

View 4 Replies View Related

Server Group CPanel

Jan 6, 2008

(1) I installed my modernBill on the server.

(2) I changed the DocumentRoot in httpd.conf and point to a different folder in my server. (whatever I guess it really didnt do anything to my problem)

(3) I Opened the Modernbill software on the but cpanel is not showing in the ServerGroup.

View 1 Replies View Related

Group Email Applications

Nov 5, 2007

I want to add 50 emails to a group called group50@service.com

Then from anywhere in the world I can login to an email client, compose a message to group50@service.com. And it will send my message to all 50 users.This is not limited to just my account, but universal to anyone.

View 3 Replies View Related

Chown Not Changing Owner:group

Apr 1, 2008

I have just restored an account to my directadmin box and it appears to have restored with the wrong owner / group.

Easy I thought, a quick 'chmod secure.secure -R *' should crack that but how wrong was I.

After running that I get the error: chown: invalid option -- o

Now - both the user and the group exist, so why won't the files change owner and group?

View 6 Replies View Related

Different IP Address Group For Each Region In A Country

Sep 26, 2007

This might be a very broad question, but do they split up IP Address Groups for each region in countries? I know my country is quite small and all, but I was interested to know if IP addresses can be tracked for regions, more specifically in other countries.

View 0 Replies View Related

Virtual Directory Access In IIS, By Group

May 24, 2007

Is there anyway to set up a Group that only has access to one virtual directory and nothing else on the server? Running IIS 6.0 on Windows 2003.

View 1 Replies View Related

Site Not Accessible To One Group Of Visitors

Dec 21, 2007

I have a reseller package with Hostgator, I use it to host a few sites on. Recently one of my customers started to notice that periodically, his site goes down - only to him.

I and others can access it just fine but he cannot nor can his friends in his local town. Most of the time it is on line.

I have checked the server DNS and domain name settings and all is fine.

I can't understand what the problem could be, it seems strange that almost everyone in the UK and US can access it but he cannot.

He has cleared his browser settings, reboot his connection and tried pinging his domain but no luck.

I'm not too sure what the problem could be.

The domain is

[url]

View 7 Replies View Related

Command To Change Group Ownerships

Apr 30, 2007

I have this command to change "user" ownerships from "owner" to "owner2".

find ./ -user owner -exec chown owner2 {} ;

Is there a similar command for GROUP ownership or even better, a combined command?

View 5 Replies View Related

Group Policy For Active Desktop

Nov 14, 2007

I've been trying to set an active desktop of a group of users that log into XP machines to an html webpage. So far I haven't had any luck getting the webpage to appear.

What exactly needs to be done in order for this to work correctly? The primary domain controller is running on windows 200 server.

View 0 Replies View Related

Tuangou / Group Buying With Regards To Online Services

Apr 10, 2009

I recently discovered the magic of Tuangou / group buying after a short stay in China. It made me wonder why this efficient method of purchasing things has yet to be popularised in the Western world. (See en.wikipedia.org/wiki/Tuangou for more information.)

I think that this is quite interesting when you look at the economics of server resources, in particular online data storage. I have been looking for around 100GB of cheap, reliable FTP space for a while now, but it seems that truly cheap storage is only available if you have terabytes of data to store. This has always prevented me from storing my data in 'the cloud'.

However, if the Tuangou principles are applied to this situation a lot of cheap storage could be realised so long as there were enough people to cover the yearly cost.

Which moves me on to the crux of my post...

As a home user or small business owner, would you be willing to wait longer for an online storage service to be provisioned and pay in advance if there were significant cost savings to be had?

(By significant cost savings I mean cheaper than Amazon's S3.)

I'm currently looking to set up a company offering just this, but do not wish to enter the market until I can substantiate my own views and until I can be sure that my target market does not solely consist of me.

View 0 Replies View Related

Monitoring For Group Of Servers, Services And Bandwidth

May 16, 2008

What's the best solution web-based that I can install on a server to monitor a group of servers, services, bandwidth etc.. I'm thinking of offering a service where for a monthly price we'll monitor your server(s) and notify the data center or client of outages. So I'm looking for something that I can create clients then under them enter servers and items to monitor. Kinda like a NOC monitoring solution?

View 9 Replies View Related

Sharing Full Group Access To 3 Sites/users

Apr 19, 2009

i have 3 sites/users that all need to be able to access each other with complete read/write/exec access

Site1 Site2 and Site3

what's the best way to do this without screwing up all the premissions and access to my currently active sites. I need advice from someone who is a pro at this and not just guessing at what premissions to set. I'm assume i need to create a MasterGrp and invite all 3 sites then set/change permissions on all three sites. Also all new files created would need to have the masterGrp set as the group automatically

View 4 Replies View Related

Dedicated Secure Server For Academic Research Group

May 12, 2009

I'm working on a research study at the University of Toronto and we would like to set up a website and dedicated secure server. I would like some recommendations on start packages that would be appropriate with prices. I'm hoping some could over their own experiences.

View 14 Replies View Related

Review: A2b2 / Cheapvps / Epicvps / VAServ Group

Nov 25, 2008

So... let's start my review, shall we?

I came into VPS business with EpicVPS, both Amaresh and Raghev (if im right), are excellent persons. Always helped me a lot and their service was overall great.

After some disasters xD, EpicVPS was sold to VAServ. I thought: Okay... maybe it's time to move BUT I should definitely wait a few months and watch how this is going to be.
So, stayed as a client.

I dont know how much months have passed, maybe 6? Dunno, but I do have to say a few things about Russell's company, VAserv.com:

I had some billing problems, specially when they changed to the other software, but all this was solved with screenshots (not that they doubt, just wanted to keep it clear), and in no time, I had it fixed. (Also had one billing issue, for some other reasons, which was solved and today Vladimir just made my day.. heh, not that he offered anything, but telling me kind words... made me feel good. )

Loads... Everyone knows that when you're using a VPS, sometimes you have some stupid users abusing the server , this way you'll get affected as well.

Happened a few times, and I was telling them it wasn't my VPS, etc etc (I've a pretty big vps, and always monitored so I can be sure that everything is running smoothly, this is also pretty secured). I didn't like when they once restarted my vps without asking, and load issue was still there. Again a few days later, they restarted again, like it was my problem. (And figured later that wasn't, but it happens!).

Anyway, this was solved, and their staff was really helpful on this, being really decent with me, just like it SHOULD BE in EVERY company.

Uptime... What can I say, it's true the VPS was rebooted a few times, but, besides that, it's great.

Staff... Always helpful, an extremelly fast support and lovely staff! Just like... hum, Kody, Vladimir... both awesome. (I consider them like business-friends. Honestly, they have helped me A LOT).

It's true that there are a few of them that still need some work heh, but overall, it's really really good.

Support... Extremelly fast and efficient! Top notch. Never saw a company like this.

Hardware... Top notch, NEVER had a disk issue, or something like that. Just like a dream!

Network... PERFECT. But really, just PERFECT. I'm living in Portugal, and I've about 40/50 ms to UK (I choosed UK, but they have other locations), the network is really fast (downloading at 1.7 mb/s from my home, no download accellerators). Also, never had a single downtime.

Billing... Good billing software now. Pretty organised, and simple. I like to keep it simple, easy to use. (And yes, I know that ubbersmith is a COMPLETE software xD)

Price... Excellent. I don't find any place with better prices. Even if I someday find one, I still WON'T move.

Other Issues... Had 2 IP's listed on SBL, reported it, and they already knew, then 2 weeks after the issue was solved. (Yeah yeah 2 weeks, but I emailed SBL and they didn't even answered me , so, vaserv did a great job.)

They just got me as a loyal client, and won't leave them for sure! Rus, great job!
I guarantee you that if you join them, you'll have an excellent service.

Overall:
Uptime: 10/10
Staff: 10/10
Support: 10/10
Price: 10/10
Total: 10/10

What do I want them to get better? Please... just keep providing this quality service.
Join them.

(Domain will be verified as I will submit through the Report button.)

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved