RE: [CentOS] SSH Key length

2008-04-28 Thread Les Bell

"Joseph L. Casale" <[EMAIL PROTECTED]> wrote:

>>
I see, how does one manipulate the keys used for data encryption after auth
during file transfers for instance?
<<

One doesn't; the session keys are randomly generated and are automatically
renewed periodically.

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] SSH Key length

2008-04-28 Thread Joseph L. Casale
>No particular impact, especially for file transfer. The pub/priv keys are only 
>used for authentication and a >symmetric key is used for encrypting traffic 
>during the session. I use a 2048-bit RSA key routinely - if it's any >slower 
>than a 1048-bit key during the authentication phase, it's not noticeable, and 
>it has no impact on file >transfer.

I see, how does one manipulate the keys used for data encryption after auth 
during file transfers for instance?

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


Re: [CentOS] SSH Key length

2008-04-28 Thread Les Bell
"Joseph L. Casale" <[EMAIL PROTECTED]> wrote:

>>
What are the ramifications to a large key length when using pub/priv keys
for ssh authentication.
<<

No particular impact, especially for file transfer. The pub/priv keys are 
only used for authentication and a symmetric key is used for encrypting 
traffic during the session. I use a 2048-bit RSA key routinely - if it's 
any slower than a 1048-bit key during the authentication phase, it's not 
noticeable, and it has no impact on file transfer.

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


[CentOS] SSH Key length

2008-04-28 Thread Joseph L. Casale
What are the ramifications to a large key length when using pub/priv keys
for ssh authentication. I have some remote admin and file transfers to manage
and only have ssh access w/o vpn to use for it.

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


[CentOS] Re: OpenSSH Version

2008-04-28 Thread Scott Silva

on 4-28-2008 4:49 PM Walter Hansen spake the following:

I see that currently CENTOS is using 4.3p2 which does not support the new
Match command in the sshd_config. I'm not sure, but I think that was added
with 4.4. I was wondering how long it would be before we get to use this
feature?

Maybe CentOS 6.
Or the better answer -- When upstream decides to release it, or the 
maintainers deem it fit or necessary and add it to plus.


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



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


[CentOS] Re: vfs objects = recycle

2008-04-28 Thread Scott Silva

on 4-28-2008 4:24 PM John spake the following:
 



John

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Scott Silva
Sent: Monday, April 28, 2008 1:10 PM
To: centos@centos.org
Subject: [CentOS] Re: vfs objects = recycle

on 4-25-2008 11:46 AM John spake the following:

On Fri, 2008-04-25 at 11:13 -0700, Scott Silva wrote:

on 4-25-2008 8:04 AM John spake the following:

[public]

vfs objects = recycle

recycle:repository = Recycle Bin
--
Just want to be clear if I use the vfs recycle option does 
"recycle:repository = Recycle Bin" get put into the the public 
directory? As I am having a problem with deleting files on a client 
and then can't empty the trash because of permission problems. Will 
this solve this issue or do I have problems elsewhere?


Keep in mind this is a mixed node network with windows and linux. 
I'm taking pointers from any one with heavy samba experiance. As I 
am no samba guy. Also pointers on clustering samba with DFS.



   
It gets put in the root of the share that you activate it in. I am 
not sure if you can make it a global option, but maybe.
That's where it gets put. After editing the conf file and putting the 
option in.


I'm not sure of what your issue is, when you say "empty the trash" do 
you mean deleting files from "Recycle Bin"?
Logged in as root on a linux client using share mode can't delete a 
file or folder when made by root on the samba server in one of the shares.
That is using the user nobody. Would that be correct as user nobody 
only can't delete file made by root n the samba server.


I suspect after really thinking about it I'll be much better of adding 
the linux client to Active Directory and do all authentication that 
way to solve everything. Then later on setup samba to serve the 
Windows user profiles.



I'm not on AD yet, hoping to put that bullet off for a while.

I kinda Beg to differ on that bullet. MS Admins know Active Directory is
about the holey grail of authentication in corporate networking. Single Sign
Authentication says it all. I have reliazed I am spinning in the wind to
have two different auth mechanisms. My scope of view is automate any and
everything that can be. Consolodate services to save money (microsoft
licence fees) Means actually only two MS servers Primary and Secondary
Domain Controllers (PDC and BDC).

I left out LDAP Servers for a reason. Not so easy to use and setup versus
AD.

Just postponing the learning to a less busy time. Maybe with some 
experimentation time before going live.


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



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


[CentOS] OpenSSH Version

2008-04-28 Thread Walter Hansen
I see that currently CENTOS is using 4.3p2 which does not support the new
Match command in the sshd_config. I'm not sure, but I think that was added
with 4.4. I was wondering how long it would be before we get to use this
feature?

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


RE: [CentOS] Re: vfs objects = recycle

2008-04-28 Thread John
 


John

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Scott Silva
Sent: Monday, April 28, 2008 1:10 PM
To: centos@centos.org
Subject: [CentOS] Re: vfs objects = recycle

on 4-25-2008 11:46 AM John spake the following:
> On Fri, 2008-04-25 at 11:13 -0700, Scott Silva wrote:
>> on 4-25-2008 8:04 AM John spake the following:
>>> [public]
>>> 
>>> vfs objects = recycle
>>> recycle:repository = Recycle Bin
>>> --
>>> Just want to be clear if I use the vfs recycle option does 
>>> "recycle:repository = Recycle Bin" get put into the the public 
>>> directory? As I am having a problem with deleting files on a client 
>>> and then can't empty the trash because of permission problems. Will 
>>> this solve this issue or do I have problems elsewhere?
>>>
>>> Keep in mind this is a mixed node network with windows and linux. 
>>> I'm taking pointers from any one with heavy samba experiance. As I 
>>> am no samba guy. Also pointers on clustering samba with DFS.
>>>
>>>
>>>
>> It gets put in the root of the share that you activate it in. I am 
>> not sure if you can make it a global option, but maybe.
> 
> That's where it gets put. After editing the conf file and putting the 
> option in.
> 
>> I'm not sure of what your issue is, when you say "empty the trash" do 
>> you mean deleting files from "Recycle Bin"?
> 
> Logged in as root on a linux client using share mode can't delete a 
> file or folder when made by root on the samba server in one of the shares.
> That is using the user nobody. Would that be correct as user nobody 
> only can't delete file made by root n the samba server.
> 
> I suspect after really thinking about it I'll be much better of adding 
> the linux client to Active Directory and do all authentication that 
> way to solve everything. Then later on setup samba to serve the 
> Windows user profiles.
> 
I'm not on AD yet, hoping to put that bullet off for a while.

I kinda Beg to differ on that bullet. MS Admins know Active Directory is
about the holey grail of authentication in corporate networking. Single Sign
Authentication says it all. I have reliazed I am spinning in the wind to
have two different auth mechanisms. My scope of view is automate any and
everything that can be. Consolodate services to save money (microsoft
licence fees) Means actually only two MS servers Primary and Secondary
Domain Controllers (PDC and BDC).

I left out LDAP Servers for a reason. Not so easy to use and setup versus
AD.

--
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] Slightly OT: Extra icons on desktop

2008-04-28 Thread MHR
On Mon, Apr 28, 2008 at 3:49 PM, Ross S. W. Walker
<[EMAIL PROTECTED]> wrote:
>
> Boot and root should be ok, but misc is probably causing problems with file
>  managers querying fstab and hal.
>
>  -Ross
>

Must be something like that - if I su and umount it, both icons go
away.  Then I 'mount -a' and only one comes back.  But if I log out
and log back in, they both come back.  Must a new "feature" of gnome
2.20.0

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


Re: [CentOS] Slightly OT: Extra icons on desktop

2008-04-28 Thread Ross S. W. Walker

Boot and root should be ok, but misc is probably causing problems with file
managers querying fstab and hal.

-Ross


- Original Message -
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
To: CentOS mailing list 
Sent: Mon Apr 28 18:30:00 2008
Subject: Re: [CentOS] Slightly OT: Extra icons on desktop

On Mon, Apr 28, 2008 at 2:36 PM, Ross S. W. Walker
<[EMAIL PROTECTED]> wrote:
>
>  tune2fs -L "" /dev/XXX
>

Thank you!

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

__
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] Kickstart syntax for CentOS upgrade

2008-04-28 Thread Tom Lanyon

On 29/04/2008, at 6:27 AM, Alfred von Campe wrote:

But when I try to install CentOS 5.1 via kickstart, anaconda  
complains that "You have not defined a root partition (/), which is  
required for installation of CentOS to continue".  Has anyone  
successfully installed CentOS 5.X via kickstart and preserved at  
least one partition on a logical volume, and if so, could you please  
share your kickstart file?


Alfred,

This worked fine for me on a 4.6 kickstart I did recently. I can't  
remember whether I tried it on 5.x or not, sorry.


bootloader --location=mbr --driveorder=sda
part /boot --onpart=sda1 --fstype=ext3
part swap --onpart=sda2 --fstype=swap
volgroup vg --useexisting
logvol / --useexisting --name=root --vgname=vg --fstype=ext3

Because the volgroup already exists you don't need to define a PV for  
it.


Hope this helps, although it doesn't look much different to your config!

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


Re: [CentOS] Slightly OT: Extra icons on desktop

2008-04-28 Thread MHR
On Mon, Apr 28, 2008 at 2:36 PM, Ross S. W. Walker
<[EMAIL PROTECTED]> wrote:
>
>  tune2fs -L "" /dev/XXX
>

Thank you!

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


RE: [CentOS] DVD reader: Hardware problem or OS glitch?

2008-04-28 Thread Mike Peterson
I have yet to get a DVD to read in CentOS 5.
I can install from DVD and then reboot and then the DVD drive is no longer
accessible.
It works with several live CD and DVD images with no problems however.
This is on an HP system.
I think it is an OS problem.

I will test in some other systems and let you know my results.
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Lanny Marcus
Sent: Sunday, April 27, 2008 7:39 AM
To: centos@centos.org
Subject: Re: [CentOS] DVD reader: Hardware problem or OS glitch?

On 26 April 2008, Anne Wilson wrote:
> Message: 11
> Date: Sat, 26 Apr 2008 16:57:25 +0100
> From: Anne Wilson <[EMAIL PROTECTED]>
> Subject: Re: [CentOS] DVD reader: Hardware problem or OS glitch?
> To: CentOS mailing list 
> Message-ID: <[EMAIL PROTECTED]>
> 
> The support page for the Dell Dimension 4300 is dated 2001.  If that's
> the approximate age, it's quite possible that it doesn't read DVDs.
> My Packard Bell of similar age sometimes can read one, sometimes
> can't, but it's not really supposed to, I think.

Anne: This is something that worked fine, for several years. It was my
box, before my daughter got it, and I used the DVD drive, without
problems. That it works OK in MS Windows XP and that I can boot the box
from the same DVD, without problems, has me leaning more toward a
problem with CentOS 5 Mounting the DVD, in that box. If it is a HW
problem, I would think the problem would also appear in Windows and when
I boot from that DVD. However, that it works OK, in 2 other Desktops,
would possibly indicate a HW problem in that box. TIA, Lanny

___
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] Slightly OT: Extra icons on desktop

2008-04-28 Thread William L. Maltby
On Mon, 2008-04-28 at 13:52 -0700, MHR wrote:
> On Thu, Apr 24, 2008 at 3:36 PM, William L. Maltby
> <[EMAIL PROTECTED]> wrote:
> >
> >  I see that you have solved. If for some reason you wish to keep both
> >  definitions (there may be reasons), just add "noauto" (no quotes) to one
> >  or both of the entries. This might be useful when you want to mount a
> >  different volume, e.g. as a "temp" mount for backup or copy purposes.
> >  This is handy when you have, e.g., a couple identical looking external
> >  usb drives that are used for different purposes on multiple machines.
> >
> >  With "label" and "noauto", it keeps me from accidentally mounting the
> >  wrong one. No, external labels won't do - purposes change frequently.
> >
> 
> I'm not sure I understand this - there are no duplicate entries in
> fstab, and the /misc volume does not automount during the boot, or
> didn't the last time I booted the machine.

The entry in fstab will mount automatically unless noauto is specified.
With HAL, UDEV et al active on your system, it is safe to assume that
one of them is "mounting" the device. At the time X starts, devices that
are handled via this facility will be made available to the user of the
desktop (and "ownership" is assigned to that user too IIUC). I don't
recall seeing noauto in your fstab entry.

Before logging on via X, switch to a vt and type mount. You'll probably
see the device already mounted. Then after you log in via X, do "mount"
again. I expect you'll see two mounts on the device.

> 
> The problem is that I still have two icons on the desktop for a single
> mounted disk.

AFAIK, that is not a problem except to the "wetware". The system is
perfectly happy with it. See "man mount" and look for "bind" to see
evidence of this.

I'm not that knowledgeable about the desktop, but I think Gnome has some
stuff it starts up that comminucates with HAL or udev to locate
removable devices and make them available on the desktop. This goes
beyond mount, IIUC. Witness a CD or DVD that is a video or music media.
It has no file system, as we understand it, and can't be formally
mounted. I *think* that's correct. Those devices should get accessed
through the raw device interfaces.

Maybe Gnome has some preferences about this?

