Eax In Linux

2003-10-05 Thread Ziad
I'm wondering if the emu10k1 Alsa module supports Eax. Thanks for your help. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

RE: Shell scripting help

2002-12-03 Thread Ziad Samaha
Mike, If you don't mind changing the script, go ahead and try the below: cat usefile | awk -F: '{ print $1 }' This will list all the names in userfile, in case you want them in another file, all you have to do is redirect the output of the command to the desired file. Regards, Ziad

Re: Replace a line... with 2 lines

2002-10-06 Thread Ziad Samaha
} }'filename Regards, Ziad From: Mitchell Wright [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Replace a line... with 2 lines Date: Sun, 06 Oct 2002 09:23:44 -0400 I think you can do it with sed, but one trick would be to make sure you are not writing

Re: LDAP administration

2002-08-11 Thread Ziad Samaha
Chad LDAP Browser is good but I'd rather stick to the command line utilities. Cheers, Ziad From: Chad Skinner [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: redhat-list [EMAIL PROTECTED] Subject: LDAP administration Date: Sun, 11 Aug 2002 20:15:32 -0500 What graphical administration

Re: openldap errors

2002-07-13 Thread Ziad Samaha
Sounds like slapd can't create files in the db directory.. make sure '/usr/local/var/ldbm' exists and slapd as _write_ access to it. !!! From: Chad Skinner [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: redhat-list [EMAIL PROTECTED] Subject: openldap errors Date: Thu, 11 Jul 2002 23:17:06

RE: openldap errors

2002-07-13 Thread Ziad Samaha
As far as I know, it should be owned by the ldap user and group, and if I am not wrong if this file is only readable and writable by his owner the whole directory will keep working fine. ... From: Chad Skinner [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE:

Re: Simple question:HTTP file upload

2002-04-08 Thread Ziad Samaha
Hi Nathalie, I hope this will be helpfull (squid.conf file) Maximum allowed request size in kilobytes. If people are using POST to upload files, then set this to the largest acceptable filesize plus a few extra kbytes. request_size 100 or request_body_max_size 1000 KB request_size (KB)

Re: [OT] Subnets and Classes

2002-02-20 Thread Ziad Samaha
To give you an exact answer I must know your network topology, but as a general answer: You must add the corresponding entry to your router's routing table (and to your host PC if the default route destination is not the router in question). Good Luck. From: Edward Dekkers [EMAIL PROTECTED]

Re: [OT] Subnets and Classes

2002-02-20 Thread Ziad Samaha
It seems I got the problem wrong, Sorry From: Gary Stainburn [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED], Edward Dekkers [EMAIL PROTECTED] Subject: Re: [OT] Subnets and Classes Date: Wed, 20 Feb 2002 10:14:23 + **Disclaimer - all self-tought** Simple answer, you

Re: PLEASE HELP! Works on Windows NT Server, but apparently not on Redhat 7.2!

2002-01-09 Thread Ziad Samaha
Hello James, First make sure your kernel is compiled with IP-Aliasing. Second, set up more then one IP address on the same network interface: #ifconfig ip1 netmask netmask1 eth0:1 up #ifconfig ip2 netmask netmask2 eth0:2 up ... #ifconfig ipn netmask netmaskn eth0:n up Third, add new entries

Re: DNS, Architecture, General Question

2002-01-07 Thread Ziad Samaha
I think you should use LDAP if you have a large number of user and most of your operations are search and read operations. You can store your users info in this LDAP and use it for authentication (that can be specified in your protal). According to the free email accounts you want to offer