



UNIX Systems Control Politics? 133
pariahdecss asks: "I have just been hired as the webmaster for local college. The website for which I am responsible is hosted 'in-house' and controlled by the college. The server box does not have any other production systems on it besides my website. The website that I have inherited is driven by an amalgam of Embedded Perl and PostgreSQL. Now to the politics...the UNIX Administrator does not want to give me root access to this box. What have others done when faced with this type of systems politics? Is it even possible to function as a full scale webmaster without root access to the box you serve from?"
Webmaster needs root acces? (Score:4, Informative)
Which of Perl and Postgresql needs root? If webmasters need root access, then who else don't need?
Re:Webmaster needs root acces? (Score:4, Interesting)
Either way, it's an absolute PITA to do development without the freedom provided by having total access (installing third party packages/software, modifying permissions, configuring services). You can install applications like Sudo [courtesan.com] to grant elevated privileges on a case-by-case basis, but you have to be serious about it because there's a lot of configuration you have to do if you want to do it properly.
Sidenote: My colleague who used to work for a bank told me a tale where he was not allowed to see what cron jobs were running on a system, but for whatever reason - had been given access to use /bin/cat with sudo. At one stage he "cat" the /var/spool/cron/tabs/xyz (or whatever the path is), in order to find out why some process was hogging the system resources. When he offered a suggestion on how to improve it - the admin looked at him oddly and was like "how do you know what cron jobs are running!?"
Re:Webmaster needs root acces? (Score:1)
With just that one command, it'd be piss-easy to take over the box (if he's evil) or screw it up terminally (if he's incompetent).
Might as well not bother with sudo at all...
Re:Webmaster needs root acces? (Score:2)
Re:Webmaster needs root acces? (Score:2)
sudo
next?
Re:Webmaster needs root acces? (Score:3, Insightful)
It won't work, because in the second command, '/bin/cat' isn't opening
Re:Webmaster needs root acces? (Score:2)
Could you please explain to me why? I just want to be sure. The only thing I can imagine is that you could do something like "sudo cat newaccount >>
Re:Webmaster needs root acces? (Score:3, Informative)
john's pretty fast, you can be almost certain to get something in an hour from a shadow file with many accounts, or at least something in a day.
There are other possibilities, like grepping log files and root's
Yes (Score:5, Insightful)
Re:Yes (Score:5, Interesting)
Webmasters are more lined up with programmers these days (think maybe
Re:Yes (Score:5, Informative)
I webmaster the site for our state's math club chapter, which uses ASP/Access for online registration (not my choice - this is an inherited site, and our host is on NT). All I've got is FTP. I can function as well as I need. Exactly what do you need even non-root shell access for? All you should need to do is edit files and change stuff on the database...and the database should let you use a local client.
What exactly is a "full-scale webmaster" other than a system administrator also?
Re:Yes (Score:5, Informative)
Albeit to a limited extent. You have to ask your admin to install / upgrade software for you, but
Heck, It's PostgreSQL, Perl and Apache. None of those needs to run as root, be owned by root, etc.
Just get a few gigs of diskspace in your home directory and go from there. Since this person can be trusted as root, surely they know how to compile software to places other than
Re:Yes (Score:2, Insightful)
Oh well doesn't matter anyways. The proper way to handle such things is to make requests on paper, and with deadlines, you will either get what you need, or you will get root. (Truthfully if someones wants to maintain a server for me, handle backups, and manage security updates, well that isn't something I would complain about unless they didn't actually do it)
Well-known ports (Score:1)
Heck, It's PostgreSQL, Perl and Apache. None of those needs to run as root, be owned by root, etc.
How can Apache listen on port 80 without setuid root? Do modern systems that follow the Single UNIX spec to some extent have such fine-grained privileges on the network stack that the admin can specify that user apache may bind a socket to TCP port 80 and listen on it?
Hate to answer myself, but iptables. (Score:1)
After a bit more reading, others seem to suggest [slashdot.org] that the answer is Affirmative. It appears that on some network stacks, the system administrator can use iptables or the equivalent in other systems to forward port 80 to a port owned by a less privileged process in a chroot jail.
But do Solaris and the BSDs support such local port forwarding? I'm at a loss for Google keywords.
Re:Hate to answer myself, but iptables. (Score:2)
It's not really needed though. The BSDs all support systrace.
Re:Yes (Score:2)
what do u need root access for? (Score:1)
Why do you need root? (Score:5, Funny)
--Mike
sudo (Score:5, Informative)
So document exactly what you REALLY need sudo access for, and *if* there is a business case justification, then they should be able to grant this on a per command basis. There should be no reason for a webmaster to "need" the root password.
Re:sudo (Score:1)
Re:sudo (Score:2)
Re:sudo (Score:3, Interesting)
Re:sudo (Score:1)
Re:sudo (Score:2)
Re:sudo (Score:2)
Re:sudo (Score:1)
sudo vim -Z cures this little problem....
No (Score:5, Insightful)
As your sysop to do things whenever you don't have access to do something (set up a db?) If this happens often enough he'll reconsider the policy, but most likely you will be just fine w. the privileges you have.
Do you have any experience as a real webmaster? (Score:2)
As others have said, sudo is the answer. Make up a list of the things you think you'll need root for, sit down with the system administrator, and work it out.
We have things d
Re:Do you have any experience as a real webmaster? (Score:2, Insightful)
If the O.P. is just supposed to be managing content, then web pages, images, and database content are his domain. Period. Live with it, or ask the sysadmin to set up a test/staging server that he has access to, and maybe root on, then all content changes get rsynced accross.
If he is supposed to be managing the app servers (ie: mod_perl code, or something that would require apache to get the occasion kick in the c
SUDO (Score:5, Informative)
Full administration (Score:1)
Re:Full administration (Score:2)
That would be my position... (Score:1, Informative)
Get to know the guy, there's a whole load of politics that is required in a work enviroment and can be discarded if you trust people not to shaft you. It cuts both ways but you will get your root if you're not a liability and it makes his job easier.
Comment removed (Score:3, Interesting)
No. (Score:4, Funny)
Oh, you meant politics of UNIX system control? Never mind.
You just need 2 environments (Score:5, Insightful)
Inherit the whirlwind (Score:3, Interesting)
Re:Inherit the whirlwind (Score:2)
He did say they were using embedded perl.
Not Everything Requires Root (Score:5, Insightful)
"But Wait!" you say, "What about software upgrades? New Perl modules?" --Sorry, bub, installing and upgrading software is exactly what the sysadmin is there for. These are her systems. Not yours.
It's likely your sysadmin is smarter than you, and has been doing this longer. And while I'm sure you have "teh lunix" at home and run X as root "all the time", that doesn't make you worthy of having root on the universitie's box. Quite frankly, having been through this from the sysadmin's side, No, you don't need root, and it's YOU who's playing the political game, not them. It's their box, their system, their software. The limousine company owns the cadillac, you just drive it around and make sure it has gas. Thank you. Move along!
Re:Not Everything Requires Root (Score:1)
This jerk is asking for trouble.
Re:Not Everything Requires Root (Score:2)
You've mentioned nothing of your skill set ... (Score:5, Informative)
You've not mentioned anything of your skills or previous experience. `Webmaster' could mean that you're a skilled systems administrator and/or programmer yourself ... or it could mean that you spent 15 minutes playing with Frontpage and Photoshop. Or anything in between.
It's a university, so things may be different, but in the business sector, one makes a business case for needing root access, and puts that, plus the pros and cons into a presentation and presents that to management and the systems administrator. If you have the needed skills, and can convince people that having root access would make for a better web site, the sysadmin may be happy to let you have access to your box (because it may mean less work for him.) At least in the business world, politics definately exist, but a good business case can often cut through it like a knife through butter. (It's unfortunate when skilled sysadmins and programmers have to spend their time making Powerpoint presentations, but it's often how you deal with the suits.)But if you're some `loose cannon' who doesn't know anything about *nix system administration beyond what you've read in some book, then root access is a disaster waiting to happen.
(As I said, I don't know which group you fit into.)
It sounds like you've already answered your own question, and want us to come up with the same answer. `full scale webmaster?' In any event, my answer is `yes', which is probably not the answer you want to hear.Not having root access is a blessing in disguise too. If something gets really messed up and root access is needed to fix it, you have the benefit of 1) not being blamed for it, because you couldn't have done it, and 2) not having to fix it.
One piece of advice -- what ever happens, don't try to `crack' root access. Getting caught, even if you think it helps you do your job, is likely to end in your being fired, and could even find you being arrested. (Yes, it has happened.) If you're a student, you could even be expelled. Not worth the risk.
Your answer (Score:5, Insightful)
This article advocates a
( ) technical ( ) legislative ( ) market-based (x) vigilante
approach to website administration. Your idea will not work. Here is why it
won't work. (One or more of the following may apply to your particular idea,
and it may have other flaws which used to vary from organization to
organization before a poorly thought-out, ineffective approach is suggested.)
(x) Sudo will allow you to do what you need
( ) Installing extra software on a machine without the Admin's knowledge
is bad
(x) You don't know what you're doing
( ) Hosting w4r3z and hacks on company-owned equipment is bad
( ) You are not mature enough to manage a box in a production environment
( ) Your users will not put up with it
( ) SCO will not put up with it
( ) The police will not put up with it
( ) Requires too much cooperation from the Admin
(x) Requires immediate total cooperation from everybody at once
(x) Your employers cannot afford to lose services or alienate students
( ) Students don't care about your lack of web admin skills
(x) Anyone could anonymously destroy your entire site due to your
inept administration skills
Specifically, your plan fails to account for
( ) University rules expressly prohibiting it
(x) Lack of centrally controlling authority for servers
( ) 5kr!pt k!dd!35 installing open relays
( ) Backup and restore
( ) Asshats
( ) Jurisdictional problems
(x) Unpopularity of weird new configurations
( ) Students' reluctance to use an obviously hacked site
( ) Huge existing software investment current setup
( ) Susceptibility of poorly configured machines to attack
(x) Your willingness to install OS patches in a timely manner
( ) Armies of worm riddled broadband-connected Windows boxes
( ) Extreme fun of web h4xx0r5
( ) Joe jobs and/or identity theft
( ) Technically illiterate school administrators
(x) Extreme stupidity on the part of people who think they need root
in order to do their job
( ) Bandwidth costs that will increase once the b0xx3n are pwned
( ) IE
and the following philosophical objections may also apply:
( ) Ideas similar to yours are easy to come up with, yet none have ever been
shown practical
(x) Any scheme based on 'su' is unacceptable
( ) Lack of knowledge upon how to manage a web server should not be the
subject of politics
( )
( ) mysql sucks
( ) Countermeasures should not involve wire fraud or credit card fraud
( ) Countermeasures should not involve sabotage of campus networks
( ) Countermeasures must work if phased in gradually
( ) Surfing the web should be easy
(x) Why should we have to trust you and your servers?
( ) Incompatiblity with open source or open source licenses
(x) Feel-good measures do nothing to solve the problem
( ) Temporary/one-time root access is cumbersome
( ) I don't want the campus regents looking over my shoulder
( ) Web admins who have been coasting along with barely any knowledge
of what they're doing should be killed in a way is slow and painful
Furthermore, this is what I think about you:
( ) Sorry dude, but I don't think it would work.
(x) This is a stupid idea, and you're a stupid person for suggesting it.
Re:Your answer (Score:2)
Re:Your answer (Score:1)
The things that I found funnies when I read it the first time was:
Such a list existed.
After lots of technical explanations, stood the word "Asshats"
Re:Your answer (Score:1, Insightful)
Asshole (Score:2)
Yeah (Score:2)
What kind of Webmaster? (Score:5, Interesting)
If you're talking a Modern webmaster, then no, they don't need it. The Server Admin just has to make sure all the directories they are using are owned by the assigned user.
If you're talking Old-School, then yeah, it's pretty much a necessity; sudo at a minimum.
Re:What kind of Webmaster? (Score:4, Insightful)
As for the contents and access, they are all files on a file system. Given the right access, you don't need more.
Even more importantly, as a secure site policy, webadmins should never have root accesses, in case the webadmin's account gets hacked into, they should not even be able to see inside the system. In some scenarios a chroot jail might be the best solution. Still no need for root access. That'd be just stupidity.
You don't need it (Score:4, Insightful)
Mod parent up (Score:2)
Probably may wish to have one or two other user accounts too - so content that is to be "hard to change" can be owned by another account - just "read only" by the webserver.
It may not be politics - it may be the sysadmin thinks pariahdecss has not presented sufficient evidence of competency and responsibility in order to be trusted with having root privilege.
Re:Mod parent up (Score:1)
Re:Mod parent up (Score:3, Insightful)
If the UPS/power supply/something makes funny noises or whatever, someone might want to go shut it down gracefully.
Might as well allow pariahdecss to do it.
Re:Mod parent up (Score:2)
That works, except in mixed environments that have many windows servers controlled by KVMs. These scenarios are quite common. Then you might start disabling c-a-d in inittab. If you use FreeBSD you can use a different key seq.
Re: (Score:1)
Have a QA/Test environment (Score:3, Informative)
In larger systems (eg banks) typically this is the way it works. Generally you also need sign off from the sys admins and each change goes through a change committee where they validate the change. Another group often audits the code to ensure there will be no bad impact and the code is ok (no security concerns).
Re:Have a QA/Test environment (Score:1)
If, however, you do it unnecessarily, you're just asking to get put on the admin's shitlist.
I've been on both sides of the fence in this, and having users get in your face over a bunch of meaningless changes when you've got a major system upgrade scheduled is not something any admin needs.
You don't need to be root. (Score:3, Insightful)
Other than that I fail to see where any root access would be needed. You'll write and edit HTML and script files and you'll do some database stuff. There's absolutely no need to be root here.
I think a sysop who doesn't give you root right away is a good sysop. UNIX gives you all the tools and concepts to let you do your work without ever being root. But you have to get used to it. In the beginning you'll have to bug the sysop a lot but within a short timespan you'll finally get to a point where you won't need him anymore as you'll then be able to do your work... without being root
Based on your question (Score:2, Interesting)
Re:Based on your question (Score:3, Informative)
Root access should almost never be used unless actively administering the machine. Other than that, control should not be used - or issolated to things that certain people can be proxied for (ie. restarting apache)
Having said that - I am not all to certain why you would need to restart apache either.
Now, lets get down to what you might need.
A change m
you are a webmaster, face it. (Score:1)
The two things you need are rw access to some folders defined in Apache and rw access to some database backend. That's it. You don't need the root password. You are no longer working on Windows.
I've been on the sysadmin side (Score:5, Informative)
a) You don't need it. Making sure apache is up and running and patched is my job, and I probably do it to 50 boxes at once and have nice automated scripts.
b) Every single webmaster I met (until I left a few months) ago swore they needed root access to install some apache module or other. No, you don't. You ask the sysadmin and, most times, if he can do it without a huge amount of effort (pointing him to the exact URL of the module's home page, and even better, pre-compiled packages for your OS, would tend to improve his/her mood) then I will, after carefully evaluating it, its security, its size, etc.
c) Politics sucks, and the poor sysadmin generally has to fight tooth and nail for every little bit he/she can get. Going the political route and over your sysadmin's head is a very good way whatever box you end up controlling has a number of... strange issues. Not saying I did this, but I know a LOT of sysadmins who have. A LOT. A lot of people you normally wouldn't expect. Especially in a university or state-run organization, politics and political image counts for a lot, and if you use politics to override your sysadmin, they're going to be very bitter about it. Not a good idea at all.
d) Working with the sysadmin, if you can provide a DAMN good case, and actually show you know what you're doing, what will usually happen is the sysadmin will hand over root and wash his or her hands of the matter. Box gets owned? Your problem. Box goes down? Your problem. Operating system barfs? Your problem. Too many people having root is a terminally bad idea, and most sysadmins will avoid it like the plague.
e) If all you need is the ability to restart/reload apache, there are a number of other ways to accomplish that, as has been mentioned. Personally, I would have gone the 80->8080 route, because I didn't hand out sudo either.
Re:I've been on the sysadmin side (Score:2)
I'd agree in general, and I've generally told people that I don't particularly want the root password, because it will make me responsible for the machine's administration, and they're not paying me for that. But I did have an interesting case a few years ago
Sever
You are the webmaster, not the admin (Score:1, Redundant)
If you need something done that needs root access, that is what the admin is there for, it is his job to that part.
Pretty simple really..
Fscking Unter-grads (Score:5, Insightful)
Listen kid, we're going to tell you this now, don't forget this lesson. You are not special. You are not the brightest little ray of knowledge to ever grace the halls of your university. In fact, the odds are very much that you are aren't even good enough to be the layer of slime the illumnai pond scum will float on. There are 10,000 other eager little faces just like you. And the odds are you aren't anywhere near the top end. If you were, the faculty would be putting you to better use than being the webmaster. Any idiot can be the webmaster, quite successfully, however, giving that idiot root would endanger the system the sysadmin is charged to maintain.
To summarize:
1) You are not special
2) You are should simply be happy you beat out those not smart enough to be webwanker
3) You should put your little ego at the door and realize the sysadmin is only doing his job, if he were stupid enough to hand you root, he should be fired.
4) Webwanking is not a technical task.
5) Webwankers *SHOULD* *NEVER* *EVER* have root. It *ALWAYS* ends badly, at my university we have a policy that says just that. And many defacements have been avoided because of it
6) Grow up! The sysadmin is getting sick of hearing this bullshit year after fucking year!
Re:Fscking Unter-grads (Score:5, Insightful)
2.) I had forgotten how truly evil it can be to work with 20 year old's who think they know everything.
3.) I remeber being 20 and thinking the world was so lucky to have me. Thank god someone older and wiser stepped on me hard and made me realize I was being a snot.
Re:Fscking Unter-grads (Score:3, Funny)
"You are not a beautiful and unique snowflake..."
it's not true! (Score:2)
Re:Fscking Unter-grads (Score:2)
Simple Criteria (Score:2, Insightful)
If the server goes down in the middle of the night/weekend due to configuration who will have to fix it?
If the first is not you, you don't get root.
If you don't at least share responsibility in the second (eitherwhoever's on duty or gets to it first, or it stays down once it's determined it's your problem until you fix it), you don't get root.
You both suck...... (Score:3, Interesting)
When politics is more important than engineering (Score:2)
Times like these are what user-mode-linux and the like are for
Well, for that and for testing stuff
Obstructive Cow Orkers (Score:3, Insightful)
Almost every job I've ever had has featured at least one technically incompetent, obstructive co-worker. You can try to point this out to the higher ups, but your main options are to deal with the person via diplomacy or to find a new job.
I once suffered, without root, under an admin who gave everyone the same home directory path, where the actual directory on each machine was owned by the user on whose desk the machine sat. So, if I logged into joe's machine, I'd be running his .login/etc rather than mine. (The admin claimed that this scheme simplified backups.) There were lots of other problems of a similar scale with this project, and no one with both technical skill and power to correct them. In a case like this, all you can really do is leave.
If you're new, I'd give it at least six months. You may not even have figured out yet who the true problem people are on your job. Maybe this admin will turn out to be your best friend or mentor (or vice versa).
Mike
Did Cliff put this up.... (Score:2, Flamebait)
This is rediculous (Score:1)
Oh, upgrades on perl/php/apache you say? Wait... isn't that a sys admins job?
How-To do Politics . . . (Score:5, Funny)
However, I'll give you the loaded gun. Go ye therefore . .
1. Don't rock any boats for 90 days. You need this time to assess the political landscape and get to know who is really in control. You may find that the man in charge is not the man in control. If you start rocking your boat early, the man behind the curtain will be wise to you. IF that man is the sys admin you're trying to sweep the legs out from under, then clean up your resume.
2. Get to know the system you're wanting to control. You need to know why you need root to ask for it. Needing to install software is usually the best excuse since routine permissions will fix any routine need for root. This also requires some major server overall that you *need* to get the website to some grand plan you have. You do have a grand plan, right?
3. After the requisite time period (see 1), start making a lot of important installation requests staggared. Make sure you ask for it when he's swamped. That way he will seem unsupportive/inept. Don't forget to explain to man in control that you're not being supported.
4. Explain to the man in control that if sysadmin would only give you root, you could take care of this on your own. Don't forget to wave your hand in front of the man in control or the jedi mind trick will fail. Hope that man in control and sysadmin are not friends.
5. Hope that sysadmin is not politically savvy. If he is, prepare your resume. You have about a 25 percent chance of winning if you know what you're doing, and a 100 percent chance of pissing off your sysadmin.
If he's worth his salt, once you have effectively stolen root from him, the server will have mysterious problems arise that can *only* have been because he was forced to give you root. Root will be taken from you and you will have a) made a serious enemy and b) "proven" your incompetence.
The net result is that you will have weakened the organization as a whole.
Alternatively, you can work your ass off for several months to impress the hell out of all involved and show that you can be trusted with root. No politics required.
Re:How-To do Politics . . . (Score:3, Funny)
However, I'll give you the loaded gun. Go ye therefore . . .
Meanwhile, for the rest of his days there, he should be on the lookout for dark rooms with floor tiles lifted, electrified doorknobs, wires attached to his chair, etc. Also avoid using the elevator (if any).
Yes (Score:1)
A: Yes.
Be patient (Score:3, Informative)
This is your problem right here. If your predecessor did not have root access, you are going to have to prove to the admin that he should give it to you. Even if your predecessor did have root access, the sys admin may not be inclined to hand out root privileges to anyone with the title of webmaster.
Just to give you some background, I work in a small college department, and I've got about three times as much access now as when I started 18 months ago (sometimes I wish I didn't). The secret is to be patient, work with the admins, and prove yourself over time. Also, help them out whenever you can (but only if you can). It's not in your interests to get in a power struggle with them.
Consider pursuing projects that will benefit everyone in the value chain. For example, a lot of people use write only memory for their web logs. Perhaps you could implement some kind of log analysis tool, that could:
1) Help the admin/you monitor attacks and load.
2) Help you/content providers monitor page usage and user demographics.
Maybe you could use something like AWStats [sourceforge.net]. A project like this will give you an opportunity to work closely with the admin, demonstrating both your expertise, and your ability to add value.
Shocked nobody's said this already, but... (Score:2, Informative)
You don't need root (which they have said), because root can simply create a "web" or "www" group on the system (in the highly unlikely event one doesn't already exist), make you a member of the group, and give the group full privs on the stuff the webmaster needs privs on, e.g.:
That's the course I'd probably take, in your root's
My 2 cents (Score:4, Informative)
Working on a non-root server feels weird at first if you've run your own box for a long time, but other than the inability to listen on ports 1024 and a few minor resource restrictions, you should be better off. Coexisting on someone else's server can even make you very conscientious and more likely to keep a tidy server.
Also, if you have to ask the administrator to upload files every time you change them, and you find yourself making many changes, ask yourself if you are doing too many updates because you don't have a proper test/dev/stage environment (if not, shame on you!). If not, maybe a compromise could be made to script a bulk site transfer from stage to production that you could control.
Re:My 2 cents (Score:2, Informative)
I work a lot on boxes for which I do not have root access (financial systems), and it's absolutely unnecessary if your admin is competent.
Add a new user? Ask the admin.
Restart a system service? Ask the admin.
Implement regular backups? Ask the admin.
Remember, it's his JOB. He's paid to do that sort of thing; you aren't. You're paid to get your application working and keep it working.
(Actually, you can do an awful lot even without root access. I've built a fairly comfortable environment on a b
Re:My 2 cents (Score:2)
Same here. When I went from Linux to Solaris I cursed it up and down for not having any of the bells and whistles th
Chroot Jails (Score:3, Informative)
Anyway, the point is if you screw something up, his server remains mostly unaffected.
a tale of root acquisition (Score:3, Interesting)
I started here 5 months ago. One of the things that got me the job was being able to tell my boss that "I know Linux", I've been running my own and a previous employer's web and mail servers for five years, etc. But that's not in my job description; it's someone else's job. In today's downwardly-mobile economy, I'm a mere "Technician" here.
I didn't push it. When a problem with DNS cropped up, I used my knowledge of how DNS works to help troubleshoot it, passing useful information to my boss and to the guy responsible for fixing it. A couple months later when we started having problems with DHCP, I stayed late helping to troubleshoot. When it happened again the next week and I was the only other person around, my boss logged me in under an account with root privilege (she has it because she's the boss, not because she's qualified to use it) so I could restart dhcpd. The next time, she actually gave me root, and I figured out what the problem was... but let the official admin get it working. After that, I kept my privilege to maintain the DHCP system to make sure it stayed operational.
That sounds like the end of the story, but it continues: I determined that the real problem with DHCP was that we didn't have enough addresses to accommodate student laptop plug-ins. I suggested a solution, and the boss let me do it: set up an old P2 box running Coyote Linux as a router, putting 30+ machines on their own subnet, thereby alleviating the problem (at zero expense). And on that box I don't just have root... I am root.
A virtual server? (Score:2)
This may be a stretch, but can you talk you admin into installing a Linux VServer kernel or setting you up with a User-Mode Linux (UML) - this way you'll have root access and the admin will not need to worry about the security of the main box?
The horror! (Score:1)
So, I can understand the perspective of the admins, and it's not necessarily just a power trip.
No (Score:2)
In short, the answer to your question about overcoming the admin's "power politics play" is
Posting too vague (Score:3, Insightful)
The job role of Webmaster varies widely, from people whose responsibility it is to make sure that the links work and just about only that, to people who own the applications and content management, to people who build the server from bottom up including OS install and web apps and programming and HTML code and UI specification.
The latter person owns the box. Most of the people short of that level don't need root. If you're maintaining the applications environment and need to install new versions of Apache, PostgresSQL, Tomcat or whatever, then you and the sysadmin need to come to an agreement on how that gets done.
If you need to restart Apache, that's what Sudo is for.
In any case, your job, rather than escalating the situation, is understanding and communicating the situation. If you need root, you need to understand and articulate why you need root. If you can't justify why you need it, you shouldn't be trying to go over his or her head. If you can make the case clearly and they still won't let you have it, then you can escalate.
But understand first and explain second.
Just to reiterate the point. (Score:1, Flamebait)
Ged it now?
no root access? (Score:2)
If he is blowing you off playing EQ or doesnt like you, then you can still move on with your otherwork and tell the upstream people where things are at.
Likely you dont want to 'share' access t
Re:no root access? (Score:1)
Re:no root access? (Score:2)
Gratitude (Score:3)
Be grateful for the discipline that not having root access brings you.
Be grateful that you do not have root access because that way you cannot fsck things up as root. The day you fsck things up as root on an important machine is the day you will appreciate all those times you couldn't do it before.
Be grateful that all the shitty problems that are associated witht the things you want to be root for are someone elses problem. Think of it like a Service Level Agreement, you get to demand things of them without (so much) having to worry about how they have to accoplish them.
You never want to be root on a system if you can avoid it. Particularly a production system (and the web server in question ain't one of them unless it controls the campus reactor or cyclotron or something). The fear that being root in a mission critical place is a thing to behold and from which to run away at the earliest possible opportunity.
Developers should have root.... on dev boxes. (Score:5, Insightful)
The process should be:
development happens on development box (workstation, server whatever). Developers may have root on this- if they do, they manage it, OS hardware and all. Developers will use sudo if anyone else is responsible for the server hardware and OS. This should never be exposed to untrusted networks.
QA stage: if you are poor or small, do this against the development box. If not this should be a seperate QA box. This should be managed by QA team. If the sysadmin is the same, the sysadmin should hold root, qa team may sudo, developers should not be accessing this box directly (except in emergency, then they will be sheperded by QA). This should also not be exposed to untrusted networks unless you have and excellent (and obeyed) security policy and review.
Production: only the sysadmin has root, noone else should have access. The sysadmin publishes to production- using the release that QA approves. Highest security policy applies here.
If your QA and dev team are the same, collapse development and QA- but trust me keep production seperate.
-A
possible aid... (Score:2, Informative)
Re:Ego (Score:1, Insightful)
The old excuse of installing software is also bullshit. You can install almost any program in your local directory.
Re:DBA needs DBA-level access? (Score:2)