CentOS Stream 8 - Ashell Version
#36440
04 Aug 23 11:03 AM
|
Joined: Sep 2003
Posts: 4,158
Steve - Caliq
OP
Member
|
OP
Member
Joined: Sep 2003
Posts: 4,158 |
Just setting a working from home development environment for Linux (CentOS Stream 8) on my synology nas virtual machine (Usually been using Ashell/Windows, but get out touch/behind testing that way with ATE etc..)
Just confirm to take: ash-6.5.1712.2-cs8.bin in /dist/65dev/bin-linux-cs8 and if there anything else i need to know?
Last edited by Steve - Caliq; 04 Aug 23 11:05 AM.
|
|
|
Re: CentOS Stream 8 - Ashell Version
[Re: Steve - Caliq]
#36441
04 Aug 23 12:44 PM
|
Joined: Sep 2003
Posts: 4,158
Steve - Caliq
OP
Member
|
OP
Member
Joined: Sep 2003
Posts: 4,158 |
I ask as its been a while since I did a new install and maybe I have missed a step as it says ashell: No such file or directory
[steve@localhost bin]$ ls -lt ashell
-rwsrwsr-x. 1 steve steve 2189228 Feb 28 2022 ashell
[steve@localhost bin]$ pwd
/home/steve/miame/bin
[steve@localhost bin]$ /home/steve/miame/ashell
-bash: /home/steve/miame/ashell: No such file or directory
I installed it as follows: $ cd /tmp SU # cpio -iuB ash_install /home/steve/ash-6.5.1712.2-cs8.bin # ./ash_install Installed into: /home/steve/miame completed no errors:
1. Make A-Shell subdirectories
2. Restore files from distribution....
Ensure diskette is loaded (or file ready), then press RETURN:
<processing> 2200 blocks
3. Transfer run-time files....
[RHEL 5 / CentOS 5 versions]
AM75G already defined to TERMINFO
WYSE50 already defined to TERMINFO
WYSE5G already defined to TERMINFO
Skipping TERMCAP update; AM75G already defined
4. Transfer development files....
|
|
|
Re: CentOS Stream 8 - Ashell Version
[Re: Steve - Caliq]
#36442
04 Aug 23 03:21 PM
|
Joined: Jun 2001
Posts: 11,794
Jack McGregor
Member
|
Member
Joined: Jun 2001
Posts: 11,794 |
That all looks right (except for the "no such file" at the end). Although it is overdue for a refresh. Let me try it here and probably get back with an update...
|
|
|
Re: CentOS Stream 8 - Ashell Version
[Re: Steve - Caliq]
#36444
04 Aug 23 03:48 PM
|
Joined: Jun 2001
Posts: 11,794
Jack McGregor
Member
|
Member
Joined: Jun 2001
Posts: 11,794 |
Ok, now that my eyes are open, I see a few issues... The install command is missing a "<", i.e. should be:
cpio -iuB ash_install < /home/steve/ash-6.5.1712.2-cs8.bin
(Presumably that was only in the posting to the forum or you wouldn't have gotten any farther.) The larger mistake is that you're missing the bin directory in the launch command, i.e. should be:
/home/steve/miame/bin/ashell
Or just ./ashell (since you were already in the bin directory). One other detail: you'll may need to edit the miame.ini before trying to launch it, and you may need to specify it on your ashell command line (unless you're tapping into an existing miame already set up in the $MIAME directory).
|
|
|
Re: CentOS Stream 8 - Ashell Version
[Re: Steve - Caliq]
#36445
04 Aug 23 03:51 PM
|
Joined: Sep 2003
Posts: 4,158
Steve - Caliq
OP
Member
|
OP
Member
Joined: Sep 2003
Posts: 4,158 |
Sorry I should cut and paste and not type it in... (as you spotted my < type'o) with bin:
/home/steve/miame/bin/ashell: No such file or directory
|
|
|
Re: CentOS Stream 8 - Ashell Version
[Re: Steve - Caliq]
#36448
04 Aug 23 04:25 PM
|
Joined: Jun 2001
Posts: 11,794
Jack McGregor
Member
|
Member
Joined: Jun 2001
Posts: 11,794 |
So it still is reporting no such file (/home/steve/miame/bin/ashell)? Yet ls shows the file existing? Hmmm.....? Does the file command indicate that it's executable?
I'll proceed with trying to connect to your VPN to see if I can cut through the Friday afternoon fog...
|
|
|
Re: CentOS Stream 8 - Ashell Version
[Re: Steve - Caliq]
#36449
04 Aug 23 04:29 PM
|
Joined: Sep 2003
Posts: 4,158
Steve - Caliq
OP
Member
|
OP
Member
Joined: Sep 2003
Posts: 4,158 |
Thanks Updated, but Same No such file... Maybe I stop, have the weekend and will spot the obvious Monday... (or maybe take a peak in the morning...)
[steve@localhost bin]$ /home/steve/miame/bin/ashell
-bash: /home/steve/miame/bin/ashell: No such file or directory
[steve@localhost bin]$ ls -lt
total 29784
-rwxr--r--. 1 steve steve 92160 Aug 4 17:11 libashnet.so.1.14.189.cs8
-rwxrwxr-x. 1 steve steve 2239348 Aug 4 16:57 ashell
lrwxrwxrwx. 1 root root 46 Aug 4 13:38 libashtls.so.1 -> /home/steve/mi
ame/bin/libashtls.so.1.1.210.el8
lrwxrwxrwx. 1 root root 47 Aug 4 13:38 libashnet.so.1 -> /home/steve/mi
ame/bin/libashnet.so.1.14.173.el8
lrwxrwxrwx. 1 root root 42 Aug 4 13:38 libxl.so.1 -> /home/steve/miame/
bin/libxl.so.3.9.1.0.el8
-rw-rw-r--. 1 steve steve 36209 Aug 4 13:38 ash_install
-rwxrwxr-x. 1 steve steve 704 Aug 4 13:38 trlcs
-rw-rw-r--. 1 steve steve 27073672 Feb 28 2022 libxl.so.4.0.3.1.el8
-rwsr-sr-x. 1 root root 26984 Feb 28 2022 lslk
-rwsr-sr-x. 1 root root 154072 Feb 28 2022 lsof
-rwxrwxr-x. 1 steve steve 320700 Feb 28 2022 pshell
-rwxrwxr-x. 1 steve steve 423656 Feb 28 2022 vue
-rwxrwxr-x. 1 steve steve 26756 Jan 25 2021 libashtls.so.1.1.210.el8
-rwxrwxr-x. 1 steve steve 83308 Jan 25 2021 libashnet.so.1.14.173.el8
|
|
|
Re: CentOS Stream 8 - Ashell Version
[Re: Steve - Caliq]
#36450
04 Aug 23 04:32 PM
|
Joined: Sep 2003
Posts: 4,158
Steve - Caliq
OP
Member
|
OP
Member
Joined: Sep 2003
Posts: 4,158 |
Well as VUE does it in BIN too... /home/steve/miame/bin/vue No such file or directory maybe i messed up or not dont something I should of part of the Linux install.. Your welcome try the VPN else kick it to next week, there no hurry.
|
|
|
Re: CentOS Stream 8 - Ashell Version
[Re: Steve - Caliq]
#36451
04 Aug 23 04:37 PM
|
Joined: Sep 2003
Posts: 4,158
Steve - Caliq
OP
Member
|
OP
Member
Joined: Sep 2003
Posts: 4,158 |
BTW, forgot to say if you get on VPN and use SSH, FTP is also enabled.
|
|
|
Re: CentOS Stream 8 - Ashell Version
[Re: Steve - Caliq]
#36452
04 Aug 23 04:55 PM
|
Joined: Jun 2001
Posts: 11,794
Jack McGregor
Member
|
Member
Joined: Jun 2001
Posts: 11,794 |
Ok I got on your VPN. (Hopefully we didn't step on each other installing the update!) In any case, I see the problem. I'm still not sure what the issue is, but here's a clue...
$ file ashell
ashell: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically li
nked, interpreter /lib/ld-linux.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=a8f227e
4890137a5d9959e2ed91673008b5e16dd, with debug_info, not stripped
$ ldd ashell
not a dynamic executable
So file knows it's an executable, but ldd says it's not. Here's what ldd shows on my system...
# ldd ashell
linux-gate.so.1 (0xf7ef3000)
libncurses.so.6 => /lib/libncurses.so.6 (0xf7eb0000)
libtinfo.so.6 => /lib/libtinfo.so.6 (0xf7e88000)
libpcre.so.1 => /lib/libpcre.so.1 (0xf7e10000)
libdl.so.2 => /lib/libdl.so.2 (0xf7e0b000)
libstdc++.so.6 => /lib/libstdc++.so.6 (0xf7c78000)
libm.so.6 => /lib/libm.so.6 (0xf7ba6000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf7b89000)
libc.so.6 => /lib/libc.so.6 (0xf79e1000)
libpthread.so.0 => /lib/libpthread.so.0 (0xf79c1000)
/lib/ld-linux.so.2 (0xf7ef5000)
I see that you don't have some of those libraries, so I used yum to install libgcc.i686, libstdc++.i686, ncurses-devel.i686, and pcre-devel.i686, and voila ...
$ ./ashell
?Configuration file not found:
[/inhouse/miame/miame.ini]
I see that you had a /home/steve/miame/miame.ini, so I tried again with ...
$ ./ashell -i /home/steve/miame/miame.ini
And shazaam!...
Welcome to A-Shell!
(This is CMD:ASTART.CMD - you can modify it to launch your application
directly, or modify the shortcut command line that launches A-Shell to
replace 'ASTART' with the name of your preferred startup command.)
.VER
-- A-Shell Version 6.5.1736.0 Up and Running --
|
|
|
Re: CentOS Stream 8 - Ashell Version
[Re: Steve - Caliq]
#36453
04 Aug 23 05:00 PM
|
Joined: Sep 2003
Posts: 4,158
Steve - Caliq
OP
Member
|
OP
Member
Joined: Sep 2003
Posts: 4,158 |
shazaam! Your right, its working... THANKYOU not sure I would of spotted that reason.... Now I can start the day and get some work done.. oh, too late, but good know i have something runnable and ready for next week.. thanks again..
|
|
|
|
|