Is it wrong this worries me?


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Is it wrong this worries me?
# 1  
Old 09-03-2010
Is it wrong this worries me?

Well, my old laptop flopped over and died, so I reinstalled Linux on a new one. I decided to try Gnome, since it'd been a long time since I tried any kind of large-scale window manager. It turns out "gnome" is somewhat apropos. When using it you'll feel like there's a tiny homonid wandering around your system doing things where you can't see.

I was able to play audio when logged into gnome, but unable to do so when logged in through a raw console. Not being able to do so in a raw console made sense when I figured it out -- I forgot to add myself to the 'audio' group -- but that meant it shouldn't work in Gnome either! The 'groups' command confirmed Gnome hadn't added me back somehow... I had to do a lot of digging to find out what it was actually doing.

Gnome uses "Consolekit" to manage login permissions, which lets it do things like XP-style fast user switching. Consolekit has tentacles in a whole lot of things: It's got the cooperation of PAM, X11, and dbus, as well as its very own system service.

Through the collusion of all these things it's able to give my own login access to things my login credentials don't without me even having to ask for them. That strikes me as extremely wrong.
# 2  
Old 09-06-2010
That's strange. I'd be worried if i were in your position corona688. online pokies
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Why result is wrong here ? whether break statement is wrong ?

Hi ! all I am just trying to check range in my datafile pls tell me why its resulting wrong admin@IEEE:~/Desktop$ cat test.txt 0 28.4 5 28.4 10 28.4 15 28.5 20 28.5 25 28.6 30 28.6 35 28.7 40 28.7 45 28.7 50 28.8 55 28.8 60 28.8 65 28.1... (2 Replies)
Discussion started by: Akshay Hegde
2 Replies

2. Shell Programming and Scripting

I can't get what I'm doing wrong!

I am making a shell script that will have "shortcuts" to do different tasks and I can't get what I'm doing wrong (this is just a test script) read cake if then echo "1 it is" fiit outputs: 1: : bad variable namecake test.sh: 27: test.sh: Syntax error: end of file unexpected (expecting... (22 Replies)
Discussion started by: kitay
22 Replies

3. Shell Programming and Scripting

what I m doing wrong?

when user select option 2 nothing happen.for testing purpose I put echo command but is not executing . basically when user prompt for option 2,I want to get list of database name from user separeted by space (TEST DEVL) and put into the file seprated by new line TEST DEVL after that stay on... (1 Reply)
Discussion started by: okreporthai
1 Replies

4. Shell Programming and Scripting

where am i wrong?

Hi anbody know where i'm wrong in? #!/bin/ksh ID1=1234 ID2=2345 ID3=3456 count=1 while do if ;then echo yeah else echo wrong fi count=$((count + 1)) done (8 Replies)
Discussion started by: summerpeh
8 Replies

5. UNIX for Dummies Questions & Answers

What am I doing wrong?

I really just mess around in UNIX, for the most part, when I want to get something done. I can usually piece things together by searching for brief how-to's on Google, but the syntax errors in my following .sh file are really confusing me. I've got lots of programming experience in other places, so... (7 Replies)
Discussion started by: demonpants
7 Replies

6. UNIX for Dummies Questions & Answers

what is wrong here

Hello, I have a simple script such as ----------------------------- #! /bin/sh YEAR=`date -u +%Y`; MONTH=`date -u +%m`; DAY=`date -u +%d`; DATE=$MONTH$DAY$YEAR LOGFILES=auditTrail-$DATE LOGMATCH=$LOGFILES\* ARGUM='' # find all files and write them to a file find . -name... (7 Replies)
Discussion started by: arushunter
7 Replies

7. Shell Programming and Scripting

what am i doing wrong

im trying to create a little script that does a secure shell login based on some input(ip address, server name, etc...) everything in perenthesis() as been edited for privacy reasons I cant figure out what im doing wrong? if you can post some info for me that would be awsome ... (1 Reply)
Discussion started by: jzocco
1 Replies

8. UNIX for Dummies Questions & Answers

Please tell me what do I do wrong here!

#!/usr/bin/csh # DAY=`date +%y%m%d` H=`date +%H` M=`date +%M` mailx -s "$H-Myfile" email@email.com</home/mydir/myfile Thanks! (4 Replies)
Discussion started by: bobo
4 Replies

9. UNIX for Advanced & Expert Users

What am I doing wrong

When I execute following shell script I am getting the following error syntax error at line 50 : `<<' unmatched What am I doing wrong :confused: Script begins here ---------------- MPAN_FILE=$1 exec 3<$MPAN_FILE ... (2 Replies)
Discussion started by: guptan
2 Replies

10. Solaris

resource worries

When I run the prstat -a command I get the following output for user oracle. NPROC USERNAME SIZE RSS MEMORY TIME CPU 118 oracle 70G 30G 100% 4:38:03 52% The reading under the "MEMORY" heading is 100%. What does this mean? I hope it doesn't mean user oracle is using... (2 Replies)
Discussion started by: soliberus
2 Replies
Login or Register to Ask a Question