Software :: Starting Firefox Under A Different User?

Mar 10, 2011

I've set up a second user for myself on my laptop.

My user on the laptop is 'tiger'

Let's call the second user 'jrdobbs'

I would like to log on to gmail/facebook/etc using the jrdobbs, but I don't want to switch users via X... I just want a second instance of firefox open, which stores all of its login information under /home/jrdobbs.

My naive attempt looked like this:

Code:
su -l -c "firefox" jrdobbs
Here was my thinking:
start firefox under 'su jrdobbs' ... firefox should store its files under the current user's $HOME/.mozilla

[Code].....

View 4 Replies


ADVERTISEMENT

Software :: Firefox Not Starting After Update

May 15, 2010

I updated my Suse 11.1 distribution and suddenly Firefox stopped working. I went to a terminal and typed in "firefox" and nothing happened. No error message, no nothing. It just stood there.

If I did the sae as root or as another user, then Firefox would load as usual.

The issue for me was that I was using NoMachine (NX) to access my machine. It adds some lines to the LD_PRELOAD session variable. I removed the variable content et voila! I've got my Firefox working again

To check if you're in the same potential situation, do a "set | grep LD" and check the result. If you've got "LD_PRELOAD=" with nothing afterwards, you're not in the same case as me. Good luck finding our fix. If you see "LD_PRELOAD=some stuff here" then you may be in the same case as me. The type in "LD_PRELOAD=" and hit enter to clean he variable. Then in the same terminal type in "firefox" and it should just work.

View 1 Replies View Related

CentOS 5 :: Firefox Not Starting On 5 Clients?

Nov 19, 2009

the start up fails, but a process is left running. these machines are running the latest stable version of Centos 5, and we have been "messing" with the firewall. When I'm logged on through a console, I get error messages that lockd can not contact the server even though the nfs mounted home directories work fine.

View 5 Replies View Related

CentOS 5 :: Starting The Firefox On Startup?

Dec 17, 2010

i want to start firefox on startup of my os.so i tried these commands:

ln -s /usr/lib/firefox-3.0.18/firefox /etc/init.d/firefox
ln -s /etc/init.d/firefox /etc/rc5.d/S99firefox

and then i restarted my pc i nothing happened.what should i do ?

View 3 Replies View Related

Slackware :: Starting X Programs As A Different User?

Apr 23, 2010

Is there a way to start X programs as root from a root login shell?

I generally get an error about being unable to open the display.

View 5 Replies View Related

Ubuntu :: Choosing Profiles When Starting Firefox 3.6?

Jan 22, 2010

How do I get the new Firefox 3.6 to let me chose between different profiles when I start it?ith Firefox 3.5 I could do that with the command:Code:/usr/bin/firefox -p -no-remoteBut that doesn't seem to work anymore.

View 3 Replies View Related

Ubuntu :: Starting Thunderbird And Firefox Maximized

Nov 1, 2010

Using Ubuntu 8.04, Thunderbird 2.0.0.24, Firefox 3.6.12. Sometimes they start Maximized but sometimes Unmaximized (not Minimized). Can't find a pattern and can't find a setting. Also, can Thunderbird be set to start with the 'Inbox' selected?

View 8 Replies View Related

Ubuntu :: Starting Firefox At A Determined Time?

May 17, 2011

I want to launch Firefox at a different time every day, and send it to a landmarked page, not my home page.

Is there a relatively simple way to automate this?

View 2 Replies View Related

CentOS 5 :: Starting Apache But Cannot Browse In Firefox?

Oct 14, 2009

I have a problem, I'm have a course at high school (webserver management) in class this morning we had to install apache, php, ftp and so on but I didn't finish on time so when I got home I was playing around. I'm on wireless here and changed the vm connection from bridge to nat.

normally we had to install apache using yum (yum install httpd) and start the service. that's what I did and then we had to go to firefox (or IE) and type the ip of our server. but when I do I get "problem loading page" instead of the apache default page. I've set httpd runlever 2 to 5 to on and rebooted. but still not working.

View 6 Replies View Related

General :: Starting VNC Upon Boot-up Using Specific User

Oct 27, 2010

So right now VNC is starting a session using :1. When I connect to that session, the terminal is logged in as root. I'd like for the terminal to be logged in as a different user as some of my end users are going to be using this and don't require such privileges. I found that I can "su" to a different user and start a new VNC daemon on :2 and when I connect to that session, the terminal is logged in as that user. What I want to do is get that to run at boot-up.

View 4 Replies View Related

Ubuntu :: Firefox Not Starting Properly - Web Browsers Crashing

Feb 14, 2010

i have a problem with firefox not starting properly, it not just that i installed chrome a few weeks ago this does the same. so i try install all the browsers i know there all the same, they just flash up then disappear

View 1 Replies View Related

Ubuntu One :: Keyring Password Prompt Upon Starting Firefox?

Jul 12, 2010

A while ago, I removed the Ubuntu One entry from my Startup Applications because it was annoying having to activate the keyring every time I booted up/logged on. Now, I am prompted for a password once I start Firefox (mind that it's only the first time I run Firefox after boot/login). I'm assuming it's Ubuntu One because of the sequence of events, but feel free to correct me if you think otherwise. How can I stop this?

Running standard Ubuntu 10.04.

View 2 Replies View Related

Debian :: Starting Pppoe Connection By Normal User

Mar 8, 2010

I am using a broadband internet connection. Currently I am using pon and poff commands to start and stop the internet connection respectively. But for these commands to execute I should switch to the root user. I want even a normal user to be able to start or stop the connection. How can I do this?

View 1 Replies View Related

Networking :: Starting Apache Using Someother User And Not Root?

Jun 24, 2010

We have installed apache 2.2.15 webserver on A rhel 5 Linux 64 box using the user wwwadm group www

We can start the webserver using root and it works fine but we dont have root access forever so we want the wwwadm user to have all the rights and we can start/stop/restart the Apache server using this wwwadm user.

View 1 Replies View Related

CentOS 5 :: Starting VirtualBox Causes User Session To Logout?

Feb 17, 2011

I have installed VirtualBox as per the instructions on this site, and the kernel module compiled without problem, however when I start it, it causes the user to logout!

I am using the nvidia module from the ATrpms repo if that has any bearing on the problem.

Has anyone else seen this issue?

Details:
CentOS 5.5 x86_64 running on a Dell Studio XPS 435MT with i7 920 and 6GB of RAM
VirtualBox 4.0.2 from virtualbox repo.
nvidia driver 260.

View 1 Replies View Related

OpenSUSE Network :: Starting Apache As A User With Root Privileges?

Jul 17, 2010

I have written a simple perl program to add a command to iptables. Here is my code :

Code:
#! /usr/bin/perl
print "Content-type: text/html
";
system("iptables -A FORWARD -s 192.168.0.2 -j DROP");

I put this file in cgi-bin folder of Apache server. Here is my problem : when I run this file with shell as root user it makes change to iptables, but when I use my browser to run this file, it doesn't make any change. I'm sure this is because Apache doesn't have permission to manipulate iptables. How can I start Apache as a user with root privileges ?

View 8 Replies View Related

Server :: Find The List Of File Being Tagged By User Jack Starting From A Given Date?

Mar 27, 2011

I need to find the list of file being tagged by user jack starting from a given date.Eg:Tag Name:lcc_dev_p1User: jackDate: >= 2011-03-02can some done tell me what is the cvs command for this.Should the below command give the correct outputcvs log -R -S -N -rlcc_dev_p1 -d">=2011-03-13" -wjack > /tmp/output.txt

View 1 Replies View Related

Ubuntu :: Firefox Crashing User Account?

May 4, 2010

I have a weird Issue that just started today. Ill open up a new tab in Firefox and the screen goes black and takes me back to the log in screen. Im using Lucid Lynx. If it helps it mostly happens on flash based sites. I have flash block installed but it doesn't always help. Also it happens on random sites. But im not sure why this would log me out.

View 7 Replies View Related

Ubuntu :: Firefox Doesn't Allow Mw To Save From User Id In 10.04?

May 21, 2010

I have recently installed Ubuntu 10.04 and from my id which has administrator rights, I am unable to save any files as well as unable to change the location in firefox. The firefox version is also in the snapshot as well as the options window. Is it that my profile has been corrupted or is there some bug in firefox.

View 5 Replies View Related

Ubuntu :: Firefox In Startup Not Working For User?

Feb 11, 2011

I have specified firefox should startup using the following procedure:

System > Preferences > Startup Applications > Add

And used the following details:

Name=firefox
Command=/usr/lib/firefox-3.6.11/firefox-bin

But it doesn't start up. I tried also adding a shortcut to the following location:

/home/USER/.config/autostart/SHORTCUT-TO-FIREFOX

The account I'm trying to get it working on is unprivileged. I'm sure it was working yesterday but can't swear if I had added extra permissions at that stage.

View 3 Replies View Related

General :: Execute Firefox As It's Own User ( SUID )?

Jun 8, 2010

i was wondering if it is possible to run a program such as firefox or any other internet program as its own user (ie user firefox), but still in my desktop session, this way the program would have its own home folder and store all the data there, while i use it normally, i was trying to set the suid on the firefox binaries but then it doesn't starts at all.

View 6 Replies View Related

Software :: User Agent Switching In Firefox?

Jan 17, 2010

I'm trying to watch TV shows off of ABC.com, ABC.com is sending back the following warning:

Code:

Platform not supportedYou appear to be using an unsupported operating system or Web browser. In order to use our video player, we require:Windows XP/Vista with Internet Explorer 6+, Firefox 3
Mac - Firefox 3+, Safari 3+

I think that this is bogus, and I probably need to switch my user agent so that it shows the correct version of firefox, but shows my OS as Windows XP/Vista or Mac. Here is the output of about:config showing all of the user agent strings:

Code:

general.useragent.extra.firefox;Firefox/3.5.7
general.useragent.locale;en-US
general.useragent.security;U

[code]...

As I understand it, these strings get assembled into the user agent header, which looks a little bit like this:

Code:

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100106 Firefox/3.5.7 I pulled this from Wireshark, after changing the user agent values above... obviously the changes that I'm making in Firefox aren't affecting what's going out over the wire. Right now, I'm in 'press and guess' mode... if someone can give me a better idea of how user agent strings are actually set in Firefox, what the individual values are, I might have a slightly better shot at figuring this out. This is, of course, only the first part of the problem. If ABC is using something proprietary to send out their video, I may still be out of luck...

View 6 Replies View Related

CentOS 5 :: Make Firefox Add-ons Universally And Not Just On A Particular User

May 11, 2009

How to make firefox add-ons universally and not just on a particular user

I have install firefox add-ons no-script on root, but when I login as normal user the no-script add-ons is not installed.

Do anyone know how to make firefox add-ons universal?

View 2 Replies View Related

Fedora X86/64bit :: X86-64 Flash And FireFox Running From User?

Apr 10, 2009

I find myself in a bit of a pickle. Following a yum update which included FF 3.0.8 FireFox stopped working details can be found in Fedora Bug 494255. To keep going I installed FireFox (from Mozilla) in /home/user/firefox which works great now I've installed all the i386 stuff it wanted, I've got all my bookmarks, saved passwords etc BUT I can't get flash to work. I figured all I needed to do was put a link to libflashplayer.so in /home/user/firefox/plugins/ and we'd be good but when I go to a site with flash content FF crashes. I installed Leigh 123s X86-64 flash rpm and made a link to it as above and got the same result.

View 2 Replies View Related

General :: Add Java Plugin To User-mode Firefox ?

Sep 29, 2010

I have installed firefox to a user directory (version 3.6.10) /cache/app/firefox.

I have installed java jre1.6.0_21 to /cache/app/java/jre1.6.0_21

I have symlinked /cache/app/java/jre1.6.0_21/plugin/i386/ns7/libjavaplugin_oji.so to /cache/app/firefox/plugins/libjavaplugin_oji.so

So, in theory, when I start firefox the plugin should be listed in about:config - wrong. I have lots of other plugins working just fine, but java is not listed anywhere.

I ran strace -F ./firefox >/tmp/output.txt 2>&1 (the -F is necessary as firefox plugins are now loaded in a forked process). Firefox clearly finds my plugin:

It clearly looks like the plugin is being found, opened, and the first 512 bytes read and possibly memory mapped. So why doesn't it appear in the list of plugins?

One clue could be that there's another older plugin lying in the default directories (and I can't change this, I don't have root, hence running firefox in user mode).

Though surely firefox is smart enough to pick the latest one and use that? Is there a way of turning debugging ON during firefox start-up so I can find a debug message that explains why the latest JRE 1.6 plugin is being passed over?

View 1 Replies View Related

Ubuntu :: Firefox Plugins Only Work For Super User?

May 12, 2010

I'm running Ubuntu 10.04 minimal with Openbox; far from a standard install but nearly everything works the way it should.

The problem appears quite simple:

Firefox does not recognise installed plugins (i.e, Flash) when running as the standard user; if I run the command 'sudo firefox' however, Firefox loads in plugins just as it should.

I've checked about:plugins in both instances and this has confirmed what is stated above. The list is populated when running as the super user, and empty when running as standard.

View 1 Replies View Related

Software :: Desktop User Cannot See Del.icio.us Toolbar In Firefox?

Feb 5, 2010

I've just installed an Ubuntu 9.04 to a Lenovo N500 laptop and as the default user (ie with root privileges) I have installed Flash 10 using dpkg -i install_flash..10.deb and delicious toolbar using Firefox internal add-on system.

Later I've created a "desktop user" and logged in as a desktop user. In Firefox, Flash 10 is ok, (e.g. UTube is functional) but there's no delicious toolbar in any way!

How to bring back delicious in desktop user? Could it be something to do with file permissions?

View 2 Replies View Related

Programming :: Use Firefox As User-interface For Shell Script?

Mar 29, 2010

In Windows, I was able to use IE as a user interface because I could code a WSF (Windows equivalent to shell script) to respond to events in IE.Now that I've moved to Linux/Firefox, I'd like to use Firefox in a similar way. Specifically, I would like to write a bash script to run lsdvd with XML output, use XSL to transform the XML for Firefox, then take an action (encode a selected track on the DVD) based on the user's selection. I would be happy if I could make Firefox write something somewhere that the script could read, but I suspect that security measures would prevent that.

View 3 Replies View Related

Ubuntu :: Firefox Error : INSERT Command Denied To User ?

May 31, 2010

Firefox seems to suddenly dislike one of the groups i belong too, whenever i try to access it I get the following message,

Database Error: INSERT command denied to user 'usingle_210259_1'@'linweb14.atlas.pipex.net' for table 'smf_log_online'
File: /websites/LinuxPackage02/si/ng/le/singlewithkids.co.uk/public_html/forum/Sources/Subs.php
Line: 2602

Is this a server error, or is it my system? I have tried using a different theme but I still get the same error.I'm using the gnome classic theme ATM.

View 4 Replies View Related

General :: User Log Out While Working On Facebook In Updated Version (3.6.7) Of Firefox / Solve It?

Aug 1, 2010

I am using CentOS 5.4. I updated my firefox to 3.6.7.
After that when I login in facebook and click anything in facebook, my pc log out, even from root user.
cause & solution of this problem.

View 2 Replies View Related







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