Re: How do you Dual boot with Intel RST - Optane ?

2020-05-08 Thread Robert G (Doc) Savage via users
On Thu, 2020-05-07 at 10:49 -0400, sean darcy wrote: > My new laptop has Windows 10 installed with the Intel > rapid Storage Technology (optane) system chip. Windows is on an > nvme > drive. > > FC31 is on a SATA ssd. > > BIOS allows me to choose AHCI or RST. I must use AHCI to boot the > FC31

Re: Working! - Re: user crontab

2020-05-08 Thread Cameron Simpson
On 08May2020 20:32, Samuel Sieb wrote: On 5/8/20 4:32 PM, Cameron Simpson wrote: On 08May2020 11:15, Robert Moskowitz wrote: I added inserting a Date: line and switched to using sed: local]# cat mycron #!/bin/sh currentDate="$(date +'%a %b %d %T %Y')" You don't need the double quotes.

Re: Need help with a weird kernel update panic.

2020-05-08 Thread Samuel Sieb
On 5/8/20 8:59 PM, Sam Varshavchik wrote: I have used ext4 for /boot for 20+ years on Fedora, and can't say that I ever had this happen. And I always reboot after installing updates. I've never had this happen over all the very many computers I've worked with. Long term the solution is to

Re: Need help with a weird kernel update panic.

2020-05-08 Thread Ed Greshko
On 2020-05-09 11:59, Sam Varshavchik wrote: > I would be very much surprised if a regular reboot does not unmount /boot, > prior to rebooting. I would think that all mounted filesystems except / will > get explicitly unmounted just before a halt or a reboot. You mean like this output from a

Re: Need help with a weird kernel update panic.

2020-05-08 Thread Sam Varshavchik
Roger Heflin writes: What you are saying does not exactly match what I have previously seen, but there is a known feature with using a journaling filesystem (ext4-journal, or xfs) for /boot, if only the journal is updated and if it is not yet replayed into the non-journal then grub will not be

Re: Working! - Re: user crontab

2020-05-08 Thread Samuel Sieb
On 5/8/20 4:32 PM, Cameron Simpson wrote: On 08May2020 11:15, Robert Moskowitz wrote: I added inserting a Date: line and switched to using sed: local]# cat mycron #!/bin/sh currentDate="$(date +'%a %b %d %T %Y')" You don't need the double quotes. The shell parser recognises the assignment

Re: Need help with a weird kernel update panic.

2020-05-08 Thread Roger Heflin
Did you do a lazy unmount? Any other umount will fail if there are open files, and lazy does not actually unmount it until whatever has the files open closes them, which generally means it never gets unmounted. On Fri, May 8, 2020 at 5:53 PM John Mellor wrote: > > I like the idea of just

Re: Working! - Re: user crontab

2020-05-08 Thread Cameron Simpson
On 08May2020 11:15, Robert Moskowitz wrote: I added inserting a Date: line and switched to using sed: local]# cat mycron #!/bin/sh currentDate="$(date +'%a %b %d %T %Y')" You don't need the double quotes. The shell parser recognises the assignment statement _before_ breaking things on

Re: Working! - Re: user crontab

2020-05-08 Thread Cameron Simpson
On 08May2020 06:59, Robert Moskowitz wrote: On 5/8/20 2:24 AM, Gordon Messmer wrote: On 5/7/20 10:44 PM, Jon LaBadie wrote: In my mail files each message is followed by a blank line before the next "From_" line.  Is that a requirement of mbox format?  If so, it may be necessary to add it to

Re: Working! - Re: user crontab

2020-05-08 Thread Cameron Simpson
On 08May2020 06:56, Robert Moskowitz wrote: On 5/8/20 2:08 AM, Cameron Simpson wrote: You _do_ need to ensure the message at least ends with a newline, of the From_ won't be at the start of a line. So the previously posted script ensures that with the "echo" in "( cat; echo )". If you want to

[389-users] Announcing 389 Directory Server 1.4.1.19

2020-05-08 Thread Mark Reynolds
389 Directory Server 1.4.1.19 The 389 Directory Server team is proud to announce 389-ds-base version 1.4.1.19 Fedora packages are available on Fedora 30. https://koji.fedoraproject.org/koji/taskinfo?taskID=44237705 Bodhi

[389-users] Announcing 389 Directory Server 1.4.2.13

2020-05-08 Thread Mark Reynolds
389 Directory Server 1.4.2.13 The 389 Directory Server team is proud to announce 389-ds-base version 1.4.2.13 Fedora packages are available on Fedora 31. https://koji.fedoraproject.org/koji/taskinfo?taskID=44236196 Bodhi

[389-users] Announcing 389 Directory Server 1.4.3.8

2020-05-08 Thread Mark Reynolds
389 Directory Server 1.4.3.8 The 389 Directory Server team is proud to announce 389-ds-base version 1.4.3.8 Fedora packages are available on Fedora 32. https://koji.fedoraproject.org/koji/taskinfo?taskID=44235118 - Fedora 32

[389-users] Announcing 389 Directory Server 1.4.4.2

2020-05-08 Thread Mark Reynolds
389 Directory Server 1.4.4.2 The 389 Directory Server team is proud to announce 389-ds-base version 1.4.4.2 Fedora packages are available on Rawhide (Fedora 33). https://koji.fedoraproject.org/koji/taskinfo?taskID=44234677

Re: Need help with a weird kernel update panic.

2020-05-08 Thread John Mellor
I like the idea of just removing the journal tag, but I don't think that I can modify the /boot filesystem.  Doing a umount works, but tune2fs claims that an e2fsck is required.  Running e2fsck says that the filesystem is still mounted, even though it is not.  Doing a fuser /dev/sda1 shows a

Power Mgmt problem

2020-05-08 Thread Christopher Marlow
I am having a problem with Fedora 32.. When my screen blanks off. When I come back to the computer the screen will flash on for a sec and then go black again. But the power light is still green... And the only way I can get a picture back is to turn the monitor off and hold a key down on the

Re: How do you Dual boot with Intel RST - Optane ?

2020-05-08 Thread Gordon Messmer
On 5/7/20 7:49 AM, sean darcy wrote: 1. Is there a way to get the FC31 drive to boot with RST ? No.  RST is unsafe by design, and the kernel developers won't support it. * No NVMe device power management * No NVMe reset support * No NVMe quirks based on PCI ID * No SR-IOV VFs * Reduced

Re: How do you Dual boot with Intel RST - Optane ?

2020-05-08 Thread Samuel Sieb
On 5/7/20 7:49 AM, sean darcy wrote: My new laptop has Windows 10 installed with the Intel rapid Storage Technology  (optane) system chip. Windows is on an nvme drive. FC31 is on a SATA ssd. I thought RST was where it used a small SSD as caching for a regular spinning hard drive. The few

Re: VDQ Thumb drive software

2020-05-08 Thread Samuel Sieb
On 5/8/20 6:45 AM, Beartooth wrote: On Thu, 07 May 2020 13:44:11 -0700, Samuel Sieb wrote: On 5/7/20 1:41 PM, Beartooth wrote: I'm pretty sure the Fedora machine I want to use to put something onto a thumb drive doesn't have the thumb drive software installed to do so. But I've

Re: More 686 woe

2020-05-08 Thread Samuel Sieb
On 5/8/20 1:43 PM, Beartooth wrote: I've just tried to upgrade another (and much more important) machine -- and hit the mate-panel 686 snag again: Error: Transaction test error: file /usr/share/mate-panel/applets/org.mate.panel.ClockApplet.mate- panel-applet conflicts between

Re: Browser list?

