Re: Disable kernel message prefix timestamps?

2023-02-06 Thread Valery Ushakov
On Mon, Feb 06, 2023 at 00:49:11 -0500, John Rash wrote: > Is it possible to disable the linux kernel-style timestamps that > prefix kernel messages? I don't think there's a canned, ready to use knob for that. For now you can only compile a custom kernel with options KLOG_NOTIMESTAMP

Re: Disable kernel message prefix timestamps?

2023-02-06 Thread Valery Ushakov
[NB: HTML-only mail probably won't make it to the list] On Mon, Feb 06, 2023 at 17:01:22 +0500, Vitaly Shevtsov wrote: > I think it may be not be possible with sysctl, because sysctl is > read when the kernel is already loaded. So it can be possible > through either boot.cfg or recompiling. It

Re: Pulling off of *.cpio

2023-02-06 Thread ignatios
Hello Todd, On Sun, Feb 05, 2023 at 07:35:26PM +, Todd Gruhn wrote: > The *.cpio is 583 MB . AND is all MP3s . > > I do :cpio -iv < File.cpio > > > Why do I need to unzip this thing time 2x or more times? > Am I missing something? Do you have an idea? What exactly do you mean by

Re: Pulling off of *.cpio

2023-02-06 Thread ignatios
Hi, On Mon, Feb 06, 2023 at 08:56:39AM -0500, Todd Gruhn wrote: > For one, MP3 does not compress well -- so does it matter it comes off > when I do cpio -iv < foo ?? > > Why do I need to unzip it 2x?? I see the list if file names when I unzip them. What do you mean by "unzip it 2x"? All you

Re: Pulling off of *.cpio

2023-02-06 Thread Todd Gruhn
For one, MP3 does not compress well -- so does it matter it comes off when I do cpio -iv < foo ?? Why do I need to unzip it 2x?? I see the list if file names when I unzip them. But I cant find them on the HD. SOOO, did I make the *.cpio file wrong? Or is the problem the device I write/save the

Re: Disable kernel message prefix timestamps?

2023-02-06 Thread John Rash
That worked, thanks! On Mon, Feb 6, 2023 at 6:01 AM Valery Ushakov wrote: > > On Mon, Feb 06, 2023 at 00:49:11 -0500, John Rash wrote: > > > Is it possible to disable the linux kernel-style timestamps that > > prefix kernel messages? > > I don't think there's a canned, ready to use knob for

Re: Pulling off of *.cpio

2023-02-06 Thread Todd Gruhn
I found amd fixed You wont believe -- I wan not in the /etc/group. I was not " guest:*: ' and not in " users:*: " . WOW! Shouldn't this work if I was ROOT ? On Mon, Feb 6, 2023 at 3:15 PM wrote: > > Hi, > > On Mon, Feb 06, 2023 at 08:56:39AM -0500, Todd Gruhn wrote: > > > For one, MP3 does