downloading a complete web page without using a browser...

2021-07-03 Thread dwoody5654
I have been using a shell script called save-page-as.sh to download a complete web page. This has been working as expected. The relevant line the the script is: "${browser}" "-new-window" "${url}" &>/dev/null I now need the ability to run this program or another program via email to my computer

Canon MF642Cdw works as expected on F32 but fails on F33

2021-04-16 Thread dwoody5654
I was able to print and scan from Fedora 32 but when I upgraded to Fedora 33, cups shows "waiting for printer to become available". I am using the driver from Canon: linux-UFRII-drv-v520-usen-05.tar.gz. The install.sh that is included looks for the following packages: libjpeg-turbo beecrypt

F27 Beta install issue for existing RAID1

2017-09-27 Thread dwoody5654
I used F27 beta 1.3 to test if it would work a my computer with an existing RAID1. As it got to the install screen there was an error 'Device is already in tree'. There are three reports on bugzilla about RAID issues but it does not seem like they are related to the error message I am getting.

Re: Installing F26; Question about ks.cfg when raid1 is used

2017-08-19 Thread dwoody5654
On Wed, 9 Aug 2017 14:27:07 -0700 Rick Stevens wrote: > On 08/09/2017 12:08 PM, D wrote: > > On Wed, 9 Aug 2017 12:00:00 -0700 > > Rick Stevens wrote: > > > >> On 08/09/2017 11:52 AM, D wrote: > >>> When I boot into the install there is an error

Re: using rex (rexify) soes not do a command properly...

2016-05-17 Thread dwoody5654
On 05/17/2016 12:54 PM, Rick Stevens wrote: On 05/17/2016 10:43 AM, dwoody5654 wrote: I use Rex to maintain remote servers. Using Rex to do a upgrade on the remote server using the following commands does not work: yum -y upgrade vim-X11-2:7.4.1718-1.fc22 yum -y upgrade vim-common-2:7.4.1718-1

using rex (rexify) soes not do a command properly...

2016-05-17 Thread dwoody5654
I use Rex to maintain remote servers. Using Rex to do a upgrade on the remote server using the following commands does not work: yum -y upgrade vim-X11-2:7.4.1718-1.fc22 yum -y upgrade vim-common-2:7.4.1718-1.fc22 yum -y upgrade vim-enhanced-2:7.4.1718-1.fc22 yum -y upgrade

Re: sed regex oddness

2016-05-04 Thread dwoody5654
On 05/04/2016 12:44 AM, Philip Rhoades wrote: People, This behaves as expected: echo 'This is a test 12335 and 669384 535xy4' | sed 's/[0-9]*//g' but I would expect this: echo 'This is a test 12335 and 669384 535xy4' | sed 's/[0-9]*//' to delete the first string of digits but it doesn't

Re: dnf system-upgrade fails with key verification

2015-12-18 Thread dwoody5654
On 12/18/2015 06:19 PM, Joe Zeff wrote: On 12/18/2015 04:13 PM, Kevin Fenzi wrote: You could use fedup to go from 20->21 and then dnf system-upgrade from there. Every time I've tried fedup on this box I've spent several days at a CLI cleaning things up just to get a GUI. Or perhaps it

Re: using an OS tree to do remote install fails

2015-12-16 Thread dwoody5654
On 12/16/2015 12:02 PM, Gordon Messmer wrote: On Tue, Dec 15, 2015 at 1:09 PM, dwoody5654 <dwoody5...@gmail.com> wrote: The documentation says the following: harddrive Install from a tree or full installation ISO image on a local hard drive. The tree or ISO image must be on a file

Re: using an OS tree to do remote install fails

2015-12-15 Thread dwoody5654
On 12/15/2015 03:31 PM, Gordon Messmer wrote: On 12/15/2015 01:09 PM, dwoody5654 wrote: Is there documentation elsewhere that has more details on the use of an OS tree? Are you specifying --dir relative to /home, or did you include "/home" in the path? I tried using /home as part o

