← Back to team overview

gufw-maintainers team mailing list archive

Helping with a test

 

Hi guys! How are you? :)
I'd need your help with a test in your distro. It's fast. Could you do it, please?

Steps:
1. Open a Terminal with 2 tabs (I'll name them as Tab1 & Tab2).

2. Tab1: Run these commands (change "your_user" for your normal user):
sudo su -       (Changing to root, in your system it could be "su -")
su your_user -c 'python -m webbrowser -t "http://gufw.org/";'

3. Tab2: Run this command:
ps -ef | grep firefox

Could you send me the 2 dumps from Tab1 & Tab2?
Did Firefox open the URL http://gufw.org??

Thanks in advance! :D
Costales.




By example, in my system the dumps are:
Tab1:
costales@desktop:~/Desktop/gui-ufw$ sudo su -
[sudo] password for costales:
root@desktop:~# su costales -c 'python -m webbrowser -t "http://gufw.org/";'

Sessions still open, not unmounting
root@desktop:~#


Tab2:
costales@desktop:~/Desktop/gui-ufw$ ps -ef | grep firefox
costales 8321 1 76 19:29 ? 00:00:04 /usr/lib/firefox/firefox http://gufw.org/
costales  8374  7053  0 19:30 pts/6    00:00:00 grep firefox
costales@desktop:~/Desktop/gui-ufw$


References