Re: [CentOS] SFTP - stalled - on large files

2009-12-22 Thread JS


 -Original Message-
 From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
 Behalf Of Sean Carolan
 Sent: Tuesday, December 22, 2009 6:13 AM
 To: CentOS mailing list
 Subject: Re: [CentOS] SFTP - stalled - on large files
 
  Tell him to switch WinSCP to SCP mode.
 
  Kai
 
 Tried that, it still fails the same way.  Here's the short list of
 what I've tried to troubleshoot this:
 
 Used SCP via the gui and command line
 Used SFTP via the gui and command line
 Ran yum update to bring all packages up to date
 Tried stock CentOS sshd daemon (version 4.3), as well as sshd built
 from source (version 5.3)
 Adjusted MTU settings
 Reinstalled virtual network card
 Updated vmware tools and network card driver
 Tried vmxnet as well as e1000 drivers
 
 At this point I don't know what else to try.  I'm thinking that it's
 either a problem with VMWare, or perhaps our load balancer that is
 routing the packets back and forth.  Hopefully one of the vendors will
 be able to help solve the problem.  In the meantime we are building
 out a physical server to test whether vmware is the issue or not.
 
 If anyone else has seen this problem before or has suggestions please
 post them here.  Thanks.
---

Just an idea or thought on it.  You never said what the file size was or did
you?  My idea is that is, there not a file size limitation on transfer to
and from the server?  I thought there was?  Check you vsftpd.conf out or
what ever ftp server your running for the size limitation.  Maybe some help
or maybe not?

John 

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


Re: [CentOS] Cannot see samba in win Neighborhood

2009-12-21 Thread JS


 -Original Message-
 From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
 Behalf Of Joseph L. Casale
 Sent: Sunday, December 20, 2009 11:08 AM
 To: 'CentOS mailing list'
 Subject: Re: [CentOS] Cannot see samba in win Neighborhood
 
 It´s like samba is not being able to talk to the rest of the
 workgroup. (of course they are all in the same workgroup)
 
 I´m using wins support = yes and I´ve set the DHCP to set the clients
 to use the samba server as wins server.I´ve checked the win clients and
 they get the correct conf.
 
 Unless you have pre w2k clients, disable Wins, Win2k uses DNS or Netbios
 res.
 What you are experiencing is a lag in the population of the master
 browser, you
 need patience. You could setup up dyn dns for the Samba server and win
 clients
 as well...
 
 You set local master = no, so what / who is the master browser? Do you
 have any
 win servers?
 
 Setup Sambas as per the example, then go away and grab a coffee... It
 takes ~15 mins...


Set Samba as the master Browser.  You may have to bump the number up for it.
Then service smb reload.  Then restart the Windows clients (lots faster).
All you really need to access the server is \\server_name\machine_share\
then map the Network Drive to it.  I have seen some win clients that just
would not enumerate shares though.

John

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


Re: [CentOS] Samba, ADS Winbind Separator on CentOS 5.4

2009-12-14 Thread JS


 -Original Message-
 From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
 Behalf Of Joseph L. Casale
 Sent: Monday, December 14, 2009 1:08 PM
 To: 'CentOS mailing list'
 Subject: Re: [CentOS] Samba, ADS  Winbind Separator on CentOS 5.4
 
 Actually, i know that # is sometimes used for comments on the
 config file and \ is sometimes used to escape characters.  Now, what
 should i do to fix the problem?  Change Winbind config to use another
 character?  Use some kind of escaped character in smb.conf?  I'm a little
 lost!
 
 An often discussed issue, I use a '+' here...
 
 /etc/samba/smb.conf
winbind separator = +
---
Yes I've always used + also here on mine.

John

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


Re: [CentOS] VirtualBox and CentOS

2009-12-09 Thread JS


 -Original Message-
 From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
 Behalf Of Lars Hecking
 Sent: Tuesday, December 08, 2009 7:24 AM
 To: centos@centos.org
 Subject: [CentOS] VirtualBox and CentOS
 
 
  I recently doownloaded and installed the latest RHEL5 rpm from the
 VirtualBox
  web site. While it generally works very well, I have been unable to get
 USB
  access to work on the guest.
 
  This seems to be a very common problem. Many references to it turn up in
 a
  web search, but I have not found a solution that works on CentOS 5. I got
 no
  response on the vbox-users mailing list either. Can anyone here help?
 
  Among the things I tried were various /sys and /proc/bus/usb related
 fstab
  and rc.sysinit changes. Drew a total blank on this one ...