Re: using an OS tree to do remote install fails

2015-12-15 Thread dwoody5654
On 12/15/2015 04:20 PM, cs wrote: On 12/15/2015 03:20 PM, Rick Stevens wrote: On 12/15/2015 01:09 PM, dwoody5654 wrote: I have been using the following with no problems: url --url http://mirrors.kernel.org/fedora/releases/22/Everything/i386/os/ However, One computer I need to upgrade

using an OS tree to do remote install fails

2015-12-15 Thread dwoody5654
I have been using the following with no problems: url --url http://mirrors.kernel.org/fedora/releases/22/Everything/i386/os/ However, One computer I need to upgrade is in another city and in an area that has power outages on occasion but It has battery backup. During a netinstall, if the power

Re: A reliable ocr program for Fedora

2015-12-15 Thread dwoody5654
On 12/15/2015 03:00 PM, Tom Horsley wrote: If you have pdf files with actual characters, the pdftotext tool works well for extracting the text (though not necessarily the layout). there is an option: -layout It does a good job with preserving the layout. David As far as doing OCR from actual

Re: using an OS tree to do remote install fails

2015-12-15 Thread dwoody5654
On 12/15/2015 06:13 PM, Rick Stevens wrote: On 12/15/2015 02:22 PM, dwoody5654 wrote: On 12/15/2015 04:20 PM, cs wrote: On 12/15/2015 03:20 PM, Rick Stevens wrote: On 12/15/2015 01:09 PM, dwoody5654 wrote: I have been using the following with no problems: url --url http://mirrors.kernel.org

Re: After a power cut my machine cannot boot

2015-09-09 Thread dwoody5654
On 09/09/2015 01:58 PM, Paul Smith wrote: On Wed, Sep 9, 2015 at 7:26 PM, Joe Zeff wrote: on a F21 machine, there occured a power cut. And now I cannot boot the machine, and when I use the rescue mode and try to run again yum update I know I'm coming in late, and judging from

Solved Re: window displays with black/white blocks running a java program

2015-08-22 Thread dwoody5654
On 08/19/2015 08:41 PM, Fred Smith wrote: On Wed, Aug 19, 2015 at 03:37:12PM -0500, dwoody5654 wrote: On 08/19/2015 03:01 PM, Fred Smith wrote: On Wed, Aug 19, 2015 at 02:37:56PM -0500, dwoody5654 wrote: I have F21 but it also did the same thing on F20. I use the java program thinkorswim from

window displays with black/white blocks running a java program

2015-08-19 Thread dwoody5654
I have F21 but it also did the same thing on F20. I use the java program thinkorswim from TDAmeritrade. From the desktop computer, the program works correctly. The laptop computer has a problem. The first screen displays correctly. The second screen that is for logging in has a lot of vertical

Re: window displays with black/white blocks running a java program

2015-08-19 Thread dwoody5654
On 08/19/2015 03:01 PM, Fred Smith wrote: On Wed, Aug 19, 2015 at 02:37:56PM -0500, dwoody5654 wrote: I have F21 but it also did the same thing on F20. I use the java program thinkorswim from TDAmeritrade. From the desktop computer, the program works correctly. The laptop computer has

Re: no /dev/root when doing remote install using the netinstall iso...

2015-08-12 Thread dwoody5654
On 08/12/2015 03:22 PM, Ed Greshko wrote: On 08/13/15 01:21, dwoody5654 wrote: netinstall 23-Alpha F23 Alpha questions should be addressed to the test list. Thanks, just posted to test. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https

no /dev/root when doing remote install using the netinstall iso...

2015-08-12 Thread dwoody5654
I downloaded the netinstall 23-Alpha from http://mirrors.kernel.org/fedora/releases/test/23_Alpha/Server/i386/iso/. The grub menu I created is: menuentry 'Remote Install' { set root='hd0,msdos1' echo'Loading Linux' linux /boot/vmlinuz-remote

Remote install of F21 will not let me ssh to computer...

2015-07-24 Thread dwoody5654
I am installing F21 to several remote computers. In the grub.cfg menu I added 'inst.sshd' and added sshpw and text mode to ks.cfg so that I could login and monitor the install process. I have done this on several computers that are in an other city and I can't login during the install or after

Re: dnf update vs Software Udpates

2015-07-22 Thread dwoody5654
On 07/22/2015 09:41 PM, Ralf Corsepius wrote: On 07/22/2015 09:32 PM, Ron Yorston wrote: Matthew Miller mat...@fedoraproject.org wrote: On Wed, Jul 22, 2015 at 07:20:11PM +0100, Ron Yorston wrote: I certainly get the impression that dnf tells me about updates less frequently than yum did. It

Re: Silencing auditd in fedora22

2015-07-18 Thread dwoody5654
On 07/18/2015 06:08 PM, Alex wrote: Hi, Since upgrading from fedora22, auditd is drowning /var/log/messages with useless information such as this: Jul 18 19:02:19 orion audit: audit-2404 pid=6002 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server

Re: F20 - F21 netinstall raid1 does not find /dev/root

2015-07-12 Thread dwoody5654
On 07/12/2015 01:37 PM, Chris Murphy wrote: On Sun, Jul 12, 2015 at 10:33 AM, dwoody5654 dwoody5...@gmail.com wrote: I have done several netinstalls on other computers with no problem. However, the computer I am having a problem with has raid1. For the set root entry I have tried: copied set

F20 - F21 netinstall raid1 does not find /dev/root

2015-07-12 Thread dwoody5654
I have done several netinstalls on other computers with no problem. However, the computer I am having a problem with has raid1. For the set root entry I have tried: copied set root from other menu entries set root='hd0,msdos1' When the error message no /dev/root drops to dracut I have done 'ls -l

Re: iptables with logging vs denyhosts

2015-07-07 Thread dwoody5654
out? You did not say whether my ip table setup was adequate or not so I presume that it is. Thanks, David - Original Message - From: dwoody5654 [mailto:dwoody5...@gmail.com] To: users@lists.fedoraproject.org Sent: Mon, 06 Jul 2015 22:35:51 -0500 Subject: iptables with logging vs

iptables with logging vs denyhosts

2015-07-06 Thread dwoody5654
I have been using denyhosts for almost a year. To date I have only prevented one person logging in and that is ME ( I used the wrong login name). Also, I know of no successful break-ins. My iptables is as follows: -P INPUT DROP -P FORWARD DROP -P OUTPUT ACCEPT -N block -A INPUT -j block -A

Not able to do a remote install over the network ...

2015-06-28 Thread dwoody5654
I can do a remote install when both computers are on the local network but when I try to do a remote install on a friend's computer the following occurs: I remote login to his computer and setup /boot/grub2/grub.cfg for the remote install to go from F20 to F21. menuentry 'Remote Install' {

Re:[SOLVED] F22 rsyslogd writes to a dated file name...

2015-06-25 Thread dwoody5654
On 06/25/2015 09:10 PM, Ed Greshko wrote: On 06/26/15 09:49, dwoody5654 wrote: The following is a current list of the messages file in /var/log: -rw---. 1 root root 104339300 Jun 20 10:27 messages-20150614 -rw--- 1 root root 0 Jun 22 03:30 messages -rw--- 1 root

F22 rsyslogd writes to a dated file name...

2015-06-25 Thread dwoody5654
The following is a current list of the messages file in /var/log: -rw---. 1 root root 104339300 Jun 20 10:27 messages-20150614 -rw--- 1 root root 0 Jun 22 03:30 messages -rw--- 1 root root 36077670 Jun 25 20:25 messages-20150622 The other log files are treated

using a local computer for a remote install of F22...

2015-06-19 Thread dwoody5654
I would like to perform a remote install for F22 but use a computer on the local network for the vnc connection. I have the following in grub: linux /boot/vmlinuz-remote repo=hd:sda4:/Fedora-Server-netinst-i386-22.iso noselinux ks.device=00:00:00:00:000:05 ks=hd:sda4:/ks.cfg --noip6 vnc

Re: sound problem in F20, F21, F22

2015-06-09 Thread dwoody5654
On 06/02/2015 11:37 PM, dwoody5654 wrote: On 06/02/2015 03:03 PM, Steven Stern wrote: On 06/02/2015 01:52 PM, dwoody5654 wrote: Posted here and on alsa mailing list some time ago - many comments but none fixed the problem. This is the link to bug report: https://bugzilla.redhat.com

Re: Has anyone upgraded from F20 to F21 or F22 using YUM?

2015-06-08 Thread dwoody5654
On 06/08/2015 12:56 PM, Les Howell wrote: Hi, guys, It is getting to be time to upgrade again. I am debating the wipe and reinstall method, over the upgrade by YUM. One of the issues facing me it the loss of the FEL spin. I use a lot of those tools along with some other stuff I have

Re: workstation spin

2015-06-08 Thread dwoody5654
On 06/08/2015 03:44 AM, Peter Boy wrote: Am 08.06.2015 um 08:40 schrieb Michael D. Setzer II mi...@kuentos.guam.net: On 8 Jun 2015 at 7:55, Peter Boy wrote: I recently setup an machine using the workstation option. Did an rpm -qa afterwards, and it have over 1000 less things installed than my

sound problem in F20, F21, F22

2015-06-02 Thread dwoody5654
Posted here and on alsa mailing list some time ago - many comments but none fixed the problem. This is the link to bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1101278 And now I am officially confused. To recap: This computer is used for Mythtv. The computer was build by me in 2007

Re: sound problem in F20, F21, F22

2015-06-02 Thread dwoody5654
On 06/02/2015 03:03 PM, Steven Stern wrote: On 06/02/2015 01:52 PM, dwoody5654 wrote: Posted here and on alsa mailing list some time ago - many comments but none fixed the problem. This is the link to bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1101278 And now I am officially

Re: For F20, during shutdown is the hwclock updated...

2015-03-10 Thread dwoody5654
On 03/10/2015 03:52 AM, T.C. Hollingsworth wrote: On Tue, Mar 10, 2015 at 1:26 AM, dwoody5654 dwoody5...@gmail.com wrote: I have done several searches to find this info. I have searched for systemd, shutdown, rtc, hwclock and combinations of those key words and not found what I was looking

For F20, during shutdown is the hwclock updated...

2015-03-10 Thread dwoody5654
I have done several searches to find this info. I have searched for systemd, shutdown, rtc, hwclock and combinations of those key words and not found what I was looking for. For F20, during shutdown is the hwclock updated? How can I enable/disable that behaviour during shutdown. Thanks all,

Re: how to set a wakealarm in F20

2015-02-26 Thread dwoody5654
On 02/26/2015 10:09 PM, Robert Moskowitz wrote: On 02/26/2015 09:44 PM, dwoody5654 wrote: I would like to set a wakealarm so that my computer will boot up at a certain time. In researching this, all I have found includes altering the /etc/rc.d/init.d/halt, which is present if F19

how to set a wakealarm in F20

2015-02-26 Thread dwoody5654
I would like to set a wakealarm so that my computer will boot up at a certain time. In researching this, all I have found includes altering the /etc/rc.d/init.d/halt, which is present if F19 but not in F20. I have not been able to find anything in systemd about doing this. Has any one been

Re: top command question

2015-01-27 Thread dwoody5654
On 01/27/2015 07:51 PM, jd1008 wrote: Is there a version of top that will show per cpu loads? htop. David -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: