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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Jul 25, 2011
can't cd to root acount /home in terminal - sudo cd /root fails?
View 3 Replies
View Related
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
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
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
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
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
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
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
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
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
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
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
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
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
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