Re: [CentOS] How can i share my WAN ip to my LAN?

2008-01-27 Thread John R Pierce
Tolun ARDAHANLI wrote: I am not a network engineer... I am just a software engineer... I am trying to do our project on Linux systems... I cant focus so deeply on network administration... Only I can do your advise... not else... Cause I can't spent time for that(I want but I can't)..:( the

Re: [CentOS] How can i share my WAN ip to my LAN?

2008-01-27 Thread Tolun ARDAHANLI
Hi guys; OK let me explain like this... We had a problem with our General network administration and our General network cant be managed so well(Cause of our IT manager is not so good about administration on our network). that is why i thing that our department's users must be separated from Gene

[CentOS] No sound after hibernate

2008-01-27 Thread Olaf Mueller
Hello, if I hibernate my notebook, suspend to disk in package hibernate-tuxonice-1.97-1cubbi2, with CentOS 5 and Kde 3.5.8 the sound isn't working any more after waking it up. So I try to disable the sound modules in /etc/hibernate/blacklisted-modules, but this failes with a 'Some modules failed t

Re: [CentOS] vmware question

2008-01-27 Thread Jonathan Berry
On Jan 26, 2008 10:46 PM, William Warren <[EMAIL PROTECTED]> wrote: > I am running Centos 5 64 bit. For somer reason i cannot get the windows > client to connect to the server. The port is set to 904 as per the > install but when i try to connect to the server i get the error the > machine is act

Re: [CentOS] ReiserFS

2008-01-27 Thread Jed Reynolds
[EMAIL PROTECTED] wrote: Hi, Is their any gotcha when using ResiserFs as a file system? You have to be careful with which OSes you use it with, for example, you can't really get a "base install" with ReiserFS, nor a default RescueCD with it...you'd want to choose a partition to dedicate f

RE: [CentOS] Locating the broken links

2008-01-27 Thread Ow Mun Heng
On Sun, 2008-01-27 at 21:45 -0500, Ross S. W. Walker wrote: > Garrick Staples wrote: > > > > On Mon, Jan 28, 2008 at 01:45:43AM +0200, Ioannis Vranos alleged: > > > Is there any command that I can use to find the broken > > links that point > > > to non-existent files? [U] app-misc/symlinks

Re: [CentOS] what options do I have?

2008-01-27 Thread Shibu C Varughese
hi.. Please do read this .. http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch32_:_Controlling_Web_Access_with_Squid -- http://itmission.org True greatness is measured by how much freedom you give to others, not by how much you can coerce others to do what you want. --Larry Wal

RE: [CentOS] what options do I have?

2008-01-27 Thread Ross S. W. Walker
Sobari Tanuwijaya wrote: > > Dear All, > > If I want make a lan users (with private IP) can access the internet > just after passing the verification, what options do I have? > > What I want is: > * If I user want to access the internet > * He (must) run the browser > * whatever the address he t

[CentOS] what options do I have?

2008-01-27 Thread Sobari Tanuwijaya
Dear All, If I want make a lan users (with private IP) can access the internet just after passing the verification, what options do I have? What I want is: * If I user want to access the internet * He (must) run the browser * whatever the address he typed on the address bar, he will be brought

RE: [CentOS] Locating the broken links

2008-01-27 Thread Ross S. W. Walker
Garrick Staples wrote: > > On Mon, Jan 28, 2008 at 01:45:43AM +0200, Ioannis Vranos alleged: > > Is there any command that I can use to find the broken > links that point > > to non-existent files? > > Not pretty, but should work fine: > > find . -type l 2>/dev/null| while read line;do test -

Re: [CentOS] Locating the broken links

2008-01-27 Thread Garrick Staples
On Mon, Jan 28, 2008 at 02:22:53AM +0200, Ioannis Vranos alleged: > Garrick Staples wrote: > >On Mon, Jan 28, 2008 at 01:45:43AM +0200, Ioannis Vranos alleged: > >>Is there any command that I can use to find the broken links that point > >>to non-existent files? > > > >Not pretty, but should work

[CentOS] Slightly OT: Creative Zen not showing up when plugged in - what to do

2008-01-27 Thread Mark Hull-Richter
I installed the 0.2.5 version of libmtp, ran the hotplug.sh script (which has a bug in it, but it's only for "old" hotplug support), the player shows up in lsusb, BUT gnomad2 can't seem to find it. What am I missing? Thanks. mhr ___ CentOS mailing lis

Re: [CentOS] ReiserFS

2008-01-27 Thread John R Pierce
[EMAIL PROTECTED] wrote: Hi, Is their any gotcha when using ResiserFs as a file system? other than not being supported by standard CentOS kernels? ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] ReiserFS

2008-01-27 Thread centos
Hi, Is their any gotcha when using ResiserFs as a file system? -- Thanks http://www.911networks.com When the network has to work ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Locating the broken links

2008-01-27 Thread Ioannis Vranos
Garrick Staples wrote: On Mon, Jan 28, 2008 at 01:45:43AM +0200, Ioannis Vranos alleged: Is there any command that I can use to find the broken links that point to non-existent files? Not pretty, but should work fine: find . -type l 2>/dev/null| while read line;do test -e "$line" || echo "$

Re: [CentOS] Locating the broken links

2008-01-27 Thread Garrick Staples
On Mon, Jan 28, 2008 at 01:45:43AM +0200, Ioannis Vranos alleged: > Is there any command that I can use to find the broken links that point > to non-existent files? Not pretty, but should work fine: find . -type l 2>/dev/null| while read line;do test -e "$line" || echo "$line";done pgp4Ofcz

Re: [CentOS] Locating the broken links

2008-01-27 Thread Mihai T. Lazarescu
On Mon, Jan 28, 2008 at 01:45:43AM +0200, Ioannis Vranos wrote: > Is there any command that I can use to find the broken links that point to > non-existent files? cleanlinks from the imake package may help. Mihai ___ CentOS mailing list CentOS@centos.

[CentOS] Locating the broken links

2008-01-27 Thread Ioannis Vranos
Is there any command that I can use to find the broken links that point to non-existent files? Thanks a lot. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

RE: [CentOS] VPN in China for our server [OT?]

2008-01-27 Thread Mike Kercher
To my knowledge, Sprint did all of the paperwork as well as having the loop installed in Shanghai. Mike > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jason Pyeron > Sent: Sunday, January 27, 2008 11:57 AM > To: 'CentOS mailing list' > Subject:

Re: [CentOS] Where is gpg-agent?

2008-01-27 Thread Mark Pryor
--- Anne Wilson <[EMAIL PROTECTED]> wrote: > The only obstacle now to running this box as the > mail server is that I do read > and send mail on it occasionally, while working on > something. I need > gpg-agent, but can't find how to get it. Is it > merged into another package, > or do I sim

RE: [CentOS] VPN in China for our server [OT?]

2008-01-27 Thread Jason Pyeron
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Mike Kercher > Sent: Sunday, January 27, 2008 11:49 > To: CentOS mailing list > Subject: RE: [CentOS] VPN in China for our server [OT?] > > We recently deployed MPLS to our office in Shanghai. Not su

RE: [CentOS] VPN in China for our server [OT?]

2008-01-27 Thread Mike Kercher
We recently deployed MPLS to our office in Shanghai. Not sure what paperwork they had to do, but their email resides in the US now. Their internet connection still goes out through China Telecom so the government can still monitor their web traffic. Mike > -Original Message- > From: [

RE: [CentOS] VPN in China for our server [OT?]

2008-01-27 Thread Jason Pyeron
> -Original Message- > From: Chris Mauritz > > Les Bell wrote: > > http://rechten.uvt.nl/koops/cryptolaw/cls2.htm#prc. You may > well require a > > licence from the State Encryption Management Commission. > > > > A-yup. It is technically illegal to set up a virtual private network

Re: [CentOS] vmware question

2008-01-27 Thread William Warren
yes i have the rule setup in the .ini file to use 904. The web status console works fine..it's the management client on the windows box that won't connect. The windows machine is not firewalled or anti-anything it's wide open. firewall on the centos box is off as well. I'm at a loss.. Tron

Re: [CentOS] WPA question

2008-01-27 Thread fred smith
On Sun, Jan 27, 2008 at 01:39:01PM +0100, Olaf Mueller wrote: > fred smith wrote: > > Hello. > > > Specifically, could a laptop running Centos 5.1 be expected to (be > > able to) connect to a wireless access point using WPA2 security > > settings? > Yes, it could. I am using a laptop with a pcmci

Re: [CentOS] WPA question

2008-01-27 Thread Olaf Mueller
fred smith wrote: Hello. > Specifically, could a laptop running Centos 5.1 be expected to (be > able to) connect to a wireless access point using WPA2 security > settings? Yes, it could. I am using a laptop with a pcmcia wlan card with wpa2 and aes and 54Mbit/s. It is connected with a speedport 7

Re: [CentOS] Mailing list replies and Evolution

2008-01-27 Thread Ignacio Vazquez-Abrams
On Sun, 2008-01-27 at 11:33 +0100, Ralph Angenendt wrote: > Ignacio Vazquez-Abrams wrote: > > On Sun, 2008-01-27 at 00:27 +0100, Brian Schueler wrote: > > > I wanted to reply messages (e.g. to the cross-build-env in centos-devel) > > > but my replies get posted as a new thread. I'm using Emulution

[CentOS] CentOS-announce Digest, Vol 35, Issue 18

2008-01-27 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 reac

Re: [CentOS] vmware question

2008-01-27 Thread Tronn Wærdahl
On Jan 27, 2008 7:53 AM, William Warren < [EMAIL PROTECTED]> wrote: > when i loaded vmware up it went to 904 on it's own. > > netstat -an | grep LISTEN | grep 904 > tcp0 0 0.0.0.0:904 0.0.0.0:* > LISTEN > [EMAIL PROTECTED] ~]# netstat -an | grep LISTEN | grep 902

Re: [CentOS] Mailing list replies and Evolution

2008-01-27 Thread Ralph Angenendt
Ignacio Vazquez-Abrams wrote: > On Sun, 2008-01-27 at 00:27 +0100, Brian Schueler wrote: > > I wanted to reply messages (e.g. to the cross-build-env in centos-devel) > > but my replies get posted as a new thread. I'm using Emulution 2.8 and I > > think Evolution eats the in-reply-to information. Is

Re: [CentOS] Mailing list replies and Evolution

2008-01-27 Thread William L. Maltby
On Sun, 2008-01-27 at 00:27 +0100, Brian Schueler wrote: > Hi, > > I wanted to reply messages (e.g. to the cross-build-env in centos-devel) > but my replies get posted as a new thread. I'm using Emulution 2.8 and I > think Evolution eats the in-reply-to information. Is there anyone who > also uses

Re: [CentOS] VPN in China for our server [OT?]

2008-01-27 Thread Chris Mauritz
Les Bell wrote: "Jason Pyeron" <[EMAIL PROTECTED]> wrote: We are setting up a new server (prefer centos4 vs 5) what should we do for a coporate vpn back to the US? << Your first step should be to get on top of the regulations regarding use of cryptography in China. Here's a starting point: