Re: bash command

2021-06-04 Thread kevin martin
Could you not simply \ escape the ! ? On Fri, Jun 4, 2021, 3:05 PM Samuel Sieb wrote: > On 2021-06-04 12:36 p.m., Joe Zeff wrote: > > On 6/4/21 1:11 PM, Samuel Sieb wrote: > >> > >> Which man page? For grep, the "-v" is for inverting the result to > >> only show non-matching lines. > > > >

Re: Deprecating SCP

2020-11-02 Thread kevin martin
the world at large to drop scp, turn on sftp, and use sftp (not to mention that command line sftp pretty much stinks re: passing the commands needed to move files. --- Regards, Kevin Martin On Mon, Nov 2, 2020 at 10:14 AM Joe Wulf via users < users@lists.fedoraproject.org> wrote: >

Re: What to do instead of using rc.local?

2019-07-10 Thread kevin martin
Chris has a good point. You used the ""'s when using the su tim but they are not needed when you are using the crontab as a user. --- Regards, Kevin Martin On Wed, Jul 10, 2019 at 10:59 AM Chris Adams wrote: > Once upon a time, Tim via users said: > > Okay, in unfami

Re: F30 - where is the hplib gui?

2019-06-25 Thread kevin martin
rpm -qil will show you where it is. --- Regards, Kevin Martin On Tue, Jun 25, 2019 at 1:31 PM Robert Moskowitz wrote: > On my F28 system I installed hplib-gui and xsane to scan to pdf. > > Got xsane, but not finding the hplib-gui. > > Where is it

Re: Starting network services from emergency mode command prompt ?

2018-10-30 Thread kevin martin
Yep, just had that conversation with somebody else the other day and said the same thing, we're stuck with it now. --- Regards, Kevin Martin On Tue, Oct 30, 2018 at 1:18 PM Rick Stevens wrote: > On 10/30/18 10:00 AM, kevin martin wrote: > > Yeah, love the way systemd names

Re: Starting network services from emergency mode command prompt ?

2018-10-30 Thread kevin martin
Yeah, love the way systemd names interaces nowadays...bleah! --- Regards, Kevin Martin On Tue, Oct 30, 2018 at 11:58 AM linux guy wrote: > I found the Ethernet interface name in /sys/class/net In my case it was > enp3s0 > > > > On Tue, Oct 30, 2018 at 9:47 A

Re: Starting network services from emergency mode command prompt ?

2018-10-30 Thread kevin martin
o something like "ip address add 192.168.230.10/24 dev eth0") and then to set the route "ip route add 0.0.0.0 dev eth0 via " (so something like "ip route add 0.0.0.0 dev eth0 via 192.158.238.1" ). --- Regards, Kevin Martin On Tue, Oct 30, 2018 at 11:42 AM linux guy wr

Re: Starting network services from emergency mode command prompt ?

2018-10-29 Thread kevin martin
Ifconfig up an interface with an address on your network and then set a default route so you can get dns resolution and internet access. That's what I do. On Mon, Oct 29, 2018, 6:07 PM linux guy wrote: > Hi all. > > I accidentally interrupted a dnf update and messed up the boot process on > my

Re: vi

2017-11-08 Thread kevin martin
technically, I guess, based on the man page, it doesn't need to be, but you may want to try that (I assume that your VI is, in fact, VIM). --- Regards, Kevin Martin On Wed, Nov 8, 2017 at 4:45 PM, kevin martin <ktm...@gmail.com> wrote: > is the first +:1 enclose

Re: vi

2017-11-08 Thread kevin martin
is the first +:1 enclosed in ""'s? --- Regards, Kevin Martin On Wed, Nov 8, 2017 at 4:40 PM, Patrick Dupre <pdu...@gmx.com> wrote: > Hello, > > I would like to execute a vi command as a bash command like: > vi +:1 "+1,$s/E/e/g" "+wq" test.TXT

Re: simple shell script question

2017-08-09 Thread kevin martin
is the end result meant to be able to pass some string ($1) to pgrep that get's counted? knowing what you're trying to accomplish would make it easier to help. --- Regards, Kevin Martin On Wed, Aug 9, 2017 at 8:24 PM, bruce <badoug...@gmail.com> wrote: > h update.. >

Re: simple shell script question

2017-08-09 Thread kevin martin
unclear what you are trying to accomplish here. If, for example, you are trying to pgrep for all processes that have 'bash' in the process name: #!/bin/bash aa='bash' xx="pgrep -f ${aa} | wc -l" echo $xx <<< shows the command in $xx eval ${xx} <<< runs the command in

Re: hey guys.. ssh/key-gen question

2017-07-15 Thread kevin martin
as well, is 1.2.3.4 and 5.6.7.8 routable each to the other? If not, you'll have to ssh hop to get from 1.2.3.4 to 5.6.7.8. --- Regards, Kevin Martin On Sat, Jul 15, 2017 at 8:18 PM, John Mellor <john.mel...@gmail.com> wrote: > On Sat, 2017-07-15 at 17:01 -0400, bruce wrote: &g

