Skip to main content

Questions tagged [startup]

The startup sequence, from the time the kernel goes live to when all services are up and running.

0 votes
0 answers
19 views

How to start one Linux container from another?

On Chromebook Crostini Linux I can (via .ssh/authorized_keys) stop one container from another, jidanni@n1:~$ ssh n2 sudo shutdown -h now But starting it requires crosh> vmc start termina (termina)...
Dan Jacobson's user avatar
0 votes
1 answer
98 views

get access to console of application that is auto started

I have my "c" application which uses a lot of printf to display the necessary information. Application has started automatically at boot time (using init.d or systemd). How I can access to ...
Андрей Тернити's user avatar
0 votes
0 answers
52 views

run a date command before unlocking encrypted volume at startup

When the PC boots up I have to enter quite a long password to unlock the hard drive. Next, Debian proceeds to boot, and only once it has booted and I have then entered the login credentials can I see ...
cardamom's user avatar
  • 602
0 votes
1 answer
173 views

Fedora Failing to Launch Linux Kernel 6.7.X, must boot twice to select kernel

I have a newly built desktop running Fedora 39. (I have been told it may be important to note it has an NVidia GPU). A few days ago, the following occurred: I installed a normal system update For ...
Benyamin's user avatar
  • 103
0 votes
1 answer
4k views

What could be causing my computer to boot in emergency mode?

I haven't had any issues with booting up until I recently moved to a new house. Upon setting it up again, I get the following when booting up: You are in emergency mode. After logging in, type "...
Jacob Ewing's user avatar
0 votes
0 answers
58 views

How to connect to bluetooth device quicker after system startup

When I turn on my PC, it takes a while (30 to 60 seconds I would guess) between arriving at the login screen and my bluetooth keyboard being connected. Is there a way to speed this up? I don't think ...
jarik's user avatar
  • 1
0 votes
0 answers
97 views

How to automatically start mate-terminal the CLI way on every system start?

UPDATE2 Best approach as of now: Mirroring of the GUI way. Problem: emacs launched along the way is restricted by being bound to the terminal-session: What do you do, when you're like "Okay, done ...
futurewave's user avatar
0 votes
0 answers
21 views

A generator-like unit creates another unit, and both should be started during boot; is that possible?

Converting some old-style services using a configuration file to systemd units, I wrote a generator-like (i.e.: not actually a systemd generator) service that creates (depending on the configuration ...
U. Windl's user avatar
  • 1,493
1 vote
1 answer
2k views

mate-terminal showing unwanted text when it starts

i'am on parrot OS, after a forced restart my mate-terminal begun showing text from bashrc every time it started, after a "clear" it goes away and the prompt is properly colored and ...
Ar Angelina's user avatar
0 votes
0 answers
67 views

Automatically run kpartx during boot after 2022

I'm trying to detect and run partitions on top of jMicron fakeRAID, which is discovered by dmraid. How far I'm stuck with making this automatically during boot. hopungo@hopungo-pc:~$ sudo kpartx -l /...
Danatela's user avatar
  • 178
0 votes
1 answer
787 views

How to see all startup tasks from the command line?

I was trying to find why a certain application ran on my Raspberry Pi, and turns out there is a half dozen ways to execute an application on startup. Here are the ones that I've located. /etc/rc....
AngryHacker's user avatar
0 votes
0 answers
52 views

After an update in Debian 11 packages I can't get X server working well, bluetooth error logs continuously go to stdout

I'm getting some headaches recovering my Debian 11 system after an update of packages. I have installed nvidia-driver in Lenovo X1 Carbon laptop and it was working. After the updates, the welcome ...
Caco's user avatar
  • 127
0 votes
0 answers
123 views

how to start tightvnc on a boot using init.d?

I have created the file in the init.d dir: ! /bin/sh case "$1" in start) sh /home/orangepi/.vnc/vnc_start.sh ;; *) ;; esac exit 0 and then run the update-rc.d vnc defaults ...
zhekch's user avatar
  • 1
0 votes
1 answer
873 views

Debian 12 with XWayland: Problem with gnome-startup-applications and gnome-tweaks

After updating to Debian 12, gnome-startup-applications, and more generally, gnome-tweaks stopped working. $ gnome-tweaks WARNING: Shell not installed or running (gnome-tweaks:19742): dconf-WARNING **...
Denis da Mata's user avatar
0 votes
1 answer
483 views

Best way to use Linux with an AMD computer

Goal I have a PC with a good configuration, and I'd like to use it efficiently on Linux for programmation purposes. How can I set it up the best way? The main problem I have in mind is that my CPU/GPU ...
GregoirePelegrin's user avatar

15 30 50 per page
1
2 3 4 5
52