More > JRiver Media Center 21 for Linux

Start Debian without Monitor??

<< < (9/12) > >>

BryanC:
Are you sure you typed in 'journalctl' correctly?



--- Code: ---journalctl | gzip > ~/Desktop/journal_log.gz
--- End code ---

It's a one liner. Just copy (Ctrl-C) from here and paste (Ctrl-Shift-V) into the terminal.

altsouza:
Yes, I did just like that!!  Copy and past
I did in the user and also on the root.
No success
-------
luiz@debian:~$ journalctl | gzip > ~/Desktop/journal_log.gz
No journal files were found.
luiz@debian:~$ su -
Password:
root@debian:~# journalctl | gzip > ~/Desktop/journal_log.gz
root@debian:~#

mattkhan:
running it as root at least queried the journal, how big is the resulting file?


--- Code: ---su -
ls -la  ~/Desktop/journal_log.gz
journalctl|wc -l

--- End code ---

show the output

the last one you posted seems like it was empty

altsouza:
It is empty, 20 bytes only
Is there a graphic method to copy/paste the Journal?? When I tried it , it got only one page.
-------
luiz@debian:~$ su -
Password:
root@debian:~# ls -la  ~/Desktop/journal_log.gz
-rw-r--r-- 1 root root 37785 Nov 30 19:39 /root/Desktop/journal_log.gz
root@debian:~# journalctl|wc -l
4232
root@debian:~# journalctl | gzip > ~/Desktop/journal_log.gz
root@debian:~#

mattkhan:
That file isn't empty, you need to attach the file from root ~ not from luiz ~

i.e. the file you need to attach is /root/Desktop/journal_log.gz

I imagine the 20byte one was from /home/luiz/Desktop

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version