Re: [CentOS] alternate port vsftpd for ftps

2007-08-24 Thread dnk
Well I assume it would not work simply because by default, reg ftp comes in
on 21, and ftps comes in on 990 - so I suspect there would (or should?) be
a separate directive for it


On 8/24/07, Steven Vishoot <[EMAIL PROTECTED]> wrote:
>
>
> --- dnk <[EMAIL PROTECTED]> wrote:
>
> > I thought that was just to change the default port
> > for FTP, but I am
> > looking to change the port fot FTPS (port 990).
> >
> > Regards,
> >
> > dnk
> >
> > On 8/23/07, Lukasz <[EMAIL PROTECTED]> wrote:
> > >
> > > User dnk wrote:
> > > > Does anyone here by chance know how to change
> > the port vsftpd uses for ftps?
> > >
> > > add line
> > >
> > > listen_port=1234
> > >
> > > in vsftpd.conf file; it can be any port number,
> > that is not
> > > being used by other applications
> > >
> > > --
> > > Opole - Miasto Bez Granic.
> > > http://www.opole.pl - tu znajdziesz nowe miejsca,
> > nowe mo¿liwo¶ci, nowe inspiracje...
> > >
> > >
> > > ___
> > > 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
> >
> I thought if you only had one ftp server then doing
> that change should work...but i can be wrong like
> always.
>
> Steven
>
>
> Get your Art Supplies @ www.littleartstore.com
> ___
> 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] "Site down for maintenance" - How is this accomplished?

2007-08-24 Thread Warren Young

Brian Mathis wrote:


Messing with DNS is really the wrong way to go on this.  You'd be
forcing all of the DNS servers involved to start messing with their
caches, update more frequently, etc.., pushing the problem out onto
"everyone else", and you have no control over any of it really.  Cache
time is only a suggestion, and not all DNS servers follow it.


The only moral of this story is that you can't control everything.  That 
doesn't mean you shouldn't do what you can to speed the changeover.


Temporarily lowering the DNS cache time for a server during a time of 
change is well established practice.  The only problem is that it'll 
increase the load on the primary name servers for that domain.  That's 
the best argument for it being temporary.



The way to go is to assign that same IP address to another box during
maintenance, and have that box show the page.


The original poster did not explicitly say so, but the impression I got 
is that this "data center" is off-site, and possibly managed by a third 
party.  Letting multiple machines handle a single IP only works within a 
single physical site.  When multiple sites are involved, the only way to 
move an IP is to change global routing rules, which is more fraught with 
problems than the DNS change-over, which you already don't like.


I guess theoretically you can have a single IP at multiple sites, with 
both routes being advertised as viable, but this will cause chaos as 
half the packets go one direction and half go the other.  "Don't cross 
the streams" indeed.

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


Re: [CentOS] "Site down for maintenance" - How is this accomplished?

2007-08-24 Thread Robert Spangler
On Fri August 24 2007 15:12, Brian Mathis wrote:

>  On 8/24/07, Chris Boyd <[EMAIL PROTECTED]> wrote:
>  > On Aug 23, 2007, at 10:30 PM, Feizhou wrote:
>  > > Keep or setup a box inhouse to show the message, when the servers
>  > > are online in the data center, switch ips for the names over and
>  > > then change  the setup on the box to either redirect or proxy the
>  > > requests to the real servers to handle incoming http requests due
>  > > to cached dns entries.
>  >
>  > Also, lower the cache time in your nameserver's zone files so that
>  > people will see the new IP addresses faster.  3600 seconds works
>  > pretty well, but I've used as little as 120 seconds for sites that
>  > are more popular.
>  >
>  > --Chris

I would add that you change the TTL's about a day before the move or at a 
minimum the amount of time the TTL is set for.  Then when you change DNS for 
the move this information will be updated quicker for the client and the 
correct record will get out sooner.

Here is another thing you might think about.  If the sites content doesn't 
change often maybe you could leave the site up until the new hosting site is 
setup and then just change DNS to point to the new site.  Make sure you 
change your DNS TTL's to a low number the day before.  Then after the switch 
is made update DNS to the new IP Addresses and TTL.  Then you just have to 
wait till the short TTL's have expired and then you could turn off the server 
on your site  Since I don't know your setup I cannot tell you what would be 
best.  Of all the choices this I find to be the best.  No down time for the 
client.

>  Messing with DNS is really the wrong way to go on this.  You'd be
>  forcing all of the DNS servers involved to start messing with their
>  caches, update more frequently, etc.., pushing the problem out onto
>  "everyone else", and you have no control over any of it really.  Cache
>  time is only a suggestion, and not all DNS servers follow it.

DNS is the proper way to go with this.  That is the job of DNS.  DNS Cache is 
being updated all the time including your desktop.  While TTL's of 120 are 
short it does nothing more then tell the Cache when to expire the record.  
This ensure that the most up-to-date record is in it's cache.  You would be 
surprised to know that there are site with TTL's of 0.  This just tells the 
cache to drop the record as soon as it gets it.

>  The way to go is to assign that same IP address to another box during
>  maintenance, and have that box show the page.  Then you have full
>  control over when the switch happens.  The only potential issue there
>  is ARP caching on your local network.

Please explain how they will lose any control over when the switch happens?  
They are in control of their DNS.  They make the changes.  They are moving 
the boxes off site so they have to update DNS anyway.


-- 

Regards
Robert

Smile... it increases your face value!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Strange behavior from OO Writer

2007-08-24 Thread Mark Hull-Richter
On 8/24/07, Garrick Staples <[EMAIL PROTECTED]> wrote:
> On Fri, Aug 24, 2007 at 03:55:26PM -0700, Mark Hull-Richter alleged:
> > This was too stupid even for me.   However, I plead a gaping lack of
> > feature in OO, to whom I will address my complaint.
> >
> > Never mind.  Where's that hole I need to crawl into...?
>
> I must have missed an email.  What was the problem?
>

Pilot blind-spot - you didn't miss a thing
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Strange behavior from OO Writer

2007-08-24 Thread Garrick Staples
On Fri, Aug 24, 2007 at 03:55:26PM -0700, Mark Hull-Richter alleged:
> This was too stupid even for me.   However, I plead a gaping lack of
> feature in OO, to whom I will address my complaint.
> 
> Never mind.  Where's that hole I need to crawl into...?

I must have missed an email.  What was the problem?



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


Re: [CentOS] Strange behavior from OO Writer

2007-08-24 Thread Mark Hull-Richter
This was too stupid even for me.   However, I plead a gaping lack of
feature in OO, to whom I will address my complaint.

Never mind.  Where's that hole I need to crawl into...?

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


[CentOS] Seagate FreeAgent Pro (external storage, eSATA) linux compatibility

2007-08-24 Thread Simon Jolle
Hi list

I am running out of space on my notebook. So wanna buy additional and
external storage. I don't wanna do a DIY-work, so searching for
pre-built external hard disks.

I wish to buy Seagate FreeAgent Pro [0]. Does it work under CentOS 5?
Would you recommend me even better products?

I am searching for good performance, noise-less, smart standard
support and no useless features like NFS/CIFS server, etc.

[0] 
http://www.seagate.com/www/en-us/products/external/freeagent_pro_data_movers/

cheers
Simon

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


Re: [CentOS] All in one good for CentOS

2007-08-24 Thread Alain Spineux
most of the HP All in One :
http://hplip.sourceforge.net/supported_devices/inkjet_aio.html

On 8/25/07, Mark Hull-Richter <[EMAIL PROTECTED]> wrote:
>
>  I've asked a similar question before, but this is slightly different - is
> there a reasonably good, cheap all-in-one scanner-copier-printer-fax device
> that works well with Linux, CentOS in particular?
>
> (Last time I asked about a scanner only, although it was in the context of
> a Canon MP160, which I never did get to work and wound up taking back.)
>
> Thanks.
>
> mhr
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>


-- 
Alain Spineux
aspineux gmail com
May the sources be with you
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] All in one good for CentOS

2007-08-24 Thread Mark Hull-Richter
I've asked a similar question before, but this is slightly different -
is there a reasonably good, cheap all-in-one scanner-copier-printer-fax
device that works well with Linux, CentOS in particular?

(Last time I asked about a scanner only, although it was in the context
of a Canon MP160, which I never did get to work and wound up taking
back.)

Thanks.

mhr

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


[CentOS] Re: UTC vs local time

2007-08-24 Thread Scott Silva

Mogens Kjaer spake the following on 8/23/2007 11:17 PM:

Kenneth Porter wrote:

--On Thursday, August 23, 2007 12:53 PM +0200 Mogens Kjaer <[EMAIL PROTECTED]>
wrote:


When to use UTC?

Always :-)

Hehe, I'd love to eliminate local time and I particularly hate daylight
saving time. 


This is irrelevant.

If I set my BIOS clock to use UTC the date command will still show me
the correct wall-clock time, including DST.

If I dualboot with Windows, Windows will change the clock when DST
changes, then time will be wrong in Linux, hence the need for the
two possibilities.

Mogens

You can also tell windows to not follow DST updates.

--

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] alternate port vsftpd for ftps

2007-08-24 Thread Steven Vishoot

--- dnk <[EMAIL PROTECTED]> wrote:

> I thought that was just to change the default port
> for FTP, but I am
> looking to change the port fot FTPS (port 990).
> 
> Regards,
> 
> dnk
> 
> On 8/23/07, Lukasz <[EMAIL PROTECTED]> wrote:
> >
> > User dnk wrote:
> > > Does anyone here by chance know how to change
> the port vsftpd uses for ftps?
> >
> > add line
> >
> > listen_port=1234
> >
> > in vsftpd.conf file; it can be any port number,
> that is not
> > being used by other applications
> >
> > --
> > Opole - Miasto Bez Granic.
> > http://www.opole.pl - tu znajdziesz nowe miejsca,
> nowe mo¿liwo¶ci, nowe inspiracje...
> >
> >
> > ___
> > 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
> 
I thought if you only had one ftp server then doing
that change should work...but i can be wrong like
always. 

Steven
 

Get your Art Supplies @ www.littleartstore.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] "Site down for maintenance" - How is this accomplished?

2007-08-24 Thread Brian Mathis
On 8/24/07, Chris Boyd <[EMAIL PROTECTED]> wrote:
>
> On Aug 23, 2007, at 10:30 PM, Feizhou wrote:
> > Keep or setup a box inhouse to show the message, when the servers
> > are online in the data center, switch ips for the names over and
> > then change  the setup on the box to either redirect or proxy the
> > requests to the real servers to handle incoming http requests due
> > to cached dns entries.
>
> Also, lower the cache time in your nameserver's zone files so that
> people will see the new IP addresses faster.  3600 seconds works
> pretty well, but I've used as little as 120 seconds for sites that
> are more popular.
>
> --Chris

Messing with DNS is really the wrong way to go on this.  You'd be
forcing all of the DNS servers involved to start messing with their
caches, update more frequently, etc.., pushing the problem out onto
"everyone else", and you have no control over any of it really.  Cache
time is only a suggestion, and not all DNS servers follow it.

The way to go is to assign that same IP address to another box during
maintenance, and have that box show the page.  Then you have full
control over when the switch happens.  The only potential issue there
is ARP caching on your local network.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] where is sulog file on centos???

2007-08-24 Thread mcclnx mcc
I tried to find "sulog" file on CENTOS 4.X, but can
NOT find it.  I also search REDHAT knowledge base and
NO luck.

Anyone know where is sulog??


  

設定安全圖章,保護您的 Yahoo!奇摩帳號不被駭客盜用!
http://tw.info.yahoo.com/seal/index.html
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] alternate port vsftpd for ftps

2007-08-24 Thread dnk
I thought that was just to change the default port for FTP, but I am
looking to change the port fot FTPS (port 990).

Regards,

dnk

On 8/23/07, Lukasz <[EMAIL PROTECTED]> wrote:
>
> User dnk wrote:
> > Does anyone here by chance know how to change the port vsftpd uses for ftps?
>
> add line
>
> listen_port=1234
>
> in vsftpd.conf file; it can be any port number, that is not
> being used by other applications
>
> --
> Opole - Miasto Bez Granic.
> http://www.opole.pl - tu znajdziesz nowe miejsca, nowe mo¿liwo¶ci, nowe 
> inspiracje...
>
>
> ___
> 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] "Site down for maintenance" - How is this accomplished?

2007-08-24 Thread Chris Boyd


On Aug 23, 2007, at 10:30 PM, Feizhou wrote:
Keep or setup a box inhouse to show the message, when the servers  
are online in the data center, switch ips for the names over and  
then change  the setup on the box to either redirect or proxy the  
requests to the real servers to handle incoming http requests due  
to cached dns entries.


Also, lower the cache time in your nameserver's zone files so that  
people will see the new IP addresses faster.  3600 seconds works  
pretty well, but I've used as little as 120 seconds for sites that  
are more popular.


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


Re: [CentOS] Strange behavior from OO Writer

2007-08-24 Thread Mark Hull-Richter
On 8/24/07, Steven Vishoot <[EMAIL PROTECTED]> wrote:
>
> LOL! I must say you do have the strangest things
> happening to you.
>
> Could it be all caused by operator error? Hm.
> What do you think?
>

I won't rule it out as yet.

However, when the file won't open (or writer even start up) from the
command line using gnome-open , but it will with gnome-open
, when I open the writer from the applications menu and go
to File->Open and select the file and it does not open but the renamed
file does, and when I open a Nautilus window and have the exact same
results, I have to wonder how much operator action could be involved.

FTR, I checked the file and directory permissions - identical and
correct (well, yeah, if I just rename the file between the names and
one works and the other doesn't...).

I know there's a funky permissions problem somewhere in some conf file
or other on the machine because a lot of things don't work quite right
at the moment, but so far I haven't heard a clue (e.g., previously
posted issue with not being able to open pdfs, jpgs and certain other
files directly from nautilus but okay with right-click->Open With),
but at least they open one way or another - this one doesn't.

Besides, if the solution was that easy or obvious, I wouldn't have
raised it here (not any more).

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


Re: [CentOS] Problems reading a backup data DVD

2007-08-24 Thread Mark Hull-Richter
On 8/24/07, Lanny Marcus <[EMAIL PROTECTED]> wrote:
>
> Mark: What I see, when gnome-mount (?), or something else, is not
> working properly, is a generic icon for the DVD drive. If a DVD is
> mounted, properly, it will also show me the label for the DVD and work
> properly. So far, to get a DVD to mount properly in that drive, I need
> to do it manually. Always, if I put the CentOS install DVD and boot the
> box, it will mount properly. I believe this is a problem with a
> configuration file or permissions. Lanny
>

On my machine, if the removable media doesn't mount properly, I get no
icon at all, an likewise if I mount the media manually.  When I was
using KDE under Suse, I saw icons for all the drives, IIRC, but not in
Gnome under CentOS at least since 4.4.

Thanks.

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


Re: [CentOS] Strange behavior from OO Writer

2007-08-24 Thread Steven Vishoot

--- Mark Hull-Richter <[EMAIL PROTECTED]> wrote:

> I just had the strangest experience I can remember
> since I ran
> Windowsas my base OS
> 
> Yesterday I was editing a file in the OO Writer
> (word processor).
> Today, it will not open.  I copied it to a new file,
> and it opened
> fine.  I edited it, updated it and closed it.  Then
> I tried deleting
> the original file and copying the new one to the old
> name.  Won't
> open.  Renamed again, and it opens fine.
> 
> WTF  Does OO and/or the writer have name
> prejudices that develop?
> 
> Thanks.
> 
> mhr
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
> 
LOL! I must say you do have the strangest things
happening to you.

Could it be all caused by operator error? Hm.
What do you think?



Steven
 

Get your Art Supplies @ www.littleartstore.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS at FrOSCon 2007 tomorrow and sunday !

2007-08-24 Thread Dag Wieers
Hi all,

This weekend FrOSCon 2007 is held near Bonn in Germany and if you happen 
to be in the area, say hello to us at the CentOS booth.

You can find more information about FrOSCon 2007 at their website:

http://www.froscon.de/

If you are interested about upcoming events where CentOS will be present, 
take a look at our events wiki page at:

http://wiki.centos.org/Events

or subscribe to the centos-promo mailinglist at:

http://lists.centos.org/mailman/listinfo/centos-promo

Helping out at an event is a great way to get in contact with the CentOS 
team and get more involved with CentOS in general !

Hope to see you soon !
-- 
--   dag wieers,  [EMAIL PROTECTED],  http://dag.wieers.com/   --
[Any errors in spelling, tact or fact are transmission errors]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: {Phishing} {Disarmed} [CentOS] Trying to understand Remote desktops

2007-08-24 Thread Mark Hull-Richter
I joined this thread a little late, but I have a related question: how
do I log in on a remote machine (assuming that some form of remote
desktop is set up to receive that login on the remote machine) that is
on the other side of a router (i.e., has no internet-visible IP
address)?

Thanks.

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


[CentOS] Strange behavior from OO Writer

2007-08-24 Thread Mark Hull-Richter
I just had the strangest experience I can remember since I ran
Windowsas my base OS

Yesterday I was editing a file in the OO Writer (word processor).
Today, it will not open.  I copied it to a new file, and it opened
fine.  I edited it, updated it and closed it.  Then I tried deleting
the original file and copying the new one to the old name.  Won't
open.  Renamed again, and it opens fine.

WTF  Does OO and/or the writer have name prejudices that develop?

Thanks.

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


Re: [CentOS] Re: Julian's patches

2007-08-24 Thread Count Of Dracula
On 8/22/07, Karanbir Singh <[EMAIL PROTECTED]> wrote:
> Count Of Dracula wrote:
> > There are couple of excellent patches available from
> > http://www.ssi.bg/~ja for advance routing,load balancing,link-failover
> > etc.
> >
> > Any idea why these patches are not yet integrated into the upstream kernel?
>
> why dont you ask upstream :)
>
> - KB

Well.Here is a reply from Julian himself.

Maintainers don't like the idea to use output device index as routing
key. There was discussion on masquerading issues:

Here is a link for start of such discussion:

http://marc.info/?t=10938973145&r=2&w=2

Still, in response to these problems CONNMARK was pushed to 2.6:

http://marc.info/?l=netfilter-devel&m=107434321724522&w=2

Also, the patches are not suitable for kernel because they
require scripts/daemons to ping gateways in multipath routes.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problems reading a backup data DVD

2007-08-24 Thread Lanny Marcus
On Monday, 20 August 2007, "Mark Hull-Richter" <[EMAIL PROTECTED]>
wrote:
> Message: 55

> If the icon is on your desktop, you should be able to access the DVD
> through it.  I think that means that gnome recognized the disk.  I've
> never seen a drive icon on the desktop and have it NOT appear in the
> mounted disks in mount or df.

Mark: What I see, when gnome-mount (?), or something else, is not
working properly, is a generic icon for the DVD drive. If a DVD is
mounted, properly, it will also show me the label for the DVD and work
properly. So far, to get a DVD to mount properly in that drive, I need
to do it manually. Always, if I put the CentOS install DVD and boot the
box, it will mount properly. I believe this is a problem with a
configuration file or permissions. Lanny

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


Re: [CentOS] Samba and Scalix

2007-08-24 Thread John Hinton

Lamar Owen wrote:

On Friday 24 August 2007, Wei Yu wrote:
  

I think Scalix community edition does not support shared folders.



Yes, it does, up to 25 users.

Using it here.
  
Yup. But there is a point of confusion within the docs. I don't remember 
where I ran across it but in one of the help files somewhere it said it 
was not supported on the community version but others told vaguely how 
to do it. And it worked and is working.


Now to answer my own question

The SWA does not support drag and drop of files to public folders. 
Thunderbird does not support drag and drop to public folders. Outlook 
does support drag and drop to public folders. I can only assume 
Evolution does as well but haven't tried.


As a side note, there is a add on for Thunderbird which is called 
Lookout which can read the winmail.dat files created by Outlook. What 
this does is if you drag and drop a file to a folder using Outlook, 
T-bird can then see it and download those files.


The one thing about installing Scalix... If you do, you have a Scalix 
mailserver. Sendmail has to be set for local delivery only, so other 
standard outside emailing has to be handled by Scalix and configured 
through Scalix. I guess a person could create a virtual machine and get 
both on a single server.


Best,
John Hinton
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] csgfs update for 4.5

2007-08-24 Thread Sebastian Walter
Hi,

I am also interested in this. I downgraded to 2.6.9-55 kernel from a
CentOS 4.5 install (because I couldn't install csgfs on the original
kernel), and the gfs packages make problems (nodes crash on very heavy
I/O load). From the linux-cluster list, I heard that using 2.6.9-55.0.2
would solve my problem possibly.

Regards,
Sebastian

Bowie Bailey wrote:
> Anybody here know when there is going to be an update for the cluster
> packages for the 2.6.9-55.0.2 kernel that was released in June?  The
> packages available from the repo are compiled against 2.6.8-55.
>
> I want to update my GFS cluster to CentOS 4.5, but I don't want to do
> such a major upgrade and leave out the kernel packages.
>
>   

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


[CentOS] csgfs update for 4.5

2007-08-24 Thread Bowie Bailey
Anybody here know when there is going to be an update for the cluster
packages for the 2.6.9-55.0.2 kernel that was released in June?  The
packages available from the repo are compiled against 2.6.8-55.

I want to update my GFS cluster to CentOS 4.5, but I don't want to do
such a major upgrade and leave out the kernel packages.

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


Re: [CentOS] external sata cages that use port multipliers

2007-08-24 Thread Lamar Owen
On Friday 24 August 2007, Feizhou wrote:
> Has anyone got such a setup working with Centos?

While I haven't invested in one of these boxes yet, it looks like the stock 
libata doesn't support them.  There is, according to linux-ata.org, a patch 
available.

Probably have to search lkml to find it.
-- 
Lamar Owen
Chief Information Officer
Pisgah Astronomical Research Institute
1 PARI Drive
Rosman, NC  28772
(828)862-5554
www.pari.edu
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] NX on 4.5 vs 5.0

2007-08-24 Thread Scott Moseman
NX connections to my 4.5 server give "cramped" looking fonts (as if
the resolution were wrong).  Connections to my 5.0 server look great
regardless of the resolution.  Both use GNOME.  Is there anything I
can do to the 4.5 servers to increase the quality of the NX
connections?

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


RE: [CentOS] "Site down for maintenance" - How is this accomplished?

2007-08-24 Thread Ross S. W. Walker
> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Matt Arnilo 
> S. Baluyos (Mailing Lists)
> Sent: Thursday, August 23, 2007 11:15 PM
> To: CentOS Mailing List
> Subject: [CentOS] "Site down for maintenance" - How is this 
> accomplished?
> 
> Hello everyone,
> 
> Although we use CentOS primarily on our servers, this query is
> actually more of a general networking question than something specific
> to CentOS.
> 
> In the next week or so, we shall be migrating our in-house servers to
> a data center. While we're doing that, we'd like to show a "Site down
> for maintenance" message while the servers that hosts our websites (we
> have around 15 sites hosted btw), are down.
> 
> So, how is this accomplished? While I can probably hack something on
> our name servers, I'm sure there are people on this list that have
> been doing this and could give some recommendations as to the best
> practices for this type of task.

Some Domain Registrars can also present that for you as part of the
name registration. In which case, if the registrar's setup is good,
they can present this to public traffic without you needing to
setup a redirect on your own network.

-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] Samba and Scalix

2007-08-24 Thread Lamar Owen
On Friday 24 August 2007, Wei Yu wrote:
> I think Scalix community edition does not support shared folders.

Yes, it does, up to 25 users.

Using it here.
-- 
Lamar Owen
Chief Information Officer
Pisgah Astronomical Research Institute
1 PARI Drive
Rosman, NC  28772
(828)862-5554
www.pari.edu
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] "Site down for maintenance" - How is this accomplished?

2007-08-24 Thread Barry Brimer



On Fri, 24 Aug 2007, Matt Shields wrote:


Depending on the traffic level and the amount of hardware, I would
recommend against what you just said.  Especially if your current
environment is multiple servers that are load balanced.  You don't
want to have to replicate the environment just to have a construction
page.

Instead of setting up Apache with PHP, just setup a really basic
server with lighttpd and a single static page with really minimum
graphics.  It will serve pages and the one or two graphics a lot
faster and a single server can usually handle the load.

-matt

On 8/24/07, Barry Brimer <[EMAIL PROTECTED]> wrote:



On Fri, 24 Aug 2007, Matt Arnilo S. Baluyos (Mailing Lists) wrote:


Hello everyone,

Although we use CentOS primarily on our servers, this query is
actually more of a general networking question than something specific
to CentOS.

In the next week or so, we shall be migrating our in-house servers to
a data center. While we're doing that, we'd like to show a "Site down
for maintenance" message while the servers that hosts our websites (we
have around 15 sites hosted btw), are down.

So, how is this accomplished? While I can probably hack something on
our name servers, I'm sure there are people on this list that have
been doing this and could give some recommendations as to the best
practices for this type of task.


I would have DNS for all domains point to a web server that has the
following php page:
=


Maintenance


Maintenance

The server that hosts  is currently
undergoing maintenance.   will return to full
service as soon as possible.



=
I would also add to your httpd.conf file:
=
RewriteEngine on
RewriteRule !^/index\.php$ /index.php [NC,L]
RewriteRule !^/index\.php$ - [F]
=
This makes it so that anyone who connects to any URL on any of your
websites will be told that the server they are connecting to is under
maintenance.

When you have the new server up and running, change DNS.  Alternately you
could place this on a server in the new location, but change the
routing/NATing to temporarily deliver the addresses to the server hosting
this page.  If you are using SSL certificates, you will need to have them
as well and create different virtualhosts, although they can all have the
same DocumentRoot and web page.

Hope this helps.

Barry


My page does not use any graphics.  The reason I used PHP and not a static 
page was that I wanted the user to know that the site and url they had 
connected to was valid, and that they had not reached the page by mistake, 
or mis-typed the address.  If you are that worried about loading a page 
faster, and you think lighttpd is the way to go, I am all for it, but I 
don't think it is necessary.  For added performance, you could put the 
page on a ram disk, but I really think the return will be minimal.


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


RE: [CentOS] How to size an email server to handle 5 millionemailsperday

2007-08-24 Thread Ross S. W. Walker
> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Erick Perez
> Sent: Thursday, August 23, 2007 11:59 PM
> To: CentOS mailing list
> Subject: Re: [CentOS] How to size an email server to handle 5 
> millionemailsperday
> 
> On 8/23/07, Feizhou <[EMAIL PROTECTED]> wrote:
> > Mike Kercher wrote:
> > > Well, of the 5M, how many would be real emails?  I handle 
> over 1M on a
> > > quad xeon, but only a fraction of those are good.
> >
> > Heh. Yeah, I count emails as stuff that will be delivered, 
> stuff that
> > will hit the queue. I guess my definitions have got in the 
> way of this one.
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > http://lists.centos.org/mailman/listinfo/centos
> >
> 
> 
> Right, actually the box will run an AV engine with antispam then
> delivered to a ms exchange 2003 server (local lan), so no local
> mailbox is being used.
> 
> The barracuda spam firewall 400 appliance handles my specs but i
> cannot get info on what hardware they run, it's a 1u raid1, linux
> hardened presentation but no idea of the cpu or ram.
> 
> And no, it won't be used for marketing, it's inbound only.

I wouldn't try to do it. 5 mil on a single box is too much with
AV and SA going. Look into getting a cluster of spam appliances,
say Ironports going, or using a MX service to do it for you.

-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: {Phishing} {Disarmed} [CentOS] Trying to understand Remote desktops

2007-08-24 Thread Jeremy Gray
> It works now just fine. Cannot see any visible advantage over VNC, though,
> at least not at
> LAN speeds.


glad things are working for you. yes, you'd only notice better speed when
working remotely

There's one thing that I apparently cannot do with NX and that is attach
> to an existing non-NX session, right? This would be the main purpose here,
> attach to the console session from another machine.

So, I will have to use VNC for that, anyway.
>

not sure, I never tried it. the nomachine.com FAQ / doc pages ought to
reveal pretty quickly what is possible.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] "Site down for maintenance" - How is this accomplished?

2007-08-24 Thread Matt Shields
Depending on the traffic level and the amount of hardware, I would
recommend against what you just said.  Especially if your current
environment is multiple servers that are load balanced.  You don't
want to have to replicate the environment just to have a construction
page.

Instead of setting up Apache with PHP, just setup a really basic
server with lighttpd and a single static page with really minimum
graphics.  It will serve pages and the one or two graphics a lot
faster and a single server can usually handle the load.

-matt

On 8/24/07, Barry Brimer <[EMAIL PROTECTED]> wrote:
>
>
> On Fri, 24 Aug 2007, Matt Arnilo S. Baluyos (Mailing Lists) wrote:
>
> > Hello everyone,
> >
> > Although we use CentOS primarily on our servers, this query is
> > actually more of a general networking question than something specific
> > to CentOS.
> >
> > In the next week or so, we shall be migrating our in-house servers to
> > a data center. While we're doing that, we'd like to show a "Site down
> > for maintenance" message while the servers that hosts our websites (we
> > have around 15 sites hosted btw), are down.
> >
> > So, how is this accomplished? While I can probably hack something on
> > our name servers, I'm sure there are people on this list that have
> > been doing this and could give some recommendations as to the best
> > practices for this type of task.
>
> I would have DNS for all domains point to a web server that has the
> following php page:
> =
> 
> 
> Maintenance
> 
> 
> Maintenance
> 
> The server that hosts  is currently
> undergoing maintenance.   will return to full
> service as soon as possible.
> 
> 
> 
> =
> I would also add to your httpd.conf file:
> =
> RewriteEngine on
> RewriteRule !^/index\.php$ /index.php [NC,L]
> RewriteRule !^/index\.php$ - [F]
> =
> This makes it so that anyone who connects to any URL on any of your
> websites will be told that the server they are connecting to is under
> maintenance.
>
> When you have the new server up and running, change DNS.  Alternately you
> could place this on a server in the new location, but change the
> routing/NATing to temporarily deliver the addresses to the server hosting
> this page.  If you are using SSL certificates, you will need to have them
> as well and create different virtualhosts, although they can all have the
> same DocumentRoot and web page.
>
> Hope this helps.
>
> Barry
> ___
> 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: {Phishing} {Disarmed} [CentOS] Trying to understand Remote desktops

2007-08-24 Thread Kai Schaetzl
mail.com>
X-Rcpt-To: 

Jeremy Gray wrote on Fri, 24 Aug 2007 07:35:54 -0400:

> I almost gave up myself

Hi Jeremy, thanks for your continued help. Wireshark got me going. That 
was really really stupid. I had changed the hostname of the machine and 
mistakenly had typed in the old hostname in the NX client and never 
realized by watching at it that it was the wrong one. It works now just 
fine. Cannot see any visible advantage over VNC, though, at least not at 
LAN speeds.
There's one thing that I apparently cannot do with NX and that is attach 
to an existing non-NX session, right? This would be the main purpose here, 
attach to the console session from another machine. So, I will have to use 
VNC for that, anyway.

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


[CentOS] CentOS-announce Digest, Vol 30, Issue 8

2007-08-24 Thread centos-announce-request
Send CentOS-announce mailing list submissions to
[EMAIL PROTECTED]

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

You can reach the person managing the list at
[EMAIL PROTECTED]

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


Today's Topics:

   1. CESA-2007:0860 Moderate CentOS 4 ia64 tar -   security update
  (Pasi Pirhonen)
   2. CESA-2007:0860 Moderate CentOS 4 s390(x) tar -security
  update (Pasi Pirhonen)


--

Message: 1
Date: Thu, 23 Aug 2007 19:49:59 +0300
From: Pasi Pirhonen <[EMAIL PROTECTED]>
Subject: [CentOS-announce] CESA-2007:0860 Moderate CentOS 4 ia64 tar -
security update
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

CentOS Errata and Security Advisory 2007:0860

https://rhn.redhat.com/errata/RHSA-2007-0860.html  The following

updated files have been uploaded and are currently syncing to the
mirrors:

ia64:
updates/ia64/RPMS/tar-1.14-12.5.1.RHEL4.ia64.rpm


-- 
Pasi Pirhonen - [EMAIL PROTECTED] - http://pasi.pirhonen.eu/
Top-postings silently ignored
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : 
http://lists.centos.org/pipermail/centos-announce/attachments/20070823/ba4cd7c6/attachment-0001.bin

--

Message: 2
Date: Thu, 23 Aug 2007 19:54:12 +0300
From: Pasi Pirhonen <[EMAIL PROTECTED]>
Subject: [CentOS-announce] CESA-2007:0860 Moderate CentOS 4 s390(x)
tar -   security update
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

CentOS Errata and Security Advisory 2007:0860

https://rhn.redhat.com/errata/RHSA-2007-0860.html  The following

updated files have been uploaded and are currently syncing to the
mirrors:

s390:
updates/s390/RPMS/tar-1.14-12.5.1.RHEL4.s390.rpm

s390x:
updates/s390x/RPMS/tar-1.14-12.5.1.RHEL4.s390x.rpm


-- 
Pasi Pirhonen - [EMAIL PROTECTED] - http://pasi.pirhonen.eu/
Top-postings silently ignored
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : 
http://lists.centos.org/pipermail/centos-announce/attachments/20070823/e47d6880/attachment-0001.bin

--

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


End of CentOS-announce Digest, Vol 30, Issue 8
**
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] NFSv4 on CentOS 4.5

2007-08-24 Thread Louis Lagendijk
On Wed, 2007-08-15 at 19:38 -0700, Anoop Rajendra wrote:
> Hi. I'm having trouble accessing a shared directory over NFSv4 on a
> CentOS 4.5 machine.
> 
> My export file reads
> 
> /test   10.0.0.0/255.0.0.0(ro,async,insecure,nohide,no_subtree_check)

> 
> I've also tried to include the fsid=0 argument in my /etc/exports
> file. That gives me a whole different error
fsid MUST be included on the main mount point like this:
/export
gss/krb5(fsid=0,sync,no_root_squash,insecure,no_subtree_check,anonuid=65534,anongid=65534)
/export/home1
gss/krb5(rw,nohide,sync,insecure,no_subtree_check,anonuid=65534,anongid=65534)
/export/home2
gss/krb5(rw,nohide,sync,insecure,no_subtree_check,anonuid=65534,anongid=65534)
#
# legacy mounts
# /export/home1
192.168.159.1/24(rw,sync,no_root_squash,insecure,no_subtree_check)
# /export/home2
192.168.159.1/24(rw,sync,no_root_squash,insecure,no_subtree_check)

(sorry, evolution forces extra linebreaks, after the pathnames),
so /eports is the base path, home1 and home2 the exported filesystems. I
use kerberos so I do not have the hostnames there, but the gss/krb5


> 
> [EMAIL PROTECTED] ~]# mount -v -t nfs4  pebble-anoop:/test/ /mnt/
> mount: pinging: prog 13 vers 4 prot tcp port 2049
> mount: special device pebble-anoop:/test/ does not exist
> 
Here is your real problem: nfs mount points are relative to the base
export point, i.e. /export in my case. If you only have /test exported,
you have to mount peobble-anop:/ not ../test!
In my case I mount server:/home1 and server:/home2


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


Re: [CentOS] Trying to understand Remote desktops

2007-08-24 Thread Jeremy Gray
I almost gave up myself when trying to set it up. its really worth it once
you get it working. for me it would authenticate but not connect. I forget
if the error message was the same as you are getting, sounds vaguely
similiar. turned out that I needed to add a line to /etc/hosts.allow
sshd: 127.0.0.1: ALLOW
this was on a new install of centos 5.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to size an email server to handle 5 million emails per day

2007-08-24 Thread David Hrbáč
Kai Schaetzl napsal(a):
> Erick Perez wrote on Thu, 23 Aug 2007 21:52:20 -0500:
> 
>> 5 million emails a day
> 
> so, 4 million of that are spam? The ressources you need depend very much 
> on how you deal with spam. If you take good measures at MTA level the 
> system backend with SA etc. has only to deal with 1 million, otherwise it 
> has to deal with five times of that. Quite a difference.
> 
> Kai
> 

Some hints:
- if there are 4 Mil of spam consider greylisting,
http://postgrey.schweikert.ch/ helps a lot SA
- use local DNS cache
David Hrbáč
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to size an email server to handle 5 million emails per day

2007-08-24 Thread Kai Schaetzl
Erick Perez wrote on Thu, 23 Aug 2007 21:52:20 -0500:

> 5 million emails a day

so, 4 million of that are spam? The ressources you need depend very much 
on how you deal with spam. If you take good measures at MTA level the 
system backend with SA etc. has only to deal with 1 million, otherwise it 
has to deal with five times of that. Quite a difference.

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] gparted in centos-5

2007-08-24 Thread Akemi Yagi
On 8/23/07, Joachim Backes <[EMAIL PROTECTED]> wrote:
> Hi,
>
> somebody knows how to get gparted for centos-5?

It is available from RPMforge.

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


Re: [CentOS] SSHFS installation

2007-08-24 Thread Akemi Yagi
On 8/24/07, Jordi Espasa Clofent <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm trying to build a sshfs available environemnt.
>
> Info:
> [EMAIL PROTECTED] /]# uname -a ; yum list \*fuse\* installed
> Linux pandora 2.6.18-8.1.6.el5xen #1 SMP Thu Jun 14 18:01:24 EDT 2007
> x86_64 x86_64 x86_64 GNU/Linux
> Loading "priorities" plugin
> Loading "protectbase" plugin
> Loading "installonlyn" plugin
> Loading "fastestmirror" plugin
> Setting up repositories
> Loading mirror speeds from cached hostfile
> Reading repository metadata in from local files
> 0 packages excluded due to repository priority protections
> 0 packages excluded due to repository protections
> Installed Packages
> fuse.x86_64  2.7.0-1.el5.rf
> installed
> fuse-sshfs.x86_641.8-1.el5.rf
> installed
> Available Packages
> dkms-fuse.noarch 2.7.0-1.nodist.rf  rpmforge

Install the following:

dkms
dkms-fuse
kernel-xen-devel

Then it should work.
Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] Anyone out there know the THEOS OS - Further

2007-08-24 Thread Nigel Kendrick
Guys,

To avoid upsetting those who feel the post was offtopic (eg: asking people
working with Operating Systems if they have experience of a certain other
OS), I don't want to get a discussion thread going about how this 'might
work' so although I appreciate the feedback, please limit it to letting me
know off-list if you have worked with THEOS or know someone who does/has.

Thanks

NO

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


Re: [CentOS] Trying to understand Remote desktops

2007-08-24 Thread Kai Schaetzl
ail.com>
X-Rcpt-To: 

Jeremy Gray wrote on Thu, 23 Aug 2007 19:16:00 -0400:

> hmmm, I'd say probably not. what about tcp wrappers maybe?

I don't see how these could intervene here. This box is setup fresh and I didn't
set any firewall or other access restrictions yet. This is here in my local LAN
and I can connect with SSH just fine. As I'm using the same port with NX that 
should be open for it as well. I tried with SSL now, same result.

> 
> just to check the client,

Thank you very much for trying, so it's probably not the client. Not sure,
if I should consider this good or bad ;-)

> what does tail /var/log/secure say after your connection is refused?

Nothing. It smells like a had a firewall on that machine, but I don't.
I think it's time for Ethereal. Haven't used it since it got renamed. I 
installed the latest Wireshark incarnation yesterday. I'll see later today
if I can find something out this way.

Thanks for your efforts so far!

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


[CentOS] SSHFS installation

2007-08-24 Thread Jordi Espasa Clofent

Hello,

I'm trying to build a sshfs available environemnt.

Info:
[EMAIL PROTECTED] /]# uname -a ; yum list \*fuse\* installed
Linux pandora 2.6.18-8.1.6.el5xen #1 SMP Thu Jun 14 18:01:24 EDT 2007 
x86_64 x86_64 x86_64 GNU/Linux

Loading "priorities" plugin
Loading "protectbase" plugin
Loading "installonlyn" plugin
Loading "fastestmirror" plugin
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
0 packages excluded due to repository priority protections
0 packages excluded due to repository protections
Installed Packages
fuse.x86_64  2.7.0-1.el5.rf 
installed
fuse-sshfs.x86_641.8-1.el5.rf 
installed

Available Packages
dkms-fuse.noarch 2.7.0-1.nodist.rf  rpmforge 

fuse-clamfs.x86_64   0.9.1-1.el5.rf rpmforge 

fuse-cryptofs.x86_64 0.6.0-1.el5.rf rpmforge 

fuse-davfs2.x86_64   1.2.1-1.el5.rf rpmforge 

fuse-devel.x86_642.7.0-1.el5.rf rpmforge 

fuse-encfs.x86_641.3.2-1.el5.rf rpmforge 

fuse-iso.x86_64  0.0.20070708-1.el5.rf  rpmforge 

fuse-ntfs-3g.x86_64  1.616-1.el5.rf rpmforge 

fuse-ntfs-3g-devel.x86_641.616-1.el5.rf rpmforge 

fuse-smb.x86_64  0.8.5-1.el5.rf rpmforge 

fuse-unionfs.x86_64  0.18-1.el5.rf  rpmforge 



But

[EMAIL PROTECTED] /]# sshfs [EMAIL PROTECTED]:/root /mnt
[EMAIL PROTECTED]'s password:
fuse: device not found, try 'modprobe fuse' first

OK, let's to try the system's advice...

[EMAIL PROTECTED] /]# modprobe fuse
FATAL: Module fuse not found.

I've tried to use depmod command without success.

.

--
Thanks,
Jordi Espasa Clofent
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] external sata cages that use port multipliers

2007-08-24 Thread Feizhou

Hello,

Has anyone got such a setup working with Centos?

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


Re: [CentOS] Anyone out there know the THEOS OS

2007-08-24 Thread Karanbir Singh
Nigel Kendrick wrote:
> Hi Guys,
> 
> I am polling my 'guru' resources to find out if I can get in touch with
> anyone (UK based, ideally) with support experience of the THEOS operating
> system.


i dont see how this is centos related, please take this off list

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


Re: [CentOS] Anyone out there know the THEOS OS

2007-08-24 Thread Feizhou

Nigel Kendrick wrote:

Hi Guys,

I am polling my 'guru' resources to find out if I can get in touch with
anyone (UK based, ideally) with support experience of the THEOS operating
system.

We have one group of sites running a legacy system based on THEOS - an OS
that seems to have 'borrowed' the best parts of DOS, VMS, *NIX and Netware.
We are migrating some remote sites from Wyse Terminals, serial port muxes
and Kilostream (which is costing us an arm and a leg) to PC clients over
broadband. We have put the clients in place (desktop PCs with a client app -
easy) but need to understand how complex it is to setup the remote printing
- the support company involved reckons it's *so* complex they need to send
an engineer to each site (3 sites, 2 printers on each) and it will take 2
days + travel + accommodation just to make the printers work! We have remote
access to all the client PCs + routers etc. so I want to get some insight
into what exactly is involved.

Any takers?


This remote printing...is just desktop picking one of the two local 
printers right?


What OS do these PCs run?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Anyone out there know the THEOS OS

2007-08-24 Thread Nigel Kendrick
Hi Guys,

I am polling my 'guru' resources to find out if I can get in touch with
anyone (UK based, ideally) with support experience of the THEOS operating
system.

We have one group of sites running a legacy system based on THEOS - an OS
that seems to have 'borrowed' the best parts of DOS, VMS, *NIX and Netware.
We are migrating some remote sites from Wyse Terminals, serial port muxes
and Kilostream (which is costing us an arm and a leg) to PC clients over
broadband. We have put the clients in place (desktop PCs with a client app -
easy) but need to understand how complex it is to setup the remote printing
- the support company involved reckons it's *so* complex they need to send
an engineer to each site (3 sites, 2 printers on each) and it will take 2
days + travel + accommodation just to make the printers work! We have remote
access to all the client PCs + routers etc. so I want to get some insight
into what exactly is involved.

Any takers?

Thanks




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


Re: [CentOS] Samba and Scalix

2007-08-24 Thread Wei Yu
I think Scalix community edition does not support shared folders.

On 8/23/07, John Hinton <[EMAIL PROTECTED]> wrote:
>
> I'm hoping to integrate a shared folder(s) so that we may be able to
> drag and drop files from various OSs into a shared folder on a
> CentOS server which can be accessed via Scalix SWA or some other email
> client.
>
> Maybe I'm totally off base with how Scalix stores files in public
> folders... maybe everything has to be in mbox format for all folders and
> this could never work.
>
> Anyway, I started thinking about Samba and Scalix in combination and was
> wondering if anybody knew of a way to perhaps use the combination to do
> what I want? I'm still very green with regards to Scalix.
>
> Thanks,
> John Hinton
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
Zijing 15# 1404B Tsinghua Univ.
+86 -10 -51537235
Zig
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos