Re: [CentOS] compile driver before X starts

2009-03-05 Thread Joseph L. Casale
>Right now I only have to do this for VMWare's drivers, I
>build custom RPMs of the drivers and the tools and push
>them out when I push out a new kernel so I don't need to
>worry about this kind of thing.

That's a cool idea...
Care to share those two spec files? :)
jlc
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] SELinux resource hog

2009-03-05 Thread Noob Centos Admin
On Fri, Mar 6, 2009 at 12:11 PM, Craig White  wrote:
> did you 'relabel' the entire filesystem? - that's pretty much necessary
> if you've been running the system without having SELinux running, at
> least in permissive mode.

SELinux had been running in permissive. I did not disable during
install because of the warning about having to relabel the entire
filesystem if I wish to re-enable it subsequently. That seems like a
bad idea so I've always ran it in permissive rather than enforcing due
to the first experience.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] SELinux resource hog

2009-03-05 Thread Craig White
On Fri, 2009-03-06 at 12:00 +0800, Noob Centos Admin wrote:
> Spinning off from the other thread about SELinux, I just tried to
> re-enable SELinux on my personal server hosting just email and forum
> for a small local community.
> 
> Average load for this Intel Core 2 Duo box with 2GB of ram (usually
> with some 1GB free) was generally below 0.4 for the last 24hrs,
> averaging 0.23 based on MRTG.
> 
> Once I did setenforce 1, load shot through the roof to fluctuate
> between 3 to 5. As per my past experience setroubleshootd started
> chewing up ram more than 600M and 500M worth of virt and res based on
> top. The server started crawling and php apps stopped communicating
> with mysql.
> 
> I had to kill setroubleshootd in order to return things to normal.
> 
> This again reflects my original experience with SELinux: massive
> resource hog and this is just a lowly loaded webserver. Naturally it
> seems to me that this doesn't seem like it should be the norm.
> 
> What could be going on here or rather what could be wrong here?

did you 'relabel' the entire filesystem? - that's pretty much necessary
if you've been running the system without having SELinux running, at
least in permissive mode.

Craig

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


Re: [CentOS] compile driver before X starts

2009-03-05 Thread Craig White
On Thu, 2009-03-05 at 23:03 -0500, Jerry Geis wrote:
> >
> > vi /etc/init.d
> >
> > cahnge the number 5 to 3
> >
> > reboot
> >
> > fix driver
> >
> > change the 3 to 5
> >
> > reboot
> >
> > enjoy
> >   
> Ed,
> 
> I was hoping to find an "automated" solution.
> 
> Some way to execute the compile before X is started.
> I am already detecting a kernel change and recompiles selected needed 
> modules and reboots but this happens
> by /etc/rc.d/rc.local. This is too late. X is already trying to start 
> and /etc/rc.d/rc.local never gets executed as the machine locks.
> 
> This is for more than just one machine.

dkms package

Craig

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


Re: [CentOS] compile driver before X starts

2009-03-05 Thread nate
Jerry Geis wrote:

> I was hoping to find an "automated" solution.

For these sorts of things, I compile the driver on a test
system and push it out simultaneously with the new kernel.

Right now I only have to do this for VMWare's drivers, I
build custom RPMs of the drivers and the tools and push
them out when I push out a new kernel so I don't need to
worry about this kind of thing.

[r...@dc1-rhel5-32build001 ~]# rpm -qa | grep -i vmware
VMWareToolsOnly-3.5.0-123630-1
VMWare-esx-guest-drivers-2.6.18_92.1.22.el5-1
[r...@dc1-rhel5-32build001 ~]# rpm -qa | grep -i kernel
kernel-2.6.18-92.1.22.el5
kernel-devel-2.6.18-92.1.22.el5
kernel-headers-2.6.18-92.1.22.el5

nate


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


Re: [CentOS] compile driver before X starts

2009-03-05 Thread Jerry Geis
>
> vi /etc/init.d
>
> cahnge the number 5 to 3
>
> reboot
>
> fix driver
>
> change the 3 to 5
>
> reboot
>
> enjoy
>   
Ed,

I was hoping to find an "automated" solution.

Some way to execute the compile before X is started.
I am already detecting a kernel change and recompiles selected needed 
modules and reboots but this happens
by /etc/rc.d/rc.local. This is too late. X is already trying to start 
and /etc/rc.d/rc.local never gets executed as the machine locks.

This is for more than just one machine.

Thanks,

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


[CentOS] SELinux resource hog

2009-03-05 Thread Noob Centos Admin
Spinning off from the other thread about SELinux, I just tried to
re-enable SELinux on my personal server hosting just email and forum
for a small local community.

Average load for this Intel Core 2 Duo box with 2GB of ram (usually
with some 1GB free) was generally below 0.4 for the last 24hrs,
averaging 0.23 based on MRTG.

Once I did setenforce 1, load shot through the roof to fluctuate
between 3 to 5. As per my past experience setroubleshootd started
chewing up ram more than 600M and 500M worth of virt and res based on
top. The server started crawling and php apps stopped communicating
with mysql.

I had to kill setroubleshootd in order to return things to normal.

This again reflects my original experience with SELinux: massive
resource hog and this is just a lowly loaded webserver. Naturally it
seems to me that this doesn't seem like it should be the norm.

What could be going on here or rather what could be wrong here?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos 5.x SElinux issues

2009-03-05 Thread Noob Centos Admin
On Fri, Mar 6, 2009 at 5:38 AM, Jim Perrin  wrote:
> Real world example -> http://www.linuxjournal.com/article/9176
>
> SELinux stopped a mambo exploit from compromising the system. For LAMP
> systems, selinux and mod_security are pretty much a requirement for a
> secure setup.

Thanks for the link, it's giving me incentive to just grit my teeth to
try to chew and swallow SELinux on the next publicly accessible setup.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos 5.x SElinux issues