> 

HTH
-- 
Bill

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


RE: [CentOS] Slightly OT: Extra icons on desktop

2008-04-28 Thread Ross S. W. Walker
MHR wrote:
> On Thu, Apr 24, 2008 at 3:36 PM, William L. Maltby
> <[EMAIL PROTECTED]> wrote:
> >
> >  I see that you have solved. If for some reason you wish to keep both
> >  definitions (there may be reasons), just add "noauto" (no quotes) to one
> >  or both of the entries. This might be useful when you want to mount a
> >  different volume, e.g. as a "temp" mount for backup or copy purposes.
> >  This is handy when you have, e.g., a couple identical looking external
> >  usb drives that are used for different purposes on multiple machines.
> >
> >  With "label" and "noauto", it keeps me from accidentally mounting the
> >  wrong one. No, external labels won't do - purposes change frequently.
> >
> 
> I'm not sure I understand this - there are no duplicate entries in
> fstab, and the /misc volume does not automount during the boot, or
> didn't the last time I booted the machine.
> 
> The problem is that I still have two icons on the desktop for a single
> mounted disk.
> 
> ?
> 
> If I want to get rid of the label, how do I do that?  'man e2label'
> doesn't say how to delete an existing label

tune2fs -L "" /dev/XXX

-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


Re: [CentOS] sendmail and cups gets installed although not chosen in kickstart file

2008-04-28 Thread Jeff Larsen
On Mon, Apr 28, 2008 at 3:25 PM, Kai Schaetzl <[EMAIL PROTECTED]> wrote:
> I setup a kickstart file that contains only @core and several packages
>  explicitely listed. postfix is listed, sendmail is not. And there's no
>  package where I would think it needs cups. Nevertheless, after the install
>  I now have postfix *and* sendmail on the machine and sendmail even being
>  enabled. And cups is installed.
>
>  How can I find out what forced them (and probably many other unwanted
>  packages) on the installation?
>  I thought maybe "rpm -q --whatrequires sendmail" would tell me, but it
>  doesn't. Nothing requires it. Same for cups. So, why did it get installed?


I would guess that sendmail is included in @core or something else is
that depends on a mail package. Just because you include postfix
later, you can't count on things included in @core that depend on a
mail program to know that postfix will eventually be there. I believe
sendmail is the default mail package when it comes to resolving
dependencies, unless postfix is already installed.


I have a work-in-progress kickstart config that attempts a more
minimal install than can be done from CD. The key is "--nobase". But
then many essential things must be explicitly installed. This gets me
postfix and no sendmail. YMMV.

%packages --nobase
bind-utils
coreutils
crontabs
dhclient
e2fsprogs
file
grub
mailx
man
openssh-clients
openssh-server
postfix
rootfiles
rpm
vim-minimal
vixie-cron
wget
yum
-kernel-smp


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


[CentOS] Kickstart syntax for CentOS upgrade

2008-04-28 Thread Alfred von Campe
I'd like to automate the upgrade from CentOS 4.6 to 5.1 as much as  
possible.  Since upgrades per se are not really recommended, I'm  
planning to do a kickstart installation.  However, I want to leave  
one of the existing partitions (/scratch) untouched during the  
installation.  Here is my current layout (LogVol00 is swap so not  
shown in the df output below):


  # df -hl
  FilesystemSize  Used Avail Use% Mounted on
  /dev/mapper/VolGroup00-LogVol01
 36G   11G   24G  30% /
  /dev/sda1  99M   17M   78M  18% /boot
  /dev/mapper/VolGroup00-LogVol02
 36G  9.7G   24G  29% /scratch
  # vgscan
Reading all physical volumes.  This may take a while...
Found volume group "VolGroup00" using metadata type lvm2
  # pvscan
PV /dev/sda2   VG VolGroup00   lvm2 [74.41 GB / 32.00 MB free]
Total: 1 [74.41 GB] / in use: 1 [74.41 GB] / in no VG: 0 [0   ]
  # lvscan
ACTIVE'/dev/VolGroup00/LogVol01' [35.75 GB] inherit
ACTIVE'/dev/VolGroup00/LogVol02' [35.72 GB] inherit
ACTIVE'/dev/VolGroup00/LogVol00' [2.91 GB] inherit

I've tried various alternatives of specifying the disk layout in the  
kickstart file, and here is my latest attempt:


  part /boot --fstype ext3 --onpart sda1
  part pv.2 --noformat --onpart sda2
  volgroup VolGroup00 --noformat --useexisting --pesize=32768
  logvol swap --useexisting --fstype swap --name=LogVol00 -- 