---
Give this a try but I would advise not using on a production machine.

# For VirtualBox
# none   /sys/bus/usb/drivers   usbfs   devgid=501,devmode=664   0   0

Also make sure the User is in the VBox Users Group.

John

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


Re: [CentOS] Unable to share directory via Samba?

2009-12-02 Thread JS


 -Original Message-
 From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
 Behalf Of James Bensley
 Sent: Tuesday, December 01, 2009 4:39 AM
 To: CentOS mailing list
 Subject: Re: [CentOS] Unable to share directory via Samba?
 
 This is the repeating entry from my smbd.log from every time I try to
 mount the share via samba;
 
 [2009/12/01 09:32:59, 0] lib/util_sock.c:get_peer_addr(1224)
   getpeername failed. Error was Transport endpoint is not connected
 
 I had read online that this can be caused by samba not making its mind
 up about weather to use TCP ports 139 or 445 so I set it statically
 from within the smb config file by using smb ports = 445 and smb
 ports 139 restart after each change and checking if this had fixed my
 problem but it has not.
 
 --
 Regards,
 James ;)
 
 Samuel Goldwyn  - I'm willing to admit that I may not always be
 right, but I am never wrong. -
 http://www.brainyquote.com/quotes/authors/s/samuel_goldwyn.html
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


Try ports = 445 in /etc/smb.conf or disable netbios = yes Make sure for
your config you have you add the user mars to the tdbsam pass word backend.

John

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


Re: [CentOS] (re)load new kernel with rebooting host node?

2009-12-02 Thread JS


 -Original Message-
 From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
 Behalf Of Rudi Ahlers
 Sent: Wednesday, December 02, 2009 2:23 PM
 To: CentOS mailing list
 Subject: [CentOS] (re)load new kernel with rebooting host node?
 
 Hi all,
 
 Is it possible to reload the dom0 / host node's kernel with a newer
 one, without rebooting the server? I know kexec can do something like
 this for security patches, but I don't know much about kexec, and I
 don't want to mess up a production server either. So, has anyone done
 something like this before? I need to load a new kernel for one of the
 domU's iptables to work, but don't want to reboot the whole server and
 cause downtime for the other domU's.
---

You're a lot better off go over to the Linux Kernel Devel site. AFIK kexec
can only do this on real hardware. I think your better off scheduling
downtime for the server. Although kexec does have a site page. 

John

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


Re: [CentOS] XEN virtualization Problem

2008-07-11 Thread js

Gopinath Achari a écrit :

Hi,


I am trying to install windows XP on XEN. The Base operating 
system is
Centos 5.1 I used GUI tool Virtual Manager.

Once this Virtual manager is started is connected the XEN and QEMU.

i used new tab placed below to install a virtual OS ( ex. Winxp.)
 after passing through the wizard. i wizard option for the partition a
created a new 10 GB partition my case /dev/hda8 and then it asked the
location where the os image was kept.i created a .iso image using dd
command. then i specified the path where this iso image was kept in the
wizard. then i told next and then finish button . it opened one more
window and the installation of WinXP started. after some time it asked
for reboot and it rebooted then it is asking for Winxp OS cd. i inserted
into the DVD RW drive i mounted it but still its asking the same. please
help me out what to do. is there any addition packages to be installed
for recognizing the Cdrom or any other thing to be done. please guide
me. 


Regards,
Gopinath


  


Hello,

See http://kbase.redhat.com/faq/FAQ_108_10987.shtm


Regards


js.

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


Re: [CentOS] broken GFS

2008-05-14 Thread js

Hello All;

Maybe, because XFS seems to be important, is it  possible to build xfs 
right after the kernel src build?


Is this far more longer than only build the kernel?

Ok nobody pay you to do Centos, ok.
Centos is a very good project, but i think it's not really constructive 
to say ok, pay me and I will do it :)

You don't do Centos because you need money but because you like what you do.