Re: RANT: installing fedora is now a real punishment!

2017-02-01 Thread kevin martin
You could also tryecho "password" | passwd root --stdin to get the root password changed to something you like. --- Regards, Kevin Martin On Wed, Feb 1, 2017 at 8:36 AM, Ralf Corsepius <rc040...@freenet.de> wrote: > On 02/01/2017 02:34 PM, François Patte wrote:

epel question?

2017-01-09 Thread kevin martin
to specifically download 0.99-2.1 I'm told the package is not available (yet it's the only clamav package I see on the mirrors). Can somebody explain what I might do on my end to fix this and/or why 99-3 is being advertised when 99-2 is clearly the only version that should be? --- Regards, Kevin Martin

Re: printer config that doesn't require NetworkManager

2016-06-02 Thread kevin martin
Ah yes. Had forgotten about that! Thanks Joe! --- Regards, Kevin Martin On Wed, Jun 1, 2016 at 8:56 PM, Joe Zeff <j...@zeff.us> wrote: > On 06/01/2016 06:47 PM, Kevin Martin wrote: > >> Does anybody know if there's a printer configuration tool for Fedora that

printer config that doesn't require NetworkManager

2016-06-01 Thread Kevin Martin
Does anybody know if there's a printer configuration tool for Fedora that doesn't require NetworkManager? Everytime I want to install system-config-printer it wants to bring in NetworkManager as s dependency and I'm really not at all interested in having NetworkManager installed. --

Re: VirtualBox 5.0.10 network problem

2015-12-17 Thread kevin martin
ip forwarding on? did you disable netfilter on bridging in /etc/sysctl.conf? --- Regards, Kevin Martin On Thu, Dec 17, 2015 at 2:08 PM, jd1008 <jd1...@gmail.com> wrote: > > > On 12/17/2015 12:55 PM, Patrick O'Callaghan wrote: > >> I have the Oracle version

Re: Thank God for yum-deprecated :-)

2015-07-20 Thread kevin martin
I'm with Jan...Thank God for yum-deprecated. Been trying to get systemd updated with DNF forever and it's been throwing an error about fedora-release..yum-deprecated has it handled. The whole skip-broken part of yum makes it so much easier to actually do updates. DNF's handling of broken

Re: ssh -X not working f22?

2015-05-31 Thread Kevin Martin
On 05/31/2015 03:17 PM, Neal Becker wrote: Kevin Martin wrote: On 05/28/2015 02:07 PM, Todor Petkov wrote: On 28/05/2015 09:41 PM, Neal Becker wrote: clean installed f22 onto server (was f21). Now ssh -X doesn't seem to work to this server. In /etc/ssh/sshd_config I do have

Re: ssh -X not working f22?

2015-05-28 Thread Kevin Martin
On 05/28/2015 02:07 PM, Todor Petkov wrote: On 28/05/2015 09:41 PM, Neal Becker wrote: clean installed f22 onto server (was f21). Now ssh -X doesn't seem to work to this server. In /etc/ssh/sshd_config I do have X11Forwarding yes and ssh -v -X host command doesn't give any error - just

Re: So acrobat is dead for linux - long live evince?

2014-12-16 Thread Kevin Martin
On 12/16/2014 06:13 AM, Neal Becker wrote: Joe Wulf wrote: evince has worked well for me for a good number of years now, and I use cups-pdf for 'printing' pdf's of web pages and such. No issues here with either. From: Robert Moskowitz r...@htt-consult.com To: Community support for

Re: So acrobat is dead for linux - long live evince?

2014-12-15 Thread Kevin Martin
Master PDF editor is quite nice but, strangely, when it comes to filling in PDF forms evince works better I've found. However if you need to actually fill in a PDF that doesn't have form fields master PDF editor is the way to go. Regards, Kevin Martin Sent from my Tab Pro running Kitkat

Re: OT, mount BSD -

2014-11-08 Thread Kevin Martin
On 11/08/2014 09:58 AM, Bob Goodwin - Zuni, Virginia, USA wrote: Sort of off topic, but an integral part of my Fedora Linux LAN. I have a Freenas server that denies a mount however it accepts an ssh log-in and responds to the Freenas browser setup from my F20 and F21alpha boxes. The

Re: google cloudprint *client* for fedora?

2014-11-07 Thread Kevin Martin
On 11/06/2014 10:28 AM, Kevin Martin wrote: On 11/06/2014 08:26 AM, Gary Stainburn wrote: On Thursday 06 November 2014 13:20:00 Neal Becker wrote: I just got a google cloud enabled printer. Is there a _client_ for fedora to work via cups? Thanks. -- -- Those who don't understand recursion

Re: google cloudprint *client* for fedora?

2014-11-06 Thread Kevin Martin
On 11/06/2014 08:26 AM, Gary Stainburn wrote: On Thursday 06 November 2014 13:20:00 Neal Becker wrote: I just got a google cloud enabled printer. Is there a _client_ for fedora to work via cups? Thanks. -- -- Those who don't understand recursion are doomed to repeat it I've done this on

