Re: Finding matching braces with regular expressions

2012-03-18 Thread Cameron Simpson
On 18Mar2012 20:19, Bruno Wolff III wrote: | On Sun, Mar 18, 2012 at 23:46:17 +0100, |suvayu ali wrote: | > | >I'm trying to write a regular expression that matches function and class | >definitions in C/C++ and defuns in lisp code. I intend to use it with | >sed and `git blame'. My first att

Re: Blocked Ports

2012-03-18 Thread Peter Larsen
On Sun, Mar 18, 2012 at 09:21:03PM -0700, Mike Dwiggins wrote: > I need to use Ports 27177 and 27178 but, every Port Checker I can find > says they are blocked. You need to explain a bit more about your setup. What does the network you're on look like, from which system to what system are you tr

Blocked Ports

2012-03-18 Thread Mike Dwiggins
I need to use Ports 27177 and 27178 but, every Port Checker I can find says they are blocked. My iptables setup ( for ) now is: Incoming Packages- Accept Forwarded Packets- Accept Outgoing Packets- Accept The way I understand it, that means NO Ports should be blocked. Am I barking up

Re: memory corruption with 3.2.10

2012-03-18 Thread Ranjan Maitra
On Sun, 18 Mar 2012 20:22:44 -0500 Bruno Wolff III wrote: > On Sun, Mar 18, 2012 at 20:18:34 -0500, >Ranjan Maitra wrote: > > > >So here is the problem: I hibernate (this is what causes it to happen > >most frequently). Sometimes it comes back just fine, other times > >especially after the s

Re: grub2-mkconfig with 3.2.10 kernels?

2012-03-18 Thread Ed Greshko
On 03/19/2012 09:22 AM, Michael D. Setzer II wrote: > > Did you run grub2-mkconfig -o /boot/grub2/grub.cfg? > > From what I have seen, when a new kernel is installed, it runs > grubby, which doesn't make the recover option, so I generally run > the grub2-mkconfig to get it have the listing, but i

Re: memory corruption with 3.2.10

