Re: [CentOS] Network Servers window kills all Nautilus windows in CentOS 5.1?

2007-12-06 Thread js
MHR wrote:
> In the process of doing something else, I happened to open the Network
> Servers window from the Places applet menu.  When I did, it killed all
> my Nautilus windows on all my workspaces.  (I had to experiment a
> little to prove this, but it did happen.)
>
> Is there an explanation for this and what?
>
> Thanks.
>
> mhr
>

Same problem in Ubuntu 7.04/7.10 too .. time to use Konqueror .

js


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


[CentOS] Network Servers window kills all Nautilus windows in CentOS 5.1?

2007-12-06 Thread MHR
In the process of doing something else, I happened to open the Network
Servers window from the Places applet menu.  When I did, it killed all my
Nautilus windows on all my workspaces.  (I had to experiment a little to
prove this, but it did happen.)

Is there an explanation for this and what?

Thanks.

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


Re: [CentOS] remote ssh to machine how display firefox

2007-12-06 Thread Amos Shapira
On 07/12/2007, Ross Cavanagh <[EMAIL PROTECTED]> wrote:
> John R Pierce wrote:
> > Jerry Geis wrote:
> >> I can ssh into a remote machine.
> >> I can start X on that machine with startx
> >>
> >> How do I then start firefox on that machine (from the ssh prompt) and
> >> have it display on my machine in my office.
> >>
> >> So I want to be using firefox on the remote machine but displaying the
> >> screen output from firefox in my office.
> >> Both boxes are running centos 5.
> >
> > don't startx on the REMOTE machine, have it running on the LOCAL machine.
> >
> > local$ ssh -X remote
> > ...authenticate...
> > remote$ firefox &
> >
> > and firefox should open on the local...
> or you can do a port forward if you wanted to just use your local browser.
>
> ssh -L :localhost: @
>
> eg. ssh -L 8080:localhost:80 [EMAIL PROTECTED]
>
> then, in your local browser, simply type localhost:8080 as the url to
> display port 80 from the remote server.

That's a good one.

You can take it further (if you have more than one site/port to
connect to) - install a proxy on the remote machine (e.g. "squid" or
maybe apache's mod_proxy) and forward a tunnel to it as you describe
then setup localhost:8080 as your proxy (firefox extensions can allow
you to use this proxy only for certain sites).

Cheers,

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


[CentOS] 5.0--> 5.1 lm_sensors "General Parse Error"

2007-12-06 Thread John Thomas

Problem and solution, not sure if correct

After upgrading to 5.1 and restarting, lm_sensors complained "General 
Parse Error."  Google pointed here:

http://www.lm-sensors.org/wiki/Devices
Where I found this under "SENSOR CHIP DRIVERS - STATUS" AMD --> "Since 
Kernel 2.6.19"


Latest AMD K8 processors have integrated sensors which can be read 
directly without any additional monitoring chip. Driver contributed by 
Rudolf Marek. Userspace support available in lm_sensors 2.10.1. Upgrade 
to lm_sensors 2.10.1 is mandatory, earlier versions of libsensors will 
fail with a "General parse error" message.


My kernel is "2.6.18-53.el5.centos.plus-i686", but I figured I must of 
gotten me some backported stuff in there (i.e. I'm in over my head).


I upgraded to the lm_sensors in ATRPMS testing repo, and the problem 
went away. (lm_sensors-2.10.5-52.el5)


--
Sincerely,
John Thomas
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] remote ssh to machine how display firefox

2007-12-06 Thread Clint Dilks

Karanbir Singh wrote:

Clint Dilks wrote:


ssh -X  firefox


you prolly meant -Y :D


Ok well just double checked and tested it here and -X works here.  I 
knew about -Y but thought you only use that if you absolutely have too :)


Anyway Have a Great Day

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


Re: [CentOS] remote ssh to machine how display firefox

2007-12-06 Thread Ross Cavanagh

John R Pierce wrote:

Jerry Geis wrote:

I can ssh into a remote machine.
I can start X on that machine with startx

How do I then start firefox on that machine (from the ssh prompt) and
have it display on my machine in my office.

So I want to be using firefox on the remote machine but displaying the
screen output from firefox in my office.
Both boxes are running centos 5.


don't startx on the REMOTE machine, have it running on the LOCAL machine.

local$ ssh -X remote
...authenticate...
remote$ firefox &

and firefox should open on the local...

or you can do a port forward if you wanted to just use your local browser.

ssh -L :localhost: @

eg. ssh -L 8080:localhost:80 [EMAIL PROTECTED]

then, in your local browser, simply type localhost:8080 as the url to 
display port 80 from the remote server.


More information can be found at 
http://www.ssh.com/support/documentation/online/ssh/adminguide/32/Port_Forwarding.html


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


Re: [CentOS] remote ssh to machine how display firefox

2007-12-06 Thread Amos Shapira
On 07/12/2007, Jerry Geis <[EMAIL PROTECTED]> wrote:
>
>
>  >
> > Jerry Geis wrote:
> > >/ I can ssh into a remote machine.
> > />/ I can start X on that machine with startx
> > />/
> > />/ How do I then start firefox on that machine (from the ssh prompt) and
> > />/ have it display on my machine in my office.
> > />/
> > />/ So I want to be using firefox on the remote machine but displaying the
> > />/ screen output from firefox in my office.
> > />/ Both boxes are running centos 5.
> > /
> > don't startx on the REMOTE machine, have it running on the LOCAL machine.
> >
> > local$ ssh -X remote
> > ...authenticate...
> > remote$ firefox
>
>  &
> >
> > and firefox should open on the local...
>
> I tried the above (without the &) and firefox just returns.
>
> I looked at /etc/ssh/sshd_config and X11Forwarding is yes.
>
>
>  ssh -X remoteIP firefox
>
>  It just took a really long time through the internet...

Then consider:

1. turning on maximum compression ("-C" switch to ssh).
2. If you can switch to VNC or NX then do it, apparently it works
better than X11 over long distances (and from the docs I understand
it's possible to have VNC/NX for one window, no need to setup an
entire desktop for that).

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


Re: [CentOS] remote ssh to machine how display firefox

2007-12-06 Thread Amos Shapira
On 07/12/2007, Karanbir Singh <[EMAIL PROTECTED]> wrote:
> Clint Dilks wrote:
> >
> > ssh -X  firefox
>
> you prolly meant -Y :D

Why? It's less secure and -X is good enough 99% of the time (I always use -X).

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


Re: [CentOS] remote ssh to machine how display firefox

2007-12-06 Thread Amos Shapira
On 07/12/2007, Jerry Geis <[EMAIL PROTECTED]> wrote:
>
>
>  Jerry Geis wrote:
> > I can ssh into a remote machine.
> > I can start X on that machine with startx
> >
> > How do I then start firefox on that machine (from the ssh prompt) and
> > have it display on my machine in my office.
> >
> > So I want to be using firefox on the remote machine but displaying the
> > screen output from firefox in my office.
> > Both boxes are running centos 5.
>
> don't startx on the REMOTE machine, have it running on the LOCAL machine.
>
> local$ ssh -X remote
> ...authenticate...
> remote$ firefox &
>
> and firefox should open on the local...
>
>  I tried the above (without the &) and firefox just returns.
>
>  I looked at /etc/ssh/sshd_config and X11Forwarding is yes.

First - make sure you have "xauth" installed on the remote machine.
With CenttOS 5 it comes in xorg-x11-xauth. Ssh needs it to pass over
the x11 authentication cookies (e.g. I don't install X environment on
my servers so I have to remember to install this package separately).

Secondly - when you login through SSH, type "echo $DISPLAY" and see if
you get anything - if not then X11 isn't being forwarded yet.

Also I hope you start ssh after having X11 environment started on your
local machine and from a shell which has $DISPLAY set correctly
*locally*.

When all these tests are passed I usually try to run a basic X11
program like "xlogo" but you might not have it so just try to run
firefox again and see what happens.

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


Re: [CentOS] Re: VNCsever not starting at boot

2007-12-06 Thread Robert Moskowitz

Scott Silva wrote:

on 12/6/2007 3:10 PM Robert Moskowitz spake the following:

Craig White wrote:

On Thu, 2007-12-06 at 17:11 -0500, Robert Moskowitz wrote:


Craig White wrote:

On Thu, 2007-12-06 at 16:34 -0500, Robert Moskowitz wrote:
When I run system-config-services, it shows vncserver set to 
start at boot.


in /etc/inittab I have init 3

vncserver does not start at boot.

I log in on the console as root and

service vncserver start

and it starts with some warning messages about bad display name 
in "add" command, but I do not see where these are logged to copy 
them into this message.


Once I start it from the console, I have trouble using the vnc 
client to access the server.


I really need for the vncserver to start at boot, as I want it to 
run in a place with no monitor or keyboard


I don't recall there being an issue vs runlevel 3 or 5

First off, nx is a much better way to go
yeah, but that will take a bit of work. At least when I look at it 
back in the summer, it was not just a drop in as vnc has ALMOST been.
Anyway...what's contents of /etc/sysconfig/vncserver ? Is it 
configured?

Only thing I have configured is the vncservers= line

and for ~/.vnc I have run vncpasswd to set the password and edited 
the xstartup file to run gnome instead of X:


For Gnome, replace "twm &" with "exec gnome-session &"

also uncommented the two lines in xstartup for 'normal desktop'. 
Didn't notice any difference though,


service vncserver restart should be all that you need then
And how do I do that without logging into the console? My goal is I 
boot the system up, and then over the network I remote into the 
server. I suppose I could 'cheat' and have webmin running
"chkconfig vncserver --list" should tell you if it is set to start at 
runlevel 3, and "chkconfig vncserver on" should make it start on boot 
at level 3, 4 and 5.
OK. --list showed only 5:on, doing the chkconfig vncserver on turned 2-4 
on as well. So I will reboot the box and see how it runs!



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


Re: [CentOS] remote ssh to machine how display firefox

2007-12-06 Thread Karanbir Singh

Clint Dilks wrote:


ssh -X  firefox


you prolly meant -Y :D


--
Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] VNCsever not starting at boot

2007-12-06 Thread Robert Moskowitz



Craig White wrote:

On Thu, 2007-12-06 at 18:10 -0500, Robert Moskowitz wrote:
  

Craig White wrote:


On Thu, 2007-12-06 at 17:11 -0500, Robert Moskowitz wrote:
  
  

Craig White wrote:



On Thu, 2007-12-06 at 16:34 -0500, Robert Moskowitz wrote:
  
  
  

When I run system-config-services, it shows vncserver set to start at boot.

in /etc/inittab I have init 3

vncserver does not start at boot.

I log in on the console as root and

service vncserver start

and it starts with some warning messages about bad display name in "add" 
command, but I do not see where these are logged to copy them into this 
message.


Once I start it from the console, I have trouble using the vnc client to 
access the server.


I really need for the vncserver to start at boot, as I want it to run in 
a place with no monitor or keyboard





I don't recall there being an issue vs runlevel 3 or 5

First off, nx is a much better way to go
  
  
  
yeah, but that will take a bit of work.  At least when I look at it back 
in the summer, it was not just a drop in as vnc has ALMOST been.



Anyway...what's contents of /etc/sysconfig/vncserver ? Is it configured?
  
  
  

Only thing I have configured is the vncservers= line

and for ~/.vnc I have run vncpasswd to set the password and edited the 
xstartup file to run gnome instead of X:


For Gnome, replace "twm &" with "exec gnome-session &"

also uncommented the two lines in xstartup for 'normal desktop'.  Didn't 
notice any difference though,




service vncserver restart should be all that you need then
  
And how do I do that without logging into the console?  My goal is I 
boot the system up, and then over the network I remote into the server.  
I suppose I could 'cheat' and have webmin running



you issue 'service vncserver restart' command from any command line
(i.e. ssh)
  
I see, of course sshd is running, so I can ssh in, restart vncserver 
then run vnc client.  Kind of cludgy, as why is vncserver NOT starting 
at boot? 

VNC does not have any encryption built in so remember, if you are using
over any network, your login/passwords/traffic are not encrypted.
  
'They' tell you to run vnc at localhost, and ssh tunnel for the 
security.  But one senario of use has the server connected to the client 
via a crossover cable, so I am not concerned about packet sniffing!

FreeNX handles all that for you PLUS it gives you really nice data
compression (better performance over limited bandwidth).
  
I will be getting back to FreeNX.  I am SOOO far behind on SOOO many 
projects.  I just needed some remote login working right now already.



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


[CentOS] remote ssh to machine how display firefox

2007-12-06 Thread Jerry Geis


>/
/>/ Jerry Geis wrote:
/>/ >/ I can ssh into a remote machine.
/>/ />/ I can start X on that machine with startx
/>/ />/
/>/ />/ How do I then start firefox on that machine (from the ssh prompt) and
/>/ />/ have it display on my machine in my office.
/>/ />/
/>/ />/ So I want to be using firefox on the remote machine but displaying the
/>/ />/ screen output from firefox in my office.
/>/ />/ Both boxes are running centos 5.
/>/ /
/>/ don't startx on the REMOTE machine, have it running on the LOCAL machine.
/>/
/>/ local$ ssh -X remote
/>/ ...authenticate...
/>/ remote$ firefox /
/&
/>/
/>/ and firefox should open on the local...
/
I tried the above (without the &) and firefox just returns.

I looked at /etc/ssh/sshd_config and X11Forwarding is yes.

  

ssh -X remoteIP firefox

It just took a really long time through the internet...

Thanks,

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


[CentOS] remote ssh to machine how display firefox

2007-12-06 Thread Jerry Geis


Jerry Geis wrote:
>/ I can ssh into a remote machine.
/>/ I can start X on that machine with startx
/>/
/>/ How do I then start firefox on that machine (from the ssh prompt) and
/>/ have it display on my machine in my office.
/>/
/>/ So I want to be using firefox on the remote machine but displaying the
/>/ screen output from firefox in my office.
/>/ Both boxes are running centos 5.
/
don't startx on the REMOTE machine, have it running on the LOCAL machine.

local$ ssh -X remote
...authenticate...
remote$ firefox &

and firefox should open on the local...


I tried the above (without the &) and firefox just returns.

I looked at /etc/ssh/sshd_config and X11Forwarding is yes.

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


Re: [CentOS] remote ssh to machine how display firefox

2007-12-06 Thread Alfred von Campe

I can ssh into a remote machine.
I can start X on that machine with startx


No need to start X on the remote machine.  You need to do "ssh -X  
" so that X is forwarded (back to the machine that you  
ssh'ed from).  Make sure that "X11Forwarding yes" is set in the /etc/ 
ssh/sshd_config file (restart the sshd if it was not).  Then you can  
simply type "firefox &" and it will appear on the machine you started  
the ssh from (assuming of course that a X server is running  
locally).  This of course works for any X11 application, not just  
Firefox.


Alfred

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


Re: [CentOS] remote ssh to machine how display firefox

2007-12-06 Thread Max Hetrick
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jerry Geis wrote:

> 
> So I want to be using firefox on the remote machine but displaying the
> screen output from firefox in my office.
> Both boxes are running centos 5.
> 
> how is that done?


First, man ssh, so you can read the ssh manual. Second, make sure on the
remote host that this line is in /etc/ssh/sshd_config.

X11Forwarding yes

Then run ssh while forwarding X

[EMAIL PROTECTED] ~]$ ssh -X [EMAIL PROTECTED]
[EMAIL PROTECTED] ~]$ /usr/bin/firefox

Regards,
Max

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFHWK4oHoeeepPau2ERAprrAJ4xwyzkVAxaHfYibjnIQgbJR1EZAACglSuR
Rj4AbSA13VW/64kbGzaOW8g=
=nZOy
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] remote ssh to machine how display firefox

2007-12-06 Thread John R Pierce

Jerry Geis wrote:

I can ssh into a remote machine.
I can start X on that machine with startx

How do I then start firefox on that machine (from the ssh prompt) and
have it display on my machine in my office.

So I want to be using firefox on the remote machine but displaying the
screen output from firefox in my office.
Both boxes are running centos 5.


don't startx on the REMOTE machine, have it running on the LOCAL machine.

local$ ssh -X remote
...authenticate...
remote$ firefox &

and firefox should open on the local...


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


Re: [CentOS] remote ssh to machine how display firefox

2007-12-06 Thread Clint Dilks



Jerry Geis wrote:

I can ssh into a remote machine.
I can start X on that machine with startx

How do I then start firefox on that machine (from the ssh prompt) and
have it display on my machine in my office.

So I want to be using firefox on the remote machine but displaying the
screen output from firefox in my office.
Both boxes are running centos 5.

how is that done?


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



Hi you dont need to start X on the remote system at all

ssh -X  firefox
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] remote ssh to machine how display firefox

2007-12-06 Thread Jerry Geis

I can ssh into a remote machine.
I can start X on that machine with startx

How do I then start firefox on that machine (from the ssh prompt) and
have it display on my machine in my office.

So I want to be using firefox on the remote machine but displaying the
screen output from firefox in my office.
Both boxes are running centos 5.

how is that done?


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


Re: [CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Akemi Yagi
On Dec 6, 2007 4:53 PM, Karanbir Singh <[EMAIL PROTECTED]> wrote:

> perhaps you didnt read the thread before posting, but I politely asked people 
> to
> take it elsewhere.
>
> Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]

If people ever listen to others, this thread would not have gone wild.
 In the 3rd e-mail of this thread, I specifically asked:

" In any event, let's not start yet another EPEL discussion here. :-)
"  (Tue Dec 4 19:51:41 UTC 2007)

http://lists.centos.org/pipermail/centos/2007-December/090427.html

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


Re: [CentOS] yum upgrade fails on pm-utils dependancy

2007-12-06 Thread Akemi Yagi
On Dec 6, 2007 4:51 PM, Karanbir Singh <[EMAIL PROTECTED]> wrote:
> James A. Peltier wrote:
> > I just tried to perform a yum upgrade on my CentOS 5 machine and it
> > failed on a pm-utils >= 0.99.3-6 is needed by package hal error.  I
> > rsync my repos every night.  This is the first time it's happened
>
> > --> Processing Dependency: pm-utils >= 0.99.3-6 for package: hal
> > --> Finished Dependency Resolution
> > Error: Missing Dependency: pm-utils >= 0.99.3-6 is needed by package hal
> >
> humm, i wonder why - perhaps a broken repository somewhere, pm-utils 
> ?=0.99.3-6
> is in th /5/ base repo.
>
> http://mirror.centos.org/centos/5/os/i386/CentOS/pm-utils-0.99.3-6.el5.centos.17.i386.rpm
> --
> Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]

This question has been answered in the CentOS forum (see the note by
Ned Slider):

http://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=11541&forum=37

as well as on the bug tracker (closed by kbsingh):

http://bugs.centos.org/view.php?id=2509

Hope this helps.

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


[CentOS] Kickstart + CentOS 5 = doesn't prompt for network information?

2007-12-06 Thread Ray Van Dolson
This may be more appropriate for an upstream list.  That said...

I'm doing kickstart setups of CentOS 5.  My kickstart config includes a
network configuration item.  Depending on options passed at boot-time,
the network config item may or may not include a --hostname option, but
always specifies eth0.

When I do a kickstart install, I notice that even though I am using
'interactive' (basically so the user can override any of the kickstart
settings should they need to), the networking screen never pops up and
the values from my network get used.  If the usr didn't provide a
hostname entry on bootup, then localhost.localdomain gets used as the
system hostname.

I'd like for the user to be able to select the hostname via the
installation wizard as they would normally in a non-kickstart install.

Perhaps for CentOS 5 kickstarts I should just not include the network
option at all in order to make the network configuration screen
accessible inside the installer?

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


[CentOS] re-installing a package without removing it?

2007-12-06 Thread Amos Shapira
Hello,

I've just noticed that the file /etc/ha.d/resource.d/drbddisk, which
belongs to package drbd-8.0.6-1.el5.centos, is missing from one of my
test machines:

# rpm --verify drbd
S.5T c /etc/drbd.conf
missing /etc/ha.d/resource.d/drbddisk

I'm looking at this as an opporunity to learn something about RPM
which bugged me for a while - in Debian, aptitude and apt-get provide
options to re-install existing package without removing it.

If I understand this correctly, then "rpm -i --force
drbd-8.0.6-1.el5.centos.rpm" would re-install the package. Is this
correct?

The rpm solution would require me to find and manually download the
rpm file. Is there a way to do this through yum?

Thanks,

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


Re: [CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Karanbir Singh

Milton Calnek wrote:

ok...

How about wxGTK.
rpmforge is distributing 2.6.3 while epel is distributing 2.8.?
rpmforge's vlc uses wxGTK or there are interlinked dependencies...


perhaps you didnt read the thread before posting, but I politely asked people to 
take it elsewhere.



--
Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Karanbir Singh

Les Mikesell wrote:

Stephen John Smoogen wrote:


I would say that the only thing that needs to top this off is some
rumours that the other side is going to use bitkeeper for its source
control, or ESR saying they thought that ZYZ was now his preferred
repo and RMS saying that the other was the only true repository.


...or why Linux can't include zfs because it can't be restricted enough 
to call it free.




les,

drop this subject here, if you want to carry on talking about it - take it to 
epel or rpmforge lists.


--
Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum upgrade fails on pm-utils dependancy

2007-12-06 Thread Karanbir Singh

James A. Peltier wrote:
I just tried to perform a yum upgrade on my CentOS 5 machine and it 
failed on a pm-utils >= 0.99.3-6 is needed by package hal error.  I 
rsync my repos every night.  This is the first time it's happened



--> Processing Dependency: pm-utils >= 0.99.3-6 for package: hal
--> Finished Dependency Resolution
Error: Missing Dependency: pm-utils >= 0.99.3-6 is needed by package hal




humm, i wonder why - perhaps a broken repository somewhere, pm-utils ?=0.99.3-6 
is in th /5/ base repo.


http://mirror.centos.org/centos/5/os/i386/CentOS/pm-utils-0.99.3-6.el5.centos.17.i386.rpm


--
Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Minimal install for CentOS 5?

2007-12-06 Thread Karanbir Singh

Aaron Seelye wrote:

Hello,

I'm new to the linux world (long time FreeBSD user), and I'm wondering 
if there's an easy way to install CentOS 5 without the GUI and 
unnecessary services?  I see there's a server cd for CentOS 4, but I 
didnt see anything like that for CentOS 5.  Am I looking in the wrong 
places, or is it just necessary to manually select the minimal set of 
packages?


Firstly, I want to clear up this misconception that people have that the 
ServerCD is a minimal install. Well, its not. Its a typical Server install, 
which is - trust me - very far from being a minimal install.


Secondly, the best way to do a minimal install is to just get the netinstall iso 
from the 5.1/isos/ directory, run a normal graphical install, and deselect all 
options from the 'Tasks to install' screen, select customise now option, then 
deselect everything from the next screen as well. It should give you a minimal 
install, with just enough packages to have a booting system, network and a 
functional sshd server. Once installed, you can then carry on adding packages 
with yum.


Finally, I believe this is FAQ number 1, check wiki.centos.org's FAQ section for 
CentOS-5



--
Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Les Mikesell

Axel Thimm wrote:


No *technical* solution will ever solve this. Even the best package
manager in the world cooking coffee in its idle time will not solve
packagers not talking to each other and creating conflicting and
incompatible packages. And we've tried talking and coordinating, it's
the EPEL side of the world that decides to play the Highlander theme
again ("there can only be one").


But that's not the problem that needs to be solved.  We want/need 
incompatible versions of the same things to be available in different 
repos and for different reasons.  What's missing is a mechanism to 
exclude conflicting groups when updating or to permit them to co-exist 
in the same machine by installing under different paths.


--
  Les Mikesell
   [EMAIL PROTECTED]

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


Re: [CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Les Mikesell

Stephen John Smoogen wrote:


I would say that the only thing that needs to top this off is some
rumours that the other side is going to use bitkeeper for its source
control, or ESR saying they thought that ZYZ was now his preferred
repo and RMS saying that the other was the only true repository.


...or why Linux can't include zfs because it can't be restricted enough 
to call it free.


--
  Les Mikesell
   [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Minimal install for CentOS 5?

2007-12-06 Thread Dan
I know the topic of a server cd has been bought up a few times and I think
one was "unofficially" made for 5.0 from a group in South Korea(I may be
wrong) but there is also a wealth of info in the server sub-forum of the
Centos.org website in regards to server setups it may help a bit:
http://www.centos.org/modules/newbb/viewforum.php?forum=41

Regards,
Dan

On Dec 6, 2007 6:44 PM, Jason Pyeron <[EMAIL PROTECTED]> wrote:

>
> > unnecessary services?  I see there's a server cd for CentOS 4, but I
> > didnt see anything like that for CentOS 5.  Am I looking in the wrong
> > places, or is it just necessary to manually select the minimal set of
> > packages?
>
> First reaction is that until a server iso is available, you might want to
> try the text based install.
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> -   -
> - Jason Pyeron  PD Inc. http://www.pdinc.us -
> - Sr. Consultant10 West 24th Street #100-
> - +1 (443) 269-1555 x333Baltimore, Maryland 21218   -
> -   -
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>
> This message is for the designated recipient only and may contain
> privileged, proprietary, or otherwise private information. If you
> have received it in error, purge the message from your system and
> notify the sender immediately.  Any other use of the email by you
> is prohibited.
>
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



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


[CentOS] tomcat

2007-12-06 Thread Craig White
trying to install tomcat and seem to be missing a piece called
mysql-connector-java

Does such a thing exist for tomcat5 that is packaged and compatible with
base install?

Craig

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


Re: [CentOS] Re: Please help me rate vnc, rdesktop, and freenx

2007-12-06 Thread Dan
Mainly it will all depend on "your" server specifications and network
setup.  We use VNC to remotely control the Windows boxes on the network and
it does an ok job, but even T1 to T1 we have a bit of lag.
We also use FreeNX for remote desktop features and it is quite fast from
home to office, it does have its quirks though.
So in all try them out in a lab and see which one is the best fit for you.
I have to agree though that for "everyday" use ssh is just fine.

Dan

On Dec 6, 2007 6:13 PM, Scott Silva <[EMAIL PROTECTED]> wrote:

> on 12/6/2007 2:57 PM Les Bell spake the following:
> > Scott Silva <[EMAIL PROTECTED]> wrote:
> >
> > Yeah... ssh into the server, vi whatever.conf re-[start|load] service,
> exit
> > ssh.
> > "the simple things are sometimes the best!"
> > <<
> >
> > Darn straight. And using ssh-agent (or Pageant with PuTTY on Windows) in
> > conjunction with key forwarding, you can make it easy to script stuff
> that
> > runs across multiple machines, thereby automating an entire server farm,
> if
> > you want to. Unix admin maxim: if you have to do something more than
> once,
> > write a script for it. See
> >
> http://www.lesbell.com.au/Home.nsf/web/SSH+for+Server+Administration?OpenDocument
> >
> > We certainly don't want to revert to the "point-and-grunt" method of
> doing
> > things found in the Windows world. I thought we'd put that behind us
> when
> > we stopped living in the trees.
> >
> > [I considered a "wink" smiley here, but decided against it. ;) ].
> >
> Speaking of windows (ducking), I see that server 2008 will have a
> command-line
> only install mode. It looks like Microsoft finally realized how much
> usable
> processor time is wasted refreshing GUI screens on servers no one is even
> looking at.
> But we are still technically living in trees, but now they cut them down
> and
> make houses...;-D
>
>
> --
> MailScanner is like deodorant...
> You hope everybody uses it, and
> you notice quickly if they don't
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Yum FTP concurrency

2007-12-06 Thread Tom Lanyon

Greetings,

My chosen CentOS mirror has a limit of 5 max FTP connections per IP. A  
simple 'yum update' is hitting this limit and causing the whole update  
procedure to fail.


Are there any settings to limit yum's FTP concurrency?

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


Re: [CentOS] 5.x install - loses display when launching, anaconda

2007-12-06 Thread Tom Lanyon


On 07/12/2007, at 1:54 AM, David G. Miller wrote:


Tom Lanyon <[EMAIL PROTECTED]> wrote:



I forgot to mention I tried installing via both graphical and  
text.  Also tried a network-based text install. All presented no  
video output  whatsoever at the anaconda launch point.
I think the correct option is "nofb" for no frame buffer at the  
original install screen (linux nofb).  I ran into this when I first  
put Linux on my laptop back in the summer of 2005.  I originally  
worked around it by just attaching an external monitor which also  
works but takes a little more planning and effort.
The problem probably has something to do with anaconda shifting into  
graphics mode when anaconda starts but the mode isn't compatible  
with the laptop's LCD display.  Using nofb tells the kernel not to  
use frame buffers which keeps the install in a standard (e.g., VGA)  
mode or the external monitor works with the display mode.


Cheers,
Dave


Dave,

Thanks - can't believe I didn't think of the framebuffer earlier.

Using nofb does indeed allow me to progress with the installation.

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


[CentOS] Re: VNCsever not starting at boot

2007-12-06 Thread Scott Silva

on 12/6/2007 3:10 PM Robert Moskowitz spake the following:

Craig White wrote:

On Thu, 2007-12-06 at 17:11 -0500, Robert Moskowitz wrote:
 

Craig White wrote:
   

On Thu, 2007-12-06 at 16:34 -0500, Robert Moskowitz wrote:
   
When I run system-config-services, it shows vncserver set to start 
at boot.


in /etc/inittab I have init 3

vncserver does not start at boot.

I log in on the console as root and

service vncserver start

and it starts with some warning messages about bad display name in 
"add" command, but I do not see where these are logged to copy them 
into this message.


Once I start it from the console, I have trouble using the vnc 
client to access the server.


I really need for the vncserver to start at boot, as I want it to 
run in a place with no monitor or keyboard



I don't recall there being an issue vs runlevel 3 or 5

First off, nx is a much better way to go

yeah, but that will take a bit of work.  At least when I look at it 
back in the summer, it was not just a drop in as vnc has ALMOST been.
   
Anyway...what's contents of /etc/sysconfig/vncserver ? Is it 
configured?


Only thing I have configured is the vncservers= line

and for ~/.vnc I have run vncpasswd to set the password and edited 
the xstartup file to run gnome instead of X:


For Gnome, replace "twm &" with "exec gnome-session &"

also uncommented the two lines in xstartup for 'normal desktop'.  
Didn't notice any difference though,



service vncserver restart should be all that you need then
And how do I do that without logging into the console?  My goal is I 
boot the system up, and then over the network I remote into the server.  
I suppose I could 'cheat' and have webmin running
"chkconfig vncserver --list" should tell you if it is set to start at runlevel 
3, and "chkconfig vncserver on" should make it start on boot at level 3, 4 and 5.


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

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


[CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Scott Silva

on 12/6/2007 3:22 PM Milton Calnek spake the following:

ok...

How about wxGTK.
rpmforge is distributing 2.6.3 while epel is distributing 2.8.?
rpmforge's vlc uses wxGTK or there are interlinked dependencies...

So when I "yum -y update", the update fails.  Currently there are no 
pending updates so this is not a big deal... until there are pending 
updates.


As an end user, I just want to be able to update my system.

If to accomplish that, I have to disable epel and only use it when I'm 
looking for something, then that's what I'll have to do.


I do that now with the ATRPms repo. It can conflict with rpmforge a lot, but 
the two were not meant to be used together. One works for more backward 
compatibility, while the other works for addons that might change the function 
of the system. CentOS's own "plus" repo does the same. It isn't good or bad in 
itself, you just need to make choices on what you want to accomplish.


"When you are up to your elbows in alligators, it is hard to remember that 
your original objective was to drain the swamp!"



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

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


RE: [CentOS] Minimal install for CentOS 5?

2007-12-06 Thread Jason Pyeron
 
> unnecessary services?  I see there's a server cd for CentOS 4, but I 
> didnt see anything like that for CentOS 5.  Am I looking in the wrong 
> places, or is it just necessary to manually select the minimal set of 
> packages?

First reaction is that until a server iso is available, you might want to
try the text based install.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-   -
- Jason Pyeron  PD Inc. http://www.pdinc.us -
- Sr. Consultant10 West 24th Street #100-
- +1 (443) 269-1555 x333Baltimore, Maryland 21218   -
-   -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This message is for the designated recipient only and may contain
privileged, proprietary, or otherwise private information. If you
have received it in error, purge the message from your system and
notify the sender immediately.  Any other use of the email by you
is prohibited. 



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


[CentOS] Re: RHEL 5 vs. CentOS 5

2007-12-06 Thread Scott Silva

on 12/6/2007 3:25 PM Lopez, Denise spake the following:

Hi all,

 

I would like to first preface this e-mail by saying if this topic has 
been covered already, could someone point me to the month of the 
discussion and I will gladly read it.


 

We have been using RHEL 3 / 4 in our environment and I am very happy and 
satisfied with the stability of the OS.  Now with the new technologies 
incorporated into RHEL5, specifically Virtualization, Clustering, and 
Storage, and the costs associated with them, I was wondering how similar 
CentOS and RHEL 5 were.


 

It is my understanding that CentOS is RHEL 5 with the RedHat icons 
removed but the functionality of the packages is the same.  In addition, 
updates may come a day or two later than RHEL 5. 

 

My boss is a little concerned about the differences since we host 
production servers that require minimal downtime.


 


Any thoughts and opinions are very welcome.


The choice comes down to this;
If you require to have a support contract, and a live person on the other end 
of the telephone when you have problems -- Use RedHat's offering and pay the 
support.


If you are willing to test things on non-production servers, and use public 
resources to work through problems -- Use CentOS. The money you save on 
support costs will more than offset the cost of a few test systems to run 
updates through.


CentOS uses the same system and source files that RHEL uses, and it is 
probably the distribution that is closest to the RHEL offering -- sometimes 
too close, because if it is broken on RedHat, it will probably be broken on 
CentOS also. The CentOS maintainers also have had success finding bugs and 
proposing fixes to the RHEL bug system, which benefits all.


There are many commercial ventures running on CentOS and other similar works.

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

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


RE: [CentOS] RHEL 5 vs. CentOS 5

2007-12-06 Thread Jason Pyeron

> From: Ray Van Dolson
> On Thu, Dec 06, 2007 at 03:25:32PM -0800, Lopez, Denise wrote:
> > 
> > My boss is a little concerned about the differences since 
> we host production
> > servers that require minimal downtime.
> > 
> 
> We typically continue to use RHEL for production stuff, and CentOS for
> anything non-critical.  Not that CentOS wouldn't make a solid
> production server.
> 

We use centos for "all" servers which do not "require" a support plan from
Red Hat. I wonder what would happen if we purchased a support license for a
centos box after the fact?

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-   -
- Jason Pyeron  PD Inc. http://www.pdinc.us -
- Sr. Consultant10 West 24th Street #100-
- +1 (443) 269-1555 x333Baltimore, Maryland 21218   -
-   -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This message is for the designated recipient only and may contain
privileged, proprietary, or otherwise private information. If you
have received it in error, purge the message from your system and
notify the sender immediately.  Any other use of the email by you
is prohibited. 


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


[CentOS] Re: Please help me rate vnc, rdesktop, and freenx

2007-12-06 Thread Scott Silva

on 12/6/2007 2:57 PM Les Bell spake the following:

Scott Silva <[EMAIL PROTECTED]> wrote:

Yeah... ssh into the server, vi whatever.conf re-[start|load] service, exit
ssh.
"the simple things are sometimes the best!"
<<

Darn straight. And using ssh-agent (or Pageant with PuTTY on Windows) in
conjunction with key forwarding, you can make it easy to script stuff that
runs across multiple machines, thereby automating an entire server farm, if
you want to. Unix admin maxim: if you have to do something more than once,
write a script for it. See
http://www.lesbell.com.au/Home.nsf/web/SSH+for+Server+Administration?OpenDocument

We certainly don't want to revert to the "point-and-grunt" method of doing
things found in the Windows world. I thought we'd put that behind us when
we stopped living in the trees.

[I considered a "wink" smiley here, but decided against it. ;) ].

Speaking of windows (ducking), I see that server 2008 will have a command-line 
only install mode. It looks like Microsoft finally realized how much usable 
processor time is wasted refreshing GUI screens on servers no one is even 
looking at.
But we are still technically living in trees, but now they cut them down and 
make houses...;-D



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

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


Re: [CentOS] RHEL 5 vs. CentOS 5

2007-12-06 Thread Ray Van Dolson
On Thu, Dec 06, 2007 at 03:25:32PM -0800, Lopez, Denise wrote:
> We have been using RHEL 3 / 4 in our environment and I am very happy and
> satisfied with the stability of the OS.  Now with the new technologies
> incorporated into RHEL5, specifically Virtualization, Clustering, and Storage,
> and the costs associated with them, I was wondering how similar CentOS and 
> RHEL
> 5 were.

They should be identical.

>  
> 
> It is my understanding that CentOS is RHEL 5 with the RedHat icons removed but
> the functionality of the packages is the same.  In addition, updates may come 
> a
> day or two later than RHEL 5. 
> 

Correct.  In addition, I think the CentOS kernels are basically the
"AS" kernels, and obviously there is no activation key, nor will you be
able to use RHN for errata notification, etc.

> 
> My boss is a little concerned about the differences since we host production
> servers that require minimal downtime.
> 

We typically continue to use RHEL for production stuff, and CentOS for
anything non-critical.  Not that CentOS wouldn't make a solid
production server.

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


[CentOS] RHEL 5 vs. CentOS 5

2007-12-06 Thread Lopez, Denise
Hi all,

 

I would like to first preface this e-mail by saying if this topic has
been covered already, could someone point me to the month of the
discussion and I will gladly read it.

 

We have been using RHEL 3 / 4 in our environment and I am very happy and
satisfied with the stability of the OS.  Now with the new technologies
incorporated into RHEL5, specifically Virtualization, Clustering, and
Storage, and the costs associated with them, I was wondering how similar
CentOS and RHEL 5 were. 

 

It is my understanding that CentOS is RHEL 5 with the RedHat icons
removed but the functionality of the packages is the same.  In addition,
updates may come a day or two later than RHEL 5.  

 

My boss is a little concerned about the differences since we host
production servers that require minimal downtime.

 

Any thoughts and opinions are very welcome.

 

Thank you for your input.

 

Denise Lopez

UCLA - Center for Digital Humanities

Network Services

Linux Systems Engineer

337 Charles E. Young Drive East

PPB 1020

Los Angeles, CA 90095-1499

310/206-8216

 

 

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


Re: [CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Milton Calnek

ok...

How about wxGTK.
rpmforge is distributing 2.6.3 while epel is distributing 2.8.?
rpmforge's vlc uses wxGTK or there are interlinked dependencies...

So when I "yum -y update", the update fails.  Currently there are no 
pending updates so this is not a big deal... until there are pending 
updates.


As an end user, I just want to be able to update my system.

If to accomplish that, I have to disable epel and only use it when I'm 
looking for something, then that's what I'll have to do.



R P Herrold wrote:

On Thu, 6 Dec 2007, Rex Dieter wrote:
Rex Dieter replied:
If you can identify particular cases where collaboration, as outlined 
in the above policy draft, was not followed, I will personally break 
out a can of whoop-ass, and work to fix things.

--
Milton Calnek BSc, A/Slt(Ret.)
[EMAIL PROTECTED]
306-717-8737


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

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


[CentOS] Minimal install for CentOS 5?

2007-12-06 Thread Aaron Seelye

Hello,

I'm new to the linux world (long time FreeBSD user), and I'm wondering 
if there's an easy way to install CentOS 5 without the GUI and 
unnecessary services?  I see there's a server cd for CentOS 4, but I 
didnt see anything like that for CentOS 5.  Am I looking in the wrong 
places, or is it just necessary to manually select the minimal set of 
packages?


Thanks,

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


Re: [CentOS] VNCsever not starting at boot

2007-12-06 Thread Craig White
On Thu, 2007-12-06 at 18:10 -0500, Robert Moskowitz wrote:
> Craig White wrote:
> > On Thu, 2007-12-06 at 17:11 -0500, Robert Moskowitz wrote:
> >   
> >> Craig White wrote:
> >> 
> >>> On Thu, 2007-12-06 at 16:34 -0500, Robert Moskowitz wrote:
> >>>   
> >>>   
>  When I run system-config-services, it shows vncserver set to start at 
>  boot.
> 
>  in /etc/inittab I have init 3
> 
>  vncserver does not start at boot.
> 
>  I log in on the console as root and
> 
>  service vncserver start
> 
>  and it starts with some warning messages about bad display name in "add" 
>  command, but I do not see where these are logged to copy them into this 
>  message.
> 
>  Once I start it from the console, I have trouble using the vnc client to 
>  access the server.
> 
>  I really need for the vncserver to start at boot, as I want it to run in 
>  a place with no monitor or keyboard
>  
>  
> >>> 
> >>> I don't recall there being an issue vs runlevel 3 or 5
> >>>
> >>> First off, nx is a much better way to go
> >>>   
> >>>   
> >> yeah, but that will take a bit of work.  At least when I look at it back 
> >> in the summer, it was not just a drop in as vnc has ALMOST been.
> >> 
> >>> Anyway...what's contents of /etc/sysconfig/vncserver ? Is it configured?
> >>>   
> >>>   
> >> Only thing I have configured is the vncservers= line
> >>
> >> and for ~/.vnc I have run vncpasswd to set the password and edited the 
> >> xstartup file to run gnome instead of X:
> >>
> >> For Gnome, replace "twm &" with "exec gnome-session &"
> >>
> >> also uncommented the two lines in xstartup for 'normal desktop'.  Didn't 
> >> notice any difference though,
> >> 
> > 
> > service vncserver restart should be all that you need then
> And how do I do that without logging into the console?  My goal is I 
> boot the system up, and then over the network I remote into the server.  
> I suppose I could 'cheat' and have webmin running

you issue 'service vncserver restart' command from any command line
(i.e. ssh)

VNC does not have any encryption built in so remember, if you are using
over any network, your login/passwords/traffic are not encrypted.

FreeNX handles all that for you PLUS it gives you really nice data
compression (better performance over limited bandwidth).

Craig

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


Re: [CentOS] VNCsever not starting at boot

2007-12-06 Thread Robert Moskowitz

Craig White wrote:

On Thu, 2007-12-06 at 17:11 -0500, Robert Moskowitz wrote:
  

Craig White wrote:


On Thu, 2007-12-06 at 16:34 -0500, Robert Moskowitz wrote:
  
  

When I run system-config-services, it shows vncserver set to start at boot.

in /etc/inittab I have init 3

vncserver does not start at boot.

I log in on the console as root and

service vncserver start

and it starts with some warning messages about bad display name in "add" 
command, but I do not see where these are logged to copy them into this 
message.


Once I start it from the console, I have trouble using the vnc client to 
access the server.


I really need for the vncserver to start at boot, as I want it to run in 
a place with no monitor or keyboard




I don't recall there being an issue vs runlevel 3 or 5

First off, nx is a much better way to go
  
  
yeah, but that will take a bit of work.  At least when I look at it back 
in the summer, it was not just a drop in as vnc has ALMOST been.


Anyway...what's contents of /etc/sysconfig/vncserver ? Is it configured?
  
  

Only thing I have configured is the vncservers= line

and for ~/.vnc I have run vncpasswd to set the password and edited the 
xstartup file to run gnome instead of X:


For Gnome, replace "twm &" with "exec gnome-session &"

also uncommented the two lines in xstartup for 'normal desktop'.  Didn't 
notice any difference though,



service vncserver restart should be all that you need then
And how do I do that without logging into the console?  My goal is I 
boot the system up, and then over the network I remote into the server.  
I suppose I could 'cheat' and have webmin running



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


Re: [CentOS] Re: Please help me rate vnc, rdesktop, and freenx

2007-12-06 Thread Les Bell

Scott Silva <[EMAIL PROTECTED]> wrote:

>>
Yeah... ssh into the server, vi whatever.conf re-[start|load] service, exit
ssh.
"the simple things are sometimes the best!"
<<

Darn straight. And using ssh-agent (or Pageant with PuTTY on Windows) in
conjunction with key forwarding, you can make it easy to script stuff that
runs across multiple machines, thereby automating an entire server farm, if
you want to. Unix admin maxim: if you have to do something more than once,
write a script for it. See
http://www.lesbell.com.au/Home.nsf/web/SSH+for+Server+Administration?OpenDocument

We certainly don't want to revert to the "point-and-grunt" method of doing
things found in the Windows world. I thought we'd put that behind us when
we stopped living in the trees.

[I considered a "wink" smiley here, but decided against it. ;) ].

Best,

--- Les Bell, RHCE, CISSP
[http://www.lesbell.com.au]
Tel: +61 2 9451 1144
FreeWorldDialup: 800909


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


RE: [CentOS] Re: SCSI bad block table display

2007-12-06 Thread Hugh E Cruickshank
From: Hugh E Cruickshank Sent: December 6, 2007 11:42
> 
> From: Ross S. W. Walker Sent: December 5, 2007 22:07
> > 
> > I found what I think your looking for, sg3_utils, it's in extras I
> > believe. Part of that set is sginfo and that command takes a -G
> > parameter which will show the grown defect list if the device
> > supports it.
> > 
> 
> Thanks. I will definitely check that out.
> 

The sg3_utils package and the sginfo command are exactly what I was
looking for.

Thanks muchly.

Regards, Hugh

-- 
Hugh E Cruickshank, Payroll Guardian, www.PayrollGuardian.com 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] yum upgrade fails on pm-utils dependancy

2007-12-06 Thread James A. Peltier
I just tried to perform a yum upgrade on my CentOS 5 machine and it 
failed on a pm-utils >= 0.99.3-6 is needed by package hal error.  I 
rsync my repos every night.  This is the first time it's happened


sudo yum -y upgrade
Loading "installonlyn" plugin
Loading "priorities" plugin
Setting up Upgrade Process
Setting up repositories
updates   100% |=|  951 B00:00
base  100% |=| 1.1 kB00:00
addons100% |=|  951 B00:00
extras100% |=| 1.1 kB00:00
Reading repository metadata in from local files
primary.xml.gz100% |=|  74 kB00:00
updates   : ## 128/128
Added 128 new packages, deleted 0 old in 4.23 seconds
primary.xml.gz100% |=| 798 kB00:00
base  : ## 2334/2334
Added 2334 new packages, deleted 0 old in 58.26 seconds
primary.xml.gz100% |=|  157 B00:00
Added 0 new packages, deleted 0 old in 0.01 seconds
primary.xml.gz100% |=|  60 kB00:00
extras: ## 190/190
Added 190 new packages, deleted 0 old in 4.10 seconds
0 packages excluded due to repository priority protections
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for selinux-policy-targeted to pack into 
transaction set.

selinux-policy-targeted-2 100% |=|  46 kB00:00
---> Package selinux-policy-targeted.noarch 0:2.4.6-106.el5_1.3 set to 
be updated

---> Downloading header for samba-common to pack into transaction set.
samba-common-3.0.25b-1.el 100% |=|  43 kB00:00
---> Package samba-common.i386 0:3.0.25b-1.el5_1.2 set to be updated
---> Downloading header for hal to pack into transaction set.
hal-0.5.8.1-25.el5_1.1.i3 100% |=|  43 kB00:00
---> Package hal.i386 0:0.5.8.1-25.el5_1.1 set to be updated
---> Downloading header for pcre-devel to pack into transaction set.
pcre-devel-6.6-2.el5_1.7. 100% |=|  10 kB00:00
---> Package pcre-devel.i386 0:6.6-2.el5_1.7 set to be updated
---> Downloading header for tetex to pack into transaction set.
tetex-3.0-33.2.el5_1.2.i3 100% |=| 245 kB00:00
---> Package tetex.i386 0:3.0-33.2.el5_1.2 set to be updated
---> Downloading header for kernel-devel to pack into transaction set.
kernel-devel-2.6.18-53.1. 100% |=| 746 kB00:00
---> Package kernel-devel.i686 0:2.6.18-53.1.4.el5 set to be installed
---> Downloading header for tetex-dvips to pack into transaction set.
tetex-dvips-3.0-33.2.el5_ 100% |=|  73 kB00:00
---> Package tetex-dvips.i386 0:3.0-33.2.el5_1.2 set to be updated
---> Downloading header for ruby-libs to pack into transaction set.
ruby-libs-1.8.5-5.el5_1.1 100% |=|  74 kB00:00
---> Package ruby-libs.i386 0:1.8.5-5.el5_1.1 set to be updated
---> Downloading header for selinux-policy to pack into transaction set.
selinux-policy-2.4.6-106. 100% |=|  71 kB00:00
---> Package selinux-policy.noarch 0:2.4.6-106.el5_1.3 set to be updated
---> Downloading header for cups-libs to pack into transaction set.
cups-libs-1.2.4-11.14.el5 100% |=|  40 kB00:00
---> Package cups-libs.i386 1:1.2.4-11.14.el5_1.3 set to be updated
---> Downloading header for nscd to pack into transaction set.
nscd-2.5-18.el5_1.1.i386. 100% |=| 104 kB00:00
---> Package nscd.i386 0:2.5-18.el5_1.1 set to be updated
---> Downloading header for cairo to pack into transaction set.
cairo-1.2.4-3.el5_1.i386. 100% |=| 9.4 kB00:00
---> Package cairo.i386 0:1.2.4-3.el5_1 set to be updated
---> Downloading header for poppler-utils to pack into transaction set.
poppler-utils-0.5.4-4.3.e 100% |=| 7.1 kB00:00
---> Package poppler-utils.i386 0:0.5.4-4.3.el5_1 set to be updated
---> Downloading header for openib to pack into transaction set.
openib-1.2-6.el5_1.1.i386 100% |=|  12 kB00:00
---> Package openib.i386 0:1.2-6.el5_1.1 set to be updated
---> Downloading header for glibc-devel to pack into transaction set.
glibc-devel-2.5-18.el5_1. 100% |=| 109 kB00:00
---> Package glibc-devel.i386 0:2.5-18.el5_1.1 set to be updated
---> Downloading header for hal-gnome to pack into transaction set.
hal-gnome-0.5.8.1-25.el5_ 100% |=|  24 kB00:00
---> Package hal-gnome.i386 0:0.5.8.1-25.el5_1.1 set to be updated
---> Downloading header for net-snmp-libs to pack into transaction set.
net-s

Re: [CentOS] Updating kernel from CentOS 5 to 5.1

2007-12-06 Thread Jon Stanley
On Dec 6, 2007 5:40 PM, Andrew Allen <[EMAIL PROTECTED]> wrote:
> To upgrade the kernel to CentOS 5.1 (to take advantage of support for
> Dell wireless card bcm43xx), should I update everything or just type
> 'yum update kernel', or what?

It's OK to just update the kernel, however, why not update everything?
 There's really no good reason not to do a 'yum update'

> Also, is it OK to remove 'old' kernels
> (which appear in the boot list) when they are no longer required?

Yum has the 'installonlyn' plugin, which will remove old kernels for
you.  By default, it is configured to keep 2 copies.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Updating kernel from CentOS 5 to 5.1

2007-12-06 Thread Andrew Allen
To upgrade the kernel to CentOS 5.1 (to take advantage of support for
Dell wireless card bcm43xx), should I update everything or just type
'yum update kernel', or what? Also, is it OK to remove 'old' kernels
(which appear in the boot list) when they are no longer required?

Thanks,
Andy

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


[CentOS] Re: Please help me rate vnc, rdesktop, and freenx

2007-12-06 Thread Scott Silva

on 12/6/2007 2:25 PM Robert Moskowitz spake the following:

Les Bell wrote:

Robert Moskowitz <[EMAIL PROTECTED]> wrote:

  1 to 3 where 1 is the 'best' for the catagory and 3 the loser.
<<

You fogot the ssh/vi combination, which rates 1 across the board.
  

ssh/vi 

Yeah... ssh into the server, vi whatever.conf re-[start|load] service, exit ssh.
"the simple things are sometimes the best!"
--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't

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


Re: [CentOS] Please help me rate vnc, rdesktop, and freenx

2007-12-06 Thread Robert Moskowitz

Les Bell wrote:

Robert Moskowitz <[EMAIL PROTECTED]> wrote:

  
1 to 3 where 1 is the 'best' for the catagory and 3 the loser.

<<

You fogot the ssh/vi combination, which rates 1 across the board.
  

ssh/vi 


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


Re: [CentOS] Error 451 when clients try to send emails

2007-12-06 Thread Jim Perrin
On Dec 6, 2007 5:08 PM, Ed Morrison <[EMAIL PROTECTED]> wrote:
> Thanks Jim.  I appreciate that.  :-)
>
> Anyway I realized I had sent this to the WRONG list after clicking the send
> button.  Sorry for the SPAM and any resultant flame wars.

No worries. I'm always willing to help throw gas and/or matches on a
good situation! :-P

-- 
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


[CentOS] Re: Error 451 when clients try to send emails

2007-12-06 Thread Scott Silva

on 12/6/2007 1:52 PM Ed Morrison spake the following:
Hi Everyone.  I am trying to gifure out why I am getting a 451 error 
when clients are trying to send email:


Client error:
Task 'mail.csdsinc.com  - Sending' reported 
error (0x800CCC6A) : 'Your outgoing (SMTP) e-mail server has reported an 
internal error. If you continue to receive this message, contact your 
server administrator or Internet service provider (ISP).  The server 
responded: 451 mail server temporarily rejected message (#4.3.0)'



Here is a tail of my smtp log. 


@400047586d0f1cf5eae4 simscan: connect error 2
@400047586d0f1d36b4d4 connect(): Connection refused
@400047586d0f1d3e6594 qmail-smtpd: qq soft reject (mail server 
temporarily rejected message (#4.3.0)): MAILFROM:innocent@@ edgemore.com > RCPTTO:removed top 
protect the [EMAIL PROTECTED] 



Clam & Spam logs are normal.



Any ideas?

Since Qmail isn't a supported package on CentOS, you will get less help than 
you probably want. But SMEServer is based on CentOS and uses qmail. Maybe they 
have some clues if you troll their FAQ's or list.


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

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


Re: [CentOS] Please help me rate vnc, rdesktop, and freenx

2007-12-06 Thread Brian Mathis
On Dec 6, 2007 5:05 PM, Robert Moskowitz <[EMAIL PROTECTED]> wrote:
> I have been dragging my feet on remote display, and have just gotten VNC
> going to have SOMETHING to move off the start line.  But I need the
> 'best' for different situations, so I want to rate them.
>
> 1 to 3 where 1 is the 'best' for the catagory and 3 the loser.
>
> VNC  RDESKTOP  FREENX
>
>
> Server memory
> Server cpu
> client memory
> client cpu
> bandwidth
>
> thanks.  I AM search the net for this information.  So far have not
> found the magic query request :)
>

There are numerous ways to remotely access a Linux machine, and
honestly the "remote desktop" style that Windows uses is the worst of
them.  VNC, rdesktop, and freenx all replicate that method of access,
where you basically get a picture of what would be on the monitor if
you were sitting at it.

As was already mentioned, ssh is really the main way for remote
access, but for people not familiar with Linux, there's no GUI and no
mouse beyond copy/paste, so you may look for another solution.

The real *NIX way of accessing a graphical application remotely is by
using a remote X desktop.  It sounds strange if you're not familiar
with it, but basically you run the 1 application on the remote server,
and the application window (and only the application window), shows up
on your local workstation.  SSH provides a way to do this securely.
The drawback is you will need an X server running on your local
computer, but that can be had for free in Windows from cygwin.

Having stepped your foot in all of that now, the simplest GUI to get
working is the vnc/freenx style of remote access.  I have only used
VNC, and it works well enough, but I hear good things about freenx.
If you go the VNC route, make sure to set up a firewall to block
direct access to the vnc port, and only access it through ssh
forwarding, as vnc is not secure by itself.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] VNCsever not starting at boot

2007-12-06 Thread Craig White
On Thu, 2007-12-06 at 17:11 -0500, Robert Moskowitz wrote:
> Craig White wrote:
> > On Thu, 2007-12-06 at 16:34 -0500, Robert Moskowitz wrote:
> >   
> >> When I run system-config-services, it shows vncserver set to start at boot.
> >>
> >> in /etc/inittab I have init 3
> >>
> >> vncserver does not start at boot.
> >>
> >> I log in on the console as root and
> >>
> >> service vncserver start
> >>
> >> and it starts with some warning messages about bad display name in "add" 
> >> command, but I do not see where these are logged to copy them into this 
> >> message.
> >>
> >> Once I start it from the console, I have trouble using the vnc client to 
> >> access the server.
> >>
> >> I really need for the vncserver to start at boot, as I want it to run in 
> >> a place with no monitor or keyboard
> >> 
> > 
> > I don't recall there being an issue vs runlevel 3 or 5
> >
> > First off, nx is a much better way to go
> >   
> yeah, but that will take a bit of work.  At least when I look at it back 
> in the summer, it was not just a drop in as vnc has ALMOST been.
> > Anyway...what's contents of /etc/sysconfig/vncserver ? Is it configured?
> >   
> Only thing I have configured is the vncservers= line
> 
> and for ~/.vnc I have run vncpasswd to set the password and edited the 
> xstartup file to run gnome instead of X:
> 
> For Gnome, replace "twm &" with "exec gnome-session &"
> 
> also uncommented the two lines in xstartup for 'normal desktop'.  Didn't 
> notice any difference though,

service vncserver restart should be all that you need then

Craig

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


[CentOS] perl-net-DNS question

2007-12-06 Thread Rogelio
When trying to run a Perl program, I get this error (even though I have both
Perl and perl-net-dns installed via yum)
Can't locate Net/DNS.pm in @INC (@INC contains: /usr/lib/nagios/plugins
/usr/lib/perl5/5.8.5/i386-linux-thread-multi /usr/lib/perl5/5.8.5
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.2/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4
/usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2
/usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.2/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl/5.8.4
/usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl/5.8.2
/usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl/5.8.0
/usr/lib/perl5/vendor_perl .) at ./check_bl line 29.
BEGIN failed--compilation aborted at ./check_bl line 29.

When I ran "cpan" and "install Net::DNS", I get the following error. Any
ideas?

Removing previously used /root/.cpan/build/Net-IP-1.25

  CPAN.pm: Going to build M/MA/MANU/Net-IP-1.25.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Net::IP
Can't exec "v": No such file or directory at /usr/lib/perl5/5.8.5/CPAN.pm
line 4566.
  v  -- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible
Running make for O/OL/OLAF/Net-DNS-0.61.tar.gz
  Is already unwrapped into directory /root/.cpan/build/Net-DNS-0.61

  CPAN.pm: Going to build O/OL/OLAF/Net-DNS-0.61.tar.gz

Can't exec "v": No such file or directory at /usr/lib/perl5/5.8.5/CPAN.pm
line 4566.
  v  -- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] VNCsever not starting at boot

2007-12-06 Thread Robert Moskowitz

Craig White wrote:

On Thu, 2007-12-06 at 16:34 -0500, Robert Moskowitz wrote:
  

When I run system-config-services, it shows vncserver set to start at boot.

in /etc/inittab I have init 3

vncserver does not start at boot.

I log in on the console as root and

service vncserver start

and it starts with some warning messages about bad display name in "add" 
command, but I do not see where these are logged to copy them into this 
message.


Once I start it from the console, I have trouble using the vnc client to 
access the server.


I really need for the vncserver to start at boot, as I want it to run in 
a place with no monitor or keyboard



I don't recall there being an issue vs runlevel 3 or 5

First off, nx is a much better way to go
  
yeah, but that will take a bit of work.  At least when I look at it back 
in the summer, it was not just a drop in as vnc has ALMOST been.

Anyway...what's contents of /etc/sysconfig/vncserver ? Is it configured?
  

Only thing I have configured is the vncservers= line

and for ~/.vnc I have run vncpasswd to set the password and edited the 
xstartup file to run gnome instead of X:


For Gnome, replace "twm &" with "exec gnome-session &"

also uncommented the two lines in xstartup for 'normal desktop'.  Didn't 
notice any difference though,




Craig

___
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] Please help me rate vnc, rdesktop, and freenx

2007-12-06 Thread Les Bell

Robert Moskowitz <[EMAIL PROTECTED]> wrote:

>>
1 to 3 where 1 is the 'best' for the catagory and 3 the loser.
<<

You fogot the ssh/vi combination, which rates 1 across the board.

Best,

--- Les Bell, RHCE, CISSP
[http://www.lesbell.com.au]
Tel: +61 2 9451 1144
FreeWorldDialup: 800909


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


Re: [CentOS] Error 451 when clients try to send emails

2007-12-06 Thread Ed Morrison
Thanks Jim.  I appreciate that.  :-)

Anyway I realized I had sent this to the WRONG list after clicking the send
button.  Sorry for the SPAM and any resultant flame wars.

Ed

On Dec 6, 2007 2:03 PM, Jim Perrin <[EMAIL PROTECTED]> wrote:

> On Dec 6, 2007 4:52 PM, Ed Morrison <[EMAIL PROTECTED]> wrote:
> > Hi Everyone.  I am trying to gifure out why I am getting a 451 error
> when
> > clients are trying to send email:
>
> > Here is a tail of my smtp log.
>
>  @400047586d0f1d3e6594 qmail-smtpd:  <--- Right there is
> your problem
>
>
>
>
> --
> 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
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Karanbir Singh

Stephen John Smoogen wrote:

On Dec 6, 2007 12:51 PM, Les Mikesell <[EMAIL PROTECTED]> wrote:

Stephen John Smoogen wrote:


The point is that as an end user, I want a sensible way to deal with
multiple repositories that _don't_ collaborate.  After all, if everyone
agreed on policies we wouldn't need any third party repositories at all.

Ok the problem field is that you have N different repositories, using
M different guidelines, using O different compile flags, and P
different filesystem layouts.

The constraint is simply that you do not replace any file/library with
one that is incompatible.


And how do you know it isnt compatible? Keeping ABI's the same is
extremely hard work and basically would mean that a repository rarely
puts up new stuff but only backports items from upstream. Thats a lot
of work for something they don't get paid for. And even if the ABI is
the same, it doesnt mean that you have different actions occur because
one had a compiler with XYZ flag in it and the other had XZY.


The Sun people like to claim that you can run
anything that ever ran on Solaris on subsequent versions so the problem
space isn't as impossible as you make it seem - it is more a matter of
respecting interfaces and backwards compatibility.


And that was a load of bull from Solaris. You could run most Sun
things from Solaris 2.x to 2.x1 but the list of things that didn't run
as expected was always pretty long. And to do that they had to
basically strip down the OS to extremely limited functionality. That
was why it was such a 'radical' change when they started shipping GNU
tools in the OS because it had been requested for years but the amount
of churn was too high for them to want to deal with.


But my point is that
I don't want to be forced to use a repository that always follows this
constraint.  Sometimes compatibility is what you want, sometimes you
want something different, and you need to be able to manage both.



But are you willing to pay for that? Because its not an easy problem
to solve that people can throw more computers at and get it working.
It usually requires a lot of meat-ware time with people working out
meat-ware politics and issues.


The best you could possibly do is not
have packages at all but keep each package in a dmg file and let the
ld fight it out over who gets executed today... but that would seem to
be a different OS.

Yes, that would make Linux as difficult to maintain as a Mac.



Maintainability is usually on the opposite side of choices.





guys, while somewhat relevant - this list is really not the place for 
this conversation. As has happened before its going to go round in 
circles with lots of noise - but no action.


--
Karanbir Singh : http://www.karan.org/  : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] RPM Spec and subpackage architecture [SOLVED]

2007-12-06 Thread Ross S. W. Walker
Ross S. W. Walker wrote:
> 
> Are there any RPM wizards out there that know how to specify a
> different architecture for a subpackage in a spec file?
>  
> I have a package that has a binary component and a non-binary
> component that I would like split into 2 packages one, the
> binary which is architecture dependant and the other 'noarch'.
>  
> I haven't found a spec file that does this yet :-(

Ok, well it isn't pretty, but it's the only way to do it, I am
posting a general RPM specfile template that outlines it.

Once you have the spec file created you can do an:

# rpmbuild --target=$(uname -i),noarch 

And it should build the binary and noarch.

Here's the template:
##
## Global Package Definitions
##

## Package Options

## Package Definitions

## Platform Definitions

##
## Main Package
##

## Information
Summary: 
Name: 
Version: 
Release: 
License: 
Group: 
URL: 
Packager: 

## Sources

## Patches

## Build Definitions
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}

## Build Requirements
BuildRequires: 

## Install Requirements
Requires: %{name}-subname = %{version}-%{release}

## Description
%description


##
## Subpackage
##
%ifarch noarch
%package subname

## Information
Summary: 

## Build Requirements
BuildRequires: 

## Install Provides
Provides: %{name}-subname

## Description
%description subname

%endif


##
## Package Creation
##

## Preparation
%prep



## Build
%build
%ifnarch noarch

%endif


## Installation
%install
%{__rm} -rf %{buildroot}
%ifnarch noarch

%else

%endif


## Cleaning
%clean
%{__rm} -rf %{buildroot}


## Post-Install Script (Package)
%ifnarch noarch
%post

%endif


## Pre-Uninstall Script (Package)
%ifnarch noarch
%preun

%endif


## Post-Uninstall Script (Package)
%ifnarch noarch
%postun

%endif


## Post-Install Script (Subpackage)
%ifarch noarch
%post subname

%endif


## Pre-Uninstall Script (Subpackage)
%ifarch noarch
%preun subname

%endif


## Post-Uninstall Script (Subpackage)
%ifnarch noarch
%postun subname

%endif


## File Catalog (Package)
%ifnarch noarch
%files

%endif


## File Catalog (Subpackage)
%ifarch noarch
%files subname

%endif


## Change Log
%changelog

Hope this helps somebody.

-Ross

__
This e-mail, and any attachments thereto, is intended only for use by
the addressee(s) named herein and may contain legally privileged
and/or confidential information. If you are not the intended recipient
of this e-mail, you are hereby notified that any dissemination,
distribution or copying of this e-mail, and any attachments thereto,
is strictly prohibited. If you have received this e-mail in error,
please immediately notify the sender and permanently delete the
original and any copy or printout thereof.

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


[CentOS] Please help me rate vnc, rdesktop, and freenx

2007-12-06 Thread Robert Moskowitz
I have been dragging my feet on remote display, and have just gotten VNC 
going to have SOMETHING to move off the start line.  But I need the 
'best' for different situations, so I want to rate them.


1 to 3 where 1 is the 'best' for the catagory and 3 the loser.

   VNC  RDESKTOP  FREENX


Server memory
Server cpu
client memory
client cpu
bandwidth

thanks.  I AM search the net for this information.  So far have not 
found the magic query request :)



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


Re: [CentOS] Error 451 when clients try to send emails

2007-12-06 Thread Jim Perrin
On Dec 6, 2007 4:52 PM, Ed Morrison <[EMAIL PROTECTED]> wrote:
> Hi Everyone.  I am trying to gifure out why I am getting a 451 error when
> clients are trying to send email:

> Here is a tail of my smtp log.

 @400047586d0f1d3e6594 qmail-smtpd:  <--- Right there is
your problem




-- 
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] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Stephen John Smoogen
On Dec 6, 2007 2:24 PM, Axel Thimm <[EMAIL PROTECTED]> wrote:

> So to answer the subject: No, EPEL is incompatible to every other repo
> that existed before EPEL came up. That was not the original promise of
> EPEL (I know as I was a steering member before I gave up on this
> insanity course), but it developed that way.
> 

Actually it would have been the case at some point as soon as it was
looked at that they would use Fedora packaging standards versus some
other set of standards.. The guidelines that you, DAG, etc conflict in
various places and conflicted before EPEL was a gleam in its parents
eye. It is also because you serve different audiences. I know that if
I want bleeding edge packages that will pull in all sorts of new
Perl/Pythons etc.. I have used ATrpms because you do what is needed to
get XYZ-9 working. DAG might on the other hand may decide that XYZ-9
is not going to be supported in the same way because on RHEL-3
bringing in Python-3.00beta is just too much of a headache especially
if its going to break everything else.

Mixing the two repositories in that case will cause unintended
problems.. which at that point the repotags would be helpful in saying
'well don't mix them in this case' but wont have stopped the problem
from occurring in the first place.

However at some point people quit thinking logically and instead
started just throwing virtual dung at each other like we hadn't
evolved much in the last million years. And after that everyone spent
time trying to point out that the other side started throwing the dung
first and if you didn't agree with that you had to be on the other
side and oh here is some dung. Of course saying 'well let bygones be
bygones' isn't going to happen until the other side publicly castrates
itself as a sign of good faith.

I would say that the only thing that needs to top this off is some
rumours that the other side is going to use bitkeeper for its source
control, or ESR saying they thought that ZYZ was now his preferred
repo and RMS saying that the other was the only true repository.


-- 
Stephen J Smoogen. -- CSIRT/Linux System Administrator
How far that little candle throws his beams! So shines a good deed
in a naughty world. = Shakespeare. "The Merchant of Venice"
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Error 451 when clients try to send emails

2007-12-06 Thread Ed Morrison
Hi Everyone.  I am trying to gifure out why I am getting a 451 error when
clients are trying to send email:

Client error:
Task 'mail.csdsinc.com - Sending' reported error (0x800CCC6A) : 'Your
outgoing (SMTP) e-mail server has reported an internal error. If you
continue to receive this message, contact your server administrator or
Internet service provider (ISP).  The server responded: 451 mail server
temporarily rejected message (#4.3.0)'


Here is a tail of my smtp log.

@400047586d0f1cf5eae4 simscan: connect error 2
@400047586d0f1d36b4d4 connect(): Connection refused
@400047586d0f1d3e6594 qmail-smtpd: qq soft reject (mail server
temporarily rejected message (#4.3.0)): MAILFROM: RCPTTO:removed top protect the [EMAIL PROTECTED]

Clam & Spam logs are normal.



Any ideas?


Thanks,

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


Re: [CentOS] VNCsever not starting at boot

2007-12-06 Thread Craig White
On Thu, 2007-12-06 at 16:34 -0500, Robert Moskowitz wrote:
> When I run system-config-services, it shows vncserver set to start at boot.
> 
> in /etc/inittab I have init 3
> 
> vncserver does not start at boot.
> 
> I log in on the console as root and
> 
> service vncserver start
> 
> and it starts with some warning messages about bad display name in "add" 
> command, but I do not see where these are logged to copy them into this 
> message.
> 
> Once I start it from the console, I have trouble using the vnc client to 
> access the server.
> 
> I really need for the vncserver to start at boot, as I want it to run in 
> a place with no monitor or keyboard

I don't recall there being an issue vs runlevel 3 or 5

First off, nx is a much better way to go

Anyway...what's contents of /etc/sysconfig/vncserver ? Is it configured?

Craig

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


[CentOS] VNCsever not starting at boot

2007-12-06 Thread Robert Moskowitz

When I run system-config-services, it shows vncserver set to start at boot.

in /etc/inittab I have init 3

vncserver does not start at boot.

I log in on the console as root and

service vncserver start

and it starts with some warning messages about bad display name in "add" 
command, but I do not see where these are logged to copy them into this 
message.


Once I start it from the console, I have trouble using the vnc client to 
access the server.


I really need for the vncserver to start at boot, as I want it to run in 
a place with no monitor or keyboard



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


Re: [CentOS] RPM Spec and subpackage architecture

2007-12-06 Thread Stephen John Smoogen
On Dec 6, 2007 1:36 PM, Ross S. W. Walker <[EMAIL PROTECTED]> wrote:
>
>
> Are there any RPM wizards out there that know how to specify a
> different architecture for a subpackage in a spec file?
>
> I have a package that has a binary component and a non-binary
> component that I would like split into 2 packages one, the
> binary which is architecture dependant and the other 'noarch'.
>
> I haven't found a spec file that does this yet :-(
>


I remember that this was either impossible or really hard to do long
ago. If my memory serves me right.. it was just easier to break them
out into 2 different source rpms than trying to get RPM to do it.


-- 
Stephen J Smoogen. -- CSIRT/Linux System Administrator
How far that little candle throws his beams! So shines a good deed
in a naughty world. = Shakespeare. "The Merchant of Venice"
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] weird load values

2007-12-06 Thread J. Potter


As mentioned before, IO could give such strange results. I suggest  
launching

dstat with logging to a file, and analyzing the file afterwards.


Thanks, much appreciated!

This has yielded some interesting data, which I'll attempt to include  
a few seconds before and after one of these events occurred.


	system interrupts per second: Note the ~200x jump to almost 200,000  
interrupts per second.

2907
6714
1371
194218
2456
2907

	network received: Note the network received ramps up over 5 seconds,  
peaks at ~50x background, and ramps back down in about 3 seconds. The  
peak is from the same sample as the 200x sample above.

108784
389794
1070850
4843956
352226
353102
96392


Everything else looks sane -- there's enough ram, nothing's being  
swapped out, etc. This is on a private-network server that has a load  
balancer in front of it, so if it's network related, it wouldn't be  
misdirected random bits.


Has anyone seen this sort of behavior before? What was the cause? What  
should I do to figure out how to keep the load averages from flipping  
out of control?


(This isn't something as lame as a counter rolling over somewhere  
internal to the kernel, is it? Wouldn't think so, but thought to ask.  
Running 2.6.18-8.1.8.el5. We could reboot to run 2.6.18-8.1.15 if  
that'd be a potential fix.)


Thanks for any insight!

best,
Jeff




total cpu usage dsk/total   net/total   system  
usr sys readwritrecvsendint csw
10.53.250   409600  108784  72286   290720376
3.992.993   0   319488  389794  661170  671423941
0.250.250   720896  1070850 1189720 137116648
9.167   90.442  12288   1122304 4843956 38  194218  55433
56.931  16.832  0   1273856 352226  334506  245612844
46.25   20  0   454656  353102  384496  290720631
24.25   1.250   3260416 96392   72316   134217307
23.25   2.250   610304  91086   71194   145817584
10.973  1.496   0   0   84192   46276   134918135
0   0   0   94208   71892   33304   122016979
0.250.250   126976  71184   47576   126816973___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Axel Thimm
On Thu, Dec 06, 2007 at 10:08:38AM -0800, Ray Van Dolson wrote:
> On Thu, Dec 06, 2007 at 12:03:51PM -0600, Les Mikesell wrote:
> > Morten Torstensen wrote:
> >> [snip away bible quotes]
> >>
> >> This is getting way off topic, please consider what you post.
> >>
> >
> > Having only one true repository whose name shall not be uttered in the 
> > package filenames doesn't remind you of anything?
> 
> No.  What exactly are you getting at? :)
> 
> Seems like this issue is kinda moot at this point... and honestly,
> although maybe it would have been _nice_ for EPEL to use repotags, I
> think their thinking is that Fedora and Fedora Extras in the past
> doesn't use them; they consider themselves "upstream" in a way and are
> sticking to that same behavior.  They also didn't feel that repotags
> were really a good solution to the problem.
> 
> Many discussions and arguments occurred, but in the end this is how it
> worked out.  And if I recall, EPEL did finally agree to use repotags,
> but ATrpms had already removed all repotags from their packages so the
> driving reason to do it was at that point gone.

Oh, no, don't put the blame on ATrpms ;)

The repotag issue was just a frontend where the non-cooperation of
EPEL with the rest of the world was demonstrated to beyond anyone's
imagination. Only after several people that EPEL was trying to attract
turned their backs and upon that some RH officials raised their heads
to the EPEL "chairmen" where there some reevaluation about repotags.

So repotags was a small issue which failed on EPEL's
non-cooperation. I don't see why more important issues would ever have
a better faith, and I lost a lot of momentum in this fake
discussion. The bottom point is that EPEL just wanted to enter the
repo world of RHEL/CentOS and friends w/o caring about what existed
there, and placing any compatibilty burden on others' shoulders.

> It's unfortunate, but doesn't seem like it's going to change.  I guess
> that doesn't mean we need to stop talking about it, but maybe instead
> of hollering about the need for repotags it's time to collaborate in
> the other direction -- building a better way to track reopsitories into
> the RPM database itself.

No *technical* solution will ever solve this. Even the best package
manager in the world cooking coffee in its idle time will not solve
packagers not talking to each other and creating conflicting and
incompatible packages. And we've tried talking and coordinating, it's
the EPEL side of the world that decides to play the Highlander theme
again ("there can only be one").

So to answer the subject: No, EPEL is incompatible to every other repo
that existed before EPEL came up. That was not the original promise of
EPEL (I know as I was a steering member before I gave up on this
insanity course), but it developed that way.

-- 
Axel.Thimm at ATrpms.net


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


Re: [CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Stephen John Smoogen
On Dec 6, 2007 12:51 PM, Les Mikesell <[EMAIL PROTECTED]> wrote:
> Stephen John Smoogen wrote:
>
> >> The point is that as an end user, I want a sensible way to deal with
> >> multiple repositories that _don't_ collaborate.  After all, if everyone
> >> agreed on policies we wouldn't need any third party repositories at all.
> >
> > Ok the problem field is that you have N different repositories, using
> > M different guidelines, using O different compile flags, and P
> > different filesystem layouts.
>
> The constraint is simply that you do not replace any file/library with
> one that is incompatible.

And how do you know it isnt compatible? Keeping ABI's the same is
extremely hard work and basically would mean that a repository rarely
puts up new stuff but only backports items from upstream. Thats a lot
of work for something they don't get paid for. And even if the ABI is
the same, it doesnt mean that you have different actions occur because
one had a compiler with XYZ flag in it and the other had XZY.

> The Sun people like to claim that you can run
> anything that ever ran on Solaris on subsequent versions so the problem
> space isn't as impossible as you make it seem - it is more a matter of
> respecting interfaces and backwards compatibility.

And that was a load of bull from Solaris. You could run most Sun
things from Solaris 2.x to 2.x1 but the list of things that didn't run
as expected was always pretty long. And to do that they had to
basically strip down the OS to extremely limited functionality. That
was why it was such a 'radical' change when they started shipping GNU
tools in the OS because it had been requested for years but the amount
of churn was too high for them to want to deal with.

> But my point is that
> I don't want to be forced to use a repository that always follows this
> constraint.  Sometimes compatibility is what you want, sometimes you
> want something different, and you need to be able to manage both.
>

But are you willing to pay for that? Because its not an easy problem
to solve that people can throw more computers at and get it working.
It usually requires a lot of meat-ware time with people working out
meat-ware politics and issues.

> > The best you could possibly do is not
> > have packages at all but keep each package in a dmg file and let the
> > ld fight it out over who gets executed today... but that would seem to
> > be a different OS.
>
> Yes, that would make Linux as difficult to maintain as a Mac.
>

Maintainability is usually on the opposite side of choices.



-- 
Stephen J Smoogen. -- CSIRT/Linux System Administrator
How far that little candle throws his beams! So shines a good deed
in a naughty world. = Shakespeare. "The Merchant of Venice"
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] RPM Spec and subpackage architecture

2007-12-06 Thread Ross S. W. Walker
Are there any RPM wizards out there that know how to specify a
different architecture for a subpackage in a spec file?
 
I have a package that has a binary component and a non-binary
component that I would like split into 2 packages one, the
binary which is architecture dependant and the other 'noarch'.
 
I haven't found a spec file that does this yet :-(
 
 
Ross S. W. Walker
Information Systems Manager
Medallion Financial, Corp.
437 Madison Avenue
38th Floor
New York, NY 10022
Tel: (212) 328-2165
Fax: (212) 328-2125
WWW: http://www.medallion.com   
 

__
This e-mail, and any attachments thereto, is intended only for use by
the addressee(s) named herein and may contain legally privileged
and/or confidential information. If you are not the intended recipient
of this e-mail, you are hereby notified that any dissemination,
distribution or copying of this e-mail, and any attachments thereto,
is strictly prohibited. If you have received this e-mail in error,
please immediately notify the sender and permanently delete the
original and any copy or printout thereof.

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


[CentOS] Re: A few questions about remastering

2007-12-06 Thread Scott Silva

on 12/6/2007 6:46 AM Mário Gamito spake the following:

Hi,


If you absolutely insist on rebuilding .. you can't call your product
CentOS or use our logos.  You can say that the product is based on CentOS.

I don't see why one would do this though, as CentOS can support millions
of users right now and is totally free to distribute in an unmodified
form.  And it is MUCH easier to only distribute several updated packages
than all those plus all ours.

Now that Prof. Dan Bernstein has put his software in public domain, I'd
like to create a distro based on CentOS that installs a complete email
server.

That's why I want to rebuild.

I believe that SMEServer is based on CentOS and already smears itself full of 
qmail. And it has nice web-based configuration pages, too!


Maybe fork from there, and use a kickstart to prune or add things you want.

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

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


[CentOS] Re: Filesystem that doesn't store duplicate data

2007-12-06 Thread Scott Silva

on 12/5/2007 8:57 PM Ruslan Sivak spake the following:

Luke Dudney wrote:
NetApp's WAFL with A-SIS (advanced single instance storage) does this. 
From a quick google:


http://searchstorage.techtarget.com/originalContent/0,289142,sid5_gci1255018,00.html 
says:
...  calculates a 16-bit checksum for each block of data it stores. 
For data deduplication, the hashes are pulled into a database and 
"redundancy candidates" that look similar are identified. Those blocks 
are then compared bit by bit, and if they are identical, the new block 
is discarded.


The pre-sales engineer I spoke to regarding this said that it's not 
done on demand but rather by a periodic background process. It's 
pitched for backup and archiving functions. If you have NetApp kit it 
can apply this to any of your data on the Filer, be it via CIFS, NFS, 
FC or iSCSI.


While this isn't available on Linux it proves that there is market 
demand for it, that it can be done and probably also appears to some 
kernel hackers as a challenge...


cheers
Luke

Yea, I originally got the idea from the NetApp marketing materials.  
Would be cool if this was available for free for linux.

Russ
But the netapp appliance has a processor that is only doing so much. It isn't 
doing any other tasks and has lots of free time to handle the work. And I 
wouldn't be suprised if there were a few ASIC's or PLC's doing much of the 
checksumming and block compares.


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

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


RE: [CentOS] Re: SCSI bad block table display

2007-12-06 Thread Hugh E Cruickshank
From: Brent L. Bates Sent: December 6, 2007 05:20
> 
> Hugh Cruickshank, you are not mistaken.  SCSI drives do keep 
> bad block information on the drive.

I sorry was not very clear. I do know the SCSI drives have their own
bad block table but it appears from the description of the SCO OSR5
badtrk utility that OSR5 may also maintain an OS level bad block
mapping capability as well. I still would like to see the SCSI bad
block table but I cannot expect Linux to support what might be an
SCO OSR5 specific feature.

>  I've also been using this for YEARS on 
> SGI's under
> IRIX.

Ahhh IRIX, I remember it well but it has been many years since I worked
on SGI hardware. Well made and well supported. I hear they may be
making a come-back. That will be interesting to see.

>  Under IRIX, the command `fx' is used to partition SCSI 
> drives, exercise
> them, format them (which is something one never does to SCSI 
> drives), spare
> out bad blocks, list the bad block table, etc., etc..

I never had the opportunity to work at that level. That was handled
mostly by the SGI techs. This does bode well that I may be able to
get at this data in Linux if I can just find the right utility.

Thanks, Hugh

-- 
Hugh E Cruickshank, Forward Software, www.forward-software.com 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Les Mikesell

Stephen John Smoogen wrote:


The point is that as an end user, I want a sensible way to deal with
multiple repositories that _don't_ collaborate.  After all, if everyone
agreed on policies we wouldn't need any third party repositories at all.


Ok the problem field is that you have N different repositories, using
M different guidelines, using O different compile flags, and P
different filesystem layouts.


The constraint is simply that you do not replace any file/library with 
one that is incompatible.  The Sun people like to claim that you can run 
anything that ever ran on Solaris on subsequent versions so the problem 
space isn't as impossible as you make it seem - it is more a matter of 
respecting interfaces and backwards compatibility.  But my point is that 
I don't want to be forced to use a repository that always follows this 
constraint.  Sometimes compatibility is what you want, sometimes you 
want something different, and you need to be able to manage both.



The best you could possibly do is not
have packages at all but keep each package in a dmg file and let the
ld fight it out over who gets executed today... but that would seem to
be a different OS.


Yes, that would make Linux as difficult to maintain as a Mac.

--
  Les Mikesell
[EMAIL PROTECTED]

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


RE: [CentOS] Re: SCSI bad block table display

2007-12-06 Thread Hugh E Cruickshank
From: Ross S. W. Walker Sent: December 5, 2007 22:07
> 
> I found what I think your looking for, sg3_utils, it's in extras I
> believe. Part of that set is sginfo and that command takes a -G
> parameter which will show the grown defect list if the device
> supports it.
> 

Thanks. I will definitely check that out.

Regards, Hugh

-- 
Hugh E Cruickshank, Forward Software, www.forward-software.com 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread David Thompson
Paul Heinlein wrote:
>
>Tom Lehrer sang it best:
>
>   http://www.youtube.com/watch?v=aIlJ8ZCs4jY

I was thinking more along the lines on Mick Jager:

http://www.youtube.com/watch?v=4FqGz0z4dI0

Dave Thompson
UW-Madison

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


Re: [CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Stephen John Smoogen
On Dec 6, 2007 12:11 PM, Les Mikesell <[EMAIL PROTECTED]> wrote:
> Rex Dieter wrote:
>
> >> I don't see why
> >> a particular package couldn't be served from more than one repository.
> >> Is there some rule about that?
> >
> > Nope.  As a matter of fact, this sort of thing is likely when mixing repos,
> > and is why a commitment to collaboration is essential.
>
> The point is that as an end user, I want a sensible way to deal with
> multiple repositories that _don't_ collaborate.  After all, if everyone
> agreed on policies we wouldn't need any third party repositories at all.

Ok the problem field is that you have N different repositories, using
M different guidelines, using O different compile flags, and P
different filesystem layouts. The best you could possibly do is not
have packages at all but keep each package in a dmg file and let the
ld fight it out over who gets executed today... but that would seem to
be a different OS.


>   The reason I want something from somewhere else may be precisely
> because they do things differently.  In fact, I'd love to see an
> optional repository that could be used from Centos whose policy was
> basically that packages had been released in fedora for at least a month
> with no system-crashing bugs reported against it or dependencies.
>
> --
>Les Mikesell
> [EMAIL PROTECTED]
>
> ___
>
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
Stephen J Smoogen. -- CSIRT/Linux System Administrator
How far that little candle throws his beams! So shines a good deed
in a naughty world. = Shakespeare. "The Merchant of Venice"
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Cyrus y clamav

2007-12-06 Thread Percy Gonzales
Estoy en procura de instalar un servidor de correo sobre Centos 5 , me
he guiado en un tutorial de instalacion sobre centos 4, pero al
momento de instalar algunos paquetes, he descubierto que los
siguientes paquetes no se encuentran en los repositorios

estos paquetes son:

cyrus-imapd-nntp
cyrus-imapd-murder

clamav-lib
clamav-data
clamav-update
clamav-server

o sera que estos ya ha sido incluidos ne algun otro

los paquetes instaldos son:

cyrus-imapd-2.3.7-1.1.el5
cyrus-sasl-plain-2.1.22-4
cyrus-sasl-2.1.22-4
cyrus-imapd-perl-2.3.7-1.1.el5
cyrus-imapd-devel-2.3.7-1.1.el5
cyrus-sasl-lib-2.1.22-4
cyrus-imapd-utils-2.3.7-1.1.el5
cyrus-sasl-md5-2.1.22-4
cyrus-sasl-devel-2.1.22-4
cyrus-sasl-gssapi-2.1.22-4

y

clamav-db-0.91.2-1.el5.rf
clamav-0.91.2-1.el5.rf



alguien me puede orientar al respecto?



gracias



saludos



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


Re: [CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Les Mikesell

Rex Dieter wrote:


I don't see why
a particular package couldn't be served from more than one repository.
Is there some rule about that?


Nope.  As a matter of fact, this sort of thing is likely when mixing repos,
and is why a commitment to collaboration is essential.


The point is that as an end user, I want a sensible way to deal with 
multiple repositories that _don't_ collaborate.  After all, if everyone 
agreed on policies we wouldn't need any third party repositories at all. 
 The reason I want something from somewhere else may be precisely 
because they do things differently.  In fact, I'd love to see an 
optional repository that could be used from Centos whose policy was 
basically that packages had been released in fedora for at least a month 
with no system-crashing bugs reported against it or dependencies.


--
  Les Mikesell
   [EMAIL PROTECTED]

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


[CentOS] HTML Posts

2007-12-06 Thread Bob Taylor
Please don't post HTML messages. Firefox renders your messages in about
4 points. Quite unreadable.

Please, this is not meant to start a war.

Thanks.
-- 
Bob Taylor <[EMAIL PROTECTED]>

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


[CentOS] Re: Load Balancing

2007-12-06 Thread Rajagopal Swaminathan
Greetings,

First let me thank the gentleman who allayed my fears about CentOS 5.1's
"yum update" download size. but all the same it turned out to be in
megabytes. not to mention the k3b *roasted* couple of DVD's to uselessness
and I am still giving explanations to the stupid ancient,retired, former
stupid cretin bean counters masquerading as "managers" and "management
Accountants" on. a piddly amount wasted.

I found this thread in the GMANE list as I subscribed to this list rather
late.

Let me propose a solution:

Let two nodes run the greatest ever CentOS 5.0 on two nodes.

Let two nodes of the cluster run DRBD 0.8 and export block devices in
Primary/Primary mode and the GFS be mounted on them.

Let the NFS export be a managed service of the Cluster infrastructure from
these nodes exporting the NFS on a cluster managed virtual IP as rw.

let n (as permitted by the infrastructure) nodes import NFS as client on
their nodes. and do the job

I am seeing a 3-node cluster exactly that far past fes days and naturally,
given the maturity of CentOS 5, do that for, hopefully, ever.


In the ,eantime of the replies hopefully the readers will enjoy the
solutions proposed by me

regards,


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


Re: [CentOS] Prevent kernel upgrade unless given dependencies satisfied

2007-12-06 Thread Fabian Arrotin
On Thu, 2007-12-06 at 13:41 -0500, Ross S. W. Walker wrote:
> Dear List Members,
>  
> Is there a way to prevent a kernel from being upgraded unless
> a list of given dependencies are satisfied?
>  
> What I am getting at is sometimes updated kernels are available
> before the upgraded versions of the kernel modules in 'extras'
> are (ie drbd).
>  
> If there were a way to list these modules as dependencies that
> must be satisfied before a kernel upgrade can be performed it
> would prevent a lot of pain around upgrade management.
>  
Yes : when you have production machine using such modules (sitting in
the extras repository, or third-party), i advice you to exclude the
kernel (exclude=) in your yum config ... i *always* update manually such
things, especially when dealing with sensitive data that needs to be
replicated through DRBD ...

My two cents ..

-- 
Fabian Arrotin <[EMAIL PROTECTED]>
Solution ? 
echo '16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlbxq' | dc


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


[CentOS] Prevent kernel upgrade unless given dependencies satisfied

2007-12-06 Thread Ross S. W. Walker
Dear List Members,
 
Is there a way to prevent a kernel from being upgraded unless
a list of given dependencies are satisfied?
 
What I am getting at is sometimes updated kernels are available
before the upgraded versions of the kernel modules in 'extras'
are (ie drbd).
 
If there were a way to list these modules as dependencies that
must be satisfied before a kernel upgrade can be performed it
would prevent a lot of pain around upgrade management.
 
 
Thanks,
 

Ross S. W. Walker
Information Systems Manager
Medallion Financial, Corp.
437 Madison Avenue
38th Floor
New York, NY 10022
Tel: (212) 328-2165
Fax: (212) 328-2125
WWW: http://www.medallion.com   

 

__
This e-mail, and any attachments thereto, is intended only for use by
the addressee(s) named herein and may contain legally privileged
and/or confidential information. If you are not the intended recipient
of this e-mail, you are hereby notified that any dissemination,
distribution or copying of this e-mail, and any attachments thereto,
is strictly prohibited. If you have received this e-mail in error,
please immediately notify the sender and permanently delete the
original and any copy or printout thereof.

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


Re: [CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Paul Heinlein

On Thu, 6 Dec 2007, Stephen John Smoogen wrote:

Most of the bickering and infighting and keeping grudges about 
things many years reminds me mostly of the Reformation. Protestants 
killing Catholics, Catholics killing Protestants, Protestants 
killing Protestants, Catholics killing Catholics, Everyone killing 
Muslims, Jews, and anyone who couldnt agree that 212 angels danced 
on the head of a pin. The language of the arguments is about the 
same.. just thankfully a lack of physical violence (just lots of 
verbal violence by various followers and sub-followers).


Tom Lehrer sang it best:

  http://www.youtube.com/watch?v=aIlJ8ZCs4jY

--
Paul Heinlein <> [EMAIL PROTECTED] <> www.madboa.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Stephen John Smoogen
On Dec 6, 2007 11:03 AM, Les Mikesell <[EMAIL PROTECTED]> wrote:
> Morten Torstensen wrote:
> > [snip away bible quotes]
> >
> > This is getting way off topic, please consider what you post.
> >
>
> Having only one true repository whose name shall not be uttered in the
> package filenames doesn't remind you of anything?
>

Most of the bickering and infighting and keeping grudges about things
many years reminds me mostly of the Reformation. Protestants killing
Catholics, Catholics killing Protestants, Protestants killing
Protestants, Catholics killing Catholics, Everyone killing Muslims,
Jews, and anyone who couldnt agree that 212 angels danced on the head
of a pin. The language of the arguments is about the same.. just
thankfully a lack of physical violence (just lots of verbal violence
by various followers and sub-followers).



-- 
Stephen J Smoogen. -- CSIRT/Linux System Administrator
How far that little candle throws his beams! So shines a good deed
in a naughty world. = Shakespeare. "The Merchant of Venice"
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Les Mikesell

Ray Van Dolson wrote:


It's unfortunate, but doesn't seem like it's going to change.  I guess
that doesn't mean we need to stop talking about it, but maybe instead
of hollering about the need for repotags it's time to collaborate in
the other direction -- building a better way to track reopsitories into
the RPM database itself.


Yes, but it really needs to be tracked at the installed file level so 
that rpm and yum could refuse by default to overwrite any existing 
filename with a version from a different source unless it explicitly 
obsoletes the one to be replaced.  That way the conflicts couldn't be 
accidental and if you want to replace someone else's file you'd have to 
say so.


--
  Les Mikesell
   [EMAIL PROTECTED]

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


Re: [CentOS] are RPMForge and EPEL compatible?

2007-12-06 Thread Stephen John Smoogen
On Dec 4, 2007 11:12 AM, Florin Andrei <[EMAIL PROTECTED]> wrote:
> Following Fabian's blog post re: RPMForge being rebuilt for EL5, I've a
> question:
>
> Are there any compatibility problems between RPMForge and EPEL? In other
> words, if I enabled EPEL previously, will I be able to enable RPMForge
> as well without running into trouble?
>

Speaking from a technical standpoint, the biggest issue with mixing
any different repos is that they use different packaging guidelines.
The hyperbole case:  package repo A uses  SuSE standards, repo B were
to use Fedora 1.x standards, repo C were to use current Fedora
standards, and repo D were to use Mandrake standards.. you would end
up with either file conflicts or worse yet lack of conflicts but
hidden requirements (script from A expects files to be in
/opt/blah/bin for some reason but you got that package from E because
it was newer and it places things in /srv/snozzberry/bin instead.

The more common case I have found has been odd dependency chains from
one side or another because of unclear guidelines. In most production
environments, I tend to choose one repository and then work with that
one only to get the job done. For some things it was ATrpms, others
DAG, and other EPEL. If the item I needed was in one but not the
other.. getting it into the one repository I was working with was
easier than trying to figure out how to find any unknown unknowns in
hidden conflicts.

As DAG has said several times in mailling lists.. the proper thing to
do is not use a repository directly anyway. You should have an
internal mirror of the main repo, and then several sub-repo's of just
the packages you want your systems to have. You should have a testing
routine where you take new packages test that they work with your
environment and then push them out from the sub-repos. He has written
several tools to make this possible..

-- 
Stephen J Smoogen. -- CSIRT/Linux System Administrator
How far that little candle throws his beams! So shines a good deed
in a naughty world. = Shakespeare. "The Merchant of Venice"
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Ray Van Dolson
On Thu, Dec 06, 2007 at 12:03:51PM -0600, Les Mikesell wrote:
> Morten Torstensen wrote:
>> [snip away bible quotes]
>>
>> This is getting way off topic, please consider what you post.
>>
>
> Having only one true repository whose name shall not be uttered in the 
> package filenames doesn't remind you of anything?

No.  What exactly are you getting at? :)

Seems like this issue is kinda moot at this point... and honestly,
although maybe it would have been _nice_ for EPEL to use repotags, I
think their thinking is that Fedora and Fedora Extras in the past
doesn't use them; they consider themselves "upstream" in a way and are
sticking to that same behavior.  They also didn't feel that repotags
were really a good solution to the problem.

Many discussions and arguments occurred, but in the end this is how it
worked out.  And if I recall, EPEL did finally agree to use repotags,
but ATrpms had already removed all repotags from their packages so the
driving reason to do it was at that point gone.

It's unfortunate, but doesn't seem like it's going to change.  I guess
that doesn't mean we need to stop talking about it, but maybe instead
of hollering about the need for repotags it's time to collaborate in
the other direction -- building a better way to track reopsitories into
the RPM database itself.

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


Re: [CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Les Mikesell

Morten Torstensen wrote:

[snip away bible quotes]

This is getting way off topic, please consider what you post.



Having only one true repository whose name shall not be uttered in the 
package filenames doesn't remind you of anything?


--
  Les Mikesell
   [EMAIL PROTECTED]

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


[CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Rex Dieter
Les Mikesell wrote:

> I don't see why
> a particular package couldn't be served from more than one repository.
> Is there some rule about that?

Nope.  As a matter of fact, this sort of thing is likely when mixing repos,
and is why a commitment to collaboration is essential.

-- Rex




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


Re: [CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Morten Torstensen

[snip away bible quotes]

This is getting way off topic, please consider what you post.

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


Re: [CentOS] Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Stephen John Smoogen
On Dec 6, 2007 8:34 AM, R P Herrold <[EMAIL PROTECTED]> wrote:
> On Thu, 6 Dec 2007, Rex Dieter wrote:
>
> > R P Herrold wrote:
> >> James 2:14-26
>
> Rex Dieter replied:
> > If you can identify particular cases where collaboration, as
> > outlined in the above policy draft, was not followed, I will
> > personally break out a can of whoop-ass, and work to fix
> > things.
> >
> > Remember too, collaboration is a two-way street.
>
> I never got a reply on my attempts in their court (both ML and
> IRC), which itemized several matters, chapter and verse -- I
> decline to pollute centos waters, where community works speak.
>
> That your reply ends with a challenge rather shows a reason
> not to feed trolls, or wrestle with pigs.
>

I would disagree. The gauntlet was laid down with the Bible quote which is:

 14What good is it, my brothers, if a man claims to have faith but has
no deeds? Can such faith save him? 15Suppose a brother or sister is
without clothes and daily food. 16If one of you says to him, "Go, I
wish you well; keep warm and well fed," but does nothing about his
physical needs, what good is it? 17In the same way, faith by itself,
if it is not accompanied by action, is dead.

 18But someone will say, "You have faith; I have deeds."
  Show me your faith without deeds, and I will show you my faith
by what I do.

 19You believe that there is one God. Good! Even the demons believe
that—and shudder.

 20You foolish man, do you want evidence that faith without deeds is
useless[a]? 21Was not our ancestor Abraham considered righteous for
what he did when he offered his son Isaac on the altar? 22You see that
his faith and his actions were working together, and his faith was
made complete by what he did. 23And the scripture was fulfilled that
says, "Abraham believed God, and it was credited to him as
righteousness,"[b] and he was called God's friend. 24You see that a
person is justified by what he does and not by faith alone.

 25In the same way, was not even Rahab the prostitute considered
righteous for what she did when she gave lodging to the spies and sent
them off in a different direction? 26As the body without the spirit is
dead, so faith without deeds is dead.

He was just quoting back what you had said.. in a different format.

-- 
Stephen J Smoogen. -- CSIRT/Linux System Administrator
How far that little candle throws his beams! So shines a good deed
in a naughty world. = Shakespeare. "The Merchant of Venice"
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: Re: Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Les Mikesell

Rex Dieter wrote:



How does a user identify packages that have come from this repository in
order to fix or control any incompatibilities?

rpm -qi 
Look for "Vendor" and/or "Packager" tag.

Is there some reason to expect a vendor/packager to always (and only) be
tied to one specific repository? 


For the most part, yes, I'd argue the vendor/packager combo should come
close to being able to uniquely identify a package's origins.


In a system that might want to call itself a community, I don't see why 
a particular package couldn't be served from more than one repository. 
Is there some rule about that?


And is there a way to get my whole 

list of packages from this repository easily, like an 'rpm -qa |grep
.plus would identify what I have from the centosplus repo?


This is a problem space that sure could use some love and attention, with
better solutions and tools.  No doubt about it.  And before anyone suggests
it, repotags are not the end-all-be-all solution here, imo.  We can/should
be able to do (much) better.


There are lots of things that RPM packaging doesn't handle very well and 
won't for the foreseeable future.  Meanwhile we need to do things with 
conventions and workarounds since that's all we have.  And there's 
nothing wrong with making things visible with filename conventions.


--
  Les Mikesell
   [EMAIL PROTECTED]

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


Re: [CentOS] Filesystem that doesn't store duplicate data

2007-12-06 Thread Les Mikesell

Ruslan Sivak wrote:

This is a bit different then what I was proposing.  I know that backupPC 
already does this on a file level, but I want a filesystem that does it 
at a block level.  File level only helps if you're backing up multiple 
systems and they all have the same exact files. 


It also collapses multiple runs of the same machine so you can keep a 
long history without taking a lot of additional space.


Block level would help 
a lot more I think.  You'd be able to do a full backup every night and 
have it only take up around the same space as a differential backup.  


Agreed, but the main difference would be in big files that change 
slightly, like growing log files, or mailboxes in unix format.  These 
are often compressible, so there is some tradeoff, and you can make 
things more backup-friendly by switching to a one-file-per-message mail 
format like maildir and rotating log files often.


Things like virtual machine disk images which a lot of times are clones 
of each other, could take up only a small additinal amount of space for 
each clone, proportional to the changes that are made to that disk image.


Some virtual machine managers (e.g. vmware workstation) already provide 
this facility - and you might be able to get it with one of the existing 
overlay filesystems if you are willing to start with an immutable base. 
However, I agree that it would be really nice to have a filesystem that 
overlaid blocks of identical content with full copy-on-write semantics 
to permit any instance to be modified transparently.  If it had some 
concept of large/small block sizes and had a good hit ratio on the large 
blocks it might not add that much overhead.


--
  Les Mikesell
   [EMAIL PROTECTED]

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


Re: [CentOS] File system cache corruption with CentOS4?

2007-12-06 Thread James Pearson

Dan Halbert wrote:

James Pearson wrote:

Just wondering if anyone else has come across an issue where files 
cached in memory appear to become 'corrupted' - for example, on one 
workstation, I've just had the issue:


There is a kernel bug for this kind of problem but it is for AMD x86_64 
only: http://bugzilla.kernel.org/show_bug.cgi?id=7768 . Since you are 
reporting this for i686 as well, I'm not sure it's the same thing. The 
symptom is that an entire 4k cached file block is trashed. This was 
fixed upstream for 5.x: 
https://bugzilla.redhat.com/show_bug.cgi?id=238709. I cannot tell if a 
similar patch has gone into a 4.x kernel: the appropriate RedHat bug 
(https://bugzilla.redhat.com/show_bug.cgi?id=223238) is unfortunately 
private. Someone could look at the latest kernel sources and see.


Thanks for the info - the machine I recently noticed this 'yum' issue is
a Supermicro X5DA8 with 2 x 3Ghz (32 bit) Xeons - so not a AMD x86_64
issue - as that kernel bugzilla issue seems to be about ...

Anyway, I'll keep poking about ...

Thanks

James Pearson

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


[CentOS] Re: Re: Re: are RPMForge and EPEL compatible?

2007-12-06 Thread Rex Dieter
Les Mikesell wrote:

> Rex Dieter wrote:
>> Les Mikesell wrote:
>> 
>>> How does a user identify packages that have come from this repository in
>>> order to fix or control any incompatibilities?
>> 
>> rpm -qi 
>> Look for "Vendor" and/or "Packager" tag.
> 
> Is there some reason to expect a vendor/packager to always (and only) be
> tied to one specific repository? 

For the most part, yes, I'd argue the vendor/packager combo should come
close to being able to uniquely identify a package's origins.

> > And is there a way to get my whole 
> list of packages from this repository easily, like an 'rpm -qa |grep
> .plus would identify what I have from the centosplus repo?

This is a problem space that sure could use some love and attention, with
better solutions and tools.  No doubt about it.  And before anyone suggests
it, repotags are not the end-all-be-all solution here, imo.  We can/should
be able to do (much) better.

-- Rex

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


  1   2   >