-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Req] Add support for LinuxMint 20 Cinnamon #535
Comments
Let's give this a try. Download rtinst as usual, open the script named
Do the same for the files |
That still left me with it saying invalid version, I commented out 304-312 on rtinst and it is currently installing. I have it logging the install so I will check it out tomorrow after work and let you know if worked or what didn't work. |
Ok, it finished faster than I expected. It looks like everything but rtorrent installed. It did not create a log so I am unsure why that one failed but I think its because of the way I bypassed the os version check and for rtorrent you have it set to install versions based on OS build. How hard would it be to add "Linux Mint 20" as being valid? I poked around but couldn't see where to add it myself on a quick glance. Below is the install notes that it showed on CLI Summary of Installation (Important Information, please read SSH Configured FTP Server rtorrent torrent client RuTorrent Web GUI If enabled, access https downloads at https://192.168.1.5/download/i2sly IMPORTANT: SSH Port set to 26482 The above information is stored in rtinst.info in your home directory. |
It's easy to add support for it, but by adding support for it, the devs needs to maintain more. I don't mind adding it, but I think that we should have at least five requests before we include it. Unless arkasi72 approves to add it. |
That would be great if Linux Mint 20 got official support. But I meant for the time being for me, how hard would it be to add it to the script to see if it works? Thanks |
Also, cinnamon is just the GUI choice so it would just be Linux Mint 20 |
It can easily be added to the script. I'll make a new branch and do that when I receive the correct output from you. Run each line below and post the output
|
lsb_release -sd lsb_release -si lsb_release -sr | cut -d. -f1 grep -oP '(?<=^ID=).+' /etc/os-release | tr -d '"' grep -oP '(?<=^VERSION_ID=).+' /etc/os-release | tr -d '"' |
Played with it a bit more, should work fine if I can get logging to work and see where the minor bugs are. If I manually go with apt-get install rtorrent and then tell rtinst to redo rtorrent install it seems to work but I am not 100% sure. Also I looked and mint 20 is based off ubuntu 20 lts so it should be pretty compatible as is. Also, thank you for all your help. |
@i2sly, can you download the updated scripts from the Linux-Mint-20-Support branch and try to do a install with logging enabled? Remember to make the scripts executable with |
It installed perfectly but I can't find a log. Did I do something wrong in my options switch's? I used sudo rtinst -d -l -t |
Found it 👍 |
Glad to hear that it worked! It needs further testing with a clean install etc. so I'll not close the issue or merge it to master yet. |
Just for your knowledge this was a clean install. Only thing I had installed after fresh was ZNC, VIM and OpenSSH. If you would like I have a test server I can re-install fresh and let you TeamViewer into. I will get you the TeamViewer ID here shortly. Also, is there a way to log the rtwebmin install. That isn't working, but it also didn't work on my Ubuntu 18 install I tested so not sure what the problem is there. |
I have TeamViewer login info for you, do you have an email or chat I can send it to you in? This install was just done clean from usb boot, only installed teamviewer and chrome and updated system files. It is a spare pc so you can go in and fully test it however you see fit. Once I have somewhere to send the info I will get it to you. If you need anything at all or want me to try anything just ask. Thanks |
Good. Then we only need more people who want this so it can be added. Add |
Like this?
|
|
Get a 404 Not Found error when going to localhost/webmin though |
No, after
It should be fine regardless with the output you have provided. Use the address: |
shit, yes, it was not in https. I was working on it remotely earlier and apparently missed that. So it is working just fine as well. |
Yes, please. Add support for Linux Mint, not just for Mint 20, but also future versions - version 20.1 just got released. |
It works on new version
…On Mon, Jan 11, 2021, 10:27 AM SSamiK ***@***.***> wrote:
Yes, please. Add support for Linux Mint, not just for Mint 20, but also
future versions - version 20.1 just got released.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#535 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARKZ7HEFLOFHZSVXT4ZI3ATSZMRIHANCNFSM4SMHJSQA>
.
|
I tried it just a few minutes ago on Linux Mint 20.1 and it dit not work.. Too old version of Ubuntu, it said. |
Did you download the Mint fork? It's not supported fully yet but he
modified it to show Mint and it works great
…On Mon, Jan 11, 2021, 10:38 AM SSamiK ***@***.***> wrote:
I tried it just a few minutes ago on Linux Mint 20.1 and it dit not work..
Too old version of Ubuntu, it said.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#535 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARKZ7HH2N5HMDM2VYYHXRV3SZMSQ7ANCNFSM4SMHJSQA>
.
|
You are right! |
Glad to hear it!
…On Mon, Jan 11, 2021, 11:36 AM SSamiK ***@***.***> wrote:
You are right!
Downloaded the fork now, and it worked like a charm.
Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#535 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARKZ7HBUDPPTQ3JDOH6KXWDSZMZJFANCNFSM4SMHJSQA>
.
|
Here we are, a couple of years later.. Any hope getting this to work in latest Mint? |
lsb_release -sd |
Sorry to ask about it here but I am new to GitHub and cannot figure out how to email or send a question. Is there any chance it could be made to work with LinuxMint 20 Cinnamon https://linuxmint.com/ . It is based off Ubuntu/Debian and I know all of these things individually can be installed but the script does not work as it is. I am not sure if it is just doing a check to see if it is using one of your tested working systems and since it is not it fails it or if it is just actually not able to work. Thank You for your time.
The text was updated successfully, but these errors were encountered: