You are not logged in.
Hi, Thanks for the video link. I have been lucky enough to be at one of Phil's shows (as a punter, I used to work in the industry for a few years) and had a drink with him after the show... It was my birthday gift from my Wife at the time, dinner and drinks and live one man show. It was fantastic! I was also fortunate enough to have one of Tommy's coaching videos, but a work mate borrowed it and couldn't find it to return it to me, the little rotter. I play more like Phil, but I love how Tommy plays.
Hi, this is from the far-outside... but,
Have you considered installing a kernel that works and then getting the source and rebuilding a kernel just for your computer?
like make oldconfig...new kernel with old kernel settings.
There are quite a few different ways, but make old can be made to work, also make ...
here is a snippet of some notes I have... but I haven't had to compile my own kernel for a long time now. So your mileage may vary.
* Restart config...
"localmodconfig" make target. It does pretty much what you ask—it determines what modules you have running, and generates a .config making sure those modules are built. The
"localyesconfig" target will compile those modules statically into the kernel rather than creating modules.
make
make modules
make installYou may look this up on the web. kernel.org comes to mind.
Hi, I found a similar error starting X when first-boot of a clean install...
I checked is seatd was installed and it was not.
I'm running KDE/Plasma, not better but ...
Your error is different... the error I had was something like, seatd could not be found.
Perhaps removing and installing seatd may drag in any other dependants. FWIW, i havent seen keeptty. but that may be because I rarely use light-weight WM/DM's since I stopped using openbox, with kde apps.
Also check to see if there is a newer iso, I have Daedalus 5.1. The installer program may have changed when bugs were found (not that I heard about any).
I learned all kinds of styles, but I'm a Rocker, but anything with guitar in it. Alice Cooper, Areosmith... plenty of Aussie bands too.
70's mostly the stuff I heard as a pre-teen... I eventually made my way back there.
I love Joe Satriani, when his tune "Always with you, Always with me" came on the radio I bought my first electric guitar (later upgraded to a new 1991 Fender American Standard Stratocaster), and I had a Laney L50R (?) amp in 1993. Now I can make stuff up to please myself, console myself, amaze listeners and try to setup my pc as a DAW. I hope you are all having a great weekend.
Thank you Golinux for your indulgences during these posts. I felt guilty cross-talking.
change this to
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6to...
# Default-Start: S
# Default-Stop: 0 6I hope this helps.
One more thing, not about the startup delay, I understand that.
I was also instructed to install orphan-sysvinit-scripts
package description info...
Orphaned System-V-like init scripts
This package provides System-V init scripts for packages whose maintainers
have chosen to drop them from the distribution in favour of only supplying
a systemd service file.
It will only put files into /etc/init.d/ when the relevant package is
installed on your system.rc.local worked for me, but I can't remember what it was now I needed it for, the devuan system has evolved and matured.
<edit> it was for starting nftables.
the files will be at /usr/share/orphan-sysvinit-scripts/...</edit>
Funny, when I was busking the police had a hard time making me move on, they liked the colours (team colours) as well. :-)
Hi, I'm trying to block any re-installation of accessibility (brail, screen readers and speech recognition...) packages, as well as printing, scanning and mail.
I will try the example above.
Yes! :-)
Hi, I install iwd like this... For my tethering to iPhone (as a modem...)
apt install iwd
sh /home/glenn/bin/sysd2v-0.3.sh /lib/systemd/system/iwd.service
#rsync -avh /home/glenn/local/other/backup/backup-etc-sys/etc/init.d/iwd.initd /etc/init.d/iwd.initd
rsync -avh /home/glenn/local/other/backup/backup-etc-sys/etc/init.d/iwd.initd /etc/init.d/
rsync -avh /home/glenn/local/other/backup/backup-etc-sys/etc/runlevels/iwd.initd /etc/runlevels/
rsync -avh /home/glenn/local/other/backup/backup-etc-sys/etc/systemd/system/multi-user.target.wants/iwd.service /etc/systemd/system/multi-user.target.wants/
chmod +x /lib/systemd/system/iwd.service
chmod +x /etc/init.d/iwd.initd
service iwd.initd start
update-rc.d iwd.initd defaults
# udev rules for iPhones
rm /lib/udev/rules.d/*-usbmuxd.rules # 85-(?)
rsync -avh /home/glenn/local/data/build/39-usbmuxd.rules /lib/udev/rules.d/
chmod -R 744 /lib/udev/rules.d/39-usbmuxd.rules
chown -Rh root:root /lib/udev/rules.d/39-usbmuxd.rulesAs you can see I'm using backups to restore the files.
The sysd2v-0.3.sh script does most of the work. I got this from more experienced users than I.
If you search here for sysd2v script, you should be able to find it.
I hope this helps.
Hi, just a thought because I don't use xfce, but kde/plasma.
I found a similar upgrade problem and saw in the errors the seatd was not available...
So maybe, you need to install seatd to get the login to run.
May not be your solution... see how you go.
sysd2v-0.3.sh /etc/init.d/<file.name>
this has been discussed here .... I suggest, please use the search function before you post.
please see this post... for a conversion script.
https://dev1galaxy.org/viewtopic.php?id=4865
beware of the start and stop levels after converting to suit your situation.
I haven't tested on wireguard... but I have had success with others.
all the best.
Fascism is the new fashion! And then there's LinuxQuestions.org...
I also use openrc.
It works, try it.
hi, check this link to this forum for a sysd to sysv start script converter.
when you're done, check the start and stop levels and adjust to your preference.
https://dev1galaxy.org/viewtopic.php?id=6193
the original website is down...
I hope this helps.
first impact I thought of it Gaming apps like Steam rely on 32bit arch.
Hi, one way I do that is by removing the term 'quiet' from the grub command line. use 'e' to temporarily change the boot line.
Until X starts with sddm I can see the text.
If the chars are too big, you may add a vga=794
check here...
http://pierre.baudu.in/other/grub.vga.modes.htmlsorry for the late edit, I use this to look after the tty s are set or ctrl+alt+Fx (1-6).
dmesg | grep -i "erro\|fail\|warn"I get a warning an update is available, then I download it and install firefox (non-esr)
I got it from here to begin, then I just use the update function with firefox.
https://download-installer.cdn.mozilla.net/pub/firefox/releases/ Anything with a 'b' in the version is beta... and may be unstable.
here is my proceedure...
cd /home/glenn/Downloads
wget https://download-installer.cdn.mozilla.net/pub/firefox/releases/121.0/linux-x86_64/en-GB/firefox-121.0.1.tar.bz2
mv /home/glenn/Downloads/firefox-121.0.1.tar.bz2 /home/glenn/local/archive/source/
# archived : /home/glenn/local/archive/source/firefox-121.0.1.tar.bz2
cd /opt
tar xfj /home/glenn/local/archive/source/firefox-121.0.1.tar.bz2
# remove the old firefox links
mv /usr/bin/firefox /usr/bin/firefoxold
# or after backup of bookmarks and passwordz
# apt remove firefox-esr
# create new link
ln -s /opt/firefox/firefox /usr/bin/firefoxI hope this helps.
On my 121.1 ver of firefox the update options are near the bottom of the General Page.
My point is, the update options are still available in ver 121.x... if you can't find it, check url about:config and search there.
Hi,if you have more than one OS, using Legacy mode may be problematic.
When I choose an .iso image I try to make sure it boots in legacy-mode at least.
When installing, some installers see UEFI or Legacy boot and setup grub for that purpose.
I have used PcLinux for many years (Mandriva before that),and I think it can also do both types (they have a pretty good installer program, imo).
Then I use an "unsigned" linux-image as soon as possible (apt update and upgrade same ver).
The other nag, is the other OS's change the system time... and that screws up all the other OS's updates... timestamps.
I try to keep it simple. (I stayed with lilo boot-loader until it was no longer a viable install choice)
If win7 is non-uefi you're ahead.
It's handy to have fastboot off until you get it sorted... but secureboot=off and CSM=on (Legacy Boot)
I use GPT partitioning and seems to me, independent of Boot-Loader, mbr is old and insecure. And a lot easier to edit.
My 2c. I hope you get it sorted. :-)
Osho - Yoga, The Science Of The Soul. (2002)
Hi, you can make the changes to /etc/asound.conf, by using
~/.asoundrc
defaults.ctl.card 0
defaults.pcm.card 0
defaults.timer.card 0use your researched values...
~/.asoundrc has precedence over /etc/asound.conf
I use this to Not use hdmi (desktop-tower, not laptop)... I've sure it works both ways.
Steve_v, I thought wireplumber was taking over the server-side of audio (and multimedia) i/o.
It's still very new to me...
Just to be clear, That ~.xsessionrc script was found here on this forum.
I stand on the shoulders of giants. It would be awfully quiet here with out them.