Re: Wrong Screen Resolution after uninstalling nvidia packages from rpmfusion

2014-10-03 Thread Kevin Martin
On 10/03/2014 01:12 PM, jd1008 wrote: On 10/03/2014 12:45 AM, Ed Greshko wrote: On 10/03/14 10:18, jd1008 wrote: On 10/02/2014 07:16 PM, Ed Greshko wrote: At this point, if I were you, I'd create a bootable LIVE USB or a LIVE CD from the F20 release and boot it and see if it works.

Re: Load problem...cant find shared library.

2014-09-16 Thread Kevin Martin
On 09/16/2014 05:12 PM, r...@dwf.com wrote: [[ Sorry for sending this twice, but it got out without a subject line ]] I am trying to build gphoto2 for an old system (Fedora 11) where I store photos. (gphoto2 exists as part of the download in Fedora19) In any case, I do the

Re: Virtualbox size -

2014-09-09 Thread Kevin Martin
On 09/09/2014 03:46 PM, Bob Goodwin - Zuni, Virginia, USA wrote: On 09/09/14 16:42, Fred Smith wrote: Did you install the Guest Additions ? with that installed you should be able to drag the window edges/corners to whatever size you want. without it you'll get only certain standard (low)

Re: VirtualBox -

2014-09-05 Thread Kevin Martin
On 09/05/2014 10:42 AM, Bob Goodwin - Zuni, Virginia, USA wrote: On 09/05/14 11:11, Fred Smith wrote: So, lessee here... you want to install some Linux into a VM on VirtualBox?? without having to waste a blank CD/DVD? easy to do... in VB, once you've created the VM but before you do the

Re: VirtualBox -

2014-09-05 Thread Kevin Martin
On 09/05/2014 11:06 AM, Bob Goodwin - Zuni, Virginia, USA wrote: On 09/05/14 11:52, Kevin Martin wrote: How did you install VirtualBox (via kmod/akmod or from virtualbox.org)? Have you recently updated your kernel? If you've done the latter then you'll need to either reboot and let akmod

Re: No mount of Android phone

2014-09-05 Thread Kevin Martin
On 09/05/2014 03:41 PM, Frank Elsner wrote: Helo, can somebody explain why my Android phone is not mounted? The relevant lines from /var/loG/messages: Sep 5 22:30:15 pangea kernel: [231733.246914] usb 2-1.1: new high-speed USB device number 24 using ehci-pci Sep 5 22:30:15 pangea

Re: VirtualBox -

2014-09-05 Thread Kevin Martin
On 09/05/2014 05:06 PM, Patrick O'Callaghan wrote: On Fri, 2014-09-05 at 13:45 -0500, Kevin Martin wrote: On 09/05/2014 11:06 AM, Bob Goodwin - Zuni, Virginia, USA wrote: On 09/05/14 11:52, Kevin Martin wrote: snip Just to be clear: if you keep to the standard Fedora kernels there's

Re: Sendmail problem

2014-08-05 Thread Kevin Martin
On 08/05/2014 09:37 AM, Kevin Cummings wrote: Starting at some point during the day on July 30, my outgoing emails have been queueing up on my Fedora 19 server with some strange messages: # mailq /var/spool/mqueue (1 request) -Q-ID- --Size-- -Q-Time-

Re: pulse is silent, alsa works, any hints for fixing pulse?

2014-07-16 Thread Kevin Martin
On 07/16/2014 08:27 AM, Tom Horsley wrote: Ever since I installed the nvidia binary driver to get video working on my GTX 750Ti card, the audio is screwed up. If I suspend pulse and run alsamixer to unmute all the built in audio devices on the motherboard, I can play audio fine with a

Re: partitioning

2014-07-16 Thread Kevin Martin
On 07/16/2014 12:21 PM, dustin kempter wrote: Hi all, I am an SA in training and ive been reading a lot about the importance of separating out your workspace/server into separate partitions such as /, /data, /home, /ftp, /usr, /boot vs dividing it into just a /, /boot, /data. and it seems

Re: OT: Web server no longer works

2014-07-03 Thread Kevin Martin
On 07/03/2014 12:47 PM, Jonathan Ryshpan wrote: I run a small weather station that acts as a web server. Recently it's become impossible to access it via the web, though I can still access it over my local network. Some details: * My ISP is ATT using their Uverse service. * The

Re: reading adobe comments on pdf using OSS on F20

2014-04-22 Thread Kevin Martin
On 04/22/2014 03:25 PM, Doug wrote: On 04/22/2014 03:52 PM, Heinz Diehl wrote: On 22.04.2014, Klaus-Peter Schrage wrote: Okular lets you read, alter and add comments (I think, in the English version they are called Reviews) I receive quite often .pdf files containing comments. Evince reads

Re: Fedora Present and Future: a Fedora.next 2014 Update (Part I, Why?)

2014-03-24 Thread Kevin Martin
On 03/24/2014 10:38 AM, Chris Murphy wrote: On Mar 24, 2014, at 6:45 AM, lee l...@yun.yagibdah.de wrote: Suvayu Ali fatkasuvayu+li...@gmail.com writes: On Sun, Mar 23, 2014 at 10:56:13PM +0100, lee wrote: There`s nothing weird or exotic about it. I`ve always had /usr on its own

Re: installed a game, errors running it-error while loading shared libraries: libGLU.so.1:

2014-03-19 Thread Kevin Martin
On 03/19/2014 10:09 AM, Paul Cartwright wrote: Protected multilib You *could* use --setopt=protected_multilib=false on the yum line to get this installed. Many don't recommend doing this but sometimes it's the only way to get things installed that you need when installing/wanting both 32bit

Re: installed a game, errors running it-error while loading shared libraries: libGLU.so.1:

2014-03-19 Thread Kevin Martin
On 03/19/2014 10:52 AM, Paul Cartwright wrote: On 03/19/2014 11:28 AM, Kevin Martin wrote: Protected multilib You *could* use --setopt=protected_multilib=false on the yum line to get this installed. Many don't recommend doing this but sometimes it's the only way to get things installed

Re: installed a game, errors running it-error while loading shared libraries: libGLU.so.1:

2014-03-19 Thread Kevin Martin
On 03/19/2014 12:14 PM, Paul Cartwright wrote: On 03/19/2014 11:58 AM, Kevin Martin wrote: Personally, I try to not mix 32bit and 64bit on the same box. If I want to run something in 32bit then I either have a 2nd machine or a VM that's a 32bit build, but that's me. It avoids these kinds

Re: after upgrading fedora rawhide this morning, no graphical desktop

2014-03-13 Thread Kevin Martin
On 03/13/2014 07:57 AM, Robert P. J. Day wrote: recently, i upgraded my ASUS G74S laptop to fedora rawhide and it was running nicely. then this morning, i did another yum update, which appeared to update well over 200 packages (including a slightly newer kernel), after which, when i

Re: DNF vs. YUM

2014-03-13 Thread Kevin Martin
On 03/13/2014 09:04 AM, Mark Haney wrote: On 03/13/14 09:52, Tethys wrote: On Thu, Mar 13, 2014 at 1:48 PM, Jan Zelený jzel...@redhat.com wrote: The metadata are quite large and downloading them every single time is time consuming. I can't think of an occasion on which I'd want to

Re: OT: bash question

2014-03-05 Thread Kevin Martin
On 03/05/2014 02:29 PM, Joe Benson wrote: dirname /PATH/PATH/PATH/filename.txt | awk -F/ '{print $NF}' should do it. On Wed, Mar 5, 2014 at 1:13 PM, Mike Wright mike.wri...@mailinator.com mailto:mike.wri...@mailinator.com wrote: Hi all, I need to extract the name of a

Re: F20 - HP3050 scanning problems

2014-03-04 Thread Kevin Martin
On 03/04/2014 11:30 AM, Mark Haney wrote: Hi Mark, Thanks for the reply. I used Simple scan as it worked fine on my previous FC16 build. I am using MATE for a desktop. Thanks again for the response. No problem. Honestly, I've never had Simple Scan work for me. I have a HP DJF300

Re: F20 - HP3050 scanning problems

2014-03-04 Thread Kevin Martin
On 03/04/2014 01:54 PM, Mark Haney wrote: On 03/04/14 14:45, Fred Smith wrote: I've never used anything BUT simplescan on 3 different scanners (none of 'em are HP), an ancient SCSI scanner, a Brother MFC device at work, and a new2-ish Epson at home. Each on a different version/distro

Re: Hard Freezes with F20 on Lenovo ThinkPad T430

2014-02-28 Thread Kevin Martin
On 02/27/2014 03:18 PM, Joe Zeff wrote: On 02/27/2014 01:15 PM, Kevin Martin wrote: On 02/27/2014 02:40 PM, Joe Zeff wrote: On 02/27/2014 11:32 AM, Kevin Martin wrote: I find that I can't run with acceleration turned on with the nouveau driver at all and I've been loathe to try the nVidia

Re: Hard Freezes with F20 on Lenovo ThinkPad T430

2014-02-27 Thread Kevin Martin
On 02/27/2014 12:50 PM, Oliver Ruebenacker wrote: Hello, I'm having multiple hard freezes a day with Fedora 20 on a Lenovo ThinkPad T430. Display stops moving, even mouse cursor, with no previous warning. I have the problem since Fedora 19. Any ideas? I'm copying a few

Re: Hard Freezes with F20 on Lenovo ThinkPad T430

2014-02-27 Thread Kevin Martin
On 02/27/2014 02:40 PM, Joe Zeff wrote: On 02/27/2014 11:32 AM, Kevin Martin wrote: I find that I can't run with acceleration turned on with the nouveau driver at all and I've been loathe to try the nVidia driver again since I update the kernel fairly often using rawhide and rpmfusion

Re: dnf and/or yum?

