Re: [CentOS] two cents or not two cents

2010-12-20 Thread Scott Robbins
On Mon, Dec 20, 2010 at 03:12:46PM -0800, Akemi Yagi wrote:


> What do you mean you cannot find it :-P
> 
> https://www.centos.org/modules/newbb/viewtopic.php?topic_id=23746&forum=38&post_id=121629#forumpost121629

> 
I didn't look at that time, I was multi-tasking.   :)

However, thank you as always.  :)


-- 
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

Joyce: You belong in a good old fashioned college with keg 
parties and boys. Not here with Hellmouths and vampires. 
Buffy: Not really seeing the distinction. 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] two cents or not two cents

2010-12-20 Thread Les Mikesell
On 12/20/10 4:56 PM, Sean wrote:
>
> By 'size' I was actually referring to 'source size' :  (1) you say it
> above "..[all micro] logic..[on] one page ..".(2) the same idea but
> in a project-macro-logic sense viz a viz sheer quantity of code lines to
> manage overall.

Agreed, but long term the main thing is that you can trust the components 
you've 
used not to change interfaces and make you re-visit them once something is 
working.  If you can treat something as a black box and trust it, the size of 
the component isn't that important.

>> You can always do input into temporary tables structured more like the
>> input data and process to normalized form later (if needed).
> Not if normalising implies any user-interactivity (the usual scenario).

Normalizing is for database efficiency and reducing redundancy and usually 
doesn't relate well to the set of information a user would have at once anyway.

> An early input in the automated background input stream off the wire
> generates some KEY which a later input of the same stream hours later
> may try to match against. Would the latest sqlite accept a KEY that was
> say (&  maybe badly) both QP-encoded and HTML-encoded, and even if it did
> so now would that be guaranteed to endure through future versions of
> those encodings without ever rejecting?

I'm not sure how the database involved matters for that.  Or why you wouldn't 
fix it at the first opportunity.

> In a sense, BDB serves the "temporary tables" suggestion already, but so
> much more as to be sufficient in itself. You seem unduly anti-BDB? Quite
> frankly I have had far less trouble with it than any other db ever. In
> the past year I have had to do one dump/(re)-load [about 1 hour], and
> twice delete the environment files [about 1 minute] so that they would
> self-rebuild on next access. That's it!

I suppose I hold a grudge longer than necessary.  Long ago I inherited a 
bulletin board system that held user data (login/password/read message list) in 
a bdb.  It had been put in production but the author left before the 'read 
lists' grew to a point where a bug in bdb made them regularly overwrite random 
adjacent data, including other people's accounts.  It was not a fun experience. 
  Also, you might note that subversion was originally released with bdb as the 
default backend storage.  It isn't now, due to regular problems - although 
those 
were probably file locking/sharing issues in multiuser use more than anything 
else.  And the other problem is that if you are just tossing blobs of data in 
your application's native representation into the DB, it doesn't give you a 
chance to access it from other languages or platforms when you want to make 
evolutionary changes or add different components.

> I have some processes shared with win boxes over RPC (producung excel
> charts) which require that both Perl version and versions of modules
> like Storable.pm exactly match, so am largely at the mercy of  what the
> Activestate repo provides as to what must be run on the linux box too.
> I need lots of browsers too (alongside Firefox) for day to day work. The
> old versions of Mozilla, Konqueror and Opera which will run under FC4
> are critically dysfunctional on some operations needed. So am looking to
> try a more up to date team.

I'd think java would do a better job of charting.  Have you looked at the 
Pentaho tool set?  Their site is site is somewhat confusing about what is 
commercial and what is free, but look for the 'community edition'.  Among other 
things there is a GUI report writing tool to do the layout you want with data 
from an assortment of sources.  Then there is the 'bi-server' that will render 
the report as a web service with html/pdf/excel/csv/test output - and you can 
schedule them to be run at pre-set times  into a cache or email.  Jasper 
reports 
and BIRT have similar capabilities.

> CentOS is beginning to look more&  more like my cup of tea, and since I
> gather that a new major is immanent maybe it will support the new Google
> Chrome (along with Seamonkey, Opera-11+)? I wonder if there is a list of
> packages somewhere. If the repo web-page for CentOS provided the actual
> repo-address I was going to try direct my FC4-yum there for listings,
> but cannot seem to find it. It may be still the case that I cannot have
> 'both worlds' on one box, or maybe I can try a CentOS + VM-XXX
> configuration hmmm.

Look at what RHEL 6 has.  I think you can still download their beta - or 
Scientific Linux has their alpha release out (SL is very similar to Centos, 
rebuilding from the same source but they add a few things). 
http://distrowatch.com/?newsid=06401

-- 
   Les Mikesell
 lesmikes...@gmail.com

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] two cents or not two cents

2010-12-20 Thread Akemi Yagi
On Mon, Dec 20, 2010 at 3:05 PM, Scott Robbins  wrote:
> On Tue, Dec 21, 2010 at 11:56:26AM +1300, Sean wrote:
>>
>> CentOS is beginning to look more & more like my cup of tea, and since I
>> gather that a new major is immanent maybe it will support the new Google
>> Chrome (along with Seamonkey, Opera-11+)?
>
> Just for the record, someone just made a very nice build of
> google-chrome for CentOS 5.x that works quite well--as does Opera 11.
>
> See the CentOS forums--if you are interested, but can't find it, post
> again and I'll find the thread.

What do you mean you cannot find it :-P

https://www.centos.org/modules/newbb/viewtopic.php?topic_id=23746&forum=38&post_id=121629#forumpost121629

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] two cents or not two cents

2010-12-20 Thread Scott Robbins
On Tue, Dec 21, 2010 at 11:56:26AM +1300, Sean wrote:
> 
> CentOS is beginning to look more & more like my cup of tea, and since I 
> gather that a new major is immanent maybe it will support the new Google 
> Chrome (along with Seamonkey, Opera-11+)? 

Just for the record, someone just made a very nice build of
google-chrome for CentOS 5.x that works quite well--as does Opera 11. 

See the CentOS forums--if you are interested, but can't find it, post
again and I'll find the thread. 

-- 
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

Buffy: I told you. I said end of the world. And you're like, 
'Pooh-pooh, Southern California, pooh-pooh.' 
Giles: I'm so very sorry. My contrition completely dwarfs the 
impending apocalypse. 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] two cents or not two cents

2010-12-20 Thread Sean

>  And there are IDEs like eclipse that do a lot of the grunge work 
> boilerplate for you, and maven to manage components as you scale up.
eclipse froze my first FC4 tryout ... is for me what BerkeleyDB is for you.
>
> I do agree personally - I can't think in java and do much better when 
> you can squeeze the logic of a routine onto one page where you can see 
> it all at once.
> .
> I'd relate the importance of code size to the amount of RAM you can 
> afford.  For a long time now it has been cheaper to buy RAM than to 
> hire someone capable of shrinking your code base - unless maybe you 
> have a mass-market application that will run on millions of boxes.
By 'size' I was actually referring to 'source size' :  (1) you say it 
above "..[all micro] logic..[on] one page ..".(2) the same idea but 
in a project-macro-logic sense viz a viz sheer quantity of code lines to 
manage overall.
I do rate java for designing GUI-interfaces. No argument there. GUI 
components ARE objects. But most of the real world aint ..(malfits being 
the reason for extensibility in OOP).. and it turns out I think that 
re-usability mostly goes hugely custardly. (And aside, if best 
programming is the truly 'creative' kind, not just spending time finding 
the right lego blocks to make new combinations with, then OOP fits badly 
anyway).
>
 Why BerkeleyDB? I dont know of an embedded-db equivalent that will 
 store
 'any and every data exactly as is'.
>>>
>>> I'd think sqlite first - these days anyway.  
>
> You can always do input into temporary tables structured more like the 
> input data and process to normalized form later (if needed).
Not if normalising implies any user-interactivity (the usual scenario). 
An early input in the automated background input stream off the wire 
generates some KEY which a later input of the same stream hours later 
may try to match against. Would the latest sqlite accept a KEY that was 
say (& maybe badly) both QP-encoded and HTML-encoded, and even if it did 
so now would that be guaranteed to endure through future versions of 
those encodings without ever rejecting? Even if the 'normalising' could 
be automated satisfactorily to avoid all rejections for sqlite right now 
within the capture process, it would be biased to sqlite's constraints, 
an unwanted extra layer that may well also actually corrupt the heavy 
duty (search-engine)-normalising already being performed on difficult 
data ..(eg stemming, scoring, indexing).

In a sense, BDB serves the "temporary tables" suggestion already, but so 
much more as to be sufficient in itself. You seem unduly anti-BDB? Quite 
frankly I have had far less trouble with it than any other db ever. In 
the past year I have had to do one dump/(re)-load [about 1 hour], and 
twice delete the environment files [about 1 minute] so that they would 
self-rebuild on next access. That's it!

Which doesn't mean I'm not also always open to suggestions.

>
> Sqlite should be equally usable - and easier to convert to/from server 
> backends.  That might not have been true long ago, though.
>>> If you had moved to Centos3 as the first step, you could have run that
>>> with nothing more drastic than a periodic 'yum update' for years, then
>>> jumped to Centos5 with no rush to change again even now.
>> Ah, now you tell me!
> You should have asked sooner.   I still have a few centos3 boxes going 
> strong. I had problems with perl modules and a few other things in the 
> early stages of centos4 and skipped over that for most systems.
And proves that the time I can make available for discovery falls short 
by heaps. Nearing closure on a very long project right now, thinking 
ahead to next steps, reviewing the robustness of past decisions, is very 
enjoyable and an unusual luxury for me. Playing the 'distro-hopping' 
game that many seem to indulge in for instance has just been out of the 
question.
I have some processes shared with win boxes over RPC (producung excel 
charts) which require that both Perl version and versions of modules 
like Storable.pm exactly match, so am largely at the mercy of  what the 
Activestate repo provides as to what must be run on the linux box too.
I need lots of browsers too (alongside Firefox) for day to day work. The 
old versions of Mozilla, Konqueror and Opera which will run under FC4 
are critically dysfunctional on some operations needed. So am looking to 
try a more up to date team.
CentOS is beginning to look more & more like my cup of tea, and since I 
gather that a new major is immanent maybe it will support the new Google 
Chrome (along with Seamonkey, Opera-11+)? I wonder if there is a list of 
packages somewhere. If the repo web-page for CentOS provided the actual 
repo-address I was going to try direct my FC4-yum there for listings, 
but cannot seem to find it. It may be still the case that I cannot have 
'both worlds' on one box, or maybe I can try a CentOS + VM-XXX 
configuration hmmm.

Sean
_

Re: [CentOS] SATA NCQ and Linux Software RAID

2010-12-20 Thread William Warren
On 12/20/2010 5:40 PM, Matt wrote:
> Does SATA Native Command Queueing and Linux software RAID1 play well
> together or is it better to turn off NCQ when doing software RAID?
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
AKAIK NCQ works jsut fine with MDRAID.  I've used it in that scenario.  
I don't know about DMRAID though.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] SATA NCQ and Linux Software RAID

2010-12-20 Thread Matt
Does SATA Native Command Queueing and Linux software RAID1 play well
together or is it better to turn off NCQ when doing software RAID?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Routing issue between 2 LANs

2010-12-20 Thread José María Terry Jiménez

Les Mikesell escribió:

On 12/19/10 1:45 PM, Jose Maria Terry Jimenez wrote:
  

I wanted the reverse path.  Traceroute from the 192.168.236.80 box back to the 
fedora address.  It doesn't make sense that it can return packets without a 
route going through the Centos box.


  

Hello

This arrived as spam, and i found it now. Even it seem yesterday the 
mistery was discovered, here is what you asked me:


[j...@control ~]$ traceroute 192.168.1.3
traceroute to 192.168.1.3 (192.168.1.3), 30 hops max, 40 byte packets
1  192.168.1.3 (192.168.1.3)  1.429 ms !X  1.438 ms !X  1.440 ms !X

I suppose that goes by the second NIC on the "other" Centos.

Best,


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.6)
AntiVirus: ClamAV 0.95.2/12419 - Mon Dec 20 17:17:01 2010
by Markus Madlener @ http://www.copfilter.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6

2010-12-20 Thread Les Mikesell
On 12/20/10 2:55 PM, John R. Dennison wrote:
> On Mon, Dec 20, 2010 at 12:50:50PM -0800, Jason T. Slack-Moehrle wrote:
>>
 I'm sitting here with my manager and the other admin, as they argue as to
 when CentOS 6 will be out. Anyone have a clue as to when? Are we getting
 close?
>>
>>> this happens every release.  there's no set date.  it'll be done when it
>>> is completed.
>>
>> Is there a roadmap or expected feature set that we can look at?
>
>   Beta refresh 2 of RHEL6; 30-day free trial for RHEL6 or the
>   upstream documentation for EL6.
>

Or Scientific Linux has their alpha release out.  Should be close enough for 
testing most things.  http://distrowatch.com/?newsid=06401

-- 
   Les Mikesell
 lesmikes...@gmail.com


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Routing issue between 2 LANs

2010-12-20 Thread José María Terry Jiménez

Andrej Moravcik escribió:

Hello Jose,

from the picture you provided the situation looks pretty simple.

- you have enabled IP forwarding on router, I recommend you to put it 
into /etc/sysctl.conf for persistence.


- you have configured firewall rules on router to allow forwarding 
traffic from left to right subnet. You can also try to set up ACCEPT 
policy just for testing.



- the default gateway for left subnet is 192.168.1.1 (you mentioned 
router for Internet access). Correct me if I'm wrong.


- the default gateway for right subnet I assume is 192.168.236.74. You 
don't have to do anything with routing here. Every host in right subnet 
knows where to send replies.



- the problem seems to be missing routing information in left subnet. 
Hosts don't know anything about the right subnet and thus send requests 
to the default gateway 192.168.1.1.


- modifying routing table on every host in left subnet can be solution 
in case, if there is only a few hosts which need to access right subnet


- if you need to have fully accessible subnets, put the static route to 
default gateway 192.168.1.1 to redirect requests to proper gateway. If 
it is Linux gateway, try something like this


[r...@default-gw]# ip route add 192.168.236.0/24 via 192.168.236.74


Regards

Andrej



Jose Maria Terry Jimenez wrote:

  
I have a CentOS 5.5 machine with 2 nics each one configured to work in 
one of the nets. The CentOS also uses a router for Internet access that 
is 192.168.1.1.


192.168.1.0/24 >-192.168.1.100--[CentOS Machine]--192.168.236.74 
< 192.168.236.0/24



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
  

Thank you very much, Andrej.

Today i couldn't test this, but default gateway for right subnet is 
192.168.236.21 and i can't change anything in that router and many 
machines of that network, i only admin a few there.


Best,


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.6)
AntiVirus: ClamAV 0.95.2/12419 - Mon Dec 20 17:17:01 2010
by Markus Madlener @ http://www.copfilter.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6

2010-12-20 Thread John R. Dennison
On Mon, Dec 20, 2010 at 12:50:50PM -0800, Jason T. Slack-Moehrle wrote:
> 
> >> I'm sitting here with my manager and the other admin, as they argue as to
> >> when CentOS 6 will be out. Anyone have a clue as to when? Are we getting
> >> close?
> 
> > this happens every release.  there's no set date.  it'll be done when it 
> > is completed.
> 
> Is there a roadmap or expected feature set that we can look at?

Beta refresh 2 of RHEL6; 30-day free trial for RHEL6 or the
upstream documentation for EL6.




John
-- 
"The Special Olympics is to winners as FOX News is to experts.
If you show up, you are one."

-- Jon Stewart


pgpAnFwVO7tCb.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6

2010-12-20 Thread John R Pierce
On 12/20/10 12:50 PM, Jason T. Slack-Moehrle wrote:
> Is there a roadmap or expected feature set that we can look at?

http://www.redhat.com/rhel/server/details/




___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6

2010-12-20 Thread Jason T. Slack-Moehrle

>> I'm sitting here with my manager and the other admin, as they argue as to
>> when CentOS 6 will be out. Anyone have a clue as to when? Are we getting
>> close?

> this happens every release.  there's no set date.  it'll be done when it 
> is completed.

Is there a roadmap or expected feature set that we can look at?

-Jason

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6

2010-12-20 Thread William Warren
On 12/20/2010 3:35 PM, m.r...@5-cent.us wrote:
> *sigh*
> I'm sitting here with my manager and the other admin, as they argue as to
> when CentOS 6 will be out. Anyone have a clue as to when? Are we getting
> close?
>
> mark
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
this happens every release.  there's no set date.  it'll be done when it 
is completed.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS 6

2010-12-20 Thread m . roth
*sigh*
I'm sitting here with my manager and the other admin, as they argue as to
when CentOS 6 will be out. Anyone have a clue as to when? Are we getting
close?

   mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] httpd log weirdness

2010-12-20 Thread Jason T. Slack-Moehrle
Kai,

There is nothing deployed on this server as of yet. It simply serves the 
default apache page when you hit it at this point. So it does seem weird to me 
to have that show up.

I will examine the log manually and see what that yields.

-Jason

On Dec 20, 2010, at 2:31 AM, Kai Schaetzl wrote:

> The logs do not contain hostnames like this. This was a request for 
> http://your.example.com/http://www.cablecarmuseum.org/Car42.jpg
> or something similar.
> 
> In addition to Eero's explanation it could be a wrong link in one of your 
> pages. Scan your logs "manually".
> 
> Kai
> 
> -- 
> Get your web at Conactive Internet Services: http://www.conactive.com
> 
> 
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

Jason T. Slack-Moehrle
slackmoeh...@me.com

http://gallery.me.com/slackmoehrle

FaceTime: slackmoeh...@me.com

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] httpd log weirdness

2010-12-20 Thread Kai Schaetzl
The logs do not contain hostnames like this. This was a request for 
http://your.example.com/http://www.cablecarmuseum.org/Car42.jpg
or something similar.

In addition to Eero's explanation it could be a wrong link in one of your 
pages. Scan your logs "manually".

Kai

-- 
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos