yum grouplist does not show all groups

2013-09-28 Thread Özgür
Hi, The command yum grouplist does not show all available groups in Fedora 19. I had the same problem before in CentOS and other versions of Fedora. As an example, I can install yum groupinstall "Development Libraries" but yum grouplist does not show such a group. Is that a bug, or am I do

Re: Problems booting Fedora 19 with UEFI

2013-09-28 Thread Joe Zeff
On 09/28/2013 02:30 PM, Robert Holtzman wrote: Will this liveusb-creator work with other OSs, specifically debian? Not as far as I know. I tried to use it recently to make a live USB version of Xubuntu for a friend of mine and failed. AFAIK it's designed to work with Fedora only. UnetBoote

Re: Problems booting Fedora 19 with UEFI

2013-09-28 Thread Robert Holtzman
On Sat, Sep 28, 2013 at 01:40:29AM -0700, T.C. Hollingsworth wrote: ...snip... > > If it was anything but liveusb-creator, it might not have done the > necessary magic to make UEFI boot work properly. Grab it from > https://fedorahosted.org/liveusb-creator/ and try remaking

Re: readline (in c)

2013-09-28 Thread Bill Oliver
On Sat, 28 Sep 2013, Patrick Dupre wrote: Hello, It is probably not the right list to post my question, just in case! I would like to catch the ESC or ctl C key when using readline. Is it possible? Thank I'm not sure, but I think you can set behaviors for special keys in an inputrc file

F18: Problem with Abort

2013-09-28 Thread Dan Thurman
I did a ps command and found the following: root 622 1 0 10:52 ?00:00:00 /usr/bin/abrt-watch-log -F BUG: WARNING: at INFO: possible recursive locking detected ernel BUG at list_del corruption list_add corruption do_IRQ: stack overflow: ear stack overflow (cur: eneral protect

Re: 4in6 tunnel

2013-09-28 Thread Bill Davidsen
William Brown wrote: Hi, I am currently attempting to run an experiment with a segment of my network that is ipv6 only. As such, I would like to run a 4 in 6 tunnel to allow my systems to connect to v4 systems. The ability to do this is described here: http://tldp.org/HOWTO/Linux+IPv6-HOWTO/x1

Re: Script Help (Bash)

2013-09-28 Thread g
hi frankly, On 09/28/2013 11:30 AM, Frank Murphy wrote: On Sat, 28 Sep 2013 10:31:07 -0500 inode0 wrote: While there might be a cleaner way to detect that something was downloaded what I do is log the output from reposync and then if grep -q Download REPOSYNCLOG; then # do stuff when new

Re: Script Help (Bash)

2013-09-28 Thread inode0
On Sat, Sep 28, 2013 at 11:30 AM, Frank Murphy wrote: > On Sat, 28 Sep 2013 10:31:07 -0500 > inode0 wrote: > >> While there might be a cleaner way to detect that something was >> downloaded what I do is log the output from reposync and then >> >> if grep -q Download REPOSYNCLOG; then >> # do st

Re: Script Help (Bash)

2013-09-28 Thread Frank Murphy
On Sat, 28 Sep 2013 10:31:07 -0500 inode0 wrote: > While there might be a cleaner way to detect that something was > downloaded what I do is log the output from reposync and then > > if grep -q Download REPOSYNCLOG; then > # do stuff when new things were synced > fi > > John With bash would

Re: Script Help (Bash)

2013-09-28 Thread inode0
On Sat, Sep 28, 2013 at 6:21 AM, Frank Murphy wrote: > Still haven't mastered bash, not even a jack ( > > Have strung some command(s) together in /etc/cron.daily > > #!/bin/bash > ## Download no-bebug rawhide kernel > /usr/bin/cd > /var/cache/yum/x86_64/20/fedora-rawhide-kernel-nodebug-source/pac

Re: Problems booting Fedora 19 with UEFI

2013-09-28 Thread T.C. Hollingsworth
On Sat, Sep 28, 2013 at 6:15 AM, Edward Quick wrote: > Thank you TC, that was spot on! No problem; glad it's working for you now! > I was trying to install fedora with a usb > created from unetbootin. The usb created by liveusb-creator booted fine > though and now I can see Windows in the grub m

Re: Script Help (Bash)

2013-09-28 Thread Frank Murphy
On Sat, 28 Sep 2013 14:27:57 +0100 Junk wrote: > > reposync -p dest-dir would be easier. > > Junk That's cleaner, but how do I stop the script if nothing to sync. -- Regards, Frank www.frankly3d.com -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscripti

Re: Script Help (Bash)

2013-09-28 Thread Junk
On 28 Sep 2013, at 14:19, Frank Murphy wrote: > On Sat, 28 Sep 2013 13:55:15 +0100 > "Patrick O'Callaghan" wrote: > >> On Sat, Sep 28, 2013 at 12:21 PM, Frank Murphy >> wrote: >> >>> /usr/bin/cd >> >> >> Without looking any further, this is clearly wrong. Even if there >> is a /usr/bin/c

Re: Script Help (Bash)

2013-09-28 Thread Frank Murphy
On Sat, 28 Sep 2013 13:55:15 +0100 "Patrick O'Callaghan" wrote: > On Sat, Sep 28, 2013 at 12:21 PM, Frank Murphy > wrote: > > > /usr/bin/cd > > > Without looking any further, this is clearly wrong. Even if there > is a /usr/bin/cd file (see recent discussion) in order to have any > effect on

RE: Problems booting Fedora 19 with UEFI

2013-09-28 Thread Edward Quick
> From: tchollingswo...@gmail.com > Date: Sat, 28 Sep 2013 01:40:29 -0700 > Subject: Re: Problems booting Fedora 19 with UEFI > To: users@lists.fedoraproject.org > > Hi! > > Sorry for the lack of response; UEFI gives *all of us* nothing but grief. ;-) > > On Sun, Sep 22, 2013 at 2:11 AM, Edwa