2014-02-25 Thread Kevin Martin
On 02/25/2014 01:31 PM, Erik P. Olsen wrote: Can dnf and yum be used interchangeably? And is there a gui interface to dnf like yumex? They can be used together (and often you will get some things with yum that you don't with dnf and vice versa) and I don't believe there's a gui for dnf yet.

Re: ssh/dhclient

2014-01-27 Thread Kevin Martin
On 01/27/2014 12:44 AM, bruce wrote: Got a test iisue/problem. The situation is a group of test servers in a network that's managed by an upstream DHCP server. I have no control of the upstream DHCP allocation of IP addresses. All the test servers (5) are running centos 6.5 as a test.

Re: dns/dhcp client - hooks??

2014-01-21 Thread Kevin Martin
On 01/21/2014 09:54 AM, bruce wrote: tim.. i have complete control over the local dns the local client machines are given hostnames upon creation/boot up.. the idea is to be able to have someone within the local network, who'[s machine has been configured to point to the local dns, to

Re: dns/dhcp client - hooks??

2014-01-21 Thread Kevin Martin
On 01/21/2014 10:36 AM, Kevin Martin wrote: On 01/21/2014 09:54 AM, bruce wrote: tim.. i have complete control over the local dns the local client machines are given hostnames upon creation/boot up.. the idea is to be able to have someone within the local network, who'[s machine has been

Re: dnf update -

2014-01-03 Thread Kevin Martin
On 01/03/2014 08:53 AM, Ales Kozumplik wrote: On 01/03/2014 03:47 PM, Bob Goodwin - Zuni, Virginia, USA wrote: This is a Fedora-20 64 bit XFCE system. Only once has this produced an update for me: [root@box10 bobg]# dnf update Resolving dependencies -- Starting dependency resolution --

Re: dnf update -

2014-01-03 Thread Kevin Martin
On 01/03/2014 10:58 AM, Panu Matilainen wrote: On 01/03/2014 05:04 PM, Kevin Martin wrote: On 01/03/2014 08:53 AM, Ales Kozumplik wrote: On 01/03/2014 03:47 PM, Bob Goodwin - Zuni, Virginia, USA wrote: This is a Fedora-20 64 bit XFCE system. Only once has this produced an update for me

Re: Getting top to show usage in human readable format

2013-11-12 Thread Kevin Martin
On 11/12/2013 11:06 AM, Steven Stern wrote: On CentOS, top shows per process memory using in kb or mb. On Fedora 19, top shows per process memory usage by the byte. Is there an option or setting to make Fedora's top (from procps-ng) work like CentOS' (from procps) Here's what I'm talking

Re: Many open windows make Firefox scroll **very** slowly

2013-11-05 Thread Kevin Martin
On 11/05/2013 09:02 AM, Jonathan Ryshpan wrote: As I open more windows or tabs in Firefox it becomes slower and slower, finally unusable. It can take as long as 20 seconds to scroll the screen, which tends to scroll in large jumps, even when smooth scroll is enabled. The problem is worse

Re: How to make Xorg listen to tcp (lightdm)

2013-11-03 Thread Kevin Martin
On 11/03/2013 10:39 AM, Clemens Eisserer wrote: Hi, I am running Fedora-19 + latest updates and would like to make Xorg listen to tcp connections for development. I already set xserver-allow-tcp=true in /etc/lightdm/lightdm and executed xhost +, however I still get connection refused when

Re: trying to install abiword 3, getting abiword 2.8.6??

2013-10-18 Thread Kevin Martin
On 10/18/13 01:28, M. Fioretti wrote: On Thu, Oct 17, 2013 12:33:31 PM -0500, Kevin Martin wrote: Hmm, I don't even have that 19626 file in .libs. The entirety of my .libs directory is: -rwxrwxr-x 1 500 100047055 Oct 17 10:48 abiword lrwxrwxrwx 1 500 1000 20 Oct 17 10:48

Re: trying to install abiword 3, getting abiword 2.8.6??

2013-10-17 Thread Kevin Martin
On 10/17/13 04:37, M. Fioretti wrote: Greetings, I have a fedora 17 x86_64 box with abiword 2.8.6 installed via RPM in /usr/local/bin Yesterday I decided to try for a moment, just for the fun of it, abiword 3.0 from source. I ended up with a binary in /usr/local/bin/abiwowrd. When I

Re: trying to install abiword 3, getting abiword 2.8.6??

2013-10-17 Thread Kevin Martin
On 10/17/13 08:55, M. Fioretti wrote: On Thu, Oct 17, 2013 08:31:32 AM -0500, Kevin Martin wrote: On 10/17/13 04:37, M. Fioretti wrote: [snip] When I launch THAT binary from the command line, I get an abiword [snip] Is /usr/local/bin/abiword a script that runs the abiword executable

Re: trying to install abiword 3, getting abiword 2.8.6??

2013-10-17 Thread Kevin Martin
On 10/17/13 10:22, Kevin Martin wrote: On 10/17/13 08:55, M. Fioretti wrote: On Thu, Oct 17, 2013 08:31:32 AM -0500, Kevin Martin wrote: On 10/17/13 04:37, M. Fioretti wrote: [snip] When I launch THAT binary from the command line, I get an abiword [snip] Is /usr/local/bin/abiword a script

Re: trying to install abiword 3, getting abiword 2.8.6??

2013-10-17 Thread Kevin Martin
On 10/17/13 10:23, Kevin Martin wrote: On 10/17/13 10:22, Kevin Martin wrote: On 10/17/13 08:55, M. Fioretti wrote: On Thu, Oct 17, 2013 08:31:32 AM -0500, Kevin Martin wrote: On 10/17/13 04:37, M. Fioretti wrote: [snip] When I launch THAT binary from the command line, I get an abiword

Re: trying to install abiword 3, getting abiword 2.8.6??

2013-10-17 Thread Kevin Martin
On 10/17/13 11:44, M. Fioretti wrote: On Thu, Oct 17, 2013 10:52:30 AM -0500, Kevin Martin wrote: If you cd into your abiword-3.0.0/src directory and execute ./abiword (which happens to be script) what does Help-About tell you (once abiword has started)? interesting. On my box, it aborts

Re: dl-604 as a switch/hub

2013-10-09 Thread Kevin Martin
On 10/09/13 13:54, bruce wrote: Greetings! I know this isn't strictly a fedora issue! But I'm trying to setup (if possible) an old dlink dl-604 4 port router as a dumb switch/hub. Basically, all I want to be able to do is plug the device into my network, and then plug 2-3 additional

Re: cgroup/control group config problem

2013-09-24 Thread Kevin Martin
On 09/24/13 13:52, Gary Artim wrote: i did the following to setup a cgroup, but when I test it doesn't kill the pid, anyone get this working? must be missing something...program mallocs 32GB...much thanks for advise! ::install:: yum install libcgroup-tools libcgroup ::config:: cd

Re: ssh/port forwarding - listening by multiple clients

2013-09-16 Thread Kevin Martin
On 09/16/13 07:55, bruce wrote: hi.. Trying to see if ssh/port forwarding can be used to solve a prob. I want to have multiple clients connected to a single master server The masterServer/app is providing data on port X The clientNodes/apps should then listen on port X ssh allows

Re: ssh/port forwarding - listening by multiple clients

2013-09-16 Thread Kevin Martin
On 09/16/13 13:15, bruce wrote: hey kevin, et al here's my test: masterServer [vm running on foo.com:50122] | +--- clientServerA localhost/7100 | +--- clientServerB localhost/7100 on the clients, I run ssh -N -f -L 7100:127.0.0.1:7100 u...@foo.com -p 50122 which

Re: udev/network question

2013-09-16 Thread Kevin Martin
On 09/16/13 17:03, Frantisek Hanzlik wrote: Frantisek Hanzlik wrote: Frank Murphy wrote: On Mon, 16 Sep 2013 13:16:03 -0700 Gary Artim gar...@gmail.com wrote: I have 6 nics that I'd like assigned like: Any help greatly appreciated!

Re: Odt to txt

2013-09-12 Thread Kevin Martin
On 09/12/13 11:16, Richard Vickery wrote: Hi group, Since I've lost X and my screen - only being able to see it by plugging about external screen into it - I have a document that I saved as *odt; is it possible to change the encoding through a command since I can't call up open office in

Re: blackened screen 2

2013-09-09 Thread Kevin Martin
On 09/09/13 13:31, Richard Vickery wrote: Hi gang: I'm on F20. The only way I get a screen that anyone can see is not by using the portable computer's screen, but plugging it into another screen. I tried going into the Power control but it's already on maximum brightness. Any Ideas on how

Re: Video Driver locking boot process

2013-09-09 Thread Kevin Martin
On 09/09/13 19:09, Jim wrote: Fedora 18 Failed to start Wait for Plymouth Boot Screen to Quit. Systemctl Status- Plymouth-quit-wait.service. I'm sure it is the Video driver I installed using Fedora-utils. How can I disable this so I can get back into Desktop to use Fedora-utils to

Re: Read Only file system

2013-08-23 Thread Kevin Martin
On 08/23/13 17:19, Jim wrote: On 08/23/2013 05:45 PM, Mateusz Marzantowicz wrote: On 23.08.2013 23:40, Jim wrote: On 08/23/2013 05:29 PM, Rick Stevens wrote: Mount point is ; rwx--. 25 mickey mickey 8192 Dec 31 1969 /run/media/mickey/0A73-237A I ran mount -o remount,rw

Re: /usr/local/lib*

2013-07-21 Thread Kevin Martin
snip Any idea as to why there are so many 32bit libs installed I don't need? no, but yum remove \*i686\* should kill them :-) [root@srv-rhsoft:~]$ rpm -qa | grep i686 | wc -l 0 [root@srv-rhsoft:~]$ rpm -qa | grep x86_64 | wc -l 1081 [root@srv-rhsoft:~]$ rpm -qa | grep noarch | wc -l

Re: Zathura - A Space Adventure

2013-05-24 Thread Kevin Martin
On 05/24/13 11:28, Bob Goodwin - Zuni, Virginia, USA wrote: On 24/05/13 11:58, poma wrote: repoquery --whatprovides /usr/lib64/zathura/* dnf provides /usr/lib64/zathura/* Don't bother package maintainer, weekend begins. ;) poma Guess I had the wrong query? yum whatprovides

Re: no printout, but no other hint of error. F18.

2013-05-15 Thread Kevin Martin
snip D [15/May/2013:12:28:38 -0400] [Job 19] Wrote 1 pages... D [15/May/2013:12:28:38 -0400] [Job 19] PPD uses qualifier 'Gray.Plain.600dpi' D [15/May/2013:12:28:38 -0400] [Job 19] Calling FindDeviceById(Xerox_WorkCentre_6015NI) D [15/May/2013:12:28:38 -0400] [Job 19] Failed to send:

Re: F18 no support for NV18GL [Quadro NVS 280 SD] (rev c1) video card?

2013-05-15 Thread Kevin Martin
On 05/15/13 11:21, Paul Erickson wrote: I have been trying to install F18 on an A7V8Z-x with a NV18GL [Quadro NVS 280 SD] (rev c1) video card. The same configuration is fine with F17, but with F18 after the install and first reboot, the grub screen comes up fine, but then the screen goes

Re: no printout, but no other hint of error. F18.

2013-05-14 Thread Kevin Martin
On 05/14/13 09:41, William Mattison wrote: Good morning, From: William Mattison wcmatti...@yahoo.com To: users@lists.fedoraproject.org Cc: Sent: Monday, March 25, 2013 11:33 AM Subject: no printout, but no other hint of error. F18. Hi, When I try to print anything out, I get no

Re: Network Manager Problems

2013-05-03 Thread Kevin Martin
On 05/03/13 07:29, Lawrence Graves wrote: I have reported the fact that I am having trouble with connecting to my 5ghz wifito bugzilla. Was that the place to report. If not where do I report this problem. I am running Fedora 19 Beta TC2 on Dell 9400 Inspiron with iwl4965 card which handles

Re: Two HDs

2013-05-02 Thread Kevin Martin
On 05/01/13 15:36, Bill Kuns wrote: Dear Helpers: I have installed two 1 TB Hard Drives in my new system. Only one of the two is recognized by Fedora. They are WD1002FAEX drives. When I asked Western Digital for assistance, their help wasn't much help. They reported this

Re: Dracut on reboot

2013-04-09 Thread Kevin Martin
On 04/09/13 08:21, Tim wrote: Allegedly, on or about 09 April 2013, Reindl Harald sent: and you even refuse to understand that the dracut shell may be very special depending on why you landed there and maybe you write tthe output to the temporary initramfs PERIOD: you should ALWAYS know

Re: Dracut on reboot

2013-04-09 Thread Kevin Martin
On 04/09/13 09:48, Bruno Wolff III wrote: On Tue, Apr 09, 2013 at 15:24:58 +0200, Reindl Harald h.rei...@thelounge.net wrote: what is your problem? you have no idea how it sounds if i am an asshole To native English speakers your style of writing reflects poorly on you. Using less

Re: DSoD : Diagonal Screen of Death

2013-04-08 Thread Kevin Martin
On 04/08/13 15:04, Beartooth wrote: On Fedora 17 and 18 I sometimes get a display like nothing else I know. It's made up of short horizontal lines, some in color, arranged into long diagonals that cover the screen, with about the angle of a backslash. The little lines in each group

Re: DSoD : Diagonal Screen of Death

2013-04-08 Thread Kevin Martin
On 04/08/13 15:09, Kevin Martin wrote: On 04/08/13 15:04, Beartooth wrote: On Fedora 17 and 18 I sometimes get a display like nothing else I know. It's made up of short horizontal lines, some in color, arranged into long diagonals that cover the screen, with about the angle

Re: Dracut on reboot

2013-04-07 Thread Kevin Martin
On 04/07/13 11:57, Richard Vickery wrote: On Apr 7, 2013 7:12 AM, Junk j...@therobinsonfamily.net mailto:j...@therobinsonfamily.net wrote: On 7 Apr 2013, at 01:22, Joe Zeff j...@zeff.us mailto:j...@zeff.us wrote: On 04/06/2013 03:47 PM, Richard Vickery wrote: I have little

Re: mailto links from Chrome w/Thunderbird

2013-04-05 Thread Kevin Martin
On 04/04/13 20:36, Ed Greshko wrote: On 04/05/13 09:19, Steven Stern wrote: It is. It's got to be something to do with Chrome, but I can't find any setting there. There are no settings for this in chrome. It works fine here It is always a puzzle to find out what controls this and if

Re: mailto links from Chrome w/Thunderbird

2013-04-05 Thread Kevin Martin
On 04/05/13 10:59, Steven Stern wrote: On 04/05/2013 08:42 AM, Kevin Martin wrote: On 04/04/13 20:36, Ed Greshko wrote: On 04/05/13 09:19, Steven Stern wrote: It is. It's got to be something to do with Chrome, but I can't find any setting there. There are no settings for this in chrome

Re: Google Earth runs for all users except me

2013-02-18 Thread Kevin Martin
On 02/16/13 16:28, Jonathan Ryshpan wrote: On Sat, 2013-02-16 at 21:29 +0100, Reindl Harald wrote: Am 16.02.2013 21:26, schrieb Mark LaPierre: On 02/14/2013 08:03 AM, Jonathan Ryshpan wrote: I have just installed the proprietary nvidia drivers on an x86_64 system, and have found that

Re: F18 : echo is different from loaded kernel in grub

2013-02-15 Thread Kevin Martin
On 02/15/13 01:32, antonio montagnani wrote: I updated to F18, after some time I realized that echoed kernel is older that loaded kernel: why is grub like this?? __ # # DO NOT EDIT THIS FILE # # It is

Re: former windows 7 boot manager still showing

2013-01-30 Thread Kevin Martin
On 01/30/13 12:11, Raf Roger wrote: i tried it and still have the windows boot manager when my HDD boot :( instead of having system not found (which is the typicall message when boot sector is not found in windows) any other idea than dd if=/dev/zero of=/dev/sda bs=446 count=1 ? i also

Re: disabling graphical boot and shutdown in Fedora 17

2012-11-05 Thread Kevin Martin
On 11/05/12 07:22, Bruno Wolff III wrote: On Mon, Nov 05, 2012 at 10:40:33 +0100, lee l...@yun.yagibdah.de wrote: Hi, how do I turn off all the graphical booting and shutting down? What I want is *not* to start any X session when I boot or shutodwn. When booting, I want to end up at the

Re: disabling graphical boot and shutdown in Fedora 17

2012-11-05 Thread Kevin Martin
On 11/05/12 08:45, Ed Greshko wrote: On 11/05/2012 10:17 PM, Bruno Wolff III wrote: On Mon, Nov 05, 2012 at 08:05:02 -0600, Kevin Martin ktm...@gmail.com wrote: Wouldn't systemctl disable graphical.target and systemctl enable multi-user.target do the same thing? I do not believe so

Re: utf-7 encoding (Re: Howto: 32 bit skype, working with a webcam, on 64 bit Fedora 17)

2012-10-22 Thread Kevin Martin
On 10/22/12 09:52, Marko Vojinovic wrote: On Monday, 22. October 2012. 11.25.04 Ian Malone wrote: On 22 October 2012 11:18, Tim ignored_mail...@yahoo.com.au wrote: Tim: Discouraged by who? It's supposedly *the* answer to email Ed Greshko: UFT-7 isn't widely used But if you want to use

Re: no audio on kernel-3.6.1-1.fc17.x86_64

2012-10-19 Thread Kevin Martin
On 10/19/12 09:07, Ian Malone wrote: On 19 October 2012 07:24, Gordon Messmer yiny...@eburg.com wrote: On 10/18/2012 11:07 PM, Gordon Messmer wrote: I've got working audio now on 3.6.2-4.fc17.x86_64, but I'm not sure what I did to fix it. And then a few minutes later it quit working.

Re: process group display?

2012-10-16 Thread Kevin Martin
On 10/16/12 11:24, Bryn M. Reeves wrote: On 10/16/2012 05:21 PM, Jack Craig wrote: Thx! I knew there had to be a solution, ... I'm also a big fan of ps ax --forest - it retains the ps fields while still giving you an asciigram of the process tree: $ ps ax --forest PID TTY STAT

Re: K3B won't burn Imaqe

2012-10-09 Thread Kevin Martin
On 10/09/12 06:48, Patrick O'Callaghan wrote: On Mon, 2012-10-08 at 18:31 -0400, Jim wrote: On 10/08/2012 06:23 PM, John Pilkington wrote: On 08/10/12 22:24, Jim wrote: Fedora 15 an 17 Trying to burn Fedora image on CD-R , the disk is new. When opening the k3b Create window it shows blank

Re: K3B won't burn Imaqe

2012-10-09 Thread Kevin Martin
On 10/09/12 06:48, Patrick O'Callaghan wrote: On Mon, 2012-10-08 at 18:31 -0400, Jim wrote: On 10/08/2012 06:23 PM, John Pilkington wrote: On 08/10/12 22:24, Jim wrote: Fedora 15 an 17 Trying to burn Fedora image on CD-R , the disk is new. When opening the k3b Create window it shows blank

Re: Understanding my network

2012-08-29 Thread Kevin Martin
On 08/29/2012 03:56 PM, Arthur Dent wrote: On Wed, 2012-08-29 at 15:31 -0500, Dale Dellutri wrote: On Wed, Aug 29, 2012 at 2:40 PM, Arthur Dent misc.li...@blueyonder.co.uk wrote: Hello all, I am part-way through a bare-metal rebuild of my small home server (it was F15, I am rebuilding as

Re: Disconnect

2012-08-28 Thread Kevin Martin
On 08/28/2012 09:13 AM, Patrick Dupre wrote: On 2012-08-28 16:04, Marko Vojinovic wrote: On Tuesday, 28. August 2012. 12.15.16 Patrick Dupre wrote: The NetworkNamager provides a disconnect option. I undertand that it can be manager through /etc/NetworkManager/dispatcher.d However, when I

  1   2   3   >