Re: Cron sometimes starts two jobs from the same crontab entry

2020-04-08 Thread Francis . Montagnac
Hi On Tue, 07 Apr 2020 07:07:36 +0100 Terry Barnaby wrote: > # Min Hour Day Month WeekDay > # Perform incremental backup to every work day > 01 23 * * 1 root /src/bbackup/bbackup-beam > 01 23 * * 2 root /src/bbackup/bbackup-beam > 01 23 * * 3 root /src/bbackup/bbackup-beam > 01 23 * * 4 root /s

Re: Custom ISO won't boot to Fedora

2020-04-08 Thread Sreyan Chakravarty
> On 4/8/20 11:03 AM, Sreyan Chakravarty wrote: > > Yes. > > > Gnome Disks is expecting a disk and the .iso file looks like one: > # file Fedora-Workstation-Live-x86_64-31-1.9.iso > Fedora-Workstation-Live-x86_64-31-1.9.iso: DOS/MBR boot sector; > partition 2 : ID=0xef, start-CHS (0x3ff,254,63)

Re: Blocking login attempts by country

2020-04-08 Thread Richard Shaw
On Wed, Apr 8, 2020 at 9:28 AM Jamie Fargen wrote: > Richard- > > Consider using fail2ban, it will grok your logs, and block specific ip > addresses based on previous failures. > > Yes, if you note in the original post, I'm already using fail2ba, but in taking note of the most frequent offenders

Re: Move files into storage device -

2020-04-08 Thread Ed Greshko
On 2020-04-09 07:33, Bob Goodwin wrote: > > > On 2020-04-08 16:40, Ed Greshko wrote: >> This all sounds as if you're not directly talking with the "device" when >> using the " WD Mycloud browser page". >> >> What is the URL you use for the "browser page"? >> >> Can you login to the "device" if you

Curious: Hang at open trying to rip dvd?

2020-04-08 Thread Tom Horsley
Anyone else experienced this: I have a nice modern LG WH16NS40 Blu-ray rewriter, and a nice modern computer case with zero drive bays, so I got an OWC external drive case with sata -> usb3 to hold the drive. Everything I've tried works like a champ on this drive except trying to rip a DVD. It han

Re: Move files into storage device -

2020-04-08 Thread Bob Goodwin
On 2020-04-08 16:40, Ed Greshko wrote: This all sounds as if you're not directly talking with the "device" when using the " WD Mycloud browser page". What is the URL you use for the "browser page"? Can you login to the "device" if you usehttp://192.168.2.202   ? ° $ grep fuse /etc/group fus

Re: Cron sometimes starts two jobs from the same crontab entry

2020-04-08 Thread Cameron Simpson
On 08Apr2020 14:54, Terry Barnaby wrote: Note this has happened a few times this year, (approx 1 in 64 x) so not related to DST changes anyway. Might be due to chrony clock resyncs I suppose but I think something stranger is going on here or something silly and obvious in what I am doing. I

Re: Cron sometimes starts two jobs from the same crontab entry

2020-04-08 Thread Cameron Simpson
On 08Apr2020 07:52, Ed Greshko wrote: On 2020-04-08 07:27, Cameron Simpson wrote: On 07Apr2020 07:07, Terry Barnaby wrote: 01 23 * * 1 root /src/bbackup/bbackup-beam [...] 1:23am. Do not the timezone shifts happen at 2am (avoids horrible day changes if it happened at 12am). So 1:23am can h

Re: Move files into storage device -

2020-04-08 Thread George N. White III
On Wed, 8 Apr 2020 at 17:14, Ed Greshko wrote: > On 2020-04-09 03:20, George N. White III wrote: > > On Wed, 8 Apr 2020 at 15:54, Bob Goodwin > wrote: > > > > > > > > On 2020-04-08 12:05, George N. White III wrote: > > > CHeck that your "id" include the fuse group.

Re: Move files into storage device -

2020-04-08 Thread Ed Greshko
On 2020-04-08 23:35, Bob Goodwin wrote: > bobg]# mount_afp afp://my_mycloud_username:12345678@192.168.2.202/aux > /mnt/test > Mounting 192.168.2.202 from aux on /mnt/test > Login error: Authentication failed > > > Those user credentials work with the WD Mycloud browser page and provide > access t

Re: Move files into storage device -

2020-04-08 Thread Ed Greshko
On 2020-04-09 03:20, George N. White III wrote: > On Wed, 8 Apr 2020 at 15:54, Bob Goodwin > wrote: > > > > On 2020-04-08 12:05, George N. White III wrote: > > CHeck that your "id" include the fuse group. > ° > I guess that means I need to add bobg to

Re: Move files into storage device -

2020-04-08 Thread George N. White III
On Wed, 8 Apr 2020 at 15:54, Bob Goodwin wrote: > > > On 2020-04-08 12:05, George N. White III wrote: > > CHeck that your "id" include the fuse group. > ° > I guess that means I need to add bobg to the fuse group. /n the past I > would manage to muddle through using the user-group gui, now I am l

Re: Custom ISO won't boot to Fedora

2020-04-08 Thread Thomas Schmitt
Hi, i wrote falsely: > $ sudo -P -f Fedora-Workstation-Live-x86_64-31-1.9.iso That should of course have been a losetup run: sudo losetup -P -f Fedora-Workstation-Live-x86_64-31-1.9.iso Have a nice day :) Thomas ___ users mailing list -- users@l

Re: Move files into storage device -

2020-04-08 Thread Bob Goodwin
On 2020-04-08 12:05, George N. White III wrote:  CHeck that your "id" include the fuse group. ° I guess that means I need to add bobg to the fuse group. /n the past I would manage to muddle through using the user-group gui, now I am lost. I see commands like groupadd fuse but not sure of how

Re: Custom ISO won't boot to Fedora

2020-04-08 Thread Thomas Schmitt
Hi, Sreyan Chakravarty wrote: > xorriso -dev Fedora-Workstation-Live-x86_64-31-1.9.iso -boot_image any keep > -map /home/sreyan/anaconda-ks.cfg /isolinux/anacondaks.cfg Looks ok. But see below for a variation that pleases GNOME Disks. First some diagnosis: > double clicking in GNOME File Manage

Re: Custom ISO won't boot to Fedora

2020-04-08 Thread Samuel Sieb
On 4/8/20 11:03 AM, Sreyan Chakravarty wrote: So if I put the image into a USB can I boot it ? Yes. My question is that why can't GNOME disks mount it ? Gnome Disks is expecting a disk and the .iso file looks like one: # file Fedora-Workstation-Live-x86_64-31-1.9.iso Fedora-Workstation-Live

Re: Custom ISO won't boot to Fedora

2020-04-08 Thread Sreyan Chakravarty
So if I put the image into a USB can I boot it ? My question is that why can't GNOME disks mount it ? On Wed, Apr 8, 2020 at 10:36 PM Samuel Sieb wrote: > On 4/8/20 9:57 AM, Sreyan Chakravarty wrote: > > It ran perfectly, but when I tried mounting the now modified ISO image > > by double clicki

Re: Cron sometimes starts two jobs from the same crontab entry

2020-04-08 Thread Joe Zeff
On 04/08/2020 06:21 AM, Patrick O'Callaghan wrote: I don't know how it works where you live, but in the UK the autumn switch occurs at 2am, which reverts back to being 1am. Thus a time such as 1:30am occurs twice, and events programmed for that time can be triggered twice. It's the same in the

Re: remind

2020-04-08 Thread David A. De Graaf
On Tue, Apr 07, 2020 at 07:12:45PM -0400, Bob Goodwin wrote: > > > On 2020-04-07 17:29, David A. De Graaf wrote: > > What's happened to the remind and tkremind packages? > > > > I just discovered, to my horror, they're not available in Fedora 31. > > I'm going to have to contend with a lot of un

Re: Virtual Box not loading vboxdrv on Clean install of Fedora 31

2020-04-08 Thread stan via users
On Wed, 08 Apr 2020 16:23:49 +1000 "Michael D. Setzer II via users" wrote: > Just wondering, why couldn't the Virtualbox moduals be signed with > the same configuration as the regular Fedora kernels? Since the EFI > boots the linux kernels, that system is already working, so why would > one need

Re: Custom ISO won't boot to Fedora

2020-04-08 Thread Samuel Sieb
On 4/8/20 9:57 AM, Sreyan Chakravarty wrote: It ran perfectly, but when I tried mounting the now modified ISO image by double clicking in GNOME File Manager which uses GNOME Disks to mount ISO files I get the error: Error mounting /dev/loop0p1 at /run/media/sreyan/Fedora-WS-Live-31-1-9: can't

Re: Custom ISO won't boot to Fedora

2020-04-08 Thread Sreyan Chakravarty
Sorry I forgot to attach the dmesg log: [ 591.907687] loop: module loaded [ 591.916803] loop0: p1 p2 p3 [ 592.293941] ISOFS: unable to read i-node block [ 592.293945] isofs_fill_super: get root inode failed [ 593.806597] ISOFS: unable to read i-node block [ 593.806600] isofs_fill_super: get

Re: Custom ISO won't boot to Fedora

2020-04-08 Thread Sreyan Chakravarty
Its not everyday that I have the honor of talking to an actual developer for a GNU utility. I am extremely lucky, grateful and honored to have your input on my problem. Thank you so much for that. The idea of using multi-session to add the file to the ISO image is genius by the way. There is howe

Re: Move files into storage device -

2020-04-08 Thread George N. White III
On Wed, 8 Apr 2020 at 12:37, Bob Goodwin wrote: > > > On 2020-04-05 08:24, Ed Greshko wrote: > > FWIW, I just enabled afp on my synology NAS and installed the fuse-afp > on my linux system. > > Then. > > > > [egreshko@f31k ~]$ mount_afpafp://myusername:mypasswd@192.168.1.142/aux > apple > > T

Re: Move files into storage device -

2020-04-08 Thread Bob Goodwin
On 2020-04-05 08:24, Ed Greshko wrote: FWIW, I just enabled afp on my synology NAS and installed the fuse-afp on my linux system. Then. [egreshko@f31k ~]$ mount_afpafp://myusername:mypasswd@192.168.1.142/aux apple The afpfs daemon does not appear to be running for uid 1026, let me start

Re: EXTERNAL: Re: alacarte in fc32

2020-04-08 Thread Saša Janiška
On Tue, 7 Apr 2020 23:24:49 +0200 "Patrick Dupre" wrote: > menulibre ? It's also not available, afaict. Sincerely, Gour -- You have a right to perform your prescribed duty, but you are not entitled to the fruits of action. Never consider yourself the cause of the results of your activities,

Re: Cron sometimes starts two jobs from the same crontab entry

2020-04-08 Thread Ed Greshko
On 2020-04-08 21:37, Patrick O'Callaghan wrote: > On Wed, 2020-04-08 at 20:28 +0800, Ed Greshko wrote: >>> I don't know how it works where you live, but in the UK the autumn >>> switch occurs at 2am, which reverts back to being 1am. Thus a time such >>> as 1:30am occurs twice, and events programmed

Re: Blocking login attempts by country

2020-04-08 Thread Jamie Fargen
Richard- Consider using fail2ban, it will grok your logs, and block specific ip addresses based on previous failures. Regards, -Jamie On Tue, Apr 7, 2020 at 12:27 AM Ed Greshko wrote: > On 2020-04-05 21:36, Richard Shaw wrote: > > I got tired of repeated SSH attempts and honest for my home n

Re: Cron sometimes starts two jobs from the same crontab entry

2020-04-08 Thread Terry Barnaby
On 08/04/2020 14:37, Patrick O'Callaghan wrote: On Wed, 2020-04-08 at 20:28 +0800, Ed Greshko wrote: I don't know how it works where you live, but in the UK the autumn switch occurs at 2am, which reverts back to being 1am. Thus a time such as 1:30am occurs twice, and events programmed for that t

Re: Cron sometimes starts two jobs from the same crontab entry

2020-04-08 Thread Patrick O'Callaghan
On Wed, 2020-04-08 at 20:28 +0800, Ed Greshko wrote: > > I don't know how it works where you live, but in the UK the autumn > > switch occurs at 2am, which reverts back to being 1am. Thus a time such > > as 1:30am occurs twice, and events programmed for that time can be > > triggered twice. > > >

Re: Cron sometimes starts two jobs from the same crontab entry

2020-04-08 Thread Ed Greshko
On 2020-04-08 20:21, Patrick O'Callaghan wrote: > On Wed, 2020-04-08 at 17:06 +0800, Ed Greshko wrote: >> On 2020-04-08 16:56, Patrick O'Callaghan wrote: >>> On Wed, 2020-04-08 at 07:52 +0800, Ed Greshko wrote: On 2020-04-08 07:27, Cameron Simpson wrote: > On 07Apr2020 07:07, Terry Barnaby

Re: Cron sometimes starts two jobs from the same crontab entry

2020-04-08 Thread Patrick O'Callaghan
On Wed, 2020-04-08 at 20:11 +0800, Ed Greshko wrote: >If time was adjusted one hour forward, those jobs that would have run > in >the interval that has been skipped will be run immediately. > Conversely, >if time was adjusted backward, running the same job twice is avoide

Re: Cron sometimes starts two jobs from the same crontab entry

2020-04-08 Thread Patrick O'Callaghan
On Wed, 2020-04-08 at 17:06 +0800, Ed Greshko wrote: > On 2020-04-08 16:56, Patrick O'Callaghan wrote: > > On Wed, 2020-04-08 at 07:52 +0800, Ed Greshko wrote: > > > On 2020-04-08 07:27, Cameron Simpson wrote: > > > > On 07Apr2020 07:07, Terry Barnaby wrote: > > > > > 01 23 * * 1 root /src/bbackup

Re: Cron sometimes starts two jobs from the same crontab entry

2020-04-08 Thread Ed Greshko
On 2020-04-08 20:01, Andy Paterson via users wrote: > I understood crontab used UTC time - daylight saving shouldn't apply > Not unless you set the CRON_TZ variable.  Also, if that were the case then the man page wouldn't need to tell you    Daylight Saving Time and other time changes   

Re: Cron sometimes starts two jobs from the same crontab entry

2020-04-08 Thread Andy Paterson via users
I understood crontab used UTC time - daylight saving shouldn't apply > On 8 Apr 2020, at 10:07, Ed Greshko wrote: > > On 2020-04-08 16:56, Patrick O'Callaghan wrote: >>> On Wed, 2020-04-08 at 07:52 +0800, Ed Greshko wrote: >>> On 2020-04-08 07:27, Cameron Simpson wrote: On 07Apr2020 07:07,

Re: Cron sometimes starts two jobs from the same crontab entry

2020-04-08 Thread Ed Greshko
On 2020-04-08 16:56, Patrick O'Callaghan wrote: > On Wed, 2020-04-08 at 07:52 +0800, Ed Greshko wrote: >> On 2020-04-08 07:27, Cameron Simpson wrote: >>> On 07Apr2020 07:07, Terry Barnaby wrote: 01 23 * * 1 root /src/bbackup/bbackup-beam >>> [...] >>> >>> 1:23am. Do not the timezone shifts ha

Re: Cron sometimes starts two jobs from the same crontab entry

2020-04-08 Thread Patrick O'Callaghan
On Wed, 2020-04-08 at 07:52 +0800, Ed Greshko wrote: > On 2020-04-08 07:27, Cameron Simpson wrote: > > On 07Apr2020 07:07, Terry Barnaby wrote: > > > 01 23 * * 1 root /src/bbackup/bbackup-beam > > [...] > > > > 1:23am. Do not the timezone shifts happen at 2am (avoids horrible day > > changes if