Joao Daniel | 1 Oct 2011 01:27
Picon
Favicon

installed but not installed.

So guys,

I need to install snort on a machine. It seems that snort need a library 
called daq and libpcap version > 1.0

[root <at> localhost daq-0.6.1]# find / -name *libpcap*
/usr/local/lib/libpcap.a
/usr/local/lib/libpcap.so.1.1.1
/usr/local/lib/libpcap.so
/usr/local/lib/libpcap.so.1
/lib/lib/libpcap.a
/lib/lib/libpcap.so.1.1.1
/lib/lib/libpcap.so
/lib/lib/libpcap.so.1

So I guess I have libpcap-1.1.1 installed. (Installed by untar 
./configure make make install)

When I try to install daq-0.6.1:

[root <at> localhost daq-0.6.1]# ./configure 
--with-mysql--enable-dynamicplugin  --with-libpcap-libraries=/lib/lib/
or
[root <at> localhost daq-0.6.1]# ./configure 
--with-mysql--enable-dynamicplugin  --with-libpcap-libraries=/usr/local/lib/

I got:

  ERROR!  Libpcap library version >= 1.0.0  not found.
     Get it from http://www.tcpdump.org
(Continue reading)

Rohan Sheth | 1 Oct 2011 01:33
Gravatar

Re: installed but not installed.

On Fri, Sep 30, 2011 at 4:27 PM, Joao Daniel
<joaodanielnevesss <at> hotmail.com> wrote:
>
>  ERROR!  Libpcap library version >= 1.0.0  not found.
>     Get it from http://www.tcpdump.org

I think you need libpcap-devel to build against libpcap.  Try yum
installing that and giving your configure another go.

-Rohan
--

-- 
users mailing list
users <at> lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Craig White | 1 Oct 2011 02:57

Re: Fun and games with 3TB hard drives.

On Fri, 2011-09-30 at 15:12 -0300, Fernando Cassia wrote:
> On Fri, Sep 30, 2011 at 14:54, linux guy <linuxguy123 <at> gmail.com> wrote:
> > Lets be clear here.   There isn't really a bug in fdisk.
> 
> If it doesn't want the user about this, I consider it a bug. lack of
> documentation and human-readable feedback is a bug. :)
----
I suppose if you ignore the fdisk man page your argument would have some
weight but alas...

In a DOS-type partition table the starting offset and the size of each
partition is stored in two ways: as an absolute number of sectors (given
in 32 bits), and as a Cylinders/Heads/Sectors triple (given in 10+8+6
bits). The former is OK -- with 512-byte sectors this will work up to  2
TB.

you also wrote...

> This exemplifies the problem with FOSS software and the "here's the
> recipe on how to fix it" culture, . Don't get me wrong, I'm not
> throwing blame around, I just want to say that:
> 
> 1. Instead of posting "recipes" on how to fix limitations of the
> software, it'd be MUCH MORE helpful to FIX THE UNDERLYING PROBLEMS
> with the software, so that:
> 
> a. A BUG REPORT ON FDISK is entered, so that:
>    * It works correctly on drives bigger than 2TB, or...

I think it actually does work on drives bigger than 2TB but not
(Continue reading)

Frantisek Hanzlik | 1 Oct 2011 03:08
Picon
Favicon

Re: difference between "ping -I INTERFACE" and "ping -I IPADDRESS" ?

JB wrote:
> Frantisek Hanzlik <franta <at> hanzlici.cz> writes:
> 
>> ...
> 
> Suggestions:
> 
> 1. use -R option to see routing (like ping plus traceroute in one)
>    Perhaps it will give you some clue about how it travels.
>    # ping -R -n -c 2 -I source_ip target_ip 
>    # ping -R -n -c 2 -I source_if target_ip
> 
>    You may try with -B option as well, just in case.
>    # ping -B -R -n -c 2 -I source_ip target_ip
>    # ping -B -R -n -c 2 -I source_if target_ip
> 
> 2. install an older F13 or a newer F15 client on the same network, or perhaps 
>    you would be able to remove on F14 the iputils package and replace it by 
>    e.g. F13's iputils.
>    Then run the tests again to see if it is a case of ping regression.
>  
> 3. play with -Q tos option (man ping)
> 
> 4. get in touch with your ISP and ask them for co-testing with you (capturing
>    your ping's on the way out and on the way back).
>    I guess 'tcpdump' or similar net tool would allow them to see both ICMPs
>    (request and echo).
>    They could test the target_ip from their net too.
> 
> JB
(Continue reading)

Craig White | 1 Oct 2011 03:04

Re: Fedora Users responsibility to Developers [scratch] Re: Developers responsibillity to Fedora Users

On Fri, 2011-09-30 at 08:56 -0500, Aaron Konstam wrote:

> I wish I had any evidence that developers listen to the suggestions you
> want to send them. I have seen no such evidence. I would assume most of
> the people on this list are well aware of the difficulty of programming
> secure and "foolproof" programs. Although "foolproof" programs don't
> exist.
----
bugzilla

The package owner has to look at the bug report at some point, even if
he chooses to do nothing about it... that's sort of evidence in its own
way. But eventually it has to be cleared.

A good bugzilla report almost always is acted on.

You can't 'foolproof' or 'idiot proof' anything - idiots always improve
their tactics.

Craig

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

--

-- 
users mailing list
users <at> lists.fedoraproject.org
To unsubscribe or change subscription options:
(Continue reading)

Fernando Cassia | 1 Oct 2011 04:31
Picon
Gravatar

Re: Fun and games with 3TB hard drives.

On Fri, Sep 30, 2011 at 21:57, Craig White <craigwhite <at> azapple.com> wrote:
> I don't think this exemplifies the problem with FOSS software except for
> maybe indicating that sometimes the information is there for all to see
> but some people don't actually look and rely upon misinformed web pages,
> people, etc.

I used to be like you, always quick to lecture end users with some
technical factoid.

Then I got older, and with age one gets less patience (or less
inclined to waste time trying to work around technical limits in
hardware or software, as one has "been there" many times in the past).

So I eventually realized it´s not really the end-user´s job to  know
about the cylinder limits of DOS-style partition tables beforehand.
And that if they fire fdisk on a bigger than 2TB hard drive, a warning
message "hey, look, this tool has a limit on what it can do on the big
hard drive just detected" would go a long way to solve frustration and
waste of time, as experienced by the OP.

Just saying.
FC
--

-- 
users mailing list
users <at> lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Linda McLeod | 1 Oct 2011 06:04

If "DBAN" was one of the Fedora install-disk options...

My IP and OS are a vandalism target of mindless childish hellbound kooks
hellbent on causing me grief to appease their delusions that I'm in any
ways like them, and that I might somehow want to help them solve their
useless bullyish lives..  is why I find it best to "DBAN" compromised
OS's, to make hd's totally clean for new installs...

It would be Saweet if "DBAN" was one of the Fedora install-disk
options... 

http://www.google.ca/search?sclient=psy-ab&hl=en&site=&source=hp&q=dban&btnK=Google+Search

-- 
http://www.fastmail.fm - Email service worth paying for. Try it for free

--

-- 
users mailing list
users <at> lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Craig White | 1 Oct 2011 06:33

Re: Fun and games with 3TB hard drives.

On Fri, 2011-09-30 at 23:31 -0300, Fernando Cassia wrote:
> On Fri, Sep 30, 2011 at 21:57, Craig White <craigwhite <at> azapple.com> wrote:
> > I don't think this exemplifies the problem with FOSS software except for
> > maybe indicating that sometimes the information is there for all to see
> > but some people don't actually look and rely upon misinformed web pages,
> > people, etc.
> 
> I used to be like you, always quick to lecture end users with some
> technical factoid.
> 
> Then I got older, and with age one gets less patience (or less
> inclined to waste time trying to work around technical limits in
> hardware or software, as one has "been there" many times in the past).
> 
> So I eventually realized it´s not really the end-user´s job to  know
> about the cylinder limits of DOS-style partition tables beforehand.
> And that if they fire fdisk on a bigger than 2TB hard drive, a warning
> message "hey, look, this tool has a limit on what it can do on the big
> hard drive just detected" would go a long way to solve frustration and
> waste of time, as experienced by the OP.
> 
> Just saying.
----
In the scheme of things:
- drives > 2TB are extremely new
- it's possible if not likely that someone will make partitions smaller
than 2TB
- there actually is a man page describing fdisk and it's limitations and
in fact, the second paragraph of the fdisk man page makes it pretty
clear.
(Continue reading)

Linda McLeod | 1 Oct 2011 06:53

I find FireFox is Fedora's biggest security flaw..


I find FireFox is Fedora's biggest security flaw..  FF is way too easy
to hack and crack
by demon-bullies to get into to mess-up the browser...

Please tell: What be the most secure browser for Linux Fedora?..  Is
there such a thing as a "secure browser"..?

Have you got any ideas when Mozilla might make FF reasonably secure..?

How do I get you and/or Mozilla to link to my PC to tap into my OS to
catch a glimpse of
the damage and entries the kooks do to FF in my Fedora-14 OS hd..?  

-- 
http://www.fastmail.fm - Or how I learned to stop worrying and
                          love email again

--

-- 
users mailing list
users <at> lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Larry Brower | 1 Oct 2011 06:58

Re: I find FireFox is Fedora's biggest security flaw..


On 09/30/2011 11:53 PM, Linda McLeod wrote:
> 
> I find FireFox is Fedora's biggest security flaw..  FF is way too easy
> to hack and crack
> by demon-bullies to get into to mess-up the browser...
> 
> Please tell: What be the most secure browser for Linux Fedora?..  Is
> there such a thing as a "secure browser"..?
> 
> Have you got any ideas when Mozilla might make FF reasonably secure..?
> 
> How do I get you and/or Mozilla to link to my PC to tap into my OS to
> catch a glimpse of
> the damage and entries the kooks do to FF in my Fedora-14 OS hd..?  
> 
> 
> 

How about providing some sort of proof to backup your far fetched crazy
claims.....


Gmane