Of course, forget my mail if XFS is a crap to build, but if a simple  
add stuff in changelog xfs.spec;  rpmbuild -ba --sign 
mycoolXFSmodul.src.rpm is enough,
maybe You could think to build xfs in the same time a kernel update is 
available ?


Regards

js.






Johnny Hughes a écrit :

Linux wrote:

On Tue, May 13, 2008 at 1:15 AM, Tru Huynh [EMAIL PROTECTED] wrote:

On Tue, May 13, 2008 at 12:40:22AM +0300, Linux wrote:
  What a coincidence. That is the 1st time I live such a thing. Well,
  show me a way to prove.
 /var/log/messages ?

Only a small part of it.


  This log is after update  reboot:
  May 11 16:06:03 x kernel: XFS: failed to read root inode
 nothing more?

Well, that is the only unexpected part. Just to show that XFS module
was loaded for WRONG kernel. As you said, you newer saw before.


  According to this, there is a mystery in May 11 16:06:03 because
  there WAS a kmod_xfs but it was 53.1.14, not 53.1.19 as updated
  kernel.
 too bad you rebooted 1 hour before the kernel-xfs module update.

When was kernel-xfs module updated in repository? Just that time? If
so too bad CentOS folks do not update every piece of kernel as a whole
in repositories. Where is integrity?

If not, yum update does not update everything at once. I have to run
yum update twice maybe more. First it will load kernel then see that a
new kernel is available, will go and bring its modules...

Still, it is a bit annoying and confusing. I am beginning to think
whether XFS is really supported in CentOS :)


OK ... let me give you an official answer

red hat does not even release the the gfs kmods on the same day as the 
kernel, that is FULLY supported and even an added expense for rhel4.


we DO NOT update xfs (or the centosplus kernel) on the same day as the 
base centos kernels.  We are NOT going to wait to release the main 
kernel security update for a day or more to get centosplus stuff also 
done.


xfs IS NOT SUPPORTED in the same way as the base centos distro is and 
xfs is not in RHEL.


Our 2 million users do not want to wait for the base kernel security 
updates for 2 extra days so that a very small group of people who use 
the xfs file system can get their updates at the same time.


It might take even longer to get these built as no one pays me to 
build them and I have a real job and a real life  ... if you can't do 
one of these:


1.  Build your own module.
2.  Exclude the kernel and only update it when the modules are ready.

Then you can pay me $200.00 per hour and I will manage your server for 
you.


Thanks,
Johnny Hughes



___
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] MS Exchange Replacement

2008-04-07 Thread js

Shawn Everett wrote:

On Sunday 06 April 2008, Joseph L. Casale wrote:
  

What is the closest open source mail server I can replace exchange with
that provides the nearest equivalent in user experience?

Thanks!
jlc



Kollab is pretty decent although it's a bit particular to install.

Shawn
  


And don't forget horde-groupware webmail edition, you can use your own
imap server (cyrus-imap in my case) to authenticate users:
a good groupware.

Regars

js.

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


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


Re: [CentOS] reasons for using CentOS in business environments

2007-11-27 Thread js
Rogelio wrote:
 My apologies if this question has been previously answered, but could
 anyone here provide me with resources that I might use to help build a
 case for exclusively using CentOS in an enterprise environment?
 (Approximately 200 servers)

 Long story short, I've used a little of everything out there
 (Gentoo/Debian/*BSD/Slackware) and have a fairly good overall strategy
 of how they all work (all of them have lived on my laptop at one time
 or another over the last 10 years or so), but I'm now looking for
 solid business reasons that I can present to the CxO types of a
 company to show them that CentOS is probably where they'd like to
 look.

 Reasons thus far I've come up with include:

 --free *and* fully (at least, in my experience) compatible with RHEL
 --fairly stable (I don't have problems unless I start mixing repos)
 --yum packages (almost as cool as Debian! Ok, I'm biased...or maybe I
 don't know how to properly use yum?)

 Any other suggestions / tips I might add to my list would be greatly
 appreciated!

   

Free is not a good reason (I think); the main problem is RHEL is too
expensive; so there is the
Centos project.
If you can buy some RHEL : do it, because you will help a good company
and indirectly Centos (because, after all,
who do the tests? who create patchs?? mainly RH :)

my 0.02€




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