[Risolto] avvio del sistema senza richiesta della password

Informazioni, consigli e novità sulla galassia delle distribuzioni GNU/Linux, *nix, *BSD e su altri sistemi operativi non liberi.
Avatar utente
FRISO1
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 471
Iscrizione: venerdì 7 gennaio 2011, 22:57
Desktop: ubuntu
Distribuzione: 22.04.2 64 bit
Sesso: Maschile
Località: Cropani - Catanzaro
Contatti:

Re: avvio del sistema senza richiesta della password

Messaggio da FRISO1 »

Ho de-commentato le due righe così:
autologin-user = ros
autologin-user-timeout = 5
ma molto probabilmente non è questa la sintassi!
Non è cambiato nulla all'accesso. :nono:
Donare con gioia è la ricompensa stessa del dono
Avatar utente
Mozo
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2965
Iscrizione: giovedì 9 marzo 2006, 10:43
Desktop: mate
Distribuzione: Ubuntu Mate 22.04.3 LTS
Località: On The Air

Re: avvio del sistema senza richiesta della password

Messaggio da Mozo »

Riprova togliendo gli spazi prima e dopo il simbolo =
Avatar utente
woddy68
Rampante Reduce
Rampante Reduce
Messaggi: 8815
Iscrizione: sabato 12 febbraio 2011, 14:23
Desktop: Kde Plasma 6
Distribuzione: openSUSE Tumbleweed - KDE Neon
Sesso: Maschile

Re: avvio del sistema senza richiesta della password

Messaggio da woddy68 »

Oppure prova ad aggiungere sotto quello che hai modificato

Codice: Seleziona tutto

autologin-session=session
Desktop - DELL Optiplex 7010 - Notebook HP 250
-Ho sempre accettato caramelle dagli sconosciuti-
Avatar utente
dxgiusti
Rampante Reduce
Rampante Reduce
Messaggi: 5372
Iscrizione: lunedì 19 novembre 2007, 14:10
Desktop: Mate
Distribuzione: PCLinuxOS-Mate
Sesso: Maschile
Località: Lodi

Re: avvio del sistema senza richiesta della password

Messaggio da dxgiusti »

io proprio non capisco. hai chiesto e subito caturen ti ha risposto. eri in difficoltà e ti ho consigliato di chiedere al forum di Portofino e leggo che subito ti hanno risposto indicandoti cosa fare. ti ho scritto il comando da usare e come funziona l'editor nano. sei andato in difficoltà con il commentare/decommentare e ti hanno spiegato. ora perchè non fai quello che devi far? non inserire nuove righe, nuovi parametri.
hai tre righe da modificare.
la prima metti false al posto di hidden
la seconda metti il tuo nome dopo il =
la terza lascia a 0
Avatar utente
FRISO1
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 471
Iscrizione: venerdì 7 gennaio 2011, 22:57
Desktop: ubuntu
Distribuzione: 22.04.2 64 bit
Sesso: Maschile
Località: Cropani - Catanzaro
Contatti:

Re: avvio del sistema senza richiesta della password

Messaggio da FRISO1 »

woddy68 ha scritto:
mercoledì 23 novembre 2022, 16:15
Oppure prova ad aggiungere sotto quello che hai modificato

Codice: Seleziona tutto

autologin-session=session
Ho provato in tutti e due i modi. Prima togliendo gli spazi vicini al segno = ma niente da fare!
Poi ho creato di nuovo gli spazi, anche perché ho visto che nel file tutte le altre righe anno gli spazi prima e dopo il segno =
adesso il file si presenta così:

Codice: Seleziona tutto

# session-setup-script = Script to run when starting a user session (runs as ro>
# session-cleanup-script = Script to run when quitting a user session (runs as >
# autologin-guest = True to log in as guest by default
autologin-user = ros
autologin-user-timeout = 5
autologin-session = session
# autologin-session = Session to load for automatic login (overrides user-sessi>
# autologin-in-background = True if autologin session should not be immediately>
ma... niente da fare, il sistema all'avvio continua a chiedermi la password.
Donare con gioia è la ricompensa stessa del dono
Avatar utente
dxgiusti
Rampante Reduce
Rampante Reduce
Messaggi: 5372
Iscrizione: lunedì 19 novembre 2007, 14:10
Desktop: Mate
Distribuzione: PCLinuxOS-Mate
Sesso: Maschile
Località: Lodi

Re: avvio del sistema senza richiesta della password

Messaggio da dxgiusti »

autologin-guest=false
autologin-user=qui_il_tuo_nome_utente
autologin-user-timeout=0
altre righe aggiunte non servono.
Avatar utente
woddy68
Rampante Reduce
Rampante Reduce
Messaggi: 8815
Iscrizione: sabato 12 febbraio 2011, 14:23
Desktop: Kde Plasma 6
Distribuzione: openSUSE Tumbleweed - KDE Neon
Sesso: Maschile

Re: avvio del sistema senza richiesta della password

Messaggio da woddy68 »

Tanto per intenderci

Codice: Seleziona tutto

autologin-session=session
non me lo sono inventato io stanotte, ma è scritto qui https://wiki.archlinux.org/title/LightDM
Enabling autologin
Edit the LightDM configuration file and ensure these lines are uncommented and correctly configured:

/etc/lightdm/lightdm.conf
[Seat:*]
autologin-user=username
You must be part of the autologin group to be able to login automatically without entering your password:

# groupadd -r autologin
# gpasswd -a username autologin
LightDM logs in using the session specified in the ~/.dmrc of the user getting logged in automatically. To override this file, specify autologin-session in lightdm.conf:

