LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-15-2024, 11:22 PM   #1
JASlinux
Member
 
Registered: Oct 2020
Posts: 380

Rep: Reputation: Disabled
Question How to run a standalone browser in a live session?


This is in Ubuntu by USB with no install. On my command line, standalone USB browsers are not displayed as executable and generate a permissions error. Permissions do not change on the command line or file manager with no error feedback, eg.,
Code:
chmod u+x firefox
as root leaves Firefox permissions unchanged.

I can't get a standalone to run, & I do not know if this is by design or something I am missing.

I discovered the problem in 16-era Lubuntu which only updates to Firefox 65.
 
Old 01-15-2024, 11:37 PM   #2
lvm_
Member
 
Registered: Jul 2020
Posts: 930

Rep: Reputation: 337Reputation: 337Reputation: 337Reputation: 337
Usually it indicates that filesystem is mounted with noexec option, check by running mount with no options and remount if it is indeed the case.
 
Old 01-15-2024, 11:45 PM   #3
JASlinux
Member
 
Registered: Oct 2020
Posts: 380

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by lvm_ View Post
Usually it indicates that filesystem is mounted with noexec option, check by running mount with no options and remount if it is indeed the case.
Specifically do you mean
Code:
mount
with no options (the list of mounted partitions only), or
Code:
mount [specific partition]
? Force exec if
Code:
noexec
is default? I probably did not manually mount the USB partition.
 
Old 01-16-2024, 12:47 AM   #4
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
Not the answer to your question, but a possible alternative. Should work on live as long as you have enough ramdisk to install it.
Quote:
Originally Posted by JASlinux View Post
I discovered the problem in 16-era Lubuntu which only updates to Firefox 65.
https://launchpad.net/~mozillateam/+..._filter=xenial
Mozilla Team's Firefox Stable (currently 119), Firefox ESR (currently 115.6), and Thunderbird. Support for Ubuntu 16.04 is included.

Last edited by enigma9o7; 01-16-2024 at 12:56 AM.
 
Old 01-21-2024, 08:30 AM   #5
JASlinux
Member
 
Registered: Oct 2020
Posts: 380

Original Poster
Rep: Reputation: Disabled
https://launchpad.net/~mozillateam/+..._filter=xenial

Quote:
Originally Posted by enigma9o7 View Post
Should work on live as long as you have enough ramdisk to install it.
I don't want anything in ramdisk. I want a standalone browser, e.g., on a partition outside the Linux system, specifically for the purpose of preserving ram.
 
Old 01-22-2024, 07:55 AM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,987

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
The problem with some live to usb installs is the fact that the compressed hard drive image is in a single file on the usb. Not easy to edit.

Consider installing a distro to the usb normally so that you can fully update it.
 
Old 01-24-2024, 08:53 AM   #7
JASlinux
Member
 
Registered: Oct 2020
Posts: 380

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jefro View Post
The problem with some live to usb installs is the fact that the compressed hard drive image is in a single file on the usb. Not easy to edit.

Consider installing a distro to the usb normally so that you can fully update it.
I normally boot for functions (i.e., a specific task) & like the security of a read-only os slightly customized with scripts.

If I can boot an .iso live then use a browser not installed to ram, that would be ideal.
 
Old 02-19-2024, 04:06 AM   #8
JASlinux
Member
 
Registered: Oct 2020
Posts: 380

Original Poster
Rep: Reputation: Disabled
Problem arose again & I think I discovered the reason:

Like symlinks, FAT32 does not support Linux file system permissions.

So while Linux supports FAT32, it's not with full compatibility.

It's a shame because despite its limitations, FAT32 is the most compatible, useful file system.

Copy the standalone browser to different file system & voilą, file permissions are alterable.
 
Old 02-26-2024, 03:16 PM   #9
Djoisan
LQ Newbie
 
Registered: Jun 2021
Posts: 1

Rep: Reputation: 0
Hi. Running a standalone browser in a live session can be tricky.

Last edited by jefro; 02-27-2024 at 04:45 PM. Reason: spam
 
Old 02-28-2024, 09:10 AM   #10
JASlinux
Member
 
Registered: Oct 2020
Posts: 380

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jefro View Post
The problem with some live to usb installs is the fact that the compressed hard drive image is in a single file on the usb. Not easy to edit.

Consider installing a distro to the usb normally so that you can fully update it.
That's a valid technical adjustment, but my interest in LIVE sessions is security. I can't marry a Linux distro anyway (wish I could), so I won't be setting up a workstation but sessions. Especially with older distros, read-only bucks all the update-for-security dogma.
 
  


Reply

Tags
browsers, live boot, permissions, standalone, ubuntu



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to launch "cinnamon-session-cinnamon" X session "cinnamon-session-cinnamon" -found; Falling back to default "session." xxxindigo Linux Mint 22 09-01-2019 09:21 AM
Session key renegotiation if session lasts longer than configured (e.g. an hour) then session keys needs to be renegotiated. dakshinya Linux - Newbie 1 02-04-2016 04:15 PM
Jboss - Session replication in standalone cluster astros Linux - Server 0 02-10-2015 05:45 PM
LXer: How To Create A Standalone Compiz Session In Ubuntu LXer Syndicated Linux News 0 02-08-2012 03:10 PM
How to run a program in an ssh session that will run after you close out the session? dr_zayus69 Linux - Networking 5 03-05-2006 07:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration