Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - VastOne

#1
Both VSIDO FSA's were updated to the new 6.8.9-amd64 kernel

You can download the btrfs and ext4 fsarchives at the VSIDO download site here

There is also a How To on how to effectively use fsarchive to get this installed

There is a current a package list that shows everything that is installed in VSIDO. Please review this file and let me know of anything needed, removed or added
#2
Both VSIDO FSA's were updated to the new 6.7.12-amd64 kernel

You can download the btrfs and ext4 fsarchives at the VSIDO download site here

There is also a How To on how to effectively use fsarchive to get this installed

There is a current a package list that shows everything that is installed in VSIDO. Please review this file and let me know of anything needed, removed or added
#3
VSIDO News & Announcements / Re: New download site
April 30, 2024, 05:33:57 PM
Got it.. In and now uploading!
#4
VSIDO News & Announcements / Re: New download site
April 30, 2024, 05:31:31 PM
I don't have anything new there. Was it something you already sent that I have missed?
#5
VSIDO News & Announcements / Re: New download site
April 29, 2024, 09:47:52 PM
Anybody seen or heard from dizzie lately?
#6
VSIDO News & Announcements / Re: New download site
April 27, 2024, 07:57:31 PM
Quote from: dizzie on April 22, 2024, 06:22:08 AMShould be approx 10x faster now also  8)

Going to fast.com gives me 970, so we're good, will set up a user for you later, but I'm getting hammered by bots on port 22, so I'll change that to something stupid like 22960 or whatever :)

Bots are so stupid and annoying :)

And, you're welcome!

Trying to get in today to upload the new FSA's but I am having no luck connecting I am guessing it is because of no user or new port. I tried 22960 and it failed too
#8
VSIDO News & Announcements / Re: New download site
April 19, 2024, 12:25:54 AM
Thank you dizzie! It is really appreciated!
#9
Quote from: DeepDayze on April 18, 2024, 01:41:59 PMBummer. Fsarchiver as a backup/restore tool for BTRFS then is no bueno. There should be some sort of override so that you can restore a BTRFS .fsa with its original UUID.

It's really a security feature to make sure that you don't have multiple instances of the same UUID booting.. IMO, the ext4 part should do the same but does now.

You could try this format above using the uuid you want to see if it would work, I never tried to restore with the exact same uuid, it may be possible. I'll test this as well
#10
General Support / Re: smxi
April 16, 2024, 01:17:29 AM
There are 3 things IMO that should always be done and we detail them in the How To on the FSArchive page specifically with the following steps of 8 and 9

These things should be done once you boot and are logged into the new install the first time

8: Create your own user and /home

sudo adduser yourusername
9: Give sudo rights to your new user

sudo usermod -aG sudo yourusername
and the 3rd and equally most critical thing is to change the root PW to what you want it to be by doing this as root, so you might want to do this first.

passwd root
As RatMan pointed out, you definitely don't want to run a system as root.. as seasoned as some of us are here (RatMan, Jedi, Luke, dizzie and myself) we would never run as root all the time
#11
In most of the layouts I have created for GMusicBrowser I have the double click option set to insert the desired track at the top of the queue instead of directly playing it. Jedi has asked on the IRC how to change that to option to play  it directly so I am going to detail it here

In whatever layout file you are using and in your favorite editor, find every instance of activate=queueinsert and replace it with PlayItem

Save the file and restart GmusicBrowser and you are set

I have also attached the edited file that Jedi needs
#12
Relaxed. A little Carly and a little Ripley


 
#13
General Support / Re: smxi
April 10, 2024, 04:05:43 AM
Quote from: Gordon on April 06, 2024, 01:19:37 PMHi VastOne

having real problem trying to get to root VSIDO, no matter how I type VSIDO in for the password or if I use my own password it won't let me onto root vsido all i get is authentication failure. how i got onto root before is a mystery, must have been pure luck

cheers Gordon
 

vsido should be roots pw on any new install including the fsarchive. Of course it is always recommended changing that
#14
General Support / Re: smxi
April 04, 2024, 11:24:29 PM
Quote from: Gordon on April 04, 2024, 01:45:59 PMHi VastOne

if I log in as myself in root terminal and run smxi I get an error ( 8 ) message.
if I login in on VSIDO and cd / it changes to vsido@vsido:/$ and then use smxi I get an error ( 2 ) message. if I run terminal in vsido I get
vsido@vsido:~$ su
Password:
root@vsido:/home/vsido# smxi



if I reboot I'll end up in the same place

Cheers Gordon

As soon as you reboot and before you login, do your ctrl alt f1 to your tty1 and then run it as root (just like you did above as su)..that is how it must be done
#15
General Support / Re: smxi
April 01, 2024, 01:22:06 PM
Several things Gordon... Will you please post what exact command you are using from terminal to get the root error?

1: You cannot sudo as root, there is no need to
2: the 'up' command is an alias and has sudo as part of it. root does not have built in aliases as the normal users do and again, root does not need sudo
3: As you found out, smxi is not a debian package and you must install it from the smxi website and per their instructions
4: From a terminal or your tty1 or tty2, type in su and hit enter and then enter your password. Then follow those instructions from the website.