/etc/lightdm/lightdm.conf
[Seat:*]
autologin-user=username
autologin-session=session
The list of valid session names can be found by listing /usr/share/xsessions/*.desktop for X's sessions and /usr/share/wayland-sessions/*.desktop for Wayland's.
poi per carità...magari non serve, ma provare non costa.
Desktop - DELL Optiplex 7010 - Notebook HP 250
-Ho sempre accettato caramelle dagli sconosciuti-
Avatar utente
FRISO1
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 471
Iscrizione: venerdì 7 gennaio 2011, 22:57
Desktop: ubuntu
Distribuzione: 22.04.2 64 bit
Sesso: Maschile
Località: Cropani - Catanzaro
Contatti:

Re: avvio del sistema senza richiesta della password

Messaggio da FRISO1 »

dxgiusti ha scritto:
mercoledì 23 novembre 2022, 22:31
autologin-guest=false
autologin-user=qui_il_tuo_nome_utente
autologin-user-timeout=0
altre righe aggiunte non servono.
Ecco un estratto del file con alcune righe sopra commentate e quelle de-commentate che ho salvato attualmente:

Codice: Seleziona tutto

# session-setup-script = Script to run when starting a user session (runs as ro>
# session-cleanup-script = Script to run when quitting a user session (runs as >
autologin-guest=false
autologin-user=ros
autologin-user-timeout=0
autologin-session=session
# autologin-session = Session to load for automatic login (overrides user-sessi>
# autologin-in-background = True if autologin session should not be immediately>
# exit-on-failure = True if the daemon should exit if this seat fails
È giusto adesso?
Donare con gioia è la ricompensa stessa del dono
Avatar utente
dxgiusti
Rampante Reduce
Rampante Reduce
Messaggi: 5372
Iscrizione: lunedì 19 novembre 2007, 14:10
Desktop: Mate
Distribuzione: PCLinuxOS-Mate
Sesso: Maschile
Località: Lodi

Re: avvio del sistema senza richiesta della password

Messaggio da dxgiusti »

non credo proprio. tu avevi chiesto sul forum di Portofino e loro ti hanno detto:
Ciao Friso1, in effetti siamo passati da Slim a lightdm e calamares non ha digerito bene la faccenda. Comunque è facilmente risolvibile editando come amministratore il file /etc/lightdm/lightdm.conf decommentando le righe 126/127/128 (cioè eliminando il carattere #) in questo modo:
autologin-guest=false
autologin-guest=tuonomeuser
autologin-user-timeout=0
Salva e riavvia, il tuo autologin funzionerà
tu ho proprio idea che hai fatto altro. se hai unbackup del tuo file ripristinalo.
se non lo hai, ti invio come dovrebbe essere il tuo:

Codice: Seleziona tutto

[Seat:*]
#
# General configuration
#
# start-default-seat = True to always start one seat if none are defined in the configuration
# greeter-user = User to run greeter as
# minimum-display-number = Minimum display number to use for X servers
# minimum-vt = First VT to run displays on
# lock-memory = True to prevent memory from being paged to disk
# user-authority-in-system-dir = True if session authority should be in the system location
# guest-account-script = Script to be run to setup guest account
# logind-check-graphical = True to on start seats that are marked as graphical by logind
# log-directory = Directory to log information to
# run-directory = Directory to put running state in
# cache-directory = Directory to cache to
# sessions-directory = Directory to find sessions
# remote-sessions-directory = Directory to find remote sessions
# greeters-directory = Directory to find greeters
# backup-logs = True to move add a .old suffix to old log files when opening new ones
# dbus-service = True if LightDM provides a D-Bus service to control it
#
[LightDM]
#start-default-seat=true
#greeter-user=lightdm
#minimum-display-number=0
#minimum-vt=7
#lock-memory=true
#user-authority-in-system-dir=false
#guest-account-script=guest-account
#logind-check-graphical=false
#log-directory=/var/log/lightdm
#run-directory=/var/run/lightdm
#cache-directory=/var/cache/lightdm
#sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions:/usr/share/wayland-sessions
#remote-sessions-directory=/usr/share/lightdm/remote-sessions
#greeters-directory=$XDG_DATA_DIRS/lightdm/greeters:$XDG_DATA_DIRS/xgreeters
#backup-logs=true
#dbus-service=true

#
# Seat configuration
#
# Seat configuration is matched against the seat name glob in the section, for example:
# [Seat:*] matches all seats and is applied first.
# [Seat:seat0] matches the seat named "seat0".
# [Seat:seat-thin-client*] matches all seats that have names that start with "seat-thin-client".
#
# type = Seat type (local, xremote, unity)
# pam-service = PAM service to use for login
# pam-autologin-service = PAM service to use for autologin
# pam-greeter-service = PAM service to use for greeters
# xserver-backend = X backend to use (mir)
# xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
# xmir-command = Xmir server command to run (can also contain arguments e.g. Xmir -special-option)
# xserver-config = Config file to pass to X server
# xserver-layout = Layout to pass to X server
# xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
# xserver-share = True if the X server is shared for both greeter and session
# xserver-hostname = Hostname of X server (only for type=xremote)
# xserver-display-number = Display number of X server (only for type=xremote)
# xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
# xdmcp-port = XDMCP UDP/IP port to communicate on
# xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
# unity-compositor-command = Unity compositor command to run (can also contain arguments e.g. unity-system-compositor -special-option)
# unity-compositor-timeout = Number of seconds to wait for compositor to start
# greeter-session = Session to load for greeter
# greeter-hide-users = True to hide the user list
# greeter-allow-guest = True if the greeter should show a guest login option
# greeter-show-manual-login = True if the greeter should offer a manual login option
# greeter-show-remote-login = True if the greeter should offer a remote login option
# user-session = Session to load for users
# allow-user-switching = True if allowed to switch users
# allow-guest = True if guest login is allowed
# guest-session = Session to load for guests (overrides user-session)
# session-wrapper = Wrapper script to run session with
# greeter-wrapper = Wrapper script to run greeter with
# guest-wrapper = Wrapper script to run guest sessions with
# display-setup-script = Script to run when starting a greeter session (runs as root)
# display-stopped-script = Script to run after stopping the display server (runs as root)
# greeter-setup-script = Script to run when starting a greeter (runs as root)
# session-setup-script = Script to run when starting a user session (runs as root)
# session-cleanup-script = Script to run when quitting a user session (runs as root)
# autologin-guest = True to log in as guest by default
# autologin-user = User to log in with by default (overrides autologin-guest)
# autologin-user-timeout = Number of seconds to wait before loading default user
# autologin-session = Session to load for automatic login (overrides user-session)
# autologin-in-background = True if autologin session should not be immediately activated
# exit-on-failure = True if the daemon should exit if this seat fails
#
[Seat:*]
#type=local
#pam-service=lightdm
#pam-autologin-service=lightdm-autologin
#pam-greeter-service=lightdm-greeter
#xserver-backend=
#xserver-command=X
#xmir-command=Xmir
#xserver-config=
#xserver-layout=
#xserver-allow-tcp=false
#xserver-share=true
#xserver-hostname=
#xserver-display-number=
#xdmcp-manager=
#xdmcp-port=177
#xdmcp-key=
#unity-compositor-command=unity-system-compositor
#unity-compositor-timeout=60
greeter-session=lightdm-greeter
#greeter-hide-users=false
#greeter-allow-guest=true
#greeter-show-manual-login=false
#greeter-show-remote-login=true
user-session=mate
#allow-user-switching=true
#allow-guest=true
#guest-session=
#session-wrapper=lightdm-session
#greeter-wrapper=
#guest-wrapper=
#display-setup-script=
#display-stopped-script=
#greeter-setup-script=
#session-setup-script=
#session-cleanup-script=
autologin-guest=false
autologin-user=ros
autologin-user-timeout=0
#autologin-in-background=false
#autologin-session=
#exit-on-failure=false

#
# XDMCP Server configuration
#
# enabled = True if XDMCP connections should be allowed
# port = UDP/IP port to listen for connections on
# listen-address = Host/address to listen for XDMCP connections (use all addresses if not present)
# key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
# hostname = Hostname to report to XDMCP clients (defaults to system hostname if unset)
#
# The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn.  Alternatively
# it can be a word and the first 7 characters are used as the key.
#
[XDMCPServer]
#enabled=false
#port=177
#listen-address=
#key=
#hostname=

#
# VNC Server configuration
#
# enabled = True if VNC connections should be allowed
# command = Command to run Xvnc server with
# port = TCP/IP port to listen for connections on
# listen-address = Host/address to listen for VNC connections (use all addresses if not present)
# width = Width of display to use
# height = Height of display to use
# depth = Color depth of display to use
#
[VNCServer]
#enabled=false
#command=Xvnc
#port=5900
#listen-address=
#width=1024
#height=768
#depth=8
puoi copia/incollare questo nel tuo dopo che avrai cancellato il contenuto.
fai prima una prova:

Codice: Seleziona tutto

sudo pluma /etc/lightdm/lightdm.conf
aprirai il tuo file con pluma e vedrai i numeri delle righe.
Avatar utente
FRISO1
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 471
Iscrizione: venerdì 7 gennaio 2011, 22:57
Desktop: ubuntu
Distribuzione: 22.04.2 64 bit
Sesso: Maschile
Località: Cropani - Catanzaro
Contatti:

Re: avvio del sistema senza richiesta della password

Messaggio da FRISO1 »

dxgiusti ha scritto:
giovedì 24 novembre 2022, 15:20
non credo proprio. tu avevi chiesto sul forum di Portofino e loro ti hanno detto:
Ciao Friso1, in effetti siamo passati da Slim a lightdm e calamares non ha digerito bene la faccenda. Comunque è facilmente risolvibile editando come amministratore il file /etc/lightdm/lightdm.conf decommentando le righe 126/127/128 (cioè eliminando il carattere #) in questo modo:
autologin-guest=false
autologin-guest=tuonomeuser
autologin-user-timeout=0
Salva e riavvia, il tuo autologin funzionerà
Grazie mille drgiusti. Pur essendomi iscritto e chiesto le notifiche via email alla discussione che ho aperto sul forum Portofino, apprendo ora di questa risposta che solo adesso ho visionato. Non mi era arrivata nessuna notifica. Come invece avviene puntualmente in questo forum.
Cercherò di adeguarmi a questi ultimi aggiornamenti.
Donare con gioia è la ricompensa stessa del dono
Avatar utente
FRISO1
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 471
Iscrizione: venerdì 7 gennaio 2011, 22:57
Desktop: ubuntu
Distribuzione: 22.04.2 64 bit
Sesso: Maschile
Località: Cropani - Catanzaro
Contatti:

Re: avvio del sistema senza richiesta della password

Messaggio da FRISO1 »

dxgiusti ha scritto:
giovedì 24 novembre 2022, 15:20
tu ho proprio idea che hai fatto altro. se hai unbackup del tuo file ripristinalo.
se non lo hai, ti invio come dovrebbe essere il tuo:

Codice: Seleziona tutto

[Seat:*]
#
# General configuration
#
# start-default-seat = True to always start one seat if none are defined in the configuration
# greeter-user = User to run greeter as
# minimum-display-number = Minimum display number to use for X servers
# minimum-vt = First VT to run displays on
# lock-memory = True to prevent memory from being paged to disk
# user-authority-in-system-dir = True if session authority should be in the system location
# guest-account-script = Script to be run to setup guest account
# logind-check-graphical = True to on start seats that are marked as graphical by logind
# log-directory = Directory to log information to
# run-directory = Directory to put running state in
# cache-directory = Directory to cache to
# sessions-directory = Directory to find sessions
# remote-sessions-directory = Directory to find remote sessions
# greeters-directory = Directory to find greeters
# backup-logs = True to move add a .old suffix to old log files when opening new ones
# dbus-service = True if LightDM provides a D-Bus service to control it
#
[LightDM]
#start-default-seat=true
#greeter-user=lightdm
#minimum-display-number=0
#minimum-vt=7
#lock-memory=true
#user-authority-in-system-dir=false
#guest-account-script=guest-account
#logind-check-graphical=false
#log-directory=/var/log/lightdm
#run-directory=/var/run/lightdm
#cache-directory=/var/cache/lightdm
#sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions:/usr/share/wayland-sessions
#remote-sessions-directory=/usr/share/lightdm/remote-sessions
#greeters-directory=$XDG_DATA_DIRS/lightdm/greeters:$XDG_DATA_DIRS/xgreeters
#backup-logs=true
#dbus-service=true

#
# Seat configuration
#
# Seat configuration is matched against the seat name glob in the section, for example:
# [Seat:*] matches all seats and is applied first.
# [Seat:seat0] matches the seat named "seat0".
# [Seat:seat-thin-client*] matches all seats that have names that start with "seat-thin-client".
#
# type = Seat type (local, xremote, unity)
# pam-service = PAM service to use for login
# pam-autologin-service = PAM service to use for autologin
# pam-greeter-service = PAM service to use for greeters
# xserver-backend = X backend to use (mir)
# xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
# xmir-command = Xmir server command to run (can also contain arguments e.g. Xmir -special-option)
# xserver-config = Config file to pass to X server
# xserver-layout = Layout to pass to X server
# xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
# xserver-share = True if the X server is shared for both greeter and session
# xserver-hostname = Hostname of X server (only for type=xremote)
# xserver-display-number = Display number of X server (only for type=xremote)
# xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
# xdmcp-port = XDMCP UDP/IP port to communicate on
# xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
# unity-compositor-command = Unity compositor command to run (can also contain arguments e.g. unity-system-compositor -special-option)
# unity-compositor-timeout = Number of seconds to wait for compositor to start
# greeter-session = Session to load for greeter
# greeter-hide-users = True to hide the user list
# greeter-allow-guest = True if the greeter should show a guest login option
# greeter-show-manual-login = True if the greeter should offer a manual login option
# greeter-show-remote-login = True if the greeter should offer a remote login option
# user-session = Session to load for users
# allow-user-switching = True if allowed to switch users
# allow-guest = True if guest login is allowed
# guest-session = Session to load for guests (overrides user-session)
# session-wrapper = Wrapper script to run session with
# greeter-wrapper = Wrapper script to run greeter with
# guest-wrapper = Wrapper script to run guest sessions with
# display-setup-script = Script to run when starting a greeter session (runs as root)
# display-stopped-script = Script to run after stopping the display server (runs as root)
# greeter-setup-script = Script to run when starting a greeter (runs as root)
# session-setup-script = Script to run when starting a user session (runs as root)
# session-cleanup-script = Script to run when quitting a user session (runs as root)
# autologin-guest = True to log in as guest by default
# autologin-user = User to log in with by default (overrides autologin-guest)
# autologin-user-timeout = Number of seconds to wait before loading default user
# autologin-session = Session to load for automatic login (overrides user-session)
# autologin-in-background = True if autologin session should not be immediately activated
# exit-on-failure = True if the daemon should exit if this seat fails
#
[Seat:*]
#type=local
#pam-service=lightdm
#pam-autologin-service=lightdm-autologin
#pam-greeter-service=lightdm-greeter
#xserver-backend=
#xserver-command=X
#xmir-command=Xmir
#xserver-config=
#xserver-layout=
#xserver-allow-tcp=false
#xserver-share=true
#xserver-hostname=
#xserver-display-number=
#xdmcp-manager=
#xdmcp-port=177
#xdmcp-key=
#unity-compositor-command=unity-system-compositor
#unity-compositor-timeout=60
greeter-session=lightdm-greeter
#greeter-hide-users=false
#greeter-allow-guest=true
#greeter-show-manual-login=false
#greeter-show-remote-login=true
user-session=mate
#allow-user-switching=true
#allow-guest=true
#guest-session=
#session-wrapper=lightdm-session
#greeter-wrapper=
#guest-wrapper=
#display-setup-script=
#display-stopped-script=
#greeter-setup-script=
#session-setup-script=
#session-cleanup-script=
autologin-guest=false
autologin-guest=ros
autologin-user-timeout=0
#autologin-in-background=false
#autologin-session=Session to load for automatic login (overrides user-session>
#exit-on-failure=false

#
# XDMCP Server configuration
#
# enabled = True if XDMCP connections should be allowed
# port = UDP/IP port to listen for connections on
# listen-address = Host/address to listen for XDMCP connections (use all addresses if not present)
# key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
# hostname = Hostname to report to XDMCP clients (defaults to system hostname if unset)
#
# The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn.  Alternatively
# it can be a word and the first 7 characters are used as the key.
#
[XDMCPServer]
#enabled=false
#port=177
#listen-address=
#key=
#hostname=

#
# VNC Server configuration
#
# enabled = True if VNC connections should be allowed
# command = Command to run Xvnc server with
# port = TCP/IP port to listen for connections on
# listen-address = Host/address to listen for VNC connections (use all addresses if not present)
# width = Width of display to use
# height = Height of display to use
# depth = Color depth of display to use
#
[VNCServer]
#enabled=false
#command=Xvnc
#port=5900
#listen-address=
#width=1024
#height=768
#depth=8
puoi copia/incollare questo nel tuo dopo che avrai cancellato il contenuto.
fai prima una prova:

Codice: Seleziona tutto

sudo pluma /etc/lightdm/lightdm.conf
aprirai il tuo file con pluma e vedrai i numeri delle righe.
[/quote]

Purtroppo non sono riuscito a salvare in lightdm.conf il nuovo file che mi hai postato qui. Probabilmente sono necessari dei comandi appositi che non conosco.
Donare con gioia è la ricompensa stessa del dono
Avatar utente
dxgiusti
Rampante Reduce
Rampante Reduce
Messaggi: 5372
Iscrizione: lunedì 19 novembre 2007, 14:10
Desktop: Mate
Distribuzione: PCLinuxOS-Mate
Sesso: Maschile
Località: Lodi

Re: avvio del sistema senza richiesta della password

Messaggio da dxgiusti »

il solito comando. seleziona tutto il mio e copialo dopo aver cancellato tutto il testo del tuo.
Avatar utente
FRISO1
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 471
Iscrizione: venerdì 7 gennaio 2011, 22:57
Desktop: ubuntu
Distribuzione: 22.04.2 64 bit
Sesso: Maschile
Località: Cropani - Catanzaro
Contatti:

Re: avvio del sistema senza richiesta della password

Messaggio da FRISO1 »

dxgiusti ha scritto:
giovedì 24 novembre 2022, 21:48
il solito comando. seleziona tutto il mio e copialo dopo aver cancellato tutto il testo del tuo.
Ho fatto questa procedura, come sempre. Ho cancellato tutto il testo vecchio, ho copiato il nuovo mandato da te, ma quando vado ad incollare e poi a salvare mi riappare il vecchio! :(
Nel dubbio ho provato a digitare ctrl+o per confermare la cancellazione del precedente, ma nulla, provando a salvare il tuo nuovo, mi appare di nuovo ii vecchio.
Ho provato anche a copiare quello che ho nel mio sistema per incollarlo qui nel forum, ma quando faccio "seleziona tutto" dal pulsante della barra, seleziona solo la parte visibile sullo schermo, non tutto il contenuto.
Donare con gioia è la ricompensa stessa del dono
Avatar utente
dxgiusti
Rampante Reduce
Rampante Reduce
Messaggi: 5372
Iscrizione: lunedì 19 novembre 2007, 14:10
Desktop: Mate
Distribuzione: PCLinuxOS-Mate
Sesso: Maschile
Località: Lodi

Re: avvio del sistema senza richiesta della password

Messaggio da dxgiusti »

elimini il vecchio contenuto. incolli il nuovo poi:
ctrl+o per confermare
enter per salvare
ctrl+x per chiudere
non esistono altre strade.
Roberto Pontecorvi
Rampante Reduce
Rampante Reduce
Messaggi: 6633
Iscrizione: mercoledì 20 maggio 2009, 22:48
Distribuzione: 18.4 mate - 22.4 mate
Sesso: Maschile
Località: Versilia

Re: avvio del sistema senza richiesta della password

Messaggio da Roberto Pontecorvi »

Magari prima di riavviare dai il comando:

Codice: Seleziona tutto

sudo service lightdm restart
Avatar utente
FRISO1
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 471
Iscrizione: venerdì 7 gennaio 2011, 22:57
Desktop: ubuntu
Distribuzione: 22.04.2 64 bit
Sesso: Maschile
Località: Cropani - Catanzaro
Contatti:

Re: [Risolto] avvio del sistema senza richiesta della password

Messaggio da FRISO1 »

Grazie a tutti i partecipanti per i contributi concessi. In particolare a dxgiusti che proporrei a Premio Nobel per la pazienza :birra:
Il mio mini notebook che gira a 32 bit con 1 Gb di RAM ha fatto un po' le bizze, che aggiunte alla mia scarsa competenza in materia informatica, hanno reso difficile un percorso che poteva essere molto semplice.
Grazie ancora per il tempo che mi avete dedicato.
Donare con gioia è la ricompensa stessa del dono
Scrivi risposta

Ritorna a “Altre distribuzioni e sistemi operativi”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 1 ospite