2020-05-08 Thread Patrick O'Callaghan
On Fri, 2020-05-08 at 18:41 +, Beartooth wrote: > I like trying out browsers, but I remember dependency hell too > strongly to risk it again. > > I have installed Opera (which I've run and liked since before > Fedora) and Vivaldi which I liked the sound of; and both of them

More 686 woe

2020-05-08 Thread Beartooth
I've just tried to upgrade another (and much more important) machine -- and hit the mate-panel 686 snag again: Error: Transaction test error: file /usr/share/mate-panel/applets/org.mate.panel.ClockApplet.mate- panel-applet conflicts between attempted installs of mate-

Re: LibreOffice print dialog too tall for my screen

2020-05-08 Thread Robert Moskowitz
On 5/8/20 4:26 PM, Samuel Sieb wrote: On 5/8/20 12:05 PM, Joe Zeff wrote: On 05/08/2020 12:05 PM, Robert Moskowitz wrote: I learned to call that the system key.  But ok.  And by itself in Xfce, it does not enable dragging of a dialog box. You might need to check the Xfce forum at

Re: VDQ Thumb drive software

2020-05-08 Thread Fred Smith
On Fri, May 08, 2020 at 04:23:43PM -0400, Jonathan Billings wrote: > On Fri, May 08, 2020 at 08:16:48PM -, Beartooth wrote: > > On Thu, 07 May 2020 16:46:49 -0400, Jonathan Billings wrote: > > > > > On May 7, 2020, at 16:42, Beartooth wrote: > > >>I'm pretty sure the Fedora machine I

Re: LibreOffice print dialog too tall for my screen

2020-05-08 Thread Samuel Sieb
On 5/8/20 12:05 PM, Joe Zeff wrote: On 05/08/2020 12:05 PM, Robert Moskowitz wrote: I learned to call that the system key.  But ok.  And by itself in Xfce, it does not enable dragging of a dialog box. You might need to check the Xfce forum at http://forum.xfce.org/index.php for help.

Re: VDQ Thumb drive software

2020-05-08 Thread Jonathan Billings
On Fri, May 08, 2020 at 08:16:48PM -, Beartooth wrote: > On Thu, 07 May 2020 16:46:49 -0400, Jonathan Billings wrote: > > > On May 7, 2020, at 16:42, Beartooth wrote: > >>I'm pretty sure the Fedora machine I want to use to put something > >> onto a thumb drive doesn't have the thumb

Re: VDQ Thumb drive software

2020-05-08 Thread Beartooth
On Thu, 07 May 2020 16:46:49 -0400, Jonathan Billings wrote: > On May 7, 2020, at 16:42, Beartooth wrote: >>I'm pretty sure the Fedora machine I want to use to put something >> onto a thumb drive doesn't have the thumb drive software installed to >> do so. But I've searched dnfdragora up one

Re: Need help with a weird kernel update panic.

2020-05-08 Thread Roger Heflin
You have to hit the timing right. ie install the kernel package and as quickly as possible reboot (automated, or very efficient). And if the update is more than just kernel, that may slowdown the process enough that the immediate reboot won't be quick enough. I have seen it 3-5 times and that

Re: How do you Dual boot with Intel RST - Optane ?

2020-05-08 Thread sean darcy
On 5/7/20 10:49 AM, sean darcy wrote: My new laptop has Windows 10 installed with the Intel rapid Storage Technology  (optane) system chip. Windows is on an nvme drive. FC31 is on a SATA ssd. BIOS allows me to choose AHCI or RST. I must use AHCI to boot the FC31 drive, and RST to boot the

Re: LibreOffice print dialog too tall for my screen

2020-05-08 Thread Joe Zeff
On 05/08/2020 01:11 PM, Robert Moskowitz wrote: I am on the Xfce mailing list... In fact it was going back to my history there that I found how I did this LAST time I had a too tall dialog box. OK. I've found over the past few years that most people asking for help with Xfce don't know

Re: LibreOffice print dialog too tall for my screen

2020-05-08 Thread Robert Moskowitz
On 5/8/20 3:05 PM, Joe Zeff wrote: On 05/08/2020 12:05 PM, Robert Moskowitz wrote: I learned to call that the system key.  But ok.  And by itself in Xfce, it does not enable dragging of a dialog box. You might need to check the Xfce forum at http://forum.xfce.org/index.php for help. I

Re: LibreOffice print dialog too tall for my screen

2020-05-08 Thread Joe Zeff
On 05/08/2020 12:05 PM, Robert Moskowitz wrote: I learned to call that the system key.  But ok.  And by itself in Xfce, it does not enable dragging of a dialog box. You might need to check the Xfce forum at http://forum.xfce.org/index.php for help.

Re: Need help with a weird kernel update panic.

2020-05-08 Thread Mauricio Tavares
On Fri, May 8, 2020 at 12:12 PM Roger Heflin wrote: > > A sync will flush the writes to the journal were the data is safe. It > will not force a replay of the journal. > > Nothing except removing the journal from the ext4 filesystem will fix it. > > This is not a fedora bug, this is a long

Browser list?

2020-05-08 Thread Beartooth
I like trying out browsers, but I remember dependency hell too strongly to risk it again. I have installed Opera (which I've run and liked since before Fedora) and Vivaldi which I liked the sound of; and both of them (once you find the rpm versions) have repos that Fedora/dnf

Re: Working! - Re: user crontab

2020-05-08 Thread Samuel Sieb
On 5/8/20 11:08 AM, Robert Moskowitz wrote: On 5/8/20 1:58 PM, Mike Wright wrote: There's a tiny MDA called femtomail that delivers into a Maildir. Well first I need mbox, not maildir format. mutt can read Maildir as well. Maildir is a much better mail storage method than mbox. Provide

Re: Working! - Re: user crontab

2020-05-08 Thread Robert Moskowitz
On 5/8/20 2:01 PM, Samuel Sieb wrote: On 5/8/20 10:58 AM, Mike Wright wrote: On 5/8/20 9:55 AM, Robert Moskowitz wrote: On 5/8/20 12:39 PM, Tim via users wrote: On Fri, 2020-05-08 at 06:56 -0400, Robert Moskowitz wrote: Plus I have always thought of this as a deficiency in cron on a

Re: Working! - Re: user crontab

2020-05-08 Thread Robert Moskowitz
On 5/8/20 1:58 PM, Mike Wright wrote: On 5/8/20 9:55 AM, Robert Moskowitz wrote: On 5/8/20 12:39 PM, Tim via users wrote: On Fri, 2020-05-08 at 06:56 -0400, Robert Moskowitz wrote: Plus I have always thought of this as a deficiency in cron on a workstation.  Cron should work (report in

Re: LibreOffice print dialog too tall for my screen

2020-05-08 Thread Robert Moskowitz
On 5/8/20 1:57 PM, Samuel Sieb wrote: On 5/8/20 10:38 AM, Robert Moskowitz wrote: On 5/8/20 1:33 PM, Samuel Sieb wrote: On 5/8/20 6:32 AM, Robert Moskowitz wrote: The workaround for me is the and then move the dialog with the mouse. For Gnome and possibly other desktops, it's the LOGO

Re: Working! - Re: user crontab

2020-05-08 Thread Samuel Sieb
On 5/8/20 10:58 AM, Mike Wright wrote: On 5/8/20 9:55 AM, Robert Moskowitz wrote: On 5/8/20 12:39 PM, Tim via users wrote: On Fri, 2020-05-08 at 06:56 -0400, Robert Moskowitz wrote: Plus I have always thought of this as a deficiency in cron on a workstation.  Cron should work (report in

Re: Working! - Re: user crontab

2020-05-08 Thread Mike Wright
On 5/8/20 9:55 AM, Robert Moskowitz wrote: On 5/8/20 12:39 PM, Tim via users wrote: On Fri, 2020-05-08 at 06:56 -0400, Robert Moskowitz wrote: Plus I have always thought of this as a deficiency in cron on a workstation.  Cron should work (report in this case) properly without needing

Re: LibreOffice print dialog too tall for my screen

2020-05-08 Thread Samuel Sieb
On 5/8/20 10:38 AM, Robert Moskowitz wrote: On 5/8/20 1:33 PM, Samuel Sieb wrote: On 5/8/20 6:32 AM, Robert Moskowitz wrote: The workaround for me is the and then move the dialog with the mouse. For Gnome and possibly other desktops, it's the LOGO key and drag. What is the LOGO key?

Re: LibreOffice print dialog too tall for my screen

2020-05-08 Thread Robert Moskowitz
On 5/8/20 1:33 PM, Samuel Sieb wrote: On 5/8/20 6:32 AM, Robert Moskowitz wrote: The workaround for me is the and then move the dialog with the mouse. For Gnome and possibly other desktops, it's the LOGO key and drag. What is the LOGO key? ___

Re: LibreOffice print dialog too tall for my screen

2020-05-08 Thread Samuel Sieb
On 5/8/20 6:32 AM, Robert Moskowitz wrote: The workaround for me is the and then move the dialog with the mouse. For Gnome and possibly other desktops, it's the LOGO key and drag. ___ users mailing list -- users@lists.fedoraproject.org To

Re: reading bluray data disk

2020-05-08 Thread Thomas Schmitt
Hi, Tim wrote: > Take it to a garage and give it an indirect blast of air Well, as long as the miracle cure lasts, i will try not to stirr up anything in the BD drive. But i applied to the worn-off DVD drive a few blows from a borrowed can of keyboard duster (half a pound of butane, ewww).

Re: Working! - Re: user crontab

2020-05-08 Thread Robert Moskowitz
On 5/8/20 12:39 PM, Tim via users wrote: On Fri, 2020-05-08 at 06:56 -0400, Robert Moskowitz wrote: Plus I have always thought of this as a deficiency in cron on a workstation. Cron should work (report in this case) properly without needing something else (MTA) installed. Does it though?

Re: VDQ Thumb drive software

2020-05-08 Thread Patrick O'Callaghan
On Fri, 2020-05-08 at 13:45 +, Beartooth wrote: > On Thu, 07 May 2020 13:44:11 -0700, Samuel Sieb wrote: > > > On 5/7/20 1:41 PM, Beartooth wrote: > > > I'm pretty sure the Fedora machine I want to use to put something > > > onto a thumb drive doesn't have the thumb drive software installed

Re: Working! - Re: user crontab

2020-05-08 Thread Tim via users
On Fri, 2020-05-08 at 06:56 -0400, Robert Moskowitz wrote: > Plus I have always thought of this as a deficiency in cron on a > workstation. Cron should work (report in this case) properly > without needing something else (MTA) installed. Does it though? There's always /var/log/cron. Or that

Re: reading bluray data disk

2020-05-08 Thread Tim via users
On Fri, 2020-05-08 at 17:53 +0200, Thomas Schmitt wrote: > My best guess is that some lint had settled on the blue beam lense. > (My best hope is that the lint isn't still roaming in the drive.) Brute force and ignorance approach: Take it to a garage and give it an indirect blast of air (from a

Re: Logwatch cron job

2020-05-08 Thread Tim via users
On Fri, 2020-05-08 at 08:23 -0400, Robert Moskowitz wrote: > This is a little more challenging when you don't have a mailer. If you don't want to run a mail server, you could do a different approach: Have a watchdog program monitor a /var/log/your-log-file and act upon it. -- uname -rsvp

Re: Need help with a weird kernel update panic.

2020-05-08 Thread Roger Heflin
A sync will flush the writes to the journal were the data is safe. It will not force a replay of the journal. Nothing except removing the journal from the ext4 filesystem will fix it. This is not a fedora bug, this is a long standing kernel/grub/filesystem interaction bug (all who use a

Re: reading bluray data disk

2020-05-08 Thread Thomas Schmitt
Hi, Steve Berg wrote: > Get this with either one of my data BD-R's or a commercial bluray movie > disk, Blade Runner in this case: > libburn : SORRY : Asynchronous SCSI error on waiting after START UNIT (+ > LOAD): [2 06 00] Drive not ready. No reference position found. The drive does not like

Re: Need help with a weird kernel update panic.

2020-05-08 Thread John Mellor
Interesting!  This machine does reboot in about 5secs and the other machines take longer, so it makes sense.  My /boot is mounted just like /home and / as follows:    /dev/sda1 on /boot type ext4 (rw,relatime,seclabel) I assume that a symple sync would flush the journal.  Its pretty easy to

Re: Logwatch cron job

2020-05-08 Thread Francis . Montagnac
On Fri, 08 May 2020 10:26:05 -0400 Robert Moskowitz wrote: > On 5/8/20 10:18 AM, francis.montag...@inria.fr wrote: >> By using 'systemctl restart' you invoked the later that do not use >> /etc/logwatch/conf/logwatch.conf ... > Ooops. > So to get things back to how they were: > systemctl stop

Re: reading bluray data disk

2020-05-08 Thread Steve Berg
On 5/8/20 10:11 AM, Thomas Schmitt wrote: Hi, Steve Berg wrote: I've got some data saved to blu-ray BD-R disks that won't read. [...] I'm positive it's a BluRay drive [...] Anyone have any idea what could cause this? You should try to find out whether it is a problem of medium and drive or of

Re: Working! - Re: user crontab

2020-05-08 Thread Robert Moskowitz
On 5/8/20 10:03 AM, Jon LaBadie wrote: On Thu, May 07, 2020 at 11:24:41PM -0700, Gordon Messmer wrote: On 5/7/20 10:44 PM, Jon LaBadie wrote: In my mail files each message is followed by a blank line before the next "From_" line. Is that a requirement of mbox format? If so, it may be

Re: reading bluray data disk

2020-05-08 Thread Thomas Schmitt
Hi, Steve Berg wrote: > I've got some data saved to blu-ray BD-R disks that won't read. > [...] I'm positive it's a BluRay drive [...] > Anyone have any idea what could cause this? You should try to find out whether it is a problem of medium and drive or of the potentially present filesystem.

Re: Need help with a weird kernel update panic.

2020-05-08 Thread Roger Heflin
What you are saying does not exactly match what I have previously seen, but there is a known feature with using a journaling filesystem (ext4-journal, or xfs) for /boot, if only the journal is updated and if it is not yet replayed into the non-journal then grub will not be able to find the new

Re: Working now - Re: Pigdin account config files

2020-05-08 Thread Robert Moskowitz
ARGH I blame my dyslexia.  :)' really!  I am Mr. Malaprop; my wife has had to put up with it for 40+ years... On 5/8/20 10:49 AM, John Pilkington wrote: On 07/05/2020 22:34, Robert Moskowitz wrote: Perhaps I did not fully shut it down when I installed the purple rpms. Anyway working. 

Re: Working now - Re: Pigdin account config files

2020-05-08 Thread John Pilkington
On 07/05/2020 22:34, Robert Moskowitz wrote: Perhaps I did not fully shut it down when I installed the purple rpms. Anyway working.  thanks for the help, and I updated my notes for next year! Just a comment, intended to be helpful: All your posts in this thread have been about 'pigdin'. I

Re: reading bluray data disk

2020-05-08 Thread Steve Berg
On 5/8/20 9:21 AM, Tom Horsley wrote: On Fri, 8 May 2020 09:10:22 -0500 Steve Berg wrote: Anyone have any idea what could cause this? Linux shouldn't need any extra software to read a BD-R data disk, so the drive dying or the disk dying over time are the most likely issues. I've tried 5 or

Re: Logwatch cron job

2020-05-08 Thread Robert Moskowitz
On 5/8/20 10:18 AM, francis.montag...@inria.fr wrote: Hi. On Fri, 08 May 2020 09:51:13 -0400 Robert Moskowitz wrote: May 8 03:27:17 lx140e run-parts[66530]: (/etc/cron.daily) finished 0logwatch So it looks like I need to modify /etc/logwatch/conf/logwatch.conf with mailer =

Re: reading bluray data disk

2020-05-08 Thread Tom Horsley
On Fri, 8 May 2020 09:10:22 -0500 Steve Berg wrote: > Anyone have > any idea what could cause this? Linux shouldn't need any extra software to read a BD-R data disk, so the drive dying or the disk dying over time are the most likely issues. ___ users

Re: Logwatch cron job

2020-05-08 Thread Francis . Montagnac
Hi. On Fri, 08 May 2020 09:51:13 -0400 Robert Moskowitz wrote: >> May 8 03:27:17 lx140e run-parts[66530]: (/etc/cron.daily) finished 0logwatch >> So it looks like I need to modify /etc/logwatch/conf/logwatch.conf with >> mailer = "/usr/local/mycron" >> And see what happens next. > # cat

Re: reading bluray data disk

2020-05-08 Thread Richard Shaw
On Fri, May 8, 2020 at 9:11 AM Steve Berg wrote: > I've got some data saved to blu-ray BD-R disks that won't read. Loading > a video DVD works, the system mounts it and I can see the files. But > when I pop in one of these BD-R disks nothing, the system doesn't see > the media at all. I'm

reading bluray data disk

2020-05-08 Thread Steve Berg
I've got some data saved to blu-ray BD-R disks that won't read. Loading a video DVD works, the system mounts it and I can see the files.  But when I pop in one of these BD-R disks nothing, the system doesn't see the media at all.  I'm positive it's a BluRay drive, pretty sure it's the same

Re: Working! - Re: user crontab

2020-05-08 Thread Jon LaBadie
On Thu, May 07, 2020 at 11:24:41PM -0700, Gordon Messmer wrote: > On 5/7/20 10:44 PM, Jon LaBadie wrote: > > In my mail files each message is followed by a blank line > > before the next "From_" line. Is that a requirement of > > mbox format? If so, it may be necessary to add it to > > the

Re: Logwatch cron job

2020-05-08 Thread Robert Moskowitz
On 5/8/20 8:23 AM, Robert Moskowitz wrote: This is a little more challenging when you don't have a mailer.  I see it ran: May  8 03:01:02 lx140e anacron[66134]: Anacron started on 2020-05-08 May  8 03:01:02 lx140e anacron[66134]: Will run job `cron.daily' in 26 min. May  8 03:01:02 lx140e

Need help with a weird kernel update panic.

2020-05-08 Thread John Mellor
I have one completely stock workstation F32 machine where kernel updates almost always cause a multiple-reboot panic problem.  This problem also occurred on F31, but not on releases before that. I'm stumped and need some help in figuring it out. The symptoms vary in the number of reboots and

Re: VDQ Thumb drive software

2020-05-08 Thread Beartooth
On Thu, 07 May 2020 13:44:11 -0700, Samuel Sieb wrote: > On 5/7/20 1:41 PM, Beartooth wrote: >> I'm pretty sure the Fedora machine I want to use to put something >> onto a thumb drive doesn't have the thumb drive software installed to >> do so. But I've searched dnfdragora up one side and

Re: LibreOffice print dialog too tall for my screen

2020-05-08 Thread Robert Moskowitz
Thanks for the pointer. The workaround for me is the and then move the dialog with the mouse. On 5/8/20 8:58 AM, Ted Roche wrote: Robert: It appears to be this bug: https://bugs.documentfoundation.org/show_bug.cgi?id=128495 There are patches in the pipeline for LibreOffice 6.4.x or

Re: LibreOffice print dialog too tall for my screen

2020-05-08 Thread Ted Roche
Robert: It appears to be this bug: https://bugs.documentfoundation.org/show_bug.cgi?id=128495 There are patches in the pipeline for LibreOffice 6.4.x or 6.5.x and some suggested workarounds, depending on your configuration. On Wed, May 6, 2020 at 9:57 PM Robert Moskowitz wrote: > Found that

[389-users] Re: replication problems

2020-05-08 Thread Alberto Viana
William, It's suppose to be production, but once it's not working (the replication) I just left one 389 as main server, so I can do any test as I want. I have no idea how to do that, can you point me in the right direction? Thanks Alberto Viana On Thu, May 7, 2020 at 9:09 PM William Brown

Logwatch cron job

2020-05-08 Thread Robert Moskowitz
This is a little more challenging when you don't have a mailer.  I see it ran: May  8 03:01:02 lx140e anacron[66134]: Anacron started on 2020-05-08 May  8 03:01:02 lx140e anacron[66134]: Will run job `cron.daily' in 26 min. May  8 03:01:02 lx140e anacron[66134]: Jobs will be executed

Re: Working! - Re: user crontab

2020-05-08 Thread Robert Moskowitz
On 5/8/20 6:04 AM, Tim via users wrote: On Fri, 2020-05-08 at 01:44 -0400, Jon LaBadie wrote: In my mail files each message is followed by a blank line before the next "From_" line. Is that a requirement of mbox format? If so, it may be necessary to add it to the crontab output. It's how

Re: Working! - Re: user crontab

2020-05-08 Thread Francis . Montagnac
Hi. On Fri, 08 May 2020 06:56:58 -0400 Robert Moskowitz wrote: > On 5/8/20 2:08 AM, Cameron Simpson wrote: >> You _do_ need to ensure the message at least ends with a newline, of >> the From_ won't be at the start of a line. So the previously posted >> script ensures that with the "echo" in

Re: Working! - Re: user crontab

2020-05-08 Thread Robert Moskowitz
On 5/8/20 2:24 AM, Gordon Messmer wrote: On 5/7/20 10:44 PM, Jon LaBadie wrote: In my mail files each message is followed by a blank line before the next "From_" line.  Is that a requirement of mbox format?  If so, it may be necessary to add it to the crontab output. Yes, it's a

Re: Working! - Re: user crontab

2020-05-08 Thread Robert Moskowitz
On 5/8/20 2:08 AM, Cameron Simpson wrote: On 08May2020 01:44, Jon LaBadie wrote: On Fri, May 08, 2020 at 09:57:33AM +1000, Cameron Simpson wrote: On 07May2020 15:01, Robert Moskowitz wrote: > /ustr/sbin/mycron: > #!/bin/sh > > currentDate="$(date +'%a %b %d %T %Y')" > echo "From

Re: user crontab

2020-05-08 Thread Robert Moskowitz
On 5/8/20 1:16 AM, Tim via users wrote: On Thu, 2020-05-07 at 09:09 -0500, Roger Heflin wrote: In general if you set up the cronjobs to redirect stdout and stderr to a file then typically there is nothing to email. Just thinking out loud: If your scripts generate their own logs, you see the

Re: LibreOffice print dialog too tall for my screen

2020-05-08 Thread George N. White III
On Wed, 6 May 2020 at 22:54, Robert Moskowitz wrote: > F30 with Xfce > > Screen size 1280 x 768 > > The dialog goes from just below the top panel to below the bottom of the > screen so the print button is lost. > > I cannot resize this dialog. It is locked. I cannot get it to move up > the

Re: /etc/sysconfig/network-scripts/ifcfg-* not read after upgrade to F32

2020-05-08 Thread Tim via users
On Fri, 2020-05-08 at 00:23 -0700, Samuel Sieb wrote: > It's a standard, but I don't think NetworkManager will switch to it > automatically. However, there is an option in the network settings > to pick "link-local" which is that. As far as I recall, if you boot up an unconfigured / default

Re: Working! - Re: user crontab

2020-05-08 Thread Tim via users
On Fri, 2020-05-08 at 01:44 -0400, Jon LaBadie wrote: > In my mail files each message is followed by a blank line > before the next "From_" line. Is that a requirement of > mbox format? If so, it may be necessary to add it to > the crontab output. It's how mbox works, each email is concatenated

Re: Killing existing connections with firewall-cmd (F31)

2020-05-08 Thread Thorsten Schubert
On Thu, May 7, 2020 at 12:12 AM Sam Varshavchik wrote: > Is there a way with firewall-cmd to /really/ block an IP address, new or > established connections, or is manually adding an iptables rule my only > option? You can bypass connection tracking for dropping existing connections by adding a

Re: /etc/sysconfig/network-scripts/ifcfg-* not read after upgrade to F32

2020-05-08 Thread Samuel Sieb
On 5/8/20 12:04 AM, John M. Harris Jr wrote: On Thursday, May 7, 2020 10:27:29 PM MST Tim via users wrote: In the absense of DHCP, there's autoconfig, where each device randomly picks an IP out of the link-local 169.254.0.0 to 169.254.255.255 range of addresses, checks to see if it's not

Re: /etc/sysconfig/network-scripts/ifcfg-* not read after upgrade to F32

2020-05-08 Thread Tom H
On Thu, May 7, 2020 at 8:52 PM Samuel Sieb wrote: > On 5/7/20 9:08 AM, Tom H wrote: >> On Thu, May 7, 2020 Tom Horsley wrote: >>> On Wed, 06 May 2020 John M. Harris Jr wrote: This solved it, thank you! >>> >>> If that solved it, you may not actually be using NetworkManager. >>> I have no

Re: /etc/sysconfig/network-scripts/ifcfg-* not read after upgrade to F32

2020-05-08 Thread John M. Harris Jr
On Thursday, May 7, 2020 10:27:29 PM MST Tim via users wrote: > Tim: > > >> When you're installing a system, Anaconda gives you the chance to > >> manually configure some network details *for* the installation > >> routine to use during installation. These settings are temporary, > >> they don't

Re: Acronyms - Just for fun

2020-05-08 Thread David
FPCA = Fedora Project Contributor Agreement ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/

Re: Acronyms - Just for fun

2020-05-08 Thread Samuel Sieb
On 5/7/20 11:10 PM, David wrote: PR = Provision Request ???         ( relating to packaging ) Pull Request VCS = ?? ( relating to new proposed fonts ) Possibly "Version Control System" which is something like git, mercurial, or cvs ___ users

Re: Working! - Re: user crontab

2020-05-08 Thread Gordon Messmer
On 5/7/20 10:44 PM, Jon LaBadie wrote: In my mail files each message is followed by a blank line before the next "From_" line. Is that a requirement of mbox format? If so, it may be necessary to add it to the crontab output. Yes, it's a requirement of the format.  That's why there's an

Acronyms - Just for fun

2020-05-08 Thread David
I have not yet seen a wiki or place where it is super easy to find acronyms that are used in writing by some Fedora developers in random articles: Here are some examples, ( some of which may be obscure or just informally used to simplify an article or antiquated or obsolete, etc. ): AMA = Ask

Re: Working! - Re: user crontab

2020-05-08 Thread Cameron Simpson
On 08May2020 01:44, Jon LaBadie wrote: On Fri, May 08, 2020 at 09:57:33AM +1000, Cameron Simpson wrote: On 07May2020 15:01, Robert Moskowitz wrote: > /ustr/sbin/mycron: > #!/bin/sh > > currentDate="$(date +'%a %b %d %T %Y')" > echo "From cron@localhost  "$currentDate >> /var/spool/mail/$USER