Re: Script Help (Bash)

2013-09-28 Thread Patrick O'Callaghan
On Sat, Sep 28, 2013 at 12:21 PM, Frank Murphy wrote: > /usr/bin/cd Without looking any further, this is clearly wrong. Even if there is a /usr/bin/cd file (see recent discussion) in order to have any effect on the current directory used by subsequent commands you *have* to use the Shell built-

Which book to follow for RHCSA ?

2013-09-28 Thread Navdeep Singh Sidhu
Hello everybody, Can any body suggest me any material or book which i can follow for the prepration of RHCSA certification !!! With regards -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fed

Script Help (Bash)

2013-09-28 Thread Frank Murphy
Still haven't mastered bash, not even a jack ( Have strung some command(s) together in /etc/cron.daily #!/bin/bash ## Download no-bebug rawhide kernel /usr/bin/cd /var/cache/yum/x86_64/20/fedora-rawhide-kernel-nodebug-source/packages && \ /usr/bin/reposync --source -n =fedora-rawhide-kernel-nod

mock -r *.src wildcard?

2013-09-28 Thread Frank Murphy
Put the following commands together: #!/bin/bash ## Download no-bebug rawhide kernel /usr/bin/cd /var/cache/yum/x86_64/20/fedora-rawhide-kernel-nodebug-source/packages && \ /usr/bin/yumdownloader --source --disablerepo=* --enablerepo=fedora-rawhide-kernel-nodebug kernel && \ /usr/local/bin/moc

readline (in c)

2013-09-28 Thread Patrick Dupre
Hello, It is probably not the right list to post my question, just in case! I would like to catch the ESC or ctl C key when using readline. Is it possible? Thank === Patrick DUPRÉ                                 | | email

Re: Problems booting Fedora 19 with UEFI

2013-09-28 Thread T.C. Hollingsworth
Hi! Sorry for the lack of response; UEFI gives *all of us* nothing but grief. ;-) On Sun, Sep 22, 2013 at 2:11 AM, Edward Quick wrote: > Hi, > > I recently purchased a Dell Inspiron 5721 which came with Windows 8. I > would like to dual boot this with Fedora but am having problems running > the

Re: encription

2013-09-28 Thread Heinz Diehl
On 28.09.2013, Patrick Dupre wrote: > I would like that it ask me the paraphrase every time that the key > in replugged. How can I get this behavior? You have to check if there's something which caches your passphrase, and in this case you should prevent your passphrase from being cached. If thi

RE: Problems booting Fedora 19 with UEFI

2013-09-28 Thread Edward Quick
> > Hi, > > > > > > I recently purchased a Dell Inspiron 5721 which came with Windows 8. I > would like to dual boot this with Fedora but am having problems running > the Fedora Install. I have Fedora-19-x86_64-DVD.iso on usb, and whenever > I boot with UEFI (secure on or off), the > boot