Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.user > #227289 > unrolled thread
| Started by | Greg Wooledge <wooledg@eeg.ccf.org> |
|---|---|
| First post | 2020-09-24 15:50 +0200 |
| Last post | 2020-09-25 11:50 +0200 |
| Articles | 5 — 3 participants |
Back to article view | Back to linux.debian.user
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Returning to /var/log/boot.log Greg Wooledge <wooledg@eeg.ccf.org> - 2020-09-24 15:50 +0200
Re: Returning to /var/log/boot.log Hans <hans.ullrich@loop.de> - 2020-09-24 16:10 +0200
Re: Returning to /var/log/boot.log anthony gennard <agennae@gmail.com> - 2020-09-24 18:30 +0200
Re: Returning to /var/log/boot.log anthony gennard <agennae@gmail.com> - 2020-09-25 11:50 +0200
Re: Returning to /var/log/boot.log anthony gennard <agennae@gmail.com> - 2020-09-25 11:50 +0200
| From | Greg Wooledge <wooledg@eeg.ccf.org> |
|---|---|
| Date | 2020-09-24 15:50 +0200 |
| Subject | Re: Returning to /var/log/boot.log |
| Message-ID | <ASzNf-3Kv-1@gated-at.bofh.it> |
On Thu, Sep 24, 2020 at 09:59:57AM +0100, anthony gennard wrote: > I am looking at the contents of my boot log file; when trying to get out of > the very long file I thought Ctrl + c should do it - it does not and I > cannot > find any way. I wanted to try tail and head so see how they do. Can anyone > please help me. How are you "looking at" the file? I would suggest using less. You get out of less by pressing q.
[toc] | [next] | [standalone]
| From | Hans <hans.ullrich@loop.de> |
|---|---|
| Date | 2020-09-24 16:10 +0200 |
| Message-ID | <ASA6B-46C-3@gated-at.bofh.it> |
| In reply to | #227289 |
Am Donnerstag, 24. September 2020, 15:45:47 CEST schrieb Greg Wooledge: I believe, the op wants to look it as easy as possible. So I suggest kwrite (if he has plasma5 aka KDE installed). You must got the correct rights. Either you start plasma as root, then you can just start kwrite and open the log file. or, ifr you start plasma as normal user, do this: Start a konsole (like xterm, konsole, uxterm) then type in "su -p" (without quotes) and enter the password of root. and last start "kwrite" in this konsole Now you can open your logfile. If you are using another window-manager like GNOME, LXDE, Enligtenment whatever, it might got another graphical editor. Note: Every graphical application can be started with higher rights from the konsole (or terminal, how others may call it), by getting higher rights with su -p. (the -p stands for "preserve actual environment). Good luck Hans > On Thu, Sep 24, 2020 at 09:59:57AM +0100, anthony gennard wrote: > > I am looking at the contents of my boot log file; when trying to get out > > of > > the very long file I thought Ctrl + c should do it - it does not and I > > cannot > > find any way. I wanted to try tail and head so see how they do. Can anyone > > please help me. > > How are you "looking at" the file? I would suggest using less. > > You get out of less by pressing q.
[toc] | [prev] | [next] | [standalone]
| From | anthony gennard <agennae@gmail.com> |
|---|---|
| Date | 2020-09-24 18:30 +0200 |
| Message-ID | <ASCi6-5j9-3@gated-at.bofh.it> |
| In reply to | #227295 |
[Multipart message — attachments visible in raw view] — view raw
Thanks very much; it will take me some time to understand your advice. I will revert as soon as I can. On Thu, 24 Sep 2020 at 15:03, Hans <hans.ullrich@loop.de> wrote: > Am Donnerstag, 24. September 2020, 15:45:47 CEST schrieb Greg Wooledge: > I believe, the op wants to look it as easy as possible. So I suggest > kwrite > (if he has plasma5 aka KDE installed). > > You must got the correct rights. Either you start plasma as root, then you > can > just start kwrite and open the log file. or, ifr you start plasma as > normal > user, do this: > > > Start a konsole (like xterm, konsole, uxterm) > > then type in "su -p" (without quotes) and enter the password of root. > > and last start "kwrite" in this konsole > > Now you can open your logfile. > > If you are using another window-manager like GNOME, LXDE, Enligtenment > whatever, it might got another graphical editor. > > Note: Every graphical application can be started with higher rights from > the > konsole (or terminal, how others may call it), by getting higher rights > with > su -p. (the -p stands for "preserve actual environment). > > Good luck > > Hans > > > > > On Thu, Sep 24, 2020 at 09:59:57AM +0100, anthony gennard wrote: > > > I am looking at the contents of my boot log file; when trying to get > out > > > of > > > the very long file I thought Ctrl + c should do it - it does not and I > > > cannot > > > find any way. I wanted to try tail and head so see how they do. Can > anyone > > > please help me. > > > > How are you "looking at" the file? I would suggest using less. > > > > You get out of less by pressing q. > > > > >
[toc] | [prev] | [next] | [standalone]
| From | anthony gennard <agennae@gmail.com> |
|---|---|
| Date | 2020-09-25 11:50 +0200 |
| Message-ID | <ASSwx-6Ne-1@gated-at.bofh.it> |
| In reply to | #227305 |
[Multipart message — attachments visible in raw view] — view raw
On Fri, 25 Sep 2020 at 10:40, anthony gennard <agennae@gmail.com> wrote: > > > > On Thu, 24 Sep 2020 at 10:11, anthony gennard <agennae@gmail.com> wrote: > >> Thanks very much; it will take me some time to understand your advice. I >> will revert as soon as I can. >> >> On Thu, 24 Sep 2020 at 15:03, Hans <hans.ullrich@loop.de> wrote: >> >>> Am Donnerstag, 24. September 2020, 15:45:47 CEST schrieb Greg Wooledge: >>> I believe, the op wants to look it as easy as possible. So I suggest >>> kwrite >>> (if he has plasma5 aka KDE installed). >>> >>> You must got the correct rights. Either you start plasma as root, then >>> you can >>> just start kwrite and open the log file. or, ifr you start plasma as >>> normal >>> user, do this: >>> >>> >>> Start a konsole (like xterm, konsole, uxterm) >>> >>> then type in "su -p" (without quotes) and enter the password of root. >>> >>> and last start "kwrite" in this konsole >>> >>> Now you can open your logfile. >>> >>> If you are using another window-manager like GNOME, LXDE, Enligtenment >>> whatever, it might got another graphical editor. >>> >>> Note: Every graphical application can be started with higher rights from >>> the >>> konsole (or terminal, how others may call it), by getting higher rights >>> with >>> su -p. (the -p stands for "preserve actual environment). >>> >>> Good luck >>> >>> Hans >>> >>> >>> >>> > On Thu, Sep 24, 2020 at 09:59:57AM +0100, anthony gennard wrote: >>> > > I am looking at the contents of my boot log file; when trying to get >>> out >>> > > of >>> > > the very long file I thought Ctrl + c should do it - it does not and >>> I >>> > > cannot >>> > > find any way. I wanted to try tail and head so see how they do. Can >>> anyone >>> > > please help me. >>> > >>> > How are you "looking at" the file? I would suggest using less. >>> > >>> > You get out of less by pressing q. >>> >>> >>> >>> >>>
[toc] | [prev] | [next] | [standalone]
| From | anthony gennard <agennae@gmail.com> |
|---|---|
| Date | 2020-09-25 11:50 +0200 |
| Message-ID | <ASSwx-6Ne-3@gated-at.bofh.it> |
| In reply to | #227305 |
[Multipart message — attachments visible in raw view] — view raw
On Thu, 24 Sep 2020 at 10:11, anthony gennard <agennae@gmail.com> wrote: > Thanks very much; it will take me some time to understand your advice. I > will revert as soon as I can. > > On Thu, 24 Sep 2020 at 15:03, Hans <hans.ullrich@loop.de> wrote: > >> Am Donnerstag, 24. September 2020, 15:45:47 CEST schrieb Greg Wooledge: >> I believe, the op wants to look it as easy as possible. So I suggest >> kwrite >> (if he has plasma5 aka KDE installed). >> >> You must got the correct rights. Either you start plasma as root, then >> you can >> just start kwrite and open the log file. or, ifr you start plasma as >> normal >> user, do this: >> >> >> Start a konsole (like xterm, konsole, uxterm) >> >> then type in "su -p" (without quotes) and enter the password of root. >> >> and last start "kwrite" in this konsole >> >> Now you can open your logfile. >> >> If you are using another window-manager like GNOME, LXDE, Enligtenment >> whatever, it might got another graphical editor. >> >> Note: Every graphical application can be started with higher rights from >> the >> konsole (or terminal, how others may call it), by getting higher rights >> with >> su -p. (the -p stands for "preserve actual environment). >> >> Good luck >> >> Hans >> >> >> >> > On Thu, Sep 24, 2020 at 09:59:57AM +0100, anthony gennard wrote: >> > > I am looking at the contents of my boot log file; when trying to get >> out >> > > of >> > > the very long file I thought Ctrl + c should do it - it does not and I >> > > cannot >> > > find any way. I wanted to try tail and head so see how they do. Can >> anyone >> > > please help me. >> > >> > How are you "looking at" the file? I would suggest using less. >> > >> > You get out of less by pressing q. >> >> >> >> >>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.debian.user
csiph-web