2009-03-05 Thread Noob Centos Admin
On Fri, Mar 6, 2009 at 4:06 AM, Jim Wildman  wrote:
> There are VERY definitive benefits to running SELinux.  The best
> description I've found is that it is like an iron cage on the inside of
> a window.  Even if something gets past the glass, its still inside a
> window.  I've had SELinux stop exploits against php scripts on
> production servers.

On my first Centos (5.0) box, that was what I thought. SELinux sounded
like a fantastic idea. Until all it does is clog up the log and bog
down the system, I had to kill/mangle setroubleshoot before the system
became responsive again. Hence in the end, it did not seem to provide
any practical benefits.

>It is also a great training tool for teaching you
> what "common practices" you've picked up are a bad idea (ie, cp'ing
> stuff around as root).

Darn! :D

What would be the recommended practise for moving files own by a
different user to another user if not via su and cp/mv?

> That said, it does generate some very obtuse log messages (the
> deciphering of which will teach you even more).

Any difficult learning process naturally will teach more. However,
when you're pressed for time to get something working and that is only
a supplementary role (administrating the box) to your primary task,
very often it's just easier and faster to make do with what works.

Clients, unfortunately, very often do not appreciate invisible
efforts/benefits. Kind of like feeling you were trying to rip them off
for specing that "redundant" raid gizmo, until the drive actually
crashes. :(
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] compile driver before X starts

2009-03-05 Thread Ed Donahue
oops vi /etc.inittab  init.d is a directory

On Thu, Mar 5, 2009 at 9:39 PM, Ed Donahue  wrote:
> vi /etc/init.d
>
> cahnge the number 5 to 3
>
> reboot
>
> fix driver
>
> change the 3 to 5
>
> reboot
>
> enjoy
>
> On Thu, Mar 5, 2009 at 9:20 PM, Jerry Geis  wrote:
>> hi all
>>
>> is there a way/method to compile an X11 driver at boot before X starts???
>>
>> Seems like the ATI catalyst driver (after a kernel change) does not
>> start correctly and locks up the box
>> I need to recompile the driver after udev and before X. How is this done?
>>
>> Jerry
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] compile driver before X starts

2009-03-05 Thread Ed Donahue
vi /etc/init.d

cahnge the number 5 to 3

reboot

fix driver

change the 3 to 5

reboot

enjoy

On Thu, Mar 5, 2009 at 9:20 PM, Jerry Geis  wrote:
> hi all
>
> is there a way/method to compile an X11 driver at boot before X starts???
>
> Seems like the ATI catalyst driver (after a kernel change) does not
> start correctly and locks up the box
> I need to recompile the driver after udev and before X. How is this done?
>
> Jerry
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] compile driver before X starts

2009-03-05 Thread Jerry Geis
hi all

is there a way/method to compile an X11 driver at boot before X starts???

Seems like the ATI catalyst driver (after a kernel change) does not 
start correctly and locks up the box
I need to recompile the driver after udev and before X. How is this done?

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


Re: [CentOS] CentOS 5 for IA64

2009-03-05 Thread Rainer Duffner

Am 06.03.2009 um 00:58 schrieb Joshua Baker-LePain:

> On Fri, 6 Mar 2009 at 12:55am, Rainer Duffner wrote
>
>> Am 05.03.2009 um 23:06 schrieb Nigel Kendrick:
>>
>>> Can anyone with a well-connected crystal ball suggest a timeframe  
>>> for an
>>> IA64 release of CentOS 5? Weeks? Months? Never?
>>
>> If you can afford an IA64-box, you can also afford the RHEL  
>> licence ;-)
>
> Not to pick nits, but not everyone buys their IA64 hardware.  Some  
> inherit
> it, some have it donated, etc.  It's not necessarily an indication of
> great wealth.


Well, to me an inherited IA64 is in the same department as, say, an  
inherited Onyx or StarFire 10k server.

;-)

I'm not sure how stable the non-enterprise distros run on IA64 - due  
to limited availability outside the enterprise (HP discontinued the  
workstations years ago, AFAIK), testing is limited, too and stability  
always a concern.
At least to me.

Would the thread-opener disclose if his IA64-box is a hobby or part of  
a commercial operation?



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


Re: [CentOS] CentOS 5 for IA64

2009-03-05 Thread nate
Joshua Baker-LePain wrote:
> On Fri, 6 Mar 2009 at 12:55am, Rainer Duffner wrote
>
>> Am 05.03.2009 um 23:06 schrieb Nigel Kendrick:
>>
>>> Can anyone with a well-connected crystal ball suggest a timeframe for an
>>> IA64 release of CentOS 5? Weeks? Months? Never?
>>
>> If you can afford an IA64-box, you can also afford the RHEL licence ;-)
>
> Not to pick nits, but not everyone buys their IA64 hardware.  Some inherit
> it, some have it donated, etc.  It's not necessarily an indication of
> great wealth.

There are other distros you can run ..

http://www.debian.org/ports/ia64/
http://www.debian.org/News/2009/20090214

This release includes numerous updated software packages, such
as the K Desktop Environment 3.5.10 (KDE), an updated version
of the GNOME desktop environment 2.22.2, [..] Xen Hypervisor
3.2.1 (dom0 as well as domU support), OpenJDK 6b11, and more
than 23,000 other ready-to-use software packages (built from
over 12,000 source packages).

nate

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


Re: [CentOS] CentOS 5 for IA64

2009-03-05 Thread Joshua Baker-LePain
On Fri, 6 Mar 2009 at 12:55am, Rainer Duffner wrote

> Am 05.03.2009 um 23:06 schrieb Nigel Kendrick:
>
>> Can anyone with a well-connected crystal ball suggest a timeframe for an 
>> IA64 release of CentOS 5? Weeks? Months? Never?
>
> If you can afford an IA64-box, you can also afford the RHEL licence ;-)

Not to pick nits, but not everyone buys their IA64 hardware.  Some inherit 
it, some have it donated, etc.  It's not necessarily an indication of 
great wealth.

-- 
Joshua Baker-LePain
QB3 Shared Cluster Sysadmin
UCSF
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 5 for IA64

2009-03-05 Thread Rainer Duffner


Am 05.03.2009 um 23:06 schrieb Nigel Kendrick:

Can anyone with a well-connected crystal ball suggest a timeframe  
for an IA64 release of CentOS 5? Weeks? Months? Never?


Thanks

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



If you can afford an IA64-box, you can also afford the RHEL licence ;-)

IA64 will be in the vintage-computing department in a few years  
anyway



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


Re: [CentOS] CentOS 5 for IA64

2009-03-05 Thread Phil Schaffner

On Thu, 2009-03-05 at 14:34 -0800, Scott Silva wrote:
> on 3-5-2009 2:06 PM Nigel Kendrick spake the following:
> > Can anyone with a well-connected crystal ball suggest a timeframe for an
> > IA64 release of CentOS 5? Weeks? Months? Never?
> >  
> There has not been a lot of support for other arches besides x86-64 and i386
> up to now. Not sure if it is the hardware or the manpower, but maybe both with
> a lack of much interest thrown in for good measure.

No crystal ball here, but the last mention of progress on IA64 on the
centos-devel list was in Feb. 2008.  Last mention on centos-qa was Nov.
2007.  If there is substantial demand for IA64 (PPC, Sparc, etc.) it is
not very evident.




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


Re: [CentOS] CentOS 5 for IA64

2009-03-05 Thread Scott Silva
on 3-5-2009 2:06 PM Nigel Kendrick spake the following:
> Can anyone with a well-connected crystal ball suggest a timeframe for an
> IA64 release of CentOS 5? Weeks? Months? Never?
>  
There has not been a lot of support for other arches besides x86-64 and i386
up to now. Not sure if it is the hardware or the manpower, but maybe both with
a lack of much interest thrown in for good measure.

-- 
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS 5 for IA64

2009-03-05 Thread Nigel Kendrick
Can anyone with a well-connected crystal ball suggest a timeframe for an
IA64 release of CentOS 5? Weeks? Months? Never?
 
Thanks
 
Nigel Kendrick

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


Re: [CentOS] Centos 5.x SElinux issues

2009-03-05 Thread Jim Perrin
On Thu, Mar 5, 2009 at 2:58 PM, Noob Centos Admin
 wrote:

> Just my noob opinion, that if there's no practical and definitive
> benefit from enabling SELinux, for the time being until it is matured,
> the best thing to do is just set it to off. Otherwise, it just
> generally causes trouble and runs up tons of log as it is.
>
> I'd love to be enlightened on this though :)

Real world example -> http://www.linuxjournal.com/article/9176

SELinux stopped a mambo exploit from compromising the system. For LAMP
systems, selinux and mod_security are pretty much a requirement for a
secure setup.


-- 
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Easiest way to get samba up and working for Windows users?

2009-03-05 Thread Scott Silva
on 3-5-2009 12:03 PM Noob Centos Admin spake the following:
> On Fri, Mar 6, 2009 at 3:57 AM, Scott Silva 
>  wrote:
> 
>> Learn to use a file editor and edit the configs yourself. That is the only 
>> way
>> to have the best control.
> 
> That's generally how I try to do things, except sometimes hand
> "written" doesn't work the way I expect it to. Then I'd like to have a
> GUI that does works, then learn from the conf file it creates if
> possible. Unfortunately, in this case they didn't work either! :D
> 
> 
> Once you have a working config, copy and modify it
>> for the next share.
> 
> That's the part of the problem I'm facing, getting a working config to
> be working on another machine where things might not be exactly be the
> same and the whole voodoo ritual starts anew.
Give an example of what you want and maybe I can help you with it.

Probably off list as not to bother everyone else.



-- 
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] 32 or 64 bit (4 gb ram)

2009-03-05 Thread German Andres Pulido
> there still doesnt seem to be a 64bit java plugin
>

Wrong. There _is_ an official java plugin for 64 bits linux. It's a new 
feature in JRE 6u12. Check www.java.com

Regards.

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


Re: [CentOS] Centos 5.x SElinux issues

2009-03-05 Thread Jim Wildman
On Fri, 6 Mar 2009, Noob Centos Admin wrote:

> Just my noob opinion, that if there's no practical and definitive
> benefit from enabling SELinux, for the time being until it is matured,
> the best thing to do is just set it to off. Otherwise, it just
> generally causes trouble and runs up tons of log as it is.
>
> I'd love to be enlightened on this though :)

There are VERY definitive benefits to running SELinux.  The best
description I've found is that it is like an iron cage on the inside of
a window.  Even if something gets past the glass, its still inside a
window.  I've had SELinux stop exploits against php scripts on
production servers.  It is also a great training tool for teaching you
what "common practices" you've picked up are a bad idea (ie, cp'ing
stuff around as root).

That said, it does generate some very obtuse log messages (the
deciphering of which will teach you even more).

--
Jim Wildman, CISSP, RHCE   j...@rossberry.com http://www.rossberry.com
"Society in every state is a blessing, but Government, even in its best
state, is a necessary evil; in its worst state, an intolerable one."
Thomas Paine
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Easiest way to get samba up and working for Windows users?

2009-03-05 Thread Noob Centos Admin
On Fri, Mar 6, 2009 at 3:57 AM, Scott Silva  wrote:

> Learn to use a file editor and edit the configs yourself. That is the only way
> to have the best control.

That's generally how I try to do things, except sometimes hand
"written" doesn't work the way I expect it to. Then I'd like to have a
GUI that does works, then learn from the conf file it creates if
possible. Unfortunately, in this case they didn't work either! :D


Once you have a working config, copy and modify it
> for the next share.

That's the part of the problem I'm facing, getting a working config to
be working on another machine where things might not be exactly be the
same and the whole voodoo ritual starts anew.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos 5.x SElinux issues

2009-03-05 Thread Noob Centos Admin
On Thu, Mar 5, 2009 at 3:09 AM, Chuck Campbell  wrote:
> Do I need to start over with a clean install again, and how do I avoid this
> problem the next time I try to run updates after the install?

Just my noob opinion, that if there's no practical and definitive
benefit from enabling SELinux, for the time being until it is matured,
the best thing to do is just set it to off. Otherwise, it just
generally causes trouble and runs up tons of log as it is.

I'd love to be enlightened on this though :)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Easiest way to get samba up and working for Windows users?

2009-03-05 Thread Scott Silva
on 2-23-2009 10:53 AM Noob Centos Admin spake the following:
> Everytime I have to setup samba to handle Windows users, sometime
> inadvertently goes wrong or doesn't work the way I expected, or takes
> forever to setup, especially when there are many users and various
> policies. So far, the easiest, sureest and quickest method appears to be
> install WindowsXP into VMWare and use it to handle Windows sharing.
> Needless to say, this strucks me as rather ironic and stupid.
> 
> Thus could anybody please suggest a working frontend to samba that makes
> it easy to add users, set their permissions and get something that works
> like basic windows file sharing?
> 
> So far I've tried the following which all don't quite work.
> 
> 1. CentOS's samba configuration tool
> - added users never show up on the share configuration so the only
> shares it could create was for public access.
> 
> 2. Webmin
> - thinks it added the users, but again they never show up when checked
> against the bundled CentOS tool and needless to say, the shares never
> work too
Webmin does work, as I use it all the time to add users. You have to make sure
that the user module has the option "Create and update in other modules" set
to yes. I think it defaults to no.
> 
> 3. Samba SWAT
> - Very confusing tool, selecting shares sometimes end up as another
> share, and again, doesn't seem to work.
> 
> 
> So I just need a very basic tool that will reliably allow me to do the
> following
> - specify user name, specify password, and maybe specify a group
> - specify a share the user or group has read only or read/write access
> - force new files/folders to take on group ID so that it behaves like a
> normal windows share

Learn to use a file editor and edit the configs yourself. That is the only way
to have the best control. Once you have a working config, copy and modify it
for the next share.
> 
> Don't need print services or anything, it's just far easier to dump a
> hardware print server into the network than to contemplate the
> additional complexity of making something like CUPS work.
> 
> Just need to make sure that the Windows users can browse to the folders,
> get a prompt for their login and password where needed.
> 
> Thanks!


-- 
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to setup a "secondary DNS server" pulling zones from Win2k3?

2009-03-05 Thread Alexander Farber
On Thu, Mar 5, 2009 at 2:47 PM, Les Mikesell  wrote:
> You can specify multiple forwarders if you have more than one server
> already set up the way you want.  Named will find one that works and
> cache the results locally for its time to live.  Once you have a couple
> of robust boxes configured it is easier to do that on the rest than to
> deal with local zones everywhere.
>
> Or, if you really want to act as a secondary, just make a zone type of
> 'slave' and specify the masters and a file to hold the zone info.  You
> will also have to permit the transfer to this host on the windows server
> side.

Yes thanks, I've realized that I want a "slave" in BIND-talk
and I probably should use the "file" option too.

If anyone already has some good configs, please share

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


Re: [CentOS] HPLIP 3.9.2

2009-03-05 Thread Roger Wells

Thanks Anne,
I look forward to what you com up with.
roger

Anne Wilson wrote:
> On Thursday 05 March 2009 12:26:21 Roger Wells wrote:
>   
>>> As I wrote elsewhere, it doesn't need to be so bleeding edge.  I have a
>>> stock 5.2 install.  My Photosmart 7180 was not supported.  I downloaded
>>> the relevant .ppd and pointed CUPS and hplip to it, and printing worked
>>> after that.
>>>
>>>  
>>>   
>> How about scanning?
>> 
>
> Sorry for the delay - I  had to go out.
>
> Last month the village had severe power problems, and my server's (CentOS) 
> ~/.kde was completely trashed.  It broke a lot of things, and I'm only still 
> finding and correcting them.  However...
>
> It seems that I got printing working through CUPS, but didn't get around to 
> re-installing hplip.  I tried to, using the supplied version, but it did not 
> find the installed printer.  I then tried the hplip-3.9.2.run - presumably 
> left over from the last install?  Anyway, it flagged up a couple of 
> dependencies which I fixed, then got to libusb.  Libusb is installed, but it 
> couldn't find it.  And there I stuck.
>
> I don't have time to do any more on this today, but I'll get back to you 
> if/when I get it sorted.  I may have to ask a question on-list about why it 
> can't see the package (or is this another case of too early a version?).  
> I'll 
> see what I can do.
>
> FWIW, the version running on this Mandriva 2009 laptop is 2.8.7 - that gives 
> me all the print tools, but fails to find the scanner.  My Fedora 10 netbook 
> has 2.8.12-6.fc10 - and works, including the scanner, both from the 
> hp-toolbox 
> and from applications.  I have a feeling that this 2.8.12 is the version that 
> I installed manually a long time ago, being the earliest that could support 
> the PhotoSmart 7180.  Tomorrow I'll try to find the packages for that, and 
> see 
> whether I can install that on the CentOS box.
>
> Anne
>   
> 
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>   

-- 
Roger Wells, P.E.
SAIC
221 Third St
Newport, RI 02840
401-847-4210 (voice)
401-849-1585 (fax)
roger.k.we...@saic.com

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


Re: [CentOS] HPLIP 3.9.2

2009-03-05 Thread Anne Wilson
On Thursday 05 March 2009 12:26:21 Roger Wells wrote:
> > As I wrote elsewhere, it doesn't need to be so bleeding edge.  I have a
> > stock 5.2 install.  My Photosmart 7180 was not supported.  I downloaded
> > the relevant .ppd and pointed CUPS and hplip to it, and printing worked
> > after that.
> >
> >  
>
> How about scanning?

Sorry for the delay - I  had to go out.

Last month the village had severe power problems, and my server's (CentOS) 
~/.kde was completely trashed.  It broke a lot of things, and I'm only still 
finding and correcting them.  However...

It seems that I got printing working through CUPS, but didn't get around to 
re-installing hplip.  I tried to, using the supplied version, but it did not 
find the installed printer.  I then tried the hplip-3.9.2.run - presumably 
left over from the last install?  Anyway, it flagged up a couple of 
dependencies which I fixed, then got to libusb.  Libusb is installed, but it 
couldn't find it.  And there I stuck.

I don't have time to do any more on this today, but I'll get back to you 
if/when I get it sorted.  I may have to ask a question on-list about why it 
can't see the package (or is this another case of too early a version?).  I'll 
see what I can do.

FWIW, the version running on this Mandriva 2009 laptop is 2.8.7 - that gives 
me all the print tools, but fails to find the scanner.  My Fedora 10 netbook 
has 2.8.12-6.fc10 - and works, including the scanner, both from the hp-toolbox 
and from applications.  I have a feeling that this 2.8.12 is the version that 
I installed manually a long time ago, being the earliest that could support 
the PhotoSmart 7180.  Tomorrow I'll try to find the packages for that, and see 
whether I can install that on the CentOS box.

Anne
-- 
New to KDE4? - get help from http://userbase.kde.org
Just found a cool new feature?  Add it to UserBase


signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS-announce Digest, Vol 49, Issue 1

2009-03-05 Thread centos-announce-request
Send CentOS-announce mailing list submissions to
centos-annou...@centos.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-requ...@centos.org

You can reach the person managing the list at
centos-announce-ow...@centos.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."


Today's Topics:

   1. CESA-2009:0340 Moderate CentOS 3 i386 libpng -security
  update (Tru Huynh)
   2. CESA-2009:0340 Moderate CentOS 3 x86_64 libpng -  security
  update (Tru Huynh)
   3. CESA-2009:0313 Moderate CentOS 3 i386 wireshark - security
  update (Tru Huynh)
   4. CESA-2009:0313 Moderate CentOS 3 x86_64 wireshark - security
  update (Tru Huynh)
   5. CESA-2009:0325 Critical CentOS 3 i386 seamonkey - security
  update (Tru Huynh)
   6. CESA-2009:0325 Critical CentOS 3 x86_64 seamonkey - security
  update (Tru Huynh)


--

Message: 1
Date: Thu, 5 Mar 2009 00:31:04 +0100
From: Tru Huynh 
Subject: [CentOS-announce] CESA-2009:0340 Moderate CentOS 3 i386
libpng -security update
To: centos-annou...@centos.org
Message-ID: <20090304233104.ga30...@sillage.bis.pasteur.fr>
Content-Type: text/plain; charset="us-ascii"

CentOS Errata and Security Advisory CESA-2009:0340

libpng security update for CentOS 3 i386:
https://rhn.redhat.com/errata/RHSA-2009-0340.html

The following updated file has been uploaded and is currently syncing to
the mirrors:

i386:
updates/i386/RPMS/libpng10-1.0.13-20.i386.rpm
updates/i386/RPMS/libpng10-devel-1.0.13-20.i386.rpm
updates/i386/RPMS/libpng-1.2.2-29.i386.rpm
updates/i386/RPMS/libpng-devel-1.2.2-29.i386.rpm

source:
updates/SRPMS/libpng10-1.0.13-20.src.rpm
updates/SRPMS/libpng-1.2.2-29.src.rpm

You may update your CentOS-3 i386 installations by running the command:

yum update libpng\*

Tru
-- 
Tru Huynh (mirrors, CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : 
http://lists.centos.org/pipermail/centos-announce/attachments/20090305/302b356b/attachment-0001.bin
 

--

Message: 2
Date: Thu, 5 Mar 2009 00:32:57 +0100
From: Tru Huynh 
Subject: [CentOS-announce] CESA-2009:0340 Moderate CentOS 3 x86_64
libpng -security update
To: centos-annou...@centos.org
Message-ID: <20090304233257.gb30...@sillage.bis.pasteur.fr>
Content-Type: text/plain; charset="us-ascii"

CentOS Errata and Security Advisory CESA-2009:0340

libpng security update for CentOS 3 x86_64:
https://rhn.redhat.com/errata/RHSA-2009-0340.html

The following updated file has been uploaded and is currently syncing to
the mirrors:

x86_64:
updates/x86_64/RPMS/libpng10-1.0.13-20.i386.rpm
updates/x86_64/RPMS/libpng10-1.0.13-20.x86_64.rpm
updates/x86_64/RPMS/libpng10-devel-1.0.13-20.x86_64.rpm
updates/x86_64/RPMS/libpng-1.2.2-29.386.rpm
updates/x86_64/RPMS/libpng-1.2.2-29.x86_64.rpm
updates/x86_64/RPMS/libpng-devel-1.2.2-29.x86_64.rpm

source:
updates/SRPMS/libpng10-1.0.13-20.src.rpm
updates/SRPMS/libpng-1.2.2-29.src.rpm

You may update your CentOS-3 x86_64 installations by running the command:

yum update libpng\*

Tru
-- 
Tru Huynh (mirrors, CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : 
http://lists.centos.org/pipermail/centos-announce/attachments/20090305/db498fbd/attachment-0001.bin
 

--

Message: 3
Date: Thu, 5 Mar 2009 00:33:43 +0100
From: Tru Huynh 
Subject: [CentOS-announce] CESA-2009:0313 Moderate CentOS 3 i386
wireshark - security update
To: centos-annou...@centos.org
Message-ID: <20090304233343.gc30...@sillage.bis.pasteur.fr>
Content-Type: text/plain; charset="us-ascii"

CentOS Errata and Security Advisory CESA-2009:0313

wireshark security update for CentOS 3 i386:
https://rhn.redhat.com/errata/RHSA-2009-0313.html

The following updated file has been uploaded and is currently syncing to
the mirrors:

i386:
updates/i386/RPMS/wireshark-1.0.6-EL3.3.i386.rpm
updates/i386/RPMS/wireshark-gnome-1.0.6-EL3.3.i386.rpm

source:
updates/SRPMS/wireshark-1.0.6-EL3.3.src.rpm

You may update your CentOS-3 i386 installations by running the command:

yum update wireshark\*

Tru
-- 
Tru Huynh (mirrors, CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/l

Re: [CentOS] gnet-2.0, gio-2.0

2009-03-05 Thread Phil Schaffner
Paul Bijnens wrote:
> On 2009-03-05 09:21, Ondrej Filip wrote:
>> Who makes packages for centos? Or who makes decisions about it?
>>
>> Hope it's not dummy question.
>>

Ondrej: Please don't top-post.

>> On Thu, 05 Mar 2009 00:08:35 -0800, Ian Forde  wrote:
>>> On Thu, 2009-03-05 at 07:59 +0100, Ondrej Filip wrote:
 I asked on Saturday and I didn't get reply. I'm trying again.

 I'm porting one project to centos where we use gnet and gio libraries.
 Will
 be these libraries part of centos in future? I'm not sure what
 relationship
 is between these libraries and glib.
>>> That seems more of a question for upstream - meaning Red Hat...
> 
> CentOS makes the packages that RHEL makes.
> But I there are other RHEL (and thus CentOS) compatible repositories
> for rpms, run by other people.
> 
> One of the best is  rpmforge.org; see their web.
> 
> It has already the gnet2 package from gnetlibrary.org

For information about using 3rd party repos see:

http://wiki.centos.org/AdditionalResources/Repositories

Specific info about RPMforge:

http://wiki.centos.org/AdditionalResources/Repositories/RPMForge
http://lists.rpmforge.net/mailman/listinfo/users

Might ask nicely on the RPMforge suggest list for a gio package:
http://lists.rpmforge.net/mailman/listinfo/suggest

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


Re: [CentOS] Errors using custom install disk

2009-03-05 Thread Karanbir Singh
John Kennedy wrote:
> I am trying to make a custom install CD for CentOS 5.2. I am building
> the iso in a VirtualBox image and testing the iso in another VirtualBox
> image so I don't keep wasting CD's. 

Why are you rebuilding the installer ? why not just use the CentOS 
installer and use your own package tree in another repo.

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


Re: [CentOS] Yum security plugin

2009-03-05 Thread Karanbir Singh
David Hrbáč wrote:
> there's nothing to patch unless we provide some info on packages that we
> can extract from and finally build updateinfo.xml.gz. So as the majority
> of CentOS community knows nothing about how packages are produced and
> how CESA are produced, we do not have CESA RRS feed, we don´t have
> CVE-to-CESA. So you can´t expect someone from community to step in. I
> can see the only way to create updateinfo.xml.gz now - browse the repo
> and extract these info/tags from change logs, which are often
> incomplete. And I'm not sure it's worth.

repo-rss, included in yum-utils will give you a rss feed for any repo 
you like.

beyond that - any info that I can see, is the same as what you can see.

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


Re: [CentOS] Should I be worried?

2009-03-05 Thread Nicolas Thierry-Mieg


Arturo Fatturi wrote:
> Friends of CentOs mailing list.
> 
> I need some advice from you.
> 
> The xfce 4 panel disapear. In fact I can acess all of xfce (by clicking 
> with mouse) but if I minimize the window it disapear. I make a uninstall 
> and reinstall from yum. Nothing change.

you could try (backing up and) removing your xfce config directory, 
which I think is ~/.config/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to setup a "secondary DNS server" pulling zones from Win2k3?

2009-03-05 Thread Les Mikesell
Alexander Farber wrote:
> Hello,
> 
> we have a mixed environment at work: CentOS + Win2003 servers.
> The Win2k3 part contains: AD, DNS (inlc. dyndns), DHCP, DFS, Exchange.
> The CentOS part: NIS passwords + also a DNS server.
> 
> So currently we have to update the Linux DNS server
> zone infos by hand: I export a text file from
> Windows DNS server and then edit it around using vim.
> 
> On the Windows side however it's easy for me to setup
> additional DNS servers at other machines: I just configure
> them as "secondary" and they pull zone infos automatically.
> 
> I wonder if there is a way to setup such a "secondary" DNS
> server under CentOS as well?
> 
> And no, I'm not asking about how to setup a DNS-forwarder.
> (Because I want the Linux server to pull and maintain zone infos
> automatically and to work even if Windows-counterpart is down.)

You can specify multiple forwarders if you have more than one server 
already set up the way you want.  Named will find one that works and 
cache the results locally for its time to live.  Once you have a couple 
of robust boxes configured it is easier to do that on the rest than to 
deal with local zones everywhere.

Or, if you really want to act as a secondary, just make a zone type of 
'slave' and specify the masters and a file to hold the zone info.  You 
will also have to permit the transfer to this host on the windows server 
side.

-- 
   Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum security plugin

2009-03-05 Thread David Hrbáč
Karanbir Singh napsal(a):
> 
> yum security does not work on CentOS, has been said quite a few times 
> already.
> 
> patches welcome.
> 

Karanbir,
there's nothing to patch unless we provide some info on packages that we
can extract from and finally build updateinfo.xml.gz. So as the majority
of CentOS community knows nothing about how packages are produced and
how CESA are produced, we do not have CESA RRS feed, we don´t have
CVE-to-CESA. So you can´t expect someone from community to step in. I
can see the only way to create updateinfo.xml.gz now - browse the repo
and extract these info/tags from change logs, which are often
incomplete. And I'm not sure it's worth.
Regards,
David Hrbáč
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Should I be worried?

2009-03-05 Thread Arturo Fatturi
Friends of CentOs mailing list.

I need some advice from you.

The xfce 4 panel disapear. In fact I can acess all of xfce (by clicking with
mouse) but if I minimize the window it disapear. I make a uninstall and
reinstall from yum. Nothing change.

Best wishes.

Arturo
Brazil, South
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] HPLIP 3.9.2

2009-03-05 Thread Roger Wells


Anne Wilson wrote:
> On Thursday 05 March 2009 12:00:53 Roger Wells wrote:
>   
>> thanks for the reply.
>> I had no trouble on RHEL4 installing a version of HPLIP that supported
>> my printers (LJ 4350n & Photosmart C6180)
>> These are not new printers.  I really think that CentOS 5.2 could be a
>> little more bleeding edge.
>>
>> Mark Pryor wrote:
>> 
>>> --- On Wed, 3/4/09, Roger Wells  wrote:
>>>   
 From: Roger Wells 
 Subject: [CentOS] HPLIP 3.9.2
 To: "CentOS mailing list" 
 Date: Wednesday, March 4, 2009, 1:26 PM
 on Centos 5.2
 2.6.18-92.1.22.el5.centos.plus

 Has anyone  gotten HPLIP 3.9.2 to  work?  If so what was
 done
 about python-dbus and PyQt4-dbus?  They don't seem to
 included
 after installing PyQt4-4.4, sip 4.4.5, and hplip 3.9.2.
 
>>> Roger,
>>>
>>> I tried to build hplip-2.7.7-6 from fc8 on C5.2 (i386)
>>>
>>> The build works OK, but a test install fails
>>>   #rpm -Uvh --test hplip hplip-gui hpijs
>>>
>>> a version of selinux-policy > 3.03 is needed
>>>
>>> Seems that even 2.7.7-6 is too new for C5.2
>>>   
>
> As I wrote elsewhere, it doesn't need to be so bleeding edge.  I have a stock 
> 5.2 install.  My Photosmart 7180 was not supported.  I downloaded the 
> relevant 
> .ppd and pointed CUPS and hplip to it, and printing worked after that.
>
>   
How about scanning?

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

-- 
Roger Wells, P.E.
SAIC
221 Third St
Newport, RI 02840
401-847-4210 (voice)
401-849-1585 (fax)
roger.k.we...@saic.com

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


Re: [CentOS] HPLIP 3.9.2

2009-03-05 Thread Anne Wilson
On Thursday 05 March 2009 12:00:53 Roger Wells wrote:
> thanks for the reply.
> I had no trouble on RHEL4 installing a version of HPLIP that supported
> my printers (LJ 4350n & Photosmart C6180)
> These are not new printers.  I really think that CentOS 5.2 could be a
> little more bleeding edge.
>
> Mark Pryor wrote:
> > --- On Wed, 3/4/09, Roger Wells  wrote:
> >> From: Roger Wells 
> >> Subject: [CentOS] HPLIP 3.9.2
> >> To: "CentOS mailing list" 
> >> Date: Wednesday, March 4, 2009, 1:26 PM
> >> on Centos 5.2
> >> 2.6.18-92.1.22.el5.centos.plus
> >>
> >> Has anyone  gotten HPLIP 3.9.2 to  work?  If so what was
> >> done
> >> about python-dbus and PyQt4-dbus?  They don't seem to
> >> included
> >> after installing PyQt4-4.4, sip 4.4.5, and hplip 3.9.2.
> >
> > Roger,
> >
> > I tried to build hplip-2.7.7-6 from fc8 on C5.2 (i386)
> >
> > The build works OK, but a test install fails
> >   #rpm -Uvh --test hplip hplip-gui hpijs
> >
> > a version of selinux-policy > 3.03 is needed
> >
> > Seems that even 2.7.7-6 is too new for C5.2

As I wrote elsewhere, it doesn't need to be so bleeding edge.  I have a stock 
5.2 install.  My Photosmart 7180 was not supported.  I downloaded the relevant 
.ppd and pointed CUPS and hplip to it, and printing worked after that.

Anne
-- 
New to KDE4? - get help from http://userbase.kde.org
Just found a cool new feature?  Add it to UserBase


signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] HPLIP 3.9.2

2009-03-05 Thread Roger Wells
thanks for the reply.
I had no trouble on RHEL4 installing a version of HPLIP that supported 
my printers (LJ 4350n & Photosmart C6180)
These are not new printers.  I really think that CentOS 5.2 could be a 
little more bleeding edge.

Mark Pryor wrote:
>
>
> --- On Wed, 3/4/09, Roger Wells  wrote:
>
>   
>> From: Roger Wells 
>> Subject: [CentOS] HPLIP 3.9.2
>> To: "CentOS mailing list" 
>> Date: Wednesday, March 4, 2009, 1:26 PM
>> on Centos 5.2
>> 2.6.18-92.1.22.el5.centos.plus
>>
>> Has anyone  gotten HPLIP 3.9.2 to  work?  If so what was
>> done
>> about python-dbus and PyQt4-dbus?  They don't seem to
>> included
>> after installing PyQt4-4.4, sip 4.4.5, and hplip 3.9.2.
>> 
>
> Roger,
>
> I tried to build hplip-2.7.7-6 from fc8 on C5.2 (i386)
>
> The build works OK, but a test install fails
>   #rpm -Uvh --test hplip hplip-gui hpijs
>
> a version of selinux-policy > 3.03 is needed
>
> Seems that even 2.7.7-6 is too new for C5.2
>
>   

-- 
Roger Wells, P.E.
SAIC
221 Third St
Newport, RI 02840
401-847-4210 (voice)
401-849-1585 (fax)
roger.k.we...@saic.com

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


Re: [CentOS] How to setup a "secondary DNS server" pulling zones from Win2k3?

2009-03-05 Thread Brian McKerr
I found this useful...

http://technet.microsoft.com/en-us/library/dd316373.aspx

On Thu, Mar 5, 2009 at 6:22 PM, Alexander Farber  wrote:

> Hello,
>
> we have a mixed environment at work: CentOS + Win2003 servers.
> The Win2k3 part contains: AD, DNS (inlc. dyndns), DHCP, DFS, Exchange.
> The CentOS part: NIS passwords + also a DNS server.
>
> So currently we have to update the Linux DNS server
> zone infos by hand: I export a text file from
> Windows DNS server and then edit it around using vim.
>
> On the Windows side however it's easy for me to setup
> additional DNS servers at other machines: I just configure
> them as "secondary" and they pull zone infos automatically.
>
> I wonder if there is a way to setup such a "secondary" DNS
> server under CentOS as well?
>
> And no, I'm not asking about how to setup a DNS-forwarder.
> (Because I want the Linux server to pull and maintain zone infos
> automatically and to work even if Windows-counterpart is down.)
>
> Regards
> Alex
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gnet-2.0, gio-2.0

2009-03-05 Thread Paul Bijnens
On 2009-03-05 09:21, Ondrej Filip wrote:
> Who makes packages for centos? Or who makes decisions about it?
> 
> Hope it's not dummy question.
> 
> On Thu, 05 Mar 2009 00:08:35 -0800, Ian Forde  wrote:
>> On Thu, 2009-03-05 at 07:59 +0100, Ondrej Filip wrote:
>>> I asked on Saturday and I didn't get reply. I'm trying again.
>>>
>>> I'm porting one project to centos where we use gnet and gio libraries.
>>> Will
>>> be these libraries part of centos in future? I'm not sure what
>>> relationship
>>> is between these libraries and glib.
>> That seems more of a question for upstream - meaning Red Hat...

CentOS makes the packages that RHEL makes.
But I there are other RHEL (and thus CentOS) compatible repositories
for rpms, run by other people.

One of the best is  rpmforge.org; see their web.

It has already the gnet2 package from gnetlibrary.org


-- 
Paul Bijnens, Xplanation Technology ServicesTel  +32 16 397.525
Interleuvenlaan 86, B-3001 Leuven, BELGIUM  Fax  +32 16 397.552
***
* I think I've got the hang of it now:  exit, ^D, ^C, ^\, ^Z, ^Q, ^^, *
* quit, ZZ, :q, :q!, M-Z, ^X^C, logoff, logout, close, bye, /bye, ~., *
* stop, end, ^]c, +++ ATH, disconnect,  halt,  abort,  hangup,  KJOB, *
* ^X^X,  :D::D,  kill -9 1,  kill -1 $$,  shutdown,  init 0,  Alt-F4, *
* Alt-f-e, Ctrl-Alt-Del, Alt-SysRq-reisub, Stop-A, AltGr-NumLock, ... *
* ...  "Are you sure?"  ...   YES   ...   Phew ...   I'm out  *
***
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gnet-2.0, gio-2.0

2009-03-05 Thread Ian Forde
On Thu, 2009-03-05 at 09:21 +0100, Ondrej Filip wrote:
> Who makes packages for centos? Or who makes decisions about it?
> 
> Hope it's not dummy question.

http://www.centos.org/modules/tinycontent/index.php?id=2

See the section entitled: "CentOS : Community ENTerprise Operating
System"

so if RH pulls them, CentOS pulls them. Unless they end up in
centos-plus...

-I

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


[CentOS] How to setup a "secondary DNS server" pulling zones from Win2k3?

2009-03-05 Thread Alexander Farber
Hello,

we have a mixed environment at work: CentOS + Win2003 servers.
The Win2k3 part contains: AD, DNS (inlc. dyndns), DHCP, DFS, Exchange.
The CentOS part: NIS passwords + also a DNS server.

So currently we have to update the Linux DNS server
zone infos by hand: I export a text file from
Windows DNS server and then edit it around using vim.

On the Windows side however it's easy for me to setup
additional DNS servers at other machines: I just configure
them as "secondary" and they pull zone infos automatically.

I wonder if there is a way to setup such a "secondary" DNS
server under CentOS as well?

And no, I'm not asking about how to setup a DNS-forwarder.
(Because I want the Linux server to pull and maintain zone infos
automatically and to work even if Windows-counterpart is down.)

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


Re: [CentOS] gnet-2.0, gio-2.0

2009-03-05 Thread Ondrej Filip

Who makes packages for centos? Or who makes decisions about it?

Hope it's not dummy question.

On Thu, 05 Mar 2009 00:08:35 -0800, Ian Forde  wrote:
> On Thu, 2009-03-05 at 07:59 +0100, Ondrej Filip wrote:
>> I asked on Saturday and I didn't get reply. I'm trying again.
>> 
>> I'm porting one project to centos where we use gnet and gio libraries.
>> Will
>> be these libraries part of centos in future? I'm not sure what
>> relationship
>> is between these libraries and glib.
> 
> That seems more of a question for upstream - meaning Red Hat...
> 
>   -I
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
> 
> !DSPAM:49af88ff162421880210879!
> 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gnet-2.0, gio-2.0

2009-03-05 Thread Ian Forde
On Thu, 2009-03-05 at 07:59 +0100, Ondrej Filip wrote:
> I asked on Saturday and I didn't get reply. I'm trying again.
> 
> I'm porting one project to centos where we use gnet and gio libraries. Will
> be these libraries part of centos in future? I'm not sure what relationship
> is between these libraries and glib.

That seems more of a question for upstream - meaning Red Hat...

-I

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