Skip to content
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

Getting logs from a successful installation screen #1447

Open
lkocman opened this issue Jul 8, 2024 · 3 comments
Open

Getting logs from a successful installation screen #1447

lkocman opened this issue Jul 8, 2024 · 3 comments
Labels
good first issue Good for newcomers nice to have It would be nice, but not strictly needed ux UX related bugs/improvements

Comments

@lkocman
Copy link
Contributor

lkocman commented Jul 8, 2024

Hello team,

we're debugging issue #1446 where installation passes and system is not bootable and it would still be nice to be able to get logs even from a successful installation. I already got used so much to convenience to fetch logs from a webbroswer.

image

Current steps is

agama:~ # tar -cvf YaST2.tar /var/log/YaST2 # no y2save_logs
tar: Removing leading `/' from member names
/var/log/YaST2/
/var/log/YaST2/storage-inst/
/var/log/YaST2/storage-inst/01-probed.xml
/var/log/YaST2/storage-inst/02-proposed.yml
/var/log/YaST2/storage-inst/03-committed.xml
/var/log/YaST2/storage-inst/03-committed.yml
/var/log/YaST2/storage-inst/02-proposed.xml
/var/log/YaST2/storage-inst/01-probed.yml
/var/log/YaST2/control-inst/
/var/log/YaST2/control-inst/control.xml
/var/log/YaST2/control-inst/README
/var/log/YaST2/y2log-1.gz
/var/log/YaST2/y2log
/var/log/YaST2/config_diff_2024_07_07.log

agama:~ # vim ~/.ssh/authorized_keys # no way I'm retyping that password

lkocman@localhost:~> sftp [email protected]
Connected to 192.168.100.135.
sftp> ls
YaST2.tar  bin        
sftp> get YaST2.tar 
Fetching /root/YaST2.tar to YaST2.tar
YaST2.tar                                                                                   100% 2380KB 380.8MB/s   00:00    
sftp> 


@lkocman lkocman changed the title Getting logs from successful installation screen Getting logs from a successful installation screen Jul 8, 2024
@lkocman lkocman added good first issue Good for newcomers ux UX related bugs/improvements nice to have It would be nice, but not strictly needed labels Jul 8, 2024
@lkocman

This comment was marked as outdated.

@lkocman

This comment was marked as outdated.

@ancorgs

This comment was marked as outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers nice to have It would be nice, but not strictly needed ux UX related bugs/improvements
Projects
None yet
Development

No branches or pull requests

2 participants