vgname=VolGroup00
  logvol /--useexisting --fstype ext3 --name=LogVol01 -- 
vgname=VolGroup00


But when I try to install CentOS 5.1 via kickstart, anaconda  
complains that "You have not defined a root partition (/), which is  
required for installation of CentOS to continue".  Has anyone  
successfully installed CentOS 5.X via kickstart and preserved at  
least one partition on a logical volume, and if so, could you please  
share your kickstart file?


Thanks,
Alfred

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


RE: [CentOS] sendmail and cups gets installed although not chosen inkickstart file

2008-04-28 Thread Alex Palenschat
>How can I find out what forced them (and probably many other unwanted 
>packages) on the installation?
>I thought maybe "rpm -q --whatrequires sendmail" would tell me, but it 
>doesn't. Nothing requires it. Same for cups. So, why did it get
installed?

I usually do a rpm -q --provides  and have it list the
capabilities that the rpm provides and then do a --whatrequires on the
capabilities themselves. Hopefully someone more knowledgeable can jump
in and explain an easier way. But that is what I do. You'll see that one
of the items that sendmail provides is smptdaemon which is the usual
source of dependencies in my experience. However postfix also provides
it, so perhaps that's no help.

Alex

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


Re: [CentOS] Slightly OT: Extra icons on desktop

2008-04-28 Thread MHR
On Thu, Apr 24, 2008 at 3:36 PM, William L. Maltby
<[EMAIL PROTECTED]> wrote:
>
>  I see that you have solved. If for some reason you wish to keep both
>  definitions (there may be reasons), just add "noauto" (no quotes) to one
>  or both of the entries. This might be useful when you want to mount a
>  different volume, e.g. as a "temp" mount for backup or copy purposes.
>  This is handy when you have, e.g., a couple identical looking external
>  usb drives that are used for different purposes on multiple machines.
>
>  With "label" and "noauto", it keeps me from accidentally mounting the
>  wrong one. No, external labels won't do - purposes change frequently.
>

I'm not sure I understand this - there are no duplicate entries in
fstab, and the /misc volume does not automount during the boot, or
didn't the last time I booted the machine.

The problem is that I still have two icons on the desktop for a single
mounted disk.

?

If I want to get rid of the label, how do I do that?  'man e2label'
doesn't say how to delete an existing label

Thanks.

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


Re: [CentOS] Turning off Gnome and other stuff

2008-04-28 Thread John Wojnaroski

both worked, thanks guys

John

Alan Bartlett wrote:


2008/4/28 Morten Nilsen <[EMAIL PROTECTED]>:

 


Dennis McLeod wrote:

   


Is there a simple way to turn all the applets and such off and start
from
the command line?  Idea is to come up with a default level of 3 via the
inittab, due a remote login and then a command line entry "startx &" to
start the X server, possibly a minimum window manager, and then go right
into the sim programs.

 


That is an excellent solution, though, you can start the X11 server
directly without startx..

So, "X & my_simulator.bin"
   




yum groupremove "GNOME Desktop Environment"

Alan.

 




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




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


[CentOS] sendmail and cups gets installed although not chosen in kickstart file

2008-04-28 Thread Kai Schaetzl
I setup a kickstart file that contains only @core and several packages 
explicitely listed. postfix is listed, sendmail is not. And there's no 
package where I would think it needs cups. Nevertheless, after the install 
I now have postfix *and* sendmail on the machine and sendmail even being 
enabled. And cups is installed.

How can I find out what forced them (and probably many other unwanted 
packages) on the installation?
I thought maybe "rpm -q --whatrequires sendmail" would tell me, but it 
doesn't. Nothing requires it. Same for cups. So, why did it get installed?


Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



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


Re: [CentOS] Turning off Gnome and other stuff

2008-04-28 Thread John Wojnaroski
OK!  we're building the system for NASA/Ames for their Human Factors 
lab.  If you have about $85-100K laying around we'ld be happy to build 
you one too  ;-)


See www.lfstech.com

John



Um, I don't know the answer, but I want one too..(737 Flight
simulator)
Dennis 


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of John Wojnaroski
Sent: Monday, April 28, 2008 10:12 AM
To: CentOS mailing list
Subject: [CentOS] Turning off Gnome and other stuff

Hi.

Just did a Centos5.1 on a dual-core 64 bit machine,  sweet!!!

But would like to turn off the desktop and just about all the programs
started when the X server is fired up.  The  machine will be driving a full
scale 737NG cockpit flight simulator and we really don't need anything
beyond the X server and an xorg.conf file to setup the two dual-headed
graphics cards.

The cockpit will be controlled from a remote instructor's station and we do
NOT want anything showing up on cockpit displays other than what is present
in the actual cockpit, no screen login prompts, no menus,  no desktops,
icons, frames, pop-ups, screensaveres, etc.  Any window manager if present
must allow the apps to render all opengl displays in a "full screen" mode. 


Started through the init, startup, and Xsessions scripts and files to shut
things down, but kept having problems following all the sequences, scripts,
and finding where everything was located, not to mention error and warning
msgs.  In addition, it appears the Gnome program or whatever may be
over-riding and restoring configurations.

Thought of posting to the Gnome users forums, but since this is what Centos
setup during the install and RH has a slightly different way of organizing
files and scripts, decided to start here with the question.

Is there a simple way to turn all the applets and such off and start from
the command line?  Idea is to come up with a default level of 3 via the
inittab, due a remote login and then a command line entry "startx &" 
to start the X server, possibly a minimum window manager, and then go right

into the sim programs.

Regards
John W.

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

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


 




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


Re: [CentOS] Turning off Gnome and other stuff

2008-04-28 Thread Alan Bartlett
2008/4/28 Morten Nilsen <[EMAIL PROTECTED]>:

> Dennis McLeod wrote:
>
> > Is there a simple way to turn all the applets and such off and start
> > from
> > the command line?  Idea is to come up with a default level of 3 via the
> > inittab, due a remote login and then a command line entry "startx &" to
> > start the X server, possibly a minimum window manager, and then go right
> > into the sim programs.
> >
>
> That is an excellent solution, though, you can start the X11 server
> directly without startx..
>
> So, "X & my_simulator.bin"


yum groupremove "GNOME Desktop Environment"

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


Re: [CentOS] Turning off Gnome and other stuff

2008-04-28 Thread Morten Nilsen

Dennis McLeod wrote:

Is there a simple way to turn all the applets and such off and start from
the command line?  Idea is to come up with a default level of 3 via the
inittab, due a remote login and then a command line entry "startx &" 
to start the X server, possibly a minimum window manager, and then go right

into the sim programs.


That is an excellent solution, though, you can start the X11 server 
directly without startx..


So, "X & my_simulator.bin"

You could also toss that into rc.local to get it up automatically..
If you trim down the boot process to its bare bones, you should be able 
to get it to load up quite fast as well.


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


RE: [CentOS] Turning off Gnome and other stuff

2008-04-28 Thread Dennis McLeod
Um, I don't know the answer, but I want one too..(737 Flight
simulator)
Dennis 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of John Wojnaroski
Sent: Monday, April 28, 2008 10:12 AM
To: CentOS mailing list
Subject: [CentOS] Turning off Gnome and other stuff

Hi.

Just did a Centos5.1 on a dual-core 64 bit machine,  sweet!!!

But would like to turn off the desktop and just about all the programs
started when the X server is fired up.  The  machine will be driving a full
scale 737NG cockpit flight simulator and we really don't need anything
beyond the X server and an xorg.conf file to setup the two dual-headed
graphics cards.

The cockpit will be controlled from a remote instructor's station and we do
NOT want anything showing up on cockpit displays other than what is present
in the actual cockpit, no screen login prompts, no menus,  no desktops,
icons, frames, pop-ups, screensaveres, etc.  Any window manager if present
must allow the apps to render all opengl displays in a "full screen" mode. 

Started through the init, startup, and Xsessions scripts and files to shut
things down, but kept having problems following all the sequences, scripts,
and finding where everything was located, not to mention error and warning
msgs.  In addition, it appears the Gnome program or whatever may be
over-riding and restoring configurations.

Thought of posting to the Gnome users forums, but since this is what Centos
setup during the install and RH has a slightly different way of organizing
files and scripts, decided to start here with the question.

Is there a simple way to turn all the applets and such off and start from
the command line?  Idea is to come up with a default level of 3 via the
inittab, due a remote login and then a command line entry "startx &" 
to start the X server, possibly a minimum window manager, and then go right
into the sim programs.

Regards
John W.

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

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


[CentOS] Turning off Gnome and other stuff

2008-04-28 Thread John Wojnaroski

Hi.

Just did a Centos5.1 on a dual-core 64 bit machine,  sweet!!!

But would like to turn off the desktop and just about all the programs 
started when the X server is fired up.  The  machine will be driving a 
full scale 737NG cockpit flight simulator and we really don't need 
anything beyond the X server and an xorg.conf file to setup the two 
dual-headed graphics cards.


The cockpit will be controlled from a remote instructor's station and we 
do NOT want anything showing up on cockpit displays other than what is 
present in the actual cockpit, no screen login prompts, no menus,  no 
desktops, icons, frames, pop-ups, screensaveres, etc.  Any window 
manager if present must allow the apps to render all opengl displays in 
a "full screen" mode. 

Started through the init, startup, and Xsessions scripts and files to 
shut things down, but kept having problems following all the sequences, 
scripts, and finding where everything was located, not to mention error 
and warning msgs.  In addition, it appears the Gnome program or whatever 
may be over-riding and restoring configurations.


Thought of posting to the Gnome users forums, but since this is what 
Centos setup during the install and RH has a slightly different way of 
organizing files and scripts, decided to start here with the question.


Is there a simple way to turn all the applets and such off and start 
from the command line?  Idea is to come up with a default level of 3 via 
the inittab, due a remote login and then a command line entry "startx &" 
to start the X server, possibly a minimum window manager, and then go 
right into the sim programs.


Regards
John W.

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


Re: [CentOS] NFS mount problems

2008-04-28 Thread Robert Spangler
On Monday 28 April 2008 10:47, Philip R. Schaffner wrote:

>  For relatively simple situations Firestarter may be worth a look as a
>  GUI front end:
>
>  http://www.fs-security.com/
>
>  There is an EL4 binary version on the above site, but it builds OK from
>  SRPM on CentOS-5:
>
> 
> http://superb-west.dl.sourceforge.net/sourceforge/firestarter/firestarter-1
>.0.3-1.src.rpm

Firestarter is in the Extra repos.  No need to build from source.


-- 

Regards
Robert

Smile... it increases your face value!
Linux User #296285
http://counter.li.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: vfs objects = recycle

2008-04-28 Thread Scott Silva

on 4-25-2008 11:46 AM John spake the following:

On Fri, 2008-04-25 at 11:13 -0700, Scott Silva wrote:

on 4-25-2008 8:04 AM John spake the following:

[public]

vfs objects = recycle

recycle:repository = Recycle Bin
--
Just want to be clear if I use the vfs recycle option does
"recycle:repository = Recycle Bin" get put into the the public
directory? As I am having a problem with deleting files on a client and
then can't empty the trash because of permission problems. Will this
solve this issue or do I have problems elsewhere?

Keep in mind this is a mixed node network with windows and linux. I'm
taking pointers from any one with heavy samba experiance. As I am no
samba guy. Also pointers on clustering samba with DFS.


   
It gets put in the root of the share that you activate it in. I am not sure if 
you can make it a global option, but maybe.


That's where it gets put. After editing the conf file and putting the
option in. 

I'm not sure of what your issue is, when you say "empty the trash" do you mean 
deleting files from "Recycle Bin"?


Logged in as root on a linux client using share mode can't delete a file
or folder when made by root on the samba server in one of the shares.
That is using the user nobody. Would that be correct as user nobody only
can't delete file made by root n the samba server.

I suspect after really thinking about it I'll be much better of adding
the linux client to Active Directory and do all authentication that way
to solve everything. Then later on setup samba to serve the Windows user
profiles.


I'm not on AD yet, hoping to put that bullet off for a while.

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



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


Re: [CentOS] DNS problem (on NAT configuration)

2008-04-28 Thread Les Mikesell

Patricia Bittencourt wrote:


Thank you Les, John, for the reply.
One thing that I noticed is that there are lots of nfs connections in 
TIME_WAIT. And since I have been facing problems with NFS (ie. taking 
too much time to cd to a mounting area on client) the problems regarding 
network appeared.


The TIME_WAIT connections does not free memory, rigth? Do you believe 
that NFS might be creating a network congestion? Among NFS optimization 
possibilities is that one in particular that take more effect to avoid 
performance problems in your oppinion?


TIME_WAIT states happen when you close a TCP connection which shouldn't 
happen at all on nailed-up mounts.  Do you have the automounter set up 
for short timeouts and something that could be traversing the mount 
points frequently to stir up traffic and connections?  You could switch 
to UDP to avoid the TCP state handshakes and overhead.


--
  Les Mikesell
   [EMAIL PROTECTED]

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


Re: [CentOS] DNS problem (on NAT configuration)

2008-04-28 Thread Patricia Bittencourt
Thank you Les, John, for the reply.One thing that I noticed is that there are lots of nfs connections in TIME_WAIT. And since I have been facing problems with NFS (ie. taking too much time to cd to a mounting area on client) the problems regarding network appeared.The TIME_WAIT connections does not free memory, rigth? Do you believe that NFS might be creating a network congestion? Among NFS optimization possibilities is that one in particular that take more effect to avoid performance problems in your oppinion?Thanks,Patricia   --- Em qui, 24/4/08, Les Mikesell <[EMAIL PROTECTED]> escreveu:De: Les Mikesell <[EMAIL PROTECTED]>Assunto: Re: [CentOS] DNS problem (on NAT configuration)Para:
 "CentOS mailing list" Cc: [EMAIL PROTECTED]Data: Quinta-feira, 24 de Abril de 2008, 18:56Patricia Bittencourt wrote:> >Hi,> > I'm dealing with a problem that the worker nodes that arebehind > a NAT aren't able to reach outside from time to time. (ie: on a given > moment I can ping an address name and immediately after I cannot:"ping: > unknown host").> The NAT was configurated using the following:> *nat> -A POSTROUTING -o eth1 -j MASQUERADE> COMMIT>  >  Please, any advice here would be appreciated.> The obvious fix is to configure your NAT gateway host as a caching DNS server and make the hosts behind NAT use it's private address instead of something on the other side.  However, it should work anyway.  Do you have enough traffic that you could
 be filling your conntrack tables? UDPentries remain for a timeout interval since you can't see a disconnect.See if the /proc/sys/net/ipv4/netfilter/ip_conntrack_* values are reaonable for your scale.--Les Mikesell[EMAIL PROTECTED]___CentOS mailing listCentOS@centos.orghttp://lists.centos.org/mailman/listinfo/centos


  Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento! 

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


Re: [CentOS] NFS mount problems

2008-04-28 Thread Philip R. Schaffner
On Sat, 2008-04-26 at 16:54 +0100, Anne Wilson wrote:
> > >  That would be a sensible solution, but how do you set that up?
> >
> > Are you using some sort of GUI to control your firewall or are you
> editing
> > the firewall file by hand?
> >
> > If you are using a GUI then check out how you can allow ip
> addresses.
> >
> I was using system-config-firewall, but it only offers 'Trusted
> Services' 
> and 'Other Ports'.
> 
> > If you are editing the firewall file by hand (how I do it) then just
> add
> > the add something like the following:
> >
> > -A INPUT -s 192.168.0.0/255.255.0.0 -i eth0 -m state --state NEW -j
> ACCEPT
> >
> > Here is a great tutorial for IPTABLES
> >
> > http://iptables.rlworkman.net/chunkyhtml/index.html

For relatively simple situations Firestarter may be worth a look as a
GUI front end:

http://www.fs-security.com/

There is an EL4 binary version on the above site, but it builds OK from
SRPM on CentOS-5:

http://superb-west.dl.sourceforge.net/sourceforge/firestarter/firestarter-1.0.3-1.src.rpm

Phil


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


Re: [CentOS] system-config-cluster problem

2008-04-28 Thread Doug Tucker
Anyone??

On Fri, 2008-04-25 at 10:12 -0500, Doug Tucker wrote:
> I have a 2 node cluster that has been running for a year, and is still
> up and working fine.  However, a yum update at some point broke
> system-config-cluster and it cannot load the management tab anymore,
> because it *thinks* the node is not part of a cluster, yet, all of the
> definions are there and I can modify them and save, but cannot publish
> the changes to the cluster using the tool.  Has anyone else experienced
> this problem, or know what may be wrong?
> 
> ___
> 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] what cause session setup failed: NT_STATUS_LOGON_FAILURE?

2008-04-28 Thread Philip R. Schaffner
On Sat, 2008-04-26 at 18:18 +0700, Sobari Tanuwijaya wrote:
> Hi,
> I activate samba on Centos 5, but I always get
> NT_STATUS_LOGON_FAILURE when issuing
> 
> smbclient //GIServer/GIApp -usmbuser
> 
> after I enter the password to the prompt.
> 
> What things should I look for to solve this?

It is obvious that authentication is failing for user "smbuser", but
what to do about it is less obvious.

http://catb.org/~esr/faqs/smart-questions.html

What have you tried?  How have you set up authentication for samba?
Have you created a smbpasswd file and is the user in it, or are you
expecting to authenticate against another server?

Try

smbclient -L GIServer

and see what it returns.

Phil


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