2012-03-18 Thread Bruno Wolff III
On Sun, Mar 18, 2012 at 20:18:34 -0500, Ranjan Maitra wrote: So here is the problem: I hibernate (this is what causes it to happen most frequently). Sometimes it comes back just fine, other times especially after the second time, I get a bunch of layman gibberish (basically memory address vio

Re: grub2-mkconfig with 3.2.10 kernels?

2012-03-18 Thread Michael D. Setzer II
On 19 Mar 2012 at 8:39, Ed Greshko wrote: Date sent: Mon, 19 Mar 2012 08:39:00 +0800 From: Ed Greshko To: Community support for Fedora users Subject:Re: grub2-mkconfig with 3.2.10 kernels? > > On 03/19/2012 08:09 AM, Michael D.

Re: [OT] Finding matching braces with regular expressions

2012-03-18 Thread Bruno Wolff III
On Sun, Mar 18, 2012 at 23:46:17 +0100, suvayu ali wrote: I'm trying to write a regular expression that matches function and class definitions in C/C++ and defuns in lisp code. I intend to use it with sed and `git blame'. My first attempt relies on indentation. That obviously breaks rather of

memory corruption with 3.2.10

2012-03-18 Thread Ranjan Maitra
Hi, So a problem which has plagued me for the past 6 months is back with 3.2.10 (it seemed to have gone away with 3.2.9). So here is the problem: I hibernate (this is what causes it to happen most frequently). Sometimes it comes back just fine, other times especially after the second time, I get

Re: grub2-mkconfig with 3.2.10 kernels?

2012-03-18 Thread Ed Greshko
On 03/19/2012 08:49 AM, Reindl Harald wrote: > because "/etc/default/grub" in Fedora contains GRUB_DISABLE_RECOVERY="true"? No, it isn't even listed there But it is listed in grub.rpmnew. Learning about grub2 is on my list of things to learn more about. May have to bump the priority a bit.

Re: grub2-mkconfig with 3.2.10 kernels?

2012-03-18 Thread Reindl Harald
Am 19.03.2012 01:39, schrieb Ed Greshko: > On 03/19/2012 08:09 AM, Michael D. Setzer II wrote: >> The issue is that the order is coming up wrong. >> On my sytem, it adds the new kernel, but it is the in this order >> from the grub.cfg file. >> >> menuentry 'Fedora Linux, with Linux 3.2.9-2.fc16

Re: grub2-mkconfig with 3.2.10 kernels?

2012-03-18 Thread Ed Greshko
On 03/19/2012 08:09 AM, Michael D. Setzer II wrote: > The issue is that the order is coming up wrong. > On my sytem, it adds the new kernel, but it is the in this order > from the grub.cfg file. > > menuentry 'Fedora Linux, with Linux 3.2.9-2.fc16.x86_64' > menuentry 'Fedora Linux, with Linux 3.

Re: Re: grub2-mkconfig with 3.2.10 kernels?

2012-03-18 Thread Colin J Thomson
On Monday 19 Mar 2012 10:09:50 Michael D. Setzer II wrote: > On 19 Mar 2012 at 7:47, Ed Greshko wrote: > > > On 03/18/2012 11:00 PM, Michael D. Setzer II wrote: > > > Just did an update and it included a new kernel, but then on > > > reboot after running grub2-mkconfig noticed that the newest one

Re: grub2-mkconfig with 3.2.10 kernels?

2012-03-18 Thread Michael D. Setzer II
On 19 Mar 2012 at 7:47, Ed Greshko wrote: Date sent: Mon, 19 Mar 2012 07:47:47 +0800 From: Ed Greshko To: Community support for Fedora users Subject:Re: grub2-mkconfig with 3.2.10 kernels? Send reply to: Community suppo

compat-gcc-32

2012-03-18 Thread Dave Close
How is it possible that Fedora 16 includes package compat-gcc-32-3.2.3-debuginfo.i686.rpm but does not appear to include the underlying compat-gcc-32-3.2.3.i686.rpm? To what does the debuginfo package pertain (it says, "This package provides debug information for package compat-gcc-32.")? Should I

Re: grub2-mkconfig with 3.2.10 kernels?

2012-03-18 Thread Ed Greshko
On 03/18/2012 11:00 PM, Michael D. Setzer II wrote: > Just did an update and it included a new kernel, but then on > reboot after running grub2-mkconfig noticed that the newest one > was not first. Seems to be sorting the 9 before the 10? > > Is this a bug? > I use the default="0", so this makes

Re: [OT] Finding matching braces with regular expressions

2012-03-18 Thread suvayu ali
On Sun, Mar 18, 2012 at 23:46, suvayu ali wrote: > So I was wondering if there was a way to "count" the braces and > parentheses with regular expressions. If that is possible, I could > easily count and find the matching brace. I forgot to mention, the hints I found with some searching doesn't qu

[OT] Finding matching braces with regular expressions

2012-03-18 Thread suvayu ali
Hi, I wasn't sure which list would be appropriate for this question, but since there are many knowledgeable members on this one I thought I ask here. I'm trying to write a regular expression that matches function and class definitions in C/C++ and defuns in lisp code. I intend to use it with sed

booting from DVD image on hard drive partition

2012-03-18 Thread Michael Hennebry
I have a bootable DVD iso that I can copy to a hard drive partition. How, if at all, can I boot from that partition? My first thought is to chainload from grub, but I can't figure out what to tell the chainload command. The syntax of the command, I think I understand. The issue, I hope, is at what

Re: Fedora 15 and Apache service starting but not accepting connections at boot.

2012-03-18 Thread Reindl Harald
Am 18.03.2012 22:24, schrieb Aero Maxx: > On 18/03/2012 13:44, Reindl Harald wrote: >> >> Am 18.03.2012 14:34, schrieb Aero Maxx: >>> [Sun Mar 18 03:48:31 2012] [error] [client 192.168.0.103] ModSecurity: >>> Warning. Operator GE matched 15 at >>> TX:outbound_anomaly_score. [file >>> "/etc/http

Re: Fedora 15 and Apache service starting but not accepting connections at boot.

2012-03-18 Thread Aero Maxx
On 18/03/2012 13:44, Reindl Harald wrote: Am 18.03.2012 14:34, schrieb Aero Maxx: [Sun Mar 18 03:48:31 2012] [error] [client 192.168.0.103] ModSecurity: Warning. Operator GE matched 15 at TX:outbound_anomaly_score. [file "/etc/httpd/modsecurity.d/base_rules/modsecurity_crs_60_correlation.conf

Re: recover from a bad F16 install

2012-03-18 Thread Aaron Konstam
On Sun, 2012-03-18 at 13:22 -0700, Paul Allen Newell wrote: > On 3/18/2012 12:05 PM, R. G. Newbury wrote: > > Paul Allen Newell wrote > > its does the same "No usable disks" > > > > >> > > >> PartedMagic was the one option I asked about in my original email > > and it > > > > >On both the Li

Re: US ISPs become 'copyright cops' starting July 12

2012-03-18 Thread Alan Cox
On Sat, 17 Mar 2012 13:14:39 -0500 Steve Berg wrote: > On 03/17/2012 12:45 PM, Dave Ihnat wrote: > > Well, playing_Advocatus Diaboli_, what if some moneyed software company > > claims Open Source software being hosted for download is violating their > > copyrights, and uses this excuse to shut do

Re: recover from a bad F16 install

2012-03-18 Thread Paul Allen Newell
On 3/18/2012 12:05 PM, R. G. Newbury wrote: Paul Allen Newell wrote its does the same "No usable disks" >> >> PartedMagic was the one option I asked about in my original email and it >On both the LiveCD and the installation DVD troubleshot into a bash shell, I am getting "parted - Invali

Re: recover from a bad F16 install

2012-03-18 Thread Paul Allen Newell
On 3/18/2012 6:54 AM, Aaron Konstam wrote: The program is really fdisk Yeah, man fdisc wasn't getting me anywhere (smile) -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http:/

Re: recover from a bad F16 install

2012-03-18 Thread R. G. Newbury
Paul Allen Newell wrote its does the same "No usable disks" >> >> PartedMagic was the one option I asked about in my original email and it >On both the LiveCD and the installation DVD troubleshot into a bash shell, I am getting "parted - Invalid partition table - recursive partition on /dev

Re: Setting default $PATH

2012-03-18 Thread Bill Davidsen
enclair wrote: Hi, By default in Fedora /usr/local/bin is before /usr/bin Where is it defined? In /etc/profile, only /usr/local/sbin is set. You can check .bash_profile and .bashrc I forget where it is by default since I set things a bit myself. I have a site wide NFS mounted filesystem with

Re: Tie kvm-host traffic to eth0 F15?

2012-03-18 Thread Bill Davidsen
Frank Murphy wrote: I have a kvm host with two nic, eth0, eth1 I have the guests tied to eth1, using virt-manager. How do I keep all host traffic to eth0? Given the limitations of Linux network behavior, you would have to do it using source routing and the "ip route" stuff. You can force traf

Re: Getting FC16 to shut down

2012-03-18 Thread Bill Davidsen
Aaron Konstam wrote: On Sat, 2012-03-17 at 16:24 -0400, Bill Davidsen wrote: In both GNOME (fallback mode) and xfce, if I click the shutdown entry in the user drop down, I get a pop-up asking if I really mean it. WHile I'd like to eliminate that step, if I click SHUTDOWN again I get a logout seq

Tie kvm-host traffic to eth0 F15?

2012-03-18 Thread Frank Murphy
I have a kvm host with two nic, eth0, eth1 I have the guests tied to eth1, using virt-manager. How do I keep all host traffic to eth0? -- Regards, Frank "Jack of all, fubars" -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedorap

grub2-mkconfig with 3.2.10 kernels?

2012-03-18 Thread Michael D. Setzer II
Just did an update and it included a new kernel, but then on reboot after running grub2-mkconfig noticed that the newest one was not first. Seems to be sorting the 9 before the 10? Is this a bug? I use the default="0", so this makes it not use the latest? +

Re: recover from a bad F16 install

2012-03-18 Thread Aaron Konstam
On Sat, 2012-03-17 at 21:45 -0700, Paul Allen Newell wrote: > On 3/17/2012 8:50 PM, Tim wrote: > > On Sat, 2012-03-17 at 18:40 -0700, Paul Allen Newell wrote: > >> I now have a machine that is "a brick". There is no operating system > >> on it as that got destroyed and any attempts to do a fresh i

Re: Fedora 15 and Apache service starting but not accepting connections at boot.

2012-03-18 Thread Reindl Harald
Am 18.03.2012 14:34, schrieb Aero Maxx: > [Sun Mar 18 03:48:31 2012] [error] [client 192.168.0.103] ModSecurity: > Warning. Operator GE matched 15 at > TX:outbound_anomaly_score. [file > "/etc/httpd/modsecurity.d/base_rules/modsecurity_crs_60_correlation.conf"] > [line > "38"] [msg "Outbound A

Re: Fedora 15 and Apache service starting but not accepting connections at boot.

2012-03-18 Thread Aero Maxx
On 18/03/2012 03:46, Tim wrote: On Sun, 2012-03-18 at 00:42 +, Aero Maxx wrote: I have Fedora 15 installed and its working well for me at the moment for everything except apache in an odd way, it will start at boot without any issues, but it wont allow any connections to it. Sounds like Apa

Re: recover from a bad F16 install

2012-03-18 Thread Timothy Murphy
Paul Allen Newell wrote: =>> IMO, the easiest thing to do would be to boot a LiveCD and use the disk >> tools to examine the partition tables and then to remove them all and >> relabel the disk. > Thanks. Let me create a LiveCD and see what I can do. I'm surprised that no-one has mentioned Knopp