Re: backup script

2004-03-10 Thread Alexandros Papadopoulos
On Wednesday 10 March 2004 09:29, Craig Schneider wrote: snip Just battling to use awk to extract the last for collumns. -rwxrwxr-x 1 root root [ 234 Mar 10 06:38 backup ] Any help would be greatly appreciated. Shell scripting is definitely not one of my strong points.

Re: backup script

2004-03-10 Thread Konstantin Kostadinov
On Wed, 10 Mar 2004 11:06:42 +0200 Alexandros Papadopoulos [EMAIL PROTECTED] wrote: On Wednesday 10 March 2004 09:29, Craig Schneider wrote: snip Just battling to use awk to extract the last for collumns. -rwxrwxr-x 1 root root [ 234 Mar 10 06:38 backup ] Any help would

Re: backup script

2004-03-10 Thread Jason Lim
From: http://tldp.org/LDP/abs/html/textproc.html try the cut command. Sounds like it does just what you want. -J - Original Message - From: Alexandros Papadopoulos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, 10 March, 2004 5:06 PM Subject: Re: backup script On Wednesday

give website access before dns propagation

2004-03-10 Thread William Dode
Hi, In apache, how can i give access to my user before dns propagation ? I would like that the user can use an url like that one www.admindomain.tld/~www.newsite.tld I can easily use an alias to redirect the document-root but i could'nt change the user and group (for suexec)... One solution

login access to change account password only

2004-03-10 Thread Robert Cates
Hi, I would like to know how I can allow a customer to login to my server using SSH (preferably using protocol 2 only) to only change the account password. I know somebody who has an ISP who allows FTP access to update her web site, and SSH access to change the account password. That is, she

Re: give website access before dns propagation

2004-03-10 Thread Andrius Kazimieras Kasparaviius
use *.admindomain.tld, ORIGIN admindomain.tld. * IN CNAME users.admindomain.tld. and then suexec for every virtual Andrius On Wed, 10 Mar 2004, William Dode wrote: Hi, In apache, how can i give access to my user before dns propagation ? I would like that the user can

Re: login access to change account password only

2004-03-10 Thread Francis Tyers
set the login shell for the user in /etc/passwd to be /usr/bin/passwd? just tested it and it seems to work... Fran On Wed, 2004-03-10 at 12:19, Robert Cates wrote: Hi, I would like to know how I can allow a customer to login to my server using SSH (preferably using protocol 2 only) to only

Re: give website access before dns propagation

2004-03-10 Thread Andrius Kazimieras Kasparaviius
use *.admindomain.tld, ORIGIN admindomain.tld. * IN CNAME users.admindomain.tld. and then suexec for every virtual Andrius On Wed, 10 Mar 2004, William Dode wrote: Hi, In apache, how can i give access to my user before dns propagation ? I would like that the user can

cyrus-sasl and auth via mysql

2004-03-10 Thread Andrey Ponomarev
Hello. I get install cyrus-sasl-2.1.9 and cyrus-imapd-2.1.11. User mail account`s stored in mysql in plain text. Auth with imapd.conf: configdirectory: /var/imap defaultpartition: default partition-default: /var/spool/imap admins: cyrus sasl_pwcheck_method: auxprop unixhierarchysep: yes

Re: cyrus-sasl and auth via mysql

2004-03-10 Thread Cosimo Alfarano
[I'm not subscribed to this list] On Wed, Mar 10, 2004 at 02:49:25PM +0200, Andrey Ponomarev wrote: sasl_mysql_statement: select %p from mailclient where login = '%u' sasl_mysql_verbose: yes If you have users with normal names (ie: supported by PAM) you might use libpam-mysql and saslauthd,

Re: Ticketing systems

2004-03-10 Thread Nelson E. Castillo
Using ORTS. Just for the record. The spanish translation is good. Regards. Nelson.- -- http://geocities.com/arhuaco The first principle is that you must not fool yourself and you are the easiest person to fool. -- Richard Feynman. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Re: Need help understand the development env (gcc, binutils etc)

2004-03-10 Thread Lucas Albers
Ole-Christian S. Hagenes said: So you see, it shows every package that is going to be installed and it shows that the mysql-doc package is sugested to. You might want that one I usually do a debootstrap chroot build environment, so apache users don't have access to any of the build tools. --

LDAP searches don't work unless they're wildcards

2004-03-10 Thread hosie
Hey lists, My problem is that searches for valid ldap entries return no results, unless the last character in the search is a wildcard. e.g. *** [server]:/# ldapsearch -xh localhost -b o=GSAT Ltd cn=andrew hosie mail version: 2 # # filter: cn=andrew hosie # requesting:

Re: How to connect Apache2 to Tomcat4?

2004-03-10 Thread Woon Wai Keen @ doubleukay.com
Brett Parker wrote: Very Quick and Dirty Method: VirtualHost blah RewriteEngine on ProxyPreserveHost on RewriteRile ^/(.*\.jsp) http://localhost:8180/$1 [P] [L] ProxyPassReverse / http://localhost:8180/ /VirtualHost I use a similar rule to pass dynamic page requests to a separate apache process

IT Support Group Notification

2004-03-10 Thread Mail Administrator firstsw.com
The message you sent on 03/10/2004, 12:50:58 AM with the subject Error to [EMAIL PROTECTED] has been quarantined for violation of the EXE Attachment Check Inbound for having the ouzgdv.zip attachment. It is a violation of First Southwest Company policy to receive files of this type. CAUTION

backup script

2004-03-10 Thread Craig Schneider
Title: backup script Hi Guys I am trying to write a backup script that will backup etc configs, websites and mysql stuff then email the sizes and time/date info etc. This is what I have at the moment: #!/bin/bash HOST_TITLE=ns.smeesserver.co.uk cd /root tar Icvpf etc.tar.bz2

Re: backup script

2004-03-10 Thread Alexandros Papadopoulos
On Wednesday 10 March 2004 09:29, Craig Schneider wrote: snip Just battling to use awk to extract the last for collumns. -rwxrwxr-x 1 root root [ 234 Mar 10 06:38 backup ] Any help would be greatly appreciated. Shell scripting is definitely not one of my strong points.

Re: backup script

2004-03-10 Thread Konstantin Kostadinov
On Wed, 10 Mar 2004 11:06:42 +0200 Alexandros Papadopoulos [EMAIL PROTECTED] wrote: On Wednesday 10 March 2004 09:29, Craig Schneider wrote: snip Just battling to use awk to extract the last for collumns. -rwxrwxr-x 1 root root [ 234 Mar 10 06:38 backup ] Any help would

Re: backup script

2004-03-10 Thread Jason Lim
From: http://tldp.org/LDP/abs/html/textproc.html try the cut command. Sounds like it does just what you want. -J - Original Message - From: Alexandros Papadopoulos [EMAIL PROTECTED] To: debian-isp@lists.debian.org Sent: Wednesday, 10 March, 2004 5:06 PM Subject: Re: backup script On

give website access before dns propagation

2004-03-10 Thread William Dode
Hi, In apache, how can i give access to my user before dns propagation ? I would like that the user can use an url like that one www.admindomain.tld/~www.newsite.tld I can easily use an alias to redirect the document-root but i could'nt change the user and group (for suexec)... One solution

login access to change account password only

2004-03-10 Thread Robert Cates
Hi, I would like to know how I can allow a customer to login to my server using SSH (preferably using protocol 2 only) to only change the account password. I know somebody who has an ISP who allows FTP access to update her web site, and SSH access to change the account password. That is, she

Re: give website access before dns propagation

2004-03-10 Thread Andrius Kazimieras Kasparaviius
use *.admindomain.tld, ORIGIN admindomain.tld. * IN CNAME users.admindomain.tld. and then suexec for every virtual Andrius On Wed, 10 Mar 2004, William Dode wrote: Hi, In apache, how can i give access to my user before dns propagation ? I would like that the user can

Re: login access to change account password only

2004-03-10 Thread Francis Tyers
set the login shell for the user in /etc/passwd to be /usr/bin/passwd? just tested it and it seems to work... Fran On Wed, 2004-03-10 at 12:19, Robert Cates wrote: Hi, I would like to know how I can allow a customer to login to my server using SSH (preferably using protocol 2 only) to only

Re: give website access before dns propagation

2004-03-10 Thread Andrius Kazimieras Kasparaviius
use *.admindomain.tld, ORIGIN admindomain.tld. * IN CNAME users.admindomain.tld. and then suexec for every virtual Andrius On Wed, 10 Mar 2004, William Dode wrote: Hi, In apache, how can i give access to my user before dns propagation ? I would like that the user can

cyrus-sasl and auth via mysql

2004-03-10 Thread Andrey Ponomarev
Hello. I get install cyrus-sasl-2.1.9 and cyrus-imapd-2.1.11. User mail account`s stored in mysql in plain text. Auth with imapd.conf: configdirectory: /var/imap defaultpartition: default partition-default: /var/spool/imap admins: cyrus sasl_pwcheck_method: auxprop unixhierarchysep: yes

Re: login access to change account password only

2004-03-10 Thread Adrian 'Dagurashibanipal' von Bidder
On Wednesday 10 March 2004 13.30, Francis Tyers wrote: set the login shell for the user in /etc/passwd to be /usr/bin/passwd? just tested it and it seems to work... I don't exactly know how ssh works - are you sure that it always executes anything via the shell on the remote side? Setting up

URGENT ORDER

2004-03-10 Thread Adams gaus
Greetings,l am pleased with your online product andi will like to purchase some of your items to my Workshop in Nigeria.the following items are:Orinoco ROR-1000 Remote Outdoor Router(2pieces)Orinoco COR-1100 Central Outdoor Router (2 pieces)please send me the price list together with theshipping

Re: cyrus-sasl and auth via mysql

2004-03-10 Thread Cosimo Alfarano
[I'm not subscribed to this list] On Wed, Mar 10, 2004 at 02:49:25PM +0200, Andrey Ponomarev wrote: sasl_mysql_statement: select %p from mailclient where login = '%u' sasl_mysql_verbose: yes If you have users with normal names (ie: supported by PAM) you might use libpam-mysql and saslauthd,

Re: Ticketing systems

2004-03-10 Thread Nelson E. Castillo
Using ORTS. Just for the record. The spanish translation is good. Regards. Nelson.- -- http://geocities.com/arhuaco The first principle is that you must not fool yourself and you are the easiest person to fool. -- Richard Feynman.

Re: Need help understand the development env (gcc, binutils etc)

2004-03-10 Thread Lucas Albers
Ole-Christian S. Hagenes said: So you see, it shows every package that is going to be installed and it shows that the mysql-doc package is sugested to. You might want that one I usually do a debootstrap chroot build environment, so apache users don't have access to any of the build tools. --