Re: How to run AppImage file

2020-11-26 Thread Fred

On 11/26/20 12:07 PM, Joe Pfeiffer wrote:

Fred  writes:


On 11/26/20 9:04 AM, Joe Pfeiffer wrote:

Fred  writes:


On 11/25/20 12:30 PM, Reco wrote:

Hi.

On Wed, Nov 25, 2020 at 12:13:03PM -0700, Fred wrote:

fred@ragnok:~$ ./ClipGrab-3.9.2-x86_64.AppImage --help
bash: ./ClipGrab-3.9.2-x86_64.AppImage: cannot execute binary file: Exec format 
error


uname -m

Reco



fred@ragnok:~$ uname -m
i686
fred@ragnok:~$ file ClipGrab-3.9.2-x86_64.AppImage
ClipGrab-3.9.2-x86_64.AppImage: ELF 64-bit LSB executable, x86-64,
version 1 (SYSV), dynamically linked, interpreter
/lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, stripped


Your uname says you are running a 32-bit system (686 is 32 bit).  The
output from the file command says it's a 64 bit executable.  You can run
a 32 bit executable on a 64 bit system, but you can't run a 64 bit
executable on a 32 bit system.



Yes, I see that now.  I thought I was running 64 bit.

fred@ragnok:~$ lscpu
Architecture:i686
CPU op-mode(s):  32-bit, 64-bit
This seems to say the cpu will run 64 bit software.


