Applications :: Program Works As Root But Fails As User

Jan 21, 2010

I can't get a program (wbar) to run directly from my user account, it fails saying "Image not found -> maybe using a relative path?". But if I run su -c "wbar", it shows up and manages to load the image. I think it has something to do with ImLib2 or whatever loads the image. I checked permissions on libImlib2.so.1 and it's world-readable and executable. Can libImlib2.a be causing this problem, set to 644? What else should I be checking?

View 2 Replies


ADVERTISEMENT

Debian :: Why $http_proxy Only Works For Root User In Apt-get

Feb 24, 2010

I just setup a debian OS(in emulator) and trying to use apt-get update. When I log in as root and do:

export http_proxy=http://proxy.com:9090
apt-get update   works

If I use another user and ssh to this debian, sudo apt-get update will fail to work because it don't use the proxy. I try to do the export http_proxy stuff again but still not working. echo $http_proxy showing it already set correctly...

p/s:
I have a workaround by adding this lines in the apt.conf
ACQUIRE {
http::proxy "http://proxy.com:9090"
}

but I really don't want this solutions because I want to easily disable the http_proxy in command prompt (by unset it).

View 1 Replies View Related

Software :: Vi/vim Works For Root But Not For Regular User?

Oct 14, 2010

If I log in as root I can vi/vim a file with no problems. When I log in as a regular user I get the following error when I try to vi/vim.

[Code]...

Why does vi/vim work as root and not a regular user? Also what rpm's can I install to get it working?

View 2 Replies View Related

Ubuntu :: 10.04 Lucid - Samba Only Works For Root User?

Jul 17, 2010

I'm new to Ubuntu and I'm pretty sure I'm just missing something simple. I want to use Samba to share my raid array to all of my machines, so I have...Installed Ubuntu and created a single user: mattMounted my ext4 raid set with fstab:

Code:
UUID=78d85398-d179-4640-bb1b-f770ba90abb1 /media/Data ext4 defaults 0 0
Installed Samba (real Samba, I haven't touched the Nautilus-Share right-click thing):

[code]...

View 1 Replies View Related

Debian Configuration :: Ping Fail As User Works With Root?

Oct 13, 2010

I have a very strange problem.ometimes, yes sometimes not all the time, I get a Destination Host Unreachable when I ping a computer on my network. If I switch to root using su I can ping that same computer. Here is a screen shot:

joseph@laptop:~$ ping 192.168.1.14
PING 192.168.1.14 (192.168.1.14) 56(84) bytes of data.
From 192.168.1.9 icmp_seq=2 Destination Host Unreachable

[code]...

View 1 Replies View Related

Ubuntu Multimedia :: Karmic: Sound Works For Root But Not For User

Feb 7, 2010

I cannot find a post that matches this scenario...the id created during the install (from CD) of Karmic has fully usable sound. However, users created from the Users and Groups app do not.

I have made sure that all users are defined to the audio, pulse, pulse-audio, and pulse-rt groups. No luck.

I have followed every step I have read having to do with the alsamixer. No luck.

I have verified that alsa and linux itself are at the latest versions.

View 9 Replies View Related

Hardware :: Audio Fedora 12 As A Normal User But Works As A Root?

Sep 14, 2010

I'm using fedora 12 and modified the user login options(normal and super user login). I've been using the accounts for a while but i've bumped into a problem - audio not working as a normal user but works when logged in as root. Also, i'm not able to use VLC as a root user.

View 1 Replies View Related

Debian Installation :: User Login Fails / Root Ok

May 26, 2015

Debian 8/Cinnamon fresh install. /home is being shared with two other OS's, Mint and openSUSE. At the login screen I enter my user name and password and the screen blacks for 1-2 seconds and comes back asking for user name and password. I can login as root. As root I can launch the Group & Users GUI and attempt to set the user's password, and pressing the 'change' button does nothing obvious.

I can set the user's password in a terminal, which reports success. I tried to switch users and login with the changed password and I get the same failure. If I try to login with the original password I get an incorrect password error, suggesting that the password is being processed properly and the problem is elsewhere.

On previous installs with Mate and the default desktop (Gnome) I didn't have this problem. So, the questions are: Is it Cinnamon? Is it an unlucky chance bad install? Config files are typically in /home, which is being shared with Mate and KDE, is this the problem?

View 3 Replies View Related

Ubuntu :: Run A Program As Super User (root)?

Feb 15, 2011

I have been trying to run the program unrevoked so that I can flash and root my phone. I want to do this on Linux, but this requires me to run the program as root and I don't know how to do this. I looked it up online and it told me to simply type sudo reflash or gksudo reflash and I tried both, sudo says it can't find the program and gksudo does something then nothing appears to happen.

View 4 Replies View Related

General :: Program Run As Root, Configfiles Writable By 'user'?

Mar 5, 2010

If I have a program running as root, can I have the config files as follow :Code:-rw------- 1 user user 50310 Mar 5 15:16 configfile.confRoot will be able to read the config-files, right ??And only the user 'user' will be able to change the config-files, right ?

View 3 Replies View Related

Ubuntu :: Editing Root Owned Folders With A User Program?

Apr 10, 2011

I'm using the IDE Netbeans (text editor) on my /home/michael Ubuntu account. I'm trying to open a file with Netbeans that's owned by root, I can't do this as I expected. So is there a way to run NetBeans as root, or is there a way to give netbeans permission to open/save files owned by root

View 1 Replies View Related

Ubuntu :: Adding A Line To Sudoers File So That Every User Can Run A Particular Program As Root?

Mar 27, 2010

is it possible to do so? I mean, I want every user to be able to run '/bin/x' for example, as root without entering a password. I know the security risks, but I'm trying this in a risk-free environment which security does not matter very much.

View 2 Replies View Related

Slackware :: Failed To Run * As User Root, The Gksu-run-helper Program Is Not Found Or Is Not Executable

Jul 14, 2010

error message

Quote:

"failed to run * as user root, the gksu-run-helper program is not found or is not executable"

Tried googling and checking threads at LQ didnt find a solution or another instance running slackware64 current.. everything built fine, tried and everythings executable...I also have Alien's multilib installed, with only firefox and flashplugin as 32bit, everything else 64bit. I can't open any apps as root by normal user

View 5 Replies View Related

Software :: Change A Process Running In Root-user To Non-root User ?

Oct 28, 2009

Is It possible to change a process running in root-user to non-root-user by setting suid / uid / euid / gid etc... I so please instruct how, when and wat to set in order to change a process running in root-user to non-root user

View 4 Replies View Related

General :: CentOS / Sudo Doesn't Accept Root Password But Logging In As Root Works

Apr 9, 2010

I was trying to edit a file requiring root permissions, so I used sudo. I typed the root password and it failed. This happened three times, and the process was ended. I then logged in as root (su) and was able to navigate to the file and make changes as root. Am I missing something? How would I edit the sudoers file such that this password would work? Or is there another way to log in to the sudo group to make these changes? How do I set sudo passwords?

View 1 Replies View Related

Ubuntu :: Can't Cd To Root Acount /home In Terminal - Sudo Cd /root Fails?

Jul 25, 2011

can't cd to root acount /home in terminal - sudo cd /root fails?

View 3 Replies View Related

Ubuntu :: SSH X Forwarding Works For Main User, Not For Secondary User?

Oct 24, 2010

I can SSH to my own box using "ssh -X arancaytar@localhost" and run graphical applications. When I try the same using "ssh -X chris@localhost", I get an error message saying

Code:
chris@enki:~$ gedit
X11 connection rejected because of wrong authentication.

[code]....

View 4 Replies View Related

Server :: PRNG Not Seeded - Works With 1 User But Not A /chroot User

Jun 28, 2010

I installed SSH-keygen dependancies for a /chroot user.

I can now execute ssh-keygen from the /chroot user BUT I receive a message PRNG is not seeded.

When I do it from any of the users that are not /chroot users, it works fine.

View 2 Replies View Related

Ubuntu :: Printer Works With Few Applications Only?

Feb 11, 2011

I am on Ubuntu 10.10 on Thinkpad T61p

Recently installed my office printer with the drivers provided by them(office people)

The problem is that it works fine but only with few selected applications

Adobe Reader works fine Foxit reader fails Document viewer and image viewer prints the page but doesn't fit them inside the margins and they are either cut on the edges or look ugly

Printing from browsers doesn't work either. I always have to do 'print to file' in pdf format

Then pray rigorously that the pdf print is nice and then print using Adobe reader

where to start debugging from ?

View 4 Replies View Related

Applications :: Qemu Works - How To Go Widescreen

Sep 20, 2009

Qemu works normally for me, but the available resolutions do not include a widescreen option. Is there a work around or a command line parameter I can add to enable widescreen resolutions?

Host System: Ubuntu 9.04
Guest System: Windows XP

View 1 Replies View Related

Applications :: Version Of Msexchange That Also Works With Sms

Jan 29, 2011

I am studying how to use Linux now on some websites and playing with an older desktop. I am anxious to give it a try! I am looking for an Linux program to help me with the following situation:

I send emails from my office computer, my dormitory computer, my home computer, my android phone and my symbian phone. Right now I use webmail but i want to be able to compose the emails in an offline mode and then send them at a later time. Now, I use thunderbird on my home computer to download all of the emails from my webmail account.

I want to be able to compose the email on the email clients installed on the various computing devices yet be able to consolidate not only the emails received but also the sent folders. I think what I am looking for is a Linux version of MSExchange. Is this correct? Can someone recommend one? I also want to be able to consolidate calendaring features and addressbooks as well.

View 4 Replies View Related

OpenSUSE :: Sound Works Only For Some Types Of Applications?

Mar 9, 2010

I have used it for some times but never went behind basic use to use Internet, save files, write documents with OpenOffice...

I just installed the 11.2 version in 64-bit. I previously used a 11.1 version, and on which sounds worked fine.

I do get the login and logout jingle, and CDs play fine as well.

My problem occurs when I try to watch a video on Internet, so with FlashPlayer, and also when using Skype: I get neither the notification sounds, and a test call tells me I have a problem with the audio device.

When I point my cursor on the "sound" icon on my control board, it tells me the sound is at 0% even though it works for the above-listed tasks.

Here is what my computer has (from "system configuration"), including the last two lines I get when I click the "advanced" option:

HDA VIA VT82xx (VT1708 Analog)
HDA VIA VT82xx (VT1708 Digital)
HDA ATI HDMI, ATI HDMI (HDMI audio output)
PulseAudio
HDA ATI HDMI, ATI HDMI
HDA VIA VT82xx, VT1708 Digital(IEC958(S/PDIF) Digital audio output)

Everything has this same preset configuration: notifications, video, etc.

View 9 Replies View Related

Ubuntu :: Is There Sound Mixer That Works With OSS Applications As Well?

Apr 4, 2010

I'm trying to configure PulseAudio using the official guide and can't get past the first step where it tells me to input pulseaudio -nC.

1. How can I get into the PA console/daemon to use the official guide
2.If I can't get PA setup correctly, is there an ALSA sound mixer I can use to modify sound levels for various running applications.
2B. Is there a sound mixer that works with OSS applications as well? Most apps these days are ALSA, but some older ones (like Wolfenstein Enemy Territory) use OSS.

View 1 Replies View Related

Applications :: Is There Equalizer That Works For All Ubuntu Sounds

Jan 1, 2010

is there a equalizer that works for all ubuntu sounds? after looking around it seems that equalizers are pretty rare in ubuntu.

View 1 Replies View Related

General :: Write A Shell Script That Allows Only User 1 And User 2 To Execute A Program?

Feb 25, 2010

I've looked everywhere but I can't find where to change the default box for incoming mail, or am I on the wrong track. It's a nuisance having to change folders and I can't configure wastebin to empty on exit.And I can't get kmail to import from evolution. Do I have to go to the evolution storage and do it manually, and if so, how do I do that?

View 1 Replies View Related

Ubuntu :: Startup Applications Works Only With Manual Login

Nov 23, 2010

Has anyone ran into a problem running Startup Applications from automatic login? I have checked to see that it is not loading in fail-safe mode, and if i disable the automatic login it works fine. The file it is loading is located in my home directory and being executed as
"sh /home/myusername/script.sh"

View 4 Replies View Related

OpenSUSE Install :: Get Root Privileges On User Account Without Using Root Login?

Feb 5, 2011

i am having problems with privileges i have created a new user with my name, but i cant get root privileges on it. i need the same privileges as the root profile.

View 9 Replies View Related

Ubuntu :: Root User Directory Does Not Exist, Root Password Not Recognised?

Oct 26, 2010

I no longer have access to my root desktop. On a session I attempted to change the root username but i apparently assigned it a wrong directory that does not exist. When I rebooted with my new root username, i was instead recognised as a simple user (no root privileges). I tried the console to change to "old" root but root password is not accepted and there is no way to access to sudoer files. it seems that inserting a new username requires root privileges and i am back to square one. Simply logging with old root username and password after restart gives me a blank screen with nothing on it and cannot even reboot.

View 9 Replies View Related

General :: Did Not Find Any Option For Root Password For Root User In Ubuntu 9.10?

Mar 2, 2010

i used opensuse 11.1 ...there is option for root user to create password for root...but for ubuntu i did not find anything like that...so how can i create root password....or how can i use root

View 1 Replies View Related

General :: Root Logins Are Not Allowed \ When Try To Login As Root, After Logging Out As User, It Does Not Allow?

Dec 2, 2010

i just installed linux mandriva 2009. i set password for root and created a user account. when i try to login as root, after logging out as user, it does not allow me and gives the error "root logins are not allowed". even it does not show the root account. if i try to go to root from konsole terminal using su root, it allows to enter as a root but when i try to start the GUI with startx it gives error.not sure what to do and why i can't see my account in GUI mode

View 5 Replies View Related







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