The Original Gay Porn Community - Free Gay Movies and Photos, Gay Porn Site Reviews and Adult Gay Forums

  • Welcome To Just Us Boys - The World's Largest Gay Message Board Community

    In order to comply with recent US Supreme Court rulings regarding adult content, we will be making changes in the future to require that you log into your account to view adult content on the site.
    If you do not have an account, please register.
    REGISTER HERE - 100% FREE / We Will Never Sell Your Info

    PLEASE READ: To register, turn off your VPN (iPhone users- disable iCloud); you can re-enable the VPN after registration. You must maintain an active email address on your account: disposable email addresses cannot be used to register.

Show a process' architecture in Ubuntu, a la 64-bit Windows?

Michiko

On the Prowl
Joined
May 21, 2010
Posts
73
Reaction score
0
Points
0
Location
Montevideo
Website
michikolaffitte.wordpress.com
Okay, this is for the Linux evangelists in this forum.

Sometimes I have to deal with 64-bit Ubuntu Maverick. Is there any way to find out whether a process is 32 or 64 bit without messing with the command line and /proc? 64-bit Windows' task manager adds "*32" to anything 32-bit -- I'm thinking of a Linux version of that, as sinful as it sounds to copy things from Windows, lol.
 
hmmm i have never used a 64bit linux machine .. so what have you tried already?

top, htop, the gnome/kde system monitors?
 
I don't know of any graphical system monitors for Ubuntu which include the bit process architecture as part of the notifications provided by that monitor.

I think that Ubuntu system monitors (like the Gnome System Monitor and htop) don't include the bit architecture because it is so unusual to run 32 bit applications on 64 bit Ubuntu. While it is common to run 32 bit applications on 64 bit Windows, processes running on 64 bit Ubuntu will almost always be 64 bit processes. In fact, I believe that Ubuntu 64 "out of the box" will not even run 32 bit programs - you need to install the 32 bit libraries before you can do this.

The ecosystems between Linux and Windows are very different. The vast majority of what you run on Ubuntu will typically be installed from a repository. Ubuntu 64 will always fetch the 64 bit version of whatever from the repository, of course (or it will tell you that the program in question is not available). When 32 bit processes are run on 64 bit Ubuntu, these are almost always commercial (nonfree) programs. Most Linux users do not use that many commercial programs.

In the nonfree Windows world, it would be far too expensive to have to update all your 32 bit programs to run on 64 bit Windows. So, Windows 64 includes 32-bit compatibility by default. Since it is common to run 32 bit applications on 64 bit Windows, the Windows system monitor lets you know when this is happening.

If you do not install the 32 bit libraries in Ubuntu 64, you will get an incompatible process notification from the system when you attempt to execute a 32 bit process. Installing the 32 bit libraries is very easy. Just open a terminal session and type:

Code:
[B]sudo apt-get install ia32-libs[/B]

Here is a discussion about installing the 32 bit libraries in 64 bit Linux/Ubuntu.
 
I know that, I am not a complete Linux n00b, lol. I have ia32-libs installed, and a few pieces of nonfree software (there's probably no one as far removed from Richard Stallman than myself), as well as some free software. It is like you said -- 64-bit Ubuntu doesn't run 32-bit applications at all unless ia32-libs and the like are installed. Oh well, I guess I'll have to use the command line then...

By the way, I noticed that Ubuntu never closes its privilege elevation prompt -- I mean, it asks for your password, then you click "authenticate", and then the text box disappears. You have to close the window manually... I'm surprised that that bug hasn't been corrected in the two months that have passed since the last release.

By the way, T-Rexx... is it that you like dinosaurs, or you have an OS/2 past?
 
there's probably no one as far removed from Richard Stallman than myself

Bad Michiko! :spank:

By the way, I noticed that Ubuntu never closes its privilege elevation prompt -- I mean, it asks for your password, then you click "authenticate", and then the text box disappears. You have to close the window manually... I'm surprised that that bug hasn't been corrected in the two months that have passed since the last release.

Not sure what you mean here. I have not seen this behavior.

By the way, T-Rexx... is it that you like dinosaurs, or you have an OS/2 past?

OMG! How did you know! :eek: I still have OS/2 on the original floppies! :lol:

But the first program I ever wrote was on a Univac! !oops!
 
Back
Top