I suspect (so I'm not sure) that that this means you've got a cpu that
is physically capable of running in 64 bit mode, but you installed a
in i686 operating system so only the 32 bit mode is actually available
to you.  It would be interesting to run uname as
uname -a
and see what it tells you.  In my case I get
Linux snowball 5.8.0-2-amd64 #1 SMP Debian 5.8.10-1 (2020-09-19) x86_64 
GNU/Linux

I'll hazard a guess that the places that say amd64 and x86_64 will say
things related to i686 instead.


You are correct of course.  I thought I was running 64 bit but I was wrong.

fred@ragnok:~$ uname -a
Linux ragnok 4.19.0-12-686-pae #1 SMP Debian 4.19.152-1 (2020-10-18) 
i686 GNU/Linux


I have abandoned trying to run the 64 bit clipgrab binary blob. 
youtube-dl is working now and I plan to install the 64 bit version of 
Devuan when I have time.


Best regards,
Fred



Re: How to run AppImage file

2020-11-26 Thread Joe Pfeiffer
Fred  writes:

> On 11/26/20 9:04 AM, Joe Pfeiffer wrote:
>> Fred  writes:
>>
>>> On 11/25/20 12:30 PM, Reco wrote:
Hi.

 On Wed, Nov 25, 2020 at 12:13:03PM -0700, Fred wrote:
> fred@ragnok:~$ ./ClipGrab-3.9.2-x86_64.AppImage --help
> bash: ./ClipGrab-3.9.2-x86_64.AppImage: cannot execute binary file: Exec 
> format error

 uname -m

 Reco

>>>
>>> fred@ragnok:~$ uname -m
>>> i686
>>> fred@ragnok:~$ file ClipGrab-3.9.2-x86_64.AppImage
>>> ClipGrab-3.9.2-x86_64.AppImage: ELF 64-bit LSB executable, x86-64,
>>> version 1 (SYSV), dynamically linked, interpreter
>>> /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, stripped
>>
>> Your uname says you are running a 32-bit system (686 is 32 bit).  The
>> output from the file command says it's a 64 bit executable.  You can run
>> a 32 bit executable on a 64 bit system, but you can't run a 64 bit
>> executable on a 32 bit system.
>>
>
> Yes, I see that now.  I thought I was running 64 bit.
>
> fred@ragnok:~$ lscpu
> Architecture:i686
> CPU op-mode(s):  32-bit, 64-bit
> This seems to say the cpu will run 64 bit software.

I suspect (so I'm not sure) that that this means you've got a cpu that
is physically capable of running in 64 bit mode, but you installed a
in i686 operating system so only the 32 bit mode is actually available
to you.  It would be interesting to run uname as
uname -a
and see what it tells you.  In my case I get
Linux snowball 5.8.0-2-amd64 #1 SMP Debian 5.8.10-1 (2020-09-19) x86_64 
GNU/Linux

I'll hazard a guess that the places that say amd64 and x86_64 will say
things related to i686 instead.



Re: How to run AppImage file

2020-11-26 Thread Fred

On 11/26/20 9:04 AM, Joe Pfeiffer wrote:

Fred  writes:


On 11/25/20 12:30 PM, Reco wrote:

Hi.

On Wed, Nov 25, 2020 at 12:13:03PM -0700, Fred wrote:

fred@ragnok:~$ ./ClipGrab-3.9.2-x86_64.AppImage --help
bash: ./ClipGrab-3.9.2-x86_64.AppImage: cannot execute binary file: Exec format 
error


uname -m

Reco



fred@ragnok:~$ uname -m
i686
fred@ragnok:~$ file ClipGrab-3.9.2-x86_64.AppImage
ClipGrab-3.9.2-x86_64.AppImage: ELF 64-bit LSB executable, x86-64,
version 1 (SYSV), dynamically linked, interpreter
/lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, stripped


Your uname says you are running a 32-bit system (686 is 32 bit).  The
output from the file command says it's a 64 bit executable.  You can run
a 32 bit executable on a 64 bit system, but you can't run a 64 bit
executable on a 32 bit system.



Yes, I see that now.  I thought I was running 64 bit.

fred@ragnok:~$ lscpu
Architecture:i686
CPU op-mode(s):  32-bit, 64-bit
This seems to say the cpu will run 64 bit software.

Best regards,
Fred



Re: How to run AppImage file

2020-11-26 Thread Joe Pfeiffer
Fred  writes:

> On 11/25/20 12:30 PM, Reco wrote:
>>  Hi.
>>
>> On Wed, Nov 25, 2020 at 12:13:03PM -0700, Fred wrote:
>>> fred@ragnok:~$ ./ClipGrab-3.9.2-x86_64.AppImage --help
>>> bash: ./ClipGrab-3.9.2-x86_64.AppImage: cannot execute binary file: Exec 
>>> format error
>>
>> uname -m
>>
>> Reco
>>
>
> fred@ragnok:~$ uname -m
> i686
> fred@ragnok:~$ file ClipGrab-3.9.2-x86_64.AppImage
> ClipGrab-3.9.2-x86_64.AppImage: ELF 64-bit LSB executable, x86-64,
> version 1 (SYSV), dynamically linked, interpreter
> /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, stripped

Your uname says you are running a 32-bit system (686 is 32 bit).  The
output from the file command says it's a 64 bit executable.  You can run
a 32 bit executable on a 64 bit system, but you can't run a 64 bit
executable on a 32 bit system.



Re: How to run AppImage file (was: clipgrab as alternative to youtube-dl)

2020-11-26 Thread Andrei POPESCU
On Mi, 25 nov 20, 17:38:44, Fred wrote:
> On 11/25/20 2:15 PM, Greg Wooledge wrote:
> > On Wed, Nov 25, 2020 at 02:12:03PM -0700, Fred wrote:
> > > fred@ragnok:~$ uname -m
> > > i686
> > > fred@ragnok:~$ file ClipGrab-3.9.2-x86_64.AppImage
> > > ClipGrab-3.9.2-x86_64.AppImage: ELF 64-bit LSB executable, x86-64, [...]
> > 
> > Well, um.  It's clearly not going to work.
> > 
> > You either need to use a 32-bit version of the application, or you need
> > to use a 64-bit Debian system.
> > 
> 
> That's a fine how-dee-do.  I thought I was using 64 bit.  Perhaps I have
> some upgrading to do.

That would be a cross-grade.

https://wiki.debian.org/CrossGrading

Re-installing is still considered the safer option.

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser


signature.asc
Description: PGP signature


Re: How to run AppImage file (was: clipgrab as alternative to youtube-dl)

2020-11-25 Thread Fred

On 11/25/20 2:15 PM, Greg Wooledge wrote:

On Wed, Nov 25, 2020 at 02:12:03PM -0700, Fred wrote:

fred@ragnok:~$ uname -m
i686
fred@ragnok:~$ file ClipGrab-3.9.2-x86_64.AppImage
ClipGrab-3.9.2-x86_64.AppImage: ELF 64-bit LSB executable, x86-64, [...]


Well, um.  It's clearly not going to work.

You either need to use a 32-bit version of the application, or you need
to use a 64-bit Debian system.



That's a fine how-dee-do.  I thought I was using 64 bit.  Perhaps I have 
some upgrading to do.


fred@ragnok:~$ lscpu
Architecture:i686
CPU op-mode(s):  32-bit, 64-bit
(the rest cut)

Best regards,
Fred



Re: How to run AppImage file (was: clipgrab as alternative to youtube-dl)

2020-11-25 Thread Greg Wooledge
On Wed, Nov 25, 2020 at 02:12:03PM -0700, Fred wrote:
> fred@ragnok:~$ uname -m
> i686
> fred@ragnok:~$ file ClipGrab-3.9.2-x86_64.AppImage
> ClipGrab-3.9.2-x86_64.AppImage: ELF 64-bit LSB executable, x86-64, [...]

Well, um.  It's clearly not going to work.

You either need to use a 32-bit version of the application, or you need
to use a 64-bit Debian system.



Re: How to run AppImage file (was: clipgrab as alternative to youtube-dl)

2020-11-25 Thread Fred

On 11/25/20 12:30 PM, Reco wrote:

Hi.

On Wed, Nov 25, 2020 at 12:13:03PM -0700, Fred wrote:

fred@ragnok:~$ ./ClipGrab-3.9.2-x86_64.AppImage --help
bash: ./ClipGrab-3.9.2-x86_64.AppImage: cannot execute binary file: Exec format 
error


uname -m

Reco



fred@ragnok:~$ uname -m
i686
fred@ragnok:~$ file ClipGrab-3.9.2-x86_64.AppImage
ClipGrab-3.9.2-x86_64.AppImage: ELF 64-bit LSB executable, x86-64, 
version 1 (SYSV), dynamically linked, interpreter 
/lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, stripped


Actually neither /lib64/ nor ld-linux-x86-64.so.2 exist and apt-cache 
search doesn't show anything for ld-linux-x86-64.so.

Maybe the binary wont run on Debian (or Devuan).

Best regards,
Fred



Re: How to run AppImage file (was: clipgrab as alternative to youtube-dl)

2020-11-25 Thread Fred

On 11/25/20 12:30 PM, Reco wrote:

Hi.

On Wed, Nov 25, 2020 at 12:13:03PM -0700, Fred wrote:

fred@ragnok:~$ ./ClipGrab-3.9.2-x86_64.AppImage --help
bash: ./ClipGrab-3.9.2-x86_64.AppImage: cannot execute binary file: Exec format 
error


uname -m

Reco



fred@ragnok:~$ uname -m
i686



Re: How to run AppImage file (was: clipgrab as alternative to youtube-dl)

2020-11-25 Thread Reco
Hi.

On Wed, Nov 25, 2020 at 12:13:03PM -0700, Fred wrote:
> fred@ragnok:~$ ./ClipGrab-3.9.2-x86_64.AppImage --help
> bash: ./ClipGrab-3.9.2-x86_64.AppImage: cannot execute binary file: Exec 
> format error

uname -m

Reco